Add DWARF piece test cases for bit-field access
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3bf31011
AA
12017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4 located in one or more DWARF pieces.
5
805acca0
AA
62017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7
8 * lib/gdb.exp (get_endianness): New proc.
9 * gdb.arch/aarch64-fp.exp: Use it.
10 * gdb.arch/altivec-regs.exp: Likewise.
11 * gdb.arch/e500-regs.exp: Likewise.
12 * gdb.arch/vsx-regs.exp: Likewise.
13 * gdb.base/dump.exp: Likewise.
14 * gdb.base/funcargs.exp: Likewise.
15 * gdb.base/gnu_vector.exp: Likewise.
16 * gdb.dwarf2/formdata16.exp: Likewise.
17 * gdb.dwarf2/implptrpiece.exp: Likewise.
18 * gdb.dwarf2/nonvar-access.exp: Likewise.
19 * gdb.python/py-inferior.exp: Likewise.
20 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
21
e9352324
AA
222017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
23
24 PR gdb/21226
25 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
26 stack value pieces are taken from the LSB end.
27
d5d1163e
AA
282017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
29
30 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
31 variable at nonzero offset.
32
0567c986
AA
332017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
34
35 * gdb.dwarf2/var-access.c: New file.
36 * gdb.dwarf2/var-access.exp: New test.
37 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
38
973e9aab
TT
392017-06-12 Tom Tromey <tom@tromey.com>
40
41 * gdb.dwarf2/formdata16.exp: Add tests.
42
d9109c80
TT
432017-06-12 Tom Tromey <tom@tromey.com>
44
45 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
46
30a25466
TT
472017-06-12 Tom Tromey <tom@tromey.com>
48
49 PR exp/16225:
50 * gdb.reverse/i386-sse-reverse.exp: Update tests.
51 * gdb.arch/vsx-regs.exp: Update tests.
52 * gdb.arch/s390-vregs.exp (hex128): New proc.
53 Update test.
54 * gdb.arch/altivec-regs.exp: Update tests.
55
aefd8b33
SDJ
562017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
57
58 * gdb.base/startup-with-shell.c: New file.
59 * gdb.base/startup-with-shell.exp: Likewise.
60
2090129c
SDJ
612017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
62
63 * gdb.server/non-existing-program.exp: Update regex in order to
64 reflect the fact that gdbserver is now using fork_inferior (with a
65 shell) to startup the inferior.
66
8e86a419
SM
672017-05-30 Simon Marchi <simon.marchi@ericsson.com>
68
69 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
70 support function calls from GDB.
71
e6cf65f2
TT
722017-05-21 Tom Tromey <tom@tromey.com>
73
74 PR rust/21466:
75 * gdb.rust/unsized.exp: New file.
76 * gdb.rust/unsized.rs: New file.
77
43cc5389
TT
782017-05-19 Tom Tromey <tom@tromey.com>
79
80 PR rust/21484:
81 * gdb.rust/watch.exp: New file.
82 * gdb.rust/watch.rs: New file.
83
ec8df234
TT
842017-05-18 Tom Tromey <tom@tromey.com>
85
86 * gdb.rust/simple.exp: Allow Box to be qualified.
87
3e3e7fae
TP
882017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
89
90 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
91
59cc050d
PA
922017-05-18 Pedro Alves <palves@redhat.com>
93
94 * gdb.base/fileio.c (test_write, test_read, test_close)
95 (test_fstat): Don't print 'ret' in the fail path.
96
c8f6abd1
PA
972017-05-18 Pedro Alves <palves@redhat.com>
98
99 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
100 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
101 (test_system, test_rename, test_unlink, test_time): Change
102 prototypes.
103 * gdb.base/fileio.exp (stop_msg): Adjust.
104
d2a03b77
PA
1052017-05-18 Pedro Alves <palves@redhat.com>
106
107 * gdb.base/fileio.c (null_str): New global.
108 (test_stat): Use it.
109 * gdb.base/fileio.exp: Remove nowarnings.
110
0d5c6999
YQ
1112017-05-17 Yao Qi <yao.qi@linaro.org>
112
113 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
114
21873064
YQ
1152017-05-17 Simon Marchi <simon.marchi@ericsson.com>
116
117 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
118 argument command.
119 (top-level): Invoke test_set_inferior_tty.
120
d512d31c
PA
1212017-05-04 Pedro Alves <palves@redhat.com>
122
123 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
124 Add parens to print call for Python 3.
125
90cef2ed
KS
1262017-05-03 Keith Seitz <keiths@redhat.com>
127
128 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
129 (main): Call it.
130
14f819c8
TW
1312017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
132
133 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
134 to prev and next.
135
913aeadd
TW
1362017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
137
138 * gdb.python/py-record-btrace.exp: Remove test for
139 gdb.BtraceInstruction.error.
140
a3be24ad
TW
1412017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
142
143 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
144
ae20e79a
TW
1452017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
146
147 * gdb.python/py-record-btrace-threads.c: New file.
148 * gdb.python/py-record-btrace-threads.exp: New file.
149
45ce1b47
SDJ
1502017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
151
152 PR testsuite/8595
153 * gdb.base/environ.exp: Make test available in all architectures.
154 Move bits related to "info program" testing to
155 gdb.base/info-program.exp. Rewrite tests to use the two new
156 procedures mentione below.
157 (test_set_show_env_var) New procedure.
158 (test_set_show_env_var_equal): Likewise.
159 * gdb.base/info-program.exp: New file.
160
e15c3eb4
KS
1612017-04-27 Keith Seitz <keiths@redhat.com>
162
163 * gdb.cp/oranking.cc (test15): New function.
164 (main): Call test15 and declare additional variables for testing.
165 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
166 "p foo101('abc')" tests.
167 Add tests for cv qualifier overloads.
168 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
169 "lvalue reference overload" test.
170 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
171 "print value of f1 on Child&& in f2" test.
172
3a3fd0fd
PA
1732017-04-19 Pedro Alves <palves@redhat.com>
174
175 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
176 procedure.
177 (top level): Call it.
178 * lib/gdb.exp (gdb_define_cmd): New procedure.
179
53375380
PA
1802017-04-12 Pedro Alves <palves@redhat.com>
181
182 PR gdb/21323
183 * gdb.cp/wide_char_types.c: Include <wchar.h>.
184 (wchar): New global.
185 * gdb.cp/wide_char_types.exp (wide_char_types_program)
186 (do_test_wide_char, wide_char_types_no_program, top level): Add
187 wchar_t testing.
188
53e710ac
PA
1892017-04-12 Pedro Alves <palves@redhat.com>
190
191 PR c++/21323
192 * gdb.cp/wide_char_types.c: New file.
193 * gdb.cp/wide_char_types.exp: New file.
194
0ad9d8c7
SDJ
1952017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
196
197 PR gdb/21352
198 * gdb.trace/tsv.exp: Add test for "tsave -r".
199
b1b45502
IB
2002017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
201
202 * gdb.dlang/watch-loc.c: New file.
203 * gdb.dlang/watch-loc.exp: New file.
204
ec13808e
JK
2052017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
206
207 * gdb.python/py-section-script.exp (sepdebug): New testcases.
208
fe5f7374
AK
2092017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
210
211 * gdb.arch/arc-analyze-prologue.S: New file.
212 * gdb.arch/arc-analyze-prologue.exp: Likewise.
213
eea78757
AK
2142017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
215
216 * gdb.arch/arc-decode-insn.S: New file.
217 * gdb.arch/arc-decode-insn.exp: Likewise.
218
5badf10a
IR
2192017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
220
221 PR tdep/20928
222 * gdb.arch/sparc64-regs.exp: New file.
223 * gdb.arch/sparc64-regs.S: Likewise.
224
cee59b3f
TW
2252017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
226
227 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
228 and memory view on Python 3.
229
c0f55cc6
AV
2302017-03-20 Artemiy Volkov <artemiyv@acm.org>
231 Keith Seitz <keiths@redhat.com>
232
233 PR gdb/14441
234 * gdb.cp/demangle.exp: Add rvalue reference tests.
235 * gdb.cp/rvalue-ref-casts.cc: New file.
236 * gdb.cp/rvalue-ref-casts.exp: New file.
237 * gdb.cp/rvalue-ref-overload.cc: New file.
238 * gdb.cp/rvalue-ref-overload.exp: New file.
239 * gdb.cp/rvalue-ref-params.cc: New file.
240 * gdb.cp/rvalue-ref-params.exp: New file.
241 * gdb.cp/rvalue-ref-sizeof.cc: New file.
242 * gdb.cp/rvalue-ref-sizeof.exp: New file.
243 * gdb.cp/rvalue-ref-types.cc: New file.
244 * gdb.cp/rvalue-ref-types.exp: New file.
245 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
246 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
247
51457a05
MAL
2482017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
249
250 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
251 New procedure.
252
5b291c04
MAL
2532017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
254
255 * lib/mi-support.exp (mi_gdb_test): Add additional message
256 for unexpected output.
257
59a56148
AA
2582017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
259
260 * gdb.base/examine-backward.c (Barrier): New character array
261 constant, to ensure that TestStrings is preceded by a string
262 terminator.
263
7942e96e
AA
2642017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
265
266 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
267 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
268 and implicit pointer into such a location.
269
6ebac3fb
DE
2702017-03-16 Doug Evans <dje@google.com>
271
272 * gdb.python/py-lazy-string (pointer): Really add new typedef.
273
ec3b243d
TP
2742017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
275
276 * gdb.cp/m-static.exp: Fix expectation for prototype of
277 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
278
2792017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
280
281 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
282 * gdb.guile/scm-lazy-string.c: New file.
283 * gdb.guile/scm-value.exp: Move lazy string tests to ...
284 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
285 for pointer, array, typedef lazy strings.
286
2cc36e25 2872017-03-16 Doug Evans <dje@google.com>
34b43320
DE
288
289 PR python/17728, python/18439, python/18779
290 * gdb.python/py-value.c (main) Delete locals sptr, sn.
291 * gdb.python/py-lazy-string.c (pointer): New typedef.
292 (main): New locals ptr, array, typedef_ptr.
293 * gdb.python/py-value.exp: Move lazy string tests to ...
294 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
295 array, typedef lazy strings.
ec3b243d 296
0efcde63
AK
2972017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
298
299 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
300 Add optional 'test' parameter.
301
7978d7c3
SM
3022017-03-13 Simon Marchi <simon.marchi@ericsson.com>
303
304 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
305 Skip for versions of DejaGnu < 1.5.
306
896c0c1e
SM
3072017-03-13 Simon Marchi <simon.marchi@ericsson.com>
308
309 * lib/gdb.exp (dejagnu_version): New proc.
310 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
311 Use dejagnu_version.
312
5f4d1085
KS
3132017-03-10 Keith Seitz <keiths@redhat.com>
314
315 PR c++/8128
316 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
317 type from destructor regexps.
318 Add a branch which actually passes the test.
319 Adjust "ptype t5i" test names.
320
1de05205
PA
3212017-03-08 Pedro Alves <palves@redhat.com>
322
323 * gdb.base/step-over-exit.exp: Add explicit test message.
324
c65d6b55
PA
3252017-03-08 Pedro Alves <palves@redhat.com>
326
327 PR gdb/18360
328 * gdb.threads/interrupt-while-step-over.c: New file.
329 * gdb.threads/interrupt-while-step-over.exp: New file.
330
2e86a283
PA
3312017-03-08 Pedro Alves <palves@redhat.com>
332
333 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
334 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
335
25dcbff6
PA
3362017-03-08 Pedro Alves <palves@redhat.com>
337
338 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
339 PKRU as not supported as a PASS.
340
dc9366eb
PA
3412017-03-08 Pedro Alves <palves@redhat.com>
342
343 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
344 prefix instead of $binfile1/$binfile2.
345 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
346 in test message.
347 * gdb.python/py-completion.exp: Use "load python file" as test
348 messages instead of unstable path names.
349
6e5d74e7
PA
3502017-03-08 Pedro Alves <palves@redhat.com>
351 Jan Kratochvil <jan.kratochvil@redhat.com>
352
353 PR cli/21218
354 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
355 New proc.
356 (top level): Call it.
357
9753a2f6
PA
3582017-03-08 Pedro Alves <palves@redhat.com>
359
360 PR tui/21216
361 * gdb.tui/tui-nl-filtered-output.exp: New file.
362
1a4dd9dd
PA
3632017-03-08 Pedro Alves <palves@redhat.com>
364
365 * gdb.base/completion.exp: Move TUI completion tests to ...
366 * gdb.tui/completion.exp: ... this new file.
367
7cbbff33
PA
3682017-03-08 Pedro Alves <palves@redhat.com>
369
370 * gdb.base/tui-disasm-long-lines.c,
371 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
372 gdb.base/tui-layout.exp: Move to ...
373 * gdb.tui/: ... this new directory.
374
5f6fd321
PA
3752017-03-07 Pedro Alves <palves@redhat.com>
376
377 * gdb.base/tui-layout.c: New file.
378 * gdb.base/tui-layout.exp: New file.
379
44959fa8
PA
3802017-03-07 Pedro Alves <palves@redhat.com>
381
382 * gdb.base/tui-layout.c: Rename to ...
383 * gdb.base/tui-disasm-long-lines.c: ... this.
384 * gdb.base/tui-layout.exp: Rename to ...
385 * gdb.base/tui-disasm-long-lines.exp: ... this.
386
f8c4e718
PA
3872017-03-07 Pedro Alves <palves@redhat.com>
388
389 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
390
6dbb839a 3912017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
392
393 * i386-mpx-call.c: New file.
394 * i386-mpx-call.exp: New file.
395
65b48a81
PB
3962017-02-28 Peter Bergner <bergner@vnet.ibm.com>
397
398 * gdb.arch/powerpc-power.exp: Delete test.
399 * gdb.arch/powerpc-power.s: Likewise.
400 * gdb.disasm/disassembler-options.exp: New test.
401 * gdb.arch/powerpc-altivec.exp: Likewise.
402 * gdb.arch/powerpc-altivec.s: Likewise.
403 * gdb.arch/powerpc-altivec2.exp: Likewise.
404 * gdb.arch/powerpc-altivec2.s: Likewise.
405 * gdb.arch/powerpc-altivec3.exp: Likewise.
406 * gdb.arch/powerpc-altivec3.s: Likewise.
407 * gdb.arch/powerpc-power7.exp: Likewise.
408 * gdb.arch/powerpc-power7.s: Likewise.
409 * gdb.arch/powerpc-power8.exp: Likewise.
410 * gdb.arch/powerpc-power8.s: Likewise.
411 * gdb.arch/powerpc-power9.exp: Likewise.
412 * gdb.arch/powerpc-power9.s: Likewise.
413 * gdb.arch/powerpc-vsx.exp: Likewise.
414 * gdb.arch/powerpc-vsx.s: Likewise.
415 * gdb.arch/powerpc-vsx2.exp: Likewise.
416 * gdb.arch/powerpc-vsx2.s: Likewise.
417 * gdb.arch/powerpc-vsx3.exp: Likewise.
418 * gdb.arch/powerpc-vsx3.s: Likewise.
419 * gdb.arch/arm-disassembler-options.exp: Likewise.
420 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
421 * gdb.arch/s390-disassembler-options.exp: Likewise.
422
17cd4947
LM
4232017-02-23 Luis Machado <lgustavo@codesourcery.com>
424
425 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
426 (check_supported_features): ... this. Changed return type to void.
427 (supports_rdseed): New static global.
428 (rdseed): Check supports_rdseed.
429 (initialize): Call check_supported_features.
430
2039d74e
EBM
4312017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
432
433 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
434 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
435 and lqarx/stqcx.
436 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
437 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
438
a51d7ecf
EBM
4392017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
440
441 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
442 uppercase.
443
0224619f
JK
4442017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
445
446 * gdb.dwarf2/formdata16.c: New file.
447 * gdb.dwarf2/formdata16.exp: New file.
448 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
449
216f72a1
JK
4502017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
451
452 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
453 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
454 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
455 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
456 DW_AT_GNU_*.
457
43988095
JK
4582017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
459
460 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
461
99e8a4f9
SDJ
4622017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
463
464 PR gdb/21164
465 * gdb.base/maint.exp: Add testcases for when the commands do
466 not have arguments.
467
b58a8c0c
TP
4682017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
469
470 * gdb.cp/chained-calls.exp: Use p instead of P.
471
4e746bb6
TW
4722017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
473
474 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
475 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
476
3f77c769
TT
4772017-02-14 Tom Tromey <tom@tromey.com>
478
479 PR python/13598:
480 * gdb.python/py-events.exp: Add before_prompt event tests.
481
075beec0
AA
4822017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
483
484 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
485
bf5f525c
LM
4862017-02-13 Luis Machado <lgustavo@codesourcery.com>
487
488 * gdb.linespec/explicit.c (my_unique_function_name): New function.
489 (main): Call my_unique_function_name.
490 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
491 completion of patterns with a single match.
492 Add missing -re switches to gdb_test_multiple calls.
493
13a66184
LM
4942017-02-13 Luis Machado <lgustavo@codesourcery.com>
495
496 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
497 return if core file is not recognized.
498
26a06916
SM
4992017-02-10 Simon Marchi <simon.marchi@ericsson.com>
500
501 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
502 and extra UIs.
503
b761ca9e
SM
5042017-02-10 Simon Marchi <simon.marchi@ericsson.com>
505
506 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
507 proc_with_prefix.
508
b964bee0
TT
5092017-02-10 Tom Tromey <tom@tromey.com>
510
511 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
512
18da0c51
MG
5132017-02-10 Martin Galvan <martingalvan@sourceware.org>
514
515 PR gdb/21122
516 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
517
604c4576
JG
5182017-02-08 Jerome Guitton <guitton@adacore.com>
519
520 * gdb.base/define.exp: Add test for command abbreviations
521 in define.
522
20b477a7
LM
5232017-02-06 Luis Machado <lgustavo@codesourcery.com>
524
525 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
526 * gdb.reverse/insn-reverse-x86.c: New file.
527
3f7b46f2
IR
5282017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
529
530 PR tdep/20936
531 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
532
f0fd41c1
TT
5332017-02-03 Tom Tromey <tom@tromey.com>
534
535 PR rust/21097:
536 * gdb.rust/simple.exp: Add new tests.
537
5be5dbf0
PA
5382017-02-02 Pedro Alves <palves@redhat.com>
539
540 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
541 tests.
542
7346ef59
AA
5432017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
544
545 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
546 taking a 2-byte value out of a 4-byte DWARF implicit value on
547 big-endian targets.
548 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
549 logic. Add test cases for DW_OP_implicit.
550
787f0025
MM
5512017-02-01 Markus Metzger <markus.t.metzger@intel.com>
552
553 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
554
68777c29
MM
5552017-02-01 Markus Metzger <markus.t.metzger@intel.com>
556
557 * gdb.btrace/enable.exp: Call gdb_exit before
558 skip_gdbserver_tests.
559
0a1c7e28
MM
5602017-02-01 Markus Metzger <markus.t.metzger@intel.com>
561
562 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
563 GDBFLAGS.
564
b5ac99b0
MM
5652017-02-01 Markus Metzger <markus.t.metzger@intel.com>
566
567 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
568 the test is skipped.
569 * gdb.btrace/data.exp: Likewise.
570 * gdb.btrace/delta.exp: Likewise.
571 * gdb.btrace/dlopen.exp: Likewise.
572 * gdb.btrace/enable-running.exp: Likewise.
573 * gdb.btrace/enable.exp: Likewise.
574 * gdb.btrace/exception.exp: Likewise.
575 * gdb.btrace/function_call_history.exp: Likewise.
576 * gdb.btrace/gcore.exp: Likewise.
577 * gdb.btrace/instruction_history.exp: Likewise.
578 * gdb.btrace/multi-thread-step.exp: Likewise.
579 * gdb.btrace/nohist.exp: Likewise.
580 * gdb.btrace/non-stop.exp: Likewise.
581 * gdb.btrace/reconnect.exp: Likewise.
582 * gdb.btrace/record_goto-step.exp: Likewise.
583 * gdb.btrace/record_goto.exp: Likewise.
584 * gdb.btrace/rn-dl-bind.exp: Likewise.
585 * gdb.btrace/segv.exp: Likewise.
586 * gdb.btrace/step.exp: Likewise.
587 * gdb.btrace/stepi.exp: Likewise.
588 * gdb.btrace/tailcall-only.exp: Likewise.
589 * gdb.btrace/tailcall.exp: Likewise.
590 * gdb.btrace/tsx.exp: Likewise.
591 * gdb.btrace/unknown_functions.exp: Likewise.
592 * gdb.btrace/vdso.exp: Likewise.
593
cd4007e4
MM
5942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
595
596 * gdb.btrace/enable-running.c: New.
597 * gdb.btrace/enable-running.exp: New.
598
2735833d
WT
5992017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
600
601 * gdb.arch/amd64-gs_base.c: New file.
602 * gdb.arch/amd64-gs_base.exp: New file.
603
b51e1e94
LM
6042017-01-26 Luis Machado <lgustavo@codesourcery.com>
605
606 * lib/memory.exp: Remove spurious empty newlines.
607
72ca0410
SM
6082017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
609
610 * gdb.python/py-bad-printers.exp: Load python file using "source".
611 * gdb.python/py-events.exp: Likewise.
612 * gdb.python/py-evsignal.exp: Likewise.
613 * gdb.python/py-evthreads.exp: Likewise.
614 * gdb.python/py-frame-args.exp: Likewise.
615 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
616 * gdb.python/py-framefilter-mi.exp: Likewise.
617 * gdb.python/py-framefilter.exp: Likewise.
618 * gdb.python/py-mi.exp: Likewise.
619 * gdb.python/py-pp-maint.exp: Likewise.
620 * gdb.python/py-pp-registration.exp: Likewise.
621 * gdb.python/py-prettyprint.exp: Likewise.
622 (run_lang_tests): Likewise.
623 * gdb.python/py-typeprint.exp: Likewise.
624
e309aa65
LM
6252017-01-26 Luis Machado <lgustavo@codesourcery.com>
626
627 * lib/memory.exp: New file.
628 * lib/gdb.exp: Load memory.exp.
629 * gdb.base/memattr.exp (delete_memory): Move proc to
630 lib/memory.exp and rename to delete_memory_regions.
631 Replace delete_memory with delete_memory_regions.
632 Cleanup memory regions before tests.
633 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
634 before tests.
635
515aff23
LM
6362017-01-26 Luis Machado <lgustavo@codesourcery.com>
637
638 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
639 files.
640 (initialize): New function conditionally defined.
641 (testcases): Move within conditional block.
642 (main): Call initialize.
643 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
644 of gdb.reverse/insn-reverse.c.
645 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
646 gdb.reverse/insn-reverse.c.
647
d8b49cf0
YQ
6482017-01-26 Yao Qi <yao.qi@linaro.org>
649
650 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
651 disassemble on address 0.
652
f13a9a0c
YQ
6532017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
654 Yao Qi <yao.qi@linaro.org>
655
656 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
657 * gdb.dwarf2/implptr-64bit.S: Remove.
658 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
659 variables in caller's context. Add DW_OP_implicit_value.
660
5ac95241
YQ
6612017-01-25 Yao Qi <yao.qi@linaro.org>
662
663 * lib/dwarf.exp (Dwarf::_location): Handle
664 DW_OP_GNU_implicit_pointer with proper size.
665
23e82930
LM
6662017-01-20 Luis Machado <lgustavo@codesourcery.com>
667
668 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
669 and add untested calls.
670
d334ae25
LM
6712017-01-20 Luis Machado <lgustavo@codesourcery.com>
672
673 * gdb.python/python.exp: Check line number against what GDB thinks
674 the line number is for func1.
675
f5e6296e
IB
6762017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
677
678 * gdb.dlang/debug-expr.exp: New file.
679
5b362f04
LM
6802016-12-23 Luis Machado <lgustavo@codesourcery.com>
681
682 Fix test names for the following files:
683
684 * gdb.ada/exec_changed.exp
685 * gdb.ada/info_types.exp
686 * gdb.arch/aarch64-atomic-inst.exp
687 * gdb.arch/aarch64-fp.exp
688 * gdb.arch/altivec-abi.exp
689 * gdb.arch/altivec-regs.exp
690 * gdb.arch/amd64-byte.exp
691 * gdb.arch/amd64-disp-step.exp
692 * gdb.arch/amd64-dword.exp
693 * gdb.arch/amd64-entry-value-inline.exp
694 * gdb.arch/amd64-entry-value-param.exp
695 * gdb.arch/amd64-entry-value-paramref.exp
696 * gdb.arch/amd64-entry-value.exp
697 * gdb.arch/amd64-i386-address.exp
698 * gdb.arch/amd64-invalid-stack-middle.exp
699 * gdb.arch/amd64-invalid-stack-top.exp
700 * gdb.arch/amd64-optimout-repeat.exp
701 * gdb.arch/amd64-prologue-skip.exp
702 * gdb.arch/amd64-prologue-xmm.exp
703 * gdb.arch/amd64-stap-special-operands.exp
704 * gdb.arch/amd64-stap-wrong-subexp.exp
705 * gdb.arch/amd64-tailcall-cxx.exp
706 * gdb.arch/amd64-tailcall-noret.exp
707 * gdb.arch/amd64-tailcall-ret.exp
708 * gdb.arch/amd64-tailcall-self.exp
709 * gdb.arch/amd64-word.exp
710 * gdb.arch/arm-bl-branch-dest.exp
711 * gdb.arch/arm-disp-step.exp
712 * gdb.arch/arm-neon.exp
713 * gdb.arch/arm-single-step-kernel-helper.exp
714 * gdb.arch/avr-flash-qualifier.exp
715 * gdb.arch/disp-step-insn-reloc.exp
716 * gdb.arch/e500-abi.exp
717 * gdb.arch/e500-regs.exp
718 * gdb.arch/ftrace-insn-reloc.exp
719 * gdb.arch/i386-avx512.exp
720 * gdb.arch/i386-bp_permanent.exp
721 * gdb.arch/i386-byte.exp
722 * gdb.arch/i386-cfi-notcurrent.exp
723 * gdb.arch/i386-disp-step.exp
724 * gdb.arch/i386-dr3-watch.exp
725 * gdb.arch/i386-float.exp
726 * gdb.arch/i386-gnu-cfi.exp
727 * gdb.arch/i386-mpx-map.exp
728 * gdb.arch/i386-mpx-sigsegv.exp
729 * gdb.arch/i386-mpx-simple_segv.exp
730 * gdb.arch/i386-mpx.exp
731 * gdb.arch/i386-permbkpt.exp
732 * gdb.arch/i386-prologue.exp
733 * gdb.arch/i386-signal.exp
734 * gdb.arch/i386-size-overlap.exp
735 * gdb.arch/i386-unwind.exp
736 * gdb.arch/i386-word.exp
737 * gdb.arch/mips-fcr.exp
738 * gdb.arch/powerpc-d128-regs.exp
739 * gdb.arch/powerpc-stackless.exp
740 * gdb.arch/ppc64-atomic-inst.exp
741 * gdb.arch/s390-stackless.exp
742 * gdb.arch/s390-tdbregs.exp
743 * gdb.arch/s390-vregs.exp
744 * gdb.arch/sparc-sysstep.exp
745 * gdb.arch/thumb-bx-pc.exp
746 * gdb.arch/thumb-singlestep.exp
747 * gdb.arch/thumb2-it.exp
748 * gdb.arch/vsx-regs.exp
749 * gdb.asm/asm-source.exp
750 * gdb.base/a2-run.exp
751 * gdb.base/advance.exp
752 * gdb.base/all-bin.exp
753 * gdb.base/anon.exp
754 * gdb.base/args.exp
755 * gdb.base/arithmet.exp
756 * gdb.base/async-shell.exp
757 * gdb.base/async.exp
758 * gdb.base/attach-pie-noexec.exp
759 * gdb.base/attach-twice.exp
760 * gdb.base/auto-load.exp
761 * gdb.base/bang.exp
762 * gdb.base/bitfields.exp
763 * gdb.base/break-always.exp
764 * gdb.base/break-caller-line.exp
765 * gdb.base/break-entry.exp
766 * gdb.base/break-inline.exp
767 * gdb.base/break-on-linker-gcd-function.exp
768 * gdb.base/break-probes.exp
769 * gdb.base/break.exp
770 * gdb.base/breakpoint-shadow.exp
771 * gdb.base/call-ar-st.exp
772 * gdb.base/call-sc.exp
773 * gdb.base/call-signal-resume.exp
774 * gdb.base/call-strs.exp
775 * gdb.base/callfuncs.exp
776 * gdb.base/catch-fork-static.exp
777 * gdb.base/catch-gdb-caused-signals.exp
778 * gdb.base/catch-load.exp
779 * gdb.base/catch-signal-fork.exp
780 * gdb.base/catch-signal.exp
781 * gdb.base/catch-syscall.exp
782 * gdb.base/charset.exp
783 * gdb.base/checkpoint.exp
784 * gdb.base/chng-syms.exp
785 * gdb.base/code-expr.exp
786 * gdb.base/code_elim.exp
787 * gdb.base/commands.exp
788 * gdb.base/completion.exp
789 * gdb.base/complex.exp
790 * gdb.base/cond-expr.exp
791 * gdb.base/condbreak.exp
792 * gdb.base/consecutive.exp
793 * gdb.base/continue-all-already-running.exp
794 * gdb.base/coredump-filter.exp
795 * gdb.base/corefile.exp
796 * gdb.base/dbx.exp
797 * gdb.base/debug-expr.exp
798 * gdb.base/define.exp
799 * gdb.base/del.exp
800 * gdb.base/disabled-location.exp
801 * gdb.base/disasm-end-cu.exp
802 * gdb.base/disasm-optim.exp
803 * gdb.base/display.exp
804 * gdb.base/duplicate-bp.exp
805 * gdb.base/ena-dis-br.exp
806 * gdb.base/ending-run.exp
807 * gdb.base/enumval.exp
808 * gdb.base/environ.exp
809 * gdb.base/eu-strip-infcall.exp
810 * gdb.base/eval-avoid-side-effects.exp
811 * gdb.base/eval-skip.exp
812 * gdb.base/exitsignal.exp
813 * gdb.base/expand-psymtabs.exp
814 * gdb.base/filesym.exp
815 * gdb.base/find-unmapped.exp
816 * gdb.base/finish.exp
817 * gdb.base/float.exp
818 * gdb.base/foll-exec-mode.exp
819 * gdb.base/foll-exec.exp
820 * gdb.base/foll-fork.exp
821 * gdb.base/fortran-sym-case.exp
822 * gdb.base/freebpcmd.exp
823 * gdb.base/func-ptr.exp
824 * gdb.base/func-ptrs.exp
825 * gdb.base/funcargs.exp
826 * gdb.base/gcore-buffer-overflow.exp
827 * gdb.base/gcore-relro-pie.exp
828 * gdb.base/gcore-relro.exp
829 * gdb.base/gcore.exp
830 * gdb.base/gdb1090.exp
831 * gdb.base/gdb11530.exp
832 * gdb.base/gdb11531.exp
833 * gdb.base/gdb1821.exp
834 * gdb.base/gdbindex-stabs.exp
835 * gdb.base/gdbvars.exp
836 * gdb.base/hbreak.exp
837 * gdb.base/hbreak2.exp
838 * gdb.base/included.exp
839 * gdb.base/infcall-input.exp
840 * gdb.base/inferior-died.exp
841 * gdb.base/infnan.exp
842 * gdb.base/info-macros.exp
843 * gdb.base/info-os.exp
844 * gdb.base/info-proc.exp
845 * gdb.base/info-shared.exp
846 * gdb.base/info-target.exp
847 * gdb.base/infoline.exp
848 * gdb.base/interp.exp
849 * gdb.base/interrupt.exp
850 * gdb.base/jit-reader.exp
851 * gdb.base/jit-simple.exp
852 * gdb.base/kill-after-signal.exp
853 * gdb.base/kill-detach-inferiors-cmd.exp
854 * gdb.base/label.exp
855 * gdb.base/langs.exp
856 * gdb.base/ldbl_e308.exp
857 * gdb.base/line-symtabs.exp
858 * gdb.base/linespecs.exp
859 * gdb.base/list.exp
860 * gdb.base/long_long.exp
861 * gdb.base/longest-types.exp
862 * gdb.base/maint.exp
863 * gdb.base/max-value-size.exp
864 * gdb.base/memattr.exp
865 * gdb.base/mips_pro.exp
866 * gdb.base/morestack.exp
867 * gdb.base/moribund-step.exp
868 * gdb.base/multi-forks.exp
869 * gdb.base/nested-addr.exp
870 * gdb.base/nextoverexit.exp
871 * gdb.base/noreturn-finish.exp
872 * gdb.base/noreturn-return.exp
873 * gdb.base/nostdlib.exp
874 * gdb.base/offsets.exp
875 * gdb.base/opaque.exp
876 * gdb.base/pc-fp.exp
877 * gdb.base/permissions.exp
878 * gdb.base/print-symbol-loading.exp
879 * gdb.base/prologue-include.exp
880 * gdb.base/psymtab.exp
881 * gdb.base/ptype.exp
882 * gdb.base/random-signal.exp
883 * gdb.base/randomize.exp
884 * gdb.base/range-stepping.exp
885 * gdb.base/readline-ask.exp
886 * gdb.base/recpar.exp
887 * gdb.base/recurse.exp
888 * gdb.base/relational.exp
889 * gdb.base/restore.exp
890 * gdb.base/return-nodebug.exp
891 * gdb.base/return.exp
892 * gdb.base/run-after-attach.exp
893 * gdb.base/save-bp.exp
894 * gdb.base/scope.exp
895 * gdb.base/sect-cmd.exp
896 * gdb.base/set-lang-auto.exp
897 * gdb.base/set-noassign.exp
898 * gdb.base/setvar.exp
899 * gdb.base/sigall.exp
900 * gdb.base/sigbpt.exp
901 * gdb.base/siginfo-addr.exp
902 * gdb.base/siginfo-infcall.exp
903 * gdb.base/siginfo-obj.exp
904 * gdb.base/siginfo.exp
905 * gdb.base/signals-state-child.exp
906 * gdb.base/signest.exp
907 * gdb.base/sigstep.exp
908 * gdb.base/sizeof.exp
909 * gdb.base/skip.exp
910 * gdb.base/solib-corrupted.exp
911 * gdb.base/solib-nodir.exp
912 * gdb.base/solib-search.exp
913 * gdb.base/stack-checking.exp
914 * gdb.base/stale-infcall.exp
915 * gdb.base/stap-probe.exp
916 * gdb.base/start.exp
917 * gdb.base/step-break.exp
918 * gdb.base/step-bt.exp
919 * gdb.base/step-line.exp
920 * gdb.base/step-over-exit.exp
921 * gdb.base/step-over-syscall.exp
922 * gdb.base/step-resume-infcall.exp
923 * gdb.base/step-test.exp
924 * gdb.base/store.exp
925 * gdb.base/structs3.exp
926 * gdb.base/sym-file.exp
927 * gdb.base/symbol-without-target_section.exp
928 * gdb.base/term.exp
929 * gdb.base/testenv.exp
930 * gdb.base/ui-redirect.exp
931 * gdb.base/until.exp
932 * gdb.base/unwindonsignal.exp
933 * gdb.base/value-double-free.exp
934 * gdb.base/vla-datatypes.exp
935 * gdb.base/vla-ptr.exp
936 * gdb.base/vla-sideeffect.exp
937 * gdb.base/volatile.exp
938 * gdb.base/watch-cond-infcall.exp
939 * gdb.base/watch-cond.exp
940 * gdb.base/watch-non-mem.exp
941 * gdb.base/watch-read.exp
942 * gdb.base/watch-vfork.exp
943 * gdb.base/watchpoint-cond-gone.exp
944 * gdb.base/watchpoint-delete.exp
945 * gdb.base/watchpoint-hw-hit-once.exp
946 * gdb.base/watchpoint-hw.exp
947 * gdb.base/watchpoint-stops-at-right-insn.exp
948 * gdb.base/watchpoints.exp
949 * gdb.base/wchar.exp
950 * gdb.base/whatis-exp.exp
951 * gdb.btrace/buffer-size.exp
952 * gdb.btrace/data.exp
953 * gdb.btrace/delta.exp
954 * gdb.btrace/dlopen.exp
955 * gdb.btrace/enable.exp
956 * gdb.btrace/exception.exp
957 * gdb.btrace/function_call_history.exp
958 * gdb.btrace/gcore.exp
959 * gdb.btrace/instruction_history.exp
960 * gdb.btrace/nohist.exp
961 * gdb.btrace/reconnect.exp
962 * gdb.btrace/record_goto-step.exp
963 * gdb.btrace/record_goto.exp
964 * gdb.btrace/rn-dl-bind.exp
965 * gdb.btrace/segv.exp
966 * gdb.btrace/step.exp
967 * gdb.btrace/stepi.exp
968 * gdb.btrace/tailcall-only.exp
969 * gdb.btrace/tailcall.exp
970 * gdb.btrace/tsx.exp
971 * gdb.btrace/unknown_functions.exp
972 * gdb.btrace/vdso.exp
973 * gdb.compile/compile-ifunc.exp
974 * gdb.compile/compile-ops.exp
975 * gdb.compile/compile-print.exp
976 * gdb.compile/compile-setjmp.exp
977 * gdb.cp/abstract-origin.exp
978 * gdb.cp/ambiguous.exp
979 * gdb.cp/annota2.exp
980 * gdb.cp/annota3.exp
981 * gdb.cp/anon-ns.exp
982 * gdb.cp/anon-struct.exp
983 * gdb.cp/anon-union.exp
984 * gdb.cp/arg-reference.exp
985 * gdb.cp/baseenum.exp
986 * gdb.cp/bool.exp
987 * gdb.cp/breakpoint.exp
988 * gdb.cp/bs15503.exp
989 * gdb.cp/call-c.exp
990 * gdb.cp/casts.exp
991 * gdb.cp/chained-calls.exp
992 * gdb.cp/class2.exp
993 * gdb.cp/classes.exp
994 * gdb.cp/cmpd-minsyms.exp
995 * gdb.cp/converts.exp
996 * gdb.cp/cp-relocate.exp
997 * gdb.cp/cpcompletion.exp
998 * gdb.cp/cpexprs.exp
999 * gdb.cp/cplabel.exp
1000 * gdb.cp/cplusfuncs.exp
1001 * gdb.cp/cpsizeof.exp
1002 * gdb.cp/ctti.exp
1003 * gdb.cp/derivation.exp
1004 * gdb.cp/destrprint.exp
1005 * gdb.cp/dispcxx.exp
1006 * gdb.cp/enum-class.exp
1007 * gdb.cp/exception.exp
1008 * gdb.cp/exceptprint.exp
1009 * gdb.cp/expand-psymtabs-cxx.exp
1010 * gdb.cp/expand-sals.exp
1011 * gdb.cp/extern-c.exp
1012 * gdb.cp/filename.exp
1013 * gdb.cp/formatted-ref.exp
1014 * gdb.cp/fpointer.exp
1015 * gdb.cp/gdb1355.exp
1016 * gdb.cp/gdb2495.exp
1017 * gdb.cp/hang.exp
1018 * gdb.cp/impl-this.exp
1019 * gdb.cp/infcall-dlopen.exp
1020 * gdb.cp/inherit.exp
1021 * gdb.cp/iostream.exp
1022 * gdb.cp/koenig.exp
1023 * gdb.cp/local.exp
1024 * gdb.cp/m-data.exp
1025 * gdb.cp/m-static.exp
1026 * gdb.cp/mb-ctor.exp
1027 * gdb.cp/mb-inline.exp
1028 * gdb.cp/mb-templates.exp
1029 * gdb.cp/member-name.exp
1030 * gdb.cp/member-ptr.exp
1031 * gdb.cp/meth-typedefs.exp
1032 * gdb.cp/method.exp
1033 * gdb.cp/method2.exp
1034 * gdb.cp/minsym-fallback.exp
1035 * gdb.cp/misc.exp
1036 * gdb.cp/namelessclass.exp
1037 * gdb.cp/namespace-enum.exp
1038 * gdb.cp/namespace-nested-import.exp
1039 * gdb.cp/namespace.exp
1040 * gdb.cp/nextoverthrow.exp
1041 * gdb.cp/no-dmgl-verbose.exp
1042 * gdb.cp/non-trivial-retval.exp
1043 * gdb.cp/noparam.exp
1044 * gdb.cp/nsdecl.exp
1045 * gdb.cp/nsimport.exp
1046 * gdb.cp/nsnested.exp
1047 * gdb.cp/nsnoimports.exp
1048 * gdb.cp/nsrecurs.exp
1049 * gdb.cp/nsstress.exp
1050 * gdb.cp/nsusing.exp
1051 * gdb.cp/operator.exp
1052 * gdb.cp/oranking.exp
1053 * gdb.cp/overload-const.exp
1054 * gdb.cp/overload.exp
1055 * gdb.cp/ovldbreak.exp
1056 * gdb.cp/ovsrch.exp
1057 * gdb.cp/paren-type.exp
1058 * gdb.cp/parse-lang.exp
1059 * gdb.cp/pass-by-ref.exp
1060 * gdb.cp/pr-1023.exp
1061 * gdb.cp/pr-1210.exp
1062 * gdb.cp/pr-574.exp
1063 * gdb.cp/pr10687.exp
1064 * gdb.cp/pr12028.exp
1065 * gdb.cp/pr17132.exp
1066 * gdb.cp/pr17494.exp
1067 * gdb.cp/pr9067.exp
1068 * gdb.cp/pr9167.exp
1069 * gdb.cp/pr9631.exp
1070 * gdb.cp/printmethod.exp
1071 * gdb.cp/psmang.exp
1072 * gdb.cp/psymtab-parameter.exp
1073 * gdb.cp/ptype-cv-cp.exp
1074 * gdb.cp/ptype-flags.exp
1075 * gdb.cp/re-set-overloaded.exp
1076 * gdb.cp/ref-types.exp
1077 * gdb.cp/rtti.exp
1078 * gdb.cp/scope-err.exp
1079 * gdb.cp/shadow.exp
1080 * gdb.cp/smartp.exp
1081 * gdb.cp/static-method.exp
1082 * gdb.cp/static-print-quit.exp
1083 * gdb.cp/temargs.exp
1084 * gdb.cp/templates.exp
1085 * gdb.cp/try_catch.exp
1086 * gdb.cp/typedef-operator.exp
1087 * gdb.cp/typeid.exp
1088 * gdb.cp/userdef.exp
1089 * gdb.cp/using-crash.exp
1090 * gdb.cp/var-tag.exp
1091 * gdb.cp/virtbase.exp
1092 * gdb.cp/virtfunc.exp
1093 * gdb.cp/virtfunc2.exp
1094 * gdb.cp/vla-cxx.exp
1095 * gdb.disasm/t01_mov.exp
1096 * gdb.disasm/t02_mova.exp
1097 * gdb.disasm/t03_add.exp
1098 * gdb.disasm/t04_sub.exp
1099 * gdb.disasm/t05_cmp.exp
1100 * gdb.disasm/t06_ari2.exp
1101 * gdb.disasm/t07_ari3.exp
1102 * gdb.disasm/t08_or.exp
1103 * gdb.disasm/t09_xor.exp
1104 * gdb.disasm/t10_and.exp
1105 * gdb.disasm/t11_logs.exp
1106 * gdb.disasm/t12_bit.exp
1107 * gdb.disasm/t13_otr.exp
1108 * gdb.dlang/circular.exp
1109 * gdb.dwarf2/arr-stride.exp
1110 * gdb.dwarf2/arr-subrange.exp
1111 * gdb.dwarf2/atomic-type.exp
1112 * gdb.dwarf2/bad-regnum.exp
1113 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1114 * gdb.dwarf2/callframecfa.exp
1115 * gdb.dwarf2/clztest.exp
1116 * gdb.dwarf2/corrupt.exp
1117 * gdb.dwarf2/data-loc.exp
1118 * gdb.dwarf2/dup-psym.exp
1119 * gdb.dwarf2/dw2-anon-mptr.exp
1120 * gdb.dwarf2/dw2-anonymous-func.exp
1121 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1122 * gdb.dwarf2/dw2-bad-unresolved.exp
1123 * gdb.dwarf2/dw2-basic.exp
1124 * gdb.dwarf2/dw2-canonicalize-type.exp
1125 * gdb.dwarf2/dw2-case-insensitive.exp
1126 * gdb.dwarf2/dw2-common-block.exp
1127 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1128 * gdb.dwarf2/dw2-compressed.exp
1129 * gdb.dwarf2/dw2-const.exp
1130 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1131 * gdb.dwarf2/dw2-cu-size.exp
1132 * gdb.dwarf2/dw2-dup-frame.exp
1133 * gdb.dwarf2/dw2-entry-value.exp
1134 * gdb.dwarf2/dw2-icycle.exp
1135 * gdb.dwarf2/dw2-ifort-parameter.exp
1136 * gdb.dwarf2/dw2-inline-break.exp
1137 * gdb.dwarf2/dw2-inline-param.exp
1138 * gdb.dwarf2/dw2-intercu.exp
1139 * gdb.dwarf2/dw2-intermix.exp
1140 * gdb.dwarf2/dw2-lexical-block-bare.exp
1141 * gdb.dwarf2/dw2-linkage-name-trust.exp
1142 * gdb.dwarf2/dw2-minsym-in-cu.exp
1143 * gdb.dwarf2/dw2-noloc.exp
1144 * gdb.dwarf2/dw2-op-call.exp
1145 * gdb.dwarf2/dw2-op-out-param.exp
1146 * gdb.dwarf2/dw2-opt-structptr.exp
1147 * gdb.dwarf2/dw2-param-error.exp
1148 * gdb.dwarf2/dw2-producer.exp
1149 * gdb.dwarf2/dw2-ranges-base.exp
1150 * gdb.dwarf2/dw2-ref-missing-frame.exp
1151 * gdb.dwarf2/dw2-reg-undefined.exp
1152 * gdb.dwarf2/dw2-regno-invalid.exp
1153 * gdb.dwarf2/dw2-restore.exp
1154 * gdb.dwarf2/dw2-restrict.exp
1155 * gdb.dwarf2/dw2-single-line-discriminators.exp
1156 * gdb.dwarf2/dw2-strp.exp
1157 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1158 * gdb.dwarf2/dw2-unresolved.exp
1159 * gdb.dwarf2/dw2-var-zero-addr.exp
1160 * gdb.dwarf2/dw4-sig-types.exp
1161 * gdb.dwarf2/dwz.exp
1162 * gdb.dwarf2/dynarr-ptr.exp
1163 * gdb.dwarf2/enum-type.exp
1164 * gdb.dwarf2/gdb-index.exp
1165 * gdb.dwarf2/implptr-64bit.exp
1166 * gdb.dwarf2/implptr-optimized-out.exp
1167 * gdb.dwarf2/implptr.exp
1168 * gdb.dwarf2/implref-array.exp
1169 * gdb.dwarf2/implref-const.exp
1170 * gdb.dwarf2/implref-global.exp
1171 * gdb.dwarf2/implref-struct.exp
1172 * gdb.dwarf2/mac-fileno.exp
1173 * gdb.dwarf2/main-subprogram.exp
1174 * gdb.dwarf2/member-ptr-forwardref.exp
1175 * gdb.dwarf2/method-ptr.exp
1176 * gdb.dwarf2/missing-sig-type.exp
1177 * gdb.dwarf2/nonvar-access.exp
1178 * gdb.dwarf2/opaque-type-lookup.exp
1179 * gdb.dwarf2/pieces-optimized-out.exp
1180 * gdb.dwarf2/pieces.exp
1181 * gdb.dwarf2/pr10770.exp
1182 * gdb.dwarf2/pr13961.exp
1183 * gdb.dwarf2/staticvirtual.exp
1184 * gdb.dwarf2/subrange.exp
1185 * gdb.dwarf2/symtab-producer.exp
1186 * gdb.dwarf2/trace-crash.exp
1187 * gdb.dwarf2/typeddwarf.exp
1188 * gdb.dwarf2/valop.exp
1189 * gdb.dwarf2/watch-notconst.exp
1190 * gdb.fortran/array-element.exp
1191 * gdb.fortran/charset.exp
1192 * gdb.fortran/common-block.exp
1193 * gdb.fortran/complex.exp
1194 * gdb.fortran/derived-type-function.exp
1195 * gdb.fortran/derived-type.exp
1196 * gdb.fortran/logical.exp
1197 * gdb.fortran/module.exp
1198 * gdb.fortran/multi-dim.exp
1199 * gdb.fortran/nested-funcs.exp
1200 * gdb.fortran/print-formatted.exp
1201 * gdb.fortran/subarray.exp
1202 * gdb.fortran/vla-alloc-assoc.exp
1203 * gdb.fortran/vla-datatypes.exp
1204 * gdb.fortran/vla-history.exp
1205 * gdb.fortran/vla-ptr-info.exp
1206 * gdb.fortran/vla-ptype-sub.exp
1207 * gdb.fortran/vla-ptype.exp
1208 * gdb.fortran/vla-sizeof.exp
1209 * gdb.fortran/vla-type.exp
1210 * gdb.fortran/vla-value-sub-arbitrary.exp
1211 * gdb.fortran/vla-value-sub-finish.exp
1212 * gdb.fortran/vla-value-sub.exp
1213 * gdb.fortran/vla-value.exp
1214 * gdb.fortran/whatis_type.exp
1215 * gdb.go/chan.exp
1216 * gdb.go/handcall.exp
1217 * gdb.go/hello.exp
1218 * gdb.go/integers.exp
1219 * gdb.go/methods.exp
1220 * gdb.go/package.exp
1221 * gdb.go/strings.exp
1222 * gdb.go/types.exp
1223 * gdb.go/unsafe.exp
1224 * gdb.guile/scm-arch.exp
1225 * gdb.guile/scm-block.exp
1226 * gdb.guile/scm-breakpoint.exp
1227 * gdb.guile/scm-cmd.exp
1228 * gdb.guile/scm-disasm.exp
1229 * gdb.guile/scm-equal.exp
1230 * gdb.guile/scm-frame-args.exp
1231 * gdb.guile/scm-frame-inline.exp
1232 * gdb.guile/scm-frame.exp
1233 * gdb.guile/scm-iterator.exp
1234 * gdb.guile/scm-math.exp
1235 * gdb.guile/scm-objfile.exp
1236 * gdb.guile/scm-ports.exp
1237 * gdb.guile/scm-symbol.exp
1238 * gdb.guile/scm-symtab.exp
1239 * gdb.guile/scm-value-cc.exp
1240 * gdb.guile/types-module.exp
1241 * gdb.linespec/break-ask.exp
1242 * gdb.linespec/cpexplicit.exp
1243 * gdb.linespec/explicit.exp
1244 * gdb.linespec/keywords.exp
1245 * gdb.linespec/linespec.exp
1246 * gdb.linespec/ls-dollar.exp
1247 * gdb.linespec/ls-errs.exp
1248 * gdb.linespec/skip-two.exp
1249 * gdb.linespec/thread.exp
1250 * gdb.mi/mi-async.exp
1251 * gdb.mi/mi-basics.exp
1252 * gdb.mi/mi-break.exp
1253 * gdb.mi/mi-catch-load.exp
1254 * gdb.mi/mi-cli.exp
1255 * gdb.mi/mi-cmd-param-changed.exp
1256 * gdb.mi/mi-console.exp
1257 * gdb.mi/mi-detach.exp
1258 * gdb.mi/mi-disassemble.exp
1259 * gdb.mi/mi-eval.exp
1260 * gdb.mi/mi-file-transfer.exp
1261 * gdb.mi/mi-file.exp
1262 * gdb.mi/mi-fill-memory.exp
1263 * gdb.mi/mi-inheritance-syntax-error.exp
1264 * gdb.mi/mi-linespec-err-cp.exp
1265 * gdb.mi/mi-logging.exp
1266 * gdb.mi/mi-memory-changed.exp
1267 * gdb.mi/mi-read-memory.exp
1268 * gdb.mi/mi-record-changed.exp
1269 * gdb.mi/mi-reg-undefined.exp
1270 * gdb.mi/mi-regs.exp
1271 * gdb.mi/mi-return.exp
1272 * gdb.mi/mi-reverse.exp
1273 * gdb.mi/mi-simplerun.exp
1274 * gdb.mi/mi-solib.exp
1275 * gdb.mi/mi-stack.exp
1276 * gdb.mi/mi-stepi.exp
1277 * gdb.mi/mi-syn-frame.exp
1278 * gdb.mi/mi-until.exp
1279 * gdb.mi/mi-var-block.exp
1280 * gdb.mi/mi-var-child.exp
1281 * gdb.mi/mi-var-cmd.exp
1282 * gdb.mi/mi-var-cp.exp
1283 * gdb.mi/mi-var-display.exp
1284 * gdb.mi/mi-var-invalidate.exp
1285 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1286 * gdb.mi/mi-vla-fortran.exp
1287 * gdb.mi/mi-watch.exp
1288 * gdb.mi/mi2-var-child.exp
1289 * gdb.mi/user-selected-context-sync.exp
1290 * gdb.modula2/unbounded-array.exp
1291 * gdb.multi/dummy-frame-restore.exp
1292 * gdb.multi/multi-arch-exec.exp
1293 * gdb.multi/multi-arch.exp
1294 * gdb.multi/tids.exp
1295 * gdb.multi/watchpoint-multi.exp
1296 * gdb.opencl/callfuncs.exp
1297 * gdb.opencl/convs_casts.exp
1298 * gdb.opencl/datatypes.exp
1299 * gdb.opencl/operators.exp
1300 * gdb.opencl/vec_comps.exp
1301 * gdb.opt/clobbered-registers-O2.exp
1302 * gdb.opt/inline-break.exp
1303 * gdb.opt/inline-bt.exp
1304 * gdb.opt/inline-cmds.exp
1305 * gdb.opt/inline-locals.exp
1306 * gdb.pascal/case-insensitive-symbols.exp
1307 * gdb.pascal/floats.exp
1308 * gdb.pascal/gdb11492.exp
1309 * gdb.python/lib-types.exp
1310 * gdb.python/py-arch.exp
1311 * gdb.python/py-as-string.exp
1312 * gdb.python/py-bad-printers.exp
1313 * gdb.python/py-block.exp
1314 * gdb.python/py-breakpoint-create-fail.exp
1315 * gdb.python/py-breakpoint.exp
1316 * gdb.python/py-caller-is.exp
1317 * gdb.python/py-cmd.exp
1318 * gdb.python/py-explore-cc.exp
1319 * gdb.python/py-explore.exp
1320 * gdb.python/py-finish-breakpoint.exp
1321 * gdb.python/py-finish-breakpoint2.exp
1322 * gdb.python/py-frame-args.exp
1323 * gdb.python/py-frame-inline.exp
1324 * gdb.python/py-frame.exp
1325 * gdb.python/py-framefilter-mi.exp
1326 * gdb.python/py-infthread.exp
1327 * gdb.python/py-lazy-string.exp
1328 * gdb.python/py-linetable.exp
1329 * gdb.python/py-mi-events.exp
1330 * gdb.python/py-mi-objfile.exp
1331 * gdb.python/py-mi.exp
1332 * gdb.python/py-objfile.exp
1333 * gdb.python/py-pp-integral.exp
1334 * gdb.python/py-pp-maint.exp
1335 * gdb.python/py-pp-re-notag.exp
1336 * gdb.python/py-pp-registration.exp
1337 * gdb.python/py-recurse-unwind.exp
1338 * gdb.python/py-strfns.exp
1339 * gdb.python/py-symbol.exp
1340 * gdb.python/py-symtab.exp
1341 * gdb.python/py-sync-interp.exp
1342 * gdb.python/py-typeprint.exp
1343 * gdb.python/py-unwind-maint.exp
1344 * gdb.python/py-unwind.exp
1345 * gdb.python/py-value-cc.exp
1346 * gdb.python/py-xmethods.exp
1347 * gdb.reverse/amd64-tailcall-reverse.exp
1348 * gdb.reverse/break-precsave.exp
1349 * gdb.reverse/break-reverse.exp
1350 * gdb.reverse/consecutive-precsave.exp
1351 * gdb.reverse/consecutive-reverse.exp
1352 * gdb.reverse/finish-precsave.exp
1353 * gdb.reverse/finish-reverse-bkpt.exp
1354 * gdb.reverse/finish-reverse.exp
1355 * gdb.reverse/fstatat-reverse.exp
1356 * gdb.reverse/getresuid-reverse.exp
1357 * gdb.reverse/i386-precsave.exp
1358 * gdb.reverse/i386-reverse.exp
1359 * gdb.reverse/i386-sse-reverse.exp
1360 * gdb.reverse/i387-env-reverse.exp
1361 * gdb.reverse/i387-stack-reverse.exp
1362 * gdb.reverse/insn-reverse.exp
1363 * gdb.reverse/machinestate-precsave.exp
1364 * gdb.reverse/machinestate.exp
1365 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1366 * gdb.reverse/pipe-reverse.exp
1367 * gdb.reverse/readv-reverse.exp
1368 * gdb.reverse/recvmsg-reverse.exp
1369 * gdb.reverse/rerun-prec.exp
1370 * gdb.reverse/s390-mvcle.exp
1371 * gdb.reverse/step-precsave.exp
1372 * gdb.reverse/step-reverse.exp
1373 * gdb.reverse/time-reverse.exp
1374 * gdb.reverse/until-precsave.exp
1375 * gdb.reverse/until-reverse.exp
1376 * gdb.reverse/waitpid-reverse.exp
1377 * gdb.reverse/watch-precsave.exp
1378 * gdb.reverse/watch-reverse.exp
1379 * gdb.rust/generics.exp
1380 * gdb.rust/methods.exp
1381 * gdb.rust/modules.exp
1382 * gdb.rust/simple.exp
1383 * gdb.server/connect-with-no-symbol-file.exp
1384 * gdb.server/ext-attach.exp
1385 * gdb.server/ext-restart.exp
1386 * gdb.server/ext-wrapper.exp
1387 * gdb.server/file-transfer.exp
1388 * gdb.server/server-exec-info.exp
1389 * gdb.server/server-kill.exp
1390 * gdb.server/server-mon.exp
1391 * gdb.server/wrapper.exp
1392 * gdb.stabs/exclfwd.exp
1393 * gdb.stabs/gdb11479.exp
1394 * gdb.threads/clone-new-thread-event.exp
1395 * gdb.threads/corethreads.exp
1396 * gdb.threads/current-lwp-dead.exp
1397 * gdb.threads/dlopen-libpthread.exp
1398 * gdb.threads/gcore-thread.exp
1399 * gdb.threads/sigstep-threads.exp
1400 * gdb.threads/watchpoint-fork.exp
1401 * gdb.trace/actions-changed.exp
1402 * gdb.trace/backtrace.exp
1403 * gdb.trace/change-loc.exp
1404 * gdb.trace/circ.exp
1405 * gdb.trace/collection.exp
1406 * gdb.trace/disconnected-tracing.exp
1407 * gdb.trace/ftrace.exp
1408 * gdb.trace/mi-trace-frame-collected.exp
1409 * gdb.trace/mi-trace-unavailable.exp
1410 * gdb.trace/mi-traceframe-changed.exp
1411 * gdb.trace/mi-tsv-changed.exp
1412 * gdb.trace/no-attach-trace.exp
1413 * gdb.trace/passc-dyn.exp
1414 * gdb.trace/qtro.exp
1415 * gdb.trace/range-stepping.exp
1416 * gdb.trace/read-memory.exp
1417 * gdb.trace/save-trace.exp
1418 * gdb.trace/signal.exp
1419 * gdb.trace/status-stop.exp
1420 * gdb.trace/tfile.exp
1421 * gdb.trace/trace-break.exp
1422 * gdb.trace/trace-buffer-size.exp
1423 * gdb.trace/trace-condition.exp
1424 * gdb.trace/tracefile-pseudo-reg.exp
1425 * gdb.trace/tstatus.exp
1426 * gdb.trace/unavailable.exp
1427 * gdb.trace/while-dyn.exp
1428 * gdb.trace/while-stepping.exp
1429
34c41c68
DE
14302016-12-22 Doug Evans <xdje42@gmail.com>
1431
1432 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1433 and msymbols.
1434
16e69324
YQ
14352016-12-19 Yao Qi <yao.qi@linaro.org>
1436
1437 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1438 (test_with_self): Don't call do_steps_and_nexts, and remove
1439 code about stepping into xmalloc.
1440
f94f411b
YQ
14412016-12-09 Yao Qi <yao.qi@linaro.org>
1442
1443 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1444
14452016-12-09 Yao Qi <yao.qi@linaro.org>
1446
1447 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1448
f1b5deee
PA
14492016-12-09 Pedro Alves <palves@redhat.com>
1450
1451 * gdb.base/all-architectures-0.exp: New file.
1452 * gdb.base/all-architectures-1.exp: New file.
1453 * gdb.base/all-architectures-2.exp: New file.
1454 * gdb.base/all-architectures-3.exp: New file.
1455 * gdb.base/all-architectures-4.exp: New file.
1456 * gdb.base/all-architectures-5.exp: New file.
1457 * gdb.base/all-architectures-6.exp: New file.
1458 * gdb.base/all-architectures-7.exp: New file.
1459 * gdb.base/all-architectures.exp.in: New file.
1460
364ca42e
YQ
14612016-12-09 Yao Qi <yao.qi@linaro.org>
1462
1463 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1464
107c2d62
LM
14652016-12-02 Luis Machado <lgustavo@codesourcery.com>
1466
1467 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1468 possible.
1469 Remove useless pattern-matching code.
1470
df3ee9ca
PA
14712016-12-02 Pedro Alves <palves@redhat.com>
1472
1473 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1474 procedure.
1475 (top level): Call it.
1476
ec835369
PA
14772016-12-02 Pedro Alves <palves@redhat.com>
1478
1479 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1480 New procedure.
1481 (top level): Call it.
1482
01770bbd
PA
14832016-12-02 Pedro Alves <palves@redhat.com>
1484
1485 PR cli/20559
1486 * gdb.base/commands.exp (user_defined_command_args_eval): New
1487 procedure.
1488 (top level): Call it.
1489
008459ea
LM
14902016-12-02 Luis Machado <lgustavo@codesourcery.com>
1491
1492 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1493 timeout handling.
1494
0c1b455e
TT
14952016-12-02 Tom Tromey <tom@tromey.com>
1496
1497 * gdb.dwarf2/main-subprogram.c: New file.
1498 * gdb.dwarf2/main-subprogram.exp: New file.
1499
018572b8
LM
15002016-12-01 Luis Machado <lgustavo@codesourcery.com>
1501
1502 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1503 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1504 gdb_test_no_output for a couple of cases.
1505 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1506
84c93cd5
LM
15072016-12-01 Luis Machado <lgustavo@codesourcery.com>
1508
1509 Fix test names and standardize compilation error messages throughout
1510 the following files:
1511
1512 * gdb.ada/start.exp
1513 * gdb.arch/alpha-step.exp
1514 * gdb.arch/e500-prologue.exp
1515 * gdb.arch/ftrace-insn-reloc.exp
1516 * gdb.arch/gdb1291.exp
1517 * gdb.arch/gdb1431.exp
1518 * gdb.arch/gdb1558.exp
1519 * gdb.arch/i386-dr3-watch.exp
1520 * gdb.arch/i386-sse-stack-align.exp
1521 * gdb.arch/ia64-breakpoint-shadow.exp
1522 * gdb.arch/pa-nullify.exp
1523 * gdb.arch/powerpc-aix-prologue.exp
1524 * gdb.arch/thumb-bx-pc.exp
1525 * gdb.base/annota1.exp
1526 * gdb.base/annota3.exp
1527 * gdb.base/arrayidx.exp
1528 * gdb.base/assign.exp
1529 * gdb.base/attach.exp
1530 * gdb.base/auxv.exp
1531 * gdb.base/bang.exp
1532 * gdb.base/bfp-test.exp
1533 * gdb.base/bigcore.exp
1534 * gdb.base/bitfields2.exp
1535 * gdb.base/break-fun-addr.exp
1536 * gdb.base/break-probes.exp
1537 * gdb.base/call-rt-st.exp
1538 * gdb.base/callexit.exp
1539 * gdb.base/catch-fork-kill.exp
1540 * gdb.base/charset.exp
1541 * gdb.base/checkpoint.exp
1542 * gdb.base/comprdebug.exp
1543 * gdb.base/constvars.exp
1544 * gdb.base/coredump-filter.exp
1545 * gdb.base/cursal.exp
1546 * gdb.base/cvexpr.exp
1547 * gdb.base/detach.exp
1548 * gdb.base/display.exp
1549 * gdb.base/dmsym.exp
1550 * gdb.base/dprintf-pending.exp
1551 * gdb.base/dso2dso.exp
1552 * gdb.base/dtrace-probe.exp
1553 * gdb.base/dump.exp
1554 * gdb.base/enum_cond.exp
1555 * gdb.base/exe-lock.exp
1556 * gdb.base/exec-invalid-sysroot.exp
1557 * gdb.base/execl-update-breakpoints.exp
1558 * gdb.base/exprs.exp
1559 * gdb.base/fileio.exp
1560 * gdb.base/find.exp
1561 * gdb.base/finish.exp
1562 * gdb.base/fixsection.exp
1563 * gdb.base/foll-vfork.exp
1564 * gdb.base/frame-args.exp
1565 * gdb.base/gcore.exp
1566 * gdb.base/gdb1250.exp
1567 * gdb.base/global-var-nested-by-dso.exp
1568 * gdb.base/gnu-ifunc.exp
1569 * gdb.base/hashline1.exp
1570 * gdb.base/hashline2.exp
1571 * gdb.base/hashline3.exp
1572 * gdb.base/hbreak-in-shr-unsupported.exp
1573 * gdb.base/huge.exp
1574 * gdb.base/infcall-input.exp
1575 * gdb.base/info-fun.exp
1576 * gdb.base/info-shared.exp
1577 * gdb.base/jit-simple.exp
1578 * gdb.base/jit-so.exp
1579 * gdb.base/jit.exp
1580 * gdb.base/jump.exp
1581 * gdb.base/label.exp
1582 * gdb.base/lineinc.exp
1583 * gdb.base/logical.exp
1584 * gdb.base/longjmp.exp
1585 * gdb.base/macscp.exp
1586 * gdb.base/miscexprs.exp
1587 * gdb.base/new-ui-echo.exp
1588 * gdb.base/new-ui-pending-input.exp
1589 * gdb.base/new-ui.exp
1590 * gdb.base/nodebug.exp
1591 * gdb.base/nofield.exp
1592 * gdb.base/offsets.exp
1593 * gdb.base/overlays.exp
1594 * gdb.base/pending.exp
1595 * gdb.base/pointers.exp
1596 * gdb.base/pr11022.exp
1597 * gdb.base/printcmds.exp
1598 * gdb.base/prologue.exp
1599 * gdb.base/ptr-typedef.exp
1600 * gdb.base/realname-expand.exp
1601 * gdb.base/relativedebug.exp
1602 * gdb.base/relocate.exp
1603 * gdb.base/remote.exp
1604 * gdb.base/reread.exp
1605 * gdb.base/return2.exp
1606 * gdb.base/savedregs.exp
1607 * gdb.base/sep.exp
1608 * gdb.base/sepdebug.exp
1609 * gdb.base/sepsymtab.exp
1610 * gdb.base/set-inferior-tty.exp
1611 * gdb.base/setshow.exp
1612 * gdb.base/shlib-call.exp
1613 * gdb.base/sigaltstack.exp
1614 * gdb.base/siginfo-addr.exp
1615 * gdb.base/signals.exp
1616 * gdb.base/signull.exp
1617 * gdb.base/sigrepeat.exp
1618 * gdb.base/so-impl-ld.exp
1619 * gdb.base/solib-display.exp
1620 * gdb.base/solib-overlap.exp
1621 * gdb.base/solib-search.exp
1622 * gdb.base/solib-symbol.exp
1623 * gdb.base/structs.exp
1624 * gdb.base/structs2.exp
1625 * gdb.base/symtab-search-order.exp
1626 * gdb.base/twice.exp
1627 * gdb.base/unload.exp
1628 * gdb.base/varargs.exp
1629 * gdb.base/watchpoint-solib.exp
1630 * gdb.base/watchpoint.exp
1631 * gdb.base/whatis.exp
1632 * gdb.base/wrong_frame_bt_full.exp
1633 * gdb.btrace/dlopen.exp
1634 * gdb.cell/ea-standalone.exp
1635 * gdb.cell/ea-test.exp
1636 * gdb.cp/dispcxx.exp
1637 * gdb.cp/gdb2384.exp
1638 * gdb.cp/method2.exp
1639 * gdb.cp/nextoverthrow.exp
1640 * gdb.cp/pr10728.exp
1641 * gdb.disasm/am33.exp
1642 * gdb.disasm/h8300s.exp
1643 * gdb.disasm/mn10300.exp
1644 * gdb.disasm/sh3.exp
1645 * gdb.dwarf2/dw2-dir-file-name.exp
1646 * gdb.fortran/complex.exp
1647 * gdb.fortran/library-module.exp
1648 * gdb.guile/scm-pretty-print.exp
1649 * gdb.guile/scm-symbol.exp
1650 * gdb.guile/scm-type.exp
1651 * gdb.guile/scm-value.exp
1652 * gdb.linespec/linespec.exp
1653 * gdb.mi/gdb701.exp
1654 * gdb.mi/gdb792.exp
1655 * gdb.mi/mi-breakpoint-changed.exp
1656 * gdb.mi/mi-dprintf-pending.exp
1657 * gdb.mi/mi-dprintf.exp
1658 * gdb.mi/mi-exit-code.exp
1659 * gdb.mi/mi-pending.exp
1660 * gdb.mi/mi-solib.exp
1661 * gdb.mi/new-ui-mi-sync.exp
1662 * gdb.mi/pr11022.exp
1663 * gdb.mi/user-selected-context-sync.exp
1664 * gdb.opt/solib-intra-step.exp
1665 * gdb.python/py-events.exp
1666 * gdb.python/py-finish-breakpoint.exp
1667 * gdb.python/py-mi.exp
1668 * gdb.python/py-prettyprint.exp
1669 * gdb.python/py-shared.exp
1670 * gdb.python/py-symbol.exp
1671 * gdb.python/py-template.exp
1672 * gdb.python/py-type.exp
1673 * gdb.python/py-value.exp
1674 * gdb.reverse/solib-precsave.exp
1675 * gdb.reverse/solib-reverse.exp
1676 * gdb.server/solib-list.exp
1677 * gdb.stabs/weird.exp
1678 * gdb.threads/reconnect-signal.exp
1679 * gdb.threads/stepi-random-signal.exp
1680 * gdb.trace/actions.exp
1681 * gdb.trace/ax.exp
1682 * gdb.trace/backtrace.exp
1683 * gdb.trace/change-loc.exp
1684 * gdb.trace/deltrace.exp
1685 * gdb.trace/ftrace-lock.exp
1686 * gdb.trace/ftrace.exp
1687 * gdb.trace/infotrace.exp
1688 * gdb.trace/mi-tracepoint-changed.exp
1689 * gdb.trace/packetlen.exp
1690 * gdb.trace/passcount.exp
1691 * gdb.trace/pending.exp
1692 * gdb.trace/range-stepping.exp
1693 * gdb.trace/report.exp
1694 * gdb.trace/stap-trace.exp
1695 * gdb.trace/tfind.exp
1696 * gdb.trace/trace-break.exp
1697 * gdb.trace/trace-condition.exp
1698 * gdb.trace/trace-enable-disable.exp
1699 * gdb.trace/trace-mt.exp
1700 * gdb.trace/tracecmd.exp
1701 * gdb.trace/tspeed.exp
1702 * gdb.trace/tsv.exp
1703 * lib/perftest.exp
1704
fb9feb35
LM
17052016-12-01 Luis Machado <lgustavo@codesourcery.com>
1706
1707 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1708 with gdb_test_no_output.
1709 Use command as test name.
1710
cd2ddb6c
LM
17112016-12-01 Luis Machado <lgustavo@codesourcery.com>
1712
1713 Fix test names starting with uppercase throughout the files.
1714
1715 * gdb.ada/assign_1.exp
1716 * gdb.ada/boolean_expr.exp
1717 * gdb.base/arrayidx.exp
1718 * gdb.base/del.exp
1719 * gdb.base/gcore-buffer-overflow.exp
1720 * gdb.base/testenv.exp
1721 * gdb.compile/compile.exp
1722 * gdb.python/py-framefilter-invalidarg.exp
1723 * gdb.python/py-framefilter.exp
1724
bb95117e
LM
17252016-12-01 Luis Machado <lgustavo@codesourcery.com>
1726
1727 Fix test names starting with uppercase throughout the files.
1728
1729 * gdb.ada/array_return.exp
1730 * gdb.ada/expr_delims.exp
1731 * gdb.ada/mi_dyn_arr.exp
1732 * gdb.ada/mi_interface.exp
1733 * gdb.ada/mi_var_array.exp
1734 * gdb.ada/watch_arg.exp
1735 * gdb.arch/alpha-step.exp
1736 * gdb.arch/altivec-regs.exp
1737 * gdb.arch/e500-regs.exp
1738 * gdb.arch/powerpc-d128-regs.exp
1739 * gdb.base/arrayidx.exp
1740 * gdb.base/break.exp
1741 * gdb.base/checkpoint.exp
1742 * gdb.base/debug-expr.exp
1743 * gdb.base/dmsym.exp
1744 * gdb.base/radix.exp
1745 * gdb.base/sepdebug.exp
1746 * gdb.base/testenv.exp
1747 * gdb.base/watch_thread_num.exp
1748 * gdb.base/watchpoint-cond-gone.exp
1749 * gdb.cell/break.exp
1750 * gdb.cell/ea-cache.exp
1751 * gdb.compile/compile.exp
1752 * gdb.cp/gdb2495.exp
1753 * gdb.gdb/selftest.exp
1754 * gdb.gdb/xfullpath.exp
1755 * gdb.go/hello.exp
1756 * gdb.go/integers.exp
1757 * gdb.objc/basicclass.exp
1758 * gdb.pascal/hello.exp
1759 * gdb.pascal/integers.exp
1760 * gdb.python/py-breakpoint.exp
1761 * gdb.python/py-cmd.exp
1762 * gdb.python/py-linetable.exp
1763 * gdb.python/py-xmethods.exp
1764 * gdb.python/python.exp
1765 * gdb.reverse/consecutive-precsave.exp
1766 * gdb.reverse/finish-precsave.exp
1767 * gdb.reverse/i386-precsave.exp
1768 * gdb.reverse/machinestate-precsave.exp
1769 * gdb.reverse/sigall-precsave.exp
1770 * gdb.reverse/solib-precsave.exp
1771 * gdb.reverse/step-precsave.exp
1772 * gdb.reverse/until-precsave.exp
1773 * gdb.reverse/watch-precsave.exp
1774 * gdb.threads/leader-exit.exp
1775 * gdb.threads/pthreads.exp
1776 * gdb.threads/wp-replication.exp
1777 * gdb.trace/actions.exp
1778 * gdb.trace/mi-tsv-changed.exp
1779 * gdb.trace/tsv.exp
1780
de97fdd4
LM
17812016-12-01 Luis Machado <lgustavo@codesourcery.com>
1782
1783 Fix test names starting with uppercase throughout the files.
1784
1785 * gdb.arch/i386-bp_permanent.exp
1786 * gdb.arch/i386-gnu-cfi.exp
1787 * gdb.base/disasm-end-cu.exp
1788 * gdb.base/macscp.exp
1789 * gdb.base/pending.exp
1790 * gdb.base/watch_thread_num.exp
1791 * gdb.cp/exception.exp
1792 * gdb.cp/gdb2495.exp
1793 * gdb.cp/local.exp
1794 * gdb.python/py-evsignal.exp
1795 * gdb.python/python.exp
1796 * gdb.trace/tracecmd.exp
1797
9f058c10
LM
17982016-12-01 Luis Machado <lgustavo@codesourcery.com>
1799
1800 Fix test names starting with uppercase throughout the files.
1801
1802 * gdb.base/charset.exp
1803 * gdb.base/eval.exp
1804 * gdb.base/multi-forks.exp
1805 * gdb.guile/scm-progspace.exp
1806 * gdb.opencl/datatypes.exp
1807 * gdb.python/py-block.exp
1808 * gdb.python/py-function.exp
1809 * gdb.python/py-symbol.exp
1810 * gdb.python/py-symtab.exp
1811 * gdb.python/py-xmethods.exp
1812 * gdb.reverse/break-precsave.exp
1813 * gdb.reverse/break-reverse.exp
1814 * gdb.reverse/consecutive-precsave.exp
1815 * gdb.reverse/consecutive-reverse.exp
1816 * gdb.reverse/finish-precsave.exp
1817 * gdb.reverse/finish-reverse-bkpt.exp
1818 * gdb.reverse/finish-reverse.exp
1819 * gdb.reverse/fstatat-reverse.exp
1820 * gdb.reverse/getresuid-reverse.exp
1821 * gdb.reverse/i386-precsave.exp
1822 * gdb.reverse/i386-reverse.exp
1823 * gdb.reverse/i386-sse-reverse.exp
1824 * gdb.reverse/i387-stack-reverse.exp
1825 * gdb.reverse/insn-reverse.exp
1826 * gdb.reverse/machinestate-precsave.exp
1827 * gdb.reverse/machinestate.exp
1828 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1829 * gdb.reverse/pipe-reverse.exp
1830 * gdb.reverse/readv-reverse.exp
1831 * gdb.reverse/recvmsg-reverse.exp
1832 * gdb.reverse/rerun-prec.exp
1833 * gdb.reverse/s390-mvcle.exp
1834 * gdb.reverse/sigall-precsave.exp
1835 * gdb.reverse/sigall-reverse.exp
1836 * gdb.reverse/solib-precsave.exp
1837 * gdb.reverse/solib-reverse.exp
1838 * gdb.reverse/step-precsave.exp
1839 * gdb.reverse/step-reverse.exp
1840 * gdb.reverse/time-reverse.exp
1841 * gdb.reverse/until-precsave.exp
1842 * gdb.reverse/until-reverse.exp
1843 * gdb.reverse/waitpid-reverse.exp
1844 * gdb.reverse/watch-precsave.exp
1845 * gdb.reverse/watch-reverse.exp
1846
cdc7edd7
LM
18472016-12-01 Luis Machado <lgustavo@codesourcery.com>
1848
1849 Fix test names starting with uppercase throughout the files.
1850
1851 * gdb.arch/i386-mpx-simple_segv.exp
1852 * gdb.arch/i386-mpx.exp
1853 * gdb.arch/i386-permbkpt.exp
1854 * gdb.arch/pa-nullify.exp
1855 * gdb.arch/powerpc-d128-regs.exp
1856 * gdb.arch/vsx-regs.exp
1857 * gdb.base/bfp-test.exp
1858 * gdb.base/break.exp
1859 * gdb.base/breakpoint-shadow.exp
1860 * gdb.base/callfuncs.exp
1861 * gdb.base/charset.exp
1862 * gdb.base/commands.exp
1863 * gdb.base/completion.exp
1864 * gdb.base/dfp-test.exp
1865 * gdb.base/echo.exp
1866 * gdb.base/ending-run.exp
1867 * gdb.base/eval.exp
1868 * gdb.base/expand-psymtabs.exp
1869 * gdb.base/float128.exp
1870 * gdb.base/floatn.exp
1871 * gdb.base/foll-exec-mode.exp
1872 * gdb.base/gdb1056.exp
1873 * gdb.base/gdb11531.exp
1874 * gdb.base/kill-after-signal.exp
1875 * gdb.base/multi-forks.exp
1876 * gdb.base/overlays.exp
1877 * gdb.base/pending.exp
1878 * gdb.base/sepdebug.exp
1879 * gdb.base/testenv.exp
1880 * gdb.base/valgrind-db-attach.exp
1881 * gdb.base/watch_thread_num.exp
1882 * gdb.base/watchpoint-cond-gone.exp
1883 * gdb.base/watchpoint.exp
1884 * gdb.base/watchpoints.exp
1885 * gdb.cp/arg-reference.exp
1886 * gdb.cp/baseenum.exp
1887 * gdb.cp/operator.exp
1888 * gdb.cp/shadow.exp
1889 * gdb.dwarf2/dw2-op-out-param.exp
1890 * gdb.dwarf2/dw2-reg-undefined.exp
1891 * gdb.go/chan.exp
1892 * gdb.go/hello.exp
1893 * gdb.go/integers.exp
1894 * gdb.go/methods.exp
1895 * gdb.go/package.exp
1896 * gdb.guile/scm-parameter.exp
1897 * gdb.guile/scm-progspace.exp
1898 * gdb.guile/scm-value.exp
1899 * gdb.mi/mi-pending.exp
1900 * gdb.mi/user-selected-context-sync.exp
1901 * gdb.multi/multi-attach.exp
1902 * gdb.multi/tids.exp
1903 * gdb.opt/clobbered-registers-O2.exp
1904 * gdb.pascal/floats.exp
1905 * gdb.pascal/integers.exp
1906 * gdb.python/py-block.exp
1907 * gdb.python/py-events.exp
1908 * gdb.python/py-parameter.exp
1909 * gdb.python/py-symbol.exp
1910 * gdb.python/py-symtab.exp
1911 * gdb.python/py-type.exp
1912 * gdb.python/py-value.exp
1913 * gdb.python/py-xmethods.exp
1914 * gdb.python/python.exp
1915 * gdb.reverse/break-precsave.exp
1916 * gdb.reverse/consecutive-precsave.exp
1917 * gdb.reverse/finish-precsave.exp
1918 * gdb.reverse/i386-precsave.exp
1919 * gdb.reverse/machinestate-precsave.exp
1920 * gdb.reverse/sigall-precsave.exp
1921 * gdb.reverse/solib-precsave.exp
1922 * gdb.reverse/step-precsave.exp
1923 * gdb.reverse/until-precsave.exp
1924 * gdb.reverse/watch-precsave.exp
1925 * gdb.server/ext-attach.exp
1926 * gdb.server/ext-restart.exp
1927 * gdb.server/ext-run.exp
1928 * gdb.server/ext-wrapper.exp
1929 * gdb.stabs/gdb11479.exp
1930 * gdb.stabs/weird.exp
1931 * gdb.threads/attach-many-short-lived-threads.exp
1932 * gdb.threads/kill.exp
1933 * gdb.threads/watchpoint-fork.exp
1934
bc6c7af4
LM
19352016-12-01 Luis Machado <lgustavo@codesourcery.com>
1936
1937 Fix test names starting with uppercase throughout all the files below.
1938
1939 * gdb.ada/array_return.exp
1940 * gdb.ada/catch_ex.exp
1941 * gdb.ada/info_exc.exp
1942 * gdb.ada/mi_catch_ex.exp
1943 * gdb.ada/mi_dyn_arr.exp
1944 * gdb.ada/mi_ex_cond.exp
1945 * gdb.ada/mi_exc_info.exp
1946 * gdb.ada/mi_interface.exp
1947 * gdb.ada/mi_task_arg.exp
1948 * gdb.ada/mi_task_info.exp
1949 * gdb.ada/mi_var_array.exp
1950 * gdb.arch/alpha-step.exp
1951 * gdb.arch/amd64-disp-step.exp
1952 * gdb.arch/arm-disp-step.exp
1953 * gdb.arch/disp-step-insn-reloc.exp
1954 * gdb.arch/e500-prologue.exp
1955 * gdb.arch/ftrace-insn-reloc.exp
1956 * gdb.arch/gdb1558.exp
1957 * gdb.arch/i386-bp_permanent.exp
1958 * gdb.arch/i386-disp-step.exp
1959 * gdb.arch/i386-float.exp
1960 * gdb.arch/i386-gnu-cfi.exp
1961 * gdb.arch/ia64-breakpoint-shadow.exp
1962 * gdb.arch/mips16-thunks.exp
1963 * gdb.arch/pa-nullify.exp
1964 * gdb.arch/powerpc-aix-prologue.exp
1965 * gdb.arch/powerpc-power.exp
1966 * gdb.arch/ppc-dfp.exp
1967 * gdb.arch/s390-tdbregs.exp
1968 * gdb.arch/spu-info.exp
1969 * gdb.arch/spu-ls.exp
1970 * gdb.arch/thumb-bx-pc.exp
1971 * gdb.base/advance.exp
1972 * gdb.base/annota-input-while-running.exp
1973 * gdb.base/arrayidx.exp
1974 * gdb.base/asmlabel.exp
1975 * gdb.base/async.exp
1976 * gdb.base/attach-wait-input.exp
1977 * gdb.base/auto-connect-native-target.exp
1978 * gdb.base/batch-preserve-term-settings.exp
1979 * gdb.base/bfp-test.exp
1980 * gdb.base/bigcore.exp
1981 * gdb.base/bp-permanent.exp
1982 * gdb.base/break-always.exp
1983 * gdb.base/break-fun-addr.exp
1984 * gdb.base/break-idempotent.exp
1985 * gdb.base/break-main-file-remove-fail.exp
1986 * gdb.base/break-probes.exp
1987 * gdb.base/break-unload-file.exp
1988 * gdb.base/break.exp
1989 * gdb.base/call-ar-st.exp
1990 * gdb.base/call-rt-st.exp
1991 * gdb.base/call-sc.exp
1992 * gdb.base/call-signal-resume.exp
1993 * gdb.base/call-strs.exp
1994 * gdb.base/callexit.exp
1995 * gdb.base/callfuncs.exp
1996 * gdb.base/catch-gdb-caused-signals.exp
1997 * gdb.base/catch-signal-siginfo-cond.exp
1998 * gdb.base/catch-syscall.exp
1999 * gdb.base/compare-sections.exp
2000 * gdb.base/cond-eval-mode.exp
2001 * gdb.base/condbreak-call-false.exp
2002 * gdb.base/consecutive-step-over.exp
2003 * gdb.base/cursal.exp
2004 * gdb.base/disabled-location.exp
2005 * gdb.base/disasm-end-cu.exp
2006 * gdb.base/display.exp
2007 * gdb.base/double-prompt-target-event-error.exp
2008 * gdb.base/dprintf-bp-same-addr.exp
2009 * gdb.base/dprintf-detach.exp
2010 * gdb.base/dprintf-next.exp
2011 * gdb.base/dprintf-non-stop.exp
2012 * gdb.base/dprintf-pending.exp
2013 * gdb.base/dso2dso.exp
2014 * gdb.base/ending-run.exp
2015 * gdb.base/enum_cond.exp
2016 * gdb.base/examine-backward.exp
2017 * gdb.base/exe-lock.exp
2018 * gdb.base/exec-invalid-sysroot.exp
2019 * gdb.base/execl-update-breakpoints.exp
2020 * gdb.base/execution-termios.exp
2021 * gdb.base/fileio.exp
2022 * gdb.base/fixsection.exp
2023 * gdb.base/foll-exec-mode.exp
2024 * gdb.base/foll-exec.exp
2025 * gdb.base/fork-running-state.exp
2026 * gdb.base/frame-args.exp
2027 * gdb.base/fullpath-expand.exp
2028 * gdb.base/func-ptr.exp
2029 * gdb.base/gcore-relro-pie.exp
2030 * gdb.base/gdb1090.exp
2031 * gdb.base/gdb1555.exp
2032 * gdb.base/global-var-nested-by-dso.exp
2033 * gdb.base/gnu-ifunc.exp
2034 * gdb.base/hbreak-in-shr-unsupported.exp
2035 * gdb.base/hbreak-unmapped.exp
2036 * gdb.base/hook-stop.exp
2037 * gdb.base/infcall-input.exp
2038 * gdb.base/info-fun.exp
2039 * gdb.base/info-shared.exp
2040 * gdb.base/interrupt-noterm.exp
2041 * gdb.base/jit-so.exp
2042 * gdb.base/jit.exp
2043 * gdb.base/line-symtabs.exp
2044 * gdb.base/list.exp
2045 * gdb.base/longjmp.exp
2046 * gdb.base/macscp.exp
2047 * gdb.base/max-value-size.exp
2048 * gdb.base/nodebug.exp
2049 * gdb.base/nofield.exp
2050 * gdb.base/overlays.exp
2051 * gdb.base/paginate-after-ctrl-c-running.exp
2052 * gdb.base/paginate-bg-execution.exp
2053 * gdb.base/paginate-inferior-exit.exp
2054 * gdb.base/pending.exp
2055 * gdb.base/pr11022.exp
2056 * gdb.base/printcmds.exp
2057 * gdb.base/ptr-typedef.exp
2058 * gdb.base/ptype.exp
2059 * gdb.base/randomize.exp
2060 * gdb.base/range-stepping.exp
2061 * gdb.base/realname-expand.exp
2062 * gdb.base/relativedebug.exp
2063 * gdb.base/remote.exp
2064 * gdb.base/savedregs.exp
2065 * gdb.base/sepdebug.exp
2066 * gdb.base/set-noassign.exp
2067 * gdb.base/shlib-call.exp
2068 * gdb.base/shreloc.exp
2069 * gdb.base/sigaltstack.exp
2070 * gdb.base/sigbpt.exp
2071 * gdb.base/siginfo-addr.exp
2072 * gdb.base/siginfo-obj.exp
2073 * gdb.base/siginfo-thread.exp
2074 * gdb.base/signest.exp
2075 * gdb.base/signull.exp
2076 * gdb.base/sigrepeat.exp
2077 * gdb.base/skip.exp
2078 * gdb.base/so-impl-ld.exp
2079 * gdb.base/solib-corrupted.exp
2080 * gdb.base/solib-disc.exp
2081 * gdb.base/solib-display.exp
2082 * gdb.base/solib-overlap.exp
2083 * gdb.base/solib-search.exp
2084 * gdb.base/solib-symbol.exp
2085 * gdb.base/source-execution.exp
2086 * gdb.base/sss-bp-on-user-bp-2.exp
2087 * gdb.base/sss-bp-on-user-bp.exp
2088 * gdb.base/stack-checking.exp
2089 * gdb.base/stale-infcall.exp
2090 * gdb.base/step-break.exp
2091 * gdb.base/step-line.exp
2092 * gdb.base/step-over-exit.exp
2093 * gdb.base/step-test.exp
2094 * gdb.base/structs.exp
2095 * gdb.base/sym-file.exp
2096 * gdb.base/symtab-search-order.exp
2097 * gdb.base/term.exp
2098 * gdb.base/type-opaque.exp
2099 * gdb.base/unload.exp
2100 * gdb.base/until-nodebug.exp
2101 * gdb.base/until.exp
2102 * gdb.base/unwindonsignal.exp
2103 * gdb.base/watch-cond.exp
2104 * gdb.base/watch-non-mem.exp
2105 * gdb.base/watch_thread_num.exp
2106 * gdb.base/watchpoint-reuse-slot.exp
2107 * gdb.base/watchpoint-solib.exp
2108 * gdb.base/watchpoint.exp
2109 * gdb.btrace/dlopen.exp
2110 * gdb.cell/arch.exp
2111 * gdb.cell/break.exp
2112 * gdb.cell/bt.exp
2113 * gdb.cell/core.exp
2114 * gdb.cell/data.exp
2115 * gdb.cell/dwarfaddr.exp
2116 * gdb.cell/ea-cache.exp
2117 * gdb.cell/ea-standalone.exp
2118 * gdb.cell/ea-test.exp
2119 * gdb.cell/f-regs.exp
2120 * gdb.cell/fork.exp
2121 * gdb.cell/gcore.exp
2122 * gdb.cell/mem-access.exp
2123 * gdb.cell/ptype.exp
2124 * gdb.cell/registers.exp
2125 * gdb.cell/sizeof.exp
2126 * gdb.cell/solib-symbol.exp
2127 * gdb.cell/solib.exp
2128 * gdb.compile/compile-tls.exp
2129 * gdb.cp/exception.exp
2130 * gdb.cp/gdb2495.exp
2131 * gdb.cp/local.exp
2132 * gdb.cp/mb-inline.exp
2133 * gdb.cp/mb-templates.exp
2134 * gdb.cp/pr10687.exp
2135 * gdb.cp/pr9167.exp
2136 * gdb.cp/scope-err.exp
2137 * gdb.cp/templates.exp
2138 * gdb.cp/virtfunc.exp
2139 * gdb.dwarf2/dw2-dir-file-name.exp
2140 * gdb.dwarf2/dw2-single-line-discriminators.exp
2141 * gdb.fortran/complex.exp
2142 * gdb.fortran/library-module.exp
2143 * gdb.guile/guile.exp
2144 * gdb.guile/scm-cmd.exp
2145 * gdb.guile/scm-frame-inline.exp
2146 * gdb.guile/scm-objfile.exp
2147 * gdb.guile/scm-pretty-print.exp
2148 * gdb.guile/scm-symbol.exp
2149 * gdb.guile/scm-type.exp
2150 * gdb.guile/scm-value.exp
2151 * gdb.linespec/keywords.exp
2152 * gdb.linespec/ls-errs.exp
2153 * gdb.linespec/macro-relative.exp
2154 * gdb.linespec/thread.exp
2155 * gdb.mi/mi-breakpoint-changed.exp
2156 * gdb.mi/mi-dprintf-pending.exp
2157 * gdb.mi/mi-fullname-deleted.exp
2158 * gdb.mi/mi-logging.exp
2159 * gdb.mi/mi-pending.exp
2160 * gdb.mi/mi-solib.exp
2161 * gdb.mi/new-ui-mi-sync.exp
2162 * gdb.mi/user-selected-context-sync.exp
2163 * gdb.multi/dummy-frame-restore.exp
2164 * gdb.multi/multi-arch-exec.exp
2165 * gdb.multi/remove-inferiors.exp
2166 * gdb.multi/watchpoint-multi-exit.exp
2167 * gdb.opt/solib-intra-step.exp
2168 * gdb.perf/backtrace.exp
2169 * gdb.perf/single-step.exp
2170 * gdb.perf/skip-command.exp
2171 * gdb.perf/skip-prologue.exp
2172 * gdb.perf/solib.exp
2173 * gdb.python/lib-types.exp
2174 * gdb.python/py-as-string.exp
2175 * gdb.python/py-bad-printers.exp
2176 * gdb.python/py-block.exp
2177 * gdb.python/py-breakpoint.exp
2178 * gdb.python/py-cmd.exp
2179 * gdb.python/py-events.exp
2180 * gdb.python/py-evthreads.exp
2181 * gdb.python/py-finish-breakpoint.exp
2182 * gdb.python/py-finish-breakpoint2.exp
2183 * gdb.python/py-frame-inline.exp
2184 * gdb.python/py-frame.exp
2185 * gdb.python/py-inferior.exp
2186 * gdb.python/py-infthread.exp
2187 * gdb.python/py-mi.exp
2188 * gdb.python/py-objfile.exp
2189 * gdb.python/py-pp-maint.exp
2190 * gdb.python/py-pp-registration.exp
2191 * gdb.python/py-prettyprint.exp
2192 * gdb.python/py-recurse-unwind.exp
2193 * gdb.python/py-shared.exp
2194 * gdb.python/py-symbol.exp
2195 * gdb.python/py-symtab.exp
2196 * gdb.python/py-template.exp
2197 * gdb.python/py-type.exp
2198 * gdb.python/py-unwind-maint.exp
2199 * gdb.python/py-unwind.exp
2200 * gdb.python/py-value.exp
2201 * gdb.python/python.exp
2202 * gdb.reverse/finish-reverse-bkpt.exp
2203 * gdb.reverse/insn-reverse.exp
2204 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2205 * gdb.reverse/solib-precsave.exp
2206 * gdb.reverse/solib-reverse.exp
2207 * gdb.stabs/gdb11479.exp
2208 * gdb.stabs/weird.exp
2209 * gdb.threads/fork-child-threads.exp
2210 * gdb.threads/fork-plus-threads.exp
2211 * gdb.threads/fork-thread-pending.exp
2212 * gdb.threads/forking-threads-plus-breakpoint.exp
2213 * gdb.threads/hand-call-in-threads.exp
2214 * gdb.threads/interrupted-hand-call.exp
2215 * gdb.threads/linux-dp.exp
2216 * gdb.threads/local-watch-wrong-thread.exp
2217 * gdb.threads/next-while-other-thread-longjmps.exp
2218 * gdb.threads/non-ldr-exit.exp
2219 * gdb.threads/pending-step.exp
2220 * gdb.threads/print-threads.exp
2221 * gdb.threads/process-dies-while-detaching.exp
2222 * gdb.threads/process-dies-while-handling-bp.exp
2223 * gdb.threads/pthreads.exp
2224 * gdb.threads/queue-signal.exp
2225 * gdb.threads/reconnect-signal.exp
2226 * gdb.threads/signal-command-handle-nopass.exp
2227 * gdb.threads/signal-command-multiple-signals-pending.exp
2228 * gdb.threads/signal-delivered-right-thread.exp
2229 * gdb.threads/signal-sigtrap.exp
2230 * gdb.threads/sigthread.exp
2231 * gdb.threads/staticthreads.exp
2232 * gdb.threads/stepi-random-signal.exp
2233 * gdb.threads/thread-unwindonsignal.exp
2234 * gdb.threads/thread_check.exp
2235 * gdb.threads/thread_events.exp
2236 * gdb.threads/tid-reuse.exp
2237 * gdb.threads/tls-nodebug.exp
2238 * gdb.threads/tls-shared.exp
2239 * gdb.threads/tls-so_extern.exp
2240 * gdb.threads/tls.exp
2241 * gdb.threads/wp-replication.exp
2242 * gdb.trace/actions-changed.exp
2243 * gdb.trace/actions.exp
2244 * gdb.trace/backtrace.exp
2245 * gdb.trace/change-loc.exp
2246 * gdb.trace/collection.exp
2247 * gdb.trace/deltrace.exp
2248 * gdb.trace/disconnected-tracing.exp
2249 * gdb.trace/entry-values.exp
2250 * gdb.trace/ftrace-lock.exp
2251 * gdb.trace/ftrace.exp
2252 * gdb.trace/infotrace.exp
2253 * gdb.trace/mi-trace-frame-collected.exp
2254 * gdb.trace/mi-trace-unavailable.exp
2255 * gdb.trace/mi-traceframe-changed.exp
2256 * gdb.trace/mi-tracepoint-changed.exp
2257 * gdb.trace/mi-tsv-changed.exp
2258 * gdb.trace/no-attach-trace.exp
2259 * gdb.trace/packetlen.exp
2260 * gdb.trace/passc-dyn.exp
2261 * gdb.trace/passcount.exp
2262 * gdb.trace/pending.exp
2263 * gdb.trace/pr16508.exp
2264 * gdb.trace/qtro.exp
2265 * gdb.trace/range-stepping.exp
2266 * gdb.trace/read-memory.exp
2267 * gdb.trace/report.exp
2268 * gdb.trace/save-trace.exp
2269 * gdb.trace/signal.exp
2270 * gdb.trace/stap-trace.exp
2271 * gdb.trace/status-stop.exp
2272 * gdb.trace/strace.exp
2273 * gdb.trace/tfile.exp
2274 * gdb.trace/tfind.exp
2275 * gdb.trace/trace-break.exp
2276 * gdb.trace/trace-condition.exp
2277 * gdb.trace/trace-enable-disable.exp
2278 * gdb.trace/trace-mt.exp
2279 * gdb.trace/tracecmd.exp
2280 * gdb.trace/tracefile-pseudo-reg.exp
2281 * gdb.trace/tspeed.exp
2282 * gdb.trace/tstatus.exp
2283 * gdb.trace/tsv.exp
2284 * gdb.trace/unavailable.exp
2285 * gdb.trace/while-dyn.exp
2286 * gdb.trace/while-stepping.exp
2287 * lib/gdb-guile.exp
2288 * lib/gdb.exp
2289 * lib/mi-support.exp
2290 * lib/pascal.exp
2291 * lib/perftest.exp
2292 * lib/prelink-support.exp
2293 * lib/selftest-support.exp
2294
ad02e4fe
SM
22952016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2296
2297 * Makefile.in: Include disable-implicit-rules.mk.
2298
22347e55
AA
22992016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2300
2301 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2302 non-byte-aligned bit fields.
2303
da5b30da
AA
23042016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2305
2306 PR gdb/12616
2307 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2308 respects the DW_AT_data_bit_offset attribute.
2309
b593ecca
SM
23102016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2311
2312 * gdb.base/default.exp: Fix output of "set language".
2313
3b165252
SM
23142016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2315
2316 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2317 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2318 make.
2319 * configure.ac: Remove checks for the make program.
2320 * configure: Re-generate.
2321
1a2f3d7f
KB
23222016-11-16 Kevin Buettner <kevinb@redhat.com>
2323
2324 * gdb.python/py-recurse-unwind.c (main): Add loop.
2325 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2326 to read_register() and gdb.parse_and_eval(). Make each code
2327 call a separate case that can be individually tested.
2328 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2329 proc. Call cont_and_backtrace for each of the code paths that
2330 we want to test in the unwinder.
2331
b7f38fda
AA
23322016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2333
2334 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2335 the definition of struct S.
2336
1f8db343
CM
23372016-11-11 Catherine Moore <clm@codesourcery.com>
2338
2339 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2340
fad0c9fb
PA
23412016-11-09 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.base/commands.exp (runto_or_return): New procedure.
2344 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2345 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2346 (progvar_simple_while_test, progvar_complex_if_while_test)
2347 (if_while_breakpoint_command_test)
2348 (infrun_breakpoint_command_test, breakpoint_command_test)
2349 (user_defined_command_test, watchpoint_command_test)
2350 (test_command_prompt_position, redefine_hook_test)
2351 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2352 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2353 multi_line_input and multi_line. Remove gdb_expect and
2354 gdb_stop_suppressing_tests uses.
2355 * lib/gdb.exp (valnum_re): New global.
2356 (multi_line_input): New procedure.
2357
8354c62c
SM
23582016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2359
2360 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2361 Remove.
2362 (test_setup): Define with proc_with_prefix.
2363 (test_cli_inferior): Likewise.
2364 (test_cli_thread): Likewise.
2365 (test_cli_frame): Likewise.
2366 (test_cli_select_frame): Likewise.
2367 (test_cli_up_down): Likewise.
2368 (test_mi_thread_select): Likewise.
2369 (test_mi_stack_select_frame): Likewise.
2370 (test_cli_in_mi_inferior): Likewise.
2371 (test_cli_in_mi_thread): Likewise.
2372 (test_cli_in_mi_frame): Likewise.
2373 (top level): Do not use with_test_prefix_procname.
2374
64f367a2
PA
23752016-11-09 Pedro Alves <palves@redhat.com>
2376
2377 * gdb.base/commands.exp (gdbvar_simple_if_test)
2378 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2379 (progvar_simple_if_test, progvar_simple_while_test)
2380 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2381 (infrun_breakpoint_command_test, breakpoint_command_test)
2382 (user_defined_command_test, watchpoint_command_test)
2383 (test_command_prompt_position, deprecated_command_test)
2384 (bp_deleted_in_command, temporary_breakpoint_commands)
2385 (stray_arg0_test, source_file_with_indented_comment)
2386 (recursive_source_test, if_commands_test)
2387 (error_clears_commands_left, redefine_hook_test)
2388 (redefine_backtrace_test): Use proc_with_prefix.
2389 * lib/gdb.exp (proc_with_prefix): New proc.
2390
0bb65f1e
AA
23912016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2392
2393 * gdb.base/tui-layout.c: New file.
2394 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2395 disassembly window contains very long lines.
2396
7353f247
TT
23972016-11-08 Tom Tromey <tom@tromey.com>
2398
2399 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2400 depend on Python 2.
2401
30a7bb83
TT
24022016-11-08 Tom Tromey <tom@tromey.com>
2403
2404 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2405 New method.
2406
cdf5a07c
MG
24072016-10-29 Manish Goregaokar <manish@mozilla.com>
2408
2806dc7e 2409 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2410
51a789c3
MG
24112016-10-27 Manish Goregaokar <manish@mozilla.com>
2412
2806dc7e
PA
2413 * gdb.rust/simple.rs: Add test for univariant enums without
2414 discriminants and for encoded struct-like enums.
51a789c3 2415
f610ab6d
PA
24162016-10-28 Pedro Alves <palves@redhat.com>
2417
2418 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2419 gdb_test_multiple, tighten regexps and match symtabs and line
2420 tables incrementally.
2421
b129b0ca
LM
24222016-10-28 Luis Machado <lgustavo@codesourcery.com>
2423
2424 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2425 general.
2426
ecf45d2c
SL
24272016-10-25 Luis Machado <lgustavo@codesourcery.com>
2428
2429 * gdb.base/exec-invalid-sysroot.exp: New file.
2430
b8d38ee4
JK
24312016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2432
2433 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2434
f90fd8c2
JK
24352016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2436
2437 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2438
2d2476aa
MR
24392016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2440
2806dc7e
PA
2441 * gdb.base/killed-outside.exp: Remove $options from a call to
2442 `prepare_for_testing'.
2d2476aa 2443
e42b25a0
SM
24442016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2445
2446 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2447 Change test message.
2448
3ccdb432
SM
24492016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2450
2451 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2452 Update comment.
2453
5bad3170
SM
24542016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2455
2456 * gdb.trace/mi-trace-save.exp: New file.
2457
5ad9dba7
YQ
24582016-10-13 Yao Qi <yao.qi@linaro.org>
2459
2460 * gdb.base/code_elim.exp (get_var_address): Remove.
2461 * gdb.base/relocate.exp: Likewise.
2462 * gdb.base/shreloc.exp: Likewise.
2463 * lib/gdb.exp (get_var_address): New.
2464
62df7e21
YQ
24652016-10-13 Yao Qi <yao.qi@linaro.org>
2466
2467 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2468 floating point tests if $skip_float_test is false.
2469
4dac951e
LM
24702016-10-12 Luis Machado <lgustavo@codesourcery.com>
2471
2472 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2473 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2474 argc values.
2475 Add 1 to argc so we guarantee distinct initial/modified argc values.
2476
8f1a8fc4
JK
24772016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2478
2479 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2480
16c85b5d
JK
24812016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2482
2483 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2484 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2485 * gdb.arch/vsx-regs.exp: Likewise.
2486
1d0e042a
YQ
24872016-10-07 Yao Qi <yao.qi@linaro.org>
2488
2489 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2490
68dadef5
MM
24912016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2492
2493 * gdb.python/python.exp: Test decode_line("*0").
2494
33fa2c6e
DE
24952016-10-06 Doug Evans <dje@google.com>
2496
2497 * gdb.python/py-value.exp (test_value_creation): Add test for large
2498 unsigned 64-bit value.
2499
9c37b5ae
TT
25002016-10-06 Tom Tromey <tom@tromey.com>
2501
2502 * gdb.compile/compile.exp: Change java tests to rust.
2503 * gdb.base/setshow.exp: Change java tests to rust.
2504 * gdb.base/default.exp: Remove java from language list.
2505 * README (Examples): Update language example.
2506 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2507 test.
2508 * lib/gdb.exp (skip_java_tests): Remove.
2509 * lib/java.exp: Remove.
2510 * gdb.java: Remove.
2511
78b86327
MR
25122016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2513
2514 * gdb.arch/mips-fcr.exp: New test.
2515 * gdb.arch/mips-fcr.c: Source for the new test.
2516
7470adbb
MR
25172016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2518
2519 * gdb.base/solib-disc.exp: Use `standard_output_file'
2520 throughout.
2521
4a556533
PA
25222016-10-06 Pedro Alves <palves@redhat.com>
2523
2524 * gdb.base/jit-simple-dl.c: New file.
2525 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2526 * gdb.base/jit-simple.c: ... this.
2527 * gdb.base/jit-simple.exp (jit_run): Delete.
2528 (build_jit): New proc.
2529 (jit_test_reread): Recompile either the main program or the shared
2530 library, depending on what is being tested. Skip changing address
2531 if caller wants to. Compare before/after addresses. If testing
2532 standalone, explicitly load the binary. Test "maint info
2533 breakpoints".
2534 (top level): Add "standalone vs shared lib" and "change address"
2535 vs "same address" axes.
2536
5a122fbc
PA
25372016-10-06 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2540 call.
2541 (jit_run): Delete.
2542 (jit_test_reread): Use with_test_prefix. Reload the main binary
2543 explicitly. Compare the before/after addresses of the JIT
2544 descriptor.
2545
ee8da4b8
DE
25462016-08-15 Doug Evans <dje@google.com>
2547
2548 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2549 for single bitfields is bool.
2550 * gdb.xml/tdesc-regs.exp: Ditto.
2551
f389f6fe
JK
25522016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2553
2554 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2555
fdebf1a4
YQ
25562016-10-05 Yao Qi <yao.qi@linaro.org>
2557
2558 * lib/gdb.exp (support_complex_tests): Return zero if
2559 gdb_skip_float_test return true.
2560
9c36d954 25612016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2562 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2563
2564 PR gdb/20487
2565 * gdb.mi/user-selected-context-sync.exp: New file.
2566 * gdb.mi/user-selected-context-sync.c: New file.
2567
4034d0ff 25682016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2569 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2570
2571 PR gdb/20487
2572 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2573 =thread-select-event check.
2574
a4297203
PB
25752016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2576
2577 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2578 the compulsory L operand changes.
2579 * gdb.arch/powerpc-power.s: Likewise.
2580
bb805577
JK
25812016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2582
2583 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2584 * gdb.base/jit-attach-pie.c: New file.
2585 * gdb.base/jit-attach-pie.exp: New file.
2586
6d61dee5
PA
25872016-09-28 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.base/infcall-input.c: New file.
2590 * gdb.base/infcall-input.exp: New file.
2591
f73842fc
YQ
25922016-09-22 Yao Qi <yao.qi@linaro.org>
2593
2594 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2595 (gdb_exit): Rename it to ...
2596 (gdbserver_gdb_exit): ... Close GDBserver.
2597 (gdb_exit): New proc, call gdbserver_gdb_exit.
2598 (mi_gdb_exit): Likewise.
2599
90681dab
YQ
26002016-09-22 Yao Qi <yao.qi@linaro.org>
2601
2602 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2603 path.
2604 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2605 Remove duplication.
2606
9c211fd8
YQ
26072016-09-22 Yao Qi <yao.qi@linaro.org>
2608
2609 * lib/gdbserver-support.exp: Check the existence of
2610 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2611
ad0a504f
AK
26122016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2613
2614 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2615
36cf1806
TT
26162016-09-21 Tom Tromey <tom@tromey.com>
2617
2618 PR gdb/20604:
2619 * gdb.base/quit.exp: New file.
2620
74172ecf
SM
26212016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2622
2623 * .gitignore: New file.
2624
3d0ec882
MR
26252016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2626
2627 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2628 throughout.
2629
8193adea
AA
26302016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2631
2632 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2633
d41a5c09
JK
26342016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2635
2636 * gdb.cp/casts.cc (decltype): Move it ...
2637 (main): ... with its call to ...
2638 * gdb.cp/casts03.cc: ... a new file.
2639 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2640
d2dfe700
JK
26412016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2642
2643 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2644
e2a92b16
PB
26452016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2646
2647 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2648 and sync up the test with tests in gas/testsuite/gas/ppc.
2649 * gdb.arch/powerpc-power.exp: Likewise.
2650
49b4de64
JK
26512016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2652
2653 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2654
2c29df25
SDJ
26552016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2656 Jan Kratochvil <jan.kratochvil@redhat.com>
2657
2658 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2659 make m1's definition to be different from m2's. Use 'dummy' as an
2660 argument for probe 'two'.
2661
cc3c2846
JB
26622016-09-10 Jon Beniston <jon@beniston.com>
2663
2664 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2665 for sim target.
2666
e1b2624a
AA
26672016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2668
2669 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2670 variable declaration.
2671 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2672 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2673 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2674 received HWCAP as its argument.
2675
4295e285
PA
26762016-09-06 Pedro Alves <palves@redhat.com>
2677
2678 * gdb.base/new-ui-pending-input.c: New file.
2679 * gdb.base/new-ui-pending-input.exp: New file.
2680 * gdb.exp (clear_gdb_spawn_id): New procedure.
2681 (with_spawn_id): Check whether gdb_spawn_id exists before
2682 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2683 on exit.
2684
00d5215e
UW
26852016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2686
2687 * gdb.base/float128.c: New file.
2688 * gdb.base/float128.exp: Likewise.
2689 * gdb.base/floatn.c: Likewise.
2690 * gdb.base/floatn.exp: Likewise.
2691
a9ff5f12
UW
26922016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2693
2694 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2695
f245535c
PA
26962016-09-05 Pedro Alves <palves@redhat.com>
2697
2698 PR backtrace/19927
2699 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2700 unwinders are immediately called as side effect of "source" or
2701 "disable unwinder" commands.
2702 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2703
ae9cf263
YQ
27042016-09-02 Yao Qi <yao.qi@linaro.org>
2705
2706 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2707 is true and $type is "float" or "double".
2708
27aba047
YQ
27092016-09-02 Yao Qi <yao.qi@linaro.org>
2710
2711 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2712 true.
2713 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2714 * gdb.base/call-rt-st.exp: Likewise.
2715 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2716 return value instead of gdb,skip_float_test.
2717 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2718 (do_function_calls): Use its return value instead of
2719 gdb,skip_float_test.
2720 * gdb.base/finish.exp: Likewise.
2721 * gdb.base/funcargs.exp: Likewise.
2722 * gdb.base/return.exp: Likewise.
2723 * gdb.base/return2.exp: Likewise.
2724 * gdb.base/varargs.exp: Likewise.
2725 * lib/gdb.exp (gdb_skip_float_test): Change it to
2726 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2727
5af962df
AA
27282016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2729
2730 * gdb.multi/tids.exp: Test "thread apply all".
2731
7fac6910
JK
27322016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2733
2734 * gdb.base/default.exp (tty): Remove.
2735
bb1fe4ac
KB
27362016-08-24 Kevin Buettner <kevinb@redhat.com>
2737
2806dc7e
PA
2738 * gdb.python/py-recurse-unwind.c: New file.
2739 * gdb.python/py-recurse-unwind.py: New file.
2740 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2741
0a1ddfa6
SM
27422016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2743
2744 * gdb.base/set-inferior-tty.exp: New file.
2745 * gdb.base/set-inferior-tty.c: New file.
2746
d9de1fe3
PA
27472016-08-23 Pedro Alves <palves@redhat.com>
2748
2749 PR gdb/20494
2750 * gdb.base/new-ui-echo.c: New file.
2751 * gdb.base/new-ui-echo.exp: New file.
2752
e9d9abd7
YQ
27532016-08-23 Yao Qi <yao.qi@linaro.org>
2754
2755 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2756 gdbserver_spawn.
2757 * gdb.server/connect-without-multi-process.exp (do_test):
2758 Likewise.
2759
3589529e
YQ
27602016-08-23 Yao Qi <yao.qi@linaro.org>
2761
2762 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2763 standalone_txt. Delete gdb_txt and standalone_txt on host
2764 and target. Spawn the binary on target. Copy files from
2765 target to host.
2766
6bb90213
PA
27672016-08-22 Pedro Alves <palves@redhat.com>
2768
2769 PR gdb/20505
2770 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2771 with_test_prefix. Factor out bits to ...
2772 (test_no_vdso): ... this new procedure.
2773
20c2c024
CL
27742016-08-19 Carl Love <cel@us.ibm.com>
2775
2776 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2777 maintaining separate logic for constructing the output path.
2778 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2779 * gdb.arch/ppc-dfp.exp: Likewise.
2780 * gdb.arch/ppc-fp.exp: Likewise.
2781 * gdb.arch/vsx-regs.exp: Likewise.
2782 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2783 binprefix for generating the additional binary files.
2784
0646e07d
PA
27852016-08-19 Pedro Alves <palves@redhat.com>
2786
2787 * gdb.trace/mi-trace-frame-collected.exp
2788 (test_trace_frame_collected): On x32, expect two registers.
2789
46da9242
CL
27902016-08-18 Carl Love <cel@us.ibm.com>
2791
2792 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2793 and sync up the test with tests in gas/testsuite/gas/ppc.
2794 * gdb.arch/powerpc-power.exp: Likewise.
2795
eb2332d7
SM
27962016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2797
2798 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2799 expected error message.
2800
63c61e04
SM
28012016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2802
2803 * gdb.multi/remove-inferiors.exp: New file.
2804 * gdb.multi/remove-inferiors.c: New file.
2805
7b17065f
YQ
28062016-08-12 Yao Qi <yao.qi@linaro.org>
2807
2808 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2809 argument list.
2810
01d3dedf
PA
28112016-08-10 Pedro Alves <palves@redhat.com>
2812
2813 PR gdb/19187
2814 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2815 setup_kfails.
2816
3eb7562a
PA
28172016-08-09 Pedro Alves <palves@redhat.com>
2818 Simon Marchi <simon.marchi@ericsson.com>
2819
2820 PR gdb/20418
2821 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2822 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2823
80614914
PA
28242016-08-09 Pedro Alves <palves@redhat.com>
2825
2826 PR mi/20431
2827 * gdb.mi/mi-cmd-error.exp: New file.
2828
f348d89a
PA
28292016-08-09 Pedro Alves <palves@redhat.com>
2830
2831 PR gdb/18653
2832 * gdb.base/signals-state-child.c: New file.
2833 * gdb.base/signals-state-child.exp: New file.
2834 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2835
e5ca03b4
PA
28362016-08-09 Pedro Alves <palves@redhat.com>
2837
2838 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2839
282a0691
TT
28402016-08-03 Tom Tromey <tom@tromey.com>
2841
2842 PR python/18565:
2843 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2844
41bfcd63
YQ
28452016-08-01 Yao Qi <yao.qi@linaro.org>
2846
2847 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2848 variable mode to "multi-process" if $multi_process is 1, otherwise
2849 set it to "single-process".
2850
e3465b24
YQ
28512016-08-01 Yao Qi <yao.qi@linaro.org>
2852
2853 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2854 * gdb.cp/cpexprs.exp: Likewise.
2855 * gdb.cp/m-static.exp: Likewise.
2856
0b31a4bc
TT
28572016-07-26 Tom Tromey <tom@tromey.com>
2858
2859 PR python/20190:
2860 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2861 test.
2862
e0461dbb
MM
28632016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2864
2865 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2866 selecting assembly source files.
2867 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2868 assembly source files.
2869 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2870 assembly source files.
2871 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2872 selecting assembly source files.
2873
8194e927
SM
28742016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2875
2876 * gdb.base/new-ui.exp (do_test_invalid_args): New
2877 procedure.
2878
c0272db5
TW
28792016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2880
2881 * gdb.btrace/reconnect.c: New file.
2882 * gdb.btrace/reconnect.exp: New file.
2883
e3487908
GKB
28842016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2885
2886 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2887 to test_catch_syscall_group.
2888 (test_catch_syscall_group): New.
2889
12df5c00
TT
28902016-07-21 Tom Tromey <tom@tromey.com>
2891
2892 * gdb.rust/simple.rs (main): Use empty struct expression.
2893 * gdb.rust/simple.exp: Add tests for empty struct expression.
2894
bae62ee2
YQ
28952016-07-21 Yao Qi <yao.qi@linaro.org>
2896
2897 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2898 if gdb_skip_xml_test is true on some targets.
2899
b1b53fb3
YQ
29002016-07-21 Yao Qi <yao.qi@linaro.org>
2901
2902 * gdb.server/solib-list.exp: Unset last_loaded_file.
2903
027d97f8
JK
29042016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2905
2906 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2907 "step into captured_main (args)".
2908
7674d381
JK
29092016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2910
2911 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2912
72b5d099
JK
29132016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2914
2915 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2916
1f960ced
PA
29172016-07-19 Pedro Alves <palves@redhat.com>
2918
2919 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2920 * gdb.opt/inline-bt.exp: Likewise.
2921 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2922 additional_flags=-Winline.
2923 * gdb.opt/inline-locals.exp: Likewise.
2924 * gdb.opt/inline-markers.c (ATTR): Define.
2925 (inlined_fn): Use it.
2926
f25827c1
YQ
29272016-07-19 Yao Qi <yao.qi@linaro.org>
2928
2929 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2930 (test_with_self): Remove some code. Remove argument executable.
2931 (top-level): Use do_self_tests.
2932
37539ebe
DB
29332016-07-15 Zachary Welch <zwelch@codesourcery.com>
2934 Don Breazeal <donb@codesourcery.com>
2935
2936 * gdb.base/maint.exp: Escape paths used in regular expressions.
2937 * gdb.stabs/weird.exp: Likewise.
2938
dac790e1
TT
29392016-07-13 Tom Tromey <tom@tromey.com>
2940
2941 PR python/15620, PR python/18620:
2942 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2943 (test_bkpt_events): New procs.
2944
93daf339
TT
29452016-07-13 Tom Tromey <tom@tromey.com>
2946
2947 PR python/17698:
2948 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2949 test.
2950 (test_watchpoints): Likewise.
2951 (test_bkpt_pending): New proc.
2952
6571a381
TT
29532016-07-13 Tom Tromey <tom@tromey.com>
2954
2955 PR cli/18053:
2956 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2957 completion test.
2958
e8732474
JK
29592016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2960
2961 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2962 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2963 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2964 f_label.
2965 (g): Rename g_end_lbl to g_label.
2966 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2967 low_pc and high_pc.
2968 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2969
e0f3fd7c
TT
29702016-07-12 Tom Tromey <tom@tromey.com>
2971
2972 PR python/19293:
2973 * gdb.python/py-unwind-maint.exp: Update tests.
2974
3cfe46b6
YQ
29752016-07-12 Yao Qi <yao.qi@linaro.org>
2976
2977 * lib/selftest-support.exp (selftest_setup): Match the output
2978 when captured_main is inlined.
2979
4f19a0e6
WT
29802016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2981
2982 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2983 New variables.
2984 (print this%a, print this%b, print this): New tests.
2985 * gdb.fortran/derived-types.f90 (this): New object and
2986 initialization.
2987
986cf455
SM
29882016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2989
2990 * gdb.ada/arraydim.exp: Remove extra directory level in build
2991 directory.
2992
f0464b23
SM
29932016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2994
2995 * lib/ada.exp: Remove extra directory level in build directory.
2996 * gdb.ada/cond_lang.exp: Likewise.
2997 * gdb.ada/exec_changed.exp: Likewise.
2998 * gdb.ada/lang_switch.exp: Likewise.
2999
42d94011
MG
30002016-07-06 Manish Goregaokar <manish@mozilla.com>
3001
2806dc7e
PA
3002 * simple.rs: Add test for raw pointer subscripting.
3003 * simple.exp: Add test expectations.
42d94011 3004
647c264c
YQ
30052016-07-05 Yao Qi <yao.qi@linaro.org>
3006
3007 * gdb.mi/mi-reverse.exp: Match =record-started output.
3008
20aa2c60
PA
30092016-07-01 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3012 procedure.
3013 (jit_reader_test): Test the jit reader's unwinder.
3014 * gdb.base/jithost.c (jit_function_00_code): New global.
3015 (main): Use memcpy to fill in the mmapped code, instead of poking
3016 bytes manually here.
3017 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3018 value.
3019 (read_debug_info): Save the function's range.
3020 (read_sp): New function.
3021 (unwind_frame): Use it. Also unwind RBP.
3022 (get_frame_id): Use read_sp.
3023 (gdb_init_reader): Use calloc instead of malloc.
3024 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3025 parameter. Use gdb_test_multiple.
3026
ced2dffb
PA
30272016-07-01 Pedro Alves <palves@redhat.com>
3028 Antoine Tremblay <antoine.tremblay@ericsson.com>
3029
3030 * gdb.threads/process-dies-while-detaching.c: New file.
3031 * gdb.threads/process-dies-while-detaching.exp: New file.
3032
63000888
PA
30332016-07-01 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.multi/watchpoint-multi-exit.c: New file.
3036 * gdb.multi/watchpoint-multi-exit.exp: New file.
3037
038d4868
PA
30382016-06-30 Pedro Alves <palves@redhat.com>
3039
3040 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3041 unset inferior_spawn_id.
3042
994e9c83
PA
30432016-06-30 Pedro Alves <palves@redhat.com>
3044
3045 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3046 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3047
e5653468
YQ
30482016-06-29 Yao Qi <yao.qi@linaro.org>
3049
3050 * gdb.base/return.c: Add copyright header.
3051
803b47e5
TT
30522016-06-29 Tom Tromey <tom@tromey.com>
3053
3054 PR python/20129:
3055 * gdb.python/py-framefilter.exp: Add tests for setting priority
3056 and disabling of non-existent frame filter.
3057
28244707
YQ
30582016-06-29 Yao Qi <yao.qi@linaro.org>
3059
3060 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3061 0x0f07ff.
3062
a31d2f06
YQ
30632016-06-28 Yao Qi <yao.qi@linaro.org>
3064
3065 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3066 triplets. Start gdb, execute catch syscall, and continue. Check
3067 gdb's output to determine catch syscall is supported.
3068
921d8f54
MG
30692016-06-27 Manish Goregaokar <manish@mozilla.com>
3070
25d49b86
PA
3071 * gdb.rust/simple.rs: Add test for returning unit in a function.
3072 * gdb.rust/simple.exp: Add expectation for functions returning
3073 unit.
921d8f54 3074
f4952523
PMR
30752016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3076
3077 * gdb.python/py-breakpoint-create-fail.c,
3078 gdb.python/py-breakpoint-create-fail.exp,
3079 gdb.python/py-breakpoint-create-fail.py: New testcase.
3080
fccb08f8
MG
30812016-06-25 Manish Goregaokar <manish@mozilla.com>
3082
3083 PR gdb/20239
3084 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3085 * gdb.rust/simple.exp: Add test expectations for new NonZero
3086 tests.
fccb08f8 3087
6b850546
DT
30882016-06-24 David Taylor <dtaylor@emc.com>
3089
3090 * gdb.base/offsets.exp: New file.
3091 * gdb.base/offsets.c: New file.
3092
17621150
TT
30932016-06-23 Tom Tromey <tom@tromey.com>
3094
3095 PR gdb/16483:
3096 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3097 before any filters are loaded.
3098
04d59df6
WT
30992016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3100
3101 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3102 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3103 structs.
3104 * gdb.fortran/derived-type-function.exp: New file.
3105 * gdb.fortran/derived-type-function.f90: New file.
3106
3107
ac69f786
PA
31082016-06-21 Pedro Alves <palves@redhat.com>
3109
3110 * gdb.base/new-ui.exp: New file.
3111 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3112 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3113 (with_spawn_id): New procedure.
3114
49940788
PA
31152016-06-21 Pedro Alves <palves@redhat.com>
3116
3117 * gdb.mi/mi-exec-run.exp: New file.
3118
ef274d26
PA
31192016-06-21 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3122 breakpoint command's output on the main UI.
3123 (test_break): New procedure, factored out from calls in the top
3124 level.
3125 (top level): Use foreach_with_prefix to test MI as main UI and as
3126 separate UI.
3127
468afe6c
PA
31282016-06-21 Pedro Alves <palves@redhat.com>
3129
3130 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3131 (test_awatch_creation_and_listing)
3132 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3133 Remove 'type' parameter.
3134 (test_watchpoint_all): New parameter mi_mode. Remove
3135 with_test_prefix.
3136 (top level): Use foreach_with_prefix, and add main/separate UI MI
3137 testing axis.
3138
51f77c37
PA
31392016-06-21 Pedro Alves <palves@redhat.com>
3140
3141 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3142 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3143 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3144 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3145 (gdb_main_spawn_id, mi_spawn_id): Declare and
3146 comment.
3147 (mi_create_inferior_pty): New procedure,
3148 factored out from default_mi_gdb_start.
3149 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3150 procedures.
3151 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3152 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3153 Use mi_create_inferior_pty.
3154 (mi_gdb_start): Use eval to pass down args list.
3155
8980e177
PA
31562016-06-21 Pedro Alves <palves@redhat.com>
3157
3158 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3159 * gdb.opt/inline-cmds.exp: Add MI tests.
3160
f38d3ad1
PA
31612016-06-21 Pedro Alves <palves@redhat.com>
3162
3163 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3164
45db7c09
PA
31652016-06-21 Pedro Alves <palves@redhat.com>
3166
3167 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3168 (top level): Use it instead of mi_execute_to.
3169
5a069ab3
PA
31702016-06-21 Pedro Alves <palves@redhat.com>
3171
3172 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3173 (cont_handler_str): New.
3174 (signal_stop_handler): Set stop_handler_str instead of printing to
3175 stdout.
3176 (continue_handler): Set cont_handler_str instead of printing to
3177 stdout.
3178 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3179 mi_send_resuming_command. Print stop_handler_str and
3180 cont_handler_str instead of expecting the python events print
3181 directly.
3182
2838cc1d
SD
31832016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3184
3185 * gdb.base/jit-reader.exp: New file.
3186 * gdb.base/jithost.c: New file.
3187 * gdb.base/jithost.h: New file.
3188 * gdb.base/jitreader.c : New file.
3189 * gdb.base/jit-protocol.h: New file.
3190
21a77091
YQ
31912016-06-17 Yao Qi <yao.qi@linaro.org>
3192
3193 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3194 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3195 and detach-on-fork. Adjust tests.
3196 (top level): Invoke break_cond_on_syscall with combinations of
3197 syscall, follow-fork-mode and detach-on-fork.
3198
f50bf8e5
YQ
31992016-06-17 Yao Qi <yao.qi@linaro.org>
3200
3201 * gdb.base/step-over-exit.c: New.
3202 * gdb.base/step-over-exit.exp: New.
3203
a28d8e50
YTL
32042016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3205
3206 * gdb.base/float.exp: Add target check for nds32*-*-*.
3207 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3208
cad8e26d
AB
32092016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3210
3211 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3212 for unsupported target features.
3213 * gdb.base/call-rt-st.exp: Likewise.
3214 * gdb.base/call-sc.exp: Likewise.
3215 * gdb.base/call-signal-resume.exp: Likewise.
3216 * gdb.base/call-strs.exp: Likewise.
3217 * gdb.base/callexit.exp: Likewise.
3218 * gdb.base/callfuncs.exp: Likewise.
3219 * gdb.base/nodebug.exp: Likewise.
3220 * gdb.base/printcmds.exp: Likewise.
3221 * gdb.base/ptype.exp: Likewise.
3222 * gdb.base/structs.exp: Likewise.
3223 * gdb.base/unwindonsignal.exp: Likewise.
3224 * gdb.cp/gdb2495.exp: Likewise.
3225 * gdb.cp/templates.exp: Likewise.
3226 * gdb.cp/virtfunc.exp: Likewise.
3227 * gdb.threads/hand-call-in-threads.exp: Likewise.
3228 * gdb.threads/interrupted-hand-call.exp: Likewise.
3229 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3230
347dc102
TT
32312016-06-10 Tom Tromey <tom@tromey.com>
3232
3233 PR rust/20110:
3234 * gdb.rust/expr.exp: Add test for integer constant larger than
3235 i32.
3236
5e13cf25
BH
32372016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3238
3239 * gdb.fortran/nested-funcs.exp: New.
3240 * gdb.fortran/nested-funcs.f90: New.
3241
bb556f1f
TK
32422016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3243
3244 * gdb.base/examine-backward.c: New file.
3245 * gdb.base/examine-backward.exp: New file.
3246
38b022b4
SM
32472016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3248
3249 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3250 matching.
3251
1b40ec05
TT
32522016-06-02 Tom Tromey <tom@tromey.com>
3253
3254 PR python/18984:
3255 * gdb.python/py-shared.exp: Add solib_name test.
3256
193bd378
SM
32572016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3258
3259 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3260
3326303b
MG
32612016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3262
3263 PR c++/19893
3264 * gdb.dwarf2/implref.exp: Rename to...
3265 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3266 * gdb.dwarf2/implref-array.c: New file.
3267 * gdb.dwarf2/implref-array.exp: Likewise.
3268 * gdb.dwarf2/implref-global.c: Likewise.
3269 * gdb.dwarf2/implref-global.exp: Likewise.
3270 * gdb.dwarf2/implref-struct.c: Likewise.
3271 * gdb.dwarf2/implref-struct.exp: Likewise.
3272
825c8ef2
AT
32732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3274
3275 * gdb.trace/trace-condition.exp: Add 64bit tests.
3276
2320162a
AT
32772016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3278
3279 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3280 bits types.
3281 (main): Adapt to 8 to 64 bits types.
3282 * gdb.trace/trace-condition.exp: Add new tests.
3283
a7818233
AT
32842016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3285
3286 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3287
0d336466
AT
32882016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3289
3290 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3291 Move condition tests...
3292 * gdb.trace/trace-condition.exp: Here.
3293
7faeb45a
AT
32942016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3295
3296 * gdb.trace/trace-condition.exp: Add counter-case tests.
3297
e385593e
JK
32982016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3299
3300 PR c++/15231
3301 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3302 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3303
744608cc
PA
33042016-05-27 Pedro Alves <palves@redhat.com>
3305
3306 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3307 New procedure.
3308 (top level): Call it, and bail out of DejaGnu is known to be bad.
3309
ac775bf4
AB
33102016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3311
3312 * gdb.base/whatis.c: Extend the test case.
3313 * gdb.base/whatis.exp: Add additional tests.
3314
2bbad2ea
BH
33152016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3316
3317* gdb.fortran/type.f90: Add pointer variable.
3318* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3319
8b70175d
BH
33202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3321
3322 * gdb.fortran/vla-type.exp: Fix testcase name.
3323
86d8a848
BH
33242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3325
3326 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3327
e188eb36
BH
33282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3329
3330 * gdb.fortran/type.f90: Add nested structures.
3331 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3332 * gdb.fortran/derived-type.exp: Adapt expected output.
3333 * gdb.fortran/vla-type.exp: Adapt expected output.
3334
9b2db1fd
BH
33352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3336
3337 * gdb.fortran/whatis_type.exp: Adapt expected output.
3338
72b17055
BH
33392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3340
3341 * gdb.fortran/print_type.exp: Fix expected output.
3342 * gdb.fortran/whatis_type.exp: Fix expected output.
3343
3cd81d8d
BH
33442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3345
3346 * gdb.fortran/whatis_type.exp: Use multi_line.
3347
ddae9462
TT
33482016-05-24 Tom Tromey <tom@tromey.com>
3349
3350 PR python/17386:
3351 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3352 use value as an index.
3353
1957f6b8
TT
33542016-05-23 Tom Tromey <tom@tromey.com>
3355
3356 PR python/17981:
3357 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3358 no-breakpoint case.
3359
026a9174
PA
33602016-05-24 Pedro Alves <palves@redhat.com>
3361
3362 PR gdb/19828
3363 * gdb.threads/clone-attach-detach.c: New file.
3364 * gdb.threads/clone-attach-detach.exp: New file.
3365
e70a7231
FR
33662016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3367
3368 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3369
0f6ed0e0
TT
33702016-05-23 Tom Tromey <tom@tromey.com>
3371
3372 PR python/19438, PR python/18393:
3373 * gdb.python/py-progspace.exp: Add "dir" test.
3374 * gdb.python/py-objfile.exp: Add "dir" test.
3375
ffd19d61
YQ
33762016-05-23 Yao Qi <yao.qi@linaro.org>
3377
3378 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3379 * gdb.arch/thumb2-it.exp: Likewise.
3380
9e8f9b05
SM
33812016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3382
3383 * gdb.mi/mi-threads-interrupt.c: New file.
3384 * gdb.mi/mi-threads-interrupt.exp: New file.
3385
61c6156d
SM
33862016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3387
3388 PR gdb/18077
3389 * gdb.mi/mi-async-run.exp: New file.
3390 * gdb.mi/mi-async-run.c: New file.
3391
67218854
TT
33922016-05-17 Tom Tromey <tom@tromey.com>
3393 Manish Goregaokar <manishsmail@gmail.com>
3394
3395 * lib/rust-support.exp: New file.
3396 * lib/gdb.exp (skip_rust_tests): New proc.
3397 (build_executable_from_specs): Handle rust.
3398 * lib/future.exp (gdb_find_rustc): New proc.
3399 (gdb_default_target_compile): Handle rust.
3400 * gdb.rust/expr.exp: New file.
3401 * gdb.rust/generics.exp: New file.
3402 * gdb.rust/generics.rs: New file.
3403 * gdb.rust/methods.exp: New file.
3404 * gdb.rust/methods.rs: New file.
3405 * gdb.rust/modules.exp: New file.
3406 * gdb.rust/modules.rs: New file.
3407 * gdb.rust/simple.exp: New file.
3408 * gdb.rust/simple.rs: New file.
3409
c44af4eb
TT
34102016-05-17 Tom Tromey <tom@tromey.com>
3411
3412 * gdb.base/default.exp (set language): Add rust.
3413
dcd1f979
TT
34142016-05-17 Tom Tromey <tom@tromey.com>
3415
3416 * gdb.gdb/unittest.exp: New file.
3417
155b7f57
YQ
34182016-05-16 Yao Qi <yao.qi@linaro.org>
3419
3420 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3421 shell_prompt. Update shell_prompt_re.
3422
8ddd5a6c
DE
34232016-05-12 Doug Evans <dje@google.com>
3424
3425 PR symtab/19999
3426 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3427 $options when building executable.
3428 * gdb.dwarf2/fission-loclists-pie.S: New file.
3429 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3430
02e370d9
SM
34312016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3432
3433 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3434 of [is_remote target],
3435
8929ad8b
SM
34362016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3437
3438 * lib/gdb.exp (use_gdb_stub): New procedure.
3439
6c447423
DE
34402016-05-03 Yunlian Jiang <yunlian@google.com>
3441 Doug Evans <dje@google.com>
3442
3443 PR symtab/19914
3444 * gdb.dwarf2/dwp-sepdebug.c: New file.
3445 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3446
444e826c
SM
34472016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3448
3449 * gdb.base/detach.exp: Remove is_remote check.
3450
740feeaa
SM
34512016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3452
3453 * gdb.base/annota-input-while-running.exp: Don't check for
3454 [is_remote target]. Enable annotations after running to main.
3455 Remove unused "set test..." line.
3456
9080ac9d
SM
34572016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3458
3459 * gdb.trace/trace-enable-disable.exp: New file.
3460 * gdb.trace/trace-enable-disable.c: New file.
3461
952ebca5
SM
34622016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3463
3464 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3465 use it in info sharedlibrary test.
3466 * gdb.trace/ftrace-lock.exp: Likewise.
3467 * gdb.trace/ftrace.exp: Likewise.
3468 * gdb.trace/range-stepping.exp: Likewise.
3469 * gdb.trace/trace-break.exp: Likewise.
3470 * gdb.trace/trace-condition.exp: Likewise.
3471 * gdb.trace/trace-mt.exp: Likewise.
3472
d9019901
SM
34732016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3474
3475 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3476 (gdb_load_shlib): ... this.
3477 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3478 gdb_load_shlib.
3479 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3480 * gdb.base/ctxobj.exp: Likewise.
3481 * gdb.base/dprintf-pending.exp: Likewise.
3482 * gdb.base/dso2dso.exp: Likewise.
3483 * gdb.base/fixsection.exp: Likewise.
3484 * gdb.base/gcore-relro.exp: Likewise.
3485 * gdb.base/gdb1555.exp: Likewise.
3486 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3487 * gdb.base/gnu-ifunc.exp: Likewise.
3488 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3489 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3490 * gdb.base/pending.exp: Likewise.
3491 * gdb.base/print-file-var.exp: Likewise.
3492 * gdb.base/print-symbol-loading.exp: Likewise.
3493 * gdb.base/shlib-call.exp: Likewise.
3494 * gdb.base/shreloc.exp: Likewise.
3495 * gdb.base/so-impl-ld.exp: Likewise.
3496 * gdb.base/solib-disc.exp: Likewise.
3497 * gdb.base/solib-nodir.exp: Likewise.
3498 * gdb.base/solib-overlap.exp: Likewise.
3499 * gdb.base/solib-symbol.exp: Likewise.
3500 * gdb.base/solib-weak.exp (do_test): Likewise.
3501 * gdb.base/sym-file.exp: Likewise.
3502 * gdb.base/symtab-search-order.exp: Likewise.
3503 * gdb.base/type-opaque.exp: Likewise.
3504 * gdb.base/unload.exp: Likewise.
3505 * gdb.base/watchpoint-solib.exp: Likewise.
3506 * gdb.compile/compile.exp: Likewise.
3507 * gdb.cp/gdb2384.exp: Likewise.
3508 * gdb.cp/infcall-dlopen.exp: Likewise.
3509 * gdb.cp/re-set-overloaded.exp: Likewise.
3510 * gdb.fortran/library-module.exp: Likewise.
3511 * gdb.opt/solib-intra-step.exp: Likewise.
3512 * gdb.python/py-finish-breakpoint.exp: Likewise.
3513 * gdb.python/py-shared.exp: Likewise.
3514 * gdb.reverse/solib-precsave.exp: Likewise.
3515 * gdb.reverse/solib-reverse.exp: Likewise.
3516 * gdb.server/solib-list.exp: Likewise.
3517 * gdb.threads/dlopen-libpthread.exp: Likewise.
3518 * gdb.threads/tls-shared.exp: Likewise.
3519 * gdb.threads/tls-so_extern.exp: Likewise.
3520 * gdb.trace/change-loc.exp: Likewise.
3521 * gdb.trace/ftrace-lock.exp: Likewise.
3522 * gdb.trace/ftrace.exp: Likewise.
3523 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3524 * gdb.trace/pending.exp: Likewise.
3525 * gdb.trace/range-stepping.exp: Likewise.
3526 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3527 (strace_info_marker): Likewise.
3528 (strace_probe_marker): Likewise.
3529 (strace_trace_on_same_addr): Likewise.
3530 (strace_trace_on_diff_addr): Likewise.
3531 * gdb.trace/trace-break.exp: Likewise.
3532 * gdb.trace/trace-condition.exp: Likewise.
3533 * gdb.trace/trace-mt.exp: Likewise.
3534
fca4cfd9
SM
35352016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3536
3537 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3538 result of gdb_remote_download.
3539 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3540 * gdb.base/dso2dso.exp: Likewise.
3541 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3542 * gdb.base/print-file-var.exp: Likewise.
3543 * gdb.base/shlib-call.exp: Likewise.
3544 * gdb.base/shreloc.exp: Likewise.
3545 * gdb.base/solib-overlap.exp: Likewise.
3546 * gdb.base/solib-weak.exp (do_test): Likewise.
3547 * gdb.base/unload.exp: Likewise.
3548
11cf4ffb
YQ
35492016-04-27 Yao Qi <yao.qi@linaro.org>
3550
3551 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3552 exists.
3553
3e2e34f8
KB
35542016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3555
3556 * vla-type.exp: Print structure from toplevel.
3557
8f07e298
BH
35582016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3559
3560 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3561 of dynamic types.
3562 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3563 of dynamic types.
3564
9920b434
BH
35652016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3566
3567 * gdb.fortran/vla-type.f90: New file.
3568 * gdb.fortran/vla-type.exp: New file.
3569
f3abeff5
YQ
35702016-04-25 Yao Qi <yao.qi@linaro.org>
3571
3572 * gdb.base/branch-to-self.c: New file.
3573 * gdb.base/branch-to-self.exp: New file.
3574
0a5d52f0
YQ
35752016-04-22 Yao Qi <yao.qi@linaro.org>
3576
3577 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3578 more after $hex.
3579
495346f6
YQ
35802016-04-22 Yao Qi <yao.qi@linaro.org>
3581
3582 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3583 * gdb.base/annota3.exp: Likewise.
3584
4a7e075c
YQ
35852016-04-22 Yao Qi <yao.qi@linaro.org>
3586
3587 * gdb.reverse/step-precsave.exp: Do one step and test program
3588 stops in "callee" and do multiple steps until program goes out
3589 of "callee".
3590 * gdb.reverse/step-reverse.exp: Likewise.
3591
5b061e98
YQ
35922016-04-22 Yao Qi <yao.qi@linaro.org>
3593
3594 * gdb.trace/signal.exp: Also pass if
3595 $tracepoint_hits($i) > $iterations.
3596
5c5dc57f
YQ
35972016-04-22 Yao Qi <yao.qi@linaro.org>
3598
3599 * gdb.trace/signal.c: New file.
3600 * gdb.trace/signal.exp: New file.
3601
a55411b9
DE
36022016-04-19 Doug Evans <xdje42@gmail.com>
3603
3604 * gdb.base/bad-file.exp: New file.
3605
a22df60a
MG
36062016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3607
3608 * gdb.dwarf2/implref.exp: New file.
3609
0c13f7e5
BH
36102016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3611
3612 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3613 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3614 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3615 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3616 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3617 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3618 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3619 * lib/fortran.exp (fortran_int4): New procedure.
3620 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3621 (fortran_logical4): Likewise.
3622
9b9b09e9
BH
36232016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3624
3625 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3626
a14d1f4d
BH
36272016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3628
3629 * lib/compiler.c: Add Intel specific preprocessor macros.
3630 * lib/compiler.cc: Likewise.
25d49b86 3631
7d49b1d0
LM
36322016-04-13 Luis Machado <lgustavo@codesourcery.com>
3633
3634 * gdb.server/connect-with-no-symbol-file.c: New file.
3635 * gdb.server/connect-with-no-symbol-file.exp: New file.
3636
8392fa22
SM
36372016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3638
3639 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3640
8c4c4aeb
SM
36412016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3642
3643 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3644 standard output directory.
3645
45e3745e
AT
36462016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3647
3648 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3649
e26b7e41
MM
36502016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3651
3652 * gdb.btrace/instruction_history.c (loop): Add declaration.
3653
8ce09462
AT
36542016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3655
3656 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3657
2e88a1ea
SM
36582016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3659
3660 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3661 parentheses to print.
3662 (continue_handler): Likewise.
3663
f48e22e3
SM
36642016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3665
3666 * gdb.server/solib-list.exp: Remove is_remote check.
3667 Pass shlib= to gdb_compile. Don't link shared library with
3668 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3669 Run binary filename through "readlink -f" on the target.
3670
096be756
PA
36712016-04-08 Pedro Alves <palves@redhat.com>
3672
3673 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3674 interpreter filename as argument to gdbserver_spawn.
3675 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3676 Return empty if $last_loaded_file does not exist.
3677
06500533
JK
36782016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3679
3680 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3681 * gdb.base/jit-main.c: Use exit after usage.
3682
2d35e871
JK
36832016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3684
3685 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3686 GDBHISTSIZE prior to the tests.
3687 * gdb.base/gdbinit-history.exp: Likewise.
3688
36892016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3690
3691 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3692 instead of build_executable. Use gdb_load_shlibs.
3693
c8064e7e
YQ
36942016-04-07 Yao Qi <yao.qi@linaro.org>
3695
3696 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3697 Execute "si" command.
3698
bde47561
YQ
36992016-04-07 Yao Qi <yao.qi@linaro.org>
3700
3701 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3702 number instead of the comments on some line.
3703
b16f8a3b
DB
37042016-04-06 Don Breazeal <donb@codesourcery.com>
3705
3706 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3707 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3708
c2f901df
SM
37092016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3710
3711 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3712 standard_output_file. Remove unused binfile variable.
3713
ac17fda0
CU
37142016-04-05 Catalin Udma <catalin.udma@freescale.com>
3715
3716 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3717 * gdb.python/py-mi-objfile.exp: Match "list main" output
3718 in console format.
3719
03a8c4df
SM
37202016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3721
3722 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3723 absolute.
3724
6e774b13
SM
37252016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3726
3727 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3728 absolute.
3729 * gdb.trace/ftrace.exp: Likewise.
3730 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3731 targets as well.
3732 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3733 (gdb_load_shlibs): Copy libraries to test directory when testing
3734 natively. Only set solib-search-path if testing remotely.
3735 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3736
7817ea46
SM
37372016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3738
3739 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3740 gdb_download. Use it even if the target is not remote.
3741 * gdb.base/jit.exp (compile_jit_test): Likewise.
3742 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3743 output directory if the destination board is local, otherwise use
3744 the standard remote_download from DejaGnu.
3745 (gdb_download): Remove.
3746 (gdb_load_shlibs): Use gdb_remote_download instead of
3747 gdb_download.
3748 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3749 Use gdb_remote_download instead of gdb_download. Use it even if
3750 the target is not remote.
3751 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3752 instead of gdb_download.
3753
7beb7f68
SM
37542016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3755
3756 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3757 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3758 run.
3759
cc63428a
AV
37602016-04-01 Artemiy Volkov <artemiyv@acm.org>
3761
3762 PR gdb/19820
3763 * gdb.base/printcmds.exp: Add artificial arrays tests.
3764
64cdf930
PA
37652016-03-31 Pedro Alves <palves@redhat.com>
3766
3767 PR gdb/19858
3768 * gdb.base/jit-main.c: Include unistd.h.
3769 (ATTACH): Define to 0 if not already defined.
3770 (wait_for_gdb, mypid): New globals.
3771 (WAIT_FOR_GDB): New macro.
3772 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3773 some breakpoint locations.
3774 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3775 New procedures.
3776 (one_jit_test): Add REATTACH parameter, and handle it. Use
3777 continue_to_test_location.
3778 (top level): Test attach, and adjusts calls to one_jit_test.
3779
40dea8cb
PA
37802016-03-31 Pedro Alves <palves@redhat.com>
3781
3782 PR gdb/19858
3783 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3784 BINSUFFIX parameter, and handle it.
3785 (top level): Adjust calls compile_jit_test.
3786
e7ea3ec7
CU
37872016-03-31 Catalin Udma <catalin.udma@freescale.com>
3788
3789 PR python/19743
3790 * gdb.python/py-mi-events-gdb.py: New file.
3791 * gdb.python/py-mi-events.c: New file.
3792 * gdb.python/py-mi-events.exp: New file.
3793
e6359af3
YQ
37942016-03-30 Yao Qi <yao.qi@linaro.org>
3795
3796 * gdb.reverse/until-precsave.exp: Match function name only.
3797 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3798 Move malloc to a condition block.
3799 * gdb.reverse/until-reverse.exp: Match function name only.
3800
a4105d04
MK
38012016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3802
3803 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3804 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3805 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3806 variable for GPR 0 instead of assuming it is register 0.
3807 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3808 * lib/trace-support.exp: Add s390 registers.
3809
bfa6adb9
YQ
38102016-03-29 Yao Qi <yao.qi@linaro.org>
3811
3812 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3813
1e6697ea
YQ
38142016-03-24 Yao Qi <yao.qi@linaro.org>
3815
3816 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3817 test message.
3818
64bcd522
AA
38192016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3820
3821 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3822 maintaining separate logic for constructing the output path.
3823
7868401b
DB
38242016-03-16 Don Breazeal <donb@codesourcery.com>
3825
3826 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3827 Retry fork and waitpid on interrupted system call errors.
3828 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3829 Use with_timeout_factor to increase timeout by factor of 10.
3830
1cafadb4
DB
38312016-03-15 Don Breazeal <donb@codesourcery.com>
3832
3833 * gdb.cp/scope-err.cc: New test program.
3834 * gdb.cp/scope-err.exp: New test script.
3835 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3836 lines and "set breakpoint here" comment.
3837 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3838 Fixed some whitespace and format issues.
3839 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3840 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3841
81516450
DE
38422016-03-15 Doug Evans <dje@google.com>
3843
3844 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3845 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3846 All callers updated. Add tests for enums, mixed flags register.
3847
aa52b601
DE
38482016-03-15 Doug Evans <dje@google.com>
3849
3850 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3851 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3852
fa4ff313
SM
38532016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3854
3855 * gdb.base/default.exp: Add $_as_string to the list of expected
3856 convenience functions.
3857
f2403c39
AB
38582016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3859
3860 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3861
f2f3ccb9
SM
38622016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3863
3864 * gdb.python/py-as-string.exp: New file.
3865 * gdb.python/py-as-string.c: New file.
3866
00dbd492
PA
38672016-03-09 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3870 signal" -> "Thread NN received signal" output change.
3871 * gdb.threads/ia64-sigill.exp: Likewise.
3872 * gdb.threads/linux-dp.exp: Likewise.
3873 * gdb.threads/manythreads.exp: Likewise.
3874 * gdb.threads/pending-step.exp: Likewise.
3875 * gdb.threads/print-threads.exp: Likewise.
3876 * gdb.threads/sigstep-threads.exp: Likewise.
3877 * gdb.threads/staticthreads.exp: Likewise.
3878 * gdb.threads/tls.exp: Likewise.
3879
1e6697ea
YQ
38802016-03-09 Pedro Alves <palves@redhat.com>
3881
3882 * gdb.base/command-line-input.exp: New file.
3883
b04fd3be
MK
38842016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3885
3886 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3887 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3888 * gdb.trace/pending.exp: Accept leading dot before function name.
3889 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3890 * lib/trace-support.exp: Set registers for ppc.
3891
98fa59e9
MK
38922016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3893
3894 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3895 use it for disassembly; accept .main in addition to main in backtrace.
3896
f77198c8
MK
38972016-03-09 Wei-cheng Wang <cole945@gmail.com>
3898 Marcin Kościelnicki <koriakin@0x04.net>
3899
3900 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3901 (gdb_recursion_test_ptr): New global variable.
3902 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3903 gdb_recursion_test.
3904 (gdb_c_test): Ditto.
3905
ba84e0da
MK
39062016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3907
3908 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3909 ordering.
3910
4366d36e
MK
39112016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3912
3913 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3914 (bar): Add bar_start_lbl label.
3915 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3916 of foo/bar for emitting DWARF and tracing.
3917
5eb264df
SDJ
39182016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3919
3920 * analyze-racy-logs.py: Set executable bit.
3921
fb6a751f
SDJ
39222016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3923
3924 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3925 (CHECK_TARGET_TMP): Likewise.
3926 (check-single-racy): New rule.
3927 (check-parallel-racy): Likewise.
3928 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3929 (do-check-parallel-racy): New rule.
3930 (check-racy/%.exp): Likewise.
3931 * README (Racy testcases): New section.
3932 * analyze-racy-logs.py: New file.
3933
bdf7e230
DE
39342016-03-03 Doug Evans <dje@google.com>
3935
3936 * gdb.base/skip.exp: Use with_test_prefix.
3937
4719d415
YQ
39382016-03-03 Yao Qi <yao.qi@linaro.org>
3939
3940 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3941 Invoke step_over_syscall "clone" and break_cond_on_syscall
3942 "clone".
3943 * gdb.base/step-over-clone.c: New file.
3944
ea507862
YQ
39452016-03-03 Yao Qi <yao.qi@linaro.org>
3946
3947 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3948 code format.
3949
8fc8cbda
YQ
39502016-03-03 Yao Qi <yao.qi@linaro.org>
3951
3952 * gdb.base/disp-step-fork.c: Rename to ...
3953 * gdb.base/step-over-fork.c: ... it. New file.
3954 * gdb.base/disp-step-vfork.c: Rename to ...
3955 * gdb.base/step-over-vfork.c: ... it. New file.
3956 * gdb.base/disp-step-syscall.exp: Rename to ...
3957 * gdb.base/step-over-syscall.exp: ... it. New file.
3958 (disp_step_cross_syscall): Rename to ...
3959 (step_over_syscall): ... it.
3960
92fa70b0
YQ
39612016-03-03 Yao Qi <yao.qi@linaro.org>
3962
3963 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3964 If target supports condition evaluation on target, invoke
3965 break_cond_on_syscall for fork and vfork.
3966
e197ad3c
YQ
39672016-03-03 Yao Qi <yao.qi@linaro.org>
3968
3969 * gdb.base/disp-step-syscall.exp: Don't invoke
3970 support_displaced_stepping.
3971 (disp_step_cross_syscall): Test with displaced stepping off and
3972 on if supported.
3973
0b47da9f
YQ
39742016-03-03 Yao Qi <yao.qi@linaro.org>
3975
3976 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3977 proc.
3978 (setup): New proc.
3979 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3980 and setup.
3981
065ab6dc
BH
39822016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3983
3984 * gdb.fortran/vla-history.exp: Remove breakpoint.
3985
07e448ad 39862016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3987
25d49b86
PA
3988 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3989 exceeds timeout.
07e448ad 3990
9ac2d526 39912016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3992
25d49b86
PA
3993 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3994 breakpoint.
9ac2d526 3995
17807369
BH
39962016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3997
3998 * gdb.mi/vla.f90: Nullify pointer after declaration.
3999
86e501af
PA
40002016-03-01 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4003
1e903e32
PA
40042016-03-01 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4007 before anything else.
4008 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4009 _GNU_SOURCE here.
4010 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4011 before anything else.
4012 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4013
6ccb54e2
PA
40142016-03-01 Pedro Alves <palves@redhat.com>
4015
4016 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4017
30ca9da1
YQ
40182016-03-01 Yao Qi <yao.qi@linaro.org>
4019
4020 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4021 prepare_for_testing.
4022
dc856b38
YQ
40232016-03-01 Yao Qi <yao.qi@linaro.org>
4024
4025 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4026
4a932159
AA
40272016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4028
4029 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4030 manually constructing the output path.
4031
f2489477
AA
40322016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4033
4034 * gdb.arch/s390-stackless.S: New.
4035 * gdb.arch/s390-stackless.exp: New.
4036
38899f16
IB
40372016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4038
4039 * gdb.dlang/circular.c: New file.
4040 * gdb.dlang/circular.exp: New file.
4041
9fde51ed
YQ
40422016-02-26 Yao Qi <yao.qi@linaro.org>
4043
4044 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4045 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4046 (testcases): Update.
4047
ce90fefe
YQ
40482016-02-26 Yao Qi <yao.qi@linaro.org>
4049
4050 * gdb.reverse/aarch64.c: Rename to ...
4051 * gdb.reverse/insn-reverse.c: ... it.
4052 * gdb.reverse/aarch64.exp: Rename to ...
4053 * gdb.reverse/insn-reverse.exp: ... it.
4054
3263bceb
YQ
40552016-02-26 Yao Qi <yao.qi@linaro.org>
4056
4057 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4058 (testcase_ftype): New.
4059 (testcases): New array.
4060 (n_testcases): New.
4061 (main): Call each element in testcases.
4062 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4063 (read_testcase): New.
4064 Do the tests in a loop.
4065
6cb59ff1
YQ
40662016-02-25 Yao Qi <yao.qi@linaro.org>
4067
4068 * gdb.base/branches.c: Remove.
4069
ae91f625
MK
40702016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4071
4072 PR gdb/13808
4073 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4074
678b48b7
MK
40752016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4076
4077 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4078
7337a6f2
MK
40792016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4080
4081 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4082 change x86_64 call_insn to 'callq'.
4083
861ca91f
AT
40842016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4085
4086 * gdb.trace/tfile-avx.c: Move to...
4087 * gdb.trace/tracefile-pseudo-reg.c: Here.
4088 * gdb.trace/tfile-avx.exp: Move to...
4089 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4090
bf74e428
GB
40912016-02-24 Gary Benson <gbenson@redhat.com>
4092
4093 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4094 message on attach.
4095
cce0e923
DE
40962016-02-23 Doug Evans <dje@google.com>
4097
4098 * gdb.base/skip.c (test_skip): New function.
4099 (end_test_skip_file_and_function): New function.
4100 (test_skip_file_and_function): New function.
4101 * gdb.base/skip1.c (test_skip): New function.
4102 (skip1_test_skip_file_and_function): New function.
4103 * gdb.base/skip.exp: Add tests for new skip options.
4104 * gdb.base/skip-solib.exp: Update expected output.
4105 * gdb.perf/skip-command.cc: New file.
4106 * gdb.perf/skip-command.exp: New file.
4107 * gdb.perf/skip-command.py: New file.
4108
4000e47e
MK
41092016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4110
4111 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4112 info registers pattern.
4113
24f75ead
IB
41142016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4115
4116 * lib/future.exp: Add D support.
4117 (gdb_find_gdc): New proc.
4118 (gdb_default_target_compile): Add D support.
4119
fbb7bcbe
WW
41202016-02-18 Wei-cheng Wang <cole945@gmail.com>
4121
4122 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4123 user+system time.
4124 (trace_speed_test): Determine the iteration count for a time
4125 between 15..30 seconds.
4126
012b3a21
WT
41272016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4128
4129 * gdb.arch/i386-mpx-sigsegv.c: New file.
4130 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4131 * gdb.arch/i386-mpx-simple_segv.c: New file.
4132 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4133
2d5189bd
YQ
41342016-02-18 Yao Qi <yao.qi@linaro.org>
4135
4136 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4137 Don't call setup_kfail.
4138
40fb20d0
YQ
41392016-02-18 Yao Qi <yao.qi@linaro.org>
4140
4141 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4142 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4143
21b1f8d2
DE
41442016-02-16 Doug Evans <dje@google.com>
4145
4146 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4147 * gdb.base/skip1.c: Ditto.
4148 * gdb.base/skip.exp: Whitespace cleanup.
4149
4041ed77
DB
41502016-02-16 Don Breazeal <donb@codesourcery.com>
4151
4152 PR remote/19496
4153 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4154 Remove kfail for PR remote/19496.
4155
c4ef31bf
SM
41562016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4157
4158 * lib/gdb.exp (standard_temp_file): Return a path specific to
4159 the runtest invocation.
4160
266b65b3
SM
41612016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4162
4163 * gdb.trace/save-trace.exp: Change relative path to be in the
4164 standard output directory.
4165
a7a0a6a9
JK
41662016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4167
4168 * gdb.arch/i386-prologue.c: Add missing prototypes.
4169
c99dbb42
JK
41702016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4171
4172 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4173 * gdb.arch/i386-prologue.exp: Likewise.
4174 * gdb.arch/i386-size.exp: Likewise.
4175
aa480355
SM
41762016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4177
4178 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4179 define object file path.
4180 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4181 file path.
4182 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4183 standard_output_file to define binfile.
4184
ba881f50
JK
41852016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4186
4187 Fix compatibility with recent gfortran-5.3.1.
4188 * gdb.fortran/vla-history.exp (print vla1 allocated)
4189 (print vla2 allocated, print $2, print $3): Remove
4190 (print $4): Rename to ...
4191 (print $2): ... here.
4192 (print $9): Rename to ...
4193 (print $5): ... here.
4194 (print $10): Rename to ...
4195 (print $6): ... here.
4196 * gdb.fortran/vla.f90: Add pvla initialization.
4197
e9fb005c
JK
41982016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4199
4200 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4201 New test.
4202 * gdb.fortran/vla-value-sub.exp: Likewise.
4203
e44e00ff
MK
42042016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4205
4206 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4207
97e94151
SM
42082016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4209
4210 * i386-biarch-core.exp: Define corefile using
4211 standard_output_file.
4212
01113bc1
YQ
42132016-02-12 Yao Qi <yao.qi@linaro.org>
4214
4215 * gdb.arch/arm-single-step-kernel-helper.c: New.
4216 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4217
33b4777c
MM
42182016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4219
4220 * gdb.btrace/tailcall-only.exp: New.
4221 * gdb.btrace/tailcall-only.c: New.
4222 * gdb.btrace/x86_64-tailcall-only.S: New.
4223 * gdb.btrace/i686-tailcall-only.S: New.
4224
acc23c11
PA
42252016-02-11 Pedro Alves <palves@redhat.com>
4226
4227 * README (Parallel testing): Add missing double quotes.
4228
e352bf0a
PA
42292016-02-11 Pedro Alves <palves@redhat.com>
4230
4231 * README (Parallel testing): New section.
4232 (GDB_PARALLEL): Rewrite.
4233 (FORCE_PARALLEL): Document.
4234
9f5fed78
MK
42352016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4236
4237 * gdb.trace/tfile-avx.c: New test.
4238 * gdb.trace/tfile-avx.exp: New test.
4239
9ef9e6a6
KS
42402016-02-09 Keith Seitz <keiths@redhat.com>
4241
4242 PR breakpoints/19546
4243 * gdb.base/infcall-exec.c: New file.
4244 * gdb.base/infcall-exec2.c: New file.
4245 * gdb.base/infcall-exec.exp: New file.
4246
a96e36da
KS
42472016-02-09 Keith Seitz <keiths@redhat.com>
4248
4249 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4250 (toplevel): Call test_bkpt_address.
4251
9f61929f
KS
42522016-02-09 Keith Seitz <keiths@redhat.com>
4253
4254 PR python/19506
4255 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4256 (toplevel): Call test_bkpt_address.
4257
1e94266c
SM
42582016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4259
4260 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4261 to AC_OUTPUT.
4262 * configure: Regenerate.
4263
2a7f3dff
PA
42642016-02-09 Pedro Alves <palves@redhat.com>
4265
4266 PR breakpoints/19548
4267 * gdb.base/execl-update-breakpoints.c (some_function): New
4268 function.
4269 (main): Call it.
4270 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4271 Tighten expected GDB output.
4272
2151ccc5
SM
42732016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4274
4275 * Makefile.in (ALL_SUBDIRS): Remove.
4276 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4277 (distclean maintainer-clean realclean): Likewise.
4278 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4279 * configure: Regenerate.
4280 * gdb.ada/Makefile.in: Delete.
4281 * gdb.arch/Makefile.in: Likewise.
4282 * gdb.asm/Makefile.in: Likewise.
4283 * gdb.base/Makefile.in: Likewise.
4284 * gdb.btrace/Makefile.in: Likewise.
4285 * gdb.cell/Makefile.in: Likewise.
4286 * gdb.compile/Makefile.in: Likewise.
4287 * gdb.cp/Makefile.in: Likewise.
4288 * gdb.disasm/Makefile.in: Likewise.
4289 * gdb.dlang/Makefile.in: Likewise.
4290 * gdb.dwarf2/Makefile.in: Likewise.
4291 * gdb.fortran/Makefile.in: Likewise.
4292 * gdb.gdb/Makefile.in: Likewise.
4293 * gdb.go/Makefile.in: Likewise.
4294 * gdb.guile/Makefile.in: Likewise.
4295 * gdb.java/Makefile.in: Likewise.
4296 * gdb.linespec/Makefile.in: Likewise.
4297 * gdb.mi/Makefile.in: Likewise.
4298 * gdb.modula2/Makefile.in: Likewise.
4299 * gdb.multi/Makefile.in: Likewise.
4300 * gdb.objc/Makefile.in: Likewise.
4301 * gdb.opencl/Makefile.in: Likewise.
4302 * gdb.opt/Makefile.in: Likewise.
4303 * gdb.pascal/Makefile.in: Likewise.
4304 * gdb.perf/Makefile.in: Likewise.
4305 * gdb.python/Makefile.in: Likewise.
4306 * gdb.reverse/Makefile.in: Likewise.
4307 * gdb.server/Makefile.in: Likewise.
4308 * gdb.stabs/Makefile.in: Likewise.
4309 * gdb.threads/Makefile.in: Likewise.
4310 * gdb.trace/Makefile.in: Likewise.
4311 * gdb.xml/Makefile.in: Likewise.
4312 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4313 GDB_PARALLEL.
4314 (standard_output_file): Remove check for GDB_PARALLEL, always
4315 return path in outputs/$subdir/$testname.
4316
437277d4
SM
43172016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4318
4319 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4320 (site.exp): Assign abs_srcdir to tcl's srcdir.
4321
31d913c7
YQ
43222016-02-04 Yao Qi <yao.qi@linaro.org>
4323
4324 * gdb.base/foll-exec-mode.c: Include limits.h.
4325 (main): Add parameters argc and argv. Get directory from
4326 argv[0].
4327 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4328 compilation.
4329 * gdb.base/foll-exec.c: Include limits.h.
4330 (main): Add parameters argc and argv.
4331 Get directory from argv[0].
4332 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4333 Adjust tests on the number of lines as source code changed.
4334 * gdb.base/foll-vfork-exit.c: Include limits.h.
4335 (main): Add one line of statement before vfork.
4336 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4337 (main): Add parameters argc and argv. Get directory from
4338 argv[0].
4339 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4340 (setup_gdb): Set tbreak to skip some source lines.
4341 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4342 (main): Add parameters argc and argv. Get directory from
4343 argv[0].
4344 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4345 compilation.
4346 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4347 (main): Add parameters argc and argv. Get directory from
4348 argv[0].
4349 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4350 compilation.
4351
9482b9fb
DE
43522016-02-01 Doug Evans <dje@google.com>
4353
4354 * gdb.base/skip.exp: Clean up multiple references to same test name.
4355
6b2e4f10
PA
43562016-02-01 Pedro Alves <palves@redhat.com>
4357
ccb6afd6 4358 PR remote/19496
6b2e4f10
PA
4359 * gdb.threads/forking-threads-plus-breakpoint.exp
4360 (displaced_stepping_supported): New global.
4361 (probe_displaced_stepping_support): New procedure.
4362 (do_test): Add 'displaced' parameter, and use it.
4363 (top level): Check for displaced stepping support. Add displaced
4364 stepping on/off testing axis.
4365
37a8db1a
AB
43662016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4367
4368 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4369 pointer. Don't perform further tests on the unassociated pointer
4370 if the first test fails.
4371
5fdf6324
AB
43722016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4373
4374 * gdb.base/max-value-size.c: New file.
4375 * gdb.base/max-value-size.exp: New file.
4376 * gdb.base/huge.exp: Disable max-value-size for this test.
4377
935c6144
IB
43782016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4379
4380 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4381
7fe8399d
YQ
43822016-01-28 Yao Qi <yao.qi@linaro.org>
4383
4384 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4385
a2077e25
PA
43862016-01-25 Pedro Alves <palves@redhat.com>
4387
4388 PR threads/19461
4389 * gdb.base/fork-running-state.c: New file.
4390 * gdb.base/fork-running-state.exp: New file.
4391
1d2736d4
PA
43922016-01-25 Pedro Alves <palves@redhat.com>
4393
4394 PR gdb/19494
4395 * gdb.base/catch-fork-kill.c: New file.
4396 * gdb.base/catch-fork-kill.exp: New file.
4397
f1da4b11
PA
43982016-01-25 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4401 Delete, moved to lib/gdb.exp.
4402 * gdb.threads/forking-threads-plus-breakpoint.exp
4403 (foreach_with_prefix): Likewise.
4404 * gdb.threads/process-dies-while-handling-bp.exp
4405 (foreach_with_prefix): Likewise.
4406 * lib/gdb.exp (foreach_with_prefix): New procedure.
4407
45f38546
MK
44082016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4409
4410 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4411 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4412
dc29a1ce
MK
44132016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4414
4415 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4416 endian targets.
4417
092127d7
JK
44182016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4419 Pedro Alves <palves@redhat.com>
4420
4421 Fix testsuite compatibility with Guile.
4422 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4423 number.
4424
31d765d3
JK
44252016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4426
4427 Fix testsuite compatibility with Guile.
4428 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4429 (thread 1): New test for backtrace through signal handler.
4430
1ac78c04
YQ
44312016-01-22 Yao Qi <yao.qi@linaro.org>
4432
4433 PR testsuite/19491
4434 * gdb.base/multi-forks.c: Include
4435 ../lib/unbuffer_output.c
4436 (main): Call gdb_unbuffer_output.
4437
4f5946a8
DE
44382016-01-21 Doug Evans <dje@google.com>
4439
4440 * lib/ada.exp (gdb_compile_ada): Fix typo.
4441
305e13e6
JB
44422016-01-21 Joel Brobecker <brobecker@adacore.com>
4443
4444 * gdb.base/break-fun-addr.exp: New file.
4445 * gdb.base/break-fun-addr1.c: New file.
4446 * gdb.base/break-fun-addr2.c: New file.
4447
5f5dfff6
SM
44482016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4449
4450 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4451 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4452 enum flag values.
4453
fd356fa2
AA
44542016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4455
4456 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4457 when GDB can not set the vector return value. Add more comments
4458 for clarification.
4459
9df22175
AT
44602016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4461
4462 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4463 command.
4464
41d1845e
SM
44652016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4466
4467 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4468
01ac6840
SM
44692016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4470
4471 * Makefile.in (check-single): Pass --status to runtest.
4472 (check/%.exp): Likewise.
4473
44742016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4475
4476 * Makefile.in (check-parallel): Propagate return code from make
4477 do-check-parallel.
4478
bd0a71fa
MK
44792016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4480
4481 * gdb.trace/ftrace.exp: Fix expected message on continue.
4482 * gdb.trace/pending.exp: Fix expected message on continue.
4483 * gdb.trace/trace-break.exp: Fix expected message on continue.
4484
8bcbad33
SM
44852016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4486
4487 * lib/gdb.exp (gdb_test): Remove unused global references.
4488
f303dbd6
PA
44892016-01-18 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.base/async-shell.exp: Adjust expected output.
4492 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4493 * gdb.base/siginfo-thread.exp: Adjust expected output.
4494 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4495 * gdb.java/jnpe.exp: Adjust expected output.
4496 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4497 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4498 * gdb.threads/leader-exit.exp: Adjust expected output.
4499 * gdb.threads/manythreads.exp: Adjust expected output.
4500 * gdb.threads/pthreads.exp: Adjust expected output.
4501 * gdb.threads/schedlock.exp: Adjust expected output.
4502 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4503 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4504 expected output.
4505 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4506 output.
4507 * gdb.threads/sigthread.exp: Adjust expected output.
4508 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4509
b2789696
YQ
45102016-01-18 Yao Qi <yao.qi@linaro.org>
4511
4512 * gdb.guile/scm-section-script.c: Replace @progbits with
4513 %progbits.
4514 * gdb.python/py-section-script.c: Likewise.
4515
71ef29a8
PA
45162016-01-15 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.multi/tids.exp: Test star wildcard ranges.
4519
3f5b7598
PA
45202016-01-15 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4523 command from "thread apply" invocation.
4524 (thr_apply_info_thr_invalid): Default the expected output to the
4525 input tid list.
4526 (top level): Add tests that use convenience variables. Add tests
4527 for "thread apply" with a valid TID list, but missing the command.
4528
663f6d42
PA
45292016-01-13 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/default.exp: Expect $_gthread as well.
4532 * gdb.multi/tids.exp: Test $_gthread.
4533 * gdb.threads/thread-specific.exp: Test $_gthread.
4534
c84f6bbf
PA
45352016-01-13 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.multi/tids.exp: Test "info threads -gid".
4538
22a02324
PA
45392016-01-13 Pedro Alves <palves@redhat.com>
4540
4541 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4542 Breakpoint.thread.
4543 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4544
5d5658a1
PA
45452016-01-07 Pedro Alves <palves@redhat.com>
4546
4547 * gdb.base/break.exp: Adjust to output changes.
4548 * gdb.base/hbreak2.exp: Likewise.
4549 * gdb.base/sepdebug.exp: Likewise.
4550 * gdb.base/watch_thread_num.exp: Likewise.
4551 * gdb.linespec/keywords.exp: Likewise.
4552 * gdb.multi/info-threads.exp: Likewise.
4553 * gdb.threads/thread-find.exp: Likewise.
4554 * gdb.multi/tids.c: New file.
4555 * gdb.multi/tids.exp: New file.
4556
84654457
PA
45572016-01-13 Pedro Alves <palves@redhat.com>
4558
4559 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4560
e3940304
PA
45612016-01-13 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.base/default.exp: Expect $_inferior as well.
4564 * gdb.multi/base.exp: Test $_inferior.
4565
a911d87a
PA
45662016-01-13 Pedro Alves <palves@redhat.com>
4567
4568 PR breakpoints/19388
4569 * gdb.base/catch-signal-siginfo-cond.c: New file.
4570 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4571
82075af2
JS
45722016-01-12 Josh Stone <jistone@redhat.com>
4573 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4574
4575 * gdb.base/catch-syscall.c (do_execve): New variable.
4576 (main): Conditionally trigger an execve.
4577 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4578 (test_catch_syscall_execve): New, check entry/return across execve.
4579 (do_syscall_tests): Call test_catch_syscall_execve.
4580
e46eeedd
PA
45812016-01-12 Pedro Alves <palves@redhat.com>
4582
4583 * gdb.base/random-signal.exp (do_test): New procedure, with body
4584 of testcase moved in.
4585
01d8c27e
JK
45862016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4587 Pedro Alves <palves@redhat.com>
4588
4589 * gdb.base/funcargs.exp (finish from indirectly called function):
4590 Reintroduce the case for 'First'.
4591
9a706302
JK
45922016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4593 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4596 (tcatch_vfork_then_child_follow_exec)
4597 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4598 identification.
4599
c0ecb95f
JK
46002016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4601
4602 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4603 and repeats to unlimited.
4604 * gdb.python/py-value.exp: Likewise.
4605 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4606 and repeats to unlimited.
4607
6cfc1fcb
JK
46082016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4609
4610 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4611 and reordering the functions.
4612 * gdb.multi/hangout.c: Likewise.
4613 * gdb.multi/hello.c: Likewise.
4614
582a1b00
SM
46152016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4616
4617 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4618 absolute.
4619 (SingleStatisticTestResult.report): Use dict.keys instead of
4620 dict.iterkeys.
4621
79bc59cb
PA
46222016-01-06 Pedro Alves <palves@redhat.com>
4623
4624 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4625
43368e1d
MM
46262016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4627
4628 * gdb.btrace/dlopen.exp: New.
4629 * gdb.btrace/dlopen.c: New.
4630 * gdb.btrace/dlopen-dso.c: New.
4631
79fad5b8
SL
46322015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4633
4634 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4635 PATTERN argument is optional.
4636
ab8314b3
JB
46372015-12-24 Joel Brobecker <brobecker@adacore.com>
4638
4639 * lib/ada.exp (target_compile_ada_from_dir): New function.
4640 (gdb_compile_ada): Reimplement avoiding the use of project files.
4641 * gdb.ada/gnat_ada.gpr: Delete.
4642 * gdb.ada/cond_lang.exp: Adjust test to make path before
4643 filename optional.
4644 * gdb.ada/small_reg_param.exp: Likewise.
4645
fe33faff
SM
46462015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4647
4648 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4649
6d265cb4
TP
46502015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4651
4652 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4653 case.
4654
10125099
SM
46552015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4656
4657 * gdb.base/break.exp: Remove dead code.
4658 * gdb.base/sepdebug.exp: Likewise.
4659
3ca22649
SM
46602015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4661
4662 * gdb.asm/asm-source.exp: Remove HP-UX references.
4663 * gdb.base/annota1.exp: Likewise.
4664 * gdb.base/annota3.exp: Likewise.
4665 * gdb.base/attach.exp: Likewise.
4666 * gdb.base/bigcore.exp: Likewise.
4667 * gdb.base/break.exp: Likewise.
4668 * gdb.base/call-ar-st.exp: Likewise.
4669 * gdb.base/callfuncs.exp: Likewise.
4670 * gdb.base/catch-fork-static.exp: Likewise.
4671 * gdb.base/display.exp: Likewise.
4672 * gdb.base/foll-exec-mode.exp: Likewise.
4673 * gdb.base/foll-exec.exp: Likewise.
4674 * gdb.base/foll-fork.exp: Likewise.
4675 * gdb.base/foll-vfork.exp: Likewise.
4676 * gdb.base/funcargs.exp: Likewise.
4677 * gdb.base/hbreak2.exp: Likewise.
4678 * gdb.base/inferior-died.exp: Likewise.
4679 * gdb.base/interrupt.exp: Likewise.
4680 * gdb.base/multi-forks.exp: Likewise.
4681 * gdb.base/nodebug.exp: Likewise.
4682 * gdb.base/sepdebug.exp: Likewise.
4683 * gdb.base/solib1.c: Likewise.
4684 * gdb.base/step-test.exp: Likewise.
4685 * gdb.mi/non-stop.c: Likewise.
4686 * gdb.mi/pthreads.c: Likewise.
4687 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4688 * gdb.threads/pthreads.c: Likewise.
4689 * gdb.threads/staticthreads.exp: Likewise.
4690 * lib/future.exp: Likewise.
4691 * lib/gdb.exp: Likewise.
4692 * gdb.base/so-indr-cl.c: Remove.
4693 * gdb.base/so-indr-cl.exp: Likewise.
4694 * gdb.base/solib.c: Likewise.
4695 * gdb.base/solib.exp: Likewise.
4696 * gdb.base/solib2.c: Likewise.
4697
b6304613
SM
46982015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4699
4700 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4701 * gdb.base/call-ar-st.exp: Likewise.
4702 * gdb.base/callfuncs.exp: Likewise.
4703 * gdb.base/condbreak.exp: Likewise.
4704 * gdb.base/constvars.exp: Likewise.
4705 * gdb.base/hbreak2.exp: Likewise.
4706 * gdb.base/langs.exp: Likewise.
4707 * gdb.base/list.exp: Likewise.
4708 * gdb.base/long_long.exp: Likewise.
4709 * gdb.base/ptype.exp: Likewise.
4710 * gdb.base/scope.exp: Likewise.
4711 * gdb.base/signals.exp: Likewise.
4712 * gdb.base/so-impl-ld.exp: Likewise.
4713 * gdb.base/varargs.exp: Likewise.
4714 * gdb.base/volatile.exp: Likewise.
4715 * gdb.base/whatis.exp: Likewise.
4716 * gdb.cp/cplusfuncs.exp: Likewise.
4717 * gdb.cp/inherit.exp: Likewise.
4718 * gdb.cp/local.exp: Likewise.
4719 * gdb.cp/member-ptr.exp: Likewise.
4720 * gdb.cp/method.exp: Likewise.
4721 * gdb.cp/overload.exp: Likewise.
4722 * gdb.cp/templates.exp: Likewise.
4723 * gdb.stabs/weird.exp: Likewise.
4724 * lib/compiler.c: Likewise.
4725 * lib/compiler.cc: Likewise.
4726 * lib/cp-support.exp: Likewise.
4727 * lib/gdb.exp: Likewise.
4728
bf401b07
SM
47292015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4730
4731 * configure.ac: Remove HP-UX case.
4732 * configure: Regenerate.
4733
aff9c0f8
SM
47342015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4735
4736 * lib/gdb.exp (gdb_compile): Add function doc.
4737
a6904d5a
PA
47382015-12-17 Pedro Alves <palves@redhat.com>
4739
4740 PR threads/19354
4741 * gdb.multi/info-threads.exp: New file.
4742
a22279dd
YQ
47432015-12-15 Yao Qi <yao.qi@linaro.org>
4744
4745 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4746 is aarch64*-*-*.
4747
0588c796
SL
47482015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4749
4750 * gdb.base/history-duplicates.exp: Skip if no readline support.
4751
5d978e17
SL
47522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4753
4754 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4755
7e763b86
SL
47562015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4757
4758 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4759
87a3a92c
SL
47602015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4761
4762 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4763 ctrl-C if nointerrupts target property is set.
4764 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4765 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4766 * gdb.base/paginate-bg-execution.exp: Likewise.
4767 * gdb.base/paginate-execution-startup.exp: Likewise.
4768 * gdb.base/random-signal.exp: Likewise.
4769 * gdb.base/range-stepping.exp: Likewise.
4770 * gdb.cp/annota2.exp: Likewise.
4771 * gdb.cp/annota3.exp: Likewise.
4772 * gdb.gdb/selftest.exp: Likewise.
4773 * gdb.threads/continue-pending-status.exp: Likewise.
4774 * gdb.threads/leader-exit.exp: Likewise.
4775 * gdb.threads/manythreads.exp: Likewise.
4776 * gdb.threads/pthreads.exp: Likewise.
4777 * gdb.threads/schedlock.exp: Likewise.
4778 * gdb.threads/sigthread.exp: Likewise.
4779
a8f077dc
DB
47802015-12-11 Don Breazeal <donb@codesourcery.com>
4781
4782 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4783 remote.
4784 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4785 * gdb.base/foll-exec.exp (main): Enable for target remote.
4786 * gdb.base/foll-fork.exp (main): Likewise.
4787 * gdb.base/foll-vfork.exp (main): Likewise.
4788 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4789 (proc continue_to_exit_bp_loc): Use clean_restart.
4790 * gdb.base/pie-execl.exp (main): Disable for target remote.
4791 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4792 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4793 * gdb.threads/execl.exp (main): Likewise.
4794 * gdb.threads/fork-child-threads.exp (main): Likewise.
4795 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4796 remote.
4797 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4798 remote.
4799 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4800 pid.tid style ptids, instead of just tid.
4801 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4802 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4803 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4804 ptids, instead of just tid.
4805
3b2464a8
AB
48062015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4807
4808 * gdb.base/list.exp (test_list_forward): Add end of file error
4809 test.
4810 (test_repeat_list_command): Add end of file error test.
4811 (test_list_backwards): Add beginning of file error test.
4812
a0def019
AB
48132015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4814
4815 * gdb.base/list.exp (test_list_invalid_args): New function,
4816 defined, and called.
4817
5c000dff
AB
48182015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4819
4820 * gdb.base/list.exp (test_list): Make test names unique.
4821
f1637ebe
YQ
48222015-12-11 Yao Qi <yao.qi@linaro.org>
4823
4824 * gdb.base/coremaker2.c: Remove.
4825
36d6fc0a
PA
48262015-12-10 Pedro Alves <palves@redhat.com>
4827
4828 * gdb.multi/base.exp: Remove stale "spaces" references.
4829
762f7747
PA
48302015-12-10 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.multi/base.exp: Don't use nowarnings.
4833 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4834 * gdb.multi/hangout.c: Include stdio.h.
4835 * gdb.multi/hello.c: Include stdlib.h.
4836 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4837 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4838 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4839
28d2bfb9
AB
48402015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4841
4842 * gdb.dwarf2/dw2-ranges-base.c: New file.
4843 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4844 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4845 support additional line table, and debug ranges generation.
4846 (Dwarf::ranges): New function, generate .debug_ranges.
4847 (Dwarf::lines): Support generating simple line table programs.
4848 (Dwarf::assemble): Initialise new namespace variables.
4849
5fc2beac
KB
48502015-12-09 Kevin Buettner <kevinb@redhat.com>
4851
4852 * gdb.base/async.exp (proc test_background): Add case for
4853 asynchronous execution not supported.
4854
1c35a88f
LM
48552015-12-09 Luis Machado <lgustavo@codesourcery.com>
4856
4857 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4858 format and change test names to make them unique.
4859
b593e3d9
RK
48602015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4861 Pedro Alves <pedro@redhat.com>
4862
4863 PR gdb/18702
4864 Add checking of floatformats setup on x86_64 hosts.
4865 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4866 (smallval, bigval): New labels/constants.
4867 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4868 float" after loading bigval and smallval.
4869
d72413e6
PMR
48702015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4871
4872 * gdb.ada/fun_overload_menu.exp: New testcase.
4873 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4874
ece66d65
JS
48752015-12-04 Josh Stone <jistone@redhat.com>
4876
4877 * gdb.base/catch-fork-static.exp: New.
4878
41d0efca
YQ
48792015-12-03 Yao Qi <yao.qi@linaro.org>
4880
4881 * gdb.base/sizeof.c: Don't include stdio.h and
4882 ../lib/unbuffer_output.c.
4883 (main): New variable 'size' and 'value'. Remove printf and
4884 gdb_unbuffer_output. Assign return value to size and value.
4885 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4886 at the beginning.
4887 (check_sizeof): Check the result by printing variable 'size'.
4888 (check_valueof): Check the result by printing variable 'value'.
4889
99fd02d9
YQ
48902015-12-01 Yao Qi <yao.qi@linaro.org>
4891
4892 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4893 for aarch64*-*-linux* target.
4894
f2faf941
PA
48952015-11-30 Pedro Alves <palves@redhat.com>
4896
4897 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4898
04bf20c5
PA
48992015-11-30 Pedro Alves <palves@redhat.com>
4900
4901 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4902 Handle non-stop mode vCont replies.
4903
09df4675
PA
49042015-11-30 Pedro Alves <palves@redhat.com>
4905
4906 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4907 prepare_for_testing. Start gdb with "set non-stop on" appended to
4908 GDBFLAGS. Lax expected stop output.
4909
58b584af
YQ
49102015-11-27 Yao Qi <yao.qi@linaro.org>
4911
4912 * gdb.arch/arm-neon.exp: New.
4913 * gdb.arch/arm-neon.c: New.
4914
dfcb77a8
YQ
49152015-11-27 Yao Qi <yao.qi@linaro.org>
4916
4917 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4918
88e8ec1b
YQ
49192015-11-27 Yao Qi <yao.qi@linaro.org>
4920
4921 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4922 frames-invalid annotation.
4923
bfde72c2
YQ
49242015-11-27 Yao Qi <yao.qi@linaro.org>
4925
4926 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4927
f6512a69
SM
49282015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4929
4930 * gdb.threads/names.exp: New file.
4931 * gdb.threads/names.c: New file.
4932 * README: Mention gdb,no_thread_names.
4933
46a3515b
MM
49342015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4935
4936 PR 19297
4937 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4938 support" error.
4939
62147a22
PA
49402015-11-24 Pedro Alves <palves@redhat.com>
4941
4942 PR 17539
4943 * gdb.base/display.exp: Expect displays to be sorted in ascending
4944 order. Use multi_line.
4945 * gdb.base/solib-display.exp: Likewise.
4946
2f341b6e
PA
49472015-11-24 Pedro Alves <palves@redhat.com>
4948
4949 PR 17539
25d49b86
PA
4950 * gdb.base/display.exp: Expect displays to be sorted in ascending
4951 order. Use multi_line.
4952 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4953
7e0aa6aa
PA
49542015-11-24 Pedro Alves <palves@redhat.com>
4955
4956 PR 17539
4957 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4958 threads in ascending order.
4959 * gdb.base/foll-fork.exp: Likewise.
4960 * gdb.base/foll-vfork.exp: Likewise.
4961 * gdb.base/multi-forks.exp: Likewise.
4962 * gdb.mi/mi-nonstop.exp: Likewise.
4963 * gdb.mi/mi-nsintrall.exp: Likewise.
4964 * gdb.multi/base.exp: Likewise.
4965 * gdb.multi/multi-arch.exp: Likewise.
4966 * gdb.python/py-inferior.exp: Likewise.
4967 * gdb.threads/break-while-running.exp: Likewise.
4968 * gdb.threads/execl.exp: Likewise.
4969 * gdb.threads/gcore-thread.exp: Likewise.
4970 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4971 * gdb.threads/kill.exp: Likewise.
4972 * gdb.threads/linux-dp.exp: Likewise.
4973 * gdb.threads/multiple-step-overs.exp: Likewise.
4974 * gdb.threads/next-bp-other-thread.exp: Likewise.
4975 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4976 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4977 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4978 * gdb.threads/thread-find.exp: Likewise.
4979 * gdb.threads/tls.exp: Likewise.
4980 * lib/mi-support.exp (mi_reverse_list): Delete.
4981 (mi_check_thread_states): No longer reverse list.
4982
2cc57ad8
PA
49832015-11-24 Pedro Alves <palves@redhat.com>
4984
4985 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4986 use lowercase.
4987
c93e8391
SM
49882015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4989
4990 * gdb.trace/actions.c: Include trace-common.h.
4991 (main): Add a location for a fast tracepoint.
4992 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4993 the normal tracepoints.
4994 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4995
045ccf91
SM
49962015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4997
4998 * save-trace.exp: Factor out code to these...
4999 (gdb_save_tracepoints): New.
5000 (gdb_load_tracepoints): New.
5001 (do_save_load_test): New.
5002
5506f9f6
KB
50032015-11-23 Kevin Buettner <kevinb@redhat.com>
5004
5005 * gdb.base/asmlabel.exp: New test.
5006 * gdb.base/asmlabel.c: New test case.
5007
16c3b12f
JB
50082015-11-23 Joel Brobecker <brobecker@adacore.com>
5009
5010 * gdb.base/wrong_frame_bt_full-main.c: New file.
5011 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5012 * gdb.base/wrong_frame_bt_full.exp: New file.
5013
155bfbd3
JB
50142015-11-23 Joel Brobecker <brobecker@adacore.com>
5015
5016 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5017
bb097445
JM
50182015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5019
206853a0 5020 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5021 pstate register when comparing registers values in
5022 sparc64-*-linux-gnu targets to avoid spurious differences.
5023
9c88ed8f
JM
50242015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5025
206853a0 5026 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5027
96161e25
SL
50282015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5029
5030 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5031 as type argument to gdb_compile.
5032 * gdb.base/nested-subp2.exp: Likewise.
5033 * gdb.base/nested-subp3.exp: Likewise.
5034
340c2830
DV
50352015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5036
5037 * lib/dwarf.exp (_note): Fix left shift of negative value.
5038 * gdb.trace/trace-condition.exp: Likewise.
5039
c1862d0f
YQ
50402015-11-13 Yao Qi <yao.qi@linaro.org>
5041
5042 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5043 comments about d10v.
5044 (test_scalar_returns): Likewise.
5045 * gdb.base/d10v.ld: Remove.
5046 * gdb.base/overlays.exp: Remove the target triplet checking for
5047 d10v-*-*.
5048 * gdb.base/structs.exp (test_struct_returns): Remove the
5049 comments about d10v.
5050 (test_struct_calls): Likewise.
5051
77ae9c19
YQ
50522015-11-13 Yao Qi <yao.qi@linaro.org>
5053
5054 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5055 * gdb.base/gnu_vector.c: Don't include stdio.h.
5056 (main): Don't print res and call add_some_intvecs.
5057
430e004e
MK
50582015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5059
5060 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5061 macro.
5062 (func5): Removed.
5063 (func4): Use FAST_TRACEPOINT_LABEL.
5064 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5065 macro.
5066 (func): Removed.
5067 (thread_function): Use FAST_TRACEPOINT_LABEL.
5068 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5069 (func): Remove.
5070 (marker): Use FAST_TRACEPOINT_LABEL.
5071 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5072 (pendfunc1): Remove.
5073 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5074 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5075 (foo): Remove.
5076 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5077 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5078 macro.
5079 (func): Remove.
5080 (marker): Use FAST_TRACEPOINT_LABEL.
5081 * gdb.trace/trace-common.h: New header.
5082 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5083 macro.
5084 (func): Remove.
5085 (marker): Use FAST_TRACEPOINT_LABEL.
5086 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5087 (func): Remove.
5088 (thread_function): Use FAST_TRACEPOINT_LABEL.
5089
6e7675a7
MK
50902015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5091
5092 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5093 in front.
5094 * gdb.trace/change-loc.exp: Use global pcreg definition.
5095 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5096 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5097 in front.
5098 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5099 * gdb.trace/pending.exp: Likewise.
5100 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5101 * gdb.trace/trace-break.exp: Likewise.
5102 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5103 in front.
5104 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5105 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5106 in front.
5107 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5108
dddc0e16
JB
51092015-11-09 Joel Brobecker <brobecker@adacore.com>
5110
5111 * gdb.ada/fin_fun_out: New testcase.
5112
c6f0b406
KB
51132015-11-07 Kevin Buettner <kevinb@redhat.com>
5114
5115 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5116 value associated with DW_AT_byte_size.
5117 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5118 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5119 DW_AT_upper_bound.
5120
f01dcfd9
KB
51212015-11-07 Kevin Buettner <kevinb@redhat.com>
5122
5123 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5124 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5125 version.
5126 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5127 gdb.dwarf2/dw2-canonicalize-type.exp,
5128 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5129 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5130 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5131 provided by gdb_target_symbol_prefix_flags_asm.
5132 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5133 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5134 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5135 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5136 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5137 macros where needed). Use this macro for symbols which require
5138 the prefix provided by SYMBOL_PREFIX.
5139
2223449a
KB
51402015-11-05 Kevin Buettner <kevinb@redhat.com>
5141
5142 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5143 New procs.
5144 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5145 representing expressions, of more than one list element.
5146 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5147 to prepend linker symbol prefix to f.
5148 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5149 table_1 and table_2.
5150 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5151 Likewise, for f and g.
5152 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5153 for ptr.
5154 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5155 for main.
5156 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5157 table_1_ptr and table_2_ptr.
5158
6f2f1a3a
JK
51592015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5160 Joel Brobecker <brobecker@adacore.com>
5161
5162 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5163
566c56c9
MK
51642015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5165
5166 * gdb.reverse/s390-mvcle.c: New test.
5167 * gdb.reverse/s390-mvcle.exp: New file.
5168 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5169
d5f0636b
MK
51702015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5171
5172 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5173
7ad8b86c
MK
51742015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5175
5176 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5177 reaching marker2.
5178 * gdb.reverse/getresuid-reverse.exp: Likewise.
5179 * gdb.reverse/pipe-reverse.exp: Likewise.
5180 * gdb.reverse/readv-reverse.exp: Likewise.
5181 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5182 * gdb.reverse/time-reverse.exp: Likewise.
5183 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5184
4081c0f1
YQ
51852015-10-30 Yao Qi <yao.qi@linaro.org>
5186
5187 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5188 (empty_cycle): Remove.
5189 (main): Don't call empty_cycle. Don't use watch_count_done.
5190 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5191 empty_cycle. Rewrite the code counting HW watchpoints.
5192
452b4ba5
MK
51932015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5194
5195 * gdb.reverse/fstatat-reverse.c: New test.
5196 * gdb.reverse/fstatat-reverse.exp: New file.
5197 * gdb.reverse/getresuid-reverse.c: New test.
5198 * gdb.reverse/getresuid-reverse.exp: New file.
5199 * gdb.reverse/pipe-reverse.c: New test.
5200 * gdb.reverse/pipe-reverse.exp: New file.
5201 * gdb.reverse/readv-reverse.c: New test.
5202 * gdb.reverse/readv-reverse.exp: New file.
5203 * gdb.reverse/recvmsg-reverse.c: New test.
5204 * gdb.reverse/recvmsg-reverse.exp: New file.
5205 * gdb.reverse/time-reverse.c: New test.
5206 * gdb.reverse/time-reverse.exp: New file.
5207 * gdb.reverse/waitpid-reverse.c: New test.
5208 * gdb.reverse/waitpid-reverse.exp: New file.
5209
5e2e7507
JK
52102015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5211
5212 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5213
0fde2c53
DE
52142015-10-26 Doug Evans <dje@google.com>
5215
5216 PR symtab/17391
5217 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5218 * gdb.dwarf2/bad-regnum.c: New file.
5219 * gdb.dwarf2/bad-regnum.exp: New file.
5220
1a70ae97
DE
52212015-10-26 Doug Evans <dje@google.com>
5222
5223 PR python/18938
5224 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5225 file.
5226
27dc26ab
JK
52272015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5228
5229 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5230 for a change by "Mention language in compile error message".
5231
bed91f4d
SM
52322015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5233
5234 PR python/18073
5235 * gdb.python/py-type.c (C::a_method): New.
5236 (C::a_const_method): New.
5237 (C::a_static_method): New.
5238 (a_function): New.
5239 * gdb.python/py-type.exp (test_fields): Test getting fields
5240 from function and method.
5241
3f2f83dd
KB
52422015-10-21 Keven Boell <keven.boell@intel.com>
5243
5244 * gdb.fortran/vla-alloc-assoc.exp: New file.
5245 * gdb.fortran/vla-datatypes.exp: New file.
5246 * gdb.fortran/vla-datatypes.f90: New file.
5247 * gdb.fortran/vla-history.exp: New file.
5248 * gdb.fortran/vla-ptype-sub.exp: New file.
5249 * gdb.fortran/vla-ptype.exp: New file.
5250 * gdb.fortran/vla-sizeof.exp: New file.
5251 * gdb.fortran/vla-sub.f90: New file.
5252 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5253 * gdb.fortran/vla-value-sub-finish.exp: New file.
5254 * gdb.fortran/vla-value-sub.exp: New file.
5255 * gdb.fortran/vla-value.exp: New file.
5256 * gdb.fortran/vla-ptr-info.exp: New file.
5257 * gdb.mi/mi-vla-fortran.exp: New file.
5258 * gdb.mi/vla.f90: New file.
5259
27145d50
SL
52602015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5261
5262 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5263 of hardwired timeout value.
5264
5f3ff4f8
JK
52652015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5266 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5269 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5270
bfd09d20
JS
52712015-10-19 Josh Stone <jistone@redhat.com>
5272
5273 * gdb.base/catch-syscall.c: Include <sched.h>.
5274 (unknown_syscall): New variable.
5275 (main): Trigger a vfork and an unknown syscall.
5276 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5277 (unknown_syscall_number): Likewise.
5278 (check_call_to_syscall): Accept an optional syscall pattern.
5279 (check_return_from_syscall): Likewise.
5280 (check_continue): Likewise.
5281 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5282 (test_catch_syscall_skipping_return): New test toggling off 'catch
5283 syscall' to step over the syscall return, then toggling back on.
5284 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5285 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5286 (do_syscall_tests): Call test_catch_syscall_without_args and
5287 test_catch_syscall_mid_vfork.
5288 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5289 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5290
b32b93c6
AS
52912015-10-19 Andrew Stubbs <ams@codesourcery.com>
5292
5293 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5294 print g_vE): Add new pass patterns.
5295 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5296 print various symbol names for vptr fields.
5297
9d622bda
AB
52982015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5299
5300 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5301 results.
5302
0fd8ac1c
YQ
53032015-10-12 Yao Qi <yao.qi@linaro.org>
5304
5305 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5306
34240514
YQ
53072015-10-12 Yao Qi <yao.qi@linaro.org>
5308
5309 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5310 is aarch64*-*-linux*.
5311
8240f442
YQ
53122015-10-12 Yao Qi <yao.qi@linaro.org>
5313
5314 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5315 (can_relocate_bcond_true): ... it.
5316 (can_relocate_bcond_false): New function.
5317 (foo): Likewise.
5318 (can_relocate_bl): Likewise.
5319 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5320 can_relocate_bl.
5321
2520f728
PMR
53222015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5323
5324 * gdb.base/nested-addr.c: New file.
5325 * gdb.base/nested-addr.exp: New testcase.
5326
abcef95a
MM
53272015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5328
5329 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5330 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5331 its output. Ignore the output of "record goto begin" and instead
5332 check that GDB is replaying.
5333
145e3ddb
PA
53342015-10-09 Pedro Alves <palves@redhat.com>
5335
5336 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5337 (top level): Use it in the run with no args test.
5338
d5d8c4e1
IB
53392015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5340
5341 * gdb.dlang/properties.exp: New file.
5342
06e635ef
SL
53432015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5344
5345 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5346 whether or not address 0x1000 is mapped on the target.
5347
e019fd1d
SM
53482015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5349
5350 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5351 build.
5352
77ba2a67
MM
53532015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5354
5355 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5356 instruction-history test.
5357
c60eb31f
DE
53582015-09-28 Doug Evans <dje@google.com>
5359
5360 * gdb.base/gcore.c (array_func): Add reference to static_array.
5361
9a3c8263
SM
53622015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5363
5364 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5365 source line.
5366
9720e656
SL
53672015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5368
5369 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5370 short or char as base type.
5371
938d3bf2
SL
53722015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5373
5374 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5375 to allow any size enum.
5376
e6c2c623
PMR
53772015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5378
5379 * gdb.ada/array_ptr_renaming.exp: New testcase.
5380 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5381 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5382
06da0f77
PL
53832015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5384
5385 * gdb.trace/ftrace-lock.c: New file.
5386 * gdb.trace/ftrace-lock.exp: New file.
5387
4f51c22a
PL
53882015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5389
5390 * gdb.arch/insn-reloc.c: New file.
5391 * gdb.arch/ftrace-insn-reloc.exp: New file.
5392
7041adf4
PL
53932015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5394
5395 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5396 instruction.
5397 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5398 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5399 * gdb.trace/range-stepping.c: Likewise.
5400 * gdb.trace/trace-break.c: Likewise.
5401 * gdb.trace/trace-mt.c (thread_function): Likewise.
5402 * gdb.trace/ftrace.c (marker): Likewise.
5403 * gdb.trace/trace-condition.c (marker): Likewise.
5404 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5405 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5406 is_aarch64_target.
5407
015d2e7e
DE
54082015-09-18 Doug Evans <xdje42@gmail.com>
5409
5410 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5411 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5412
26b188a2
SL
54132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5414
5415 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5416 the breakpoint.
5417
79dc332b
SL
54182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5419
5420 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5421 the pending breakpoint. Remove timeout override for "Run till
5422 MI pending breakpoint on pendfunc3 on thread 2" test.
5423
f57929f2
SL
54242015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5425
5426 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5427 filename pattern.
5428
3f469b17
SL
54292015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5430
5431 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5432 in breakpoint filename pattern.
5433
515b89b3
SL
54342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5435
7800dbe4
SL
5436 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5437
54382015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5439
515b89b3
SL
5440 * gdb.linespec/explicit.exp: Check for readline support for
5441 tab-completion tests. Fix obvious typo.
5442
d2939ba2
MM
54432015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5444
5445 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5446 and replay.
5447
cbb55fa7
MM
54482015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5449
5450 * gdb.btrace/non-stop.c: New.
5451 * gdb.btrace/non-stop.exp: New.
5452
43691ca1
PL
54532015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5454 Yao Qi <yao.qi@linaro.org>
5455
5456 * gdb.trace/trace-condition.c: New file.
5457 * gdb.trace/trace-condition.exp: New file.
5458
d78908cf
WW
54592015-09-16 Wei-cheng Wang <cole945@gmail.com>
5460
5461 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5462 for testing bytecode compilation.
5463
1ed415e2
PA
54642015-09-16 Pedro Alves <palves@redhat.com>
5465 Sandra Loosemore <sandra@codesourcery.com>
5466
5467 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5468 (SECONDS): Redefine.
5469 (main): Call pthread_kill and alarm early.
5470 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5471 support.
5472 (test): If the target can't hardware step and doesn't support
5473 displaced stepping, increase the timeout.
5474
d136eff5
PA
54752015-09-16 Pedro Alves <palves@redhat.com>
5476
5477 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5478 (enable_debug): New procedures.
5479 (test): Use them. Bail out if waiting for threads fails.
5480 (top level): Bail out if a test fails.
5481
991f019c
YQ
54822015-09-16 Yao Qi <yao.qi@linaro.org>
5483
5484 * gdb.asm/asm-source.exp: Set asm-arch for
5485 aarch64*-*-* target.
5486 * gdb.asm/aarch64.inc: New file.
5487
bfca584f
PMR
54882015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5489
5490 * gdb.ada/array_of_variable_length.exp: New testcase.
5491 * gdb.ada/array_of_variable_length/foo.adb: New file.
5492 * gdb.ada/array_of_variable_length/pck.adb: New file.
5493 * gdb.ada/array_of_variable_length/pck.ads: New file.
5494
b326e587
DE
54952015-09-15 Doug Evans <dje@google.com>
5496
5497 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5498 of function static local variable.
5499
5382cfab
PW
55002015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5501
5502 * gdb.threads/tls-so_extern.exp: New test file.
5503 * gdb.threads/tls-so_extern.c: New test file.
5504 * gdb.threads/tls-so_extern_main.c: New test file.
5505
141c5cc4
JK
55062015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5507
5508 * gdb.opt/solib-intra-step-lib.c: New file.
5509 * gdb.opt/solib-intra-step-main.c: New file.
5510 * gdb.opt/solib-intra-step.exp: New file.
5511
d15dcecd
PA
55122015-09-15 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5515 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5516
4c2f2a79
PA
55172015-09-14 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.base/hook-stop-continue.c: Delete.
5520 * gdb.base/hook-stop-continue.exp: Delete.
5521 * gdb.base/hook-stop-frame.c: Delete.
5522 * gdb.base/hook-stop-frame.exp: Delete.
5523 * gdb.base/hook-stop.c: New file.
5524 * gdb.base/hook-stop.exp: New file.
5525
919e6dbe
PMR
55262015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5527
5528 * gdb.ada/access_to_packed_array.exp: New testcase.
5529 * gdb.ada/access_to_packed_array/foo.adb: New file.
5530 * gdb.ada/access_to_packed_array/pack.adb: New file.
5531 * gdb.ada/access_to_packed_array/pack.ads: New file.
5532
157280a4
MM
55332015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5534
5535 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5536 buffer size test.
5537
2fd33e94
DB
55382015-09-11 Don Breazeal <donb@codesourcery.com>
5539
5540 * gdb.base/foll-exec.c: Add copyright header. Fix
5541 formatting issues.
5542 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5543 (do_exec_tests): Use clean_restart in place of zap_session,
5544 and for test initialization. Fix formatting issues. Use
5545 fail in place of perror.
5546 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5547 an expect statement to match an expression with output from
5548 the program under debug.
5549 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5550 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5551 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5552 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5553 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5554
e70b6e8e
DE
55552015-09-09 Doug Evans <dje@google.com>
5556
5557 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5558
7a551a51
DE
55592015-09-09 Doug Evans <dje@google.com>
5560
5561 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5562
4c666f84
DE
55632015-09-09 Doug Evans <dje@google.com>
5564
5565 * gdb.base/savedregs.exp: Fix typo.
5566
243a9253
PA
55672015-09-09 Pedro Alves <palves@redhat.com>
5568
5569 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5570
c0fa8fbd
SL
55712015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5572
5573 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5574 command actually switches threads. Give up on remaining
5575 tests if target fails to stop at breakpoint.
5576
cd7c1778
PMR
55772015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5578
5579 * gdb.ada/funcall_char.exp: New testcase.
5580 * gdb.ada/funcall_char/foo.adb: New file.
5581
dc5c8746
PMR
55822015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5583
5584 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5585 expected outputs. Add two testcases for completing ambiguous
5586 functions.
5587 * gdb.ada/complete/aux_pck.adb: New file.
5588 * gdb.ada/complete/aux_pck.ads: New file.
5589 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5590 Ambiguous_Func functions.
5591 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5592 * gdb.ada/complete/pck.adb: Likewise.
5593
4e83a1e7
UW
55942015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5595
5596 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5597 failures to run the test program under GDB.
5598
8ce74153
LM
55992015-08-26 Luis Machado <lgustavo@codesourcery.com>
5600
5601 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5602 to C.
5603
e9756d52
PP
56042015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5605
5606 * gdb.base/run-after-attach.exp: New test file.
5607 * gdb.base/run-after-attach.c: New test file.
5608
8d37573b
DB
56092015-08-26 Don Breazeal <donb@codesourcery.com>
5610
5611 * gdb.base/foll-exec-2.c: New test program.
5612 * gdb.base/foll-exec-2.exp: New test.
5613
63e43d3a
PMR
56142015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5615
5616 * gdb.base/nested-subp1.exp: New file.
5617 * gdb.base/nested-subp1.c: New file.
5618 * gdb.base/nested-subp2.exp: New file.
5619 * gdb.base/nested-subp2.c: New file.
5620 * gdb.base/nested-subp3.exp: New file.
5621 * gdb.base/nested-subp3.c: New file.
5622
3d40fbb5
PA
56232015-08-24 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.server/connect-without-multi-process.c: New file.
5626 * gdb.server/connect-without-multi-process.exp: New file.
5627
4422ac93
LM
56282015-08-24 Luis Machado <lgustavo@codesourcery.com>
5629
5630 * gdb.opt/inline-markers.c: Make z int.
5631
91dddb86
LM
56322015-08-24 Luis Machado <lgustavo@codesourcery.com>
5633
5634 * gdb.opt/inline-markers.c: Make z volatile.
5635
a48847ee
LM
56362015-08-24 Luis Machado <lgustavo@codesourcery.com>
5637
5638 * gdb.opt/inline-bt.c: New volatile global z.
5639 * gdb.opt/inline-cmds.c: Likewise.
5640 * gdb.opt/inline-locals.c: Likewise.
5641 * gdb.opt/inline-markers.c: New extern global z.
5642 (marker): Use z.
5643 (inline_fn): Likewise.
5644
0ebbc52b
PA
56452015-08-24 Pedro Alves <palves@redhat.com>
5646
5647 * config/m32r-stub.exp: Remove file.
5648 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5649 * gdb.base/call-rt-st.exp: Likewise.
5650 * gdb.base/call-strs.exp: Likewise.
5651 * gdb.base/default.exp: Remove references to h8300-*-hms and
5652 *-*-udi*.
5653 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5654
77c365df
AA
56552015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5656
5657 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5658 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5659 and "return" use KFAIL when GDB can not read/write the vector
5660 return value.
5661
4313b8c0
GB
56622015-08-21 Gary Benson <gbenson@redhat.com>
5663
5664 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5665
0e433b32
PA
56662015-08-20 Pedro Alves <palves@redhat.com>
5667
5668 * gdb.server/solib-list.exp: No longer expect an interior stop in
5669 non-stop mode.
5670
221e1a37
PA
56712015-08-20 Pedro Alves <palves@redhat.com>
5672
5673 * gdb.server/connect-stopped-target.c: New file.
5674 * gdb.server/connect-stopped-target.exp: New file.
5675
40e3ad0e
PA
56762015-08-20 Pedro Alves <palves@redhat.com>
5677
5678 * gdb.dwarf2/comp-unit-lang.exp: New file.
5679 * gdb.dwarf2/comp-unit-lang.c: New file.
5680
af39b327
PMR
56812015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5682
5683 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5684 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5685
7d45c7c3 56862015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5687
7d45c7c3
KB
5688 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5689 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5690
4d6cceb4
DE
56912015-08-18 Doug Evans <dje@google.com>
5692 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5693
5694 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5695 skip_python_tests. New arg prompt_regexp.
5696 (skip_python_tests): New function.
5697 * lib/mi-support.exp (mi_skip_python_tests): New function.
5698 * gdb.python/py-mi-objfile-gdb.py: New file.
5699 * gdb.python/py-mi-objfile.c: New file.
5700 * gdb.python/py-mi-objfile.exp: New file.
5701
ad89c2aa
KS
57022015-08-17 Keith Seitz <keiths@redhat.com>
5703
5704 * gdb.linespec/explicit.exp: Move strace test from here ...
5705 * gdb.trace/strace.exp: ... to here.
5706
e3ae3c43
PP
57072015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5708
5709 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5710 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5711
604b2636
DE
57122015-08-14 Doug Evans <xdje42@gmail.com>
5713
5714 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5715 inferior before selecting a new file.
5716
6ff0ba5f
DE
57172015-08-14 Doug Evans <xdje42@gmail.com>
5718
5719 * gdb.mi/mi-disassemble.exp: Update.
5720 * gdb.base/disasm-optim.S: New file.
5721 * gdb.base/disasm-optim.c: New file.
5722 * gdb.base/disasm-optim.h: New file.
5723 * gdb.base/disasm-optim.exp: New file.
5724
9ca98f92
KS
57252015-08-14 Keith Seitz <keiths@redhat.com>
5726
5727 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5728 "evaluated-by".
5729
52bbc560
JB
57302015-08-13 Joel Brobecker <brobecker@adacore.com>
5731
5732 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5733
5d8c3ed3
PMR
57342015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5735
5736 * gdb.ada/fun_renaming.exp: New testcase.
5737 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5738 * gdb.ada/fun_renaming/pack.adb: New file.
5739 * gdb.ada/fun_renaming/pack.ads: New file.
5740
ea8812bc
KS
57412015-08-12 Keith Seitz <keiths@redhat.com>
5742
5743 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5744 gdb_get_line_number.
5745
4dafcdeb
JB
57462015-08-12 Joel Brobecker <brobecker@adacore.com>
5747
5748 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5749 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5750 gdb.base/dso2dso.exp: New files.
5751
5ba32597
SDJ
57522015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5753 Pedro Alves <palves@redhat.com>
5754 Keith Seitz <keiths@redhat.com>
5755
5756 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5757 GDBFLAGS.
5758
b6dafabf
PP
57592015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5760
5761 * gdb.base/gdbhistsize-history.exp
5762 (test_histsize_history_setting): Use save_vars.
5763 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5764 Use save_vars.
5765 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5766 * gdb.base/readline.exp: Use save_vars.
5767
abe8e607
PP
57682015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5769
5770 * lib/gdb.exp (save_vars): New proc.
5771
629500fa
KS
57722015-08-11 Keith Seitz <keiths@redhat.com>
5773
5774 * gdb.base/help.exp: Update help_breakpoint_text.
5775
eb8c4e2e
KS
57762015-08-11 Keith Seitz <keiths@redhat.com>
5777
5778 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5779 (at toplevel): Call test_explicit_breakpoints.
5780 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5781 breakpoints.
5782 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5783 breakpoint conditions, "-cond".
5784
87f0e720
KS
57852015-08-11 Keith Seitz <keiths@redhat.com>
5786
5787 * gdb.linespec/3explicit.c: New file.
5788 * gdb.linespec/cpexplicit.cc: New file.
5789 * gdb.linespec/cpexplicit.exp: New file.
5790 * gdb.linespec/explicit.c: New file.
5791 * gdb.linespec/explicit.exp: New file.
5792 * gdb.linespec/explicit2.c: New file.
5793 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5794 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5795 before using in the matching pattern.
5796 Clarify that `prefix' is a regular expression.
5797
f00aae0f
KS
57982015-08-11 Keith Seitz <keiths@redhat.com>
5799
5800 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5801 test.
5802 Add tests for missing ",FMT" and ",".
5803
e27852be
DE
58042015-08-10 Doug Evans <dje@google.com>
5805 Keith Seitz <keiths@redhat.com>
5806
5807 PR gdb/17960
5808 * gdb.base/completion.exp: Add location completer tests.
5809
7f03bd92
PA
58102015-08-07 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5813 tests here.
5814 (top level): Run do_test with and without displaced stepping.
5815
3fc8eb30
PA
58162015-08-07 Pedro Alves <palves@redhat.com>
5817
5818 * gdb.base/valgrind-disp-step.c: New file.
5819 * gdb.base/valgrind-disp-step.exp: New file.
5820
d4569d7b
PA
58212015-08-07 Pedro Alves <palves@redhat.com>
5822
5823 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5824 Delete function.
5825 (main): Add alarm. Run an infinite loop instead of calling
5826 wait_threads.
5827 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5828 comment.
5829 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5830 Delete function.
5831 (main): Add alarm. Run an infinite loop instead of calling
5832 wait_threads.
5833 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5834 comment.
5835
e1316e60
PA
58362015-08-07 Pedro Alves <palves@redhat.com>
5837
5838 * gdb.base/checkpoint-ns.exp: New file.
5839 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5840 standard_testfile.
5841
da8c46d2
MM
58422015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5843
5844 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5845 * gdb.btrace/instruction_history.exp: Update.
5846 * gdb.btrace/tsx.exp: New.
5847 * gdb.btrace/tsx.c: New.
5848
de1c2c52
PA
58492015-08-06 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5852 increase timeout.
5853 * gdb.reverse/until-precsave.exp: Bump timeouts.
5854
782e0bf4
PA
58552015-08-06 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5858
83e97ed0
PA
58592015-08-06 Pedro Alves <palves@redhat.com>
5860
5861 PR gdb/18749
5862 * gdb.threads/process-dies-while-handling-bp.c: New file.
5863 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5864
863d01bd
PA
58652015-08-06 Pedro Alves <palves@redhat.com>
5866
5867 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5868 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5869
0a39bb32
PA
58702015-08-05 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5873 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5874
ee2d2b10
SL
58752015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5876
5877 * gdb.base/bp-permanent.exp: Report test as unsupported if
5878 the target cannot stop at the permanent breakpoint.
5879
4e1bdb00
DE
58802015-08-03 Doug Evans <dje@google.com>
5881
5882 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5883 10000.
5884
3d338901
DE
58852015-08-03 Doug Evans <dje@google.com>
5886
5887 * Makefile.in (workers/%.worker, build-perf): New rule.
5888 (GDB_PERFTEST_MODE): New variable.
5889 (check-perf): Use it.
5890 (clean): Clean up gdb.perf parallel build subdirs.
5891 * lib/build-piece.exp: New file.
5892 * lib/gdb.exp (make_gdb_parallel_path): New function
5893 (standard_output_file, standard_temp_file): Call it.
5894 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5895 of $GDB_PARALLEL.
5896 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5897
af061d3e
DE
58982015-08-03 Doug Evans <dje@google.com>
5899
8e1afc81 5900 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5901 (LOG_FILE_NAME): New global.
5902 (TextReporter.__init__): Initialize self.txt_sum.
5903 (TextReporter.report): Add support for multiple data-points.
5904 Move report to perftest.sum, put raw data in perftest.log.
5905 (TextReporter.start): Open sum and log files.
5906 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5907 * gdb.perf/lib/perftest/testresult.py
5908 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5909
2c8c5d37
PA
59102015-07-31 Pedro Alves <palves@redhat.com>
5911
5912 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5913 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5914 kill_wait_spawned_process instead of explicit "kill -9".
5915 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5916 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5917 kill_wait_spawned_process.
5918 * gdb.base/attach-twice.exp: Likewise.
5919 * gdb.base/attach.exp: Likewise.
5920 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5921 gdb_test_multiple.
5922 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5923 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5924 kill_wait_spawned_process.
5925 * gdb.base/valgrind-infcall.exp: Likewise.
5926 * gdb.multi/multi-attach.exp: Likewise.
5927 * gdb.python/py-prompt.exp: Likewise.
5928 * gdb.python/py-sync-interp.exp: Likewise.
5929 * gdb.server/ext-attach.exp: Likewise.
5930 * gdb.threads/attach-into-signal.exp (corefunc): Use
5931 spawn_wait_for_attach, spawn_id_get_pid and
5932 kill_wait_spawned_process.
5933 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5934 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5935 spawn_id_get_pid and kill_wait_spawned_process.
5936 * gdb.threads/attach-stopped.exp (corefunc): Use
5937 spawn_wait_for_attach, spawn_id_get_pid and
5938 kill_wait_spawned_process.
5939 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5940 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5941 kill_wait_spawned_process instead of explicit "kill -9".
5942 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5943 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5944 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5945 processes. Don't map cygwin/windows pids here. Now returns a
5946 spawn id list.
5947
032a0fca
SL
59482015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5949
5950 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5951 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5952 correct patch.
5953
61a934ca
SL
59542015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5955
5956 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5957
4bc4d428
SL
59582015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5959
5960 Reapply:
5961 2014-05-21 Mark Wielaard <mjw@redhat.com>
5962
5963 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5964
998d452a
PA
59652015-07-30 Pedro Alves <palves@redhat.com>
5966
5967 * linux-low.c (handle_extended_wait): Set the child's last
5968 reported status to TARGET_WAITKIND_STOPPED.
5969
69dde7dc
PA
59702015-07-30 Pedro Alves <palves@redhat.com>
5971
5972 PR threads/18600
5973 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5974 only shows inferior 1.
5975
4dd63d48
PA
59762015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5977 Pedro Alves <palves@redhat.com>
5978
5979 PR threads/18600
5980 * gdb.threads/fork-plus-threads.c: New file.
5981 * gdb.threads/fork-plus-threads.exp: New file.
5982
d618e4c5
PP
59832015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5984
5985 * gdb.base/batch-preserve-term-settings.exp
5986 (test_terminal_settings_preserved_after_cli_exit): Use
5987 send_quit_command.
5988
1eef6428
PA
59892015-07-29 Pedro Alves <palves@redhat.com>
5990 Don Breazeal <donb@codesourcery.com>
5991
5992 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5993 output from both inferior_spawn_id and gdb_spawn_id.
5994
7da5b897
SDJ
59952015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5996
5997 * gdb.threads/attach-into-signal.exp (corefunc): Use
5998 with_test_prefix on nested loops, uniquefying the test messages.
5999
dac804df
SDJ
60002015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6001
6002 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6003 commit.
6004
06265e53
PP
60052015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6006
6007 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6008 New proc.
6009 (test_terminal_settings_preserved_after_sigterm): New test.
6010
18206ca3
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): New test.
6015
90074d11
PP
60162015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6017
6018 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6019 manipulation of saved_gdbflags.
6020 (test_terminal_settings_preserved): Remove global declaration of
6021 the unused variable pagination_prompt. Remove manipulation of
6022 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6023 GDBFLAGS.
6024
eb1a7902
PA
60252015-07-29 Pedro Alves <palves@redhat.com>
6026
6027 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6028
8b75dd3b
PA
60292015-07-29 Pedro Alves <palves@redhat.com>
6030
6031 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6032 at the top.
6033
dedad4e3
PA
60342015-07-29 Pedro Alves <palves@redhat.com>
6035
6036 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6037 (main): Call gdb_unbuffer_output.
6038 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6039 (main): Call gdb_unbuffer_output.
6040 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6041 (main): Call gdb_unbuffer_output.
6042 * gdb.base/call-strs.exp: Adjust to step over the
6043 gdb_unbuffer_output call.
6044 * gdb.base/catch-gdb-caused-signals.c: Include
6045 "../lib/unbuffer_output.c".
6046 (main): Call gdb_unbuffer_output.
6047 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6048 (main): Call gdb_unbuffer_output.
6049 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6050 (main): Call gdb_unbuffer_output.
6051 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6052 (main): Call gdb_unbuffer_output.
6053 * gdb.base/shlib-call.exp: Adjust to step over the
6054 gdb_unbuffer_output call.
6055 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6056 (main): Call gdb_unbuffer_output.
6057 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6058 (main): Call gdb_unbuffer_output.
6059 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6060 (main): Rename to ...
6061 (test): ... this.
6062 (main): Reimplement.
6063 * gdb.base/varargs.exp: Run to test instead of to main.
6064 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6065 (main): Call gdb_unbuffer_output.
6066
58789a91
PA
60672015-07-29 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6070 factore out from mi_continue_dprintf. For call-style dprintfs,
6071 expect dprintf output out of $inferior_spawn_id.
6072 (mi_continue_dprintf): Use mi_expect_dprintf.
6073 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6074 (main): Call gdb_unbuffer_output.
6075
e8376742
PA
60762015-07-29 Pedro Alves <palves@redhat.com>
6077
6078 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6079 (default_mi_gdb_start): Set inferior_spawn_id instead of
6080 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6081 gdb_spawn_id.
6082 (mi_gdb_test): Always expect inferior output from both
6083 $inferior_spawn_id and $gdb_spawn_id.
6084
08280010
PA
60852015-07-29 Pedro Alves <palves@redhat.com>
6086
6087 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6088 send_inferior and $inferior_spawn_id.
6089
4d30e432
PA
60902015-07-29 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.gdb/complaints.exp (test_initial_complaints)
6093 (test_serial_complaints, test_short_complaints): Use
6094 gdb_test_stdio.
6095 (test_empty_complaint): Handle $inferior_spawn_id !=
6096 $gdb_spawn_id.
6097
0d30a335
PA
60982015-07-29 Pedro Alves <palves@redhat.com>
6099
6100 * gdb.base/varargs.exp: Use gdb_test_stdio.
6101
39413b29
PA
61022015-07-29 Pedro Alves <palves@redhat.com>
6103
6104 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6105
7cb000a9
PA
61062015-07-29 Pedro Alves <palves@redhat.com>
6107
6108 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6109
d7b8ac82
PA
61102015-07-29 Pedro Alves <palves@redhat.com>
6111
6112 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6113 parameter into two new parameters, "inf_result" and "gdb_result".
6114 Expect inferior output and gdb output from $inferior_spawn_id and
6115 $gdb_spawn_id, respectively. Adjust all callers.
6116
789c3a0c
PA
61172015-07-29 Pedro Alves <palves@redhat.com>
6118
6119 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6120 of gdb_test_sequence.
6121
77e760c3
PA
61222015-07-29 Pedro Alves <palves@redhat.com>
6123
6124 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6125 (saw_spurious_output): Expect inferior output from
6126 $inferior_spawn_id. Use gdb_test_stdio.
6127
8396d2cd
PA
61282015-07-29 Pedro Alves <palves@redhat.com>
6129
6130 * gdb.base/dprintf.exp: Use standard_testfile. Change
6131 prepare_for_testing call.
6132 (srcfile): Don't set.
6133 (restart): New procedure.
6134 (test_dprintf): New procecure, use to continue over dprintfs.
6135 (test_call, test_agent): New procedures, tests moved here.
6136 Restart gdb and recreate dprintfs. Adjust expected output.
6137
2051d61f
PA
61382015-07-29 Pedro Alves <palves@redhat.com>
6139
6140 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6141
452397af
PA
61422015-07-29 Pedro Alves <palves@redhat.com>
6143
6144 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6145
8aed9555
PA
61462015-07-29 Pedro Alves <palves@redhat.com>
6147
6148 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6149 gdb_test_stdio.
6150
188a61b4
PA
61512015-07-29 Pedro Alves <palves@redhat.com>
6152
6153 * lib/gdb.exp (gdb_test_stdio): New procedure.
6154
12264a45
PA
61552015-07-29 Pedro Alves <palves@redhat.com>
6156
6157 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6158
23ffc893
PA
61592015-07-29 Pedro Alves <palves@redhat.com>
6160
6161 * gdb.base/call-signal-resume.exp: Remove check for
6162 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6163 * gdb.base/unwindonsignal.exp: Likewise.
6164 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6165 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6166
65566918
PA
61672015-07-29 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.base/siginfo-addr.c (pass): New function.
6170 (handler): Call it iff si_addr is correct.
6171 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6172 Set a breakpoint at "pass" and continue to it.
6173
d60a9221
SDJ
61742015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6175
6176 * gdb.python/py-objfile.exp: Make some tests have unique names.
6177 * gdb.python/py-pp-registration.exp: Likewise.
6178
bde40b8f
PA
61792015-07-28 Pedro Alves <palves@redhat.com>
6180
6181 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6182
13e1dec8
SM
61832015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6184
6185 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6186
da33c9a7
SM
61872015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6188
6189 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6190
077836f7
PP
61912015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6192
6193 * gdb.base/gdb-sigterm-2.exp: New test.
6194
b8cc7b2e
DE
61952015-07-25 Doug Evans <xdje42@gmail.com>
6196
6197 Revert:
6198 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6199 (workers/%.worker, build-perf): New rule.
6200 (GDB_PERFTEST_MODE): New variable.
6201 (check-perf): Use it.
6202 (clean): Clean up gdb.perf parallel build subdirs.
6203 * lib/build-piece.exp: New file.
6204 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6205 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6206 name.
6207 (standard_temp_file): Ditto.
6208 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6209 of $GDB_PARALLEL.
6210
c8bd4544
DE
62112015-07-24 Doug Evans <dje@google.com>
6212
6213 * gdb.perf/lib/perftest/utils.py: New file.
6214 * gdb.perf/gm-hello.cc: New file.
6215 * gdb.perf/gm-pervasive-typedef.cc: New file.
6216 * gdb.perf/gm-pervasive-typedef.h: New file.
6217 * gdb.perf/gm-std.cc: New file.
6218 * gdb.perf/gm-std.h: New file.
6219 * gdb.perf/gm-use-cerr.cc: New file.
6220 * gdb.perf/gm-utils.h: New file.
6221 * gdb.perf/gmonster-null-lookup.py: New file.
6222 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6223 * gdb.perf/gmonster-print-cerr.py: New file.
6224 * gdb.perf/gmonster-ptype-string.py: New file.
6225 * gdb.perf/gmonster-runto-main.py: New file.
6226 * gdb.perf/gmonster-select-file.py: New file.
6227 * gdb.perf/gmonster1-null-lookup.exp: New file.
6228 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6229 * gdb.perf/gmonster1-print-cerr.exp: New file.
6230 * gdb.perf/gmonster1-ptype-string.exp: New file.
6231 * gdb.perf/gmonster1-runto-main.exp: New file.
6232 * gdb.perf/gmonster1-select-file.exp: New file.
6233 * gdb.perf/gmonster1.cc: New file.
6234 * gdb.perf/gmonster1.exp: New file.
6235 * gdb.perf/gmonster2-null-lookup.exp: New file.
6236 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6237 * gdb.perf/gmonster2-print-cerr.exp: New file.
6238 * gdb.perf/gmonster2-ptype-string.exp: New file.
6239 * gdb.perf/gmonster2-runto-main.exp: New file.
6240 * gdb.perf/gmonster2-select-file.exp: New file.
6241 * gdb.perf/gmonster2.cc: New file.
6242 * gdb.perf/gmonster2.exp: New file.
6243
6eab34f3
DE
62442015-07-24 Doug Evans <dje@google.com>
6245
6246 * gdb.perf/README: New file.
6247 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6248 * lib/gen-perf-test.exp: New file.
6249
63738bfd
DE
62502015-07-24 Doug Evans <dje@google.com>
6251
6252 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6253 (PerfTest::startup): New function.
6254 (PerfTest::run): Return result of calling body.
6255 (PerfTest::assemble): Rewrite.
6256 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6257 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6258 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6259 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6260 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6261
7b606f95
DE
62622015-07-24 Doug Evans <dje@google.com>
6263
6264 * lib/gdb.exp (clean_restart): Make executable optional.
6265
a97b16b8
DE
62662015-07-24 Doug Evans <dje@google.com>
6267
6268 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6269 compiler_info references.
6270 * gdb.cp/temargs.exp: Ditto.
6271 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6272 (get_compiler_info): Early exit if already computed. Set compiler_info
6273 to "unknown" if there was a problem.
6274 (test_compiler_info): Add function comment. Call get_compiler_info.
6275
35baa57f
DE
62762015-07-24 Doug Evans <dje@google.com>
6277
6278 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6279 (workers/%.worker, build-perf): New rule.
6280 (GDB_PERFTEST_MODE): New variable.
6281 (check-perf): Use it.
6282 (clean): Clean up gdb.perf parallel build subdirs.
6283 * lib/build-piece.exp: New file.
6284 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6285 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6286 name.
6287 (standard_temp_file): Ditto.
6288 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6289 of $GDB_PARALLEL.
6290
6ebea266
DE
62912015-07-24 Doug Evans <dje@google.com>
6292
6293 * lib/future.exp (gdb_default_target_compile): New option
6294 "early_flags".
6295 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6296 --as-needed.
6297
1e76a7e9
SDJ
62982015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6299
6300 * gdb.base/catch-syscall.exp: Call gdb_exit before
6301 gdb_skip_xml_test.
6302
5068630a
PA
63032015-07-24 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.python/py-events.exp: Accept output between the stop event
6306 and the prompt.
6307 * gdb.python/py-evsignal.exp: Likewise.
6308 * gdb.python/py-evthreads.exp: Likewise.
6309
77598427
PA
63102015-07-24 Pedro Alves <palves@redhat.com>
6311
6312 PR gdb/18717
6313 * gdb.threads/non-ldr-exit.c: New file.
6314 * gdb.threads/non-ldr-exit.exp: New file.
6315
11e6c98f
YQ
63162015-07-24 Yao Qi <yao.qi@linaro.org>
6317
6318 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6319 restarting process.
6320
51aee833
YQ
63212015-07-24 Yao Qi <yao.qi@linaro.org>
6322
6323 * gdb.server/ext-restart.exp: New file.
6324
8cfe207c
YQ
63252015-07-24 Yao Qi <yao.qi@linaro.org>
6326
6327 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6328 argument options.
6329 * gdb.server/ext-wrapper.exp: New file.
6330
cc12ce38
DE
63312015-07-23 Doug Evans <dje@google.com>
6332
6333 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6334 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6335
d0d84780
PMR
63362015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6337
6338 * gdb.ada/var_arr_typedef.exp: New testcase.
6339 * gdb.ada/var_arr_typedef/pack.adb: New file.
6340 * gdb.ada/var_arr_typedef/pack.ads: New file.
6341 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6342
8b558f79
JB
63432015-07-20 Joel Brobecker <brobecker@adacore.com>
6344
6345 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6346
775a3298
JK
63472015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6348
6349 * gdb.arch/i386-biarch-core.exp: Replace istarget
6350 by "complete set gnutarget". Remove expectation for the "core-file"
6351 command.
6352
db1ff28b
JK
63532015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6354
6355 Revert the previous commit:
6356 Tests for validate symbol file using build-id.
6357
0a94970d
JK
63582015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6359
6360 Tests for validate symbol file using build-id.
6361 * gdb.base/solib-mismatch-lib.c: New file.
6362 * gdb.base/solib-mismatch-libmod.c: New file.
6363 * gdb.base/solib-mismatch.c: New file.
6364 * gdb.base/solib-mismatch.exp: New file.
6365
03346981
SL
63662015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6367
6368 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6369 nios2-*-linux*.
6370 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6371 * gdb.base/siginfo.exp: Likewise.
6372 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6373
42422cc7
PL
63742015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6375
6376 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6377 Move it to ...
6378 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6379 ... here.
6380 * gdb.trace/range-stepping.exp: Check that the target supports
6381 range stepping.
6382
cfa68bae
JK
63832015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6384
6385 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6386
8ffdba26
PA
63872015-07-14 Pedro Alves <palves@redhat.com>
6388
6389 * gdb.base/killed-outside.exp: New file.
6390 * gdb.base/killed-outside.c: New file.
6391
218a5a11
JK
63922015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6393
6394 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6395 (n at main): New.
6396 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6397
e03ed3c6
AA
63982015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6399
6400 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6401 infcall tests instead of setting up for KFAIL.
6402
485668e5
MM
64032015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6404
6405 * gdb.btrace/record_goto-step.exp: New.
6406
08464196
JK
64072015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6408
6409 PR compile/18484
6410 * gdb.compile/compile.c (struct struct_type): Add volatile to
6411 selffield's type.
6412 * gdb.compile/compile.exp
6413 (compile code struct_object.selffield = &struct_object): Skip further
6414 struct_object tests if this one xfails.
6415
bcf5c1d9
RC
64162015-07-08 Robert O'Callahan <robert@ocallahan.org>
6417
6418 PR exp/18617
6419 * gdb.trace/ax.exp: Add test.
6420
4931af25
YQ
64212015-07-07 Yao Qi <yao.qi@linaro.org>
6422
6423 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6424 instead of istarget "aarch64*-*-*".
6425 * gdb.arch/aarch64-fp.exp: Likewise.
6426 * gdb.base/float.exp: Likewise.
6427 * gdb.reverse/aarch64.exp: Likewise.
6428 * lib/gdb.exp (is_aarch64_target): New proc.
6429
9fcf688e
YQ
64302015-07-07 Yao Qi <yao.qi@linaro.org>
6431
6432 * lib/gdb.exp (is_aarch32_target): New proc.
6433 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6434 instead of "istarget "arm*-*-*"".
6435 * gdb.arch/arm-disp-step.exp: Likewise.
6436 * gdb.arch/thumb-bx-pc.exp: Likewise.
6437 * gdb.arch/thumb-prologue.exp: Likewise.
6438 * gdb.arch/thumb-singlestep.exp: Likewise.
6439 * gdb.base/disp-step-syscall.exp: Likewise.
6440 * gdb.base/float.exp: Likewise.
6441
fbd8d50d
YQ
64422015-07-07 Yao Qi <yao.qi@linaro.org>
6443
6444 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6445 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6446
71be1fdc
YQ
64472015-07-07 Yao Qi <yao.qi@linaro.org>
6448
6449 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6450 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6451 if it exists.
6452 * gdb.multi/multi-arch.exp: Likewise.
6453
3e221d36
SM
64542015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6455
6456 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6457 print.
6458
d441430b
YQ
64592015-07-07 Yao Qi <yao.qi@linaro.org>
6460
6461 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6462
06f810bd
MG
64632015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6464
6465 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6466 '[' and ']' characters.
6467
5e61e7c0
IB
64682015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6469
6470 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6471
28bf096c
PA
64722015-06-29 Pedro Alves <palves@redhat.com>
6473
6474 PR threads/18127
6475 * gdb.threads/hand-call-new-thread.c: New file.
6476 * gdb.threads/hand-call-new-thread.c: New file.
6477
ee93cd5e
KS
64782015-06-26 Keith Seitz <keiths@redhat.com>
6479 Doug Evans <dje@google.com>
6480
6481 PR 16253
6482 * gdb.cp/var-tag-2.cc: New file.
6483 * gdb.cp/var-tag-3.cc: New file.
6484 * gdb.cp/var-tag-4.cc: New file.
6485 * gdb.cp/var-tag.cc: New file.
6486 * gdb.cp/var-tag.exp: New file.
6487
fc637f04
PP
64882015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6489
6490 * gdb.base/history-duplicates.exp: New test.
6491
2e52ae68
PP
64922015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6493
6494 * gdb.base/completion.exp: Test the completion of the "focus"
6495 command.
6496
6e22494e
JK
64972015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6498
6499 * gdb.arch/amd64-prologue-skip.S: New file.
6500 * gdb.arch/amd64-prologue-skip.exp: New file.
6501
bf7b9cd9
SM
65022015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6503
6504 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6505 is_address_zero_readable check.
6506
201e8dfd
PB
65072015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6508
6509 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6510 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6511
5cd867b4
YQ
65122015-06-24 Yao Qi <yao.qi@linaro.org>
6513
6514 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6515 linux targets.
6516
4d7be007
YQ
65172015-06-24 Yao Qi <yao.qi@linaro.org>
6518
6519 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6520 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6521 * gdb.base/siginfo-thread.exp: Likewise.
6522
07fcd301
YQ
65232015-06-22 Yao Qi <yao.qi@linaro.org>
6524
6525 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6526
52042a00
YQ
65272015-06-22 Yao Qi <yao.qi@linaro.org>
6528
6529 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6530 aarch64*-*-*.
6531 (skip_hw_watchpoint_tests): Likewise.
6532
74bd41ce
PP
65332015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6534
6535 * gdb.base/gdbinit-history.exp: Test the interaction between
6536 setting GDBHISTSIZE and setting the history size via .gdbinit.
6537
bc460514
PP
65382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6539
6540 PR gdb/16999
6541 * gdb.base/gdbhistsize-history.exp: New test.
6542
b58c513b
PP
65432015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6544
6545 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6546 with GDBHISTSIZE.
6547 * gdb.base/readline.exp: Likewise.
6548
92046791
YQ
65492015-06-17 Yao Qi <yao.qi@linaro.org>
6550
6551 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6552 line.
6553
2093d2d3
PP
65542015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6555
6556 * gdb.base/gdbinit-history.exp: Add test case to check that
6557 an unlimited history file does not get truncated on exit.
6558
e6c693af
AA
65592015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6560
6561 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6562 (VECTOR): New macro. Use it...
6563 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6564 ...for these typedefs.
6565 (int8, char1, int1, double1): New typedefs.
6566 (struct just_int2, struct two_int2): New structures.
6567 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6568 (add_structvecs, add_singlevecs): New functions.
6569 (main): Call add_some_intvecs twice.
6570 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6571 the compile and exit upon failure. Try compiling for the "native"
6572 architecture. Test inferior function calls with vector arguments
6573 and vector return value handling with "finish" and "return".
6574
c74f7d1c
JT
65752015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6576
6577 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6578 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6579 PE file.
6580 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6581
98aa42ee
AT
65822015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6583
6584 PR breakpoints/16465
6585 * gdb.mi/mi-dprintf-pending.c: New file.
6586 * gdb.mi/mi-dprintf-pending.exp: New test.
6587 * gdb.mi/mi-dprintf-pendshr.c: New file.
6588
7d73c23c 65892015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6590 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6591
6592 * gdb.arch/i386-mpx-map.c: New file.
6593 * gdb.arch/i386-mpx-map.exp: New File.
6594
65952015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6596
6597 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6598 * gdb.arch/i386-mpx.exp: Indentation fixed.
6599
66002015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6601
6602 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6603 function and improved indentation.
6604 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6605 gdb_test_multiple. Added additional tests to skip the test.
6606
66072015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6608
6609 * gdb.arch/i386-avx512.c: Change path in include file.
6610 * gdb.arch/i386-avx512.exp: Change include dir path
6611 compilation flag.
6612 * gdb.arch/i386-mpx.c: Change path in include file.
6613 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6614 flag.
6615
d5eba19a
JK
66162015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6617
6618 * gdb.compile/compile-print.exp (compile print *vararray@3)
6619 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6620
7f361056
JK
66212015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6622
6623 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6624 (do not keep jit in memory): ... this.
6625 (expect 5): Change it to ...
6626 (expect no 5): ... this.
6627
3b462ec2
SM
66282015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6629
6630 PR gdb/15564
6631 * gdb.mi/mi-detach.exp: New file.
6632
e0619de6
JK
66332015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6634
6635 PR symtab/18392
6636 * gdb.arch/amd64-tailcall-self.S: New file.
6637 * gdb.arch/amd64-tailcall-self.c: New file.
6638 * gdb.arch/amd64-tailcall-self.exp: New file.
6639
e970cb34
DB
66402015-05-28 Don Breazeal <donb@codesourcery.com>
6641
6642 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6643 tests for remote targets by checking is_target_gdbserver.
6644
b2e2f908
DE
66452015-05-27 Doug Evans <dje@google.com>
6646
6647 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6648 * gdb.dwarf2/opaque-type-lookup.c: New file.
6649 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6650
82c7be31
DE
66512015-05-26 Doug Evans <dje@google.com>
6652
6653 * gdb.cp/iostream.cc: New file.
6654 * gdb.cp/iostream.exp: New file.
6655
b4f54984
DE
66562015-05-26 Doug Evans <dje@google.com>
6657
6658 * gdb.dwarf2/dw2-op-call.exp: Update.
6659 * gdb.dwarf2/dw4-sig-types.exp: Update.
6660 * gdb.dwarf2/implptr.exp: Update.
6661 * gdb.mi/mi-cmd-param-changed.exp: Update.
6662
4ea6efe9
DE
66632015-05-26 Doug Evans <dje@google.com>
6664
6665 * gdb.python/py-lazy-string.c: New file.
6666 * gdb.python/py-lazy-string.exp: New file.
6667 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6668 (main): Update. Add estring3.
6669 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6670 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6671
f6bb7db3
YQ
66722015-05-26 Omair Javaid <omair.javaid@linaro.org>
6673 Yao Qi <yao.qi@linaro.org>
6674
6675 * gdb.reverse/aarch64.c: New.
6676 * gdb.reverse/aarch64.exp: New.
6677
a81bfbd0
OJ
66782015-05-26 Omair Javaid <omair.javaid@linaro.org>
6679
25d49b86
PA
6680 * lib/gdb.exp (supports_process_record): Return true for
6681 aarch64*-linux*.
a81bfbd0
OJ
6682 (supports_reverse): Likewise.
6683
158bf1b4
PP
66842015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6685
6686 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6687 Use with_test_prefix.
6688
a0145030
AB
66892015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6690
6691 * gdb.base/completion.exp: Add test for completion of layout
6692 names.
6693
ebe3b578
AB
66942015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6695
6696 * lib/gdb.exp (skip_tui_tests): New proc.
6697 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6698
84204ed7
PA
66992015-05-19 Pedro Alves <palves@redhat.com>
6700
6701 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6702 Save the whole env array instead of just HOME. Unset HISTSIZE in
6703 the environment while testing. Restore whole environment
6704 afterwards.
6705
37442ce1
DE
67062015-05-16 Doug Evans <xdje42@gmail.com>
6707
6708 * gdb.guile/scm-ports.c: New file.
6709 * gdb.guile/scm-ports.exp: Add memory port tests.
6710
36de76f9
JK
67112015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6712
6713 * gdb.compile/compile-print.c: New file.
6714 * gdb.compile/compile-print.exp: New file.
6715
3a9558c4
JK
67162015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6717
6718 * gdb.compile/compile-ops.exp: Cast param to void.
6719 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6720 (compile code struct_object.selffield = &struct_object): Add xfail.
6721
aa715135
JG
67222015-05-15 Joel Brobecker <brobecker@adacore.com>
6723
6724 * gdb.ada/arr_enum_with_gap: New testcase.
6725
931e5bc3
JG
67262015-05-15 Joel Brobecker <brobecker@adacore.com>
6727
6728 * gdb.ada/byte_packed_arr: New testcase.
6729
9cd4d857
JB
67302015-05-15 Joel Brobecker <brobecker@adacore.com>
6731
6732 * gdb.ada/pckd_neg: New testcase.
6733
ebfd00d2
PP
67342015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6735
6736 PR gdb/17820
6737 * gdb.base/gdbinit-history.exp: New test.
6738 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6739 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6740
4c082a81
SC
67412015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6742
6743 * gdb.python/py-xmethods.cc: Enhance test case.
6744 * gdb.python/py-xmethods.exp: New tests.
6745 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6746 function.
6747 (B_indexoper): Likewise.
6748 (global_dm_list) : Add new xmethod worker functions.
6749
f7797074
SDJ
67502015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6751
6752 * gdb.base/coredump-filter.exp: Correctly unset
6753 "coredump_var_addr" array.
6754
a4674e4e
PA
67552015-05-08 Pedro Alves <palves@redhat.com>
6756
6757 * gdb.server/non-existing-program.exp: Unset spawn_id.
6758
df2eb078
SC
67592015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6760
6761 PR python/18291
6762 * gdb.python/py-xmethods.exp: Add tests.
6763
422349a3
YQ
67642015-05-08 Yao Qi <yao.qi@linaro.org>
6765
6766 PR gdb/18208
6767 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6768 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6769 function set_coredump_filter, and remove remote_exec call.
6770 Remove argument ipid. Callers update.
6771 (top level): Don't get inferior's PID.
6772
63fc80ce
AA
67732015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6774
6775 * gdb.base/watch_thread_num.exp: Skip test on targets without
6776 access watchpoints.
6777
80ad801e
PA
67782015-05-06 Pedro Alves <palves@redhat.com>
6779
6780 PR server/18081
6781 * gdb.server/non-existing-program.exp: New file.
6782
0fa7fe50
JB
67832015-05-05 Joel Brobecker <brobecker@adacore.com>
6784
6785 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6786
3ea89b92
PMR
67872015-05-05 Joel Brobecker <brobecker@adacore.com>
6788
6789 * gdb.ada/out_of_line_in_inlined: New testcase.
6790
87b8eff0
JB
67912015-05-05 Joel Brobecker <brobecker@adacore.com>
6792
6793 * gdb.ada/var_rec_arr: New testcase.
6794
5fccc635
YQ
67952015-04-30 Yao Qi <yao.qi@linaro.org>
6796
6797 * gdb.base/break-idempotent.exp: If
6798 skip_hw_watchpoint_multi_tests returns true, skip the tests
6799 on "rwatch" and "awatch".
6800
42d38f42
YQ
68012015-04-30 Yao Qi <yao.qi@linaro.org>
6802
6803 * gdb.base/relativedebug.exp: Invoke gdb command
6804 "info sharedlibrary", and if libc.so doesn't have debug info,
6805 skip the test.
6806
2ce1cdbf
DE
68072015-04-29 Doug Evans <dje@google.com>
6808
6809 * gdb.python/py-xmethods.exp: Add ptype tests.
6810 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6811 get_result_type method.
6812
f24a38c5
LM
68132015-04-29 Luis Machado <lgustavo@codesourcery.com>
6814
6815 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6816 the target does not support hardware watchpoints.
6817
ecbf2b3c
LM
68182015-04-29 Luis Machado <lgustavo@codesourcery.com>
6819
6820 * gdb.base/break-always.exp: Abort testing if writing to memory
6821 causes an error.
6822
34f5f757
DE
68232015-04-28 Doug Evans <dje@google.com>
6824
6825 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6826 * gdb.python/py-pp-registration.exp: ... here. New file.
6827 * gdb.python/py-pp-registration.c: New file.
6828 * gdb.python/py-pp-registration.py: New file.
6829
69b4374a
DE
68302015-04-28 Doug Evans <dje@google.com>
6831
6832 * gdb.python/py-bad-printers.c: New file.
6833 * gdb.python/py-bad-printers.py: New file.
6834 * gdb.python/py-bad-printers.exp: New file.
6835
59fb7612
SS
68362015-04-28 Sasha Smundak <asmundak@google.com>
6837
6838 * gdb.python/py-type.exp: New test.
6839
2631b16a
AW
68402015-04-28 Andy Wingo <wingo@igalia.com>
6841
6842 * gdb.python/py-parameter.exp:
6843 * gdb.guile/scm-parameter.exp: Escape the path that we are
6844 matching against, as it might contain characters that are special
6845 to regular expressions.
6846
460efde1
JB
68472015-04-27 Joel Brobecker <brobecker@adacore.com>
6848
6849 * gdb.ada/rec_comp: New testcase.
6850
2d369d8e
SDJ
68512015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6852
6853 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6854 before using it.
6855
cf75d6c3
AB
68562015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6857
6858 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6859 new tests for verilog output.
6860
8dbe7ca5
YQ
68612015-04-24 Yao Qi <yao.qi@linaro.org>
6862
6863 * boards/remote-gdbserver-on-localhost.exp: New file.
6864
4ef9fb2f
PA
68652015-04-23 Pedro Alves <palves@redhat.com>
6866
6867 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6868 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6869 "end of file", remove $inferior_spawn_id from the indirect list.
6870
0a803169
PA
68712015-04-23 Pedro Alves <palves@redhat.com>
6872
6873 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6874
749ef8f8
PA
68752015-04-23 Pedro Alves <palves@redhat.com>
6876
6877 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6878 on $any_spawn_id instead of only on $gdb_spawn_id.
6879
8aae4344
PM
68802015-04-21 Pierre Muller <muller@sourceware.org>
6881
6882 PR pascal/17815
6883 * lib/pascal.exp (gpc_compile): Add new option "class".
6884 (fpc_compile): Likewise.
6885 * gdb.pascal/case-insensitive-symbols.pas: New file.
6886 * gdb.pascal/case-insensitive-symbols.exp: New file.
6887
1586c8fb
GB
68882015-04-20 Gary Benson <gbenson@redhat.com>
6889
6890 * gdb.base/attach.exp: Fix three extended remote failures.
6891
1b6e6f5c
GB
68922015-04-17 Gary Benson <gbenson@redhat.com>
6893
6894 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6895 the main executable over the remote protocol.
6896
e797481d
PA
68972015-04-16 Pedro Alves <palves@redhat.com>
6898
6899 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6900 a new gdbserver if gdbserver_reconnect_p is set.
6901
1ca99c42
PA
69022015-04-16 Pedro Alves <palves@redhat.com>
6903
6904 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6905 is set, don't exit gdbserver.
6906
af9fd6f8
AA
69072015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6908
6909 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6910 appropriate .insn, such that an older assembler can be used.
6911 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6912 the z/Architecture instruction set on 31-bit targets as well.
6913
04ff1e61
AA
69142015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6915
6916 * gdb.go/handcall.exp: Remove all logic related to the first
6917 breakpoint and rely on go_runto_main instead.
6918 * gdb.go/strings.exp: Likewise.
6919 * gdb.go/unsafe.exp: Likewise.
6920 * gdb.go/hello.exp: Likewise. Also rename the remaining
6921 breakpoint marker to "breakpoint 1".
6922 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6923 * gdb.go/strings.go: Likewise.
6924 * gdb.go/unsafe.go: Likewise.
6925 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6926 "set breakpoint 2 here" and rename the remaining breakpoint marker
6927 to "breakpoint 1".
6928
40d2f8d6
SM
69292015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6930
6931 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6932 if itertools.imap is not present.
6933 * gdb.python/py-objfile.exp: Add parentheses.
6934 * gdb.python/py-type.exp: Same.
6935 * gdb.python/py-unwind-maint.py: Same.
6936
8cbc97c6
YQ
69372015-04-15 Yao Qi <yao.qi@linaro.org>
6938
6939 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6940 of ":$ptr_size" and set its form explicitly.
6941
45fd756c
YQ
69422015-04-15 Pedro Alves <palves@redhat.com>
6943 Yao Qi <yao.qi@linaro.org>
6944
6945 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6946 timeout by factor of 4.
6947 (test_regular_watch): Likewise.
6948 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6949 * gdb.reverse/sigall-reverse.exp: Likewise.
6950 * gdb.reverse/until-precsave.exp: Likewise.
6951 * lib/gdb.exp (with_timeout_factor): New proc.
6952 (gdb_expect): Move some code to ...
6953 (get_largest_timeout): ... here. New procedure.
6954
9e811bc3
LM
69552015-04-14 Luis Machado <lgustavo@codesourcery.com>
6956
6957 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6958
0ff6fcb2
LM
69592015-04-13 Luis Machado <lgustavo@codesourcery.com>
6960
6961 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6962 to write to the .text section.
6963
7578d5f7
LM
69642015-04-13 Luis Machado <lgustavo@codesourcery.com>
6965
6966 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6967 Handle the case of targets that do not provide PID information.
6968
2efe15c4
YQ
69692015-04-13 Yao Qi <yao.qi@linaro.org>
6970
6971 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6972 and use expect instead of gdb_expect.
6973
8cd8f2f8
SDJ
69742015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6975
6976 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6977 "coredump_var_addr" to avoid naming conflict with other testcases.
6978
9ee41772
PA
69792015-04-10 Pedro Alves <palves@redhat.com>
6980
6981 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6982 gdb_test_sequence and gdb_assert.
6983
07473109
PA
69842015-04-10 Pedro Alves <palves@redhat.com>
6985
6986 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6987 test messages that don't include the breakpoint address.
6988
de3db44c
YQ
69892015-04-10 Yao Qi <yao.qi@linaro.org>
6990
6991 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6992 false for some offset and width combinations which aren't
6993 supported by linux kernel.
6994
c79d856c
PA
69952015-04-10 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6998 procedure, factored out from ...
6999 (top level): ... here. Add "set displaced-stepping" testing axis.
7000 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7001 parameter "displaced". Use it.
7002 (top level): Use foreach and add "set displaced-stepping" testing
7003 axis.
7004
ebc90b50
PA
70052015-04-10 Pedro Alves <palves@redhat.com>
7006
7007 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7008 Remove comment.
7009 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7010 both the address of the instruction that triggers the watchpoint
7011 and the address of the instruction immediately after, and use
7012 those addresses for the test. Fix comment.
7013
8f572e5c
PA
70142015-04-10 Pedro Alves <palves@redhat.com>
7015
7016 * gdb.base/sigstep.exp (breakpoint_to_handler)
7017 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7018 Test "backtrace" in handler.
7019 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7020 (top level): Add new "displaced" test axis to
7021 breakpoint_to_handler, breakpoint_to_handler_entry and
7022 breakpoint_over_handler.
7023
8d707a12
PA
70242015-04-10 Pedro Alves <palves@redhat.com>
7025
7026 PR gdb/18216
7027 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7028
ef713951
YQ
70292015-04-10 Yao Qi <yao.qi@linaro.org>
7030
7031 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7032 (test_add_rn_pc): New function.
7033 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7034 (top level): Invoke test_add_rn_pc.
7035
906d60cf
PA
70362015-04-10 Pedro Alves <palves@redhat.com>
7037
7038 PR gdb/13858
7039 * gdb.base/step-over-no-symbols.exp: New file.
7040
f2983cc3
AW
70412015-04-09 Andy Wingo <wingo@igalia.com>
7042
7043 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7044 after the Python tests.
7045
6d62641c
SDJ
70462015-04-08 Keith Seitz <keiths@redhat.com>
7047
7048 PR python/16699
7049 * gdb.python/py-completion.exp: New tests for completion.
7050 * gdb.python/py-completion.py (CompleteLimit1): New class.
7051 (CompleteLimit2): Likewise.
7052 (CompleteLimit3): Likewise.
7053 (CompleteLimit4): Likewise.
7054 (CompleteLimit5): Likewise.
7055 (CompleteLimit6): Likewise.
7056 (CompleteLimit7): Likewise.
7057
f3770638
PA
70582015-04-08 Pedro Alves <palves@redhat.com>
7059
7060 PR gdb/18214
7061 PR gdb/18216
7062 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7063 function.
7064 (main): Install it as SIGUSR1 handler.
7065 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7066 parameter. Always use "setup" as prefix. Toggle "set
7067 displaced-stepping" off/on depending on global. Don't switch to
7068 thread 1 here.
7069 (top level): Add displaced stepping "off/on" test axis. Update
7070 "setup" calls. Wrap each subtest with with_test_prefix. Test
7071 continuing with a queued signal in each thread.
7072
4496bed7
PA
70732015-04-08 Pedro Alves <palves@redhat.com>
7074
7075 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7076 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7077 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7078 Return early if running to main fails.
7079 * gdb.trace/while-stepping.exp: Likewise.
7080
b97fde92
PA
70812015-04-07 Pedro Alves <palves@redhat.com>
7082
7083 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7084 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7085 interact with inferior program.
7086
f71c18e7
PA
70872015-04-07 Pedro Alves <palves@redhat.com>
7088
7089 * lib/gdb.exp (inferior_spawn_id): New global.
7090 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7091 spawn id after processing the user code.
7092 (default_gdb_start): Set inferior_spawn_id.
7093 (send_inferior): New procedure.
7094 * lib/gdbserver-support.exp (gdbserver_start): Set
7095 inferior_spawn_id.
7096 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7097
6423214f
PA
70982015-04-07 Pedro Alves <palves@redhat.com>
7099
7100 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7101 * lib/gdbserver-support.exp (gdbserver_start): Make
7102 $server_spawn_id global.
7103 (gdbserver_start): Don't wait for gdbserver's spawn id with
7104 expect_background.
7105 (close_gdbserver): New procedure.
7106 (gdb_exit): Rename the default version and reimplement.
7107
71c0ee8c
PA
71082015-04-07 Pedro Alves <palves@redhat.com>
7109
72f4393d 7110 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7111 append the substituted item, not the original item.
7112
203bc29b
PA
71132015-04-07 Pedro Alves <palves@redhat.com>
7114
7115 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7116 gdb_expect.
7117
508a3ddf
PA
71182015-04-07 Pedro Alves <palves@redhat.com>
7119
7120 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7121 output appearing once only.
7122
9f6dbe2b
PA
71232015-04-07 Pedro Alves <palves@redhat.com>
7124
7125 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7126 that doesn't expect anything. Return early if running to main
7127 fails.
7128
337532fa
YQ
71292015-04-07 Yao Qi <yao.qi@linaro.org>
7130
7131 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7132 (child_function): Call alarm.
7133 (main): Move call to alarm into the loop.
7134 * gdb.threads/non-stop-fair-events.exp: Build program with
7135 -DTIMEOUT=$timeout.
7136
01b622d4
DE
71372015-04-06 Doug Evans <xdje42@gmail.com>
7138
7139 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7140 Fix dest parameter to board_info.
7141 (fpc_compile): Ditto.
7142 (gdb_compile_pascal): Rename dest arg to destfile.
7143
961f4160
PMR
71442015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7145
7146 * gdb.ada/funcall_ref.exp: New file.
7147 * gdb.ada/funcall_ref/foo.adb: New file.
7148
cafda597
YQ
71492015-04-02 Yao Qi <yao.qi@linaro.org>
7150
7151 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7152 is remote.
7153
fed040c6
GB
71542015-04-02 Gary Benson <gbenson@redhat.com>
7155
7156 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7157
d11916aa
SS
71582015-04-01 Sasha Smundak <asmundak@google.com>
7159
7160 * gdb.python/py-unwind-maint.c: New file.
7161 * gdb.python/py-unwind-maint.exp: New test.
7162 * gdb.python/py-unwind-maint.py: New file.
7163 * gdb.python/py-unwind.c: New file.
7164 * gdb.python/py-unwind.exp: New test.
7165 * gdb.python/py-unwind.py: New test.
7166
a1471180
PA
71672015-04-01 Pedro Alves <palves@redhat.com>
7168
7169 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7170 to fail instead of non-existent $test.
7171
0bbeccb1
PA
71722015-04-01 Pedro Alves <palves@redhat.com>
7173
7174 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7175 GDBFLAGS if not empty.
7176
3c724c8c
PMR
71772015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7178
7179 * gdb.ada/complete.exp: Remove "multi_line".
7180 * gdb.ada/info_exc.exp: Remove "multi_line".
7181 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7182 * gdb.ada/ptype_field.exp: Remove "multi_line".
7183 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7184 * gdb.ada/tagged.exp: Remove "multi_line".
7185 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7186 [multi_line ...]
7187 * gdb.btrace/delta.exp: Likewise.
7188 * gdb.btrace/exception.exp: Likewise.
7189 * gdb.btrace/function_call_history.exp: Likewise.
7190 * gdb.btrace/instruction_history.exp: Likewise.
7191 * gdb.btrace/nohist.exp: Likewise.
7192 * gdb.btrace/record_goto.exp: Likewise.
7193 * gdb.btrace/segv.exp: Likewise.
7194 * gdb.btrace/stepi.exp: Likewise.
7195 * gdb.btrace/tailcall.exp: Likewise.
7196 * gdb.btrace/unknown_functions.exp: Likewise.
7197 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7198 * lib/gdb.exp: Add the "multi_line" helper.
7199
4eec2deb
PA
72002015-04-01 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.threads/tid-reuse.c: New file.
7203 * gdb.threads/tid-reuse.exp: New file.
7204
df8411da
SDJ
72052015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7206
7207 PR corefiles/16092
7208 * gdb.base/coredump-filter.c: New file.
7209 * gdb.base/coredump-filter.exp: Likewise.
7210
6ef37366
PM
72112015-03-27 Petr Machata <pmachata@redhat.com>
7212
7213 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7214 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7215 (Dwarf::assemble): Initialize them.
7216 (Dwarf::lines): New function.
7217
7ec911b0
JT
72182015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7219
7220 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7221 SYMBOL_PREFIX for x86_64-*-cygwin.
7222
ff908ebf
AW
72232015-03-26 Andy Wingo <wingo@igalia.com>
7224
7225 PR symtab/18148
7226 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7227 const_value but not a location.
7228 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7229 location defined in non-main CUs are visible.
7230
6d5f0679
YQ
72312015-03-26 Yao Qi <yao.qi@linaro.org>
7232
7233 PR testsuite/18139
7234 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7235 Add a line number entry for the same line.
7236 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7237 Add a line number entry for the same line.
7238
2898689b
YQ
72392015-03-26 Yao Qi <yao.qi@linaro.org>
7240
7241 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7242 .int 0.
7243 (func): Likewise. Add .Lfunc_1 label.
7244 Use .Lfunc_1 label.
7245 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7246 .int 0.
7247 (func): Likewise.
7248 Use .Lfunc_1 label.
7249
85180498
YQ
72502015-03-26 Yao Qi <yao.qi@linaro.org>
7251
7252 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7253 Call gdb_compile instead to compile each .s files without debug
7254 information.
7255
8aa08a8d
YQ
72562015-03-26 Yao Qi <yao.qi@linaro.org>
7257
7258 * gdb.base/savedregs.exp (process_saved_regs): Make
7259 "Saved registers:" optional in the pattern.
7260
66849923
MM
72612015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7262
7263 * gdb.btrace/next.exp: Merged into step.exp.
7264 * gdb.btrace/finish.exp: Merged into step.exp.
7265 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7266 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7267 "record goto" and checking the exact replay position.
7268 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7269 check for "Recording format" in "info record" output.
7270 * gdb.btrace/record_goto.exp: Choose test file based on target.
7271 * gdb.btrace/x86-record_goto.S: Renamed into ...
7272 * gdb.btrace/x86_64-record_goto.S: ... this.
7273 * gdb.btrace/i686-record_goto.S: New.
7274 * gdb.btrace/x86-tailcall.S: Renamed into ...
7275 * gdb.btrace/x86_64-tailcall.S: ... this.
7276 * gdb.btrace/i686-tailcall.S: New.
7277 * gdb.btrace/x86-tailcall.c: Renamed into ...
7278 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7279 separate statements. Update test.
7280 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7281 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7282 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7283 * gdb.btrace/tailcall.exp: Choose test file based on target.
7284 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7285
11cc1b74
MM
72862015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7287
7288 * gdb.btrace/exception.exp: Increase BTS buffer size.
7289
a25d8bf9
PA
72902015-03-24 Pedro Alves <palves@redhat.com>
7291
7292 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7293
856e7dd6
PA
72942015-03-24 Pedro Alves <palves@redhat.com>
7295
7296 * gdb.threads/schedlock.exp (test_step): No longer expect that
7297 "set scheduler-locking step" with "next" over a function call runs
7298 threads unlocked.
7299
ad235a41
AT
73002015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7301
7302 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7303
15630549
AT
73042015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7305
7306 PR breakpoints/16466
7307 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7308 * gdb.mi/mi-pending.c (thread_func): New function.
7309 (int main): Add threading support required.
7310 * gdb.mi/mi-pending.exp: Add tests for this issue.
7311 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7312 (pendfunc2): Remove stdio dependency.
7313 * gdb.mi/mi-pendshr2.c: New file.
7314
693dca06
KS
73152015-03-23 Keith Seitz <keiths@redhat.com>
7316
7317 * gdb.linespec/keywords.c: New file.
7318 * gdb.linespec/keywords.exp: New file.
7319
7e993ebf
KS
73202015-03-23 Keith Seitz <keiths@redhat.com>
7321
7322 PR gdb/18021
7323 * gdb.dwarf2/staticvirtual.exp: New test.
7324
bc23328c
JK
73252015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7326
7327 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7328 * README: Remove HP-UX and gdb.hp.
7329 (configuration):
7330 * configure: Regenerate.
7331 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7332 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7333 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7334 gdb.hp/gdb.defects/Makefile.
7335 * gdb.hp/Makefile.in: File deleted.
7336 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7337 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7338 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7339 * gdb.hp/gdb.aCC/run.c: File deleted.
7340 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7341 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7342 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7343 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7344 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7345 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7346 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7347 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7348 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7349 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7350 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7351 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7352 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7353 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7354 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7355 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7356 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7357 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7358 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7359 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7360 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7361 * gdb.hp/gdb.compat/average.c: File deleted.
7362 * gdb.hp/gdb.compat/sum.c: File deleted.
7363 * gdb.hp/gdb.compat/xdb.c: File deleted.
7364 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7365 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7366 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7367 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7368 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7369 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7370 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7371 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7372 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7373 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7374 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7375 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7376 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7377 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7378 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7379 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7380 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7381 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7382 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7383 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7384 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7385 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7386 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7387 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7388 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7389 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7390 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7391 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7392 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7393 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7394 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7395 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7396 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7397 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7398 * gdb.hp/tools/odump: File deleted.
7399
8bf3b159
PA
74002015-03-19 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7403 (saw_thread_3): New globals.
7404 (top level): Increment them when an event for the corresponding
7405 thread is seen.
7406 (no thread starvation): New test.
7407
eb54c8bf
PA
74082015-03-19 Pedro Alves <palves@redhat.com>
7409
7410 * gdb.threads/continue-pending-status.c: New file.
7411 * gdb.threads/continue-pending-status.exp: New file.
7412
32d2e5d6
PA
74132015-03-18 Pedro Alves <palves@redhat.com>
7414
7415 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7416 Use gdb_is_target_remote instead of is_remote. Use
7417 gdb_test_multiple instead of gdb_expect. Exit early if
7418 gdb_test_multiple hits its internal matches. Tighten stepi tests
7419 expected output. Fail on exit with any signal, instead of just
7420 SIGILL.
7421
f68f11b7
YQ
74222015-03-18 Yao Qi <yao.qi@linaro.org>
7423
7424 PR tdep/18107
7425 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7426 variable.
7427 * gdb.base/catch-syscall.exp: Don't skip it on
7428 aarch64*-*-linux* target. Remove elements in all_syscalls.
7429 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7430 target.
7431 (setup_all_syscalls): New proc.
7432
ca5fd19b
YQ
74332015-03-16 Yao Qi <yao.qi@linaro.org>
7434
7435 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7436 (top level): Skip tests if valid_addr_p returns false for
7437 $cmd1 or $cmd2.
7438
85642ba0
AW
74392015-03-11 Andy Wingo <wingo@igalia.com>
7440
7441 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7442
e03f9645
YQ
74432015-03-11 Yao Qi <yao.qi@linaro.org>
7444
7445 * gdb.base/catch-syscall.exp: Fix typo in comments.
7446
5d0962b2
YQ
74472015-03-11 Yao Qi <yao.qi@linaro.org>
7448
7449 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7450
b2df3cef
PA
74512015-03-09 Pedro Alves <palves@redhat.com>
7452
7453 * dg-extract-results.py: Delete.
7454
ef878e53
PA
74552015-03-09 Pedro Alves <palves@redhat.com>
7456
7457 Merge dg-extract-results.sh from GCC upstream (r218843).
7458
7459 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7460 * dg-extract-results.sh: Use --text with grep to avoid issues with
7461 binary files. Fall back to cat -v, if that doesn't work.
7462
9494d219
PA
74632015-03-05 Pedro Alves <palves@redhat.com>
7464
7465 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7466
a8d9763a
SM
74672015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7468
7469 * lib/mi-support.exp (mi_expect_interrupt): Accept
7470 alternative event for when in all-stop mode.
7471
be9957b8
PA
74722015-03-04 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7475
d57be0f4 74762015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7477
7478 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7479
c214c7cf
AA
74802015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7481
7482 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7483 regexps for GDB's current line display, accept a hex address
7484 preceding the line number.
7485
6d74a497
AA
74862015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7487
7488 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7489 the 'arch1' variable for "s390*-linux*" targets.
7490
511aee7c
PA
74912015-03-04 Pedro Alves <palves@redhat.com>
7492
7493 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7494 (main): Pass missing retval argument to pthread_join call.
7495
95e50b27
PA
74962015-03-02 Pedro Alves <palves@redhat.com>
7497
7498 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7499 (top level): Call do_test with non-stop as well.
7500
28054d69
PA
75012015-03-02 Pedro Alves <palves@redhat.com>
7502
7503 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7504 -1.
7505
4fa5d7b4
AA
75062015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7507
7508 * gdb.arch/s390-vregs.exp: New test.
7509 * gdb.arch/s390-vregs.S: New file.
7510
97c18565
PA
75112015-02-27 Pedro Alves <palves@redhat.com>
7512
7513 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7514 call to catch_command_errors.
7515 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7516 catch_command_errors.
7517
a37bfa30
PA
75182015-02-27 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7521 "true" for boolean result.
7522 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7523 prototype of main.
7524
6f98576f
PA
75252015-02-27 Pedro Alves <palves@redhat.com>
7526
7527 * lib/unbuffer_output.c: New file.
7528 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7529 (main): Call gdb_unbuffer_output.
7530
eba5ab56
YQ
75312015-02-27 Yao Qi <yao.qi@linaro.org>
7532
7533 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7534 target.
7535
0def5aaa
DE
75362015-02-26 Doug Evans <dje@google.com>
7537
7538 * gdb.cp/class2.cc (Dbase, D): New classes.
7539 (main): New local delta.
7540 * gdb.cp/class2.exp: Test printing delta.
7541 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7542 (dynbar): New global.
7543 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7544
081a1c2c
JK
75452015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7546
7547 * gdb.compile/compile-ifunc.c: New file.
7548 * gdb.compile/compile-ifunc.exp: New file.
7549
2f41223f
AT
75502015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7551
7552 * gdb.base/structs.exp: Check for correct struct on finish.
7553
03eddd80
YQ
75542015-02-26 Yao Qi <yao.qi@linaro.org>
7555
7556 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7557 is zero.
7558
80c57053
JK
75592015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7560
7561 * gdb.arch/cordic.ko.bz2: New file.
7562 * gdb.arch/cordic.ko.debug.bz2: New file.
7563 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7564
21613c12
YQ
75652015-02-25 Yao Qi <yao.qi@linaro.org>
7566
7567 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7568 aarch64*-*-* target.
7569
d8b901ed
PA
75702015-02-23 Pedro Alves <palves@redhat.com>
7571
7572 * lib/gdb.exp (delete_breakpoints): Rewrite using
7573 gdb_test_multiple.
7574
e5b85ead
PA
75752015-02-23 Pedro Alves <palves@redhat.com>
7576
7577 * gdb.base/info-os.c: Include stdlib.h.
7578
85c3a371
DE
75792015-02-22 Doug Evans <xdje42@gmail.com>
7580
7581 PR symtab/17855
7582 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7583 is read after symbols have been re-read.
7584 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7585 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7586
96553a0c
DE
75872015-02-21 Doug Evans <dje@google.com>
7588
7589 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7590
97a0c697
JK
75912015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7592
7593 PR corefiles/17808
7594 * gdb.arch/i386-biarch-core.core.bz2: New file.
7595 * gdb.arch/i386-biarch-core.exp: New file.
7596
a47cd6e9
PA
75972015-02-21 Pedro Alves <palves@redhat.com>
7598
7599 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7600 runto_main fails.
7601
c5facdc4
PA
76022015-02-20 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7605 info probes.
7606
2db9a427
PA
76072015-02-20 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7610
60fb7e9e
PA
76112015-02-20 Pedro Alves <palves@redhat.com>
7612
7613 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7614 clean_restart before gdb_target_supports_trace.
7615
5c5019c2
PA
76162015-02-20 Pedro Alves <palves@redhat.com>
7617
7618 PR threads/18006
7619 * gdb.threads/clone-thread_db.c: New file.
7620 * gdb.threads/clone-thread_db.exp: New file.
7621
c9587f88
AT
76222015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7623
7624 PR breakpoints/16812
7625 * gdb.base/catch-gdb-caused-signals.c: New file.
7626 * gdb.base/catch-gdb-caused-signals.exp: New file.
7627
f6a88844
JM
76282015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7629
7630 * configure: Regenerated.
7631 * configure.ac: Use GDB_AC_TRANSFORM.
7632 * aclocal.m4: sinclude ../transform.m4.
7633
497c491b
JM
76342015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7635
7636 * lib/dtrace.exp: New file.
7637 * gdb.base/dtrace-probe.exp: Likewise.
7638 * gdb.base/dtrace-probe.d: Likewise.
7639 * gdb.base/dtrace-probe.c: Likewise.
7640 * lib/pdtrace.in: Likewise.
7641 * configure.ac: Output variables with the transformed names of
7642 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7643 * configure: Regenerated.
7644
03e98035
JM
76452015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7646
7647 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7648 expected message when trying to access $_probe_* convenience
7649 variables while not on a probe.
7650
63cc30e9
JK
76512015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7652
7653 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7654
0703599a
PA
76552015-02-11 Pedro Alves <pedro@codesourcery.com>
7656
7657 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7658 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7659
7e60a48e
DE
76602015-02-10 Doug Evans <xdje42@gmail.com>
7661
7662 * lib/gdb.exp (gdb_load): Always return a result.
7663
01b088bc
PA
76642015-02-10 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.threads/signal-sigtrap.c: New file.
7667 * gdb.threads/signal-sigtrap.exp: New file.
7668
b05ec7a5
AT
76692015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7670
7671 * gdb.trace/no-attach-trace.c: New file.
7672 * gdb.trace/no-attach-trace.exp: New file.
7673
a2c2acaf
MW
76742015-02-09 Mark Wielaard <mjw@redhat.com>
7675
7676 * gdb.dwarf2/atomic.c: New file.
7677 * gdb.dwarf2/atomic-type.exp: Likewise.
7678
31fd9caa
MM
76792015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7680
7681 * gdb.btrace/buffer-size.exp: Update "info record" output.
7682 * gdb.btrace/delta.exp: Update "info record" output.
7683 * gdb.btrace/enable.exp: Update "info record" output.
7684 * gdb.btrace/finish.exp: Update "info record" output.
7685 * gdb.btrace/instruction_history.exp: Update "info record" output.
7686 * gdb.btrace/next.exp: Update "info record" output.
7687 * gdb.btrace/nexti.exp: Update "info record" output.
7688 * gdb.btrace/step.exp: Update "info record" output.
7689 * gdb.btrace/stepi.exp: Update "info record" output.
7690 * gdb.btrace/nohist.exp: Update "info record" output.
7691
d33501a5
MM
76922015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7693
7694 * gdb.btrace/buffer-size: New.
7695
f4abbc16
MM
76962015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7697
7698 * gdb.btrace/delta.exp: Update "info record" output.
7699 * gdb.btrace/enable.exp: Update "info record" output.
7700 * gdb.btrace/finish.exp: Update "info record" output.
7701 * gdb.btrace/instruction_history.exp: Update "info record" output.
7702 * gdb.btrace/next.exp: Update "info record" output.
7703 * gdb.btrace/nexti.exp: Update "info record" output.
7704 * gdb.btrace/step.exp: Update "info record" output.
7705 * gdb.btrace/stepi.exp: Update "info record" output.
7706 * gdb.btrace/nohist.exp: Update "info record" output.
7707
b9d61307
SM
77082015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7709
7710 PR gdb/15678
7711 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7712
e584fdbc
PA
77132015-02-06 Pedro Alves <palves@redhat.com>
7714
7715 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7716 macro.
7717 (seconds_left, again): New globals.
7718 (main): Wait seconds_left in a 1-second sleep loop instead of
7719 sleeping 180 seconds. If 'again' is set, reset the seconds
7720 counter.
7721 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7722 'again' in the inferior before detaching. Print the seconds left.
7723 (options): New global.
7724 (top level): Build program with -DTIMEOUT=$timeout.
7725
77f41761
PA
77262015-02-06 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7729 determine how many seconds to pass to 'alarm'.
7730 * gdb.base/gdb-sigterm.exp (top level): Build program with
7731 -DTIMEOUT=$timeout.
7732 (do_test): Return success/failure indication. Add more verbose
7733 logging. Don't fail if 200 single steps are seen. Instead, fail
7734 when the test times out.
7735 (passes): New global.
7736 (top level): Break the testing loop if testing fails on any
7737 iteration. Use gdb_assert.
7738
b9394193
DB
77392015-02-04 Don Breazeal <donb@codesourcery.com>
7740
7741 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7742 and initialize them.
7743 (ipc_cleanup): New function.
7744 (main): Don't declare shmid, semid, and msqid. Add a call to
7745 atexit so that we call ipc_cleanup on exit.
7746
42d9e528
PA
77472015-02-04 Pedro Alves <palves@redhat.com>
7748
7749 * boards/native-extended-gdbserver.exp: Remove any target variant
7750 specifications from the board name before clearing the isremote
7751 flag from board_info.
7752
ae6ae975
DE
77532015-01-31 Doug Evans <xdje42@gmail.com>
7754
7755 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7756
cfb069a8
GB
77572015-01-31 Gary Benson <gbenson@redhat.com>
7758
7759 * gdb.base/completion.exp: Disable completion limiting for
7760 existing tests. Add new tests to check completion limiting.
7761 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7762
5dd31d79
DE
77632015-01-31 Doug Evans <xdje42@gmail.com>
7764
7765 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7766
9f050062
DE
77672015-01-31 Doug Evans <xdje42@gmail.com>
7768
7769 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7770 entries. Duplicate file section script entries.
7771 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7772 inlined entries. Add test for safe-path rejection.
7773 * gdb.python/py-section-script.c: Add duplicate inlined section script
7774 entries. Duplicate file section script entries.
7775 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7776 inlined entries. Add test for safe-path rejection.
7777
df25ebbd
JB
77782015-01-29 Joel Brobecker <brobecker@adacore.com>
7779
7780 * gdb.ada/disc_arr_bound: New testcase.
7781
4a0ca9ec
JB
77822015-01-29 Joel Brobecker <brobecker@adacore.com>
7783
7784 * gdb.ada/mi_var_array: New testcase.
7785
3a8b707a
DE
77862015-01-27 Doug Evans <dje@google.com>
7787
7788 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7789 Add test for objfile.filename, objfile.username after objfile
7790 has been unloaded.
7791
f8313f6e
JB
77922015-01-26 Joel Brobecker <brobecker@adacore.com>
7793
7794 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7795 the second test to print the name attribute of value
7796 returned by the call to gdb.lookup_type, and adjust
7797 the expected output accordingly.
7798
37bc665e
MW
77992015-01-25 Mark Wielaard <mjw@redhat.com>
7800
7801 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7802 * gdb.base/disp-step-fork.c: Include unistd.h.
7803 * gdb.base/siginfo-obj.c: Include stdio.h.
7804 * gdb.base/siginfo-thread.c: Likewise.
7805 * gdb.mi/non-stop.c: Include unistd.h.
7806 * gdb.mi/nsthrexec.c: Include stdio.h.
7807 * gdb.mi/pthreads.c: Include unistd.h.
7808 * gdb.modula2/unbounded1.c (main): Declare returns int.
7809 * gdb.reverse/consecutive-reverse.c: Likewise.
7810 * gdb.threads/create-fail.c: Include unistd.h.
7811 * gdb.threads/killed.c: Likewise.
7812 * gdb.threads/linux-dp.c: Likewise.
7813 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7814 * gdb.threads/non-ldr-exc-2.c: Likewise.
7815 * gdb.threads/non-ldr-exc-3.c: Likewise.
7816 * gdb.threads/non-ldr-exc-4.c: Likewise.
7817 * gdb.threads/pthreads.c: Include unistd.h.
7818 (main): Declare returns int.
7819 * gdb.threads/tls-main.c (foo): New declaration.
7820 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7821
f7e5394d
SM
78222015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7823
7824 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7825 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7826
743649fd
MW
78272015-01-15 Mark Wielaard <mjw@redhat.com>
7828
7829 * gdb.base/noreturn-return.c: New file.
7830 * gdb.base/noreturn-return.exp: New file.
7831 * gdb.base/noreturn-finish.c: New file.
7832 * gdb.base/noreturn-finish.exp: New file.
7833
198297aa
PA
78342015-01-23 Pedro Alves <palves@redhat.com>
7835
7836 * gdb.threads/continue-pending-after-query.c: New file.
7837 * gdb.threads/continue-pending-after-query.exp: New file.
7838
717cf30c
AG
78392015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7840 Simon Marchi <simon.marchi@ericsson.com>
7841
7842 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7843 * gdb.base/valgrind-db-attach.exp: Same.
7844 * gdb.base/valgrind-infcall.exp: Same.
7845 * lib/mi-support.exp (default_mi_gdb_start): Same.
7846 * lib/prompt.exp (default_prompt_gdb_start): Same.
7847 * lib/gdb.exp (default_gdb_spawn): Same.
7848 (gdb_interact): New.
7849
7850
4b62a76e
JK
78512015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7852
7853 * gdb.compile/compile.exp (pointer to jit function): New test.
7854
b4cdae6f
WW
78552015-01-17 Wei-cheng Wang <cole945@gmail.com>
7856
7857 * lib/gdb.exp (supports_process_record): Return true for
7858 powerpc*-*-linux*.
7859 (supports_reverse): Likewise.
7860
d221e7ef
DB
78612015-01-15 Don Breazeal <donb@codesourcery.com>
7862
7863 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7864 instead of checking whether the target board is remote and
7865 use spawn_wait_for_attach instead of exec/sleep.
7866 * gdb.base/attach-twice.exp: Likewise.
7867
bafffb51
JB
78682015-01-15 Joel Brobecker <brobecker@adacore.com>
7869
7870 * gdb.ada/var_arr_attrs: New testcase.
7871
5589af0e
PA
78722015-01-14 Pedro Alves <palves@redhat.com>
7873 Joel Brobecker <brobecker@adacore.com>
7874
7875 PR gdb/17525
7876 * gdb.base/bp-cmds-execution-x-script.c: New file.
7877 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7878 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7879
6c400b59
PA
78802015-01-14 Pedro Alves <palves@redhat.com>
7881
7882 PR cli/17828
7883 * gdb.base/batch-preserve-term-settings.c: New file.
7884 * gdb.base/batch-preserve-term-settings.exp: New file.
7885
e02c96a7
DE
78862015-01-13 Doug Evans <dje@google.com>
7887
7888 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7889 binary.
7890
576fd14c
JB
78912015-01-13 Joel Brobecker <brobecker@adacore.com>
7892
7893 * Makefile.in (clean mostlyclean): Do not delete *.py.
7894
04dccad0
JB
78952015-01-13 Joel Brobecker <brobecker@adacore.com>
7896
7897 * gdb.python/py-lookup-type.exp: New file.
7898
3d230f71
PA
78992015-01-12 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7902 restore GDBFLAGS before returning.
7903
7e67715d
JK
79042015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7905
7906 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7907 is_amd64_regs_target and is_x86_like_target.
7908
f2e0d4b4
DE
79092015-01-11 Doug Evans <xdje42@gmail.com>
7910
7911 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7912 is given without an explicit form.
7913 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7914 attributes.
7915 * gdb.dwarf/corrupt.exp: Ditto.
7916 * gdb.dwarf2/enum-type.exp: Ditto.
7917 * gdb.trace/entry-values.exp: Ditto.
7918 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7919
439250fb
DE
79202015-01-11 Doug Evans <xdje42@gmail.com>
7921
7922 PR gdb/15830
7923 * gdb.base/maint.exp: Remove references to "maint demangle".
7924 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7925 Add tests for explicitly specifying language to demangle.
7926 * gdb.dlang/demangle.exp: Ditto.
7927
ede9f622
PA
79282015-01-09 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.threads/non-stop-fair-events.c: New file.
7931 * gdb.threads/non-stop-fair-events.exp: New file.
7932
a7b796db
PA
79332015-01-09 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7936 the global scope. Set a breakpoint after all threads are started
7937 rather than stepping over two source lines. Expect the prompt.
7938 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7939 global.
7940 (NUM): Now 15.
7941 (main): Use threads_started_barrier to wait for all threads to
7942 start. Main thread no longer calls thread_function. Exit after
7943 180 seconds.
7944 (loop): New function.
7945 (thread_function): Wait on threads_started_barrier barrier. Call
7946 'loop' at each iteration.
7947 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7948 threads have started, instead of hardcoding number of "next"
7949 steps. Use an access watchpoint instead of a write watchpoint.
7950
9665ffdd
PA
79512015-01-09 Pedro Alves <palves@redhat.com>
7952
7953 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7954 (thread_func): Wait on barrier.
7955 (main): Wait for all threads to start before stopping GDB.
7956 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7957 global.
7958 (thread1_func, thread2_func): Wait on barrier.
7959 (main): Wait for all threads to start before stopping GDB.
7960 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7961 New global.
7962 (thread1_func, thread2_func): Wait on barrier.
7963 (main): Wait for all threads to start before stopping GDB.
7964
c945a99f
PA
79652015-01-09 Pedro Alves <palves@redhat.com>
7966
7967 * gdb.threads/attach-many-short-lived-threads.c: New file.
7968 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7969
c1a747c1
PA
79702014-01-09 Pedro Alves <palves@redhat.com>
7971
7972 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7973 instead of to thread 2.
7974 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7975 Add barrier around each pthread_create call instead of around all
7976 calls.
7977 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7978 Set a break on thread_function and have the child threads hit it
7979 one at at a time.
7980
60b3033e
PA
79812015-01-09 Pedro Alves <palves@redhat.com>
7982
7983 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7984 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7985 false.
7986 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7987 checking whether the target board is remote.
7988 * gdb.multi/multi-attach.exp: Likewise.
7989 * gdb.python/py-sync-interp.exp: Likewise.
7990 * gdb.server/ext-attach.exp: Likewise.
7991 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7992 tests that need to attach, instead of checking whether the target
7993 board is remote at the top of the file.
7994
acc018ac
YQ
79952015-01-08 Yao Qi <yao@codesourcery.com>
7996
7997 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7998
50a18af8
JK
79992015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8000
8001 Fix testcase compilation.
8002 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8003
8503d6e1
JB
80042015-01-06 Joel Brobecker <brobecker@adacore.com>
8005
8006 * gdb.python/py-type.exp: Add a couple test about empty
8007 array creation, and negative-length array creation.
8008
cc73dbcc
DE
80092015-01-02 Doug Evans <xdje42@gmail.com>
8010
8011 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8012
0300bbc7
DE
80132015-01-02 Doug Evans <dje@google.com>
8014
8015 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8016
9d85a0ec
YQ
80172014-12-29 Yao Qi <yao@codesourcery.com>
8018
8019 * gdb.trace/entry-values.exp: Update comments. Rename variable
8020 bar_call_foo to returned_from_foo.
8021
87186c6a
MMN
80222014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8023
8024 PR gdb/17394
8025 * gdb.linespec/break-asm-file.c: New file.
8026 * gdb.linespec/break-asm-file.exp: New file.
8027 * gdb.linespec/break-asm-file0.s: New file.
8028 * gdb.linespec/break-asm-file1.s: New file.
8029
1bab7383
YQ
80302014-12-18 Nigel Stephens <nigel@mips.com>
8031 Maciej W. Rozycki <macro@codesourcery.com>
8032
8033 * gdb.base/float.exp: Handle the new output from "info float" on
8034 MIPS targets.
8035
1bc1068a
JK
80362014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8037
8038 Fix MinGW compilation.
8039 * gdb.compile/compile-ops.exp: Update untested message if
8040 !skip_compile_feature_tests.
8041 * gdb.compile/compile-setjmp.exp: Likewise.
8042 * gdb.compile/compile-tls.exp: Likewise.
8043 * gdb.compile/compile.exp: Likewise.
8044 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8045 supported on this host".
8046
b6615d10
DE
80472014-12-16 Doug Evans <xdje42@gmail.com>
8048
8049 * boards/stabs.exp: New file.
8050
25dda427
AA
80512014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8052
8053 * gdb.base/completion.exp: Adjust to format changes of "maint
8054 print user-registers".
8055
bf330350
CU
80562014-12-16 Catalin Udma <catalin.udma@freescale.com>
8057
8058 PR server/17457
8059 * gdb.arch/aarch64-fp.c: New file.
8060 * gdb.arch/aarch64-fp.exp: New file.
8061
395cf596
SDJ
80622014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8063
8064 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8065 r210637, r210913, r211666, r215400, r215817).
8066
8067 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8068 * dg-extract-results.py: New file.
8069 * dg-extract-results.sh: Use it if the environment seems
8070 suitable.
8071
8072 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8073
8074 * dg-extract-results.py (parse_run): Handle warnings that
8075 are printed before a test harness is run.
8076
8077 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8078
8079 * dg-extract-results.py (Named): Remove __cmp__ method.
8080 (output_variation): Use a key to sort variation.harnesses.
8081
8082 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8083
8084 * dg-extract-results.py: For Python 3, force sys.stdout to
8085 handle surrogate escape sequences.
8086 (safe_open): New function.
8087 (output_segment, main): Use it.
8088
8089 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8090
8091 * dg-extract-results.py (Prog.result_re): Include options
8092 in test name.
8093
8094 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8095
8096 * dg-extract-results.py (output_variation): Always sort if
8097 do_sum.
8098
e882ef3c
SM
80992014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8100
8101 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8102 as long as we get pagination notifications.
8103
4992aa20
JM
81042014-12-15 Jason Merrill <jason@redhat.com>
8105
8106 * Makefile.in (check-gdb.%): Restore.
8107 * README: Mention it.
8108
c1b5a1a6
JB
81092014-12-13 Joel Brobecker <brobecker@adacore.com>
8110
8111 * gdb.ada/str_uninit: New testcase.
8112
5537b577
JK
81132014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8114
8115 PR symtab/17642
8116 * gdb.base/vla-stub-define.c: New file.
8117 * gdb.base/vla-stub.c: New file.
8118 * gdb.base/vla-stub.exp: New file.
8119
bb2ec1b3
TT
81202014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8121 Jan Kratochvil <jan.kratochvil@redhat.com>
8122 Tom Tromey <tromey@redhat.com>
8123
8124 * configure.ac: Add gdb.compile/.
8125 * configure: Regenerate.
8126 * gdb.compile/Makefile.in: New file.
8127 * gdb.compile/compile-ops.exp: New file.
8128 * gdb.compile/compile-ops.c: New file.
8129 * gdb.compile/compile-tls.c: New file.
8130 * gdb.compile/compile-tls.exp: New file.
8131 * gdb.compile/compile-constvar.S: New file.
8132 * gdb.compile/compile-constvar.c: New file.
8133 * gdb.compile/compile-mod.c: New file.
8134 * gdb.compile/compile-nodebug.c: New file.
8135 * gdb.compile/compile-setjmp-mod.c: New file.
8136 * gdb.compile/compile-setjmp.c: New file.
8137 * gdb.compile/compile-setjmp.exp: New file.
8138 * gdb.compile/compile-shlib.c: New file.
8139 * gdb.compile/compile.c: New file.
8140 * gdb.compile/compile.exp: New file.
8141 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8142
4ff709eb
TT
81432014-12-12 Tom Tromey <tromey@redhat.com>
8144
8145 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8146 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8147
6dddd6a5
DE
81482014-12-12 Doug Evans <dje@google.com>
8149
8150 * lib/gdb-python.exp (get_python_valueof): New function.
8151 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8152
71c24708
AA
81532014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8154
8155 * gdb.base/completion.exp: Add test for completion of "info
8156 registers ".
8157
3e29f34a
MR
81582014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8159
8160 * gdb.base/func-ptrs.c: New file.
8161 * gdb.base/func-ptrs.exp: New file.
8162
fc126975
SM
81632014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8164
8165 PR breakpoints/17012
8166 * gdb.base/dprintf-detach.c: New file.
8167 * gdb.base/dprintf-detach.exp: New file.
8168
0a46d518
SM
81692014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8170
8171 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8172 * lib/gdb.exp (target_is_gdbserver): New procedure.
8173
a0be3e44
DE
81742014-12-08 Doug Evans <dje@google.com>
8175
8176 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8177
df1b803a
YQ
81782014-12-05 Yao Qi <yao@codesourcery.com>
8179
8180 * gdb.guile/scm-error.exp: Remove the third argument to
8181 gdb_remote_download.
8182 * gdb.guile/scm-frame-args.exp: Likewise.
8183 * gdb.guile/scm-section-script.exp: Likewise.
8184
ddb9f679
YQ
81852014-12-05 Yao Qi <yao@codesourcery.com>
8186
8187 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8188
86e4ed39
DE
81892014-12-04 Doug Evans <dje@google.com>
8190
8191 * gdb.python/py-objfile.exp: Add tests for
8192 objfile.add_separate_debug_file.
8193
7c50a931
DE
81942014-12-04 Doug Evans <dje@google.com>
8195
8196 * lib/gdb.exp (get_build_id): New function.
8197 (build_id_debug_filename_get): Rewrite to use it.
8198 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8199
621661e3
MR
82002014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8201
8202 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8203 `method(long)', not just 0x0.
8204 * gdb.cp/nsalias.exp: Align code labels to 4.
8205 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8206 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8207 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8208 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8209 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8210 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8211
29f0c3b7
DE
82122014-12-02 Doug Evans <dje@google.com>
8213
e1e061e7 8214 PR symtab/17602
29f0c3b7 8215 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8216 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8217 * gdb.cp/anon-ns.exp: Update.
8218
162078c8
NB
82192014-12-02 Nick Bull <nicholaspbull@gmail.com>
8220
8221 * gdb.python/py-events.py (inferior_call_handler): New.
8222 (register_changed_handler, memory_changed_handler): New.
8223 (test_events.invoke): Register new handlers.
8224 * gdb.python/py-events.exp: Add tests for inferior call,
8225 memory_changed and register_changed events.
8226
fdb09caf
AA
82272014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8228
8229 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8230 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8231 if the linker doesn't understand this.
8232
55cfb2c4
SM
82332014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8234
8235 * gdb.python/python.exp: Change expected reply to help().
8236
9e8cd6df
YQ
82372014-12-01 Yao Qi <yao@codesourcery.com>
8238
8239 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8240 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8241 * configure: Re-generated.
8242
6c659fc2
SC
82432014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8244
8245 * gdb.cp/chained-calls.cc: New file.
8246 * gdb.cp/chained-calls.exp: New file.
8247 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8248
d7fc3181
SM
82492014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8250
8251 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8252 * gdb.dwarf2/symtab-producer.exp: Same.
8253 * gdb.gdb/python-interrupts.exp: Same.
8254 * gdb.gdb/python-selftest.exp: Same.
8255 * gdb.python/py-linetable.exp: Same.
8256 * gdb.python/py-type.exp: Same.
8257 * gdb.python/py-value-cc.exp: Same.
8258 * gdb.python/py-value.exp: Same.
8259
10e79639
YQ
82602014-11-28 Yao Qi <yao@codesourcery.com>
8261
8262 * gdb.base/break-probes.exp: Match library name prefixed with
8263 sysroot.
8264
f28a0564
SM
82652014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8266
8267 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8268 test expected output. Add parentheses for the call to print.
8269 Remove L suffix from integers.
8270
3fe1ce1d
DE
82712014-11-26 Doug Evans <dje@google.com>
8272
8273 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8274
84429e27
YQ
82752014-11-22 Yao Qi <yao@codesourcery.com>
8276
8277 * gdb.trace/entry-values.c: Remove asms.
8278 (foo): Add foo_label.
8279 (bar): Add bar_label.
8280 * gdb.trace/entry-values.exp: Remove code computing foo's
8281 length and bar's length.
8282 (Dwarf::assemble): Invoke function_range for bar and use
8283 MACRO_AT_func for foo.
8284
26741859
YQ
82852014-11-22 Yao Qi <yao@codesourcery.com>
8286
8287 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8288 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8289 Use .Lgcc43_procstart instead of gcc43.
8290
45e44d27
JB
82912014-11-21 Joel Brobecker <brobecker@adacore.com>
8292
8293 * gdb.ada/n_arr_bound: New testcase.
8294
458c8db8
SDJ
82952014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8296
8297 PR breakpoints/10737
8298 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8299 test_catch_syscall_multi_arch.
8300 (test_catch_syscall_multi_arch): New function.
8301
43f3e411
DE
83022014-11-20 Doug Evans <xdje42@gmail.com>
8303
8304 * gdb.base/maint.exp: Update expected output.
8305
0d7b2549
AA
83062014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8307
8308 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8309 4-byte instruction on S390.
8310
8908fca5
JB
83112014-11-19 Joel Brobecker <brobecker@adacore.com>
8312
8313 * gdb.ada/arr_arr: New testcase.
8314
4a46959e
JB
83152014-11-19 Joel Brobecker <brobecker@adacore.com>
8316
8317 * gdb.ada/pkd_arr_elem: New Testcase.
8318
470e2f4e
LM
83192014-11-18 Luis Machado <lgustavo@codesourcery.com>
8320
8321 * gdb.reverse/break-precsave: Expect completion message for
8322 core file reads.
8323 * gdb.reverse/consecutive-precsave.exp: Likewise.
8324 * gdb.reverse/finish-precsave.exp: Likewise.
8325 * gdb.reverse/i386-precsave.exp: Likewise.
8326 * gdb.reverse/machinestate-precsave.exp: Likewise.
8327 * gdb.reverse/sigall-precsave.exp: Likewise.
8328 * gdb.reverse/solib-precsave.exp: Likewise.
8329 * gdb.reverse/step-precsave.exp: Likewise.
8330 * gdb.reverse/until-precsave.exp: Likewise.
8331 * gdb.reverse/watch-precsave.exp: Likewise.
8332
a267f3ad
AA
83332014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8334
8335 * gdb.base/bp-permanent.c: Include unistd.h.
8336 * gdb.python/py-framefilter-mi.c (main): Add return type.
8337 * gdb.python/py-framefilter.c (main): Likewise.
8338 * gdb.trace/actions-changed.c (main): Likewise.
8339
12084a9a
AA
83402014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8341
8342 * gdb.mi/until.c: Add eye-catchers.
8343 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8344 line numbers.
8345
dc7e1a77
AA
83462014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8347
8348 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8349 function header variants in break1.c.
8350 * gdb.base/ena-dis-br.exp: Likewise.
8351 * gdb.base/hbreak2.exp: Likewise.
8352 * gdb.reverse/until-precsave.exp: Drop references to removed
8353 non-prototype function header variants in ur1.c.
8354 * gdb.reverse/until-reverse.exp: Likewise.
8355
41c77605
PM
83562014-11-17 Petr Machata <pmachata@redhat.com>
8357
8358 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8359 ${_cu_offset_size} bytes abbrev offset.
8360
34248c3a
DE
83612014-11-15 Doug Evans <xdje42@gmail.com>
8362
8363 PR symtab/17559
8364 * gdb.base/line-symtabs.exp: New file.
8365 * gdb.base/line-symtabs.c: New file.
8366 * gdb.base/line-symtabs.h: New file.
8367
646da059
YQ
83682014-11-14 Yao Qi <yao@codesourcery.com>
8369
8370 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8371 (func): Add label func_label.
8372 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8373 Replace low_pc and high_pc with MACRO_AT_range.
8374 Replace name, low_pc and high_pc with MACRO_AT_func.
8375
9301ebe6
YQ
83762014-11-14 Yao Qi <yao@codesourcery.com>
8377
8378 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8379 Replace name, low_pc and high_pc with MACRO_AT_func.
8380
f166b542
YQ
83812014-11-14 Yao Qi <yao@codesourcery.com>
8382
8383 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8384 produce debug information.
8385 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8386
0f6e71e3
YQ
83872014-11-14 Yao Qi <yao@codesourcery.com>
8388
8389 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8390 object and get function length.
8391 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8392 with MACRO_AT_func.
8393 (top-level): Replace gdb_compile and clean_restart with
8394 prepare_for_testing.
8395 * gdb.dwarf2/main.c (main): Add label main_label.
8396
876c4df9
YQ
83972014-11-14 Yao Qi <yao@codesourcery.com>
8398
8399 * lib/dwarf.exp (function_range): New procedure.
8400 (Dwarf::_handle_macro_at_func): New procedure.
8401 (Dwarf::_handle_macro_at_range): New procedure.
8402 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8403
02ad9cf1
YQ
84042014-11-14 Yao Qi <yao@codesourcery.com>
8405
8406 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8407 (_handle_attribute): New procedure.
8408
a59add0c
AA
84092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8410
8411 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8412 * gdb.base/call-sc.c (zed): Likewise.
8413 * gdb.base/checkpoint.c (main): Likewise.
8414 * gdb.base/dump.c (main): Likewise.
8415 * gdb.base/gcore.c (main): Likewise.
8416 * gdb.base/huge.c (main): Likewise.
8417 * gdb.base/multi-forks.c (main): Likewise.
8418 * gdb.base/pr10179-a.c (main): Likewise.
8419 * gdb.base/savedregs.c (main): Likewise.
8420 * gdb.base/sigaltstack.c (main): Likewise.
8421 * gdb.base/siginfo.c (main): Likewise.
8422 * gdb.base/structs.c (zed): Likewise.
8423 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8424 * gdb.mi/mi-syn-frame.c (main): Likewise.
8425 * gdb.mi/until.c (foo, main): Likewise.
8426 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8427 * gdb.base/solib-weak.c (foo): Declare.
8428 * gdb.base/attach-twice.c: Include stdio.h.
8429 * gdb.base/weaklib1.c: Likewise.
8430 * gdb.base/weaklib2.c: Likewise.
8431 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8432 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8433 unistd.h.
8434 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8435 * gdb.mi/mi-exit-code.c: Likewise.
8436 * gdb.base/break-interp-lib.c: Include string.h.
8437 * gdb.base/coremaker.c: Likewise.
8438 * gdb.base/testenv.c: Likewise.
8439 * gdb.python/py-finish-breakpoint.c: Likewise.
8440 * gdb.base/inferior-died.c: Include sys/wait.h.
8441 * gdb.base/fileio.c: Include time.h.
8442 * gdb.base/async-shell.c: Include unistd.h.
8443 * gdb.base/dprintf-non-stop.c: Likewise.
8444 * gdb.base/info-os.c: Likewise.
8445 * gdb.mi/mi-console.c: Likewise.
8446 * gdb.mi/watch-nonstop.c: Likewise.
8447 * gdb.python/py-events.c: Likewise.
8448 * gdb.base/async.c (baz): Move up before its invocation.
8449 * gdb.base/code_elim2.c (my_global_func): Likewise.
8450 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8451 * gdb.base/advance.c (func2): Likewise.
8452
3b5d5997
AA
84532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8454
8455 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8456 variant.
8457 * gdb.base/annota3.c: Likewise.
8458 * gdb.base/async.c: Likewise.
8459 * gdb.base/average.c: Likewise.
8460 * gdb.base/call-ar-st.c: Likewise.
8461 * gdb.base/call-rt-st.c: Likewise.
8462 * gdb.base/call-sc.c: Likewise.
8463 * gdb.base/call-strs.c: Likewise.
8464 * gdb.base/ending-run.c: Likewise.
8465 * gdb.base/execd-prog.c: Likewise.
8466 * gdb.base/exprs.c: Likewise.
8467 * gdb.base/foll-exec.c: Likewise.
8468 * gdb.base/foll-fork.c: Likewise.
8469 * gdb.base/foll-vfork.c: Likewise.
8470 * gdb.base/funcargs.c: Likewise.
8471 * gdb.base/gcore.c: Likewise.
8472 * gdb.base/jump.c: Likewise.
8473 * gdb.base/langs0.c: Likewise.
8474 * gdb.base/langs1.c: Likewise.
8475 * gdb.base/langs2.c: Likewise.
8476 * gdb.base/mips_pro.c: Likewise.
8477 * gdb.base/nodebug.c: Likewise.
8478 * gdb.base/opaque0.c: Likewise.
8479 * gdb.base/opaque1.c: Likewise.
8480 * gdb.base/recurse.c: Likewise.
8481 * gdb.base/run.c: Likewise.
8482 * gdb.base/scope0.c: Likewise.
8483 * gdb.base/scope1.c: Likewise.
8484 * gdb.base/setshow.c: Likewise.
8485 * gdb.base/setvar.c: Likewise.
8486 * gdb.base/shmain.c: Likewise.
8487 * gdb.base/shr1.c: Likewise.
8488 * gdb.base/shr2.c: Likewise.
8489 * gdb.base/sigall.c: Likewise.
8490 * gdb.base/signals.c: Likewise.
8491 * gdb.base/so-indr-cl.c: Likewise.
8492 * gdb.base/solib2.c: Likewise.
8493 * gdb.base/structs.c: Likewise.
8494 * gdb.base/sum.c: Likewise.
8495 * gdb.base/vforked-prog.c: Likewise.
8496 * gdb.base/watchpoint.c: Likewise.
8497 * gdb.reverse/shr2.c: Likewise.
8498 * gdb.reverse/until-reverse.c: Likewise.
8499 * gdb.reverse/ur1.c: Likewise.
8500 * gdb.reverse/watch-reverse.c: Likewise.
8501
066a77c5
AA
85022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8503
8504 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8505 variant.
8506 * gdb.base/sepdebug.exp: Drop references to removed code.
8507
4f204ea5
AA
85082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8509
8510 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8511 variant. Preserve original line numbering.
8512 * gdb.base/list1.c: Likewise.
8513
3b377a3a
AA
85142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8515
8516 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8517 variant.
8518 * gdb.base/break1.c: Likewise.
8519 * gdb.base/break.exp: Drop references to removed code.
8520
e444df73
AA
85212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8522
8523 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8524 variant.
8525
8008f2a7
AA
85262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8527
8528 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8529
a5a06887
AA
85302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8531
8532 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8533 logic into perform_all_tests() and invoke it with and without
8534 function header prototypes.
8535 (do_function_calls): Remove conditional XFAIL for PR 5318.
8536 (rerun_and_prepare): Remove duplicate code.
8537 (perform_all_tests): New. Main logic moved here.
8538
44dba9b9
AA
85392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8540
8541 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8542 code guarded by #ifdef NO_PROTOTYPES.
8543 (t_double_many_args): Likewise.
8544 (DEF_FUNC_MANY_ARGS_1): Likewise.
8545 (DEF_FUNC_VALUES_1): Likewise.
8546 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8547 guarded by #ifdef PROTOTYPES.
8548
d1fbcd56
AA
85492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8550
8551 * gdb.mi/mi-console.c: Add eye-catcher.
8552 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8553 instead of literal line number.
8554
b0e59b8f
AA
85552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8556
8557 * gdb.base/shr2.c: Add eye-catcher.
8558 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8559 line number.
8560
78f98cca
AA
85612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8562
8563 * gdb.base/jump.c: Add eye-catchers.
8564 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8565 numbers.
8566
58fa2af0
AA
85672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8568
8569 * gdb.base/execd-prog.c: Add eye-catchers.
8570 * gdb.base/foll-exec.c: Likewise.
8571 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8572 line numbers.
8573
04e5059b
AA
85742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8575
8576 * gdb.base/ending-run.c: Add eye-catchers.
8577 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8578 literal line numbers.
8579
dbfdb174
AA
85802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8581
8582 * gdb.base/call-rt-st.c: Add eye-catchers.
8583 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8584 literal line numbers.
8585
888a2ade
AA
85862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8587
8588 * gdb.base/call-ar-st.c: Add eye-catchers.
8589 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8590 literal line numbers.
8591
6acc2dde
AA
85922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8593
8594 * gdb.base/average.c: Add eye-catchers.
8595 * gdb.base/sum.c: Likewise.
8596 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8597 regexps dynamically.
8598
9ecfcd1d
AA
85992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8600
8601 * gdb.base/solib1.c: Add eye-catchers.
8602 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8603 literal line numbers.
8604
78708b7c
PA
86052014-11-12 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8608 leader has exited.
8609
af48d08f
PA
86102014-11-12 Pedro Alves <palves@redhat.com>
8611
8612 * gdb.arch/i386-bp_permanent.c: New file.
8613 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8614 (srcfile): Set to i386-bp_permanent.c.
8615 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8616 that stepi does not execute the 'leave' instruction, instead of
8617 testing it does execute.
8618 * gdb.base/bp-permanent.c: New file.
8619 * gdb.base/bp-permanent.exp: New file.
8620
af3768e9
DE
86212014-11-10 Doug Evans <xdje42@gmail.com>
8622
8623 PR symtab/17564
8624 * gdb.base/symtab-search-order.exp: New file.
8625 * gdb.base/symtab-search-order.c: New file.
8626 * gdb.base/symtab-search-order-1.c: New file.
8627 * gdb.base/symtab-search-order-shlib-1.c: New file.
8628
9de00a4a
PA
86292014-11-07 Pedro Alves <palves@redhat.com>
8630
8631 PR gdb/17511
8632 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8633 i?86-*-linux*.
8634
e0f52461
SC
86352014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8636
8637 PR c++/17494
8638 * gdb.cp/pr17494.cc: New file.
8639 * gdb.cp/pr17494.exp: New file.
8640
6ce8c980
YQ
86412014-11-02 Yao Qi <yao@codesourcery.com>
8642
8643 * gdb.python/python.exp: Get working directory and match the
8644 output of "set extended-prompt \\w " with it.
8645
02be9a71
DE
86462014-10-30 Doug Evans <dje@google.com>
8647
8648 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8649 in objfiles.
8650 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8651 in progspaces.
8652
3bdff46b
LM
86532014-10-30 Janis Johnson <janisjo@codesourcery.com>
8654
8655 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8656 * gdb.base/realname-expand.exp: Likewise.
8657 * gdb.linespec/macro-relative.exp: Likewise.
8658
ab917dfb
PA
86592014-10-29 Pedro Alves <palves@redhat.com>
8660
8661 PR gdb/17408
8662 * gdb.threads/schedlock.c (some_function): New function.
8663 (call_function): New global.
8664 (MAYBE_CALL_SOME_FUNCTION): New macro.
8665 (thread_function): Call it.
8666 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8667 and use it instead of a global counter. Adjust all callers.
8668 (get_current_thread): Use "find current thread" for test message
8669 here rather than having all callers pass down the same string.
8670 (goto_loop): New procedure, factored out from ...
8671 (my_continue): ... this.
8672 (step_ten_loops): Change parameter from test message to command to
8673 use. Adjust.
8674 (list_count): Delete global.
8675 (check_result): New procedure, factored out from duplicate top
8676 level code.
8677 (continue tests): Wrap in with_test_prefix.
8678 (test_step): New procedure, factored out from duplicate top level
8679 code.
8680 (top level): Test "step" in combination with all scheduler-locking
8681 modes. Test "next" in combination with all scheduler-locking
8682 modes, and in combination with stepping over a function call or
8683 not.
8684 * gdb.threads/next-bp-other-thread.c: New file.
8685 * gdb.threads/next-bp-other-thread.exp: New file.
8686
d3d4baed
PA
86872014-10-29 Pedro Alves <palves@redhat.com>
8688
8689 PR python/17372
8690 * gdb.python/python.exp: Test a multi-line command that spawns
8691 interactive Python.
8692 * gdb.base/multi-line-starts-subshell.exp: New file.
8693
563e8d85
YQ
86942014-10-29 Yao Qi <yao@codesourcery.com>
8695
8696 * gdb.base/fileio.exp: Make directories on host.
8697
0ea4d52e
YQ
86982014-10-29 Yao Qi <yao@codesourcery.com>
8699
8700 * gdb.base/fileio.c (test_write): Close the file.
8701
7f5ef605
PA
87022014-10-28 Pedro Alves <palves@redhat.com>
8703
8704 PR gdb/12623
8705 * gdb.base/sigstep.c (no_handler): New global.
8706 (main): If 'no_handler is true, set the signal handlers to
8707 SIG_IGN.
8708 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8709 with_sw_watch and no_handler parameters. Handle them.
8710 (top level) <stepping over handler when stopped at a breakpoint
8711 test>: Add a test axis for testing with a software watchpoint, and
8712 another for testing with the signal handler set to SIG_IGN.
8713 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8714 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8715
abbdbd03
PA
87162014-10-28 Pedro Alves <palves@redhat.com>
8717
8718 PR gdb/17511
8719 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8720 * gdb.base/sigstep.exp (other_handler_location): New global.
8721 (advance): Support stepping into the signal handler, and running
8722 commands while in the handler.
8723 (in_handler_map): New global.
8724 (top level): In the advance test, add combinations for getting
8725 into the handler with stepping commands, and for running commands
8726 in the handler. Add comment descripting the advancei tests.
8727
1df4399f
PA
87282014-10-28 Pedro Alves <palves@redhat.com>
8729
8730 * gdb.base/sigstep.exp: Use build_executable instead of
8731 prepare_for_testing.
8732 (top level): Move code that starts GDB, runs to main and creates a
8733 display to ...
8734 (restart): ... this new procedure.
8735 (top level): Move backtrace from signal handler test to ...
8736 (validate_backtrace): ... this new procedure.
8737 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8738 with_test_prefix. Always restart GDB.
8739 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8740 with_test_prefix. Always restart GDB. No need to delete
8741 breakpoints after the test.
8742 (test_skip_handler): Remove prefix parameter.
8743 (skip_over_handler, breakpoint_to_handler)
8744 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8745 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8746 restart GDB. No need to delete breakpoints after the test.
8747 (top level): Use foreach to call the test procedures with
8748 different commands.
8749
a5b6e449
PA
87502014-10-28 Pedro Alves <palves@redhat.com>
8751
8752 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8753 instead of GNATS numbers.
8754 * gdb.base/sigbpt.exp: Likewise.
8755 * gdb.base/siginfo.exp: Likewise.
8756 * gdb.base/sigstep.exp: Likewise.
8757
e5f8a7cc
PA
87582014-10-27 Pedro Alves <palves@redhat.com>
8759
8760 * gdb.base/sigstep.c (dummy): New global.
8761 (main): Issue a couple writes to the new global.
8762 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8763 procedures.
8764 (skip_over_handler): Use test_skip_handler.
8765 (top level): Call skip_over_handler for stepi and nexti too.
8766 (breakpoint_over_handler): Use test_skip_handler.
8767 (top level): Call breakpoint_over_handler for stepi and nexti too.
8768
763905a3
YQ
87692014-10-27 Yao Qi <yao@codesourcery.com>
8770
8771 * gdb.trace/tfile.c (adjust_function_address)
8772 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8773 function descriptor.
8774
6f259a23
DB
87752014-10-24 Don Breazeal <donb@codesourcery.com>
8776
8777 * gdb.base/foll-fork.exp (test_follow_fork,
8778 catch_fork_child_follow): Check for updated fork messages emitted
8779 from infrun.c.
8780 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8781 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8782 vfork_and_exec_child_follow_through_step): Check for updated vfork
8783 messages emitted from infrun.c.
8784
09dd9a69
PA
87852014-10-24 Pedro Alves <palves@redhat.com>
8786
8787 * gdb.base/corefile.exp: Remove references to ultrix.
8788 * gdb.base/interrupt.exp: Likewise.
8789 * gdb.base/whatis.exp: Likewise.
8790 * gdb.gdb/selftest.exp: Likewise.
8791 * gdb.threads/manythreads.exp: Likewise.
8792 * gdb.threads/print-threads.exp: Likewise.
8793 * gdb.threads/pthreads.exp:: Likewise.
8794 * gdb.threads/schedlock.exp: Likewise.
8795
3433cfa5
SC
87962014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8797
8798 * gdb.cp/non-trivial-retval.cc: Add a test case.
8799 * gdb.cp/non-trivial-retval.exp: Add a test.
8800
092f880b
YQ
88012014-10-20 Yao Qi <yao@codesourcery.com>
8802
8803 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8804 * gdb.python/py-objfile-script-gdb.py: New file.
8805 * gdb.python/py-objfile-script.exp: Update reference to
8806 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8807 of remote_download. Remove the dest file.
8808
acbdb7f3
YQ
88092014-10-20 Yao Qi <yao@codesourcery.com>
8810
8811 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8812 * gdb.base/step-line.exp: Likewise.
8813 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8814 * gdb.dwarf2/dw2-basic.exp: Likewise.
8815 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8816 * gdb.dwarf2/dw2-filename.exp: Likewise.
8817 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8818 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8819 * gdb.dwarf2/dw2-producer.exp: Likewise.
8820 * gdb.dwarf2/mac-fileno.exp: Likewise.
8821 * gdb.python/py-frame-args.exp: Likewise.
8822 * gdb.python/py-framefilter.exp: Likewise.
8823 * gdb.python/py-mi.exp: Likewise.
8824 * gdb.python/py-objfile-script.exp: Likewise
8825 * gdb.python/py-pp-integral.exp: Likewise.
8826 * gdb.python/py-pp-re-notag.exp: Likewise.
8827 * gdb.python/py-prettyprint.exp: Likewise.
8828 * gdb.python/py-section-script.exp: Likewise.
8829 * gdb.python/py-typeprint.exp: Likewise.
8830 * gdb.python/py-xmethods.exp: Likewise.
8831 * gdb.stabs/weird.exp: Likewise.
8832 * gdb.xml/tdesc-regs.exp: Likewise.
8833
bd286a29
KCY
88342014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8835
8836 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8837 (out_cu): Use addr_len for the size of addresses.
8838 (out_line): Likewise. Size DW_LNE_set_address instruction
8839 according to addr_len.
8840 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8841 (FUNC): Add START_INSNS to definition.
8842
673dc4a0
YQ
88432014-10-18 Yao Qi <yao@codesourcery.com>
8844
8845 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8846 gdb_has_argv0 return true.
8847 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8848 check [target_info exists noargs], check [gdb_has_argv0]
8849 instead.
8850 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8851 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8852 procedures.
8853
4ffbba72
DE
88542014-10-17 Doug Evans <dje@google.com>
8855
8856 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8857 event.
8858 * gdb.python/py-events.py: Add clear_objfiles event.
8859
d096d8c1
DE
88602014-10-17 Doug Evans <dje@google.com>
8861
8862 * gdb.python/py-objfile.exp: Test progspace attribute.
8863
a80db015
LM
88642014-10-17 Luis Machado <lgustavo@codesourcery.com>
8865
8866 * gdb.guile/scm-breakpoint.exp: Do not assume any
8867 directory separators when matching source file paths.
8868 * gdb.python/py-breakpoint.exp: Likewise.
8869 * gdb.reverse/break-precsave.exp: Likewise.
8870 * gdb.reverse/break-reverse.exp: Likewise.
8871 * gdb.reverse/consecutive-precsave.exp: Likewise.
8872 * gdb.reverse/finish-precsave.exp: Likewise.
8873 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8874 * gdb.reverse/finish-reverse.exp: Likewise.
8875 * gdb.reverse/i386-precsave.exp: Likewise.
8876 * gdb.reverse/i387-env-reverse.exp: Likewise.
8877 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8878 * gdb.reverse/machinestate-precsave.exp: Likewise.
8879 * gdb.reverse/machinestate.exp: Likewise.
8880 * gdb.reverse/sigall-precsave.exp: Likewise.
8881 * gdb.reverse/solib-precsave.exp: Likewise.
8882 * gdb.reverse/step-precsave.exp: Likewise.
8883 * gdb.reverse/until-precsave.exp: Likewise.
8884 * gdb.reverse/watch-precsave.exp: Likewise.
8885 * gdb.reverse/watch-reverse.exp: Likewise.
8886
b22089ab
YQ
88872014-10-17 Yao Qi <yao@codesourcery.com>
8888
8889 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8890 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8891
6c4486e6
PA
88922014-10-17 Pedro Alves <palves@redhat.com>
8893
8894 PR gdb/17471
8895 * gdb.base/bg-execution-repeat.c: New file.
8896 * gdb.base/bg-execution-repeat.exp: New file.
8897
0ff33695
PA
88982014-10-17 Pedro Alves <palves@redhat.com>
8899
8900 PR gdb/17300
8901 * gdb.base/continue-all-already-running.c: New file.
8902 * gdb.base/continue-all-already-running.exp: New file.
8903
6fdebc3d
PA
89042014-10-17 Pedro Alves <palves@redhat.com>
8905
8906 PR gdb/17472
8907 * gdb.base/annota-input-while-running.c: New file.
8908 * gdb.base/annota-input-while-running.exp: New file.
8909
32a8097b
PA
89102014-10-17 Pedro Alves <palves@redhat.com>
8911
8912 * gdb.base/callfuncs.exp: emove references to osf.
8913 * gdb.base/sigall.exp: Likewise.
8914 * gdb.gdb/selftest.exp: Likewise.
8915 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8916 * gdb.mi/non-stop.c: Likewise.
8917 * gdb.mi/pthreads.c: Likewise.
8918 * gdb.reverse/sigall-precsave.exp: Likewise.
8919 * gdb.reverse/sigall-reverse.exp: Likewise.
8920 * gdb.threads/pthreads.c: Likewise.
8921 * gdb.threads/pthreads.exp: Likewise.
8922
7a3517ff
YQ
89232014-10-17 Yao Qi <yao@codesourcery.com>
8924
8925 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8926 check 'target_info exists noargs'.
8927 (test_command_prompt_position): Likewise.
8928 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8929 Remove "set args".
8930 (progvar_simple_while_test): Likewise.
8931 (progvar_complex_if_while_test): Likewise.
8932 (if_while_breakpoint_command_test): Likewise.
8933 (infrun_breakpoint_command_test): Likewise.
8934 (breakpoint_command_test): Likewise.
8935 (watchpoint_command_test): Likewise.
8936 (bp_deleted_in_command_test): Likewise.
8937 (temporary_breakpoint_commands): Likewise.
8938
bb99c472
YQ
89392014-10-16 Yao Qi <yao@codesourcery.com>
8940
8941 * gdb.base/remotetimeout.exp: Remove noargs checking.
8942
7c16b83e
PA
89432014-10-15 Pedro Alves <palves@redhat.com>
8944
8945 PR breakpoints/9649
8946 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8947 * gdb.base/breakpoint-in-ro-region.exp
8948 (probe_target_hardware_step): New procedure.
8949 (top level): Probe hardware stepping and hardware breakpoint
8950 support. Test stepping through a read-only region, with both
8951 "breakpoint auto-hw" on and off and both "always-inserted" on and
8952 off.
8953
35a49624
IB
89542014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8955
8956 * gdb.dlang/demangle.exp: Update for demangling changes.
8957
2d1c107c
SC
89582014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8959
8960 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8961 * gdb.cp/non-trivial-retval.exp: Add new tests.
8962
778811d5
SC
89632014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8964
8965 PR c++/13403
8966 PR c++/15154
8967 * gdb.cp/non-trivial-retval.cc: New file.
8968 * gdb.cp/non-trivial-retval.exp: New file.
8969
10c5f0a8
YQ
89702014-10-15 Yao Qi <yao@codesourcery.com>
8971
8972 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8973 remote host.
8974
65d7b369
YQ
89752014-10-15 Yao Qi <yao@codesourcery.com>
8976
8977 * gdb.python/py-symbol.exp: Match file base name if host is
8978 remote, otherwise match file name with dir name.
8979 * gdb.python/py-symtab.exp: Likewise.
8980 * gdb.python/python.exp: Likewise.
8981
46dc1394
YQ
89822014-10-15 Yao Qi <yao@codesourcery.com>
8983
8984 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8985 pattern.
8986 * gdb.python/py-symtab.exp: Likewise.
8987 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8988 locationn.
8989
c40cc657
JB
89902014-10-14 Joel Brobecker <brobecker@adacore.com>
8991
8992 * gdb.ada/addr_arith: New testcase.
8993
2abf49e1
MR
89942014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8995
8996 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8997 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8998 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8999 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9000
f7088df3
SDJ
90012014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9002
9003 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9004 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9005 * gdb.arch/stap-eval-lang-ada.exp: New file.
9006
4dc06805
YQ
90072014-10-14 Yao Qi <yao@codesourcery.com>
9008
9009 * gdb.mi/mi-var-child.c (nothing1): New function.
9010 (nothing2): New function.
9011 (do_children_tests): Set function pointers by nothing1 and
9012 nothing2.
9013 * gdb.mi/mi-var-child.exp: Step over new added statements.
9014 Update test to match the new output.
9015 * gdb.mi/var-cmd.c (nothing1): New function.
9016 (nothing2): New function.
9017 (do_children_tests): Set function pointers by nothing1 and
9018 nothing2.
9019 * gdb.mi/mi-var-display.exp: Update test to match output.
9020 Step to the line specified by $line_dct_nothing.
9021 Increase the number of lines to step.
9022
46a93de2
YQ
90232014-10-14 Yao Qi <yao@codesourcery.com>
9024
9025 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9026 tests.
9027 * gdb.mi/mi2-var-child.exp: Likewise.
9028
14ea52ee
DE
90292014-10-13 Doug Evans <dje@google.com>
9030
9031 * gdb.python/py-objfile.exp: Change name of file name test.
9032
e5c6e92b
DE
90332014-10-13 Doug Evans <dje@google.com>
9034
9035 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9036 from the start of the CU.
9037
c780cc2f
JK
90382014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9039 Yao Qi <yao@codesourcery.com>
9040
9041 Fix "save breakpoints" for "catch" command.
9042 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9043 Remove -nonewline. Match also the added "main" line.
9044
99894e11
JK
90452014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9046
9047 Fix "save breakpoints" for "disable $bpnum" command.
9048 * gdb.base/save-bp.c (main): Add label.
9049 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9050
6e1ac5a3
JK
90512014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9052
9053 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9054
754dd2b0
YQ
90552014-10-11 Yao Qi <yao@codesourcery.com>
9056
9057 * gdb.server/server-kill.exp: Execute command
9058 "set remote trace-status-packet on" before "tstatus".
9059
f90183d7
YQ
90602014-10-11 Yao Qi <yao@codesourcery.com>
9061
9062 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9063 (main): Call getppid.
9064 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9065 and continue to it. Read variable "server_pid".
9066
bf40a607
YQ
90672014-10-11 Yao Qi <yao@codesourcery.com>
9068
9069 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9070
052ca370
YQ
90712014-10-11 Yao Qi <yao@codesourcery.com>
9072
9073 * gdb.threads/thread-find.exp: Don't execute command
9074 "info threads".
9075 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9076 * gdb.threads/linux-dp.exp: Don't check the condition
9077 $threads_created equals to zero.
9078
3831839c
PA
90792014-10-10 Pedro Alves <palves@redhat.com>
9080
9081 * gdb.base/bigcore.exp: Remove references to IRIX.
9082 * gdb.base/funcargs.exp: Likewise.
9083 * gdb.base/interrupt.exp: Likewise.
9084 * gdb.base/mips_pro.exp: Likewise.
9085 * gdb.base/nodebug.exp: Likewise.
9086 * gdb.base/setvar.exp: Likewise.
9087 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9088
8b9a549d
PA
90892014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9090 Pedro Alves <palves@redhat.com>
9091
9092 PR symtab/14466
9093 * gdb.base/vdso-warning.c: New file.
9094 * gdb.base/vdso-warning.exp: New file.
9095
d48ba5e8
DE
90962014-10-02 Doug Evans <dje@google.com>
9097
9098 * gdb.base/structs.c (main): Don't run forever.
9099
2278c276
PA
91002014-10-02 Pedro Alves <palves@redhat.com>
9101
9102 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9103 (top level) <stop threads 1, stop threads 2>: Use it.
9104
b57bacec
PA
91052014-10-02 Pedro Alves <palves@redhat.com>
9106
9107 * gdb.threads/break-while-running.exp (test): Add new
9108 'update_thread_list' argument. Skip "info threads" if false.
9109 (top level): Add new 'update_thread_list' axis.
9110
13fd3ff3
PA
91112014-10-02 Pedro Alves <palves@redhat.com>
9112
9113 PR breakpoints/17431
9114 * gdb.base/execl-update-breakpoints.c: New file.
9115 * gdb.base/execl-update-breakpoints.exp: New file.
9116
0fec99e8
PA
91172014-10-01 Pedro Alves <palves@redhat.com>
9118
9119 * gdb.base/breakpoint-in-ro-region.c: New file.
9120 * gdb.base/breakpoint-in-ro-region.exp: New file.
9121
2ddf4301
SM
91222014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9123
9124 * gdb.mi/mi-exit-code.exp: New file.
9125 * gdb.mi/mi-exit-code.c: New file.
9126
6a5f3f43
YQ
91272014-09-30 Yao Qi <yao@codesourcery.com>
9128
9129 * lib/prelink-support.exp (build_executable_own_libs): Error if
9130 the target isn't native.
9131
345bcc73
YQ
91322014-09-30 Yao Qi <yao@codesourcery.com>
9133
9134 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9135 false.
9136
a25a5a45
PA
91372014-09-22 Pedro Alves <palves@redhat.com>
9138
9139 * gdb.threads/break-while-running.exp: New file.
9140 * gdb.threads/break-while-running.c: New file.
9141
00ba3162
YQ
91422014-09-19 Yao Qi <yao@codesourcery.com>
9143
9144 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9145 Invoke test. Restart GDB with --readnow and invoke test again.
9146
c3b7b696
YQ
91472014-09-19 Yao Qi <yao@codesourcery.com>
9148
9149 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9150 proc set_breakpoint_on_gcd_function. Invoke
9151 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9152 invoke set_breakpoint_on_gcd_function again.
9153
2b4fd423
DE
91542014-09-18 Doug Evans <dje@google.com>
9155
9156 * gdb.dwarf2/symtab-producer.exp: New file.
9157
a5947601
SDJ
91582014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9159
9160 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9161 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9162 * gdb.base/global-var-nested-by-dso.c: Likewise.
9163 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9164
91c19059
SDJ
91652014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9166 Pedro Alves <palves@redhat.com>
9167
9168 * gdb.base/watch-bitfields.exp: Pass string other than test file
9169 name to prepare_for_testing.
9170 (watch): New procedure.
9171 (expect_watchpoint): Use with_test_prefix.
9172 (top level): Factor out tests to ...
9173 (test_watch_location, test_regular_watch): ... these new
9174 procedures, and use with_test_prefix and gdb_continue_to_end.
9175
bb9d5f81
PP
91762014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9177
9178 PR breakpoints/12526
9179 * gdb.base/watch-bitfields.exp: New file.
9180 * gdb.base/watch-bitfields.c: New file.
9181
635856f5
PA
91822014-09-16 Pedro Alves <palves@redhat.com>
9183
9184 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9185 software and hardware addresses, not software address against
9186 itself.
9187
7280ceea
PA
91882014-09-16 Pedro Alves <palves@redhat.com>
9189
9190 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9191 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9192
428b16bd
PA
91932014-09-16 Pedro Alves <palves@redhat.com>
9194
9195 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9196 files.
9197 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9198 "*-*-vxworks*" throughout.
9199 * gdb.base/break.exp: Likewise.
9200 * gdb.base/default.exp: Likewise.
9201 * gdb.base/scope.exp: Likewise.
9202 * gdb.base/sepdebug.exp: Likewise.
9203 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9204 throughout.
9205 * gdb.base/run.c: Likewise.
9206 * gdb.base/sepdebug.c: Likewise.
9207 * gdb.hp/gdb.aCC/run.c: Likewise.
9208 * gdb.reverse/until-reverse.c: Likewise.
9209 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9210
666d413c
YQ
92112014-09-16 Yao Qi <yao@codesourcery.com>
9212
9213 * boards/local-remote-host-native.exp: New file.
9214
57cbd724
DE
92152014-09-14 Doug Evans <xdje42@gmail.com>
9216
9217 * gdb.threads/queue-signal.c (thread_count): New variable.
9218 (thread_count_mutex, thread_count_condvar): New variables.
9219 (incr_thread_count, wait_all_threads_running): New functions.
9220 (main): Wait for all threads to be in their thread functions.
9221
81219e53
DE
92222014-09-13 Doug Evans <xdje42@gmail.com>
9223
9224 * gdb.threads/queue-signal.c: New file.
9225 * gdb.threads/queue-signal.exp: New file.
9226
3714cea7
DE
92272014-09-13 Doug Evans <xdje42@gmail.com>
9228
9229 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9230 be consistent with what default_gdb_init uses.
9231 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9232 the plain text of the prompt. Add some logging printfs.
9233 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9234
fa43b1d7
PA
92352014-09-12 Pedro Alves <palves@redhat.com>
9236
9237 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9238 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9239 * gdb.arch/i386-size-overlap.exp: Likewise.
9240 * gdb.arch/i386-size.exp: Likewise.
9241 * gdb.arch/i386-unwind.exp: Likewise.
9242 * gdb.base/a2-run.exp: Likewise.
9243 * gdb.base/break.exp: Likewise.
9244 * gdb.base/charset.exp: Likewise.
9245 * gdb.base/chng-syms.exp: Likewise.
9246 * gdb.base/commands.exp: Likewise.
9247 * gdb.base/dbx.exp: Likewise.
9248 * gdb.base/find.exp: Likewise.
9249 * gdb.base/funcargs.exp: Likewise.
9250 * gdb.base/jit-simple.exp: Likewise.
9251 * gdb.base/reread.exp: Likewise.
9252 * gdb.base/sepdebug.exp: Likewise.
9253 * gdb.base/step-bt.exp: Likewise.
9254 * gdb.cp/mb-inline.exp: Likewise.
9255 * gdb.cp/mb-templates.exp: Likewise.
9256 * gdb.objc/basicclass.exp: Likewise.
9257 * gdb.threads/killed.exp: Likewise.
9258
9d9bf2df
EBM
92592014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9260
9261 PR tdep/17379
9262 * gdb.arch/powerpc-stackless.S: New file.
9263 * gdb.arch/powerpc-stackless.exp: New file.
9264
1cf2f1b0
JK
92652014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9266
9267 * gdb.base/attach.c: Include unistd.h.
9268 (main): Call alarm. Add label postloop.
9269 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9270 gdb_breakpoint, gdb_continue_to_breakpoint.
9271 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9272
98880d46
PA
92732014-09-11 Pedro Alves <palves@redhat.com>
9274
9275 PR gdb/17347
9276 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9277 * gdb.base/attach.exp (test_command_line_attach_run): New
9278 procedure.
9279 (top level): Call it.
9280
4c92ff2c
PA
92812014-09-11 Pedro Alves <palves@redhat.com>
9282
9283 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9284 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9285 (do_command_attach_tests): Use spawn_wait_for_attach.
9286 * gdb.base/solib-overlap.exp: Likewise.
9287 * gdb.multi/multi-attach.exp: Likewise.
9288 * gdb.python/py-prompt.exp: Likewise.
9289 * gdb.python/py-sync-interp.exp: Likewise.
9290 * gdb.server/ext-attach.exp: Likewise.
9291
3adc1a7d
GKB
92922014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9293
9294 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9295 command in testcase. Simplify testcase.
9296
96334934
JB
92972014-09-10 Joel Brobecker <brobecker@adacore.com>
9298
9299 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9300
eb479039
JB
93012014-09-10 Joel Brobecker <brobecker@adacore.com>
9302
9303 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9304
deede10c
JB
93052014-09-10 Joel Brobecker <brobecker@adacore.com>
9306
9307 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9308
7828a5f5
JB
93092014-09-10 Joel Brobecker <brobecker@adacore.com>
9310
9311 * gdb.dwarf2/dynarr-ptr.c: New file.
9312 * gdb.dwarf2/dynarr-ptr.exp: New file.
9313
33aeebcf
MR
93142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9315
9316 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9317 of 30 rather than hardcoding 120 for a slow test case. Take the
9318 `gdb,timeout' target setting into account for this calculation.
9319 Don't extend the timeout for the test cases that don't need it.
9320
7b415901
MR
93212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9322
9323 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9324 a factor of 2 for a slow test case. Take the `gdb,timeout'
9325 target setting into account for this calculation.
9326 * gdb.reverse/until-precsave.exp: Increase the timeout by
9327 a factor of 15 and 3 respectively rather than adding 120
9328 for a pair of slow test cases. Take the `gdb,timeout'
9329 target setting into account for this calculation.
9330
4a40f85a
MR
93312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9332
9333 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9334 timeout, don't pass one down to gdb_expect.
9335 (gdb_expect): Rework timeout selection.
9336
09635af7
MR
93372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9338
9339 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9340 exception on timeout.
9341 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9342 (gdbserver_start_extended): Catch any `gdbserver_start' error
9343 exceptions.
9344 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9345 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9346 `gdbserver_gdb_load' error exceptions.
9347
2bdd10b7
MR
93482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9349
9350 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9351 120 on waiting for the TCP socket to open.
9352
316935f0
DE
93532014-09-09 Doug Evans <xdje42@gmail.com>
9354
9355 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9356 _caller_matches, _any_caller_is, _any_caller_matches.
9357
83740597
DE
93582014-09-09 Doug Evans <xdje42@gmail.com>
9359
9360 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9361
4c122fc3
YQ
93622014-09-09 Yao Qi <yao@codesourcery.com>
9363
9364 * gdb.mi/mi-var-display.exp: Set print symbol off.
9365
a9f116cb
GKB
93662014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9367
9368 PR gdb/17035
9369 * gdb.base/commands.exp: Add tests to verify user-defined
9370 commands with empty bodies.
9371 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9372 python commands in `show user command`.
9373 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9374 scheme commands in `show user command`.
9375
c75bd3a2
JK
93762014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9377
9378 PR python/17355
9379 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9380 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9381 * gdb.python/py-framefilter-invalidarg.exp: New file.
9382 * gdb.python/py-framefilter-invalidarg.py: New file.
9383
faa42425
DE
93842014-09-06 Doug Evans <xdje42@gmail.com>
9385
9386 PR 15276
9387 * gdb.python/py-caller-is.c: New file.
9388 * gdb.python/py-caller-is.exp: New file.
9389
474ca4f6
SDJ
93902014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9391
9392 PR gdb/17235
9393 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9394 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9395
eb0b0463
SDJ
93962014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9397
9398 PR fortran/17237
9399 * gdb.fortran/print-formatted.exp: New file.
9400 * gdb.fortran/print-formatted.f90: Likewise.
9401
5f3b99cf
SS
94022014-09-03 Sasha Smundak <asmundak@google.com>
9403
9404 * gdb.python/py-frame.exp: Test Frame.read_register.
9405
7d793aa9
SDJ
94062014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9407
9408 PR python/16699
9409 * gdb.python/py-completion.exp: New file.
9410 * gdb.python/py-completion.py: Likewise.
9411
fb0576e9
DE
94122014-08-28 Doug Evans <dje@google.com>
9413
9414 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9415 eax,etc. are live with values set by gdb and thus the compiler can't
9416 use them.
9417 * gdb.arch/i386-pseudo.c (main): Ditto.
9418
ee92b0dd
DE
94192014-08-27 Doug Evans <dje@google.com>
9420
9421 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9422
6649db35
DE
94232014-08-25 Doug Evans <dje@google.com>
9424
9425 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9426 (main): Ditto.
9427
564b7600
DE
94282014-08-25 Doug Evans <dje@google.com>
9429
9430 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9431
3881fb67
YQ
94322014-08-24 Yao Qi <yao@codesourcery.com>
9433
9434 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9435 symbol off.
9436 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9437
a05a36a5
DE
94382014-08-22 Doug Evans <dje@google.com>
9439
9440 PR 17276
9441 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9442 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9443 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9444
7c343b48
YQ
94452014-08-22 Yao Qi <yao@codesourcery.com>
9446
9447 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9448 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9449 * gdb.python/python.exp: Likewise. Use .py file on the host
9450 instead of the build.
9451
22fd09ae
JK
94522014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9453
9454 * gdb.threads/gcore-stale-thread.c: New file.
9455 * gdb.threads/gcore-stale-thread.exp: New file.
9456
a8454a7c
PA
94572014-08-21 Pedro Alves <palves@redhat.com>
9458
9459 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9460 * gdb.base/gcore-relro-pie.exp: Likewise.
9461 * gdb.base/gcore-relro.exp: Likewise.
9462 * gdb.base/gcore.exp: Likewise.
9463 * gdb.base/print-symbol-loading.exp: Likewise.
9464 * gdb.threads/gcore-thread.exp: Likewise.
9465 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9466
2a31c623
PA
94672014-08-20 Pedro Alves <palves@redhat.com>
9468 Jan Kratochvil <jan.kratochvil@redhat.com>
9469
9470 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9471 configure.
9472 (EXPECT): Handle READ1 being set.
9473 (all): Depend on EXTRA_RULES.
9474 (check-read1, expect-read1, read1.so, read1): New rules.
9475 * README (Testsuite Parameters): Document the READ1 make variable.
9476 (Race detection): New section.
9477 * configure: Regenerate.
9478 * configure.ac: If build==host==target, and running under a
9479 GNU/glibc system, add read1 to the extra Makefile rules.
9480 (EXTRA_RULES): AC_SUBST it.
9481 * lib/read1.c: New file.
9482
d36430db
JB
94832014-08-20 Joel Brobecker <brobecker@adacore.com>
9484
9485 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9486 the handling of variables declared as a typedef to an array
9487 which a DW_AT_data_location attribute.
9488
9a0dc9e3
PA
94892014-08-19 Andrew Burgess <aburgess@broadcom.com>
9490 Pedro Alves <palves@redhat.com>
9491
9492 PR symtab/14604
9493 PR symtab/14605
9494 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9495 gdb_test.
9496
0718a8da
PA
94972014-08-19 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9500
13b448cd
YQ
95012014-08-19 Yao Qi <yao@codesourcery.com>
9502
9503 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9504 right line.
9505
1cbf5077
DB
95062014-08-18 David Blaikie <dblaikie@gmail.com>
9507
9508 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9509
bf0fae19
JB
95102014-08-18 Joel Brobecker <brobecker@adacore.com>
9511
9512 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9513 attribute in array range.
9514
3c8c5dcc
JB
95152014-08-18 Joel Brobecker <brobecker@adacore.com>
9516
9517 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9518
e66d4446
SC
95192014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9520
9521 PR c++/17132
9522 * gdb.cp/pr17132.cc: New file.
9523 * gdb.cp/pr17132.exp: New file.
9524
940df408
SC
95252014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9526
9527 * gdb.python/py-xmethods.py (A_getarrayind)
9528 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9529 Use 'print' with function call syntax.
9530 (E_method_matcher.match): Fix tab vs space indentation mixup.
9531
ebcc6c3a
YQ
95322014-08-15 Yao Qi <yao@codesourcery.com>
9533
9534 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9535 false.
9536
775e0f04
YQ
95372014-08-15 Yao Qi <yao@codesourcery.com>
9538
9539 * gdb.cp/casts.exp: Set print symbol off.
9540 * gdb.cp/class2.exp: Likewise.
9541 * gdb.cp/overload.exp: Likewise.
9542 * gdb.cp/templates.exp: Likewise.
9543
d769e349
DE
95442014-08-11 Doug Evans <dje@google.com>
9545
9546 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9547 (test_load_shlib): Update.
9548
20c6f1e1
YQ
95492014-08-09 Yao Qi <yao@codesourcery.com>
9550
9551 * gdb.base/display.exp: Invoke is_address_zero_readable.
9552 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9553 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9554 * gdb.base/hbreak-unmapped.exp: Return if
9555 is_address_zero_readable returns true.
9556 * gdb.base/signest.exp: Likewise.
9557 * gdb.base/signull.exp: Likewise.
9558 * gdb.base/sigbpt.exp: Likewise.
9559 * gdb.guile/scm-disasm.exp: Do the test if
9560 is_address_zero_readable returns false.
9561 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9562 * gdb.python/py-arch.exp: Likewise.
9563 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9564 * lib/gdb.exp (is_address_zero_readable): New proc.
9565
5792e8e3
YQ
95662014-08-09 Yao Qi <yao@codesourcery.com>
9567
9568 PR testsuite/13443
9569 * gdb.mi/mi-var-display.exp: Make test messages unique.
9570
3cecbbbe
TT
95712014-08-04 Tom Tromey <tromey@redhat.com>
9572
9573 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9574 target 0".
9575
00b51ff5
TT
95762014-08-04 Tom Tromey <tromey@redhat.com>
9577
9578 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9579 "target_resume".
9580
6908c509
JB
95812014-08-01 Joel Brobecker <brobecker@adacore.com>
9582
9583 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9584 inner_vla_struct_object_size.
9585 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9586 as xfail.
9587
cc6563d2
PA
95882014-07-30 Pedro Alves <palves@redhat.com>
9589
9590 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9591 comment.
9592
7e09a223
YQ
95932014-07-29 Yao Qi <yao@codesourcery.com>
9594
9595 PR gdb/17206
9596 * gdb.base/until-nodebug.exp: New.
9597
7ebdbe92
DE
95982014-07-28 Doug Evans <xdje42@gmail.com>
9599
9600 PR guile/17203
9601 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9602 previously existing parameter, and previously ambiguously spelled
9603 parameter.
9604
fdb1adc6
WN
96052014-07-28 Will Newton <will.newton@linaro.org>
9606
9607 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9608
186fcde0
DE
96092014-07-26 Ludovic Courtès <ludo@gnu.org>
9610 Doug Evans <xdje42@gmail.com>
9611
9612 PR guile/17146
9613 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9614
70509625
PA
96152014-07-25 Pedro Alves <palves@redhat.com>
9616
9617 * gdb.threads/signal-command-handle-nopass.c: New file.
9618 * gdb.threads/signal-command-handle-nopass.exp: New file.
9619 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9620 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9621 * gdb.threads/signal-delivered-right-thread.c: New file.
9622 * gdb.threads/signal-delivered-right-thread.exp: New file.
9623
c3f814a1
PA
96242014-07-25 Pedro Alves <palves@redhat.com>
9625
9626 * gdb.base/double-prompt-target-event-error.exp
9627 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9628 match.
9629 (cancel_pagination_in_target_event): Rework double prompt
9630 detection.
9631 * gdb.base/paginate-after-ctrl-c-running.exp
9632 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9633 <return>' match.
9634 * gdb.base/paginate-bg-execution.exp
9635 (test_bg_execution_pagination_return)
9636 (test_bg_execution_pagination_cancel): Remove '-notransfer
9637 <return>' matches.
9638 * gdb.base/paginate-execution-startup.exp
9639 (test_fg_execution_pagination_return)
9640 (test_fg_execution_pagination_cancel): Remove '-notransfer
9641 <return>' matches.
9642 * gdb.base/paginate-inferior-exit.exp
9643 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9644 match.
9645 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9646 * lib/gdb.exp (pagination_prompt): Run text through
9647 string_to_regexp.
9648 (gdb_test_multiple): Match $pagination_prompt instead of
9649 "<return>".
9650 (string_to_regexp): Move to lib/gdb-utils.exp.
9651
e214cf6c
JK
96522014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9653
9654 * gdb.arch/amd64-entry-value-paramref.S: New file.
9655 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9656 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9657 * gdb.arch/amd64-optimout-repeat.S: New file.
9658 * gdb.arch/amd64-optimout-repeat.c: New file.
9659 * gdb.arch/amd64-optimout-repeat.exp: New file.
9660
17d0c5c8
JK
96612014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9662
9663 PR gdb/17170
9664 * gdb.base/statistics.exp: New file.
9665
b8b8facf
DE
96662014-07-17 Doug Evans <dje@google.com>
9667
74b49205 9668 PR gdb/17170
b8b8facf
DE
9669 * gdb.base/maint.exp: Update testing of per-command stats.
9670
1b5d0ab3
PA
96712014-07-16 Pedro Alves <palves@redhat.com>
9672
9673 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9674 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9675 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9676 (tfile_write_buf): New functions.
9677 (add_memory_block): Rewrite using the above.
9678 (adjust_function_address): New function.
9679 (FUNCTION_ADDRESS): New macro.
9680 (write_basic_trace_file): Remove short_x local, and use
9681 tfile_write_16. Change type of func_addr local to unsigned long
9682 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9683 here. Cast argument of add_memory_block to char pointer.
9684 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9685 (main): Remove parameters.
9686 * gdb.trace/tfile.exp: Remove nowarnings.
9687
4d974e88
SM
96882014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9689
9690 * gdb.base/debug-expr.exp: Test string evaluation with
9691 "debug expression" on.
9692
41e99568
PA
96932014-07-15 Pedro Alves <palves@redhat.com>
9694
9695 * gdb.base/reread.exp: Use clean_restart.
9696
487d9753
PL
96972014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9698
9699 * gdb.arch/avr-flash-qualifer.c: New.
9700 * gdb.arch/avr-flash-qualifer.exp: New.
9701
cc1c52ad
PA
97022014-07-14 Pedro Alves <palves@redhat.com>
9703
9704 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9705 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9706
1e973570
PA
97072014-07-14 Pedro Alves <palves@redhat.com>
9708
9709 * gdb.base/double-prompt-target-event-error.c: New file.
9710 * gdb.base/double-prompt-target-event-error.exp: New file.
9711
93d6eb10
PA
97122014-07-14 Pedro Alves <palves@redhat.com>
9713
9714 PR gdb/17072
9715 * gdb.base/paginate-inferior-exit.c: New file.
9716 * gdb.base/paginate-inferior-exit.exp: New file.
9717
0017922d
PA
97182014-07-14 Pedro Alves <palves@redhat.com>
9719
9720 PR gdb/17072
9721 * gdb.base/paginate-bg-execution.c: New file.
9722 * gdb.base/paginate-bg-execution.exp: New file.
9723
94696ad3
PA
97242014-07-14 Pedro Alves <palves@redhat.com>
9725
9726 PR gdb/17072
9727 * gdb.base/paginate-execution-startup.c: New file.
9728 * gdb.base/paginate-execution-startup.exp: New file.
9729 * lib/gdb.exp (pagination_prompt): New global.
9730 (default_gdb_spawn): New procedure, factored out from
9731 default_gdb_spawn.
9732 (default_gdb_start): Adjust to call default_gdb_spawn.
9733 (gdb_spawn): New procedure.
9734
bd293940
PA
97352014-07-14 Pedro Alves <palves@redhat.com>
9736
9737 * lib/gdb.exp (gdb_assert): New procedure.
9738 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9739
c933f875
PA
97402014-07-14 Pedro Alves <palves@redhat.com>
9741
9742 * gdb.base/execution-termios.c: New file.
9743 * gdb.base/execution-termios.exp: New file.
9744
d98b7a16
TT
97452014-07-14 Tom Tromey <tromey@redhat.com>
9746
9747 * gdb.cp/vla-cxx.cc: New file.
9748 * gdb.cp/vla-cxx.exp: New file.
9749
548740d6
TT
97502014-07-14 Tom Tromey <tromey@redhat.com>
9751
9752 * gdb.reverse/rerun-prec.c: New file.
9753 * gdb.reverse/rerun-prec.exp: New file.
9754
a25eb028
MR
97552014-07-12 Maciej W. Rozycki <macro@mips.com>
9756 Maciej W. Rozycki <macro@codesourcery.com>
9757
9758 * lib/gdb-utils.exp: New file.
9759 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9760 inline `gdb_init_command' processing.
9761 (gdb_start_cmd): Likewise.
9762 * lib/mi-support.exp (mi_run_cmd): Likewise.
9763 * README: Document `gdb_init_command' and `gdb_init_commands'.
9764
218c2655
JK
97652014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9766
9767 Fix false FAIL running under a very long directory name.
9768 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9769 and "set print elements 10000". Twice.
9770
5401fde3
YQ
97712014-07-11 Yao Qi <yao@codesourcery.com>
9772
9773 * gdb.base/exprs.exp: "set print symbol off".
9774
e76126e8
PA
97752014-07-11 Pedro Alves <palves@redhat.com>
9776
9777 * gdb.threads/kill.c: New file.
9778 * gdb.threads/kill.exp: New file.
9779
2d6f0de6
YQ
97802014-07-10 Yao Qi <yao@codesourcery.com>
9781
9782 * gdb.trace/tfile.c (write_basic_trace_file)
9783 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9784 address written to trace file.
9785
7180e04a
PA
97862014-07-09 Pedro Alves <palves@redhat.com>
9787
9788 * gdb.base/attach-wait-input.exp: New file.
9789 * gdb.base/attach-wait-input.c: New file.
9790
9a9a7608
AB
97912014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9792
9793 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9794 setting up test structures.
9795 (main): Call new test function.
9796 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9797 test function, continue into test function and walk test
9798 structures.
9799
161ac41e
YQ
98002014-07-02 Yao Qi <yao@codesourcery.com>
9801
9802 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9803 'bar_start' at the beginning of functions 'foo' and 'bar'
9804 respectively.
9805 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9806 instead of 'foo' and 'bar'.
9807
1f267ae3
MM
98082014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9809
9810 * gdb.btrace/segv.exp: New.
9811 * gdb.btrace/segv.c: New.
9812
2b239efb
LM
98132014-07-02 Luis Machado <lgustavo@codesourcery.com>
9814
9815 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9816 instruction.
9817
cf363f18
MW
98182014-06-30 Mark Wielaard <mjw@redhat.com>
9819
9820 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9821 vulture, vilify, villar): New volatile array constants.
9822 (vindictive, vegetation): New const volatile array constants.
9823 * gdb.base/volatile.exp: Test volatile and const volatile array
9824 types.
9825
aebf9d24
AA
98262014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9827
9828 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9829 target lacks support for awatch, rwatch, or hbreak.
9830
b67a2c6f
YQ
98312014-06-27 Yao Qi <yao@codesourcery.com>
9832
9833 * gdb.multi/dummy-frame-restore.exp: New.
9834 * gdb.multi/dummy-frame-restore.c: New.
9835
aef92902
MM
98362014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9837
9838 * gdb.btrace/gcore.exp: New.
9839
8e9db26e
PA
98402014-06-23 Pedro Alves <palves@redhat.com>
9841
9842 * gdb.base/watchpoint-reuse-slot.c: New file.
9843 * gdb.base/watchpoint-reuse-slot.exp: New file.
9844
70afc5b7
SC
98452014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9846
9847 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9848 progspace's filename in 'info', 'enable' and 'disable' command
9849 tests.
9850
b972bd9c
JK
98512014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9852
9853 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9854 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9855 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9856
125f8a3d
GB
98572014-06-20 Gary Benson <gbenson@redhat.com>
9858
9859 * gdb.arch/i386-avx.exp: Fix include file location.
9860 * gdb.arch/i386-sse.exp: Likewise.
9861
3ed9baed
IB
98622014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9863
9864 * gdb.dlang/expression.exp: New file.
9865
034f788c
PA
98662014-06-19 Pedro Alves <palves@redhat.com>
9867
9868 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9869 out from ...
9870 (top level): ... here. Iterate running tests under different
9871 scheduler-locking settings.
9872
45371d0c
LM
98732014-06-18 Luis Machado <lgustavo@codesourcery.com>
9874
9875 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9876 to DW_FORM_addr and use non-zero addresses.
9877
5d376983
SC
98782014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9879
9880 PR gdb/17017
9881 * gdb.python/py-xmethods.cc: Add global function call counters and
9882 increment them in their respective functions. Remove "cout"
9883 statements.
9884 * gdb.python/py-xmethods.exp: Make tests check the global function
9885 call counters instead of depending on inferior IO.
9886
a1aa2221
LM
98872014-06-18 Don Breazeal <donb@codesourcery.com>
9888
9889 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9890 Deleted procedure.
9891 (explicit_fork_parent_follow): Deleted procedure.
9892 (explicit_fork_child_follow): Deleted procedure.
9893 (test_follow_fork): New procedure.
9894 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9895 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9896 procedure calls.
9897
0fc05997
YQ
98982014-06-17 Yao Qi <yao@codesourcery.com>
9899
9900 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9901 CP1252.
9902
70795c52
LM
99032014-06-17 Luis Machado <lgustavo@codesourcery.com>
9904
9905 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9906 Initialize ptr and S explicitly.
9907 (skip_type_update_when_not_use_rtti_test): Likewise.
9908
6be47f0c
KS
99092014-06-16 Keith Seitz <keiths@redhat.com>
9910
9911 PR mi/15863
9912 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9913 the inferior is started.
9914
d03de421
PA
99152014-06-16 Pedro Alves <palves@redhat.com>
9916
9917 * gdb.base/break-main-file-remove-fail.c: New file.
9918 * gdb.base/break-main-file-remove-fail.exp: New file.
9919 * gdb.base/break-unload-file.exp: Use build_executable instead of
9920 prepare_for_testing.
9921 (test_break): New parameter "initial_load". Handle it.
9922 (top level): Add initial_load cmdline/file axis.
9923
f9579b99
TT
99242014-06-12 Tom Tromey <tromey@redhat.com>
9925
9926 * gdb.base/completion.exp: Don't use directory name in test.
9927
3657956b
GB
99282014-06-09 Gary Benson <gbenson@redhat.com>
9929
9930 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9931 separate the always-available ANSI-standard signals from the
9932 signals that require checking.
9933 (main): Likewise.
9934 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9935 Likewise.
9936 (main): Likewise.
9937
4186eb54
KS
99382014-06-07 Keith Seitz <keiths@redhat.com>
9939
9940 Revert:
9941 PR c++/16253
9942 * gdb.cp/var-tag.cc: New file.
9943 * gdb.cp/var-tag.exp: New file.
9944 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9945 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9946 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9947 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9948
25326a28 99492014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9950
9951 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9952
829155c9
PA
99532014-06-06 Pedro Alves <palves@redhat.com>
9954
9955 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9956 in target debug output instead of looking at RSP packets,
9957 disabling the test on any target that uses hardware stepping.
9958 Update comments.
9959
61c8d22e
PA
99602014-06-06 Pedro Alves <palves@redhat.com>
9961
9962 * gdb.base/break-unload-file.exp: Fix typo.
9963
d9a47287
YQ
99642014-06-06 Yao Qi <yao@codesourcery.com>
9965
9966 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9967 from "jit_function" to "^jit_function".
9968
e5e01dbf
YQ
99692014-06-06 Yao Qi <yao@codesourcery.com>
9970
9971 * gdb.base/async.c (foo): Add one statement.
9972 * gdb.base/async.exp: Get the next instruction address and
9973 match the output of "nexti" by instruction address. Match
9974 the hex address in the output of "finish".
9975
73ba372c
GB
99762014-06-06 Gary Benson <gbenson@redhat.com>
9977
9978 * gdb.base/call-signals.c: Remove preprocessor conditionals
9979 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9980 SIGSEGV and SIGTERM.
9981 * gdb.base/sigall.c: Likewise.
9982 * gdb.base/unwindonsignal.c: Likewise.
9983 * gdb.reverse/sigall-reverse.c: Likewise.
9984
831517df
YQ
99852014-06-06 Yao Qi <yao@codesourcery.com>
9986
9987 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9988 readable, skip the test.
9989
b8b91e98
YQ
99902014-06-06 Yao Qi <yao@codesourcery.com>
9991
9992 * gdb.threads/staticthreads.c (thread_function): Move the line
9993 setting breakpoint on forward.
9994 * gdb.threads/staticthreads.exp: Update comments.
9995
fb934770
LC
99962014-06-05 Ludovic Courtès <ludo@gnu.org>
9997
9998 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9999 "history-append! type error".
10000
6ef284bd
SM
100012014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10002
10003 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10004 erroneous dprintf expected input.
10005
a872e241
DE
100062014-06-04 Doug Evans <xdje42@gmail.com>
10007
10008 * gdb.guile/scm-generics.exp: Delete.
10009
16f691fb
DE
100102014-06-04 Doug Evans <xdje42@gmail.com>
10011
10012 * gdb.guile/scm-breakpoint.exp: Update.
10013 Add tests for breakpoint registration.
10014
012370f6
TT
100152014-06-04 Tom Tromey <tromey@redhat.com>
10016
10017 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10018 VLA-in-union.
10019 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10020 inner_vla_struct, vla_union types. Initialize objects of those
10021 types and compute their sizes.
10022
9f5a4cef
HZ
100232014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10024 Hui Zhu <hui@codesourcery.com>
10025
10026 * gdb.base/fileio.exp: Add test for shell not available as well as
10027 available.
10028 * gdb.base/fileio.c (test_system): Check for shell twice.
10029
90a45c4d
YQ
100302014-06-04 Yao Qi <yao@codesourcery.com>
10031
10032 * gdb.base/auto-connect-native-target.exp: Remove redundant
10033 space from the regexp pattern.
10034
70017e41
YQ
100352014-06-04 Yao Qi <yao@codesourcery.com>
10036
10037 * gdb.base/default.exp: Replace "child" with "native" in
10038 regexp pattern.
10039
883964a7
SC
100402014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10041
10042 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10043 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10044 * gdb.python/py-xmethods.py: Python script supporting the
10045 new testcase and tests.
10046
ef370185
JB
100472014-06-03 Joel Brobecker <brobecker@adacore.com>
10048 Pedro Alves <palves@redhat.com>
10049
10050 PR breakpoints/17000
10051 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10052 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10053
1e2ccb61
BM
100542014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10055
10056 * gdb.base/subst.exp: Add tests to verify partial path matching
10057 output.
10058
c6ec5ab2
PA
100592014-06-03 Pedro Alves <palves@redhat.com>
10060
10061 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10062 target that doesn't use software single-stepping.
10063
835c559f
PA
100642014-06-03 Pedro Alves <palves@redhat.com>
10065
10066 PR breakpoints/17000
10067 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10068 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10069
06eb1586
DE
100702014-06-02 Doug Evans <xdje42@gmail.com>
10071
10072 * gdb.guile/scm-parameter.exp: New file.
10073
e698b8c4
DE
100742014-06-02 Doug Evans <xdje42@gmail.com>
10075
10076 * gdb.guile/scm-cmd.c: New file.
10077 * gdb.guile/scm-cmd.exp: New file.
10078
ded03782
DE
100792014-06-02 Doug Evans <xdje42@gmail.com>
10080
10081 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10082 pretty-printer lookup.
10083 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10084 (make-pp_s-printer): Call it.
10085 (make-pretty-printer-from-dict): New function.
10086 (lookup-pretty-printer-maker-from-dict): New function.
10087 (*pretty-printer*): Simplify.
10088 (make-objfile-pp_s-printer): New function.
10089 (install-objfile-pretty-printers!): New function.
10090 (make-progspace-pp_s-printer): New function.
10091 (install-progspace-pretty-printers!): New function.
10092 * gdb.guile/scm-progspace.c: New file.
10093 * gdb.guile/scm-progspace.exp: New file.
10094
41fac0cf
PA
100952014-06-02 Pedro Alves <palves@redhat.com>
10096
10097 * gdb.base/dprintf-bp-same-addr.c: New file.
10098 * gdb.base/dprintf-bp-same-addr.exp: New file.
10099
96ae5695
EBM
101002014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10101
10102 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10103 * gdb.arch/powerpc-power.s: Likewise.
10104
da02b3a8
JB
101052014-06-02 Joel Brobecker <brobecker@adacore.com>
10106
10107 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10108
c72b2e7b
YQ
101092014-06-01 Yao Qi <yao@codesourcery.com>
10110
10111 * gdb.base/watchpoint.exp (test_watch_location): Check null
10112 pointer can be dereferenced. If not, do the test, otherwise
10113 skip it.
10114
53e8a631
AB
101152014-05-30 Andrew Burgess <aburgess@broadcom.com>
10116
10117 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10118 results.
10119 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10120
938f0e2f
AB
101212014-05-30 Andrew Burgess <aburgess@broadcom.com>
10122
10123 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10124 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10125 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10126 * gdb.arch/amd64-invalid-stack-top.c: New file.
10127 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10128
9ba6657a
PA
101292014-05-30 Pedro Alves <palves@redhat.com>
10130
10131 PR breakpoints/17000
10132 * gdb.base/sss-bp-on-user-bp.c: New file.
10133 * gdb.base/sss-bp-on-user-bp.exp: New file.
10134
522c09bf
DB
101352014-05-30 David Blaikie <dblaikie@gmail.com>
10136
10137 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10138 gnu_inline semantics via attribute.
10139 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10140 source explicitly specifies the required semantics.
10141
bf4ef81e
MR
101422014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10143
10144 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10145
329ea579
PA
101462014-05-29 Pedro Alves <palves@redhat.com>
10147 Tom Tromey <tromey@redhat.com>
10148
10149 * gdb.base/async-shell.exp: Don't enable target-async.
10150 * gdb.base/async.exp
10151 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10152 parameter. Adjust.
10153 (top level): Don't test with "target-async".
10154 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10155 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10156 * gdb.base/inferior-died.exp: Don't enable target-async.
10157 * gdb.base/interrupt-noterm.exp: Likewise.
10158 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10159 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10160 * gdb.mi/mi-nonstop.exp: Likewise.
10161 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10162 * gdb.mi/mi-nsintrall.exp: Likewise.
10163 * gdb.mi/mi-nsmoribund.exp: Likewise.
10164 * gdb.mi/mi-nsthrexec.exp: Likewise.
10165 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10166 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10167 * gdb.python/py-evsignal.exp: Don't enable target-async.
10168 * gdb.python/py-evthreads.exp: Likewise.
10169 * gdb.python/py-prompt.exp: Likewise.
10170 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10171 * gdb.server/solib-list.exp: Don't enable target-async.
10172 * gdb.threads/thread-specific-bp.exp: Likewise.
10173 * lib/mi-support.exp: Adjust to use mi-async.
10174
fd664c91
PA
101752014-05-29 Pedro Alves <palves@redhat.com>
10176
10177 PR gdb/13860
10178 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10179 reason, even in sync mode.
10180
251bde03
PA
101812014-05-29 Pedro Alves <palves@redhat.com>
10182 Hui Zhu <hui@codesourcery.com>
10183
10184 PR PR15693
10185 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10186 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10187 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10188 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10189
7f3c0343
JB
101902014-05-28 Joel Brobecker <brobecker@adacore.com>
10191
10192 * config/monitor.exp (gdb_target_monitor): Replace use of
10193 "set remotebaud" by "set serial baud".
10194
b2715b27
AW
101952014-05-26 Andy Wingo <wingo@igalia.com>
10196
10197 * gdb.guile/scm-breakpoint.exp:
10198 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10199 properties instead of gdb-object-properties.
10200
498a4489
YQ
102012014-05-26 Yao Qi <yao@codesourcery.com>
10202
10203 * gdb.server/no-thread-db.exp: Specify source file name
10204 explicitly when setting a breakpoint.
10205
589fdceb
MM
102062014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10207
10208 * gdb.btrace/vdso.c: New.
10209 * gdb.btrace/vdso.exp: New.
10210
e9089e05
MM
102112014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10212
10213 * gdb.base/gcore.exp (capture_command_output): Move ...
10214 * lib/gdb.exp (capture_command_output): ... here.
10215
67b5c0c1
MM
102162014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10217
10218 * gdb.btrace/data.exp: Test memory access during btrace replay.
10219
a2199296
SM
102202014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10221
10222 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10223
17b2616c
PA
102242014-05-21 Pedro Alves <palves@redhat.com>
10225
10226 PR gdb/13860
10227 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10228 (top level): Test that output related to execution commands is
10229 sent to the console with CLI commands, but not with MI commands.
10230 Test that breakpoint events are always mirrored to the console.
10231 Also expect the new source line to be output after a "next" in
10232 async mode too. Make it a pass/fail test.
10233 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10234 output.
10235 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10236
5166082f
PA
102372014-05-21 Pedro Alves <palves@redhat.com>
10238
10239 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10240 Use them to test variations of "list" after reaching a breakpoint.
10241 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10242 Test "list" with listsize 10 after reaching a breakpoint.
10243 * gdb.python/python.exp (decode_line current location line
10244 number): Adjust expected line number.
10245
2f25d70f
SM
102462014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10247
10248 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10249 behavior for $args, pass it directly to "run".
10250
ff604a67
MR
102512014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10252
10253 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10254 30000 to 65536.
10255
6a3cb8e8
PA
102562014-05-21 Pedro Alves <palves@redhat.com>
10257
10258 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10259 auto-connect-native-target off".
10260 * gdb.base/auto-connect-native-target.c: New file.
10261 * gdb.base/auto-connect-native-target.exp: New file.
10262
4ebfc96e
PA
102632014-05-21 Pedro Alves <palves@redhat.com>
10264
10265 * gdb.base/default.exp: Test "target native" instead of "target
10266 child".
10267
36d46afb
MW
102682014-05-21 Mark Wielaard <mjw@redhat.com>
10269
10270 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10271
5876f503
JK
102722014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10273
10274 Fix TLS access for -static -pthread.
10275 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10276 <HAVE_TLS> (thread_function, main): Initialize it.
10277 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10278 Add clean_restart.
10279 <$have_tls != "">: Check TLSVAR.
10280
0256a6ac
PA
102812014-05-21 Pedro Alves <palves@redhat.com>
10282
10283 * gdb.base/dcache-line-read-error.c: New.
10284 * gdb.base/dcache-line-read-error.exp: New.
10285
936d2992
PA
102862014-05-20 Pedro Alves <palves@redhat.com>
10287
10288 * gdb.base/compare-sections.c: New file.
10289 * gdb.base/compare-sections.exp: New file.
10290
802e8e6d
PA
102912014-05-20 Pedro Alves <palves@redhat.com>
10292
10293 * gdb.base/break-idempotent.c: New file.
10294 * gdb.base/break-idempotent.exp: New file.
10295
e59fa00f
MM
102962014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10297
10298 * gdb.btrace/nohist.exp: New.
10299
8b696e31
YQ
103002014-05-20 Yao Qi <yao@codesourcery.com>
10301
10302 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10303 gdb.reverse directory and gdb_reverse_timeout exists in board
10304 setting.
10305 * README: Document gdb_reverse_timeout.
10306
73c9764f
YQ
103072014-05-20 Yao Qi <yao@codesourcery.com>
10308
10309 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10310 'test_file_name'. Treat args as a string instead of a list.
10311 (gdb_init): Rename argument 'args' by 'test_file_name'.
10312
f1f4348a
JK
103132014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10314
10315 * gdb.arch/powerpc-power.exp: New file.
10316 * gdb.arch/powerpc-power.s: New file.
10317
0dbe70ce
DE
103182014-05-16 Doug Evans <dje@google.com>
10319
10320 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10321 * gdb.base/completion.exp: Check that all expected files exist
10322 before doing file completion.
0dbe70ce 10323
8d551b02
DE
103242014-05-16 Doug Evans <dje@google.com>
10325
10326 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10327 Update.
10328 (do_syscall_tests_without_xml): Update.
10329
73eb7709
PA
103302014-05-16 Pedro Alves <palves@redhat.com>
10331
10332 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10333 instead of "unknown output after running".
10334
3fae92fc
YQ
103352014-05-16 Yao Qi <yao@codesourcery.com>
10336
10337 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10338 file1.txt from host at the end.
10339 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10340
c2b2ccc5
DE
103412014-05-15 Doug Evans <dje@google.com>
10342
10343 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10344 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10345 loading file. Add test for TU lookup.
10346
8c217a4b
SM
103472014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10348
10349 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10350 calling "-exec-arguments" or "set args" before running the
10351 inferior.
10352
3deb39c6
SM
103532014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10354
10355 * lib/mi-support.exp (mi_expect_stop): Expect message for
10356 inferiors that exit with non-zero exit code.
10357
71a79f8c
YQ
103582014-05-14 Yao Qi <yao@codesourcery.com>
10359
10360 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10361 match absolute path on remote host.
10362 (test_file_list_exec_source_files): Remove "/" from the
10363 pattern.
10364
f23fcd46
YQ
103652014-05-14 Yao Qi <yao@codesourcery.com>
10366
10367 * boards/local-remote-host-notty.exp (${board}_file): New
10368 proc.
10369
9404b58f
KM
103702014-05-07 Kyle McMartin <kyle@redhat.com>
10371
10372 Pushed by Joel Brobecker <brobecker@adacore.com>.
10373 * gdb.arch/aarch64-atomic-inst.c: New file.
10374 * gdb.arch/aarch64-atomic-inst.exp: New file.
10375
5e45f04c
YQ
103762014-05-07 Yao Qi <yao@codesourcery.com>
10377
10378 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10379 in current context" too.
10380
c888a17d
KS
103812014-05-05 Keith Seitz <keiths@redhat.com>
10382
10383 * gdb.linespec/ls-dollar.exp: Add test for linespec
10384 file:convenience_variable.
10385
290a839c
YQ
103862014-05-05 Yao Qi <yao@codesourcery.com>
10387
10388 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10389 traceframes into tfile and ctf trace files. Read data from
10390 trace file and test collected data.
10391 (gdb_collect_locals_test): Likewise.
10392 (gdb_unavailable_registers_test): Likewise.
10393 (gdb_unavailable_floats): Likewise.
10394 (gdb_collect_globals_test): Likewise.
10395 (top-level): Append "ctf" to trace_file_targets if GDB
10396 supports.
10397
b5262cd0
YQ
103982014-05-05 Yao Qi <yao@codesourcery.com>
10399
10400 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10401 code to ...
10402 (gdb_collect_args_test_1): ... it. New proc.
10403 (gdb_collect_locals_test): Move some code to ...
10404 (gdb_collect_locals_test_1): ... it. New proc.
10405 (gdb_unavailable_registers_test): Move some code to ...
10406 (gdb_unavailable_registers_test_1): ... it. New proc.
10407 (gdb_unavailable_floats): Move some code to ...
10408 (gdb_unavailable_floats_1): ... it. New proc.
10409
30a1e6cc
SDJ
104102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10411
10412 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10413 probes to test for bitness recognition.
10414 * gdb.arch/amd64-stap-optional-prefix.exp
10415 (test_probe_value_without_reg): New procedure.
10416 Add code to test for different kinds of bitness.
10417
f33da99a
SDJ
104182014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10419
10420 PR breakpoints/16889
10421 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10422 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10423
5b80f00d
PA
104242014-05-01 Pedro Alves <palves@redhat.com>
10425
10426 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10427 gdb_file_cmd if no file is specified.
10428 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10429 last_loaded_file to set the remote exec-file.
10430
f8c2a73c
PA
104312014-05-01 Pedro Alves <palves@redhat.com>
10432
10433 * boards/local-remote-host.exp: New file.
10434
be6e8ac7
PA
104352014-05-01 Pedro Alves <palves@redhat.com>
10436
10437 * boards/local-remote-host.exp: Rename to ...
10438 * boards/local-remote-host-notty.exp: ... this.
10439
cac0dc8f
JB
104402014-04-28 Joel Brobecker <brobecker@adacore.com>
10441
10442 * gdb.ada/dyn_arrayidx: New testcase.
10443
9730e6cc
YQ
104442014-04-26 Yao Qi <yao@codesourcery.com>
10445
10446 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10447 and compute the length of function main. Save it in
10448 $main_length.
10449 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10450 (top-level): Use gdb_compile to compile objects into
10451 executable and restart GDB. Remove invocation to
10452 prepare_for_testing.
10453
7ae1a6a6
PA
104542014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10455 Pedro Alves <palves@redhat.com>
10456
10457 PR server/16255
10458 * gdb.multi/multi-attach.c: New file.
10459 * gdb.multi/multi-attach.exp: New file.
10460
4082afcc
PA
104612014-04-25 Pedro Alves <palves@redhat.com>
10462
10463 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10464 user.
10465 (top level): Test that "set remote conditional-breakpoints-packet
10466 off" works as intended.
10467 * gdb.base/dprintf.exp: Test that "set remote
10468 breakpoint-commands-packet off" works as intended.
10469 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10470 New function.
10471 (top level): Call it.
10472 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10473 remote fast-tracepoints-packet off" works as intended.
10474 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10475 * lib/gdb.exp (gdb_is_target_remote): ... here.
10476
2abc3f8d
DB
104772014-04-24 David Blaikie <dblaikie@gmail.com>
10478
10479 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10480 ensure clang would not discard them.
10481 * gdb.base/gdbvars.c: Ditto.
10482 * gdb.base/memattr.c: Ditto.
10483 * gdb.base/whatis.c: Ditto.
10484 * gdb.python/py-prettyprint.c: Ditto.
10485 * gdb.trace/actions.c: Ditto.
10486 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10487 ensure clang would not discard it.
10488
bfd39632
DB
104892014-04-24 David Blaikie <dblaikie@gmail.com>
10490
10491 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10492 clang to emit the full definition of type required by the test
10493 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10494
22842ff6
DB
104952014-04-24 David Blaikie <dblaikie@gmail.com>
10496
10497 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10498 coax Clang into emitting the definition of the type.
10499 * gdb.cp/pr10728-x.h (y): Ditto.
10500 * gdb.cp/pr10728-y.cc (y): Ditto.
10501
c2e827ad
DB
105022014-04-24 David Blaikie <dblaikie@gmail.com>
10503
10504 * gdb.base/label.exp: XFAIL label related tests under Clang.
10505 * gdb.cp/cplabel.exp: Ditto.
10506 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10507 under Clang those using labels.
10508
4c2d33e7
YQ
105092014-04-25 Yao Qi <yao@codesourcery.com>
10510
10511 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10512 double_label.
10513 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10514 partial_label and double_label.
10515
56083b99
DB
105162014-04-24 David Blaikie <dblaikie@gmail.com>
10517
10518 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10519
25d4e99d
DB
105202014-04-24 David Blaikie <dblaikie@gmail.com>
10521
10522 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10523 of the function to work across GCC and Clang.
10524 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10525 pointer types (const void ** const V void **).
10526
01f9f808
MS
105272014-04-24 Michael Sturm <michael.sturm@mintel.com>
10528 Walfred Tedeschi <walfred.tedeschi@intel.com>
10529
10530 * Makefile.in (EXECUTABLES): Added i386-avx512.
10531 * gdb.arch/i386-avx512.c: New file.
10532 * gdb.arch/i386-avx512.exp: Likewise.
10533
4b48d439
KS
105342014-04-23 Keith Seitz <keiths@redhat.com>
10535
10536 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10537 (mi_make_breakpoint_table): New procedure.
10538 (mi_create_breakpoint): Use mi_make_breakpoint
10539 and return the result.
10540 (mi_make_breakpoint): New procedure.
10541 (mi_build_kv_pairs): New procedure.
10542
10543 * gdb.mi/mi-break.exp: Remove unused globals,
10544 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10545 All callers updated.
10546 * gdb.mi/mi-dprintf.exp: Use variable to track command
10547 number.
10548 Update all callers of mi_create_breakpoint and use
10549 mi_make_breakpoint_table.
10550 Remove any unused global variables.
10551 * gdb.mi/mi-nonstop.exp: Likewise.
10552 * gdb.mi/mi-nsintrall.exp: Likewise.
10553 * gdb.mi/mi-nsmoribund.exp: Likewise.
10554 * gdb.mi/mi-nsthrexec.exp: Likewise.
10555 * gdb.mi/mi-reverse.exp: Likewise.
10556 * gdb.mi/mi-simplerun.exp: Likewise.
10557 * gdb.mi/mi-stepn.exp: Likewise.
10558 * gdb.mi/mi-syn-frame.exp: Likewise.
10559 * gdb.mi/mi-until.exp: Likewise.
10560 * gdb.mi/mi-var-cp.exp: Likewise.
10561 * gdb.mi/mi-var-display.exp: Likewise.
10562 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10563 * gdb.mi/mi2-var-child.exp: Likewise.
10564 * gdb.mi/mi-vla-c99.exp: Likewise.
10565 * lib/mi-support.exp: Likewise.
10566
10567 From Ian Lance Taylor <iant@cygnus.com>:
10568 * lib/gdb.exp (parse_args): New procedure.
10569
08351840
PA
105702014-04-23 Pedro Alves <palves@redhat.com>
10571
10572 * gdb.base/break-unload-file.c: New file.
10573 * gdb.base/break-unload-file.exp: New file.
10574 * gdb.base/sym-file-lib.c (baz): New function.
10575 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10576 field.
10577 (load): Store the segment's mapped size.
10578 (unload): New function.
10579 (unload_shlib): New function.
10580 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10581 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10582 set a breakpoint at baz, and call it.
10583 * gdb.base/sym-file.exp: New tests for stale breakpoint
10584 instructions.
10585
076855f9
PA
105862014-04-23 Pedro Alves <palves@redhat.com>
10587
10588 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10589 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10590 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10591 * gdb.base/hbreak-unmapped.c: New file.
10592 * gdb.base/hbreak-unmapped.exp: New file.
10593 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10594 * lib/gdb.exp (gdb_is_target_remote): ... here.
10595
483805cf
PA
105962014-04-22 Pedro Alves <palves@redhat.com>
10597
10598 * gdb.base/consecutive-step-over.c: New file.
10599 * gdb.base/consecutive-step-over.exp: New file.
10600
06d97543
PA
106012014-04-22 Pedro Alves <palves@redhat.com>
10602
10603 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10604 instead of send_gdb/gdb_expect.
10605
b4429ea2
YQ
106062014-04-22 Yao Qi <yao@codesourcery.com>
10607
10608 * lib/trace-support.exp (generate_tracefile): New procedure.
10609 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10610 return 0.
10611 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10612 if generate_tracefile returns 1.
10613
51d48146
PA
106142014-04-18 Tom Tromey <palves@redhat.com>
10615 Pedro alves <tromey@redhat.com>
10616
10617 PR backtrace/15558
10618 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10619 with a backtrace limit.
10620 * gdb.python/py-frame-inline.exp: Test running to an inline
10621 function with a backtrace limit, and printing the newest frame.
10622 * gdb.python/py-frame-inline.c (main): Call f.
10623
bd1dce5f
MS
106242014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10625
10626 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10627
40d1a503
MS
106282014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10629
10630 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10631 Drop prefix from unsupported source file path.
10632
389b98f7
YQ
106332014-04-17 Yao Qi <yao@codesourcery.com>
10634
10635 * lib/gdb.exp (with_target_charset): New proc.
10636 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10637 with_target_charset.
10638 (test_print_strings): Likewise.
10639 (test_repeat_bytes): Likewise.
10640 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10641 for some tests.
10642
22869d73
KS
106432014-04-16 Keith Seitz <keiths@redhat.com>
10644
10645 PR gdb/15827
10646 * gdb.dwarf2/corrupt.c: New file.
10647 * gdb.dwarf2/corrupt.exp: New file.
10648
c4f87ca6
KS
106492014-04-16 Keith Seitz <keiths@redhat.com>
10650
10651 PR c++/16597
10652 * gdb.cp/namelessclass.cc: New file.
10653 * gdb.cp/namelessclass.exp: New file.
10654 * gdb.cp/namelessclass.S: New file.
10655
ab19de87
DE
106562014-04-16 Doug Evans <dje@google.com>
10657
10658 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10659 Add comment.
10660 (gdbserver_default_get_comm_port): New function.
10661 (gdbserver_start): Check if board file provided
10662 "gdbserver,get_comm_port" and use it if so.
10663 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10664 (gdb,socketport): Set to "stdio".
10665 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10666 (stdio_gdbserver_template): Delete.
10667 (${board}_get_remote_address): Update.
10668 (${board}_build_remote_cmd): Delete.
10669 (${board}_get_comm_port): New function.
10670 (${board}_spawn): Update.
10671 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10672 Delete.
10673 (${board}_get_remote_address): Update.
10674 (${board}_get_comm_port): New function.
10675
fc98a809
AB
106762014-04-16 Andrew Burgess <aburgess@broadcom.com>
10677
10678 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10679 appearing in any order.
10680
87fd9e6e
DE
106812014-04-15 Doug Evans <dje@google.com>
10682
10683 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10684 uninitialized value of "description".
10685
099fc3ea
KS
106862014-04-15 Keith Seitz <keiths@redhat.com>
10687
10688 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10689 Remove unused globals.
10690 (test_running_the_program): Likewise.
10691 (test_controlled_execution): Likewise.
10692 (test_controlling_breakpoints): Likewise.
10693 (test_program_termination): Likewise.
10694
5da151d4
KS
106952014-04-15 Keith Seitz <keiths@redhat.com>
10696
10697 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10698 unused globals.
10699 (test_rbreak_creation_and_listing): Likewise.
10700 (test_ignore_count): Likewise.
10701 (test_error): Likewise.
10702
35e5d2f0
PA
107032014-04-15 Pedro Alves <palves@redhat.com>
10704
10705 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10706 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10707 sym-file-loader.c.
10708 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10709 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10710 to sym-file-loader.c.
10711 (struct library): Forward declare.
10712 (load_shlib, lookup_function): Change prototypes.
10713 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10714 (translate_offset): Remove declarations.
10715 (get_text_addr): New declaration.
10716 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10717 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10718 sym-file-loader.h.
10719 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10720 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10721 here from sym-file-loader.h.
10722 (struct library): New structure.
10723 (load_shlib, lookup_function): Change prototypes and adjust to
10724 work with a struct library.
10725 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10726 (translate_offset): Make static.
10727 (get_text_addr): New function.
10728 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10729
eb4c1710
PA
107302014-04-15 Pedro Alves <palves@redhat.com>
10731
10732 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10733
2d1baf52
PA
107342014-04-15 Pedro Alves <palves@redhat.com>
10735
10736 * gdb.base/sym-file-loader.c: Include <limits.h>.
10737 (SELF_LINK): New define.
10738 (get_origin): New function.
10739 (load_shlib): Use it.
10740 * gdb.base/sym-file.exp: Don't early return if the target is
10741 remote. Use runto_main, and issue fail is that fails. Use
10742 gdb_load_shlibs.
10743 (shlib_name): Delete.
10744 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10745
7dd6df01
PA
107462014-04-15 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.base/sym-file.exp: Remove regex characters from test
10749 message. Don't refer to breakpoint numbers in test messages.
10750
b50c8614
KS
107512014-04-14 Keith Seitz <keiths@redhat.com>
10752
10753 PR c++/16253
10754 * gdb.cp/var-tag.cc: New file.
10755 * gdb.cp/var-tag.exp: New file.
10756 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10757 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10758 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10759 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10760
3d567982
TT
107612014-04-14 Tom Tromey <tromey@redhat.com>
10762
10763 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10764 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10765 type.
10766 * gdb.cp/enum-class.exp: New file.
10767 * gdb.cp/enum-class.cc: New file.
10768
0626fc76
TT
107692014-04-14 Tom Tromey <tromey@redhat.com>
10770
10771 * gdb.dwarf2/enum-type.exp: New file.
10772
dca325b3
SA
107732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10774
10775 * gdb.mi/mi-vla-c99.exp: New file.
10776 * gdb.mi/vla.c: New file.
10777
5854b38a
SA
107782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10779
10780 * gdb.base/vla-datatypes.c: New file.
10781 * gdb.base/vla-datatypes.exp: New file.
10782
463bb957
SA
107832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10784
10785 * gdb.base/vla-ptr.c: New file.
10786 * gdb.base/vla-ptr.exp: New file.
10787
3dd170be
SA
107882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10789
10790 * gdb.dwarf2/count.exp: New file.
10791
5ecaaa66
SA
107922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10793
10794 * gdb.base/vla-sideeffect.c: New file.
10795 * gdb.base/vla-sideeffect.exp: New file.
10796
41f1ada5
DB
107972014-04-14 David Blaikie <dblaikie@gmail.com>
10798
10799 * gdb.mi/non-stop.c: Add return value for non-void function return
10800 statement.
10801 * gdb.threads/staticthreads.c: Ditto.
10802
0be03e84
DE
108032014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10804 Doug Evans <xdje42@gmail.com>
10805
10806 * gdb.guile/scm-value.c: Improve test case.
10807 * gdb.guile/scm-value.exp: Add new test.
10808
f180a1fb
DB
108092014-04-11 David Blaikie <dblaikie@gmail.com>
10810
10811 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10812 override Clang's default.
10813
6b662e19
JB
108142014-04-11 Joel Brobecker <brobecker@adacore.com>
10815
10816 Revert the following changes (regressions):
10817
10818 * gdb.base/vla-sideeffect.c: New file.
10819 * gdb.base/vla-sideeffect.exp: New file.
10820
10821 * gdb.dwarf2/count.exp: New file.
10822
10823 * gdb.base/vla-multi.c: New file.
10824 * gdb.base/vla-multi.exp: New file.
10825
10826 * gdb.base/vla-ptr.c: New file.
10827 * gdb.base/vla-ptr.exp: New file.
10828
10829 * gdb.base/vla-datatypes.c: New file.
10830 * gdb.base/vla-datatypes.exp: New file.
10831
10832 * gdb.mi/mi-vla-c99.exp: New file.
10833 * gdb.mi/vla.c: New file.
10834
245a5f0b
KS
108352014-04-11 Keith Seitz <keiths@redhat.com>
10836
10837 PR c++/16675
10838 * gdb.cp/cpsizeof.exp: New file.
10839 * gdb.cp/cpsizeof.cc: New file.
10840
58a84dcf
SA
108412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10842
191a8a90
JB
10843 * gdb.mi/mi-vla-c99.exp: New file.
10844 * gdb.mi/vla.c: New file.
58a84dcf 10845
c8655f75
SA
108462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10847
10848 * gdb.base/vla-datatypes.c: New file.
10849 * gdb.base/vla-datatypes.exp: New file.
10850
024e13b4
SA
108512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10852
10853 * gdb.base/vla-ptr.c: New file.
10854 * gdb.base/vla-ptr.exp: New file.
10855
1a237e0e
SA
108562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10857
10858 * gdb.base/vla-multi.c: New file.
10859 * gdb.base/vla-multi.exp: New file.
10860
504f3432
SA
108612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10862
10863 * gdb.dwarf2/count.exp: New file.
10864
3bce8237
SA
108652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10866
191a8a90
JB
10867 * gdb.base/vla-sideeffect.c: New file.
10868 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10869
322f9c21
YQ
108702014-04-11 Yao Qi <yao@codesourcery.com>
10871
10872 * gdb.base/completion.exp: Check file exists before running tests
10873 on file completion.
10874
d708bcd1
PA
108752014-04-10 Pedro Alves <palves@redhat.com>
10876
10877 * gdb.base/cond-eval-mode.c: New file.
10878 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10879 prepare_for_testing to build the new file. Check result of
10880 runto_main.
10881 (test_break, test_watch): New procedures.
10882 (top level): Use them.
10883
ae1d2761
PM
108842014-04-08 Pierre Muller <muller@sourceware.org>
10885
10886 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10887 Ctrl-V use for mingw hosts.
10888
7af389b8
SC
108892014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10890
10891 * gdb.python/py-value.c: Improve test case.
10892 * gdb.python/py-value.exp: Add new test.
10893
5e703181
DE
108942014-04-07 David Blaikie <dblaikie@gmail.com>
10895
10896 * lib/compiler.c: Identify the clang compiler.
10897 * lib/compiler.cc: Ditto.
10898
9810b410
YQ
108992014-04-03 Yao Qi <yao@codesourcery.com>
10900
10901 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10902
98d1b8dc
AB
109032014-04-01 Anton Blanchard <anton@samba.org>
10904
10905 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10906 messages unique.
10907
3114cea1
AB
109082014-04-01 Anton Blanchard <anton@samba.org>
10909
10910 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10911 prepare_for_testing.
10912
62f7182c
AB
109132014-04-01 Anton Blanchard <anton@samba.org>
10914
10915 * gdb.arch/ppc64-atomic-inst.c: Remove.
10916 * gdb.arch/ppc64-atomic-inst.S: New file.
10917 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10918
770e7fc7
DE
109192014-03-31 Doug Evans <dje@google.com>
10920
10921 * gdb.base/print-symbol-loading-lib.c: New file.
10922 * gdb.base/print-symbol-loading-main.c: New file.
10923 * gdb.base/print-symbol-loading.exp: New file.
10924
46e2bafa
YQ
109252014-03-31 Yao Qi <yao@codesourcery.com>
10926
10927 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10928
8776cfe9
JB
109292014-03-28 Joel Brobecker <brobecker@adacore.com>
10930
10931 * gdb.ada/mi_dyn_arr: New testcase.
10932
5d1ef361
DE
109332014-03-27 Doug Evans <dje@google.com>
10934
10935 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10936
b5bee914
YQ
109372014-03-27 Yao Qi <yao@codesourcery.com>
10938
10939 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10940 if target is nios2-*-*.
10941
0d4d0e77
YQ
109422014-03-26 Yao Qi <yao@codesourcery.com>
10943
10944 * lib/gdb.exp (readline_is_used): New proc.
10945 * gdb.base/completion.exp: Move tests on command complete up.
10946 Skip the rest of tests if readline is not used.
10947 * gdb.ada/complete.exp: Skp the test if readline is not
10948 used.
10949 * gdb.base/filesym.exp: Likewise.
10950 * gdb.base/macscp.exp: Likewise.
10951 * gdb.base/readline-ask.exp: Likewise.
10952 * gdb.base/readline.exp: Likewise.
10953 * gdb.python/py-cmd.exp: Likewise.
10954 * gdb.trace/tfile.exp: Likewise.
10955
29361eee
YQ
109562014-03-26 Yao Qi <yao@codesourcery.com>
10957
10958 * gdb.base/macscp.exp: Fix code format issues.
10959
bc9a5525
UW
109602014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10961
10962 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10963 * gdb.asm/powerpc64le.inc: New file.
10964
d3839ede
PA
109652014-03-25 Pedro Alves <palves@redhat.com>
10966 Doug Evans <dje@google.com>
10967
10968 * gdb.base/source-execution.c: New file.
10969 * gdb.base/source-execution.exp: New file.
10970 * gdb.base/source-execution.gdb: New file.
10971
01672a57
DE
109722014-03-24 Doug Evans <dje@google.com>
10973
10974 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10975 using fission.
10976
88bbeca9
HZ
109772014-03-24 Hui Zhu <hui@codesourcery.com>
10978 Pedro Alves <palves@redhat.com>
10979
10980 PR breakpoints/16101
10981 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10982 test pass/fail messages. Detect missing support for dprintf when
10983 breakpoints are actually inserted.
10984 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10985 breakpoints are actually inserted.
10986 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10987 fails.
10988
d2348791
JK
109892014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10990
10991 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10992
feef67ab
DE
109932014-03-22 Doug Evans <xdje42@gmail.com>
10994
10995 * gdb.python/python.exp (python not supported): Verify multi-line
10996 python command issues an error.
25d743f9 10997 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10998 guile command issues an error.
feef67ab 10999
ecebef6a
MR
110002014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11001
11002 * gdb.threads/thread-specific.exp: Handle the lack of usable
11003 $this_breakpoint and $this_thread.
11004
ccdd1909
HZ
110052014-03-21 Hui Zhu <hui@codesourcery.com>
11006
11007 * gdb.base/attach.exp (do_command_attach_tests): New.
11008
beb460e8
PA
110092014-03-20 Tom Tromey <tromey@redhat.com>
11010 Pedro Alves <palves@redhat.com>
11011
11012 PR cli/15718
11013 * gdb.base/condbreak-call-false.c: New file.
11014 * gdb.base/condbreak-call-false.exp: New file.
11015
40acf43a
PA
110162014-03-20 Pedro Alves <palves@redhat.com>
11017
11018 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11019 Delete.
11020 (block_signals, unblock_signals): Delete.
11021 (child_function_2, main): Remove references to deleted variable
11022 and functions.
11023
9f5e1e02
PA
110242014-03-20 Pedro Alves <palves@redhat.com>
11025
11026 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11027 Use pthread_kill to signal thread 2.
11028 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11029 Adjust to make the test send itself a signal rather than using the
11030 host's "kill" command.
11031
99619bea
PA
110322014-03-20 Pedro Alves <palves@redhat.com>
11033
11034 * gdb.threads/multiple-step-overs.c: New file.
11035 * gdb.threads/multiple-step-overs.exp: New file.
11036 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11037 Adjust expected infrun debug output.
11038
2adfaa28
PA
110392014-03-20 Pedro Alves <palves@redhat.com>
11040
11041 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11042 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11043
31e77af2
PA
110442014-03-20 Pedro Alves <palves@redhat.com>
11045
11046 PR breakpoints/7143
11047 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11048 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11049 of gdb_test_multiple.
11050 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11051 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11052
b9f437de
PA
110532014-03-20 Pedro Alves <palves@redhat.com>
11054
11055 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11056 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11057
05adc73e
PA
110582014-03-19 Pedro Alves <palves@redhat.com>
11059
11060 * gdb.base/async.exp: Remove early return.
11061
6048b950
PA
110622014-03-19 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11065
8bcfb00a
PA
110662014-03-19 Pedro Alves <palves@redhat.com>
11067
11068 * gdb.base/async.exp (test_background): Expect \r\n after
11069 "completed." in the fail pattern.
11070
884e37dc
PA
110712014-03-19 Pedro Alves <palves@redhat.com>
11072
11073 * gdb.base/async.exp (test_background): New procedure.
11074 Use it for all background execution command tests.
11075
148e57e2
PA
110762014-03-19 Pedro Alves <palves@redhat.com>
11077
11078 * gdb.base/async.exp: Use prepare_for_testing.
11079
f48088c7
PA
110802014-03-19 Pedro Alves <palves@redhat.com>
11081
11082 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11083 the same line.
11084
e2f6c966
PA
110852014-03-19 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.base/async.c (main): Add "jump here" and "until here" line
11088 marker comments.
11089 * gdb.base/async.exp (jump_here): New global.
11090 (jump& test): Use it.
11091 (until_here): New global.
11092 (until& test): Use it.
11093
c30568d4
PA
110942014-03-19 Pedro Alves <palves@redhat.com>
11095
11096 * gdb.base/async.exp: Don't frob gdb_protocol.
11097
0172b6a7
DE
110982014-03-18 Doug Evans <xdje42@gmail.com>
11099
11100 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11101 Fix spelling of exec-done-display.
11102
06c868a8
JK
111032014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11104
11105 PR gdb/15358
11106 * gdb.base/gdb-sigterm.c: New file.
11107 * gdb.base/gdb-sigterm.exp: New file.
11108
0c7e1a46
PA
111092014-03-18 Pedro Alves <palves@redhat.com>
11110
11111 PR gdb/13860
11112 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11113 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11114 solib-event.
11115
f7c77d93
JB
111162014-03-17 Joel Brobecker <brobecker@adacore.com>
11117
11118 * gdb.ada/pckd_arr_ren: New testcase.
11119
5a1e8c7a
DE
111202014-03-13 Doug Evans <xdje42@gmail.com>
11121
11122 PR guile/16612
11123 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11124 collect after discarding symbols.
11125
350e1a76
DE
111262014-03-13 Ludovic Courtès <ludo@gnu.org>
11127 Doug Evans <xdje42@gmail.com>
11128
11129 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11130 to history survives a gc.
11131
a69900ae
PA
111322014-03-13 Pedro Alves <palves@redhat.com>
11133
11134 * gdb.base/default.exp: Don't test "target procfs".
11135
5db9f0bd
PA
111362014-03-13 Pedro Alves <palves@redhat.com>
11137
11138 * gdb.base/default.exp: Update "target child" and "target procfs"
11139 tests to not expect "Unix".
11140
b3ccfe11
TT
111412014-03-12 Tom Tromey <tromey@redhat.com>
11142
11143 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11144 New procs. Add target-async tests.
11145 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11146 Add target-async tests.
11147
646f4417
AA
111482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11149
11150 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11151 'func_start' and 'func_end' for the beginning and end of the
11152 function code, respectively.
11153 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11154 'func_end' instead of 'func' and 'main'.
11155
288c211f
AA
111562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11157
11158 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11159 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11160 generate the debug info assembler source.
11161
e0c0f156
AA
111622014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11163
11164 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11165 * gdb.dwarf2/arr-subrange.exp: Likewise.
11166 * gdb.dwarf2/dwz.exp: Likewise.
11167 * gdb.dwarf2/method-ptr.exp: Likewise.
11168 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11169 * gdb.dwarf2/subrange.exp: Likewise.
11170 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11171 * gdb.dwarf2/implptrpiece.exp: Likewise.
11172 * gdb.dwarf2/nostaticblock.exp: Likewise.
11173
0e5c4555
AA
111742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11175
11176 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11177 directory to absolute path name arguments.
11178
5ec18f2b
JG
111792014-03-10 Joel Brobecker <brobecker@adacore.com>
11180
11181 * gdb.ada/tagged_access: New testcase.
11182
847fc4f2
MM
111832014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11184
11185 * gdb.btrace/data.exp: Update expected output.
11186
cc3da688
YQ
111872014-03-06 Yao Qi <yao@codesourcery.com>
11188
11189 * gdb.trace/pr16508.exp: New file.
11190
0f26cec1
PA
111912014-03-05 Pedro Alves <palves@redhat.com>
11192
11193 PR gdb/16575
11194 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11195 procedure.
11196 (top level): Adjust to use it. Add tests that exercise breakpoint
11197 interaction with the code-cache.
11198
7a5a839f
LC
111992014-02-26 Ludovic Courtès <ludo@gnu.org>
11200
11201 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11202 test for 'history-append!'.
11203
31aa7e4e
JB
112042014-02-26 Joel Brobecker <brobecker@adacore.com>
11205
11206 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11207 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11208 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11209 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11210 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11211 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11212
1b588015
JB
112132014-02-26 Joel Brobecker <brobecker@adacore.com>
11214
11215 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11216 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11217 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11218
55426c9d
JB
112192014-02-26 Joel Brobecker <brobecker@adacore.com>
11220
11221 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11222
dc53a7ad
JB
112232014-02-26 Joel Brobecker <brobecker@adacore.com>
11224
11225 * gdb.dwarf2/arr-stride.c: New file.
11226 * gdb.dwarf2/arr-stride.exp: New file.
11227
12ab52e9
PA
112282014-02-26 Pedro Alves <palves@redhat.com>
11229
11230 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11231 that won't ever trigger. Make sure that GDB reports the correct
11232 breakpoint that caused the stop.
11233
849c862e
JK
112342014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11235
11236 PR gdb/16626
11237 * gdb.base/auto-load-script: New file.
11238 * gdb.base/auto-load.c: New file.
11239 * gdb.base/auto-load.exp: New file.
11240
71b7d793
JK
11241 PR gdb/16626
11242 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11243
e2f0d509
JK
112442014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11245
11246 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11247 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11248
50cc37c8
DE
112492014-02-24 Doug Evans <dje@google.com>
11250
11251 * lib/gdb.exp (run_on_host): Log error output if program fails.
11252
ea4758f2
PA
112532014-02-21 Pedro Alves <palves@redhat.com>
11254
11255 * gdb.threads/step-after-sr-lock.c: Rename to ...
11256 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11257 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11258 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11259 ... this.
11260
d7b30f67
SDJ
112612014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11262
11263 PR tdep/16397
11264 * gdb.arch/amd64-stap-special-operands.exp: New file.
11265 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11266 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11267 * gdb.arch/amd64-stap-triplet.S: Likewise.
11268 * gdb.arch/amd64-stap-triplet.c: Likewise.
11269
83deb43f
JB
112702014-02-20 Joel Brobecker <brobecker@adacore.com>
11271
11272 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11273 in .section pseudo-op.
11274
adde2bff
DE
112752014-02-20 lin zuojian <manjian2006@gmail.com>
11276 Joel Brobecker <brobecker@adacore.com>
11277 Doug Evans <xdje42@gmail.com>
11278
11279 PR symtab/16581
11280 * gdb.dwarf2/dw2-icycle.S: New file.
11281 * gdb.dwarf2/dw2-icycle.c: New file.
11282 * gdb.dwarf2/dw2-icycle.exp: New file.
11283
f7bd0f78
SC
112842014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11285
11286 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11287 operations on gdb.Value objects.
11288 * gdb.python/py-value-cc.exp: Add new test to test operations on
11289 gdb.Value objects.
11290
c17ef0d5
DE
112912014-02-18 Doug Evans <dje@google.com>
11292
11293 * Makefile.in (TESTS): New variable.
11294 (expanded_tests, expanded_tests_or_none): New variables
11295 (check-single): Pass $(expanded_tests_or_none) to runtest.
11296 (check-parallel): Only run tests in $(TESTS) if non-empty.
11297 (check/no-matching-tests-found): New rule.
11298 * README: Document TESTS makefile variable.
11299
5dd3176f
DE
113002014-02-18 Doug Evans <dje@google.com>
11301
11302 * Makefile.in (check-parallel): rm -rf outputs temp.
11303
0b10be4f
JK
113042014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11305
11306 Fix "ERROR: no fileid for" in the testsuite.
11307 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11308
85f224e7
DE
113092014-02-12 Doug Evans <dje@google.com>
11310
11311 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11312 (MISCELLANEOUS): New variable.
11313 (clean): rm -rf $(MISCELLANEOUS).
11314 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11315 dwp live in the same directory as symlinks, with each symlink pointed
11316 to a differently named file in a different directory.
11317
149b30ff
DE
113182014-02-11 Doug Evans <dje@google.com>
11319
11320 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11321 of Tcl file commands.
11322
1dfdac32
MK
113232014-02-10 Mark Kettenis <kettenis@gnu.org>
11324
11325 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11326 "kill -SIGUSR1 -1".
11327
aa4fb036
JB
113282014-02-10 Joel Brobecker <brobecker@adacore.com>
11329
11330 * gdb.ada/tick_length_array_enum_idx: New testcase.
11331
ed3ef339
DE
113322014-02-10 Doug Evans <xdje42@gmail.com>
11333
11334 * configure.ac (AC_OUTPUT): Add gdb.guile.
11335 * configure: Regenerate.
11336 * lib/gdb-guile.exp: New file.
11337 * lib/gdb.exp (get_target_charset): New function.
11338 * gdb.base/help.exp: Update expected output from "apropos apropos".
11339 * gdb.guile/Makefile.in: New file.
11340 * gdb.guile/guile.exp: New file.
11341 * gdb.guile/scm-arch.c: New file.
11342 * gdb.guile/scm-arch.exp: New file.
11343 * gdb.guile/scm-block.c: New file.
11344 * gdb.guile/scm-block.exp: New file.
11345 * gdb.guile/scm-breakpoint.c: New file.
11346 * gdb.guile/scm-breakpoint.exp: New file.
11347 * gdb.guile/scm-disasm.c: New file.
11348 * gdb.guile/scm-disasm.exp: New file.
11349 * gdb.guile/scm-equal.c: New file.
11350 * gdb.guile/scm-equal.exp: New file.
11351 * gdb.guile/scm-error.exp: New file.
11352 * gdb.guile/scm-error.scm: New file.
11353 * gdb.guile/scm-frame-args.c: New file.
11354 * gdb.guile/scm-frame-args.exp: New file.
11355 * gdb.guile/scm-frame-args.scm: New file.
11356 * gdb.guile/scm-frame-inline.c: New file.
11357 * gdb.guile/scm-frame-inline.exp: New file.
11358 * gdb.guile/scm-frame.c: New file.
11359 * gdb.guile/scm-frame.exp: New file.
11360 * gdb.guile/scm-generics.exp: New file.
11361 * gdb.guile/scm-gsmob.exp: New file.
11362 * gdb.guile/scm-iterator.c: New file.
11363 * gdb.guile/scm-iterator.exp: New file.
11364 * gdb.guile/scm-math.c: New file.
11365 * gdb.guile/scm-math.exp: New file.
11366 * gdb.guile/scm-objfile-script-gdb.in: New file.
11367 * gdb.guile/scm-objfile-script.c: New file.
11368 * gdb.guile/scm-objfile-script.exp: New file.
11369 * gdb.guile/scm-objfile.c: New file.
11370 * gdb.guile/scm-objfile.exp: New file.
11371 * gdb.guile/scm-ports.exp: New file.
11372 * gdb.guile/scm-pretty-print.c: New file.
11373 * gdb.guile/scm-pretty-print.exp: New file.
11374 * gdb.guile/scm-pretty-print.scm: New file.
11375 * gdb.guile/scm-section-script.c: New file.
11376 * gdb.guile/scm-section-script.exp: New file.
11377 * gdb.guile/scm-section-script.scm: New file.
11378 * gdb.guile/scm-symbol.c: New file.
11379 * gdb.guile/scm-symbol.exp: New file.
11380 * gdb.guile/scm-symtab-2.c: New file.
11381 * gdb.guile/scm-symtab.c: New file.
11382 * gdb.guile/scm-symtab.exp: New file.
11383 * gdb.guile/scm-type.c: New file.
11384 * gdb.guile/scm-type.exp: New file.
11385 * gdb.guile/scm-value-cc.cc: New file.
11386 * gdb.guile/scm-value-cc.exp: New file.
11387 * gdb.guile/scm-value.c: New file.
11388 * gdb.guile/scm-value.exp: New file.
11389 * gdb.guile/source2.scm: New file.
11390 * gdb.guile/types-module.cc: New file.
11391 * gdb.guile/types-module.exp: New file.
11392
7026a7c1
YQ
113932014-02-10 Yao Qi <yao@codesourcery.com>
11394
11395 PR testsuite/16543
11396 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11397 * configure: Regenerated.
11398 * Makefile.in: New file.
11399
6c466447
AS
114002014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11401
11402 * gdb.python/py-framefilter.exp: Fix typo.
11403
6e854735
YQ
114042014-02-08 Yao Qi <yao@codesourcery.com>
11405
11406 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11407 that no =breakpoint-modified is emitted when breakpoints are
11408 modified through MI commands.
11409
d137e6dc
PA
114102014-02-07 Pedro Alves <pedro@codesourcery.com>
11411 Pedro Alves <palves@redhat.com>
11412
11413 * gdb.threads/step-after-sr-lock.c: New file.
11414 * gdb.threads/step-after-sr-lock.exp: New file.
11415
b5ee5a50
PA
114162014-02-07 Pedro Alves <palves@redhat.com>
11417
11418 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11419
3c77faf3
JK
114202014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11421
11422 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11423 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11424
6dddc817
DE
114252014-02-06 Doug Evans <xdje42@gmail.com>
11426
11427 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11428 output.
11429
11430 * gdb.gdb/python-interrupts.exp: New file.
11431
de7b2893
YQ
114322014-02-05 Yao Qi <yao@codesourcery.com>
11433
11434 * gdb.trace/report.exp (use_collected_data): Test the output
11435 of "info threads" and "info inferiors".
11436
66d032ac
YQ
114372014-02-05 Yao Qi <yao@codesourcery.com>
11438
11439 Revert this patch:
11440
11441 2013-05-24 Yao Qi <yao@codesourcery.com>
11442
11443 * gdb.trace/tfile.exp: Test inferior and thread.
11444
591a12a1
UW
114452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11446
11447 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11448 on a function.
11449 * gdb.base/step-bt.c: Call hello via function pointer to make
11450 sure its first instruction is executed on powerpc64le-linux.
11451
0ff3e01f
UW
114522014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11453
11454 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11455
084ee545
UW
114562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11457
11458 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11459 of the test patterns for use on little-endian systems.
11460
6ed14ff3
UW
114612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11462
11463 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11464 (decimal_vector): Fix for little-endian.
11465
401e27fd
JM
114662014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11467
11468 * gdb.arch/sparc-sysstep.exp: New file.
11469 * gdb.arch/sparc-sysstep.c: Likewise.
11470
11471 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11472
8b924729
EBM
114732014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11474
11475 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11476
fb151210
JB
114772014-01-23 Tom Tromey <tromey@redhat.com>
11478
11479 * gdb.ada/array_char_idx: New testcase.
11480
0740f8d8
TT
114812014-01-23 Tom Tromey <tromey@redhat.com>
11482
11483 PR python/16487:
11484 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11485 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11486 classes.
11487
21909fa1
TT
114882014-01-23 Tom Tromey <tromey@redhat.com>
11489
11490 PR python/16491:
11491 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11492 string from an inferior frame.
11493 * gdb.python/py-framefilter-mi.exp: Update.
11494
87ce2a04
DE
114952014-01-22 Doug Evans <dje@google.com>
11496
11497 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11498
237b092b
AA
114992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11500
11501 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11502
d674a709
AA
115032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11504
11505 * gdb.trace/entry-values.exp: Remove excess space character from
11506 regex patterns. Handle s390 call instruction.
11507
20fa3390
AA
115082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11509
11510 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11511 define "*_start" label. Make "name" static.
11512 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11513 ${name} by references to ${name}_start.
11514
78466714
AA
115152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11516
11517 * gdb.base/info-macros.exp: Remove "debug" from the compile
11518 options.
11519
ec9f644a
IB
115202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11521
11522 * gdb.dlang/demangle.exp: New file.
11523
94b1b47e
IB
115242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11525
11526 * gdb.dlang/primitive-types.exp: New file.
11527
7f420862
IB
115282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11529
11530 * configure.ac: Create gdb.dlang/Makefile.
11531 * configure: Regenerate.
11532 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11533 * gdb.dlang/Makefile.in: New file.
11534 * lib/d-support.exp: New file.
11535 * lib/gdb.exp (skip_d_tests): New proc.
11536
52834460
MM
115372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11538
11539 * gdb.btrace/delta.exp: Check reverse stepi.
11540 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11541 * gdb.btrace/finish.exp: New.
11542 * gdb.btrace/next.exp: New.
11543 * gdb.btrace/nexti.exp: New.
11544 * gdb.btrace/record_goto.c: Add comments.
11545 * gdb.btrace/step.exp: New.
11546 * gdb.btrace/stepi.exp: New.
11547 * gdb.btrace/multi-thread-step.c: New.
11548 * gdb.btrace/multi-thread-step.exp: New.
11549 * gdb.btrace/rn-dl-bind.c: New.
11550 * gdb.btrace/rn-dl-bind.exp: New.
11551 * gdb.btrace/data.c: New.
11552 * gdb.btrace/data.exp: New.
11553 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11554
6e07b1d2
MM
115552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11556
11557 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11558 * gdb.btrace/exception.exp: Update.
11559 * gdb.btrace/instruction_history.exp: Update.
11560 * gdb.btrace/record_goto.exp: Update.
11561 * gdb.btrace/tailcall.exp: Update.
11562 * gdb.btrace/unknown_functions.exp: Update.
11563 * gdb.btrace/delta.exp: New.
11564
0b722aec
MM
115652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11566
11567 * gdb.btrace/record_goto.exp: Add backtrace test.
11568 * gdb.btrace/tailcall.exp: Add backtrace test.
11569
066ce621
MM
115702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11571
11572 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11573 * gdb.btrace/record_goto.c: New.
11574 * gdb.btrace/record_goto.exp: New.
11575 * gdb.btrace/x86-record_goto.S: New.
11576
0688d04e
MM
115772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11578
11579 * gdb.btrace/function_call_history.exp: Update tests.
11580 * gdb.btrace/instruction_history.exp: Update tests.
11581
8710b709
MM
115822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11583
11584 * gdb.btrace/function_call_history.exp: Fix expected field
11585 order for "record function-call-history".
11586 Add new tests for "record function-call-history /c".
11587 * gdb.btrace/exception.cc: New.
11588 * gdb.btrace/exception.exp: New.
11589 * gdb.btrace/tailcall.exp: New.
11590 * gdb.btrace/x86-tailcall.S: New.
11591 * gdb.btrace/x86-tailcall.c: New.
11592 * gdb.btrace/unknown_functions.c: New.
11593 * gdb.btrace/unknown_functions.exp: New.
11594 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11595
5de9129b
MM
115962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11597
11598 * gdb.btrace/instruction_history.exp: Update.
11599 * gdb.btrace/function_call_history.exp: Update.
11600
23a7fe75
MM
116012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11602
11603 * gdb.btrace/function_call_history.exp: Fix expected function
11604 trace.
11605 * gdb.btrace/instruction_history.exp: Initialize traced.
11606 Remove traced_functions.
11607
724c7dd8
MM
116082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11609
11610 * gdb.btrace/function_call_history.exp: Update
11611 * gdb.btrace/instruction_history.exp: Update.
11612
6d78d93b
MM
116132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11614
11615 * gdb.btrace/enable.exp: Update expected text.
11616
93a360cc
OJ
116172014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11618
11619 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11620 bytes.
11621
3772b53f
MR
116222014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11623
11624 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11625
596662fa
OJ
116262014-01-15 Omair Javaid <omair.javaid@linaro.org>
11627
11628 * lib/gdb.exp (supports_process_record): Return true for
11629 arm*-linux*. (supports_reverse): Likewise.
11630
b5b08fb4
SC
116312014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11632
11633 PR python/15464
11634 PR python/16113
11635 * gdb.python/py-type.c: Enhance test case.
11636 * gdb.python/py-value-cc.cc: Likewise
11637 * gdb.python/py-type.exp: Add new tests.
11638 * gdb.python/py-value-cc.exp: Likewise
11639
52d7fb13
AA
116402014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11641 Pedro Alves <palves@redhat.com>
11642
11643 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11644 Make "name" extern.
11645 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11646 references to ${name}_start by references to ${name}.
11647
a2cd8cfe
JB
116482014-01-10 Joel Brobecker <brobecker@adacore.com>
11649
11650 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11651
4e23fced
JB
116522014-01-10 Joel Brobecker <brobecker@adacore.com>
11653
11654 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11655
c6a9e42c
PA
116562014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11657 Pedro Alves <palves@redhat.com>
11658
11659 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11660 mi_gdb_target_load.
c6a9e42c 11661
b7ea362b
PA
116622014-01-08 Pedro Alves <palves@redhat.com>
11663
11664 * gdb.threads/reconnect-signal.c: New file.
11665 * gdb.threads/reconnect-signal.exp: New file.
11666
5e3f4fab
EBM
116672014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11668
11669 * gdb.base/source-dir.exp: New file.
11670
79301218
JB
116712014-01-07 Joel Brobecker <brobecker@adacore.com>
11672
11673 * gdb.ada/mi_interface: New testcase.
11674
8e355c5d
JB
116752014-01-07 Joel Brobecker <brobecker@adacore.com>
11676
11677 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11678 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11679 gdb.ada/pp-rec-component/pck.ads: New files.
11680
c0d48811
JB
116812014-01-07 Joel Brobecker <brobecker@adacore.com>
11682
11683 * gdb.python/py-pp-integral.c: New file.
11684 * gdb.python/py-pp-integral.py: New file.
11685 * gdb.python/py-pp-integral.exp: New file.
11686
17b609c3 11687For older changes see ChangeLog-1993-2013.
c906108c 11688\f
8d8cb839
EZ
11689;; Local Variables:
11690;; mode: change-log
11691;; left-margin: 8
11692;; fill-column: 74
11693;; version-control: never
11694;; End:
902f2ccb 11695
61baf725 11696 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11697 Copying and distribution of this file, with or without modification,
11698 are permitted provided the copyright notice and this notice are preserved.
This page took 2.899705 seconds and 4 git commands to generate.