PR ld/20125, MMIX weak symbols
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6d580b63
YQ
12017-08-18 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.server/unittest.exp: New.
4
206726fb
SDJ
52017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6
7 PR gdb/21954
8 * gdb.base/environ.exp: Add test to check if 'unset environment'
9 works.
10
bf0ec4c2
AA
112017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12
13 * lib/gdb.exp (universal_compile_options): New caching proc.
14 (gdb_compile): Suppress GCC's coloring of messages.
15
d6382fff
TT
162017-08-14 Tom Tromey <tom@tromey.com>
17
18 PR gdb/21675:
19 * gdb.base/printcmds.exp (test_radices): New function.
20 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
21 * gdb.base/sizeof.exp (check_valueof): Use p/d.
22 * lib/gdb.exp (get_integer_valueof): Use p/d.
23
c2c2dd9f
SM
242017-08-12 Simon Marchi <simon.marchi@ericsson.com>
25
26 * lib/gdb.exp (get_valueof): Don't capture end-of-line
27 characters.
28
fdffd6f4
TT
292017-08-05 Tom Tromey <tom@tromey.com>
30
31 * gdb.rust/simple.exp: Allow String to appear in a different
32 namespace.
33
27d41eac
YQ
342017-07-26 Yao Qi <yao.qi@linaro.org>
35
36 * gdb.gdb/unittest.exp: Invoke command
37 "maintenance check xml-descriptions".
38
031ed05d
AA
392017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
40
41 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
42 calling context.
43 (hex128): Drop erroneous calculation of parameters.
44
dcd27ddf
SM
452017-07-22 Simon Marchi <simon.marchi@ericsson.com>
46
47 * gdb.python/py-unwind.exp: Disable stack protection when
48 building test file.
49
47e77640
PA
502017-07-20 Pedro Alves <palves@redhat.com>
51
52 * gdb.base/default.exp (set language): Adjust expected output.
53
62d2a18a
PA
542017-07-20 Pedro Alves <palves@redhat.com>
55
56 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
57 (test_minsym): ... this, and make static.
58 (get_pck__foo__bar__minsym): Rename to ...
59 (get_test_minsym): ... this.
60 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
61 symbol names and comments.
62 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
63 (get_test_minsym): ... this.
64 (pck__foo__bar__minsym__2): Rename to ...
65 (test_minsym): ... this.
66 (main): Adjust.
67
c45ec17c
PA
682017-07-17 Pedro Alves <palves@redhat.com>
69
70 * gdb.base/completion.exp: Adjust expected output.
71 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
72 the completer works.
73
c6756f62
PA
742017-07-17 Pedro Alves <palves@redhat.com>
75
76 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
77
5bd68487
AB
782017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
81
8880f2a9
TT
822017-07-14 Tom Tromey <tom@tromey.com>
83
84 PR rust/21764:
85 * gdb.rust/simple.exp: Add tests.
86
65547233
TT
872017-07-14 Tom Tromey <tom@tromey.com>
88
89 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
90
8f14146e
PA
912017-07-14 Pedro Alves <palves@redhat.com>
92
93 * gdb.linespec/base/one/thefile.cc (z1): New function.
94 * gdb.linespec/base/two/thefile.cc (z2): New function.
95 * gdb.linespec/linespec.exp: Add tests.
96
b4365d02
AB
972017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
100 to mi_create_breakpoint.
101
5d2cbaa5
AB
1022017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
103
104 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
105 mi_create_breakpoint.
106
11cb5716
IB
1072017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
108
109 * gdb.dlang/demangle.exp: Update for demangling changes.
110
03278692
TT
1112017-07-09 Tom Tromey <tom@tromey.com>
112
113 * gdb.dwarf2/shortpiece.exp: New file.
114
33c5cd75
DB
1152017-07-06 David Blaikie <dblaikie@gmail.com>
116
117 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
118 built from fissiont-multi-cu{1,2}.c.
119 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
120 except putting 'main' and 'func' in separate CUs in the same DWO file.
121 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
122 test.
123 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
124 test.
125
8455d262
PA
1262017-07-06 Pedro Alves <palves@redhat.com>
127
128 * gdb.python/py-unwind.exp: Test flushregs.
129
dc4bde35
SDJ
1302017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
131
132 PR cli/21688
133 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
134 tests for alias commands and trailing whitespace.
135
51ed89aa
SDJ
1362017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
137
138 PR cli/21688
139 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
140 procedure. Call it.
141
eb17d413
PA
1422017-06-29 Pedro Alves <palves@redhat.com>
143
144 * gdb.base/printcmds.exp: Add tests.
145
41664b45
DG
1462017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
147
148 PR gdb/21337
149 * gdb.base/reread-readsym.exp: New file.
150 * gdb.base/reread-readsym.c: New file.
151
75312ae3
KB
1522017-06-21 Kevin Buettner <kevinb@redhat.com>
153
154 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
155 subpattern.
156
66953522
PB
1572017-06-19 Peter Bergner <bergner@vnet.ibm.com>
158
159 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
160 extended mnemonic.
161 * gdb.arch/powerpc-power9.s: Likewise.
162
5524b525
AA
1632017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
164
165 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
166 on 32-bit x86 targets. Exploit is_*_target macros where
167 appropriate.
168
03c8af18
AA
1692017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
170
171 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
172 register pieces.
173
3bf31011
AA
1742017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
175
176 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
177 located in one or more DWARF pieces.
178
805acca0
AA
1792017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
180
181 * lib/gdb.exp (get_endianness): New proc.
182 * gdb.arch/aarch64-fp.exp: Use it.
183 * gdb.arch/altivec-regs.exp: Likewise.
184 * gdb.arch/e500-regs.exp: Likewise.
185 * gdb.arch/vsx-regs.exp: Likewise.
186 * gdb.base/dump.exp: Likewise.
187 * gdb.base/funcargs.exp: Likewise.
188 * gdb.base/gnu_vector.exp: Likewise.
189 * gdb.dwarf2/formdata16.exp: Likewise.
190 * gdb.dwarf2/implptrpiece.exp: Likewise.
191 * gdb.dwarf2/nonvar-access.exp: Likewise.
192 * gdb.python/py-inferior.exp: Likewise.
193 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
194
e9352324
AA
1952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
196
197 PR gdb/21226
198 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
199 stack value pieces are taken from the LSB end.
200
d5d1163e
AA
2012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
202
203 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
204 variable at nonzero offset.
205
0567c986
AA
2062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
207
208 * gdb.dwarf2/var-access.c: New file.
209 * gdb.dwarf2/var-access.exp: New test.
210 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
211
973e9aab
TT
2122017-06-12 Tom Tromey <tom@tromey.com>
213
214 * gdb.dwarf2/formdata16.exp: Add tests.
215
d9109c80
TT
2162017-06-12 Tom Tromey <tom@tromey.com>
217
218 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
219
30a25466
TT
2202017-06-12 Tom Tromey <tom@tromey.com>
221
222 PR exp/16225:
223 * gdb.reverse/i386-sse-reverse.exp: Update tests.
224 * gdb.arch/vsx-regs.exp: Update tests.
225 * gdb.arch/s390-vregs.exp (hex128): New proc.
226 Update test.
227 * gdb.arch/altivec-regs.exp: Update tests.
228
aefd8b33
SDJ
2292017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
230
231 * gdb.base/startup-with-shell.c: New file.
232 * gdb.base/startup-with-shell.exp: Likewise.
233
2090129c
SDJ
2342017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
235
236 * gdb.server/non-existing-program.exp: Update regex in order to
237 reflect the fact that gdbserver is now using fork_inferior (with a
238 shell) to startup the inferior.
239
8e86a419
SM
2402017-05-30 Simon Marchi <simon.marchi@ericsson.com>
241
242 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
243 support function calls from GDB.
244
e6cf65f2
TT
2452017-05-21 Tom Tromey <tom@tromey.com>
246
247 PR rust/21466:
248 * gdb.rust/unsized.exp: New file.
249 * gdb.rust/unsized.rs: New file.
250
43cc5389
TT
2512017-05-19 Tom Tromey <tom@tromey.com>
252
253 PR rust/21484:
254 * gdb.rust/watch.exp: New file.
255 * gdb.rust/watch.rs: New file.
256
ec8df234
TT
2572017-05-18 Tom Tromey <tom@tromey.com>
258
259 * gdb.rust/simple.exp: Allow Box to be qualified.
260
3e3e7fae
TP
2612017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
262
263 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
264
59cc050d
PA
2652017-05-18 Pedro Alves <palves@redhat.com>
266
267 * gdb.base/fileio.c (test_write, test_read, test_close)
268 (test_fstat): Don't print 'ret' in the fail path.
269
c8f6abd1
PA
2702017-05-18 Pedro Alves <palves@redhat.com>
271
272 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
273 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
274 (test_system, test_rename, test_unlink, test_time): Change
275 prototypes.
276 * gdb.base/fileio.exp (stop_msg): Adjust.
277
d2a03b77
PA
2782017-05-18 Pedro Alves <palves@redhat.com>
279
280 * gdb.base/fileio.c (null_str): New global.
281 (test_stat): Use it.
282 * gdb.base/fileio.exp: Remove nowarnings.
283
0d5c6999
YQ
2842017-05-17 Yao Qi <yao.qi@linaro.org>
285
286 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
287
21873064
YQ
2882017-05-17 Simon Marchi <simon.marchi@ericsson.com>
289
290 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
291 argument command.
292 (top-level): Invoke test_set_inferior_tty.
293
d512d31c
PA
2942017-05-04 Pedro Alves <palves@redhat.com>
295
296 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
297 Add parens to print call for Python 3.
298
90cef2ed
KS
2992017-05-03 Keith Seitz <keiths@redhat.com>
300
301 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
302 (main): Call it.
303
14f819c8
TW
3042017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
305
306 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
307 to prev and next.
308
913aeadd
TW
3092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
310
311 * gdb.python/py-record-btrace.exp: Remove test for
312 gdb.BtraceInstruction.error.
313
a3be24ad
TW
3142017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
315
316 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
317
ae20e79a
TW
3182017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
319
320 * gdb.python/py-record-btrace-threads.c: New file.
321 * gdb.python/py-record-btrace-threads.exp: New file.
322
45ce1b47
SDJ
3232017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
324
325 PR testsuite/8595
326 * gdb.base/environ.exp: Make test available in all architectures.
327 Move bits related to "info program" testing to
328 gdb.base/info-program.exp. Rewrite tests to use the two new
329 procedures mentione below.
330 (test_set_show_env_var) New procedure.
331 (test_set_show_env_var_equal): Likewise.
332 * gdb.base/info-program.exp: New file.
333
e15c3eb4
KS
3342017-04-27 Keith Seitz <keiths@redhat.com>
335
336 * gdb.cp/oranking.cc (test15): New function.
337 (main): Call test15 and declare additional variables for testing.
338 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
339 "p foo101('abc')" tests.
340 Add tests for cv qualifier overloads.
341 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
342 "lvalue reference overload" test.
343 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
344 "print value of f1 on Child&& in f2" test.
345
3a3fd0fd
PA
3462017-04-19 Pedro Alves <palves@redhat.com>
347
348 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
349 procedure.
350 (top level): Call it.
351 * lib/gdb.exp (gdb_define_cmd): New procedure.
352
53375380
PA
3532017-04-12 Pedro Alves <palves@redhat.com>
354
355 PR gdb/21323
356 * gdb.cp/wide_char_types.c: Include <wchar.h>.
357 (wchar): New global.
358 * gdb.cp/wide_char_types.exp (wide_char_types_program)
359 (do_test_wide_char, wide_char_types_no_program, top level): Add
360 wchar_t testing.
361
53e710ac
PA
3622017-04-12 Pedro Alves <palves@redhat.com>
363
364 PR c++/21323
365 * gdb.cp/wide_char_types.c: New file.
366 * gdb.cp/wide_char_types.exp: New file.
367
0ad9d8c7
SDJ
3682017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
369
370 PR gdb/21352
371 * gdb.trace/tsv.exp: Add test for "tsave -r".
372
b1b45502
IB
3732017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
374
375 * gdb.dlang/watch-loc.c: New file.
376 * gdb.dlang/watch-loc.exp: New file.
377
ec13808e
JK
3782017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
379
380 * gdb.python/py-section-script.exp (sepdebug): New testcases.
381
fe5f7374
AK
3822017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
383
384 * gdb.arch/arc-analyze-prologue.S: New file.
385 * gdb.arch/arc-analyze-prologue.exp: Likewise.
386
eea78757
AK
3872017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
388
389 * gdb.arch/arc-decode-insn.S: New file.
390 * gdb.arch/arc-decode-insn.exp: Likewise.
391
5badf10a
IR
3922017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
393
394 PR tdep/20928
395 * gdb.arch/sparc64-regs.exp: New file.
396 * gdb.arch/sparc64-regs.S: Likewise.
397
cee59b3f
TW
3982017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
399
400 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
401 and memory view on Python 3.
402
c0f55cc6
AV
4032017-03-20 Artemiy Volkov <artemiyv@acm.org>
404 Keith Seitz <keiths@redhat.com>
405
406 PR gdb/14441
407 * gdb.cp/demangle.exp: Add rvalue reference tests.
408 * gdb.cp/rvalue-ref-casts.cc: New file.
409 * gdb.cp/rvalue-ref-casts.exp: New file.
410 * gdb.cp/rvalue-ref-overload.cc: New file.
411 * gdb.cp/rvalue-ref-overload.exp: New file.
412 * gdb.cp/rvalue-ref-params.cc: New file.
413 * gdb.cp/rvalue-ref-params.exp: New file.
414 * gdb.cp/rvalue-ref-sizeof.cc: New file.
415 * gdb.cp/rvalue-ref-sizeof.exp: New file.
416 * gdb.cp/rvalue-ref-types.cc: New file.
417 * gdb.cp/rvalue-ref-types.exp: New file.
418 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
419 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
420
51457a05
MAL
4212017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
422
423 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
424 New procedure.
425
5b291c04
MAL
4262017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
427
428 * lib/mi-support.exp (mi_gdb_test): Add additional message
429 for unexpected output.
430
59a56148
AA
4312017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
432
433 * gdb.base/examine-backward.c (Barrier): New character array
434 constant, to ensure that TestStrings is preceded by a string
435 terminator.
436
7942e96e
AA
4372017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
438
439 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
440 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
441 and implicit pointer into such a location.
442
6ebac3fb
DE
4432017-03-16 Doug Evans <dje@google.com>
444
445 * gdb.python/py-lazy-string (pointer): Really add new typedef.
446
ec3b243d
TP
4472017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
448
449 * gdb.cp/m-static.exp: Fix expectation for prototype of
450 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
451
4522017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
453
454 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
455 * gdb.guile/scm-lazy-string.c: New file.
456 * gdb.guile/scm-value.exp: Move lazy string tests to ...
457 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
458 for pointer, array, typedef lazy strings.
459
2cc36e25 4602017-03-16 Doug Evans <dje@google.com>
34b43320
DE
461
462 PR python/17728, python/18439, python/18779
463 * gdb.python/py-value.c (main) Delete locals sptr, sn.
464 * gdb.python/py-lazy-string.c (pointer): New typedef.
465 (main): New locals ptr, array, typedef_ptr.
466 * gdb.python/py-value.exp: Move lazy string tests to ...
467 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
468 array, typedef lazy strings.
ec3b243d 469
0efcde63
AK
4702017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
471
472 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
473 Add optional 'test' parameter.
474
7978d7c3
SM
4752017-03-13 Simon Marchi <simon.marchi@ericsson.com>
476
477 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
478 Skip for versions of DejaGnu < 1.5.
479
896c0c1e
SM
4802017-03-13 Simon Marchi <simon.marchi@ericsson.com>
481
482 * lib/gdb.exp (dejagnu_version): New proc.
483 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
484 Use dejagnu_version.
485
5f4d1085
KS
4862017-03-10 Keith Seitz <keiths@redhat.com>
487
488 PR c++/8128
489 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
490 type from destructor regexps.
491 Add a branch which actually passes the test.
492 Adjust "ptype t5i" test names.
493
1de05205
PA
4942017-03-08 Pedro Alves <palves@redhat.com>
495
496 * gdb.base/step-over-exit.exp: Add explicit test message.
497
c65d6b55
PA
4982017-03-08 Pedro Alves <palves@redhat.com>
499
500 PR gdb/18360
501 * gdb.threads/interrupt-while-step-over.c: New file.
502 * gdb.threads/interrupt-while-step-over.exp: New file.
503
2e86a283
PA
5042017-03-08 Pedro Alves <palves@redhat.com>
505
506 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
507 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
508
25dcbff6
PA
5092017-03-08 Pedro Alves <palves@redhat.com>
510
511 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
512 PKRU as not supported as a PASS.
513
dc9366eb
PA
5142017-03-08 Pedro Alves <palves@redhat.com>
515
516 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
517 prefix instead of $binfile1/$binfile2.
518 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
519 in test message.
520 * gdb.python/py-completion.exp: Use "load python file" as test
521 messages instead of unstable path names.
522
6e5d74e7
PA
5232017-03-08 Pedro Alves <palves@redhat.com>
524 Jan Kratochvil <jan.kratochvil@redhat.com>
525
526 PR cli/21218
527 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
528 New proc.
529 (top level): Call it.
530
9753a2f6
PA
5312017-03-08 Pedro Alves <palves@redhat.com>
532
533 PR tui/21216
534 * gdb.tui/tui-nl-filtered-output.exp: New file.
535
1a4dd9dd
PA
5362017-03-08 Pedro Alves <palves@redhat.com>
537
538 * gdb.base/completion.exp: Move TUI completion tests to ...
539 * gdb.tui/completion.exp: ... this new file.
540
7cbbff33
PA
5412017-03-08 Pedro Alves <palves@redhat.com>
542
543 * gdb.base/tui-disasm-long-lines.c,
544 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
545 gdb.base/tui-layout.exp: Move to ...
546 * gdb.tui/: ... this new directory.
547
5f6fd321
PA
5482017-03-07 Pedro Alves <palves@redhat.com>
549
550 * gdb.base/tui-layout.c: New file.
551 * gdb.base/tui-layout.exp: New file.
552
44959fa8
PA
5532017-03-07 Pedro Alves <palves@redhat.com>
554
555 * gdb.base/tui-layout.c: Rename to ...
556 * gdb.base/tui-disasm-long-lines.c: ... this.
557 * gdb.base/tui-layout.exp: Rename to ...
558 * gdb.base/tui-disasm-long-lines.exp: ... this.
559
f8c4e718
PA
5602017-03-07 Pedro Alves <palves@redhat.com>
561
562 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
563
6dbb839a 5642017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
565
566 * i386-mpx-call.c: New file.
567 * i386-mpx-call.exp: New file.
568
65b48a81
PB
5692017-02-28 Peter Bergner <bergner@vnet.ibm.com>
570
571 * gdb.arch/powerpc-power.exp: Delete test.
572 * gdb.arch/powerpc-power.s: Likewise.
573 * gdb.disasm/disassembler-options.exp: New test.
574 * gdb.arch/powerpc-altivec.exp: Likewise.
575 * gdb.arch/powerpc-altivec.s: Likewise.
576 * gdb.arch/powerpc-altivec2.exp: Likewise.
577 * gdb.arch/powerpc-altivec2.s: Likewise.
578 * gdb.arch/powerpc-altivec3.exp: Likewise.
579 * gdb.arch/powerpc-altivec3.s: Likewise.
580 * gdb.arch/powerpc-power7.exp: Likewise.
581 * gdb.arch/powerpc-power7.s: Likewise.
582 * gdb.arch/powerpc-power8.exp: Likewise.
583 * gdb.arch/powerpc-power8.s: Likewise.
584 * gdb.arch/powerpc-power9.exp: Likewise.
585 * gdb.arch/powerpc-power9.s: Likewise.
586 * gdb.arch/powerpc-vsx.exp: Likewise.
587 * gdb.arch/powerpc-vsx.s: Likewise.
588 * gdb.arch/powerpc-vsx2.exp: Likewise.
589 * gdb.arch/powerpc-vsx2.s: Likewise.
590 * gdb.arch/powerpc-vsx3.exp: Likewise.
591 * gdb.arch/powerpc-vsx3.s: Likewise.
592 * gdb.arch/arm-disassembler-options.exp: Likewise.
593 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
594 * gdb.arch/s390-disassembler-options.exp: Likewise.
595
17cd4947
LM
5962017-02-23 Luis Machado <lgustavo@codesourcery.com>
597
598 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
599 (check_supported_features): ... this. Changed return type to void.
600 (supports_rdseed): New static global.
601 (rdseed): Check supports_rdseed.
602 (initialize): Call check_supported_features.
603
2039d74e
EBM
6042017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
605
606 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
607 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
608 and lqarx/stqcx.
609 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
610 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
611
a51d7ecf
EBM
6122017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
613
614 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
615 uppercase.
616
0224619f
JK
6172017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
618
619 * gdb.dwarf2/formdata16.c: New file.
620 * gdb.dwarf2/formdata16.exp: New file.
621 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
622
216f72a1
JK
6232017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
624
625 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
626 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
627 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
628 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
629 DW_AT_GNU_*.
630
43988095
JK
6312017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
632
633 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
634
99e8a4f9
SDJ
6352017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
636
637 PR gdb/21164
638 * gdb.base/maint.exp: Add testcases for when the commands do
639 not have arguments.
640
b58a8c0c
TP
6412017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
642
643 * gdb.cp/chained-calls.exp: Use p instead of P.
644
4e746bb6
TW
6452017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
646
647 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
648 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
649
3f77c769
TT
6502017-02-14 Tom Tromey <tom@tromey.com>
651
652 PR python/13598:
653 * gdb.python/py-events.exp: Add before_prompt event tests.
654
075beec0
AA
6552017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
656
657 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
658
bf5f525c
LM
6592017-02-13 Luis Machado <lgustavo@codesourcery.com>
660
661 * gdb.linespec/explicit.c (my_unique_function_name): New function.
662 (main): Call my_unique_function_name.
663 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
664 completion of patterns with a single match.
665 Add missing -re switches to gdb_test_multiple calls.
666
13a66184
LM
6672017-02-13 Luis Machado <lgustavo@codesourcery.com>
668
669 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
670 return if core file is not recognized.
671
26a06916
SM
6722017-02-10 Simon Marchi <simon.marchi@ericsson.com>
673
674 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
675 and extra UIs.
676
b761ca9e
SM
6772017-02-10 Simon Marchi <simon.marchi@ericsson.com>
678
679 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
680 proc_with_prefix.
681
b964bee0
TT
6822017-02-10 Tom Tromey <tom@tromey.com>
683
684 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
685
18da0c51
MG
6862017-02-10 Martin Galvan <martingalvan@sourceware.org>
687
688 PR gdb/21122
689 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
690
604c4576
JG
6912017-02-08 Jerome Guitton <guitton@adacore.com>
692
693 * gdb.base/define.exp: Add test for command abbreviations
694 in define.
695
20b477a7
LM
6962017-02-06 Luis Machado <lgustavo@codesourcery.com>
697
698 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
699 * gdb.reverse/insn-reverse-x86.c: New file.
700
3f7b46f2
IR
7012017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
702
703 PR tdep/20936
704 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
705
f0fd41c1
TT
7062017-02-03 Tom Tromey <tom@tromey.com>
707
708 PR rust/21097:
709 * gdb.rust/simple.exp: Add new tests.
710
5be5dbf0
PA
7112017-02-02 Pedro Alves <palves@redhat.com>
712
713 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
714 tests.
715
7346ef59
AA
7162017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
717
718 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
719 taking a 2-byte value out of a 4-byte DWARF implicit value on
720 big-endian targets.
721 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
722 logic. Add test cases for DW_OP_implicit.
723
787f0025
MM
7242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
725
726 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
727
68777c29
MM
7282017-02-01 Markus Metzger <markus.t.metzger@intel.com>
729
730 * gdb.btrace/enable.exp: Call gdb_exit before
731 skip_gdbserver_tests.
732
0a1c7e28
MM
7332017-02-01 Markus Metzger <markus.t.metzger@intel.com>
734
735 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
736 GDBFLAGS.
737
b5ac99b0
MM
7382017-02-01 Markus Metzger <markus.t.metzger@intel.com>
739
740 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
741 the test is skipped.
742 * gdb.btrace/data.exp: Likewise.
743 * gdb.btrace/delta.exp: Likewise.
744 * gdb.btrace/dlopen.exp: Likewise.
745 * gdb.btrace/enable-running.exp: Likewise.
746 * gdb.btrace/enable.exp: Likewise.
747 * gdb.btrace/exception.exp: Likewise.
748 * gdb.btrace/function_call_history.exp: Likewise.
749 * gdb.btrace/gcore.exp: Likewise.
750 * gdb.btrace/instruction_history.exp: Likewise.
751 * gdb.btrace/multi-thread-step.exp: Likewise.
752 * gdb.btrace/nohist.exp: Likewise.
753 * gdb.btrace/non-stop.exp: Likewise.
754 * gdb.btrace/reconnect.exp: Likewise.
755 * gdb.btrace/record_goto-step.exp: Likewise.
756 * gdb.btrace/record_goto.exp: Likewise.
757 * gdb.btrace/rn-dl-bind.exp: Likewise.
758 * gdb.btrace/segv.exp: Likewise.
759 * gdb.btrace/step.exp: Likewise.
760 * gdb.btrace/stepi.exp: Likewise.
761 * gdb.btrace/tailcall-only.exp: Likewise.
762 * gdb.btrace/tailcall.exp: Likewise.
763 * gdb.btrace/tsx.exp: Likewise.
764 * gdb.btrace/unknown_functions.exp: Likewise.
765 * gdb.btrace/vdso.exp: Likewise.
766
cd4007e4
MM
7672017-02-01 Markus Metzger <markus.t.metzger@intel.com>
768
769 * gdb.btrace/enable-running.c: New.
770 * gdb.btrace/enable-running.exp: New.
771
2735833d
WT
7722017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
773
774 * gdb.arch/amd64-gs_base.c: New file.
775 * gdb.arch/amd64-gs_base.exp: New file.
776
b51e1e94
LM
7772017-01-26 Luis Machado <lgustavo@codesourcery.com>
778
779 * lib/memory.exp: Remove spurious empty newlines.
780
72ca0410
SM
7812017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
782
783 * gdb.python/py-bad-printers.exp: Load python file using "source".
784 * gdb.python/py-events.exp: Likewise.
785 * gdb.python/py-evsignal.exp: Likewise.
786 * gdb.python/py-evthreads.exp: Likewise.
787 * gdb.python/py-frame-args.exp: Likewise.
788 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
789 * gdb.python/py-framefilter-mi.exp: Likewise.
790 * gdb.python/py-framefilter.exp: Likewise.
791 * gdb.python/py-mi.exp: Likewise.
792 * gdb.python/py-pp-maint.exp: Likewise.
793 * gdb.python/py-pp-registration.exp: Likewise.
794 * gdb.python/py-prettyprint.exp: Likewise.
795 (run_lang_tests): Likewise.
796 * gdb.python/py-typeprint.exp: Likewise.
797
e309aa65
LM
7982017-01-26 Luis Machado <lgustavo@codesourcery.com>
799
800 * lib/memory.exp: New file.
801 * lib/gdb.exp: Load memory.exp.
802 * gdb.base/memattr.exp (delete_memory): Move proc to
803 lib/memory.exp and rename to delete_memory_regions.
804 Replace delete_memory with delete_memory_regions.
805 Cleanup memory regions before tests.
806 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
807 before tests.
808
515aff23
LM
8092017-01-26 Luis Machado <lgustavo@codesourcery.com>
810
811 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
812 files.
813 (initialize): New function conditionally defined.
814 (testcases): Move within conditional block.
815 (main): Call initialize.
816 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
817 of gdb.reverse/insn-reverse.c.
818 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
819 gdb.reverse/insn-reverse.c.
820
d8b49cf0
YQ
8212017-01-26 Yao Qi <yao.qi@linaro.org>
822
823 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
824 disassemble on address 0.
825
f13a9a0c
YQ
8262017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
827 Yao Qi <yao.qi@linaro.org>
828
829 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
830 * gdb.dwarf2/implptr-64bit.S: Remove.
831 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
832 variables in caller's context. Add DW_OP_implicit_value.
833
5ac95241
YQ
8342017-01-25 Yao Qi <yao.qi@linaro.org>
835
836 * lib/dwarf.exp (Dwarf::_location): Handle
837 DW_OP_GNU_implicit_pointer with proper size.
838
23e82930
LM
8392017-01-20 Luis Machado <lgustavo@codesourcery.com>
840
841 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
842 and add untested calls.
843
d334ae25
LM
8442017-01-20 Luis Machado <lgustavo@codesourcery.com>
845
846 * gdb.python/python.exp: Check line number against what GDB thinks
847 the line number is for func1.
848
f5e6296e
IB
8492017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
850
851 * gdb.dlang/debug-expr.exp: New file.
852
5b362f04
LM
8532016-12-23 Luis Machado <lgustavo@codesourcery.com>
854
855 Fix test names for the following files:
856
857 * gdb.ada/exec_changed.exp
858 * gdb.ada/info_types.exp
859 * gdb.arch/aarch64-atomic-inst.exp
860 * gdb.arch/aarch64-fp.exp
861 * gdb.arch/altivec-abi.exp
862 * gdb.arch/altivec-regs.exp
863 * gdb.arch/amd64-byte.exp
864 * gdb.arch/amd64-disp-step.exp
865 * gdb.arch/amd64-dword.exp
866 * gdb.arch/amd64-entry-value-inline.exp
867 * gdb.arch/amd64-entry-value-param.exp
868 * gdb.arch/amd64-entry-value-paramref.exp
869 * gdb.arch/amd64-entry-value.exp
870 * gdb.arch/amd64-i386-address.exp
871 * gdb.arch/amd64-invalid-stack-middle.exp
872 * gdb.arch/amd64-invalid-stack-top.exp
873 * gdb.arch/amd64-optimout-repeat.exp
874 * gdb.arch/amd64-prologue-skip.exp
875 * gdb.arch/amd64-prologue-xmm.exp
876 * gdb.arch/amd64-stap-special-operands.exp
877 * gdb.arch/amd64-stap-wrong-subexp.exp
878 * gdb.arch/amd64-tailcall-cxx.exp
879 * gdb.arch/amd64-tailcall-noret.exp
880 * gdb.arch/amd64-tailcall-ret.exp
881 * gdb.arch/amd64-tailcall-self.exp
882 * gdb.arch/amd64-word.exp
883 * gdb.arch/arm-bl-branch-dest.exp
884 * gdb.arch/arm-disp-step.exp
885 * gdb.arch/arm-neon.exp
886 * gdb.arch/arm-single-step-kernel-helper.exp
887 * gdb.arch/avr-flash-qualifier.exp
888 * gdb.arch/disp-step-insn-reloc.exp
889 * gdb.arch/e500-abi.exp
890 * gdb.arch/e500-regs.exp
891 * gdb.arch/ftrace-insn-reloc.exp
892 * gdb.arch/i386-avx512.exp
893 * gdb.arch/i386-bp_permanent.exp
894 * gdb.arch/i386-byte.exp
895 * gdb.arch/i386-cfi-notcurrent.exp
896 * gdb.arch/i386-disp-step.exp
897 * gdb.arch/i386-dr3-watch.exp
898 * gdb.arch/i386-float.exp
899 * gdb.arch/i386-gnu-cfi.exp
900 * gdb.arch/i386-mpx-map.exp
901 * gdb.arch/i386-mpx-sigsegv.exp
902 * gdb.arch/i386-mpx-simple_segv.exp
903 * gdb.arch/i386-mpx.exp
904 * gdb.arch/i386-permbkpt.exp
905 * gdb.arch/i386-prologue.exp
906 * gdb.arch/i386-signal.exp
907 * gdb.arch/i386-size-overlap.exp
908 * gdb.arch/i386-unwind.exp
909 * gdb.arch/i386-word.exp
910 * gdb.arch/mips-fcr.exp
911 * gdb.arch/powerpc-d128-regs.exp
912 * gdb.arch/powerpc-stackless.exp
913 * gdb.arch/ppc64-atomic-inst.exp
914 * gdb.arch/s390-stackless.exp
915 * gdb.arch/s390-tdbregs.exp
916 * gdb.arch/s390-vregs.exp
917 * gdb.arch/sparc-sysstep.exp
918 * gdb.arch/thumb-bx-pc.exp
919 * gdb.arch/thumb-singlestep.exp
920 * gdb.arch/thumb2-it.exp
921 * gdb.arch/vsx-regs.exp
922 * gdb.asm/asm-source.exp
923 * gdb.base/a2-run.exp
924 * gdb.base/advance.exp
925 * gdb.base/all-bin.exp
926 * gdb.base/anon.exp
927 * gdb.base/args.exp
928 * gdb.base/arithmet.exp
929 * gdb.base/async-shell.exp
930 * gdb.base/async.exp
931 * gdb.base/attach-pie-noexec.exp
932 * gdb.base/attach-twice.exp
933 * gdb.base/auto-load.exp
934 * gdb.base/bang.exp
935 * gdb.base/bitfields.exp
936 * gdb.base/break-always.exp
937 * gdb.base/break-caller-line.exp
938 * gdb.base/break-entry.exp
939 * gdb.base/break-inline.exp
940 * gdb.base/break-on-linker-gcd-function.exp
941 * gdb.base/break-probes.exp
942 * gdb.base/break.exp
943 * gdb.base/breakpoint-shadow.exp
944 * gdb.base/call-ar-st.exp
945 * gdb.base/call-sc.exp
946 * gdb.base/call-signal-resume.exp
947 * gdb.base/call-strs.exp
948 * gdb.base/callfuncs.exp
949 * gdb.base/catch-fork-static.exp
950 * gdb.base/catch-gdb-caused-signals.exp
951 * gdb.base/catch-load.exp
952 * gdb.base/catch-signal-fork.exp
953 * gdb.base/catch-signal.exp
954 * gdb.base/catch-syscall.exp
955 * gdb.base/charset.exp
956 * gdb.base/checkpoint.exp
957 * gdb.base/chng-syms.exp
958 * gdb.base/code-expr.exp
959 * gdb.base/code_elim.exp
960 * gdb.base/commands.exp
961 * gdb.base/completion.exp
962 * gdb.base/complex.exp
963 * gdb.base/cond-expr.exp
964 * gdb.base/condbreak.exp
965 * gdb.base/consecutive.exp
966 * gdb.base/continue-all-already-running.exp
967 * gdb.base/coredump-filter.exp
968 * gdb.base/corefile.exp
969 * gdb.base/dbx.exp
970 * gdb.base/debug-expr.exp
971 * gdb.base/define.exp
972 * gdb.base/del.exp
973 * gdb.base/disabled-location.exp
974 * gdb.base/disasm-end-cu.exp
975 * gdb.base/disasm-optim.exp
976 * gdb.base/display.exp
977 * gdb.base/duplicate-bp.exp
978 * gdb.base/ena-dis-br.exp
979 * gdb.base/ending-run.exp
980 * gdb.base/enumval.exp
981 * gdb.base/environ.exp
982 * gdb.base/eu-strip-infcall.exp
983 * gdb.base/eval-avoid-side-effects.exp
984 * gdb.base/eval-skip.exp
985 * gdb.base/exitsignal.exp
986 * gdb.base/expand-psymtabs.exp
987 * gdb.base/filesym.exp
988 * gdb.base/find-unmapped.exp
989 * gdb.base/finish.exp
990 * gdb.base/float.exp
991 * gdb.base/foll-exec-mode.exp
992 * gdb.base/foll-exec.exp
993 * gdb.base/foll-fork.exp
994 * gdb.base/fortran-sym-case.exp
995 * gdb.base/freebpcmd.exp
996 * gdb.base/func-ptr.exp
997 * gdb.base/func-ptrs.exp
998 * gdb.base/funcargs.exp
999 * gdb.base/gcore-buffer-overflow.exp
1000 * gdb.base/gcore-relro-pie.exp
1001 * gdb.base/gcore-relro.exp
1002 * gdb.base/gcore.exp
1003 * gdb.base/gdb1090.exp
1004 * gdb.base/gdb11530.exp
1005 * gdb.base/gdb11531.exp
1006 * gdb.base/gdb1821.exp
1007 * gdb.base/gdbindex-stabs.exp
1008 * gdb.base/gdbvars.exp
1009 * gdb.base/hbreak.exp
1010 * gdb.base/hbreak2.exp
1011 * gdb.base/included.exp
1012 * gdb.base/infcall-input.exp
1013 * gdb.base/inferior-died.exp
1014 * gdb.base/infnan.exp
1015 * gdb.base/info-macros.exp
1016 * gdb.base/info-os.exp
1017 * gdb.base/info-proc.exp
1018 * gdb.base/info-shared.exp
1019 * gdb.base/info-target.exp
1020 * gdb.base/infoline.exp
1021 * gdb.base/interp.exp
1022 * gdb.base/interrupt.exp
1023 * gdb.base/jit-reader.exp
1024 * gdb.base/jit-simple.exp
1025 * gdb.base/kill-after-signal.exp
1026 * gdb.base/kill-detach-inferiors-cmd.exp
1027 * gdb.base/label.exp
1028 * gdb.base/langs.exp
1029 * gdb.base/ldbl_e308.exp
1030 * gdb.base/line-symtabs.exp
1031 * gdb.base/linespecs.exp
1032 * gdb.base/list.exp
1033 * gdb.base/long_long.exp
1034 * gdb.base/longest-types.exp
1035 * gdb.base/maint.exp
1036 * gdb.base/max-value-size.exp
1037 * gdb.base/memattr.exp
1038 * gdb.base/mips_pro.exp
1039 * gdb.base/morestack.exp
1040 * gdb.base/moribund-step.exp
1041 * gdb.base/multi-forks.exp
1042 * gdb.base/nested-addr.exp
1043 * gdb.base/nextoverexit.exp
1044 * gdb.base/noreturn-finish.exp
1045 * gdb.base/noreturn-return.exp
1046 * gdb.base/nostdlib.exp
1047 * gdb.base/offsets.exp
1048 * gdb.base/opaque.exp
1049 * gdb.base/pc-fp.exp
1050 * gdb.base/permissions.exp
1051 * gdb.base/print-symbol-loading.exp
1052 * gdb.base/prologue-include.exp
1053 * gdb.base/psymtab.exp
1054 * gdb.base/ptype.exp
1055 * gdb.base/random-signal.exp
1056 * gdb.base/randomize.exp
1057 * gdb.base/range-stepping.exp
1058 * gdb.base/readline-ask.exp
1059 * gdb.base/recpar.exp
1060 * gdb.base/recurse.exp
1061 * gdb.base/relational.exp
1062 * gdb.base/restore.exp
1063 * gdb.base/return-nodebug.exp
1064 * gdb.base/return.exp
1065 * gdb.base/run-after-attach.exp
1066 * gdb.base/save-bp.exp
1067 * gdb.base/scope.exp
1068 * gdb.base/sect-cmd.exp
1069 * gdb.base/set-lang-auto.exp
1070 * gdb.base/set-noassign.exp
1071 * gdb.base/setvar.exp
1072 * gdb.base/sigall.exp
1073 * gdb.base/sigbpt.exp
1074 * gdb.base/siginfo-addr.exp
1075 * gdb.base/siginfo-infcall.exp
1076 * gdb.base/siginfo-obj.exp
1077 * gdb.base/siginfo.exp
1078 * gdb.base/signals-state-child.exp
1079 * gdb.base/signest.exp
1080 * gdb.base/sigstep.exp
1081 * gdb.base/sizeof.exp
1082 * gdb.base/skip.exp
1083 * gdb.base/solib-corrupted.exp
1084 * gdb.base/solib-nodir.exp
1085 * gdb.base/solib-search.exp
1086 * gdb.base/stack-checking.exp
1087 * gdb.base/stale-infcall.exp
1088 * gdb.base/stap-probe.exp
1089 * gdb.base/start.exp
1090 * gdb.base/step-break.exp
1091 * gdb.base/step-bt.exp
1092 * gdb.base/step-line.exp
1093 * gdb.base/step-over-exit.exp
1094 * gdb.base/step-over-syscall.exp
1095 * gdb.base/step-resume-infcall.exp
1096 * gdb.base/step-test.exp
1097 * gdb.base/store.exp
1098 * gdb.base/structs3.exp
1099 * gdb.base/sym-file.exp
1100 * gdb.base/symbol-without-target_section.exp
1101 * gdb.base/term.exp
1102 * gdb.base/testenv.exp
1103 * gdb.base/ui-redirect.exp
1104 * gdb.base/until.exp
1105 * gdb.base/unwindonsignal.exp
1106 * gdb.base/value-double-free.exp
1107 * gdb.base/vla-datatypes.exp
1108 * gdb.base/vla-ptr.exp
1109 * gdb.base/vla-sideeffect.exp
1110 * gdb.base/volatile.exp
1111 * gdb.base/watch-cond-infcall.exp
1112 * gdb.base/watch-cond.exp
1113 * gdb.base/watch-non-mem.exp
1114 * gdb.base/watch-read.exp
1115 * gdb.base/watch-vfork.exp
1116 * gdb.base/watchpoint-cond-gone.exp
1117 * gdb.base/watchpoint-delete.exp
1118 * gdb.base/watchpoint-hw-hit-once.exp
1119 * gdb.base/watchpoint-hw.exp
1120 * gdb.base/watchpoint-stops-at-right-insn.exp
1121 * gdb.base/watchpoints.exp
1122 * gdb.base/wchar.exp
1123 * gdb.base/whatis-exp.exp
1124 * gdb.btrace/buffer-size.exp
1125 * gdb.btrace/data.exp
1126 * gdb.btrace/delta.exp
1127 * gdb.btrace/dlopen.exp
1128 * gdb.btrace/enable.exp
1129 * gdb.btrace/exception.exp
1130 * gdb.btrace/function_call_history.exp
1131 * gdb.btrace/gcore.exp
1132 * gdb.btrace/instruction_history.exp
1133 * gdb.btrace/nohist.exp
1134 * gdb.btrace/reconnect.exp
1135 * gdb.btrace/record_goto-step.exp
1136 * gdb.btrace/record_goto.exp
1137 * gdb.btrace/rn-dl-bind.exp
1138 * gdb.btrace/segv.exp
1139 * gdb.btrace/step.exp
1140 * gdb.btrace/stepi.exp
1141 * gdb.btrace/tailcall-only.exp
1142 * gdb.btrace/tailcall.exp
1143 * gdb.btrace/tsx.exp
1144 * gdb.btrace/unknown_functions.exp
1145 * gdb.btrace/vdso.exp
1146 * gdb.compile/compile-ifunc.exp
1147 * gdb.compile/compile-ops.exp
1148 * gdb.compile/compile-print.exp
1149 * gdb.compile/compile-setjmp.exp
1150 * gdb.cp/abstract-origin.exp
1151 * gdb.cp/ambiguous.exp
1152 * gdb.cp/annota2.exp
1153 * gdb.cp/annota3.exp
1154 * gdb.cp/anon-ns.exp
1155 * gdb.cp/anon-struct.exp
1156 * gdb.cp/anon-union.exp
1157 * gdb.cp/arg-reference.exp
1158 * gdb.cp/baseenum.exp
1159 * gdb.cp/bool.exp
1160 * gdb.cp/breakpoint.exp
1161 * gdb.cp/bs15503.exp
1162 * gdb.cp/call-c.exp
1163 * gdb.cp/casts.exp
1164 * gdb.cp/chained-calls.exp
1165 * gdb.cp/class2.exp
1166 * gdb.cp/classes.exp
1167 * gdb.cp/cmpd-minsyms.exp
1168 * gdb.cp/converts.exp
1169 * gdb.cp/cp-relocate.exp
1170 * gdb.cp/cpcompletion.exp
1171 * gdb.cp/cpexprs.exp
1172 * gdb.cp/cplabel.exp
1173 * gdb.cp/cplusfuncs.exp
1174 * gdb.cp/cpsizeof.exp
1175 * gdb.cp/ctti.exp
1176 * gdb.cp/derivation.exp
1177 * gdb.cp/destrprint.exp
1178 * gdb.cp/dispcxx.exp
1179 * gdb.cp/enum-class.exp
1180 * gdb.cp/exception.exp
1181 * gdb.cp/exceptprint.exp
1182 * gdb.cp/expand-psymtabs-cxx.exp
1183 * gdb.cp/expand-sals.exp
1184 * gdb.cp/extern-c.exp
1185 * gdb.cp/filename.exp
1186 * gdb.cp/formatted-ref.exp
1187 * gdb.cp/fpointer.exp
1188 * gdb.cp/gdb1355.exp
1189 * gdb.cp/gdb2495.exp
1190 * gdb.cp/hang.exp
1191 * gdb.cp/impl-this.exp
1192 * gdb.cp/infcall-dlopen.exp
1193 * gdb.cp/inherit.exp
1194 * gdb.cp/iostream.exp
1195 * gdb.cp/koenig.exp
1196 * gdb.cp/local.exp
1197 * gdb.cp/m-data.exp
1198 * gdb.cp/m-static.exp
1199 * gdb.cp/mb-ctor.exp
1200 * gdb.cp/mb-inline.exp
1201 * gdb.cp/mb-templates.exp
1202 * gdb.cp/member-name.exp
1203 * gdb.cp/member-ptr.exp
1204 * gdb.cp/meth-typedefs.exp
1205 * gdb.cp/method.exp
1206 * gdb.cp/method2.exp
1207 * gdb.cp/minsym-fallback.exp
1208 * gdb.cp/misc.exp
1209 * gdb.cp/namelessclass.exp
1210 * gdb.cp/namespace-enum.exp
1211 * gdb.cp/namespace-nested-import.exp
1212 * gdb.cp/namespace.exp
1213 * gdb.cp/nextoverthrow.exp
1214 * gdb.cp/no-dmgl-verbose.exp
1215 * gdb.cp/non-trivial-retval.exp
1216 * gdb.cp/noparam.exp
1217 * gdb.cp/nsdecl.exp
1218 * gdb.cp/nsimport.exp
1219 * gdb.cp/nsnested.exp
1220 * gdb.cp/nsnoimports.exp
1221 * gdb.cp/nsrecurs.exp
1222 * gdb.cp/nsstress.exp
1223 * gdb.cp/nsusing.exp
1224 * gdb.cp/operator.exp
1225 * gdb.cp/oranking.exp
1226 * gdb.cp/overload-const.exp
1227 * gdb.cp/overload.exp
1228 * gdb.cp/ovldbreak.exp
1229 * gdb.cp/ovsrch.exp
1230 * gdb.cp/paren-type.exp
1231 * gdb.cp/parse-lang.exp
1232 * gdb.cp/pass-by-ref.exp
1233 * gdb.cp/pr-1023.exp
1234 * gdb.cp/pr-1210.exp
1235 * gdb.cp/pr-574.exp
1236 * gdb.cp/pr10687.exp
1237 * gdb.cp/pr12028.exp
1238 * gdb.cp/pr17132.exp
1239 * gdb.cp/pr17494.exp
1240 * gdb.cp/pr9067.exp
1241 * gdb.cp/pr9167.exp
1242 * gdb.cp/pr9631.exp
1243 * gdb.cp/printmethod.exp
1244 * gdb.cp/psmang.exp
1245 * gdb.cp/psymtab-parameter.exp
1246 * gdb.cp/ptype-cv-cp.exp
1247 * gdb.cp/ptype-flags.exp
1248 * gdb.cp/re-set-overloaded.exp
1249 * gdb.cp/ref-types.exp
1250 * gdb.cp/rtti.exp
1251 * gdb.cp/scope-err.exp
1252 * gdb.cp/shadow.exp
1253 * gdb.cp/smartp.exp
1254 * gdb.cp/static-method.exp
1255 * gdb.cp/static-print-quit.exp
1256 * gdb.cp/temargs.exp
1257 * gdb.cp/templates.exp
1258 * gdb.cp/try_catch.exp
1259 * gdb.cp/typedef-operator.exp
1260 * gdb.cp/typeid.exp
1261 * gdb.cp/userdef.exp
1262 * gdb.cp/using-crash.exp
1263 * gdb.cp/var-tag.exp
1264 * gdb.cp/virtbase.exp
1265 * gdb.cp/virtfunc.exp
1266 * gdb.cp/virtfunc2.exp
1267 * gdb.cp/vla-cxx.exp
1268 * gdb.disasm/t01_mov.exp
1269 * gdb.disasm/t02_mova.exp
1270 * gdb.disasm/t03_add.exp
1271 * gdb.disasm/t04_sub.exp
1272 * gdb.disasm/t05_cmp.exp
1273 * gdb.disasm/t06_ari2.exp
1274 * gdb.disasm/t07_ari3.exp
1275 * gdb.disasm/t08_or.exp
1276 * gdb.disasm/t09_xor.exp
1277 * gdb.disasm/t10_and.exp
1278 * gdb.disasm/t11_logs.exp
1279 * gdb.disasm/t12_bit.exp
1280 * gdb.disasm/t13_otr.exp
1281 * gdb.dlang/circular.exp
1282 * gdb.dwarf2/arr-stride.exp
1283 * gdb.dwarf2/arr-subrange.exp
1284 * gdb.dwarf2/atomic-type.exp
1285 * gdb.dwarf2/bad-regnum.exp
1286 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1287 * gdb.dwarf2/callframecfa.exp
1288 * gdb.dwarf2/clztest.exp
1289 * gdb.dwarf2/corrupt.exp
1290 * gdb.dwarf2/data-loc.exp
1291 * gdb.dwarf2/dup-psym.exp
1292 * gdb.dwarf2/dw2-anon-mptr.exp
1293 * gdb.dwarf2/dw2-anonymous-func.exp
1294 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1295 * gdb.dwarf2/dw2-bad-unresolved.exp
1296 * gdb.dwarf2/dw2-basic.exp
1297 * gdb.dwarf2/dw2-canonicalize-type.exp
1298 * gdb.dwarf2/dw2-case-insensitive.exp
1299 * gdb.dwarf2/dw2-common-block.exp
1300 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1301 * gdb.dwarf2/dw2-compressed.exp
1302 * gdb.dwarf2/dw2-const.exp
1303 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1304 * gdb.dwarf2/dw2-cu-size.exp
1305 * gdb.dwarf2/dw2-dup-frame.exp
1306 * gdb.dwarf2/dw2-entry-value.exp
1307 * gdb.dwarf2/dw2-icycle.exp
1308 * gdb.dwarf2/dw2-ifort-parameter.exp
1309 * gdb.dwarf2/dw2-inline-break.exp
1310 * gdb.dwarf2/dw2-inline-param.exp
1311 * gdb.dwarf2/dw2-intercu.exp
1312 * gdb.dwarf2/dw2-intermix.exp
1313 * gdb.dwarf2/dw2-lexical-block-bare.exp
1314 * gdb.dwarf2/dw2-linkage-name-trust.exp
1315 * gdb.dwarf2/dw2-minsym-in-cu.exp
1316 * gdb.dwarf2/dw2-noloc.exp
1317 * gdb.dwarf2/dw2-op-call.exp
1318 * gdb.dwarf2/dw2-op-out-param.exp
1319 * gdb.dwarf2/dw2-opt-structptr.exp
1320 * gdb.dwarf2/dw2-param-error.exp
1321 * gdb.dwarf2/dw2-producer.exp
1322 * gdb.dwarf2/dw2-ranges-base.exp
1323 * gdb.dwarf2/dw2-ref-missing-frame.exp
1324 * gdb.dwarf2/dw2-reg-undefined.exp
1325 * gdb.dwarf2/dw2-regno-invalid.exp
1326 * gdb.dwarf2/dw2-restore.exp
1327 * gdb.dwarf2/dw2-restrict.exp
1328 * gdb.dwarf2/dw2-single-line-discriminators.exp
1329 * gdb.dwarf2/dw2-strp.exp
1330 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1331 * gdb.dwarf2/dw2-unresolved.exp
1332 * gdb.dwarf2/dw2-var-zero-addr.exp
1333 * gdb.dwarf2/dw4-sig-types.exp
1334 * gdb.dwarf2/dwz.exp
1335 * gdb.dwarf2/dynarr-ptr.exp
1336 * gdb.dwarf2/enum-type.exp
1337 * gdb.dwarf2/gdb-index.exp
1338 * gdb.dwarf2/implptr-64bit.exp
1339 * gdb.dwarf2/implptr-optimized-out.exp
1340 * gdb.dwarf2/implptr.exp
1341 * gdb.dwarf2/implref-array.exp
1342 * gdb.dwarf2/implref-const.exp
1343 * gdb.dwarf2/implref-global.exp
1344 * gdb.dwarf2/implref-struct.exp
1345 * gdb.dwarf2/mac-fileno.exp
1346 * gdb.dwarf2/main-subprogram.exp
1347 * gdb.dwarf2/member-ptr-forwardref.exp
1348 * gdb.dwarf2/method-ptr.exp
1349 * gdb.dwarf2/missing-sig-type.exp
1350 * gdb.dwarf2/nonvar-access.exp
1351 * gdb.dwarf2/opaque-type-lookup.exp
1352 * gdb.dwarf2/pieces-optimized-out.exp
1353 * gdb.dwarf2/pieces.exp
1354 * gdb.dwarf2/pr10770.exp
1355 * gdb.dwarf2/pr13961.exp
1356 * gdb.dwarf2/staticvirtual.exp
1357 * gdb.dwarf2/subrange.exp
1358 * gdb.dwarf2/symtab-producer.exp
1359 * gdb.dwarf2/trace-crash.exp
1360 * gdb.dwarf2/typeddwarf.exp
1361 * gdb.dwarf2/valop.exp
1362 * gdb.dwarf2/watch-notconst.exp
1363 * gdb.fortran/array-element.exp
1364 * gdb.fortran/charset.exp
1365 * gdb.fortran/common-block.exp
1366 * gdb.fortran/complex.exp
1367 * gdb.fortran/derived-type-function.exp
1368 * gdb.fortran/derived-type.exp
1369 * gdb.fortran/logical.exp
1370 * gdb.fortran/module.exp
1371 * gdb.fortran/multi-dim.exp
1372 * gdb.fortran/nested-funcs.exp
1373 * gdb.fortran/print-formatted.exp
1374 * gdb.fortran/subarray.exp
1375 * gdb.fortran/vla-alloc-assoc.exp
1376 * gdb.fortran/vla-datatypes.exp
1377 * gdb.fortran/vla-history.exp
1378 * gdb.fortran/vla-ptr-info.exp
1379 * gdb.fortran/vla-ptype-sub.exp
1380 * gdb.fortran/vla-ptype.exp
1381 * gdb.fortran/vla-sizeof.exp
1382 * gdb.fortran/vla-type.exp
1383 * gdb.fortran/vla-value-sub-arbitrary.exp
1384 * gdb.fortran/vla-value-sub-finish.exp
1385 * gdb.fortran/vla-value-sub.exp
1386 * gdb.fortran/vla-value.exp
1387 * gdb.fortran/whatis_type.exp
1388 * gdb.go/chan.exp
1389 * gdb.go/handcall.exp
1390 * gdb.go/hello.exp
1391 * gdb.go/integers.exp
1392 * gdb.go/methods.exp
1393 * gdb.go/package.exp
1394 * gdb.go/strings.exp
1395 * gdb.go/types.exp
1396 * gdb.go/unsafe.exp
1397 * gdb.guile/scm-arch.exp
1398 * gdb.guile/scm-block.exp
1399 * gdb.guile/scm-breakpoint.exp
1400 * gdb.guile/scm-cmd.exp
1401 * gdb.guile/scm-disasm.exp
1402 * gdb.guile/scm-equal.exp
1403 * gdb.guile/scm-frame-args.exp
1404 * gdb.guile/scm-frame-inline.exp
1405 * gdb.guile/scm-frame.exp
1406 * gdb.guile/scm-iterator.exp
1407 * gdb.guile/scm-math.exp
1408 * gdb.guile/scm-objfile.exp
1409 * gdb.guile/scm-ports.exp
1410 * gdb.guile/scm-symbol.exp
1411 * gdb.guile/scm-symtab.exp
1412 * gdb.guile/scm-value-cc.exp
1413 * gdb.guile/types-module.exp
1414 * gdb.linespec/break-ask.exp
1415 * gdb.linespec/cpexplicit.exp
1416 * gdb.linespec/explicit.exp
1417 * gdb.linespec/keywords.exp
1418 * gdb.linespec/linespec.exp
1419 * gdb.linespec/ls-dollar.exp
1420 * gdb.linespec/ls-errs.exp
1421 * gdb.linespec/skip-two.exp
1422 * gdb.linespec/thread.exp
1423 * gdb.mi/mi-async.exp
1424 * gdb.mi/mi-basics.exp
1425 * gdb.mi/mi-break.exp
1426 * gdb.mi/mi-catch-load.exp
1427 * gdb.mi/mi-cli.exp
1428 * gdb.mi/mi-cmd-param-changed.exp
1429 * gdb.mi/mi-console.exp
1430 * gdb.mi/mi-detach.exp
1431 * gdb.mi/mi-disassemble.exp
1432 * gdb.mi/mi-eval.exp
1433 * gdb.mi/mi-file-transfer.exp
1434 * gdb.mi/mi-file.exp
1435 * gdb.mi/mi-fill-memory.exp
1436 * gdb.mi/mi-inheritance-syntax-error.exp
1437 * gdb.mi/mi-linespec-err-cp.exp
1438 * gdb.mi/mi-logging.exp
1439 * gdb.mi/mi-memory-changed.exp
1440 * gdb.mi/mi-read-memory.exp
1441 * gdb.mi/mi-record-changed.exp
1442 * gdb.mi/mi-reg-undefined.exp
1443 * gdb.mi/mi-regs.exp
1444 * gdb.mi/mi-return.exp
1445 * gdb.mi/mi-reverse.exp
1446 * gdb.mi/mi-simplerun.exp
1447 * gdb.mi/mi-solib.exp
1448 * gdb.mi/mi-stack.exp
1449 * gdb.mi/mi-stepi.exp
1450 * gdb.mi/mi-syn-frame.exp
1451 * gdb.mi/mi-until.exp
1452 * gdb.mi/mi-var-block.exp
1453 * gdb.mi/mi-var-child.exp
1454 * gdb.mi/mi-var-cmd.exp
1455 * gdb.mi/mi-var-cp.exp
1456 * gdb.mi/mi-var-display.exp
1457 * gdb.mi/mi-var-invalidate.exp
1458 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1459 * gdb.mi/mi-vla-fortran.exp
1460 * gdb.mi/mi-watch.exp
1461 * gdb.mi/mi2-var-child.exp
1462 * gdb.mi/user-selected-context-sync.exp
1463 * gdb.modula2/unbounded-array.exp
1464 * gdb.multi/dummy-frame-restore.exp
1465 * gdb.multi/multi-arch-exec.exp
1466 * gdb.multi/multi-arch.exp
1467 * gdb.multi/tids.exp
1468 * gdb.multi/watchpoint-multi.exp
1469 * gdb.opencl/callfuncs.exp
1470 * gdb.opencl/convs_casts.exp
1471 * gdb.opencl/datatypes.exp
1472 * gdb.opencl/operators.exp
1473 * gdb.opencl/vec_comps.exp
1474 * gdb.opt/clobbered-registers-O2.exp
1475 * gdb.opt/inline-break.exp
1476 * gdb.opt/inline-bt.exp
1477 * gdb.opt/inline-cmds.exp
1478 * gdb.opt/inline-locals.exp
1479 * gdb.pascal/case-insensitive-symbols.exp
1480 * gdb.pascal/floats.exp
1481 * gdb.pascal/gdb11492.exp
1482 * gdb.python/lib-types.exp
1483 * gdb.python/py-arch.exp
1484 * gdb.python/py-as-string.exp
1485 * gdb.python/py-bad-printers.exp
1486 * gdb.python/py-block.exp
1487 * gdb.python/py-breakpoint-create-fail.exp
1488 * gdb.python/py-breakpoint.exp
1489 * gdb.python/py-caller-is.exp
1490 * gdb.python/py-cmd.exp
1491 * gdb.python/py-explore-cc.exp
1492 * gdb.python/py-explore.exp
1493 * gdb.python/py-finish-breakpoint.exp
1494 * gdb.python/py-finish-breakpoint2.exp
1495 * gdb.python/py-frame-args.exp
1496 * gdb.python/py-frame-inline.exp
1497 * gdb.python/py-frame.exp
1498 * gdb.python/py-framefilter-mi.exp
1499 * gdb.python/py-infthread.exp
1500 * gdb.python/py-lazy-string.exp
1501 * gdb.python/py-linetable.exp
1502 * gdb.python/py-mi-events.exp
1503 * gdb.python/py-mi-objfile.exp
1504 * gdb.python/py-mi.exp
1505 * gdb.python/py-objfile.exp
1506 * gdb.python/py-pp-integral.exp
1507 * gdb.python/py-pp-maint.exp
1508 * gdb.python/py-pp-re-notag.exp
1509 * gdb.python/py-pp-registration.exp
1510 * gdb.python/py-recurse-unwind.exp
1511 * gdb.python/py-strfns.exp
1512 * gdb.python/py-symbol.exp
1513 * gdb.python/py-symtab.exp
1514 * gdb.python/py-sync-interp.exp
1515 * gdb.python/py-typeprint.exp
1516 * gdb.python/py-unwind-maint.exp
1517 * gdb.python/py-unwind.exp
1518 * gdb.python/py-value-cc.exp
1519 * gdb.python/py-xmethods.exp
1520 * gdb.reverse/amd64-tailcall-reverse.exp
1521 * gdb.reverse/break-precsave.exp
1522 * gdb.reverse/break-reverse.exp
1523 * gdb.reverse/consecutive-precsave.exp
1524 * gdb.reverse/consecutive-reverse.exp
1525 * gdb.reverse/finish-precsave.exp
1526 * gdb.reverse/finish-reverse-bkpt.exp
1527 * gdb.reverse/finish-reverse.exp
1528 * gdb.reverse/fstatat-reverse.exp
1529 * gdb.reverse/getresuid-reverse.exp
1530 * gdb.reverse/i386-precsave.exp
1531 * gdb.reverse/i386-reverse.exp
1532 * gdb.reverse/i386-sse-reverse.exp
1533 * gdb.reverse/i387-env-reverse.exp
1534 * gdb.reverse/i387-stack-reverse.exp
1535 * gdb.reverse/insn-reverse.exp
1536 * gdb.reverse/machinestate-precsave.exp
1537 * gdb.reverse/machinestate.exp
1538 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1539 * gdb.reverse/pipe-reverse.exp
1540 * gdb.reverse/readv-reverse.exp
1541 * gdb.reverse/recvmsg-reverse.exp
1542 * gdb.reverse/rerun-prec.exp
1543 * gdb.reverse/s390-mvcle.exp
1544 * gdb.reverse/step-precsave.exp
1545 * gdb.reverse/step-reverse.exp
1546 * gdb.reverse/time-reverse.exp
1547 * gdb.reverse/until-precsave.exp
1548 * gdb.reverse/until-reverse.exp
1549 * gdb.reverse/waitpid-reverse.exp
1550 * gdb.reverse/watch-precsave.exp
1551 * gdb.reverse/watch-reverse.exp
1552 * gdb.rust/generics.exp
1553 * gdb.rust/methods.exp
1554 * gdb.rust/modules.exp
1555 * gdb.rust/simple.exp
1556 * gdb.server/connect-with-no-symbol-file.exp
1557 * gdb.server/ext-attach.exp
1558 * gdb.server/ext-restart.exp
1559 * gdb.server/ext-wrapper.exp
1560 * gdb.server/file-transfer.exp
1561 * gdb.server/server-exec-info.exp
1562 * gdb.server/server-kill.exp
1563 * gdb.server/server-mon.exp
1564 * gdb.server/wrapper.exp
1565 * gdb.stabs/exclfwd.exp
1566 * gdb.stabs/gdb11479.exp
1567 * gdb.threads/clone-new-thread-event.exp
1568 * gdb.threads/corethreads.exp
1569 * gdb.threads/current-lwp-dead.exp
1570 * gdb.threads/dlopen-libpthread.exp
1571 * gdb.threads/gcore-thread.exp
1572 * gdb.threads/sigstep-threads.exp
1573 * gdb.threads/watchpoint-fork.exp
1574 * gdb.trace/actions-changed.exp
1575 * gdb.trace/backtrace.exp
1576 * gdb.trace/change-loc.exp
1577 * gdb.trace/circ.exp
1578 * gdb.trace/collection.exp
1579 * gdb.trace/disconnected-tracing.exp
1580 * gdb.trace/ftrace.exp
1581 * gdb.trace/mi-trace-frame-collected.exp
1582 * gdb.trace/mi-trace-unavailable.exp
1583 * gdb.trace/mi-traceframe-changed.exp
1584 * gdb.trace/mi-tsv-changed.exp
1585 * gdb.trace/no-attach-trace.exp
1586 * gdb.trace/passc-dyn.exp
1587 * gdb.trace/qtro.exp
1588 * gdb.trace/range-stepping.exp
1589 * gdb.trace/read-memory.exp
1590 * gdb.trace/save-trace.exp
1591 * gdb.trace/signal.exp
1592 * gdb.trace/status-stop.exp
1593 * gdb.trace/tfile.exp
1594 * gdb.trace/trace-break.exp
1595 * gdb.trace/trace-buffer-size.exp
1596 * gdb.trace/trace-condition.exp
1597 * gdb.trace/tracefile-pseudo-reg.exp
1598 * gdb.trace/tstatus.exp
1599 * gdb.trace/unavailable.exp
1600 * gdb.trace/while-dyn.exp
1601 * gdb.trace/while-stepping.exp
1602
34c41c68
DE
16032016-12-22 Doug Evans <xdje42@gmail.com>
1604
1605 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1606 and msymbols.
1607
16e69324
YQ
16082016-12-19 Yao Qi <yao.qi@linaro.org>
1609
1610 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1611 (test_with_self): Don't call do_steps_and_nexts, and remove
1612 code about stepping into xmalloc.
1613
f94f411b
YQ
16142016-12-09 Yao Qi <yao.qi@linaro.org>
1615
1616 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1617
16182016-12-09 Yao Qi <yao.qi@linaro.org>
1619
1620 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1621
f1b5deee
PA
16222016-12-09 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.base/all-architectures-0.exp: New file.
1625 * gdb.base/all-architectures-1.exp: New file.
1626 * gdb.base/all-architectures-2.exp: New file.
1627 * gdb.base/all-architectures-3.exp: New file.
1628 * gdb.base/all-architectures-4.exp: New file.
1629 * gdb.base/all-architectures-5.exp: New file.
1630 * gdb.base/all-architectures-6.exp: New file.
1631 * gdb.base/all-architectures-7.exp: New file.
1632 * gdb.base/all-architectures.exp.in: New file.
1633
364ca42e
YQ
16342016-12-09 Yao Qi <yao.qi@linaro.org>
1635
1636 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1637
107c2d62
LM
16382016-12-02 Luis Machado <lgustavo@codesourcery.com>
1639
1640 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1641 possible.
1642 Remove useless pattern-matching code.
1643
df3ee9ca
PA
16442016-12-02 Pedro Alves <palves@redhat.com>
1645
1646 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1647 procedure.
1648 (top level): Call it.
1649
ec835369
PA
16502016-12-02 Pedro Alves <palves@redhat.com>
1651
1652 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1653 New procedure.
1654 (top level): Call it.
1655
01770bbd
PA
16562016-12-02 Pedro Alves <palves@redhat.com>
1657
1658 PR cli/20559
1659 * gdb.base/commands.exp (user_defined_command_args_eval): New
1660 procedure.
1661 (top level): Call it.
1662
008459ea
LM
16632016-12-02 Luis Machado <lgustavo@codesourcery.com>
1664
1665 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1666 timeout handling.
1667
0c1b455e
TT
16682016-12-02 Tom Tromey <tom@tromey.com>
1669
1670 * gdb.dwarf2/main-subprogram.c: New file.
1671 * gdb.dwarf2/main-subprogram.exp: New file.
1672
018572b8
LM
16732016-12-01 Luis Machado <lgustavo@codesourcery.com>
1674
1675 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1676 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1677 gdb_test_no_output for a couple of cases.
1678 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1679
84c93cd5
LM
16802016-12-01 Luis Machado <lgustavo@codesourcery.com>
1681
1682 Fix test names and standardize compilation error messages throughout
1683 the following files:
1684
1685 * gdb.ada/start.exp
1686 * gdb.arch/alpha-step.exp
1687 * gdb.arch/e500-prologue.exp
1688 * gdb.arch/ftrace-insn-reloc.exp
1689 * gdb.arch/gdb1291.exp
1690 * gdb.arch/gdb1431.exp
1691 * gdb.arch/gdb1558.exp
1692 * gdb.arch/i386-dr3-watch.exp
1693 * gdb.arch/i386-sse-stack-align.exp
1694 * gdb.arch/ia64-breakpoint-shadow.exp
1695 * gdb.arch/pa-nullify.exp
1696 * gdb.arch/powerpc-aix-prologue.exp
1697 * gdb.arch/thumb-bx-pc.exp
1698 * gdb.base/annota1.exp
1699 * gdb.base/annota3.exp
1700 * gdb.base/arrayidx.exp
1701 * gdb.base/assign.exp
1702 * gdb.base/attach.exp
1703 * gdb.base/auxv.exp
1704 * gdb.base/bang.exp
1705 * gdb.base/bfp-test.exp
1706 * gdb.base/bigcore.exp
1707 * gdb.base/bitfields2.exp
1708 * gdb.base/break-fun-addr.exp
1709 * gdb.base/break-probes.exp
1710 * gdb.base/call-rt-st.exp
1711 * gdb.base/callexit.exp
1712 * gdb.base/catch-fork-kill.exp
1713 * gdb.base/charset.exp
1714 * gdb.base/checkpoint.exp
1715 * gdb.base/comprdebug.exp
1716 * gdb.base/constvars.exp
1717 * gdb.base/coredump-filter.exp
1718 * gdb.base/cursal.exp
1719 * gdb.base/cvexpr.exp
1720 * gdb.base/detach.exp
1721 * gdb.base/display.exp
1722 * gdb.base/dmsym.exp
1723 * gdb.base/dprintf-pending.exp
1724 * gdb.base/dso2dso.exp
1725 * gdb.base/dtrace-probe.exp
1726 * gdb.base/dump.exp
1727 * gdb.base/enum_cond.exp
1728 * gdb.base/exe-lock.exp
1729 * gdb.base/exec-invalid-sysroot.exp
1730 * gdb.base/execl-update-breakpoints.exp
1731 * gdb.base/exprs.exp
1732 * gdb.base/fileio.exp
1733 * gdb.base/find.exp
1734 * gdb.base/finish.exp
1735 * gdb.base/fixsection.exp
1736 * gdb.base/foll-vfork.exp
1737 * gdb.base/frame-args.exp
1738 * gdb.base/gcore.exp
1739 * gdb.base/gdb1250.exp
1740 * gdb.base/global-var-nested-by-dso.exp
1741 * gdb.base/gnu-ifunc.exp
1742 * gdb.base/hashline1.exp
1743 * gdb.base/hashline2.exp
1744 * gdb.base/hashline3.exp
1745 * gdb.base/hbreak-in-shr-unsupported.exp
1746 * gdb.base/huge.exp
1747 * gdb.base/infcall-input.exp
1748 * gdb.base/info-fun.exp
1749 * gdb.base/info-shared.exp
1750 * gdb.base/jit-simple.exp
1751 * gdb.base/jit-so.exp
1752 * gdb.base/jit.exp
1753 * gdb.base/jump.exp
1754 * gdb.base/label.exp
1755 * gdb.base/lineinc.exp
1756 * gdb.base/logical.exp
1757 * gdb.base/longjmp.exp
1758 * gdb.base/macscp.exp
1759 * gdb.base/miscexprs.exp
1760 * gdb.base/new-ui-echo.exp
1761 * gdb.base/new-ui-pending-input.exp
1762 * gdb.base/new-ui.exp
1763 * gdb.base/nodebug.exp
1764 * gdb.base/nofield.exp
1765 * gdb.base/offsets.exp
1766 * gdb.base/overlays.exp
1767 * gdb.base/pending.exp
1768 * gdb.base/pointers.exp
1769 * gdb.base/pr11022.exp
1770 * gdb.base/printcmds.exp
1771 * gdb.base/prologue.exp
1772 * gdb.base/ptr-typedef.exp
1773 * gdb.base/realname-expand.exp
1774 * gdb.base/relativedebug.exp
1775 * gdb.base/relocate.exp
1776 * gdb.base/remote.exp
1777 * gdb.base/reread.exp
1778 * gdb.base/return2.exp
1779 * gdb.base/savedregs.exp
1780 * gdb.base/sep.exp
1781 * gdb.base/sepdebug.exp
1782 * gdb.base/sepsymtab.exp
1783 * gdb.base/set-inferior-tty.exp
1784 * gdb.base/setshow.exp
1785 * gdb.base/shlib-call.exp
1786 * gdb.base/sigaltstack.exp
1787 * gdb.base/siginfo-addr.exp
1788 * gdb.base/signals.exp
1789 * gdb.base/signull.exp
1790 * gdb.base/sigrepeat.exp
1791 * gdb.base/so-impl-ld.exp
1792 * gdb.base/solib-display.exp
1793 * gdb.base/solib-overlap.exp
1794 * gdb.base/solib-search.exp
1795 * gdb.base/solib-symbol.exp
1796 * gdb.base/structs.exp
1797 * gdb.base/structs2.exp
1798 * gdb.base/symtab-search-order.exp
1799 * gdb.base/twice.exp
1800 * gdb.base/unload.exp
1801 * gdb.base/varargs.exp
1802 * gdb.base/watchpoint-solib.exp
1803 * gdb.base/watchpoint.exp
1804 * gdb.base/whatis.exp
1805 * gdb.base/wrong_frame_bt_full.exp
1806 * gdb.btrace/dlopen.exp
1807 * gdb.cell/ea-standalone.exp
1808 * gdb.cell/ea-test.exp
1809 * gdb.cp/dispcxx.exp
1810 * gdb.cp/gdb2384.exp
1811 * gdb.cp/method2.exp
1812 * gdb.cp/nextoverthrow.exp
1813 * gdb.cp/pr10728.exp
1814 * gdb.disasm/am33.exp
1815 * gdb.disasm/h8300s.exp
1816 * gdb.disasm/mn10300.exp
1817 * gdb.disasm/sh3.exp
1818 * gdb.dwarf2/dw2-dir-file-name.exp
1819 * gdb.fortran/complex.exp
1820 * gdb.fortran/library-module.exp
1821 * gdb.guile/scm-pretty-print.exp
1822 * gdb.guile/scm-symbol.exp
1823 * gdb.guile/scm-type.exp
1824 * gdb.guile/scm-value.exp
1825 * gdb.linespec/linespec.exp
1826 * gdb.mi/gdb701.exp
1827 * gdb.mi/gdb792.exp
1828 * gdb.mi/mi-breakpoint-changed.exp
1829 * gdb.mi/mi-dprintf-pending.exp
1830 * gdb.mi/mi-dprintf.exp
1831 * gdb.mi/mi-exit-code.exp
1832 * gdb.mi/mi-pending.exp
1833 * gdb.mi/mi-solib.exp
1834 * gdb.mi/new-ui-mi-sync.exp
1835 * gdb.mi/pr11022.exp
1836 * gdb.mi/user-selected-context-sync.exp
1837 * gdb.opt/solib-intra-step.exp
1838 * gdb.python/py-events.exp
1839 * gdb.python/py-finish-breakpoint.exp
1840 * gdb.python/py-mi.exp
1841 * gdb.python/py-prettyprint.exp
1842 * gdb.python/py-shared.exp
1843 * gdb.python/py-symbol.exp
1844 * gdb.python/py-template.exp
1845 * gdb.python/py-type.exp
1846 * gdb.python/py-value.exp
1847 * gdb.reverse/solib-precsave.exp
1848 * gdb.reverse/solib-reverse.exp
1849 * gdb.server/solib-list.exp
1850 * gdb.stabs/weird.exp
1851 * gdb.threads/reconnect-signal.exp
1852 * gdb.threads/stepi-random-signal.exp
1853 * gdb.trace/actions.exp
1854 * gdb.trace/ax.exp
1855 * gdb.trace/backtrace.exp
1856 * gdb.trace/change-loc.exp
1857 * gdb.trace/deltrace.exp
1858 * gdb.trace/ftrace-lock.exp
1859 * gdb.trace/ftrace.exp
1860 * gdb.trace/infotrace.exp
1861 * gdb.trace/mi-tracepoint-changed.exp
1862 * gdb.trace/packetlen.exp
1863 * gdb.trace/passcount.exp
1864 * gdb.trace/pending.exp
1865 * gdb.trace/range-stepping.exp
1866 * gdb.trace/report.exp
1867 * gdb.trace/stap-trace.exp
1868 * gdb.trace/tfind.exp
1869 * gdb.trace/trace-break.exp
1870 * gdb.trace/trace-condition.exp
1871 * gdb.trace/trace-enable-disable.exp
1872 * gdb.trace/trace-mt.exp
1873 * gdb.trace/tracecmd.exp
1874 * gdb.trace/tspeed.exp
1875 * gdb.trace/tsv.exp
1876 * lib/perftest.exp
1877
fb9feb35
LM
18782016-12-01 Luis Machado <lgustavo@codesourcery.com>
1879
1880 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1881 with gdb_test_no_output.
1882 Use command as test name.
1883
cd2ddb6c
LM
18842016-12-01 Luis Machado <lgustavo@codesourcery.com>
1885
1886 Fix test names starting with uppercase throughout the files.
1887
1888 * gdb.ada/assign_1.exp
1889 * gdb.ada/boolean_expr.exp
1890 * gdb.base/arrayidx.exp
1891 * gdb.base/del.exp
1892 * gdb.base/gcore-buffer-overflow.exp
1893 * gdb.base/testenv.exp
1894 * gdb.compile/compile.exp
1895 * gdb.python/py-framefilter-invalidarg.exp
1896 * gdb.python/py-framefilter.exp
1897
bb95117e
LM
18982016-12-01 Luis Machado <lgustavo@codesourcery.com>
1899
1900 Fix test names starting with uppercase throughout the files.
1901
1902 * gdb.ada/array_return.exp
1903 * gdb.ada/expr_delims.exp
1904 * gdb.ada/mi_dyn_arr.exp
1905 * gdb.ada/mi_interface.exp
1906 * gdb.ada/mi_var_array.exp
1907 * gdb.ada/watch_arg.exp
1908 * gdb.arch/alpha-step.exp
1909 * gdb.arch/altivec-regs.exp
1910 * gdb.arch/e500-regs.exp
1911 * gdb.arch/powerpc-d128-regs.exp
1912 * gdb.base/arrayidx.exp
1913 * gdb.base/break.exp
1914 * gdb.base/checkpoint.exp
1915 * gdb.base/debug-expr.exp
1916 * gdb.base/dmsym.exp
1917 * gdb.base/radix.exp
1918 * gdb.base/sepdebug.exp
1919 * gdb.base/testenv.exp
1920 * gdb.base/watch_thread_num.exp
1921 * gdb.base/watchpoint-cond-gone.exp
1922 * gdb.cell/break.exp
1923 * gdb.cell/ea-cache.exp
1924 * gdb.compile/compile.exp
1925 * gdb.cp/gdb2495.exp
1926 * gdb.gdb/selftest.exp
1927 * gdb.gdb/xfullpath.exp
1928 * gdb.go/hello.exp
1929 * gdb.go/integers.exp
1930 * gdb.objc/basicclass.exp
1931 * gdb.pascal/hello.exp
1932 * gdb.pascal/integers.exp
1933 * gdb.python/py-breakpoint.exp
1934 * gdb.python/py-cmd.exp
1935 * gdb.python/py-linetable.exp
1936 * gdb.python/py-xmethods.exp
1937 * gdb.python/python.exp
1938 * gdb.reverse/consecutive-precsave.exp
1939 * gdb.reverse/finish-precsave.exp
1940 * gdb.reverse/i386-precsave.exp
1941 * gdb.reverse/machinestate-precsave.exp
1942 * gdb.reverse/sigall-precsave.exp
1943 * gdb.reverse/solib-precsave.exp
1944 * gdb.reverse/step-precsave.exp
1945 * gdb.reverse/until-precsave.exp
1946 * gdb.reverse/watch-precsave.exp
1947 * gdb.threads/leader-exit.exp
1948 * gdb.threads/pthreads.exp
1949 * gdb.threads/wp-replication.exp
1950 * gdb.trace/actions.exp
1951 * gdb.trace/mi-tsv-changed.exp
1952 * gdb.trace/tsv.exp
1953
de97fdd4
LM
19542016-12-01 Luis Machado <lgustavo@codesourcery.com>
1955
1956 Fix test names starting with uppercase throughout the files.
1957
1958 * gdb.arch/i386-bp_permanent.exp
1959 * gdb.arch/i386-gnu-cfi.exp
1960 * gdb.base/disasm-end-cu.exp
1961 * gdb.base/macscp.exp
1962 * gdb.base/pending.exp
1963 * gdb.base/watch_thread_num.exp
1964 * gdb.cp/exception.exp
1965 * gdb.cp/gdb2495.exp
1966 * gdb.cp/local.exp
1967 * gdb.python/py-evsignal.exp
1968 * gdb.python/python.exp
1969 * gdb.trace/tracecmd.exp
1970
9f058c10
LM
19712016-12-01 Luis Machado <lgustavo@codesourcery.com>
1972
1973 Fix test names starting with uppercase throughout the files.
1974
1975 * gdb.base/charset.exp
1976 * gdb.base/eval.exp
1977 * gdb.base/multi-forks.exp
1978 * gdb.guile/scm-progspace.exp
1979 * gdb.opencl/datatypes.exp
1980 * gdb.python/py-block.exp
1981 * gdb.python/py-function.exp
1982 * gdb.python/py-symbol.exp
1983 * gdb.python/py-symtab.exp
1984 * gdb.python/py-xmethods.exp
1985 * gdb.reverse/break-precsave.exp
1986 * gdb.reverse/break-reverse.exp
1987 * gdb.reverse/consecutive-precsave.exp
1988 * gdb.reverse/consecutive-reverse.exp
1989 * gdb.reverse/finish-precsave.exp
1990 * gdb.reverse/finish-reverse-bkpt.exp
1991 * gdb.reverse/finish-reverse.exp
1992 * gdb.reverse/fstatat-reverse.exp
1993 * gdb.reverse/getresuid-reverse.exp
1994 * gdb.reverse/i386-precsave.exp
1995 * gdb.reverse/i386-reverse.exp
1996 * gdb.reverse/i386-sse-reverse.exp
1997 * gdb.reverse/i387-stack-reverse.exp
1998 * gdb.reverse/insn-reverse.exp
1999 * gdb.reverse/machinestate-precsave.exp
2000 * gdb.reverse/machinestate.exp
2001 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2002 * gdb.reverse/pipe-reverse.exp
2003 * gdb.reverse/readv-reverse.exp
2004 * gdb.reverse/recvmsg-reverse.exp
2005 * gdb.reverse/rerun-prec.exp
2006 * gdb.reverse/s390-mvcle.exp
2007 * gdb.reverse/sigall-precsave.exp
2008 * gdb.reverse/sigall-reverse.exp
2009 * gdb.reverse/solib-precsave.exp
2010 * gdb.reverse/solib-reverse.exp
2011 * gdb.reverse/step-precsave.exp
2012 * gdb.reverse/step-reverse.exp
2013 * gdb.reverse/time-reverse.exp
2014 * gdb.reverse/until-precsave.exp
2015 * gdb.reverse/until-reverse.exp
2016 * gdb.reverse/waitpid-reverse.exp
2017 * gdb.reverse/watch-precsave.exp
2018 * gdb.reverse/watch-reverse.exp
2019
cdc7edd7
LM
20202016-12-01 Luis Machado <lgustavo@codesourcery.com>
2021
2022 Fix test names starting with uppercase throughout the files.
2023
2024 * gdb.arch/i386-mpx-simple_segv.exp
2025 * gdb.arch/i386-mpx.exp
2026 * gdb.arch/i386-permbkpt.exp
2027 * gdb.arch/pa-nullify.exp
2028 * gdb.arch/powerpc-d128-regs.exp
2029 * gdb.arch/vsx-regs.exp
2030 * gdb.base/bfp-test.exp
2031 * gdb.base/break.exp
2032 * gdb.base/breakpoint-shadow.exp
2033 * gdb.base/callfuncs.exp
2034 * gdb.base/charset.exp
2035 * gdb.base/commands.exp
2036 * gdb.base/completion.exp
2037 * gdb.base/dfp-test.exp
2038 * gdb.base/echo.exp
2039 * gdb.base/ending-run.exp
2040 * gdb.base/eval.exp
2041 * gdb.base/expand-psymtabs.exp
2042 * gdb.base/float128.exp
2043 * gdb.base/floatn.exp
2044 * gdb.base/foll-exec-mode.exp
2045 * gdb.base/gdb1056.exp
2046 * gdb.base/gdb11531.exp
2047 * gdb.base/kill-after-signal.exp
2048 * gdb.base/multi-forks.exp
2049 * gdb.base/overlays.exp
2050 * gdb.base/pending.exp
2051 * gdb.base/sepdebug.exp
2052 * gdb.base/testenv.exp
2053 * gdb.base/valgrind-db-attach.exp
2054 * gdb.base/watch_thread_num.exp
2055 * gdb.base/watchpoint-cond-gone.exp
2056 * gdb.base/watchpoint.exp
2057 * gdb.base/watchpoints.exp
2058 * gdb.cp/arg-reference.exp
2059 * gdb.cp/baseenum.exp
2060 * gdb.cp/operator.exp
2061 * gdb.cp/shadow.exp
2062 * gdb.dwarf2/dw2-op-out-param.exp
2063 * gdb.dwarf2/dw2-reg-undefined.exp
2064 * gdb.go/chan.exp
2065 * gdb.go/hello.exp
2066 * gdb.go/integers.exp
2067 * gdb.go/methods.exp
2068 * gdb.go/package.exp
2069 * gdb.guile/scm-parameter.exp
2070 * gdb.guile/scm-progspace.exp
2071 * gdb.guile/scm-value.exp
2072 * gdb.mi/mi-pending.exp
2073 * gdb.mi/user-selected-context-sync.exp
2074 * gdb.multi/multi-attach.exp
2075 * gdb.multi/tids.exp
2076 * gdb.opt/clobbered-registers-O2.exp
2077 * gdb.pascal/floats.exp
2078 * gdb.pascal/integers.exp
2079 * gdb.python/py-block.exp
2080 * gdb.python/py-events.exp
2081 * gdb.python/py-parameter.exp
2082 * gdb.python/py-symbol.exp
2083 * gdb.python/py-symtab.exp
2084 * gdb.python/py-type.exp
2085 * gdb.python/py-value.exp
2086 * gdb.python/py-xmethods.exp
2087 * gdb.python/python.exp
2088 * gdb.reverse/break-precsave.exp
2089 * gdb.reverse/consecutive-precsave.exp
2090 * gdb.reverse/finish-precsave.exp
2091 * gdb.reverse/i386-precsave.exp
2092 * gdb.reverse/machinestate-precsave.exp
2093 * gdb.reverse/sigall-precsave.exp
2094 * gdb.reverse/solib-precsave.exp
2095 * gdb.reverse/step-precsave.exp
2096 * gdb.reverse/until-precsave.exp
2097 * gdb.reverse/watch-precsave.exp
2098 * gdb.server/ext-attach.exp
2099 * gdb.server/ext-restart.exp
2100 * gdb.server/ext-run.exp
2101 * gdb.server/ext-wrapper.exp
2102 * gdb.stabs/gdb11479.exp
2103 * gdb.stabs/weird.exp
2104 * gdb.threads/attach-many-short-lived-threads.exp
2105 * gdb.threads/kill.exp
2106 * gdb.threads/watchpoint-fork.exp
2107
bc6c7af4
LM
21082016-12-01 Luis Machado <lgustavo@codesourcery.com>
2109
2110 Fix test names starting with uppercase throughout all the files below.
2111
2112 * gdb.ada/array_return.exp
2113 * gdb.ada/catch_ex.exp
2114 * gdb.ada/info_exc.exp
2115 * gdb.ada/mi_catch_ex.exp
2116 * gdb.ada/mi_dyn_arr.exp
2117 * gdb.ada/mi_ex_cond.exp
2118 * gdb.ada/mi_exc_info.exp
2119 * gdb.ada/mi_interface.exp
2120 * gdb.ada/mi_task_arg.exp
2121 * gdb.ada/mi_task_info.exp
2122 * gdb.ada/mi_var_array.exp
2123 * gdb.arch/alpha-step.exp
2124 * gdb.arch/amd64-disp-step.exp
2125 * gdb.arch/arm-disp-step.exp
2126 * gdb.arch/disp-step-insn-reloc.exp
2127 * gdb.arch/e500-prologue.exp
2128 * gdb.arch/ftrace-insn-reloc.exp
2129 * gdb.arch/gdb1558.exp
2130 * gdb.arch/i386-bp_permanent.exp
2131 * gdb.arch/i386-disp-step.exp
2132 * gdb.arch/i386-float.exp
2133 * gdb.arch/i386-gnu-cfi.exp
2134 * gdb.arch/ia64-breakpoint-shadow.exp
2135 * gdb.arch/mips16-thunks.exp
2136 * gdb.arch/pa-nullify.exp
2137 * gdb.arch/powerpc-aix-prologue.exp
2138 * gdb.arch/powerpc-power.exp
2139 * gdb.arch/ppc-dfp.exp
2140 * gdb.arch/s390-tdbregs.exp
2141 * gdb.arch/spu-info.exp
2142 * gdb.arch/spu-ls.exp
2143 * gdb.arch/thumb-bx-pc.exp
2144 * gdb.base/advance.exp
2145 * gdb.base/annota-input-while-running.exp
2146 * gdb.base/arrayidx.exp
2147 * gdb.base/asmlabel.exp
2148 * gdb.base/async.exp
2149 * gdb.base/attach-wait-input.exp
2150 * gdb.base/auto-connect-native-target.exp
2151 * gdb.base/batch-preserve-term-settings.exp
2152 * gdb.base/bfp-test.exp
2153 * gdb.base/bigcore.exp
2154 * gdb.base/bp-permanent.exp
2155 * gdb.base/break-always.exp
2156 * gdb.base/break-fun-addr.exp
2157 * gdb.base/break-idempotent.exp
2158 * gdb.base/break-main-file-remove-fail.exp
2159 * gdb.base/break-probes.exp
2160 * gdb.base/break-unload-file.exp
2161 * gdb.base/break.exp
2162 * gdb.base/call-ar-st.exp
2163 * gdb.base/call-rt-st.exp
2164 * gdb.base/call-sc.exp
2165 * gdb.base/call-signal-resume.exp
2166 * gdb.base/call-strs.exp
2167 * gdb.base/callexit.exp
2168 * gdb.base/callfuncs.exp
2169 * gdb.base/catch-gdb-caused-signals.exp
2170 * gdb.base/catch-signal-siginfo-cond.exp
2171 * gdb.base/catch-syscall.exp
2172 * gdb.base/compare-sections.exp
2173 * gdb.base/cond-eval-mode.exp
2174 * gdb.base/condbreak-call-false.exp
2175 * gdb.base/consecutive-step-over.exp
2176 * gdb.base/cursal.exp
2177 * gdb.base/disabled-location.exp
2178 * gdb.base/disasm-end-cu.exp
2179 * gdb.base/display.exp
2180 * gdb.base/double-prompt-target-event-error.exp
2181 * gdb.base/dprintf-bp-same-addr.exp
2182 * gdb.base/dprintf-detach.exp
2183 * gdb.base/dprintf-next.exp
2184 * gdb.base/dprintf-non-stop.exp
2185 * gdb.base/dprintf-pending.exp
2186 * gdb.base/dso2dso.exp
2187 * gdb.base/ending-run.exp
2188 * gdb.base/enum_cond.exp
2189 * gdb.base/examine-backward.exp
2190 * gdb.base/exe-lock.exp
2191 * gdb.base/exec-invalid-sysroot.exp
2192 * gdb.base/execl-update-breakpoints.exp
2193 * gdb.base/execution-termios.exp
2194 * gdb.base/fileio.exp
2195 * gdb.base/fixsection.exp
2196 * gdb.base/foll-exec-mode.exp
2197 * gdb.base/foll-exec.exp
2198 * gdb.base/fork-running-state.exp
2199 * gdb.base/frame-args.exp
2200 * gdb.base/fullpath-expand.exp
2201 * gdb.base/func-ptr.exp
2202 * gdb.base/gcore-relro-pie.exp
2203 * gdb.base/gdb1090.exp
2204 * gdb.base/gdb1555.exp
2205 * gdb.base/global-var-nested-by-dso.exp
2206 * gdb.base/gnu-ifunc.exp
2207 * gdb.base/hbreak-in-shr-unsupported.exp
2208 * gdb.base/hbreak-unmapped.exp
2209 * gdb.base/hook-stop.exp
2210 * gdb.base/infcall-input.exp
2211 * gdb.base/info-fun.exp
2212 * gdb.base/info-shared.exp
2213 * gdb.base/interrupt-noterm.exp
2214 * gdb.base/jit-so.exp
2215 * gdb.base/jit.exp
2216 * gdb.base/line-symtabs.exp
2217 * gdb.base/list.exp
2218 * gdb.base/longjmp.exp
2219 * gdb.base/macscp.exp
2220 * gdb.base/max-value-size.exp
2221 * gdb.base/nodebug.exp
2222 * gdb.base/nofield.exp
2223 * gdb.base/overlays.exp
2224 * gdb.base/paginate-after-ctrl-c-running.exp
2225 * gdb.base/paginate-bg-execution.exp
2226 * gdb.base/paginate-inferior-exit.exp
2227 * gdb.base/pending.exp
2228 * gdb.base/pr11022.exp
2229 * gdb.base/printcmds.exp
2230 * gdb.base/ptr-typedef.exp
2231 * gdb.base/ptype.exp
2232 * gdb.base/randomize.exp
2233 * gdb.base/range-stepping.exp
2234 * gdb.base/realname-expand.exp
2235 * gdb.base/relativedebug.exp
2236 * gdb.base/remote.exp
2237 * gdb.base/savedregs.exp
2238 * gdb.base/sepdebug.exp
2239 * gdb.base/set-noassign.exp
2240 * gdb.base/shlib-call.exp
2241 * gdb.base/shreloc.exp
2242 * gdb.base/sigaltstack.exp
2243 * gdb.base/sigbpt.exp
2244 * gdb.base/siginfo-addr.exp
2245 * gdb.base/siginfo-obj.exp
2246 * gdb.base/siginfo-thread.exp
2247 * gdb.base/signest.exp
2248 * gdb.base/signull.exp
2249 * gdb.base/sigrepeat.exp
2250 * gdb.base/skip.exp
2251 * gdb.base/so-impl-ld.exp
2252 * gdb.base/solib-corrupted.exp
2253 * gdb.base/solib-disc.exp
2254 * gdb.base/solib-display.exp
2255 * gdb.base/solib-overlap.exp
2256 * gdb.base/solib-search.exp
2257 * gdb.base/solib-symbol.exp
2258 * gdb.base/source-execution.exp
2259 * gdb.base/sss-bp-on-user-bp-2.exp
2260 * gdb.base/sss-bp-on-user-bp.exp
2261 * gdb.base/stack-checking.exp
2262 * gdb.base/stale-infcall.exp
2263 * gdb.base/step-break.exp
2264 * gdb.base/step-line.exp
2265 * gdb.base/step-over-exit.exp
2266 * gdb.base/step-test.exp
2267 * gdb.base/structs.exp
2268 * gdb.base/sym-file.exp
2269 * gdb.base/symtab-search-order.exp
2270 * gdb.base/term.exp
2271 * gdb.base/type-opaque.exp
2272 * gdb.base/unload.exp
2273 * gdb.base/until-nodebug.exp
2274 * gdb.base/until.exp
2275 * gdb.base/unwindonsignal.exp
2276 * gdb.base/watch-cond.exp
2277 * gdb.base/watch-non-mem.exp
2278 * gdb.base/watch_thread_num.exp
2279 * gdb.base/watchpoint-reuse-slot.exp
2280 * gdb.base/watchpoint-solib.exp
2281 * gdb.base/watchpoint.exp
2282 * gdb.btrace/dlopen.exp
2283 * gdb.cell/arch.exp
2284 * gdb.cell/break.exp
2285 * gdb.cell/bt.exp
2286 * gdb.cell/core.exp
2287 * gdb.cell/data.exp
2288 * gdb.cell/dwarfaddr.exp
2289 * gdb.cell/ea-cache.exp
2290 * gdb.cell/ea-standalone.exp
2291 * gdb.cell/ea-test.exp
2292 * gdb.cell/f-regs.exp
2293 * gdb.cell/fork.exp
2294 * gdb.cell/gcore.exp
2295 * gdb.cell/mem-access.exp
2296 * gdb.cell/ptype.exp
2297 * gdb.cell/registers.exp
2298 * gdb.cell/sizeof.exp
2299 * gdb.cell/solib-symbol.exp
2300 * gdb.cell/solib.exp
2301 * gdb.compile/compile-tls.exp
2302 * gdb.cp/exception.exp
2303 * gdb.cp/gdb2495.exp
2304 * gdb.cp/local.exp
2305 * gdb.cp/mb-inline.exp
2306 * gdb.cp/mb-templates.exp
2307 * gdb.cp/pr10687.exp
2308 * gdb.cp/pr9167.exp
2309 * gdb.cp/scope-err.exp
2310 * gdb.cp/templates.exp
2311 * gdb.cp/virtfunc.exp
2312 * gdb.dwarf2/dw2-dir-file-name.exp
2313 * gdb.dwarf2/dw2-single-line-discriminators.exp
2314 * gdb.fortran/complex.exp
2315 * gdb.fortran/library-module.exp
2316 * gdb.guile/guile.exp
2317 * gdb.guile/scm-cmd.exp
2318 * gdb.guile/scm-frame-inline.exp
2319 * gdb.guile/scm-objfile.exp
2320 * gdb.guile/scm-pretty-print.exp
2321 * gdb.guile/scm-symbol.exp
2322 * gdb.guile/scm-type.exp
2323 * gdb.guile/scm-value.exp
2324 * gdb.linespec/keywords.exp
2325 * gdb.linespec/ls-errs.exp
2326 * gdb.linespec/macro-relative.exp
2327 * gdb.linespec/thread.exp
2328 * gdb.mi/mi-breakpoint-changed.exp
2329 * gdb.mi/mi-dprintf-pending.exp
2330 * gdb.mi/mi-fullname-deleted.exp
2331 * gdb.mi/mi-logging.exp
2332 * gdb.mi/mi-pending.exp
2333 * gdb.mi/mi-solib.exp
2334 * gdb.mi/new-ui-mi-sync.exp
2335 * gdb.mi/user-selected-context-sync.exp
2336 * gdb.multi/dummy-frame-restore.exp
2337 * gdb.multi/multi-arch-exec.exp
2338 * gdb.multi/remove-inferiors.exp
2339 * gdb.multi/watchpoint-multi-exit.exp
2340 * gdb.opt/solib-intra-step.exp
2341 * gdb.perf/backtrace.exp
2342 * gdb.perf/single-step.exp
2343 * gdb.perf/skip-command.exp
2344 * gdb.perf/skip-prologue.exp
2345 * gdb.perf/solib.exp
2346 * gdb.python/lib-types.exp
2347 * gdb.python/py-as-string.exp
2348 * gdb.python/py-bad-printers.exp
2349 * gdb.python/py-block.exp
2350 * gdb.python/py-breakpoint.exp
2351 * gdb.python/py-cmd.exp
2352 * gdb.python/py-events.exp
2353 * gdb.python/py-evthreads.exp
2354 * gdb.python/py-finish-breakpoint.exp
2355 * gdb.python/py-finish-breakpoint2.exp
2356 * gdb.python/py-frame-inline.exp
2357 * gdb.python/py-frame.exp
2358 * gdb.python/py-inferior.exp
2359 * gdb.python/py-infthread.exp
2360 * gdb.python/py-mi.exp
2361 * gdb.python/py-objfile.exp
2362 * gdb.python/py-pp-maint.exp
2363 * gdb.python/py-pp-registration.exp
2364 * gdb.python/py-prettyprint.exp
2365 * gdb.python/py-recurse-unwind.exp
2366 * gdb.python/py-shared.exp
2367 * gdb.python/py-symbol.exp
2368 * gdb.python/py-symtab.exp
2369 * gdb.python/py-template.exp
2370 * gdb.python/py-type.exp
2371 * gdb.python/py-unwind-maint.exp
2372 * gdb.python/py-unwind.exp
2373 * gdb.python/py-value.exp
2374 * gdb.python/python.exp
2375 * gdb.reverse/finish-reverse-bkpt.exp
2376 * gdb.reverse/insn-reverse.exp
2377 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2378 * gdb.reverse/solib-precsave.exp
2379 * gdb.reverse/solib-reverse.exp
2380 * gdb.stabs/gdb11479.exp
2381 * gdb.stabs/weird.exp
2382 * gdb.threads/fork-child-threads.exp
2383 * gdb.threads/fork-plus-threads.exp
2384 * gdb.threads/fork-thread-pending.exp
2385 * gdb.threads/forking-threads-plus-breakpoint.exp
2386 * gdb.threads/hand-call-in-threads.exp
2387 * gdb.threads/interrupted-hand-call.exp
2388 * gdb.threads/linux-dp.exp
2389 * gdb.threads/local-watch-wrong-thread.exp
2390 * gdb.threads/next-while-other-thread-longjmps.exp
2391 * gdb.threads/non-ldr-exit.exp
2392 * gdb.threads/pending-step.exp
2393 * gdb.threads/print-threads.exp
2394 * gdb.threads/process-dies-while-detaching.exp
2395 * gdb.threads/process-dies-while-handling-bp.exp
2396 * gdb.threads/pthreads.exp
2397 * gdb.threads/queue-signal.exp
2398 * gdb.threads/reconnect-signal.exp
2399 * gdb.threads/signal-command-handle-nopass.exp
2400 * gdb.threads/signal-command-multiple-signals-pending.exp
2401 * gdb.threads/signal-delivered-right-thread.exp
2402 * gdb.threads/signal-sigtrap.exp
2403 * gdb.threads/sigthread.exp
2404 * gdb.threads/staticthreads.exp
2405 * gdb.threads/stepi-random-signal.exp
2406 * gdb.threads/thread-unwindonsignal.exp
2407 * gdb.threads/thread_check.exp
2408 * gdb.threads/thread_events.exp
2409 * gdb.threads/tid-reuse.exp
2410 * gdb.threads/tls-nodebug.exp
2411 * gdb.threads/tls-shared.exp
2412 * gdb.threads/tls-so_extern.exp
2413 * gdb.threads/tls.exp
2414 * gdb.threads/wp-replication.exp
2415 * gdb.trace/actions-changed.exp
2416 * gdb.trace/actions.exp
2417 * gdb.trace/backtrace.exp
2418 * gdb.trace/change-loc.exp
2419 * gdb.trace/collection.exp
2420 * gdb.trace/deltrace.exp
2421 * gdb.trace/disconnected-tracing.exp
2422 * gdb.trace/entry-values.exp
2423 * gdb.trace/ftrace-lock.exp
2424 * gdb.trace/ftrace.exp
2425 * gdb.trace/infotrace.exp
2426 * gdb.trace/mi-trace-frame-collected.exp
2427 * gdb.trace/mi-trace-unavailable.exp
2428 * gdb.trace/mi-traceframe-changed.exp
2429 * gdb.trace/mi-tracepoint-changed.exp
2430 * gdb.trace/mi-tsv-changed.exp
2431 * gdb.trace/no-attach-trace.exp
2432 * gdb.trace/packetlen.exp
2433 * gdb.trace/passc-dyn.exp
2434 * gdb.trace/passcount.exp
2435 * gdb.trace/pending.exp
2436 * gdb.trace/pr16508.exp
2437 * gdb.trace/qtro.exp
2438 * gdb.trace/range-stepping.exp
2439 * gdb.trace/read-memory.exp
2440 * gdb.trace/report.exp
2441 * gdb.trace/save-trace.exp
2442 * gdb.trace/signal.exp
2443 * gdb.trace/stap-trace.exp
2444 * gdb.trace/status-stop.exp
2445 * gdb.trace/strace.exp
2446 * gdb.trace/tfile.exp
2447 * gdb.trace/tfind.exp
2448 * gdb.trace/trace-break.exp
2449 * gdb.trace/trace-condition.exp
2450 * gdb.trace/trace-enable-disable.exp
2451 * gdb.trace/trace-mt.exp
2452 * gdb.trace/tracecmd.exp
2453 * gdb.trace/tracefile-pseudo-reg.exp
2454 * gdb.trace/tspeed.exp
2455 * gdb.trace/tstatus.exp
2456 * gdb.trace/tsv.exp
2457 * gdb.trace/unavailable.exp
2458 * gdb.trace/while-dyn.exp
2459 * gdb.trace/while-stepping.exp
2460 * lib/gdb-guile.exp
2461 * lib/gdb.exp
2462 * lib/mi-support.exp
2463 * lib/pascal.exp
2464 * lib/perftest.exp
2465 * lib/prelink-support.exp
2466 * lib/selftest-support.exp
2467
ad02e4fe
SM
24682016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2469
2470 * Makefile.in: Include disable-implicit-rules.mk.
2471
22347e55
AA
24722016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2473
2474 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2475 non-byte-aligned bit fields.
2476
da5b30da
AA
24772016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2478
2479 PR gdb/12616
2480 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2481 respects the DW_AT_data_bit_offset attribute.
2482
b593ecca
SM
24832016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2484
2485 * gdb.base/default.exp: Fix output of "set language".
2486
3b165252
SM
24872016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2488
2489 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2490 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2491 make.
2492 * configure.ac: Remove checks for the make program.
2493 * configure: Re-generate.
2494
1a2f3d7f
KB
24952016-11-16 Kevin Buettner <kevinb@redhat.com>
2496
2497 * gdb.python/py-recurse-unwind.c (main): Add loop.
2498 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2499 to read_register() and gdb.parse_and_eval(). Make each code
2500 call a separate case that can be individually tested.
2501 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2502 proc. Call cont_and_backtrace for each of the code paths that
2503 we want to test in the unwinder.
2504
b7f38fda
AA
25052016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2506
2507 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2508 the definition of struct S.
2509
1f8db343
CM
25102016-11-11 Catherine Moore <clm@codesourcery.com>
2511
2512 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2513
fad0c9fb
PA
25142016-11-09 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.base/commands.exp (runto_or_return): New procedure.
2517 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2518 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2519 (progvar_simple_while_test, progvar_complex_if_while_test)
2520 (if_while_breakpoint_command_test)
2521 (infrun_breakpoint_command_test, breakpoint_command_test)
2522 (user_defined_command_test, watchpoint_command_test)
2523 (test_command_prompt_position, redefine_hook_test)
2524 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2525 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2526 multi_line_input and multi_line. Remove gdb_expect and
2527 gdb_stop_suppressing_tests uses.
2528 * lib/gdb.exp (valnum_re): New global.
2529 (multi_line_input): New procedure.
2530
8354c62c
SM
25312016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2532
2533 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2534 Remove.
2535 (test_setup): Define with proc_with_prefix.
2536 (test_cli_inferior): Likewise.
2537 (test_cli_thread): Likewise.
2538 (test_cli_frame): Likewise.
2539 (test_cli_select_frame): Likewise.
2540 (test_cli_up_down): Likewise.
2541 (test_mi_thread_select): Likewise.
2542 (test_mi_stack_select_frame): Likewise.
2543 (test_cli_in_mi_inferior): Likewise.
2544 (test_cli_in_mi_thread): Likewise.
2545 (test_cli_in_mi_frame): Likewise.
2546 (top level): Do not use with_test_prefix_procname.
2547
64f367a2
PA
25482016-11-09 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.base/commands.exp (gdbvar_simple_if_test)
2551 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2552 (progvar_simple_if_test, progvar_simple_while_test)
2553 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2554 (infrun_breakpoint_command_test, breakpoint_command_test)
2555 (user_defined_command_test, watchpoint_command_test)
2556 (test_command_prompt_position, deprecated_command_test)
2557 (bp_deleted_in_command, temporary_breakpoint_commands)
2558 (stray_arg0_test, source_file_with_indented_comment)
2559 (recursive_source_test, if_commands_test)
2560 (error_clears_commands_left, redefine_hook_test)
2561 (redefine_backtrace_test): Use proc_with_prefix.
2562 * lib/gdb.exp (proc_with_prefix): New proc.
2563
0bb65f1e
AA
25642016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2565
2566 * gdb.base/tui-layout.c: New file.
2567 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2568 disassembly window contains very long lines.
2569
7353f247
TT
25702016-11-08 Tom Tromey <tom@tromey.com>
2571
2572 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2573 depend on Python 2.
2574
30a7bb83
TT
25752016-11-08 Tom Tromey <tom@tromey.com>
2576
2577 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2578 New method.
2579
cdf5a07c
MG
25802016-10-29 Manish Goregaokar <manish@mozilla.com>
2581
2806dc7e 2582 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2583
51a789c3
MG
25842016-10-27 Manish Goregaokar <manish@mozilla.com>
2585
2806dc7e
PA
2586 * gdb.rust/simple.rs: Add test for univariant enums without
2587 discriminants and for encoded struct-like enums.
51a789c3 2588
f610ab6d
PA
25892016-10-28 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2592 gdb_test_multiple, tighten regexps and match symtabs and line
2593 tables incrementally.
2594
b129b0ca
LM
25952016-10-28 Luis Machado <lgustavo@codesourcery.com>
2596
2597 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2598 general.
2599
ecf45d2c
SL
26002016-10-25 Luis Machado <lgustavo@codesourcery.com>
2601
2602 * gdb.base/exec-invalid-sysroot.exp: New file.
2603
b8d38ee4
JK
26042016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2605
2606 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2607
f90fd8c2
JK
26082016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2609
2610 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2611
2d2476aa
MR
26122016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2613
2806dc7e
PA
2614 * gdb.base/killed-outside.exp: Remove $options from a call to
2615 `prepare_for_testing'.
2d2476aa 2616
e42b25a0
SM
26172016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2618
2619 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2620 Change test message.
2621
3ccdb432
SM
26222016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2623
2624 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2625 Update comment.
2626
5bad3170
SM
26272016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2628
2629 * gdb.trace/mi-trace-save.exp: New file.
2630
5ad9dba7
YQ
26312016-10-13 Yao Qi <yao.qi@linaro.org>
2632
2633 * gdb.base/code_elim.exp (get_var_address): Remove.
2634 * gdb.base/relocate.exp: Likewise.
2635 * gdb.base/shreloc.exp: Likewise.
2636 * lib/gdb.exp (get_var_address): New.
2637
62df7e21
YQ
26382016-10-13 Yao Qi <yao.qi@linaro.org>
2639
2640 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2641 floating point tests if $skip_float_test is false.
2642
4dac951e
LM
26432016-10-12 Luis Machado <lgustavo@codesourcery.com>
2644
2645 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2646 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2647 argc values.
2648 Add 1 to argc so we guarantee distinct initial/modified argc values.
2649
8f1a8fc4
JK
26502016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2651
2652 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2653
16c85b5d
JK
26542016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2655
2656 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2657 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2658 * gdb.arch/vsx-regs.exp: Likewise.
2659
1d0e042a
YQ
26602016-10-07 Yao Qi <yao.qi@linaro.org>
2661
2662 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2663
68dadef5
MM
26642016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2665
2666 * gdb.python/python.exp: Test decode_line("*0").
2667
33fa2c6e
DE
26682016-10-06 Doug Evans <dje@google.com>
2669
2670 * gdb.python/py-value.exp (test_value_creation): Add test for large
2671 unsigned 64-bit value.
2672
9c37b5ae
TT
26732016-10-06 Tom Tromey <tom@tromey.com>
2674
2675 * gdb.compile/compile.exp: Change java tests to rust.
2676 * gdb.base/setshow.exp: Change java tests to rust.
2677 * gdb.base/default.exp: Remove java from language list.
2678 * README (Examples): Update language example.
2679 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2680 test.
2681 * lib/gdb.exp (skip_java_tests): Remove.
2682 * lib/java.exp: Remove.
2683 * gdb.java: Remove.
2684
78b86327
MR
26852016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2686
2687 * gdb.arch/mips-fcr.exp: New test.
2688 * gdb.arch/mips-fcr.c: Source for the new test.
2689
7470adbb
MR
26902016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2691
2692 * gdb.base/solib-disc.exp: Use `standard_output_file'
2693 throughout.
2694
4a556533
PA
26952016-10-06 Pedro Alves <palves@redhat.com>
2696
2697 * gdb.base/jit-simple-dl.c: New file.
2698 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2699 * gdb.base/jit-simple.c: ... this.
2700 * gdb.base/jit-simple.exp (jit_run): Delete.
2701 (build_jit): New proc.
2702 (jit_test_reread): Recompile either the main program or the shared
2703 library, depending on what is being tested. Skip changing address
2704 if caller wants to. Compare before/after addresses. If testing
2705 standalone, explicitly load the binary. Test "maint info
2706 breakpoints".
2707 (top level): Add "standalone vs shared lib" and "change address"
2708 vs "same address" axes.
2709
5a122fbc
PA
27102016-10-06 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2713 call.
2714 (jit_run): Delete.
2715 (jit_test_reread): Use with_test_prefix. Reload the main binary
2716 explicitly. Compare the before/after addresses of the JIT
2717 descriptor.
2718
ee8da4b8
DE
27192016-08-15 Doug Evans <dje@google.com>
2720
2721 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2722 for single bitfields is bool.
2723 * gdb.xml/tdesc-regs.exp: Ditto.
2724
f389f6fe
JK
27252016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2726
2727 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2728
fdebf1a4
YQ
27292016-10-05 Yao Qi <yao.qi@linaro.org>
2730
2731 * lib/gdb.exp (support_complex_tests): Return zero if
2732 gdb_skip_float_test return true.
2733
9c36d954 27342016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2735 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2736
2737 PR gdb/20487
2738 * gdb.mi/user-selected-context-sync.exp: New file.
2739 * gdb.mi/user-selected-context-sync.c: New file.
2740
4034d0ff 27412016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2742 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2743
2744 PR gdb/20487
2745 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2746 =thread-select-event check.
2747
a4297203
PB
27482016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2749
2750 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2751 the compulsory L operand changes.
2752 * gdb.arch/powerpc-power.s: Likewise.
2753
bb805577
JK
27542016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2755
2756 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2757 * gdb.base/jit-attach-pie.c: New file.
2758 * gdb.base/jit-attach-pie.exp: New file.
2759
6d61dee5
PA
27602016-09-28 Pedro Alves <palves@redhat.com>
2761
2762 * gdb.base/infcall-input.c: New file.
2763 * gdb.base/infcall-input.exp: New file.
2764
f73842fc
YQ
27652016-09-22 Yao Qi <yao.qi@linaro.org>
2766
2767 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2768 (gdb_exit): Rename it to ...
2769 (gdbserver_gdb_exit): ... Close GDBserver.
2770 (gdb_exit): New proc, call gdbserver_gdb_exit.
2771 (mi_gdb_exit): Likewise.
2772
90681dab
YQ
27732016-09-22 Yao Qi <yao.qi@linaro.org>
2774
2775 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2776 path.
2777 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2778 Remove duplication.
2779
9c211fd8
YQ
27802016-09-22 Yao Qi <yao.qi@linaro.org>
2781
2782 * lib/gdbserver-support.exp: Check the existence of
2783 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2784
ad0a504f
AK
27852016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2786
2787 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2788
36cf1806
TT
27892016-09-21 Tom Tromey <tom@tromey.com>
2790
2791 PR gdb/20604:
2792 * gdb.base/quit.exp: New file.
2793
74172ecf
SM
27942016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2795
2796 * .gitignore: New file.
2797
3d0ec882
MR
27982016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2799
2800 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2801 throughout.
2802
8193adea
AA
28032016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2804
2805 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2806
d41a5c09
JK
28072016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2808
2809 * gdb.cp/casts.cc (decltype): Move it ...
2810 (main): ... with its call to ...
2811 * gdb.cp/casts03.cc: ... a new file.
2812 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2813
d2dfe700
JK
28142016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2815
2816 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2817
e2a92b16
PB
28182016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2819
2820 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2821 and sync up the test with tests in gas/testsuite/gas/ppc.
2822 * gdb.arch/powerpc-power.exp: Likewise.
2823
49b4de64
JK
28242016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2825
2826 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2827
2c29df25
SDJ
28282016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2829 Jan Kratochvil <jan.kratochvil@redhat.com>
2830
2831 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2832 make m1's definition to be different from m2's. Use 'dummy' as an
2833 argument for probe 'two'.
2834
cc3c2846
JB
28352016-09-10 Jon Beniston <jon@beniston.com>
2836
2837 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2838 for sim target.
2839
e1b2624a
AA
28402016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2841
2842 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2843 variable declaration.
2844 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2845 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2846 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2847 received HWCAP as its argument.
2848
4295e285
PA
28492016-09-06 Pedro Alves <palves@redhat.com>
2850
2851 * gdb.base/new-ui-pending-input.c: New file.
2852 * gdb.base/new-ui-pending-input.exp: New file.
2853 * gdb.exp (clear_gdb_spawn_id): New procedure.
2854 (with_spawn_id): Check whether gdb_spawn_id exists before
2855 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2856 on exit.
2857
00d5215e
UW
28582016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2859
2860 * gdb.base/float128.c: New file.
2861 * gdb.base/float128.exp: Likewise.
2862 * gdb.base/floatn.c: Likewise.
2863 * gdb.base/floatn.exp: Likewise.
2864
a9ff5f12
UW
28652016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2866
2867 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2868
f245535c
PA
28692016-09-05 Pedro Alves <palves@redhat.com>
2870
2871 PR backtrace/19927
2872 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2873 unwinders are immediately called as side effect of "source" or
2874 "disable unwinder" commands.
2875 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2876
ae9cf263
YQ
28772016-09-02 Yao Qi <yao.qi@linaro.org>
2878
2879 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2880 is true and $type is "float" or "double".
2881
27aba047
YQ
28822016-09-02 Yao Qi <yao.qi@linaro.org>
2883
2884 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2885 true.
2886 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2887 * gdb.base/call-rt-st.exp: Likewise.
2888 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2889 return value instead of gdb,skip_float_test.
2890 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2891 (do_function_calls): Use its return value instead of
2892 gdb,skip_float_test.
2893 * gdb.base/finish.exp: Likewise.
2894 * gdb.base/funcargs.exp: Likewise.
2895 * gdb.base/return.exp: Likewise.
2896 * gdb.base/return2.exp: Likewise.
2897 * gdb.base/varargs.exp: Likewise.
2898 * lib/gdb.exp (gdb_skip_float_test): Change it to
2899 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2900
5af962df
AA
29012016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2902
2903 * gdb.multi/tids.exp: Test "thread apply all".
2904
7fac6910
JK
29052016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2906
2907 * gdb.base/default.exp (tty): Remove.
2908
bb1fe4ac
KB
29092016-08-24 Kevin Buettner <kevinb@redhat.com>
2910
2806dc7e
PA
2911 * gdb.python/py-recurse-unwind.c: New file.
2912 * gdb.python/py-recurse-unwind.py: New file.
2913 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2914
0a1ddfa6
SM
29152016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2916
2917 * gdb.base/set-inferior-tty.exp: New file.
2918 * gdb.base/set-inferior-tty.c: New file.
2919
d9de1fe3
PA
29202016-08-23 Pedro Alves <palves@redhat.com>
2921
2922 PR gdb/20494
2923 * gdb.base/new-ui-echo.c: New file.
2924 * gdb.base/new-ui-echo.exp: New file.
2925
e9d9abd7
YQ
29262016-08-23 Yao Qi <yao.qi@linaro.org>
2927
2928 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2929 gdbserver_spawn.
2930 * gdb.server/connect-without-multi-process.exp (do_test):
2931 Likewise.
2932
3589529e
YQ
29332016-08-23 Yao Qi <yao.qi@linaro.org>
2934
2935 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2936 standalone_txt. Delete gdb_txt and standalone_txt on host
2937 and target. Spawn the binary on target. Copy files from
2938 target to host.
2939
6bb90213
PA
29402016-08-22 Pedro Alves <palves@redhat.com>
2941
2942 PR gdb/20505
2943 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2944 with_test_prefix. Factor out bits to ...
2945 (test_no_vdso): ... this new procedure.
2946
20c2c024
CL
29472016-08-19 Carl Love <cel@us.ibm.com>
2948
2949 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2950 maintaining separate logic for constructing the output path.
2951 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2952 * gdb.arch/ppc-dfp.exp: Likewise.
2953 * gdb.arch/ppc-fp.exp: Likewise.
2954 * gdb.arch/vsx-regs.exp: Likewise.
2955 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2956 binprefix for generating the additional binary files.
2957
0646e07d
PA
29582016-08-19 Pedro Alves <palves@redhat.com>
2959
2960 * gdb.trace/mi-trace-frame-collected.exp
2961 (test_trace_frame_collected): On x32, expect two registers.
2962
46da9242
CL
29632016-08-18 Carl Love <cel@us.ibm.com>
2964
2965 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2966 and sync up the test with tests in gas/testsuite/gas/ppc.
2967 * gdb.arch/powerpc-power.exp: Likewise.
2968
eb2332d7
SM
29692016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2970
2971 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2972 expected error message.
2973
63c61e04
SM
29742016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2975
2976 * gdb.multi/remove-inferiors.exp: New file.
2977 * gdb.multi/remove-inferiors.c: New file.
2978
7b17065f
YQ
29792016-08-12 Yao Qi <yao.qi@linaro.org>
2980
2981 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2982 argument list.
2983
01d3dedf
PA
29842016-08-10 Pedro Alves <palves@redhat.com>
2985
2986 PR gdb/19187
2987 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2988 setup_kfails.
2989
3eb7562a
PA
29902016-08-09 Pedro Alves <palves@redhat.com>
2991 Simon Marchi <simon.marchi@ericsson.com>
2992
2993 PR gdb/20418
2994 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2995 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2996
80614914
PA
29972016-08-09 Pedro Alves <palves@redhat.com>
2998
2999 PR mi/20431
3000 * gdb.mi/mi-cmd-error.exp: New file.
3001
f348d89a
PA
30022016-08-09 Pedro Alves <palves@redhat.com>
3003
3004 PR gdb/18653
3005 * gdb.base/signals-state-child.c: New file.
3006 * gdb.base/signals-state-child.exp: New file.
3007 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3008
e5ca03b4
PA
30092016-08-09 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3012
282a0691
TT
30132016-08-03 Tom Tromey <tom@tromey.com>
3014
3015 PR python/18565:
3016 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3017
41bfcd63
YQ
30182016-08-01 Yao Qi <yao.qi@linaro.org>
3019
3020 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3021 variable mode to "multi-process" if $multi_process is 1, otherwise
3022 set it to "single-process".
3023
e3465b24
YQ
30242016-08-01 Yao Qi <yao.qi@linaro.org>
3025
3026 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3027 * gdb.cp/cpexprs.exp: Likewise.
3028 * gdb.cp/m-static.exp: Likewise.
3029
0b31a4bc
TT
30302016-07-26 Tom Tromey <tom@tromey.com>
3031
3032 PR python/20190:
3033 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3034 test.
3035
e0461dbb
MM
30362016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3037
3038 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3039 selecting assembly source files.
3040 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3041 assembly source files.
3042 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3043 assembly source files.
3044 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3045 selecting assembly source files.
3046
8194e927
SM
30472016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3048
3049 * gdb.base/new-ui.exp (do_test_invalid_args): New
3050 procedure.
3051
c0272db5
TW
30522016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3053
3054 * gdb.btrace/reconnect.c: New file.
3055 * gdb.btrace/reconnect.exp: New file.
3056
e3487908
GKB
30572016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3058
3059 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3060 to test_catch_syscall_group.
3061 (test_catch_syscall_group): New.
3062
12df5c00
TT
30632016-07-21 Tom Tromey <tom@tromey.com>
3064
3065 * gdb.rust/simple.rs (main): Use empty struct expression.
3066 * gdb.rust/simple.exp: Add tests for empty struct expression.
3067
bae62ee2
YQ
30682016-07-21 Yao Qi <yao.qi@linaro.org>
3069
3070 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3071 if gdb_skip_xml_test is true on some targets.
3072
b1b53fb3
YQ
30732016-07-21 Yao Qi <yao.qi@linaro.org>
3074
3075 * gdb.server/solib-list.exp: Unset last_loaded_file.
3076
027d97f8
JK
30772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3078
3079 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3080 "step into captured_main (args)".
3081
7674d381
JK
30822016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3083
3084 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3085
72b5d099
JK
30862016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3087
3088 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3089
1f960ced
PA
30902016-07-19 Pedro Alves <palves@redhat.com>
3091
3092 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3093 * gdb.opt/inline-bt.exp: Likewise.
3094 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3095 additional_flags=-Winline.
3096 * gdb.opt/inline-locals.exp: Likewise.
3097 * gdb.opt/inline-markers.c (ATTR): Define.
3098 (inlined_fn): Use it.
3099
f25827c1
YQ
31002016-07-19 Yao Qi <yao.qi@linaro.org>
3101
3102 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3103 (test_with_self): Remove some code. Remove argument executable.
3104 (top-level): Use do_self_tests.
3105
37539ebe
DB
31062016-07-15 Zachary Welch <zwelch@codesourcery.com>
3107 Don Breazeal <donb@codesourcery.com>
3108
3109 * gdb.base/maint.exp: Escape paths used in regular expressions.
3110 * gdb.stabs/weird.exp: Likewise.
3111
dac790e1
TT
31122016-07-13 Tom Tromey <tom@tromey.com>
3113
3114 PR python/15620, PR python/18620:
3115 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3116 (test_bkpt_events): New procs.
3117
93daf339
TT
31182016-07-13 Tom Tromey <tom@tromey.com>
3119
3120 PR python/17698:
3121 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3122 test.
3123 (test_watchpoints): Likewise.
3124 (test_bkpt_pending): New proc.
3125
6571a381
TT
31262016-07-13 Tom Tromey <tom@tromey.com>
3127
3128 PR cli/18053:
3129 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3130 completion test.
3131
e8732474
JK
31322016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3135 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3136 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3137 f_label.
3138 (g): Rename g_end_lbl to g_label.
3139 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3140 low_pc and high_pc.
3141 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3142
e0f3fd7c
TT
31432016-07-12 Tom Tromey <tom@tromey.com>
3144
3145 PR python/19293:
3146 * gdb.python/py-unwind-maint.exp: Update tests.
3147
3cfe46b6
YQ
31482016-07-12 Yao Qi <yao.qi@linaro.org>
3149
3150 * lib/selftest-support.exp (selftest_setup): Match the output
3151 when captured_main is inlined.
3152
4f19a0e6
WT
31532016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3154
3155 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3156 New variables.
3157 (print this%a, print this%b, print this): New tests.
3158 * gdb.fortran/derived-types.f90 (this): New object and
3159 initialization.
3160
986cf455
SM
31612016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3162
3163 * gdb.ada/arraydim.exp: Remove extra directory level in build
3164 directory.
3165
f0464b23
SM
31662016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3167
3168 * lib/ada.exp: Remove extra directory level in build directory.
3169 * gdb.ada/cond_lang.exp: Likewise.
3170 * gdb.ada/exec_changed.exp: Likewise.
3171 * gdb.ada/lang_switch.exp: Likewise.
3172
42d94011
MG
31732016-07-06 Manish Goregaokar <manish@mozilla.com>
3174
2806dc7e
PA
3175 * simple.rs: Add test for raw pointer subscripting.
3176 * simple.exp: Add test expectations.
42d94011 3177
647c264c
YQ
31782016-07-05 Yao Qi <yao.qi@linaro.org>
3179
3180 * gdb.mi/mi-reverse.exp: Match =record-started output.
3181
20aa2c60
PA
31822016-07-01 Pedro Alves <palves@redhat.com>
3183
3184 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3185 procedure.
3186 (jit_reader_test): Test the jit reader's unwinder.
3187 * gdb.base/jithost.c (jit_function_00_code): New global.
3188 (main): Use memcpy to fill in the mmapped code, instead of poking
3189 bytes manually here.
3190 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3191 value.
3192 (read_debug_info): Save the function's range.
3193 (read_sp): New function.
3194 (unwind_frame): Use it. Also unwind RBP.
3195 (get_frame_id): Use read_sp.
3196 (gdb_init_reader): Use calloc instead of malloc.
3197 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3198 parameter. Use gdb_test_multiple.
3199
ced2dffb
PA
32002016-07-01 Pedro Alves <palves@redhat.com>
3201 Antoine Tremblay <antoine.tremblay@ericsson.com>
3202
3203 * gdb.threads/process-dies-while-detaching.c: New file.
3204 * gdb.threads/process-dies-while-detaching.exp: New file.
3205
63000888
PA
32062016-07-01 Pedro Alves <palves@redhat.com>
3207
3208 * gdb.multi/watchpoint-multi-exit.c: New file.
3209 * gdb.multi/watchpoint-multi-exit.exp: New file.
3210
038d4868
PA
32112016-06-30 Pedro Alves <palves@redhat.com>
3212
3213 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3214 unset inferior_spawn_id.
3215
994e9c83
PA
32162016-06-30 Pedro Alves <palves@redhat.com>
3217
3218 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3219 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3220
e5653468
YQ
32212016-06-29 Yao Qi <yao.qi@linaro.org>
3222
3223 * gdb.base/return.c: Add copyright header.
3224
803b47e5
TT
32252016-06-29 Tom Tromey <tom@tromey.com>
3226
3227 PR python/20129:
3228 * gdb.python/py-framefilter.exp: Add tests for setting priority
3229 and disabling of non-existent frame filter.
3230
28244707
YQ
32312016-06-29 Yao Qi <yao.qi@linaro.org>
3232
3233 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3234 0x0f07ff.
3235
a31d2f06
YQ
32362016-06-28 Yao Qi <yao.qi@linaro.org>
3237
3238 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3239 triplets. Start gdb, execute catch syscall, and continue. Check
3240 gdb's output to determine catch syscall is supported.
3241
921d8f54
MG
32422016-06-27 Manish Goregaokar <manish@mozilla.com>
3243
25d49b86
PA
3244 * gdb.rust/simple.rs: Add test for returning unit in a function.
3245 * gdb.rust/simple.exp: Add expectation for functions returning
3246 unit.
921d8f54 3247
f4952523
PMR
32482016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3249
3250 * gdb.python/py-breakpoint-create-fail.c,
3251 gdb.python/py-breakpoint-create-fail.exp,
3252 gdb.python/py-breakpoint-create-fail.py: New testcase.
3253
fccb08f8
MG
32542016-06-25 Manish Goregaokar <manish@mozilla.com>
3255
3256 PR gdb/20239
3257 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3258 * gdb.rust/simple.exp: Add test expectations for new NonZero
3259 tests.
fccb08f8 3260
6b850546
DT
32612016-06-24 David Taylor <dtaylor@emc.com>
3262
3263 * gdb.base/offsets.exp: New file.
3264 * gdb.base/offsets.c: New file.
3265
17621150
TT
32662016-06-23 Tom Tromey <tom@tromey.com>
3267
3268 PR gdb/16483:
3269 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3270 before any filters are loaded.
3271
04d59df6
WT
32722016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3273
3274 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3275 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3276 structs.
3277 * gdb.fortran/derived-type-function.exp: New file.
3278 * gdb.fortran/derived-type-function.f90: New file.
3279
3280
ac69f786
PA
32812016-06-21 Pedro Alves <palves@redhat.com>
3282
3283 * gdb.base/new-ui.exp: New file.
3284 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3285 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3286 (with_spawn_id): New procedure.
3287
49940788
PA
32882016-06-21 Pedro Alves <palves@redhat.com>
3289
3290 * gdb.mi/mi-exec-run.exp: New file.
3291
ef274d26
PA
32922016-06-21 Pedro Alves <palves@redhat.com>
3293
3294 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3295 breakpoint command's output on the main UI.
3296 (test_break): New procedure, factored out from calls in the top
3297 level.
3298 (top level): Use foreach_with_prefix to test MI as main UI and as
3299 separate UI.
3300
468afe6c
PA
33012016-06-21 Pedro Alves <palves@redhat.com>
3302
3303 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3304 (test_awatch_creation_and_listing)
3305 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3306 Remove 'type' parameter.
3307 (test_watchpoint_all): New parameter mi_mode. Remove
3308 with_test_prefix.
3309 (top level): Use foreach_with_prefix, and add main/separate UI MI
3310 testing axis.
3311
51f77c37
PA
33122016-06-21 Pedro Alves <palves@redhat.com>
3313
3314 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3315 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3316 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3317 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3318 (gdb_main_spawn_id, mi_spawn_id): Declare and
3319 comment.
3320 (mi_create_inferior_pty): New procedure,
3321 factored out from default_mi_gdb_start.
3322 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3323 procedures.
3324 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3325 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3326 Use mi_create_inferior_pty.
3327 (mi_gdb_start): Use eval to pass down args list.
3328
8980e177
PA
33292016-06-21 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3332 * gdb.opt/inline-cmds.exp: Add MI tests.
3333
f38d3ad1
PA
33342016-06-21 Pedro Alves <palves@redhat.com>
3335
3336 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3337
45db7c09
PA
33382016-06-21 Pedro Alves <palves@redhat.com>
3339
3340 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3341 (top level): Use it instead of mi_execute_to.
3342
5a069ab3
PA
33432016-06-21 Pedro Alves <palves@redhat.com>
3344
3345 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3346 (cont_handler_str): New.
3347 (signal_stop_handler): Set stop_handler_str instead of printing to
3348 stdout.
3349 (continue_handler): Set cont_handler_str instead of printing to
3350 stdout.
3351 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3352 mi_send_resuming_command. Print stop_handler_str and
3353 cont_handler_str instead of expecting the python events print
3354 directly.
3355
2838cc1d
SD
33562016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3357
3358 * gdb.base/jit-reader.exp: New file.
3359 * gdb.base/jithost.c: New file.
3360 * gdb.base/jithost.h: New file.
3361 * gdb.base/jitreader.c : New file.
3362 * gdb.base/jit-protocol.h: New file.
3363
21a77091
YQ
33642016-06-17 Yao Qi <yao.qi@linaro.org>
3365
3366 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3367 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3368 and detach-on-fork. Adjust tests.
3369 (top level): Invoke break_cond_on_syscall with combinations of
3370 syscall, follow-fork-mode and detach-on-fork.
3371
f50bf8e5
YQ
33722016-06-17 Yao Qi <yao.qi@linaro.org>
3373
3374 * gdb.base/step-over-exit.c: New.
3375 * gdb.base/step-over-exit.exp: New.
3376
a28d8e50
YTL
33772016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3378
3379 * gdb.base/float.exp: Add target check for nds32*-*-*.
3380 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3381
cad8e26d
AB
33822016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3383
3384 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3385 for unsupported target features.
3386 * gdb.base/call-rt-st.exp: Likewise.
3387 * gdb.base/call-sc.exp: Likewise.
3388 * gdb.base/call-signal-resume.exp: Likewise.
3389 * gdb.base/call-strs.exp: Likewise.
3390 * gdb.base/callexit.exp: Likewise.
3391 * gdb.base/callfuncs.exp: Likewise.
3392 * gdb.base/nodebug.exp: Likewise.
3393 * gdb.base/printcmds.exp: Likewise.
3394 * gdb.base/ptype.exp: Likewise.
3395 * gdb.base/structs.exp: Likewise.
3396 * gdb.base/unwindonsignal.exp: Likewise.
3397 * gdb.cp/gdb2495.exp: Likewise.
3398 * gdb.cp/templates.exp: Likewise.
3399 * gdb.cp/virtfunc.exp: Likewise.
3400 * gdb.threads/hand-call-in-threads.exp: Likewise.
3401 * gdb.threads/interrupted-hand-call.exp: Likewise.
3402 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3403
347dc102
TT
34042016-06-10 Tom Tromey <tom@tromey.com>
3405
3406 PR rust/20110:
3407 * gdb.rust/expr.exp: Add test for integer constant larger than
3408 i32.
3409
5e13cf25
BH
34102016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3411
3412 * gdb.fortran/nested-funcs.exp: New.
3413 * gdb.fortran/nested-funcs.f90: New.
3414
bb556f1f
TK
34152016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3416
3417 * gdb.base/examine-backward.c: New file.
3418 * gdb.base/examine-backward.exp: New file.
3419
38b022b4
SM
34202016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3421
3422 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3423 matching.
3424
1b40ec05
TT
34252016-06-02 Tom Tromey <tom@tromey.com>
3426
3427 PR python/18984:
3428 * gdb.python/py-shared.exp: Add solib_name test.
3429
193bd378
SM
34302016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3431
3432 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3433
3326303b
MG
34342016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3435
3436 PR c++/19893
3437 * gdb.dwarf2/implref.exp: Rename to...
3438 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3439 * gdb.dwarf2/implref-array.c: New file.
3440 * gdb.dwarf2/implref-array.exp: Likewise.
3441 * gdb.dwarf2/implref-global.c: Likewise.
3442 * gdb.dwarf2/implref-global.exp: Likewise.
3443 * gdb.dwarf2/implref-struct.c: Likewise.
3444 * gdb.dwarf2/implref-struct.exp: Likewise.
3445
825c8ef2
AT
34462016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3447
3448 * gdb.trace/trace-condition.exp: Add 64bit tests.
3449
2320162a
AT
34502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3451
3452 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3453 bits types.
3454 (main): Adapt to 8 to 64 bits types.
3455 * gdb.trace/trace-condition.exp: Add new tests.
3456
a7818233
AT
34572016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3458
3459 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3460
0d336466
AT
34612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3462
3463 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3464 Move condition tests...
3465 * gdb.trace/trace-condition.exp: Here.
3466
7faeb45a
AT
34672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3468
3469 * gdb.trace/trace-condition.exp: Add counter-case tests.
3470
e385593e
JK
34712016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3472
3473 PR c++/15231
3474 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3475 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3476
744608cc
PA
34772016-05-27 Pedro Alves <palves@redhat.com>
3478
3479 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3480 New procedure.
3481 (top level): Call it, and bail out of DejaGnu is known to be bad.
3482
ac775bf4
AB
34832016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3484
3485 * gdb.base/whatis.c: Extend the test case.
3486 * gdb.base/whatis.exp: Add additional tests.
3487
2bbad2ea
BH
34882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3489
3490* gdb.fortran/type.f90: Add pointer variable.
3491* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3492
8b70175d
BH
34932016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3494
3495 * gdb.fortran/vla-type.exp: Fix testcase name.
3496
86d8a848
BH
34972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3498
3499 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3500
e188eb36
BH
35012016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3502
3503 * gdb.fortran/type.f90: Add nested structures.
3504 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3505 * gdb.fortran/derived-type.exp: Adapt expected output.
3506 * gdb.fortran/vla-type.exp: Adapt expected output.
3507
9b2db1fd
BH
35082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3509
3510 * gdb.fortran/whatis_type.exp: Adapt expected output.
3511
72b17055
BH
35122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3513
3514 * gdb.fortran/print_type.exp: Fix expected output.
3515 * gdb.fortran/whatis_type.exp: Fix expected output.
3516
3cd81d8d
BH
35172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3518
3519 * gdb.fortran/whatis_type.exp: Use multi_line.
3520
ddae9462
TT
35212016-05-24 Tom Tromey <tom@tromey.com>
3522
3523 PR python/17386:
3524 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3525 use value as an index.
3526
1957f6b8
TT
35272016-05-23 Tom Tromey <tom@tromey.com>
3528
3529 PR python/17981:
3530 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3531 no-breakpoint case.
3532
026a9174
PA
35332016-05-24 Pedro Alves <palves@redhat.com>
3534
3535 PR gdb/19828
3536 * gdb.threads/clone-attach-detach.c: New file.
3537 * gdb.threads/clone-attach-detach.exp: New file.
3538
e70a7231
FR
35392016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3540
3541 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3542
0f6ed0e0
TT
35432016-05-23 Tom Tromey <tom@tromey.com>
3544
3545 PR python/19438, PR python/18393:
3546 * gdb.python/py-progspace.exp: Add "dir" test.
3547 * gdb.python/py-objfile.exp: Add "dir" test.
3548
ffd19d61
YQ
35492016-05-23 Yao Qi <yao.qi@linaro.org>
3550
3551 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3552 * gdb.arch/thumb2-it.exp: Likewise.
3553
9e8f9b05
SM
35542016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3555
3556 * gdb.mi/mi-threads-interrupt.c: New file.
3557 * gdb.mi/mi-threads-interrupt.exp: New file.
3558
61c6156d
SM
35592016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3560
3561 PR gdb/18077
3562 * gdb.mi/mi-async-run.exp: New file.
3563 * gdb.mi/mi-async-run.c: New file.
3564
67218854
TT
35652016-05-17 Tom Tromey <tom@tromey.com>
3566 Manish Goregaokar <manishsmail@gmail.com>
3567
3568 * lib/rust-support.exp: New file.
3569 * lib/gdb.exp (skip_rust_tests): New proc.
3570 (build_executable_from_specs): Handle rust.
3571 * lib/future.exp (gdb_find_rustc): New proc.
3572 (gdb_default_target_compile): Handle rust.
3573 * gdb.rust/expr.exp: New file.
3574 * gdb.rust/generics.exp: New file.
3575 * gdb.rust/generics.rs: New file.
3576 * gdb.rust/methods.exp: New file.
3577 * gdb.rust/methods.rs: New file.
3578 * gdb.rust/modules.exp: New file.
3579 * gdb.rust/modules.rs: New file.
3580 * gdb.rust/simple.exp: New file.
3581 * gdb.rust/simple.rs: New file.
3582
c44af4eb
TT
35832016-05-17 Tom Tromey <tom@tromey.com>
3584
3585 * gdb.base/default.exp (set language): Add rust.
3586
dcd1f979
TT
35872016-05-17 Tom Tromey <tom@tromey.com>
3588
3589 * gdb.gdb/unittest.exp: New file.
3590
155b7f57
YQ
35912016-05-16 Yao Qi <yao.qi@linaro.org>
3592
3593 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3594 shell_prompt. Update shell_prompt_re.
3595
8ddd5a6c
DE
35962016-05-12 Doug Evans <dje@google.com>
3597
3598 PR symtab/19999
3599 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3600 $options when building executable.
3601 * gdb.dwarf2/fission-loclists-pie.S: New file.
3602 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3603
02e370d9
SM
36042016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3605
3606 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3607 of [is_remote target],
3608
8929ad8b
SM
36092016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3610
3611 * lib/gdb.exp (use_gdb_stub): New procedure.
3612
6c447423
DE
36132016-05-03 Yunlian Jiang <yunlian@google.com>
3614 Doug Evans <dje@google.com>
3615
3616 PR symtab/19914
3617 * gdb.dwarf2/dwp-sepdebug.c: New file.
3618 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3619
444e826c
SM
36202016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3621
3622 * gdb.base/detach.exp: Remove is_remote check.
3623
740feeaa
SM
36242016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3625
3626 * gdb.base/annota-input-while-running.exp: Don't check for
3627 [is_remote target]. Enable annotations after running to main.
3628 Remove unused "set test..." line.
3629
9080ac9d
SM
36302016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3631
3632 * gdb.trace/trace-enable-disable.exp: New file.
3633 * gdb.trace/trace-enable-disable.c: New file.
3634
952ebca5
SM
36352016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3636
3637 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3638 use it in info sharedlibrary test.
3639 * gdb.trace/ftrace-lock.exp: Likewise.
3640 * gdb.trace/ftrace.exp: Likewise.
3641 * gdb.trace/range-stepping.exp: Likewise.
3642 * gdb.trace/trace-break.exp: Likewise.
3643 * gdb.trace/trace-condition.exp: Likewise.
3644 * gdb.trace/trace-mt.exp: Likewise.
3645
d9019901
SM
36462016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3647
3648 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3649 (gdb_load_shlib): ... this.
3650 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3651 gdb_load_shlib.
3652 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3653 * gdb.base/ctxobj.exp: Likewise.
3654 * gdb.base/dprintf-pending.exp: Likewise.
3655 * gdb.base/dso2dso.exp: Likewise.
3656 * gdb.base/fixsection.exp: Likewise.
3657 * gdb.base/gcore-relro.exp: Likewise.
3658 * gdb.base/gdb1555.exp: Likewise.
3659 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3660 * gdb.base/gnu-ifunc.exp: Likewise.
3661 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3662 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3663 * gdb.base/pending.exp: Likewise.
3664 * gdb.base/print-file-var.exp: Likewise.
3665 * gdb.base/print-symbol-loading.exp: Likewise.
3666 * gdb.base/shlib-call.exp: Likewise.
3667 * gdb.base/shreloc.exp: Likewise.
3668 * gdb.base/so-impl-ld.exp: Likewise.
3669 * gdb.base/solib-disc.exp: Likewise.
3670 * gdb.base/solib-nodir.exp: Likewise.
3671 * gdb.base/solib-overlap.exp: Likewise.
3672 * gdb.base/solib-symbol.exp: Likewise.
3673 * gdb.base/solib-weak.exp (do_test): Likewise.
3674 * gdb.base/sym-file.exp: Likewise.
3675 * gdb.base/symtab-search-order.exp: Likewise.
3676 * gdb.base/type-opaque.exp: Likewise.
3677 * gdb.base/unload.exp: Likewise.
3678 * gdb.base/watchpoint-solib.exp: Likewise.
3679 * gdb.compile/compile.exp: Likewise.
3680 * gdb.cp/gdb2384.exp: Likewise.
3681 * gdb.cp/infcall-dlopen.exp: Likewise.
3682 * gdb.cp/re-set-overloaded.exp: Likewise.
3683 * gdb.fortran/library-module.exp: Likewise.
3684 * gdb.opt/solib-intra-step.exp: Likewise.
3685 * gdb.python/py-finish-breakpoint.exp: Likewise.
3686 * gdb.python/py-shared.exp: Likewise.
3687 * gdb.reverse/solib-precsave.exp: Likewise.
3688 * gdb.reverse/solib-reverse.exp: Likewise.
3689 * gdb.server/solib-list.exp: Likewise.
3690 * gdb.threads/dlopen-libpthread.exp: Likewise.
3691 * gdb.threads/tls-shared.exp: Likewise.
3692 * gdb.threads/tls-so_extern.exp: Likewise.
3693 * gdb.trace/change-loc.exp: Likewise.
3694 * gdb.trace/ftrace-lock.exp: Likewise.
3695 * gdb.trace/ftrace.exp: Likewise.
3696 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3697 * gdb.trace/pending.exp: Likewise.
3698 * gdb.trace/range-stepping.exp: Likewise.
3699 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3700 (strace_info_marker): Likewise.
3701 (strace_probe_marker): Likewise.
3702 (strace_trace_on_same_addr): Likewise.
3703 (strace_trace_on_diff_addr): Likewise.
3704 * gdb.trace/trace-break.exp: Likewise.
3705 * gdb.trace/trace-condition.exp: Likewise.
3706 * gdb.trace/trace-mt.exp: Likewise.
3707
fca4cfd9
SM
37082016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3709
3710 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3711 result of gdb_remote_download.
3712 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3713 * gdb.base/dso2dso.exp: Likewise.
3714 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3715 * gdb.base/print-file-var.exp: Likewise.
3716 * gdb.base/shlib-call.exp: Likewise.
3717 * gdb.base/shreloc.exp: Likewise.
3718 * gdb.base/solib-overlap.exp: Likewise.
3719 * gdb.base/solib-weak.exp (do_test): Likewise.
3720 * gdb.base/unload.exp: Likewise.
3721
11cf4ffb
YQ
37222016-04-27 Yao Qi <yao.qi@linaro.org>
3723
3724 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3725 exists.
3726
3e2e34f8
KB
37272016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3728
3729 * vla-type.exp: Print structure from toplevel.
3730
8f07e298
BH
37312016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3732
3733 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3734 of dynamic types.
3735 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3736 of dynamic types.
3737
9920b434
BH
37382016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3739
3740 * gdb.fortran/vla-type.f90: New file.
3741 * gdb.fortran/vla-type.exp: New file.
3742
f3abeff5
YQ
37432016-04-25 Yao Qi <yao.qi@linaro.org>
3744
3745 * gdb.base/branch-to-self.c: New file.
3746 * gdb.base/branch-to-self.exp: New file.
3747
0a5d52f0
YQ
37482016-04-22 Yao Qi <yao.qi@linaro.org>
3749
3750 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3751 more after $hex.
3752
495346f6
YQ
37532016-04-22 Yao Qi <yao.qi@linaro.org>
3754
3755 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3756 * gdb.base/annota3.exp: Likewise.
3757
4a7e075c
YQ
37582016-04-22 Yao Qi <yao.qi@linaro.org>
3759
3760 * gdb.reverse/step-precsave.exp: Do one step and test program
3761 stops in "callee" and do multiple steps until program goes out
3762 of "callee".
3763 * gdb.reverse/step-reverse.exp: Likewise.
3764
5b061e98
YQ
37652016-04-22 Yao Qi <yao.qi@linaro.org>
3766
3767 * gdb.trace/signal.exp: Also pass if
3768 $tracepoint_hits($i) > $iterations.
3769
5c5dc57f
YQ
37702016-04-22 Yao Qi <yao.qi@linaro.org>
3771
3772 * gdb.trace/signal.c: New file.
3773 * gdb.trace/signal.exp: New file.
3774
a55411b9
DE
37752016-04-19 Doug Evans <xdje42@gmail.com>
3776
3777 * gdb.base/bad-file.exp: New file.
3778
a22df60a
MG
37792016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3780
3781 * gdb.dwarf2/implref.exp: New file.
3782
0c13f7e5
BH
37832016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3784
3785 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3786 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3787 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3788 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3789 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3790 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3791 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3792 * lib/fortran.exp (fortran_int4): New procedure.
3793 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3794 (fortran_logical4): Likewise.
3795
9b9b09e9
BH
37962016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3797
3798 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3799
a14d1f4d
BH
38002016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3801
3802 * lib/compiler.c: Add Intel specific preprocessor macros.
3803 * lib/compiler.cc: Likewise.
25d49b86 3804
7d49b1d0
LM
38052016-04-13 Luis Machado <lgustavo@codesourcery.com>
3806
3807 * gdb.server/connect-with-no-symbol-file.c: New file.
3808 * gdb.server/connect-with-no-symbol-file.exp: New file.
3809
8392fa22
SM
38102016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3811
3812 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3813
8c4c4aeb
SM
38142016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3815
3816 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3817 standard output directory.
3818
45e3745e
AT
38192016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3820
3821 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3822
e26b7e41
MM
38232016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3824
3825 * gdb.btrace/instruction_history.c (loop): Add declaration.
3826
8ce09462
AT
38272016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3828
3829 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3830
2e88a1ea
SM
38312016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3832
3833 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3834 parentheses to print.
3835 (continue_handler): Likewise.
3836
f48e22e3
SM
38372016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3838
3839 * gdb.server/solib-list.exp: Remove is_remote check.
3840 Pass shlib= to gdb_compile. Don't link shared library with
3841 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3842 Run binary filename through "readlink -f" on the target.
3843
096be756
PA
38442016-04-08 Pedro Alves <palves@redhat.com>
3845
3846 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3847 interpreter filename as argument to gdbserver_spawn.
3848 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3849 Return empty if $last_loaded_file does not exist.
3850
06500533
JK
38512016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3852
3853 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3854 * gdb.base/jit-main.c: Use exit after usage.
3855
2d35e871
JK
38562016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3857
3858 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3859 GDBHISTSIZE prior to the tests.
3860 * gdb.base/gdbinit-history.exp: Likewise.
3861
38622016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3863
3864 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3865 instead of build_executable. Use gdb_load_shlibs.
3866
c8064e7e
YQ
38672016-04-07 Yao Qi <yao.qi@linaro.org>
3868
3869 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3870 Execute "si" command.
3871
bde47561
YQ
38722016-04-07 Yao Qi <yao.qi@linaro.org>
3873
3874 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3875 number instead of the comments on some line.
3876
b16f8a3b
DB
38772016-04-06 Don Breazeal <donb@codesourcery.com>
3878
3879 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3880 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3881
c2f901df
SM
38822016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3883
3884 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3885 standard_output_file. Remove unused binfile variable.
3886
ac17fda0
CU
38872016-04-05 Catalin Udma <catalin.udma@freescale.com>
3888
3889 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3890 * gdb.python/py-mi-objfile.exp: Match "list main" output
3891 in console format.
3892
03a8c4df
SM
38932016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3894
3895 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3896 absolute.
3897
6e774b13
SM
38982016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3899
3900 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3901 absolute.
3902 * gdb.trace/ftrace.exp: Likewise.
3903 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3904 targets as well.
3905 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3906 (gdb_load_shlibs): Copy libraries to test directory when testing
3907 natively. Only set solib-search-path if testing remotely.
3908 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3909
7817ea46
SM
39102016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3911
3912 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3913 gdb_download. Use it even if the target is not remote.
3914 * gdb.base/jit.exp (compile_jit_test): Likewise.
3915 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3916 output directory if the destination board is local, otherwise use
3917 the standard remote_download from DejaGnu.
3918 (gdb_download): Remove.
3919 (gdb_load_shlibs): Use gdb_remote_download instead of
3920 gdb_download.
3921 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3922 Use gdb_remote_download instead of gdb_download. Use it even if
3923 the target is not remote.
3924 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3925 instead of gdb_download.
3926
7beb7f68
SM
39272016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3928
3929 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3930 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3931 run.
3932
cc63428a
AV
39332016-04-01 Artemiy Volkov <artemiyv@acm.org>
3934
3935 PR gdb/19820
3936 * gdb.base/printcmds.exp: Add artificial arrays tests.
3937
64cdf930
PA
39382016-03-31 Pedro Alves <palves@redhat.com>
3939
3940 PR gdb/19858
3941 * gdb.base/jit-main.c: Include unistd.h.
3942 (ATTACH): Define to 0 if not already defined.
3943 (wait_for_gdb, mypid): New globals.
3944 (WAIT_FOR_GDB): New macro.
3945 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3946 some breakpoint locations.
3947 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3948 New procedures.
3949 (one_jit_test): Add REATTACH parameter, and handle it. Use
3950 continue_to_test_location.
3951 (top level): Test attach, and adjusts calls to one_jit_test.
3952
40dea8cb
PA
39532016-03-31 Pedro Alves <palves@redhat.com>
3954
3955 PR gdb/19858
3956 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3957 BINSUFFIX parameter, and handle it.
3958 (top level): Adjust calls compile_jit_test.
3959
e7ea3ec7
CU
39602016-03-31 Catalin Udma <catalin.udma@freescale.com>
3961
3962 PR python/19743
3963 * gdb.python/py-mi-events-gdb.py: New file.
3964 * gdb.python/py-mi-events.c: New file.
3965 * gdb.python/py-mi-events.exp: New file.
3966
e6359af3
YQ
39672016-03-30 Yao Qi <yao.qi@linaro.org>
3968
3969 * gdb.reverse/until-precsave.exp: Match function name only.
3970 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3971 Move malloc to a condition block.
3972 * gdb.reverse/until-reverse.exp: Match function name only.
3973
a4105d04
MK
39742016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3975
3976 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3977 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3978 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3979 variable for GPR 0 instead of assuming it is register 0.
3980 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3981 * lib/trace-support.exp: Add s390 registers.
3982
bfa6adb9
YQ
39832016-03-29 Yao Qi <yao.qi@linaro.org>
3984
3985 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3986
1e6697ea
YQ
39872016-03-24 Yao Qi <yao.qi@linaro.org>
3988
3989 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3990 test message.
3991
64bcd522
AA
39922016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3993
3994 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3995 maintaining separate logic for constructing the output path.
3996
7868401b
DB
39972016-03-16 Don Breazeal <donb@codesourcery.com>
3998
3999 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4000 Retry fork and waitpid on interrupted system call errors.
4001 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4002 Use with_timeout_factor to increase timeout by factor of 10.
4003
1cafadb4
DB
40042016-03-15 Don Breazeal <donb@codesourcery.com>
4005
4006 * gdb.cp/scope-err.cc: New test program.
4007 * gdb.cp/scope-err.exp: New test script.
4008 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4009 lines and "set breakpoint here" comment.
4010 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4011 Fixed some whitespace and format issues.
4012 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4013 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4014
81516450
DE
40152016-03-15 Doug Evans <dje@google.com>
4016
4017 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4018 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4019 All callers updated. Add tests for enums, mixed flags register.
4020
aa52b601
DE
40212016-03-15 Doug Evans <dje@google.com>
4022
4023 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4024 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4025
fa4ff313
SM
40262016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4027
4028 * gdb.base/default.exp: Add $_as_string to the list of expected
4029 convenience functions.
4030
f2403c39
AB
40312016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4032
4033 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4034
f2f3ccb9
SM
40352016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4036
4037 * gdb.python/py-as-string.exp: New file.
4038 * gdb.python/py-as-string.c: New file.
4039
00dbd492
PA
40402016-03-09 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4043 signal" -> "Thread NN received signal" output change.
4044 * gdb.threads/ia64-sigill.exp: Likewise.
4045 * gdb.threads/linux-dp.exp: Likewise.
4046 * gdb.threads/manythreads.exp: Likewise.
4047 * gdb.threads/pending-step.exp: Likewise.
4048 * gdb.threads/print-threads.exp: Likewise.
4049 * gdb.threads/sigstep-threads.exp: Likewise.
4050 * gdb.threads/staticthreads.exp: Likewise.
4051 * gdb.threads/tls.exp: Likewise.
4052
1e6697ea
YQ
40532016-03-09 Pedro Alves <palves@redhat.com>
4054
4055 * gdb.base/command-line-input.exp: New file.
4056
b04fd3be
MK
40572016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4058
4059 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4060 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4061 * gdb.trace/pending.exp: Accept leading dot before function name.
4062 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4063 * lib/trace-support.exp: Set registers for ppc.
4064
98fa59e9
MK
40652016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4066
4067 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4068 use it for disassembly; accept .main in addition to main in backtrace.
4069
f77198c8
MK
40702016-03-09 Wei-cheng Wang <cole945@gmail.com>
4071 Marcin Kościelnicki <koriakin@0x04.net>
4072
4073 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4074 (gdb_recursion_test_ptr): New global variable.
4075 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4076 gdb_recursion_test.
4077 (gdb_c_test): Ditto.
4078
ba84e0da
MK
40792016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4080
4081 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4082 ordering.
4083
4366d36e
MK
40842016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4085
4086 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4087 (bar): Add bar_start_lbl label.
4088 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4089 of foo/bar for emitting DWARF and tracing.
4090
5eb264df
SDJ
40912016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4092
4093 * analyze-racy-logs.py: Set executable bit.
4094
fb6a751f
SDJ
40952016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4096
4097 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4098 (CHECK_TARGET_TMP): Likewise.
4099 (check-single-racy): New rule.
4100 (check-parallel-racy): Likewise.
4101 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4102 (do-check-parallel-racy): New rule.
4103 (check-racy/%.exp): Likewise.
4104 * README (Racy testcases): New section.
4105 * analyze-racy-logs.py: New file.
4106
bdf7e230
DE
41072016-03-03 Doug Evans <dje@google.com>
4108
4109 * gdb.base/skip.exp: Use with_test_prefix.
4110
4719d415
YQ
41112016-03-03 Yao Qi <yao.qi@linaro.org>
4112
4113 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4114 Invoke step_over_syscall "clone" and break_cond_on_syscall
4115 "clone".
4116 * gdb.base/step-over-clone.c: New file.
4117
ea507862
YQ
41182016-03-03 Yao Qi <yao.qi@linaro.org>
4119
4120 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4121 code format.
4122
8fc8cbda
YQ
41232016-03-03 Yao Qi <yao.qi@linaro.org>
4124
4125 * gdb.base/disp-step-fork.c: Rename to ...
4126 * gdb.base/step-over-fork.c: ... it. New file.
4127 * gdb.base/disp-step-vfork.c: Rename to ...
4128 * gdb.base/step-over-vfork.c: ... it. New file.
4129 * gdb.base/disp-step-syscall.exp: Rename to ...
4130 * gdb.base/step-over-syscall.exp: ... it. New file.
4131 (disp_step_cross_syscall): Rename to ...
4132 (step_over_syscall): ... it.
4133
92fa70b0
YQ
41342016-03-03 Yao Qi <yao.qi@linaro.org>
4135
4136 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4137 If target supports condition evaluation on target, invoke
4138 break_cond_on_syscall for fork and vfork.
4139
e197ad3c
YQ
41402016-03-03 Yao Qi <yao.qi@linaro.org>
4141
4142 * gdb.base/disp-step-syscall.exp: Don't invoke
4143 support_displaced_stepping.
4144 (disp_step_cross_syscall): Test with displaced stepping off and
4145 on if supported.
4146
0b47da9f
YQ
41472016-03-03 Yao Qi <yao.qi@linaro.org>
4148
4149 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4150 proc.
4151 (setup): New proc.
4152 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4153 and setup.
4154
065ab6dc
BH
41552016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4156
4157 * gdb.fortran/vla-history.exp: Remove breakpoint.
4158
07e448ad 41592016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4160
25d49b86
PA
4161 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4162 exceeds timeout.
07e448ad 4163
9ac2d526 41642016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4165
25d49b86
PA
4166 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4167 breakpoint.
9ac2d526 4168
17807369
BH
41692016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4170
4171 * gdb.mi/vla.f90: Nullify pointer after declaration.
4172
86e501af
PA
41732016-03-01 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4176
1e903e32
PA
41772016-03-01 Pedro Alves <palves@redhat.com>
4178
4179 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4180 before anything else.
4181 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4182 _GNU_SOURCE here.
4183 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4184 before anything else.
4185 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4186
6ccb54e2
PA
41872016-03-01 Pedro Alves <palves@redhat.com>
4188
4189 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4190
30ca9da1
YQ
41912016-03-01 Yao Qi <yao.qi@linaro.org>
4192
4193 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4194 prepare_for_testing.
4195
dc856b38
YQ
41962016-03-01 Yao Qi <yao.qi@linaro.org>
4197
4198 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4199
4a932159
AA
42002016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4201
4202 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4203 manually constructing the output path.
4204
f2489477
AA
42052016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4206
4207 * gdb.arch/s390-stackless.S: New.
4208 * gdb.arch/s390-stackless.exp: New.
4209
38899f16
IB
42102016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4211
4212 * gdb.dlang/circular.c: New file.
4213 * gdb.dlang/circular.exp: New file.
4214
9fde51ed
YQ
42152016-02-26 Yao Qi <yao.qi@linaro.org>
4216
4217 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4218 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4219 (testcases): Update.
4220
ce90fefe
YQ
42212016-02-26 Yao Qi <yao.qi@linaro.org>
4222
4223 * gdb.reverse/aarch64.c: Rename to ...
4224 * gdb.reverse/insn-reverse.c: ... it.
4225 * gdb.reverse/aarch64.exp: Rename to ...
4226 * gdb.reverse/insn-reverse.exp: ... it.
4227
3263bceb
YQ
42282016-02-26 Yao Qi <yao.qi@linaro.org>
4229
4230 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4231 (testcase_ftype): New.
4232 (testcases): New array.
4233 (n_testcases): New.
4234 (main): Call each element in testcases.
4235 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4236 (read_testcase): New.
4237 Do the tests in a loop.
4238
6cb59ff1
YQ
42392016-02-25 Yao Qi <yao.qi@linaro.org>
4240
4241 * gdb.base/branches.c: Remove.
4242
ae91f625
MK
42432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4244
4245 PR gdb/13808
4246 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4247
678b48b7
MK
42482016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4249
4250 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4251
7337a6f2
MK
42522016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4253
4254 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4255 change x86_64 call_insn to 'callq'.
4256
861ca91f
AT
42572016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4258
4259 * gdb.trace/tfile-avx.c: Move to...
4260 * gdb.trace/tracefile-pseudo-reg.c: Here.
4261 * gdb.trace/tfile-avx.exp: Move to...
4262 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4263
bf74e428
GB
42642016-02-24 Gary Benson <gbenson@redhat.com>
4265
4266 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4267 message on attach.
4268
cce0e923
DE
42692016-02-23 Doug Evans <dje@google.com>
4270
4271 * gdb.base/skip.c (test_skip): New function.
4272 (end_test_skip_file_and_function): New function.
4273 (test_skip_file_and_function): New function.
4274 * gdb.base/skip1.c (test_skip): New function.
4275 (skip1_test_skip_file_and_function): New function.
4276 * gdb.base/skip.exp: Add tests for new skip options.
4277 * gdb.base/skip-solib.exp: Update expected output.
4278 * gdb.perf/skip-command.cc: New file.
4279 * gdb.perf/skip-command.exp: New file.
4280 * gdb.perf/skip-command.py: New file.
4281
4000e47e
MK
42822016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4283
4284 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4285 info registers pattern.
4286
24f75ead
IB
42872016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4288
4289 * lib/future.exp: Add D support.
4290 (gdb_find_gdc): New proc.
4291 (gdb_default_target_compile): Add D support.
4292
fbb7bcbe
WW
42932016-02-18 Wei-cheng Wang <cole945@gmail.com>
4294
4295 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4296 user+system time.
4297 (trace_speed_test): Determine the iteration count for a time
4298 between 15..30 seconds.
4299
012b3a21
WT
43002016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4301
4302 * gdb.arch/i386-mpx-sigsegv.c: New file.
4303 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4304 * gdb.arch/i386-mpx-simple_segv.c: New file.
4305 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4306
2d5189bd
YQ
43072016-02-18 Yao Qi <yao.qi@linaro.org>
4308
4309 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4310 Don't call setup_kfail.
4311
40fb20d0
YQ
43122016-02-18 Yao Qi <yao.qi@linaro.org>
4313
4314 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4315 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4316
21b1f8d2
DE
43172016-02-16 Doug Evans <dje@google.com>
4318
4319 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4320 * gdb.base/skip1.c: Ditto.
4321 * gdb.base/skip.exp: Whitespace cleanup.
4322
4041ed77
DB
43232016-02-16 Don Breazeal <donb@codesourcery.com>
4324
4325 PR remote/19496
4326 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4327 Remove kfail for PR remote/19496.
4328
c4ef31bf
SM
43292016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4330
4331 * lib/gdb.exp (standard_temp_file): Return a path specific to
4332 the runtest invocation.
4333
266b65b3
SM
43342016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4335
4336 * gdb.trace/save-trace.exp: Change relative path to be in the
4337 standard output directory.
4338
a7a0a6a9
JK
43392016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4340
4341 * gdb.arch/i386-prologue.c: Add missing prototypes.
4342
c99dbb42
JK
43432016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4344
4345 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4346 * gdb.arch/i386-prologue.exp: Likewise.
4347 * gdb.arch/i386-size.exp: Likewise.
4348
aa480355
SM
43492016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4350
4351 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4352 define object file path.
4353 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4354 file path.
4355 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4356 standard_output_file to define binfile.
4357
ba881f50
JK
43582016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 Fix compatibility with recent gfortran-5.3.1.
4361 * gdb.fortran/vla-history.exp (print vla1 allocated)
4362 (print vla2 allocated, print $2, print $3): Remove
4363 (print $4): Rename to ...
4364 (print $2): ... here.
4365 (print $9): Rename to ...
4366 (print $5): ... here.
4367 (print $10): Rename to ...
4368 (print $6): ... here.
4369 * gdb.fortran/vla.f90: Add pvla initialization.
4370
e9fb005c
JK
43712016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4372
4373 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4374 New test.
4375 * gdb.fortran/vla-value-sub.exp: Likewise.
4376
e44e00ff
MK
43772016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4378
4379 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4380
97e94151
SM
43812016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4382
4383 * i386-biarch-core.exp: Define corefile using
4384 standard_output_file.
4385
01113bc1
YQ
43862016-02-12 Yao Qi <yao.qi@linaro.org>
4387
4388 * gdb.arch/arm-single-step-kernel-helper.c: New.
4389 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4390
33b4777c
MM
43912016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4392
4393 * gdb.btrace/tailcall-only.exp: New.
4394 * gdb.btrace/tailcall-only.c: New.
4395 * gdb.btrace/x86_64-tailcall-only.S: New.
4396 * gdb.btrace/i686-tailcall-only.S: New.
4397
acc23c11
PA
43982016-02-11 Pedro Alves <palves@redhat.com>
4399
4400 * README (Parallel testing): Add missing double quotes.
4401
e352bf0a
PA
44022016-02-11 Pedro Alves <palves@redhat.com>
4403
4404 * README (Parallel testing): New section.
4405 (GDB_PARALLEL): Rewrite.
4406 (FORCE_PARALLEL): Document.
4407
9f5fed78
MK
44082016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4409
4410 * gdb.trace/tfile-avx.c: New test.
4411 * gdb.trace/tfile-avx.exp: New test.
4412
9ef9e6a6
KS
44132016-02-09 Keith Seitz <keiths@redhat.com>
4414
4415 PR breakpoints/19546
4416 * gdb.base/infcall-exec.c: New file.
4417 * gdb.base/infcall-exec2.c: New file.
4418 * gdb.base/infcall-exec.exp: New file.
4419
a96e36da
KS
44202016-02-09 Keith Seitz <keiths@redhat.com>
4421
4422 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4423 (toplevel): Call test_bkpt_address.
4424
9f61929f
KS
44252016-02-09 Keith Seitz <keiths@redhat.com>
4426
4427 PR python/19506
4428 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4429 (toplevel): Call test_bkpt_address.
4430
1e94266c
SM
44312016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4432
4433 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4434 to AC_OUTPUT.
4435 * configure: Regenerate.
4436
2a7f3dff
PA
44372016-02-09 Pedro Alves <palves@redhat.com>
4438
4439 PR breakpoints/19548
4440 * gdb.base/execl-update-breakpoints.c (some_function): New
4441 function.
4442 (main): Call it.
4443 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4444 Tighten expected GDB output.
4445
2151ccc5
SM
44462016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4447
4448 * Makefile.in (ALL_SUBDIRS): Remove.
4449 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4450 (distclean maintainer-clean realclean): Likewise.
4451 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4452 * configure: Regenerate.
4453 * gdb.ada/Makefile.in: Delete.
4454 * gdb.arch/Makefile.in: Likewise.
4455 * gdb.asm/Makefile.in: Likewise.
4456 * gdb.base/Makefile.in: Likewise.
4457 * gdb.btrace/Makefile.in: Likewise.
4458 * gdb.cell/Makefile.in: Likewise.
4459 * gdb.compile/Makefile.in: Likewise.
4460 * gdb.cp/Makefile.in: Likewise.
4461 * gdb.disasm/Makefile.in: Likewise.
4462 * gdb.dlang/Makefile.in: Likewise.
4463 * gdb.dwarf2/Makefile.in: Likewise.
4464 * gdb.fortran/Makefile.in: Likewise.
4465 * gdb.gdb/Makefile.in: Likewise.
4466 * gdb.go/Makefile.in: Likewise.
4467 * gdb.guile/Makefile.in: Likewise.
4468 * gdb.java/Makefile.in: Likewise.
4469 * gdb.linespec/Makefile.in: Likewise.
4470 * gdb.mi/Makefile.in: Likewise.
4471 * gdb.modula2/Makefile.in: Likewise.
4472 * gdb.multi/Makefile.in: Likewise.
4473 * gdb.objc/Makefile.in: Likewise.
4474 * gdb.opencl/Makefile.in: Likewise.
4475 * gdb.opt/Makefile.in: Likewise.
4476 * gdb.pascal/Makefile.in: Likewise.
4477 * gdb.perf/Makefile.in: Likewise.
4478 * gdb.python/Makefile.in: Likewise.
4479 * gdb.reverse/Makefile.in: Likewise.
4480 * gdb.server/Makefile.in: Likewise.
4481 * gdb.stabs/Makefile.in: Likewise.
4482 * gdb.threads/Makefile.in: Likewise.
4483 * gdb.trace/Makefile.in: Likewise.
4484 * gdb.xml/Makefile.in: Likewise.
4485 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4486 GDB_PARALLEL.
4487 (standard_output_file): Remove check for GDB_PARALLEL, always
4488 return path in outputs/$subdir/$testname.
4489
437277d4
SM
44902016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4491
4492 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4493 (site.exp): Assign abs_srcdir to tcl's srcdir.
4494
31d913c7
YQ
44952016-02-04 Yao Qi <yao.qi@linaro.org>
4496
4497 * gdb.base/foll-exec-mode.c: Include limits.h.
4498 (main): Add parameters argc and argv. Get directory from
4499 argv[0].
4500 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4501 compilation.
4502 * gdb.base/foll-exec.c: Include limits.h.
4503 (main): Add parameters argc and argv.
4504 Get directory from argv[0].
4505 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4506 Adjust tests on the number of lines as source code changed.
4507 * gdb.base/foll-vfork-exit.c: Include limits.h.
4508 (main): Add one line of statement before vfork.
4509 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4510 (main): Add parameters argc and argv. Get directory from
4511 argv[0].
4512 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4513 (setup_gdb): Set tbreak to skip some source lines.
4514 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4515 (main): Add parameters argc and argv. Get directory from
4516 argv[0].
4517 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4518 compilation.
4519 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4520 (main): Add parameters argc and argv. Get directory from
4521 argv[0].
4522 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4523 compilation.
4524
9482b9fb
DE
45252016-02-01 Doug Evans <dje@google.com>
4526
4527 * gdb.base/skip.exp: Clean up multiple references to same test name.
4528
6b2e4f10
PA
45292016-02-01 Pedro Alves <palves@redhat.com>
4530
ccb6afd6 4531 PR remote/19496
6b2e4f10
PA
4532 * gdb.threads/forking-threads-plus-breakpoint.exp
4533 (displaced_stepping_supported): New global.
4534 (probe_displaced_stepping_support): New procedure.
4535 (do_test): Add 'displaced' parameter, and use it.
4536 (top level): Check for displaced stepping support. Add displaced
4537 stepping on/off testing axis.
4538
37a8db1a
AB
45392016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4540
4541 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4542 pointer. Don't perform further tests on the unassociated pointer
4543 if the first test fails.
4544
5fdf6324
AB
45452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4546
4547 * gdb.base/max-value-size.c: New file.
4548 * gdb.base/max-value-size.exp: New file.
4549 * gdb.base/huge.exp: Disable max-value-size for this test.
4550
935c6144
IB
45512016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4552
4553 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4554
7fe8399d
YQ
45552016-01-28 Yao Qi <yao.qi@linaro.org>
4556
4557 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4558
a2077e25
PA
45592016-01-25 Pedro Alves <palves@redhat.com>
4560
4561 PR threads/19461
4562 * gdb.base/fork-running-state.c: New file.
4563 * gdb.base/fork-running-state.exp: New file.
4564
1d2736d4
PA
45652016-01-25 Pedro Alves <palves@redhat.com>
4566
4567 PR gdb/19494
4568 * gdb.base/catch-fork-kill.c: New file.
4569 * gdb.base/catch-fork-kill.exp: New file.
4570
f1da4b11
PA
45712016-01-25 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4574 Delete, moved to lib/gdb.exp.
4575 * gdb.threads/forking-threads-plus-breakpoint.exp
4576 (foreach_with_prefix): Likewise.
4577 * gdb.threads/process-dies-while-handling-bp.exp
4578 (foreach_with_prefix): Likewise.
4579 * lib/gdb.exp (foreach_with_prefix): New procedure.
4580
45f38546
MK
45812016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4582
4583 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4584 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4585
dc29a1ce
MK
45862016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4587
4588 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4589 endian targets.
4590
092127d7
JK
45912016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4592 Pedro Alves <palves@redhat.com>
4593
4594 Fix testsuite compatibility with Guile.
4595 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4596 number.
4597
31d765d3
JK
45982016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4599
4600 Fix testsuite compatibility with Guile.
4601 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4602 (thread 1): New test for backtrace through signal handler.
4603
1ac78c04
YQ
46042016-01-22 Yao Qi <yao.qi@linaro.org>
4605
4606 PR testsuite/19491
4607 * gdb.base/multi-forks.c: Include
4608 ../lib/unbuffer_output.c
4609 (main): Call gdb_unbuffer_output.
4610
4f5946a8
DE
46112016-01-21 Doug Evans <dje@google.com>
4612
4613 * lib/ada.exp (gdb_compile_ada): Fix typo.
4614
305e13e6
JB
46152016-01-21 Joel Brobecker <brobecker@adacore.com>
4616
4617 * gdb.base/break-fun-addr.exp: New file.
4618 * gdb.base/break-fun-addr1.c: New file.
4619 * gdb.base/break-fun-addr2.c: New file.
4620
5f5dfff6
SM
46212016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4622
4623 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4624 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4625 enum flag values.
4626
fd356fa2
AA
46272016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4628
4629 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4630 when GDB can not set the vector return value. Add more comments
4631 for clarification.
4632
9df22175
AT
46332016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4634
4635 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4636 command.
4637
41d1845e
SM
46382016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4639
4640 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4641
01ac6840
SM
46422016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4643
4644 * Makefile.in (check-single): Pass --status to runtest.
4645 (check/%.exp): Likewise.
4646
46472016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4648
4649 * Makefile.in (check-parallel): Propagate return code from make
4650 do-check-parallel.
4651
bd0a71fa
MK
46522016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4653
4654 * gdb.trace/ftrace.exp: Fix expected message on continue.
4655 * gdb.trace/pending.exp: Fix expected message on continue.
4656 * gdb.trace/trace-break.exp: Fix expected message on continue.
4657
8bcbad33
SM
46582016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4659
4660 * lib/gdb.exp (gdb_test): Remove unused global references.
4661
f303dbd6
PA
46622016-01-18 Pedro Alves <palves@redhat.com>
4663
4664 * gdb.base/async-shell.exp: Adjust expected output.
4665 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4666 * gdb.base/siginfo-thread.exp: Adjust expected output.
4667 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4668 * gdb.java/jnpe.exp: Adjust expected output.
4669 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4670 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4671 * gdb.threads/leader-exit.exp: Adjust expected output.
4672 * gdb.threads/manythreads.exp: Adjust expected output.
4673 * gdb.threads/pthreads.exp: Adjust expected output.
4674 * gdb.threads/schedlock.exp: Adjust expected output.
4675 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4676 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4677 expected output.
4678 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4679 output.
4680 * gdb.threads/sigthread.exp: Adjust expected output.
4681 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4682
b2789696
YQ
46832016-01-18 Yao Qi <yao.qi@linaro.org>
4684
4685 * gdb.guile/scm-section-script.c: Replace @progbits with
4686 %progbits.
4687 * gdb.python/py-section-script.c: Likewise.
4688
71ef29a8
PA
46892016-01-15 Pedro Alves <palves@redhat.com>
4690
4691 * gdb.multi/tids.exp: Test star wildcard ranges.
4692
3f5b7598
PA
46932016-01-15 Pedro Alves <palves@redhat.com>
4694
4695 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4696 command from "thread apply" invocation.
4697 (thr_apply_info_thr_invalid): Default the expected output to the
4698 input tid list.
4699 (top level): Add tests that use convenience variables. Add tests
4700 for "thread apply" with a valid TID list, but missing the command.
4701
663f6d42
PA
47022016-01-13 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.base/default.exp: Expect $_gthread as well.
4705 * gdb.multi/tids.exp: Test $_gthread.
4706 * gdb.threads/thread-specific.exp: Test $_gthread.
4707
c84f6bbf
PA
47082016-01-13 Pedro Alves <palves@redhat.com>
4709
4710 * gdb.multi/tids.exp: Test "info threads -gid".
4711
22a02324
PA
47122016-01-13 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4715 Breakpoint.thread.
4716 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4717
5d5658a1
PA
47182016-01-07 Pedro Alves <palves@redhat.com>
4719
4720 * gdb.base/break.exp: Adjust to output changes.
4721 * gdb.base/hbreak2.exp: Likewise.
4722 * gdb.base/sepdebug.exp: Likewise.
4723 * gdb.base/watch_thread_num.exp: Likewise.
4724 * gdb.linespec/keywords.exp: Likewise.
4725 * gdb.multi/info-threads.exp: Likewise.
4726 * gdb.threads/thread-find.exp: Likewise.
4727 * gdb.multi/tids.c: New file.
4728 * gdb.multi/tids.exp: New file.
4729
84654457
PA
47302016-01-13 Pedro Alves <palves@redhat.com>
4731
4732 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4733
e3940304
PA
47342016-01-13 Pedro Alves <palves@redhat.com>
4735
4736 * gdb.base/default.exp: Expect $_inferior as well.
4737 * gdb.multi/base.exp: Test $_inferior.
4738
a911d87a
PA
47392016-01-13 Pedro Alves <palves@redhat.com>
4740
4741 PR breakpoints/19388
4742 * gdb.base/catch-signal-siginfo-cond.c: New file.
4743 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4744
82075af2
JS
47452016-01-12 Josh Stone <jistone@redhat.com>
4746 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4747
4748 * gdb.base/catch-syscall.c (do_execve): New variable.
4749 (main): Conditionally trigger an execve.
4750 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4751 (test_catch_syscall_execve): New, check entry/return across execve.
4752 (do_syscall_tests): Call test_catch_syscall_execve.
4753
e46eeedd
PA
47542016-01-12 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.base/random-signal.exp (do_test): New procedure, with body
4757 of testcase moved in.
4758
01d8c27e
JK
47592016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4760 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.base/funcargs.exp (finish from indirectly called function):
4763 Reintroduce the case for 'First'.
4764
9a706302
JK
47652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4766 Pedro Alves <palves@redhat.com>
4767
4768 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4769 (tcatch_vfork_then_child_follow_exec)
4770 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4771 identification.
4772
c0ecb95f
JK
47732016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4774
4775 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4776 and repeats to unlimited.
4777 * gdb.python/py-value.exp: Likewise.
4778 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4779 and repeats to unlimited.
4780
6cfc1fcb
JK
47812016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4782
4783 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4784 and reordering the functions.
4785 * gdb.multi/hangout.c: Likewise.
4786 * gdb.multi/hello.c: Likewise.
4787
582a1b00
SM
47882016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4789
4790 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4791 absolute.
4792 (SingleStatisticTestResult.report): Use dict.keys instead of
4793 dict.iterkeys.
4794
79bc59cb
PA
47952016-01-06 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4798
43368e1d
MM
47992016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4800
4801 * gdb.btrace/dlopen.exp: New.
4802 * gdb.btrace/dlopen.c: New.
4803 * gdb.btrace/dlopen-dso.c: New.
4804
79fad5b8
SL
48052015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4806
4807 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4808 PATTERN argument is optional.
4809
ab8314b3
JB
48102015-12-24 Joel Brobecker <brobecker@adacore.com>
4811
4812 * lib/ada.exp (target_compile_ada_from_dir): New function.
4813 (gdb_compile_ada): Reimplement avoiding the use of project files.
4814 * gdb.ada/gnat_ada.gpr: Delete.
4815 * gdb.ada/cond_lang.exp: Adjust test to make path before
4816 filename optional.
4817 * gdb.ada/small_reg_param.exp: Likewise.
4818
fe33faff
SM
48192015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4820
4821 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4822
6d265cb4
TP
48232015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4824
4825 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4826 case.
4827
10125099
SM
48282015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4829
4830 * gdb.base/break.exp: Remove dead code.
4831 * gdb.base/sepdebug.exp: Likewise.
4832
3ca22649
SM
48332015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4834
4835 * gdb.asm/asm-source.exp: Remove HP-UX references.
4836 * gdb.base/annota1.exp: Likewise.
4837 * gdb.base/annota3.exp: Likewise.
4838 * gdb.base/attach.exp: Likewise.
4839 * gdb.base/bigcore.exp: Likewise.
4840 * gdb.base/break.exp: Likewise.
4841 * gdb.base/call-ar-st.exp: Likewise.
4842 * gdb.base/callfuncs.exp: Likewise.
4843 * gdb.base/catch-fork-static.exp: Likewise.
4844 * gdb.base/display.exp: Likewise.
4845 * gdb.base/foll-exec-mode.exp: Likewise.
4846 * gdb.base/foll-exec.exp: Likewise.
4847 * gdb.base/foll-fork.exp: Likewise.
4848 * gdb.base/foll-vfork.exp: Likewise.
4849 * gdb.base/funcargs.exp: Likewise.
4850 * gdb.base/hbreak2.exp: Likewise.
4851 * gdb.base/inferior-died.exp: Likewise.
4852 * gdb.base/interrupt.exp: Likewise.
4853 * gdb.base/multi-forks.exp: Likewise.
4854 * gdb.base/nodebug.exp: Likewise.
4855 * gdb.base/sepdebug.exp: Likewise.
4856 * gdb.base/solib1.c: Likewise.
4857 * gdb.base/step-test.exp: Likewise.
4858 * gdb.mi/non-stop.c: Likewise.
4859 * gdb.mi/pthreads.c: Likewise.
4860 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4861 * gdb.threads/pthreads.c: Likewise.
4862 * gdb.threads/staticthreads.exp: Likewise.
4863 * lib/future.exp: Likewise.
4864 * lib/gdb.exp: Likewise.
4865 * gdb.base/so-indr-cl.c: Remove.
4866 * gdb.base/so-indr-cl.exp: Likewise.
4867 * gdb.base/solib.c: Likewise.
4868 * gdb.base/solib.exp: Likewise.
4869 * gdb.base/solib2.c: Likewise.
4870
b6304613
SM
48712015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4872
4873 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4874 * gdb.base/call-ar-st.exp: Likewise.
4875 * gdb.base/callfuncs.exp: Likewise.
4876 * gdb.base/condbreak.exp: Likewise.
4877 * gdb.base/constvars.exp: Likewise.
4878 * gdb.base/hbreak2.exp: Likewise.
4879 * gdb.base/langs.exp: Likewise.
4880 * gdb.base/list.exp: Likewise.
4881 * gdb.base/long_long.exp: Likewise.
4882 * gdb.base/ptype.exp: Likewise.
4883 * gdb.base/scope.exp: Likewise.
4884 * gdb.base/signals.exp: Likewise.
4885 * gdb.base/so-impl-ld.exp: Likewise.
4886 * gdb.base/varargs.exp: Likewise.
4887 * gdb.base/volatile.exp: Likewise.
4888 * gdb.base/whatis.exp: Likewise.
4889 * gdb.cp/cplusfuncs.exp: Likewise.
4890 * gdb.cp/inherit.exp: Likewise.
4891 * gdb.cp/local.exp: Likewise.
4892 * gdb.cp/member-ptr.exp: Likewise.
4893 * gdb.cp/method.exp: Likewise.
4894 * gdb.cp/overload.exp: Likewise.
4895 * gdb.cp/templates.exp: Likewise.
4896 * gdb.stabs/weird.exp: Likewise.
4897 * lib/compiler.c: Likewise.
4898 * lib/compiler.cc: Likewise.
4899 * lib/cp-support.exp: Likewise.
4900 * lib/gdb.exp: Likewise.
4901
bf401b07
SM
49022015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4903
4904 * configure.ac: Remove HP-UX case.
4905 * configure: Regenerate.
4906
aff9c0f8
SM
49072015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4908
4909 * lib/gdb.exp (gdb_compile): Add function doc.
4910
a6904d5a
PA
49112015-12-17 Pedro Alves <palves@redhat.com>
4912
4913 PR threads/19354
4914 * gdb.multi/info-threads.exp: New file.
4915
a22279dd
YQ
49162015-12-15 Yao Qi <yao.qi@linaro.org>
4917
4918 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4919 is aarch64*-*-*.
4920
0588c796
SL
49212015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4922
4923 * gdb.base/history-duplicates.exp: Skip if no readline support.
4924
5d978e17
SL
49252015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4926
4927 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4928
7e763b86
SL
49292015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4930
4931 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4932
87a3a92c
SL
49332015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4934
4935 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4936 ctrl-C if nointerrupts target property is set.
4937 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4938 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4939 * gdb.base/paginate-bg-execution.exp: Likewise.
4940 * gdb.base/paginate-execution-startup.exp: Likewise.
4941 * gdb.base/random-signal.exp: Likewise.
4942 * gdb.base/range-stepping.exp: Likewise.
4943 * gdb.cp/annota2.exp: Likewise.
4944 * gdb.cp/annota3.exp: Likewise.
4945 * gdb.gdb/selftest.exp: Likewise.
4946 * gdb.threads/continue-pending-status.exp: Likewise.
4947 * gdb.threads/leader-exit.exp: Likewise.
4948 * gdb.threads/manythreads.exp: Likewise.
4949 * gdb.threads/pthreads.exp: Likewise.
4950 * gdb.threads/schedlock.exp: Likewise.
4951 * gdb.threads/sigthread.exp: Likewise.
4952
a8f077dc
DB
49532015-12-11 Don Breazeal <donb@codesourcery.com>
4954
4955 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4956 remote.
4957 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4958 * gdb.base/foll-exec.exp (main): Enable for target remote.
4959 * gdb.base/foll-fork.exp (main): Likewise.
4960 * gdb.base/foll-vfork.exp (main): Likewise.
4961 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4962 (proc continue_to_exit_bp_loc): Use clean_restart.
4963 * gdb.base/pie-execl.exp (main): Disable for target remote.
4964 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4965 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4966 * gdb.threads/execl.exp (main): Likewise.
4967 * gdb.threads/fork-child-threads.exp (main): Likewise.
4968 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4969 remote.
4970 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4971 remote.
4972 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4973 pid.tid style ptids, instead of just tid.
4974 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4975 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4976 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4977 ptids, instead of just tid.
4978
3b2464a8
AB
49792015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4980
4981 * gdb.base/list.exp (test_list_forward): Add end of file error
4982 test.
4983 (test_repeat_list_command): Add end of file error test.
4984 (test_list_backwards): Add beginning of file error test.
4985
a0def019
AB
49862015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4987
4988 * gdb.base/list.exp (test_list_invalid_args): New function,
4989 defined, and called.
4990
5c000dff
AB
49912015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4992
4993 * gdb.base/list.exp (test_list): Make test names unique.
4994
f1637ebe
YQ
49952015-12-11 Yao Qi <yao.qi@linaro.org>
4996
4997 * gdb.base/coremaker2.c: Remove.
4998
36d6fc0a
PA
49992015-12-10 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.multi/base.exp: Remove stale "spaces" references.
5002
762f7747
PA
50032015-12-10 Pedro Alves <palves@redhat.com>
5004
5005 * gdb.multi/base.exp: Don't use nowarnings.
5006 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5007 * gdb.multi/hangout.c: Include stdio.h.
5008 * gdb.multi/hello.c: Include stdlib.h.
5009 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5010 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5011 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5012
28d2bfb9
AB
50132015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5014
5015 * gdb.dwarf2/dw2-ranges-base.c: New file.
5016 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5017 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5018 support additional line table, and debug ranges generation.
5019 (Dwarf::ranges): New function, generate .debug_ranges.
5020 (Dwarf::lines): Support generating simple line table programs.
5021 (Dwarf::assemble): Initialise new namespace variables.
5022
5fc2beac
KB
50232015-12-09 Kevin Buettner <kevinb@redhat.com>
5024
5025 * gdb.base/async.exp (proc test_background): Add case for
5026 asynchronous execution not supported.
5027
1c35a88f
LM
50282015-12-09 Luis Machado <lgustavo@codesourcery.com>
5029
5030 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5031 format and change test names to make them unique.
5032
b593e3d9
RK
50332015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5034 Pedro Alves <pedro@redhat.com>
5035
5036 PR gdb/18702
5037 Add checking of floatformats setup on x86_64 hosts.
5038 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5039 (smallval, bigval): New labels/constants.
5040 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5041 float" after loading bigval and smallval.
5042
d72413e6
PMR
50432015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5044
5045 * gdb.ada/fun_overload_menu.exp: New testcase.
5046 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5047
ece66d65
JS
50482015-12-04 Josh Stone <jistone@redhat.com>
5049
5050 * gdb.base/catch-fork-static.exp: New.
5051
41d0efca
YQ
50522015-12-03 Yao Qi <yao.qi@linaro.org>
5053
5054 * gdb.base/sizeof.c: Don't include stdio.h and
5055 ../lib/unbuffer_output.c.
5056 (main): New variable 'size' and 'value'. Remove printf and
5057 gdb_unbuffer_output. Assign return value to size and value.
5058 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5059 at the beginning.
5060 (check_sizeof): Check the result by printing variable 'size'.
5061 (check_valueof): Check the result by printing variable 'value'.
5062
99fd02d9
YQ
50632015-12-01 Yao Qi <yao.qi@linaro.org>
5064
5065 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5066 for aarch64*-*-linux* target.
5067
f2faf941
PA
50682015-11-30 Pedro Alves <palves@redhat.com>
5069
5070 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5071
04bf20c5
PA
50722015-11-30 Pedro Alves <palves@redhat.com>
5073
5074 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5075 Handle non-stop mode vCont replies.
5076
09df4675
PA
50772015-11-30 Pedro Alves <palves@redhat.com>
5078
5079 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5080 prepare_for_testing. Start gdb with "set non-stop on" appended to
5081 GDBFLAGS. Lax expected stop output.
5082
58b584af
YQ
50832015-11-27 Yao Qi <yao.qi@linaro.org>
5084
5085 * gdb.arch/arm-neon.exp: New.
5086 * gdb.arch/arm-neon.c: New.
5087
dfcb77a8
YQ
50882015-11-27 Yao Qi <yao.qi@linaro.org>
5089
5090 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5091
88e8ec1b
YQ
50922015-11-27 Yao Qi <yao.qi@linaro.org>
5093
5094 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5095 frames-invalid annotation.
5096
bfde72c2
YQ
50972015-11-27 Yao Qi <yao.qi@linaro.org>
5098
5099 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5100
f6512a69
SM
51012015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5102
5103 * gdb.threads/names.exp: New file.
5104 * gdb.threads/names.c: New file.
5105 * README: Mention gdb,no_thread_names.
5106
46a3515b
MM
51072015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5108
5109 PR 19297
5110 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5111 support" error.
5112
62147a22
PA
51132015-11-24 Pedro Alves <palves@redhat.com>
5114
5115 PR 17539
5116 * gdb.base/display.exp: Expect displays to be sorted in ascending
5117 order. Use multi_line.
5118 * gdb.base/solib-display.exp: Likewise.
5119
2f341b6e
PA
51202015-11-24 Pedro Alves <palves@redhat.com>
5121
5122 PR 17539
25d49b86
PA
5123 * gdb.base/display.exp: Expect displays to be sorted in ascending
5124 order. Use multi_line.
5125 * gdb.base/solib-display.exp: Likewise.
2f341b6e 5126
7e0aa6aa
PA
51272015-11-24 Pedro Alves <palves@redhat.com>
5128
5129 PR 17539
5130 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5131 threads in ascending order.
5132 * gdb.base/foll-fork.exp: Likewise.
5133 * gdb.base/foll-vfork.exp: Likewise.
5134 * gdb.base/multi-forks.exp: Likewise.
5135 * gdb.mi/mi-nonstop.exp: Likewise.
5136 * gdb.mi/mi-nsintrall.exp: Likewise.
5137 * gdb.multi/base.exp: Likewise.
5138 * gdb.multi/multi-arch.exp: Likewise.
5139 * gdb.python/py-inferior.exp: Likewise.
5140 * gdb.threads/break-while-running.exp: Likewise.
5141 * gdb.threads/execl.exp: Likewise.
5142 * gdb.threads/gcore-thread.exp: Likewise.
5143 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5144 * gdb.threads/kill.exp: Likewise.
5145 * gdb.threads/linux-dp.exp: Likewise.
5146 * gdb.threads/multiple-step-overs.exp: Likewise.
5147 * gdb.threads/next-bp-other-thread.exp: Likewise.
5148 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5149 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5150 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5151 * gdb.threads/thread-find.exp: Likewise.
5152 * gdb.threads/tls.exp: Likewise.
5153 * lib/mi-support.exp (mi_reverse_list): Delete.
5154 (mi_check_thread_states): No longer reverse list.
5155
2cc57ad8
PA
51562015-11-24 Pedro Alves <palves@redhat.com>
5157
5158 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5159 use lowercase.
5160
c93e8391
SM
51612015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5162
5163 * gdb.trace/actions.c: Include trace-common.h.
5164 (main): Add a location for a fast tracepoint.
5165 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5166 the normal tracepoints.
5167 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5168
045ccf91
SM
51692015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5170
5171 * save-trace.exp: Factor out code to these...
5172 (gdb_save_tracepoints): New.
5173 (gdb_load_tracepoints): New.
5174 (do_save_load_test): New.
5175
5506f9f6
KB
51762015-11-23 Kevin Buettner <kevinb@redhat.com>
5177
5178 * gdb.base/asmlabel.exp: New test.
5179 * gdb.base/asmlabel.c: New test case.
5180
16c3b12f
JB
51812015-11-23 Joel Brobecker <brobecker@adacore.com>
5182
5183 * gdb.base/wrong_frame_bt_full-main.c: New file.
5184 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5185 * gdb.base/wrong_frame_bt_full.exp: New file.
5186
155bfbd3
JB
51872015-11-23 Joel Brobecker <brobecker@adacore.com>
5188
5189 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5190
bb097445
JM
51912015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5192
206853a0 5193 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5194 pstate register when comparing registers values in
5195 sparc64-*-linux-gnu targets to avoid spurious differences.
5196
9c88ed8f
JM
51972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5198
206853a0 5199 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5200
96161e25
SL
52012015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5202
5203 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5204 as type argument to gdb_compile.
5205 * gdb.base/nested-subp2.exp: Likewise.
5206 * gdb.base/nested-subp3.exp: Likewise.
5207
340c2830
DV
52082015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5209
5210 * lib/dwarf.exp (_note): Fix left shift of negative value.
5211 * gdb.trace/trace-condition.exp: Likewise.
5212
c1862d0f
YQ
52132015-11-13 Yao Qi <yao.qi@linaro.org>
5214
5215 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5216 comments about d10v.
5217 (test_scalar_returns): Likewise.
5218 * gdb.base/d10v.ld: Remove.
5219 * gdb.base/overlays.exp: Remove the target triplet checking for
5220 d10v-*-*.
5221 * gdb.base/structs.exp (test_struct_returns): Remove the
5222 comments about d10v.
5223 (test_struct_calls): Likewise.
5224
77ae9c19
YQ
52252015-11-13 Yao Qi <yao.qi@linaro.org>
5226
5227 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5228 * gdb.base/gnu_vector.c: Don't include stdio.h.
5229 (main): Don't print res and call add_some_intvecs.
5230
430e004e
MK
52312015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5232
5233 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5234 macro.
5235 (func5): Removed.
5236 (func4): Use FAST_TRACEPOINT_LABEL.
5237 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5238 macro.
5239 (func): Removed.
5240 (thread_function): Use FAST_TRACEPOINT_LABEL.
5241 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5242 (func): Remove.
5243 (marker): Use FAST_TRACEPOINT_LABEL.
5244 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5245 (pendfunc1): Remove.
5246 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5247 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5248 (foo): Remove.
5249 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5250 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5251 macro.
5252 (func): Remove.
5253 (marker): Use FAST_TRACEPOINT_LABEL.
5254 * gdb.trace/trace-common.h: New header.
5255 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5256 macro.
5257 (func): Remove.
5258 (marker): Use FAST_TRACEPOINT_LABEL.
5259 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5260 (func): Remove.
5261 (thread_function): Use FAST_TRACEPOINT_LABEL.
5262
6e7675a7
MK
52632015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5264
5265 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5266 in front.
5267 * gdb.trace/change-loc.exp: Use global pcreg definition.
5268 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5269 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5270 in front.
5271 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5272 * gdb.trace/pending.exp: Likewise.
5273 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5274 * gdb.trace/trace-break.exp: Likewise.
5275 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5276 in front.
5277 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5278 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5279 in front.
5280 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5281
dddc0e16
JB
52822015-11-09 Joel Brobecker <brobecker@adacore.com>
5283
5284 * gdb.ada/fin_fun_out: New testcase.
5285
c6f0b406
KB
52862015-11-07 Kevin Buettner <kevinb@redhat.com>
5287
5288 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5289 value associated with DW_AT_byte_size.
5290 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5291 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5292 DW_AT_upper_bound.
5293
f01dcfd9
KB
52942015-11-07 Kevin Buettner <kevinb@redhat.com>
5295
5296 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5297 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5298 version.
5299 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5300 gdb.dwarf2/dw2-canonicalize-type.exp,
5301 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5302 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5303 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5304 provided by gdb_target_symbol_prefix_flags_asm.
5305 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5306 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5307 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5308 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5309 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5310 macros where needed). Use this macro for symbols which require
5311 the prefix provided by SYMBOL_PREFIX.
5312
2223449a
KB
53132015-11-05 Kevin Buettner <kevinb@redhat.com>
5314
5315 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5316 New procs.
5317 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5318 representing expressions, of more than one list element.
5319 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5320 to prepend linker symbol prefix to f.
5321 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5322 table_1 and table_2.
5323 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5324 Likewise, for f and g.
5325 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5326 for ptr.
5327 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5328 for main.
5329 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5330 table_1_ptr and table_2_ptr.
5331
6f2f1a3a
JK
53322015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5333 Joel Brobecker <brobecker@adacore.com>
5334
5335 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5336
566c56c9
MK
53372015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5338
5339 * gdb.reverse/s390-mvcle.c: New test.
5340 * gdb.reverse/s390-mvcle.exp: New file.
5341 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5342
d5f0636b
MK
53432015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5344
5345 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5346
7ad8b86c
MK
53472015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5348
5349 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5350 reaching marker2.
5351 * gdb.reverse/getresuid-reverse.exp: Likewise.
5352 * gdb.reverse/pipe-reverse.exp: Likewise.
5353 * gdb.reverse/readv-reverse.exp: Likewise.
5354 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5355 * gdb.reverse/time-reverse.exp: Likewise.
5356 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5357
4081c0f1
YQ
53582015-10-30 Yao Qi <yao.qi@linaro.org>
5359
5360 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5361 (empty_cycle): Remove.
5362 (main): Don't call empty_cycle. Don't use watch_count_done.
5363 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5364 empty_cycle. Rewrite the code counting HW watchpoints.
5365
452b4ba5
MK
53662015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5367
5368 * gdb.reverse/fstatat-reverse.c: New test.
5369 * gdb.reverse/fstatat-reverse.exp: New file.
5370 * gdb.reverse/getresuid-reverse.c: New test.
5371 * gdb.reverse/getresuid-reverse.exp: New file.
5372 * gdb.reverse/pipe-reverse.c: New test.
5373 * gdb.reverse/pipe-reverse.exp: New file.
5374 * gdb.reverse/readv-reverse.c: New test.
5375 * gdb.reverse/readv-reverse.exp: New file.
5376 * gdb.reverse/recvmsg-reverse.c: New test.
5377 * gdb.reverse/recvmsg-reverse.exp: New file.
5378 * gdb.reverse/time-reverse.c: New test.
5379 * gdb.reverse/time-reverse.exp: New file.
5380 * gdb.reverse/waitpid-reverse.c: New test.
5381 * gdb.reverse/waitpid-reverse.exp: New file.
5382
5e2e7507
JK
53832015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5384
5385 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5386
0fde2c53
DE
53872015-10-26 Doug Evans <dje@google.com>
5388
5389 PR symtab/17391
5390 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5391 * gdb.dwarf2/bad-regnum.c: New file.
5392 * gdb.dwarf2/bad-regnum.exp: New file.
5393
1a70ae97
DE
53942015-10-26 Doug Evans <dje@google.com>
5395
5396 PR python/18938
5397 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5398 file.
5399
27dc26ab
JK
54002015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5401
5402 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5403 for a change by "Mention language in compile error message".
5404
bed91f4d
SM
54052015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5406
5407 PR python/18073
5408 * gdb.python/py-type.c (C::a_method): New.
5409 (C::a_const_method): New.
5410 (C::a_static_method): New.
5411 (a_function): New.
5412 * gdb.python/py-type.exp (test_fields): Test getting fields
5413 from function and method.
5414
3f2f83dd
KB
54152015-10-21 Keven Boell <keven.boell@intel.com>
5416
5417 * gdb.fortran/vla-alloc-assoc.exp: New file.
5418 * gdb.fortran/vla-datatypes.exp: New file.
5419 * gdb.fortran/vla-datatypes.f90: New file.
5420 * gdb.fortran/vla-history.exp: New file.
5421 * gdb.fortran/vla-ptype-sub.exp: New file.
5422 * gdb.fortran/vla-ptype.exp: New file.
5423 * gdb.fortran/vla-sizeof.exp: New file.
5424 * gdb.fortran/vla-sub.f90: New file.
5425 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5426 * gdb.fortran/vla-value-sub-finish.exp: New file.
5427 * gdb.fortran/vla-value-sub.exp: New file.
5428 * gdb.fortran/vla-value.exp: New file.
5429 * gdb.fortran/vla-ptr-info.exp: New file.
5430 * gdb.mi/mi-vla-fortran.exp: New file.
5431 * gdb.mi/vla.f90: New file.
5432
27145d50
SL
54332015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5434
5435 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5436 of hardwired timeout value.
5437
5f3ff4f8
JK
54382015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5439 Pedro Alves <palves@redhat.com>
5440
5441 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5442 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5443
bfd09d20
JS
54442015-10-19 Josh Stone <jistone@redhat.com>
5445
5446 * gdb.base/catch-syscall.c: Include <sched.h>.
5447 (unknown_syscall): New variable.
5448 (main): Trigger a vfork and an unknown syscall.
5449 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5450 (unknown_syscall_number): Likewise.
5451 (check_call_to_syscall): Accept an optional syscall pattern.
5452 (check_return_from_syscall): Likewise.
5453 (check_continue): Likewise.
5454 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5455 (test_catch_syscall_skipping_return): New test toggling off 'catch
5456 syscall' to step over the syscall return, then toggling back on.
5457 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5458 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5459 (do_syscall_tests): Call test_catch_syscall_without_args and
5460 test_catch_syscall_mid_vfork.
5461 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5462 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5463
b32b93c6
AS
54642015-10-19 Andrew Stubbs <ams@codesourcery.com>
5465
5466 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5467 print g_vE): Add new pass patterns.
5468 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5469 print various symbol names for vptr fields.
5470
9d622bda
AB
54712015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5472
5473 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5474 results.
5475
0fd8ac1c
YQ
54762015-10-12 Yao Qi <yao.qi@linaro.org>
5477
5478 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5479
34240514
YQ
54802015-10-12 Yao Qi <yao.qi@linaro.org>
5481
5482 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5483 is aarch64*-*-linux*.
5484
8240f442
YQ
54852015-10-12 Yao Qi <yao.qi@linaro.org>
5486
5487 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5488 (can_relocate_bcond_true): ... it.
5489 (can_relocate_bcond_false): New function.
5490 (foo): Likewise.
5491 (can_relocate_bl): Likewise.
5492 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5493 can_relocate_bl.
5494
2520f728
PMR
54952015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5496
5497 * gdb.base/nested-addr.c: New file.
5498 * gdb.base/nested-addr.exp: New testcase.
5499
abcef95a
MM
55002015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5501
5502 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5503 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5504 its output. Ignore the output of "record goto begin" and instead
5505 check that GDB is replaying.
5506
145e3ddb
PA
55072015-10-09 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5510 (top level): Use it in the run with no args test.
5511
d5d8c4e1
IB
55122015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5513
5514 * gdb.dlang/properties.exp: New file.
5515
06e635ef
SL
55162015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5517
5518 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5519 whether or not address 0x1000 is mapped on the target.
5520
e019fd1d
SM
55212015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5522
5523 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5524 build.
5525
77ba2a67
MM
55262015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5527
5528 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5529 instruction-history test.
5530
c60eb31f
DE
55312015-09-28 Doug Evans <dje@google.com>
5532
5533 * gdb.base/gcore.c (array_func): Add reference to static_array.
5534
9a3c8263
SM
55352015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5536
5537 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5538 source line.
5539
9720e656
SL
55402015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5541
5542 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5543 short or char as base type.
5544
938d3bf2
SL
55452015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5546
5547 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5548 to allow any size enum.
5549
e6c2c623
PMR
55502015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5551
5552 * gdb.ada/array_ptr_renaming.exp: New testcase.
5553 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5554 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5555
06da0f77
PL
55562015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5557
5558 * gdb.trace/ftrace-lock.c: New file.
5559 * gdb.trace/ftrace-lock.exp: New file.
5560
4f51c22a
PL
55612015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5562
5563 * gdb.arch/insn-reloc.c: New file.
5564 * gdb.arch/ftrace-insn-reloc.exp: New file.
5565
7041adf4
PL
55662015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5567
5568 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5569 instruction.
5570 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5571 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5572 * gdb.trace/range-stepping.c: Likewise.
5573 * gdb.trace/trace-break.c: Likewise.
5574 * gdb.trace/trace-mt.c (thread_function): Likewise.
5575 * gdb.trace/ftrace.c (marker): Likewise.
5576 * gdb.trace/trace-condition.c (marker): Likewise.
5577 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5578 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5579 is_aarch64_target.
5580
015d2e7e
DE
55812015-09-18 Doug Evans <xdje42@gmail.com>
5582
5583 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5584 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5585
26b188a2
SL
55862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5587
5588 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5589 the breakpoint.
5590
79dc332b
SL
55912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5592
5593 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5594 the pending breakpoint. Remove timeout override for "Run till
5595 MI pending breakpoint on pendfunc3 on thread 2" test.
5596
f57929f2
SL
55972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5598
5599 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5600 filename pattern.
5601
3f469b17
SL
56022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5603
5604 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5605 in breakpoint filename pattern.
5606
515b89b3
SL
56072015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5608
7800dbe4
SL
5609 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5610
56112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5612
515b89b3
SL
5613 * gdb.linespec/explicit.exp: Check for readline support for
5614 tab-completion tests. Fix obvious typo.
5615
d2939ba2
MM
56162015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5617
5618 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5619 and replay.
5620
cbb55fa7
MM
56212015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5622
5623 * gdb.btrace/non-stop.c: New.
5624 * gdb.btrace/non-stop.exp: New.
5625
43691ca1
PL
56262015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5627 Yao Qi <yao.qi@linaro.org>
5628
5629 * gdb.trace/trace-condition.c: New file.
5630 * gdb.trace/trace-condition.exp: New file.
5631
d78908cf
WW
56322015-09-16 Wei-cheng Wang <cole945@gmail.com>
5633
5634 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5635 for testing bytecode compilation.
5636
1ed415e2
PA
56372015-09-16 Pedro Alves <palves@redhat.com>
5638 Sandra Loosemore <sandra@codesourcery.com>
5639
5640 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5641 (SECONDS): Redefine.
5642 (main): Call pthread_kill and alarm early.
5643 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5644 support.
5645 (test): If the target can't hardware step and doesn't support
5646 displaced stepping, increase the timeout.
5647
d136eff5
PA
56482015-09-16 Pedro Alves <palves@redhat.com>
5649
5650 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5651 (enable_debug): New procedures.
5652 (test): Use them. Bail out if waiting for threads fails.
5653 (top level): Bail out if a test fails.
5654
991f019c
YQ
56552015-09-16 Yao Qi <yao.qi@linaro.org>
5656
5657 * gdb.asm/asm-source.exp: Set asm-arch for
5658 aarch64*-*-* target.
5659 * gdb.asm/aarch64.inc: New file.
5660
bfca584f
PMR
56612015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5662
5663 * gdb.ada/array_of_variable_length.exp: New testcase.
5664 * gdb.ada/array_of_variable_length/foo.adb: New file.
5665 * gdb.ada/array_of_variable_length/pck.adb: New file.
5666 * gdb.ada/array_of_variable_length/pck.ads: New file.
5667
b326e587
DE
56682015-09-15 Doug Evans <dje@google.com>
5669
5670 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5671 of function static local variable.
5672
5382cfab
PW
56732015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5674
5675 * gdb.threads/tls-so_extern.exp: New test file.
5676 * gdb.threads/tls-so_extern.c: New test file.
5677 * gdb.threads/tls-so_extern_main.c: New test file.
5678
141c5cc4
JK
56792015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5680
5681 * gdb.opt/solib-intra-step-lib.c: New file.
5682 * gdb.opt/solib-intra-step-main.c: New file.
5683 * gdb.opt/solib-intra-step.exp: New file.
5684
d15dcecd
PA
56852015-09-15 Pedro Alves <palves@redhat.com>
5686
5687 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5688 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5689
4c2f2a79
PA
56902015-09-14 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.base/hook-stop-continue.c: Delete.
5693 * gdb.base/hook-stop-continue.exp: Delete.
5694 * gdb.base/hook-stop-frame.c: Delete.
5695 * gdb.base/hook-stop-frame.exp: Delete.
5696 * gdb.base/hook-stop.c: New file.
5697 * gdb.base/hook-stop.exp: New file.
5698
919e6dbe
PMR
56992015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5700
5701 * gdb.ada/access_to_packed_array.exp: New testcase.
5702 * gdb.ada/access_to_packed_array/foo.adb: New file.
5703 * gdb.ada/access_to_packed_array/pack.adb: New file.
5704 * gdb.ada/access_to_packed_array/pack.ads: New file.
5705
157280a4
MM
57062015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5707
5708 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5709 buffer size test.
5710
2fd33e94
DB
57112015-09-11 Don Breazeal <donb@codesourcery.com>
5712
5713 * gdb.base/foll-exec.c: Add copyright header. Fix
5714 formatting issues.
5715 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5716 (do_exec_tests): Use clean_restart in place of zap_session,
5717 and for test initialization. Fix formatting issues. Use
5718 fail in place of perror.
5719 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5720 an expect statement to match an expression with output from
5721 the program under debug.
5722 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5723 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5724 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5725 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5726 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5727
e70b6e8e
DE
57282015-09-09 Doug Evans <dje@google.com>
5729
5730 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5731
7a551a51
DE
57322015-09-09 Doug Evans <dje@google.com>
5733
5734 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5735
4c666f84
DE
57362015-09-09 Doug Evans <dje@google.com>
5737
5738 * gdb.base/savedregs.exp: Fix typo.
5739
243a9253
PA
57402015-09-09 Pedro Alves <palves@redhat.com>
5741
5742 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5743
c0fa8fbd
SL
57442015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5745
5746 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5747 command actually switches threads. Give up on remaining
5748 tests if target fails to stop at breakpoint.
5749
cd7c1778
PMR
57502015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5751
5752 * gdb.ada/funcall_char.exp: New testcase.
5753 * gdb.ada/funcall_char/foo.adb: New file.
5754
dc5c8746
PMR
57552015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5756
5757 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5758 expected outputs. Add two testcases for completing ambiguous
5759 functions.
5760 * gdb.ada/complete/aux_pck.adb: New file.
5761 * gdb.ada/complete/aux_pck.ads: New file.
5762 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5763 Ambiguous_Func functions.
5764 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5765 * gdb.ada/complete/pck.adb: Likewise.
5766
4e83a1e7
UW
57672015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5768
5769 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5770 failures to run the test program under GDB.
5771
8ce74153
LM
57722015-08-26 Luis Machado <lgustavo@codesourcery.com>
5773
5774 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5775 to C.
5776
e9756d52
PP
57772015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5778
5779 * gdb.base/run-after-attach.exp: New test file.
5780 * gdb.base/run-after-attach.c: New test file.
5781
8d37573b
DB
57822015-08-26 Don Breazeal <donb@codesourcery.com>
5783
5784 * gdb.base/foll-exec-2.c: New test program.
5785 * gdb.base/foll-exec-2.exp: New test.
5786
63e43d3a
PMR
57872015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5788
5789 * gdb.base/nested-subp1.exp: New file.
5790 * gdb.base/nested-subp1.c: New file.
5791 * gdb.base/nested-subp2.exp: New file.
5792 * gdb.base/nested-subp2.c: New file.
5793 * gdb.base/nested-subp3.exp: New file.
5794 * gdb.base/nested-subp3.c: New file.
5795
3d40fbb5
PA
57962015-08-24 Pedro Alves <palves@redhat.com>
5797
5798 * gdb.server/connect-without-multi-process.c: New file.
5799 * gdb.server/connect-without-multi-process.exp: New file.
5800
4422ac93
LM
58012015-08-24 Luis Machado <lgustavo@codesourcery.com>
5802
5803 * gdb.opt/inline-markers.c: Make z int.
5804
91dddb86
LM
58052015-08-24 Luis Machado <lgustavo@codesourcery.com>
5806
5807 * gdb.opt/inline-markers.c: Make z volatile.
5808
a48847ee
LM
58092015-08-24 Luis Machado <lgustavo@codesourcery.com>
5810
5811 * gdb.opt/inline-bt.c: New volatile global z.
5812 * gdb.opt/inline-cmds.c: Likewise.
5813 * gdb.opt/inline-locals.c: Likewise.
5814 * gdb.opt/inline-markers.c: New extern global z.
5815 (marker): Use z.
5816 (inline_fn): Likewise.
5817
0ebbc52b
PA
58182015-08-24 Pedro Alves <palves@redhat.com>
5819
5820 * config/m32r-stub.exp: Remove file.
5821 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5822 * gdb.base/call-rt-st.exp: Likewise.
5823 * gdb.base/call-strs.exp: Likewise.
5824 * gdb.base/default.exp: Remove references to h8300-*-hms and
5825 *-*-udi*.
5826 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5827
77c365df
AA
58282015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5829
5830 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5831 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5832 and "return" use KFAIL when GDB can not read/write the vector
5833 return value.
5834
4313b8c0
GB
58352015-08-21 Gary Benson <gbenson@redhat.com>
5836
5837 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5838
0e433b32
PA
58392015-08-20 Pedro Alves <palves@redhat.com>
5840
5841 * gdb.server/solib-list.exp: No longer expect an interior stop in
5842 non-stop mode.
5843
221e1a37
PA
58442015-08-20 Pedro Alves <palves@redhat.com>
5845
5846 * gdb.server/connect-stopped-target.c: New file.
5847 * gdb.server/connect-stopped-target.exp: New file.
5848
40e3ad0e
PA
58492015-08-20 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.dwarf2/comp-unit-lang.exp: New file.
5852 * gdb.dwarf2/comp-unit-lang.c: New file.
5853
af39b327
PMR
58542015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5855
5856 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5857 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5858
7d45c7c3 58592015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5860
7d45c7c3
KB
5861 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5862 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5863
4d6cceb4
DE
58642015-08-18 Doug Evans <dje@google.com>
5865 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5866
5867 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5868 skip_python_tests. New arg prompt_regexp.
5869 (skip_python_tests): New function.
5870 * lib/mi-support.exp (mi_skip_python_tests): New function.
5871 * gdb.python/py-mi-objfile-gdb.py: New file.
5872 * gdb.python/py-mi-objfile.c: New file.
5873 * gdb.python/py-mi-objfile.exp: New file.
5874
ad89c2aa
KS
58752015-08-17 Keith Seitz <keiths@redhat.com>
5876
5877 * gdb.linespec/explicit.exp: Move strace test from here ...
5878 * gdb.trace/strace.exp: ... to here.
5879
e3ae3c43
PP
58802015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5881
5882 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5883 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5884
604b2636
DE
58852015-08-14 Doug Evans <xdje42@gmail.com>
5886
5887 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5888 inferior before selecting a new file.
5889
6ff0ba5f
DE
58902015-08-14 Doug Evans <xdje42@gmail.com>
5891
5892 * gdb.mi/mi-disassemble.exp: Update.
5893 * gdb.base/disasm-optim.S: New file.
5894 * gdb.base/disasm-optim.c: New file.
5895 * gdb.base/disasm-optim.h: New file.
5896 * gdb.base/disasm-optim.exp: New file.
5897
9ca98f92
KS
58982015-08-14 Keith Seitz <keiths@redhat.com>
5899
5900 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5901 "evaluated-by".
5902
52bbc560
JB
59032015-08-13 Joel Brobecker <brobecker@adacore.com>
5904
5905 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5906
5d8c3ed3
PMR
59072015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5908
5909 * gdb.ada/fun_renaming.exp: New testcase.
5910 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5911 * gdb.ada/fun_renaming/pack.adb: New file.
5912 * gdb.ada/fun_renaming/pack.ads: New file.
5913
ea8812bc
KS
59142015-08-12 Keith Seitz <keiths@redhat.com>
5915
5916 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5917 gdb_get_line_number.
5918
4dafcdeb
JB
59192015-08-12 Joel Brobecker <brobecker@adacore.com>
5920
5921 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5922 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5923 gdb.base/dso2dso.exp: New files.
5924
5ba32597
SDJ
59252015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5926 Pedro Alves <palves@redhat.com>
5927 Keith Seitz <keiths@redhat.com>
5928
5929 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5930 GDBFLAGS.
5931
b6dafabf
PP
59322015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5933
5934 * gdb.base/gdbhistsize-history.exp
5935 (test_histsize_history_setting): Use save_vars.
5936 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5937 Use save_vars.
5938 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5939 * gdb.base/readline.exp: Use save_vars.
5940
abe8e607
PP
59412015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5942
5943 * lib/gdb.exp (save_vars): New proc.
5944
629500fa
KS
59452015-08-11 Keith Seitz <keiths@redhat.com>
5946
5947 * gdb.base/help.exp: Update help_breakpoint_text.
5948
eb8c4e2e
KS
59492015-08-11 Keith Seitz <keiths@redhat.com>
5950
5951 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5952 (at toplevel): Call test_explicit_breakpoints.
5953 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5954 breakpoints.
5955 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5956 breakpoint conditions, "-cond".
5957
87f0e720
KS
59582015-08-11 Keith Seitz <keiths@redhat.com>
5959
5960 * gdb.linespec/3explicit.c: New file.
5961 * gdb.linespec/cpexplicit.cc: New file.
5962 * gdb.linespec/cpexplicit.exp: New file.
5963 * gdb.linespec/explicit.c: New file.
5964 * gdb.linespec/explicit.exp: New file.
5965 * gdb.linespec/explicit2.c: New file.
5966 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5967 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5968 before using in the matching pattern.
5969 Clarify that `prefix' is a regular expression.
5970
f00aae0f
KS
59712015-08-11 Keith Seitz <keiths@redhat.com>
5972
5973 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5974 test.
5975 Add tests for missing ",FMT" and ",".
5976
e27852be
DE
59772015-08-10 Doug Evans <dje@google.com>
5978 Keith Seitz <keiths@redhat.com>
5979
5980 PR gdb/17960
5981 * gdb.base/completion.exp: Add location completer tests.
5982
7f03bd92
PA
59832015-08-07 Pedro Alves <palves@redhat.com>
5984
5985 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5986 tests here.
5987 (top level): Run do_test with and without displaced stepping.
5988
3fc8eb30
PA
59892015-08-07 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.base/valgrind-disp-step.c: New file.
5992 * gdb.base/valgrind-disp-step.exp: New file.
5993
d4569d7b
PA
59942015-08-07 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5997 Delete function.
5998 (main): Add alarm. Run an infinite loop instead of calling
5999 wait_threads.
6000 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6001 comment.
6002 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6003 Delete function.
6004 (main): Add alarm. Run an infinite loop instead of calling
6005 wait_threads.
6006 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6007 comment.
6008
e1316e60
PA
60092015-08-07 Pedro Alves <palves@redhat.com>
6010
6011 * gdb.base/checkpoint-ns.exp: New file.
6012 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6013 standard_testfile.
6014
da8c46d2
MM
60152015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6016
6017 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6018 * gdb.btrace/instruction_history.exp: Update.
6019 * gdb.btrace/tsx.exp: New.
6020 * gdb.btrace/tsx.c: New.
6021
de1c2c52
PA
60222015-08-06 Pedro Alves <palves@redhat.com>
6023
6024 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6025 increase timeout.
6026 * gdb.reverse/until-precsave.exp: Bump timeouts.
6027
782e0bf4
PA
60282015-08-06 Pedro Alves <palves@redhat.com>
6029
6030 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6031
83e97ed0
PA
60322015-08-06 Pedro Alves <palves@redhat.com>
6033
6034 PR gdb/18749
6035 * gdb.threads/process-dies-while-handling-bp.c: New file.
6036 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6037
863d01bd
PA
60382015-08-06 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6041 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6042
0a39bb32
PA
60432015-08-05 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6046 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6047
ee2d2b10
SL
60482015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6049
6050 * gdb.base/bp-permanent.exp: Report test as unsupported if
6051 the target cannot stop at the permanent breakpoint.
6052
4e1bdb00
DE
60532015-08-03 Doug Evans <dje@google.com>
6054
6055 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6056 10000.
6057
3d338901
DE
60582015-08-03 Doug Evans <dje@google.com>
6059
6060 * Makefile.in (workers/%.worker, build-perf): New rule.
6061 (GDB_PERFTEST_MODE): New variable.
6062 (check-perf): Use it.
6063 (clean): Clean up gdb.perf parallel build subdirs.
6064 * lib/build-piece.exp: New file.
6065 * lib/gdb.exp (make_gdb_parallel_path): New function
6066 (standard_output_file, standard_temp_file): Call it.
6067 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6068 of $GDB_PARALLEL.
6069 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6070
af061d3e
DE
60712015-08-03 Doug Evans <dje@google.com>
6072
8e1afc81 6073 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
6074 (LOG_FILE_NAME): New global.
6075 (TextReporter.__init__): Initialize self.txt_sum.
6076 (TextReporter.report): Add support for multiple data-points.
6077 Move report to perftest.sum, put raw data in perftest.log.
6078 (TextReporter.start): Open sum and log files.
6079 (TextReporter.end): Close sum and log files.
8e1afc81
DE
6080 * gdb.perf/lib/perftest/testresult.py
6081 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 6082
2c8c5d37
PA
60832015-07-31 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6086 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6087 kill_wait_spawned_process instead of explicit "kill -9".
6088 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6089 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6090 kill_wait_spawned_process.
6091 * gdb.base/attach-twice.exp: Likewise.
6092 * gdb.base/attach.exp: Likewise.
6093 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6094 gdb_test_multiple.
6095 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6096 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6097 kill_wait_spawned_process.
6098 * gdb.base/valgrind-infcall.exp: Likewise.
6099 * gdb.multi/multi-attach.exp: Likewise.
6100 * gdb.python/py-prompt.exp: Likewise.
6101 * gdb.python/py-sync-interp.exp: Likewise.
6102 * gdb.server/ext-attach.exp: Likewise.
6103 * gdb.threads/attach-into-signal.exp (corefunc): Use
6104 spawn_wait_for_attach, spawn_id_get_pid and
6105 kill_wait_spawned_process.
6106 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6107 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6108 spawn_id_get_pid and kill_wait_spawned_process.
6109 * gdb.threads/attach-stopped.exp (corefunc): Use
6110 spawn_wait_for_attach, spawn_id_get_pid and
6111 kill_wait_spawned_process.
6112 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6113 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6114 kill_wait_spawned_process instead of explicit "kill -9".
6115 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6116 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6117 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6118 processes. Don't map cygwin/windows pids here. Now returns a
6119 spawn id list.
6120
032a0fca
SL
61212015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6122
6123 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6124 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6125 correct patch.
6126
61a934ca
SL
61272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6128
6129 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6130
4bc4d428
SL
61312015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6132
6133 Reapply:
6134 2014-05-21 Mark Wielaard <mjw@redhat.com>
6135
6136 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6137
998d452a
PA
61382015-07-30 Pedro Alves <palves@redhat.com>
6139
6140 * linux-low.c (handle_extended_wait): Set the child's last
6141 reported status to TARGET_WAITKIND_STOPPED.
6142
69dde7dc
PA
61432015-07-30 Pedro Alves <palves@redhat.com>
6144
6145 PR threads/18600
6146 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6147 only shows inferior 1.
6148
4dd63d48
PA
61492015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6150 Pedro Alves <palves@redhat.com>
6151
6152 PR threads/18600
6153 * gdb.threads/fork-plus-threads.c: New file.
6154 * gdb.threads/fork-plus-threads.exp: New file.
6155
d618e4c5
PP
61562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6157
6158 * gdb.base/batch-preserve-term-settings.exp
6159 (test_terminal_settings_preserved_after_cli_exit): Use
6160 send_quit_command.
6161
1eef6428
PA
61622015-07-29 Pedro Alves <palves@redhat.com>
6163 Don Breazeal <donb@codesourcery.com>
6164
6165 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6166 output from both inferior_spawn_id and gdb_spawn_id.
6167
7da5b897
SDJ
61682015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6169
6170 * gdb.threads/attach-into-signal.exp (corefunc): Use
6171 with_test_prefix on nested loops, uniquefying the test messages.
6172
dac804df
SDJ
61732015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6174
6175 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6176 commit.
6177
06265e53
PP
61782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6179
6180 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6181 New proc.
6182 (test_terminal_settings_preserved_after_sigterm): New test.
6183
18206ca3
PP
61842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6185
6186 * gdb.base/batch-preserve-term-settings.exp
6187 (test_terminal_settings_preserved_after_cli_exit): New test.
6188
90074d11
PP
61892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6190
6191 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6192 manipulation of saved_gdbflags.
6193 (test_terminal_settings_preserved): Remove global declaration of
6194 the unused variable pagination_prompt. Remove manipulation of
6195 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6196 GDBFLAGS.
6197
eb1a7902
PA
61982015-07-29 Pedro Alves <palves@redhat.com>
6199
6200 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6201
8b75dd3b
PA
62022015-07-29 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6205 at the top.
6206
dedad4e3
PA
62072015-07-29 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6210 (main): Call gdb_unbuffer_output.
6211 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6212 (main): Call gdb_unbuffer_output.
6213 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6214 (main): Call gdb_unbuffer_output.
6215 * gdb.base/call-strs.exp: Adjust to step over the
6216 gdb_unbuffer_output call.
6217 * gdb.base/catch-gdb-caused-signals.c: Include
6218 "../lib/unbuffer_output.c".
6219 (main): Call gdb_unbuffer_output.
6220 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6221 (main): Call gdb_unbuffer_output.
6222 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6223 (main): Call gdb_unbuffer_output.
6224 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6225 (main): Call gdb_unbuffer_output.
6226 * gdb.base/shlib-call.exp: Adjust to step over the
6227 gdb_unbuffer_output call.
6228 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6229 (main): Call gdb_unbuffer_output.
6230 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6231 (main): Call gdb_unbuffer_output.
6232 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6233 (main): Rename to ...
6234 (test): ... this.
6235 (main): Reimplement.
6236 * gdb.base/varargs.exp: Run to test instead of to main.
6237 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6238 (main): Call gdb_unbuffer_output.
6239
58789a91
PA
62402015-07-29 Pedro Alves <palves@redhat.com>
6241
6242 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6243 factore out from mi_continue_dprintf. For call-style dprintfs,
6244 expect dprintf output out of $inferior_spawn_id.
6245 (mi_continue_dprintf): Use mi_expect_dprintf.
6246 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6247 (main): Call gdb_unbuffer_output.
6248
e8376742
PA
62492015-07-29 Pedro Alves <palves@redhat.com>
6250
6251 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6252 (default_mi_gdb_start): Set inferior_spawn_id instead of
6253 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6254 gdb_spawn_id.
6255 (mi_gdb_test): Always expect inferior output from both
6256 $inferior_spawn_id and $gdb_spawn_id.
6257
08280010
PA
62582015-07-29 Pedro Alves <palves@redhat.com>
6259
6260 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6261 send_inferior and $inferior_spawn_id.
6262
4d30e432
PA
62632015-07-29 Pedro Alves <palves@redhat.com>
6264
6265 * gdb.gdb/complaints.exp (test_initial_complaints)
6266 (test_serial_complaints, test_short_complaints): Use
6267 gdb_test_stdio.
6268 (test_empty_complaint): Handle $inferior_spawn_id !=
6269 $gdb_spawn_id.
6270
0d30a335
PA
62712015-07-29 Pedro Alves <palves@redhat.com>
6272
6273 * gdb.base/varargs.exp: Use gdb_test_stdio.
6274
39413b29
PA
62752015-07-29 Pedro Alves <palves@redhat.com>
6276
6277 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6278
7cb000a9
PA
62792015-07-29 Pedro Alves <palves@redhat.com>
6280
6281 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6282
d7b8ac82
PA
62832015-07-29 Pedro Alves <palves@redhat.com>
6284
6285 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6286 parameter into two new parameters, "inf_result" and "gdb_result".
6287 Expect inferior output and gdb output from $inferior_spawn_id and
6288 $gdb_spawn_id, respectively. Adjust all callers.
6289
789c3a0c
PA
62902015-07-29 Pedro Alves <palves@redhat.com>
6291
6292 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6293 of gdb_test_sequence.
6294
77e760c3
PA
62952015-07-29 Pedro Alves <palves@redhat.com>
6296
6297 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6298 (saw_spurious_output): Expect inferior output from
6299 $inferior_spawn_id. Use gdb_test_stdio.
6300
8396d2cd
PA
63012015-07-29 Pedro Alves <palves@redhat.com>
6302
6303 * gdb.base/dprintf.exp: Use standard_testfile. Change
6304 prepare_for_testing call.
6305 (srcfile): Don't set.
6306 (restart): New procedure.
6307 (test_dprintf): New procecure, use to continue over dprintfs.
6308 (test_call, test_agent): New procedures, tests moved here.
6309 Restart gdb and recreate dprintfs. Adjust expected output.
6310
2051d61f
PA
63112015-07-29 Pedro Alves <palves@redhat.com>
6312
6313 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6314
452397af
PA
63152015-07-29 Pedro Alves <palves@redhat.com>
6316
6317 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6318
8aed9555
PA
63192015-07-29 Pedro Alves <palves@redhat.com>
6320
6321 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6322 gdb_test_stdio.
6323
188a61b4
PA
63242015-07-29 Pedro Alves <palves@redhat.com>
6325
6326 * lib/gdb.exp (gdb_test_stdio): New procedure.
6327
12264a45
PA
63282015-07-29 Pedro Alves <palves@redhat.com>
6329
6330 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6331
23ffc893
PA
63322015-07-29 Pedro Alves <palves@redhat.com>
6333
6334 * gdb.base/call-signal-resume.exp: Remove check for
6335 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6336 * gdb.base/unwindonsignal.exp: Likewise.
6337 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6338 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6339
65566918
PA
63402015-07-29 Pedro Alves <palves@redhat.com>
6341
6342 * gdb.base/siginfo-addr.c (pass): New function.
6343 (handler): Call it iff si_addr is correct.
6344 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6345 Set a breakpoint at "pass" and continue to it.
6346
d60a9221
SDJ
63472015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6348
6349 * gdb.python/py-objfile.exp: Make some tests have unique names.
6350 * gdb.python/py-pp-registration.exp: Likewise.
6351
bde40b8f
PA
63522015-07-28 Pedro Alves <palves@redhat.com>
6353
6354 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6355
13e1dec8
SM
63562015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6357
6358 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6359
da33c9a7
SM
63602015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6361
6362 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6363
077836f7
PP
63642015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6365
6366 * gdb.base/gdb-sigterm-2.exp: New test.
6367
b8cc7b2e
DE
63682015-07-25 Doug Evans <xdje42@gmail.com>
6369
6370 Revert:
6371 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6372 (workers/%.worker, build-perf): New rule.
6373 (GDB_PERFTEST_MODE): New variable.
6374 (check-perf): Use it.
6375 (clean): Clean up gdb.perf parallel build subdirs.
6376 * lib/build-piece.exp: New file.
6377 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6378 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6379 name.
6380 (standard_temp_file): Ditto.
6381 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6382 of $GDB_PARALLEL.
6383
c8bd4544
DE
63842015-07-24 Doug Evans <dje@google.com>
6385
6386 * gdb.perf/lib/perftest/utils.py: New file.
6387 * gdb.perf/gm-hello.cc: New file.
6388 * gdb.perf/gm-pervasive-typedef.cc: New file.
6389 * gdb.perf/gm-pervasive-typedef.h: New file.
6390 * gdb.perf/gm-std.cc: New file.
6391 * gdb.perf/gm-std.h: New file.
6392 * gdb.perf/gm-use-cerr.cc: New file.
6393 * gdb.perf/gm-utils.h: New file.
6394 * gdb.perf/gmonster-null-lookup.py: New file.
6395 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6396 * gdb.perf/gmonster-print-cerr.py: New file.
6397 * gdb.perf/gmonster-ptype-string.py: New file.
6398 * gdb.perf/gmonster-runto-main.py: New file.
6399 * gdb.perf/gmonster-select-file.py: New file.
6400 * gdb.perf/gmonster1-null-lookup.exp: New file.
6401 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6402 * gdb.perf/gmonster1-print-cerr.exp: New file.
6403 * gdb.perf/gmonster1-ptype-string.exp: New file.
6404 * gdb.perf/gmonster1-runto-main.exp: New file.
6405 * gdb.perf/gmonster1-select-file.exp: New file.
6406 * gdb.perf/gmonster1.cc: New file.
6407 * gdb.perf/gmonster1.exp: New file.
6408 * gdb.perf/gmonster2-null-lookup.exp: New file.
6409 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6410 * gdb.perf/gmonster2-print-cerr.exp: New file.
6411 * gdb.perf/gmonster2-ptype-string.exp: New file.
6412 * gdb.perf/gmonster2-runto-main.exp: New file.
6413 * gdb.perf/gmonster2-select-file.exp: New file.
6414 * gdb.perf/gmonster2.cc: New file.
6415 * gdb.perf/gmonster2.exp: New file.
6416
6eab34f3
DE
64172015-07-24 Doug Evans <dje@google.com>
6418
6419 * gdb.perf/README: New file.
6420 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6421 * lib/gen-perf-test.exp: New file.
6422
63738bfd
DE
64232015-07-24 Doug Evans <dje@google.com>
6424
6425 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6426 (PerfTest::startup): New function.
6427 (PerfTest::run): Return result of calling body.
6428 (PerfTest::assemble): Rewrite.
6429 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6430 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6431 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6432 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6433 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6434
7b606f95
DE
64352015-07-24 Doug Evans <dje@google.com>
6436
6437 * lib/gdb.exp (clean_restart): Make executable optional.
6438
a97b16b8
DE
64392015-07-24 Doug Evans <dje@google.com>
6440
6441 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6442 compiler_info references.
6443 * gdb.cp/temargs.exp: Ditto.
6444 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6445 (get_compiler_info): Early exit if already computed. Set compiler_info
6446 to "unknown" if there was a problem.
6447 (test_compiler_info): Add function comment. Call get_compiler_info.
6448
35baa57f
DE
64492015-07-24 Doug Evans <dje@google.com>
6450
6451 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6452 (workers/%.worker, build-perf): New rule.
6453 (GDB_PERFTEST_MODE): New variable.
6454 (check-perf): Use it.
6455 (clean): Clean up gdb.perf parallel build subdirs.
6456 * lib/build-piece.exp: New file.
6457 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6458 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6459 name.
6460 (standard_temp_file): Ditto.
6461 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6462 of $GDB_PARALLEL.
6463
6ebea266
DE
64642015-07-24 Doug Evans <dje@google.com>
6465
6466 * lib/future.exp (gdb_default_target_compile): New option
6467 "early_flags".
6468 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6469 --as-needed.
6470
1e76a7e9
SDJ
64712015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6472
6473 * gdb.base/catch-syscall.exp: Call gdb_exit before
6474 gdb_skip_xml_test.
6475
5068630a
PA
64762015-07-24 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.python/py-events.exp: Accept output between the stop event
6479 and the prompt.
6480 * gdb.python/py-evsignal.exp: Likewise.
6481 * gdb.python/py-evthreads.exp: Likewise.
6482
77598427
PA
64832015-07-24 Pedro Alves <palves@redhat.com>
6484
6485 PR gdb/18717
6486 * gdb.threads/non-ldr-exit.c: New file.
6487 * gdb.threads/non-ldr-exit.exp: New file.
6488
11e6c98f
YQ
64892015-07-24 Yao Qi <yao.qi@linaro.org>
6490
6491 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6492 restarting process.
6493
51aee833
YQ
64942015-07-24 Yao Qi <yao.qi@linaro.org>
6495
6496 * gdb.server/ext-restart.exp: New file.
6497
8cfe207c
YQ
64982015-07-24 Yao Qi <yao.qi@linaro.org>
6499
6500 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6501 argument options.
6502 * gdb.server/ext-wrapper.exp: New file.
6503
cc12ce38
DE
65042015-07-23 Doug Evans <dje@google.com>
6505
6506 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6507 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6508
d0d84780
PMR
65092015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6510
6511 * gdb.ada/var_arr_typedef.exp: New testcase.
6512 * gdb.ada/var_arr_typedef/pack.adb: New file.
6513 * gdb.ada/var_arr_typedef/pack.ads: New file.
6514 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6515
8b558f79
JB
65162015-07-20 Joel Brobecker <brobecker@adacore.com>
6517
6518 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6519
775a3298
JK
65202015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6521
6522 * gdb.arch/i386-biarch-core.exp: Replace istarget
6523 by "complete set gnutarget". Remove expectation for the "core-file"
6524 command.
6525
db1ff28b
JK
65262015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6527
6528 Revert the previous commit:
6529 Tests for validate symbol file using build-id.
6530
0a94970d
JK
65312015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6532
6533 Tests for validate symbol file using build-id.
6534 * gdb.base/solib-mismatch-lib.c: New file.
6535 * gdb.base/solib-mismatch-libmod.c: New file.
6536 * gdb.base/solib-mismatch.c: New file.
6537 * gdb.base/solib-mismatch.exp: New file.
6538
03346981
SL
65392015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6540
6541 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6542 nios2-*-linux*.
6543 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6544 * gdb.base/siginfo.exp: Likewise.
6545 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6546
42422cc7
PL
65472015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6548
6549 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6550 Move it to ...
6551 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6552 ... here.
6553 * gdb.trace/range-stepping.exp: Check that the target supports
6554 range stepping.
6555
cfa68bae
JK
65562015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6557
6558 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6559
8ffdba26
PA
65602015-07-14 Pedro Alves <palves@redhat.com>
6561
6562 * gdb.base/killed-outside.exp: New file.
6563 * gdb.base/killed-outside.c: New file.
6564
218a5a11
JK
65652015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6566
6567 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6568 (n at main): New.
6569 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6570
e03ed3c6
AA
65712015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6572
6573 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6574 infcall tests instead of setting up for KFAIL.
6575
485668e5
MM
65762015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6577
6578 * gdb.btrace/record_goto-step.exp: New.
6579
08464196
JK
65802015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6581
6582 PR compile/18484
6583 * gdb.compile/compile.c (struct struct_type): Add volatile to
6584 selffield's type.
6585 * gdb.compile/compile.exp
6586 (compile code struct_object.selffield = &struct_object): Skip further
6587 struct_object tests if this one xfails.
6588
bcf5c1d9
RC
65892015-07-08 Robert O'Callahan <robert@ocallahan.org>
6590
6591 PR exp/18617
6592 * gdb.trace/ax.exp: Add test.
6593
4931af25
YQ
65942015-07-07 Yao Qi <yao.qi@linaro.org>
6595
6596 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6597 instead of istarget "aarch64*-*-*".
6598 * gdb.arch/aarch64-fp.exp: Likewise.
6599 * gdb.base/float.exp: Likewise.
6600 * gdb.reverse/aarch64.exp: Likewise.
6601 * lib/gdb.exp (is_aarch64_target): New proc.
6602
9fcf688e
YQ
66032015-07-07 Yao Qi <yao.qi@linaro.org>
6604
6605 * lib/gdb.exp (is_aarch32_target): New proc.
6606 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6607 instead of "istarget "arm*-*-*"".
6608 * gdb.arch/arm-disp-step.exp: Likewise.
6609 * gdb.arch/thumb-bx-pc.exp: Likewise.
6610 * gdb.arch/thumb-prologue.exp: Likewise.
6611 * gdb.arch/thumb-singlestep.exp: Likewise.
6612 * gdb.base/disp-step-syscall.exp: Likewise.
6613 * gdb.base/float.exp: Likewise.
6614
fbd8d50d
YQ
66152015-07-07 Yao Qi <yao.qi@linaro.org>
6616
6617 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6618 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6619
71be1fdc
YQ
66202015-07-07 Yao Qi <yao.qi@linaro.org>
6621
6622 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6623 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6624 if it exists.
6625 * gdb.multi/multi-arch.exp: Likewise.
6626
3e221d36
SM
66272015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6628
6629 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6630 print.
6631
d441430b
YQ
66322015-07-07 Yao Qi <yao.qi@linaro.org>
6633
6634 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6635
06f810bd
MG
66362015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6637
6638 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6639 '[' and ']' characters.
6640
5e61e7c0
IB
66412015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6642
6643 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6644
28bf096c
PA
66452015-06-29 Pedro Alves <palves@redhat.com>
6646
6647 PR threads/18127
6648 * gdb.threads/hand-call-new-thread.c: New file.
6649 * gdb.threads/hand-call-new-thread.c: New file.
6650
ee93cd5e
KS
66512015-06-26 Keith Seitz <keiths@redhat.com>
6652 Doug Evans <dje@google.com>
6653
6654 PR 16253
6655 * gdb.cp/var-tag-2.cc: New file.
6656 * gdb.cp/var-tag-3.cc: New file.
6657 * gdb.cp/var-tag-4.cc: New file.
6658 * gdb.cp/var-tag.cc: New file.
6659 * gdb.cp/var-tag.exp: New file.
6660
fc637f04
PP
66612015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6662
6663 * gdb.base/history-duplicates.exp: New test.
6664
2e52ae68
PP
66652015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6666
6667 * gdb.base/completion.exp: Test the completion of the "focus"
6668 command.
6669
6e22494e
JK
66702015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6671
6672 * gdb.arch/amd64-prologue-skip.S: New file.
6673 * gdb.arch/amd64-prologue-skip.exp: New file.
6674
bf7b9cd9
SM
66752015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6676
6677 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6678 is_address_zero_readable check.
6679
201e8dfd
PB
66802015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6681
6682 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6683 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6684
5cd867b4
YQ
66852015-06-24 Yao Qi <yao.qi@linaro.org>
6686
6687 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6688 linux targets.
6689
4d7be007
YQ
66902015-06-24 Yao Qi <yao.qi@linaro.org>
6691
6692 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6693 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6694 * gdb.base/siginfo-thread.exp: Likewise.
6695
07fcd301
YQ
66962015-06-22 Yao Qi <yao.qi@linaro.org>
6697
6698 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6699
52042a00
YQ
67002015-06-22 Yao Qi <yao.qi@linaro.org>
6701
6702 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6703 aarch64*-*-*.
6704 (skip_hw_watchpoint_tests): Likewise.
6705
74bd41ce
PP
67062015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6707
6708 * gdb.base/gdbinit-history.exp: Test the interaction between
6709 setting GDBHISTSIZE and setting the history size via .gdbinit.
6710
bc460514
PP
67112015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6712
6713 PR gdb/16999
6714 * gdb.base/gdbhistsize-history.exp: New test.
6715
b58c513b
PP
67162015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6717
6718 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6719 with GDBHISTSIZE.
6720 * gdb.base/readline.exp: Likewise.
6721
92046791
YQ
67222015-06-17 Yao Qi <yao.qi@linaro.org>
6723
6724 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6725 line.
6726
2093d2d3
PP
67272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6728
6729 * gdb.base/gdbinit-history.exp: Add test case to check that
6730 an unlimited history file does not get truncated on exit.
6731
e6c693af
AA
67322015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6733
6734 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6735 (VECTOR): New macro. Use it...
6736 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6737 ...for these typedefs.
6738 (int8, char1, int1, double1): New typedefs.
6739 (struct just_int2, struct two_int2): New structures.
6740 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6741 (add_structvecs, add_singlevecs): New functions.
6742 (main): Call add_some_intvecs twice.
6743 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6744 the compile and exit upon failure. Try compiling for the "native"
6745 architecture. Test inferior function calls with vector arguments
6746 and vector return value handling with "finish" and "return".
6747
c74f7d1c
JT
67482015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6749
6750 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6751 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6752 PE file.
6753 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6754
98aa42ee
AT
67552015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6756
6757 PR breakpoints/16465
6758 * gdb.mi/mi-dprintf-pending.c: New file.
6759 * gdb.mi/mi-dprintf-pending.exp: New test.
6760 * gdb.mi/mi-dprintf-pendshr.c: New file.
6761
7d73c23c 67622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6763 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6764
6765 * gdb.arch/i386-mpx-map.c: New file.
6766 * gdb.arch/i386-mpx-map.exp: New File.
6767
67682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6769
6770 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6771 * gdb.arch/i386-mpx.exp: Indentation fixed.
6772
67732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6774
6775 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6776 function and improved indentation.
6777 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6778 gdb_test_multiple. Added additional tests to skip the test.
6779
67802015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6781
6782 * gdb.arch/i386-avx512.c: Change path in include file.
6783 * gdb.arch/i386-avx512.exp: Change include dir path
6784 compilation flag.
6785 * gdb.arch/i386-mpx.c: Change path in include file.
6786 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6787 flag.
6788
d5eba19a
JK
67892015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6790
6791 * gdb.compile/compile-print.exp (compile print *vararray@3)
6792 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6793
7f361056
JK
67942015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6795
6796 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6797 (do not keep jit in memory): ... this.
6798 (expect 5): Change it to ...
6799 (expect no 5): ... this.
6800
3b462ec2
SM
68012015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6802
6803 PR gdb/15564
6804 * gdb.mi/mi-detach.exp: New file.
6805
e0619de6
JK
68062015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6807
6808 PR symtab/18392
6809 * gdb.arch/amd64-tailcall-self.S: New file.
6810 * gdb.arch/amd64-tailcall-self.c: New file.
6811 * gdb.arch/amd64-tailcall-self.exp: New file.
6812
e970cb34
DB
68132015-05-28 Don Breazeal <donb@codesourcery.com>
6814
6815 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6816 tests for remote targets by checking is_target_gdbserver.
6817
b2e2f908
DE
68182015-05-27 Doug Evans <dje@google.com>
6819
6820 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6821 * gdb.dwarf2/opaque-type-lookup.c: New file.
6822 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6823
82c7be31
DE
68242015-05-26 Doug Evans <dje@google.com>
6825
6826 * gdb.cp/iostream.cc: New file.
6827 * gdb.cp/iostream.exp: New file.
6828
b4f54984
DE
68292015-05-26 Doug Evans <dje@google.com>
6830
6831 * gdb.dwarf2/dw2-op-call.exp: Update.
6832 * gdb.dwarf2/dw4-sig-types.exp: Update.
6833 * gdb.dwarf2/implptr.exp: Update.
6834 * gdb.mi/mi-cmd-param-changed.exp: Update.
6835
4ea6efe9
DE
68362015-05-26 Doug Evans <dje@google.com>
6837
6838 * gdb.python/py-lazy-string.c: New file.
6839 * gdb.python/py-lazy-string.exp: New file.
6840 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6841 (main): Update. Add estring3.
6842 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6843 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6844
f6bb7db3
YQ
68452015-05-26 Omair Javaid <omair.javaid@linaro.org>
6846 Yao Qi <yao.qi@linaro.org>
6847
6848 * gdb.reverse/aarch64.c: New.
6849 * gdb.reverse/aarch64.exp: New.
6850
a81bfbd0
OJ
68512015-05-26 Omair Javaid <omair.javaid@linaro.org>
6852
25d49b86
PA
6853 * lib/gdb.exp (supports_process_record): Return true for
6854 aarch64*-linux*.
a81bfbd0
OJ
6855 (supports_reverse): Likewise.
6856
158bf1b4
PP
68572015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6858
6859 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6860 Use with_test_prefix.
6861
a0145030
AB
68622015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6863
6864 * gdb.base/completion.exp: Add test for completion of layout
6865 names.
6866
ebe3b578
AB
68672015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6868
6869 * lib/gdb.exp (skip_tui_tests): New proc.
6870 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6871
84204ed7
PA
68722015-05-19 Pedro Alves <palves@redhat.com>
6873
6874 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6875 Save the whole env array instead of just HOME. Unset HISTSIZE in
6876 the environment while testing. Restore whole environment
6877 afterwards.
6878
37442ce1
DE
68792015-05-16 Doug Evans <xdje42@gmail.com>
6880
6881 * gdb.guile/scm-ports.c: New file.
6882 * gdb.guile/scm-ports.exp: Add memory port tests.
6883
36de76f9
JK
68842015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6885
6886 * gdb.compile/compile-print.c: New file.
6887 * gdb.compile/compile-print.exp: New file.
6888
3a9558c4
JK
68892015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6890
6891 * gdb.compile/compile-ops.exp: Cast param to void.
6892 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6893 (compile code struct_object.selffield = &struct_object): Add xfail.
6894
aa715135
JG
68952015-05-15 Joel Brobecker <brobecker@adacore.com>
6896
6897 * gdb.ada/arr_enum_with_gap: New testcase.
6898
931e5bc3
JG
68992015-05-15 Joel Brobecker <brobecker@adacore.com>
6900
6901 * gdb.ada/byte_packed_arr: New testcase.
6902
9cd4d857
JB
69032015-05-15 Joel Brobecker <brobecker@adacore.com>
6904
6905 * gdb.ada/pckd_neg: New testcase.
6906
ebfd00d2
PP
69072015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6908
6909 PR gdb/17820
6910 * gdb.base/gdbinit-history.exp: New test.
6911 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6912 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6913
4c082a81
SC
69142015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6915
6916 * gdb.python/py-xmethods.cc: Enhance test case.
6917 * gdb.python/py-xmethods.exp: New tests.
6918 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6919 function.
6920 (B_indexoper): Likewise.
6921 (global_dm_list) : Add new xmethod worker functions.
6922
f7797074
SDJ
69232015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6924
6925 * gdb.base/coredump-filter.exp: Correctly unset
6926 "coredump_var_addr" array.
6927
a4674e4e
PA
69282015-05-08 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.server/non-existing-program.exp: Unset spawn_id.
6931
df2eb078
SC
69322015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6933
6934 PR python/18291
6935 * gdb.python/py-xmethods.exp: Add tests.
6936
422349a3
YQ
69372015-05-08 Yao Qi <yao.qi@linaro.org>
6938
6939 PR gdb/18208
6940 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6941 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6942 function set_coredump_filter, and remove remote_exec call.
6943 Remove argument ipid. Callers update.
6944 (top level): Don't get inferior's PID.
6945
63fc80ce
AA
69462015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6947
6948 * gdb.base/watch_thread_num.exp: Skip test on targets without
6949 access watchpoints.
6950
80ad801e
PA
69512015-05-06 Pedro Alves <palves@redhat.com>
6952
6953 PR server/18081
6954 * gdb.server/non-existing-program.exp: New file.
6955
0fa7fe50
JB
69562015-05-05 Joel Brobecker <brobecker@adacore.com>
6957
6958 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6959
3ea89b92
PMR
69602015-05-05 Joel Brobecker <brobecker@adacore.com>
6961
6962 * gdb.ada/out_of_line_in_inlined: New testcase.
6963
87b8eff0
JB
69642015-05-05 Joel Brobecker <brobecker@adacore.com>
6965
6966 * gdb.ada/var_rec_arr: New testcase.
6967
5fccc635
YQ
69682015-04-30 Yao Qi <yao.qi@linaro.org>
6969
6970 * gdb.base/break-idempotent.exp: If
6971 skip_hw_watchpoint_multi_tests returns true, skip the tests
6972 on "rwatch" and "awatch".
6973
42d38f42
YQ
69742015-04-30 Yao Qi <yao.qi@linaro.org>
6975
6976 * gdb.base/relativedebug.exp: Invoke gdb command
6977 "info sharedlibrary", and if libc.so doesn't have debug info,
6978 skip the test.
6979
2ce1cdbf
DE
69802015-04-29 Doug Evans <dje@google.com>
6981
6982 * gdb.python/py-xmethods.exp: Add ptype tests.
6983 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6984 get_result_type method.
6985
f24a38c5
LM
69862015-04-29 Luis Machado <lgustavo@codesourcery.com>
6987
6988 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6989 the target does not support hardware watchpoints.
6990
ecbf2b3c
LM
69912015-04-29 Luis Machado <lgustavo@codesourcery.com>
6992
6993 * gdb.base/break-always.exp: Abort testing if writing to memory
6994 causes an error.
6995
34f5f757
DE
69962015-04-28 Doug Evans <dje@google.com>
6997
6998 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6999 * gdb.python/py-pp-registration.exp: ... here. New file.
7000 * gdb.python/py-pp-registration.c: New file.
7001 * gdb.python/py-pp-registration.py: New file.
7002
69b4374a
DE
70032015-04-28 Doug Evans <dje@google.com>
7004
7005 * gdb.python/py-bad-printers.c: New file.
7006 * gdb.python/py-bad-printers.py: New file.
7007 * gdb.python/py-bad-printers.exp: New file.
7008
59fb7612
SS
70092015-04-28 Sasha Smundak <asmundak@google.com>
7010
7011 * gdb.python/py-type.exp: New test.
7012
2631b16a
AW
70132015-04-28 Andy Wingo <wingo@igalia.com>
7014
7015 * gdb.python/py-parameter.exp:
7016 * gdb.guile/scm-parameter.exp: Escape the path that we are
7017 matching against, as it might contain characters that are special
7018 to regular expressions.
7019
460efde1
JB
70202015-04-27 Joel Brobecker <brobecker@adacore.com>
7021
7022 * gdb.ada/rec_comp: New testcase.
7023
2d369d8e
SDJ
70242015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7025
7026 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7027 before using it.
7028
cf75d6c3
AB
70292015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7030
7031 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7032 new tests for verilog output.
7033
8dbe7ca5
YQ
70342015-04-24 Yao Qi <yao.qi@linaro.org>
7035
7036 * boards/remote-gdbserver-on-localhost.exp: New file.
7037
4ef9fb2f
PA
70382015-04-23 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7041 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7042 "end of file", remove $inferior_spawn_id from the indirect list.
7043
0a803169
PA
70442015-04-23 Pedro Alves <palves@redhat.com>
7045
7046 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7047
749ef8f8
PA
70482015-04-23 Pedro Alves <palves@redhat.com>
7049
7050 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7051 on $any_spawn_id instead of only on $gdb_spawn_id.
7052
8aae4344
PM
70532015-04-21 Pierre Muller <muller@sourceware.org>
7054
7055 PR pascal/17815
7056 * lib/pascal.exp (gpc_compile): Add new option "class".
7057 (fpc_compile): Likewise.
7058 * gdb.pascal/case-insensitive-symbols.pas: New file.
7059 * gdb.pascal/case-insensitive-symbols.exp: New file.
7060
1586c8fb
GB
70612015-04-20 Gary Benson <gbenson@redhat.com>
7062
7063 * gdb.base/attach.exp: Fix three extended remote failures.
7064
1b6e6f5c
GB
70652015-04-17 Gary Benson <gbenson@redhat.com>
7066
7067 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7068 the main executable over the remote protocol.
7069
e797481d
PA
70702015-04-16 Pedro Alves <palves@redhat.com>
7071
7072 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7073 a new gdbserver if gdbserver_reconnect_p is set.
7074
1ca99c42
PA
70752015-04-16 Pedro Alves <palves@redhat.com>
7076
7077 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7078 is set, don't exit gdbserver.
7079
af9fd6f8
AA
70802015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7081
7082 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7083 appropriate .insn, such that an older assembler can be used.
7084 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7085 the z/Architecture instruction set on 31-bit targets as well.
7086
04ff1e61
AA
70872015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7088
7089 * gdb.go/handcall.exp: Remove all logic related to the first
7090 breakpoint and rely on go_runto_main instead.
7091 * gdb.go/strings.exp: Likewise.
7092 * gdb.go/unsafe.exp: Likewise.
7093 * gdb.go/hello.exp: Likewise. Also rename the remaining
7094 breakpoint marker to "breakpoint 1".
7095 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7096 * gdb.go/strings.go: Likewise.
7097 * gdb.go/unsafe.go: Likewise.
7098 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7099 "set breakpoint 2 here" and rename the remaining breakpoint marker
7100 to "breakpoint 1".
7101
40d2f8d6
SM
71022015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7103
7104 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7105 if itertools.imap is not present.
7106 * gdb.python/py-objfile.exp: Add parentheses.
7107 * gdb.python/py-type.exp: Same.
7108 * gdb.python/py-unwind-maint.py: Same.
7109
8cbc97c6
YQ
71102015-04-15 Yao Qi <yao.qi@linaro.org>
7111
7112 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7113 of ":$ptr_size" and set its form explicitly.
7114
45fd756c
YQ
71152015-04-15 Pedro Alves <palves@redhat.com>
7116 Yao Qi <yao.qi@linaro.org>
7117
7118 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7119 timeout by factor of 4.
7120 (test_regular_watch): Likewise.
7121 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7122 * gdb.reverse/sigall-reverse.exp: Likewise.
7123 * gdb.reverse/until-precsave.exp: Likewise.
7124 * lib/gdb.exp (with_timeout_factor): New proc.
7125 (gdb_expect): Move some code to ...
7126 (get_largest_timeout): ... here. New procedure.
7127
9e811bc3
LM
71282015-04-14 Luis Machado <lgustavo@codesourcery.com>
7129
7130 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7131
0ff6fcb2
LM
71322015-04-13 Luis Machado <lgustavo@codesourcery.com>
7133
7134 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7135 to write to the .text section.
7136
7578d5f7
LM
71372015-04-13 Luis Machado <lgustavo@codesourcery.com>
7138
7139 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7140 Handle the case of targets that do not provide PID information.
7141
2efe15c4
YQ
71422015-04-13 Yao Qi <yao.qi@linaro.org>
7143
7144 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7145 and use expect instead of gdb_expect.
7146
8cd8f2f8
SDJ
71472015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7148
7149 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7150 "coredump_var_addr" to avoid naming conflict with other testcases.
7151
9ee41772
PA
71522015-04-10 Pedro Alves <palves@redhat.com>
7153
7154 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7155 gdb_test_sequence and gdb_assert.
7156
07473109
PA
71572015-04-10 Pedro Alves <palves@redhat.com>
7158
7159 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7160 test messages that don't include the breakpoint address.
7161
de3db44c
YQ
71622015-04-10 Yao Qi <yao.qi@linaro.org>
7163
7164 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7165 false for some offset and width combinations which aren't
7166 supported by linux kernel.
7167
c79d856c
PA
71682015-04-10 Pedro Alves <palves@redhat.com>
7169
7170 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7171 procedure, factored out from ...
7172 (top level): ... here. Add "set displaced-stepping" testing axis.
7173 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7174 parameter "displaced". Use it.
7175 (top level): Use foreach and add "set displaced-stepping" testing
7176 axis.
7177
ebc90b50
PA
71782015-04-10 Pedro Alves <palves@redhat.com>
7179
7180 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7181 Remove comment.
7182 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7183 both the address of the instruction that triggers the watchpoint
7184 and the address of the instruction immediately after, and use
7185 those addresses for the test. Fix comment.
7186
8f572e5c
PA
71872015-04-10 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.base/sigstep.exp (breakpoint_to_handler)
7190 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7191 Test "backtrace" in handler.
7192 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7193 (top level): Add new "displaced" test axis to
7194 breakpoint_to_handler, breakpoint_to_handler_entry and
7195 breakpoint_over_handler.
7196
8d707a12
PA
71972015-04-10 Pedro Alves <palves@redhat.com>
7198
7199 PR gdb/18216
7200 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7201
ef713951
YQ
72022015-04-10 Yao Qi <yao.qi@linaro.org>
7203
7204 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7205 (test_add_rn_pc): New function.
7206 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7207 (top level): Invoke test_add_rn_pc.
7208
906d60cf
PA
72092015-04-10 Pedro Alves <palves@redhat.com>
7210
7211 PR gdb/13858
7212 * gdb.base/step-over-no-symbols.exp: New file.
7213
f2983cc3
AW
72142015-04-09 Andy Wingo <wingo@igalia.com>
7215
7216 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7217 after the Python tests.
7218
6d62641c
SDJ
72192015-04-08 Keith Seitz <keiths@redhat.com>
7220
7221 PR python/16699
7222 * gdb.python/py-completion.exp: New tests for completion.
7223 * gdb.python/py-completion.py (CompleteLimit1): New class.
7224 (CompleteLimit2): Likewise.
7225 (CompleteLimit3): Likewise.
7226 (CompleteLimit4): Likewise.
7227 (CompleteLimit5): Likewise.
7228 (CompleteLimit6): Likewise.
7229 (CompleteLimit7): Likewise.
7230
f3770638
PA
72312015-04-08 Pedro Alves <palves@redhat.com>
7232
7233 PR gdb/18214
7234 PR gdb/18216
7235 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7236 function.
7237 (main): Install it as SIGUSR1 handler.
7238 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7239 parameter. Always use "setup" as prefix. Toggle "set
7240 displaced-stepping" off/on depending on global. Don't switch to
7241 thread 1 here.
7242 (top level): Add displaced stepping "off/on" test axis. Update
7243 "setup" calls. Wrap each subtest with with_test_prefix. Test
7244 continuing with a queued signal in each thread.
7245
4496bed7
PA
72462015-04-08 Pedro Alves <palves@redhat.com>
7247
7248 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7249 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7250 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7251 Return early if running to main fails.
7252 * gdb.trace/while-stepping.exp: Likewise.
7253
b97fde92
PA
72542015-04-07 Pedro Alves <palves@redhat.com>
7255
7256 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7257 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7258 interact with inferior program.
7259
f71c18e7
PA
72602015-04-07 Pedro Alves <palves@redhat.com>
7261
7262 * lib/gdb.exp (inferior_spawn_id): New global.
7263 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7264 spawn id after processing the user code.
7265 (default_gdb_start): Set inferior_spawn_id.
7266 (send_inferior): New procedure.
7267 * lib/gdbserver-support.exp (gdbserver_start): Set
7268 inferior_spawn_id.
7269 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7270
6423214f
PA
72712015-04-07 Pedro Alves <palves@redhat.com>
7272
7273 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7274 * lib/gdbserver-support.exp (gdbserver_start): Make
7275 $server_spawn_id global.
7276 (gdbserver_start): Don't wait for gdbserver's spawn id with
7277 expect_background.
7278 (close_gdbserver): New procedure.
7279 (gdb_exit): Rename the default version and reimplement.
7280
71c0ee8c
PA
72812015-04-07 Pedro Alves <palves@redhat.com>
7282
72f4393d 7283 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7284 append the substituted item, not the original item.
7285
203bc29b
PA
72862015-04-07 Pedro Alves <palves@redhat.com>
7287
7288 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7289 gdb_expect.
7290
508a3ddf
PA
72912015-04-07 Pedro Alves <palves@redhat.com>
7292
7293 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7294 output appearing once only.
7295
9f6dbe2b
PA
72962015-04-07 Pedro Alves <palves@redhat.com>
7297
7298 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7299 that doesn't expect anything. Return early if running to main
7300 fails.
7301
337532fa
YQ
73022015-04-07 Yao Qi <yao.qi@linaro.org>
7303
7304 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7305 (child_function): Call alarm.
7306 (main): Move call to alarm into the loop.
7307 * gdb.threads/non-stop-fair-events.exp: Build program with
7308 -DTIMEOUT=$timeout.
7309
01b622d4
DE
73102015-04-06 Doug Evans <xdje42@gmail.com>
7311
7312 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7313 Fix dest parameter to board_info.
7314 (fpc_compile): Ditto.
7315 (gdb_compile_pascal): Rename dest arg to destfile.
7316
961f4160
PMR
73172015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7318
7319 * gdb.ada/funcall_ref.exp: New file.
7320 * gdb.ada/funcall_ref/foo.adb: New file.
7321
cafda597
YQ
73222015-04-02 Yao Qi <yao.qi@linaro.org>
7323
7324 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7325 is remote.
7326
fed040c6
GB
73272015-04-02 Gary Benson <gbenson@redhat.com>
7328
7329 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7330
d11916aa
SS
73312015-04-01 Sasha Smundak <asmundak@google.com>
7332
7333 * gdb.python/py-unwind-maint.c: New file.
7334 * gdb.python/py-unwind-maint.exp: New test.
7335 * gdb.python/py-unwind-maint.py: New file.
7336 * gdb.python/py-unwind.c: New file.
7337 * gdb.python/py-unwind.exp: New test.
7338 * gdb.python/py-unwind.py: New test.
7339
a1471180
PA
73402015-04-01 Pedro Alves <palves@redhat.com>
7341
7342 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7343 to fail instead of non-existent $test.
7344
0bbeccb1
PA
73452015-04-01 Pedro Alves <palves@redhat.com>
7346
7347 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7348 GDBFLAGS if not empty.
7349
3c724c8c
PMR
73502015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7351
7352 * gdb.ada/complete.exp: Remove "multi_line".
7353 * gdb.ada/info_exc.exp: Remove "multi_line".
7354 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7355 * gdb.ada/ptype_field.exp: Remove "multi_line".
7356 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7357 * gdb.ada/tagged.exp: Remove "multi_line".
7358 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7359 [multi_line ...]
7360 * gdb.btrace/delta.exp: Likewise.
7361 * gdb.btrace/exception.exp: Likewise.
7362 * gdb.btrace/function_call_history.exp: Likewise.
7363 * gdb.btrace/instruction_history.exp: Likewise.
7364 * gdb.btrace/nohist.exp: Likewise.
7365 * gdb.btrace/record_goto.exp: Likewise.
7366 * gdb.btrace/segv.exp: Likewise.
7367 * gdb.btrace/stepi.exp: Likewise.
7368 * gdb.btrace/tailcall.exp: Likewise.
7369 * gdb.btrace/unknown_functions.exp: Likewise.
7370 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7371 * lib/gdb.exp: Add the "multi_line" helper.
7372
4eec2deb
PA
73732015-04-01 Pedro Alves <palves@redhat.com>
7374
7375 * gdb.threads/tid-reuse.c: New file.
7376 * gdb.threads/tid-reuse.exp: New file.
7377
df8411da
SDJ
73782015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7379
7380 PR corefiles/16092
7381 * gdb.base/coredump-filter.c: New file.
7382 * gdb.base/coredump-filter.exp: Likewise.
7383
6ef37366
PM
73842015-03-27 Petr Machata <pmachata@redhat.com>
7385
7386 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7387 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7388 (Dwarf::assemble): Initialize them.
7389 (Dwarf::lines): New function.
7390
7ec911b0
JT
73912015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7392
7393 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7394 SYMBOL_PREFIX for x86_64-*-cygwin.
7395
ff908ebf
AW
73962015-03-26 Andy Wingo <wingo@igalia.com>
7397
7398 PR symtab/18148
7399 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7400 const_value but not a location.
7401 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7402 location defined in non-main CUs are visible.
7403
6d5f0679
YQ
74042015-03-26 Yao Qi <yao.qi@linaro.org>
7405
7406 PR testsuite/18139
7407 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7408 Add a line number entry for the same line.
7409 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7410 Add a line number entry for the same line.
7411
2898689b
YQ
74122015-03-26 Yao Qi <yao.qi@linaro.org>
7413
7414 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7415 .int 0.
7416 (func): Likewise. Add .Lfunc_1 label.
7417 Use .Lfunc_1 label.
7418 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7419 .int 0.
7420 (func): Likewise.
7421 Use .Lfunc_1 label.
7422
85180498
YQ
74232015-03-26 Yao Qi <yao.qi@linaro.org>
7424
7425 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7426 Call gdb_compile instead to compile each .s files without debug
7427 information.
7428
8aa08a8d
YQ
74292015-03-26 Yao Qi <yao.qi@linaro.org>
7430
7431 * gdb.base/savedregs.exp (process_saved_regs): Make
7432 "Saved registers:" optional in the pattern.
7433
66849923
MM
74342015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7435
7436 * gdb.btrace/next.exp: Merged into step.exp.
7437 * gdb.btrace/finish.exp: Merged into step.exp.
7438 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7439 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7440 "record goto" and checking the exact replay position.
7441 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7442 check for "Recording format" in "info record" output.
7443 * gdb.btrace/record_goto.exp: Choose test file based on target.
7444 * gdb.btrace/x86-record_goto.S: Renamed into ...
7445 * gdb.btrace/x86_64-record_goto.S: ... this.
7446 * gdb.btrace/i686-record_goto.S: New.
7447 * gdb.btrace/x86-tailcall.S: Renamed into ...
7448 * gdb.btrace/x86_64-tailcall.S: ... this.
7449 * gdb.btrace/i686-tailcall.S: New.
7450 * gdb.btrace/x86-tailcall.c: Renamed into ...
7451 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7452 separate statements. Update test.
7453 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7454 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7455 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7456 * gdb.btrace/tailcall.exp: Choose test file based on target.
7457 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7458
11cc1b74
MM
74592015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7460
7461 * gdb.btrace/exception.exp: Increase BTS buffer size.
7462
a25d8bf9
PA
74632015-03-24 Pedro Alves <palves@redhat.com>
7464
7465 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7466
856e7dd6
PA
74672015-03-24 Pedro Alves <palves@redhat.com>
7468
7469 * gdb.threads/schedlock.exp (test_step): No longer expect that
7470 "set scheduler-locking step" with "next" over a function call runs
7471 threads unlocked.
7472
ad235a41
AT
74732015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7474
7475 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7476
15630549
AT
74772015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7478
7479 PR breakpoints/16466
7480 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7481 * gdb.mi/mi-pending.c (thread_func): New function.
7482 (int main): Add threading support required.
7483 * gdb.mi/mi-pending.exp: Add tests for this issue.
7484 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7485 (pendfunc2): Remove stdio dependency.
7486 * gdb.mi/mi-pendshr2.c: New file.
7487
693dca06
KS
74882015-03-23 Keith Seitz <keiths@redhat.com>
7489
7490 * gdb.linespec/keywords.c: New file.
7491 * gdb.linespec/keywords.exp: New file.
7492
7e993ebf
KS
74932015-03-23 Keith Seitz <keiths@redhat.com>
7494
7495 PR gdb/18021
7496 * gdb.dwarf2/staticvirtual.exp: New test.
7497
bc23328c
JK
74982015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7499
7500 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7501 * README: Remove HP-UX and gdb.hp.
7502 (configuration):
7503 * configure: Regenerate.
7504 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7505 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7506 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7507 gdb.hp/gdb.defects/Makefile.
7508 * gdb.hp/Makefile.in: File deleted.
7509 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7510 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7511 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7512 * gdb.hp/gdb.aCC/run.c: File deleted.
7513 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7514 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7515 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7516 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7517 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7518 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7519 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7520 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7521 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7522 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7523 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7524 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7525 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7526 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7527 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7528 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7529 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7530 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7531 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7532 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7533 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7534 * gdb.hp/gdb.compat/average.c: File deleted.
7535 * gdb.hp/gdb.compat/sum.c: File deleted.
7536 * gdb.hp/gdb.compat/xdb.c: File deleted.
7537 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7538 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7539 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7540 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7541 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7542 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7543 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7544 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7545 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7546 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7547 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7548 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7549 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7550 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7551 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7552 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7553 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7554 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7555 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7556 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7557 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7558 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7559 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7560 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7561 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7562 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7563 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7564 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7565 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7566 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7567 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7568 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7569 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7570 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7571 * gdb.hp/tools/odump: File deleted.
7572
8bf3b159
PA
75732015-03-19 Pedro Alves <palves@redhat.com>
7574
7575 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7576 (saw_thread_3): New globals.
7577 (top level): Increment them when an event for the corresponding
7578 thread is seen.
7579 (no thread starvation): New test.
7580
eb54c8bf
PA
75812015-03-19 Pedro Alves <palves@redhat.com>
7582
7583 * gdb.threads/continue-pending-status.c: New file.
7584 * gdb.threads/continue-pending-status.exp: New file.
7585
32d2e5d6
PA
75862015-03-18 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7589 Use gdb_is_target_remote instead of is_remote. Use
7590 gdb_test_multiple instead of gdb_expect. Exit early if
7591 gdb_test_multiple hits its internal matches. Tighten stepi tests
7592 expected output. Fail on exit with any signal, instead of just
7593 SIGILL.
7594
f68f11b7
YQ
75952015-03-18 Yao Qi <yao.qi@linaro.org>
7596
7597 PR tdep/18107
7598 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7599 variable.
7600 * gdb.base/catch-syscall.exp: Don't skip it on
7601 aarch64*-*-linux* target. Remove elements in all_syscalls.
7602 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7603 target.
7604 (setup_all_syscalls): New proc.
7605
ca5fd19b
YQ
76062015-03-16 Yao Qi <yao.qi@linaro.org>
7607
7608 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7609 (top level): Skip tests if valid_addr_p returns false for
7610 $cmd1 or $cmd2.
7611
85642ba0
AW
76122015-03-11 Andy Wingo <wingo@igalia.com>
7613
7614 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7615
e03f9645
YQ
76162015-03-11 Yao Qi <yao.qi@linaro.org>
7617
7618 * gdb.base/catch-syscall.exp: Fix typo in comments.
7619
5d0962b2
YQ
76202015-03-11 Yao Qi <yao.qi@linaro.org>
7621
7622 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7623
b2df3cef
PA
76242015-03-09 Pedro Alves <palves@redhat.com>
7625
7626 * dg-extract-results.py: Delete.
7627
ef878e53
PA
76282015-03-09 Pedro Alves <palves@redhat.com>
7629
7630 Merge dg-extract-results.sh from GCC upstream (r218843).
7631
7632 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7633 * dg-extract-results.sh: Use --text with grep to avoid issues with
7634 binary files. Fall back to cat -v, if that doesn't work.
7635
9494d219
PA
76362015-03-05 Pedro Alves <palves@redhat.com>
7637
7638 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7639
a8d9763a
SM
76402015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7641
7642 * lib/mi-support.exp (mi_expect_interrupt): Accept
7643 alternative event for when in all-stop mode.
7644
be9957b8
PA
76452015-03-04 Pedro Alves <palves@redhat.com>
7646
7647 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7648
d57be0f4 76492015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7650
7651 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7652
c214c7cf
AA
76532015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7654
7655 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7656 regexps for GDB's current line display, accept a hex address
7657 preceding the line number.
7658
6d74a497
AA
76592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7660
7661 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7662 the 'arch1' variable for "s390*-linux*" targets.
7663
511aee7c
PA
76642015-03-04 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7667 (main): Pass missing retval argument to pthread_join call.
7668
95e50b27
PA
76692015-03-02 Pedro Alves <palves@redhat.com>
7670
7671 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7672 (top level): Call do_test with non-stop as well.
7673
28054d69
PA
76742015-03-02 Pedro Alves <palves@redhat.com>
7675
7676 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7677 -1.
7678
4fa5d7b4
AA
76792015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7680
7681 * gdb.arch/s390-vregs.exp: New test.
7682 * gdb.arch/s390-vregs.S: New file.
7683
97c18565
PA
76842015-02-27 Pedro Alves <palves@redhat.com>
7685
7686 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7687 call to catch_command_errors.
7688 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7689 catch_command_errors.
7690
a37bfa30
PA
76912015-02-27 Pedro Alves <palves@redhat.com>
7692
7693 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7694 "true" for boolean result.
7695 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7696 prototype of main.
7697
6f98576f
PA
76982015-02-27 Pedro Alves <palves@redhat.com>
7699
7700 * lib/unbuffer_output.c: New file.
7701 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7702 (main): Call gdb_unbuffer_output.
7703
eba5ab56
YQ
77042015-02-27 Yao Qi <yao.qi@linaro.org>
7705
7706 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7707 target.
7708
0def5aaa
DE
77092015-02-26 Doug Evans <dje@google.com>
7710
7711 * gdb.cp/class2.cc (Dbase, D): New classes.
7712 (main): New local delta.
7713 * gdb.cp/class2.exp: Test printing delta.
7714 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7715 (dynbar): New global.
7716 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7717
081a1c2c
JK
77182015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 * gdb.compile/compile-ifunc.c: New file.
7721 * gdb.compile/compile-ifunc.exp: New file.
7722
2f41223f
AT
77232015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7724
7725 * gdb.base/structs.exp: Check for correct struct on finish.
7726
03eddd80
YQ
77272015-02-26 Yao Qi <yao.qi@linaro.org>
7728
7729 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7730 is zero.
7731
80c57053
JK
77322015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7733
7734 * gdb.arch/cordic.ko.bz2: New file.
7735 * gdb.arch/cordic.ko.debug.bz2: New file.
7736 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7737
21613c12
YQ
77382015-02-25 Yao Qi <yao.qi@linaro.org>
7739
7740 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7741 aarch64*-*-* target.
7742
d8b901ed
PA
77432015-02-23 Pedro Alves <palves@redhat.com>
7744
7745 * lib/gdb.exp (delete_breakpoints): Rewrite using
7746 gdb_test_multiple.
7747
e5b85ead
PA
77482015-02-23 Pedro Alves <palves@redhat.com>
7749
7750 * gdb.base/info-os.c: Include stdlib.h.
7751
85c3a371
DE
77522015-02-22 Doug Evans <xdje42@gmail.com>
7753
7754 PR symtab/17855
7755 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7756 is read after symbols have been re-read.
7757 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7758 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7759
96553a0c
DE
77602015-02-21 Doug Evans <dje@google.com>
7761
7762 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7763
97a0c697
JK
77642015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7765
7766 PR corefiles/17808
7767 * gdb.arch/i386-biarch-core.core.bz2: New file.
7768 * gdb.arch/i386-biarch-core.exp: New file.
7769
a47cd6e9
PA
77702015-02-21 Pedro Alves <palves@redhat.com>
7771
7772 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7773 runto_main fails.
7774
c5facdc4
PA
77752015-02-20 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7778 info probes.
7779
2db9a427
PA
77802015-02-20 Pedro Alves <palves@redhat.com>
7781
7782 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7783
60fb7e9e
PA
77842015-02-20 Pedro Alves <palves@redhat.com>
7785
7786 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7787 clean_restart before gdb_target_supports_trace.
7788
5c5019c2
PA
77892015-02-20 Pedro Alves <palves@redhat.com>
7790
7791 PR threads/18006
7792 * gdb.threads/clone-thread_db.c: New file.
7793 * gdb.threads/clone-thread_db.exp: New file.
7794
c9587f88
AT
77952015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7796
7797 PR breakpoints/16812
7798 * gdb.base/catch-gdb-caused-signals.c: New file.
7799 * gdb.base/catch-gdb-caused-signals.exp: New file.
7800
f6a88844
JM
78012015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7802
7803 * configure: Regenerated.
7804 * configure.ac: Use GDB_AC_TRANSFORM.
7805 * aclocal.m4: sinclude ../transform.m4.
7806
497c491b
JM
78072015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7808
7809 * lib/dtrace.exp: New file.
7810 * gdb.base/dtrace-probe.exp: Likewise.
7811 * gdb.base/dtrace-probe.d: Likewise.
7812 * gdb.base/dtrace-probe.c: Likewise.
7813 * lib/pdtrace.in: Likewise.
7814 * configure.ac: Output variables with the transformed names of
7815 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7816 * configure: Regenerated.
7817
03e98035
JM
78182015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7819
7820 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7821 expected message when trying to access $_probe_* convenience
7822 variables while not on a probe.
7823
63cc30e9
JK
78242015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7825
7826 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7827
0703599a
PA
78282015-02-11 Pedro Alves <pedro@codesourcery.com>
7829
7830 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7831 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7832
7e60a48e
DE
78332015-02-10 Doug Evans <xdje42@gmail.com>
7834
7835 * lib/gdb.exp (gdb_load): Always return a result.
7836
01b088bc
PA
78372015-02-10 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.threads/signal-sigtrap.c: New file.
7840 * gdb.threads/signal-sigtrap.exp: New file.
7841
b05ec7a5
AT
78422015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7843
7844 * gdb.trace/no-attach-trace.c: New file.
7845 * gdb.trace/no-attach-trace.exp: New file.
7846
a2c2acaf
MW
78472015-02-09 Mark Wielaard <mjw@redhat.com>
7848
7849 * gdb.dwarf2/atomic.c: New file.
7850 * gdb.dwarf2/atomic-type.exp: Likewise.
7851
31fd9caa
MM
78522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7853
7854 * gdb.btrace/buffer-size.exp: Update "info record" output.
7855 * gdb.btrace/delta.exp: Update "info record" output.
7856 * gdb.btrace/enable.exp: Update "info record" output.
7857 * gdb.btrace/finish.exp: Update "info record" output.
7858 * gdb.btrace/instruction_history.exp: Update "info record" output.
7859 * gdb.btrace/next.exp: Update "info record" output.
7860 * gdb.btrace/nexti.exp: Update "info record" output.
7861 * gdb.btrace/step.exp: Update "info record" output.
7862 * gdb.btrace/stepi.exp: Update "info record" output.
7863 * gdb.btrace/nohist.exp: Update "info record" output.
7864
d33501a5
MM
78652015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7866
7867 * gdb.btrace/buffer-size: New.
7868
f4abbc16
MM
78692015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7870
7871 * gdb.btrace/delta.exp: Update "info record" output.
7872 * gdb.btrace/enable.exp: Update "info record" output.
7873 * gdb.btrace/finish.exp: Update "info record" output.
7874 * gdb.btrace/instruction_history.exp: Update "info record" output.
7875 * gdb.btrace/next.exp: Update "info record" output.
7876 * gdb.btrace/nexti.exp: Update "info record" output.
7877 * gdb.btrace/step.exp: Update "info record" output.
7878 * gdb.btrace/stepi.exp: Update "info record" output.
7879 * gdb.btrace/nohist.exp: Update "info record" output.
7880
b9d61307
SM
78812015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7882
7883 PR gdb/15678
7884 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7885
e584fdbc
PA
78862015-02-06 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7889 macro.
7890 (seconds_left, again): New globals.
7891 (main): Wait seconds_left in a 1-second sleep loop instead of
7892 sleeping 180 seconds. If 'again' is set, reset the seconds
7893 counter.
7894 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7895 'again' in the inferior before detaching. Print the seconds left.
7896 (options): New global.
7897 (top level): Build program with -DTIMEOUT=$timeout.
7898
77f41761
PA
78992015-02-06 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7902 determine how many seconds to pass to 'alarm'.
7903 * gdb.base/gdb-sigterm.exp (top level): Build program with
7904 -DTIMEOUT=$timeout.
7905 (do_test): Return success/failure indication. Add more verbose
7906 logging. Don't fail if 200 single steps are seen. Instead, fail
7907 when the test times out.
7908 (passes): New global.
7909 (top level): Break the testing loop if testing fails on any
7910 iteration. Use gdb_assert.
7911
b9394193
DB
79122015-02-04 Don Breazeal <donb@codesourcery.com>
7913
7914 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7915 and initialize them.
7916 (ipc_cleanup): New function.
7917 (main): Don't declare shmid, semid, and msqid. Add a call to
7918 atexit so that we call ipc_cleanup on exit.
7919
42d9e528
PA
79202015-02-04 Pedro Alves <palves@redhat.com>
7921
7922 * boards/native-extended-gdbserver.exp: Remove any target variant
7923 specifications from the board name before clearing the isremote
7924 flag from board_info.
7925
ae6ae975
DE
79262015-01-31 Doug Evans <xdje42@gmail.com>
7927
7928 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7929
cfb069a8
GB
79302015-01-31 Gary Benson <gbenson@redhat.com>
7931
7932 * gdb.base/completion.exp: Disable completion limiting for
7933 existing tests. Add new tests to check completion limiting.
7934 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7935
5dd31d79
DE
79362015-01-31 Doug Evans <xdje42@gmail.com>
7937
7938 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7939
9f050062
DE
79402015-01-31 Doug Evans <xdje42@gmail.com>
7941
7942 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7943 entries. Duplicate file section script entries.
7944 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7945 inlined entries. Add test for safe-path rejection.
7946 * gdb.python/py-section-script.c: Add duplicate inlined section script
7947 entries. Duplicate file section script entries.
7948 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7949 inlined entries. Add test for safe-path rejection.
7950
df25ebbd
JB
79512015-01-29 Joel Brobecker <brobecker@adacore.com>
7952
7953 * gdb.ada/disc_arr_bound: New testcase.
7954
4a0ca9ec
JB
79552015-01-29 Joel Brobecker <brobecker@adacore.com>
7956
7957 * gdb.ada/mi_var_array: New testcase.
7958
3a8b707a
DE
79592015-01-27 Doug Evans <dje@google.com>
7960
7961 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7962 Add test for objfile.filename, objfile.username after objfile
7963 has been unloaded.
7964
f8313f6e
JB
79652015-01-26 Joel Brobecker <brobecker@adacore.com>
7966
7967 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7968 the second test to print the name attribute of value
7969 returned by the call to gdb.lookup_type, and adjust
7970 the expected output accordingly.
7971
37bc665e
MW
79722015-01-25 Mark Wielaard <mjw@redhat.com>
7973
7974 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7975 * gdb.base/disp-step-fork.c: Include unistd.h.
7976 * gdb.base/siginfo-obj.c: Include stdio.h.
7977 * gdb.base/siginfo-thread.c: Likewise.
7978 * gdb.mi/non-stop.c: Include unistd.h.
7979 * gdb.mi/nsthrexec.c: Include stdio.h.
7980 * gdb.mi/pthreads.c: Include unistd.h.
7981 * gdb.modula2/unbounded1.c (main): Declare returns int.
7982 * gdb.reverse/consecutive-reverse.c: Likewise.
7983 * gdb.threads/create-fail.c: Include unistd.h.
7984 * gdb.threads/killed.c: Likewise.
7985 * gdb.threads/linux-dp.c: Likewise.
7986 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7987 * gdb.threads/non-ldr-exc-2.c: Likewise.
7988 * gdb.threads/non-ldr-exc-3.c: Likewise.
7989 * gdb.threads/non-ldr-exc-4.c: Likewise.
7990 * gdb.threads/pthreads.c: Include unistd.h.
7991 (main): Declare returns int.
7992 * gdb.threads/tls-main.c (foo): New declaration.
7993 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7994
f7e5394d
SM
79952015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7996
7997 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7998 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7999
743649fd
MW
80002015-01-15 Mark Wielaard <mjw@redhat.com>
8001
8002 * gdb.base/noreturn-return.c: New file.
8003 * gdb.base/noreturn-return.exp: New file.
8004 * gdb.base/noreturn-finish.c: New file.
8005 * gdb.base/noreturn-finish.exp: New file.
8006
198297aa
PA
80072015-01-23 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.threads/continue-pending-after-query.c: New file.
8010 * gdb.threads/continue-pending-after-query.exp: New file.
8011
717cf30c
AG
80122015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8013 Simon Marchi <simon.marchi@ericsson.com>
8014
8015 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8016 * gdb.base/valgrind-db-attach.exp: Same.
8017 * gdb.base/valgrind-infcall.exp: Same.
8018 * lib/mi-support.exp (default_mi_gdb_start): Same.
8019 * lib/prompt.exp (default_prompt_gdb_start): Same.
8020 * lib/gdb.exp (default_gdb_spawn): Same.
8021 (gdb_interact): New.
8022
8023
4b62a76e
JK
80242015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8025
8026 * gdb.compile/compile.exp (pointer to jit function): New test.
8027
b4cdae6f
WW
80282015-01-17 Wei-cheng Wang <cole945@gmail.com>
8029
8030 * lib/gdb.exp (supports_process_record): Return true for
8031 powerpc*-*-linux*.
8032 (supports_reverse): Likewise.
8033
d221e7ef
DB
80342015-01-15 Don Breazeal <donb@codesourcery.com>
8035
8036 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8037 instead of checking whether the target board is remote and
8038 use spawn_wait_for_attach instead of exec/sleep.
8039 * gdb.base/attach-twice.exp: Likewise.
8040
bafffb51
JB
80412015-01-15 Joel Brobecker <brobecker@adacore.com>
8042
8043 * gdb.ada/var_arr_attrs: New testcase.
8044
5589af0e
PA
80452015-01-14 Pedro Alves <palves@redhat.com>
8046 Joel Brobecker <brobecker@adacore.com>
8047
8048 PR gdb/17525
8049 * gdb.base/bp-cmds-execution-x-script.c: New file.
8050 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8051 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8052
6c400b59
PA
80532015-01-14 Pedro Alves <palves@redhat.com>
8054
8055 PR cli/17828
8056 * gdb.base/batch-preserve-term-settings.c: New file.
8057 * gdb.base/batch-preserve-term-settings.exp: New file.
8058
e02c96a7
DE
80592015-01-13 Doug Evans <dje@google.com>
8060
8061 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8062 binary.
8063
576fd14c
JB
80642015-01-13 Joel Brobecker <brobecker@adacore.com>
8065
8066 * Makefile.in (clean mostlyclean): Do not delete *.py.
8067
04dccad0
JB
80682015-01-13 Joel Brobecker <brobecker@adacore.com>
8069
8070 * gdb.python/py-lookup-type.exp: New file.
8071
3d230f71
PA
80722015-01-12 Pedro Alves <palves@redhat.com>
8073
8074 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8075 restore GDBFLAGS before returning.
8076
7e67715d
JK
80772015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8078
8079 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8080 is_amd64_regs_target and is_x86_like_target.
8081
f2e0d4b4
DE
80822015-01-11 Doug Evans <xdje42@gmail.com>
8083
8084 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8085 is given without an explicit form.
8086 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8087 attributes.
8088 * gdb.dwarf/corrupt.exp: Ditto.
8089 * gdb.dwarf2/enum-type.exp: Ditto.
8090 * gdb.trace/entry-values.exp: Ditto.
8091 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8092
439250fb
DE
80932015-01-11 Doug Evans <xdje42@gmail.com>
8094
8095 PR gdb/15830
8096 * gdb.base/maint.exp: Remove references to "maint demangle".
8097 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8098 Add tests for explicitly specifying language to demangle.
8099 * gdb.dlang/demangle.exp: Ditto.
8100
ede9f622
PA
81012015-01-09 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.threads/non-stop-fair-events.c: New file.
8104 * gdb.threads/non-stop-fair-events.exp: New file.
8105
a7b796db
PA
81062015-01-09 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8109 the global scope. Set a breakpoint after all threads are started
8110 rather than stepping over two source lines. Expect the prompt.
8111 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8112 global.
8113 (NUM): Now 15.
8114 (main): Use threads_started_barrier to wait for all threads to
8115 start. Main thread no longer calls thread_function. Exit after
8116 180 seconds.
8117 (loop): New function.
8118 (thread_function): Wait on threads_started_barrier barrier. Call
8119 'loop' at each iteration.
8120 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8121 threads have started, instead of hardcoding number of "next"
8122 steps. Use an access watchpoint instead of a write watchpoint.
8123
9665ffdd
PA
81242015-01-09 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8127 (thread_func): Wait on barrier.
8128 (main): Wait for all threads to start before stopping GDB.
8129 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8130 global.
8131 (thread1_func, thread2_func): Wait on barrier.
8132 (main): Wait for all threads to start before stopping GDB.
8133 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8134 New global.
8135 (thread1_func, thread2_func): Wait on barrier.
8136 (main): Wait for all threads to start before stopping GDB.
8137
c945a99f
PA
81382015-01-09 Pedro Alves <palves@redhat.com>
8139
8140 * gdb.threads/attach-many-short-lived-threads.c: New file.
8141 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8142
c1a747c1
PA
81432014-01-09 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8146 instead of to thread 2.
8147 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8148 Add barrier around each pthread_create call instead of around all
8149 calls.
8150 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8151 Set a break on thread_function and have the child threads hit it
8152 one at at a time.
8153
60b3033e
PA
81542015-01-09 Pedro Alves <palves@redhat.com>
8155
8156 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8157 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8158 false.
8159 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8160 checking whether the target board is remote.
8161 * gdb.multi/multi-attach.exp: Likewise.
8162 * gdb.python/py-sync-interp.exp: Likewise.
8163 * gdb.server/ext-attach.exp: Likewise.
8164 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8165 tests that need to attach, instead of checking whether the target
8166 board is remote at the top of the file.
8167
acc018ac
YQ
81682015-01-08 Yao Qi <yao@codesourcery.com>
8169
8170 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8171
50a18af8
JK
81722015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8173
8174 Fix testcase compilation.
8175 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8176
8503d6e1
JB
81772015-01-06 Joel Brobecker <brobecker@adacore.com>
8178
8179 * gdb.python/py-type.exp: Add a couple test about empty
8180 array creation, and negative-length array creation.
8181
cc73dbcc
DE
81822015-01-02 Doug Evans <xdje42@gmail.com>
8183
8184 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8185
0300bbc7
DE
81862015-01-02 Doug Evans <dje@google.com>
8187
8188 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8189
9d85a0ec
YQ
81902014-12-29 Yao Qi <yao@codesourcery.com>
8191
8192 * gdb.trace/entry-values.exp: Update comments. Rename variable
8193 bar_call_foo to returned_from_foo.
8194
87186c6a
MMN
81952014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8196
8197 PR gdb/17394
8198 * gdb.linespec/break-asm-file.c: New file.
8199 * gdb.linespec/break-asm-file.exp: New file.
8200 * gdb.linespec/break-asm-file0.s: New file.
8201 * gdb.linespec/break-asm-file1.s: New file.
8202
1bab7383
YQ
82032014-12-18 Nigel Stephens <nigel@mips.com>
8204 Maciej W. Rozycki <macro@codesourcery.com>
8205
8206 * gdb.base/float.exp: Handle the new output from "info float" on
8207 MIPS targets.
8208
1bc1068a
JK
82092014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8210
8211 Fix MinGW compilation.
8212 * gdb.compile/compile-ops.exp: Update untested message if
8213 !skip_compile_feature_tests.
8214 * gdb.compile/compile-setjmp.exp: Likewise.
8215 * gdb.compile/compile-tls.exp: Likewise.
8216 * gdb.compile/compile.exp: Likewise.
8217 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8218 supported on this host".
8219
b6615d10
DE
82202014-12-16 Doug Evans <xdje42@gmail.com>
8221
8222 * boards/stabs.exp: New file.
8223
25dda427
AA
82242014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8225
8226 * gdb.base/completion.exp: Adjust to format changes of "maint
8227 print user-registers".
8228
bf330350
CU
82292014-12-16 Catalin Udma <catalin.udma@freescale.com>
8230
8231 PR server/17457
8232 * gdb.arch/aarch64-fp.c: New file.
8233 * gdb.arch/aarch64-fp.exp: New file.
8234
395cf596
SDJ
82352014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8236
8237 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8238 r210637, r210913, r211666, r215400, r215817).
8239
8240 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8241 * dg-extract-results.py: New file.
8242 * dg-extract-results.sh: Use it if the environment seems
8243 suitable.
8244
8245 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8246
8247 * dg-extract-results.py (parse_run): Handle warnings that
8248 are printed before a test harness is run.
8249
8250 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8251
8252 * dg-extract-results.py (Named): Remove __cmp__ method.
8253 (output_variation): Use a key to sort variation.harnesses.
8254
8255 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8256
8257 * dg-extract-results.py: For Python 3, force sys.stdout to
8258 handle surrogate escape sequences.
8259 (safe_open): New function.
8260 (output_segment, main): Use it.
8261
8262 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8263
8264 * dg-extract-results.py (Prog.result_re): Include options
8265 in test name.
8266
8267 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8268
8269 * dg-extract-results.py (output_variation): Always sort if
8270 do_sum.
8271
e882ef3c
SM
82722014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8273
8274 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8275 as long as we get pagination notifications.
8276
4992aa20
JM
82772014-12-15 Jason Merrill <jason@redhat.com>
8278
8279 * Makefile.in (check-gdb.%): Restore.
8280 * README: Mention it.
8281
c1b5a1a6
JB
82822014-12-13 Joel Brobecker <brobecker@adacore.com>
8283
8284 * gdb.ada/str_uninit: New testcase.
8285
5537b577
JK
82862014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8287
8288 PR symtab/17642
8289 * gdb.base/vla-stub-define.c: New file.
8290 * gdb.base/vla-stub.c: New file.
8291 * gdb.base/vla-stub.exp: New file.
8292
bb2ec1b3
TT
82932014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8294 Jan Kratochvil <jan.kratochvil@redhat.com>
8295 Tom Tromey <tromey@redhat.com>
8296
8297 * configure.ac: Add gdb.compile/.
8298 * configure: Regenerate.
8299 * gdb.compile/Makefile.in: New file.
8300 * gdb.compile/compile-ops.exp: New file.
8301 * gdb.compile/compile-ops.c: New file.
8302 * gdb.compile/compile-tls.c: New file.
8303 * gdb.compile/compile-tls.exp: New file.
8304 * gdb.compile/compile-constvar.S: New file.
8305 * gdb.compile/compile-constvar.c: New file.
8306 * gdb.compile/compile-mod.c: New file.
8307 * gdb.compile/compile-nodebug.c: New file.
8308 * gdb.compile/compile-setjmp-mod.c: New file.
8309 * gdb.compile/compile-setjmp.c: New file.
8310 * gdb.compile/compile-setjmp.exp: New file.
8311 * gdb.compile/compile-shlib.c: New file.
8312 * gdb.compile/compile.c: New file.
8313 * gdb.compile/compile.exp: New file.
8314 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8315
4ff709eb
TT
83162014-12-12 Tom Tromey <tromey@redhat.com>
8317
8318 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8319 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8320
6dddd6a5
DE
83212014-12-12 Doug Evans <dje@google.com>
8322
8323 * lib/gdb-python.exp (get_python_valueof): New function.
8324 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8325
71c24708
AA
83262014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8327
8328 * gdb.base/completion.exp: Add test for completion of "info
8329 registers ".
8330
3e29f34a
MR
83312014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8332
8333 * gdb.base/func-ptrs.c: New file.
8334 * gdb.base/func-ptrs.exp: New file.
8335
fc126975
SM
83362014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8337
8338 PR breakpoints/17012
8339 * gdb.base/dprintf-detach.c: New file.
8340 * gdb.base/dprintf-detach.exp: New file.
8341
0a46d518
SM
83422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8343
8344 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8345 * lib/gdb.exp (target_is_gdbserver): New procedure.
8346
a0be3e44
DE
83472014-12-08 Doug Evans <dje@google.com>
8348
8349 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8350
df1b803a
YQ
83512014-12-05 Yao Qi <yao@codesourcery.com>
8352
8353 * gdb.guile/scm-error.exp: Remove the third argument to
8354 gdb_remote_download.
8355 * gdb.guile/scm-frame-args.exp: Likewise.
8356 * gdb.guile/scm-section-script.exp: Likewise.
8357
ddb9f679
YQ
83582014-12-05 Yao Qi <yao@codesourcery.com>
8359
8360 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8361
86e4ed39
DE
83622014-12-04 Doug Evans <dje@google.com>
8363
8364 * gdb.python/py-objfile.exp: Add tests for
8365 objfile.add_separate_debug_file.
8366
7c50a931
DE
83672014-12-04 Doug Evans <dje@google.com>
8368
8369 * lib/gdb.exp (get_build_id): New function.
8370 (build_id_debug_filename_get): Rewrite to use it.
8371 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8372
621661e3
MR
83732014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8374
8375 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8376 `method(long)', not just 0x0.
8377 * gdb.cp/nsalias.exp: Align code labels to 4.
8378 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8379 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8380 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8381 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8382 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8383 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8384
29f0c3b7
DE
83852014-12-02 Doug Evans <dje@google.com>
8386
e1e061e7 8387 PR symtab/17602
29f0c3b7 8388 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8389 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8390 * gdb.cp/anon-ns.exp: Update.
8391
162078c8
NB
83922014-12-02 Nick Bull <nicholaspbull@gmail.com>
8393
8394 * gdb.python/py-events.py (inferior_call_handler): New.
8395 (register_changed_handler, memory_changed_handler): New.
8396 (test_events.invoke): Register new handlers.
8397 * gdb.python/py-events.exp: Add tests for inferior call,
8398 memory_changed and register_changed events.
8399
fdb09caf
AA
84002014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8401
8402 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8403 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8404 if the linker doesn't understand this.
8405
55cfb2c4
SM
84062014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8407
8408 * gdb.python/python.exp: Change expected reply to help().
8409
9e8cd6df
YQ
84102014-12-01 Yao Qi <yao@codesourcery.com>
8411
8412 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8413 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8414 * configure: Re-generated.
8415
6c659fc2
SC
84162014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8417
8418 * gdb.cp/chained-calls.cc: New file.
8419 * gdb.cp/chained-calls.exp: New file.
8420 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8421
d7fc3181
SM
84222014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8423
8424 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8425 * gdb.dwarf2/symtab-producer.exp: Same.
8426 * gdb.gdb/python-interrupts.exp: Same.
8427 * gdb.gdb/python-selftest.exp: Same.
8428 * gdb.python/py-linetable.exp: Same.
8429 * gdb.python/py-type.exp: Same.
8430 * gdb.python/py-value-cc.exp: Same.
8431 * gdb.python/py-value.exp: Same.
8432
10e79639
YQ
84332014-11-28 Yao Qi <yao@codesourcery.com>
8434
8435 * gdb.base/break-probes.exp: Match library name prefixed with
8436 sysroot.
8437
f28a0564
SM
84382014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8439
8440 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8441 test expected output. Add parentheses for the call to print.
8442 Remove L suffix from integers.
8443
3fe1ce1d
DE
84442014-11-26 Doug Evans <dje@google.com>
8445
8446 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8447
84429e27
YQ
84482014-11-22 Yao Qi <yao@codesourcery.com>
8449
8450 * gdb.trace/entry-values.c: Remove asms.
8451 (foo): Add foo_label.
8452 (bar): Add bar_label.
8453 * gdb.trace/entry-values.exp: Remove code computing foo's
8454 length and bar's length.
8455 (Dwarf::assemble): Invoke function_range for bar and use
8456 MACRO_AT_func for foo.
8457
26741859
YQ
84582014-11-22 Yao Qi <yao@codesourcery.com>
8459
8460 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8461 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8462 Use .Lgcc43_procstart instead of gcc43.
8463
45e44d27
JB
84642014-11-21 Joel Brobecker <brobecker@adacore.com>
8465
8466 * gdb.ada/n_arr_bound: New testcase.
8467
458c8db8
SDJ
84682014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8469
8470 PR breakpoints/10737
8471 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8472 test_catch_syscall_multi_arch.
8473 (test_catch_syscall_multi_arch): New function.
8474
43f3e411
DE
84752014-11-20 Doug Evans <xdje42@gmail.com>
8476
8477 * gdb.base/maint.exp: Update expected output.
8478
0d7b2549
AA
84792014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8480
8481 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8482 4-byte instruction on S390.
8483
8908fca5
JB
84842014-11-19 Joel Brobecker <brobecker@adacore.com>
8485
8486 * gdb.ada/arr_arr: New testcase.
8487
4a46959e
JB
84882014-11-19 Joel Brobecker <brobecker@adacore.com>
8489
8490 * gdb.ada/pkd_arr_elem: New Testcase.
8491
470e2f4e
LM
84922014-11-18 Luis Machado <lgustavo@codesourcery.com>
8493
8494 * gdb.reverse/break-precsave: Expect completion message for
8495 core file reads.
8496 * gdb.reverse/consecutive-precsave.exp: Likewise.
8497 * gdb.reverse/finish-precsave.exp: Likewise.
8498 * gdb.reverse/i386-precsave.exp: Likewise.
8499 * gdb.reverse/machinestate-precsave.exp: Likewise.
8500 * gdb.reverse/sigall-precsave.exp: Likewise.
8501 * gdb.reverse/solib-precsave.exp: Likewise.
8502 * gdb.reverse/step-precsave.exp: Likewise.
8503 * gdb.reverse/until-precsave.exp: Likewise.
8504 * gdb.reverse/watch-precsave.exp: Likewise.
8505
a267f3ad
AA
85062014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8507
8508 * gdb.base/bp-permanent.c: Include unistd.h.
8509 * gdb.python/py-framefilter-mi.c (main): Add return type.
8510 * gdb.python/py-framefilter.c (main): Likewise.
8511 * gdb.trace/actions-changed.c (main): Likewise.
8512
12084a9a
AA
85132014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8514
8515 * gdb.mi/until.c: Add eye-catchers.
8516 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8517 line numbers.
8518
dc7e1a77
AA
85192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8520
8521 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8522 function header variants in break1.c.
8523 * gdb.base/ena-dis-br.exp: Likewise.
8524 * gdb.base/hbreak2.exp: Likewise.
8525 * gdb.reverse/until-precsave.exp: Drop references to removed
8526 non-prototype function header variants in ur1.c.
8527 * gdb.reverse/until-reverse.exp: Likewise.
8528
41c77605
PM
85292014-11-17 Petr Machata <pmachata@redhat.com>
8530
8531 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8532 ${_cu_offset_size} bytes abbrev offset.
8533
34248c3a
DE
85342014-11-15 Doug Evans <xdje42@gmail.com>
8535
8536 PR symtab/17559
8537 * gdb.base/line-symtabs.exp: New file.
8538 * gdb.base/line-symtabs.c: New file.
8539 * gdb.base/line-symtabs.h: New file.
8540
646da059
YQ
85412014-11-14 Yao Qi <yao@codesourcery.com>
8542
8543 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8544 (func): Add label func_label.
8545 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8546 Replace low_pc and high_pc with MACRO_AT_range.
8547 Replace name, low_pc and high_pc with MACRO_AT_func.
8548
9301ebe6
YQ
85492014-11-14 Yao Qi <yao@codesourcery.com>
8550
8551 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8552 Replace name, low_pc and high_pc with MACRO_AT_func.
8553
f166b542
YQ
85542014-11-14 Yao Qi <yao@codesourcery.com>
8555
8556 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8557 produce debug information.
8558 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8559
0f6e71e3
YQ
85602014-11-14 Yao Qi <yao@codesourcery.com>
8561
8562 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8563 object and get function length.
8564 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8565 with MACRO_AT_func.
8566 (top-level): Replace gdb_compile and clean_restart with
8567 prepare_for_testing.
8568 * gdb.dwarf2/main.c (main): Add label main_label.
8569
876c4df9
YQ
85702014-11-14 Yao Qi <yao@codesourcery.com>
8571
8572 * lib/dwarf.exp (function_range): New procedure.
8573 (Dwarf::_handle_macro_at_func): New procedure.
8574 (Dwarf::_handle_macro_at_range): New procedure.
8575 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8576
02ad9cf1
YQ
85772014-11-14 Yao Qi <yao@codesourcery.com>
8578
8579 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8580 (_handle_attribute): New procedure.
8581
a59add0c
AA
85822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8583
8584 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8585 * gdb.base/call-sc.c (zed): Likewise.
8586 * gdb.base/checkpoint.c (main): Likewise.
8587 * gdb.base/dump.c (main): Likewise.
8588 * gdb.base/gcore.c (main): Likewise.
8589 * gdb.base/huge.c (main): Likewise.
8590 * gdb.base/multi-forks.c (main): Likewise.
8591 * gdb.base/pr10179-a.c (main): Likewise.
8592 * gdb.base/savedregs.c (main): Likewise.
8593 * gdb.base/sigaltstack.c (main): Likewise.
8594 * gdb.base/siginfo.c (main): Likewise.
8595 * gdb.base/structs.c (zed): Likewise.
8596 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8597 * gdb.mi/mi-syn-frame.c (main): Likewise.
8598 * gdb.mi/until.c (foo, main): Likewise.
8599 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8600 * gdb.base/solib-weak.c (foo): Declare.
8601 * gdb.base/attach-twice.c: Include stdio.h.
8602 * gdb.base/weaklib1.c: Likewise.
8603 * gdb.base/weaklib2.c: Likewise.
8604 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8605 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8606 unistd.h.
8607 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8608 * gdb.mi/mi-exit-code.c: Likewise.
8609 * gdb.base/break-interp-lib.c: Include string.h.
8610 * gdb.base/coremaker.c: Likewise.
8611 * gdb.base/testenv.c: Likewise.
8612 * gdb.python/py-finish-breakpoint.c: Likewise.
8613 * gdb.base/inferior-died.c: Include sys/wait.h.
8614 * gdb.base/fileio.c: Include time.h.
8615 * gdb.base/async-shell.c: Include unistd.h.
8616 * gdb.base/dprintf-non-stop.c: Likewise.
8617 * gdb.base/info-os.c: Likewise.
8618 * gdb.mi/mi-console.c: Likewise.
8619 * gdb.mi/watch-nonstop.c: Likewise.
8620 * gdb.python/py-events.c: Likewise.
8621 * gdb.base/async.c (baz): Move up before its invocation.
8622 * gdb.base/code_elim2.c (my_global_func): Likewise.
8623 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8624 * gdb.base/advance.c (func2): Likewise.
8625
3b5d5997
AA
86262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8627
8628 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8629 variant.
8630 * gdb.base/annota3.c: Likewise.
8631 * gdb.base/async.c: Likewise.
8632 * gdb.base/average.c: Likewise.
8633 * gdb.base/call-ar-st.c: Likewise.
8634 * gdb.base/call-rt-st.c: Likewise.
8635 * gdb.base/call-sc.c: Likewise.
8636 * gdb.base/call-strs.c: Likewise.
8637 * gdb.base/ending-run.c: Likewise.
8638 * gdb.base/execd-prog.c: Likewise.
8639 * gdb.base/exprs.c: Likewise.
8640 * gdb.base/foll-exec.c: Likewise.
8641 * gdb.base/foll-fork.c: Likewise.
8642 * gdb.base/foll-vfork.c: Likewise.
8643 * gdb.base/funcargs.c: Likewise.
8644 * gdb.base/gcore.c: Likewise.
8645 * gdb.base/jump.c: Likewise.
8646 * gdb.base/langs0.c: Likewise.
8647 * gdb.base/langs1.c: Likewise.
8648 * gdb.base/langs2.c: Likewise.
8649 * gdb.base/mips_pro.c: Likewise.
8650 * gdb.base/nodebug.c: Likewise.
8651 * gdb.base/opaque0.c: Likewise.
8652 * gdb.base/opaque1.c: Likewise.
8653 * gdb.base/recurse.c: Likewise.
8654 * gdb.base/run.c: Likewise.
8655 * gdb.base/scope0.c: Likewise.
8656 * gdb.base/scope1.c: Likewise.
8657 * gdb.base/setshow.c: Likewise.
8658 * gdb.base/setvar.c: Likewise.
8659 * gdb.base/shmain.c: Likewise.
8660 * gdb.base/shr1.c: Likewise.
8661 * gdb.base/shr2.c: Likewise.
8662 * gdb.base/sigall.c: Likewise.
8663 * gdb.base/signals.c: Likewise.
8664 * gdb.base/so-indr-cl.c: Likewise.
8665 * gdb.base/solib2.c: Likewise.
8666 * gdb.base/structs.c: Likewise.
8667 * gdb.base/sum.c: Likewise.
8668 * gdb.base/vforked-prog.c: Likewise.
8669 * gdb.base/watchpoint.c: Likewise.
8670 * gdb.reverse/shr2.c: Likewise.
8671 * gdb.reverse/until-reverse.c: Likewise.
8672 * gdb.reverse/ur1.c: Likewise.
8673 * gdb.reverse/watch-reverse.c: Likewise.
8674
066a77c5
AA
86752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8676
8677 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8678 variant.
8679 * gdb.base/sepdebug.exp: Drop references to removed code.
8680
4f204ea5
AA
86812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8682
8683 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8684 variant. Preserve original line numbering.
8685 * gdb.base/list1.c: Likewise.
8686
3b377a3a
AA
86872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8688
8689 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8690 variant.
8691 * gdb.base/break1.c: Likewise.
8692 * gdb.base/break.exp: Drop references to removed code.
8693
e444df73
AA
86942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8695
8696 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8697 variant.
8698
8008f2a7
AA
86992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8700
8701 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8702
a5a06887
AA
87032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8704
8705 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8706 logic into perform_all_tests() and invoke it with and without
8707 function header prototypes.
8708 (do_function_calls): Remove conditional XFAIL for PR 5318.
8709 (rerun_and_prepare): Remove duplicate code.
8710 (perform_all_tests): New. Main logic moved here.
8711
44dba9b9
AA
87122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8713
8714 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8715 code guarded by #ifdef NO_PROTOTYPES.
8716 (t_double_many_args): Likewise.
8717 (DEF_FUNC_MANY_ARGS_1): Likewise.
8718 (DEF_FUNC_VALUES_1): Likewise.
8719 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8720 guarded by #ifdef PROTOTYPES.
8721
d1fbcd56
AA
87222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8723
8724 * gdb.mi/mi-console.c: Add eye-catcher.
8725 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8726 instead of literal line number.
8727
b0e59b8f
AA
87282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8729
8730 * gdb.base/shr2.c: Add eye-catcher.
8731 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8732 line number.
8733
78f98cca
AA
87342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8735
8736 * gdb.base/jump.c: Add eye-catchers.
8737 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8738 numbers.
8739
58fa2af0
AA
87402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8741
8742 * gdb.base/execd-prog.c: Add eye-catchers.
8743 * gdb.base/foll-exec.c: Likewise.
8744 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8745 line numbers.
8746
04e5059b
AA
87472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8748
8749 * gdb.base/ending-run.c: Add eye-catchers.
8750 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8751 literal line numbers.
8752
dbfdb174
AA
87532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8754
8755 * gdb.base/call-rt-st.c: Add eye-catchers.
8756 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8757 literal line numbers.
8758
888a2ade
AA
87592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8760
8761 * gdb.base/call-ar-st.c: Add eye-catchers.
8762 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8763 literal line numbers.
8764
6acc2dde
AA
87652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8766
8767 * gdb.base/average.c: Add eye-catchers.
8768 * gdb.base/sum.c: Likewise.
8769 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8770 regexps dynamically.
8771
9ecfcd1d
AA
87722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8773
8774 * gdb.base/solib1.c: Add eye-catchers.
8775 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8776 literal line numbers.
8777
78708b7c
PA
87782014-11-12 Pedro Alves <palves@redhat.com>
8779
8780 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8781 leader has exited.
8782
af48d08f
PA
87832014-11-12 Pedro Alves <palves@redhat.com>
8784
8785 * gdb.arch/i386-bp_permanent.c: New file.
8786 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8787 (srcfile): Set to i386-bp_permanent.c.
8788 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8789 that stepi does not execute the 'leave' instruction, instead of
8790 testing it does execute.
8791 * gdb.base/bp-permanent.c: New file.
8792 * gdb.base/bp-permanent.exp: New file.
8793
af3768e9
DE
87942014-11-10 Doug Evans <xdje42@gmail.com>
8795
8796 PR symtab/17564
8797 * gdb.base/symtab-search-order.exp: New file.
8798 * gdb.base/symtab-search-order.c: New file.
8799 * gdb.base/symtab-search-order-1.c: New file.
8800 * gdb.base/symtab-search-order-shlib-1.c: New file.
8801
9de00a4a
PA
88022014-11-07 Pedro Alves <palves@redhat.com>
8803
8804 PR gdb/17511
8805 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8806 i?86-*-linux*.
8807
e0f52461
SC
88082014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8809
8810 PR c++/17494
8811 * gdb.cp/pr17494.cc: New file.
8812 * gdb.cp/pr17494.exp: New file.
8813
6ce8c980
YQ
88142014-11-02 Yao Qi <yao@codesourcery.com>
8815
8816 * gdb.python/python.exp: Get working directory and match the
8817 output of "set extended-prompt \\w " with it.
8818
02be9a71
DE
88192014-10-30 Doug Evans <dje@google.com>
8820
8821 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8822 in objfiles.
8823 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8824 in progspaces.
8825
3bdff46b
LM
88262014-10-30 Janis Johnson <janisjo@codesourcery.com>
8827
8828 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8829 * gdb.base/realname-expand.exp: Likewise.
8830 * gdb.linespec/macro-relative.exp: Likewise.
8831
ab917dfb
PA
88322014-10-29 Pedro Alves <palves@redhat.com>
8833
8834 PR gdb/17408
8835 * gdb.threads/schedlock.c (some_function): New function.
8836 (call_function): New global.
8837 (MAYBE_CALL_SOME_FUNCTION): New macro.
8838 (thread_function): Call it.
8839 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8840 and use it instead of a global counter. Adjust all callers.
8841 (get_current_thread): Use "find current thread" for test message
8842 here rather than having all callers pass down the same string.
8843 (goto_loop): New procedure, factored out from ...
8844 (my_continue): ... this.
8845 (step_ten_loops): Change parameter from test message to command to
8846 use. Adjust.
8847 (list_count): Delete global.
8848 (check_result): New procedure, factored out from duplicate top
8849 level code.
8850 (continue tests): Wrap in with_test_prefix.
8851 (test_step): New procedure, factored out from duplicate top level
8852 code.
8853 (top level): Test "step" in combination with all scheduler-locking
8854 modes. Test "next" in combination with all scheduler-locking
8855 modes, and in combination with stepping over a function call or
8856 not.
8857 * gdb.threads/next-bp-other-thread.c: New file.
8858 * gdb.threads/next-bp-other-thread.exp: New file.
8859
d3d4baed
PA
88602014-10-29 Pedro Alves <palves@redhat.com>
8861
8862 PR python/17372
8863 * gdb.python/python.exp: Test a multi-line command that spawns
8864 interactive Python.
8865 * gdb.base/multi-line-starts-subshell.exp: New file.
8866
563e8d85
YQ
88672014-10-29 Yao Qi <yao@codesourcery.com>
8868
8869 * gdb.base/fileio.exp: Make directories on host.
8870
0ea4d52e
YQ
88712014-10-29 Yao Qi <yao@codesourcery.com>
8872
8873 * gdb.base/fileio.c (test_write): Close the file.
8874
7f5ef605
PA
88752014-10-28 Pedro Alves <palves@redhat.com>
8876
8877 PR gdb/12623
8878 * gdb.base/sigstep.c (no_handler): New global.
8879 (main): If 'no_handler is true, set the signal handlers to
8880 SIG_IGN.
8881 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8882 with_sw_watch and no_handler parameters. Handle them.
8883 (top level) <stepping over handler when stopped at a breakpoint
8884 test>: Add a test axis for testing with a software watchpoint, and
8885 another for testing with the signal handler set to SIG_IGN.
8886 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8887 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8888
abbdbd03
PA
88892014-10-28 Pedro Alves <palves@redhat.com>
8890
8891 PR gdb/17511
8892 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8893 * gdb.base/sigstep.exp (other_handler_location): New global.
8894 (advance): Support stepping into the signal handler, and running
8895 commands while in the handler.
8896 (in_handler_map): New global.
8897 (top level): In the advance test, add combinations for getting
8898 into the handler with stepping commands, and for running commands
8899 in the handler. Add comment descripting the advancei tests.
8900
1df4399f
PA
89012014-10-28 Pedro Alves <palves@redhat.com>
8902
8903 * gdb.base/sigstep.exp: Use build_executable instead of
8904 prepare_for_testing.
8905 (top level): Move code that starts GDB, runs to main and creates a
8906 display to ...
8907 (restart): ... this new procedure.
8908 (top level): Move backtrace from signal handler test to ...
8909 (validate_backtrace): ... this new procedure.
8910 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8911 with_test_prefix. Always restart GDB.
8912 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8913 with_test_prefix. Always restart GDB. No need to delete
8914 breakpoints after the test.
8915 (test_skip_handler): Remove prefix parameter.
8916 (skip_over_handler, breakpoint_to_handler)
8917 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8918 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8919 restart GDB. No need to delete breakpoints after the test.
8920 (top level): Use foreach to call the test procedures with
8921 different commands.
8922
a5b6e449
PA
89232014-10-28 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8926 instead of GNATS numbers.
8927 * gdb.base/sigbpt.exp: Likewise.
8928 * gdb.base/siginfo.exp: Likewise.
8929 * gdb.base/sigstep.exp: Likewise.
8930
e5f8a7cc
PA
89312014-10-27 Pedro Alves <palves@redhat.com>
8932
8933 * gdb.base/sigstep.c (dummy): New global.
8934 (main): Issue a couple writes to the new global.
8935 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8936 procedures.
8937 (skip_over_handler): Use test_skip_handler.
8938 (top level): Call skip_over_handler for stepi and nexti too.
8939 (breakpoint_over_handler): Use test_skip_handler.
8940 (top level): Call breakpoint_over_handler for stepi and nexti too.
8941
763905a3
YQ
89422014-10-27 Yao Qi <yao@codesourcery.com>
8943
8944 * gdb.trace/tfile.c (adjust_function_address)
8945 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8946 function descriptor.
8947
6f259a23
DB
89482014-10-24 Don Breazeal <donb@codesourcery.com>
8949
8950 * gdb.base/foll-fork.exp (test_follow_fork,
8951 catch_fork_child_follow): Check for updated fork messages emitted
8952 from infrun.c.
8953 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8954 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8955 vfork_and_exec_child_follow_through_step): Check for updated vfork
8956 messages emitted from infrun.c.
8957
09dd9a69
PA
89582014-10-24 Pedro Alves <palves@redhat.com>
8959
8960 * gdb.base/corefile.exp: Remove references to ultrix.
8961 * gdb.base/interrupt.exp: Likewise.
8962 * gdb.base/whatis.exp: Likewise.
8963 * gdb.gdb/selftest.exp: Likewise.
8964 * gdb.threads/manythreads.exp: Likewise.
8965 * gdb.threads/print-threads.exp: Likewise.
8966 * gdb.threads/pthreads.exp:: Likewise.
8967 * gdb.threads/schedlock.exp: Likewise.
8968
3433cfa5
SC
89692014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8970
8971 * gdb.cp/non-trivial-retval.cc: Add a test case.
8972 * gdb.cp/non-trivial-retval.exp: Add a test.
8973
092f880b
YQ
89742014-10-20 Yao Qi <yao@codesourcery.com>
8975
8976 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8977 * gdb.python/py-objfile-script-gdb.py: New file.
8978 * gdb.python/py-objfile-script.exp: Update reference to
8979 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8980 of remote_download. Remove the dest file.
8981
acbdb7f3
YQ
89822014-10-20 Yao Qi <yao@codesourcery.com>
8983
8984 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8985 * gdb.base/step-line.exp: Likewise.
8986 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8987 * gdb.dwarf2/dw2-basic.exp: Likewise.
8988 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8989 * gdb.dwarf2/dw2-filename.exp: Likewise.
8990 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8991 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8992 * gdb.dwarf2/dw2-producer.exp: Likewise.
8993 * gdb.dwarf2/mac-fileno.exp: Likewise.
8994 * gdb.python/py-frame-args.exp: Likewise.
8995 * gdb.python/py-framefilter.exp: Likewise.
8996 * gdb.python/py-mi.exp: Likewise.
8997 * gdb.python/py-objfile-script.exp: Likewise
8998 * gdb.python/py-pp-integral.exp: Likewise.
8999 * gdb.python/py-pp-re-notag.exp: Likewise.
9000 * gdb.python/py-prettyprint.exp: Likewise.
9001 * gdb.python/py-section-script.exp: Likewise.
9002 * gdb.python/py-typeprint.exp: Likewise.
9003 * gdb.python/py-xmethods.exp: Likewise.
9004 * gdb.stabs/weird.exp: Likewise.
9005 * gdb.xml/tdesc-regs.exp: Likewise.
9006
bd286a29
KCY
90072014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9008
9009 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9010 (out_cu): Use addr_len for the size of addresses.
9011 (out_line): Likewise. Size DW_LNE_set_address instruction
9012 according to addr_len.
9013 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9014 (FUNC): Add START_INSNS to definition.
9015
673dc4a0
YQ
90162014-10-18 Yao Qi <yao@codesourcery.com>
9017
9018 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9019 gdb_has_argv0 return true.
9020 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9021 check [target_info exists noargs], check [gdb_has_argv0]
9022 instead.
9023 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9024 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9025 procedures.
9026
4ffbba72
DE
90272014-10-17 Doug Evans <dje@google.com>
9028
9029 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9030 event.
9031 * gdb.python/py-events.py: Add clear_objfiles event.
9032
d096d8c1
DE
90332014-10-17 Doug Evans <dje@google.com>
9034
9035 * gdb.python/py-objfile.exp: Test progspace attribute.
9036
a80db015
LM
90372014-10-17 Luis Machado <lgustavo@codesourcery.com>
9038
9039 * gdb.guile/scm-breakpoint.exp: Do not assume any
9040 directory separators when matching source file paths.
9041 * gdb.python/py-breakpoint.exp: Likewise.
9042 * gdb.reverse/break-precsave.exp: Likewise.
9043 * gdb.reverse/break-reverse.exp: Likewise.
9044 * gdb.reverse/consecutive-precsave.exp: Likewise.
9045 * gdb.reverse/finish-precsave.exp: Likewise.
9046 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9047 * gdb.reverse/finish-reverse.exp: Likewise.
9048 * gdb.reverse/i386-precsave.exp: Likewise.
9049 * gdb.reverse/i387-env-reverse.exp: Likewise.
9050 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9051 * gdb.reverse/machinestate-precsave.exp: Likewise.
9052 * gdb.reverse/machinestate.exp: Likewise.
9053 * gdb.reverse/sigall-precsave.exp: Likewise.
9054 * gdb.reverse/solib-precsave.exp: Likewise.
9055 * gdb.reverse/step-precsave.exp: Likewise.
9056 * gdb.reverse/until-precsave.exp: Likewise.
9057 * gdb.reverse/watch-precsave.exp: Likewise.
9058 * gdb.reverse/watch-reverse.exp: Likewise.
9059
b22089ab
YQ
90602014-10-17 Yao Qi <yao@codesourcery.com>
9061
9062 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9063 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9064
6c4486e6
PA
90652014-10-17 Pedro Alves <palves@redhat.com>
9066
9067 PR gdb/17471
9068 * gdb.base/bg-execution-repeat.c: New file.
9069 * gdb.base/bg-execution-repeat.exp: New file.
9070
0ff33695
PA
90712014-10-17 Pedro Alves <palves@redhat.com>
9072
9073 PR gdb/17300
9074 * gdb.base/continue-all-already-running.c: New file.
9075 * gdb.base/continue-all-already-running.exp: New file.
9076
6fdebc3d
PA
90772014-10-17 Pedro Alves <palves@redhat.com>
9078
9079 PR gdb/17472
9080 * gdb.base/annota-input-while-running.c: New file.
9081 * gdb.base/annota-input-while-running.exp: New file.
9082
32a8097b
PA
90832014-10-17 Pedro Alves <palves@redhat.com>
9084
9085 * gdb.base/callfuncs.exp: emove references to osf.
9086 * gdb.base/sigall.exp: Likewise.
9087 * gdb.gdb/selftest.exp: Likewise.
9088 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9089 * gdb.mi/non-stop.c: Likewise.
9090 * gdb.mi/pthreads.c: Likewise.
9091 * gdb.reverse/sigall-precsave.exp: Likewise.
9092 * gdb.reverse/sigall-reverse.exp: Likewise.
9093 * gdb.threads/pthreads.c: Likewise.
9094 * gdb.threads/pthreads.exp: Likewise.
9095
7a3517ff
YQ
90962014-10-17 Yao Qi <yao@codesourcery.com>
9097
9098 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9099 check 'target_info exists noargs'.
9100 (test_command_prompt_position): Likewise.
9101 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9102 Remove "set args".
9103 (progvar_simple_while_test): Likewise.
9104 (progvar_complex_if_while_test): Likewise.
9105 (if_while_breakpoint_command_test): Likewise.
9106 (infrun_breakpoint_command_test): Likewise.
9107 (breakpoint_command_test): Likewise.
9108 (watchpoint_command_test): Likewise.
9109 (bp_deleted_in_command_test): Likewise.
9110 (temporary_breakpoint_commands): Likewise.
9111
bb99c472
YQ
91122014-10-16 Yao Qi <yao@codesourcery.com>
9113
9114 * gdb.base/remotetimeout.exp: Remove noargs checking.
9115
7c16b83e
PA
91162014-10-15 Pedro Alves <palves@redhat.com>
9117
9118 PR breakpoints/9649
9119 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9120 * gdb.base/breakpoint-in-ro-region.exp
9121 (probe_target_hardware_step): New procedure.
9122 (top level): Probe hardware stepping and hardware breakpoint
9123 support. Test stepping through a read-only region, with both
9124 "breakpoint auto-hw" on and off and both "always-inserted" on and
9125 off.
9126
35a49624
IB
91272014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9128
9129 * gdb.dlang/demangle.exp: Update for demangling changes.
9130
2d1c107c
SC
91312014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9132
9133 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9134 * gdb.cp/non-trivial-retval.exp: Add new tests.
9135
778811d5
SC
91362014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9137
9138 PR c++/13403
9139 PR c++/15154
9140 * gdb.cp/non-trivial-retval.cc: New file.
9141 * gdb.cp/non-trivial-retval.exp: New file.
9142
10c5f0a8
YQ
91432014-10-15 Yao Qi <yao@codesourcery.com>
9144
9145 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9146 remote host.
9147
65d7b369
YQ
91482014-10-15 Yao Qi <yao@codesourcery.com>
9149
9150 * gdb.python/py-symbol.exp: Match file base name if host is
9151 remote, otherwise match file name with dir name.
9152 * gdb.python/py-symtab.exp: Likewise.
9153 * gdb.python/python.exp: Likewise.
9154
46dc1394
YQ
91552014-10-15 Yao Qi <yao@codesourcery.com>
9156
9157 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9158 pattern.
9159 * gdb.python/py-symtab.exp: Likewise.
9160 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9161 locationn.
9162
c40cc657
JB
91632014-10-14 Joel Brobecker <brobecker@adacore.com>
9164
9165 * gdb.ada/addr_arith: New testcase.
9166
2abf49e1
MR
91672014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9168
9169 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9170 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9171 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9172 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9173
f7088df3
SDJ
91742014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9175
9176 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9177 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9178 * gdb.arch/stap-eval-lang-ada.exp: New file.
9179
4dc06805
YQ
91802014-10-14 Yao Qi <yao@codesourcery.com>
9181
9182 * gdb.mi/mi-var-child.c (nothing1): New function.
9183 (nothing2): New function.
9184 (do_children_tests): Set function pointers by nothing1 and
9185 nothing2.
9186 * gdb.mi/mi-var-child.exp: Step over new added statements.
9187 Update test to match the new output.
9188 * gdb.mi/var-cmd.c (nothing1): New function.
9189 (nothing2): New function.
9190 (do_children_tests): Set function pointers by nothing1 and
9191 nothing2.
9192 * gdb.mi/mi-var-display.exp: Update test to match output.
9193 Step to the line specified by $line_dct_nothing.
9194 Increase the number of lines to step.
9195
46a93de2
YQ
91962014-10-14 Yao Qi <yao@codesourcery.com>
9197
9198 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9199 tests.
9200 * gdb.mi/mi2-var-child.exp: Likewise.
9201
14ea52ee
DE
92022014-10-13 Doug Evans <dje@google.com>
9203
9204 * gdb.python/py-objfile.exp: Change name of file name test.
9205
e5c6e92b
DE
92062014-10-13 Doug Evans <dje@google.com>
9207
9208 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9209 from the start of the CU.
9210
c780cc2f
JK
92112014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9212 Yao Qi <yao@codesourcery.com>
9213
9214 Fix "save breakpoints" for "catch" command.
9215 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9216 Remove -nonewline. Match also the added "main" line.
9217
99894e11
JK
92182014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9219
9220 Fix "save breakpoints" for "disable $bpnum" command.
9221 * gdb.base/save-bp.c (main): Add label.
9222 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9223
6e1ac5a3
JK
92242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9225
9226 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9227
754dd2b0
YQ
92282014-10-11 Yao Qi <yao@codesourcery.com>
9229
9230 * gdb.server/server-kill.exp: Execute command
9231 "set remote trace-status-packet on" before "tstatus".
9232
f90183d7
YQ
92332014-10-11 Yao Qi <yao@codesourcery.com>
9234
9235 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9236 (main): Call getppid.
9237 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9238 and continue to it. Read variable "server_pid".
9239
bf40a607
YQ
92402014-10-11 Yao Qi <yao@codesourcery.com>
9241
9242 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9243
052ca370
YQ
92442014-10-11 Yao Qi <yao@codesourcery.com>
9245
9246 * gdb.threads/thread-find.exp: Don't execute command
9247 "info threads".
9248 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9249 * gdb.threads/linux-dp.exp: Don't check the condition
9250 $threads_created equals to zero.
9251
3831839c
PA
92522014-10-10 Pedro Alves <palves@redhat.com>
9253
9254 * gdb.base/bigcore.exp: Remove references to IRIX.
9255 * gdb.base/funcargs.exp: Likewise.
9256 * gdb.base/interrupt.exp: Likewise.
9257 * gdb.base/mips_pro.exp: Likewise.
9258 * gdb.base/nodebug.exp: Likewise.
9259 * gdb.base/setvar.exp: Likewise.
9260 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9261
8b9a549d
PA
92622014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9263 Pedro Alves <palves@redhat.com>
9264
9265 PR symtab/14466
9266 * gdb.base/vdso-warning.c: New file.
9267 * gdb.base/vdso-warning.exp: New file.
9268
d48ba5e8
DE
92692014-10-02 Doug Evans <dje@google.com>
9270
9271 * gdb.base/structs.c (main): Don't run forever.
9272
2278c276
PA
92732014-10-02 Pedro Alves <palves@redhat.com>
9274
9275 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9276 (top level) <stop threads 1, stop threads 2>: Use it.
9277
b57bacec
PA
92782014-10-02 Pedro Alves <palves@redhat.com>
9279
9280 * gdb.threads/break-while-running.exp (test): Add new
9281 'update_thread_list' argument. Skip "info threads" if false.
9282 (top level): Add new 'update_thread_list' axis.
9283
13fd3ff3
PA
92842014-10-02 Pedro Alves <palves@redhat.com>
9285
9286 PR breakpoints/17431
9287 * gdb.base/execl-update-breakpoints.c: New file.
9288 * gdb.base/execl-update-breakpoints.exp: New file.
9289
0fec99e8
PA
92902014-10-01 Pedro Alves <palves@redhat.com>
9291
9292 * gdb.base/breakpoint-in-ro-region.c: New file.
9293 * gdb.base/breakpoint-in-ro-region.exp: New file.
9294
2ddf4301
SM
92952014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9296
9297 * gdb.mi/mi-exit-code.exp: New file.
9298 * gdb.mi/mi-exit-code.c: New file.
9299
6a5f3f43
YQ
93002014-09-30 Yao Qi <yao@codesourcery.com>
9301
9302 * lib/prelink-support.exp (build_executable_own_libs): Error if
9303 the target isn't native.
9304
345bcc73
YQ
93052014-09-30 Yao Qi <yao@codesourcery.com>
9306
9307 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9308 false.
9309
a25a5a45
PA
93102014-09-22 Pedro Alves <palves@redhat.com>
9311
9312 * gdb.threads/break-while-running.exp: New file.
9313 * gdb.threads/break-while-running.c: New file.
9314
00ba3162
YQ
93152014-09-19 Yao Qi <yao@codesourcery.com>
9316
9317 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9318 Invoke test. Restart GDB with --readnow and invoke test again.
9319
c3b7b696
YQ
93202014-09-19 Yao Qi <yao@codesourcery.com>
9321
9322 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9323 proc set_breakpoint_on_gcd_function. Invoke
9324 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9325 invoke set_breakpoint_on_gcd_function again.
9326
2b4fd423
DE
93272014-09-18 Doug Evans <dje@google.com>
9328
9329 * gdb.dwarf2/symtab-producer.exp: New file.
9330
a5947601
SDJ
93312014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9332
9333 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9334 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9335 * gdb.base/global-var-nested-by-dso.c: Likewise.
9336 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9337
91c19059
SDJ
93382014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9339 Pedro Alves <palves@redhat.com>
9340
9341 * gdb.base/watch-bitfields.exp: Pass string other than test file
9342 name to prepare_for_testing.
9343 (watch): New procedure.
9344 (expect_watchpoint): Use with_test_prefix.
9345 (top level): Factor out tests to ...
9346 (test_watch_location, test_regular_watch): ... these new
9347 procedures, and use with_test_prefix and gdb_continue_to_end.
9348
bb9d5f81
PP
93492014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9350
9351 PR breakpoints/12526
9352 * gdb.base/watch-bitfields.exp: New file.
9353 * gdb.base/watch-bitfields.c: New file.
9354
635856f5
PA
93552014-09-16 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9358 software and hardware addresses, not software address against
9359 itself.
9360
7280ceea
PA
93612014-09-16 Pedro Alves <palves@redhat.com>
9362
9363 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9364 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9365
428b16bd
PA
93662014-09-16 Pedro Alves <palves@redhat.com>
9367
9368 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9369 files.
9370 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9371 "*-*-vxworks*" throughout.
9372 * gdb.base/break.exp: Likewise.
9373 * gdb.base/default.exp: Likewise.
9374 * gdb.base/scope.exp: Likewise.
9375 * gdb.base/sepdebug.exp: Likewise.
9376 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9377 throughout.
9378 * gdb.base/run.c: Likewise.
9379 * gdb.base/sepdebug.c: Likewise.
9380 * gdb.hp/gdb.aCC/run.c: Likewise.
9381 * gdb.reverse/until-reverse.c: Likewise.
9382 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9383
666d413c
YQ
93842014-09-16 Yao Qi <yao@codesourcery.com>
9385
9386 * boards/local-remote-host-native.exp: New file.
9387
57cbd724
DE
93882014-09-14 Doug Evans <xdje42@gmail.com>
9389
9390 * gdb.threads/queue-signal.c (thread_count): New variable.
9391 (thread_count_mutex, thread_count_condvar): New variables.
9392 (incr_thread_count, wait_all_threads_running): New functions.
9393 (main): Wait for all threads to be in their thread functions.
9394
81219e53
DE
93952014-09-13 Doug Evans <xdje42@gmail.com>
9396
9397 * gdb.threads/queue-signal.c: New file.
9398 * gdb.threads/queue-signal.exp: New file.
9399
3714cea7
DE
94002014-09-13 Doug Evans <xdje42@gmail.com>
9401
9402 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9403 be consistent with what default_gdb_init uses.
9404 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9405 the plain text of the prompt. Add some logging printfs.
9406 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9407
fa43b1d7
PA
94082014-09-12 Pedro Alves <palves@redhat.com>
9409
9410 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9411 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9412 * gdb.arch/i386-size-overlap.exp: Likewise.
9413 * gdb.arch/i386-size.exp: Likewise.
9414 * gdb.arch/i386-unwind.exp: Likewise.
9415 * gdb.base/a2-run.exp: Likewise.
9416 * gdb.base/break.exp: Likewise.
9417 * gdb.base/charset.exp: Likewise.
9418 * gdb.base/chng-syms.exp: Likewise.
9419 * gdb.base/commands.exp: Likewise.
9420 * gdb.base/dbx.exp: Likewise.
9421 * gdb.base/find.exp: Likewise.
9422 * gdb.base/funcargs.exp: Likewise.
9423 * gdb.base/jit-simple.exp: Likewise.
9424 * gdb.base/reread.exp: Likewise.
9425 * gdb.base/sepdebug.exp: Likewise.
9426 * gdb.base/step-bt.exp: Likewise.
9427 * gdb.cp/mb-inline.exp: Likewise.
9428 * gdb.cp/mb-templates.exp: Likewise.
9429 * gdb.objc/basicclass.exp: Likewise.
9430 * gdb.threads/killed.exp: Likewise.
9431
9d9bf2df
EBM
94322014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9433
9434 PR tdep/17379
9435 * gdb.arch/powerpc-stackless.S: New file.
9436 * gdb.arch/powerpc-stackless.exp: New file.
9437
1cf2f1b0
JK
94382014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9439
9440 * gdb.base/attach.c: Include unistd.h.
9441 (main): Call alarm. Add label postloop.
9442 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9443 gdb_breakpoint, gdb_continue_to_breakpoint.
9444 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9445
98880d46
PA
94462014-09-11 Pedro Alves <palves@redhat.com>
9447
9448 PR gdb/17347
9449 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9450 * gdb.base/attach.exp (test_command_line_attach_run): New
9451 procedure.
9452 (top level): Call it.
9453
4c92ff2c
PA
94542014-09-11 Pedro Alves <palves@redhat.com>
9455
9456 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9457 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9458 (do_command_attach_tests): Use spawn_wait_for_attach.
9459 * gdb.base/solib-overlap.exp: Likewise.
9460 * gdb.multi/multi-attach.exp: Likewise.
9461 * gdb.python/py-prompt.exp: Likewise.
9462 * gdb.python/py-sync-interp.exp: Likewise.
9463 * gdb.server/ext-attach.exp: Likewise.
9464
3adc1a7d
GKB
94652014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9466
9467 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9468 command in testcase. Simplify testcase.
9469
96334934
JB
94702014-09-10 Joel Brobecker <brobecker@adacore.com>
9471
9472 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9473
eb479039
JB
94742014-09-10 Joel Brobecker <brobecker@adacore.com>
9475
9476 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9477
deede10c
JB
94782014-09-10 Joel Brobecker <brobecker@adacore.com>
9479
9480 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9481
7828a5f5
JB
94822014-09-10 Joel Brobecker <brobecker@adacore.com>
9483
9484 * gdb.dwarf2/dynarr-ptr.c: New file.
9485 * gdb.dwarf2/dynarr-ptr.exp: New file.
9486
33aeebcf
MR
94872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9488
9489 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9490 of 30 rather than hardcoding 120 for a slow test case. Take the
9491 `gdb,timeout' target setting into account for this calculation.
9492 Don't extend the timeout for the test cases that don't need it.
9493
7b415901
MR
94942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9495
9496 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9497 a factor of 2 for a slow test case. Take the `gdb,timeout'
9498 target setting into account for this calculation.
9499 * gdb.reverse/until-precsave.exp: Increase the timeout by
9500 a factor of 15 and 3 respectively rather than adding 120
9501 for a pair of slow test cases. Take the `gdb,timeout'
9502 target setting into account for this calculation.
9503
4a40f85a
MR
95042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9505
9506 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9507 timeout, don't pass one down to gdb_expect.
9508 (gdb_expect): Rework timeout selection.
9509
09635af7
MR
95102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9511
9512 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9513 exception on timeout.
9514 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9515 (gdbserver_start_extended): Catch any `gdbserver_start' error
9516 exceptions.
9517 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9518 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9519 `gdbserver_gdb_load' error exceptions.
9520
2bdd10b7
MR
95212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9522
9523 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9524 120 on waiting for the TCP socket to open.
9525
316935f0
DE
95262014-09-09 Doug Evans <xdje42@gmail.com>
9527
9528 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9529 _caller_matches, _any_caller_is, _any_caller_matches.
9530
83740597
DE
95312014-09-09 Doug Evans <xdje42@gmail.com>
9532
9533 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9534
4c122fc3
YQ
95352014-09-09 Yao Qi <yao@codesourcery.com>
9536
9537 * gdb.mi/mi-var-display.exp: Set print symbol off.
9538
a9f116cb
GKB
95392014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9540
9541 PR gdb/17035
9542 * gdb.base/commands.exp: Add tests to verify user-defined
9543 commands with empty bodies.
9544 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9545 python commands in `show user command`.
9546 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9547 scheme commands in `show user command`.
9548
c75bd3a2
JK
95492014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9550
9551 PR python/17355
9552 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9553 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9554 * gdb.python/py-framefilter-invalidarg.exp: New file.
9555 * gdb.python/py-framefilter-invalidarg.py: New file.
9556
faa42425
DE
95572014-09-06 Doug Evans <xdje42@gmail.com>
9558
9559 PR 15276
9560 * gdb.python/py-caller-is.c: New file.
9561 * gdb.python/py-caller-is.exp: New file.
9562
474ca4f6
SDJ
95632014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9564
9565 PR gdb/17235
9566 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9567 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9568
eb0b0463
SDJ
95692014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9570
9571 PR fortran/17237
9572 * gdb.fortran/print-formatted.exp: New file.
9573 * gdb.fortran/print-formatted.f90: Likewise.
9574
5f3b99cf
SS
95752014-09-03 Sasha Smundak <asmundak@google.com>
9576
9577 * gdb.python/py-frame.exp: Test Frame.read_register.
9578
7d793aa9
SDJ
95792014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9580
9581 PR python/16699
9582 * gdb.python/py-completion.exp: New file.
9583 * gdb.python/py-completion.py: Likewise.
9584
fb0576e9
DE
95852014-08-28 Doug Evans <dje@google.com>
9586
9587 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9588 eax,etc. are live with values set by gdb and thus the compiler can't
9589 use them.
9590 * gdb.arch/i386-pseudo.c (main): Ditto.
9591
ee92b0dd
DE
95922014-08-27 Doug Evans <dje@google.com>
9593
9594 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9595
6649db35
DE
95962014-08-25 Doug Evans <dje@google.com>
9597
9598 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9599 (main): Ditto.
9600
564b7600
DE
96012014-08-25 Doug Evans <dje@google.com>
9602
9603 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9604
3881fb67
YQ
96052014-08-24 Yao Qi <yao@codesourcery.com>
9606
9607 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9608 symbol off.
9609 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9610
a05a36a5
DE
96112014-08-22 Doug Evans <dje@google.com>
9612
9613 PR 17276
9614 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9615 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9616 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9617
7c343b48
YQ
96182014-08-22 Yao Qi <yao@codesourcery.com>
9619
9620 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9621 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9622 * gdb.python/python.exp: Likewise. Use .py file on the host
9623 instead of the build.
9624
22fd09ae
JK
96252014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9626
9627 * gdb.threads/gcore-stale-thread.c: New file.
9628 * gdb.threads/gcore-stale-thread.exp: New file.
9629
a8454a7c
PA
96302014-08-21 Pedro Alves <palves@redhat.com>
9631
9632 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9633 * gdb.base/gcore-relro-pie.exp: Likewise.
9634 * gdb.base/gcore-relro.exp: Likewise.
9635 * gdb.base/gcore.exp: Likewise.
9636 * gdb.base/print-symbol-loading.exp: Likewise.
9637 * gdb.threads/gcore-thread.exp: Likewise.
9638 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9639
2a31c623
PA
96402014-08-20 Pedro Alves <palves@redhat.com>
9641 Jan Kratochvil <jan.kratochvil@redhat.com>
9642
9643 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9644 configure.
9645 (EXPECT): Handle READ1 being set.
9646 (all): Depend on EXTRA_RULES.
9647 (check-read1, expect-read1, read1.so, read1): New rules.
9648 * README (Testsuite Parameters): Document the READ1 make variable.
9649 (Race detection): New section.
9650 * configure: Regenerate.
9651 * configure.ac: If build==host==target, and running under a
9652 GNU/glibc system, add read1 to the extra Makefile rules.
9653 (EXTRA_RULES): AC_SUBST it.
9654 * lib/read1.c: New file.
9655
d36430db
JB
96562014-08-20 Joel Brobecker <brobecker@adacore.com>
9657
9658 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9659 the handling of variables declared as a typedef to an array
9660 which a DW_AT_data_location attribute.
9661
9a0dc9e3
PA
96622014-08-19 Andrew Burgess <aburgess@broadcom.com>
9663 Pedro Alves <palves@redhat.com>
9664
9665 PR symtab/14604
9666 PR symtab/14605
9667 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9668 gdb_test.
9669
0718a8da
PA
96702014-08-19 Pedro Alves <palves@redhat.com>
9671
9672 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9673
13b448cd
YQ
96742014-08-19 Yao Qi <yao@codesourcery.com>
9675
9676 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9677 right line.
9678
1cbf5077
DB
96792014-08-18 David Blaikie <dblaikie@gmail.com>
9680
9681 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9682
bf0fae19
JB
96832014-08-18 Joel Brobecker <brobecker@adacore.com>
9684
9685 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9686 attribute in array range.
9687
3c8c5dcc
JB
96882014-08-18 Joel Brobecker <brobecker@adacore.com>
9689
9690 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9691
e66d4446
SC
96922014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9693
9694 PR c++/17132
9695 * gdb.cp/pr17132.cc: New file.
9696 * gdb.cp/pr17132.exp: New file.
9697
940df408
SC
96982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9699
9700 * gdb.python/py-xmethods.py (A_getarrayind)
9701 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9702 Use 'print' with function call syntax.
9703 (E_method_matcher.match): Fix tab vs space indentation mixup.
9704
ebcc6c3a
YQ
97052014-08-15 Yao Qi <yao@codesourcery.com>
9706
9707 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9708 false.
9709
775e0f04
YQ
97102014-08-15 Yao Qi <yao@codesourcery.com>
9711
9712 * gdb.cp/casts.exp: Set print symbol off.
9713 * gdb.cp/class2.exp: Likewise.
9714 * gdb.cp/overload.exp: Likewise.
9715 * gdb.cp/templates.exp: Likewise.
9716
d769e349
DE
97172014-08-11 Doug Evans <dje@google.com>
9718
9719 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9720 (test_load_shlib): Update.
9721
20c6f1e1
YQ
97222014-08-09 Yao Qi <yao@codesourcery.com>
9723
9724 * gdb.base/display.exp: Invoke is_address_zero_readable.
9725 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9726 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9727 * gdb.base/hbreak-unmapped.exp: Return if
9728 is_address_zero_readable returns true.
9729 * gdb.base/signest.exp: Likewise.
9730 * gdb.base/signull.exp: Likewise.
9731 * gdb.base/sigbpt.exp: Likewise.
9732 * gdb.guile/scm-disasm.exp: Do the test if
9733 is_address_zero_readable returns false.
9734 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9735 * gdb.python/py-arch.exp: Likewise.
9736 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9737 * lib/gdb.exp (is_address_zero_readable): New proc.
9738
5792e8e3
YQ
97392014-08-09 Yao Qi <yao@codesourcery.com>
9740
9741 PR testsuite/13443
9742 * gdb.mi/mi-var-display.exp: Make test messages unique.
9743
3cecbbbe
TT
97442014-08-04 Tom Tromey <tromey@redhat.com>
9745
9746 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9747 target 0".
9748
00b51ff5
TT
97492014-08-04 Tom Tromey <tromey@redhat.com>
9750
9751 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9752 "target_resume".
9753
6908c509
JB
97542014-08-01 Joel Brobecker <brobecker@adacore.com>
9755
9756 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9757 inner_vla_struct_object_size.
9758 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9759 as xfail.
9760
cc6563d2
PA
97612014-07-30 Pedro Alves <palves@redhat.com>
9762
9763 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9764 comment.
9765
7e09a223
YQ
97662014-07-29 Yao Qi <yao@codesourcery.com>
9767
9768 PR gdb/17206
9769 * gdb.base/until-nodebug.exp: New.
9770
7ebdbe92
DE
97712014-07-28 Doug Evans <xdje42@gmail.com>
9772
9773 PR guile/17203
9774 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9775 previously existing parameter, and previously ambiguously spelled
9776 parameter.
9777
fdb1adc6
WN
97782014-07-28 Will Newton <will.newton@linaro.org>
9779
9780 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9781
186fcde0
DE
97822014-07-26 Ludovic Courtès <ludo@gnu.org>
9783 Doug Evans <xdje42@gmail.com>
9784
9785 PR guile/17146
9786 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9787
70509625
PA
97882014-07-25 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.threads/signal-command-handle-nopass.c: New file.
9791 * gdb.threads/signal-command-handle-nopass.exp: New file.
9792 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9793 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9794 * gdb.threads/signal-delivered-right-thread.c: New file.
9795 * gdb.threads/signal-delivered-right-thread.exp: New file.
9796
c3f814a1
PA
97972014-07-25 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.base/double-prompt-target-event-error.exp
9800 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9801 match.
9802 (cancel_pagination_in_target_event): Rework double prompt
9803 detection.
9804 * gdb.base/paginate-after-ctrl-c-running.exp
9805 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9806 <return>' match.
9807 * gdb.base/paginate-bg-execution.exp
9808 (test_bg_execution_pagination_return)
9809 (test_bg_execution_pagination_cancel): Remove '-notransfer
9810 <return>' matches.
9811 * gdb.base/paginate-execution-startup.exp
9812 (test_fg_execution_pagination_return)
9813 (test_fg_execution_pagination_cancel): Remove '-notransfer
9814 <return>' matches.
9815 * gdb.base/paginate-inferior-exit.exp
9816 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9817 match.
9818 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9819 * lib/gdb.exp (pagination_prompt): Run text through
9820 string_to_regexp.
9821 (gdb_test_multiple): Match $pagination_prompt instead of
9822 "<return>".
9823 (string_to_regexp): Move to lib/gdb-utils.exp.
9824
e214cf6c
JK
98252014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9826
9827 * gdb.arch/amd64-entry-value-paramref.S: New file.
9828 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9829 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9830 * gdb.arch/amd64-optimout-repeat.S: New file.
9831 * gdb.arch/amd64-optimout-repeat.c: New file.
9832 * gdb.arch/amd64-optimout-repeat.exp: New file.
9833
17d0c5c8
JK
98342014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9835
9836 PR gdb/17170
9837 * gdb.base/statistics.exp: New file.
9838
b8b8facf
DE
98392014-07-17 Doug Evans <dje@google.com>
9840
74b49205 9841 PR gdb/17170
b8b8facf
DE
9842 * gdb.base/maint.exp: Update testing of per-command stats.
9843
1b5d0ab3
PA
98442014-07-16 Pedro Alves <palves@redhat.com>
9845
9846 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9847 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9848 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9849 (tfile_write_buf): New functions.
9850 (add_memory_block): Rewrite using the above.
9851 (adjust_function_address): New function.
9852 (FUNCTION_ADDRESS): New macro.
9853 (write_basic_trace_file): Remove short_x local, and use
9854 tfile_write_16. Change type of func_addr local to unsigned long
9855 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9856 here. Cast argument of add_memory_block to char pointer.
9857 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9858 (main): Remove parameters.
9859 * gdb.trace/tfile.exp: Remove nowarnings.
9860
4d974e88
SM
98612014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9862
9863 * gdb.base/debug-expr.exp: Test string evaluation with
9864 "debug expression" on.
9865
41e99568
PA
98662014-07-15 Pedro Alves <palves@redhat.com>
9867
9868 * gdb.base/reread.exp: Use clean_restart.
9869
487d9753
PL
98702014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9871
9872 * gdb.arch/avr-flash-qualifer.c: New.
9873 * gdb.arch/avr-flash-qualifer.exp: New.
9874
cc1c52ad
PA
98752014-07-14 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9878 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9879
1e973570
PA
98802014-07-14 Pedro Alves <palves@redhat.com>
9881
9882 * gdb.base/double-prompt-target-event-error.c: New file.
9883 * gdb.base/double-prompt-target-event-error.exp: New file.
9884
93d6eb10
PA
98852014-07-14 Pedro Alves <palves@redhat.com>
9886
9887 PR gdb/17072
9888 * gdb.base/paginate-inferior-exit.c: New file.
9889 * gdb.base/paginate-inferior-exit.exp: New file.
9890
0017922d
PA
98912014-07-14 Pedro Alves <palves@redhat.com>
9892
9893 PR gdb/17072
9894 * gdb.base/paginate-bg-execution.c: New file.
9895 * gdb.base/paginate-bg-execution.exp: New file.
9896
94696ad3
PA
98972014-07-14 Pedro Alves <palves@redhat.com>
9898
9899 PR gdb/17072
9900 * gdb.base/paginate-execution-startup.c: New file.
9901 * gdb.base/paginate-execution-startup.exp: New file.
9902 * lib/gdb.exp (pagination_prompt): New global.
9903 (default_gdb_spawn): New procedure, factored out from
9904 default_gdb_spawn.
9905 (default_gdb_start): Adjust to call default_gdb_spawn.
9906 (gdb_spawn): New procedure.
9907
bd293940
PA
99082014-07-14 Pedro Alves <palves@redhat.com>
9909
9910 * lib/gdb.exp (gdb_assert): New procedure.
9911 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9912
c933f875
PA
99132014-07-14 Pedro Alves <palves@redhat.com>
9914
9915 * gdb.base/execution-termios.c: New file.
9916 * gdb.base/execution-termios.exp: New file.
9917
d98b7a16
TT
99182014-07-14 Tom Tromey <tromey@redhat.com>
9919
9920 * gdb.cp/vla-cxx.cc: New file.
9921 * gdb.cp/vla-cxx.exp: New file.
9922
548740d6
TT
99232014-07-14 Tom Tromey <tromey@redhat.com>
9924
9925 * gdb.reverse/rerun-prec.c: New file.
9926 * gdb.reverse/rerun-prec.exp: New file.
9927
a25eb028
MR
99282014-07-12 Maciej W. Rozycki <macro@mips.com>
9929 Maciej W. Rozycki <macro@codesourcery.com>
9930
9931 * lib/gdb-utils.exp: New file.
9932 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9933 inline `gdb_init_command' processing.
9934 (gdb_start_cmd): Likewise.
9935 * lib/mi-support.exp (mi_run_cmd): Likewise.
9936 * README: Document `gdb_init_command' and `gdb_init_commands'.
9937
218c2655
JK
99382014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9939
9940 Fix false FAIL running under a very long directory name.
9941 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9942 and "set print elements 10000". Twice.
9943
5401fde3
YQ
99442014-07-11 Yao Qi <yao@codesourcery.com>
9945
9946 * gdb.base/exprs.exp: "set print symbol off".
9947
e76126e8
PA
99482014-07-11 Pedro Alves <palves@redhat.com>
9949
9950 * gdb.threads/kill.c: New file.
9951 * gdb.threads/kill.exp: New file.
9952
2d6f0de6
YQ
99532014-07-10 Yao Qi <yao@codesourcery.com>
9954
9955 * gdb.trace/tfile.c (write_basic_trace_file)
9956 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9957 address written to trace file.
9958
7180e04a
PA
99592014-07-09 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.base/attach-wait-input.exp: New file.
9962 * gdb.base/attach-wait-input.c: New file.
9963
9a9a7608
AB
99642014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9965
9966 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9967 setting up test structures.
9968 (main): Call new test function.
9969 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9970 test function, continue into test function and walk test
9971 structures.
9972
161ac41e
YQ
99732014-07-02 Yao Qi <yao@codesourcery.com>
9974
9975 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9976 'bar_start' at the beginning of functions 'foo' and 'bar'
9977 respectively.
9978 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9979 instead of 'foo' and 'bar'.
9980
1f267ae3
MM
99812014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9982
9983 * gdb.btrace/segv.exp: New.
9984 * gdb.btrace/segv.c: New.
9985
2b239efb
LM
99862014-07-02 Luis Machado <lgustavo@codesourcery.com>
9987
9988 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9989 instruction.
9990
cf363f18
MW
99912014-06-30 Mark Wielaard <mjw@redhat.com>
9992
9993 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9994 vulture, vilify, villar): New volatile array constants.
9995 (vindictive, vegetation): New const volatile array constants.
9996 * gdb.base/volatile.exp: Test volatile and const volatile array
9997 types.
9998
aebf9d24
AA
99992014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10000
10001 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10002 target lacks support for awatch, rwatch, or hbreak.
10003
b67a2c6f
YQ
100042014-06-27 Yao Qi <yao@codesourcery.com>
10005
10006 * gdb.multi/dummy-frame-restore.exp: New.
10007 * gdb.multi/dummy-frame-restore.c: New.
10008
aef92902
MM
100092014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10010
10011 * gdb.btrace/gcore.exp: New.
10012
8e9db26e
PA
100132014-06-23 Pedro Alves <palves@redhat.com>
10014
10015 * gdb.base/watchpoint-reuse-slot.c: New file.
10016 * gdb.base/watchpoint-reuse-slot.exp: New file.
10017
70afc5b7
SC
100182014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10019
10020 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10021 progspace's filename in 'info', 'enable' and 'disable' command
10022 tests.
10023
b972bd9c
JK
100242014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10025
10026 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10027 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10028 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10029
125f8a3d
GB
100302014-06-20 Gary Benson <gbenson@redhat.com>
10031
10032 * gdb.arch/i386-avx.exp: Fix include file location.
10033 * gdb.arch/i386-sse.exp: Likewise.
10034
3ed9baed
IB
100352014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10036
10037 * gdb.dlang/expression.exp: New file.
10038
034f788c
PA
100392014-06-19 Pedro Alves <palves@redhat.com>
10040
10041 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10042 out from ...
10043 (top level): ... here. Iterate running tests under different
10044 scheduler-locking settings.
10045
45371d0c
LM
100462014-06-18 Luis Machado <lgustavo@codesourcery.com>
10047
10048 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10049 to DW_FORM_addr and use non-zero addresses.
10050
5d376983
SC
100512014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10052
10053 PR gdb/17017
10054 * gdb.python/py-xmethods.cc: Add global function call counters and
10055 increment them in their respective functions. Remove "cout"
10056 statements.
10057 * gdb.python/py-xmethods.exp: Make tests check the global function
10058 call counters instead of depending on inferior IO.
10059
a1aa2221
LM
100602014-06-18 Don Breazeal <donb@codesourcery.com>
10061
10062 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10063 Deleted procedure.
10064 (explicit_fork_parent_follow): Deleted procedure.
10065 (explicit_fork_child_follow): Deleted procedure.
10066 (test_follow_fork): New procedure.
10067 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 10068 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
10069 procedure calls.
10070
0fc05997
YQ
100712014-06-17 Yao Qi <yao@codesourcery.com>
10072
10073 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10074 CP1252.
10075
70795c52
LM
100762014-06-17 Luis Machado <lgustavo@codesourcery.com>
10077
10078 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10079 Initialize ptr and S explicitly.
10080 (skip_type_update_when_not_use_rtti_test): Likewise.
10081
6be47f0c
KS
100822014-06-16 Keith Seitz <keiths@redhat.com>
10083
10084 PR mi/15863
10085 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10086 the inferior is started.
10087
d03de421
PA
100882014-06-16 Pedro Alves <palves@redhat.com>
10089
10090 * gdb.base/break-main-file-remove-fail.c: New file.
10091 * gdb.base/break-main-file-remove-fail.exp: New file.
10092 * gdb.base/break-unload-file.exp: Use build_executable instead of
10093 prepare_for_testing.
10094 (test_break): New parameter "initial_load". Handle it.
10095 (top level): Add initial_load cmdline/file axis.
10096
f9579b99
TT
100972014-06-12 Tom Tromey <tromey@redhat.com>
10098
10099 * gdb.base/completion.exp: Don't use directory name in test.
10100
3657956b
GB
101012014-06-09 Gary Benson <gbenson@redhat.com>
10102
10103 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10104 separate the always-available ANSI-standard signals from the
10105 signals that require checking.
10106 (main): Likewise.
10107 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10108 Likewise.
10109 (main): Likewise.
10110
4186eb54
KS
101112014-06-07 Keith Seitz <keiths@redhat.com>
10112
10113 Revert:
10114 PR c++/16253
10115 * gdb.cp/var-tag.cc: New file.
10116 * gdb.cp/var-tag.exp: New file.
10117 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10118 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10119 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10120 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10121
25326a28 101222014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
10123
10124 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10125
829155c9
PA
101262014-06-06 Pedro Alves <palves@redhat.com>
10127
10128 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10129 in target debug output instead of looking at RSP packets,
10130 disabling the test on any target that uses hardware stepping.
10131 Update comments.
10132
61c8d22e
PA
101332014-06-06 Pedro Alves <palves@redhat.com>
10134
10135 * gdb.base/break-unload-file.exp: Fix typo.
10136
d9a47287
YQ
101372014-06-06 Yao Qi <yao@codesourcery.com>
10138
10139 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10140 from "jit_function" to "^jit_function".
10141
e5e01dbf
YQ
101422014-06-06 Yao Qi <yao@codesourcery.com>
10143
10144 * gdb.base/async.c (foo): Add one statement.
10145 * gdb.base/async.exp: Get the next instruction address and
10146 match the output of "nexti" by instruction address. Match
10147 the hex address in the output of "finish".
10148
73ba372c
GB
101492014-06-06 Gary Benson <gbenson@redhat.com>
10150
10151 * gdb.base/call-signals.c: Remove preprocessor conditionals
10152 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10153 SIGSEGV and SIGTERM.
10154 * gdb.base/sigall.c: Likewise.
10155 * gdb.base/unwindonsignal.c: Likewise.
10156 * gdb.reverse/sigall-reverse.c: Likewise.
10157
831517df
YQ
101582014-06-06 Yao Qi <yao@codesourcery.com>
10159
10160 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10161 readable, skip the test.
10162
b8b91e98
YQ
101632014-06-06 Yao Qi <yao@codesourcery.com>
10164
10165 * gdb.threads/staticthreads.c (thread_function): Move the line
10166 setting breakpoint on forward.
10167 * gdb.threads/staticthreads.exp: Update comments.
10168
fb934770
LC
101692014-06-05 Ludovic Courtès <ludo@gnu.org>
10170
10171 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10172 "history-append! type error".
10173
6ef284bd
SM
101742014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10175
10176 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10177 erroneous dprintf expected input.
10178
a872e241
DE
101792014-06-04 Doug Evans <xdje42@gmail.com>
10180
10181 * gdb.guile/scm-generics.exp: Delete.
10182
16f691fb
DE
101832014-06-04 Doug Evans <xdje42@gmail.com>
10184
10185 * gdb.guile/scm-breakpoint.exp: Update.
10186 Add tests for breakpoint registration.
10187
012370f6
TT
101882014-06-04 Tom Tromey <tromey@redhat.com>
10189
10190 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10191 VLA-in-union.
10192 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10193 inner_vla_struct, vla_union types. Initialize objects of those
10194 types and compute their sizes.
10195
9f5a4cef
HZ
101962014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10197 Hui Zhu <hui@codesourcery.com>
10198
10199 * gdb.base/fileio.exp: Add test for shell not available as well as
10200 available.
10201 * gdb.base/fileio.c (test_system): Check for shell twice.
10202
90a45c4d
YQ
102032014-06-04 Yao Qi <yao@codesourcery.com>
10204
10205 * gdb.base/auto-connect-native-target.exp: Remove redundant
10206 space from the regexp pattern.
10207
70017e41
YQ
102082014-06-04 Yao Qi <yao@codesourcery.com>
10209
10210 * gdb.base/default.exp: Replace "child" with "native" in
10211 regexp pattern.
10212
883964a7
SC
102132014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10214
10215 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10216 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10217 * gdb.python/py-xmethods.py: Python script supporting the
10218 new testcase and tests.
10219
ef370185
JB
102202014-06-03 Joel Brobecker <brobecker@adacore.com>
10221 Pedro Alves <palves@redhat.com>
10222
10223 PR breakpoints/17000
10224 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10225 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10226
1e2ccb61
BM
102272014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10228
10229 * gdb.base/subst.exp: Add tests to verify partial path matching
10230 output.
10231
c6ec5ab2
PA
102322014-06-03 Pedro Alves <palves@redhat.com>
10233
10234 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10235 target that doesn't use software single-stepping.
10236
835c559f
PA
102372014-06-03 Pedro Alves <palves@redhat.com>
10238
10239 PR breakpoints/17000
10240 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10241 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10242
06eb1586
DE
102432014-06-02 Doug Evans <xdje42@gmail.com>
10244
10245 * gdb.guile/scm-parameter.exp: New file.
10246
e698b8c4
DE
102472014-06-02 Doug Evans <xdje42@gmail.com>
10248
10249 * gdb.guile/scm-cmd.c: New file.
10250 * gdb.guile/scm-cmd.exp: New file.
10251
ded03782
DE
102522014-06-02 Doug Evans <xdje42@gmail.com>
10253
10254 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10255 pretty-printer lookup.
10256 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10257 (make-pp_s-printer): Call it.
10258 (make-pretty-printer-from-dict): New function.
10259 (lookup-pretty-printer-maker-from-dict): New function.
10260 (*pretty-printer*): Simplify.
10261 (make-objfile-pp_s-printer): New function.
10262 (install-objfile-pretty-printers!): New function.
10263 (make-progspace-pp_s-printer): New function.
10264 (install-progspace-pretty-printers!): New function.
10265 * gdb.guile/scm-progspace.c: New file.
10266 * gdb.guile/scm-progspace.exp: New file.
10267
41fac0cf
PA
102682014-06-02 Pedro Alves <palves@redhat.com>
10269
10270 * gdb.base/dprintf-bp-same-addr.c: New file.
10271 * gdb.base/dprintf-bp-same-addr.exp: New file.
10272
96ae5695
EBM
102732014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10274
10275 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10276 * gdb.arch/powerpc-power.s: Likewise.
10277
da02b3a8
JB
102782014-06-02 Joel Brobecker <brobecker@adacore.com>
10279
10280 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10281
c72b2e7b
YQ
102822014-06-01 Yao Qi <yao@codesourcery.com>
10283
10284 * gdb.base/watchpoint.exp (test_watch_location): Check null
10285 pointer can be dereferenced. If not, do the test, otherwise
10286 skip it.
10287
53e8a631
AB
102882014-05-30 Andrew Burgess <aburgess@broadcom.com>
10289
10290 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10291 results.
10292 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10293
938f0e2f
AB
102942014-05-30 Andrew Burgess <aburgess@broadcom.com>
10295
10296 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10297 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10298 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10299 * gdb.arch/amd64-invalid-stack-top.c: New file.
10300 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10301
9ba6657a
PA
103022014-05-30 Pedro Alves <palves@redhat.com>
10303
10304 PR breakpoints/17000
10305 * gdb.base/sss-bp-on-user-bp.c: New file.
10306 * gdb.base/sss-bp-on-user-bp.exp: New file.
10307
522c09bf
DB
103082014-05-30 David Blaikie <dblaikie@gmail.com>
10309
10310 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10311 gnu_inline semantics via attribute.
10312 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10313 source explicitly specifies the required semantics.
10314
bf4ef81e
MR
103152014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10316
10317 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10318
329ea579
PA
103192014-05-29 Pedro Alves <palves@redhat.com>
10320 Tom Tromey <tromey@redhat.com>
10321
10322 * gdb.base/async-shell.exp: Don't enable target-async.
10323 * gdb.base/async.exp
10324 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10325 parameter. Adjust.
10326 (top level): Don't test with "target-async".
10327 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10328 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10329 * gdb.base/inferior-died.exp: Don't enable target-async.
10330 * gdb.base/interrupt-noterm.exp: Likewise.
10331 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10332 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10333 * gdb.mi/mi-nonstop.exp: Likewise.
10334 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10335 * gdb.mi/mi-nsintrall.exp: Likewise.
10336 * gdb.mi/mi-nsmoribund.exp: Likewise.
10337 * gdb.mi/mi-nsthrexec.exp: Likewise.
10338 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10339 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10340 * gdb.python/py-evsignal.exp: Don't enable target-async.
10341 * gdb.python/py-evthreads.exp: Likewise.
10342 * gdb.python/py-prompt.exp: Likewise.
10343 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10344 * gdb.server/solib-list.exp: Don't enable target-async.
10345 * gdb.threads/thread-specific-bp.exp: Likewise.
10346 * lib/mi-support.exp: Adjust to use mi-async.
10347
fd664c91
PA
103482014-05-29 Pedro Alves <palves@redhat.com>
10349
10350 PR gdb/13860
10351 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10352 reason, even in sync mode.
10353
251bde03
PA
103542014-05-29 Pedro Alves <palves@redhat.com>
10355 Hui Zhu <hui@codesourcery.com>
10356
10357 PR PR15693
10358 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10359 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10360 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10361 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10362
7f3c0343
JB
103632014-05-28 Joel Brobecker <brobecker@adacore.com>
10364
10365 * config/monitor.exp (gdb_target_monitor): Replace use of
10366 "set remotebaud" by "set serial baud".
10367
b2715b27
AW
103682014-05-26 Andy Wingo <wingo@igalia.com>
10369
10370 * gdb.guile/scm-breakpoint.exp:
10371 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10372 properties instead of gdb-object-properties.
10373
498a4489
YQ
103742014-05-26 Yao Qi <yao@codesourcery.com>
10375
10376 * gdb.server/no-thread-db.exp: Specify source file name
10377 explicitly when setting a breakpoint.
10378
589fdceb
MM
103792014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10380
10381 * gdb.btrace/vdso.c: New.
10382 * gdb.btrace/vdso.exp: New.
10383
e9089e05
MM
103842014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10385
10386 * gdb.base/gcore.exp (capture_command_output): Move ...
10387 * lib/gdb.exp (capture_command_output): ... here.
10388
67b5c0c1
MM
103892014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10390
10391 * gdb.btrace/data.exp: Test memory access during btrace replay.
10392
a2199296
SM
103932014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10394
10395 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10396
17b2616c
PA
103972014-05-21 Pedro Alves <palves@redhat.com>
10398
10399 PR gdb/13860
10400 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10401 (top level): Test that output related to execution commands is
10402 sent to the console with CLI commands, but not with MI commands.
10403 Test that breakpoint events are always mirrored to the console.
10404 Also expect the new source line to be output after a "next" in
10405 async mode too. Make it a pass/fail test.
10406 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10407 output.
10408 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10409
5166082f
PA
104102014-05-21 Pedro Alves <palves@redhat.com>
10411
10412 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10413 Use them to test variations of "list" after reaching a breakpoint.
10414 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10415 Test "list" with listsize 10 after reaching a breakpoint.
10416 * gdb.python/python.exp (decode_line current location line
10417 number): Adjust expected line number.
10418
2f25d70f
SM
104192014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10420
10421 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10422 behavior for $args, pass it directly to "run".
10423
ff604a67
MR
104242014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10425
10426 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10427 30000 to 65536.
10428
6a3cb8e8
PA
104292014-05-21 Pedro Alves <palves@redhat.com>
10430
10431 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10432 auto-connect-native-target off".
10433 * gdb.base/auto-connect-native-target.c: New file.
10434 * gdb.base/auto-connect-native-target.exp: New file.
10435
4ebfc96e
PA
104362014-05-21 Pedro Alves <palves@redhat.com>
10437
10438 * gdb.base/default.exp: Test "target native" instead of "target
10439 child".
10440
36d46afb
MW
104412014-05-21 Mark Wielaard <mjw@redhat.com>
10442
10443 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10444
5876f503
JK
104452014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10446
10447 Fix TLS access for -static -pthread.
10448 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10449 <HAVE_TLS> (thread_function, main): Initialize it.
10450 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10451 Add clean_restart.
10452 <$have_tls != "">: Check TLSVAR.
10453
0256a6ac
PA
104542014-05-21 Pedro Alves <palves@redhat.com>
10455
10456 * gdb.base/dcache-line-read-error.c: New.
10457 * gdb.base/dcache-line-read-error.exp: New.
10458
936d2992
PA
104592014-05-20 Pedro Alves <palves@redhat.com>
10460
10461 * gdb.base/compare-sections.c: New file.
10462 * gdb.base/compare-sections.exp: New file.
10463
802e8e6d
PA
104642014-05-20 Pedro Alves <palves@redhat.com>
10465
10466 * gdb.base/break-idempotent.c: New file.
10467 * gdb.base/break-idempotent.exp: New file.
10468
e59fa00f
MM
104692014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10470
10471 * gdb.btrace/nohist.exp: New.
10472
8b696e31
YQ
104732014-05-20 Yao Qi <yao@codesourcery.com>
10474
10475 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10476 gdb.reverse directory and gdb_reverse_timeout exists in board
10477 setting.
10478 * README: Document gdb_reverse_timeout.
10479
73c9764f
YQ
104802014-05-20 Yao Qi <yao@codesourcery.com>
10481
10482 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10483 'test_file_name'. Treat args as a string instead of a list.
10484 (gdb_init): Rename argument 'args' by 'test_file_name'.
10485
f1f4348a
JK
104862014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10487
10488 * gdb.arch/powerpc-power.exp: New file.
10489 * gdb.arch/powerpc-power.s: New file.
10490
0dbe70ce
DE
104912014-05-16 Doug Evans <dje@google.com>
10492
10493 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10494 * gdb.base/completion.exp: Check that all expected files exist
10495 before doing file completion.
0dbe70ce 10496
8d551b02
DE
104972014-05-16 Doug Evans <dje@google.com>
10498
10499 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10500 Update.
10501 (do_syscall_tests_without_xml): Update.
10502
73eb7709
PA
105032014-05-16 Pedro Alves <palves@redhat.com>
10504
10505 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10506 instead of "unknown output after running".
10507
3fae92fc
YQ
105082014-05-16 Yao Qi <yao@codesourcery.com>
10509
10510 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10511 file1.txt from host at the end.
10512 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10513
c2b2ccc5
DE
105142014-05-15 Doug Evans <dje@google.com>
10515
10516 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10517 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10518 loading file. Add test for TU lookup.
10519
8c217a4b
SM
105202014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10521
10522 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10523 calling "-exec-arguments" or "set args" before running the
10524 inferior.
10525
3deb39c6
SM
105262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10527
10528 * lib/mi-support.exp (mi_expect_stop): Expect message for
10529 inferiors that exit with non-zero exit code.
10530
71a79f8c
YQ
105312014-05-14 Yao Qi <yao@codesourcery.com>
10532
10533 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10534 match absolute path on remote host.
10535 (test_file_list_exec_source_files): Remove "/" from the
10536 pattern.
10537
f23fcd46
YQ
105382014-05-14 Yao Qi <yao@codesourcery.com>
10539
10540 * boards/local-remote-host-notty.exp (${board}_file): New
10541 proc.
10542
9404b58f
KM
105432014-05-07 Kyle McMartin <kyle@redhat.com>
10544
10545 Pushed by Joel Brobecker <brobecker@adacore.com>.
10546 * gdb.arch/aarch64-atomic-inst.c: New file.
10547 * gdb.arch/aarch64-atomic-inst.exp: New file.
10548
5e45f04c
YQ
105492014-05-07 Yao Qi <yao@codesourcery.com>
10550
10551 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10552 in current context" too.
10553
c888a17d
KS
105542014-05-05 Keith Seitz <keiths@redhat.com>
10555
10556 * gdb.linespec/ls-dollar.exp: Add test for linespec
10557 file:convenience_variable.
10558
290a839c
YQ
105592014-05-05 Yao Qi <yao@codesourcery.com>
10560
10561 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10562 traceframes into tfile and ctf trace files. Read data from
10563 trace file and test collected data.
10564 (gdb_collect_locals_test): Likewise.
10565 (gdb_unavailable_registers_test): Likewise.
10566 (gdb_unavailable_floats): Likewise.
10567 (gdb_collect_globals_test): Likewise.
10568 (top-level): Append "ctf" to trace_file_targets if GDB
10569 supports.
10570
b5262cd0
YQ
105712014-05-05 Yao Qi <yao@codesourcery.com>
10572
10573 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10574 code to ...
10575 (gdb_collect_args_test_1): ... it. New proc.
10576 (gdb_collect_locals_test): Move some code to ...
10577 (gdb_collect_locals_test_1): ... it. New proc.
10578 (gdb_unavailable_registers_test): Move some code to ...
10579 (gdb_unavailable_registers_test_1): ... it. New proc.
10580 (gdb_unavailable_floats): Move some code to ...
10581 (gdb_unavailable_floats_1): ... it. New proc.
10582
30a1e6cc
SDJ
105832014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10584
10585 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10586 probes to test for bitness recognition.
10587 * gdb.arch/amd64-stap-optional-prefix.exp
10588 (test_probe_value_without_reg): New procedure.
10589 Add code to test for different kinds of bitness.
10590
f33da99a
SDJ
105912014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10592
10593 PR breakpoints/16889
10594 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10595 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10596
5b80f00d
PA
105972014-05-01 Pedro Alves <palves@redhat.com>
10598
10599 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10600 gdb_file_cmd if no file is specified.
10601 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10602 last_loaded_file to set the remote exec-file.
10603
f8c2a73c
PA
106042014-05-01 Pedro Alves <palves@redhat.com>
10605
10606 * boards/local-remote-host.exp: New file.
10607
be6e8ac7
PA
106082014-05-01 Pedro Alves <palves@redhat.com>
10609
10610 * boards/local-remote-host.exp: Rename to ...
10611 * boards/local-remote-host-notty.exp: ... this.
10612
cac0dc8f
JB
106132014-04-28 Joel Brobecker <brobecker@adacore.com>
10614
10615 * gdb.ada/dyn_arrayidx: New testcase.
10616
9730e6cc
YQ
106172014-04-26 Yao Qi <yao@codesourcery.com>
10618
10619 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10620 and compute the length of function main. Save it in
10621 $main_length.
10622 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10623 (top-level): Use gdb_compile to compile objects into
10624 executable and restart GDB. Remove invocation to
10625 prepare_for_testing.
10626
7ae1a6a6
PA
106272014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10628 Pedro Alves <palves@redhat.com>
10629
10630 PR server/16255
10631 * gdb.multi/multi-attach.c: New file.
10632 * gdb.multi/multi-attach.exp: New file.
10633
4082afcc
PA
106342014-04-25 Pedro Alves <palves@redhat.com>
10635
10636 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10637 user.
10638 (top level): Test that "set remote conditional-breakpoints-packet
10639 off" works as intended.
10640 * gdb.base/dprintf.exp: Test that "set remote
10641 breakpoint-commands-packet off" works as intended.
10642 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10643 New function.
10644 (top level): Call it.
10645 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10646 remote fast-tracepoints-packet off" works as intended.
10647 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10648 * lib/gdb.exp (gdb_is_target_remote): ... here.
10649
2abc3f8d
DB
106502014-04-24 David Blaikie <dblaikie@gmail.com>
10651
10652 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10653 ensure clang would not discard them.
10654 * gdb.base/gdbvars.c: Ditto.
10655 * gdb.base/memattr.c: Ditto.
10656 * gdb.base/whatis.c: Ditto.
10657 * gdb.python/py-prettyprint.c: Ditto.
10658 * gdb.trace/actions.c: Ditto.
10659 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10660 ensure clang would not discard it.
10661
bfd39632
DB
106622014-04-24 David Blaikie <dblaikie@gmail.com>
10663
10664 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10665 clang to emit the full definition of type required by the test
10666 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10667
22842ff6
DB
106682014-04-24 David Blaikie <dblaikie@gmail.com>
10669
10670 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10671 coax Clang into emitting the definition of the type.
10672 * gdb.cp/pr10728-x.h (y): Ditto.
10673 * gdb.cp/pr10728-y.cc (y): Ditto.
10674
c2e827ad
DB
106752014-04-24 David Blaikie <dblaikie@gmail.com>
10676
10677 * gdb.base/label.exp: XFAIL label related tests under Clang.
10678 * gdb.cp/cplabel.exp: Ditto.
10679 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10680 under Clang those using labels.
10681
4c2d33e7
YQ
106822014-04-25 Yao Qi <yao@codesourcery.com>
10683
10684 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10685 double_label.
10686 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10687 partial_label and double_label.
10688
56083b99
DB
106892014-04-24 David Blaikie <dblaikie@gmail.com>
10690
10691 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10692
25d4e99d
DB
106932014-04-24 David Blaikie <dblaikie@gmail.com>
10694
10695 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10696 of the function to work across GCC and Clang.
10697 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10698 pointer types (const void ** const V void **).
10699
01f9f808
MS
107002014-04-24 Michael Sturm <michael.sturm@mintel.com>
10701 Walfred Tedeschi <walfred.tedeschi@intel.com>
10702
10703 * Makefile.in (EXECUTABLES): Added i386-avx512.
10704 * gdb.arch/i386-avx512.c: New file.
10705 * gdb.arch/i386-avx512.exp: Likewise.
10706
4b48d439
KS
107072014-04-23 Keith Seitz <keiths@redhat.com>
10708
10709 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10710 (mi_make_breakpoint_table): New procedure.
10711 (mi_create_breakpoint): Use mi_make_breakpoint
10712 and return the result.
10713 (mi_make_breakpoint): New procedure.
10714 (mi_build_kv_pairs): New procedure.
10715
10716 * gdb.mi/mi-break.exp: Remove unused globals,
10717 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10718 All callers updated.
10719 * gdb.mi/mi-dprintf.exp: Use variable to track command
10720 number.
10721 Update all callers of mi_create_breakpoint and use
10722 mi_make_breakpoint_table.
10723 Remove any unused global variables.
10724 * gdb.mi/mi-nonstop.exp: Likewise.
10725 * gdb.mi/mi-nsintrall.exp: Likewise.
10726 * gdb.mi/mi-nsmoribund.exp: Likewise.
10727 * gdb.mi/mi-nsthrexec.exp: Likewise.
10728 * gdb.mi/mi-reverse.exp: Likewise.
10729 * gdb.mi/mi-simplerun.exp: Likewise.
10730 * gdb.mi/mi-stepn.exp: Likewise.
10731 * gdb.mi/mi-syn-frame.exp: Likewise.
10732 * gdb.mi/mi-until.exp: Likewise.
10733 * gdb.mi/mi-var-cp.exp: Likewise.
10734 * gdb.mi/mi-var-display.exp: Likewise.
10735 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10736 * gdb.mi/mi2-var-child.exp: Likewise.
10737 * gdb.mi/mi-vla-c99.exp: Likewise.
10738 * lib/mi-support.exp: Likewise.
10739
10740 From Ian Lance Taylor <iant@cygnus.com>:
10741 * lib/gdb.exp (parse_args): New procedure.
10742
08351840
PA
107432014-04-23 Pedro Alves <palves@redhat.com>
10744
10745 * gdb.base/break-unload-file.c: New file.
10746 * gdb.base/break-unload-file.exp: New file.
10747 * gdb.base/sym-file-lib.c (baz): New function.
10748 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10749 field.
10750 (load): Store the segment's mapped size.
10751 (unload): New function.
10752 (unload_shlib): New function.
10753 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10754 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10755 set a breakpoint at baz, and call it.
10756 * gdb.base/sym-file.exp: New tests for stale breakpoint
10757 instructions.
10758
076855f9
PA
107592014-04-23 Pedro Alves <palves@redhat.com>
10760
10761 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10762 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10763 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10764 * gdb.base/hbreak-unmapped.c: New file.
10765 * gdb.base/hbreak-unmapped.exp: New file.
10766 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10767 * lib/gdb.exp (gdb_is_target_remote): ... here.
10768
483805cf
PA
107692014-04-22 Pedro Alves <palves@redhat.com>
10770
10771 * gdb.base/consecutive-step-over.c: New file.
10772 * gdb.base/consecutive-step-over.exp: New file.
10773
06d97543
PA
107742014-04-22 Pedro Alves <palves@redhat.com>
10775
10776 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10777 instead of send_gdb/gdb_expect.
10778
b4429ea2
YQ
107792014-04-22 Yao Qi <yao@codesourcery.com>
10780
10781 * lib/trace-support.exp (generate_tracefile): New procedure.
10782 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10783 return 0.
10784 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10785 if generate_tracefile returns 1.
10786
51d48146
PA
107872014-04-18 Tom Tromey <palves@redhat.com>
10788 Pedro alves <tromey@redhat.com>
10789
10790 PR backtrace/15558
10791 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10792 with a backtrace limit.
10793 * gdb.python/py-frame-inline.exp: Test running to an inline
10794 function with a backtrace limit, and printing the newest frame.
10795 * gdb.python/py-frame-inline.c (main): Call f.
10796
bd1dce5f
MS
107972014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10798
10799 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10800
40d1a503
MS
108012014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10802
10803 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10804 Drop prefix from unsupported source file path.
10805
389b98f7
YQ
108062014-04-17 Yao Qi <yao@codesourcery.com>
10807
10808 * lib/gdb.exp (with_target_charset): New proc.
10809 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10810 with_target_charset.
10811 (test_print_strings): Likewise.
10812 (test_repeat_bytes): Likewise.
10813 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10814 for some tests.
10815
22869d73
KS
108162014-04-16 Keith Seitz <keiths@redhat.com>
10817
10818 PR gdb/15827
10819 * gdb.dwarf2/corrupt.c: New file.
10820 * gdb.dwarf2/corrupt.exp: New file.
10821
c4f87ca6
KS
108222014-04-16 Keith Seitz <keiths@redhat.com>
10823
10824 PR c++/16597
10825 * gdb.cp/namelessclass.cc: New file.
10826 * gdb.cp/namelessclass.exp: New file.
10827 * gdb.cp/namelessclass.S: New file.
10828
ab19de87
DE
108292014-04-16 Doug Evans <dje@google.com>
10830
10831 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10832 Add comment.
10833 (gdbserver_default_get_comm_port): New function.
10834 (gdbserver_start): Check if board file provided
10835 "gdbserver,get_comm_port" and use it if so.
10836 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10837 (gdb,socketport): Set to "stdio".
10838 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10839 (stdio_gdbserver_template): Delete.
10840 (${board}_get_remote_address): Update.
10841 (${board}_build_remote_cmd): Delete.
10842 (${board}_get_comm_port): New function.
10843 (${board}_spawn): Update.
10844 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10845 Delete.
10846 (${board}_get_remote_address): Update.
10847 (${board}_get_comm_port): New function.
10848
fc98a809
AB
108492014-04-16 Andrew Burgess <aburgess@broadcom.com>
10850
10851 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10852 appearing in any order.
10853
87fd9e6e
DE
108542014-04-15 Doug Evans <dje@google.com>
10855
10856 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10857 uninitialized value of "description".
10858
099fc3ea
KS
108592014-04-15 Keith Seitz <keiths@redhat.com>
10860
10861 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10862 Remove unused globals.
10863 (test_running_the_program): Likewise.
10864 (test_controlled_execution): Likewise.
10865 (test_controlling_breakpoints): Likewise.
10866 (test_program_termination): Likewise.
10867
5da151d4
KS
108682014-04-15 Keith Seitz <keiths@redhat.com>
10869
10870 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10871 unused globals.
10872 (test_rbreak_creation_and_listing): Likewise.
10873 (test_ignore_count): Likewise.
10874 (test_error): Likewise.
10875
35e5d2f0
PA
108762014-04-15 Pedro Alves <palves@redhat.com>
10877
10878 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10879 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10880 sym-file-loader.c.
10881 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10882 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10883 to sym-file-loader.c.
10884 (struct library): Forward declare.
10885 (load_shlib, lookup_function): Change prototypes.
10886 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10887 (translate_offset): Remove declarations.
10888 (get_text_addr): New declaration.
10889 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10890 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10891 sym-file-loader.h.
10892 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10893 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10894 here from sym-file-loader.h.
10895 (struct library): New structure.
10896 (load_shlib, lookup_function): Change prototypes and adjust to
10897 work with a struct library.
10898 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10899 (translate_offset): Make static.
10900 (get_text_addr): New function.
10901 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10902
eb4c1710
PA
109032014-04-15 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10906
2d1baf52
PA
109072014-04-15 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.base/sym-file-loader.c: Include <limits.h>.
10910 (SELF_LINK): New define.
10911 (get_origin): New function.
10912 (load_shlib): Use it.
10913 * gdb.base/sym-file.exp: Don't early return if the target is
10914 remote. Use runto_main, and issue fail is that fails. Use
10915 gdb_load_shlibs.
10916 (shlib_name): Delete.
10917 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10918
7dd6df01
PA
109192014-04-15 Pedro Alves <palves@redhat.com>
10920
10921 * gdb.base/sym-file.exp: Remove regex characters from test
10922 message. Don't refer to breakpoint numbers in test messages.
10923
b50c8614
KS
109242014-04-14 Keith Seitz <keiths@redhat.com>
10925
10926 PR c++/16253
10927 * gdb.cp/var-tag.cc: New file.
10928 * gdb.cp/var-tag.exp: New file.
10929 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10930 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10931 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10932 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10933
3d567982
TT
109342014-04-14 Tom Tromey <tromey@redhat.com>
10935
10936 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10937 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10938 type.
10939 * gdb.cp/enum-class.exp: New file.
10940 * gdb.cp/enum-class.cc: New file.
10941
0626fc76
TT
109422014-04-14 Tom Tromey <tromey@redhat.com>
10943
10944 * gdb.dwarf2/enum-type.exp: New file.
10945
dca325b3
SA
109462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10947
10948 * gdb.mi/mi-vla-c99.exp: New file.
10949 * gdb.mi/vla.c: New file.
10950
5854b38a
SA
109512014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10952
10953 * gdb.base/vla-datatypes.c: New file.
10954 * gdb.base/vla-datatypes.exp: New file.
10955
463bb957
SA
109562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10957
10958 * gdb.base/vla-ptr.c: New file.
10959 * gdb.base/vla-ptr.exp: New file.
10960
3dd170be
SA
109612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10962
10963 * gdb.dwarf2/count.exp: New file.
10964
5ecaaa66
SA
109652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10966
10967 * gdb.base/vla-sideeffect.c: New file.
10968 * gdb.base/vla-sideeffect.exp: New file.
10969
41f1ada5
DB
109702014-04-14 David Blaikie <dblaikie@gmail.com>
10971
10972 * gdb.mi/non-stop.c: Add return value for non-void function return
10973 statement.
10974 * gdb.threads/staticthreads.c: Ditto.
10975
0be03e84
DE
109762014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10977 Doug Evans <xdje42@gmail.com>
10978
10979 * gdb.guile/scm-value.c: Improve test case.
10980 * gdb.guile/scm-value.exp: Add new test.
10981
f180a1fb
DB
109822014-04-11 David Blaikie <dblaikie@gmail.com>
10983
10984 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10985 override Clang's default.
10986
6b662e19
JB
109872014-04-11 Joel Brobecker <brobecker@adacore.com>
10988
10989 Revert the following changes (regressions):
10990
10991 * gdb.base/vla-sideeffect.c: New file.
10992 * gdb.base/vla-sideeffect.exp: New file.
10993
10994 * gdb.dwarf2/count.exp: New file.
10995
10996 * gdb.base/vla-multi.c: New file.
10997 * gdb.base/vla-multi.exp: New file.
10998
10999 * gdb.base/vla-ptr.c: New file.
11000 * gdb.base/vla-ptr.exp: New file.
11001
11002 * gdb.base/vla-datatypes.c: New file.
11003 * gdb.base/vla-datatypes.exp: New file.
11004
11005 * gdb.mi/mi-vla-c99.exp: New file.
11006 * gdb.mi/vla.c: New file.
11007
245a5f0b
KS
110082014-04-11 Keith Seitz <keiths@redhat.com>
11009
11010 PR c++/16675
11011 * gdb.cp/cpsizeof.exp: New file.
11012 * gdb.cp/cpsizeof.cc: New file.
11013
58a84dcf
SA
110142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11015
191a8a90
JB
11016 * gdb.mi/mi-vla-c99.exp: New file.
11017 * gdb.mi/vla.c: New file.
58a84dcf 11018
c8655f75
SA
110192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11020
11021 * gdb.base/vla-datatypes.c: New file.
11022 * gdb.base/vla-datatypes.exp: New file.
11023
024e13b4
SA
110242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11025
11026 * gdb.base/vla-ptr.c: New file.
11027 * gdb.base/vla-ptr.exp: New file.
11028
1a237e0e
SA
110292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11030
11031 * gdb.base/vla-multi.c: New file.
11032 * gdb.base/vla-multi.exp: New file.
11033
504f3432
SA
110342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11035
11036 * gdb.dwarf2/count.exp: New file.
11037
3bce8237
SA
110382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11039
191a8a90
JB
11040 * gdb.base/vla-sideeffect.c: New file.
11041 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 11042
322f9c21
YQ
110432014-04-11 Yao Qi <yao@codesourcery.com>
11044
11045 * gdb.base/completion.exp: Check file exists before running tests
11046 on file completion.
11047
d708bcd1
PA
110482014-04-10 Pedro Alves <palves@redhat.com>
11049
11050 * gdb.base/cond-eval-mode.c: New file.
11051 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11052 prepare_for_testing to build the new file. Check result of
11053 runto_main.
11054 (test_break, test_watch): New procedures.
11055 (top level): Use them.
11056
ae1d2761
PM
110572014-04-08 Pierre Muller <muller@sourceware.org>
11058
11059 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11060 Ctrl-V use for mingw hosts.
11061
7af389b8
SC
110622014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11063
11064 * gdb.python/py-value.c: Improve test case.
11065 * gdb.python/py-value.exp: Add new test.
11066
5e703181
DE
110672014-04-07 David Blaikie <dblaikie@gmail.com>
11068
11069 * lib/compiler.c: Identify the clang compiler.
11070 * lib/compiler.cc: Ditto.
11071
9810b410
YQ
110722014-04-03 Yao Qi <yao@codesourcery.com>
11073
11074 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11075
98d1b8dc
AB
110762014-04-01 Anton Blanchard <anton@samba.org>
11077
11078 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11079 messages unique.
11080
3114cea1
AB
110812014-04-01 Anton Blanchard <anton@samba.org>
11082
11083 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11084 prepare_for_testing.
11085
62f7182c
AB
110862014-04-01 Anton Blanchard <anton@samba.org>
11087
11088 * gdb.arch/ppc64-atomic-inst.c: Remove.
11089 * gdb.arch/ppc64-atomic-inst.S: New file.
11090 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11091
770e7fc7
DE
110922014-03-31 Doug Evans <dje@google.com>
11093
11094 * gdb.base/print-symbol-loading-lib.c: New file.
11095 * gdb.base/print-symbol-loading-main.c: New file.
11096 * gdb.base/print-symbol-loading.exp: New file.
11097
46e2bafa
YQ
110982014-03-31 Yao Qi <yao@codesourcery.com>
11099
11100 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11101
8776cfe9
JB
111022014-03-28 Joel Brobecker <brobecker@adacore.com>
11103
11104 * gdb.ada/mi_dyn_arr: New testcase.
11105
5d1ef361
DE
111062014-03-27 Doug Evans <dje@google.com>
11107
11108 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11109
b5bee914
YQ
111102014-03-27 Yao Qi <yao@codesourcery.com>
11111
11112 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11113 if target is nios2-*-*.
11114
0d4d0e77
YQ
111152014-03-26 Yao Qi <yao@codesourcery.com>
11116
11117 * lib/gdb.exp (readline_is_used): New proc.
11118 * gdb.base/completion.exp: Move tests on command complete up.
11119 Skip the rest of tests if readline is not used.
11120 * gdb.ada/complete.exp: Skp the test if readline is not
11121 used.
11122 * gdb.base/filesym.exp: Likewise.
11123 * gdb.base/macscp.exp: Likewise.
11124 * gdb.base/readline-ask.exp: Likewise.
11125 * gdb.base/readline.exp: Likewise.
11126 * gdb.python/py-cmd.exp: Likewise.
11127 * gdb.trace/tfile.exp: Likewise.
11128
29361eee
YQ
111292014-03-26 Yao Qi <yao@codesourcery.com>
11130
11131 * gdb.base/macscp.exp: Fix code format issues.
11132
bc9a5525
UW
111332014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11134
11135 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11136 * gdb.asm/powerpc64le.inc: New file.
11137
d3839ede
PA
111382014-03-25 Pedro Alves <palves@redhat.com>
11139 Doug Evans <dje@google.com>
11140
11141 * gdb.base/source-execution.c: New file.
11142 * gdb.base/source-execution.exp: New file.
11143 * gdb.base/source-execution.gdb: New file.
11144
01672a57
DE
111452014-03-24 Doug Evans <dje@google.com>
11146
11147 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11148 using fission.
11149
88bbeca9
HZ
111502014-03-24 Hui Zhu <hui@codesourcery.com>
11151 Pedro Alves <palves@redhat.com>
11152
11153 PR breakpoints/16101
11154 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11155 test pass/fail messages. Detect missing support for dprintf when
11156 breakpoints are actually inserted.
11157 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11158 breakpoints are actually inserted.
11159 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11160 fails.
11161
d2348791
JK
111622014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11163
11164 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11165
feef67ab
DE
111662014-03-22 Doug Evans <xdje42@gmail.com>
11167
11168 * gdb.python/python.exp (python not supported): Verify multi-line
11169 python command issues an error.
25d743f9 11170 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 11171 guile command issues an error.
feef67ab 11172
ecebef6a
MR
111732014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11174
11175 * gdb.threads/thread-specific.exp: Handle the lack of usable
11176 $this_breakpoint and $this_thread.
11177
ccdd1909
HZ
111782014-03-21 Hui Zhu <hui@codesourcery.com>
11179
11180 * gdb.base/attach.exp (do_command_attach_tests): New.
11181
beb460e8
PA
111822014-03-20 Tom Tromey <tromey@redhat.com>
11183 Pedro Alves <palves@redhat.com>
11184
11185 PR cli/15718
11186 * gdb.base/condbreak-call-false.c: New file.
11187 * gdb.base/condbreak-call-false.exp: New file.
11188
40acf43a
PA
111892014-03-20 Pedro Alves <palves@redhat.com>
11190
11191 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11192 Delete.
11193 (block_signals, unblock_signals): Delete.
11194 (child_function_2, main): Remove references to deleted variable
11195 and functions.
11196
9f5e1e02
PA
111972014-03-20 Pedro Alves <palves@redhat.com>
11198
11199 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11200 Use pthread_kill to signal thread 2.
11201 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11202 Adjust to make the test send itself a signal rather than using the
11203 host's "kill" command.
11204
99619bea
PA
112052014-03-20 Pedro Alves <palves@redhat.com>
11206
11207 * gdb.threads/multiple-step-overs.c: New file.
11208 * gdb.threads/multiple-step-overs.exp: New file.
11209 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11210 Adjust expected infrun debug output.
11211
2adfaa28
PA
112122014-03-20 Pedro Alves <palves@redhat.com>
11213
11214 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11215 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11216
31e77af2
PA
112172014-03-20 Pedro Alves <palves@redhat.com>
11218
11219 PR breakpoints/7143
11220 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11221 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11222 of gdb_test_multiple.
11223 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11224 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11225
b9f437de
PA
112262014-03-20 Pedro Alves <palves@redhat.com>
11227
11228 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11229 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11230
05adc73e
PA
112312014-03-19 Pedro Alves <palves@redhat.com>
11232
11233 * gdb.base/async.exp: Remove early return.
11234
6048b950
PA
112352014-03-19 Pedro Alves <palves@redhat.com>
11236
11237 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11238
8bcfb00a
PA
112392014-03-19 Pedro Alves <palves@redhat.com>
11240
11241 * gdb.base/async.exp (test_background): Expect \r\n after
11242 "completed." in the fail pattern.
11243
884e37dc
PA
112442014-03-19 Pedro Alves <palves@redhat.com>
11245
11246 * gdb.base/async.exp (test_background): New procedure.
11247 Use it for all background execution command tests.
11248
148e57e2
PA
112492014-03-19 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.base/async.exp: Use prepare_for_testing.
11252
f48088c7
PA
112532014-03-19 Pedro Alves <palves@redhat.com>
11254
11255 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11256 the same line.
11257
e2f6c966
PA
112582014-03-19 Pedro Alves <palves@redhat.com>
11259
11260 * gdb.base/async.c (main): Add "jump here" and "until here" line
11261 marker comments.
11262 * gdb.base/async.exp (jump_here): New global.
11263 (jump& test): Use it.
11264 (until_here): New global.
11265 (until& test): Use it.
11266
c30568d4
PA
112672014-03-19 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.base/async.exp: Don't frob gdb_protocol.
11270
0172b6a7
DE
112712014-03-18 Doug Evans <xdje42@gmail.com>
11272
11273 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11274 Fix spelling of exec-done-display.
11275
06c868a8
JK
112762014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11277
11278 PR gdb/15358
11279 * gdb.base/gdb-sigterm.c: New file.
11280 * gdb.base/gdb-sigterm.exp: New file.
11281
0c7e1a46
PA
112822014-03-18 Pedro Alves <palves@redhat.com>
11283
11284 PR gdb/13860
11285 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11286 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11287 solib-event.
11288
f7c77d93
JB
112892014-03-17 Joel Brobecker <brobecker@adacore.com>
11290
11291 * gdb.ada/pckd_arr_ren: New testcase.
11292
5a1e8c7a
DE
112932014-03-13 Doug Evans <xdje42@gmail.com>
11294
11295 PR guile/16612
11296 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11297 collect after discarding symbols.
11298
350e1a76
DE
112992014-03-13 Ludovic Courtès <ludo@gnu.org>
11300 Doug Evans <xdje42@gmail.com>
11301
11302 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11303 to history survives a gc.
11304
a69900ae
PA
113052014-03-13 Pedro Alves <palves@redhat.com>
11306
11307 * gdb.base/default.exp: Don't test "target procfs".
11308
5db9f0bd
PA
113092014-03-13 Pedro Alves <palves@redhat.com>
11310
11311 * gdb.base/default.exp: Update "target child" and "target procfs"
11312 tests to not expect "Unix".
11313
b3ccfe11
TT
113142014-03-12 Tom Tromey <tromey@redhat.com>
11315
11316 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11317 New procs. Add target-async tests.
11318 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11319 Add target-async tests.
11320
646f4417
AA
113212014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11322
11323 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11324 'func_start' and 'func_end' for the beginning and end of the
11325 function code, respectively.
11326 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11327 'func_end' instead of 'func' and 'main'.
11328
288c211f
AA
113292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11330
11331 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11332 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11333 generate the debug info assembler source.
11334
e0c0f156
AA
113352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11336
11337 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11338 * gdb.dwarf2/arr-subrange.exp: Likewise.
11339 * gdb.dwarf2/dwz.exp: Likewise.
11340 * gdb.dwarf2/method-ptr.exp: Likewise.
11341 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11342 * gdb.dwarf2/subrange.exp: Likewise.
11343 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11344 * gdb.dwarf2/implptrpiece.exp: Likewise.
11345 * gdb.dwarf2/nostaticblock.exp: Likewise.
11346
0e5c4555
AA
113472014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11348
11349 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11350 directory to absolute path name arguments.
11351
5ec18f2b
JG
113522014-03-10 Joel Brobecker <brobecker@adacore.com>
11353
11354 * gdb.ada/tagged_access: New testcase.
11355
847fc4f2
MM
113562014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11357
11358 * gdb.btrace/data.exp: Update expected output.
11359
cc3da688
YQ
113602014-03-06 Yao Qi <yao@codesourcery.com>
11361
11362 * gdb.trace/pr16508.exp: New file.
11363
0f26cec1
PA
113642014-03-05 Pedro Alves <palves@redhat.com>
11365
11366 PR gdb/16575
11367 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11368 procedure.
11369 (top level): Adjust to use it. Add tests that exercise breakpoint
11370 interaction with the code-cache.
11371
7a5a839f
LC
113722014-02-26 Ludovic Courtès <ludo@gnu.org>
11373
11374 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11375 test for 'history-append!'.
11376
31aa7e4e
JB
113772014-02-26 Joel Brobecker <brobecker@adacore.com>
11378
11379 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11380 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11381 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11382 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11383 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11384 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11385
1b588015
JB
113862014-02-26 Joel Brobecker <brobecker@adacore.com>
11387
11388 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11389 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11390 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11391
55426c9d
JB
113922014-02-26 Joel Brobecker <brobecker@adacore.com>
11393
11394 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11395
dc53a7ad
JB
113962014-02-26 Joel Brobecker <brobecker@adacore.com>
11397
11398 * gdb.dwarf2/arr-stride.c: New file.
11399 * gdb.dwarf2/arr-stride.exp: New file.
11400
12ab52e9
PA
114012014-02-26 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11404 that won't ever trigger. Make sure that GDB reports the correct
11405 breakpoint that caused the stop.
11406
849c862e
JK
114072014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11408
11409 PR gdb/16626
11410 * gdb.base/auto-load-script: New file.
11411 * gdb.base/auto-load.c: New file.
11412 * gdb.base/auto-load.exp: New file.
11413
71b7d793
JK
11414 PR gdb/16626
11415 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11416
e2f0d509
JK
114172014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11418
11419 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11420 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11421
50cc37c8
DE
114222014-02-24 Doug Evans <dje@google.com>
11423
11424 * lib/gdb.exp (run_on_host): Log error output if program fails.
11425
ea4758f2
PA
114262014-02-21 Pedro Alves <palves@redhat.com>
11427
11428 * gdb.threads/step-after-sr-lock.c: Rename to ...
11429 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11430 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11431 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11432 ... this.
11433
d7b30f67
SDJ
114342014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11435
11436 PR tdep/16397
11437 * gdb.arch/amd64-stap-special-operands.exp: New file.
11438 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11439 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11440 * gdb.arch/amd64-stap-triplet.S: Likewise.
11441 * gdb.arch/amd64-stap-triplet.c: Likewise.
11442
83deb43f
JB
114432014-02-20 Joel Brobecker <brobecker@adacore.com>
11444
11445 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11446 in .section pseudo-op.
11447
adde2bff
DE
114482014-02-20 lin zuojian <manjian2006@gmail.com>
11449 Joel Brobecker <brobecker@adacore.com>
11450 Doug Evans <xdje42@gmail.com>
11451
11452 PR symtab/16581
11453 * gdb.dwarf2/dw2-icycle.S: New file.
11454 * gdb.dwarf2/dw2-icycle.c: New file.
11455 * gdb.dwarf2/dw2-icycle.exp: New file.
11456
f7bd0f78
SC
114572014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11458
11459 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11460 operations on gdb.Value objects.
11461 * gdb.python/py-value-cc.exp: Add new test to test operations on
11462 gdb.Value objects.
11463
c17ef0d5
DE
114642014-02-18 Doug Evans <dje@google.com>
11465
11466 * Makefile.in (TESTS): New variable.
11467 (expanded_tests, expanded_tests_or_none): New variables
11468 (check-single): Pass $(expanded_tests_or_none) to runtest.
11469 (check-parallel): Only run tests in $(TESTS) if non-empty.
11470 (check/no-matching-tests-found): New rule.
11471 * README: Document TESTS makefile variable.
11472
5dd3176f
DE
114732014-02-18 Doug Evans <dje@google.com>
11474
11475 * Makefile.in (check-parallel): rm -rf outputs temp.
11476
0b10be4f
JK
114772014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11478
11479 Fix "ERROR: no fileid for" in the testsuite.
11480 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11481
85f224e7
DE
114822014-02-12 Doug Evans <dje@google.com>
11483
11484 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11485 (MISCELLANEOUS): New variable.
11486 (clean): rm -rf $(MISCELLANEOUS).
11487 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11488 dwp live in the same directory as symlinks, with each symlink pointed
11489 to a differently named file in a different directory.
11490
149b30ff
DE
114912014-02-11 Doug Evans <dje@google.com>
11492
11493 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11494 of Tcl file commands.
11495
1dfdac32
MK
114962014-02-10 Mark Kettenis <kettenis@gnu.org>
11497
11498 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11499 "kill -SIGUSR1 -1".
11500
aa4fb036
JB
115012014-02-10 Joel Brobecker <brobecker@adacore.com>
11502
11503 * gdb.ada/tick_length_array_enum_idx: New testcase.
11504
ed3ef339
DE
115052014-02-10 Doug Evans <xdje42@gmail.com>
11506
11507 * configure.ac (AC_OUTPUT): Add gdb.guile.
11508 * configure: Regenerate.
11509 * lib/gdb-guile.exp: New file.
11510 * lib/gdb.exp (get_target_charset): New function.
11511 * gdb.base/help.exp: Update expected output from "apropos apropos".
11512 * gdb.guile/Makefile.in: New file.
11513 * gdb.guile/guile.exp: New file.
11514 * gdb.guile/scm-arch.c: New file.
11515 * gdb.guile/scm-arch.exp: New file.
11516 * gdb.guile/scm-block.c: New file.
11517 * gdb.guile/scm-block.exp: New file.
11518 * gdb.guile/scm-breakpoint.c: New file.
11519 * gdb.guile/scm-breakpoint.exp: New file.
11520 * gdb.guile/scm-disasm.c: New file.
11521 * gdb.guile/scm-disasm.exp: New file.
11522 * gdb.guile/scm-equal.c: New file.
11523 * gdb.guile/scm-equal.exp: New file.
11524 * gdb.guile/scm-error.exp: New file.
11525 * gdb.guile/scm-error.scm: New file.
11526 * gdb.guile/scm-frame-args.c: New file.
11527 * gdb.guile/scm-frame-args.exp: New file.
11528 * gdb.guile/scm-frame-args.scm: New file.
11529 * gdb.guile/scm-frame-inline.c: New file.
11530 * gdb.guile/scm-frame-inline.exp: New file.
11531 * gdb.guile/scm-frame.c: New file.
11532 * gdb.guile/scm-frame.exp: New file.
11533 * gdb.guile/scm-generics.exp: New file.
11534 * gdb.guile/scm-gsmob.exp: New file.
11535 * gdb.guile/scm-iterator.c: New file.
11536 * gdb.guile/scm-iterator.exp: New file.
11537 * gdb.guile/scm-math.c: New file.
11538 * gdb.guile/scm-math.exp: New file.
11539 * gdb.guile/scm-objfile-script-gdb.in: New file.
11540 * gdb.guile/scm-objfile-script.c: New file.
11541 * gdb.guile/scm-objfile-script.exp: New file.
11542 * gdb.guile/scm-objfile.c: New file.
11543 * gdb.guile/scm-objfile.exp: New file.
11544 * gdb.guile/scm-ports.exp: New file.
11545 * gdb.guile/scm-pretty-print.c: New file.
11546 * gdb.guile/scm-pretty-print.exp: New file.
11547 * gdb.guile/scm-pretty-print.scm: New file.
11548 * gdb.guile/scm-section-script.c: New file.
11549 * gdb.guile/scm-section-script.exp: New file.
11550 * gdb.guile/scm-section-script.scm: New file.
11551 * gdb.guile/scm-symbol.c: New file.
11552 * gdb.guile/scm-symbol.exp: New file.
11553 * gdb.guile/scm-symtab-2.c: New file.
11554 * gdb.guile/scm-symtab.c: New file.
11555 * gdb.guile/scm-symtab.exp: New file.
11556 * gdb.guile/scm-type.c: New file.
11557 * gdb.guile/scm-type.exp: New file.
11558 * gdb.guile/scm-value-cc.cc: New file.
11559 * gdb.guile/scm-value-cc.exp: New file.
11560 * gdb.guile/scm-value.c: New file.
11561 * gdb.guile/scm-value.exp: New file.
11562 * gdb.guile/source2.scm: New file.
11563 * gdb.guile/types-module.cc: New file.
11564 * gdb.guile/types-module.exp: New file.
11565
7026a7c1
YQ
115662014-02-10 Yao Qi <yao@codesourcery.com>
11567
11568 PR testsuite/16543
11569 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11570 * configure: Regenerated.
11571 * Makefile.in: New file.
11572
6c466447
AS
115732014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11574
11575 * gdb.python/py-framefilter.exp: Fix typo.
11576
6e854735
YQ
115772014-02-08 Yao Qi <yao@codesourcery.com>
11578
11579 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11580 that no =breakpoint-modified is emitted when breakpoints are
11581 modified through MI commands.
11582
d137e6dc
PA
115832014-02-07 Pedro Alves <pedro@codesourcery.com>
11584 Pedro Alves <palves@redhat.com>
11585
11586 * gdb.threads/step-after-sr-lock.c: New file.
11587 * gdb.threads/step-after-sr-lock.exp: New file.
11588
b5ee5a50
PA
115892014-02-07 Pedro Alves <palves@redhat.com>
11590
11591 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11592
3c77faf3
JK
115932014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11594
11595 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11596 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11597
6dddc817
DE
115982014-02-06 Doug Evans <xdje42@gmail.com>
11599
11600 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11601 output.
11602
11603 * gdb.gdb/python-interrupts.exp: New file.
11604
de7b2893
YQ
116052014-02-05 Yao Qi <yao@codesourcery.com>
11606
11607 * gdb.trace/report.exp (use_collected_data): Test the output
11608 of "info threads" and "info inferiors".
11609
66d032ac
YQ
116102014-02-05 Yao Qi <yao@codesourcery.com>
11611
11612 Revert this patch:
11613
11614 2013-05-24 Yao Qi <yao@codesourcery.com>
11615
11616 * gdb.trace/tfile.exp: Test inferior and thread.
11617
591a12a1
UW
116182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11619
11620 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11621 on a function.
11622 * gdb.base/step-bt.c: Call hello via function pointer to make
11623 sure its first instruction is executed on powerpc64le-linux.
11624
0ff3e01f
UW
116252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11626
11627 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11628
084ee545
UW
116292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11630
11631 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11632 of the test patterns for use on little-endian systems.
11633
6ed14ff3
UW
116342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11635
11636 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11637 (decimal_vector): Fix for little-endian.
11638
401e27fd
JM
116392014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11640
11641 * gdb.arch/sparc-sysstep.exp: New file.
11642 * gdb.arch/sparc-sysstep.c: Likewise.
11643
11644 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11645
8b924729
EBM
116462014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11647
11648 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11649
fb151210
JB
116502014-01-23 Tom Tromey <tromey@redhat.com>
11651
11652 * gdb.ada/array_char_idx: New testcase.
11653
0740f8d8
TT
116542014-01-23 Tom Tromey <tromey@redhat.com>
11655
11656 PR python/16487:
11657 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11658 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11659 classes.
11660
21909fa1
TT
116612014-01-23 Tom Tromey <tromey@redhat.com>
11662
11663 PR python/16491:
11664 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11665 string from an inferior frame.
11666 * gdb.python/py-framefilter-mi.exp: Update.
11667
87ce2a04
DE
116682014-01-22 Doug Evans <dje@google.com>
11669
11670 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11671
237b092b
AA
116722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11673
11674 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11675
d674a709
AA
116762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11677
11678 * gdb.trace/entry-values.exp: Remove excess space character from
11679 regex patterns. Handle s390 call instruction.
11680
20fa3390
AA
116812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11682
11683 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11684 define "*_start" label. Make "name" static.
11685 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11686 ${name} by references to ${name}_start.
11687
78466714
AA
116882014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11689
11690 * gdb.base/info-macros.exp: Remove "debug" from the compile
11691 options.
11692
ec9f644a
IB
116932014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11694
11695 * gdb.dlang/demangle.exp: New file.
11696
94b1b47e
IB
116972014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11698
11699 * gdb.dlang/primitive-types.exp: New file.
11700
7f420862
IB
117012014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11702
11703 * configure.ac: Create gdb.dlang/Makefile.
11704 * configure: Regenerate.
11705 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11706 * gdb.dlang/Makefile.in: New file.
11707 * lib/d-support.exp: New file.
11708 * lib/gdb.exp (skip_d_tests): New proc.
11709
52834460
MM
117102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11711
11712 * gdb.btrace/delta.exp: Check reverse stepi.
11713 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11714 * gdb.btrace/finish.exp: New.
11715 * gdb.btrace/next.exp: New.
11716 * gdb.btrace/nexti.exp: New.
11717 * gdb.btrace/record_goto.c: Add comments.
11718 * gdb.btrace/step.exp: New.
11719 * gdb.btrace/stepi.exp: New.
11720 * gdb.btrace/multi-thread-step.c: New.
11721 * gdb.btrace/multi-thread-step.exp: New.
11722 * gdb.btrace/rn-dl-bind.c: New.
11723 * gdb.btrace/rn-dl-bind.exp: New.
11724 * gdb.btrace/data.c: New.
11725 * gdb.btrace/data.exp: New.
11726 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11727
6e07b1d2
MM
117282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11729
11730 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11731 * gdb.btrace/exception.exp: Update.
11732 * gdb.btrace/instruction_history.exp: Update.
11733 * gdb.btrace/record_goto.exp: Update.
11734 * gdb.btrace/tailcall.exp: Update.
11735 * gdb.btrace/unknown_functions.exp: Update.
11736 * gdb.btrace/delta.exp: New.
11737
0b722aec
MM
117382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11739
11740 * gdb.btrace/record_goto.exp: Add backtrace test.
11741 * gdb.btrace/tailcall.exp: Add backtrace test.
11742
066ce621
MM
117432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11744
11745 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11746 * gdb.btrace/record_goto.c: New.
11747 * gdb.btrace/record_goto.exp: New.
11748 * gdb.btrace/x86-record_goto.S: New.
11749
0688d04e
MM
117502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11751
11752 * gdb.btrace/function_call_history.exp: Update tests.
11753 * gdb.btrace/instruction_history.exp: Update tests.
11754
8710b709
MM
117552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11756
11757 * gdb.btrace/function_call_history.exp: Fix expected field
11758 order for "record function-call-history".
11759 Add new tests for "record function-call-history /c".
11760 * gdb.btrace/exception.cc: New.
11761 * gdb.btrace/exception.exp: New.
11762 * gdb.btrace/tailcall.exp: New.
11763 * gdb.btrace/x86-tailcall.S: New.
11764 * gdb.btrace/x86-tailcall.c: New.
11765 * gdb.btrace/unknown_functions.c: New.
11766 * gdb.btrace/unknown_functions.exp: New.
11767 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11768
5de9129b
MM
117692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11770
11771 * gdb.btrace/instruction_history.exp: Update.
11772 * gdb.btrace/function_call_history.exp: Update.
11773
23a7fe75
MM
117742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11775
11776 * gdb.btrace/function_call_history.exp: Fix expected function
11777 trace.
11778 * gdb.btrace/instruction_history.exp: Initialize traced.
11779 Remove traced_functions.
11780
724c7dd8
MM
117812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11782
11783 * gdb.btrace/function_call_history.exp: Update
11784 * gdb.btrace/instruction_history.exp: Update.
11785
6d78d93b
MM
117862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11787
11788 * gdb.btrace/enable.exp: Update expected text.
11789
93a360cc
OJ
117902014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11791
11792 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11793 bytes.
11794
3772b53f
MR
117952014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11796
11797 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11798
596662fa
OJ
117992014-01-15 Omair Javaid <omair.javaid@linaro.org>
11800
11801 * lib/gdb.exp (supports_process_record): Return true for
11802 arm*-linux*. (supports_reverse): Likewise.
11803
b5b08fb4
SC
118042014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11805
11806 PR python/15464
11807 PR python/16113
11808 * gdb.python/py-type.c: Enhance test case.
11809 * gdb.python/py-value-cc.cc: Likewise
11810 * gdb.python/py-type.exp: Add new tests.
11811 * gdb.python/py-value-cc.exp: Likewise
11812
52d7fb13
AA
118132014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11814 Pedro Alves <palves@redhat.com>
11815
11816 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11817 Make "name" extern.
11818 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11819 references to ${name}_start by references to ${name}.
11820
a2cd8cfe
JB
118212014-01-10 Joel Brobecker <brobecker@adacore.com>
11822
11823 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11824
4e23fced
JB
118252014-01-10 Joel Brobecker <brobecker@adacore.com>
11826
11827 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11828
c6a9e42c
PA
118292014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11830 Pedro Alves <palves@redhat.com>
11831
11832 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11833 mi_gdb_target_load.
c6a9e42c 11834
b7ea362b
PA
118352014-01-08 Pedro Alves <palves@redhat.com>
11836
11837 * gdb.threads/reconnect-signal.c: New file.
11838 * gdb.threads/reconnect-signal.exp: New file.
11839
5e3f4fab
EBM
118402014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11841
11842 * gdb.base/source-dir.exp: New file.
11843
79301218
JB
118442014-01-07 Joel Brobecker <brobecker@adacore.com>
11845
11846 * gdb.ada/mi_interface: New testcase.
11847
8e355c5d
JB
118482014-01-07 Joel Brobecker <brobecker@adacore.com>
11849
11850 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11851 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11852 gdb.ada/pp-rec-component/pck.ads: New files.
11853
c0d48811
JB
118542014-01-07 Joel Brobecker <brobecker@adacore.com>
11855
11856 * gdb.python/py-pp-integral.c: New file.
11857 * gdb.python/py-pp-integral.py: New file.
11858 * gdb.python/py-pp-integral.exp: New file.
11859
17b609c3 11860For older changes see ChangeLog-1993-2013.
c906108c 11861\f
8d8cb839
EZ
11862;; Local Variables:
11863;; mode: change-log
11864;; left-margin: 8
11865;; fill-column: 74
11866;; version-control: never
11867;; End:
902f2ccb 11868
61baf725 11869 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11870 Copying and distribution of this file, with or without modification,
11871 are permitted provided the copyright notice and this notice are preserved.
This page took 4.429345 seconds and 4 git commands to generate.