gdb.python/py-unwind: Disable stack protection
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
dcd27ddf
SM
12017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.python/py-unwind.exp: Disable stack protection when
4 building test file.
5
47e77640
PA
62017-07-20 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/default.exp (set language): Adjust expected output.
9
62d2a18a
PA
102017-07-20 Pedro Alves <palves@redhat.com>
11
12 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
13 (test_minsym): ... this, and make static.
14 (get_pck__foo__bar__minsym): Rename to ...
15 (get_test_minsym): ... this.
16 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
17 symbol names and comments.
18 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
19 (get_test_minsym): ... this.
20 (pck__foo__bar__minsym__2): Rename to ...
21 (test_minsym): ... this.
22 (main): Adjust.
23
c45ec17c
PA
242017-07-17 Pedro Alves <palves@redhat.com>
25
26 * gdb.base/completion.exp: Adjust expected output.
27 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
28 the completer works.
29
c6756f62
PA
302017-07-17 Pedro Alves <palves@redhat.com>
31
32 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
33
5bd68487
AB
342017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
37
8880f2a9
TT
382017-07-14 Tom Tromey <tom@tromey.com>
39
40 PR rust/21764:
41 * gdb.rust/simple.exp: Add tests.
42
65547233
TT
432017-07-14 Tom Tromey <tom@tromey.com>
44
45 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
46
8f14146e
PA
472017-07-14 Pedro Alves <palves@redhat.com>
48
49 * gdb.linespec/base/one/thefile.cc (z1): New function.
50 * gdb.linespec/base/two/thefile.cc (z2): New function.
51 * gdb.linespec/linespec.exp: Add tests.
52
b4365d02
AB
532017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
56 to mi_create_breakpoint.
57
5d2cbaa5
AB
582017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
59
60 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
61 mi_create_breakpoint.
62
11cb5716
IB
632017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
64
65 * gdb.dlang/demangle.exp: Update for demangling changes.
66
03278692
TT
672017-07-09 Tom Tromey <tom@tromey.com>
68
69 * gdb.dwarf2/shortpiece.exp: New file.
70
33c5cd75
DB
712017-07-06 David Blaikie <dblaikie@gmail.com>
72
73 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
74 built from fissiont-multi-cu{1,2}.c.
75 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
76 except putting 'main' and 'func' in separate CUs in the same DWO file.
77 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
78 test.
79 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
80 test.
81
8455d262
PA
822017-07-06 Pedro Alves <palves@redhat.com>
83
84 * gdb.python/py-unwind.exp: Test flushregs.
85
dc4bde35
SDJ
862017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
87
88 PR cli/21688
89 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
90 tests for alias commands and trailing whitespace.
91
51ed89aa
SDJ
922017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
93
94 PR cli/21688
95 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
96 procedure. Call it.
97
eb17d413
PA
982017-06-29 Pedro Alves <palves@redhat.com>
99
100 * gdb.base/printcmds.exp: Add tests.
101
41664b45
DG
1022017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
103
104 PR gdb/21337
105 * gdb.base/reread-readsym.exp: New file.
106 * gdb.base/reread-readsym.c: New file.
107
75312ae3
KB
1082017-06-21 Kevin Buettner <kevinb@redhat.com>
109
110 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
111 subpattern.
112
66953522
PB
1132017-06-19 Peter Bergner <bergner@vnet.ibm.com>
114
115 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
116 extended mnemonic.
117 * gdb.arch/powerpc-power9.s: Likewise.
118
5524b525
AA
1192017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
120
121 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
122 on 32-bit x86 targets. Exploit is_*_target macros where
123 appropriate.
124
03c8af18
AA
1252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
126
127 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
128 register pieces.
129
3bf31011
AA
1302017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
131
132 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
133 located in one or more DWARF pieces.
134
805acca0
AA
1352017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
136
137 * lib/gdb.exp (get_endianness): New proc.
138 * gdb.arch/aarch64-fp.exp: Use it.
139 * gdb.arch/altivec-regs.exp: Likewise.
140 * gdb.arch/e500-regs.exp: Likewise.
141 * gdb.arch/vsx-regs.exp: Likewise.
142 * gdb.base/dump.exp: Likewise.
143 * gdb.base/funcargs.exp: Likewise.
144 * gdb.base/gnu_vector.exp: Likewise.
145 * gdb.dwarf2/formdata16.exp: Likewise.
146 * gdb.dwarf2/implptrpiece.exp: Likewise.
147 * gdb.dwarf2/nonvar-access.exp: Likewise.
148 * gdb.python/py-inferior.exp: Likewise.
149 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
150
e9352324
AA
1512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
152
153 PR gdb/21226
154 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
155 stack value pieces are taken from the LSB end.
156
d5d1163e
AA
1572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
158
159 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
160 variable at nonzero offset.
161
0567c986
AA
1622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
163
164 * gdb.dwarf2/var-access.c: New file.
165 * gdb.dwarf2/var-access.exp: New test.
166 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
167
973e9aab
TT
1682017-06-12 Tom Tromey <tom@tromey.com>
169
170 * gdb.dwarf2/formdata16.exp: Add tests.
171
d9109c80
TT
1722017-06-12 Tom Tromey <tom@tromey.com>
173
174 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
175
30a25466
TT
1762017-06-12 Tom Tromey <tom@tromey.com>
177
178 PR exp/16225:
179 * gdb.reverse/i386-sse-reverse.exp: Update tests.
180 * gdb.arch/vsx-regs.exp: Update tests.
181 * gdb.arch/s390-vregs.exp (hex128): New proc.
182 Update test.
183 * gdb.arch/altivec-regs.exp: Update tests.
184
aefd8b33
SDJ
1852017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
186
187 * gdb.base/startup-with-shell.c: New file.
188 * gdb.base/startup-with-shell.exp: Likewise.
189
2090129c
SDJ
1902017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
191
192 * gdb.server/non-existing-program.exp: Update regex in order to
193 reflect the fact that gdbserver is now using fork_inferior (with a
194 shell) to startup the inferior.
195
8e86a419
SM
1962017-05-30 Simon Marchi <simon.marchi@ericsson.com>
197
198 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
199 support function calls from GDB.
200
e6cf65f2
TT
2012017-05-21 Tom Tromey <tom@tromey.com>
202
203 PR rust/21466:
204 * gdb.rust/unsized.exp: New file.
205 * gdb.rust/unsized.rs: New file.
206
43cc5389
TT
2072017-05-19 Tom Tromey <tom@tromey.com>
208
209 PR rust/21484:
210 * gdb.rust/watch.exp: New file.
211 * gdb.rust/watch.rs: New file.
212
ec8df234
TT
2132017-05-18 Tom Tromey <tom@tromey.com>
214
215 * gdb.rust/simple.exp: Allow Box to be qualified.
216
3e3e7fae
TP
2172017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
218
219 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
220
59cc050d
PA
2212017-05-18 Pedro Alves <palves@redhat.com>
222
223 * gdb.base/fileio.c (test_write, test_read, test_close)
224 (test_fstat): Don't print 'ret' in the fail path.
225
c8f6abd1
PA
2262017-05-18 Pedro Alves <palves@redhat.com>
227
228 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
229 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
230 (test_system, test_rename, test_unlink, test_time): Change
231 prototypes.
232 * gdb.base/fileio.exp (stop_msg): Adjust.
233
d2a03b77
PA
2342017-05-18 Pedro Alves <palves@redhat.com>
235
236 * gdb.base/fileio.c (null_str): New global.
237 (test_stat): Use it.
238 * gdb.base/fileio.exp: Remove nowarnings.
239
0d5c6999
YQ
2402017-05-17 Yao Qi <yao.qi@linaro.org>
241
242 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
243
21873064
YQ
2442017-05-17 Simon Marchi <simon.marchi@ericsson.com>
245
246 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
247 argument command.
248 (top-level): Invoke test_set_inferior_tty.
249
d512d31c
PA
2502017-05-04 Pedro Alves <palves@redhat.com>
251
252 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
253 Add parens to print call for Python 3.
254
90cef2ed
KS
2552017-05-03 Keith Seitz <keiths@redhat.com>
256
257 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
258 (main): Call it.
259
14f819c8
TW
2602017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
261
262 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
263 to prev and next.
264
913aeadd
TW
2652017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
266
267 * gdb.python/py-record-btrace.exp: Remove test for
268 gdb.BtraceInstruction.error.
269
a3be24ad
TW
2702017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
271
272 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
273
ae20e79a
TW
2742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
275
276 * gdb.python/py-record-btrace-threads.c: New file.
277 * gdb.python/py-record-btrace-threads.exp: New file.
278
45ce1b47
SDJ
2792017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
280
281 PR testsuite/8595
282 * gdb.base/environ.exp: Make test available in all architectures.
283 Move bits related to "info program" testing to
284 gdb.base/info-program.exp. Rewrite tests to use the two new
285 procedures mentione below.
286 (test_set_show_env_var) New procedure.
287 (test_set_show_env_var_equal): Likewise.
288 * gdb.base/info-program.exp: New file.
289
e15c3eb4
KS
2902017-04-27 Keith Seitz <keiths@redhat.com>
291
292 * gdb.cp/oranking.cc (test15): New function.
293 (main): Call test15 and declare additional variables for testing.
294 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
295 "p foo101('abc')" tests.
296 Add tests for cv qualifier overloads.
297 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
298 "lvalue reference overload" test.
299 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
300 "print value of f1 on Child&& in f2" test.
301
3a3fd0fd
PA
3022017-04-19 Pedro Alves <palves@redhat.com>
303
304 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
305 procedure.
306 (top level): Call it.
307 * lib/gdb.exp (gdb_define_cmd): New procedure.
308
53375380
PA
3092017-04-12 Pedro Alves <palves@redhat.com>
310
311 PR gdb/21323
312 * gdb.cp/wide_char_types.c: Include <wchar.h>.
313 (wchar): New global.
314 * gdb.cp/wide_char_types.exp (wide_char_types_program)
315 (do_test_wide_char, wide_char_types_no_program, top level): Add
316 wchar_t testing.
317
53e710ac
PA
3182017-04-12 Pedro Alves <palves@redhat.com>
319
320 PR c++/21323
321 * gdb.cp/wide_char_types.c: New file.
322 * gdb.cp/wide_char_types.exp: New file.
323
0ad9d8c7
SDJ
3242017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
325
326 PR gdb/21352
327 * gdb.trace/tsv.exp: Add test for "tsave -r".
328
b1b45502
IB
3292017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
330
331 * gdb.dlang/watch-loc.c: New file.
332 * gdb.dlang/watch-loc.exp: New file.
333
ec13808e
JK
3342017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
335
336 * gdb.python/py-section-script.exp (sepdebug): New testcases.
337
fe5f7374
AK
3382017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
339
340 * gdb.arch/arc-analyze-prologue.S: New file.
341 * gdb.arch/arc-analyze-prologue.exp: Likewise.
342
eea78757
AK
3432017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
344
345 * gdb.arch/arc-decode-insn.S: New file.
346 * gdb.arch/arc-decode-insn.exp: Likewise.
347
5badf10a
IR
3482017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
349
350 PR tdep/20928
351 * gdb.arch/sparc64-regs.exp: New file.
352 * gdb.arch/sparc64-regs.S: Likewise.
353
cee59b3f
TW
3542017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
355
356 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
357 and memory view on Python 3.
358
c0f55cc6
AV
3592017-03-20 Artemiy Volkov <artemiyv@acm.org>
360 Keith Seitz <keiths@redhat.com>
361
362 PR gdb/14441
363 * gdb.cp/demangle.exp: Add rvalue reference tests.
364 * gdb.cp/rvalue-ref-casts.cc: New file.
365 * gdb.cp/rvalue-ref-casts.exp: New file.
366 * gdb.cp/rvalue-ref-overload.cc: New file.
367 * gdb.cp/rvalue-ref-overload.exp: New file.
368 * gdb.cp/rvalue-ref-params.cc: New file.
369 * gdb.cp/rvalue-ref-params.exp: New file.
370 * gdb.cp/rvalue-ref-sizeof.cc: New file.
371 * gdb.cp/rvalue-ref-sizeof.exp: New file.
372 * gdb.cp/rvalue-ref-types.cc: New file.
373 * gdb.cp/rvalue-ref-types.exp: New file.
374 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
375 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
376
51457a05
MAL
3772017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
378
379 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
380 New procedure.
381
5b291c04
MAL
3822017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
383
384 * lib/mi-support.exp (mi_gdb_test): Add additional message
385 for unexpected output.
386
59a56148
AA
3872017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
388
389 * gdb.base/examine-backward.c (Barrier): New character array
390 constant, to ensure that TestStrings is preceded by a string
391 terminator.
392
7942e96e
AA
3932017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
394
395 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
396 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
397 and implicit pointer into such a location.
398
6ebac3fb
DE
3992017-03-16 Doug Evans <dje@google.com>
400
401 * gdb.python/py-lazy-string (pointer): Really add new typedef.
402
ec3b243d
TP
4032017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
404
405 * gdb.cp/m-static.exp: Fix expectation for prototype of
406 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
407
4082017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
409
410 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
411 * gdb.guile/scm-lazy-string.c: New file.
412 * gdb.guile/scm-value.exp: Move lazy string tests to ...
413 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
414 for pointer, array, typedef lazy strings.
415
2cc36e25 4162017-03-16 Doug Evans <dje@google.com>
34b43320
DE
417
418 PR python/17728, python/18439, python/18779
419 * gdb.python/py-value.c (main) Delete locals sptr, sn.
420 * gdb.python/py-lazy-string.c (pointer): New typedef.
421 (main): New locals ptr, array, typedef_ptr.
422 * gdb.python/py-value.exp: Move lazy string tests to ...
423 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
424 array, typedef lazy strings.
ec3b243d 425
0efcde63
AK
4262017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
427
428 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
429 Add optional 'test' parameter.
430
7978d7c3
SM
4312017-03-13 Simon Marchi <simon.marchi@ericsson.com>
432
433 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
434 Skip for versions of DejaGnu < 1.5.
435
896c0c1e
SM
4362017-03-13 Simon Marchi <simon.marchi@ericsson.com>
437
438 * lib/gdb.exp (dejagnu_version): New proc.
439 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
440 Use dejagnu_version.
441
5f4d1085
KS
4422017-03-10 Keith Seitz <keiths@redhat.com>
443
444 PR c++/8128
445 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
446 type from destructor regexps.
447 Add a branch which actually passes the test.
448 Adjust "ptype t5i" test names.
449
1de05205
PA
4502017-03-08 Pedro Alves <palves@redhat.com>
451
452 * gdb.base/step-over-exit.exp: Add explicit test message.
453
c65d6b55
PA
4542017-03-08 Pedro Alves <palves@redhat.com>
455
456 PR gdb/18360
457 * gdb.threads/interrupt-while-step-over.c: New file.
458 * gdb.threads/interrupt-while-step-over.exp: New file.
459
2e86a283
PA
4602017-03-08 Pedro Alves <palves@redhat.com>
461
462 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
463 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
464
25dcbff6
PA
4652017-03-08 Pedro Alves <palves@redhat.com>
466
467 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
468 PKRU as not supported as a PASS.
469
dc9366eb
PA
4702017-03-08 Pedro Alves <palves@redhat.com>
471
472 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
473 prefix instead of $binfile1/$binfile2.
474 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
475 in test message.
476 * gdb.python/py-completion.exp: Use "load python file" as test
477 messages instead of unstable path names.
478
6e5d74e7
PA
4792017-03-08 Pedro Alves <palves@redhat.com>
480 Jan Kratochvil <jan.kratochvil@redhat.com>
481
482 PR cli/21218
483 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
484 New proc.
485 (top level): Call it.
486
9753a2f6
PA
4872017-03-08 Pedro Alves <palves@redhat.com>
488
489 PR tui/21216
490 * gdb.tui/tui-nl-filtered-output.exp: New file.
491
1a4dd9dd
PA
4922017-03-08 Pedro Alves <palves@redhat.com>
493
494 * gdb.base/completion.exp: Move TUI completion tests to ...
495 * gdb.tui/completion.exp: ... this new file.
496
7cbbff33
PA
4972017-03-08 Pedro Alves <palves@redhat.com>
498
499 * gdb.base/tui-disasm-long-lines.c,
500 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
501 gdb.base/tui-layout.exp: Move to ...
502 * gdb.tui/: ... this new directory.
503
5f6fd321
PA
5042017-03-07 Pedro Alves <palves@redhat.com>
505
506 * gdb.base/tui-layout.c: New file.
507 * gdb.base/tui-layout.exp: New file.
508
44959fa8
PA
5092017-03-07 Pedro Alves <palves@redhat.com>
510
511 * gdb.base/tui-layout.c: Rename to ...
512 * gdb.base/tui-disasm-long-lines.c: ... this.
513 * gdb.base/tui-layout.exp: Rename to ...
514 * gdb.base/tui-disasm-long-lines.exp: ... this.
515
f8c4e718
PA
5162017-03-07 Pedro Alves <palves@redhat.com>
517
518 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
519
6dbb839a 5202017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
521
522 * i386-mpx-call.c: New file.
523 * i386-mpx-call.exp: New file.
524
65b48a81
PB
5252017-02-28 Peter Bergner <bergner@vnet.ibm.com>
526
527 * gdb.arch/powerpc-power.exp: Delete test.
528 * gdb.arch/powerpc-power.s: Likewise.
529 * gdb.disasm/disassembler-options.exp: New test.
530 * gdb.arch/powerpc-altivec.exp: Likewise.
531 * gdb.arch/powerpc-altivec.s: Likewise.
532 * gdb.arch/powerpc-altivec2.exp: Likewise.
533 * gdb.arch/powerpc-altivec2.s: Likewise.
534 * gdb.arch/powerpc-altivec3.exp: Likewise.
535 * gdb.arch/powerpc-altivec3.s: Likewise.
536 * gdb.arch/powerpc-power7.exp: Likewise.
537 * gdb.arch/powerpc-power7.s: Likewise.
538 * gdb.arch/powerpc-power8.exp: Likewise.
539 * gdb.arch/powerpc-power8.s: Likewise.
540 * gdb.arch/powerpc-power9.exp: Likewise.
541 * gdb.arch/powerpc-power9.s: Likewise.
542 * gdb.arch/powerpc-vsx.exp: Likewise.
543 * gdb.arch/powerpc-vsx.s: Likewise.
544 * gdb.arch/powerpc-vsx2.exp: Likewise.
545 * gdb.arch/powerpc-vsx2.s: Likewise.
546 * gdb.arch/powerpc-vsx3.exp: Likewise.
547 * gdb.arch/powerpc-vsx3.s: Likewise.
548 * gdb.arch/arm-disassembler-options.exp: Likewise.
549 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
550 * gdb.arch/s390-disassembler-options.exp: Likewise.
551
17cd4947
LM
5522017-02-23 Luis Machado <lgustavo@codesourcery.com>
553
554 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
555 (check_supported_features): ... this. Changed return type to void.
556 (supports_rdseed): New static global.
557 (rdseed): Check supports_rdseed.
558 (initialize): Call check_supported_features.
559
2039d74e
EBM
5602017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
561
562 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
563 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
564 and lqarx/stqcx.
565 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
566 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
567
a51d7ecf
EBM
5682017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
569
570 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
571 uppercase.
572
0224619f
JK
5732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
574
575 * gdb.dwarf2/formdata16.c: New file.
576 * gdb.dwarf2/formdata16.exp: New file.
577 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
578
216f72a1
JK
5792017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
580
581 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
582 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
583 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
584 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
585 DW_AT_GNU_*.
586
43988095
JK
5872017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
588
589 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
590
99e8a4f9
SDJ
5912017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
592
593 PR gdb/21164
594 * gdb.base/maint.exp: Add testcases for when the commands do
595 not have arguments.
596
b58a8c0c
TP
5972017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
598
599 * gdb.cp/chained-calls.exp: Use p instead of P.
600
4e746bb6
TW
6012017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
602
603 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
604 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
605
3f77c769
TT
6062017-02-14 Tom Tromey <tom@tromey.com>
607
608 PR python/13598:
609 * gdb.python/py-events.exp: Add before_prompt event tests.
610
075beec0
AA
6112017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
612
613 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
614
bf5f525c
LM
6152017-02-13 Luis Machado <lgustavo@codesourcery.com>
616
617 * gdb.linespec/explicit.c (my_unique_function_name): New function.
618 (main): Call my_unique_function_name.
619 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
620 completion of patterns with a single match.
621 Add missing -re switches to gdb_test_multiple calls.
622
13a66184
LM
6232017-02-13 Luis Machado <lgustavo@codesourcery.com>
624
625 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
626 return if core file is not recognized.
627
26a06916
SM
6282017-02-10 Simon Marchi <simon.marchi@ericsson.com>
629
630 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
631 and extra UIs.
632
b761ca9e
SM
6332017-02-10 Simon Marchi <simon.marchi@ericsson.com>
634
635 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
636 proc_with_prefix.
637
b964bee0
TT
6382017-02-10 Tom Tromey <tom@tromey.com>
639
640 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
641
18da0c51
MG
6422017-02-10 Martin Galvan <martingalvan@sourceware.org>
643
644 PR gdb/21122
645 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
646
604c4576
JG
6472017-02-08 Jerome Guitton <guitton@adacore.com>
648
649 * gdb.base/define.exp: Add test for command abbreviations
650 in define.
651
20b477a7
LM
6522017-02-06 Luis Machado <lgustavo@codesourcery.com>
653
654 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
655 * gdb.reverse/insn-reverse-x86.c: New file.
656
3f7b46f2
IR
6572017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
658
659 PR tdep/20936
660 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
661
f0fd41c1
TT
6622017-02-03 Tom Tromey <tom@tromey.com>
663
664 PR rust/21097:
665 * gdb.rust/simple.exp: Add new tests.
666
5be5dbf0
PA
6672017-02-02 Pedro Alves <palves@redhat.com>
668
669 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
670 tests.
671
7346ef59
AA
6722017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
673
674 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
675 taking a 2-byte value out of a 4-byte DWARF implicit value on
676 big-endian targets.
677 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
678 logic. Add test cases for DW_OP_implicit.
679
787f0025
MM
6802017-02-01 Markus Metzger <markus.t.metzger@intel.com>
681
682 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
683
68777c29
MM
6842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
685
686 * gdb.btrace/enable.exp: Call gdb_exit before
687 skip_gdbserver_tests.
688
0a1c7e28
MM
6892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
690
691 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
692 GDBFLAGS.
693
b5ac99b0
MM
6942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
695
696 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
697 the test is skipped.
698 * gdb.btrace/data.exp: Likewise.
699 * gdb.btrace/delta.exp: Likewise.
700 * gdb.btrace/dlopen.exp: Likewise.
701 * gdb.btrace/enable-running.exp: Likewise.
702 * gdb.btrace/enable.exp: Likewise.
703 * gdb.btrace/exception.exp: Likewise.
704 * gdb.btrace/function_call_history.exp: Likewise.
705 * gdb.btrace/gcore.exp: Likewise.
706 * gdb.btrace/instruction_history.exp: Likewise.
707 * gdb.btrace/multi-thread-step.exp: Likewise.
708 * gdb.btrace/nohist.exp: Likewise.
709 * gdb.btrace/non-stop.exp: Likewise.
710 * gdb.btrace/reconnect.exp: Likewise.
711 * gdb.btrace/record_goto-step.exp: Likewise.
712 * gdb.btrace/record_goto.exp: Likewise.
713 * gdb.btrace/rn-dl-bind.exp: Likewise.
714 * gdb.btrace/segv.exp: Likewise.
715 * gdb.btrace/step.exp: Likewise.
716 * gdb.btrace/stepi.exp: Likewise.
717 * gdb.btrace/tailcall-only.exp: Likewise.
718 * gdb.btrace/tailcall.exp: Likewise.
719 * gdb.btrace/tsx.exp: Likewise.
720 * gdb.btrace/unknown_functions.exp: Likewise.
721 * gdb.btrace/vdso.exp: Likewise.
722
cd4007e4
MM
7232017-02-01 Markus Metzger <markus.t.metzger@intel.com>
724
725 * gdb.btrace/enable-running.c: New.
726 * gdb.btrace/enable-running.exp: New.
727
2735833d
WT
7282017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
729
730 * gdb.arch/amd64-gs_base.c: New file.
731 * gdb.arch/amd64-gs_base.exp: New file.
732
b51e1e94
LM
7332017-01-26 Luis Machado <lgustavo@codesourcery.com>
734
735 * lib/memory.exp: Remove spurious empty newlines.
736
72ca0410
SM
7372017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
738
739 * gdb.python/py-bad-printers.exp: Load python file using "source".
740 * gdb.python/py-events.exp: Likewise.
741 * gdb.python/py-evsignal.exp: Likewise.
742 * gdb.python/py-evthreads.exp: Likewise.
743 * gdb.python/py-frame-args.exp: Likewise.
744 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
745 * gdb.python/py-framefilter-mi.exp: Likewise.
746 * gdb.python/py-framefilter.exp: Likewise.
747 * gdb.python/py-mi.exp: Likewise.
748 * gdb.python/py-pp-maint.exp: Likewise.
749 * gdb.python/py-pp-registration.exp: Likewise.
750 * gdb.python/py-prettyprint.exp: Likewise.
751 (run_lang_tests): Likewise.
752 * gdb.python/py-typeprint.exp: Likewise.
753
e309aa65
LM
7542017-01-26 Luis Machado <lgustavo@codesourcery.com>
755
756 * lib/memory.exp: New file.
757 * lib/gdb.exp: Load memory.exp.
758 * gdb.base/memattr.exp (delete_memory): Move proc to
759 lib/memory.exp and rename to delete_memory_regions.
760 Replace delete_memory with delete_memory_regions.
761 Cleanup memory regions before tests.
762 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
763 before tests.
764
515aff23
LM
7652017-01-26 Luis Machado <lgustavo@codesourcery.com>
766
767 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
768 files.
769 (initialize): New function conditionally defined.
770 (testcases): Move within conditional block.
771 (main): Call initialize.
772 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
773 of gdb.reverse/insn-reverse.c.
774 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
775 gdb.reverse/insn-reverse.c.
776
d8b49cf0
YQ
7772017-01-26 Yao Qi <yao.qi@linaro.org>
778
779 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
780 disassemble on address 0.
781
f13a9a0c
YQ
7822017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
783 Yao Qi <yao.qi@linaro.org>
784
785 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
786 * gdb.dwarf2/implptr-64bit.S: Remove.
787 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
788 variables in caller's context. Add DW_OP_implicit_value.
789
5ac95241
YQ
7902017-01-25 Yao Qi <yao.qi@linaro.org>
791
792 * lib/dwarf.exp (Dwarf::_location): Handle
793 DW_OP_GNU_implicit_pointer with proper size.
794
23e82930
LM
7952017-01-20 Luis Machado <lgustavo@codesourcery.com>
796
797 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
798 and add untested calls.
799
d334ae25
LM
8002017-01-20 Luis Machado <lgustavo@codesourcery.com>
801
802 * gdb.python/python.exp: Check line number against what GDB thinks
803 the line number is for func1.
804
f5e6296e
IB
8052017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
806
807 * gdb.dlang/debug-expr.exp: New file.
808
5b362f04
LM
8092016-12-23 Luis Machado <lgustavo@codesourcery.com>
810
811 Fix test names for the following files:
812
813 * gdb.ada/exec_changed.exp
814 * gdb.ada/info_types.exp
815 * gdb.arch/aarch64-atomic-inst.exp
816 * gdb.arch/aarch64-fp.exp
817 * gdb.arch/altivec-abi.exp
818 * gdb.arch/altivec-regs.exp
819 * gdb.arch/amd64-byte.exp
820 * gdb.arch/amd64-disp-step.exp
821 * gdb.arch/amd64-dword.exp
822 * gdb.arch/amd64-entry-value-inline.exp
823 * gdb.arch/amd64-entry-value-param.exp
824 * gdb.arch/amd64-entry-value-paramref.exp
825 * gdb.arch/amd64-entry-value.exp
826 * gdb.arch/amd64-i386-address.exp
827 * gdb.arch/amd64-invalid-stack-middle.exp
828 * gdb.arch/amd64-invalid-stack-top.exp
829 * gdb.arch/amd64-optimout-repeat.exp
830 * gdb.arch/amd64-prologue-skip.exp
831 * gdb.arch/amd64-prologue-xmm.exp
832 * gdb.arch/amd64-stap-special-operands.exp
833 * gdb.arch/amd64-stap-wrong-subexp.exp
834 * gdb.arch/amd64-tailcall-cxx.exp
835 * gdb.arch/amd64-tailcall-noret.exp
836 * gdb.arch/amd64-tailcall-ret.exp
837 * gdb.arch/amd64-tailcall-self.exp
838 * gdb.arch/amd64-word.exp
839 * gdb.arch/arm-bl-branch-dest.exp
840 * gdb.arch/arm-disp-step.exp
841 * gdb.arch/arm-neon.exp
842 * gdb.arch/arm-single-step-kernel-helper.exp
843 * gdb.arch/avr-flash-qualifier.exp
844 * gdb.arch/disp-step-insn-reloc.exp
845 * gdb.arch/e500-abi.exp
846 * gdb.arch/e500-regs.exp
847 * gdb.arch/ftrace-insn-reloc.exp
848 * gdb.arch/i386-avx512.exp
849 * gdb.arch/i386-bp_permanent.exp
850 * gdb.arch/i386-byte.exp
851 * gdb.arch/i386-cfi-notcurrent.exp
852 * gdb.arch/i386-disp-step.exp
853 * gdb.arch/i386-dr3-watch.exp
854 * gdb.arch/i386-float.exp
855 * gdb.arch/i386-gnu-cfi.exp
856 * gdb.arch/i386-mpx-map.exp
857 * gdb.arch/i386-mpx-sigsegv.exp
858 * gdb.arch/i386-mpx-simple_segv.exp
859 * gdb.arch/i386-mpx.exp
860 * gdb.arch/i386-permbkpt.exp
861 * gdb.arch/i386-prologue.exp
862 * gdb.arch/i386-signal.exp
863 * gdb.arch/i386-size-overlap.exp
864 * gdb.arch/i386-unwind.exp
865 * gdb.arch/i386-word.exp
866 * gdb.arch/mips-fcr.exp
867 * gdb.arch/powerpc-d128-regs.exp
868 * gdb.arch/powerpc-stackless.exp
869 * gdb.arch/ppc64-atomic-inst.exp
870 * gdb.arch/s390-stackless.exp
871 * gdb.arch/s390-tdbregs.exp
872 * gdb.arch/s390-vregs.exp
873 * gdb.arch/sparc-sysstep.exp
874 * gdb.arch/thumb-bx-pc.exp
875 * gdb.arch/thumb-singlestep.exp
876 * gdb.arch/thumb2-it.exp
877 * gdb.arch/vsx-regs.exp
878 * gdb.asm/asm-source.exp
879 * gdb.base/a2-run.exp
880 * gdb.base/advance.exp
881 * gdb.base/all-bin.exp
882 * gdb.base/anon.exp
883 * gdb.base/args.exp
884 * gdb.base/arithmet.exp
885 * gdb.base/async-shell.exp
886 * gdb.base/async.exp
887 * gdb.base/attach-pie-noexec.exp
888 * gdb.base/attach-twice.exp
889 * gdb.base/auto-load.exp
890 * gdb.base/bang.exp
891 * gdb.base/bitfields.exp
892 * gdb.base/break-always.exp
893 * gdb.base/break-caller-line.exp
894 * gdb.base/break-entry.exp
895 * gdb.base/break-inline.exp
896 * gdb.base/break-on-linker-gcd-function.exp
897 * gdb.base/break-probes.exp
898 * gdb.base/break.exp
899 * gdb.base/breakpoint-shadow.exp
900 * gdb.base/call-ar-st.exp
901 * gdb.base/call-sc.exp
902 * gdb.base/call-signal-resume.exp
903 * gdb.base/call-strs.exp
904 * gdb.base/callfuncs.exp
905 * gdb.base/catch-fork-static.exp
906 * gdb.base/catch-gdb-caused-signals.exp
907 * gdb.base/catch-load.exp
908 * gdb.base/catch-signal-fork.exp
909 * gdb.base/catch-signal.exp
910 * gdb.base/catch-syscall.exp
911 * gdb.base/charset.exp
912 * gdb.base/checkpoint.exp
913 * gdb.base/chng-syms.exp
914 * gdb.base/code-expr.exp
915 * gdb.base/code_elim.exp
916 * gdb.base/commands.exp
917 * gdb.base/completion.exp
918 * gdb.base/complex.exp
919 * gdb.base/cond-expr.exp
920 * gdb.base/condbreak.exp
921 * gdb.base/consecutive.exp
922 * gdb.base/continue-all-already-running.exp
923 * gdb.base/coredump-filter.exp
924 * gdb.base/corefile.exp
925 * gdb.base/dbx.exp
926 * gdb.base/debug-expr.exp
927 * gdb.base/define.exp
928 * gdb.base/del.exp
929 * gdb.base/disabled-location.exp
930 * gdb.base/disasm-end-cu.exp
931 * gdb.base/disasm-optim.exp
932 * gdb.base/display.exp
933 * gdb.base/duplicate-bp.exp
934 * gdb.base/ena-dis-br.exp
935 * gdb.base/ending-run.exp
936 * gdb.base/enumval.exp
937 * gdb.base/environ.exp
938 * gdb.base/eu-strip-infcall.exp
939 * gdb.base/eval-avoid-side-effects.exp
940 * gdb.base/eval-skip.exp
941 * gdb.base/exitsignal.exp
942 * gdb.base/expand-psymtabs.exp
943 * gdb.base/filesym.exp
944 * gdb.base/find-unmapped.exp
945 * gdb.base/finish.exp
946 * gdb.base/float.exp
947 * gdb.base/foll-exec-mode.exp
948 * gdb.base/foll-exec.exp
949 * gdb.base/foll-fork.exp
950 * gdb.base/fortran-sym-case.exp
951 * gdb.base/freebpcmd.exp
952 * gdb.base/func-ptr.exp
953 * gdb.base/func-ptrs.exp
954 * gdb.base/funcargs.exp
955 * gdb.base/gcore-buffer-overflow.exp
956 * gdb.base/gcore-relro-pie.exp
957 * gdb.base/gcore-relro.exp
958 * gdb.base/gcore.exp
959 * gdb.base/gdb1090.exp
960 * gdb.base/gdb11530.exp
961 * gdb.base/gdb11531.exp
962 * gdb.base/gdb1821.exp
963 * gdb.base/gdbindex-stabs.exp
964 * gdb.base/gdbvars.exp
965 * gdb.base/hbreak.exp
966 * gdb.base/hbreak2.exp
967 * gdb.base/included.exp
968 * gdb.base/infcall-input.exp
969 * gdb.base/inferior-died.exp
970 * gdb.base/infnan.exp
971 * gdb.base/info-macros.exp
972 * gdb.base/info-os.exp
973 * gdb.base/info-proc.exp
974 * gdb.base/info-shared.exp
975 * gdb.base/info-target.exp
976 * gdb.base/infoline.exp
977 * gdb.base/interp.exp
978 * gdb.base/interrupt.exp
979 * gdb.base/jit-reader.exp
980 * gdb.base/jit-simple.exp
981 * gdb.base/kill-after-signal.exp
982 * gdb.base/kill-detach-inferiors-cmd.exp
983 * gdb.base/label.exp
984 * gdb.base/langs.exp
985 * gdb.base/ldbl_e308.exp
986 * gdb.base/line-symtabs.exp
987 * gdb.base/linespecs.exp
988 * gdb.base/list.exp
989 * gdb.base/long_long.exp
990 * gdb.base/longest-types.exp
991 * gdb.base/maint.exp
992 * gdb.base/max-value-size.exp
993 * gdb.base/memattr.exp
994 * gdb.base/mips_pro.exp
995 * gdb.base/morestack.exp
996 * gdb.base/moribund-step.exp
997 * gdb.base/multi-forks.exp
998 * gdb.base/nested-addr.exp
999 * gdb.base/nextoverexit.exp
1000 * gdb.base/noreturn-finish.exp
1001 * gdb.base/noreturn-return.exp
1002 * gdb.base/nostdlib.exp
1003 * gdb.base/offsets.exp
1004 * gdb.base/opaque.exp
1005 * gdb.base/pc-fp.exp
1006 * gdb.base/permissions.exp
1007 * gdb.base/print-symbol-loading.exp
1008 * gdb.base/prologue-include.exp
1009 * gdb.base/psymtab.exp
1010 * gdb.base/ptype.exp
1011 * gdb.base/random-signal.exp
1012 * gdb.base/randomize.exp
1013 * gdb.base/range-stepping.exp
1014 * gdb.base/readline-ask.exp
1015 * gdb.base/recpar.exp
1016 * gdb.base/recurse.exp
1017 * gdb.base/relational.exp
1018 * gdb.base/restore.exp
1019 * gdb.base/return-nodebug.exp
1020 * gdb.base/return.exp
1021 * gdb.base/run-after-attach.exp
1022 * gdb.base/save-bp.exp
1023 * gdb.base/scope.exp
1024 * gdb.base/sect-cmd.exp
1025 * gdb.base/set-lang-auto.exp
1026 * gdb.base/set-noassign.exp
1027 * gdb.base/setvar.exp
1028 * gdb.base/sigall.exp
1029 * gdb.base/sigbpt.exp
1030 * gdb.base/siginfo-addr.exp
1031 * gdb.base/siginfo-infcall.exp
1032 * gdb.base/siginfo-obj.exp
1033 * gdb.base/siginfo.exp
1034 * gdb.base/signals-state-child.exp
1035 * gdb.base/signest.exp
1036 * gdb.base/sigstep.exp
1037 * gdb.base/sizeof.exp
1038 * gdb.base/skip.exp
1039 * gdb.base/solib-corrupted.exp
1040 * gdb.base/solib-nodir.exp
1041 * gdb.base/solib-search.exp
1042 * gdb.base/stack-checking.exp
1043 * gdb.base/stale-infcall.exp
1044 * gdb.base/stap-probe.exp
1045 * gdb.base/start.exp
1046 * gdb.base/step-break.exp
1047 * gdb.base/step-bt.exp
1048 * gdb.base/step-line.exp
1049 * gdb.base/step-over-exit.exp
1050 * gdb.base/step-over-syscall.exp
1051 * gdb.base/step-resume-infcall.exp
1052 * gdb.base/step-test.exp
1053 * gdb.base/store.exp
1054 * gdb.base/structs3.exp
1055 * gdb.base/sym-file.exp
1056 * gdb.base/symbol-without-target_section.exp
1057 * gdb.base/term.exp
1058 * gdb.base/testenv.exp
1059 * gdb.base/ui-redirect.exp
1060 * gdb.base/until.exp
1061 * gdb.base/unwindonsignal.exp
1062 * gdb.base/value-double-free.exp
1063 * gdb.base/vla-datatypes.exp
1064 * gdb.base/vla-ptr.exp
1065 * gdb.base/vla-sideeffect.exp
1066 * gdb.base/volatile.exp
1067 * gdb.base/watch-cond-infcall.exp
1068 * gdb.base/watch-cond.exp
1069 * gdb.base/watch-non-mem.exp
1070 * gdb.base/watch-read.exp
1071 * gdb.base/watch-vfork.exp
1072 * gdb.base/watchpoint-cond-gone.exp
1073 * gdb.base/watchpoint-delete.exp
1074 * gdb.base/watchpoint-hw-hit-once.exp
1075 * gdb.base/watchpoint-hw.exp
1076 * gdb.base/watchpoint-stops-at-right-insn.exp
1077 * gdb.base/watchpoints.exp
1078 * gdb.base/wchar.exp
1079 * gdb.base/whatis-exp.exp
1080 * gdb.btrace/buffer-size.exp
1081 * gdb.btrace/data.exp
1082 * gdb.btrace/delta.exp
1083 * gdb.btrace/dlopen.exp
1084 * gdb.btrace/enable.exp
1085 * gdb.btrace/exception.exp
1086 * gdb.btrace/function_call_history.exp
1087 * gdb.btrace/gcore.exp
1088 * gdb.btrace/instruction_history.exp
1089 * gdb.btrace/nohist.exp
1090 * gdb.btrace/reconnect.exp
1091 * gdb.btrace/record_goto-step.exp
1092 * gdb.btrace/record_goto.exp
1093 * gdb.btrace/rn-dl-bind.exp
1094 * gdb.btrace/segv.exp
1095 * gdb.btrace/step.exp
1096 * gdb.btrace/stepi.exp
1097 * gdb.btrace/tailcall-only.exp
1098 * gdb.btrace/tailcall.exp
1099 * gdb.btrace/tsx.exp
1100 * gdb.btrace/unknown_functions.exp
1101 * gdb.btrace/vdso.exp
1102 * gdb.compile/compile-ifunc.exp
1103 * gdb.compile/compile-ops.exp
1104 * gdb.compile/compile-print.exp
1105 * gdb.compile/compile-setjmp.exp
1106 * gdb.cp/abstract-origin.exp
1107 * gdb.cp/ambiguous.exp
1108 * gdb.cp/annota2.exp
1109 * gdb.cp/annota3.exp
1110 * gdb.cp/anon-ns.exp
1111 * gdb.cp/anon-struct.exp
1112 * gdb.cp/anon-union.exp
1113 * gdb.cp/arg-reference.exp
1114 * gdb.cp/baseenum.exp
1115 * gdb.cp/bool.exp
1116 * gdb.cp/breakpoint.exp
1117 * gdb.cp/bs15503.exp
1118 * gdb.cp/call-c.exp
1119 * gdb.cp/casts.exp
1120 * gdb.cp/chained-calls.exp
1121 * gdb.cp/class2.exp
1122 * gdb.cp/classes.exp
1123 * gdb.cp/cmpd-minsyms.exp
1124 * gdb.cp/converts.exp
1125 * gdb.cp/cp-relocate.exp
1126 * gdb.cp/cpcompletion.exp
1127 * gdb.cp/cpexprs.exp
1128 * gdb.cp/cplabel.exp
1129 * gdb.cp/cplusfuncs.exp
1130 * gdb.cp/cpsizeof.exp
1131 * gdb.cp/ctti.exp
1132 * gdb.cp/derivation.exp
1133 * gdb.cp/destrprint.exp
1134 * gdb.cp/dispcxx.exp
1135 * gdb.cp/enum-class.exp
1136 * gdb.cp/exception.exp
1137 * gdb.cp/exceptprint.exp
1138 * gdb.cp/expand-psymtabs-cxx.exp
1139 * gdb.cp/expand-sals.exp
1140 * gdb.cp/extern-c.exp
1141 * gdb.cp/filename.exp
1142 * gdb.cp/formatted-ref.exp
1143 * gdb.cp/fpointer.exp
1144 * gdb.cp/gdb1355.exp
1145 * gdb.cp/gdb2495.exp
1146 * gdb.cp/hang.exp
1147 * gdb.cp/impl-this.exp
1148 * gdb.cp/infcall-dlopen.exp
1149 * gdb.cp/inherit.exp
1150 * gdb.cp/iostream.exp
1151 * gdb.cp/koenig.exp
1152 * gdb.cp/local.exp
1153 * gdb.cp/m-data.exp
1154 * gdb.cp/m-static.exp
1155 * gdb.cp/mb-ctor.exp
1156 * gdb.cp/mb-inline.exp
1157 * gdb.cp/mb-templates.exp
1158 * gdb.cp/member-name.exp
1159 * gdb.cp/member-ptr.exp
1160 * gdb.cp/meth-typedefs.exp
1161 * gdb.cp/method.exp
1162 * gdb.cp/method2.exp
1163 * gdb.cp/minsym-fallback.exp
1164 * gdb.cp/misc.exp
1165 * gdb.cp/namelessclass.exp
1166 * gdb.cp/namespace-enum.exp
1167 * gdb.cp/namespace-nested-import.exp
1168 * gdb.cp/namespace.exp
1169 * gdb.cp/nextoverthrow.exp
1170 * gdb.cp/no-dmgl-verbose.exp
1171 * gdb.cp/non-trivial-retval.exp
1172 * gdb.cp/noparam.exp
1173 * gdb.cp/nsdecl.exp
1174 * gdb.cp/nsimport.exp
1175 * gdb.cp/nsnested.exp
1176 * gdb.cp/nsnoimports.exp
1177 * gdb.cp/nsrecurs.exp
1178 * gdb.cp/nsstress.exp
1179 * gdb.cp/nsusing.exp
1180 * gdb.cp/operator.exp
1181 * gdb.cp/oranking.exp
1182 * gdb.cp/overload-const.exp
1183 * gdb.cp/overload.exp
1184 * gdb.cp/ovldbreak.exp
1185 * gdb.cp/ovsrch.exp
1186 * gdb.cp/paren-type.exp
1187 * gdb.cp/parse-lang.exp
1188 * gdb.cp/pass-by-ref.exp
1189 * gdb.cp/pr-1023.exp
1190 * gdb.cp/pr-1210.exp
1191 * gdb.cp/pr-574.exp
1192 * gdb.cp/pr10687.exp
1193 * gdb.cp/pr12028.exp
1194 * gdb.cp/pr17132.exp
1195 * gdb.cp/pr17494.exp
1196 * gdb.cp/pr9067.exp
1197 * gdb.cp/pr9167.exp
1198 * gdb.cp/pr9631.exp
1199 * gdb.cp/printmethod.exp
1200 * gdb.cp/psmang.exp
1201 * gdb.cp/psymtab-parameter.exp
1202 * gdb.cp/ptype-cv-cp.exp
1203 * gdb.cp/ptype-flags.exp
1204 * gdb.cp/re-set-overloaded.exp
1205 * gdb.cp/ref-types.exp
1206 * gdb.cp/rtti.exp
1207 * gdb.cp/scope-err.exp
1208 * gdb.cp/shadow.exp
1209 * gdb.cp/smartp.exp
1210 * gdb.cp/static-method.exp
1211 * gdb.cp/static-print-quit.exp
1212 * gdb.cp/temargs.exp
1213 * gdb.cp/templates.exp
1214 * gdb.cp/try_catch.exp
1215 * gdb.cp/typedef-operator.exp
1216 * gdb.cp/typeid.exp
1217 * gdb.cp/userdef.exp
1218 * gdb.cp/using-crash.exp
1219 * gdb.cp/var-tag.exp
1220 * gdb.cp/virtbase.exp
1221 * gdb.cp/virtfunc.exp
1222 * gdb.cp/virtfunc2.exp
1223 * gdb.cp/vla-cxx.exp
1224 * gdb.disasm/t01_mov.exp
1225 * gdb.disasm/t02_mova.exp
1226 * gdb.disasm/t03_add.exp
1227 * gdb.disasm/t04_sub.exp
1228 * gdb.disasm/t05_cmp.exp
1229 * gdb.disasm/t06_ari2.exp
1230 * gdb.disasm/t07_ari3.exp
1231 * gdb.disasm/t08_or.exp
1232 * gdb.disasm/t09_xor.exp
1233 * gdb.disasm/t10_and.exp
1234 * gdb.disasm/t11_logs.exp
1235 * gdb.disasm/t12_bit.exp
1236 * gdb.disasm/t13_otr.exp
1237 * gdb.dlang/circular.exp
1238 * gdb.dwarf2/arr-stride.exp
1239 * gdb.dwarf2/arr-subrange.exp
1240 * gdb.dwarf2/atomic-type.exp
1241 * gdb.dwarf2/bad-regnum.exp
1242 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1243 * gdb.dwarf2/callframecfa.exp
1244 * gdb.dwarf2/clztest.exp
1245 * gdb.dwarf2/corrupt.exp
1246 * gdb.dwarf2/data-loc.exp
1247 * gdb.dwarf2/dup-psym.exp
1248 * gdb.dwarf2/dw2-anon-mptr.exp
1249 * gdb.dwarf2/dw2-anonymous-func.exp
1250 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1251 * gdb.dwarf2/dw2-bad-unresolved.exp
1252 * gdb.dwarf2/dw2-basic.exp
1253 * gdb.dwarf2/dw2-canonicalize-type.exp
1254 * gdb.dwarf2/dw2-case-insensitive.exp
1255 * gdb.dwarf2/dw2-common-block.exp
1256 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1257 * gdb.dwarf2/dw2-compressed.exp
1258 * gdb.dwarf2/dw2-const.exp
1259 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1260 * gdb.dwarf2/dw2-cu-size.exp
1261 * gdb.dwarf2/dw2-dup-frame.exp
1262 * gdb.dwarf2/dw2-entry-value.exp
1263 * gdb.dwarf2/dw2-icycle.exp
1264 * gdb.dwarf2/dw2-ifort-parameter.exp
1265 * gdb.dwarf2/dw2-inline-break.exp
1266 * gdb.dwarf2/dw2-inline-param.exp
1267 * gdb.dwarf2/dw2-intercu.exp
1268 * gdb.dwarf2/dw2-intermix.exp
1269 * gdb.dwarf2/dw2-lexical-block-bare.exp
1270 * gdb.dwarf2/dw2-linkage-name-trust.exp
1271 * gdb.dwarf2/dw2-minsym-in-cu.exp
1272 * gdb.dwarf2/dw2-noloc.exp
1273 * gdb.dwarf2/dw2-op-call.exp
1274 * gdb.dwarf2/dw2-op-out-param.exp
1275 * gdb.dwarf2/dw2-opt-structptr.exp
1276 * gdb.dwarf2/dw2-param-error.exp
1277 * gdb.dwarf2/dw2-producer.exp
1278 * gdb.dwarf2/dw2-ranges-base.exp
1279 * gdb.dwarf2/dw2-ref-missing-frame.exp
1280 * gdb.dwarf2/dw2-reg-undefined.exp
1281 * gdb.dwarf2/dw2-regno-invalid.exp
1282 * gdb.dwarf2/dw2-restore.exp
1283 * gdb.dwarf2/dw2-restrict.exp
1284 * gdb.dwarf2/dw2-single-line-discriminators.exp
1285 * gdb.dwarf2/dw2-strp.exp
1286 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1287 * gdb.dwarf2/dw2-unresolved.exp
1288 * gdb.dwarf2/dw2-var-zero-addr.exp
1289 * gdb.dwarf2/dw4-sig-types.exp
1290 * gdb.dwarf2/dwz.exp
1291 * gdb.dwarf2/dynarr-ptr.exp
1292 * gdb.dwarf2/enum-type.exp
1293 * gdb.dwarf2/gdb-index.exp
1294 * gdb.dwarf2/implptr-64bit.exp
1295 * gdb.dwarf2/implptr-optimized-out.exp
1296 * gdb.dwarf2/implptr.exp
1297 * gdb.dwarf2/implref-array.exp
1298 * gdb.dwarf2/implref-const.exp
1299 * gdb.dwarf2/implref-global.exp
1300 * gdb.dwarf2/implref-struct.exp
1301 * gdb.dwarf2/mac-fileno.exp
1302 * gdb.dwarf2/main-subprogram.exp
1303 * gdb.dwarf2/member-ptr-forwardref.exp
1304 * gdb.dwarf2/method-ptr.exp
1305 * gdb.dwarf2/missing-sig-type.exp
1306 * gdb.dwarf2/nonvar-access.exp
1307 * gdb.dwarf2/opaque-type-lookup.exp
1308 * gdb.dwarf2/pieces-optimized-out.exp
1309 * gdb.dwarf2/pieces.exp
1310 * gdb.dwarf2/pr10770.exp
1311 * gdb.dwarf2/pr13961.exp
1312 * gdb.dwarf2/staticvirtual.exp
1313 * gdb.dwarf2/subrange.exp
1314 * gdb.dwarf2/symtab-producer.exp
1315 * gdb.dwarf2/trace-crash.exp
1316 * gdb.dwarf2/typeddwarf.exp
1317 * gdb.dwarf2/valop.exp
1318 * gdb.dwarf2/watch-notconst.exp
1319 * gdb.fortran/array-element.exp
1320 * gdb.fortran/charset.exp
1321 * gdb.fortran/common-block.exp
1322 * gdb.fortran/complex.exp
1323 * gdb.fortran/derived-type-function.exp
1324 * gdb.fortran/derived-type.exp
1325 * gdb.fortran/logical.exp
1326 * gdb.fortran/module.exp
1327 * gdb.fortran/multi-dim.exp
1328 * gdb.fortran/nested-funcs.exp
1329 * gdb.fortran/print-formatted.exp
1330 * gdb.fortran/subarray.exp
1331 * gdb.fortran/vla-alloc-assoc.exp
1332 * gdb.fortran/vla-datatypes.exp
1333 * gdb.fortran/vla-history.exp
1334 * gdb.fortran/vla-ptr-info.exp
1335 * gdb.fortran/vla-ptype-sub.exp
1336 * gdb.fortran/vla-ptype.exp
1337 * gdb.fortran/vla-sizeof.exp
1338 * gdb.fortran/vla-type.exp
1339 * gdb.fortran/vla-value-sub-arbitrary.exp
1340 * gdb.fortran/vla-value-sub-finish.exp
1341 * gdb.fortran/vla-value-sub.exp
1342 * gdb.fortran/vla-value.exp
1343 * gdb.fortran/whatis_type.exp
1344 * gdb.go/chan.exp
1345 * gdb.go/handcall.exp
1346 * gdb.go/hello.exp
1347 * gdb.go/integers.exp
1348 * gdb.go/methods.exp
1349 * gdb.go/package.exp
1350 * gdb.go/strings.exp
1351 * gdb.go/types.exp
1352 * gdb.go/unsafe.exp
1353 * gdb.guile/scm-arch.exp
1354 * gdb.guile/scm-block.exp
1355 * gdb.guile/scm-breakpoint.exp
1356 * gdb.guile/scm-cmd.exp
1357 * gdb.guile/scm-disasm.exp
1358 * gdb.guile/scm-equal.exp
1359 * gdb.guile/scm-frame-args.exp
1360 * gdb.guile/scm-frame-inline.exp
1361 * gdb.guile/scm-frame.exp
1362 * gdb.guile/scm-iterator.exp
1363 * gdb.guile/scm-math.exp
1364 * gdb.guile/scm-objfile.exp
1365 * gdb.guile/scm-ports.exp
1366 * gdb.guile/scm-symbol.exp
1367 * gdb.guile/scm-symtab.exp
1368 * gdb.guile/scm-value-cc.exp
1369 * gdb.guile/types-module.exp
1370 * gdb.linespec/break-ask.exp
1371 * gdb.linespec/cpexplicit.exp
1372 * gdb.linespec/explicit.exp
1373 * gdb.linespec/keywords.exp
1374 * gdb.linespec/linespec.exp
1375 * gdb.linespec/ls-dollar.exp
1376 * gdb.linespec/ls-errs.exp
1377 * gdb.linespec/skip-two.exp
1378 * gdb.linespec/thread.exp
1379 * gdb.mi/mi-async.exp
1380 * gdb.mi/mi-basics.exp
1381 * gdb.mi/mi-break.exp
1382 * gdb.mi/mi-catch-load.exp
1383 * gdb.mi/mi-cli.exp
1384 * gdb.mi/mi-cmd-param-changed.exp
1385 * gdb.mi/mi-console.exp
1386 * gdb.mi/mi-detach.exp
1387 * gdb.mi/mi-disassemble.exp
1388 * gdb.mi/mi-eval.exp
1389 * gdb.mi/mi-file-transfer.exp
1390 * gdb.mi/mi-file.exp
1391 * gdb.mi/mi-fill-memory.exp
1392 * gdb.mi/mi-inheritance-syntax-error.exp
1393 * gdb.mi/mi-linespec-err-cp.exp
1394 * gdb.mi/mi-logging.exp
1395 * gdb.mi/mi-memory-changed.exp
1396 * gdb.mi/mi-read-memory.exp
1397 * gdb.mi/mi-record-changed.exp
1398 * gdb.mi/mi-reg-undefined.exp
1399 * gdb.mi/mi-regs.exp
1400 * gdb.mi/mi-return.exp
1401 * gdb.mi/mi-reverse.exp
1402 * gdb.mi/mi-simplerun.exp
1403 * gdb.mi/mi-solib.exp
1404 * gdb.mi/mi-stack.exp
1405 * gdb.mi/mi-stepi.exp
1406 * gdb.mi/mi-syn-frame.exp
1407 * gdb.mi/mi-until.exp
1408 * gdb.mi/mi-var-block.exp
1409 * gdb.mi/mi-var-child.exp
1410 * gdb.mi/mi-var-cmd.exp
1411 * gdb.mi/mi-var-cp.exp
1412 * gdb.mi/mi-var-display.exp
1413 * gdb.mi/mi-var-invalidate.exp
1414 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1415 * gdb.mi/mi-vla-fortran.exp
1416 * gdb.mi/mi-watch.exp
1417 * gdb.mi/mi2-var-child.exp
1418 * gdb.mi/user-selected-context-sync.exp
1419 * gdb.modula2/unbounded-array.exp
1420 * gdb.multi/dummy-frame-restore.exp
1421 * gdb.multi/multi-arch-exec.exp
1422 * gdb.multi/multi-arch.exp
1423 * gdb.multi/tids.exp
1424 * gdb.multi/watchpoint-multi.exp
1425 * gdb.opencl/callfuncs.exp
1426 * gdb.opencl/convs_casts.exp
1427 * gdb.opencl/datatypes.exp
1428 * gdb.opencl/operators.exp
1429 * gdb.opencl/vec_comps.exp
1430 * gdb.opt/clobbered-registers-O2.exp
1431 * gdb.opt/inline-break.exp
1432 * gdb.opt/inline-bt.exp
1433 * gdb.opt/inline-cmds.exp
1434 * gdb.opt/inline-locals.exp
1435 * gdb.pascal/case-insensitive-symbols.exp
1436 * gdb.pascal/floats.exp
1437 * gdb.pascal/gdb11492.exp
1438 * gdb.python/lib-types.exp
1439 * gdb.python/py-arch.exp
1440 * gdb.python/py-as-string.exp
1441 * gdb.python/py-bad-printers.exp
1442 * gdb.python/py-block.exp
1443 * gdb.python/py-breakpoint-create-fail.exp
1444 * gdb.python/py-breakpoint.exp
1445 * gdb.python/py-caller-is.exp
1446 * gdb.python/py-cmd.exp
1447 * gdb.python/py-explore-cc.exp
1448 * gdb.python/py-explore.exp
1449 * gdb.python/py-finish-breakpoint.exp
1450 * gdb.python/py-finish-breakpoint2.exp
1451 * gdb.python/py-frame-args.exp
1452 * gdb.python/py-frame-inline.exp
1453 * gdb.python/py-frame.exp
1454 * gdb.python/py-framefilter-mi.exp
1455 * gdb.python/py-infthread.exp
1456 * gdb.python/py-lazy-string.exp
1457 * gdb.python/py-linetable.exp
1458 * gdb.python/py-mi-events.exp
1459 * gdb.python/py-mi-objfile.exp
1460 * gdb.python/py-mi.exp
1461 * gdb.python/py-objfile.exp
1462 * gdb.python/py-pp-integral.exp
1463 * gdb.python/py-pp-maint.exp
1464 * gdb.python/py-pp-re-notag.exp
1465 * gdb.python/py-pp-registration.exp
1466 * gdb.python/py-recurse-unwind.exp
1467 * gdb.python/py-strfns.exp
1468 * gdb.python/py-symbol.exp
1469 * gdb.python/py-symtab.exp
1470 * gdb.python/py-sync-interp.exp
1471 * gdb.python/py-typeprint.exp
1472 * gdb.python/py-unwind-maint.exp
1473 * gdb.python/py-unwind.exp
1474 * gdb.python/py-value-cc.exp
1475 * gdb.python/py-xmethods.exp
1476 * gdb.reverse/amd64-tailcall-reverse.exp
1477 * gdb.reverse/break-precsave.exp
1478 * gdb.reverse/break-reverse.exp
1479 * gdb.reverse/consecutive-precsave.exp
1480 * gdb.reverse/consecutive-reverse.exp
1481 * gdb.reverse/finish-precsave.exp
1482 * gdb.reverse/finish-reverse-bkpt.exp
1483 * gdb.reverse/finish-reverse.exp
1484 * gdb.reverse/fstatat-reverse.exp
1485 * gdb.reverse/getresuid-reverse.exp
1486 * gdb.reverse/i386-precsave.exp
1487 * gdb.reverse/i386-reverse.exp
1488 * gdb.reverse/i386-sse-reverse.exp
1489 * gdb.reverse/i387-env-reverse.exp
1490 * gdb.reverse/i387-stack-reverse.exp
1491 * gdb.reverse/insn-reverse.exp
1492 * gdb.reverse/machinestate-precsave.exp
1493 * gdb.reverse/machinestate.exp
1494 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1495 * gdb.reverse/pipe-reverse.exp
1496 * gdb.reverse/readv-reverse.exp
1497 * gdb.reverse/recvmsg-reverse.exp
1498 * gdb.reverse/rerun-prec.exp
1499 * gdb.reverse/s390-mvcle.exp
1500 * gdb.reverse/step-precsave.exp
1501 * gdb.reverse/step-reverse.exp
1502 * gdb.reverse/time-reverse.exp
1503 * gdb.reverse/until-precsave.exp
1504 * gdb.reverse/until-reverse.exp
1505 * gdb.reverse/waitpid-reverse.exp
1506 * gdb.reverse/watch-precsave.exp
1507 * gdb.reverse/watch-reverse.exp
1508 * gdb.rust/generics.exp
1509 * gdb.rust/methods.exp
1510 * gdb.rust/modules.exp
1511 * gdb.rust/simple.exp
1512 * gdb.server/connect-with-no-symbol-file.exp
1513 * gdb.server/ext-attach.exp
1514 * gdb.server/ext-restart.exp
1515 * gdb.server/ext-wrapper.exp
1516 * gdb.server/file-transfer.exp
1517 * gdb.server/server-exec-info.exp
1518 * gdb.server/server-kill.exp
1519 * gdb.server/server-mon.exp
1520 * gdb.server/wrapper.exp
1521 * gdb.stabs/exclfwd.exp
1522 * gdb.stabs/gdb11479.exp
1523 * gdb.threads/clone-new-thread-event.exp
1524 * gdb.threads/corethreads.exp
1525 * gdb.threads/current-lwp-dead.exp
1526 * gdb.threads/dlopen-libpthread.exp
1527 * gdb.threads/gcore-thread.exp
1528 * gdb.threads/sigstep-threads.exp
1529 * gdb.threads/watchpoint-fork.exp
1530 * gdb.trace/actions-changed.exp
1531 * gdb.trace/backtrace.exp
1532 * gdb.trace/change-loc.exp
1533 * gdb.trace/circ.exp
1534 * gdb.trace/collection.exp
1535 * gdb.trace/disconnected-tracing.exp
1536 * gdb.trace/ftrace.exp
1537 * gdb.trace/mi-trace-frame-collected.exp
1538 * gdb.trace/mi-trace-unavailable.exp
1539 * gdb.trace/mi-traceframe-changed.exp
1540 * gdb.trace/mi-tsv-changed.exp
1541 * gdb.trace/no-attach-trace.exp
1542 * gdb.trace/passc-dyn.exp
1543 * gdb.trace/qtro.exp
1544 * gdb.trace/range-stepping.exp
1545 * gdb.trace/read-memory.exp
1546 * gdb.trace/save-trace.exp
1547 * gdb.trace/signal.exp
1548 * gdb.trace/status-stop.exp
1549 * gdb.trace/tfile.exp
1550 * gdb.trace/trace-break.exp
1551 * gdb.trace/trace-buffer-size.exp
1552 * gdb.trace/trace-condition.exp
1553 * gdb.trace/tracefile-pseudo-reg.exp
1554 * gdb.trace/tstatus.exp
1555 * gdb.trace/unavailable.exp
1556 * gdb.trace/while-dyn.exp
1557 * gdb.trace/while-stepping.exp
1558
34c41c68
DE
15592016-12-22 Doug Evans <xdje42@gmail.com>
1560
1561 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1562 and msymbols.
1563
16e69324
YQ
15642016-12-19 Yao Qi <yao.qi@linaro.org>
1565
1566 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1567 (test_with_self): Don't call do_steps_and_nexts, and remove
1568 code about stepping into xmalloc.
1569
f94f411b
YQ
15702016-12-09 Yao Qi <yao.qi@linaro.org>
1571
1572 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1573
15742016-12-09 Yao Qi <yao.qi@linaro.org>
1575
1576 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1577
f1b5deee
PA
15782016-12-09 Pedro Alves <palves@redhat.com>
1579
1580 * gdb.base/all-architectures-0.exp: New file.
1581 * gdb.base/all-architectures-1.exp: New file.
1582 * gdb.base/all-architectures-2.exp: New file.
1583 * gdb.base/all-architectures-3.exp: New file.
1584 * gdb.base/all-architectures-4.exp: New file.
1585 * gdb.base/all-architectures-5.exp: New file.
1586 * gdb.base/all-architectures-6.exp: New file.
1587 * gdb.base/all-architectures-7.exp: New file.
1588 * gdb.base/all-architectures.exp.in: New file.
1589
364ca42e
YQ
15902016-12-09 Yao Qi <yao.qi@linaro.org>
1591
1592 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1593
107c2d62
LM
15942016-12-02 Luis Machado <lgustavo@codesourcery.com>
1595
1596 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1597 possible.
1598 Remove useless pattern-matching code.
1599
df3ee9ca
PA
16002016-12-02 Pedro Alves <palves@redhat.com>
1601
1602 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1603 procedure.
1604 (top level): Call it.
1605
ec835369
PA
16062016-12-02 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1609 New procedure.
1610 (top level): Call it.
1611
01770bbd
PA
16122016-12-02 Pedro Alves <palves@redhat.com>
1613
1614 PR cli/20559
1615 * gdb.base/commands.exp (user_defined_command_args_eval): New
1616 procedure.
1617 (top level): Call it.
1618
008459ea
LM
16192016-12-02 Luis Machado <lgustavo@codesourcery.com>
1620
1621 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1622 timeout handling.
1623
0c1b455e
TT
16242016-12-02 Tom Tromey <tom@tromey.com>
1625
1626 * gdb.dwarf2/main-subprogram.c: New file.
1627 * gdb.dwarf2/main-subprogram.exp: New file.
1628
018572b8
LM
16292016-12-01 Luis Machado <lgustavo@codesourcery.com>
1630
1631 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1632 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1633 gdb_test_no_output for a couple of cases.
1634 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1635
84c93cd5
LM
16362016-12-01 Luis Machado <lgustavo@codesourcery.com>
1637
1638 Fix test names and standardize compilation error messages throughout
1639 the following files:
1640
1641 * gdb.ada/start.exp
1642 * gdb.arch/alpha-step.exp
1643 * gdb.arch/e500-prologue.exp
1644 * gdb.arch/ftrace-insn-reloc.exp
1645 * gdb.arch/gdb1291.exp
1646 * gdb.arch/gdb1431.exp
1647 * gdb.arch/gdb1558.exp
1648 * gdb.arch/i386-dr3-watch.exp
1649 * gdb.arch/i386-sse-stack-align.exp
1650 * gdb.arch/ia64-breakpoint-shadow.exp
1651 * gdb.arch/pa-nullify.exp
1652 * gdb.arch/powerpc-aix-prologue.exp
1653 * gdb.arch/thumb-bx-pc.exp
1654 * gdb.base/annota1.exp
1655 * gdb.base/annota3.exp
1656 * gdb.base/arrayidx.exp
1657 * gdb.base/assign.exp
1658 * gdb.base/attach.exp
1659 * gdb.base/auxv.exp
1660 * gdb.base/bang.exp
1661 * gdb.base/bfp-test.exp
1662 * gdb.base/bigcore.exp
1663 * gdb.base/bitfields2.exp
1664 * gdb.base/break-fun-addr.exp
1665 * gdb.base/break-probes.exp
1666 * gdb.base/call-rt-st.exp
1667 * gdb.base/callexit.exp
1668 * gdb.base/catch-fork-kill.exp
1669 * gdb.base/charset.exp
1670 * gdb.base/checkpoint.exp
1671 * gdb.base/comprdebug.exp
1672 * gdb.base/constvars.exp
1673 * gdb.base/coredump-filter.exp
1674 * gdb.base/cursal.exp
1675 * gdb.base/cvexpr.exp
1676 * gdb.base/detach.exp
1677 * gdb.base/display.exp
1678 * gdb.base/dmsym.exp
1679 * gdb.base/dprintf-pending.exp
1680 * gdb.base/dso2dso.exp
1681 * gdb.base/dtrace-probe.exp
1682 * gdb.base/dump.exp
1683 * gdb.base/enum_cond.exp
1684 * gdb.base/exe-lock.exp
1685 * gdb.base/exec-invalid-sysroot.exp
1686 * gdb.base/execl-update-breakpoints.exp
1687 * gdb.base/exprs.exp
1688 * gdb.base/fileio.exp
1689 * gdb.base/find.exp
1690 * gdb.base/finish.exp
1691 * gdb.base/fixsection.exp
1692 * gdb.base/foll-vfork.exp
1693 * gdb.base/frame-args.exp
1694 * gdb.base/gcore.exp
1695 * gdb.base/gdb1250.exp
1696 * gdb.base/global-var-nested-by-dso.exp
1697 * gdb.base/gnu-ifunc.exp
1698 * gdb.base/hashline1.exp
1699 * gdb.base/hashline2.exp
1700 * gdb.base/hashline3.exp
1701 * gdb.base/hbreak-in-shr-unsupported.exp
1702 * gdb.base/huge.exp
1703 * gdb.base/infcall-input.exp
1704 * gdb.base/info-fun.exp
1705 * gdb.base/info-shared.exp
1706 * gdb.base/jit-simple.exp
1707 * gdb.base/jit-so.exp
1708 * gdb.base/jit.exp
1709 * gdb.base/jump.exp
1710 * gdb.base/label.exp
1711 * gdb.base/lineinc.exp
1712 * gdb.base/logical.exp
1713 * gdb.base/longjmp.exp
1714 * gdb.base/macscp.exp
1715 * gdb.base/miscexprs.exp
1716 * gdb.base/new-ui-echo.exp
1717 * gdb.base/new-ui-pending-input.exp
1718 * gdb.base/new-ui.exp
1719 * gdb.base/nodebug.exp
1720 * gdb.base/nofield.exp
1721 * gdb.base/offsets.exp
1722 * gdb.base/overlays.exp
1723 * gdb.base/pending.exp
1724 * gdb.base/pointers.exp
1725 * gdb.base/pr11022.exp
1726 * gdb.base/printcmds.exp
1727 * gdb.base/prologue.exp
1728 * gdb.base/ptr-typedef.exp
1729 * gdb.base/realname-expand.exp
1730 * gdb.base/relativedebug.exp
1731 * gdb.base/relocate.exp
1732 * gdb.base/remote.exp
1733 * gdb.base/reread.exp
1734 * gdb.base/return2.exp
1735 * gdb.base/savedregs.exp
1736 * gdb.base/sep.exp
1737 * gdb.base/sepdebug.exp
1738 * gdb.base/sepsymtab.exp
1739 * gdb.base/set-inferior-tty.exp
1740 * gdb.base/setshow.exp
1741 * gdb.base/shlib-call.exp
1742 * gdb.base/sigaltstack.exp
1743 * gdb.base/siginfo-addr.exp
1744 * gdb.base/signals.exp
1745 * gdb.base/signull.exp
1746 * gdb.base/sigrepeat.exp
1747 * gdb.base/so-impl-ld.exp
1748 * gdb.base/solib-display.exp
1749 * gdb.base/solib-overlap.exp
1750 * gdb.base/solib-search.exp
1751 * gdb.base/solib-symbol.exp
1752 * gdb.base/structs.exp
1753 * gdb.base/structs2.exp
1754 * gdb.base/symtab-search-order.exp
1755 * gdb.base/twice.exp
1756 * gdb.base/unload.exp
1757 * gdb.base/varargs.exp
1758 * gdb.base/watchpoint-solib.exp
1759 * gdb.base/watchpoint.exp
1760 * gdb.base/whatis.exp
1761 * gdb.base/wrong_frame_bt_full.exp
1762 * gdb.btrace/dlopen.exp
1763 * gdb.cell/ea-standalone.exp
1764 * gdb.cell/ea-test.exp
1765 * gdb.cp/dispcxx.exp
1766 * gdb.cp/gdb2384.exp
1767 * gdb.cp/method2.exp
1768 * gdb.cp/nextoverthrow.exp
1769 * gdb.cp/pr10728.exp
1770 * gdb.disasm/am33.exp
1771 * gdb.disasm/h8300s.exp
1772 * gdb.disasm/mn10300.exp
1773 * gdb.disasm/sh3.exp
1774 * gdb.dwarf2/dw2-dir-file-name.exp
1775 * gdb.fortran/complex.exp
1776 * gdb.fortran/library-module.exp
1777 * gdb.guile/scm-pretty-print.exp
1778 * gdb.guile/scm-symbol.exp
1779 * gdb.guile/scm-type.exp
1780 * gdb.guile/scm-value.exp
1781 * gdb.linespec/linespec.exp
1782 * gdb.mi/gdb701.exp
1783 * gdb.mi/gdb792.exp
1784 * gdb.mi/mi-breakpoint-changed.exp
1785 * gdb.mi/mi-dprintf-pending.exp
1786 * gdb.mi/mi-dprintf.exp
1787 * gdb.mi/mi-exit-code.exp
1788 * gdb.mi/mi-pending.exp
1789 * gdb.mi/mi-solib.exp
1790 * gdb.mi/new-ui-mi-sync.exp
1791 * gdb.mi/pr11022.exp
1792 * gdb.mi/user-selected-context-sync.exp
1793 * gdb.opt/solib-intra-step.exp
1794 * gdb.python/py-events.exp
1795 * gdb.python/py-finish-breakpoint.exp
1796 * gdb.python/py-mi.exp
1797 * gdb.python/py-prettyprint.exp
1798 * gdb.python/py-shared.exp
1799 * gdb.python/py-symbol.exp
1800 * gdb.python/py-template.exp
1801 * gdb.python/py-type.exp
1802 * gdb.python/py-value.exp
1803 * gdb.reverse/solib-precsave.exp
1804 * gdb.reverse/solib-reverse.exp
1805 * gdb.server/solib-list.exp
1806 * gdb.stabs/weird.exp
1807 * gdb.threads/reconnect-signal.exp
1808 * gdb.threads/stepi-random-signal.exp
1809 * gdb.trace/actions.exp
1810 * gdb.trace/ax.exp
1811 * gdb.trace/backtrace.exp
1812 * gdb.trace/change-loc.exp
1813 * gdb.trace/deltrace.exp
1814 * gdb.trace/ftrace-lock.exp
1815 * gdb.trace/ftrace.exp
1816 * gdb.trace/infotrace.exp
1817 * gdb.trace/mi-tracepoint-changed.exp
1818 * gdb.trace/packetlen.exp
1819 * gdb.trace/passcount.exp
1820 * gdb.trace/pending.exp
1821 * gdb.trace/range-stepping.exp
1822 * gdb.trace/report.exp
1823 * gdb.trace/stap-trace.exp
1824 * gdb.trace/tfind.exp
1825 * gdb.trace/trace-break.exp
1826 * gdb.trace/trace-condition.exp
1827 * gdb.trace/trace-enable-disable.exp
1828 * gdb.trace/trace-mt.exp
1829 * gdb.trace/tracecmd.exp
1830 * gdb.trace/tspeed.exp
1831 * gdb.trace/tsv.exp
1832 * lib/perftest.exp
1833
fb9feb35
LM
18342016-12-01 Luis Machado <lgustavo@codesourcery.com>
1835
1836 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1837 with gdb_test_no_output.
1838 Use command as test name.
1839
cd2ddb6c
LM
18402016-12-01 Luis Machado <lgustavo@codesourcery.com>
1841
1842 Fix test names starting with uppercase throughout the files.
1843
1844 * gdb.ada/assign_1.exp
1845 * gdb.ada/boolean_expr.exp
1846 * gdb.base/arrayidx.exp
1847 * gdb.base/del.exp
1848 * gdb.base/gcore-buffer-overflow.exp
1849 * gdb.base/testenv.exp
1850 * gdb.compile/compile.exp
1851 * gdb.python/py-framefilter-invalidarg.exp
1852 * gdb.python/py-framefilter.exp
1853
bb95117e
LM
18542016-12-01 Luis Machado <lgustavo@codesourcery.com>
1855
1856 Fix test names starting with uppercase throughout the files.
1857
1858 * gdb.ada/array_return.exp
1859 * gdb.ada/expr_delims.exp
1860 * gdb.ada/mi_dyn_arr.exp
1861 * gdb.ada/mi_interface.exp
1862 * gdb.ada/mi_var_array.exp
1863 * gdb.ada/watch_arg.exp
1864 * gdb.arch/alpha-step.exp
1865 * gdb.arch/altivec-regs.exp
1866 * gdb.arch/e500-regs.exp
1867 * gdb.arch/powerpc-d128-regs.exp
1868 * gdb.base/arrayidx.exp
1869 * gdb.base/break.exp
1870 * gdb.base/checkpoint.exp
1871 * gdb.base/debug-expr.exp
1872 * gdb.base/dmsym.exp
1873 * gdb.base/radix.exp
1874 * gdb.base/sepdebug.exp
1875 * gdb.base/testenv.exp
1876 * gdb.base/watch_thread_num.exp
1877 * gdb.base/watchpoint-cond-gone.exp
1878 * gdb.cell/break.exp
1879 * gdb.cell/ea-cache.exp
1880 * gdb.compile/compile.exp
1881 * gdb.cp/gdb2495.exp
1882 * gdb.gdb/selftest.exp
1883 * gdb.gdb/xfullpath.exp
1884 * gdb.go/hello.exp
1885 * gdb.go/integers.exp
1886 * gdb.objc/basicclass.exp
1887 * gdb.pascal/hello.exp
1888 * gdb.pascal/integers.exp
1889 * gdb.python/py-breakpoint.exp
1890 * gdb.python/py-cmd.exp
1891 * gdb.python/py-linetable.exp
1892 * gdb.python/py-xmethods.exp
1893 * gdb.python/python.exp
1894 * gdb.reverse/consecutive-precsave.exp
1895 * gdb.reverse/finish-precsave.exp
1896 * gdb.reverse/i386-precsave.exp
1897 * gdb.reverse/machinestate-precsave.exp
1898 * gdb.reverse/sigall-precsave.exp
1899 * gdb.reverse/solib-precsave.exp
1900 * gdb.reverse/step-precsave.exp
1901 * gdb.reverse/until-precsave.exp
1902 * gdb.reverse/watch-precsave.exp
1903 * gdb.threads/leader-exit.exp
1904 * gdb.threads/pthreads.exp
1905 * gdb.threads/wp-replication.exp
1906 * gdb.trace/actions.exp
1907 * gdb.trace/mi-tsv-changed.exp
1908 * gdb.trace/tsv.exp
1909
de97fdd4
LM
19102016-12-01 Luis Machado <lgustavo@codesourcery.com>
1911
1912 Fix test names starting with uppercase throughout the files.
1913
1914 * gdb.arch/i386-bp_permanent.exp
1915 * gdb.arch/i386-gnu-cfi.exp
1916 * gdb.base/disasm-end-cu.exp
1917 * gdb.base/macscp.exp
1918 * gdb.base/pending.exp
1919 * gdb.base/watch_thread_num.exp
1920 * gdb.cp/exception.exp
1921 * gdb.cp/gdb2495.exp
1922 * gdb.cp/local.exp
1923 * gdb.python/py-evsignal.exp
1924 * gdb.python/python.exp
1925 * gdb.trace/tracecmd.exp
1926
9f058c10
LM
19272016-12-01 Luis Machado <lgustavo@codesourcery.com>
1928
1929 Fix test names starting with uppercase throughout the files.
1930
1931 * gdb.base/charset.exp
1932 * gdb.base/eval.exp
1933 * gdb.base/multi-forks.exp
1934 * gdb.guile/scm-progspace.exp
1935 * gdb.opencl/datatypes.exp
1936 * gdb.python/py-block.exp
1937 * gdb.python/py-function.exp
1938 * gdb.python/py-symbol.exp
1939 * gdb.python/py-symtab.exp
1940 * gdb.python/py-xmethods.exp
1941 * gdb.reverse/break-precsave.exp
1942 * gdb.reverse/break-reverse.exp
1943 * gdb.reverse/consecutive-precsave.exp
1944 * gdb.reverse/consecutive-reverse.exp
1945 * gdb.reverse/finish-precsave.exp
1946 * gdb.reverse/finish-reverse-bkpt.exp
1947 * gdb.reverse/finish-reverse.exp
1948 * gdb.reverse/fstatat-reverse.exp
1949 * gdb.reverse/getresuid-reverse.exp
1950 * gdb.reverse/i386-precsave.exp
1951 * gdb.reverse/i386-reverse.exp
1952 * gdb.reverse/i386-sse-reverse.exp
1953 * gdb.reverse/i387-stack-reverse.exp
1954 * gdb.reverse/insn-reverse.exp
1955 * gdb.reverse/machinestate-precsave.exp
1956 * gdb.reverse/machinestate.exp
1957 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1958 * gdb.reverse/pipe-reverse.exp
1959 * gdb.reverse/readv-reverse.exp
1960 * gdb.reverse/recvmsg-reverse.exp
1961 * gdb.reverse/rerun-prec.exp
1962 * gdb.reverse/s390-mvcle.exp
1963 * gdb.reverse/sigall-precsave.exp
1964 * gdb.reverse/sigall-reverse.exp
1965 * gdb.reverse/solib-precsave.exp
1966 * gdb.reverse/solib-reverse.exp
1967 * gdb.reverse/step-precsave.exp
1968 * gdb.reverse/step-reverse.exp
1969 * gdb.reverse/time-reverse.exp
1970 * gdb.reverse/until-precsave.exp
1971 * gdb.reverse/until-reverse.exp
1972 * gdb.reverse/waitpid-reverse.exp
1973 * gdb.reverse/watch-precsave.exp
1974 * gdb.reverse/watch-reverse.exp
1975
cdc7edd7
LM
19762016-12-01 Luis Machado <lgustavo@codesourcery.com>
1977
1978 Fix test names starting with uppercase throughout the files.
1979
1980 * gdb.arch/i386-mpx-simple_segv.exp
1981 * gdb.arch/i386-mpx.exp
1982 * gdb.arch/i386-permbkpt.exp
1983 * gdb.arch/pa-nullify.exp
1984 * gdb.arch/powerpc-d128-regs.exp
1985 * gdb.arch/vsx-regs.exp
1986 * gdb.base/bfp-test.exp
1987 * gdb.base/break.exp
1988 * gdb.base/breakpoint-shadow.exp
1989 * gdb.base/callfuncs.exp
1990 * gdb.base/charset.exp
1991 * gdb.base/commands.exp
1992 * gdb.base/completion.exp
1993 * gdb.base/dfp-test.exp
1994 * gdb.base/echo.exp
1995 * gdb.base/ending-run.exp
1996 * gdb.base/eval.exp
1997 * gdb.base/expand-psymtabs.exp
1998 * gdb.base/float128.exp
1999 * gdb.base/floatn.exp
2000 * gdb.base/foll-exec-mode.exp
2001 * gdb.base/gdb1056.exp
2002 * gdb.base/gdb11531.exp
2003 * gdb.base/kill-after-signal.exp
2004 * gdb.base/multi-forks.exp
2005 * gdb.base/overlays.exp
2006 * gdb.base/pending.exp
2007 * gdb.base/sepdebug.exp
2008 * gdb.base/testenv.exp
2009 * gdb.base/valgrind-db-attach.exp
2010 * gdb.base/watch_thread_num.exp
2011 * gdb.base/watchpoint-cond-gone.exp
2012 * gdb.base/watchpoint.exp
2013 * gdb.base/watchpoints.exp
2014 * gdb.cp/arg-reference.exp
2015 * gdb.cp/baseenum.exp
2016 * gdb.cp/operator.exp
2017 * gdb.cp/shadow.exp
2018 * gdb.dwarf2/dw2-op-out-param.exp
2019 * gdb.dwarf2/dw2-reg-undefined.exp
2020 * gdb.go/chan.exp
2021 * gdb.go/hello.exp
2022 * gdb.go/integers.exp
2023 * gdb.go/methods.exp
2024 * gdb.go/package.exp
2025 * gdb.guile/scm-parameter.exp
2026 * gdb.guile/scm-progspace.exp
2027 * gdb.guile/scm-value.exp
2028 * gdb.mi/mi-pending.exp
2029 * gdb.mi/user-selected-context-sync.exp
2030 * gdb.multi/multi-attach.exp
2031 * gdb.multi/tids.exp
2032 * gdb.opt/clobbered-registers-O2.exp
2033 * gdb.pascal/floats.exp
2034 * gdb.pascal/integers.exp
2035 * gdb.python/py-block.exp
2036 * gdb.python/py-events.exp
2037 * gdb.python/py-parameter.exp
2038 * gdb.python/py-symbol.exp
2039 * gdb.python/py-symtab.exp
2040 * gdb.python/py-type.exp
2041 * gdb.python/py-value.exp
2042 * gdb.python/py-xmethods.exp
2043 * gdb.python/python.exp
2044 * gdb.reverse/break-precsave.exp
2045 * gdb.reverse/consecutive-precsave.exp
2046 * gdb.reverse/finish-precsave.exp
2047 * gdb.reverse/i386-precsave.exp
2048 * gdb.reverse/machinestate-precsave.exp
2049 * gdb.reverse/sigall-precsave.exp
2050 * gdb.reverse/solib-precsave.exp
2051 * gdb.reverse/step-precsave.exp
2052 * gdb.reverse/until-precsave.exp
2053 * gdb.reverse/watch-precsave.exp
2054 * gdb.server/ext-attach.exp
2055 * gdb.server/ext-restart.exp
2056 * gdb.server/ext-run.exp
2057 * gdb.server/ext-wrapper.exp
2058 * gdb.stabs/gdb11479.exp
2059 * gdb.stabs/weird.exp
2060 * gdb.threads/attach-many-short-lived-threads.exp
2061 * gdb.threads/kill.exp
2062 * gdb.threads/watchpoint-fork.exp
2063
bc6c7af4
LM
20642016-12-01 Luis Machado <lgustavo@codesourcery.com>
2065
2066 Fix test names starting with uppercase throughout all the files below.
2067
2068 * gdb.ada/array_return.exp
2069 * gdb.ada/catch_ex.exp
2070 * gdb.ada/info_exc.exp
2071 * gdb.ada/mi_catch_ex.exp
2072 * gdb.ada/mi_dyn_arr.exp
2073 * gdb.ada/mi_ex_cond.exp
2074 * gdb.ada/mi_exc_info.exp
2075 * gdb.ada/mi_interface.exp
2076 * gdb.ada/mi_task_arg.exp
2077 * gdb.ada/mi_task_info.exp
2078 * gdb.ada/mi_var_array.exp
2079 * gdb.arch/alpha-step.exp
2080 * gdb.arch/amd64-disp-step.exp
2081 * gdb.arch/arm-disp-step.exp
2082 * gdb.arch/disp-step-insn-reloc.exp
2083 * gdb.arch/e500-prologue.exp
2084 * gdb.arch/ftrace-insn-reloc.exp
2085 * gdb.arch/gdb1558.exp
2086 * gdb.arch/i386-bp_permanent.exp
2087 * gdb.arch/i386-disp-step.exp
2088 * gdb.arch/i386-float.exp
2089 * gdb.arch/i386-gnu-cfi.exp
2090 * gdb.arch/ia64-breakpoint-shadow.exp
2091 * gdb.arch/mips16-thunks.exp
2092 * gdb.arch/pa-nullify.exp
2093 * gdb.arch/powerpc-aix-prologue.exp
2094 * gdb.arch/powerpc-power.exp
2095 * gdb.arch/ppc-dfp.exp
2096 * gdb.arch/s390-tdbregs.exp
2097 * gdb.arch/spu-info.exp
2098 * gdb.arch/spu-ls.exp
2099 * gdb.arch/thumb-bx-pc.exp
2100 * gdb.base/advance.exp
2101 * gdb.base/annota-input-while-running.exp
2102 * gdb.base/arrayidx.exp
2103 * gdb.base/asmlabel.exp
2104 * gdb.base/async.exp
2105 * gdb.base/attach-wait-input.exp
2106 * gdb.base/auto-connect-native-target.exp
2107 * gdb.base/batch-preserve-term-settings.exp
2108 * gdb.base/bfp-test.exp
2109 * gdb.base/bigcore.exp
2110 * gdb.base/bp-permanent.exp
2111 * gdb.base/break-always.exp
2112 * gdb.base/break-fun-addr.exp
2113 * gdb.base/break-idempotent.exp
2114 * gdb.base/break-main-file-remove-fail.exp
2115 * gdb.base/break-probes.exp
2116 * gdb.base/break-unload-file.exp
2117 * gdb.base/break.exp
2118 * gdb.base/call-ar-st.exp
2119 * gdb.base/call-rt-st.exp
2120 * gdb.base/call-sc.exp
2121 * gdb.base/call-signal-resume.exp
2122 * gdb.base/call-strs.exp
2123 * gdb.base/callexit.exp
2124 * gdb.base/callfuncs.exp
2125 * gdb.base/catch-gdb-caused-signals.exp
2126 * gdb.base/catch-signal-siginfo-cond.exp
2127 * gdb.base/catch-syscall.exp
2128 * gdb.base/compare-sections.exp
2129 * gdb.base/cond-eval-mode.exp
2130 * gdb.base/condbreak-call-false.exp
2131 * gdb.base/consecutive-step-over.exp
2132 * gdb.base/cursal.exp
2133 * gdb.base/disabled-location.exp
2134 * gdb.base/disasm-end-cu.exp
2135 * gdb.base/display.exp
2136 * gdb.base/double-prompt-target-event-error.exp
2137 * gdb.base/dprintf-bp-same-addr.exp
2138 * gdb.base/dprintf-detach.exp
2139 * gdb.base/dprintf-next.exp
2140 * gdb.base/dprintf-non-stop.exp
2141 * gdb.base/dprintf-pending.exp
2142 * gdb.base/dso2dso.exp
2143 * gdb.base/ending-run.exp
2144 * gdb.base/enum_cond.exp
2145 * gdb.base/examine-backward.exp
2146 * gdb.base/exe-lock.exp
2147 * gdb.base/exec-invalid-sysroot.exp
2148 * gdb.base/execl-update-breakpoints.exp
2149 * gdb.base/execution-termios.exp
2150 * gdb.base/fileio.exp
2151 * gdb.base/fixsection.exp
2152 * gdb.base/foll-exec-mode.exp
2153 * gdb.base/foll-exec.exp
2154 * gdb.base/fork-running-state.exp
2155 * gdb.base/frame-args.exp
2156 * gdb.base/fullpath-expand.exp
2157 * gdb.base/func-ptr.exp
2158 * gdb.base/gcore-relro-pie.exp
2159 * gdb.base/gdb1090.exp
2160 * gdb.base/gdb1555.exp
2161 * gdb.base/global-var-nested-by-dso.exp
2162 * gdb.base/gnu-ifunc.exp
2163 * gdb.base/hbreak-in-shr-unsupported.exp
2164 * gdb.base/hbreak-unmapped.exp
2165 * gdb.base/hook-stop.exp
2166 * gdb.base/infcall-input.exp
2167 * gdb.base/info-fun.exp
2168 * gdb.base/info-shared.exp
2169 * gdb.base/interrupt-noterm.exp
2170 * gdb.base/jit-so.exp
2171 * gdb.base/jit.exp
2172 * gdb.base/line-symtabs.exp
2173 * gdb.base/list.exp
2174 * gdb.base/longjmp.exp
2175 * gdb.base/macscp.exp
2176 * gdb.base/max-value-size.exp
2177 * gdb.base/nodebug.exp
2178 * gdb.base/nofield.exp
2179 * gdb.base/overlays.exp
2180 * gdb.base/paginate-after-ctrl-c-running.exp
2181 * gdb.base/paginate-bg-execution.exp
2182 * gdb.base/paginate-inferior-exit.exp
2183 * gdb.base/pending.exp
2184 * gdb.base/pr11022.exp
2185 * gdb.base/printcmds.exp
2186 * gdb.base/ptr-typedef.exp
2187 * gdb.base/ptype.exp
2188 * gdb.base/randomize.exp
2189 * gdb.base/range-stepping.exp
2190 * gdb.base/realname-expand.exp
2191 * gdb.base/relativedebug.exp
2192 * gdb.base/remote.exp
2193 * gdb.base/savedregs.exp
2194 * gdb.base/sepdebug.exp
2195 * gdb.base/set-noassign.exp
2196 * gdb.base/shlib-call.exp
2197 * gdb.base/shreloc.exp
2198 * gdb.base/sigaltstack.exp
2199 * gdb.base/sigbpt.exp
2200 * gdb.base/siginfo-addr.exp
2201 * gdb.base/siginfo-obj.exp
2202 * gdb.base/siginfo-thread.exp
2203 * gdb.base/signest.exp
2204 * gdb.base/signull.exp
2205 * gdb.base/sigrepeat.exp
2206 * gdb.base/skip.exp
2207 * gdb.base/so-impl-ld.exp
2208 * gdb.base/solib-corrupted.exp
2209 * gdb.base/solib-disc.exp
2210 * gdb.base/solib-display.exp
2211 * gdb.base/solib-overlap.exp
2212 * gdb.base/solib-search.exp
2213 * gdb.base/solib-symbol.exp
2214 * gdb.base/source-execution.exp
2215 * gdb.base/sss-bp-on-user-bp-2.exp
2216 * gdb.base/sss-bp-on-user-bp.exp
2217 * gdb.base/stack-checking.exp
2218 * gdb.base/stale-infcall.exp
2219 * gdb.base/step-break.exp
2220 * gdb.base/step-line.exp
2221 * gdb.base/step-over-exit.exp
2222 * gdb.base/step-test.exp
2223 * gdb.base/structs.exp
2224 * gdb.base/sym-file.exp
2225 * gdb.base/symtab-search-order.exp
2226 * gdb.base/term.exp
2227 * gdb.base/type-opaque.exp
2228 * gdb.base/unload.exp
2229 * gdb.base/until-nodebug.exp
2230 * gdb.base/until.exp
2231 * gdb.base/unwindonsignal.exp
2232 * gdb.base/watch-cond.exp
2233 * gdb.base/watch-non-mem.exp
2234 * gdb.base/watch_thread_num.exp
2235 * gdb.base/watchpoint-reuse-slot.exp
2236 * gdb.base/watchpoint-solib.exp
2237 * gdb.base/watchpoint.exp
2238 * gdb.btrace/dlopen.exp
2239 * gdb.cell/arch.exp
2240 * gdb.cell/break.exp
2241 * gdb.cell/bt.exp
2242 * gdb.cell/core.exp
2243 * gdb.cell/data.exp
2244 * gdb.cell/dwarfaddr.exp
2245 * gdb.cell/ea-cache.exp
2246 * gdb.cell/ea-standalone.exp
2247 * gdb.cell/ea-test.exp
2248 * gdb.cell/f-regs.exp
2249 * gdb.cell/fork.exp
2250 * gdb.cell/gcore.exp
2251 * gdb.cell/mem-access.exp
2252 * gdb.cell/ptype.exp
2253 * gdb.cell/registers.exp
2254 * gdb.cell/sizeof.exp
2255 * gdb.cell/solib-symbol.exp
2256 * gdb.cell/solib.exp
2257 * gdb.compile/compile-tls.exp
2258 * gdb.cp/exception.exp
2259 * gdb.cp/gdb2495.exp
2260 * gdb.cp/local.exp
2261 * gdb.cp/mb-inline.exp
2262 * gdb.cp/mb-templates.exp
2263 * gdb.cp/pr10687.exp
2264 * gdb.cp/pr9167.exp
2265 * gdb.cp/scope-err.exp
2266 * gdb.cp/templates.exp
2267 * gdb.cp/virtfunc.exp
2268 * gdb.dwarf2/dw2-dir-file-name.exp
2269 * gdb.dwarf2/dw2-single-line-discriminators.exp
2270 * gdb.fortran/complex.exp
2271 * gdb.fortran/library-module.exp
2272 * gdb.guile/guile.exp
2273 * gdb.guile/scm-cmd.exp
2274 * gdb.guile/scm-frame-inline.exp
2275 * gdb.guile/scm-objfile.exp
2276 * gdb.guile/scm-pretty-print.exp
2277 * gdb.guile/scm-symbol.exp
2278 * gdb.guile/scm-type.exp
2279 * gdb.guile/scm-value.exp
2280 * gdb.linespec/keywords.exp
2281 * gdb.linespec/ls-errs.exp
2282 * gdb.linespec/macro-relative.exp
2283 * gdb.linespec/thread.exp
2284 * gdb.mi/mi-breakpoint-changed.exp
2285 * gdb.mi/mi-dprintf-pending.exp
2286 * gdb.mi/mi-fullname-deleted.exp
2287 * gdb.mi/mi-logging.exp
2288 * gdb.mi/mi-pending.exp
2289 * gdb.mi/mi-solib.exp
2290 * gdb.mi/new-ui-mi-sync.exp
2291 * gdb.mi/user-selected-context-sync.exp
2292 * gdb.multi/dummy-frame-restore.exp
2293 * gdb.multi/multi-arch-exec.exp
2294 * gdb.multi/remove-inferiors.exp
2295 * gdb.multi/watchpoint-multi-exit.exp
2296 * gdb.opt/solib-intra-step.exp
2297 * gdb.perf/backtrace.exp
2298 * gdb.perf/single-step.exp
2299 * gdb.perf/skip-command.exp
2300 * gdb.perf/skip-prologue.exp
2301 * gdb.perf/solib.exp
2302 * gdb.python/lib-types.exp
2303 * gdb.python/py-as-string.exp
2304 * gdb.python/py-bad-printers.exp
2305 * gdb.python/py-block.exp
2306 * gdb.python/py-breakpoint.exp
2307 * gdb.python/py-cmd.exp
2308 * gdb.python/py-events.exp
2309 * gdb.python/py-evthreads.exp
2310 * gdb.python/py-finish-breakpoint.exp
2311 * gdb.python/py-finish-breakpoint2.exp
2312 * gdb.python/py-frame-inline.exp
2313 * gdb.python/py-frame.exp
2314 * gdb.python/py-inferior.exp
2315 * gdb.python/py-infthread.exp
2316 * gdb.python/py-mi.exp
2317 * gdb.python/py-objfile.exp
2318 * gdb.python/py-pp-maint.exp
2319 * gdb.python/py-pp-registration.exp
2320 * gdb.python/py-prettyprint.exp
2321 * gdb.python/py-recurse-unwind.exp
2322 * gdb.python/py-shared.exp
2323 * gdb.python/py-symbol.exp
2324 * gdb.python/py-symtab.exp
2325 * gdb.python/py-template.exp
2326 * gdb.python/py-type.exp
2327 * gdb.python/py-unwind-maint.exp
2328 * gdb.python/py-unwind.exp
2329 * gdb.python/py-value.exp
2330 * gdb.python/python.exp
2331 * gdb.reverse/finish-reverse-bkpt.exp
2332 * gdb.reverse/insn-reverse.exp
2333 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2334 * gdb.reverse/solib-precsave.exp
2335 * gdb.reverse/solib-reverse.exp
2336 * gdb.stabs/gdb11479.exp
2337 * gdb.stabs/weird.exp
2338 * gdb.threads/fork-child-threads.exp
2339 * gdb.threads/fork-plus-threads.exp
2340 * gdb.threads/fork-thread-pending.exp
2341 * gdb.threads/forking-threads-plus-breakpoint.exp
2342 * gdb.threads/hand-call-in-threads.exp
2343 * gdb.threads/interrupted-hand-call.exp
2344 * gdb.threads/linux-dp.exp
2345 * gdb.threads/local-watch-wrong-thread.exp
2346 * gdb.threads/next-while-other-thread-longjmps.exp
2347 * gdb.threads/non-ldr-exit.exp
2348 * gdb.threads/pending-step.exp
2349 * gdb.threads/print-threads.exp
2350 * gdb.threads/process-dies-while-detaching.exp
2351 * gdb.threads/process-dies-while-handling-bp.exp
2352 * gdb.threads/pthreads.exp
2353 * gdb.threads/queue-signal.exp
2354 * gdb.threads/reconnect-signal.exp
2355 * gdb.threads/signal-command-handle-nopass.exp
2356 * gdb.threads/signal-command-multiple-signals-pending.exp
2357 * gdb.threads/signal-delivered-right-thread.exp
2358 * gdb.threads/signal-sigtrap.exp
2359 * gdb.threads/sigthread.exp
2360 * gdb.threads/staticthreads.exp
2361 * gdb.threads/stepi-random-signal.exp
2362 * gdb.threads/thread-unwindonsignal.exp
2363 * gdb.threads/thread_check.exp
2364 * gdb.threads/thread_events.exp
2365 * gdb.threads/tid-reuse.exp
2366 * gdb.threads/tls-nodebug.exp
2367 * gdb.threads/tls-shared.exp
2368 * gdb.threads/tls-so_extern.exp
2369 * gdb.threads/tls.exp
2370 * gdb.threads/wp-replication.exp
2371 * gdb.trace/actions-changed.exp
2372 * gdb.trace/actions.exp
2373 * gdb.trace/backtrace.exp
2374 * gdb.trace/change-loc.exp
2375 * gdb.trace/collection.exp
2376 * gdb.trace/deltrace.exp
2377 * gdb.trace/disconnected-tracing.exp
2378 * gdb.trace/entry-values.exp
2379 * gdb.trace/ftrace-lock.exp
2380 * gdb.trace/ftrace.exp
2381 * gdb.trace/infotrace.exp
2382 * gdb.trace/mi-trace-frame-collected.exp
2383 * gdb.trace/mi-trace-unavailable.exp
2384 * gdb.trace/mi-traceframe-changed.exp
2385 * gdb.trace/mi-tracepoint-changed.exp
2386 * gdb.trace/mi-tsv-changed.exp
2387 * gdb.trace/no-attach-trace.exp
2388 * gdb.trace/packetlen.exp
2389 * gdb.trace/passc-dyn.exp
2390 * gdb.trace/passcount.exp
2391 * gdb.trace/pending.exp
2392 * gdb.trace/pr16508.exp
2393 * gdb.trace/qtro.exp
2394 * gdb.trace/range-stepping.exp
2395 * gdb.trace/read-memory.exp
2396 * gdb.trace/report.exp
2397 * gdb.trace/save-trace.exp
2398 * gdb.trace/signal.exp
2399 * gdb.trace/stap-trace.exp
2400 * gdb.trace/status-stop.exp
2401 * gdb.trace/strace.exp
2402 * gdb.trace/tfile.exp
2403 * gdb.trace/tfind.exp
2404 * gdb.trace/trace-break.exp
2405 * gdb.trace/trace-condition.exp
2406 * gdb.trace/trace-enable-disable.exp
2407 * gdb.trace/trace-mt.exp
2408 * gdb.trace/tracecmd.exp
2409 * gdb.trace/tracefile-pseudo-reg.exp
2410 * gdb.trace/tspeed.exp
2411 * gdb.trace/tstatus.exp
2412 * gdb.trace/tsv.exp
2413 * gdb.trace/unavailable.exp
2414 * gdb.trace/while-dyn.exp
2415 * gdb.trace/while-stepping.exp
2416 * lib/gdb-guile.exp
2417 * lib/gdb.exp
2418 * lib/mi-support.exp
2419 * lib/pascal.exp
2420 * lib/perftest.exp
2421 * lib/prelink-support.exp
2422 * lib/selftest-support.exp
2423
ad02e4fe
SM
24242016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2425
2426 * Makefile.in: Include disable-implicit-rules.mk.
2427
22347e55
AA
24282016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2429
2430 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2431 non-byte-aligned bit fields.
2432
da5b30da
AA
24332016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2434
2435 PR gdb/12616
2436 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2437 respects the DW_AT_data_bit_offset attribute.
2438
b593ecca
SM
24392016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2440
2441 * gdb.base/default.exp: Fix output of "set language".
2442
3b165252
SM
24432016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2444
2445 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2446 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2447 make.
2448 * configure.ac: Remove checks for the make program.
2449 * configure: Re-generate.
2450
1a2f3d7f
KB
24512016-11-16 Kevin Buettner <kevinb@redhat.com>
2452
2453 * gdb.python/py-recurse-unwind.c (main): Add loop.
2454 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2455 to read_register() and gdb.parse_and_eval(). Make each code
2456 call a separate case that can be individually tested.
2457 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2458 proc. Call cont_and_backtrace for each of the code paths that
2459 we want to test in the unwinder.
2460
b7f38fda
AA
24612016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2462
2463 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2464 the definition of struct S.
2465
1f8db343
CM
24662016-11-11 Catherine Moore <clm@codesourcery.com>
2467
2468 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2469
fad0c9fb
PA
24702016-11-09 Pedro Alves <palves@redhat.com>
2471
2472 * gdb.base/commands.exp (runto_or_return): New procedure.
2473 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2474 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2475 (progvar_simple_while_test, progvar_complex_if_while_test)
2476 (if_while_breakpoint_command_test)
2477 (infrun_breakpoint_command_test, breakpoint_command_test)
2478 (user_defined_command_test, watchpoint_command_test)
2479 (test_command_prompt_position, redefine_hook_test)
2480 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2481 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2482 multi_line_input and multi_line. Remove gdb_expect and
2483 gdb_stop_suppressing_tests uses.
2484 * lib/gdb.exp (valnum_re): New global.
2485 (multi_line_input): New procedure.
2486
8354c62c
SM
24872016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2488
2489 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2490 Remove.
2491 (test_setup): Define with proc_with_prefix.
2492 (test_cli_inferior): Likewise.
2493 (test_cli_thread): Likewise.
2494 (test_cli_frame): Likewise.
2495 (test_cli_select_frame): Likewise.
2496 (test_cli_up_down): Likewise.
2497 (test_mi_thread_select): Likewise.
2498 (test_mi_stack_select_frame): Likewise.
2499 (test_cli_in_mi_inferior): Likewise.
2500 (test_cli_in_mi_thread): Likewise.
2501 (test_cli_in_mi_frame): Likewise.
2502 (top level): Do not use with_test_prefix_procname.
2503
64f367a2
PA
25042016-11-09 Pedro Alves <palves@redhat.com>
2505
2506 * gdb.base/commands.exp (gdbvar_simple_if_test)
2507 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2508 (progvar_simple_if_test, progvar_simple_while_test)
2509 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2510 (infrun_breakpoint_command_test, breakpoint_command_test)
2511 (user_defined_command_test, watchpoint_command_test)
2512 (test_command_prompt_position, deprecated_command_test)
2513 (bp_deleted_in_command, temporary_breakpoint_commands)
2514 (stray_arg0_test, source_file_with_indented_comment)
2515 (recursive_source_test, if_commands_test)
2516 (error_clears_commands_left, redefine_hook_test)
2517 (redefine_backtrace_test): Use proc_with_prefix.
2518 * lib/gdb.exp (proc_with_prefix): New proc.
2519
0bb65f1e
AA
25202016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2521
2522 * gdb.base/tui-layout.c: New file.
2523 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2524 disassembly window contains very long lines.
2525
7353f247
TT
25262016-11-08 Tom Tromey <tom@tromey.com>
2527
2528 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2529 depend on Python 2.
2530
30a7bb83
TT
25312016-11-08 Tom Tromey <tom@tromey.com>
2532
2533 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2534 New method.
2535
cdf5a07c
MG
25362016-10-29 Manish Goregaokar <manish@mozilla.com>
2537
2806dc7e 2538 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2539
51a789c3
MG
25402016-10-27 Manish Goregaokar <manish@mozilla.com>
2541
2806dc7e
PA
2542 * gdb.rust/simple.rs: Add test for univariant enums without
2543 discriminants and for encoded struct-like enums.
51a789c3 2544
f610ab6d
PA
25452016-10-28 Pedro Alves <palves@redhat.com>
2546
2547 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2548 gdb_test_multiple, tighten regexps and match symtabs and line
2549 tables incrementally.
2550
b129b0ca
LM
25512016-10-28 Luis Machado <lgustavo@codesourcery.com>
2552
2553 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2554 general.
2555
ecf45d2c
SL
25562016-10-25 Luis Machado <lgustavo@codesourcery.com>
2557
2558 * gdb.base/exec-invalid-sysroot.exp: New file.
2559
b8d38ee4
JK
25602016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2563
f90fd8c2
JK
25642016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2565
2566 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2567
2d2476aa
MR
25682016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2569
2806dc7e
PA
2570 * gdb.base/killed-outside.exp: Remove $options from a call to
2571 `prepare_for_testing'.
2d2476aa 2572
e42b25a0
SM
25732016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2574
2575 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2576 Change test message.
2577
3ccdb432
SM
25782016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2579
2580 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2581 Update comment.
2582
5bad3170
SM
25832016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2584
2585 * gdb.trace/mi-trace-save.exp: New file.
2586
5ad9dba7
YQ
25872016-10-13 Yao Qi <yao.qi@linaro.org>
2588
2589 * gdb.base/code_elim.exp (get_var_address): Remove.
2590 * gdb.base/relocate.exp: Likewise.
2591 * gdb.base/shreloc.exp: Likewise.
2592 * lib/gdb.exp (get_var_address): New.
2593
62df7e21
YQ
25942016-10-13 Yao Qi <yao.qi@linaro.org>
2595
2596 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2597 floating point tests if $skip_float_test is false.
2598
4dac951e
LM
25992016-10-12 Luis Machado <lgustavo@codesourcery.com>
2600
2601 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2602 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2603 argc values.
2604 Add 1 to argc so we guarantee distinct initial/modified argc values.
2605
8f1a8fc4
JK
26062016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2607
2608 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2609
16c85b5d
JK
26102016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2611
2612 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2613 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2614 * gdb.arch/vsx-regs.exp: Likewise.
2615
1d0e042a
YQ
26162016-10-07 Yao Qi <yao.qi@linaro.org>
2617
2618 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2619
68dadef5
MM
26202016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2621
2622 * gdb.python/python.exp: Test decode_line("*0").
2623
33fa2c6e
DE
26242016-10-06 Doug Evans <dje@google.com>
2625
2626 * gdb.python/py-value.exp (test_value_creation): Add test for large
2627 unsigned 64-bit value.
2628
9c37b5ae
TT
26292016-10-06 Tom Tromey <tom@tromey.com>
2630
2631 * gdb.compile/compile.exp: Change java tests to rust.
2632 * gdb.base/setshow.exp: Change java tests to rust.
2633 * gdb.base/default.exp: Remove java from language list.
2634 * README (Examples): Update language example.
2635 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2636 test.
2637 * lib/gdb.exp (skip_java_tests): Remove.
2638 * lib/java.exp: Remove.
2639 * gdb.java: Remove.
2640
78b86327
MR
26412016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2642
2643 * gdb.arch/mips-fcr.exp: New test.
2644 * gdb.arch/mips-fcr.c: Source for the new test.
2645
7470adbb
MR
26462016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2647
2648 * gdb.base/solib-disc.exp: Use `standard_output_file'
2649 throughout.
2650
4a556533
PA
26512016-10-06 Pedro Alves <palves@redhat.com>
2652
2653 * gdb.base/jit-simple-dl.c: New file.
2654 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2655 * gdb.base/jit-simple.c: ... this.
2656 * gdb.base/jit-simple.exp (jit_run): Delete.
2657 (build_jit): New proc.
2658 (jit_test_reread): Recompile either the main program or the shared
2659 library, depending on what is being tested. Skip changing address
2660 if caller wants to. Compare before/after addresses. If testing
2661 standalone, explicitly load the binary. Test "maint info
2662 breakpoints".
2663 (top level): Add "standalone vs shared lib" and "change address"
2664 vs "same address" axes.
2665
5a122fbc
PA
26662016-10-06 Pedro Alves <palves@redhat.com>
2667
2668 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2669 call.
2670 (jit_run): Delete.
2671 (jit_test_reread): Use with_test_prefix. Reload the main binary
2672 explicitly. Compare the before/after addresses of the JIT
2673 descriptor.
2674
ee8da4b8
DE
26752016-08-15 Doug Evans <dje@google.com>
2676
2677 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2678 for single bitfields is bool.
2679 * gdb.xml/tdesc-regs.exp: Ditto.
2680
f389f6fe
JK
26812016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2682
2683 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2684
fdebf1a4
YQ
26852016-10-05 Yao Qi <yao.qi@linaro.org>
2686
2687 * lib/gdb.exp (support_complex_tests): Return zero if
2688 gdb_skip_float_test return true.
2689
9c36d954 26902016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2691 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2692
2693 PR gdb/20487
2694 * gdb.mi/user-selected-context-sync.exp: New file.
2695 * gdb.mi/user-selected-context-sync.c: New file.
2696
4034d0ff 26972016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2698 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2699
2700 PR gdb/20487
2701 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2702 =thread-select-event check.
2703
a4297203
PB
27042016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2705
2706 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2707 the compulsory L operand changes.
2708 * gdb.arch/powerpc-power.s: Likewise.
2709
bb805577
JK
27102016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2711
2712 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2713 * gdb.base/jit-attach-pie.c: New file.
2714 * gdb.base/jit-attach-pie.exp: New file.
2715
6d61dee5
PA
27162016-09-28 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.base/infcall-input.c: New file.
2719 * gdb.base/infcall-input.exp: New file.
2720
f73842fc
YQ
27212016-09-22 Yao Qi <yao.qi@linaro.org>
2722
2723 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2724 (gdb_exit): Rename it to ...
2725 (gdbserver_gdb_exit): ... Close GDBserver.
2726 (gdb_exit): New proc, call gdbserver_gdb_exit.
2727 (mi_gdb_exit): Likewise.
2728
90681dab
YQ
27292016-09-22 Yao Qi <yao.qi@linaro.org>
2730
2731 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2732 path.
2733 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2734 Remove duplication.
2735
9c211fd8
YQ
27362016-09-22 Yao Qi <yao.qi@linaro.org>
2737
2738 * lib/gdbserver-support.exp: Check the existence of
2739 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2740
ad0a504f
AK
27412016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2742
2743 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2744
36cf1806
TT
27452016-09-21 Tom Tromey <tom@tromey.com>
2746
2747 PR gdb/20604:
2748 * gdb.base/quit.exp: New file.
2749
74172ecf
SM
27502016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2751
2752 * .gitignore: New file.
2753
3d0ec882
MR
27542016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2755
2756 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2757 throughout.
2758
8193adea
AA
27592016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2760
2761 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2762
d41a5c09
JK
27632016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2764
2765 * gdb.cp/casts.cc (decltype): Move it ...
2766 (main): ... with its call to ...
2767 * gdb.cp/casts03.cc: ... a new file.
2768 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2769
d2dfe700
JK
27702016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2771
2772 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2773
e2a92b16
PB
27742016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2775
2776 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2777 and sync up the test with tests in gas/testsuite/gas/ppc.
2778 * gdb.arch/powerpc-power.exp: Likewise.
2779
49b4de64
JK
27802016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2781
2782 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2783
2c29df25
SDJ
27842016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2785 Jan Kratochvil <jan.kratochvil@redhat.com>
2786
2787 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2788 make m1's definition to be different from m2's. Use 'dummy' as an
2789 argument for probe 'two'.
2790
cc3c2846
JB
27912016-09-10 Jon Beniston <jon@beniston.com>
2792
2793 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2794 for sim target.
2795
e1b2624a
AA
27962016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2797
2798 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2799 variable declaration.
2800 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2801 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2802 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2803 received HWCAP as its argument.
2804
4295e285
PA
28052016-09-06 Pedro Alves <palves@redhat.com>
2806
2807 * gdb.base/new-ui-pending-input.c: New file.
2808 * gdb.base/new-ui-pending-input.exp: New file.
2809 * gdb.exp (clear_gdb_spawn_id): New procedure.
2810 (with_spawn_id): Check whether gdb_spawn_id exists before
2811 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2812 on exit.
2813
00d5215e
UW
28142016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2815
2816 * gdb.base/float128.c: New file.
2817 * gdb.base/float128.exp: Likewise.
2818 * gdb.base/floatn.c: Likewise.
2819 * gdb.base/floatn.exp: Likewise.
2820
a9ff5f12
UW
28212016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2822
2823 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2824
f245535c
PA
28252016-09-05 Pedro Alves <palves@redhat.com>
2826
2827 PR backtrace/19927
2828 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2829 unwinders are immediately called as side effect of "source" or
2830 "disable unwinder" commands.
2831 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2832
ae9cf263
YQ
28332016-09-02 Yao Qi <yao.qi@linaro.org>
2834
2835 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2836 is true and $type is "float" or "double".
2837
27aba047
YQ
28382016-09-02 Yao Qi <yao.qi@linaro.org>
2839
2840 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2841 true.
2842 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2843 * gdb.base/call-rt-st.exp: Likewise.
2844 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2845 return value instead of gdb,skip_float_test.
2846 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2847 (do_function_calls): Use its return value instead of
2848 gdb,skip_float_test.
2849 * gdb.base/finish.exp: Likewise.
2850 * gdb.base/funcargs.exp: Likewise.
2851 * gdb.base/return.exp: Likewise.
2852 * gdb.base/return2.exp: Likewise.
2853 * gdb.base/varargs.exp: Likewise.
2854 * lib/gdb.exp (gdb_skip_float_test): Change it to
2855 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2856
5af962df
AA
28572016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2858
2859 * gdb.multi/tids.exp: Test "thread apply all".
2860
7fac6910
JK
28612016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2862
2863 * gdb.base/default.exp (tty): Remove.
2864
bb1fe4ac
KB
28652016-08-24 Kevin Buettner <kevinb@redhat.com>
2866
2806dc7e
PA
2867 * gdb.python/py-recurse-unwind.c: New file.
2868 * gdb.python/py-recurse-unwind.py: New file.
2869 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2870
0a1ddfa6
SM
28712016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2872
2873 * gdb.base/set-inferior-tty.exp: New file.
2874 * gdb.base/set-inferior-tty.c: New file.
2875
d9de1fe3
PA
28762016-08-23 Pedro Alves <palves@redhat.com>
2877
2878 PR gdb/20494
2879 * gdb.base/new-ui-echo.c: New file.
2880 * gdb.base/new-ui-echo.exp: New file.
2881
e9d9abd7
YQ
28822016-08-23 Yao Qi <yao.qi@linaro.org>
2883
2884 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2885 gdbserver_spawn.
2886 * gdb.server/connect-without-multi-process.exp (do_test):
2887 Likewise.
2888
3589529e
YQ
28892016-08-23 Yao Qi <yao.qi@linaro.org>
2890
2891 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2892 standalone_txt. Delete gdb_txt and standalone_txt on host
2893 and target. Spawn the binary on target. Copy files from
2894 target to host.
2895
6bb90213
PA
28962016-08-22 Pedro Alves <palves@redhat.com>
2897
2898 PR gdb/20505
2899 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2900 with_test_prefix. Factor out bits to ...
2901 (test_no_vdso): ... this new procedure.
2902
20c2c024
CL
29032016-08-19 Carl Love <cel@us.ibm.com>
2904
2905 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2906 maintaining separate logic for constructing the output path.
2907 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2908 * gdb.arch/ppc-dfp.exp: Likewise.
2909 * gdb.arch/ppc-fp.exp: Likewise.
2910 * gdb.arch/vsx-regs.exp: Likewise.
2911 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2912 binprefix for generating the additional binary files.
2913
0646e07d
PA
29142016-08-19 Pedro Alves <palves@redhat.com>
2915
2916 * gdb.trace/mi-trace-frame-collected.exp
2917 (test_trace_frame_collected): On x32, expect two registers.
2918
46da9242
CL
29192016-08-18 Carl Love <cel@us.ibm.com>
2920
2921 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2922 and sync up the test with tests in gas/testsuite/gas/ppc.
2923 * gdb.arch/powerpc-power.exp: Likewise.
2924
eb2332d7
SM
29252016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2926
2927 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2928 expected error message.
2929
63c61e04
SM
29302016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2931
2932 * gdb.multi/remove-inferiors.exp: New file.
2933 * gdb.multi/remove-inferiors.c: New file.
2934
7b17065f
YQ
29352016-08-12 Yao Qi <yao.qi@linaro.org>
2936
2937 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2938 argument list.
2939
01d3dedf
PA
29402016-08-10 Pedro Alves <palves@redhat.com>
2941
2942 PR gdb/19187
2943 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2944 setup_kfails.
2945
3eb7562a
PA
29462016-08-09 Pedro Alves <palves@redhat.com>
2947 Simon Marchi <simon.marchi@ericsson.com>
2948
2949 PR gdb/20418
2950 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2951 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2952
80614914
PA
29532016-08-09 Pedro Alves <palves@redhat.com>
2954
2955 PR mi/20431
2956 * gdb.mi/mi-cmd-error.exp: New file.
2957
f348d89a
PA
29582016-08-09 Pedro Alves <palves@redhat.com>
2959
2960 PR gdb/18653
2961 * gdb.base/signals-state-child.c: New file.
2962 * gdb.base/signals-state-child.exp: New file.
2963 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2964
e5ca03b4
PA
29652016-08-09 Pedro Alves <palves@redhat.com>
2966
2967 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2968
282a0691
TT
29692016-08-03 Tom Tromey <tom@tromey.com>
2970
2971 PR python/18565:
2972 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2973
41bfcd63
YQ
29742016-08-01 Yao Qi <yao.qi@linaro.org>
2975
2976 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2977 variable mode to "multi-process" if $multi_process is 1, otherwise
2978 set it to "single-process".
2979
e3465b24
YQ
29802016-08-01 Yao Qi <yao.qi@linaro.org>
2981
2982 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2983 * gdb.cp/cpexprs.exp: Likewise.
2984 * gdb.cp/m-static.exp: Likewise.
2985
0b31a4bc
TT
29862016-07-26 Tom Tromey <tom@tromey.com>
2987
2988 PR python/20190:
2989 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2990 test.
2991
e0461dbb
MM
29922016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2993
2994 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2995 selecting assembly source files.
2996 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2997 assembly source files.
2998 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2999 assembly source files.
3000 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3001 selecting assembly source files.
3002
8194e927
SM
30032016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3004
3005 * gdb.base/new-ui.exp (do_test_invalid_args): New
3006 procedure.
3007
c0272db5
TW
30082016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3009
3010 * gdb.btrace/reconnect.c: New file.
3011 * gdb.btrace/reconnect.exp: New file.
3012
e3487908
GKB
30132016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3014
3015 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3016 to test_catch_syscall_group.
3017 (test_catch_syscall_group): New.
3018
12df5c00
TT
30192016-07-21 Tom Tromey <tom@tromey.com>
3020
3021 * gdb.rust/simple.rs (main): Use empty struct expression.
3022 * gdb.rust/simple.exp: Add tests for empty struct expression.
3023
bae62ee2
YQ
30242016-07-21 Yao Qi <yao.qi@linaro.org>
3025
3026 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3027 if gdb_skip_xml_test is true on some targets.
3028
b1b53fb3
YQ
30292016-07-21 Yao Qi <yao.qi@linaro.org>
3030
3031 * gdb.server/solib-list.exp: Unset last_loaded_file.
3032
027d97f8
JK
30332016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3034
3035 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3036 "step into captured_main (args)".
3037
7674d381
JK
30382016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3039
3040 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3041
72b5d099
JK
30422016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3043
3044 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3045
1f960ced
PA
30462016-07-19 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3049 * gdb.opt/inline-bt.exp: Likewise.
3050 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3051 additional_flags=-Winline.
3052 * gdb.opt/inline-locals.exp: Likewise.
3053 * gdb.opt/inline-markers.c (ATTR): Define.
3054 (inlined_fn): Use it.
3055
f25827c1
YQ
30562016-07-19 Yao Qi <yao.qi@linaro.org>
3057
3058 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3059 (test_with_self): Remove some code. Remove argument executable.
3060 (top-level): Use do_self_tests.
3061
37539ebe
DB
30622016-07-15 Zachary Welch <zwelch@codesourcery.com>
3063 Don Breazeal <donb@codesourcery.com>
3064
3065 * gdb.base/maint.exp: Escape paths used in regular expressions.
3066 * gdb.stabs/weird.exp: Likewise.
3067
dac790e1
TT
30682016-07-13 Tom Tromey <tom@tromey.com>
3069
3070 PR python/15620, PR python/18620:
3071 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3072 (test_bkpt_events): New procs.
3073
93daf339
TT
30742016-07-13 Tom Tromey <tom@tromey.com>
3075
3076 PR python/17698:
3077 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3078 test.
3079 (test_watchpoints): Likewise.
3080 (test_bkpt_pending): New proc.
3081
6571a381
TT
30822016-07-13 Tom Tromey <tom@tromey.com>
3083
3084 PR cli/18053:
3085 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3086 completion test.
3087
e8732474
JK
30882016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3089
3090 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3091 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3092 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3093 f_label.
3094 (g): Rename g_end_lbl to g_label.
3095 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3096 low_pc and high_pc.
3097 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3098
e0f3fd7c
TT
30992016-07-12 Tom Tromey <tom@tromey.com>
3100
3101 PR python/19293:
3102 * gdb.python/py-unwind-maint.exp: Update tests.
3103
3cfe46b6
YQ
31042016-07-12 Yao Qi <yao.qi@linaro.org>
3105
3106 * lib/selftest-support.exp (selftest_setup): Match the output
3107 when captured_main is inlined.
3108
4f19a0e6
WT
31092016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3110
3111 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3112 New variables.
3113 (print this%a, print this%b, print this): New tests.
3114 * gdb.fortran/derived-types.f90 (this): New object and
3115 initialization.
3116
986cf455
SM
31172016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3118
3119 * gdb.ada/arraydim.exp: Remove extra directory level in build
3120 directory.
3121
f0464b23
SM
31222016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3123
3124 * lib/ada.exp: Remove extra directory level in build directory.
3125 * gdb.ada/cond_lang.exp: Likewise.
3126 * gdb.ada/exec_changed.exp: Likewise.
3127 * gdb.ada/lang_switch.exp: Likewise.
3128
42d94011
MG
31292016-07-06 Manish Goregaokar <manish@mozilla.com>
3130
2806dc7e
PA
3131 * simple.rs: Add test for raw pointer subscripting.
3132 * simple.exp: Add test expectations.
42d94011 3133
647c264c
YQ
31342016-07-05 Yao Qi <yao.qi@linaro.org>
3135
3136 * gdb.mi/mi-reverse.exp: Match =record-started output.
3137
20aa2c60
PA
31382016-07-01 Pedro Alves <palves@redhat.com>
3139
3140 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3141 procedure.
3142 (jit_reader_test): Test the jit reader's unwinder.
3143 * gdb.base/jithost.c (jit_function_00_code): New global.
3144 (main): Use memcpy to fill in the mmapped code, instead of poking
3145 bytes manually here.
3146 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3147 value.
3148 (read_debug_info): Save the function's range.
3149 (read_sp): New function.
3150 (unwind_frame): Use it. Also unwind RBP.
3151 (get_frame_id): Use read_sp.
3152 (gdb_init_reader): Use calloc instead of malloc.
3153 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3154 parameter. Use gdb_test_multiple.
3155
ced2dffb
PA
31562016-07-01 Pedro Alves <palves@redhat.com>
3157 Antoine Tremblay <antoine.tremblay@ericsson.com>
3158
3159 * gdb.threads/process-dies-while-detaching.c: New file.
3160 * gdb.threads/process-dies-while-detaching.exp: New file.
3161
63000888
PA
31622016-07-01 Pedro Alves <palves@redhat.com>
3163
3164 * gdb.multi/watchpoint-multi-exit.c: New file.
3165 * gdb.multi/watchpoint-multi-exit.exp: New file.
3166
038d4868
PA
31672016-06-30 Pedro Alves <palves@redhat.com>
3168
3169 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3170 unset inferior_spawn_id.
3171
994e9c83
PA
31722016-06-30 Pedro Alves <palves@redhat.com>
3173
3174 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3175 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3176
e5653468
YQ
31772016-06-29 Yao Qi <yao.qi@linaro.org>
3178
3179 * gdb.base/return.c: Add copyright header.
3180
803b47e5
TT
31812016-06-29 Tom Tromey <tom@tromey.com>
3182
3183 PR python/20129:
3184 * gdb.python/py-framefilter.exp: Add tests for setting priority
3185 and disabling of non-existent frame filter.
3186
28244707
YQ
31872016-06-29 Yao Qi <yao.qi@linaro.org>
3188
3189 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3190 0x0f07ff.
3191
a31d2f06
YQ
31922016-06-28 Yao Qi <yao.qi@linaro.org>
3193
3194 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3195 triplets. Start gdb, execute catch syscall, and continue. Check
3196 gdb's output to determine catch syscall is supported.
3197
921d8f54
MG
31982016-06-27 Manish Goregaokar <manish@mozilla.com>
3199
25d49b86
PA
3200 * gdb.rust/simple.rs: Add test for returning unit in a function.
3201 * gdb.rust/simple.exp: Add expectation for functions returning
3202 unit.
921d8f54 3203
f4952523
PMR
32042016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3205
3206 * gdb.python/py-breakpoint-create-fail.c,
3207 gdb.python/py-breakpoint-create-fail.exp,
3208 gdb.python/py-breakpoint-create-fail.py: New testcase.
3209
fccb08f8
MG
32102016-06-25 Manish Goregaokar <manish@mozilla.com>
3211
3212 PR gdb/20239
3213 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3214 * gdb.rust/simple.exp: Add test expectations for new NonZero
3215 tests.
fccb08f8 3216
6b850546
DT
32172016-06-24 David Taylor <dtaylor@emc.com>
3218
3219 * gdb.base/offsets.exp: New file.
3220 * gdb.base/offsets.c: New file.
3221
17621150
TT
32222016-06-23 Tom Tromey <tom@tromey.com>
3223
3224 PR gdb/16483:
3225 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3226 before any filters are loaded.
3227
04d59df6
WT
32282016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3229
3230 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3231 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3232 structs.
3233 * gdb.fortran/derived-type-function.exp: New file.
3234 * gdb.fortran/derived-type-function.f90: New file.
3235
3236
ac69f786
PA
32372016-06-21 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.base/new-ui.exp: New file.
3240 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3241 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3242 (with_spawn_id): New procedure.
3243
49940788
PA
32442016-06-21 Pedro Alves <palves@redhat.com>
3245
3246 * gdb.mi/mi-exec-run.exp: New file.
3247
ef274d26
PA
32482016-06-21 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3251 breakpoint command's output on the main UI.
3252 (test_break): New procedure, factored out from calls in the top
3253 level.
3254 (top level): Use foreach_with_prefix to test MI as main UI and as
3255 separate UI.
3256
468afe6c
PA
32572016-06-21 Pedro Alves <palves@redhat.com>
3258
3259 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3260 (test_awatch_creation_and_listing)
3261 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3262 Remove 'type' parameter.
3263 (test_watchpoint_all): New parameter mi_mode. Remove
3264 with_test_prefix.
3265 (top level): Use foreach_with_prefix, and add main/separate UI MI
3266 testing axis.
3267
51f77c37
PA
32682016-06-21 Pedro Alves <palves@redhat.com>
3269
3270 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3271 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3272 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3273 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3274 (gdb_main_spawn_id, mi_spawn_id): Declare and
3275 comment.
3276 (mi_create_inferior_pty): New procedure,
3277 factored out from default_mi_gdb_start.
3278 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3279 procedures.
3280 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3281 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3282 Use mi_create_inferior_pty.
3283 (mi_gdb_start): Use eval to pass down args list.
3284
8980e177
PA
32852016-06-21 Pedro Alves <palves@redhat.com>
3286
3287 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3288 * gdb.opt/inline-cmds.exp: Add MI tests.
3289
f38d3ad1
PA
32902016-06-21 Pedro Alves <palves@redhat.com>
3291
3292 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3293
45db7c09
PA
32942016-06-21 Pedro Alves <palves@redhat.com>
3295
3296 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3297 (top level): Use it instead of mi_execute_to.
3298
5a069ab3
PA
32992016-06-21 Pedro Alves <palves@redhat.com>
3300
3301 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3302 (cont_handler_str): New.
3303 (signal_stop_handler): Set stop_handler_str instead of printing to
3304 stdout.
3305 (continue_handler): Set cont_handler_str instead of printing to
3306 stdout.
3307 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3308 mi_send_resuming_command. Print stop_handler_str and
3309 cont_handler_str instead of expecting the python events print
3310 directly.
3311
2838cc1d
SD
33122016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3313
3314 * gdb.base/jit-reader.exp: New file.
3315 * gdb.base/jithost.c: New file.
3316 * gdb.base/jithost.h: New file.
3317 * gdb.base/jitreader.c : New file.
3318 * gdb.base/jit-protocol.h: New file.
3319
21a77091
YQ
33202016-06-17 Yao Qi <yao.qi@linaro.org>
3321
3322 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3323 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3324 and detach-on-fork. Adjust tests.
3325 (top level): Invoke break_cond_on_syscall with combinations of
3326 syscall, follow-fork-mode and detach-on-fork.
3327
f50bf8e5
YQ
33282016-06-17 Yao Qi <yao.qi@linaro.org>
3329
3330 * gdb.base/step-over-exit.c: New.
3331 * gdb.base/step-over-exit.exp: New.
3332
a28d8e50
YTL
33332016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3334
3335 * gdb.base/float.exp: Add target check for nds32*-*-*.
3336 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3337
cad8e26d
AB
33382016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3339
3340 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3341 for unsupported target features.
3342 * gdb.base/call-rt-st.exp: Likewise.
3343 * gdb.base/call-sc.exp: Likewise.
3344 * gdb.base/call-signal-resume.exp: Likewise.
3345 * gdb.base/call-strs.exp: Likewise.
3346 * gdb.base/callexit.exp: Likewise.
3347 * gdb.base/callfuncs.exp: Likewise.
3348 * gdb.base/nodebug.exp: Likewise.
3349 * gdb.base/printcmds.exp: Likewise.
3350 * gdb.base/ptype.exp: Likewise.
3351 * gdb.base/structs.exp: Likewise.
3352 * gdb.base/unwindonsignal.exp: Likewise.
3353 * gdb.cp/gdb2495.exp: Likewise.
3354 * gdb.cp/templates.exp: Likewise.
3355 * gdb.cp/virtfunc.exp: Likewise.
3356 * gdb.threads/hand-call-in-threads.exp: Likewise.
3357 * gdb.threads/interrupted-hand-call.exp: Likewise.
3358 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3359
347dc102
TT
33602016-06-10 Tom Tromey <tom@tromey.com>
3361
3362 PR rust/20110:
3363 * gdb.rust/expr.exp: Add test for integer constant larger than
3364 i32.
3365
5e13cf25
BH
33662016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3367
3368 * gdb.fortran/nested-funcs.exp: New.
3369 * gdb.fortran/nested-funcs.f90: New.
3370
bb556f1f
TK
33712016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3372
3373 * gdb.base/examine-backward.c: New file.
3374 * gdb.base/examine-backward.exp: New file.
3375
38b022b4
SM
33762016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3377
3378 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3379 matching.
3380
1b40ec05
TT
33812016-06-02 Tom Tromey <tom@tromey.com>
3382
3383 PR python/18984:
3384 * gdb.python/py-shared.exp: Add solib_name test.
3385
193bd378
SM
33862016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3387
3388 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3389
3326303b
MG
33902016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3391
3392 PR c++/19893
3393 * gdb.dwarf2/implref.exp: Rename to...
3394 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3395 * gdb.dwarf2/implref-array.c: New file.
3396 * gdb.dwarf2/implref-array.exp: Likewise.
3397 * gdb.dwarf2/implref-global.c: Likewise.
3398 * gdb.dwarf2/implref-global.exp: Likewise.
3399 * gdb.dwarf2/implref-struct.c: Likewise.
3400 * gdb.dwarf2/implref-struct.exp: Likewise.
3401
825c8ef2
AT
34022016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3403
3404 * gdb.trace/trace-condition.exp: Add 64bit tests.
3405
2320162a
AT
34062016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3407
3408 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3409 bits types.
3410 (main): Adapt to 8 to 64 bits types.
3411 * gdb.trace/trace-condition.exp: Add new tests.
3412
a7818233
AT
34132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3414
3415 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3416
0d336466
AT
34172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3418
3419 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3420 Move condition tests...
3421 * gdb.trace/trace-condition.exp: Here.
3422
7faeb45a
AT
34232016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3424
3425 * gdb.trace/trace-condition.exp: Add counter-case tests.
3426
e385593e
JK
34272016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3428
3429 PR c++/15231
3430 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3431 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3432
744608cc
PA
34332016-05-27 Pedro Alves <palves@redhat.com>
3434
3435 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3436 New procedure.
3437 (top level): Call it, and bail out of DejaGnu is known to be bad.
3438
ac775bf4
AB
34392016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3440
3441 * gdb.base/whatis.c: Extend the test case.
3442 * gdb.base/whatis.exp: Add additional tests.
3443
2bbad2ea
BH
34442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3445
3446* gdb.fortran/type.f90: Add pointer variable.
3447* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3448
8b70175d
BH
34492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3450
3451 * gdb.fortran/vla-type.exp: Fix testcase name.
3452
86d8a848
BH
34532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3454
3455 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3456
e188eb36
BH
34572016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3458
3459 * gdb.fortran/type.f90: Add nested structures.
3460 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3461 * gdb.fortran/derived-type.exp: Adapt expected output.
3462 * gdb.fortran/vla-type.exp: Adapt expected output.
3463
9b2db1fd
BH
34642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3465
3466 * gdb.fortran/whatis_type.exp: Adapt expected output.
3467
72b17055
BH
34682016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3469
3470 * gdb.fortran/print_type.exp: Fix expected output.
3471 * gdb.fortran/whatis_type.exp: Fix expected output.
3472
3cd81d8d
BH
34732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3474
3475 * gdb.fortran/whatis_type.exp: Use multi_line.
3476
ddae9462
TT
34772016-05-24 Tom Tromey <tom@tromey.com>
3478
3479 PR python/17386:
3480 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3481 use value as an index.
3482
1957f6b8
TT
34832016-05-23 Tom Tromey <tom@tromey.com>
3484
3485 PR python/17981:
3486 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3487 no-breakpoint case.
3488
026a9174
PA
34892016-05-24 Pedro Alves <palves@redhat.com>
3490
3491 PR gdb/19828
3492 * gdb.threads/clone-attach-detach.c: New file.
3493 * gdb.threads/clone-attach-detach.exp: New file.
3494
e70a7231
FR
34952016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3496
3497 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3498
0f6ed0e0
TT
34992016-05-23 Tom Tromey <tom@tromey.com>
3500
3501 PR python/19438, PR python/18393:
3502 * gdb.python/py-progspace.exp: Add "dir" test.
3503 * gdb.python/py-objfile.exp: Add "dir" test.
3504
ffd19d61
YQ
35052016-05-23 Yao Qi <yao.qi@linaro.org>
3506
3507 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3508 * gdb.arch/thumb2-it.exp: Likewise.
3509
9e8f9b05
SM
35102016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3511
3512 * gdb.mi/mi-threads-interrupt.c: New file.
3513 * gdb.mi/mi-threads-interrupt.exp: New file.
3514
61c6156d
SM
35152016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3516
3517 PR gdb/18077
3518 * gdb.mi/mi-async-run.exp: New file.
3519 * gdb.mi/mi-async-run.c: New file.
3520
67218854
TT
35212016-05-17 Tom Tromey <tom@tromey.com>
3522 Manish Goregaokar <manishsmail@gmail.com>
3523
3524 * lib/rust-support.exp: New file.
3525 * lib/gdb.exp (skip_rust_tests): New proc.
3526 (build_executable_from_specs): Handle rust.
3527 * lib/future.exp (gdb_find_rustc): New proc.
3528 (gdb_default_target_compile): Handle rust.
3529 * gdb.rust/expr.exp: New file.
3530 * gdb.rust/generics.exp: New file.
3531 * gdb.rust/generics.rs: New file.
3532 * gdb.rust/methods.exp: New file.
3533 * gdb.rust/methods.rs: New file.
3534 * gdb.rust/modules.exp: New file.
3535 * gdb.rust/modules.rs: New file.
3536 * gdb.rust/simple.exp: New file.
3537 * gdb.rust/simple.rs: New file.
3538
c44af4eb
TT
35392016-05-17 Tom Tromey <tom@tromey.com>
3540
3541 * gdb.base/default.exp (set language): Add rust.
3542
dcd1f979
TT
35432016-05-17 Tom Tromey <tom@tromey.com>
3544
3545 * gdb.gdb/unittest.exp: New file.
3546
155b7f57
YQ
35472016-05-16 Yao Qi <yao.qi@linaro.org>
3548
3549 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3550 shell_prompt. Update shell_prompt_re.
3551
8ddd5a6c
DE
35522016-05-12 Doug Evans <dje@google.com>
3553
3554 PR symtab/19999
3555 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3556 $options when building executable.
3557 * gdb.dwarf2/fission-loclists-pie.S: New file.
3558 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3559
02e370d9
SM
35602016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3561
3562 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3563 of [is_remote target],
3564
8929ad8b
SM
35652016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3566
3567 * lib/gdb.exp (use_gdb_stub): New procedure.
3568
6c447423
DE
35692016-05-03 Yunlian Jiang <yunlian@google.com>
3570 Doug Evans <dje@google.com>
3571
3572 PR symtab/19914
3573 * gdb.dwarf2/dwp-sepdebug.c: New file.
3574 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3575
444e826c
SM
35762016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3577
3578 * gdb.base/detach.exp: Remove is_remote check.
3579
740feeaa
SM
35802016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3581
3582 * gdb.base/annota-input-while-running.exp: Don't check for
3583 [is_remote target]. Enable annotations after running to main.
3584 Remove unused "set test..." line.
3585
9080ac9d
SM
35862016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3587
3588 * gdb.trace/trace-enable-disable.exp: New file.
3589 * gdb.trace/trace-enable-disable.c: New file.
3590
952ebca5
SM
35912016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3592
3593 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3594 use it in info sharedlibrary test.
3595 * gdb.trace/ftrace-lock.exp: Likewise.
3596 * gdb.trace/ftrace.exp: Likewise.
3597 * gdb.trace/range-stepping.exp: Likewise.
3598 * gdb.trace/trace-break.exp: Likewise.
3599 * gdb.trace/trace-condition.exp: Likewise.
3600 * gdb.trace/trace-mt.exp: Likewise.
3601
d9019901
SM
36022016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3603
3604 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3605 (gdb_load_shlib): ... this.
3606 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3607 gdb_load_shlib.
3608 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3609 * gdb.base/ctxobj.exp: Likewise.
3610 * gdb.base/dprintf-pending.exp: Likewise.
3611 * gdb.base/dso2dso.exp: Likewise.
3612 * gdb.base/fixsection.exp: Likewise.
3613 * gdb.base/gcore-relro.exp: Likewise.
3614 * gdb.base/gdb1555.exp: Likewise.
3615 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3616 * gdb.base/gnu-ifunc.exp: Likewise.
3617 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3618 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3619 * gdb.base/pending.exp: Likewise.
3620 * gdb.base/print-file-var.exp: Likewise.
3621 * gdb.base/print-symbol-loading.exp: Likewise.
3622 * gdb.base/shlib-call.exp: Likewise.
3623 * gdb.base/shreloc.exp: Likewise.
3624 * gdb.base/so-impl-ld.exp: Likewise.
3625 * gdb.base/solib-disc.exp: Likewise.
3626 * gdb.base/solib-nodir.exp: Likewise.
3627 * gdb.base/solib-overlap.exp: Likewise.
3628 * gdb.base/solib-symbol.exp: Likewise.
3629 * gdb.base/solib-weak.exp (do_test): Likewise.
3630 * gdb.base/sym-file.exp: Likewise.
3631 * gdb.base/symtab-search-order.exp: Likewise.
3632 * gdb.base/type-opaque.exp: Likewise.
3633 * gdb.base/unload.exp: Likewise.
3634 * gdb.base/watchpoint-solib.exp: Likewise.
3635 * gdb.compile/compile.exp: Likewise.
3636 * gdb.cp/gdb2384.exp: Likewise.
3637 * gdb.cp/infcall-dlopen.exp: Likewise.
3638 * gdb.cp/re-set-overloaded.exp: Likewise.
3639 * gdb.fortran/library-module.exp: Likewise.
3640 * gdb.opt/solib-intra-step.exp: Likewise.
3641 * gdb.python/py-finish-breakpoint.exp: Likewise.
3642 * gdb.python/py-shared.exp: Likewise.
3643 * gdb.reverse/solib-precsave.exp: Likewise.
3644 * gdb.reverse/solib-reverse.exp: Likewise.
3645 * gdb.server/solib-list.exp: Likewise.
3646 * gdb.threads/dlopen-libpthread.exp: Likewise.
3647 * gdb.threads/tls-shared.exp: Likewise.
3648 * gdb.threads/tls-so_extern.exp: Likewise.
3649 * gdb.trace/change-loc.exp: Likewise.
3650 * gdb.trace/ftrace-lock.exp: Likewise.
3651 * gdb.trace/ftrace.exp: Likewise.
3652 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3653 * gdb.trace/pending.exp: Likewise.
3654 * gdb.trace/range-stepping.exp: Likewise.
3655 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3656 (strace_info_marker): Likewise.
3657 (strace_probe_marker): Likewise.
3658 (strace_trace_on_same_addr): Likewise.
3659 (strace_trace_on_diff_addr): Likewise.
3660 * gdb.trace/trace-break.exp: Likewise.
3661 * gdb.trace/trace-condition.exp: Likewise.
3662 * gdb.trace/trace-mt.exp: Likewise.
3663
fca4cfd9
SM
36642016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3665
3666 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3667 result of gdb_remote_download.
3668 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3669 * gdb.base/dso2dso.exp: Likewise.
3670 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3671 * gdb.base/print-file-var.exp: Likewise.
3672 * gdb.base/shlib-call.exp: Likewise.
3673 * gdb.base/shreloc.exp: Likewise.
3674 * gdb.base/solib-overlap.exp: Likewise.
3675 * gdb.base/solib-weak.exp (do_test): Likewise.
3676 * gdb.base/unload.exp: Likewise.
3677
11cf4ffb
YQ
36782016-04-27 Yao Qi <yao.qi@linaro.org>
3679
3680 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3681 exists.
3682
3e2e34f8
KB
36832016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3684
3685 * vla-type.exp: Print structure from toplevel.
3686
8f07e298
BH
36872016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3688
3689 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3690 of dynamic types.
3691 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3692 of dynamic types.
3693
9920b434
BH
36942016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3695
3696 * gdb.fortran/vla-type.f90: New file.
3697 * gdb.fortran/vla-type.exp: New file.
3698
f3abeff5
YQ
36992016-04-25 Yao Qi <yao.qi@linaro.org>
3700
3701 * gdb.base/branch-to-self.c: New file.
3702 * gdb.base/branch-to-self.exp: New file.
3703
0a5d52f0
YQ
37042016-04-22 Yao Qi <yao.qi@linaro.org>
3705
3706 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3707 more after $hex.
3708
495346f6
YQ
37092016-04-22 Yao Qi <yao.qi@linaro.org>
3710
3711 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3712 * gdb.base/annota3.exp: Likewise.
3713
4a7e075c
YQ
37142016-04-22 Yao Qi <yao.qi@linaro.org>
3715
3716 * gdb.reverse/step-precsave.exp: Do one step and test program
3717 stops in "callee" and do multiple steps until program goes out
3718 of "callee".
3719 * gdb.reverse/step-reverse.exp: Likewise.
3720
5b061e98
YQ
37212016-04-22 Yao Qi <yao.qi@linaro.org>
3722
3723 * gdb.trace/signal.exp: Also pass if
3724 $tracepoint_hits($i) > $iterations.
3725
5c5dc57f
YQ
37262016-04-22 Yao Qi <yao.qi@linaro.org>
3727
3728 * gdb.trace/signal.c: New file.
3729 * gdb.trace/signal.exp: New file.
3730
a55411b9
DE
37312016-04-19 Doug Evans <xdje42@gmail.com>
3732
3733 * gdb.base/bad-file.exp: New file.
3734
a22df60a
MG
37352016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3736
3737 * gdb.dwarf2/implref.exp: New file.
3738
0c13f7e5
BH
37392016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3740
3741 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3742 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3743 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3744 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3745 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3746 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3747 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3748 * lib/fortran.exp (fortran_int4): New procedure.
3749 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3750 (fortran_logical4): Likewise.
3751
9b9b09e9
BH
37522016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3753
3754 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3755
a14d1f4d
BH
37562016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3757
3758 * lib/compiler.c: Add Intel specific preprocessor macros.
3759 * lib/compiler.cc: Likewise.
25d49b86 3760
7d49b1d0
LM
37612016-04-13 Luis Machado <lgustavo@codesourcery.com>
3762
3763 * gdb.server/connect-with-no-symbol-file.c: New file.
3764 * gdb.server/connect-with-no-symbol-file.exp: New file.
3765
8392fa22
SM
37662016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3767
3768 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3769
8c4c4aeb
SM
37702016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3771
3772 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3773 standard output directory.
3774
45e3745e
AT
37752016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3776
3777 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3778
e26b7e41
MM
37792016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3780
3781 * gdb.btrace/instruction_history.c (loop): Add declaration.
3782
8ce09462
AT
37832016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3784
3785 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3786
2e88a1ea
SM
37872016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3788
3789 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3790 parentheses to print.
3791 (continue_handler): Likewise.
3792
f48e22e3
SM
37932016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3794
3795 * gdb.server/solib-list.exp: Remove is_remote check.
3796 Pass shlib= to gdb_compile. Don't link shared library with
3797 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3798 Run binary filename through "readlink -f" on the target.
3799
096be756
PA
38002016-04-08 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3803 interpreter filename as argument to gdbserver_spawn.
3804 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3805 Return empty if $last_loaded_file does not exist.
3806
06500533
JK
38072016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3808
3809 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3810 * gdb.base/jit-main.c: Use exit after usage.
3811
2d35e871
JK
38122016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3813
3814 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3815 GDBHISTSIZE prior to the tests.
3816 * gdb.base/gdbinit-history.exp: Likewise.
3817
38182016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3819
3820 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3821 instead of build_executable. Use gdb_load_shlibs.
3822
c8064e7e
YQ
38232016-04-07 Yao Qi <yao.qi@linaro.org>
3824
3825 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3826 Execute "si" command.
3827
bde47561
YQ
38282016-04-07 Yao Qi <yao.qi@linaro.org>
3829
3830 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3831 number instead of the comments on some line.
3832
b16f8a3b
DB
38332016-04-06 Don Breazeal <donb@codesourcery.com>
3834
3835 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3836 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3837
c2f901df
SM
38382016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3839
3840 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3841 standard_output_file. Remove unused binfile variable.
3842
ac17fda0
CU
38432016-04-05 Catalin Udma <catalin.udma@freescale.com>
3844
3845 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3846 * gdb.python/py-mi-objfile.exp: Match "list main" output
3847 in console format.
3848
03a8c4df
SM
38492016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3850
3851 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3852 absolute.
3853
6e774b13
SM
38542016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3855
3856 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3857 absolute.
3858 * gdb.trace/ftrace.exp: Likewise.
3859 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3860 targets as well.
3861 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3862 (gdb_load_shlibs): Copy libraries to test directory when testing
3863 natively. Only set solib-search-path if testing remotely.
3864 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3865
7817ea46
SM
38662016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3867
3868 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3869 gdb_download. Use it even if the target is not remote.
3870 * gdb.base/jit.exp (compile_jit_test): Likewise.
3871 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3872 output directory if the destination board is local, otherwise use
3873 the standard remote_download from DejaGnu.
3874 (gdb_download): Remove.
3875 (gdb_load_shlibs): Use gdb_remote_download instead of
3876 gdb_download.
3877 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3878 Use gdb_remote_download instead of gdb_download. Use it even if
3879 the target is not remote.
3880 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3881 instead of gdb_download.
3882
7beb7f68
SM
38832016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3884
3885 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3886 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3887 run.
3888
cc63428a
AV
38892016-04-01 Artemiy Volkov <artemiyv@acm.org>
3890
3891 PR gdb/19820
3892 * gdb.base/printcmds.exp: Add artificial arrays tests.
3893
64cdf930
PA
38942016-03-31 Pedro Alves <palves@redhat.com>
3895
3896 PR gdb/19858
3897 * gdb.base/jit-main.c: Include unistd.h.
3898 (ATTACH): Define to 0 if not already defined.
3899 (wait_for_gdb, mypid): New globals.
3900 (WAIT_FOR_GDB): New macro.
3901 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3902 some breakpoint locations.
3903 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3904 New procedures.
3905 (one_jit_test): Add REATTACH parameter, and handle it. Use
3906 continue_to_test_location.
3907 (top level): Test attach, and adjusts calls to one_jit_test.
3908
40dea8cb
PA
39092016-03-31 Pedro Alves <palves@redhat.com>
3910
3911 PR gdb/19858
3912 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3913 BINSUFFIX parameter, and handle it.
3914 (top level): Adjust calls compile_jit_test.
3915
e7ea3ec7
CU
39162016-03-31 Catalin Udma <catalin.udma@freescale.com>
3917
3918 PR python/19743
3919 * gdb.python/py-mi-events-gdb.py: New file.
3920 * gdb.python/py-mi-events.c: New file.
3921 * gdb.python/py-mi-events.exp: New file.
3922
e6359af3
YQ
39232016-03-30 Yao Qi <yao.qi@linaro.org>
3924
3925 * gdb.reverse/until-precsave.exp: Match function name only.
3926 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3927 Move malloc to a condition block.
3928 * gdb.reverse/until-reverse.exp: Match function name only.
3929
a4105d04
MK
39302016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3931
3932 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3933 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3934 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3935 variable for GPR 0 instead of assuming it is register 0.
3936 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3937 * lib/trace-support.exp: Add s390 registers.
3938
bfa6adb9
YQ
39392016-03-29 Yao Qi <yao.qi@linaro.org>
3940
3941 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3942
1e6697ea
YQ
39432016-03-24 Yao Qi <yao.qi@linaro.org>
3944
3945 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3946 test message.
3947
64bcd522
AA
39482016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3949
3950 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3951 maintaining separate logic for constructing the output path.
3952
7868401b
DB
39532016-03-16 Don Breazeal <donb@codesourcery.com>
3954
3955 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3956 Retry fork and waitpid on interrupted system call errors.
3957 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3958 Use with_timeout_factor to increase timeout by factor of 10.
3959
1cafadb4
DB
39602016-03-15 Don Breazeal <donb@codesourcery.com>
3961
3962 * gdb.cp/scope-err.cc: New test program.
3963 * gdb.cp/scope-err.exp: New test script.
3964 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3965 lines and "set breakpoint here" comment.
3966 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3967 Fixed some whitespace and format issues.
3968 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3969 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3970
81516450
DE
39712016-03-15 Doug Evans <dje@google.com>
3972
3973 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3974 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3975 All callers updated. Add tests for enums, mixed flags register.
3976
aa52b601
DE
39772016-03-15 Doug Evans <dje@google.com>
3978
3979 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3980 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3981
fa4ff313
SM
39822016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3983
3984 * gdb.base/default.exp: Add $_as_string to the list of expected
3985 convenience functions.
3986
f2403c39
AB
39872016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3988
3989 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3990
f2f3ccb9
SM
39912016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3992
3993 * gdb.python/py-as-string.exp: New file.
3994 * gdb.python/py-as-string.c: New file.
3995
00dbd492
PA
39962016-03-09 Pedro Alves <palves@redhat.com>
3997
3998 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3999 signal" -> "Thread NN received signal" output change.
4000 * gdb.threads/ia64-sigill.exp: Likewise.
4001 * gdb.threads/linux-dp.exp: Likewise.
4002 * gdb.threads/manythreads.exp: Likewise.
4003 * gdb.threads/pending-step.exp: Likewise.
4004 * gdb.threads/print-threads.exp: Likewise.
4005 * gdb.threads/sigstep-threads.exp: Likewise.
4006 * gdb.threads/staticthreads.exp: Likewise.
4007 * gdb.threads/tls.exp: Likewise.
4008
1e6697ea
YQ
40092016-03-09 Pedro Alves <palves@redhat.com>
4010
4011 * gdb.base/command-line-input.exp: New file.
4012
b04fd3be
MK
40132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4014
4015 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4016 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4017 * gdb.trace/pending.exp: Accept leading dot before function name.
4018 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4019 * lib/trace-support.exp: Set registers for ppc.
4020
98fa59e9
MK
40212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4022
4023 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4024 use it for disassembly; accept .main in addition to main in backtrace.
4025
f77198c8
MK
40262016-03-09 Wei-cheng Wang <cole945@gmail.com>
4027 Marcin Kościelnicki <koriakin@0x04.net>
4028
4029 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4030 (gdb_recursion_test_ptr): New global variable.
4031 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4032 gdb_recursion_test.
4033 (gdb_c_test): Ditto.
4034
ba84e0da
MK
40352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4036
4037 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4038 ordering.
4039
4366d36e
MK
40402016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4041
4042 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4043 (bar): Add bar_start_lbl label.
4044 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4045 of foo/bar for emitting DWARF and tracing.
4046
5eb264df
SDJ
40472016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4048
4049 * analyze-racy-logs.py: Set executable bit.
4050
fb6a751f
SDJ
40512016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4052
4053 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4054 (CHECK_TARGET_TMP): Likewise.
4055 (check-single-racy): New rule.
4056 (check-parallel-racy): Likewise.
4057 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4058 (do-check-parallel-racy): New rule.
4059 (check-racy/%.exp): Likewise.
4060 * README (Racy testcases): New section.
4061 * analyze-racy-logs.py: New file.
4062
bdf7e230
DE
40632016-03-03 Doug Evans <dje@google.com>
4064
4065 * gdb.base/skip.exp: Use with_test_prefix.
4066
4719d415
YQ
40672016-03-03 Yao Qi <yao.qi@linaro.org>
4068
4069 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4070 Invoke step_over_syscall "clone" and break_cond_on_syscall
4071 "clone".
4072 * gdb.base/step-over-clone.c: New file.
4073
ea507862
YQ
40742016-03-03 Yao Qi <yao.qi@linaro.org>
4075
4076 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4077 code format.
4078
8fc8cbda
YQ
40792016-03-03 Yao Qi <yao.qi@linaro.org>
4080
4081 * gdb.base/disp-step-fork.c: Rename to ...
4082 * gdb.base/step-over-fork.c: ... it. New file.
4083 * gdb.base/disp-step-vfork.c: Rename to ...
4084 * gdb.base/step-over-vfork.c: ... it. New file.
4085 * gdb.base/disp-step-syscall.exp: Rename to ...
4086 * gdb.base/step-over-syscall.exp: ... it. New file.
4087 (disp_step_cross_syscall): Rename to ...
4088 (step_over_syscall): ... it.
4089
92fa70b0
YQ
40902016-03-03 Yao Qi <yao.qi@linaro.org>
4091
4092 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4093 If target supports condition evaluation on target, invoke
4094 break_cond_on_syscall for fork and vfork.
4095
e197ad3c
YQ
40962016-03-03 Yao Qi <yao.qi@linaro.org>
4097
4098 * gdb.base/disp-step-syscall.exp: Don't invoke
4099 support_displaced_stepping.
4100 (disp_step_cross_syscall): Test with displaced stepping off and
4101 on if supported.
4102
0b47da9f
YQ
41032016-03-03 Yao Qi <yao.qi@linaro.org>
4104
4105 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4106 proc.
4107 (setup): New proc.
4108 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4109 and setup.
4110
065ab6dc
BH
41112016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4112
4113 * gdb.fortran/vla-history.exp: Remove breakpoint.
4114
07e448ad 41152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4116
25d49b86
PA
4117 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4118 exceeds timeout.
07e448ad 4119
9ac2d526 41202016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4121
25d49b86
PA
4122 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4123 breakpoint.
9ac2d526 4124
17807369
BH
41252016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4126
4127 * gdb.mi/vla.f90: Nullify pointer after declaration.
4128
86e501af
PA
41292016-03-01 Pedro Alves <palves@redhat.com>
4130
4131 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4132
1e903e32
PA
41332016-03-01 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4136 before anything else.
4137 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4138 _GNU_SOURCE here.
4139 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4140 before anything else.
4141 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4142
6ccb54e2
PA
41432016-03-01 Pedro Alves <palves@redhat.com>
4144
4145 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4146
30ca9da1
YQ
41472016-03-01 Yao Qi <yao.qi@linaro.org>
4148
4149 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4150 prepare_for_testing.
4151
dc856b38
YQ
41522016-03-01 Yao Qi <yao.qi@linaro.org>
4153
4154 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4155
4a932159
AA
41562016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4157
4158 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4159 manually constructing the output path.
4160
f2489477
AA
41612016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4162
4163 * gdb.arch/s390-stackless.S: New.
4164 * gdb.arch/s390-stackless.exp: New.
4165
38899f16
IB
41662016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4167
4168 * gdb.dlang/circular.c: New file.
4169 * gdb.dlang/circular.exp: New file.
4170
9fde51ed
YQ
41712016-02-26 Yao Qi <yao.qi@linaro.org>
4172
4173 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4174 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4175 (testcases): Update.
4176
ce90fefe
YQ
41772016-02-26 Yao Qi <yao.qi@linaro.org>
4178
4179 * gdb.reverse/aarch64.c: Rename to ...
4180 * gdb.reverse/insn-reverse.c: ... it.
4181 * gdb.reverse/aarch64.exp: Rename to ...
4182 * gdb.reverse/insn-reverse.exp: ... it.
4183
3263bceb
YQ
41842016-02-26 Yao Qi <yao.qi@linaro.org>
4185
4186 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4187 (testcase_ftype): New.
4188 (testcases): New array.
4189 (n_testcases): New.
4190 (main): Call each element in testcases.
4191 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4192 (read_testcase): New.
4193 Do the tests in a loop.
4194
6cb59ff1
YQ
41952016-02-25 Yao Qi <yao.qi@linaro.org>
4196
4197 * gdb.base/branches.c: Remove.
4198
ae91f625
MK
41992016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4200
4201 PR gdb/13808
4202 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4203
678b48b7
MK
42042016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4205
4206 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4207
7337a6f2
MK
42082016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4209
4210 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4211 change x86_64 call_insn to 'callq'.
4212
861ca91f
AT
42132016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4214
4215 * gdb.trace/tfile-avx.c: Move to...
4216 * gdb.trace/tracefile-pseudo-reg.c: Here.
4217 * gdb.trace/tfile-avx.exp: Move to...
4218 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4219
bf74e428
GB
42202016-02-24 Gary Benson <gbenson@redhat.com>
4221
4222 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4223 message on attach.
4224
cce0e923
DE
42252016-02-23 Doug Evans <dje@google.com>
4226
4227 * gdb.base/skip.c (test_skip): New function.
4228 (end_test_skip_file_and_function): New function.
4229 (test_skip_file_and_function): New function.
4230 * gdb.base/skip1.c (test_skip): New function.
4231 (skip1_test_skip_file_and_function): New function.
4232 * gdb.base/skip.exp: Add tests for new skip options.
4233 * gdb.base/skip-solib.exp: Update expected output.
4234 * gdb.perf/skip-command.cc: New file.
4235 * gdb.perf/skip-command.exp: New file.
4236 * gdb.perf/skip-command.py: New file.
4237
4000e47e
MK
42382016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4239
4240 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4241 info registers pattern.
4242
24f75ead
IB
42432016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4244
4245 * lib/future.exp: Add D support.
4246 (gdb_find_gdc): New proc.
4247 (gdb_default_target_compile): Add D support.
4248
fbb7bcbe
WW
42492016-02-18 Wei-cheng Wang <cole945@gmail.com>
4250
4251 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4252 user+system time.
4253 (trace_speed_test): Determine the iteration count for a time
4254 between 15..30 seconds.
4255
012b3a21
WT
42562016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4257
4258 * gdb.arch/i386-mpx-sigsegv.c: New file.
4259 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4260 * gdb.arch/i386-mpx-simple_segv.c: New file.
4261 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4262
2d5189bd
YQ
42632016-02-18 Yao Qi <yao.qi@linaro.org>
4264
4265 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4266 Don't call setup_kfail.
4267
40fb20d0
YQ
42682016-02-18 Yao Qi <yao.qi@linaro.org>
4269
4270 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4271 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4272
21b1f8d2
DE
42732016-02-16 Doug Evans <dje@google.com>
4274
4275 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4276 * gdb.base/skip1.c: Ditto.
4277 * gdb.base/skip.exp: Whitespace cleanup.
4278
4041ed77
DB
42792016-02-16 Don Breazeal <donb@codesourcery.com>
4280
4281 PR remote/19496
4282 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4283 Remove kfail for PR remote/19496.
4284
c4ef31bf
SM
42852016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4286
4287 * lib/gdb.exp (standard_temp_file): Return a path specific to
4288 the runtest invocation.
4289
266b65b3
SM
42902016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4291
4292 * gdb.trace/save-trace.exp: Change relative path to be in the
4293 standard output directory.
4294
a7a0a6a9
JK
42952016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4296
4297 * gdb.arch/i386-prologue.c: Add missing prototypes.
4298
c99dbb42
JK
42992016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4300
4301 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4302 * gdb.arch/i386-prologue.exp: Likewise.
4303 * gdb.arch/i386-size.exp: Likewise.
4304
aa480355
SM
43052016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4306
4307 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4308 define object file path.
4309 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4310 file path.
4311 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4312 standard_output_file to define binfile.
4313
ba881f50
JK
43142016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4315
4316 Fix compatibility with recent gfortran-5.3.1.
4317 * gdb.fortran/vla-history.exp (print vla1 allocated)
4318 (print vla2 allocated, print $2, print $3): Remove
4319 (print $4): Rename to ...
4320 (print $2): ... here.
4321 (print $9): Rename to ...
4322 (print $5): ... here.
4323 (print $10): Rename to ...
4324 (print $6): ... here.
4325 * gdb.fortran/vla.f90: Add pvla initialization.
4326
e9fb005c
JK
43272016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4328
4329 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4330 New test.
4331 * gdb.fortran/vla-value-sub.exp: Likewise.
4332
e44e00ff
MK
43332016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4334
4335 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4336
97e94151
SM
43372016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4338
4339 * i386-biarch-core.exp: Define corefile using
4340 standard_output_file.
4341
01113bc1
YQ
43422016-02-12 Yao Qi <yao.qi@linaro.org>
4343
4344 * gdb.arch/arm-single-step-kernel-helper.c: New.
4345 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4346
33b4777c
MM
43472016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4348
4349 * gdb.btrace/tailcall-only.exp: New.
4350 * gdb.btrace/tailcall-only.c: New.
4351 * gdb.btrace/x86_64-tailcall-only.S: New.
4352 * gdb.btrace/i686-tailcall-only.S: New.
4353
acc23c11
PA
43542016-02-11 Pedro Alves <palves@redhat.com>
4355
4356 * README (Parallel testing): Add missing double quotes.
4357
e352bf0a
PA
43582016-02-11 Pedro Alves <palves@redhat.com>
4359
4360 * README (Parallel testing): New section.
4361 (GDB_PARALLEL): Rewrite.
4362 (FORCE_PARALLEL): Document.
4363
9f5fed78
MK
43642016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4365
4366 * gdb.trace/tfile-avx.c: New test.
4367 * gdb.trace/tfile-avx.exp: New test.
4368
9ef9e6a6
KS
43692016-02-09 Keith Seitz <keiths@redhat.com>
4370
4371 PR breakpoints/19546
4372 * gdb.base/infcall-exec.c: New file.
4373 * gdb.base/infcall-exec2.c: New file.
4374 * gdb.base/infcall-exec.exp: New file.
4375
a96e36da
KS
43762016-02-09 Keith Seitz <keiths@redhat.com>
4377
4378 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4379 (toplevel): Call test_bkpt_address.
4380
9f61929f
KS
43812016-02-09 Keith Seitz <keiths@redhat.com>
4382
4383 PR python/19506
4384 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4385 (toplevel): Call test_bkpt_address.
4386
1e94266c
SM
43872016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4388
4389 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4390 to AC_OUTPUT.
4391 * configure: Regenerate.
4392
2a7f3dff
PA
43932016-02-09 Pedro Alves <palves@redhat.com>
4394
4395 PR breakpoints/19548
4396 * gdb.base/execl-update-breakpoints.c (some_function): New
4397 function.
4398 (main): Call it.
4399 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4400 Tighten expected GDB output.
4401
2151ccc5
SM
44022016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4403
4404 * Makefile.in (ALL_SUBDIRS): Remove.
4405 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4406 (distclean maintainer-clean realclean): Likewise.
4407 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4408 * configure: Regenerate.
4409 * gdb.ada/Makefile.in: Delete.
4410 * gdb.arch/Makefile.in: Likewise.
4411 * gdb.asm/Makefile.in: Likewise.
4412 * gdb.base/Makefile.in: Likewise.
4413 * gdb.btrace/Makefile.in: Likewise.
4414 * gdb.cell/Makefile.in: Likewise.
4415 * gdb.compile/Makefile.in: Likewise.
4416 * gdb.cp/Makefile.in: Likewise.
4417 * gdb.disasm/Makefile.in: Likewise.
4418 * gdb.dlang/Makefile.in: Likewise.
4419 * gdb.dwarf2/Makefile.in: Likewise.
4420 * gdb.fortran/Makefile.in: Likewise.
4421 * gdb.gdb/Makefile.in: Likewise.
4422 * gdb.go/Makefile.in: Likewise.
4423 * gdb.guile/Makefile.in: Likewise.
4424 * gdb.java/Makefile.in: Likewise.
4425 * gdb.linespec/Makefile.in: Likewise.
4426 * gdb.mi/Makefile.in: Likewise.
4427 * gdb.modula2/Makefile.in: Likewise.
4428 * gdb.multi/Makefile.in: Likewise.
4429 * gdb.objc/Makefile.in: Likewise.
4430 * gdb.opencl/Makefile.in: Likewise.
4431 * gdb.opt/Makefile.in: Likewise.
4432 * gdb.pascal/Makefile.in: Likewise.
4433 * gdb.perf/Makefile.in: Likewise.
4434 * gdb.python/Makefile.in: Likewise.
4435 * gdb.reverse/Makefile.in: Likewise.
4436 * gdb.server/Makefile.in: Likewise.
4437 * gdb.stabs/Makefile.in: Likewise.
4438 * gdb.threads/Makefile.in: Likewise.
4439 * gdb.trace/Makefile.in: Likewise.
4440 * gdb.xml/Makefile.in: Likewise.
4441 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4442 GDB_PARALLEL.
4443 (standard_output_file): Remove check for GDB_PARALLEL, always
4444 return path in outputs/$subdir/$testname.
4445
437277d4
SM
44462016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4447
4448 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4449 (site.exp): Assign abs_srcdir to tcl's srcdir.
4450
31d913c7
YQ
44512016-02-04 Yao Qi <yao.qi@linaro.org>
4452
4453 * gdb.base/foll-exec-mode.c: Include limits.h.
4454 (main): Add parameters argc and argv. Get directory from
4455 argv[0].
4456 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4457 compilation.
4458 * gdb.base/foll-exec.c: Include limits.h.
4459 (main): Add parameters argc and argv.
4460 Get directory from argv[0].
4461 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4462 Adjust tests on the number of lines as source code changed.
4463 * gdb.base/foll-vfork-exit.c: Include limits.h.
4464 (main): Add one line of statement before vfork.
4465 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4466 (main): Add parameters argc and argv. Get directory from
4467 argv[0].
4468 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4469 (setup_gdb): Set tbreak to skip some source lines.
4470 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4471 (main): Add parameters argc and argv. Get directory from
4472 argv[0].
4473 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4474 compilation.
4475 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4476 (main): Add parameters argc and argv. Get directory from
4477 argv[0].
4478 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4479 compilation.
4480
9482b9fb
DE
44812016-02-01 Doug Evans <dje@google.com>
4482
4483 * gdb.base/skip.exp: Clean up multiple references to same test name.
4484
6b2e4f10
PA
44852016-02-01 Pedro Alves <palves@redhat.com>
4486
ccb6afd6 4487 PR remote/19496
6b2e4f10
PA
4488 * gdb.threads/forking-threads-plus-breakpoint.exp
4489 (displaced_stepping_supported): New global.
4490 (probe_displaced_stepping_support): New procedure.
4491 (do_test): Add 'displaced' parameter, and use it.
4492 (top level): Check for displaced stepping support. Add displaced
4493 stepping on/off testing axis.
4494
37a8db1a
AB
44952016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4496
4497 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4498 pointer. Don't perform further tests on the unassociated pointer
4499 if the first test fails.
4500
5fdf6324
AB
45012016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4502
4503 * gdb.base/max-value-size.c: New file.
4504 * gdb.base/max-value-size.exp: New file.
4505 * gdb.base/huge.exp: Disable max-value-size for this test.
4506
935c6144
IB
45072016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4508
4509 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4510
7fe8399d
YQ
45112016-01-28 Yao Qi <yao.qi@linaro.org>
4512
4513 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4514
a2077e25
PA
45152016-01-25 Pedro Alves <palves@redhat.com>
4516
4517 PR threads/19461
4518 * gdb.base/fork-running-state.c: New file.
4519 * gdb.base/fork-running-state.exp: New file.
4520
1d2736d4
PA
45212016-01-25 Pedro Alves <palves@redhat.com>
4522
4523 PR gdb/19494
4524 * gdb.base/catch-fork-kill.c: New file.
4525 * gdb.base/catch-fork-kill.exp: New file.
4526
f1da4b11
PA
45272016-01-25 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4530 Delete, moved to lib/gdb.exp.
4531 * gdb.threads/forking-threads-plus-breakpoint.exp
4532 (foreach_with_prefix): Likewise.
4533 * gdb.threads/process-dies-while-handling-bp.exp
4534 (foreach_with_prefix): Likewise.
4535 * lib/gdb.exp (foreach_with_prefix): New procedure.
4536
45f38546
MK
45372016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4538
4539 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4540 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4541
dc29a1ce
MK
45422016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4543
4544 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4545 endian targets.
4546
092127d7
JK
45472016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4548 Pedro Alves <palves@redhat.com>
4549
4550 Fix testsuite compatibility with Guile.
4551 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4552 number.
4553
31d765d3
JK
45542016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4555
4556 Fix testsuite compatibility with Guile.
4557 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4558 (thread 1): New test for backtrace through signal handler.
4559
1ac78c04
YQ
45602016-01-22 Yao Qi <yao.qi@linaro.org>
4561
4562 PR testsuite/19491
4563 * gdb.base/multi-forks.c: Include
4564 ../lib/unbuffer_output.c
4565 (main): Call gdb_unbuffer_output.
4566
4f5946a8
DE
45672016-01-21 Doug Evans <dje@google.com>
4568
4569 * lib/ada.exp (gdb_compile_ada): Fix typo.
4570
305e13e6
JB
45712016-01-21 Joel Brobecker <brobecker@adacore.com>
4572
4573 * gdb.base/break-fun-addr.exp: New file.
4574 * gdb.base/break-fun-addr1.c: New file.
4575 * gdb.base/break-fun-addr2.c: New file.
4576
5f5dfff6
SM
45772016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4578
4579 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4580 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4581 enum flag values.
4582
fd356fa2
AA
45832016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4584
4585 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4586 when GDB can not set the vector return value. Add more comments
4587 for clarification.
4588
9df22175
AT
45892016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4590
4591 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4592 command.
4593
41d1845e
SM
45942016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4595
4596 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4597
01ac6840
SM
45982016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4599
4600 * Makefile.in (check-single): Pass --status to runtest.
4601 (check/%.exp): Likewise.
4602
46032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4604
4605 * Makefile.in (check-parallel): Propagate return code from make
4606 do-check-parallel.
4607
bd0a71fa
MK
46082016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4609
4610 * gdb.trace/ftrace.exp: Fix expected message on continue.
4611 * gdb.trace/pending.exp: Fix expected message on continue.
4612 * gdb.trace/trace-break.exp: Fix expected message on continue.
4613
8bcbad33
SM
46142016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4615
4616 * lib/gdb.exp (gdb_test): Remove unused global references.
4617
f303dbd6
PA
46182016-01-18 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.base/async-shell.exp: Adjust expected output.
4621 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4622 * gdb.base/siginfo-thread.exp: Adjust expected output.
4623 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4624 * gdb.java/jnpe.exp: Adjust expected output.
4625 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4626 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4627 * gdb.threads/leader-exit.exp: Adjust expected output.
4628 * gdb.threads/manythreads.exp: Adjust expected output.
4629 * gdb.threads/pthreads.exp: Adjust expected output.
4630 * gdb.threads/schedlock.exp: Adjust expected output.
4631 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4632 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4633 expected output.
4634 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4635 output.
4636 * gdb.threads/sigthread.exp: Adjust expected output.
4637 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4638
b2789696
YQ
46392016-01-18 Yao Qi <yao.qi@linaro.org>
4640
4641 * gdb.guile/scm-section-script.c: Replace @progbits with
4642 %progbits.
4643 * gdb.python/py-section-script.c: Likewise.
4644
71ef29a8
PA
46452016-01-15 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.multi/tids.exp: Test star wildcard ranges.
4648
3f5b7598
PA
46492016-01-15 Pedro Alves <palves@redhat.com>
4650
4651 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4652 command from "thread apply" invocation.
4653 (thr_apply_info_thr_invalid): Default the expected output to the
4654 input tid list.
4655 (top level): Add tests that use convenience variables. Add tests
4656 for "thread apply" with a valid TID list, but missing the command.
4657
663f6d42
PA
46582016-01-13 Pedro Alves <palves@redhat.com>
4659
4660 * gdb.base/default.exp: Expect $_gthread as well.
4661 * gdb.multi/tids.exp: Test $_gthread.
4662 * gdb.threads/thread-specific.exp: Test $_gthread.
4663
c84f6bbf
PA
46642016-01-13 Pedro Alves <palves@redhat.com>
4665
4666 * gdb.multi/tids.exp: Test "info threads -gid".
4667
22a02324
PA
46682016-01-13 Pedro Alves <palves@redhat.com>
4669
4670 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4671 Breakpoint.thread.
4672 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4673
5d5658a1
PA
46742016-01-07 Pedro Alves <palves@redhat.com>
4675
4676 * gdb.base/break.exp: Adjust to output changes.
4677 * gdb.base/hbreak2.exp: Likewise.
4678 * gdb.base/sepdebug.exp: Likewise.
4679 * gdb.base/watch_thread_num.exp: Likewise.
4680 * gdb.linespec/keywords.exp: Likewise.
4681 * gdb.multi/info-threads.exp: Likewise.
4682 * gdb.threads/thread-find.exp: Likewise.
4683 * gdb.multi/tids.c: New file.
4684 * gdb.multi/tids.exp: New file.
4685
84654457
PA
46862016-01-13 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4689
e3940304
PA
46902016-01-13 Pedro Alves <palves@redhat.com>
4691
4692 * gdb.base/default.exp: Expect $_inferior as well.
4693 * gdb.multi/base.exp: Test $_inferior.
4694
a911d87a
PA
46952016-01-13 Pedro Alves <palves@redhat.com>
4696
4697 PR breakpoints/19388
4698 * gdb.base/catch-signal-siginfo-cond.c: New file.
4699 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4700
82075af2
JS
47012016-01-12 Josh Stone <jistone@redhat.com>
4702 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4703
4704 * gdb.base/catch-syscall.c (do_execve): New variable.
4705 (main): Conditionally trigger an execve.
4706 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4707 (test_catch_syscall_execve): New, check entry/return across execve.
4708 (do_syscall_tests): Call test_catch_syscall_execve.
4709
e46eeedd
PA
47102016-01-12 Pedro Alves <palves@redhat.com>
4711
4712 * gdb.base/random-signal.exp (do_test): New procedure, with body
4713 of testcase moved in.
4714
01d8c27e
JK
47152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4716 Pedro Alves <palves@redhat.com>
4717
4718 * gdb.base/funcargs.exp (finish from indirectly called function):
4719 Reintroduce the case for 'First'.
4720
9a706302
JK
47212016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4722 Pedro Alves <palves@redhat.com>
4723
4724 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4725 (tcatch_vfork_then_child_follow_exec)
4726 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4727 identification.
4728
c0ecb95f
JK
47292016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4730
4731 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4732 and repeats to unlimited.
4733 * gdb.python/py-value.exp: Likewise.
4734 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4735 and repeats to unlimited.
4736
6cfc1fcb
JK
47372016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4740 and reordering the functions.
4741 * gdb.multi/hangout.c: Likewise.
4742 * gdb.multi/hello.c: Likewise.
4743
582a1b00
SM
47442016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4745
4746 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4747 absolute.
4748 (SingleStatisticTestResult.report): Use dict.keys instead of
4749 dict.iterkeys.
4750
79bc59cb
PA
47512016-01-06 Pedro Alves <palves@redhat.com>
4752
4753 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4754
43368e1d
MM
47552016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4756
4757 * gdb.btrace/dlopen.exp: New.
4758 * gdb.btrace/dlopen.c: New.
4759 * gdb.btrace/dlopen-dso.c: New.
4760
79fad5b8
SL
47612015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4762
4763 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4764 PATTERN argument is optional.
4765
ab8314b3
JB
47662015-12-24 Joel Brobecker <brobecker@adacore.com>
4767
4768 * lib/ada.exp (target_compile_ada_from_dir): New function.
4769 (gdb_compile_ada): Reimplement avoiding the use of project files.
4770 * gdb.ada/gnat_ada.gpr: Delete.
4771 * gdb.ada/cond_lang.exp: Adjust test to make path before
4772 filename optional.
4773 * gdb.ada/small_reg_param.exp: Likewise.
4774
fe33faff
SM
47752015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4776
4777 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4778
6d265cb4
TP
47792015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4780
4781 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4782 case.
4783
10125099
SM
47842015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4785
4786 * gdb.base/break.exp: Remove dead code.
4787 * gdb.base/sepdebug.exp: Likewise.
4788
3ca22649
SM
47892015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4790
4791 * gdb.asm/asm-source.exp: Remove HP-UX references.
4792 * gdb.base/annota1.exp: Likewise.
4793 * gdb.base/annota3.exp: Likewise.
4794 * gdb.base/attach.exp: Likewise.
4795 * gdb.base/bigcore.exp: Likewise.
4796 * gdb.base/break.exp: Likewise.
4797 * gdb.base/call-ar-st.exp: Likewise.
4798 * gdb.base/callfuncs.exp: Likewise.
4799 * gdb.base/catch-fork-static.exp: Likewise.
4800 * gdb.base/display.exp: Likewise.
4801 * gdb.base/foll-exec-mode.exp: Likewise.
4802 * gdb.base/foll-exec.exp: Likewise.
4803 * gdb.base/foll-fork.exp: Likewise.
4804 * gdb.base/foll-vfork.exp: Likewise.
4805 * gdb.base/funcargs.exp: Likewise.
4806 * gdb.base/hbreak2.exp: Likewise.
4807 * gdb.base/inferior-died.exp: Likewise.
4808 * gdb.base/interrupt.exp: Likewise.
4809 * gdb.base/multi-forks.exp: Likewise.
4810 * gdb.base/nodebug.exp: Likewise.
4811 * gdb.base/sepdebug.exp: Likewise.
4812 * gdb.base/solib1.c: Likewise.
4813 * gdb.base/step-test.exp: Likewise.
4814 * gdb.mi/non-stop.c: Likewise.
4815 * gdb.mi/pthreads.c: Likewise.
4816 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4817 * gdb.threads/pthreads.c: Likewise.
4818 * gdb.threads/staticthreads.exp: Likewise.
4819 * lib/future.exp: Likewise.
4820 * lib/gdb.exp: Likewise.
4821 * gdb.base/so-indr-cl.c: Remove.
4822 * gdb.base/so-indr-cl.exp: Likewise.
4823 * gdb.base/solib.c: Likewise.
4824 * gdb.base/solib.exp: Likewise.
4825 * gdb.base/solib2.c: Likewise.
4826
b6304613
SM
48272015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4828
4829 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4830 * gdb.base/call-ar-st.exp: Likewise.
4831 * gdb.base/callfuncs.exp: Likewise.
4832 * gdb.base/condbreak.exp: Likewise.
4833 * gdb.base/constvars.exp: Likewise.
4834 * gdb.base/hbreak2.exp: Likewise.
4835 * gdb.base/langs.exp: Likewise.
4836 * gdb.base/list.exp: Likewise.
4837 * gdb.base/long_long.exp: Likewise.
4838 * gdb.base/ptype.exp: Likewise.
4839 * gdb.base/scope.exp: Likewise.
4840 * gdb.base/signals.exp: Likewise.
4841 * gdb.base/so-impl-ld.exp: Likewise.
4842 * gdb.base/varargs.exp: Likewise.
4843 * gdb.base/volatile.exp: Likewise.
4844 * gdb.base/whatis.exp: Likewise.
4845 * gdb.cp/cplusfuncs.exp: Likewise.
4846 * gdb.cp/inherit.exp: Likewise.
4847 * gdb.cp/local.exp: Likewise.
4848 * gdb.cp/member-ptr.exp: Likewise.
4849 * gdb.cp/method.exp: Likewise.
4850 * gdb.cp/overload.exp: Likewise.
4851 * gdb.cp/templates.exp: Likewise.
4852 * gdb.stabs/weird.exp: Likewise.
4853 * lib/compiler.c: Likewise.
4854 * lib/compiler.cc: Likewise.
4855 * lib/cp-support.exp: Likewise.
4856 * lib/gdb.exp: Likewise.
4857
bf401b07
SM
48582015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4859
4860 * configure.ac: Remove HP-UX case.
4861 * configure: Regenerate.
4862
aff9c0f8
SM
48632015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4864
4865 * lib/gdb.exp (gdb_compile): Add function doc.
4866
a6904d5a
PA
48672015-12-17 Pedro Alves <palves@redhat.com>
4868
4869 PR threads/19354
4870 * gdb.multi/info-threads.exp: New file.
4871
a22279dd
YQ
48722015-12-15 Yao Qi <yao.qi@linaro.org>
4873
4874 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4875 is aarch64*-*-*.
4876
0588c796
SL
48772015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4878
4879 * gdb.base/history-duplicates.exp: Skip if no readline support.
4880
5d978e17
SL
48812015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4882
4883 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4884
7e763b86
SL
48852015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4886
4887 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4888
87a3a92c
SL
48892015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4890
4891 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4892 ctrl-C if nointerrupts target property is set.
4893 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4894 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4895 * gdb.base/paginate-bg-execution.exp: Likewise.
4896 * gdb.base/paginate-execution-startup.exp: Likewise.
4897 * gdb.base/random-signal.exp: Likewise.
4898 * gdb.base/range-stepping.exp: Likewise.
4899 * gdb.cp/annota2.exp: Likewise.
4900 * gdb.cp/annota3.exp: Likewise.
4901 * gdb.gdb/selftest.exp: Likewise.
4902 * gdb.threads/continue-pending-status.exp: Likewise.
4903 * gdb.threads/leader-exit.exp: Likewise.
4904 * gdb.threads/manythreads.exp: Likewise.
4905 * gdb.threads/pthreads.exp: Likewise.
4906 * gdb.threads/schedlock.exp: Likewise.
4907 * gdb.threads/sigthread.exp: Likewise.
4908
a8f077dc
DB
49092015-12-11 Don Breazeal <donb@codesourcery.com>
4910
4911 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4912 remote.
4913 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4914 * gdb.base/foll-exec.exp (main): Enable for target remote.
4915 * gdb.base/foll-fork.exp (main): Likewise.
4916 * gdb.base/foll-vfork.exp (main): Likewise.
4917 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4918 (proc continue_to_exit_bp_loc): Use clean_restart.
4919 * gdb.base/pie-execl.exp (main): Disable for target remote.
4920 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4921 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4922 * gdb.threads/execl.exp (main): Likewise.
4923 * gdb.threads/fork-child-threads.exp (main): Likewise.
4924 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4925 remote.
4926 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4927 remote.
4928 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4929 pid.tid style ptids, instead of just tid.
4930 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4931 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4932 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4933 ptids, instead of just tid.
4934
3b2464a8
AB
49352015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4936
4937 * gdb.base/list.exp (test_list_forward): Add end of file error
4938 test.
4939 (test_repeat_list_command): Add end of file error test.
4940 (test_list_backwards): Add beginning of file error test.
4941
a0def019
AB
49422015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4943
4944 * gdb.base/list.exp (test_list_invalid_args): New function,
4945 defined, and called.
4946
5c000dff
AB
49472015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4948
4949 * gdb.base/list.exp (test_list): Make test names unique.
4950
f1637ebe
YQ
49512015-12-11 Yao Qi <yao.qi@linaro.org>
4952
4953 * gdb.base/coremaker2.c: Remove.
4954
36d6fc0a
PA
49552015-12-10 Pedro Alves <palves@redhat.com>
4956
4957 * gdb.multi/base.exp: Remove stale "spaces" references.
4958
762f7747
PA
49592015-12-10 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.multi/base.exp: Don't use nowarnings.
4962 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4963 * gdb.multi/hangout.c: Include stdio.h.
4964 * gdb.multi/hello.c: Include stdlib.h.
4965 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4966 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4967 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4968
28d2bfb9
AB
49692015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4970
4971 * gdb.dwarf2/dw2-ranges-base.c: New file.
4972 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4973 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4974 support additional line table, and debug ranges generation.
4975 (Dwarf::ranges): New function, generate .debug_ranges.
4976 (Dwarf::lines): Support generating simple line table programs.
4977 (Dwarf::assemble): Initialise new namespace variables.
4978
5fc2beac
KB
49792015-12-09 Kevin Buettner <kevinb@redhat.com>
4980
4981 * gdb.base/async.exp (proc test_background): Add case for
4982 asynchronous execution not supported.
4983
1c35a88f
LM
49842015-12-09 Luis Machado <lgustavo@codesourcery.com>
4985
4986 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4987 format and change test names to make them unique.
4988
b593e3d9
RK
49892015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4990 Pedro Alves <pedro@redhat.com>
4991
4992 PR gdb/18702
4993 Add checking of floatformats setup on x86_64 hosts.
4994 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4995 (smallval, bigval): New labels/constants.
4996 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4997 float" after loading bigval and smallval.
4998
d72413e6
PMR
49992015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5000
5001 * gdb.ada/fun_overload_menu.exp: New testcase.
5002 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5003
ece66d65
JS
50042015-12-04 Josh Stone <jistone@redhat.com>
5005
5006 * gdb.base/catch-fork-static.exp: New.
5007
41d0efca
YQ
50082015-12-03 Yao Qi <yao.qi@linaro.org>
5009
5010 * gdb.base/sizeof.c: Don't include stdio.h and
5011 ../lib/unbuffer_output.c.
5012 (main): New variable 'size' and 'value'. Remove printf and
5013 gdb_unbuffer_output. Assign return value to size and value.
5014 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5015 at the beginning.
5016 (check_sizeof): Check the result by printing variable 'size'.
5017 (check_valueof): Check the result by printing variable 'value'.
5018
99fd02d9
YQ
50192015-12-01 Yao Qi <yao.qi@linaro.org>
5020
5021 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5022 for aarch64*-*-linux* target.
5023
f2faf941
PA
50242015-11-30 Pedro Alves <palves@redhat.com>
5025
5026 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5027
04bf20c5
PA
50282015-11-30 Pedro Alves <palves@redhat.com>
5029
5030 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5031 Handle non-stop mode vCont replies.
5032
09df4675
PA
50332015-11-30 Pedro Alves <palves@redhat.com>
5034
5035 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5036 prepare_for_testing. Start gdb with "set non-stop on" appended to
5037 GDBFLAGS. Lax expected stop output.
5038
58b584af
YQ
50392015-11-27 Yao Qi <yao.qi@linaro.org>
5040
5041 * gdb.arch/arm-neon.exp: New.
5042 * gdb.arch/arm-neon.c: New.
5043
dfcb77a8
YQ
50442015-11-27 Yao Qi <yao.qi@linaro.org>
5045
5046 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5047
88e8ec1b
YQ
50482015-11-27 Yao Qi <yao.qi@linaro.org>
5049
5050 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5051 frames-invalid annotation.
5052
bfde72c2
YQ
50532015-11-27 Yao Qi <yao.qi@linaro.org>
5054
5055 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5056
f6512a69
SM
50572015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5058
5059 * gdb.threads/names.exp: New file.
5060 * gdb.threads/names.c: New file.
5061 * README: Mention gdb,no_thread_names.
5062
46a3515b
MM
50632015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5064
5065 PR 19297
5066 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5067 support" error.
5068
62147a22
PA
50692015-11-24 Pedro Alves <palves@redhat.com>
5070
5071 PR 17539
5072 * gdb.base/display.exp: Expect displays to be sorted in ascending
5073 order. Use multi_line.
5074 * gdb.base/solib-display.exp: Likewise.
5075
2f341b6e
PA
50762015-11-24 Pedro Alves <palves@redhat.com>
5077
5078 PR 17539
25d49b86
PA
5079 * gdb.base/display.exp: Expect displays to be sorted in ascending
5080 order. Use multi_line.
5081 * gdb.base/solib-display.exp: Likewise.
2f341b6e 5082
7e0aa6aa
PA
50832015-11-24 Pedro Alves <palves@redhat.com>
5084
5085 PR 17539
5086 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5087 threads in ascending order.
5088 * gdb.base/foll-fork.exp: Likewise.
5089 * gdb.base/foll-vfork.exp: Likewise.
5090 * gdb.base/multi-forks.exp: Likewise.
5091 * gdb.mi/mi-nonstop.exp: Likewise.
5092 * gdb.mi/mi-nsintrall.exp: Likewise.
5093 * gdb.multi/base.exp: Likewise.
5094 * gdb.multi/multi-arch.exp: Likewise.
5095 * gdb.python/py-inferior.exp: Likewise.
5096 * gdb.threads/break-while-running.exp: Likewise.
5097 * gdb.threads/execl.exp: Likewise.
5098 * gdb.threads/gcore-thread.exp: Likewise.
5099 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5100 * gdb.threads/kill.exp: Likewise.
5101 * gdb.threads/linux-dp.exp: Likewise.
5102 * gdb.threads/multiple-step-overs.exp: Likewise.
5103 * gdb.threads/next-bp-other-thread.exp: Likewise.
5104 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5105 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5106 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5107 * gdb.threads/thread-find.exp: Likewise.
5108 * gdb.threads/tls.exp: Likewise.
5109 * lib/mi-support.exp (mi_reverse_list): Delete.
5110 (mi_check_thread_states): No longer reverse list.
5111
2cc57ad8
PA
51122015-11-24 Pedro Alves <palves@redhat.com>
5113
5114 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5115 use lowercase.
5116
c93e8391
SM
51172015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5118
5119 * gdb.trace/actions.c: Include trace-common.h.
5120 (main): Add a location for a fast tracepoint.
5121 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5122 the normal tracepoints.
5123 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5124
045ccf91
SM
51252015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5126
5127 * save-trace.exp: Factor out code to these...
5128 (gdb_save_tracepoints): New.
5129 (gdb_load_tracepoints): New.
5130 (do_save_load_test): New.
5131
5506f9f6
KB
51322015-11-23 Kevin Buettner <kevinb@redhat.com>
5133
5134 * gdb.base/asmlabel.exp: New test.
5135 * gdb.base/asmlabel.c: New test case.
5136
16c3b12f
JB
51372015-11-23 Joel Brobecker <brobecker@adacore.com>
5138
5139 * gdb.base/wrong_frame_bt_full-main.c: New file.
5140 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5141 * gdb.base/wrong_frame_bt_full.exp: New file.
5142
155bfbd3
JB
51432015-11-23 Joel Brobecker <brobecker@adacore.com>
5144
5145 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5146
bb097445
JM
51472015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5148
206853a0 5149 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5150 pstate register when comparing registers values in
5151 sparc64-*-linux-gnu targets to avoid spurious differences.
5152
9c88ed8f
JM
51532015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5154
206853a0 5155 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5156
96161e25
SL
51572015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5158
5159 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5160 as type argument to gdb_compile.
5161 * gdb.base/nested-subp2.exp: Likewise.
5162 * gdb.base/nested-subp3.exp: Likewise.
5163
340c2830
DV
51642015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5165
5166 * lib/dwarf.exp (_note): Fix left shift of negative value.
5167 * gdb.trace/trace-condition.exp: Likewise.
5168
c1862d0f
YQ
51692015-11-13 Yao Qi <yao.qi@linaro.org>
5170
5171 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5172 comments about d10v.
5173 (test_scalar_returns): Likewise.
5174 * gdb.base/d10v.ld: Remove.
5175 * gdb.base/overlays.exp: Remove the target triplet checking for
5176 d10v-*-*.
5177 * gdb.base/structs.exp (test_struct_returns): Remove the
5178 comments about d10v.
5179 (test_struct_calls): Likewise.
5180
77ae9c19
YQ
51812015-11-13 Yao Qi <yao.qi@linaro.org>
5182
5183 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5184 * gdb.base/gnu_vector.c: Don't include stdio.h.
5185 (main): Don't print res and call add_some_intvecs.
5186
430e004e
MK
51872015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5188
5189 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5190 macro.
5191 (func5): Removed.
5192 (func4): Use FAST_TRACEPOINT_LABEL.
5193 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5194 macro.
5195 (func): Removed.
5196 (thread_function): Use FAST_TRACEPOINT_LABEL.
5197 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5198 (func): Remove.
5199 (marker): Use FAST_TRACEPOINT_LABEL.
5200 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5201 (pendfunc1): Remove.
5202 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5203 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5204 (foo): Remove.
5205 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5206 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5207 macro.
5208 (func): Remove.
5209 (marker): Use FAST_TRACEPOINT_LABEL.
5210 * gdb.trace/trace-common.h: New header.
5211 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5212 macro.
5213 (func): Remove.
5214 (marker): Use FAST_TRACEPOINT_LABEL.
5215 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5216 (func): Remove.
5217 (thread_function): Use FAST_TRACEPOINT_LABEL.
5218
6e7675a7
MK
52192015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5220
5221 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5222 in front.
5223 * gdb.trace/change-loc.exp: Use global pcreg definition.
5224 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5225 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5226 in front.
5227 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5228 * gdb.trace/pending.exp: Likewise.
5229 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5230 * gdb.trace/trace-break.exp: Likewise.
5231 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5232 in front.
5233 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5234 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5235 in front.
5236 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5237
dddc0e16
JB
52382015-11-09 Joel Brobecker <brobecker@adacore.com>
5239
5240 * gdb.ada/fin_fun_out: New testcase.
5241
c6f0b406
KB
52422015-11-07 Kevin Buettner <kevinb@redhat.com>
5243
5244 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5245 value associated with DW_AT_byte_size.
5246 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5247 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5248 DW_AT_upper_bound.
5249
f01dcfd9
KB
52502015-11-07 Kevin Buettner <kevinb@redhat.com>
5251
5252 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5253 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5254 version.
5255 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5256 gdb.dwarf2/dw2-canonicalize-type.exp,
5257 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5258 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5259 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5260 provided by gdb_target_symbol_prefix_flags_asm.
5261 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5262 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5263 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5264 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5265 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5266 macros where needed). Use this macro for symbols which require
5267 the prefix provided by SYMBOL_PREFIX.
5268
2223449a
KB
52692015-11-05 Kevin Buettner <kevinb@redhat.com>
5270
5271 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5272 New procs.
5273 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5274 representing expressions, of more than one list element.
5275 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5276 to prepend linker symbol prefix to f.
5277 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5278 table_1 and table_2.
5279 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5280 Likewise, for f and g.
5281 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5282 for ptr.
5283 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5284 for main.
5285 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5286 table_1_ptr and table_2_ptr.
5287
6f2f1a3a
JK
52882015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5289 Joel Brobecker <brobecker@adacore.com>
5290
5291 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5292
566c56c9
MK
52932015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5294
5295 * gdb.reverse/s390-mvcle.c: New test.
5296 * gdb.reverse/s390-mvcle.exp: New file.
5297 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5298
d5f0636b
MK
52992015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5300
5301 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5302
7ad8b86c
MK
53032015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5304
5305 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5306 reaching marker2.
5307 * gdb.reverse/getresuid-reverse.exp: Likewise.
5308 * gdb.reverse/pipe-reverse.exp: Likewise.
5309 * gdb.reverse/readv-reverse.exp: Likewise.
5310 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5311 * gdb.reverse/time-reverse.exp: Likewise.
5312 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5313
4081c0f1
YQ
53142015-10-30 Yao Qi <yao.qi@linaro.org>
5315
5316 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5317 (empty_cycle): Remove.
5318 (main): Don't call empty_cycle. Don't use watch_count_done.
5319 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5320 empty_cycle. Rewrite the code counting HW watchpoints.
5321
452b4ba5
MK
53222015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5323
5324 * gdb.reverse/fstatat-reverse.c: New test.
5325 * gdb.reverse/fstatat-reverse.exp: New file.
5326 * gdb.reverse/getresuid-reverse.c: New test.
5327 * gdb.reverse/getresuid-reverse.exp: New file.
5328 * gdb.reverse/pipe-reverse.c: New test.
5329 * gdb.reverse/pipe-reverse.exp: New file.
5330 * gdb.reverse/readv-reverse.c: New test.
5331 * gdb.reverse/readv-reverse.exp: New file.
5332 * gdb.reverse/recvmsg-reverse.c: New test.
5333 * gdb.reverse/recvmsg-reverse.exp: New file.
5334 * gdb.reverse/time-reverse.c: New test.
5335 * gdb.reverse/time-reverse.exp: New file.
5336 * gdb.reverse/waitpid-reverse.c: New test.
5337 * gdb.reverse/waitpid-reverse.exp: New file.
5338
5e2e7507
JK
53392015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5340
5341 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5342
0fde2c53
DE
53432015-10-26 Doug Evans <dje@google.com>
5344
5345 PR symtab/17391
5346 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5347 * gdb.dwarf2/bad-regnum.c: New file.
5348 * gdb.dwarf2/bad-regnum.exp: New file.
5349
1a70ae97
DE
53502015-10-26 Doug Evans <dje@google.com>
5351
5352 PR python/18938
5353 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5354 file.
5355
27dc26ab
JK
53562015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5357
5358 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5359 for a change by "Mention language in compile error message".
5360
bed91f4d
SM
53612015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5362
5363 PR python/18073
5364 * gdb.python/py-type.c (C::a_method): New.
5365 (C::a_const_method): New.
5366 (C::a_static_method): New.
5367 (a_function): New.
5368 * gdb.python/py-type.exp (test_fields): Test getting fields
5369 from function and method.
5370
3f2f83dd
KB
53712015-10-21 Keven Boell <keven.boell@intel.com>
5372
5373 * gdb.fortran/vla-alloc-assoc.exp: New file.
5374 * gdb.fortran/vla-datatypes.exp: New file.
5375 * gdb.fortran/vla-datatypes.f90: New file.
5376 * gdb.fortran/vla-history.exp: New file.
5377 * gdb.fortran/vla-ptype-sub.exp: New file.
5378 * gdb.fortran/vla-ptype.exp: New file.
5379 * gdb.fortran/vla-sizeof.exp: New file.
5380 * gdb.fortran/vla-sub.f90: New file.
5381 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5382 * gdb.fortran/vla-value-sub-finish.exp: New file.
5383 * gdb.fortran/vla-value-sub.exp: New file.
5384 * gdb.fortran/vla-value.exp: New file.
5385 * gdb.fortran/vla-ptr-info.exp: New file.
5386 * gdb.mi/mi-vla-fortran.exp: New file.
5387 * gdb.mi/vla.f90: New file.
5388
27145d50
SL
53892015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5390
5391 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5392 of hardwired timeout value.
5393
5f3ff4f8
JK
53942015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5395 Pedro Alves <palves@redhat.com>
5396
5397 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5398 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5399
bfd09d20
JS
54002015-10-19 Josh Stone <jistone@redhat.com>
5401
5402 * gdb.base/catch-syscall.c: Include <sched.h>.
5403 (unknown_syscall): New variable.
5404 (main): Trigger a vfork and an unknown syscall.
5405 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5406 (unknown_syscall_number): Likewise.
5407 (check_call_to_syscall): Accept an optional syscall pattern.
5408 (check_return_from_syscall): Likewise.
5409 (check_continue): Likewise.
5410 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5411 (test_catch_syscall_skipping_return): New test toggling off 'catch
5412 syscall' to step over the syscall return, then toggling back on.
5413 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5414 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5415 (do_syscall_tests): Call test_catch_syscall_without_args and
5416 test_catch_syscall_mid_vfork.
5417 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5418 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5419
b32b93c6
AS
54202015-10-19 Andrew Stubbs <ams@codesourcery.com>
5421
5422 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5423 print g_vE): Add new pass patterns.
5424 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5425 print various symbol names for vptr fields.
5426
9d622bda
AB
54272015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5428
5429 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5430 results.
5431
0fd8ac1c
YQ
54322015-10-12 Yao Qi <yao.qi@linaro.org>
5433
5434 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5435
34240514
YQ
54362015-10-12 Yao Qi <yao.qi@linaro.org>
5437
5438 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5439 is aarch64*-*-linux*.
5440
8240f442
YQ
54412015-10-12 Yao Qi <yao.qi@linaro.org>
5442
5443 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5444 (can_relocate_bcond_true): ... it.
5445 (can_relocate_bcond_false): New function.
5446 (foo): Likewise.
5447 (can_relocate_bl): Likewise.
5448 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5449 can_relocate_bl.
5450
2520f728
PMR
54512015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5452
5453 * gdb.base/nested-addr.c: New file.
5454 * gdb.base/nested-addr.exp: New testcase.
5455
abcef95a
MM
54562015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5457
5458 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5459 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5460 its output. Ignore the output of "record goto begin" and instead
5461 check that GDB is replaying.
5462
145e3ddb
PA
54632015-10-09 Pedro Alves <palves@redhat.com>
5464
5465 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5466 (top level): Use it in the run with no args test.
5467
d5d8c4e1
IB
54682015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5469
5470 * gdb.dlang/properties.exp: New file.
5471
06e635ef
SL
54722015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5473
5474 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5475 whether or not address 0x1000 is mapped on the target.
5476
e019fd1d
SM
54772015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5478
5479 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5480 build.
5481
77ba2a67
MM
54822015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5483
5484 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5485 instruction-history test.
5486
c60eb31f
DE
54872015-09-28 Doug Evans <dje@google.com>
5488
5489 * gdb.base/gcore.c (array_func): Add reference to static_array.
5490
9a3c8263
SM
54912015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5492
5493 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5494 source line.
5495
9720e656
SL
54962015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5497
5498 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5499 short or char as base type.
5500
938d3bf2
SL
55012015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5502
5503 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5504 to allow any size enum.
5505
e6c2c623
PMR
55062015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5507
5508 * gdb.ada/array_ptr_renaming.exp: New testcase.
5509 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5510 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5511
06da0f77
PL
55122015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5513
5514 * gdb.trace/ftrace-lock.c: New file.
5515 * gdb.trace/ftrace-lock.exp: New file.
5516
4f51c22a
PL
55172015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5518
5519 * gdb.arch/insn-reloc.c: New file.
5520 * gdb.arch/ftrace-insn-reloc.exp: New file.
5521
7041adf4
PL
55222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5523
5524 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5525 instruction.
5526 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5527 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5528 * gdb.trace/range-stepping.c: Likewise.
5529 * gdb.trace/trace-break.c: Likewise.
5530 * gdb.trace/trace-mt.c (thread_function): Likewise.
5531 * gdb.trace/ftrace.c (marker): Likewise.
5532 * gdb.trace/trace-condition.c (marker): Likewise.
5533 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5534 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5535 is_aarch64_target.
5536
015d2e7e
DE
55372015-09-18 Doug Evans <xdje42@gmail.com>
5538
5539 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5540 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5541
26b188a2
SL
55422015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5543
5544 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5545 the breakpoint.
5546
79dc332b
SL
55472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5548
5549 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5550 the pending breakpoint. Remove timeout override for "Run till
5551 MI pending breakpoint on pendfunc3 on thread 2" test.
5552
f57929f2
SL
55532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5554
5555 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5556 filename pattern.
5557
3f469b17
SL
55582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5559
5560 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5561 in breakpoint filename pattern.
5562
515b89b3
SL
55632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5564
7800dbe4
SL
5565 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5566
55672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5568
515b89b3
SL
5569 * gdb.linespec/explicit.exp: Check for readline support for
5570 tab-completion tests. Fix obvious typo.
5571
d2939ba2
MM
55722015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5573
5574 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5575 and replay.
5576
cbb55fa7
MM
55772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5578
5579 * gdb.btrace/non-stop.c: New.
5580 * gdb.btrace/non-stop.exp: New.
5581
43691ca1
PL
55822015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5583 Yao Qi <yao.qi@linaro.org>
5584
5585 * gdb.trace/trace-condition.c: New file.
5586 * gdb.trace/trace-condition.exp: New file.
5587
d78908cf
WW
55882015-09-16 Wei-cheng Wang <cole945@gmail.com>
5589
5590 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5591 for testing bytecode compilation.
5592
1ed415e2
PA
55932015-09-16 Pedro Alves <palves@redhat.com>
5594 Sandra Loosemore <sandra@codesourcery.com>
5595
5596 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5597 (SECONDS): Redefine.
5598 (main): Call pthread_kill and alarm early.
5599 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5600 support.
5601 (test): If the target can't hardware step and doesn't support
5602 displaced stepping, increase the timeout.
5603
d136eff5
PA
56042015-09-16 Pedro Alves <palves@redhat.com>
5605
5606 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5607 (enable_debug): New procedures.
5608 (test): Use them. Bail out if waiting for threads fails.
5609 (top level): Bail out if a test fails.
5610
991f019c
YQ
56112015-09-16 Yao Qi <yao.qi@linaro.org>
5612
5613 * gdb.asm/asm-source.exp: Set asm-arch for
5614 aarch64*-*-* target.
5615 * gdb.asm/aarch64.inc: New file.
5616
bfca584f
PMR
56172015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5618
5619 * gdb.ada/array_of_variable_length.exp: New testcase.
5620 * gdb.ada/array_of_variable_length/foo.adb: New file.
5621 * gdb.ada/array_of_variable_length/pck.adb: New file.
5622 * gdb.ada/array_of_variable_length/pck.ads: New file.
5623
b326e587
DE
56242015-09-15 Doug Evans <dje@google.com>
5625
5626 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5627 of function static local variable.
5628
5382cfab
PW
56292015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5630
5631 * gdb.threads/tls-so_extern.exp: New test file.
5632 * gdb.threads/tls-so_extern.c: New test file.
5633 * gdb.threads/tls-so_extern_main.c: New test file.
5634
141c5cc4
JK
56352015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5636
5637 * gdb.opt/solib-intra-step-lib.c: New file.
5638 * gdb.opt/solib-intra-step-main.c: New file.
5639 * gdb.opt/solib-intra-step.exp: New file.
5640
d15dcecd
PA
56412015-09-15 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5644 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5645
4c2f2a79
PA
56462015-09-14 Pedro Alves <palves@redhat.com>
5647
5648 * gdb.base/hook-stop-continue.c: Delete.
5649 * gdb.base/hook-stop-continue.exp: Delete.
5650 * gdb.base/hook-stop-frame.c: Delete.
5651 * gdb.base/hook-stop-frame.exp: Delete.
5652 * gdb.base/hook-stop.c: New file.
5653 * gdb.base/hook-stop.exp: New file.
5654
919e6dbe
PMR
56552015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5656
5657 * gdb.ada/access_to_packed_array.exp: New testcase.
5658 * gdb.ada/access_to_packed_array/foo.adb: New file.
5659 * gdb.ada/access_to_packed_array/pack.adb: New file.
5660 * gdb.ada/access_to_packed_array/pack.ads: New file.
5661
157280a4
MM
56622015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5663
5664 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5665 buffer size test.
5666
2fd33e94
DB
56672015-09-11 Don Breazeal <donb@codesourcery.com>
5668
5669 * gdb.base/foll-exec.c: Add copyright header. Fix
5670 formatting issues.
5671 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5672 (do_exec_tests): Use clean_restart in place of zap_session,
5673 and for test initialization. Fix formatting issues. Use
5674 fail in place of perror.
5675 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5676 an expect statement to match an expression with output from
5677 the program under debug.
5678 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5679 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5680 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5681 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5682 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5683
e70b6e8e
DE
56842015-09-09 Doug Evans <dje@google.com>
5685
5686 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5687
7a551a51
DE
56882015-09-09 Doug Evans <dje@google.com>
5689
5690 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5691
4c666f84
DE
56922015-09-09 Doug Evans <dje@google.com>
5693
5694 * gdb.base/savedregs.exp: Fix typo.
5695
243a9253
PA
56962015-09-09 Pedro Alves <palves@redhat.com>
5697
5698 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5699
c0fa8fbd
SL
57002015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5701
5702 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5703 command actually switches threads. Give up on remaining
5704 tests if target fails to stop at breakpoint.
5705
cd7c1778
PMR
57062015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5707
5708 * gdb.ada/funcall_char.exp: New testcase.
5709 * gdb.ada/funcall_char/foo.adb: New file.
5710
dc5c8746
PMR
57112015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5712
5713 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5714 expected outputs. Add two testcases for completing ambiguous
5715 functions.
5716 * gdb.ada/complete/aux_pck.adb: New file.
5717 * gdb.ada/complete/aux_pck.ads: New file.
5718 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5719 Ambiguous_Func functions.
5720 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5721 * gdb.ada/complete/pck.adb: Likewise.
5722
4e83a1e7
UW
57232015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5724
5725 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5726 failures to run the test program under GDB.
5727
8ce74153
LM
57282015-08-26 Luis Machado <lgustavo@codesourcery.com>
5729
5730 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5731 to C.
5732
e9756d52
PP
57332015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5734
5735 * gdb.base/run-after-attach.exp: New test file.
5736 * gdb.base/run-after-attach.c: New test file.
5737
8d37573b
DB
57382015-08-26 Don Breazeal <donb@codesourcery.com>
5739
5740 * gdb.base/foll-exec-2.c: New test program.
5741 * gdb.base/foll-exec-2.exp: New test.
5742
63e43d3a
PMR
57432015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5744
5745 * gdb.base/nested-subp1.exp: New file.
5746 * gdb.base/nested-subp1.c: New file.
5747 * gdb.base/nested-subp2.exp: New file.
5748 * gdb.base/nested-subp2.c: New file.
5749 * gdb.base/nested-subp3.exp: New file.
5750 * gdb.base/nested-subp3.c: New file.
5751
3d40fbb5
PA
57522015-08-24 Pedro Alves <palves@redhat.com>
5753
5754 * gdb.server/connect-without-multi-process.c: New file.
5755 * gdb.server/connect-without-multi-process.exp: New file.
5756
4422ac93
LM
57572015-08-24 Luis Machado <lgustavo@codesourcery.com>
5758
5759 * gdb.opt/inline-markers.c: Make z int.
5760
91dddb86
LM
57612015-08-24 Luis Machado <lgustavo@codesourcery.com>
5762
5763 * gdb.opt/inline-markers.c: Make z volatile.
5764
a48847ee
LM
57652015-08-24 Luis Machado <lgustavo@codesourcery.com>
5766
5767 * gdb.opt/inline-bt.c: New volatile global z.
5768 * gdb.opt/inline-cmds.c: Likewise.
5769 * gdb.opt/inline-locals.c: Likewise.
5770 * gdb.opt/inline-markers.c: New extern global z.
5771 (marker): Use z.
5772 (inline_fn): Likewise.
5773
0ebbc52b
PA
57742015-08-24 Pedro Alves <palves@redhat.com>
5775
5776 * config/m32r-stub.exp: Remove file.
5777 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5778 * gdb.base/call-rt-st.exp: Likewise.
5779 * gdb.base/call-strs.exp: Likewise.
5780 * gdb.base/default.exp: Remove references to h8300-*-hms and
5781 *-*-udi*.
5782 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5783
77c365df
AA
57842015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5785
5786 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5787 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5788 and "return" use KFAIL when GDB can not read/write the vector
5789 return value.
5790
4313b8c0
GB
57912015-08-21 Gary Benson <gbenson@redhat.com>
5792
5793 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5794
0e433b32
PA
57952015-08-20 Pedro Alves <palves@redhat.com>
5796
5797 * gdb.server/solib-list.exp: No longer expect an interior stop in
5798 non-stop mode.
5799
221e1a37
PA
58002015-08-20 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.server/connect-stopped-target.c: New file.
5803 * gdb.server/connect-stopped-target.exp: New file.
5804
40e3ad0e
PA
58052015-08-20 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.dwarf2/comp-unit-lang.exp: New file.
5808 * gdb.dwarf2/comp-unit-lang.c: New file.
5809
af39b327
PMR
58102015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5811
5812 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5813 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5814
7d45c7c3 58152015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5816
7d45c7c3
KB
5817 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5818 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5819
4d6cceb4
DE
58202015-08-18 Doug Evans <dje@google.com>
5821 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5822
5823 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5824 skip_python_tests. New arg prompt_regexp.
5825 (skip_python_tests): New function.
5826 * lib/mi-support.exp (mi_skip_python_tests): New function.
5827 * gdb.python/py-mi-objfile-gdb.py: New file.
5828 * gdb.python/py-mi-objfile.c: New file.
5829 * gdb.python/py-mi-objfile.exp: New file.
5830
ad89c2aa
KS
58312015-08-17 Keith Seitz <keiths@redhat.com>
5832
5833 * gdb.linespec/explicit.exp: Move strace test from here ...
5834 * gdb.trace/strace.exp: ... to here.
5835
e3ae3c43
PP
58362015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5837
5838 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5839 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5840
604b2636
DE
58412015-08-14 Doug Evans <xdje42@gmail.com>
5842
5843 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5844 inferior before selecting a new file.
5845
6ff0ba5f
DE
58462015-08-14 Doug Evans <xdje42@gmail.com>
5847
5848 * gdb.mi/mi-disassemble.exp: Update.
5849 * gdb.base/disasm-optim.S: New file.
5850 * gdb.base/disasm-optim.c: New file.
5851 * gdb.base/disasm-optim.h: New file.
5852 * gdb.base/disasm-optim.exp: New file.
5853
9ca98f92
KS
58542015-08-14 Keith Seitz <keiths@redhat.com>
5855
5856 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5857 "evaluated-by".
5858
52bbc560
JB
58592015-08-13 Joel Brobecker <brobecker@adacore.com>
5860
5861 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5862
5d8c3ed3
PMR
58632015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5864
5865 * gdb.ada/fun_renaming.exp: New testcase.
5866 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5867 * gdb.ada/fun_renaming/pack.adb: New file.
5868 * gdb.ada/fun_renaming/pack.ads: New file.
5869
ea8812bc
KS
58702015-08-12 Keith Seitz <keiths@redhat.com>
5871
5872 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5873 gdb_get_line_number.
5874
4dafcdeb
JB
58752015-08-12 Joel Brobecker <brobecker@adacore.com>
5876
5877 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5878 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5879 gdb.base/dso2dso.exp: New files.
5880
5ba32597
SDJ
58812015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5882 Pedro Alves <palves@redhat.com>
5883 Keith Seitz <keiths@redhat.com>
5884
5885 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5886 GDBFLAGS.
5887
b6dafabf
PP
58882015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5889
5890 * gdb.base/gdbhistsize-history.exp
5891 (test_histsize_history_setting): Use save_vars.
5892 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5893 Use save_vars.
5894 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5895 * gdb.base/readline.exp: Use save_vars.
5896
abe8e607
PP
58972015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5898
5899 * lib/gdb.exp (save_vars): New proc.
5900
629500fa
KS
59012015-08-11 Keith Seitz <keiths@redhat.com>
5902
5903 * gdb.base/help.exp: Update help_breakpoint_text.
5904
eb8c4e2e
KS
59052015-08-11 Keith Seitz <keiths@redhat.com>
5906
5907 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5908 (at toplevel): Call test_explicit_breakpoints.
5909 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5910 breakpoints.
5911 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5912 breakpoint conditions, "-cond".
5913
87f0e720
KS
59142015-08-11 Keith Seitz <keiths@redhat.com>
5915
5916 * gdb.linespec/3explicit.c: New file.
5917 * gdb.linespec/cpexplicit.cc: New file.
5918 * gdb.linespec/cpexplicit.exp: New file.
5919 * gdb.linespec/explicit.c: New file.
5920 * gdb.linespec/explicit.exp: New file.
5921 * gdb.linespec/explicit2.c: New file.
5922 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5923 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5924 before using in the matching pattern.
5925 Clarify that `prefix' is a regular expression.
5926
f00aae0f
KS
59272015-08-11 Keith Seitz <keiths@redhat.com>
5928
5929 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5930 test.
5931 Add tests for missing ",FMT" and ",".
5932
e27852be
DE
59332015-08-10 Doug Evans <dje@google.com>
5934 Keith Seitz <keiths@redhat.com>
5935
5936 PR gdb/17960
5937 * gdb.base/completion.exp: Add location completer tests.
5938
7f03bd92
PA
59392015-08-07 Pedro Alves <palves@redhat.com>
5940
5941 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5942 tests here.
5943 (top level): Run do_test with and without displaced stepping.
5944
3fc8eb30
PA
59452015-08-07 Pedro Alves <palves@redhat.com>
5946
5947 * gdb.base/valgrind-disp-step.c: New file.
5948 * gdb.base/valgrind-disp-step.exp: New file.
5949
d4569d7b
PA
59502015-08-07 Pedro Alves <palves@redhat.com>
5951
5952 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5953 Delete function.
5954 (main): Add alarm. Run an infinite loop instead of calling
5955 wait_threads.
5956 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5957 comment.
5958 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5959 Delete function.
5960 (main): Add alarm. Run an infinite loop instead of calling
5961 wait_threads.
5962 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5963 comment.
5964
e1316e60
PA
59652015-08-07 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.base/checkpoint-ns.exp: New file.
5968 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5969 standard_testfile.
5970
da8c46d2
MM
59712015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5972
5973 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5974 * gdb.btrace/instruction_history.exp: Update.
5975 * gdb.btrace/tsx.exp: New.
5976 * gdb.btrace/tsx.c: New.
5977
de1c2c52
PA
59782015-08-06 Pedro Alves <palves@redhat.com>
5979
5980 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5981 increase timeout.
5982 * gdb.reverse/until-precsave.exp: Bump timeouts.
5983
782e0bf4
PA
59842015-08-06 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5987
83e97ed0
PA
59882015-08-06 Pedro Alves <palves@redhat.com>
5989
5990 PR gdb/18749
5991 * gdb.threads/process-dies-while-handling-bp.c: New file.
5992 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5993
863d01bd
PA
59942015-08-06 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5997 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5998
0a39bb32
PA
59992015-08-05 Pedro Alves <palves@redhat.com>
6000
6001 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6002 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6003
ee2d2b10
SL
60042015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6005
6006 * gdb.base/bp-permanent.exp: Report test as unsupported if
6007 the target cannot stop at the permanent breakpoint.
6008
4e1bdb00
DE
60092015-08-03 Doug Evans <dje@google.com>
6010
6011 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6012 10000.
6013
3d338901
DE
60142015-08-03 Doug Evans <dje@google.com>
6015
6016 * Makefile.in (workers/%.worker, build-perf): New rule.
6017 (GDB_PERFTEST_MODE): New variable.
6018 (check-perf): Use it.
6019 (clean): Clean up gdb.perf parallel build subdirs.
6020 * lib/build-piece.exp: New file.
6021 * lib/gdb.exp (make_gdb_parallel_path): New function
6022 (standard_output_file, standard_temp_file): Call it.
6023 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6024 of $GDB_PARALLEL.
6025 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6026
af061d3e
DE
60272015-08-03 Doug Evans <dje@google.com>
6028
8e1afc81 6029 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
6030 (LOG_FILE_NAME): New global.
6031 (TextReporter.__init__): Initialize self.txt_sum.
6032 (TextReporter.report): Add support for multiple data-points.
6033 Move report to perftest.sum, put raw data in perftest.log.
6034 (TextReporter.start): Open sum and log files.
6035 (TextReporter.end): Close sum and log files.
8e1afc81
DE
6036 * gdb.perf/lib/perftest/testresult.py
6037 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 6038
2c8c5d37
PA
60392015-07-31 Pedro Alves <palves@redhat.com>
6040
6041 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6042 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6043 kill_wait_spawned_process instead of explicit "kill -9".
6044 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6045 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6046 kill_wait_spawned_process.
6047 * gdb.base/attach-twice.exp: Likewise.
6048 * gdb.base/attach.exp: Likewise.
6049 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6050 gdb_test_multiple.
6051 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6052 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6053 kill_wait_spawned_process.
6054 * gdb.base/valgrind-infcall.exp: Likewise.
6055 * gdb.multi/multi-attach.exp: Likewise.
6056 * gdb.python/py-prompt.exp: Likewise.
6057 * gdb.python/py-sync-interp.exp: Likewise.
6058 * gdb.server/ext-attach.exp: Likewise.
6059 * gdb.threads/attach-into-signal.exp (corefunc): Use
6060 spawn_wait_for_attach, spawn_id_get_pid and
6061 kill_wait_spawned_process.
6062 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6063 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6064 spawn_id_get_pid and kill_wait_spawned_process.
6065 * gdb.threads/attach-stopped.exp (corefunc): Use
6066 spawn_wait_for_attach, spawn_id_get_pid and
6067 kill_wait_spawned_process.
6068 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6069 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6070 kill_wait_spawned_process instead of explicit "kill -9".
6071 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6072 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6073 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6074 processes. Don't map cygwin/windows pids here. Now returns a
6075 spawn id list.
6076
032a0fca
SL
60772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6078
6079 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6080 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6081 correct patch.
6082
61a934ca
SL
60832015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6084
6085 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6086
4bc4d428
SL
60872015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6088
6089 Reapply:
6090 2014-05-21 Mark Wielaard <mjw@redhat.com>
6091
6092 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6093
998d452a
PA
60942015-07-30 Pedro Alves <palves@redhat.com>
6095
6096 * linux-low.c (handle_extended_wait): Set the child's last
6097 reported status to TARGET_WAITKIND_STOPPED.
6098
69dde7dc
PA
60992015-07-30 Pedro Alves <palves@redhat.com>
6100
6101 PR threads/18600
6102 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6103 only shows inferior 1.
6104
4dd63d48
PA
61052015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6106 Pedro Alves <palves@redhat.com>
6107
6108 PR threads/18600
6109 * gdb.threads/fork-plus-threads.c: New file.
6110 * gdb.threads/fork-plus-threads.exp: New file.
6111
d618e4c5
PP
61122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6113
6114 * gdb.base/batch-preserve-term-settings.exp
6115 (test_terminal_settings_preserved_after_cli_exit): Use
6116 send_quit_command.
6117
1eef6428
PA
61182015-07-29 Pedro Alves <palves@redhat.com>
6119 Don Breazeal <donb@codesourcery.com>
6120
6121 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6122 output from both inferior_spawn_id and gdb_spawn_id.
6123
7da5b897
SDJ
61242015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6125
6126 * gdb.threads/attach-into-signal.exp (corefunc): Use
6127 with_test_prefix on nested loops, uniquefying the test messages.
6128
dac804df
SDJ
61292015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6130
6131 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6132 commit.
6133
06265e53
PP
61342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6135
6136 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6137 New proc.
6138 (test_terminal_settings_preserved_after_sigterm): New test.
6139
18206ca3
PP
61402015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6141
6142 * gdb.base/batch-preserve-term-settings.exp
6143 (test_terminal_settings_preserved_after_cli_exit): New test.
6144
90074d11
PP
61452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6146
6147 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6148 manipulation of saved_gdbflags.
6149 (test_terminal_settings_preserved): Remove global declaration of
6150 the unused variable pagination_prompt. Remove manipulation of
6151 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6152 GDBFLAGS.
6153
eb1a7902
PA
61542015-07-29 Pedro Alves <palves@redhat.com>
6155
6156 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6157
8b75dd3b
PA
61582015-07-29 Pedro Alves <palves@redhat.com>
6159
6160 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6161 at the top.
6162
dedad4e3
PA
61632015-07-29 Pedro Alves <palves@redhat.com>
6164
6165 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6166 (main): Call gdb_unbuffer_output.
6167 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6168 (main): Call gdb_unbuffer_output.
6169 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6170 (main): Call gdb_unbuffer_output.
6171 * gdb.base/call-strs.exp: Adjust to step over the
6172 gdb_unbuffer_output call.
6173 * gdb.base/catch-gdb-caused-signals.c: Include
6174 "../lib/unbuffer_output.c".
6175 (main): Call gdb_unbuffer_output.
6176 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6177 (main): Call gdb_unbuffer_output.
6178 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6179 (main): Call gdb_unbuffer_output.
6180 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6181 (main): Call gdb_unbuffer_output.
6182 * gdb.base/shlib-call.exp: Adjust to step over the
6183 gdb_unbuffer_output call.
6184 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6185 (main): Call gdb_unbuffer_output.
6186 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6187 (main): Call gdb_unbuffer_output.
6188 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6189 (main): Rename to ...
6190 (test): ... this.
6191 (main): Reimplement.
6192 * gdb.base/varargs.exp: Run to test instead of to main.
6193 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6194 (main): Call gdb_unbuffer_output.
6195
58789a91
PA
61962015-07-29 Pedro Alves <palves@redhat.com>
6197
6198 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6199 factore out from mi_continue_dprintf. For call-style dprintfs,
6200 expect dprintf output out of $inferior_spawn_id.
6201 (mi_continue_dprintf): Use mi_expect_dprintf.
6202 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6203 (main): Call gdb_unbuffer_output.
6204
e8376742
PA
62052015-07-29 Pedro Alves <palves@redhat.com>
6206
6207 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6208 (default_mi_gdb_start): Set inferior_spawn_id instead of
6209 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6210 gdb_spawn_id.
6211 (mi_gdb_test): Always expect inferior output from both
6212 $inferior_spawn_id and $gdb_spawn_id.
6213
08280010
PA
62142015-07-29 Pedro Alves <palves@redhat.com>
6215
6216 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6217 send_inferior and $inferior_spawn_id.
6218
4d30e432
PA
62192015-07-29 Pedro Alves <palves@redhat.com>
6220
6221 * gdb.gdb/complaints.exp (test_initial_complaints)
6222 (test_serial_complaints, test_short_complaints): Use
6223 gdb_test_stdio.
6224 (test_empty_complaint): Handle $inferior_spawn_id !=
6225 $gdb_spawn_id.
6226
0d30a335
PA
62272015-07-29 Pedro Alves <palves@redhat.com>
6228
6229 * gdb.base/varargs.exp: Use gdb_test_stdio.
6230
39413b29
PA
62312015-07-29 Pedro Alves <palves@redhat.com>
6232
6233 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6234
7cb000a9
PA
62352015-07-29 Pedro Alves <palves@redhat.com>
6236
6237 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6238
d7b8ac82
PA
62392015-07-29 Pedro Alves <palves@redhat.com>
6240
6241 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6242 parameter into two new parameters, "inf_result" and "gdb_result".
6243 Expect inferior output and gdb output from $inferior_spawn_id and
6244 $gdb_spawn_id, respectively. Adjust all callers.
6245
789c3a0c
PA
62462015-07-29 Pedro Alves <palves@redhat.com>
6247
6248 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6249 of gdb_test_sequence.
6250
77e760c3
PA
62512015-07-29 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6254 (saw_spurious_output): Expect inferior output from
6255 $inferior_spawn_id. Use gdb_test_stdio.
6256
8396d2cd
PA
62572015-07-29 Pedro Alves <palves@redhat.com>
6258
6259 * gdb.base/dprintf.exp: Use standard_testfile. Change
6260 prepare_for_testing call.
6261 (srcfile): Don't set.
6262 (restart): New procedure.
6263 (test_dprintf): New procecure, use to continue over dprintfs.
6264 (test_call, test_agent): New procedures, tests moved here.
6265 Restart gdb and recreate dprintfs. Adjust expected output.
6266
2051d61f
PA
62672015-07-29 Pedro Alves <palves@redhat.com>
6268
6269 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6270
452397af
PA
62712015-07-29 Pedro Alves <palves@redhat.com>
6272
6273 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6274
8aed9555
PA
62752015-07-29 Pedro Alves <palves@redhat.com>
6276
6277 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6278 gdb_test_stdio.
6279
188a61b4
PA
62802015-07-29 Pedro Alves <palves@redhat.com>
6281
6282 * lib/gdb.exp (gdb_test_stdio): New procedure.
6283
12264a45
PA
62842015-07-29 Pedro Alves <palves@redhat.com>
6285
6286 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6287
23ffc893
PA
62882015-07-29 Pedro Alves <palves@redhat.com>
6289
6290 * gdb.base/call-signal-resume.exp: Remove check for
6291 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6292 * gdb.base/unwindonsignal.exp: Likewise.
6293 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6294 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6295
65566918
PA
62962015-07-29 Pedro Alves <palves@redhat.com>
6297
6298 * gdb.base/siginfo-addr.c (pass): New function.
6299 (handler): Call it iff si_addr is correct.
6300 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6301 Set a breakpoint at "pass" and continue to it.
6302
d60a9221
SDJ
63032015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6304
6305 * gdb.python/py-objfile.exp: Make some tests have unique names.
6306 * gdb.python/py-pp-registration.exp: Likewise.
6307
bde40b8f
PA
63082015-07-28 Pedro Alves <palves@redhat.com>
6309
6310 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6311
13e1dec8
SM
63122015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6313
6314 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6315
da33c9a7
SM
63162015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6317
6318 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6319
077836f7
PP
63202015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6321
6322 * gdb.base/gdb-sigterm-2.exp: New test.
6323
b8cc7b2e
DE
63242015-07-25 Doug Evans <xdje42@gmail.com>
6325
6326 Revert:
6327 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6328 (workers/%.worker, build-perf): New rule.
6329 (GDB_PERFTEST_MODE): New variable.
6330 (check-perf): Use it.
6331 (clean): Clean up gdb.perf parallel build subdirs.
6332 * lib/build-piece.exp: New file.
6333 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6334 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6335 name.
6336 (standard_temp_file): Ditto.
6337 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6338 of $GDB_PARALLEL.
6339
c8bd4544
DE
63402015-07-24 Doug Evans <dje@google.com>
6341
6342 * gdb.perf/lib/perftest/utils.py: New file.
6343 * gdb.perf/gm-hello.cc: New file.
6344 * gdb.perf/gm-pervasive-typedef.cc: New file.
6345 * gdb.perf/gm-pervasive-typedef.h: New file.
6346 * gdb.perf/gm-std.cc: New file.
6347 * gdb.perf/gm-std.h: New file.
6348 * gdb.perf/gm-use-cerr.cc: New file.
6349 * gdb.perf/gm-utils.h: New file.
6350 * gdb.perf/gmonster-null-lookup.py: New file.
6351 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6352 * gdb.perf/gmonster-print-cerr.py: New file.
6353 * gdb.perf/gmonster-ptype-string.py: New file.
6354 * gdb.perf/gmonster-runto-main.py: New file.
6355 * gdb.perf/gmonster-select-file.py: New file.
6356 * gdb.perf/gmonster1-null-lookup.exp: New file.
6357 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6358 * gdb.perf/gmonster1-print-cerr.exp: New file.
6359 * gdb.perf/gmonster1-ptype-string.exp: New file.
6360 * gdb.perf/gmonster1-runto-main.exp: New file.
6361 * gdb.perf/gmonster1-select-file.exp: New file.
6362 * gdb.perf/gmonster1.cc: New file.
6363 * gdb.perf/gmonster1.exp: New file.
6364 * gdb.perf/gmonster2-null-lookup.exp: New file.
6365 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6366 * gdb.perf/gmonster2-print-cerr.exp: New file.
6367 * gdb.perf/gmonster2-ptype-string.exp: New file.
6368 * gdb.perf/gmonster2-runto-main.exp: New file.
6369 * gdb.perf/gmonster2-select-file.exp: New file.
6370 * gdb.perf/gmonster2.cc: New file.
6371 * gdb.perf/gmonster2.exp: New file.
6372
6eab34f3
DE
63732015-07-24 Doug Evans <dje@google.com>
6374
6375 * gdb.perf/README: New file.
6376 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6377 * lib/gen-perf-test.exp: New file.
6378
63738bfd
DE
63792015-07-24 Doug Evans <dje@google.com>
6380
6381 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6382 (PerfTest::startup): New function.
6383 (PerfTest::run): Return result of calling body.
6384 (PerfTest::assemble): Rewrite.
6385 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6386 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6387 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6388 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6389 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6390
7b606f95
DE
63912015-07-24 Doug Evans <dje@google.com>
6392
6393 * lib/gdb.exp (clean_restart): Make executable optional.
6394
a97b16b8
DE
63952015-07-24 Doug Evans <dje@google.com>
6396
6397 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6398 compiler_info references.
6399 * gdb.cp/temargs.exp: Ditto.
6400 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6401 (get_compiler_info): Early exit if already computed. Set compiler_info
6402 to "unknown" if there was a problem.
6403 (test_compiler_info): Add function comment. Call get_compiler_info.
6404
35baa57f
DE
64052015-07-24 Doug Evans <dje@google.com>
6406
6407 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6408 (workers/%.worker, build-perf): New rule.
6409 (GDB_PERFTEST_MODE): New variable.
6410 (check-perf): Use it.
6411 (clean): Clean up gdb.perf parallel build subdirs.
6412 * lib/build-piece.exp: New file.
6413 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6414 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6415 name.
6416 (standard_temp_file): Ditto.
6417 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6418 of $GDB_PARALLEL.
6419
6ebea266
DE
64202015-07-24 Doug Evans <dje@google.com>
6421
6422 * lib/future.exp (gdb_default_target_compile): New option
6423 "early_flags".
6424 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6425 --as-needed.
6426
1e76a7e9
SDJ
64272015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6428
6429 * gdb.base/catch-syscall.exp: Call gdb_exit before
6430 gdb_skip_xml_test.
6431
5068630a
PA
64322015-07-24 Pedro Alves <palves@redhat.com>
6433
6434 * gdb.python/py-events.exp: Accept output between the stop event
6435 and the prompt.
6436 * gdb.python/py-evsignal.exp: Likewise.
6437 * gdb.python/py-evthreads.exp: Likewise.
6438
77598427
PA
64392015-07-24 Pedro Alves <palves@redhat.com>
6440
6441 PR gdb/18717
6442 * gdb.threads/non-ldr-exit.c: New file.
6443 * gdb.threads/non-ldr-exit.exp: New file.
6444
11e6c98f
YQ
64452015-07-24 Yao Qi <yao.qi@linaro.org>
6446
6447 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6448 restarting process.
6449
51aee833
YQ
64502015-07-24 Yao Qi <yao.qi@linaro.org>
6451
6452 * gdb.server/ext-restart.exp: New file.
6453
8cfe207c
YQ
64542015-07-24 Yao Qi <yao.qi@linaro.org>
6455
6456 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6457 argument options.
6458 * gdb.server/ext-wrapper.exp: New file.
6459
cc12ce38
DE
64602015-07-23 Doug Evans <dje@google.com>
6461
6462 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6463 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6464
d0d84780
PMR
64652015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6466
6467 * gdb.ada/var_arr_typedef.exp: New testcase.
6468 * gdb.ada/var_arr_typedef/pack.adb: New file.
6469 * gdb.ada/var_arr_typedef/pack.ads: New file.
6470 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6471
8b558f79
JB
64722015-07-20 Joel Brobecker <brobecker@adacore.com>
6473
6474 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6475
775a3298
JK
64762015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6477
6478 * gdb.arch/i386-biarch-core.exp: Replace istarget
6479 by "complete set gnutarget". Remove expectation for the "core-file"
6480 command.
6481
db1ff28b
JK
64822015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6483
6484 Revert the previous commit:
6485 Tests for validate symbol file using build-id.
6486
0a94970d
JK
64872015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6488
6489 Tests for validate symbol file using build-id.
6490 * gdb.base/solib-mismatch-lib.c: New file.
6491 * gdb.base/solib-mismatch-libmod.c: New file.
6492 * gdb.base/solib-mismatch.c: New file.
6493 * gdb.base/solib-mismatch.exp: New file.
6494
03346981
SL
64952015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6496
6497 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6498 nios2-*-linux*.
6499 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6500 * gdb.base/siginfo.exp: Likewise.
6501 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6502
42422cc7
PL
65032015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6504
6505 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6506 Move it to ...
6507 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6508 ... here.
6509 * gdb.trace/range-stepping.exp: Check that the target supports
6510 range stepping.
6511
cfa68bae
JK
65122015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6513
6514 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6515
8ffdba26
PA
65162015-07-14 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.base/killed-outside.exp: New file.
6519 * gdb.base/killed-outside.c: New file.
6520
218a5a11
JK
65212015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6522
6523 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6524 (n at main): New.
6525 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6526
e03ed3c6
AA
65272015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6528
6529 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6530 infcall tests instead of setting up for KFAIL.
6531
485668e5
MM
65322015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6533
6534 * gdb.btrace/record_goto-step.exp: New.
6535
08464196
JK
65362015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6537
6538 PR compile/18484
6539 * gdb.compile/compile.c (struct struct_type): Add volatile to
6540 selffield's type.
6541 * gdb.compile/compile.exp
6542 (compile code struct_object.selffield = &struct_object): Skip further
6543 struct_object tests if this one xfails.
6544
bcf5c1d9
RC
65452015-07-08 Robert O'Callahan <robert@ocallahan.org>
6546
6547 PR exp/18617
6548 * gdb.trace/ax.exp: Add test.
6549
4931af25
YQ
65502015-07-07 Yao Qi <yao.qi@linaro.org>
6551
6552 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6553 instead of istarget "aarch64*-*-*".
6554 * gdb.arch/aarch64-fp.exp: Likewise.
6555 * gdb.base/float.exp: Likewise.
6556 * gdb.reverse/aarch64.exp: Likewise.
6557 * lib/gdb.exp (is_aarch64_target): New proc.
6558
9fcf688e
YQ
65592015-07-07 Yao Qi <yao.qi@linaro.org>
6560
6561 * lib/gdb.exp (is_aarch32_target): New proc.
6562 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6563 instead of "istarget "arm*-*-*"".
6564 * gdb.arch/arm-disp-step.exp: Likewise.
6565 * gdb.arch/thumb-bx-pc.exp: Likewise.
6566 * gdb.arch/thumb-prologue.exp: Likewise.
6567 * gdb.arch/thumb-singlestep.exp: Likewise.
6568 * gdb.base/disp-step-syscall.exp: Likewise.
6569 * gdb.base/float.exp: Likewise.
6570
fbd8d50d
YQ
65712015-07-07 Yao Qi <yao.qi@linaro.org>
6572
6573 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6574 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6575
71be1fdc
YQ
65762015-07-07 Yao Qi <yao.qi@linaro.org>
6577
6578 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6579 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6580 if it exists.
6581 * gdb.multi/multi-arch.exp: Likewise.
6582
3e221d36
SM
65832015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6584
6585 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6586 print.
6587
d441430b
YQ
65882015-07-07 Yao Qi <yao.qi@linaro.org>
6589
6590 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6591
06f810bd
MG
65922015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6593
6594 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6595 '[' and ']' characters.
6596
5e61e7c0
IB
65972015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6598
6599 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6600
28bf096c
PA
66012015-06-29 Pedro Alves <palves@redhat.com>
6602
6603 PR threads/18127
6604 * gdb.threads/hand-call-new-thread.c: New file.
6605 * gdb.threads/hand-call-new-thread.c: New file.
6606
ee93cd5e
KS
66072015-06-26 Keith Seitz <keiths@redhat.com>
6608 Doug Evans <dje@google.com>
6609
6610 PR 16253
6611 * gdb.cp/var-tag-2.cc: New file.
6612 * gdb.cp/var-tag-3.cc: New file.
6613 * gdb.cp/var-tag-4.cc: New file.
6614 * gdb.cp/var-tag.cc: New file.
6615 * gdb.cp/var-tag.exp: New file.
6616
fc637f04
PP
66172015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6618
6619 * gdb.base/history-duplicates.exp: New test.
6620
2e52ae68
PP
66212015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6622
6623 * gdb.base/completion.exp: Test the completion of the "focus"
6624 command.
6625
6e22494e
JK
66262015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6627
6628 * gdb.arch/amd64-prologue-skip.S: New file.
6629 * gdb.arch/amd64-prologue-skip.exp: New file.
6630
bf7b9cd9
SM
66312015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6632
6633 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6634 is_address_zero_readable check.
6635
201e8dfd
PB
66362015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6637
6638 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6639 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6640
5cd867b4
YQ
66412015-06-24 Yao Qi <yao.qi@linaro.org>
6642
6643 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6644 linux targets.
6645
4d7be007
YQ
66462015-06-24 Yao Qi <yao.qi@linaro.org>
6647
6648 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6649 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6650 * gdb.base/siginfo-thread.exp: Likewise.
6651
07fcd301
YQ
66522015-06-22 Yao Qi <yao.qi@linaro.org>
6653
6654 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6655
52042a00
YQ
66562015-06-22 Yao Qi <yao.qi@linaro.org>
6657
6658 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6659 aarch64*-*-*.
6660 (skip_hw_watchpoint_tests): Likewise.
6661
74bd41ce
PP
66622015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6663
6664 * gdb.base/gdbinit-history.exp: Test the interaction between
6665 setting GDBHISTSIZE and setting the history size via .gdbinit.
6666
bc460514
PP
66672015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6668
6669 PR gdb/16999
6670 * gdb.base/gdbhistsize-history.exp: New test.
6671
b58c513b
PP
66722015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6673
6674 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6675 with GDBHISTSIZE.
6676 * gdb.base/readline.exp: Likewise.
6677
92046791
YQ
66782015-06-17 Yao Qi <yao.qi@linaro.org>
6679
6680 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6681 line.
6682
2093d2d3
PP
66832015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6684
6685 * gdb.base/gdbinit-history.exp: Add test case to check that
6686 an unlimited history file does not get truncated on exit.
6687
e6c693af
AA
66882015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6689
6690 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6691 (VECTOR): New macro. Use it...
6692 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6693 ...for these typedefs.
6694 (int8, char1, int1, double1): New typedefs.
6695 (struct just_int2, struct two_int2): New structures.
6696 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6697 (add_structvecs, add_singlevecs): New functions.
6698 (main): Call add_some_intvecs twice.
6699 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6700 the compile and exit upon failure. Try compiling for the "native"
6701 architecture. Test inferior function calls with vector arguments
6702 and vector return value handling with "finish" and "return".
6703
c74f7d1c
JT
67042015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6705
6706 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6707 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6708 PE file.
6709 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6710
98aa42ee
AT
67112015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6712
6713 PR breakpoints/16465
6714 * gdb.mi/mi-dprintf-pending.c: New file.
6715 * gdb.mi/mi-dprintf-pending.exp: New test.
6716 * gdb.mi/mi-dprintf-pendshr.c: New file.
6717
7d73c23c 67182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6719 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6720
6721 * gdb.arch/i386-mpx-map.c: New file.
6722 * gdb.arch/i386-mpx-map.exp: New File.
6723
67242015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6725
6726 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6727 * gdb.arch/i386-mpx.exp: Indentation fixed.
6728
67292015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6730
6731 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6732 function and improved indentation.
6733 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6734 gdb_test_multiple. Added additional tests to skip the test.
6735
67362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6737
6738 * gdb.arch/i386-avx512.c: Change path in include file.
6739 * gdb.arch/i386-avx512.exp: Change include dir path
6740 compilation flag.
6741 * gdb.arch/i386-mpx.c: Change path in include file.
6742 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6743 flag.
6744
d5eba19a
JK
67452015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6746
6747 * gdb.compile/compile-print.exp (compile print *vararray@3)
6748 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6749
7f361056
JK
67502015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6751
6752 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6753 (do not keep jit in memory): ... this.
6754 (expect 5): Change it to ...
6755 (expect no 5): ... this.
6756
3b462ec2
SM
67572015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6758
6759 PR gdb/15564
6760 * gdb.mi/mi-detach.exp: New file.
6761
e0619de6
JK
67622015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6763
6764 PR symtab/18392
6765 * gdb.arch/amd64-tailcall-self.S: New file.
6766 * gdb.arch/amd64-tailcall-self.c: New file.
6767 * gdb.arch/amd64-tailcall-self.exp: New file.
6768
e970cb34
DB
67692015-05-28 Don Breazeal <donb@codesourcery.com>
6770
6771 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6772 tests for remote targets by checking is_target_gdbserver.
6773
b2e2f908
DE
67742015-05-27 Doug Evans <dje@google.com>
6775
6776 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6777 * gdb.dwarf2/opaque-type-lookup.c: New file.
6778 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6779
82c7be31
DE
67802015-05-26 Doug Evans <dje@google.com>
6781
6782 * gdb.cp/iostream.cc: New file.
6783 * gdb.cp/iostream.exp: New file.
6784
b4f54984
DE
67852015-05-26 Doug Evans <dje@google.com>
6786
6787 * gdb.dwarf2/dw2-op-call.exp: Update.
6788 * gdb.dwarf2/dw4-sig-types.exp: Update.
6789 * gdb.dwarf2/implptr.exp: Update.
6790 * gdb.mi/mi-cmd-param-changed.exp: Update.
6791
4ea6efe9
DE
67922015-05-26 Doug Evans <dje@google.com>
6793
6794 * gdb.python/py-lazy-string.c: New file.
6795 * gdb.python/py-lazy-string.exp: New file.
6796 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6797 (main): Update. Add estring3.
6798 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6799 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6800
f6bb7db3
YQ
68012015-05-26 Omair Javaid <omair.javaid@linaro.org>
6802 Yao Qi <yao.qi@linaro.org>
6803
6804 * gdb.reverse/aarch64.c: New.
6805 * gdb.reverse/aarch64.exp: New.
6806
a81bfbd0
OJ
68072015-05-26 Omair Javaid <omair.javaid@linaro.org>
6808
25d49b86
PA
6809 * lib/gdb.exp (supports_process_record): Return true for
6810 aarch64*-linux*.
a81bfbd0
OJ
6811 (supports_reverse): Likewise.
6812
158bf1b4
PP
68132015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6814
6815 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6816 Use with_test_prefix.
6817
a0145030
AB
68182015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6819
6820 * gdb.base/completion.exp: Add test for completion of layout
6821 names.
6822
ebe3b578
AB
68232015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6824
6825 * lib/gdb.exp (skip_tui_tests): New proc.
6826 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6827
84204ed7
PA
68282015-05-19 Pedro Alves <palves@redhat.com>
6829
6830 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6831 Save the whole env array instead of just HOME. Unset HISTSIZE in
6832 the environment while testing. Restore whole environment
6833 afterwards.
6834
37442ce1
DE
68352015-05-16 Doug Evans <xdje42@gmail.com>
6836
6837 * gdb.guile/scm-ports.c: New file.
6838 * gdb.guile/scm-ports.exp: Add memory port tests.
6839
36de76f9
JK
68402015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6841
6842 * gdb.compile/compile-print.c: New file.
6843 * gdb.compile/compile-print.exp: New file.
6844
3a9558c4
JK
68452015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6846
6847 * gdb.compile/compile-ops.exp: Cast param to void.
6848 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6849 (compile code struct_object.selffield = &struct_object): Add xfail.
6850
aa715135
JG
68512015-05-15 Joel Brobecker <brobecker@adacore.com>
6852
6853 * gdb.ada/arr_enum_with_gap: New testcase.
6854
931e5bc3
JG
68552015-05-15 Joel Brobecker <brobecker@adacore.com>
6856
6857 * gdb.ada/byte_packed_arr: New testcase.
6858
9cd4d857
JB
68592015-05-15 Joel Brobecker <brobecker@adacore.com>
6860
6861 * gdb.ada/pckd_neg: New testcase.
6862
ebfd00d2
PP
68632015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6864
6865 PR gdb/17820
6866 * gdb.base/gdbinit-history.exp: New test.
6867 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6868 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6869
4c082a81
SC
68702015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6871
6872 * gdb.python/py-xmethods.cc: Enhance test case.
6873 * gdb.python/py-xmethods.exp: New tests.
6874 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6875 function.
6876 (B_indexoper): Likewise.
6877 (global_dm_list) : Add new xmethod worker functions.
6878
f7797074
SDJ
68792015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6880
6881 * gdb.base/coredump-filter.exp: Correctly unset
6882 "coredump_var_addr" array.
6883
a4674e4e
PA
68842015-05-08 Pedro Alves <palves@redhat.com>
6885
6886 * gdb.server/non-existing-program.exp: Unset spawn_id.
6887
df2eb078
SC
68882015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6889
6890 PR python/18291
6891 * gdb.python/py-xmethods.exp: Add tests.
6892
422349a3
YQ
68932015-05-08 Yao Qi <yao.qi@linaro.org>
6894
6895 PR gdb/18208
6896 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6897 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6898 function set_coredump_filter, and remove remote_exec call.
6899 Remove argument ipid. Callers update.
6900 (top level): Don't get inferior's PID.
6901
63fc80ce
AA
69022015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6903
6904 * gdb.base/watch_thread_num.exp: Skip test on targets without
6905 access watchpoints.
6906
80ad801e
PA
69072015-05-06 Pedro Alves <palves@redhat.com>
6908
6909 PR server/18081
6910 * gdb.server/non-existing-program.exp: New file.
6911
0fa7fe50
JB
69122015-05-05 Joel Brobecker <brobecker@adacore.com>
6913
6914 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6915
3ea89b92
PMR
69162015-05-05 Joel Brobecker <brobecker@adacore.com>
6917
6918 * gdb.ada/out_of_line_in_inlined: New testcase.
6919
87b8eff0
JB
69202015-05-05 Joel Brobecker <brobecker@adacore.com>
6921
6922 * gdb.ada/var_rec_arr: New testcase.
6923
5fccc635
YQ
69242015-04-30 Yao Qi <yao.qi@linaro.org>
6925
6926 * gdb.base/break-idempotent.exp: If
6927 skip_hw_watchpoint_multi_tests returns true, skip the tests
6928 on "rwatch" and "awatch".
6929
42d38f42
YQ
69302015-04-30 Yao Qi <yao.qi@linaro.org>
6931
6932 * gdb.base/relativedebug.exp: Invoke gdb command
6933 "info sharedlibrary", and if libc.so doesn't have debug info,
6934 skip the test.
6935
2ce1cdbf
DE
69362015-04-29 Doug Evans <dje@google.com>
6937
6938 * gdb.python/py-xmethods.exp: Add ptype tests.
6939 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6940 get_result_type method.
6941
f24a38c5
LM
69422015-04-29 Luis Machado <lgustavo@codesourcery.com>
6943
6944 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6945 the target does not support hardware watchpoints.
6946
ecbf2b3c
LM
69472015-04-29 Luis Machado <lgustavo@codesourcery.com>
6948
6949 * gdb.base/break-always.exp: Abort testing if writing to memory
6950 causes an error.
6951
34f5f757
DE
69522015-04-28 Doug Evans <dje@google.com>
6953
6954 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6955 * gdb.python/py-pp-registration.exp: ... here. New file.
6956 * gdb.python/py-pp-registration.c: New file.
6957 * gdb.python/py-pp-registration.py: New file.
6958
69b4374a
DE
69592015-04-28 Doug Evans <dje@google.com>
6960
6961 * gdb.python/py-bad-printers.c: New file.
6962 * gdb.python/py-bad-printers.py: New file.
6963 * gdb.python/py-bad-printers.exp: New file.
6964
59fb7612
SS
69652015-04-28 Sasha Smundak <asmundak@google.com>
6966
6967 * gdb.python/py-type.exp: New test.
6968
2631b16a
AW
69692015-04-28 Andy Wingo <wingo@igalia.com>
6970
6971 * gdb.python/py-parameter.exp:
6972 * gdb.guile/scm-parameter.exp: Escape the path that we are
6973 matching against, as it might contain characters that are special
6974 to regular expressions.
6975
460efde1
JB
69762015-04-27 Joel Brobecker <brobecker@adacore.com>
6977
6978 * gdb.ada/rec_comp: New testcase.
6979
2d369d8e
SDJ
69802015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6981
6982 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6983 before using it.
6984
cf75d6c3
AB
69852015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6986
6987 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6988 new tests for verilog output.
6989
8dbe7ca5
YQ
69902015-04-24 Yao Qi <yao.qi@linaro.org>
6991
6992 * boards/remote-gdbserver-on-localhost.exp: New file.
6993
4ef9fb2f
PA
69942015-04-23 Pedro Alves <palves@redhat.com>
6995
6996 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6997 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6998 "end of file", remove $inferior_spawn_id from the indirect list.
6999
0a803169
PA
70002015-04-23 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7003
749ef8f8
PA
70042015-04-23 Pedro Alves <palves@redhat.com>
7005
7006 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7007 on $any_spawn_id instead of only on $gdb_spawn_id.
7008
8aae4344
PM
70092015-04-21 Pierre Muller <muller@sourceware.org>
7010
7011 PR pascal/17815
7012 * lib/pascal.exp (gpc_compile): Add new option "class".
7013 (fpc_compile): Likewise.
7014 * gdb.pascal/case-insensitive-symbols.pas: New file.
7015 * gdb.pascal/case-insensitive-symbols.exp: New file.
7016
1586c8fb
GB
70172015-04-20 Gary Benson <gbenson@redhat.com>
7018
7019 * gdb.base/attach.exp: Fix three extended remote failures.
7020
1b6e6f5c
GB
70212015-04-17 Gary Benson <gbenson@redhat.com>
7022
7023 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7024 the main executable over the remote protocol.
7025
e797481d
PA
70262015-04-16 Pedro Alves <palves@redhat.com>
7027
7028 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7029 a new gdbserver if gdbserver_reconnect_p is set.
7030
1ca99c42
PA
70312015-04-16 Pedro Alves <palves@redhat.com>
7032
7033 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7034 is set, don't exit gdbserver.
7035
af9fd6f8
AA
70362015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7037
7038 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7039 appropriate .insn, such that an older assembler can be used.
7040 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7041 the z/Architecture instruction set on 31-bit targets as well.
7042
04ff1e61
AA
70432015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7044
7045 * gdb.go/handcall.exp: Remove all logic related to the first
7046 breakpoint and rely on go_runto_main instead.
7047 * gdb.go/strings.exp: Likewise.
7048 * gdb.go/unsafe.exp: Likewise.
7049 * gdb.go/hello.exp: Likewise. Also rename the remaining
7050 breakpoint marker to "breakpoint 1".
7051 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7052 * gdb.go/strings.go: Likewise.
7053 * gdb.go/unsafe.go: Likewise.
7054 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7055 "set breakpoint 2 here" and rename the remaining breakpoint marker
7056 to "breakpoint 1".
7057
40d2f8d6
SM
70582015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7059
7060 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7061 if itertools.imap is not present.
7062 * gdb.python/py-objfile.exp: Add parentheses.
7063 * gdb.python/py-type.exp: Same.
7064 * gdb.python/py-unwind-maint.py: Same.
7065
8cbc97c6
YQ
70662015-04-15 Yao Qi <yao.qi@linaro.org>
7067
7068 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7069 of ":$ptr_size" and set its form explicitly.
7070
45fd756c
YQ
70712015-04-15 Pedro Alves <palves@redhat.com>
7072 Yao Qi <yao.qi@linaro.org>
7073
7074 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7075 timeout by factor of 4.
7076 (test_regular_watch): Likewise.
7077 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7078 * gdb.reverse/sigall-reverse.exp: Likewise.
7079 * gdb.reverse/until-precsave.exp: Likewise.
7080 * lib/gdb.exp (with_timeout_factor): New proc.
7081 (gdb_expect): Move some code to ...
7082 (get_largest_timeout): ... here. New procedure.
7083
9e811bc3
LM
70842015-04-14 Luis Machado <lgustavo@codesourcery.com>
7085
7086 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7087
0ff6fcb2
LM
70882015-04-13 Luis Machado <lgustavo@codesourcery.com>
7089
7090 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7091 to write to the .text section.
7092
7578d5f7
LM
70932015-04-13 Luis Machado <lgustavo@codesourcery.com>
7094
7095 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7096 Handle the case of targets that do not provide PID information.
7097
2efe15c4
YQ
70982015-04-13 Yao Qi <yao.qi@linaro.org>
7099
7100 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7101 and use expect instead of gdb_expect.
7102
8cd8f2f8
SDJ
71032015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7104
7105 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7106 "coredump_var_addr" to avoid naming conflict with other testcases.
7107
9ee41772
PA
71082015-04-10 Pedro Alves <palves@redhat.com>
7109
7110 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7111 gdb_test_sequence and gdb_assert.
7112
07473109
PA
71132015-04-10 Pedro Alves <palves@redhat.com>
7114
7115 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7116 test messages that don't include the breakpoint address.
7117
de3db44c
YQ
71182015-04-10 Yao Qi <yao.qi@linaro.org>
7119
7120 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7121 false for some offset and width combinations which aren't
7122 supported by linux kernel.
7123
c79d856c
PA
71242015-04-10 Pedro Alves <palves@redhat.com>
7125
7126 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7127 procedure, factored out from ...
7128 (top level): ... here. Add "set displaced-stepping" testing axis.
7129 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7130 parameter "displaced". Use it.
7131 (top level): Use foreach and add "set displaced-stepping" testing
7132 axis.
7133
ebc90b50
PA
71342015-04-10 Pedro Alves <palves@redhat.com>
7135
7136 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7137 Remove comment.
7138 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7139 both the address of the instruction that triggers the watchpoint
7140 and the address of the instruction immediately after, and use
7141 those addresses for the test. Fix comment.
7142
8f572e5c
PA
71432015-04-10 Pedro Alves <palves@redhat.com>
7144
7145 * gdb.base/sigstep.exp (breakpoint_to_handler)
7146 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7147 Test "backtrace" in handler.
7148 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7149 (top level): Add new "displaced" test axis to
7150 breakpoint_to_handler, breakpoint_to_handler_entry and
7151 breakpoint_over_handler.
7152
8d707a12
PA
71532015-04-10 Pedro Alves <palves@redhat.com>
7154
7155 PR gdb/18216
7156 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7157
ef713951
YQ
71582015-04-10 Yao Qi <yao.qi@linaro.org>
7159
7160 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7161 (test_add_rn_pc): New function.
7162 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7163 (top level): Invoke test_add_rn_pc.
7164
906d60cf
PA
71652015-04-10 Pedro Alves <palves@redhat.com>
7166
7167 PR gdb/13858
7168 * gdb.base/step-over-no-symbols.exp: New file.
7169
f2983cc3
AW
71702015-04-09 Andy Wingo <wingo@igalia.com>
7171
7172 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7173 after the Python tests.
7174
6d62641c
SDJ
71752015-04-08 Keith Seitz <keiths@redhat.com>
7176
7177 PR python/16699
7178 * gdb.python/py-completion.exp: New tests for completion.
7179 * gdb.python/py-completion.py (CompleteLimit1): New class.
7180 (CompleteLimit2): Likewise.
7181 (CompleteLimit3): Likewise.
7182 (CompleteLimit4): Likewise.
7183 (CompleteLimit5): Likewise.
7184 (CompleteLimit6): Likewise.
7185 (CompleteLimit7): Likewise.
7186
f3770638
PA
71872015-04-08 Pedro Alves <palves@redhat.com>
7188
7189 PR gdb/18214
7190 PR gdb/18216
7191 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7192 function.
7193 (main): Install it as SIGUSR1 handler.
7194 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7195 parameter. Always use "setup" as prefix. Toggle "set
7196 displaced-stepping" off/on depending on global. Don't switch to
7197 thread 1 here.
7198 (top level): Add displaced stepping "off/on" test axis. Update
7199 "setup" calls. Wrap each subtest with with_test_prefix. Test
7200 continuing with a queued signal in each thread.
7201
4496bed7
PA
72022015-04-08 Pedro Alves <palves@redhat.com>
7203
7204 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7205 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7206 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7207 Return early if running to main fails.
7208 * gdb.trace/while-stepping.exp: Likewise.
7209
b97fde92
PA
72102015-04-07 Pedro Alves <palves@redhat.com>
7211
7212 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7213 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7214 interact with inferior program.
7215
f71c18e7
PA
72162015-04-07 Pedro Alves <palves@redhat.com>
7217
7218 * lib/gdb.exp (inferior_spawn_id): New global.
7219 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7220 spawn id after processing the user code.
7221 (default_gdb_start): Set inferior_spawn_id.
7222 (send_inferior): New procedure.
7223 * lib/gdbserver-support.exp (gdbserver_start): Set
7224 inferior_spawn_id.
7225 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7226
6423214f
PA
72272015-04-07 Pedro Alves <palves@redhat.com>
7228
7229 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7230 * lib/gdbserver-support.exp (gdbserver_start): Make
7231 $server_spawn_id global.
7232 (gdbserver_start): Don't wait for gdbserver's spawn id with
7233 expect_background.
7234 (close_gdbserver): New procedure.
7235 (gdb_exit): Rename the default version and reimplement.
7236
71c0ee8c
PA
72372015-04-07 Pedro Alves <palves@redhat.com>
7238
72f4393d 7239 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7240 append the substituted item, not the original item.
7241
203bc29b
PA
72422015-04-07 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7245 gdb_expect.
7246
508a3ddf
PA
72472015-04-07 Pedro Alves <palves@redhat.com>
7248
7249 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7250 output appearing once only.
7251
9f6dbe2b
PA
72522015-04-07 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7255 that doesn't expect anything. Return early if running to main
7256 fails.
7257
337532fa
YQ
72582015-04-07 Yao Qi <yao.qi@linaro.org>
7259
7260 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7261 (child_function): Call alarm.
7262 (main): Move call to alarm into the loop.
7263 * gdb.threads/non-stop-fair-events.exp: Build program with
7264 -DTIMEOUT=$timeout.
7265
01b622d4
DE
72662015-04-06 Doug Evans <xdje42@gmail.com>
7267
7268 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7269 Fix dest parameter to board_info.
7270 (fpc_compile): Ditto.
7271 (gdb_compile_pascal): Rename dest arg to destfile.
7272
961f4160
PMR
72732015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7274
7275 * gdb.ada/funcall_ref.exp: New file.
7276 * gdb.ada/funcall_ref/foo.adb: New file.
7277
cafda597
YQ
72782015-04-02 Yao Qi <yao.qi@linaro.org>
7279
7280 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7281 is remote.
7282
fed040c6
GB
72832015-04-02 Gary Benson <gbenson@redhat.com>
7284
7285 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7286
d11916aa
SS
72872015-04-01 Sasha Smundak <asmundak@google.com>
7288
7289 * gdb.python/py-unwind-maint.c: New file.
7290 * gdb.python/py-unwind-maint.exp: New test.
7291 * gdb.python/py-unwind-maint.py: New file.
7292 * gdb.python/py-unwind.c: New file.
7293 * gdb.python/py-unwind.exp: New test.
7294 * gdb.python/py-unwind.py: New test.
7295
a1471180
PA
72962015-04-01 Pedro Alves <palves@redhat.com>
7297
7298 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7299 to fail instead of non-existent $test.
7300
0bbeccb1
PA
73012015-04-01 Pedro Alves <palves@redhat.com>
7302
7303 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7304 GDBFLAGS if not empty.
7305
3c724c8c
PMR
73062015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7307
7308 * gdb.ada/complete.exp: Remove "multi_line".
7309 * gdb.ada/info_exc.exp: Remove "multi_line".
7310 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7311 * gdb.ada/ptype_field.exp: Remove "multi_line".
7312 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7313 * gdb.ada/tagged.exp: Remove "multi_line".
7314 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7315 [multi_line ...]
7316 * gdb.btrace/delta.exp: Likewise.
7317 * gdb.btrace/exception.exp: Likewise.
7318 * gdb.btrace/function_call_history.exp: Likewise.
7319 * gdb.btrace/instruction_history.exp: Likewise.
7320 * gdb.btrace/nohist.exp: Likewise.
7321 * gdb.btrace/record_goto.exp: Likewise.
7322 * gdb.btrace/segv.exp: Likewise.
7323 * gdb.btrace/stepi.exp: Likewise.
7324 * gdb.btrace/tailcall.exp: Likewise.
7325 * gdb.btrace/unknown_functions.exp: Likewise.
7326 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7327 * lib/gdb.exp: Add the "multi_line" helper.
7328
4eec2deb
PA
73292015-04-01 Pedro Alves <palves@redhat.com>
7330
7331 * gdb.threads/tid-reuse.c: New file.
7332 * gdb.threads/tid-reuse.exp: New file.
7333
df8411da
SDJ
73342015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7335
7336 PR corefiles/16092
7337 * gdb.base/coredump-filter.c: New file.
7338 * gdb.base/coredump-filter.exp: Likewise.
7339
6ef37366
PM
73402015-03-27 Petr Machata <pmachata@redhat.com>
7341
7342 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7343 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7344 (Dwarf::assemble): Initialize them.
7345 (Dwarf::lines): New function.
7346
7ec911b0
JT
73472015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7348
7349 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7350 SYMBOL_PREFIX for x86_64-*-cygwin.
7351
ff908ebf
AW
73522015-03-26 Andy Wingo <wingo@igalia.com>
7353
7354 PR symtab/18148
7355 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7356 const_value but not a location.
7357 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7358 location defined in non-main CUs are visible.
7359
6d5f0679
YQ
73602015-03-26 Yao Qi <yao.qi@linaro.org>
7361
7362 PR testsuite/18139
7363 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7364 Add a line number entry for the same line.
7365 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7366 Add a line number entry for the same line.
7367
2898689b
YQ
73682015-03-26 Yao Qi <yao.qi@linaro.org>
7369
7370 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7371 .int 0.
7372 (func): Likewise. Add .Lfunc_1 label.
7373 Use .Lfunc_1 label.
7374 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7375 .int 0.
7376 (func): Likewise.
7377 Use .Lfunc_1 label.
7378
85180498
YQ
73792015-03-26 Yao Qi <yao.qi@linaro.org>
7380
7381 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7382 Call gdb_compile instead to compile each .s files without debug
7383 information.
7384
8aa08a8d
YQ
73852015-03-26 Yao Qi <yao.qi@linaro.org>
7386
7387 * gdb.base/savedregs.exp (process_saved_regs): Make
7388 "Saved registers:" optional in the pattern.
7389
66849923
MM
73902015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7391
7392 * gdb.btrace/next.exp: Merged into step.exp.
7393 * gdb.btrace/finish.exp: Merged into step.exp.
7394 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7395 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7396 "record goto" and checking the exact replay position.
7397 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7398 check for "Recording format" in "info record" output.
7399 * gdb.btrace/record_goto.exp: Choose test file based on target.
7400 * gdb.btrace/x86-record_goto.S: Renamed into ...
7401 * gdb.btrace/x86_64-record_goto.S: ... this.
7402 * gdb.btrace/i686-record_goto.S: New.
7403 * gdb.btrace/x86-tailcall.S: Renamed into ...
7404 * gdb.btrace/x86_64-tailcall.S: ... this.
7405 * gdb.btrace/i686-tailcall.S: New.
7406 * gdb.btrace/x86-tailcall.c: Renamed into ...
7407 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7408 separate statements. Update test.
7409 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7410 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7411 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7412 * gdb.btrace/tailcall.exp: Choose test file based on target.
7413 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7414
11cc1b74
MM
74152015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7416
7417 * gdb.btrace/exception.exp: Increase BTS buffer size.
7418
a25d8bf9
PA
74192015-03-24 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7422
856e7dd6
PA
74232015-03-24 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.threads/schedlock.exp (test_step): No longer expect that
7426 "set scheduler-locking step" with "next" over a function call runs
7427 threads unlocked.
7428
ad235a41
AT
74292015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7430
7431 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7432
15630549
AT
74332015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7434
7435 PR breakpoints/16466
7436 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7437 * gdb.mi/mi-pending.c (thread_func): New function.
7438 (int main): Add threading support required.
7439 * gdb.mi/mi-pending.exp: Add tests for this issue.
7440 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7441 (pendfunc2): Remove stdio dependency.
7442 * gdb.mi/mi-pendshr2.c: New file.
7443
693dca06
KS
74442015-03-23 Keith Seitz <keiths@redhat.com>
7445
7446 * gdb.linespec/keywords.c: New file.
7447 * gdb.linespec/keywords.exp: New file.
7448
7e993ebf
KS
74492015-03-23 Keith Seitz <keiths@redhat.com>
7450
7451 PR gdb/18021
7452 * gdb.dwarf2/staticvirtual.exp: New test.
7453
bc23328c
JK
74542015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7455
7456 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7457 * README: Remove HP-UX and gdb.hp.
7458 (configuration):
7459 * configure: Regenerate.
7460 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7461 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7462 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7463 gdb.hp/gdb.defects/Makefile.
7464 * gdb.hp/Makefile.in: File deleted.
7465 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7466 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7467 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7468 * gdb.hp/gdb.aCC/run.c: File deleted.
7469 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7470 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7471 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7472 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7473 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7474 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7475 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7476 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7477 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7478 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7479 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7480 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7481 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7482 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7483 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7484 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7485 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7486 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7487 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7488 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7489 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7490 * gdb.hp/gdb.compat/average.c: File deleted.
7491 * gdb.hp/gdb.compat/sum.c: File deleted.
7492 * gdb.hp/gdb.compat/xdb.c: File deleted.
7493 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7494 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7495 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7496 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7497 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7498 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7499 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7500 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7501 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7502 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7503 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7504 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7505 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7506 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7507 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7508 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7509 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7510 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7511 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7512 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7513 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7514 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7515 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7516 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7517 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7518 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7519 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7520 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7521 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7522 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7523 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7524 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7525 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7526 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7527 * gdb.hp/tools/odump: File deleted.
7528
8bf3b159
PA
75292015-03-19 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7532 (saw_thread_3): New globals.
7533 (top level): Increment them when an event for the corresponding
7534 thread is seen.
7535 (no thread starvation): New test.
7536
eb54c8bf
PA
75372015-03-19 Pedro Alves <palves@redhat.com>
7538
7539 * gdb.threads/continue-pending-status.c: New file.
7540 * gdb.threads/continue-pending-status.exp: New file.
7541
32d2e5d6
PA
75422015-03-18 Pedro Alves <palves@redhat.com>
7543
7544 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7545 Use gdb_is_target_remote instead of is_remote. Use
7546 gdb_test_multiple instead of gdb_expect. Exit early if
7547 gdb_test_multiple hits its internal matches. Tighten stepi tests
7548 expected output. Fail on exit with any signal, instead of just
7549 SIGILL.
7550
f68f11b7
YQ
75512015-03-18 Yao Qi <yao.qi@linaro.org>
7552
7553 PR tdep/18107
7554 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7555 variable.
7556 * gdb.base/catch-syscall.exp: Don't skip it on
7557 aarch64*-*-linux* target. Remove elements in all_syscalls.
7558 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7559 target.
7560 (setup_all_syscalls): New proc.
7561
ca5fd19b
YQ
75622015-03-16 Yao Qi <yao.qi@linaro.org>
7563
7564 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7565 (top level): Skip tests if valid_addr_p returns false for
7566 $cmd1 or $cmd2.
7567
85642ba0
AW
75682015-03-11 Andy Wingo <wingo@igalia.com>
7569
7570 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7571
e03f9645
YQ
75722015-03-11 Yao Qi <yao.qi@linaro.org>
7573
7574 * gdb.base/catch-syscall.exp: Fix typo in comments.
7575
5d0962b2
YQ
75762015-03-11 Yao Qi <yao.qi@linaro.org>
7577
7578 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7579
b2df3cef
PA
75802015-03-09 Pedro Alves <palves@redhat.com>
7581
7582 * dg-extract-results.py: Delete.
7583
ef878e53
PA
75842015-03-09 Pedro Alves <palves@redhat.com>
7585
7586 Merge dg-extract-results.sh from GCC upstream (r218843).
7587
7588 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7589 * dg-extract-results.sh: Use --text with grep to avoid issues with
7590 binary files. Fall back to cat -v, if that doesn't work.
7591
9494d219
PA
75922015-03-05 Pedro Alves <palves@redhat.com>
7593
7594 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7595
a8d9763a
SM
75962015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7597
7598 * lib/mi-support.exp (mi_expect_interrupt): Accept
7599 alternative event for when in all-stop mode.
7600
be9957b8
PA
76012015-03-04 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7604
d57be0f4 76052015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7606
7607 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7608
c214c7cf
AA
76092015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7610
7611 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7612 regexps for GDB's current line display, accept a hex address
7613 preceding the line number.
7614
6d74a497
AA
76152015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7616
7617 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7618 the 'arch1' variable for "s390*-linux*" targets.
7619
511aee7c
PA
76202015-03-04 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7623 (main): Pass missing retval argument to pthread_join call.
7624
95e50b27
PA
76252015-03-02 Pedro Alves <palves@redhat.com>
7626
7627 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7628 (top level): Call do_test with non-stop as well.
7629
28054d69
PA
76302015-03-02 Pedro Alves <palves@redhat.com>
7631
7632 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7633 -1.
7634
4fa5d7b4
AA
76352015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7636
7637 * gdb.arch/s390-vregs.exp: New test.
7638 * gdb.arch/s390-vregs.S: New file.
7639
97c18565
PA
76402015-02-27 Pedro Alves <palves@redhat.com>
7641
7642 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7643 call to catch_command_errors.
7644 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7645 catch_command_errors.
7646
a37bfa30
PA
76472015-02-27 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7650 "true" for boolean result.
7651 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7652 prototype of main.
7653
6f98576f
PA
76542015-02-27 Pedro Alves <palves@redhat.com>
7655
7656 * lib/unbuffer_output.c: New file.
7657 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7658 (main): Call gdb_unbuffer_output.
7659
eba5ab56
YQ
76602015-02-27 Yao Qi <yao.qi@linaro.org>
7661
7662 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7663 target.
7664
0def5aaa
DE
76652015-02-26 Doug Evans <dje@google.com>
7666
7667 * gdb.cp/class2.cc (Dbase, D): New classes.
7668 (main): New local delta.
7669 * gdb.cp/class2.exp: Test printing delta.
7670 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7671 (dynbar): New global.
7672 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7673
081a1c2c
JK
76742015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7675
7676 * gdb.compile/compile-ifunc.c: New file.
7677 * gdb.compile/compile-ifunc.exp: New file.
7678
2f41223f
AT
76792015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7680
7681 * gdb.base/structs.exp: Check for correct struct on finish.
7682
03eddd80
YQ
76832015-02-26 Yao Qi <yao.qi@linaro.org>
7684
7685 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7686 is zero.
7687
80c57053
JK
76882015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7689
7690 * gdb.arch/cordic.ko.bz2: New file.
7691 * gdb.arch/cordic.ko.debug.bz2: New file.
7692 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7693
21613c12
YQ
76942015-02-25 Yao Qi <yao.qi@linaro.org>
7695
7696 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7697 aarch64*-*-* target.
7698
d8b901ed
PA
76992015-02-23 Pedro Alves <palves@redhat.com>
7700
7701 * lib/gdb.exp (delete_breakpoints): Rewrite using
7702 gdb_test_multiple.
7703
e5b85ead
PA
77042015-02-23 Pedro Alves <palves@redhat.com>
7705
7706 * gdb.base/info-os.c: Include stdlib.h.
7707
85c3a371
DE
77082015-02-22 Doug Evans <xdje42@gmail.com>
7709
7710 PR symtab/17855
7711 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7712 is read after symbols have been re-read.
7713 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7714 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7715
96553a0c
DE
77162015-02-21 Doug Evans <dje@google.com>
7717
7718 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7719
97a0c697
JK
77202015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7721
7722 PR corefiles/17808
7723 * gdb.arch/i386-biarch-core.core.bz2: New file.
7724 * gdb.arch/i386-biarch-core.exp: New file.
7725
a47cd6e9
PA
77262015-02-21 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7729 runto_main fails.
7730
c5facdc4
PA
77312015-02-20 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7734 info probes.
7735
2db9a427
PA
77362015-02-20 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7739
60fb7e9e
PA
77402015-02-20 Pedro Alves <palves@redhat.com>
7741
7742 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7743 clean_restart before gdb_target_supports_trace.
7744
5c5019c2
PA
77452015-02-20 Pedro Alves <palves@redhat.com>
7746
7747 PR threads/18006
7748 * gdb.threads/clone-thread_db.c: New file.
7749 * gdb.threads/clone-thread_db.exp: New file.
7750
c9587f88
AT
77512015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7752
7753 PR breakpoints/16812
7754 * gdb.base/catch-gdb-caused-signals.c: New file.
7755 * gdb.base/catch-gdb-caused-signals.exp: New file.
7756
f6a88844
JM
77572015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7758
7759 * configure: Regenerated.
7760 * configure.ac: Use GDB_AC_TRANSFORM.
7761 * aclocal.m4: sinclude ../transform.m4.
7762
497c491b
JM
77632015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7764
7765 * lib/dtrace.exp: New file.
7766 * gdb.base/dtrace-probe.exp: Likewise.
7767 * gdb.base/dtrace-probe.d: Likewise.
7768 * gdb.base/dtrace-probe.c: Likewise.
7769 * lib/pdtrace.in: Likewise.
7770 * configure.ac: Output variables with the transformed names of
7771 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7772 * configure: Regenerated.
7773
03e98035
JM
77742015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7775
7776 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7777 expected message when trying to access $_probe_* convenience
7778 variables while not on a probe.
7779
63cc30e9
JK
77802015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7781
7782 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7783
0703599a
PA
77842015-02-11 Pedro Alves <pedro@codesourcery.com>
7785
7786 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7787 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7788
7e60a48e
DE
77892015-02-10 Doug Evans <xdje42@gmail.com>
7790
7791 * lib/gdb.exp (gdb_load): Always return a result.
7792
01b088bc
PA
77932015-02-10 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.threads/signal-sigtrap.c: New file.
7796 * gdb.threads/signal-sigtrap.exp: New file.
7797
b05ec7a5
AT
77982015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7799
7800 * gdb.trace/no-attach-trace.c: New file.
7801 * gdb.trace/no-attach-trace.exp: New file.
7802
a2c2acaf
MW
78032015-02-09 Mark Wielaard <mjw@redhat.com>
7804
7805 * gdb.dwarf2/atomic.c: New file.
7806 * gdb.dwarf2/atomic-type.exp: Likewise.
7807
31fd9caa
MM
78082015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7809
7810 * gdb.btrace/buffer-size.exp: Update "info record" output.
7811 * gdb.btrace/delta.exp: Update "info record" output.
7812 * gdb.btrace/enable.exp: Update "info record" output.
7813 * gdb.btrace/finish.exp: Update "info record" output.
7814 * gdb.btrace/instruction_history.exp: Update "info record" output.
7815 * gdb.btrace/next.exp: Update "info record" output.
7816 * gdb.btrace/nexti.exp: Update "info record" output.
7817 * gdb.btrace/step.exp: Update "info record" output.
7818 * gdb.btrace/stepi.exp: Update "info record" output.
7819 * gdb.btrace/nohist.exp: Update "info record" output.
7820
d33501a5
MM
78212015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7822
7823 * gdb.btrace/buffer-size: New.
7824
f4abbc16
MM
78252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7826
7827 * gdb.btrace/delta.exp: Update "info record" output.
7828 * gdb.btrace/enable.exp: Update "info record" output.
7829 * gdb.btrace/finish.exp: Update "info record" output.
7830 * gdb.btrace/instruction_history.exp: Update "info record" output.
7831 * gdb.btrace/next.exp: Update "info record" output.
7832 * gdb.btrace/nexti.exp: Update "info record" output.
7833 * gdb.btrace/step.exp: Update "info record" output.
7834 * gdb.btrace/stepi.exp: Update "info record" output.
7835 * gdb.btrace/nohist.exp: Update "info record" output.
7836
b9d61307
SM
78372015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7838
7839 PR gdb/15678
7840 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7841
e584fdbc
PA
78422015-02-06 Pedro Alves <palves@redhat.com>
7843
7844 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7845 macro.
7846 (seconds_left, again): New globals.
7847 (main): Wait seconds_left in a 1-second sleep loop instead of
7848 sleeping 180 seconds. If 'again' is set, reset the seconds
7849 counter.
7850 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7851 'again' in the inferior before detaching. Print the seconds left.
7852 (options): New global.
7853 (top level): Build program with -DTIMEOUT=$timeout.
7854
77f41761
PA
78552015-02-06 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7858 determine how many seconds to pass to 'alarm'.
7859 * gdb.base/gdb-sigterm.exp (top level): Build program with
7860 -DTIMEOUT=$timeout.
7861 (do_test): Return success/failure indication. Add more verbose
7862 logging. Don't fail if 200 single steps are seen. Instead, fail
7863 when the test times out.
7864 (passes): New global.
7865 (top level): Break the testing loop if testing fails on any
7866 iteration. Use gdb_assert.
7867
b9394193
DB
78682015-02-04 Don Breazeal <donb@codesourcery.com>
7869
7870 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7871 and initialize them.
7872 (ipc_cleanup): New function.
7873 (main): Don't declare shmid, semid, and msqid. Add a call to
7874 atexit so that we call ipc_cleanup on exit.
7875
42d9e528
PA
78762015-02-04 Pedro Alves <palves@redhat.com>
7877
7878 * boards/native-extended-gdbserver.exp: Remove any target variant
7879 specifications from the board name before clearing the isremote
7880 flag from board_info.
7881
ae6ae975
DE
78822015-01-31 Doug Evans <xdje42@gmail.com>
7883
7884 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7885
cfb069a8
GB
78862015-01-31 Gary Benson <gbenson@redhat.com>
7887
7888 * gdb.base/completion.exp: Disable completion limiting for
7889 existing tests. Add new tests to check completion limiting.
7890 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7891
5dd31d79
DE
78922015-01-31 Doug Evans <xdje42@gmail.com>
7893
7894 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7895
9f050062
DE
78962015-01-31 Doug Evans <xdje42@gmail.com>
7897
7898 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7899 entries. Duplicate file section script entries.
7900 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7901 inlined entries. Add test for safe-path rejection.
7902 * gdb.python/py-section-script.c: Add duplicate inlined section script
7903 entries. Duplicate file section script entries.
7904 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7905 inlined entries. Add test for safe-path rejection.
7906
df25ebbd
JB
79072015-01-29 Joel Brobecker <brobecker@adacore.com>
7908
7909 * gdb.ada/disc_arr_bound: New testcase.
7910
4a0ca9ec
JB
79112015-01-29 Joel Brobecker <brobecker@adacore.com>
7912
7913 * gdb.ada/mi_var_array: New testcase.
7914
3a8b707a
DE
79152015-01-27 Doug Evans <dje@google.com>
7916
7917 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7918 Add test for objfile.filename, objfile.username after objfile
7919 has been unloaded.
7920
f8313f6e
JB
79212015-01-26 Joel Brobecker <brobecker@adacore.com>
7922
7923 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7924 the second test to print the name attribute of value
7925 returned by the call to gdb.lookup_type, and adjust
7926 the expected output accordingly.
7927
37bc665e
MW
79282015-01-25 Mark Wielaard <mjw@redhat.com>
7929
7930 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7931 * gdb.base/disp-step-fork.c: Include unistd.h.
7932 * gdb.base/siginfo-obj.c: Include stdio.h.
7933 * gdb.base/siginfo-thread.c: Likewise.
7934 * gdb.mi/non-stop.c: Include unistd.h.
7935 * gdb.mi/nsthrexec.c: Include stdio.h.
7936 * gdb.mi/pthreads.c: Include unistd.h.
7937 * gdb.modula2/unbounded1.c (main): Declare returns int.
7938 * gdb.reverse/consecutive-reverse.c: Likewise.
7939 * gdb.threads/create-fail.c: Include unistd.h.
7940 * gdb.threads/killed.c: Likewise.
7941 * gdb.threads/linux-dp.c: Likewise.
7942 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7943 * gdb.threads/non-ldr-exc-2.c: Likewise.
7944 * gdb.threads/non-ldr-exc-3.c: Likewise.
7945 * gdb.threads/non-ldr-exc-4.c: Likewise.
7946 * gdb.threads/pthreads.c: Include unistd.h.
7947 (main): Declare returns int.
7948 * gdb.threads/tls-main.c (foo): New declaration.
7949 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7950
f7e5394d
SM
79512015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7952
7953 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7954 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7955
743649fd
MW
79562015-01-15 Mark Wielaard <mjw@redhat.com>
7957
7958 * gdb.base/noreturn-return.c: New file.
7959 * gdb.base/noreturn-return.exp: New file.
7960 * gdb.base/noreturn-finish.c: New file.
7961 * gdb.base/noreturn-finish.exp: New file.
7962
198297aa
PA
79632015-01-23 Pedro Alves <palves@redhat.com>
7964
7965 * gdb.threads/continue-pending-after-query.c: New file.
7966 * gdb.threads/continue-pending-after-query.exp: New file.
7967
717cf30c
AG
79682015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7969 Simon Marchi <simon.marchi@ericsson.com>
7970
7971 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7972 * gdb.base/valgrind-db-attach.exp: Same.
7973 * gdb.base/valgrind-infcall.exp: Same.
7974 * lib/mi-support.exp (default_mi_gdb_start): Same.
7975 * lib/prompt.exp (default_prompt_gdb_start): Same.
7976 * lib/gdb.exp (default_gdb_spawn): Same.
7977 (gdb_interact): New.
7978
7979
4b62a76e
JK
79802015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7981
7982 * gdb.compile/compile.exp (pointer to jit function): New test.
7983
b4cdae6f
WW
79842015-01-17 Wei-cheng Wang <cole945@gmail.com>
7985
7986 * lib/gdb.exp (supports_process_record): Return true for
7987 powerpc*-*-linux*.
7988 (supports_reverse): Likewise.
7989
d221e7ef
DB
79902015-01-15 Don Breazeal <donb@codesourcery.com>
7991
7992 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7993 instead of checking whether the target board is remote and
7994 use spawn_wait_for_attach instead of exec/sleep.
7995 * gdb.base/attach-twice.exp: Likewise.
7996
bafffb51
JB
79972015-01-15 Joel Brobecker <brobecker@adacore.com>
7998
7999 * gdb.ada/var_arr_attrs: New testcase.
8000
5589af0e
PA
80012015-01-14 Pedro Alves <palves@redhat.com>
8002 Joel Brobecker <brobecker@adacore.com>
8003
8004 PR gdb/17525
8005 * gdb.base/bp-cmds-execution-x-script.c: New file.
8006 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8007 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8008
6c400b59
PA
80092015-01-14 Pedro Alves <palves@redhat.com>
8010
8011 PR cli/17828
8012 * gdb.base/batch-preserve-term-settings.c: New file.
8013 * gdb.base/batch-preserve-term-settings.exp: New file.
8014
e02c96a7
DE
80152015-01-13 Doug Evans <dje@google.com>
8016
8017 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8018 binary.
8019
576fd14c
JB
80202015-01-13 Joel Brobecker <brobecker@adacore.com>
8021
8022 * Makefile.in (clean mostlyclean): Do not delete *.py.
8023
04dccad0
JB
80242015-01-13 Joel Brobecker <brobecker@adacore.com>
8025
8026 * gdb.python/py-lookup-type.exp: New file.
8027
3d230f71
PA
80282015-01-12 Pedro Alves <palves@redhat.com>
8029
8030 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8031 restore GDBFLAGS before returning.
8032
7e67715d
JK
80332015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8034
8035 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8036 is_amd64_regs_target and is_x86_like_target.
8037
f2e0d4b4
DE
80382015-01-11 Doug Evans <xdje42@gmail.com>
8039
8040 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8041 is given without an explicit form.
8042 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8043 attributes.
8044 * gdb.dwarf/corrupt.exp: Ditto.
8045 * gdb.dwarf2/enum-type.exp: Ditto.
8046 * gdb.trace/entry-values.exp: Ditto.
8047 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8048
439250fb
DE
80492015-01-11 Doug Evans <xdje42@gmail.com>
8050
8051 PR gdb/15830
8052 * gdb.base/maint.exp: Remove references to "maint demangle".
8053 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8054 Add tests for explicitly specifying language to demangle.
8055 * gdb.dlang/demangle.exp: Ditto.
8056
ede9f622
PA
80572015-01-09 Pedro Alves <palves@redhat.com>
8058
8059 * gdb.threads/non-stop-fair-events.c: New file.
8060 * gdb.threads/non-stop-fair-events.exp: New file.
8061
a7b796db
PA
80622015-01-09 Pedro Alves <palves@redhat.com>
8063
8064 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8065 the global scope. Set a breakpoint after all threads are started
8066 rather than stepping over two source lines. Expect the prompt.
8067 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8068 global.
8069 (NUM): Now 15.
8070 (main): Use threads_started_barrier to wait for all threads to
8071 start. Main thread no longer calls thread_function. Exit after
8072 180 seconds.
8073 (loop): New function.
8074 (thread_function): Wait on threads_started_barrier barrier. Call
8075 'loop' at each iteration.
8076 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8077 threads have started, instead of hardcoding number of "next"
8078 steps. Use an access watchpoint instead of a write watchpoint.
8079
9665ffdd
PA
80802015-01-09 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8083 (thread_func): Wait on barrier.
8084 (main): Wait for all threads to start before stopping GDB.
8085 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8086 global.
8087 (thread1_func, thread2_func): Wait on barrier.
8088 (main): Wait for all threads to start before stopping GDB.
8089 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8090 New global.
8091 (thread1_func, thread2_func): Wait on barrier.
8092 (main): Wait for all threads to start before stopping GDB.
8093
c945a99f
PA
80942015-01-09 Pedro Alves <palves@redhat.com>
8095
8096 * gdb.threads/attach-many-short-lived-threads.c: New file.
8097 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8098
c1a747c1
PA
80992014-01-09 Pedro Alves <palves@redhat.com>
8100
8101 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8102 instead of to thread 2.
8103 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8104 Add barrier around each pthread_create call instead of around all
8105 calls.
8106 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8107 Set a break on thread_function and have the child threads hit it
8108 one at at a time.
8109
60b3033e
PA
81102015-01-09 Pedro Alves <palves@redhat.com>
8111
8112 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8113 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8114 false.
8115 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8116 checking whether the target board is remote.
8117 * gdb.multi/multi-attach.exp: Likewise.
8118 * gdb.python/py-sync-interp.exp: Likewise.
8119 * gdb.server/ext-attach.exp: Likewise.
8120 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8121 tests that need to attach, instead of checking whether the target
8122 board is remote at the top of the file.
8123
acc018ac
YQ
81242015-01-08 Yao Qi <yao@codesourcery.com>
8125
8126 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8127
50a18af8
JK
81282015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8129
8130 Fix testcase compilation.
8131 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8132
8503d6e1
JB
81332015-01-06 Joel Brobecker <brobecker@adacore.com>
8134
8135 * gdb.python/py-type.exp: Add a couple test about empty
8136 array creation, and negative-length array creation.
8137
cc73dbcc
DE
81382015-01-02 Doug Evans <xdje42@gmail.com>
8139
8140 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8141
0300bbc7
DE
81422015-01-02 Doug Evans <dje@google.com>
8143
8144 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8145
9d85a0ec
YQ
81462014-12-29 Yao Qi <yao@codesourcery.com>
8147
8148 * gdb.trace/entry-values.exp: Update comments. Rename variable
8149 bar_call_foo to returned_from_foo.
8150
87186c6a
MMN
81512014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8152
8153 PR gdb/17394
8154 * gdb.linespec/break-asm-file.c: New file.
8155 * gdb.linespec/break-asm-file.exp: New file.
8156 * gdb.linespec/break-asm-file0.s: New file.
8157 * gdb.linespec/break-asm-file1.s: New file.
8158
1bab7383
YQ
81592014-12-18 Nigel Stephens <nigel@mips.com>
8160 Maciej W. Rozycki <macro@codesourcery.com>
8161
8162 * gdb.base/float.exp: Handle the new output from "info float" on
8163 MIPS targets.
8164
1bc1068a
JK
81652014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8166
8167 Fix MinGW compilation.
8168 * gdb.compile/compile-ops.exp: Update untested message if
8169 !skip_compile_feature_tests.
8170 * gdb.compile/compile-setjmp.exp: Likewise.
8171 * gdb.compile/compile-tls.exp: Likewise.
8172 * gdb.compile/compile.exp: Likewise.
8173 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8174 supported on this host".
8175
b6615d10
DE
81762014-12-16 Doug Evans <xdje42@gmail.com>
8177
8178 * boards/stabs.exp: New file.
8179
25dda427
AA
81802014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8181
8182 * gdb.base/completion.exp: Adjust to format changes of "maint
8183 print user-registers".
8184
bf330350
CU
81852014-12-16 Catalin Udma <catalin.udma@freescale.com>
8186
8187 PR server/17457
8188 * gdb.arch/aarch64-fp.c: New file.
8189 * gdb.arch/aarch64-fp.exp: New file.
8190
395cf596
SDJ
81912014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8192
8193 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8194 r210637, r210913, r211666, r215400, r215817).
8195
8196 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8197 * dg-extract-results.py: New file.
8198 * dg-extract-results.sh: Use it if the environment seems
8199 suitable.
8200
8201 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8202
8203 * dg-extract-results.py (parse_run): Handle warnings that
8204 are printed before a test harness is run.
8205
8206 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8207
8208 * dg-extract-results.py (Named): Remove __cmp__ method.
8209 (output_variation): Use a key to sort variation.harnesses.
8210
8211 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8212
8213 * dg-extract-results.py: For Python 3, force sys.stdout to
8214 handle surrogate escape sequences.
8215 (safe_open): New function.
8216 (output_segment, main): Use it.
8217
8218 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8219
8220 * dg-extract-results.py (Prog.result_re): Include options
8221 in test name.
8222
8223 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8224
8225 * dg-extract-results.py (output_variation): Always sort if
8226 do_sum.
8227
e882ef3c
SM
82282014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8229
8230 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8231 as long as we get pagination notifications.
8232
4992aa20
JM
82332014-12-15 Jason Merrill <jason@redhat.com>
8234
8235 * Makefile.in (check-gdb.%): Restore.
8236 * README: Mention it.
8237
c1b5a1a6
JB
82382014-12-13 Joel Brobecker <brobecker@adacore.com>
8239
8240 * gdb.ada/str_uninit: New testcase.
8241
5537b577
JK
82422014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8243
8244 PR symtab/17642
8245 * gdb.base/vla-stub-define.c: New file.
8246 * gdb.base/vla-stub.c: New file.
8247 * gdb.base/vla-stub.exp: New file.
8248
bb2ec1b3
TT
82492014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8250 Jan Kratochvil <jan.kratochvil@redhat.com>
8251 Tom Tromey <tromey@redhat.com>
8252
8253 * configure.ac: Add gdb.compile/.
8254 * configure: Regenerate.
8255 * gdb.compile/Makefile.in: New file.
8256 * gdb.compile/compile-ops.exp: New file.
8257 * gdb.compile/compile-ops.c: New file.
8258 * gdb.compile/compile-tls.c: New file.
8259 * gdb.compile/compile-tls.exp: New file.
8260 * gdb.compile/compile-constvar.S: New file.
8261 * gdb.compile/compile-constvar.c: New file.
8262 * gdb.compile/compile-mod.c: New file.
8263 * gdb.compile/compile-nodebug.c: New file.
8264 * gdb.compile/compile-setjmp-mod.c: New file.
8265 * gdb.compile/compile-setjmp.c: New file.
8266 * gdb.compile/compile-setjmp.exp: New file.
8267 * gdb.compile/compile-shlib.c: New file.
8268 * gdb.compile/compile.c: New file.
8269 * gdb.compile/compile.exp: New file.
8270 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8271
4ff709eb
TT
82722014-12-12 Tom Tromey <tromey@redhat.com>
8273
8274 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8275 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8276
6dddd6a5
DE
82772014-12-12 Doug Evans <dje@google.com>
8278
8279 * lib/gdb-python.exp (get_python_valueof): New function.
8280 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8281
71c24708
AA
82822014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8283
8284 * gdb.base/completion.exp: Add test for completion of "info
8285 registers ".
8286
3e29f34a
MR
82872014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8288
8289 * gdb.base/func-ptrs.c: New file.
8290 * gdb.base/func-ptrs.exp: New file.
8291
fc126975
SM
82922014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8293
8294 PR breakpoints/17012
8295 * gdb.base/dprintf-detach.c: New file.
8296 * gdb.base/dprintf-detach.exp: New file.
8297
0a46d518
SM
82982014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8299
8300 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8301 * lib/gdb.exp (target_is_gdbserver): New procedure.
8302
a0be3e44
DE
83032014-12-08 Doug Evans <dje@google.com>
8304
8305 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8306
df1b803a
YQ
83072014-12-05 Yao Qi <yao@codesourcery.com>
8308
8309 * gdb.guile/scm-error.exp: Remove the third argument to
8310 gdb_remote_download.
8311 * gdb.guile/scm-frame-args.exp: Likewise.
8312 * gdb.guile/scm-section-script.exp: Likewise.
8313
ddb9f679
YQ
83142014-12-05 Yao Qi <yao@codesourcery.com>
8315
8316 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8317
86e4ed39
DE
83182014-12-04 Doug Evans <dje@google.com>
8319
8320 * gdb.python/py-objfile.exp: Add tests for
8321 objfile.add_separate_debug_file.
8322
7c50a931
DE
83232014-12-04 Doug Evans <dje@google.com>
8324
8325 * lib/gdb.exp (get_build_id): New function.
8326 (build_id_debug_filename_get): Rewrite to use it.
8327 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8328
621661e3
MR
83292014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8330
8331 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8332 `method(long)', not just 0x0.
8333 * gdb.cp/nsalias.exp: Align code labels to 4.
8334 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8335 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8336 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8337 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8338 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8339 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8340
29f0c3b7
DE
83412014-12-02 Doug Evans <dje@google.com>
8342
e1e061e7 8343 PR symtab/17602
29f0c3b7 8344 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8345 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8346 * gdb.cp/anon-ns.exp: Update.
8347
162078c8
NB
83482014-12-02 Nick Bull <nicholaspbull@gmail.com>
8349
8350 * gdb.python/py-events.py (inferior_call_handler): New.
8351 (register_changed_handler, memory_changed_handler): New.
8352 (test_events.invoke): Register new handlers.
8353 * gdb.python/py-events.exp: Add tests for inferior call,
8354 memory_changed and register_changed events.
8355
fdb09caf
AA
83562014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8357
8358 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8359 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8360 if the linker doesn't understand this.
8361
55cfb2c4
SM
83622014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8363
8364 * gdb.python/python.exp: Change expected reply to help().
8365
9e8cd6df
YQ
83662014-12-01 Yao Qi <yao@codesourcery.com>
8367
8368 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8369 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8370 * configure: Re-generated.
8371
6c659fc2
SC
83722014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8373
8374 * gdb.cp/chained-calls.cc: New file.
8375 * gdb.cp/chained-calls.exp: New file.
8376 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8377
d7fc3181
SM
83782014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8379
8380 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8381 * gdb.dwarf2/symtab-producer.exp: Same.
8382 * gdb.gdb/python-interrupts.exp: Same.
8383 * gdb.gdb/python-selftest.exp: Same.
8384 * gdb.python/py-linetable.exp: Same.
8385 * gdb.python/py-type.exp: Same.
8386 * gdb.python/py-value-cc.exp: Same.
8387 * gdb.python/py-value.exp: Same.
8388
10e79639
YQ
83892014-11-28 Yao Qi <yao@codesourcery.com>
8390
8391 * gdb.base/break-probes.exp: Match library name prefixed with
8392 sysroot.
8393
f28a0564
SM
83942014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8395
8396 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8397 test expected output. Add parentheses for the call to print.
8398 Remove L suffix from integers.
8399
3fe1ce1d
DE
84002014-11-26 Doug Evans <dje@google.com>
8401
8402 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8403
84429e27
YQ
84042014-11-22 Yao Qi <yao@codesourcery.com>
8405
8406 * gdb.trace/entry-values.c: Remove asms.
8407 (foo): Add foo_label.
8408 (bar): Add bar_label.
8409 * gdb.trace/entry-values.exp: Remove code computing foo's
8410 length and bar's length.
8411 (Dwarf::assemble): Invoke function_range for bar and use
8412 MACRO_AT_func for foo.
8413
26741859
YQ
84142014-11-22 Yao Qi <yao@codesourcery.com>
8415
8416 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8417 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8418 Use .Lgcc43_procstart instead of gcc43.
8419
45e44d27
JB
84202014-11-21 Joel Brobecker <brobecker@adacore.com>
8421
8422 * gdb.ada/n_arr_bound: New testcase.
8423
458c8db8
SDJ
84242014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8425
8426 PR breakpoints/10737
8427 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8428 test_catch_syscall_multi_arch.
8429 (test_catch_syscall_multi_arch): New function.
8430
43f3e411
DE
84312014-11-20 Doug Evans <xdje42@gmail.com>
8432
8433 * gdb.base/maint.exp: Update expected output.
8434
0d7b2549
AA
84352014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8436
8437 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8438 4-byte instruction on S390.
8439
8908fca5
JB
84402014-11-19 Joel Brobecker <brobecker@adacore.com>
8441
8442 * gdb.ada/arr_arr: New testcase.
8443
4a46959e
JB
84442014-11-19 Joel Brobecker <brobecker@adacore.com>
8445
8446 * gdb.ada/pkd_arr_elem: New Testcase.
8447
470e2f4e
LM
84482014-11-18 Luis Machado <lgustavo@codesourcery.com>
8449
8450 * gdb.reverse/break-precsave: Expect completion message for
8451 core file reads.
8452 * gdb.reverse/consecutive-precsave.exp: Likewise.
8453 * gdb.reverse/finish-precsave.exp: Likewise.
8454 * gdb.reverse/i386-precsave.exp: Likewise.
8455 * gdb.reverse/machinestate-precsave.exp: Likewise.
8456 * gdb.reverse/sigall-precsave.exp: Likewise.
8457 * gdb.reverse/solib-precsave.exp: Likewise.
8458 * gdb.reverse/step-precsave.exp: Likewise.
8459 * gdb.reverse/until-precsave.exp: Likewise.
8460 * gdb.reverse/watch-precsave.exp: Likewise.
8461
a267f3ad
AA
84622014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8463
8464 * gdb.base/bp-permanent.c: Include unistd.h.
8465 * gdb.python/py-framefilter-mi.c (main): Add return type.
8466 * gdb.python/py-framefilter.c (main): Likewise.
8467 * gdb.trace/actions-changed.c (main): Likewise.
8468
12084a9a
AA
84692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8470
8471 * gdb.mi/until.c: Add eye-catchers.
8472 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8473 line numbers.
8474
dc7e1a77
AA
84752014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8476
8477 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8478 function header variants in break1.c.
8479 * gdb.base/ena-dis-br.exp: Likewise.
8480 * gdb.base/hbreak2.exp: Likewise.
8481 * gdb.reverse/until-precsave.exp: Drop references to removed
8482 non-prototype function header variants in ur1.c.
8483 * gdb.reverse/until-reverse.exp: Likewise.
8484
41c77605
PM
84852014-11-17 Petr Machata <pmachata@redhat.com>
8486
8487 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8488 ${_cu_offset_size} bytes abbrev offset.
8489
34248c3a
DE
84902014-11-15 Doug Evans <xdje42@gmail.com>
8491
8492 PR symtab/17559
8493 * gdb.base/line-symtabs.exp: New file.
8494 * gdb.base/line-symtabs.c: New file.
8495 * gdb.base/line-symtabs.h: New file.
8496
646da059
YQ
84972014-11-14 Yao Qi <yao@codesourcery.com>
8498
8499 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8500 (func): Add label func_label.
8501 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8502 Replace low_pc and high_pc with MACRO_AT_range.
8503 Replace name, low_pc and high_pc with MACRO_AT_func.
8504
9301ebe6
YQ
85052014-11-14 Yao Qi <yao@codesourcery.com>
8506
8507 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8508 Replace name, low_pc and high_pc with MACRO_AT_func.
8509
f166b542
YQ
85102014-11-14 Yao Qi <yao@codesourcery.com>
8511
8512 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8513 produce debug information.
8514 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8515
0f6e71e3
YQ
85162014-11-14 Yao Qi <yao@codesourcery.com>
8517
8518 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8519 object and get function length.
8520 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8521 with MACRO_AT_func.
8522 (top-level): Replace gdb_compile and clean_restart with
8523 prepare_for_testing.
8524 * gdb.dwarf2/main.c (main): Add label main_label.
8525
876c4df9
YQ
85262014-11-14 Yao Qi <yao@codesourcery.com>
8527
8528 * lib/dwarf.exp (function_range): New procedure.
8529 (Dwarf::_handle_macro_at_func): New procedure.
8530 (Dwarf::_handle_macro_at_range): New procedure.
8531 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8532
02ad9cf1
YQ
85332014-11-14 Yao Qi <yao@codesourcery.com>
8534
8535 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8536 (_handle_attribute): New procedure.
8537
a59add0c
AA
85382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8539
8540 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8541 * gdb.base/call-sc.c (zed): Likewise.
8542 * gdb.base/checkpoint.c (main): Likewise.
8543 * gdb.base/dump.c (main): Likewise.
8544 * gdb.base/gcore.c (main): Likewise.
8545 * gdb.base/huge.c (main): Likewise.
8546 * gdb.base/multi-forks.c (main): Likewise.
8547 * gdb.base/pr10179-a.c (main): Likewise.
8548 * gdb.base/savedregs.c (main): Likewise.
8549 * gdb.base/sigaltstack.c (main): Likewise.
8550 * gdb.base/siginfo.c (main): Likewise.
8551 * gdb.base/structs.c (zed): Likewise.
8552 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8553 * gdb.mi/mi-syn-frame.c (main): Likewise.
8554 * gdb.mi/until.c (foo, main): Likewise.
8555 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8556 * gdb.base/solib-weak.c (foo): Declare.
8557 * gdb.base/attach-twice.c: Include stdio.h.
8558 * gdb.base/weaklib1.c: Likewise.
8559 * gdb.base/weaklib2.c: Likewise.
8560 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8561 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8562 unistd.h.
8563 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8564 * gdb.mi/mi-exit-code.c: Likewise.
8565 * gdb.base/break-interp-lib.c: Include string.h.
8566 * gdb.base/coremaker.c: Likewise.
8567 * gdb.base/testenv.c: Likewise.
8568 * gdb.python/py-finish-breakpoint.c: Likewise.
8569 * gdb.base/inferior-died.c: Include sys/wait.h.
8570 * gdb.base/fileio.c: Include time.h.
8571 * gdb.base/async-shell.c: Include unistd.h.
8572 * gdb.base/dprintf-non-stop.c: Likewise.
8573 * gdb.base/info-os.c: Likewise.
8574 * gdb.mi/mi-console.c: Likewise.
8575 * gdb.mi/watch-nonstop.c: Likewise.
8576 * gdb.python/py-events.c: Likewise.
8577 * gdb.base/async.c (baz): Move up before its invocation.
8578 * gdb.base/code_elim2.c (my_global_func): Likewise.
8579 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8580 * gdb.base/advance.c (func2): Likewise.
8581
3b5d5997
AA
85822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8583
8584 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8585 variant.
8586 * gdb.base/annota3.c: Likewise.
8587 * gdb.base/async.c: Likewise.
8588 * gdb.base/average.c: Likewise.
8589 * gdb.base/call-ar-st.c: Likewise.
8590 * gdb.base/call-rt-st.c: Likewise.
8591 * gdb.base/call-sc.c: Likewise.
8592 * gdb.base/call-strs.c: Likewise.
8593 * gdb.base/ending-run.c: Likewise.
8594 * gdb.base/execd-prog.c: Likewise.
8595 * gdb.base/exprs.c: Likewise.
8596 * gdb.base/foll-exec.c: Likewise.
8597 * gdb.base/foll-fork.c: Likewise.
8598 * gdb.base/foll-vfork.c: Likewise.
8599 * gdb.base/funcargs.c: Likewise.
8600 * gdb.base/gcore.c: Likewise.
8601 * gdb.base/jump.c: Likewise.
8602 * gdb.base/langs0.c: Likewise.
8603 * gdb.base/langs1.c: Likewise.
8604 * gdb.base/langs2.c: Likewise.
8605 * gdb.base/mips_pro.c: Likewise.
8606 * gdb.base/nodebug.c: Likewise.
8607 * gdb.base/opaque0.c: Likewise.
8608 * gdb.base/opaque1.c: Likewise.
8609 * gdb.base/recurse.c: Likewise.
8610 * gdb.base/run.c: Likewise.
8611 * gdb.base/scope0.c: Likewise.
8612 * gdb.base/scope1.c: Likewise.
8613 * gdb.base/setshow.c: Likewise.
8614 * gdb.base/setvar.c: Likewise.
8615 * gdb.base/shmain.c: Likewise.
8616 * gdb.base/shr1.c: Likewise.
8617 * gdb.base/shr2.c: Likewise.
8618 * gdb.base/sigall.c: Likewise.
8619 * gdb.base/signals.c: Likewise.
8620 * gdb.base/so-indr-cl.c: Likewise.
8621 * gdb.base/solib2.c: Likewise.
8622 * gdb.base/structs.c: Likewise.
8623 * gdb.base/sum.c: Likewise.
8624 * gdb.base/vforked-prog.c: Likewise.
8625 * gdb.base/watchpoint.c: Likewise.
8626 * gdb.reverse/shr2.c: Likewise.
8627 * gdb.reverse/until-reverse.c: Likewise.
8628 * gdb.reverse/ur1.c: Likewise.
8629 * gdb.reverse/watch-reverse.c: Likewise.
8630
066a77c5
AA
86312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8632
8633 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8634 variant.
8635 * gdb.base/sepdebug.exp: Drop references to removed code.
8636
4f204ea5
AA
86372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8638
8639 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8640 variant. Preserve original line numbering.
8641 * gdb.base/list1.c: Likewise.
8642
3b377a3a
AA
86432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8644
8645 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8646 variant.
8647 * gdb.base/break1.c: Likewise.
8648 * gdb.base/break.exp: Drop references to removed code.
8649
e444df73
AA
86502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8651
8652 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8653 variant.
8654
8008f2a7
AA
86552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8656
8657 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8658
a5a06887
AA
86592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8660
8661 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8662 logic into perform_all_tests() and invoke it with and without
8663 function header prototypes.
8664 (do_function_calls): Remove conditional XFAIL for PR 5318.
8665 (rerun_and_prepare): Remove duplicate code.
8666 (perform_all_tests): New. Main logic moved here.
8667
44dba9b9
AA
86682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8669
8670 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8671 code guarded by #ifdef NO_PROTOTYPES.
8672 (t_double_many_args): Likewise.
8673 (DEF_FUNC_MANY_ARGS_1): Likewise.
8674 (DEF_FUNC_VALUES_1): Likewise.
8675 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8676 guarded by #ifdef PROTOTYPES.
8677
d1fbcd56
AA
86782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8679
8680 * gdb.mi/mi-console.c: Add eye-catcher.
8681 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8682 instead of literal line number.
8683
b0e59b8f
AA
86842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8685
8686 * gdb.base/shr2.c: Add eye-catcher.
8687 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8688 line number.
8689
78f98cca
AA
86902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8691
8692 * gdb.base/jump.c: Add eye-catchers.
8693 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8694 numbers.
8695
58fa2af0
AA
86962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8697
8698 * gdb.base/execd-prog.c: Add eye-catchers.
8699 * gdb.base/foll-exec.c: Likewise.
8700 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8701 line numbers.
8702
04e5059b
AA
87032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8704
8705 * gdb.base/ending-run.c: Add eye-catchers.
8706 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8707 literal line numbers.
8708
dbfdb174
AA
87092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8710
8711 * gdb.base/call-rt-st.c: Add eye-catchers.
8712 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8713 literal line numbers.
8714
888a2ade
AA
87152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8716
8717 * gdb.base/call-ar-st.c: Add eye-catchers.
8718 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8719 literal line numbers.
8720
6acc2dde
AA
87212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8722
8723 * gdb.base/average.c: Add eye-catchers.
8724 * gdb.base/sum.c: Likewise.
8725 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8726 regexps dynamically.
8727
9ecfcd1d
AA
87282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8729
8730 * gdb.base/solib1.c: Add eye-catchers.
8731 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8732 literal line numbers.
8733
78708b7c
PA
87342014-11-12 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8737 leader has exited.
8738
af48d08f
PA
87392014-11-12 Pedro Alves <palves@redhat.com>
8740
8741 * gdb.arch/i386-bp_permanent.c: New file.
8742 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8743 (srcfile): Set to i386-bp_permanent.c.
8744 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8745 that stepi does not execute the 'leave' instruction, instead of
8746 testing it does execute.
8747 * gdb.base/bp-permanent.c: New file.
8748 * gdb.base/bp-permanent.exp: New file.
8749
af3768e9
DE
87502014-11-10 Doug Evans <xdje42@gmail.com>
8751
8752 PR symtab/17564
8753 * gdb.base/symtab-search-order.exp: New file.
8754 * gdb.base/symtab-search-order.c: New file.
8755 * gdb.base/symtab-search-order-1.c: New file.
8756 * gdb.base/symtab-search-order-shlib-1.c: New file.
8757
9de00a4a
PA
87582014-11-07 Pedro Alves <palves@redhat.com>
8759
8760 PR gdb/17511
8761 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8762 i?86-*-linux*.
8763
e0f52461
SC
87642014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8765
8766 PR c++/17494
8767 * gdb.cp/pr17494.cc: New file.
8768 * gdb.cp/pr17494.exp: New file.
8769
6ce8c980
YQ
87702014-11-02 Yao Qi <yao@codesourcery.com>
8771
8772 * gdb.python/python.exp: Get working directory and match the
8773 output of "set extended-prompt \\w " with it.
8774
02be9a71
DE
87752014-10-30 Doug Evans <dje@google.com>
8776
8777 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8778 in objfiles.
8779 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8780 in progspaces.
8781
3bdff46b
LM
87822014-10-30 Janis Johnson <janisjo@codesourcery.com>
8783
8784 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8785 * gdb.base/realname-expand.exp: Likewise.
8786 * gdb.linespec/macro-relative.exp: Likewise.
8787
ab917dfb
PA
87882014-10-29 Pedro Alves <palves@redhat.com>
8789
8790 PR gdb/17408
8791 * gdb.threads/schedlock.c (some_function): New function.
8792 (call_function): New global.
8793 (MAYBE_CALL_SOME_FUNCTION): New macro.
8794 (thread_function): Call it.
8795 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8796 and use it instead of a global counter. Adjust all callers.
8797 (get_current_thread): Use "find current thread" for test message
8798 here rather than having all callers pass down the same string.
8799 (goto_loop): New procedure, factored out from ...
8800 (my_continue): ... this.
8801 (step_ten_loops): Change parameter from test message to command to
8802 use. Adjust.
8803 (list_count): Delete global.
8804 (check_result): New procedure, factored out from duplicate top
8805 level code.
8806 (continue tests): Wrap in with_test_prefix.
8807 (test_step): New procedure, factored out from duplicate top level
8808 code.
8809 (top level): Test "step" in combination with all scheduler-locking
8810 modes. Test "next" in combination with all scheduler-locking
8811 modes, and in combination with stepping over a function call or
8812 not.
8813 * gdb.threads/next-bp-other-thread.c: New file.
8814 * gdb.threads/next-bp-other-thread.exp: New file.
8815
d3d4baed
PA
88162014-10-29 Pedro Alves <palves@redhat.com>
8817
8818 PR python/17372
8819 * gdb.python/python.exp: Test a multi-line command that spawns
8820 interactive Python.
8821 * gdb.base/multi-line-starts-subshell.exp: New file.
8822
563e8d85
YQ
88232014-10-29 Yao Qi <yao@codesourcery.com>
8824
8825 * gdb.base/fileio.exp: Make directories on host.
8826
0ea4d52e
YQ
88272014-10-29 Yao Qi <yao@codesourcery.com>
8828
8829 * gdb.base/fileio.c (test_write): Close the file.
8830
7f5ef605
PA
88312014-10-28 Pedro Alves <palves@redhat.com>
8832
8833 PR gdb/12623
8834 * gdb.base/sigstep.c (no_handler): New global.
8835 (main): If 'no_handler is true, set the signal handlers to
8836 SIG_IGN.
8837 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8838 with_sw_watch and no_handler parameters. Handle them.
8839 (top level) <stepping over handler when stopped at a breakpoint
8840 test>: Add a test axis for testing with a software watchpoint, and
8841 another for testing with the signal handler set to SIG_IGN.
8842 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8843 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8844
abbdbd03
PA
88452014-10-28 Pedro Alves <palves@redhat.com>
8846
8847 PR gdb/17511
8848 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8849 * gdb.base/sigstep.exp (other_handler_location): New global.
8850 (advance): Support stepping into the signal handler, and running
8851 commands while in the handler.
8852 (in_handler_map): New global.
8853 (top level): In the advance test, add combinations for getting
8854 into the handler with stepping commands, and for running commands
8855 in the handler. Add comment descripting the advancei tests.
8856
1df4399f
PA
88572014-10-28 Pedro Alves <palves@redhat.com>
8858
8859 * gdb.base/sigstep.exp: Use build_executable instead of
8860 prepare_for_testing.
8861 (top level): Move code that starts GDB, runs to main and creates a
8862 display to ...
8863 (restart): ... this new procedure.
8864 (top level): Move backtrace from signal handler test to ...
8865 (validate_backtrace): ... this new procedure.
8866 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8867 with_test_prefix. Always restart GDB.
8868 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8869 with_test_prefix. Always restart GDB. No need to delete
8870 breakpoints after the test.
8871 (test_skip_handler): Remove prefix parameter.
8872 (skip_over_handler, breakpoint_to_handler)
8873 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8874 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8875 restart GDB. No need to delete breakpoints after the test.
8876 (top level): Use foreach to call the test procedures with
8877 different commands.
8878
a5b6e449
PA
88792014-10-28 Pedro Alves <palves@redhat.com>
8880
8881 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8882 instead of GNATS numbers.
8883 * gdb.base/sigbpt.exp: Likewise.
8884 * gdb.base/siginfo.exp: Likewise.
8885 * gdb.base/sigstep.exp: Likewise.
8886
e5f8a7cc
PA
88872014-10-27 Pedro Alves <palves@redhat.com>
8888
8889 * gdb.base/sigstep.c (dummy): New global.
8890 (main): Issue a couple writes to the new global.
8891 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8892 procedures.
8893 (skip_over_handler): Use test_skip_handler.
8894 (top level): Call skip_over_handler for stepi and nexti too.
8895 (breakpoint_over_handler): Use test_skip_handler.
8896 (top level): Call breakpoint_over_handler for stepi and nexti too.
8897
763905a3
YQ
88982014-10-27 Yao Qi <yao@codesourcery.com>
8899
8900 * gdb.trace/tfile.c (adjust_function_address)
8901 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8902 function descriptor.
8903
6f259a23
DB
89042014-10-24 Don Breazeal <donb@codesourcery.com>
8905
8906 * gdb.base/foll-fork.exp (test_follow_fork,
8907 catch_fork_child_follow): Check for updated fork messages emitted
8908 from infrun.c.
8909 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8910 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8911 vfork_and_exec_child_follow_through_step): Check for updated vfork
8912 messages emitted from infrun.c.
8913
09dd9a69
PA
89142014-10-24 Pedro Alves <palves@redhat.com>
8915
8916 * gdb.base/corefile.exp: Remove references to ultrix.
8917 * gdb.base/interrupt.exp: Likewise.
8918 * gdb.base/whatis.exp: Likewise.
8919 * gdb.gdb/selftest.exp: Likewise.
8920 * gdb.threads/manythreads.exp: Likewise.
8921 * gdb.threads/print-threads.exp: Likewise.
8922 * gdb.threads/pthreads.exp:: Likewise.
8923 * gdb.threads/schedlock.exp: Likewise.
8924
3433cfa5
SC
89252014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8926
8927 * gdb.cp/non-trivial-retval.cc: Add a test case.
8928 * gdb.cp/non-trivial-retval.exp: Add a test.
8929
092f880b
YQ
89302014-10-20 Yao Qi <yao@codesourcery.com>
8931
8932 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8933 * gdb.python/py-objfile-script-gdb.py: New file.
8934 * gdb.python/py-objfile-script.exp: Update reference to
8935 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8936 of remote_download. Remove the dest file.
8937
acbdb7f3
YQ
89382014-10-20 Yao Qi <yao@codesourcery.com>
8939
8940 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8941 * gdb.base/step-line.exp: Likewise.
8942 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8943 * gdb.dwarf2/dw2-basic.exp: Likewise.
8944 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8945 * gdb.dwarf2/dw2-filename.exp: Likewise.
8946 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8947 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8948 * gdb.dwarf2/dw2-producer.exp: Likewise.
8949 * gdb.dwarf2/mac-fileno.exp: Likewise.
8950 * gdb.python/py-frame-args.exp: Likewise.
8951 * gdb.python/py-framefilter.exp: Likewise.
8952 * gdb.python/py-mi.exp: Likewise.
8953 * gdb.python/py-objfile-script.exp: Likewise
8954 * gdb.python/py-pp-integral.exp: Likewise.
8955 * gdb.python/py-pp-re-notag.exp: Likewise.
8956 * gdb.python/py-prettyprint.exp: Likewise.
8957 * gdb.python/py-section-script.exp: Likewise.
8958 * gdb.python/py-typeprint.exp: Likewise.
8959 * gdb.python/py-xmethods.exp: Likewise.
8960 * gdb.stabs/weird.exp: Likewise.
8961 * gdb.xml/tdesc-regs.exp: Likewise.
8962
bd286a29
KCY
89632014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8964
8965 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8966 (out_cu): Use addr_len for the size of addresses.
8967 (out_line): Likewise. Size DW_LNE_set_address instruction
8968 according to addr_len.
8969 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8970 (FUNC): Add START_INSNS to definition.
8971
673dc4a0
YQ
89722014-10-18 Yao Qi <yao@codesourcery.com>
8973
8974 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8975 gdb_has_argv0 return true.
8976 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8977 check [target_info exists noargs], check [gdb_has_argv0]
8978 instead.
8979 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8980 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8981 procedures.
8982
4ffbba72
DE
89832014-10-17 Doug Evans <dje@google.com>
8984
8985 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8986 event.
8987 * gdb.python/py-events.py: Add clear_objfiles event.
8988
d096d8c1
DE
89892014-10-17 Doug Evans <dje@google.com>
8990
8991 * gdb.python/py-objfile.exp: Test progspace attribute.
8992
a80db015
LM
89932014-10-17 Luis Machado <lgustavo@codesourcery.com>
8994
8995 * gdb.guile/scm-breakpoint.exp: Do not assume any
8996 directory separators when matching source file paths.
8997 * gdb.python/py-breakpoint.exp: Likewise.
8998 * gdb.reverse/break-precsave.exp: Likewise.
8999 * gdb.reverse/break-reverse.exp: Likewise.
9000 * gdb.reverse/consecutive-precsave.exp: Likewise.
9001 * gdb.reverse/finish-precsave.exp: Likewise.
9002 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9003 * gdb.reverse/finish-reverse.exp: Likewise.
9004 * gdb.reverse/i386-precsave.exp: Likewise.
9005 * gdb.reverse/i387-env-reverse.exp: Likewise.
9006 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9007 * gdb.reverse/machinestate-precsave.exp: Likewise.
9008 * gdb.reverse/machinestate.exp: Likewise.
9009 * gdb.reverse/sigall-precsave.exp: Likewise.
9010 * gdb.reverse/solib-precsave.exp: Likewise.
9011 * gdb.reverse/step-precsave.exp: Likewise.
9012 * gdb.reverse/until-precsave.exp: Likewise.
9013 * gdb.reverse/watch-precsave.exp: Likewise.
9014 * gdb.reverse/watch-reverse.exp: Likewise.
9015
b22089ab
YQ
90162014-10-17 Yao Qi <yao@codesourcery.com>
9017
9018 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9019 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9020
6c4486e6
PA
90212014-10-17 Pedro Alves <palves@redhat.com>
9022
9023 PR gdb/17471
9024 * gdb.base/bg-execution-repeat.c: New file.
9025 * gdb.base/bg-execution-repeat.exp: New file.
9026
0ff33695
PA
90272014-10-17 Pedro Alves <palves@redhat.com>
9028
9029 PR gdb/17300
9030 * gdb.base/continue-all-already-running.c: New file.
9031 * gdb.base/continue-all-already-running.exp: New file.
9032
6fdebc3d
PA
90332014-10-17 Pedro Alves <palves@redhat.com>
9034
9035 PR gdb/17472
9036 * gdb.base/annota-input-while-running.c: New file.
9037 * gdb.base/annota-input-while-running.exp: New file.
9038
32a8097b
PA
90392014-10-17 Pedro Alves <palves@redhat.com>
9040
9041 * gdb.base/callfuncs.exp: emove references to osf.
9042 * gdb.base/sigall.exp: Likewise.
9043 * gdb.gdb/selftest.exp: Likewise.
9044 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9045 * gdb.mi/non-stop.c: Likewise.
9046 * gdb.mi/pthreads.c: Likewise.
9047 * gdb.reverse/sigall-precsave.exp: Likewise.
9048 * gdb.reverse/sigall-reverse.exp: Likewise.
9049 * gdb.threads/pthreads.c: Likewise.
9050 * gdb.threads/pthreads.exp: Likewise.
9051
7a3517ff
YQ
90522014-10-17 Yao Qi <yao@codesourcery.com>
9053
9054 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9055 check 'target_info exists noargs'.
9056 (test_command_prompt_position): Likewise.
9057 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9058 Remove "set args".
9059 (progvar_simple_while_test): Likewise.
9060 (progvar_complex_if_while_test): Likewise.
9061 (if_while_breakpoint_command_test): Likewise.
9062 (infrun_breakpoint_command_test): Likewise.
9063 (breakpoint_command_test): Likewise.
9064 (watchpoint_command_test): Likewise.
9065 (bp_deleted_in_command_test): Likewise.
9066 (temporary_breakpoint_commands): Likewise.
9067
bb99c472
YQ
90682014-10-16 Yao Qi <yao@codesourcery.com>
9069
9070 * gdb.base/remotetimeout.exp: Remove noargs checking.
9071
7c16b83e
PA
90722014-10-15 Pedro Alves <palves@redhat.com>
9073
9074 PR breakpoints/9649
9075 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9076 * gdb.base/breakpoint-in-ro-region.exp
9077 (probe_target_hardware_step): New procedure.
9078 (top level): Probe hardware stepping and hardware breakpoint
9079 support. Test stepping through a read-only region, with both
9080 "breakpoint auto-hw" on and off and both "always-inserted" on and
9081 off.
9082
35a49624
IB
90832014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9084
9085 * gdb.dlang/demangle.exp: Update for demangling changes.
9086
2d1c107c
SC
90872014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9088
9089 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9090 * gdb.cp/non-trivial-retval.exp: Add new tests.
9091
778811d5
SC
90922014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9093
9094 PR c++/13403
9095 PR c++/15154
9096 * gdb.cp/non-trivial-retval.cc: New file.
9097 * gdb.cp/non-trivial-retval.exp: New file.
9098
10c5f0a8
YQ
90992014-10-15 Yao Qi <yao@codesourcery.com>
9100
9101 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9102 remote host.
9103
65d7b369
YQ
91042014-10-15 Yao Qi <yao@codesourcery.com>
9105
9106 * gdb.python/py-symbol.exp: Match file base name if host is
9107 remote, otherwise match file name with dir name.
9108 * gdb.python/py-symtab.exp: Likewise.
9109 * gdb.python/python.exp: Likewise.
9110
46dc1394
YQ
91112014-10-15 Yao Qi <yao@codesourcery.com>
9112
9113 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9114 pattern.
9115 * gdb.python/py-symtab.exp: Likewise.
9116 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9117 locationn.
9118
c40cc657
JB
91192014-10-14 Joel Brobecker <brobecker@adacore.com>
9120
9121 * gdb.ada/addr_arith: New testcase.
9122
2abf49e1
MR
91232014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9124
9125 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9126 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9127 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9128 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9129
f7088df3
SDJ
91302014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9131
9132 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9133 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9134 * gdb.arch/stap-eval-lang-ada.exp: New file.
9135
4dc06805
YQ
91362014-10-14 Yao Qi <yao@codesourcery.com>
9137
9138 * gdb.mi/mi-var-child.c (nothing1): New function.
9139 (nothing2): New function.
9140 (do_children_tests): Set function pointers by nothing1 and
9141 nothing2.
9142 * gdb.mi/mi-var-child.exp: Step over new added statements.
9143 Update test to match the new output.
9144 * gdb.mi/var-cmd.c (nothing1): New function.
9145 (nothing2): New function.
9146 (do_children_tests): Set function pointers by nothing1 and
9147 nothing2.
9148 * gdb.mi/mi-var-display.exp: Update test to match output.
9149 Step to the line specified by $line_dct_nothing.
9150 Increase the number of lines to step.
9151
46a93de2
YQ
91522014-10-14 Yao Qi <yao@codesourcery.com>
9153
9154 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9155 tests.
9156 * gdb.mi/mi2-var-child.exp: Likewise.
9157
14ea52ee
DE
91582014-10-13 Doug Evans <dje@google.com>
9159
9160 * gdb.python/py-objfile.exp: Change name of file name test.
9161
e5c6e92b
DE
91622014-10-13 Doug Evans <dje@google.com>
9163
9164 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9165 from the start of the CU.
9166
c780cc2f
JK
91672014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9168 Yao Qi <yao@codesourcery.com>
9169
9170 Fix "save breakpoints" for "catch" command.
9171 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9172 Remove -nonewline. Match also the added "main" line.
9173
99894e11
JK
91742014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9175
9176 Fix "save breakpoints" for "disable $bpnum" command.
9177 * gdb.base/save-bp.c (main): Add label.
9178 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9179
6e1ac5a3
JK
91802014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9181
9182 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9183
754dd2b0
YQ
91842014-10-11 Yao Qi <yao@codesourcery.com>
9185
9186 * gdb.server/server-kill.exp: Execute command
9187 "set remote trace-status-packet on" before "tstatus".
9188
f90183d7
YQ
91892014-10-11 Yao Qi <yao@codesourcery.com>
9190
9191 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9192 (main): Call getppid.
9193 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9194 and continue to it. Read variable "server_pid".
9195
bf40a607
YQ
91962014-10-11 Yao Qi <yao@codesourcery.com>
9197
9198 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9199
052ca370
YQ
92002014-10-11 Yao Qi <yao@codesourcery.com>
9201
9202 * gdb.threads/thread-find.exp: Don't execute command
9203 "info threads".
9204 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9205 * gdb.threads/linux-dp.exp: Don't check the condition
9206 $threads_created equals to zero.
9207
3831839c
PA
92082014-10-10 Pedro Alves <palves@redhat.com>
9209
9210 * gdb.base/bigcore.exp: Remove references to IRIX.
9211 * gdb.base/funcargs.exp: Likewise.
9212 * gdb.base/interrupt.exp: Likewise.
9213 * gdb.base/mips_pro.exp: Likewise.
9214 * gdb.base/nodebug.exp: Likewise.
9215 * gdb.base/setvar.exp: Likewise.
9216 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9217
8b9a549d
PA
92182014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9219 Pedro Alves <palves@redhat.com>
9220
9221 PR symtab/14466
9222 * gdb.base/vdso-warning.c: New file.
9223 * gdb.base/vdso-warning.exp: New file.
9224
d48ba5e8
DE
92252014-10-02 Doug Evans <dje@google.com>
9226
9227 * gdb.base/structs.c (main): Don't run forever.
9228
2278c276
PA
92292014-10-02 Pedro Alves <palves@redhat.com>
9230
9231 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9232 (top level) <stop threads 1, stop threads 2>: Use it.
9233
b57bacec
PA
92342014-10-02 Pedro Alves <palves@redhat.com>
9235
9236 * gdb.threads/break-while-running.exp (test): Add new
9237 'update_thread_list' argument. Skip "info threads" if false.
9238 (top level): Add new 'update_thread_list' axis.
9239
13fd3ff3
PA
92402014-10-02 Pedro Alves <palves@redhat.com>
9241
9242 PR breakpoints/17431
9243 * gdb.base/execl-update-breakpoints.c: New file.
9244 * gdb.base/execl-update-breakpoints.exp: New file.
9245
0fec99e8
PA
92462014-10-01 Pedro Alves <palves@redhat.com>
9247
9248 * gdb.base/breakpoint-in-ro-region.c: New file.
9249 * gdb.base/breakpoint-in-ro-region.exp: New file.
9250
2ddf4301
SM
92512014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9252
9253 * gdb.mi/mi-exit-code.exp: New file.
9254 * gdb.mi/mi-exit-code.c: New file.
9255
6a5f3f43
YQ
92562014-09-30 Yao Qi <yao@codesourcery.com>
9257
9258 * lib/prelink-support.exp (build_executable_own_libs): Error if
9259 the target isn't native.
9260
345bcc73
YQ
92612014-09-30 Yao Qi <yao@codesourcery.com>
9262
9263 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9264 false.
9265
a25a5a45
PA
92662014-09-22 Pedro Alves <palves@redhat.com>
9267
9268 * gdb.threads/break-while-running.exp: New file.
9269 * gdb.threads/break-while-running.c: New file.
9270
00ba3162
YQ
92712014-09-19 Yao Qi <yao@codesourcery.com>
9272
9273 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9274 Invoke test. Restart GDB with --readnow and invoke test again.
9275
c3b7b696
YQ
92762014-09-19 Yao Qi <yao@codesourcery.com>
9277
9278 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9279 proc set_breakpoint_on_gcd_function. Invoke
9280 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9281 invoke set_breakpoint_on_gcd_function again.
9282
2b4fd423
DE
92832014-09-18 Doug Evans <dje@google.com>
9284
9285 * gdb.dwarf2/symtab-producer.exp: New file.
9286
a5947601
SDJ
92872014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9288
9289 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9290 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9291 * gdb.base/global-var-nested-by-dso.c: Likewise.
9292 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9293
91c19059
SDJ
92942014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9295 Pedro Alves <palves@redhat.com>
9296
9297 * gdb.base/watch-bitfields.exp: Pass string other than test file
9298 name to prepare_for_testing.
9299 (watch): New procedure.
9300 (expect_watchpoint): Use with_test_prefix.
9301 (top level): Factor out tests to ...
9302 (test_watch_location, test_regular_watch): ... these new
9303 procedures, and use with_test_prefix and gdb_continue_to_end.
9304
bb9d5f81
PP
93052014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9306
9307 PR breakpoints/12526
9308 * gdb.base/watch-bitfields.exp: New file.
9309 * gdb.base/watch-bitfields.c: New file.
9310
635856f5
PA
93112014-09-16 Pedro Alves <palves@redhat.com>
9312
9313 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9314 software and hardware addresses, not software address against
9315 itself.
9316
7280ceea
PA
93172014-09-16 Pedro Alves <palves@redhat.com>
9318
9319 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9320 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9321
428b16bd
PA
93222014-09-16 Pedro Alves <palves@redhat.com>
9323
9324 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9325 files.
9326 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9327 "*-*-vxworks*" throughout.
9328 * gdb.base/break.exp: Likewise.
9329 * gdb.base/default.exp: Likewise.
9330 * gdb.base/scope.exp: Likewise.
9331 * gdb.base/sepdebug.exp: Likewise.
9332 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9333 throughout.
9334 * gdb.base/run.c: Likewise.
9335 * gdb.base/sepdebug.c: Likewise.
9336 * gdb.hp/gdb.aCC/run.c: Likewise.
9337 * gdb.reverse/until-reverse.c: Likewise.
9338 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9339
666d413c
YQ
93402014-09-16 Yao Qi <yao@codesourcery.com>
9341
9342 * boards/local-remote-host-native.exp: New file.
9343
57cbd724
DE
93442014-09-14 Doug Evans <xdje42@gmail.com>
9345
9346 * gdb.threads/queue-signal.c (thread_count): New variable.
9347 (thread_count_mutex, thread_count_condvar): New variables.
9348 (incr_thread_count, wait_all_threads_running): New functions.
9349 (main): Wait for all threads to be in their thread functions.
9350
81219e53
DE
93512014-09-13 Doug Evans <xdje42@gmail.com>
9352
9353 * gdb.threads/queue-signal.c: New file.
9354 * gdb.threads/queue-signal.exp: New file.
9355
3714cea7
DE
93562014-09-13 Doug Evans <xdje42@gmail.com>
9357
9358 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9359 be consistent with what default_gdb_init uses.
9360 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9361 the plain text of the prompt. Add some logging printfs.
9362 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9363
fa43b1d7
PA
93642014-09-12 Pedro Alves <palves@redhat.com>
9365
9366 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9367 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9368 * gdb.arch/i386-size-overlap.exp: Likewise.
9369 * gdb.arch/i386-size.exp: Likewise.
9370 * gdb.arch/i386-unwind.exp: Likewise.
9371 * gdb.base/a2-run.exp: Likewise.
9372 * gdb.base/break.exp: Likewise.
9373 * gdb.base/charset.exp: Likewise.
9374 * gdb.base/chng-syms.exp: Likewise.
9375 * gdb.base/commands.exp: Likewise.
9376 * gdb.base/dbx.exp: Likewise.
9377 * gdb.base/find.exp: Likewise.
9378 * gdb.base/funcargs.exp: Likewise.
9379 * gdb.base/jit-simple.exp: Likewise.
9380 * gdb.base/reread.exp: Likewise.
9381 * gdb.base/sepdebug.exp: Likewise.
9382 * gdb.base/step-bt.exp: Likewise.
9383 * gdb.cp/mb-inline.exp: Likewise.
9384 * gdb.cp/mb-templates.exp: Likewise.
9385 * gdb.objc/basicclass.exp: Likewise.
9386 * gdb.threads/killed.exp: Likewise.
9387
9d9bf2df
EBM
93882014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9389
9390 PR tdep/17379
9391 * gdb.arch/powerpc-stackless.S: New file.
9392 * gdb.arch/powerpc-stackless.exp: New file.
9393
1cf2f1b0
JK
93942014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9395
9396 * gdb.base/attach.c: Include unistd.h.
9397 (main): Call alarm. Add label postloop.
9398 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9399 gdb_breakpoint, gdb_continue_to_breakpoint.
9400 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9401
98880d46
PA
94022014-09-11 Pedro Alves <palves@redhat.com>
9403
9404 PR gdb/17347
9405 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9406 * gdb.base/attach.exp (test_command_line_attach_run): New
9407 procedure.
9408 (top level): Call it.
9409
4c92ff2c
PA
94102014-09-11 Pedro Alves <palves@redhat.com>
9411
9412 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9413 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9414 (do_command_attach_tests): Use spawn_wait_for_attach.
9415 * gdb.base/solib-overlap.exp: Likewise.
9416 * gdb.multi/multi-attach.exp: Likewise.
9417 * gdb.python/py-prompt.exp: Likewise.
9418 * gdb.python/py-sync-interp.exp: Likewise.
9419 * gdb.server/ext-attach.exp: Likewise.
9420
3adc1a7d
GKB
94212014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9422
9423 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9424 command in testcase. Simplify testcase.
9425
96334934
JB
94262014-09-10 Joel Brobecker <brobecker@adacore.com>
9427
9428 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9429
eb479039
JB
94302014-09-10 Joel Brobecker <brobecker@adacore.com>
9431
9432 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9433
deede10c
JB
94342014-09-10 Joel Brobecker <brobecker@adacore.com>
9435
9436 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9437
7828a5f5
JB
94382014-09-10 Joel Brobecker <brobecker@adacore.com>
9439
9440 * gdb.dwarf2/dynarr-ptr.c: New file.
9441 * gdb.dwarf2/dynarr-ptr.exp: New file.
9442
33aeebcf
MR
94432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9444
9445 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9446 of 30 rather than hardcoding 120 for a slow test case. Take the
9447 `gdb,timeout' target setting into account for this calculation.
9448 Don't extend the timeout for the test cases that don't need it.
9449
7b415901
MR
94502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9451
9452 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9453 a factor of 2 for a slow test case. Take the `gdb,timeout'
9454 target setting into account for this calculation.
9455 * gdb.reverse/until-precsave.exp: Increase the timeout by
9456 a factor of 15 and 3 respectively rather than adding 120
9457 for a pair of slow test cases. Take the `gdb,timeout'
9458 target setting into account for this calculation.
9459
4a40f85a
MR
94602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9461
9462 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9463 timeout, don't pass one down to gdb_expect.
9464 (gdb_expect): Rework timeout selection.
9465
09635af7
MR
94662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9467
9468 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9469 exception on timeout.
9470 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9471 (gdbserver_start_extended): Catch any `gdbserver_start' error
9472 exceptions.
9473 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9474 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9475 `gdbserver_gdb_load' error exceptions.
9476
2bdd10b7
MR
94772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9478
9479 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9480 120 on waiting for the TCP socket to open.
9481
316935f0
DE
94822014-09-09 Doug Evans <xdje42@gmail.com>
9483
9484 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9485 _caller_matches, _any_caller_is, _any_caller_matches.
9486
83740597
DE
94872014-09-09 Doug Evans <xdje42@gmail.com>
9488
9489 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9490
4c122fc3
YQ
94912014-09-09 Yao Qi <yao@codesourcery.com>
9492
9493 * gdb.mi/mi-var-display.exp: Set print symbol off.
9494
a9f116cb
GKB
94952014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9496
9497 PR gdb/17035
9498 * gdb.base/commands.exp: Add tests to verify user-defined
9499 commands with empty bodies.
9500 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9501 python commands in `show user command`.
9502 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9503 scheme commands in `show user command`.
9504
c75bd3a2
JK
95052014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9506
9507 PR python/17355
9508 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9509 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9510 * gdb.python/py-framefilter-invalidarg.exp: New file.
9511 * gdb.python/py-framefilter-invalidarg.py: New file.
9512
faa42425
DE
95132014-09-06 Doug Evans <xdje42@gmail.com>
9514
9515 PR 15276
9516 * gdb.python/py-caller-is.c: New file.
9517 * gdb.python/py-caller-is.exp: New file.
9518
474ca4f6
SDJ
95192014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9520
9521 PR gdb/17235
9522 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9523 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9524
eb0b0463
SDJ
95252014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9526
9527 PR fortran/17237
9528 * gdb.fortran/print-formatted.exp: New file.
9529 * gdb.fortran/print-formatted.f90: Likewise.
9530
5f3b99cf
SS
95312014-09-03 Sasha Smundak <asmundak@google.com>
9532
9533 * gdb.python/py-frame.exp: Test Frame.read_register.
9534
7d793aa9
SDJ
95352014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9536
9537 PR python/16699
9538 * gdb.python/py-completion.exp: New file.
9539 * gdb.python/py-completion.py: Likewise.
9540
fb0576e9
DE
95412014-08-28 Doug Evans <dje@google.com>
9542
9543 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9544 eax,etc. are live with values set by gdb and thus the compiler can't
9545 use them.
9546 * gdb.arch/i386-pseudo.c (main): Ditto.
9547
ee92b0dd
DE
95482014-08-27 Doug Evans <dje@google.com>
9549
9550 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9551
6649db35
DE
95522014-08-25 Doug Evans <dje@google.com>
9553
9554 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9555 (main): Ditto.
9556
564b7600
DE
95572014-08-25 Doug Evans <dje@google.com>
9558
9559 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9560
3881fb67
YQ
95612014-08-24 Yao Qi <yao@codesourcery.com>
9562
9563 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9564 symbol off.
9565 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9566
a05a36a5
DE
95672014-08-22 Doug Evans <dje@google.com>
9568
9569 PR 17276
9570 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9571 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9572 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9573
7c343b48
YQ
95742014-08-22 Yao Qi <yao@codesourcery.com>
9575
9576 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9577 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9578 * gdb.python/python.exp: Likewise. Use .py file on the host
9579 instead of the build.
9580
22fd09ae
JK
95812014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9582
9583 * gdb.threads/gcore-stale-thread.c: New file.
9584 * gdb.threads/gcore-stale-thread.exp: New file.
9585
a8454a7c
PA
95862014-08-21 Pedro Alves <palves@redhat.com>
9587
9588 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9589 * gdb.base/gcore-relro-pie.exp: Likewise.
9590 * gdb.base/gcore-relro.exp: Likewise.
9591 * gdb.base/gcore.exp: Likewise.
9592 * gdb.base/print-symbol-loading.exp: Likewise.
9593 * gdb.threads/gcore-thread.exp: Likewise.
9594 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9595
2a31c623
PA
95962014-08-20 Pedro Alves <palves@redhat.com>
9597 Jan Kratochvil <jan.kratochvil@redhat.com>
9598
9599 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9600 configure.
9601 (EXPECT): Handle READ1 being set.
9602 (all): Depend on EXTRA_RULES.
9603 (check-read1, expect-read1, read1.so, read1): New rules.
9604 * README (Testsuite Parameters): Document the READ1 make variable.
9605 (Race detection): New section.
9606 * configure: Regenerate.
9607 * configure.ac: If build==host==target, and running under a
9608 GNU/glibc system, add read1 to the extra Makefile rules.
9609 (EXTRA_RULES): AC_SUBST it.
9610 * lib/read1.c: New file.
9611
d36430db
JB
96122014-08-20 Joel Brobecker <brobecker@adacore.com>
9613
9614 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9615 the handling of variables declared as a typedef to an array
9616 which a DW_AT_data_location attribute.
9617
9a0dc9e3
PA
96182014-08-19 Andrew Burgess <aburgess@broadcom.com>
9619 Pedro Alves <palves@redhat.com>
9620
9621 PR symtab/14604
9622 PR symtab/14605
9623 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9624 gdb_test.
9625
0718a8da
PA
96262014-08-19 Pedro Alves <palves@redhat.com>
9627
9628 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9629
13b448cd
YQ
96302014-08-19 Yao Qi <yao@codesourcery.com>
9631
9632 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9633 right line.
9634
1cbf5077
DB
96352014-08-18 David Blaikie <dblaikie@gmail.com>
9636
9637 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9638
bf0fae19
JB
96392014-08-18 Joel Brobecker <brobecker@adacore.com>
9640
9641 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9642 attribute in array range.
9643
3c8c5dcc
JB
96442014-08-18 Joel Brobecker <brobecker@adacore.com>
9645
9646 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9647
e66d4446
SC
96482014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9649
9650 PR c++/17132
9651 * gdb.cp/pr17132.cc: New file.
9652 * gdb.cp/pr17132.exp: New file.
9653
940df408
SC
96542014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9655
9656 * gdb.python/py-xmethods.py (A_getarrayind)
9657 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9658 Use 'print' with function call syntax.
9659 (E_method_matcher.match): Fix tab vs space indentation mixup.
9660
ebcc6c3a
YQ
96612014-08-15 Yao Qi <yao@codesourcery.com>
9662
9663 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9664 false.
9665
775e0f04
YQ
96662014-08-15 Yao Qi <yao@codesourcery.com>
9667
9668 * gdb.cp/casts.exp: Set print symbol off.
9669 * gdb.cp/class2.exp: Likewise.
9670 * gdb.cp/overload.exp: Likewise.
9671 * gdb.cp/templates.exp: Likewise.
9672
d769e349
DE
96732014-08-11 Doug Evans <dje@google.com>
9674
9675 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9676 (test_load_shlib): Update.
9677
20c6f1e1
YQ
96782014-08-09 Yao Qi <yao@codesourcery.com>
9679
9680 * gdb.base/display.exp: Invoke is_address_zero_readable.
9681 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9682 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9683 * gdb.base/hbreak-unmapped.exp: Return if
9684 is_address_zero_readable returns true.
9685 * gdb.base/signest.exp: Likewise.
9686 * gdb.base/signull.exp: Likewise.
9687 * gdb.base/sigbpt.exp: Likewise.
9688 * gdb.guile/scm-disasm.exp: Do the test if
9689 is_address_zero_readable returns false.
9690 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9691 * gdb.python/py-arch.exp: Likewise.
9692 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9693 * lib/gdb.exp (is_address_zero_readable): New proc.
9694
5792e8e3
YQ
96952014-08-09 Yao Qi <yao@codesourcery.com>
9696
9697 PR testsuite/13443
9698 * gdb.mi/mi-var-display.exp: Make test messages unique.
9699
3cecbbbe
TT
97002014-08-04 Tom Tromey <tromey@redhat.com>
9701
9702 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9703 target 0".
9704
00b51ff5
TT
97052014-08-04 Tom Tromey <tromey@redhat.com>
9706
9707 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9708 "target_resume".
9709
6908c509
JB
97102014-08-01 Joel Brobecker <brobecker@adacore.com>
9711
9712 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9713 inner_vla_struct_object_size.
9714 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9715 as xfail.
9716
cc6563d2
PA
97172014-07-30 Pedro Alves <palves@redhat.com>
9718
9719 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9720 comment.
9721
7e09a223
YQ
97222014-07-29 Yao Qi <yao@codesourcery.com>
9723
9724 PR gdb/17206
9725 * gdb.base/until-nodebug.exp: New.
9726
7ebdbe92
DE
97272014-07-28 Doug Evans <xdje42@gmail.com>
9728
9729 PR guile/17203
9730 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9731 previously existing parameter, and previously ambiguously spelled
9732 parameter.
9733
fdb1adc6
WN
97342014-07-28 Will Newton <will.newton@linaro.org>
9735
9736 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9737
186fcde0
DE
97382014-07-26 Ludovic Courtès <ludo@gnu.org>
9739 Doug Evans <xdje42@gmail.com>
9740
9741 PR guile/17146
9742 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9743
70509625
PA
97442014-07-25 Pedro Alves <palves@redhat.com>
9745
9746 * gdb.threads/signal-command-handle-nopass.c: New file.
9747 * gdb.threads/signal-command-handle-nopass.exp: New file.
9748 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9749 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9750 * gdb.threads/signal-delivered-right-thread.c: New file.
9751 * gdb.threads/signal-delivered-right-thread.exp: New file.
9752
c3f814a1
PA
97532014-07-25 Pedro Alves <palves@redhat.com>
9754
9755 * gdb.base/double-prompt-target-event-error.exp
9756 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9757 match.
9758 (cancel_pagination_in_target_event): Rework double prompt
9759 detection.
9760 * gdb.base/paginate-after-ctrl-c-running.exp
9761 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9762 <return>' match.
9763 * gdb.base/paginate-bg-execution.exp
9764 (test_bg_execution_pagination_return)
9765 (test_bg_execution_pagination_cancel): Remove '-notransfer
9766 <return>' matches.
9767 * gdb.base/paginate-execution-startup.exp
9768 (test_fg_execution_pagination_return)
9769 (test_fg_execution_pagination_cancel): Remove '-notransfer
9770 <return>' matches.
9771 * gdb.base/paginate-inferior-exit.exp
9772 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9773 match.
9774 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9775 * lib/gdb.exp (pagination_prompt): Run text through
9776 string_to_regexp.
9777 (gdb_test_multiple): Match $pagination_prompt instead of
9778 "<return>".
9779 (string_to_regexp): Move to lib/gdb-utils.exp.
9780
e214cf6c
JK
97812014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9782
9783 * gdb.arch/amd64-entry-value-paramref.S: New file.
9784 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9785 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9786 * gdb.arch/amd64-optimout-repeat.S: New file.
9787 * gdb.arch/amd64-optimout-repeat.c: New file.
9788 * gdb.arch/amd64-optimout-repeat.exp: New file.
9789
17d0c5c8
JK
97902014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9791
9792 PR gdb/17170
9793 * gdb.base/statistics.exp: New file.
9794
b8b8facf
DE
97952014-07-17 Doug Evans <dje@google.com>
9796
74b49205 9797 PR gdb/17170
b8b8facf
DE
9798 * gdb.base/maint.exp: Update testing of per-command stats.
9799
1b5d0ab3
PA
98002014-07-16 Pedro Alves <palves@redhat.com>
9801
9802 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9803 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9804 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9805 (tfile_write_buf): New functions.
9806 (add_memory_block): Rewrite using the above.
9807 (adjust_function_address): New function.
9808 (FUNCTION_ADDRESS): New macro.
9809 (write_basic_trace_file): Remove short_x local, and use
9810 tfile_write_16. Change type of func_addr local to unsigned long
9811 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9812 here. Cast argument of add_memory_block to char pointer.
9813 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9814 (main): Remove parameters.
9815 * gdb.trace/tfile.exp: Remove nowarnings.
9816
4d974e88
SM
98172014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9818
9819 * gdb.base/debug-expr.exp: Test string evaluation with
9820 "debug expression" on.
9821
41e99568
PA
98222014-07-15 Pedro Alves <palves@redhat.com>
9823
9824 * gdb.base/reread.exp: Use clean_restart.
9825
487d9753
PL
98262014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9827
9828 * gdb.arch/avr-flash-qualifer.c: New.
9829 * gdb.arch/avr-flash-qualifer.exp: New.
9830
cc1c52ad
PA
98312014-07-14 Pedro Alves <palves@redhat.com>
9832
9833 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9834 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9835
1e973570
PA
98362014-07-14 Pedro Alves <palves@redhat.com>
9837
9838 * gdb.base/double-prompt-target-event-error.c: New file.
9839 * gdb.base/double-prompt-target-event-error.exp: New file.
9840
93d6eb10
PA
98412014-07-14 Pedro Alves <palves@redhat.com>
9842
9843 PR gdb/17072
9844 * gdb.base/paginate-inferior-exit.c: New file.
9845 * gdb.base/paginate-inferior-exit.exp: New file.
9846
0017922d
PA
98472014-07-14 Pedro Alves <palves@redhat.com>
9848
9849 PR gdb/17072
9850 * gdb.base/paginate-bg-execution.c: New file.
9851 * gdb.base/paginate-bg-execution.exp: New file.
9852
94696ad3
PA
98532014-07-14 Pedro Alves <palves@redhat.com>
9854
9855 PR gdb/17072
9856 * gdb.base/paginate-execution-startup.c: New file.
9857 * gdb.base/paginate-execution-startup.exp: New file.
9858 * lib/gdb.exp (pagination_prompt): New global.
9859 (default_gdb_spawn): New procedure, factored out from
9860 default_gdb_spawn.
9861 (default_gdb_start): Adjust to call default_gdb_spawn.
9862 (gdb_spawn): New procedure.
9863
bd293940
PA
98642014-07-14 Pedro Alves <palves@redhat.com>
9865
9866 * lib/gdb.exp (gdb_assert): New procedure.
9867 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9868
c933f875
PA
98692014-07-14 Pedro Alves <palves@redhat.com>
9870
9871 * gdb.base/execution-termios.c: New file.
9872 * gdb.base/execution-termios.exp: New file.
9873
d98b7a16
TT
98742014-07-14 Tom Tromey <tromey@redhat.com>
9875
9876 * gdb.cp/vla-cxx.cc: New file.
9877 * gdb.cp/vla-cxx.exp: New file.
9878
548740d6
TT
98792014-07-14 Tom Tromey <tromey@redhat.com>
9880
9881 * gdb.reverse/rerun-prec.c: New file.
9882 * gdb.reverse/rerun-prec.exp: New file.
9883
a25eb028
MR
98842014-07-12 Maciej W. Rozycki <macro@mips.com>
9885 Maciej W. Rozycki <macro@codesourcery.com>
9886
9887 * lib/gdb-utils.exp: New file.
9888 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9889 inline `gdb_init_command' processing.
9890 (gdb_start_cmd): Likewise.
9891 * lib/mi-support.exp (mi_run_cmd): Likewise.
9892 * README: Document `gdb_init_command' and `gdb_init_commands'.
9893
218c2655
JK
98942014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9895
9896 Fix false FAIL running under a very long directory name.
9897 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9898 and "set print elements 10000". Twice.
9899
5401fde3
YQ
99002014-07-11 Yao Qi <yao@codesourcery.com>
9901
9902 * gdb.base/exprs.exp: "set print symbol off".
9903
e76126e8
PA
99042014-07-11 Pedro Alves <palves@redhat.com>
9905
9906 * gdb.threads/kill.c: New file.
9907 * gdb.threads/kill.exp: New file.
9908
2d6f0de6
YQ
99092014-07-10 Yao Qi <yao@codesourcery.com>
9910
9911 * gdb.trace/tfile.c (write_basic_trace_file)
9912 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9913 address written to trace file.
9914
7180e04a
PA
99152014-07-09 Pedro Alves <palves@redhat.com>
9916
9917 * gdb.base/attach-wait-input.exp: New file.
9918 * gdb.base/attach-wait-input.c: New file.
9919
9a9a7608
AB
99202014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9921
9922 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9923 setting up test structures.
9924 (main): Call new test function.
9925 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9926 test function, continue into test function and walk test
9927 structures.
9928
161ac41e
YQ
99292014-07-02 Yao Qi <yao@codesourcery.com>
9930
9931 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9932 'bar_start' at the beginning of functions 'foo' and 'bar'
9933 respectively.
9934 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9935 instead of 'foo' and 'bar'.
9936
1f267ae3
MM
99372014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9938
9939 * gdb.btrace/segv.exp: New.
9940 * gdb.btrace/segv.c: New.
9941
2b239efb
LM
99422014-07-02 Luis Machado <lgustavo@codesourcery.com>
9943
9944 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9945 instruction.
9946
cf363f18
MW
99472014-06-30 Mark Wielaard <mjw@redhat.com>
9948
9949 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9950 vulture, vilify, villar): New volatile array constants.
9951 (vindictive, vegetation): New const volatile array constants.
9952 * gdb.base/volatile.exp: Test volatile and const volatile array
9953 types.
9954
aebf9d24
AA
99552014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9956
9957 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9958 target lacks support for awatch, rwatch, or hbreak.
9959
b67a2c6f
YQ
99602014-06-27 Yao Qi <yao@codesourcery.com>
9961
9962 * gdb.multi/dummy-frame-restore.exp: New.
9963 * gdb.multi/dummy-frame-restore.c: New.
9964
aef92902
MM
99652014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9966
9967 * gdb.btrace/gcore.exp: New.
9968
8e9db26e
PA
99692014-06-23 Pedro Alves <palves@redhat.com>
9970
9971 * gdb.base/watchpoint-reuse-slot.c: New file.
9972 * gdb.base/watchpoint-reuse-slot.exp: New file.
9973
70afc5b7
SC
99742014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9975
9976 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9977 progspace's filename in 'info', 'enable' and 'disable' command
9978 tests.
9979
b972bd9c
JK
99802014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9981
9982 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9983 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9984 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9985
125f8a3d
GB
99862014-06-20 Gary Benson <gbenson@redhat.com>
9987
9988 * gdb.arch/i386-avx.exp: Fix include file location.
9989 * gdb.arch/i386-sse.exp: Likewise.
9990
3ed9baed
IB
99912014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9992
9993 * gdb.dlang/expression.exp: New file.
9994
034f788c
PA
99952014-06-19 Pedro Alves <palves@redhat.com>
9996
9997 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9998 out from ...
9999 (top level): ... here. Iterate running tests under different
10000 scheduler-locking settings.
10001
45371d0c
LM
100022014-06-18 Luis Machado <lgustavo@codesourcery.com>
10003
10004 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10005 to DW_FORM_addr and use non-zero addresses.
10006
5d376983
SC
100072014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10008
10009 PR gdb/17017
10010 * gdb.python/py-xmethods.cc: Add global function call counters and
10011 increment them in their respective functions. Remove "cout"
10012 statements.
10013 * gdb.python/py-xmethods.exp: Make tests check the global function
10014 call counters instead of depending on inferior IO.
10015
a1aa2221
LM
100162014-06-18 Don Breazeal <donb@codesourcery.com>
10017
10018 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10019 Deleted procedure.
10020 (explicit_fork_parent_follow): Deleted procedure.
10021 (explicit_fork_child_follow): Deleted procedure.
10022 (test_follow_fork): New procedure.
10023 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 10024 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
10025 procedure calls.
10026
0fc05997
YQ
100272014-06-17 Yao Qi <yao@codesourcery.com>
10028
10029 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10030 CP1252.
10031
70795c52
LM
100322014-06-17 Luis Machado <lgustavo@codesourcery.com>
10033
10034 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10035 Initialize ptr and S explicitly.
10036 (skip_type_update_when_not_use_rtti_test): Likewise.
10037
6be47f0c
KS
100382014-06-16 Keith Seitz <keiths@redhat.com>
10039
10040 PR mi/15863
10041 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10042 the inferior is started.
10043
d03de421
PA
100442014-06-16 Pedro Alves <palves@redhat.com>
10045
10046 * gdb.base/break-main-file-remove-fail.c: New file.
10047 * gdb.base/break-main-file-remove-fail.exp: New file.
10048 * gdb.base/break-unload-file.exp: Use build_executable instead of
10049 prepare_for_testing.
10050 (test_break): New parameter "initial_load". Handle it.
10051 (top level): Add initial_load cmdline/file axis.
10052
f9579b99
TT
100532014-06-12 Tom Tromey <tromey@redhat.com>
10054
10055 * gdb.base/completion.exp: Don't use directory name in test.
10056
3657956b
GB
100572014-06-09 Gary Benson <gbenson@redhat.com>
10058
10059 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10060 separate the always-available ANSI-standard signals from the
10061 signals that require checking.
10062 (main): Likewise.
10063 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10064 Likewise.
10065 (main): Likewise.
10066
4186eb54
KS
100672014-06-07 Keith Seitz <keiths@redhat.com>
10068
10069 Revert:
10070 PR c++/16253
10071 * gdb.cp/var-tag.cc: New file.
10072 * gdb.cp/var-tag.exp: New file.
10073 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10074 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10075 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10076 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10077
25326a28 100782014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
10079
10080 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10081
829155c9
PA
100822014-06-06 Pedro Alves <palves@redhat.com>
10083
10084 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10085 in target debug output instead of looking at RSP packets,
10086 disabling the test on any target that uses hardware stepping.
10087 Update comments.
10088
61c8d22e
PA
100892014-06-06 Pedro Alves <palves@redhat.com>
10090
10091 * gdb.base/break-unload-file.exp: Fix typo.
10092
d9a47287
YQ
100932014-06-06 Yao Qi <yao@codesourcery.com>
10094
10095 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10096 from "jit_function" to "^jit_function".
10097
e5e01dbf
YQ
100982014-06-06 Yao Qi <yao@codesourcery.com>
10099
10100 * gdb.base/async.c (foo): Add one statement.
10101 * gdb.base/async.exp: Get the next instruction address and
10102 match the output of "nexti" by instruction address. Match
10103 the hex address in the output of "finish".
10104
73ba372c
GB
101052014-06-06 Gary Benson <gbenson@redhat.com>
10106
10107 * gdb.base/call-signals.c: Remove preprocessor conditionals
10108 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10109 SIGSEGV and SIGTERM.
10110 * gdb.base/sigall.c: Likewise.
10111 * gdb.base/unwindonsignal.c: Likewise.
10112 * gdb.reverse/sigall-reverse.c: Likewise.
10113
831517df
YQ
101142014-06-06 Yao Qi <yao@codesourcery.com>
10115
10116 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10117 readable, skip the test.
10118
b8b91e98
YQ
101192014-06-06 Yao Qi <yao@codesourcery.com>
10120
10121 * gdb.threads/staticthreads.c (thread_function): Move the line
10122 setting breakpoint on forward.
10123 * gdb.threads/staticthreads.exp: Update comments.
10124
fb934770
LC
101252014-06-05 Ludovic Courtès <ludo@gnu.org>
10126
10127 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10128 "history-append! type error".
10129
6ef284bd
SM
101302014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10131
10132 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10133 erroneous dprintf expected input.
10134
a872e241
DE
101352014-06-04 Doug Evans <xdje42@gmail.com>
10136
10137 * gdb.guile/scm-generics.exp: Delete.
10138
16f691fb
DE
101392014-06-04 Doug Evans <xdje42@gmail.com>
10140
10141 * gdb.guile/scm-breakpoint.exp: Update.
10142 Add tests for breakpoint registration.
10143
012370f6
TT
101442014-06-04 Tom Tromey <tromey@redhat.com>
10145
10146 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10147 VLA-in-union.
10148 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10149 inner_vla_struct, vla_union types. Initialize objects of those
10150 types and compute their sizes.
10151
9f5a4cef
HZ
101522014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10153 Hui Zhu <hui@codesourcery.com>
10154
10155 * gdb.base/fileio.exp: Add test for shell not available as well as
10156 available.
10157 * gdb.base/fileio.c (test_system): Check for shell twice.
10158
90a45c4d
YQ
101592014-06-04 Yao Qi <yao@codesourcery.com>
10160
10161 * gdb.base/auto-connect-native-target.exp: Remove redundant
10162 space from the regexp pattern.
10163
70017e41
YQ
101642014-06-04 Yao Qi <yao@codesourcery.com>
10165
10166 * gdb.base/default.exp: Replace "child" with "native" in
10167 regexp pattern.
10168
883964a7
SC
101692014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10170
10171 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10172 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10173 * gdb.python/py-xmethods.py: Python script supporting the
10174 new testcase and tests.
10175
ef370185
JB
101762014-06-03 Joel Brobecker <brobecker@adacore.com>
10177 Pedro Alves <palves@redhat.com>
10178
10179 PR breakpoints/17000
10180 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10181 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10182
1e2ccb61
BM
101832014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10184
10185 * gdb.base/subst.exp: Add tests to verify partial path matching
10186 output.
10187
c6ec5ab2
PA
101882014-06-03 Pedro Alves <palves@redhat.com>
10189
10190 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10191 target that doesn't use software single-stepping.
10192
835c559f
PA
101932014-06-03 Pedro Alves <palves@redhat.com>
10194
10195 PR breakpoints/17000
10196 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10197 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10198
06eb1586
DE
101992014-06-02 Doug Evans <xdje42@gmail.com>
10200
10201 * gdb.guile/scm-parameter.exp: New file.
10202
e698b8c4
DE
102032014-06-02 Doug Evans <xdje42@gmail.com>
10204
10205 * gdb.guile/scm-cmd.c: New file.
10206 * gdb.guile/scm-cmd.exp: New file.
10207
ded03782
DE
102082014-06-02 Doug Evans <xdje42@gmail.com>
10209
10210 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10211 pretty-printer lookup.
10212 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10213 (make-pp_s-printer): Call it.
10214 (make-pretty-printer-from-dict): New function.
10215 (lookup-pretty-printer-maker-from-dict): New function.
10216 (*pretty-printer*): Simplify.
10217 (make-objfile-pp_s-printer): New function.
10218 (install-objfile-pretty-printers!): New function.
10219 (make-progspace-pp_s-printer): New function.
10220 (install-progspace-pretty-printers!): New function.
10221 * gdb.guile/scm-progspace.c: New file.
10222 * gdb.guile/scm-progspace.exp: New file.
10223
41fac0cf
PA
102242014-06-02 Pedro Alves <palves@redhat.com>
10225
10226 * gdb.base/dprintf-bp-same-addr.c: New file.
10227 * gdb.base/dprintf-bp-same-addr.exp: New file.
10228
96ae5695
EBM
102292014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10230
10231 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10232 * gdb.arch/powerpc-power.s: Likewise.
10233
da02b3a8
JB
102342014-06-02 Joel Brobecker <brobecker@adacore.com>
10235
10236 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10237
c72b2e7b
YQ
102382014-06-01 Yao Qi <yao@codesourcery.com>
10239
10240 * gdb.base/watchpoint.exp (test_watch_location): Check null
10241 pointer can be dereferenced. If not, do the test, otherwise
10242 skip it.
10243
53e8a631
AB
102442014-05-30 Andrew Burgess <aburgess@broadcom.com>
10245
10246 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10247 results.
10248 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10249
938f0e2f
AB
102502014-05-30 Andrew Burgess <aburgess@broadcom.com>
10251
10252 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10253 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10254 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10255 * gdb.arch/amd64-invalid-stack-top.c: New file.
10256 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10257
9ba6657a
PA
102582014-05-30 Pedro Alves <palves@redhat.com>
10259
10260 PR breakpoints/17000
10261 * gdb.base/sss-bp-on-user-bp.c: New file.
10262 * gdb.base/sss-bp-on-user-bp.exp: New file.
10263
522c09bf
DB
102642014-05-30 David Blaikie <dblaikie@gmail.com>
10265
10266 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10267 gnu_inline semantics via attribute.
10268 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10269 source explicitly specifies the required semantics.
10270
bf4ef81e
MR
102712014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10272
10273 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10274
329ea579
PA
102752014-05-29 Pedro Alves <palves@redhat.com>
10276 Tom Tromey <tromey@redhat.com>
10277
10278 * gdb.base/async-shell.exp: Don't enable target-async.
10279 * gdb.base/async.exp
10280 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10281 parameter. Adjust.
10282 (top level): Don't test with "target-async".
10283 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10284 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10285 * gdb.base/inferior-died.exp: Don't enable target-async.
10286 * gdb.base/interrupt-noterm.exp: Likewise.
10287 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10288 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10289 * gdb.mi/mi-nonstop.exp: Likewise.
10290 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10291 * gdb.mi/mi-nsintrall.exp: Likewise.
10292 * gdb.mi/mi-nsmoribund.exp: Likewise.
10293 * gdb.mi/mi-nsthrexec.exp: Likewise.
10294 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10295 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10296 * gdb.python/py-evsignal.exp: Don't enable target-async.
10297 * gdb.python/py-evthreads.exp: Likewise.
10298 * gdb.python/py-prompt.exp: Likewise.
10299 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10300 * gdb.server/solib-list.exp: Don't enable target-async.
10301 * gdb.threads/thread-specific-bp.exp: Likewise.
10302 * lib/mi-support.exp: Adjust to use mi-async.
10303
fd664c91
PA
103042014-05-29 Pedro Alves <palves@redhat.com>
10305
10306 PR gdb/13860
10307 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10308 reason, even in sync mode.
10309
251bde03
PA
103102014-05-29 Pedro Alves <palves@redhat.com>
10311 Hui Zhu <hui@codesourcery.com>
10312
10313 PR PR15693
10314 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10315 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10316 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10317 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10318
7f3c0343
JB
103192014-05-28 Joel Brobecker <brobecker@adacore.com>
10320
10321 * config/monitor.exp (gdb_target_monitor): Replace use of
10322 "set remotebaud" by "set serial baud".
10323
b2715b27
AW
103242014-05-26 Andy Wingo <wingo@igalia.com>
10325
10326 * gdb.guile/scm-breakpoint.exp:
10327 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10328 properties instead of gdb-object-properties.
10329
498a4489
YQ
103302014-05-26 Yao Qi <yao@codesourcery.com>
10331
10332 * gdb.server/no-thread-db.exp: Specify source file name
10333 explicitly when setting a breakpoint.
10334
589fdceb
MM
103352014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10336
10337 * gdb.btrace/vdso.c: New.
10338 * gdb.btrace/vdso.exp: New.
10339
e9089e05
MM
103402014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10341
10342 * gdb.base/gcore.exp (capture_command_output): Move ...
10343 * lib/gdb.exp (capture_command_output): ... here.
10344
67b5c0c1
MM
103452014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10346
10347 * gdb.btrace/data.exp: Test memory access during btrace replay.
10348
a2199296
SM
103492014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10350
10351 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10352
17b2616c
PA
103532014-05-21 Pedro Alves <palves@redhat.com>
10354
10355 PR gdb/13860
10356 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10357 (top level): Test that output related to execution commands is
10358 sent to the console with CLI commands, but not with MI commands.
10359 Test that breakpoint events are always mirrored to the console.
10360 Also expect the new source line to be output after a "next" in
10361 async mode too. Make it a pass/fail test.
10362 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10363 output.
10364 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10365
5166082f
PA
103662014-05-21 Pedro Alves <palves@redhat.com>
10367
10368 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10369 Use them to test variations of "list" after reaching a breakpoint.
10370 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10371 Test "list" with listsize 10 after reaching a breakpoint.
10372 * gdb.python/python.exp (decode_line current location line
10373 number): Adjust expected line number.
10374
2f25d70f
SM
103752014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10376
10377 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10378 behavior for $args, pass it directly to "run".
10379
ff604a67
MR
103802014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10381
10382 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10383 30000 to 65536.
10384
6a3cb8e8
PA
103852014-05-21 Pedro Alves <palves@redhat.com>
10386
10387 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10388 auto-connect-native-target off".
10389 * gdb.base/auto-connect-native-target.c: New file.
10390 * gdb.base/auto-connect-native-target.exp: New file.
10391
4ebfc96e
PA
103922014-05-21 Pedro Alves <palves@redhat.com>
10393
10394 * gdb.base/default.exp: Test "target native" instead of "target
10395 child".
10396
36d46afb
MW
103972014-05-21 Mark Wielaard <mjw@redhat.com>
10398
10399 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10400
5876f503
JK
104012014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10402
10403 Fix TLS access for -static -pthread.
10404 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10405 <HAVE_TLS> (thread_function, main): Initialize it.
10406 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10407 Add clean_restart.
10408 <$have_tls != "">: Check TLSVAR.
10409
0256a6ac
PA
104102014-05-21 Pedro Alves <palves@redhat.com>
10411
10412 * gdb.base/dcache-line-read-error.c: New.
10413 * gdb.base/dcache-line-read-error.exp: New.
10414
936d2992
PA
104152014-05-20 Pedro Alves <palves@redhat.com>
10416
10417 * gdb.base/compare-sections.c: New file.
10418 * gdb.base/compare-sections.exp: New file.
10419
802e8e6d
PA
104202014-05-20 Pedro Alves <palves@redhat.com>
10421
10422 * gdb.base/break-idempotent.c: New file.
10423 * gdb.base/break-idempotent.exp: New file.
10424
e59fa00f
MM
104252014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10426
10427 * gdb.btrace/nohist.exp: New.
10428
8b696e31
YQ
104292014-05-20 Yao Qi <yao@codesourcery.com>
10430
10431 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10432 gdb.reverse directory and gdb_reverse_timeout exists in board
10433 setting.
10434 * README: Document gdb_reverse_timeout.
10435
73c9764f
YQ
104362014-05-20 Yao Qi <yao@codesourcery.com>
10437
10438 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10439 'test_file_name'. Treat args as a string instead of a list.
10440 (gdb_init): Rename argument 'args' by 'test_file_name'.
10441
f1f4348a
JK
104422014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10443
10444 * gdb.arch/powerpc-power.exp: New file.
10445 * gdb.arch/powerpc-power.s: New file.
10446
0dbe70ce
DE
104472014-05-16 Doug Evans <dje@google.com>
10448
10449 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10450 * gdb.base/completion.exp: Check that all expected files exist
10451 before doing file completion.
0dbe70ce 10452
8d551b02
DE
104532014-05-16 Doug Evans <dje@google.com>
10454
10455 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10456 Update.
10457 (do_syscall_tests_without_xml): Update.
10458
73eb7709
PA
104592014-05-16 Pedro Alves <palves@redhat.com>
10460
10461 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10462 instead of "unknown output after running".
10463
3fae92fc
YQ
104642014-05-16 Yao Qi <yao@codesourcery.com>
10465
10466 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10467 file1.txt from host at the end.
10468 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10469
c2b2ccc5
DE
104702014-05-15 Doug Evans <dje@google.com>
10471
10472 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10473 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10474 loading file. Add test for TU lookup.
10475
8c217a4b
SM
104762014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10477
10478 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10479 calling "-exec-arguments" or "set args" before running the
10480 inferior.
10481
3deb39c6
SM
104822014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10483
10484 * lib/mi-support.exp (mi_expect_stop): Expect message for
10485 inferiors that exit with non-zero exit code.
10486
71a79f8c
YQ
104872014-05-14 Yao Qi <yao@codesourcery.com>
10488
10489 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10490 match absolute path on remote host.
10491 (test_file_list_exec_source_files): Remove "/" from the
10492 pattern.
10493
f23fcd46
YQ
104942014-05-14 Yao Qi <yao@codesourcery.com>
10495
10496 * boards/local-remote-host-notty.exp (${board}_file): New
10497 proc.
10498
9404b58f
KM
104992014-05-07 Kyle McMartin <kyle@redhat.com>
10500
10501 Pushed by Joel Brobecker <brobecker@adacore.com>.
10502 * gdb.arch/aarch64-atomic-inst.c: New file.
10503 * gdb.arch/aarch64-atomic-inst.exp: New file.
10504
5e45f04c
YQ
105052014-05-07 Yao Qi <yao@codesourcery.com>
10506
10507 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10508 in current context" too.
10509
c888a17d
KS
105102014-05-05 Keith Seitz <keiths@redhat.com>
10511
10512 * gdb.linespec/ls-dollar.exp: Add test for linespec
10513 file:convenience_variable.
10514
290a839c
YQ
105152014-05-05 Yao Qi <yao@codesourcery.com>
10516
10517 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10518 traceframes into tfile and ctf trace files. Read data from
10519 trace file and test collected data.
10520 (gdb_collect_locals_test): Likewise.
10521 (gdb_unavailable_registers_test): Likewise.
10522 (gdb_unavailable_floats): Likewise.
10523 (gdb_collect_globals_test): Likewise.
10524 (top-level): Append "ctf" to trace_file_targets if GDB
10525 supports.
10526
b5262cd0
YQ
105272014-05-05 Yao Qi <yao@codesourcery.com>
10528
10529 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10530 code to ...
10531 (gdb_collect_args_test_1): ... it. New proc.
10532 (gdb_collect_locals_test): Move some code to ...
10533 (gdb_collect_locals_test_1): ... it. New proc.
10534 (gdb_unavailable_registers_test): Move some code to ...
10535 (gdb_unavailable_registers_test_1): ... it. New proc.
10536 (gdb_unavailable_floats): Move some code to ...
10537 (gdb_unavailable_floats_1): ... it. New proc.
10538
30a1e6cc
SDJ
105392014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10540
10541 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10542 probes to test for bitness recognition.
10543 * gdb.arch/amd64-stap-optional-prefix.exp
10544 (test_probe_value_without_reg): New procedure.
10545 Add code to test for different kinds of bitness.
10546
f33da99a
SDJ
105472014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10548
10549 PR breakpoints/16889
10550 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10551 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10552
5b80f00d
PA
105532014-05-01 Pedro Alves <palves@redhat.com>
10554
10555 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10556 gdb_file_cmd if no file is specified.
10557 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10558 last_loaded_file to set the remote exec-file.
10559
f8c2a73c
PA
105602014-05-01 Pedro Alves <palves@redhat.com>
10561
10562 * boards/local-remote-host.exp: New file.
10563
be6e8ac7
PA
105642014-05-01 Pedro Alves <palves@redhat.com>
10565
10566 * boards/local-remote-host.exp: Rename to ...
10567 * boards/local-remote-host-notty.exp: ... this.
10568
cac0dc8f
JB
105692014-04-28 Joel Brobecker <brobecker@adacore.com>
10570
10571 * gdb.ada/dyn_arrayidx: New testcase.
10572
9730e6cc
YQ
105732014-04-26 Yao Qi <yao@codesourcery.com>
10574
10575 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10576 and compute the length of function main. Save it in
10577 $main_length.
10578 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10579 (top-level): Use gdb_compile to compile objects into
10580 executable and restart GDB. Remove invocation to
10581 prepare_for_testing.
10582
7ae1a6a6
PA
105832014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10584 Pedro Alves <palves@redhat.com>
10585
10586 PR server/16255
10587 * gdb.multi/multi-attach.c: New file.
10588 * gdb.multi/multi-attach.exp: New file.
10589
4082afcc
PA
105902014-04-25 Pedro Alves <palves@redhat.com>
10591
10592 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10593 user.
10594 (top level): Test that "set remote conditional-breakpoints-packet
10595 off" works as intended.
10596 * gdb.base/dprintf.exp: Test that "set remote
10597 breakpoint-commands-packet off" works as intended.
10598 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10599 New function.
10600 (top level): Call it.
10601 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10602 remote fast-tracepoints-packet off" works as intended.
10603 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10604 * lib/gdb.exp (gdb_is_target_remote): ... here.
10605
2abc3f8d
DB
106062014-04-24 David Blaikie <dblaikie@gmail.com>
10607
10608 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10609 ensure clang would not discard them.
10610 * gdb.base/gdbvars.c: Ditto.
10611 * gdb.base/memattr.c: Ditto.
10612 * gdb.base/whatis.c: Ditto.
10613 * gdb.python/py-prettyprint.c: Ditto.
10614 * gdb.trace/actions.c: Ditto.
10615 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10616 ensure clang would not discard it.
10617
bfd39632
DB
106182014-04-24 David Blaikie <dblaikie@gmail.com>
10619
10620 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10621 clang to emit the full definition of type required by the test
10622 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10623
22842ff6
DB
106242014-04-24 David Blaikie <dblaikie@gmail.com>
10625
10626 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10627 coax Clang into emitting the definition of the type.
10628 * gdb.cp/pr10728-x.h (y): Ditto.
10629 * gdb.cp/pr10728-y.cc (y): Ditto.
10630
c2e827ad
DB
106312014-04-24 David Blaikie <dblaikie@gmail.com>
10632
10633 * gdb.base/label.exp: XFAIL label related tests under Clang.
10634 * gdb.cp/cplabel.exp: Ditto.
10635 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10636 under Clang those using labels.
10637
4c2d33e7
YQ
106382014-04-25 Yao Qi <yao@codesourcery.com>
10639
10640 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10641 double_label.
10642 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10643 partial_label and double_label.
10644
56083b99
DB
106452014-04-24 David Blaikie <dblaikie@gmail.com>
10646
10647 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10648
25d4e99d
DB
106492014-04-24 David Blaikie <dblaikie@gmail.com>
10650
10651 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10652 of the function to work across GCC and Clang.
10653 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10654 pointer types (const void ** const V void **).
10655
01f9f808
MS
106562014-04-24 Michael Sturm <michael.sturm@mintel.com>
10657 Walfred Tedeschi <walfred.tedeschi@intel.com>
10658
10659 * Makefile.in (EXECUTABLES): Added i386-avx512.
10660 * gdb.arch/i386-avx512.c: New file.
10661 * gdb.arch/i386-avx512.exp: Likewise.
10662
4b48d439
KS
106632014-04-23 Keith Seitz <keiths@redhat.com>
10664
10665 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10666 (mi_make_breakpoint_table): New procedure.
10667 (mi_create_breakpoint): Use mi_make_breakpoint
10668 and return the result.
10669 (mi_make_breakpoint): New procedure.
10670 (mi_build_kv_pairs): New procedure.
10671
10672 * gdb.mi/mi-break.exp: Remove unused globals,
10673 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10674 All callers updated.
10675 * gdb.mi/mi-dprintf.exp: Use variable to track command
10676 number.
10677 Update all callers of mi_create_breakpoint and use
10678 mi_make_breakpoint_table.
10679 Remove any unused global variables.
10680 * gdb.mi/mi-nonstop.exp: Likewise.
10681 * gdb.mi/mi-nsintrall.exp: Likewise.
10682 * gdb.mi/mi-nsmoribund.exp: Likewise.
10683 * gdb.mi/mi-nsthrexec.exp: Likewise.
10684 * gdb.mi/mi-reverse.exp: Likewise.
10685 * gdb.mi/mi-simplerun.exp: Likewise.
10686 * gdb.mi/mi-stepn.exp: Likewise.
10687 * gdb.mi/mi-syn-frame.exp: Likewise.
10688 * gdb.mi/mi-until.exp: Likewise.
10689 * gdb.mi/mi-var-cp.exp: Likewise.
10690 * gdb.mi/mi-var-display.exp: Likewise.
10691 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10692 * gdb.mi/mi2-var-child.exp: Likewise.
10693 * gdb.mi/mi-vla-c99.exp: Likewise.
10694 * lib/mi-support.exp: Likewise.
10695
10696 From Ian Lance Taylor <iant@cygnus.com>:
10697 * lib/gdb.exp (parse_args): New procedure.
10698
08351840
PA
106992014-04-23 Pedro Alves <palves@redhat.com>
10700
10701 * gdb.base/break-unload-file.c: New file.
10702 * gdb.base/break-unload-file.exp: New file.
10703 * gdb.base/sym-file-lib.c (baz): New function.
10704 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10705 field.
10706 (load): Store the segment's mapped size.
10707 (unload): New function.
10708 (unload_shlib): New function.
10709 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10710 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10711 set a breakpoint at baz, and call it.
10712 * gdb.base/sym-file.exp: New tests for stale breakpoint
10713 instructions.
10714
076855f9
PA
107152014-04-23 Pedro Alves <palves@redhat.com>
10716
10717 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10718 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10719 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10720 * gdb.base/hbreak-unmapped.c: New file.
10721 * gdb.base/hbreak-unmapped.exp: New file.
10722 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10723 * lib/gdb.exp (gdb_is_target_remote): ... here.
10724
483805cf
PA
107252014-04-22 Pedro Alves <palves@redhat.com>
10726
10727 * gdb.base/consecutive-step-over.c: New file.
10728 * gdb.base/consecutive-step-over.exp: New file.
10729
06d97543
PA
107302014-04-22 Pedro Alves <palves@redhat.com>
10731
10732 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10733 instead of send_gdb/gdb_expect.
10734
b4429ea2
YQ
107352014-04-22 Yao Qi <yao@codesourcery.com>
10736
10737 * lib/trace-support.exp (generate_tracefile): New procedure.
10738 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10739 return 0.
10740 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10741 if generate_tracefile returns 1.
10742
51d48146
PA
107432014-04-18 Tom Tromey <palves@redhat.com>
10744 Pedro alves <tromey@redhat.com>
10745
10746 PR backtrace/15558
10747 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10748 with a backtrace limit.
10749 * gdb.python/py-frame-inline.exp: Test running to an inline
10750 function with a backtrace limit, and printing the newest frame.
10751 * gdb.python/py-frame-inline.c (main): Call f.
10752
bd1dce5f
MS
107532014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10754
10755 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10756
40d1a503
MS
107572014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10758
10759 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10760 Drop prefix from unsupported source file path.
10761
389b98f7
YQ
107622014-04-17 Yao Qi <yao@codesourcery.com>
10763
10764 * lib/gdb.exp (with_target_charset): New proc.
10765 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10766 with_target_charset.
10767 (test_print_strings): Likewise.
10768 (test_repeat_bytes): Likewise.
10769 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10770 for some tests.
10771
22869d73
KS
107722014-04-16 Keith Seitz <keiths@redhat.com>
10773
10774 PR gdb/15827
10775 * gdb.dwarf2/corrupt.c: New file.
10776 * gdb.dwarf2/corrupt.exp: New file.
10777
c4f87ca6
KS
107782014-04-16 Keith Seitz <keiths@redhat.com>
10779
10780 PR c++/16597
10781 * gdb.cp/namelessclass.cc: New file.
10782 * gdb.cp/namelessclass.exp: New file.
10783 * gdb.cp/namelessclass.S: New file.
10784
ab19de87
DE
107852014-04-16 Doug Evans <dje@google.com>
10786
10787 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10788 Add comment.
10789 (gdbserver_default_get_comm_port): New function.
10790 (gdbserver_start): Check if board file provided
10791 "gdbserver,get_comm_port" and use it if so.
10792 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10793 (gdb,socketport): Set to "stdio".
10794 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10795 (stdio_gdbserver_template): Delete.
10796 (${board}_get_remote_address): Update.
10797 (${board}_build_remote_cmd): Delete.
10798 (${board}_get_comm_port): New function.
10799 (${board}_spawn): Update.
10800 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10801 Delete.
10802 (${board}_get_remote_address): Update.
10803 (${board}_get_comm_port): New function.
10804
fc98a809
AB
108052014-04-16 Andrew Burgess <aburgess@broadcom.com>
10806
10807 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10808 appearing in any order.
10809
87fd9e6e
DE
108102014-04-15 Doug Evans <dje@google.com>
10811
10812 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10813 uninitialized value of "description".
10814
099fc3ea
KS
108152014-04-15 Keith Seitz <keiths@redhat.com>
10816
10817 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10818 Remove unused globals.
10819 (test_running_the_program): Likewise.
10820 (test_controlled_execution): Likewise.
10821 (test_controlling_breakpoints): Likewise.
10822 (test_program_termination): Likewise.
10823
5da151d4
KS
108242014-04-15 Keith Seitz <keiths@redhat.com>
10825
10826 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10827 unused globals.
10828 (test_rbreak_creation_and_listing): Likewise.
10829 (test_ignore_count): Likewise.
10830 (test_error): Likewise.
10831
35e5d2f0
PA
108322014-04-15 Pedro Alves <palves@redhat.com>
10833
10834 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10835 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10836 sym-file-loader.c.
10837 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10838 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10839 to sym-file-loader.c.
10840 (struct library): Forward declare.
10841 (load_shlib, lookup_function): Change prototypes.
10842 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10843 (translate_offset): Remove declarations.
10844 (get_text_addr): New declaration.
10845 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10846 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10847 sym-file-loader.h.
10848 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10849 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10850 here from sym-file-loader.h.
10851 (struct library): New structure.
10852 (load_shlib, lookup_function): Change prototypes and adjust to
10853 work with a struct library.
10854 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10855 (translate_offset): Make static.
10856 (get_text_addr): New function.
10857 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10858
eb4c1710
PA
108592014-04-15 Pedro Alves <palves@redhat.com>
10860
10861 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10862
2d1baf52
PA
108632014-04-15 Pedro Alves <palves@redhat.com>
10864
10865 * gdb.base/sym-file-loader.c: Include <limits.h>.
10866 (SELF_LINK): New define.
10867 (get_origin): New function.
10868 (load_shlib): Use it.
10869 * gdb.base/sym-file.exp: Don't early return if the target is
10870 remote. Use runto_main, and issue fail is that fails. Use
10871 gdb_load_shlibs.
10872 (shlib_name): Delete.
10873 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10874
7dd6df01
PA
108752014-04-15 Pedro Alves <palves@redhat.com>
10876
10877 * gdb.base/sym-file.exp: Remove regex characters from test
10878 message. Don't refer to breakpoint numbers in test messages.
10879
b50c8614
KS
108802014-04-14 Keith Seitz <keiths@redhat.com>
10881
10882 PR c++/16253
10883 * gdb.cp/var-tag.cc: New file.
10884 * gdb.cp/var-tag.exp: New file.
10885 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10886 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10887 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10888 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10889
3d567982
TT
108902014-04-14 Tom Tromey <tromey@redhat.com>
10891
10892 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10893 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10894 type.
10895 * gdb.cp/enum-class.exp: New file.
10896 * gdb.cp/enum-class.cc: New file.
10897
0626fc76
TT
108982014-04-14 Tom Tromey <tromey@redhat.com>
10899
10900 * gdb.dwarf2/enum-type.exp: New file.
10901
dca325b3
SA
109022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10903
10904 * gdb.mi/mi-vla-c99.exp: New file.
10905 * gdb.mi/vla.c: New file.
10906
5854b38a
SA
109072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10908
10909 * gdb.base/vla-datatypes.c: New file.
10910 * gdb.base/vla-datatypes.exp: New file.
10911
463bb957
SA
109122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10913
10914 * gdb.base/vla-ptr.c: New file.
10915 * gdb.base/vla-ptr.exp: New file.
10916
3dd170be
SA
109172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10918
10919 * gdb.dwarf2/count.exp: New file.
10920
5ecaaa66
SA
109212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10922
10923 * gdb.base/vla-sideeffect.c: New file.
10924 * gdb.base/vla-sideeffect.exp: New file.
10925
41f1ada5
DB
109262014-04-14 David Blaikie <dblaikie@gmail.com>
10927
10928 * gdb.mi/non-stop.c: Add return value for non-void function return
10929 statement.
10930 * gdb.threads/staticthreads.c: Ditto.
10931
0be03e84
DE
109322014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10933 Doug Evans <xdje42@gmail.com>
10934
10935 * gdb.guile/scm-value.c: Improve test case.
10936 * gdb.guile/scm-value.exp: Add new test.
10937
f180a1fb
DB
109382014-04-11 David Blaikie <dblaikie@gmail.com>
10939
10940 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10941 override Clang's default.
10942
6b662e19
JB
109432014-04-11 Joel Brobecker <brobecker@adacore.com>
10944
10945 Revert the following changes (regressions):
10946
10947 * gdb.base/vla-sideeffect.c: New file.
10948 * gdb.base/vla-sideeffect.exp: New file.
10949
10950 * gdb.dwarf2/count.exp: New file.
10951
10952 * gdb.base/vla-multi.c: New file.
10953 * gdb.base/vla-multi.exp: New file.
10954
10955 * gdb.base/vla-ptr.c: New file.
10956 * gdb.base/vla-ptr.exp: New file.
10957
10958 * gdb.base/vla-datatypes.c: New file.
10959 * gdb.base/vla-datatypes.exp: New file.
10960
10961 * gdb.mi/mi-vla-c99.exp: New file.
10962 * gdb.mi/vla.c: New file.
10963
245a5f0b
KS
109642014-04-11 Keith Seitz <keiths@redhat.com>
10965
10966 PR c++/16675
10967 * gdb.cp/cpsizeof.exp: New file.
10968 * gdb.cp/cpsizeof.cc: New file.
10969
58a84dcf
SA
109702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10971
191a8a90
JB
10972 * gdb.mi/mi-vla-c99.exp: New file.
10973 * gdb.mi/vla.c: New file.
58a84dcf 10974
c8655f75
SA
109752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10976
10977 * gdb.base/vla-datatypes.c: New file.
10978 * gdb.base/vla-datatypes.exp: New file.
10979
024e13b4
SA
109802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10981
10982 * gdb.base/vla-ptr.c: New file.
10983 * gdb.base/vla-ptr.exp: New file.
10984
1a237e0e
SA
109852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10986
10987 * gdb.base/vla-multi.c: New file.
10988 * gdb.base/vla-multi.exp: New file.
10989
504f3432
SA
109902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10991
10992 * gdb.dwarf2/count.exp: New file.
10993
3bce8237
SA
109942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10995
191a8a90
JB
10996 * gdb.base/vla-sideeffect.c: New file.
10997 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10998
322f9c21
YQ
109992014-04-11 Yao Qi <yao@codesourcery.com>
11000
11001 * gdb.base/completion.exp: Check file exists before running tests
11002 on file completion.
11003
d708bcd1
PA
110042014-04-10 Pedro Alves <palves@redhat.com>
11005
11006 * gdb.base/cond-eval-mode.c: New file.
11007 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11008 prepare_for_testing to build the new file. Check result of
11009 runto_main.
11010 (test_break, test_watch): New procedures.
11011 (top level): Use them.
11012
ae1d2761
PM
110132014-04-08 Pierre Muller <muller@sourceware.org>
11014
11015 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11016 Ctrl-V use for mingw hosts.
11017
7af389b8
SC
110182014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11019
11020 * gdb.python/py-value.c: Improve test case.
11021 * gdb.python/py-value.exp: Add new test.
11022
5e703181
DE
110232014-04-07 David Blaikie <dblaikie@gmail.com>
11024
11025 * lib/compiler.c: Identify the clang compiler.
11026 * lib/compiler.cc: Ditto.
11027
9810b410
YQ
110282014-04-03 Yao Qi <yao@codesourcery.com>
11029
11030 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11031
98d1b8dc
AB
110322014-04-01 Anton Blanchard <anton@samba.org>
11033
11034 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11035 messages unique.
11036
3114cea1
AB
110372014-04-01 Anton Blanchard <anton@samba.org>
11038
11039 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11040 prepare_for_testing.
11041
62f7182c
AB
110422014-04-01 Anton Blanchard <anton@samba.org>
11043
11044 * gdb.arch/ppc64-atomic-inst.c: Remove.
11045 * gdb.arch/ppc64-atomic-inst.S: New file.
11046 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11047
770e7fc7
DE
110482014-03-31 Doug Evans <dje@google.com>
11049
11050 * gdb.base/print-symbol-loading-lib.c: New file.
11051 * gdb.base/print-symbol-loading-main.c: New file.
11052 * gdb.base/print-symbol-loading.exp: New file.
11053
46e2bafa
YQ
110542014-03-31 Yao Qi <yao@codesourcery.com>
11055
11056 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11057
8776cfe9
JB
110582014-03-28 Joel Brobecker <brobecker@adacore.com>
11059
11060 * gdb.ada/mi_dyn_arr: New testcase.
11061
5d1ef361
DE
110622014-03-27 Doug Evans <dje@google.com>
11063
11064 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11065
b5bee914
YQ
110662014-03-27 Yao Qi <yao@codesourcery.com>
11067
11068 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11069 if target is nios2-*-*.
11070
0d4d0e77
YQ
110712014-03-26 Yao Qi <yao@codesourcery.com>
11072
11073 * lib/gdb.exp (readline_is_used): New proc.
11074 * gdb.base/completion.exp: Move tests on command complete up.
11075 Skip the rest of tests if readline is not used.
11076 * gdb.ada/complete.exp: Skp the test if readline is not
11077 used.
11078 * gdb.base/filesym.exp: Likewise.
11079 * gdb.base/macscp.exp: Likewise.
11080 * gdb.base/readline-ask.exp: Likewise.
11081 * gdb.base/readline.exp: Likewise.
11082 * gdb.python/py-cmd.exp: Likewise.
11083 * gdb.trace/tfile.exp: Likewise.
11084
29361eee
YQ
110852014-03-26 Yao Qi <yao@codesourcery.com>
11086
11087 * gdb.base/macscp.exp: Fix code format issues.
11088
bc9a5525
UW
110892014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11090
11091 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11092 * gdb.asm/powerpc64le.inc: New file.
11093
d3839ede
PA
110942014-03-25 Pedro Alves <palves@redhat.com>
11095 Doug Evans <dje@google.com>
11096
11097 * gdb.base/source-execution.c: New file.
11098 * gdb.base/source-execution.exp: New file.
11099 * gdb.base/source-execution.gdb: New file.
11100
01672a57
DE
111012014-03-24 Doug Evans <dje@google.com>
11102
11103 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11104 using fission.
11105
88bbeca9
HZ
111062014-03-24 Hui Zhu <hui@codesourcery.com>
11107 Pedro Alves <palves@redhat.com>
11108
11109 PR breakpoints/16101
11110 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11111 test pass/fail messages. Detect missing support for dprintf when
11112 breakpoints are actually inserted.
11113 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11114 breakpoints are actually inserted.
11115 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11116 fails.
11117
d2348791
JK
111182014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11119
11120 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11121
feef67ab
DE
111222014-03-22 Doug Evans <xdje42@gmail.com>
11123
11124 * gdb.python/python.exp (python not supported): Verify multi-line
11125 python command issues an error.
25d743f9 11126 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 11127 guile command issues an error.
feef67ab 11128
ecebef6a
MR
111292014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11130
11131 * gdb.threads/thread-specific.exp: Handle the lack of usable
11132 $this_breakpoint and $this_thread.
11133
ccdd1909
HZ
111342014-03-21 Hui Zhu <hui@codesourcery.com>
11135
11136 * gdb.base/attach.exp (do_command_attach_tests): New.
11137
beb460e8
PA
111382014-03-20 Tom Tromey <tromey@redhat.com>
11139 Pedro Alves <palves@redhat.com>
11140
11141 PR cli/15718
11142 * gdb.base/condbreak-call-false.c: New file.
11143 * gdb.base/condbreak-call-false.exp: New file.
11144
40acf43a
PA
111452014-03-20 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11148 Delete.
11149 (block_signals, unblock_signals): Delete.
11150 (child_function_2, main): Remove references to deleted variable
11151 and functions.
11152
9f5e1e02
PA
111532014-03-20 Pedro Alves <palves@redhat.com>
11154
11155 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11156 Use pthread_kill to signal thread 2.
11157 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11158 Adjust to make the test send itself a signal rather than using the
11159 host's "kill" command.
11160
99619bea
PA
111612014-03-20 Pedro Alves <palves@redhat.com>
11162
11163 * gdb.threads/multiple-step-overs.c: New file.
11164 * gdb.threads/multiple-step-overs.exp: New file.
11165 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11166 Adjust expected infrun debug output.
11167
2adfaa28
PA
111682014-03-20 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11171 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11172
31e77af2
PA
111732014-03-20 Pedro Alves <palves@redhat.com>
11174
11175 PR breakpoints/7143
11176 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11177 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11178 of gdb_test_multiple.
11179 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11180 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11181
b9f437de
PA
111822014-03-20 Pedro Alves <palves@redhat.com>
11183
11184 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11185 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11186
05adc73e
PA
111872014-03-19 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.base/async.exp: Remove early return.
11190
6048b950
PA
111912014-03-19 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11194
8bcfb00a
PA
111952014-03-19 Pedro Alves <palves@redhat.com>
11196
11197 * gdb.base/async.exp (test_background): Expect \r\n after
11198 "completed." in the fail pattern.
11199
884e37dc
PA
112002014-03-19 Pedro Alves <palves@redhat.com>
11201
11202 * gdb.base/async.exp (test_background): New procedure.
11203 Use it for all background execution command tests.
11204
148e57e2
PA
112052014-03-19 Pedro Alves <palves@redhat.com>
11206
11207 * gdb.base/async.exp: Use prepare_for_testing.
11208
f48088c7
PA
112092014-03-19 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11212 the same line.
11213
e2f6c966
PA
112142014-03-19 Pedro Alves <palves@redhat.com>
11215
11216 * gdb.base/async.c (main): Add "jump here" and "until here" line
11217 marker comments.
11218 * gdb.base/async.exp (jump_here): New global.
11219 (jump& test): Use it.
11220 (until_here): New global.
11221 (until& test): Use it.
11222
c30568d4
PA
112232014-03-19 Pedro Alves <palves@redhat.com>
11224
11225 * gdb.base/async.exp: Don't frob gdb_protocol.
11226
0172b6a7
DE
112272014-03-18 Doug Evans <xdje42@gmail.com>
11228
11229 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11230 Fix spelling of exec-done-display.
11231
06c868a8
JK
112322014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11233
11234 PR gdb/15358
11235 * gdb.base/gdb-sigterm.c: New file.
11236 * gdb.base/gdb-sigterm.exp: New file.
11237
0c7e1a46
PA
112382014-03-18 Pedro Alves <palves@redhat.com>
11239
11240 PR gdb/13860
11241 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11242 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11243 solib-event.
11244
f7c77d93
JB
112452014-03-17 Joel Brobecker <brobecker@adacore.com>
11246
11247 * gdb.ada/pckd_arr_ren: New testcase.
11248
5a1e8c7a
DE
112492014-03-13 Doug Evans <xdje42@gmail.com>
11250
11251 PR guile/16612
11252 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11253 collect after discarding symbols.
11254
350e1a76
DE
112552014-03-13 Ludovic Courtès <ludo@gnu.org>
11256 Doug Evans <xdje42@gmail.com>
11257
11258 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11259 to history survives a gc.
11260
a69900ae
PA
112612014-03-13 Pedro Alves <palves@redhat.com>
11262
11263 * gdb.base/default.exp: Don't test "target procfs".
11264
5db9f0bd
PA
112652014-03-13 Pedro Alves <palves@redhat.com>
11266
11267 * gdb.base/default.exp: Update "target child" and "target procfs"
11268 tests to not expect "Unix".
11269
b3ccfe11
TT
112702014-03-12 Tom Tromey <tromey@redhat.com>
11271
11272 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11273 New procs. Add target-async tests.
11274 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11275 Add target-async tests.
11276
646f4417
AA
112772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11278
11279 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11280 'func_start' and 'func_end' for the beginning and end of the
11281 function code, respectively.
11282 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11283 'func_end' instead of 'func' and 'main'.
11284
288c211f
AA
112852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11286
11287 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11288 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11289 generate the debug info assembler source.
11290
e0c0f156
AA
112912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11292
11293 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11294 * gdb.dwarf2/arr-subrange.exp: Likewise.
11295 * gdb.dwarf2/dwz.exp: Likewise.
11296 * gdb.dwarf2/method-ptr.exp: Likewise.
11297 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11298 * gdb.dwarf2/subrange.exp: Likewise.
11299 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11300 * gdb.dwarf2/implptrpiece.exp: Likewise.
11301 * gdb.dwarf2/nostaticblock.exp: Likewise.
11302
0e5c4555
AA
113032014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11304
11305 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11306 directory to absolute path name arguments.
11307
5ec18f2b
JG
113082014-03-10 Joel Brobecker <brobecker@adacore.com>
11309
11310 * gdb.ada/tagged_access: New testcase.
11311
847fc4f2
MM
113122014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11313
11314 * gdb.btrace/data.exp: Update expected output.
11315
cc3da688
YQ
113162014-03-06 Yao Qi <yao@codesourcery.com>
11317
11318 * gdb.trace/pr16508.exp: New file.
11319
0f26cec1
PA
113202014-03-05 Pedro Alves <palves@redhat.com>
11321
11322 PR gdb/16575
11323 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11324 procedure.
11325 (top level): Adjust to use it. Add tests that exercise breakpoint
11326 interaction with the code-cache.
11327
7a5a839f
LC
113282014-02-26 Ludovic Courtès <ludo@gnu.org>
11329
11330 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11331 test for 'history-append!'.
11332
31aa7e4e
JB
113332014-02-26 Joel Brobecker <brobecker@adacore.com>
11334
11335 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11336 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11337 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11338 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11339 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11340 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11341
1b588015
JB
113422014-02-26 Joel Brobecker <brobecker@adacore.com>
11343
11344 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11345 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11346 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11347
55426c9d
JB
113482014-02-26 Joel Brobecker <brobecker@adacore.com>
11349
11350 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11351
dc53a7ad
JB
113522014-02-26 Joel Brobecker <brobecker@adacore.com>
11353
11354 * gdb.dwarf2/arr-stride.c: New file.
11355 * gdb.dwarf2/arr-stride.exp: New file.
11356
12ab52e9
PA
113572014-02-26 Pedro Alves <palves@redhat.com>
11358
11359 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11360 that won't ever trigger. Make sure that GDB reports the correct
11361 breakpoint that caused the stop.
11362
849c862e
JK
113632014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11364
11365 PR gdb/16626
11366 * gdb.base/auto-load-script: New file.
11367 * gdb.base/auto-load.c: New file.
11368 * gdb.base/auto-load.exp: New file.
11369
71b7d793
JK
11370 PR gdb/16626
11371 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11372
e2f0d509
JK
113732014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11374
11375 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11376 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11377
50cc37c8
DE
113782014-02-24 Doug Evans <dje@google.com>
11379
11380 * lib/gdb.exp (run_on_host): Log error output if program fails.
11381
ea4758f2
PA
113822014-02-21 Pedro Alves <palves@redhat.com>
11383
11384 * gdb.threads/step-after-sr-lock.c: Rename to ...
11385 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11386 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11387 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11388 ... this.
11389
d7b30f67
SDJ
113902014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11391
11392 PR tdep/16397
11393 * gdb.arch/amd64-stap-special-operands.exp: New file.
11394 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11395 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11396 * gdb.arch/amd64-stap-triplet.S: Likewise.
11397 * gdb.arch/amd64-stap-triplet.c: Likewise.
11398
83deb43f
JB
113992014-02-20 Joel Brobecker <brobecker@adacore.com>
11400
11401 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11402 in .section pseudo-op.
11403
adde2bff
DE
114042014-02-20 lin zuojian <manjian2006@gmail.com>
11405 Joel Brobecker <brobecker@adacore.com>
11406 Doug Evans <xdje42@gmail.com>
11407
11408 PR symtab/16581
11409 * gdb.dwarf2/dw2-icycle.S: New file.
11410 * gdb.dwarf2/dw2-icycle.c: New file.
11411 * gdb.dwarf2/dw2-icycle.exp: New file.
11412
f7bd0f78
SC
114132014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11414
11415 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11416 operations on gdb.Value objects.
11417 * gdb.python/py-value-cc.exp: Add new test to test operations on
11418 gdb.Value objects.
11419
c17ef0d5
DE
114202014-02-18 Doug Evans <dje@google.com>
11421
11422 * Makefile.in (TESTS): New variable.
11423 (expanded_tests, expanded_tests_or_none): New variables
11424 (check-single): Pass $(expanded_tests_or_none) to runtest.
11425 (check-parallel): Only run tests in $(TESTS) if non-empty.
11426 (check/no-matching-tests-found): New rule.
11427 * README: Document TESTS makefile variable.
11428
5dd3176f
DE
114292014-02-18 Doug Evans <dje@google.com>
11430
11431 * Makefile.in (check-parallel): rm -rf outputs temp.
11432
0b10be4f
JK
114332014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11434
11435 Fix "ERROR: no fileid for" in the testsuite.
11436 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11437
85f224e7
DE
114382014-02-12 Doug Evans <dje@google.com>
11439
11440 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11441 (MISCELLANEOUS): New variable.
11442 (clean): rm -rf $(MISCELLANEOUS).
11443 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11444 dwp live in the same directory as symlinks, with each symlink pointed
11445 to a differently named file in a different directory.
11446
149b30ff
DE
114472014-02-11 Doug Evans <dje@google.com>
11448
11449 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11450 of Tcl file commands.
11451
1dfdac32
MK
114522014-02-10 Mark Kettenis <kettenis@gnu.org>
11453
11454 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11455 "kill -SIGUSR1 -1".
11456
aa4fb036
JB
114572014-02-10 Joel Brobecker <brobecker@adacore.com>
11458
11459 * gdb.ada/tick_length_array_enum_idx: New testcase.
11460
ed3ef339
DE
114612014-02-10 Doug Evans <xdje42@gmail.com>
11462
11463 * configure.ac (AC_OUTPUT): Add gdb.guile.
11464 * configure: Regenerate.
11465 * lib/gdb-guile.exp: New file.
11466 * lib/gdb.exp (get_target_charset): New function.
11467 * gdb.base/help.exp: Update expected output from "apropos apropos".
11468 * gdb.guile/Makefile.in: New file.
11469 * gdb.guile/guile.exp: New file.
11470 * gdb.guile/scm-arch.c: New file.
11471 * gdb.guile/scm-arch.exp: New file.
11472 * gdb.guile/scm-block.c: New file.
11473 * gdb.guile/scm-block.exp: New file.
11474 * gdb.guile/scm-breakpoint.c: New file.
11475 * gdb.guile/scm-breakpoint.exp: New file.
11476 * gdb.guile/scm-disasm.c: New file.
11477 * gdb.guile/scm-disasm.exp: New file.
11478 * gdb.guile/scm-equal.c: New file.
11479 * gdb.guile/scm-equal.exp: New file.
11480 * gdb.guile/scm-error.exp: New file.
11481 * gdb.guile/scm-error.scm: New file.
11482 * gdb.guile/scm-frame-args.c: New file.
11483 * gdb.guile/scm-frame-args.exp: New file.
11484 * gdb.guile/scm-frame-args.scm: New file.
11485 * gdb.guile/scm-frame-inline.c: New file.
11486 * gdb.guile/scm-frame-inline.exp: New file.
11487 * gdb.guile/scm-frame.c: New file.
11488 * gdb.guile/scm-frame.exp: New file.
11489 * gdb.guile/scm-generics.exp: New file.
11490 * gdb.guile/scm-gsmob.exp: New file.
11491 * gdb.guile/scm-iterator.c: New file.
11492 * gdb.guile/scm-iterator.exp: New file.
11493 * gdb.guile/scm-math.c: New file.
11494 * gdb.guile/scm-math.exp: New file.
11495 * gdb.guile/scm-objfile-script-gdb.in: New file.
11496 * gdb.guile/scm-objfile-script.c: New file.
11497 * gdb.guile/scm-objfile-script.exp: New file.
11498 * gdb.guile/scm-objfile.c: New file.
11499 * gdb.guile/scm-objfile.exp: New file.
11500 * gdb.guile/scm-ports.exp: New file.
11501 * gdb.guile/scm-pretty-print.c: New file.
11502 * gdb.guile/scm-pretty-print.exp: New file.
11503 * gdb.guile/scm-pretty-print.scm: New file.
11504 * gdb.guile/scm-section-script.c: New file.
11505 * gdb.guile/scm-section-script.exp: New file.
11506 * gdb.guile/scm-section-script.scm: New file.
11507 * gdb.guile/scm-symbol.c: New file.
11508 * gdb.guile/scm-symbol.exp: New file.
11509 * gdb.guile/scm-symtab-2.c: New file.
11510 * gdb.guile/scm-symtab.c: New file.
11511 * gdb.guile/scm-symtab.exp: New file.
11512 * gdb.guile/scm-type.c: New file.
11513 * gdb.guile/scm-type.exp: New file.
11514 * gdb.guile/scm-value-cc.cc: New file.
11515 * gdb.guile/scm-value-cc.exp: New file.
11516 * gdb.guile/scm-value.c: New file.
11517 * gdb.guile/scm-value.exp: New file.
11518 * gdb.guile/source2.scm: New file.
11519 * gdb.guile/types-module.cc: New file.
11520 * gdb.guile/types-module.exp: New file.
11521
7026a7c1
YQ
115222014-02-10 Yao Qi <yao@codesourcery.com>
11523
11524 PR testsuite/16543
11525 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11526 * configure: Regenerated.
11527 * Makefile.in: New file.
11528
6c466447
AS
115292014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11530
11531 * gdb.python/py-framefilter.exp: Fix typo.
11532
6e854735
YQ
115332014-02-08 Yao Qi <yao@codesourcery.com>
11534
11535 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11536 that no =breakpoint-modified is emitted when breakpoints are
11537 modified through MI commands.
11538
d137e6dc
PA
115392014-02-07 Pedro Alves <pedro@codesourcery.com>
11540 Pedro Alves <palves@redhat.com>
11541
11542 * gdb.threads/step-after-sr-lock.c: New file.
11543 * gdb.threads/step-after-sr-lock.exp: New file.
11544
b5ee5a50
PA
115452014-02-07 Pedro Alves <palves@redhat.com>
11546
11547 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11548
3c77faf3
JK
115492014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11550
11551 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11552 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11553
6dddc817
DE
115542014-02-06 Doug Evans <xdje42@gmail.com>
11555
11556 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11557 output.
11558
11559 * gdb.gdb/python-interrupts.exp: New file.
11560
de7b2893
YQ
115612014-02-05 Yao Qi <yao@codesourcery.com>
11562
11563 * gdb.trace/report.exp (use_collected_data): Test the output
11564 of "info threads" and "info inferiors".
11565
66d032ac
YQ
115662014-02-05 Yao Qi <yao@codesourcery.com>
11567
11568 Revert this patch:
11569
11570 2013-05-24 Yao Qi <yao@codesourcery.com>
11571
11572 * gdb.trace/tfile.exp: Test inferior and thread.
11573
591a12a1
UW
115742014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11575
11576 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11577 on a function.
11578 * gdb.base/step-bt.c: Call hello via function pointer to make
11579 sure its first instruction is executed on powerpc64le-linux.
11580
0ff3e01f
UW
115812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11582
11583 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11584
084ee545
UW
115852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11586
11587 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11588 of the test patterns for use on little-endian systems.
11589
6ed14ff3
UW
115902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11591
11592 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11593 (decimal_vector): Fix for little-endian.
11594
401e27fd
JM
115952014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11596
11597 * gdb.arch/sparc-sysstep.exp: New file.
11598 * gdb.arch/sparc-sysstep.c: Likewise.
11599
11600 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11601
8b924729
EBM
116022014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11603
11604 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11605
fb151210
JB
116062014-01-23 Tom Tromey <tromey@redhat.com>
11607
11608 * gdb.ada/array_char_idx: New testcase.
11609
0740f8d8
TT
116102014-01-23 Tom Tromey <tromey@redhat.com>
11611
11612 PR python/16487:
11613 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11614 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11615 classes.
11616
21909fa1
TT
116172014-01-23 Tom Tromey <tromey@redhat.com>
11618
11619 PR python/16491:
11620 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11621 string from an inferior frame.
11622 * gdb.python/py-framefilter-mi.exp: Update.
11623
87ce2a04
DE
116242014-01-22 Doug Evans <dje@google.com>
11625
11626 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11627
237b092b
AA
116282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11629
11630 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11631
d674a709
AA
116322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11633
11634 * gdb.trace/entry-values.exp: Remove excess space character from
11635 regex patterns. Handle s390 call instruction.
11636
20fa3390
AA
116372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11638
11639 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11640 define "*_start" label. Make "name" static.
11641 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11642 ${name} by references to ${name}_start.
11643
78466714
AA
116442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11645
11646 * gdb.base/info-macros.exp: Remove "debug" from the compile
11647 options.
11648
ec9f644a
IB
116492014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11650
11651 * gdb.dlang/demangle.exp: New file.
11652
94b1b47e
IB
116532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11654
11655 * gdb.dlang/primitive-types.exp: New file.
11656
7f420862
IB
116572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11658
11659 * configure.ac: Create gdb.dlang/Makefile.
11660 * configure: Regenerate.
11661 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11662 * gdb.dlang/Makefile.in: New file.
11663 * lib/d-support.exp: New file.
11664 * lib/gdb.exp (skip_d_tests): New proc.
11665
52834460
MM
116662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11667
11668 * gdb.btrace/delta.exp: Check reverse stepi.
11669 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11670 * gdb.btrace/finish.exp: New.
11671 * gdb.btrace/next.exp: New.
11672 * gdb.btrace/nexti.exp: New.
11673 * gdb.btrace/record_goto.c: Add comments.
11674 * gdb.btrace/step.exp: New.
11675 * gdb.btrace/stepi.exp: New.
11676 * gdb.btrace/multi-thread-step.c: New.
11677 * gdb.btrace/multi-thread-step.exp: New.
11678 * gdb.btrace/rn-dl-bind.c: New.
11679 * gdb.btrace/rn-dl-bind.exp: New.
11680 * gdb.btrace/data.c: New.
11681 * gdb.btrace/data.exp: New.
11682 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11683
6e07b1d2
MM
116842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11685
11686 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11687 * gdb.btrace/exception.exp: Update.
11688 * gdb.btrace/instruction_history.exp: Update.
11689 * gdb.btrace/record_goto.exp: Update.
11690 * gdb.btrace/tailcall.exp: Update.
11691 * gdb.btrace/unknown_functions.exp: Update.
11692 * gdb.btrace/delta.exp: New.
11693
0b722aec
MM
116942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11695
11696 * gdb.btrace/record_goto.exp: Add backtrace test.
11697 * gdb.btrace/tailcall.exp: Add backtrace test.
11698
066ce621
MM
116992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11700
11701 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11702 * gdb.btrace/record_goto.c: New.
11703 * gdb.btrace/record_goto.exp: New.
11704 * gdb.btrace/x86-record_goto.S: New.
11705
0688d04e
MM
117062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11707
11708 * gdb.btrace/function_call_history.exp: Update tests.
11709 * gdb.btrace/instruction_history.exp: Update tests.
11710
8710b709
MM
117112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11712
11713 * gdb.btrace/function_call_history.exp: Fix expected field
11714 order for "record function-call-history".
11715 Add new tests for "record function-call-history /c".
11716 * gdb.btrace/exception.cc: New.
11717 * gdb.btrace/exception.exp: New.
11718 * gdb.btrace/tailcall.exp: New.
11719 * gdb.btrace/x86-tailcall.S: New.
11720 * gdb.btrace/x86-tailcall.c: New.
11721 * gdb.btrace/unknown_functions.c: New.
11722 * gdb.btrace/unknown_functions.exp: New.
11723 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11724
5de9129b
MM
117252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11726
11727 * gdb.btrace/instruction_history.exp: Update.
11728 * gdb.btrace/function_call_history.exp: Update.
11729
23a7fe75
MM
117302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11731
11732 * gdb.btrace/function_call_history.exp: Fix expected function
11733 trace.
11734 * gdb.btrace/instruction_history.exp: Initialize traced.
11735 Remove traced_functions.
11736
724c7dd8
MM
117372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11738
11739 * gdb.btrace/function_call_history.exp: Update
11740 * gdb.btrace/instruction_history.exp: Update.
11741
6d78d93b
MM
117422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11743
11744 * gdb.btrace/enable.exp: Update expected text.
11745
93a360cc
OJ
117462014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11747
11748 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11749 bytes.
11750
3772b53f
MR
117512014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11752
11753 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11754
596662fa
OJ
117552014-01-15 Omair Javaid <omair.javaid@linaro.org>
11756
11757 * lib/gdb.exp (supports_process_record): Return true for
11758 arm*-linux*. (supports_reverse): Likewise.
11759
b5b08fb4
SC
117602014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11761
11762 PR python/15464
11763 PR python/16113
11764 * gdb.python/py-type.c: Enhance test case.
11765 * gdb.python/py-value-cc.cc: Likewise
11766 * gdb.python/py-type.exp: Add new tests.
11767 * gdb.python/py-value-cc.exp: Likewise
11768
52d7fb13
AA
117692014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11770 Pedro Alves <palves@redhat.com>
11771
11772 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11773 Make "name" extern.
11774 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11775 references to ${name}_start by references to ${name}.
11776
a2cd8cfe
JB
117772014-01-10 Joel Brobecker <brobecker@adacore.com>
11778
11779 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11780
4e23fced
JB
117812014-01-10 Joel Brobecker <brobecker@adacore.com>
11782
11783 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11784
c6a9e42c
PA
117852014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11786 Pedro Alves <palves@redhat.com>
11787
11788 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11789 mi_gdb_target_load.
c6a9e42c 11790
b7ea362b
PA
117912014-01-08 Pedro Alves <palves@redhat.com>
11792
11793 * gdb.threads/reconnect-signal.c: New file.
11794 * gdb.threads/reconnect-signal.exp: New file.
11795
5e3f4fab
EBM
117962014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11797
11798 * gdb.base/source-dir.exp: New file.
11799
79301218
JB
118002014-01-07 Joel Brobecker <brobecker@adacore.com>
11801
11802 * gdb.ada/mi_interface: New testcase.
11803
8e355c5d
JB
118042014-01-07 Joel Brobecker <brobecker@adacore.com>
11805
11806 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11807 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11808 gdb.ada/pp-rec-component/pck.ads: New files.
11809
c0d48811
JB
118102014-01-07 Joel Brobecker <brobecker@adacore.com>
11811
11812 * gdb.python/py-pp-integral.c: New file.
11813 * gdb.python/py-pp-integral.py: New file.
11814 * gdb.python/py-pp-integral.exp: New file.
11815
17b609c3 11816For older changes see ChangeLog-1993-2013.
c906108c 11817\f
8d8cb839
EZ
11818;; Local Variables:
11819;; mode: change-log
11820;; left-margin: 8
11821;; fill-column: 74
11822;; version-control: never
11823;; End:
902f2ccb 11824
61baf725 11825 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11826 Copying and distribution of this file, with or without modification,
11827 are permitted provided the copyright notice and this notice are preserved.
This page took 3.822083 seconds and 4 git commands to generate.