]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix type casts losing typedefs and reimplement "whatis" typedef stripping
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c973d0aa
PA
12017-08-21 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/dfp-test.c
4 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8 * gdb.base/whatis-ptype-typedefs.c: New.
9 * gdb.base/whatis-ptype-typedefs.exp: New.
10 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11 (an_int, an_int_type, an_int_type2): New globals.
12 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
13 involving typedefs and cast expressions.
14 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
15 (lookup_typedefs_function): New.
16 (typedefs_pretty_printers_dict): New.
17 (top level): Register lookup_typedefs_function in
18 gdb.pretty_printers.
19
6d580b63
YQ
202017-08-18 Yao Qi <yao.qi@linaro.org>
21
22 * gdb.server/unittest.exp: New.
23
206726fb
SDJ
242017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
25
26 PR gdb/21954
27 * gdb.base/environ.exp: Add test to check if 'unset environment'
28 works.
29
bf0ec4c2
AA
302017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
31
32 * lib/gdb.exp (universal_compile_options): New caching proc.
33 (gdb_compile): Suppress GCC's coloring of messages.
34
d6382fff
TT
352017-08-14 Tom Tromey <tom@tromey.com>
36
37 PR gdb/21675:
38 * gdb.base/printcmds.exp (test_radices): New function.
39 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
40 * gdb.base/sizeof.exp (check_valueof): Use p/d.
41 * lib/gdb.exp (get_integer_valueof): Use p/d.
42
c2c2dd9f
SM
432017-08-12 Simon Marchi <simon.marchi@ericsson.com>
44
45 * lib/gdb.exp (get_valueof): Don't capture end-of-line
46 characters.
47
fdffd6f4
TT
482017-08-05 Tom Tromey <tom@tromey.com>
49
50 * gdb.rust/simple.exp: Allow String to appear in a different
51 namespace.
52
27d41eac
YQ
532017-07-26 Yao Qi <yao.qi@linaro.org>
54
55 * gdb.gdb/unittest.exp: Invoke command
56 "maintenance check xml-descriptions".
57
031ed05d
AA
582017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
59
60 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
61 calling context.
62 (hex128): Drop erroneous calculation of parameters.
63
dcd27ddf
SM
642017-07-22 Simon Marchi <simon.marchi@ericsson.com>
65
66 * gdb.python/py-unwind.exp: Disable stack protection when
67 building test file.
68
47e77640
PA
692017-07-20 Pedro Alves <palves@redhat.com>
70
71 * gdb.base/default.exp (set language): Adjust expected output.
72
62d2a18a
PA
732017-07-20 Pedro Alves <palves@redhat.com>
74
75 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
76 (test_minsym): ... this, and make static.
77 (get_pck__foo__bar__minsym): Rename to ...
78 (get_test_minsym): ... this.
79 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
80 symbol names and comments.
81 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
82 (get_test_minsym): ... this.
83 (pck__foo__bar__minsym__2): Rename to ...
84 (test_minsym): ... this.
85 (main): Adjust.
86
c45ec17c
PA
872017-07-17 Pedro Alves <palves@redhat.com>
88
89 * gdb.base/completion.exp: Adjust expected output.
90 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
91 the completer works.
92
c6756f62
PA
932017-07-17 Pedro Alves <palves@redhat.com>
94
95 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
96
5bd68487
AB
972017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
100
8880f2a9
TT
1012017-07-14 Tom Tromey <tom@tromey.com>
102
103 PR rust/21764:
104 * gdb.rust/simple.exp: Add tests.
105
65547233
TT
1062017-07-14 Tom Tromey <tom@tromey.com>
107
108 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
109
8f14146e
PA
1102017-07-14 Pedro Alves <palves@redhat.com>
111
112 * gdb.linespec/base/one/thefile.cc (z1): New function.
113 * gdb.linespec/base/two/thefile.cc (z2): New function.
114 * gdb.linespec/linespec.exp: Add tests.
115
b4365d02
AB
1162017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
119 to mi_create_breakpoint.
120
5d2cbaa5
AB
1212017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
124 mi_create_breakpoint.
125
11cb5716
IB
1262017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
127
128 * gdb.dlang/demangle.exp: Update for demangling changes.
129
03278692
TT
1302017-07-09 Tom Tromey <tom@tromey.com>
131
132 * gdb.dwarf2/shortpiece.exp: New file.
133
33c5cd75
DB
1342017-07-06 David Blaikie <dblaikie@gmail.com>
135
136 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
137 built from fissiont-multi-cu{1,2}.c.
138 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
139 except putting 'main' and 'func' in separate CUs in the same DWO file.
140 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
141 test.
142 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
143 test.
144
8455d262
PA
1452017-07-06 Pedro Alves <palves@redhat.com>
146
147 * gdb.python/py-unwind.exp: Test flushregs.
148
dc4bde35
SDJ
1492017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
150
151 PR cli/21688
152 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
153 tests for alias commands and trailing whitespace.
154
51ed89aa
SDJ
1552017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
156
157 PR cli/21688
158 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
159 procedure. Call it.
160
eb17d413
PA
1612017-06-29 Pedro Alves <palves@redhat.com>
162
163 * gdb.base/printcmds.exp: Add tests.
164
41664b45
DG
1652017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
166
167 PR gdb/21337
168 * gdb.base/reread-readsym.exp: New file.
169 * gdb.base/reread-readsym.c: New file.
170
75312ae3
KB
1712017-06-21 Kevin Buettner <kevinb@redhat.com>
172
173 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
174 subpattern.
175
66953522
PB
1762017-06-19 Peter Bergner <bergner@vnet.ibm.com>
177
178 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
179 extended mnemonic.
180 * gdb.arch/powerpc-power9.s: Likewise.
181
5524b525
AA
1822017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
183
184 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
185 on 32-bit x86 targets. Exploit is_*_target macros where
186 appropriate.
187
03c8af18
AA
1882017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
189
190 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
191 register pieces.
192
3bf31011
AA
1932017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
194
195 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
196 located in one or more DWARF pieces.
197
805acca0
AA
1982017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
199
200 * lib/gdb.exp (get_endianness): New proc.
201 * gdb.arch/aarch64-fp.exp: Use it.
202 * gdb.arch/altivec-regs.exp: Likewise.
203 * gdb.arch/e500-regs.exp: Likewise.
204 * gdb.arch/vsx-regs.exp: Likewise.
205 * gdb.base/dump.exp: Likewise.
206 * gdb.base/funcargs.exp: Likewise.
207 * gdb.base/gnu_vector.exp: Likewise.
208 * gdb.dwarf2/formdata16.exp: Likewise.
209 * gdb.dwarf2/implptrpiece.exp: Likewise.
210 * gdb.dwarf2/nonvar-access.exp: Likewise.
211 * gdb.python/py-inferior.exp: Likewise.
212 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
213
e9352324
AA
2142017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
215
216 PR gdb/21226
217 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
218 stack value pieces are taken from the LSB end.
219
d5d1163e
AA
2202017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
221
222 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
223 variable at nonzero offset.
224
0567c986
AA
2252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
226
227 * gdb.dwarf2/var-access.c: New file.
228 * gdb.dwarf2/var-access.exp: New test.
229 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
230
973e9aab
TT
2312017-06-12 Tom Tromey <tom@tromey.com>
232
233 * gdb.dwarf2/formdata16.exp: Add tests.
234
d9109c80
TT
2352017-06-12 Tom Tromey <tom@tromey.com>
236
237 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
238
30a25466
TT
2392017-06-12 Tom Tromey <tom@tromey.com>
240
241 PR exp/16225:
242 * gdb.reverse/i386-sse-reverse.exp: Update tests.
243 * gdb.arch/vsx-regs.exp: Update tests.
244 * gdb.arch/s390-vregs.exp (hex128): New proc.
245 Update test.
246 * gdb.arch/altivec-regs.exp: Update tests.
247
aefd8b33
SDJ
2482017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
249
250 * gdb.base/startup-with-shell.c: New file.
251 * gdb.base/startup-with-shell.exp: Likewise.
252
2090129c
SDJ
2532017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
254
255 * gdb.server/non-existing-program.exp: Update regex in order to
256 reflect the fact that gdbserver is now using fork_inferior (with a
257 shell) to startup the inferior.
258
8e86a419
SM
2592017-05-30 Simon Marchi <simon.marchi@ericsson.com>
260
261 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
262 support function calls from GDB.
263
e6cf65f2
TT
2642017-05-21 Tom Tromey <tom@tromey.com>
265
266 PR rust/21466:
267 * gdb.rust/unsized.exp: New file.
268 * gdb.rust/unsized.rs: New file.
269
43cc5389
TT
2702017-05-19 Tom Tromey <tom@tromey.com>
271
272 PR rust/21484:
273 * gdb.rust/watch.exp: New file.
274 * gdb.rust/watch.rs: New file.
275
ec8df234
TT
2762017-05-18 Tom Tromey <tom@tromey.com>
277
278 * gdb.rust/simple.exp: Allow Box to be qualified.
279
3e3e7fae
TP
2802017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
281
282 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
283
59cc050d
PA
2842017-05-18 Pedro Alves <palves@redhat.com>
285
286 * gdb.base/fileio.c (test_write, test_read, test_close)
287 (test_fstat): Don't print 'ret' in the fail path.
288
c8f6abd1
PA
2892017-05-18 Pedro Alves <palves@redhat.com>
290
291 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
292 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
293 (test_system, test_rename, test_unlink, test_time): Change
294 prototypes.
295 * gdb.base/fileio.exp (stop_msg): Adjust.
296
d2a03b77
PA
2972017-05-18 Pedro Alves <palves@redhat.com>
298
299 * gdb.base/fileio.c (null_str): New global.
300 (test_stat): Use it.
301 * gdb.base/fileio.exp: Remove nowarnings.
302
0d5c6999
YQ
3032017-05-17 Yao Qi <yao.qi@linaro.org>
304
305 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
306
21873064
YQ
3072017-05-17 Simon Marchi <simon.marchi@ericsson.com>
308
309 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
310 argument command.
311 (top-level): Invoke test_set_inferior_tty.
312
d512d31c
PA
3132017-05-04 Pedro Alves <palves@redhat.com>
314
315 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
316 Add parens to print call for Python 3.
317
90cef2ed
KS
3182017-05-03 Keith Seitz <keiths@redhat.com>
319
320 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
321 (main): Call it.
322
14f819c8
TW
3232017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
324
325 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
326 to prev and next.
327
913aeadd
TW
3282017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
329
330 * gdb.python/py-record-btrace.exp: Remove test for
331 gdb.BtraceInstruction.error.
332
a3be24ad
TW
3332017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
334
335 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
336
ae20e79a
TW
3372017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
338
339 * gdb.python/py-record-btrace-threads.c: New file.
340 * gdb.python/py-record-btrace-threads.exp: New file.
341
45ce1b47
SDJ
3422017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
343
344 PR testsuite/8595
345 * gdb.base/environ.exp: Make test available in all architectures.
346 Move bits related to "info program" testing to
347 gdb.base/info-program.exp. Rewrite tests to use the two new
348 procedures mentione below.
349 (test_set_show_env_var) New procedure.
350 (test_set_show_env_var_equal): Likewise.
351 * gdb.base/info-program.exp: New file.
352
e15c3eb4
KS
3532017-04-27 Keith Seitz <keiths@redhat.com>
354
355 * gdb.cp/oranking.cc (test15): New function.
356 (main): Call test15 and declare additional variables for testing.
357 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
358 "p foo101('abc')" tests.
359 Add tests for cv qualifier overloads.
360 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
361 "lvalue reference overload" test.
362 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
363 "print value of f1 on Child&& in f2" test.
364
3a3fd0fd
PA
3652017-04-19 Pedro Alves <palves@redhat.com>
366
367 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
368 procedure.
369 (top level): Call it.
370 * lib/gdb.exp (gdb_define_cmd): New procedure.
371
53375380
PA
3722017-04-12 Pedro Alves <palves@redhat.com>
373
374 PR gdb/21323
375 * gdb.cp/wide_char_types.c: Include <wchar.h>.
376 (wchar): New global.
377 * gdb.cp/wide_char_types.exp (wide_char_types_program)
378 (do_test_wide_char, wide_char_types_no_program, top level): Add
379 wchar_t testing.
380
53e710ac
PA
3812017-04-12 Pedro Alves <palves@redhat.com>
382
383 PR c++/21323
384 * gdb.cp/wide_char_types.c: New file.
385 * gdb.cp/wide_char_types.exp: New file.
386
0ad9d8c7
SDJ
3872017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
388
389 PR gdb/21352
390 * gdb.trace/tsv.exp: Add test for "tsave -r".
391
b1b45502
IB
3922017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
393
394 * gdb.dlang/watch-loc.c: New file.
395 * gdb.dlang/watch-loc.exp: New file.
396
ec13808e
JK
3972017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
398
399 * gdb.python/py-section-script.exp (sepdebug): New testcases.
400
fe5f7374
AK
4012017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
402
403 * gdb.arch/arc-analyze-prologue.S: New file.
404 * gdb.arch/arc-analyze-prologue.exp: Likewise.
405
eea78757
AK
4062017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
407
408 * gdb.arch/arc-decode-insn.S: New file.
409 * gdb.arch/arc-decode-insn.exp: Likewise.
410
5badf10a
IR
4112017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
412
413 PR tdep/20928
414 * gdb.arch/sparc64-regs.exp: New file.
415 * gdb.arch/sparc64-regs.S: Likewise.
416
cee59b3f
TW
4172017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
418
419 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
420 and memory view on Python 3.
421
c0f55cc6
AV
4222017-03-20 Artemiy Volkov <artemiyv@acm.org>
423 Keith Seitz <keiths@redhat.com>
424
425 PR gdb/14441
426 * gdb.cp/demangle.exp: Add rvalue reference tests.
427 * gdb.cp/rvalue-ref-casts.cc: New file.
428 * gdb.cp/rvalue-ref-casts.exp: New file.
429 * gdb.cp/rvalue-ref-overload.cc: New file.
430 * gdb.cp/rvalue-ref-overload.exp: New file.
431 * gdb.cp/rvalue-ref-params.cc: New file.
432 * gdb.cp/rvalue-ref-params.exp: New file.
433 * gdb.cp/rvalue-ref-sizeof.cc: New file.
434 * gdb.cp/rvalue-ref-sizeof.exp: New file.
435 * gdb.cp/rvalue-ref-types.cc: New file.
436 * gdb.cp/rvalue-ref-types.exp: New file.
437 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
438 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
439
51457a05
MAL
4402017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
441
442 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
443 New procedure.
444
5b291c04
MAL
4452017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
446
447 * lib/mi-support.exp (mi_gdb_test): Add additional message
448 for unexpected output.
449
59a56148
AA
4502017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
451
452 * gdb.base/examine-backward.c (Barrier): New character array
453 constant, to ensure that TestStrings is preceded by a string
454 terminator.
455
7942e96e
AA
4562017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
457
458 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
459 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
460 and implicit pointer into such a location.
461
6ebac3fb
DE
4622017-03-16 Doug Evans <dje@google.com>
463
464 * gdb.python/py-lazy-string (pointer): Really add new typedef.
465
ec3b243d
TP
4662017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
467
468 * gdb.cp/m-static.exp: Fix expectation for prototype of
469 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
470
4712017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
472
473 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
474 * gdb.guile/scm-lazy-string.c: New file.
475 * gdb.guile/scm-value.exp: Move lazy string tests to ...
476 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
477 for pointer, array, typedef lazy strings.
478
2cc36e25 4792017-03-16 Doug Evans <dje@google.com>
34b43320
DE
480
481 PR python/17728, python/18439, python/18779
482 * gdb.python/py-value.c (main) Delete locals sptr, sn.
483 * gdb.python/py-lazy-string.c (pointer): New typedef.
484 (main): New locals ptr, array, typedef_ptr.
485 * gdb.python/py-value.exp: Move lazy string tests to ...
486 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
487 array, typedef lazy strings.
ec3b243d 488
0efcde63
AK
4892017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
490
491 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
492 Add optional 'test' parameter.
493
7978d7c3
SM
4942017-03-13 Simon Marchi <simon.marchi@ericsson.com>
495
496 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
497 Skip for versions of DejaGnu < 1.5.
498
896c0c1e
SM
4992017-03-13 Simon Marchi <simon.marchi@ericsson.com>
500
501 * lib/gdb.exp (dejagnu_version): New proc.
502 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
503 Use dejagnu_version.
504
5f4d1085
KS
5052017-03-10 Keith Seitz <keiths@redhat.com>
506
507 PR c++/8128
508 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
509 type from destructor regexps.
510 Add a branch which actually passes the test.
511 Adjust "ptype t5i" test names.
512
1de05205
PA
5132017-03-08 Pedro Alves <palves@redhat.com>
514
515 * gdb.base/step-over-exit.exp: Add explicit test message.
516
c65d6b55
PA
5172017-03-08 Pedro Alves <palves@redhat.com>
518
519 PR gdb/18360
520 * gdb.threads/interrupt-while-step-over.c: New file.
521 * gdb.threads/interrupt-while-step-over.exp: New file.
522
2e86a283
PA
5232017-03-08 Pedro Alves <palves@redhat.com>
524
525 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
526 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
527
25dcbff6
PA
5282017-03-08 Pedro Alves <palves@redhat.com>
529
530 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
531 PKRU as not supported as a PASS.
532
dc9366eb
PA
5332017-03-08 Pedro Alves <palves@redhat.com>
534
535 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
536 prefix instead of $binfile1/$binfile2.
537 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
538 in test message.
539 * gdb.python/py-completion.exp: Use "load python file" as test
540 messages instead of unstable path names.
541
6e5d74e7
PA
5422017-03-08 Pedro Alves <palves@redhat.com>
543 Jan Kratochvil <jan.kratochvil@redhat.com>
544
545 PR cli/21218
546 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
547 New proc.
548 (top level): Call it.
549
9753a2f6
PA
5502017-03-08 Pedro Alves <palves@redhat.com>
551
552 PR tui/21216
553 * gdb.tui/tui-nl-filtered-output.exp: New file.
554
1a4dd9dd
PA
5552017-03-08 Pedro Alves <palves@redhat.com>
556
557 * gdb.base/completion.exp: Move TUI completion tests to ...
558 * gdb.tui/completion.exp: ... this new file.
559
7cbbff33
PA
5602017-03-08 Pedro Alves <palves@redhat.com>
561
562 * gdb.base/tui-disasm-long-lines.c,
563 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
564 gdb.base/tui-layout.exp: Move to ...
565 * gdb.tui/: ... this new directory.
566
5f6fd321
PA
5672017-03-07 Pedro Alves <palves@redhat.com>
568
569 * gdb.base/tui-layout.c: New file.
570 * gdb.base/tui-layout.exp: New file.
571
44959fa8
PA
5722017-03-07 Pedro Alves <palves@redhat.com>
573
574 * gdb.base/tui-layout.c: Rename to ...
575 * gdb.base/tui-disasm-long-lines.c: ... this.
576 * gdb.base/tui-layout.exp: Rename to ...
577 * gdb.base/tui-disasm-long-lines.exp: ... this.
578
f8c4e718
PA
5792017-03-07 Pedro Alves <palves@redhat.com>
580
581 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
582
6dbb839a 5832017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
584
585 * i386-mpx-call.c: New file.
586 * i386-mpx-call.exp: New file.
587
65b48a81
PB
5882017-02-28 Peter Bergner <bergner@vnet.ibm.com>
589
590 * gdb.arch/powerpc-power.exp: Delete test.
591 * gdb.arch/powerpc-power.s: Likewise.
592 * gdb.disasm/disassembler-options.exp: New test.
593 * gdb.arch/powerpc-altivec.exp: Likewise.
594 * gdb.arch/powerpc-altivec.s: Likewise.
595 * gdb.arch/powerpc-altivec2.exp: Likewise.
596 * gdb.arch/powerpc-altivec2.s: Likewise.
597 * gdb.arch/powerpc-altivec3.exp: Likewise.
598 * gdb.arch/powerpc-altivec3.s: Likewise.
599 * gdb.arch/powerpc-power7.exp: Likewise.
600 * gdb.arch/powerpc-power7.s: Likewise.
601 * gdb.arch/powerpc-power8.exp: Likewise.
602 * gdb.arch/powerpc-power8.s: Likewise.
603 * gdb.arch/powerpc-power9.exp: Likewise.
604 * gdb.arch/powerpc-power9.s: Likewise.
605 * gdb.arch/powerpc-vsx.exp: Likewise.
606 * gdb.arch/powerpc-vsx.s: Likewise.
607 * gdb.arch/powerpc-vsx2.exp: Likewise.
608 * gdb.arch/powerpc-vsx2.s: Likewise.
609 * gdb.arch/powerpc-vsx3.exp: Likewise.
610 * gdb.arch/powerpc-vsx3.s: Likewise.
611 * gdb.arch/arm-disassembler-options.exp: Likewise.
612 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
613 * gdb.arch/s390-disassembler-options.exp: Likewise.
614
17cd4947
LM
6152017-02-23 Luis Machado <lgustavo@codesourcery.com>
616
617 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
618 (check_supported_features): ... this. Changed return type to void.
619 (supports_rdseed): New static global.
620 (rdseed): Check supports_rdseed.
621 (initialize): Call check_supported_features.
622
2039d74e
EBM
6232017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
624
625 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
626 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
627 and lqarx/stqcx.
628 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
629 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
630
a51d7ecf
EBM
6312017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
632
633 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
634 uppercase.
635
0224619f
JK
6362017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
637
638 * gdb.dwarf2/formdata16.c: New file.
639 * gdb.dwarf2/formdata16.exp: New file.
640 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
641
216f72a1
JK
6422017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
643
644 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
645 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
646 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
647 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
648 DW_AT_GNU_*.
649
43988095
JK
6502017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
651
652 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
653
99e8a4f9
SDJ
6542017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
655
656 PR gdb/21164
657 * gdb.base/maint.exp: Add testcases for when the commands do
658 not have arguments.
659
b58a8c0c
TP
6602017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
661
662 * gdb.cp/chained-calls.exp: Use p instead of P.
663
4e746bb6
TW
6642017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
665
666 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
667 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
668
3f77c769
TT
6692017-02-14 Tom Tromey <tom@tromey.com>
670
671 PR python/13598:
672 * gdb.python/py-events.exp: Add before_prompt event tests.
673
075beec0
AA
6742017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
675
676 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
677
bf5f525c
LM
6782017-02-13 Luis Machado <lgustavo@codesourcery.com>
679
680 * gdb.linespec/explicit.c (my_unique_function_name): New function.
681 (main): Call my_unique_function_name.
682 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
683 completion of patterns with a single match.
684 Add missing -re switches to gdb_test_multiple calls.
685
13a66184
LM
6862017-02-13 Luis Machado <lgustavo@codesourcery.com>
687
688 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
689 return if core file is not recognized.
690
26a06916
SM
6912017-02-10 Simon Marchi <simon.marchi@ericsson.com>
692
693 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
694 and extra UIs.
695
b761ca9e
SM
6962017-02-10 Simon Marchi <simon.marchi@ericsson.com>
697
698 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
699 proc_with_prefix.
700
b964bee0
TT
7012017-02-10 Tom Tromey <tom@tromey.com>
702
703 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
704
18da0c51
MG
7052017-02-10 Martin Galvan <martingalvan@sourceware.org>
706
707 PR gdb/21122
708 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
709
604c4576
JG
7102017-02-08 Jerome Guitton <guitton@adacore.com>
711
712 * gdb.base/define.exp: Add test for command abbreviations
713 in define.
714
20b477a7
LM
7152017-02-06 Luis Machado <lgustavo@codesourcery.com>
716
717 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
718 * gdb.reverse/insn-reverse-x86.c: New file.
719
3f7b46f2
IR
7202017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
721
722 PR tdep/20936
723 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
724
f0fd41c1
TT
7252017-02-03 Tom Tromey <tom@tromey.com>
726
727 PR rust/21097:
728 * gdb.rust/simple.exp: Add new tests.
729
5be5dbf0
PA
7302017-02-02 Pedro Alves <palves@redhat.com>
731
732 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
733 tests.
734
7346ef59
AA
7352017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
736
737 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
738 taking a 2-byte value out of a 4-byte DWARF implicit value on
739 big-endian targets.
740 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
741 logic. Add test cases for DW_OP_implicit.
742
787f0025
MM
7432017-02-01 Markus Metzger <markus.t.metzger@intel.com>
744
745 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
746
68777c29
MM
7472017-02-01 Markus Metzger <markus.t.metzger@intel.com>
748
749 * gdb.btrace/enable.exp: Call gdb_exit before
750 skip_gdbserver_tests.
751
0a1c7e28
MM
7522017-02-01 Markus Metzger <markus.t.metzger@intel.com>
753
754 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
755 GDBFLAGS.
756
b5ac99b0
MM
7572017-02-01 Markus Metzger <markus.t.metzger@intel.com>
758
759 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
760 the test is skipped.
761 * gdb.btrace/data.exp: Likewise.
762 * gdb.btrace/delta.exp: Likewise.
763 * gdb.btrace/dlopen.exp: Likewise.
764 * gdb.btrace/enable-running.exp: Likewise.
765 * gdb.btrace/enable.exp: Likewise.
766 * gdb.btrace/exception.exp: Likewise.
767 * gdb.btrace/function_call_history.exp: Likewise.
768 * gdb.btrace/gcore.exp: Likewise.
769 * gdb.btrace/instruction_history.exp: Likewise.
770 * gdb.btrace/multi-thread-step.exp: Likewise.
771 * gdb.btrace/nohist.exp: Likewise.
772 * gdb.btrace/non-stop.exp: Likewise.
773 * gdb.btrace/reconnect.exp: Likewise.
774 * gdb.btrace/record_goto-step.exp: Likewise.
775 * gdb.btrace/record_goto.exp: Likewise.
776 * gdb.btrace/rn-dl-bind.exp: Likewise.
777 * gdb.btrace/segv.exp: Likewise.
778 * gdb.btrace/step.exp: Likewise.
779 * gdb.btrace/stepi.exp: Likewise.
780 * gdb.btrace/tailcall-only.exp: Likewise.
781 * gdb.btrace/tailcall.exp: Likewise.
782 * gdb.btrace/tsx.exp: Likewise.
783 * gdb.btrace/unknown_functions.exp: Likewise.
784 * gdb.btrace/vdso.exp: Likewise.
785
cd4007e4
MM
7862017-02-01 Markus Metzger <markus.t.metzger@intel.com>
787
788 * gdb.btrace/enable-running.c: New.
789 * gdb.btrace/enable-running.exp: New.
790
2735833d
WT
7912017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
792
793 * gdb.arch/amd64-gs_base.c: New file.
794 * gdb.arch/amd64-gs_base.exp: New file.
795
b51e1e94
LM
7962017-01-26 Luis Machado <lgustavo@codesourcery.com>
797
798 * lib/memory.exp: Remove spurious empty newlines.
799
72ca0410
SM
8002017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
801
802 * gdb.python/py-bad-printers.exp: Load python file using "source".
803 * gdb.python/py-events.exp: Likewise.
804 * gdb.python/py-evsignal.exp: Likewise.
805 * gdb.python/py-evthreads.exp: Likewise.
806 * gdb.python/py-frame-args.exp: Likewise.
807 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
808 * gdb.python/py-framefilter-mi.exp: Likewise.
809 * gdb.python/py-framefilter.exp: Likewise.
810 * gdb.python/py-mi.exp: Likewise.
811 * gdb.python/py-pp-maint.exp: Likewise.
812 * gdb.python/py-pp-registration.exp: Likewise.
813 * gdb.python/py-prettyprint.exp: Likewise.
814 (run_lang_tests): Likewise.
815 * gdb.python/py-typeprint.exp: Likewise.
816
e309aa65
LM
8172017-01-26 Luis Machado <lgustavo@codesourcery.com>
818
819 * lib/memory.exp: New file.
820 * lib/gdb.exp: Load memory.exp.
821 * gdb.base/memattr.exp (delete_memory): Move proc to
822 lib/memory.exp and rename to delete_memory_regions.
823 Replace delete_memory with delete_memory_regions.
824 Cleanup memory regions before tests.
825 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
826 before tests.
827
515aff23
LM
8282017-01-26 Luis Machado <lgustavo@codesourcery.com>
829
830 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
831 files.
832 (initialize): New function conditionally defined.
833 (testcases): Move within conditional block.
834 (main): Call initialize.
835 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
836 of gdb.reverse/insn-reverse.c.
837 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
838 gdb.reverse/insn-reverse.c.
839
d8b49cf0
YQ
8402017-01-26 Yao Qi <yao.qi@linaro.org>
841
842 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
843 disassemble on address 0.
844
f13a9a0c
YQ
8452017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
846 Yao Qi <yao.qi@linaro.org>
847
848 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
849 * gdb.dwarf2/implptr-64bit.S: Remove.
850 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
851 variables in caller's context. Add DW_OP_implicit_value.
852
5ac95241
YQ
8532017-01-25 Yao Qi <yao.qi@linaro.org>
854
855 * lib/dwarf.exp (Dwarf::_location): Handle
856 DW_OP_GNU_implicit_pointer with proper size.
857
23e82930
LM
8582017-01-20 Luis Machado <lgustavo@codesourcery.com>
859
860 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
861 and add untested calls.
862
d334ae25
LM
8632017-01-20 Luis Machado <lgustavo@codesourcery.com>
864
865 * gdb.python/python.exp: Check line number against what GDB thinks
866 the line number is for func1.
867
f5e6296e
IB
8682017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
869
870 * gdb.dlang/debug-expr.exp: New file.
871
5b362f04
LM
8722016-12-23 Luis Machado <lgustavo@codesourcery.com>
873
874 Fix test names for the following files:
875
876 * gdb.ada/exec_changed.exp
877 * gdb.ada/info_types.exp
878 * gdb.arch/aarch64-atomic-inst.exp
879 * gdb.arch/aarch64-fp.exp
880 * gdb.arch/altivec-abi.exp
881 * gdb.arch/altivec-regs.exp
882 * gdb.arch/amd64-byte.exp
883 * gdb.arch/amd64-disp-step.exp
884 * gdb.arch/amd64-dword.exp
885 * gdb.arch/amd64-entry-value-inline.exp
886 * gdb.arch/amd64-entry-value-param.exp
887 * gdb.arch/amd64-entry-value-paramref.exp
888 * gdb.arch/amd64-entry-value.exp
889 * gdb.arch/amd64-i386-address.exp
890 * gdb.arch/amd64-invalid-stack-middle.exp
891 * gdb.arch/amd64-invalid-stack-top.exp
892 * gdb.arch/amd64-optimout-repeat.exp
893 * gdb.arch/amd64-prologue-skip.exp
894 * gdb.arch/amd64-prologue-xmm.exp
895 * gdb.arch/amd64-stap-special-operands.exp
896 * gdb.arch/amd64-stap-wrong-subexp.exp
897 * gdb.arch/amd64-tailcall-cxx.exp
898 * gdb.arch/amd64-tailcall-noret.exp
899 * gdb.arch/amd64-tailcall-ret.exp
900 * gdb.arch/amd64-tailcall-self.exp
901 * gdb.arch/amd64-word.exp
902 * gdb.arch/arm-bl-branch-dest.exp
903 * gdb.arch/arm-disp-step.exp
904 * gdb.arch/arm-neon.exp
905 * gdb.arch/arm-single-step-kernel-helper.exp
906 * gdb.arch/avr-flash-qualifier.exp
907 * gdb.arch/disp-step-insn-reloc.exp
908 * gdb.arch/e500-abi.exp
909 * gdb.arch/e500-regs.exp
910 * gdb.arch/ftrace-insn-reloc.exp
911 * gdb.arch/i386-avx512.exp
912 * gdb.arch/i386-bp_permanent.exp
913 * gdb.arch/i386-byte.exp
914 * gdb.arch/i386-cfi-notcurrent.exp
915 * gdb.arch/i386-disp-step.exp
916 * gdb.arch/i386-dr3-watch.exp
917 * gdb.arch/i386-float.exp
918 * gdb.arch/i386-gnu-cfi.exp
919 * gdb.arch/i386-mpx-map.exp
920 * gdb.arch/i386-mpx-sigsegv.exp
921 * gdb.arch/i386-mpx-simple_segv.exp
922 * gdb.arch/i386-mpx.exp
923 * gdb.arch/i386-permbkpt.exp
924 * gdb.arch/i386-prologue.exp
925 * gdb.arch/i386-signal.exp
926 * gdb.arch/i386-size-overlap.exp
927 * gdb.arch/i386-unwind.exp
928 * gdb.arch/i386-word.exp
929 * gdb.arch/mips-fcr.exp
930 * gdb.arch/powerpc-d128-regs.exp
931 * gdb.arch/powerpc-stackless.exp
932 * gdb.arch/ppc64-atomic-inst.exp
933 * gdb.arch/s390-stackless.exp
934 * gdb.arch/s390-tdbregs.exp
935 * gdb.arch/s390-vregs.exp
936 * gdb.arch/sparc-sysstep.exp
937 * gdb.arch/thumb-bx-pc.exp
938 * gdb.arch/thumb-singlestep.exp
939 * gdb.arch/thumb2-it.exp
940 * gdb.arch/vsx-regs.exp
941 * gdb.asm/asm-source.exp
942 * gdb.base/a2-run.exp
943 * gdb.base/advance.exp
944 * gdb.base/all-bin.exp
945 * gdb.base/anon.exp
946 * gdb.base/args.exp
947 * gdb.base/arithmet.exp
948 * gdb.base/async-shell.exp
949 * gdb.base/async.exp
950 * gdb.base/attach-pie-noexec.exp
951 * gdb.base/attach-twice.exp
952 * gdb.base/auto-load.exp
953 * gdb.base/bang.exp
954 * gdb.base/bitfields.exp
955 * gdb.base/break-always.exp
956 * gdb.base/break-caller-line.exp
957 * gdb.base/break-entry.exp
958 * gdb.base/break-inline.exp
959 * gdb.base/break-on-linker-gcd-function.exp
960 * gdb.base/break-probes.exp
961 * gdb.base/break.exp
962 * gdb.base/breakpoint-shadow.exp
963 * gdb.base/call-ar-st.exp
964 * gdb.base/call-sc.exp
965 * gdb.base/call-signal-resume.exp
966 * gdb.base/call-strs.exp
967 * gdb.base/callfuncs.exp
968 * gdb.base/catch-fork-static.exp
969 * gdb.base/catch-gdb-caused-signals.exp
970 * gdb.base/catch-load.exp
971 * gdb.base/catch-signal-fork.exp
972 * gdb.base/catch-signal.exp
973 * gdb.base/catch-syscall.exp
974 * gdb.base/charset.exp
975 * gdb.base/checkpoint.exp
976 * gdb.base/chng-syms.exp
977 * gdb.base/code-expr.exp
978 * gdb.base/code_elim.exp
979 * gdb.base/commands.exp
980 * gdb.base/completion.exp
981 * gdb.base/complex.exp
982 * gdb.base/cond-expr.exp
983 * gdb.base/condbreak.exp
984 * gdb.base/consecutive.exp
985 * gdb.base/continue-all-already-running.exp
986 * gdb.base/coredump-filter.exp
987 * gdb.base/corefile.exp
988 * gdb.base/dbx.exp
989 * gdb.base/debug-expr.exp
990 * gdb.base/define.exp
991 * gdb.base/del.exp
992 * gdb.base/disabled-location.exp
993 * gdb.base/disasm-end-cu.exp
994 * gdb.base/disasm-optim.exp
995 * gdb.base/display.exp
996 * gdb.base/duplicate-bp.exp
997 * gdb.base/ena-dis-br.exp
998 * gdb.base/ending-run.exp
999 * gdb.base/enumval.exp
1000 * gdb.base/environ.exp
1001 * gdb.base/eu-strip-infcall.exp
1002 * gdb.base/eval-avoid-side-effects.exp
1003 * gdb.base/eval-skip.exp
1004 * gdb.base/exitsignal.exp
1005 * gdb.base/expand-psymtabs.exp
1006 * gdb.base/filesym.exp
1007 * gdb.base/find-unmapped.exp
1008 * gdb.base/finish.exp
1009 * gdb.base/float.exp
1010 * gdb.base/foll-exec-mode.exp
1011 * gdb.base/foll-exec.exp
1012 * gdb.base/foll-fork.exp
1013 * gdb.base/fortran-sym-case.exp
1014 * gdb.base/freebpcmd.exp
1015 * gdb.base/func-ptr.exp
1016 * gdb.base/func-ptrs.exp
1017 * gdb.base/funcargs.exp
1018 * gdb.base/gcore-buffer-overflow.exp
1019 * gdb.base/gcore-relro-pie.exp
1020 * gdb.base/gcore-relro.exp
1021 * gdb.base/gcore.exp
1022 * gdb.base/gdb1090.exp
1023 * gdb.base/gdb11530.exp
1024 * gdb.base/gdb11531.exp
1025 * gdb.base/gdb1821.exp
1026 * gdb.base/gdbindex-stabs.exp
1027 * gdb.base/gdbvars.exp
1028 * gdb.base/hbreak.exp
1029 * gdb.base/hbreak2.exp
1030 * gdb.base/included.exp
1031 * gdb.base/infcall-input.exp
1032 * gdb.base/inferior-died.exp
1033 * gdb.base/infnan.exp
1034 * gdb.base/info-macros.exp
1035 * gdb.base/info-os.exp
1036 * gdb.base/info-proc.exp
1037 * gdb.base/info-shared.exp
1038 * gdb.base/info-target.exp
1039 * gdb.base/infoline.exp
1040 * gdb.base/interp.exp
1041 * gdb.base/interrupt.exp
1042 * gdb.base/jit-reader.exp
1043 * gdb.base/jit-simple.exp
1044 * gdb.base/kill-after-signal.exp
1045 * gdb.base/kill-detach-inferiors-cmd.exp
1046 * gdb.base/label.exp
1047 * gdb.base/langs.exp
1048 * gdb.base/ldbl_e308.exp
1049 * gdb.base/line-symtabs.exp
1050 * gdb.base/linespecs.exp
1051 * gdb.base/list.exp
1052 * gdb.base/long_long.exp
1053 * gdb.base/longest-types.exp
1054 * gdb.base/maint.exp
1055 * gdb.base/max-value-size.exp
1056 * gdb.base/memattr.exp
1057 * gdb.base/mips_pro.exp
1058 * gdb.base/morestack.exp
1059 * gdb.base/moribund-step.exp
1060 * gdb.base/multi-forks.exp
1061 * gdb.base/nested-addr.exp
1062 * gdb.base/nextoverexit.exp
1063 * gdb.base/noreturn-finish.exp
1064 * gdb.base/noreturn-return.exp
1065 * gdb.base/nostdlib.exp
1066 * gdb.base/offsets.exp
1067 * gdb.base/opaque.exp
1068 * gdb.base/pc-fp.exp
1069 * gdb.base/permissions.exp
1070 * gdb.base/print-symbol-loading.exp
1071 * gdb.base/prologue-include.exp
1072 * gdb.base/psymtab.exp
1073 * gdb.base/ptype.exp
1074 * gdb.base/random-signal.exp
1075 * gdb.base/randomize.exp
1076 * gdb.base/range-stepping.exp
1077 * gdb.base/readline-ask.exp
1078 * gdb.base/recpar.exp
1079 * gdb.base/recurse.exp
1080 * gdb.base/relational.exp
1081 * gdb.base/restore.exp
1082 * gdb.base/return-nodebug.exp
1083 * gdb.base/return.exp
1084 * gdb.base/run-after-attach.exp
1085 * gdb.base/save-bp.exp
1086 * gdb.base/scope.exp
1087 * gdb.base/sect-cmd.exp
1088 * gdb.base/set-lang-auto.exp
1089 * gdb.base/set-noassign.exp
1090 * gdb.base/setvar.exp
1091 * gdb.base/sigall.exp
1092 * gdb.base/sigbpt.exp
1093 * gdb.base/siginfo-addr.exp
1094 * gdb.base/siginfo-infcall.exp
1095 * gdb.base/siginfo-obj.exp
1096 * gdb.base/siginfo.exp
1097 * gdb.base/signals-state-child.exp
1098 * gdb.base/signest.exp
1099 * gdb.base/sigstep.exp
1100 * gdb.base/sizeof.exp
1101 * gdb.base/skip.exp
1102 * gdb.base/solib-corrupted.exp
1103 * gdb.base/solib-nodir.exp
1104 * gdb.base/solib-search.exp
1105 * gdb.base/stack-checking.exp
1106 * gdb.base/stale-infcall.exp
1107 * gdb.base/stap-probe.exp
1108 * gdb.base/start.exp
1109 * gdb.base/step-break.exp
1110 * gdb.base/step-bt.exp
1111 * gdb.base/step-line.exp
1112 * gdb.base/step-over-exit.exp
1113 * gdb.base/step-over-syscall.exp
1114 * gdb.base/step-resume-infcall.exp
1115 * gdb.base/step-test.exp
1116 * gdb.base/store.exp
1117 * gdb.base/structs3.exp
1118 * gdb.base/sym-file.exp
1119 * gdb.base/symbol-without-target_section.exp
1120 * gdb.base/term.exp
1121 * gdb.base/testenv.exp
1122 * gdb.base/ui-redirect.exp
1123 * gdb.base/until.exp
1124 * gdb.base/unwindonsignal.exp
1125 * gdb.base/value-double-free.exp
1126 * gdb.base/vla-datatypes.exp
1127 * gdb.base/vla-ptr.exp
1128 * gdb.base/vla-sideeffect.exp
1129 * gdb.base/volatile.exp
1130 * gdb.base/watch-cond-infcall.exp
1131 * gdb.base/watch-cond.exp
1132 * gdb.base/watch-non-mem.exp
1133 * gdb.base/watch-read.exp
1134 * gdb.base/watch-vfork.exp
1135 * gdb.base/watchpoint-cond-gone.exp
1136 * gdb.base/watchpoint-delete.exp
1137 * gdb.base/watchpoint-hw-hit-once.exp
1138 * gdb.base/watchpoint-hw.exp
1139 * gdb.base/watchpoint-stops-at-right-insn.exp
1140 * gdb.base/watchpoints.exp
1141 * gdb.base/wchar.exp
1142 * gdb.base/whatis-exp.exp
1143 * gdb.btrace/buffer-size.exp
1144 * gdb.btrace/data.exp
1145 * gdb.btrace/delta.exp
1146 * gdb.btrace/dlopen.exp
1147 * gdb.btrace/enable.exp
1148 * gdb.btrace/exception.exp
1149 * gdb.btrace/function_call_history.exp
1150 * gdb.btrace/gcore.exp
1151 * gdb.btrace/instruction_history.exp
1152 * gdb.btrace/nohist.exp
1153 * gdb.btrace/reconnect.exp
1154 * gdb.btrace/record_goto-step.exp
1155 * gdb.btrace/record_goto.exp
1156 * gdb.btrace/rn-dl-bind.exp
1157 * gdb.btrace/segv.exp
1158 * gdb.btrace/step.exp
1159 * gdb.btrace/stepi.exp
1160 * gdb.btrace/tailcall-only.exp
1161 * gdb.btrace/tailcall.exp
1162 * gdb.btrace/tsx.exp
1163 * gdb.btrace/unknown_functions.exp
1164 * gdb.btrace/vdso.exp
1165 * gdb.compile/compile-ifunc.exp
1166 * gdb.compile/compile-ops.exp
1167 * gdb.compile/compile-print.exp
1168 * gdb.compile/compile-setjmp.exp
1169 * gdb.cp/abstract-origin.exp
1170 * gdb.cp/ambiguous.exp
1171 * gdb.cp/annota2.exp
1172 * gdb.cp/annota3.exp
1173 * gdb.cp/anon-ns.exp
1174 * gdb.cp/anon-struct.exp
1175 * gdb.cp/anon-union.exp
1176 * gdb.cp/arg-reference.exp
1177 * gdb.cp/baseenum.exp
1178 * gdb.cp/bool.exp
1179 * gdb.cp/breakpoint.exp
1180 * gdb.cp/bs15503.exp
1181 * gdb.cp/call-c.exp
1182 * gdb.cp/casts.exp
1183 * gdb.cp/chained-calls.exp
1184 * gdb.cp/class2.exp
1185 * gdb.cp/classes.exp
1186 * gdb.cp/cmpd-minsyms.exp
1187 * gdb.cp/converts.exp
1188 * gdb.cp/cp-relocate.exp
1189 * gdb.cp/cpcompletion.exp
1190 * gdb.cp/cpexprs.exp
1191 * gdb.cp/cplabel.exp
1192 * gdb.cp/cplusfuncs.exp
1193 * gdb.cp/cpsizeof.exp
1194 * gdb.cp/ctti.exp
1195 * gdb.cp/derivation.exp
1196 * gdb.cp/destrprint.exp
1197 * gdb.cp/dispcxx.exp
1198 * gdb.cp/enum-class.exp
1199 * gdb.cp/exception.exp
1200 * gdb.cp/exceptprint.exp
1201 * gdb.cp/expand-psymtabs-cxx.exp
1202 * gdb.cp/expand-sals.exp
1203 * gdb.cp/extern-c.exp
1204 * gdb.cp/filename.exp
1205 * gdb.cp/formatted-ref.exp
1206 * gdb.cp/fpointer.exp
1207 * gdb.cp/gdb1355.exp
1208 * gdb.cp/gdb2495.exp
1209 * gdb.cp/hang.exp
1210 * gdb.cp/impl-this.exp
1211 * gdb.cp/infcall-dlopen.exp
1212 * gdb.cp/inherit.exp
1213 * gdb.cp/iostream.exp
1214 * gdb.cp/koenig.exp
1215 * gdb.cp/local.exp
1216 * gdb.cp/m-data.exp
1217 * gdb.cp/m-static.exp
1218 * gdb.cp/mb-ctor.exp
1219 * gdb.cp/mb-inline.exp
1220 * gdb.cp/mb-templates.exp
1221 * gdb.cp/member-name.exp
1222 * gdb.cp/member-ptr.exp
1223 * gdb.cp/meth-typedefs.exp
1224 * gdb.cp/method.exp
1225 * gdb.cp/method2.exp
1226 * gdb.cp/minsym-fallback.exp
1227 * gdb.cp/misc.exp
1228 * gdb.cp/namelessclass.exp
1229 * gdb.cp/namespace-enum.exp
1230 * gdb.cp/namespace-nested-import.exp
1231 * gdb.cp/namespace.exp
1232 * gdb.cp/nextoverthrow.exp
1233 * gdb.cp/no-dmgl-verbose.exp
1234 * gdb.cp/non-trivial-retval.exp
1235 * gdb.cp/noparam.exp
1236 * gdb.cp/nsdecl.exp
1237 * gdb.cp/nsimport.exp
1238 * gdb.cp/nsnested.exp
1239 * gdb.cp/nsnoimports.exp
1240 * gdb.cp/nsrecurs.exp
1241 * gdb.cp/nsstress.exp
1242 * gdb.cp/nsusing.exp
1243 * gdb.cp/operator.exp
1244 * gdb.cp/oranking.exp
1245 * gdb.cp/overload-const.exp
1246 * gdb.cp/overload.exp
1247 * gdb.cp/ovldbreak.exp
1248 * gdb.cp/ovsrch.exp
1249 * gdb.cp/paren-type.exp
1250 * gdb.cp/parse-lang.exp
1251 * gdb.cp/pass-by-ref.exp
1252 * gdb.cp/pr-1023.exp
1253 * gdb.cp/pr-1210.exp
1254 * gdb.cp/pr-574.exp
1255 * gdb.cp/pr10687.exp
1256 * gdb.cp/pr12028.exp
1257 * gdb.cp/pr17132.exp
1258 * gdb.cp/pr17494.exp
1259 * gdb.cp/pr9067.exp
1260 * gdb.cp/pr9167.exp
1261 * gdb.cp/pr9631.exp
1262 * gdb.cp/printmethod.exp
1263 * gdb.cp/psmang.exp
1264 * gdb.cp/psymtab-parameter.exp
1265 * gdb.cp/ptype-cv-cp.exp
1266 * gdb.cp/ptype-flags.exp
1267 * gdb.cp/re-set-overloaded.exp
1268 * gdb.cp/ref-types.exp
1269 * gdb.cp/rtti.exp
1270 * gdb.cp/scope-err.exp
1271 * gdb.cp/shadow.exp
1272 * gdb.cp/smartp.exp
1273 * gdb.cp/static-method.exp
1274 * gdb.cp/static-print-quit.exp
1275 * gdb.cp/temargs.exp
1276 * gdb.cp/templates.exp
1277 * gdb.cp/try_catch.exp
1278 * gdb.cp/typedef-operator.exp
1279 * gdb.cp/typeid.exp
1280 * gdb.cp/userdef.exp
1281 * gdb.cp/using-crash.exp
1282 * gdb.cp/var-tag.exp
1283 * gdb.cp/virtbase.exp
1284 * gdb.cp/virtfunc.exp
1285 * gdb.cp/virtfunc2.exp
1286 * gdb.cp/vla-cxx.exp
1287 * gdb.disasm/t01_mov.exp
1288 * gdb.disasm/t02_mova.exp
1289 * gdb.disasm/t03_add.exp
1290 * gdb.disasm/t04_sub.exp
1291 * gdb.disasm/t05_cmp.exp
1292 * gdb.disasm/t06_ari2.exp
1293 * gdb.disasm/t07_ari3.exp
1294 * gdb.disasm/t08_or.exp
1295 * gdb.disasm/t09_xor.exp
1296 * gdb.disasm/t10_and.exp
1297 * gdb.disasm/t11_logs.exp
1298 * gdb.disasm/t12_bit.exp
1299 * gdb.disasm/t13_otr.exp
1300 * gdb.dlang/circular.exp
1301 * gdb.dwarf2/arr-stride.exp
1302 * gdb.dwarf2/arr-subrange.exp
1303 * gdb.dwarf2/atomic-type.exp
1304 * gdb.dwarf2/bad-regnum.exp
1305 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1306 * gdb.dwarf2/callframecfa.exp
1307 * gdb.dwarf2/clztest.exp
1308 * gdb.dwarf2/corrupt.exp
1309 * gdb.dwarf2/data-loc.exp
1310 * gdb.dwarf2/dup-psym.exp
1311 * gdb.dwarf2/dw2-anon-mptr.exp
1312 * gdb.dwarf2/dw2-anonymous-func.exp
1313 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1314 * gdb.dwarf2/dw2-bad-unresolved.exp
1315 * gdb.dwarf2/dw2-basic.exp
1316 * gdb.dwarf2/dw2-canonicalize-type.exp
1317 * gdb.dwarf2/dw2-case-insensitive.exp
1318 * gdb.dwarf2/dw2-common-block.exp
1319 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1320 * gdb.dwarf2/dw2-compressed.exp
1321 * gdb.dwarf2/dw2-const.exp
1322 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1323 * gdb.dwarf2/dw2-cu-size.exp
1324 * gdb.dwarf2/dw2-dup-frame.exp
1325 * gdb.dwarf2/dw2-entry-value.exp
1326 * gdb.dwarf2/dw2-icycle.exp
1327 * gdb.dwarf2/dw2-ifort-parameter.exp
1328 * gdb.dwarf2/dw2-inline-break.exp
1329 * gdb.dwarf2/dw2-inline-param.exp
1330 * gdb.dwarf2/dw2-intercu.exp
1331 * gdb.dwarf2/dw2-intermix.exp
1332 * gdb.dwarf2/dw2-lexical-block-bare.exp
1333 * gdb.dwarf2/dw2-linkage-name-trust.exp
1334 * gdb.dwarf2/dw2-minsym-in-cu.exp
1335 * gdb.dwarf2/dw2-noloc.exp
1336 * gdb.dwarf2/dw2-op-call.exp
1337 * gdb.dwarf2/dw2-op-out-param.exp
1338 * gdb.dwarf2/dw2-opt-structptr.exp
1339 * gdb.dwarf2/dw2-param-error.exp
1340 * gdb.dwarf2/dw2-producer.exp
1341 * gdb.dwarf2/dw2-ranges-base.exp
1342 * gdb.dwarf2/dw2-ref-missing-frame.exp
1343 * gdb.dwarf2/dw2-reg-undefined.exp
1344 * gdb.dwarf2/dw2-regno-invalid.exp
1345 * gdb.dwarf2/dw2-restore.exp
1346 * gdb.dwarf2/dw2-restrict.exp
1347 * gdb.dwarf2/dw2-single-line-discriminators.exp
1348 * gdb.dwarf2/dw2-strp.exp
1349 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1350 * gdb.dwarf2/dw2-unresolved.exp
1351 * gdb.dwarf2/dw2-var-zero-addr.exp
1352 * gdb.dwarf2/dw4-sig-types.exp
1353 * gdb.dwarf2/dwz.exp
1354 * gdb.dwarf2/dynarr-ptr.exp
1355 * gdb.dwarf2/enum-type.exp
1356 * gdb.dwarf2/gdb-index.exp
1357 * gdb.dwarf2/implptr-64bit.exp
1358 * gdb.dwarf2/implptr-optimized-out.exp
1359 * gdb.dwarf2/implptr.exp
1360 * gdb.dwarf2/implref-array.exp
1361 * gdb.dwarf2/implref-const.exp
1362 * gdb.dwarf2/implref-global.exp
1363 * gdb.dwarf2/implref-struct.exp
1364 * gdb.dwarf2/mac-fileno.exp
1365 * gdb.dwarf2/main-subprogram.exp
1366 * gdb.dwarf2/member-ptr-forwardref.exp
1367 * gdb.dwarf2/method-ptr.exp
1368 * gdb.dwarf2/missing-sig-type.exp
1369 * gdb.dwarf2/nonvar-access.exp
1370 * gdb.dwarf2/opaque-type-lookup.exp
1371 * gdb.dwarf2/pieces-optimized-out.exp
1372 * gdb.dwarf2/pieces.exp
1373 * gdb.dwarf2/pr10770.exp
1374 * gdb.dwarf2/pr13961.exp
1375 * gdb.dwarf2/staticvirtual.exp
1376 * gdb.dwarf2/subrange.exp
1377 * gdb.dwarf2/symtab-producer.exp
1378 * gdb.dwarf2/trace-crash.exp
1379 * gdb.dwarf2/typeddwarf.exp
1380 * gdb.dwarf2/valop.exp
1381 * gdb.dwarf2/watch-notconst.exp
1382 * gdb.fortran/array-element.exp
1383 * gdb.fortran/charset.exp
1384 * gdb.fortran/common-block.exp
1385 * gdb.fortran/complex.exp
1386 * gdb.fortran/derived-type-function.exp
1387 * gdb.fortran/derived-type.exp
1388 * gdb.fortran/logical.exp
1389 * gdb.fortran/module.exp
1390 * gdb.fortran/multi-dim.exp
1391 * gdb.fortran/nested-funcs.exp
1392 * gdb.fortran/print-formatted.exp
1393 * gdb.fortran/subarray.exp
1394 * gdb.fortran/vla-alloc-assoc.exp
1395 * gdb.fortran/vla-datatypes.exp
1396 * gdb.fortran/vla-history.exp
1397 * gdb.fortran/vla-ptr-info.exp
1398 * gdb.fortran/vla-ptype-sub.exp
1399 * gdb.fortran/vla-ptype.exp
1400 * gdb.fortran/vla-sizeof.exp
1401 * gdb.fortran/vla-type.exp
1402 * gdb.fortran/vla-value-sub-arbitrary.exp
1403 * gdb.fortran/vla-value-sub-finish.exp
1404 * gdb.fortran/vla-value-sub.exp
1405 * gdb.fortran/vla-value.exp
1406 * gdb.fortran/whatis_type.exp
1407 * gdb.go/chan.exp
1408 * gdb.go/handcall.exp
1409 * gdb.go/hello.exp
1410 * gdb.go/integers.exp
1411 * gdb.go/methods.exp
1412 * gdb.go/package.exp
1413 * gdb.go/strings.exp
1414 * gdb.go/types.exp
1415 * gdb.go/unsafe.exp
1416 * gdb.guile/scm-arch.exp
1417 * gdb.guile/scm-block.exp
1418 * gdb.guile/scm-breakpoint.exp
1419 * gdb.guile/scm-cmd.exp
1420 * gdb.guile/scm-disasm.exp
1421 * gdb.guile/scm-equal.exp
1422 * gdb.guile/scm-frame-args.exp
1423 * gdb.guile/scm-frame-inline.exp
1424 * gdb.guile/scm-frame.exp
1425 * gdb.guile/scm-iterator.exp
1426 * gdb.guile/scm-math.exp
1427 * gdb.guile/scm-objfile.exp
1428 * gdb.guile/scm-ports.exp
1429 * gdb.guile/scm-symbol.exp
1430 * gdb.guile/scm-symtab.exp
1431 * gdb.guile/scm-value-cc.exp
1432 * gdb.guile/types-module.exp
1433 * gdb.linespec/break-ask.exp
1434 * gdb.linespec/cpexplicit.exp
1435 * gdb.linespec/explicit.exp
1436 * gdb.linespec/keywords.exp
1437 * gdb.linespec/linespec.exp
1438 * gdb.linespec/ls-dollar.exp
1439 * gdb.linespec/ls-errs.exp
1440 * gdb.linespec/skip-two.exp
1441 * gdb.linespec/thread.exp
1442 * gdb.mi/mi-async.exp
1443 * gdb.mi/mi-basics.exp
1444 * gdb.mi/mi-break.exp
1445 * gdb.mi/mi-catch-load.exp
1446 * gdb.mi/mi-cli.exp
1447 * gdb.mi/mi-cmd-param-changed.exp
1448 * gdb.mi/mi-console.exp
1449 * gdb.mi/mi-detach.exp
1450 * gdb.mi/mi-disassemble.exp
1451 * gdb.mi/mi-eval.exp
1452 * gdb.mi/mi-file-transfer.exp
1453 * gdb.mi/mi-file.exp
1454 * gdb.mi/mi-fill-memory.exp
1455 * gdb.mi/mi-inheritance-syntax-error.exp
1456 * gdb.mi/mi-linespec-err-cp.exp
1457 * gdb.mi/mi-logging.exp
1458 * gdb.mi/mi-memory-changed.exp
1459 * gdb.mi/mi-read-memory.exp
1460 * gdb.mi/mi-record-changed.exp
1461 * gdb.mi/mi-reg-undefined.exp
1462 * gdb.mi/mi-regs.exp
1463 * gdb.mi/mi-return.exp
1464 * gdb.mi/mi-reverse.exp
1465 * gdb.mi/mi-simplerun.exp
1466 * gdb.mi/mi-solib.exp
1467 * gdb.mi/mi-stack.exp
1468 * gdb.mi/mi-stepi.exp
1469 * gdb.mi/mi-syn-frame.exp
1470 * gdb.mi/mi-until.exp
1471 * gdb.mi/mi-var-block.exp
1472 * gdb.mi/mi-var-child.exp
1473 * gdb.mi/mi-var-cmd.exp
1474 * gdb.mi/mi-var-cp.exp
1475 * gdb.mi/mi-var-display.exp
1476 * gdb.mi/mi-var-invalidate.exp
1477 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1478 * gdb.mi/mi-vla-fortran.exp
1479 * gdb.mi/mi-watch.exp
1480 * gdb.mi/mi2-var-child.exp
1481 * gdb.mi/user-selected-context-sync.exp
1482 * gdb.modula2/unbounded-array.exp
1483 * gdb.multi/dummy-frame-restore.exp
1484 * gdb.multi/multi-arch-exec.exp
1485 * gdb.multi/multi-arch.exp
1486 * gdb.multi/tids.exp
1487 * gdb.multi/watchpoint-multi.exp
1488 * gdb.opencl/callfuncs.exp
1489 * gdb.opencl/convs_casts.exp
1490 * gdb.opencl/datatypes.exp
1491 * gdb.opencl/operators.exp
1492 * gdb.opencl/vec_comps.exp
1493 * gdb.opt/clobbered-registers-O2.exp
1494 * gdb.opt/inline-break.exp
1495 * gdb.opt/inline-bt.exp
1496 * gdb.opt/inline-cmds.exp
1497 * gdb.opt/inline-locals.exp
1498 * gdb.pascal/case-insensitive-symbols.exp
1499 * gdb.pascal/floats.exp
1500 * gdb.pascal/gdb11492.exp
1501 * gdb.python/lib-types.exp
1502 * gdb.python/py-arch.exp
1503 * gdb.python/py-as-string.exp
1504 * gdb.python/py-bad-printers.exp
1505 * gdb.python/py-block.exp
1506 * gdb.python/py-breakpoint-create-fail.exp
1507 * gdb.python/py-breakpoint.exp
1508 * gdb.python/py-caller-is.exp
1509 * gdb.python/py-cmd.exp
1510 * gdb.python/py-explore-cc.exp
1511 * gdb.python/py-explore.exp
1512 * gdb.python/py-finish-breakpoint.exp
1513 * gdb.python/py-finish-breakpoint2.exp
1514 * gdb.python/py-frame-args.exp
1515 * gdb.python/py-frame-inline.exp
1516 * gdb.python/py-frame.exp
1517 * gdb.python/py-framefilter-mi.exp
1518 * gdb.python/py-infthread.exp
1519 * gdb.python/py-lazy-string.exp
1520 * gdb.python/py-linetable.exp
1521 * gdb.python/py-mi-events.exp
1522 * gdb.python/py-mi-objfile.exp
1523 * gdb.python/py-mi.exp
1524 * gdb.python/py-objfile.exp
1525 * gdb.python/py-pp-integral.exp
1526 * gdb.python/py-pp-maint.exp
1527 * gdb.python/py-pp-re-notag.exp
1528 * gdb.python/py-pp-registration.exp
1529 * gdb.python/py-recurse-unwind.exp
1530 * gdb.python/py-strfns.exp
1531 * gdb.python/py-symbol.exp
1532 * gdb.python/py-symtab.exp
1533 * gdb.python/py-sync-interp.exp
1534 * gdb.python/py-typeprint.exp
1535 * gdb.python/py-unwind-maint.exp
1536 * gdb.python/py-unwind.exp
1537 * gdb.python/py-value-cc.exp
1538 * gdb.python/py-xmethods.exp
1539 * gdb.reverse/amd64-tailcall-reverse.exp
1540 * gdb.reverse/break-precsave.exp
1541 * gdb.reverse/break-reverse.exp
1542 * gdb.reverse/consecutive-precsave.exp
1543 * gdb.reverse/consecutive-reverse.exp
1544 * gdb.reverse/finish-precsave.exp
1545 * gdb.reverse/finish-reverse-bkpt.exp
1546 * gdb.reverse/finish-reverse.exp
1547 * gdb.reverse/fstatat-reverse.exp
1548 * gdb.reverse/getresuid-reverse.exp
1549 * gdb.reverse/i386-precsave.exp
1550 * gdb.reverse/i386-reverse.exp
1551 * gdb.reverse/i386-sse-reverse.exp
1552 * gdb.reverse/i387-env-reverse.exp
1553 * gdb.reverse/i387-stack-reverse.exp
1554 * gdb.reverse/insn-reverse.exp
1555 * gdb.reverse/machinestate-precsave.exp
1556 * gdb.reverse/machinestate.exp
1557 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1558 * gdb.reverse/pipe-reverse.exp
1559 * gdb.reverse/readv-reverse.exp
1560 * gdb.reverse/recvmsg-reverse.exp
1561 * gdb.reverse/rerun-prec.exp
1562 * gdb.reverse/s390-mvcle.exp
1563 * gdb.reverse/step-precsave.exp
1564 * gdb.reverse/step-reverse.exp
1565 * gdb.reverse/time-reverse.exp
1566 * gdb.reverse/until-precsave.exp
1567 * gdb.reverse/until-reverse.exp
1568 * gdb.reverse/waitpid-reverse.exp
1569 * gdb.reverse/watch-precsave.exp
1570 * gdb.reverse/watch-reverse.exp
1571 * gdb.rust/generics.exp
1572 * gdb.rust/methods.exp
1573 * gdb.rust/modules.exp
1574 * gdb.rust/simple.exp
1575 * gdb.server/connect-with-no-symbol-file.exp
1576 * gdb.server/ext-attach.exp
1577 * gdb.server/ext-restart.exp
1578 * gdb.server/ext-wrapper.exp
1579 * gdb.server/file-transfer.exp
1580 * gdb.server/server-exec-info.exp
1581 * gdb.server/server-kill.exp
1582 * gdb.server/server-mon.exp
1583 * gdb.server/wrapper.exp
1584 * gdb.stabs/exclfwd.exp
1585 * gdb.stabs/gdb11479.exp
1586 * gdb.threads/clone-new-thread-event.exp
1587 * gdb.threads/corethreads.exp
1588 * gdb.threads/current-lwp-dead.exp
1589 * gdb.threads/dlopen-libpthread.exp
1590 * gdb.threads/gcore-thread.exp
1591 * gdb.threads/sigstep-threads.exp
1592 * gdb.threads/watchpoint-fork.exp
1593 * gdb.trace/actions-changed.exp
1594 * gdb.trace/backtrace.exp
1595 * gdb.trace/change-loc.exp
1596 * gdb.trace/circ.exp
1597 * gdb.trace/collection.exp
1598 * gdb.trace/disconnected-tracing.exp
1599 * gdb.trace/ftrace.exp
1600 * gdb.trace/mi-trace-frame-collected.exp
1601 * gdb.trace/mi-trace-unavailable.exp
1602 * gdb.trace/mi-traceframe-changed.exp
1603 * gdb.trace/mi-tsv-changed.exp
1604 * gdb.trace/no-attach-trace.exp
1605 * gdb.trace/passc-dyn.exp
1606 * gdb.trace/qtro.exp
1607 * gdb.trace/range-stepping.exp
1608 * gdb.trace/read-memory.exp
1609 * gdb.trace/save-trace.exp
1610 * gdb.trace/signal.exp
1611 * gdb.trace/status-stop.exp
1612 * gdb.trace/tfile.exp
1613 * gdb.trace/trace-break.exp
1614 * gdb.trace/trace-buffer-size.exp
1615 * gdb.trace/trace-condition.exp
1616 * gdb.trace/tracefile-pseudo-reg.exp
1617 * gdb.trace/tstatus.exp
1618 * gdb.trace/unavailable.exp
1619 * gdb.trace/while-dyn.exp
1620 * gdb.trace/while-stepping.exp
1621
34c41c68
DE
16222016-12-22 Doug Evans <xdje42@gmail.com>
1623
1624 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1625 and msymbols.
1626
16e69324
YQ
16272016-12-19 Yao Qi <yao.qi@linaro.org>
1628
1629 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1630 (test_with_self): Don't call do_steps_and_nexts, and remove
1631 code about stepping into xmalloc.
1632
f94f411b
YQ
16332016-12-09 Yao Qi <yao.qi@linaro.org>
1634
1635 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1636
16372016-12-09 Yao Qi <yao.qi@linaro.org>
1638
1639 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1640
f1b5deee
PA
16412016-12-09 Pedro Alves <palves@redhat.com>
1642
1643 * gdb.base/all-architectures-0.exp: New file.
1644 * gdb.base/all-architectures-1.exp: New file.
1645 * gdb.base/all-architectures-2.exp: New file.
1646 * gdb.base/all-architectures-3.exp: New file.
1647 * gdb.base/all-architectures-4.exp: New file.
1648 * gdb.base/all-architectures-5.exp: New file.
1649 * gdb.base/all-architectures-6.exp: New file.
1650 * gdb.base/all-architectures-7.exp: New file.
1651 * gdb.base/all-architectures.exp.in: New file.
1652
364ca42e
YQ
16532016-12-09 Yao Qi <yao.qi@linaro.org>
1654
1655 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1656
107c2d62
LM
16572016-12-02 Luis Machado <lgustavo@codesourcery.com>
1658
1659 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1660 possible.
1661 Remove useless pattern-matching code.
1662
df3ee9ca
PA
16632016-12-02 Pedro Alves <palves@redhat.com>
1664
1665 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1666 procedure.
1667 (top level): Call it.
1668
ec835369
PA
16692016-12-02 Pedro Alves <palves@redhat.com>
1670
1671 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1672 New procedure.
1673 (top level): Call it.
1674
01770bbd
PA
16752016-12-02 Pedro Alves <palves@redhat.com>
1676
1677 PR cli/20559
1678 * gdb.base/commands.exp (user_defined_command_args_eval): New
1679 procedure.
1680 (top level): Call it.
1681
008459ea
LM
16822016-12-02 Luis Machado <lgustavo@codesourcery.com>
1683
1684 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1685 timeout handling.
1686
0c1b455e
TT
16872016-12-02 Tom Tromey <tom@tromey.com>
1688
1689 * gdb.dwarf2/main-subprogram.c: New file.
1690 * gdb.dwarf2/main-subprogram.exp: New file.
1691
018572b8
LM
16922016-12-01 Luis Machado <lgustavo@codesourcery.com>
1693
1694 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1695 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1696 gdb_test_no_output for a couple of cases.
1697 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1698
84c93cd5
LM
16992016-12-01 Luis Machado <lgustavo@codesourcery.com>
1700
1701 Fix test names and standardize compilation error messages throughout
1702 the following files:
1703
1704 * gdb.ada/start.exp
1705 * gdb.arch/alpha-step.exp
1706 * gdb.arch/e500-prologue.exp
1707 * gdb.arch/ftrace-insn-reloc.exp
1708 * gdb.arch/gdb1291.exp
1709 * gdb.arch/gdb1431.exp
1710 * gdb.arch/gdb1558.exp
1711 * gdb.arch/i386-dr3-watch.exp
1712 * gdb.arch/i386-sse-stack-align.exp
1713 * gdb.arch/ia64-breakpoint-shadow.exp
1714 * gdb.arch/pa-nullify.exp
1715 * gdb.arch/powerpc-aix-prologue.exp
1716 * gdb.arch/thumb-bx-pc.exp
1717 * gdb.base/annota1.exp
1718 * gdb.base/annota3.exp
1719 * gdb.base/arrayidx.exp
1720 * gdb.base/assign.exp
1721 * gdb.base/attach.exp
1722 * gdb.base/auxv.exp
1723 * gdb.base/bang.exp
1724 * gdb.base/bfp-test.exp
1725 * gdb.base/bigcore.exp
1726 * gdb.base/bitfields2.exp
1727 * gdb.base/break-fun-addr.exp
1728 * gdb.base/break-probes.exp
1729 * gdb.base/call-rt-st.exp
1730 * gdb.base/callexit.exp
1731 * gdb.base/catch-fork-kill.exp
1732 * gdb.base/charset.exp
1733 * gdb.base/checkpoint.exp
1734 * gdb.base/comprdebug.exp
1735 * gdb.base/constvars.exp
1736 * gdb.base/coredump-filter.exp
1737 * gdb.base/cursal.exp
1738 * gdb.base/cvexpr.exp
1739 * gdb.base/detach.exp
1740 * gdb.base/display.exp
1741 * gdb.base/dmsym.exp
1742 * gdb.base/dprintf-pending.exp
1743 * gdb.base/dso2dso.exp
1744 * gdb.base/dtrace-probe.exp
1745 * gdb.base/dump.exp
1746 * gdb.base/enum_cond.exp
1747 * gdb.base/exe-lock.exp
1748 * gdb.base/exec-invalid-sysroot.exp
1749 * gdb.base/execl-update-breakpoints.exp
1750 * gdb.base/exprs.exp
1751 * gdb.base/fileio.exp
1752 * gdb.base/find.exp
1753 * gdb.base/finish.exp
1754 * gdb.base/fixsection.exp
1755 * gdb.base/foll-vfork.exp
1756 * gdb.base/frame-args.exp
1757 * gdb.base/gcore.exp
1758 * gdb.base/gdb1250.exp
1759 * gdb.base/global-var-nested-by-dso.exp
1760 * gdb.base/gnu-ifunc.exp
1761 * gdb.base/hashline1.exp
1762 * gdb.base/hashline2.exp
1763 * gdb.base/hashline3.exp
1764 * gdb.base/hbreak-in-shr-unsupported.exp
1765 * gdb.base/huge.exp
1766 * gdb.base/infcall-input.exp
1767 * gdb.base/info-fun.exp
1768 * gdb.base/info-shared.exp
1769 * gdb.base/jit-simple.exp
1770 * gdb.base/jit-so.exp
1771 * gdb.base/jit.exp
1772 * gdb.base/jump.exp
1773 * gdb.base/label.exp
1774 * gdb.base/lineinc.exp
1775 * gdb.base/logical.exp
1776 * gdb.base/longjmp.exp
1777 * gdb.base/macscp.exp
1778 * gdb.base/miscexprs.exp
1779 * gdb.base/new-ui-echo.exp
1780 * gdb.base/new-ui-pending-input.exp
1781 * gdb.base/new-ui.exp
1782 * gdb.base/nodebug.exp
1783 * gdb.base/nofield.exp
1784 * gdb.base/offsets.exp
1785 * gdb.base/overlays.exp
1786 * gdb.base/pending.exp
1787 * gdb.base/pointers.exp
1788 * gdb.base/pr11022.exp
1789 * gdb.base/printcmds.exp
1790 * gdb.base/prologue.exp
1791 * gdb.base/ptr-typedef.exp
1792 * gdb.base/realname-expand.exp
1793 * gdb.base/relativedebug.exp
1794 * gdb.base/relocate.exp
1795 * gdb.base/remote.exp
1796 * gdb.base/reread.exp
1797 * gdb.base/return2.exp
1798 * gdb.base/savedregs.exp
1799 * gdb.base/sep.exp
1800 * gdb.base/sepdebug.exp
1801 * gdb.base/sepsymtab.exp
1802 * gdb.base/set-inferior-tty.exp
1803 * gdb.base/setshow.exp
1804 * gdb.base/shlib-call.exp
1805 * gdb.base/sigaltstack.exp
1806 * gdb.base/siginfo-addr.exp
1807 * gdb.base/signals.exp
1808 * gdb.base/signull.exp
1809 * gdb.base/sigrepeat.exp
1810 * gdb.base/so-impl-ld.exp
1811 * gdb.base/solib-display.exp
1812 * gdb.base/solib-overlap.exp
1813 * gdb.base/solib-search.exp
1814 * gdb.base/solib-symbol.exp
1815 * gdb.base/structs.exp
1816 * gdb.base/structs2.exp
1817 * gdb.base/symtab-search-order.exp
1818 * gdb.base/twice.exp
1819 * gdb.base/unload.exp
1820 * gdb.base/varargs.exp
1821 * gdb.base/watchpoint-solib.exp
1822 * gdb.base/watchpoint.exp
1823 * gdb.base/whatis.exp
1824 * gdb.base/wrong_frame_bt_full.exp
1825 * gdb.btrace/dlopen.exp
1826 * gdb.cell/ea-standalone.exp
1827 * gdb.cell/ea-test.exp
1828 * gdb.cp/dispcxx.exp
1829 * gdb.cp/gdb2384.exp
1830 * gdb.cp/method2.exp
1831 * gdb.cp/nextoverthrow.exp
1832 * gdb.cp/pr10728.exp
1833 * gdb.disasm/am33.exp
1834 * gdb.disasm/h8300s.exp
1835 * gdb.disasm/mn10300.exp
1836 * gdb.disasm/sh3.exp
1837 * gdb.dwarf2/dw2-dir-file-name.exp
1838 * gdb.fortran/complex.exp
1839 * gdb.fortran/library-module.exp
1840 * gdb.guile/scm-pretty-print.exp
1841 * gdb.guile/scm-symbol.exp
1842 * gdb.guile/scm-type.exp
1843 * gdb.guile/scm-value.exp
1844 * gdb.linespec/linespec.exp
1845 * gdb.mi/gdb701.exp
1846 * gdb.mi/gdb792.exp
1847 * gdb.mi/mi-breakpoint-changed.exp
1848 * gdb.mi/mi-dprintf-pending.exp
1849 * gdb.mi/mi-dprintf.exp
1850 * gdb.mi/mi-exit-code.exp
1851 * gdb.mi/mi-pending.exp
1852 * gdb.mi/mi-solib.exp
1853 * gdb.mi/new-ui-mi-sync.exp
1854 * gdb.mi/pr11022.exp
1855 * gdb.mi/user-selected-context-sync.exp
1856 * gdb.opt/solib-intra-step.exp
1857 * gdb.python/py-events.exp
1858 * gdb.python/py-finish-breakpoint.exp
1859 * gdb.python/py-mi.exp
1860 * gdb.python/py-prettyprint.exp
1861 * gdb.python/py-shared.exp
1862 * gdb.python/py-symbol.exp
1863 * gdb.python/py-template.exp
1864 * gdb.python/py-type.exp
1865 * gdb.python/py-value.exp
1866 * gdb.reverse/solib-precsave.exp
1867 * gdb.reverse/solib-reverse.exp
1868 * gdb.server/solib-list.exp
1869 * gdb.stabs/weird.exp
1870 * gdb.threads/reconnect-signal.exp
1871 * gdb.threads/stepi-random-signal.exp
1872 * gdb.trace/actions.exp
1873 * gdb.trace/ax.exp
1874 * gdb.trace/backtrace.exp
1875 * gdb.trace/change-loc.exp
1876 * gdb.trace/deltrace.exp
1877 * gdb.trace/ftrace-lock.exp
1878 * gdb.trace/ftrace.exp
1879 * gdb.trace/infotrace.exp
1880 * gdb.trace/mi-tracepoint-changed.exp
1881 * gdb.trace/packetlen.exp
1882 * gdb.trace/passcount.exp
1883 * gdb.trace/pending.exp
1884 * gdb.trace/range-stepping.exp
1885 * gdb.trace/report.exp
1886 * gdb.trace/stap-trace.exp
1887 * gdb.trace/tfind.exp
1888 * gdb.trace/trace-break.exp
1889 * gdb.trace/trace-condition.exp
1890 * gdb.trace/trace-enable-disable.exp
1891 * gdb.trace/trace-mt.exp
1892 * gdb.trace/tracecmd.exp
1893 * gdb.trace/tspeed.exp
1894 * gdb.trace/tsv.exp
1895 * lib/perftest.exp
1896
fb9feb35
LM
18972016-12-01 Luis Machado <lgustavo@codesourcery.com>
1898
1899 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1900 with gdb_test_no_output.
1901 Use command as test name.
1902
cd2ddb6c
LM
19032016-12-01 Luis Machado <lgustavo@codesourcery.com>
1904
1905 Fix test names starting with uppercase throughout the files.
1906
1907 * gdb.ada/assign_1.exp
1908 * gdb.ada/boolean_expr.exp
1909 * gdb.base/arrayidx.exp
1910 * gdb.base/del.exp
1911 * gdb.base/gcore-buffer-overflow.exp
1912 * gdb.base/testenv.exp
1913 * gdb.compile/compile.exp
1914 * gdb.python/py-framefilter-invalidarg.exp
1915 * gdb.python/py-framefilter.exp
1916
bb95117e
LM
19172016-12-01 Luis Machado <lgustavo@codesourcery.com>
1918
1919 Fix test names starting with uppercase throughout the files.
1920
1921 * gdb.ada/array_return.exp
1922 * gdb.ada/expr_delims.exp
1923 * gdb.ada/mi_dyn_arr.exp
1924 * gdb.ada/mi_interface.exp
1925 * gdb.ada/mi_var_array.exp
1926 * gdb.ada/watch_arg.exp
1927 * gdb.arch/alpha-step.exp
1928 * gdb.arch/altivec-regs.exp
1929 * gdb.arch/e500-regs.exp
1930 * gdb.arch/powerpc-d128-regs.exp
1931 * gdb.base/arrayidx.exp
1932 * gdb.base/break.exp
1933 * gdb.base/checkpoint.exp
1934 * gdb.base/debug-expr.exp
1935 * gdb.base/dmsym.exp
1936 * gdb.base/radix.exp
1937 * gdb.base/sepdebug.exp
1938 * gdb.base/testenv.exp
1939 * gdb.base/watch_thread_num.exp
1940 * gdb.base/watchpoint-cond-gone.exp
1941 * gdb.cell/break.exp
1942 * gdb.cell/ea-cache.exp
1943 * gdb.compile/compile.exp
1944 * gdb.cp/gdb2495.exp
1945 * gdb.gdb/selftest.exp
1946 * gdb.gdb/xfullpath.exp
1947 * gdb.go/hello.exp
1948 * gdb.go/integers.exp
1949 * gdb.objc/basicclass.exp
1950 * gdb.pascal/hello.exp
1951 * gdb.pascal/integers.exp
1952 * gdb.python/py-breakpoint.exp
1953 * gdb.python/py-cmd.exp
1954 * gdb.python/py-linetable.exp
1955 * gdb.python/py-xmethods.exp
1956 * gdb.python/python.exp
1957 * gdb.reverse/consecutive-precsave.exp
1958 * gdb.reverse/finish-precsave.exp
1959 * gdb.reverse/i386-precsave.exp
1960 * gdb.reverse/machinestate-precsave.exp
1961 * gdb.reverse/sigall-precsave.exp
1962 * gdb.reverse/solib-precsave.exp
1963 * gdb.reverse/step-precsave.exp
1964 * gdb.reverse/until-precsave.exp
1965 * gdb.reverse/watch-precsave.exp
1966 * gdb.threads/leader-exit.exp
1967 * gdb.threads/pthreads.exp
1968 * gdb.threads/wp-replication.exp
1969 * gdb.trace/actions.exp
1970 * gdb.trace/mi-tsv-changed.exp
1971 * gdb.trace/tsv.exp
1972
de97fdd4
LM
19732016-12-01 Luis Machado <lgustavo@codesourcery.com>
1974
1975 Fix test names starting with uppercase throughout the files.
1976
1977 * gdb.arch/i386-bp_permanent.exp
1978 * gdb.arch/i386-gnu-cfi.exp
1979 * gdb.base/disasm-end-cu.exp
1980 * gdb.base/macscp.exp
1981 * gdb.base/pending.exp
1982 * gdb.base/watch_thread_num.exp
1983 * gdb.cp/exception.exp
1984 * gdb.cp/gdb2495.exp
1985 * gdb.cp/local.exp
1986 * gdb.python/py-evsignal.exp
1987 * gdb.python/python.exp
1988 * gdb.trace/tracecmd.exp
1989
9f058c10
LM
19902016-12-01 Luis Machado <lgustavo@codesourcery.com>
1991
1992 Fix test names starting with uppercase throughout the files.
1993
1994 * gdb.base/charset.exp
1995 * gdb.base/eval.exp
1996 * gdb.base/multi-forks.exp
1997 * gdb.guile/scm-progspace.exp
1998 * gdb.opencl/datatypes.exp
1999 * gdb.python/py-block.exp
2000 * gdb.python/py-function.exp
2001 * gdb.python/py-symbol.exp
2002 * gdb.python/py-symtab.exp
2003 * gdb.python/py-xmethods.exp
2004 * gdb.reverse/break-precsave.exp
2005 * gdb.reverse/break-reverse.exp
2006 * gdb.reverse/consecutive-precsave.exp
2007 * gdb.reverse/consecutive-reverse.exp
2008 * gdb.reverse/finish-precsave.exp
2009 * gdb.reverse/finish-reverse-bkpt.exp
2010 * gdb.reverse/finish-reverse.exp
2011 * gdb.reverse/fstatat-reverse.exp
2012 * gdb.reverse/getresuid-reverse.exp
2013 * gdb.reverse/i386-precsave.exp
2014 * gdb.reverse/i386-reverse.exp
2015 * gdb.reverse/i386-sse-reverse.exp
2016 * gdb.reverse/i387-stack-reverse.exp
2017 * gdb.reverse/insn-reverse.exp
2018 * gdb.reverse/machinestate-precsave.exp
2019 * gdb.reverse/machinestate.exp
2020 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2021 * gdb.reverse/pipe-reverse.exp
2022 * gdb.reverse/readv-reverse.exp
2023 * gdb.reverse/recvmsg-reverse.exp
2024 * gdb.reverse/rerun-prec.exp
2025 * gdb.reverse/s390-mvcle.exp
2026 * gdb.reverse/sigall-precsave.exp
2027 * gdb.reverse/sigall-reverse.exp
2028 * gdb.reverse/solib-precsave.exp
2029 * gdb.reverse/solib-reverse.exp
2030 * gdb.reverse/step-precsave.exp
2031 * gdb.reverse/step-reverse.exp
2032 * gdb.reverse/time-reverse.exp
2033 * gdb.reverse/until-precsave.exp
2034 * gdb.reverse/until-reverse.exp
2035 * gdb.reverse/waitpid-reverse.exp
2036 * gdb.reverse/watch-precsave.exp
2037 * gdb.reverse/watch-reverse.exp
2038
cdc7edd7
LM
20392016-12-01 Luis Machado <lgustavo@codesourcery.com>
2040
2041 Fix test names starting with uppercase throughout the files.
2042
2043 * gdb.arch/i386-mpx-simple_segv.exp
2044 * gdb.arch/i386-mpx.exp
2045 * gdb.arch/i386-permbkpt.exp
2046 * gdb.arch/pa-nullify.exp
2047 * gdb.arch/powerpc-d128-regs.exp
2048 * gdb.arch/vsx-regs.exp
2049 * gdb.base/bfp-test.exp
2050 * gdb.base/break.exp
2051 * gdb.base/breakpoint-shadow.exp
2052 * gdb.base/callfuncs.exp
2053 * gdb.base/charset.exp
2054 * gdb.base/commands.exp
2055 * gdb.base/completion.exp
2056 * gdb.base/dfp-test.exp
2057 * gdb.base/echo.exp
2058 * gdb.base/ending-run.exp
2059 * gdb.base/eval.exp
2060 * gdb.base/expand-psymtabs.exp
2061 * gdb.base/float128.exp
2062 * gdb.base/floatn.exp
2063 * gdb.base/foll-exec-mode.exp
2064 * gdb.base/gdb1056.exp
2065 * gdb.base/gdb11531.exp
2066 * gdb.base/kill-after-signal.exp
2067 * gdb.base/multi-forks.exp
2068 * gdb.base/overlays.exp
2069 * gdb.base/pending.exp
2070 * gdb.base/sepdebug.exp
2071 * gdb.base/testenv.exp
2072 * gdb.base/valgrind-db-attach.exp
2073 * gdb.base/watch_thread_num.exp
2074 * gdb.base/watchpoint-cond-gone.exp
2075 * gdb.base/watchpoint.exp
2076 * gdb.base/watchpoints.exp
2077 * gdb.cp/arg-reference.exp
2078 * gdb.cp/baseenum.exp
2079 * gdb.cp/operator.exp
2080 * gdb.cp/shadow.exp
2081 * gdb.dwarf2/dw2-op-out-param.exp
2082 * gdb.dwarf2/dw2-reg-undefined.exp
2083 * gdb.go/chan.exp
2084 * gdb.go/hello.exp
2085 * gdb.go/integers.exp
2086 * gdb.go/methods.exp
2087 * gdb.go/package.exp
2088 * gdb.guile/scm-parameter.exp
2089 * gdb.guile/scm-progspace.exp
2090 * gdb.guile/scm-value.exp
2091 * gdb.mi/mi-pending.exp
2092 * gdb.mi/user-selected-context-sync.exp
2093 * gdb.multi/multi-attach.exp
2094 * gdb.multi/tids.exp
2095 * gdb.opt/clobbered-registers-O2.exp
2096 * gdb.pascal/floats.exp
2097 * gdb.pascal/integers.exp
2098 * gdb.python/py-block.exp
2099 * gdb.python/py-events.exp
2100 * gdb.python/py-parameter.exp
2101 * gdb.python/py-symbol.exp
2102 * gdb.python/py-symtab.exp
2103 * gdb.python/py-type.exp
2104 * gdb.python/py-value.exp
2105 * gdb.python/py-xmethods.exp
2106 * gdb.python/python.exp
2107 * gdb.reverse/break-precsave.exp
2108 * gdb.reverse/consecutive-precsave.exp
2109 * gdb.reverse/finish-precsave.exp
2110 * gdb.reverse/i386-precsave.exp
2111 * gdb.reverse/machinestate-precsave.exp
2112 * gdb.reverse/sigall-precsave.exp
2113 * gdb.reverse/solib-precsave.exp
2114 * gdb.reverse/step-precsave.exp
2115 * gdb.reverse/until-precsave.exp
2116 * gdb.reverse/watch-precsave.exp
2117 * gdb.server/ext-attach.exp
2118 * gdb.server/ext-restart.exp
2119 * gdb.server/ext-run.exp
2120 * gdb.server/ext-wrapper.exp
2121 * gdb.stabs/gdb11479.exp
2122 * gdb.stabs/weird.exp
2123 * gdb.threads/attach-many-short-lived-threads.exp
2124 * gdb.threads/kill.exp
2125 * gdb.threads/watchpoint-fork.exp
2126
bc6c7af4
LM
21272016-12-01 Luis Machado <lgustavo@codesourcery.com>
2128
2129 Fix test names starting with uppercase throughout all the files below.
2130
2131 * gdb.ada/array_return.exp
2132 * gdb.ada/catch_ex.exp
2133 * gdb.ada/info_exc.exp
2134 * gdb.ada/mi_catch_ex.exp
2135 * gdb.ada/mi_dyn_arr.exp
2136 * gdb.ada/mi_ex_cond.exp
2137 * gdb.ada/mi_exc_info.exp
2138 * gdb.ada/mi_interface.exp
2139 * gdb.ada/mi_task_arg.exp
2140 * gdb.ada/mi_task_info.exp
2141 * gdb.ada/mi_var_array.exp
2142 * gdb.arch/alpha-step.exp
2143 * gdb.arch/amd64-disp-step.exp
2144 * gdb.arch/arm-disp-step.exp
2145 * gdb.arch/disp-step-insn-reloc.exp
2146 * gdb.arch/e500-prologue.exp
2147 * gdb.arch/ftrace-insn-reloc.exp
2148 * gdb.arch/gdb1558.exp
2149 * gdb.arch/i386-bp_permanent.exp
2150 * gdb.arch/i386-disp-step.exp
2151 * gdb.arch/i386-float.exp
2152 * gdb.arch/i386-gnu-cfi.exp
2153 * gdb.arch/ia64-breakpoint-shadow.exp
2154 * gdb.arch/mips16-thunks.exp
2155 * gdb.arch/pa-nullify.exp
2156 * gdb.arch/powerpc-aix-prologue.exp
2157 * gdb.arch/powerpc-power.exp
2158 * gdb.arch/ppc-dfp.exp
2159 * gdb.arch/s390-tdbregs.exp
2160 * gdb.arch/spu-info.exp
2161 * gdb.arch/spu-ls.exp
2162 * gdb.arch/thumb-bx-pc.exp
2163 * gdb.base/advance.exp
2164 * gdb.base/annota-input-while-running.exp
2165 * gdb.base/arrayidx.exp
2166 * gdb.base/asmlabel.exp
2167 * gdb.base/async.exp
2168 * gdb.base/attach-wait-input.exp
2169 * gdb.base/auto-connect-native-target.exp
2170 * gdb.base/batch-preserve-term-settings.exp
2171 * gdb.base/bfp-test.exp
2172 * gdb.base/bigcore.exp
2173 * gdb.base/bp-permanent.exp
2174 * gdb.base/break-always.exp
2175 * gdb.base/break-fun-addr.exp
2176 * gdb.base/break-idempotent.exp
2177 * gdb.base/break-main-file-remove-fail.exp
2178 * gdb.base/break-probes.exp
2179 * gdb.base/break-unload-file.exp
2180 * gdb.base/break.exp
2181 * gdb.base/call-ar-st.exp
2182 * gdb.base/call-rt-st.exp
2183 * gdb.base/call-sc.exp
2184 * gdb.base/call-signal-resume.exp
2185 * gdb.base/call-strs.exp
2186 * gdb.base/callexit.exp
2187 * gdb.base/callfuncs.exp
2188 * gdb.base/catch-gdb-caused-signals.exp
2189 * gdb.base/catch-signal-siginfo-cond.exp
2190 * gdb.base/catch-syscall.exp
2191 * gdb.base/compare-sections.exp
2192 * gdb.base/cond-eval-mode.exp
2193 * gdb.base/condbreak-call-false.exp
2194 * gdb.base/consecutive-step-over.exp
2195 * gdb.base/cursal.exp
2196 * gdb.base/disabled-location.exp
2197 * gdb.base/disasm-end-cu.exp
2198 * gdb.base/display.exp
2199 * gdb.base/double-prompt-target-event-error.exp
2200 * gdb.base/dprintf-bp-same-addr.exp
2201 * gdb.base/dprintf-detach.exp
2202 * gdb.base/dprintf-next.exp
2203 * gdb.base/dprintf-non-stop.exp
2204 * gdb.base/dprintf-pending.exp
2205 * gdb.base/dso2dso.exp
2206 * gdb.base/ending-run.exp
2207 * gdb.base/enum_cond.exp
2208 * gdb.base/examine-backward.exp
2209 * gdb.base/exe-lock.exp
2210 * gdb.base/exec-invalid-sysroot.exp
2211 * gdb.base/execl-update-breakpoints.exp
2212 * gdb.base/execution-termios.exp
2213 * gdb.base/fileio.exp
2214 * gdb.base/fixsection.exp
2215 * gdb.base/foll-exec-mode.exp
2216 * gdb.base/foll-exec.exp
2217 * gdb.base/fork-running-state.exp
2218 * gdb.base/frame-args.exp
2219 * gdb.base/fullpath-expand.exp
2220 * gdb.base/func-ptr.exp
2221 * gdb.base/gcore-relro-pie.exp
2222 * gdb.base/gdb1090.exp
2223 * gdb.base/gdb1555.exp
2224 * gdb.base/global-var-nested-by-dso.exp
2225 * gdb.base/gnu-ifunc.exp
2226 * gdb.base/hbreak-in-shr-unsupported.exp
2227 * gdb.base/hbreak-unmapped.exp
2228 * gdb.base/hook-stop.exp
2229 * gdb.base/infcall-input.exp
2230 * gdb.base/info-fun.exp
2231 * gdb.base/info-shared.exp
2232 * gdb.base/interrupt-noterm.exp
2233 * gdb.base/jit-so.exp
2234 * gdb.base/jit.exp
2235 * gdb.base/line-symtabs.exp
2236 * gdb.base/list.exp
2237 * gdb.base/longjmp.exp
2238 * gdb.base/macscp.exp
2239 * gdb.base/max-value-size.exp
2240 * gdb.base/nodebug.exp
2241 * gdb.base/nofield.exp
2242 * gdb.base/overlays.exp
2243 * gdb.base/paginate-after-ctrl-c-running.exp
2244 * gdb.base/paginate-bg-execution.exp
2245 * gdb.base/paginate-inferior-exit.exp
2246 * gdb.base/pending.exp
2247 * gdb.base/pr11022.exp
2248 * gdb.base/printcmds.exp
2249 * gdb.base/ptr-typedef.exp
2250 * gdb.base/ptype.exp
2251 * gdb.base/randomize.exp
2252 * gdb.base/range-stepping.exp
2253 * gdb.base/realname-expand.exp
2254 * gdb.base/relativedebug.exp
2255 * gdb.base/remote.exp
2256 * gdb.base/savedregs.exp
2257 * gdb.base/sepdebug.exp
2258 * gdb.base/set-noassign.exp
2259 * gdb.base/shlib-call.exp
2260 * gdb.base/shreloc.exp
2261 * gdb.base/sigaltstack.exp
2262 * gdb.base/sigbpt.exp
2263 * gdb.base/siginfo-addr.exp
2264 * gdb.base/siginfo-obj.exp
2265 * gdb.base/siginfo-thread.exp
2266 * gdb.base/signest.exp
2267 * gdb.base/signull.exp
2268 * gdb.base/sigrepeat.exp
2269 * gdb.base/skip.exp
2270 * gdb.base/so-impl-ld.exp
2271 * gdb.base/solib-corrupted.exp
2272 * gdb.base/solib-disc.exp
2273 * gdb.base/solib-display.exp
2274 * gdb.base/solib-overlap.exp
2275 * gdb.base/solib-search.exp
2276 * gdb.base/solib-symbol.exp
2277 * gdb.base/source-execution.exp
2278 * gdb.base/sss-bp-on-user-bp-2.exp
2279 * gdb.base/sss-bp-on-user-bp.exp
2280 * gdb.base/stack-checking.exp
2281 * gdb.base/stale-infcall.exp
2282 * gdb.base/step-break.exp
2283 * gdb.base/step-line.exp
2284 * gdb.base/step-over-exit.exp
2285 * gdb.base/step-test.exp
2286 * gdb.base/structs.exp
2287 * gdb.base/sym-file.exp
2288 * gdb.base/symtab-search-order.exp
2289 * gdb.base/term.exp
2290 * gdb.base/type-opaque.exp
2291 * gdb.base/unload.exp
2292 * gdb.base/until-nodebug.exp
2293 * gdb.base/until.exp
2294 * gdb.base/unwindonsignal.exp
2295 * gdb.base/watch-cond.exp
2296 * gdb.base/watch-non-mem.exp
2297 * gdb.base/watch_thread_num.exp
2298 * gdb.base/watchpoint-reuse-slot.exp
2299 * gdb.base/watchpoint-solib.exp
2300 * gdb.base/watchpoint.exp
2301 * gdb.btrace/dlopen.exp
2302 * gdb.cell/arch.exp
2303 * gdb.cell/break.exp
2304 * gdb.cell/bt.exp
2305 * gdb.cell/core.exp
2306 * gdb.cell/data.exp
2307 * gdb.cell/dwarfaddr.exp
2308 * gdb.cell/ea-cache.exp
2309 * gdb.cell/ea-standalone.exp
2310 * gdb.cell/ea-test.exp
2311 * gdb.cell/f-regs.exp
2312 * gdb.cell/fork.exp
2313 * gdb.cell/gcore.exp
2314 * gdb.cell/mem-access.exp
2315 * gdb.cell/ptype.exp
2316 * gdb.cell/registers.exp
2317 * gdb.cell/sizeof.exp
2318 * gdb.cell/solib-symbol.exp
2319 * gdb.cell/solib.exp
2320 * gdb.compile/compile-tls.exp
2321 * gdb.cp/exception.exp
2322 * gdb.cp/gdb2495.exp
2323 * gdb.cp/local.exp
2324 * gdb.cp/mb-inline.exp
2325 * gdb.cp/mb-templates.exp
2326 * gdb.cp/pr10687.exp
2327 * gdb.cp/pr9167.exp
2328 * gdb.cp/scope-err.exp
2329 * gdb.cp/templates.exp
2330 * gdb.cp/virtfunc.exp
2331 * gdb.dwarf2/dw2-dir-file-name.exp
2332 * gdb.dwarf2/dw2-single-line-discriminators.exp
2333 * gdb.fortran/complex.exp
2334 * gdb.fortran/library-module.exp
2335 * gdb.guile/guile.exp
2336 * gdb.guile/scm-cmd.exp
2337 * gdb.guile/scm-frame-inline.exp
2338 * gdb.guile/scm-objfile.exp
2339 * gdb.guile/scm-pretty-print.exp
2340 * gdb.guile/scm-symbol.exp
2341 * gdb.guile/scm-type.exp
2342 * gdb.guile/scm-value.exp
2343 * gdb.linespec/keywords.exp
2344 * gdb.linespec/ls-errs.exp
2345 * gdb.linespec/macro-relative.exp
2346 * gdb.linespec/thread.exp
2347 * gdb.mi/mi-breakpoint-changed.exp
2348 * gdb.mi/mi-dprintf-pending.exp
2349 * gdb.mi/mi-fullname-deleted.exp
2350 * gdb.mi/mi-logging.exp
2351 * gdb.mi/mi-pending.exp
2352 * gdb.mi/mi-solib.exp
2353 * gdb.mi/new-ui-mi-sync.exp
2354 * gdb.mi/user-selected-context-sync.exp
2355 * gdb.multi/dummy-frame-restore.exp
2356 * gdb.multi/multi-arch-exec.exp
2357 * gdb.multi/remove-inferiors.exp
2358 * gdb.multi/watchpoint-multi-exit.exp
2359 * gdb.opt/solib-intra-step.exp
2360 * gdb.perf/backtrace.exp
2361 * gdb.perf/single-step.exp
2362 * gdb.perf/skip-command.exp
2363 * gdb.perf/skip-prologue.exp
2364 * gdb.perf/solib.exp
2365 * gdb.python/lib-types.exp
2366 * gdb.python/py-as-string.exp
2367 * gdb.python/py-bad-printers.exp
2368 * gdb.python/py-block.exp
2369 * gdb.python/py-breakpoint.exp
2370 * gdb.python/py-cmd.exp
2371 * gdb.python/py-events.exp
2372 * gdb.python/py-evthreads.exp
2373 * gdb.python/py-finish-breakpoint.exp
2374 * gdb.python/py-finish-breakpoint2.exp
2375 * gdb.python/py-frame-inline.exp
2376 * gdb.python/py-frame.exp
2377 * gdb.python/py-inferior.exp
2378 * gdb.python/py-infthread.exp
2379 * gdb.python/py-mi.exp
2380 * gdb.python/py-objfile.exp
2381 * gdb.python/py-pp-maint.exp
2382 * gdb.python/py-pp-registration.exp
2383 * gdb.python/py-prettyprint.exp
2384 * gdb.python/py-recurse-unwind.exp
2385 * gdb.python/py-shared.exp
2386 * gdb.python/py-symbol.exp
2387 * gdb.python/py-symtab.exp
2388 * gdb.python/py-template.exp
2389 * gdb.python/py-type.exp
2390 * gdb.python/py-unwind-maint.exp
2391 * gdb.python/py-unwind.exp
2392 * gdb.python/py-value.exp
2393 * gdb.python/python.exp
2394 * gdb.reverse/finish-reverse-bkpt.exp
2395 * gdb.reverse/insn-reverse.exp
2396 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2397 * gdb.reverse/solib-precsave.exp
2398 * gdb.reverse/solib-reverse.exp
2399 * gdb.stabs/gdb11479.exp
2400 * gdb.stabs/weird.exp
2401 * gdb.threads/fork-child-threads.exp
2402 * gdb.threads/fork-plus-threads.exp
2403 * gdb.threads/fork-thread-pending.exp
2404 * gdb.threads/forking-threads-plus-breakpoint.exp
2405 * gdb.threads/hand-call-in-threads.exp
2406 * gdb.threads/interrupted-hand-call.exp
2407 * gdb.threads/linux-dp.exp
2408 * gdb.threads/local-watch-wrong-thread.exp
2409 * gdb.threads/next-while-other-thread-longjmps.exp
2410 * gdb.threads/non-ldr-exit.exp
2411 * gdb.threads/pending-step.exp
2412 * gdb.threads/print-threads.exp
2413 * gdb.threads/process-dies-while-detaching.exp
2414 * gdb.threads/process-dies-while-handling-bp.exp
2415 * gdb.threads/pthreads.exp
2416 * gdb.threads/queue-signal.exp
2417 * gdb.threads/reconnect-signal.exp
2418 * gdb.threads/signal-command-handle-nopass.exp
2419 * gdb.threads/signal-command-multiple-signals-pending.exp
2420 * gdb.threads/signal-delivered-right-thread.exp
2421 * gdb.threads/signal-sigtrap.exp
2422 * gdb.threads/sigthread.exp
2423 * gdb.threads/staticthreads.exp
2424 * gdb.threads/stepi-random-signal.exp
2425 * gdb.threads/thread-unwindonsignal.exp
2426 * gdb.threads/thread_check.exp
2427 * gdb.threads/thread_events.exp
2428 * gdb.threads/tid-reuse.exp
2429 * gdb.threads/tls-nodebug.exp
2430 * gdb.threads/tls-shared.exp
2431 * gdb.threads/tls-so_extern.exp
2432 * gdb.threads/tls.exp
2433 * gdb.threads/wp-replication.exp
2434 * gdb.trace/actions-changed.exp
2435 * gdb.trace/actions.exp
2436 * gdb.trace/backtrace.exp
2437 * gdb.trace/change-loc.exp
2438 * gdb.trace/collection.exp
2439 * gdb.trace/deltrace.exp
2440 * gdb.trace/disconnected-tracing.exp
2441 * gdb.trace/entry-values.exp
2442 * gdb.trace/ftrace-lock.exp
2443 * gdb.trace/ftrace.exp
2444 * gdb.trace/infotrace.exp
2445 * gdb.trace/mi-trace-frame-collected.exp
2446 * gdb.trace/mi-trace-unavailable.exp
2447 * gdb.trace/mi-traceframe-changed.exp
2448 * gdb.trace/mi-tracepoint-changed.exp
2449 * gdb.trace/mi-tsv-changed.exp
2450 * gdb.trace/no-attach-trace.exp
2451 * gdb.trace/packetlen.exp
2452 * gdb.trace/passc-dyn.exp
2453 * gdb.trace/passcount.exp
2454 * gdb.trace/pending.exp
2455 * gdb.trace/pr16508.exp
2456 * gdb.trace/qtro.exp
2457 * gdb.trace/range-stepping.exp
2458 * gdb.trace/read-memory.exp
2459 * gdb.trace/report.exp
2460 * gdb.trace/save-trace.exp
2461 * gdb.trace/signal.exp
2462 * gdb.trace/stap-trace.exp
2463 * gdb.trace/status-stop.exp
2464 * gdb.trace/strace.exp
2465 * gdb.trace/tfile.exp
2466 * gdb.trace/tfind.exp
2467 * gdb.trace/trace-break.exp
2468 * gdb.trace/trace-condition.exp
2469 * gdb.trace/trace-enable-disable.exp
2470 * gdb.trace/trace-mt.exp
2471 * gdb.trace/tracecmd.exp
2472 * gdb.trace/tracefile-pseudo-reg.exp
2473 * gdb.trace/tspeed.exp
2474 * gdb.trace/tstatus.exp
2475 * gdb.trace/tsv.exp
2476 * gdb.trace/unavailable.exp
2477 * gdb.trace/while-dyn.exp
2478 * gdb.trace/while-stepping.exp
2479 * lib/gdb-guile.exp
2480 * lib/gdb.exp
2481 * lib/mi-support.exp
2482 * lib/pascal.exp
2483 * lib/perftest.exp
2484 * lib/prelink-support.exp
2485 * lib/selftest-support.exp
2486
ad02e4fe
SM
24872016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2488
2489 * Makefile.in: Include disable-implicit-rules.mk.
2490
22347e55
AA
24912016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2492
2493 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2494 non-byte-aligned bit fields.
2495
da5b30da
AA
24962016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2497
2498 PR gdb/12616
2499 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2500 respects the DW_AT_data_bit_offset attribute.
2501
b593ecca
SM
25022016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2503
2504 * gdb.base/default.exp: Fix output of "set language".
2505
3b165252
SM
25062016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2507
2508 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2509 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2510 make.
2511 * configure.ac: Remove checks for the make program.
2512 * configure: Re-generate.
2513
1a2f3d7f
KB
25142016-11-16 Kevin Buettner <kevinb@redhat.com>
2515
2516 * gdb.python/py-recurse-unwind.c (main): Add loop.
2517 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2518 to read_register() and gdb.parse_and_eval(). Make each code
2519 call a separate case that can be individually tested.
2520 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2521 proc. Call cont_and_backtrace for each of the code paths that
2522 we want to test in the unwinder.
2523
b7f38fda
AA
25242016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2525
2526 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2527 the definition of struct S.
2528
1f8db343
CM
25292016-11-11 Catherine Moore <clm@codesourcery.com>
2530
2531 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2532
fad0c9fb
PA
25332016-11-09 Pedro Alves <palves@redhat.com>
2534
2535 * gdb.base/commands.exp (runto_or_return): New procedure.
2536 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2537 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2538 (progvar_simple_while_test, progvar_complex_if_while_test)
2539 (if_while_breakpoint_command_test)
2540 (infrun_breakpoint_command_test, breakpoint_command_test)
2541 (user_defined_command_test, watchpoint_command_test)
2542 (test_command_prompt_position, redefine_hook_test)
2543 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2544 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2545 multi_line_input and multi_line. Remove gdb_expect and
2546 gdb_stop_suppressing_tests uses.
2547 * lib/gdb.exp (valnum_re): New global.
2548 (multi_line_input): New procedure.
2549
8354c62c
SM
25502016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2551
2552 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2553 Remove.
2554 (test_setup): Define with proc_with_prefix.
2555 (test_cli_inferior): Likewise.
2556 (test_cli_thread): Likewise.
2557 (test_cli_frame): Likewise.
2558 (test_cli_select_frame): Likewise.
2559 (test_cli_up_down): Likewise.
2560 (test_mi_thread_select): Likewise.
2561 (test_mi_stack_select_frame): Likewise.
2562 (test_cli_in_mi_inferior): Likewise.
2563 (test_cli_in_mi_thread): Likewise.
2564 (test_cli_in_mi_frame): Likewise.
2565 (top level): Do not use with_test_prefix_procname.
2566
64f367a2
PA
25672016-11-09 Pedro Alves <palves@redhat.com>
2568
2569 * gdb.base/commands.exp (gdbvar_simple_if_test)
2570 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2571 (progvar_simple_if_test, progvar_simple_while_test)
2572 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2573 (infrun_breakpoint_command_test, breakpoint_command_test)
2574 (user_defined_command_test, watchpoint_command_test)
2575 (test_command_prompt_position, deprecated_command_test)
2576 (bp_deleted_in_command, temporary_breakpoint_commands)
2577 (stray_arg0_test, source_file_with_indented_comment)
2578 (recursive_source_test, if_commands_test)
2579 (error_clears_commands_left, redefine_hook_test)
2580 (redefine_backtrace_test): Use proc_with_prefix.
2581 * lib/gdb.exp (proc_with_prefix): New proc.
2582
0bb65f1e
AA
25832016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2584
2585 * gdb.base/tui-layout.c: New file.
2586 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2587 disassembly window contains very long lines.
2588
7353f247
TT
25892016-11-08 Tom Tromey <tom@tromey.com>
2590
2591 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2592 depend on Python 2.
2593
30a7bb83
TT
25942016-11-08 Tom Tromey <tom@tromey.com>
2595
2596 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2597 New method.
2598
cdf5a07c
MG
25992016-10-29 Manish Goregaokar <manish@mozilla.com>
2600
2806dc7e 2601 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2602
51a789c3
MG
26032016-10-27 Manish Goregaokar <manish@mozilla.com>
2604
2806dc7e
PA
2605 * gdb.rust/simple.rs: Add test for univariant enums without
2606 discriminants and for encoded struct-like enums.
51a789c3 2607
f610ab6d
PA
26082016-10-28 Pedro Alves <palves@redhat.com>
2609
2610 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2611 gdb_test_multiple, tighten regexps and match symtabs and line
2612 tables incrementally.
2613
b129b0ca
LM
26142016-10-28 Luis Machado <lgustavo@codesourcery.com>
2615
2616 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2617 general.
2618
ecf45d2c
SL
26192016-10-25 Luis Machado <lgustavo@codesourcery.com>
2620
2621 * gdb.base/exec-invalid-sysroot.exp: New file.
2622
b8d38ee4
JK
26232016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2624
2625 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2626
f90fd8c2
JK
26272016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2628
2629 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2630
2d2476aa
MR
26312016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2632
2806dc7e
PA
2633 * gdb.base/killed-outside.exp: Remove $options from a call to
2634 `prepare_for_testing'.
2d2476aa 2635
e42b25a0
SM
26362016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2637
2638 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2639 Change test message.
2640
3ccdb432
SM
26412016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2642
2643 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2644 Update comment.
2645
5bad3170
SM
26462016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2647
2648 * gdb.trace/mi-trace-save.exp: New file.
2649
5ad9dba7
YQ
26502016-10-13 Yao Qi <yao.qi@linaro.org>
2651
2652 * gdb.base/code_elim.exp (get_var_address): Remove.
2653 * gdb.base/relocate.exp: Likewise.
2654 * gdb.base/shreloc.exp: Likewise.
2655 * lib/gdb.exp (get_var_address): New.
2656
62df7e21
YQ
26572016-10-13 Yao Qi <yao.qi@linaro.org>
2658
2659 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2660 floating point tests if $skip_float_test is false.
2661
4dac951e
LM
26622016-10-12 Luis Machado <lgustavo@codesourcery.com>
2663
2664 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2665 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2666 argc values.
2667 Add 1 to argc so we guarantee distinct initial/modified argc values.
2668
8f1a8fc4
JK
26692016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2670
2671 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2672
16c85b5d
JK
26732016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2674
2675 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2676 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2677 * gdb.arch/vsx-regs.exp: Likewise.
2678
1d0e042a
YQ
26792016-10-07 Yao Qi <yao.qi@linaro.org>
2680
2681 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2682
68dadef5
MM
26832016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2684
2685 * gdb.python/python.exp: Test decode_line("*0").
2686
33fa2c6e
DE
26872016-10-06 Doug Evans <dje@google.com>
2688
2689 * gdb.python/py-value.exp (test_value_creation): Add test for large
2690 unsigned 64-bit value.
2691
9c37b5ae
TT
26922016-10-06 Tom Tromey <tom@tromey.com>
2693
2694 * gdb.compile/compile.exp: Change java tests to rust.
2695 * gdb.base/setshow.exp: Change java tests to rust.
2696 * gdb.base/default.exp: Remove java from language list.
2697 * README (Examples): Update language example.
2698 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2699 test.
2700 * lib/gdb.exp (skip_java_tests): Remove.
2701 * lib/java.exp: Remove.
2702 * gdb.java: Remove.
2703
78b86327
MR
27042016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2705
2706 * gdb.arch/mips-fcr.exp: New test.
2707 * gdb.arch/mips-fcr.c: Source for the new test.
2708
7470adbb
MR
27092016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2710
2711 * gdb.base/solib-disc.exp: Use `standard_output_file'
2712 throughout.
2713
4a556533
PA
27142016-10-06 Pedro Alves <palves@redhat.com>
2715
2716 * gdb.base/jit-simple-dl.c: New file.
2717 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2718 * gdb.base/jit-simple.c: ... this.
2719 * gdb.base/jit-simple.exp (jit_run): Delete.
2720 (build_jit): New proc.
2721 (jit_test_reread): Recompile either the main program or the shared
2722 library, depending on what is being tested. Skip changing address
2723 if caller wants to. Compare before/after addresses. If testing
2724 standalone, explicitly load the binary. Test "maint info
2725 breakpoints".
2726 (top level): Add "standalone vs shared lib" and "change address"
2727 vs "same address" axes.
2728
5a122fbc
PA
27292016-10-06 Pedro Alves <palves@redhat.com>
2730
2731 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2732 call.
2733 (jit_run): Delete.
2734 (jit_test_reread): Use with_test_prefix. Reload the main binary
2735 explicitly. Compare the before/after addresses of the JIT
2736 descriptor.
2737
ee8da4b8
DE
27382016-08-15 Doug Evans <dje@google.com>
2739
2740 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2741 for single bitfields is bool.
2742 * gdb.xml/tdesc-regs.exp: Ditto.
2743
f389f6fe
JK
27442016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2745
2746 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2747
fdebf1a4
YQ
27482016-10-05 Yao Qi <yao.qi@linaro.org>
2749
2750 * lib/gdb.exp (support_complex_tests): Return zero if
2751 gdb_skip_float_test return true.
2752
9c36d954 27532016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2754 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2755
2756 PR gdb/20487
2757 * gdb.mi/user-selected-context-sync.exp: New file.
2758 * gdb.mi/user-selected-context-sync.c: New file.
2759
4034d0ff 27602016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2761 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2762
2763 PR gdb/20487
2764 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2765 =thread-select-event check.
2766
a4297203
PB
27672016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2768
2769 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2770 the compulsory L operand changes.
2771 * gdb.arch/powerpc-power.s: Likewise.
2772
bb805577
JK
27732016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2774
2775 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2776 * gdb.base/jit-attach-pie.c: New file.
2777 * gdb.base/jit-attach-pie.exp: New file.
2778
6d61dee5
PA
27792016-09-28 Pedro Alves <palves@redhat.com>
2780
2781 * gdb.base/infcall-input.c: New file.
2782 * gdb.base/infcall-input.exp: New file.
2783
f73842fc
YQ
27842016-09-22 Yao Qi <yao.qi@linaro.org>
2785
2786 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2787 (gdb_exit): Rename it to ...
2788 (gdbserver_gdb_exit): ... Close GDBserver.
2789 (gdb_exit): New proc, call gdbserver_gdb_exit.
2790 (mi_gdb_exit): Likewise.
2791
90681dab
YQ
27922016-09-22 Yao Qi <yao.qi@linaro.org>
2793
2794 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2795 path.
2796 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2797 Remove duplication.
2798
9c211fd8
YQ
27992016-09-22 Yao Qi <yao.qi@linaro.org>
2800
2801 * lib/gdbserver-support.exp: Check the existence of
2802 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2803
ad0a504f
AK
28042016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2805
2806 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2807
36cf1806
TT
28082016-09-21 Tom Tromey <tom@tromey.com>
2809
2810 PR gdb/20604:
2811 * gdb.base/quit.exp: New file.
2812
74172ecf
SM
28132016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2814
2815 * .gitignore: New file.
2816
3d0ec882
MR
28172016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2818
2819 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2820 throughout.
2821
8193adea
AA
28222016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2823
2824 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2825
d41a5c09
JK
28262016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 * gdb.cp/casts.cc (decltype): Move it ...
2829 (main): ... with its call to ...
2830 * gdb.cp/casts03.cc: ... a new file.
2831 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2832
d2dfe700
JK
28332016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2834
2835 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2836
e2a92b16
PB
28372016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2838
2839 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2840 and sync up the test with tests in gas/testsuite/gas/ppc.
2841 * gdb.arch/powerpc-power.exp: Likewise.
2842
49b4de64
JK
28432016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2844
2845 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2846
2c29df25
SDJ
28472016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2848 Jan Kratochvil <jan.kratochvil@redhat.com>
2849
2850 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2851 make m1's definition to be different from m2's. Use 'dummy' as an
2852 argument for probe 'two'.
2853
cc3c2846
JB
28542016-09-10 Jon Beniston <jon@beniston.com>
2855
2856 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2857 for sim target.
2858
e1b2624a
AA
28592016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2860
2861 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2862 variable declaration.
2863 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2864 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2865 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2866 received HWCAP as its argument.
2867
4295e285
PA
28682016-09-06 Pedro Alves <palves@redhat.com>
2869
2870 * gdb.base/new-ui-pending-input.c: New file.
2871 * gdb.base/new-ui-pending-input.exp: New file.
2872 * gdb.exp (clear_gdb_spawn_id): New procedure.
2873 (with_spawn_id): Check whether gdb_spawn_id exists before
2874 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2875 on exit.
2876
00d5215e
UW
28772016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2878
2879 * gdb.base/float128.c: New file.
2880 * gdb.base/float128.exp: Likewise.
2881 * gdb.base/floatn.c: Likewise.
2882 * gdb.base/floatn.exp: Likewise.
2883
a9ff5f12
UW
28842016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2885
2886 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2887
f245535c
PA
28882016-09-05 Pedro Alves <palves@redhat.com>
2889
2890 PR backtrace/19927
2891 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2892 unwinders are immediately called as side effect of "source" or
2893 "disable unwinder" commands.
2894 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2895
ae9cf263
YQ
28962016-09-02 Yao Qi <yao.qi@linaro.org>
2897
2898 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2899 is true and $type is "float" or "double".
2900
27aba047
YQ
29012016-09-02 Yao Qi <yao.qi@linaro.org>
2902
2903 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2904 true.
2905 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2906 * gdb.base/call-rt-st.exp: Likewise.
2907 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2908 return value instead of gdb,skip_float_test.
2909 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2910 (do_function_calls): Use its return value instead of
2911 gdb,skip_float_test.
2912 * gdb.base/finish.exp: Likewise.
2913 * gdb.base/funcargs.exp: Likewise.
2914 * gdb.base/return.exp: Likewise.
2915 * gdb.base/return2.exp: Likewise.
2916 * gdb.base/varargs.exp: Likewise.
2917 * lib/gdb.exp (gdb_skip_float_test): Change it to
2918 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2919
5af962df
AA
29202016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2921
2922 * gdb.multi/tids.exp: Test "thread apply all".
2923
7fac6910
JK
29242016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2925
2926 * gdb.base/default.exp (tty): Remove.
2927
bb1fe4ac
KB
29282016-08-24 Kevin Buettner <kevinb@redhat.com>
2929
2806dc7e
PA
2930 * gdb.python/py-recurse-unwind.c: New file.
2931 * gdb.python/py-recurse-unwind.py: New file.
2932 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2933
0a1ddfa6
SM
29342016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2935
2936 * gdb.base/set-inferior-tty.exp: New file.
2937 * gdb.base/set-inferior-tty.c: New file.
2938
d9de1fe3
PA
29392016-08-23 Pedro Alves <palves@redhat.com>
2940
2941 PR gdb/20494
2942 * gdb.base/new-ui-echo.c: New file.
2943 * gdb.base/new-ui-echo.exp: New file.
2944
e9d9abd7
YQ
29452016-08-23 Yao Qi <yao.qi@linaro.org>
2946
2947 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2948 gdbserver_spawn.
2949 * gdb.server/connect-without-multi-process.exp (do_test):
2950 Likewise.
2951
3589529e
YQ
29522016-08-23 Yao Qi <yao.qi@linaro.org>
2953
2954 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2955 standalone_txt. Delete gdb_txt and standalone_txt on host
2956 and target. Spawn the binary on target. Copy files from
2957 target to host.
2958
6bb90213
PA
29592016-08-22 Pedro Alves <palves@redhat.com>
2960
2961 PR gdb/20505
2962 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2963 with_test_prefix. Factor out bits to ...
2964 (test_no_vdso): ... this new procedure.
2965
20c2c024
CL
29662016-08-19 Carl Love <cel@us.ibm.com>
2967
2968 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2969 maintaining separate logic for constructing the output path.
2970 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2971 * gdb.arch/ppc-dfp.exp: Likewise.
2972 * gdb.arch/ppc-fp.exp: Likewise.
2973 * gdb.arch/vsx-regs.exp: Likewise.
2974 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2975 binprefix for generating the additional binary files.
2976
0646e07d
PA
29772016-08-19 Pedro Alves <palves@redhat.com>
2978
2979 * gdb.trace/mi-trace-frame-collected.exp
2980 (test_trace_frame_collected): On x32, expect two registers.
2981
46da9242
CL
29822016-08-18 Carl Love <cel@us.ibm.com>
2983
2984 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2985 and sync up the test with tests in gas/testsuite/gas/ppc.
2986 * gdb.arch/powerpc-power.exp: Likewise.
2987
eb2332d7
SM
29882016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2989
2990 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2991 expected error message.
2992
63c61e04
SM
29932016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2994
2995 * gdb.multi/remove-inferiors.exp: New file.
2996 * gdb.multi/remove-inferiors.c: New file.
2997
7b17065f
YQ
29982016-08-12 Yao Qi <yao.qi@linaro.org>
2999
3000 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3001 argument list.
3002
01d3dedf
PA
30032016-08-10 Pedro Alves <palves@redhat.com>
3004
3005 PR gdb/19187
3006 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3007 setup_kfails.
3008
3eb7562a
PA
30092016-08-09 Pedro Alves <palves@redhat.com>
3010 Simon Marchi <simon.marchi@ericsson.com>
3011
3012 PR gdb/20418
3013 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3014 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3015
80614914
PA
30162016-08-09 Pedro Alves <palves@redhat.com>
3017
3018 PR mi/20431
3019 * gdb.mi/mi-cmd-error.exp: New file.
3020
f348d89a
PA
30212016-08-09 Pedro Alves <palves@redhat.com>
3022
3023 PR gdb/18653
3024 * gdb.base/signals-state-child.c: New file.
3025 * gdb.base/signals-state-child.exp: New file.
3026 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3027
e5ca03b4
PA
30282016-08-09 Pedro Alves <palves@redhat.com>
3029
3030 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3031
282a0691
TT
30322016-08-03 Tom Tromey <tom@tromey.com>
3033
3034 PR python/18565:
3035 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3036
41bfcd63
YQ
30372016-08-01 Yao Qi <yao.qi@linaro.org>
3038
3039 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3040 variable mode to "multi-process" if $multi_process is 1, otherwise
3041 set it to "single-process".
3042
e3465b24
YQ
30432016-08-01 Yao Qi <yao.qi@linaro.org>
3044
3045 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3046 * gdb.cp/cpexprs.exp: Likewise.
3047 * gdb.cp/m-static.exp: Likewise.
3048
0b31a4bc
TT
30492016-07-26 Tom Tromey <tom@tromey.com>
3050
3051 PR python/20190:
3052 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3053 test.
3054
e0461dbb
MM
30552016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3056
3057 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3058 selecting assembly source files.
3059 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3060 assembly source files.
3061 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3062 assembly source files.
3063 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3064 selecting assembly source files.
3065
8194e927
SM
30662016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3067
3068 * gdb.base/new-ui.exp (do_test_invalid_args): New
3069 procedure.
3070
c0272db5
TW
30712016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3072
3073 * gdb.btrace/reconnect.c: New file.
3074 * gdb.btrace/reconnect.exp: New file.
3075
e3487908
GKB
30762016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3077
3078 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3079 to test_catch_syscall_group.
3080 (test_catch_syscall_group): New.
3081
12df5c00
TT
30822016-07-21 Tom Tromey <tom@tromey.com>
3083
3084 * gdb.rust/simple.rs (main): Use empty struct expression.
3085 * gdb.rust/simple.exp: Add tests for empty struct expression.
3086
bae62ee2
YQ
30872016-07-21 Yao Qi <yao.qi@linaro.org>
3088
3089 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3090 if gdb_skip_xml_test is true on some targets.
3091
b1b53fb3
YQ
30922016-07-21 Yao Qi <yao.qi@linaro.org>
3093
3094 * gdb.server/solib-list.exp: Unset last_loaded_file.
3095
027d97f8
JK
30962016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3097
3098 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3099 "step into captured_main (args)".
3100
7674d381
JK
31012016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3102
3103 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3104
72b5d099
JK
31052016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3106
3107 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3108
1f960ced
PA
31092016-07-19 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3112 * gdb.opt/inline-bt.exp: Likewise.
3113 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3114 additional_flags=-Winline.
3115 * gdb.opt/inline-locals.exp: Likewise.
3116 * gdb.opt/inline-markers.c (ATTR): Define.
3117 (inlined_fn): Use it.
3118
f25827c1
YQ
31192016-07-19 Yao Qi <yao.qi@linaro.org>
3120
3121 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3122 (test_with_self): Remove some code. Remove argument executable.
3123 (top-level): Use do_self_tests.
3124
37539ebe
DB
31252016-07-15 Zachary Welch <zwelch@codesourcery.com>
3126 Don Breazeal <donb@codesourcery.com>
3127
3128 * gdb.base/maint.exp: Escape paths used in regular expressions.
3129 * gdb.stabs/weird.exp: Likewise.
3130
dac790e1
TT
31312016-07-13 Tom Tromey <tom@tromey.com>
3132
3133 PR python/15620, PR python/18620:
3134 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3135 (test_bkpt_events): New procs.
3136
93daf339
TT
31372016-07-13 Tom Tromey <tom@tromey.com>
3138
3139 PR python/17698:
3140 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3141 test.
3142 (test_watchpoints): Likewise.
3143 (test_bkpt_pending): New proc.
3144
6571a381
TT
31452016-07-13 Tom Tromey <tom@tromey.com>
3146
3147 PR cli/18053:
3148 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3149 completion test.
3150
e8732474
JK
31512016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3152
3153 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3154 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3155 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3156 f_label.
3157 (g): Rename g_end_lbl to g_label.
3158 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3159 low_pc and high_pc.
3160 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3161
e0f3fd7c
TT
31622016-07-12 Tom Tromey <tom@tromey.com>
3163
3164 PR python/19293:
3165 * gdb.python/py-unwind-maint.exp: Update tests.
3166
3cfe46b6
YQ
31672016-07-12 Yao Qi <yao.qi@linaro.org>
3168
3169 * lib/selftest-support.exp (selftest_setup): Match the output
3170 when captured_main is inlined.
3171
4f19a0e6
WT
31722016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3173
3174 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3175 New variables.
3176 (print this%a, print this%b, print this): New tests.
3177 * gdb.fortran/derived-types.f90 (this): New object and
3178 initialization.
3179
986cf455
SM
31802016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3181
3182 * gdb.ada/arraydim.exp: Remove extra directory level in build
3183 directory.
3184
f0464b23
SM
31852016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3186
3187 * lib/ada.exp: Remove extra directory level in build directory.
3188 * gdb.ada/cond_lang.exp: Likewise.
3189 * gdb.ada/exec_changed.exp: Likewise.
3190 * gdb.ada/lang_switch.exp: Likewise.
3191
42d94011
MG
31922016-07-06 Manish Goregaokar <manish@mozilla.com>
3193
2806dc7e
PA
3194 * simple.rs: Add test for raw pointer subscripting.
3195 * simple.exp: Add test expectations.
42d94011 3196
647c264c
YQ
31972016-07-05 Yao Qi <yao.qi@linaro.org>
3198
3199 * gdb.mi/mi-reverse.exp: Match =record-started output.
3200
20aa2c60
PA
32012016-07-01 Pedro Alves <palves@redhat.com>
3202
3203 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3204 procedure.
3205 (jit_reader_test): Test the jit reader's unwinder.
3206 * gdb.base/jithost.c (jit_function_00_code): New global.
3207 (main): Use memcpy to fill in the mmapped code, instead of poking
3208 bytes manually here.
3209 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3210 value.
3211 (read_debug_info): Save the function's range.
3212 (read_sp): New function.
3213 (unwind_frame): Use it. Also unwind RBP.
3214 (get_frame_id): Use read_sp.
3215 (gdb_init_reader): Use calloc instead of malloc.
3216 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3217 parameter. Use gdb_test_multiple.
3218
ced2dffb
PA
32192016-07-01 Pedro Alves <palves@redhat.com>
3220 Antoine Tremblay <antoine.tremblay@ericsson.com>
3221
3222 * gdb.threads/process-dies-while-detaching.c: New file.
3223 * gdb.threads/process-dies-while-detaching.exp: New file.
3224
63000888
PA
32252016-07-01 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.multi/watchpoint-multi-exit.c: New file.
3228 * gdb.multi/watchpoint-multi-exit.exp: New file.
3229
038d4868
PA
32302016-06-30 Pedro Alves <palves@redhat.com>
3231
3232 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3233 unset inferior_spawn_id.
3234
994e9c83
PA
32352016-06-30 Pedro Alves <palves@redhat.com>
3236
3237 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3238 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3239
e5653468
YQ
32402016-06-29 Yao Qi <yao.qi@linaro.org>
3241
3242 * gdb.base/return.c: Add copyright header.
3243
803b47e5
TT
32442016-06-29 Tom Tromey <tom@tromey.com>
3245
3246 PR python/20129:
3247 * gdb.python/py-framefilter.exp: Add tests for setting priority
3248 and disabling of non-existent frame filter.
3249
28244707
YQ
32502016-06-29 Yao Qi <yao.qi@linaro.org>
3251
3252 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3253 0x0f07ff.
3254
a31d2f06
YQ
32552016-06-28 Yao Qi <yao.qi@linaro.org>
3256
3257 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3258 triplets. Start gdb, execute catch syscall, and continue. Check
3259 gdb's output to determine catch syscall is supported.
3260
921d8f54
MG
32612016-06-27 Manish Goregaokar <manish@mozilla.com>
3262
25d49b86
PA
3263 * gdb.rust/simple.rs: Add test for returning unit in a function.
3264 * gdb.rust/simple.exp: Add expectation for functions returning
3265 unit.
921d8f54 3266
f4952523
PMR
32672016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3268
3269 * gdb.python/py-breakpoint-create-fail.c,
3270 gdb.python/py-breakpoint-create-fail.exp,
3271 gdb.python/py-breakpoint-create-fail.py: New testcase.
3272
fccb08f8
MG
32732016-06-25 Manish Goregaokar <manish@mozilla.com>
3274
3275 PR gdb/20239
3276 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3277 * gdb.rust/simple.exp: Add test expectations for new NonZero
3278 tests.
fccb08f8 3279
6b850546
DT
32802016-06-24 David Taylor <dtaylor@emc.com>
3281
3282 * gdb.base/offsets.exp: New file.
3283 * gdb.base/offsets.c: New file.
3284
17621150
TT
32852016-06-23 Tom Tromey <tom@tromey.com>
3286
3287 PR gdb/16483:
3288 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3289 before any filters are loaded.
3290
04d59df6
WT
32912016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3292
3293 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3294 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3295 structs.
3296 * gdb.fortran/derived-type-function.exp: New file.
3297 * gdb.fortran/derived-type-function.f90: New file.
3298
3299
ac69f786
PA
33002016-06-21 Pedro Alves <palves@redhat.com>
3301
3302 * gdb.base/new-ui.exp: New file.
3303 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3304 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3305 (with_spawn_id): New procedure.
3306
49940788
PA
33072016-06-21 Pedro Alves <palves@redhat.com>
3308
3309 * gdb.mi/mi-exec-run.exp: New file.
3310
ef274d26
PA
33112016-06-21 Pedro Alves <palves@redhat.com>
3312
3313 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3314 breakpoint command's output on the main UI.
3315 (test_break): New procedure, factored out from calls in the top
3316 level.
3317 (top level): Use foreach_with_prefix to test MI as main UI and as
3318 separate UI.
3319
468afe6c
PA
33202016-06-21 Pedro Alves <palves@redhat.com>
3321
3322 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3323 (test_awatch_creation_and_listing)
3324 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3325 Remove 'type' parameter.
3326 (test_watchpoint_all): New parameter mi_mode. Remove
3327 with_test_prefix.
3328 (top level): Use foreach_with_prefix, and add main/separate UI MI
3329 testing axis.
3330
51f77c37
PA
33312016-06-21 Pedro Alves <palves@redhat.com>
3332
3333 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3334 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3335 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3336 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3337 (gdb_main_spawn_id, mi_spawn_id): Declare and
3338 comment.
3339 (mi_create_inferior_pty): New procedure,
3340 factored out from default_mi_gdb_start.
3341 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3342 procedures.
3343 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3344 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3345 Use mi_create_inferior_pty.
3346 (mi_gdb_start): Use eval to pass down args list.
3347
8980e177
PA
33482016-06-21 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3351 * gdb.opt/inline-cmds.exp: Add MI tests.
3352
f38d3ad1
PA
33532016-06-21 Pedro Alves <palves@redhat.com>
3354
3355 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3356
45db7c09
PA
33572016-06-21 Pedro Alves <palves@redhat.com>
3358
3359 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3360 (top level): Use it instead of mi_execute_to.
3361
5a069ab3
PA
33622016-06-21 Pedro Alves <palves@redhat.com>
3363
3364 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3365 (cont_handler_str): New.
3366 (signal_stop_handler): Set stop_handler_str instead of printing to
3367 stdout.
3368 (continue_handler): Set cont_handler_str instead of printing to
3369 stdout.
3370 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3371 mi_send_resuming_command. Print stop_handler_str and
3372 cont_handler_str instead of expecting the python events print
3373 directly.
3374
2838cc1d
SD
33752016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3376
3377 * gdb.base/jit-reader.exp: New file.
3378 * gdb.base/jithost.c: New file.
3379 * gdb.base/jithost.h: New file.
3380 * gdb.base/jitreader.c : New file.
3381 * gdb.base/jit-protocol.h: New file.
3382
21a77091
YQ
33832016-06-17 Yao Qi <yao.qi@linaro.org>
3384
3385 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3386 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3387 and detach-on-fork. Adjust tests.
3388 (top level): Invoke break_cond_on_syscall with combinations of
3389 syscall, follow-fork-mode and detach-on-fork.
3390
f50bf8e5
YQ
33912016-06-17 Yao Qi <yao.qi@linaro.org>
3392
3393 * gdb.base/step-over-exit.c: New.
3394 * gdb.base/step-over-exit.exp: New.
3395
a28d8e50
YTL
33962016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3397
3398 * gdb.base/float.exp: Add target check for nds32*-*-*.
3399 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3400
cad8e26d
AB
34012016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3402
3403 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3404 for unsupported target features.
3405 * gdb.base/call-rt-st.exp: Likewise.
3406 * gdb.base/call-sc.exp: Likewise.
3407 * gdb.base/call-signal-resume.exp: Likewise.
3408 * gdb.base/call-strs.exp: Likewise.
3409 * gdb.base/callexit.exp: Likewise.
3410 * gdb.base/callfuncs.exp: Likewise.
3411 * gdb.base/nodebug.exp: Likewise.
3412 * gdb.base/printcmds.exp: Likewise.
3413 * gdb.base/ptype.exp: Likewise.
3414 * gdb.base/structs.exp: Likewise.
3415 * gdb.base/unwindonsignal.exp: Likewise.
3416 * gdb.cp/gdb2495.exp: Likewise.
3417 * gdb.cp/templates.exp: Likewise.
3418 * gdb.cp/virtfunc.exp: Likewise.
3419 * gdb.threads/hand-call-in-threads.exp: Likewise.
3420 * gdb.threads/interrupted-hand-call.exp: Likewise.
3421 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3422
347dc102
TT
34232016-06-10 Tom Tromey <tom@tromey.com>
3424
3425 PR rust/20110:
3426 * gdb.rust/expr.exp: Add test for integer constant larger than
3427 i32.
3428
5e13cf25
BH
34292016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3430
3431 * gdb.fortran/nested-funcs.exp: New.
3432 * gdb.fortran/nested-funcs.f90: New.
3433
bb556f1f
TK
34342016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3435
3436 * gdb.base/examine-backward.c: New file.
3437 * gdb.base/examine-backward.exp: New file.
3438
38b022b4
SM
34392016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3440
3441 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3442 matching.
3443
1b40ec05
TT
34442016-06-02 Tom Tromey <tom@tromey.com>
3445
3446 PR python/18984:
3447 * gdb.python/py-shared.exp: Add solib_name test.
3448
193bd378
SM
34492016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3450
3451 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3452
3326303b
MG
34532016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3454
3455 PR c++/19893
3456 * gdb.dwarf2/implref.exp: Rename to...
3457 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3458 * gdb.dwarf2/implref-array.c: New file.
3459 * gdb.dwarf2/implref-array.exp: Likewise.
3460 * gdb.dwarf2/implref-global.c: Likewise.
3461 * gdb.dwarf2/implref-global.exp: Likewise.
3462 * gdb.dwarf2/implref-struct.c: Likewise.
3463 * gdb.dwarf2/implref-struct.exp: Likewise.
3464
825c8ef2
AT
34652016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3466
3467 * gdb.trace/trace-condition.exp: Add 64bit tests.
3468
2320162a
AT
34692016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3470
3471 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3472 bits types.
3473 (main): Adapt to 8 to 64 bits types.
3474 * gdb.trace/trace-condition.exp: Add new tests.
3475
a7818233
AT
34762016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3477
3478 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3479
0d336466
AT
34802016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3481
3482 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3483 Move condition tests...
3484 * gdb.trace/trace-condition.exp: Here.
3485
7faeb45a
AT
34862016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3487
3488 * gdb.trace/trace-condition.exp: Add counter-case tests.
3489
e385593e
JK
34902016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3491
3492 PR c++/15231
3493 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3494 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3495
744608cc
PA
34962016-05-27 Pedro Alves <palves@redhat.com>
3497
3498 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3499 New procedure.
3500 (top level): Call it, and bail out of DejaGnu is known to be bad.
3501
ac775bf4
AB
35022016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3503
3504 * gdb.base/whatis.c: Extend the test case.
3505 * gdb.base/whatis.exp: Add additional tests.
3506
2bbad2ea
BH
35072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3508
3509* gdb.fortran/type.f90: Add pointer variable.
3510* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3511
8b70175d
BH
35122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3513
3514 * gdb.fortran/vla-type.exp: Fix testcase name.
3515
86d8a848
BH
35162016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3517
3518 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3519
e188eb36
BH
35202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3521
3522 * gdb.fortran/type.f90: Add nested structures.
3523 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3524 * gdb.fortran/derived-type.exp: Adapt expected output.
3525 * gdb.fortran/vla-type.exp: Adapt expected output.
3526
9b2db1fd
BH
35272016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3528
3529 * gdb.fortran/whatis_type.exp: Adapt expected output.
3530
72b17055
BH
35312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3532
3533 * gdb.fortran/print_type.exp: Fix expected output.
3534 * gdb.fortran/whatis_type.exp: Fix expected output.
3535
3cd81d8d
BH
35362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3537
3538 * gdb.fortran/whatis_type.exp: Use multi_line.
3539
ddae9462
TT
35402016-05-24 Tom Tromey <tom@tromey.com>
3541
3542 PR python/17386:
3543 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3544 use value as an index.
3545
1957f6b8
TT
35462016-05-23 Tom Tromey <tom@tromey.com>
3547
3548 PR python/17981:
3549 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3550 no-breakpoint case.
3551
026a9174
PA
35522016-05-24 Pedro Alves <palves@redhat.com>
3553
3554 PR gdb/19828
3555 * gdb.threads/clone-attach-detach.c: New file.
3556 * gdb.threads/clone-attach-detach.exp: New file.
3557
e70a7231
FR
35582016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3559
3560 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3561
0f6ed0e0
TT
35622016-05-23 Tom Tromey <tom@tromey.com>
3563
3564 PR python/19438, PR python/18393:
3565 * gdb.python/py-progspace.exp: Add "dir" test.
3566 * gdb.python/py-objfile.exp: Add "dir" test.
3567
ffd19d61
YQ
35682016-05-23 Yao Qi <yao.qi@linaro.org>
3569
3570 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3571 * gdb.arch/thumb2-it.exp: Likewise.
3572
9e8f9b05
SM
35732016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3574
3575 * gdb.mi/mi-threads-interrupt.c: New file.
3576 * gdb.mi/mi-threads-interrupt.exp: New file.
3577
61c6156d
SM
35782016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3579
3580 PR gdb/18077
3581 * gdb.mi/mi-async-run.exp: New file.
3582 * gdb.mi/mi-async-run.c: New file.
3583
67218854
TT
35842016-05-17 Tom Tromey <tom@tromey.com>
3585 Manish Goregaokar <manishsmail@gmail.com>
3586
3587 * lib/rust-support.exp: New file.
3588 * lib/gdb.exp (skip_rust_tests): New proc.
3589 (build_executable_from_specs): Handle rust.
3590 * lib/future.exp (gdb_find_rustc): New proc.
3591 (gdb_default_target_compile): Handle rust.
3592 * gdb.rust/expr.exp: New file.
3593 * gdb.rust/generics.exp: New file.
3594 * gdb.rust/generics.rs: New file.
3595 * gdb.rust/methods.exp: New file.
3596 * gdb.rust/methods.rs: New file.
3597 * gdb.rust/modules.exp: New file.
3598 * gdb.rust/modules.rs: New file.
3599 * gdb.rust/simple.exp: New file.
3600 * gdb.rust/simple.rs: New file.
3601
c44af4eb
TT
36022016-05-17 Tom Tromey <tom@tromey.com>
3603
3604 * gdb.base/default.exp (set language): Add rust.
3605
dcd1f979
TT
36062016-05-17 Tom Tromey <tom@tromey.com>
3607
3608 * gdb.gdb/unittest.exp: New file.
3609
155b7f57
YQ
36102016-05-16 Yao Qi <yao.qi@linaro.org>
3611
3612 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3613 shell_prompt. Update shell_prompt_re.
3614
8ddd5a6c
DE
36152016-05-12 Doug Evans <dje@google.com>
3616
3617 PR symtab/19999
3618 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3619 $options when building executable.
3620 * gdb.dwarf2/fission-loclists-pie.S: New file.
3621 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3622
02e370d9
SM
36232016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3624
3625 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3626 of [is_remote target],
3627
8929ad8b
SM
36282016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3629
3630 * lib/gdb.exp (use_gdb_stub): New procedure.
3631
6c447423
DE
36322016-05-03 Yunlian Jiang <yunlian@google.com>
3633 Doug Evans <dje@google.com>
3634
3635 PR symtab/19914
3636 * gdb.dwarf2/dwp-sepdebug.c: New file.
3637 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3638
444e826c
SM
36392016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3640
3641 * gdb.base/detach.exp: Remove is_remote check.
3642
740feeaa
SM
36432016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3644
3645 * gdb.base/annota-input-while-running.exp: Don't check for
3646 [is_remote target]. Enable annotations after running to main.
3647 Remove unused "set test..." line.
3648
9080ac9d
SM
36492016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3650
3651 * gdb.trace/trace-enable-disable.exp: New file.
3652 * gdb.trace/trace-enable-disable.c: New file.
3653
952ebca5
SM
36542016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3655
3656 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3657 use it in info sharedlibrary test.
3658 * gdb.trace/ftrace-lock.exp: Likewise.
3659 * gdb.trace/ftrace.exp: Likewise.
3660 * gdb.trace/range-stepping.exp: Likewise.
3661 * gdb.trace/trace-break.exp: Likewise.
3662 * gdb.trace/trace-condition.exp: Likewise.
3663 * gdb.trace/trace-mt.exp: Likewise.
3664
d9019901
SM
36652016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3666
3667 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3668 (gdb_load_shlib): ... this.
3669 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3670 gdb_load_shlib.
3671 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3672 * gdb.base/ctxobj.exp: Likewise.
3673 * gdb.base/dprintf-pending.exp: Likewise.
3674 * gdb.base/dso2dso.exp: Likewise.
3675 * gdb.base/fixsection.exp: Likewise.
3676 * gdb.base/gcore-relro.exp: Likewise.
3677 * gdb.base/gdb1555.exp: Likewise.
3678 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3679 * gdb.base/gnu-ifunc.exp: Likewise.
3680 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3681 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3682 * gdb.base/pending.exp: Likewise.
3683 * gdb.base/print-file-var.exp: Likewise.
3684 * gdb.base/print-symbol-loading.exp: Likewise.
3685 * gdb.base/shlib-call.exp: Likewise.
3686 * gdb.base/shreloc.exp: Likewise.
3687 * gdb.base/so-impl-ld.exp: Likewise.
3688 * gdb.base/solib-disc.exp: Likewise.
3689 * gdb.base/solib-nodir.exp: Likewise.
3690 * gdb.base/solib-overlap.exp: Likewise.
3691 * gdb.base/solib-symbol.exp: Likewise.
3692 * gdb.base/solib-weak.exp (do_test): Likewise.
3693 * gdb.base/sym-file.exp: Likewise.
3694 * gdb.base/symtab-search-order.exp: Likewise.
3695 * gdb.base/type-opaque.exp: Likewise.
3696 * gdb.base/unload.exp: Likewise.
3697 * gdb.base/watchpoint-solib.exp: Likewise.
3698 * gdb.compile/compile.exp: Likewise.
3699 * gdb.cp/gdb2384.exp: Likewise.
3700 * gdb.cp/infcall-dlopen.exp: Likewise.
3701 * gdb.cp/re-set-overloaded.exp: Likewise.
3702 * gdb.fortran/library-module.exp: Likewise.
3703 * gdb.opt/solib-intra-step.exp: Likewise.
3704 * gdb.python/py-finish-breakpoint.exp: Likewise.
3705 * gdb.python/py-shared.exp: Likewise.
3706 * gdb.reverse/solib-precsave.exp: Likewise.
3707 * gdb.reverse/solib-reverse.exp: Likewise.
3708 * gdb.server/solib-list.exp: Likewise.
3709 * gdb.threads/dlopen-libpthread.exp: Likewise.
3710 * gdb.threads/tls-shared.exp: Likewise.
3711 * gdb.threads/tls-so_extern.exp: Likewise.
3712 * gdb.trace/change-loc.exp: Likewise.
3713 * gdb.trace/ftrace-lock.exp: Likewise.
3714 * gdb.trace/ftrace.exp: Likewise.
3715 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3716 * gdb.trace/pending.exp: Likewise.
3717 * gdb.trace/range-stepping.exp: Likewise.
3718 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3719 (strace_info_marker): Likewise.
3720 (strace_probe_marker): Likewise.
3721 (strace_trace_on_same_addr): Likewise.
3722 (strace_trace_on_diff_addr): Likewise.
3723 * gdb.trace/trace-break.exp: Likewise.
3724 * gdb.trace/trace-condition.exp: Likewise.
3725 * gdb.trace/trace-mt.exp: Likewise.
3726
fca4cfd9
SM
37272016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3728
3729 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3730 result of gdb_remote_download.
3731 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3732 * gdb.base/dso2dso.exp: Likewise.
3733 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3734 * gdb.base/print-file-var.exp: Likewise.
3735 * gdb.base/shlib-call.exp: Likewise.
3736 * gdb.base/shreloc.exp: Likewise.
3737 * gdb.base/solib-overlap.exp: Likewise.
3738 * gdb.base/solib-weak.exp (do_test): Likewise.
3739 * gdb.base/unload.exp: Likewise.
3740
11cf4ffb
YQ
37412016-04-27 Yao Qi <yao.qi@linaro.org>
3742
3743 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3744 exists.
3745
3e2e34f8
KB
37462016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3747
3748 * vla-type.exp: Print structure from toplevel.
3749
8f07e298
BH
37502016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3751
3752 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3753 of dynamic types.
3754 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3755 of dynamic types.
3756
9920b434
BH
37572016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3758
3759 * gdb.fortran/vla-type.f90: New file.
3760 * gdb.fortran/vla-type.exp: New file.
3761
f3abeff5
YQ
37622016-04-25 Yao Qi <yao.qi@linaro.org>
3763
3764 * gdb.base/branch-to-self.c: New file.
3765 * gdb.base/branch-to-self.exp: New file.
3766
0a5d52f0
YQ
37672016-04-22 Yao Qi <yao.qi@linaro.org>
3768
3769 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3770 more after $hex.
3771
495346f6
YQ
37722016-04-22 Yao Qi <yao.qi@linaro.org>
3773
3774 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3775 * gdb.base/annota3.exp: Likewise.
3776
4a7e075c
YQ
37772016-04-22 Yao Qi <yao.qi@linaro.org>
3778
3779 * gdb.reverse/step-precsave.exp: Do one step and test program
3780 stops in "callee" and do multiple steps until program goes out
3781 of "callee".
3782 * gdb.reverse/step-reverse.exp: Likewise.
3783
5b061e98
YQ
37842016-04-22 Yao Qi <yao.qi@linaro.org>
3785
3786 * gdb.trace/signal.exp: Also pass if
3787 $tracepoint_hits($i) > $iterations.
3788
5c5dc57f
YQ
37892016-04-22 Yao Qi <yao.qi@linaro.org>
3790
3791 * gdb.trace/signal.c: New file.
3792 * gdb.trace/signal.exp: New file.
3793
a55411b9
DE
37942016-04-19 Doug Evans <xdje42@gmail.com>
3795
3796 * gdb.base/bad-file.exp: New file.
3797
a22df60a
MG
37982016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3799
3800 * gdb.dwarf2/implref.exp: New file.
3801
0c13f7e5
BH
38022016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3803
3804 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3805 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3806 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3807 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3808 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3809 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3810 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3811 * lib/fortran.exp (fortran_int4): New procedure.
3812 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3813 (fortran_logical4): Likewise.
3814
9b9b09e9
BH
38152016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3816
3817 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3818
a14d1f4d
BH
38192016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3820
3821 * lib/compiler.c: Add Intel specific preprocessor macros.
3822 * lib/compiler.cc: Likewise.
25d49b86 3823
7d49b1d0
LM
38242016-04-13 Luis Machado <lgustavo@codesourcery.com>
3825
3826 * gdb.server/connect-with-no-symbol-file.c: New file.
3827 * gdb.server/connect-with-no-symbol-file.exp: New file.
3828
8392fa22
SM
38292016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3830
3831 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3832
8c4c4aeb
SM
38332016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3834
3835 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3836 standard output directory.
3837
45e3745e
AT
38382016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3839
3840 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3841
e26b7e41
MM
38422016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3843
3844 * gdb.btrace/instruction_history.c (loop): Add declaration.
3845
8ce09462
AT
38462016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3847
3848 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3849
2e88a1ea
SM
38502016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3851
3852 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3853 parentheses to print.
3854 (continue_handler): Likewise.
3855
f48e22e3
SM
38562016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3857
3858 * gdb.server/solib-list.exp: Remove is_remote check.
3859 Pass shlib= to gdb_compile. Don't link shared library with
3860 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3861 Run binary filename through "readlink -f" on the target.
3862
096be756
PA
38632016-04-08 Pedro Alves <palves@redhat.com>
3864
3865 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3866 interpreter filename as argument to gdbserver_spawn.
3867 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3868 Return empty if $last_loaded_file does not exist.
3869
06500533
JK
38702016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3871
3872 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3873 * gdb.base/jit-main.c: Use exit after usage.
3874
2d35e871
JK
38752016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3876
3877 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3878 GDBHISTSIZE prior to the tests.
3879 * gdb.base/gdbinit-history.exp: Likewise.
3880
38812016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3882
3883 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3884 instead of build_executable. Use gdb_load_shlibs.
3885
c8064e7e
YQ
38862016-04-07 Yao Qi <yao.qi@linaro.org>
3887
3888 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3889 Execute "si" command.
3890
bde47561
YQ
38912016-04-07 Yao Qi <yao.qi@linaro.org>
3892
3893 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3894 number instead of the comments on some line.
3895
b16f8a3b
DB
38962016-04-06 Don Breazeal <donb@codesourcery.com>
3897
3898 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3899 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3900
c2f901df
SM
39012016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3902
3903 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3904 standard_output_file. Remove unused binfile variable.
3905
ac17fda0
CU
39062016-04-05 Catalin Udma <catalin.udma@freescale.com>
3907
3908 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3909 * gdb.python/py-mi-objfile.exp: Match "list main" output
3910 in console format.
3911
03a8c4df
SM
39122016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3913
3914 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3915 absolute.
3916
6e774b13
SM
39172016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3918
3919 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3920 absolute.
3921 * gdb.trace/ftrace.exp: Likewise.
3922 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3923 targets as well.
3924 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3925 (gdb_load_shlibs): Copy libraries to test directory when testing
3926 natively. Only set solib-search-path if testing remotely.
3927 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3928
7817ea46
SM
39292016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3930
3931 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3932 gdb_download. Use it even if the target is not remote.
3933 * gdb.base/jit.exp (compile_jit_test): Likewise.
3934 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3935 output directory if the destination board is local, otherwise use
3936 the standard remote_download from DejaGnu.
3937 (gdb_download): Remove.
3938 (gdb_load_shlibs): Use gdb_remote_download instead of
3939 gdb_download.
3940 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3941 Use gdb_remote_download instead of gdb_download. Use it even if
3942 the target is not remote.
3943 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3944 instead of gdb_download.
3945
7beb7f68
SM
39462016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3947
3948 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3949 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3950 run.
3951
cc63428a
AV
39522016-04-01 Artemiy Volkov <artemiyv@acm.org>
3953
3954 PR gdb/19820
3955 * gdb.base/printcmds.exp: Add artificial arrays tests.
3956
64cdf930
PA
39572016-03-31 Pedro Alves <palves@redhat.com>
3958
3959 PR gdb/19858
3960 * gdb.base/jit-main.c: Include unistd.h.
3961 (ATTACH): Define to 0 if not already defined.
3962 (wait_for_gdb, mypid): New globals.
3963 (WAIT_FOR_GDB): New macro.
3964 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3965 some breakpoint locations.
3966 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3967 New procedures.
3968 (one_jit_test): Add REATTACH parameter, and handle it. Use
3969 continue_to_test_location.
3970 (top level): Test attach, and adjusts calls to one_jit_test.
3971
40dea8cb
PA
39722016-03-31 Pedro Alves <palves@redhat.com>
3973
3974 PR gdb/19858
3975 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3976 BINSUFFIX parameter, and handle it.
3977 (top level): Adjust calls compile_jit_test.
3978
e7ea3ec7
CU
39792016-03-31 Catalin Udma <catalin.udma@freescale.com>
3980
3981 PR python/19743
3982 * gdb.python/py-mi-events-gdb.py: New file.
3983 * gdb.python/py-mi-events.c: New file.
3984 * gdb.python/py-mi-events.exp: New file.
3985
e6359af3
YQ
39862016-03-30 Yao Qi <yao.qi@linaro.org>
3987
3988 * gdb.reverse/until-precsave.exp: Match function name only.
3989 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3990 Move malloc to a condition block.
3991 * gdb.reverse/until-reverse.exp: Match function name only.
3992
a4105d04
MK
39932016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3994
3995 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3996 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3997 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3998 variable for GPR 0 instead of assuming it is register 0.
3999 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4000 * lib/trace-support.exp: Add s390 registers.
4001
bfa6adb9
YQ
40022016-03-29 Yao Qi <yao.qi@linaro.org>
4003
4004 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4005
1e6697ea
YQ
40062016-03-24 Yao Qi <yao.qi@linaro.org>
4007
4008 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4009 test message.
4010
64bcd522
AA
40112016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4012
4013 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4014 maintaining separate logic for constructing the output path.
4015
7868401b
DB
40162016-03-16 Don Breazeal <donb@codesourcery.com>
4017
4018 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4019 Retry fork and waitpid on interrupted system call errors.
4020 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4021 Use with_timeout_factor to increase timeout by factor of 10.
4022
1cafadb4
DB
40232016-03-15 Don Breazeal <donb@codesourcery.com>
4024
4025 * gdb.cp/scope-err.cc: New test program.
4026 * gdb.cp/scope-err.exp: New test script.
4027 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4028 lines and "set breakpoint here" comment.
4029 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4030 Fixed some whitespace and format issues.
4031 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4032 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4033
81516450
DE
40342016-03-15 Doug Evans <dje@google.com>
4035
4036 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4037 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4038 All callers updated. Add tests for enums, mixed flags register.
4039
aa52b601
DE
40402016-03-15 Doug Evans <dje@google.com>
4041
4042 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4043 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4044
fa4ff313
SM
40452016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4046
4047 * gdb.base/default.exp: Add $_as_string to the list of expected
4048 convenience functions.
4049
f2403c39
AB
40502016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4051
4052 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4053
f2f3ccb9
SM
40542016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4055
4056 * gdb.python/py-as-string.exp: New file.
4057 * gdb.python/py-as-string.c: New file.
4058
00dbd492
PA
40592016-03-09 Pedro Alves <palves@redhat.com>
4060
4061 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4062 signal" -> "Thread NN received signal" output change.
4063 * gdb.threads/ia64-sigill.exp: Likewise.
4064 * gdb.threads/linux-dp.exp: Likewise.
4065 * gdb.threads/manythreads.exp: Likewise.
4066 * gdb.threads/pending-step.exp: Likewise.
4067 * gdb.threads/print-threads.exp: Likewise.
4068 * gdb.threads/sigstep-threads.exp: Likewise.
4069 * gdb.threads/staticthreads.exp: Likewise.
4070 * gdb.threads/tls.exp: Likewise.
4071
1e6697ea
YQ
40722016-03-09 Pedro Alves <palves@redhat.com>
4073
4074 * gdb.base/command-line-input.exp: New file.
4075
b04fd3be
MK
40762016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4077
4078 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4079 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4080 * gdb.trace/pending.exp: Accept leading dot before function name.
4081 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4082 * lib/trace-support.exp: Set registers for ppc.
4083
98fa59e9
MK
40842016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4085
4086 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4087 use it for disassembly; accept .main in addition to main in backtrace.
4088
f77198c8
MK
40892016-03-09 Wei-cheng Wang <cole945@gmail.com>
4090 Marcin Kościelnicki <koriakin@0x04.net>
4091
4092 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4093 (gdb_recursion_test_ptr): New global variable.
4094 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4095 gdb_recursion_test.
4096 (gdb_c_test): Ditto.
4097
ba84e0da
MK
40982016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4099
4100 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4101 ordering.
4102
4366d36e
MK
41032016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4104
4105 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4106 (bar): Add bar_start_lbl label.
4107 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4108 of foo/bar for emitting DWARF and tracing.
4109
5eb264df
SDJ
41102016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4111
4112 * analyze-racy-logs.py: Set executable bit.
4113
fb6a751f
SDJ
41142016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4115
4116 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4117 (CHECK_TARGET_TMP): Likewise.
4118 (check-single-racy): New rule.
4119 (check-parallel-racy): Likewise.
4120 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4121 (do-check-parallel-racy): New rule.
4122 (check-racy/%.exp): Likewise.
4123 * README (Racy testcases): New section.
4124 * analyze-racy-logs.py: New file.
4125
bdf7e230
DE
41262016-03-03 Doug Evans <dje@google.com>
4127
4128 * gdb.base/skip.exp: Use with_test_prefix.
4129
4719d415
YQ
41302016-03-03 Yao Qi <yao.qi@linaro.org>
4131
4132 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4133 Invoke step_over_syscall "clone" and break_cond_on_syscall
4134 "clone".
4135 * gdb.base/step-over-clone.c: New file.
4136
ea507862
YQ
41372016-03-03 Yao Qi <yao.qi@linaro.org>
4138
4139 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4140 code format.
4141
8fc8cbda
YQ
41422016-03-03 Yao Qi <yao.qi@linaro.org>
4143
4144 * gdb.base/disp-step-fork.c: Rename to ...
4145 * gdb.base/step-over-fork.c: ... it. New file.
4146 * gdb.base/disp-step-vfork.c: Rename to ...
4147 * gdb.base/step-over-vfork.c: ... it. New file.
4148 * gdb.base/disp-step-syscall.exp: Rename to ...
4149 * gdb.base/step-over-syscall.exp: ... it. New file.
4150 (disp_step_cross_syscall): Rename to ...
4151 (step_over_syscall): ... it.
4152
92fa70b0
YQ
41532016-03-03 Yao Qi <yao.qi@linaro.org>
4154
4155 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4156 If target supports condition evaluation on target, invoke
4157 break_cond_on_syscall for fork and vfork.
4158
e197ad3c
YQ
41592016-03-03 Yao Qi <yao.qi@linaro.org>
4160
4161 * gdb.base/disp-step-syscall.exp: Don't invoke
4162 support_displaced_stepping.
4163 (disp_step_cross_syscall): Test with displaced stepping off and
4164 on if supported.
4165
0b47da9f
YQ
41662016-03-03 Yao Qi <yao.qi@linaro.org>
4167
4168 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4169 proc.
4170 (setup): New proc.
4171 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4172 and setup.
4173
065ab6dc
BH
41742016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4175
4176 * gdb.fortran/vla-history.exp: Remove breakpoint.
4177
07e448ad 41782016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4179
25d49b86
PA
4180 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4181 exceeds timeout.
07e448ad 4182
9ac2d526 41832016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4184
25d49b86
PA
4185 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4186 breakpoint.
9ac2d526 4187
17807369
BH
41882016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4189
4190 * gdb.mi/vla.f90: Nullify pointer after declaration.
4191
86e501af
PA
41922016-03-01 Pedro Alves <palves@redhat.com>
4193
4194 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4195
1e903e32
PA
41962016-03-01 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4199 before anything else.
4200 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4201 _GNU_SOURCE here.
4202 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4203 before anything else.
4204 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4205
6ccb54e2
PA
42062016-03-01 Pedro Alves <palves@redhat.com>
4207
4208 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4209
30ca9da1
YQ
42102016-03-01 Yao Qi <yao.qi@linaro.org>
4211
4212 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4213 prepare_for_testing.
4214
dc856b38
YQ
42152016-03-01 Yao Qi <yao.qi@linaro.org>
4216
4217 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4218
4a932159
AA
42192016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4220
4221 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4222 manually constructing the output path.
4223
f2489477
AA
42242016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4225
4226 * gdb.arch/s390-stackless.S: New.
4227 * gdb.arch/s390-stackless.exp: New.
4228
38899f16
IB
42292016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4230
4231 * gdb.dlang/circular.c: New file.
4232 * gdb.dlang/circular.exp: New file.
4233
9fde51ed
YQ
42342016-02-26 Yao Qi <yao.qi@linaro.org>
4235
4236 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4237 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4238 (testcases): Update.
4239
ce90fefe
YQ
42402016-02-26 Yao Qi <yao.qi@linaro.org>
4241
4242 * gdb.reverse/aarch64.c: Rename to ...
4243 * gdb.reverse/insn-reverse.c: ... it.
4244 * gdb.reverse/aarch64.exp: Rename to ...
4245 * gdb.reverse/insn-reverse.exp: ... it.
4246
3263bceb
YQ
42472016-02-26 Yao Qi <yao.qi@linaro.org>
4248
4249 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4250 (testcase_ftype): New.
4251 (testcases): New array.
4252 (n_testcases): New.
4253 (main): Call each element in testcases.
4254 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4255 (read_testcase): New.
4256 Do the tests in a loop.
4257
6cb59ff1
YQ
42582016-02-25 Yao Qi <yao.qi@linaro.org>
4259
4260 * gdb.base/branches.c: Remove.
4261
ae91f625
MK
42622016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4263
4264 PR gdb/13808
4265 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4266
678b48b7
MK
42672016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4268
4269 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4270
7337a6f2
MK
42712016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4272
4273 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4274 change x86_64 call_insn to 'callq'.
4275
861ca91f
AT
42762016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4277
4278 * gdb.trace/tfile-avx.c: Move to...
4279 * gdb.trace/tracefile-pseudo-reg.c: Here.
4280 * gdb.trace/tfile-avx.exp: Move to...
4281 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4282
bf74e428
GB
42832016-02-24 Gary Benson <gbenson@redhat.com>
4284
4285 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4286 message on attach.
4287
cce0e923
DE
42882016-02-23 Doug Evans <dje@google.com>
4289
4290 * gdb.base/skip.c (test_skip): New function.
4291 (end_test_skip_file_and_function): New function.
4292 (test_skip_file_and_function): New function.
4293 * gdb.base/skip1.c (test_skip): New function.
4294 (skip1_test_skip_file_and_function): New function.
4295 * gdb.base/skip.exp: Add tests for new skip options.
4296 * gdb.base/skip-solib.exp: Update expected output.
4297 * gdb.perf/skip-command.cc: New file.
4298 * gdb.perf/skip-command.exp: New file.
4299 * gdb.perf/skip-command.py: New file.
4300
4000e47e
MK
43012016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4302
4303 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4304 info registers pattern.
4305
24f75ead
IB
43062016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4307
4308 * lib/future.exp: Add D support.
4309 (gdb_find_gdc): New proc.
4310 (gdb_default_target_compile): Add D support.
4311
fbb7bcbe
WW
43122016-02-18 Wei-cheng Wang <cole945@gmail.com>
4313
4314 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4315 user+system time.
4316 (trace_speed_test): Determine the iteration count for a time
4317 between 15..30 seconds.
4318
012b3a21
WT
43192016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4320
4321 * gdb.arch/i386-mpx-sigsegv.c: New file.
4322 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4323 * gdb.arch/i386-mpx-simple_segv.c: New file.
4324 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4325
2d5189bd
YQ
43262016-02-18 Yao Qi <yao.qi@linaro.org>
4327
4328 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4329 Don't call setup_kfail.
4330
40fb20d0
YQ
43312016-02-18 Yao Qi <yao.qi@linaro.org>
4332
4333 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4334 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4335
21b1f8d2
DE
43362016-02-16 Doug Evans <dje@google.com>
4337
4338 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4339 * gdb.base/skip1.c: Ditto.
4340 * gdb.base/skip.exp: Whitespace cleanup.
4341
4041ed77
DB
43422016-02-16 Don Breazeal <donb@codesourcery.com>
4343
4344 PR remote/19496
4345 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4346 Remove kfail for PR remote/19496.
4347
c4ef31bf
SM
43482016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4349
4350 * lib/gdb.exp (standard_temp_file): Return a path specific to
4351 the runtest invocation.
4352
266b65b3
SM
43532016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4354
4355 * gdb.trace/save-trace.exp: Change relative path to be in the
4356 standard output directory.
4357
a7a0a6a9
JK
43582016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 * gdb.arch/i386-prologue.c: Add missing prototypes.
4361
c99dbb42
JK
43622016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4363
4364 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4365 * gdb.arch/i386-prologue.exp: Likewise.
4366 * gdb.arch/i386-size.exp: Likewise.
4367
aa480355
SM
43682016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4369
4370 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4371 define object file path.
4372 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4373 file path.
4374 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4375 standard_output_file to define binfile.
4376
ba881f50
JK
43772016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4378
4379 Fix compatibility with recent gfortran-5.3.1.
4380 * gdb.fortran/vla-history.exp (print vla1 allocated)
4381 (print vla2 allocated, print $2, print $3): Remove
4382 (print $4): Rename to ...
4383 (print $2): ... here.
4384 (print $9): Rename to ...
4385 (print $5): ... here.
4386 (print $10): Rename to ...
4387 (print $6): ... here.
4388 * gdb.fortran/vla.f90: Add pvla initialization.
4389
e9fb005c
JK
43902016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4391
4392 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4393 New test.
4394 * gdb.fortran/vla-value-sub.exp: Likewise.
4395
e44e00ff
MK
43962016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4397
4398 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4399
97e94151
SM
44002016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4401
4402 * i386-biarch-core.exp: Define corefile using
4403 standard_output_file.
4404
01113bc1
YQ
44052016-02-12 Yao Qi <yao.qi@linaro.org>
4406
4407 * gdb.arch/arm-single-step-kernel-helper.c: New.
4408 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4409
33b4777c
MM
44102016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4411
4412 * gdb.btrace/tailcall-only.exp: New.
4413 * gdb.btrace/tailcall-only.c: New.
4414 * gdb.btrace/x86_64-tailcall-only.S: New.
4415 * gdb.btrace/i686-tailcall-only.S: New.
4416
acc23c11
PA
44172016-02-11 Pedro Alves <palves@redhat.com>
4418
4419 * README (Parallel testing): Add missing double quotes.
4420
e352bf0a
PA
44212016-02-11 Pedro Alves <palves@redhat.com>
4422
4423 * README (Parallel testing): New section.
4424 (GDB_PARALLEL): Rewrite.
4425 (FORCE_PARALLEL): Document.
4426
9f5fed78
MK
44272016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4428
4429 * gdb.trace/tfile-avx.c: New test.
4430 * gdb.trace/tfile-avx.exp: New test.
4431
9ef9e6a6
KS
44322016-02-09 Keith Seitz <keiths@redhat.com>
4433
4434 PR breakpoints/19546
4435 * gdb.base/infcall-exec.c: New file.
4436 * gdb.base/infcall-exec2.c: New file.
4437 * gdb.base/infcall-exec.exp: New file.
4438
a96e36da
KS
44392016-02-09 Keith Seitz <keiths@redhat.com>
4440
4441 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4442 (toplevel): Call test_bkpt_address.
4443
9f61929f
KS
44442016-02-09 Keith Seitz <keiths@redhat.com>
4445
4446 PR python/19506
4447 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4448 (toplevel): Call test_bkpt_address.
4449
1e94266c
SM
44502016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4451
4452 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4453 to AC_OUTPUT.
4454 * configure: Regenerate.
4455
2a7f3dff
PA
44562016-02-09 Pedro Alves <palves@redhat.com>
4457
4458 PR breakpoints/19548
4459 * gdb.base/execl-update-breakpoints.c (some_function): New
4460 function.
4461 (main): Call it.
4462 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4463 Tighten expected GDB output.
4464
2151ccc5
SM
44652016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4466
4467 * Makefile.in (ALL_SUBDIRS): Remove.
4468 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4469 (distclean maintainer-clean realclean): Likewise.
4470 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4471 * configure: Regenerate.
4472 * gdb.ada/Makefile.in: Delete.
4473 * gdb.arch/Makefile.in: Likewise.
4474 * gdb.asm/Makefile.in: Likewise.
4475 * gdb.base/Makefile.in: Likewise.
4476 * gdb.btrace/Makefile.in: Likewise.
4477 * gdb.cell/Makefile.in: Likewise.
4478 * gdb.compile/Makefile.in: Likewise.
4479 * gdb.cp/Makefile.in: Likewise.
4480 * gdb.disasm/Makefile.in: Likewise.
4481 * gdb.dlang/Makefile.in: Likewise.
4482 * gdb.dwarf2/Makefile.in: Likewise.
4483 * gdb.fortran/Makefile.in: Likewise.
4484 * gdb.gdb/Makefile.in: Likewise.
4485 * gdb.go/Makefile.in: Likewise.
4486 * gdb.guile/Makefile.in: Likewise.
4487 * gdb.java/Makefile.in: Likewise.
4488 * gdb.linespec/Makefile.in: Likewise.
4489 * gdb.mi/Makefile.in: Likewise.
4490 * gdb.modula2/Makefile.in: Likewise.
4491 * gdb.multi/Makefile.in: Likewise.
4492 * gdb.objc/Makefile.in: Likewise.
4493 * gdb.opencl/Makefile.in: Likewise.
4494 * gdb.opt/Makefile.in: Likewise.
4495 * gdb.pascal/Makefile.in: Likewise.
4496 * gdb.perf/Makefile.in: Likewise.
4497 * gdb.python/Makefile.in: Likewise.
4498 * gdb.reverse/Makefile.in: Likewise.
4499 * gdb.server/Makefile.in: Likewise.
4500 * gdb.stabs/Makefile.in: Likewise.
4501 * gdb.threads/Makefile.in: Likewise.
4502 * gdb.trace/Makefile.in: Likewise.
4503 * gdb.xml/Makefile.in: Likewise.
4504 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4505 GDB_PARALLEL.
4506 (standard_output_file): Remove check for GDB_PARALLEL, always
4507 return path in outputs/$subdir/$testname.
4508
437277d4
SM
45092016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4510
4511 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4512 (site.exp): Assign abs_srcdir to tcl's srcdir.
4513
31d913c7
YQ
45142016-02-04 Yao Qi <yao.qi@linaro.org>
4515
4516 * gdb.base/foll-exec-mode.c: Include limits.h.
4517 (main): Add parameters argc and argv. Get directory from
4518 argv[0].
4519 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4520 compilation.
4521 * gdb.base/foll-exec.c: Include limits.h.
4522 (main): Add parameters argc and argv.
4523 Get directory from argv[0].
4524 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4525 Adjust tests on the number of lines as source code changed.
4526 * gdb.base/foll-vfork-exit.c: Include limits.h.
4527 (main): Add one line of statement before vfork.
4528 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4529 (main): Add parameters argc and argv. Get directory from
4530 argv[0].
4531 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4532 (setup_gdb): Set tbreak to skip some source lines.
4533 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4534 (main): Add parameters argc and argv. Get directory from
4535 argv[0].
4536 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4537 compilation.
4538 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4539 (main): Add parameters argc and argv. Get directory from
4540 argv[0].
4541 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4542 compilation.
4543
9482b9fb
DE
45442016-02-01 Doug Evans <dje@google.com>
4545
4546 * gdb.base/skip.exp: Clean up multiple references to same test name.
4547
6b2e4f10
PA
45482016-02-01 Pedro Alves <palves@redhat.com>
4549
ccb6afd6 4550 PR remote/19496
6b2e4f10
PA
4551 * gdb.threads/forking-threads-plus-breakpoint.exp
4552 (displaced_stepping_supported): New global.
4553 (probe_displaced_stepping_support): New procedure.
4554 (do_test): Add 'displaced' parameter, and use it.
4555 (top level): Check for displaced stepping support. Add displaced
4556 stepping on/off testing axis.
4557
37a8db1a
AB
45582016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4559
4560 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4561 pointer. Don't perform further tests on the unassociated pointer
4562 if the first test fails.
4563
5fdf6324
AB
45642016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4565
4566 * gdb.base/max-value-size.c: New file.
4567 * gdb.base/max-value-size.exp: New file.
4568 * gdb.base/huge.exp: Disable max-value-size for this test.
4569
935c6144
IB
45702016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4571
4572 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4573
7fe8399d
YQ
45742016-01-28 Yao Qi <yao.qi@linaro.org>
4575
4576 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4577
a2077e25
PA
45782016-01-25 Pedro Alves <palves@redhat.com>
4579
4580 PR threads/19461
4581 * gdb.base/fork-running-state.c: New file.
4582 * gdb.base/fork-running-state.exp: New file.
4583
1d2736d4
PA
45842016-01-25 Pedro Alves <palves@redhat.com>
4585
4586 PR gdb/19494
4587 * gdb.base/catch-fork-kill.c: New file.
4588 * gdb.base/catch-fork-kill.exp: New file.
4589
f1da4b11
PA
45902016-01-25 Pedro Alves <palves@redhat.com>
4591
4592 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4593 Delete, moved to lib/gdb.exp.
4594 * gdb.threads/forking-threads-plus-breakpoint.exp
4595 (foreach_with_prefix): Likewise.
4596 * gdb.threads/process-dies-while-handling-bp.exp
4597 (foreach_with_prefix): Likewise.
4598 * lib/gdb.exp (foreach_with_prefix): New procedure.
4599
45f38546
MK
46002016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4601
4602 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4603 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4604
dc29a1ce
MK
46052016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4606
4607 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4608 endian targets.
4609
092127d7
JK
46102016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4611 Pedro Alves <palves@redhat.com>
4612
4613 Fix testsuite compatibility with Guile.
4614 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4615 number.
4616
31d765d3
JK
46172016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4618
4619 Fix testsuite compatibility with Guile.
4620 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4621 (thread 1): New test for backtrace through signal handler.
4622
1ac78c04
YQ
46232016-01-22 Yao Qi <yao.qi@linaro.org>
4624
4625 PR testsuite/19491
4626 * gdb.base/multi-forks.c: Include
4627 ../lib/unbuffer_output.c
4628 (main): Call gdb_unbuffer_output.
4629
4f5946a8
DE
46302016-01-21 Doug Evans <dje@google.com>
4631
4632 * lib/ada.exp (gdb_compile_ada): Fix typo.
4633
305e13e6
JB
46342016-01-21 Joel Brobecker <brobecker@adacore.com>
4635
4636 * gdb.base/break-fun-addr.exp: New file.
4637 * gdb.base/break-fun-addr1.c: New file.
4638 * gdb.base/break-fun-addr2.c: New file.
4639
5f5dfff6
SM
46402016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4641
4642 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4643 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4644 enum flag values.
4645
fd356fa2
AA
46462016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4647
4648 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4649 when GDB can not set the vector return value. Add more comments
4650 for clarification.
4651
9df22175
AT
46522016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4653
4654 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4655 command.
4656
41d1845e
SM
46572016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4658
4659 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4660
01ac6840
SM
46612016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4662
4663 * Makefile.in (check-single): Pass --status to runtest.
4664 (check/%.exp): Likewise.
4665
46662016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4667
4668 * Makefile.in (check-parallel): Propagate return code from make
4669 do-check-parallel.
4670
bd0a71fa
MK
46712016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4672
4673 * gdb.trace/ftrace.exp: Fix expected message on continue.
4674 * gdb.trace/pending.exp: Fix expected message on continue.
4675 * gdb.trace/trace-break.exp: Fix expected message on continue.
4676
8bcbad33
SM
46772016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4678
4679 * lib/gdb.exp (gdb_test): Remove unused global references.
4680
f303dbd6
PA
46812016-01-18 Pedro Alves <palves@redhat.com>
4682
4683 * gdb.base/async-shell.exp: Adjust expected output.
4684 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4685 * gdb.base/siginfo-thread.exp: Adjust expected output.
4686 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4687 * gdb.java/jnpe.exp: Adjust expected output.
4688 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4689 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4690 * gdb.threads/leader-exit.exp: Adjust expected output.
4691 * gdb.threads/manythreads.exp: Adjust expected output.
4692 * gdb.threads/pthreads.exp: Adjust expected output.
4693 * gdb.threads/schedlock.exp: Adjust expected output.
4694 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4695 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4696 expected output.
4697 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4698 output.
4699 * gdb.threads/sigthread.exp: Adjust expected output.
4700 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4701
b2789696
YQ
47022016-01-18 Yao Qi <yao.qi@linaro.org>
4703
4704 * gdb.guile/scm-section-script.c: Replace @progbits with
4705 %progbits.
4706 * gdb.python/py-section-script.c: Likewise.
4707
71ef29a8
PA
47082016-01-15 Pedro Alves <palves@redhat.com>
4709
4710 * gdb.multi/tids.exp: Test star wildcard ranges.
4711
3f5b7598
PA
47122016-01-15 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4715 command from "thread apply" invocation.
4716 (thr_apply_info_thr_invalid): Default the expected output to the
4717 input tid list.
4718 (top level): Add tests that use convenience variables. Add tests
4719 for "thread apply" with a valid TID list, but missing the command.
4720
663f6d42
PA
47212016-01-13 Pedro Alves <palves@redhat.com>
4722
4723 * gdb.base/default.exp: Expect $_gthread as well.
4724 * gdb.multi/tids.exp: Test $_gthread.
4725 * gdb.threads/thread-specific.exp: Test $_gthread.
4726
c84f6bbf
PA
47272016-01-13 Pedro Alves <palves@redhat.com>
4728
4729 * gdb.multi/tids.exp: Test "info threads -gid".
4730
22a02324
PA
47312016-01-13 Pedro Alves <palves@redhat.com>
4732
4733 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4734 Breakpoint.thread.
4735 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4736
5d5658a1
PA
47372016-01-07 Pedro Alves <palves@redhat.com>
4738
4739 * gdb.base/break.exp: Adjust to output changes.
4740 * gdb.base/hbreak2.exp: Likewise.
4741 * gdb.base/sepdebug.exp: Likewise.
4742 * gdb.base/watch_thread_num.exp: Likewise.
4743 * gdb.linespec/keywords.exp: Likewise.
4744 * gdb.multi/info-threads.exp: Likewise.
4745 * gdb.threads/thread-find.exp: Likewise.
4746 * gdb.multi/tids.c: New file.
4747 * gdb.multi/tids.exp: New file.
4748
84654457
PA
47492016-01-13 Pedro Alves <palves@redhat.com>
4750
4751 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4752
e3940304
PA
47532016-01-13 Pedro Alves <palves@redhat.com>
4754
4755 * gdb.base/default.exp: Expect $_inferior as well.
4756 * gdb.multi/base.exp: Test $_inferior.
4757
a911d87a
PA
47582016-01-13 Pedro Alves <palves@redhat.com>
4759
4760 PR breakpoints/19388
4761 * gdb.base/catch-signal-siginfo-cond.c: New file.
4762 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4763
82075af2
JS
47642016-01-12 Josh Stone <jistone@redhat.com>
4765 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4766
4767 * gdb.base/catch-syscall.c (do_execve): New variable.
4768 (main): Conditionally trigger an execve.
4769 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4770 (test_catch_syscall_execve): New, check entry/return across execve.
4771 (do_syscall_tests): Call test_catch_syscall_execve.
4772
e46eeedd
PA
47732016-01-12 Pedro Alves <palves@redhat.com>
4774
4775 * gdb.base/random-signal.exp (do_test): New procedure, with body
4776 of testcase moved in.
4777
01d8c27e
JK
47782016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4779 Pedro Alves <palves@redhat.com>
4780
4781 * gdb.base/funcargs.exp (finish from indirectly called function):
4782 Reintroduce the case for 'First'.
4783
9a706302
JK
47842016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4785 Pedro Alves <palves@redhat.com>
4786
4787 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4788 (tcatch_vfork_then_child_follow_exec)
4789 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4790 identification.
4791
c0ecb95f
JK
47922016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4793
4794 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4795 and repeats to unlimited.
4796 * gdb.python/py-value.exp: Likewise.
4797 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4798 and repeats to unlimited.
4799
6cfc1fcb
JK
48002016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4801
4802 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4803 and reordering the functions.
4804 * gdb.multi/hangout.c: Likewise.
4805 * gdb.multi/hello.c: Likewise.
4806
582a1b00
SM
48072016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4808
4809 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4810 absolute.
4811 (SingleStatisticTestResult.report): Use dict.keys instead of
4812 dict.iterkeys.
4813
79bc59cb
PA
48142016-01-06 Pedro Alves <palves@redhat.com>
4815
4816 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4817
43368e1d
MM
48182016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4819
4820 * gdb.btrace/dlopen.exp: New.
4821 * gdb.btrace/dlopen.c: New.
4822 * gdb.btrace/dlopen-dso.c: New.
4823
79fad5b8
SL
48242015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4825
4826 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4827 PATTERN argument is optional.
4828
ab8314b3
JB
48292015-12-24 Joel Brobecker <brobecker@adacore.com>
4830
4831 * lib/ada.exp (target_compile_ada_from_dir): New function.
4832 (gdb_compile_ada): Reimplement avoiding the use of project files.
4833 * gdb.ada/gnat_ada.gpr: Delete.
4834 * gdb.ada/cond_lang.exp: Adjust test to make path before
4835 filename optional.
4836 * gdb.ada/small_reg_param.exp: Likewise.
4837
fe33faff
SM
48382015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4839
4840 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4841
6d265cb4
TP
48422015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4843
4844 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4845 case.
4846
10125099
SM
48472015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4848
4849 * gdb.base/break.exp: Remove dead code.
4850 * gdb.base/sepdebug.exp: Likewise.
4851
3ca22649
SM
48522015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4853
4854 * gdb.asm/asm-source.exp: Remove HP-UX references.
4855 * gdb.base/annota1.exp: Likewise.
4856 * gdb.base/annota3.exp: Likewise.
4857 * gdb.base/attach.exp: Likewise.
4858 * gdb.base/bigcore.exp: Likewise.
4859 * gdb.base/break.exp: Likewise.
4860 * gdb.base/call-ar-st.exp: Likewise.
4861 * gdb.base/callfuncs.exp: Likewise.
4862 * gdb.base/catch-fork-static.exp: Likewise.
4863 * gdb.base/display.exp: Likewise.
4864 * gdb.base/foll-exec-mode.exp: Likewise.
4865 * gdb.base/foll-exec.exp: Likewise.
4866 * gdb.base/foll-fork.exp: Likewise.
4867 * gdb.base/foll-vfork.exp: Likewise.
4868 * gdb.base/funcargs.exp: Likewise.
4869 * gdb.base/hbreak2.exp: Likewise.
4870 * gdb.base/inferior-died.exp: Likewise.
4871 * gdb.base/interrupt.exp: Likewise.
4872 * gdb.base/multi-forks.exp: Likewise.
4873 * gdb.base/nodebug.exp: Likewise.
4874 * gdb.base/sepdebug.exp: Likewise.
4875 * gdb.base/solib1.c: Likewise.
4876 * gdb.base/step-test.exp: Likewise.
4877 * gdb.mi/non-stop.c: Likewise.
4878 * gdb.mi/pthreads.c: Likewise.
4879 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4880 * gdb.threads/pthreads.c: Likewise.
4881 * gdb.threads/staticthreads.exp: Likewise.
4882 * lib/future.exp: Likewise.
4883 * lib/gdb.exp: Likewise.
4884 * gdb.base/so-indr-cl.c: Remove.
4885 * gdb.base/so-indr-cl.exp: Likewise.
4886 * gdb.base/solib.c: Likewise.
4887 * gdb.base/solib.exp: Likewise.
4888 * gdb.base/solib2.c: Likewise.
4889
b6304613
SM
48902015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4891
4892 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4893 * gdb.base/call-ar-st.exp: Likewise.
4894 * gdb.base/callfuncs.exp: Likewise.
4895 * gdb.base/condbreak.exp: Likewise.
4896 * gdb.base/constvars.exp: Likewise.
4897 * gdb.base/hbreak2.exp: Likewise.
4898 * gdb.base/langs.exp: Likewise.
4899 * gdb.base/list.exp: Likewise.
4900 * gdb.base/long_long.exp: Likewise.
4901 * gdb.base/ptype.exp: Likewise.
4902 * gdb.base/scope.exp: Likewise.
4903 * gdb.base/signals.exp: Likewise.
4904 * gdb.base/so-impl-ld.exp: Likewise.
4905 * gdb.base/varargs.exp: Likewise.
4906 * gdb.base/volatile.exp: Likewise.
4907 * gdb.base/whatis.exp: Likewise.
4908 * gdb.cp/cplusfuncs.exp: Likewise.
4909 * gdb.cp/inherit.exp: Likewise.
4910 * gdb.cp/local.exp: Likewise.
4911 * gdb.cp/member-ptr.exp: Likewise.
4912 * gdb.cp/method.exp: Likewise.
4913 * gdb.cp/overload.exp: Likewise.
4914 * gdb.cp/templates.exp: Likewise.
4915 * gdb.stabs/weird.exp: Likewise.
4916 * lib/compiler.c: Likewise.
4917 * lib/compiler.cc: Likewise.
4918 * lib/cp-support.exp: Likewise.
4919 * lib/gdb.exp: Likewise.
4920
bf401b07
SM
49212015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4922
4923 * configure.ac: Remove HP-UX case.
4924 * configure: Regenerate.
4925
aff9c0f8
SM
49262015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4927
4928 * lib/gdb.exp (gdb_compile): Add function doc.
4929
a6904d5a
PA
49302015-12-17 Pedro Alves <palves@redhat.com>
4931
4932 PR threads/19354
4933 * gdb.multi/info-threads.exp: New file.
4934
a22279dd
YQ
49352015-12-15 Yao Qi <yao.qi@linaro.org>
4936
4937 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4938 is aarch64*-*-*.
4939
0588c796
SL
49402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4941
4942 * gdb.base/history-duplicates.exp: Skip if no readline support.
4943
5d978e17
SL
49442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4945
4946 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4947
7e763b86
SL
49482015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4949
4950 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4951
87a3a92c
SL
49522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4953
4954 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4955 ctrl-C if nointerrupts target property is set.
4956 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4957 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4958 * gdb.base/paginate-bg-execution.exp: Likewise.
4959 * gdb.base/paginate-execution-startup.exp: Likewise.
4960 * gdb.base/random-signal.exp: Likewise.
4961 * gdb.base/range-stepping.exp: Likewise.
4962 * gdb.cp/annota2.exp: Likewise.
4963 * gdb.cp/annota3.exp: Likewise.
4964 * gdb.gdb/selftest.exp: Likewise.
4965 * gdb.threads/continue-pending-status.exp: Likewise.
4966 * gdb.threads/leader-exit.exp: Likewise.
4967 * gdb.threads/manythreads.exp: Likewise.
4968 * gdb.threads/pthreads.exp: Likewise.
4969 * gdb.threads/schedlock.exp: Likewise.
4970 * gdb.threads/sigthread.exp: Likewise.
4971
a8f077dc
DB
49722015-12-11 Don Breazeal <donb@codesourcery.com>
4973
4974 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4975 remote.
4976 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4977 * gdb.base/foll-exec.exp (main): Enable for target remote.
4978 * gdb.base/foll-fork.exp (main): Likewise.
4979 * gdb.base/foll-vfork.exp (main): Likewise.
4980 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4981 (proc continue_to_exit_bp_loc): Use clean_restart.
4982 * gdb.base/pie-execl.exp (main): Disable for target remote.
4983 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4984 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4985 * gdb.threads/execl.exp (main): Likewise.
4986 * gdb.threads/fork-child-threads.exp (main): Likewise.
4987 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4988 remote.
4989 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4990 remote.
4991 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4992 pid.tid style ptids, instead of just tid.
4993 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4994 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4995 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4996 ptids, instead of just tid.
4997
3b2464a8
AB
49982015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4999
5000 * gdb.base/list.exp (test_list_forward): Add end of file error
5001 test.
5002 (test_repeat_list_command): Add end of file error test.
5003 (test_list_backwards): Add beginning of file error test.
5004
a0def019
AB
50052015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5006
5007 * gdb.base/list.exp (test_list_invalid_args): New function,
5008 defined, and called.
5009
5c000dff
AB
50102015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5011
5012 * gdb.base/list.exp (test_list): Make test names unique.
5013
f1637ebe
YQ
50142015-12-11 Yao Qi <yao.qi@linaro.org>
5015
5016 * gdb.base/coremaker2.c: Remove.
5017
36d6fc0a
PA
50182015-12-10 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.multi/base.exp: Remove stale "spaces" references.
5021
762f7747
PA
50222015-12-10 Pedro Alves <palves@redhat.com>
5023
5024 * gdb.multi/base.exp: Don't use nowarnings.
5025 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5026 * gdb.multi/hangout.c: Include stdio.h.
5027 * gdb.multi/hello.c: Include stdlib.h.
5028 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5029 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5030 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5031
28d2bfb9
AB
50322015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5033
5034 * gdb.dwarf2/dw2-ranges-base.c: New file.
5035 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5036 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5037 support additional line table, and debug ranges generation.
5038 (Dwarf::ranges): New function, generate .debug_ranges.
5039 (Dwarf::lines): Support generating simple line table programs.
5040 (Dwarf::assemble): Initialise new namespace variables.
5041
5fc2beac
KB
50422015-12-09 Kevin Buettner <kevinb@redhat.com>
5043
5044 * gdb.base/async.exp (proc test_background): Add case for
5045 asynchronous execution not supported.
5046
1c35a88f
LM
50472015-12-09 Luis Machado <lgustavo@codesourcery.com>
5048
5049 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5050 format and change test names to make them unique.
5051
b593e3d9
RK
50522015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5053 Pedro Alves <pedro@redhat.com>
5054
5055 PR gdb/18702
5056 Add checking of floatformats setup on x86_64 hosts.
5057 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5058 (smallval, bigval): New labels/constants.
5059 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5060 float" after loading bigval and smallval.
5061
d72413e6
PMR
50622015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5063
5064 * gdb.ada/fun_overload_menu.exp: New testcase.
5065 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5066
ece66d65
JS
50672015-12-04 Josh Stone <jistone@redhat.com>
5068
5069 * gdb.base/catch-fork-static.exp: New.
5070
41d0efca
YQ
50712015-12-03 Yao Qi <yao.qi@linaro.org>
5072
5073 * gdb.base/sizeof.c: Don't include stdio.h and
5074 ../lib/unbuffer_output.c.
5075 (main): New variable 'size' and 'value'. Remove printf and
5076 gdb_unbuffer_output. Assign return value to size and value.
5077 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5078 at the beginning.
5079 (check_sizeof): Check the result by printing variable 'size'.
5080 (check_valueof): Check the result by printing variable 'value'.
5081
99fd02d9
YQ
50822015-12-01 Yao Qi <yao.qi@linaro.org>
5083
5084 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5085 for aarch64*-*-linux* target.
5086
f2faf941
PA
50872015-11-30 Pedro Alves <palves@redhat.com>
5088
5089 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5090
04bf20c5
PA
50912015-11-30 Pedro Alves <palves@redhat.com>
5092
5093 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5094 Handle non-stop mode vCont replies.
5095
09df4675
PA
50962015-11-30 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5099 prepare_for_testing. Start gdb with "set non-stop on" appended to
5100 GDBFLAGS. Lax expected stop output.
5101
58b584af
YQ
51022015-11-27 Yao Qi <yao.qi@linaro.org>
5103
5104 * gdb.arch/arm-neon.exp: New.
5105 * gdb.arch/arm-neon.c: New.
5106
dfcb77a8
YQ
51072015-11-27 Yao Qi <yao.qi@linaro.org>
5108
5109 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5110
88e8ec1b
YQ
51112015-11-27 Yao Qi <yao.qi@linaro.org>
5112
5113 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5114 frames-invalid annotation.
5115
bfde72c2
YQ
51162015-11-27 Yao Qi <yao.qi@linaro.org>
5117
5118 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5119
f6512a69
SM
51202015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5121
5122 * gdb.threads/names.exp: New file.
5123 * gdb.threads/names.c: New file.
5124 * README: Mention gdb,no_thread_names.
5125
46a3515b
MM
51262015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5127
5128 PR 19297
5129 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5130 support" error.
5131
62147a22
PA
51322015-11-24 Pedro Alves <palves@redhat.com>
5133
5134 PR 17539
5135 * gdb.base/display.exp: Expect displays to be sorted in ascending
5136 order. Use multi_line.
5137 * gdb.base/solib-display.exp: Likewise.
5138
2f341b6e
PA
51392015-11-24 Pedro Alves <palves@redhat.com>
5140
5141 PR 17539
25d49b86
PA
5142 * gdb.base/display.exp: Expect displays to be sorted in ascending
5143 order. Use multi_line.
5144 * gdb.base/solib-display.exp: Likewise.
2f341b6e 5145
7e0aa6aa
PA
51462015-11-24 Pedro Alves <palves@redhat.com>
5147
5148 PR 17539
5149 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5150 threads in ascending order.
5151 * gdb.base/foll-fork.exp: Likewise.
5152 * gdb.base/foll-vfork.exp: Likewise.
5153 * gdb.base/multi-forks.exp: Likewise.
5154 * gdb.mi/mi-nonstop.exp: Likewise.
5155 * gdb.mi/mi-nsintrall.exp: Likewise.
5156 * gdb.multi/base.exp: Likewise.
5157 * gdb.multi/multi-arch.exp: Likewise.
5158 * gdb.python/py-inferior.exp: Likewise.
5159 * gdb.threads/break-while-running.exp: Likewise.
5160 * gdb.threads/execl.exp: Likewise.
5161 * gdb.threads/gcore-thread.exp: Likewise.
5162 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5163 * gdb.threads/kill.exp: Likewise.
5164 * gdb.threads/linux-dp.exp: Likewise.
5165 * gdb.threads/multiple-step-overs.exp: Likewise.
5166 * gdb.threads/next-bp-other-thread.exp: Likewise.
5167 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5168 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5169 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5170 * gdb.threads/thread-find.exp: Likewise.
5171 * gdb.threads/tls.exp: Likewise.
5172 * lib/mi-support.exp (mi_reverse_list): Delete.
5173 (mi_check_thread_states): No longer reverse list.
5174
2cc57ad8
PA
51752015-11-24 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5178 use lowercase.
5179
c93e8391
SM
51802015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5181
5182 * gdb.trace/actions.c: Include trace-common.h.
5183 (main): Add a location for a fast tracepoint.
5184 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5185 the normal tracepoints.
5186 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5187
045ccf91
SM
51882015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5189
5190 * save-trace.exp: Factor out code to these...
5191 (gdb_save_tracepoints): New.
5192 (gdb_load_tracepoints): New.
5193 (do_save_load_test): New.
5194
5506f9f6
KB
51952015-11-23 Kevin Buettner <kevinb@redhat.com>
5196
5197 * gdb.base/asmlabel.exp: New test.
5198 * gdb.base/asmlabel.c: New test case.
5199
16c3b12f
JB
52002015-11-23 Joel Brobecker <brobecker@adacore.com>
5201
5202 * gdb.base/wrong_frame_bt_full-main.c: New file.
5203 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5204 * gdb.base/wrong_frame_bt_full.exp: New file.
5205
155bfbd3
JB
52062015-11-23 Joel Brobecker <brobecker@adacore.com>
5207
5208 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5209
bb097445
JM
52102015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5211
206853a0 5212 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5213 pstate register when comparing registers values in
5214 sparc64-*-linux-gnu targets to avoid spurious differences.
5215
9c88ed8f
JM
52162015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5217
206853a0 5218 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5219
96161e25
SL
52202015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5221
5222 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5223 as type argument to gdb_compile.
5224 * gdb.base/nested-subp2.exp: Likewise.
5225 * gdb.base/nested-subp3.exp: Likewise.
5226
340c2830
DV
52272015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5228
5229 * lib/dwarf.exp (_note): Fix left shift of negative value.
5230 * gdb.trace/trace-condition.exp: Likewise.
5231
c1862d0f
YQ
52322015-11-13 Yao Qi <yao.qi@linaro.org>
5233
5234 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5235 comments about d10v.
5236 (test_scalar_returns): Likewise.
5237 * gdb.base/d10v.ld: Remove.
5238 * gdb.base/overlays.exp: Remove the target triplet checking for
5239 d10v-*-*.
5240 * gdb.base/structs.exp (test_struct_returns): Remove the
5241 comments about d10v.
5242 (test_struct_calls): Likewise.
5243
77ae9c19
YQ
52442015-11-13 Yao Qi <yao.qi@linaro.org>
5245
5246 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5247 * gdb.base/gnu_vector.c: Don't include stdio.h.
5248 (main): Don't print res and call add_some_intvecs.
5249
430e004e
MK
52502015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5251
5252 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5253 macro.
5254 (func5): Removed.
5255 (func4): Use FAST_TRACEPOINT_LABEL.
5256 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5257 macro.
5258 (func): Removed.
5259 (thread_function): Use FAST_TRACEPOINT_LABEL.
5260 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5261 (func): Remove.
5262 (marker): Use FAST_TRACEPOINT_LABEL.
5263 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5264 (pendfunc1): Remove.
5265 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5266 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5267 (foo): Remove.
5268 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5269 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5270 macro.
5271 (func): Remove.
5272 (marker): Use FAST_TRACEPOINT_LABEL.
5273 * gdb.trace/trace-common.h: New header.
5274 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5275 macro.
5276 (func): Remove.
5277 (marker): Use FAST_TRACEPOINT_LABEL.
5278 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5279 (func): Remove.
5280 (thread_function): Use FAST_TRACEPOINT_LABEL.
5281
6e7675a7
MK
52822015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5283
5284 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5285 in front.
5286 * gdb.trace/change-loc.exp: Use global pcreg definition.
5287 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5288 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5289 in front.
5290 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5291 * gdb.trace/pending.exp: Likewise.
5292 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5293 * gdb.trace/trace-break.exp: Likewise.
5294 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5295 in front.
5296 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5297 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5298 in front.
5299 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5300
dddc0e16
JB
53012015-11-09 Joel Brobecker <brobecker@adacore.com>
5302
5303 * gdb.ada/fin_fun_out: New testcase.
5304
c6f0b406
KB
53052015-11-07 Kevin Buettner <kevinb@redhat.com>
5306
5307 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5308 value associated with DW_AT_byte_size.
5309 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5310 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5311 DW_AT_upper_bound.
5312
f01dcfd9
KB
53132015-11-07 Kevin Buettner <kevinb@redhat.com>
5314
5315 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5316 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5317 version.
5318 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5319 gdb.dwarf2/dw2-canonicalize-type.exp,
5320 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5321 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5322 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5323 provided by gdb_target_symbol_prefix_flags_asm.
5324 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5325 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5326 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5327 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5328 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5329 macros where needed). Use this macro for symbols which require
5330 the prefix provided by SYMBOL_PREFIX.
5331
2223449a
KB
53322015-11-05 Kevin Buettner <kevinb@redhat.com>
5333
5334 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5335 New procs.
5336 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5337 representing expressions, of more than one list element.
5338 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5339 to prepend linker symbol prefix to f.
5340 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5341 table_1 and table_2.
5342 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5343 Likewise, for f and g.
5344 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5345 for ptr.
5346 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5347 for main.
5348 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5349 table_1_ptr and table_2_ptr.
5350
6f2f1a3a
JK
53512015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5352 Joel Brobecker <brobecker@adacore.com>
5353
5354 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5355
566c56c9
MK
53562015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5357
5358 * gdb.reverse/s390-mvcle.c: New test.
5359 * gdb.reverse/s390-mvcle.exp: New file.
5360 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5361
d5f0636b
MK
53622015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5363
5364 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5365
7ad8b86c
MK
53662015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5367
5368 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5369 reaching marker2.
5370 * gdb.reverse/getresuid-reverse.exp: Likewise.
5371 * gdb.reverse/pipe-reverse.exp: Likewise.
5372 * gdb.reverse/readv-reverse.exp: Likewise.
5373 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5374 * gdb.reverse/time-reverse.exp: Likewise.
5375 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5376
4081c0f1
YQ
53772015-10-30 Yao Qi <yao.qi@linaro.org>
5378
5379 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5380 (empty_cycle): Remove.
5381 (main): Don't call empty_cycle. Don't use watch_count_done.
5382 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5383 empty_cycle. Rewrite the code counting HW watchpoints.
5384
452b4ba5
MK
53852015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5386
5387 * gdb.reverse/fstatat-reverse.c: New test.
5388 * gdb.reverse/fstatat-reverse.exp: New file.
5389 * gdb.reverse/getresuid-reverse.c: New test.
5390 * gdb.reverse/getresuid-reverse.exp: New file.
5391 * gdb.reverse/pipe-reverse.c: New test.
5392 * gdb.reverse/pipe-reverse.exp: New file.
5393 * gdb.reverse/readv-reverse.c: New test.
5394 * gdb.reverse/readv-reverse.exp: New file.
5395 * gdb.reverse/recvmsg-reverse.c: New test.
5396 * gdb.reverse/recvmsg-reverse.exp: New file.
5397 * gdb.reverse/time-reverse.c: New test.
5398 * gdb.reverse/time-reverse.exp: New file.
5399 * gdb.reverse/waitpid-reverse.c: New test.
5400 * gdb.reverse/waitpid-reverse.exp: New file.
5401
5e2e7507
JK
54022015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5403
5404 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5405
0fde2c53
DE
54062015-10-26 Doug Evans <dje@google.com>
5407
5408 PR symtab/17391
5409 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5410 * gdb.dwarf2/bad-regnum.c: New file.
5411 * gdb.dwarf2/bad-regnum.exp: New file.
5412
1a70ae97
DE
54132015-10-26 Doug Evans <dje@google.com>
5414
5415 PR python/18938
5416 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5417 file.
5418
27dc26ab
JK
54192015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5420
5421 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5422 for a change by "Mention language in compile error message".
5423
bed91f4d
SM
54242015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5425
5426 PR python/18073
5427 * gdb.python/py-type.c (C::a_method): New.
5428 (C::a_const_method): New.
5429 (C::a_static_method): New.
5430 (a_function): New.
5431 * gdb.python/py-type.exp (test_fields): Test getting fields
5432 from function and method.
5433
3f2f83dd
KB
54342015-10-21 Keven Boell <keven.boell@intel.com>
5435
5436 * gdb.fortran/vla-alloc-assoc.exp: New file.
5437 * gdb.fortran/vla-datatypes.exp: New file.
5438 * gdb.fortran/vla-datatypes.f90: New file.
5439 * gdb.fortran/vla-history.exp: New file.
5440 * gdb.fortran/vla-ptype-sub.exp: New file.
5441 * gdb.fortran/vla-ptype.exp: New file.
5442 * gdb.fortran/vla-sizeof.exp: New file.
5443 * gdb.fortran/vla-sub.f90: New file.
5444 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5445 * gdb.fortran/vla-value-sub-finish.exp: New file.
5446 * gdb.fortran/vla-value-sub.exp: New file.
5447 * gdb.fortran/vla-value.exp: New file.
5448 * gdb.fortran/vla-ptr-info.exp: New file.
5449 * gdb.mi/mi-vla-fortran.exp: New file.
5450 * gdb.mi/vla.f90: New file.
5451
27145d50
SL
54522015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5453
5454 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5455 of hardwired timeout value.
5456
5f3ff4f8
JK
54572015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5458 Pedro Alves <palves@redhat.com>
5459
5460 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5461 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5462
bfd09d20
JS
54632015-10-19 Josh Stone <jistone@redhat.com>
5464
5465 * gdb.base/catch-syscall.c: Include <sched.h>.
5466 (unknown_syscall): New variable.
5467 (main): Trigger a vfork and an unknown syscall.
5468 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5469 (unknown_syscall_number): Likewise.
5470 (check_call_to_syscall): Accept an optional syscall pattern.
5471 (check_return_from_syscall): Likewise.
5472 (check_continue): Likewise.
5473 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5474 (test_catch_syscall_skipping_return): New test toggling off 'catch
5475 syscall' to step over the syscall return, then toggling back on.
5476 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5477 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5478 (do_syscall_tests): Call test_catch_syscall_without_args and
5479 test_catch_syscall_mid_vfork.
5480 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5481 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5482
b32b93c6
AS
54832015-10-19 Andrew Stubbs <ams@codesourcery.com>
5484
5485 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5486 print g_vE): Add new pass patterns.
5487 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5488 print various symbol names for vptr fields.
5489
9d622bda
AB
54902015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5491
5492 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5493 results.
5494
0fd8ac1c
YQ
54952015-10-12 Yao Qi <yao.qi@linaro.org>
5496
5497 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5498
34240514
YQ
54992015-10-12 Yao Qi <yao.qi@linaro.org>
5500
5501 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5502 is aarch64*-*-linux*.
5503
8240f442
YQ
55042015-10-12 Yao Qi <yao.qi@linaro.org>
5505
5506 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5507 (can_relocate_bcond_true): ... it.
5508 (can_relocate_bcond_false): New function.
5509 (foo): Likewise.
5510 (can_relocate_bl): Likewise.
5511 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5512 can_relocate_bl.
5513
2520f728
PMR
55142015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5515
5516 * gdb.base/nested-addr.c: New file.
5517 * gdb.base/nested-addr.exp: New testcase.
5518
abcef95a
MM
55192015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5520
5521 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5522 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5523 its output. Ignore the output of "record goto begin" and instead
5524 check that GDB is replaying.
5525
145e3ddb
PA
55262015-10-09 Pedro Alves <palves@redhat.com>
5527
5528 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5529 (top level): Use it in the run with no args test.
5530
d5d8c4e1
IB
55312015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5532
5533 * gdb.dlang/properties.exp: New file.
5534
06e635ef
SL
55352015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5536
5537 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5538 whether or not address 0x1000 is mapped on the target.
5539
e019fd1d
SM
55402015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5541
5542 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5543 build.
5544
77ba2a67
MM
55452015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5546
5547 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5548 instruction-history test.
5549
c60eb31f
DE
55502015-09-28 Doug Evans <dje@google.com>
5551
5552 * gdb.base/gcore.c (array_func): Add reference to static_array.
5553
9a3c8263
SM
55542015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5555
5556 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5557 source line.
5558
9720e656
SL
55592015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5560
5561 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5562 short or char as base type.
5563
938d3bf2
SL
55642015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5565
5566 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5567 to allow any size enum.
5568
e6c2c623
PMR
55692015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5570
5571 * gdb.ada/array_ptr_renaming.exp: New testcase.
5572 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5573 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5574
06da0f77
PL
55752015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5576
5577 * gdb.trace/ftrace-lock.c: New file.
5578 * gdb.trace/ftrace-lock.exp: New file.
5579
4f51c22a
PL
55802015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5581
5582 * gdb.arch/insn-reloc.c: New file.
5583 * gdb.arch/ftrace-insn-reloc.exp: New file.
5584
7041adf4
PL
55852015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5586
5587 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5588 instruction.
5589 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5590 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5591 * gdb.trace/range-stepping.c: Likewise.
5592 * gdb.trace/trace-break.c: Likewise.
5593 * gdb.trace/trace-mt.c (thread_function): Likewise.
5594 * gdb.trace/ftrace.c (marker): Likewise.
5595 * gdb.trace/trace-condition.c (marker): Likewise.
5596 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5597 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5598 is_aarch64_target.
5599
015d2e7e
DE
56002015-09-18 Doug Evans <xdje42@gmail.com>
5601
5602 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5603 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5604
26b188a2
SL
56052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5606
5607 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5608 the breakpoint.
5609
79dc332b
SL
56102015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5611
5612 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5613 the pending breakpoint. Remove timeout override for "Run till
5614 MI pending breakpoint on pendfunc3 on thread 2" test.
5615
f57929f2
SL
56162015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5617
5618 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5619 filename pattern.
5620
3f469b17
SL
56212015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5622
5623 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5624 in breakpoint filename pattern.
5625
515b89b3
SL
56262015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5627
7800dbe4
SL
5628 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5629
56302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5631
515b89b3
SL
5632 * gdb.linespec/explicit.exp: Check for readline support for
5633 tab-completion tests. Fix obvious typo.
5634
d2939ba2
MM
56352015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5636
5637 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5638 and replay.
5639
cbb55fa7
MM
56402015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5641
5642 * gdb.btrace/non-stop.c: New.
5643 * gdb.btrace/non-stop.exp: New.
5644
43691ca1
PL
56452015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5646 Yao Qi <yao.qi@linaro.org>
5647
5648 * gdb.trace/trace-condition.c: New file.
5649 * gdb.trace/trace-condition.exp: New file.
5650
d78908cf
WW
56512015-09-16 Wei-cheng Wang <cole945@gmail.com>
5652
5653 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5654 for testing bytecode compilation.
5655
1ed415e2
PA
56562015-09-16 Pedro Alves <palves@redhat.com>
5657 Sandra Loosemore <sandra@codesourcery.com>
5658
5659 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5660 (SECONDS): Redefine.
5661 (main): Call pthread_kill and alarm early.
5662 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5663 support.
5664 (test): If the target can't hardware step and doesn't support
5665 displaced stepping, increase the timeout.
5666
d136eff5
PA
56672015-09-16 Pedro Alves <palves@redhat.com>
5668
5669 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5670 (enable_debug): New procedures.
5671 (test): Use them. Bail out if waiting for threads fails.
5672 (top level): Bail out if a test fails.
5673
991f019c
YQ
56742015-09-16 Yao Qi <yao.qi@linaro.org>
5675
5676 * gdb.asm/asm-source.exp: Set asm-arch for
5677 aarch64*-*-* target.
5678 * gdb.asm/aarch64.inc: New file.
5679
bfca584f
PMR
56802015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5681
5682 * gdb.ada/array_of_variable_length.exp: New testcase.
5683 * gdb.ada/array_of_variable_length/foo.adb: New file.
5684 * gdb.ada/array_of_variable_length/pck.adb: New file.
5685 * gdb.ada/array_of_variable_length/pck.ads: New file.
5686
b326e587
DE
56872015-09-15 Doug Evans <dje@google.com>
5688
5689 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5690 of function static local variable.
5691
5382cfab
PW
56922015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5693
5694 * gdb.threads/tls-so_extern.exp: New test file.
5695 * gdb.threads/tls-so_extern.c: New test file.
5696 * gdb.threads/tls-so_extern_main.c: New test file.
5697
141c5cc4
JK
56982015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5699
5700 * gdb.opt/solib-intra-step-lib.c: New file.
5701 * gdb.opt/solib-intra-step-main.c: New file.
5702 * gdb.opt/solib-intra-step.exp: New file.
5703
d15dcecd
PA
57042015-09-15 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5707 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5708
4c2f2a79
PA
57092015-09-14 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.base/hook-stop-continue.c: Delete.
5712 * gdb.base/hook-stop-continue.exp: Delete.
5713 * gdb.base/hook-stop-frame.c: Delete.
5714 * gdb.base/hook-stop-frame.exp: Delete.
5715 * gdb.base/hook-stop.c: New file.
5716 * gdb.base/hook-stop.exp: New file.
5717
919e6dbe
PMR
57182015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5719
5720 * gdb.ada/access_to_packed_array.exp: New testcase.
5721 * gdb.ada/access_to_packed_array/foo.adb: New file.
5722 * gdb.ada/access_to_packed_array/pack.adb: New file.
5723 * gdb.ada/access_to_packed_array/pack.ads: New file.
5724
157280a4
MM
57252015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5726
5727 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5728 buffer size test.
5729
2fd33e94
DB
57302015-09-11 Don Breazeal <donb@codesourcery.com>
5731
5732 * gdb.base/foll-exec.c: Add copyright header. Fix
5733 formatting issues.
5734 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5735 (do_exec_tests): Use clean_restart in place of zap_session,
5736 and for test initialization. Fix formatting issues. Use
5737 fail in place of perror.
5738 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5739 an expect statement to match an expression with output from
5740 the program under debug.
5741 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5742 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5743 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5744 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5745 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5746
e70b6e8e
DE
57472015-09-09 Doug Evans <dje@google.com>
5748
5749 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5750
7a551a51
DE
57512015-09-09 Doug Evans <dje@google.com>
5752
5753 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5754
4c666f84
DE
57552015-09-09 Doug Evans <dje@google.com>
5756
5757 * gdb.base/savedregs.exp: Fix typo.
5758
243a9253
PA
57592015-09-09 Pedro Alves <palves@redhat.com>
5760
5761 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5762
c0fa8fbd
SL
57632015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5764
5765 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5766 command actually switches threads. Give up on remaining
5767 tests if target fails to stop at breakpoint.
5768
cd7c1778
PMR
57692015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5770
5771 * gdb.ada/funcall_char.exp: New testcase.
5772 * gdb.ada/funcall_char/foo.adb: New file.
5773
dc5c8746
PMR
57742015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5775
5776 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5777 expected outputs. Add two testcases for completing ambiguous
5778 functions.
5779 * gdb.ada/complete/aux_pck.adb: New file.
5780 * gdb.ada/complete/aux_pck.ads: New file.
5781 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5782 Ambiguous_Func functions.
5783 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5784 * gdb.ada/complete/pck.adb: Likewise.
5785
4e83a1e7
UW
57862015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5787
5788 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5789 failures to run the test program under GDB.
5790
8ce74153
LM
57912015-08-26 Luis Machado <lgustavo@codesourcery.com>
5792
5793 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5794 to C.
5795
e9756d52
PP
57962015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5797
5798 * gdb.base/run-after-attach.exp: New test file.
5799 * gdb.base/run-after-attach.c: New test file.
5800
8d37573b
DB
58012015-08-26 Don Breazeal <donb@codesourcery.com>
5802
5803 * gdb.base/foll-exec-2.c: New test program.
5804 * gdb.base/foll-exec-2.exp: New test.
5805
63e43d3a
PMR
58062015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5807
5808 * gdb.base/nested-subp1.exp: New file.
5809 * gdb.base/nested-subp1.c: New file.
5810 * gdb.base/nested-subp2.exp: New file.
5811 * gdb.base/nested-subp2.c: New file.
5812 * gdb.base/nested-subp3.exp: New file.
5813 * gdb.base/nested-subp3.c: New file.
5814
3d40fbb5
PA
58152015-08-24 Pedro Alves <palves@redhat.com>
5816
5817 * gdb.server/connect-without-multi-process.c: New file.
5818 * gdb.server/connect-without-multi-process.exp: New file.
5819
4422ac93
LM
58202015-08-24 Luis Machado <lgustavo@codesourcery.com>
5821
5822 * gdb.opt/inline-markers.c: Make z int.
5823
91dddb86
LM
58242015-08-24 Luis Machado <lgustavo@codesourcery.com>
5825
5826 * gdb.opt/inline-markers.c: Make z volatile.
5827
a48847ee
LM
58282015-08-24 Luis Machado <lgustavo@codesourcery.com>
5829
5830 * gdb.opt/inline-bt.c: New volatile global z.
5831 * gdb.opt/inline-cmds.c: Likewise.
5832 * gdb.opt/inline-locals.c: Likewise.
5833 * gdb.opt/inline-markers.c: New extern global z.
5834 (marker): Use z.
5835 (inline_fn): Likewise.
5836
0ebbc52b
PA
58372015-08-24 Pedro Alves <palves@redhat.com>
5838
5839 * config/m32r-stub.exp: Remove file.
5840 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5841 * gdb.base/call-rt-st.exp: Likewise.
5842 * gdb.base/call-strs.exp: Likewise.
5843 * gdb.base/default.exp: Remove references to h8300-*-hms and
5844 *-*-udi*.
5845 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5846
77c365df
AA
58472015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5848
5849 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5850 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5851 and "return" use KFAIL when GDB can not read/write the vector
5852 return value.
5853
4313b8c0
GB
58542015-08-21 Gary Benson <gbenson@redhat.com>
5855
5856 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5857
0e433b32
PA
58582015-08-20 Pedro Alves <palves@redhat.com>
5859
5860 * gdb.server/solib-list.exp: No longer expect an interior stop in
5861 non-stop mode.
5862
221e1a37
PA
58632015-08-20 Pedro Alves <palves@redhat.com>
5864
5865 * gdb.server/connect-stopped-target.c: New file.
5866 * gdb.server/connect-stopped-target.exp: New file.
5867
40e3ad0e
PA
58682015-08-20 Pedro Alves <palves@redhat.com>
5869
5870 * gdb.dwarf2/comp-unit-lang.exp: New file.
5871 * gdb.dwarf2/comp-unit-lang.c: New file.
5872
af39b327
PMR
58732015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5874
5875 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5876 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5877
7d45c7c3 58782015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5879
7d45c7c3
KB
5880 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5881 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5882
4d6cceb4
DE
58832015-08-18 Doug Evans <dje@google.com>
5884 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5885
5886 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5887 skip_python_tests. New arg prompt_regexp.
5888 (skip_python_tests): New function.
5889 * lib/mi-support.exp (mi_skip_python_tests): New function.
5890 * gdb.python/py-mi-objfile-gdb.py: New file.
5891 * gdb.python/py-mi-objfile.c: New file.
5892 * gdb.python/py-mi-objfile.exp: New file.
5893
ad89c2aa
KS
58942015-08-17 Keith Seitz <keiths@redhat.com>
5895
5896 * gdb.linespec/explicit.exp: Move strace test from here ...
5897 * gdb.trace/strace.exp: ... to here.
5898
e3ae3c43
PP
58992015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5900
5901 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5902 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5903
604b2636
DE
59042015-08-14 Doug Evans <xdje42@gmail.com>
5905
5906 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5907 inferior before selecting a new file.
5908
6ff0ba5f
DE
59092015-08-14 Doug Evans <xdje42@gmail.com>
5910
5911 * gdb.mi/mi-disassemble.exp: Update.
5912 * gdb.base/disasm-optim.S: New file.
5913 * gdb.base/disasm-optim.c: New file.
5914 * gdb.base/disasm-optim.h: New file.
5915 * gdb.base/disasm-optim.exp: New file.
5916
9ca98f92
KS
59172015-08-14 Keith Seitz <keiths@redhat.com>
5918
5919 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5920 "evaluated-by".
5921
52bbc560
JB
59222015-08-13 Joel Brobecker <brobecker@adacore.com>
5923
5924 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5925
5d8c3ed3
PMR
59262015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5927
5928 * gdb.ada/fun_renaming.exp: New testcase.
5929 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5930 * gdb.ada/fun_renaming/pack.adb: New file.
5931 * gdb.ada/fun_renaming/pack.ads: New file.
5932
ea8812bc
KS
59332015-08-12 Keith Seitz <keiths@redhat.com>
5934
5935 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5936 gdb_get_line_number.
5937
4dafcdeb
JB
59382015-08-12 Joel Brobecker <brobecker@adacore.com>
5939
5940 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5941 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5942 gdb.base/dso2dso.exp: New files.
5943
5ba32597
SDJ
59442015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5945 Pedro Alves <palves@redhat.com>
5946 Keith Seitz <keiths@redhat.com>
5947
5948 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5949 GDBFLAGS.
5950
b6dafabf
PP
59512015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5952
5953 * gdb.base/gdbhistsize-history.exp
5954 (test_histsize_history_setting): Use save_vars.
5955 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5956 Use save_vars.
5957 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5958 * gdb.base/readline.exp: Use save_vars.
5959
abe8e607
PP
59602015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5961
5962 * lib/gdb.exp (save_vars): New proc.
5963
629500fa
KS
59642015-08-11 Keith Seitz <keiths@redhat.com>
5965
5966 * gdb.base/help.exp: Update help_breakpoint_text.
5967
eb8c4e2e
KS
59682015-08-11 Keith Seitz <keiths@redhat.com>
5969
5970 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5971 (at toplevel): Call test_explicit_breakpoints.
5972 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5973 breakpoints.
5974 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5975 breakpoint conditions, "-cond".
5976
87f0e720
KS
59772015-08-11 Keith Seitz <keiths@redhat.com>
5978
5979 * gdb.linespec/3explicit.c: New file.
5980 * gdb.linespec/cpexplicit.cc: New file.
5981 * gdb.linespec/cpexplicit.exp: New file.
5982 * gdb.linespec/explicit.c: New file.
5983 * gdb.linespec/explicit.exp: New file.
5984 * gdb.linespec/explicit2.c: New file.
5985 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5986 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5987 before using in the matching pattern.
5988 Clarify that `prefix' is a regular expression.
5989
f00aae0f
KS
59902015-08-11 Keith Seitz <keiths@redhat.com>
5991
5992 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5993 test.
5994 Add tests for missing ",FMT" and ",".
5995
e27852be
DE
59962015-08-10 Doug Evans <dje@google.com>
5997 Keith Seitz <keiths@redhat.com>
5998
5999 PR gdb/17960
6000 * gdb.base/completion.exp: Add location completer tests.
6001
7f03bd92
PA
60022015-08-07 Pedro Alves <palves@redhat.com>
6003
6004 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6005 tests here.
6006 (top level): Run do_test with and without displaced stepping.
6007
3fc8eb30
PA
60082015-08-07 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.base/valgrind-disp-step.c: New file.
6011 * gdb.base/valgrind-disp-step.exp: New file.
6012
d4569d7b
PA
60132015-08-07 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6016 Delete function.
6017 (main): Add alarm. Run an infinite loop instead of calling
6018 wait_threads.
6019 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6020 comment.
6021 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6022 Delete function.
6023 (main): Add alarm. Run an infinite loop instead of calling
6024 wait_threads.
6025 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6026 comment.
6027
e1316e60
PA
60282015-08-07 Pedro Alves <palves@redhat.com>
6029
6030 * gdb.base/checkpoint-ns.exp: New file.
6031 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6032 standard_testfile.
6033
da8c46d2
MM
60342015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6035
6036 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6037 * gdb.btrace/instruction_history.exp: Update.
6038 * gdb.btrace/tsx.exp: New.
6039 * gdb.btrace/tsx.c: New.
6040
de1c2c52
PA
60412015-08-06 Pedro Alves <palves@redhat.com>
6042
6043 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6044 increase timeout.
6045 * gdb.reverse/until-precsave.exp: Bump timeouts.
6046
782e0bf4
PA
60472015-08-06 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6050
83e97ed0
PA
60512015-08-06 Pedro Alves <palves@redhat.com>
6052
6053 PR gdb/18749
6054 * gdb.threads/process-dies-while-handling-bp.c: New file.
6055 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6056
863d01bd
PA
60572015-08-06 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6060 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6061
0a39bb32
PA
60622015-08-05 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6065 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6066
ee2d2b10
SL
60672015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6068
6069 * gdb.base/bp-permanent.exp: Report test as unsupported if
6070 the target cannot stop at the permanent breakpoint.
6071
4e1bdb00
DE
60722015-08-03 Doug Evans <dje@google.com>
6073
6074 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6075 10000.
6076
3d338901
DE
60772015-08-03 Doug Evans <dje@google.com>
6078
6079 * Makefile.in (workers/%.worker, build-perf): New rule.
6080 (GDB_PERFTEST_MODE): New variable.
6081 (check-perf): Use it.
6082 (clean): Clean up gdb.perf parallel build subdirs.
6083 * lib/build-piece.exp: New file.
6084 * lib/gdb.exp (make_gdb_parallel_path): New function
6085 (standard_output_file, standard_temp_file): Call it.
6086 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6087 of $GDB_PARALLEL.
6088 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6089
af061d3e
DE
60902015-08-03 Doug Evans <dje@google.com>
6091
8e1afc81 6092 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
6093 (LOG_FILE_NAME): New global.
6094 (TextReporter.__init__): Initialize self.txt_sum.
6095 (TextReporter.report): Add support for multiple data-points.
6096 Move report to perftest.sum, put raw data in perftest.log.
6097 (TextReporter.start): Open sum and log files.
6098 (TextReporter.end): Close sum and log files.
8e1afc81
DE
6099 * gdb.perf/lib/perftest/testresult.py
6100 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 6101
2c8c5d37
PA
61022015-07-31 Pedro Alves <palves@redhat.com>
6103
6104 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6105 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6106 kill_wait_spawned_process instead of explicit "kill -9".
6107 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6108 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6109 kill_wait_spawned_process.
6110 * gdb.base/attach-twice.exp: Likewise.
6111 * gdb.base/attach.exp: Likewise.
6112 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6113 gdb_test_multiple.
6114 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6115 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6116 kill_wait_spawned_process.
6117 * gdb.base/valgrind-infcall.exp: Likewise.
6118 * gdb.multi/multi-attach.exp: Likewise.
6119 * gdb.python/py-prompt.exp: Likewise.
6120 * gdb.python/py-sync-interp.exp: Likewise.
6121 * gdb.server/ext-attach.exp: Likewise.
6122 * gdb.threads/attach-into-signal.exp (corefunc): Use
6123 spawn_wait_for_attach, spawn_id_get_pid and
6124 kill_wait_spawned_process.
6125 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6126 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6127 spawn_id_get_pid and kill_wait_spawned_process.
6128 * gdb.threads/attach-stopped.exp (corefunc): Use
6129 spawn_wait_for_attach, spawn_id_get_pid and
6130 kill_wait_spawned_process.
6131 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6132 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6133 kill_wait_spawned_process instead of explicit "kill -9".
6134 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6135 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6136 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6137 processes. Don't map cygwin/windows pids here. Now returns a
6138 spawn id list.
6139
032a0fca
SL
61402015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6141
6142 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6143 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6144 correct patch.
6145
61a934ca
SL
61462015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6147
6148 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6149
4bc4d428
SL
61502015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6151
6152 Reapply:
6153 2014-05-21 Mark Wielaard <mjw@redhat.com>
6154
6155 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6156
998d452a
PA
61572015-07-30 Pedro Alves <palves@redhat.com>
6158
6159 * linux-low.c (handle_extended_wait): Set the child's last
6160 reported status to TARGET_WAITKIND_STOPPED.
6161
69dde7dc
PA
61622015-07-30 Pedro Alves <palves@redhat.com>
6163
6164 PR threads/18600
6165 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6166 only shows inferior 1.
6167
4dd63d48
PA
61682015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6169 Pedro Alves <palves@redhat.com>
6170
6171 PR threads/18600
6172 * gdb.threads/fork-plus-threads.c: New file.
6173 * gdb.threads/fork-plus-threads.exp: New file.
6174
d618e4c5
PP
61752015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6176
6177 * gdb.base/batch-preserve-term-settings.exp
6178 (test_terminal_settings_preserved_after_cli_exit): Use
6179 send_quit_command.
6180
1eef6428
PA
61812015-07-29 Pedro Alves <palves@redhat.com>
6182 Don Breazeal <donb@codesourcery.com>
6183
6184 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6185 output from both inferior_spawn_id and gdb_spawn_id.
6186
7da5b897
SDJ
61872015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6188
6189 * gdb.threads/attach-into-signal.exp (corefunc): Use
6190 with_test_prefix on nested loops, uniquefying the test messages.
6191
dac804df
SDJ
61922015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6193
6194 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6195 commit.
6196
06265e53
PP
61972015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6198
6199 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6200 New proc.
6201 (test_terminal_settings_preserved_after_sigterm): New test.
6202
18206ca3
PP
62032015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6204
6205 * gdb.base/batch-preserve-term-settings.exp
6206 (test_terminal_settings_preserved_after_cli_exit): New test.
6207
90074d11
PP
62082015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6209
6210 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6211 manipulation of saved_gdbflags.
6212 (test_terminal_settings_preserved): Remove global declaration of
6213 the unused variable pagination_prompt. Remove manipulation of
6214 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6215 GDBFLAGS.
6216
eb1a7902
PA
62172015-07-29 Pedro Alves <palves@redhat.com>
6218
6219 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6220
8b75dd3b
PA
62212015-07-29 Pedro Alves <palves@redhat.com>
6222
6223 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6224 at the top.
6225
dedad4e3
PA
62262015-07-29 Pedro Alves <palves@redhat.com>
6227
6228 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6229 (main): Call gdb_unbuffer_output.
6230 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6231 (main): Call gdb_unbuffer_output.
6232 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6233 (main): Call gdb_unbuffer_output.
6234 * gdb.base/call-strs.exp: Adjust to step over the
6235 gdb_unbuffer_output call.
6236 * gdb.base/catch-gdb-caused-signals.c: Include
6237 "../lib/unbuffer_output.c".
6238 (main): Call gdb_unbuffer_output.
6239 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6240 (main): Call gdb_unbuffer_output.
6241 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6242 (main): Call gdb_unbuffer_output.
6243 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6244 (main): Call gdb_unbuffer_output.
6245 * gdb.base/shlib-call.exp: Adjust to step over the
6246 gdb_unbuffer_output call.
6247 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6248 (main): Call gdb_unbuffer_output.
6249 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6250 (main): Call gdb_unbuffer_output.
6251 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6252 (main): Rename to ...
6253 (test): ... this.
6254 (main): Reimplement.
6255 * gdb.base/varargs.exp: Run to test instead of to main.
6256 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6257 (main): Call gdb_unbuffer_output.
6258
58789a91
PA
62592015-07-29 Pedro Alves <palves@redhat.com>
6260
6261 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6262 factore out from mi_continue_dprintf. For call-style dprintfs,
6263 expect dprintf output out of $inferior_spawn_id.
6264 (mi_continue_dprintf): Use mi_expect_dprintf.
6265 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6266 (main): Call gdb_unbuffer_output.
6267
e8376742
PA
62682015-07-29 Pedro Alves <palves@redhat.com>
6269
6270 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6271 (default_mi_gdb_start): Set inferior_spawn_id instead of
6272 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6273 gdb_spawn_id.
6274 (mi_gdb_test): Always expect inferior output from both
6275 $inferior_spawn_id and $gdb_spawn_id.
6276
08280010
PA
62772015-07-29 Pedro Alves <palves@redhat.com>
6278
6279 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6280 send_inferior and $inferior_spawn_id.
6281
4d30e432
PA
62822015-07-29 Pedro Alves <palves@redhat.com>
6283
6284 * gdb.gdb/complaints.exp (test_initial_complaints)
6285 (test_serial_complaints, test_short_complaints): Use
6286 gdb_test_stdio.
6287 (test_empty_complaint): Handle $inferior_spawn_id !=
6288 $gdb_spawn_id.
6289
0d30a335
PA
62902015-07-29 Pedro Alves <palves@redhat.com>
6291
6292 * gdb.base/varargs.exp: Use gdb_test_stdio.
6293
39413b29
PA
62942015-07-29 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6297
7cb000a9
PA
62982015-07-29 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6301
d7b8ac82
PA
63022015-07-29 Pedro Alves <palves@redhat.com>
6303
6304 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6305 parameter into two new parameters, "inf_result" and "gdb_result".
6306 Expect inferior output and gdb output from $inferior_spawn_id and
6307 $gdb_spawn_id, respectively. Adjust all callers.
6308
789c3a0c
PA
63092015-07-29 Pedro Alves <palves@redhat.com>
6310
6311 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6312 of gdb_test_sequence.
6313
77e760c3
PA
63142015-07-29 Pedro Alves <palves@redhat.com>
6315
6316 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6317 (saw_spurious_output): Expect inferior output from
6318 $inferior_spawn_id. Use gdb_test_stdio.
6319
8396d2cd
PA
63202015-07-29 Pedro Alves <palves@redhat.com>
6321
6322 * gdb.base/dprintf.exp: Use standard_testfile. Change
6323 prepare_for_testing call.
6324 (srcfile): Don't set.
6325 (restart): New procedure.
6326 (test_dprintf): New procecure, use to continue over dprintfs.
6327 (test_call, test_agent): New procedures, tests moved here.
6328 Restart gdb and recreate dprintfs. Adjust expected output.
6329
2051d61f
PA
63302015-07-29 Pedro Alves <palves@redhat.com>
6331
6332 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6333
452397af
PA
63342015-07-29 Pedro Alves <palves@redhat.com>
6335
6336 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6337
8aed9555
PA
63382015-07-29 Pedro Alves <palves@redhat.com>
6339
6340 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6341 gdb_test_stdio.
6342
188a61b4
PA
63432015-07-29 Pedro Alves <palves@redhat.com>
6344
6345 * lib/gdb.exp (gdb_test_stdio): New procedure.
6346
12264a45
PA
63472015-07-29 Pedro Alves <palves@redhat.com>
6348
6349 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6350
23ffc893
PA
63512015-07-29 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/call-signal-resume.exp: Remove check for
6354 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6355 * gdb.base/unwindonsignal.exp: Likewise.
6356 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6357 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6358
65566918
PA
63592015-07-29 Pedro Alves <palves@redhat.com>
6360
6361 * gdb.base/siginfo-addr.c (pass): New function.
6362 (handler): Call it iff si_addr is correct.
6363 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6364 Set a breakpoint at "pass" and continue to it.
6365
d60a9221
SDJ
63662015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6367
6368 * gdb.python/py-objfile.exp: Make some tests have unique names.
6369 * gdb.python/py-pp-registration.exp: Likewise.
6370
bde40b8f
PA
63712015-07-28 Pedro Alves <palves@redhat.com>
6372
6373 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6374
13e1dec8
SM
63752015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6376
6377 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6378
da33c9a7
SM
63792015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6380
6381 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6382
077836f7
PP
63832015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6384
6385 * gdb.base/gdb-sigterm-2.exp: New test.
6386
b8cc7b2e
DE
63872015-07-25 Doug Evans <xdje42@gmail.com>
6388
6389 Revert:
6390 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6391 (workers/%.worker, build-perf): New rule.
6392 (GDB_PERFTEST_MODE): New variable.
6393 (check-perf): Use it.
6394 (clean): Clean up gdb.perf parallel build subdirs.
6395 * lib/build-piece.exp: New file.
6396 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6397 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6398 name.
6399 (standard_temp_file): Ditto.
6400 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6401 of $GDB_PARALLEL.
6402
c8bd4544
DE
64032015-07-24 Doug Evans <dje@google.com>
6404
6405 * gdb.perf/lib/perftest/utils.py: New file.
6406 * gdb.perf/gm-hello.cc: New file.
6407 * gdb.perf/gm-pervasive-typedef.cc: New file.
6408 * gdb.perf/gm-pervasive-typedef.h: New file.
6409 * gdb.perf/gm-std.cc: New file.
6410 * gdb.perf/gm-std.h: New file.
6411 * gdb.perf/gm-use-cerr.cc: New file.
6412 * gdb.perf/gm-utils.h: New file.
6413 * gdb.perf/gmonster-null-lookup.py: New file.
6414 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6415 * gdb.perf/gmonster-print-cerr.py: New file.
6416 * gdb.perf/gmonster-ptype-string.py: New file.
6417 * gdb.perf/gmonster-runto-main.py: New file.
6418 * gdb.perf/gmonster-select-file.py: New file.
6419 * gdb.perf/gmonster1-null-lookup.exp: New file.
6420 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6421 * gdb.perf/gmonster1-print-cerr.exp: New file.
6422 * gdb.perf/gmonster1-ptype-string.exp: New file.
6423 * gdb.perf/gmonster1-runto-main.exp: New file.
6424 * gdb.perf/gmonster1-select-file.exp: New file.
6425 * gdb.perf/gmonster1.cc: New file.
6426 * gdb.perf/gmonster1.exp: New file.
6427 * gdb.perf/gmonster2-null-lookup.exp: New file.
6428 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6429 * gdb.perf/gmonster2-print-cerr.exp: New file.
6430 * gdb.perf/gmonster2-ptype-string.exp: New file.
6431 * gdb.perf/gmonster2-runto-main.exp: New file.
6432 * gdb.perf/gmonster2-select-file.exp: New file.
6433 * gdb.perf/gmonster2.cc: New file.
6434 * gdb.perf/gmonster2.exp: New file.
6435
6eab34f3
DE
64362015-07-24 Doug Evans <dje@google.com>
6437
6438 * gdb.perf/README: New file.
6439 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6440 * lib/gen-perf-test.exp: New file.
6441
63738bfd
DE
64422015-07-24 Doug Evans <dje@google.com>
6443
6444 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6445 (PerfTest::startup): New function.
6446 (PerfTest::run): Return result of calling body.
6447 (PerfTest::assemble): Rewrite.
6448 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6449 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6450 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6451 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6452 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6453
7b606f95
DE
64542015-07-24 Doug Evans <dje@google.com>
6455
6456 * lib/gdb.exp (clean_restart): Make executable optional.
6457
a97b16b8
DE
64582015-07-24 Doug Evans <dje@google.com>
6459
6460 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6461 compiler_info references.
6462 * gdb.cp/temargs.exp: Ditto.
6463 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6464 (get_compiler_info): Early exit if already computed. Set compiler_info
6465 to "unknown" if there was a problem.
6466 (test_compiler_info): Add function comment. Call get_compiler_info.
6467
35baa57f
DE
64682015-07-24 Doug Evans <dje@google.com>
6469
6470 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6471 (workers/%.worker, build-perf): New rule.
6472 (GDB_PERFTEST_MODE): New variable.
6473 (check-perf): Use it.
6474 (clean): Clean up gdb.perf parallel build subdirs.
6475 * lib/build-piece.exp: New file.
6476 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6477 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6478 name.
6479 (standard_temp_file): Ditto.
6480 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6481 of $GDB_PARALLEL.
6482
6ebea266
DE
64832015-07-24 Doug Evans <dje@google.com>
6484
6485 * lib/future.exp (gdb_default_target_compile): New option
6486 "early_flags".
6487 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6488 --as-needed.
6489
1e76a7e9
SDJ
64902015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6491
6492 * gdb.base/catch-syscall.exp: Call gdb_exit before
6493 gdb_skip_xml_test.
6494
5068630a
PA
64952015-07-24 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.python/py-events.exp: Accept output between the stop event
6498 and the prompt.
6499 * gdb.python/py-evsignal.exp: Likewise.
6500 * gdb.python/py-evthreads.exp: Likewise.
6501
77598427
PA
65022015-07-24 Pedro Alves <palves@redhat.com>
6503
6504 PR gdb/18717
6505 * gdb.threads/non-ldr-exit.c: New file.
6506 * gdb.threads/non-ldr-exit.exp: New file.
6507
11e6c98f
YQ
65082015-07-24 Yao Qi <yao.qi@linaro.org>
6509
6510 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6511 restarting process.
6512
51aee833
YQ
65132015-07-24 Yao Qi <yao.qi@linaro.org>
6514
6515 * gdb.server/ext-restart.exp: New file.
6516
8cfe207c
YQ
65172015-07-24 Yao Qi <yao.qi@linaro.org>
6518
6519 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6520 argument options.
6521 * gdb.server/ext-wrapper.exp: New file.
6522
cc12ce38
DE
65232015-07-23 Doug Evans <dje@google.com>
6524
6525 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6526 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6527
d0d84780
PMR
65282015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6529
6530 * gdb.ada/var_arr_typedef.exp: New testcase.
6531 * gdb.ada/var_arr_typedef/pack.adb: New file.
6532 * gdb.ada/var_arr_typedef/pack.ads: New file.
6533 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6534
8b558f79
JB
65352015-07-20 Joel Brobecker <brobecker@adacore.com>
6536
6537 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6538
775a3298
JK
65392015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6540
6541 * gdb.arch/i386-biarch-core.exp: Replace istarget
6542 by "complete set gnutarget". Remove expectation for the "core-file"
6543 command.
6544
db1ff28b
JK
65452015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6546
6547 Revert the previous commit:
6548 Tests for validate symbol file using build-id.
6549
0a94970d
JK
65502015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6551
6552 Tests for validate symbol file using build-id.
6553 * gdb.base/solib-mismatch-lib.c: New file.
6554 * gdb.base/solib-mismatch-libmod.c: New file.
6555 * gdb.base/solib-mismatch.c: New file.
6556 * gdb.base/solib-mismatch.exp: New file.
6557
03346981
SL
65582015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6559
6560 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6561 nios2-*-linux*.
6562 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6563 * gdb.base/siginfo.exp: Likewise.
6564 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6565
42422cc7
PL
65662015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6567
6568 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6569 Move it to ...
6570 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6571 ... here.
6572 * gdb.trace/range-stepping.exp: Check that the target supports
6573 range stepping.
6574
cfa68bae
JK
65752015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6576
6577 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6578
8ffdba26
PA
65792015-07-14 Pedro Alves <palves@redhat.com>
6580
6581 * gdb.base/killed-outside.exp: New file.
6582 * gdb.base/killed-outside.c: New file.
6583
218a5a11
JK
65842015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6585
6586 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6587 (n at main): New.
6588 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6589
e03ed3c6
AA
65902015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6591
6592 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6593 infcall tests instead of setting up for KFAIL.
6594
485668e5
MM
65952015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6596
6597 * gdb.btrace/record_goto-step.exp: New.
6598
08464196
JK
65992015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6600
6601 PR compile/18484
6602 * gdb.compile/compile.c (struct struct_type): Add volatile to
6603 selffield's type.
6604 * gdb.compile/compile.exp
6605 (compile code struct_object.selffield = &struct_object): Skip further
6606 struct_object tests if this one xfails.
6607
bcf5c1d9
RC
66082015-07-08 Robert O'Callahan <robert@ocallahan.org>
6609
6610 PR exp/18617
6611 * gdb.trace/ax.exp: Add test.
6612
4931af25
YQ
66132015-07-07 Yao Qi <yao.qi@linaro.org>
6614
6615 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6616 instead of istarget "aarch64*-*-*".
6617 * gdb.arch/aarch64-fp.exp: Likewise.
6618 * gdb.base/float.exp: Likewise.
6619 * gdb.reverse/aarch64.exp: Likewise.
6620 * lib/gdb.exp (is_aarch64_target): New proc.
6621
9fcf688e
YQ
66222015-07-07 Yao Qi <yao.qi@linaro.org>
6623
6624 * lib/gdb.exp (is_aarch32_target): New proc.
6625 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6626 instead of "istarget "arm*-*-*"".
6627 * gdb.arch/arm-disp-step.exp: Likewise.
6628 * gdb.arch/thumb-bx-pc.exp: Likewise.
6629 * gdb.arch/thumb-prologue.exp: Likewise.
6630 * gdb.arch/thumb-singlestep.exp: Likewise.
6631 * gdb.base/disp-step-syscall.exp: Likewise.
6632 * gdb.base/float.exp: Likewise.
6633
fbd8d50d
YQ
66342015-07-07 Yao Qi <yao.qi@linaro.org>
6635
6636 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6637 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6638
71be1fdc
YQ
66392015-07-07 Yao Qi <yao.qi@linaro.org>
6640
6641 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6642 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6643 if it exists.
6644 * gdb.multi/multi-arch.exp: Likewise.
6645
3e221d36
SM
66462015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6647
6648 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6649 print.
6650
d441430b
YQ
66512015-07-07 Yao Qi <yao.qi@linaro.org>
6652
6653 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6654
06f810bd
MG
66552015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6656
6657 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6658 '[' and ']' characters.
6659
5e61e7c0
IB
66602015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6661
6662 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6663
28bf096c
PA
66642015-06-29 Pedro Alves <palves@redhat.com>
6665
6666 PR threads/18127
6667 * gdb.threads/hand-call-new-thread.c: New file.
6668 * gdb.threads/hand-call-new-thread.c: New file.
6669
ee93cd5e
KS
66702015-06-26 Keith Seitz <keiths@redhat.com>
6671 Doug Evans <dje@google.com>
6672
6673 PR 16253
6674 * gdb.cp/var-tag-2.cc: New file.
6675 * gdb.cp/var-tag-3.cc: New file.
6676 * gdb.cp/var-tag-4.cc: New file.
6677 * gdb.cp/var-tag.cc: New file.
6678 * gdb.cp/var-tag.exp: New file.
6679
fc637f04
PP
66802015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6681
6682 * gdb.base/history-duplicates.exp: New test.
6683
2e52ae68
PP
66842015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6685
6686 * gdb.base/completion.exp: Test the completion of the "focus"
6687 command.
6688
6e22494e
JK
66892015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6690
6691 * gdb.arch/amd64-prologue-skip.S: New file.
6692 * gdb.arch/amd64-prologue-skip.exp: New file.
6693
bf7b9cd9
SM
66942015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6695
6696 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6697 is_address_zero_readable check.
6698
201e8dfd
PB
66992015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6700
6701 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6702 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6703
5cd867b4
YQ
67042015-06-24 Yao Qi <yao.qi@linaro.org>
6705
6706 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6707 linux targets.
6708
4d7be007
YQ
67092015-06-24 Yao Qi <yao.qi@linaro.org>
6710
6711 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6712 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6713 * gdb.base/siginfo-thread.exp: Likewise.
6714
07fcd301
YQ
67152015-06-22 Yao Qi <yao.qi@linaro.org>
6716
6717 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6718
52042a00
YQ
67192015-06-22 Yao Qi <yao.qi@linaro.org>
6720
6721 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6722 aarch64*-*-*.
6723 (skip_hw_watchpoint_tests): Likewise.
6724
74bd41ce
PP
67252015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6726
6727 * gdb.base/gdbinit-history.exp: Test the interaction between
6728 setting GDBHISTSIZE and setting the history size via .gdbinit.
6729
bc460514
PP
67302015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6731
6732 PR gdb/16999
6733 * gdb.base/gdbhistsize-history.exp: New test.
6734
b58c513b
PP
67352015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6736
6737 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6738 with GDBHISTSIZE.
6739 * gdb.base/readline.exp: Likewise.
6740
92046791
YQ
67412015-06-17 Yao Qi <yao.qi@linaro.org>
6742
6743 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6744 line.
6745
2093d2d3
PP
67462015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6747
6748 * gdb.base/gdbinit-history.exp: Add test case to check that
6749 an unlimited history file does not get truncated on exit.
6750
e6c693af
AA
67512015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6752
6753 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6754 (VECTOR): New macro. Use it...
6755 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6756 ...for these typedefs.
6757 (int8, char1, int1, double1): New typedefs.
6758 (struct just_int2, struct two_int2): New structures.
6759 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6760 (add_structvecs, add_singlevecs): New functions.
6761 (main): Call add_some_intvecs twice.
6762 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6763 the compile and exit upon failure. Try compiling for the "native"
6764 architecture. Test inferior function calls with vector arguments
6765 and vector return value handling with "finish" and "return".
6766
c74f7d1c
JT
67672015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6768
6769 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6770 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6771 PE file.
6772 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6773
98aa42ee
AT
67742015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6775
6776 PR breakpoints/16465
6777 * gdb.mi/mi-dprintf-pending.c: New file.
6778 * gdb.mi/mi-dprintf-pending.exp: New test.
6779 * gdb.mi/mi-dprintf-pendshr.c: New file.
6780
7d73c23c 67812015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6782 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6783
6784 * gdb.arch/i386-mpx-map.c: New file.
6785 * gdb.arch/i386-mpx-map.exp: New File.
6786
67872015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6788
6789 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6790 * gdb.arch/i386-mpx.exp: Indentation fixed.
6791
67922015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6793
6794 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6795 function and improved indentation.
6796 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6797 gdb_test_multiple. Added additional tests to skip the test.
6798
67992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6800
6801 * gdb.arch/i386-avx512.c: Change path in include file.
6802 * gdb.arch/i386-avx512.exp: Change include dir path
6803 compilation flag.
6804 * gdb.arch/i386-mpx.c: Change path in include file.
6805 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6806 flag.
6807
d5eba19a
JK
68082015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6809
6810 * gdb.compile/compile-print.exp (compile print *vararray@3)
6811 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6812
7f361056
JK
68132015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6814
6815 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6816 (do not keep jit in memory): ... this.
6817 (expect 5): Change it to ...
6818 (expect no 5): ... this.
6819
3b462ec2
SM
68202015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6821
6822 PR gdb/15564
6823 * gdb.mi/mi-detach.exp: New file.
6824
e0619de6
JK
68252015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6826
6827 PR symtab/18392
6828 * gdb.arch/amd64-tailcall-self.S: New file.
6829 * gdb.arch/amd64-tailcall-self.c: New file.
6830 * gdb.arch/amd64-tailcall-self.exp: New file.
6831
e970cb34
DB
68322015-05-28 Don Breazeal <donb@codesourcery.com>
6833
6834 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6835 tests for remote targets by checking is_target_gdbserver.
6836
b2e2f908
DE
68372015-05-27 Doug Evans <dje@google.com>
6838
6839 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6840 * gdb.dwarf2/opaque-type-lookup.c: New file.
6841 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6842
82c7be31
DE
68432015-05-26 Doug Evans <dje@google.com>
6844
6845 * gdb.cp/iostream.cc: New file.
6846 * gdb.cp/iostream.exp: New file.
6847
b4f54984
DE
68482015-05-26 Doug Evans <dje@google.com>
6849
6850 * gdb.dwarf2/dw2-op-call.exp: Update.
6851 * gdb.dwarf2/dw4-sig-types.exp: Update.
6852 * gdb.dwarf2/implptr.exp: Update.
6853 * gdb.mi/mi-cmd-param-changed.exp: Update.
6854
4ea6efe9
DE
68552015-05-26 Doug Evans <dje@google.com>
6856
6857 * gdb.python/py-lazy-string.c: New file.
6858 * gdb.python/py-lazy-string.exp: New file.
6859 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6860 (main): Update. Add estring3.
6861 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6862 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6863
f6bb7db3
YQ
68642015-05-26 Omair Javaid <omair.javaid@linaro.org>
6865 Yao Qi <yao.qi@linaro.org>
6866
6867 * gdb.reverse/aarch64.c: New.
6868 * gdb.reverse/aarch64.exp: New.
6869
a81bfbd0
OJ
68702015-05-26 Omair Javaid <omair.javaid@linaro.org>
6871
25d49b86
PA
6872 * lib/gdb.exp (supports_process_record): Return true for
6873 aarch64*-linux*.
a81bfbd0
OJ
6874 (supports_reverse): Likewise.
6875
158bf1b4
PP
68762015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6877
6878 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6879 Use with_test_prefix.
6880
a0145030
AB
68812015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6882
6883 * gdb.base/completion.exp: Add test for completion of layout
6884 names.
6885
ebe3b578
AB
68862015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6887
6888 * lib/gdb.exp (skip_tui_tests): New proc.
6889 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6890
84204ed7
PA
68912015-05-19 Pedro Alves <palves@redhat.com>
6892
6893 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6894 Save the whole env array instead of just HOME. Unset HISTSIZE in
6895 the environment while testing. Restore whole environment
6896 afterwards.
6897
37442ce1
DE
68982015-05-16 Doug Evans <xdje42@gmail.com>
6899
6900 * gdb.guile/scm-ports.c: New file.
6901 * gdb.guile/scm-ports.exp: Add memory port tests.
6902
36de76f9
JK
69032015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6904
6905 * gdb.compile/compile-print.c: New file.
6906 * gdb.compile/compile-print.exp: New file.
6907
3a9558c4
JK
69082015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6909
6910 * gdb.compile/compile-ops.exp: Cast param to void.
6911 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6912 (compile code struct_object.selffield = &struct_object): Add xfail.
6913
aa715135
JG
69142015-05-15 Joel Brobecker <brobecker@adacore.com>
6915
6916 * gdb.ada/arr_enum_with_gap: New testcase.
6917
931e5bc3
JG
69182015-05-15 Joel Brobecker <brobecker@adacore.com>
6919
6920 * gdb.ada/byte_packed_arr: New testcase.
6921
9cd4d857
JB
69222015-05-15 Joel Brobecker <brobecker@adacore.com>
6923
6924 * gdb.ada/pckd_neg: New testcase.
6925
ebfd00d2
PP
69262015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6927
6928 PR gdb/17820
6929 * gdb.base/gdbinit-history.exp: New test.
6930 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6931 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6932
4c082a81
SC
69332015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6934
6935 * gdb.python/py-xmethods.cc: Enhance test case.
6936 * gdb.python/py-xmethods.exp: New tests.
6937 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6938 function.
6939 (B_indexoper): Likewise.
6940 (global_dm_list) : Add new xmethod worker functions.
6941
f7797074
SDJ
69422015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6943
6944 * gdb.base/coredump-filter.exp: Correctly unset
6945 "coredump_var_addr" array.
6946
a4674e4e
PA
69472015-05-08 Pedro Alves <palves@redhat.com>
6948
6949 * gdb.server/non-existing-program.exp: Unset spawn_id.
6950
df2eb078
SC
69512015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6952
6953 PR python/18291
6954 * gdb.python/py-xmethods.exp: Add tests.
6955
422349a3
YQ
69562015-05-08 Yao Qi <yao.qi@linaro.org>
6957
6958 PR gdb/18208
6959 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6960 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6961 function set_coredump_filter, and remove remote_exec call.
6962 Remove argument ipid. Callers update.
6963 (top level): Don't get inferior's PID.
6964
63fc80ce
AA
69652015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6966
6967 * gdb.base/watch_thread_num.exp: Skip test on targets without
6968 access watchpoints.
6969
80ad801e
PA
69702015-05-06 Pedro Alves <palves@redhat.com>
6971
6972 PR server/18081
6973 * gdb.server/non-existing-program.exp: New file.
6974
0fa7fe50
JB
69752015-05-05 Joel Brobecker <brobecker@adacore.com>
6976
6977 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6978
3ea89b92
PMR
69792015-05-05 Joel Brobecker <brobecker@adacore.com>
6980
6981 * gdb.ada/out_of_line_in_inlined: New testcase.
6982
87b8eff0
JB
69832015-05-05 Joel Brobecker <brobecker@adacore.com>
6984
6985 * gdb.ada/var_rec_arr: New testcase.
6986
5fccc635
YQ
69872015-04-30 Yao Qi <yao.qi@linaro.org>
6988
6989 * gdb.base/break-idempotent.exp: If
6990 skip_hw_watchpoint_multi_tests returns true, skip the tests
6991 on "rwatch" and "awatch".
6992
42d38f42
YQ
69932015-04-30 Yao Qi <yao.qi@linaro.org>
6994
6995 * gdb.base/relativedebug.exp: Invoke gdb command
6996 "info sharedlibrary", and if libc.so doesn't have debug info,
6997 skip the test.
6998
2ce1cdbf
DE
69992015-04-29 Doug Evans <dje@google.com>
7000
7001 * gdb.python/py-xmethods.exp: Add ptype tests.
7002 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7003 get_result_type method.
7004
f24a38c5
LM
70052015-04-29 Luis Machado <lgustavo@codesourcery.com>
7006
7007 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7008 the target does not support hardware watchpoints.
7009
ecbf2b3c
LM
70102015-04-29 Luis Machado <lgustavo@codesourcery.com>
7011
7012 * gdb.base/break-always.exp: Abort testing if writing to memory
7013 causes an error.
7014
34f5f757
DE
70152015-04-28 Doug Evans <dje@google.com>
7016
7017 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7018 * gdb.python/py-pp-registration.exp: ... here. New file.
7019 * gdb.python/py-pp-registration.c: New file.
7020 * gdb.python/py-pp-registration.py: New file.
7021
69b4374a
DE
70222015-04-28 Doug Evans <dje@google.com>
7023
7024 * gdb.python/py-bad-printers.c: New file.
7025 * gdb.python/py-bad-printers.py: New file.
7026 * gdb.python/py-bad-printers.exp: New file.
7027
59fb7612
SS
70282015-04-28 Sasha Smundak <asmundak@google.com>
7029
7030 * gdb.python/py-type.exp: New test.
7031
2631b16a
AW
70322015-04-28 Andy Wingo <wingo@igalia.com>
7033
7034 * gdb.python/py-parameter.exp:
7035 * gdb.guile/scm-parameter.exp: Escape the path that we are
7036 matching against, as it might contain characters that are special
7037 to regular expressions.
7038
460efde1
JB
70392015-04-27 Joel Brobecker <brobecker@adacore.com>
7040
7041 * gdb.ada/rec_comp: New testcase.
7042
2d369d8e
SDJ
70432015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7044
7045 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7046 before using it.
7047
cf75d6c3
AB
70482015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7049
7050 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7051 new tests for verilog output.
7052
8dbe7ca5
YQ
70532015-04-24 Yao Qi <yao.qi@linaro.org>
7054
7055 * boards/remote-gdbserver-on-localhost.exp: New file.
7056
4ef9fb2f
PA
70572015-04-23 Pedro Alves <palves@redhat.com>
7058
7059 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7060 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7061 "end of file", remove $inferior_spawn_id from the indirect list.
7062
0a803169
PA
70632015-04-23 Pedro Alves <palves@redhat.com>
7064
7065 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7066
749ef8f8
PA
70672015-04-23 Pedro Alves <palves@redhat.com>
7068
7069 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7070 on $any_spawn_id instead of only on $gdb_spawn_id.
7071
8aae4344
PM
70722015-04-21 Pierre Muller <muller@sourceware.org>
7073
7074 PR pascal/17815
7075 * lib/pascal.exp (gpc_compile): Add new option "class".
7076 (fpc_compile): Likewise.
7077 * gdb.pascal/case-insensitive-symbols.pas: New file.
7078 * gdb.pascal/case-insensitive-symbols.exp: New file.
7079
1586c8fb
GB
70802015-04-20 Gary Benson <gbenson@redhat.com>
7081
7082 * gdb.base/attach.exp: Fix three extended remote failures.
7083
1b6e6f5c
GB
70842015-04-17 Gary Benson <gbenson@redhat.com>
7085
7086 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7087 the main executable over the remote protocol.
7088
e797481d
PA
70892015-04-16 Pedro Alves <palves@redhat.com>
7090
7091 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7092 a new gdbserver if gdbserver_reconnect_p is set.
7093
1ca99c42
PA
70942015-04-16 Pedro Alves <palves@redhat.com>
7095
7096 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7097 is set, don't exit gdbserver.
7098
af9fd6f8
AA
70992015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7100
7101 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7102 appropriate .insn, such that an older assembler can be used.
7103 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7104 the z/Architecture instruction set on 31-bit targets as well.
7105
04ff1e61
AA
71062015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7107
7108 * gdb.go/handcall.exp: Remove all logic related to the first
7109 breakpoint and rely on go_runto_main instead.
7110 * gdb.go/strings.exp: Likewise.
7111 * gdb.go/unsafe.exp: Likewise.
7112 * gdb.go/hello.exp: Likewise. Also rename the remaining
7113 breakpoint marker to "breakpoint 1".
7114 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7115 * gdb.go/strings.go: Likewise.
7116 * gdb.go/unsafe.go: Likewise.
7117 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7118 "set breakpoint 2 here" and rename the remaining breakpoint marker
7119 to "breakpoint 1".
7120
40d2f8d6
SM
71212015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7122
7123 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7124 if itertools.imap is not present.
7125 * gdb.python/py-objfile.exp: Add parentheses.
7126 * gdb.python/py-type.exp: Same.
7127 * gdb.python/py-unwind-maint.py: Same.
7128
8cbc97c6
YQ
71292015-04-15 Yao Qi <yao.qi@linaro.org>
7130
7131 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7132 of ":$ptr_size" and set its form explicitly.
7133
45fd756c
YQ
71342015-04-15 Pedro Alves <palves@redhat.com>
7135 Yao Qi <yao.qi@linaro.org>
7136
7137 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7138 timeout by factor of 4.
7139 (test_regular_watch): Likewise.
7140 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7141 * gdb.reverse/sigall-reverse.exp: Likewise.
7142 * gdb.reverse/until-precsave.exp: Likewise.
7143 * lib/gdb.exp (with_timeout_factor): New proc.
7144 (gdb_expect): Move some code to ...
7145 (get_largest_timeout): ... here. New procedure.
7146
9e811bc3
LM
71472015-04-14 Luis Machado <lgustavo@codesourcery.com>
7148
7149 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7150
0ff6fcb2
LM
71512015-04-13 Luis Machado <lgustavo@codesourcery.com>
7152
7153 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7154 to write to the .text section.
7155
7578d5f7
LM
71562015-04-13 Luis Machado <lgustavo@codesourcery.com>
7157
7158 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7159 Handle the case of targets that do not provide PID information.
7160
2efe15c4
YQ
71612015-04-13 Yao Qi <yao.qi@linaro.org>
7162
7163 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7164 and use expect instead of gdb_expect.
7165
8cd8f2f8
SDJ
71662015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7167
7168 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7169 "coredump_var_addr" to avoid naming conflict with other testcases.
7170
9ee41772
PA
71712015-04-10 Pedro Alves <palves@redhat.com>
7172
7173 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7174 gdb_test_sequence and gdb_assert.
7175
07473109
PA
71762015-04-10 Pedro Alves <palves@redhat.com>
7177
7178 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7179 test messages that don't include the breakpoint address.
7180
de3db44c
YQ
71812015-04-10 Yao Qi <yao.qi@linaro.org>
7182
7183 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7184 false for some offset and width combinations which aren't
7185 supported by linux kernel.
7186
c79d856c
PA
71872015-04-10 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7190 procedure, factored out from ...
7191 (top level): ... here. Add "set displaced-stepping" testing axis.
7192 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7193 parameter "displaced". Use it.
7194 (top level): Use foreach and add "set displaced-stepping" testing
7195 axis.
7196
ebc90b50
PA
71972015-04-10 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7200 Remove comment.
7201 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7202 both the address of the instruction that triggers the watchpoint
7203 and the address of the instruction immediately after, and use
7204 those addresses for the test. Fix comment.
7205
8f572e5c
PA
72062015-04-10 Pedro Alves <palves@redhat.com>
7207
7208 * gdb.base/sigstep.exp (breakpoint_to_handler)
7209 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7210 Test "backtrace" in handler.
7211 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7212 (top level): Add new "displaced" test axis to
7213 breakpoint_to_handler, breakpoint_to_handler_entry and
7214 breakpoint_over_handler.
7215
8d707a12
PA
72162015-04-10 Pedro Alves <palves@redhat.com>
7217
7218 PR gdb/18216
7219 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7220
ef713951
YQ
72212015-04-10 Yao Qi <yao.qi@linaro.org>
7222
7223 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7224 (test_add_rn_pc): New function.
7225 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7226 (top level): Invoke test_add_rn_pc.
7227
906d60cf
PA
72282015-04-10 Pedro Alves <palves@redhat.com>
7229
7230 PR gdb/13858
7231 * gdb.base/step-over-no-symbols.exp: New file.
7232
f2983cc3
AW
72332015-04-09 Andy Wingo <wingo@igalia.com>
7234
7235 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7236 after the Python tests.
7237
6d62641c
SDJ
72382015-04-08 Keith Seitz <keiths@redhat.com>
7239
7240 PR python/16699
7241 * gdb.python/py-completion.exp: New tests for completion.
7242 * gdb.python/py-completion.py (CompleteLimit1): New class.
7243 (CompleteLimit2): Likewise.
7244 (CompleteLimit3): Likewise.
7245 (CompleteLimit4): Likewise.
7246 (CompleteLimit5): Likewise.
7247 (CompleteLimit6): Likewise.
7248 (CompleteLimit7): Likewise.
7249
f3770638
PA
72502015-04-08 Pedro Alves <palves@redhat.com>
7251
7252 PR gdb/18214
7253 PR gdb/18216
7254 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7255 function.
7256 (main): Install it as SIGUSR1 handler.
7257 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7258 parameter. Always use "setup" as prefix. Toggle "set
7259 displaced-stepping" off/on depending on global. Don't switch to
7260 thread 1 here.
7261 (top level): Add displaced stepping "off/on" test axis. Update
7262 "setup" calls. Wrap each subtest with with_test_prefix. Test
7263 continuing with a queued signal in each thread.
7264
4496bed7
PA
72652015-04-08 Pedro Alves <palves@redhat.com>
7266
7267 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7268 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7269 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7270 Return early if running to main fails.
7271 * gdb.trace/while-stepping.exp: Likewise.
7272
b97fde92
PA
72732015-04-07 Pedro Alves <palves@redhat.com>
7274
7275 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7276 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7277 interact with inferior program.
7278
f71c18e7
PA
72792015-04-07 Pedro Alves <palves@redhat.com>
7280
7281 * lib/gdb.exp (inferior_spawn_id): New global.
7282 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7283 spawn id after processing the user code.
7284 (default_gdb_start): Set inferior_spawn_id.
7285 (send_inferior): New procedure.
7286 * lib/gdbserver-support.exp (gdbserver_start): Set
7287 inferior_spawn_id.
7288 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7289
6423214f
PA
72902015-04-07 Pedro Alves <palves@redhat.com>
7291
7292 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7293 * lib/gdbserver-support.exp (gdbserver_start): Make
7294 $server_spawn_id global.
7295 (gdbserver_start): Don't wait for gdbserver's spawn id with
7296 expect_background.
7297 (close_gdbserver): New procedure.
7298 (gdb_exit): Rename the default version and reimplement.
7299
71c0ee8c
PA
73002015-04-07 Pedro Alves <palves@redhat.com>
7301
72f4393d 7302 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7303 append the substituted item, not the original item.
7304
203bc29b
PA
73052015-04-07 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7308 gdb_expect.
7309
508a3ddf
PA
73102015-04-07 Pedro Alves <palves@redhat.com>
7311
7312 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7313 output appearing once only.
7314
9f6dbe2b
PA
73152015-04-07 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7318 that doesn't expect anything. Return early if running to main
7319 fails.
7320
337532fa
YQ
73212015-04-07 Yao Qi <yao.qi@linaro.org>
7322
7323 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7324 (child_function): Call alarm.
7325 (main): Move call to alarm into the loop.
7326 * gdb.threads/non-stop-fair-events.exp: Build program with
7327 -DTIMEOUT=$timeout.
7328
01b622d4
DE
73292015-04-06 Doug Evans <xdje42@gmail.com>
7330
7331 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7332 Fix dest parameter to board_info.
7333 (fpc_compile): Ditto.
7334 (gdb_compile_pascal): Rename dest arg to destfile.
7335
961f4160
PMR
73362015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7337
7338 * gdb.ada/funcall_ref.exp: New file.
7339 * gdb.ada/funcall_ref/foo.adb: New file.
7340
cafda597
YQ
73412015-04-02 Yao Qi <yao.qi@linaro.org>
7342
7343 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7344 is remote.
7345
fed040c6
GB
73462015-04-02 Gary Benson <gbenson@redhat.com>
7347
7348 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7349
d11916aa
SS
73502015-04-01 Sasha Smundak <asmundak@google.com>
7351
7352 * gdb.python/py-unwind-maint.c: New file.
7353 * gdb.python/py-unwind-maint.exp: New test.
7354 * gdb.python/py-unwind-maint.py: New file.
7355 * gdb.python/py-unwind.c: New file.
7356 * gdb.python/py-unwind.exp: New test.
7357 * gdb.python/py-unwind.py: New test.
7358
a1471180
PA
73592015-04-01 Pedro Alves <palves@redhat.com>
7360
7361 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7362 to fail instead of non-existent $test.
7363
0bbeccb1
PA
73642015-04-01 Pedro Alves <palves@redhat.com>
7365
7366 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7367 GDBFLAGS if not empty.
7368
3c724c8c
PMR
73692015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7370
7371 * gdb.ada/complete.exp: Remove "multi_line".
7372 * gdb.ada/info_exc.exp: Remove "multi_line".
7373 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7374 * gdb.ada/ptype_field.exp: Remove "multi_line".
7375 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7376 * gdb.ada/tagged.exp: Remove "multi_line".
7377 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7378 [multi_line ...]
7379 * gdb.btrace/delta.exp: Likewise.
7380 * gdb.btrace/exception.exp: Likewise.
7381 * gdb.btrace/function_call_history.exp: Likewise.
7382 * gdb.btrace/instruction_history.exp: Likewise.
7383 * gdb.btrace/nohist.exp: Likewise.
7384 * gdb.btrace/record_goto.exp: Likewise.
7385 * gdb.btrace/segv.exp: Likewise.
7386 * gdb.btrace/stepi.exp: Likewise.
7387 * gdb.btrace/tailcall.exp: Likewise.
7388 * gdb.btrace/unknown_functions.exp: Likewise.
7389 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7390 * lib/gdb.exp: Add the "multi_line" helper.
7391
4eec2deb
PA
73922015-04-01 Pedro Alves <palves@redhat.com>
7393
7394 * gdb.threads/tid-reuse.c: New file.
7395 * gdb.threads/tid-reuse.exp: New file.
7396
df8411da
SDJ
73972015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7398
7399 PR corefiles/16092
7400 * gdb.base/coredump-filter.c: New file.
7401 * gdb.base/coredump-filter.exp: Likewise.
7402
6ef37366
PM
74032015-03-27 Petr Machata <pmachata@redhat.com>
7404
7405 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7406 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7407 (Dwarf::assemble): Initialize them.
7408 (Dwarf::lines): New function.
7409
7ec911b0
JT
74102015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7411
7412 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7413 SYMBOL_PREFIX for x86_64-*-cygwin.
7414
ff908ebf
AW
74152015-03-26 Andy Wingo <wingo@igalia.com>
7416
7417 PR symtab/18148
7418 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7419 const_value but not a location.
7420 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7421 location defined in non-main CUs are visible.
7422
6d5f0679
YQ
74232015-03-26 Yao Qi <yao.qi@linaro.org>
7424
7425 PR testsuite/18139
7426 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7427 Add a line number entry for the same line.
7428 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7429 Add a line number entry for the same line.
7430
2898689b
YQ
74312015-03-26 Yao Qi <yao.qi@linaro.org>
7432
7433 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7434 .int 0.
7435 (func): Likewise. Add .Lfunc_1 label.
7436 Use .Lfunc_1 label.
7437 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7438 .int 0.
7439 (func): Likewise.
7440 Use .Lfunc_1 label.
7441
85180498
YQ
74422015-03-26 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7445 Call gdb_compile instead to compile each .s files without debug
7446 information.
7447
8aa08a8d
YQ
74482015-03-26 Yao Qi <yao.qi@linaro.org>
7449
7450 * gdb.base/savedregs.exp (process_saved_regs): Make
7451 "Saved registers:" optional in the pattern.
7452
66849923
MM
74532015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7454
7455 * gdb.btrace/next.exp: Merged into step.exp.
7456 * gdb.btrace/finish.exp: Merged into step.exp.
7457 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7458 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7459 "record goto" and checking the exact replay position.
7460 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7461 check for "Recording format" in "info record" output.
7462 * gdb.btrace/record_goto.exp: Choose test file based on target.
7463 * gdb.btrace/x86-record_goto.S: Renamed into ...
7464 * gdb.btrace/x86_64-record_goto.S: ... this.
7465 * gdb.btrace/i686-record_goto.S: New.
7466 * gdb.btrace/x86-tailcall.S: Renamed into ...
7467 * gdb.btrace/x86_64-tailcall.S: ... this.
7468 * gdb.btrace/i686-tailcall.S: New.
7469 * gdb.btrace/x86-tailcall.c: Renamed into ...
7470 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7471 separate statements. Update test.
7472 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7473 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7474 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7475 * gdb.btrace/tailcall.exp: Choose test file based on target.
7476 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7477
11cc1b74
MM
74782015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7479
7480 * gdb.btrace/exception.exp: Increase BTS buffer size.
7481
a25d8bf9
PA
74822015-03-24 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7485
856e7dd6
PA
74862015-03-24 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.threads/schedlock.exp (test_step): No longer expect that
7489 "set scheduler-locking step" with "next" over a function call runs
7490 threads unlocked.
7491
ad235a41
AT
74922015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7493
7494 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7495
15630549
AT
74962015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7497
7498 PR breakpoints/16466
7499 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7500 * gdb.mi/mi-pending.c (thread_func): New function.
7501 (int main): Add threading support required.
7502 * gdb.mi/mi-pending.exp: Add tests for this issue.
7503 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7504 (pendfunc2): Remove stdio dependency.
7505 * gdb.mi/mi-pendshr2.c: New file.
7506
693dca06
KS
75072015-03-23 Keith Seitz <keiths@redhat.com>
7508
7509 * gdb.linespec/keywords.c: New file.
7510 * gdb.linespec/keywords.exp: New file.
7511
7e993ebf
KS
75122015-03-23 Keith Seitz <keiths@redhat.com>
7513
7514 PR gdb/18021
7515 * gdb.dwarf2/staticvirtual.exp: New test.
7516
bc23328c
JK
75172015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7518
7519 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7520 * README: Remove HP-UX and gdb.hp.
7521 (configuration):
7522 * configure: Regenerate.
7523 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7524 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7525 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7526 gdb.hp/gdb.defects/Makefile.
7527 * gdb.hp/Makefile.in: File deleted.
7528 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7529 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7530 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7531 * gdb.hp/gdb.aCC/run.c: File deleted.
7532 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7533 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7534 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7535 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7536 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7537 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7538 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7539 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7540 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7541 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7542 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7543 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7544 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7545 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7546 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7547 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7548 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7549 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7550 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7551 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7552 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7553 * gdb.hp/gdb.compat/average.c: File deleted.
7554 * gdb.hp/gdb.compat/sum.c: File deleted.
7555 * gdb.hp/gdb.compat/xdb.c: File deleted.
7556 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7557 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7558 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7559 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7560 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7561 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7562 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7563 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7564 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7565 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7566 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7567 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7568 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7569 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7570 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7571 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7572 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7573 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7574 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7575 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7576 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7577 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7578 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7579 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7580 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7581 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7582 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7583 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7584 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7585 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7586 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7587 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7588 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7589 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7590 * gdb.hp/tools/odump: File deleted.
7591
8bf3b159
PA
75922015-03-19 Pedro Alves <palves@redhat.com>
7593
7594 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7595 (saw_thread_3): New globals.
7596 (top level): Increment them when an event for the corresponding
7597 thread is seen.
7598 (no thread starvation): New test.
7599
eb54c8bf
PA
76002015-03-19 Pedro Alves <palves@redhat.com>
7601
7602 * gdb.threads/continue-pending-status.c: New file.
7603 * gdb.threads/continue-pending-status.exp: New file.
7604
32d2e5d6
PA
76052015-03-18 Pedro Alves <palves@redhat.com>
7606
7607 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7608 Use gdb_is_target_remote instead of is_remote. Use
7609 gdb_test_multiple instead of gdb_expect. Exit early if
7610 gdb_test_multiple hits its internal matches. Tighten stepi tests
7611 expected output. Fail on exit with any signal, instead of just
7612 SIGILL.
7613
f68f11b7
YQ
76142015-03-18 Yao Qi <yao.qi@linaro.org>
7615
7616 PR tdep/18107
7617 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7618 variable.
7619 * gdb.base/catch-syscall.exp: Don't skip it on
7620 aarch64*-*-linux* target. Remove elements in all_syscalls.
7621 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7622 target.
7623 (setup_all_syscalls): New proc.
7624
ca5fd19b
YQ
76252015-03-16 Yao Qi <yao.qi@linaro.org>
7626
7627 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7628 (top level): Skip tests if valid_addr_p returns false for
7629 $cmd1 or $cmd2.
7630
85642ba0
AW
76312015-03-11 Andy Wingo <wingo@igalia.com>
7632
7633 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7634
e03f9645
YQ
76352015-03-11 Yao Qi <yao.qi@linaro.org>
7636
7637 * gdb.base/catch-syscall.exp: Fix typo in comments.
7638
5d0962b2
YQ
76392015-03-11 Yao Qi <yao.qi@linaro.org>
7640
7641 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7642
b2df3cef
PA
76432015-03-09 Pedro Alves <palves@redhat.com>
7644
7645 * dg-extract-results.py: Delete.
7646
ef878e53
PA
76472015-03-09 Pedro Alves <palves@redhat.com>
7648
7649 Merge dg-extract-results.sh from GCC upstream (r218843).
7650
7651 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7652 * dg-extract-results.sh: Use --text with grep to avoid issues with
7653 binary files. Fall back to cat -v, if that doesn't work.
7654
9494d219
PA
76552015-03-05 Pedro Alves <palves@redhat.com>
7656
7657 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7658
a8d9763a
SM
76592015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7660
7661 * lib/mi-support.exp (mi_expect_interrupt): Accept
7662 alternative event for when in all-stop mode.
7663
be9957b8
PA
76642015-03-04 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7667
d57be0f4 76682015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7669
7670 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7671
c214c7cf
AA
76722015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7673
7674 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7675 regexps for GDB's current line display, accept a hex address
7676 preceding the line number.
7677
6d74a497
AA
76782015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7679
7680 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7681 the 'arch1' variable for "s390*-linux*" targets.
7682
511aee7c
PA
76832015-03-04 Pedro Alves <palves@redhat.com>
7684
7685 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7686 (main): Pass missing retval argument to pthread_join call.
7687
95e50b27
PA
76882015-03-02 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7691 (top level): Call do_test with non-stop as well.
7692
28054d69
PA
76932015-03-02 Pedro Alves <palves@redhat.com>
7694
7695 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7696 -1.
7697
4fa5d7b4
AA
76982015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7699
7700 * gdb.arch/s390-vregs.exp: New test.
7701 * gdb.arch/s390-vregs.S: New file.
7702
97c18565
PA
77032015-02-27 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7706 call to catch_command_errors.
7707 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7708 catch_command_errors.
7709
a37bfa30
PA
77102015-02-27 Pedro Alves <palves@redhat.com>
7711
7712 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7713 "true" for boolean result.
7714 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7715 prototype of main.
7716
6f98576f
PA
77172015-02-27 Pedro Alves <palves@redhat.com>
7718
7719 * lib/unbuffer_output.c: New file.
7720 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7721 (main): Call gdb_unbuffer_output.
7722
eba5ab56
YQ
77232015-02-27 Yao Qi <yao.qi@linaro.org>
7724
7725 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7726 target.
7727
0def5aaa
DE
77282015-02-26 Doug Evans <dje@google.com>
7729
7730 * gdb.cp/class2.cc (Dbase, D): New classes.
7731 (main): New local delta.
7732 * gdb.cp/class2.exp: Test printing delta.
7733 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7734 (dynbar): New global.
7735 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7736
081a1c2c
JK
77372015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7738
7739 * gdb.compile/compile-ifunc.c: New file.
7740 * gdb.compile/compile-ifunc.exp: New file.
7741
2f41223f
AT
77422015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7743
7744 * gdb.base/structs.exp: Check for correct struct on finish.
7745
03eddd80
YQ
77462015-02-26 Yao Qi <yao.qi@linaro.org>
7747
7748 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7749 is zero.
7750
80c57053
JK
77512015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7752
7753 * gdb.arch/cordic.ko.bz2: New file.
7754 * gdb.arch/cordic.ko.debug.bz2: New file.
7755 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7756
21613c12
YQ
77572015-02-25 Yao Qi <yao.qi@linaro.org>
7758
7759 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7760 aarch64*-*-* target.
7761
d8b901ed
PA
77622015-02-23 Pedro Alves <palves@redhat.com>
7763
7764 * lib/gdb.exp (delete_breakpoints): Rewrite using
7765 gdb_test_multiple.
7766
e5b85ead
PA
77672015-02-23 Pedro Alves <palves@redhat.com>
7768
7769 * gdb.base/info-os.c: Include stdlib.h.
7770
85c3a371
DE
77712015-02-22 Doug Evans <xdje42@gmail.com>
7772
7773 PR symtab/17855
7774 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7775 is read after symbols have been re-read.
7776 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7777 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7778
96553a0c
DE
77792015-02-21 Doug Evans <dje@google.com>
7780
7781 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7782
97a0c697
JK
77832015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7784
7785 PR corefiles/17808
7786 * gdb.arch/i386-biarch-core.core.bz2: New file.
7787 * gdb.arch/i386-biarch-core.exp: New file.
7788
a47cd6e9
PA
77892015-02-21 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7792 runto_main fails.
7793
c5facdc4
PA
77942015-02-20 Pedro Alves <palves@redhat.com>
7795
7796 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7797 info probes.
7798
2db9a427
PA
77992015-02-20 Pedro Alves <palves@redhat.com>
7800
7801 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7802
60fb7e9e
PA
78032015-02-20 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7806 clean_restart before gdb_target_supports_trace.
7807
5c5019c2
PA
78082015-02-20 Pedro Alves <palves@redhat.com>
7809
7810 PR threads/18006
7811 * gdb.threads/clone-thread_db.c: New file.
7812 * gdb.threads/clone-thread_db.exp: New file.
7813
c9587f88
AT
78142015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7815
7816 PR breakpoints/16812
7817 * gdb.base/catch-gdb-caused-signals.c: New file.
7818 * gdb.base/catch-gdb-caused-signals.exp: New file.
7819
f6a88844
JM
78202015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7821
7822 * configure: Regenerated.
7823 * configure.ac: Use GDB_AC_TRANSFORM.
7824 * aclocal.m4: sinclude ../transform.m4.
7825
497c491b
JM
78262015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7827
7828 * lib/dtrace.exp: New file.
7829 * gdb.base/dtrace-probe.exp: Likewise.
7830 * gdb.base/dtrace-probe.d: Likewise.
7831 * gdb.base/dtrace-probe.c: Likewise.
7832 * lib/pdtrace.in: Likewise.
7833 * configure.ac: Output variables with the transformed names of
7834 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7835 * configure: Regenerated.
7836
03e98035
JM
78372015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7838
7839 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7840 expected message when trying to access $_probe_* convenience
7841 variables while not on a probe.
7842
63cc30e9
JK
78432015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7844
7845 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7846
0703599a
PA
78472015-02-11 Pedro Alves <pedro@codesourcery.com>
7848
7849 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7850 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7851
7e60a48e
DE
78522015-02-10 Doug Evans <xdje42@gmail.com>
7853
7854 * lib/gdb.exp (gdb_load): Always return a result.
7855
01b088bc
PA
78562015-02-10 Pedro Alves <palves@redhat.com>
7857
7858 * gdb.threads/signal-sigtrap.c: New file.
7859 * gdb.threads/signal-sigtrap.exp: New file.
7860
b05ec7a5
AT
78612015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7862
7863 * gdb.trace/no-attach-trace.c: New file.
7864 * gdb.trace/no-attach-trace.exp: New file.
7865
a2c2acaf
MW
78662015-02-09 Mark Wielaard <mjw@redhat.com>
7867
7868 * gdb.dwarf2/atomic.c: New file.
7869 * gdb.dwarf2/atomic-type.exp: Likewise.
7870
31fd9caa
MM
78712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7872
7873 * gdb.btrace/buffer-size.exp: Update "info record" output.
7874 * gdb.btrace/delta.exp: Update "info record" output.
7875 * gdb.btrace/enable.exp: Update "info record" output.
7876 * gdb.btrace/finish.exp: Update "info record" output.
7877 * gdb.btrace/instruction_history.exp: Update "info record" output.
7878 * gdb.btrace/next.exp: Update "info record" output.
7879 * gdb.btrace/nexti.exp: Update "info record" output.
7880 * gdb.btrace/step.exp: Update "info record" output.
7881 * gdb.btrace/stepi.exp: Update "info record" output.
7882 * gdb.btrace/nohist.exp: Update "info record" output.
7883
d33501a5
MM
78842015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7885
7886 * gdb.btrace/buffer-size: New.
7887
f4abbc16
MM
78882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7889
7890 * gdb.btrace/delta.exp: Update "info record" output.
7891 * gdb.btrace/enable.exp: Update "info record" output.
7892 * gdb.btrace/finish.exp: Update "info record" output.
7893 * gdb.btrace/instruction_history.exp: Update "info record" output.
7894 * gdb.btrace/next.exp: Update "info record" output.
7895 * gdb.btrace/nexti.exp: Update "info record" output.
7896 * gdb.btrace/step.exp: Update "info record" output.
7897 * gdb.btrace/stepi.exp: Update "info record" output.
7898 * gdb.btrace/nohist.exp: Update "info record" output.
7899
b9d61307
SM
79002015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7901
7902 PR gdb/15678
7903 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7904
e584fdbc
PA
79052015-02-06 Pedro Alves <palves@redhat.com>
7906
7907 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7908 macro.
7909 (seconds_left, again): New globals.
7910 (main): Wait seconds_left in a 1-second sleep loop instead of
7911 sleeping 180 seconds. If 'again' is set, reset the seconds
7912 counter.
7913 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7914 'again' in the inferior before detaching. Print the seconds left.
7915 (options): New global.
7916 (top level): Build program with -DTIMEOUT=$timeout.
7917
77f41761
PA
79182015-02-06 Pedro Alves <palves@redhat.com>
7919
7920 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7921 determine how many seconds to pass to 'alarm'.
7922 * gdb.base/gdb-sigterm.exp (top level): Build program with
7923 -DTIMEOUT=$timeout.
7924 (do_test): Return success/failure indication. Add more verbose
7925 logging. Don't fail if 200 single steps are seen. Instead, fail
7926 when the test times out.
7927 (passes): New global.
7928 (top level): Break the testing loop if testing fails on any
7929 iteration. Use gdb_assert.
7930
b9394193
DB
79312015-02-04 Don Breazeal <donb@codesourcery.com>
7932
7933 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7934 and initialize them.
7935 (ipc_cleanup): New function.
7936 (main): Don't declare shmid, semid, and msqid. Add a call to
7937 atexit so that we call ipc_cleanup on exit.
7938
42d9e528
PA
79392015-02-04 Pedro Alves <palves@redhat.com>
7940
7941 * boards/native-extended-gdbserver.exp: Remove any target variant
7942 specifications from the board name before clearing the isremote
7943 flag from board_info.
7944
ae6ae975
DE
79452015-01-31 Doug Evans <xdje42@gmail.com>
7946
7947 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7948
cfb069a8
GB
79492015-01-31 Gary Benson <gbenson@redhat.com>
7950
7951 * gdb.base/completion.exp: Disable completion limiting for
7952 existing tests. Add new tests to check completion limiting.
7953 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7954
5dd31d79
DE
79552015-01-31 Doug Evans <xdje42@gmail.com>
7956
7957 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7958
9f050062
DE
79592015-01-31 Doug Evans <xdje42@gmail.com>
7960
7961 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7962 entries. Duplicate file section script entries.
7963 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7964 inlined entries. Add test for safe-path rejection.
7965 * gdb.python/py-section-script.c: Add duplicate inlined section script
7966 entries. Duplicate file section script entries.
7967 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7968 inlined entries. Add test for safe-path rejection.
7969
df25ebbd
JB
79702015-01-29 Joel Brobecker <brobecker@adacore.com>
7971
7972 * gdb.ada/disc_arr_bound: New testcase.
7973
4a0ca9ec
JB
79742015-01-29 Joel Brobecker <brobecker@adacore.com>
7975
7976 * gdb.ada/mi_var_array: New testcase.
7977
3a8b707a
DE
79782015-01-27 Doug Evans <dje@google.com>
7979
7980 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7981 Add test for objfile.filename, objfile.username after objfile
7982 has been unloaded.
7983
f8313f6e
JB
79842015-01-26 Joel Brobecker <brobecker@adacore.com>
7985
7986 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7987 the second test to print the name attribute of value
7988 returned by the call to gdb.lookup_type, and adjust
7989 the expected output accordingly.
7990
37bc665e
MW
79912015-01-25 Mark Wielaard <mjw@redhat.com>
7992
7993 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7994 * gdb.base/disp-step-fork.c: Include unistd.h.
7995 * gdb.base/siginfo-obj.c: Include stdio.h.
7996 * gdb.base/siginfo-thread.c: Likewise.
7997 * gdb.mi/non-stop.c: Include unistd.h.
7998 * gdb.mi/nsthrexec.c: Include stdio.h.
7999 * gdb.mi/pthreads.c: Include unistd.h.
8000 * gdb.modula2/unbounded1.c (main): Declare returns int.
8001 * gdb.reverse/consecutive-reverse.c: Likewise.
8002 * gdb.threads/create-fail.c: Include unistd.h.
8003 * gdb.threads/killed.c: Likewise.
8004 * gdb.threads/linux-dp.c: Likewise.
8005 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8006 * gdb.threads/non-ldr-exc-2.c: Likewise.
8007 * gdb.threads/non-ldr-exc-3.c: Likewise.
8008 * gdb.threads/non-ldr-exc-4.c: Likewise.
8009 * gdb.threads/pthreads.c: Include unistd.h.
8010 (main): Declare returns int.
8011 * gdb.threads/tls-main.c (foo): New declaration.
8012 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8013
f7e5394d
SM
80142015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8015
8016 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8017 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8018
743649fd
MW
80192015-01-15 Mark Wielaard <mjw@redhat.com>
8020
8021 * gdb.base/noreturn-return.c: New file.
8022 * gdb.base/noreturn-return.exp: New file.
8023 * gdb.base/noreturn-finish.c: New file.
8024 * gdb.base/noreturn-finish.exp: New file.
8025
198297aa
PA
80262015-01-23 Pedro Alves <palves@redhat.com>
8027
8028 * gdb.threads/continue-pending-after-query.c: New file.
8029 * gdb.threads/continue-pending-after-query.exp: New file.
8030
717cf30c
AG
80312015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8032 Simon Marchi <simon.marchi@ericsson.com>
8033
8034 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8035 * gdb.base/valgrind-db-attach.exp: Same.
8036 * gdb.base/valgrind-infcall.exp: Same.
8037 * lib/mi-support.exp (default_mi_gdb_start): Same.
8038 * lib/prompt.exp (default_prompt_gdb_start): Same.
8039 * lib/gdb.exp (default_gdb_spawn): Same.
8040 (gdb_interact): New.
8041
8042
4b62a76e
JK
80432015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8044
8045 * gdb.compile/compile.exp (pointer to jit function): New test.
8046
b4cdae6f
WW
80472015-01-17 Wei-cheng Wang <cole945@gmail.com>
8048
8049 * lib/gdb.exp (supports_process_record): Return true for
8050 powerpc*-*-linux*.
8051 (supports_reverse): Likewise.
8052
d221e7ef
DB
80532015-01-15 Don Breazeal <donb@codesourcery.com>
8054
8055 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8056 instead of checking whether the target board is remote and
8057 use spawn_wait_for_attach instead of exec/sleep.
8058 * gdb.base/attach-twice.exp: Likewise.
8059
bafffb51
JB
80602015-01-15 Joel Brobecker <brobecker@adacore.com>
8061
8062 * gdb.ada/var_arr_attrs: New testcase.
8063
5589af0e
PA
80642015-01-14 Pedro Alves <palves@redhat.com>
8065 Joel Brobecker <brobecker@adacore.com>
8066
8067 PR gdb/17525
8068 * gdb.base/bp-cmds-execution-x-script.c: New file.
8069 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8070 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8071
6c400b59
PA
80722015-01-14 Pedro Alves <palves@redhat.com>
8073
8074 PR cli/17828
8075 * gdb.base/batch-preserve-term-settings.c: New file.
8076 * gdb.base/batch-preserve-term-settings.exp: New file.
8077
e02c96a7
DE
80782015-01-13 Doug Evans <dje@google.com>
8079
8080 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8081 binary.
8082
576fd14c
JB
80832015-01-13 Joel Brobecker <brobecker@adacore.com>
8084
8085 * Makefile.in (clean mostlyclean): Do not delete *.py.
8086
04dccad0
JB
80872015-01-13 Joel Brobecker <brobecker@adacore.com>
8088
8089 * gdb.python/py-lookup-type.exp: New file.
8090
3d230f71
PA
80912015-01-12 Pedro Alves <palves@redhat.com>
8092
8093 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8094 restore GDBFLAGS before returning.
8095
7e67715d
JK
80962015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8097
8098 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8099 is_amd64_regs_target and is_x86_like_target.
8100
f2e0d4b4
DE
81012015-01-11 Doug Evans <xdje42@gmail.com>
8102
8103 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8104 is given without an explicit form.
8105 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8106 attributes.
8107 * gdb.dwarf/corrupt.exp: Ditto.
8108 * gdb.dwarf2/enum-type.exp: Ditto.
8109 * gdb.trace/entry-values.exp: Ditto.
8110 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8111
439250fb
DE
81122015-01-11 Doug Evans <xdje42@gmail.com>
8113
8114 PR gdb/15830
8115 * gdb.base/maint.exp: Remove references to "maint demangle".
8116 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8117 Add tests for explicitly specifying language to demangle.
8118 * gdb.dlang/demangle.exp: Ditto.
8119
ede9f622
PA
81202015-01-09 Pedro Alves <palves@redhat.com>
8121
8122 * gdb.threads/non-stop-fair-events.c: New file.
8123 * gdb.threads/non-stop-fair-events.exp: New file.
8124
a7b796db
PA
81252015-01-09 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8128 the global scope. Set a breakpoint after all threads are started
8129 rather than stepping over two source lines. Expect the prompt.
8130 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8131 global.
8132 (NUM): Now 15.
8133 (main): Use threads_started_barrier to wait for all threads to
8134 start. Main thread no longer calls thread_function. Exit after
8135 180 seconds.
8136 (loop): New function.
8137 (thread_function): Wait on threads_started_barrier barrier. Call
8138 'loop' at each iteration.
8139 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8140 threads have started, instead of hardcoding number of "next"
8141 steps. Use an access watchpoint instead of a write watchpoint.
8142
9665ffdd
PA
81432015-01-09 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8146 (thread_func): Wait on barrier.
8147 (main): Wait for all threads to start before stopping GDB.
8148 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8149 global.
8150 (thread1_func, thread2_func): Wait on barrier.
8151 (main): Wait for all threads to start before stopping GDB.
8152 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8153 New global.
8154 (thread1_func, thread2_func): Wait on barrier.
8155 (main): Wait for all threads to start before stopping GDB.
8156
c945a99f
PA
81572015-01-09 Pedro Alves <palves@redhat.com>
8158
8159 * gdb.threads/attach-many-short-lived-threads.c: New file.
8160 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8161
c1a747c1
PA
81622014-01-09 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8165 instead of to thread 2.
8166 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8167 Add barrier around each pthread_create call instead of around all
8168 calls.
8169 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8170 Set a break on thread_function and have the child threads hit it
8171 one at at a time.
8172
60b3033e
PA
81732015-01-09 Pedro Alves <palves@redhat.com>
8174
8175 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8176 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8177 false.
8178 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8179 checking whether the target board is remote.
8180 * gdb.multi/multi-attach.exp: Likewise.
8181 * gdb.python/py-sync-interp.exp: Likewise.
8182 * gdb.server/ext-attach.exp: Likewise.
8183 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8184 tests that need to attach, instead of checking whether the target
8185 board is remote at the top of the file.
8186
acc018ac
YQ
81872015-01-08 Yao Qi <yao@codesourcery.com>
8188
8189 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8190
50a18af8
JK
81912015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8192
8193 Fix testcase compilation.
8194 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8195
8503d6e1
JB
81962015-01-06 Joel Brobecker <brobecker@adacore.com>
8197
8198 * gdb.python/py-type.exp: Add a couple test about empty
8199 array creation, and negative-length array creation.
8200
cc73dbcc
DE
82012015-01-02 Doug Evans <xdje42@gmail.com>
8202
8203 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8204
0300bbc7
DE
82052015-01-02 Doug Evans <dje@google.com>
8206
8207 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8208
9d85a0ec
YQ
82092014-12-29 Yao Qi <yao@codesourcery.com>
8210
8211 * gdb.trace/entry-values.exp: Update comments. Rename variable
8212 bar_call_foo to returned_from_foo.
8213
87186c6a
MMN
82142014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8215
8216 PR gdb/17394
8217 * gdb.linespec/break-asm-file.c: New file.
8218 * gdb.linespec/break-asm-file.exp: New file.
8219 * gdb.linespec/break-asm-file0.s: New file.
8220 * gdb.linespec/break-asm-file1.s: New file.
8221
1bab7383
YQ
82222014-12-18 Nigel Stephens <nigel@mips.com>
8223 Maciej W. Rozycki <macro@codesourcery.com>
8224
8225 * gdb.base/float.exp: Handle the new output from "info float" on
8226 MIPS targets.
8227
1bc1068a
JK
82282014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8229
8230 Fix MinGW compilation.
8231 * gdb.compile/compile-ops.exp: Update untested message if
8232 !skip_compile_feature_tests.
8233 * gdb.compile/compile-setjmp.exp: Likewise.
8234 * gdb.compile/compile-tls.exp: Likewise.
8235 * gdb.compile/compile.exp: Likewise.
8236 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8237 supported on this host".
8238
b6615d10
DE
82392014-12-16 Doug Evans <xdje42@gmail.com>
8240
8241 * boards/stabs.exp: New file.
8242
25dda427
AA
82432014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8244
8245 * gdb.base/completion.exp: Adjust to format changes of "maint
8246 print user-registers".
8247
bf330350
CU
82482014-12-16 Catalin Udma <catalin.udma@freescale.com>
8249
8250 PR server/17457
8251 * gdb.arch/aarch64-fp.c: New file.
8252 * gdb.arch/aarch64-fp.exp: New file.
8253
395cf596
SDJ
82542014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8255
8256 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8257 r210637, r210913, r211666, r215400, r215817).
8258
8259 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8260 * dg-extract-results.py: New file.
8261 * dg-extract-results.sh: Use it if the environment seems
8262 suitable.
8263
8264 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8265
8266 * dg-extract-results.py (parse_run): Handle warnings that
8267 are printed before a test harness is run.
8268
8269 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8270
8271 * dg-extract-results.py (Named): Remove __cmp__ method.
8272 (output_variation): Use a key to sort variation.harnesses.
8273
8274 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8275
8276 * dg-extract-results.py: For Python 3, force sys.stdout to
8277 handle surrogate escape sequences.
8278 (safe_open): New function.
8279 (output_segment, main): Use it.
8280
8281 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8282
8283 * dg-extract-results.py (Prog.result_re): Include options
8284 in test name.
8285
8286 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8287
8288 * dg-extract-results.py (output_variation): Always sort if
8289 do_sum.
8290
e882ef3c
SM
82912014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8292
8293 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8294 as long as we get pagination notifications.
8295
4992aa20
JM
82962014-12-15 Jason Merrill <jason@redhat.com>
8297
8298 * Makefile.in (check-gdb.%): Restore.
8299 * README: Mention it.
8300
c1b5a1a6
JB
83012014-12-13 Joel Brobecker <brobecker@adacore.com>
8302
8303 * gdb.ada/str_uninit: New testcase.
8304
5537b577
JK
83052014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8306
8307 PR symtab/17642
8308 * gdb.base/vla-stub-define.c: New file.
8309 * gdb.base/vla-stub.c: New file.
8310 * gdb.base/vla-stub.exp: New file.
8311
bb2ec1b3
TT
83122014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8313 Jan Kratochvil <jan.kratochvil@redhat.com>
8314 Tom Tromey <tromey@redhat.com>
8315
8316 * configure.ac: Add gdb.compile/.
8317 * configure: Regenerate.
8318 * gdb.compile/Makefile.in: New file.
8319 * gdb.compile/compile-ops.exp: New file.
8320 * gdb.compile/compile-ops.c: New file.
8321 * gdb.compile/compile-tls.c: New file.
8322 * gdb.compile/compile-tls.exp: New file.
8323 * gdb.compile/compile-constvar.S: New file.
8324 * gdb.compile/compile-constvar.c: New file.
8325 * gdb.compile/compile-mod.c: New file.
8326 * gdb.compile/compile-nodebug.c: New file.
8327 * gdb.compile/compile-setjmp-mod.c: New file.
8328 * gdb.compile/compile-setjmp.c: New file.
8329 * gdb.compile/compile-setjmp.exp: New file.
8330 * gdb.compile/compile-shlib.c: New file.
8331 * gdb.compile/compile.c: New file.
8332 * gdb.compile/compile.exp: New file.
8333 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8334
4ff709eb
TT
83352014-12-12 Tom Tromey <tromey@redhat.com>
8336
8337 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8338 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8339
6dddd6a5
DE
83402014-12-12 Doug Evans <dje@google.com>
8341
8342 * lib/gdb-python.exp (get_python_valueof): New function.
8343 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8344
71c24708
AA
83452014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8346
8347 * gdb.base/completion.exp: Add test for completion of "info
8348 registers ".
8349
3e29f34a
MR
83502014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8351
8352 * gdb.base/func-ptrs.c: New file.
8353 * gdb.base/func-ptrs.exp: New file.
8354
fc126975
SM
83552014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8356
8357 PR breakpoints/17012
8358 * gdb.base/dprintf-detach.c: New file.
8359 * gdb.base/dprintf-detach.exp: New file.
8360
0a46d518
SM
83612014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8362
8363 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8364 * lib/gdb.exp (target_is_gdbserver): New procedure.
8365
a0be3e44
DE
83662014-12-08 Doug Evans <dje@google.com>
8367
8368 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8369
df1b803a
YQ
83702014-12-05 Yao Qi <yao@codesourcery.com>
8371
8372 * gdb.guile/scm-error.exp: Remove the third argument to
8373 gdb_remote_download.
8374 * gdb.guile/scm-frame-args.exp: Likewise.
8375 * gdb.guile/scm-section-script.exp: Likewise.
8376
ddb9f679
YQ
83772014-12-05 Yao Qi <yao@codesourcery.com>
8378
8379 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8380
86e4ed39
DE
83812014-12-04 Doug Evans <dje@google.com>
8382
8383 * gdb.python/py-objfile.exp: Add tests for
8384 objfile.add_separate_debug_file.
8385
7c50a931
DE
83862014-12-04 Doug Evans <dje@google.com>
8387
8388 * lib/gdb.exp (get_build_id): New function.
8389 (build_id_debug_filename_get): Rewrite to use it.
8390 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8391
621661e3
MR
83922014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8393
8394 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8395 `method(long)', not just 0x0.
8396 * gdb.cp/nsalias.exp: Align code labels to 4.
8397 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8398 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8399 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8400 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8401 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8402 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8403
29f0c3b7
DE
84042014-12-02 Doug Evans <dje@google.com>
8405
e1e061e7 8406 PR symtab/17602
29f0c3b7 8407 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8408 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8409 * gdb.cp/anon-ns.exp: Update.
8410
162078c8
NB
84112014-12-02 Nick Bull <nicholaspbull@gmail.com>
8412
8413 * gdb.python/py-events.py (inferior_call_handler): New.
8414 (register_changed_handler, memory_changed_handler): New.
8415 (test_events.invoke): Register new handlers.
8416 * gdb.python/py-events.exp: Add tests for inferior call,
8417 memory_changed and register_changed events.
8418
fdb09caf
AA
84192014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8420
8421 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8422 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8423 if the linker doesn't understand this.
8424
55cfb2c4
SM
84252014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8426
8427 * gdb.python/python.exp: Change expected reply to help().
8428
9e8cd6df
YQ
84292014-12-01 Yao Qi <yao@codesourcery.com>
8430
8431 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8432 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8433 * configure: Re-generated.
8434
6c659fc2
SC
84352014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8436
8437 * gdb.cp/chained-calls.cc: New file.
8438 * gdb.cp/chained-calls.exp: New file.
8439 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8440
d7fc3181
SM
84412014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8442
8443 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8444 * gdb.dwarf2/symtab-producer.exp: Same.
8445 * gdb.gdb/python-interrupts.exp: Same.
8446 * gdb.gdb/python-selftest.exp: Same.
8447 * gdb.python/py-linetable.exp: Same.
8448 * gdb.python/py-type.exp: Same.
8449 * gdb.python/py-value-cc.exp: Same.
8450 * gdb.python/py-value.exp: Same.
8451
10e79639
YQ
84522014-11-28 Yao Qi <yao@codesourcery.com>
8453
8454 * gdb.base/break-probes.exp: Match library name prefixed with
8455 sysroot.
8456
f28a0564
SM
84572014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8458
8459 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8460 test expected output. Add parentheses for the call to print.
8461 Remove L suffix from integers.
8462
3fe1ce1d
DE
84632014-11-26 Doug Evans <dje@google.com>
8464
8465 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8466
84429e27
YQ
84672014-11-22 Yao Qi <yao@codesourcery.com>
8468
8469 * gdb.trace/entry-values.c: Remove asms.
8470 (foo): Add foo_label.
8471 (bar): Add bar_label.
8472 * gdb.trace/entry-values.exp: Remove code computing foo's
8473 length and bar's length.
8474 (Dwarf::assemble): Invoke function_range for bar and use
8475 MACRO_AT_func for foo.
8476
26741859
YQ
84772014-11-22 Yao Qi <yao@codesourcery.com>
8478
8479 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8480 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8481 Use .Lgcc43_procstart instead of gcc43.
8482
45e44d27
JB
84832014-11-21 Joel Brobecker <brobecker@adacore.com>
8484
8485 * gdb.ada/n_arr_bound: New testcase.
8486
458c8db8
SDJ
84872014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8488
8489 PR breakpoints/10737
8490 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8491 test_catch_syscall_multi_arch.
8492 (test_catch_syscall_multi_arch): New function.
8493
43f3e411
DE
84942014-11-20 Doug Evans <xdje42@gmail.com>
8495
8496 * gdb.base/maint.exp: Update expected output.
8497
0d7b2549
AA
84982014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8499
8500 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8501 4-byte instruction on S390.
8502
8908fca5
JB
85032014-11-19 Joel Brobecker <brobecker@adacore.com>
8504
8505 * gdb.ada/arr_arr: New testcase.
8506
4a46959e
JB
85072014-11-19 Joel Brobecker <brobecker@adacore.com>
8508
8509 * gdb.ada/pkd_arr_elem: New Testcase.
8510
470e2f4e
LM
85112014-11-18 Luis Machado <lgustavo@codesourcery.com>
8512
8513 * gdb.reverse/break-precsave: Expect completion message for
8514 core file reads.
8515 * gdb.reverse/consecutive-precsave.exp: Likewise.
8516 * gdb.reverse/finish-precsave.exp: Likewise.
8517 * gdb.reverse/i386-precsave.exp: Likewise.
8518 * gdb.reverse/machinestate-precsave.exp: Likewise.
8519 * gdb.reverse/sigall-precsave.exp: Likewise.
8520 * gdb.reverse/solib-precsave.exp: Likewise.
8521 * gdb.reverse/step-precsave.exp: Likewise.
8522 * gdb.reverse/until-precsave.exp: Likewise.
8523 * gdb.reverse/watch-precsave.exp: Likewise.
8524
a267f3ad
AA
85252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8526
8527 * gdb.base/bp-permanent.c: Include unistd.h.
8528 * gdb.python/py-framefilter-mi.c (main): Add return type.
8529 * gdb.python/py-framefilter.c (main): Likewise.
8530 * gdb.trace/actions-changed.c (main): Likewise.
8531
12084a9a
AA
85322014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8533
8534 * gdb.mi/until.c: Add eye-catchers.
8535 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8536 line numbers.
8537
dc7e1a77
AA
85382014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8539
8540 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8541 function header variants in break1.c.
8542 * gdb.base/ena-dis-br.exp: Likewise.
8543 * gdb.base/hbreak2.exp: Likewise.
8544 * gdb.reverse/until-precsave.exp: Drop references to removed
8545 non-prototype function header variants in ur1.c.
8546 * gdb.reverse/until-reverse.exp: Likewise.
8547
41c77605
PM
85482014-11-17 Petr Machata <pmachata@redhat.com>
8549
8550 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8551 ${_cu_offset_size} bytes abbrev offset.
8552
34248c3a
DE
85532014-11-15 Doug Evans <xdje42@gmail.com>
8554
8555 PR symtab/17559
8556 * gdb.base/line-symtabs.exp: New file.
8557 * gdb.base/line-symtabs.c: New file.
8558 * gdb.base/line-symtabs.h: New file.
8559
646da059
YQ
85602014-11-14 Yao Qi <yao@codesourcery.com>
8561
8562 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8563 (func): Add label func_label.
8564 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8565 Replace low_pc and high_pc with MACRO_AT_range.
8566 Replace name, low_pc and high_pc with MACRO_AT_func.
8567
9301ebe6
YQ
85682014-11-14 Yao Qi <yao@codesourcery.com>
8569
8570 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8571 Replace name, low_pc and high_pc with MACRO_AT_func.
8572
f166b542
YQ
85732014-11-14 Yao Qi <yao@codesourcery.com>
8574
8575 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8576 produce debug information.
8577 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8578
0f6e71e3
YQ
85792014-11-14 Yao Qi <yao@codesourcery.com>
8580
8581 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8582 object and get function length.
8583 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8584 with MACRO_AT_func.
8585 (top-level): Replace gdb_compile and clean_restart with
8586 prepare_for_testing.
8587 * gdb.dwarf2/main.c (main): Add label main_label.
8588
876c4df9
YQ
85892014-11-14 Yao Qi <yao@codesourcery.com>
8590
8591 * lib/dwarf.exp (function_range): New procedure.
8592 (Dwarf::_handle_macro_at_func): New procedure.
8593 (Dwarf::_handle_macro_at_range): New procedure.
8594 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8595
02ad9cf1
YQ
85962014-11-14 Yao Qi <yao@codesourcery.com>
8597
8598 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8599 (_handle_attribute): New procedure.
8600
a59add0c
AA
86012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8602
8603 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8604 * gdb.base/call-sc.c (zed): Likewise.
8605 * gdb.base/checkpoint.c (main): Likewise.
8606 * gdb.base/dump.c (main): Likewise.
8607 * gdb.base/gcore.c (main): Likewise.
8608 * gdb.base/huge.c (main): Likewise.
8609 * gdb.base/multi-forks.c (main): Likewise.
8610 * gdb.base/pr10179-a.c (main): Likewise.
8611 * gdb.base/savedregs.c (main): Likewise.
8612 * gdb.base/sigaltstack.c (main): Likewise.
8613 * gdb.base/siginfo.c (main): Likewise.
8614 * gdb.base/structs.c (zed): Likewise.
8615 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8616 * gdb.mi/mi-syn-frame.c (main): Likewise.
8617 * gdb.mi/until.c (foo, main): Likewise.
8618 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8619 * gdb.base/solib-weak.c (foo): Declare.
8620 * gdb.base/attach-twice.c: Include stdio.h.
8621 * gdb.base/weaklib1.c: Likewise.
8622 * gdb.base/weaklib2.c: Likewise.
8623 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8624 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8625 unistd.h.
8626 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8627 * gdb.mi/mi-exit-code.c: Likewise.
8628 * gdb.base/break-interp-lib.c: Include string.h.
8629 * gdb.base/coremaker.c: Likewise.
8630 * gdb.base/testenv.c: Likewise.
8631 * gdb.python/py-finish-breakpoint.c: Likewise.
8632 * gdb.base/inferior-died.c: Include sys/wait.h.
8633 * gdb.base/fileio.c: Include time.h.
8634 * gdb.base/async-shell.c: Include unistd.h.
8635 * gdb.base/dprintf-non-stop.c: Likewise.
8636 * gdb.base/info-os.c: Likewise.
8637 * gdb.mi/mi-console.c: Likewise.
8638 * gdb.mi/watch-nonstop.c: Likewise.
8639 * gdb.python/py-events.c: Likewise.
8640 * gdb.base/async.c (baz): Move up before its invocation.
8641 * gdb.base/code_elim2.c (my_global_func): Likewise.
8642 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8643 * gdb.base/advance.c (func2): Likewise.
8644
3b5d5997
AA
86452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8646
8647 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8648 variant.
8649 * gdb.base/annota3.c: Likewise.
8650 * gdb.base/async.c: Likewise.
8651 * gdb.base/average.c: Likewise.
8652 * gdb.base/call-ar-st.c: Likewise.
8653 * gdb.base/call-rt-st.c: Likewise.
8654 * gdb.base/call-sc.c: Likewise.
8655 * gdb.base/call-strs.c: Likewise.
8656 * gdb.base/ending-run.c: Likewise.
8657 * gdb.base/execd-prog.c: Likewise.
8658 * gdb.base/exprs.c: Likewise.
8659 * gdb.base/foll-exec.c: Likewise.
8660 * gdb.base/foll-fork.c: Likewise.
8661 * gdb.base/foll-vfork.c: Likewise.
8662 * gdb.base/funcargs.c: Likewise.
8663 * gdb.base/gcore.c: Likewise.
8664 * gdb.base/jump.c: Likewise.
8665 * gdb.base/langs0.c: Likewise.
8666 * gdb.base/langs1.c: Likewise.
8667 * gdb.base/langs2.c: Likewise.
8668 * gdb.base/mips_pro.c: Likewise.
8669 * gdb.base/nodebug.c: Likewise.
8670 * gdb.base/opaque0.c: Likewise.
8671 * gdb.base/opaque1.c: Likewise.
8672 * gdb.base/recurse.c: Likewise.
8673 * gdb.base/run.c: Likewise.
8674 * gdb.base/scope0.c: Likewise.
8675 * gdb.base/scope1.c: Likewise.
8676 * gdb.base/setshow.c: Likewise.
8677 * gdb.base/setvar.c: Likewise.
8678 * gdb.base/shmain.c: Likewise.
8679 * gdb.base/shr1.c: Likewise.
8680 * gdb.base/shr2.c: Likewise.
8681 * gdb.base/sigall.c: Likewise.
8682 * gdb.base/signals.c: Likewise.
8683 * gdb.base/so-indr-cl.c: Likewise.
8684 * gdb.base/solib2.c: Likewise.
8685 * gdb.base/structs.c: Likewise.
8686 * gdb.base/sum.c: Likewise.
8687 * gdb.base/vforked-prog.c: Likewise.
8688 * gdb.base/watchpoint.c: Likewise.
8689 * gdb.reverse/shr2.c: Likewise.
8690 * gdb.reverse/until-reverse.c: Likewise.
8691 * gdb.reverse/ur1.c: Likewise.
8692 * gdb.reverse/watch-reverse.c: Likewise.
8693
066a77c5
AA
86942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8695
8696 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8697 variant.
8698 * gdb.base/sepdebug.exp: Drop references to removed code.
8699
4f204ea5
AA
87002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8701
8702 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8703 variant. Preserve original line numbering.
8704 * gdb.base/list1.c: Likewise.
8705
3b377a3a
AA
87062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8707
8708 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8709 variant.
8710 * gdb.base/break1.c: Likewise.
8711 * gdb.base/break.exp: Drop references to removed code.
8712
e444df73
AA
87132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8714
8715 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8716 variant.
8717
8008f2a7
AA
87182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8719
8720 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8721
a5a06887
AA
87222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8723
8724 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8725 logic into perform_all_tests() and invoke it with and without
8726 function header prototypes.
8727 (do_function_calls): Remove conditional XFAIL for PR 5318.
8728 (rerun_and_prepare): Remove duplicate code.
8729 (perform_all_tests): New. Main logic moved here.
8730
44dba9b9
AA
87312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8732
8733 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8734 code guarded by #ifdef NO_PROTOTYPES.
8735 (t_double_many_args): Likewise.
8736 (DEF_FUNC_MANY_ARGS_1): Likewise.
8737 (DEF_FUNC_VALUES_1): Likewise.
8738 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8739 guarded by #ifdef PROTOTYPES.
8740
d1fbcd56
AA
87412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8742
8743 * gdb.mi/mi-console.c: Add eye-catcher.
8744 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8745 instead of literal line number.
8746
b0e59b8f
AA
87472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8748
8749 * gdb.base/shr2.c: Add eye-catcher.
8750 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8751 line number.
8752
78f98cca
AA
87532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8754
8755 * gdb.base/jump.c: Add eye-catchers.
8756 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8757 numbers.
8758
58fa2af0
AA
87592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8760
8761 * gdb.base/execd-prog.c: Add eye-catchers.
8762 * gdb.base/foll-exec.c: Likewise.
8763 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8764 line numbers.
8765
04e5059b
AA
87662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8767
8768 * gdb.base/ending-run.c: Add eye-catchers.
8769 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8770 literal line numbers.
8771
dbfdb174
AA
87722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8773
8774 * gdb.base/call-rt-st.c: Add eye-catchers.
8775 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8776 literal line numbers.
8777
888a2ade
AA
87782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8779
8780 * gdb.base/call-ar-st.c: Add eye-catchers.
8781 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8782 literal line numbers.
8783
6acc2dde
AA
87842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8785
8786 * gdb.base/average.c: Add eye-catchers.
8787 * gdb.base/sum.c: Likewise.
8788 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8789 regexps dynamically.
8790
9ecfcd1d
AA
87912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8792
8793 * gdb.base/solib1.c: Add eye-catchers.
8794 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8795 literal line numbers.
8796
78708b7c
PA
87972014-11-12 Pedro Alves <palves@redhat.com>
8798
8799 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8800 leader has exited.
8801
af48d08f
PA
88022014-11-12 Pedro Alves <palves@redhat.com>
8803
8804 * gdb.arch/i386-bp_permanent.c: New file.
8805 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8806 (srcfile): Set to i386-bp_permanent.c.
8807 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8808 that stepi does not execute the 'leave' instruction, instead of
8809 testing it does execute.
8810 * gdb.base/bp-permanent.c: New file.
8811 * gdb.base/bp-permanent.exp: New file.
8812
af3768e9
DE
88132014-11-10 Doug Evans <xdje42@gmail.com>
8814
8815 PR symtab/17564
8816 * gdb.base/symtab-search-order.exp: New file.
8817 * gdb.base/symtab-search-order.c: New file.
8818 * gdb.base/symtab-search-order-1.c: New file.
8819 * gdb.base/symtab-search-order-shlib-1.c: New file.
8820
9de00a4a
PA
88212014-11-07 Pedro Alves <palves@redhat.com>
8822
8823 PR gdb/17511
8824 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8825 i?86-*-linux*.
8826
e0f52461
SC
88272014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8828
8829 PR c++/17494
8830 * gdb.cp/pr17494.cc: New file.
8831 * gdb.cp/pr17494.exp: New file.
8832
6ce8c980
YQ
88332014-11-02 Yao Qi <yao@codesourcery.com>
8834
8835 * gdb.python/python.exp: Get working directory and match the
8836 output of "set extended-prompt \\w " with it.
8837
02be9a71
DE
88382014-10-30 Doug Evans <dje@google.com>
8839
8840 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8841 in objfiles.
8842 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8843 in progspaces.
8844
3bdff46b
LM
88452014-10-30 Janis Johnson <janisjo@codesourcery.com>
8846
8847 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8848 * gdb.base/realname-expand.exp: Likewise.
8849 * gdb.linespec/macro-relative.exp: Likewise.
8850
ab917dfb
PA
88512014-10-29 Pedro Alves <palves@redhat.com>
8852
8853 PR gdb/17408
8854 * gdb.threads/schedlock.c (some_function): New function.
8855 (call_function): New global.
8856 (MAYBE_CALL_SOME_FUNCTION): New macro.
8857 (thread_function): Call it.
8858 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8859 and use it instead of a global counter. Adjust all callers.
8860 (get_current_thread): Use "find current thread" for test message
8861 here rather than having all callers pass down the same string.
8862 (goto_loop): New procedure, factored out from ...
8863 (my_continue): ... this.
8864 (step_ten_loops): Change parameter from test message to command to
8865 use. Adjust.
8866 (list_count): Delete global.
8867 (check_result): New procedure, factored out from duplicate top
8868 level code.
8869 (continue tests): Wrap in with_test_prefix.
8870 (test_step): New procedure, factored out from duplicate top level
8871 code.
8872 (top level): Test "step" in combination with all scheduler-locking
8873 modes. Test "next" in combination with all scheduler-locking
8874 modes, and in combination with stepping over a function call or
8875 not.
8876 * gdb.threads/next-bp-other-thread.c: New file.
8877 * gdb.threads/next-bp-other-thread.exp: New file.
8878
d3d4baed
PA
88792014-10-29 Pedro Alves <palves@redhat.com>
8880
8881 PR python/17372
8882 * gdb.python/python.exp: Test a multi-line command that spawns
8883 interactive Python.
8884 * gdb.base/multi-line-starts-subshell.exp: New file.
8885
563e8d85
YQ
88862014-10-29 Yao Qi <yao@codesourcery.com>
8887
8888 * gdb.base/fileio.exp: Make directories on host.
8889
0ea4d52e
YQ
88902014-10-29 Yao Qi <yao@codesourcery.com>
8891
8892 * gdb.base/fileio.c (test_write): Close the file.
8893
7f5ef605
PA
88942014-10-28 Pedro Alves <palves@redhat.com>
8895
8896 PR gdb/12623
8897 * gdb.base/sigstep.c (no_handler): New global.
8898 (main): If 'no_handler is true, set the signal handlers to
8899 SIG_IGN.
8900 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8901 with_sw_watch and no_handler parameters. Handle them.
8902 (top level) <stepping over handler when stopped at a breakpoint
8903 test>: Add a test axis for testing with a software watchpoint, and
8904 another for testing with the signal handler set to SIG_IGN.
8905 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8906 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8907
abbdbd03
PA
89082014-10-28 Pedro Alves <palves@redhat.com>
8909
8910 PR gdb/17511
8911 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8912 * gdb.base/sigstep.exp (other_handler_location): New global.
8913 (advance): Support stepping into the signal handler, and running
8914 commands while in the handler.
8915 (in_handler_map): New global.
8916 (top level): In the advance test, add combinations for getting
8917 into the handler with stepping commands, and for running commands
8918 in the handler. Add comment descripting the advancei tests.
8919
1df4399f
PA
89202014-10-28 Pedro Alves <palves@redhat.com>
8921
8922 * gdb.base/sigstep.exp: Use build_executable instead of
8923 prepare_for_testing.
8924 (top level): Move code that starts GDB, runs to main and creates a
8925 display to ...
8926 (restart): ... this new procedure.
8927 (top level): Move backtrace from signal handler test to ...
8928 (validate_backtrace): ... this new procedure.
8929 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8930 with_test_prefix. Always restart GDB.
8931 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8932 with_test_prefix. Always restart GDB. No need to delete
8933 breakpoints after the test.
8934 (test_skip_handler): Remove prefix parameter.
8935 (skip_over_handler, breakpoint_to_handler)
8936 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8937 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8938 restart GDB. No need to delete breakpoints after the test.
8939 (top level): Use foreach to call the test procedures with
8940 different commands.
8941
a5b6e449
PA
89422014-10-28 Pedro Alves <palves@redhat.com>
8943
8944 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8945 instead of GNATS numbers.
8946 * gdb.base/sigbpt.exp: Likewise.
8947 * gdb.base/siginfo.exp: Likewise.
8948 * gdb.base/sigstep.exp: Likewise.
8949
e5f8a7cc
PA
89502014-10-27 Pedro Alves <palves@redhat.com>
8951
8952 * gdb.base/sigstep.c (dummy): New global.
8953 (main): Issue a couple writes to the new global.
8954 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8955 procedures.
8956 (skip_over_handler): Use test_skip_handler.
8957 (top level): Call skip_over_handler for stepi and nexti too.
8958 (breakpoint_over_handler): Use test_skip_handler.
8959 (top level): Call breakpoint_over_handler for stepi and nexti too.
8960
763905a3
YQ
89612014-10-27 Yao Qi <yao@codesourcery.com>
8962
8963 * gdb.trace/tfile.c (adjust_function_address)
8964 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8965 function descriptor.
8966
6f259a23
DB
89672014-10-24 Don Breazeal <donb@codesourcery.com>
8968
8969 * gdb.base/foll-fork.exp (test_follow_fork,
8970 catch_fork_child_follow): Check for updated fork messages emitted
8971 from infrun.c.
8972 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8973 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8974 vfork_and_exec_child_follow_through_step): Check for updated vfork
8975 messages emitted from infrun.c.
8976
09dd9a69
PA
89772014-10-24 Pedro Alves <palves@redhat.com>
8978
8979 * gdb.base/corefile.exp: Remove references to ultrix.
8980 * gdb.base/interrupt.exp: Likewise.
8981 * gdb.base/whatis.exp: Likewise.
8982 * gdb.gdb/selftest.exp: Likewise.
8983 * gdb.threads/manythreads.exp: Likewise.
8984 * gdb.threads/print-threads.exp: Likewise.
8985 * gdb.threads/pthreads.exp:: Likewise.
8986 * gdb.threads/schedlock.exp: Likewise.
8987
3433cfa5
SC
89882014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8989
8990 * gdb.cp/non-trivial-retval.cc: Add a test case.
8991 * gdb.cp/non-trivial-retval.exp: Add a test.
8992
092f880b
YQ
89932014-10-20 Yao Qi <yao@codesourcery.com>
8994
8995 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8996 * gdb.python/py-objfile-script-gdb.py: New file.
8997 * gdb.python/py-objfile-script.exp: Update reference to
8998 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8999 of remote_download. Remove the dest file.
9000
acbdb7f3
YQ
90012014-10-20 Yao Qi <yao@codesourcery.com>
9002
9003 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9004 * gdb.base/step-line.exp: Likewise.
9005 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9006 * gdb.dwarf2/dw2-basic.exp: Likewise.
9007 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9008 * gdb.dwarf2/dw2-filename.exp: Likewise.
9009 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9010 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9011 * gdb.dwarf2/dw2-producer.exp: Likewise.
9012 * gdb.dwarf2/mac-fileno.exp: Likewise.
9013 * gdb.python/py-frame-args.exp: Likewise.
9014 * gdb.python/py-framefilter.exp: Likewise.
9015 * gdb.python/py-mi.exp: Likewise.
9016 * gdb.python/py-objfile-script.exp: Likewise
9017 * gdb.python/py-pp-integral.exp: Likewise.
9018 * gdb.python/py-pp-re-notag.exp: Likewise.
9019 * gdb.python/py-prettyprint.exp: Likewise.
9020 * gdb.python/py-section-script.exp: Likewise.
9021 * gdb.python/py-typeprint.exp: Likewise.
9022 * gdb.python/py-xmethods.exp: Likewise.
9023 * gdb.stabs/weird.exp: Likewise.
9024 * gdb.xml/tdesc-regs.exp: Likewise.
9025
bd286a29
KCY
90262014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9027
9028 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9029 (out_cu): Use addr_len for the size of addresses.
9030 (out_line): Likewise. Size DW_LNE_set_address instruction
9031 according to addr_len.
9032 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9033 (FUNC): Add START_INSNS to definition.
9034
673dc4a0
YQ
90352014-10-18 Yao Qi <yao@codesourcery.com>
9036
9037 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9038 gdb_has_argv0 return true.
9039 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9040 check [target_info exists noargs], check [gdb_has_argv0]
9041 instead.
9042 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9043 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9044 procedures.
9045
4ffbba72
DE
90462014-10-17 Doug Evans <dje@google.com>
9047
9048 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9049 event.
9050 * gdb.python/py-events.py: Add clear_objfiles event.
9051
d096d8c1
DE
90522014-10-17 Doug Evans <dje@google.com>
9053
9054 * gdb.python/py-objfile.exp: Test progspace attribute.
9055
a80db015
LM
90562014-10-17 Luis Machado <lgustavo@codesourcery.com>
9057
9058 * gdb.guile/scm-breakpoint.exp: Do not assume any
9059 directory separators when matching source file paths.
9060 * gdb.python/py-breakpoint.exp: Likewise.
9061 * gdb.reverse/break-precsave.exp: Likewise.
9062 * gdb.reverse/break-reverse.exp: Likewise.
9063 * gdb.reverse/consecutive-precsave.exp: Likewise.
9064 * gdb.reverse/finish-precsave.exp: Likewise.
9065 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9066 * gdb.reverse/finish-reverse.exp: Likewise.
9067 * gdb.reverse/i386-precsave.exp: Likewise.
9068 * gdb.reverse/i387-env-reverse.exp: Likewise.
9069 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9070 * gdb.reverse/machinestate-precsave.exp: Likewise.
9071 * gdb.reverse/machinestate.exp: Likewise.
9072 * gdb.reverse/sigall-precsave.exp: Likewise.
9073 * gdb.reverse/solib-precsave.exp: Likewise.
9074 * gdb.reverse/step-precsave.exp: Likewise.
9075 * gdb.reverse/until-precsave.exp: Likewise.
9076 * gdb.reverse/watch-precsave.exp: Likewise.
9077 * gdb.reverse/watch-reverse.exp: Likewise.
9078
b22089ab
YQ
90792014-10-17 Yao Qi <yao@codesourcery.com>
9080
9081 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9082 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9083
6c4486e6
PA
90842014-10-17 Pedro Alves <palves@redhat.com>
9085
9086 PR gdb/17471
9087 * gdb.base/bg-execution-repeat.c: New file.
9088 * gdb.base/bg-execution-repeat.exp: New file.
9089
0ff33695
PA
90902014-10-17 Pedro Alves <palves@redhat.com>
9091
9092 PR gdb/17300
9093 * gdb.base/continue-all-already-running.c: New file.
9094 * gdb.base/continue-all-already-running.exp: New file.
9095
6fdebc3d
PA
90962014-10-17 Pedro Alves <palves@redhat.com>
9097
9098 PR gdb/17472
9099 * gdb.base/annota-input-while-running.c: New file.
9100 * gdb.base/annota-input-while-running.exp: New file.
9101
32a8097b
PA
91022014-10-17 Pedro Alves <palves@redhat.com>
9103
9104 * gdb.base/callfuncs.exp: emove references to osf.
9105 * gdb.base/sigall.exp: Likewise.
9106 * gdb.gdb/selftest.exp: Likewise.
9107 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9108 * gdb.mi/non-stop.c: Likewise.
9109 * gdb.mi/pthreads.c: Likewise.
9110 * gdb.reverse/sigall-precsave.exp: Likewise.
9111 * gdb.reverse/sigall-reverse.exp: Likewise.
9112 * gdb.threads/pthreads.c: Likewise.
9113 * gdb.threads/pthreads.exp: Likewise.
9114
7a3517ff
YQ
91152014-10-17 Yao Qi <yao@codesourcery.com>
9116
9117 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9118 check 'target_info exists noargs'.
9119 (test_command_prompt_position): Likewise.
9120 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9121 Remove "set args".
9122 (progvar_simple_while_test): Likewise.
9123 (progvar_complex_if_while_test): Likewise.
9124 (if_while_breakpoint_command_test): Likewise.
9125 (infrun_breakpoint_command_test): Likewise.
9126 (breakpoint_command_test): Likewise.
9127 (watchpoint_command_test): Likewise.
9128 (bp_deleted_in_command_test): Likewise.
9129 (temporary_breakpoint_commands): Likewise.
9130
bb99c472
YQ
91312014-10-16 Yao Qi <yao@codesourcery.com>
9132
9133 * gdb.base/remotetimeout.exp: Remove noargs checking.
9134
7c16b83e
PA
91352014-10-15 Pedro Alves <palves@redhat.com>
9136
9137 PR breakpoints/9649
9138 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9139 * gdb.base/breakpoint-in-ro-region.exp
9140 (probe_target_hardware_step): New procedure.
9141 (top level): Probe hardware stepping and hardware breakpoint
9142 support. Test stepping through a read-only region, with both
9143 "breakpoint auto-hw" on and off and both "always-inserted" on and
9144 off.
9145
35a49624
IB
91462014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9147
9148 * gdb.dlang/demangle.exp: Update for demangling changes.
9149
2d1c107c
SC
91502014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9151
9152 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9153 * gdb.cp/non-trivial-retval.exp: Add new tests.
9154
778811d5
SC
91552014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9156
9157 PR c++/13403
9158 PR c++/15154
9159 * gdb.cp/non-trivial-retval.cc: New file.
9160 * gdb.cp/non-trivial-retval.exp: New file.
9161
10c5f0a8
YQ
91622014-10-15 Yao Qi <yao@codesourcery.com>
9163
9164 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9165 remote host.
9166
65d7b369
YQ
91672014-10-15 Yao Qi <yao@codesourcery.com>
9168
9169 * gdb.python/py-symbol.exp: Match file base name if host is
9170 remote, otherwise match file name with dir name.
9171 * gdb.python/py-symtab.exp: Likewise.
9172 * gdb.python/python.exp: Likewise.
9173
46dc1394
YQ
91742014-10-15 Yao Qi <yao@codesourcery.com>
9175
9176 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9177 pattern.
9178 * gdb.python/py-symtab.exp: Likewise.
9179 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9180 locationn.
9181
c40cc657
JB
91822014-10-14 Joel Brobecker <brobecker@adacore.com>
9183
9184 * gdb.ada/addr_arith: New testcase.
9185
2abf49e1
MR
91862014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9187
9188 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9189 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9190 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9191 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9192
f7088df3
SDJ
91932014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9194
9195 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9196 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9197 * gdb.arch/stap-eval-lang-ada.exp: New file.
9198
4dc06805
YQ
91992014-10-14 Yao Qi <yao@codesourcery.com>
9200
9201 * gdb.mi/mi-var-child.c (nothing1): New function.
9202 (nothing2): New function.
9203 (do_children_tests): Set function pointers by nothing1 and
9204 nothing2.
9205 * gdb.mi/mi-var-child.exp: Step over new added statements.
9206 Update test to match the new output.
9207 * gdb.mi/var-cmd.c (nothing1): New function.
9208 (nothing2): New function.
9209 (do_children_tests): Set function pointers by nothing1 and
9210 nothing2.
9211 * gdb.mi/mi-var-display.exp: Update test to match output.
9212 Step to the line specified by $line_dct_nothing.
9213 Increase the number of lines to step.
9214
46a93de2
YQ
92152014-10-14 Yao Qi <yao@codesourcery.com>
9216
9217 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9218 tests.
9219 * gdb.mi/mi2-var-child.exp: Likewise.
9220
14ea52ee
DE
92212014-10-13 Doug Evans <dje@google.com>
9222
9223 * gdb.python/py-objfile.exp: Change name of file name test.
9224
e5c6e92b
DE
92252014-10-13 Doug Evans <dje@google.com>
9226
9227 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9228 from the start of the CU.
9229
c780cc2f
JK
92302014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9231 Yao Qi <yao@codesourcery.com>
9232
9233 Fix "save breakpoints" for "catch" command.
9234 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9235 Remove -nonewline. Match also the added "main" line.
9236
99894e11
JK
92372014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9238
9239 Fix "save breakpoints" for "disable $bpnum" command.
9240 * gdb.base/save-bp.c (main): Add label.
9241 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9242
6e1ac5a3
JK
92432014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9244
9245 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9246
754dd2b0
YQ
92472014-10-11 Yao Qi <yao@codesourcery.com>
9248
9249 * gdb.server/server-kill.exp: Execute command
9250 "set remote trace-status-packet on" before "tstatus".
9251
f90183d7
YQ
92522014-10-11 Yao Qi <yao@codesourcery.com>
9253
9254 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9255 (main): Call getppid.
9256 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9257 and continue to it. Read variable "server_pid".
9258
bf40a607
YQ
92592014-10-11 Yao Qi <yao@codesourcery.com>
9260
9261 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9262
052ca370
YQ
92632014-10-11 Yao Qi <yao@codesourcery.com>
9264
9265 * gdb.threads/thread-find.exp: Don't execute command
9266 "info threads".
9267 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9268 * gdb.threads/linux-dp.exp: Don't check the condition
9269 $threads_created equals to zero.
9270
3831839c
PA
92712014-10-10 Pedro Alves <palves@redhat.com>
9272
9273 * gdb.base/bigcore.exp: Remove references to IRIX.
9274 * gdb.base/funcargs.exp: Likewise.
9275 * gdb.base/interrupt.exp: Likewise.
9276 * gdb.base/mips_pro.exp: Likewise.
9277 * gdb.base/nodebug.exp: Likewise.
9278 * gdb.base/setvar.exp: Likewise.
9279 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9280
8b9a549d
PA
92812014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9282 Pedro Alves <palves@redhat.com>
9283
9284 PR symtab/14466
9285 * gdb.base/vdso-warning.c: New file.
9286 * gdb.base/vdso-warning.exp: New file.
9287
d48ba5e8
DE
92882014-10-02 Doug Evans <dje@google.com>
9289
9290 * gdb.base/structs.c (main): Don't run forever.
9291
2278c276
PA
92922014-10-02 Pedro Alves <palves@redhat.com>
9293
9294 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9295 (top level) <stop threads 1, stop threads 2>: Use it.
9296
b57bacec
PA
92972014-10-02 Pedro Alves <palves@redhat.com>
9298
9299 * gdb.threads/break-while-running.exp (test): Add new
9300 'update_thread_list' argument. Skip "info threads" if false.
9301 (top level): Add new 'update_thread_list' axis.
9302
13fd3ff3
PA
93032014-10-02 Pedro Alves <palves@redhat.com>
9304
9305 PR breakpoints/17431
9306 * gdb.base/execl-update-breakpoints.c: New file.
9307 * gdb.base/execl-update-breakpoints.exp: New file.
9308
0fec99e8
PA
93092014-10-01 Pedro Alves <palves@redhat.com>
9310
9311 * gdb.base/breakpoint-in-ro-region.c: New file.
9312 * gdb.base/breakpoint-in-ro-region.exp: New file.
9313
2ddf4301
SM
93142014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9315
9316 * gdb.mi/mi-exit-code.exp: New file.
9317 * gdb.mi/mi-exit-code.c: New file.
9318
6a5f3f43
YQ
93192014-09-30 Yao Qi <yao@codesourcery.com>
9320
9321 * lib/prelink-support.exp (build_executable_own_libs): Error if
9322 the target isn't native.
9323
345bcc73
YQ
93242014-09-30 Yao Qi <yao@codesourcery.com>
9325
9326 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9327 false.
9328
a25a5a45
PA
93292014-09-22 Pedro Alves <palves@redhat.com>
9330
9331 * gdb.threads/break-while-running.exp: New file.
9332 * gdb.threads/break-while-running.c: New file.
9333
00ba3162
YQ
93342014-09-19 Yao Qi <yao@codesourcery.com>
9335
9336 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9337 Invoke test. Restart GDB with --readnow and invoke test again.
9338
c3b7b696
YQ
93392014-09-19 Yao Qi <yao@codesourcery.com>
9340
9341 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9342 proc set_breakpoint_on_gcd_function. Invoke
9343 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9344 invoke set_breakpoint_on_gcd_function again.
9345
2b4fd423
DE
93462014-09-18 Doug Evans <dje@google.com>
9347
9348 * gdb.dwarf2/symtab-producer.exp: New file.
9349
a5947601
SDJ
93502014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9351
9352 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9353 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9354 * gdb.base/global-var-nested-by-dso.c: Likewise.
9355 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9356
91c19059
SDJ
93572014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9358 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.base/watch-bitfields.exp: Pass string other than test file
9361 name to prepare_for_testing.
9362 (watch): New procedure.
9363 (expect_watchpoint): Use with_test_prefix.
9364 (top level): Factor out tests to ...
9365 (test_watch_location, test_regular_watch): ... these new
9366 procedures, and use with_test_prefix and gdb_continue_to_end.
9367
bb9d5f81
PP
93682014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9369
9370 PR breakpoints/12526
9371 * gdb.base/watch-bitfields.exp: New file.
9372 * gdb.base/watch-bitfields.c: New file.
9373
635856f5
PA
93742014-09-16 Pedro Alves <palves@redhat.com>
9375
9376 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9377 software and hardware addresses, not software address against
9378 itself.
9379
7280ceea
PA
93802014-09-16 Pedro Alves <palves@redhat.com>
9381
9382 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9383 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9384
428b16bd
PA
93852014-09-16 Pedro Alves <palves@redhat.com>
9386
9387 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9388 files.
9389 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9390 "*-*-vxworks*" throughout.
9391 * gdb.base/break.exp: Likewise.
9392 * gdb.base/default.exp: Likewise.
9393 * gdb.base/scope.exp: Likewise.
9394 * gdb.base/sepdebug.exp: Likewise.
9395 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9396 throughout.
9397 * gdb.base/run.c: Likewise.
9398 * gdb.base/sepdebug.c: Likewise.
9399 * gdb.hp/gdb.aCC/run.c: Likewise.
9400 * gdb.reverse/until-reverse.c: Likewise.
9401 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9402
666d413c
YQ
94032014-09-16 Yao Qi <yao@codesourcery.com>
9404
9405 * boards/local-remote-host-native.exp: New file.
9406
57cbd724
DE
94072014-09-14 Doug Evans <xdje42@gmail.com>
9408
9409 * gdb.threads/queue-signal.c (thread_count): New variable.
9410 (thread_count_mutex, thread_count_condvar): New variables.
9411 (incr_thread_count, wait_all_threads_running): New functions.
9412 (main): Wait for all threads to be in their thread functions.
9413
81219e53
DE
94142014-09-13 Doug Evans <xdje42@gmail.com>
9415
9416 * gdb.threads/queue-signal.c: New file.
9417 * gdb.threads/queue-signal.exp: New file.
9418
3714cea7
DE
94192014-09-13 Doug Evans <xdje42@gmail.com>
9420
9421 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9422 be consistent with what default_gdb_init uses.
9423 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9424 the plain text of the prompt. Add some logging printfs.
9425 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9426
fa43b1d7
PA
94272014-09-12 Pedro Alves <palves@redhat.com>
9428
9429 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9430 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9431 * gdb.arch/i386-size-overlap.exp: Likewise.
9432 * gdb.arch/i386-size.exp: Likewise.
9433 * gdb.arch/i386-unwind.exp: Likewise.
9434 * gdb.base/a2-run.exp: Likewise.
9435 * gdb.base/break.exp: Likewise.
9436 * gdb.base/charset.exp: Likewise.
9437 * gdb.base/chng-syms.exp: Likewise.
9438 * gdb.base/commands.exp: Likewise.
9439 * gdb.base/dbx.exp: Likewise.
9440 * gdb.base/find.exp: Likewise.
9441 * gdb.base/funcargs.exp: Likewise.
9442 * gdb.base/jit-simple.exp: Likewise.
9443 * gdb.base/reread.exp: Likewise.
9444 * gdb.base/sepdebug.exp: Likewise.
9445 * gdb.base/step-bt.exp: Likewise.
9446 * gdb.cp/mb-inline.exp: Likewise.
9447 * gdb.cp/mb-templates.exp: Likewise.
9448 * gdb.objc/basicclass.exp: Likewise.
9449 * gdb.threads/killed.exp: Likewise.
9450
9d9bf2df
EBM
94512014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9452
9453 PR tdep/17379
9454 * gdb.arch/powerpc-stackless.S: New file.
9455 * gdb.arch/powerpc-stackless.exp: New file.
9456
1cf2f1b0
JK
94572014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9458
9459 * gdb.base/attach.c: Include unistd.h.
9460 (main): Call alarm. Add label postloop.
9461 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9462 gdb_breakpoint, gdb_continue_to_breakpoint.
9463 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9464
98880d46
PA
94652014-09-11 Pedro Alves <palves@redhat.com>
9466
9467 PR gdb/17347
9468 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9469 * gdb.base/attach.exp (test_command_line_attach_run): New
9470 procedure.
9471 (top level): Call it.
9472
4c92ff2c
PA
94732014-09-11 Pedro Alves <palves@redhat.com>
9474
9475 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9476 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9477 (do_command_attach_tests): Use spawn_wait_for_attach.
9478 * gdb.base/solib-overlap.exp: Likewise.
9479 * gdb.multi/multi-attach.exp: Likewise.
9480 * gdb.python/py-prompt.exp: Likewise.
9481 * gdb.python/py-sync-interp.exp: Likewise.
9482 * gdb.server/ext-attach.exp: Likewise.
9483
3adc1a7d
GKB
94842014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9485
9486 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9487 command in testcase. Simplify testcase.
9488
96334934
JB
94892014-09-10 Joel Brobecker <brobecker@adacore.com>
9490
9491 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9492
eb479039
JB
94932014-09-10 Joel Brobecker <brobecker@adacore.com>
9494
9495 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9496
deede10c
JB
94972014-09-10 Joel Brobecker <brobecker@adacore.com>
9498
9499 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9500
7828a5f5
JB
95012014-09-10 Joel Brobecker <brobecker@adacore.com>
9502
9503 * gdb.dwarf2/dynarr-ptr.c: New file.
9504 * gdb.dwarf2/dynarr-ptr.exp: New file.
9505
33aeebcf
MR
95062014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9507
9508 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9509 of 30 rather than hardcoding 120 for a slow test case. Take the
9510 `gdb,timeout' target setting into account for this calculation.
9511 Don't extend the timeout for the test cases that don't need it.
9512
7b415901
MR
95132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9514
9515 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9516 a factor of 2 for a slow test case. Take the `gdb,timeout'
9517 target setting into account for this calculation.
9518 * gdb.reverse/until-precsave.exp: Increase the timeout by
9519 a factor of 15 and 3 respectively rather than adding 120
9520 for a pair of slow test cases. Take the `gdb,timeout'
9521 target setting into account for this calculation.
9522
4a40f85a
MR
95232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9524
9525 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9526 timeout, don't pass one down to gdb_expect.
9527 (gdb_expect): Rework timeout selection.
9528
09635af7
MR
95292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9530
9531 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9532 exception on timeout.
9533 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9534 (gdbserver_start_extended): Catch any `gdbserver_start' error
9535 exceptions.
9536 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9537 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9538 `gdbserver_gdb_load' error exceptions.
9539
2bdd10b7
MR
95402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9541
9542 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9543 120 on waiting for the TCP socket to open.
9544
316935f0
DE
95452014-09-09 Doug Evans <xdje42@gmail.com>
9546
9547 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9548 _caller_matches, _any_caller_is, _any_caller_matches.
9549
83740597
DE
95502014-09-09 Doug Evans <xdje42@gmail.com>
9551
9552 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9553
4c122fc3
YQ
95542014-09-09 Yao Qi <yao@codesourcery.com>
9555
9556 * gdb.mi/mi-var-display.exp: Set print symbol off.
9557
a9f116cb
GKB
95582014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9559
9560 PR gdb/17035
9561 * gdb.base/commands.exp: Add tests to verify user-defined
9562 commands with empty bodies.
9563 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9564 python commands in `show user command`.
9565 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9566 scheme commands in `show user command`.
9567
c75bd3a2
JK
95682014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9569
9570 PR python/17355
9571 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9572 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9573 * gdb.python/py-framefilter-invalidarg.exp: New file.
9574 * gdb.python/py-framefilter-invalidarg.py: New file.
9575
faa42425
DE
95762014-09-06 Doug Evans <xdje42@gmail.com>
9577
9578 PR 15276
9579 * gdb.python/py-caller-is.c: New file.
9580 * gdb.python/py-caller-is.exp: New file.
9581
474ca4f6
SDJ
95822014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9583
9584 PR gdb/17235
9585 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9586 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9587
eb0b0463
SDJ
95882014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9589
9590 PR fortran/17237
9591 * gdb.fortran/print-formatted.exp: New file.
9592 * gdb.fortran/print-formatted.f90: Likewise.
9593
5f3b99cf
SS
95942014-09-03 Sasha Smundak <asmundak@google.com>
9595
9596 * gdb.python/py-frame.exp: Test Frame.read_register.
9597
7d793aa9
SDJ
95982014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9599
9600 PR python/16699
9601 * gdb.python/py-completion.exp: New file.
9602 * gdb.python/py-completion.py: Likewise.
9603
fb0576e9
DE
96042014-08-28 Doug Evans <dje@google.com>
9605
9606 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9607 eax,etc. are live with values set by gdb and thus the compiler can't
9608 use them.
9609 * gdb.arch/i386-pseudo.c (main): Ditto.
9610
ee92b0dd
DE
96112014-08-27 Doug Evans <dje@google.com>
9612
9613 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9614
6649db35
DE
96152014-08-25 Doug Evans <dje@google.com>
9616
9617 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9618 (main): Ditto.
9619
564b7600
DE
96202014-08-25 Doug Evans <dje@google.com>
9621
9622 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9623
3881fb67
YQ
96242014-08-24 Yao Qi <yao@codesourcery.com>
9625
9626 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9627 symbol off.
9628 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9629
a05a36a5
DE
96302014-08-22 Doug Evans <dje@google.com>
9631
9632 PR 17276
9633 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9634 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9635 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9636
7c343b48
YQ
96372014-08-22 Yao Qi <yao@codesourcery.com>
9638
9639 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9640 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9641 * gdb.python/python.exp: Likewise. Use .py file on the host
9642 instead of the build.
9643
22fd09ae
JK
96442014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9645
9646 * gdb.threads/gcore-stale-thread.c: New file.
9647 * gdb.threads/gcore-stale-thread.exp: New file.
9648
a8454a7c
PA
96492014-08-21 Pedro Alves <palves@redhat.com>
9650
9651 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9652 * gdb.base/gcore-relro-pie.exp: Likewise.
9653 * gdb.base/gcore-relro.exp: Likewise.
9654 * gdb.base/gcore.exp: Likewise.
9655 * gdb.base/print-symbol-loading.exp: Likewise.
9656 * gdb.threads/gcore-thread.exp: Likewise.
9657 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9658
2a31c623
PA
96592014-08-20 Pedro Alves <palves@redhat.com>
9660 Jan Kratochvil <jan.kratochvil@redhat.com>
9661
9662 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9663 configure.
9664 (EXPECT): Handle READ1 being set.
9665 (all): Depend on EXTRA_RULES.
9666 (check-read1, expect-read1, read1.so, read1): New rules.
9667 * README (Testsuite Parameters): Document the READ1 make variable.
9668 (Race detection): New section.
9669 * configure: Regenerate.
9670 * configure.ac: If build==host==target, and running under a
9671 GNU/glibc system, add read1 to the extra Makefile rules.
9672 (EXTRA_RULES): AC_SUBST it.
9673 * lib/read1.c: New file.
9674
d36430db
JB
96752014-08-20 Joel Brobecker <brobecker@adacore.com>
9676
9677 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9678 the handling of variables declared as a typedef to an array
9679 which a DW_AT_data_location attribute.
9680
9a0dc9e3
PA
96812014-08-19 Andrew Burgess <aburgess@broadcom.com>
9682 Pedro Alves <palves@redhat.com>
9683
9684 PR symtab/14604
9685 PR symtab/14605
9686 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9687 gdb_test.
9688
0718a8da
PA
96892014-08-19 Pedro Alves <palves@redhat.com>
9690
9691 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9692
13b448cd
YQ
96932014-08-19 Yao Qi <yao@codesourcery.com>
9694
9695 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9696 right line.
9697
1cbf5077
DB
96982014-08-18 David Blaikie <dblaikie@gmail.com>
9699
9700 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9701
bf0fae19
JB
97022014-08-18 Joel Brobecker <brobecker@adacore.com>
9703
9704 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9705 attribute in array range.
9706
3c8c5dcc
JB
97072014-08-18 Joel Brobecker <brobecker@adacore.com>
9708
9709 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9710
e66d4446
SC
97112014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9712
9713 PR c++/17132
9714 * gdb.cp/pr17132.cc: New file.
9715 * gdb.cp/pr17132.exp: New file.
9716
940df408
SC
97172014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9718
9719 * gdb.python/py-xmethods.py (A_getarrayind)
9720 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9721 Use 'print' with function call syntax.
9722 (E_method_matcher.match): Fix tab vs space indentation mixup.
9723
ebcc6c3a
YQ
97242014-08-15 Yao Qi <yao@codesourcery.com>
9725
9726 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9727 false.
9728
775e0f04
YQ
97292014-08-15 Yao Qi <yao@codesourcery.com>
9730
9731 * gdb.cp/casts.exp: Set print symbol off.
9732 * gdb.cp/class2.exp: Likewise.
9733 * gdb.cp/overload.exp: Likewise.
9734 * gdb.cp/templates.exp: Likewise.
9735
d769e349
DE
97362014-08-11 Doug Evans <dje@google.com>
9737
9738 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9739 (test_load_shlib): Update.
9740
20c6f1e1
YQ
97412014-08-09 Yao Qi <yao@codesourcery.com>
9742
9743 * gdb.base/display.exp: Invoke is_address_zero_readable.
9744 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9745 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9746 * gdb.base/hbreak-unmapped.exp: Return if
9747 is_address_zero_readable returns true.
9748 * gdb.base/signest.exp: Likewise.
9749 * gdb.base/signull.exp: Likewise.
9750 * gdb.base/sigbpt.exp: Likewise.
9751 * gdb.guile/scm-disasm.exp: Do the test if
9752 is_address_zero_readable returns false.
9753 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9754 * gdb.python/py-arch.exp: Likewise.
9755 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9756 * lib/gdb.exp (is_address_zero_readable): New proc.
9757
5792e8e3
YQ
97582014-08-09 Yao Qi <yao@codesourcery.com>
9759
9760 PR testsuite/13443
9761 * gdb.mi/mi-var-display.exp: Make test messages unique.
9762
3cecbbbe
TT
97632014-08-04 Tom Tromey <tromey@redhat.com>
9764
9765 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9766 target 0".
9767
00b51ff5
TT
97682014-08-04 Tom Tromey <tromey@redhat.com>
9769
9770 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9771 "target_resume".
9772
6908c509
JB
97732014-08-01 Joel Brobecker <brobecker@adacore.com>
9774
9775 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9776 inner_vla_struct_object_size.
9777 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9778 as xfail.
9779
cc6563d2
PA
97802014-07-30 Pedro Alves <palves@redhat.com>
9781
9782 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9783 comment.
9784
7e09a223
YQ
97852014-07-29 Yao Qi <yao@codesourcery.com>
9786
9787 PR gdb/17206
9788 * gdb.base/until-nodebug.exp: New.
9789
7ebdbe92
DE
97902014-07-28 Doug Evans <xdje42@gmail.com>
9791
9792 PR guile/17203
9793 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9794 previously existing parameter, and previously ambiguously spelled
9795 parameter.
9796
fdb1adc6
WN
97972014-07-28 Will Newton <will.newton@linaro.org>
9798
9799 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9800
186fcde0
DE
98012014-07-26 Ludovic Courtès <ludo@gnu.org>
9802 Doug Evans <xdje42@gmail.com>
9803
9804 PR guile/17146
9805 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9806
70509625
PA
98072014-07-25 Pedro Alves <palves@redhat.com>
9808
9809 * gdb.threads/signal-command-handle-nopass.c: New file.
9810 * gdb.threads/signal-command-handle-nopass.exp: New file.
9811 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9812 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9813 * gdb.threads/signal-delivered-right-thread.c: New file.
9814 * gdb.threads/signal-delivered-right-thread.exp: New file.
9815
c3f814a1
PA
98162014-07-25 Pedro Alves <palves@redhat.com>
9817
9818 * gdb.base/double-prompt-target-event-error.exp
9819 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9820 match.
9821 (cancel_pagination_in_target_event): Rework double prompt
9822 detection.
9823 * gdb.base/paginate-after-ctrl-c-running.exp
9824 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9825 <return>' match.
9826 * gdb.base/paginate-bg-execution.exp
9827 (test_bg_execution_pagination_return)
9828 (test_bg_execution_pagination_cancel): Remove '-notransfer
9829 <return>' matches.
9830 * gdb.base/paginate-execution-startup.exp
9831 (test_fg_execution_pagination_return)
9832 (test_fg_execution_pagination_cancel): Remove '-notransfer
9833 <return>' matches.
9834 * gdb.base/paginate-inferior-exit.exp
9835 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9836 match.
9837 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9838 * lib/gdb.exp (pagination_prompt): Run text through
9839 string_to_regexp.
9840 (gdb_test_multiple): Match $pagination_prompt instead of
9841 "<return>".
9842 (string_to_regexp): Move to lib/gdb-utils.exp.
9843
e214cf6c
JK
98442014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9845
9846 * gdb.arch/amd64-entry-value-paramref.S: New file.
9847 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9848 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9849 * gdb.arch/amd64-optimout-repeat.S: New file.
9850 * gdb.arch/amd64-optimout-repeat.c: New file.
9851 * gdb.arch/amd64-optimout-repeat.exp: New file.
9852
17d0c5c8
JK
98532014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9854
9855 PR gdb/17170
9856 * gdb.base/statistics.exp: New file.
9857
b8b8facf
DE
98582014-07-17 Doug Evans <dje@google.com>
9859
74b49205 9860 PR gdb/17170
b8b8facf
DE
9861 * gdb.base/maint.exp: Update testing of per-command stats.
9862
1b5d0ab3
PA
98632014-07-16 Pedro Alves <palves@redhat.com>
9864
9865 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9866 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9867 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9868 (tfile_write_buf): New functions.
9869 (add_memory_block): Rewrite using the above.
9870 (adjust_function_address): New function.
9871 (FUNCTION_ADDRESS): New macro.
9872 (write_basic_trace_file): Remove short_x local, and use
9873 tfile_write_16. Change type of func_addr local to unsigned long
9874 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9875 here. Cast argument of add_memory_block to char pointer.
9876 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9877 (main): Remove parameters.
9878 * gdb.trace/tfile.exp: Remove nowarnings.
9879
4d974e88
SM
98802014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9881
9882 * gdb.base/debug-expr.exp: Test string evaluation with
9883 "debug expression" on.
9884
41e99568
PA
98852014-07-15 Pedro Alves <palves@redhat.com>
9886
9887 * gdb.base/reread.exp: Use clean_restart.
9888
487d9753
PL
98892014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9890
9891 * gdb.arch/avr-flash-qualifer.c: New.
9892 * gdb.arch/avr-flash-qualifer.exp: New.
9893
cc1c52ad
PA
98942014-07-14 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9897 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9898
1e973570
PA
98992014-07-14 Pedro Alves <palves@redhat.com>
9900
9901 * gdb.base/double-prompt-target-event-error.c: New file.
9902 * gdb.base/double-prompt-target-event-error.exp: New file.
9903
93d6eb10
PA
99042014-07-14 Pedro Alves <palves@redhat.com>
9905
9906 PR gdb/17072
9907 * gdb.base/paginate-inferior-exit.c: New file.
9908 * gdb.base/paginate-inferior-exit.exp: New file.
9909
0017922d
PA
99102014-07-14 Pedro Alves <palves@redhat.com>
9911
9912 PR gdb/17072
9913 * gdb.base/paginate-bg-execution.c: New file.
9914 * gdb.base/paginate-bg-execution.exp: New file.
9915
94696ad3
PA
99162014-07-14 Pedro Alves <palves@redhat.com>
9917
9918 PR gdb/17072
9919 * gdb.base/paginate-execution-startup.c: New file.
9920 * gdb.base/paginate-execution-startup.exp: New file.
9921 * lib/gdb.exp (pagination_prompt): New global.
9922 (default_gdb_spawn): New procedure, factored out from
9923 default_gdb_spawn.
9924 (default_gdb_start): Adjust to call default_gdb_spawn.
9925 (gdb_spawn): New procedure.
9926
bd293940
PA
99272014-07-14 Pedro Alves <palves@redhat.com>
9928
9929 * lib/gdb.exp (gdb_assert): New procedure.
9930 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9931
c933f875
PA
99322014-07-14 Pedro Alves <palves@redhat.com>
9933
9934 * gdb.base/execution-termios.c: New file.
9935 * gdb.base/execution-termios.exp: New file.
9936
d98b7a16
TT
99372014-07-14 Tom Tromey <tromey@redhat.com>
9938
9939 * gdb.cp/vla-cxx.cc: New file.
9940 * gdb.cp/vla-cxx.exp: New file.
9941
548740d6
TT
99422014-07-14 Tom Tromey <tromey@redhat.com>
9943
9944 * gdb.reverse/rerun-prec.c: New file.
9945 * gdb.reverse/rerun-prec.exp: New file.
9946
a25eb028
MR
99472014-07-12 Maciej W. Rozycki <macro@mips.com>
9948 Maciej W. Rozycki <macro@codesourcery.com>
9949
9950 * lib/gdb-utils.exp: New file.
9951 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9952 inline `gdb_init_command' processing.
9953 (gdb_start_cmd): Likewise.
9954 * lib/mi-support.exp (mi_run_cmd): Likewise.
9955 * README: Document `gdb_init_command' and `gdb_init_commands'.
9956
218c2655
JK
99572014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9958
9959 Fix false FAIL running under a very long directory name.
9960 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9961 and "set print elements 10000". Twice.
9962
5401fde3
YQ
99632014-07-11 Yao Qi <yao@codesourcery.com>
9964
9965 * gdb.base/exprs.exp: "set print symbol off".
9966
e76126e8
PA
99672014-07-11 Pedro Alves <palves@redhat.com>
9968
9969 * gdb.threads/kill.c: New file.
9970 * gdb.threads/kill.exp: New file.
9971
2d6f0de6
YQ
99722014-07-10 Yao Qi <yao@codesourcery.com>
9973
9974 * gdb.trace/tfile.c (write_basic_trace_file)
9975 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9976 address written to trace file.
9977
7180e04a
PA
99782014-07-09 Pedro Alves <palves@redhat.com>
9979
9980 * gdb.base/attach-wait-input.exp: New file.
9981 * gdb.base/attach-wait-input.c: New file.
9982
9a9a7608
AB
99832014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9984
9985 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9986 setting up test structures.
9987 (main): Call new test function.
9988 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9989 test function, continue into test function and walk test
9990 structures.
9991
161ac41e
YQ
99922014-07-02 Yao Qi <yao@codesourcery.com>
9993
9994 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9995 'bar_start' at the beginning of functions 'foo' and 'bar'
9996 respectively.
9997 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9998 instead of 'foo' and 'bar'.
9999
1f267ae3
MM
100002014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10001
10002 * gdb.btrace/segv.exp: New.
10003 * gdb.btrace/segv.c: New.
10004
2b239efb
LM
100052014-07-02 Luis Machado <lgustavo@codesourcery.com>
10006
10007 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10008 instruction.
10009
cf363f18
MW
100102014-06-30 Mark Wielaard <mjw@redhat.com>
10011
10012 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10013 vulture, vilify, villar): New volatile array constants.
10014 (vindictive, vegetation): New const volatile array constants.
10015 * gdb.base/volatile.exp: Test volatile and const volatile array
10016 types.
10017
aebf9d24
AA
100182014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10019
10020 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10021 target lacks support for awatch, rwatch, or hbreak.
10022
b67a2c6f
YQ
100232014-06-27 Yao Qi <yao@codesourcery.com>
10024
10025 * gdb.multi/dummy-frame-restore.exp: New.
10026 * gdb.multi/dummy-frame-restore.c: New.
10027
aef92902
MM
100282014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10029
10030 * gdb.btrace/gcore.exp: New.
10031
8e9db26e
PA
100322014-06-23 Pedro Alves <palves@redhat.com>
10033
10034 * gdb.base/watchpoint-reuse-slot.c: New file.
10035 * gdb.base/watchpoint-reuse-slot.exp: New file.
10036
70afc5b7
SC
100372014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10038
10039 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10040 progspace's filename in 'info', 'enable' and 'disable' command
10041 tests.
10042
b972bd9c
JK
100432014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10044
10045 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10046 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10047 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10048
125f8a3d
GB
100492014-06-20 Gary Benson <gbenson@redhat.com>
10050
10051 * gdb.arch/i386-avx.exp: Fix include file location.
10052 * gdb.arch/i386-sse.exp: Likewise.
10053
3ed9baed
IB
100542014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10055
10056 * gdb.dlang/expression.exp: New file.
10057
034f788c
PA
100582014-06-19 Pedro Alves <palves@redhat.com>
10059
10060 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10061 out from ...
10062 (top level): ... here. Iterate running tests under different
10063 scheduler-locking settings.
10064
45371d0c
LM
100652014-06-18 Luis Machado <lgustavo@codesourcery.com>
10066
10067 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10068 to DW_FORM_addr and use non-zero addresses.
10069
5d376983
SC
100702014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10071
10072 PR gdb/17017
10073 * gdb.python/py-xmethods.cc: Add global function call counters and
10074 increment them in their respective functions. Remove "cout"
10075 statements.
10076 * gdb.python/py-xmethods.exp: Make tests check the global function
10077 call counters instead of depending on inferior IO.
10078
a1aa2221
LM
100792014-06-18 Don Breazeal <donb@codesourcery.com>
10080
10081 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10082 Deleted procedure.
10083 (explicit_fork_parent_follow): Deleted procedure.
10084 (explicit_fork_child_follow): Deleted procedure.
10085 (test_follow_fork): New procedure.
10086 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 10087 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
10088 procedure calls.
10089
0fc05997
YQ
100902014-06-17 Yao Qi <yao@codesourcery.com>
10091
10092 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10093 CP1252.
10094
70795c52
LM
100952014-06-17 Luis Machado <lgustavo@codesourcery.com>
10096
10097 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10098 Initialize ptr and S explicitly.
10099 (skip_type_update_when_not_use_rtti_test): Likewise.
10100
6be47f0c
KS
101012014-06-16 Keith Seitz <keiths@redhat.com>
10102
10103 PR mi/15863
10104 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10105 the inferior is started.
10106
d03de421
PA
101072014-06-16 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.base/break-main-file-remove-fail.c: New file.
10110 * gdb.base/break-main-file-remove-fail.exp: New file.
10111 * gdb.base/break-unload-file.exp: Use build_executable instead of
10112 prepare_for_testing.
10113 (test_break): New parameter "initial_load". Handle it.
10114 (top level): Add initial_load cmdline/file axis.
10115
f9579b99
TT
101162014-06-12 Tom Tromey <tromey@redhat.com>
10117
10118 * gdb.base/completion.exp: Don't use directory name in test.
10119
3657956b
GB
101202014-06-09 Gary Benson <gbenson@redhat.com>
10121
10122 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10123 separate the always-available ANSI-standard signals from the
10124 signals that require checking.
10125 (main): Likewise.
10126 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10127 Likewise.
10128 (main): Likewise.
10129
4186eb54
KS
101302014-06-07 Keith Seitz <keiths@redhat.com>
10131
10132 Revert:
10133 PR c++/16253
10134 * gdb.cp/var-tag.cc: New file.
10135 * gdb.cp/var-tag.exp: New file.
10136 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10137 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10138 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10139 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10140
25326a28 101412014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
10142
10143 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10144
829155c9
PA
101452014-06-06 Pedro Alves <palves@redhat.com>
10146
10147 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10148 in target debug output instead of looking at RSP packets,
10149 disabling the test on any target that uses hardware stepping.
10150 Update comments.
10151
61c8d22e
PA
101522014-06-06 Pedro Alves <palves@redhat.com>
10153
10154 * gdb.base/break-unload-file.exp: Fix typo.
10155
d9a47287
YQ
101562014-06-06 Yao Qi <yao@codesourcery.com>
10157
10158 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10159 from "jit_function" to "^jit_function".
10160
e5e01dbf
YQ
101612014-06-06 Yao Qi <yao@codesourcery.com>
10162
10163 * gdb.base/async.c (foo): Add one statement.
10164 * gdb.base/async.exp: Get the next instruction address and
10165 match the output of "nexti" by instruction address. Match
10166 the hex address in the output of "finish".
10167
73ba372c
GB
101682014-06-06 Gary Benson <gbenson@redhat.com>
10169
10170 * gdb.base/call-signals.c: Remove preprocessor conditionals
10171 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10172 SIGSEGV and SIGTERM.
10173 * gdb.base/sigall.c: Likewise.
10174 * gdb.base/unwindonsignal.c: Likewise.
10175 * gdb.reverse/sigall-reverse.c: Likewise.
10176
831517df
YQ
101772014-06-06 Yao Qi <yao@codesourcery.com>
10178
10179 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10180 readable, skip the test.
10181
b8b91e98
YQ
101822014-06-06 Yao Qi <yao@codesourcery.com>
10183
10184 * gdb.threads/staticthreads.c (thread_function): Move the line
10185 setting breakpoint on forward.
10186 * gdb.threads/staticthreads.exp: Update comments.
10187
fb934770
LC
101882014-06-05 Ludovic Courtès <ludo@gnu.org>
10189
10190 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10191 "history-append! type error".
10192
6ef284bd
SM
101932014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10194
10195 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10196 erroneous dprintf expected input.
10197
a872e241
DE
101982014-06-04 Doug Evans <xdje42@gmail.com>
10199
10200 * gdb.guile/scm-generics.exp: Delete.
10201
16f691fb
DE
102022014-06-04 Doug Evans <xdje42@gmail.com>
10203
10204 * gdb.guile/scm-breakpoint.exp: Update.
10205 Add tests for breakpoint registration.
10206
012370f6
TT
102072014-06-04 Tom Tromey <tromey@redhat.com>
10208
10209 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10210 VLA-in-union.
10211 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10212 inner_vla_struct, vla_union types. Initialize objects of those
10213 types and compute their sizes.
10214
9f5a4cef
HZ
102152014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10216 Hui Zhu <hui@codesourcery.com>
10217
10218 * gdb.base/fileio.exp: Add test for shell not available as well as
10219 available.
10220 * gdb.base/fileio.c (test_system): Check for shell twice.
10221
90a45c4d
YQ
102222014-06-04 Yao Qi <yao@codesourcery.com>
10223
10224 * gdb.base/auto-connect-native-target.exp: Remove redundant
10225 space from the regexp pattern.
10226
70017e41
YQ
102272014-06-04 Yao Qi <yao@codesourcery.com>
10228
10229 * gdb.base/default.exp: Replace "child" with "native" in
10230 regexp pattern.
10231
883964a7
SC
102322014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10233
10234 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10235 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10236 * gdb.python/py-xmethods.py: Python script supporting the
10237 new testcase and tests.
10238
ef370185
JB
102392014-06-03 Joel Brobecker <brobecker@adacore.com>
10240 Pedro Alves <palves@redhat.com>
10241
10242 PR breakpoints/17000
10243 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10244 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10245
1e2ccb61
BM
102462014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10247
10248 * gdb.base/subst.exp: Add tests to verify partial path matching
10249 output.
10250
c6ec5ab2
PA
102512014-06-03 Pedro Alves <palves@redhat.com>
10252
10253 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10254 target that doesn't use software single-stepping.
10255
835c559f
PA
102562014-06-03 Pedro Alves <palves@redhat.com>
10257
10258 PR breakpoints/17000
10259 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10260 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10261
06eb1586
DE
102622014-06-02 Doug Evans <xdje42@gmail.com>
10263
10264 * gdb.guile/scm-parameter.exp: New file.
10265
e698b8c4
DE
102662014-06-02 Doug Evans <xdje42@gmail.com>
10267
10268 * gdb.guile/scm-cmd.c: New file.
10269 * gdb.guile/scm-cmd.exp: New file.
10270
ded03782
DE
102712014-06-02 Doug Evans <xdje42@gmail.com>
10272
10273 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10274 pretty-printer lookup.
10275 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10276 (make-pp_s-printer): Call it.
10277 (make-pretty-printer-from-dict): New function.
10278 (lookup-pretty-printer-maker-from-dict): New function.
10279 (*pretty-printer*): Simplify.
10280 (make-objfile-pp_s-printer): New function.
10281 (install-objfile-pretty-printers!): New function.
10282 (make-progspace-pp_s-printer): New function.
10283 (install-progspace-pretty-printers!): New function.
10284 * gdb.guile/scm-progspace.c: New file.
10285 * gdb.guile/scm-progspace.exp: New file.
10286
41fac0cf
PA
102872014-06-02 Pedro Alves <palves@redhat.com>
10288
10289 * gdb.base/dprintf-bp-same-addr.c: New file.
10290 * gdb.base/dprintf-bp-same-addr.exp: New file.
10291
96ae5695
EBM
102922014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10293
10294 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10295 * gdb.arch/powerpc-power.s: Likewise.
10296
da02b3a8
JB
102972014-06-02 Joel Brobecker <brobecker@adacore.com>
10298
10299 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10300
c72b2e7b
YQ
103012014-06-01 Yao Qi <yao@codesourcery.com>
10302
10303 * gdb.base/watchpoint.exp (test_watch_location): Check null
10304 pointer can be dereferenced. If not, do the test, otherwise
10305 skip it.
10306
53e8a631
AB
103072014-05-30 Andrew Burgess <aburgess@broadcom.com>
10308
10309 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10310 results.
10311 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10312
938f0e2f
AB
103132014-05-30 Andrew Burgess <aburgess@broadcom.com>
10314
10315 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10316 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10317 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10318 * gdb.arch/amd64-invalid-stack-top.c: New file.
10319 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10320
9ba6657a
PA
103212014-05-30 Pedro Alves <palves@redhat.com>
10322
10323 PR breakpoints/17000
10324 * gdb.base/sss-bp-on-user-bp.c: New file.
10325 * gdb.base/sss-bp-on-user-bp.exp: New file.
10326
522c09bf
DB
103272014-05-30 David Blaikie <dblaikie@gmail.com>
10328
10329 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10330 gnu_inline semantics via attribute.
10331 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10332 source explicitly specifies the required semantics.
10333
bf4ef81e
MR
103342014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10335
10336 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10337
329ea579
PA
103382014-05-29 Pedro Alves <palves@redhat.com>
10339 Tom Tromey <tromey@redhat.com>
10340
10341 * gdb.base/async-shell.exp: Don't enable target-async.
10342 * gdb.base/async.exp
10343 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10344 parameter. Adjust.
10345 (top level): Don't test with "target-async".
10346 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10347 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10348 * gdb.base/inferior-died.exp: Don't enable target-async.
10349 * gdb.base/interrupt-noterm.exp: Likewise.
10350 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10351 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10352 * gdb.mi/mi-nonstop.exp: Likewise.
10353 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10354 * gdb.mi/mi-nsintrall.exp: Likewise.
10355 * gdb.mi/mi-nsmoribund.exp: Likewise.
10356 * gdb.mi/mi-nsthrexec.exp: Likewise.
10357 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10358 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10359 * gdb.python/py-evsignal.exp: Don't enable target-async.
10360 * gdb.python/py-evthreads.exp: Likewise.
10361 * gdb.python/py-prompt.exp: Likewise.
10362 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10363 * gdb.server/solib-list.exp: Don't enable target-async.
10364 * gdb.threads/thread-specific-bp.exp: Likewise.
10365 * lib/mi-support.exp: Adjust to use mi-async.
10366
fd664c91
PA
103672014-05-29 Pedro Alves <palves@redhat.com>
10368
10369 PR gdb/13860
10370 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10371 reason, even in sync mode.
10372
251bde03
PA
103732014-05-29 Pedro Alves <palves@redhat.com>
10374 Hui Zhu <hui@codesourcery.com>
10375
10376 PR PR15693
10377 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10378 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10379 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10380 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10381
7f3c0343
JB
103822014-05-28 Joel Brobecker <brobecker@adacore.com>
10383
10384 * config/monitor.exp (gdb_target_monitor): Replace use of
10385 "set remotebaud" by "set serial baud".
10386
b2715b27
AW
103872014-05-26 Andy Wingo <wingo@igalia.com>
10388
10389 * gdb.guile/scm-breakpoint.exp:
10390 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10391 properties instead of gdb-object-properties.
10392
498a4489
YQ
103932014-05-26 Yao Qi <yao@codesourcery.com>
10394
10395 * gdb.server/no-thread-db.exp: Specify source file name
10396 explicitly when setting a breakpoint.
10397
589fdceb
MM
103982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10399
10400 * gdb.btrace/vdso.c: New.
10401 * gdb.btrace/vdso.exp: New.
10402
e9089e05
MM
104032014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10404
10405 * gdb.base/gcore.exp (capture_command_output): Move ...
10406 * lib/gdb.exp (capture_command_output): ... here.
10407
67b5c0c1
MM
104082014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10409
10410 * gdb.btrace/data.exp: Test memory access during btrace replay.
10411
a2199296
SM
104122014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10413
10414 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10415
17b2616c
PA
104162014-05-21 Pedro Alves <palves@redhat.com>
10417
10418 PR gdb/13860
10419 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10420 (top level): Test that output related to execution commands is
10421 sent to the console with CLI commands, but not with MI commands.
10422 Test that breakpoint events are always mirrored to the console.
10423 Also expect the new source line to be output after a "next" in
10424 async mode too. Make it a pass/fail test.
10425 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10426 output.
10427 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10428
5166082f
PA
104292014-05-21 Pedro Alves <palves@redhat.com>
10430
10431 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10432 Use them to test variations of "list" after reaching a breakpoint.
10433 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10434 Test "list" with listsize 10 after reaching a breakpoint.
10435 * gdb.python/python.exp (decode_line current location line
10436 number): Adjust expected line number.
10437
2f25d70f
SM
104382014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10439
10440 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10441 behavior for $args, pass it directly to "run".
10442
ff604a67
MR
104432014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10444
10445 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10446 30000 to 65536.
10447
6a3cb8e8
PA
104482014-05-21 Pedro Alves <palves@redhat.com>
10449
10450 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10451 auto-connect-native-target off".
10452 * gdb.base/auto-connect-native-target.c: New file.
10453 * gdb.base/auto-connect-native-target.exp: New file.
10454
4ebfc96e
PA
104552014-05-21 Pedro Alves <palves@redhat.com>
10456
10457 * gdb.base/default.exp: Test "target native" instead of "target
10458 child".
10459
36d46afb
MW
104602014-05-21 Mark Wielaard <mjw@redhat.com>
10461
10462 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10463
5876f503
JK
104642014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10465
10466 Fix TLS access for -static -pthread.
10467 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10468 <HAVE_TLS> (thread_function, main): Initialize it.
10469 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10470 Add clean_restart.
10471 <$have_tls != "">: Check TLSVAR.
10472
0256a6ac
PA
104732014-05-21 Pedro Alves <palves@redhat.com>
10474
10475 * gdb.base/dcache-line-read-error.c: New.
10476 * gdb.base/dcache-line-read-error.exp: New.
10477
936d2992
PA
104782014-05-20 Pedro Alves <palves@redhat.com>
10479
10480 * gdb.base/compare-sections.c: New file.
10481 * gdb.base/compare-sections.exp: New file.
10482
802e8e6d
PA
104832014-05-20 Pedro Alves <palves@redhat.com>
10484
10485 * gdb.base/break-idempotent.c: New file.
10486 * gdb.base/break-idempotent.exp: New file.
10487
e59fa00f
MM
104882014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10489
10490 * gdb.btrace/nohist.exp: New.
10491
8b696e31
YQ
104922014-05-20 Yao Qi <yao@codesourcery.com>
10493
10494 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10495 gdb.reverse directory and gdb_reverse_timeout exists in board
10496 setting.
10497 * README: Document gdb_reverse_timeout.
10498
73c9764f
YQ
104992014-05-20 Yao Qi <yao@codesourcery.com>
10500
10501 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10502 'test_file_name'. Treat args as a string instead of a list.
10503 (gdb_init): Rename argument 'args' by 'test_file_name'.
10504
f1f4348a
JK
105052014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10506
10507 * gdb.arch/powerpc-power.exp: New file.
10508 * gdb.arch/powerpc-power.s: New file.
10509
0dbe70ce
DE
105102014-05-16 Doug Evans <dje@google.com>
10511
10512 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10513 * gdb.base/completion.exp: Check that all expected files exist
10514 before doing file completion.
0dbe70ce 10515
8d551b02
DE
105162014-05-16 Doug Evans <dje@google.com>
10517
10518 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10519 Update.
10520 (do_syscall_tests_without_xml): Update.
10521
73eb7709
PA
105222014-05-16 Pedro Alves <palves@redhat.com>
10523
10524 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10525 instead of "unknown output after running".
10526
3fae92fc
YQ
105272014-05-16 Yao Qi <yao@codesourcery.com>
10528
10529 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10530 file1.txt from host at the end.
10531 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10532
c2b2ccc5
DE
105332014-05-15 Doug Evans <dje@google.com>
10534
10535 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10536 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10537 loading file. Add test for TU lookup.
10538
8c217a4b
SM
105392014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10540
10541 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10542 calling "-exec-arguments" or "set args" before running the
10543 inferior.
10544
3deb39c6
SM
105452014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10546
10547 * lib/mi-support.exp (mi_expect_stop): Expect message for
10548 inferiors that exit with non-zero exit code.
10549
71a79f8c
YQ
105502014-05-14 Yao Qi <yao@codesourcery.com>
10551
10552 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10553 match absolute path on remote host.
10554 (test_file_list_exec_source_files): Remove "/" from the
10555 pattern.
10556
f23fcd46
YQ
105572014-05-14 Yao Qi <yao@codesourcery.com>
10558
10559 * boards/local-remote-host-notty.exp (${board}_file): New
10560 proc.
10561
9404b58f
KM
105622014-05-07 Kyle McMartin <kyle@redhat.com>
10563
10564 Pushed by Joel Brobecker <brobecker@adacore.com>.
10565 * gdb.arch/aarch64-atomic-inst.c: New file.
10566 * gdb.arch/aarch64-atomic-inst.exp: New file.
10567
5e45f04c
YQ
105682014-05-07 Yao Qi <yao@codesourcery.com>
10569
10570 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10571 in current context" too.
10572
c888a17d
KS
105732014-05-05 Keith Seitz <keiths@redhat.com>
10574
10575 * gdb.linespec/ls-dollar.exp: Add test for linespec
10576 file:convenience_variable.
10577
290a839c
YQ
105782014-05-05 Yao Qi <yao@codesourcery.com>
10579
10580 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10581 traceframes into tfile and ctf trace files. Read data from
10582 trace file and test collected data.
10583 (gdb_collect_locals_test): Likewise.
10584 (gdb_unavailable_registers_test): Likewise.
10585 (gdb_unavailable_floats): Likewise.
10586 (gdb_collect_globals_test): Likewise.
10587 (top-level): Append "ctf" to trace_file_targets if GDB
10588 supports.
10589
b5262cd0
YQ
105902014-05-05 Yao Qi <yao@codesourcery.com>
10591
10592 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10593 code to ...
10594 (gdb_collect_args_test_1): ... it. New proc.
10595 (gdb_collect_locals_test): Move some code to ...
10596 (gdb_collect_locals_test_1): ... it. New proc.
10597 (gdb_unavailable_registers_test): Move some code to ...
10598 (gdb_unavailable_registers_test_1): ... it. New proc.
10599 (gdb_unavailable_floats): Move some code to ...
10600 (gdb_unavailable_floats_1): ... it. New proc.
10601
30a1e6cc
SDJ
106022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10603
10604 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10605 probes to test for bitness recognition.
10606 * gdb.arch/amd64-stap-optional-prefix.exp
10607 (test_probe_value_without_reg): New procedure.
10608 Add code to test for different kinds of bitness.
10609
f33da99a
SDJ
106102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10611
10612 PR breakpoints/16889
10613 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10614 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10615
5b80f00d
PA
106162014-05-01 Pedro Alves <palves@redhat.com>
10617
10618 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10619 gdb_file_cmd if no file is specified.
10620 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10621 last_loaded_file to set the remote exec-file.
10622
f8c2a73c
PA
106232014-05-01 Pedro Alves <palves@redhat.com>
10624
10625 * boards/local-remote-host.exp: New file.
10626
be6e8ac7
PA
106272014-05-01 Pedro Alves <palves@redhat.com>
10628
10629 * boards/local-remote-host.exp: Rename to ...
10630 * boards/local-remote-host-notty.exp: ... this.
10631
cac0dc8f
JB
106322014-04-28 Joel Brobecker <brobecker@adacore.com>
10633
10634 * gdb.ada/dyn_arrayidx: New testcase.
10635
9730e6cc
YQ
106362014-04-26 Yao Qi <yao@codesourcery.com>
10637
10638 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10639 and compute the length of function main. Save it in
10640 $main_length.
10641 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10642 (top-level): Use gdb_compile to compile objects into
10643 executable and restart GDB. Remove invocation to
10644 prepare_for_testing.
10645
7ae1a6a6
PA
106462014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10647 Pedro Alves <palves@redhat.com>
10648
10649 PR server/16255
10650 * gdb.multi/multi-attach.c: New file.
10651 * gdb.multi/multi-attach.exp: New file.
10652
4082afcc
PA
106532014-04-25 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10656 user.
10657 (top level): Test that "set remote conditional-breakpoints-packet
10658 off" works as intended.
10659 * gdb.base/dprintf.exp: Test that "set remote
10660 breakpoint-commands-packet off" works as intended.
10661 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10662 New function.
10663 (top level): Call it.
10664 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10665 remote fast-tracepoints-packet off" works as intended.
10666 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10667 * lib/gdb.exp (gdb_is_target_remote): ... here.
10668
2abc3f8d
DB
106692014-04-24 David Blaikie <dblaikie@gmail.com>
10670
10671 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10672 ensure clang would not discard them.
10673 * gdb.base/gdbvars.c: Ditto.
10674 * gdb.base/memattr.c: Ditto.
10675 * gdb.base/whatis.c: Ditto.
10676 * gdb.python/py-prettyprint.c: Ditto.
10677 * gdb.trace/actions.c: Ditto.
10678 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10679 ensure clang would not discard it.
10680
bfd39632
DB
106812014-04-24 David Blaikie <dblaikie@gmail.com>
10682
10683 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10684 clang to emit the full definition of type required by the test
10685 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10686
22842ff6
DB
106872014-04-24 David Blaikie <dblaikie@gmail.com>
10688
10689 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10690 coax Clang into emitting the definition of the type.
10691 * gdb.cp/pr10728-x.h (y): Ditto.
10692 * gdb.cp/pr10728-y.cc (y): Ditto.
10693
c2e827ad
DB
106942014-04-24 David Blaikie <dblaikie@gmail.com>
10695
10696 * gdb.base/label.exp: XFAIL label related tests under Clang.
10697 * gdb.cp/cplabel.exp: Ditto.
10698 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10699 under Clang those using labels.
10700
4c2d33e7
YQ
107012014-04-25 Yao Qi <yao@codesourcery.com>
10702
10703 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10704 double_label.
10705 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10706 partial_label and double_label.
10707
56083b99
DB
107082014-04-24 David Blaikie <dblaikie@gmail.com>
10709
10710 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10711
25d4e99d
DB
107122014-04-24 David Blaikie <dblaikie@gmail.com>
10713
10714 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10715 of the function to work across GCC and Clang.
10716 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10717 pointer types (const void ** const V void **).
10718
01f9f808
MS
107192014-04-24 Michael Sturm <michael.sturm@mintel.com>
10720 Walfred Tedeschi <walfred.tedeschi@intel.com>
10721
10722 * Makefile.in (EXECUTABLES): Added i386-avx512.
10723 * gdb.arch/i386-avx512.c: New file.
10724 * gdb.arch/i386-avx512.exp: Likewise.
10725
4b48d439
KS
107262014-04-23 Keith Seitz <keiths@redhat.com>
10727
10728 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10729 (mi_make_breakpoint_table): New procedure.
10730 (mi_create_breakpoint): Use mi_make_breakpoint
10731 and return the result.
10732 (mi_make_breakpoint): New procedure.
10733 (mi_build_kv_pairs): New procedure.
10734
10735 * gdb.mi/mi-break.exp: Remove unused globals,
10736 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10737 All callers updated.
10738 * gdb.mi/mi-dprintf.exp: Use variable to track command
10739 number.
10740 Update all callers of mi_create_breakpoint and use
10741 mi_make_breakpoint_table.
10742 Remove any unused global variables.
10743 * gdb.mi/mi-nonstop.exp: Likewise.
10744 * gdb.mi/mi-nsintrall.exp: Likewise.
10745 * gdb.mi/mi-nsmoribund.exp: Likewise.
10746 * gdb.mi/mi-nsthrexec.exp: Likewise.
10747 * gdb.mi/mi-reverse.exp: Likewise.
10748 * gdb.mi/mi-simplerun.exp: Likewise.
10749 * gdb.mi/mi-stepn.exp: Likewise.
10750 * gdb.mi/mi-syn-frame.exp: Likewise.
10751 * gdb.mi/mi-until.exp: Likewise.
10752 * gdb.mi/mi-var-cp.exp: Likewise.
10753 * gdb.mi/mi-var-display.exp: Likewise.
10754 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10755 * gdb.mi/mi2-var-child.exp: Likewise.
10756 * gdb.mi/mi-vla-c99.exp: Likewise.
10757 * lib/mi-support.exp: Likewise.
10758
10759 From Ian Lance Taylor <iant@cygnus.com>:
10760 * lib/gdb.exp (parse_args): New procedure.
10761
08351840
PA
107622014-04-23 Pedro Alves <palves@redhat.com>
10763
10764 * gdb.base/break-unload-file.c: New file.
10765 * gdb.base/break-unload-file.exp: New file.
10766 * gdb.base/sym-file-lib.c (baz): New function.
10767 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10768 field.
10769 (load): Store the segment's mapped size.
10770 (unload): New function.
10771 (unload_shlib): New function.
10772 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10773 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10774 set a breakpoint at baz, and call it.
10775 * gdb.base/sym-file.exp: New tests for stale breakpoint
10776 instructions.
10777
076855f9
PA
107782014-04-23 Pedro Alves <palves@redhat.com>
10779
10780 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10781 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10782 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10783 * gdb.base/hbreak-unmapped.c: New file.
10784 * gdb.base/hbreak-unmapped.exp: New file.
10785 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10786 * lib/gdb.exp (gdb_is_target_remote): ... here.
10787
483805cf
PA
107882014-04-22 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.base/consecutive-step-over.c: New file.
10791 * gdb.base/consecutive-step-over.exp: New file.
10792
06d97543
PA
107932014-04-22 Pedro Alves <palves@redhat.com>
10794
10795 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10796 instead of send_gdb/gdb_expect.
10797
b4429ea2
YQ
107982014-04-22 Yao Qi <yao@codesourcery.com>
10799
10800 * lib/trace-support.exp (generate_tracefile): New procedure.
10801 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10802 return 0.
10803 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10804 if generate_tracefile returns 1.
10805
51d48146
PA
108062014-04-18 Tom Tromey <palves@redhat.com>
10807 Pedro alves <tromey@redhat.com>
10808
10809 PR backtrace/15558
10810 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10811 with a backtrace limit.
10812 * gdb.python/py-frame-inline.exp: Test running to an inline
10813 function with a backtrace limit, and printing the newest frame.
10814 * gdb.python/py-frame-inline.c (main): Call f.
10815
bd1dce5f
MS
108162014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10817
10818 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10819
40d1a503
MS
108202014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10821
10822 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10823 Drop prefix from unsupported source file path.
10824
389b98f7
YQ
108252014-04-17 Yao Qi <yao@codesourcery.com>
10826
10827 * lib/gdb.exp (with_target_charset): New proc.
10828 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10829 with_target_charset.
10830 (test_print_strings): Likewise.
10831 (test_repeat_bytes): Likewise.
10832 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10833 for some tests.
10834
22869d73
KS
108352014-04-16 Keith Seitz <keiths@redhat.com>
10836
10837 PR gdb/15827
10838 * gdb.dwarf2/corrupt.c: New file.
10839 * gdb.dwarf2/corrupt.exp: New file.
10840
c4f87ca6
KS
108412014-04-16 Keith Seitz <keiths@redhat.com>
10842
10843 PR c++/16597
10844 * gdb.cp/namelessclass.cc: New file.
10845 * gdb.cp/namelessclass.exp: New file.
10846 * gdb.cp/namelessclass.S: New file.
10847
ab19de87
DE
108482014-04-16 Doug Evans <dje@google.com>
10849
10850 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10851 Add comment.
10852 (gdbserver_default_get_comm_port): New function.
10853 (gdbserver_start): Check if board file provided
10854 "gdbserver,get_comm_port" and use it if so.
10855 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10856 (gdb,socketport): Set to "stdio".
10857 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10858 (stdio_gdbserver_template): Delete.
10859 (${board}_get_remote_address): Update.
10860 (${board}_build_remote_cmd): Delete.
10861 (${board}_get_comm_port): New function.
10862 (${board}_spawn): Update.
10863 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10864 Delete.
10865 (${board}_get_remote_address): Update.
10866 (${board}_get_comm_port): New function.
10867
fc98a809
AB
108682014-04-16 Andrew Burgess <aburgess@broadcom.com>
10869
10870 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10871 appearing in any order.
10872
87fd9e6e
DE
108732014-04-15 Doug Evans <dje@google.com>
10874
10875 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10876 uninitialized value of "description".
10877
099fc3ea
KS
108782014-04-15 Keith Seitz <keiths@redhat.com>
10879
10880 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10881 Remove unused globals.
10882 (test_running_the_program): Likewise.
10883 (test_controlled_execution): Likewise.
10884 (test_controlling_breakpoints): Likewise.
10885 (test_program_termination): Likewise.
10886
5da151d4
KS
108872014-04-15 Keith Seitz <keiths@redhat.com>
10888
10889 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10890 unused globals.
10891 (test_rbreak_creation_and_listing): Likewise.
10892 (test_ignore_count): Likewise.
10893 (test_error): Likewise.
10894
35e5d2f0
PA
108952014-04-15 Pedro Alves <palves@redhat.com>
10896
10897 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10898 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10899 sym-file-loader.c.
10900 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10901 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10902 to sym-file-loader.c.
10903 (struct library): Forward declare.
10904 (load_shlib, lookup_function): Change prototypes.
10905 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10906 (translate_offset): Remove declarations.
10907 (get_text_addr): New declaration.
10908 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10909 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10910 sym-file-loader.h.
10911 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10912 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10913 here from sym-file-loader.h.
10914 (struct library): New structure.
10915 (load_shlib, lookup_function): Change prototypes and adjust to
10916 work with a struct library.
10917 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10918 (translate_offset): Make static.
10919 (get_text_addr): New function.
10920 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10921
eb4c1710
PA
109222014-04-15 Pedro Alves <palves@redhat.com>
10923
10924 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10925
2d1baf52
PA
109262014-04-15 Pedro Alves <palves@redhat.com>
10927
10928 * gdb.base/sym-file-loader.c: Include <limits.h>.
10929 (SELF_LINK): New define.
10930 (get_origin): New function.
10931 (load_shlib): Use it.
10932 * gdb.base/sym-file.exp: Don't early return if the target is
10933 remote. Use runto_main, and issue fail is that fails. Use
10934 gdb_load_shlibs.
10935 (shlib_name): Delete.
10936 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10937
7dd6df01
PA
109382014-04-15 Pedro Alves <palves@redhat.com>
10939
10940 * gdb.base/sym-file.exp: Remove regex characters from test
10941 message. Don't refer to breakpoint numbers in test messages.
10942
b50c8614
KS
109432014-04-14 Keith Seitz <keiths@redhat.com>
10944
10945 PR c++/16253
10946 * gdb.cp/var-tag.cc: New file.
10947 * gdb.cp/var-tag.exp: New file.
10948 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10949 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10950 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10951 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10952
3d567982
TT
109532014-04-14 Tom Tromey <tromey@redhat.com>
10954
10955 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10956 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10957 type.
10958 * gdb.cp/enum-class.exp: New file.
10959 * gdb.cp/enum-class.cc: New file.
10960
0626fc76
TT
109612014-04-14 Tom Tromey <tromey@redhat.com>
10962
10963 * gdb.dwarf2/enum-type.exp: New file.
10964
dca325b3
SA
109652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10966
10967 * gdb.mi/mi-vla-c99.exp: New file.
10968 * gdb.mi/vla.c: New file.
10969
5854b38a
SA
109702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10971
10972 * gdb.base/vla-datatypes.c: New file.
10973 * gdb.base/vla-datatypes.exp: New file.
10974
463bb957
SA
109752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10976
10977 * gdb.base/vla-ptr.c: New file.
10978 * gdb.base/vla-ptr.exp: New file.
10979
3dd170be
SA
109802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10981
10982 * gdb.dwarf2/count.exp: New file.
10983
5ecaaa66
SA
109842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10985
10986 * gdb.base/vla-sideeffect.c: New file.
10987 * gdb.base/vla-sideeffect.exp: New file.
10988
41f1ada5
DB
109892014-04-14 David Blaikie <dblaikie@gmail.com>
10990
10991 * gdb.mi/non-stop.c: Add return value for non-void function return
10992 statement.
10993 * gdb.threads/staticthreads.c: Ditto.
10994
0be03e84
DE
109952014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10996 Doug Evans <xdje42@gmail.com>
10997
10998 * gdb.guile/scm-value.c: Improve test case.
10999 * gdb.guile/scm-value.exp: Add new test.
11000
f180a1fb
DB
110012014-04-11 David Blaikie <dblaikie@gmail.com>
11002
11003 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11004 override Clang's default.
11005
6b662e19
JB
110062014-04-11 Joel Brobecker <brobecker@adacore.com>
11007
11008 Revert the following changes (regressions):
11009
11010 * gdb.base/vla-sideeffect.c: New file.
11011 * gdb.base/vla-sideeffect.exp: New file.
11012
11013 * gdb.dwarf2/count.exp: New file.
11014
11015 * gdb.base/vla-multi.c: New file.
11016 * gdb.base/vla-multi.exp: New file.
11017
11018 * gdb.base/vla-ptr.c: New file.
11019 * gdb.base/vla-ptr.exp: New file.
11020
11021 * gdb.base/vla-datatypes.c: New file.
11022 * gdb.base/vla-datatypes.exp: New file.
11023
11024 * gdb.mi/mi-vla-c99.exp: New file.
11025 * gdb.mi/vla.c: New file.
11026
245a5f0b
KS
110272014-04-11 Keith Seitz <keiths@redhat.com>
11028
11029 PR c++/16675
11030 * gdb.cp/cpsizeof.exp: New file.
11031 * gdb.cp/cpsizeof.cc: New file.
11032
58a84dcf
SA
110332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11034
191a8a90
JB
11035 * gdb.mi/mi-vla-c99.exp: New file.
11036 * gdb.mi/vla.c: New file.
58a84dcf 11037
c8655f75
SA
110382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11039
11040 * gdb.base/vla-datatypes.c: New file.
11041 * gdb.base/vla-datatypes.exp: New file.
11042
024e13b4
SA
110432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11044
11045 * gdb.base/vla-ptr.c: New file.
11046 * gdb.base/vla-ptr.exp: New file.
11047
1a237e0e
SA
110482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11049
11050 * gdb.base/vla-multi.c: New file.
11051 * gdb.base/vla-multi.exp: New file.
11052
504f3432
SA
110532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11054
11055 * gdb.dwarf2/count.exp: New file.
11056
3bce8237
SA
110572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11058
191a8a90
JB
11059 * gdb.base/vla-sideeffect.c: New file.
11060 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 11061
322f9c21
YQ
110622014-04-11 Yao Qi <yao@codesourcery.com>
11063
11064 * gdb.base/completion.exp: Check file exists before running tests
11065 on file completion.
11066
d708bcd1
PA
110672014-04-10 Pedro Alves <palves@redhat.com>
11068
11069 * gdb.base/cond-eval-mode.c: New file.
11070 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11071 prepare_for_testing to build the new file. Check result of
11072 runto_main.
11073 (test_break, test_watch): New procedures.
11074 (top level): Use them.
11075
ae1d2761
PM
110762014-04-08 Pierre Muller <muller@sourceware.org>
11077
11078 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11079 Ctrl-V use for mingw hosts.
11080
7af389b8
SC
110812014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11082
11083 * gdb.python/py-value.c: Improve test case.
11084 * gdb.python/py-value.exp: Add new test.
11085
5e703181
DE
110862014-04-07 David Blaikie <dblaikie@gmail.com>
11087
11088 * lib/compiler.c: Identify the clang compiler.
11089 * lib/compiler.cc: Ditto.
11090
9810b410
YQ
110912014-04-03 Yao Qi <yao@codesourcery.com>
11092
11093 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11094
98d1b8dc
AB
110952014-04-01 Anton Blanchard <anton@samba.org>
11096
11097 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11098 messages unique.
11099
3114cea1
AB
111002014-04-01 Anton Blanchard <anton@samba.org>
11101
11102 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11103 prepare_for_testing.
11104
62f7182c
AB
111052014-04-01 Anton Blanchard <anton@samba.org>
11106
11107 * gdb.arch/ppc64-atomic-inst.c: Remove.
11108 * gdb.arch/ppc64-atomic-inst.S: New file.
11109 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11110
770e7fc7
DE
111112014-03-31 Doug Evans <dje@google.com>
11112
11113 * gdb.base/print-symbol-loading-lib.c: New file.
11114 * gdb.base/print-symbol-loading-main.c: New file.
11115 * gdb.base/print-symbol-loading.exp: New file.
11116
46e2bafa
YQ
111172014-03-31 Yao Qi <yao@codesourcery.com>
11118
11119 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11120
8776cfe9
JB
111212014-03-28 Joel Brobecker <brobecker@adacore.com>
11122
11123 * gdb.ada/mi_dyn_arr: New testcase.
11124
5d1ef361
DE
111252014-03-27 Doug Evans <dje@google.com>
11126
11127 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11128
b5bee914
YQ
111292014-03-27 Yao Qi <yao@codesourcery.com>
11130
11131 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11132 if target is nios2-*-*.
11133
0d4d0e77
YQ
111342014-03-26 Yao Qi <yao@codesourcery.com>
11135
11136 * lib/gdb.exp (readline_is_used): New proc.
11137 * gdb.base/completion.exp: Move tests on command complete up.
11138 Skip the rest of tests if readline is not used.
11139 * gdb.ada/complete.exp: Skp the test if readline is not
11140 used.
11141 * gdb.base/filesym.exp: Likewise.
11142 * gdb.base/macscp.exp: Likewise.
11143 * gdb.base/readline-ask.exp: Likewise.
11144 * gdb.base/readline.exp: Likewise.
11145 * gdb.python/py-cmd.exp: Likewise.
11146 * gdb.trace/tfile.exp: Likewise.
11147
29361eee
YQ
111482014-03-26 Yao Qi <yao@codesourcery.com>
11149
11150 * gdb.base/macscp.exp: Fix code format issues.
11151
bc9a5525
UW
111522014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11153
11154 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11155 * gdb.asm/powerpc64le.inc: New file.
11156
d3839ede
PA
111572014-03-25 Pedro Alves <palves@redhat.com>
11158 Doug Evans <dje@google.com>
11159
11160 * gdb.base/source-execution.c: New file.
11161 * gdb.base/source-execution.exp: New file.
11162 * gdb.base/source-execution.gdb: New file.
11163
01672a57
DE
111642014-03-24 Doug Evans <dje@google.com>
11165
11166 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11167 using fission.
11168
88bbeca9
HZ
111692014-03-24 Hui Zhu <hui@codesourcery.com>
11170 Pedro Alves <palves@redhat.com>
11171
11172 PR breakpoints/16101
11173 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11174 test pass/fail messages. Detect missing support for dprintf when
11175 breakpoints are actually inserted.
11176 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11177 breakpoints are actually inserted.
11178 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11179 fails.
11180
d2348791
JK
111812014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11182
11183 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11184
feef67ab
DE
111852014-03-22 Doug Evans <xdje42@gmail.com>
11186
11187 * gdb.python/python.exp (python not supported): Verify multi-line
11188 python command issues an error.
25d743f9 11189 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 11190 guile command issues an error.
feef67ab 11191
ecebef6a
MR
111922014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11193
11194 * gdb.threads/thread-specific.exp: Handle the lack of usable
11195 $this_breakpoint and $this_thread.
11196
ccdd1909
HZ
111972014-03-21 Hui Zhu <hui@codesourcery.com>
11198
11199 * gdb.base/attach.exp (do_command_attach_tests): New.
11200
beb460e8
PA
112012014-03-20 Tom Tromey <tromey@redhat.com>
11202 Pedro Alves <palves@redhat.com>
11203
11204 PR cli/15718
11205 * gdb.base/condbreak-call-false.c: New file.
11206 * gdb.base/condbreak-call-false.exp: New file.
11207
40acf43a
PA
112082014-03-20 Pedro Alves <palves@redhat.com>
11209
11210 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11211 Delete.
11212 (block_signals, unblock_signals): Delete.
11213 (child_function_2, main): Remove references to deleted variable
11214 and functions.
11215
9f5e1e02
PA
112162014-03-20 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11219 Use pthread_kill to signal thread 2.
11220 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11221 Adjust to make the test send itself a signal rather than using the
11222 host's "kill" command.
11223
99619bea
PA
112242014-03-20 Pedro Alves <palves@redhat.com>
11225
11226 * gdb.threads/multiple-step-overs.c: New file.
11227 * gdb.threads/multiple-step-overs.exp: New file.
11228 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11229 Adjust expected infrun debug output.
11230
2adfaa28
PA
112312014-03-20 Pedro Alves <palves@redhat.com>
11232
11233 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11234 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11235
31e77af2
PA
112362014-03-20 Pedro Alves <palves@redhat.com>
11237
11238 PR breakpoints/7143
11239 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11240 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11241 of gdb_test_multiple.
11242 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11243 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11244
b9f437de
PA
112452014-03-20 Pedro Alves <palves@redhat.com>
11246
11247 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11248 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11249
05adc73e
PA
112502014-03-19 Pedro Alves <palves@redhat.com>
11251
11252 * gdb.base/async.exp: Remove early return.
11253
6048b950
PA
112542014-03-19 Pedro Alves <palves@redhat.com>
11255
11256 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11257
8bcfb00a
PA
112582014-03-19 Pedro Alves <palves@redhat.com>
11259
11260 * gdb.base/async.exp (test_background): Expect \r\n after
11261 "completed." in the fail pattern.
11262
884e37dc
PA
112632014-03-19 Pedro Alves <palves@redhat.com>
11264
11265 * gdb.base/async.exp (test_background): New procedure.
11266 Use it for all background execution command tests.
11267
148e57e2
PA
112682014-03-19 Pedro Alves <palves@redhat.com>
11269
11270 * gdb.base/async.exp: Use prepare_for_testing.
11271
f48088c7
PA
112722014-03-19 Pedro Alves <palves@redhat.com>
11273
11274 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11275 the same line.
11276
e2f6c966
PA
112772014-03-19 Pedro Alves <palves@redhat.com>
11278
11279 * gdb.base/async.c (main): Add "jump here" and "until here" line
11280 marker comments.
11281 * gdb.base/async.exp (jump_here): New global.
11282 (jump& test): Use it.
11283 (until_here): New global.
11284 (until& test): Use it.
11285
c30568d4
PA
112862014-03-19 Pedro Alves <palves@redhat.com>
11287
11288 * gdb.base/async.exp: Don't frob gdb_protocol.
11289
0172b6a7
DE
112902014-03-18 Doug Evans <xdje42@gmail.com>
11291
11292 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11293 Fix spelling of exec-done-display.
11294
06c868a8
JK
112952014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11296
11297 PR gdb/15358
11298 * gdb.base/gdb-sigterm.c: New file.
11299 * gdb.base/gdb-sigterm.exp: New file.
11300
0c7e1a46
PA
113012014-03-18 Pedro Alves <palves@redhat.com>
11302
11303 PR gdb/13860
11304 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11305 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11306 solib-event.
11307
f7c77d93
JB
113082014-03-17 Joel Brobecker <brobecker@adacore.com>
11309
11310 * gdb.ada/pckd_arr_ren: New testcase.
11311
5a1e8c7a
DE
113122014-03-13 Doug Evans <xdje42@gmail.com>
11313
11314 PR guile/16612
11315 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11316 collect after discarding symbols.
11317
350e1a76
DE
113182014-03-13 Ludovic Courtès <ludo@gnu.org>
11319 Doug Evans <xdje42@gmail.com>
11320
11321 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11322 to history survives a gc.
11323
a69900ae
PA
113242014-03-13 Pedro Alves <palves@redhat.com>
11325
11326 * gdb.base/default.exp: Don't test "target procfs".
11327
5db9f0bd
PA
113282014-03-13 Pedro Alves <palves@redhat.com>
11329
11330 * gdb.base/default.exp: Update "target child" and "target procfs"
11331 tests to not expect "Unix".
11332
b3ccfe11
TT
113332014-03-12 Tom Tromey <tromey@redhat.com>
11334
11335 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11336 New procs. Add target-async tests.
11337 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11338 Add target-async tests.
11339
646f4417
AA
113402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11341
11342 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11343 'func_start' and 'func_end' for the beginning and end of the
11344 function code, respectively.
11345 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11346 'func_end' instead of 'func' and 'main'.
11347
288c211f
AA
113482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11349
11350 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11351 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11352 generate the debug info assembler source.
11353
e0c0f156
AA
113542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11355
11356 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11357 * gdb.dwarf2/arr-subrange.exp: Likewise.
11358 * gdb.dwarf2/dwz.exp: Likewise.
11359 * gdb.dwarf2/method-ptr.exp: Likewise.
11360 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11361 * gdb.dwarf2/subrange.exp: Likewise.
11362 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11363 * gdb.dwarf2/implptrpiece.exp: Likewise.
11364 * gdb.dwarf2/nostaticblock.exp: Likewise.
11365
0e5c4555
AA
113662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11367
11368 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11369 directory to absolute path name arguments.
11370
5ec18f2b
JG
113712014-03-10 Joel Brobecker <brobecker@adacore.com>
11372
11373 * gdb.ada/tagged_access: New testcase.
11374
847fc4f2
MM
113752014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11376
11377 * gdb.btrace/data.exp: Update expected output.
11378
cc3da688
YQ
113792014-03-06 Yao Qi <yao@codesourcery.com>
11380
11381 * gdb.trace/pr16508.exp: New file.
11382
0f26cec1
PA
113832014-03-05 Pedro Alves <palves@redhat.com>
11384
11385 PR gdb/16575
11386 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11387 procedure.
11388 (top level): Adjust to use it. Add tests that exercise breakpoint
11389 interaction with the code-cache.
11390
7a5a839f
LC
113912014-02-26 Ludovic Courtès <ludo@gnu.org>
11392
11393 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11394 test for 'history-append!'.
11395
31aa7e4e
JB
113962014-02-26 Joel Brobecker <brobecker@adacore.com>
11397
11398 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11399 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11400 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11401 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11402 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11403 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11404
1b588015
JB
114052014-02-26 Joel Brobecker <brobecker@adacore.com>
11406
11407 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11408 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11409 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11410
55426c9d
JB
114112014-02-26 Joel Brobecker <brobecker@adacore.com>
11412
11413 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11414
dc53a7ad
JB
114152014-02-26 Joel Brobecker <brobecker@adacore.com>
11416
11417 * gdb.dwarf2/arr-stride.c: New file.
11418 * gdb.dwarf2/arr-stride.exp: New file.
11419
12ab52e9
PA
114202014-02-26 Pedro Alves <palves@redhat.com>
11421
11422 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11423 that won't ever trigger. Make sure that GDB reports the correct
11424 breakpoint that caused the stop.
11425
849c862e
JK
114262014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11427
11428 PR gdb/16626
11429 * gdb.base/auto-load-script: New file.
11430 * gdb.base/auto-load.c: New file.
11431 * gdb.base/auto-load.exp: New file.
11432
71b7d793
JK
11433 PR gdb/16626
11434 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11435
e2f0d509
JK
114362014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11437
11438 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11439 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11440
50cc37c8
DE
114412014-02-24 Doug Evans <dje@google.com>
11442
11443 * lib/gdb.exp (run_on_host): Log error output if program fails.
11444
ea4758f2
PA
114452014-02-21 Pedro Alves <palves@redhat.com>
11446
11447 * gdb.threads/step-after-sr-lock.c: Rename to ...
11448 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11449 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11450 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11451 ... this.
11452
d7b30f67
SDJ
114532014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11454
11455 PR tdep/16397
11456 * gdb.arch/amd64-stap-special-operands.exp: New file.
11457 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11458 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11459 * gdb.arch/amd64-stap-triplet.S: Likewise.
11460 * gdb.arch/amd64-stap-triplet.c: Likewise.
11461
83deb43f
JB
114622014-02-20 Joel Brobecker <brobecker@adacore.com>
11463
11464 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11465 in .section pseudo-op.
11466
adde2bff
DE
114672014-02-20 lin zuojian <manjian2006@gmail.com>
11468 Joel Brobecker <brobecker@adacore.com>
11469 Doug Evans <xdje42@gmail.com>
11470
11471 PR symtab/16581
11472 * gdb.dwarf2/dw2-icycle.S: New file.
11473 * gdb.dwarf2/dw2-icycle.c: New file.
11474 * gdb.dwarf2/dw2-icycle.exp: New file.
11475
f7bd0f78
SC
114762014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11477
11478 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11479 operations on gdb.Value objects.
11480 * gdb.python/py-value-cc.exp: Add new test to test operations on
11481 gdb.Value objects.
11482
c17ef0d5
DE
114832014-02-18 Doug Evans <dje@google.com>
11484
11485 * Makefile.in (TESTS): New variable.
11486 (expanded_tests, expanded_tests_or_none): New variables
11487 (check-single): Pass $(expanded_tests_or_none) to runtest.
11488 (check-parallel): Only run tests in $(TESTS) if non-empty.
11489 (check/no-matching-tests-found): New rule.
11490 * README: Document TESTS makefile variable.
11491
5dd3176f
DE
114922014-02-18 Doug Evans <dje@google.com>
11493
11494 * Makefile.in (check-parallel): rm -rf outputs temp.
11495
0b10be4f
JK
114962014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11497
11498 Fix "ERROR: no fileid for" in the testsuite.
11499 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11500
85f224e7
DE
115012014-02-12 Doug Evans <dje@google.com>
11502
11503 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11504 (MISCELLANEOUS): New variable.
11505 (clean): rm -rf $(MISCELLANEOUS).
11506 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11507 dwp live in the same directory as symlinks, with each symlink pointed
11508 to a differently named file in a different directory.
11509
149b30ff
DE
115102014-02-11 Doug Evans <dje@google.com>
11511
11512 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11513 of Tcl file commands.
11514
1dfdac32
MK
115152014-02-10 Mark Kettenis <kettenis@gnu.org>
11516
11517 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11518 "kill -SIGUSR1 -1".
11519
aa4fb036
JB
115202014-02-10 Joel Brobecker <brobecker@adacore.com>
11521
11522 * gdb.ada/tick_length_array_enum_idx: New testcase.
11523
ed3ef339
DE
115242014-02-10 Doug Evans <xdje42@gmail.com>
11525
11526 * configure.ac (AC_OUTPUT): Add gdb.guile.
11527 * configure: Regenerate.
11528 * lib/gdb-guile.exp: New file.
11529 * lib/gdb.exp (get_target_charset): New function.
11530 * gdb.base/help.exp: Update expected output from "apropos apropos".
11531 * gdb.guile/Makefile.in: New file.
11532 * gdb.guile/guile.exp: New file.
11533 * gdb.guile/scm-arch.c: New file.
11534 * gdb.guile/scm-arch.exp: New file.
11535 * gdb.guile/scm-block.c: New file.
11536 * gdb.guile/scm-block.exp: New file.
11537 * gdb.guile/scm-breakpoint.c: New file.
11538 * gdb.guile/scm-breakpoint.exp: New file.
11539 * gdb.guile/scm-disasm.c: New file.
11540 * gdb.guile/scm-disasm.exp: New file.
11541 * gdb.guile/scm-equal.c: New file.
11542 * gdb.guile/scm-equal.exp: New file.
11543 * gdb.guile/scm-error.exp: New file.
11544 * gdb.guile/scm-error.scm: New file.
11545 * gdb.guile/scm-frame-args.c: New file.
11546 * gdb.guile/scm-frame-args.exp: New file.
11547 * gdb.guile/scm-frame-args.scm: New file.
11548 * gdb.guile/scm-frame-inline.c: New file.
11549 * gdb.guile/scm-frame-inline.exp: New file.
11550 * gdb.guile/scm-frame.c: New file.
11551 * gdb.guile/scm-frame.exp: New file.
11552 * gdb.guile/scm-generics.exp: New file.
11553 * gdb.guile/scm-gsmob.exp: New file.
11554 * gdb.guile/scm-iterator.c: New file.
11555 * gdb.guile/scm-iterator.exp: New file.
11556 * gdb.guile/scm-math.c: New file.
11557 * gdb.guile/scm-math.exp: New file.
11558 * gdb.guile/scm-objfile-script-gdb.in: New file.
11559 * gdb.guile/scm-objfile-script.c: New file.
11560 * gdb.guile/scm-objfile-script.exp: New file.
11561 * gdb.guile/scm-objfile.c: New file.
11562 * gdb.guile/scm-objfile.exp: New file.
11563 * gdb.guile/scm-ports.exp: New file.
11564 * gdb.guile/scm-pretty-print.c: New file.
11565 * gdb.guile/scm-pretty-print.exp: New file.
11566 * gdb.guile/scm-pretty-print.scm: New file.
11567 * gdb.guile/scm-section-script.c: New file.
11568 * gdb.guile/scm-section-script.exp: New file.
11569 * gdb.guile/scm-section-script.scm: New file.
11570 * gdb.guile/scm-symbol.c: New file.
11571 * gdb.guile/scm-symbol.exp: New file.
11572 * gdb.guile/scm-symtab-2.c: New file.
11573 * gdb.guile/scm-symtab.c: New file.
11574 * gdb.guile/scm-symtab.exp: New file.
11575 * gdb.guile/scm-type.c: New file.
11576 * gdb.guile/scm-type.exp: New file.
11577 * gdb.guile/scm-value-cc.cc: New file.
11578 * gdb.guile/scm-value-cc.exp: New file.
11579 * gdb.guile/scm-value.c: New file.
11580 * gdb.guile/scm-value.exp: New file.
11581 * gdb.guile/source2.scm: New file.
11582 * gdb.guile/types-module.cc: New file.
11583 * gdb.guile/types-module.exp: New file.
11584
7026a7c1
YQ
115852014-02-10 Yao Qi <yao@codesourcery.com>
11586
11587 PR testsuite/16543
11588 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11589 * configure: Regenerated.
11590 * Makefile.in: New file.
11591
6c466447
AS
115922014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11593
11594 * gdb.python/py-framefilter.exp: Fix typo.
11595
6e854735
YQ
115962014-02-08 Yao Qi <yao@codesourcery.com>
11597
11598 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11599 that no =breakpoint-modified is emitted when breakpoints are
11600 modified through MI commands.
11601
d137e6dc
PA
116022014-02-07 Pedro Alves <pedro@codesourcery.com>
11603 Pedro Alves <palves@redhat.com>
11604
11605 * gdb.threads/step-after-sr-lock.c: New file.
11606 * gdb.threads/step-after-sr-lock.exp: New file.
11607
b5ee5a50
PA
116082014-02-07 Pedro Alves <palves@redhat.com>
11609
11610 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11611
3c77faf3
JK
116122014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11613
11614 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11615 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11616
6dddc817
DE
116172014-02-06 Doug Evans <xdje42@gmail.com>
11618
11619 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11620 output.
11621
11622 * gdb.gdb/python-interrupts.exp: New file.
11623
de7b2893
YQ
116242014-02-05 Yao Qi <yao@codesourcery.com>
11625
11626 * gdb.trace/report.exp (use_collected_data): Test the output
11627 of "info threads" and "info inferiors".
11628
66d032ac
YQ
116292014-02-05 Yao Qi <yao@codesourcery.com>
11630
11631 Revert this patch:
11632
11633 2013-05-24 Yao Qi <yao@codesourcery.com>
11634
11635 * gdb.trace/tfile.exp: Test inferior and thread.
11636
591a12a1
UW
116372014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11638
11639 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11640 on a function.
11641 * gdb.base/step-bt.c: Call hello via function pointer to make
11642 sure its first instruction is executed on powerpc64le-linux.
11643
0ff3e01f
UW
116442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11645
11646 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11647
084ee545
UW
116482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11649
11650 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11651 of the test patterns for use on little-endian systems.
11652
6ed14ff3
UW
116532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11654
11655 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11656 (decimal_vector): Fix for little-endian.
11657
401e27fd
JM
116582014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11659
11660 * gdb.arch/sparc-sysstep.exp: New file.
11661 * gdb.arch/sparc-sysstep.c: Likewise.
11662
11663 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11664
8b924729
EBM
116652014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11666
11667 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11668
fb151210
JB
116692014-01-23 Tom Tromey <tromey@redhat.com>
11670
11671 * gdb.ada/array_char_idx: New testcase.
11672
0740f8d8
TT
116732014-01-23 Tom Tromey <tromey@redhat.com>
11674
11675 PR python/16487:
11676 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11677 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11678 classes.
11679
21909fa1
TT
116802014-01-23 Tom Tromey <tromey@redhat.com>
11681
11682 PR python/16491:
11683 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11684 string from an inferior frame.
11685 * gdb.python/py-framefilter-mi.exp: Update.
11686
87ce2a04
DE
116872014-01-22 Doug Evans <dje@google.com>
11688
11689 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11690
237b092b
AA
116912014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11692
11693 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11694
d674a709
AA
116952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11696
11697 * gdb.trace/entry-values.exp: Remove excess space character from
11698 regex patterns. Handle s390 call instruction.
11699
20fa3390
AA
117002014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11701
11702 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11703 define "*_start" label. Make "name" static.
11704 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11705 ${name} by references to ${name}_start.
11706
78466714
AA
117072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11708
11709 * gdb.base/info-macros.exp: Remove "debug" from the compile
11710 options.
11711
ec9f644a
IB
117122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11713
11714 * gdb.dlang/demangle.exp: New file.
11715
94b1b47e
IB
117162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11717
11718 * gdb.dlang/primitive-types.exp: New file.
11719
7f420862
IB
117202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11721
11722 * configure.ac: Create gdb.dlang/Makefile.
11723 * configure: Regenerate.
11724 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11725 * gdb.dlang/Makefile.in: New file.
11726 * lib/d-support.exp: New file.
11727 * lib/gdb.exp (skip_d_tests): New proc.
11728
52834460
MM
117292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11730
11731 * gdb.btrace/delta.exp: Check reverse stepi.
11732 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11733 * gdb.btrace/finish.exp: New.
11734 * gdb.btrace/next.exp: New.
11735 * gdb.btrace/nexti.exp: New.
11736 * gdb.btrace/record_goto.c: Add comments.
11737 * gdb.btrace/step.exp: New.
11738 * gdb.btrace/stepi.exp: New.
11739 * gdb.btrace/multi-thread-step.c: New.
11740 * gdb.btrace/multi-thread-step.exp: New.
11741 * gdb.btrace/rn-dl-bind.c: New.
11742 * gdb.btrace/rn-dl-bind.exp: New.
11743 * gdb.btrace/data.c: New.
11744 * gdb.btrace/data.exp: New.
11745 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11746
6e07b1d2
MM
117472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11748
11749 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11750 * gdb.btrace/exception.exp: Update.
11751 * gdb.btrace/instruction_history.exp: Update.
11752 * gdb.btrace/record_goto.exp: Update.
11753 * gdb.btrace/tailcall.exp: Update.
11754 * gdb.btrace/unknown_functions.exp: Update.
11755 * gdb.btrace/delta.exp: New.
11756
0b722aec
MM
117572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11758
11759 * gdb.btrace/record_goto.exp: Add backtrace test.
11760 * gdb.btrace/tailcall.exp: Add backtrace test.
11761
066ce621
MM
117622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11763
11764 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11765 * gdb.btrace/record_goto.c: New.
11766 * gdb.btrace/record_goto.exp: New.
11767 * gdb.btrace/x86-record_goto.S: New.
11768
0688d04e
MM
117692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11770
11771 * gdb.btrace/function_call_history.exp: Update tests.
11772 * gdb.btrace/instruction_history.exp: Update tests.
11773
8710b709
MM
117742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11775
11776 * gdb.btrace/function_call_history.exp: Fix expected field
11777 order for "record function-call-history".
11778 Add new tests for "record function-call-history /c".
11779 * gdb.btrace/exception.cc: New.
11780 * gdb.btrace/exception.exp: New.
11781 * gdb.btrace/tailcall.exp: New.
11782 * gdb.btrace/x86-tailcall.S: New.
11783 * gdb.btrace/x86-tailcall.c: New.
11784 * gdb.btrace/unknown_functions.c: New.
11785 * gdb.btrace/unknown_functions.exp: New.
11786 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11787
5de9129b
MM
117882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11789
11790 * gdb.btrace/instruction_history.exp: Update.
11791 * gdb.btrace/function_call_history.exp: Update.
11792
23a7fe75
MM
117932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11794
11795 * gdb.btrace/function_call_history.exp: Fix expected function
11796 trace.
11797 * gdb.btrace/instruction_history.exp: Initialize traced.
11798 Remove traced_functions.
11799
724c7dd8
MM
118002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11801
11802 * gdb.btrace/function_call_history.exp: Update
11803 * gdb.btrace/instruction_history.exp: Update.
11804
6d78d93b
MM
118052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11806
11807 * gdb.btrace/enable.exp: Update expected text.
11808
93a360cc
OJ
118092014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11810
11811 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11812 bytes.
11813
3772b53f
MR
118142014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11815
11816 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11817
596662fa
OJ
118182014-01-15 Omair Javaid <omair.javaid@linaro.org>
11819
11820 * lib/gdb.exp (supports_process_record): Return true for
11821 arm*-linux*. (supports_reverse): Likewise.
11822
b5b08fb4
SC
118232014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11824
11825 PR python/15464
11826 PR python/16113
11827 * gdb.python/py-type.c: Enhance test case.
11828 * gdb.python/py-value-cc.cc: Likewise
11829 * gdb.python/py-type.exp: Add new tests.
11830 * gdb.python/py-value-cc.exp: Likewise
11831
52d7fb13
AA
118322014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11833 Pedro Alves <palves@redhat.com>
11834
11835 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11836 Make "name" extern.
11837 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11838 references to ${name}_start by references to ${name}.
11839
a2cd8cfe
JB
118402014-01-10 Joel Brobecker <brobecker@adacore.com>
11841
11842 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11843
4e23fced
JB
118442014-01-10 Joel Brobecker <brobecker@adacore.com>
11845
11846 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11847
c6a9e42c
PA
118482014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11849 Pedro Alves <palves@redhat.com>
11850
11851 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11852 mi_gdb_target_load.
c6a9e42c 11853
b7ea362b
PA
118542014-01-08 Pedro Alves <palves@redhat.com>
11855
11856 * gdb.threads/reconnect-signal.c: New file.
11857 * gdb.threads/reconnect-signal.exp: New file.
11858
5e3f4fab
EBM
118592014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11860
11861 * gdb.base/source-dir.exp: New file.
11862
79301218
JB
118632014-01-07 Joel Brobecker <brobecker@adacore.com>
11864
11865 * gdb.ada/mi_interface: New testcase.
11866
8e355c5d
JB
118672014-01-07 Joel Brobecker <brobecker@adacore.com>
11868
11869 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11870 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11871 gdb.ada/pp-rec-component/pck.ads: New files.
11872
c0d48811
JB
118732014-01-07 Joel Brobecker <brobecker@adacore.com>
11874
11875 * gdb.python/py-pp-integral.c: New file.
11876 * gdb.python/py-pp-integral.py: New file.
11877 * gdb.python/py-pp-integral.exp: New file.
11878
17b609c3 11879For older changes see ChangeLog-1993-2013.
c906108c 11880\f
8d8cb839
EZ
11881;; Local Variables:
11882;; mode: change-log
11883;; left-margin: 8
11884;; fill-column: 74
11885;; version-control: never
11886;; End:
902f2ccb 11887
61baf725 11888 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11889 Copying and distribution of this file, with or without modification,
11890 are permitted provided the copyright notice and this notice are preserved.