Fix PR 21337: segfault when re-reading symbols.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
41664b45
DG
12017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2
3 PR gdb/21337
4 * gdb.base/reread-readsym.exp: New file.
5 * gdb.base/reread-readsym.c: New file.
6
75312ae3
KB
72017-06-21 Kevin Buettner <kevinb@redhat.com>
8
9 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
10 subpattern.
11
66953522
PB
122017-06-19 Peter Bergner <bergner@vnet.ibm.com>
13
14 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
15 extended mnemonic.
16 * gdb.arch/powerpc-power9.s: Likewise.
17
5524b525
AA
182017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
19
20 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
21 on 32-bit x86 targets. Exploit is_*_target macros where
22 appropriate.
23
03c8af18
AA
242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
25
26 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
27 register pieces.
28
3bf31011
AA
292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
30
31 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
32 located in one or more DWARF pieces.
33
805acca0
AA
342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
35
36 * lib/gdb.exp (get_endianness): New proc.
37 * gdb.arch/aarch64-fp.exp: Use it.
38 * gdb.arch/altivec-regs.exp: Likewise.
39 * gdb.arch/e500-regs.exp: Likewise.
40 * gdb.arch/vsx-regs.exp: Likewise.
41 * gdb.base/dump.exp: Likewise.
42 * gdb.base/funcargs.exp: Likewise.
43 * gdb.base/gnu_vector.exp: Likewise.
44 * gdb.dwarf2/formdata16.exp: Likewise.
45 * gdb.dwarf2/implptrpiece.exp: Likewise.
46 * gdb.dwarf2/nonvar-access.exp: Likewise.
47 * gdb.python/py-inferior.exp: Likewise.
48 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
49
e9352324
AA
502017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
51
52 PR gdb/21226
53 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
54 stack value pieces are taken from the LSB end.
55
d5d1163e
AA
562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
57
58 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
59 variable at nonzero offset.
60
0567c986
AA
612017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
62
63 * gdb.dwarf2/var-access.c: New file.
64 * gdb.dwarf2/var-access.exp: New test.
65 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
66
973e9aab
TT
672017-06-12 Tom Tromey <tom@tromey.com>
68
69 * gdb.dwarf2/formdata16.exp: Add tests.
70
d9109c80
TT
712017-06-12 Tom Tromey <tom@tromey.com>
72
73 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
74
30a25466
TT
752017-06-12 Tom Tromey <tom@tromey.com>
76
77 PR exp/16225:
78 * gdb.reverse/i386-sse-reverse.exp: Update tests.
79 * gdb.arch/vsx-regs.exp: Update tests.
80 * gdb.arch/s390-vregs.exp (hex128): New proc.
81 Update test.
82 * gdb.arch/altivec-regs.exp: Update tests.
83
aefd8b33
SDJ
842017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
85
86 * gdb.base/startup-with-shell.c: New file.
87 * gdb.base/startup-with-shell.exp: Likewise.
88
2090129c
SDJ
892017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
90
91 * gdb.server/non-existing-program.exp: Update regex in order to
92 reflect the fact that gdbserver is now using fork_inferior (with a
93 shell) to startup the inferior.
94
8e86a419
SM
952017-05-30 Simon Marchi <simon.marchi@ericsson.com>
96
97 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
98 support function calls from GDB.
99
e6cf65f2
TT
1002017-05-21 Tom Tromey <tom@tromey.com>
101
102 PR rust/21466:
103 * gdb.rust/unsized.exp: New file.
104 * gdb.rust/unsized.rs: New file.
105
43cc5389
TT
1062017-05-19 Tom Tromey <tom@tromey.com>
107
108 PR rust/21484:
109 * gdb.rust/watch.exp: New file.
110 * gdb.rust/watch.rs: New file.
111
ec8df234
TT
1122017-05-18 Tom Tromey <tom@tromey.com>
113
114 * gdb.rust/simple.exp: Allow Box to be qualified.
115
3e3e7fae
TP
1162017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
117
118 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
119
59cc050d
PA
1202017-05-18 Pedro Alves <palves@redhat.com>
121
122 * gdb.base/fileio.c (test_write, test_read, test_close)
123 (test_fstat): Don't print 'ret' in the fail path.
124
c8f6abd1
PA
1252017-05-18 Pedro Alves <palves@redhat.com>
126
127 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
128 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
129 (test_system, test_rename, test_unlink, test_time): Change
130 prototypes.
131 * gdb.base/fileio.exp (stop_msg): Adjust.
132
d2a03b77
PA
1332017-05-18 Pedro Alves <palves@redhat.com>
134
135 * gdb.base/fileio.c (null_str): New global.
136 (test_stat): Use it.
137 * gdb.base/fileio.exp: Remove nowarnings.
138
0d5c6999
YQ
1392017-05-17 Yao Qi <yao.qi@linaro.org>
140
141 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
142
21873064
YQ
1432017-05-17 Simon Marchi <simon.marchi@ericsson.com>
144
145 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
146 argument command.
147 (top-level): Invoke test_set_inferior_tty.
148
d512d31c
PA
1492017-05-04 Pedro Alves <palves@redhat.com>
150
151 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
152 Add parens to print call for Python 3.
153
90cef2ed
KS
1542017-05-03 Keith Seitz <keiths@redhat.com>
155
156 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
157 (main): Call it.
158
14f819c8
TW
1592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
160
161 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
162 to prev and next.
163
913aeadd
TW
1642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
165
166 * gdb.python/py-record-btrace.exp: Remove test for
167 gdb.BtraceInstruction.error.
168
a3be24ad
TW
1692017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
170
171 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
172
ae20e79a
TW
1732017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
174
175 * gdb.python/py-record-btrace-threads.c: New file.
176 * gdb.python/py-record-btrace-threads.exp: New file.
177
45ce1b47
SDJ
1782017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
179
180 PR testsuite/8595
181 * gdb.base/environ.exp: Make test available in all architectures.
182 Move bits related to "info program" testing to
183 gdb.base/info-program.exp. Rewrite tests to use the two new
184 procedures mentione below.
185 (test_set_show_env_var) New procedure.
186 (test_set_show_env_var_equal): Likewise.
187 * gdb.base/info-program.exp: New file.
188
e15c3eb4
KS
1892017-04-27 Keith Seitz <keiths@redhat.com>
190
191 * gdb.cp/oranking.cc (test15): New function.
192 (main): Call test15 and declare additional variables for testing.
193 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
194 "p foo101('abc')" tests.
195 Add tests for cv qualifier overloads.
196 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
197 "lvalue reference overload" test.
198 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
199 "print value of f1 on Child&& in f2" test.
200
3a3fd0fd
PA
2012017-04-19 Pedro Alves <palves@redhat.com>
202
203 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
204 procedure.
205 (top level): Call it.
206 * lib/gdb.exp (gdb_define_cmd): New procedure.
207
53375380
PA
2082017-04-12 Pedro Alves <palves@redhat.com>
209
210 PR gdb/21323
211 * gdb.cp/wide_char_types.c: Include <wchar.h>.
212 (wchar): New global.
213 * gdb.cp/wide_char_types.exp (wide_char_types_program)
214 (do_test_wide_char, wide_char_types_no_program, top level): Add
215 wchar_t testing.
216
53e710ac
PA
2172017-04-12 Pedro Alves <palves@redhat.com>
218
219 PR c++/21323
220 * gdb.cp/wide_char_types.c: New file.
221 * gdb.cp/wide_char_types.exp: New file.
222
0ad9d8c7
SDJ
2232017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
224
225 PR gdb/21352
226 * gdb.trace/tsv.exp: Add test for "tsave -r".
227
b1b45502
IB
2282017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
229
230 * gdb.dlang/watch-loc.c: New file.
231 * gdb.dlang/watch-loc.exp: New file.
232
ec13808e
JK
2332017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
234
235 * gdb.python/py-section-script.exp (sepdebug): New testcases.
236
fe5f7374
AK
2372017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
238
239 * gdb.arch/arc-analyze-prologue.S: New file.
240 * gdb.arch/arc-analyze-prologue.exp: Likewise.
241
eea78757
AK
2422017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
243
244 * gdb.arch/arc-decode-insn.S: New file.
245 * gdb.arch/arc-decode-insn.exp: Likewise.
246
5badf10a
IR
2472017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
248
249 PR tdep/20928
250 * gdb.arch/sparc64-regs.exp: New file.
251 * gdb.arch/sparc64-regs.S: Likewise.
252
cee59b3f
TW
2532017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
254
255 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
256 and memory view on Python 3.
257
c0f55cc6
AV
2582017-03-20 Artemiy Volkov <artemiyv@acm.org>
259 Keith Seitz <keiths@redhat.com>
260
261 PR gdb/14441
262 * gdb.cp/demangle.exp: Add rvalue reference tests.
263 * gdb.cp/rvalue-ref-casts.cc: New file.
264 * gdb.cp/rvalue-ref-casts.exp: New file.
265 * gdb.cp/rvalue-ref-overload.cc: New file.
266 * gdb.cp/rvalue-ref-overload.exp: New file.
267 * gdb.cp/rvalue-ref-params.cc: New file.
268 * gdb.cp/rvalue-ref-params.exp: New file.
269 * gdb.cp/rvalue-ref-sizeof.cc: New file.
270 * gdb.cp/rvalue-ref-sizeof.exp: New file.
271 * gdb.cp/rvalue-ref-types.cc: New file.
272 * gdb.cp/rvalue-ref-types.exp: New file.
273 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
274 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
275
51457a05
MAL
2762017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
277
278 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
279 New procedure.
280
5b291c04
MAL
2812017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
282
283 * lib/mi-support.exp (mi_gdb_test): Add additional message
284 for unexpected output.
285
59a56148
AA
2862017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
287
288 * gdb.base/examine-backward.c (Barrier): New character array
289 constant, to ensure that TestStrings is preceded by a string
290 terminator.
291
7942e96e
AA
2922017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
293
294 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
295 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
296 and implicit pointer into such a location.
297
6ebac3fb
DE
2982017-03-16 Doug Evans <dje@google.com>
299
300 * gdb.python/py-lazy-string (pointer): Really add new typedef.
301
ec3b243d
TP
3022017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
303
304 * gdb.cp/m-static.exp: Fix expectation for prototype of
305 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
306
3072017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
308
309 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
310 * gdb.guile/scm-lazy-string.c: New file.
311 * gdb.guile/scm-value.exp: Move lazy string tests to ...
312 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
313 for pointer, array, typedef lazy strings.
314
2cc36e25 3152017-03-16 Doug Evans <dje@google.com>
34b43320
DE
316
317 PR python/17728, python/18439, python/18779
318 * gdb.python/py-value.c (main) Delete locals sptr, sn.
319 * gdb.python/py-lazy-string.c (pointer): New typedef.
320 (main): New locals ptr, array, typedef_ptr.
321 * gdb.python/py-value.exp: Move lazy string tests to ...
322 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
323 array, typedef lazy strings.
ec3b243d 324
0efcde63
AK
3252017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
326
327 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
328 Add optional 'test' parameter.
329
7978d7c3
SM
3302017-03-13 Simon Marchi <simon.marchi@ericsson.com>
331
332 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
333 Skip for versions of DejaGnu < 1.5.
334
896c0c1e
SM
3352017-03-13 Simon Marchi <simon.marchi@ericsson.com>
336
337 * lib/gdb.exp (dejagnu_version): New proc.
338 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
339 Use dejagnu_version.
340
5f4d1085
KS
3412017-03-10 Keith Seitz <keiths@redhat.com>
342
343 PR c++/8128
344 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
345 type from destructor regexps.
346 Add a branch which actually passes the test.
347 Adjust "ptype t5i" test names.
348
1de05205
PA
3492017-03-08 Pedro Alves <palves@redhat.com>
350
351 * gdb.base/step-over-exit.exp: Add explicit test message.
352
c65d6b55
PA
3532017-03-08 Pedro Alves <palves@redhat.com>
354
355 PR gdb/18360
356 * gdb.threads/interrupt-while-step-over.c: New file.
357 * gdb.threads/interrupt-while-step-over.exp: New file.
358
2e86a283
PA
3592017-03-08 Pedro Alves <palves@redhat.com>
360
361 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
362 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
363
25dcbff6
PA
3642017-03-08 Pedro Alves <palves@redhat.com>
365
366 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
367 PKRU as not supported as a PASS.
368
dc9366eb
PA
3692017-03-08 Pedro Alves <palves@redhat.com>
370
371 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
372 prefix instead of $binfile1/$binfile2.
373 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
374 in test message.
375 * gdb.python/py-completion.exp: Use "load python file" as test
376 messages instead of unstable path names.
377
6e5d74e7
PA
3782017-03-08 Pedro Alves <palves@redhat.com>
379 Jan Kratochvil <jan.kratochvil@redhat.com>
380
381 PR cli/21218
382 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
383 New proc.
384 (top level): Call it.
385
9753a2f6
PA
3862017-03-08 Pedro Alves <palves@redhat.com>
387
388 PR tui/21216
389 * gdb.tui/tui-nl-filtered-output.exp: New file.
390
1a4dd9dd
PA
3912017-03-08 Pedro Alves <palves@redhat.com>
392
393 * gdb.base/completion.exp: Move TUI completion tests to ...
394 * gdb.tui/completion.exp: ... this new file.
395
7cbbff33
PA
3962017-03-08 Pedro Alves <palves@redhat.com>
397
398 * gdb.base/tui-disasm-long-lines.c,
399 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
400 gdb.base/tui-layout.exp: Move to ...
401 * gdb.tui/: ... this new directory.
402
5f6fd321
PA
4032017-03-07 Pedro Alves <palves@redhat.com>
404
405 * gdb.base/tui-layout.c: New file.
406 * gdb.base/tui-layout.exp: New file.
407
44959fa8
PA
4082017-03-07 Pedro Alves <palves@redhat.com>
409
410 * gdb.base/tui-layout.c: Rename to ...
411 * gdb.base/tui-disasm-long-lines.c: ... this.
412 * gdb.base/tui-layout.exp: Rename to ...
413 * gdb.base/tui-disasm-long-lines.exp: ... this.
414
f8c4e718
PA
4152017-03-07 Pedro Alves <palves@redhat.com>
416
417 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
418
6dbb839a 4192017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
420
421 * i386-mpx-call.c: New file.
422 * i386-mpx-call.exp: New file.
423
65b48a81
PB
4242017-02-28 Peter Bergner <bergner@vnet.ibm.com>
425
426 * gdb.arch/powerpc-power.exp: Delete test.
427 * gdb.arch/powerpc-power.s: Likewise.
428 * gdb.disasm/disassembler-options.exp: New test.
429 * gdb.arch/powerpc-altivec.exp: Likewise.
430 * gdb.arch/powerpc-altivec.s: Likewise.
431 * gdb.arch/powerpc-altivec2.exp: Likewise.
432 * gdb.arch/powerpc-altivec2.s: Likewise.
433 * gdb.arch/powerpc-altivec3.exp: Likewise.
434 * gdb.arch/powerpc-altivec3.s: Likewise.
435 * gdb.arch/powerpc-power7.exp: Likewise.
436 * gdb.arch/powerpc-power7.s: Likewise.
437 * gdb.arch/powerpc-power8.exp: Likewise.
438 * gdb.arch/powerpc-power8.s: Likewise.
439 * gdb.arch/powerpc-power9.exp: Likewise.
440 * gdb.arch/powerpc-power9.s: Likewise.
441 * gdb.arch/powerpc-vsx.exp: Likewise.
442 * gdb.arch/powerpc-vsx.s: Likewise.
443 * gdb.arch/powerpc-vsx2.exp: Likewise.
444 * gdb.arch/powerpc-vsx2.s: Likewise.
445 * gdb.arch/powerpc-vsx3.exp: Likewise.
446 * gdb.arch/powerpc-vsx3.s: Likewise.
447 * gdb.arch/arm-disassembler-options.exp: Likewise.
448 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
449 * gdb.arch/s390-disassembler-options.exp: Likewise.
450
17cd4947
LM
4512017-02-23 Luis Machado <lgustavo@codesourcery.com>
452
453 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
454 (check_supported_features): ... this. Changed return type to void.
455 (supports_rdseed): New static global.
456 (rdseed): Check supports_rdseed.
457 (initialize): Call check_supported_features.
458
2039d74e
EBM
4592017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
460
461 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
462 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
463 and lqarx/stqcx.
464 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
465 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
466
a51d7ecf
EBM
4672017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
468
469 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
470 uppercase.
471
0224619f
JK
4722017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
473
474 * gdb.dwarf2/formdata16.c: New file.
475 * gdb.dwarf2/formdata16.exp: New file.
476 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
477
216f72a1
JK
4782017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
479
480 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
481 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
482 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
483 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
484 DW_AT_GNU_*.
485
43988095
JK
4862017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
487
488 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
489
99e8a4f9
SDJ
4902017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
491
492 PR gdb/21164
493 * gdb.base/maint.exp: Add testcases for when the commands do
494 not have arguments.
495
b58a8c0c
TP
4962017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
497
498 * gdb.cp/chained-calls.exp: Use p instead of P.
499
4e746bb6
TW
5002017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
501
502 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
503 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
504
3f77c769
TT
5052017-02-14 Tom Tromey <tom@tromey.com>
506
507 PR python/13598:
508 * gdb.python/py-events.exp: Add before_prompt event tests.
509
075beec0
AA
5102017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
511
512 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
513
bf5f525c
LM
5142017-02-13 Luis Machado <lgustavo@codesourcery.com>
515
516 * gdb.linespec/explicit.c (my_unique_function_name): New function.
517 (main): Call my_unique_function_name.
518 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
519 completion of patterns with a single match.
520 Add missing -re switches to gdb_test_multiple calls.
521
13a66184
LM
5222017-02-13 Luis Machado <lgustavo@codesourcery.com>
523
524 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
525 return if core file is not recognized.
526
26a06916
SM
5272017-02-10 Simon Marchi <simon.marchi@ericsson.com>
528
529 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
530 and extra UIs.
531
b761ca9e
SM
5322017-02-10 Simon Marchi <simon.marchi@ericsson.com>
533
534 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
535 proc_with_prefix.
536
b964bee0
TT
5372017-02-10 Tom Tromey <tom@tromey.com>
538
539 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
540
18da0c51
MG
5412017-02-10 Martin Galvan <martingalvan@sourceware.org>
542
543 PR gdb/21122
544 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
545
604c4576
JG
5462017-02-08 Jerome Guitton <guitton@adacore.com>
547
548 * gdb.base/define.exp: Add test for command abbreviations
549 in define.
550
20b477a7
LM
5512017-02-06 Luis Machado <lgustavo@codesourcery.com>
552
553 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
554 * gdb.reverse/insn-reverse-x86.c: New file.
555
3f7b46f2
IR
5562017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
557
558 PR tdep/20936
559 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
560
f0fd41c1
TT
5612017-02-03 Tom Tromey <tom@tromey.com>
562
563 PR rust/21097:
564 * gdb.rust/simple.exp: Add new tests.
565
5be5dbf0
PA
5662017-02-02 Pedro Alves <palves@redhat.com>
567
568 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
569 tests.
570
7346ef59
AA
5712017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
572
573 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
574 taking a 2-byte value out of a 4-byte DWARF implicit value on
575 big-endian targets.
576 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
577 logic. Add test cases for DW_OP_implicit.
578
787f0025
MM
5792017-02-01 Markus Metzger <markus.t.metzger@intel.com>
580
581 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
582
68777c29
MM
5832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
584
585 * gdb.btrace/enable.exp: Call gdb_exit before
586 skip_gdbserver_tests.
587
0a1c7e28
MM
5882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
589
590 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
591 GDBFLAGS.
592
b5ac99b0
MM
5932017-02-01 Markus Metzger <markus.t.metzger@intel.com>
594
595 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
596 the test is skipped.
597 * gdb.btrace/data.exp: Likewise.
598 * gdb.btrace/delta.exp: Likewise.
599 * gdb.btrace/dlopen.exp: Likewise.
600 * gdb.btrace/enable-running.exp: Likewise.
601 * gdb.btrace/enable.exp: Likewise.
602 * gdb.btrace/exception.exp: Likewise.
603 * gdb.btrace/function_call_history.exp: Likewise.
604 * gdb.btrace/gcore.exp: Likewise.
605 * gdb.btrace/instruction_history.exp: Likewise.
606 * gdb.btrace/multi-thread-step.exp: Likewise.
607 * gdb.btrace/nohist.exp: Likewise.
608 * gdb.btrace/non-stop.exp: Likewise.
609 * gdb.btrace/reconnect.exp: Likewise.
610 * gdb.btrace/record_goto-step.exp: Likewise.
611 * gdb.btrace/record_goto.exp: Likewise.
612 * gdb.btrace/rn-dl-bind.exp: Likewise.
613 * gdb.btrace/segv.exp: Likewise.
614 * gdb.btrace/step.exp: Likewise.
615 * gdb.btrace/stepi.exp: Likewise.
616 * gdb.btrace/tailcall-only.exp: Likewise.
617 * gdb.btrace/tailcall.exp: Likewise.
618 * gdb.btrace/tsx.exp: Likewise.
619 * gdb.btrace/unknown_functions.exp: Likewise.
620 * gdb.btrace/vdso.exp: Likewise.
621
cd4007e4
MM
6222017-02-01 Markus Metzger <markus.t.metzger@intel.com>
623
624 * gdb.btrace/enable-running.c: New.
625 * gdb.btrace/enable-running.exp: New.
626
2735833d
WT
6272017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
628
629 * gdb.arch/amd64-gs_base.c: New file.
630 * gdb.arch/amd64-gs_base.exp: New file.
631
b51e1e94
LM
6322017-01-26 Luis Machado <lgustavo@codesourcery.com>
633
634 * lib/memory.exp: Remove spurious empty newlines.
635
72ca0410
SM
6362017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
637
638 * gdb.python/py-bad-printers.exp: Load python file using "source".
639 * gdb.python/py-events.exp: Likewise.
640 * gdb.python/py-evsignal.exp: Likewise.
641 * gdb.python/py-evthreads.exp: Likewise.
642 * gdb.python/py-frame-args.exp: Likewise.
643 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
644 * gdb.python/py-framefilter-mi.exp: Likewise.
645 * gdb.python/py-framefilter.exp: Likewise.
646 * gdb.python/py-mi.exp: Likewise.
647 * gdb.python/py-pp-maint.exp: Likewise.
648 * gdb.python/py-pp-registration.exp: Likewise.
649 * gdb.python/py-prettyprint.exp: Likewise.
650 (run_lang_tests): Likewise.
651 * gdb.python/py-typeprint.exp: Likewise.
652
e309aa65
LM
6532017-01-26 Luis Machado <lgustavo@codesourcery.com>
654
655 * lib/memory.exp: New file.
656 * lib/gdb.exp: Load memory.exp.
657 * gdb.base/memattr.exp (delete_memory): Move proc to
658 lib/memory.exp and rename to delete_memory_regions.
659 Replace delete_memory with delete_memory_regions.
660 Cleanup memory regions before tests.
661 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
662 before tests.
663
515aff23
LM
6642017-01-26 Luis Machado <lgustavo@codesourcery.com>
665
666 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
667 files.
668 (initialize): New function conditionally defined.
669 (testcases): Move within conditional block.
670 (main): Call initialize.
671 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
672 of gdb.reverse/insn-reverse.c.
673 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
674 gdb.reverse/insn-reverse.c.
675
d8b49cf0
YQ
6762017-01-26 Yao Qi <yao.qi@linaro.org>
677
678 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
679 disassemble on address 0.
680
f13a9a0c
YQ
6812017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
682 Yao Qi <yao.qi@linaro.org>
683
684 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
685 * gdb.dwarf2/implptr-64bit.S: Remove.
686 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
687 variables in caller's context. Add DW_OP_implicit_value.
688
5ac95241
YQ
6892017-01-25 Yao Qi <yao.qi@linaro.org>
690
691 * lib/dwarf.exp (Dwarf::_location): Handle
692 DW_OP_GNU_implicit_pointer with proper size.
693
23e82930
LM
6942017-01-20 Luis Machado <lgustavo@codesourcery.com>
695
696 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
697 and add untested calls.
698
d334ae25
LM
6992017-01-20 Luis Machado <lgustavo@codesourcery.com>
700
701 * gdb.python/python.exp: Check line number against what GDB thinks
702 the line number is for func1.
703
f5e6296e
IB
7042017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
705
706 * gdb.dlang/debug-expr.exp: New file.
707
5b362f04
LM
7082016-12-23 Luis Machado <lgustavo@codesourcery.com>
709
710 Fix test names for the following files:
711
712 * gdb.ada/exec_changed.exp
713 * gdb.ada/info_types.exp
714 * gdb.arch/aarch64-atomic-inst.exp
715 * gdb.arch/aarch64-fp.exp
716 * gdb.arch/altivec-abi.exp
717 * gdb.arch/altivec-regs.exp
718 * gdb.arch/amd64-byte.exp
719 * gdb.arch/amd64-disp-step.exp
720 * gdb.arch/amd64-dword.exp
721 * gdb.arch/amd64-entry-value-inline.exp
722 * gdb.arch/amd64-entry-value-param.exp
723 * gdb.arch/amd64-entry-value-paramref.exp
724 * gdb.arch/amd64-entry-value.exp
725 * gdb.arch/amd64-i386-address.exp
726 * gdb.arch/amd64-invalid-stack-middle.exp
727 * gdb.arch/amd64-invalid-stack-top.exp
728 * gdb.arch/amd64-optimout-repeat.exp
729 * gdb.arch/amd64-prologue-skip.exp
730 * gdb.arch/amd64-prologue-xmm.exp
731 * gdb.arch/amd64-stap-special-operands.exp
732 * gdb.arch/amd64-stap-wrong-subexp.exp
733 * gdb.arch/amd64-tailcall-cxx.exp
734 * gdb.arch/amd64-tailcall-noret.exp
735 * gdb.arch/amd64-tailcall-ret.exp
736 * gdb.arch/amd64-tailcall-self.exp
737 * gdb.arch/amd64-word.exp
738 * gdb.arch/arm-bl-branch-dest.exp
739 * gdb.arch/arm-disp-step.exp
740 * gdb.arch/arm-neon.exp
741 * gdb.arch/arm-single-step-kernel-helper.exp
742 * gdb.arch/avr-flash-qualifier.exp
743 * gdb.arch/disp-step-insn-reloc.exp
744 * gdb.arch/e500-abi.exp
745 * gdb.arch/e500-regs.exp
746 * gdb.arch/ftrace-insn-reloc.exp
747 * gdb.arch/i386-avx512.exp
748 * gdb.arch/i386-bp_permanent.exp
749 * gdb.arch/i386-byte.exp
750 * gdb.arch/i386-cfi-notcurrent.exp
751 * gdb.arch/i386-disp-step.exp
752 * gdb.arch/i386-dr3-watch.exp
753 * gdb.arch/i386-float.exp
754 * gdb.arch/i386-gnu-cfi.exp
755 * gdb.arch/i386-mpx-map.exp
756 * gdb.arch/i386-mpx-sigsegv.exp
757 * gdb.arch/i386-mpx-simple_segv.exp
758 * gdb.arch/i386-mpx.exp
759 * gdb.arch/i386-permbkpt.exp
760 * gdb.arch/i386-prologue.exp
761 * gdb.arch/i386-signal.exp
762 * gdb.arch/i386-size-overlap.exp
763 * gdb.arch/i386-unwind.exp
764 * gdb.arch/i386-word.exp
765 * gdb.arch/mips-fcr.exp
766 * gdb.arch/powerpc-d128-regs.exp
767 * gdb.arch/powerpc-stackless.exp
768 * gdb.arch/ppc64-atomic-inst.exp
769 * gdb.arch/s390-stackless.exp
770 * gdb.arch/s390-tdbregs.exp
771 * gdb.arch/s390-vregs.exp
772 * gdb.arch/sparc-sysstep.exp
773 * gdb.arch/thumb-bx-pc.exp
774 * gdb.arch/thumb-singlestep.exp
775 * gdb.arch/thumb2-it.exp
776 * gdb.arch/vsx-regs.exp
777 * gdb.asm/asm-source.exp
778 * gdb.base/a2-run.exp
779 * gdb.base/advance.exp
780 * gdb.base/all-bin.exp
781 * gdb.base/anon.exp
782 * gdb.base/args.exp
783 * gdb.base/arithmet.exp
784 * gdb.base/async-shell.exp
785 * gdb.base/async.exp
786 * gdb.base/attach-pie-noexec.exp
787 * gdb.base/attach-twice.exp
788 * gdb.base/auto-load.exp
789 * gdb.base/bang.exp
790 * gdb.base/bitfields.exp
791 * gdb.base/break-always.exp
792 * gdb.base/break-caller-line.exp
793 * gdb.base/break-entry.exp
794 * gdb.base/break-inline.exp
795 * gdb.base/break-on-linker-gcd-function.exp
796 * gdb.base/break-probes.exp
797 * gdb.base/break.exp
798 * gdb.base/breakpoint-shadow.exp
799 * gdb.base/call-ar-st.exp
800 * gdb.base/call-sc.exp
801 * gdb.base/call-signal-resume.exp
802 * gdb.base/call-strs.exp
803 * gdb.base/callfuncs.exp
804 * gdb.base/catch-fork-static.exp
805 * gdb.base/catch-gdb-caused-signals.exp
806 * gdb.base/catch-load.exp
807 * gdb.base/catch-signal-fork.exp
808 * gdb.base/catch-signal.exp
809 * gdb.base/catch-syscall.exp
810 * gdb.base/charset.exp
811 * gdb.base/checkpoint.exp
812 * gdb.base/chng-syms.exp
813 * gdb.base/code-expr.exp
814 * gdb.base/code_elim.exp
815 * gdb.base/commands.exp
816 * gdb.base/completion.exp
817 * gdb.base/complex.exp
818 * gdb.base/cond-expr.exp
819 * gdb.base/condbreak.exp
820 * gdb.base/consecutive.exp
821 * gdb.base/continue-all-already-running.exp
822 * gdb.base/coredump-filter.exp
823 * gdb.base/corefile.exp
824 * gdb.base/dbx.exp
825 * gdb.base/debug-expr.exp
826 * gdb.base/define.exp
827 * gdb.base/del.exp
828 * gdb.base/disabled-location.exp
829 * gdb.base/disasm-end-cu.exp
830 * gdb.base/disasm-optim.exp
831 * gdb.base/display.exp
832 * gdb.base/duplicate-bp.exp
833 * gdb.base/ena-dis-br.exp
834 * gdb.base/ending-run.exp
835 * gdb.base/enumval.exp
836 * gdb.base/environ.exp
837 * gdb.base/eu-strip-infcall.exp
838 * gdb.base/eval-avoid-side-effects.exp
839 * gdb.base/eval-skip.exp
840 * gdb.base/exitsignal.exp
841 * gdb.base/expand-psymtabs.exp
842 * gdb.base/filesym.exp
843 * gdb.base/find-unmapped.exp
844 * gdb.base/finish.exp
845 * gdb.base/float.exp
846 * gdb.base/foll-exec-mode.exp
847 * gdb.base/foll-exec.exp
848 * gdb.base/foll-fork.exp
849 * gdb.base/fortran-sym-case.exp
850 * gdb.base/freebpcmd.exp
851 * gdb.base/func-ptr.exp
852 * gdb.base/func-ptrs.exp
853 * gdb.base/funcargs.exp
854 * gdb.base/gcore-buffer-overflow.exp
855 * gdb.base/gcore-relro-pie.exp
856 * gdb.base/gcore-relro.exp
857 * gdb.base/gcore.exp
858 * gdb.base/gdb1090.exp
859 * gdb.base/gdb11530.exp
860 * gdb.base/gdb11531.exp
861 * gdb.base/gdb1821.exp
862 * gdb.base/gdbindex-stabs.exp
863 * gdb.base/gdbvars.exp
864 * gdb.base/hbreak.exp
865 * gdb.base/hbreak2.exp
866 * gdb.base/included.exp
867 * gdb.base/infcall-input.exp
868 * gdb.base/inferior-died.exp
869 * gdb.base/infnan.exp
870 * gdb.base/info-macros.exp
871 * gdb.base/info-os.exp
872 * gdb.base/info-proc.exp
873 * gdb.base/info-shared.exp
874 * gdb.base/info-target.exp
875 * gdb.base/infoline.exp
876 * gdb.base/interp.exp
877 * gdb.base/interrupt.exp
878 * gdb.base/jit-reader.exp
879 * gdb.base/jit-simple.exp
880 * gdb.base/kill-after-signal.exp
881 * gdb.base/kill-detach-inferiors-cmd.exp
882 * gdb.base/label.exp
883 * gdb.base/langs.exp
884 * gdb.base/ldbl_e308.exp
885 * gdb.base/line-symtabs.exp
886 * gdb.base/linespecs.exp
887 * gdb.base/list.exp
888 * gdb.base/long_long.exp
889 * gdb.base/longest-types.exp
890 * gdb.base/maint.exp
891 * gdb.base/max-value-size.exp
892 * gdb.base/memattr.exp
893 * gdb.base/mips_pro.exp
894 * gdb.base/morestack.exp
895 * gdb.base/moribund-step.exp
896 * gdb.base/multi-forks.exp
897 * gdb.base/nested-addr.exp
898 * gdb.base/nextoverexit.exp
899 * gdb.base/noreturn-finish.exp
900 * gdb.base/noreturn-return.exp
901 * gdb.base/nostdlib.exp
902 * gdb.base/offsets.exp
903 * gdb.base/opaque.exp
904 * gdb.base/pc-fp.exp
905 * gdb.base/permissions.exp
906 * gdb.base/print-symbol-loading.exp
907 * gdb.base/prologue-include.exp
908 * gdb.base/psymtab.exp
909 * gdb.base/ptype.exp
910 * gdb.base/random-signal.exp
911 * gdb.base/randomize.exp
912 * gdb.base/range-stepping.exp
913 * gdb.base/readline-ask.exp
914 * gdb.base/recpar.exp
915 * gdb.base/recurse.exp
916 * gdb.base/relational.exp
917 * gdb.base/restore.exp
918 * gdb.base/return-nodebug.exp
919 * gdb.base/return.exp
920 * gdb.base/run-after-attach.exp
921 * gdb.base/save-bp.exp
922 * gdb.base/scope.exp
923 * gdb.base/sect-cmd.exp
924 * gdb.base/set-lang-auto.exp
925 * gdb.base/set-noassign.exp
926 * gdb.base/setvar.exp
927 * gdb.base/sigall.exp
928 * gdb.base/sigbpt.exp
929 * gdb.base/siginfo-addr.exp
930 * gdb.base/siginfo-infcall.exp
931 * gdb.base/siginfo-obj.exp
932 * gdb.base/siginfo.exp
933 * gdb.base/signals-state-child.exp
934 * gdb.base/signest.exp
935 * gdb.base/sigstep.exp
936 * gdb.base/sizeof.exp
937 * gdb.base/skip.exp
938 * gdb.base/solib-corrupted.exp
939 * gdb.base/solib-nodir.exp
940 * gdb.base/solib-search.exp
941 * gdb.base/stack-checking.exp
942 * gdb.base/stale-infcall.exp
943 * gdb.base/stap-probe.exp
944 * gdb.base/start.exp
945 * gdb.base/step-break.exp
946 * gdb.base/step-bt.exp
947 * gdb.base/step-line.exp
948 * gdb.base/step-over-exit.exp
949 * gdb.base/step-over-syscall.exp
950 * gdb.base/step-resume-infcall.exp
951 * gdb.base/step-test.exp
952 * gdb.base/store.exp
953 * gdb.base/structs3.exp
954 * gdb.base/sym-file.exp
955 * gdb.base/symbol-without-target_section.exp
956 * gdb.base/term.exp
957 * gdb.base/testenv.exp
958 * gdb.base/ui-redirect.exp
959 * gdb.base/until.exp
960 * gdb.base/unwindonsignal.exp
961 * gdb.base/value-double-free.exp
962 * gdb.base/vla-datatypes.exp
963 * gdb.base/vla-ptr.exp
964 * gdb.base/vla-sideeffect.exp
965 * gdb.base/volatile.exp
966 * gdb.base/watch-cond-infcall.exp
967 * gdb.base/watch-cond.exp
968 * gdb.base/watch-non-mem.exp
969 * gdb.base/watch-read.exp
970 * gdb.base/watch-vfork.exp
971 * gdb.base/watchpoint-cond-gone.exp
972 * gdb.base/watchpoint-delete.exp
973 * gdb.base/watchpoint-hw-hit-once.exp
974 * gdb.base/watchpoint-hw.exp
975 * gdb.base/watchpoint-stops-at-right-insn.exp
976 * gdb.base/watchpoints.exp
977 * gdb.base/wchar.exp
978 * gdb.base/whatis-exp.exp
979 * gdb.btrace/buffer-size.exp
980 * gdb.btrace/data.exp
981 * gdb.btrace/delta.exp
982 * gdb.btrace/dlopen.exp
983 * gdb.btrace/enable.exp
984 * gdb.btrace/exception.exp
985 * gdb.btrace/function_call_history.exp
986 * gdb.btrace/gcore.exp
987 * gdb.btrace/instruction_history.exp
988 * gdb.btrace/nohist.exp
989 * gdb.btrace/reconnect.exp
990 * gdb.btrace/record_goto-step.exp
991 * gdb.btrace/record_goto.exp
992 * gdb.btrace/rn-dl-bind.exp
993 * gdb.btrace/segv.exp
994 * gdb.btrace/step.exp
995 * gdb.btrace/stepi.exp
996 * gdb.btrace/tailcall-only.exp
997 * gdb.btrace/tailcall.exp
998 * gdb.btrace/tsx.exp
999 * gdb.btrace/unknown_functions.exp
1000 * gdb.btrace/vdso.exp
1001 * gdb.compile/compile-ifunc.exp
1002 * gdb.compile/compile-ops.exp
1003 * gdb.compile/compile-print.exp
1004 * gdb.compile/compile-setjmp.exp
1005 * gdb.cp/abstract-origin.exp
1006 * gdb.cp/ambiguous.exp
1007 * gdb.cp/annota2.exp
1008 * gdb.cp/annota3.exp
1009 * gdb.cp/anon-ns.exp
1010 * gdb.cp/anon-struct.exp
1011 * gdb.cp/anon-union.exp
1012 * gdb.cp/arg-reference.exp
1013 * gdb.cp/baseenum.exp
1014 * gdb.cp/bool.exp
1015 * gdb.cp/breakpoint.exp
1016 * gdb.cp/bs15503.exp
1017 * gdb.cp/call-c.exp
1018 * gdb.cp/casts.exp
1019 * gdb.cp/chained-calls.exp
1020 * gdb.cp/class2.exp
1021 * gdb.cp/classes.exp
1022 * gdb.cp/cmpd-minsyms.exp
1023 * gdb.cp/converts.exp
1024 * gdb.cp/cp-relocate.exp
1025 * gdb.cp/cpcompletion.exp
1026 * gdb.cp/cpexprs.exp
1027 * gdb.cp/cplabel.exp
1028 * gdb.cp/cplusfuncs.exp
1029 * gdb.cp/cpsizeof.exp
1030 * gdb.cp/ctti.exp
1031 * gdb.cp/derivation.exp
1032 * gdb.cp/destrprint.exp
1033 * gdb.cp/dispcxx.exp
1034 * gdb.cp/enum-class.exp
1035 * gdb.cp/exception.exp
1036 * gdb.cp/exceptprint.exp
1037 * gdb.cp/expand-psymtabs-cxx.exp
1038 * gdb.cp/expand-sals.exp
1039 * gdb.cp/extern-c.exp
1040 * gdb.cp/filename.exp
1041 * gdb.cp/formatted-ref.exp
1042 * gdb.cp/fpointer.exp
1043 * gdb.cp/gdb1355.exp
1044 * gdb.cp/gdb2495.exp
1045 * gdb.cp/hang.exp
1046 * gdb.cp/impl-this.exp
1047 * gdb.cp/infcall-dlopen.exp
1048 * gdb.cp/inherit.exp
1049 * gdb.cp/iostream.exp
1050 * gdb.cp/koenig.exp
1051 * gdb.cp/local.exp
1052 * gdb.cp/m-data.exp
1053 * gdb.cp/m-static.exp
1054 * gdb.cp/mb-ctor.exp
1055 * gdb.cp/mb-inline.exp
1056 * gdb.cp/mb-templates.exp
1057 * gdb.cp/member-name.exp
1058 * gdb.cp/member-ptr.exp
1059 * gdb.cp/meth-typedefs.exp
1060 * gdb.cp/method.exp
1061 * gdb.cp/method2.exp
1062 * gdb.cp/minsym-fallback.exp
1063 * gdb.cp/misc.exp
1064 * gdb.cp/namelessclass.exp
1065 * gdb.cp/namespace-enum.exp
1066 * gdb.cp/namespace-nested-import.exp
1067 * gdb.cp/namespace.exp
1068 * gdb.cp/nextoverthrow.exp
1069 * gdb.cp/no-dmgl-verbose.exp
1070 * gdb.cp/non-trivial-retval.exp
1071 * gdb.cp/noparam.exp
1072 * gdb.cp/nsdecl.exp
1073 * gdb.cp/nsimport.exp
1074 * gdb.cp/nsnested.exp
1075 * gdb.cp/nsnoimports.exp
1076 * gdb.cp/nsrecurs.exp
1077 * gdb.cp/nsstress.exp
1078 * gdb.cp/nsusing.exp
1079 * gdb.cp/operator.exp
1080 * gdb.cp/oranking.exp
1081 * gdb.cp/overload-const.exp
1082 * gdb.cp/overload.exp
1083 * gdb.cp/ovldbreak.exp
1084 * gdb.cp/ovsrch.exp
1085 * gdb.cp/paren-type.exp
1086 * gdb.cp/parse-lang.exp
1087 * gdb.cp/pass-by-ref.exp
1088 * gdb.cp/pr-1023.exp
1089 * gdb.cp/pr-1210.exp
1090 * gdb.cp/pr-574.exp
1091 * gdb.cp/pr10687.exp
1092 * gdb.cp/pr12028.exp
1093 * gdb.cp/pr17132.exp
1094 * gdb.cp/pr17494.exp
1095 * gdb.cp/pr9067.exp
1096 * gdb.cp/pr9167.exp
1097 * gdb.cp/pr9631.exp
1098 * gdb.cp/printmethod.exp
1099 * gdb.cp/psmang.exp
1100 * gdb.cp/psymtab-parameter.exp
1101 * gdb.cp/ptype-cv-cp.exp
1102 * gdb.cp/ptype-flags.exp
1103 * gdb.cp/re-set-overloaded.exp
1104 * gdb.cp/ref-types.exp
1105 * gdb.cp/rtti.exp
1106 * gdb.cp/scope-err.exp
1107 * gdb.cp/shadow.exp
1108 * gdb.cp/smartp.exp
1109 * gdb.cp/static-method.exp
1110 * gdb.cp/static-print-quit.exp
1111 * gdb.cp/temargs.exp
1112 * gdb.cp/templates.exp
1113 * gdb.cp/try_catch.exp
1114 * gdb.cp/typedef-operator.exp
1115 * gdb.cp/typeid.exp
1116 * gdb.cp/userdef.exp
1117 * gdb.cp/using-crash.exp
1118 * gdb.cp/var-tag.exp
1119 * gdb.cp/virtbase.exp
1120 * gdb.cp/virtfunc.exp
1121 * gdb.cp/virtfunc2.exp
1122 * gdb.cp/vla-cxx.exp
1123 * gdb.disasm/t01_mov.exp
1124 * gdb.disasm/t02_mova.exp
1125 * gdb.disasm/t03_add.exp
1126 * gdb.disasm/t04_sub.exp
1127 * gdb.disasm/t05_cmp.exp
1128 * gdb.disasm/t06_ari2.exp
1129 * gdb.disasm/t07_ari3.exp
1130 * gdb.disasm/t08_or.exp
1131 * gdb.disasm/t09_xor.exp
1132 * gdb.disasm/t10_and.exp
1133 * gdb.disasm/t11_logs.exp
1134 * gdb.disasm/t12_bit.exp
1135 * gdb.disasm/t13_otr.exp
1136 * gdb.dlang/circular.exp
1137 * gdb.dwarf2/arr-stride.exp
1138 * gdb.dwarf2/arr-subrange.exp
1139 * gdb.dwarf2/atomic-type.exp
1140 * gdb.dwarf2/bad-regnum.exp
1141 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1142 * gdb.dwarf2/callframecfa.exp
1143 * gdb.dwarf2/clztest.exp
1144 * gdb.dwarf2/corrupt.exp
1145 * gdb.dwarf2/data-loc.exp
1146 * gdb.dwarf2/dup-psym.exp
1147 * gdb.dwarf2/dw2-anon-mptr.exp
1148 * gdb.dwarf2/dw2-anonymous-func.exp
1149 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1150 * gdb.dwarf2/dw2-bad-unresolved.exp
1151 * gdb.dwarf2/dw2-basic.exp
1152 * gdb.dwarf2/dw2-canonicalize-type.exp
1153 * gdb.dwarf2/dw2-case-insensitive.exp
1154 * gdb.dwarf2/dw2-common-block.exp
1155 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1156 * gdb.dwarf2/dw2-compressed.exp
1157 * gdb.dwarf2/dw2-const.exp
1158 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1159 * gdb.dwarf2/dw2-cu-size.exp
1160 * gdb.dwarf2/dw2-dup-frame.exp
1161 * gdb.dwarf2/dw2-entry-value.exp
1162 * gdb.dwarf2/dw2-icycle.exp
1163 * gdb.dwarf2/dw2-ifort-parameter.exp
1164 * gdb.dwarf2/dw2-inline-break.exp
1165 * gdb.dwarf2/dw2-inline-param.exp
1166 * gdb.dwarf2/dw2-intercu.exp
1167 * gdb.dwarf2/dw2-intermix.exp
1168 * gdb.dwarf2/dw2-lexical-block-bare.exp
1169 * gdb.dwarf2/dw2-linkage-name-trust.exp
1170 * gdb.dwarf2/dw2-minsym-in-cu.exp
1171 * gdb.dwarf2/dw2-noloc.exp
1172 * gdb.dwarf2/dw2-op-call.exp
1173 * gdb.dwarf2/dw2-op-out-param.exp
1174 * gdb.dwarf2/dw2-opt-structptr.exp
1175 * gdb.dwarf2/dw2-param-error.exp
1176 * gdb.dwarf2/dw2-producer.exp
1177 * gdb.dwarf2/dw2-ranges-base.exp
1178 * gdb.dwarf2/dw2-ref-missing-frame.exp
1179 * gdb.dwarf2/dw2-reg-undefined.exp
1180 * gdb.dwarf2/dw2-regno-invalid.exp
1181 * gdb.dwarf2/dw2-restore.exp
1182 * gdb.dwarf2/dw2-restrict.exp
1183 * gdb.dwarf2/dw2-single-line-discriminators.exp
1184 * gdb.dwarf2/dw2-strp.exp
1185 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1186 * gdb.dwarf2/dw2-unresolved.exp
1187 * gdb.dwarf2/dw2-var-zero-addr.exp
1188 * gdb.dwarf2/dw4-sig-types.exp
1189 * gdb.dwarf2/dwz.exp
1190 * gdb.dwarf2/dynarr-ptr.exp
1191 * gdb.dwarf2/enum-type.exp
1192 * gdb.dwarf2/gdb-index.exp
1193 * gdb.dwarf2/implptr-64bit.exp
1194 * gdb.dwarf2/implptr-optimized-out.exp
1195 * gdb.dwarf2/implptr.exp
1196 * gdb.dwarf2/implref-array.exp
1197 * gdb.dwarf2/implref-const.exp
1198 * gdb.dwarf2/implref-global.exp
1199 * gdb.dwarf2/implref-struct.exp
1200 * gdb.dwarf2/mac-fileno.exp
1201 * gdb.dwarf2/main-subprogram.exp
1202 * gdb.dwarf2/member-ptr-forwardref.exp
1203 * gdb.dwarf2/method-ptr.exp
1204 * gdb.dwarf2/missing-sig-type.exp
1205 * gdb.dwarf2/nonvar-access.exp
1206 * gdb.dwarf2/opaque-type-lookup.exp
1207 * gdb.dwarf2/pieces-optimized-out.exp
1208 * gdb.dwarf2/pieces.exp
1209 * gdb.dwarf2/pr10770.exp
1210 * gdb.dwarf2/pr13961.exp
1211 * gdb.dwarf2/staticvirtual.exp
1212 * gdb.dwarf2/subrange.exp
1213 * gdb.dwarf2/symtab-producer.exp
1214 * gdb.dwarf2/trace-crash.exp
1215 * gdb.dwarf2/typeddwarf.exp
1216 * gdb.dwarf2/valop.exp
1217 * gdb.dwarf2/watch-notconst.exp
1218 * gdb.fortran/array-element.exp
1219 * gdb.fortran/charset.exp
1220 * gdb.fortran/common-block.exp
1221 * gdb.fortran/complex.exp
1222 * gdb.fortran/derived-type-function.exp
1223 * gdb.fortran/derived-type.exp
1224 * gdb.fortran/logical.exp
1225 * gdb.fortran/module.exp
1226 * gdb.fortran/multi-dim.exp
1227 * gdb.fortran/nested-funcs.exp
1228 * gdb.fortran/print-formatted.exp
1229 * gdb.fortran/subarray.exp
1230 * gdb.fortran/vla-alloc-assoc.exp
1231 * gdb.fortran/vla-datatypes.exp
1232 * gdb.fortran/vla-history.exp
1233 * gdb.fortran/vla-ptr-info.exp
1234 * gdb.fortran/vla-ptype-sub.exp
1235 * gdb.fortran/vla-ptype.exp
1236 * gdb.fortran/vla-sizeof.exp
1237 * gdb.fortran/vla-type.exp
1238 * gdb.fortran/vla-value-sub-arbitrary.exp
1239 * gdb.fortran/vla-value-sub-finish.exp
1240 * gdb.fortran/vla-value-sub.exp
1241 * gdb.fortran/vla-value.exp
1242 * gdb.fortran/whatis_type.exp
1243 * gdb.go/chan.exp
1244 * gdb.go/handcall.exp
1245 * gdb.go/hello.exp
1246 * gdb.go/integers.exp
1247 * gdb.go/methods.exp
1248 * gdb.go/package.exp
1249 * gdb.go/strings.exp
1250 * gdb.go/types.exp
1251 * gdb.go/unsafe.exp
1252 * gdb.guile/scm-arch.exp
1253 * gdb.guile/scm-block.exp
1254 * gdb.guile/scm-breakpoint.exp
1255 * gdb.guile/scm-cmd.exp
1256 * gdb.guile/scm-disasm.exp
1257 * gdb.guile/scm-equal.exp
1258 * gdb.guile/scm-frame-args.exp
1259 * gdb.guile/scm-frame-inline.exp
1260 * gdb.guile/scm-frame.exp
1261 * gdb.guile/scm-iterator.exp
1262 * gdb.guile/scm-math.exp
1263 * gdb.guile/scm-objfile.exp
1264 * gdb.guile/scm-ports.exp
1265 * gdb.guile/scm-symbol.exp
1266 * gdb.guile/scm-symtab.exp
1267 * gdb.guile/scm-value-cc.exp
1268 * gdb.guile/types-module.exp
1269 * gdb.linespec/break-ask.exp
1270 * gdb.linespec/cpexplicit.exp
1271 * gdb.linespec/explicit.exp
1272 * gdb.linespec/keywords.exp
1273 * gdb.linespec/linespec.exp
1274 * gdb.linespec/ls-dollar.exp
1275 * gdb.linespec/ls-errs.exp
1276 * gdb.linespec/skip-two.exp
1277 * gdb.linespec/thread.exp
1278 * gdb.mi/mi-async.exp
1279 * gdb.mi/mi-basics.exp
1280 * gdb.mi/mi-break.exp
1281 * gdb.mi/mi-catch-load.exp
1282 * gdb.mi/mi-cli.exp
1283 * gdb.mi/mi-cmd-param-changed.exp
1284 * gdb.mi/mi-console.exp
1285 * gdb.mi/mi-detach.exp
1286 * gdb.mi/mi-disassemble.exp
1287 * gdb.mi/mi-eval.exp
1288 * gdb.mi/mi-file-transfer.exp
1289 * gdb.mi/mi-file.exp
1290 * gdb.mi/mi-fill-memory.exp
1291 * gdb.mi/mi-inheritance-syntax-error.exp
1292 * gdb.mi/mi-linespec-err-cp.exp
1293 * gdb.mi/mi-logging.exp
1294 * gdb.mi/mi-memory-changed.exp
1295 * gdb.mi/mi-read-memory.exp
1296 * gdb.mi/mi-record-changed.exp
1297 * gdb.mi/mi-reg-undefined.exp
1298 * gdb.mi/mi-regs.exp
1299 * gdb.mi/mi-return.exp
1300 * gdb.mi/mi-reverse.exp
1301 * gdb.mi/mi-simplerun.exp
1302 * gdb.mi/mi-solib.exp
1303 * gdb.mi/mi-stack.exp
1304 * gdb.mi/mi-stepi.exp
1305 * gdb.mi/mi-syn-frame.exp
1306 * gdb.mi/mi-until.exp
1307 * gdb.mi/mi-var-block.exp
1308 * gdb.mi/mi-var-child.exp
1309 * gdb.mi/mi-var-cmd.exp
1310 * gdb.mi/mi-var-cp.exp
1311 * gdb.mi/mi-var-display.exp
1312 * gdb.mi/mi-var-invalidate.exp
1313 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1314 * gdb.mi/mi-vla-fortran.exp
1315 * gdb.mi/mi-watch.exp
1316 * gdb.mi/mi2-var-child.exp
1317 * gdb.mi/user-selected-context-sync.exp
1318 * gdb.modula2/unbounded-array.exp
1319 * gdb.multi/dummy-frame-restore.exp
1320 * gdb.multi/multi-arch-exec.exp
1321 * gdb.multi/multi-arch.exp
1322 * gdb.multi/tids.exp
1323 * gdb.multi/watchpoint-multi.exp
1324 * gdb.opencl/callfuncs.exp
1325 * gdb.opencl/convs_casts.exp
1326 * gdb.opencl/datatypes.exp
1327 * gdb.opencl/operators.exp
1328 * gdb.opencl/vec_comps.exp
1329 * gdb.opt/clobbered-registers-O2.exp
1330 * gdb.opt/inline-break.exp
1331 * gdb.opt/inline-bt.exp
1332 * gdb.opt/inline-cmds.exp
1333 * gdb.opt/inline-locals.exp
1334 * gdb.pascal/case-insensitive-symbols.exp
1335 * gdb.pascal/floats.exp
1336 * gdb.pascal/gdb11492.exp
1337 * gdb.python/lib-types.exp
1338 * gdb.python/py-arch.exp
1339 * gdb.python/py-as-string.exp
1340 * gdb.python/py-bad-printers.exp
1341 * gdb.python/py-block.exp
1342 * gdb.python/py-breakpoint-create-fail.exp
1343 * gdb.python/py-breakpoint.exp
1344 * gdb.python/py-caller-is.exp
1345 * gdb.python/py-cmd.exp
1346 * gdb.python/py-explore-cc.exp
1347 * gdb.python/py-explore.exp
1348 * gdb.python/py-finish-breakpoint.exp
1349 * gdb.python/py-finish-breakpoint2.exp
1350 * gdb.python/py-frame-args.exp
1351 * gdb.python/py-frame-inline.exp
1352 * gdb.python/py-frame.exp
1353 * gdb.python/py-framefilter-mi.exp
1354 * gdb.python/py-infthread.exp
1355 * gdb.python/py-lazy-string.exp
1356 * gdb.python/py-linetable.exp
1357 * gdb.python/py-mi-events.exp
1358 * gdb.python/py-mi-objfile.exp
1359 * gdb.python/py-mi.exp
1360 * gdb.python/py-objfile.exp
1361 * gdb.python/py-pp-integral.exp
1362 * gdb.python/py-pp-maint.exp
1363 * gdb.python/py-pp-re-notag.exp
1364 * gdb.python/py-pp-registration.exp
1365 * gdb.python/py-recurse-unwind.exp
1366 * gdb.python/py-strfns.exp
1367 * gdb.python/py-symbol.exp
1368 * gdb.python/py-symtab.exp
1369 * gdb.python/py-sync-interp.exp
1370 * gdb.python/py-typeprint.exp
1371 * gdb.python/py-unwind-maint.exp
1372 * gdb.python/py-unwind.exp
1373 * gdb.python/py-value-cc.exp
1374 * gdb.python/py-xmethods.exp
1375 * gdb.reverse/amd64-tailcall-reverse.exp
1376 * gdb.reverse/break-precsave.exp
1377 * gdb.reverse/break-reverse.exp
1378 * gdb.reverse/consecutive-precsave.exp
1379 * gdb.reverse/consecutive-reverse.exp
1380 * gdb.reverse/finish-precsave.exp
1381 * gdb.reverse/finish-reverse-bkpt.exp
1382 * gdb.reverse/finish-reverse.exp
1383 * gdb.reverse/fstatat-reverse.exp
1384 * gdb.reverse/getresuid-reverse.exp
1385 * gdb.reverse/i386-precsave.exp
1386 * gdb.reverse/i386-reverse.exp
1387 * gdb.reverse/i386-sse-reverse.exp
1388 * gdb.reverse/i387-env-reverse.exp
1389 * gdb.reverse/i387-stack-reverse.exp
1390 * gdb.reverse/insn-reverse.exp
1391 * gdb.reverse/machinestate-precsave.exp
1392 * gdb.reverse/machinestate.exp
1393 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1394 * gdb.reverse/pipe-reverse.exp
1395 * gdb.reverse/readv-reverse.exp
1396 * gdb.reverse/recvmsg-reverse.exp
1397 * gdb.reverse/rerun-prec.exp
1398 * gdb.reverse/s390-mvcle.exp
1399 * gdb.reverse/step-precsave.exp
1400 * gdb.reverse/step-reverse.exp
1401 * gdb.reverse/time-reverse.exp
1402 * gdb.reverse/until-precsave.exp
1403 * gdb.reverse/until-reverse.exp
1404 * gdb.reverse/waitpid-reverse.exp
1405 * gdb.reverse/watch-precsave.exp
1406 * gdb.reverse/watch-reverse.exp
1407 * gdb.rust/generics.exp
1408 * gdb.rust/methods.exp
1409 * gdb.rust/modules.exp
1410 * gdb.rust/simple.exp
1411 * gdb.server/connect-with-no-symbol-file.exp
1412 * gdb.server/ext-attach.exp
1413 * gdb.server/ext-restart.exp
1414 * gdb.server/ext-wrapper.exp
1415 * gdb.server/file-transfer.exp
1416 * gdb.server/server-exec-info.exp
1417 * gdb.server/server-kill.exp
1418 * gdb.server/server-mon.exp
1419 * gdb.server/wrapper.exp
1420 * gdb.stabs/exclfwd.exp
1421 * gdb.stabs/gdb11479.exp
1422 * gdb.threads/clone-new-thread-event.exp
1423 * gdb.threads/corethreads.exp
1424 * gdb.threads/current-lwp-dead.exp
1425 * gdb.threads/dlopen-libpthread.exp
1426 * gdb.threads/gcore-thread.exp
1427 * gdb.threads/sigstep-threads.exp
1428 * gdb.threads/watchpoint-fork.exp
1429 * gdb.trace/actions-changed.exp
1430 * gdb.trace/backtrace.exp
1431 * gdb.trace/change-loc.exp
1432 * gdb.trace/circ.exp
1433 * gdb.trace/collection.exp
1434 * gdb.trace/disconnected-tracing.exp
1435 * gdb.trace/ftrace.exp
1436 * gdb.trace/mi-trace-frame-collected.exp
1437 * gdb.trace/mi-trace-unavailable.exp
1438 * gdb.trace/mi-traceframe-changed.exp
1439 * gdb.trace/mi-tsv-changed.exp
1440 * gdb.trace/no-attach-trace.exp
1441 * gdb.trace/passc-dyn.exp
1442 * gdb.trace/qtro.exp
1443 * gdb.trace/range-stepping.exp
1444 * gdb.trace/read-memory.exp
1445 * gdb.trace/save-trace.exp
1446 * gdb.trace/signal.exp
1447 * gdb.trace/status-stop.exp
1448 * gdb.trace/tfile.exp
1449 * gdb.trace/trace-break.exp
1450 * gdb.trace/trace-buffer-size.exp
1451 * gdb.trace/trace-condition.exp
1452 * gdb.trace/tracefile-pseudo-reg.exp
1453 * gdb.trace/tstatus.exp
1454 * gdb.trace/unavailable.exp
1455 * gdb.trace/while-dyn.exp
1456 * gdb.trace/while-stepping.exp
1457
34c41c68
DE
14582016-12-22 Doug Evans <xdje42@gmail.com>
1459
1460 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1461 and msymbols.
1462
16e69324
YQ
14632016-12-19 Yao Qi <yao.qi@linaro.org>
1464
1465 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1466 (test_with_self): Don't call do_steps_and_nexts, and remove
1467 code about stepping into xmalloc.
1468
f94f411b
YQ
14692016-12-09 Yao Qi <yao.qi@linaro.org>
1470
1471 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1472
14732016-12-09 Yao Qi <yao.qi@linaro.org>
1474
1475 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1476
f1b5deee
PA
14772016-12-09 Pedro Alves <palves@redhat.com>
1478
1479 * gdb.base/all-architectures-0.exp: New file.
1480 * gdb.base/all-architectures-1.exp: New file.
1481 * gdb.base/all-architectures-2.exp: New file.
1482 * gdb.base/all-architectures-3.exp: New file.
1483 * gdb.base/all-architectures-4.exp: New file.
1484 * gdb.base/all-architectures-5.exp: New file.
1485 * gdb.base/all-architectures-6.exp: New file.
1486 * gdb.base/all-architectures-7.exp: New file.
1487 * gdb.base/all-architectures.exp.in: New file.
1488
364ca42e
YQ
14892016-12-09 Yao Qi <yao.qi@linaro.org>
1490
1491 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1492
107c2d62
LM
14932016-12-02 Luis Machado <lgustavo@codesourcery.com>
1494
1495 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1496 possible.
1497 Remove useless pattern-matching code.
1498
df3ee9ca
PA
14992016-12-02 Pedro Alves <palves@redhat.com>
1500
1501 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1502 procedure.
1503 (top level): Call it.
1504
ec835369
PA
15052016-12-02 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1508 New procedure.
1509 (top level): Call it.
1510
01770bbd
PA
15112016-12-02 Pedro Alves <palves@redhat.com>
1512
1513 PR cli/20559
1514 * gdb.base/commands.exp (user_defined_command_args_eval): New
1515 procedure.
1516 (top level): Call it.
1517
008459ea
LM
15182016-12-02 Luis Machado <lgustavo@codesourcery.com>
1519
1520 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1521 timeout handling.
1522
0c1b455e
TT
15232016-12-02 Tom Tromey <tom@tromey.com>
1524
1525 * gdb.dwarf2/main-subprogram.c: New file.
1526 * gdb.dwarf2/main-subprogram.exp: New file.
1527
018572b8
LM
15282016-12-01 Luis Machado <lgustavo@codesourcery.com>
1529
1530 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1531 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1532 gdb_test_no_output for a couple of cases.
1533 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1534
84c93cd5
LM
15352016-12-01 Luis Machado <lgustavo@codesourcery.com>
1536
1537 Fix test names and standardize compilation error messages throughout
1538 the following files:
1539
1540 * gdb.ada/start.exp
1541 * gdb.arch/alpha-step.exp
1542 * gdb.arch/e500-prologue.exp
1543 * gdb.arch/ftrace-insn-reloc.exp
1544 * gdb.arch/gdb1291.exp
1545 * gdb.arch/gdb1431.exp
1546 * gdb.arch/gdb1558.exp
1547 * gdb.arch/i386-dr3-watch.exp
1548 * gdb.arch/i386-sse-stack-align.exp
1549 * gdb.arch/ia64-breakpoint-shadow.exp
1550 * gdb.arch/pa-nullify.exp
1551 * gdb.arch/powerpc-aix-prologue.exp
1552 * gdb.arch/thumb-bx-pc.exp
1553 * gdb.base/annota1.exp
1554 * gdb.base/annota3.exp
1555 * gdb.base/arrayidx.exp
1556 * gdb.base/assign.exp
1557 * gdb.base/attach.exp
1558 * gdb.base/auxv.exp
1559 * gdb.base/bang.exp
1560 * gdb.base/bfp-test.exp
1561 * gdb.base/bigcore.exp
1562 * gdb.base/bitfields2.exp
1563 * gdb.base/break-fun-addr.exp
1564 * gdb.base/break-probes.exp
1565 * gdb.base/call-rt-st.exp
1566 * gdb.base/callexit.exp
1567 * gdb.base/catch-fork-kill.exp
1568 * gdb.base/charset.exp
1569 * gdb.base/checkpoint.exp
1570 * gdb.base/comprdebug.exp
1571 * gdb.base/constvars.exp
1572 * gdb.base/coredump-filter.exp
1573 * gdb.base/cursal.exp
1574 * gdb.base/cvexpr.exp
1575 * gdb.base/detach.exp
1576 * gdb.base/display.exp
1577 * gdb.base/dmsym.exp
1578 * gdb.base/dprintf-pending.exp
1579 * gdb.base/dso2dso.exp
1580 * gdb.base/dtrace-probe.exp
1581 * gdb.base/dump.exp
1582 * gdb.base/enum_cond.exp
1583 * gdb.base/exe-lock.exp
1584 * gdb.base/exec-invalid-sysroot.exp
1585 * gdb.base/execl-update-breakpoints.exp
1586 * gdb.base/exprs.exp
1587 * gdb.base/fileio.exp
1588 * gdb.base/find.exp
1589 * gdb.base/finish.exp
1590 * gdb.base/fixsection.exp
1591 * gdb.base/foll-vfork.exp
1592 * gdb.base/frame-args.exp
1593 * gdb.base/gcore.exp
1594 * gdb.base/gdb1250.exp
1595 * gdb.base/global-var-nested-by-dso.exp
1596 * gdb.base/gnu-ifunc.exp
1597 * gdb.base/hashline1.exp
1598 * gdb.base/hashline2.exp
1599 * gdb.base/hashline3.exp
1600 * gdb.base/hbreak-in-shr-unsupported.exp
1601 * gdb.base/huge.exp
1602 * gdb.base/infcall-input.exp
1603 * gdb.base/info-fun.exp
1604 * gdb.base/info-shared.exp
1605 * gdb.base/jit-simple.exp
1606 * gdb.base/jit-so.exp
1607 * gdb.base/jit.exp
1608 * gdb.base/jump.exp
1609 * gdb.base/label.exp
1610 * gdb.base/lineinc.exp
1611 * gdb.base/logical.exp
1612 * gdb.base/longjmp.exp
1613 * gdb.base/macscp.exp
1614 * gdb.base/miscexprs.exp
1615 * gdb.base/new-ui-echo.exp
1616 * gdb.base/new-ui-pending-input.exp
1617 * gdb.base/new-ui.exp
1618 * gdb.base/nodebug.exp
1619 * gdb.base/nofield.exp
1620 * gdb.base/offsets.exp
1621 * gdb.base/overlays.exp
1622 * gdb.base/pending.exp
1623 * gdb.base/pointers.exp
1624 * gdb.base/pr11022.exp
1625 * gdb.base/printcmds.exp
1626 * gdb.base/prologue.exp
1627 * gdb.base/ptr-typedef.exp
1628 * gdb.base/realname-expand.exp
1629 * gdb.base/relativedebug.exp
1630 * gdb.base/relocate.exp
1631 * gdb.base/remote.exp
1632 * gdb.base/reread.exp
1633 * gdb.base/return2.exp
1634 * gdb.base/savedregs.exp
1635 * gdb.base/sep.exp
1636 * gdb.base/sepdebug.exp
1637 * gdb.base/sepsymtab.exp
1638 * gdb.base/set-inferior-tty.exp
1639 * gdb.base/setshow.exp
1640 * gdb.base/shlib-call.exp
1641 * gdb.base/sigaltstack.exp
1642 * gdb.base/siginfo-addr.exp
1643 * gdb.base/signals.exp
1644 * gdb.base/signull.exp
1645 * gdb.base/sigrepeat.exp
1646 * gdb.base/so-impl-ld.exp
1647 * gdb.base/solib-display.exp
1648 * gdb.base/solib-overlap.exp
1649 * gdb.base/solib-search.exp
1650 * gdb.base/solib-symbol.exp
1651 * gdb.base/structs.exp
1652 * gdb.base/structs2.exp
1653 * gdb.base/symtab-search-order.exp
1654 * gdb.base/twice.exp
1655 * gdb.base/unload.exp
1656 * gdb.base/varargs.exp
1657 * gdb.base/watchpoint-solib.exp
1658 * gdb.base/watchpoint.exp
1659 * gdb.base/whatis.exp
1660 * gdb.base/wrong_frame_bt_full.exp
1661 * gdb.btrace/dlopen.exp
1662 * gdb.cell/ea-standalone.exp
1663 * gdb.cell/ea-test.exp
1664 * gdb.cp/dispcxx.exp
1665 * gdb.cp/gdb2384.exp
1666 * gdb.cp/method2.exp
1667 * gdb.cp/nextoverthrow.exp
1668 * gdb.cp/pr10728.exp
1669 * gdb.disasm/am33.exp
1670 * gdb.disasm/h8300s.exp
1671 * gdb.disasm/mn10300.exp
1672 * gdb.disasm/sh3.exp
1673 * gdb.dwarf2/dw2-dir-file-name.exp
1674 * gdb.fortran/complex.exp
1675 * gdb.fortran/library-module.exp
1676 * gdb.guile/scm-pretty-print.exp
1677 * gdb.guile/scm-symbol.exp
1678 * gdb.guile/scm-type.exp
1679 * gdb.guile/scm-value.exp
1680 * gdb.linespec/linespec.exp
1681 * gdb.mi/gdb701.exp
1682 * gdb.mi/gdb792.exp
1683 * gdb.mi/mi-breakpoint-changed.exp
1684 * gdb.mi/mi-dprintf-pending.exp
1685 * gdb.mi/mi-dprintf.exp
1686 * gdb.mi/mi-exit-code.exp
1687 * gdb.mi/mi-pending.exp
1688 * gdb.mi/mi-solib.exp
1689 * gdb.mi/new-ui-mi-sync.exp
1690 * gdb.mi/pr11022.exp
1691 * gdb.mi/user-selected-context-sync.exp
1692 * gdb.opt/solib-intra-step.exp
1693 * gdb.python/py-events.exp
1694 * gdb.python/py-finish-breakpoint.exp
1695 * gdb.python/py-mi.exp
1696 * gdb.python/py-prettyprint.exp
1697 * gdb.python/py-shared.exp
1698 * gdb.python/py-symbol.exp
1699 * gdb.python/py-template.exp
1700 * gdb.python/py-type.exp
1701 * gdb.python/py-value.exp
1702 * gdb.reverse/solib-precsave.exp
1703 * gdb.reverse/solib-reverse.exp
1704 * gdb.server/solib-list.exp
1705 * gdb.stabs/weird.exp
1706 * gdb.threads/reconnect-signal.exp
1707 * gdb.threads/stepi-random-signal.exp
1708 * gdb.trace/actions.exp
1709 * gdb.trace/ax.exp
1710 * gdb.trace/backtrace.exp
1711 * gdb.trace/change-loc.exp
1712 * gdb.trace/deltrace.exp
1713 * gdb.trace/ftrace-lock.exp
1714 * gdb.trace/ftrace.exp
1715 * gdb.trace/infotrace.exp
1716 * gdb.trace/mi-tracepoint-changed.exp
1717 * gdb.trace/packetlen.exp
1718 * gdb.trace/passcount.exp
1719 * gdb.trace/pending.exp
1720 * gdb.trace/range-stepping.exp
1721 * gdb.trace/report.exp
1722 * gdb.trace/stap-trace.exp
1723 * gdb.trace/tfind.exp
1724 * gdb.trace/trace-break.exp
1725 * gdb.trace/trace-condition.exp
1726 * gdb.trace/trace-enable-disable.exp
1727 * gdb.trace/trace-mt.exp
1728 * gdb.trace/tracecmd.exp
1729 * gdb.trace/tspeed.exp
1730 * gdb.trace/tsv.exp
1731 * lib/perftest.exp
1732
fb9feb35
LM
17332016-12-01 Luis Machado <lgustavo@codesourcery.com>
1734
1735 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1736 with gdb_test_no_output.
1737 Use command as test name.
1738
cd2ddb6c
LM
17392016-12-01 Luis Machado <lgustavo@codesourcery.com>
1740
1741 Fix test names starting with uppercase throughout the files.
1742
1743 * gdb.ada/assign_1.exp
1744 * gdb.ada/boolean_expr.exp
1745 * gdb.base/arrayidx.exp
1746 * gdb.base/del.exp
1747 * gdb.base/gcore-buffer-overflow.exp
1748 * gdb.base/testenv.exp
1749 * gdb.compile/compile.exp
1750 * gdb.python/py-framefilter-invalidarg.exp
1751 * gdb.python/py-framefilter.exp
1752
bb95117e
LM
17532016-12-01 Luis Machado <lgustavo@codesourcery.com>
1754
1755 Fix test names starting with uppercase throughout the files.
1756
1757 * gdb.ada/array_return.exp
1758 * gdb.ada/expr_delims.exp
1759 * gdb.ada/mi_dyn_arr.exp
1760 * gdb.ada/mi_interface.exp
1761 * gdb.ada/mi_var_array.exp
1762 * gdb.ada/watch_arg.exp
1763 * gdb.arch/alpha-step.exp
1764 * gdb.arch/altivec-regs.exp
1765 * gdb.arch/e500-regs.exp
1766 * gdb.arch/powerpc-d128-regs.exp
1767 * gdb.base/arrayidx.exp
1768 * gdb.base/break.exp
1769 * gdb.base/checkpoint.exp
1770 * gdb.base/debug-expr.exp
1771 * gdb.base/dmsym.exp
1772 * gdb.base/radix.exp
1773 * gdb.base/sepdebug.exp
1774 * gdb.base/testenv.exp
1775 * gdb.base/watch_thread_num.exp
1776 * gdb.base/watchpoint-cond-gone.exp
1777 * gdb.cell/break.exp
1778 * gdb.cell/ea-cache.exp
1779 * gdb.compile/compile.exp
1780 * gdb.cp/gdb2495.exp
1781 * gdb.gdb/selftest.exp
1782 * gdb.gdb/xfullpath.exp
1783 * gdb.go/hello.exp
1784 * gdb.go/integers.exp
1785 * gdb.objc/basicclass.exp
1786 * gdb.pascal/hello.exp
1787 * gdb.pascal/integers.exp
1788 * gdb.python/py-breakpoint.exp
1789 * gdb.python/py-cmd.exp
1790 * gdb.python/py-linetable.exp
1791 * gdb.python/py-xmethods.exp
1792 * gdb.python/python.exp
1793 * gdb.reverse/consecutive-precsave.exp
1794 * gdb.reverse/finish-precsave.exp
1795 * gdb.reverse/i386-precsave.exp
1796 * gdb.reverse/machinestate-precsave.exp
1797 * gdb.reverse/sigall-precsave.exp
1798 * gdb.reverse/solib-precsave.exp
1799 * gdb.reverse/step-precsave.exp
1800 * gdb.reverse/until-precsave.exp
1801 * gdb.reverse/watch-precsave.exp
1802 * gdb.threads/leader-exit.exp
1803 * gdb.threads/pthreads.exp
1804 * gdb.threads/wp-replication.exp
1805 * gdb.trace/actions.exp
1806 * gdb.trace/mi-tsv-changed.exp
1807 * gdb.trace/tsv.exp
1808
de97fdd4
LM
18092016-12-01 Luis Machado <lgustavo@codesourcery.com>
1810
1811 Fix test names starting with uppercase throughout the files.
1812
1813 * gdb.arch/i386-bp_permanent.exp
1814 * gdb.arch/i386-gnu-cfi.exp
1815 * gdb.base/disasm-end-cu.exp
1816 * gdb.base/macscp.exp
1817 * gdb.base/pending.exp
1818 * gdb.base/watch_thread_num.exp
1819 * gdb.cp/exception.exp
1820 * gdb.cp/gdb2495.exp
1821 * gdb.cp/local.exp
1822 * gdb.python/py-evsignal.exp
1823 * gdb.python/python.exp
1824 * gdb.trace/tracecmd.exp
1825
9f058c10
LM
18262016-12-01 Luis Machado <lgustavo@codesourcery.com>
1827
1828 Fix test names starting with uppercase throughout the files.
1829
1830 * gdb.base/charset.exp
1831 * gdb.base/eval.exp
1832 * gdb.base/multi-forks.exp
1833 * gdb.guile/scm-progspace.exp
1834 * gdb.opencl/datatypes.exp
1835 * gdb.python/py-block.exp
1836 * gdb.python/py-function.exp
1837 * gdb.python/py-symbol.exp
1838 * gdb.python/py-symtab.exp
1839 * gdb.python/py-xmethods.exp
1840 * gdb.reverse/break-precsave.exp
1841 * gdb.reverse/break-reverse.exp
1842 * gdb.reverse/consecutive-precsave.exp
1843 * gdb.reverse/consecutive-reverse.exp
1844 * gdb.reverse/finish-precsave.exp
1845 * gdb.reverse/finish-reverse-bkpt.exp
1846 * gdb.reverse/finish-reverse.exp
1847 * gdb.reverse/fstatat-reverse.exp
1848 * gdb.reverse/getresuid-reverse.exp
1849 * gdb.reverse/i386-precsave.exp
1850 * gdb.reverse/i386-reverse.exp
1851 * gdb.reverse/i386-sse-reverse.exp
1852 * gdb.reverse/i387-stack-reverse.exp
1853 * gdb.reverse/insn-reverse.exp
1854 * gdb.reverse/machinestate-precsave.exp
1855 * gdb.reverse/machinestate.exp
1856 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1857 * gdb.reverse/pipe-reverse.exp
1858 * gdb.reverse/readv-reverse.exp
1859 * gdb.reverse/recvmsg-reverse.exp
1860 * gdb.reverse/rerun-prec.exp
1861 * gdb.reverse/s390-mvcle.exp
1862 * gdb.reverse/sigall-precsave.exp
1863 * gdb.reverse/sigall-reverse.exp
1864 * gdb.reverse/solib-precsave.exp
1865 * gdb.reverse/solib-reverse.exp
1866 * gdb.reverse/step-precsave.exp
1867 * gdb.reverse/step-reverse.exp
1868 * gdb.reverse/time-reverse.exp
1869 * gdb.reverse/until-precsave.exp
1870 * gdb.reverse/until-reverse.exp
1871 * gdb.reverse/waitpid-reverse.exp
1872 * gdb.reverse/watch-precsave.exp
1873 * gdb.reverse/watch-reverse.exp
1874
cdc7edd7
LM
18752016-12-01 Luis Machado <lgustavo@codesourcery.com>
1876
1877 Fix test names starting with uppercase throughout the files.
1878
1879 * gdb.arch/i386-mpx-simple_segv.exp
1880 * gdb.arch/i386-mpx.exp
1881 * gdb.arch/i386-permbkpt.exp
1882 * gdb.arch/pa-nullify.exp
1883 * gdb.arch/powerpc-d128-regs.exp
1884 * gdb.arch/vsx-regs.exp
1885 * gdb.base/bfp-test.exp
1886 * gdb.base/break.exp
1887 * gdb.base/breakpoint-shadow.exp
1888 * gdb.base/callfuncs.exp
1889 * gdb.base/charset.exp
1890 * gdb.base/commands.exp
1891 * gdb.base/completion.exp
1892 * gdb.base/dfp-test.exp
1893 * gdb.base/echo.exp
1894 * gdb.base/ending-run.exp
1895 * gdb.base/eval.exp
1896 * gdb.base/expand-psymtabs.exp
1897 * gdb.base/float128.exp
1898 * gdb.base/floatn.exp
1899 * gdb.base/foll-exec-mode.exp
1900 * gdb.base/gdb1056.exp
1901 * gdb.base/gdb11531.exp
1902 * gdb.base/kill-after-signal.exp
1903 * gdb.base/multi-forks.exp
1904 * gdb.base/overlays.exp
1905 * gdb.base/pending.exp
1906 * gdb.base/sepdebug.exp
1907 * gdb.base/testenv.exp
1908 * gdb.base/valgrind-db-attach.exp
1909 * gdb.base/watch_thread_num.exp
1910 * gdb.base/watchpoint-cond-gone.exp
1911 * gdb.base/watchpoint.exp
1912 * gdb.base/watchpoints.exp
1913 * gdb.cp/arg-reference.exp
1914 * gdb.cp/baseenum.exp
1915 * gdb.cp/operator.exp
1916 * gdb.cp/shadow.exp
1917 * gdb.dwarf2/dw2-op-out-param.exp
1918 * gdb.dwarf2/dw2-reg-undefined.exp
1919 * gdb.go/chan.exp
1920 * gdb.go/hello.exp
1921 * gdb.go/integers.exp
1922 * gdb.go/methods.exp
1923 * gdb.go/package.exp
1924 * gdb.guile/scm-parameter.exp
1925 * gdb.guile/scm-progspace.exp
1926 * gdb.guile/scm-value.exp
1927 * gdb.mi/mi-pending.exp
1928 * gdb.mi/user-selected-context-sync.exp
1929 * gdb.multi/multi-attach.exp
1930 * gdb.multi/tids.exp
1931 * gdb.opt/clobbered-registers-O2.exp
1932 * gdb.pascal/floats.exp
1933 * gdb.pascal/integers.exp
1934 * gdb.python/py-block.exp
1935 * gdb.python/py-events.exp
1936 * gdb.python/py-parameter.exp
1937 * gdb.python/py-symbol.exp
1938 * gdb.python/py-symtab.exp
1939 * gdb.python/py-type.exp
1940 * gdb.python/py-value.exp
1941 * gdb.python/py-xmethods.exp
1942 * gdb.python/python.exp
1943 * gdb.reverse/break-precsave.exp
1944 * gdb.reverse/consecutive-precsave.exp
1945 * gdb.reverse/finish-precsave.exp
1946 * gdb.reverse/i386-precsave.exp
1947 * gdb.reverse/machinestate-precsave.exp
1948 * gdb.reverse/sigall-precsave.exp
1949 * gdb.reverse/solib-precsave.exp
1950 * gdb.reverse/step-precsave.exp
1951 * gdb.reverse/until-precsave.exp
1952 * gdb.reverse/watch-precsave.exp
1953 * gdb.server/ext-attach.exp
1954 * gdb.server/ext-restart.exp
1955 * gdb.server/ext-run.exp
1956 * gdb.server/ext-wrapper.exp
1957 * gdb.stabs/gdb11479.exp
1958 * gdb.stabs/weird.exp
1959 * gdb.threads/attach-many-short-lived-threads.exp
1960 * gdb.threads/kill.exp
1961 * gdb.threads/watchpoint-fork.exp
1962
bc6c7af4
LM
19632016-12-01 Luis Machado <lgustavo@codesourcery.com>
1964
1965 Fix test names starting with uppercase throughout all the files below.
1966
1967 * gdb.ada/array_return.exp
1968 * gdb.ada/catch_ex.exp
1969 * gdb.ada/info_exc.exp
1970 * gdb.ada/mi_catch_ex.exp
1971 * gdb.ada/mi_dyn_arr.exp
1972 * gdb.ada/mi_ex_cond.exp
1973 * gdb.ada/mi_exc_info.exp
1974 * gdb.ada/mi_interface.exp
1975 * gdb.ada/mi_task_arg.exp
1976 * gdb.ada/mi_task_info.exp
1977 * gdb.ada/mi_var_array.exp
1978 * gdb.arch/alpha-step.exp
1979 * gdb.arch/amd64-disp-step.exp
1980 * gdb.arch/arm-disp-step.exp
1981 * gdb.arch/disp-step-insn-reloc.exp
1982 * gdb.arch/e500-prologue.exp
1983 * gdb.arch/ftrace-insn-reloc.exp
1984 * gdb.arch/gdb1558.exp
1985 * gdb.arch/i386-bp_permanent.exp
1986 * gdb.arch/i386-disp-step.exp
1987 * gdb.arch/i386-float.exp
1988 * gdb.arch/i386-gnu-cfi.exp
1989 * gdb.arch/ia64-breakpoint-shadow.exp
1990 * gdb.arch/mips16-thunks.exp
1991 * gdb.arch/pa-nullify.exp
1992 * gdb.arch/powerpc-aix-prologue.exp
1993 * gdb.arch/powerpc-power.exp
1994 * gdb.arch/ppc-dfp.exp
1995 * gdb.arch/s390-tdbregs.exp
1996 * gdb.arch/spu-info.exp
1997 * gdb.arch/spu-ls.exp
1998 * gdb.arch/thumb-bx-pc.exp
1999 * gdb.base/advance.exp
2000 * gdb.base/annota-input-while-running.exp
2001 * gdb.base/arrayidx.exp
2002 * gdb.base/asmlabel.exp
2003 * gdb.base/async.exp
2004 * gdb.base/attach-wait-input.exp
2005 * gdb.base/auto-connect-native-target.exp
2006 * gdb.base/batch-preserve-term-settings.exp
2007 * gdb.base/bfp-test.exp
2008 * gdb.base/bigcore.exp
2009 * gdb.base/bp-permanent.exp
2010 * gdb.base/break-always.exp
2011 * gdb.base/break-fun-addr.exp
2012 * gdb.base/break-idempotent.exp
2013 * gdb.base/break-main-file-remove-fail.exp
2014 * gdb.base/break-probes.exp
2015 * gdb.base/break-unload-file.exp
2016 * gdb.base/break.exp
2017 * gdb.base/call-ar-st.exp
2018 * gdb.base/call-rt-st.exp
2019 * gdb.base/call-sc.exp
2020 * gdb.base/call-signal-resume.exp
2021 * gdb.base/call-strs.exp
2022 * gdb.base/callexit.exp
2023 * gdb.base/callfuncs.exp
2024 * gdb.base/catch-gdb-caused-signals.exp
2025 * gdb.base/catch-signal-siginfo-cond.exp
2026 * gdb.base/catch-syscall.exp
2027 * gdb.base/compare-sections.exp
2028 * gdb.base/cond-eval-mode.exp
2029 * gdb.base/condbreak-call-false.exp
2030 * gdb.base/consecutive-step-over.exp
2031 * gdb.base/cursal.exp
2032 * gdb.base/disabled-location.exp
2033 * gdb.base/disasm-end-cu.exp
2034 * gdb.base/display.exp
2035 * gdb.base/double-prompt-target-event-error.exp
2036 * gdb.base/dprintf-bp-same-addr.exp
2037 * gdb.base/dprintf-detach.exp
2038 * gdb.base/dprintf-next.exp
2039 * gdb.base/dprintf-non-stop.exp
2040 * gdb.base/dprintf-pending.exp
2041 * gdb.base/dso2dso.exp
2042 * gdb.base/ending-run.exp
2043 * gdb.base/enum_cond.exp
2044 * gdb.base/examine-backward.exp
2045 * gdb.base/exe-lock.exp
2046 * gdb.base/exec-invalid-sysroot.exp
2047 * gdb.base/execl-update-breakpoints.exp
2048 * gdb.base/execution-termios.exp
2049 * gdb.base/fileio.exp
2050 * gdb.base/fixsection.exp
2051 * gdb.base/foll-exec-mode.exp
2052 * gdb.base/foll-exec.exp
2053 * gdb.base/fork-running-state.exp
2054 * gdb.base/frame-args.exp
2055 * gdb.base/fullpath-expand.exp
2056 * gdb.base/func-ptr.exp
2057 * gdb.base/gcore-relro-pie.exp
2058 * gdb.base/gdb1090.exp
2059 * gdb.base/gdb1555.exp
2060 * gdb.base/global-var-nested-by-dso.exp
2061 * gdb.base/gnu-ifunc.exp
2062 * gdb.base/hbreak-in-shr-unsupported.exp
2063 * gdb.base/hbreak-unmapped.exp
2064 * gdb.base/hook-stop.exp
2065 * gdb.base/infcall-input.exp
2066 * gdb.base/info-fun.exp
2067 * gdb.base/info-shared.exp
2068 * gdb.base/interrupt-noterm.exp
2069 * gdb.base/jit-so.exp
2070 * gdb.base/jit.exp
2071 * gdb.base/line-symtabs.exp
2072 * gdb.base/list.exp
2073 * gdb.base/longjmp.exp
2074 * gdb.base/macscp.exp
2075 * gdb.base/max-value-size.exp
2076 * gdb.base/nodebug.exp
2077 * gdb.base/nofield.exp
2078 * gdb.base/overlays.exp
2079 * gdb.base/paginate-after-ctrl-c-running.exp
2080 * gdb.base/paginate-bg-execution.exp
2081 * gdb.base/paginate-inferior-exit.exp
2082 * gdb.base/pending.exp
2083 * gdb.base/pr11022.exp
2084 * gdb.base/printcmds.exp
2085 * gdb.base/ptr-typedef.exp
2086 * gdb.base/ptype.exp
2087 * gdb.base/randomize.exp
2088 * gdb.base/range-stepping.exp
2089 * gdb.base/realname-expand.exp
2090 * gdb.base/relativedebug.exp
2091 * gdb.base/remote.exp
2092 * gdb.base/savedregs.exp
2093 * gdb.base/sepdebug.exp
2094 * gdb.base/set-noassign.exp
2095 * gdb.base/shlib-call.exp
2096 * gdb.base/shreloc.exp
2097 * gdb.base/sigaltstack.exp
2098 * gdb.base/sigbpt.exp
2099 * gdb.base/siginfo-addr.exp
2100 * gdb.base/siginfo-obj.exp
2101 * gdb.base/siginfo-thread.exp
2102 * gdb.base/signest.exp
2103 * gdb.base/signull.exp
2104 * gdb.base/sigrepeat.exp
2105 * gdb.base/skip.exp
2106 * gdb.base/so-impl-ld.exp
2107 * gdb.base/solib-corrupted.exp
2108 * gdb.base/solib-disc.exp
2109 * gdb.base/solib-display.exp
2110 * gdb.base/solib-overlap.exp
2111 * gdb.base/solib-search.exp
2112 * gdb.base/solib-symbol.exp
2113 * gdb.base/source-execution.exp
2114 * gdb.base/sss-bp-on-user-bp-2.exp
2115 * gdb.base/sss-bp-on-user-bp.exp
2116 * gdb.base/stack-checking.exp
2117 * gdb.base/stale-infcall.exp
2118 * gdb.base/step-break.exp
2119 * gdb.base/step-line.exp
2120 * gdb.base/step-over-exit.exp
2121 * gdb.base/step-test.exp
2122 * gdb.base/structs.exp
2123 * gdb.base/sym-file.exp
2124 * gdb.base/symtab-search-order.exp
2125 * gdb.base/term.exp
2126 * gdb.base/type-opaque.exp
2127 * gdb.base/unload.exp
2128 * gdb.base/until-nodebug.exp
2129 * gdb.base/until.exp
2130 * gdb.base/unwindonsignal.exp
2131 * gdb.base/watch-cond.exp
2132 * gdb.base/watch-non-mem.exp
2133 * gdb.base/watch_thread_num.exp
2134 * gdb.base/watchpoint-reuse-slot.exp
2135 * gdb.base/watchpoint-solib.exp
2136 * gdb.base/watchpoint.exp
2137 * gdb.btrace/dlopen.exp
2138 * gdb.cell/arch.exp
2139 * gdb.cell/break.exp
2140 * gdb.cell/bt.exp
2141 * gdb.cell/core.exp
2142 * gdb.cell/data.exp
2143 * gdb.cell/dwarfaddr.exp
2144 * gdb.cell/ea-cache.exp
2145 * gdb.cell/ea-standalone.exp
2146 * gdb.cell/ea-test.exp
2147 * gdb.cell/f-regs.exp
2148 * gdb.cell/fork.exp
2149 * gdb.cell/gcore.exp
2150 * gdb.cell/mem-access.exp
2151 * gdb.cell/ptype.exp
2152 * gdb.cell/registers.exp
2153 * gdb.cell/sizeof.exp
2154 * gdb.cell/solib-symbol.exp
2155 * gdb.cell/solib.exp
2156 * gdb.compile/compile-tls.exp
2157 * gdb.cp/exception.exp
2158 * gdb.cp/gdb2495.exp
2159 * gdb.cp/local.exp
2160 * gdb.cp/mb-inline.exp
2161 * gdb.cp/mb-templates.exp
2162 * gdb.cp/pr10687.exp
2163 * gdb.cp/pr9167.exp
2164 * gdb.cp/scope-err.exp
2165 * gdb.cp/templates.exp
2166 * gdb.cp/virtfunc.exp
2167 * gdb.dwarf2/dw2-dir-file-name.exp
2168 * gdb.dwarf2/dw2-single-line-discriminators.exp
2169 * gdb.fortran/complex.exp
2170 * gdb.fortran/library-module.exp
2171 * gdb.guile/guile.exp
2172 * gdb.guile/scm-cmd.exp
2173 * gdb.guile/scm-frame-inline.exp
2174 * gdb.guile/scm-objfile.exp
2175 * gdb.guile/scm-pretty-print.exp
2176 * gdb.guile/scm-symbol.exp
2177 * gdb.guile/scm-type.exp
2178 * gdb.guile/scm-value.exp
2179 * gdb.linespec/keywords.exp
2180 * gdb.linespec/ls-errs.exp
2181 * gdb.linespec/macro-relative.exp
2182 * gdb.linespec/thread.exp
2183 * gdb.mi/mi-breakpoint-changed.exp
2184 * gdb.mi/mi-dprintf-pending.exp
2185 * gdb.mi/mi-fullname-deleted.exp
2186 * gdb.mi/mi-logging.exp
2187 * gdb.mi/mi-pending.exp
2188 * gdb.mi/mi-solib.exp
2189 * gdb.mi/new-ui-mi-sync.exp
2190 * gdb.mi/user-selected-context-sync.exp
2191 * gdb.multi/dummy-frame-restore.exp
2192 * gdb.multi/multi-arch-exec.exp
2193 * gdb.multi/remove-inferiors.exp
2194 * gdb.multi/watchpoint-multi-exit.exp
2195 * gdb.opt/solib-intra-step.exp
2196 * gdb.perf/backtrace.exp
2197 * gdb.perf/single-step.exp
2198 * gdb.perf/skip-command.exp
2199 * gdb.perf/skip-prologue.exp
2200 * gdb.perf/solib.exp
2201 * gdb.python/lib-types.exp
2202 * gdb.python/py-as-string.exp
2203 * gdb.python/py-bad-printers.exp
2204 * gdb.python/py-block.exp
2205 * gdb.python/py-breakpoint.exp
2206 * gdb.python/py-cmd.exp
2207 * gdb.python/py-events.exp
2208 * gdb.python/py-evthreads.exp
2209 * gdb.python/py-finish-breakpoint.exp
2210 * gdb.python/py-finish-breakpoint2.exp
2211 * gdb.python/py-frame-inline.exp
2212 * gdb.python/py-frame.exp
2213 * gdb.python/py-inferior.exp
2214 * gdb.python/py-infthread.exp
2215 * gdb.python/py-mi.exp
2216 * gdb.python/py-objfile.exp
2217 * gdb.python/py-pp-maint.exp
2218 * gdb.python/py-pp-registration.exp
2219 * gdb.python/py-prettyprint.exp
2220 * gdb.python/py-recurse-unwind.exp
2221 * gdb.python/py-shared.exp
2222 * gdb.python/py-symbol.exp
2223 * gdb.python/py-symtab.exp
2224 * gdb.python/py-template.exp
2225 * gdb.python/py-type.exp
2226 * gdb.python/py-unwind-maint.exp
2227 * gdb.python/py-unwind.exp
2228 * gdb.python/py-value.exp
2229 * gdb.python/python.exp
2230 * gdb.reverse/finish-reverse-bkpt.exp
2231 * gdb.reverse/insn-reverse.exp
2232 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2233 * gdb.reverse/solib-precsave.exp
2234 * gdb.reverse/solib-reverse.exp
2235 * gdb.stabs/gdb11479.exp
2236 * gdb.stabs/weird.exp
2237 * gdb.threads/fork-child-threads.exp
2238 * gdb.threads/fork-plus-threads.exp
2239 * gdb.threads/fork-thread-pending.exp
2240 * gdb.threads/forking-threads-plus-breakpoint.exp
2241 * gdb.threads/hand-call-in-threads.exp
2242 * gdb.threads/interrupted-hand-call.exp
2243 * gdb.threads/linux-dp.exp
2244 * gdb.threads/local-watch-wrong-thread.exp
2245 * gdb.threads/next-while-other-thread-longjmps.exp
2246 * gdb.threads/non-ldr-exit.exp
2247 * gdb.threads/pending-step.exp
2248 * gdb.threads/print-threads.exp
2249 * gdb.threads/process-dies-while-detaching.exp
2250 * gdb.threads/process-dies-while-handling-bp.exp
2251 * gdb.threads/pthreads.exp
2252 * gdb.threads/queue-signal.exp
2253 * gdb.threads/reconnect-signal.exp
2254 * gdb.threads/signal-command-handle-nopass.exp
2255 * gdb.threads/signal-command-multiple-signals-pending.exp
2256 * gdb.threads/signal-delivered-right-thread.exp
2257 * gdb.threads/signal-sigtrap.exp
2258 * gdb.threads/sigthread.exp
2259 * gdb.threads/staticthreads.exp
2260 * gdb.threads/stepi-random-signal.exp
2261 * gdb.threads/thread-unwindonsignal.exp
2262 * gdb.threads/thread_check.exp
2263 * gdb.threads/thread_events.exp
2264 * gdb.threads/tid-reuse.exp
2265 * gdb.threads/tls-nodebug.exp
2266 * gdb.threads/tls-shared.exp
2267 * gdb.threads/tls-so_extern.exp
2268 * gdb.threads/tls.exp
2269 * gdb.threads/wp-replication.exp
2270 * gdb.trace/actions-changed.exp
2271 * gdb.trace/actions.exp
2272 * gdb.trace/backtrace.exp
2273 * gdb.trace/change-loc.exp
2274 * gdb.trace/collection.exp
2275 * gdb.trace/deltrace.exp
2276 * gdb.trace/disconnected-tracing.exp
2277 * gdb.trace/entry-values.exp
2278 * gdb.trace/ftrace-lock.exp
2279 * gdb.trace/ftrace.exp
2280 * gdb.trace/infotrace.exp
2281 * gdb.trace/mi-trace-frame-collected.exp
2282 * gdb.trace/mi-trace-unavailable.exp
2283 * gdb.trace/mi-traceframe-changed.exp
2284 * gdb.trace/mi-tracepoint-changed.exp
2285 * gdb.trace/mi-tsv-changed.exp
2286 * gdb.trace/no-attach-trace.exp
2287 * gdb.trace/packetlen.exp
2288 * gdb.trace/passc-dyn.exp
2289 * gdb.trace/passcount.exp
2290 * gdb.trace/pending.exp
2291 * gdb.trace/pr16508.exp
2292 * gdb.trace/qtro.exp
2293 * gdb.trace/range-stepping.exp
2294 * gdb.trace/read-memory.exp
2295 * gdb.trace/report.exp
2296 * gdb.trace/save-trace.exp
2297 * gdb.trace/signal.exp
2298 * gdb.trace/stap-trace.exp
2299 * gdb.trace/status-stop.exp
2300 * gdb.trace/strace.exp
2301 * gdb.trace/tfile.exp
2302 * gdb.trace/tfind.exp
2303 * gdb.trace/trace-break.exp
2304 * gdb.trace/trace-condition.exp
2305 * gdb.trace/trace-enable-disable.exp
2306 * gdb.trace/trace-mt.exp
2307 * gdb.trace/tracecmd.exp
2308 * gdb.trace/tracefile-pseudo-reg.exp
2309 * gdb.trace/tspeed.exp
2310 * gdb.trace/tstatus.exp
2311 * gdb.trace/tsv.exp
2312 * gdb.trace/unavailable.exp
2313 * gdb.trace/while-dyn.exp
2314 * gdb.trace/while-stepping.exp
2315 * lib/gdb-guile.exp
2316 * lib/gdb.exp
2317 * lib/mi-support.exp
2318 * lib/pascal.exp
2319 * lib/perftest.exp
2320 * lib/prelink-support.exp
2321 * lib/selftest-support.exp
2322
ad02e4fe
SM
23232016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2324
2325 * Makefile.in: Include disable-implicit-rules.mk.
2326
22347e55
AA
23272016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2328
2329 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2330 non-byte-aligned bit fields.
2331
da5b30da
AA
23322016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2333
2334 PR gdb/12616
2335 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2336 respects the DW_AT_data_bit_offset attribute.
2337
b593ecca
SM
23382016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2339
2340 * gdb.base/default.exp: Fix output of "set language".
2341
3b165252
SM
23422016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2343
2344 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2345 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2346 make.
2347 * configure.ac: Remove checks for the make program.
2348 * configure: Re-generate.
2349
1a2f3d7f
KB
23502016-11-16 Kevin Buettner <kevinb@redhat.com>
2351
2352 * gdb.python/py-recurse-unwind.c (main): Add loop.
2353 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2354 to read_register() and gdb.parse_and_eval(). Make each code
2355 call a separate case that can be individually tested.
2356 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2357 proc. Call cont_and_backtrace for each of the code paths that
2358 we want to test in the unwinder.
2359
b7f38fda
AA
23602016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2361
2362 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2363 the definition of struct S.
2364
1f8db343
CM
23652016-11-11 Catherine Moore <clm@codesourcery.com>
2366
2367 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2368
fad0c9fb
PA
23692016-11-09 Pedro Alves <palves@redhat.com>
2370
2371 * gdb.base/commands.exp (runto_or_return): New procedure.
2372 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2373 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2374 (progvar_simple_while_test, progvar_complex_if_while_test)
2375 (if_while_breakpoint_command_test)
2376 (infrun_breakpoint_command_test, breakpoint_command_test)
2377 (user_defined_command_test, watchpoint_command_test)
2378 (test_command_prompt_position, redefine_hook_test)
2379 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2380 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2381 multi_line_input and multi_line. Remove gdb_expect and
2382 gdb_stop_suppressing_tests uses.
2383 * lib/gdb.exp (valnum_re): New global.
2384 (multi_line_input): New procedure.
2385
8354c62c
SM
23862016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2387
2388 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2389 Remove.
2390 (test_setup): Define with proc_with_prefix.
2391 (test_cli_inferior): Likewise.
2392 (test_cli_thread): Likewise.
2393 (test_cli_frame): Likewise.
2394 (test_cli_select_frame): Likewise.
2395 (test_cli_up_down): Likewise.
2396 (test_mi_thread_select): Likewise.
2397 (test_mi_stack_select_frame): Likewise.
2398 (test_cli_in_mi_inferior): Likewise.
2399 (test_cli_in_mi_thread): Likewise.
2400 (test_cli_in_mi_frame): Likewise.
2401 (top level): Do not use with_test_prefix_procname.
2402
64f367a2
PA
24032016-11-09 Pedro Alves <palves@redhat.com>
2404
2405 * gdb.base/commands.exp (gdbvar_simple_if_test)
2406 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2407 (progvar_simple_if_test, progvar_simple_while_test)
2408 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2409 (infrun_breakpoint_command_test, breakpoint_command_test)
2410 (user_defined_command_test, watchpoint_command_test)
2411 (test_command_prompt_position, deprecated_command_test)
2412 (bp_deleted_in_command, temporary_breakpoint_commands)
2413 (stray_arg0_test, source_file_with_indented_comment)
2414 (recursive_source_test, if_commands_test)
2415 (error_clears_commands_left, redefine_hook_test)
2416 (redefine_backtrace_test): Use proc_with_prefix.
2417 * lib/gdb.exp (proc_with_prefix): New proc.
2418
0bb65f1e
AA
24192016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2420
2421 * gdb.base/tui-layout.c: New file.
2422 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2423 disassembly window contains very long lines.
2424
7353f247
TT
24252016-11-08 Tom Tromey <tom@tromey.com>
2426
2427 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2428 depend on Python 2.
2429
30a7bb83
TT
24302016-11-08 Tom Tromey <tom@tromey.com>
2431
2432 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2433 New method.
2434
cdf5a07c
MG
24352016-10-29 Manish Goregaokar <manish@mozilla.com>
2436
2806dc7e 2437 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2438
51a789c3
MG
24392016-10-27 Manish Goregaokar <manish@mozilla.com>
2440
2806dc7e
PA
2441 * gdb.rust/simple.rs: Add test for univariant enums without
2442 discriminants and for encoded struct-like enums.
51a789c3 2443
f610ab6d
PA
24442016-10-28 Pedro Alves <palves@redhat.com>
2445
2446 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2447 gdb_test_multiple, tighten regexps and match symtabs and line
2448 tables incrementally.
2449
b129b0ca
LM
24502016-10-28 Luis Machado <lgustavo@codesourcery.com>
2451
2452 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2453 general.
2454
ecf45d2c
SL
24552016-10-25 Luis Machado <lgustavo@codesourcery.com>
2456
2457 * gdb.base/exec-invalid-sysroot.exp: New file.
2458
b8d38ee4
JK
24592016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2460
2461 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2462
f90fd8c2
JK
24632016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2464
2465 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2466
2d2476aa
MR
24672016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2468
2806dc7e
PA
2469 * gdb.base/killed-outside.exp: Remove $options from a call to
2470 `prepare_for_testing'.
2d2476aa 2471
e42b25a0
SM
24722016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2473
2474 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2475 Change test message.
2476
3ccdb432
SM
24772016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2478
2479 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2480 Update comment.
2481
5bad3170
SM
24822016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2483
2484 * gdb.trace/mi-trace-save.exp: New file.
2485
5ad9dba7
YQ
24862016-10-13 Yao Qi <yao.qi@linaro.org>
2487
2488 * gdb.base/code_elim.exp (get_var_address): Remove.
2489 * gdb.base/relocate.exp: Likewise.
2490 * gdb.base/shreloc.exp: Likewise.
2491 * lib/gdb.exp (get_var_address): New.
2492
62df7e21
YQ
24932016-10-13 Yao Qi <yao.qi@linaro.org>
2494
2495 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2496 floating point tests if $skip_float_test is false.
2497
4dac951e
LM
24982016-10-12 Luis Machado <lgustavo@codesourcery.com>
2499
2500 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2501 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2502 argc values.
2503 Add 1 to argc so we guarantee distinct initial/modified argc values.
2504
8f1a8fc4
JK
25052016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2506
2507 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2508
16c85b5d
JK
25092016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2510
2511 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2512 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2513 * gdb.arch/vsx-regs.exp: Likewise.
2514
1d0e042a
YQ
25152016-10-07 Yao Qi <yao.qi@linaro.org>
2516
2517 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2518
68dadef5
MM
25192016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2520
2521 * gdb.python/python.exp: Test decode_line("*0").
2522
33fa2c6e
DE
25232016-10-06 Doug Evans <dje@google.com>
2524
2525 * gdb.python/py-value.exp (test_value_creation): Add test for large
2526 unsigned 64-bit value.
2527
9c37b5ae
TT
25282016-10-06 Tom Tromey <tom@tromey.com>
2529
2530 * gdb.compile/compile.exp: Change java tests to rust.
2531 * gdb.base/setshow.exp: Change java tests to rust.
2532 * gdb.base/default.exp: Remove java from language list.
2533 * README (Examples): Update language example.
2534 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2535 test.
2536 * lib/gdb.exp (skip_java_tests): Remove.
2537 * lib/java.exp: Remove.
2538 * gdb.java: Remove.
2539
78b86327
MR
25402016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2541
2542 * gdb.arch/mips-fcr.exp: New test.
2543 * gdb.arch/mips-fcr.c: Source for the new test.
2544
7470adbb
MR
25452016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2546
2547 * gdb.base/solib-disc.exp: Use `standard_output_file'
2548 throughout.
2549
4a556533
PA
25502016-10-06 Pedro Alves <palves@redhat.com>
2551
2552 * gdb.base/jit-simple-dl.c: New file.
2553 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2554 * gdb.base/jit-simple.c: ... this.
2555 * gdb.base/jit-simple.exp (jit_run): Delete.
2556 (build_jit): New proc.
2557 (jit_test_reread): Recompile either the main program or the shared
2558 library, depending on what is being tested. Skip changing address
2559 if caller wants to. Compare before/after addresses. If testing
2560 standalone, explicitly load the binary. Test "maint info
2561 breakpoints".
2562 (top level): Add "standalone vs shared lib" and "change address"
2563 vs "same address" axes.
2564
5a122fbc
PA
25652016-10-06 Pedro Alves <palves@redhat.com>
2566
2567 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2568 call.
2569 (jit_run): Delete.
2570 (jit_test_reread): Use with_test_prefix. Reload the main binary
2571 explicitly. Compare the before/after addresses of the JIT
2572 descriptor.
2573
ee8da4b8
DE
25742016-08-15 Doug Evans <dje@google.com>
2575
2576 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2577 for single bitfields is bool.
2578 * gdb.xml/tdesc-regs.exp: Ditto.
2579
f389f6fe
JK
25802016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2581
2582 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2583
fdebf1a4
YQ
25842016-10-05 Yao Qi <yao.qi@linaro.org>
2585
2586 * lib/gdb.exp (support_complex_tests): Return zero if
2587 gdb_skip_float_test return true.
2588
9c36d954 25892016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2590 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2591
2592 PR gdb/20487
2593 * gdb.mi/user-selected-context-sync.exp: New file.
2594 * gdb.mi/user-selected-context-sync.c: New file.
2595
4034d0ff 25962016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2597 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2598
2599 PR gdb/20487
2600 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2601 =thread-select-event check.
2602
a4297203
PB
26032016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2604
2605 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2606 the compulsory L operand changes.
2607 * gdb.arch/powerpc-power.s: Likewise.
2608
bb805577
JK
26092016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2610
2611 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2612 * gdb.base/jit-attach-pie.c: New file.
2613 * gdb.base/jit-attach-pie.exp: New file.
2614
6d61dee5
PA
26152016-09-28 Pedro Alves <palves@redhat.com>
2616
2617 * gdb.base/infcall-input.c: New file.
2618 * gdb.base/infcall-input.exp: New file.
2619
f73842fc
YQ
26202016-09-22 Yao Qi <yao.qi@linaro.org>
2621
2622 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2623 (gdb_exit): Rename it to ...
2624 (gdbserver_gdb_exit): ... Close GDBserver.
2625 (gdb_exit): New proc, call gdbserver_gdb_exit.
2626 (mi_gdb_exit): Likewise.
2627
90681dab
YQ
26282016-09-22 Yao Qi <yao.qi@linaro.org>
2629
2630 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2631 path.
2632 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2633 Remove duplication.
2634
9c211fd8
YQ
26352016-09-22 Yao Qi <yao.qi@linaro.org>
2636
2637 * lib/gdbserver-support.exp: Check the existence of
2638 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2639
ad0a504f
AK
26402016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2641
2642 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2643
36cf1806
TT
26442016-09-21 Tom Tromey <tom@tromey.com>
2645
2646 PR gdb/20604:
2647 * gdb.base/quit.exp: New file.
2648
74172ecf
SM
26492016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2650
2651 * .gitignore: New file.
2652
3d0ec882
MR
26532016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2654
2655 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2656 throughout.
2657
8193adea
AA
26582016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2659
2660 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2661
d41a5c09
JK
26622016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2663
2664 * gdb.cp/casts.cc (decltype): Move it ...
2665 (main): ... with its call to ...
2666 * gdb.cp/casts03.cc: ... a new file.
2667 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2668
d2dfe700
JK
26692016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2670
2671 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2672
e2a92b16
PB
26732016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2674
2675 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2676 and sync up the test with tests in gas/testsuite/gas/ppc.
2677 * gdb.arch/powerpc-power.exp: Likewise.
2678
49b4de64
JK
26792016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2680
2681 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2682
2c29df25
SDJ
26832016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2684 Jan Kratochvil <jan.kratochvil@redhat.com>
2685
2686 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2687 make m1's definition to be different from m2's. Use 'dummy' as an
2688 argument for probe 'two'.
2689
cc3c2846
JB
26902016-09-10 Jon Beniston <jon@beniston.com>
2691
2692 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2693 for sim target.
2694
e1b2624a
AA
26952016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2696
2697 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2698 variable declaration.
2699 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2700 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2701 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2702 received HWCAP as its argument.
2703
4295e285
PA
27042016-09-06 Pedro Alves <palves@redhat.com>
2705
2706 * gdb.base/new-ui-pending-input.c: New file.
2707 * gdb.base/new-ui-pending-input.exp: New file.
2708 * gdb.exp (clear_gdb_spawn_id): New procedure.
2709 (with_spawn_id): Check whether gdb_spawn_id exists before
2710 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2711 on exit.
2712
00d5215e
UW
27132016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2714
2715 * gdb.base/float128.c: New file.
2716 * gdb.base/float128.exp: Likewise.
2717 * gdb.base/floatn.c: Likewise.
2718 * gdb.base/floatn.exp: Likewise.
2719
a9ff5f12
UW
27202016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2721
2722 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2723
f245535c
PA
27242016-09-05 Pedro Alves <palves@redhat.com>
2725
2726 PR backtrace/19927
2727 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2728 unwinders are immediately called as side effect of "source" or
2729 "disable unwinder" commands.
2730 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2731
ae9cf263
YQ
27322016-09-02 Yao Qi <yao.qi@linaro.org>
2733
2734 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2735 is true and $type is "float" or "double".
2736
27aba047
YQ
27372016-09-02 Yao Qi <yao.qi@linaro.org>
2738
2739 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2740 true.
2741 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2742 * gdb.base/call-rt-st.exp: Likewise.
2743 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2744 return value instead of gdb,skip_float_test.
2745 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2746 (do_function_calls): Use its return value instead of
2747 gdb,skip_float_test.
2748 * gdb.base/finish.exp: Likewise.
2749 * gdb.base/funcargs.exp: Likewise.
2750 * gdb.base/return.exp: Likewise.
2751 * gdb.base/return2.exp: Likewise.
2752 * gdb.base/varargs.exp: Likewise.
2753 * lib/gdb.exp (gdb_skip_float_test): Change it to
2754 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2755
5af962df
AA
27562016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2757
2758 * gdb.multi/tids.exp: Test "thread apply all".
2759
7fac6910
JK
27602016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2761
2762 * gdb.base/default.exp (tty): Remove.
2763
bb1fe4ac
KB
27642016-08-24 Kevin Buettner <kevinb@redhat.com>
2765
2806dc7e
PA
2766 * gdb.python/py-recurse-unwind.c: New file.
2767 * gdb.python/py-recurse-unwind.py: New file.
2768 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2769
0a1ddfa6
SM
27702016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2771
2772 * gdb.base/set-inferior-tty.exp: New file.
2773 * gdb.base/set-inferior-tty.c: New file.
2774
d9de1fe3
PA
27752016-08-23 Pedro Alves <palves@redhat.com>
2776
2777 PR gdb/20494
2778 * gdb.base/new-ui-echo.c: New file.
2779 * gdb.base/new-ui-echo.exp: New file.
2780
e9d9abd7
YQ
27812016-08-23 Yao Qi <yao.qi@linaro.org>
2782
2783 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2784 gdbserver_spawn.
2785 * gdb.server/connect-without-multi-process.exp (do_test):
2786 Likewise.
2787
3589529e
YQ
27882016-08-23 Yao Qi <yao.qi@linaro.org>
2789
2790 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2791 standalone_txt. Delete gdb_txt and standalone_txt on host
2792 and target. Spawn the binary on target. Copy files from
2793 target to host.
2794
6bb90213
PA
27952016-08-22 Pedro Alves <palves@redhat.com>
2796
2797 PR gdb/20505
2798 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2799 with_test_prefix. Factor out bits to ...
2800 (test_no_vdso): ... this new procedure.
2801
20c2c024
CL
28022016-08-19 Carl Love <cel@us.ibm.com>
2803
2804 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2805 maintaining separate logic for constructing the output path.
2806 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2807 * gdb.arch/ppc-dfp.exp: Likewise.
2808 * gdb.arch/ppc-fp.exp: Likewise.
2809 * gdb.arch/vsx-regs.exp: Likewise.
2810 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2811 binprefix for generating the additional binary files.
2812
0646e07d
PA
28132016-08-19 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.trace/mi-trace-frame-collected.exp
2816 (test_trace_frame_collected): On x32, expect two registers.
2817
46da9242
CL
28182016-08-18 Carl Love <cel@us.ibm.com>
2819
2820 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2821 and sync up the test with tests in gas/testsuite/gas/ppc.
2822 * gdb.arch/powerpc-power.exp: Likewise.
2823
eb2332d7
SM
28242016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2825
2826 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2827 expected error message.
2828
63c61e04
SM
28292016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2830
2831 * gdb.multi/remove-inferiors.exp: New file.
2832 * gdb.multi/remove-inferiors.c: New file.
2833
7b17065f
YQ
28342016-08-12 Yao Qi <yao.qi@linaro.org>
2835
2836 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2837 argument list.
2838
01d3dedf
PA
28392016-08-10 Pedro Alves <palves@redhat.com>
2840
2841 PR gdb/19187
2842 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2843 setup_kfails.
2844
3eb7562a
PA
28452016-08-09 Pedro Alves <palves@redhat.com>
2846 Simon Marchi <simon.marchi@ericsson.com>
2847
2848 PR gdb/20418
2849 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2850 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2851
80614914
PA
28522016-08-09 Pedro Alves <palves@redhat.com>
2853
2854 PR mi/20431
2855 * gdb.mi/mi-cmd-error.exp: New file.
2856
f348d89a
PA
28572016-08-09 Pedro Alves <palves@redhat.com>
2858
2859 PR gdb/18653
2860 * gdb.base/signals-state-child.c: New file.
2861 * gdb.base/signals-state-child.exp: New file.
2862 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2863
e5ca03b4
PA
28642016-08-09 Pedro Alves <palves@redhat.com>
2865
2866 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2867
282a0691
TT
28682016-08-03 Tom Tromey <tom@tromey.com>
2869
2870 PR python/18565:
2871 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2872
41bfcd63
YQ
28732016-08-01 Yao Qi <yao.qi@linaro.org>
2874
2875 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2876 variable mode to "multi-process" if $multi_process is 1, otherwise
2877 set it to "single-process".
2878
e3465b24
YQ
28792016-08-01 Yao Qi <yao.qi@linaro.org>
2880
2881 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2882 * gdb.cp/cpexprs.exp: Likewise.
2883 * gdb.cp/m-static.exp: Likewise.
2884
0b31a4bc
TT
28852016-07-26 Tom Tromey <tom@tromey.com>
2886
2887 PR python/20190:
2888 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2889 test.
2890
e0461dbb
MM
28912016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2892
2893 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2894 selecting assembly source files.
2895 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2896 assembly source files.
2897 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2898 assembly source files.
2899 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2900 selecting assembly source files.
2901
8194e927
SM
29022016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2903
2904 * gdb.base/new-ui.exp (do_test_invalid_args): New
2905 procedure.
2906
c0272db5
TW
29072016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2908
2909 * gdb.btrace/reconnect.c: New file.
2910 * gdb.btrace/reconnect.exp: New file.
2911
e3487908
GKB
29122016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2913
2914 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2915 to test_catch_syscall_group.
2916 (test_catch_syscall_group): New.
2917
12df5c00
TT
29182016-07-21 Tom Tromey <tom@tromey.com>
2919
2920 * gdb.rust/simple.rs (main): Use empty struct expression.
2921 * gdb.rust/simple.exp: Add tests for empty struct expression.
2922
bae62ee2
YQ
29232016-07-21 Yao Qi <yao.qi@linaro.org>
2924
2925 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2926 if gdb_skip_xml_test is true on some targets.
2927
b1b53fb3
YQ
29282016-07-21 Yao Qi <yao.qi@linaro.org>
2929
2930 * gdb.server/solib-list.exp: Unset last_loaded_file.
2931
027d97f8
JK
29322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2933
2934 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2935 "step into captured_main (args)".
2936
7674d381
JK
29372016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2938
2939 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2940
72b5d099
JK
29412016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2942
2943 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2944
1f960ced
PA
29452016-07-19 Pedro Alves <palves@redhat.com>
2946
2947 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2948 * gdb.opt/inline-bt.exp: Likewise.
2949 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2950 additional_flags=-Winline.
2951 * gdb.opt/inline-locals.exp: Likewise.
2952 * gdb.opt/inline-markers.c (ATTR): Define.
2953 (inlined_fn): Use it.
2954
f25827c1
YQ
29552016-07-19 Yao Qi <yao.qi@linaro.org>
2956
2957 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2958 (test_with_self): Remove some code. Remove argument executable.
2959 (top-level): Use do_self_tests.
2960
37539ebe
DB
29612016-07-15 Zachary Welch <zwelch@codesourcery.com>
2962 Don Breazeal <donb@codesourcery.com>
2963
2964 * gdb.base/maint.exp: Escape paths used in regular expressions.
2965 * gdb.stabs/weird.exp: Likewise.
2966
dac790e1
TT
29672016-07-13 Tom Tromey <tom@tromey.com>
2968
2969 PR python/15620, PR python/18620:
2970 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2971 (test_bkpt_events): New procs.
2972
93daf339
TT
29732016-07-13 Tom Tromey <tom@tromey.com>
2974
2975 PR python/17698:
2976 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2977 test.
2978 (test_watchpoints): Likewise.
2979 (test_bkpt_pending): New proc.
2980
6571a381
TT
29812016-07-13 Tom Tromey <tom@tromey.com>
2982
2983 PR cli/18053:
2984 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2985 completion test.
2986
e8732474
JK
29872016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2988
2989 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2990 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2991 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2992 f_label.
2993 (g): Rename g_end_lbl to g_label.
2994 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2995 low_pc and high_pc.
2996 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2997
e0f3fd7c
TT
29982016-07-12 Tom Tromey <tom@tromey.com>
2999
3000 PR python/19293:
3001 * gdb.python/py-unwind-maint.exp: Update tests.
3002
3cfe46b6
YQ
30032016-07-12 Yao Qi <yao.qi@linaro.org>
3004
3005 * lib/selftest-support.exp (selftest_setup): Match the output
3006 when captured_main is inlined.
3007
4f19a0e6
WT
30082016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3009
3010 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3011 New variables.
3012 (print this%a, print this%b, print this): New tests.
3013 * gdb.fortran/derived-types.f90 (this): New object and
3014 initialization.
3015
986cf455
SM
30162016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3017
3018 * gdb.ada/arraydim.exp: Remove extra directory level in build
3019 directory.
3020
f0464b23
SM
30212016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3022
3023 * lib/ada.exp: Remove extra directory level in build directory.
3024 * gdb.ada/cond_lang.exp: Likewise.
3025 * gdb.ada/exec_changed.exp: Likewise.
3026 * gdb.ada/lang_switch.exp: Likewise.
3027
42d94011
MG
30282016-07-06 Manish Goregaokar <manish@mozilla.com>
3029
2806dc7e
PA
3030 * simple.rs: Add test for raw pointer subscripting.
3031 * simple.exp: Add test expectations.
42d94011 3032
647c264c
YQ
30332016-07-05 Yao Qi <yao.qi@linaro.org>
3034
3035 * gdb.mi/mi-reverse.exp: Match =record-started output.
3036
20aa2c60
PA
30372016-07-01 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3040 procedure.
3041 (jit_reader_test): Test the jit reader's unwinder.
3042 * gdb.base/jithost.c (jit_function_00_code): New global.
3043 (main): Use memcpy to fill in the mmapped code, instead of poking
3044 bytes manually here.
3045 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3046 value.
3047 (read_debug_info): Save the function's range.
3048 (read_sp): New function.
3049 (unwind_frame): Use it. Also unwind RBP.
3050 (get_frame_id): Use read_sp.
3051 (gdb_init_reader): Use calloc instead of malloc.
3052 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3053 parameter. Use gdb_test_multiple.
3054
ced2dffb
PA
30552016-07-01 Pedro Alves <palves@redhat.com>
3056 Antoine Tremblay <antoine.tremblay@ericsson.com>
3057
3058 * gdb.threads/process-dies-while-detaching.c: New file.
3059 * gdb.threads/process-dies-while-detaching.exp: New file.
3060
63000888
PA
30612016-07-01 Pedro Alves <palves@redhat.com>
3062
3063 * gdb.multi/watchpoint-multi-exit.c: New file.
3064 * gdb.multi/watchpoint-multi-exit.exp: New file.
3065
038d4868
PA
30662016-06-30 Pedro Alves <palves@redhat.com>
3067
3068 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3069 unset inferior_spawn_id.
3070
994e9c83
PA
30712016-06-30 Pedro Alves <palves@redhat.com>
3072
3073 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3074 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3075
e5653468
YQ
30762016-06-29 Yao Qi <yao.qi@linaro.org>
3077
3078 * gdb.base/return.c: Add copyright header.
3079
803b47e5
TT
30802016-06-29 Tom Tromey <tom@tromey.com>
3081
3082 PR python/20129:
3083 * gdb.python/py-framefilter.exp: Add tests for setting priority
3084 and disabling of non-existent frame filter.
3085
28244707
YQ
30862016-06-29 Yao Qi <yao.qi@linaro.org>
3087
3088 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3089 0x0f07ff.
3090
a31d2f06
YQ
30912016-06-28 Yao Qi <yao.qi@linaro.org>
3092
3093 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3094 triplets. Start gdb, execute catch syscall, and continue. Check
3095 gdb's output to determine catch syscall is supported.
3096
921d8f54
MG
30972016-06-27 Manish Goregaokar <manish@mozilla.com>
3098
25d49b86
PA
3099 * gdb.rust/simple.rs: Add test for returning unit in a function.
3100 * gdb.rust/simple.exp: Add expectation for functions returning
3101 unit.
921d8f54 3102
f4952523
PMR
31032016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3104
3105 * gdb.python/py-breakpoint-create-fail.c,
3106 gdb.python/py-breakpoint-create-fail.exp,
3107 gdb.python/py-breakpoint-create-fail.py: New testcase.
3108
fccb08f8
MG
31092016-06-25 Manish Goregaokar <manish@mozilla.com>
3110
3111 PR gdb/20239
3112 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3113 * gdb.rust/simple.exp: Add test expectations for new NonZero
3114 tests.
fccb08f8 3115
6b850546
DT
31162016-06-24 David Taylor <dtaylor@emc.com>
3117
3118 * gdb.base/offsets.exp: New file.
3119 * gdb.base/offsets.c: New file.
3120
17621150
TT
31212016-06-23 Tom Tromey <tom@tromey.com>
3122
3123 PR gdb/16483:
3124 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3125 before any filters are loaded.
3126
04d59df6
WT
31272016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3128
3129 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3130 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3131 structs.
3132 * gdb.fortran/derived-type-function.exp: New file.
3133 * gdb.fortran/derived-type-function.f90: New file.
3134
3135
ac69f786
PA
31362016-06-21 Pedro Alves <palves@redhat.com>
3137
3138 * gdb.base/new-ui.exp: New file.
3139 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3140 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3141 (with_spawn_id): New procedure.
3142
49940788
PA
31432016-06-21 Pedro Alves <palves@redhat.com>
3144
3145 * gdb.mi/mi-exec-run.exp: New file.
3146
ef274d26
PA
31472016-06-21 Pedro Alves <palves@redhat.com>
3148
3149 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3150 breakpoint command's output on the main UI.
3151 (test_break): New procedure, factored out from calls in the top
3152 level.
3153 (top level): Use foreach_with_prefix to test MI as main UI and as
3154 separate UI.
3155
468afe6c
PA
31562016-06-21 Pedro Alves <palves@redhat.com>
3157
3158 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3159 (test_awatch_creation_and_listing)
3160 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3161 Remove 'type' parameter.
3162 (test_watchpoint_all): New parameter mi_mode. Remove
3163 with_test_prefix.
3164 (top level): Use foreach_with_prefix, and add main/separate UI MI
3165 testing axis.
3166
51f77c37
PA
31672016-06-21 Pedro Alves <palves@redhat.com>
3168
3169 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3170 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3171 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3172 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3173 (gdb_main_spawn_id, mi_spawn_id): Declare and
3174 comment.
3175 (mi_create_inferior_pty): New procedure,
3176 factored out from default_mi_gdb_start.
3177 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3178 procedures.
3179 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3180 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3181 Use mi_create_inferior_pty.
3182 (mi_gdb_start): Use eval to pass down args list.
3183
8980e177
PA
31842016-06-21 Pedro Alves <palves@redhat.com>
3185
3186 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3187 * gdb.opt/inline-cmds.exp: Add MI tests.
3188
f38d3ad1
PA
31892016-06-21 Pedro Alves <palves@redhat.com>
3190
3191 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3192
45db7c09
PA
31932016-06-21 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3196 (top level): Use it instead of mi_execute_to.
3197
5a069ab3
PA
31982016-06-21 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3201 (cont_handler_str): New.
3202 (signal_stop_handler): Set stop_handler_str instead of printing to
3203 stdout.
3204 (continue_handler): Set cont_handler_str instead of printing to
3205 stdout.
3206 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3207 mi_send_resuming_command. Print stop_handler_str and
3208 cont_handler_str instead of expecting the python events print
3209 directly.
3210
2838cc1d
SD
32112016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3212
3213 * gdb.base/jit-reader.exp: New file.
3214 * gdb.base/jithost.c: New file.
3215 * gdb.base/jithost.h: New file.
3216 * gdb.base/jitreader.c : New file.
3217 * gdb.base/jit-protocol.h: New file.
3218
21a77091
YQ
32192016-06-17 Yao Qi <yao.qi@linaro.org>
3220
3221 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3222 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3223 and detach-on-fork. Adjust tests.
3224 (top level): Invoke break_cond_on_syscall with combinations of
3225 syscall, follow-fork-mode and detach-on-fork.
3226
f50bf8e5
YQ
32272016-06-17 Yao Qi <yao.qi@linaro.org>
3228
3229 * gdb.base/step-over-exit.c: New.
3230 * gdb.base/step-over-exit.exp: New.
3231
a28d8e50
YTL
32322016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3233
3234 * gdb.base/float.exp: Add target check for nds32*-*-*.
3235 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3236
cad8e26d
AB
32372016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3238
3239 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3240 for unsupported target features.
3241 * gdb.base/call-rt-st.exp: Likewise.
3242 * gdb.base/call-sc.exp: Likewise.
3243 * gdb.base/call-signal-resume.exp: Likewise.
3244 * gdb.base/call-strs.exp: Likewise.
3245 * gdb.base/callexit.exp: Likewise.
3246 * gdb.base/callfuncs.exp: Likewise.
3247 * gdb.base/nodebug.exp: Likewise.
3248 * gdb.base/printcmds.exp: Likewise.
3249 * gdb.base/ptype.exp: Likewise.
3250 * gdb.base/structs.exp: Likewise.
3251 * gdb.base/unwindonsignal.exp: Likewise.
3252 * gdb.cp/gdb2495.exp: Likewise.
3253 * gdb.cp/templates.exp: Likewise.
3254 * gdb.cp/virtfunc.exp: Likewise.
3255 * gdb.threads/hand-call-in-threads.exp: Likewise.
3256 * gdb.threads/interrupted-hand-call.exp: Likewise.
3257 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3258
347dc102
TT
32592016-06-10 Tom Tromey <tom@tromey.com>
3260
3261 PR rust/20110:
3262 * gdb.rust/expr.exp: Add test for integer constant larger than
3263 i32.
3264
5e13cf25
BH
32652016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3266
3267 * gdb.fortran/nested-funcs.exp: New.
3268 * gdb.fortran/nested-funcs.f90: New.
3269
bb556f1f
TK
32702016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3271
3272 * gdb.base/examine-backward.c: New file.
3273 * gdb.base/examine-backward.exp: New file.
3274
38b022b4
SM
32752016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3276
3277 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3278 matching.
3279
1b40ec05
TT
32802016-06-02 Tom Tromey <tom@tromey.com>
3281
3282 PR python/18984:
3283 * gdb.python/py-shared.exp: Add solib_name test.
3284
193bd378
SM
32852016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3286
3287 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3288
3326303b
MG
32892016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3290
3291 PR c++/19893
3292 * gdb.dwarf2/implref.exp: Rename to...
3293 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3294 * gdb.dwarf2/implref-array.c: New file.
3295 * gdb.dwarf2/implref-array.exp: Likewise.
3296 * gdb.dwarf2/implref-global.c: Likewise.
3297 * gdb.dwarf2/implref-global.exp: Likewise.
3298 * gdb.dwarf2/implref-struct.c: Likewise.
3299 * gdb.dwarf2/implref-struct.exp: Likewise.
3300
825c8ef2
AT
33012016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3302
3303 * gdb.trace/trace-condition.exp: Add 64bit tests.
3304
2320162a
AT
33052016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3306
3307 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3308 bits types.
3309 (main): Adapt to 8 to 64 bits types.
3310 * gdb.trace/trace-condition.exp: Add new tests.
3311
a7818233
AT
33122016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3313
3314 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3315
0d336466
AT
33162016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3317
3318 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3319 Move condition tests...
3320 * gdb.trace/trace-condition.exp: Here.
3321
7faeb45a
AT
33222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3323
3324 * gdb.trace/trace-condition.exp: Add counter-case tests.
3325
e385593e
JK
33262016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3327
3328 PR c++/15231
3329 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3330 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3331
744608cc
PA
33322016-05-27 Pedro Alves <palves@redhat.com>
3333
3334 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3335 New procedure.
3336 (top level): Call it, and bail out of DejaGnu is known to be bad.
3337
ac775bf4
AB
33382016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3339
3340 * gdb.base/whatis.c: Extend the test case.
3341 * gdb.base/whatis.exp: Add additional tests.
3342
2bbad2ea
BH
33432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3344
3345* gdb.fortran/type.f90: Add pointer variable.
3346* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3347
8b70175d
BH
33482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3349
3350 * gdb.fortran/vla-type.exp: Fix testcase name.
3351
86d8a848
BH
33522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3353
3354 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3355
e188eb36
BH
33562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3357
3358 * gdb.fortran/type.f90: Add nested structures.
3359 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3360 * gdb.fortran/derived-type.exp: Adapt expected output.
3361 * gdb.fortran/vla-type.exp: Adapt expected output.
3362
9b2db1fd
BH
33632016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3364
3365 * gdb.fortran/whatis_type.exp: Adapt expected output.
3366
72b17055
BH
33672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3368
3369 * gdb.fortran/print_type.exp: Fix expected output.
3370 * gdb.fortran/whatis_type.exp: Fix expected output.
3371
3cd81d8d
BH
33722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3373
3374 * gdb.fortran/whatis_type.exp: Use multi_line.
3375
ddae9462
TT
33762016-05-24 Tom Tromey <tom@tromey.com>
3377
3378 PR python/17386:
3379 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3380 use value as an index.
3381
1957f6b8
TT
33822016-05-23 Tom Tromey <tom@tromey.com>
3383
3384 PR python/17981:
3385 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3386 no-breakpoint case.
3387
026a9174
PA
33882016-05-24 Pedro Alves <palves@redhat.com>
3389
3390 PR gdb/19828
3391 * gdb.threads/clone-attach-detach.c: New file.
3392 * gdb.threads/clone-attach-detach.exp: New file.
3393
e70a7231
FR
33942016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3395
3396 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3397
0f6ed0e0
TT
33982016-05-23 Tom Tromey <tom@tromey.com>
3399
3400 PR python/19438, PR python/18393:
3401 * gdb.python/py-progspace.exp: Add "dir" test.
3402 * gdb.python/py-objfile.exp: Add "dir" test.
3403
ffd19d61
YQ
34042016-05-23 Yao Qi <yao.qi@linaro.org>
3405
3406 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3407 * gdb.arch/thumb2-it.exp: Likewise.
3408
9e8f9b05
SM
34092016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3410
3411 * gdb.mi/mi-threads-interrupt.c: New file.
3412 * gdb.mi/mi-threads-interrupt.exp: New file.
3413
61c6156d
SM
34142016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3415
3416 PR gdb/18077
3417 * gdb.mi/mi-async-run.exp: New file.
3418 * gdb.mi/mi-async-run.c: New file.
3419
67218854
TT
34202016-05-17 Tom Tromey <tom@tromey.com>
3421 Manish Goregaokar <manishsmail@gmail.com>
3422
3423 * lib/rust-support.exp: New file.
3424 * lib/gdb.exp (skip_rust_tests): New proc.
3425 (build_executable_from_specs): Handle rust.
3426 * lib/future.exp (gdb_find_rustc): New proc.
3427 (gdb_default_target_compile): Handle rust.
3428 * gdb.rust/expr.exp: New file.
3429 * gdb.rust/generics.exp: New file.
3430 * gdb.rust/generics.rs: New file.
3431 * gdb.rust/methods.exp: New file.
3432 * gdb.rust/methods.rs: New file.
3433 * gdb.rust/modules.exp: New file.
3434 * gdb.rust/modules.rs: New file.
3435 * gdb.rust/simple.exp: New file.
3436 * gdb.rust/simple.rs: New file.
3437
c44af4eb
TT
34382016-05-17 Tom Tromey <tom@tromey.com>
3439
3440 * gdb.base/default.exp (set language): Add rust.
3441
dcd1f979
TT
34422016-05-17 Tom Tromey <tom@tromey.com>
3443
3444 * gdb.gdb/unittest.exp: New file.
3445
155b7f57
YQ
34462016-05-16 Yao Qi <yao.qi@linaro.org>
3447
3448 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3449 shell_prompt. Update shell_prompt_re.
3450
8ddd5a6c
DE
34512016-05-12 Doug Evans <dje@google.com>
3452
3453 PR symtab/19999
3454 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3455 $options when building executable.
3456 * gdb.dwarf2/fission-loclists-pie.S: New file.
3457 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3458
02e370d9
SM
34592016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3460
3461 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3462 of [is_remote target],
3463
8929ad8b
SM
34642016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3465
3466 * lib/gdb.exp (use_gdb_stub): New procedure.
3467
6c447423
DE
34682016-05-03 Yunlian Jiang <yunlian@google.com>
3469 Doug Evans <dje@google.com>
3470
3471 PR symtab/19914
3472 * gdb.dwarf2/dwp-sepdebug.c: New file.
3473 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3474
444e826c
SM
34752016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3476
3477 * gdb.base/detach.exp: Remove is_remote check.
3478
740feeaa
SM
34792016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3480
3481 * gdb.base/annota-input-while-running.exp: Don't check for
3482 [is_remote target]. Enable annotations after running to main.
3483 Remove unused "set test..." line.
3484
9080ac9d
SM
34852016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3486
3487 * gdb.trace/trace-enable-disable.exp: New file.
3488 * gdb.trace/trace-enable-disable.c: New file.
3489
952ebca5
SM
34902016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3491
3492 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3493 use it in info sharedlibrary test.
3494 * gdb.trace/ftrace-lock.exp: Likewise.
3495 * gdb.trace/ftrace.exp: Likewise.
3496 * gdb.trace/range-stepping.exp: Likewise.
3497 * gdb.trace/trace-break.exp: Likewise.
3498 * gdb.trace/trace-condition.exp: Likewise.
3499 * gdb.trace/trace-mt.exp: Likewise.
3500
d9019901
SM
35012016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3502
3503 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3504 (gdb_load_shlib): ... this.
3505 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3506 gdb_load_shlib.
3507 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3508 * gdb.base/ctxobj.exp: Likewise.
3509 * gdb.base/dprintf-pending.exp: Likewise.
3510 * gdb.base/dso2dso.exp: Likewise.
3511 * gdb.base/fixsection.exp: Likewise.
3512 * gdb.base/gcore-relro.exp: Likewise.
3513 * gdb.base/gdb1555.exp: Likewise.
3514 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3515 * gdb.base/gnu-ifunc.exp: Likewise.
3516 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3517 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3518 * gdb.base/pending.exp: Likewise.
3519 * gdb.base/print-file-var.exp: Likewise.
3520 * gdb.base/print-symbol-loading.exp: Likewise.
3521 * gdb.base/shlib-call.exp: Likewise.
3522 * gdb.base/shreloc.exp: Likewise.
3523 * gdb.base/so-impl-ld.exp: Likewise.
3524 * gdb.base/solib-disc.exp: Likewise.
3525 * gdb.base/solib-nodir.exp: Likewise.
3526 * gdb.base/solib-overlap.exp: Likewise.
3527 * gdb.base/solib-symbol.exp: Likewise.
3528 * gdb.base/solib-weak.exp (do_test): Likewise.
3529 * gdb.base/sym-file.exp: Likewise.
3530 * gdb.base/symtab-search-order.exp: Likewise.
3531 * gdb.base/type-opaque.exp: Likewise.
3532 * gdb.base/unload.exp: Likewise.
3533 * gdb.base/watchpoint-solib.exp: Likewise.
3534 * gdb.compile/compile.exp: Likewise.
3535 * gdb.cp/gdb2384.exp: Likewise.
3536 * gdb.cp/infcall-dlopen.exp: Likewise.
3537 * gdb.cp/re-set-overloaded.exp: Likewise.
3538 * gdb.fortran/library-module.exp: Likewise.
3539 * gdb.opt/solib-intra-step.exp: Likewise.
3540 * gdb.python/py-finish-breakpoint.exp: Likewise.
3541 * gdb.python/py-shared.exp: Likewise.
3542 * gdb.reverse/solib-precsave.exp: Likewise.
3543 * gdb.reverse/solib-reverse.exp: Likewise.
3544 * gdb.server/solib-list.exp: Likewise.
3545 * gdb.threads/dlopen-libpthread.exp: Likewise.
3546 * gdb.threads/tls-shared.exp: Likewise.
3547 * gdb.threads/tls-so_extern.exp: Likewise.
3548 * gdb.trace/change-loc.exp: Likewise.
3549 * gdb.trace/ftrace-lock.exp: Likewise.
3550 * gdb.trace/ftrace.exp: Likewise.
3551 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3552 * gdb.trace/pending.exp: Likewise.
3553 * gdb.trace/range-stepping.exp: Likewise.
3554 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3555 (strace_info_marker): Likewise.
3556 (strace_probe_marker): Likewise.
3557 (strace_trace_on_same_addr): Likewise.
3558 (strace_trace_on_diff_addr): Likewise.
3559 * gdb.trace/trace-break.exp: Likewise.
3560 * gdb.trace/trace-condition.exp: Likewise.
3561 * gdb.trace/trace-mt.exp: Likewise.
3562
fca4cfd9
SM
35632016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3564
3565 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3566 result of gdb_remote_download.
3567 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3568 * gdb.base/dso2dso.exp: Likewise.
3569 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3570 * gdb.base/print-file-var.exp: Likewise.
3571 * gdb.base/shlib-call.exp: Likewise.
3572 * gdb.base/shreloc.exp: Likewise.
3573 * gdb.base/solib-overlap.exp: Likewise.
3574 * gdb.base/solib-weak.exp (do_test): Likewise.
3575 * gdb.base/unload.exp: Likewise.
3576
11cf4ffb
YQ
35772016-04-27 Yao Qi <yao.qi@linaro.org>
3578
3579 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3580 exists.
3581
3e2e34f8
KB
35822016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3583
3584 * vla-type.exp: Print structure from toplevel.
3585
8f07e298
BH
35862016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3587
3588 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3589 of dynamic types.
3590 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3591 of dynamic types.
3592
9920b434
BH
35932016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3594
3595 * gdb.fortran/vla-type.f90: New file.
3596 * gdb.fortran/vla-type.exp: New file.
3597
f3abeff5
YQ
35982016-04-25 Yao Qi <yao.qi@linaro.org>
3599
3600 * gdb.base/branch-to-self.c: New file.
3601 * gdb.base/branch-to-self.exp: New file.
3602
0a5d52f0
YQ
36032016-04-22 Yao Qi <yao.qi@linaro.org>
3604
3605 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3606 more after $hex.
3607
495346f6
YQ
36082016-04-22 Yao Qi <yao.qi@linaro.org>
3609
3610 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3611 * gdb.base/annota3.exp: Likewise.
3612
4a7e075c
YQ
36132016-04-22 Yao Qi <yao.qi@linaro.org>
3614
3615 * gdb.reverse/step-precsave.exp: Do one step and test program
3616 stops in "callee" and do multiple steps until program goes out
3617 of "callee".
3618 * gdb.reverse/step-reverse.exp: Likewise.
3619
5b061e98
YQ
36202016-04-22 Yao Qi <yao.qi@linaro.org>
3621
3622 * gdb.trace/signal.exp: Also pass if
3623 $tracepoint_hits($i) > $iterations.
3624
5c5dc57f
YQ
36252016-04-22 Yao Qi <yao.qi@linaro.org>
3626
3627 * gdb.trace/signal.c: New file.
3628 * gdb.trace/signal.exp: New file.
3629
a55411b9
DE
36302016-04-19 Doug Evans <xdje42@gmail.com>
3631
3632 * gdb.base/bad-file.exp: New file.
3633
a22df60a
MG
36342016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3635
3636 * gdb.dwarf2/implref.exp: New file.
3637
0c13f7e5
BH
36382016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3639
3640 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3641 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3642 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3643 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3644 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3645 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3646 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3647 * lib/fortran.exp (fortran_int4): New procedure.
3648 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3649 (fortran_logical4): Likewise.
3650
9b9b09e9
BH
36512016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3652
3653 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3654
a14d1f4d
BH
36552016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3656
3657 * lib/compiler.c: Add Intel specific preprocessor macros.
3658 * lib/compiler.cc: Likewise.
25d49b86 3659
7d49b1d0
LM
36602016-04-13 Luis Machado <lgustavo@codesourcery.com>
3661
3662 * gdb.server/connect-with-no-symbol-file.c: New file.
3663 * gdb.server/connect-with-no-symbol-file.exp: New file.
3664
8392fa22
SM
36652016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3666
3667 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3668
8c4c4aeb
SM
36692016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3670
3671 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3672 standard output directory.
3673
45e3745e
AT
36742016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3675
3676 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3677
e26b7e41
MM
36782016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3679
3680 * gdb.btrace/instruction_history.c (loop): Add declaration.
3681
8ce09462
AT
36822016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3683
3684 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3685
2e88a1ea
SM
36862016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3687
3688 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3689 parentheses to print.
3690 (continue_handler): Likewise.
3691
f48e22e3
SM
36922016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3693
3694 * gdb.server/solib-list.exp: Remove is_remote check.
3695 Pass shlib= to gdb_compile. Don't link shared library with
3696 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3697 Run binary filename through "readlink -f" on the target.
3698
096be756
PA
36992016-04-08 Pedro Alves <palves@redhat.com>
3700
3701 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3702 interpreter filename as argument to gdbserver_spawn.
3703 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3704 Return empty if $last_loaded_file does not exist.
3705
06500533
JK
37062016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3709 * gdb.base/jit-main.c: Use exit after usage.
3710
2d35e871
JK
37112016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3712
3713 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3714 GDBHISTSIZE prior to the tests.
3715 * gdb.base/gdbinit-history.exp: Likewise.
3716
37172016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3718
3719 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3720 instead of build_executable. Use gdb_load_shlibs.
3721
c8064e7e
YQ
37222016-04-07 Yao Qi <yao.qi@linaro.org>
3723
3724 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3725 Execute "si" command.
3726
bde47561
YQ
37272016-04-07 Yao Qi <yao.qi@linaro.org>
3728
3729 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3730 number instead of the comments on some line.
3731
b16f8a3b
DB
37322016-04-06 Don Breazeal <donb@codesourcery.com>
3733
3734 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3735 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3736
c2f901df
SM
37372016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3738
3739 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3740 standard_output_file. Remove unused binfile variable.
3741
ac17fda0
CU
37422016-04-05 Catalin Udma <catalin.udma@freescale.com>
3743
3744 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3745 * gdb.python/py-mi-objfile.exp: Match "list main" output
3746 in console format.
3747
03a8c4df
SM
37482016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3749
3750 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3751 absolute.
3752
6e774b13
SM
37532016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3754
3755 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3756 absolute.
3757 * gdb.trace/ftrace.exp: Likewise.
3758 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3759 targets as well.
3760 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3761 (gdb_load_shlibs): Copy libraries to test directory when testing
3762 natively. Only set solib-search-path if testing remotely.
3763 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3764
7817ea46
SM
37652016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3766
3767 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3768 gdb_download. Use it even if the target is not remote.
3769 * gdb.base/jit.exp (compile_jit_test): Likewise.
3770 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3771 output directory if the destination board is local, otherwise use
3772 the standard remote_download from DejaGnu.
3773 (gdb_download): Remove.
3774 (gdb_load_shlibs): Use gdb_remote_download instead of
3775 gdb_download.
3776 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3777 Use gdb_remote_download instead of gdb_download. Use it even if
3778 the target is not remote.
3779 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3780 instead of gdb_download.
3781
7beb7f68
SM
37822016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3783
3784 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3785 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3786 run.
3787
cc63428a
AV
37882016-04-01 Artemiy Volkov <artemiyv@acm.org>
3789
3790 PR gdb/19820
3791 * gdb.base/printcmds.exp: Add artificial arrays tests.
3792
64cdf930
PA
37932016-03-31 Pedro Alves <palves@redhat.com>
3794
3795 PR gdb/19858
3796 * gdb.base/jit-main.c: Include unistd.h.
3797 (ATTACH): Define to 0 if not already defined.
3798 (wait_for_gdb, mypid): New globals.
3799 (WAIT_FOR_GDB): New macro.
3800 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3801 some breakpoint locations.
3802 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3803 New procedures.
3804 (one_jit_test): Add REATTACH parameter, and handle it. Use
3805 continue_to_test_location.
3806 (top level): Test attach, and adjusts calls to one_jit_test.
3807
40dea8cb
PA
38082016-03-31 Pedro Alves <palves@redhat.com>
3809
3810 PR gdb/19858
3811 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3812 BINSUFFIX parameter, and handle it.
3813 (top level): Adjust calls compile_jit_test.
3814
e7ea3ec7
CU
38152016-03-31 Catalin Udma <catalin.udma@freescale.com>
3816
3817 PR python/19743
3818 * gdb.python/py-mi-events-gdb.py: New file.
3819 * gdb.python/py-mi-events.c: New file.
3820 * gdb.python/py-mi-events.exp: New file.
3821
e6359af3
YQ
38222016-03-30 Yao Qi <yao.qi@linaro.org>
3823
3824 * gdb.reverse/until-precsave.exp: Match function name only.
3825 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3826 Move malloc to a condition block.
3827 * gdb.reverse/until-reverse.exp: Match function name only.
3828
a4105d04
MK
38292016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3830
3831 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3832 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3833 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3834 variable for GPR 0 instead of assuming it is register 0.
3835 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3836 * lib/trace-support.exp: Add s390 registers.
3837
bfa6adb9
YQ
38382016-03-29 Yao Qi <yao.qi@linaro.org>
3839
3840 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3841
1e6697ea
YQ
38422016-03-24 Yao Qi <yao.qi@linaro.org>
3843
3844 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3845 test message.
3846
64bcd522
AA
38472016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3848
3849 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3850 maintaining separate logic for constructing the output path.
3851
7868401b
DB
38522016-03-16 Don Breazeal <donb@codesourcery.com>
3853
3854 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3855 Retry fork and waitpid on interrupted system call errors.
3856 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3857 Use with_timeout_factor to increase timeout by factor of 10.
3858
1cafadb4
DB
38592016-03-15 Don Breazeal <donb@codesourcery.com>
3860
3861 * gdb.cp/scope-err.cc: New test program.
3862 * gdb.cp/scope-err.exp: New test script.
3863 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3864 lines and "set breakpoint here" comment.
3865 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3866 Fixed some whitespace and format issues.
3867 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3868 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3869
81516450
DE
38702016-03-15 Doug Evans <dje@google.com>
3871
3872 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3873 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3874 All callers updated. Add tests for enums, mixed flags register.
3875
aa52b601
DE
38762016-03-15 Doug Evans <dje@google.com>
3877
3878 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3879 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3880
fa4ff313
SM
38812016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3882
3883 * gdb.base/default.exp: Add $_as_string to the list of expected
3884 convenience functions.
3885
f2403c39
AB
38862016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3887
3888 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3889
f2f3ccb9
SM
38902016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3891
3892 * gdb.python/py-as-string.exp: New file.
3893 * gdb.python/py-as-string.c: New file.
3894
00dbd492
PA
38952016-03-09 Pedro Alves <palves@redhat.com>
3896
3897 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3898 signal" -> "Thread NN received signal" output change.
3899 * gdb.threads/ia64-sigill.exp: Likewise.
3900 * gdb.threads/linux-dp.exp: Likewise.
3901 * gdb.threads/manythreads.exp: Likewise.
3902 * gdb.threads/pending-step.exp: Likewise.
3903 * gdb.threads/print-threads.exp: Likewise.
3904 * gdb.threads/sigstep-threads.exp: Likewise.
3905 * gdb.threads/staticthreads.exp: Likewise.
3906 * gdb.threads/tls.exp: Likewise.
3907
1e6697ea
YQ
39082016-03-09 Pedro Alves <palves@redhat.com>
3909
3910 * gdb.base/command-line-input.exp: New file.
3911
b04fd3be
MK
39122016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3913
3914 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3915 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3916 * gdb.trace/pending.exp: Accept leading dot before function name.
3917 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3918 * lib/trace-support.exp: Set registers for ppc.
3919
98fa59e9
MK
39202016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3921
3922 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3923 use it for disassembly; accept .main in addition to main in backtrace.
3924
f77198c8
MK
39252016-03-09 Wei-cheng Wang <cole945@gmail.com>
3926 Marcin Kościelnicki <koriakin@0x04.net>
3927
3928 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3929 (gdb_recursion_test_ptr): New global variable.
3930 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3931 gdb_recursion_test.
3932 (gdb_c_test): Ditto.
3933
ba84e0da
MK
39342016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3935
3936 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3937 ordering.
3938
4366d36e
MK
39392016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3940
3941 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3942 (bar): Add bar_start_lbl label.
3943 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3944 of foo/bar for emitting DWARF and tracing.
3945
5eb264df
SDJ
39462016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3947
3948 * analyze-racy-logs.py: Set executable bit.
3949
fb6a751f
SDJ
39502016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3951
3952 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3953 (CHECK_TARGET_TMP): Likewise.
3954 (check-single-racy): New rule.
3955 (check-parallel-racy): Likewise.
3956 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3957 (do-check-parallel-racy): New rule.
3958 (check-racy/%.exp): Likewise.
3959 * README (Racy testcases): New section.
3960 * analyze-racy-logs.py: New file.
3961
bdf7e230
DE
39622016-03-03 Doug Evans <dje@google.com>
3963
3964 * gdb.base/skip.exp: Use with_test_prefix.
3965
4719d415
YQ
39662016-03-03 Yao Qi <yao.qi@linaro.org>
3967
3968 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3969 Invoke step_over_syscall "clone" and break_cond_on_syscall
3970 "clone".
3971 * gdb.base/step-over-clone.c: New file.
3972
ea507862
YQ
39732016-03-03 Yao Qi <yao.qi@linaro.org>
3974
3975 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3976 code format.
3977
8fc8cbda
YQ
39782016-03-03 Yao Qi <yao.qi@linaro.org>
3979
3980 * gdb.base/disp-step-fork.c: Rename to ...
3981 * gdb.base/step-over-fork.c: ... it. New file.
3982 * gdb.base/disp-step-vfork.c: Rename to ...
3983 * gdb.base/step-over-vfork.c: ... it. New file.
3984 * gdb.base/disp-step-syscall.exp: Rename to ...
3985 * gdb.base/step-over-syscall.exp: ... it. New file.
3986 (disp_step_cross_syscall): Rename to ...
3987 (step_over_syscall): ... it.
3988
92fa70b0
YQ
39892016-03-03 Yao Qi <yao.qi@linaro.org>
3990
3991 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3992 If target supports condition evaluation on target, invoke
3993 break_cond_on_syscall for fork and vfork.
3994
e197ad3c
YQ
39952016-03-03 Yao Qi <yao.qi@linaro.org>
3996
3997 * gdb.base/disp-step-syscall.exp: Don't invoke
3998 support_displaced_stepping.
3999 (disp_step_cross_syscall): Test with displaced stepping off and
4000 on if supported.
4001
0b47da9f
YQ
40022016-03-03 Yao Qi <yao.qi@linaro.org>
4003
4004 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4005 proc.
4006 (setup): New proc.
4007 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4008 and setup.
4009
065ab6dc
BH
40102016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4011
4012 * gdb.fortran/vla-history.exp: Remove breakpoint.
4013
07e448ad 40142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4015
25d49b86
PA
4016 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4017 exceeds timeout.
07e448ad 4018
9ac2d526 40192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4020
25d49b86
PA
4021 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4022 breakpoint.
9ac2d526 4023
17807369
BH
40242016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4025
4026 * gdb.mi/vla.f90: Nullify pointer after declaration.
4027
86e501af
PA
40282016-03-01 Pedro Alves <palves@redhat.com>
4029
4030 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4031
1e903e32
PA
40322016-03-01 Pedro Alves <palves@redhat.com>
4033
4034 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4035 before anything else.
4036 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4037 _GNU_SOURCE here.
4038 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4039 before anything else.
4040 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4041
6ccb54e2
PA
40422016-03-01 Pedro Alves <palves@redhat.com>
4043
4044 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4045
30ca9da1
YQ
40462016-03-01 Yao Qi <yao.qi@linaro.org>
4047
4048 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4049 prepare_for_testing.
4050
dc856b38
YQ
40512016-03-01 Yao Qi <yao.qi@linaro.org>
4052
4053 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4054
4a932159
AA
40552016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4056
4057 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4058 manually constructing the output path.
4059
f2489477
AA
40602016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4061
4062 * gdb.arch/s390-stackless.S: New.
4063 * gdb.arch/s390-stackless.exp: New.
4064
38899f16
IB
40652016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4066
4067 * gdb.dlang/circular.c: New file.
4068 * gdb.dlang/circular.exp: New file.
4069
9fde51ed
YQ
40702016-02-26 Yao Qi <yao.qi@linaro.org>
4071
4072 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4073 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4074 (testcases): Update.
4075
ce90fefe
YQ
40762016-02-26 Yao Qi <yao.qi@linaro.org>
4077
4078 * gdb.reverse/aarch64.c: Rename to ...
4079 * gdb.reverse/insn-reverse.c: ... it.
4080 * gdb.reverse/aarch64.exp: Rename to ...
4081 * gdb.reverse/insn-reverse.exp: ... it.
4082
3263bceb
YQ
40832016-02-26 Yao Qi <yao.qi@linaro.org>
4084
4085 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4086 (testcase_ftype): New.
4087 (testcases): New array.
4088 (n_testcases): New.
4089 (main): Call each element in testcases.
4090 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4091 (read_testcase): New.
4092 Do the tests in a loop.
4093
6cb59ff1
YQ
40942016-02-25 Yao Qi <yao.qi@linaro.org>
4095
4096 * gdb.base/branches.c: Remove.
4097
ae91f625
MK
40982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4099
4100 PR gdb/13808
4101 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4102
678b48b7
MK
41032016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4104
4105 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4106
7337a6f2
MK
41072016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4108
4109 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4110 change x86_64 call_insn to 'callq'.
4111
861ca91f
AT
41122016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4113
4114 * gdb.trace/tfile-avx.c: Move to...
4115 * gdb.trace/tracefile-pseudo-reg.c: Here.
4116 * gdb.trace/tfile-avx.exp: Move to...
4117 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4118
bf74e428
GB
41192016-02-24 Gary Benson <gbenson@redhat.com>
4120
4121 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4122 message on attach.
4123
cce0e923
DE
41242016-02-23 Doug Evans <dje@google.com>
4125
4126 * gdb.base/skip.c (test_skip): New function.
4127 (end_test_skip_file_and_function): New function.
4128 (test_skip_file_and_function): New function.
4129 * gdb.base/skip1.c (test_skip): New function.
4130 (skip1_test_skip_file_and_function): New function.
4131 * gdb.base/skip.exp: Add tests for new skip options.
4132 * gdb.base/skip-solib.exp: Update expected output.
4133 * gdb.perf/skip-command.cc: New file.
4134 * gdb.perf/skip-command.exp: New file.
4135 * gdb.perf/skip-command.py: New file.
4136
4000e47e
MK
41372016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4138
4139 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4140 info registers pattern.
4141
24f75ead
IB
41422016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4143
4144 * lib/future.exp: Add D support.
4145 (gdb_find_gdc): New proc.
4146 (gdb_default_target_compile): Add D support.
4147
fbb7bcbe
WW
41482016-02-18 Wei-cheng Wang <cole945@gmail.com>
4149
4150 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4151 user+system time.
4152 (trace_speed_test): Determine the iteration count for a time
4153 between 15..30 seconds.
4154
012b3a21
WT
41552016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4156
4157 * gdb.arch/i386-mpx-sigsegv.c: New file.
4158 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4159 * gdb.arch/i386-mpx-simple_segv.c: New file.
4160 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4161
2d5189bd
YQ
41622016-02-18 Yao Qi <yao.qi@linaro.org>
4163
4164 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4165 Don't call setup_kfail.
4166
40fb20d0
YQ
41672016-02-18 Yao Qi <yao.qi@linaro.org>
4168
4169 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4170 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4171
21b1f8d2
DE
41722016-02-16 Doug Evans <dje@google.com>
4173
4174 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4175 * gdb.base/skip1.c: Ditto.
4176 * gdb.base/skip.exp: Whitespace cleanup.
4177
4041ed77
DB
41782016-02-16 Don Breazeal <donb@codesourcery.com>
4179
4180 PR remote/19496
4181 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4182 Remove kfail for PR remote/19496.
4183
c4ef31bf
SM
41842016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4185
4186 * lib/gdb.exp (standard_temp_file): Return a path specific to
4187 the runtest invocation.
4188
266b65b3
SM
41892016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4190
4191 * gdb.trace/save-trace.exp: Change relative path to be in the
4192 standard output directory.
4193
a7a0a6a9
JK
41942016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4195
4196 * gdb.arch/i386-prologue.c: Add missing prototypes.
4197
c99dbb42
JK
41982016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4199
4200 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4201 * gdb.arch/i386-prologue.exp: Likewise.
4202 * gdb.arch/i386-size.exp: Likewise.
4203
aa480355
SM
42042016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4205
4206 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4207 define object file path.
4208 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4209 file path.
4210 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4211 standard_output_file to define binfile.
4212
ba881f50
JK
42132016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4214
4215 Fix compatibility with recent gfortran-5.3.1.
4216 * gdb.fortran/vla-history.exp (print vla1 allocated)
4217 (print vla2 allocated, print $2, print $3): Remove
4218 (print $4): Rename to ...
4219 (print $2): ... here.
4220 (print $9): Rename to ...
4221 (print $5): ... here.
4222 (print $10): Rename to ...
4223 (print $6): ... here.
4224 * gdb.fortran/vla.f90: Add pvla initialization.
4225
e9fb005c
JK
42262016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4227
4228 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4229 New test.
4230 * gdb.fortran/vla-value-sub.exp: Likewise.
4231
e44e00ff
MK
42322016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4233
4234 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4235
97e94151
SM
42362016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4237
4238 * i386-biarch-core.exp: Define corefile using
4239 standard_output_file.
4240
01113bc1
YQ
42412016-02-12 Yao Qi <yao.qi@linaro.org>
4242
4243 * gdb.arch/arm-single-step-kernel-helper.c: New.
4244 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4245
33b4777c
MM
42462016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4247
4248 * gdb.btrace/tailcall-only.exp: New.
4249 * gdb.btrace/tailcall-only.c: New.
4250 * gdb.btrace/x86_64-tailcall-only.S: New.
4251 * gdb.btrace/i686-tailcall-only.S: New.
4252
acc23c11
PA
42532016-02-11 Pedro Alves <palves@redhat.com>
4254
4255 * README (Parallel testing): Add missing double quotes.
4256
e352bf0a
PA
42572016-02-11 Pedro Alves <palves@redhat.com>
4258
4259 * README (Parallel testing): New section.
4260 (GDB_PARALLEL): Rewrite.
4261 (FORCE_PARALLEL): Document.
4262
9f5fed78
MK
42632016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4264
4265 * gdb.trace/tfile-avx.c: New test.
4266 * gdb.trace/tfile-avx.exp: New test.
4267
9ef9e6a6
KS
42682016-02-09 Keith Seitz <keiths@redhat.com>
4269
4270 PR breakpoints/19546
4271 * gdb.base/infcall-exec.c: New file.
4272 * gdb.base/infcall-exec2.c: New file.
4273 * gdb.base/infcall-exec.exp: New file.
4274
a96e36da
KS
42752016-02-09 Keith Seitz <keiths@redhat.com>
4276
4277 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4278 (toplevel): Call test_bkpt_address.
4279
9f61929f
KS
42802016-02-09 Keith Seitz <keiths@redhat.com>
4281
4282 PR python/19506
4283 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4284 (toplevel): Call test_bkpt_address.
4285
1e94266c
SM
42862016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4287
4288 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4289 to AC_OUTPUT.
4290 * configure: Regenerate.
4291
2a7f3dff
PA
42922016-02-09 Pedro Alves <palves@redhat.com>
4293
4294 PR breakpoints/19548
4295 * gdb.base/execl-update-breakpoints.c (some_function): New
4296 function.
4297 (main): Call it.
4298 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4299 Tighten expected GDB output.
4300
2151ccc5
SM
43012016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4302
4303 * Makefile.in (ALL_SUBDIRS): Remove.
4304 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4305 (distclean maintainer-clean realclean): Likewise.
4306 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4307 * configure: Regenerate.
4308 * gdb.ada/Makefile.in: Delete.
4309 * gdb.arch/Makefile.in: Likewise.
4310 * gdb.asm/Makefile.in: Likewise.
4311 * gdb.base/Makefile.in: Likewise.
4312 * gdb.btrace/Makefile.in: Likewise.
4313 * gdb.cell/Makefile.in: Likewise.
4314 * gdb.compile/Makefile.in: Likewise.
4315 * gdb.cp/Makefile.in: Likewise.
4316 * gdb.disasm/Makefile.in: Likewise.
4317 * gdb.dlang/Makefile.in: Likewise.
4318 * gdb.dwarf2/Makefile.in: Likewise.
4319 * gdb.fortran/Makefile.in: Likewise.
4320 * gdb.gdb/Makefile.in: Likewise.
4321 * gdb.go/Makefile.in: Likewise.
4322 * gdb.guile/Makefile.in: Likewise.
4323 * gdb.java/Makefile.in: Likewise.
4324 * gdb.linespec/Makefile.in: Likewise.
4325 * gdb.mi/Makefile.in: Likewise.
4326 * gdb.modula2/Makefile.in: Likewise.
4327 * gdb.multi/Makefile.in: Likewise.
4328 * gdb.objc/Makefile.in: Likewise.
4329 * gdb.opencl/Makefile.in: Likewise.
4330 * gdb.opt/Makefile.in: Likewise.
4331 * gdb.pascal/Makefile.in: Likewise.
4332 * gdb.perf/Makefile.in: Likewise.
4333 * gdb.python/Makefile.in: Likewise.
4334 * gdb.reverse/Makefile.in: Likewise.
4335 * gdb.server/Makefile.in: Likewise.
4336 * gdb.stabs/Makefile.in: Likewise.
4337 * gdb.threads/Makefile.in: Likewise.
4338 * gdb.trace/Makefile.in: Likewise.
4339 * gdb.xml/Makefile.in: Likewise.
4340 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4341 GDB_PARALLEL.
4342 (standard_output_file): Remove check for GDB_PARALLEL, always
4343 return path in outputs/$subdir/$testname.
4344
437277d4
SM
43452016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4346
4347 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4348 (site.exp): Assign abs_srcdir to tcl's srcdir.
4349
31d913c7
YQ
43502016-02-04 Yao Qi <yao.qi@linaro.org>
4351
4352 * gdb.base/foll-exec-mode.c: Include limits.h.
4353 (main): Add parameters argc and argv. Get directory from
4354 argv[0].
4355 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4356 compilation.
4357 * gdb.base/foll-exec.c: Include limits.h.
4358 (main): Add parameters argc and argv.
4359 Get directory from argv[0].
4360 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4361 Adjust tests on the number of lines as source code changed.
4362 * gdb.base/foll-vfork-exit.c: Include limits.h.
4363 (main): Add one line of statement before vfork.
4364 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4365 (main): Add parameters argc and argv. Get directory from
4366 argv[0].
4367 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4368 (setup_gdb): Set tbreak to skip some source lines.
4369 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4370 (main): Add parameters argc and argv. Get directory from
4371 argv[0].
4372 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4373 compilation.
4374 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4375 (main): Add parameters argc and argv. Get directory from
4376 argv[0].
4377 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4378 compilation.
4379
9482b9fb
DE
43802016-02-01 Doug Evans <dje@google.com>
4381
4382 * gdb.base/skip.exp: Clean up multiple references to same test name.
4383
6b2e4f10
PA
43842016-02-01 Pedro Alves <palves@redhat.com>
4385
ccb6afd6 4386 PR remote/19496
6b2e4f10
PA
4387 * gdb.threads/forking-threads-plus-breakpoint.exp
4388 (displaced_stepping_supported): New global.
4389 (probe_displaced_stepping_support): New procedure.
4390 (do_test): Add 'displaced' parameter, and use it.
4391 (top level): Check for displaced stepping support. Add displaced
4392 stepping on/off testing axis.
4393
37a8db1a
AB
43942016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4395
4396 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4397 pointer. Don't perform further tests on the unassociated pointer
4398 if the first test fails.
4399
5fdf6324
AB
44002016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4401
4402 * gdb.base/max-value-size.c: New file.
4403 * gdb.base/max-value-size.exp: New file.
4404 * gdb.base/huge.exp: Disable max-value-size for this test.
4405
935c6144
IB
44062016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4407
4408 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4409
7fe8399d
YQ
44102016-01-28 Yao Qi <yao.qi@linaro.org>
4411
4412 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4413
a2077e25
PA
44142016-01-25 Pedro Alves <palves@redhat.com>
4415
4416 PR threads/19461
4417 * gdb.base/fork-running-state.c: New file.
4418 * gdb.base/fork-running-state.exp: New file.
4419
1d2736d4
PA
44202016-01-25 Pedro Alves <palves@redhat.com>
4421
4422 PR gdb/19494
4423 * gdb.base/catch-fork-kill.c: New file.
4424 * gdb.base/catch-fork-kill.exp: New file.
4425
f1da4b11
PA
44262016-01-25 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4429 Delete, moved to lib/gdb.exp.
4430 * gdb.threads/forking-threads-plus-breakpoint.exp
4431 (foreach_with_prefix): Likewise.
4432 * gdb.threads/process-dies-while-handling-bp.exp
4433 (foreach_with_prefix): Likewise.
4434 * lib/gdb.exp (foreach_with_prefix): New procedure.
4435
45f38546
MK
44362016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4437
4438 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4439 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4440
dc29a1ce
MK
44412016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4442
4443 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4444 endian targets.
4445
092127d7
JK
44462016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4447 Pedro Alves <palves@redhat.com>
4448
4449 Fix testsuite compatibility with Guile.
4450 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4451 number.
4452
31d765d3
JK
44532016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4454
4455 Fix testsuite compatibility with Guile.
4456 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4457 (thread 1): New test for backtrace through signal handler.
4458
1ac78c04
YQ
44592016-01-22 Yao Qi <yao.qi@linaro.org>
4460
4461 PR testsuite/19491
4462 * gdb.base/multi-forks.c: Include
4463 ../lib/unbuffer_output.c
4464 (main): Call gdb_unbuffer_output.
4465
4f5946a8
DE
44662016-01-21 Doug Evans <dje@google.com>
4467
4468 * lib/ada.exp (gdb_compile_ada): Fix typo.
4469
305e13e6
JB
44702016-01-21 Joel Brobecker <brobecker@adacore.com>
4471
4472 * gdb.base/break-fun-addr.exp: New file.
4473 * gdb.base/break-fun-addr1.c: New file.
4474 * gdb.base/break-fun-addr2.c: New file.
4475
5f5dfff6
SM
44762016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4477
4478 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4479 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4480 enum flag values.
4481
fd356fa2
AA
44822016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4483
4484 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4485 when GDB can not set the vector return value. Add more comments
4486 for clarification.
4487
9df22175
AT
44882016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4489
4490 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4491 command.
4492
41d1845e
SM
44932016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4494
4495 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4496
01ac6840
SM
44972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4498
4499 * Makefile.in (check-single): Pass --status to runtest.
4500 (check/%.exp): Likewise.
4501
45022016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4503
4504 * Makefile.in (check-parallel): Propagate return code from make
4505 do-check-parallel.
4506
bd0a71fa
MK
45072016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4508
4509 * gdb.trace/ftrace.exp: Fix expected message on continue.
4510 * gdb.trace/pending.exp: Fix expected message on continue.
4511 * gdb.trace/trace-break.exp: Fix expected message on continue.
4512
8bcbad33
SM
45132016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4514
4515 * lib/gdb.exp (gdb_test): Remove unused global references.
4516
f303dbd6
PA
45172016-01-18 Pedro Alves <palves@redhat.com>
4518
4519 * gdb.base/async-shell.exp: Adjust expected output.
4520 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4521 * gdb.base/siginfo-thread.exp: Adjust expected output.
4522 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4523 * gdb.java/jnpe.exp: Adjust expected output.
4524 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4525 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4526 * gdb.threads/leader-exit.exp: Adjust expected output.
4527 * gdb.threads/manythreads.exp: Adjust expected output.
4528 * gdb.threads/pthreads.exp: Adjust expected output.
4529 * gdb.threads/schedlock.exp: Adjust expected output.
4530 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4531 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4532 expected output.
4533 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4534 output.
4535 * gdb.threads/sigthread.exp: Adjust expected output.
4536 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4537
b2789696
YQ
45382016-01-18 Yao Qi <yao.qi@linaro.org>
4539
4540 * gdb.guile/scm-section-script.c: Replace @progbits with
4541 %progbits.
4542 * gdb.python/py-section-script.c: Likewise.
4543
71ef29a8
PA
45442016-01-15 Pedro Alves <palves@redhat.com>
4545
4546 * gdb.multi/tids.exp: Test star wildcard ranges.
4547
3f5b7598
PA
45482016-01-15 Pedro Alves <palves@redhat.com>
4549
4550 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4551 command from "thread apply" invocation.
4552 (thr_apply_info_thr_invalid): Default the expected output to the
4553 input tid list.
4554 (top level): Add tests that use convenience variables. Add tests
4555 for "thread apply" with a valid TID list, but missing the command.
4556
663f6d42
PA
45572016-01-13 Pedro Alves <palves@redhat.com>
4558
4559 * gdb.base/default.exp: Expect $_gthread as well.
4560 * gdb.multi/tids.exp: Test $_gthread.
4561 * gdb.threads/thread-specific.exp: Test $_gthread.
4562
c84f6bbf
PA
45632016-01-13 Pedro Alves <palves@redhat.com>
4564
4565 * gdb.multi/tids.exp: Test "info threads -gid".
4566
22a02324
PA
45672016-01-13 Pedro Alves <palves@redhat.com>
4568
4569 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4570 Breakpoint.thread.
4571 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4572
5d5658a1
PA
45732016-01-07 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.base/break.exp: Adjust to output changes.
4576 * gdb.base/hbreak2.exp: Likewise.
4577 * gdb.base/sepdebug.exp: Likewise.
4578 * gdb.base/watch_thread_num.exp: Likewise.
4579 * gdb.linespec/keywords.exp: Likewise.
4580 * gdb.multi/info-threads.exp: Likewise.
4581 * gdb.threads/thread-find.exp: Likewise.
4582 * gdb.multi/tids.c: New file.
4583 * gdb.multi/tids.exp: New file.
4584
84654457
PA
45852016-01-13 Pedro Alves <palves@redhat.com>
4586
4587 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4588
e3940304
PA
45892016-01-13 Pedro Alves <palves@redhat.com>
4590
4591 * gdb.base/default.exp: Expect $_inferior as well.
4592 * gdb.multi/base.exp: Test $_inferior.
4593
a911d87a
PA
45942016-01-13 Pedro Alves <palves@redhat.com>
4595
4596 PR breakpoints/19388
4597 * gdb.base/catch-signal-siginfo-cond.c: New file.
4598 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4599
82075af2
JS
46002016-01-12 Josh Stone <jistone@redhat.com>
4601 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4602
4603 * gdb.base/catch-syscall.c (do_execve): New variable.
4604 (main): Conditionally trigger an execve.
4605 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4606 (test_catch_syscall_execve): New, check entry/return across execve.
4607 (do_syscall_tests): Call test_catch_syscall_execve.
4608
e46eeedd
PA
46092016-01-12 Pedro Alves <palves@redhat.com>
4610
4611 * gdb.base/random-signal.exp (do_test): New procedure, with body
4612 of testcase moved in.
4613
01d8c27e
JK
46142016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4615 Pedro Alves <palves@redhat.com>
4616
4617 * gdb.base/funcargs.exp (finish from indirectly called function):
4618 Reintroduce the case for 'First'.
4619
9a706302
JK
46202016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4621 Pedro Alves <palves@redhat.com>
4622
4623 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4624 (tcatch_vfork_then_child_follow_exec)
4625 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4626 identification.
4627
c0ecb95f
JK
46282016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4629
4630 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4631 and repeats to unlimited.
4632 * gdb.python/py-value.exp: Likewise.
4633 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4634 and repeats to unlimited.
4635
6cfc1fcb
JK
46362016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4637
4638 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4639 and reordering the functions.
4640 * gdb.multi/hangout.c: Likewise.
4641 * gdb.multi/hello.c: Likewise.
4642
582a1b00
SM
46432016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4644
4645 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4646 absolute.
4647 (SingleStatisticTestResult.report): Use dict.keys instead of
4648 dict.iterkeys.
4649
79bc59cb
PA
46502016-01-06 Pedro Alves <palves@redhat.com>
4651
4652 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4653
43368e1d
MM
46542016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4655
4656 * gdb.btrace/dlopen.exp: New.
4657 * gdb.btrace/dlopen.c: New.
4658 * gdb.btrace/dlopen-dso.c: New.
4659
79fad5b8
SL
46602015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4661
4662 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4663 PATTERN argument is optional.
4664
ab8314b3
JB
46652015-12-24 Joel Brobecker <brobecker@adacore.com>
4666
4667 * lib/ada.exp (target_compile_ada_from_dir): New function.
4668 (gdb_compile_ada): Reimplement avoiding the use of project files.
4669 * gdb.ada/gnat_ada.gpr: Delete.
4670 * gdb.ada/cond_lang.exp: Adjust test to make path before
4671 filename optional.
4672 * gdb.ada/small_reg_param.exp: Likewise.
4673
fe33faff
SM
46742015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4675
4676 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4677
6d265cb4
TP
46782015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4679
4680 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4681 case.
4682
10125099
SM
46832015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4684
4685 * gdb.base/break.exp: Remove dead code.
4686 * gdb.base/sepdebug.exp: Likewise.
4687
3ca22649
SM
46882015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4689
4690 * gdb.asm/asm-source.exp: Remove HP-UX references.
4691 * gdb.base/annota1.exp: Likewise.
4692 * gdb.base/annota3.exp: Likewise.
4693 * gdb.base/attach.exp: Likewise.
4694 * gdb.base/bigcore.exp: Likewise.
4695 * gdb.base/break.exp: Likewise.
4696 * gdb.base/call-ar-st.exp: Likewise.
4697 * gdb.base/callfuncs.exp: Likewise.
4698 * gdb.base/catch-fork-static.exp: Likewise.
4699 * gdb.base/display.exp: Likewise.
4700 * gdb.base/foll-exec-mode.exp: Likewise.
4701 * gdb.base/foll-exec.exp: Likewise.
4702 * gdb.base/foll-fork.exp: Likewise.
4703 * gdb.base/foll-vfork.exp: Likewise.
4704 * gdb.base/funcargs.exp: Likewise.
4705 * gdb.base/hbreak2.exp: Likewise.
4706 * gdb.base/inferior-died.exp: Likewise.
4707 * gdb.base/interrupt.exp: Likewise.
4708 * gdb.base/multi-forks.exp: Likewise.
4709 * gdb.base/nodebug.exp: Likewise.
4710 * gdb.base/sepdebug.exp: Likewise.
4711 * gdb.base/solib1.c: Likewise.
4712 * gdb.base/step-test.exp: Likewise.
4713 * gdb.mi/non-stop.c: Likewise.
4714 * gdb.mi/pthreads.c: Likewise.
4715 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4716 * gdb.threads/pthreads.c: Likewise.
4717 * gdb.threads/staticthreads.exp: Likewise.
4718 * lib/future.exp: Likewise.
4719 * lib/gdb.exp: Likewise.
4720 * gdb.base/so-indr-cl.c: Remove.
4721 * gdb.base/so-indr-cl.exp: Likewise.
4722 * gdb.base/solib.c: Likewise.
4723 * gdb.base/solib.exp: Likewise.
4724 * gdb.base/solib2.c: Likewise.
4725
b6304613
SM
47262015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4727
4728 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4729 * gdb.base/call-ar-st.exp: Likewise.
4730 * gdb.base/callfuncs.exp: Likewise.
4731 * gdb.base/condbreak.exp: Likewise.
4732 * gdb.base/constvars.exp: Likewise.
4733 * gdb.base/hbreak2.exp: Likewise.
4734 * gdb.base/langs.exp: Likewise.
4735 * gdb.base/list.exp: Likewise.
4736 * gdb.base/long_long.exp: Likewise.
4737 * gdb.base/ptype.exp: Likewise.
4738 * gdb.base/scope.exp: Likewise.
4739 * gdb.base/signals.exp: Likewise.
4740 * gdb.base/so-impl-ld.exp: Likewise.
4741 * gdb.base/varargs.exp: Likewise.
4742 * gdb.base/volatile.exp: Likewise.
4743 * gdb.base/whatis.exp: Likewise.
4744 * gdb.cp/cplusfuncs.exp: Likewise.
4745 * gdb.cp/inherit.exp: Likewise.
4746 * gdb.cp/local.exp: Likewise.
4747 * gdb.cp/member-ptr.exp: Likewise.
4748 * gdb.cp/method.exp: Likewise.
4749 * gdb.cp/overload.exp: Likewise.
4750 * gdb.cp/templates.exp: Likewise.
4751 * gdb.stabs/weird.exp: Likewise.
4752 * lib/compiler.c: Likewise.
4753 * lib/compiler.cc: Likewise.
4754 * lib/cp-support.exp: Likewise.
4755 * lib/gdb.exp: Likewise.
4756
bf401b07
SM
47572015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4758
4759 * configure.ac: Remove HP-UX case.
4760 * configure: Regenerate.
4761
aff9c0f8
SM
47622015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4763
4764 * lib/gdb.exp (gdb_compile): Add function doc.
4765
a6904d5a
PA
47662015-12-17 Pedro Alves <palves@redhat.com>
4767
4768 PR threads/19354
4769 * gdb.multi/info-threads.exp: New file.
4770
a22279dd
YQ
47712015-12-15 Yao Qi <yao.qi@linaro.org>
4772
4773 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4774 is aarch64*-*-*.
4775
0588c796
SL
47762015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4777
4778 * gdb.base/history-duplicates.exp: Skip if no readline support.
4779
5d978e17
SL
47802015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4781
4782 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4783
7e763b86
SL
47842015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4785
4786 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4787
87a3a92c
SL
47882015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4789
4790 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4791 ctrl-C if nointerrupts target property is set.
4792 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4793 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4794 * gdb.base/paginate-bg-execution.exp: Likewise.
4795 * gdb.base/paginate-execution-startup.exp: Likewise.
4796 * gdb.base/random-signal.exp: Likewise.
4797 * gdb.base/range-stepping.exp: Likewise.
4798 * gdb.cp/annota2.exp: Likewise.
4799 * gdb.cp/annota3.exp: Likewise.
4800 * gdb.gdb/selftest.exp: Likewise.
4801 * gdb.threads/continue-pending-status.exp: Likewise.
4802 * gdb.threads/leader-exit.exp: Likewise.
4803 * gdb.threads/manythreads.exp: Likewise.
4804 * gdb.threads/pthreads.exp: Likewise.
4805 * gdb.threads/schedlock.exp: Likewise.
4806 * gdb.threads/sigthread.exp: Likewise.
4807
a8f077dc
DB
48082015-12-11 Don Breazeal <donb@codesourcery.com>
4809
4810 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4811 remote.
4812 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4813 * gdb.base/foll-exec.exp (main): Enable for target remote.
4814 * gdb.base/foll-fork.exp (main): Likewise.
4815 * gdb.base/foll-vfork.exp (main): Likewise.
4816 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4817 (proc continue_to_exit_bp_loc): Use clean_restart.
4818 * gdb.base/pie-execl.exp (main): Disable for target remote.
4819 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4820 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4821 * gdb.threads/execl.exp (main): Likewise.
4822 * gdb.threads/fork-child-threads.exp (main): Likewise.
4823 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4824 remote.
4825 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4826 remote.
4827 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4828 pid.tid style ptids, instead of just tid.
4829 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4830 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4831 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4832 ptids, instead of just tid.
4833
3b2464a8
AB
48342015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4835
4836 * gdb.base/list.exp (test_list_forward): Add end of file error
4837 test.
4838 (test_repeat_list_command): Add end of file error test.
4839 (test_list_backwards): Add beginning of file error test.
4840
a0def019
AB
48412015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4842
4843 * gdb.base/list.exp (test_list_invalid_args): New function,
4844 defined, and called.
4845
5c000dff
AB
48462015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4847
4848 * gdb.base/list.exp (test_list): Make test names unique.
4849
f1637ebe
YQ
48502015-12-11 Yao Qi <yao.qi@linaro.org>
4851
4852 * gdb.base/coremaker2.c: Remove.
4853
36d6fc0a
PA
48542015-12-10 Pedro Alves <palves@redhat.com>
4855
4856 * gdb.multi/base.exp: Remove stale "spaces" references.
4857
762f7747
PA
48582015-12-10 Pedro Alves <palves@redhat.com>
4859
4860 * gdb.multi/base.exp: Don't use nowarnings.
4861 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4862 * gdb.multi/hangout.c: Include stdio.h.
4863 * gdb.multi/hello.c: Include stdlib.h.
4864 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4865 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4866 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4867
28d2bfb9
AB
48682015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4869
4870 * gdb.dwarf2/dw2-ranges-base.c: New file.
4871 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4872 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4873 support additional line table, and debug ranges generation.
4874 (Dwarf::ranges): New function, generate .debug_ranges.
4875 (Dwarf::lines): Support generating simple line table programs.
4876 (Dwarf::assemble): Initialise new namespace variables.
4877
5fc2beac
KB
48782015-12-09 Kevin Buettner <kevinb@redhat.com>
4879
4880 * gdb.base/async.exp (proc test_background): Add case for
4881 asynchronous execution not supported.
4882
1c35a88f
LM
48832015-12-09 Luis Machado <lgustavo@codesourcery.com>
4884
4885 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4886 format and change test names to make them unique.
4887
b593e3d9
RK
48882015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4889 Pedro Alves <pedro@redhat.com>
4890
4891 PR gdb/18702
4892 Add checking of floatformats setup on x86_64 hosts.
4893 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4894 (smallval, bigval): New labels/constants.
4895 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4896 float" after loading bigval and smallval.
4897
d72413e6
PMR
48982015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4899
4900 * gdb.ada/fun_overload_menu.exp: New testcase.
4901 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4902
ece66d65
JS
49032015-12-04 Josh Stone <jistone@redhat.com>
4904
4905 * gdb.base/catch-fork-static.exp: New.
4906
41d0efca
YQ
49072015-12-03 Yao Qi <yao.qi@linaro.org>
4908
4909 * gdb.base/sizeof.c: Don't include stdio.h and
4910 ../lib/unbuffer_output.c.
4911 (main): New variable 'size' and 'value'. Remove printf and
4912 gdb_unbuffer_output. Assign return value to size and value.
4913 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4914 at the beginning.
4915 (check_sizeof): Check the result by printing variable 'size'.
4916 (check_valueof): Check the result by printing variable 'value'.
4917
99fd02d9
YQ
49182015-12-01 Yao Qi <yao.qi@linaro.org>
4919
4920 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4921 for aarch64*-*-linux* target.
4922
f2faf941
PA
49232015-11-30 Pedro Alves <palves@redhat.com>
4924
4925 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4926
04bf20c5
PA
49272015-11-30 Pedro Alves <palves@redhat.com>
4928
4929 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4930 Handle non-stop mode vCont replies.
4931
09df4675
PA
49322015-11-30 Pedro Alves <palves@redhat.com>
4933
4934 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4935 prepare_for_testing. Start gdb with "set non-stop on" appended to
4936 GDBFLAGS. Lax expected stop output.
4937
58b584af
YQ
49382015-11-27 Yao Qi <yao.qi@linaro.org>
4939
4940 * gdb.arch/arm-neon.exp: New.
4941 * gdb.arch/arm-neon.c: New.
4942
dfcb77a8
YQ
49432015-11-27 Yao Qi <yao.qi@linaro.org>
4944
4945 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4946
88e8ec1b
YQ
49472015-11-27 Yao Qi <yao.qi@linaro.org>
4948
4949 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4950 frames-invalid annotation.
4951
bfde72c2
YQ
49522015-11-27 Yao Qi <yao.qi@linaro.org>
4953
4954 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4955
f6512a69
SM
49562015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4957
4958 * gdb.threads/names.exp: New file.
4959 * gdb.threads/names.c: New file.
4960 * README: Mention gdb,no_thread_names.
4961
46a3515b
MM
49622015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4963
4964 PR 19297
4965 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4966 support" error.
4967
62147a22
PA
49682015-11-24 Pedro Alves <palves@redhat.com>
4969
4970 PR 17539
4971 * gdb.base/display.exp: Expect displays to be sorted in ascending
4972 order. Use multi_line.
4973 * gdb.base/solib-display.exp: Likewise.
4974
2f341b6e
PA
49752015-11-24 Pedro Alves <palves@redhat.com>
4976
4977 PR 17539
25d49b86
PA
4978 * gdb.base/display.exp: Expect displays to be sorted in ascending
4979 order. Use multi_line.
4980 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4981
7e0aa6aa
PA
49822015-11-24 Pedro Alves <palves@redhat.com>
4983
4984 PR 17539
4985 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4986 threads in ascending order.
4987 * gdb.base/foll-fork.exp: Likewise.
4988 * gdb.base/foll-vfork.exp: Likewise.
4989 * gdb.base/multi-forks.exp: Likewise.
4990 * gdb.mi/mi-nonstop.exp: Likewise.
4991 * gdb.mi/mi-nsintrall.exp: Likewise.
4992 * gdb.multi/base.exp: Likewise.
4993 * gdb.multi/multi-arch.exp: Likewise.
4994 * gdb.python/py-inferior.exp: Likewise.
4995 * gdb.threads/break-while-running.exp: Likewise.
4996 * gdb.threads/execl.exp: Likewise.
4997 * gdb.threads/gcore-thread.exp: Likewise.
4998 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4999 * gdb.threads/kill.exp: Likewise.
5000 * gdb.threads/linux-dp.exp: Likewise.
5001 * gdb.threads/multiple-step-overs.exp: Likewise.
5002 * gdb.threads/next-bp-other-thread.exp: Likewise.
5003 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5004 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5005 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5006 * gdb.threads/thread-find.exp: Likewise.
5007 * gdb.threads/tls.exp: Likewise.
5008 * lib/mi-support.exp (mi_reverse_list): Delete.
5009 (mi_check_thread_states): No longer reverse list.
5010
2cc57ad8
PA
50112015-11-24 Pedro Alves <palves@redhat.com>
5012
5013 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5014 use lowercase.
5015
c93e8391
SM
50162015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5017
5018 * gdb.trace/actions.c: Include trace-common.h.
5019 (main): Add a location for a fast tracepoint.
5020 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5021 the normal tracepoints.
5022 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5023
045ccf91
SM
50242015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5025
5026 * save-trace.exp: Factor out code to these...
5027 (gdb_save_tracepoints): New.
5028 (gdb_load_tracepoints): New.
5029 (do_save_load_test): New.
5030
5506f9f6
KB
50312015-11-23 Kevin Buettner <kevinb@redhat.com>
5032
5033 * gdb.base/asmlabel.exp: New test.
5034 * gdb.base/asmlabel.c: New test case.
5035
16c3b12f
JB
50362015-11-23 Joel Brobecker <brobecker@adacore.com>
5037
5038 * gdb.base/wrong_frame_bt_full-main.c: New file.
5039 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5040 * gdb.base/wrong_frame_bt_full.exp: New file.
5041
155bfbd3
JB
50422015-11-23 Joel Brobecker <brobecker@adacore.com>
5043
5044 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5045
bb097445
JM
50462015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5047
206853a0 5048 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5049 pstate register when comparing registers values in
5050 sparc64-*-linux-gnu targets to avoid spurious differences.
5051
9c88ed8f
JM
50522015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5053
206853a0 5054 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5055
96161e25
SL
50562015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5057
5058 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5059 as type argument to gdb_compile.
5060 * gdb.base/nested-subp2.exp: Likewise.
5061 * gdb.base/nested-subp3.exp: Likewise.
5062
340c2830
DV
50632015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5064
5065 * lib/dwarf.exp (_note): Fix left shift of negative value.
5066 * gdb.trace/trace-condition.exp: Likewise.
5067
c1862d0f
YQ
50682015-11-13 Yao Qi <yao.qi@linaro.org>
5069
5070 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5071 comments about d10v.
5072 (test_scalar_returns): Likewise.
5073 * gdb.base/d10v.ld: Remove.
5074 * gdb.base/overlays.exp: Remove the target triplet checking for
5075 d10v-*-*.
5076 * gdb.base/structs.exp (test_struct_returns): Remove the
5077 comments about d10v.
5078 (test_struct_calls): Likewise.
5079
77ae9c19
YQ
50802015-11-13 Yao Qi <yao.qi@linaro.org>
5081
5082 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5083 * gdb.base/gnu_vector.c: Don't include stdio.h.
5084 (main): Don't print res and call add_some_intvecs.
5085
430e004e
MK
50862015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5087
5088 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5089 macro.
5090 (func5): Removed.
5091 (func4): Use FAST_TRACEPOINT_LABEL.
5092 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5093 macro.
5094 (func): Removed.
5095 (thread_function): Use FAST_TRACEPOINT_LABEL.
5096 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5097 (func): Remove.
5098 (marker): Use FAST_TRACEPOINT_LABEL.
5099 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5100 (pendfunc1): Remove.
5101 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5102 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5103 (foo): Remove.
5104 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5105 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5106 macro.
5107 (func): Remove.
5108 (marker): Use FAST_TRACEPOINT_LABEL.
5109 * gdb.trace/trace-common.h: New header.
5110 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5111 macro.
5112 (func): Remove.
5113 (marker): Use FAST_TRACEPOINT_LABEL.
5114 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5115 (func): Remove.
5116 (thread_function): Use FAST_TRACEPOINT_LABEL.
5117
6e7675a7
MK
51182015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5119
5120 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5121 in front.
5122 * gdb.trace/change-loc.exp: Use global pcreg definition.
5123 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5124 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5125 in front.
5126 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5127 * gdb.trace/pending.exp: Likewise.
5128 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5129 * gdb.trace/trace-break.exp: Likewise.
5130 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5131 in front.
5132 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5133 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5134 in front.
5135 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5136
dddc0e16
JB
51372015-11-09 Joel Brobecker <brobecker@adacore.com>
5138
5139 * gdb.ada/fin_fun_out: New testcase.
5140
c6f0b406
KB
51412015-11-07 Kevin Buettner <kevinb@redhat.com>
5142
5143 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5144 value associated with DW_AT_byte_size.
5145 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5146 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5147 DW_AT_upper_bound.
5148
f01dcfd9
KB
51492015-11-07 Kevin Buettner <kevinb@redhat.com>
5150
5151 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5152 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5153 version.
5154 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5155 gdb.dwarf2/dw2-canonicalize-type.exp,
5156 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5157 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5158 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5159 provided by gdb_target_symbol_prefix_flags_asm.
5160 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5161 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5162 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5163 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5164 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5165 macros where needed). Use this macro for symbols which require
5166 the prefix provided by SYMBOL_PREFIX.
5167
2223449a
KB
51682015-11-05 Kevin Buettner <kevinb@redhat.com>
5169
5170 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5171 New procs.
5172 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5173 representing expressions, of more than one list element.
5174 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5175 to prepend linker symbol prefix to f.
5176 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5177 table_1 and table_2.
5178 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5179 Likewise, for f and g.
5180 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5181 for ptr.
5182 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5183 for main.
5184 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5185 table_1_ptr and table_2_ptr.
5186
6f2f1a3a
JK
51872015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5188 Joel Brobecker <brobecker@adacore.com>
5189
5190 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5191
566c56c9
MK
51922015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5193
5194 * gdb.reverse/s390-mvcle.c: New test.
5195 * gdb.reverse/s390-mvcle.exp: New file.
5196 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5197
d5f0636b
MK
51982015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5199
5200 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5201
7ad8b86c
MK
52022015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5203
5204 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5205 reaching marker2.
5206 * gdb.reverse/getresuid-reverse.exp: Likewise.
5207 * gdb.reverse/pipe-reverse.exp: Likewise.
5208 * gdb.reverse/readv-reverse.exp: Likewise.
5209 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5210 * gdb.reverse/time-reverse.exp: Likewise.
5211 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5212
4081c0f1
YQ
52132015-10-30 Yao Qi <yao.qi@linaro.org>
5214
5215 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5216 (empty_cycle): Remove.
5217 (main): Don't call empty_cycle. Don't use watch_count_done.
5218 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5219 empty_cycle. Rewrite the code counting HW watchpoints.
5220
452b4ba5
MK
52212015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5222
5223 * gdb.reverse/fstatat-reverse.c: New test.
5224 * gdb.reverse/fstatat-reverse.exp: New file.
5225 * gdb.reverse/getresuid-reverse.c: New test.
5226 * gdb.reverse/getresuid-reverse.exp: New file.
5227 * gdb.reverse/pipe-reverse.c: New test.
5228 * gdb.reverse/pipe-reverse.exp: New file.
5229 * gdb.reverse/readv-reverse.c: New test.
5230 * gdb.reverse/readv-reverse.exp: New file.
5231 * gdb.reverse/recvmsg-reverse.c: New test.
5232 * gdb.reverse/recvmsg-reverse.exp: New file.
5233 * gdb.reverse/time-reverse.c: New test.
5234 * gdb.reverse/time-reverse.exp: New file.
5235 * gdb.reverse/waitpid-reverse.c: New test.
5236 * gdb.reverse/waitpid-reverse.exp: New file.
5237
5e2e7507
JK
52382015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5239
5240 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5241
0fde2c53
DE
52422015-10-26 Doug Evans <dje@google.com>
5243
5244 PR symtab/17391
5245 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5246 * gdb.dwarf2/bad-regnum.c: New file.
5247 * gdb.dwarf2/bad-regnum.exp: New file.
5248
1a70ae97
DE
52492015-10-26 Doug Evans <dje@google.com>
5250
5251 PR python/18938
5252 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5253 file.
5254
27dc26ab
JK
52552015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5256
5257 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5258 for a change by "Mention language in compile error message".
5259
bed91f4d
SM
52602015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5261
5262 PR python/18073
5263 * gdb.python/py-type.c (C::a_method): New.
5264 (C::a_const_method): New.
5265 (C::a_static_method): New.
5266 (a_function): New.
5267 * gdb.python/py-type.exp (test_fields): Test getting fields
5268 from function and method.
5269
3f2f83dd
KB
52702015-10-21 Keven Boell <keven.boell@intel.com>
5271
5272 * gdb.fortran/vla-alloc-assoc.exp: New file.
5273 * gdb.fortran/vla-datatypes.exp: New file.
5274 * gdb.fortran/vla-datatypes.f90: New file.
5275 * gdb.fortran/vla-history.exp: New file.
5276 * gdb.fortran/vla-ptype-sub.exp: New file.
5277 * gdb.fortran/vla-ptype.exp: New file.
5278 * gdb.fortran/vla-sizeof.exp: New file.
5279 * gdb.fortran/vla-sub.f90: New file.
5280 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5281 * gdb.fortran/vla-value-sub-finish.exp: New file.
5282 * gdb.fortran/vla-value-sub.exp: New file.
5283 * gdb.fortran/vla-value.exp: New file.
5284 * gdb.fortran/vla-ptr-info.exp: New file.
5285 * gdb.mi/mi-vla-fortran.exp: New file.
5286 * gdb.mi/vla.f90: New file.
5287
27145d50
SL
52882015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5289
5290 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5291 of hardwired timeout value.
5292
5f3ff4f8
JK
52932015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5294 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5297 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5298
bfd09d20
JS
52992015-10-19 Josh Stone <jistone@redhat.com>
5300
5301 * gdb.base/catch-syscall.c: Include <sched.h>.
5302 (unknown_syscall): New variable.
5303 (main): Trigger a vfork and an unknown syscall.
5304 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5305 (unknown_syscall_number): Likewise.
5306 (check_call_to_syscall): Accept an optional syscall pattern.
5307 (check_return_from_syscall): Likewise.
5308 (check_continue): Likewise.
5309 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5310 (test_catch_syscall_skipping_return): New test toggling off 'catch
5311 syscall' to step over the syscall return, then toggling back on.
5312 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5313 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5314 (do_syscall_tests): Call test_catch_syscall_without_args and
5315 test_catch_syscall_mid_vfork.
5316 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5317 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5318
b32b93c6
AS
53192015-10-19 Andrew Stubbs <ams@codesourcery.com>
5320
5321 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5322 print g_vE): Add new pass patterns.
5323 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5324 print various symbol names for vptr fields.
5325
9d622bda
AB
53262015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5327
5328 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5329 results.
5330
0fd8ac1c
YQ
53312015-10-12 Yao Qi <yao.qi@linaro.org>
5332
5333 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5334
34240514
YQ
53352015-10-12 Yao Qi <yao.qi@linaro.org>
5336
5337 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5338 is aarch64*-*-linux*.
5339
8240f442
YQ
53402015-10-12 Yao Qi <yao.qi@linaro.org>
5341
5342 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5343 (can_relocate_bcond_true): ... it.
5344 (can_relocate_bcond_false): New function.
5345 (foo): Likewise.
5346 (can_relocate_bl): Likewise.
5347 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5348 can_relocate_bl.
5349
2520f728
PMR
53502015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5351
5352 * gdb.base/nested-addr.c: New file.
5353 * gdb.base/nested-addr.exp: New testcase.
5354
abcef95a
MM
53552015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5356
5357 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5358 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5359 its output. Ignore the output of "record goto begin" and instead
5360 check that GDB is replaying.
5361
145e3ddb
PA
53622015-10-09 Pedro Alves <palves@redhat.com>
5363
5364 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5365 (top level): Use it in the run with no args test.
5366
d5d8c4e1
IB
53672015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5368
5369 * gdb.dlang/properties.exp: New file.
5370
06e635ef
SL
53712015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5372
5373 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5374 whether or not address 0x1000 is mapped on the target.
5375
e019fd1d
SM
53762015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5377
5378 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5379 build.
5380
77ba2a67
MM
53812015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5382
5383 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5384 instruction-history test.
5385
c60eb31f
DE
53862015-09-28 Doug Evans <dje@google.com>
5387
5388 * gdb.base/gcore.c (array_func): Add reference to static_array.
5389
9a3c8263
SM
53902015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5391
5392 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5393 source line.
5394
9720e656
SL
53952015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5396
5397 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5398 short or char as base type.
5399
938d3bf2
SL
54002015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5401
5402 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5403 to allow any size enum.
5404
e6c2c623
PMR
54052015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5406
5407 * gdb.ada/array_ptr_renaming.exp: New testcase.
5408 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5409 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5410
06da0f77
PL
54112015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5412
5413 * gdb.trace/ftrace-lock.c: New file.
5414 * gdb.trace/ftrace-lock.exp: New file.
5415
4f51c22a
PL
54162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5417
5418 * gdb.arch/insn-reloc.c: New file.
5419 * gdb.arch/ftrace-insn-reloc.exp: New file.
5420
7041adf4
PL
54212015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5422
5423 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5424 instruction.
5425 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5426 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5427 * gdb.trace/range-stepping.c: Likewise.
5428 * gdb.trace/trace-break.c: Likewise.
5429 * gdb.trace/trace-mt.c (thread_function): Likewise.
5430 * gdb.trace/ftrace.c (marker): Likewise.
5431 * gdb.trace/trace-condition.c (marker): Likewise.
5432 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5433 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5434 is_aarch64_target.
5435
015d2e7e
DE
54362015-09-18 Doug Evans <xdje42@gmail.com>
5437
5438 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5439 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5440
26b188a2
SL
54412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5442
5443 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5444 the breakpoint.
5445
79dc332b
SL
54462015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5447
5448 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5449 the pending breakpoint. Remove timeout override for "Run till
5450 MI pending breakpoint on pendfunc3 on thread 2" test.
5451
f57929f2
SL
54522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5453
5454 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5455 filename pattern.
5456
3f469b17
SL
54572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5458
5459 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5460 in breakpoint filename pattern.
5461
515b89b3
SL
54622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5463
7800dbe4
SL
5464 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5465
54662015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5467
515b89b3
SL
5468 * gdb.linespec/explicit.exp: Check for readline support for
5469 tab-completion tests. Fix obvious typo.
5470
d2939ba2
MM
54712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5472
5473 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5474 and replay.
5475
cbb55fa7
MM
54762015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5477
5478 * gdb.btrace/non-stop.c: New.
5479 * gdb.btrace/non-stop.exp: New.
5480
43691ca1
PL
54812015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5482 Yao Qi <yao.qi@linaro.org>
5483
5484 * gdb.trace/trace-condition.c: New file.
5485 * gdb.trace/trace-condition.exp: New file.
5486
d78908cf
WW
54872015-09-16 Wei-cheng Wang <cole945@gmail.com>
5488
5489 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5490 for testing bytecode compilation.
5491
1ed415e2
PA
54922015-09-16 Pedro Alves <palves@redhat.com>
5493 Sandra Loosemore <sandra@codesourcery.com>
5494
5495 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5496 (SECONDS): Redefine.
5497 (main): Call pthread_kill and alarm early.
5498 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5499 support.
5500 (test): If the target can't hardware step and doesn't support
5501 displaced stepping, increase the timeout.
5502
d136eff5
PA
55032015-09-16 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5506 (enable_debug): New procedures.
5507 (test): Use them. Bail out if waiting for threads fails.
5508 (top level): Bail out if a test fails.
5509
991f019c
YQ
55102015-09-16 Yao Qi <yao.qi@linaro.org>
5511
5512 * gdb.asm/asm-source.exp: Set asm-arch for
5513 aarch64*-*-* target.
5514 * gdb.asm/aarch64.inc: New file.
5515
bfca584f
PMR
55162015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5517
5518 * gdb.ada/array_of_variable_length.exp: New testcase.
5519 * gdb.ada/array_of_variable_length/foo.adb: New file.
5520 * gdb.ada/array_of_variable_length/pck.adb: New file.
5521 * gdb.ada/array_of_variable_length/pck.ads: New file.
5522
b326e587
DE
55232015-09-15 Doug Evans <dje@google.com>
5524
5525 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5526 of function static local variable.
5527
5382cfab
PW
55282015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5529
5530 * gdb.threads/tls-so_extern.exp: New test file.
5531 * gdb.threads/tls-so_extern.c: New test file.
5532 * gdb.threads/tls-so_extern_main.c: New test file.
5533
141c5cc4
JK
55342015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5535
5536 * gdb.opt/solib-intra-step-lib.c: New file.
5537 * gdb.opt/solib-intra-step-main.c: New file.
5538 * gdb.opt/solib-intra-step.exp: New file.
5539
d15dcecd
PA
55402015-09-15 Pedro Alves <palves@redhat.com>
5541
5542 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5543 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5544
4c2f2a79
PA
55452015-09-14 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.base/hook-stop-continue.c: Delete.
5548 * gdb.base/hook-stop-continue.exp: Delete.
5549 * gdb.base/hook-stop-frame.c: Delete.
5550 * gdb.base/hook-stop-frame.exp: Delete.
5551 * gdb.base/hook-stop.c: New file.
5552 * gdb.base/hook-stop.exp: New file.
5553
919e6dbe
PMR
55542015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5555
5556 * gdb.ada/access_to_packed_array.exp: New testcase.
5557 * gdb.ada/access_to_packed_array/foo.adb: New file.
5558 * gdb.ada/access_to_packed_array/pack.adb: New file.
5559 * gdb.ada/access_to_packed_array/pack.ads: New file.
5560
157280a4
MM
55612015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5562
5563 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5564 buffer size test.
5565
2fd33e94
DB
55662015-09-11 Don Breazeal <donb@codesourcery.com>
5567
5568 * gdb.base/foll-exec.c: Add copyright header. Fix
5569 formatting issues.
5570 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5571 (do_exec_tests): Use clean_restart in place of zap_session,
5572 and for test initialization. Fix formatting issues. Use
5573 fail in place of perror.
5574 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5575 an expect statement to match an expression with output from
5576 the program under debug.
5577 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5578 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5579 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5580 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5581 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5582
e70b6e8e
DE
55832015-09-09 Doug Evans <dje@google.com>
5584
5585 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5586
7a551a51
DE
55872015-09-09 Doug Evans <dje@google.com>
5588
5589 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5590
4c666f84
DE
55912015-09-09 Doug Evans <dje@google.com>
5592
5593 * gdb.base/savedregs.exp: Fix typo.
5594
243a9253
PA
55952015-09-09 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5598
c0fa8fbd
SL
55992015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5600
5601 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5602 command actually switches threads. Give up on remaining
5603 tests if target fails to stop at breakpoint.
5604
cd7c1778
PMR
56052015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5606
5607 * gdb.ada/funcall_char.exp: New testcase.
5608 * gdb.ada/funcall_char/foo.adb: New file.
5609
dc5c8746
PMR
56102015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5611
5612 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5613 expected outputs. Add two testcases for completing ambiguous
5614 functions.
5615 * gdb.ada/complete/aux_pck.adb: New file.
5616 * gdb.ada/complete/aux_pck.ads: New file.
5617 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5618 Ambiguous_Func functions.
5619 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5620 * gdb.ada/complete/pck.adb: Likewise.
5621
4e83a1e7
UW
56222015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5623
5624 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5625 failures to run the test program under GDB.
5626
8ce74153
LM
56272015-08-26 Luis Machado <lgustavo@codesourcery.com>
5628
5629 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5630 to C.
5631
e9756d52
PP
56322015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5633
5634 * gdb.base/run-after-attach.exp: New test file.
5635 * gdb.base/run-after-attach.c: New test file.
5636
8d37573b
DB
56372015-08-26 Don Breazeal <donb@codesourcery.com>
5638
5639 * gdb.base/foll-exec-2.c: New test program.
5640 * gdb.base/foll-exec-2.exp: New test.
5641
63e43d3a
PMR
56422015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5643
5644 * gdb.base/nested-subp1.exp: New file.
5645 * gdb.base/nested-subp1.c: New file.
5646 * gdb.base/nested-subp2.exp: New file.
5647 * gdb.base/nested-subp2.c: New file.
5648 * gdb.base/nested-subp3.exp: New file.
5649 * gdb.base/nested-subp3.c: New file.
5650
3d40fbb5
PA
56512015-08-24 Pedro Alves <palves@redhat.com>
5652
5653 * gdb.server/connect-without-multi-process.c: New file.
5654 * gdb.server/connect-without-multi-process.exp: New file.
5655
4422ac93
LM
56562015-08-24 Luis Machado <lgustavo@codesourcery.com>
5657
5658 * gdb.opt/inline-markers.c: Make z int.
5659
91dddb86
LM
56602015-08-24 Luis Machado <lgustavo@codesourcery.com>
5661
5662 * gdb.opt/inline-markers.c: Make z volatile.
5663
a48847ee
LM
56642015-08-24 Luis Machado <lgustavo@codesourcery.com>
5665
5666 * gdb.opt/inline-bt.c: New volatile global z.
5667 * gdb.opt/inline-cmds.c: Likewise.
5668 * gdb.opt/inline-locals.c: Likewise.
5669 * gdb.opt/inline-markers.c: New extern global z.
5670 (marker): Use z.
5671 (inline_fn): Likewise.
5672
0ebbc52b
PA
56732015-08-24 Pedro Alves <palves@redhat.com>
5674
5675 * config/m32r-stub.exp: Remove file.
5676 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5677 * gdb.base/call-rt-st.exp: Likewise.
5678 * gdb.base/call-strs.exp: Likewise.
5679 * gdb.base/default.exp: Remove references to h8300-*-hms and
5680 *-*-udi*.
5681 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5682
77c365df
AA
56832015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5684
5685 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5686 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5687 and "return" use KFAIL when GDB can not read/write the vector
5688 return value.
5689
4313b8c0
GB
56902015-08-21 Gary Benson <gbenson@redhat.com>
5691
5692 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5693
0e433b32
PA
56942015-08-20 Pedro Alves <palves@redhat.com>
5695
5696 * gdb.server/solib-list.exp: No longer expect an interior stop in
5697 non-stop mode.
5698
221e1a37
PA
56992015-08-20 Pedro Alves <palves@redhat.com>
5700
5701 * gdb.server/connect-stopped-target.c: New file.
5702 * gdb.server/connect-stopped-target.exp: New file.
5703
40e3ad0e
PA
57042015-08-20 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.dwarf2/comp-unit-lang.exp: New file.
5707 * gdb.dwarf2/comp-unit-lang.c: New file.
5708
af39b327
PMR
57092015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5710
5711 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5712 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5713
7d45c7c3 57142015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5715
7d45c7c3
KB
5716 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5717 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5718
4d6cceb4
DE
57192015-08-18 Doug Evans <dje@google.com>
5720 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5721
5722 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5723 skip_python_tests. New arg prompt_regexp.
5724 (skip_python_tests): New function.
5725 * lib/mi-support.exp (mi_skip_python_tests): New function.
5726 * gdb.python/py-mi-objfile-gdb.py: New file.
5727 * gdb.python/py-mi-objfile.c: New file.
5728 * gdb.python/py-mi-objfile.exp: New file.
5729
ad89c2aa
KS
57302015-08-17 Keith Seitz <keiths@redhat.com>
5731
5732 * gdb.linespec/explicit.exp: Move strace test from here ...
5733 * gdb.trace/strace.exp: ... to here.
5734
e3ae3c43
PP
57352015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5736
5737 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5738 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5739
604b2636
DE
57402015-08-14 Doug Evans <xdje42@gmail.com>
5741
5742 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5743 inferior before selecting a new file.
5744
6ff0ba5f
DE
57452015-08-14 Doug Evans <xdje42@gmail.com>
5746
5747 * gdb.mi/mi-disassemble.exp: Update.
5748 * gdb.base/disasm-optim.S: New file.
5749 * gdb.base/disasm-optim.c: New file.
5750 * gdb.base/disasm-optim.h: New file.
5751 * gdb.base/disasm-optim.exp: New file.
5752
9ca98f92
KS
57532015-08-14 Keith Seitz <keiths@redhat.com>
5754
5755 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5756 "evaluated-by".
5757
52bbc560
JB
57582015-08-13 Joel Brobecker <brobecker@adacore.com>
5759
5760 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5761
5d8c3ed3
PMR
57622015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5763
5764 * gdb.ada/fun_renaming.exp: New testcase.
5765 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5766 * gdb.ada/fun_renaming/pack.adb: New file.
5767 * gdb.ada/fun_renaming/pack.ads: New file.
5768
ea8812bc
KS
57692015-08-12 Keith Seitz <keiths@redhat.com>
5770
5771 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5772 gdb_get_line_number.
5773
4dafcdeb
JB
57742015-08-12 Joel Brobecker <brobecker@adacore.com>
5775
5776 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5777 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5778 gdb.base/dso2dso.exp: New files.
5779
5ba32597
SDJ
57802015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5781 Pedro Alves <palves@redhat.com>
5782 Keith Seitz <keiths@redhat.com>
5783
5784 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5785 GDBFLAGS.
5786
b6dafabf
PP
57872015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5788
5789 * gdb.base/gdbhistsize-history.exp
5790 (test_histsize_history_setting): Use save_vars.
5791 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5792 Use save_vars.
5793 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5794 * gdb.base/readline.exp: Use save_vars.
5795
abe8e607
PP
57962015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5797
5798 * lib/gdb.exp (save_vars): New proc.
5799
629500fa
KS
58002015-08-11 Keith Seitz <keiths@redhat.com>
5801
5802 * gdb.base/help.exp: Update help_breakpoint_text.
5803
eb8c4e2e
KS
58042015-08-11 Keith Seitz <keiths@redhat.com>
5805
5806 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5807 (at toplevel): Call test_explicit_breakpoints.
5808 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5809 breakpoints.
5810 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5811 breakpoint conditions, "-cond".
5812
87f0e720
KS
58132015-08-11 Keith Seitz <keiths@redhat.com>
5814
5815 * gdb.linespec/3explicit.c: New file.
5816 * gdb.linespec/cpexplicit.cc: New file.
5817 * gdb.linespec/cpexplicit.exp: New file.
5818 * gdb.linespec/explicit.c: New file.
5819 * gdb.linespec/explicit.exp: New file.
5820 * gdb.linespec/explicit2.c: New file.
5821 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5822 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5823 before using in the matching pattern.
5824 Clarify that `prefix' is a regular expression.
5825
f00aae0f
KS
58262015-08-11 Keith Seitz <keiths@redhat.com>
5827
5828 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5829 test.
5830 Add tests for missing ",FMT" and ",".
5831
e27852be
DE
58322015-08-10 Doug Evans <dje@google.com>
5833 Keith Seitz <keiths@redhat.com>
5834
5835 PR gdb/17960
5836 * gdb.base/completion.exp: Add location completer tests.
5837
7f03bd92
PA
58382015-08-07 Pedro Alves <palves@redhat.com>
5839
5840 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5841 tests here.
5842 (top level): Run do_test with and without displaced stepping.
5843
3fc8eb30
PA
58442015-08-07 Pedro Alves <palves@redhat.com>
5845
5846 * gdb.base/valgrind-disp-step.c: New file.
5847 * gdb.base/valgrind-disp-step.exp: New file.
5848
d4569d7b
PA
58492015-08-07 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5852 Delete function.
5853 (main): Add alarm. Run an infinite loop instead of calling
5854 wait_threads.
5855 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5856 comment.
5857 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5858 Delete function.
5859 (main): Add alarm. Run an infinite loop instead of calling
5860 wait_threads.
5861 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5862 comment.
5863
e1316e60
PA
58642015-08-07 Pedro Alves <palves@redhat.com>
5865
5866 * gdb.base/checkpoint-ns.exp: New file.
5867 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5868 standard_testfile.
5869
da8c46d2
MM
58702015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5871
5872 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5873 * gdb.btrace/instruction_history.exp: Update.
5874 * gdb.btrace/tsx.exp: New.
5875 * gdb.btrace/tsx.c: New.
5876
de1c2c52
PA
58772015-08-06 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5880 increase timeout.
5881 * gdb.reverse/until-precsave.exp: Bump timeouts.
5882
782e0bf4
PA
58832015-08-06 Pedro Alves <palves@redhat.com>
5884
5885 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5886
83e97ed0
PA
58872015-08-06 Pedro Alves <palves@redhat.com>
5888
5889 PR gdb/18749
5890 * gdb.threads/process-dies-while-handling-bp.c: New file.
5891 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5892
863d01bd
PA
58932015-08-06 Pedro Alves <palves@redhat.com>
5894
5895 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5896 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5897
0a39bb32
PA
58982015-08-05 Pedro Alves <palves@redhat.com>
5899
5900 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5901 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5902
ee2d2b10
SL
59032015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5904
5905 * gdb.base/bp-permanent.exp: Report test as unsupported if
5906 the target cannot stop at the permanent breakpoint.
5907
4e1bdb00
DE
59082015-08-03 Doug Evans <dje@google.com>
5909
5910 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5911 10000.
5912
3d338901
DE
59132015-08-03 Doug Evans <dje@google.com>
5914
5915 * Makefile.in (workers/%.worker, build-perf): New rule.
5916 (GDB_PERFTEST_MODE): New variable.
5917 (check-perf): Use it.
5918 (clean): Clean up gdb.perf parallel build subdirs.
5919 * lib/build-piece.exp: New file.
5920 * lib/gdb.exp (make_gdb_parallel_path): New function
5921 (standard_output_file, standard_temp_file): Call it.
5922 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5923 of $GDB_PARALLEL.
5924 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5925
af061d3e
DE
59262015-08-03 Doug Evans <dje@google.com>
5927
8e1afc81 5928 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5929 (LOG_FILE_NAME): New global.
5930 (TextReporter.__init__): Initialize self.txt_sum.
5931 (TextReporter.report): Add support for multiple data-points.
5932 Move report to perftest.sum, put raw data in perftest.log.
5933 (TextReporter.start): Open sum and log files.
5934 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5935 * gdb.perf/lib/perftest/testresult.py
5936 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5937
2c8c5d37
PA
59382015-07-31 Pedro Alves <palves@redhat.com>
5939
5940 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5941 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5942 kill_wait_spawned_process instead of explicit "kill -9".
5943 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5944 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5945 kill_wait_spawned_process.
5946 * gdb.base/attach-twice.exp: Likewise.
5947 * gdb.base/attach.exp: Likewise.
5948 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5949 gdb_test_multiple.
5950 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5951 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5952 kill_wait_spawned_process.
5953 * gdb.base/valgrind-infcall.exp: Likewise.
5954 * gdb.multi/multi-attach.exp: Likewise.
5955 * gdb.python/py-prompt.exp: Likewise.
5956 * gdb.python/py-sync-interp.exp: Likewise.
5957 * gdb.server/ext-attach.exp: Likewise.
5958 * gdb.threads/attach-into-signal.exp (corefunc): Use
5959 spawn_wait_for_attach, spawn_id_get_pid and
5960 kill_wait_spawned_process.
5961 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5962 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5963 spawn_id_get_pid and kill_wait_spawned_process.
5964 * gdb.threads/attach-stopped.exp (corefunc): Use
5965 spawn_wait_for_attach, spawn_id_get_pid and
5966 kill_wait_spawned_process.
5967 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5968 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5969 kill_wait_spawned_process instead of explicit "kill -9".
5970 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5971 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5972 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5973 processes. Don't map cygwin/windows pids here. Now returns a
5974 spawn id list.
5975
032a0fca
SL
59762015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5977
5978 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5979 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5980 correct patch.
5981
61a934ca
SL
59822015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5983
5984 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5985
4bc4d428
SL
59862015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5987
5988 Reapply:
5989 2014-05-21 Mark Wielaard <mjw@redhat.com>
5990
5991 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5992
998d452a
PA
59932015-07-30 Pedro Alves <palves@redhat.com>
5994
5995 * linux-low.c (handle_extended_wait): Set the child's last
5996 reported status to TARGET_WAITKIND_STOPPED.
5997
69dde7dc
PA
59982015-07-30 Pedro Alves <palves@redhat.com>
5999
6000 PR threads/18600
6001 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6002 only shows inferior 1.
6003
4dd63d48
PA
60042015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6005 Pedro Alves <palves@redhat.com>
6006
6007 PR threads/18600
6008 * gdb.threads/fork-plus-threads.c: New file.
6009 * gdb.threads/fork-plus-threads.exp: New file.
6010
d618e4c5
PP
60112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6012
6013 * gdb.base/batch-preserve-term-settings.exp
6014 (test_terminal_settings_preserved_after_cli_exit): Use
6015 send_quit_command.
6016
1eef6428
PA
60172015-07-29 Pedro Alves <palves@redhat.com>
6018 Don Breazeal <donb@codesourcery.com>
6019
6020 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6021 output from both inferior_spawn_id and gdb_spawn_id.
6022
7da5b897
SDJ
60232015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6024
6025 * gdb.threads/attach-into-signal.exp (corefunc): Use
6026 with_test_prefix on nested loops, uniquefying the test messages.
6027
dac804df
SDJ
60282015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6029
6030 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6031 commit.
6032
06265e53
PP
60332015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6034
6035 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6036 New proc.
6037 (test_terminal_settings_preserved_after_sigterm): New test.
6038
18206ca3
PP
60392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6040
6041 * gdb.base/batch-preserve-term-settings.exp
6042 (test_terminal_settings_preserved_after_cli_exit): New test.
6043
90074d11
PP
60442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6045
6046 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6047 manipulation of saved_gdbflags.
6048 (test_terminal_settings_preserved): Remove global declaration of
6049 the unused variable pagination_prompt. Remove manipulation of
6050 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6051 GDBFLAGS.
6052
eb1a7902
PA
60532015-07-29 Pedro Alves <palves@redhat.com>
6054
6055 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6056
8b75dd3b
PA
60572015-07-29 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6060 at the top.
6061
dedad4e3
PA
60622015-07-29 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6065 (main): Call gdb_unbuffer_output.
6066 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6067 (main): Call gdb_unbuffer_output.
6068 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6069 (main): Call gdb_unbuffer_output.
6070 * gdb.base/call-strs.exp: Adjust to step over the
6071 gdb_unbuffer_output call.
6072 * gdb.base/catch-gdb-caused-signals.c: Include
6073 "../lib/unbuffer_output.c".
6074 (main): Call gdb_unbuffer_output.
6075 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6076 (main): Call gdb_unbuffer_output.
6077 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6078 (main): Call gdb_unbuffer_output.
6079 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6080 (main): Call gdb_unbuffer_output.
6081 * gdb.base/shlib-call.exp: Adjust to step over the
6082 gdb_unbuffer_output call.
6083 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6084 (main): Call gdb_unbuffer_output.
6085 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6086 (main): Call gdb_unbuffer_output.
6087 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6088 (main): Rename to ...
6089 (test): ... this.
6090 (main): Reimplement.
6091 * gdb.base/varargs.exp: Run to test instead of to main.
6092 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6093 (main): Call gdb_unbuffer_output.
6094
58789a91
PA
60952015-07-29 Pedro Alves <palves@redhat.com>
6096
6097 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6098 factore out from mi_continue_dprintf. For call-style dprintfs,
6099 expect dprintf output out of $inferior_spawn_id.
6100 (mi_continue_dprintf): Use mi_expect_dprintf.
6101 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6102 (main): Call gdb_unbuffer_output.
6103
e8376742
PA
61042015-07-29 Pedro Alves <palves@redhat.com>
6105
6106 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6107 (default_mi_gdb_start): Set inferior_spawn_id instead of
6108 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6109 gdb_spawn_id.
6110 (mi_gdb_test): Always expect inferior output from both
6111 $inferior_spawn_id and $gdb_spawn_id.
6112
08280010
PA
61132015-07-29 Pedro Alves <palves@redhat.com>
6114
6115 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6116 send_inferior and $inferior_spawn_id.
6117
4d30e432
PA
61182015-07-29 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.gdb/complaints.exp (test_initial_complaints)
6121 (test_serial_complaints, test_short_complaints): Use
6122 gdb_test_stdio.
6123 (test_empty_complaint): Handle $inferior_spawn_id !=
6124 $gdb_spawn_id.
6125
0d30a335
PA
61262015-07-29 Pedro Alves <palves@redhat.com>
6127
6128 * gdb.base/varargs.exp: Use gdb_test_stdio.
6129
39413b29
PA
61302015-07-29 Pedro Alves <palves@redhat.com>
6131
6132 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6133
7cb000a9
PA
61342015-07-29 Pedro Alves <palves@redhat.com>
6135
6136 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6137
d7b8ac82
PA
61382015-07-29 Pedro Alves <palves@redhat.com>
6139
6140 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6141 parameter into two new parameters, "inf_result" and "gdb_result".
6142 Expect inferior output and gdb output from $inferior_spawn_id and
6143 $gdb_spawn_id, respectively. Adjust all callers.
6144
789c3a0c
PA
61452015-07-29 Pedro Alves <palves@redhat.com>
6146
6147 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6148 of gdb_test_sequence.
6149
77e760c3
PA
61502015-07-29 Pedro Alves <palves@redhat.com>
6151
6152 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6153 (saw_spurious_output): Expect inferior output from
6154 $inferior_spawn_id. Use gdb_test_stdio.
6155
8396d2cd
PA
61562015-07-29 Pedro Alves <palves@redhat.com>
6157
6158 * gdb.base/dprintf.exp: Use standard_testfile. Change
6159 prepare_for_testing call.
6160 (srcfile): Don't set.
6161 (restart): New procedure.
6162 (test_dprintf): New procecure, use to continue over dprintfs.
6163 (test_call, test_agent): New procedures, tests moved here.
6164 Restart gdb and recreate dprintfs. Adjust expected output.
6165
2051d61f
PA
61662015-07-29 Pedro Alves <palves@redhat.com>
6167
6168 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6169
452397af
PA
61702015-07-29 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6173
8aed9555
PA
61742015-07-29 Pedro Alves <palves@redhat.com>
6175
6176 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6177 gdb_test_stdio.
6178
188a61b4
PA
61792015-07-29 Pedro Alves <palves@redhat.com>
6180
6181 * lib/gdb.exp (gdb_test_stdio): New procedure.
6182
12264a45
PA
61832015-07-29 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6186
23ffc893
PA
61872015-07-29 Pedro Alves <palves@redhat.com>
6188
6189 * gdb.base/call-signal-resume.exp: Remove check for
6190 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6191 * gdb.base/unwindonsignal.exp: Likewise.
6192 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6193 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6194
65566918
PA
61952015-07-29 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.base/siginfo-addr.c (pass): New function.
6198 (handler): Call it iff si_addr is correct.
6199 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6200 Set a breakpoint at "pass" and continue to it.
6201
d60a9221
SDJ
62022015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6203
6204 * gdb.python/py-objfile.exp: Make some tests have unique names.
6205 * gdb.python/py-pp-registration.exp: Likewise.
6206
bde40b8f
PA
62072015-07-28 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6210
13e1dec8
SM
62112015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6212
6213 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6214
da33c9a7
SM
62152015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6216
6217 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6218
077836f7
PP
62192015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6220
6221 * gdb.base/gdb-sigterm-2.exp: New test.
6222
b8cc7b2e
DE
62232015-07-25 Doug Evans <xdje42@gmail.com>
6224
6225 Revert:
6226 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6227 (workers/%.worker, build-perf): New rule.
6228 (GDB_PERFTEST_MODE): New variable.
6229 (check-perf): Use it.
6230 (clean): Clean up gdb.perf parallel build subdirs.
6231 * lib/build-piece.exp: New file.
6232 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6233 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6234 name.
6235 (standard_temp_file): Ditto.
6236 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6237 of $GDB_PARALLEL.
6238
c8bd4544
DE
62392015-07-24 Doug Evans <dje@google.com>
6240
6241 * gdb.perf/lib/perftest/utils.py: New file.
6242 * gdb.perf/gm-hello.cc: New file.
6243 * gdb.perf/gm-pervasive-typedef.cc: New file.
6244 * gdb.perf/gm-pervasive-typedef.h: New file.
6245 * gdb.perf/gm-std.cc: New file.
6246 * gdb.perf/gm-std.h: New file.
6247 * gdb.perf/gm-use-cerr.cc: New file.
6248 * gdb.perf/gm-utils.h: New file.
6249 * gdb.perf/gmonster-null-lookup.py: New file.
6250 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6251 * gdb.perf/gmonster-print-cerr.py: New file.
6252 * gdb.perf/gmonster-ptype-string.py: New file.
6253 * gdb.perf/gmonster-runto-main.py: New file.
6254 * gdb.perf/gmonster-select-file.py: New file.
6255 * gdb.perf/gmonster1-null-lookup.exp: New file.
6256 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6257 * gdb.perf/gmonster1-print-cerr.exp: New file.
6258 * gdb.perf/gmonster1-ptype-string.exp: New file.
6259 * gdb.perf/gmonster1-runto-main.exp: New file.
6260 * gdb.perf/gmonster1-select-file.exp: New file.
6261 * gdb.perf/gmonster1.cc: New file.
6262 * gdb.perf/gmonster1.exp: New file.
6263 * gdb.perf/gmonster2-null-lookup.exp: New file.
6264 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6265 * gdb.perf/gmonster2-print-cerr.exp: New file.
6266 * gdb.perf/gmonster2-ptype-string.exp: New file.
6267 * gdb.perf/gmonster2-runto-main.exp: New file.
6268 * gdb.perf/gmonster2-select-file.exp: New file.
6269 * gdb.perf/gmonster2.cc: New file.
6270 * gdb.perf/gmonster2.exp: New file.
6271
6eab34f3
DE
62722015-07-24 Doug Evans <dje@google.com>
6273
6274 * gdb.perf/README: New file.
6275 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6276 * lib/gen-perf-test.exp: New file.
6277
63738bfd
DE
62782015-07-24 Doug Evans <dje@google.com>
6279
6280 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6281 (PerfTest::startup): New function.
6282 (PerfTest::run): Return result of calling body.
6283 (PerfTest::assemble): Rewrite.
6284 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6285 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6286 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6287 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6288 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6289
7b606f95
DE
62902015-07-24 Doug Evans <dje@google.com>
6291
6292 * lib/gdb.exp (clean_restart): Make executable optional.
6293
a97b16b8
DE
62942015-07-24 Doug Evans <dje@google.com>
6295
6296 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6297 compiler_info references.
6298 * gdb.cp/temargs.exp: Ditto.
6299 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6300 (get_compiler_info): Early exit if already computed. Set compiler_info
6301 to "unknown" if there was a problem.
6302 (test_compiler_info): Add function comment. Call get_compiler_info.
6303
35baa57f
DE
63042015-07-24 Doug Evans <dje@google.com>
6305
6306 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6307 (workers/%.worker, build-perf): New rule.
6308 (GDB_PERFTEST_MODE): New variable.
6309 (check-perf): Use it.
6310 (clean): Clean up gdb.perf parallel build subdirs.
6311 * lib/build-piece.exp: New file.
6312 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6313 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6314 name.
6315 (standard_temp_file): Ditto.
6316 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6317 of $GDB_PARALLEL.
6318
6ebea266
DE
63192015-07-24 Doug Evans <dje@google.com>
6320
6321 * lib/future.exp (gdb_default_target_compile): New option
6322 "early_flags".
6323 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6324 --as-needed.
6325
1e76a7e9
SDJ
63262015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6327
6328 * gdb.base/catch-syscall.exp: Call gdb_exit before
6329 gdb_skip_xml_test.
6330
5068630a
PA
63312015-07-24 Pedro Alves <palves@redhat.com>
6332
6333 * gdb.python/py-events.exp: Accept output between the stop event
6334 and the prompt.
6335 * gdb.python/py-evsignal.exp: Likewise.
6336 * gdb.python/py-evthreads.exp: Likewise.
6337
77598427
PA
63382015-07-24 Pedro Alves <palves@redhat.com>
6339
6340 PR gdb/18717
6341 * gdb.threads/non-ldr-exit.c: New file.
6342 * gdb.threads/non-ldr-exit.exp: New file.
6343
11e6c98f
YQ
63442015-07-24 Yao Qi <yao.qi@linaro.org>
6345
6346 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6347 restarting process.
6348
51aee833
YQ
63492015-07-24 Yao Qi <yao.qi@linaro.org>
6350
6351 * gdb.server/ext-restart.exp: New file.
6352
8cfe207c
YQ
63532015-07-24 Yao Qi <yao.qi@linaro.org>
6354
6355 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6356 argument options.
6357 * gdb.server/ext-wrapper.exp: New file.
6358
cc12ce38
DE
63592015-07-23 Doug Evans <dje@google.com>
6360
6361 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6362 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6363
d0d84780
PMR
63642015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6365
6366 * gdb.ada/var_arr_typedef.exp: New testcase.
6367 * gdb.ada/var_arr_typedef/pack.adb: New file.
6368 * gdb.ada/var_arr_typedef/pack.ads: New file.
6369 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6370
8b558f79
JB
63712015-07-20 Joel Brobecker <brobecker@adacore.com>
6372
6373 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6374
775a3298
JK
63752015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6376
6377 * gdb.arch/i386-biarch-core.exp: Replace istarget
6378 by "complete set gnutarget". Remove expectation for the "core-file"
6379 command.
6380
db1ff28b
JK
63812015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6382
6383 Revert the previous commit:
6384 Tests for validate symbol file using build-id.
6385
0a94970d
JK
63862015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6387
6388 Tests for validate symbol file using build-id.
6389 * gdb.base/solib-mismatch-lib.c: New file.
6390 * gdb.base/solib-mismatch-libmod.c: New file.
6391 * gdb.base/solib-mismatch.c: New file.
6392 * gdb.base/solib-mismatch.exp: New file.
6393
03346981
SL
63942015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6395
6396 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6397 nios2-*-linux*.
6398 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6399 * gdb.base/siginfo.exp: Likewise.
6400 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6401
42422cc7
PL
64022015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6403
6404 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6405 Move it to ...
6406 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6407 ... here.
6408 * gdb.trace/range-stepping.exp: Check that the target supports
6409 range stepping.
6410
cfa68bae
JK
64112015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6412
6413 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6414
8ffdba26
PA
64152015-07-14 Pedro Alves <palves@redhat.com>
6416
6417 * gdb.base/killed-outside.exp: New file.
6418 * gdb.base/killed-outside.c: New file.
6419
218a5a11
JK
64202015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6421
6422 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6423 (n at main): New.
6424 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6425
e03ed3c6
AA
64262015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6427
6428 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6429 infcall tests instead of setting up for KFAIL.
6430
485668e5
MM
64312015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6432
6433 * gdb.btrace/record_goto-step.exp: New.
6434
08464196
JK
64352015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6436
6437 PR compile/18484
6438 * gdb.compile/compile.c (struct struct_type): Add volatile to
6439 selffield's type.
6440 * gdb.compile/compile.exp
6441 (compile code struct_object.selffield = &struct_object): Skip further
6442 struct_object tests if this one xfails.
6443
bcf5c1d9
RC
64442015-07-08 Robert O'Callahan <robert@ocallahan.org>
6445
6446 PR exp/18617
6447 * gdb.trace/ax.exp: Add test.
6448
4931af25
YQ
64492015-07-07 Yao Qi <yao.qi@linaro.org>
6450
6451 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6452 instead of istarget "aarch64*-*-*".
6453 * gdb.arch/aarch64-fp.exp: Likewise.
6454 * gdb.base/float.exp: Likewise.
6455 * gdb.reverse/aarch64.exp: Likewise.
6456 * lib/gdb.exp (is_aarch64_target): New proc.
6457
9fcf688e
YQ
64582015-07-07 Yao Qi <yao.qi@linaro.org>
6459
6460 * lib/gdb.exp (is_aarch32_target): New proc.
6461 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6462 instead of "istarget "arm*-*-*"".
6463 * gdb.arch/arm-disp-step.exp: Likewise.
6464 * gdb.arch/thumb-bx-pc.exp: Likewise.
6465 * gdb.arch/thumb-prologue.exp: Likewise.
6466 * gdb.arch/thumb-singlestep.exp: Likewise.
6467 * gdb.base/disp-step-syscall.exp: Likewise.
6468 * gdb.base/float.exp: Likewise.
6469
fbd8d50d
YQ
64702015-07-07 Yao Qi <yao.qi@linaro.org>
6471
6472 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6473 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6474
71be1fdc
YQ
64752015-07-07 Yao Qi <yao.qi@linaro.org>
6476
6477 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6478 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6479 if it exists.
6480 * gdb.multi/multi-arch.exp: Likewise.
6481
3e221d36
SM
64822015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6483
6484 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6485 print.
6486
d441430b
YQ
64872015-07-07 Yao Qi <yao.qi@linaro.org>
6488
6489 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6490
06f810bd
MG
64912015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6492
6493 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6494 '[' and ']' characters.
6495
5e61e7c0
IB
64962015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6497
6498 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6499
28bf096c
PA
65002015-06-29 Pedro Alves <palves@redhat.com>
6501
6502 PR threads/18127
6503 * gdb.threads/hand-call-new-thread.c: New file.
6504 * gdb.threads/hand-call-new-thread.c: New file.
6505
ee93cd5e
KS
65062015-06-26 Keith Seitz <keiths@redhat.com>
6507 Doug Evans <dje@google.com>
6508
6509 PR 16253
6510 * gdb.cp/var-tag-2.cc: New file.
6511 * gdb.cp/var-tag-3.cc: New file.
6512 * gdb.cp/var-tag-4.cc: New file.
6513 * gdb.cp/var-tag.cc: New file.
6514 * gdb.cp/var-tag.exp: New file.
6515
fc637f04
PP
65162015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6517
6518 * gdb.base/history-duplicates.exp: New test.
6519
2e52ae68
PP
65202015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6521
6522 * gdb.base/completion.exp: Test the completion of the "focus"
6523 command.
6524
6e22494e
JK
65252015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6526
6527 * gdb.arch/amd64-prologue-skip.S: New file.
6528 * gdb.arch/amd64-prologue-skip.exp: New file.
6529
bf7b9cd9
SM
65302015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6531
6532 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6533 is_address_zero_readable check.
6534
201e8dfd
PB
65352015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6536
6537 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6538 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6539
5cd867b4
YQ
65402015-06-24 Yao Qi <yao.qi@linaro.org>
6541
6542 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6543 linux targets.
6544
4d7be007
YQ
65452015-06-24 Yao Qi <yao.qi@linaro.org>
6546
6547 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6548 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6549 * gdb.base/siginfo-thread.exp: Likewise.
6550
07fcd301
YQ
65512015-06-22 Yao Qi <yao.qi@linaro.org>
6552
6553 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6554
52042a00
YQ
65552015-06-22 Yao Qi <yao.qi@linaro.org>
6556
6557 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6558 aarch64*-*-*.
6559 (skip_hw_watchpoint_tests): Likewise.
6560
74bd41ce
PP
65612015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6562
6563 * gdb.base/gdbinit-history.exp: Test the interaction between
6564 setting GDBHISTSIZE and setting the history size via .gdbinit.
6565
bc460514
PP
65662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6567
6568 PR gdb/16999
6569 * gdb.base/gdbhistsize-history.exp: New test.
6570
b58c513b
PP
65712015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6572
6573 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6574 with GDBHISTSIZE.
6575 * gdb.base/readline.exp: Likewise.
6576
92046791
YQ
65772015-06-17 Yao Qi <yao.qi@linaro.org>
6578
6579 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6580 line.
6581
2093d2d3
PP
65822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6583
6584 * gdb.base/gdbinit-history.exp: Add test case to check that
6585 an unlimited history file does not get truncated on exit.
6586
e6c693af
AA
65872015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6588
6589 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6590 (VECTOR): New macro. Use it...
6591 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6592 ...for these typedefs.
6593 (int8, char1, int1, double1): New typedefs.
6594 (struct just_int2, struct two_int2): New structures.
6595 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6596 (add_structvecs, add_singlevecs): New functions.
6597 (main): Call add_some_intvecs twice.
6598 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6599 the compile and exit upon failure. Try compiling for the "native"
6600 architecture. Test inferior function calls with vector arguments
6601 and vector return value handling with "finish" and "return".
6602
c74f7d1c
JT
66032015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6604
6605 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6606 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6607 PE file.
6608 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6609
98aa42ee
AT
66102015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6611
6612 PR breakpoints/16465
6613 * gdb.mi/mi-dprintf-pending.c: New file.
6614 * gdb.mi/mi-dprintf-pending.exp: New test.
6615 * gdb.mi/mi-dprintf-pendshr.c: New file.
6616
7d73c23c 66172015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6618 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6619
6620 * gdb.arch/i386-mpx-map.c: New file.
6621 * gdb.arch/i386-mpx-map.exp: New File.
6622
66232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6624
6625 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6626 * gdb.arch/i386-mpx.exp: Indentation fixed.
6627
66282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6629
6630 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6631 function and improved indentation.
6632 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6633 gdb_test_multiple. Added additional tests to skip the test.
6634
66352015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6636
6637 * gdb.arch/i386-avx512.c: Change path in include file.
6638 * gdb.arch/i386-avx512.exp: Change include dir path
6639 compilation flag.
6640 * gdb.arch/i386-mpx.c: Change path in include file.
6641 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6642 flag.
6643
d5eba19a
JK
66442015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6645
6646 * gdb.compile/compile-print.exp (compile print *vararray@3)
6647 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6648
7f361056
JK
66492015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6650
6651 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6652 (do not keep jit in memory): ... this.
6653 (expect 5): Change it to ...
6654 (expect no 5): ... this.
6655
3b462ec2
SM
66562015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6657
6658 PR gdb/15564
6659 * gdb.mi/mi-detach.exp: New file.
6660
e0619de6
JK
66612015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6662
6663 PR symtab/18392
6664 * gdb.arch/amd64-tailcall-self.S: New file.
6665 * gdb.arch/amd64-tailcall-self.c: New file.
6666 * gdb.arch/amd64-tailcall-self.exp: New file.
6667
e970cb34
DB
66682015-05-28 Don Breazeal <donb@codesourcery.com>
6669
6670 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6671 tests for remote targets by checking is_target_gdbserver.
6672
b2e2f908
DE
66732015-05-27 Doug Evans <dje@google.com>
6674
6675 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6676 * gdb.dwarf2/opaque-type-lookup.c: New file.
6677 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6678
82c7be31
DE
66792015-05-26 Doug Evans <dje@google.com>
6680
6681 * gdb.cp/iostream.cc: New file.
6682 * gdb.cp/iostream.exp: New file.
6683
b4f54984
DE
66842015-05-26 Doug Evans <dje@google.com>
6685
6686 * gdb.dwarf2/dw2-op-call.exp: Update.
6687 * gdb.dwarf2/dw4-sig-types.exp: Update.
6688 * gdb.dwarf2/implptr.exp: Update.
6689 * gdb.mi/mi-cmd-param-changed.exp: Update.
6690
4ea6efe9
DE
66912015-05-26 Doug Evans <dje@google.com>
6692
6693 * gdb.python/py-lazy-string.c: New file.
6694 * gdb.python/py-lazy-string.exp: New file.
6695 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6696 (main): Update. Add estring3.
6697 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6698 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6699
f6bb7db3
YQ
67002015-05-26 Omair Javaid <omair.javaid@linaro.org>
6701 Yao Qi <yao.qi@linaro.org>
6702
6703 * gdb.reverse/aarch64.c: New.
6704 * gdb.reverse/aarch64.exp: New.
6705
a81bfbd0
OJ
67062015-05-26 Omair Javaid <omair.javaid@linaro.org>
6707
25d49b86
PA
6708 * lib/gdb.exp (supports_process_record): Return true for
6709 aarch64*-linux*.
a81bfbd0
OJ
6710 (supports_reverse): Likewise.
6711
158bf1b4
PP
67122015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6713
6714 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6715 Use with_test_prefix.
6716
a0145030
AB
67172015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6718
6719 * gdb.base/completion.exp: Add test for completion of layout
6720 names.
6721
ebe3b578
AB
67222015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6723
6724 * lib/gdb.exp (skip_tui_tests): New proc.
6725 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6726
84204ed7
PA
67272015-05-19 Pedro Alves <palves@redhat.com>
6728
6729 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6730 Save the whole env array instead of just HOME. Unset HISTSIZE in
6731 the environment while testing. Restore whole environment
6732 afterwards.
6733
37442ce1
DE
67342015-05-16 Doug Evans <xdje42@gmail.com>
6735
6736 * gdb.guile/scm-ports.c: New file.
6737 * gdb.guile/scm-ports.exp: Add memory port tests.
6738
36de76f9
JK
67392015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6740
6741 * gdb.compile/compile-print.c: New file.
6742 * gdb.compile/compile-print.exp: New file.
6743
3a9558c4
JK
67442015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6745
6746 * gdb.compile/compile-ops.exp: Cast param to void.
6747 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6748 (compile code struct_object.selffield = &struct_object): Add xfail.
6749
aa715135
JG
67502015-05-15 Joel Brobecker <brobecker@adacore.com>
6751
6752 * gdb.ada/arr_enum_with_gap: New testcase.
6753
931e5bc3
JG
67542015-05-15 Joel Brobecker <brobecker@adacore.com>
6755
6756 * gdb.ada/byte_packed_arr: New testcase.
6757
9cd4d857
JB
67582015-05-15 Joel Brobecker <brobecker@adacore.com>
6759
6760 * gdb.ada/pckd_neg: New testcase.
6761
ebfd00d2
PP
67622015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6763
6764 PR gdb/17820
6765 * gdb.base/gdbinit-history.exp: New test.
6766 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6767 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6768
4c082a81
SC
67692015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6770
6771 * gdb.python/py-xmethods.cc: Enhance test case.
6772 * gdb.python/py-xmethods.exp: New tests.
6773 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6774 function.
6775 (B_indexoper): Likewise.
6776 (global_dm_list) : Add new xmethod worker functions.
6777
f7797074
SDJ
67782015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6779
6780 * gdb.base/coredump-filter.exp: Correctly unset
6781 "coredump_var_addr" array.
6782
a4674e4e
PA
67832015-05-08 Pedro Alves <palves@redhat.com>
6784
6785 * gdb.server/non-existing-program.exp: Unset spawn_id.
6786
df2eb078
SC
67872015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6788
6789 PR python/18291
6790 * gdb.python/py-xmethods.exp: Add tests.
6791
422349a3
YQ
67922015-05-08 Yao Qi <yao.qi@linaro.org>
6793
6794 PR gdb/18208
6795 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6796 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6797 function set_coredump_filter, and remove remote_exec call.
6798 Remove argument ipid. Callers update.
6799 (top level): Don't get inferior's PID.
6800
63fc80ce
AA
68012015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6802
6803 * gdb.base/watch_thread_num.exp: Skip test on targets without
6804 access watchpoints.
6805
80ad801e
PA
68062015-05-06 Pedro Alves <palves@redhat.com>
6807
6808 PR server/18081
6809 * gdb.server/non-existing-program.exp: New file.
6810
0fa7fe50
JB
68112015-05-05 Joel Brobecker <brobecker@adacore.com>
6812
6813 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6814
3ea89b92
PMR
68152015-05-05 Joel Brobecker <brobecker@adacore.com>
6816
6817 * gdb.ada/out_of_line_in_inlined: New testcase.
6818
87b8eff0
JB
68192015-05-05 Joel Brobecker <brobecker@adacore.com>
6820
6821 * gdb.ada/var_rec_arr: New testcase.
6822
5fccc635
YQ
68232015-04-30 Yao Qi <yao.qi@linaro.org>
6824
6825 * gdb.base/break-idempotent.exp: If
6826 skip_hw_watchpoint_multi_tests returns true, skip the tests
6827 on "rwatch" and "awatch".
6828
42d38f42
YQ
68292015-04-30 Yao Qi <yao.qi@linaro.org>
6830
6831 * gdb.base/relativedebug.exp: Invoke gdb command
6832 "info sharedlibrary", and if libc.so doesn't have debug info,
6833 skip the test.
6834
2ce1cdbf
DE
68352015-04-29 Doug Evans <dje@google.com>
6836
6837 * gdb.python/py-xmethods.exp: Add ptype tests.
6838 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6839 get_result_type method.
6840
f24a38c5
LM
68412015-04-29 Luis Machado <lgustavo@codesourcery.com>
6842
6843 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6844 the target does not support hardware watchpoints.
6845
ecbf2b3c
LM
68462015-04-29 Luis Machado <lgustavo@codesourcery.com>
6847
6848 * gdb.base/break-always.exp: Abort testing if writing to memory
6849 causes an error.
6850
34f5f757
DE
68512015-04-28 Doug Evans <dje@google.com>
6852
6853 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6854 * gdb.python/py-pp-registration.exp: ... here. New file.
6855 * gdb.python/py-pp-registration.c: New file.
6856 * gdb.python/py-pp-registration.py: New file.
6857
69b4374a
DE
68582015-04-28 Doug Evans <dje@google.com>
6859
6860 * gdb.python/py-bad-printers.c: New file.
6861 * gdb.python/py-bad-printers.py: New file.
6862 * gdb.python/py-bad-printers.exp: New file.
6863
59fb7612
SS
68642015-04-28 Sasha Smundak <asmundak@google.com>
6865
6866 * gdb.python/py-type.exp: New test.
6867
2631b16a
AW
68682015-04-28 Andy Wingo <wingo@igalia.com>
6869
6870 * gdb.python/py-parameter.exp:
6871 * gdb.guile/scm-parameter.exp: Escape the path that we are
6872 matching against, as it might contain characters that are special
6873 to regular expressions.
6874
460efde1
JB
68752015-04-27 Joel Brobecker <brobecker@adacore.com>
6876
6877 * gdb.ada/rec_comp: New testcase.
6878
2d369d8e
SDJ
68792015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6880
6881 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6882 before using it.
6883
cf75d6c3
AB
68842015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6885
6886 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6887 new tests for verilog output.
6888
8dbe7ca5
YQ
68892015-04-24 Yao Qi <yao.qi@linaro.org>
6890
6891 * boards/remote-gdbserver-on-localhost.exp: New file.
6892
4ef9fb2f
PA
68932015-04-23 Pedro Alves <palves@redhat.com>
6894
6895 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6896 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6897 "end of file", remove $inferior_spawn_id from the indirect list.
6898
0a803169
PA
68992015-04-23 Pedro Alves <palves@redhat.com>
6900
6901 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6902
749ef8f8
PA
69032015-04-23 Pedro Alves <palves@redhat.com>
6904
6905 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6906 on $any_spawn_id instead of only on $gdb_spawn_id.
6907
8aae4344
PM
69082015-04-21 Pierre Muller <muller@sourceware.org>
6909
6910 PR pascal/17815
6911 * lib/pascal.exp (gpc_compile): Add new option "class".
6912 (fpc_compile): Likewise.
6913 * gdb.pascal/case-insensitive-symbols.pas: New file.
6914 * gdb.pascal/case-insensitive-symbols.exp: New file.
6915
1586c8fb
GB
69162015-04-20 Gary Benson <gbenson@redhat.com>
6917
6918 * gdb.base/attach.exp: Fix three extended remote failures.
6919
1b6e6f5c
GB
69202015-04-17 Gary Benson <gbenson@redhat.com>
6921
6922 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6923 the main executable over the remote protocol.
6924
e797481d
PA
69252015-04-16 Pedro Alves <palves@redhat.com>
6926
6927 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6928 a new gdbserver if gdbserver_reconnect_p is set.
6929
1ca99c42
PA
69302015-04-16 Pedro Alves <palves@redhat.com>
6931
6932 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6933 is set, don't exit gdbserver.
6934
af9fd6f8
AA
69352015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6936
6937 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6938 appropriate .insn, such that an older assembler can be used.
6939 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6940 the z/Architecture instruction set on 31-bit targets as well.
6941
04ff1e61
AA
69422015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6943
6944 * gdb.go/handcall.exp: Remove all logic related to the first
6945 breakpoint and rely on go_runto_main instead.
6946 * gdb.go/strings.exp: Likewise.
6947 * gdb.go/unsafe.exp: Likewise.
6948 * gdb.go/hello.exp: Likewise. Also rename the remaining
6949 breakpoint marker to "breakpoint 1".
6950 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6951 * gdb.go/strings.go: Likewise.
6952 * gdb.go/unsafe.go: Likewise.
6953 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6954 "set breakpoint 2 here" and rename the remaining breakpoint marker
6955 to "breakpoint 1".
6956
40d2f8d6
SM
69572015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6958
6959 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6960 if itertools.imap is not present.
6961 * gdb.python/py-objfile.exp: Add parentheses.
6962 * gdb.python/py-type.exp: Same.
6963 * gdb.python/py-unwind-maint.py: Same.
6964
8cbc97c6
YQ
69652015-04-15 Yao Qi <yao.qi@linaro.org>
6966
6967 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6968 of ":$ptr_size" and set its form explicitly.
6969
45fd756c
YQ
69702015-04-15 Pedro Alves <palves@redhat.com>
6971 Yao Qi <yao.qi@linaro.org>
6972
6973 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6974 timeout by factor of 4.
6975 (test_regular_watch): Likewise.
6976 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6977 * gdb.reverse/sigall-reverse.exp: Likewise.
6978 * gdb.reverse/until-precsave.exp: Likewise.
6979 * lib/gdb.exp (with_timeout_factor): New proc.
6980 (gdb_expect): Move some code to ...
6981 (get_largest_timeout): ... here. New procedure.
6982
9e811bc3
LM
69832015-04-14 Luis Machado <lgustavo@codesourcery.com>
6984
6985 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6986
0ff6fcb2
LM
69872015-04-13 Luis Machado <lgustavo@codesourcery.com>
6988
6989 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6990 to write to the .text section.
6991
7578d5f7
LM
69922015-04-13 Luis Machado <lgustavo@codesourcery.com>
6993
6994 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6995 Handle the case of targets that do not provide PID information.
6996
2efe15c4
YQ
69972015-04-13 Yao Qi <yao.qi@linaro.org>
6998
6999 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7000 and use expect instead of gdb_expect.
7001
8cd8f2f8
SDJ
70022015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7003
7004 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7005 "coredump_var_addr" to avoid naming conflict with other testcases.
7006
9ee41772
PA
70072015-04-10 Pedro Alves <palves@redhat.com>
7008
7009 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7010 gdb_test_sequence and gdb_assert.
7011
07473109
PA
70122015-04-10 Pedro Alves <palves@redhat.com>
7013
7014 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7015 test messages that don't include the breakpoint address.
7016
de3db44c
YQ
70172015-04-10 Yao Qi <yao.qi@linaro.org>
7018
7019 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7020 false for some offset and width combinations which aren't
7021 supported by linux kernel.
7022
c79d856c
PA
70232015-04-10 Pedro Alves <palves@redhat.com>
7024
7025 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7026 procedure, factored out from ...
7027 (top level): ... here. Add "set displaced-stepping" testing axis.
7028 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7029 parameter "displaced". Use it.
7030 (top level): Use foreach and add "set displaced-stepping" testing
7031 axis.
7032
ebc90b50
PA
70332015-04-10 Pedro Alves <palves@redhat.com>
7034
7035 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7036 Remove comment.
7037 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7038 both the address of the instruction that triggers the watchpoint
7039 and the address of the instruction immediately after, and use
7040 those addresses for the test. Fix comment.
7041
8f572e5c
PA
70422015-04-10 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.base/sigstep.exp (breakpoint_to_handler)
7045 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7046 Test "backtrace" in handler.
7047 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7048 (top level): Add new "displaced" test axis to
7049 breakpoint_to_handler, breakpoint_to_handler_entry and
7050 breakpoint_over_handler.
7051
8d707a12
PA
70522015-04-10 Pedro Alves <palves@redhat.com>
7053
7054 PR gdb/18216
7055 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7056
ef713951
YQ
70572015-04-10 Yao Qi <yao.qi@linaro.org>
7058
7059 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7060 (test_add_rn_pc): New function.
7061 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7062 (top level): Invoke test_add_rn_pc.
7063
906d60cf
PA
70642015-04-10 Pedro Alves <palves@redhat.com>
7065
7066 PR gdb/13858
7067 * gdb.base/step-over-no-symbols.exp: New file.
7068
f2983cc3
AW
70692015-04-09 Andy Wingo <wingo@igalia.com>
7070
7071 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7072 after the Python tests.
7073
6d62641c
SDJ
70742015-04-08 Keith Seitz <keiths@redhat.com>
7075
7076 PR python/16699
7077 * gdb.python/py-completion.exp: New tests for completion.
7078 * gdb.python/py-completion.py (CompleteLimit1): New class.
7079 (CompleteLimit2): Likewise.
7080 (CompleteLimit3): Likewise.
7081 (CompleteLimit4): Likewise.
7082 (CompleteLimit5): Likewise.
7083 (CompleteLimit6): Likewise.
7084 (CompleteLimit7): Likewise.
7085
f3770638
PA
70862015-04-08 Pedro Alves <palves@redhat.com>
7087
7088 PR gdb/18214
7089 PR gdb/18216
7090 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7091 function.
7092 (main): Install it as SIGUSR1 handler.
7093 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7094 parameter. Always use "setup" as prefix. Toggle "set
7095 displaced-stepping" off/on depending on global. Don't switch to
7096 thread 1 here.
7097 (top level): Add displaced stepping "off/on" test axis. Update
7098 "setup" calls. Wrap each subtest with with_test_prefix. Test
7099 continuing with a queued signal in each thread.
7100
4496bed7
PA
71012015-04-08 Pedro Alves <palves@redhat.com>
7102
7103 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7104 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7105 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7106 Return early if running to main fails.
7107 * gdb.trace/while-stepping.exp: Likewise.
7108
b97fde92
PA
71092015-04-07 Pedro Alves <palves@redhat.com>
7110
7111 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7112 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7113 interact with inferior program.
7114
f71c18e7
PA
71152015-04-07 Pedro Alves <palves@redhat.com>
7116
7117 * lib/gdb.exp (inferior_spawn_id): New global.
7118 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7119 spawn id after processing the user code.
7120 (default_gdb_start): Set inferior_spawn_id.
7121 (send_inferior): New procedure.
7122 * lib/gdbserver-support.exp (gdbserver_start): Set
7123 inferior_spawn_id.
7124 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7125
6423214f
PA
71262015-04-07 Pedro Alves <palves@redhat.com>
7127
7128 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7129 * lib/gdbserver-support.exp (gdbserver_start): Make
7130 $server_spawn_id global.
7131 (gdbserver_start): Don't wait for gdbserver's spawn id with
7132 expect_background.
7133 (close_gdbserver): New procedure.
7134 (gdb_exit): Rename the default version and reimplement.
7135
71c0ee8c
PA
71362015-04-07 Pedro Alves <palves@redhat.com>
7137
72f4393d 7138 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7139 append the substituted item, not the original item.
7140
203bc29b
PA
71412015-04-07 Pedro Alves <palves@redhat.com>
7142
7143 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7144 gdb_expect.
7145
508a3ddf
PA
71462015-04-07 Pedro Alves <palves@redhat.com>
7147
7148 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7149 output appearing once only.
7150
9f6dbe2b
PA
71512015-04-07 Pedro Alves <palves@redhat.com>
7152
7153 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7154 that doesn't expect anything. Return early if running to main
7155 fails.
7156
337532fa
YQ
71572015-04-07 Yao Qi <yao.qi@linaro.org>
7158
7159 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7160 (child_function): Call alarm.
7161 (main): Move call to alarm into the loop.
7162 * gdb.threads/non-stop-fair-events.exp: Build program with
7163 -DTIMEOUT=$timeout.
7164
01b622d4
DE
71652015-04-06 Doug Evans <xdje42@gmail.com>
7166
7167 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7168 Fix dest parameter to board_info.
7169 (fpc_compile): Ditto.
7170 (gdb_compile_pascal): Rename dest arg to destfile.
7171
961f4160
PMR
71722015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7173
7174 * gdb.ada/funcall_ref.exp: New file.
7175 * gdb.ada/funcall_ref/foo.adb: New file.
7176
cafda597
YQ
71772015-04-02 Yao Qi <yao.qi@linaro.org>
7178
7179 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7180 is remote.
7181
fed040c6
GB
71822015-04-02 Gary Benson <gbenson@redhat.com>
7183
7184 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7185
d11916aa
SS
71862015-04-01 Sasha Smundak <asmundak@google.com>
7187
7188 * gdb.python/py-unwind-maint.c: New file.
7189 * gdb.python/py-unwind-maint.exp: New test.
7190 * gdb.python/py-unwind-maint.py: New file.
7191 * gdb.python/py-unwind.c: New file.
7192 * gdb.python/py-unwind.exp: New test.
7193 * gdb.python/py-unwind.py: New test.
7194
a1471180
PA
71952015-04-01 Pedro Alves <palves@redhat.com>
7196
7197 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7198 to fail instead of non-existent $test.
7199
0bbeccb1
PA
72002015-04-01 Pedro Alves <palves@redhat.com>
7201
7202 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7203 GDBFLAGS if not empty.
7204
3c724c8c
PMR
72052015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7206
7207 * gdb.ada/complete.exp: Remove "multi_line".
7208 * gdb.ada/info_exc.exp: Remove "multi_line".
7209 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7210 * gdb.ada/ptype_field.exp: Remove "multi_line".
7211 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7212 * gdb.ada/tagged.exp: Remove "multi_line".
7213 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7214 [multi_line ...]
7215 * gdb.btrace/delta.exp: Likewise.
7216 * gdb.btrace/exception.exp: Likewise.
7217 * gdb.btrace/function_call_history.exp: Likewise.
7218 * gdb.btrace/instruction_history.exp: Likewise.
7219 * gdb.btrace/nohist.exp: Likewise.
7220 * gdb.btrace/record_goto.exp: Likewise.
7221 * gdb.btrace/segv.exp: Likewise.
7222 * gdb.btrace/stepi.exp: Likewise.
7223 * gdb.btrace/tailcall.exp: Likewise.
7224 * gdb.btrace/unknown_functions.exp: Likewise.
7225 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7226 * lib/gdb.exp: Add the "multi_line" helper.
7227
4eec2deb
PA
72282015-04-01 Pedro Alves <palves@redhat.com>
7229
7230 * gdb.threads/tid-reuse.c: New file.
7231 * gdb.threads/tid-reuse.exp: New file.
7232
df8411da
SDJ
72332015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7234
7235 PR corefiles/16092
7236 * gdb.base/coredump-filter.c: New file.
7237 * gdb.base/coredump-filter.exp: Likewise.
7238
6ef37366
PM
72392015-03-27 Petr Machata <pmachata@redhat.com>
7240
7241 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7242 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7243 (Dwarf::assemble): Initialize them.
7244 (Dwarf::lines): New function.
7245
7ec911b0
JT
72462015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7247
7248 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7249 SYMBOL_PREFIX for x86_64-*-cygwin.
7250
ff908ebf
AW
72512015-03-26 Andy Wingo <wingo@igalia.com>
7252
7253 PR symtab/18148
7254 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7255 const_value but not a location.
7256 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7257 location defined in non-main CUs are visible.
7258
6d5f0679
YQ
72592015-03-26 Yao Qi <yao.qi@linaro.org>
7260
7261 PR testsuite/18139
7262 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7263 Add a line number entry for the same line.
7264 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7265 Add a line number entry for the same line.
7266
2898689b
YQ
72672015-03-26 Yao Qi <yao.qi@linaro.org>
7268
7269 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7270 .int 0.
7271 (func): Likewise. Add .Lfunc_1 label.
7272 Use .Lfunc_1 label.
7273 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7274 .int 0.
7275 (func): Likewise.
7276 Use .Lfunc_1 label.
7277
85180498
YQ
72782015-03-26 Yao Qi <yao.qi@linaro.org>
7279
7280 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7281 Call gdb_compile instead to compile each .s files without debug
7282 information.
7283
8aa08a8d
YQ
72842015-03-26 Yao Qi <yao.qi@linaro.org>
7285
7286 * gdb.base/savedregs.exp (process_saved_regs): Make
7287 "Saved registers:" optional in the pattern.
7288
66849923
MM
72892015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7290
7291 * gdb.btrace/next.exp: Merged into step.exp.
7292 * gdb.btrace/finish.exp: Merged into step.exp.
7293 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7294 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7295 "record goto" and checking the exact replay position.
7296 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7297 check for "Recording format" in "info record" output.
7298 * gdb.btrace/record_goto.exp: Choose test file based on target.
7299 * gdb.btrace/x86-record_goto.S: Renamed into ...
7300 * gdb.btrace/x86_64-record_goto.S: ... this.
7301 * gdb.btrace/i686-record_goto.S: New.
7302 * gdb.btrace/x86-tailcall.S: Renamed into ...
7303 * gdb.btrace/x86_64-tailcall.S: ... this.
7304 * gdb.btrace/i686-tailcall.S: New.
7305 * gdb.btrace/x86-tailcall.c: Renamed into ...
7306 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7307 separate statements. Update test.
7308 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7309 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7310 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7311 * gdb.btrace/tailcall.exp: Choose test file based on target.
7312 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7313
11cc1b74
MM
73142015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7315
7316 * gdb.btrace/exception.exp: Increase BTS buffer size.
7317
a25d8bf9
PA
73182015-03-24 Pedro Alves <palves@redhat.com>
7319
7320 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7321
856e7dd6
PA
73222015-03-24 Pedro Alves <palves@redhat.com>
7323
7324 * gdb.threads/schedlock.exp (test_step): No longer expect that
7325 "set scheduler-locking step" with "next" over a function call runs
7326 threads unlocked.
7327
ad235a41
AT
73282015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7329
7330 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7331
15630549
AT
73322015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7333
7334 PR breakpoints/16466
7335 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7336 * gdb.mi/mi-pending.c (thread_func): New function.
7337 (int main): Add threading support required.
7338 * gdb.mi/mi-pending.exp: Add tests for this issue.
7339 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7340 (pendfunc2): Remove stdio dependency.
7341 * gdb.mi/mi-pendshr2.c: New file.
7342
693dca06
KS
73432015-03-23 Keith Seitz <keiths@redhat.com>
7344
7345 * gdb.linespec/keywords.c: New file.
7346 * gdb.linespec/keywords.exp: New file.
7347
7e993ebf
KS
73482015-03-23 Keith Seitz <keiths@redhat.com>
7349
7350 PR gdb/18021
7351 * gdb.dwarf2/staticvirtual.exp: New test.
7352
bc23328c
JK
73532015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7354
7355 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7356 * README: Remove HP-UX and gdb.hp.
7357 (configuration):
7358 * configure: Regenerate.
7359 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7360 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7361 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7362 gdb.hp/gdb.defects/Makefile.
7363 * gdb.hp/Makefile.in: File deleted.
7364 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7365 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7366 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7367 * gdb.hp/gdb.aCC/run.c: File deleted.
7368 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7369 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7370 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7371 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7372 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7373 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7374 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7375 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7376 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7377 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7378 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7379 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7380 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7381 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7382 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7383 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7384 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7385 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7386 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7387 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7388 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7389 * gdb.hp/gdb.compat/average.c: File deleted.
7390 * gdb.hp/gdb.compat/sum.c: File deleted.
7391 * gdb.hp/gdb.compat/xdb.c: File deleted.
7392 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7393 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7394 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7395 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7396 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7397 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7398 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7399 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7400 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7401 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7402 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7403 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7404 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7405 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7406 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7407 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7408 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7409 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7410 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7411 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7412 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7413 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7414 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7415 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7416 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7417 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7418 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7419 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7420 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7421 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7422 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7423 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7424 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7425 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7426 * gdb.hp/tools/odump: File deleted.
7427
8bf3b159
PA
74282015-03-19 Pedro Alves <palves@redhat.com>
7429
7430 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7431 (saw_thread_3): New globals.
7432 (top level): Increment them when an event for the corresponding
7433 thread is seen.
7434 (no thread starvation): New test.
7435
eb54c8bf
PA
74362015-03-19 Pedro Alves <palves@redhat.com>
7437
7438 * gdb.threads/continue-pending-status.c: New file.
7439 * gdb.threads/continue-pending-status.exp: New file.
7440
32d2e5d6
PA
74412015-03-18 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7444 Use gdb_is_target_remote instead of is_remote. Use
7445 gdb_test_multiple instead of gdb_expect. Exit early if
7446 gdb_test_multiple hits its internal matches. Tighten stepi tests
7447 expected output. Fail on exit with any signal, instead of just
7448 SIGILL.
7449
f68f11b7
YQ
74502015-03-18 Yao Qi <yao.qi@linaro.org>
7451
7452 PR tdep/18107
7453 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7454 variable.
7455 * gdb.base/catch-syscall.exp: Don't skip it on
7456 aarch64*-*-linux* target. Remove elements in all_syscalls.
7457 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7458 target.
7459 (setup_all_syscalls): New proc.
7460
ca5fd19b
YQ
74612015-03-16 Yao Qi <yao.qi@linaro.org>
7462
7463 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7464 (top level): Skip tests if valid_addr_p returns false for
7465 $cmd1 or $cmd2.
7466
85642ba0
AW
74672015-03-11 Andy Wingo <wingo@igalia.com>
7468
7469 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7470
e03f9645
YQ
74712015-03-11 Yao Qi <yao.qi@linaro.org>
7472
7473 * gdb.base/catch-syscall.exp: Fix typo in comments.
7474
5d0962b2
YQ
74752015-03-11 Yao Qi <yao.qi@linaro.org>
7476
7477 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7478
b2df3cef
PA
74792015-03-09 Pedro Alves <palves@redhat.com>
7480
7481 * dg-extract-results.py: Delete.
7482
ef878e53
PA
74832015-03-09 Pedro Alves <palves@redhat.com>
7484
7485 Merge dg-extract-results.sh from GCC upstream (r218843).
7486
7487 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7488 * dg-extract-results.sh: Use --text with grep to avoid issues with
7489 binary files. Fall back to cat -v, if that doesn't work.
7490
9494d219
PA
74912015-03-05 Pedro Alves <palves@redhat.com>
7492
7493 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7494
a8d9763a
SM
74952015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7496
7497 * lib/mi-support.exp (mi_expect_interrupt): Accept
7498 alternative event for when in all-stop mode.
7499
be9957b8
PA
75002015-03-04 Pedro Alves <palves@redhat.com>
7501
7502 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7503
d57be0f4 75042015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7505
7506 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7507
c214c7cf
AA
75082015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7509
7510 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7511 regexps for GDB's current line display, accept a hex address
7512 preceding the line number.
7513
6d74a497
AA
75142015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7515
7516 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7517 the 'arch1' variable for "s390*-linux*" targets.
7518
511aee7c
PA
75192015-03-04 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7522 (main): Pass missing retval argument to pthread_join call.
7523
95e50b27
PA
75242015-03-02 Pedro Alves <palves@redhat.com>
7525
7526 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7527 (top level): Call do_test with non-stop as well.
7528
28054d69
PA
75292015-03-02 Pedro Alves <palves@redhat.com>
7530
7531 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7532 -1.
7533
4fa5d7b4
AA
75342015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7535
7536 * gdb.arch/s390-vregs.exp: New test.
7537 * gdb.arch/s390-vregs.S: New file.
7538
97c18565
PA
75392015-02-27 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7542 call to catch_command_errors.
7543 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7544 catch_command_errors.
7545
a37bfa30
PA
75462015-02-27 Pedro Alves <palves@redhat.com>
7547
7548 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7549 "true" for boolean result.
7550 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7551 prototype of main.
7552
6f98576f
PA
75532015-02-27 Pedro Alves <palves@redhat.com>
7554
7555 * lib/unbuffer_output.c: New file.
7556 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7557 (main): Call gdb_unbuffer_output.
7558
eba5ab56
YQ
75592015-02-27 Yao Qi <yao.qi@linaro.org>
7560
7561 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7562 target.
7563
0def5aaa
DE
75642015-02-26 Doug Evans <dje@google.com>
7565
7566 * gdb.cp/class2.cc (Dbase, D): New classes.
7567 (main): New local delta.
7568 * gdb.cp/class2.exp: Test printing delta.
7569 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7570 (dynbar): New global.
7571 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7572
081a1c2c
JK
75732015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7574
7575 * gdb.compile/compile-ifunc.c: New file.
7576 * gdb.compile/compile-ifunc.exp: New file.
7577
2f41223f
AT
75782015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7579
7580 * gdb.base/structs.exp: Check for correct struct on finish.
7581
03eddd80
YQ
75822015-02-26 Yao Qi <yao.qi@linaro.org>
7583
7584 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7585 is zero.
7586
80c57053
JK
75872015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7588
7589 * gdb.arch/cordic.ko.bz2: New file.
7590 * gdb.arch/cordic.ko.debug.bz2: New file.
7591 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7592
21613c12
YQ
75932015-02-25 Yao Qi <yao.qi@linaro.org>
7594
7595 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7596 aarch64*-*-* target.
7597
d8b901ed
PA
75982015-02-23 Pedro Alves <palves@redhat.com>
7599
7600 * lib/gdb.exp (delete_breakpoints): Rewrite using
7601 gdb_test_multiple.
7602
e5b85ead
PA
76032015-02-23 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.base/info-os.c: Include stdlib.h.
7606
85c3a371
DE
76072015-02-22 Doug Evans <xdje42@gmail.com>
7608
7609 PR symtab/17855
7610 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7611 is read after symbols have been re-read.
7612 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7613 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7614
96553a0c
DE
76152015-02-21 Doug Evans <dje@google.com>
7616
7617 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7618
97a0c697
JK
76192015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7620
7621 PR corefiles/17808
7622 * gdb.arch/i386-biarch-core.core.bz2: New file.
7623 * gdb.arch/i386-biarch-core.exp: New file.
7624
a47cd6e9
PA
76252015-02-21 Pedro Alves <palves@redhat.com>
7626
7627 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7628 runto_main fails.
7629
c5facdc4
PA
76302015-02-20 Pedro Alves <palves@redhat.com>
7631
7632 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7633 info probes.
7634
2db9a427
PA
76352015-02-20 Pedro Alves <palves@redhat.com>
7636
7637 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7638
60fb7e9e
PA
76392015-02-20 Pedro Alves <palves@redhat.com>
7640
7641 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7642 clean_restart before gdb_target_supports_trace.
7643
5c5019c2
PA
76442015-02-20 Pedro Alves <palves@redhat.com>
7645
7646 PR threads/18006
7647 * gdb.threads/clone-thread_db.c: New file.
7648 * gdb.threads/clone-thread_db.exp: New file.
7649
c9587f88
AT
76502015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7651
7652 PR breakpoints/16812
7653 * gdb.base/catch-gdb-caused-signals.c: New file.
7654 * gdb.base/catch-gdb-caused-signals.exp: New file.
7655
f6a88844
JM
76562015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7657
7658 * configure: Regenerated.
7659 * configure.ac: Use GDB_AC_TRANSFORM.
7660 * aclocal.m4: sinclude ../transform.m4.
7661
497c491b
JM
76622015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7663
7664 * lib/dtrace.exp: New file.
7665 * gdb.base/dtrace-probe.exp: Likewise.
7666 * gdb.base/dtrace-probe.d: Likewise.
7667 * gdb.base/dtrace-probe.c: Likewise.
7668 * lib/pdtrace.in: Likewise.
7669 * configure.ac: Output variables with the transformed names of
7670 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7671 * configure: Regenerated.
7672
03e98035
JM
76732015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7674
7675 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7676 expected message when trying to access $_probe_* convenience
7677 variables while not on a probe.
7678
63cc30e9
JK
76792015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7680
7681 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7682
0703599a
PA
76832015-02-11 Pedro Alves <pedro@codesourcery.com>
7684
7685 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7686 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7687
7e60a48e
DE
76882015-02-10 Doug Evans <xdje42@gmail.com>
7689
7690 * lib/gdb.exp (gdb_load): Always return a result.
7691
01b088bc
PA
76922015-02-10 Pedro Alves <palves@redhat.com>
7693
7694 * gdb.threads/signal-sigtrap.c: New file.
7695 * gdb.threads/signal-sigtrap.exp: New file.
7696
b05ec7a5
AT
76972015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7698
7699 * gdb.trace/no-attach-trace.c: New file.
7700 * gdb.trace/no-attach-trace.exp: New file.
7701
a2c2acaf
MW
77022015-02-09 Mark Wielaard <mjw@redhat.com>
7703
7704 * gdb.dwarf2/atomic.c: New file.
7705 * gdb.dwarf2/atomic-type.exp: Likewise.
7706
31fd9caa
MM
77072015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7708
7709 * gdb.btrace/buffer-size.exp: Update "info record" output.
7710 * gdb.btrace/delta.exp: Update "info record" output.
7711 * gdb.btrace/enable.exp: Update "info record" output.
7712 * gdb.btrace/finish.exp: Update "info record" output.
7713 * gdb.btrace/instruction_history.exp: Update "info record" output.
7714 * gdb.btrace/next.exp: Update "info record" output.
7715 * gdb.btrace/nexti.exp: Update "info record" output.
7716 * gdb.btrace/step.exp: Update "info record" output.
7717 * gdb.btrace/stepi.exp: Update "info record" output.
7718 * gdb.btrace/nohist.exp: Update "info record" output.
7719
d33501a5
MM
77202015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7721
7722 * gdb.btrace/buffer-size: New.
7723
f4abbc16
MM
77242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7725
7726 * gdb.btrace/delta.exp: Update "info record" output.
7727 * gdb.btrace/enable.exp: Update "info record" output.
7728 * gdb.btrace/finish.exp: Update "info record" output.
7729 * gdb.btrace/instruction_history.exp: Update "info record" output.
7730 * gdb.btrace/next.exp: Update "info record" output.
7731 * gdb.btrace/nexti.exp: Update "info record" output.
7732 * gdb.btrace/step.exp: Update "info record" output.
7733 * gdb.btrace/stepi.exp: Update "info record" output.
7734 * gdb.btrace/nohist.exp: Update "info record" output.
7735
b9d61307
SM
77362015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7737
7738 PR gdb/15678
7739 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7740
e584fdbc
PA
77412015-02-06 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7744 macro.
7745 (seconds_left, again): New globals.
7746 (main): Wait seconds_left in a 1-second sleep loop instead of
7747 sleeping 180 seconds. If 'again' is set, reset the seconds
7748 counter.
7749 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7750 'again' in the inferior before detaching. Print the seconds left.
7751 (options): New global.
7752 (top level): Build program with -DTIMEOUT=$timeout.
7753
77f41761
PA
77542015-02-06 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7757 determine how many seconds to pass to 'alarm'.
7758 * gdb.base/gdb-sigterm.exp (top level): Build program with
7759 -DTIMEOUT=$timeout.
7760 (do_test): Return success/failure indication. Add more verbose
7761 logging. Don't fail if 200 single steps are seen. Instead, fail
7762 when the test times out.
7763 (passes): New global.
7764 (top level): Break the testing loop if testing fails on any
7765 iteration. Use gdb_assert.
7766
b9394193
DB
77672015-02-04 Don Breazeal <donb@codesourcery.com>
7768
7769 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7770 and initialize them.
7771 (ipc_cleanup): New function.
7772 (main): Don't declare shmid, semid, and msqid. Add a call to
7773 atexit so that we call ipc_cleanup on exit.
7774
42d9e528
PA
77752015-02-04 Pedro Alves <palves@redhat.com>
7776
7777 * boards/native-extended-gdbserver.exp: Remove any target variant
7778 specifications from the board name before clearing the isremote
7779 flag from board_info.
7780
ae6ae975
DE
77812015-01-31 Doug Evans <xdje42@gmail.com>
7782
7783 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7784
cfb069a8
GB
77852015-01-31 Gary Benson <gbenson@redhat.com>
7786
7787 * gdb.base/completion.exp: Disable completion limiting for
7788 existing tests. Add new tests to check completion limiting.
7789 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7790
5dd31d79
DE
77912015-01-31 Doug Evans <xdje42@gmail.com>
7792
7793 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7794
9f050062
DE
77952015-01-31 Doug Evans <xdje42@gmail.com>
7796
7797 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7798 entries. Duplicate file section script entries.
7799 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7800 inlined entries. Add test for safe-path rejection.
7801 * gdb.python/py-section-script.c: Add duplicate inlined section script
7802 entries. Duplicate file section script entries.
7803 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7804 inlined entries. Add test for safe-path rejection.
7805
df25ebbd
JB
78062015-01-29 Joel Brobecker <brobecker@adacore.com>
7807
7808 * gdb.ada/disc_arr_bound: New testcase.
7809
4a0ca9ec
JB
78102015-01-29 Joel Brobecker <brobecker@adacore.com>
7811
7812 * gdb.ada/mi_var_array: New testcase.
7813
3a8b707a
DE
78142015-01-27 Doug Evans <dje@google.com>
7815
7816 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7817 Add test for objfile.filename, objfile.username after objfile
7818 has been unloaded.
7819
f8313f6e
JB
78202015-01-26 Joel Brobecker <brobecker@adacore.com>
7821
7822 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7823 the second test to print the name attribute of value
7824 returned by the call to gdb.lookup_type, and adjust
7825 the expected output accordingly.
7826
37bc665e
MW
78272015-01-25 Mark Wielaard <mjw@redhat.com>
7828
7829 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7830 * gdb.base/disp-step-fork.c: Include unistd.h.
7831 * gdb.base/siginfo-obj.c: Include stdio.h.
7832 * gdb.base/siginfo-thread.c: Likewise.
7833 * gdb.mi/non-stop.c: Include unistd.h.
7834 * gdb.mi/nsthrexec.c: Include stdio.h.
7835 * gdb.mi/pthreads.c: Include unistd.h.
7836 * gdb.modula2/unbounded1.c (main): Declare returns int.
7837 * gdb.reverse/consecutive-reverse.c: Likewise.
7838 * gdb.threads/create-fail.c: Include unistd.h.
7839 * gdb.threads/killed.c: Likewise.
7840 * gdb.threads/linux-dp.c: Likewise.
7841 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7842 * gdb.threads/non-ldr-exc-2.c: Likewise.
7843 * gdb.threads/non-ldr-exc-3.c: Likewise.
7844 * gdb.threads/non-ldr-exc-4.c: Likewise.
7845 * gdb.threads/pthreads.c: Include unistd.h.
7846 (main): Declare returns int.
7847 * gdb.threads/tls-main.c (foo): New declaration.
7848 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7849
f7e5394d
SM
78502015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7851
7852 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7853 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7854
743649fd
MW
78552015-01-15 Mark Wielaard <mjw@redhat.com>
7856
7857 * gdb.base/noreturn-return.c: New file.
7858 * gdb.base/noreturn-return.exp: New file.
7859 * gdb.base/noreturn-finish.c: New file.
7860 * gdb.base/noreturn-finish.exp: New file.
7861
198297aa
PA
78622015-01-23 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.threads/continue-pending-after-query.c: New file.
7865 * gdb.threads/continue-pending-after-query.exp: New file.
7866
717cf30c
AG
78672015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7868 Simon Marchi <simon.marchi@ericsson.com>
7869
7870 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7871 * gdb.base/valgrind-db-attach.exp: Same.
7872 * gdb.base/valgrind-infcall.exp: Same.
7873 * lib/mi-support.exp (default_mi_gdb_start): Same.
7874 * lib/prompt.exp (default_prompt_gdb_start): Same.
7875 * lib/gdb.exp (default_gdb_spawn): Same.
7876 (gdb_interact): New.
7877
7878
4b62a76e
JK
78792015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7880
7881 * gdb.compile/compile.exp (pointer to jit function): New test.
7882
b4cdae6f
WW
78832015-01-17 Wei-cheng Wang <cole945@gmail.com>
7884
7885 * lib/gdb.exp (supports_process_record): Return true for
7886 powerpc*-*-linux*.
7887 (supports_reverse): Likewise.
7888
d221e7ef
DB
78892015-01-15 Don Breazeal <donb@codesourcery.com>
7890
7891 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7892 instead of checking whether the target board is remote and
7893 use spawn_wait_for_attach instead of exec/sleep.
7894 * gdb.base/attach-twice.exp: Likewise.
7895
bafffb51
JB
78962015-01-15 Joel Brobecker <brobecker@adacore.com>
7897
7898 * gdb.ada/var_arr_attrs: New testcase.
7899
5589af0e
PA
79002015-01-14 Pedro Alves <palves@redhat.com>
7901 Joel Brobecker <brobecker@adacore.com>
7902
7903 PR gdb/17525
7904 * gdb.base/bp-cmds-execution-x-script.c: New file.
7905 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7906 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7907
6c400b59
PA
79082015-01-14 Pedro Alves <palves@redhat.com>
7909
7910 PR cli/17828
7911 * gdb.base/batch-preserve-term-settings.c: New file.
7912 * gdb.base/batch-preserve-term-settings.exp: New file.
7913
e02c96a7
DE
79142015-01-13 Doug Evans <dje@google.com>
7915
7916 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7917 binary.
7918
576fd14c
JB
79192015-01-13 Joel Brobecker <brobecker@adacore.com>
7920
7921 * Makefile.in (clean mostlyclean): Do not delete *.py.
7922
04dccad0
JB
79232015-01-13 Joel Brobecker <brobecker@adacore.com>
7924
7925 * gdb.python/py-lookup-type.exp: New file.
7926
3d230f71
PA
79272015-01-12 Pedro Alves <palves@redhat.com>
7928
7929 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7930 restore GDBFLAGS before returning.
7931
7e67715d
JK
79322015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7933
7934 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7935 is_amd64_regs_target and is_x86_like_target.
7936
f2e0d4b4
DE
79372015-01-11 Doug Evans <xdje42@gmail.com>
7938
7939 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7940 is given without an explicit form.
7941 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7942 attributes.
7943 * gdb.dwarf/corrupt.exp: Ditto.
7944 * gdb.dwarf2/enum-type.exp: Ditto.
7945 * gdb.trace/entry-values.exp: Ditto.
7946 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7947
439250fb
DE
79482015-01-11 Doug Evans <xdje42@gmail.com>
7949
7950 PR gdb/15830
7951 * gdb.base/maint.exp: Remove references to "maint demangle".
7952 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7953 Add tests for explicitly specifying language to demangle.
7954 * gdb.dlang/demangle.exp: Ditto.
7955
ede9f622
PA
79562015-01-09 Pedro Alves <palves@redhat.com>
7957
7958 * gdb.threads/non-stop-fair-events.c: New file.
7959 * gdb.threads/non-stop-fair-events.exp: New file.
7960
a7b796db
PA
79612015-01-09 Pedro Alves <palves@redhat.com>
7962
7963 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7964 the global scope. Set a breakpoint after all threads are started
7965 rather than stepping over two source lines. Expect the prompt.
7966 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7967 global.
7968 (NUM): Now 15.
7969 (main): Use threads_started_barrier to wait for all threads to
7970 start. Main thread no longer calls thread_function. Exit after
7971 180 seconds.
7972 (loop): New function.
7973 (thread_function): Wait on threads_started_barrier barrier. Call
7974 'loop' at each iteration.
7975 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7976 threads have started, instead of hardcoding number of "next"
7977 steps. Use an access watchpoint instead of a write watchpoint.
7978
9665ffdd
PA
79792015-01-09 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7982 (thread_func): Wait on barrier.
7983 (main): Wait for all threads to start before stopping GDB.
7984 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7985 global.
7986 (thread1_func, thread2_func): Wait on barrier.
7987 (main): Wait for all threads to start before stopping GDB.
7988 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7989 New global.
7990 (thread1_func, thread2_func): Wait on barrier.
7991 (main): Wait for all threads to start before stopping GDB.
7992
c945a99f
PA
79932015-01-09 Pedro Alves <palves@redhat.com>
7994
7995 * gdb.threads/attach-many-short-lived-threads.c: New file.
7996 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7997
c1a747c1
PA
79982014-01-09 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8001 instead of to thread 2.
8002 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8003 Add barrier around each pthread_create call instead of around all
8004 calls.
8005 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8006 Set a break on thread_function and have the child threads hit it
8007 one at at a time.
8008
60b3033e
PA
80092015-01-09 Pedro Alves <palves@redhat.com>
8010
8011 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8012 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8013 false.
8014 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8015 checking whether the target board is remote.
8016 * gdb.multi/multi-attach.exp: Likewise.
8017 * gdb.python/py-sync-interp.exp: Likewise.
8018 * gdb.server/ext-attach.exp: Likewise.
8019 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8020 tests that need to attach, instead of checking whether the target
8021 board is remote at the top of the file.
8022
acc018ac
YQ
80232015-01-08 Yao Qi <yao@codesourcery.com>
8024
8025 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8026
50a18af8
JK
80272015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8028
8029 Fix testcase compilation.
8030 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8031
8503d6e1
JB
80322015-01-06 Joel Brobecker <brobecker@adacore.com>
8033
8034 * gdb.python/py-type.exp: Add a couple test about empty
8035 array creation, and negative-length array creation.
8036
cc73dbcc
DE
80372015-01-02 Doug Evans <xdje42@gmail.com>
8038
8039 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8040
0300bbc7
DE
80412015-01-02 Doug Evans <dje@google.com>
8042
8043 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8044
9d85a0ec
YQ
80452014-12-29 Yao Qi <yao@codesourcery.com>
8046
8047 * gdb.trace/entry-values.exp: Update comments. Rename variable
8048 bar_call_foo to returned_from_foo.
8049
87186c6a
MMN
80502014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8051
8052 PR gdb/17394
8053 * gdb.linespec/break-asm-file.c: New file.
8054 * gdb.linespec/break-asm-file.exp: New file.
8055 * gdb.linespec/break-asm-file0.s: New file.
8056 * gdb.linespec/break-asm-file1.s: New file.
8057
1bab7383
YQ
80582014-12-18 Nigel Stephens <nigel@mips.com>
8059 Maciej W. Rozycki <macro@codesourcery.com>
8060
8061 * gdb.base/float.exp: Handle the new output from "info float" on
8062 MIPS targets.
8063
1bc1068a
JK
80642014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8065
8066 Fix MinGW compilation.
8067 * gdb.compile/compile-ops.exp: Update untested message if
8068 !skip_compile_feature_tests.
8069 * gdb.compile/compile-setjmp.exp: Likewise.
8070 * gdb.compile/compile-tls.exp: Likewise.
8071 * gdb.compile/compile.exp: Likewise.
8072 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8073 supported on this host".
8074
b6615d10
DE
80752014-12-16 Doug Evans <xdje42@gmail.com>
8076
8077 * boards/stabs.exp: New file.
8078
25dda427
AA
80792014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8080
8081 * gdb.base/completion.exp: Adjust to format changes of "maint
8082 print user-registers".
8083
bf330350
CU
80842014-12-16 Catalin Udma <catalin.udma@freescale.com>
8085
8086 PR server/17457
8087 * gdb.arch/aarch64-fp.c: New file.
8088 * gdb.arch/aarch64-fp.exp: New file.
8089
395cf596
SDJ
80902014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8091
8092 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8093 r210637, r210913, r211666, r215400, r215817).
8094
8095 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8096 * dg-extract-results.py: New file.
8097 * dg-extract-results.sh: Use it if the environment seems
8098 suitable.
8099
8100 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8101
8102 * dg-extract-results.py (parse_run): Handle warnings that
8103 are printed before a test harness is run.
8104
8105 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8106
8107 * dg-extract-results.py (Named): Remove __cmp__ method.
8108 (output_variation): Use a key to sort variation.harnesses.
8109
8110 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8111
8112 * dg-extract-results.py: For Python 3, force sys.stdout to
8113 handle surrogate escape sequences.
8114 (safe_open): New function.
8115 (output_segment, main): Use it.
8116
8117 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8118
8119 * dg-extract-results.py (Prog.result_re): Include options
8120 in test name.
8121
8122 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8123
8124 * dg-extract-results.py (output_variation): Always sort if
8125 do_sum.
8126
e882ef3c
SM
81272014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8128
8129 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8130 as long as we get pagination notifications.
8131
4992aa20
JM
81322014-12-15 Jason Merrill <jason@redhat.com>
8133
8134 * Makefile.in (check-gdb.%): Restore.
8135 * README: Mention it.
8136
c1b5a1a6
JB
81372014-12-13 Joel Brobecker <brobecker@adacore.com>
8138
8139 * gdb.ada/str_uninit: New testcase.
8140
5537b577
JK
81412014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8142
8143 PR symtab/17642
8144 * gdb.base/vla-stub-define.c: New file.
8145 * gdb.base/vla-stub.c: New file.
8146 * gdb.base/vla-stub.exp: New file.
8147
bb2ec1b3
TT
81482014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8149 Jan Kratochvil <jan.kratochvil@redhat.com>
8150 Tom Tromey <tromey@redhat.com>
8151
8152 * configure.ac: Add gdb.compile/.
8153 * configure: Regenerate.
8154 * gdb.compile/Makefile.in: New file.
8155 * gdb.compile/compile-ops.exp: New file.
8156 * gdb.compile/compile-ops.c: New file.
8157 * gdb.compile/compile-tls.c: New file.
8158 * gdb.compile/compile-tls.exp: New file.
8159 * gdb.compile/compile-constvar.S: New file.
8160 * gdb.compile/compile-constvar.c: New file.
8161 * gdb.compile/compile-mod.c: New file.
8162 * gdb.compile/compile-nodebug.c: New file.
8163 * gdb.compile/compile-setjmp-mod.c: New file.
8164 * gdb.compile/compile-setjmp.c: New file.
8165 * gdb.compile/compile-setjmp.exp: New file.
8166 * gdb.compile/compile-shlib.c: New file.
8167 * gdb.compile/compile.c: New file.
8168 * gdb.compile/compile.exp: New file.
8169 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8170
4ff709eb
TT
81712014-12-12 Tom Tromey <tromey@redhat.com>
8172
8173 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8174 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8175
6dddd6a5
DE
81762014-12-12 Doug Evans <dje@google.com>
8177
8178 * lib/gdb-python.exp (get_python_valueof): New function.
8179 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8180
71c24708
AA
81812014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8182
8183 * gdb.base/completion.exp: Add test for completion of "info
8184 registers ".
8185
3e29f34a
MR
81862014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8187
8188 * gdb.base/func-ptrs.c: New file.
8189 * gdb.base/func-ptrs.exp: New file.
8190
fc126975
SM
81912014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8192
8193 PR breakpoints/17012
8194 * gdb.base/dprintf-detach.c: New file.
8195 * gdb.base/dprintf-detach.exp: New file.
8196
0a46d518
SM
81972014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8198
8199 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8200 * lib/gdb.exp (target_is_gdbserver): New procedure.
8201
a0be3e44
DE
82022014-12-08 Doug Evans <dje@google.com>
8203
8204 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8205
df1b803a
YQ
82062014-12-05 Yao Qi <yao@codesourcery.com>
8207
8208 * gdb.guile/scm-error.exp: Remove the third argument to
8209 gdb_remote_download.
8210 * gdb.guile/scm-frame-args.exp: Likewise.
8211 * gdb.guile/scm-section-script.exp: Likewise.
8212
ddb9f679
YQ
82132014-12-05 Yao Qi <yao@codesourcery.com>
8214
8215 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8216
86e4ed39
DE
82172014-12-04 Doug Evans <dje@google.com>
8218
8219 * gdb.python/py-objfile.exp: Add tests for
8220 objfile.add_separate_debug_file.
8221
7c50a931
DE
82222014-12-04 Doug Evans <dje@google.com>
8223
8224 * lib/gdb.exp (get_build_id): New function.
8225 (build_id_debug_filename_get): Rewrite to use it.
8226 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8227
621661e3
MR
82282014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8229
8230 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8231 `method(long)', not just 0x0.
8232 * gdb.cp/nsalias.exp: Align code labels to 4.
8233 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8234 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8235 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8236 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8237 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8238 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8239
29f0c3b7
DE
82402014-12-02 Doug Evans <dje@google.com>
8241
e1e061e7 8242 PR symtab/17602
29f0c3b7 8243 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8244 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8245 * gdb.cp/anon-ns.exp: Update.
8246
162078c8
NB
82472014-12-02 Nick Bull <nicholaspbull@gmail.com>
8248
8249 * gdb.python/py-events.py (inferior_call_handler): New.
8250 (register_changed_handler, memory_changed_handler): New.
8251 (test_events.invoke): Register new handlers.
8252 * gdb.python/py-events.exp: Add tests for inferior call,
8253 memory_changed and register_changed events.
8254
fdb09caf
AA
82552014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8256
8257 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8258 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8259 if the linker doesn't understand this.
8260
55cfb2c4
SM
82612014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8262
8263 * gdb.python/python.exp: Change expected reply to help().
8264
9e8cd6df
YQ
82652014-12-01 Yao Qi <yao@codesourcery.com>
8266
8267 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8268 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8269 * configure: Re-generated.
8270
6c659fc2
SC
82712014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8272
8273 * gdb.cp/chained-calls.cc: New file.
8274 * gdb.cp/chained-calls.exp: New file.
8275 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8276
d7fc3181
SM
82772014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8278
8279 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8280 * gdb.dwarf2/symtab-producer.exp: Same.
8281 * gdb.gdb/python-interrupts.exp: Same.
8282 * gdb.gdb/python-selftest.exp: Same.
8283 * gdb.python/py-linetable.exp: Same.
8284 * gdb.python/py-type.exp: Same.
8285 * gdb.python/py-value-cc.exp: Same.
8286 * gdb.python/py-value.exp: Same.
8287
10e79639
YQ
82882014-11-28 Yao Qi <yao@codesourcery.com>
8289
8290 * gdb.base/break-probes.exp: Match library name prefixed with
8291 sysroot.
8292
f28a0564
SM
82932014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8294
8295 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8296 test expected output. Add parentheses for the call to print.
8297 Remove L suffix from integers.
8298
3fe1ce1d
DE
82992014-11-26 Doug Evans <dje@google.com>
8300
8301 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8302
84429e27
YQ
83032014-11-22 Yao Qi <yao@codesourcery.com>
8304
8305 * gdb.trace/entry-values.c: Remove asms.
8306 (foo): Add foo_label.
8307 (bar): Add bar_label.
8308 * gdb.trace/entry-values.exp: Remove code computing foo's
8309 length and bar's length.
8310 (Dwarf::assemble): Invoke function_range for bar and use
8311 MACRO_AT_func for foo.
8312
26741859
YQ
83132014-11-22 Yao Qi <yao@codesourcery.com>
8314
8315 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8316 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8317 Use .Lgcc43_procstart instead of gcc43.
8318
45e44d27
JB
83192014-11-21 Joel Brobecker <brobecker@adacore.com>
8320
8321 * gdb.ada/n_arr_bound: New testcase.
8322
458c8db8
SDJ
83232014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8324
8325 PR breakpoints/10737
8326 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8327 test_catch_syscall_multi_arch.
8328 (test_catch_syscall_multi_arch): New function.
8329
43f3e411
DE
83302014-11-20 Doug Evans <xdje42@gmail.com>
8331
8332 * gdb.base/maint.exp: Update expected output.
8333
0d7b2549
AA
83342014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8335
8336 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8337 4-byte instruction on S390.
8338
8908fca5
JB
83392014-11-19 Joel Brobecker <brobecker@adacore.com>
8340
8341 * gdb.ada/arr_arr: New testcase.
8342
4a46959e
JB
83432014-11-19 Joel Brobecker <brobecker@adacore.com>
8344
8345 * gdb.ada/pkd_arr_elem: New Testcase.
8346
470e2f4e
LM
83472014-11-18 Luis Machado <lgustavo@codesourcery.com>
8348
8349 * gdb.reverse/break-precsave: Expect completion message for
8350 core file reads.
8351 * gdb.reverse/consecutive-precsave.exp: Likewise.
8352 * gdb.reverse/finish-precsave.exp: Likewise.
8353 * gdb.reverse/i386-precsave.exp: Likewise.
8354 * gdb.reverse/machinestate-precsave.exp: Likewise.
8355 * gdb.reverse/sigall-precsave.exp: Likewise.
8356 * gdb.reverse/solib-precsave.exp: Likewise.
8357 * gdb.reverse/step-precsave.exp: Likewise.
8358 * gdb.reverse/until-precsave.exp: Likewise.
8359 * gdb.reverse/watch-precsave.exp: Likewise.
8360
a267f3ad
AA
83612014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8362
8363 * gdb.base/bp-permanent.c: Include unistd.h.
8364 * gdb.python/py-framefilter-mi.c (main): Add return type.
8365 * gdb.python/py-framefilter.c (main): Likewise.
8366 * gdb.trace/actions-changed.c (main): Likewise.
8367
12084a9a
AA
83682014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8369
8370 * gdb.mi/until.c: Add eye-catchers.
8371 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8372 line numbers.
8373
dc7e1a77
AA
83742014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8375
8376 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8377 function header variants in break1.c.
8378 * gdb.base/ena-dis-br.exp: Likewise.
8379 * gdb.base/hbreak2.exp: Likewise.
8380 * gdb.reverse/until-precsave.exp: Drop references to removed
8381 non-prototype function header variants in ur1.c.
8382 * gdb.reverse/until-reverse.exp: Likewise.
8383
41c77605
PM
83842014-11-17 Petr Machata <pmachata@redhat.com>
8385
8386 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8387 ${_cu_offset_size} bytes abbrev offset.
8388
34248c3a
DE
83892014-11-15 Doug Evans <xdje42@gmail.com>
8390
8391 PR symtab/17559
8392 * gdb.base/line-symtabs.exp: New file.
8393 * gdb.base/line-symtabs.c: New file.
8394 * gdb.base/line-symtabs.h: New file.
8395
646da059
YQ
83962014-11-14 Yao Qi <yao@codesourcery.com>
8397
8398 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8399 (func): Add label func_label.
8400 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8401 Replace low_pc and high_pc with MACRO_AT_range.
8402 Replace name, low_pc and high_pc with MACRO_AT_func.
8403
9301ebe6
YQ
84042014-11-14 Yao Qi <yao@codesourcery.com>
8405
8406 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8407 Replace name, low_pc and high_pc with MACRO_AT_func.
8408
f166b542
YQ
84092014-11-14 Yao Qi <yao@codesourcery.com>
8410
8411 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8412 produce debug information.
8413 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8414
0f6e71e3
YQ
84152014-11-14 Yao Qi <yao@codesourcery.com>
8416
8417 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8418 object and get function length.
8419 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8420 with MACRO_AT_func.
8421 (top-level): Replace gdb_compile and clean_restart with
8422 prepare_for_testing.
8423 * gdb.dwarf2/main.c (main): Add label main_label.
8424
876c4df9
YQ
84252014-11-14 Yao Qi <yao@codesourcery.com>
8426
8427 * lib/dwarf.exp (function_range): New procedure.
8428 (Dwarf::_handle_macro_at_func): New procedure.
8429 (Dwarf::_handle_macro_at_range): New procedure.
8430 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8431
02ad9cf1
YQ
84322014-11-14 Yao Qi <yao@codesourcery.com>
8433
8434 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8435 (_handle_attribute): New procedure.
8436
a59add0c
AA
84372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8438
8439 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8440 * gdb.base/call-sc.c (zed): Likewise.
8441 * gdb.base/checkpoint.c (main): Likewise.
8442 * gdb.base/dump.c (main): Likewise.
8443 * gdb.base/gcore.c (main): Likewise.
8444 * gdb.base/huge.c (main): Likewise.
8445 * gdb.base/multi-forks.c (main): Likewise.
8446 * gdb.base/pr10179-a.c (main): Likewise.
8447 * gdb.base/savedregs.c (main): Likewise.
8448 * gdb.base/sigaltstack.c (main): Likewise.
8449 * gdb.base/siginfo.c (main): Likewise.
8450 * gdb.base/structs.c (zed): Likewise.
8451 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8452 * gdb.mi/mi-syn-frame.c (main): Likewise.
8453 * gdb.mi/until.c (foo, main): Likewise.
8454 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8455 * gdb.base/solib-weak.c (foo): Declare.
8456 * gdb.base/attach-twice.c: Include stdio.h.
8457 * gdb.base/weaklib1.c: Likewise.
8458 * gdb.base/weaklib2.c: Likewise.
8459 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8460 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8461 unistd.h.
8462 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8463 * gdb.mi/mi-exit-code.c: Likewise.
8464 * gdb.base/break-interp-lib.c: Include string.h.
8465 * gdb.base/coremaker.c: Likewise.
8466 * gdb.base/testenv.c: Likewise.
8467 * gdb.python/py-finish-breakpoint.c: Likewise.
8468 * gdb.base/inferior-died.c: Include sys/wait.h.
8469 * gdb.base/fileio.c: Include time.h.
8470 * gdb.base/async-shell.c: Include unistd.h.
8471 * gdb.base/dprintf-non-stop.c: Likewise.
8472 * gdb.base/info-os.c: Likewise.
8473 * gdb.mi/mi-console.c: Likewise.
8474 * gdb.mi/watch-nonstop.c: Likewise.
8475 * gdb.python/py-events.c: Likewise.
8476 * gdb.base/async.c (baz): Move up before its invocation.
8477 * gdb.base/code_elim2.c (my_global_func): Likewise.
8478 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8479 * gdb.base/advance.c (func2): Likewise.
8480
3b5d5997
AA
84812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8482
8483 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8484 variant.
8485 * gdb.base/annota3.c: Likewise.
8486 * gdb.base/async.c: Likewise.
8487 * gdb.base/average.c: Likewise.
8488 * gdb.base/call-ar-st.c: Likewise.
8489 * gdb.base/call-rt-st.c: Likewise.
8490 * gdb.base/call-sc.c: Likewise.
8491 * gdb.base/call-strs.c: Likewise.
8492 * gdb.base/ending-run.c: Likewise.
8493 * gdb.base/execd-prog.c: Likewise.
8494 * gdb.base/exprs.c: Likewise.
8495 * gdb.base/foll-exec.c: Likewise.
8496 * gdb.base/foll-fork.c: Likewise.
8497 * gdb.base/foll-vfork.c: Likewise.
8498 * gdb.base/funcargs.c: Likewise.
8499 * gdb.base/gcore.c: Likewise.
8500 * gdb.base/jump.c: Likewise.
8501 * gdb.base/langs0.c: Likewise.
8502 * gdb.base/langs1.c: Likewise.
8503 * gdb.base/langs2.c: Likewise.
8504 * gdb.base/mips_pro.c: Likewise.
8505 * gdb.base/nodebug.c: Likewise.
8506 * gdb.base/opaque0.c: Likewise.
8507 * gdb.base/opaque1.c: Likewise.
8508 * gdb.base/recurse.c: Likewise.
8509 * gdb.base/run.c: Likewise.
8510 * gdb.base/scope0.c: Likewise.
8511 * gdb.base/scope1.c: Likewise.
8512 * gdb.base/setshow.c: Likewise.
8513 * gdb.base/setvar.c: Likewise.
8514 * gdb.base/shmain.c: Likewise.
8515 * gdb.base/shr1.c: Likewise.
8516 * gdb.base/shr2.c: Likewise.
8517 * gdb.base/sigall.c: Likewise.
8518 * gdb.base/signals.c: Likewise.
8519 * gdb.base/so-indr-cl.c: Likewise.
8520 * gdb.base/solib2.c: Likewise.
8521 * gdb.base/structs.c: Likewise.
8522 * gdb.base/sum.c: Likewise.
8523 * gdb.base/vforked-prog.c: Likewise.
8524 * gdb.base/watchpoint.c: Likewise.
8525 * gdb.reverse/shr2.c: Likewise.
8526 * gdb.reverse/until-reverse.c: Likewise.
8527 * gdb.reverse/ur1.c: Likewise.
8528 * gdb.reverse/watch-reverse.c: Likewise.
8529
066a77c5
AA
85302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8531
8532 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8533 variant.
8534 * gdb.base/sepdebug.exp: Drop references to removed code.
8535
4f204ea5
AA
85362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8537
8538 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8539 variant. Preserve original line numbering.
8540 * gdb.base/list1.c: Likewise.
8541
3b377a3a
AA
85422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8543
8544 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8545 variant.
8546 * gdb.base/break1.c: Likewise.
8547 * gdb.base/break.exp: Drop references to removed code.
8548
e444df73
AA
85492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8550
8551 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8552 variant.
8553
8008f2a7
AA
85542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8555
8556 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8557
a5a06887
AA
85582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8559
8560 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8561 logic into perform_all_tests() and invoke it with and without
8562 function header prototypes.
8563 (do_function_calls): Remove conditional XFAIL for PR 5318.
8564 (rerun_and_prepare): Remove duplicate code.
8565 (perform_all_tests): New. Main logic moved here.
8566
44dba9b9
AA
85672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8568
8569 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8570 code guarded by #ifdef NO_PROTOTYPES.
8571 (t_double_many_args): Likewise.
8572 (DEF_FUNC_MANY_ARGS_1): Likewise.
8573 (DEF_FUNC_VALUES_1): Likewise.
8574 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8575 guarded by #ifdef PROTOTYPES.
8576
d1fbcd56
AA
85772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8578
8579 * gdb.mi/mi-console.c: Add eye-catcher.
8580 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8581 instead of literal line number.
8582
b0e59b8f
AA
85832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8584
8585 * gdb.base/shr2.c: Add eye-catcher.
8586 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8587 line number.
8588
78f98cca
AA
85892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8590
8591 * gdb.base/jump.c: Add eye-catchers.
8592 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8593 numbers.
8594
58fa2af0
AA
85952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8596
8597 * gdb.base/execd-prog.c: Add eye-catchers.
8598 * gdb.base/foll-exec.c: Likewise.
8599 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8600 line numbers.
8601
04e5059b
AA
86022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8603
8604 * gdb.base/ending-run.c: Add eye-catchers.
8605 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8606 literal line numbers.
8607
dbfdb174
AA
86082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8609
8610 * gdb.base/call-rt-st.c: Add eye-catchers.
8611 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8612 literal line numbers.
8613
888a2ade
AA
86142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8615
8616 * gdb.base/call-ar-st.c: Add eye-catchers.
8617 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8618 literal line numbers.
8619
6acc2dde
AA
86202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8621
8622 * gdb.base/average.c: Add eye-catchers.
8623 * gdb.base/sum.c: Likewise.
8624 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8625 regexps dynamically.
8626
9ecfcd1d
AA
86272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8628
8629 * gdb.base/solib1.c: Add eye-catchers.
8630 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8631 literal line numbers.
8632
78708b7c
PA
86332014-11-12 Pedro Alves <palves@redhat.com>
8634
8635 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8636 leader has exited.
8637
af48d08f
PA
86382014-11-12 Pedro Alves <palves@redhat.com>
8639
8640 * gdb.arch/i386-bp_permanent.c: New file.
8641 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8642 (srcfile): Set to i386-bp_permanent.c.
8643 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8644 that stepi does not execute the 'leave' instruction, instead of
8645 testing it does execute.
8646 * gdb.base/bp-permanent.c: New file.
8647 * gdb.base/bp-permanent.exp: New file.
8648
af3768e9
DE
86492014-11-10 Doug Evans <xdje42@gmail.com>
8650
8651 PR symtab/17564
8652 * gdb.base/symtab-search-order.exp: New file.
8653 * gdb.base/symtab-search-order.c: New file.
8654 * gdb.base/symtab-search-order-1.c: New file.
8655 * gdb.base/symtab-search-order-shlib-1.c: New file.
8656
9de00a4a
PA
86572014-11-07 Pedro Alves <palves@redhat.com>
8658
8659 PR gdb/17511
8660 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8661 i?86-*-linux*.
8662
e0f52461
SC
86632014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8664
8665 PR c++/17494
8666 * gdb.cp/pr17494.cc: New file.
8667 * gdb.cp/pr17494.exp: New file.
8668
6ce8c980
YQ
86692014-11-02 Yao Qi <yao@codesourcery.com>
8670
8671 * gdb.python/python.exp: Get working directory and match the
8672 output of "set extended-prompt \\w " with it.
8673
02be9a71
DE
86742014-10-30 Doug Evans <dje@google.com>
8675
8676 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8677 in objfiles.
8678 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8679 in progspaces.
8680
3bdff46b
LM
86812014-10-30 Janis Johnson <janisjo@codesourcery.com>
8682
8683 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8684 * gdb.base/realname-expand.exp: Likewise.
8685 * gdb.linespec/macro-relative.exp: Likewise.
8686
ab917dfb
PA
86872014-10-29 Pedro Alves <palves@redhat.com>
8688
8689 PR gdb/17408
8690 * gdb.threads/schedlock.c (some_function): New function.
8691 (call_function): New global.
8692 (MAYBE_CALL_SOME_FUNCTION): New macro.
8693 (thread_function): Call it.
8694 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8695 and use it instead of a global counter. Adjust all callers.
8696 (get_current_thread): Use "find current thread" for test message
8697 here rather than having all callers pass down the same string.
8698 (goto_loop): New procedure, factored out from ...
8699 (my_continue): ... this.
8700 (step_ten_loops): Change parameter from test message to command to
8701 use. Adjust.
8702 (list_count): Delete global.
8703 (check_result): New procedure, factored out from duplicate top
8704 level code.
8705 (continue tests): Wrap in with_test_prefix.
8706 (test_step): New procedure, factored out from duplicate top level
8707 code.
8708 (top level): Test "step" in combination with all scheduler-locking
8709 modes. Test "next" in combination with all scheduler-locking
8710 modes, and in combination with stepping over a function call or
8711 not.
8712 * gdb.threads/next-bp-other-thread.c: New file.
8713 * gdb.threads/next-bp-other-thread.exp: New file.
8714
d3d4baed
PA
87152014-10-29 Pedro Alves <palves@redhat.com>
8716
8717 PR python/17372
8718 * gdb.python/python.exp: Test a multi-line command that spawns
8719 interactive Python.
8720 * gdb.base/multi-line-starts-subshell.exp: New file.
8721
563e8d85
YQ
87222014-10-29 Yao Qi <yao@codesourcery.com>
8723
8724 * gdb.base/fileio.exp: Make directories on host.
8725
0ea4d52e
YQ
87262014-10-29 Yao Qi <yao@codesourcery.com>
8727
8728 * gdb.base/fileio.c (test_write): Close the file.
8729
7f5ef605
PA
87302014-10-28 Pedro Alves <palves@redhat.com>
8731
8732 PR gdb/12623
8733 * gdb.base/sigstep.c (no_handler): New global.
8734 (main): If 'no_handler is true, set the signal handlers to
8735 SIG_IGN.
8736 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8737 with_sw_watch and no_handler parameters. Handle them.
8738 (top level) <stepping over handler when stopped at a breakpoint
8739 test>: Add a test axis for testing with a software watchpoint, and
8740 another for testing with the signal handler set to SIG_IGN.
8741 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8742 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8743
abbdbd03
PA
87442014-10-28 Pedro Alves <palves@redhat.com>
8745
8746 PR gdb/17511
8747 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8748 * gdb.base/sigstep.exp (other_handler_location): New global.
8749 (advance): Support stepping into the signal handler, and running
8750 commands while in the handler.
8751 (in_handler_map): New global.
8752 (top level): In the advance test, add combinations for getting
8753 into the handler with stepping commands, and for running commands
8754 in the handler. Add comment descripting the advancei tests.
8755
1df4399f
PA
87562014-10-28 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.base/sigstep.exp: Use build_executable instead of
8759 prepare_for_testing.
8760 (top level): Move code that starts GDB, runs to main and creates a
8761 display to ...
8762 (restart): ... this new procedure.
8763 (top level): Move backtrace from signal handler test to ...
8764 (validate_backtrace): ... this new procedure.
8765 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8766 with_test_prefix. Always restart GDB.
8767 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8768 with_test_prefix. Always restart GDB. No need to delete
8769 breakpoints after the test.
8770 (test_skip_handler): Remove prefix parameter.
8771 (skip_over_handler, breakpoint_to_handler)
8772 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8773 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8774 restart GDB. No need to delete breakpoints after the test.
8775 (top level): Use foreach to call the test procedures with
8776 different commands.
8777
a5b6e449
PA
87782014-10-28 Pedro Alves <palves@redhat.com>
8779
8780 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8781 instead of GNATS numbers.
8782 * gdb.base/sigbpt.exp: Likewise.
8783 * gdb.base/siginfo.exp: Likewise.
8784 * gdb.base/sigstep.exp: Likewise.
8785
e5f8a7cc
PA
87862014-10-27 Pedro Alves <palves@redhat.com>
8787
8788 * gdb.base/sigstep.c (dummy): New global.
8789 (main): Issue a couple writes to the new global.
8790 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8791 procedures.
8792 (skip_over_handler): Use test_skip_handler.
8793 (top level): Call skip_over_handler for stepi and nexti too.
8794 (breakpoint_over_handler): Use test_skip_handler.
8795 (top level): Call breakpoint_over_handler for stepi and nexti too.
8796
763905a3
YQ
87972014-10-27 Yao Qi <yao@codesourcery.com>
8798
8799 * gdb.trace/tfile.c (adjust_function_address)
8800 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8801 function descriptor.
8802
6f259a23
DB
88032014-10-24 Don Breazeal <donb@codesourcery.com>
8804
8805 * gdb.base/foll-fork.exp (test_follow_fork,
8806 catch_fork_child_follow): Check for updated fork messages emitted
8807 from infrun.c.
8808 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8809 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8810 vfork_and_exec_child_follow_through_step): Check for updated vfork
8811 messages emitted from infrun.c.
8812
09dd9a69
PA
88132014-10-24 Pedro Alves <palves@redhat.com>
8814
8815 * gdb.base/corefile.exp: Remove references to ultrix.
8816 * gdb.base/interrupt.exp: Likewise.
8817 * gdb.base/whatis.exp: Likewise.
8818 * gdb.gdb/selftest.exp: Likewise.
8819 * gdb.threads/manythreads.exp: Likewise.
8820 * gdb.threads/print-threads.exp: Likewise.
8821 * gdb.threads/pthreads.exp:: Likewise.
8822 * gdb.threads/schedlock.exp: Likewise.
8823
3433cfa5
SC
88242014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8825
8826 * gdb.cp/non-trivial-retval.cc: Add a test case.
8827 * gdb.cp/non-trivial-retval.exp: Add a test.
8828
092f880b
YQ
88292014-10-20 Yao Qi <yao@codesourcery.com>
8830
8831 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8832 * gdb.python/py-objfile-script-gdb.py: New file.
8833 * gdb.python/py-objfile-script.exp: Update reference to
8834 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8835 of remote_download. Remove the dest file.
8836
acbdb7f3
YQ
88372014-10-20 Yao Qi <yao@codesourcery.com>
8838
8839 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8840 * gdb.base/step-line.exp: Likewise.
8841 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8842 * gdb.dwarf2/dw2-basic.exp: Likewise.
8843 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8844 * gdb.dwarf2/dw2-filename.exp: Likewise.
8845 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8846 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8847 * gdb.dwarf2/dw2-producer.exp: Likewise.
8848 * gdb.dwarf2/mac-fileno.exp: Likewise.
8849 * gdb.python/py-frame-args.exp: Likewise.
8850 * gdb.python/py-framefilter.exp: Likewise.
8851 * gdb.python/py-mi.exp: Likewise.
8852 * gdb.python/py-objfile-script.exp: Likewise
8853 * gdb.python/py-pp-integral.exp: Likewise.
8854 * gdb.python/py-pp-re-notag.exp: Likewise.
8855 * gdb.python/py-prettyprint.exp: Likewise.
8856 * gdb.python/py-section-script.exp: Likewise.
8857 * gdb.python/py-typeprint.exp: Likewise.
8858 * gdb.python/py-xmethods.exp: Likewise.
8859 * gdb.stabs/weird.exp: Likewise.
8860 * gdb.xml/tdesc-regs.exp: Likewise.
8861
bd286a29
KCY
88622014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8863
8864 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8865 (out_cu): Use addr_len for the size of addresses.
8866 (out_line): Likewise. Size DW_LNE_set_address instruction
8867 according to addr_len.
8868 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8869 (FUNC): Add START_INSNS to definition.
8870
673dc4a0
YQ
88712014-10-18 Yao Qi <yao@codesourcery.com>
8872
8873 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8874 gdb_has_argv0 return true.
8875 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8876 check [target_info exists noargs], check [gdb_has_argv0]
8877 instead.
8878 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8879 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8880 procedures.
8881
4ffbba72
DE
88822014-10-17 Doug Evans <dje@google.com>
8883
8884 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8885 event.
8886 * gdb.python/py-events.py: Add clear_objfiles event.
8887
d096d8c1
DE
88882014-10-17 Doug Evans <dje@google.com>
8889
8890 * gdb.python/py-objfile.exp: Test progspace attribute.
8891
a80db015
LM
88922014-10-17 Luis Machado <lgustavo@codesourcery.com>
8893
8894 * gdb.guile/scm-breakpoint.exp: Do not assume any
8895 directory separators when matching source file paths.
8896 * gdb.python/py-breakpoint.exp: Likewise.
8897 * gdb.reverse/break-precsave.exp: Likewise.
8898 * gdb.reverse/break-reverse.exp: Likewise.
8899 * gdb.reverse/consecutive-precsave.exp: Likewise.
8900 * gdb.reverse/finish-precsave.exp: Likewise.
8901 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8902 * gdb.reverse/finish-reverse.exp: Likewise.
8903 * gdb.reverse/i386-precsave.exp: Likewise.
8904 * gdb.reverse/i387-env-reverse.exp: Likewise.
8905 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8906 * gdb.reverse/machinestate-precsave.exp: Likewise.
8907 * gdb.reverse/machinestate.exp: Likewise.
8908 * gdb.reverse/sigall-precsave.exp: Likewise.
8909 * gdb.reverse/solib-precsave.exp: Likewise.
8910 * gdb.reverse/step-precsave.exp: Likewise.
8911 * gdb.reverse/until-precsave.exp: Likewise.
8912 * gdb.reverse/watch-precsave.exp: Likewise.
8913 * gdb.reverse/watch-reverse.exp: Likewise.
8914
b22089ab
YQ
89152014-10-17 Yao Qi <yao@codesourcery.com>
8916
8917 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8918 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8919
6c4486e6
PA
89202014-10-17 Pedro Alves <palves@redhat.com>
8921
8922 PR gdb/17471
8923 * gdb.base/bg-execution-repeat.c: New file.
8924 * gdb.base/bg-execution-repeat.exp: New file.
8925
0ff33695
PA
89262014-10-17 Pedro Alves <palves@redhat.com>
8927
8928 PR gdb/17300
8929 * gdb.base/continue-all-already-running.c: New file.
8930 * gdb.base/continue-all-already-running.exp: New file.
8931
6fdebc3d
PA
89322014-10-17 Pedro Alves <palves@redhat.com>
8933
8934 PR gdb/17472
8935 * gdb.base/annota-input-while-running.c: New file.
8936 * gdb.base/annota-input-while-running.exp: New file.
8937
32a8097b
PA
89382014-10-17 Pedro Alves <palves@redhat.com>
8939
8940 * gdb.base/callfuncs.exp: emove references to osf.
8941 * gdb.base/sigall.exp: Likewise.
8942 * gdb.gdb/selftest.exp: Likewise.
8943 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8944 * gdb.mi/non-stop.c: Likewise.
8945 * gdb.mi/pthreads.c: Likewise.
8946 * gdb.reverse/sigall-precsave.exp: Likewise.
8947 * gdb.reverse/sigall-reverse.exp: Likewise.
8948 * gdb.threads/pthreads.c: Likewise.
8949 * gdb.threads/pthreads.exp: Likewise.
8950
7a3517ff
YQ
89512014-10-17 Yao Qi <yao@codesourcery.com>
8952
8953 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8954 check 'target_info exists noargs'.
8955 (test_command_prompt_position): Likewise.
8956 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8957 Remove "set args".
8958 (progvar_simple_while_test): Likewise.
8959 (progvar_complex_if_while_test): Likewise.
8960 (if_while_breakpoint_command_test): Likewise.
8961 (infrun_breakpoint_command_test): Likewise.
8962 (breakpoint_command_test): Likewise.
8963 (watchpoint_command_test): Likewise.
8964 (bp_deleted_in_command_test): Likewise.
8965 (temporary_breakpoint_commands): Likewise.
8966
bb99c472
YQ
89672014-10-16 Yao Qi <yao@codesourcery.com>
8968
8969 * gdb.base/remotetimeout.exp: Remove noargs checking.
8970
7c16b83e
PA
89712014-10-15 Pedro Alves <palves@redhat.com>
8972
8973 PR breakpoints/9649
8974 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8975 * gdb.base/breakpoint-in-ro-region.exp
8976 (probe_target_hardware_step): New procedure.
8977 (top level): Probe hardware stepping and hardware breakpoint
8978 support. Test stepping through a read-only region, with both
8979 "breakpoint auto-hw" on and off and both "always-inserted" on and
8980 off.
8981
35a49624
IB
89822014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8983
8984 * gdb.dlang/demangle.exp: Update for demangling changes.
8985
2d1c107c
SC
89862014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8987
8988 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8989 * gdb.cp/non-trivial-retval.exp: Add new tests.
8990
778811d5
SC
89912014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8992
8993 PR c++/13403
8994 PR c++/15154
8995 * gdb.cp/non-trivial-retval.cc: New file.
8996 * gdb.cp/non-trivial-retval.exp: New file.
8997
10c5f0a8
YQ
89982014-10-15 Yao Qi <yao@codesourcery.com>
8999
9000 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9001 remote host.
9002
65d7b369
YQ
90032014-10-15 Yao Qi <yao@codesourcery.com>
9004
9005 * gdb.python/py-symbol.exp: Match file base name if host is
9006 remote, otherwise match file name with dir name.
9007 * gdb.python/py-symtab.exp: Likewise.
9008 * gdb.python/python.exp: Likewise.
9009
46dc1394
YQ
90102014-10-15 Yao Qi <yao@codesourcery.com>
9011
9012 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9013 pattern.
9014 * gdb.python/py-symtab.exp: Likewise.
9015 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9016 locationn.
9017
c40cc657
JB
90182014-10-14 Joel Brobecker <brobecker@adacore.com>
9019
9020 * gdb.ada/addr_arith: New testcase.
9021
2abf49e1
MR
90222014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9023
9024 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9025 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9026 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9027 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9028
f7088df3
SDJ
90292014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9030
9031 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9032 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9033 * gdb.arch/stap-eval-lang-ada.exp: New file.
9034
4dc06805
YQ
90352014-10-14 Yao Qi <yao@codesourcery.com>
9036
9037 * gdb.mi/mi-var-child.c (nothing1): New function.
9038 (nothing2): New function.
9039 (do_children_tests): Set function pointers by nothing1 and
9040 nothing2.
9041 * gdb.mi/mi-var-child.exp: Step over new added statements.
9042 Update test to match the new output.
9043 * gdb.mi/var-cmd.c (nothing1): New function.
9044 (nothing2): New function.
9045 (do_children_tests): Set function pointers by nothing1 and
9046 nothing2.
9047 * gdb.mi/mi-var-display.exp: Update test to match output.
9048 Step to the line specified by $line_dct_nothing.
9049 Increase the number of lines to step.
9050
46a93de2
YQ
90512014-10-14 Yao Qi <yao@codesourcery.com>
9052
9053 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9054 tests.
9055 * gdb.mi/mi2-var-child.exp: Likewise.
9056
14ea52ee
DE
90572014-10-13 Doug Evans <dje@google.com>
9058
9059 * gdb.python/py-objfile.exp: Change name of file name test.
9060
e5c6e92b
DE
90612014-10-13 Doug Evans <dje@google.com>
9062
9063 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9064 from the start of the CU.
9065
c780cc2f
JK
90662014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9067 Yao Qi <yao@codesourcery.com>
9068
9069 Fix "save breakpoints" for "catch" command.
9070 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9071 Remove -nonewline. Match also the added "main" line.
9072
99894e11
JK
90732014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9074
9075 Fix "save breakpoints" for "disable $bpnum" command.
9076 * gdb.base/save-bp.c (main): Add label.
9077 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9078
6e1ac5a3
JK
90792014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9080
9081 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9082
754dd2b0
YQ
90832014-10-11 Yao Qi <yao@codesourcery.com>
9084
9085 * gdb.server/server-kill.exp: Execute command
9086 "set remote trace-status-packet on" before "tstatus".
9087
f90183d7
YQ
90882014-10-11 Yao Qi <yao@codesourcery.com>
9089
9090 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9091 (main): Call getppid.
9092 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9093 and continue to it. Read variable "server_pid".
9094
bf40a607
YQ
90952014-10-11 Yao Qi <yao@codesourcery.com>
9096
9097 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9098
052ca370
YQ
90992014-10-11 Yao Qi <yao@codesourcery.com>
9100
9101 * gdb.threads/thread-find.exp: Don't execute command
9102 "info threads".
9103 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9104 * gdb.threads/linux-dp.exp: Don't check the condition
9105 $threads_created equals to zero.
9106
3831839c
PA
91072014-10-10 Pedro Alves <palves@redhat.com>
9108
9109 * gdb.base/bigcore.exp: Remove references to IRIX.
9110 * gdb.base/funcargs.exp: Likewise.
9111 * gdb.base/interrupt.exp: Likewise.
9112 * gdb.base/mips_pro.exp: Likewise.
9113 * gdb.base/nodebug.exp: Likewise.
9114 * gdb.base/setvar.exp: Likewise.
9115 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9116
8b9a549d
PA
91172014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9118 Pedro Alves <palves@redhat.com>
9119
9120 PR symtab/14466
9121 * gdb.base/vdso-warning.c: New file.
9122 * gdb.base/vdso-warning.exp: New file.
9123
d48ba5e8
DE
91242014-10-02 Doug Evans <dje@google.com>
9125
9126 * gdb.base/structs.c (main): Don't run forever.
9127
2278c276
PA
91282014-10-02 Pedro Alves <palves@redhat.com>
9129
9130 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9131 (top level) <stop threads 1, stop threads 2>: Use it.
9132
b57bacec
PA
91332014-10-02 Pedro Alves <palves@redhat.com>
9134
9135 * gdb.threads/break-while-running.exp (test): Add new
9136 'update_thread_list' argument. Skip "info threads" if false.
9137 (top level): Add new 'update_thread_list' axis.
9138
13fd3ff3
PA
91392014-10-02 Pedro Alves <palves@redhat.com>
9140
9141 PR breakpoints/17431
9142 * gdb.base/execl-update-breakpoints.c: New file.
9143 * gdb.base/execl-update-breakpoints.exp: New file.
9144
0fec99e8
PA
91452014-10-01 Pedro Alves <palves@redhat.com>
9146
9147 * gdb.base/breakpoint-in-ro-region.c: New file.
9148 * gdb.base/breakpoint-in-ro-region.exp: New file.
9149
2ddf4301
SM
91502014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9151
9152 * gdb.mi/mi-exit-code.exp: New file.
9153 * gdb.mi/mi-exit-code.c: New file.
9154
6a5f3f43
YQ
91552014-09-30 Yao Qi <yao@codesourcery.com>
9156
9157 * lib/prelink-support.exp (build_executable_own_libs): Error if
9158 the target isn't native.
9159
345bcc73
YQ
91602014-09-30 Yao Qi <yao@codesourcery.com>
9161
9162 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9163 false.
9164
a25a5a45
PA
91652014-09-22 Pedro Alves <palves@redhat.com>
9166
9167 * gdb.threads/break-while-running.exp: New file.
9168 * gdb.threads/break-while-running.c: New file.
9169
00ba3162
YQ
91702014-09-19 Yao Qi <yao@codesourcery.com>
9171
9172 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9173 Invoke test. Restart GDB with --readnow and invoke test again.
9174
c3b7b696
YQ
91752014-09-19 Yao Qi <yao@codesourcery.com>
9176
9177 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9178 proc set_breakpoint_on_gcd_function. Invoke
9179 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9180 invoke set_breakpoint_on_gcd_function again.
9181
2b4fd423
DE
91822014-09-18 Doug Evans <dje@google.com>
9183
9184 * gdb.dwarf2/symtab-producer.exp: New file.
9185
a5947601
SDJ
91862014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9187
9188 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9189 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9190 * gdb.base/global-var-nested-by-dso.c: Likewise.
9191 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9192
91c19059
SDJ
91932014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9194 Pedro Alves <palves@redhat.com>
9195
9196 * gdb.base/watch-bitfields.exp: Pass string other than test file
9197 name to prepare_for_testing.
9198 (watch): New procedure.
9199 (expect_watchpoint): Use with_test_prefix.
9200 (top level): Factor out tests to ...
9201 (test_watch_location, test_regular_watch): ... these new
9202 procedures, and use with_test_prefix and gdb_continue_to_end.
9203
bb9d5f81
PP
92042014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9205
9206 PR breakpoints/12526
9207 * gdb.base/watch-bitfields.exp: New file.
9208 * gdb.base/watch-bitfields.c: New file.
9209
635856f5
PA
92102014-09-16 Pedro Alves <palves@redhat.com>
9211
9212 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9213 software and hardware addresses, not software address against
9214 itself.
9215
7280ceea
PA
92162014-09-16 Pedro Alves <palves@redhat.com>
9217
9218 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9219 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9220
428b16bd
PA
92212014-09-16 Pedro Alves <palves@redhat.com>
9222
9223 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9224 files.
9225 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9226 "*-*-vxworks*" throughout.
9227 * gdb.base/break.exp: Likewise.
9228 * gdb.base/default.exp: Likewise.
9229 * gdb.base/scope.exp: Likewise.
9230 * gdb.base/sepdebug.exp: Likewise.
9231 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9232 throughout.
9233 * gdb.base/run.c: Likewise.
9234 * gdb.base/sepdebug.c: Likewise.
9235 * gdb.hp/gdb.aCC/run.c: Likewise.
9236 * gdb.reverse/until-reverse.c: Likewise.
9237 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9238
666d413c
YQ
92392014-09-16 Yao Qi <yao@codesourcery.com>
9240
9241 * boards/local-remote-host-native.exp: New file.
9242
57cbd724
DE
92432014-09-14 Doug Evans <xdje42@gmail.com>
9244
9245 * gdb.threads/queue-signal.c (thread_count): New variable.
9246 (thread_count_mutex, thread_count_condvar): New variables.
9247 (incr_thread_count, wait_all_threads_running): New functions.
9248 (main): Wait for all threads to be in their thread functions.
9249
81219e53
DE
92502014-09-13 Doug Evans <xdje42@gmail.com>
9251
9252 * gdb.threads/queue-signal.c: New file.
9253 * gdb.threads/queue-signal.exp: New file.
9254
3714cea7
DE
92552014-09-13 Doug Evans <xdje42@gmail.com>
9256
9257 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9258 be consistent with what default_gdb_init uses.
9259 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9260 the plain text of the prompt. Add some logging printfs.
9261 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9262
fa43b1d7
PA
92632014-09-12 Pedro Alves <palves@redhat.com>
9264
9265 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9266 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9267 * gdb.arch/i386-size-overlap.exp: Likewise.
9268 * gdb.arch/i386-size.exp: Likewise.
9269 * gdb.arch/i386-unwind.exp: Likewise.
9270 * gdb.base/a2-run.exp: Likewise.
9271 * gdb.base/break.exp: Likewise.
9272 * gdb.base/charset.exp: Likewise.
9273 * gdb.base/chng-syms.exp: Likewise.
9274 * gdb.base/commands.exp: Likewise.
9275 * gdb.base/dbx.exp: Likewise.
9276 * gdb.base/find.exp: Likewise.
9277 * gdb.base/funcargs.exp: Likewise.
9278 * gdb.base/jit-simple.exp: Likewise.
9279 * gdb.base/reread.exp: Likewise.
9280 * gdb.base/sepdebug.exp: Likewise.
9281 * gdb.base/step-bt.exp: Likewise.
9282 * gdb.cp/mb-inline.exp: Likewise.
9283 * gdb.cp/mb-templates.exp: Likewise.
9284 * gdb.objc/basicclass.exp: Likewise.
9285 * gdb.threads/killed.exp: Likewise.
9286
9d9bf2df
EBM
92872014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9288
9289 PR tdep/17379
9290 * gdb.arch/powerpc-stackless.S: New file.
9291 * gdb.arch/powerpc-stackless.exp: New file.
9292
1cf2f1b0
JK
92932014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9294
9295 * gdb.base/attach.c: Include unistd.h.
9296 (main): Call alarm. Add label postloop.
9297 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9298 gdb_breakpoint, gdb_continue_to_breakpoint.
9299 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9300
98880d46
PA
93012014-09-11 Pedro Alves <palves@redhat.com>
9302
9303 PR gdb/17347
9304 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9305 * gdb.base/attach.exp (test_command_line_attach_run): New
9306 procedure.
9307 (top level): Call it.
9308
4c92ff2c
PA
93092014-09-11 Pedro Alves <palves@redhat.com>
9310
9311 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9312 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9313 (do_command_attach_tests): Use spawn_wait_for_attach.
9314 * gdb.base/solib-overlap.exp: Likewise.
9315 * gdb.multi/multi-attach.exp: Likewise.
9316 * gdb.python/py-prompt.exp: Likewise.
9317 * gdb.python/py-sync-interp.exp: Likewise.
9318 * gdb.server/ext-attach.exp: Likewise.
9319
3adc1a7d
GKB
93202014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9321
9322 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9323 command in testcase. Simplify testcase.
9324
96334934
JB
93252014-09-10 Joel Brobecker <brobecker@adacore.com>
9326
9327 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9328
eb479039
JB
93292014-09-10 Joel Brobecker <brobecker@adacore.com>
9330
9331 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9332
deede10c
JB
93332014-09-10 Joel Brobecker <brobecker@adacore.com>
9334
9335 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9336
7828a5f5
JB
93372014-09-10 Joel Brobecker <brobecker@adacore.com>
9338
9339 * gdb.dwarf2/dynarr-ptr.c: New file.
9340 * gdb.dwarf2/dynarr-ptr.exp: New file.
9341
33aeebcf
MR
93422014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9343
9344 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9345 of 30 rather than hardcoding 120 for a slow test case. Take the
9346 `gdb,timeout' target setting into account for this calculation.
9347 Don't extend the timeout for the test cases that don't need it.
9348
7b415901
MR
93492014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9350
9351 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9352 a factor of 2 for a slow test case. Take the `gdb,timeout'
9353 target setting into account for this calculation.
9354 * gdb.reverse/until-precsave.exp: Increase the timeout by
9355 a factor of 15 and 3 respectively rather than adding 120
9356 for a pair of slow test cases. Take the `gdb,timeout'
9357 target setting into account for this calculation.
9358
4a40f85a
MR
93592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9360
9361 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9362 timeout, don't pass one down to gdb_expect.
9363 (gdb_expect): Rework timeout selection.
9364
09635af7
MR
93652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9366
9367 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9368 exception on timeout.
9369 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9370 (gdbserver_start_extended): Catch any `gdbserver_start' error
9371 exceptions.
9372 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9373 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9374 `gdbserver_gdb_load' error exceptions.
9375
2bdd10b7
MR
93762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9377
9378 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9379 120 on waiting for the TCP socket to open.
9380
316935f0
DE
93812014-09-09 Doug Evans <xdje42@gmail.com>
9382
9383 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9384 _caller_matches, _any_caller_is, _any_caller_matches.
9385
83740597
DE
93862014-09-09 Doug Evans <xdje42@gmail.com>
9387
9388 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9389
4c122fc3
YQ
93902014-09-09 Yao Qi <yao@codesourcery.com>
9391
9392 * gdb.mi/mi-var-display.exp: Set print symbol off.
9393
a9f116cb
GKB
93942014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9395
9396 PR gdb/17035
9397 * gdb.base/commands.exp: Add tests to verify user-defined
9398 commands with empty bodies.
9399 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9400 python commands in `show user command`.
9401 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9402 scheme commands in `show user command`.
9403
c75bd3a2
JK
94042014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9405
9406 PR python/17355
9407 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9408 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9409 * gdb.python/py-framefilter-invalidarg.exp: New file.
9410 * gdb.python/py-framefilter-invalidarg.py: New file.
9411
faa42425
DE
94122014-09-06 Doug Evans <xdje42@gmail.com>
9413
9414 PR 15276
9415 * gdb.python/py-caller-is.c: New file.
9416 * gdb.python/py-caller-is.exp: New file.
9417
474ca4f6
SDJ
94182014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9419
9420 PR gdb/17235
9421 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9422 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9423
eb0b0463
SDJ
94242014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9425
9426 PR fortran/17237
9427 * gdb.fortran/print-formatted.exp: New file.
9428 * gdb.fortran/print-formatted.f90: Likewise.
9429
5f3b99cf
SS
94302014-09-03 Sasha Smundak <asmundak@google.com>
9431
9432 * gdb.python/py-frame.exp: Test Frame.read_register.
9433
7d793aa9
SDJ
94342014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9435
9436 PR python/16699
9437 * gdb.python/py-completion.exp: New file.
9438 * gdb.python/py-completion.py: Likewise.
9439
fb0576e9
DE
94402014-08-28 Doug Evans <dje@google.com>
9441
9442 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9443 eax,etc. are live with values set by gdb and thus the compiler can't
9444 use them.
9445 * gdb.arch/i386-pseudo.c (main): Ditto.
9446
ee92b0dd
DE
94472014-08-27 Doug Evans <dje@google.com>
9448
9449 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9450
6649db35
DE
94512014-08-25 Doug Evans <dje@google.com>
9452
9453 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9454 (main): Ditto.
9455
564b7600
DE
94562014-08-25 Doug Evans <dje@google.com>
9457
9458 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9459
3881fb67
YQ
94602014-08-24 Yao Qi <yao@codesourcery.com>
9461
9462 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9463 symbol off.
9464 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9465
a05a36a5
DE
94662014-08-22 Doug Evans <dje@google.com>
9467
9468 PR 17276
9469 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9470 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9471 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9472
7c343b48
YQ
94732014-08-22 Yao Qi <yao@codesourcery.com>
9474
9475 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9476 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9477 * gdb.python/python.exp: Likewise. Use .py file on the host
9478 instead of the build.
9479
22fd09ae
JK
94802014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9481
9482 * gdb.threads/gcore-stale-thread.c: New file.
9483 * gdb.threads/gcore-stale-thread.exp: New file.
9484
a8454a7c
PA
94852014-08-21 Pedro Alves <palves@redhat.com>
9486
9487 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9488 * gdb.base/gcore-relro-pie.exp: Likewise.
9489 * gdb.base/gcore-relro.exp: Likewise.
9490 * gdb.base/gcore.exp: Likewise.
9491 * gdb.base/print-symbol-loading.exp: Likewise.
9492 * gdb.threads/gcore-thread.exp: Likewise.
9493 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9494
2a31c623
PA
94952014-08-20 Pedro Alves <palves@redhat.com>
9496 Jan Kratochvil <jan.kratochvil@redhat.com>
9497
9498 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9499 configure.
9500 (EXPECT): Handle READ1 being set.
9501 (all): Depend on EXTRA_RULES.
9502 (check-read1, expect-read1, read1.so, read1): New rules.
9503 * README (Testsuite Parameters): Document the READ1 make variable.
9504 (Race detection): New section.
9505 * configure: Regenerate.
9506 * configure.ac: If build==host==target, and running under a
9507 GNU/glibc system, add read1 to the extra Makefile rules.
9508 (EXTRA_RULES): AC_SUBST it.
9509 * lib/read1.c: New file.
9510
d36430db
JB
95112014-08-20 Joel Brobecker <brobecker@adacore.com>
9512
9513 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9514 the handling of variables declared as a typedef to an array
9515 which a DW_AT_data_location attribute.
9516
9a0dc9e3
PA
95172014-08-19 Andrew Burgess <aburgess@broadcom.com>
9518 Pedro Alves <palves@redhat.com>
9519
9520 PR symtab/14604
9521 PR symtab/14605
9522 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9523 gdb_test.
9524
0718a8da
PA
95252014-08-19 Pedro Alves <palves@redhat.com>
9526
9527 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9528
13b448cd
YQ
95292014-08-19 Yao Qi <yao@codesourcery.com>
9530
9531 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9532 right line.
9533
1cbf5077
DB
95342014-08-18 David Blaikie <dblaikie@gmail.com>
9535
9536 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9537
bf0fae19
JB
95382014-08-18 Joel Brobecker <brobecker@adacore.com>
9539
9540 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9541 attribute in array range.
9542
3c8c5dcc
JB
95432014-08-18 Joel Brobecker <brobecker@adacore.com>
9544
9545 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9546
e66d4446
SC
95472014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9548
9549 PR c++/17132
9550 * gdb.cp/pr17132.cc: New file.
9551 * gdb.cp/pr17132.exp: New file.
9552
940df408
SC
95532014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9554
9555 * gdb.python/py-xmethods.py (A_getarrayind)
9556 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9557 Use 'print' with function call syntax.
9558 (E_method_matcher.match): Fix tab vs space indentation mixup.
9559
ebcc6c3a
YQ
95602014-08-15 Yao Qi <yao@codesourcery.com>
9561
9562 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9563 false.
9564
775e0f04
YQ
95652014-08-15 Yao Qi <yao@codesourcery.com>
9566
9567 * gdb.cp/casts.exp: Set print symbol off.
9568 * gdb.cp/class2.exp: Likewise.
9569 * gdb.cp/overload.exp: Likewise.
9570 * gdb.cp/templates.exp: Likewise.
9571
d769e349
DE
95722014-08-11 Doug Evans <dje@google.com>
9573
9574 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9575 (test_load_shlib): Update.
9576
20c6f1e1
YQ
95772014-08-09 Yao Qi <yao@codesourcery.com>
9578
9579 * gdb.base/display.exp: Invoke is_address_zero_readable.
9580 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9581 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9582 * gdb.base/hbreak-unmapped.exp: Return if
9583 is_address_zero_readable returns true.
9584 * gdb.base/signest.exp: Likewise.
9585 * gdb.base/signull.exp: Likewise.
9586 * gdb.base/sigbpt.exp: Likewise.
9587 * gdb.guile/scm-disasm.exp: Do the test if
9588 is_address_zero_readable returns false.
9589 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9590 * gdb.python/py-arch.exp: Likewise.
9591 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9592 * lib/gdb.exp (is_address_zero_readable): New proc.
9593
5792e8e3
YQ
95942014-08-09 Yao Qi <yao@codesourcery.com>
9595
9596 PR testsuite/13443
9597 * gdb.mi/mi-var-display.exp: Make test messages unique.
9598
3cecbbbe
TT
95992014-08-04 Tom Tromey <tromey@redhat.com>
9600
9601 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9602 target 0".
9603
00b51ff5
TT
96042014-08-04 Tom Tromey <tromey@redhat.com>
9605
9606 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9607 "target_resume".
9608
6908c509
JB
96092014-08-01 Joel Brobecker <brobecker@adacore.com>
9610
9611 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9612 inner_vla_struct_object_size.
9613 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9614 as xfail.
9615
cc6563d2
PA
96162014-07-30 Pedro Alves <palves@redhat.com>
9617
9618 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9619 comment.
9620
7e09a223
YQ
96212014-07-29 Yao Qi <yao@codesourcery.com>
9622
9623 PR gdb/17206
9624 * gdb.base/until-nodebug.exp: New.
9625
7ebdbe92
DE
96262014-07-28 Doug Evans <xdje42@gmail.com>
9627
9628 PR guile/17203
9629 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9630 previously existing parameter, and previously ambiguously spelled
9631 parameter.
9632
fdb1adc6
WN
96332014-07-28 Will Newton <will.newton@linaro.org>
9634
9635 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9636
186fcde0
DE
96372014-07-26 Ludovic Courtès <ludo@gnu.org>
9638 Doug Evans <xdje42@gmail.com>
9639
9640 PR guile/17146
9641 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9642
70509625
PA
96432014-07-25 Pedro Alves <palves@redhat.com>
9644
9645 * gdb.threads/signal-command-handle-nopass.c: New file.
9646 * gdb.threads/signal-command-handle-nopass.exp: New file.
9647 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9648 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9649 * gdb.threads/signal-delivered-right-thread.c: New file.
9650 * gdb.threads/signal-delivered-right-thread.exp: New file.
9651
c3f814a1
PA
96522014-07-25 Pedro Alves <palves@redhat.com>
9653
9654 * gdb.base/double-prompt-target-event-error.exp
9655 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9656 match.
9657 (cancel_pagination_in_target_event): Rework double prompt
9658 detection.
9659 * gdb.base/paginate-after-ctrl-c-running.exp
9660 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9661 <return>' match.
9662 * gdb.base/paginate-bg-execution.exp
9663 (test_bg_execution_pagination_return)
9664 (test_bg_execution_pagination_cancel): Remove '-notransfer
9665 <return>' matches.
9666 * gdb.base/paginate-execution-startup.exp
9667 (test_fg_execution_pagination_return)
9668 (test_fg_execution_pagination_cancel): Remove '-notransfer
9669 <return>' matches.
9670 * gdb.base/paginate-inferior-exit.exp
9671 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9672 match.
9673 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9674 * lib/gdb.exp (pagination_prompt): Run text through
9675 string_to_regexp.
9676 (gdb_test_multiple): Match $pagination_prompt instead of
9677 "<return>".
9678 (string_to_regexp): Move to lib/gdb-utils.exp.
9679
e214cf6c
JK
96802014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9681
9682 * gdb.arch/amd64-entry-value-paramref.S: New file.
9683 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9684 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9685 * gdb.arch/amd64-optimout-repeat.S: New file.
9686 * gdb.arch/amd64-optimout-repeat.c: New file.
9687 * gdb.arch/amd64-optimout-repeat.exp: New file.
9688
17d0c5c8
JK
96892014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9690
9691 PR gdb/17170
9692 * gdb.base/statistics.exp: New file.
9693
b8b8facf
DE
96942014-07-17 Doug Evans <dje@google.com>
9695
74b49205 9696 PR gdb/17170
b8b8facf
DE
9697 * gdb.base/maint.exp: Update testing of per-command stats.
9698
1b5d0ab3
PA
96992014-07-16 Pedro Alves <palves@redhat.com>
9700
9701 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9702 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9703 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9704 (tfile_write_buf): New functions.
9705 (add_memory_block): Rewrite using the above.
9706 (adjust_function_address): New function.
9707 (FUNCTION_ADDRESS): New macro.
9708 (write_basic_trace_file): Remove short_x local, and use
9709 tfile_write_16. Change type of func_addr local to unsigned long
9710 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9711 here. Cast argument of add_memory_block to char pointer.
9712 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9713 (main): Remove parameters.
9714 * gdb.trace/tfile.exp: Remove nowarnings.
9715
4d974e88
SM
97162014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9717
9718 * gdb.base/debug-expr.exp: Test string evaluation with
9719 "debug expression" on.
9720
41e99568
PA
97212014-07-15 Pedro Alves <palves@redhat.com>
9722
9723 * gdb.base/reread.exp: Use clean_restart.
9724
487d9753
PL
97252014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9726
9727 * gdb.arch/avr-flash-qualifer.c: New.
9728 * gdb.arch/avr-flash-qualifer.exp: New.
9729
cc1c52ad
PA
97302014-07-14 Pedro Alves <palves@redhat.com>
9731
9732 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9733 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9734
1e973570
PA
97352014-07-14 Pedro Alves <palves@redhat.com>
9736
9737 * gdb.base/double-prompt-target-event-error.c: New file.
9738 * gdb.base/double-prompt-target-event-error.exp: New file.
9739
93d6eb10
PA
97402014-07-14 Pedro Alves <palves@redhat.com>
9741
9742 PR gdb/17072
9743 * gdb.base/paginate-inferior-exit.c: New file.
9744 * gdb.base/paginate-inferior-exit.exp: New file.
9745
0017922d
PA
97462014-07-14 Pedro Alves <palves@redhat.com>
9747
9748 PR gdb/17072
9749 * gdb.base/paginate-bg-execution.c: New file.
9750 * gdb.base/paginate-bg-execution.exp: New file.
9751
94696ad3
PA
97522014-07-14 Pedro Alves <palves@redhat.com>
9753
9754 PR gdb/17072
9755 * gdb.base/paginate-execution-startup.c: New file.
9756 * gdb.base/paginate-execution-startup.exp: New file.
9757 * lib/gdb.exp (pagination_prompt): New global.
9758 (default_gdb_spawn): New procedure, factored out from
9759 default_gdb_spawn.
9760 (default_gdb_start): Adjust to call default_gdb_spawn.
9761 (gdb_spawn): New procedure.
9762
bd293940
PA
97632014-07-14 Pedro Alves <palves@redhat.com>
9764
9765 * lib/gdb.exp (gdb_assert): New procedure.
9766 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9767
c933f875
PA
97682014-07-14 Pedro Alves <palves@redhat.com>
9769
9770 * gdb.base/execution-termios.c: New file.
9771 * gdb.base/execution-termios.exp: New file.
9772
d98b7a16
TT
97732014-07-14 Tom Tromey <tromey@redhat.com>
9774
9775 * gdb.cp/vla-cxx.cc: New file.
9776 * gdb.cp/vla-cxx.exp: New file.
9777
548740d6
TT
97782014-07-14 Tom Tromey <tromey@redhat.com>
9779
9780 * gdb.reverse/rerun-prec.c: New file.
9781 * gdb.reverse/rerun-prec.exp: New file.
9782
a25eb028
MR
97832014-07-12 Maciej W. Rozycki <macro@mips.com>
9784 Maciej W. Rozycki <macro@codesourcery.com>
9785
9786 * lib/gdb-utils.exp: New file.
9787 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9788 inline `gdb_init_command' processing.
9789 (gdb_start_cmd): Likewise.
9790 * lib/mi-support.exp (mi_run_cmd): Likewise.
9791 * README: Document `gdb_init_command' and `gdb_init_commands'.
9792
218c2655
JK
97932014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9794
9795 Fix false FAIL running under a very long directory name.
9796 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9797 and "set print elements 10000". Twice.
9798
5401fde3
YQ
97992014-07-11 Yao Qi <yao@codesourcery.com>
9800
9801 * gdb.base/exprs.exp: "set print symbol off".
9802
e76126e8
PA
98032014-07-11 Pedro Alves <palves@redhat.com>
9804
9805 * gdb.threads/kill.c: New file.
9806 * gdb.threads/kill.exp: New file.
9807
2d6f0de6
YQ
98082014-07-10 Yao Qi <yao@codesourcery.com>
9809
9810 * gdb.trace/tfile.c (write_basic_trace_file)
9811 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9812 address written to trace file.
9813
7180e04a
PA
98142014-07-09 Pedro Alves <palves@redhat.com>
9815
9816 * gdb.base/attach-wait-input.exp: New file.
9817 * gdb.base/attach-wait-input.c: New file.
9818
9a9a7608
AB
98192014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9820
9821 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9822 setting up test structures.
9823 (main): Call new test function.
9824 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9825 test function, continue into test function and walk test
9826 structures.
9827
161ac41e
YQ
98282014-07-02 Yao Qi <yao@codesourcery.com>
9829
9830 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9831 'bar_start' at the beginning of functions 'foo' and 'bar'
9832 respectively.
9833 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9834 instead of 'foo' and 'bar'.
9835
1f267ae3
MM
98362014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9837
9838 * gdb.btrace/segv.exp: New.
9839 * gdb.btrace/segv.c: New.
9840
2b239efb
LM
98412014-07-02 Luis Machado <lgustavo@codesourcery.com>
9842
9843 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9844 instruction.
9845
cf363f18
MW
98462014-06-30 Mark Wielaard <mjw@redhat.com>
9847
9848 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9849 vulture, vilify, villar): New volatile array constants.
9850 (vindictive, vegetation): New const volatile array constants.
9851 * gdb.base/volatile.exp: Test volatile and const volatile array
9852 types.
9853
aebf9d24
AA
98542014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9855
9856 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9857 target lacks support for awatch, rwatch, or hbreak.
9858
b67a2c6f
YQ
98592014-06-27 Yao Qi <yao@codesourcery.com>
9860
9861 * gdb.multi/dummy-frame-restore.exp: New.
9862 * gdb.multi/dummy-frame-restore.c: New.
9863
aef92902
MM
98642014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9865
9866 * gdb.btrace/gcore.exp: New.
9867
8e9db26e
PA
98682014-06-23 Pedro Alves <palves@redhat.com>
9869
9870 * gdb.base/watchpoint-reuse-slot.c: New file.
9871 * gdb.base/watchpoint-reuse-slot.exp: New file.
9872
70afc5b7
SC
98732014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9874
9875 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9876 progspace's filename in 'info', 'enable' and 'disable' command
9877 tests.
9878
b972bd9c
JK
98792014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9880
9881 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9882 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9883 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9884
125f8a3d
GB
98852014-06-20 Gary Benson <gbenson@redhat.com>
9886
9887 * gdb.arch/i386-avx.exp: Fix include file location.
9888 * gdb.arch/i386-sse.exp: Likewise.
9889
3ed9baed
IB
98902014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9891
9892 * gdb.dlang/expression.exp: New file.
9893
034f788c
PA
98942014-06-19 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9897 out from ...
9898 (top level): ... here. Iterate running tests under different
9899 scheduler-locking settings.
9900
45371d0c
LM
99012014-06-18 Luis Machado <lgustavo@codesourcery.com>
9902
9903 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9904 to DW_FORM_addr and use non-zero addresses.
9905
5d376983
SC
99062014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9907
9908 PR gdb/17017
9909 * gdb.python/py-xmethods.cc: Add global function call counters and
9910 increment them in their respective functions. Remove "cout"
9911 statements.
9912 * gdb.python/py-xmethods.exp: Make tests check the global function
9913 call counters instead of depending on inferior IO.
9914
a1aa2221
LM
99152014-06-18 Don Breazeal <donb@codesourcery.com>
9916
9917 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9918 Deleted procedure.
9919 (explicit_fork_parent_follow): Deleted procedure.
9920 (explicit_fork_child_follow): Deleted procedure.
9921 (test_follow_fork): New procedure.
9922 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9923 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9924 procedure calls.
9925
0fc05997
YQ
99262014-06-17 Yao Qi <yao@codesourcery.com>
9927
9928 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9929 CP1252.
9930
70795c52
LM
99312014-06-17 Luis Machado <lgustavo@codesourcery.com>
9932
9933 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9934 Initialize ptr and S explicitly.
9935 (skip_type_update_when_not_use_rtti_test): Likewise.
9936
6be47f0c
KS
99372014-06-16 Keith Seitz <keiths@redhat.com>
9938
9939 PR mi/15863
9940 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9941 the inferior is started.
9942
d03de421
PA
99432014-06-16 Pedro Alves <palves@redhat.com>
9944
9945 * gdb.base/break-main-file-remove-fail.c: New file.
9946 * gdb.base/break-main-file-remove-fail.exp: New file.
9947 * gdb.base/break-unload-file.exp: Use build_executable instead of
9948 prepare_for_testing.
9949 (test_break): New parameter "initial_load". Handle it.
9950 (top level): Add initial_load cmdline/file axis.
9951
f9579b99
TT
99522014-06-12 Tom Tromey <tromey@redhat.com>
9953
9954 * gdb.base/completion.exp: Don't use directory name in test.
9955
3657956b
GB
99562014-06-09 Gary Benson <gbenson@redhat.com>
9957
9958 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9959 separate the always-available ANSI-standard signals from the
9960 signals that require checking.
9961 (main): Likewise.
9962 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9963 Likewise.
9964 (main): Likewise.
9965
4186eb54
KS
99662014-06-07 Keith Seitz <keiths@redhat.com>
9967
9968 Revert:
9969 PR c++/16253
9970 * gdb.cp/var-tag.cc: New file.
9971 * gdb.cp/var-tag.exp: New file.
9972 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9973 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9974 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9975 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9976
25326a28 99772014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9978
9979 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9980
829155c9
PA
99812014-06-06 Pedro Alves <palves@redhat.com>
9982
9983 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9984 in target debug output instead of looking at RSP packets,
9985 disabling the test on any target that uses hardware stepping.
9986 Update comments.
9987
61c8d22e
PA
99882014-06-06 Pedro Alves <palves@redhat.com>
9989
9990 * gdb.base/break-unload-file.exp: Fix typo.
9991
d9a47287
YQ
99922014-06-06 Yao Qi <yao@codesourcery.com>
9993
9994 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9995 from "jit_function" to "^jit_function".
9996
e5e01dbf
YQ
99972014-06-06 Yao Qi <yao@codesourcery.com>
9998
9999 * gdb.base/async.c (foo): Add one statement.
10000 * gdb.base/async.exp: Get the next instruction address and
10001 match the output of "nexti" by instruction address. Match
10002 the hex address in the output of "finish".
10003
73ba372c
GB
100042014-06-06 Gary Benson <gbenson@redhat.com>
10005
10006 * gdb.base/call-signals.c: Remove preprocessor conditionals
10007 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10008 SIGSEGV and SIGTERM.
10009 * gdb.base/sigall.c: Likewise.
10010 * gdb.base/unwindonsignal.c: Likewise.
10011 * gdb.reverse/sigall-reverse.c: Likewise.
10012
831517df
YQ
100132014-06-06 Yao Qi <yao@codesourcery.com>
10014
10015 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10016 readable, skip the test.
10017
b8b91e98
YQ
100182014-06-06 Yao Qi <yao@codesourcery.com>
10019
10020 * gdb.threads/staticthreads.c (thread_function): Move the line
10021 setting breakpoint on forward.
10022 * gdb.threads/staticthreads.exp: Update comments.
10023
fb934770
LC
100242014-06-05 Ludovic Courtès <ludo@gnu.org>
10025
10026 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10027 "history-append! type error".
10028
6ef284bd
SM
100292014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10030
10031 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10032 erroneous dprintf expected input.
10033
a872e241
DE
100342014-06-04 Doug Evans <xdje42@gmail.com>
10035
10036 * gdb.guile/scm-generics.exp: Delete.
10037
16f691fb
DE
100382014-06-04 Doug Evans <xdje42@gmail.com>
10039
10040 * gdb.guile/scm-breakpoint.exp: Update.
10041 Add tests for breakpoint registration.
10042
012370f6
TT
100432014-06-04 Tom Tromey <tromey@redhat.com>
10044
10045 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10046 VLA-in-union.
10047 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10048 inner_vla_struct, vla_union types. Initialize objects of those
10049 types and compute their sizes.
10050
9f5a4cef
HZ
100512014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10052 Hui Zhu <hui@codesourcery.com>
10053
10054 * gdb.base/fileio.exp: Add test for shell not available as well as
10055 available.
10056 * gdb.base/fileio.c (test_system): Check for shell twice.
10057
90a45c4d
YQ
100582014-06-04 Yao Qi <yao@codesourcery.com>
10059
10060 * gdb.base/auto-connect-native-target.exp: Remove redundant
10061 space from the regexp pattern.
10062
70017e41
YQ
100632014-06-04 Yao Qi <yao@codesourcery.com>
10064
10065 * gdb.base/default.exp: Replace "child" with "native" in
10066 regexp pattern.
10067
883964a7
SC
100682014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10069
10070 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10071 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10072 * gdb.python/py-xmethods.py: Python script supporting the
10073 new testcase and tests.
10074
ef370185
JB
100752014-06-03 Joel Brobecker <brobecker@adacore.com>
10076 Pedro Alves <palves@redhat.com>
10077
10078 PR breakpoints/17000
10079 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10080 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10081
1e2ccb61
BM
100822014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10083
10084 * gdb.base/subst.exp: Add tests to verify partial path matching
10085 output.
10086
c6ec5ab2
PA
100872014-06-03 Pedro Alves <palves@redhat.com>
10088
10089 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10090 target that doesn't use software single-stepping.
10091
835c559f
PA
100922014-06-03 Pedro Alves <palves@redhat.com>
10093
10094 PR breakpoints/17000
10095 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10096 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10097
06eb1586
DE
100982014-06-02 Doug Evans <xdje42@gmail.com>
10099
10100 * gdb.guile/scm-parameter.exp: New file.
10101
e698b8c4
DE
101022014-06-02 Doug Evans <xdje42@gmail.com>
10103
10104 * gdb.guile/scm-cmd.c: New file.
10105 * gdb.guile/scm-cmd.exp: New file.
10106
ded03782
DE
101072014-06-02 Doug Evans <xdje42@gmail.com>
10108
10109 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10110 pretty-printer lookup.
10111 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10112 (make-pp_s-printer): Call it.
10113 (make-pretty-printer-from-dict): New function.
10114 (lookup-pretty-printer-maker-from-dict): New function.
10115 (*pretty-printer*): Simplify.
10116 (make-objfile-pp_s-printer): New function.
10117 (install-objfile-pretty-printers!): New function.
10118 (make-progspace-pp_s-printer): New function.
10119 (install-progspace-pretty-printers!): New function.
10120 * gdb.guile/scm-progspace.c: New file.
10121 * gdb.guile/scm-progspace.exp: New file.
10122
41fac0cf
PA
101232014-06-02 Pedro Alves <palves@redhat.com>
10124
10125 * gdb.base/dprintf-bp-same-addr.c: New file.
10126 * gdb.base/dprintf-bp-same-addr.exp: New file.
10127
96ae5695
EBM
101282014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10129
10130 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10131 * gdb.arch/powerpc-power.s: Likewise.
10132
da02b3a8
JB
101332014-06-02 Joel Brobecker <brobecker@adacore.com>
10134
10135 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10136
c72b2e7b
YQ
101372014-06-01 Yao Qi <yao@codesourcery.com>
10138
10139 * gdb.base/watchpoint.exp (test_watch_location): Check null
10140 pointer can be dereferenced. If not, do the test, otherwise
10141 skip it.
10142
53e8a631
AB
101432014-05-30 Andrew Burgess <aburgess@broadcom.com>
10144
10145 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10146 results.
10147 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10148
938f0e2f
AB
101492014-05-30 Andrew Burgess <aburgess@broadcom.com>
10150
10151 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10152 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10153 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10154 * gdb.arch/amd64-invalid-stack-top.c: New file.
10155 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10156
9ba6657a
PA
101572014-05-30 Pedro Alves <palves@redhat.com>
10158
10159 PR breakpoints/17000
10160 * gdb.base/sss-bp-on-user-bp.c: New file.
10161 * gdb.base/sss-bp-on-user-bp.exp: New file.
10162
522c09bf
DB
101632014-05-30 David Blaikie <dblaikie@gmail.com>
10164
10165 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10166 gnu_inline semantics via attribute.
10167 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10168 source explicitly specifies the required semantics.
10169
bf4ef81e
MR
101702014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10171
10172 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10173
329ea579
PA
101742014-05-29 Pedro Alves <palves@redhat.com>
10175 Tom Tromey <tromey@redhat.com>
10176
10177 * gdb.base/async-shell.exp: Don't enable target-async.
10178 * gdb.base/async.exp
10179 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10180 parameter. Adjust.
10181 (top level): Don't test with "target-async".
10182 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10183 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10184 * gdb.base/inferior-died.exp: Don't enable target-async.
10185 * gdb.base/interrupt-noterm.exp: Likewise.
10186 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10187 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10188 * gdb.mi/mi-nonstop.exp: Likewise.
10189 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10190 * gdb.mi/mi-nsintrall.exp: Likewise.
10191 * gdb.mi/mi-nsmoribund.exp: Likewise.
10192 * gdb.mi/mi-nsthrexec.exp: Likewise.
10193 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10194 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10195 * gdb.python/py-evsignal.exp: Don't enable target-async.
10196 * gdb.python/py-evthreads.exp: Likewise.
10197 * gdb.python/py-prompt.exp: Likewise.
10198 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10199 * gdb.server/solib-list.exp: Don't enable target-async.
10200 * gdb.threads/thread-specific-bp.exp: Likewise.
10201 * lib/mi-support.exp: Adjust to use mi-async.
10202
fd664c91
PA
102032014-05-29 Pedro Alves <palves@redhat.com>
10204
10205 PR gdb/13860
10206 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10207 reason, even in sync mode.
10208
251bde03
PA
102092014-05-29 Pedro Alves <palves@redhat.com>
10210 Hui Zhu <hui@codesourcery.com>
10211
10212 PR PR15693
10213 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10214 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10215 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10216 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10217
7f3c0343
JB
102182014-05-28 Joel Brobecker <brobecker@adacore.com>
10219
10220 * config/monitor.exp (gdb_target_monitor): Replace use of
10221 "set remotebaud" by "set serial baud".
10222
b2715b27
AW
102232014-05-26 Andy Wingo <wingo@igalia.com>
10224
10225 * gdb.guile/scm-breakpoint.exp:
10226 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10227 properties instead of gdb-object-properties.
10228
498a4489
YQ
102292014-05-26 Yao Qi <yao@codesourcery.com>
10230
10231 * gdb.server/no-thread-db.exp: Specify source file name
10232 explicitly when setting a breakpoint.
10233
589fdceb
MM
102342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10235
10236 * gdb.btrace/vdso.c: New.
10237 * gdb.btrace/vdso.exp: New.
10238
e9089e05
MM
102392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10240
10241 * gdb.base/gcore.exp (capture_command_output): Move ...
10242 * lib/gdb.exp (capture_command_output): ... here.
10243
67b5c0c1
MM
102442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10245
10246 * gdb.btrace/data.exp: Test memory access during btrace replay.
10247
a2199296
SM
102482014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10249
10250 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10251
17b2616c
PA
102522014-05-21 Pedro Alves <palves@redhat.com>
10253
10254 PR gdb/13860
10255 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10256 (top level): Test that output related to execution commands is
10257 sent to the console with CLI commands, but not with MI commands.
10258 Test that breakpoint events are always mirrored to the console.
10259 Also expect the new source line to be output after a "next" in
10260 async mode too. Make it a pass/fail test.
10261 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10262 output.
10263 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10264
5166082f
PA
102652014-05-21 Pedro Alves <palves@redhat.com>
10266
10267 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10268 Use them to test variations of "list" after reaching a breakpoint.
10269 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10270 Test "list" with listsize 10 after reaching a breakpoint.
10271 * gdb.python/python.exp (decode_line current location line
10272 number): Adjust expected line number.
10273
2f25d70f
SM
102742014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10275
10276 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10277 behavior for $args, pass it directly to "run".
10278
ff604a67
MR
102792014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10280
10281 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10282 30000 to 65536.
10283
6a3cb8e8
PA
102842014-05-21 Pedro Alves <palves@redhat.com>
10285
10286 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10287 auto-connect-native-target off".
10288 * gdb.base/auto-connect-native-target.c: New file.
10289 * gdb.base/auto-connect-native-target.exp: New file.
10290
4ebfc96e
PA
102912014-05-21 Pedro Alves <palves@redhat.com>
10292
10293 * gdb.base/default.exp: Test "target native" instead of "target
10294 child".
10295
36d46afb
MW
102962014-05-21 Mark Wielaard <mjw@redhat.com>
10297
10298 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10299
5876f503
JK
103002014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10301
10302 Fix TLS access for -static -pthread.
10303 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10304 <HAVE_TLS> (thread_function, main): Initialize it.
10305 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10306 Add clean_restart.
10307 <$have_tls != "">: Check TLSVAR.
10308
0256a6ac
PA
103092014-05-21 Pedro Alves <palves@redhat.com>
10310
10311 * gdb.base/dcache-line-read-error.c: New.
10312 * gdb.base/dcache-line-read-error.exp: New.
10313
936d2992
PA
103142014-05-20 Pedro Alves <palves@redhat.com>
10315
10316 * gdb.base/compare-sections.c: New file.
10317 * gdb.base/compare-sections.exp: New file.
10318
802e8e6d
PA
103192014-05-20 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.base/break-idempotent.c: New file.
10322 * gdb.base/break-idempotent.exp: New file.
10323
e59fa00f
MM
103242014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10325
10326 * gdb.btrace/nohist.exp: New.
10327
8b696e31
YQ
103282014-05-20 Yao Qi <yao@codesourcery.com>
10329
10330 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10331 gdb.reverse directory and gdb_reverse_timeout exists in board
10332 setting.
10333 * README: Document gdb_reverse_timeout.
10334
73c9764f
YQ
103352014-05-20 Yao Qi <yao@codesourcery.com>
10336
10337 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10338 'test_file_name'. Treat args as a string instead of a list.
10339 (gdb_init): Rename argument 'args' by 'test_file_name'.
10340
f1f4348a
JK
103412014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10342
10343 * gdb.arch/powerpc-power.exp: New file.
10344 * gdb.arch/powerpc-power.s: New file.
10345
0dbe70ce
DE
103462014-05-16 Doug Evans <dje@google.com>
10347
10348 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10349 * gdb.base/completion.exp: Check that all expected files exist
10350 before doing file completion.
0dbe70ce 10351
8d551b02
DE
103522014-05-16 Doug Evans <dje@google.com>
10353
10354 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10355 Update.
10356 (do_syscall_tests_without_xml): Update.
10357
73eb7709
PA
103582014-05-16 Pedro Alves <palves@redhat.com>
10359
10360 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10361 instead of "unknown output after running".
10362
3fae92fc
YQ
103632014-05-16 Yao Qi <yao@codesourcery.com>
10364
10365 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10366 file1.txt from host at the end.
10367 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10368
c2b2ccc5
DE
103692014-05-15 Doug Evans <dje@google.com>
10370
10371 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10372 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10373 loading file. Add test for TU lookup.
10374
8c217a4b
SM
103752014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10376
10377 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10378 calling "-exec-arguments" or "set args" before running the
10379 inferior.
10380
3deb39c6
SM
103812014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10382
10383 * lib/mi-support.exp (mi_expect_stop): Expect message for
10384 inferiors that exit with non-zero exit code.
10385
71a79f8c
YQ
103862014-05-14 Yao Qi <yao@codesourcery.com>
10387
10388 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10389 match absolute path on remote host.
10390 (test_file_list_exec_source_files): Remove "/" from the
10391 pattern.
10392
f23fcd46
YQ
103932014-05-14 Yao Qi <yao@codesourcery.com>
10394
10395 * boards/local-remote-host-notty.exp (${board}_file): New
10396 proc.
10397
9404b58f
KM
103982014-05-07 Kyle McMartin <kyle@redhat.com>
10399
10400 Pushed by Joel Brobecker <brobecker@adacore.com>.
10401 * gdb.arch/aarch64-atomic-inst.c: New file.
10402 * gdb.arch/aarch64-atomic-inst.exp: New file.
10403
5e45f04c
YQ
104042014-05-07 Yao Qi <yao@codesourcery.com>
10405
10406 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10407 in current context" too.
10408
c888a17d
KS
104092014-05-05 Keith Seitz <keiths@redhat.com>
10410
10411 * gdb.linespec/ls-dollar.exp: Add test for linespec
10412 file:convenience_variable.
10413
290a839c
YQ
104142014-05-05 Yao Qi <yao@codesourcery.com>
10415
10416 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10417 traceframes into tfile and ctf trace files. Read data from
10418 trace file and test collected data.
10419 (gdb_collect_locals_test): Likewise.
10420 (gdb_unavailable_registers_test): Likewise.
10421 (gdb_unavailable_floats): Likewise.
10422 (gdb_collect_globals_test): Likewise.
10423 (top-level): Append "ctf" to trace_file_targets if GDB
10424 supports.
10425
b5262cd0
YQ
104262014-05-05 Yao Qi <yao@codesourcery.com>
10427
10428 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10429 code to ...
10430 (gdb_collect_args_test_1): ... it. New proc.
10431 (gdb_collect_locals_test): Move some code to ...
10432 (gdb_collect_locals_test_1): ... it. New proc.
10433 (gdb_unavailable_registers_test): Move some code to ...
10434 (gdb_unavailable_registers_test_1): ... it. New proc.
10435 (gdb_unavailable_floats): Move some code to ...
10436 (gdb_unavailable_floats_1): ... it. New proc.
10437
30a1e6cc
SDJ
104382014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10439
10440 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10441 probes to test for bitness recognition.
10442 * gdb.arch/amd64-stap-optional-prefix.exp
10443 (test_probe_value_without_reg): New procedure.
10444 Add code to test for different kinds of bitness.
10445
f33da99a
SDJ
104462014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10447
10448 PR breakpoints/16889
10449 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10450 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10451
5b80f00d
PA
104522014-05-01 Pedro Alves <palves@redhat.com>
10453
10454 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10455 gdb_file_cmd if no file is specified.
10456 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10457 last_loaded_file to set the remote exec-file.
10458
f8c2a73c
PA
104592014-05-01 Pedro Alves <palves@redhat.com>
10460
10461 * boards/local-remote-host.exp: New file.
10462
be6e8ac7
PA
104632014-05-01 Pedro Alves <palves@redhat.com>
10464
10465 * boards/local-remote-host.exp: Rename to ...
10466 * boards/local-remote-host-notty.exp: ... this.
10467
cac0dc8f
JB
104682014-04-28 Joel Brobecker <brobecker@adacore.com>
10469
10470 * gdb.ada/dyn_arrayidx: New testcase.
10471
9730e6cc
YQ
104722014-04-26 Yao Qi <yao@codesourcery.com>
10473
10474 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10475 and compute the length of function main. Save it in
10476 $main_length.
10477 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10478 (top-level): Use gdb_compile to compile objects into
10479 executable and restart GDB. Remove invocation to
10480 prepare_for_testing.
10481
7ae1a6a6
PA
104822014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10483 Pedro Alves <palves@redhat.com>
10484
10485 PR server/16255
10486 * gdb.multi/multi-attach.c: New file.
10487 * gdb.multi/multi-attach.exp: New file.
10488
4082afcc
PA
104892014-04-25 Pedro Alves <palves@redhat.com>
10490
10491 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10492 user.
10493 (top level): Test that "set remote conditional-breakpoints-packet
10494 off" works as intended.
10495 * gdb.base/dprintf.exp: Test that "set remote
10496 breakpoint-commands-packet off" works as intended.
10497 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10498 New function.
10499 (top level): Call it.
10500 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10501 remote fast-tracepoints-packet off" works as intended.
10502 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10503 * lib/gdb.exp (gdb_is_target_remote): ... here.
10504
2abc3f8d
DB
105052014-04-24 David Blaikie <dblaikie@gmail.com>
10506
10507 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10508 ensure clang would not discard them.
10509 * gdb.base/gdbvars.c: Ditto.
10510 * gdb.base/memattr.c: Ditto.
10511 * gdb.base/whatis.c: Ditto.
10512 * gdb.python/py-prettyprint.c: Ditto.
10513 * gdb.trace/actions.c: Ditto.
10514 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10515 ensure clang would not discard it.
10516
bfd39632
DB
105172014-04-24 David Blaikie <dblaikie@gmail.com>
10518
10519 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10520 clang to emit the full definition of type required by the test
10521 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10522
22842ff6
DB
105232014-04-24 David Blaikie <dblaikie@gmail.com>
10524
10525 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10526 coax Clang into emitting the definition of the type.
10527 * gdb.cp/pr10728-x.h (y): Ditto.
10528 * gdb.cp/pr10728-y.cc (y): Ditto.
10529
c2e827ad
DB
105302014-04-24 David Blaikie <dblaikie@gmail.com>
10531
10532 * gdb.base/label.exp: XFAIL label related tests under Clang.
10533 * gdb.cp/cplabel.exp: Ditto.
10534 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10535 under Clang those using labels.
10536
4c2d33e7
YQ
105372014-04-25 Yao Qi <yao@codesourcery.com>
10538
10539 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10540 double_label.
10541 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10542 partial_label and double_label.
10543
56083b99
DB
105442014-04-24 David Blaikie <dblaikie@gmail.com>
10545
10546 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10547
25d4e99d
DB
105482014-04-24 David Blaikie <dblaikie@gmail.com>
10549
10550 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10551 of the function to work across GCC and Clang.
10552 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10553 pointer types (const void ** const V void **).
10554
01f9f808
MS
105552014-04-24 Michael Sturm <michael.sturm@mintel.com>
10556 Walfred Tedeschi <walfred.tedeschi@intel.com>
10557
10558 * Makefile.in (EXECUTABLES): Added i386-avx512.
10559 * gdb.arch/i386-avx512.c: New file.
10560 * gdb.arch/i386-avx512.exp: Likewise.
10561
4b48d439
KS
105622014-04-23 Keith Seitz <keiths@redhat.com>
10563
10564 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10565 (mi_make_breakpoint_table): New procedure.
10566 (mi_create_breakpoint): Use mi_make_breakpoint
10567 and return the result.
10568 (mi_make_breakpoint): New procedure.
10569 (mi_build_kv_pairs): New procedure.
10570
10571 * gdb.mi/mi-break.exp: Remove unused globals,
10572 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10573 All callers updated.
10574 * gdb.mi/mi-dprintf.exp: Use variable to track command
10575 number.
10576 Update all callers of mi_create_breakpoint and use
10577 mi_make_breakpoint_table.
10578 Remove any unused global variables.
10579 * gdb.mi/mi-nonstop.exp: Likewise.
10580 * gdb.mi/mi-nsintrall.exp: Likewise.
10581 * gdb.mi/mi-nsmoribund.exp: Likewise.
10582 * gdb.mi/mi-nsthrexec.exp: Likewise.
10583 * gdb.mi/mi-reverse.exp: Likewise.
10584 * gdb.mi/mi-simplerun.exp: Likewise.
10585 * gdb.mi/mi-stepn.exp: Likewise.
10586 * gdb.mi/mi-syn-frame.exp: Likewise.
10587 * gdb.mi/mi-until.exp: Likewise.
10588 * gdb.mi/mi-var-cp.exp: Likewise.
10589 * gdb.mi/mi-var-display.exp: Likewise.
10590 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10591 * gdb.mi/mi2-var-child.exp: Likewise.
10592 * gdb.mi/mi-vla-c99.exp: Likewise.
10593 * lib/mi-support.exp: Likewise.
10594
10595 From Ian Lance Taylor <iant@cygnus.com>:
10596 * lib/gdb.exp (parse_args): New procedure.
10597
08351840
PA
105982014-04-23 Pedro Alves <palves@redhat.com>
10599
10600 * gdb.base/break-unload-file.c: New file.
10601 * gdb.base/break-unload-file.exp: New file.
10602 * gdb.base/sym-file-lib.c (baz): New function.
10603 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10604 field.
10605 (load): Store the segment's mapped size.
10606 (unload): New function.
10607 (unload_shlib): New function.
10608 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10609 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10610 set a breakpoint at baz, and call it.
10611 * gdb.base/sym-file.exp: New tests for stale breakpoint
10612 instructions.
10613
076855f9
PA
106142014-04-23 Pedro Alves <palves@redhat.com>
10615
10616 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10617 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10618 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10619 * gdb.base/hbreak-unmapped.c: New file.
10620 * gdb.base/hbreak-unmapped.exp: New file.
10621 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10622 * lib/gdb.exp (gdb_is_target_remote): ... here.
10623
483805cf
PA
106242014-04-22 Pedro Alves <palves@redhat.com>
10625
10626 * gdb.base/consecutive-step-over.c: New file.
10627 * gdb.base/consecutive-step-over.exp: New file.
10628
06d97543
PA
106292014-04-22 Pedro Alves <palves@redhat.com>
10630
10631 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10632 instead of send_gdb/gdb_expect.
10633
b4429ea2
YQ
106342014-04-22 Yao Qi <yao@codesourcery.com>
10635
10636 * lib/trace-support.exp (generate_tracefile): New procedure.
10637 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10638 return 0.
10639 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10640 if generate_tracefile returns 1.
10641
51d48146
PA
106422014-04-18 Tom Tromey <palves@redhat.com>
10643 Pedro alves <tromey@redhat.com>
10644
10645 PR backtrace/15558
10646 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10647 with a backtrace limit.
10648 * gdb.python/py-frame-inline.exp: Test running to an inline
10649 function with a backtrace limit, and printing the newest frame.
10650 * gdb.python/py-frame-inline.c (main): Call f.
10651
bd1dce5f
MS
106522014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10653
10654 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10655
40d1a503
MS
106562014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10657
10658 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10659 Drop prefix from unsupported source file path.
10660
389b98f7
YQ
106612014-04-17 Yao Qi <yao@codesourcery.com>
10662
10663 * lib/gdb.exp (with_target_charset): New proc.
10664 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10665 with_target_charset.
10666 (test_print_strings): Likewise.
10667 (test_repeat_bytes): Likewise.
10668 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10669 for some tests.
10670
22869d73
KS
106712014-04-16 Keith Seitz <keiths@redhat.com>
10672
10673 PR gdb/15827
10674 * gdb.dwarf2/corrupt.c: New file.
10675 * gdb.dwarf2/corrupt.exp: New file.
10676
c4f87ca6
KS
106772014-04-16 Keith Seitz <keiths@redhat.com>
10678
10679 PR c++/16597
10680 * gdb.cp/namelessclass.cc: New file.
10681 * gdb.cp/namelessclass.exp: New file.
10682 * gdb.cp/namelessclass.S: New file.
10683
ab19de87
DE
106842014-04-16 Doug Evans <dje@google.com>
10685
10686 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10687 Add comment.
10688 (gdbserver_default_get_comm_port): New function.
10689 (gdbserver_start): Check if board file provided
10690 "gdbserver,get_comm_port" and use it if so.
10691 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10692 (gdb,socketport): Set to "stdio".
10693 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10694 (stdio_gdbserver_template): Delete.
10695 (${board}_get_remote_address): Update.
10696 (${board}_build_remote_cmd): Delete.
10697 (${board}_get_comm_port): New function.
10698 (${board}_spawn): Update.
10699 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10700 Delete.
10701 (${board}_get_remote_address): Update.
10702 (${board}_get_comm_port): New function.
10703
fc98a809
AB
107042014-04-16 Andrew Burgess <aburgess@broadcom.com>
10705
10706 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10707 appearing in any order.
10708
87fd9e6e
DE
107092014-04-15 Doug Evans <dje@google.com>
10710
10711 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10712 uninitialized value of "description".
10713
099fc3ea
KS
107142014-04-15 Keith Seitz <keiths@redhat.com>
10715
10716 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10717 Remove unused globals.
10718 (test_running_the_program): Likewise.
10719 (test_controlled_execution): Likewise.
10720 (test_controlling_breakpoints): Likewise.
10721 (test_program_termination): Likewise.
10722
5da151d4
KS
107232014-04-15 Keith Seitz <keiths@redhat.com>
10724
10725 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10726 unused globals.
10727 (test_rbreak_creation_and_listing): Likewise.
10728 (test_ignore_count): Likewise.
10729 (test_error): Likewise.
10730
35e5d2f0
PA
107312014-04-15 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10734 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10735 sym-file-loader.c.
10736 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10737 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10738 to sym-file-loader.c.
10739 (struct library): Forward declare.
10740 (load_shlib, lookup_function): Change prototypes.
10741 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10742 (translate_offset): Remove declarations.
10743 (get_text_addr): New declaration.
10744 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10745 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10746 sym-file-loader.h.
10747 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10748 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10749 here from sym-file-loader.h.
10750 (struct library): New structure.
10751 (load_shlib, lookup_function): Change prototypes and adjust to
10752 work with a struct library.
10753 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10754 (translate_offset): Make static.
10755 (get_text_addr): New function.
10756 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10757
eb4c1710
PA
107582014-04-15 Pedro Alves <palves@redhat.com>
10759
10760 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10761
2d1baf52
PA
107622014-04-15 Pedro Alves <palves@redhat.com>
10763
10764 * gdb.base/sym-file-loader.c: Include <limits.h>.
10765 (SELF_LINK): New define.
10766 (get_origin): New function.
10767 (load_shlib): Use it.
10768 * gdb.base/sym-file.exp: Don't early return if the target is
10769 remote. Use runto_main, and issue fail is that fails. Use
10770 gdb_load_shlibs.
10771 (shlib_name): Delete.
10772 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10773
7dd6df01
PA
107742014-04-15 Pedro Alves <palves@redhat.com>
10775
10776 * gdb.base/sym-file.exp: Remove regex characters from test
10777 message. Don't refer to breakpoint numbers in test messages.
10778
b50c8614
KS
107792014-04-14 Keith Seitz <keiths@redhat.com>
10780
10781 PR c++/16253
10782 * gdb.cp/var-tag.cc: New file.
10783 * gdb.cp/var-tag.exp: New file.
10784 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10785 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10786 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10787 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10788
3d567982
TT
107892014-04-14 Tom Tromey <tromey@redhat.com>
10790
10791 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10792 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10793 type.
10794 * gdb.cp/enum-class.exp: New file.
10795 * gdb.cp/enum-class.cc: New file.
10796
0626fc76
TT
107972014-04-14 Tom Tromey <tromey@redhat.com>
10798
10799 * gdb.dwarf2/enum-type.exp: New file.
10800
dca325b3
SA
108012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10802
10803 * gdb.mi/mi-vla-c99.exp: New file.
10804 * gdb.mi/vla.c: New file.
10805
5854b38a
SA
108062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10807
10808 * gdb.base/vla-datatypes.c: New file.
10809 * gdb.base/vla-datatypes.exp: New file.
10810
463bb957
SA
108112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10812
10813 * gdb.base/vla-ptr.c: New file.
10814 * gdb.base/vla-ptr.exp: New file.
10815
3dd170be
SA
108162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10817
10818 * gdb.dwarf2/count.exp: New file.
10819
5ecaaa66
SA
108202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10821
10822 * gdb.base/vla-sideeffect.c: New file.
10823 * gdb.base/vla-sideeffect.exp: New file.
10824
41f1ada5
DB
108252014-04-14 David Blaikie <dblaikie@gmail.com>
10826
10827 * gdb.mi/non-stop.c: Add return value for non-void function return
10828 statement.
10829 * gdb.threads/staticthreads.c: Ditto.
10830
0be03e84
DE
108312014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10832 Doug Evans <xdje42@gmail.com>
10833
10834 * gdb.guile/scm-value.c: Improve test case.
10835 * gdb.guile/scm-value.exp: Add new test.
10836
f180a1fb
DB
108372014-04-11 David Blaikie <dblaikie@gmail.com>
10838
10839 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10840 override Clang's default.
10841
6b662e19
JB
108422014-04-11 Joel Brobecker <brobecker@adacore.com>
10843
10844 Revert the following changes (regressions):
10845
10846 * gdb.base/vla-sideeffect.c: New file.
10847 * gdb.base/vla-sideeffect.exp: New file.
10848
10849 * gdb.dwarf2/count.exp: New file.
10850
10851 * gdb.base/vla-multi.c: New file.
10852 * gdb.base/vla-multi.exp: New file.
10853
10854 * gdb.base/vla-ptr.c: New file.
10855 * gdb.base/vla-ptr.exp: New file.
10856
10857 * gdb.base/vla-datatypes.c: New file.
10858 * gdb.base/vla-datatypes.exp: New file.
10859
10860 * gdb.mi/mi-vla-c99.exp: New file.
10861 * gdb.mi/vla.c: New file.
10862
245a5f0b
KS
108632014-04-11 Keith Seitz <keiths@redhat.com>
10864
10865 PR c++/16675
10866 * gdb.cp/cpsizeof.exp: New file.
10867 * gdb.cp/cpsizeof.cc: New file.
10868
58a84dcf
SA
108692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10870
191a8a90
JB
10871 * gdb.mi/mi-vla-c99.exp: New file.
10872 * gdb.mi/vla.c: New file.
58a84dcf 10873
c8655f75
SA
108742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10875
10876 * gdb.base/vla-datatypes.c: New file.
10877 * gdb.base/vla-datatypes.exp: New file.
10878
024e13b4
SA
108792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10880
10881 * gdb.base/vla-ptr.c: New file.
10882 * gdb.base/vla-ptr.exp: New file.
10883
1a237e0e
SA
108842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10885
10886 * gdb.base/vla-multi.c: New file.
10887 * gdb.base/vla-multi.exp: New file.
10888
504f3432
SA
108892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10890
10891 * gdb.dwarf2/count.exp: New file.
10892
3bce8237
SA
108932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10894
191a8a90
JB
10895 * gdb.base/vla-sideeffect.c: New file.
10896 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10897
322f9c21
YQ
108982014-04-11 Yao Qi <yao@codesourcery.com>
10899
10900 * gdb.base/completion.exp: Check file exists before running tests
10901 on file completion.
10902
d708bcd1
PA
109032014-04-10 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.base/cond-eval-mode.c: New file.
10906 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10907 prepare_for_testing to build the new file. Check result of
10908 runto_main.
10909 (test_break, test_watch): New procedures.
10910 (top level): Use them.
10911
ae1d2761
PM
109122014-04-08 Pierre Muller <muller@sourceware.org>
10913
10914 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10915 Ctrl-V use for mingw hosts.
10916
7af389b8
SC
109172014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10918
10919 * gdb.python/py-value.c: Improve test case.
10920 * gdb.python/py-value.exp: Add new test.
10921
5e703181
DE
109222014-04-07 David Blaikie <dblaikie@gmail.com>
10923
10924 * lib/compiler.c: Identify the clang compiler.
10925 * lib/compiler.cc: Ditto.
10926
9810b410
YQ
109272014-04-03 Yao Qi <yao@codesourcery.com>
10928
10929 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10930
98d1b8dc
AB
109312014-04-01 Anton Blanchard <anton@samba.org>
10932
10933 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10934 messages unique.
10935
3114cea1
AB
109362014-04-01 Anton Blanchard <anton@samba.org>
10937
10938 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10939 prepare_for_testing.
10940
62f7182c
AB
109412014-04-01 Anton Blanchard <anton@samba.org>
10942
10943 * gdb.arch/ppc64-atomic-inst.c: Remove.
10944 * gdb.arch/ppc64-atomic-inst.S: New file.
10945 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10946
770e7fc7
DE
109472014-03-31 Doug Evans <dje@google.com>
10948
10949 * gdb.base/print-symbol-loading-lib.c: New file.
10950 * gdb.base/print-symbol-loading-main.c: New file.
10951 * gdb.base/print-symbol-loading.exp: New file.
10952
46e2bafa
YQ
109532014-03-31 Yao Qi <yao@codesourcery.com>
10954
10955 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10956
8776cfe9
JB
109572014-03-28 Joel Brobecker <brobecker@adacore.com>
10958
10959 * gdb.ada/mi_dyn_arr: New testcase.
10960
5d1ef361
DE
109612014-03-27 Doug Evans <dje@google.com>
10962
10963 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10964
b5bee914
YQ
109652014-03-27 Yao Qi <yao@codesourcery.com>
10966
10967 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10968 if target is nios2-*-*.
10969
0d4d0e77
YQ
109702014-03-26 Yao Qi <yao@codesourcery.com>
10971
10972 * lib/gdb.exp (readline_is_used): New proc.
10973 * gdb.base/completion.exp: Move tests on command complete up.
10974 Skip the rest of tests if readline is not used.
10975 * gdb.ada/complete.exp: Skp the test if readline is not
10976 used.
10977 * gdb.base/filesym.exp: Likewise.
10978 * gdb.base/macscp.exp: Likewise.
10979 * gdb.base/readline-ask.exp: Likewise.
10980 * gdb.base/readline.exp: Likewise.
10981 * gdb.python/py-cmd.exp: Likewise.
10982 * gdb.trace/tfile.exp: Likewise.
10983
29361eee
YQ
109842014-03-26 Yao Qi <yao@codesourcery.com>
10985
10986 * gdb.base/macscp.exp: Fix code format issues.
10987
bc9a5525
UW
109882014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10989
10990 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10991 * gdb.asm/powerpc64le.inc: New file.
10992
d3839ede
PA
109932014-03-25 Pedro Alves <palves@redhat.com>
10994 Doug Evans <dje@google.com>
10995
10996 * gdb.base/source-execution.c: New file.
10997 * gdb.base/source-execution.exp: New file.
10998 * gdb.base/source-execution.gdb: New file.
10999
01672a57
DE
110002014-03-24 Doug Evans <dje@google.com>
11001
11002 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11003 using fission.
11004
88bbeca9
HZ
110052014-03-24 Hui Zhu <hui@codesourcery.com>
11006 Pedro Alves <palves@redhat.com>
11007
11008 PR breakpoints/16101
11009 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11010 test pass/fail messages. Detect missing support for dprintf when
11011 breakpoints are actually inserted.
11012 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11013 breakpoints are actually inserted.
11014 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11015 fails.
11016
d2348791
JK
110172014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11018
11019 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11020
feef67ab
DE
110212014-03-22 Doug Evans <xdje42@gmail.com>
11022
11023 * gdb.python/python.exp (python not supported): Verify multi-line
11024 python command issues an error.
25d743f9 11025 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 11026 guile command issues an error.
feef67ab 11027
ecebef6a
MR
110282014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11029
11030 * gdb.threads/thread-specific.exp: Handle the lack of usable
11031 $this_breakpoint and $this_thread.
11032
ccdd1909
HZ
110332014-03-21 Hui Zhu <hui@codesourcery.com>
11034
11035 * gdb.base/attach.exp (do_command_attach_tests): New.
11036
beb460e8
PA
110372014-03-20 Tom Tromey <tromey@redhat.com>
11038 Pedro Alves <palves@redhat.com>
11039
11040 PR cli/15718
11041 * gdb.base/condbreak-call-false.c: New file.
11042 * gdb.base/condbreak-call-false.exp: New file.
11043
40acf43a
PA
110442014-03-20 Pedro Alves <palves@redhat.com>
11045
11046 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11047 Delete.
11048 (block_signals, unblock_signals): Delete.
11049 (child_function_2, main): Remove references to deleted variable
11050 and functions.
11051
9f5e1e02
PA
110522014-03-20 Pedro Alves <palves@redhat.com>
11053
11054 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11055 Use pthread_kill to signal thread 2.
11056 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11057 Adjust to make the test send itself a signal rather than using the
11058 host's "kill" command.
11059
99619bea
PA
110602014-03-20 Pedro Alves <palves@redhat.com>
11061
11062 * gdb.threads/multiple-step-overs.c: New file.
11063 * gdb.threads/multiple-step-overs.exp: New file.
11064 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11065 Adjust expected infrun debug output.
11066
2adfaa28
PA
110672014-03-20 Pedro Alves <palves@redhat.com>
11068
11069 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11070 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11071
31e77af2
PA
110722014-03-20 Pedro Alves <palves@redhat.com>
11073
11074 PR breakpoints/7143
11075 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11076 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11077 of gdb_test_multiple.
11078 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11079 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11080
b9f437de
PA
110812014-03-20 Pedro Alves <palves@redhat.com>
11082
11083 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11084 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11085
05adc73e
PA
110862014-03-19 Pedro Alves <palves@redhat.com>
11087
11088 * gdb.base/async.exp: Remove early return.
11089
6048b950
PA
110902014-03-19 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11093
8bcfb00a
PA
110942014-03-19 Pedro Alves <palves@redhat.com>
11095
11096 * gdb.base/async.exp (test_background): Expect \r\n after
11097 "completed." in the fail pattern.
11098
884e37dc
PA
110992014-03-19 Pedro Alves <palves@redhat.com>
11100
11101 * gdb.base/async.exp (test_background): New procedure.
11102 Use it for all background execution command tests.
11103
148e57e2
PA
111042014-03-19 Pedro Alves <palves@redhat.com>
11105
11106 * gdb.base/async.exp: Use prepare_for_testing.
11107
f48088c7
PA
111082014-03-19 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11111 the same line.
11112
e2f6c966
PA
111132014-03-19 Pedro Alves <palves@redhat.com>
11114
11115 * gdb.base/async.c (main): Add "jump here" and "until here" line
11116 marker comments.
11117 * gdb.base/async.exp (jump_here): New global.
11118 (jump& test): Use it.
11119 (until_here): New global.
11120 (until& test): Use it.
11121
c30568d4
PA
111222014-03-19 Pedro Alves <palves@redhat.com>
11123
11124 * gdb.base/async.exp: Don't frob gdb_protocol.
11125
0172b6a7
DE
111262014-03-18 Doug Evans <xdje42@gmail.com>
11127
11128 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11129 Fix spelling of exec-done-display.
11130
06c868a8
JK
111312014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11132
11133 PR gdb/15358
11134 * gdb.base/gdb-sigterm.c: New file.
11135 * gdb.base/gdb-sigterm.exp: New file.
11136
0c7e1a46
PA
111372014-03-18 Pedro Alves <palves@redhat.com>
11138
11139 PR gdb/13860
11140 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11141 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11142 solib-event.
11143
f7c77d93
JB
111442014-03-17 Joel Brobecker <brobecker@adacore.com>
11145
11146 * gdb.ada/pckd_arr_ren: New testcase.
11147
5a1e8c7a
DE
111482014-03-13 Doug Evans <xdje42@gmail.com>
11149
11150 PR guile/16612
11151 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11152 collect after discarding symbols.
11153
350e1a76
DE
111542014-03-13 Ludovic Courtès <ludo@gnu.org>
11155 Doug Evans <xdje42@gmail.com>
11156
11157 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11158 to history survives a gc.
11159
a69900ae
PA
111602014-03-13 Pedro Alves <palves@redhat.com>
11161
11162 * gdb.base/default.exp: Don't test "target procfs".
11163
5db9f0bd
PA
111642014-03-13 Pedro Alves <palves@redhat.com>
11165
11166 * gdb.base/default.exp: Update "target child" and "target procfs"
11167 tests to not expect "Unix".
11168
b3ccfe11
TT
111692014-03-12 Tom Tromey <tromey@redhat.com>
11170
11171 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11172 New procs. Add target-async tests.
11173 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11174 Add target-async tests.
11175
646f4417
AA
111762014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11177
11178 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11179 'func_start' and 'func_end' for the beginning and end of the
11180 function code, respectively.
11181 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11182 'func_end' instead of 'func' and 'main'.
11183
288c211f
AA
111842014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11185
11186 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11187 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11188 generate the debug info assembler source.
11189
e0c0f156
AA
111902014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11191
11192 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11193 * gdb.dwarf2/arr-subrange.exp: Likewise.
11194 * gdb.dwarf2/dwz.exp: Likewise.
11195 * gdb.dwarf2/method-ptr.exp: Likewise.
11196 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11197 * gdb.dwarf2/subrange.exp: Likewise.
11198 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11199 * gdb.dwarf2/implptrpiece.exp: Likewise.
11200 * gdb.dwarf2/nostaticblock.exp: Likewise.
11201
0e5c4555
AA
112022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11203
11204 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11205 directory to absolute path name arguments.
11206
5ec18f2b
JG
112072014-03-10 Joel Brobecker <brobecker@adacore.com>
11208
11209 * gdb.ada/tagged_access: New testcase.
11210
847fc4f2
MM
112112014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11212
11213 * gdb.btrace/data.exp: Update expected output.
11214
cc3da688
YQ
112152014-03-06 Yao Qi <yao@codesourcery.com>
11216
11217 * gdb.trace/pr16508.exp: New file.
11218
0f26cec1
PA
112192014-03-05 Pedro Alves <palves@redhat.com>
11220
11221 PR gdb/16575
11222 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11223 procedure.
11224 (top level): Adjust to use it. Add tests that exercise breakpoint
11225 interaction with the code-cache.
11226
7a5a839f
LC
112272014-02-26 Ludovic Courtès <ludo@gnu.org>
11228
11229 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11230 test for 'history-append!'.
11231
31aa7e4e
JB
112322014-02-26 Joel Brobecker <brobecker@adacore.com>
11233
11234 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11235 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11236 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11237 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11238 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11239 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11240
1b588015
JB
112412014-02-26 Joel Brobecker <brobecker@adacore.com>
11242
11243 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11244 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11245 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11246
55426c9d
JB
112472014-02-26 Joel Brobecker <brobecker@adacore.com>
11248
11249 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11250
dc53a7ad
JB
112512014-02-26 Joel Brobecker <brobecker@adacore.com>
11252
11253 * gdb.dwarf2/arr-stride.c: New file.
11254 * gdb.dwarf2/arr-stride.exp: New file.
11255
12ab52e9
PA
112562014-02-26 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11259 that won't ever trigger. Make sure that GDB reports the correct
11260 breakpoint that caused the stop.
11261
849c862e
JK
112622014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11263
11264 PR gdb/16626
11265 * gdb.base/auto-load-script: New file.
11266 * gdb.base/auto-load.c: New file.
11267 * gdb.base/auto-load.exp: New file.
11268
71b7d793
JK
11269 PR gdb/16626
11270 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11271
e2f0d509
JK
112722014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11273
11274 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11275 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11276
50cc37c8
DE
112772014-02-24 Doug Evans <dje@google.com>
11278
11279 * lib/gdb.exp (run_on_host): Log error output if program fails.
11280
ea4758f2
PA
112812014-02-21 Pedro Alves <palves@redhat.com>
11282
11283 * gdb.threads/step-after-sr-lock.c: Rename to ...
11284 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11285 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11286 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11287 ... this.
11288
d7b30f67
SDJ
112892014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11290
11291 PR tdep/16397
11292 * gdb.arch/amd64-stap-special-operands.exp: New file.
11293 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11294 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11295 * gdb.arch/amd64-stap-triplet.S: Likewise.
11296 * gdb.arch/amd64-stap-triplet.c: Likewise.
11297
83deb43f
JB
112982014-02-20 Joel Brobecker <brobecker@adacore.com>
11299
11300 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11301 in .section pseudo-op.
11302
adde2bff
DE
113032014-02-20 lin zuojian <manjian2006@gmail.com>
11304 Joel Brobecker <brobecker@adacore.com>
11305 Doug Evans <xdje42@gmail.com>
11306
11307 PR symtab/16581
11308 * gdb.dwarf2/dw2-icycle.S: New file.
11309 * gdb.dwarf2/dw2-icycle.c: New file.
11310 * gdb.dwarf2/dw2-icycle.exp: New file.
11311
f7bd0f78
SC
113122014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11313
11314 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11315 operations on gdb.Value objects.
11316 * gdb.python/py-value-cc.exp: Add new test to test operations on
11317 gdb.Value objects.
11318
c17ef0d5
DE
113192014-02-18 Doug Evans <dje@google.com>
11320
11321 * Makefile.in (TESTS): New variable.
11322 (expanded_tests, expanded_tests_or_none): New variables
11323 (check-single): Pass $(expanded_tests_or_none) to runtest.
11324 (check-parallel): Only run tests in $(TESTS) if non-empty.
11325 (check/no-matching-tests-found): New rule.
11326 * README: Document TESTS makefile variable.
11327
5dd3176f
DE
113282014-02-18 Doug Evans <dje@google.com>
11329
11330 * Makefile.in (check-parallel): rm -rf outputs temp.
11331
0b10be4f
JK
113322014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11333
11334 Fix "ERROR: no fileid for" in the testsuite.
11335 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11336
85f224e7
DE
113372014-02-12 Doug Evans <dje@google.com>
11338
11339 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11340 (MISCELLANEOUS): New variable.
11341 (clean): rm -rf $(MISCELLANEOUS).
11342 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11343 dwp live in the same directory as symlinks, with each symlink pointed
11344 to a differently named file in a different directory.
11345
149b30ff
DE
113462014-02-11 Doug Evans <dje@google.com>
11347
11348 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11349 of Tcl file commands.
11350
1dfdac32
MK
113512014-02-10 Mark Kettenis <kettenis@gnu.org>
11352
11353 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11354 "kill -SIGUSR1 -1".
11355
aa4fb036
JB
113562014-02-10 Joel Brobecker <brobecker@adacore.com>
11357
11358 * gdb.ada/tick_length_array_enum_idx: New testcase.
11359
ed3ef339
DE
113602014-02-10 Doug Evans <xdje42@gmail.com>
11361
11362 * configure.ac (AC_OUTPUT): Add gdb.guile.
11363 * configure: Regenerate.
11364 * lib/gdb-guile.exp: New file.
11365 * lib/gdb.exp (get_target_charset): New function.
11366 * gdb.base/help.exp: Update expected output from "apropos apropos".
11367 * gdb.guile/Makefile.in: New file.
11368 * gdb.guile/guile.exp: New file.
11369 * gdb.guile/scm-arch.c: New file.
11370 * gdb.guile/scm-arch.exp: New file.
11371 * gdb.guile/scm-block.c: New file.
11372 * gdb.guile/scm-block.exp: New file.
11373 * gdb.guile/scm-breakpoint.c: New file.
11374 * gdb.guile/scm-breakpoint.exp: New file.
11375 * gdb.guile/scm-disasm.c: New file.
11376 * gdb.guile/scm-disasm.exp: New file.
11377 * gdb.guile/scm-equal.c: New file.
11378 * gdb.guile/scm-equal.exp: New file.
11379 * gdb.guile/scm-error.exp: New file.
11380 * gdb.guile/scm-error.scm: New file.
11381 * gdb.guile/scm-frame-args.c: New file.
11382 * gdb.guile/scm-frame-args.exp: New file.
11383 * gdb.guile/scm-frame-args.scm: New file.
11384 * gdb.guile/scm-frame-inline.c: New file.
11385 * gdb.guile/scm-frame-inline.exp: New file.
11386 * gdb.guile/scm-frame.c: New file.
11387 * gdb.guile/scm-frame.exp: New file.
11388 * gdb.guile/scm-generics.exp: New file.
11389 * gdb.guile/scm-gsmob.exp: New file.
11390 * gdb.guile/scm-iterator.c: New file.
11391 * gdb.guile/scm-iterator.exp: New file.
11392 * gdb.guile/scm-math.c: New file.
11393 * gdb.guile/scm-math.exp: New file.
11394 * gdb.guile/scm-objfile-script-gdb.in: New file.
11395 * gdb.guile/scm-objfile-script.c: New file.
11396 * gdb.guile/scm-objfile-script.exp: New file.
11397 * gdb.guile/scm-objfile.c: New file.
11398 * gdb.guile/scm-objfile.exp: New file.
11399 * gdb.guile/scm-ports.exp: New file.
11400 * gdb.guile/scm-pretty-print.c: New file.
11401 * gdb.guile/scm-pretty-print.exp: New file.
11402 * gdb.guile/scm-pretty-print.scm: New file.
11403 * gdb.guile/scm-section-script.c: New file.
11404 * gdb.guile/scm-section-script.exp: New file.
11405 * gdb.guile/scm-section-script.scm: New file.
11406 * gdb.guile/scm-symbol.c: New file.
11407 * gdb.guile/scm-symbol.exp: New file.
11408 * gdb.guile/scm-symtab-2.c: New file.
11409 * gdb.guile/scm-symtab.c: New file.
11410 * gdb.guile/scm-symtab.exp: New file.
11411 * gdb.guile/scm-type.c: New file.
11412 * gdb.guile/scm-type.exp: New file.
11413 * gdb.guile/scm-value-cc.cc: New file.
11414 * gdb.guile/scm-value-cc.exp: New file.
11415 * gdb.guile/scm-value.c: New file.
11416 * gdb.guile/scm-value.exp: New file.
11417 * gdb.guile/source2.scm: New file.
11418 * gdb.guile/types-module.cc: New file.
11419 * gdb.guile/types-module.exp: New file.
11420
7026a7c1
YQ
114212014-02-10 Yao Qi <yao@codesourcery.com>
11422
11423 PR testsuite/16543
11424 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11425 * configure: Regenerated.
11426 * Makefile.in: New file.
11427
6c466447
AS
114282014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11429
11430 * gdb.python/py-framefilter.exp: Fix typo.
11431
6e854735
YQ
114322014-02-08 Yao Qi <yao@codesourcery.com>
11433
11434 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11435 that no =breakpoint-modified is emitted when breakpoints are
11436 modified through MI commands.
11437
d137e6dc
PA
114382014-02-07 Pedro Alves <pedro@codesourcery.com>
11439 Pedro Alves <palves@redhat.com>
11440
11441 * gdb.threads/step-after-sr-lock.c: New file.
11442 * gdb.threads/step-after-sr-lock.exp: New file.
11443
b5ee5a50
PA
114442014-02-07 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11447
3c77faf3
JK
114482014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11449
11450 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11451 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11452
6dddc817
DE
114532014-02-06 Doug Evans <xdje42@gmail.com>
11454
11455 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11456 output.
11457
11458 * gdb.gdb/python-interrupts.exp: New file.
11459
de7b2893
YQ
114602014-02-05 Yao Qi <yao@codesourcery.com>
11461
11462 * gdb.trace/report.exp (use_collected_data): Test the output
11463 of "info threads" and "info inferiors".
11464
66d032ac
YQ
114652014-02-05 Yao Qi <yao@codesourcery.com>
11466
11467 Revert this patch:
11468
11469 2013-05-24 Yao Qi <yao@codesourcery.com>
11470
11471 * gdb.trace/tfile.exp: Test inferior and thread.
11472
591a12a1
UW
114732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11474
11475 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11476 on a function.
11477 * gdb.base/step-bt.c: Call hello via function pointer to make
11478 sure its first instruction is executed on powerpc64le-linux.
11479
0ff3e01f
UW
114802014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11481
11482 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11483
084ee545
UW
114842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11485
11486 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11487 of the test patterns for use on little-endian systems.
11488
6ed14ff3
UW
114892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11490
11491 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11492 (decimal_vector): Fix for little-endian.
11493
401e27fd
JM
114942014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11495
11496 * gdb.arch/sparc-sysstep.exp: New file.
11497 * gdb.arch/sparc-sysstep.c: Likewise.
11498
11499 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11500
8b924729
EBM
115012014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11502
11503 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11504
fb151210
JB
115052014-01-23 Tom Tromey <tromey@redhat.com>
11506
11507 * gdb.ada/array_char_idx: New testcase.
11508
0740f8d8
TT
115092014-01-23 Tom Tromey <tromey@redhat.com>
11510
11511 PR python/16487:
11512 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11513 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11514 classes.
11515
21909fa1
TT
115162014-01-23 Tom Tromey <tromey@redhat.com>
11517
11518 PR python/16491:
11519 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11520 string from an inferior frame.
11521 * gdb.python/py-framefilter-mi.exp: Update.
11522
87ce2a04
DE
115232014-01-22 Doug Evans <dje@google.com>
11524
11525 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11526
237b092b
AA
115272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11528
11529 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11530
d674a709
AA
115312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11532
11533 * gdb.trace/entry-values.exp: Remove excess space character from
11534 regex patterns. Handle s390 call instruction.
11535
20fa3390
AA
115362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11537
11538 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11539 define "*_start" label. Make "name" static.
11540 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11541 ${name} by references to ${name}_start.
11542
78466714
AA
115432014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11544
11545 * gdb.base/info-macros.exp: Remove "debug" from the compile
11546 options.
11547
ec9f644a
IB
115482014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11549
11550 * gdb.dlang/demangle.exp: New file.
11551
94b1b47e
IB
115522014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11553
11554 * gdb.dlang/primitive-types.exp: New file.
11555
7f420862
IB
115562014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11557
11558 * configure.ac: Create gdb.dlang/Makefile.
11559 * configure: Regenerate.
11560 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11561 * gdb.dlang/Makefile.in: New file.
11562 * lib/d-support.exp: New file.
11563 * lib/gdb.exp (skip_d_tests): New proc.
11564
52834460
MM
115652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11566
11567 * gdb.btrace/delta.exp: Check reverse stepi.
11568 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11569 * gdb.btrace/finish.exp: New.
11570 * gdb.btrace/next.exp: New.
11571 * gdb.btrace/nexti.exp: New.
11572 * gdb.btrace/record_goto.c: Add comments.
11573 * gdb.btrace/step.exp: New.
11574 * gdb.btrace/stepi.exp: New.
11575 * gdb.btrace/multi-thread-step.c: New.
11576 * gdb.btrace/multi-thread-step.exp: New.
11577 * gdb.btrace/rn-dl-bind.c: New.
11578 * gdb.btrace/rn-dl-bind.exp: New.
11579 * gdb.btrace/data.c: New.
11580 * gdb.btrace/data.exp: New.
11581 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11582
6e07b1d2
MM
115832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11584
11585 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11586 * gdb.btrace/exception.exp: Update.
11587 * gdb.btrace/instruction_history.exp: Update.
11588 * gdb.btrace/record_goto.exp: Update.
11589 * gdb.btrace/tailcall.exp: Update.
11590 * gdb.btrace/unknown_functions.exp: Update.
11591 * gdb.btrace/delta.exp: New.
11592
0b722aec
MM
115932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11594
11595 * gdb.btrace/record_goto.exp: Add backtrace test.
11596 * gdb.btrace/tailcall.exp: Add backtrace test.
11597
066ce621
MM
115982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11599
11600 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11601 * gdb.btrace/record_goto.c: New.
11602 * gdb.btrace/record_goto.exp: New.
11603 * gdb.btrace/x86-record_goto.S: New.
11604
0688d04e
MM
116052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11606
11607 * gdb.btrace/function_call_history.exp: Update tests.
11608 * gdb.btrace/instruction_history.exp: Update tests.
11609
8710b709
MM
116102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11611
11612 * gdb.btrace/function_call_history.exp: Fix expected field
11613 order for "record function-call-history".
11614 Add new tests for "record function-call-history /c".
11615 * gdb.btrace/exception.cc: New.
11616 * gdb.btrace/exception.exp: New.
11617 * gdb.btrace/tailcall.exp: New.
11618 * gdb.btrace/x86-tailcall.S: New.
11619 * gdb.btrace/x86-tailcall.c: New.
11620 * gdb.btrace/unknown_functions.c: New.
11621 * gdb.btrace/unknown_functions.exp: New.
11622 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11623
5de9129b
MM
116242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11625
11626 * gdb.btrace/instruction_history.exp: Update.
11627 * gdb.btrace/function_call_history.exp: Update.
11628
23a7fe75
MM
116292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11630
11631 * gdb.btrace/function_call_history.exp: Fix expected function
11632 trace.
11633 * gdb.btrace/instruction_history.exp: Initialize traced.
11634 Remove traced_functions.
11635
724c7dd8
MM
116362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11637
11638 * gdb.btrace/function_call_history.exp: Update
11639 * gdb.btrace/instruction_history.exp: Update.
11640
6d78d93b
MM
116412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11642
11643 * gdb.btrace/enable.exp: Update expected text.
11644
93a360cc
OJ
116452014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11646
11647 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11648 bytes.
11649
3772b53f
MR
116502014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11651
11652 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11653
596662fa
OJ
116542014-01-15 Omair Javaid <omair.javaid@linaro.org>
11655
11656 * lib/gdb.exp (supports_process_record): Return true for
11657 arm*-linux*. (supports_reverse): Likewise.
11658
b5b08fb4
SC
116592014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11660
11661 PR python/15464
11662 PR python/16113
11663 * gdb.python/py-type.c: Enhance test case.
11664 * gdb.python/py-value-cc.cc: Likewise
11665 * gdb.python/py-type.exp: Add new tests.
11666 * gdb.python/py-value-cc.exp: Likewise
11667
52d7fb13
AA
116682014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11669 Pedro Alves <palves@redhat.com>
11670
11671 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11672 Make "name" extern.
11673 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11674 references to ${name}_start by references to ${name}.
11675
a2cd8cfe
JB
116762014-01-10 Joel Brobecker <brobecker@adacore.com>
11677
11678 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11679
4e23fced
JB
116802014-01-10 Joel Brobecker <brobecker@adacore.com>
11681
11682 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11683
c6a9e42c
PA
116842014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11685 Pedro Alves <palves@redhat.com>
11686
11687 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11688 mi_gdb_target_load.
c6a9e42c 11689
b7ea362b
PA
116902014-01-08 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.threads/reconnect-signal.c: New file.
11693 * gdb.threads/reconnect-signal.exp: New file.
11694
5e3f4fab
EBM
116952014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11696
11697 * gdb.base/source-dir.exp: New file.
11698
79301218
JB
116992014-01-07 Joel Brobecker <brobecker@adacore.com>
11700
11701 * gdb.ada/mi_interface: New testcase.
11702
8e355c5d
JB
117032014-01-07 Joel Brobecker <brobecker@adacore.com>
11704
11705 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11706 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11707 gdb.ada/pp-rec-component/pck.ads: New files.
11708
c0d48811
JB
117092014-01-07 Joel Brobecker <brobecker@adacore.com>
11710
11711 * gdb.python/py-pp-integral.c: New file.
11712 * gdb.python/py-pp-integral.py: New file.
11713 * gdb.python/py-pp-integral.exp: New file.
11714
17b609c3 11715For older changes see ChangeLog-1993-2013.
c906108c 11716\f
8d8cb839
EZ
11717;; Local Variables:
11718;; mode: change-log
11719;; left-margin: 8
11720;; fill-column: 74
11721;; version-control: never
11722;; End:
902f2ccb 11723
61baf725 11724 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11725 Copying and distribution of this file, with or without modification,
11726 are permitted provided the copyright notice and this notice are preserved.
This page took 3.625297 seconds and 4 git commands to generate.