]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
S/390: Fix instruction types of csdtr and csxtr
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
e6cf65f2
TT
12017-05-21 Tom Tromey <tom@tromey.com>
2
3 PR rust/21466:
4 * gdb.rust/unsized.exp: New file.
5 * gdb.rust/unsized.rs: New file.
6
43cc5389
TT
72017-05-19 Tom Tromey <tom@tromey.com>
8
9 PR rust/21484:
10 * gdb.rust/watch.exp: New file.
11 * gdb.rust/watch.rs: New file.
12
ec8df234
TT
132017-05-18 Tom Tromey <tom@tromey.com>
14
15 * gdb.rust/simple.exp: Allow Box to be qualified.
16
3e3e7fae
TP
172017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
18
19 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
20
59cc050d
PA
212017-05-18 Pedro Alves <palves@redhat.com>
22
23 * gdb.base/fileio.c (test_write, test_read, test_close)
24 (test_fstat): Don't print 'ret' in the fail path.
25
c8f6abd1
PA
262017-05-18 Pedro Alves <palves@redhat.com>
27
28 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
29 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
30 (test_system, test_rename, test_unlink, test_time): Change
31 prototypes.
32 * gdb.base/fileio.exp (stop_msg): Adjust.
33
d2a03b77
PA
342017-05-18 Pedro Alves <palves@redhat.com>
35
36 * gdb.base/fileio.c (null_str): New global.
37 (test_stat): Use it.
38 * gdb.base/fileio.exp: Remove nowarnings.
39
0d5c6999
YQ
402017-05-17 Yao Qi <yao.qi@linaro.org>
41
42 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
43
21873064
YQ
442017-05-17 Simon Marchi <simon.marchi@ericsson.com>
45
46 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
47 argument command.
48 (top-level): Invoke test_set_inferior_tty.
49
d512d31c
PA
502017-05-04 Pedro Alves <palves@redhat.com>
51
52 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
53 Add parens to print call for Python 3.
54
90cef2ed
KS
552017-05-03 Keith Seitz <keiths@redhat.com>
56
57 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
58 (main): Call it.
59
14f819c8
TW
602017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
61
62 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
63 to prev and next.
64
913aeadd
TW
652017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
66
67 * gdb.python/py-record-btrace.exp: Remove test for
68 gdb.BtraceInstruction.error.
69
a3be24ad
TW
702017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
71
72 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
73
ae20e79a
TW
742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
75
76 * gdb.python/py-record-btrace-threads.c: New file.
77 * gdb.python/py-record-btrace-threads.exp: New file.
78
45ce1b47
SDJ
792017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
80
81 PR testsuite/8595
82 * gdb.base/environ.exp: Make test available in all architectures.
83 Move bits related to "info program" testing to
84 gdb.base/info-program.exp. Rewrite tests to use the two new
85 procedures mentione below.
86 (test_set_show_env_var) New procedure.
87 (test_set_show_env_var_equal): Likewise.
88 * gdb.base/info-program.exp: New file.
89
e15c3eb4
KS
902017-04-27 Keith Seitz <keiths@redhat.com>
91
92 * gdb.cp/oranking.cc (test15): New function.
93 (main): Call test15 and declare additional variables for testing.
94 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
95 "p foo101('abc')" tests.
96 Add tests for cv qualifier overloads.
97 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
98 "lvalue reference overload" test.
99 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
100 "print value of f1 on Child&& in f2" test.
101
3a3fd0fd
PA
1022017-04-19 Pedro Alves <palves@redhat.com>
103
104 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
105 procedure.
106 (top level): Call it.
107 * lib/gdb.exp (gdb_define_cmd): New procedure.
108
53375380
PA
1092017-04-12 Pedro Alves <palves@redhat.com>
110
111 PR gdb/21323
112 * gdb.cp/wide_char_types.c: Include <wchar.h>.
113 (wchar): New global.
114 * gdb.cp/wide_char_types.exp (wide_char_types_program)
115 (do_test_wide_char, wide_char_types_no_program, top level): Add
116 wchar_t testing.
117
53e710ac
PA
1182017-04-12 Pedro Alves <palves@redhat.com>
119
120 PR c++/21323
121 * gdb.cp/wide_char_types.c: New file.
122 * gdb.cp/wide_char_types.exp: New file.
123
0ad9d8c7
SDJ
1242017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
125
126 PR gdb/21352
127 * gdb.trace/tsv.exp: Add test for "tsave -r".
128
b1b45502
IB
1292017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
130
131 * gdb.dlang/watch-loc.c: New file.
132 * gdb.dlang/watch-loc.exp: New file.
133
ec13808e
JK
1342017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
135
136 * gdb.python/py-section-script.exp (sepdebug): New testcases.
137
fe5f7374
AK
1382017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
139
140 * gdb.arch/arc-analyze-prologue.S: New file.
141 * gdb.arch/arc-analyze-prologue.exp: Likewise.
142
eea78757
AK
1432017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
144
145 * gdb.arch/arc-decode-insn.S: New file.
146 * gdb.arch/arc-decode-insn.exp: Likewise.
147
5badf10a
IR
1482017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
149
150 PR tdep/20928
151 * gdb.arch/sparc64-regs.exp: New file.
152 * gdb.arch/sparc64-regs.S: Likewise.
153
cee59b3f
TW
1542017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
155
156 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
157 and memory view on Python 3.
158
c0f55cc6
AV
1592017-03-20 Artemiy Volkov <artemiyv@acm.org>
160 Keith Seitz <keiths@redhat.com>
161
162 PR gdb/14441
163 * gdb.cp/demangle.exp: Add rvalue reference tests.
164 * gdb.cp/rvalue-ref-casts.cc: New file.
165 * gdb.cp/rvalue-ref-casts.exp: New file.
166 * gdb.cp/rvalue-ref-overload.cc: New file.
167 * gdb.cp/rvalue-ref-overload.exp: New file.
168 * gdb.cp/rvalue-ref-params.cc: New file.
169 * gdb.cp/rvalue-ref-params.exp: New file.
170 * gdb.cp/rvalue-ref-sizeof.cc: New file.
171 * gdb.cp/rvalue-ref-sizeof.exp: New file.
172 * gdb.cp/rvalue-ref-types.cc: New file.
173 * gdb.cp/rvalue-ref-types.exp: New file.
174 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
175 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
176
51457a05
MAL
1772017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
178
179 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
180 New procedure.
181
5b291c04
MAL
1822017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
183
184 * lib/mi-support.exp (mi_gdb_test): Add additional message
185 for unexpected output.
186
59a56148
AA
1872017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
188
189 * gdb.base/examine-backward.c (Barrier): New character array
190 constant, to ensure that TestStrings is preceded by a string
191 terminator.
192
7942e96e
AA
1932017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
194
195 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
196 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
197 and implicit pointer into such a location.
198
6ebac3fb
DE
1992017-03-16 Doug Evans <dje@google.com>
200
201 * gdb.python/py-lazy-string (pointer): Really add new typedef.
202
ec3b243d
TP
2032017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
204
205 * gdb.cp/m-static.exp: Fix expectation for prototype of
206 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
207
2082017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
209
210 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
211 * gdb.guile/scm-lazy-string.c: New file.
212 * gdb.guile/scm-value.exp: Move lazy string tests to ...
213 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
214 for pointer, array, typedef lazy strings.
215
2cc36e25 2162017-03-16 Doug Evans <dje@google.com>
34b43320
DE
217
218 PR python/17728, python/18439, python/18779
219 * gdb.python/py-value.c (main) Delete locals sptr, sn.
220 * gdb.python/py-lazy-string.c (pointer): New typedef.
221 (main): New locals ptr, array, typedef_ptr.
222 * gdb.python/py-value.exp: Move lazy string tests to ...
223 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
224 array, typedef lazy strings.
ec3b243d 225
0efcde63
AK
2262017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
227
228 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
229 Add optional 'test' parameter.
230
7978d7c3
SM
2312017-03-13 Simon Marchi <simon.marchi@ericsson.com>
232
233 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
234 Skip for versions of DejaGnu < 1.5.
235
896c0c1e
SM
2362017-03-13 Simon Marchi <simon.marchi@ericsson.com>
237
238 * lib/gdb.exp (dejagnu_version): New proc.
239 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
240 Use dejagnu_version.
241
5f4d1085
KS
2422017-03-10 Keith Seitz <keiths@redhat.com>
243
244 PR c++/8128
245 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
246 type from destructor regexps.
247 Add a branch which actually passes the test.
248 Adjust "ptype t5i" test names.
249
1de05205
PA
2502017-03-08 Pedro Alves <palves@redhat.com>
251
252 * gdb.base/step-over-exit.exp: Add explicit test message.
253
c65d6b55
PA
2542017-03-08 Pedro Alves <palves@redhat.com>
255
256 PR gdb/18360
257 * gdb.threads/interrupt-while-step-over.c: New file.
258 * gdb.threads/interrupt-while-step-over.exp: New file.
259
2e86a283
PA
2602017-03-08 Pedro Alves <palves@redhat.com>
261
262 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
263 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
264
25dcbff6
PA
2652017-03-08 Pedro Alves <palves@redhat.com>
266
267 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
268 PKRU as not supported as a PASS.
269
dc9366eb
PA
2702017-03-08 Pedro Alves <palves@redhat.com>
271
272 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
273 prefix instead of $binfile1/$binfile2.
274 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
275 in test message.
276 * gdb.python/py-completion.exp: Use "load python file" as test
277 messages instead of unstable path names.
278
6e5d74e7
PA
2792017-03-08 Pedro Alves <palves@redhat.com>
280 Jan Kratochvil <jan.kratochvil@redhat.com>
281
282 PR cli/21218
283 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
284 New proc.
285 (top level): Call it.
286
9753a2f6
PA
2872017-03-08 Pedro Alves <palves@redhat.com>
288
289 PR tui/21216
290 * gdb.tui/tui-nl-filtered-output.exp: New file.
291
1a4dd9dd
PA
2922017-03-08 Pedro Alves <palves@redhat.com>
293
294 * gdb.base/completion.exp: Move TUI completion tests to ...
295 * gdb.tui/completion.exp: ... this new file.
296
7cbbff33
PA
2972017-03-08 Pedro Alves <palves@redhat.com>
298
299 * gdb.base/tui-disasm-long-lines.c,
300 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
301 gdb.base/tui-layout.exp: Move to ...
302 * gdb.tui/: ... this new directory.
303
5f6fd321
PA
3042017-03-07 Pedro Alves <palves@redhat.com>
305
306 * gdb.base/tui-layout.c: New file.
307 * gdb.base/tui-layout.exp: New file.
308
44959fa8
PA
3092017-03-07 Pedro Alves <palves@redhat.com>
310
311 * gdb.base/tui-layout.c: Rename to ...
312 * gdb.base/tui-disasm-long-lines.c: ... this.
313 * gdb.base/tui-layout.exp: Rename to ...
314 * gdb.base/tui-disasm-long-lines.exp: ... this.
315
f8c4e718
PA
3162017-03-07 Pedro Alves <palves@redhat.com>
317
318 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
319
6dbb839a 3202017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
321
322 * i386-mpx-call.c: New file.
323 * i386-mpx-call.exp: New file.
324
65b48a81
PB
3252017-02-28 Peter Bergner <bergner@vnet.ibm.com>
326
327 * gdb.arch/powerpc-power.exp: Delete test.
328 * gdb.arch/powerpc-power.s: Likewise.
329 * gdb.disasm/disassembler-options.exp: New test.
330 * gdb.arch/powerpc-altivec.exp: Likewise.
331 * gdb.arch/powerpc-altivec.s: Likewise.
332 * gdb.arch/powerpc-altivec2.exp: Likewise.
333 * gdb.arch/powerpc-altivec2.s: Likewise.
334 * gdb.arch/powerpc-altivec3.exp: Likewise.
335 * gdb.arch/powerpc-altivec3.s: Likewise.
336 * gdb.arch/powerpc-power7.exp: Likewise.
337 * gdb.arch/powerpc-power7.s: Likewise.
338 * gdb.arch/powerpc-power8.exp: Likewise.
339 * gdb.arch/powerpc-power8.s: Likewise.
340 * gdb.arch/powerpc-power9.exp: Likewise.
341 * gdb.arch/powerpc-power9.s: Likewise.
342 * gdb.arch/powerpc-vsx.exp: Likewise.
343 * gdb.arch/powerpc-vsx.s: Likewise.
344 * gdb.arch/powerpc-vsx2.exp: Likewise.
345 * gdb.arch/powerpc-vsx2.s: Likewise.
346 * gdb.arch/powerpc-vsx3.exp: Likewise.
347 * gdb.arch/powerpc-vsx3.s: Likewise.
348 * gdb.arch/arm-disassembler-options.exp: Likewise.
349 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
350 * gdb.arch/s390-disassembler-options.exp: Likewise.
351
17cd4947
LM
3522017-02-23 Luis Machado <lgustavo@codesourcery.com>
353
354 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
355 (check_supported_features): ... this. Changed return type to void.
356 (supports_rdseed): New static global.
357 (rdseed): Check supports_rdseed.
358 (initialize): Call check_supported_features.
359
2039d74e
EBM
3602017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
361
362 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
363 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
364 and lqarx/stqcx.
365 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
366 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
367
a51d7ecf
EBM
3682017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
369
370 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
371 uppercase.
372
0224619f
JK
3732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
374
375 * gdb.dwarf2/formdata16.c: New file.
376 * gdb.dwarf2/formdata16.exp: New file.
377 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
378
216f72a1
JK
3792017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
380
381 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
382 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
383 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
384 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
385 DW_AT_GNU_*.
386
43988095
JK
3872017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
388
389 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
390
99e8a4f9
SDJ
3912017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
392
393 PR gdb/21164
394 * gdb.base/maint.exp: Add testcases for when the commands do
395 not have arguments.
396
b58a8c0c
TP
3972017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
398
399 * gdb.cp/chained-calls.exp: Use p instead of P.
400
4e746bb6
TW
4012017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
402
403 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
404 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
405
3f77c769
TT
4062017-02-14 Tom Tromey <tom@tromey.com>
407
408 PR python/13598:
409 * gdb.python/py-events.exp: Add before_prompt event tests.
410
075beec0
AA
4112017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
412
413 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
414
bf5f525c
LM
4152017-02-13 Luis Machado <lgustavo@codesourcery.com>
416
417 * gdb.linespec/explicit.c (my_unique_function_name): New function.
418 (main): Call my_unique_function_name.
419 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
420 completion of patterns with a single match.
421 Add missing -re switches to gdb_test_multiple calls.
422
13a66184
LM
4232017-02-13 Luis Machado <lgustavo@codesourcery.com>
424
425 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
426 return if core file is not recognized.
427
26a06916
SM
4282017-02-10 Simon Marchi <simon.marchi@ericsson.com>
429
430 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
431 and extra UIs.
432
b761ca9e
SM
4332017-02-10 Simon Marchi <simon.marchi@ericsson.com>
434
435 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
436 proc_with_prefix.
437
b964bee0
TT
4382017-02-10 Tom Tromey <tom@tromey.com>
439
440 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
441
18da0c51
MG
4422017-02-10 Martin Galvan <martingalvan@sourceware.org>
443
444 PR gdb/21122
445 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
446
604c4576
JG
4472017-02-08 Jerome Guitton <guitton@adacore.com>
448
449 * gdb.base/define.exp: Add test for command abbreviations
450 in define.
451
20b477a7
LM
4522017-02-06 Luis Machado <lgustavo@codesourcery.com>
453
454 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
455 * gdb.reverse/insn-reverse-x86.c: New file.
456
3f7b46f2
IR
4572017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
458
459 PR tdep/20936
460 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
461
f0fd41c1
TT
4622017-02-03 Tom Tromey <tom@tromey.com>
463
464 PR rust/21097:
465 * gdb.rust/simple.exp: Add new tests.
466
5be5dbf0
PA
4672017-02-02 Pedro Alves <palves@redhat.com>
468
469 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
470 tests.
471
7346ef59
AA
4722017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
473
474 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
475 taking a 2-byte value out of a 4-byte DWARF implicit value on
476 big-endian targets.
477 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
478 logic. Add test cases for DW_OP_implicit.
479
787f0025
MM
4802017-02-01 Markus Metzger <markus.t.metzger@intel.com>
481
482 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
483
68777c29
MM
4842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
485
486 * gdb.btrace/enable.exp: Call gdb_exit before
487 skip_gdbserver_tests.
488
0a1c7e28
MM
4892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
490
491 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
492 GDBFLAGS.
493
b5ac99b0
MM
4942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
495
496 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
497 the test is skipped.
498 * gdb.btrace/data.exp: Likewise.
499 * gdb.btrace/delta.exp: Likewise.
500 * gdb.btrace/dlopen.exp: Likewise.
501 * gdb.btrace/enable-running.exp: Likewise.
502 * gdb.btrace/enable.exp: Likewise.
503 * gdb.btrace/exception.exp: Likewise.
504 * gdb.btrace/function_call_history.exp: Likewise.
505 * gdb.btrace/gcore.exp: Likewise.
506 * gdb.btrace/instruction_history.exp: Likewise.
507 * gdb.btrace/multi-thread-step.exp: Likewise.
508 * gdb.btrace/nohist.exp: Likewise.
509 * gdb.btrace/non-stop.exp: Likewise.
510 * gdb.btrace/reconnect.exp: Likewise.
511 * gdb.btrace/record_goto-step.exp: Likewise.
512 * gdb.btrace/record_goto.exp: Likewise.
513 * gdb.btrace/rn-dl-bind.exp: Likewise.
514 * gdb.btrace/segv.exp: Likewise.
515 * gdb.btrace/step.exp: Likewise.
516 * gdb.btrace/stepi.exp: Likewise.
517 * gdb.btrace/tailcall-only.exp: Likewise.
518 * gdb.btrace/tailcall.exp: Likewise.
519 * gdb.btrace/tsx.exp: Likewise.
520 * gdb.btrace/unknown_functions.exp: Likewise.
521 * gdb.btrace/vdso.exp: Likewise.
522
cd4007e4
MM
5232017-02-01 Markus Metzger <markus.t.metzger@intel.com>
524
525 * gdb.btrace/enable-running.c: New.
526 * gdb.btrace/enable-running.exp: New.
527
2735833d
WT
5282017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
529
530 * gdb.arch/amd64-gs_base.c: New file.
531 * gdb.arch/amd64-gs_base.exp: New file.
532
b51e1e94
LM
5332017-01-26 Luis Machado <lgustavo@codesourcery.com>
534
535 * lib/memory.exp: Remove spurious empty newlines.
536
72ca0410
SM
5372017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
538
539 * gdb.python/py-bad-printers.exp: Load python file using "source".
540 * gdb.python/py-events.exp: Likewise.
541 * gdb.python/py-evsignal.exp: Likewise.
542 * gdb.python/py-evthreads.exp: Likewise.
543 * gdb.python/py-frame-args.exp: Likewise.
544 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
545 * gdb.python/py-framefilter-mi.exp: Likewise.
546 * gdb.python/py-framefilter.exp: Likewise.
547 * gdb.python/py-mi.exp: Likewise.
548 * gdb.python/py-pp-maint.exp: Likewise.
549 * gdb.python/py-pp-registration.exp: Likewise.
550 * gdb.python/py-prettyprint.exp: Likewise.
551 (run_lang_tests): Likewise.
552 * gdb.python/py-typeprint.exp: Likewise.
553
e309aa65
LM
5542017-01-26 Luis Machado <lgustavo@codesourcery.com>
555
556 * lib/memory.exp: New file.
557 * lib/gdb.exp: Load memory.exp.
558 * gdb.base/memattr.exp (delete_memory): Move proc to
559 lib/memory.exp and rename to delete_memory_regions.
560 Replace delete_memory with delete_memory_regions.
561 Cleanup memory regions before tests.
562 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
563 before tests.
564
515aff23
LM
5652017-01-26 Luis Machado <lgustavo@codesourcery.com>
566
567 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
568 files.
569 (initialize): New function conditionally defined.
570 (testcases): Move within conditional block.
571 (main): Call initialize.
572 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
573 of gdb.reverse/insn-reverse.c.
574 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
575 gdb.reverse/insn-reverse.c.
576
d8b49cf0
YQ
5772017-01-26 Yao Qi <yao.qi@linaro.org>
578
579 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
580 disassemble on address 0.
581
f13a9a0c
YQ
5822017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
583 Yao Qi <yao.qi@linaro.org>
584
585 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
586 * gdb.dwarf2/implptr-64bit.S: Remove.
587 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
588 variables in caller's context. Add DW_OP_implicit_value.
589
5ac95241
YQ
5902017-01-25 Yao Qi <yao.qi@linaro.org>
591
592 * lib/dwarf.exp (Dwarf::_location): Handle
593 DW_OP_GNU_implicit_pointer with proper size.
594
23e82930
LM
5952017-01-20 Luis Machado <lgustavo@codesourcery.com>
596
597 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
598 and add untested calls.
599
d334ae25
LM
6002017-01-20 Luis Machado <lgustavo@codesourcery.com>
601
602 * gdb.python/python.exp: Check line number against what GDB thinks
603 the line number is for func1.
604
f5e6296e
IB
6052017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
606
607 * gdb.dlang/debug-expr.exp: New file.
608
5b362f04
LM
6092016-12-23 Luis Machado <lgustavo@codesourcery.com>
610
611 Fix test names for the following files:
612
613 * gdb.ada/exec_changed.exp
614 * gdb.ada/info_types.exp
615 * gdb.arch/aarch64-atomic-inst.exp
616 * gdb.arch/aarch64-fp.exp
617 * gdb.arch/altivec-abi.exp
618 * gdb.arch/altivec-regs.exp
619 * gdb.arch/amd64-byte.exp
620 * gdb.arch/amd64-disp-step.exp
621 * gdb.arch/amd64-dword.exp
622 * gdb.arch/amd64-entry-value-inline.exp
623 * gdb.arch/amd64-entry-value-param.exp
624 * gdb.arch/amd64-entry-value-paramref.exp
625 * gdb.arch/amd64-entry-value.exp
626 * gdb.arch/amd64-i386-address.exp
627 * gdb.arch/amd64-invalid-stack-middle.exp
628 * gdb.arch/amd64-invalid-stack-top.exp
629 * gdb.arch/amd64-optimout-repeat.exp
630 * gdb.arch/amd64-prologue-skip.exp
631 * gdb.arch/amd64-prologue-xmm.exp
632 * gdb.arch/amd64-stap-special-operands.exp
633 * gdb.arch/amd64-stap-wrong-subexp.exp
634 * gdb.arch/amd64-tailcall-cxx.exp
635 * gdb.arch/amd64-tailcall-noret.exp
636 * gdb.arch/amd64-tailcall-ret.exp
637 * gdb.arch/amd64-tailcall-self.exp
638 * gdb.arch/amd64-word.exp
639 * gdb.arch/arm-bl-branch-dest.exp
640 * gdb.arch/arm-disp-step.exp
641 * gdb.arch/arm-neon.exp
642 * gdb.arch/arm-single-step-kernel-helper.exp
643 * gdb.arch/avr-flash-qualifier.exp
644 * gdb.arch/disp-step-insn-reloc.exp
645 * gdb.arch/e500-abi.exp
646 * gdb.arch/e500-regs.exp
647 * gdb.arch/ftrace-insn-reloc.exp
648 * gdb.arch/i386-avx512.exp
649 * gdb.arch/i386-bp_permanent.exp
650 * gdb.arch/i386-byte.exp
651 * gdb.arch/i386-cfi-notcurrent.exp
652 * gdb.arch/i386-disp-step.exp
653 * gdb.arch/i386-dr3-watch.exp
654 * gdb.arch/i386-float.exp
655 * gdb.arch/i386-gnu-cfi.exp
656 * gdb.arch/i386-mpx-map.exp
657 * gdb.arch/i386-mpx-sigsegv.exp
658 * gdb.arch/i386-mpx-simple_segv.exp
659 * gdb.arch/i386-mpx.exp
660 * gdb.arch/i386-permbkpt.exp
661 * gdb.arch/i386-prologue.exp
662 * gdb.arch/i386-signal.exp
663 * gdb.arch/i386-size-overlap.exp
664 * gdb.arch/i386-unwind.exp
665 * gdb.arch/i386-word.exp
666 * gdb.arch/mips-fcr.exp
667 * gdb.arch/powerpc-d128-regs.exp
668 * gdb.arch/powerpc-stackless.exp
669 * gdb.arch/ppc64-atomic-inst.exp
670 * gdb.arch/s390-stackless.exp
671 * gdb.arch/s390-tdbregs.exp
672 * gdb.arch/s390-vregs.exp
673 * gdb.arch/sparc-sysstep.exp
674 * gdb.arch/thumb-bx-pc.exp
675 * gdb.arch/thumb-singlestep.exp
676 * gdb.arch/thumb2-it.exp
677 * gdb.arch/vsx-regs.exp
678 * gdb.asm/asm-source.exp
679 * gdb.base/a2-run.exp
680 * gdb.base/advance.exp
681 * gdb.base/all-bin.exp
682 * gdb.base/anon.exp
683 * gdb.base/args.exp
684 * gdb.base/arithmet.exp
685 * gdb.base/async-shell.exp
686 * gdb.base/async.exp
687 * gdb.base/attach-pie-noexec.exp
688 * gdb.base/attach-twice.exp
689 * gdb.base/auto-load.exp
690 * gdb.base/bang.exp
691 * gdb.base/bitfields.exp
692 * gdb.base/break-always.exp
693 * gdb.base/break-caller-line.exp
694 * gdb.base/break-entry.exp
695 * gdb.base/break-inline.exp
696 * gdb.base/break-on-linker-gcd-function.exp
697 * gdb.base/break-probes.exp
698 * gdb.base/break.exp
699 * gdb.base/breakpoint-shadow.exp
700 * gdb.base/call-ar-st.exp
701 * gdb.base/call-sc.exp
702 * gdb.base/call-signal-resume.exp
703 * gdb.base/call-strs.exp
704 * gdb.base/callfuncs.exp
705 * gdb.base/catch-fork-static.exp
706 * gdb.base/catch-gdb-caused-signals.exp
707 * gdb.base/catch-load.exp
708 * gdb.base/catch-signal-fork.exp
709 * gdb.base/catch-signal.exp
710 * gdb.base/catch-syscall.exp
711 * gdb.base/charset.exp
712 * gdb.base/checkpoint.exp
713 * gdb.base/chng-syms.exp
714 * gdb.base/code-expr.exp
715 * gdb.base/code_elim.exp
716 * gdb.base/commands.exp
717 * gdb.base/completion.exp
718 * gdb.base/complex.exp
719 * gdb.base/cond-expr.exp
720 * gdb.base/condbreak.exp
721 * gdb.base/consecutive.exp
722 * gdb.base/continue-all-already-running.exp
723 * gdb.base/coredump-filter.exp
724 * gdb.base/corefile.exp
725 * gdb.base/dbx.exp
726 * gdb.base/debug-expr.exp
727 * gdb.base/define.exp
728 * gdb.base/del.exp
729 * gdb.base/disabled-location.exp
730 * gdb.base/disasm-end-cu.exp
731 * gdb.base/disasm-optim.exp
732 * gdb.base/display.exp
733 * gdb.base/duplicate-bp.exp
734 * gdb.base/ena-dis-br.exp
735 * gdb.base/ending-run.exp
736 * gdb.base/enumval.exp
737 * gdb.base/environ.exp
738 * gdb.base/eu-strip-infcall.exp
739 * gdb.base/eval-avoid-side-effects.exp
740 * gdb.base/eval-skip.exp
741 * gdb.base/exitsignal.exp
742 * gdb.base/expand-psymtabs.exp
743 * gdb.base/filesym.exp
744 * gdb.base/find-unmapped.exp
745 * gdb.base/finish.exp
746 * gdb.base/float.exp
747 * gdb.base/foll-exec-mode.exp
748 * gdb.base/foll-exec.exp
749 * gdb.base/foll-fork.exp
750 * gdb.base/fortran-sym-case.exp
751 * gdb.base/freebpcmd.exp
752 * gdb.base/func-ptr.exp
753 * gdb.base/func-ptrs.exp
754 * gdb.base/funcargs.exp
755 * gdb.base/gcore-buffer-overflow.exp
756 * gdb.base/gcore-relro-pie.exp
757 * gdb.base/gcore-relro.exp
758 * gdb.base/gcore.exp
759 * gdb.base/gdb1090.exp
760 * gdb.base/gdb11530.exp
761 * gdb.base/gdb11531.exp
762 * gdb.base/gdb1821.exp
763 * gdb.base/gdbindex-stabs.exp
764 * gdb.base/gdbvars.exp
765 * gdb.base/hbreak.exp
766 * gdb.base/hbreak2.exp
767 * gdb.base/included.exp
768 * gdb.base/infcall-input.exp
769 * gdb.base/inferior-died.exp
770 * gdb.base/infnan.exp
771 * gdb.base/info-macros.exp
772 * gdb.base/info-os.exp
773 * gdb.base/info-proc.exp
774 * gdb.base/info-shared.exp
775 * gdb.base/info-target.exp
776 * gdb.base/infoline.exp
777 * gdb.base/interp.exp
778 * gdb.base/interrupt.exp
779 * gdb.base/jit-reader.exp
780 * gdb.base/jit-simple.exp
781 * gdb.base/kill-after-signal.exp
782 * gdb.base/kill-detach-inferiors-cmd.exp
783 * gdb.base/label.exp
784 * gdb.base/langs.exp
785 * gdb.base/ldbl_e308.exp
786 * gdb.base/line-symtabs.exp
787 * gdb.base/linespecs.exp
788 * gdb.base/list.exp
789 * gdb.base/long_long.exp
790 * gdb.base/longest-types.exp
791 * gdb.base/maint.exp
792 * gdb.base/max-value-size.exp
793 * gdb.base/memattr.exp
794 * gdb.base/mips_pro.exp
795 * gdb.base/morestack.exp
796 * gdb.base/moribund-step.exp
797 * gdb.base/multi-forks.exp
798 * gdb.base/nested-addr.exp
799 * gdb.base/nextoverexit.exp
800 * gdb.base/noreturn-finish.exp
801 * gdb.base/noreturn-return.exp
802 * gdb.base/nostdlib.exp
803 * gdb.base/offsets.exp
804 * gdb.base/opaque.exp
805 * gdb.base/pc-fp.exp
806 * gdb.base/permissions.exp
807 * gdb.base/print-symbol-loading.exp
808 * gdb.base/prologue-include.exp
809 * gdb.base/psymtab.exp
810 * gdb.base/ptype.exp
811 * gdb.base/random-signal.exp
812 * gdb.base/randomize.exp
813 * gdb.base/range-stepping.exp
814 * gdb.base/readline-ask.exp
815 * gdb.base/recpar.exp
816 * gdb.base/recurse.exp
817 * gdb.base/relational.exp
818 * gdb.base/restore.exp
819 * gdb.base/return-nodebug.exp
820 * gdb.base/return.exp
821 * gdb.base/run-after-attach.exp
822 * gdb.base/save-bp.exp
823 * gdb.base/scope.exp
824 * gdb.base/sect-cmd.exp
825 * gdb.base/set-lang-auto.exp
826 * gdb.base/set-noassign.exp
827 * gdb.base/setvar.exp
828 * gdb.base/sigall.exp
829 * gdb.base/sigbpt.exp
830 * gdb.base/siginfo-addr.exp
831 * gdb.base/siginfo-infcall.exp
832 * gdb.base/siginfo-obj.exp
833 * gdb.base/siginfo.exp
834 * gdb.base/signals-state-child.exp
835 * gdb.base/signest.exp
836 * gdb.base/sigstep.exp
837 * gdb.base/sizeof.exp
838 * gdb.base/skip.exp
839 * gdb.base/solib-corrupted.exp
840 * gdb.base/solib-nodir.exp
841 * gdb.base/solib-search.exp
842 * gdb.base/stack-checking.exp
843 * gdb.base/stale-infcall.exp
844 * gdb.base/stap-probe.exp
845 * gdb.base/start.exp
846 * gdb.base/step-break.exp
847 * gdb.base/step-bt.exp
848 * gdb.base/step-line.exp
849 * gdb.base/step-over-exit.exp
850 * gdb.base/step-over-syscall.exp
851 * gdb.base/step-resume-infcall.exp
852 * gdb.base/step-test.exp
853 * gdb.base/store.exp
854 * gdb.base/structs3.exp
855 * gdb.base/sym-file.exp
856 * gdb.base/symbol-without-target_section.exp
857 * gdb.base/term.exp
858 * gdb.base/testenv.exp
859 * gdb.base/ui-redirect.exp
860 * gdb.base/until.exp
861 * gdb.base/unwindonsignal.exp
862 * gdb.base/value-double-free.exp
863 * gdb.base/vla-datatypes.exp
864 * gdb.base/vla-ptr.exp
865 * gdb.base/vla-sideeffect.exp
866 * gdb.base/volatile.exp
867 * gdb.base/watch-cond-infcall.exp
868 * gdb.base/watch-cond.exp
869 * gdb.base/watch-non-mem.exp
870 * gdb.base/watch-read.exp
871 * gdb.base/watch-vfork.exp
872 * gdb.base/watchpoint-cond-gone.exp
873 * gdb.base/watchpoint-delete.exp
874 * gdb.base/watchpoint-hw-hit-once.exp
875 * gdb.base/watchpoint-hw.exp
876 * gdb.base/watchpoint-stops-at-right-insn.exp
877 * gdb.base/watchpoints.exp
878 * gdb.base/wchar.exp
879 * gdb.base/whatis-exp.exp
880 * gdb.btrace/buffer-size.exp
881 * gdb.btrace/data.exp
882 * gdb.btrace/delta.exp
883 * gdb.btrace/dlopen.exp
884 * gdb.btrace/enable.exp
885 * gdb.btrace/exception.exp
886 * gdb.btrace/function_call_history.exp
887 * gdb.btrace/gcore.exp
888 * gdb.btrace/instruction_history.exp
889 * gdb.btrace/nohist.exp
890 * gdb.btrace/reconnect.exp
891 * gdb.btrace/record_goto-step.exp
892 * gdb.btrace/record_goto.exp
893 * gdb.btrace/rn-dl-bind.exp
894 * gdb.btrace/segv.exp
895 * gdb.btrace/step.exp
896 * gdb.btrace/stepi.exp
897 * gdb.btrace/tailcall-only.exp
898 * gdb.btrace/tailcall.exp
899 * gdb.btrace/tsx.exp
900 * gdb.btrace/unknown_functions.exp
901 * gdb.btrace/vdso.exp
902 * gdb.compile/compile-ifunc.exp
903 * gdb.compile/compile-ops.exp
904 * gdb.compile/compile-print.exp
905 * gdb.compile/compile-setjmp.exp
906 * gdb.cp/abstract-origin.exp
907 * gdb.cp/ambiguous.exp
908 * gdb.cp/annota2.exp
909 * gdb.cp/annota3.exp
910 * gdb.cp/anon-ns.exp
911 * gdb.cp/anon-struct.exp
912 * gdb.cp/anon-union.exp
913 * gdb.cp/arg-reference.exp
914 * gdb.cp/baseenum.exp
915 * gdb.cp/bool.exp
916 * gdb.cp/breakpoint.exp
917 * gdb.cp/bs15503.exp
918 * gdb.cp/call-c.exp
919 * gdb.cp/casts.exp
920 * gdb.cp/chained-calls.exp
921 * gdb.cp/class2.exp
922 * gdb.cp/classes.exp
923 * gdb.cp/cmpd-minsyms.exp
924 * gdb.cp/converts.exp
925 * gdb.cp/cp-relocate.exp
926 * gdb.cp/cpcompletion.exp
927 * gdb.cp/cpexprs.exp
928 * gdb.cp/cplabel.exp
929 * gdb.cp/cplusfuncs.exp
930 * gdb.cp/cpsizeof.exp
931 * gdb.cp/ctti.exp
932 * gdb.cp/derivation.exp
933 * gdb.cp/destrprint.exp
934 * gdb.cp/dispcxx.exp
935 * gdb.cp/enum-class.exp
936 * gdb.cp/exception.exp
937 * gdb.cp/exceptprint.exp
938 * gdb.cp/expand-psymtabs-cxx.exp
939 * gdb.cp/expand-sals.exp
940 * gdb.cp/extern-c.exp
941 * gdb.cp/filename.exp
942 * gdb.cp/formatted-ref.exp
943 * gdb.cp/fpointer.exp
944 * gdb.cp/gdb1355.exp
945 * gdb.cp/gdb2495.exp
946 * gdb.cp/hang.exp
947 * gdb.cp/impl-this.exp
948 * gdb.cp/infcall-dlopen.exp
949 * gdb.cp/inherit.exp
950 * gdb.cp/iostream.exp
951 * gdb.cp/koenig.exp
952 * gdb.cp/local.exp
953 * gdb.cp/m-data.exp
954 * gdb.cp/m-static.exp
955 * gdb.cp/mb-ctor.exp
956 * gdb.cp/mb-inline.exp
957 * gdb.cp/mb-templates.exp
958 * gdb.cp/member-name.exp
959 * gdb.cp/member-ptr.exp
960 * gdb.cp/meth-typedefs.exp
961 * gdb.cp/method.exp
962 * gdb.cp/method2.exp
963 * gdb.cp/minsym-fallback.exp
964 * gdb.cp/misc.exp
965 * gdb.cp/namelessclass.exp
966 * gdb.cp/namespace-enum.exp
967 * gdb.cp/namespace-nested-import.exp
968 * gdb.cp/namespace.exp
969 * gdb.cp/nextoverthrow.exp
970 * gdb.cp/no-dmgl-verbose.exp
971 * gdb.cp/non-trivial-retval.exp
972 * gdb.cp/noparam.exp
973 * gdb.cp/nsdecl.exp
974 * gdb.cp/nsimport.exp
975 * gdb.cp/nsnested.exp
976 * gdb.cp/nsnoimports.exp
977 * gdb.cp/nsrecurs.exp
978 * gdb.cp/nsstress.exp
979 * gdb.cp/nsusing.exp
980 * gdb.cp/operator.exp
981 * gdb.cp/oranking.exp
982 * gdb.cp/overload-const.exp
983 * gdb.cp/overload.exp
984 * gdb.cp/ovldbreak.exp
985 * gdb.cp/ovsrch.exp
986 * gdb.cp/paren-type.exp
987 * gdb.cp/parse-lang.exp
988 * gdb.cp/pass-by-ref.exp
989 * gdb.cp/pr-1023.exp
990 * gdb.cp/pr-1210.exp
991 * gdb.cp/pr-574.exp
992 * gdb.cp/pr10687.exp
993 * gdb.cp/pr12028.exp
994 * gdb.cp/pr17132.exp
995 * gdb.cp/pr17494.exp
996 * gdb.cp/pr9067.exp
997 * gdb.cp/pr9167.exp
998 * gdb.cp/pr9631.exp
999 * gdb.cp/printmethod.exp
1000 * gdb.cp/psmang.exp
1001 * gdb.cp/psymtab-parameter.exp
1002 * gdb.cp/ptype-cv-cp.exp
1003 * gdb.cp/ptype-flags.exp
1004 * gdb.cp/re-set-overloaded.exp
1005 * gdb.cp/ref-types.exp
1006 * gdb.cp/rtti.exp
1007 * gdb.cp/scope-err.exp
1008 * gdb.cp/shadow.exp
1009 * gdb.cp/smartp.exp
1010 * gdb.cp/static-method.exp
1011 * gdb.cp/static-print-quit.exp
1012 * gdb.cp/temargs.exp
1013 * gdb.cp/templates.exp
1014 * gdb.cp/try_catch.exp
1015 * gdb.cp/typedef-operator.exp
1016 * gdb.cp/typeid.exp
1017 * gdb.cp/userdef.exp
1018 * gdb.cp/using-crash.exp
1019 * gdb.cp/var-tag.exp
1020 * gdb.cp/virtbase.exp
1021 * gdb.cp/virtfunc.exp
1022 * gdb.cp/virtfunc2.exp
1023 * gdb.cp/vla-cxx.exp
1024 * gdb.disasm/t01_mov.exp
1025 * gdb.disasm/t02_mova.exp
1026 * gdb.disasm/t03_add.exp
1027 * gdb.disasm/t04_sub.exp
1028 * gdb.disasm/t05_cmp.exp
1029 * gdb.disasm/t06_ari2.exp
1030 * gdb.disasm/t07_ari3.exp
1031 * gdb.disasm/t08_or.exp
1032 * gdb.disasm/t09_xor.exp
1033 * gdb.disasm/t10_and.exp
1034 * gdb.disasm/t11_logs.exp
1035 * gdb.disasm/t12_bit.exp
1036 * gdb.disasm/t13_otr.exp
1037 * gdb.dlang/circular.exp
1038 * gdb.dwarf2/arr-stride.exp
1039 * gdb.dwarf2/arr-subrange.exp
1040 * gdb.dwarf2/atomic-type.exp
1041 * gdb.dwarf2/bad-regnum.exp
1042 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1043 * gdb.dwarf2/callframecfa.exp
1044 * gdb.dwarf2/clztest.exp
1045 * gdb.dwarf2/corrupt.exp
1046 * gdb.dwarf2/data-loc.exp
1047 * gdb.dwarf2/dup-psym.exp
1048 * gdb.dwarf2/dw2-anon-mptr.exp
1049 * gdb.dwarf2/dw2-anonymous-func.exp
1050 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1051 * gdb.dwarf2/dw2-bad-unresolved.exp
1052 * gdb.dwarf2/dw2-basic.exp
1053 * gdb.dwarf2/dw2-canonicalize-type.exp
1054 * gdb.dwarf2/dw2-case-insensitive.exp
1055 * gdb.dwarf2/dw2-common-block.exp
1056 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1057 * gdb.dwarf2/dw2-compressed.exp
1058 * gdb.dwarf2/dw2-const.exp
1059 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1060 * gdb.dwarf2/dw2-cu-size.exp
1061 * gdb.dwarf2/dw2-dup-frame.exp
1062 * gdb.dwarf2/dw2-entry-value.exp
1063 * gdb.dwarf2/dw2-icycle.exp
1064 * gdb.dwarf2/dw2-ifort-parameter.exp
1065 * gdb.dwarf2/dw2-inline-break.exp
1066 * gdb.dwarf2/dw2-inline-param.exp
1067 * gdb.dwarf2/dw2-intercu.exp
1068 * gdb.dwarf2/dw2-intermix.exp
1069 * gdb.dwarf2/dw2-lexical-block-bare.exp
1070 * gdb.dwarf2/dw2-linkage-name-trust.exp
1071 * gdb.dwarf2/dw2-minsym-in-cu.exp
1072 * gdb.dwarf2/dw2-noloc.exp
1073 * gdb.dwarf2/dw2-op-call.exp
1074 * gdb.dwarf2/dw2-op-out-param.exp
1075 * gdb.dwarf2/dw2-opt-structptr.exp
1076 * gdb.dwarf2/dw2-param-error.exp
1077 * gdb.dwarf2/dw2-producer.exp
1078 * gdb.dwarf2/dw2-ranges-base.exp
1079 * gdb.dwarf2/dw2-ref-missing-frame.exp
1080 * gdb.dwarf2/dw2-reg-undefined.exp
1081 * gdb.dwarf2/dw2-regno-invalid.exp
1082 * gdb.dwarf2/dw2-restore.exp
1083 * gdb.dwarf2/dw2-restrict.exp
1084 * gdb.dwarf2/dw2-single-line-discriminators.exp
1085 * gdb.dwarf2/dw2-strp.exp
1086 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1087 * gdb.dwarf2/dw2-unresolved.exp
1088 * gdb.dwarf2/dw2-var-zero-addr.exp
1089 * gdb.dwarf2/dw4-sig-types.exp
1090 * gdb.dwarf2/dwz.exp
1091 * gdb.dwarf2/dynarr-ptr.exp
1092 * gdb.dwarf2/enum-type.exp
1093 * gdb.dwarf2/gdb-index.exp
1094 * gdb.dwarf2/implptr-64bit.exp
1095 * gdb.dwarf2/implptr-optimized-out.exp
1096 * gdb.dwarf2/implptr.exp
1097 * gdb.dwarf2/implref-array.exp
1098 * gdb.dwarf2/implref-const.exp
1099 * gdb.dwarf2/implref-global.exp
1100 * gdb.dwarf2/implref-struct.exp
1101 * gdb.dwarf2/mac-fileno.exp
1102 * gdb.dwarf2/main-subprogram.exp
1103 * gdb.dwarf2/member-ptr-forwardref.exp
1104 * gdb.dwarf2/method-ptr.exp
1105 * gdb.dwarf2/missing-sig-type.exp
1106 * gdb.dwarf2/nonvar-access.exp
1107 * gdb.dwarf2/opaque-type-lookup.exp
1108 * gdb.dwarf2/pieces-optimized-out.exp
1109 * gdb.dwarf2/pieces.exp
1110 * gdb.dwarf2/pr10770.exp
1111 * gdb.dwarf2/pr13961.exp
1112 * gdb.dwarf2/staticvirtual.exp
1113 * gdb.dwarf2/subrange.exp
1114 * gdb.dwarf2/symtab-producer.exp
1115 * gdb.dwarf2/trace-crash.exp
1116 * gdb.dwarf2/typeddwarf.exp
1117 * gdb.dwarf2/valop.exp
1118 * gdb.dwarf2/watch-notconst.exp
1119 * gdb.fortran/array-element.exp
1120 * gdb.fortran/charset.exp
1121 * gdb.fortran/common-block.exp
1122 * gdb.fortran/complex.exp
1123 * gdb.fortran/derived-type-function.exp
1124 * gdb.fortran/derived-type.exp
1125 * gdb.fortran/logical.exp
1126 * gdb.fortran/module.exp
1127 * gdb.fortran/multi-dim.exp
1128 * gdb.fortran/nested-funcs.exp
1129 * gdb.fortran/print-formatted.exp
1130 * gdb.fortran/subarray.exp
1131 * gdb.fortran/vla-alloc-assoc.exp
1132 * gdb.fortran/vla-datatypes.exp
1133 * gdb.fortran/vla-history.exp
1134 * gdb.fortran/vla-ptr-info.exp
1135 * gdb.fortran/vla-ptype-sub.exp
1136 * gdb.fortran/vla-ptype.exp
1137 * gdb.fortran/vla-sizeof.exp
1138 * gdb.fortran/vla-type.exp
1139 * gdb.fortran/vla-value-sub-arbitrary.exp
1140 * gdb.fortran/vla-value-sub-finish.exp
1141 * gdb.fortran/vla-value-sub.exp
1142 * gdb.fortran/vla-value.exp
1143 * gdb.fortran/whatis_type.exp
1144 * gdb.go/chan.exp
1145 * gdb.go/handcall.exp
1146 * gdb.go/hello.exp
1147 * gdb.go/integers.exp
1148 * gdb.go/methods.exp
1149 * gdb.go/package.exp
1150 * gdb.go/strings.exp
1151 * gdb.go/types.exp
1152 * gdb.go/unsafe.exp
1153 * gdb.guile/scm-arch.exp
1154 * gdb.guile/scm-block.exp
1155 * gdb.guile/scm-breakpoint.exp
1156 * gdb.guile/scm-cmd.exp
1157 * gdb.guile/scm-disasm.exp
1158 * gdb.guile/scm-equal.exp
1159 * gdb.guile/scm-frame-args.exp
1160 * gdb.guile/scm-frame-inline.exp
1161 * gdb.guile/scm-frame.exp
1162 * gdb.guile/scm-iterator.exp
1163 * gdb.guile/scm-math.exp
1164 * gdb.guile/scm-objfile.exp
1165 * gdb.guile/scm-ports.exp
1166 * gdb.guile/scm-symbol.exp
1167 * gdb.guile/scm-symtab.exp
1168 * gdb.guile/scm-value-cc.exp
1169 * gdb.guile/types-module.exp
1170 * gdb.linespec/break-ask.exp
1171 * gdb.linespec/cpexplicit.exp
1172 * gdb.linespec/explicit.exp
1173 * gdb.linespec/keywords.exp
1174 * gdb.linespec/linespec.exp
1175 * gdb.linespec/ls-dollar.exp
1176 * gdb.linespec/ls-errs.exp
1177 * gdb.linespec/skip-two.exp
1178 * gdb.linespec/thread.exp
1179 * gdb.mi/mi-async.exp
1180 * gdb.mi/mi-basics.exp
1181 * gdb.mi/mi-break.exp
1182 * gdb.mi/mi-catch-load.exp
1183 * gdb.mi/mi-cli.exp
1184 * gdb.mi/mi-cmd-param-changed.exp
1185 * gdb.mi/mi-console.exp
1186 * gdb.mi/mi-detach.exp
1187 * gdb.mi/mi-disassemble.exp
1188 * gdb.mi/mi-eval.exp
1189 * gdb.mi/mi-file-transfer.exp
1190 * gdb.mi/mi-file.exp
1191 * gdb.mi/mi-fill-memory.exp
1192 * gdb.mi/mi-inheritance-syntax-error.exp
1193 * gdb.mi/mi-linespec-err-cp.exp
1194 * gdb.mi/mi-logging.exp
1195 * gdb.mi/mi-memory-changed.exp
1196 * gdb.mi/mi-read-memory.exp
1197 * gdb.mi/mi-record-changed.exp
1198 * gdb.mi/mi-reg-undefined.exp
1199 * gdb.mi/mi-regs.exp
1200 * gdb.mi/mi-return.exp
1201 * gdb.mi/mi-reverse.exp
1202 * gdb.mi/mi-simplerun.exp
1203 * gdb.mi/mi-solib.exp
1204 * gdb.mi/mi-stack.exp
1205 * gdb.mi/mi-stepi.exp
1206 * gdb.mi/mi-syn-frame.exp
1207 * gdb.mi/mi-until.exp
1208 * gdb.mi/mi-var-block.exp
1209 * gdb.mi/mi-var-child.exp
1210 * gdb.mi/mi-var-cmd.exp
1211 * gdb.mi/mi-var-cp.exp
1212 * gdb.mi/mi-var-display.exp
1213 * gdb.mi/mi-var-invalidate.exp
1214 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1215 * gdb.mi/mi-vla-fortran.exp
1216 * gdb.mi/mi-watch.exp
1217 * gdb.mi/mi2-var-child.exp
1218 * gdb.mi/user-selected-context-sync.exp
1219 * gdb.modula2/unbounded-array.exp
1220 * gdb.multi/dummy-frame-restore.exp
1221 * gdb.multi/multi-arch-exec.exp
1222 * gdb.multi/multi-arch.exp
1223 * gdb.multi/tids.exp
1224 * gdb.multi/watchpoint-multi.exp
1225 * gdb.opencl/callfuncs.exp
1226 * gdb.opencl/convs_casts.exp
1227 * gdb.opencl/datatypes.exp
1228 * gdb.opencl/operators.exp
1229 * gdb.opencl/vec_comps.exp
1230 * gdb.opt/clobbered-registers-O2.exp
1231 * gdb.opt/inline-break.exp
1232 * gdb.opt/inline-bt.exp
1233 * gdb.opt/inline-cmds.exp
1234 * gdb.opt/inline-locals.exp
1235 * gdb.pascal/case-insensitive-symbols.exp
1236 * gdb.pascal/floats.exp
1237 * gdb.pascal/gdb11492.exp
1238 * gdb.python/lib-types.exp
1239 * gdb.python/py-arch.exp
1240 * gdb.python/py-as-string.exp
1241 * gdb.python/py-bad-printers.exp
1242 * gdb.python/py-block.exp
1243 * gdb.python/py-breakpoint-create-fail.exp
1244 * gdb.python/py-breakpoint.exp
1245 * gdb.python/py-caller-is.exp
1246 * gdb.python/py-cmd.exp
1247 * gdb.python/py-explore-cc.exp
1248 * gdb.python/py-explore.exp
1249 * gdb.python/py-finish-breakpoint.exp
1250 * gdb.python/py-finish-breakpoint2.exp
1251 * gdb.python/py-frame-args.exp
1252 * gdb.python/py-frame-inline.exp
1253 * gdb.python/py-frame.exp
1254 * gdb.python/py-framefilter-mi.exp
1255 * gdb.python/py-infthread.exp
1256 * gdb.python/py-lazy-string.exp
1257 * gdb.python/py-linetable.exp
1258 * gdb.python/py-mi-events.exp
1259 * gdb.python/py-mi-objfile.exp
1260 * gdb.python/py-mi.exp
1261 * gdb.python/py-objfile.exp
1262 * gdb.python/py-pp-integral.exp
1263 * gdb.python/py-pp-maint.exp
1264 * gdb.python/py-pp-re-notag.exp
1265 * gdb.python/py-pp-registration.exp
1266 * gdb.python/py-recurse-unwind.exp
1267 * gdb.python/py-strfns.exp
1268 * gdb.python/py-symbol.exp
1269 * gdb.python/py-symtab.exp
1270 * gdb.python/py-sync-interp.exp
1271 * gdb.python/py-typeprint.exp
1272 * gdb.python/py-unwind-maint.exp
1273 * gdb.python/py-unwind.exp
1274 * gdb.python/py-value-cc.exp
1275 * gdb.python/py-xmethods.exp
1276 * gdb.reverse/amd64-tailcall-reverse.exp
1277 * gdb.reverse/break-precsave.exp
1278 * gdb.reverse/break-reverse.exp
1279 * gdb.reverse/consecutive-precsave.exp
1280 * gdb.reverse/consecutive-reverse.exp
1281 * gdb.reverse/finish-precsave.exp
1282 * gdb.reverse/finish-reverse-bkpt.exp
1283 * gdb.reverse/finish-reverse.exp
1284 * gdb.reverse/fstatat-reverse.exp
1285 * gdb.reverse/getresuid-reverse.exp
1286 * gdb.reverse/i386-precsave.exp
1287 * gdb.reverse/i386-reverse.exp
1288 * gdb.reverse/i386-sse-reverse.exp
1289 * gdb.reverse/i387-env-reverse.exp
1290 * gdb.reverse/i387-stack-reverse.exp
1291 * gdb.reverse/insn-reverse.exp
1292 * gdb.reverse/machinestate-precsave.exp
1293 * gdb.reverse/machinestate.exp
1294 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1295 * gdb.reverse/pipe-reverse.exp
1296 * gdb.reverse/readv-reverse.exp
1297 * gdb.reverse/recvmsg-reverse.exp
1298 * gdb.reverse/rerun-prec.exp
1299 * gdb.reverse/s390-mvcle.exp
1300 * gdb.reverse/step-precsave.exp
1301 * gdb.reverse/step-reverse.exp
1302 * gdb.reverse/time-reverse.exp
1303 * gdb.reverse/until-precsave.exp
1304 * gdb.reverse/until-reverse.exp
1305 * gdb.reverse/waitpid-reverse.exp
1306 * gdb.reverse/watch-precsave.exp
1307 * gdb.reverse/watch-reverse.exp
1308 * gdb.rust/generics.exp
1309 * gdb.rust/methods.exp
1310 * gdb.rust/modules.exp
1311 * gdb.rust/simple.exp
1312 * gdb.server/connect-with-no-symbol-file.exp
1313 * gdb.server/ext-attach.exp
1314 * gdb.server/ext-restart.exp
1315 * gdb.server/ext-wrapper.exp
1316 * gdb.server/file-transfer.exp
1317 * gdb.server/server-exec-info.exp
1318 * gdb.server/server-kill.exp
1319 * gdb.server/server-mon.exp
1320 * gdb.server/wrapper.exp
1321 * gdb.stabs/exclfwd.exp
1322 * gdb.stabs/gdb11479.exp
1323 * gdb.threads/clone-new-thread-event.exp
1324 * gdb.threads/corethreads.exp
1325 * gdb.threads/current-lwp-dead.exp
1326 * gdb.threads/dlopen-libpthread.exp
1327 * gdb.threads/gcore-thread.exp
1328 * gdb.threads/sigstep-threads.exp
1329 * gdb.threads/watchpoint-fork.exp
1330 * gdb.trace/actions-changed.exp
1331 * gdb.trace/backtrace.exp
1332 * gdb.trace/change-loc.exp
1333 * gdb.trace/circ.exp
1334 * gdb.trace/collection.exp
1335 * gdb.trace/disconnected-tracing.exp
1336 * gdb.trace/ftrace.exp
1337 * gdb.trace/mi-trace-frame-collected.exp
1338 * gdb.trace/mi-trace-unavailable.exp
1339 * gdb.trace/mi-traceframe-changed.exp
1340 * gdb.trace/mi-tsv-changed.exp
1341 * gdb.trace/no-attach-trace.exp
1342 * gdb.trace/passc-dyn.exp
1343 * gdb.trace/qtro.exp
1344 * gdb.trace/range-stepping.exp
1345 * gdb.trace/read-memory.exp
1346 * gdb.trace/save-trace.exp
1347 * gdb.trace/signal.exp
1348 * gdb.trace/status-stop.exp
1349 * gdb.trace/tfile.exp
1350 * gdb.trace/trace-break.exp
1351 * gdb.trace/trace-buffer-size.exp
1352 * gdb.trace/trace-condition.exp
1353 * gdb.trace/tracefile-pseudo-reg.exp
1354 * gdb.trace/tstatus.exp
1355 * gdb.trace/unavailable.exp
1356 * gdb.trace/while-dyn.exp
1357 * gdb.trace/while-stepping.exp
1358
34c41c68
DE
13592016-12-22 Doug Evans <xdje42@gmail.com>
1360
1361 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1362 and msymbols.
1363
16e69324
YQ
13642016-12-19 Yao Qi <yao.qi@linaro.org>
1365
1366 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1367 (test_with_self): Don't call do_steps_and_nexts, and remove
1368 code about stepping into xmalloc.
1369
f94f411b
YQ
13702016-12-09 Yao Qi <yao.qi@linaro.org>
1371
1372 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1373
13742016-12-09 Yao Qi <yao.qi@linaro.org>
1375
1376 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1377
f1b5deee
PA
13782016-12-09 Pedro Alves <palves@redhat.com>
1379
1380 * gdb.base/all-architectures-0.exp: New file.
1381 * gdb.base/all-architectures-1.exp: New file.
1382 * gdb.base/all-architectures-2.exp: New file.
1383 * gdb.base/all-architectures-3.exp: New file.
1384 * gdb.base/all-architectures-4.exp: New file.
1385 * gdb.base/all-architectures-5.exp: New file.
1386 * gdb.base/all-architectures-6.exp: New file.
1387 * gdb.base/all-architectures-7.exp: New file.
1388 * gdb.base/all-architectures.exp.in: New file.
1389
364ca42e
YQ
13902016-12-09 Yao Qi <yao.qi@linaro.org>
1391
1392 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1393
107c2d62
LM
13942016-12-02 Luis Machado <lgustavo@codesourcery.com>
1395
1396 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1397 possible.
1398 Remove useless pattern-matching code.
1399
df3ee9ca
PA
14002016-12-02 Pedro Alves <palves@redhat.com>
1401
1402 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1403 procedure.
1404 (top level): Call it.
1405
ec835369
PA
14062016-12-02 Pedro Alves <palves@redhat.com>
1407
1408 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1409 New procedure.
1410 (top level): Call it.
1411
01770bbd
PA
14122016-12-02 Pedro Alves <palves@redhat.com>
1413
1414 PR cli/20559
1415 * gdb.base/commands.exp (user_defined_command_args_eval): New
1416 procedure.
1417 (top level): Call it.
1418
008459ea
LM
14192016-12-02 Luis Machado <lgustavo@codesourcery.com>
1420
1421 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1422 timeout handling.
1423
0c1b455e
TT
14242016-12-02 Tom Tromey <tom@tromey.com>
1425
1426 * gdb.dwarf2/main-subprogram.c: New file.
1427 * gdb.dwarf2/main-subprogram.exp: New file.
1428
018572b8
LM
14292016-12-01 Luis Machado <lgustavo@codesourcery.com>
1430
1431 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1432 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1433 gdb_test_no_output for a couple of cases.
1434 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1435
84c93cd5
LM
14362016-12-01 Luis Machado <lgustavo@codesourcery.com>
1437
1438 Fix test names and standardize compilation error messages throughout
1439 the following files:
1440
1441 * gdb.ada/start.exp
1442 * gdb.arch/alpha-step.exp
1443 * gdb.arch/e500-prologue.exp
1444 * gdb.arch/ftrace-insn-reloc.exp
1445 * gdb.arch/gdb1291.exp
1446 * gdb.arch/gdb1431.exp
1447 * gdb.arch/gdb1558.exp
1448 * gdb.arch/i386-dr3-watch.exp
1449 * gdb.arch/i386-sse-stack-align.exp
1450 * gdb.arch/ia64-breakpoint-shadow.exp
1451 * gdb.arch/pa-nullify.exp
1452 * gdb.arch/powerpc-aix-prologue.exp
1453 * gdb.arch/thumb-bx-pc.exp
1454 * gdb.base/annota1.exp
1455 * gdb.base/annota3.exp
1456 * gdb.base/arrayidx.exp
1457 * gdb.base/assign.exp
1458 * gdb.base/attach.exp
1459 * gdb.base/auxv.exp
1460 * gdb.base/bang.exp
1461 * gdb.base/bfp-test.exp
1462 * gdb.base/bigcore.exp
1463 * gdb.base/bitfields2.exp
1464 * gdb.base/break-fun-addr.exp
1465 * gdb.base/break-probes.exp
1466 * gdb.base/call-rt-st.exp
1467 * gdb.base/callexit.exp
1468 * gdb.base/catch-fork-kill.exp
1469 * gdb.base/charset.exp
1470 * gdb.base/checkpoint.exp
1471 * gdb.base/comprdebug.exp
1472 * gdb.base/constvars.exp
1473 * gdb.base/coredump-filter.exp
1474 * gdb.base/cursal.exp
1475 * gdb.base/cvexpr.exp
1476 * gdb.base/detach.exp
1477 * gdb.base/display.exp
1478 * gdb.base/dmsym.exp
1479 * gdb.base/dprintf-pending.exp
1480 * gdb.base/dso2dso.exp
1481 * gdb.base/dtrace-probe.exp
1482 * gdb.base/dump.exp
1483 * gdb.base/enum_cond.exp
1484 * gdb.base/exe-lock.exp
1485 * gdb.base/exec-invalid-sysroot.exp
1486 * gdb.base/execl-update-breakpoints.exp
1487 * gdb.base/exprs.exp
1488 * gdb.base/fileio.exp
1489 * gdb.base/find.exp
1490 * gdb.base/finish.exp
1491 * gdb.base/fixsection.exp
1492 * gdb.base/foll-vfork.exp
1493 * gdb.base/frame-args.exp
1494 * gdb.base/gcore.exp
1495 * gdb.base/gdb1250.exp
1496 * gdb.base/global-var-nested-by-dso.exp
1497 * gdb.base/gnu-ifunc.exp
1498 * gdb.base/hashline1.exp
1499 * gdb.base/hashline2.exp
1500 * gdb.base/hashline3.exp
1501 * gdb.base/hbreak-in-shr-unsupported.exp
1502 * gdb.base/huge.exp
1503 * gdb.base/infcall-input.exp
1504 * gdb.base/info-fun.exp
1505 * gdb.base/info-shared.exp
1506 * gdb.base/jit-simple.exp
1507 * gdb.base/jit-so.exp
1508 * gdb.base/jit.exp
1509 * gdb.base/jump.exp
1510 * gdb.base/label.exp
1511 * gdb.base/lineinc.exp
1512 * gdb.base/logical.exp
1513 * gdb.base/longjmp.exp
1514 * gdb.base/macscp.exp
1515 * gdb.base/miscexprs.exp
1516 * gdb.base/new-ui-echo.exp
1517 * gdb.base/new-ui-pending-input.exp
1518 * gdb.base/new-ui.exp
1519 * gdb.base/nodebug.exp
1520 * gdb.base/nofield.exp
1521 * gdb.base/offsets.exp
1522 * gdb.base/overlays.exp
1523 * gdb.base/pending.exp
1524 * gdb.base/pointers.exp
1525 * gdb.base/pr11022.exp
1526 * gdb.base/printcmds.exp
1527 * gdb.base/prologue.exp
1528 * gdb.base/ptr-typedef.exp
1529 * gdb.base/realname-expand.exp
1530 * gdb.base/relativedebug.exp
1531 * gdb.base/relocate.exp
1532 * gdb.base/remote.exp
1533 * gdb.base/reread.exp
1534 * gdb.base/return2.exp
1535 * gdb.base/savedregs.exp
1536 * gdb.base/sep.exp
1537 * gdb.base/sepdebug.exp
1538 * gdb.base/sepsymtab.exp
1539 * gdb.base/set-inferior-tty.exp
1540 * gdb.base/setshow.exp
1541 * gdb.base/shlib-call.exp
1542 * gdb.base/sigaltstack.exp
1543 * gdb.base/siginfo-addr.exp
1544 * gdb.base/signals.exp
1545 * gdb.base/signull.exp
1546 * gdb.base/sigrepeat.exp
1547 * gdb.base/so-impl-ld.exp
1548 * gdb.base/solib-display.exp
1549 * gdb.base/solib-overlap.exp
1550 * gdb.base/solib-search.exp
1551 * gdb.base/solib-symbol.exp
1552 * gdb.base/structs.exp
1553 * gdb.base/structs2.exp
1554 * gdb.base/symtab-search-order.exp
1555 * gdb.base/twice.exp
1556 * gdb.base/unload.exp
1557 * gdb.base/varargs.exp
1558 * gdb.base/watchpoint-solib.exp
1559 * gdb.base/watchpoint.exp
1560 * gdb.base/whatis.exp
1561 * gdb.base/wrong_frame_bt_full.exp
1562 * gdb.btrace/dlopen.exp
1563 * gdb.cell/ea-standalone.exp
1564 * gdb.cell/ea-test.exp
1565 * gdb.cp/dispcxx.exp
1566 * gdb.cp/gdb2384.exp
1567 * gdb.cp/method2.exp
1568 * gdb.cp/nextoverthrow.exp
1569 * gdb.cp/pr10728.exp
1570 * gdb.disasm/am33.exp
1571 * gdb.disasm/h8300s.exp
1572 * gdb.disasm/mn10300.exp
1573 * gdb.disasm/sh3.exp
1574 * gdb.dwarf2/dw2-dir-file-name.exp
1575 * gdb.fortran/complex.exp
1576 * gdb.fortran/library-module.exp
1577 * gdb.guile/scm-pretty-print.exp
1578 * gdb.guile/scm-symbol.exp
1579 * gdb.guile/scm-type.exp
1580 * gdb.guile/scm-value.exp
1581 * gdb.linespec/linespec.exp
1582 * gdb.mi/gdb701.exp
1583 * gdb.mi/gdb792.exp
1584 * gdb.mi/mi-breakpoint-changed.exp
1585 * gdb.mi/mi-dprintf-pending.exp
1586 * gdb.mi/mi-dprintf.exp
1587 * gdb.mi/mi-exit-code.exp
1588 * gdb.mi/mi-pending.exp
1589 * gdb.mi/mi-solib.exp
1590 * gdb.mi/new-ui-mi-sync.exp
1591 * gdb.mi/pr11022.exp
1592 * gdb.mi/user-selected-context-sync.exp
1593 * gdb.opt/solib-intra-step.exp
1594 * gdb.python/py-events.exp
1595 * gdb.python/py-finish-breakpoint.exp
1596 * gdb.python/py-mi.exp
1597 * gdb.python/py-prettyprint.exp
1598 * gdb.python/py-shared.exp
1599 * gdb.python/py-symbol.exp
1600 * gdb.python/py-template.exp
1601 * gdb.python/py-type.exp
1602 * gdb.python/py-value.exp
1603 * gdb.reverse/solib-precsave.exp
1604 * gdb.reverse/solib-reverse.exp
1605 * gdb.server/solib-list.exp
1606 * gdb.stabs/weird.exp
1607 * gdb.threads/reconnect-signal.exp
1608 * gdb.threads/stepi-random-signal.exp
1609 * gdb.trace/actions.exp
1610 * gdb.trace/ax.exp
1611 * gdb.trace/backtrace.exp
1612 * gdb.trace/change-loc.exp
1613 * gdb.trace/deltrace.exp
1614 * gdb.trace/ftrace-lock.exp
1615 * gdb.trace/ftrace.exp
1616 * gdb.trace/infotrace.exp
1617 * gdb.trace/mi-tracepoint-changed.exp
1618 * gdb.trace/packetlen.exp
1619 * gdb.trace/passcount.exp
1620 * gdb.trace/pending.exp
1621 * gdb.trace/range-stepping.exp
1622 * gdb.trace/report.exp
1623 * gdb.trace/stap-trace.exp
1624 * gdb.trace/tfind.exp
1625 * gdb.trace/trace-break.exp
1626 * gdb.trace/trace-condition.exp
1627 * gdb.trace/trace-enable-disable.exp
1628 * gdb.trace/trace-mt.exp
1629 * gdb.trace/tracecmd.exp
1630 * gdb.trace/tspeed.exp
1631 * gdb.trace/tsv.exp
1632 * lib/perftest.exp
1633
fb9feb35
LM
16342016-12-01 Luis Machado <lgustavo@codesourcery.com>
1635
1636 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1637 with gdb_test_no_output.
1638 Use command as test name.
1639
cd2ddb6c
LM
16402016-12-01 Luis Machado <lgustavo@codesourcery.com>
1641
1642 Fix test names starting with uppercase throughout the files.
1643
1644 * gdb.ada/assign_1.exp
1645 * gdb.ada/boolean_expr.exp
1646 * gdb.base/arrayidx.exp
1647 * gdb.base/del.exp
1648 * gdb.base/gcore-buffer-overflow.exp
1649 * gdb.base/testenv.exp
1650 * gdb.compile/compile.exp
1651 * gdb.python/py-framefilter-invalidarg.exp
1652 * gdb.python/py-framefilter.exp
1653
bb95117e
LM
16542016-12-01 Luis Machado <lgustavo@codesourcery.com>
1655
1656 Fix test names starting with uppercase throughout the files.
1657
1658 * gdb.ada/array_return.exp
1659 * gdb.ada/expr_delims.exp
1660 * gdb.ada/mi_dyn_arr.exp
1661 * gdb.ada/mi_interface.exp
1662 * gdb.ada/mi_var_array.exp
1663 * gdb.ada/watch_arg.exp
1664 * gdb.arch/alpha-step.exp
1665 * gdb.arch/altivec-regs.exp
1666 * gdb.arch/e500-regs.exp
1667 * gdb.arch/powerpc-d128-regs.exp
1668 * gdb.base/arrayidx.exp
1669 * gdb.base/break.exp
1670 * gdb.base/checkpoint.exp
1671 * gdb.base/debug-expr.exp
1672 * gdb.base/dmsym.exp
1673 * gdb.base/radix.exp
1674 * gdb.base/sepdebug.exp
1675 * gdb.base/testenv.exp
1676 * gdb.base/watch_thread_num.exp
1677 * gdb.base/watchpoint-cond-gone.exp
1678 * gdb.cell/break.exp
1679 * gdb.cell/ea-cache.exp
1680 * gdb.compile/compile.exp
1681 * gdb.cp/gdb2495.exp
1682 * gdb.gdb/selftest.exp
1683 * gdb.gdb/xfullpath.exp
1684 * gdb.go/hello.exp
1685 * gdb.go/integers.exp
1686 * gdb.objc/basicclass.exp
1687 * gdb.pascal/hello.exp
1688 * gdb.pascal/integers.exp
1689 * gdb.python/py-breakpoint.exp
1690 * gdb.python/py-cmd.exp
1691 * gdb.python/py-linetable.exp
1692 * gdb.python/py-xmethods.exp
1693 * gdb.python/python.exp
1694 * gdb.reverse/consecutive-precsave.exp
1695 * gdb.reverse/finish-precsave.exp
1696 * gdb.reverse/i386-precsave.exp
1697 * gdb.reverse/machinestate-precsave.exp
1698 * gdb.reverse/sigall-precsave.exp
1699 * gdb.reverse/solib-precsave.exp
1700 * gdb.reverse/step-precsave.exp
1701 * gdb.reverse/until-precsave.exp
1702 * gdb.reverse/watch-precsave.exp
1703 * gdb.threads/leader-exit.exp
1704 * gdb.threads/pthreads.exp
1705 * gdb.threads/wp-replication.exp
1706 * gdb.trace/actions.exp
1707 * gdb.trace/mi-tsv-changed.exp
1708 * gdb.trace/tsv.exp
1709
de97fdd4
LM
17102016-12-01 Luis Machado <lgustavo@codesourcery.com>
1711
1712 Fix test names starting with uppercase throughout the files.
1713
1714 * gdb.arch/i386-bp_permanent.exp
1715 * gdb.arch/i386-gnu-cfi.exp
1716 * gdb.base/disasm-end-cu.exp
1717 * gdb.base/macscp.exp
1718 * gdb.base/pending.exp
1719 * gdb.base/watch_thread_num.exp
1720 * gdb.cp/exception.exp
1721 * gdb.cp/gdb2495.exp
1722 * gdb.cp/local.exp
1723 * gdb.python/py-evsignal.exp
1724 * gdb.python/python.exp
1725 * gdb.trace/tracecmd.exp
1726
9f058c10
LM
17272016-12-01 Luis Machado <lgustavo@codesourcery.com>
1728
1729 Fix test names starting with uppercase throughout the files.
1730
1731 * gdb.base/charset.exp
1732 * gdb.base/eval.exp
1733 * gdb.base/multi-forks.exp
1734 * gdb.guile/scm-progspace.exp
1735 * gdb.opencl/datatypes.exp
1736 * gdb.python/py-block.exp
1737 * gdb.python/py-function.exp
1738 * gdb.python/py-symbol.exp
1739 * gdb.python/py-symtab.exp
1740 * gdb.python/py-xmethods.exp
1741 * gdb.reverse/break-precsave.exp
1742 * gdb.reverse/break-reverse.exp
1743 * gdb.reverse/consecutive-precsave.exp
1744 * gdb.reverse/consecutive-reverse.exp
1745 * gdb.reverse/finish-precsave.exp
1746 * gdb.reverse/finish-reverse-bkpt.exp
1747 * gdb.reverse/finish-reverse.exp
1748 * gdb.reverse/fstatat-reverse.exp
1749 * gdb.reverse/getresuid-reverse.exp
1750 * gdb.reverse/i386-precsave.exp
1751 * gdb.reverse/i386-reverse.exp
1752 * gdb.reverse/i386-sse-reverse.exp
1753 * gdb.reverse/i387-stack-reverse.exp
1754 * gdb.reverse/insn-reverse.exp
1755 * gdb.reverse/machinestate-precsave.exp
1756 * gdb.reverse/machinestate.exp
1757 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1758 * gdb.reverse/pipe-reverse.exp
1759 * gdb.reverse/readv-reverse.exp
1760 * gdb.reverse/recvmsg-reverse.exp
1761 * gdb.reverse/rerun-prec.exp
1762 * gdb.reverse/s390-mvcle.exp
1763 * gdb.reverse/sigall-precsave.exp
1764 * gdb.reverse/sigall-reverse.exp
1765 * gdb.reverse/solib-precsave.exp
1766 * gdb.reverse/solib-reverse.exp
1767 * gdb.reverse/step-precsave.exp
1768 * gdb.reverse/step-reverse.exp
1769 * gdb.reverse/time-reverse.exp
1770 * gdb.reverse/until-precsave.exp
1771 * gdb.reverse/until-reverse.exp
1772 * gdb.reverse/waitpid-reverse.exp
1773 * gdb.reverse/watch-precsave.exp
1774 * gdb.reverse/watch-reverse.exp
1775
cdc7edd7
LM
17762016-12-01 Luis Machado <lgustavo@codesourcery.com>
1777
1778 Fix test names starting with uppercase throughout the files.
1779
1780 * gdb.arch/i386-mpx-simple_segv.exp
1781 * gdb.arch/i386-mpx.exp
1782 * gdb.arch/i386-permbkpt.exp
1783 * gdb.arch/pa-nullify.exp
1784 * gdb.arch/powerpc-d128-regs.exp
1785 * gdb.arch/vsx-regs.exp
1786 * gdb.base/bfp-test.exp
1787 * gdb.base/break.exp
1788 * gdb.base/breakpoint-shadow.exp
1789 * gdb.base/callfuncs.exp
1790 * gdb.base/charset.exp
1791 * gdb.base/commands.exp
1792 * gdb.base/completion.exp
1793 * gdb.base/dfp-test.exp
1794 * gdb.base/echo.exp
1795 * gdb.base/ending-run.exp
1796 * gdb.base/eval.exp
1797 * gdb.base/expand-psymtabs.exp
1798 * gdb.base/float128.exp
1799 * gdb.base/floatn.exp
1800 * gdb.base/foll-exec-mode.exp
1801 * gdb.base/gdb1056.exp
1802 * gdb.base/gdb11531.exp
1803 * gdb.base/kill-after-signal.exp
1804 * gdb.base/multi-forks.exp
1805 * gdb.base/overlays.exp
1806 * gdb.base/pending.exp
1807 * gdb.base/sepdebug.exp
1808 * gdb.base/testenv.exp
1809 * gdb.base/valgrind-db-attach.exp
1810 * gdb.base/watch_thread_num.exp
1811 * gdb.base/watchpoint-cond-gone.exp
1812 * gdb.base/watchpoint.exp
1813 * gdb.base/watchpoints.exp
1814 * gdb.cp/arg-reference.exp
1815 * gdb.cp/baseenum.exp
1816 * gdb.cp/operator.exp
1817 * gdb.cp/shadow.exp
1818 * gdb.dwarf2/dw2-op-out-param.exp
1819 * gdb.dwarf2/dw2-reg-undefined.exp
1820 * gdb.go/chan.exp
1821 * gdb.go/hello.exp
1822 * gdb.go/integers.exp
1823 * gdb.go/methods.exp
1824 * gdb.go/package.exp
1825 * gdb.guile/scm-parameter.exp
1826 * gdb.guile/scm-progspace.exp
1827 * gdb.guile/scm-value.exp
1828 * gdb.mi/mi-pending.exp
1829 * gdb.mi/user-selected-context-sync.exp
1830 * gdb.multi/multi-attach.exp
1831 * gdb.multi/tids.exp
1832 * gdb.opt/clobbered-registers-O2.exp
1833 * gdb.pascal/floats.exp
1834 * gdb.pascal/integers.exp
1835 * gdb.python/py-block.exp
1836 * gdb.python/py-events.exp
1837 * gdb.python/py-parameter.exp
1838 * gdb.python/py-symbol.exp
1839 * gdb.python/py-symtab.exp
1840 * gdb.python/py-type.exp
1841 * gdb.python/py-value.exp
1842 * gdb.python/py-xmethods.exp
1843 * gdb.python/python.exp
1844 * gdb.reverse/break-precsave.exp
1845 * gdb.reverse/consecutive-precsave.exp
1846 * gdb.reverse/finish-precsave.exp
1847 * gdb.reverse/i386-precsave.exp
1848 * gdb.reverse/machinestate-precsave.exp
1849 * gdb.reverse/sigall-precsave.exp
1850 * gdb.reverse/solib-precsave.exp
1851 * gdb.reverse/step-precsave.exp
1852 * gdb.reverse/until-precsave.exp
1853 * gdb.reverse/watch-precsave.exp
1854 * gdb.server/ext-attach.exp
1855 * gdb.server/ext-restart.exp
1856 * gdb.server/ext-run.exp
1857 * gdb.server/ext-wrapper.exp
1858 * gdb.stabs/gdb11479.exp
1859 * gdb.stabs/weird.exp
1860 * gdb.threads/attach-many-short-lived-threads.exp
1861 * gdb.threads/kill.exp
1862 * gdb.threads/watchpoint-fork.exp
1863
bc6c7af4
LM
18642016-12-01 Luis Machado <lgustavo@codesourcery.com>
1865
1866 Fix test names starting with uppercase throughout all the files below.
1867
1868 * gdb.ada/array_return.exp
1869 * gdb.ada/catch_ex.exp
1870 * gdb.ada/info_exc.exp
1871 * gdb.ada/mi_catch_ex.exp
1872 * gdb.ada/mi_dyn_arr.exp
1873 * gdb.ada/mi_ex_cond.exp
1874 * gdb.ada/mi_exc_info.exp
1875 * gdb.ada/mi_interface.exp
1876 * gdb.ada/mi_task_arg.exp
1877 * gdb.ada/mi_task_info.exp
1878 * gdb.ada/mi_var_array.exp
1879 * gdb.arch/alpha-step.exp
1880 * gdb.arch/amd64-disp-step.exp
1881 * gdb.arch/arm-disp-step.exp
1882 * gdb.arch/disp-step-insn-reloc.exp
1883 * gdb.arch/e500-prologue.exp
1884 * gdb.arch/ftrace-insn-reloc.exp
1885 * gdb.arch/gdb1558.exp
1886 * gdb.arch/i386-bp_permanent.exp
1887 * gdb.arch/i386-disp-step.exp
1888 * gdb.arch/i386-float.exp
1889 * gdb.arch/i386-gnu-cfi.exp
1890 * gdb.arch/ia64-breakpoint-shadow.exp
1891 * gdb.arch/mips16-thunks.exp
1892 * gdb.arch/pa-nullify.exp
1893 * gdb.arch/powerpc-aix-prologue.exp
1894 * gdb.arch/powerpc-power.exp
1895 * gdb.arch/ppc-dfp.exp
1896 * gdb.arch/s390-tdbregs.exp
1897 * gdb.arch/spu-info.exp
1898 * gdb.arch/spu-ls.exp
1899 * gdb.arch/thumb-bx-pc.exp
1900 * gdb.base/advance.exp
1901 * gdb.base/annota-input-while-running.exp
1902 * gdb.base/arrayidx.exp
1903 * gdb.base/asmlabel.exp
1904 * gdb.base/async.exp
1905 * gdb.base/attach-wait-input.exp
1906 * gdb.base/auto-connect-native-target.exp
1907 * gdb.base/batch-preserve-term-settings.exp
1908 * gdb.base/bfp-test.exp
1909 * gdb.base/bigcore.exp
1910 * gdb.base/bp-permanent.exp
1911 * gdb.base/break-always.exp
1912 * gdb.base/break-fun-addr.exp
1913 * gdb.base/break-idempotent.exp
1914 * gdb.base/break-main-file-remove-fail.exp
1915 * gdb.base/break-probes.exp
1916 * gdb.base/break-unload-file.exp
1917 * gdb.base/break.exp
1918 * gdb.base/call-ar-st.exp
1919 * gdb.base/call-rt-st.exp
1920 * gdb.base/call-sc.exp
1921 * gdb.base/call-signal-resume.exp
1922 * gdb.base/call-strs.exp
1923 * gdb.base/callexit.exp
1924 * gdb.base/callfuncs.exp
1925 * gdb.base/catch-gdb-caused-signals.exp
1926 * gdb.base/catch-signal-siginfo-cond.exp
1927 * gdb.base/catch-syscall.exp
1928 * gdb.base/compare-sections.exp
1929 * gdb.base/cond-eval-mode.exp
1930 * gdb.base/condbreak-call-false.exp
1931 * gdb.base/consecutive-step-over.exp
1932 * gdb.base/cursal.exp
1933 * gdb.base/disabled-location.exp
1934 * gdb.base/disasm-end-cu.exp
1935 * gdb.base/display.exp
1936 * gdb.base/double-prompt-target-event-error.exp
1937 * gdb.base/dprintf-bp-same-addr.exp
1938 * gdb.base/dprintf-detach.exp
1939 * gdb.base/dprintf-next.exp
1940 * gdb.base/dprintf-non-stop.exp
1941 * gdb.base/dprintf-pending.exp
1942 * gdb.base/dso2dso.exp
1943 * gdb.base/ending-run.exp
1944 * gdb.base/enum_cond.exp
1945 * gdb.base/examine-backward.exp
1946 * gdb.base/exe-lock.exp
1947 * gdb.base/exec-invalid-sysroot.exp
1948 * gdb.base/execl-update-breakpoints.exp
1949 * gdb.base/execution-termios.exp
1950 * gdb.base/fileio.exp
1951 * gdb.base/fixsection.exp
1952 * gdb.base/foll-exec-mode.exp
1953 * gdb.base/foll-exec.exp
1954 * gdb.base/fork-running-state.exp
1955 * gdb.base/frame-args.exp
1956 * gdb.base/fullpath-expand.exp
1957 * gdb.base/func-ptr.exp
1958 * gdb.base/gcore-relro-pie.exp
1959 * gdb.base/gdb1090.exp
1960 * gdb.base/gdb1555.exp
1961 * gdb.base/global-var-nested-by-dso.exp
1962 * gdb.base/gnu-ifunc.exp
1963 * gdb.base/hbreak-in-shr-unsupported.exp
1964 * gdb.base/hbreak-unmapped.exp
1965 * gdb.base/hook-stop.exp
1966 * gdb.base/infcall-input.exp
1967 * gdb.base/info-fun.exp
1968 * gdb.base/info-shared.exp
1969 * gdb.base/interrupt-noterm.exp
1970 * gdb.base/jit-so.exp
1971 * gdb.base/jit.exp
1972 * gdb.base/line-symtabs.exp
1973 * gdb.base/list.exp
1974 * gdb.base/longjmp.exp
1975 * gdb.base/macscp.exp
1976 * gdb.base/max-value-size.exp
1977 * gdb.base/nodebug.exp
1978 * gdb.base/nofield.exp
1979 * gdb.base/overlays.exp
1980 * gdb.base/paginate-after-ctrl-c-running.exp
1981 * gdb.base/paginate-bg-execution.exp
1982 * gdb.base/paginate-inferior-exit.exp
1983 * gdb.base/pending.exp
1984 * gdb.base/pr11022.exp
1985 * gdb.base/printcmds.exp
1986 * gdb.base/ptr-typedef.exp
1987 * gdb.base/ptype.exp
1988 * gdb.base/randomize.exp
1989 * gdb.base/range-stepping.exp
1990 * gdb.base/realname-expand.exp
1991 * gdb.base/relativedebug.exp
1992 * gdb.base/remote.exp
1993 * gdb.base/savedregs.exp
1994 * gdb.base/sepdebug.exp
1995 * gdb.base/set-noassign.exp
1996 * gdb.base/shlib-call.exp
1997 * gdb.base/shreloc.exp
1998 * gdb.base/sigaltstack.exp
1999 * gdb.base/sigbpt.exp
2000 * gdb.base/siginfo-addr.exp
2001 * gdb.base/siginfo-obj.exp
2002 * gdb.base/siginfo-thread.exp
2003 * gdb.base/signest.exp
2004 * gdb.base/signull.exp
2005 * gdb.base/sigrepeat.exp
2006 * gdb.base/skip.exp
2007 * gdb.base/so-impl-ld.exp
2008 * gdb.base/solib-corrupted.exp
2009 * gdb.base/solib-disc.exp
2010 * gdb.base/solib-display.exp
2011 * gdb.base/solib-overlap.exp
2012 * gdb.base/solib-search.exp
2013 * gdb.base/solib-symbol.exp
2014 * gdb.base/source-execution.exp
2015 * gdb.base/sss-bp-on-user-bp-2.exp
2016 * gdb.base/sss-bp-on-user-bp.exp
2017 * gdb.base/stack-checking.exp
2018 * gdb.base/stale-infcall.exp
2019 * gdb.base/step-break.exp
2020 * gdb.base/step-line.exp
2021 * gdb.base/step-over-exit.exp
2022 * gdb.base/step-test.exp
2023 * gdb.base/structs.exp
2024 * gdb.base/sym-file.exp
2025 * gdb.base/symtab-search-order.exp
2026 * gdb.base/term.exp
2027 * gdb.base/type-opaque.exp
2028 * gdb.base/unload.exp
2029 * gdb.base/until-nodebug.exp
2030 * gdb.base/until.exp
2031 * gdb.base/unwindonsignal.exp
2032 * gdb.base/watch-cond.exp
2033 * gdb.base/watch-non-mem.exp
2034 * gdb.base/watch_thread_num.exp
2035 * gdb.base/watchpoint-reuse-slot.exp
2036 * gdb.base/watchpoint-solib.exp
2037 * gdb.base/watchpoint.exp
2038 * gdb.btrace/dlopen.exp
2039 * gdb.cell/arch.exp
2040 * gdb.cell/break.exp
2041 * gdb.cell/bt.exp
2042 * gdb.cell/core.exp
2043 * gdb.cell/data.exp
2044 * gdb.cell/dwarfaddr.exp
2045 * gdb.cell/ea-cache.exp
2046 * gdb.cell/ea-standalone.exp
2047 * gdb.cell/ea-test.exp
2048 * gdb.cell/f-regs.exp
2049 * gdb.cell/fork.exp
2050 * gdb.cell/gcore.exp
2051 * gdb.cell/mem-access.exp
2052 * gdb.cell/ptype.exp
2053 * gdb.cell/registers.exp
2054 * gdb.cell/sizeof.exp
2055 * gdb.cell/solib-symbol.exp
2056 * gdb.cell/solib.exp
2057 * gdb.compile/compile-tls.exp
2058 * gdb.cp/exception.exp
2059 * gdb.cp/gdb2495.exp
2060 * gdb.cp/local.exp
2061 * gdb.cp/mb-inline.exp
2062 * gdb.cp/mb-templates.exp
2063 * gdb.cp/pr10687.exp
2064 * gdb.cp/pr9167.exp
2065 * gdb.cp/scope-err.exp
2066 * gdb.cp/templates.exp
2067 * gdb.cp/virtfunc.exp
2068 * gdb.dwarf2/dw2-dir-file-name.exp
2069 * gdb.dwarf2/dw2-single-line-discriminators.exp
2070 * gdb.fortran/complex.exp
2071 * gdb.fortran/library-module.exp
2072 * gdb.guile/guile.exp
2073 * gdb.guile/scm-cmd.exp
2074 * gdb.guile/scm-frame-inline.exp
2075 * gdb.guile/scm-objfile.exp
2076 * gdb.guile/scm-pretty-print.exp
2077 * gdb.guile/scm-symbol.exp
2078 * gdb.guile/scm-type.exp
2079 * gdb.guile/scm-value.exp
2080 * gdb.linespec/keywords.exp
2081 * gdb.linespec/ls-errs.exp
2082 * gdb.linespec/macro-relative.exp
2083 * gdb.linespec/thread.exp
2084 * gdb.mi/mi-breakpoint-changed.exp
2085 * gdb.mi/mi-dprintf-pending.exp
2086 * gdb.mi/mi-fullname-deleted.exp
2087 * gdb.mi/mi-logging.exp
2088 * gdb.mi/mi-pending.exp
2089 * gdb.mi/mi-solib.exp
2090 * gdb.mi/new-ui-mi-sync.exp
2091 * gdb.mi/user-selected-context-sync.exp
2092 * gdb.multi/dummy-frame-restore.exp
2093 * gdb.multi/multi-arch-exec.exp
2094 * gdb.multi/remove-inferiors.exp
2095 * gdb.multi/watchpoint-multi-exit.exp
2096 * gdb.opt/solib-intra-step.exp
2097 * gdb.perf/backtrace.exp
2098 * gdb.perf/single-step.exp
2099 * gdb.perf/skip-command.exp
2100 * gdb.perf/skip-prologue.exp
2101 * gdb.perf/solib.exp
2102 * gdb.python/lib-types.exp
2103 * gdb.python/py-as-string.exp
2104 * gdb.python/py-bad-printers.exp
2105 * gdb.python/py-block.exp
2106 * gdb.python/py-breakpoint.exp
2107 * gdb.python/py-cmd.exp
2108 * gdb.python/py-events.exp
2109 * gdb.python/py-evthreads.exp
2110 * gdb.python/py-finish-breakpoint.exp
2111 * gdb.python/py-finish-breakpoint2.exp
2112 * gdb.python/py-frame-inline.exp
2113 * gdb.python/py-frame.exp
2114 * gdb.python/py-inferior.exp
2115 * gdb.python/py-infthread.exp
2116 * gdb.python/py-mi.exp
2117 * gdb.python/py-objfile.exp
2118 * gdb.python/py-pp-maint.exp
2119 * gdb.python/py-pp-registration.exp
2120 * gdb.python/py-prettyprint.exp
2121 * gdb.python/py-recurse-unwind.exp
2122 * gdb.python/py-shared.exp
2123 * gdb.python/py-symbol.exp
2124 * gdb.python/py-symtab.exp
2125 * gdb.python/py-template.exp
2126 * gdb.python/py-type.exp
2127 * gdb.python/py-unwind-maint.exp
2128 * gdb.python/py-unwind.exp
2129 * gdb.python/py-value.exp
2130 * gdb.python/python.exp
2131 * gdb.reverse/finish-reverse-bkpt.exp
2132 * gdb.reverse/insn-reverse.exp
2133 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2134 * gdb.reverse/solib-precsave.exp
2135 * gdb.reverse/solib-reverse.exp
2136 * gdb.stabs/gdb11479.exp
2137 * gdb.stabs/weird.exp
2138 * gdb.threads/fork-child-threads.exp
2139 * gdb.threads/fork-plus-threads.exp
2140 * gdb.threads/fork-thread-pending.exp
2141 * gdb.threads/forking-threads-plus-breakpoint.exp
2142 * gdb.threads/hand-call-in-threads.exp
2143 * gdb.threads/interrupted-hand-call.exp
2144 * gdb.threads/linux-dp.exp
2145 * gdb.threads/local-watch-wrong-thread.exp
2146 * gdb.threads/next-while-other-thread-longjmps.exp
2147 * gdb.threads/non-ldr-exit.exp
2148 * gdb.threads/pending-step.exp
2149 * gdb.threads/print-threads.exp
2150 * gdb.threads/process-dies-while-detaching.exp
2151 * gdb.threads/process-dies-while-handling-bp.exp
2152 * gdb.threads/pthreads.exp
2153 * gdb.threads/queue-signal.exp
2154 * gdb.threads/reconnect-signal.exp
2155 * gdb.threads/signal-command-handle-nopass.exp
2156 * gdb.threads/signal-command-multiple-signals-pending.exp
2157 * gdb.threads/signal-delivered-right-thread.exp
2158 * gdb.threads/signal-sigtrap.exp
2159 * gdb.threads/sigthread.exp
2160 * gdb.threads/staticthreads.exp
2161 * gdb.threads/stepi-random-signal.exp
2162 * gdb.threads/thread-unwindonsignal.exp
2163 * gdb.threads/thread_check.exp
2164 * gdb.threads/thread_events.exp
2165 * gdb.threads/tid-reuse.exp
2166 * gdb.threads/tls-nodebug.exp
2167 * gdb.threads/tls-shared.exp
2168 * gdb.threads/tls-so_extern.exp
2169 * gdb.threads/tls.exp
2170 * gdb.threads/wp-replication.exp
2171 * gdb.trace/actions-changed.exp
2172 * gdb.trace/actions.exp
2173 * gdb.trace/backtrace.exp
2174 * gdb.trace/change-loc.exp
2175 * gdb.trace/collection.exp
2176 * gdb.trace/deltrace.exp
2177 * gdb.trace/disconnected-tracing.exp
2178 * gdb.trace/entry-values.exp
2179 * gdb.trace/ftrace-lock.exp
2180 * gdb.trace/ftrace.exp
2181 * gdb.trace/infotrace.exp
2182 * gdb.trace/mi-trace-frame-collected.exp
2183 * gdb.trace/mi-trace-unavailable.exp
2184 * gdb.trace/mi-traceframe-changed.exp
2185 * gdb.trace/mi-tracepoint-changed.exp
2186 * gdb.trace/mi-tsv-changed.exp
2187 * gdb.trace/no-attach-trace.exp
2188 * gdb.trace/packetlen.exp
2189 * gdb.trace/passc-dyn.exp
2190 * gdb.trace/passcount.exp
2191 * gdb.trace/pending.exp
2192 * gdb.trace/pr16508.exp
2193 * gdb.trace/qtro.exp
2194 * gdb.trace/range-stepping.exp
2195 * gdb.trace/read-memory.exp
2196 * gdb.trace/report.exp
2197 * gdb.trace/save-trace.exp
2198 * gdb.trace/signal.exp
2199 * gdb.trace/stap-trace.exp
2200 * gdb.trace/status-stop.exp
2201 * gdb.trace/strace.exp
2202 * gdb.trace/tfile.exp
2203 * gdb.trace/tfind.exp
2204 * gdb.trace/trace-break.exp
2205 * gdb.trace/trace-condition.exp
2206 * gdb.trace/trace-enable-disable.exp
2207 * gdb.trace/trace-mt.exp
2208 * gdb.trace/tracecmd.exp
2209 * gdb.trace/tracefile-pseudo-reg.exp
2210 * gdb.trace/tspeed.exp
2211 * gdb.trace/tstatus.exp
2212 * gdb.trace/tsv.exp
2213 * gdb.trace/unavailable.exp
2214 * gdb.trace/while-dyn.exp
2215 * gdb.trace/while-stepping.exp
2216 * lib/gdb-guile.exp
2217 * lib/gdb.exp
2218 * lib/mi-support.exp
2219 * lib/pascal.exp
2220 * lib/perftest.exp
2221 * lib/prelink-support.exp
2222 * lib/selftest-support.exp
2223
ad02e4fe
SM
22242016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2225
2226 * Makefile.in: Include disable-implicit-rules.mk.
2227
22347e55
AA
22282016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2229
2230 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2231 non-byte-aligned bit fields.
2232
da5b30da
AA
22332016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2234
2235 PR gdb/12616
2236 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2237 respects the DW_AT_data_bit_offset attribute.
2238
b593ecca
SM
22392016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2240
2241 * gdb.base/default.exp: Fix output of "set language".
2242
3b165252
SM
22432016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2244
2245 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2246 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2247 make.
2248 * configure.ac: Remove checks for the make program.
2249 * configure: Re-generate.
2250
1a2f3d7f
KB
22512016-11-16 Kevin Buettner <kevinb@redhat.com>
2252
2253 * gdb.python/py-recurse-unwind.c (main): Add loop.
2254 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2255 to read_register() and gdb.parse_and_eval(). Make each code
2256 call a separate case that can be individually tested.
2257 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2258 proc. Call cont_and_backtrace for each of the code paths that
2259 we want to test in the unwinder.
2260
b7f38fda
AA
22612016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2262
2263 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2264 the definition of struct S.
2265
1f8db343
CM
22662016-11-11 Catherine Moore <clm@codesourcery.com>
2267
2268 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2269
fad0c9fb
PA
22702016-11-09 Pedro Alves <palves@redhat.com>
2271
2272 * gdb.base/commands.exp (runto_or_return): New procedure.
2273 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2274 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2275 (progvar_simple_while_test, progvar_complex_if_while_test)
2276 (if_while_breakpoint_command_test)
2277 (infrun_breakpoint_command_test, breakpoint_command_test)
2278 (user_defined_command_test, watchpoint_command_test)
2279 (test_command_prompt_position, redefine_hook_test)
2280 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2281 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2282 multi_line_input and multi_line. Remove gdb_expect and
2283 gdb_stop_suppressing_tests uses.
2284 * lib/gdb.exp (valnum_re): New global.
2285 (multi_line_input): New procedure.
2286
8354c62c
SM
22872016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2288
2289 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2290 Remove.
2291 (test_setup): Define with proc_with_prefix.
2292 (test_cli_inferior): Likewise.
2293 (test_cli_thread): Likewise.
2294 (test_cli_frame): Likewise.
2295 (test_cli_select_frame): Likewise.
2296 (test_cli_up_down): Likewise.
2297 (test_mi_thread_select): Likewise.
2298 (test_mi_stack_select_frame): Likewise.
2299 (test_cli_in_mi_inferior): Likewise.
2300 (test_cli_in_mi_thread): Likewise.
2301 (test_cli_in_mi_frame): Likewise.
2302 (top level): Do not use with_test_prefix_procname.
2303
64f367a2
PA
23042016-11-09 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.base/commands.exp (gdbvar_simple_if_test)
2307 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2308 (progvar_simple_if_test, progvar_simple_while_test)
2309 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2310 (infrun_breakpoint_command_test, breakpoint_command_test)
2311 (user_defined_command_test, watchpoint_command_test)
2312 (test_command_prompt_position, deprecated_command_test)
2313 (bp_deleted_in_command, temporary_breakpoint_commands)
2314 (stray_arg0_test, source_file_with_indented_comment)
2315 (recursive_source_test, if_commands_test)
2316 (error_clears_commands_left, redefine_hook_test)
2317 (redefine_backtrace_test): Use proc_with_prefix.
2318 * lib/gdb.exp (proc_with_prefix): New proc.
2319
0bb65f1e
AA
23202016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2321
2322 * gdb.base/tui-layout.c: New file.
2323 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2324 disassembly window contains very long lines.
2325
7353f247
TT
23262016-11-08 Tom Tromey <tom@tromey.com>
2327
2328 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2329 depend on Python 2.
2330
30a7bb83
TT
23312016-11-08 Tom Tromey <tom@tromey.com>
2332
2333 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2334 New method.
2335
cdf5a07c
MG
23362016-10-29 Manish Goregaokar <manish@mozilla.com>
2337
2806dc7e 2338 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2339
51a789c3
MG
23402016-10-27 Manish Goregaokar <manish@mozilla.com>
2341
2806dc7e
PA
2342 * gdb.rust/simple.rs: Add test for univariant enums without
2343 discriminants and for encoded struct-like enums.
51a789c3 2344
f610ab6d
PA
23452016-10-28 Pedro Alves <palves@redhat.com>
2346
2347 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2348 gdb_test_multiple, tighten regexps and match symtabs and line
2349 tables incrementally.
2350
b129b0ca
LM
23512016-10-28 Luis Machado <lgustavo@codesourcery.com>
2352
2353 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2354 general.
2355
ecf45d2c
SL
23562016-10-25 Luis Machado <lgustavo@codesourcery.com>
2357
2358 * gdb.base/exec-invalid-sysroot.exp: New file.
2359
b8d38ee4
JK
23602016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2361
2362 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2363
f90fd8c2
JK
23642016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2365
2366 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2367
2d2476aa
MR
23682016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2369
2806dc7e
PA
2370 * gdb.base/killed-outside.exp: Remove $options from a call to
2371 `prepare_for_testing'.
2d2476aa 2372
e42b25a0
SM
23732016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2374
2375 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2376 Change test message.
2377
3ccdb432
SM
23782016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2379
2380 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2381 Update comment.
2382
5bad3170
SM
23832016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2384
2385 * gdb.trace/mi-trace-save.exp: New file.
2386
5ad9dba7
YQ
23872016-10-13 Yao Qi <yao.qi@linaro.org>
2388
2389 * gdb.base/code_elim.exp (get_var_address): Remove.
2390 * gdb.base/relocate.exp: Likewise.
2391 * gdb.base/shreloc.exp: Likewise.
2392 * lib/gdb.exp (get_var_address): New.
2393
62df7e21
YQ
23942016-10-13 Yao Qi <yao.qi@linaro.org>
2395
2396 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2397 floating point tests if $skip_float_test is false.
2398
4dac951e
LM
23992016-10-12 Luis Machado <lgustavo@codesourcery.com>
2400
2401 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2402 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2403 argc values.
2404 Add 1 to argc so we guarantee distinct initial/modified argc values.
2405
8f1a8fc4
JK
24062016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2407
2408 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2409
16c85b5d
JK
24102016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2411
2412 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2413 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2414 * gdb.arch/vsx-regs.exp: Likewise.
2415
1d0e042a
YQ
24162016-10-07 Yao Qi <yao.qi@linaro.org>
2417
2418 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2419
68dadef5
MM
24202016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2421
2422 * gdb.python/python.exp: Test decode_line("*0").
2423
33fa2c6e
DE
24242016-10-06 Doug Evans <dje@google.com>
2425
2426 * gdb.python/py-value.exp (test_value_creation): Add test for large
2427 unsigned 64-bit value.
2428
9c37b5ae
TT
24292016-10-06 Tom Tromey <tom@tromey.com>
2430
2431 * gdb.compile/compile.exp: Change java tests to rust.
2432 * gdb.base/setshow.exp: Change java tests to rust.
2433 * gdb.base/default.exp: Remove java from language list.
2434 * README (Examples): Update language example.
2435 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2436 test.
2437 * lib/gdb.exp (skip_java_tests): Remove.
2438 * lib/java.exp: Remove.
2439 * gdb.java: Remove.
2440
78b86327
MR
24412016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2442
2443 * gdb.arch/mips-fcr.exp: New test.
2444 * gdb.arch/mips-fcr.c: Source for the new test.
2445
7470adbb
MR
24462016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2447
2448 * gdb.base/solib-disc.exp: Use `standard_output_file'
2449 throughout.
2450
4a556533
PA
24512016-10-06 Pedro Alves <palves@redhat.com>
2452
2453 * gdb.base/jit-simple-dl.c: New file.
2454 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2455 * gdb.base/jit-simple.c: ... this.
2456 * gdb.base/jit-simple.exp (jit_run): Delete.
2457 (build_jit): New proc.
2458 (jit_test_reread): Recompile either the main program or the shared
2459 library, depending on what is being tested. Skip changing address
2460 if caller wants to. Compare before/after addresses. If testing
2461 standalone, explicitly load the binary. Test "maint info
2462 breakpoints".
2463 (top level): Add "standalone vs shared lib" and "change address"
2464 vs "same address" axes.
2465
5a122fbc
PA
24662016-10-06 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2469 call.
2470 (jit_run): Delete.
2471 (jit_test_reread): Use with_test_prefix. Reload the main binary
2472 explicitly. Compare the before/after addresses of the JIT
2473 descriptor.
2474
ee8da4b8
DE
24752016-08-15 Doug Evans <dje@google.com>
2476
2477 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2478 for single bitfields is bool.
2479 * gdb.xml/tdesc-regs.exp: Ditto.
2480
f389f6fe
JK
24812016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2482
2483 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2484
fdebf1a4
YQ
24852016-10-05 Yao Qi <yao.qi@linaro.org>
2486
2487 * lib/gdb.exp (support_complex_tests): Return zero if
2488 gdb_skip_float_test return true.
2489
9c36d954 24902016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2491 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2492
2493 PR gdb/20487
2494 * gdb.mi/user-selected-context-sync.exp: New file.
2495 * gdb.mi/user-selected-context-sync.c: New file.
2496
4034d0ff 24972016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2498 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2499
2500 PR gdb/20487
2501 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2502 =thread-select-event check.
2503
a4297203
PB
25042016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2505
2506 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2507 the compulsory L operand changes.
2508 * gdb.arch/powerpc-power.s: Likewise.
2509
bb805577
JK
25102016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2511
2512 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2513 * gdb.base/jit-attach-pie.c: New file.
2514 * gdb.base/jit-attach-pie.exp: New file.
2515
6d61dee5
PA
25162016-09-28 Pedro Alves <palves@redhat.com>
2517
2518 * gdb.base/infcall-input.c: New file.
2519 * gdb.base/infcall-input.exp: New file.
2520
f73842fc
YQ
25212016-09-22 Yao Qi <yao.qi@linaro.org>
2522
2523 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2524 (gdb_exit): Rename it to ...
2525 (gdbserver_gdb_exit): ... Close GDBserver.
2526 (gdb_exit): New proc, call gdbserver_gdb_exit.
2527 (mi_gdb_exit): Likewise.
2528
90681dab
YQ
25292016-09-22 Yao Qi <yao.qi@linaro.org>
2530
2531 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2532 path.
2533 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2534 Remove duplication.
2535
9c211fd8
YQ
25362016-09-22 Yao Qi <yao.qi@linaro.org>
2537
2538 * lib/gdbserver-support.exp: Check the existence of
2539 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2540
ad0a504f
AK
25412016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2542
2543 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2544
36cf1806
TT
25452016-09-21 Tom Tromey <tom@tromey.com>
2546
2547 PR gdb/20604:
2548 * gdb.base/quit.exp: New file.
2549
74172ecf
SM
25502016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2551
2552 * .gitignore: New file.
2553
3d0ec882
MR
25542016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2555
2556 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2557 throughout.
2558
8193adea
AA
25592016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2560
2561 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2562
d41a5c09
JK
25632016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2564
2565 * gdb.cp/casts.cc (decltype): Move it ...
2566 (main): ... with its call to ...
2567 * gdb.cp/casts03.cc: ... a new file.
2568 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2569
d2dfe700
JK
25702016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2571
2572 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2573
e2a92b16
PB
25742016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2575
2576 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2577 and sync up the test with tests in gas/testsuite/gas/ppc.
2578 * gdb.arch/powerpc-power.exp: Likewise.
2579
49b4de64
JK
25802016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2581
2582 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2583
2c29df25
SDJ
25842016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2585 Jan Kratochvil <jan.kratochvil@redhat.com>
2586
2587 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2588 make m1's definition to be different from m2's. Use 'dummy' as an
2589 argument for probe 'two'.
2590
cc3c2846
JB
25912016-09-10 Jon Beniston <jon@beniston.com>
2592
2593 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2594 for sim target.
2595
e1b2624a
AA
25962016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2597
2598 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2599 variable declaration.
2600 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2601 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2602 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2603 received HWCAP as its argument.
2604
4295e285
PA
26052016-09-06 Pedro Alves <palves@redhat.com>
2606
2607 * gdb.base/new-ui-pending-input.c: New file.
2608 * gdb.base/new-ui-pending-input.exp: New file.
2609 * gdb.exp (clear_gdb_spawn_id): New procedure.
2610 (with_spawn_id): Check whether gdb_spawn_id exists before
2611 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2612 on exit.
2613
00d5215e
UW
26142016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2615
2616 * gdb.base/float128.c: New file.
2617 * gdb.base/float128.exp: Likewise.
2618 * gdb.base/floatn.c: Likewise.
2619 * gdb.base/floatn.exp: Likewise.
2620
a9ff5f12
UW
26212016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2622
2623 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2624
f245535c
PA
26252016-09-05 Pedro Alves <palves@redhat.com>
2626
2627 PR backtrace/19927
2628 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2629 unwinders are immediately called as side effect of "source" or
2630 "disable unwinder" commands.
2631 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2632
ae9cf263
YQ
26332016-09-02 Yao Qi <yao.qi@linaro.org>
2634
2635 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2636 is true and $type is "float" or "double".
2637
27aba047
YQ
26382016-09-02 Yao Qi <yao.qi@linaro.org>
2639
2640 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2641 true.
2642 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2643 * gdb.base/call-rt-st.exp: Likewise.
2644 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2645 return value instead of gdb,skip_float_test.
2646 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2647 (do_function_calls): Use its return value instead of
2648 gdb,skip_float_test.
2649 * gdb.base/finish.exp: Likewise.
2650 * gdb.base/funcargs.exp: Likewise.
2651 * gdb.base/return.exp: Likewise.
2652 * gdb.base/return2.exp: Likewise.
2653 * gdb.base/varargs.exp: Likewise.
2654 * lib/gdb.exp (gdb_skip_float_test): Change it to
2655 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2656
5af962df
AA
26572016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2658
2659 * gdb.multi/tids.exp: Test "thread apply all".
2660
7fac6910
JK
26612016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2662
2663 * gdb.base/default.exp (tty): Remove.
2664
bb1fe4ac
KB
26652016-08-24 Kevin Buettner <kevinb@redhat.com>
2666
2806dc7e
PA
2667 * gdb.python/py-recurse-unwind.c: New file.
2668 * gdb.python/py-recurse-unwind.py: New file.
2669 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2670
0a1ddfa6
SM
26712016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2672
2673 * gdb.base/set-inferior-tty.exp: New file.
2674 * gdb.base/set-inferior-tty.c: New file.
2675
d9de1fe3
PA
26762016-08-23 Pedro Alves <palves@redhat.com>
2677
2678 PR gdb/20494
2679 * gdb.base/new-ui-echo.c: New file.
2680 * gdb.base/new-ui-echo.exp: New file.
2681
e9d9abd7
YQ
26822016-08-23 Yao Qi <yao.qi@linaro.org>
2683
2684 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2685 gdbserver_spawn.
2686 * gdb.server/connect-without-multi-process.exp (do_test):
2687 Likewise.
2688
3589529e
YQ
26892016-08-23 Yao Qi <yao.qi@linaro.org>
2690
2691 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2692 standalone_txt. Delete gdb_txt and standalone_txt on host
2693 and target. Spawn the binary on target. Copy files from
2694 target to host.
2695
6bb90213
PA
26962016-08-22 Pedro Alves <palves@redhat.com>
2697
2698 PR gdb/20505
2699 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2700 with_test_prefix. Factor out bits to ...
2701 (test_no_vdso): ... this new procedure.
2702
20c2c024
CL
27032016-08-19 Carl Love <cel@us.ibm.com>
2704
2705 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2706 maintaining separate logic for constructing the output path.
2707 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2708 * gdb.arch/ppc-dfp.exp: Likewise.
2709 * gdb.arch/ppc-fp.exp: Likewise.
2710 * gdb.arch/vsx-regs.exp: Likewise.
2711 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2712 binprefix for generating the additional binary files.
2713
0646e07d
PA
27142016-08-19 Pedro Alves <palves@redhat.com>
2715
2716 * gdb.trace/mi-trace-frame-collected.exp
2717 (test_trace_frame_collected): On x32, expect two registers.
2718
46da9242
CL
27192016-08-18 Carl Love <cel@us.ibm.com>
2720
2721 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2722 and sync up the test with tests in gas/testsuite/gas/ppc.
2723 * gdb.arch/powerpc-power.exp: Likewise.
2724
eb2332d7
SM
27252016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2726
2727 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2728 expected error message.
2729
63c61e04
SM
27302016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2731
2732 * gdb.multi/remove-inferiors.exp: New file.
2733 * gdb.multi/remove-inferiors.c: New file.
2734
7b17065f
YQ
27352016-08-12 Yao Qi <yao.qi@linaro.org>
2736
2737 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2738 argument list.
2739
01d3dedf
PA
27402016-08-10 Pedro Alves <palves@redhat.com>
2741
2742 PR gdb/19187
2743 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2744 setup_kfails.
2745
3eb7562a
PA
27462016-08-09 Pedro Alves <palves@redhat.com>
2747 Simon Marchi <simon.marchi@ericsson.com>
2748
2749 PR gdb/20418
2750 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2751 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2752
80614914
PA
27532016-08-09 Pedro Alves <palves@redhat.com>
2754
2755 PR mi/20431
2756 * gdb.mi/mi-cmd-error.exp: New file.
2757
f348d89a
PA
27582016-08-09 Pedro Alves <palves@redhat.com>
2759
2760 PR gdb/18653
2761 * gdb.base/signals-state-child.c: New file.
2762 * gdb.base/signals-state-child.exp: New file.
2763 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2764
e5ca03b4
PA
27652016-08-09 Pedro Alves <palves@redhat.com>
2766
2767 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2768
282a0691
TT
27692016-08-03 Tom Tromey <tom@tromey.com>
2770
2771 PR python/18565:
2772 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2773
41bfcd63
YQ
27742016-08-01 Yao Qi <yao.qi@linaro.org>
2775
2776 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2777 variable mode to "multi-process" if $multi_process is 1, otherwise
2778 set it to "single-process".
2779
e3465b24
YQ
27802016-08-01 Yao Qi <yao.qi@linaro.org>
2781
2782 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2783 * gdb.cp/cpexprs.exp: Likewise.
2784 * gdb.cp/m-static.exp: Likewise.
2785
0b31a4bc
TT
27862016-07-26 Tom Tromey <tom@tromey.com>
2787
2788 PR python/20190:
2789 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2790 test.
2791
e0461dbb
MM
27922016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2793
2794 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2795 selecting assembly source files.
2796 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2797 assembly source files.
2798 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2799 assembly source files.
2800 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2801 selecting assembly source files.
2802
8194e927
SM
28032016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2804
2805 * gdb.base/new-ui.exp (do_test_invalid_args): New
2806 procedure.
2807
c0272db5
TW
28082016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2809
2810 * gdb.btrace/reconnect.c: New file.
2811 * gdb.btrace/reconnect.exp: New file.
2812
e3487908
GKB
28132016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2814
2815 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2816 to test_catch_syscall_group.
2817 (test_catch_syscall_group): New.
2818
12df5c00
TT
28192016-07-21 Tom Tromey <tom@tromey.com>
2820
2821 * gdb.rust/simple.rs (main): Use empty struct expression.
2822 * gdb.rust/simple.exp: Add tests for empty struct expression.
2823
bae62ee2
YQ
28242016-07-21 Yao Qi <yao.qi@linaro.org>
2825
2826 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2827 if gdb_skip_xml_test is true on some targets.
2828
b1b53fb3
YQ
28292016-07-21 Yao Qi <yao.qi@linaro.org>
2830
2831 * gdb.server/solib-list.exp: Unset last_loaded_file.
2832
027d97f8
JK
28332016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2834
2835 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2836 "step into captured_main (args)".
2837
7674d381
JK
28382016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2839
2840 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2841
72b5d099
JK
28422016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2843
2844 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2845
1f960ced
PA
28462016-07-19 Pedro Alves <palves@redhat.com>
2847
2848 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2849 * gdb.opt/inline-bt.exp: Likewise.
2850 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2851 additional_flags=-Winline.
2852 * gdb.opt/inline-locals.exp: Likewise.
2853 * gdb.opt/inline-markers.c (ATTR): Define.
2854 (inlined_fn): Use it.
2855
f25827c1
YQ
28562016-07-19 Yao Qi <yao.qi@linaro.org>
2857
2858 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2859 (test_with_self): Remove some code. Remove argument executable.
2860 (top-level): Use do_self_tests.
2861
37539ebe
DB
28622016-07-15 Zachary Welch <zwelch@codesourcery.com>
2863 Don Breazeal <donb@codesourcery.com>
2864
2865 * gdb.base/maint.exp: Escape paths used in regular expressions.
2866 * gdb.stabs/weird.exp: Likewise.
2867
dac790e1
TT
28682016-07-13 Tom Tromey <tom@tromey.com>
2869
2870 PR python/15620, PR python/18620:
2871 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2872 (test_bkpt_events): New procs.
2873
93daf339
TT
28742016-07-13 Tom Tromey <tom@tromey.com>
2875
2876 PR python/17698:
2877 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2878 test.
2879 (test_watchpoints): Likewise.
2880 (test_bkpt_pending): New proc.
2881
6571a381
TT
28822016-07-13 Tom Tromey <tom@tromey.com>
2883
2884 PR cli/18053:
2885 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2886 completion test.
2887
e8732474
JK
28882016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2889
2890 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2891 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2892 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2893 f_label.
2894 (g): Rename g_end_lbl to g_label.
2895 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2896 low_pc and high_pc.
2897 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2898
e0f3fd7c
TT
28992016-07-12 Tom Tromey <tom@tromey.com>
2900
2901 PR python/19293:
2902 * gdb.python/py-unwind-maint.exp: Update tests.
2903
3cfe46b6
YQ
29042016-07-12 Yao Qi <yao.qi@linaro.org>
2905
2906 * lib/selftest-support.exp (selftest_setup): Match the output
2907 when captured_main is inlined.
2908
4f19a0e6
WT
29092016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2910
2911 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2912 New variables.
2913 (print this%a, print this%b, print this): New tests.
2914 * gdb.fortran/derived-types.f90 (this): New object and
2915 initialization.
2916
986cf455
SM
29172016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2918
2919 * gdb.ada/arraydim.exp: Remove extra directory level in build
2920 directory.
2921
f0464b23
SM
29222016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2923
2924 * lib/ada.exp: Remove extra directory level in build directory.
2925 * gdb.ada/cond_lang.exp: Likewise.
2926 * gdb.ada/exec_changed.exp: Likewise.
2927 * gdb.ada/lang_switch.exp: Likewise.
2928
42d94011
MG
29292016-07-06 Manish Goregaokar <manish@mozilla.com>
2930
2806dc7e
PA
2931 * simple.rs: Add test for raw pointer subscripting.
2932 * simple.exp: Add test expectations.
42d94011 2933
647c264c
YQ
29342016-07-05 Yao Qi <yao.qi@linaro.org>
2935
2936 * gdb.mi/mi-reverse.exp: Match =record-started output.
2937
20aa2c60
PA
29382016-07-01 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2941 procedure.
2942 (jit_reader_test): Test the jit reader's unwinder.
2943 * gdb.base/jithost.c (jit_function_00_code): New global.
2944 (main): Use memcpy to fill in the mmapped code, instead of poking
2945 bytes manually here.
2946 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2947 value.
2948 (read_debug_info): Save the function's range.
2949 (read_sp): New function.
2950 (unwind_frame): Use it. Also unwind RBP.
2951 (get_frame_id): Use read_sp.
2952 (gdb_init_reader): Use calloc instead of malloc.
2953 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2954 parameter. Use gdb_test_multiple.
2955
ced2dffb
PA
29562016-07-01 Pedro Alves <palves@redhat.com>
2957 Antoine Tremblay <antoine.tremblay@ericsson.com>
2958
2959 * gdb.threads/process-dies-while-detaching.c: New file.
2960 * gdb.threads/process-dies-while-detaching.exp: New file.
2961
63000888
PA
29622016-07-01 Pedro Alves <palves@redhat.com>
2963
2964 * gdb.multi/watchpoint-multi-exit.c: New file.
2965 * gdb.multi/watchpoint-multi-exit.exp: New file.
2966
038d4868
PA
29672016-06-30 Pedro Alves <palves@redhat.com>
2968
2969 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2970 unset inferior_spawn_id.
2971
994e9c83
PA
29722016-06-30 Pedro Alves <palves@redhat.com>
2973
2974 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2975 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2976
e5653468
YQ
29772016-06-29 Yao Qi <yao.qi@linaro.org>
2978
2979 * gdb.base/return.c: Add copyright header.
2980
803b47e5
TT
29812016-06-29 Tom Tromey <tom@tromey.com>
2982
2983 PR python/20129:
2984 * gdb.python/py-framefilter.exp: Add tests for setting priority
2985 and disabling of non-existent frame filter.
2986
28244707
YQ
29872016-06-29 Yao Qi <yao.qi@linaro.org>
2988
2989 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2990 0x0f07ff.
2991
a31d2f06
YQ
29922016-06-28 Yao Qi <yao.qi@linaro.org>
2993
2994 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2995 triplets. Start gdb, execute catch syscall, and continue. Check
2996 gdb's output to determine catch syscall is supported.
2997
921d8f54
MG
29982016-06-27 Manish Goregaokar <manish@mozilla.com>
2999
25d49b86
PA
3000 * gdb.rust/simple.rs: Add test for returning unit in a function.
3001 * gdb.rust/simple.exp: Add expectation for functions returning
3002 unit.
921d8f54 3003
f4952523
PMR
30042016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3005
3006 * gdb.python/py-breakpoint-create-fail.c,
3007 gdb.python/py-breakpoint-create-fail.exp,
3008 gdb.python/py-breakpoint-create-fail.py: New testcase.
3009
fccb08f8
MG
30102016-06-25 Manish Goregaokar <manish@mozilla.com>
3011
3012 PR gdb/20239
3013 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3014 * gdb.rust/simple.exp: Add test expectations for new NonZero
3015 tests.
fccb08f8 3016
6b850546
DT
30172016-06-24 David Taylor <dtaylor@emc.com>
3018
3019 * gdb.base/offsets.exp: New file.
3020 * gdb.base/offsets.c: New file.
3021
17621150
TT
30222016-06-23 Tom Tromey <tom@tromey.com>
3023
3024 PR gdb/16483:
3025 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3026 before any filters are loaded.
3027
04d59df6
WT
30282016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3029
3030 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3031 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3032 structs.
3033 * gdb.fortran/derived-type-function.exp: New file.
3034 * gdb.fortran/derived-type-function.f90: New file.
3035
3036
ac69f786
PA
30372016-06-21 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.base/new-ui.exp: New file.
3040 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3041 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3042 (with_spawn_id): New procedure.
3043
49940788
PA
30442016-06-21 Pedro Alves <palves@redhat.com>
3045
3046 * gdb.mi/mi-exec-run.exp: New file.
3047
ef274d26
PA
30482016-06-21 Pedro Alves <palves@redhat.com>
3049
3050 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3051 breakpoint command's output on the main UI.
3052 (test_break): New procedure, factored out from calls in the top
3053 level.
3054 (top level): Use foreach_with_prefix to test MI as main UI and as
3055 separate UI.
3056
468afe6c
PA
30572016-06-21 Pedro Alves <palves@redhat.com>
3058
3059 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3060 (test_awatch_creation_and_listing)
3061 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3062 Remove 'type' parameter.
3063 (test_watchpoint_all): New parameter mi_mode. Remove
3064 with_test_prefix.
3065 (top level): Use foreach_with_prefix, and add main/separate UI MI
3066 testing axis.
3067
51f77c37
PA
30682016-06-21 Pedro Alves <palves@redhat.com>
3069
3070 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3071 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3072 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3073 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3074 (gdb_main_spawn_id, mi_spawn_id): Declare and
3075 comment.
3076 (mi_create_inferior_pty): New procedure,
3077 factored out from default_mi_gdb_start.
3078 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3079 procedures.
3080 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3081 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3082 Use mi_create_inferior_pty.
3083 (mi_gdb_start): Use eval to pass down args list.
3084
8980e177
PA
30852016-06-21 Pedro Alves <palves@redhat.com>
3086
3087 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3088 * gdb.opt/inline-cmds.exp: Add MI tests.
3089
f38d3ad1
PA
30902016-06-21 Pedro Alves <palves@redhat.com>
3091
3092 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3093
45db7c09
PA
30942016-06-21 Pedro Alves <palves@redhat.com>
3095
3096 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3097 (top level): Use it instead of mi_execute_to.
3098
5a069ab3
PA
30992016-06-21 Pedro Alves <palves@redhat.com>
3100
3101 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3102 (cont_handler_str): New.
3103 (signal_stop_handler): Set stop_handler_str instead of printing to
3104 stdout.
3105 (continue_handler): Set cont_handler_str instead of printing to
3106 stdout.
3107 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3108 mi_send_resuming_command. Print stop_handler_str and
3109 cont_handler_str instead of expecting the python events print
3110 directly.
3111
2838cc1d
SD
31122016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3113
3114 * gdb.base/jit-reader.exp: New file.
3115 * gdb.base/jithost.c: New file.
3116 * gdb.base/jithost.h: New file.
3117 * gdb.base/jitreader.c : New file.
3118 * gdb.base/jit-protocol.h: New file.
3119
21a77091
YQ
31202016-06-17 Yao Qi <yao.qi@linaro.org>
3121
3122 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3123 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3124 and detach-on-fork. Adjust tests.
3125 (top level): Invoke break_cond_on_syscall with combinations of
3126 syscall, follow-fork-mode and detach-on-fork.
3127
f50bf8e5
YQ
31282016-06-17 Yao Qi <yao.qi@linaro.org>
3129
3130 * gdb.base/step-over-exit.c: New.
3131 * gdb.base/step-over-exit.exp: New.
3132
a28d8e50
YTL
31332016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3134
3135 * gdb.base/float.exp: Add target check for nds32*-*-*.
3136 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3137
cad8e26d
AB
31382016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3139
3140 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3141 for unsupported target features.
3142 * gdb.base/call-rt-st.exp: Likewise.
3143 * gdb.base/call-sc.exp: Likewise.
3144 * gdb.base/call-signal-resume.exp: Likewise.
3145 * gdb.base/call-strs.exp: Likewise.
3146 * gdb.base/callexit.exp: Likewise.
3147 * gdb.base/callfuncs.exp: Likewise.
3148 * gdb.base/nodebug.exp: Likewise.
3149 * gdb.base/printcmds.exp: Likewise.
3150 * gdb.base/ptype.exp: Likewise.
3151 * gdb.base/structs.exp: Likewise.
3152 * gdb.base/unwindonsignal.exp: Likewise.
3153 * gdb.cp/gdb2495.exp: Likewise.
3154 * gdb.cp/templates.exp: Likewise.
3155 * gdb.cp/virtfunc.exp: Likewise.
3156 * gdb.threads/hand-call-in-threads.exp: Likewise.
3157 * gdb.threads/interrupted-hand-call.exp: Likewise.
3158 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3159
347dc102
TT
31602016-06-10 Tom Tromey <tom@tromey.com>
3161
3162 PR rust/20110:
3163 * gdb.rust/expr.exp: Add test for integer constant larger than
3164 i32.
3165
5e13cf25
BH
31662016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3167
3168 * gdb.fortran/nested-funcs.exp: New.
3169 * gdb.fortran/nested-funcs.f90: New.
3170
bb556f1f
TK
31712016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3172
3173 * gdb.base/examine-backward.c: New file.
3174 * gdb.base/examine-backward.exp: New file.
3175
38b022b4
SM
31762016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3177
3178 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3179 matching.
3180
1b40ec05
TT
31812016-06-02 Tom Tromey <tom@tromey.com>
3182
3183 PR python/18984:
3184 * gdb.python/py-shared.exp: Add solib_name test.
3185
193bd378
SM
31862016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3187
3188 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3189
3326303b
MG
31902016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3191
3192 PR c++/19893
3193 * gdb.dwarf2/implref.exp: Rename to...
3194 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3195 * gdb.dwarf2/implref-array.c: New file.
3196 * gdb.dwarf2/implref-array.exp: Likewise.
3197 * gdb.dwarf2/implref-global.c: Likewise.
3198 * gdb.dwarf2/implref-global.exp: Likewise.
3199 * gdb.dwarf2/implref-struct.c: Likewise.
3200 * gdb.dwarf2/implref-struct.exp: Likewise.
3201
825c8ef2
AT
32022016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3203
3204 * gdb.trace/trace-condition.exp: Add 64bit tests.
3205
2320162a
AT
32062016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3207
3208 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3209 bits types.
3210 (main): Adapt to 8 to 64 bits types.
3211 * gdb.trace/trace-condition.exp: Add new tests.
3212
a7818233
AT
32132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3214
3215 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3216
0d336466
AT
32172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3218
3219 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3220 Move condition tests...
3221 * gdb.trace/trace-condition.exp: Here.
3222
7faeb45a
AT
32232016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3224
3225 * gdb.trace/trace-condition.exp: Add counter-case tests.
3226
e385593e
JK
32272016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3228
3229 PR c++/15231
3230 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3231 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3232
744608cc
PA
32332016-05-27 Pedro Alves <palves@redhat.com>
3234
3235 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3236 New procedure.
3237 (top level): Call it, and bail out of DejaGnu is known to be bad.
3238
ac775bf4
AB
32392016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3240
3241 * gdb.base/whatis.c: Extend the test case.
3242 * gdb.base/whatis.exp: Add additional tests.
3243
2bbad2ea
BH
32442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3245
3246* gdb.fortran/type.f90: Add pointer variable.
3247* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3248
8b70175d
BH
32492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3250
3251 * gdb.fortran/vla-type.exp: Fix testcase name.
3252
86d8a848
BH
32532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3254
3255 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3256
e188eb36
BH
32572016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3258
3259 * gdb.fortran/type.f90: Add nested structures.
3260 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3261 * gdb.fortran/derived-type.exp: Adapt expected output.
3262 * gdb.fortran/vla-type.exp: Adapt expected output.
3263
9b2db1fd
BH
32642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3265
3266 * gdb.fortran/whatis_type.exp: Adapt expected output.
3267
72b17055
BH
32682016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3269
3270 * gdb.fortran/print_type.exp: Fix expected output.
3271 * gdb.fortran/whatis_type.exp: Fix expected output.
3272
3cd81d8d
BH
32732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3274
3275 * gdb.fortran/whatis_type.exp: Use multi_line.
3276
ddae9462
TT
32772016-05-24 Tom Tromey <tom@tromey.com>
3278
3279 PR python/17386:
3280 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3281 use value as an index.
3282
1957f6b8
TT
32832016-05-23 Tom Tromey <tom@tromey.com>
3284
3285 PR python/17981:
3286 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3287 no-breakpoint case.
3288
026a9174
PA
32892016-05-24 Pedro Alves <palves@redhat.com>
3290
3291 PR gdb/19828
3292 * gdb.threads/clone-attach-detach.c: New file.
3293 * gdb.threads/clone-attach-detach.exp: New file.
3294
e70a7231
FR
32952016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3296
3297 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3298
0f6ed0e0
TT
32992016-05-23 Tom Tromey <tom@tromey.com>
3300
3301 PR python/19438, PR python/18393:
3302 * gdb.python/py-progspace.exp: Add "dir" test.
3303 * gdb.python/py-objfile.exp: Add "dir" test.
3304
ffd19d61
YQ
33052016-05-23 Yao Qi <yao.qi@linaro.org>
3306
3307 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3308 * gdb.arch/thumb2-it.exp: Likewise.
3309
9e8f9b05
SM
33102016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3311
3312 * gdb.mi/mi-threads-interrupt.c: New file.
3313 * gdb.mi/mi-threads-interrupt.exp: New file.
3314
61c6156d
SM
33152016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3316
3317 PR gdb/18077
3318 * gdb.mi/mi-async-run.exp: New file.
3319 * gdb.mi/mi-async-run.c: New file.
3320
67218854
TT
33212016-05-17 Tom Tromey <tom@tromey.com>
3322 Manish Goregaokar <manishsmail@gmail.com>
3323
3324 * lib/rust-support.exp: New file.
3325 * lib/gdb.exp (skip_rust_tests): New proc.
3326 (build_executable_from_specs): Handle rust.
3327 * lib/future.exp (gdb_find_rustc): New proc.
3328 (gdb_default_target_compile): Handle rust.
3329 * gdb.rust/expr.exp: New file.
3330 * gdb.rust/generics.exp: New file.
3331 * gdb.rust/generics.rs: New file.
3332 * gdb.rust/methods.exp: New file.
3333 * gdb.rust/methods.rs: New file.
3334 * gdb.rust/modules.exp: New file.
3335 * gdb.rust/modules.rs: New file.
3336 * gdb.rust/simple.exp: New file.
3337 * gdb.rust/simple.rs: New file.
3338
c44af4eb
TT
33392016-05-17 Tom Tromey <tom@tromey.com>
3340
3341 * gdb.base/default.exp (set language): Add rust.
3342
dcd1f979
TT
33432016-05-17 Tom Tromey <tom@tromey.com>
3344
3345 * gdb.gdb/unittest.exp: New file.
3346
155b7f57
YQ
33472016-05-16 Yao Qi <yao.qi@linaro.org>
3348
3349 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3350 shell_prompt. Update shell_prompt_re.
3351
8ddd5a6c
DE
33522016-05-12 Doug Evans <dje@google.com>
3353
3354 PR symtab/19999
3355 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3356 $options when building executable.
3357 * gdb.dwarf2/fission-loclists-pie.S: New file.
3358 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3359
02e370d9
SM
33602016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3361
3362 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3363 of [is_remote target],
3364
8929ad8b
SM
33652016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3366
3367 * lib/gdb.exp (use_gdb_stub): New procedure.
3368
6c447423
DE
33692016-05-03 Yunlian Jiang <yunlian@google.com>
3370 Doug Evans <dje@google.com>
3371
3372 PR symtab/19914
3373 * gdb.dwarf2/dwp-sepdebug.c: New file.
3374 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3375
444e826c
SM
33762016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3377
3378 * gdb.base/detach.exp: Remove is_remote check.
3379
740feeaa
SM
33802016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3381
3382 * gdb.base/annota-input-while-running.exp: Don't check for
3383 [is_remote target]. Enable annotations after running to main.
3384 Remove unused "set test..." line.
3385
9080ac9d
SM
33862016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3387
3388 * gdb.trace/trace-enable-disable.exp: New file.
3389 * gdb.trace/trace-enable-disable.c: New file.
3390
952ebca5
SM
33912016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3392
3393 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3394 use it in info sharedlibrary test.
3395 * gdb.trace/ftrace-lock.exp: Likewise.
3396 * gdb.trace/ftrace.exp: Likewise.
3397 * gdb.trace/range-stepping.exp: Likewise.
3398 * gdb.trace/trace-break.exp: Likewise.
3399 * gdb.trace/trace-condition.exp: Likewise.
3400 * gdb.trace/trace-mt.exp: Likewise.
3401
d9019901
SM
34022016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3403
3404 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3405 (gdb_load_shlib): ... this.
3406 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3407 gdb_load_shlib.
3408 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3409 * gdb.base/ctxobj.exp: Likewise.
3410 * gdb.base/dprintf-pending.exp: Likewise.
3411 * gdb.base/dso2dso.exp: Likewise.
3412 * gdb.base/fixsection.exp: Likewise.
3413 * gdb.base/gcore-relro.exp: Likewise.
3414 * gdb.base/gdb1555.exp: Likewise.
3415 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3416 * gdb.base/gnu-ifunc.exp: Likewise.
3417 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3418 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3419 * gdb.base/pending.exp: Likewise.
3420 * gdb.base/print-file-var.exp: Likewise.
3421 * gdb.base/print-symbol-loading.exp: Likewise.
3422 * gdb.base/shlib-call.exp: Likewise.
3423 * gdb.base/shreloc.exp: Likewise.
3424 * gdb.base/so-impl-ld.exp: Likewise.
3425 * gdb.base/solib-disc.exp: Likewise.
3426 * gdb.base/solib-nodir.exp: Likewise.
3427 * gdb.base/solib-overlap.exp: Likewise.
3428 * gdb.base/solib-symbol.exp: Likewise.
3429 * gdb.base/solib-weak.exp (do_test): Likewise.
3430 * gdb.base/sym-file.exp: Likewise.
3431 * gdb.base/symtab-search-order.exp: Likewise.
3432 * gdb.base/type-opaque.exp: Likewise.
3433 * gdb.base/unload.exp: Likewise.
3434 * gdb.base/watchpoint-solib.exp: Likewise.
3435 * gdb.compile/compile.exp: Likewise.
3436 * gdb.cp/gdb2384.exp: Likewise.
3437 * gdb.cp/infcall-dlopen.exp: Likewise.
3438 * gdb.cp/re-set-overloaded.exp: Likewise.
3439 * gdb.fortran/library-module.exp: Likewise.
3440 * gdb.opt/solib-intra-step.exp: Likewise.
3441 * gdb.python/py-finish-breakpoint.exp: Likewise.
3442 * gdb.python/py-shared.exp: Likewise.
3443 * gdb.reverse/solib-precsave.exp: Likewise.
3444 * gdb.reverse/solib-reverse.exp: Likewise.
3445 * gdb.server/solib-list.exp: Likewise.
3446 * gdb.threads/dlopen-libpthread.exp: Likewise.
3447 * gdb.threads/tls-shared.exp: Likewise.
3448 * gdb.threads/tls-so_extern.exp: Likewise.
3449 * gdb.trace/change-loc.exp: Likewise.
3450 * gdb.trace/ftrace-lock.exp: Likewise.
3451 * gdb.trace/ftrace.exp: Likewise.
3452 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3453 * gdb.trace/pending.exp: Likewise.
3454 * gdb.trace/range-stepping.exp: Likewise.
3455 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3456 (strace_info_marker): Likewise.
3457 (strace_probe_marker): Likewise.
3458 (strace_trace_on_same_addr): Likewise.
3459 (strace_trace_on_diff_addr): Likewise.
3460 * gdb.trace/trace-break.exp: Likewise.
3461 * gdb.trace/trace-condition.exp: Likewise.
3462 * gdb.trace/trace-mt.exp: Likewise.
3463
fca4cfd9
SM
34642016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3465
3466 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3467 result of gdb_remote_download.
3468 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3469 * gdb.base/dso2dso.exp: Likewise.
3470 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3471 * gdb.base/print-file-var.exp: Likewise.
3472 * gdb.base/shlib-call.exp: Likewise.
3473 * gdb.base/shreloc.exp: Likewise.
3474 * gdb.base/solib-overlap.exp: Likewise.
3475 * gdb.base/solib-weak.exp (do_test): Likewise.
3476 * gdb.base/unload.exp: Likewise.
3477
11cf4ffb
YQ
34782016-04-27 Yao Qi <yao.qi@linaro.org>
3479
3480 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3481 exists.
3482
3e2e34f8
KB
34832016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3484
3485 * vla-type.exp: Print structure from toplevel.
3486
8f07e298
BH
34872016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3488
3489 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3490 of dynamic types.
3491 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3492 of dynamic types.
3493
9920b434
BH
34942016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3495
3496 * gdb.fortran/vla-type.f90: New file.
3497 * gdb.fortran/vla-type.exp: New file.
3498
f3abeff5
YQ
34992016-04-25 Yao Qi <yao.qi@linaro.org>
3500
3501 * gdb.base/branch-to-self.c: New file.
3502 * gdb.base/branch-to-self.exp: New file.
3503
0a5d52f0
YQ
35042016-04-22 Yao Qi <yao.qi@linaro.org>
3505
3506 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3507 more after $hex.
3508
495346f6
YQ
35092016-04-22 Yao Qi <yao.qi@linaro.org>
3510
3511 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3512 * gdb.base/annota3.exp: Likewise.
3513
4a7e075c
YQ
35142016-04-22 Yao Qi <yao.qi@linaro.org>
3515
3516 * gdb.reverse/step-precsave.exp: Do one step and test program
3517 stops in "callee" and do multiple steps until program goes out
3518 of "callee".
3519 * gdb.reverse/step-reverse.exp: Likewise.
3520
5b061e98
YQ
35212016-04-22 Yao Qi <yao.qi@linaro.org>
3522
3523 * gdb.trace/signal.exp: Also pass if
3524 $tracepoint_hits($i) > $iterations.
3525
5c5dc57f
YQ
35262016-04-22 Yao Qi <yao.qi@linaro.org>
3527
3528 * gdb.trace/signal.c: New file.
3529 * gdb.trace/signal.exp: New file.
3530
a55411b9
DE
35312016-04-19 Doug Evans <xdje42@gmail.com>
3532
3533 * gdb.base/bad-file.exp: New file.
3534
a22df60a
MG
35352016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3536
3537 * gdb.dwarf2/implref.exp: New file.
3538
0c13f7e5
BH
35392016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3540
3541 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3542 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3543 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3544 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3545 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3546 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3547 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3548 * lib/fortran.exp (fortran_int4): New procedure.
3549 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3550 (fortran_logical4): Likewise.
3551
9b9b09e9
BH
35522016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3553
3554 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3555
a14d1f4d
BH
35562016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3557
3558 * lib/compiler.c: Add Intel specific preprocessor macros.
3559 * lib/compiler.cc: Likewise.
25d49b86 3560
7d49b1d0
LM
35612016-04-13 Luis Machado <lgustavo@codesourcery.com>
3562
3563 * gdb.server/connect-with-no-symbol-file.c: New file.
3564 * gdb.server/connect-with-no-symbol-file.exp: New file.
3565
8392fa22
SM
35662016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3567
3568 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3569
8c4c4aeb
SM
35702016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3571
3572 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3573 standard output directory.
3574
45e3745e
AT
35752016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3576
3577 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3578
e26b7e41
MM
35792016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3580
3581 * gdb.btrace/instruction_history.c (loop): Add declaration.
3582
8ce09462
AT
35832016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3584
3585 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3586
2e88a1ea
SM
35872016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3588
3589 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3590 parentheses to print.
3591 (continue_handler): Likewise.
3592
f48e22e3
SM
35932016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3594
3595 * gdb.server/solib-list.exp: Remove is_remote check.
3596 Pass shlib= to gdb_compile. Don't link shared library with
3597 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3598 Run binary filename through "readlink -f" on the target.
3599
096be756
PA
36002016-04-08 Pedro Alves <palves@redhat.com>
3601
3602 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3603 interpreter filename as argument to gdbserver_spawn.
3604 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3605 Return empty if $last_loaded_file does not exist.
3606
06500533
JK
36072016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3608
3609 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3610 * gdb.base/jit-main.c: Use exit after usage.
3611
2d35e871
JK
36122016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3613
3614 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3615 GDBHISTSIZE prior to the tests.
3616 * gdb.base/gdbinit-history.exp: Likewise.
3617
36182016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3619
3620 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3621 instead of build_executable. Use gdb_load_shlibs.
3622
c8064e7e
YQ
36232016-04-07 Yao Qi <yao.qi@linaro.org>
3624
3625 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3626 Execute "si" command.
3627
bde47561
YQ
36282016-04-07 Yao Qi <yao.qi@linaro.org>
3629
3630 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3631 number instead of the comments on some line.
3632
b16f8a3b
DB
36332016-04-06 Don Breazeal <donb@codesourcery.com>
3634
3635 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3636 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3637
c2f901df
SM
36382016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3639
3640 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3641 standard_output_file. Remove unused binfile variable.
3642
ac17fda0
CU
36432016-04-05 Catalin Udma <catalin.udma@freescale.com>
3644
3645 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3646 * gdb.python/py-mi-objfile.exp: Match "list main" output
3647 in console format.
3648
03a8c4df
SM
36492016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3650
3651 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3652 absolute.
3653
6e774b13
SM
36542016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3655
3656 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3657 absolute.
3658 * gdb.trace/ftrace.exp: Likewise.
3659 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3660 targets as well.
3661 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3662 (gdb_load_shlibs): Copy libraries to test directory when testing
3663 natively. Only set solib-search-path if testing remotely.
3664 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3665
7817ea46
SM
36662016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3667
3668 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3669 gdb_download. Use it even if the target is not remote.
3670 * gdb.base/jit.exp (compile_jit_test): Likewise.
3671 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3672 output directory if the destination board is local, otherwise use
3673 the standard remote_download from DejaGnu.
3674 (gdb_download): Remove.
3675 (gdb_load_shlibs): Use gdb_remote_download instead of
3676 gdb_download.
3677 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3678 Use gdb_remote_download instead of gdb_download. Use it even if
3679 the target is not remote.
3680 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3681 instead of gdb_download.
3682
7beb7f68
SM
36832016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3684
3685 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3686 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3687 run.
3688
cc63428a
AV
36892016-04-01 Artemiy Volkov <artemiyv@acm.org>
3690
3691 PR gdb/19820
3692 * gdb.base/printcmds.exp: Add artificial arrays tests.
3693
64cdf930
PA
36942016-03-31 Pedro Alves <palves@redhat.com>
3695
3696 PR gdb/19858
3697 * gdb.base/jit-main.c: Include unistd.h.
3698 (ATTACH): Define to 0 if not already defined.
3699 (wait_for_gdb, mypid): New globals.
3700 (WAIT_FOR_GDB): New macro.
3701 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3702 some breakpoint locations.
3703 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3704 New procedures.
3705 (one_jit_test): Add REATTACH parameter, and handle it. Use
3706 continue_to_test_location.
3707 (top level): Test attach, and adjusts calls to one_jit_test.
3708
40dea8cb
PA
37092016-03-31 Pedro Alves <palves@redhat.com>
3710
3711 PR gdb/19858
3712 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3713 BINSUFFIX parameter, and handle it.
3714 (top level): Adjust calls compile_jit_test.
3715
e7ea3ec7
CU
37162016-03-31 Catalin Udma <catalin.udma@freescale.com>
3717
3718 PR python/19743
3719 * gdb.python/py-mi-events-gdb.py: New file.
3720 * gdb.python/py-mi-events.c: New file.
3721 * gdb.python/py-mi-events.exp: New file.
3722
e6359af3
YQ
37232016-03-30 Yao Qi <yao.qi@linaro.org>
3724
3725 * gdb.reverse/until-precsave.exp: Match function name only.
3726 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3727 Move malloc to a condition block.
3728 * gdb.reverse/until-reverse.exp: Match function name only.
3729
a4105d04
MK
37302016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3731
3732 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3733 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3734 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3735 variable for GPR 0 instead of assuming it is register 0.
3736 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3737 * lib/trace-support.exp: Add s390 registers.
3738
bfa6adb9
YQ
37392016-03-29 Yao Qi <yao.qi@linaro.org>
3740
3741 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3742
1e6697ea
YQ
37432016-03-24 Yao Qi <yao.qi@linaro.org>
3744
3745 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3746 test message.
3747
64bcd522
AA
37482016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3749
3750 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3751 maintaining separate logic for constructing the output path.
3752
7868401b
DB
37532016-03-16 Don Breazeal <donb@codesourcery.com>
3754
3755 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3756 Retry fork and waitpid on interrupted system call errors.
3757 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3758 Use with_timeout_factor to increase timeout by factor of 10.
3759
1cafadb4
DB
37602016-03-15 Don Breazeal <donb@codesourcery.com>
3761
3762 * gdb.cp/scope-err.cc: New test program.
3763 * gdb.cp/scope-err.exp: New test script.
3764 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3765 lines and "set breakpoint here" comment.
3766 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3767 Fixed some whitespace and format issues.
3768 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3769 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3770
81516450
DE
37712016-03-15 Doug Evans <dje@google.com>
3772
3773 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3774 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3775 All callers updated. Add tests for enums, mixed flags register.
3776
aa52b601
DE
37772016-03-15 Doug Evans <dje@google.com>
3778
3779 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3780 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3781
fa4ff313
SM
37822016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3783
3784 * gdb.base/default.exp: Add $_as_string to the list of expected
3785 convenience functions.
3786
f2403c39
AB
37872016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3788
3789 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3790
f2f3ccb9
SM
37912016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3792
3793 * gdb.python/py-as-string.exp: New file.
3794 * gdb.python/py-as-string.c: New file.
3795
00dbd492
PA
37962016-03-09 Pedro Alves <palves@redhat.com>
3797
3798 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3799 signal" -> "Thread NN received signal" output change.
3800 * gdb.threads/ia64-sigill.exp: Likewise.
3801 * gdb.threads/linux-dp.exp: Likewise.
3802 * gdb.threads/manythreads.exp: Likewise.
3803 * gdb.threads/pending-step.exp: Likewise.
3804 * gdb.threads/print-threads.exp: Likewise.
3805 * gdb.threads/sigstep-threads.exp: Likewise.
3806 * gdb.threads/staticthreads.exp: Likewise.
3807 * gdb.threads/tls.exp: Likewise.
3808
1e6697ea
YQ
38092016-03-09 Pedro Alves <palves@redhat.com>
3810
3811 * gdb.base/command-line-input.exp: New file.
3812
b04fd3be
MK
38132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3814
3815 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3816 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3817 * gdb.trace/pending.exp: Accept leading dot before function name.
3818 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3819 * lib/trace-support.exp: Set registers for ppc.
3820
98fa59e9
MK
38212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3822
3823 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3824 use it for disassembly; accept .main in addition to main in backtrace.
3825
f77198c8
MK
38262016-03-09 Wei-cheng Wang <cole945@gmail.com>
3827 Marcin Kościelnicki <koriakin@0x04.net>
3828
3829 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3830 (gdb_recursion_test_ptr): New global variable.
3831 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3832 gdb_recursion_test.
3833 (gdb_c_test): Ditto.
3834
ba84e0da
MK
38352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3836
3837 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3838 ordering.
3839
4366d36e
MK
38402016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3841
3842 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3843 (bar): Add bar_start_lbl label.
3844 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3845 of foo/bar for emitting DWARF and tracing.
3846
5eb264df
SDJ
38472016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3848
3849 * analyze-racy-logs.py: Set executable bit.
3850
fb6a751f
SDJ
38512016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3852
3853 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3854 (CHECK_TARGET_TMP): Likewise.
3855 (check-single-racy): New rule.
3856 (check-parallel-racy): Likewise.
3857 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3858 (do-check-parallel-racy): New rule.
3859 (check-racy/%.exp): Likewise.
3860 * README (Racy testcases): New section.
3861 * analyze-racy-logs.py: New file.
3862
bdf7e230
DE
38632016-03-03 Doug Evans <dje@google.com>
3864
3865 * gdb.base/skip.exp: Use with_test_prefix.
3866
4719d415
YQ
38672016-03-03 Yao Qi <yao.qi@linaro.org>
3868
3869 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3870 Invoke step_over_syscall "clone" and break_cond_on_syscall
3871 "clone".
3872 * gdb.base/step-over-clone.c: New file.
3873
ea507862
YQ
38742016-03-03 Yao Qi <yao.qi@linaro.org>
3875
3876 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3877 code format.
3878
8fc8cbda
YQ
38792016-03-03 Yao Qi <yao.qi@linaro.org>
3880
3881 * gdb.base/disp-step-fork.c: Rename to ...
3882 * gdb.base/step-over-fork.c: ... it. New file.
3883 * gdb.base/disp-step-vfork.c: Rename to ...
3884 * gdb.base/step-over-vfork.c: ... it. New file.
3885 * gdb.base/disp-step-syscall.exp: Rename to ...
3886 * gdb.base/step-over-syscall.exp: ... it. New file.
3887 (disp_step_cross_syscall): Rename to ...
3888 (step_over_syscall): ... it.
3889
92fa70b0
YQ
38902016-03-03 Yao Qi <yao.qi@linaro.org>
3891
3892 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3893 If target supports condition evaluation on target, invoke
3894 break_cond_on_syscall for fork and vfork.
3895
e197ad3c
YQ
38962016-03-03 Yao Qi <yao.qi@linaro.org>
3897
3898 * gdb.base/disp-step-syscall.exp: Don't invoke
3899 support_displaced_stepping.
3900 (disp_step_cross_syscall): Test with displaced stepping off and
3901 on if supported.
3902
0b47da9f
YQ
39032016-03-03 Yao Qi <yao.qi@linaro.org>
3904
3905 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3906 proc.
3907 (setup): New proc.
3908 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3909 and setup.
3910
065ab6dc
BH
39112016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3912
3913 * gdb.fortran/vla-history.exp: Remove breakpoint.
3914
07e448ad 39152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3916
25d49b86
PA
3917 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3918 exceeds timeout.
07e448ad 3919
9ac2d526 39202016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3921
25d49b86
PA
3922 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3923 breakpoint.
9ac2d526 3924
17807369
BH
39252016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3926
3927 * gdb.mi/vla.f90: Nullify pointer after declaration.
3928
86e501af
PA
39292016-03-01 Pedro Alves <palves@redhat.com>
3930
3931 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3932
1e903e32
PA
39332016-03-01 Pedro Alves <palves@redhat.com>
3934
3935 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3936 before anything else.
3937 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3938 _GNU_SOURCE here.
3939 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3940 before anything else.
3941 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3942
6ccb54e2
PA
39432016-03-01 Pedro Alves <palves@redhat.com>
3944
3945 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3946
30ca9da1
YQ
39472016-03-01 Yao Qi <yao.qi@linaro.org>
3948
3949 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3950 prepare_for_testing.
3951
dc856b38
YQ
39522016-03-01 Yao Qi <yao.qi@linaro.org>
3953
3954 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3955
4a932159
AA
39562016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3957
3958 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3959 manually constructing the output path.
3960
f2489477
AA
39612016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3962
3963 * gdb.arch/s390-stackless.S: New.
3964 * gdb.arch/s390-stackless.exp: New.
3965
38899f16
IB
39662016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3967
3968 * gdb.dlang/circular.c: New file.
3969 * gdb.dlang/circular.exp: New file.
3970
9fde51ed
YQ
39712016-02-26 Yao Qi <yao.qi@linaro.org>
3972
3973 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3974 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3975 (testcases): Update.
3976
ce90fefe
YQ
39772016-02-26 Yao Qi <yao.qi@linaro.org>
3978
3979 * gdb.reverse/aarch64.c: Rename to ...
3980 * gdb.reverse/insn-reverse.c: ... it.
3981 * gdb.reverse/aarch64.exp: Rename to ...
3982 * gdb.reverse/insn-reverse.exp: ... it.
3983
3263bceb
YQ
39842016-02-26 Yao Qi <yao.qi@linaro.org>
3985
3986 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3987 (testcase_ftype): New.
3988 (testcases): New array.
3989 (n_testcases): New.
3990 (main): Call each element in testcases.
3991 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3992 (read_testcase): New.
3993 Do the tests in a loop.
3994
6cb59ff1
YQ
39952016-02-25 Yao Qi <yao.qi@linaro.org>
3996
3997 * gdb.base/branches.c: Remove.
3998
ae91f625
MK
39992016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4000
4001 PR gdb/13808
4002 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4003
678b48b7
MK
40042016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4005
4006 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4007
7337a6f2
MK
40082016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4009
4010 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4011 change x86_64 call_insn to 'callq'.
4012
861ca91f
AT
40132016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4014
4015 * gdb.trace/tfile-avx.c: Move to...
4016 * gdb.trace/tracefile-pseudo-reg.c: Here.
4017 * gdb.trace/tfile-avx.exp: Move to...
4018 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4019
bf74e428
GB
40202016-02-24 Gary Benson <gbenson@redhat.com>
4021
4022 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4023 message on attach.
4024
cce0e923
DE
40252016-02-23 Doug Evans <dje@google.com>
4026
4027 * gdb.base/skip.c (test_skip): New function.
4028 (end_test_skip_file_and_function): New function.
4029 (test_skip_file_and_function): New function.
4030 * gdb.base/skip1.c (test_skip): New function.
4031 (skip1_test_skip_file_and_function): New function.
4032 * gdb.base/skip.exp: Add tests for new skip options.
4033 * gdb.base/skip-solib.exp: Update expected output.
4034 * gdb.perf/skip-command.cc: New file.
4035 * gdb.perf/skip-command.exp: New file.
4036 * gdb.perf/skip-command.py: New file.
4037
4000e47e
MK
40382016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4039
4040 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4041 info registers pattern.
4042
24f75ead
IB
40432016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4044
4045 * lib/future.exp: Add D support.
4046 (gdb_find_gdc): New proc.
4047 (gdb_default_target_compile): Add D support.
4048
fbb7bcbe
WW
40492016-02-18 Wei-cheng Wang <cole945@gmail.com>
4050
4051 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4052 user+system time.
4053 (trace_speed_test): Determine the iteration count for a time
4054 between 15..30 seconds.
4055
012b3a21
WT
40562016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4057
4058 * gdb.arch/i386-mpx-sigsegv.c: New file.
4059 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4060 * gdb.arch/i386-mpx-simple_segv.c: New file.
4061 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4062
2d5189bd
YQ
40632016-02-18 Yao Qi <yao.qi@linaro.org>
4064
4065 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4066 Don't call setup_kfail.
4067
40fb20d0
YQ
40682016-02-18 Yao Qi <yao.qi@linaro.org>
4069
4070 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4071 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4072
21b1f8d2
DE
40732016-02-16 Doug Evans <dje@google.com>
4074
4075 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4076 * gdb.base/skip1.c: Ditto.
4077 * gdb.base/skip.exp: Whitespace cleanup.
4078
4041ed77
DB
40792016-02-16 Don Breazeal <donb@codesourcery.com>
4080
4081 PR remote/19496
4082 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4083 Remove kfail for PR remote/19496.
4084
c4ef31bf
SM
40852016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4086
4087 * lib/gdb.exp (standard_temp_file): Return a path specific to
4088 the runtest invocation.
4089
266b65b3
SM
40902016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4091
4092 * gdb.trace/save-trace.exp: Change relative path to be in the
4093 standard output directory.
4094
a7a0a6a9
JK
40952016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4096
4097 * gdb.arch/i386-prologue.c: Add missing prototypes.
4098
c99dbb42
JK
40992016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4100
4101 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4102 * gdb.arch/i386-prologue.exp: Likewise.
4103 * gdb.arch/i386-size.exp: Likewise.
4104
aa480355
SM
41052016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4106
4107 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4108 define object file path.
4109 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4110 file path.
4111 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4112 standard_output_file to define binfile.
4113
ba881f50
JK
41142016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4115
4116 Fix compatibility with recent gfortran-5.3.1.
4117 * gdb.fortran/vla-history.exp (print vla1 allocated)
4118 (print vla2 allocated, print $2, print $3): Remove
4119 (print $4): Rename to ...
4120 (print $2): ... here.
4121 (print $9): Rename to ...
4122 (print $5): ... here.
4123 (print $10): Rename to ...
4124 (print $6): ... here.
4125 * gdb.fortran/vla.f90: Add pvla initialization.
4126
e9fb005c
JK
41272016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4128
4129 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4130 New test.
4131 * gdb.fortran/vla-value-sub.exp: Likewise.
4132
e44e00ff
MK
41332016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4134
4135 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4136
97e94151
SM
41372016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4138
4139 * i386-biarch-core.exp: Define corefile using
4140 standard_output_file.
4141
01113bc1
YQ
41422016-02-12 Yao Qi <yao.qi@linaro.org>
4143
4144 * gdb.arch/arm-single-step-kernel-helper.c: New.
4145 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4146
33b4777c
MM
41472016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4148
4149 * gdb.btrace/tailcall-only.exp: New.
4150 * gdb.btrace/tailcall-only.c: New.
4151 * gdb.btrace/x86_64-tailcall-only.S: New.
4152 * gdb.btrace/i686-tailcall-only.S: New.
4153
acc23c11
PA
41542016-02-11 Pedro Alves <palves@redhat.com>
4155
4156 * README (Parallel testing): Add missing double quotes.
4157
e352bf0a
PA
41582016-02-11 Pedro Alves <palves@redhat.com>
4159
4160 * README (Parallel testing): New section.
4161 (GDB_PARALLEL): Rewrite.
4162 (FORCE_PARALLEL): Document.
4163
9f5fed78
MK
41642016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4165
4166 * gdb.trace/tfile-avx.c: New test.
4167 * gdb.trace/tfile-avx.exp: New test.
4168
9ef9e6a6
KS
41692016-02-09 Keith Seitz <keiths@redhat.com>
4170
4171 PR breakpoints/19546
4172 * gdb.base/infcall-exec.c: New file.
4173 * gdb.base/infcall-exec2.c: New file.
4174 * gdb.base/infcall-exec.exp: New file.
4175
a96e36da
KS
41762016-02-09 Keith Seitz <keiths@redhat.com>
4177
4178 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4179 (toplevel): Call test_bkpt_address.
4180
9f61929f
KS
41812016-02-09 Keith Seitz <keiths@redhat.com>
4182
4183 PR python/19506
4184 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4185 (toplevel): Call test_bkpt_address.
4186
1e94266c
SM
41872016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4188
4189 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4190 to AC_OUTPUT.
4191 * configure: Regenerate.
4192
2a7f3dff
PA
41932016-02-09 Pedro Alves <palves@redhat.com>
4194
4195 PR breakpoints/19548
4196 * gdb.base/execl-update-breakpoints.c (some_function): New
4197 function.
4198 (main): Call it.
4199 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4200 Tighten expected GDB output.
4201
2151ccc5
SM
42022016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4203
4204 * Makefile.in (ALL_SUBDIRS): Remove.
4205 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4206 (distclean maintainer-clean realclean): Likewise.
4207 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4208 * configure: Regenerate.
4209 * gdb.ada/Makefile.in: Delete.
4210 * gdb.arch/Makefile.in: Likewise.
4211 * gdb.asm/Makefile.in: Likewise.
4212 * gdb.base/Makefile.in: Likewise.
4213 * gdb.btrace/Makefile.in: Likewise.
4214 * gdb.cell/Makefile.in: Likewise.
4215 * gdb.compile/Makefile.in: Likewise.
4216 * gdb.cp/Makefile.in: Likewise.
4217 * gdb.disasm/Makefile.in: Likewise.
4218 * gdb.dlang/Makefile.in: Likewise.
4219 * gdb.dwarf2/Makefile.in: Likewise.
4220 * gdb.fortran/Makefile.in: Likewise.
4221 * gdb.gdb/Makefile.in: Likewise.
4222 * gdb.go/Makefile.in: Likewise.
4223 * gdb.guile/Makefile.in: Likewise.
4224 * gdb.java/Makefile.in: Likewise.
4225 * gdb.linespec/Makefile.in: Likewise.
4226 * gdb.mi/Makefile.in: Likewise.
4227 * gdb.modula2/Makefile.in: Likewise.
4228 * gdb.multi/Makefile.in: Likewise.
4229 * gdb.objc/Makefile.in: Likewise.
4230 * gdb.opencl/Makefile.in: Likewise.
4231 * gdb.opt/Makefile.in: Likewise.
4232 * gdb.pascal/Makefile.in: Likewise.
4233 * gdb.perf/Makefile.in: Likewise.
4234 * gdb.python/Makefile.in: Likewise.
4235 * gdb.reverse/Makefile.in: Likewise.
4236 * gdb.server/Makefile.in: Likewise.
4237 * gdb.stabs/Makefile.in: Likewise.
4238 * gdb.threads/Makefile.in: Likewise.
4239 * gdb.trace/Makefile.in: Likewise.
4240 * gdb.xml/Makefile.in: Likewise.
4241 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4242 GDB_PARALLEL.
4243 (standard_output_file): Remove check for GDB_PARALLEL, always
4244 return path in outputs/$subdir/$testname.
4245
437277d4
SM
42462016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4247
4248 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4249 (site.exp): Assign abs_srcdir to tcl's srcdir.
4250
31d913c7
YQ
42512016-02-04 Yao Qi <yao.qi@linaro.org>
4252
4253 * gdb.base/foll-exec-mode.c: Include limits.h.
4254 (main): Add parameters argc and argv. Get directory from
4255 argv[0].
4256 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4257 compilation.
4258 * gdb.base/foll-exec.c: Include limits.h.
4259 (main): Add parameters argc and argv.
4260 Get directory from argv[0].
4261 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4262 Adjust tests on the number of lines as source code changed.
4263 * gdb.base/foll-vfork-exit.c: Include limits.h.
4264 (main): Add one line of statement before vfork.
4265 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4266 (main): Add parameters argc and argv. Get directory from
4267 argv[0].
4268 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4269 (setup_gdb): Set tbreak to skip some source lines.
4270 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4271 (main): Add parameters argc and argv. Get directory from
4272 argv[0].
4273 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4274 compilation.
4275 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4276 (main): Add parameters argc and argv. Get directory from
4277 argv[0].
4278 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4279 compilation.
4280
9482b9fb
DE
42812016-02-01 Doug Evans <dje@google.com>
4282
4283 * gdb.base/skip.exp: Clean up multiple references to same test name.
4284
6b2e4f10
PA
42852016-02-01 Pedro Alves <palves@redhat.com>
4286
ccb6afd6 4287 PR remote/19496
6b2e4f10
PA
4288 * gdb.threads/forking-threads-plus-breakpoint.exp
4289 (displaced_stepping_supported): New global.
4290 (probe_displaced_stepping_support): New procedure.
4291 (do_test): Add 'displaced' parameter, and use it.
4292 (top level): Check for displaced stepping support. Add displaced
4293 stepping on/off testing axis.
4294
37a8db1a
AB
42952016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4296
4297 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4298 pointer. Don't perform further tests on the unassociated pointer
4299 if the first test fails.
4300
5fdf6324
AB
43012016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4302
4303 * gdb.base/max-value-size.c: New file.
4304 * gdb.base/max-value-size.exp: New file.
4305 * gdb.base/huge.exp: Disable max-value-size for this test.
4306
935c6144
IB
43072016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4308
4309 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4310
7fe8399d
YQ
43112016-01-28 Yao Qi <yao.qi@linaro.org>
4312
4313 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4314
a2077e25
PA
43152016-01-25 Pedro Alves <palves@redhat.com>
4316
4317 PR threads/19461
4318 * gdb.base/fork-running-state.c: New file.
4319 * gdb.base/fork-running-state.exp: New file.
4320
1d2736d4
PA
43212016-01-25 Pedro Alves <palves@redhat.com>
4322
4323 PR gdb/19494
4324 * gdb.base/catch-fork-kill.c: New file.
4325 * gdb.base/catch-fork-kill.exp: New file.
4326
f1da4b11
PA
43272016-01-25 Pedro Alves <palves@redhat.com>
4328
4329 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4330 Delete, moved to lib/gdb.exp.
4331 * gdb.threads/forking-threads-plus-breakpoint.exp
4332 (foreach_with_prefix): Likewise.
4333 * gdb.threads/process-dies-while-handling-bp.exp
4334 (foreach_with_prefix): Likewise.
4335 * lib/gdb.exp (foreach_with_prefix): New procedure.
4336
45f38546
MK
43372016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4338
4339 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4340 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4341
dc29a1ce
MK
43422016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4343
4344 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4345 endian targets.
4346
092127d7
JK
43472016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4348 Pedro Alves <palves@redhat.com>
4349
4350 Fix testsuite compatibility with Guile.
4351 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4352 number.
4353
31d765d3
JK
43542016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4355
4356 Fix testsuite compatibility with Guile.
4357 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4358 (thread 1): New test for backtrace through signal handler.
4359
1ac78c04
YQ
43602016-01-22 Yao Qi <yao.qi@linaro.org>
4361
4362 PR testsuite/19491
4363 * gdb.base/multi-forks.c: Include
4364 ../lib/unbuffer_output.c
4365 (main): Call gdb_unbuffer_output.
4366
4f5946a8
DE
43672016-01-21 Doug Evans <dje@google.com>
4368
4369 * lib/ada.exp (gdb_compile_ada): Fix typo.
4370
305e13e6
JB
43712016-01-21 Joel Brobecker <brobecker@adacore.com>
4372
4373 * gdb.base/break-fun-addr.exp: New file.
4374 * gdb.base/break-fun-addr1.c: New file.
4375 * gdb.base/break-fun-addr2.c: New file.
4376
5f5dfff6
SM
43772016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4378
4379 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4380 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4381 enum flag values.
4382
fd356fa2
AA
43832016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4384
4385 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4386 when GDB can not set the vector return value. Add more comments
4387 for clarification.
4388
9df22175
AT
43892016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4390
4391 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4392 command.
4393
41d1845e
SM
43942016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4395
4396 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4397
01ac6840
SM
43982016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4399
4400 * Makefile.in (check-single): Pass --status to runtest.
4401 (check/%.exp): Likewise.
4402
44032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4404
4405 * Makefile.in (check-parallel): Propagate return code from make
4406 do-check-parallel.
4407
bd0a71fa
MK
44082016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4409
4410 * gdb.trace/ftrace.exp: Fix expected message on continue.
4411 * gdb.trace/pending.exp: Fix expected message on continue.
4412 * gdb.trace/trace-break.exp: Fix expected message on continue.
4413
8bcbad33
SM
44142016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4415
4416 * lib/gdb.exp (gdb_test): Remove unused global references.
4417
f303dbd6
PA
44182016-01-18 Pedro Alves <palves@redhat.com>
4419
4420 * gdb.base/async-shell.exp: Adjust expected output.
4421 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4422 * gdb.base/siginfo-thread.exp: Adjust expected output.
4423 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4424 * gdb.java/jnpe.exp: Adjust expected output.
4425 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4426 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4427 * gdb.threads/leader-exit.exp: Adjust expected output.
4428 * gdb.threads/manythreads.exp: Adjust expected output.
4429 * gdb.threads/pthreads.exp: Adjust expected output.
4430 * gdb.threads/schedlock.exp: Adjust expected output.
4431 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4432 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4433 expected output.
4434 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4435 output.
4436 * gdb.threads/sigthread.exp: Adjust expected output.
4437 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4438
b2789696
YQ
44392016-01-18 Yao Qi <yao.qi@linaro.org>
4440
4441 * gdb.guile/scm-section-script.c: Replace @progbits with
4442 %progbits.
4443 * gdb.python/py-section-script.c: Likewise.
4444
71ef29a8
PA
44452016-01-15 Pedro Alves <palves@redhat.com>
4446
4447 * gdb.multi/tids.exp: Test star wildcard ranges.
4448
3f5b7598
PA
44492016-01-15 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4452 command from "thread apply" invocation.
4453 (thr_apply_info_thr_invalid): Default the expected output to the
4454 input tid list.
4455 (top level): Add tests that use convenience variables. Add tests
4456 for "thread apply" with a valid TID list, but missing the command.
4457
663f6d42
PA
44582016-01-13 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.base/default.exp: Expect $_gthread as well.
4461 * gdb.multi/tids.exp: Test $_gthread.
4462 * gdb.threads/thread-specific.exp: Test $_gthread.
4463
c84f6bbf
PA
44642016-01-13 Pedro Alves <palves@redhat.com>
4465
4466 * gdb.multi/tids.exp: Test "info threads -gid".
4467
22a02324
PA
44682016-01-13 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4471 Breakpoint.thread.
4472 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4473
5d5658a1
PA
44742016-01-07 Pedro Alves <palves@redhat.com>
4475
4476 * gdb.base/break.exp: Adjust to output changes.
4477 * gdb.base/hbreak2.exp: Likewise.
4478 * gdb.base/sepdebug.exp: Likewise.
4479 * gdb.base/watch_thread_num.exp: Likewise.
4480 * gdb.linespec/keywords.exp: Likewise.
4481 * gdb.multi/info-threads.exp: Likewise.
4482 * gdb.threads/thread-find.exp: Likewise.
4483 * gdb.multi/tids.c: New file.
4484 * gdb.multi/tids.exp: New file.
4485
84654457
PA
44862016-01-13 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4489
e3940304
PA
44902016-01-13 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.base/default.exp: Expect $_inferior as well.
4493 * gdb.multi/base.exp: Test $_inferior.
4494
a911d87a
PA
44952016-01-13 Pedro Alves <palves@redhat.com>
4496
4497 PR breakpoints/19388
4498 * gdb.base/catch-signal-siginfo-cond.c: New file.
4499 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4500
82075af2
JS
45012016-01-12 Josh Stone <jistone@redhat.com>
4502 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4503
4504 * gdb.base/catch-syscall.c (do_execve): New variable.
4505 (main): Conditionally trigger an execve.
4506 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4507 (test_catch_syscall_execve): New, check entry/return across execve.
4508 (do_syscall_tests): Call test_catch_syscall_execve.
4509
e46eeedd
PA
45102016-01-12 Pedro Alves <palves@redhat.com>
4511
4512 * gdb.base/random-signal.exp (do_test): New procedure, with body
4513 of testcase moved in.
4514
01d8c27e
JK
45152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4516 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.base/funcargs.exp (finish from indirectly called function):
4519 Reintroduce the case for 'First'.
4520
9a706302
JK
45212016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4522 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4525 (tcatch_vfork_then_child_follow_exec)
4526 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4527 identification.
4528
c0ecb95f
JK
45292016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4530
4531 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4532 and repeats to unlimited.
4533 * gdb.python/py-value.exp: Likewise.
4534 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4535 and repeats to unlimited.
4536
6cfc1fcb
JK
45372016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4538
4539 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4540 and reordering the functions.
4541 * gdb.multi/hangout.c: Likewise.
4542 * gdb.multi/hello.c: Likewise.
4543
582a1b00
SM
45442016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4545
4546 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4547 absolute.
4548 (SingleStatisticTestResult.report): Use dict.keys instead of
4549 dict.iterkeys.
4550
79bc59cb
PA
45512016-01-06 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4554
43368e1d
MM
45552016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4556
4557 * gdb.btrace/dlopen.exp: New.
4558 * gdb.btrace/dlopen.c: New.
4559 * gdb.btrace/dlopen-dso.c: New.
4560
79fad5b8
SL
45612015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4562
4563 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4564 PATTERN argument is optional.
4565
ab8314b3
JB
45662015-12-24 Joel Brobecker <brobecker@adacore.com>
4567
4568 * lib/ada.exp (target_compile_ada_from_dir): New function.
4569 (gdb_compile_ada): Reimplement avoiding the use of project files.
4570 * gdb.ada/gnat_ada.gpr: Delete.
4571 * gdb.ada/cond_lang.exp: Adjust test to make path before
4572 filename optional.
4573 * gdb.ada/small_reg_param.exp: Likewise.
4574
fe33faff
SM
45752015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4576
4577 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4578
6d265cb4
TP
45792015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4580
4581 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4582 case.
4583
10125099
SM
45842015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4585
4586 * gdb.base/break.exp: Remove dead code.
4587 * gdb.base/sepdebug.exp: Likewise.
4588
3ca22649
SM
45892015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4590
4591 * gdb.asm/asm-source.exp: Remove HP-UX references.
4592 * gdb.base/annota1.exp: Likewise.
4593 * gdb.base/annota3.exp: Likewise.
4594 * gdb.base/attach.exp: Likewise.
4595 * gdb.base/bigcore.exp: Likewise.
4596 * gdb.base/break.exp: Likewise.
4597 * gdb.base/call-ar-st.exp: Likewise.
4598 * gdb.base/callfuncs.exp: Likewise.
4599 * gdb.base/catch-fork-static.exp: Likewise.
4600 * gdb.base/display.exp: Likewise.
4601 * gdb.base/foll-exec-mode.exp: Likewise.
4602 * gdb.base/foll-exec.exp: Likewise.
4603 * gdb.base/foll-fork.exp: Likewise.
4604 * gdb.base/foll-vfork.exp: Likewise.
4605 * gdb.base/funcargs.exp: Likewise.
4606 * gdb.base/hbreak2.exp: Likewise.
4607 * gdb.base/inferior-died.exp: Likewise.
4608 * gdb.base/interrupt.exp: Likewise.
4609 * gdb.base/multi-forks.exp: Likewise.
4610 * gdb.base/nodebug.exp: Likewise.
4611 * gdb.base/sepdebug.exp: Likewise.
4612 * gdb.base/solib1.c: Likewise.
4613 * gdb.base/step-test.exp: Likewise.
4614 * gdb.mi/non-stop.c: Likewise.
4615 * gdb.mi/pthreads.c: Likewise.
4616 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4617 * gdb.threads/pthreads.c: Likewise.
4618 * gdb.threads/staticthreads.exp: Likewise.
4619 * lib/future.exp: Likewise.
4620 * lib/gdb.exp: Likewise.
4621 * gdb.base/so-indr-cl.c: Remove.
4622 * gdb.base/so-indr-cl.exp: Likewise.
4623 * gdb.base/solib.c: Likewise.
4624 * gdb.base/solib.exp: Likewise.
4625 * gdb.base/solib2.c: Likewise.
4626
b6304613
SM
46272015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4628
4629 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4630 * gdb.base/call-ar-st.exp: Likewise.
4631 * gdb.base/callfuncs.exp: Likewise.
4632 * gdb.base/condbreak.exp: Likewise.
4633 * gdb.base/constvars.exp: Likewise.
4634 * gdb.base/hbreak2.exp: Likewise.
4635 * gdb.base/langs.exp: Likewise.
4636 * gdb.base/list.exp: Likewise.
4637 * gdb.base/long_long.exp: Likewise.
4638 * gdb.base/ptype.exp: Likewise.
4639 * gdb.base/scope.exp: Likewise.
4640 * gdb.base/signals.exp: Likewise.
4641 * gdb.base/so-impl-ld.exp: Likewise.
4642 * gdb.base/varargs.exp: Likewise.
4643 * gdb.base/volatile.exp: Likewise.
4644 * gdb.base/whatis.exp: Likewise.
4645 * gdb.cp/cplusfuncs.exp: Likewise.
4646 * gdb.cp/inherit.exp: Likewise.
4647 * gdb.cp/local.exp: Likewise.
4648 * gdb.cp/member-ptr.exp: Likewise.
4649 * gdb.cp/method.exp: Likewise.
4650 * gdb.cp/overload.exp: Likewise.
4651 * gdb.cp/templates.exp: Likewise.
4652 * gdb.stabs/weird.exp: Likewise.
4653 * lib/compiler.c: Likewise.
4654 * lib/compiler.cc: Likewise.
4655 * lib/cp-support.exp: Likewise.
4656 * lib/gdb.exp: Likewise.
4657
bf401b07
SM
46582015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4659
4660 * configure.ac: Remove HP-UX case.
4661 * configure: Regenerate.
4662
aff9c0f8
SM
46632015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4664
4665 * lib/gdb.exp (gdb_compile): Add function doc.
4666
a6904d5a
PA
46672015-12-17 Pedro Alves <palves@redhat.com>
4668
4669 PR threads/19354
4670 * gdb.multi/info-threads.exp: New file.
4671
a22279dd
YQ
46722015-12-15 Yao Qi <yao.qi@linaro.org>
4673
4674 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4675 is aarch64*-*-*.
4676
0588c796
SL
46772015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4678
4679 * gdb.base/history-duplicates.exp: Skip if no readline support.
4680
5d978e17
SL
46812015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4682
4683 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4684
7e763b86
SL
46852015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4686
4687 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4688
87a3a92c
SL
46892015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4690
4691 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4692 ctrl-C if nointerrupts target property is set.
4693 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4694 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4695 * gdb.base/paginate-bg-execution.exp: Likewise.
4696 * gdb.base/paginate-execution-startup.exp: Likewise.
4697 * gdb.base/random-signal.exp: Likewise.
4698 * gdb.base/range-stepping.exp: Likewise.
4699 * gdb.cp/annota2.exp: Likewise.
4700 * gdb.cp/annota3.exp: Likewise.
4701 * gdb.gdb/selftest.exp: Likewise.
4702 * gdb.threads/continue-pending-status.exp: Likewise.
4703 * gdb.threads/leader-exit.exp: Likewise.
4704 * gdb.threads/manythreads.exp: Likewise.
4705 * gdb.threads/pthreads.exp: Likewise.
4706 * gdb.threads/schedlock.exp: Likewise.
4707 * gdb.threads/sigthread.exp: Likewise.
4708
a8f077dc
DB
47092015-12-11 Don Breazeal <donb@codesourcery.com>
4710
4711 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4712 remote.
4713 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4714 * gdb.base/foll-exec.exp (main): Enable for target remote.
4715 * gdb.base/foll-fork.exp (main): Likewise.
4716 * gdb.base/foll-vfork.exp (main): Likewise.
4717 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4718 (proc continue_to_exit_bp_loc): Use clean_restart.
4719 * gdb.base/pie-execl.exp (main): Disable for target remote.
4720 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4721 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4722 * gdb.threads/execl.exp (main): Likewise.
4723 * gdb.threads/fork-child-threads.exp (main): Likewise.
4724 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4725 remote.
4726 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4727 remote.
4728 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4729 pid.tid style ptids, instead of just tid.
4730 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4731 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4732 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4733 ptids, instead of just tid.
4734
3b2464a8
AB
47352015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4736
4737 * gdb.base/list.exp (test_list_forward): Add end of file error
4738 test.
4739 (test_repeat_list_command): Add end of file error test.
4740 (test_list_backwards): Add beginning of file error test.
4741
a0def019
AB
47422015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4743
4744 * gdb.base/list.exp (test_list_invalid_args): New function,
4745 defined, and called.
4746
5c000dff
AB
47472015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4748
4749 * gdb.base/list.exp (test_list): Make test names unique.
4750
f1637ebe
YQ
47512015-12-11 Yao Qi <yao.qi@linaro.org>
4752
4753 * gdb.base/coremaker2.c: Remove.
4754
36d6fc0a
PA
47552015-12-10 Pedro Alves <palves@redhat.com>
4756
4757 * gdb.multi/base.exp: Remove stale "spaces" references.
4758
762f7747
PA
47592015-12-10 Pedro Alves <palves@redhat.com>
4760
4761 * gdb.multi/base.exp: Don't use nowarnings.
4762 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4763 * gdb.multi/hangout.c: Include stdio.h.
4764 * gdb.multi/hello.c: Include stdlib.h.
4765 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4766 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4767 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4768
28d2bfb9
AB
47692015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4770
4771 * gdb.dwarf2/dw2-ranges-base.c: New file.
4772 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4773 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4774 support additional line table, and debug ranges generation.
4775 (Dwarf::ranges): New function, generate .debug_ranges.
4776 (Dwarf::lines): Support generating simple line table programs.
4777 (Dwarf::assemble): Initialise new namespace variables.
4778
5fc2beac
KB
47792015-12-09 Kevin Buettner <kevinb@redhat.com>
4780
4781 * gdb.base/async.exp (proc test_background): Add case for
4782 asynchronous execution not supported.
4783
1c35a88f
LM
47842015-12-09 Luis Machado <lgustavo@codesourcery.com>
4785
4786 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4787 format and change test names to make them unique.
4788
b593e3d9
RK
47892015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4790 Pedro Alves <pedro@redhat.com>
4791
4792 PR gdb/18702
4793 Add checking of floatformats setup on x86_64 hosts.
4794 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4795 (smallval, bigval): New labels/constants.
4796 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4797 float" after loading bigval and smallval.
4798
d72413e6
PMR
47992015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4800
4801 * gdb.ada/fun_overload_menu.exp: New testcase.
4802 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4803
ece66d65
JS
48042015-12-04 Josh Stone <jistone@redhat.com>
4805
4806 * gdb.base/catch-fork-static.exp: New.
4807
41d0efca
YQ
48082015-12-03 Yao Qi <yao.qi@linaro.org>
4809
4810 * gdb.base/sizeof.c: Don't include stdio.h and
4811 ../lib/unbuffer_output.c.
4812 (main): New variable 'size' and 'value'. Remove printf and
4813 gdb_unbuffer_output. Assign return value to size and value.
4814 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4815 at the beginning.
4816 (check_sizeof): Check the result by printing variable 'size'.
4817 (check_valueof): Check the result by printing variable 'value'.
4818
99fd02d9
YQ
48192015-12-01 Yao Qi <yao.qi@linaro.org>
4820
4821 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4822 for aarch64*-*-linux* target.
4823
f2faf941
PA
48242015-11-30 Pedro Alves <palves@redhat.com>
4825
4826 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4827
04bf20c5
PA
48282015-11-30 Pedro Alves <palves@redhat.com>
4829
4830 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4831 Handle non-stop mode vCont replies.
4832
09df4675
PA
48332015-11-30 Pedro Alves <palves@redhat.com>
4834
4835 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4836 prepare_for_testing. Start gdb with "set non-stop on" appended to
4837 GDBFLAGS. Lax expected stop output.
4838
58b584af
YQ
48392015-11-27 Yao Qi <yao.qi@linaro.org>
4840
4841 * gdb.arch/arm-neon.exp: New.
4842 * gdb.arch/arm-neon.c: New.
4843
dfcb77a8
YQ
48442015-11-27 Yao Qi <yao.qi@linaro.org>
4845
4846 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4847
88e8ec1b
YQ
48482015-11-27 Yao Qi <yao.qi@linaro.org>
4849
4850 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4851 frames-invalid annotation.
4852
bfde72c2
YQ
48532015-11-27 Yao Qi <yao.qi@linaro.org>
4854
4855 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4856
f6512a69
SM
48572015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4858
4859 * gdb.threads/names.exp: New file.
4860 * gdb.threads/names.c: New file.
4861 * README: Mention gdb,no_thread_names.
4862
46a3515b
MM
48632015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4864
4865 PR 19297
4866 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4867 support" error.
4868
62147a22
PA
48692015-11-24 Pedro Alves <palves@redhat.com>
4870
4871 PR 17539
4872 * gdb.base/display.exp: Expect displays to be sorted in ascending
4873 order. Use multi_line.
4874 * gdb.base/solib-display.exp: Likewise.
4875
2f341b6e
PA
48762015-11-24 Pedro Alves <palves@redhat.com>
4877
4878 PR 17539
25d49b86
PA
4879 * gdb.base/display.exp: Expect displays to be sorted in ascending
4880 order. Use multi_line.
4881 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4882
7e0aa6aa
PA
48832015-11-24 Pedro Alves <palves@redhat.com>
4884
4885 PR 17539
4886 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4887 threads in ascending order.
4888 * gdb.base/foll-fork.exp: Likewise.
4889 * gdb.base/foll-vfork.exp: Likewise.
4890 * gdb.base/multi-forks.exp: Likewise.
4891 * gdb.mi/mi-nonstop.exp: Likewise.
4892 * gdb.mi/mi-nsintrall.exp: Likewise.
4893 * gdb.multi/base.exp: Likewise.
4894 * gdb.multi/multi-arch.exp: Likewise.
4895 * gdb.python/py-inferior.exp: Likewise.
4896 * gdb.threads/break-while-running.exp: Likewise.
4897 * gdb.threads/execl.exp: Likewise.
4898 * gdb.threads/gcore-thread.exp: Likewise.
4899 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4900 * gdb.threads/kill.exp: Likewise.
4901 * gdb.threads/linux-dp.exp: Likewise.
4902 * gdb.threads/multiple-step-overs.exp: Likewise.
4903 * gdb.threads/next-bp-other-thread.exp: Likewise.
4904 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4905 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4906 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4907 * gdb.threads/thread-find.exp: Likewise.
4908 * gdb.threads/tls.exp: Likewise.
4909 * lib/mi-support.exp (mi_reverse_list): Delete.
4910 (mi_check_thread_states): No longer reverse list.
4911
2cc57ad8
PA
49122015-11-24 Pedro Alves <palves@redhat.com>
4913
4914 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4915 use lowercase.
4916
c93e8391
SM
49172015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4918
4919 * gdb.trace/actions.c: Include trace-common.h.
4920 (main): Add a location for a fast tracepoint.
4921 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4922 the normal tracepoints.
4923 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4924
045ccf91
SM
49252015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4926
4927 * save-trace.exp: Factor out code to these...
4928 (gdb_save_tracepoints): New.
4929 (gdb_load_tracepoints): New.
4930 (do_save_load_test): New.
4931
5506f9f6
KB
49322015-11-23 Kevin Buettner <kevinb@redhat.com>
4933
4934 * gdb.base/asmlabel.exp: New test.
4935 * gdb.base/asmlabel.c: New test case.
4936
16c3b12f
JB
49372015-11-23 Joel Brobecker <brobecker@adacore.com>
4938
4939 * gdb.base/wrong_frame_bt_full-main.c: New file.
4940 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4941 * gdb.base/wrong_frame_bt_full.exp: New file.
4942
155bfbd3
JB
49432015-11-23 Joel Brobecker <brobecker@adacore.com>
4944
4945 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4946
bb097445
JM
49472015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4948
206853a0 4949 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4950 pstate register when comparing registers values in
4951 sparc64-*-linux-gnu targets to avoid spurious differences.
4952
9c88ed8f
JM
49532015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4954
206853a0 4955 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4956
96161e25
SL
49572015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4958
4959 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4960 as type argument to gdb_compile.
4961 * gdb.base/nested-subp2.exp: Likewise.
4962 * gdb.base/nested-subp3.exp: Likewise.
4963
340c2830
DV
49642015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4965
4966 * lib/dwarf.exp (_note): Fix left shift of negative value.
4967 * gdb.trace/trace-condition.exp: Likewise.
4968
c1862d0f
YQ
49692015-11-13 Yao Qi <yao.qi@linaro.org>
4970
4971 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4972 comments about d10v.
4973 (test_scalar_returns): Likewise.
4974 * gdb.base/d10v.ld: Remove.
4975 * gdb.base/overlays.exp: Remove the target triplet checking for
4976 d10v-*-*.
4977 * gdb.base/structs.exp (test_struct_returns): Remove the
4978 comments about d10v.
4979 (test_struct_calls): Likewise.
4980
77ae9c19
YQ
49812015-11-13 Yao Qi <yao.qi@linaro.org>
4982
4983 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4984 * gdb.base/gnu_vector.c: Don't include stdio.h.
4985 (main): Don't print res and call add_some_intvecs.
4986
430e004e
MK
49872015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4988
4989 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4990 macro.
4991 (func5): Removed.
4992 (func4): Use FAST_TRACEPOINT_LABEL.
4993 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4994 macro.
4995 (func): Removed.
4996 (thread_function): Use FAST_TRACEPOINT_LABEL.
4997 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4998 (func): Remove.
4999 (marker): Use FAST_TRACEPOINT_LABEL.
5000 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5001 (pendfunc1): Remove.
5002 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5003 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5004 (foo): Remove.
5005 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5006 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5007 macro.
5008 (func): Remove.
5009 (marker): Use FAST_TRACEPOINT_LABEL.
5010 * gdb.trace/trace-common.h: New header.
5011 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5012 macro.
5013 (func): Remove.
5014 (marker): Use FAST_TRACEPOINT_LABEL.
5015 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5016 (func): Remove.
5017 (thread_function): Use FAST_TRACEPOINT_LABEL.
5018
6e7675a7
MK
50192015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5020
5021 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5022 in front.
5023 * gdb.trace/change-loc.exp: Use global pcreg definition.
5024 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5025 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5026 in front.
5027 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5028 * gdb.trace/pending.exp: Likewise.
5029 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5030 * gdb.trace/trace-break.exp: Likewise.
5031 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5032 in front.
5033 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5034 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5035 in front.
5036 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5037
dddc0e16
JB
50382015-11-09 Joel Brobecker <brobecker@adacore.com>
5039
5040 * gdb.ada/fin_fun_out: New testcase.
5041
c6f0b406
KB
50422015-11-07 Kevin Buettner <kevinb@redhat.com>
5043
5044 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5045 value associated with DW_AT_byte_size.
5046 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5047 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5048 DW_AT_upper_bound.
5049
f01dcfd9
KB
50502015-11-07 Kevin Buettner <kevinb@redhat.com>
5051
5052 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5053 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5054 version.
5055 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5056 gdb.dwarf2/dw2-canonicalize-type.exp,
5057 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5058 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5059 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5060 provided by gdb_target_symbol_prefix_flags_asm.
5061 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5062 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5063 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5064 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5065 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5066 macros where needed). Use this macro for symbols which require
5067 the prefix provided by SYMBOL_PREFIX.
5068
2223449a
KB
50692015-11-05 Kevin Buettner <kevinb@redhat.com>
5070
5071 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5072 New procs.
5073 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5074 representing expressions, of more than one list element.
5075 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5076 to prepend linker symbol prefix to f.
5077 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5078 table_1 and table_2.
5079 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5080 Likewise, for f and g.
5081 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5082 for ptr.
5083 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5084 for main.
5085 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5086 table_1_ptr and table_2_ptr.
5087
6f2f1a3a
JK
50882015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5089 Joel Brobecker <brobecker@adacore.com>
5090
5091 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5092
566c56c9
MK
50932015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5094
5095 * gdb.reverse/s390-mvcle.c: New test.
5096 * gdb.reverse/s390-mvcle.exp: New file.
5097 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5098
d5f0636b
MK
50992015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5100
5101 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5102
7ad8b86c
MK
51032015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5104
5105 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5106 reaching marker2.
5107 * gdb.reverse/getresuid-reverse.exp: Likewise.
5108 * gdb.reverse/pipe-reverse.exp: Likewise.
5109 * gdb.reverse/readv-reverse.exp: Likewise.
5110 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5111 * gdb.reverse/time-reverse.exp: Likewise.
5112 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5113
4081c0f1
YQ
51142015-10-30 Yao Qi <yao.qi@linaro.org>
5115
5116 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5117 (empty_cycle): Remove.
5118 (main): Don't call empty_cycle. Don't use watch_count_done.
5119 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5120 empty_cycle. Rewrite the code counting HW watchpoints.
5121
452b4ba5
MK
51222015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5123
5124 * gdb.reverse/fstatat-reverse.c: New test.
5125 * gdb.reverse/fstatat-reverse.exp: New file.
5126 * gdb.reverse/getresuid-reverse.c: New test.
5127 * gdb.reverse/getresuid-reverse.exp: New file.
5128 * gdb.reverse/pipe-reverse.c: New test.
5129 * gdb.reverse/pipe-reverse.exp: New file.
5130 * gdb.reverse/readv-reverse.c: New test.
5131 * gdb.reverse/readv-reverse.exp: New file.
5132 * gdb.reverse/recvmsg-reverse.c: New test.
5133 * gdb.reverse/recvmsg-reverse.exp: New file.
5134 * gdb.reverse/time-reverse.c: New test.
5135 * gdb.reverse/time-reverse.exp: New file.
5136 * gdb.reverse/waitpid-reverse.c: New test.
5137 * gdb.reverse/waitpid-reverse.exp: New file.
5138
5e2e7507
JK
51392015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5140
5141 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5142
0fde2c53
DE
51432015-10-26 Doug Evans <dje@google.com>
5144
5145 PR symtab/17391
5146 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5147 * gdb.dwarf2/bad-regnum.c: New file.
5148 * gdb.dwarf2/bad-regnum.exp: New file.
5149
1a70ae97
DE
51502015-10-26 Doug Evans <dje@google.com>
5151
5152 PR python/18938
5153 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5154 file.
5155
27dc26ab
JK
51562015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5157
5158 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5159 for a change by "Mention language in compile error message".
5160
bed91f4d
SM
51612015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5162
5163 PR python/18073
5164 * gdb.python/py-type.c (C::a_method): New.
5165 (C::a_const_method): New.
5166 (C::a_static_method): New.
5167 (a_function): New.
5168 * gdb.python/py-type.exp (test_fields): Test getting fields
5169 from function and method.
5170
3f2f83dd
KB
51712015-10-21 Keven Boell <keven.boell@intel.com>
5172
5173 * gdb.fortran/vla-alloc-assoc.exp: New file.
5174 * gdb.fortran/vla-datatypes.exp: New file.
5175 * gdb.fortran/vla-datatypes.f90: New file.
5176 * gdb.fortran/vla-history.exp: New file.
5177 * gdb.fortran/vla-ptype-sub.exp: New file.
5178 * gdb.fortran/vla-ptype.exp: New file.
5179 * gdb.fortran/vla-sizeof.exp: New file.
5180 * gdb.fortran/vla-sub.f90: New file.
5181 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5182 * gdb.fortran/vla-value-sub-finish.exp: New file.
5183 * gdb.fortran/vla-value-sub.exp: New file.
5184 * gdb.fortran/vla-value.exp: New file.
5185 * gdb.fortran/vla-ptr-info.exp: New file.
5186 * gdb.mi/mi-vla-fortran.exp: New file.
5187 * gdb.mi/vla.f90: New file.
5188
27145d50
SL
51892015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5190
5191 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5192 of hardwired timeout value.
5193
5f3ff4f8
JK
51942015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5195 Pedro Alves <palves@redhat.com>
5196
5197 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5198 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5199
bfd09d20
JS
52002015-10-19 Josh Stone <jistone@redhat.com>
5201
5202 * gdb.base/catch-syscall.c: Include <sched.h>.
5203 (unknown_syscall): New variable.
5204 (main): Trigger a vfork and an unknown syscall.
5205 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5206 (unknown_syscall_number): Likewise.
5207 (check_call_to_syscall): Accept an optional syscall pattern.
5208 (check_return_from_syscall): Likewise.
5209 (check_continue): Likewise.
5210 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5211 (test_catch_syscall_skipping_return): New test toggling off 'catch
5212 syscall' to step over the syscall return, then toggling back on.
5213 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5214 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5215 (do_syscall_tests): Call test_catch_syscall_without_args and
5216 test_catch_syscall_mid_vfork.
5217 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5218 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5219
b32b93c6
AS
52202015-10-19 Andrew Stubbs <ams@codesourcery.com>
5221
5222 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5223 print g_vE): Add new pass patterns.
5224 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5225 print various symbol names for vptr fields.
5226
9d622bda
AB
52272015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5228
5229 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5230 results.
5231
0fd8ac1c
YQ
52322015-10-12 Yao Qi <yao.qi@linaro.org>
5233
5234 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5235
34240514
YQ
52362015-10-12 Yao Qi <yao.qi@linaro.org>
5237
5238 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5239 is aarch64*-*-linux*.
5240
8240f442
YQ
52412015-10-12 Yao Qi <yao.qi@linaro.org>
5242
5243 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5244 (can_relocate_bcond_true): ... it.
5245 (can_relocate_bcond_false): New function.
5246 (foo): Likewise.
5247 (can_relocate_bl): Likewise.
5248 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5249 can_relocate_bl.
5250
2520f728
PMR
52512015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5252
5253 * gdb.base/nested-addr.c: New file.
5254 * gdb.base/nested-addr.exp: New testcase.
5255
abcef95a
MM
52562015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5257
5258 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5259 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5260 its output. Ignore the output of "record goto begin" and instead
5261 check that GDB is replaying.
5262
145e3ddb
PA
52632015-10-09 Pedro Alves <palves@redhat.com>
5264
5265 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5266 (top level): Use it in the run with no args test.
5267
d5d8c4e1
IB
52682015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5269
5270 * gdb.dlang/properties.exp: New file.
5271
06e635ef
SL
52722015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5273
5274 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5275 whether or not address 0x1000 is mapped on the target.
5276
e019fd1d
SM
52772015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5278
5279 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5280 build.
5281
77ba2a67
MM
52822015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5283
5284 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5285 instruction-history test.
5286
c60eb31f
DE
52872015-09-28 Doug Evans <dje@google.com>
5288
5289 * gdb.base/gcore.c (array_func): Add reference to static_array.
5290
9a3c8263
SM
52912015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5292
5293 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5294 source line.
5295
9720e656
SL
52962015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5297
5298 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5299 short or char as base type.
5300
938d3bf2
SL
53012015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5302
5303 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5304 to allow any size enum.
5305
e6c2c623
PMR
53062015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5307
5308 * gdb.ada/array_ptr_renaming.exp: New testcase.
5309 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5310 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5311
06da0f77
PL
53122015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5313
5314 * gdb.trace/ftrace-lock.c: New file.
5315 * gdb.trace/ftrace-lock.exp: New file.
5316
4f51c22a
PL
53172015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5318
5319 * gdb.arch/insn-reloc.c: New file.
5320 * gdb.arch/ftrace-insn-reloc.exp: New file.
5321
7041adf4
PL
53222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5323
5324 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5325 instruction.
5326 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5327 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5328 * gdb.trace/range-stepping.c: Likewise.
5329 * gdb.trace/trace-break.c: Likewise.
5330 * gdb.trace/trace-mt.c (thread_function): Likewise.
5331 * gdb.trace/ftrace.c (marker): Likewise.
5332 * gdb.trace/trace-condition.c (marker): Likewise.
5333 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5334 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5335 is_aarch64_target.
5336
015d2e7e
DE
53372015-09-18 Doug Evans <xdje42@gmail.com>
5338
5339 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5340 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5341
26b188a2
SL
53422015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5343
5344 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5345 the breakpoint.
5346
79dc332b
SL
53472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5348
5349 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5350 the pending breakpoint. Remove timeout override for "Run till
5351 MI pending breakpoint on pendfunc3 on thread 2" test.
5352
f57929f2
SL
53532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5354
5355 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5356 filename pattern.
5357
3f469b17
SL
53582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5359
5360 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5361 in breakpoint filename pattern.
5362
515b89b3
SL
53632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5364
7800dbe4
SL
5365 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5366
53672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5368
515b89b3
SL
5369 * gdb.linespec/explicit.exp: Check for readline support for
5370 tab-completion tests. Fix obvious typo.
5371
d2939ba2
MM
53722015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5373
5374 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5375 and replay.
5376
cbb55fa7
MM
53772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5378
5379 * gdb.btrace/non-stop.c: New.
5380 * gdb.btrace/non-stop.exp: New.
5381
43691ca1
PL
53822015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5383 Yao Qi <yao.qi@linaro.org>
5384
5385 * gdb.trace/trace-condition.c: New file.
5386 * gdb.trace/trace-condition.exp: New file.
5387
d78908cf
WW
53882015-09-16 Wei-cheng Wang <cole945@gmail.com>
5389
5390 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5391 for testing bytecode compilation.
5392
1ed415e2
PA
53932015-09-16 Pedro Alves <palves@redhat.com>
5394 Sandra Loosemore <sandra@codesourcery.com>
5395
5396 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5397 (SECONDS): Redefine.
5398 (main): Call pthread_kill and alarm early.
5399 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5400 support.
5401 (test): If the target can't hardware step and doesn't support
5402 displaced stepping, increase the timeout.
5403
d136eff5
PA
54042015-09-16 Pedro Alves <palves@redhat.com>
5405
5406 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5407 (enable_debug): New procedures.
5408 (test): Use them. Bail out if waiting for threads fails.
5409 (top level): Bail out if a test fails.
5410
991f019c
YQ
54112015-09-16 Yao Qi <yao.qi@linaro.org>
5412
5413 * gdb.asm/asm-source.exp: Set asm-arch for
5414 aarch64*-*-* target.
5415 * gdb.asm/aarch64.inc: New file.
5416
bfca584f
PMR
54172015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5418
5419 * gdb.ada/array_of_variable_length.exp: New testcase.
5420 * gdb.ada/array_of_variable_length/foo.adb: New file.
5421 * gdb.ada/array_of_variable_length/pck.adb: New file.
5422 * gdb.ada/array_of_variable_length/pck.ads: New file.
5423
b326e587
DE
54242015-09-15 Doug Evans <dje@google.com>
5425
5426 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5427 of function static local variable.
5428
5382cfab
PW
54292015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5430
5431 * gdb.threads/tls-so_extern.exp: New test file.
5432 * gdb.threads/tls-so_extern.c: New test file.
5433 * gdb.threads/tls-so_extern_main.c: New test file.
5434
141c5cc4
JK
54352015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5436
5437 * gdb.opt/solib-intra-step-lib.c: New file.
5438 * gdb.opt/solib-intra-step-main.c: New file.
5439 * gdb.opt/solib-intra-step.exp: New file.
5440
d15dcecd
PA
54412015-09-15 Pedro Alves <palves@redhat.com>
5442
5443 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5444 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5445
4c2f2a79
PA
54462015-09-14 Pedro Alves <palves@redhat.com>
5447
5448 * gdb.base/hook-stop-continue.c: Delete.
5449 * gdb.base/hook-stop-continue.exp: Delete.
5450 * gdb.base/hook-stop-frame.c: Delete.
5451 * gdb.base/hook-stop-frame.exp: Delete.
5452 * gdb.base/hook-stop.c: New file.
5453 * gdb.base/hook-stop.exp: New file.
5454
919e6dbe
PMR
54552015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5456
5457 * gdb.ada/access_to_packed_array.exp: New testcase.
5458 * gdb.ada/access_to_packed_array/foo.adb: New file.
5459 * gdb.ada/access_to_packed_array/pack.adb: New file.
5460 * gdb.ada/access_to_packed_array/pack.ads: New file.
5461
157280a4
MM
54622015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5463
5464 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5465 buffer size test.
5466
2fd33e94
DB
54672015-09-11 Don Breazeal <donb@codesourcery.com>
5468
5469 * gdb.base/foll-exec.c: Add copyright header. Fix
5470 formatting issues.
5471 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5472 (do_exec_tests): Use clean_restart in place of zap_session,
5473 and for test initialization. Fix formatting issues. Use
5474 fail in place of perror.
5475 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5476 an expect statement to match an expression with output from
5477 the program under debug.
5478 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5479 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5480 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5481 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5482 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5483
e70b6e8e
DE
54842015-09-09 Doug Evans <dje@google.com>
5485
5486 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5487
7a551a51
DE
54882015-09-09 Doug Evans <dje@google.com>
5489
5490 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5491
4c666f84
DE
54922015-09-09 Doug Evans <dje@google.com>
5493
5494 * gdb.base/savedregs.exp: Fix typo.
5495
243a9253
PA
54962015-09-09 Pedro Alves <palves@redhat.com>
5497
5498 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5499
c0fa8fbd
SL
55002015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5501
5502 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5503 command actually switches threads. Give up on remaining
5504 tests if target fails to stop at breakpoint.
5505
cd7c1778
PMR
55062015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5507
5508 * gdb.ada/funcall_char.exp: New testcase.
5509 * gdb.ada/funcall_char/foo.adb: New file.
5510
dc5c8746
PMR
55112015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5512
5513 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5514 expected outputs. Add two testcases for completing ambiguous
5515 functions.
5516 * gdb.ada/complete/aux_pck.adb: New file.
5517 * gdb.ada/complete/aux_pck.ads: New file.
5518 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5519 Ambiguous_Func functions.
5520 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5521 * gdb.ada/complete/pck.adb: Likewise.
5522
4e83a1e7
UW
55232015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5524
5525 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5526 failures to run the test program under GDB.
5527
8ce74153
LM
55282015-08-26 Luis Machado <lgustavo@codesourcery.com>
5529
5530 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5531 to C.
5532
e9756d52
PP
55332015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5534
5535 * gdb.base/run-after-attach.exp: New test file.
5536 * gdb.base/run-after-attach.c: New test file.
5537
8d37573b
DB
55382015-08-26 Don Breazeal <donb@codesourcery.com>
5539
5540 * gdb.base/foll-exec-2.c: New test program.
5541 * gdb.base/foll-exec-2.exp: New test.
5542
63e43d3a
PMR
55432015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5544
5545 * gdb.base/nested-subp1.exp: New file.
5546 * gdb.base/nested-subp1.c: New file.
5547 * gdb.base/nested-subp2.exp: New file.
5548 * gdb.base/nested-subp2.c: New file.
5549 * gdb.base/nested-subp3.exp: New file.
5550 * gdb.base/nested-subp3.c: New file.
5551
3d40fbb5
PA
55522015-08-24 Pedro Alves <palves@redhat.com>
5553
5554 * gdb.server/connect-without-multi-process.c: New file.
5555 * gdb.server/connect-without-multi-process.exp: New file.
5556
4422ac93
LM
55572015-08-24 Luis Machado <lgustavo@codesourcery.com>
5558
5559 * gdb.opt/inline-markers.c: Make z int.
5560
91dddb86
LM
55612015-08-24 Luis Machado <lgustavo@codesourcery.com>
5562
5563 * gdb.opt/inline-markers.c: Make z volatile.
5564
a48847ee
LM
55652015-08-24 Luis Machado <lgustavo@codesourcery.com>
5566
5567 * gdb.opt/inline-bt.c: New volatile global z.
5568 * gdb.opt/inline-cmds.c: Likewise.
5569 * gdb.opt/inline-locals.c: Likewise.
5570 * gdb.opt/inline-markers.c: New extern global z.
5571 (marker): Use z.
5572 (inline_fn): Likewise.
5573
0ebbc52b
PA
55742015-08-24 Pedro Alves <palves@redhat.com>
5575
5576 * config/m32r-stub.exp: Remove file.
5577 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5578 * gdb.base/call-rt-st.exp: Likewise.
5579 * gdb.base/call-strs.exp: Likewise.
5580 * gdb.base/default.exp: Remove references to h8300-*-hms and
5581 *-*-udi*.
5582 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5583
77c365df
AA
55842015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5585
5586 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5587 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5588 and "return" use KFAIL when GDB can not read/write the vector
5589 return value.
5590
4313b8c0
GB
55912015-08-21 Gary Benson <gbenson@redhat.com>
5592
5593 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5594
0e433b32
PA
55952015-08-20 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.server/solib-list.exp: No longer expect an interior stop in
5598 non-stop mode.
5599
221e1a37
PA
56002015-08-20 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.server/connect-stopped-target.c: New file.
5603 * gdb.server/connect-stopped-target.exp: New file.
5604
40e3ad0e
PA
56052015-08-20 Pedro Alves <palves@redhat.com>
5606
5607 * gdb.dwarf2/comp-unit-lang.exp: New file.
5608 * gdb.dwarf2/comp-unit-lang.c: New file.
5609
af39b327
PMR
56102015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5611
5612 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5613 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5614
7d45c7c3 56152015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5616
7d45c7c3
KB
5617 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5618 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5619
4d6cceb4
DE
56202015-08-18 Doug Evans <dje@google.com>
5621 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5622
5623 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5624 skip_python_tests. New arg prompt_regexp.
5625 (skip_python_tests): New function.
5626 * lib/mi-support.exp (mi_skip_python_tests): New function.
5627 * gdb.python/py-mi-objfile-gdb.py: New file.
5628 * gdb.python/py-mi-objfile.c: New file.
5629 * gdb.python/py-mi-objfile.exp: New file.
5630
ad89c2aa
KS
56312015-08-17 Keith Seitz <keiths@redhat.com>
5632
5633 * gdb.linespec/explicit.exp: Move strace test from here ...
5634 * gdb.trace/strace.exp: ... to here.
5635
e3ae3c43
PP
56362015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5637
5638 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5639 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5640
604b2636
DE
56412015-08-14 Doug Evans <xdje42@gmail.com>
5642
5643 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5644 inferior before selecting a new file.
5645
6ff0ba5f
DE
56462015-08-14 Doug Evans <xdje42@gmail.com>
5647
5648 * gdb.mi/mi-disassemble.exp: Update.
5649 * gdb.base/disasm-optim.S: New file.
5650 * gdb.base/disasm-optim.c: New file.
5651 * gdb.base/disasm-optim.h: New file.
5652 * gdb.base/disasm-optim.exp: New file.
5653
9ca98f92
KS
56542015-08-14 Keith Seitz <keiths@redhat.com>
5655
5656 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5657 "evaluated-by".
5658
52bbc560
JB
56592015-08-13 Joel Brobecker <brobecker@adacore.com>
5660
5661 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5662
5d8c3ed3
PMR
56632015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5664
5665 * gdb.ada/fun_renaming.exp: New testcase.
5666 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5667 * gdb.ada/fun_renaming/pack.adb: New file.
5668 * gdb.ada/fun_renaming/pack.ads: New file.
5669
ea8812bc
KS
56702015-08-12 Keith Seitz <keiths@redhat.com>
5671
5672 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5673 gdb_get_line_number.
5674
4dafcdeb
JB
56752015-08-12 Joel Brobecker <brobecker@adacore.com>
5676
5677 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5678 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5679 gdb.base/dso2dso.exp: New files.
5680
5ba32597
SDJ
56812015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5682 Pedro Alves <palves@redhat.com>
5683 Keith Seitz <keiths@redhat.com>
5684
5685 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5686 GDBFLAGS.
5687
b6dafabf
PP
56882015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5689
5690 * gdb.base/gdbhistsize-history.exp
5691 (test_histsize_history_setting): Use save_vars.
5692 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5693 Use save_vars.
5694 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5695 * gdb.base/readline.exp: Use save_vars.
5696
abe8e607
PP
56972015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5698
5699 * lib/gdb.exp (save_vars): New proc.
5700
629500fa
KS
57012015-08-11 Keith Seitz <keiths@redhat.com>
5702
5703 * gdb.base/help.exp: Update help_breakpoint_text.
5704
eb8c4e2e
KS
57052015-08-11 Keith Seitz <keiths@redhat.com>
5706
5707 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5708 (at toplevel): Call test_explicit_breakpoints.
5709 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5710 breakpoints.
5711 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5712 breakpoint conditions, "-cond".
5713
87f0e720
KS
57142015-08-11 Keith Seitz <keiths@redhat.com>
5715
5716 * gdb.linespec/3explicit.c: New file.
5717 * gdb.linespec/cpexplicit.cc: New file.
5718 * gdb.linespec/cpexplicit.exp: New file.
5719 * gdb.linespec/explicit.c: New file.
5720 * gdb.linespec/explicit.exp: New file.
5721 * gdb.linespec/explicit2.c: New file.
5722 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5723 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5724 before using in the matching pattern.
5725 Clarify that `prefix' is a regular expression.
5726
f00aae0f
KS
57272015-08-11 Keith Seitz <keiths@redhat.com>
5728
5729 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5730 test.
5731 Add tests for missing ",FMT" and ",".
5732
e27852be
DE
57332015-08-10 Doug Evans <dje@google.com>
5734 Keith Seitz <keiths@redhat.com>
5735
5736 PR gdb/17960
5737 * gdb.base/completion.exp: Add location completer tests.
5738
7f03bd92
PA
57392015-08-07 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5742 tests here.
5743 (top level): Run do_test with and without displaced stepping.
5744
3fc8eb30
PA
57452015-08-07 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.base/valgrind-disp-step.c: New file.
5748 * gdb.base/valgrind-disp-step.exp: New file.
5749
d4569d7b
PA
57502015-08-07 Pedro Alves <palves@redhat.com>
5751
5752 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5753 Delete function.
5754 (main): Add alarm. Run an infinite loop instead of calling
5755 wait_threads.
5756 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5757 comment.
5758 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5759 Delete function.
5760 (main): Add alarm. Run an infinite loop instead of calling
5761 wait_threads.
5762 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5763 comment.
5764
e1316e60
PA
57652015-08-07 Pedro Alves <palves@redhat.com>
5766
5767 * gdb.base/checkpoint-ns.exp: New file.
5768 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5769 standard_testfile.
5770
da8c46d2
MM
57712015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5772
5773 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5774 * gdb.btrace/instruction_history.exp: Update.
5775 * gdb.btrace/tsx.exp: New.
5776 * gdb.btrace/tsx.c: New.
5777
de1c2c52
PA
57782015-08-06 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5781 increase timeout.
5782 * gdb.reverse/until-precsave.exp: Bump timeouts.
5783
782e0bf4
PA
57842015-08-06 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5787
83e97ed0
PA
57882015-08-06 Pedro Alves <palves@redhat.com>
5789
5790 PR gdb/18749
5791 * gdb.threads/process-dies-while-handling-bp.c: New file.
5792 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5793
863d01bd
PA
57942015-08-06 Pedro Alves <palves@redhat.com>
5795
5796 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5797 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5798
0a39bb32
PA
57992015-08-05 Pedro Alves <palves@redhat.com>
5800
5801 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5802 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5803
ee2d2b10
SL
58042015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5805
5806 * gdb.base/bp-permanent.exp: Report test as unsupported if
5807 the target cannot stop at the permanent breakpoint.
5808
4e1bdb00
DE
58092015-08-03 Doug Evans <dje@google.com>
5810
5811 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5812 10000.
5813
3d338901
DE
58142015-08-03 Doug Evans <dje@google.com>
5815
5816 * Makefile.in (workers/%.worker, build-perf): New rule.
5817 (GDB_PERFTEST_MODE): New variable.
5818 (check-perf): Use it.
5819 (clean): Clean up gdb.perf parallel build subdirs.
5820 * lib/build-piece.exp: New file.
5821 * lib/gdb.exp (make_gdb_parallel_path): New function
5822 (standard_output_file, standard_temp_file): Call it.
5823 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5824 of $GDB_PARALLEL.
5825 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5826
af061d3e
DE
58272015-08-03 Doug Evans <dje@google.com>
5828
8e1afc81 5829 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5830 (LOG_FILE_NAME): New global.
5831 (TextReporter.__init__): Initialize self.txt_sum.
5832 (TextReporter.report): Add support for multiple data-points.
5833 Move report to perftest.sum, put raw data in perftest.log.
5834 (TextReporter.start): Open sum and log files.
5835 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5836 * gdb.perf/lib/perftest/testresult.py
5837 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5838
2c8c5d37
PA
58392015-07-31 Pedro Alves <palves@redhat.com>
5840
5841 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5842 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5843 kill_wait_spawned_process instead of explicit "kill -9".
5844 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5845 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5846 kill_wait_spawned_process.
5847 * gdb.base/attach-twice.exp: Likewise.
5848 * gdb.base/attach.exp: Likewise.
5849 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5850 gdb_test_multiple.
5851 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5852 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5853 kill_wait_spawned_process.
5854 * gdb.base/valgrind-infcall.exp: Likewise.
5855 * gdb.multi/multi-attach.exp: Likewise.
5856 * gdb.python/py-prompt.exp: Likewise.
5857 * gdb.python/py-sync-interp.exp: Likewise.
5858 * gdb.server/ext-attach.exp: Likewise.
5859 * gdb.threads/attach-into-signal.exp (corefunc): Use
5860 spawn_wait_for_attach, spawn_id_get_pid and
5861 kill_wait_spawned_process.
5862 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5863 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5864 spawn_id_get_pid and kill_wait_spawned_process.
5865 * gdb.threads/attach-stopped.exp (corefunc): Use
5866 spawn_wait_for_attach, spawn_id_get_pid and
5867 kill_wait_spawned_process.
5868 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5869 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5870 kill_wait_spawned_process instead of explicit "kill -9".
5871 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5872 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5873 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5874 processes. Don't map cygwin/windows pids here. Now returns a
5875 spawn id list.
5876
032a0fca
SL
58772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5878
5879 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5880 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5881 correct patch.
5882
61a934ca
SL
58832015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5884
5885 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5886
4bc4d428
SL
58872015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5888
5889 Reapply:
5890 2014-05-21 Mark Wielaard <mjw@redhat.com>
5891
5892 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5893
998d452a
PA
58942015-07-30 Pedro Alves <palves@redhat.com>
5895
5896 * linux-low.c (handle_extended_wait): Set the child's last
5897 reported status to TARGET_WAITKIND_STOPPED.
5898
69dde7dc
PA
58992015-07-30 Pedro Alves <palves@redhat.com>
5900
5901 PR threads/18600
5902 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5903 only shows inferior 1.
5904
4dd63d48
PA
59052015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5906 Pedro Alves <palves@redhat.com>
5907
5908 PR threads/18600
5909 * gdb.threads/fork-plus-threads.c: New file.
5910 * gdb.threads/fork-plus-threads.exp: New file.
5911
d618e4c5
PP
59122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5913
5914 * gdb.base/batch-preserve-term-settings.exp
5915 (test_terminal_settings_preserved_after_cli_exit): Use
5916 send_quit_command.
5917
1eef6428
PA
59182015-07-29 Pedro Alves <palves@redhat.com>
5919 Don Breazeal <donb@codesourcery.com>
5920
5921 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5922 output from both inferior_spawn_id and gdb_spawn_id.
5923
7da5b897
SDJ
59242015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5925
5926 * gdb.threads/attach-into-signal.exp (corefunc): Use
5927 with_test_prefix on nested loops, uniquefying the test messages.
5928
dac804df
SDJ
59292015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5930
5931 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5932 commit.
5933
06265e53
PP
59342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5935
5936 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5937 New proc.
5938 (test_terminal_settings_preserved_after_sigterm): New test.
5939
18206ca3
PP
59402015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5941
5942 * gdb.base/batch-preserve-term-settings.exp
5943 (test_terminal_settings_preserved_after_cli_exit): New test.
5944
90074d11
PP
59452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5946
5947 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5948 manipulation of saved_gdbflags.
5949 (test_terminal_settings_preserved): Remove global declaration of
5950 the unused variable pagination_prompt. Remove manipulation of
5951 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5952 GDBFLAGS.
5953
eb1a7902
PA
59542015-07-29 Pedro Alves <palves@redhat.com>
5955
5956 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5957
8b75dd3b
PA
59582015-07-29 Pedro Alves <palves@redhat.com>
5959
5960 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5961 at the top.
5962
dedad4e3
PA
59632015-07-29 Pedro Alves <palves@redhat.com>
5964
5965 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5966 (main): Call gdb_unbuffer_output.
5967 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5968 (main): Call gdb_unbuffer_output.
5969 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5970 (main): Call gdb_unbuffer_output.
5971 * gdb.base/call-strs.exp: Adjust to step over the
5972 gdb_unbuffer_output call.
5973 * gdb.base/catch-gdb-caused-signals.c: Include
5974 "../lib/unbuffer_output.c".
5975 (main): Call gdb_unbuffer_output.
5976 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5977 (main): Call gdb_unbuffer_output.
5978 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5979 (main): Call gdb_unbuffer_output.
5980 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5981 (main): Call gdb_unbuffer_output.
5982 * gdb.base/shlib-call.exp: Adjust to step over the
5983 gdb_unbuffer_output call.
5984 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5985 (main): Call gdb_unbuffer_output.
5986 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5987 (main): Call gdb_unbuffer_output.
5988 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5989 (main): Rename to ...
5990 (test): ... this.
5991 (main): Reimplement.
5992 * gdb.base/varargs.exp: Run to test instead of to main.
5993 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5994 (main): Call gdb_unbuffer_output.
5995
58789a91
PA
59962015-07-29 Pedro Alves <palves@redhat.com>
5997
5998 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5999 factore out from mi_continue_dprintf. For call-style dprintfs,
6000 expect dprintf output out of $inferior_spawn_id.
6001 (mi_continue_dprintf): Use mi_expect_dprintf.
6002 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6003 (main): Call gdb_unbuffer_output.
6004
e8376742
PA
60052015-07-29 Pedro Alves <palves@redhat.com>
6006
6007 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6008 (default_mi_gdb_start): Set inferior_spawn_id instead of
6009 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6010 gdb_spawn_id.
6011 (mi_gdb_test): Always expect inferior output from both
6012 $inferior_spawn_id and $gdb_spawn_id.
6013
08280010
PA
60142015-07-29 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6017 send_inferior and $inferior_spawn_id.
6018
4d30e432
PA
60192015-07-29 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.gdb/complaints.exp (test_initial_complaints)
6022 (test_serial_complaints, test_short_complaints): Use
6023 gdb_test_stdio.
6024 (test_empty_complaint): Handle $inferior_spawn_id !=
6025 $gdb_spawn_id.
6026
0d30a335
PA
60272015-07-29 Pedro Alves <palves@redhat.com>
6028
6029 * gdb.base/varargs.exp: Use gdb_test_stdio.
6030
39413b29
PA
60312015-07-29 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6034
7cb000a9
PA
60352015-07-29 Pedro Alves <palves@redhat.com>
6036
6037 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6038
d7b8ac82
PA
60392015-07-29 Pedro Alves <palves@redhat.com>
6040
6041 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6042 parameter into two new parameters, "inf_result" and "gdb_result".
6043 Expect inferior output and gdb output from $inferior_spawn_id and
6044 $gdb_spawn_id, respectively. Adjust all callers.
6045
789c3a0c
PA
60462015-07-29 Pedro Alves <palves@redhat.com>
6047
6048 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6049 of gdb_test_sequence.
6050
77e760c3
PA
60512015-07-29 Pedro Alves <palves@redhat.com>
6052
6053 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6054 (saw_spurious_output): Expect inferior output from
6055 $inferior_spawn_id. Use gdb_test_stdio.
6056
8396d2cd
PA
60572015-07-29 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.base/dprintf.exp: Use standard_testfile. Change
6060 prepare_for_testing call.
6061 (srcfile): Don't set.
6062 (restart): New procedure.
6063 (test_dprintf): New procecure, use to continue over dprintfs.
6064 (test_call, test_agent): New procedures, tests moved here.
6065 Restart gdb and recreate dprintfs. Adjust expected output.
6066
2051d61f
PA
60672015-07-29 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6070
452397af
PA
60712015-07-29 Pedro Alves <palves@redhat.com>
6072
6073 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6074
8aed9555
PA
60752015-07-29 Pedro Alves <palves@redhat.com>
6076
6077 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6078 gdb_test_stdio.
6079
188a61b4
PA
60802015-07-29 Pedro Alves <palves@redhat.com>
6081
6082 * lib/gdb.exp (gdb_test_stdio): New procedure.
6083
12264a45
PA
60842015-07-29 Pedro Alves <palves@redhat.com>
6085
6086 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6087
23ffc893
PA
60882015-07-29 Pedro Alves <palves@redhat.com>
6089
6090 * gdb.base/call-signal-resume.exp: Remove check for
6091 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6092 * gdb.base/unwindonsignal.exp: Likewise.
6093 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6094 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6095
65566918
PA
60962015-07-29 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.base/siginfo-addr.c (pass): New function.
6099 (handler): Call it iff si_addr is correct.
6100 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6101 Set a breakpoint at "pass" and continue to it.
6102
d60a9221
SDJ
61032015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6104
6105 * gdb.python/py-objfile.exp: Make some tests have unique names.
6106 * gdb.python/py-pp-registration.exp: Likewise.
6107
bde40b8f
PA
61082015-07-28 Pedro Alves <palves@redhat.com>
6109
6110 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6111
13e1dec8
SM
61122015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6113
6114 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6115
da33c9a7
SM
61162015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6117
6118 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6119
077836f7
PP
61202015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6121
6122 * gdb.base/gdb-sigterm-2.exp: New test.
6123
b8cc7b2e
DE
61242015-07-25 Doug Evans <xdje42@gmail.com>
6125
6126 Revert:
6127 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6128 (workers/%.worker, build-perf): New rule.
6129 (GDB_PERFTEST_MODE): New variable.
6130 (check-perf): Use it.
6131 (clean): Clean up gdb.perf parallel build subdirs.
6132 * lib/build-piece.exp: New file.
6133 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6134 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6135 name.
6136 (standard_temp_file): Ditto.
6137 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6138 of $GDB_PARALLEL.
6139
c8bd4544
DE
61402015-07-24 Doug Evans <dje@google.com>
6141
6142 * gdb.perf/lib/perftest/utils.py: New file.
6143 * gdb.perf/gm-hello.cc: New file.
6144 * gdb.perf/gm-pervasive-typedef.cc: New file.
6145 * gdb.perf/gm-pervasive-typedef.h: New file.
6146 * gdb.perf/gm-std.cc: New file.
6147 * gdb.perf/gm-std.h: New file.
6148 * gdb.perf/gm-use-cerr.cc: New file.
6149 * gdb.perf/gm-utils.h: New file.
6150 * gdb.perf/gmonster-null-lookup.py: New file.
6151 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6152 * gdb.perf/gmonster-print-cerr.py: New file.
6153 * gdb.perf/gmonster-ptype-string.py: New file.
6154 * gdb.perf/gmonster-runto-main.py: New file.
6155 * gdb.perf/gmonster-select-file.py: New file.
6156 * gdb.perf/gmonster1-null-lookup.exp: New file.
6157 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6158 * gdb.perf/gmonster1-print-cerr.exp: New file.
6159 * gdb.perf/gmonster1-ptype-string.exp: New file.
6160 * gdb.perf/gmonster1-runto-main.exp: New file.
6161 * gdb.perf/gmonster1-select-file.exp: New file.
6162 * gdb.perf/gmonster1.cc: New file.
6163 * gdb.perf/gmonster1.exp: New file.
6164 * gdb.perf/gmonster2-null-lookup.exp: New file.
6165 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6166 * gdb.perf/gmonster2-print-cerr.exp: New file.
6167 * gdb.perf/gmonster2-ptype-string.exp: New file.
6168 * gdb.perf/gmonster2-runto-main.exp: New file.
6169 * gdb.perf/gmonster2-select-file.exp: New file.
6170 * gdb.perf/gmonster2.cc: New file.
6171 * gdb.perf/gmonster2.exp: New file.
6172
6eab34f3
DE
61732015-07-24 Doug Evans <dje@google.com>
6174
6175 * gdb.perf/README: New file.
6176 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6177 * lib/gen-perf-test.exp: New file.
6178
63738bfd
DE
61792015-07-24 Doug Evans <dje@google.com>
6180
6181 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6182 (PerfTest::startup): New function.
6183 (PerfTest::run): Return result of calling body.
6184 (PerfTest::assemble): Rewrite.
6185 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6186 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6187 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6188 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6189 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6190
7b606f95
DE
61912015-07-24 Doug Evans <dje@google.com>
6192
6193 * lib/gdb.exp (clean_restart): Make executable optional.
6194
a97b16b8
DE
61952015-07-24 Doug Evans <dje@google.com>
6196
6197 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6198 compiler_info references.
6199 * gdb.cp/temargs.exp: Ditto.
6200 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6201 (get_compiler_info): Early exit if already computed. Set compiler_info
6202 to "unknown" if there was a problem.
6203 (test_compiler_info): Add function comment. Call get_compiler_info.
6204
35baa57f
DE
62052015-07-24 Doug Evans <dje@google.com>
6206
6207 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6208 (workers/%.worker, build-perf): New rule.
6209 (GDB_PERFTEST_MODE): New variable.
6210 (check-perf): Use it.
6211 (clean): Clean up gdb.perf parallel build subdirs.
6212 * lib/build-piece.exp: New file.
6213 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6214 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6215 name.
6216 (standard_temp_file): Ditto.
6217 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6218 of $GDB_PARALLEL.
6219
6ebea266
DE
62202015-07-24 Doug Evans <dje@google.com>
6221
6222 * lib/future.exp (gdb_default_target_compile): New option
6223 "early_flags".
6224 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6225 --as-needed.
6226
1e76a7e9
SDJ
62272015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6228
6229 * gdb.base/catch-syscall.exp: Call gdb_exit before
6230 gdb_skip_xml_test.
6231
5068630a
PA
62322015-07-24 Pedro Alves <palves@redhat.com>
6233
6234 * gdb.python/py-events.exp: Accept output between the stop event
6235 and the prompt.
6236 * gdb.python/py-evsignal.exp: Likewise.
6237 * gdb.python/py-evthreads.exp: Likewise.
6238
77598427
PA
62392015-07-24 Pedro Alves <palves@redhat.com>
6240
6241 PR gdb/18717
6242 * gdb.threads/non-ldr-exit.c: New file.
6243 * gdb.threads/non-ldr-exit.exp: New file.
6244
11e6c98f
YQ
62452015-07-24 Yao Qi <yao.qi@linaro.org>
6246
6247 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6248 restarting process.
6249
51aee833
YQ
62502015-07-24 Yao Qi <yao.qi@linaro.org>
6251
6252 * gdb.server/ext-restart.exp: New file.
6253
8cfe207c
YQ
62542015-07-24 Yao Qi <yao.qi@linaro.org>
6255
6256 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6257 argument options.
6258 * gdb.server/ext-wrapper.exp: New file.
6259
cc12ce38
DE
62602015-07-23 Doug Evans <dje@google.com>
6261
6262 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6263 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6264
d0d84780
PMR
62652015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6266
6267 * gdb.ada/var_arr_typedef.exp: New testcase.
6268 * gdb.ada/var_arr_typedef/pack.adb: New file.
6269 * gdb.ada/var_arr_typedef/pack.ads: New file.
6270 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6271
8b558f79
JB
62722015-07-20 Joel Brobecker <brobecker@adacore.com>
6273
6274 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6275
775a3298
JK
62762015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6277
6278 * gdb.arch/i386-biarch-core.exp: Replace istarget
6279 by "complete set gnutarget". Remove expectation for the "core-file"
6280 command.
6281
db1ff28b
JK
62822015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6283
6284 Revert the previous commit:
6285 Tests for validate symbol file using build-id.
6286
0a94970d
JK
62872015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6288
6289 Tests for validate symbol file using build-id.
6290 * gdb.base/solib-mismatch-lib.c: New file.
6291 * gdb.base/solib-mismatch-libmod.c: New file.
6292 * gdb.base/solib-mismatch.c: New file.
6293 * gdb.base/solib-mismatch.exp: New file.
6294
03346981
SL
62952015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6296
6297 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6298 nios2-*-linux*.
6299 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6300 * gdb.base/siginfo.exp: Likewise.
6301 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6302
42422cc7
PL
63032015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6304
6305 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6306 Move it to ...
6307 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6308 ... here.
6309 * gdb.trace/range-stepping.exp: Check that the target supports
6310 range stepping.
6311
cfa68bae
JK
63122015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6313
6314 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6315
8ffdba26
PA
63162015-07-14 Pedro Alves <palves@redhat.com>
6317
6318 * gdb.base/killed-outside.exp: New file.
6319 * gdb.base/killed-outside.c: New file.
6320
218a5a11
JK
63212015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6322
6323 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6324 (n at main): New.
6325 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6326
e03ed3c6
AA
63272015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6328
6329 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6330 infcall tests instead of setting up for KFAIL.
6331
485668e5
MM
63322015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6333
6334 * gdb.btrace/record_goto-step.exp: New.
6335
08464196
JK
63362015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6337
6338 PR compile/18484
6339 * gdb.compile/compile.c (struct struct_type): Add volatile to
6340 selffield's type.
6341 * gdb.compile/compile.exp
6342 (compile code struct_object.selffield = &struct_object): Skip further
6343 struct_object tests if this one xfails.
6344
bcf5c1d9
RC
63452015-07-08 Robert O'Callahan <robert@ocallahan.org>
6346
6347 PR exp/18617
6348 * gdb.trace/ax.exp: Add test.
6349
4931af25
YQ
63502015-07-07 Yao Qi <yao.qi@linaro.org>
6351
6352 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6353 instead of istarget "aarch64*-*-*".
6354 * gdb.arch/aarch64-fp.exp: Likewise.
6355 * gdb.base/float.exp: Likewise.
6356 * gdb.reverse/aarch64.exp: Likewise.
6357 * lib/gdb.exp (is_aarch64_target): New proc.
6358
9fcf688e
YQ
63592015-07-07 Yao Qi <yao.qi@linaro.org>
6360
6361 * lib/gdb.exp (is_aarch32_target): New proc.
6362 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6363 instead of "istarget "arm*-*-*"".
6364 * gdb.arch/arm-disp-step.exp: Likewise.
6365 * gdb.arch/thumb-bx-pc.exp: Likewise.
6366 * gdb.arch/thumb-prologue.exp: Likewise.
6367 * gdb.arch/thumb-singlestep.exp: Likewise.
6368 * gdb.base/disp-step-syscall.exp: Likewise.
6369 * gdb.base/float.exp: Likewise.
6370
fbd8d50d
YQ
63712015-07-07 Yao Qi <yao.qi@linaro.org>
6372
6373 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6374 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6375
71be1fdc
YQ
63762015-07-07 Yao Qi <yao.qi@linaro.org>
6377
6378 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6379 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6380 if it exists.
6381 * gdb.multi/multi-arch.exp: Likewise.
6382
3e221d36
SM
63832015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6384
6385 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6386 print.
6387
d441430b
YQ
63882015-07-07 Yao Qi <yao.qi@linaro.org>
6389
6390 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6391
06f810bd
MG
63922015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6393
6394 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6395 '[' and ']' characters.
6396
5e61e7c0
IB
63972015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6398
6399 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6400
28bf096c
PA
64012015-06-29 Pedro Alves <palves@redhat.com>
6402
6403 PR threads/18127
6404 * gdb.threads/hand-call-new-thread.c: New file.
6405 * gdb.threads/hand-call-new-thread.c: New file.
6406
ee93cd5e
KS
64072015-06-26 Keith Seitz <keiths@redhat.com>
6408 Doug Evans <dje@google.com>
6409
6410 PR 16253
6411 * gdb.cp/var-tag-2.cc: New file.
6412 * gdb.cp/var-tag-3.cc: New file.
6413 * gdb.cp/var-tag-4.cc: New file.
6414 * gdb.cp/var-tag.cc: New file.
6415 * gdb.cp/var-tag.exp: New file.
6416
fc637f04
PP
64172015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6418
6419 * gdb.base/history-duplicates.exp: New test.
6420
2e52ae68
PP
64212015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6422
6423 * gdb.base/completion.exp: Test the completion of the "focus"
6424 command.
6425
6e22494e
JK
64262015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6427
6428 * gdb.arch/amd64-prologue-skip.S: New file.
6429 * gdb.arch/amd64-prologue-skip.exp: New file.
6430
bf7b9cd9
SM
64312015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6432
6433 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6434 is_address_zero_readable check.
6435
201e8dfd
PB
64362015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6437
6438 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6439 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6440
5cd867b4
YQ
64412015-06-24 Yao Qi <yao.qi@linaro.org>
6442
6443 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6444 linux targets.
6445
4d7be007
YQ
64462015-06-24 Yao Qi <yao.qi@linaro.org>
6447
6448 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6449 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6450 * gdb.base/siginfo-thread.exp: Likewise.
6451
07fcd301
YQ
64522015-06-22 Yao Qi <yao.qi@linaro.org>
6453
6454 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6455
52042a00
YQ
64562015-06-22 Yao Qi <yao.qi@linaro.org>
6457
6458 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6459 aarch64*-*-*.
6460 (skip_hw_watchpoint_tests): Likewise.
6461
74bd41ce
PP
64622015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6463
6464 * gdb.base/gdbinit-history.exp: Test the interaction between
6465 setting GDBHISTSIZE and setting the history size via .gdbinit.
6466
bc460514
PP
64672015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6468
6469 PR gdb/16999
6470 * gdb.base/gdbhistsize-history.exp: New test.
6471
b58c513b
PP
64722015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6473
6474 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6475 with GDBHISTSIZE.
6476 * gdb.base/readline.exp: Likewise.
6477
92046791
YQ
64782015-06-17 Yao Qi <yao.qi@linaro.org>
6479
6480 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6481 line.
6482
2093d2d3
PP
64832015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6484
6485 * gdb.base/gdbinit-history.exp: Add test case to check that
6486 an unlimited history file does not get truncated on exit.
6487
e6c693af
AA
64882015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6489
6490 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6491 (VECTOR): New macro. Use it...
6492 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6493 ...for these typedefs.
6494 (int8, char1, int1, double1): New typedefs.
6495 (struct just_int2, struct two_int2): New structures.
6496 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6497 (add_structvecs, add_singlevecs): New functions.
6498 (main): Call add_some_intvecs twice.
6499 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6500 the compile and exit upon failure. Try compiling for the "native"
6501 architecture. Test inferior function calls with vector arguments
6502 and vector return value handling with "finish" and "return".
6503
c74f7d1c
JT
65042015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6505
6506 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6507 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6508 PE file.
6509 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6510
98aa42ee
AT
65112015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6512
6513 PR breakpoints/16465
6514 * gdb.mi/mi-dprintf-pending.c: New file.
6515 * gdb.mi/mi-dprintf-pending.exp: New test.
6516 * gdb.mi/mi-dprintf-pendshr.c: New file.
6517
7d73c23c 65182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6519 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6520
6521 * gdb.arch/i386-mpx-map.c: New file.
6522 * gdb.arch/i386-mpx-map.exp: New File.
6523
65242015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6525
6526 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6527 * gdb.arch/i386-mpx.exp: Indentation fixed.
6528
65292015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6530
6531 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6532 function and improved indentation.
6533 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6534 gdb_test_multiple. Added additional tests to skip the test.
6535
65362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6537
6538 * gdb.arch/i386-avx512.c: Change path in include file.
6539 * gdb.arch/i386-avx512.exp: Change include dir path
6540 compilation flag.
6541 * gdb.arch/i386-mpx.c: Change path in include file.
6542 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6543 flag.
6544
d5eba19a
JK
65452015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6546
6547 * gdb.compile/compile-print.exp (compile print *vararray@3)
6548 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6549
7f361056
JK
65502015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6551
6552 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6553 (do not keep jit in memory): ... this.
6554 (expect 5): Change it to ...
6555 (expect no 5): ... this.
6556
3b462ec2
SM
65572015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6558
6559 PR gdb/15564
6560 * gdb.mi/mi-detach.exp: New file.
6561
e0619de6
JK
65622015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6563
6564 PR symtab/18392
6565 * gdb.arch/amd64-tailcall-self.S: New file.
6566 * gdb.arch/amd64-tailcall-self.c: New file.
6567 * gdb.arch/amd64-tailcall-self.exp: New file.
6568
e970cb34
DB
65692015-05-28 Don Breazeal <donb@codesourcery.com>
6570
6571 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6572 tests for remote targets by checking is_target_gdbserver.
6573
b2e2f908
DE
65742015-05-27 Doug Evans <dje@google.com>
6575
6576 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6577 * gdb.dwarf2/opaque-type-lookup.c: New file.
6578 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6579
82c7be31
DE
65802015-05-26 Doug Evans <dje@google.com>
6581
6582 * gdb.cp/iostream.cc: New file.
6583 * gdb.cp/iostream.exp: New file.
6584
b4f54984
DE
65852015-05-26 Doug Evans <dje@google.com>
6586
6587 * gdb.dwarf2/dw2-op-call.exp: Update.
6588 * gdb.dwarf2/dw4-sig-types.exp: Update.
6589 * gdb.dwarf2/implptr.exp: Update.
6590 * gdb.mi/mi-cmd-param-changed.exp: Update.
6591
4ea6efe9
DE
65922015-05-26 Doug Evans <dje@google.com>
6593
6594 * gdb.python/py-lazy-string.c: New file.
6595 * gdb.python/py-lazy-string.exp: New file.
6596 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6597 (main): Update. Add estring3.
6598 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6599 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6600
f6bb7db3
YQ
66012015-05-26 Omair Javaid <omair.javaid@linaro.org>
6602 Yao Qi <yao.qi@linaro.org>
6603
6604 * gdb.reverse/aarch64.c: New.
6605 * gdb.reverse/aarch64.exp: New.
6606
a81bfbd0
OJ
66072015-05-26 Omair Javaid <omair.javaid@linaro.org>
6608
25d49b86
PA
6609 * lib/gdb.exp (supports_process_record): Return true for
6610 aarch64*-linux*.
a81bfbd0
OJ
6611 (supports_reverse): Likewise.
6612
158bf1b4
PP
66132015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6614
6615 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6616 Use with_test_prefix.
6617
a0145030
AB
66182015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6619
6620 * gdb.base/completion.exp: Add test for completion of layout
6621 names.
6622
ebe3b578
AB
66232015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6624
6625 * lib/gdb.exp (skip_tui_tests): New proc.
6626 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6627
84204ed7
PA
66282015-05-19 Pedro Alves <palves@redhat.com>
6629
6630 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6631 Save the whole env array instead of just HOME. Unset HISTSIZE in
6632 the environment while testing. Restore whole environment
6633 afterwards.
6634
37442ce1
DE
66352015-05-16 Doug Evans <xdje42@gmail.com>
6636
6637 * gdb.guile/scm-ports.c: New file.
6638 * gdb.guile/scm-ports.exp: Add memory port tests.
6639
36de76f9
JK
66402015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6641
6642 * gdb.compile/compile-print.c: New file.
6643 * gdb.compile/compile-print.exp: New file.
6644
3a9558c4
JK
66452015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6646
6647 * gdb.compile/compile-ops.exp: Cast param to void.
6648 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6649 (compile code struct_object.selffield = &struct_object): Add xfail.
6650
aa715135
JG
66512015-05-15 Joel Brobecker <brobecker@adacore.com>
6652
6653 * gdb.ada/arr_enum_with_gap: New testcase.
6654
931e5bc3
JG
66552015-05-15 Joel Brobecker <brobecker@adacore.com>
6656
6657 * gdb.ada/byte_packed_arr: New testcase.
6658
9cd4d857
JB
66592015-05-15 Joel Brobecker <brobecker@adacore.com>
6660
6661 * gdb.ada/pckd_neg: New testcase.
6662
ebfd00d2
PP
66632015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6664
6665 PR gdb/17820
6666 * gdb.base/gdbinit-history.exp: New test.
6667 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6668 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6669
4c082a81
SC
66702015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6671
6672 * gdb.python/py-xmethods.cc: Enhance test case.
6673 * gdb.python/py-xmethods.exp: New tests.
6674 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6675 function.
6676 (B_indexoper): Likewise.
6677 (global_dm_list) : Add new xmethod worker functions.
6678
f7797074
SDJ
66792015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6680
6681 * gdb.base/coredump-filter.exp: Correctly unset
6682 "coredump_var_addr" array.
6683
a4674e4e
PA
66842015-05-08 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.server/non-existing-program.exp: Unset spawn_id.
6687
df2eb078
SC
66882015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6689
6690 PR python/18291
6691 * gdb.python/py-xmethods.exp: Add tests.
6692
422349a3
YQ
66932015-05-08 Yao Qi <yao.qi@linaro.org>
6694
6695 PR gdb/18208
6696 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6697 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6698 function set_coredump_filter, and remove remote_exec call.
6699 Remove argument ipid. Callers update.
6700 (top level): Don't get inferior's PID.
6701
63fc80ce
AA
67022015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6703
6704 * gdb.base/watch_thread_num.exp: Skip test on targets without
6705 access watchpoints.
6706
80ad801e
PA
67072015-05-06 Pedro Alves <palves@redhat.com>
6708
6709 PR server/18081
6710 * gdb.server/non-existing-program.exp: New file.
6711
0fa7fe50
JB
67122015-05-05 Joel Brobecker <brobecker@adacore.com>
6713
6714 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6715
3ea89b92
PMR
67162015-05-05 Joel Brobecker <brobecker@adacore.com>
6717
6718 * gdb.ada/out_of_line_in_inlined: New testcase.
6719
87b8eff0
JB
67202015-05-05 Joel Brobecker <brobecker@adacore.com>
6721
6722 * gdb.ada/var_rec_arr: New testcase.
6723
5fccc635
YQ
67242015-04-30 Yao Qi <yao.qi@linaro.org>
6725
6726 * gdb.base/break-idempotent.exp: If
6727 skip_hw_watchpoint_multi_tests returns true, skip the tests
6728 on "rwatch" and "awatch".
6729
42d38f42
YQ
67302015-04-30 Yao Qi <yao.qi@linaro.org>
6731
6732 * gdb.base/relativedebug.exp: Invoke gdb command
6733 "info sharedlibrary", and if libc.so doesn't have debug info,
6734 skip the test.
6735
2ce1cdbf
DE
67362015-04-29 Doug Evans <dje@google.com>
6737
6738 * gdb.python/py-xmethods.exp: Add ptype tests.
6739 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6740 get_result_type method.
6741
f24a38c5
LM
67422015-04-29 Luis Machado <lgustavo@codesourcery.com>
6743
6744 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6745 the target does not support hardware watchpoints.
6746
ecbf2b3c
LM
67472015-04-29 Luis Machado <lgustavo@codesourcery.com>
6748
6749 * gdb.base/break-always.exp: Abort testing if writing to memory
6750 causes an error.
6751
34f5f757
DE
67522015-04-28 Doug Evans <dje@google.com>
6753
6754 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6755 * gdb.python/py-pp-registration.exp: ... here. New file.
6756 * gdb.python/py-pp-registration.c: New file.
6757 * gdb.python/py-pp-registration.py: New file.
6758
69b4374a
DE
67592015-04-28 Doug Evans <dje@google.com>
6760
6761 * gdb.python/py-bad-printers.c: New file.
6762 * gdb.python/py-bad-printers.py: New file.
6763 * gdb.python/py-bad-printers.exp: New file.
6764
59fb7612
SS
67652015-04-28 Sasha Smundak <asmundak@google.com>
6766
6767 * gdb.python/py-type.exp: New test.
6768
2631b16a
AW
67692015-04-28 Andy Wingo <wingo@igalia.com>
6770
6771 * gdb.python/py-parameter.exp:
6772 * gdb.guile/scm-parameter.exp: Escape the path that we are
6773 matching against, as it might contain characters that are special
6774 to regular expressions.
6775
460efde1
JB
67762015-04-27 Joel Brobecker <brobecker@adacore.com>
6777
6778 * gdb.ada/rec_comp: New testcase.
6779
2d369d8e
SDJ
67802015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6781
6782 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6783 before using it.
6784
cf75d6c3
AB
67852015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6786
6787 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6788 new tests for verilog output.
6789
8dbe7ca5
YQ
67902015-04-24 Yao Qi <yao.qi@linaro.org>
6791
6792 * boards/remote-gdbserver-on-localhost.exp: New file.
6793
4ef9fb2f
PA
67942015-04-23 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6797 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6798 "end of file", remove $inferior_spawn_id from the indirect list.
6799
0a803169
PA
68002015-04-23 Pedro Alves <palves@redhat.com>
6801
6802 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6803
749ef8f8
PA
68042015-04-23 Pedro Alves <palves@redhat.com>
6805
6806 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6807 on $any_spawn_id instead of only on $gdb_spawn_id.
6808
8aae4344
PM
68092015-04-21 Pierre Muller <muller@sourceware.org>
6810
6811 PR pascal/17815
6812 * lib/pascal.exp (gpc_compile): Add new option "class".
6813 (fpc_compile): Likewise.
6814 * gdb.pascal/case-insensitive-symbols.pas: New file.
6815 * gdb.pascal/case-insensitive-symbols.exp: New file.
6816
1586c8fb
GB
68172015-04-20 Gary Benson <gbenson@redhat.com>
6818
6819 * gdb.base/attach.exp: Fix three extended remote failures.
6820
1b6e6f5c
GB
68212015-04-17 Gary Benson <gbenson@redhat.com>
6822
6823 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6824 the main executable over the remote protocol.
6825
e797481d
PA
68262015-04-16 Pedro Alves <palves@redhat.com>
6827
6828 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6829 a new gdbserver if gdbserver_reconnect_p is set.
6830
1ca99c42
PA
68312015-04-16 Pedro Alves <palves@redhat.com>
6832
6833 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6834 is set, don't exit gdbserver.
6835
af9fd6f8
AA
68362015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6837
6838 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6839 appropriate .insn, such that an older assembler can be used.
6840 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6841 the z/Architecture instruction set on 31-bit targets as well.
6842
04ff1e61
AA
68432015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6844
6845 * gdb.go/handcall.exp: Remove all logic related to the first
6846 breakpoint and rely on go_runto_main instead.
6847 * gdb.go/strings.exp: Likewise.
6848 * gdb.go/unsafe.exp: Likewise.
6849 * gdb.go/hello.exp: Likewise. Also rename the remaining
6850 breakpoint marker to "breakpoint 1".
6851 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6852 * gdb.go/strings.go: Likewise.
6853 * gdb.go/unsafe.go: Likewise.
6854 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6855 "set breakpoint 2 here" and rename the remaining breakpoint marker
6856 to "breakpoint 1".
6857
40d2f8d6
SM
68582015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6859
6860 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6861 if itertools.imap is not present.
6862 * gdb.python/py-objfile.exp: Add parentheses.
6863 * gdb.python/py-type.exp: Same.
6864 * gdb.python/py-unwind-maint.py: Same.
6865
8cbc97c6
YQ
68662015-04-15 Yao Qi <yao.qi@linaro.org>
6867
6868 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6869 of ":$ptr_size" and set its form explicitly.
6870
45fd756c
YQ
68712015-04-15 Pedro Alves <palves@redhat.com>
6872 Yao Qi <yao.qi@linaro.org>
6873
6874 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6875 timeout by factor of 4.
6876 (test_regular_watch): Likewise.
6877 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6878 * gdb.reverse/sigall-reverse.exp: Likewise.
6879 * gdb.reverse/until-precsave.exp: Likewise.
6880 * lib/gdb.exp (with_timeout_factor): New proc.
6881 (gdb_expect): Move some code to ...
6882 (get_largest_timeout): ... here. New procedure.
6883
9e811bc3
LM
68842015-04-14 Luis Machado <lgustavo@codesourcery.com>
6885
6886 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6887
0ff6fcb2
LM
68882015-04-13 Luis Machado <lgustavo@codesourcery.com>
6889
6890 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6891 to write to the .text section.
6892
7578d5f7
LM
68932015-04-13 Luis Machado <lgustavo@codesourcery.com>
6894
6895 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6896 Handle the case of targets that do not provide PID information.
6897
2efe15c4
YQ
68982015-04-13 Yao Qi <yao.qi@linaro.org>
6899
6900 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6901 and use expect instead of gdb_expect.
6902
8cd8f2f8
SDJ
69032015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6904
6905 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6906 "coredump_var_addr" to avoid naming conflict with other testcases.
6907
9ee41772
PA
69082015-04-10 Pedro Alves <palves@redhat.com>
6909
6910 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6911 gdb_test_sequence and gdb_assert.
6912
07473109
PA
69132015-04-10 Pedro Alves <palves@redhat.com>
6914
6915 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6916 test messages that don't include the breakpoint address.
6917
de3db44c
YQ
69182015-04-10 Yao Qi <yao.qi@linaro.org>
6919
6920 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6921 false for some offset and width combinations which aren't
6922 supported by linux kernel.
6923
c79d856c
PA
69242015-04-10 Pedro Alves <palves@redhat.com>
6925
6926 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6927 procedure, factored out from ...
6928 (top level): ... here. Add "set displaced-stepping" testing axis.
6929 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6930 parameter "displaced". Use it.
6931 (top level): Use foreach and add "set displaced-stepping" testing
6932 axis.
6933
ebc90b50
PA
69342015-04-10 Pedro Alves <palves@redhat.com>
6935
6936 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6937 Remove comment.
6938 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6939 both the address of the instruction that triggers the watchpoint
6940 and the address of the instruction immediately after, and use
6941 those addresses for the test. Fix comment.
6942
8f572e5c
PA
69432015-04-10 Pedro Alves <palves@redhat.com>
6944
6945 * gdb.base/sigstep.exp (breakpoint_to_handler)
6946 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6947 Test "backtrace" in handler.
6948 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6949 (top level): Add new "displaced" test axis to
6950 breakpoint_to_handler, breakpoint_to_handler_entry and
6951 breakpoint_over_handler.
6952
8d707a12
PA
69532015-04-10 Pedro Alves <palves@redhat.com>
6954
6955 PR gdb/18216
6956 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6957
ef713951
YQ
69582015-04-10 Yao Qi <yao.qi@linaro.org>
6959
6960 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6961 (test_add_rn_pc): New function.
6962 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6963 (top level): Invoke test_add_rn_pc.
6964
906d60cf
PA
69652015-04-10 Pedro Alves <palves@redhat.com>
6966
6967 PR gdb/13858
6968 * gdb.base/step-over-no-symbols.exp: New file.
6969
f2983cc3
AW
69702015-04-09 Andy Wingo <wingo@igalia.com>
6971
6972 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6973 after the Python tests.
6974
6d62641c
SDJ
69752015-04-08 Keith Seitz <keiths@redhat.com>
6976
6977 PR python/16699
6978 * gdb.python/py-completion.exp: New tests for completion.
6979 * gdb.python/py-completion.py (CompleteLimit1): New class.
6980 (CompleteLimit2): Likewise.
6981 (CompleteLimit3): Likewise.
6982 (CompleteLimit4): Likewise.
6983 (CompleteLimit5): Likewise.
6984 (CompleteLimit6): Likewise.
6985 (CompleteLimit7): Likewise.
6986
f3770638
PA
69872015-04-08 Pedro Alves <palves@redhat.com>
6988
6989 PR gdb/18214
6990 PR gdb/18216
6991 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6992 function.
6993 (main): Install it as SIGUSR1 handler.
6994 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6995 parameter. Always use "setup" as prefix. Toggle "set
6996 displaced-stepping" off/on depending on global. Don't switch to
6997 thread 1 here.
6998 (top level): Add displaced stepping "off/on" test axis. Update
6999 "setup" calls. Wrap each subtest with with_test_prefix. Test
7000 continuing with a queued signal in each thread.
7001
4496bed7
PA
70022015-04-08 Pedro Alves <palves@redhat.com>
7003
7004 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7005 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7006 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7007 Return early if running to main fails.
7008 * gdb.trace/while-stepping.exp: Likewise.
7009
b97fde92
PA
70102015-04-07 Pedro Alves <palves@redhat.com>
7011
7012 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7013 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7014 interact with inferior program.
7015
f71c18e7
PA
70162015-04-07 Pedro Alves <palves@redhat.com>
7017
7018 * lib/gdb.exp (inferior_spawn_id): New global.
7019 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7020 spawn id after processing the user code.
7021 (default_gdb_start): Set inferior_spawn_id.
7022 (send_inferior): New procedure.
7023 * lib/gdbserver-support.exp (gdbserver_start): Set
7024 inferior_spawn_id.
7025 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7026
6423214f
PA
70272015-04-07 Pedro Alves <palves@redhat.com>
7028
7029 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7030 * lib/gdbserver-support.exp (gdbserver_start): Make
7031 $server_spawn_id global.
7032 (gdbserver_start): Don't wait for gdbserver's spawn id with
7033 expect_background.
7034 (close_gdbserver): New procedure.
7035 (gdb_exit): Rename the default version and reimplement.
7036
71c0ee8c
PA
70372015-04-07 Pedro Alves <palves@redhat.com>
7038
72f4393d 7039 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7040 append the substituted item, not the original item.
7041
203bc29b
PA
70422015-04-07 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7045 gdb_expect.
7046
508a3ddf
PA
70472015-04-07 Pedro Alves <palves@redhat.com>
7048
7049 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7050 output appearing once only.
7051
9f6dbe2b
PA
70522015-04-07 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7055 that doesn't expect anything. Return early if running to main
7056 fails.
7057
337532fa
YQ
70582015-04-07 Yao Qi <yao.qi@linaro.org>
7059
7060 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7061 (child_function): Call alarm.
7062 (main): Move call to alarm into the loop.
7063 * gdb.threads/non-stop-fair-events.exp: Build program with
7064 -DTIMEOUT=$timeout.
7065
01b622d4
DE
70662015-04-06 Doug Evans <xdje42@gmail.com>
7067
7068 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7069 Fix dest parameter to board_info.
7070 (fpc_compile): Ditto.
7071 (gdb_compile_pascal): Rename dest arg to destfile.
7072
961f4160
PMR
70732015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7074
7075 * gdb.ada/funcall_ref.exp: New file.
7076 * gdb.ada/funcall_ref/foo.adb: New file.
7077
cafda597
YQ
70782015-04-02 Yao Qi <yao.qi@linaro.org>
7079
7080 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7081 is remote.
7082
fed040c6
GB
70832015-04-02 Gary Benson <gbenson@redhat.com>
7084
7085 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7086
d11916aa
SS
70872015-04-01 Sasha Smundak <asmundak@google.com>
7088
7089 * gdb.python/py-unwind-maint.c: New file.
7090 * gdb.python/py-unwind-maint.exp: New test.
7091 * gdb.python/py-unwind-maint.py: New file.
7092 * gdb.python/py-unwind.c: New file.
7093 * gdb.python/py-unwind.exp: New test.
7094 * gdb.python/py-unwind.py: New test.
7095
a1471180
PA
70962015-04-01 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7099 to fail instead of non-existent $test.
7100
0bbeccb1
PA
71012015-04-01 Pedro Alves <palves@redhat.com>
7102
7103 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7104 GDBFLAGS if not empty.
7105
3c724c8c
PMR
71062015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7107
7108 * gdb.ada/complete.exp: Remove "multi_line".
7109 * gdb.ada/info_exc.exp: Remove "multi_line".
7110 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7111 * gdb.ada/ptype_field.exp: Remove "multi_line".
7112 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7113 * gdb.ada/tagged.exp: Remove "multi_line".
7114 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7115 [multi_line ...]
7116 * gdb.btrace/delta.exp: Likewise.
7117 * gdb.btrace/exception.exp: Likewise.
7118 * gdb.btrace/function_call_history.exp: Likewise.
7119 * gdb.btrace/instruction_history.exp: Likewise.
7120 * gdb.btrace/nohist.exp: Likewise.
7121 * gdb.btrace/record_goto.exp: Likewise.
7122 * gdb.btrace/segv.exp: Likewise.
7123 * gdb.btrace/stepi.exp: Likewise.
7124 * gdb.btrace/tailcall.exp: Likewise.
7125 * gdb.btrace/unknown_functions.exp: Likewise.
7126 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7127 * lib/gdb.exp: Add the "multi_line" helper.
7128
4eec2deb
PA
71292015-04-01 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.threads/tid-reuse.c: New file.
7132 * gdb.threads/tid-reuse.exp: New file.
7133
df8411da
SDJ
71342015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7135
7136 PR corefiles/16092
7137 * gdb.base/coredump-filter.c: New file.
7138 * gdb.base/coredump-filter.exp: Likewise.
7139
6ef37366
PM
71402015-03-27 Petr Machata <pmachata@redhat.com>
7141
7142 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7143 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7144 (Dwarf::assemble): Initialize them.
7145 (Dwarf::lines): New function.
7146
7ec911b0
JT
71472015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7148
7149 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7150 SYMBOL_PREFIX for x86_64-*-cygwin.
7151
ff908ebf
AW
71522015-03-26 Andy Wingo <wingo@igalia.com>
7153
7154 PR symtab/18148
7155 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7156 const_value but not a location.
7157 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7158 location defined in non-main CUs are visible.
7159
6d5f0679
YQ
71602015-03-26 Yao Qi <yao.qi@linaro.org>
7161
7162 PR testsuite/18139
7163 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7164 Add a line number entry for the same line.
7165 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7166 Add a line number entry for the same line.
7167
2898689b
YQ
71682015-03-26 Yao Qi <yao.qi@linaro.org>
7169
7170 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7171 .int 0.
7172 (func): Likewise. Add .Lfunc_1 label.
7173 Use .Lfunc_1 label.
7174 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7175 .int 0.
7176 (func): Likewise.
7177 Use .Lfunc_1 label.
7178
85180498
YQ
71792015-03-26 Yao Qi <yao.qi@linaro.org>
7180
7181 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7182 Call gdb_compile instead to compile each .s files without debug
7183 information.
7184
8aa08a8d
YQ
71852015-03-26 Yao Qi <yao.qi@linaro.org>
7186
7187 * gdb.base/savedregs.exp (process_saved_regs): Make
7188 "Saved registers:" optional in the pattern.
7189
66849923
MM
71902015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7191
7192 * gdb.btrace/next.exp: Merged into step.exp.
7193 * gdb.btrace/finish.exp: Merged into step.exp.
7194 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7195 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7196 "record goto" and checking the exact replay position.
7197 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7198 check for "Recording format" in "info record" output.
7199 * gdb.btrace/record_goto.exp: Choose test file based on target.
7200 * gdb.btrace/x86-record_goto.S: Renamed into ...
7201 * gdb.btrace/x86_64-record_goto.S: ... this.
7202 * gdb.btrace/i686-record_goto.S: New.
7203 * gdb.btrace/x86-tailcall.S: Renamed into ...
7204 * gdb.btrace/x86_64-tailcall.S: ... this.
7205 * gdb.btrace/i686-tailcall.S: New.
7206 * gdb.btrace/x86-tailcall.c: Renamed into ...
7207 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7208 separate statements. Update test.
7209 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7210 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7211 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7212 * gdb.btrace/tailcall.exp: Choose test file based on target.
7213 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7214
11cc1b74
MM
72152015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7216
7217 * gdb.btrace/exception.exp: Increase BTS buffer size.
7218
a25d8bf9
PA
72192015-03-24 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7222
856e7dd6
PA
72232015-03-24 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.threads/schedlock.exp (test_step): No longer expect that
7226 "set scheduler-locking step" with "next" over a function call runs
7227 threads unlocked.
7228
ad235a41
AT
72292015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7230
7231 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7232
15630549
AT
72332015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7234
7235 PR breakpoints/16466
7236 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7237 * gdb.mi/mi-pending.c (thread_func): New function.
7238 (int main): Add threading support required.
7239 * gdb.mi/mi-pending.exp: Add tests for this issue.
7240 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7241 (pendfunc2): Remove stdio dependency.
7242 * gdb.mi/mi-pendshr2.c: New file.
7243
693dca06
KS
72442015-03-23 Keith Seitz <keiths@redhat.com>
7245
7246 * gdb.linespec/keywords.c: New file.
7247 * gdb.linespec/keywords.exp: New file.
7248
7e993ebf
KS
72492015-03-23 Keith Seitz <keiths@redhat.com>
7250
7251 PR gdb/18021
7252 * gdb.dwarf2/staticvirtual.exp: New test.
7253
bc23328c
JK
72542015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7255
7256 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7257 * README: Remove HP-UX and gdb.hp.
7258 (configuration):
7259 * configure: Regenerate.
7260 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7261 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7262 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7263 gdb.hp/gdb.defects/Makefile.
7264 * gdb.hp/Makefile.in: File deleted.
7265 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7266 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7267 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7268 * gdb.hp/gdb.aCC/run.c: File deleted.
7269 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7270 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7271 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7272 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7273 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7274 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7275 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7276 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7277 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7278 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7279 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7280 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7281 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7282 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7283 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7284 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7285 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7286 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7287 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7288 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7289 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7290 * gdb.hp/gdb.compat/average.c: File deleted.
7291 * gdb.hp/gdb.compat/sum.c: File deleted.
7292 * gdb.hp/gdb.compat/xdb.c: File deleted.
7293 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7294 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7295 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7296 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7297 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7298 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7299 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7300 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7301 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7302 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7303 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7304 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7305 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7306 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7307 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7308 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7309 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7310 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7311 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7312 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7313 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7314 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7315 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7316 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7317 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7318 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7319 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7320 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7321 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7322 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7323 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7324 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7325 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7326 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7327 * gdb.hp/tools/odump: File deleted.
7328
8bf3b159
PA
73292015-03-19 Pedro Alves <palves@redhat.com>
7330
7331 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7332 (saw_thread_3): New globals.
7333 (top level): Increment them when an event for the corresponding
7334 thread is seen.
7335 (no thread starvation): New test.
7336
eb54c8bf
PA
73372015-03-19 Pedro Alves <palves@redhat.com>
7338
7339 * gdb.threads/continue-pending-status.c: New file.
7340 * gdb.threads/continue-pending-status.exp: New file.
7341
32d2e5d6
PA
73422015-03-18 Pedro Alves <palves@redhat.com>
7343
7344 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7345 Use gdb_is_target_remote instead of is_remote. Use
7346 gdb_test_multiple instead of gdb_expect. Exit early if
7347 gdb_test_multiple hits its internal matches. Tighten stepi tests
7348 expected output. Fail on exit with any signal, instead of just
7349 SIGILL.
7350
f68f11b7
YQ
73512015-03-18 Yao Qi <yao.qi@linaro.org>
7352
7353 PR tdep/18107
7354 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7355 variable.
7356 * gdb.base/catch-syscall.exp: Don't skip it on
7357 aarch64*-*-linux* target. Remove elements in all_syscalls.
7358 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7359 target.
7360 (setup_all_syscalls): New proc.
7361
ca5fd19b
YQ
73622015-03-16 Yao Qi <yao.qi@linaro.org>
7363
7364 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7365 (top level): Skip tests if valid_addr_p returns false for
7366 $cmd1 or $cmd2.
7367
85642ba0
AW
73682015-03-11 Andy Wingo <wingo@igalia.com>
7369
7370 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7371
e03f9645
YQ
73722015-03-11 Yao Qi <yao.qi@linaro.org>
7373
7374 * gdb.base/catch-syscall.exp: Fix typo in comments.
7375
5d0962b2
YQ
73762015-03-11 Yao Qi <yao.qi@linaro.org>
7377
7378 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7379
b2df3cef
PA
73802015-03-09 Pedro Alves <palves@redhat.com>
7381
7382 * dg-extract-results.py: Delete.
7383
ef878e53
PA
73842015-03-09 Pedro Alves <palves@redhat.com>
7385
7386 Merge dg-extract-results.sh from GCC upstream (r218843).
7387
7388 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7389 * dg-extract-results.sh: Use --text with grep to avoid issues with
7390 binary files. Fall back to cat -v, if that doesn't work.
7391
9494d219
PA
73922015-03-05 Pedro Alves <palves@redhat.com>
7393
7394 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7395
a8d9763a
SM
73962015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7397
7398 * lib/mi-support.exp (mi_expect_interrupt): Accept
7399 alternative event for when in all-stop mode.
7400
be9957b8
PA
74012015-03-04 Pedro Alves <palves@redhat.com>
7402
7403 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7404
d57be0f4 74052015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7406
7407 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7408
c214c7cf
AA
74092015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7410
7411 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7412 regexps for GDB's current line display, accept a hex address
7413 preceding the line number.
7414
6d74a497
AA
74152015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7416
7417 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7418 the 'arch1' variable for "s390*-linux*" targets.
7419
511aee7c
PA
74202015-03-04 Pedro Alves <palves@redhat.com>
7421
7422 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7423 (main): Pass missing retval argument to pthread_join call.
7424
95e50b27
PA
74252015-03-02 Pedro Alves <palves@redhat.com>
7426
7427 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7428 (top level): Call do_test with non-stop as well.
7429
28054d69
PA
74302015-03-02 Pedro Alves <palves@redhat.com>
7431
7432 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7433 -1.
7434
4fa5d7b4
AA
74352015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7436
7437 * gdb.arch/s390-vregs.exp: New test.
7438 * gdb.arch/s390-vregs.S: New file.
7439
97c18565
PA
74402015-02-27 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7443 call to catch_command_errors.
7444 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7445 catch_command_errors.
7446
a37bfa30
PA
74472015-02-27 Pedro Alves <palves@redhat.com>
7448
7449 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7450 "true" for boolean result.
7451 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7452 prototype of main.
7453
6f98576f
PA
74542015-02-27 Pedro Alves <palves@redhat.com>
7455
7456 * lib/unbuffer_output.c: New file.
7457 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7458 (main): Call gdb_unbuffer_output.
7459
eba5ab56
YQ
74602015-02-27 Yao Qi <yao.qi@linaro.org>
7461
7462 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7463 target.
7464
0def5aaa
DE
74652015-02-26 Doug Evans <dje@google.com>
7466
7467 * gdb.cp/class2.cc (Dbase, D): New classes.
7468 (main): New local delta.
7469 * gdb.cp/class2.exp: Test printing delta.
7470 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7471 (dynbar): New global.
7472 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7473
081a1c2c
JK
74742015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7475
7476 * gdb.compile/compile-ifunc.c: New file.
7477 * gdb.compile/compile-ifunc.exp: New file.
7478
2f41223f
AT
74792015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7480
7481 * gdb.base/structs.exp: Check for correct struct on finish.
7482
03eddd80
YQ
74832015-02-26 Yao Qi <yao.qi@linaro.org>
7484
7485 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7486 is zero.
7487
80c57053
JK
74882015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7489
7490 * gdb.arch/cordic.ko.bz2: New file.
7491 * gdb.arch/cordic.ko.debug.bz2: New file.
7492 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7493
21613c12
YQ
74942015-02-25 Yao Qi <yao.qi@linaro.org>
7495
7496 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7497 aarch64*-*-* target.
7498
d8b901ed
PA
74992015-02-23 Pedro Alves <palves@redhat.com>
7500
7501 * lib/gdb.exp (delete_breakpoints): Rewrite using
7502 gdb_test_multiple.
7503
e5b85ead
PA
75042015-02-23 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.base/info-os.c: Include stdlib.h.
7507
85c3a371
DE
75082015-02-22 Doug Evans <xdje42@gmail.com>
7509
7510 PR symtab/17855
7511 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7512 is read after symbols have been re-read.
7513 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7514 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7515
96553a0c
DE
75162015-02-21 Doug Evans <dje@google.com>
7517
7518 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7519
97a0c697
JK
75202015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7521
7522 PR corefiles/17808
7523 * gdb.arch/i386-biarch-core.core.bz2: New file.
7524 * gdb.arch/i386-biarch-core.exp: New file.
7525
a47cd6e9
PA
75262015-02-21 Pedro Alves <palves@redhat.com>
7527
7528 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7529 runto_main fails.
7530
c5facdc4
PA
75312015-02-20 Pedro Alves <palves@redhat.com>
7532
7533 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7534 info probes.
7535
2db9a427
PA
75362015-02-20 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7539
60fb7e9e
PA
75402015-02-20 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7543 clean_restart before gdb_target_supports_trace.
7544
5c5019c2
PA
75452015-02-20 Pedro Alves <palves@redhat.com>
7546
7547 PR threads/18006
7548 * gdb.threads/clone-thread_db.c: New file.
7549 * gdb.threads/clone-thread_db.exp: New file.
7550
c9587f88
AT
75512015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7552
7553 PR breakpoints/16812
7554 * gdb.base/catch-gdb-caused-signals.c: New file.
7555 * gdb.base/catch-gdb-caused-signals.exp: New file.
7556
f6a88844
JM
75572015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7558
7559 * configure: Regenerated.
7560 * configure.ac: Use GDB_AC_TRANSFORM.
7561 * aclocal.m4: sinclude ../transform.m4.
7562
497c491b
JM
75632015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7564
7565 * lib/dtrace.exp: New file.
7566 * gdb.base/dtrace-probe.exp: Likewise.
7567 * gdb.base/dtrace-probe.d: Likewise.
7568 * gdb.base/dtrace-probe.c: Likewise.
7569 * lib/pdtrace.in: Likewise.
7570 * configure.ac: Output variables with the transformed names of
7571 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7572 * configure: Regenerated.
7573
03e98035
JM
75742015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7575
7576 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7577 expected message when trying to access $_probe_* convenience
7578 variables while not on a probe.
7579
63cc30e9
JK
75802015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7581
7582 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7583
0703599a
PA
75842015-02-11 Pedro Alves <pedro@codesourcery.com>
7585
7586 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7587 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7588
7e60a48e
DE
75892015-02-10 Doug Evans <xdje42@gmail.com>
7590
7591 * lib/gdb.exp (gdb_load): Always return a result.
7592
01b088bc
PA
75932015-02-10 Pedro Alves <palves@redhat.com>
7594
7595 * gdb.threads/signal-sigtrap.c: New file.
7596 * gdb.threads/signal-sigtrap.exp: New file.
7597
b05ec7a5
AT
75982015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7599
7600 * gdb.trace/no-attach-trace.c: New file.
7601 * gdb.trace/no-attach-trace.exp: New file.
7602
a2c2acaf
MW
76032015-02-09 Mark Wielaard <mjw@redhat.com>
7604
7605 * gdb.dwarf2/atomic.c: New file.
7606 * gdb.dwarf2/atomic-type.exp: Likewise.
7607
31fd9caa
MM
76082015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7609
7610 * gdb.btrace/buffer-size.exp: Update "info record" output.
7611 * gdb.btrace/delta.exp: Update "info record" output.
7612 * gdb.btrace/enable.exp: Update "info record" output.
7613 * gdb.btrace/finish.exp: Update "info record" output.
7614 * gdb.btrace/instruction_history.exp: Update "info record" output.
7615 * gdb.btrace/next.exp: Update "info record" output.
7616 * gdb.btrace/nexti.exp: Update "info record" output.
7617 * gdb.btrace/step.exp: Update "info record" output.
7618 * gdb.btrace/stepi.exp: Update "info record" output.
7619 * gdb.btrace/nohist.exp: Update "info record" output.
7620
d33501a5
MM
76212015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7622
7623 * gdb.btrace/buffer-size: New.
7624
f4abbc16
MM
76252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7626
7627 * gdb.btrace/delta.exp: Update "info record" output.
7628 * gdb.btrace/enable.exp: Update "info record" output.
7629 * gdb.btrace/finish.exp: Update "info record" output.
7630 * gdb.btrace/instruction_history.exp: Update "info record" output.
7631 * gdb.btrace/next.exp: Update "info record" output.
7632 * gdb.btrace/nexti.exp: Update "info record" output.
7633 * gdb.btrace/step.exp: Update "info record" output.
7634 * gdb.btrace/stepi.exp: Update "info record" output.
7635 * gdb.btrace/nohist.exp: Update "info record" output.
7636
b9d61307
SM
76372015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7638
7639 PR gdb/15678
7640 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7641
e584fdbc
PA
76422015-02-06 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7645 macro.
7646 (seconds_left, again): New globals.
7647 (main): Wait seconds_left in a 1-second sleep loop instead of
7648 sleeping 180 seconds. If 'again' is set, reset the seconds
7649 counter.
7650 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7651 'again' in the inferior before detaching. Print the seconds left.
7652 (options): New global.
7653 (top level): Build program with -DTIMEOUT=$timeout.
7654
77f41761
PA
76552015-02-06 Pedro Alves <palves@redhat.com>
7656
7657 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7658 determine how many seconds to pass to 'alarm'.
7659 * gdb.base/gdb-sigterm.exp (top level): Build program with
7660 -DTIMEOUT=$timeout.
7661 (do_test): Return success/failure indication. Add more verbose
7662 logging. Don't fail if 200 single steps are seen. Instead, fail
7663 when the test times out.
7664 (passes): New global.
7665 (top level): Break the testing loop if testing fails on any
7666 iteration. Use gdb_assert.
7667
b9394193
DB
76682015-02-04 Don Breazeal <donb@codesourcery.com>
7669
7670 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7671 and initialize them.
7672 (ipc_cleanup): New function.
7673 (main): Don't declare shmid, semid, and msqid. Add a call to
7674 atexit so that we call ipc_cleanup on exit.
7675
42d9e528
PA
76762015-02-04 Pedro Alves <palves@redhat.com>
7677
7678 * boards/native-extended-gdbserver.exp: Remove any target variant
7679 specifications from the board name before clearing the isremote
7680 flag from board_info.
7681
ae6ae975
DE
76822015-01-31 Doug Evans <xdje42@gmail.com>
7683
7684 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7685
cfb069a8
GB
76862015-01-31 Gary Benson <gbenson@redhat.com>
7687
7688 * gdb.base/completion.exp: Disable completion limiting for
7689 existing tests. Add new tests to check completion limiting.
7690 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7691
5dd31d79
DE
76922015-01-31 Doug Evans <xdje42@gmail.com>
7693
7694 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7695
9f050062
DE
76962015-01-31 Doug Evans <xdje42@gmail.com>
7697
7698 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7699 entries. Duplicate file section script entries.
7700 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7701 inlined entries. Add test for safe-path rejection.
7702 * gdb.python/py-section-script.c: Add duplicate inlined section script
7703 entries. Duplicate file section script entries.
7704 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7705 inlined entries. Add test for safe-path rejection.
7706
df25ebbd
JB
77072015-01-29 Joel Brobecker <brobecker@adacore.com>
7708
7709 * gdb.ada/disc_arr_bound: New testcase.
7710
4a0ca9ec
JB
77112015-01-29 Joel Brobecker <brobecker@adacore.com>
7712
7713 * gdb.ada/mi_var_array: New testcase.
7714
3a8b707a
DE
77152015-01-27 Doug Evans <dje@google.com>
7716
7717 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7718 Add test for objfile.filename, objfile.username after objfile
7719 has been unloaded.
7720
f8313f6e
JB
77212015-01-26 Joel Brobecker <brobecker@adacore.com>
7722
7723 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7724 the second test to print the name attribute of value
7725 returned by the call to gdb.lookup_type, and adjust
7726 the expected output accordingly.
7727
37bc665e
MW
77282015-01-25 Mark Wielaard <mjw@redhat.com>
7729
7730 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7731 * gdb.base/disp-step-fork.c: Include unistd.h.
7732 * gdb.base/siginfo-obj.c: Include stdio.h.
7733 * gdb.base/siginfo-thread.c: Likewise.
7734 * gdb.mi/non-stop.c: Include unistd.h.
7735 * gdb.mi/nsthrexec.c: Include stdio.h.
7736 * gdb.mi/pthreads.c: Include unistd.h.
7737 * gdb.modula2/unbounded1.c (main): Declare returns int.
7738 * gdb.reverse/consecutive-reverse.c: Likewise.
7739 * gdb.threads/create-fail.c: Include unistd.h.
7740 * gdb.threads/killed.c: Likewise.
7741 * gdb.threads/linux-dp.c: Likewise.
7742 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7743 * gdb.threads/non-ldr-exc-2.c: Likewise.
7744 * gdb.threads/non-ldr-exc-3.c: Likewise.
7745 * gdb.threads/non-ldr-exc-4.c: Likewise.
7746 * gdb.threads/pthreads.c: Include unistd.h.
7747 (main): Declare returns int.
7748 * gdb.threads/tls-main.c (foo): New declaration.
7749 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7750
f7e5394d
SM
77512015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7752
7753 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7754 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7755
743649fd
MW
77562015-01-15 Mark Wielaard <mjw@redhat.com>
7757
7758 * gdb.base/noreturn-return.c: New file.
7759 * gdb.base/noreturn-return.exp: New file.
7760 * gdb.base/noreturn-finish.c: New file.
7761 * gdb.base/noreturn-finish.exp: New file.
7762
198297aa
PA
77632015-01-23 Pedro Alves <palves@redhat.com>
7764
7765 * gdb.threads/continue-pending-after-query.c: New file.
7766 * gdb.threads/continue-pending-after-query.exp: New file.
7767
717cf30c
AG
77682015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7769 Simon Marchi <simon.marchi@ericsson.com>
7770
7771 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7772 * gdb.base/valgrind-db-attach.exp: Same.
7773 * gdb.base/valgrind-infcall.exp: Same.
7774 * lib/mi-support.exp (default_mi_gdb_start): Same.
7775 * lib/prompt.exp (default_prompt_gdb_start): Same.
7776 * lib/gdb.exp (default_gdb_spawn): Same.
7777 (gdb_interact): New.
7778
7779
4b62a76e
JK
77802015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7781
7782 * gdb.compile/compile.exp (pointer to jit function): New test.
7783
b4cdae6f
WW
77842015-01-17 Wei-cheng Wang <cole945@gmail.com>
7785
7786 * lib/gdb.exp (supports_process_record): Return true for
7787 powerpc*-*-linux*.
7788 (supports_reverse): Likewise.
7789
d221e7ef
DB
77902015-01-15 Don Breazeal <donb@codesourcery.com>
7791
7792 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7793 instead of checking whether the target board is remote and
7794 use spawn_wait_for_attach instead of exec/sleep.
7795 * gdb.base/attach-twice.exp: Likewise.
7796
bafffb51
JB
77972015-01-15 Joel Brobecker <brobecker@adacore.com>
7798
7799 * gdb.ada/var_arr_attrs: New testcase.
7800
5589af0e
PA
78012015-01-14 Pedro Alves <palves@redhat.com>
7802 Joel Brobecker <brobecker@adacore.com>
7803
7804 PR gdb/17525
7805 * gdb.base/bp-cmds-execution-x-script.c: New file.
7806 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7807 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7808
6c400b59
PA
78092015-01-14 Pedro Alves <palves@redhat.com>
7810
7811 PR cli/17828
7812 * gdb.base/batch-preserve-term-settings.c: New file.
7813 * gdb.base/batch-preserve-term-settings.exp: New file.
7814
e02c96a7
DE
78152015-01-13 Doug Evans <dje@google.com>
7816
7817 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7818 binary.
7819
576fd14c
JB
78202015-01-13 Joel Brobecker <brobecker@adacore.com>
7821
7822 * Makefile.in (clean mostlyclean): Do not delete *.py.
7823
04dccad0
JB
78242015-01-13 Joel Brobecker <brobecker@adacore.com>
7825
7826 * gdb.python/py-lookup-type.exp: New file.
7827
3d230f71
PA
78282015-01-12 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7831 restore GDBFLAGS before returning.
7832
7e67715d
JK
78332015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7834
7835 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7836 is_amd64_regs_target and is_x86_like_target.
7837
f2e0d4b4
DE
78382015-01-11 Doug Evans <xdje42@gmail.com>
7839
7840 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7841 is given without an explicit form.
7842 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7843 attributes.
7844 * gdb.dwarf/corrupt.exp: Ditto.
7845 * gdb.dwarf2/enum-type.exp: Ditto.
7846 * gdb.trace/entry-values.exp: Ditto.
7847 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7848
439250fb
DE
78492015-01-11 Doug Evans <xdje42@gmail.com>
7850
7851 PR gdb/15830
7852 * gdb.base/maint.exp: Remove references to "maint demangle".
7853 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7854 Add tests for explicitly specifying language to demangle.
7855 * gdb.dlang/demangle.exp: Ditto.
7856
ede9f622
PA
78572015-01-09 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.threads/non-stop-fair-events.c: New file.
7860 * gdb.threads/non-stop-fair-events.exp: New file.
7861
a7b796db
PA
78622015-01-09 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7865 the global scope. Set a breakpoint after all threads are started
7866 rather than stepping over two source lines. Expect the prompt.
7867 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7868 global.
7869 (NUM): Now 15.
7870 (main): Use threads_started_barrier to wait for all threads to
7871 start. Main thread no longer calls thread_function. Exit after
7872 180 seconds.
7873 (loop): New function.
7874 (thread_function): Wait on threads_started_barrier barrier. Call
7875 'loop' at each iteration.
7876 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7877 threads have started, instead of hardcoding number of "next"
7878 steps. Use an access watchpoint instead of a write watchpoint.
7879
9665ffdd
PA
78802015-01-09 Pedro Alves <palves@redhat.com>
7881
7882 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7883 (thread_func): Wait on barrier.
7884 (main): Wait for all threads to start before stopping GDB.
7885 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7886 global.
7887 (thread1_func, thread2_func): Wait on barrier.
7888 (main): Wait for all threads to start before stopping GDB.
7889 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7890 New global.
7891 (thread1_func, thread2_func): Wait on barrier.
7892 (main): Wait for all threads to start before stopping GDB.
7893
c945a99f
PA
78942015-01-09 Pedro Alves <palves@redhat.com>
7895
7896 * gdb.threads/attach-many-short-lived-threads.c: New file.
7897 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7898
c1a747c1
PA
78992014-01-09 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7902 instead of to thread 2.
7903 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7904 Add barrier around each pthread_create call instead of around all
7905 calls.
7906 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7907 Set a break on thread_function and have the child threads hit it
7908 one at at a time.
7909
60b3033e
PA
79102015-01-09 Pedro Alves <palves@redhat.com>
7911
7912 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7913 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7914 false.
7915 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7916 checking whether the target board is remote.
7917 * gdb.multi/multi-attach.exp: Likewise.
7918 * gdb.python/py-sync-interp.exp: Likewise.
7919 * gdb.server/ext-attach.exp: Likewise.
7920 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7921 tests that need to attach, instead of checking whether the target
7922 board is remote at the top of the file.
7923
acc018ac
YQ
79242015-01-08 Yao Qi <yao@codesourcery.com>
7925
7926 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7927
50a18af8
JK
79282015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7929
7930 Fix testcase compilation.
7931 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7932
8503d6e1
JB
79332015-01-06 Joel Brobecker <brobecker@adacore.com>
7934
7935 * gdb.python/py-type.exp: Add a couple test about empty
7936 array creation, and negative-length array creation.
7937
cc73dbcc
DE
79382015-01-02 Doug Evans <xdje42@gmail.com>
7939
7940 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7941
0300bbc7
DE
79422015-01-02 Doug Evans <dje@google.com>
7943
7944 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7945
9d85a0ec
YQ
79462014-12-29 Yao Qi <yao@codesourcery.com>
7947
7948 * gdb.trace/entry-values.exp: Update comments. Rename variable
7949 bar_call_foo to returned_from_foo.
7950
87186c6a
MMN
79512014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7952
7953 PR gdb/17394
7954 * gdb.linespec/break-asm-file.c: New file.
7955 * gdb.linespec/break-asm-file.exp: New file.
7956 * gdb.linespec/break-asm-file0.s: New file.
7957 * gdb.linespec/break-asm-file1.s: New file.
7958
1bab7383
YQ
79592014-12-18 Nigel Stephens <nigel@mips.com>
7960 Maciej W. Rozycki <macro@codesourcery.com>
7961
7962 * gdb.base/float.exp: Handle the new output from "info float" on
7963 MIPS targets.
7964
1bc1068a
JK
79652014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7966
7967 Fix MinGW compilation.
7968 * gdb.compile/compile-ops.exp: Update untested message if
7969 !skip_compile_feature_tests.
7970 * gdb.compile/compile-setjmp.exp: Likewise.
7971 * gdb.compile/compile-tls.exp: Likewise.
7972 * gdb.compile/compile.exp: Likewise.
7973 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7974 supported on this host".
7975
b6615d10
DE
79762014-12-16 Doug Evans <xdje42@gmail.com>
7977
7978 * boards/stabs.exp: New file.
7979
25dda427
AA
79802014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7981
7982 * gdb.base/completion.exp: Adjust to format changes of "maint
7983 print user-registers".
7984
bf330350
CU
79852014-12-16 Catalin Udma <catalin.udma@freescale.com>
7986
7987 PR server/17457
7988 * gdb.arch/aarch64-fp.c: New file.
7989 * gdb.arch/aarch64-fp.exp: New file.
7990
395cf596
SDJ
79912014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7992
7993 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7994 r210637, r210913, r211666, r215400, r215817).
7995
7996 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7997 * dg-extract-results.py: New file.
7998 * dg-extract-results.sh: Use it if the environment seems
7999 suitable.
8000
8001 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8002
8003 * dg-extract-results.py (parse_run): Handle warnings that
8004 are printed before a test harness is run.
8005
8006 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8007
8008 * dg-extract-results.py (Named): Remove __cmp__ method.
8009 (output_variation): Use a key to sort variation.harnesses.
8010
8011 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8012
8013 * dg-extract-results.py: For Python 3, force sys.stdout to
8014 handle surrogate escape sequences.
8015 (safe_open): New function.
8016 (output_segment, main): Use it.
8017
8018 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8019
8020 * dg-extract-results.py (Prog.result_re): Include options
8021 in test name.
8022
8023 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8024
8025 * dg-extract-results.py (output_variation): Always sort if
8026 do_sum.
8027
e882ef3c
SM
80282014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8029
8030 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8031 as long as we get pagination notifications.
8032
4992aa20
JM
80332014-12-15 Jason Merrill <jason@redhat.com>
8034
8035 * Makefile.in (check-gdb.%): Restore.
8036 * README: Mention it.
8037
c1b5a1a6
JB
80382014-12-13 Joel Brobecker <brobecker@adacore.com>
8039
8040 * gdb.ada/str_uninit: New testcase.
8041
5537b577
JK
80422014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8043
8044 PR symtab/17642
8045 * gdb.base/vla-stub-define.c: New file.
8046 * gdb.base/vla-stub.c: New file.
8047 * gdb.base/vla-stub.exp: New file.
8048
bb2ec1b3
TT
80492014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8050 Jan Kratochvil <jan.kratochvil@redhat.com>
8051 Tom Tromey <tromey@redhat.com>
8052
8053 * configure.ac: Add gdb.compile/.
8054 * configure: Regenerate.
8055 * gdb.compile/Makefile.in: New file.
8056 * gdb.compile/compile-ops.exp: New file.
8057 * gdb.compile/compile-ops.c: New file.
8058 * gdb.compile/compile-tls.c: New file.
8059 * gdb.compile/compile-tls.exp: New file.
8060 * gdb.compile/compile-constvar.S: New file.
8061 * gdb.compile/compile-constvar.c: New file.
8062 * gdb.compile/compile-mod.c: New file.
8063 * gdb.compile/compile-nodebug.c: New file.
8064 * gdb.compile/compile-setjmp-mod.c: New file.
8065 * gdb.compile/compile-setjmp.c: New file.
8066 * gdb.compile/compile-setjmp.exp: New file.
8067 * gdb.compile/compile-shlib.c: New file.
8068 * gdb.compile/compile.c: New file.
8069 * gdb.compile/compile.exp: New file.
8070 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8071
4ff709eb
TT
80722014-12-12 Tom Tromey <tromey@redhat.com>
8073
8074 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8075 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8076
6dddd6a5
DE
80772014-12-12 Doug Evans <dje@google.com>
8078
8079 * lib/gdb-python.exp (get_python_valueof): New function.
8080 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8081
71c24708
AA
80822014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8083
8084 * gdb.base/completion.exp: Add test for completion of "info
8085 registers ".
8086
3e29f34a
MR
80872014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8088
8089 * gdb.base/func-ptrs.c: New file.
8090 * gdb.base/func-ptrs.exp: New file.
8091
fc126975
SM
80922014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8093
8094 PR breakpoints/17012
8095 * gdb.base/dprintf-detach.c: New file.
8096 * gdb.base/dprintf-detach.exp: New file.
8097
0a46d518
SM
80982014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8099
8100 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8101 * lib/gdb.exp (target_is_gdbserver): New procedure.
8102
a0be3e44
DE
81032014-12-08 Doug Evans <dje@google.com>
8104
8105 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8106
df1b803a
YQ
81072014-12-05 Yao Qi <yao@codesourcery.com>
8108
8109 * gdb.guile/scm-error.exp: Remove the third argument to
8110 gdb_remote_download.
8111 * gdb.guile/scm-frame-args.exp: Likewise.
8112 * gdb.guile/scm-section-script.exp: Likewise.
8113
ddb9f679
YQ
81142014-12-05 Yao Qi <yao@codesourcery.com>
8115
8116 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8117
86e4ed39
DE
81182014-12-04 Doug Evans <dje@google.com>
8119
8120 * gdb.python/py-objfile.exp: Add tests for
8121 objfile.add_separate_debug_file.
8122
7c50a931
DE
81232014-12-04 Doug Evans <dje@google.com>
8124
8125 * lib/gdb.exp (get_build_id): New function.
8126 (build_id_debug_filename_get): Rewrite to use it.
8127 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8128
621661e3
MR
81292014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8130
8131 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8132 `method(long)', not just 0x0.
8133 * gdb.cp/nsalias.exp: Align code labels to 4.
8134 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8135 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8136 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8137 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8138 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8139 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8140
29f0c3b7
DE
81412014-12-02 Doug Evans <dje@google.com>
8142
e1e061e7 8143 PR symtab/17602
29f0c3b7 8144 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8145 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8146 * gdb.cp/anon-ns.exp: Update.
8147
162078c8
NB
81482014-12-02 Nick Bull <nicholaspbull@gmail.com>
8149
8150 * gdb.python/py-events.py (inferior_call_handler): New.
8151 (register_changed_handler, memory_changed_handler): New.
8152 (test_events.invoke): Register new handlers.
8153 * gdb.python/py-events.exp: Add tests for inferior call,
8154 memory_changed and register_changed events.
8155
fdb09caf
AA
81562014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8157
8158 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8159 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8160 if the linker doesn't understand this.
8161
55cfb2c4
SM
81622014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8163
8164 * gdb.python/python.exp: Change expected reply to help().
8165
9e8cd6df
YQ
81662014-12-01 Yao Qi <yao@codesourcery.com>
8167
8168 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8169 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8170 * configure: Re-generated.
8171
6c659fc2
SC
81722014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8173
8174 * gdb.cp/chained-calls.cc: New file.
8175 * gdb.cp/chained-calls.exp: New file.
8176 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8177
d7fc3181
SM
81782014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8179
8180 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8181 * gdb.dwarf2/symtab-producer.exp: Same.
8182 * gdb.gdb/python-interrupts.exp: Same.
8183 * gdb.gdb/python-selftest.exp: Same.
8184 * gdb.python/py-linetable.exp: Same.
8185 * gdb.python/py-type.exp: Same.
8186 * gdb.python/py-value-cc.exp: Same.
8187 * gdb.python/py-value.exp: Same.
8188
10e79639
YQ
81892014-11-28 Yao Qi <yao@codesourcery.com>
8190
8191 * gdb.base/break-probes.exp: Match library name prefixed with
8192 sysroot.
8193
f28a0564
SM
81942014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8195
8196 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8197 test expected output. Add parentheses for the call to print.
8198 Remove L suffix from integers.
8199
3fe1ce1d
DE
82002014-11-26 Doug Evans <dje@google.com>
8201
8202 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8203
84429e27
YQ
82042014-11-22 Yao Qi <yao@codesourcery.com>
8205
8206 * gdb.trace/entry-values.c: Remove asms.
8207 (foo): Add foo_label.
8208 (bar): Add bar_label.
8209 * gdb.trace/entry-values.exp: Remove code computing foo's
8210 length and bar's length.
8211 (Dwarf::assemble): Invoke function_range for bar and use
8212 MACRO_AT_func for foo.
8213
26741859
YQ
82142014-11-22 Yao Qi <yao@codesourcery.com>
8215
8216 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8217 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8218 Use .Lgcc43_procstart instead of gcc43.
8219
45e44d27
JB
82202014-11-21 Joel Brobecker <brobecker@adacore.com>
8221
8222 * gdb.ada/n_arr_bound: New testcase.
8223
458c8db8
SDJ
82242014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8225
8226 PR breakpoints/10737
8227 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8228 test_catch_syscall_multi_arch.
8229 (test_catch_syscall_multi_arch): New function.
8230
43f3e411
DE
82312014-11-20 Doug Evans <xdje42@gmail.com>
8232
8233 * gdb.base/maint.exp: Update expected output.
8234
0d7b2549
AA
82352014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8236
8237 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8238 4-byte instruction on S390.
8239
8908fca5
JB
82402014-11-19 Joel Brobecker <brobecker@adacore.com>
8241
8242 * gdb.ada/arr_arr: New testcase.
8243
4a46959e
JB
82442014-11-19 Joel Brobecker <brobecker@adacore.com>
8245
8246 * gdb.ada/pkd_arr_elem: New Testcase.
8247
470e2f4e
LM
82482014-11-18 Luis Machado <lgustavo@codesourcery.com>
8249
8250 * gdb.reverse/break-precsave: Expect completion message for
8251 core file reads.
8252 * gdb.reverse/consecutive-precsave.exp: Likewise.
8253 * gdb.reverse/finish-precsave.exp: Likewise.
8254 * gdb.reverse/i386-precsave.exp: Likewise.
8255 * gdb.reverse/machinestate-precsave.exp: Likewise.
8256 * gdb.reverse/sigall-precsave.exp: Likewise.
8257 * gdb.reverse/solib-precsave.exp: Likewise.
8258 * gdb.reverse/step-precsave.exp: Likewise.
8259 * gdb.reverse/until-precsave.exp: Likewise.
8260 * gdb.reverse/watch-precsave.exp: Likewise.
8261
a267f3ad
AA
82622014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8263
8264 * gdb.base/bp-permanent.c: Include unistd.h.
8265 * gdb.python/py-framefilter-mi.c (main): Add return type.
8266 * gdb.python/py-framefilter.c (main): Likewise.
8267 * gdb.trace/actions-changed.c (main): Likewise.
8268
12084a9a
AA
82692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8270
8271 * gdb.mi/until.c: Add eye-catchers.
8272 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8273 line numbers.
8274
dc7e1a77
AA
82752014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8276
8277 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8278 function header variants in break1.c.
8279 * gdb.base/ena-dis-br.exp: Likewise.
8280 * gdb.base/hbreak2.exp: Likewise.
8281 * gdb.reverse/until-precsave.exp: Drop references to removed
8282 non-prototype function header variants in ur1.c.
8283 * gdb.reverse/until-reverse.exp: Likewise.
8284
41c77605
PM
82852014-11-17 Petr Machata <pmachata@redhat.com>
8286
8287 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8288 ${_cu_offset_size} bytes abbrev offset.
8289
34248c3a
DE
82902014-11-15 Doug Evans <xdje42@gmail.com>
8291
8292 PR symtab/17559
8293 * gdb.base/line-symtabs.exp: New file.
8294 * gdb.base/line-symtabs.c: New file.
8295 * gdb.base/line-symtabs.h: New file.
8296
646da059
YQ
82972014-11-14 Yao Qi <yao@codesourcery.com>
8298
8299 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8300 (func): Add label func_label.
8301 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8302 Replace low_pc and high_pc with MACRO_AT_range.
8303 Replace name, low_pc and high_pc with MACRO_AT_func.
8304
9301ebe6
YQ
83052014-11-14 Yao Qi <yao@codesourcery.com>
8306
8307 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8308 Replace name, low_pc and high_pc with MACRO_AT_func.
8309
f166b542
YQ
83102014-11-14 Yao Qi <yao@codesourcery.com>
8311
8312 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8313 produce debug information.
8314 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8315
0f6e71e3
YQ
83162014-11-14 Yao Qi <yao@codesourcery.com>
8317
8318 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8319 object and get function length.
8320 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8321 with MACRO_AT_func.
8322 (top-level): Replace gdb_compile and clean_restart with
8323 prepare_for_testing.
8324 * gdb.dwarf2/main.c (main): Add label main_label.
8325
876c4df9
YQ
83262014-11-14 Yao Qi <yao@codesourcery.com>
8327
8328 * lib/dwarf.exp (function_range): New procedure.
8329 (Dwarf::_handle_macro_at_func): New procedure.
8330 (Dwarf::_handle_macro_at_range): New procedure.
8331 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8332
02ad9cf1
YQ
83332014-11-14 Yao Qi <yao@codesourcery.com>
8334
8335 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8336 (_handle_attribute): New procedure.
8337
a59add0c
AA
83382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8339
8340 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8341 * gdb.base/call-sc.c (zed): Likewise.
8342 * gdb.base/checkpoint.c (main): Likewise.
8343 * gdb.base/dump.c (main): Likewise.
8344 * gdb.base/gcore.c (main): Likewise.
8345 * gdb.base/huge.c (main): Likewise.
8346 * gdb.base/multi-forks.c (main): Likewise.
8347 * gdb.base/pr10179-a.c (main): Likewise.
8348 * gdb.base/savedregs.c (main): Likewise.
8349 * gdb.base/sigaltstack.c (main): Likewise.
8350 * gdb.base/siginfo.c (main): Likewise.
8351 * gdb.base/structs.c (zed): Likewise.
8352 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8353 * gdb.mi/mi-syn-frame.c (main): Likewise.
8354 * gdb.mi/until.c (foo, main): Likewise.
8355 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8356 * gdb.base/solib-weak.c (foo): Declare.
8357 * gdb.base/attach-twice.c: Include stdio.h.
8358 * gdb.base/weaklib1.c: Likewise.
8359 * gdb.base/weaklib2.c: Likewise.
8360 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8361 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8362 unistd.h.
8363 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8364 * gdb.mi/mi-exit-code.c: Likewise.
8365 * gdb.base/break-interp-lib.c: Include string.h.
8366 * gdb.base/coremaker.c: Likewise.
8367 * gdb.base/testenv.c: Likewise.
8368 * gdb.python/py-finish-breakpoint.c: Likewise.
8369 * gdb.base/inferior-died.c: Include sys/wait.h.
8370 * gdb.base/fileio.c: Include time.h.
8371 * gdb.base/async-shell.c: Include unistd.h.
8372 * gdb.base/dprintf-non-stop.c: Likewise.
8373 * gdb.base/info-os.c: Likewise.
8374 * gdb.mi/mi-console.c: Likewise.
8375 * gdb.mi/watch-nonstop.c: Likewise.
8376 * gdb.python/py-events.c: Likewise.
8377 * gdb.base/async.c (baz): Move up before its invocation.
8378 * gdb.base/code_elim2.c (my_global_func): Likewise.
8379 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8380 * gdb.base/advance.c (func2): Likewise.
8381
3b5d5997
AA
83822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8383
8384 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8385 variant.
8386 * gdb.base/annota3.c: Likewise.
8387 * gdb.base/async.c: Likewise.
8388 * gdb.base/average.c: Likewise.
8389 * gdb.base/call-ar-st.c: Likewise.
8390 * gdb.base/call-rt-st.c: Likewise.
8391 * gdb.base/call-sc.c: Likewise.
8392 * gdb.base/call-strs.c: Likewise.
8393 * gdb.base/ending-run.c: Likewise.
8394 * gdb.base/execd-prog.c: Likewise.
8395 * gdb.base/exprs.c: Likewise.
8396 * gdb.base/foll-exec.c: Likewise.
8397 * gdb.base/foll-fork.c: Likewise.
8398 * gdb.base/foll-vfork.c: Likewise.
8399 * gdb.base/funcargs.c: Likewise.
8400 * gdb.base/gcore.c: Likewise.
8401 * gdb.base/jump.c: Likewise.
8402 * gdb.base/langs0.c: Likewise.
8403 * gdb.base/langs1.c: Likewise.
8404 * gdb.base/langs2.c: Likewise.
8405 * gdb.base/mips_pro.c: Likewise.
8406 * gdb.base/nodebug.c: Likewise.
8407 * gdb.base/opaque0.c: Likewise.
8408 * gdb.base/opaque1.c: Likewise.
8409 * gdb.base/recurse.c: Likewise.
8410 * gdb.base/run.c: Likewise.
8411 * gdb.base/scope0.c: Likewise.
8412 * gdb.base/scope1.c: Likewise.
8413 * gdb.base/setshow.c: Likewise.
8414 * gdb.base/setvar.c: Likewise.
8415 * gdb.base/shmain.c: Likewise.
8416 * gdb.base/shr1.c: Likewise.
8417 * gdb.base/shr2.c: Likewise.
8418 * gdb.base/sigall.c: Likewise.
8419 * gdb.base/signals.c: Likewise.
8420 * gdb.base/so-indr-cl.c: Likewise.
8421 * gdb.base/solib2.c: Likewise.
8422 * gdb.base/structs.c: Likewise.
8423 * gdb.base/sum.c: Likewise.
8424 * gdb.base/vforked-prog.c: Likewise.
8425 * gdb.base/watchpoint.c: Likewise.
8426 * gdb.reverse/shr2.c: Likewise.
8427 * gdb.reverse/until-reverse.c: Likewise.
8428 * gdb.reverse/ur1.c: Likewise.
8429 * gdb.reverse/watch-reverse.c: Likewise.
8430
066a77c5
AA
84312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8432
8433 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8434 variant.
8435 * gdb.base/sepdebug.exp: Drop references to removed code.
8436
4f204ea5
AA
84372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8438
8439 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8440 variant. Preserve original line numbering.
8441 * gdb.base/list1.c: Likewise.
8442
3b377a3a
AA
84432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8444
8445 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8446 variant.
8447 * gdb.base/break1.c: Likewise.
8448 * gdb.base/break.exp: Drop references to removed code.
8449
e444df73
AA
84502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8451
8452 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8453 variant.
8454
8008f2a7
AA
84552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8456
8457 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8458
a5a06887
AA
84592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8460
8461 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8462 logic into perform_all_tests() and invoke it with and without
8463 function header prototypes.
8464 (do_function_calls): Remove conditional XFAIL for PR 5318.
8465 (rerun_and_prepare): Remove duplicate code.
8466 (perform_all_tests): New. Main logic moved here.
8467
44dba9b9
AA
84682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8469
8470 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8471 code guarded by #ifdef NO_PROTOTYPES.
8472 (t_double_many_args): Likewise.
8473 (DEF_FUNC_MANY_ARGS_1): Likewise.
8474 (DEF_FUNC_VALUES_1): Likewise.
8475 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8476 guarded by #ifdef PROTOTYPES.
8477
d1fbcd56
AA
84782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8479
8480 * gdb.mi/mi-console.c: Add eye-catcher.
8481 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8482 instead of literal line number.
8483
b0e59b8f
AA
84842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8485
8486 * gdb.base/shr2.c: Add eye-catcher.
8487 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8488 line number.
8489
78f98cca
AA
84902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8491
8492 * gdb.base/jump.c: Add eye-catchers.
8493 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8494 numbers.
8495
58fa2af0
AA
84962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8497
8498 * gdb.base/execd-prog.c: Add eye-catchers.
8499 * gdb.base/foll-exec.c: Likewise.
8500 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8501 line numbers.
8502
04e5059b
AA
85032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8504
8505 * gdb.base/ending-run.c: Add eye-catchers.
8506 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8507 literal line numbers.
8508
dbfdb174
AA
85092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8510
8511 * gdb.base/call-rt-st.c: Add eye-catchers.
8512 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8513 literal line numbers.
8514
888a2ade
AA
85152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8516
8517 * gdb.base/call-ar-st.c: Add eye-catchers.
8518 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8519 literal line numbers.
8520
6acc2dde
AA
85212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8522
8523 * gdb.base/average.c: Add eye-catchers.
8524 * gdb.base/sum.c: Likewise.
8525 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8526 regexps dynamically.
8527
9ecfcd1d
AA
85282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8529
8530 * gdb.base/solib1.c: Add eye-catchers.
8531 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8532 literal line numbers.
8533
78708b7c
PA
85342014-11-12 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8537 leader has exited.
8538
af48d08f
PA
85392014-11-12 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.arch/i386-bp_permanent.c: New file.
8542 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8543 (srcfile): Set to i386-bp_permanent.c.
8544 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8545 that stepi does not execute the 'leave' instruction, instead of
8546 testing it does execute.
8547 * gdb.base/bp-permanent.c: New file.
8548 * gdb.base/bp-permanent.exp: New file.
8549
af3768e9
DE
85502014-11-10 Doug Evans <xdje42@gmail.com>
8551
8552 PR symtab/17564
8553 * gdb.base/symtab-search-order.exp: New file.
8554 * gdb.base/symtab-search-order.c: New file.
8555 * gdb.base/symtab-search-order-1.c: New file.
8556 * gdb.base/symtab-search-order-shlib-1.c: New file.
8557
9de00a4a
PA
85582014-11-07 Pedro Alves <palves@redhat.com>
8559
8560 PR gdb/17511
8561 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8562 i?86-*-linux*.
8563
e0f52461
SC
85642014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8565
8566 PR c++/17494
8567 * gdb.cp/pr17494.cc: New file.
8568 * gdb.cp/pr17494.exp: New file.
8569
6ce8c980
YQ
85702014-11-02 Yao Qi <yao@codesourcery.com>
8571
8572 * gdb.python/python.exp: Get working directory and match the
8573 output of "set extended-prompt \\w " with it.
8574
02be9a71
DE
85752014-10-30 Doug Evans <dje@google.com>
8576
8577 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8578 in objfiles.
8579 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8580 in progspaces.
8581
3bdff46b
LM
85822014-10-30 Janis Johnson <janisjo@codesourcery.com>
8583
8584 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8585 * gdb.base/realname-expand.exp: Likewise.
8586 * gdb.linespec/macro-relative.exp: Likewise.
8587
ab917dfb
PA
85882014-10-29 Pedro Alves <palves@redhat.com>
8589
8590 PR gdb/17408
8591 * gdb.threads/schedlock.c (some_function): New function.
8592 (call_function): New global.
8593 (MAYBE_CALL_SOME_FUNCTION): New macro.
8594 (thread_function): Call it.
8595 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8596 and use it instead of a global counter. Adjust all callers.
8597 (get_current_thread): Use "find current thread" for test message
8598 here rather than having all callers pass down the same string.
8599 (goto_loop): New procedure, factored out from ...
8600 (my_continue): ... this.
8601 (step_ten_loops): Change parameter from test message to command to
8602 use. Adjust.
8603 (list_count): Delete global.
8604 (check_result): New procedure, factored out from duplicate top
8605 level code.
8606 (continue tests): Wrap in with_test_prefix.
8607 (test_step): New procedure, factored out from duplicate top level
8608 code.
8609 (top level): Test "step" in combination with all scheduler-locking
8610 modes. Test "next" in combination with all scheduler-locking
8611 modes, and in combination with stepping over a function call or
8612 not.
8613 * gdb.threads/next-bp-other-thread.c: New file.
8614 * gdb.threads/next-bp-other-thread.exp: New file.
8615
d3d4baed
PA
86162014-10-29 Pedro Alves <palves@redhat.com>
8617
8618 PR python/17372
8619 * gdb.python/python.exp: Test a multi-line command that spawns
8620 interactive Python.
8621 * gdb.base/multi-line-starts-subshell.exp: New file.
8622
563e8d85
YQ
86232014-10-29 Yao Qi <yao@codesourcery.com>
8624
8625 * gdb.base/fileio.exp: Make directories on host.
8626
0ea4d52e
YQ
86272014-10-29 Yao Qi <yao@codesourcery.com>
8628
8629 * gdb.base/fileio.c (test_write): Close the file.
8630
7f5ef605
PA
86312014-10-28 Pedro Alves <palves@redhat.com>
8632
8633 PR gdb/12623
8634 * gdb.base/sigstep.c (no_handler): New global.
8635 (main): If 'no_handler is true, set the signal handlers to
8636 SIG_IGN.
8637 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8638 with_sw_watch and no_handler parameters. Handle them.
8639 (top level) <stepping over handler when stopped at a breakpoint
8640 test>: Add a test axis for testing with a software watchpoint, and
8641 another for testing with the signal handler set to SIG_IGN.
8642 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8643 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8644
abbdbd03
PA
86452014-10-28 Pedro Alves <palves@redhat.com>
8646
8647 PR gdb/17511
8648 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8649 * gdb.base/sigstep.exp (other_handler_location): New global.
8650 (advance): Support stepping into the signal handler, and running
8651 commands while in the handler.
8652 (in_handler_map): New global.
8653 (top level): In the advance test, add combinations for getting
8654 into the handler with stepping commands, and for running commands
8655 in the handler. Add comment descripting the advancei tests.
8656
1df4399f
PA
86572014-10-28 Pedro Alves <palves@redhat.com>
8658
8659 * gdb.base/sigstep.exp: Use build_executable instead of
8660 prepare_for_testing.
8661 (top level): Move code that starts GDB, runs to main and creates a
8662 display to ...
8663 (restart): ... this new procedure.
8664 (top level): Move backtrace from signal handler test to ...
8665 (validate_backtrace): ... this new procedure.
8666 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8667 with_test_prefix. Always restart GDB.
8668 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8669 with_test_prefix. Always restart GDB. No need to delete
8670 breakpoints after the test.
8671 (test_skip_handler): Remove prefix parameter.
8672 (skip_over_handler, breakpoint_to_handler)
8673 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8674 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8675 restart GDB. No need to delete breakpoints after the test.
8676 (top level): Use foreach to call the test procedures with
8677 different commands.
8678
a5b6e449
PA
86792014-10-28 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8682 instead of GNATS numbers.
8683 * gdb.base/sigbpt.exp: Likewise.
8684 * gdb.base/siginfo.exp: Likewise.
8685 * gdb.base/sigstep.exp: Likewise.
8686
e5f8a7cc
PA
86872014-10-27 Pedro Alves <palves@redhat.com>
8688
8689 * gdb.base/sigstep.c (dummy): New global.
8690 (main): Issue a couple writes to the new global.
8691 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8692 procedures.
8693 (skip_over_handler): Use test_skip_handler.
8694 (top level): Call skip_over_handler for stepi and nexti too.
8695 (breakpoint_over_handler): Use test_skip_handler.
8696 (top level): Call breakpoint_over_handler for stepi and nexti too.
8697
763905a3
YQ
86982014-10-27 Yao Qi <yao@codesourcery.com>
8699
8700 * gdb.trace/tfile.c (adjust_function_address)
8701 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8702 function descriptor.
8703
6f259a23
DB
87042014-10-24 Don Breazeal <donb@codesourcery.com>
8705
8706 * gdb.base/foll-fork.exp (test_follow_fork,
8707 catch_fork_child_follow): Check for updated fork messages emitted
8708 from infrun.c.
8709 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8710 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8711 vfork_and_exec_child_follow_through_step): Check for updated vfork
8712 messages emitted from infrun.c.
8713
09dd9a69
PA
87142014-10-24 Pedro Alves <palves@redhat.com>
8715
8716 * gdb.base/corefile.exp: Remove references to ultrix.
8717 * gdb.base/interrupt.exp: Likewise.
8718 * gdb.base/whatis.exp: Likewise.
8719 * gdb.gdb/selftest.exp: Likewise.
8720 * gdb.threads/manythreads.exp: Likewise.
8721 * gdb.threads/print-threads.exp: Likewise.
8722 * gdb.threads/pthreads.exp:: Likewise.
8723 * gdb.threads/schedlock.exp: Likewise.
8724
3433cfa5
SC
87252014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8726
8727 * gdb.cp/non-trivial-retval.cc: Add a test case.
8728 * gdb.cp/non-trivial-retval.exp: Add a test.
8729
092f880b
YQ
87302014-10-20 Yao Qi <yao@codesourcery.com>
8731
8732 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8733 * gdb.python/py-objfile-script-gdb.py: New file.
8734 * gdb.python/py-objfile-script.exp: Update reference to
8735 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8736 of remote_download. Remove the dest file.
8737
acbdb7f3
YQ
87382014-10-20 Yao Qi <yao@codesourcery.com>
8739
8740 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8741 * gdb.base/step-line.exp: Likewise.
8742 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8743 * gdb.dwarf2/dw2-basic.exp: Likewise.
8744 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8745 * gdb.dwarf2/dw2-filename.exp: Likewise.
8746 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8747 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8748 * gdb.dwarf2/dw2-producer.exp: Likewise.
8749 * gdb.dwarf2/mac-fileno.exp: Likewise.
8750 * gdb.python/py-frame-args.exp: Likewise.
8751 * gdb.python/py-framefilter.exp: Likewise.
8752 * gdb.python/py-mi.exp: Likewise.
8753 * gdb.python/py-objfile-script.exp: Likewise
8754 * gdb.python/py-pp-integral.exp: Likewise.
8755 * gdb.python/py-pp-re-notag.exp: Likewise.
8756 * gdb.python/py-prettyprint.exp: Likewise.
8757 * gdb.python/py-section-script.exp: Likewise.
8758 * gdb.python/py-typeprint.exp: Likewise.
8759 * gdb.python/py-xmethods.exp: Likewise.
8760 * gdb.stabs/weird.exp: Likewise.
8761 * gdb.xml/tdesc-regs.exp: Likewise.
8762
bd286a29
KCY
87632014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8764
8765 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8766 (out_cu): Use addr_len for the size of addresses.
8767 (out_line): Likewise. Size DW_LNE_set_address instruction
8768 according to addr_len.
8769 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8770 (FUNC): Add START_INSNS to definition.
8771
673dc4a0
YQ
87722014-10-18 Yao Qi <yao@codesourcery.com>
8773
8774 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8775 gdb_has_argv0 return true.
8776 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8777 check [target_info exists noargs], check [gdb_has_argv0]
8778 instead.
8779 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8780 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8781 procedures.
8782
4ffbba72
DE
87832014-10-17 Doug Evans <dje@google.com>
8784
8785 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8786 event.
8787 * gdb.python/py-events.py: Add clear_objfiles event.
8788
d096d8c1
DE
87892014-10-17 Doug Evans <dje@google.com>
8790
8791 * gdb.python/py-objfile.exp: Test progspace attribute.
8792
a80db015
LM
87932014-10-17 Luis Machado <lgustavo@codesourcery.com>
8794
8795 * gdb.guile/scm-breakpoint.exp: Do not assume any
8796 directory separators when matching source file paths.
8797 * gdb.python/py-breakpoint.exp: Likewise.
8798 * gdb.reverse/break-precsave.exp: Likewise.
8799 * gdb.reverse/break-reverse.exp: Likewise.
8800 * gdb.reverse/consecutive-precsave.exp: Likewise.
8801 * gdb.reverse/finish-precsave.exp: Likewise.
8802 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8803 * gdb.reverse/finish-reverse.exp: Likewise.
8804 * gdb.reverse/i386-precsave.exp: Likewise.
8805 * gdb.reverse/i387-env-reverse.exp: Likewise.
8806 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8807 * gdb.reverse/machinestate-precsave.exp: Likewise.
8808 * gdb.reverse/machinestate.exp: Likewise.
8809 * gdb.reverse/sigall-precsave.exp: Likewise.
8810 * gdb.reverse/solib-precsave.exp: Likewise.
8811 * gdb.reverse/step-precsave.exp: Likewise.
8812 * gdb.reverse/until-precsave.exp: Likewise.
8813 * gdb.reverse/watch-precsave.exp: Likewise.
8814 * gdb.reverse/watch-reverse.exp: Likewise.
8815
b22089ab
YQ
88162014-10-17 Yao Qi <yao@codesourcery.com>
8817
8818 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8819 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8820
6c4486e6
PA
88212014-10-17 Pedro Alves <palves@redhat.com>
8822
8823 PR gdb/17471
8824 * gdb.base/bg-execution-repeat.c: New file.
8825 * gdb.base/bg-execution-repeat.exp: New file.
8826
0ff33695
PA
88272014-10-17 Pedro Alves <palves@redhat.com>
8828
8829 PR gdb/17300
8830 * gdb.base/continue-all-already-running.c: New file.
8831 * gdb.base/continue-all-already-running.exp: New file.
8832
6fdebc3d
PA
88332014-10-17 Pedro Alves <palves@redhat.com>
8834
8835 PR gdb/17472
8836 * gdb.base/annota-input-while-running.c: New file.
8837 * gdb.base/annota-input-while-running.exp: New file.
8838
32a8097b
PA
88392014-10-17 Pedro Alves <palves@redhat.com>
8840
8841 * gdb.base/callfuncs.exp: emove references to osf.
8842 * gdb.base/sigall.exp: Likewise.
8843 * gdb.gdb/selftest.exp: Likewise.
8844 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8845 * gdb.mi/non-stop.c: Likewise.
8846 * gdb.mi/pthreads.c: Likewise.
8847 * gdb.reverse/sigall-precsave.exp: Likewise.
8848 * gdb.reverse/sigall-reverse.exp: Likewise.
8849 * gdb.threads/pthreads.c: Likewise.
8850 * gdb.threads/pthreads.exp: Likewise.
8851
7a3517ff
YQ
88522014-10-17 Yao Qi <yao@codesourcery.com>
8853
8854 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8855 check 'target_info exists noargs'.
8856 (test_command_prompt_position): Likewise.
8857 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8858 Remove "set args".
8859 (progvar_simple_while_test): Likewise.
8860 (progvar_complex_if_while_test): Likewise.
8861 (if_while_breakpoint_command_test): Likewise.
8862 (infrun_breakpoint_command_test): Likewise.
8863 (breakpoint_command_test): Likewise.
8864 (watchpoint_command_test): Likewise.
8865 (bp_deleted_in_command_test): Likewise.
8866 (temporary_breakpoint_commands): Likewise.
8867
bb99c472
YQ
88682014-10-16 Yao Qi <yao@codesourcery.com>
8869
8870 * gdb.base/remotetimeout.exp: Remove noargs checking.
8871
7c16b83e
PA
88722014-10-15 Pedro Alves <palves@redhat.com>
8873
8874 PR breakpoints/9649
8875 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8876 * gdb.base/breakpoint-in-ro-region.exp
8877 (probe_target_hardware_step): New procedure.
8878 (top level): Probe hardware stepping and hardware breakpoint
8879 support. Test stepping through a read-only region, with both
8880 "breakpoint auto-hw" on and off and both "always-inserted" on and
8881 off.
8882
35a49624
IB
88832014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8884
8885 * gdb.dlang/demangle.exp: Update for demangling changes.
8886
2d1c107c
SC
88872014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8888
8889 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8890 * gdb.cp/non-trivial-retval.exp: Add new tests.
8891
778811d5
SC
88922014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8893
8894 PR c++/13403
8895 PR c++/15154
8896 * gdb.cp/non-trivial-retval.cc: New file.
8897 * gdb.cp/non-trivial-retval.exp: New file.
8898
10c5f0a8
YQ
88992014-10-15 Yao Qi <yao@codesourcery.com>
8900
8901 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8902 remote host.
8903
65d7b369
YQ
89042014-10-15 Yao Qi <yao@codesourcery.com>
8905
8906 * gdb.python/py-symbol.exp: Match file base name if host is
8907 remote, otherwise match file name with dir name.
8908 * gdb.python/py-symtab.exp: Likewise.
8909 * gdb.python/python.exp: Likewise.
8910
46dc1394
YQ
89112014-10-15 Yao Qi <yao@codesourcery.com>
8912
8913 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8914 pattern.
8915 * gdb.python/py-symtab.exp: Likewise.
8916 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8917 locationn.
8918
c40cc657
JB
89192014-10-14 Joel Brobecker <brobecker@adacore.com>
8920
8921 * gdb.ada/addr_arith: New testcase.
8922
2abf49e1
MR
89232014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8924
8925 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8926 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8927 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8928 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8929
f7088df3
SDJ
89302014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8931
8932 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8933 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8934 * gdb.arch/stap-eval-lang-ada.exp: New file.
8935
4dc06805
YQ
89362014-10-14 Yao Qi <yao@codesourcery.com>
8937
8938 * gdb.mi/mi-var-child.c (nothing1): New function.
8939 (nothing2): New function.
8940 (do_children_tests): Set function pointers by nothing1 and
8941 nothing2.
8942 * gdb.mi/mi-var-child.exp: Step over new added statements.
8943 Update test to match the new output.
8944 * gdb.mi/var-cmd.c (nothing1): New function.
8945 (nothing2): New function.
8946 (do_children_tests): Set function pointers by nothing1 and
8947 nothing2.
8948 * gdb.mi/mi-var-display.exp: Update test to match output.
8949 Step to the line specified by $line_dct_nothing.
8950 Increase the number of lines to step.
8951
46a93de2
YQ
89522014-10-14 Yao Qi <yao@codesourcery.com>
8953
8954 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8955 tests.
8956 * gdb.mi/mi2-var-child.exp: Likewise.
8957
14ea52ee
DE
89582014-10-13 Doug Evans <dje@google.com>
8959
8960 * gdb.python/py-objfile.exp: Change name of file name test.
8961
e5c6e92b
DE
89622014-10-13 Doug Evans <dje@google.com>
8963
8964 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8965 from the start of the CU.
8966
c780cc2f
JK
89672014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8968 Yao Qi <yao@codesourcery.com>
8969
8970 Fix "save breakpoints" for "catch" command.
8971 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8972 Remove -nonewline. Match also the added "main" line.
8973
99894e11
JK
89742014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8975
8976 Fix "save breakpoints" for "disable $bpnum" command.
8977 * gdb.base/save-bp.c (main): Add label.
8978 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8979
6e1ac5a3
JK
89802014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8981
8982 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8983
754dd2b0
YQ
89842014-10-11 Yao Qi <yao@codesourcery.com>
8985
8986 * gdb.server/server-kill.exp: Execute command
8987 "set remote trace-status-packet on" before "tstatus".
8988
f90183d7
YQ
89892014-10-11 Yao Qi <yao@codesourcery.com>
8990
8991 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8992 (main): Call getppid.
8993 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8994 and continue to it. Read variable "server_pid".
8995
bf40a607
YQ
89962014-10-11 Yao Qi <yao@codesourcery.com>
8997
8998 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8999
052ca370
YQ
90002014-10-11 Yao Qi <yao@codesourcery.com>
9001
9002 * gdb.threads/thread-find.exp: Don't execute command
9003 "info threads".
9004 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9005 * gdb.threads/linux-dp.exp: Don't check the condition
9006 $threads_created equals to zero.
9007
3831839c
PA
90082014-10-10 Pedro Alves <palves@redhat.com>
9009
9010 * gdb.base/bigcore.exp: Remove references to IRIX.
9011 * gdb.base/funcargs.exp: Likewise.
9012 * gdb.base/interrupt.exp: Likewise.
9013 * gdb.base/mips_pro.exp: Likewise.
9014 * gdb.base/nodebug.exp: Likewise.
9015 * gdb.base/setvar.exp: Likewise.
9016 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9017
8b9a549d
PA
90182014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9019 Pedro Alves <palves@redhat.com>
9020
9021 PR symtab/14466
9022 * gdb.base/vdso-warning.c: New file.
9023 * gdb.base/vdso-warning.exp: New file.
9024
d48ba5e8
DE
90252014-10-02 Doug Evans <dje@google.com>
9026
9027 * gdb.base/structs.c (main): Don't run forever.
9028
2278c276
PA
90292014-10-02 Pedro Alves <palves@redhat.com>
9030
9031 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9032 (top level) <stop threads 1, stop threads 2>: Use it.
9033
b57bacec
PA
90342014-10-02 Pedro Alves <palves@redhat.com>
9035
9036 * gdb.threads/break-while-running.exp (test): Add new
9037 'update_thread_list' argument. Skip "info threads" if false.
9038 (top level): Add new 'update_thread_list' axis.
9039
13fd3ff3
PA
90402014-10-02 Pedro Alves <palves@redhat.com>
9041
9042 PR breakpoints/17431
9043 * gdb.base/execl-update-breakpoints.c: New file.
9044 * gdb.base/execl-update-breakpoints.exp: New file.
9045
0fec99e8
PA
90462014-10-01 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.base/breakpoint-in-ro-region.c: New file.
9049 * gdb.base/breakpoint-in-ro-region.exp: New file.
9050
2ddf4301
SM
90512014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9052
9053 * gdb.mi/mi-exit-code.exp: New file.
9054 * gdb.mi/mi-exit-code.c: New file.
9055
6a5f3f43
YQ
90562014-09-30 Yao Qi <yao@codesourcery.com>
9057
9058 * lib/prelink-support.exp (build_executable_own_libs): Error if
9059 the target isn't native.
9060
345bcc73
YQ
90612014-09-30 Yao Qi <yao@codesourcery.com>
9062
9063 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9064 false.
9065
a25a5a45
PA
90662014-09-22 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.threads/break-while-running.exp: New file.
9069 * gdb.threads/break-while-running.c: New file.
9070
00ba3162
YQ
90712014-09-19 Yao Qi <yao@codesourcery.com>
9072
9073 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9074 Invoke test. Restart GDB with --readnow and invoke test again.
9075
c3b7b696
YQ
90762014-09-19 Yao Qi <yao@codesourcery.com>
9077
9078 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9079 proc set_breakpoint_on_gcd_function. Invoke
9080 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9081 invoke set_breakpoint_on_gcd_function again.
9082
2b4fd423
DE
90832014-09-18 Doug Evans <dje@google.com>
9084
9085 * gdb.dwarf2/symtab-producer.exp: New file.
9086
a5947601
SDJ
90872014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9088
9089 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9090 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9091 * gdb.base/global-var-nested-by-dso.c: Likewise.
9092 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9093
91c19059
SDJ
90942014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9095 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.base/watch-bitfields.exp: Pass string other than test file
9098 name to prepare_for_testing.
9099 (watch): New procedure.
9100 (expect_watchpoint): Use with_test_prefix.
9101 (top level): Factor out tests to ...
9102 (test_watch_location, test_regular_watch): ... these new
9103 procedures, and use with_test_prefix and gdb_continue_to_end.
9104
bb9d5f81
PP
91052014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9106
9107 PR breakpoints/12526
9108 * gdb.base/watch-bitfields.exp: New file.
9109 * gdb.base/watch-bitfields.c: New file.
9110
635856f5
PA
91112014-09-16 Pedro Alves <palves@redhat.com>
9112
9113 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9114 software and hardware addresses, not software address against
9115 itself.
9116
7280ceea
PA
91172014-09-16 Pedro Alves <palves@redhat.com>
9118
9119 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9120 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9121
428b16bd
PA
91222014-09-16 Pedro Alves <palves@redhat.com>
9123
9124 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9125 files.
9126 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9127 "*-*-vxworks*" throughout.
9128 * gdb.base/break.exp: Likewise.
9129 * gdb.base/default.exp: Likewise.
9130 * gdb.base/scope.exp: Likewise.
9131 * gdb.base/sepdebug.exp: Likewise.
9132 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9133 throughout.
9134 * gdb.base/run.c: Likewise.
9135 * gdb.base/sepdebug.c: Likewise.
9136 * gdb.hp/gdb.aCC/run.c: Likewise.
9137 * gdb.reverse/until-reverse.c: Likewise.
9138 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9139
666d413c
YQ
91402014-09-16 Yao Qi <yao@codesourcery.com>
9141
9142 * boards/local-remote-host-native.exp: New file.
9143
57cbd724
DE
91442014-09-14 Doug Evans <xdje42@gmail.com>
9145
9146 * gdb.threads/queue-signal.c (thread_count): New variable.
9147 (thread_count_mutex, thread_count_condvar): New variables.
9148 (incr_thread_count, wait_all_threads_running): New functions.
9149 (main): Wait for all threads to be in their thread functions.
9150
81219e53
DE
91512014-09-13 Doug Evans <xdje42@gmail.com>
9152
9153 * gdb.threads/queue-signal.c: New file.
9154 * gdb.threads/queue-signal.exp: New file.
9155
3714cea7
DE
91562014-09-13 Doug Evans <xdje42@gmail.com>
9157
9158 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9159 be consistent with what default_gdb_init uses.
9160 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9161 the plain text of the prompt. Add some logging printfs.
9162 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9163
fa43b1d7
PA
91642014-09-12 Pedro Alves <palves@redhat.com>
9165
9166 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9167 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9168 * gdb.arch/i386-size-overlap.exp: Likewise.
9169 * gdb.arch/i386-size.exp: Likewise.
9170 * gdb.arch/i386-unwind.exp: Likewise.
9171 * gdb.base/a2-run.exp: Likewise.
9172 * gdb.base/break.exp: Likewise.
9173 * gdb.base/charset.exp: Likewise.
9174 * gdb.base/chng-syms.exp: Likewise.
9175 * gdb.base/commands.exp: Likewise.
9176 * gdb.base/dbx.exp: Likewise.
9177 * gdb.base/find.exp: Likewise.
9178 * gdb.base/funcargs.exp: Likewise.
9179 * gdb.base/jit-simple.exp: Likewise.
9180 * gdb.base/reread.exp: Likewise.
9181 * gdb.base/sepdebug.exp: Likewise.
9182 * gdb.base/step-bt.exp: Likewise.
9183 * gdb.cp/mb-inline.exp: Likewise.
9184 * gdb.cp/mb-templates.exp: Likewise.
9185 * gdb.objc/basicclass.exp: Likewise.
9186 * gdb.threads/killed.exp: Likewise.
9187
9d9bf2df
EBM
91882014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9189
9190 PR tdep/17379
9191 * gdb.arch/powerpc-stackless.S: New file.
9192 * gdb.arch/powerpc-stackless.exp: New file.
9193
1cf2f1b0
JK
91942014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9195
9196 * gdb.base/attach.c: Include unistd.h.
9197 (main): Call alarm. Add label postloop.
9198 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9199 gdb_breakpoint, gdb_continue_to_breakpoint.
9200 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9201
98880d46
PA
92022014-09-11 Pedro Alves <palves@redhat.com>
9203
9204 PR gdb/17347
9205 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9206 * gdb.base/attach.exp (test_command_line_attach_run): New
9207 procedure.
9208 (top level): Call it.
9209
4c92ff2c
PA
92102014-09-11 Pedro Alves <palves@redhat.com>
9211
9212 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9213 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9214 (do_command_attach_tests): Use spawn_wait_for_attach.
9215 * gdb.base/solib-overlap.exp: Likewise.
9216 * gdb.multi/multi-attach.exp: Likewise.
9217 * gdb.python/py-prompt.exp: Likewise.
9218 * gdb.python/py-sync-interp.exp: Likewise.
9219 * gdb.server/ext-attach.exp: Likewise.
9220
3adc1a7d
GKB
92212014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9222
9223 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9224 command in testcase. Simplify testcase.
9225
96334934
JB
92262014-09-10 Joel Brobecker <brobecker@adacore.com>
9227
9228 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9229
eb479039
JB
92302014-09-10 Joel Brobecker <brobecker@adacore.com>
9231
9232 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9233
deede10c
JB
92342014-09-10 Joel Brobecker <brobecker@adacore.com>
9235
9236 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9237
7828a5f5
JB
92382014-09-10 Joel Brobecker <brobecker@adacore.com>
9239
9240 * gdb.dwarf2/dynarr-ptr.c: New file.
9241 * gdb.dwarf2/dynarr-ptr.exp: New file.
9242
33aeebcf
MR
92432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9244
9245 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9246 of 30 rather than hardcoding 120 for a slow test case. Take the
9247 `gdb,timeout' target setting into account for this calculation.
9248 Don't extend the timeout for the test cases that don't need it.
9249
7b415901
MR
92502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9251
9252 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9253 a factor of 2 for a slow test case. Take the `gdb,timeout'
9254 target setting into account for this calculation.
9255 * gdb.reverse/until-precsave.exp: Increase the timeout by
9256 a factor of 15 and 3 respectively rather than adding 120
9257 for a pair of slow test cases. Take the `gdb,timeout'
9258 target setting into account for this calculation.
9259
4a40f85a
MR
92602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9261
9262 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9263 timeout, don't pass one down to gdb_expect.
9264 (gdb_expect): Rework timeout selection.
9265
09635af7
MR
92662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9267
9268 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9269 exception on timeout.
9270 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9271 (gdbserver_start_extended): Catch any `gdbserver_start' error
9272 exceptions.
9273 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9274 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9275 `gdbserver_gdb_load' error exceptions.
9276
2bdd10b7
MR
92772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9278
9279 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9280 120 on waiting for the TCP socket to open.
9281
316935f0
DE
92822014-09-09 Doug Evans <xdje42@gmail.com>
9283
9284 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9285 _caller_matches, _any_caller_is, _any_caller_matches.
9286
83740597
DE
92872014-09-09 Doug Evans <xdje42@gmail.com>
9288
9289 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9290
4c122fc3
YQ
92912014-09-09 Yao Qi <yao@codesourcery.com>
9292
9293 * gdb.mi/mi-var-display.exp: Set print symbol off.
9294
a9f116cb
GKB
92952014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9296
9297 PR gdb/17035
9298 * gdb.base/commands.exp: Add tests to verify user-defined
9299 commands with empty bodies.
9300 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9301 python commands in `show user command`.
9302 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9303 scheme commands in `show user command`.
9304
c75bd3a2
JK
93052014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9306
9307 PR python/17355
9308 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9309 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9310 * gdb.python/py-framefilter-invalidarg.exp: New file.
9311 * gdb.python/py-framefilter-invalidarg.py: New file.
9312
faa42425
DE
93132014-09-06 Doug Evans <xdje42@gmail.com>
9314
9315 PR 15276
9316 * gdb.python/py-caller-is.c: New file.
9317 * gdb.python/py-caller-is.exp: New file.
9318
474ca4f6
SDJ
93192014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9320
9321 PR gdb/17235
9322 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9323 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9324
eb0b0463
SDJ
93252014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9326
9327 PR fortran/17237
9328 * gdb.fortran/print-formatted.exp: New file.
9329 * gdb.fortran/print-formatted.f90: Likewise.
9330
5f3b99cf
SS
93312014-09-03 Sasha Smundak <asmundak@google.com>
9332
9333 * gdb.python/py-frame.exp: Test Frame.read_register.
9334
7d793aa9
SDJ
93352014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9336
9337 PR python/16699
9338 * gdb.python/py-completion.exp: New file.
9339 * gdb.python/py-completion.py: Likewise.
9340
fb0576e9
DE
93412014-08-28 Doug Evans <dje@google.com>
9342
9343 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9344 eax,etc. are live with values set by gdb and thus the compiler can't
9345 use them.
9346 * gdb.arch/i386-pseudo.c (main): Ditto.
9347
ee92b0dd
DE
93482014-08-27 Doug Evans <dje@google.com>
9349
9350 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9351
6649db35
DE
93522014-08-25 Doug Evans <dje@google.com>
9353
9354 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9355 (main): Ditto.
9356
564b7600
DE
93572014-08-25 Doug Evans <dje@google.com>
9358
9359 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9360
3881fb67
YQ
93612014-08-24 Yao Qi <yao@codesourcery.com>
9362
9363 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9364 symbol off.
9365 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9366
a05a36a5
DE
93672014-08-22 Doug Evans <dje@google.com>
9368
9369 PR 17276
9370 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9371 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9372 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9373
7c343b48
YQ
93742014-08-22 Yao Qi <yao@codesourcery.com>
9375
9376 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9377 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9378 * gdb.python/python.exp: Likewise. Use .py file on the host
9379 instead of the build.
9380
22fd09ae
JK
93812014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9382
9383 * gdb.threads/gcore-stale-thread.c: New file.
9384 * gdb.threads/gcore-stale-thread.exp: New file.
9385
a8454a7c
PA
93862014-08-21 Pedro Alves <palves@redhat.com>
9387
9388 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9389 * gdb.base/gcore-relro-pie.exp: Likewise.
9390 * gdb.base/gcore-relro.exp: Likewise.
9391 * gdb.base/gcore.exp: Likewise.
9392 * gdb.base/print-symbol-loading.exp: Likewise.
9393 * gdb.threads/gcore-thread.exp: Likewise.
9394 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9395
2a31c623
PA
93962014-08-20 Pedro Alves <palves@redhat.com>
9397 Jan Kratochvil <jan.kratochvil@redhat.com>
9398
9399 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9400 configure.
9401 (EXPECT): Handle READ1 being set.
9402 (all): Depend on EXTRA_RULES.
9403 (check-read1, expect-read1, read1.so, read1): New rules.
9404 * README (Testsuite Parameters): Document the READ1 make variable.
9405 (Race detection): New section.
9406 * configure: Regenerate.
9407 * configure.ac: If build==host==target, and running under a
9408 GNU/glibc system, add read1 to the extra Makefile rules.
9409 (EXTRA_RULES): AC_SUBST it.
9410 * lib/read1.c: New file.
9411
d36430db
JB
94122014-08-20 Joel Brobecker <brobecker@adacore.com>
9413
9414 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9415 the handling of variables declared as a typedef to an array
9416 which a DW_AT_data_location attribute.
9417
9a0dc9e3
PA
94182014-08-19 Andrew Burgess <aburgess@broadcom.com>
9419 Pedro Alves <palves@redhat.com>
9420
9421 PR symtab/14604
9422 PR symtab/14605
9423 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9424 gdb_test.
9425
0718a8da
PA
94262014-08-19 Pedro Alves <palves@redhat.com>
9427
9428 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9429
13b448cd
YQ
94302014-08-19 Yao Qi <yao@codesourcery.com>
9431
9432 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9433 right line.
9434
1cbf5077
DB
94352014-08-18 David Blaikie <dblaikie@gmail.com>
9436
9437 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9438
bf0fae19
JB
94392014-08-18 Joel Brobecker <brobecker@adacore.com>
9440
9441 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9442 attribute in array range.
9443
3c8c5dcc
JB
94442014-08-18 Joel Brobecker <brobecker@adacore.com>
9445
9446 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9447
e66d4446
SC
94482014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9449
9450 PR c++/17132
9451 * gdb.cp/pr17132.cc: New file.
9452 * gdb.cp/pr17132.exp: New file.
9453
940df408
SC
94542014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9455
9456 * gdb.python/py-xmethods.py (A_getarrayind)
9457 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9458 Use 'print' with function call syntax.
9459 (E_method_matcher.match): Fix tab vs space indentation mixup.
9460
ebcc6c3a
YQ
94612014-08-15 Yao Qi <yao@codesourcery.com>
9462
9463 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9464 false.
9465
775e0f04
YQ
94662014-08-15 Yao Qi <yao@codesourcery.com>
9467
9468 * gdb.cp/casts.exp: Set print symbol off.
9469 * gdb.cp/class2.exp: Likewise.
9470 * gdb.cp/overload.exp: Likewise.
9471 * gdb.cp/templates.exp: Likewise.
9472
d769e349
DE
94732014-08-11 Doug Evans <dje@google.com>
9474
9475 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9476 (test_load_shlib): Update.
9477
20c6f1e1
YQ
94782014-08-09 Yao Qi <yao@codesourcery.com>
9479
9480 * gdb.base/display.exp: Invoke is_address_zero_readable.
9481 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9482 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9483 * gdb.base/hbreak-unmapped.exp: Return if
9484 is_address_zero_readable returns true.
9485 * gdb.base/signest.exp: Likewise.
9486 * gdb.base/signull.exp: Likewise.
9487 * gdb.base/sigbpt.exp: Likewise.
9488 * gdb.guile/scm-disasm.exp: Do the test if
9489 is_address_zero_readable returns false.
9490 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9491 * gdb.python/py-arch.exp: Likewise.
9492 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9493 * lib/gdb.exp (is_address_zero_readable): New proc.
9494
5792e8e3
YQ
94952014-08-09 Yao Qi <yao@codesourcery.com>
9496
9497 PR testsuite/13443
9498 * gdb.mi/mi-var-display.exp: Make test messages unique.
9499
3cecbbbe
TT
95002014-08-04 Tom Tromey <tromey@redhat.com>
9501
9502 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9503 target 0".
9504
00b51ff5
TT
95052014-08-04 Tom Tromey <tromey@redhat.com>
9506
9507 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9508 "target_resume".
9509
6908c509
JB
95102014-08-01 Joel Brobecker <brobecker@adacore.com>
9511
9512 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9513 inner_vla_struct_object_size.
9514 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9515 as xfail.
9516
cc6563d2
PA
95172014-07-30 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9520 comment.
9521
7e09a223
YQ
95222014-07-29 Yao Qi <yao@codesourcery.com>
9523
9524 PR gdb/17206
9525 * gdb.base/until-nodebug.exp: New.
9526
7ebdbe92
DE
95272014-07-28 Doug Evans <xdje42@gmail.com>
9528
9529 PR guile/17203
9530 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9531 previously existing parameter, and previously ambiguously spelled
9532 parameter.
9533
fdb1adc6
WN
95342014-07-28 Will Newton <will.newton@linaro.org>
9535
9536 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9537
186fcde0
DE
95382014-07-26 Ludovic Courtès <ludo@gnu.org>
9539 Doug Evans <xdje42@gmail.com>
9540
9541 PR guile/17146
9542 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9543
70509625
PA
95442014-07-25 Pedro Alves <palves@redhat.com>
9545
9546 * gdb.threads/signal-command-handle-nopass.c: New file.
9547 * gdb.threads/signal-command-handle-nopass.exp: New file.
9548 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9549 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9550 * gdb.threads/signal-delivered-right-thread.c: New file.
9551 * gdb.threads/signal-delivered-right-thread.exp: New file.
9552
c3f814a1
PA
95532014-07-25 Pedro Alves <palves@redhat.com>
9554
9555 * gdb.base/double-prompt-target-event-error.exp
9556 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9557 match.
9558 (cancel_pagination_in_target_event): Rework double prompt
9559 detection.
9560 * gdb.base/paginate-after-ctrl-c-running.exp
9561 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9562 <return>' match.
9563 * gdb.base/paginate-bg-execution.exp
9564 (test_bg_execution_pagination_return)
9565 (test_bg_execution_pagination_cancel): Remove '-notransfer
9566 <return>' matches.
9567 * gdb.base/paginate-execution-startup.exp
9568 (test_fg_execution_pagination_return)
9569 (test_fg_execution_pagination_cancel): Remove '-notransfer
9570 <return>' matches.
9571 * gdb.base/paginate-inferior-exit.exp
9572 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9573 match.
9574 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9575 * lib/gdb.exp (pagination_prompt): Run text through
9576 string_to_regexp.
9577 (gdb_test_multiple): Match $pagination_prompt instead of
9578 "<return>".
9579 (string_to_regexp): Move to lib/gdb-utils.exp.
9580
e214cf6c
JK
95812014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9582
9583 * gdb.arch/amd64-entry-value-paramref.S: New file.
9584 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9585 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9586 * gdb.arch/amd64-optimout-repeat.S: New file.
9587 * gdb.arch/amd64-optimout-repeat.c: New file.
9588 * gdb.arch/amd64-optimout-repeat.exp: New file.
9589
17d0c5c8
JK
95902014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9591
9592 PR gdb/17170
9593 * gdb.base/statistics.exp: New file.
9594
b8b8facf
DE
95952014-07-17 Doug Evans <dje@google.com>
9596
74b49205 9597 PR gdb/17170
b8b8facf
DE
9598 * gdb.base/maint.exp: Update testing of per-command stats.
9599
1b5d0ab3
PA
96002014-07-16 Pedro Alves <palves@redhat.com>
9601
9602 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9603 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9604 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9605 (tfile_write_buf): New functions.
9606 (add_memory_block): Rewrite using the above.
9607 (adjust_function_address): New function.
9608 (FUNCTION_ADDRESS): New macro.
9609 (write_basic_trace_file): Remove short_x local, and use
9610 tfile_write_16. Change type of func_addr local to unsigned long
9611 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9612 here. Cast argument of add_memory_block to char pointer.
9613 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9614 (main): Remove parameters.
9615 * gdb.trace/tfile.exp: Remove nowarnings.
9616
4d974e88
SM
96172014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9618
9619 * gdb.base/debug-expr.exp: Test string evaluation with
9620 "debug expression" on.
9621
41e99568
PA
96222014-07-15 Pedro Alves <palves@redhat.com>
9623
9624 * gdb.base/reread.exp: Use clean_restart.
9625
487d9753
PL
96262014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9627
9628 * gdb.arch/avr-flash-qualifer.c: New.
9629 * gdb.arch/avr-flash-qualifer.exp: New.
9630
cc1c52ad
PA
96312014-07-14 Pedro Alves <palves@redhat.com>
9632
9633 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9634 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9635
1e973570
PA
96362014-07-14 Pedro Alves <palves@redhat.com>
9637
9638 * gdb.base/double-prompt-target-event-error.c: New file.
9639 * gdb.base/double-prompt-target-event-error.exp: New file.
9640
93d6eb10
PA
96412014-07-14 Pedro Alves <palves@redhat.com>
9642
9643 PR gdb/17072
9644 * gdb.base/paginate-inferior-exit.c: New file.
9645 * gdb.base/paginate-inferior-exit.exp: New file.
9646
0017922d
PA
96472014-07-14 Pedro Alves <palves@redhat.com>
9648
9649 PR gdb/17072
9650 * gdb.base/paginate-bg-execution.c: New file.
9651 * gdb.base/paginate-bg-execution.exp: New file.
9652
94696ad3
PA
96532014-07-14 Pedro Alves <palves@redhat.com>
9654
9655 PR gdb/17072
9656 * gdb.base/paginate-execution-startup.c: New file.
9657 * gdb.base/paginate-execution-startup.exp: New file.
9658 * lib/gdb.exp (pagination_prompt): New global.
9659 (default_gdb_spawn): New procedure, factored out from
9660 default_gdb_spawn.
9661 (default_gdb_start): Adjust to call default_gdb_spawn.
9662 (gdb_spawn): New procedure.
9663
bd293940
PA
96642014-07-14 Pedro Alves <palves@redhat.com>
9665
9666 * lib/gdb.exp (gdb_assert): New procedure.
9667 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9668
c933f875
PA
96692014-07-14 Pedro Alves <palves@redhat.com>
9670
9671 * gdb.base/execution-termios.c: New file.
9672 * gdb.base/execution-termios.exp: New file.
9673
d98b7a16
TT
96742014-07-14 Tom Tromey <tromey@redhat.com>
9675
9676 * gdb.cp/vla-cxx.cc: New file.
9677 * gdb.cp/vla-cxx.exp: New file.
9678
548740d6
TT
96792014-07-14 Tom Tromey <tromey@redhat.com>
9680
9681 * gdb.reverse/rerun-prec.c: New file.
9682 * gdb.reverse/rerun-prec.exp: New file.
9683
a25eb028
MR
96842014-07-12 Maciej W. Rozycki <macro@mips.com>
9685 Maciej W. Rozycki <macro@codesourcery.com>
9686
9687 * lib/gdb-utils.exp: New file.
9688 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9689 inline `gdb_init_command' processing.
9690 (gdb_start_cmd): Likewise.
9691 * lib/mi-support.exp (mi_run_cmd): Likewise.
9692 * README: Document `gdb_init_command' and `gdb_init_commands'.
9693
218c2655
JK
96942014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9695
9696 Fix false FAIL running under a very long directory name.
9697 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9698 and "set print elements 10000". Twice.
9699
5401fde3
YQ
97002014-07-11 Yao Qi <yao@codesourcery.com>
9701
9702 * gdb.base/exprs.exp: "set print symbol off".
9703
e76126e8
PA
97042014-07-11 Pedro Alves <palves@redhat.com>
9705
9706 * gdb.threads/kill.c: New file.
9707 * gdb.threads/kill.exp: New file.
9708
2d6f0de6
YQ
97092014-07-10 Yao Qi <yao@codesourcery.com>
9710
9711 * gdb.trace/tfile.c (write_basic_trace_file)
9712 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9713 address written to trace file.
9714
7180e04a
PA
97152014-07-09 Pedro Alves <palves@redhat.com>
9716
9717 * gdb.base/attach-wait-input.exp: New file.
9718 * gdb.base/attach-wait-input.c: New file.
9719
9a9a7608
AB
97202014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9721
9722 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9723 setting up test structures.
9724 (main): Call new test function.
9725 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9726 test function, continue into test function and walk test
9727 structures.
9728
161ac41e
YQ
97292014-07-02 Yao Qi <yao@codesourcery.com>
9730
9731 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9732 'bar_start' at the beginning of functions 'foo' and 'bar'
9733 respectively.
9734 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9735 instead of 'foo' and 'bar'.
9736
1f267ae3
MM
97372014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9738
9739 * gdb.btrace/segv.exp: New.
9740 * gdb.btrace/segv.c: New.
9741
2b239efb
LM
97422014-07-02 Luis Machado <lgustavo@codesourcery.com>
9743
9744 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9745 instruction.
9746
cf363f18
MW
97472014-06-30 Mark Wielaard <mjw@redhat.com>
9748
9749 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9750 vulture, vilify, villar): New volatile array constants.
9751 (vindictive, vegetation): New const volatile array constants.
9752 * gdb.base/volatile.exp: Test volatile and const volatile array
9753 types.
9754
aebf9d24
AA
97552014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9756
9757 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9758 target lacks support for awatch, rwatch, or hbreak.
9759
b67a2c6f
YQ
97602014-06-27 Yao Qi <yao@codesourcery.com>
9761
9762 * gdb.multi/dummy-frame-restore.exp: New.
9763 * gdb.multi/dummy-frame-restore.c: New.
9764
aef92902
MM
97652014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9766
9767 * gdb.btrace/gcore.exp: New.
9768
8e9db26e
PA
97692014-06-23 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.base/watchpoint-reuse-slot.c: New file.
9772 * gdb.base/watchpoint-reuse-slot.exp: New file.
9773
70afc5b7
SC
97742014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9775
9776 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9777 progspace's filename in 'info', 'enable' and 'disable' command
9778 tests.
9779
b972bd9c
JK
97802014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9781
9782 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9783 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9784 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9785
125f8a3d
GB
97862014-06-20 Gary Benson <gbenson@redhat.com>
9787
9788 * gdb.arch/i386-avx.exp: Fix include file location.
9789 * gdb.arch/i386-sse.exp: Likewise.
9790
3ed9baed
IB
97912014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9792
9793 * gdb.dlang/expression.exp: New file.
9794
034f788c
PA
97952014-06-19 Pedro Alves <palves@redhat.com>
9796
9797 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9798 out from ...
9799 (top level): ... here. Iterate running tests under different
9800 scheduler-locking settings.
9801
45371d0c
LM
98022014-06-18 Luis Machado <lgustavo@codesourcery.com>
9803
9804 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9805 to DW_FORM_addr and use non-zero addresses.
9806
5d376983
SC
98072014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9808
9809 PR gdb/17017
9810 * gdb.python/py-xmethods.cc: Add global function call counters and
9811 increment them in their respective functions. Remove "cout"
9812 statements.
9813 * gdb.python/py-xmethods.exp: Make tests check the global function
9814 call counters instead of depending on inferior IO.
9815
a1aa2221
LM
98162014-06-18 Don Breazeal <donb@codesourcery.com>
9817
9818 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9819 Deleted procedure.
9820 (explicit_fork_parent_follow): Deleted procedure.
9821 (explicit_fork_child_follow): Deleted procedure.
9822 (test_follow_fork): New procedure.
9823 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9824 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9825 procedure calls.
9826
0fc05997
YQ
98272014-06-17 Yao Qi <yao@codesourcery.com>
9828
9829 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9830 CP1252.
9831
70795c52
LM
98322014-06-17 Luis Machado <lgustavo@codesourcery.com>
9833
9834 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9835 Initialize ptr and S explicitly.
9836 (skip_type_update_when_not_use_rtti_test): Likewise.
9837
6be47f0c
KS
98382014-06-16 Keith Seitz <keiths@redhat.com>
9839
9840 PR mi/15863
9841 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9842 the inferior is started.
9843
d03de421
PA
98442014-06-16 Pedro Alves <palves@redhat.com>
9845
9846 * gdb.base/break-main-file-remove-fail.c: New file.
9847 * gdb.base/break-main-file-remove-fail.exp: New file.
9848 * gdb.base/break-unload-file.exp: Use build_executable instead of
9849 prepare_for_testing.
9850 (test_break): New parameter "initial_load". Handle it.
9851 (top level): Add initial_load cmdline/file axis.
9852
f9579b99
TT
98532014-06-12 Tom Tromey <tromey@redhat.com>
9854
9855 * gdb.base/completion.exp: Don't use directory name in test.
9856
3657956b
GB
98572014-06-09 Gary Benson <gbenson@redhat.com>
9858
9859 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9860 separate the always-available ANSI-standard signals from the
9861 signals that require checking.
9862 (main): Likewise.
9863 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9864 Likewise.
9865 (main): Likewise.
9866
4186eb54
KS
98672014-06-07 Keith Seitz <keiths@redhat.com>
9868
9869 Revert:
9870 PR c++/16253
9871 * gdb.cp/var-tag.cc: New file.
9872 * gdb.cp/var-tag.exp: New file.
9873 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9874 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9875 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9876 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9877
25326a28 98782014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9879
9880 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9881
829155c9
PA
98822014-06-06 Pedro Alves <palves@redhat.com>
9883
9884 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9885 in target debug output instead of looking at RSP packets,
9886 disabling the test on any target that uses hardware stepping.
9887 Update comments.
9888
61c8d22e
PA
98892014-06-06 Pedro Alves <palves@redhat.com>
9890
9891 * gdb.base/break-unload-file.exp: Fix typo.
9892
d9a47287
YQ
98932014-06-06 Yao Qi <yao@codesourcery.com>
9894
9895 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9896 from "jit_function" to "^jit_function".
9897
e5e01dbf
YQ
98982014-06-06 Yao Qi <yao@codesourcery.com>
9899
9900 * gdb.base/async.c (foo): Add one statement.
9901 * gdb.base/async.exp: Get the next instruction address and
9902 match the output of "nexti" by instruction address. Match
9903 the hex address in the output of "finish".
9904
73ba372c
GB
99052014-06-06 Gary Benson <gbenson@redhat.com>
9906
9907 * gdb.base/call-signals.c: Remove preprocessor conditionals
9908 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9909 SIGSEGV and SIGTERM.
9910 * gdb.base/sigall.c: Likewise.
9911 * gdb.base/unwindonsignal.c: Likewise.
9912 * gdb.reverse/sigall-reverse.c: Likewise.
9913
831517df
YQ
99142014-06-06 Yao Qi <yao@codesourcery.com>
9915
9916 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9917 readable, skip the test.
9918
b8b91e98
YQ
99192014-06-06 Yao Qi <yao@codesourcery.com>
9920
9921 * gdb.threads/staticthreads.c (thread_function): Move the line
9922 setting breakpoint on forward.
9923 * gdb.threads/staticthreads.exp: Update comments.
9924
fb934770
LC
99252014-06-05 Ludovic Courtès <ludo@gnu.org>
9926
9927 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9928 "history-append! type error".
9929
6ef284bd
SM
99302014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9931
9932 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9933 erroneous dprintf expected input.
9934
a872e241
DE
99352014-06-04 Doug Evans <xdje42@gmail.com>
9936
9937 * gdb.guile/scm-generics.exp: Delete.
9938
16f691fb
DE
99392014-06-04 Doug Evans <xdje42@gmail.com>
9940
9941 * gdb.guile/scm-breakpoint.exp: Update.
9942 Add tests for breakpoint registration.
9943
012370f6
TT
99442014-06-04 Tom Tromey <tromey@redhat.com>
9945
9946 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9947 VLA-in-union.
9948 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9949 inner_vla_struct, vla_union types. Initialize objects of those
9950 types and compute their sizes.
9951
9f5a4cef
HZ
99522014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9953 Hui Zhu <hui@codesourcery.com>
9954
9955 * gdb.base/fileio.exp: Add test for shell not available as well as
9956 available.
9957 * gdb.base/fileio.c (test_system): Check for shell twice.
9958
90a45c4d
YQ
99592014-06-04 Yao Qi <yao@codesourcery.com>
9960
9961 * gdb.base/auto-connect-native-target.exp: Remove redundant
9962 space from the regexp pattern.
9963
70017e41
YQ
99642014-06-04 Yao Qi <yao@codesourcery.com>
9965
9966 * gdb.base/default.exp: Replace "child" with "native" in
9967 regexp pattern.
9968
883964a7
SC
99692014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9970
9971 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9972 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9973 * gdb.python/py-xmethods.py: Python script supporting the
9974 new testcase and tests.
9975
ef370185
JB
99762014-06-03 Joel Brobecker <brobecker@adacore.com>
9977 Pedro Alves <palves@redhat.com>
9978
9979 PR breakpoints/17000
9980 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9981 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9982
1e2ccb61
BM
99832014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9984
9985 * gdb.base/subst.exp: Add tests to verify partial path matching
9986 output.
9987
c6ec5ab2
PA
99882014-06-03 Pedro Alves <palves@redhat.com>
9989
9990 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9991 target that doesn't use software single-stepping.
9992
835c559f
PA
99932014-06-03 Pedro Alves <palves@redhat.com>
9994
9995 PR breakpoints/17000
9996 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9997 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9998
06eb1586
DE
99992014-06-02 Doug Evans <xdje42@gmail.com>
10000
10001 * gdb.guile/scm-parameter.exp: New file.
10002
e698b8c4
DE
100032014-06-02 Doug Evans <xdje42@gmail.com>
10004
10005 * gdb.guile/scm-cmd.c: New file.
10006 * gdb.guile/scm-cmd.exp: New file.
10007
ded03782
DE
100082014-06-02 Doug Evans <xdje42@gmail.com>
10009
10010 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10011 pretty-printer lookup.
10012 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10013 (make-pp_s-printer): Call it.
10014 (make-pretty-printer-from-dict): New function.
10015 (lookup-pretty-printer-maker-from-dict): New function.
10016 (*pretty-printer*): Simplify.
10017 (make-objfile-pp_s-printer): New function.
10018 (install-objfile-pretty-printers!): New function.
10019 (make-progspace-pp_s-printer): New function.
10020 (install-progspace-pretty-printers!): New function.
10021 * gdb.guile/scm-progspace.c: New file.
10022 * gdb.guile/scm-progspace.exp: New file.
10023
41fac0cf
PA
100242014-06-02 Pedro Alves <palves@redhat.com>
10025
10026 * gdb.base/dprintf-bp-same-addr.c: New file.
10027 * gdb.base/dprintf-bp-same-addr.exp: New file.
10028
96ae5695
EBM
100292014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10030
10031 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10032 * gdb.arch/powerpc-power.s: Likewise.
10033
da02b3a8
JB
100342014-06-02 Joel Brobecker <brobecker@adacore.com>
10035
10036 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10037
c72b2e7b
YQ
100382014-06-01 Yao Qi <yao@codesourcery.com>
10039
10040 * gdb.base/watchpoint.exp (test_watch_location): Check null
10041 pointer can be dereferenced. If not, do the test, otherwise
10042 skip it.
10043
53e8a631
AB
100442014-05-30 Andrew Burgess <aburgess@broadcom.com>
10045
10046 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10047 results.
10048 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10049
938f0e2f
AB
100502014-05-30 Andrew Burgess <aburgess@broadcom.com>
10051
10052 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10053 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10054 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10055 * gdb.arch/amd64-invalid-stack-top.c: New file.
10056 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10057
9ba6657a
PA
100582014-05-30 Pedro Alves <palves@redhat.com>
10059
10060 PR breakpoints/17000
10061 * gdb.base/sss-bp-on-user-bp.c: New file.
10062 * gdb.base/sss-bp-on-user-bp.exp: New file.
10063
522c09bf
DB
100642014-05-30 David Blaikie <dblaikie@gmail.com>
10065
10066 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10067 gnu_inline semantics via attribute.
10068 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10069 source explicitly specifies the required semantics.
10070
bf4ef81e
MR
100712014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10072
10073 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10074
329ea579
PA
100752014-05-29 Pedro Alves <palves@redhat.com>
10076 Tom Tromey <tromey@redhat.com>
10077
10078 * gdb.base/async-shell.exp: Don't enable target-async.
10079 * gdb.base/async.exp
10080 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10081 parameter. Adjust.
10082 (top level): Don't test with "target-async".
10083 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10084 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10085 * gdb.base/inferior-died.exp: Don't enable target-async.
10086 * gdb.base/interrupt-noterm.exp: Likewise.
10087 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10088 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10089 * gdb.mi/mi-nonstop.exp: Likewise.
10090 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10091 * gdb.mi/mi-nsintrall.exp: Likewise.
10092 * gdb.mi/mi-nsmoribund.exp: Likewise.
10093 * gdb.mi/mi-nsthrexec.exp: Likewise.
10094 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10095 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10096 * gdb.python/py-evsignal.exp: Don't enable target-async.
10097 * gdb.python/py-evthreads.exp: Likewise.
10098 * gdb.python/py-prompt.exp: Likewise.
10099 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10100 * gdb.server/solib-list.exp: Don't enable target-async.
10101 * gdb.threads/thread-specific-bp.exp: Likewise.
10102 * lib/mi-support.exp: Adjust to use mi-async.
10103
fd664c91
PA
101042014-05-29 Pedro Alves <palves@redhat.com>
10105
10106 PR gdb/13860
10107 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10108 reason, even in sync mode.
10109
251bde03
PA
101102014-05-29 Pedro Alves <palves@redhat.com>
10111 Hui Zhu <hui@codesourcery.com>
10112
10113 PR PR15693
10114 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10115 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10116 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10117 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10118
7f3c0343
JB
101192014-05-28 Joel Brobecker <brobecker@adacore.com>
10120
10121 * config/monitor.exp (gdb_target_monitor): Replace use of
10122 "set remotebaud" by "set serial baud".
10123
b2715b27
AW
101242014-05-26 Andy Wingo <wingo@igalia.com>
10125
10126 * gdb.guile/scm-breakpoint.exp:
10127 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10128 properties instead of gdb-object-properties.
10129
498a4489
YQ
101302014-05-26 Yao Qi <yao@codesourcery.com>
10131
10132 * gdb.server/no-thread-db.exp: Specify source file name
10133 explicitly when setting a breakpoint.
10134
589fdceb
MM
101352014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10136
10137 * gdb.btrace/vdso.c: New.
10138 * gdb.btrace/vdso.exp: New.
10139
e9089e05
MM
101402014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10141
10142 * gdb.base/gcore.exp (capture_command_output): Move ...
10143 * lib/gdb.exp (capture_command_output): ... here.
10144
67b5c0c1
MM
101452014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10146
10147 * gdb.btrace/data.exp: Test memory access during btrace replay.
10148
a2199296
SM
101492014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10150
10151 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10152
17b2616c
PA
101532014-05-21 Pedro Alves <palves@redhat.com>
10154
10155 PR gdb/13860
10156 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10157 (top level): Test that output related to execution commands is
10158 sent to the console with CLI commands, but not with MI commands.
10159 Test that breakpoint events are always mirrored to the console.
10160 Also expect the new source line to be output after a "next" in
10161 async mode too. Make it a pass/fail test.
10162 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10163 output.
10164 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10165
5166082f
PA
101662014-05-21 Pedro Alves <palves@redhat.com>
10167
10168 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10169 Use them to test variations of "list" after reaching a breakpoint.
10170 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10171 Test "list" with listsize 10 after reaching a breakpoint.
10172 * gdb.python/python.exp (decode_line current location line
10173 number): Adjust expected line number.
10174
2f25d70f
SM
101752014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10176
10177 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10178 behavior for $args, pass it directly to "run".
10179
ff604a67
MR
101802014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10181
10182 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10183 30000 to 65536.
10184
6a3cb8e8
PA
101852014-05-21 Pedro Alves <palves@redhat.com>
10186
10187 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10188 auto-connect-native-target off".
10189 * gdb.base/auto-connect-native-target.c: New file.
10190 * gdb.base/auto-connect-native-target.exp: New file.
10191
4ebfc96e
PA
101922014-05-21 Pedro Alves <palves@redhat.com>
10193
10194 * gdb.base/default.exp: Test "target native" instead of "target
10195 child".
10196
36d46afb
MW
101972014-05-21 Mark Wielaard <mjw@redhat.com>
10198
10199 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10200
5876f503
JK
102012014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10202
10203 Fix TLS access for -static -pthread.
10204 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10205 <HAVE_TLS> (thread_function, main): Initialize it.
10206 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10207 Add clean_restart.
10208 <$have_tls != "">: Check TLSVAR.
10209
0256a6ac
PA
102102014-05-21 Pedro Alves <palves@redhat.com>
10211
10212 * gdb.base/dcache-line-read-error.c: New.
10213 * gdb.base/dcache-line-read-error.exp: New.
10214
936d2992
PA
102152014-05-20 Pedro Alves <palves@redhat.com>
10216
10217 * gdb.base/compare-sections.c: New file.
10218 * gdb.base/compare-sections.exp: New file.
10219
802e8e6d
PA
102202014-05-20 Pedro Alves <palves@redhat.com>
10221
10222 * gdb.base/break-idempotent.c: New file.
10223 * gdb.base/break-idempotent.exp: New file.
10224
e59fa00f
MM
102252014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10226
10227 * gdb.btrace/nohist.exp: New.
10228
8b696e31
YQ
102292014-05-20 Yao Qi <yao@codesourcery.com>
10230
10231 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10232 gdb.reverse directory and gdb_reverse_timeout exists in board
10233 setting.
10234 * README: Document gdb_reverse_timeout.
10235
73c9764f
YQ
102362014-05-20 Yao Qi <yao@codesourcery.com>
10237
10238 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10239 'test_file_name'. Treat args as a string instead of a list.
10240 (gdb_init): Rename argument 'args' by 'test_file_name'.
10241
f1f4348a
JK
102422014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10243
10244 * gdb.arch/powerpc-power.exp: New file.
10245 * gdb.arch/powerpc-power.s: New file.
10246
0dbe70ce
DE
102472014-05-16 Doug Evans <dje@google.com>
10248
10249 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10250 * gdb.base/completion.exp: Check that all expected files exist
10251 before doing file completion.
0dbe70ce 10252
8d551b02
DE
102532014-05-16 Doug Evans <dje@google.com>
10254
10255 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10256 Update.
10257 (do_syscall_tests_without_xml): Update.
10258
73eb7709
PA
102592014-05-16 Pedro Alves <palves@redhat.com>
10260
10261 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10262 instead of "unknown output after running".
10263
3fae92fc
YQ
102642014-05-16 Yao Qi <yao@codesourcery.com>
10265
10266 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10267 file1.txt from host at the end.
10268 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10269
c2b2ccc5
DE
102702014-05-15 Doug Evans <dje@google.com>
10271
10272 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10273 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10274 loading file. Add test for TU lookup.
10275
8c217a4b
SM
102762014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10277
10278 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10279 calling "-exec-arguments" or "set args" before running the
10280 inferior.
10281
3deb39c6
SM
102822014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10283
10284 * lib/mi-support.exp (mi_expect_stop): Expect message for
10285 inferiors that exit with non-zero exit code.
10286
71a79f8c
YQ
102872014-05-14 Yao Qi <yao@codesourcery.com>
10288
10289 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10290 match absolute path on remote host.
10291 (test_file_list_exec_source_files): Remove "/" from the
10292 pattern.
10293
f23fcd46
YQ
102942014-05-14 Yao Qi <yao@codesourcery.com>
10295
10296 * boards/local-remote-host-notty.exp (${board}_file): New
10297 proc.
10298
9404b58f
KM
102992014-05-07 Kyle McMartin <kyle@redhat.com>
10300
10301 Pushed by Joel Brobecker <brobecker@adacore.com>.
10302 * gdb.arch/aarch64-atomic-inst.c: New file.
10303 * gdb.arch/aarch64-atomic-inst.exp: New file.
10304
5e45f04c
YQ
103052014-05-07 Yao Qi <yao@codesourcery.com>
10306
10307 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10308 in current context" too.
10309
c888a17d
KS
103102014-05-05 Keith Seitz <keiths@redhat.com>
10311
10312 * gdb.linespec/ls-dollar.exp: Add test for linespec
10313 file:convenience_variable.
10314
290a839c
YQ
103152014-05-05 Yao Qi <yao@codesourcery.com>
10316
10317 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10318 traceframes into tfile and ctf trace files. Read data from
10319 trace file and test collected data.
10320 (gdb_collect_locals_test): Likewise.
10321 (gdb_unavailable_registers_test): Likewise.
10322 (gdb_unavailable_floats): Likewise.
10323 (gdb_collect_globals_test): Likewise.
10324 (top-level): Append "ctf" to trace_file_targets if GDB
10325 supports.
10326
b5262cd0
YQ
103272014-05-05 Yao Qi <yao@codesourcery.com>
10328
10329 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10330 code to ...
10331 (gdb_collect_args_test_1): ... it. New proc.
10332 (gdb_collect_locals_test): Move some code to ...
10333 (gdb_collect_locals_test_1): ... it. New proc.
10334 (gdb_unavailable_registers_test): Move some code to ...
10335 (gdb_unavailable_registers_test_1): ... it. New proc.
10336 (gdb_unavailable_floats): Move some code to ...
10337 (gdb_unavailable_floats_1): ... it. New proc.
10338
30a1e6cc
SDJ
103392014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10340
10341 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10342 probes to test for bitness recognition.
10343 * gdb.arch/amd64-stap-optional-prefix.exp
10344 (test_probe_value_without_reg): New procedure.
10345 Add code to test for different kinds of bitness.
10346
f33da99a
SDJ
103472014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10348
10349 PR breakpoints/16889
10350 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10351 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10352
5b80f00d
PA
103532014-05-01 Pedro Alves <palves@redhat.com>
10354
10355 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10356 gdb_file_cmd if no file is specified.
10357 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10358 last_loaded_file to set the remote exec-file.
10359
f8c2a73c
PA
103602014-05-01 Pedro Alves <palves@redhat.com>
10361
10362 * boards/local-remote-host.exp: New file.
10363
be6e8ac7
PA
103642014-05-01 Pedro Alves <palves@redhat.com>
10365
10366 * boards/local-remote-host.exp: Rename to ...
10367 * boards/local-remote-host-notty.exp: ... this.
10368
cac0dc8f
JB
103692014-04-28 Joel Brobecker <brobecker@adacore.com>
10370
10371 * gdb.ada/dyn_arrayidx: New testcase.
10372
9730e6cc
YQ
103732014-04-26 Yao Qi <yao@codesourcery.com>
10374
10375 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10376 and compute the length of function main. Save it in
10377 $main_length.
10378 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10379 (top-level): Use gdb_compile to compile objects into
10380 executable and restart GDB. Remove invocation to
10381 prepare_for_testing.
10382
7ae1a6a6
PA
103832014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10384 Pedro Alves <palves@redhat.com>
10385
10386 PR server/16255
10387 * gdb.multi/multi-attach.c: New file.
10388 * gdb.multi/multi-attach.exp: New file.
10389
4082afcc
PA
103902014-04-25 Pedro Alves <palves@redhat.com>
10391
10392 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10393 user.
10394 (top level): Test that "set remote conditional-breakpoints-packet
10395 off" works as intended.
10396 * gdb.base/dprintf.exp: Test that "set remote
10397 breakpoint-commands-packet off" works as intended.
10398 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10399 New function.
10400 (top level): Call it.
10401 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10402 remote fast-tracepoints-packet off" works as intended.
10403 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10404 * lib/gdb.exp (gdb_is_target_remote): ... here.
10405
2abc3f8d
DB
104062014-04-24 David Blaikie <dblaikie@gmail.com>
10407
10408 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10409 ensure clang would not discard them.
10410 * gdb.base/gdbvars.c: Ditto.
10411 * gdb.base/memattr.c: Ditto.
10412 * gdb.base/whatis.c: Ditto.
10413 * gdb.python/py-prettyprint.c: Ditto.
10414 * gdb.trace/actions.c: Ditto.
10415 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10416 ensure clang would not discard it.
10417
bfd39632
DB
104182014-04-24 David Blaikie <dblaikie@gmail.com>
10419
10420 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10421 clang to emit the full definition of type required by the test
10422 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10423
22842ff6
DB
104242014-04-24 David Blaikie <dblaikie@gmail.com>
10425
10426 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10427 coax Clang into emitting the definition of the type.
10428 * gdb.cp/pr10728-x.h (y): Ditto.
10429 * gdb.cp/pr10728-y.cc (y): Ditto.
10430
c2e827ad
DB
104312014-04-24 David Blaikie <dblaikie@gmail.com>
10432
10433 * gdb.base/label.exp: XFAIL label related tests under Clang.
10434 * gdb.cp/cplabel.exp: Ditto.
10435 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10436 under Clang those using labels.
10437
4c2d33e7
YQ
104382014-04-25 Yao Qi <yao@codesourcery.com>
10439
10440 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10441 double_label.
10442 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10443 partial_label and double_label.
10444
56083b99
DB
104452014-04-24 David Blaikie <dblaikie@gmail.com>
10446
10447 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10448
25d4e99d
DB
104492014-04-24 David Blaikie <dblaikie@gmail.com>
10450
10451 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10452 of the function to work across GCC and Clang.
10453 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10454 pointer types (const void ** const V void **).
10455
01f9f808
MS
104562014-04-24 Michael Sturm <michael.sturm@mintel.com>
10457 Walfred Tedeschi <walfred.tedeschi@intel.com>
10458
10459 * Makefile.in (EXECUTABLES): Added i386-avx512.
10460 * gdb.arch/i386-avx512.c: New file.
10461 * gdb.arch/i386-avx512.exp: Likewise.
10462
4b48d439
KS
104632014-04-23 Keith Seitz <keiths@redhat.com>
10464
10465 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10466 (mi_make_breakpoint_table): New procedure.
10467 (mi_create_breakpoint): Use mi_make_breakpoint
10468 and return the result.
10469 (mi_make_breakpoint): New procedure.
10470 (mi_build_kv_pairs): New procedure.
10471
10472 * gdb.mi/mi-break.exp: Remove unused globals,
10473 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10474 All callers updated.
10475 * gdb.mi/mi-dprintf.exp: Use variable to track command
10476 number.
10477 Update all callers of mi_create_breakpoint and use
10478 mi_make_breakpoint_table.
10479 Remove any unused global variables.
10480 * gdb.mi/mi-nonstop.exp: Likewise.
10481 * gdb.mi/mi-nsintrall.exp: Likewise.
10482 * gdb.mi/mi-nsmoribund.exp: Likewise.
10483 * gdb.mi/mi-nsthrexec.exp: Likewise.
10484 * gdb.mi/mi-reverse.exp: Likewise.
10485 * gdb.mi/mi-simplerun.exp: Likewise.
10486 * gdb.mi/mi-stepn.exp: Likewise.
10487 * gdb.mi/mi-syn-frame.exp: Likewise.
10488 * gdb.mi/mi-until.exp: Likewise.
10489 * gdb.mi/mi-var-cp.exp: Likewise.
10490 * gdb.mi/mi-var-display.exp: Likewise.
10491 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10492 * gdb.mi/mi2-var-child.exp: Likewise.
10493 * gdb.mi/mi-vla-c99.exp: Likewise.
10494 * lib/mi-support.exp: Likewise.
10495
10496 From Ian Lance Taylor <iant@cygnus.com>:
10497 * lib/gdb.exp (parse_args): New procedure.
10498
08351840
PA
104992014-04-23 Pedro Alves <palves@redhat.com>
10500
10501 * gdb.base/break-unload-file.c: New file.
10502 * gdb.base/break-unload-file.exp: New file.
10503 * gdb.base/sym-file-lib.c (baz): New function.
10504 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10505 field.
10506 (load): Store the segment's mapped size.
10507 (unload): New function.
10508 (unload_shlib): New function.
10509 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10510 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10511 set a breakpoint at baz, and call it.
10512 * gdb.base/sym-file.exp: New tests for stale breakpoint
10513 instructions.
10514
076855f9
PA
105152014-04-23 Pedro Alves <palves@redhat.com>
10516
10517 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10518 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10519 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10520 * gdb.base/hbreak-unmapped.c: New file.
10521 * gdb.base/hbreak-unmapped.exp: New file.
10522 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10523 * lib/gdb.exp (gdb_is_target_remote): ... here.
10524
483805cf
PA
105252014-04-22 Pedro Alves <palves@redhat.com>
10526
10527 * gdb.base/consecutive-step-over.c: New file.
10528 * gdb.base/consecutive-step-over.exp: New file.
10529
06d97543
PA
105302014-04-22 Pedro Alves <palves@redhat.com>
10531
10532 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10533 instead of send_gdb/gdb_expect.
10534
b4429ea2
YQ
105352014-04-22 Yao Qi <yao@codesourcery.com>
10536
10537 * lib/trace-support.exp (generate_tracefile): New procedure.
10538 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10539 return 0.
10540 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10541 if generate_tracefile returns 1.
10542
51d48146
PA
105432014-04-18 Tom Tromey <palves@redhat.com>
10544 Pedro alves <tromey@redhat.com>
10545
10546 PR backtrace/15558
10547 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10548 with a backtrace limit.
10549 * gdb.python/py-frame-inline.exp: Test running to an inline
10550 function with a backtrace limit, and printing the newest frame.
10551 * gdb.python/py-frame-inline.c (main): Call f.
10552
bd1dce5f
MS
105532014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10554
10555 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10556
40d1a503
MS
105572014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10558
10559 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10560 Drop prefix from unsupported source file path.
10561
389b98f7
YQ
105622014-04-17 Yao Qi <yao@codesourcery.com>
10563
10564 * lib/gdb.exp (with_target_charset): New proc.
10565 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10566 with_target_charset.
10567 (test_print_strings): Likewise.
10568 (test_repeat_bytes): Likewise.
10569 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10570 for some tests.
10571
22869d73
KS
105722014-04-16 Keith Seitz <keiths@redhat.com>
10573
10574 PR gdb/15827
10575 * gdb.dwarf2/corrupt.c: New file.
10576 * gdb.dwarf2/corrupt.exp: New file.
10577
c4f87ca6
KS
105782014-04-16 Keith Seitz <keiths@redhat.com>
10579
10580 PR c++/16597
10581 * gdb.cp/namelessclass.cc: New file.
10582 * gdb.cp/namelessclass.exp: New file.
10583 * gdb.cp/namelessclass.S: New file.
10584
ab19de87
DE
105852014-04-16 Doug Evans <dje@google.com>
10586
10587 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10588 Add comment.
10589 (gdbserver_default_get_comm_port): New function.
10590 (gdbserver_start): Check if board file provided
10591 "gdbserver,get_comm_port" and use it if so.
10592 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10593 (gdb,socketport): Set to "stdio".
10594 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10595 (stdio_gdbserver_template): Delete.
10596 (${board}_get_remote_address): Update.
10597 (${board}_build_remote_cmd): Delete.
10598 (${board}_get_comm_port): New function.
10599 (${board}_spawn): Update.
10600 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10601 Delete.
10602 (${board}_get_remote_address): Update.
10603 (${board}_get_comm_port): New function.
10604
fc98a809
AB
106052014-04-16 Andrew Burgess <aburgess@broadcom.com>
10606
10607 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10608 appearing in any order.
10609
87fd9e6e
DE
106102014-04-15 Doug Evans <dje@google.com>
10611
10612 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10613 uninitialized value of "description".
10614
099fc3ea
KS
106152014-04-15 Keith Seitz <keiths@redhat.com>
10616
10617 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10618 Remove unused globals.
10619 (test_running_the_program): Likewise.
10620 (test_controlled_execution): Likewise.
10621 (test_controlling_breakpoints): Likewise.
10622 (test_program_termination): Likewise.
10623
5da151d4
KS
106242014-04-15 Keith Seitz <keiths@redhat.com>
10625
10626 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10627 unused globals.
10628 (test_rbreak_creation_and_listing): Likewise.
10629 (test_ignore_count): Likewise.
10630 (test_error): Likewise.
10631
35e5d2f0
PA
106322014-04-15 Pedro Alves <palves@redhat.com>
10633
10634 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10635 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10636 sym-file-loader.c.
10637 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10638 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10639 to sym-file-loader.c.
10640 (struct library): Forward declare.
10641 (load_shlib, lookup_function): Change prototypes.
10642 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10643 (translate_offset): Remove declarations.
10644 (get_text_addr): New declaration.
10645 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10646 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10647 sym-file-loader.h.
10648 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10649 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10650 here from sym-file-loader.h.
10651 (struct library): New structure.
10652 (load_shlib, lookup_function): Change prototypes and adjust to
10653 work with a struct library.
10654 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10655 (translate_offset): Make static.
10656 (get_text_addr): New function.
10657 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10658
eb4c1710
PA
106592014-04-15 Pedro Alves <palves@redhat.com>
10660
10661 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10662
2d1baf52
PA
106632014-04-15 Pedro Alves <palves@redhat.com>
10664
10665 * gdb.base/sym-file-loader.c: Include <limits.h>.
10666 (SELF_LINK): New define.
10667 (get_origin): New function.
10668 (load_shlib): Use it.
10669 * gdb.base/sym-file.exp: Don't early return if the target is
10670 remote. Use runto_main, and issue fail is that fails. Use
10671 gdb_load_shlibs.
10672 (shlib_name): Delete.
10673 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10674
7dd6df01
PA
106752014-04-15 Pedro Alves <palves@redhat.com>
10676
10677 * gdb.base/sym-file.exp: Remove regex characters from test
10678 message. Don't refer to breakpoint numbers in test messages.
10679
b50c8614
KS
106802014-04-14 Keith Seitz <keiths@redhat.com>
10681
10682 PR c++/16253
10683 * gdb.cp/var-tag.cc: New file.
10684 * gdb.cp/var-tag.exp: New file.
10685 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10686 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10687 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10688 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10689
3d567982
TT
106902014-04-14 Tom Tromey <tromey@redhat.com>
10691
10692 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10693 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10694 type.
10695 * gdb.cp/enum-class.exp: New file.
10696 * gdb.cp/enum-class.cc: New file.
10697
0626fc76
TT
106982014-04-14 Tom Tromey <tromey@redhat.com>
10699
10700 * gdb.dwarf2/enum-type.exp: New file.
10701
dca325b3
SA
107022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10703
10704 * gdb.mi/mi-vla-c99.exp: New file.
10705 * gdb.mi/vla.c: New file.
10706
5854b38a
SA
107072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10708
10709 * gdb.base/vla-datatypes.c: New file.
10710 * gdb.base/vla-datatypes.exp: New file.
10711
463bb957
SA
107122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10713
10714 * gdb.base/vla-ptr.c: New file.
10715 * gdb.base/vla-ptr.exp: New file.
10716
3dd170be
SA
107172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10718
10719 * gdb.dwarf2/count.exp: New file.
10720
5ecaaa66
SA
107212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10722
10723 * gdb.base/vla-sideeffect.c: New file.
10724 * gdb.base/vla-sideeffect.exp: New file.
10725
41f1ada5
DB
107262014-04-14 David Blaikie <dblaikie@gmail.com>
10727
10728 * gdb.mi/non-stop.c: Add return value for non-void function return
10729 statement.
10730 * gdb.threads/staticthreads.c: Ditto.
10731
0be03e84
DE
107322014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10733 Doug Evans <xdje42@gmail.com>
10734
10735 * gdb.guile/scm-value.c: Improve test case.
10736 * gdb.guile/scm-value.exp: Add new test.
10737
f180a1fb
DB
107382014-04-11 David Blaikie <dblaikie@gmail.com>
10739
10740 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10741 override Clang's default.
10742
6b662e19
JB
107432014-04-11 Joel Brobecker <brobecker@adacore.com>
10744
10745 Revert the following changes (regressions):
10746
10747 * gdb.base/vla-sideeffect.c: New file.
10748 * gdb.base/vla-sideeffect.exp: New file.
10749
10750 * gdb.dwarf2/count.exp: New file.
10751
10752 * gdb.base/vla-multi.c: New file.
10753 * gdb.base/vla-multi.exp: New file.
10754
10755 * gdb.base/vla-ptr.c: New file.
10756 * gdb.base/vla-ptr.exp: New file.
10757
10758 * gdb.base/vla-datatypes.c: New file.
10759 * gdb.base/vla-datatypes.exp: New file.
10760
10761 * gdb.mi/mi-vla-c99.exp: New file.
10762 * gdb.mi/vla.c: New file.
10763
245a5f0b
KS
107642014-04-11 Keith Seitz <keiths@redhat.com>
10765
10766 PR c++/16675
10767 * gdb.cp/cpsizeof.exp: New file.
10768 * gdb.cp/cpsizeof.cc: New file.
10769
58a84dcf
SA
107702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10771
191a8a90
JB
10772 * gdb.mi/mi-vla-c99.exp: New file.
10773 * gdb.mi/vla.c: New file.
58a84dcf 10774
c8655f75
SA
107752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10776
10777 * gdb.base/vla-datatypes.c: New file.
10778 * gdb.base/vla-datatypes.exp: New file.
10779
024e13b4
SA
107802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10781
10782 * gdb.base/vla-ptr.c: New file.
10783 * gdb.base/vla-ptr.exp: New file.
10784
1a237e0e
SA
107852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10786
10787 * gdb.base/vla-multi.c: New file.
10788 * gdb.base/vla-multi.exp: New file.
10789
504f3432
SA
107902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10791
10792 * gdb.dwarf2/count.exp: New file.
10793
3bce8237
SA
107942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10795
191a8a90
JB
10796 * gdb.base/vla-sideeffect.c: New file.
10797 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10798
322f9c21
YQ
107992014-04-11 Yao Qi <yao@codesourcery.com>
10800
10801 * gdb.base/completion.exp: Check file exists before running tests
10802 on file completion.
10803
d708bcd1
PA
108042014-04-10 Pedro Alves <palves@redhat.com>
10805
10806 * gdb.base/cond-eval-mode.c: New file.
10807 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10808 prepare_for_testing to build the new file. Check result of
10809 runto_main.
10810 (test_break, test_watch): New procedures.
10811 (top level): Use them.
10812
ae1d2761
PM
108132014-04-08 Pierre Muller <muller@sourceware.org>
10814
10815 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10816 Ctrl-V use for mingw hosts.
10817
7af389b8
SC
108182014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10819
10820 * gdb.python/py-value.c: Improve test case.
10821 * gdb.python/py-value.exp: Add new test.
10822
5e703181
DE
108232014-04-07 David Blaikie <dblaikie@gmail.com>
10824
10825 * lib/compiler.c: Identify the clang compiler.
10826 * lib/compiler.cc: Ditto.
10827
9810b410
YQ
108282014-04-03 Yao Qi <yao@codesourcery.com>
10829
10830 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10831
98d1b8dc
AB
108322014-04-01 Anton Blanchard <anton@samba.org>
10833
10834 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10835 messages unique.
10836
3114cea1
AB
108372014-04-01 Anton Blanchard <anton@samba.org>
10838
10839 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10840 prepare_for_testing.
10841
62f7182c
AB
108422014-04-01 Anton Blanchard <anton@samba.org>
10843
10844 * gdb.arch/ppc64-atomic-inst.c: Remove.
10845 * gdb.arch/ppc64-atomic-inst.S: New file.
10846 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10847
770e7fc7
DE
108482014-03-31 Doug Evans <dje@google.com>
10849
10850 * gdb.base/print-symbol-loading-lib.c: New file.
10851 * gdb.base/print-symbol-loading-main.c: New file.
10852 * gdb.base/print-symbol-loading.exp: New file.
10853
46e2bafa
YQ
108542014-03-31 Yao Qi <yao@codesourcery.com>
10855
10856 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10857
8776cfe9
JB
108582014-03-28 Joel Brobecker <brobecker@adacore.com>
10859
10860 * gdb.ada/mi_dyn_arr: New testcase.
10861
5d1ef361
DE
108622014-03-27 Doug Evans <dje@google.com>
10863
10864 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10865
b5bee914
YQ
108662014-03-27 Yao Qi <yao@codesourcery.com>
10867
10868 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10869 if target is nios2-*-*.
10870
0d4d0e77
YQ
108712014-03-26 Yao Qi <yao@codesourcery.com>
10872
10873 * lib/gdb.exp (readline_is_used): New proc.
10874 * gdb.base/completion.exp: Move tests on command complete up.
10875 Skip the rest of tests if readline is not used.
10876 * gdb.ada/complete.exp: Skp the test if readline is not
10877 used.
10878 * gdb.base/filesym.exp: Likewise.
10879 * gdb.base/macscp.exp: Likewise.
10880 * gdb.base/readline-ask.exp: Likewise.
10881 * gdb.base/readline.exp: Likewise.
10882 * gdb.python/py-cmd.exp: Likewise.
10883 * gdb.trace/tfile.exp: Likewise.
10884
29361eee
YQ
108852014-03-26 Yao Qi <yao@codesourcery.com>
10886
10887 * gdb.base/macscp.exp: Fix code format issues.
10888
bc9a5525
UW
108892014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10890
10891 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10892 * gdb.asm/powerpc64le.inc: New file.
10893
d3839ede
PA
108942014-03-25 Pedro Alves <palves@redhat.com>
10895 Doug Evans <dje@google.com>
10896
10897 * gdb.base/source-execution.c: New file.
10898 * gdb.base/source-execution.exp: New file.
10899 * gdb.base/source-execution.gdb: New file.
10900
01672a57
DE
109012014-03-24 Doug Evans <dje@google.com>
10902
10903 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10904 using fission.
10905
88bbeca9
HZ
109062014-03-24 Hui Zhu <hui@codesourcery.com>
10907 Pedro Alves <palves@redhat.com>
10908
10909 PR breakpoints/16101
10910 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10911 test pass/fail messages. Detect missing support for dprintf when
10912 breakpoints are actually inserted.
10913 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10914 breakpoints are actually inserted.
10915 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10916 fails.
10917
d2348791
JK
109182014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10919
10920 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10921
feef67ab
DE
109222014-03-22 Doug Evans <xdje42@gmail.com>
10923
10924 * gdb.python/python.exp (python not supported): Verify multi-line
10925 python command issues an error.
25d743f9 10926 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10927 guile command issues an error.
feef67ab 10928
ecebef6a
MR
109292014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10930
10931 * gdb.threads/thread-specific.exp: Handle the lack of usable
10932 $this_breakpoint and $this_thread.
10933
ccdd1909
HZ
109342014-03-21 Hui Zhu <hui@codesourcery.com>
10935
10936 * gdb.base/attach.exp (do_command_attach_tests): New.
10937
beb460e8
PA
109382014-03-20 Tom Tromey <tromey@redhat.com>
10939 Pedro Alves <palves@redhat.com>
10940
10941 PR cli/15718
10942 * gdb.base/condbreak-call-false.c: New file.
10943 * gdb.base/condbreak-call-false.exp: New file.
10944
40acf43a
PA
109452014-03-20 Pedro Alves <palves@redhat.com>
10946
10947 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10948 Delete.
10949 (block_signals, unblock_signals): Delete.
10950 (child_function_2, main): Remove references to deleted variable
10951 and functions.
10952
9f5e1e02
PA
109532014-03-20 Pedro Alves <palves@redhat.com>
10954
10955 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10956 Use pthread_kill to signal thread 2.
10957 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10958 Adjust to make the test send itself a signal rather than using the
10959 host's "kill" command.
10960
99619bea
PA
109612014-03-20 Pedro Alves <palves@redhat.com>
10962
10963 * gdb.threads/multiple-step-overs.c: New file.
10964 * gdb.threads/multiple-step-overs.exp: New file.
10965 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10966 Adjust expected infrun debug output.
10967
2adfaa28
PA
109682014-03-20 Pedro Alves <palves@redhat.com>
10969
10970 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10971 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10972
31e77af2
PA
109732014-03-20 Pedro Alves <palves@redhat.com>
10974
10975 PR breakpoints/7143
10976 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10977 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10978 of gdb_test_multiple.
10979 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10980 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10981
b9f437de
PA
109822014-03-20 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10985 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10986
05adc73e
PA
109872014-03-19 Pedro Alves <palves@redhat.com>
10988
10989 * gdb.base/async.exp: Remove early return.
10990
6048b950
PA
109912014-03-19 Pedro Alves <palves@redhat.com>
10992
10993 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10994
8bcfb00a
PA
109952014-03-19 Pedro Alves <palves@redhat.com>
10996
10997 * gdb.base/async.exp (test_background): Expect \r\n after
10998 "completed." in the fail pattern.
10999
884e37dc
PA
110002014-03-19 Pedro Alves <palves@redhat.com>
11001
11002 * gdb.base/async.exp (test_background): New procedure.
11003 Use it for all background execution command tests.
11004
148e57e2
PA
110052014-03-19 Pedro Alves <palves@redhat.com>
11006
11007 * gdb.base/async.exp: Use prepare_for_testing.
11008
f48088c7
PA
110092014-03-19 Pedro Alves <palves@redhat.com>
11010
11011 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11012 the same line.
11013
e2f6c966
PA
110142014-03-19 Pedro Alves <palves@redhat.com>
11015
11016 * gdb.base/async.c (main): Add "jump here" and "until here" line
11017 marker comments.
11018 * gdb.base/async.exp (jump_here): New global.
11019 (jump& test): Use it.
11020 (until_here): New global.
11021 (until& test): Use it.
11022
c30568d4
PA
110232014-03-19 Pedro Alves <palves@redhat.com>
11024
11025 * gdb.base/async.exp: Don't frob gdb_protocol.
11026
0172b6a7
DE
110272014-03-18 Doug Evans <xdje42@gmail.com>
11028
11029 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11030 Fix spelling of exec-done-display.
11031
06c868a8
JK
110322014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11033
11034 PR gdb/15358
11035 * gdb.base/gdb-sigterm.c: New file.
11036 * gdb.base/gdb-sigterm.exp: New file.
11037
0c7e1a46
PA
110382014-03-18 Pedro Alves <palves@redhat.com>
11039
11040 PR gdb/13860
11041 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11042 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11043 solib-event.
11044
f7c77d93
JB
110452014-03-17 Joel Brobecker <brobecker@adacore.com>
11046
11047 * gdb.ada/pckd_arr_ren: New testcase.
11048
5a1e8c7a
DE
110492014-03-13 Doug Evans <xdje42@gmail.com>
11050
11051 PR guile/16612
11052 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11053 collect after discarding symbols.
11054
350e1a76
DE
110552014-03-13 Ludovic Courtès <ludo@gnu.org>
11056 Doug Evans <xdje42@gmail.com>
11057
11058 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11059 to history survives a gc.
11060
a69900ae
PA
110612014-03-13 Pedro Alves <palves@redhat.com>
11062
11063 * gdb.base/default.exp: Don't test "target procfs".
11064
5db9f0bd
PA
110652014-03-13 Pedro Alves <palves@redhat.com>
11066
11067 * gdb.base/default.exp: Update "target child" and "target procfs"
11068 tests to not expect "Unix".
11069
b3ccfe11
TT
110702014-03-12 Tom Tromey <tromey@redhat.com>
11071
11072 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11073 New procs. Add target-async tests.
11074 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11075 Add target-async tests.
11076
646f4417
AA
110772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11078
11079 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11080 'func_start' and 'func_end' for the beginning and end of the
11081 function code, respectively.
11082 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11083 'func_end' instead of 'func' and 'main'.
11084
288c211f
AA
110852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11086
11087 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11088 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11089 generate the debug info assembler source.
11090
e0c0f156
AA
110912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11092
11093 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11094 * gdb.dwarf2/arr-subrange.exp: Likewise.
11095 * gdb.dwarf2/dwz.exp: Likewise.
11096 * gdb.dwarf2/method-ptr.exp: Likewise.
11097 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11098 * gdb.dwarf2/subrange.exp: Likewise.
11099 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11100 * gdb.dwarf2/implptrpiece.exp: Likewise.
11101 * gdb.dwarf2/nostaticblock.exp: Likewise.
11102
0e5c4555
AA
111032014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11104
11105 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11106 directory to absolute path name arguments.
11107
5ec18f2b
JG
111082014-03-10 Joel Brobecker <brobecker@adacore.com>
11109
11110 * gdb.ada/tagged_access: New testcase.
11111
847fc4f2
MM
111122014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11113
11114 * gdb.btrace/data.exp: Update expected output.
11115
cc3da688
YQ
111162014-03-06 Yao Qi <yao@codesourcery.com>
11117
11118 * gdb.trace/pr16508.exp: New file.
11119
0f26cec1
PA
111202014-03-05 Pedro Alves <palves@redhat.com>
11121
11122 PR gdb/16575
11123 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11124 procedure.
11125 (top level): Adjust to use it. Add tests that exercise breakpoint
11126 interaction with the code-cache.
11127
7a5a839f
LC
111282014-02-26 Ludovic Courtès <ludo@gnu.org>
11129
11130 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11131 test for 'history-append!'.
11132
31aa7e4e
JB
111332014-02-26 Joel Brobecker <brobecker@adacore.com>
11134
11135 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11136 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11137 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11138 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11139 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11140 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11141
1b588015
JB
111422014-02-26 Joel Brobecker <brobecker@adacore.com>
11143
11144 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11145 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11146 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11147
55426c9d
JB
111482014-02-26 Joel Brobecker <brobecker@adacore.com>
11149
11150 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11151
dc53a7ad
JB
111522014-02-26 Joel Brobecker <brobecker@adacore.com>
11153
11154 * gdb.dwarf2/arr-stride.c: New file.
11155 * gdb.dwarf2/arr-stride.exp: New file.
11156
12ab52e9
PA
111572014-02-26 Pedro Alves <palves@redhat.com>
11158
11159 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11160 that won't ever trigger. Make sure that GDB reports the correct
11161 breakpoint that caused the stop.
11162
849c862e
JK
111632014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11164
11165 PR gdb/16626
11166 * gdb.base/auto-load-script: New file.
11167 * gdb.base/auto-load.c: New file.
11168 * gdb.base/auto-load.exp: New file.
11169
71b7d793
JK
11170 PR gdb/16626
11171 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11172
e2f0d509
JK
111732014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11174
11175 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11176 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11177
50cc37c8
DE
111782014-02-24 Doug Evans <dje@google.com>
11179
11180 * lib/gdb.exp (run_on_host): Log error output if program fails.
11181
ea4758f2
PA
111822014-02-21 Pedro Alves <palves@redhat.com>
11183
11184 * gdb.threads/step-after-sr-lock.c: Rename to ...
11185 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11186 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11187 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11188 ... this.
11189
d7b30f67
SDJ
111902014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11191
11192 PR tdep/16397
11193 * gdb.arch/amd64-stap-special-operands.exp: New file.
11194 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11195 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11196 * gdb.arch/amd64-stap-triplet.S: Likewise.
11197 * gdb.arch/amd64-stap-triplet.c: Likewise.
11198
83deb43f
JB
111992014-02-20 Joel Brobecker <brobecker@adacore.com>
11200
11201 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11202 in .section pseudo-op.
11203
adde2bff
DE
112042014-02-20 lin zuojian <manjian2006@gmail.com>
11205 Joel Brobecker <brobecker@adacore.com>
11206 Doug Evans <xdje42@gmail.com>
11207
11208 PR symtab/16581
11209 * gdb.dwarf2/dw2-icycle.S: New file.
11210 * gdb.dwarf2/dw2-icycle.c: New file.
11211 * gdb.dwarf2/dw2-icycle.exp: New file.
11212
f7bd0f78
SC
112132014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11214
11215 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11216 operations on gdb.Value objects.
11217 * gdb.python/py-value-cc.exp: Add new test to test operations on
11218 gdb.Value objects.
11219
c17ef0d5
DE
112202014-02-18 Doug Evans <dje@google.com>
11221
11222 * Makefile.in (TESTS): New variable.
11223 (expanded_tests, expanded_tests_or_none): New variables
11224 (check-single): Pass $(expanded_tests_or_none) to runtest.
11225 (check-parallel): Only run tests in $(TESTS) if non-empty.
11226 (check/no-matching-tests-found): New rule.
11227 * README: Document TESTS makefile variable.
11228
5dd3176f
DE
112292014-02-18 Doug Evans <dje@google.com>
11230
11231 * Makefile.in (check-parallel): rm -rf outputs temp.
11232
0b10be4f
JK
112332014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11234
11235 Fix "ERROR: no fileid for" in the testsuite.
11236 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11237
85f224e7
DE
112382014-02-12 Doug Evans <dje@google.com>
11239
11240 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11241 (MISCELLANEOUS): New variable.
11242 (clean): rm -rf $(MISCELLANEOUS).
11243 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11244 dwp live in the same directory as symlinks, with each symlink pointed
11245 to a differently named file in a different directory.
11246
149b30ff
DE
112472014-02-11 Doug Evans <dje@google.com>
11248
11249 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11250 of Tcl file commands.
11251
1dfdac32
MK
112522014-02-10 Mark Kettenis <kettenis@gnu.org>
11253
11254 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11255 "kill -SIGUSR1 -1".
11256
aa4fb036
JB
112572014-02-10 Joel Brobecker <brobecker@adacore.com>
11258
11259 * gdb.ada/tick_length_array_enum_idx: New testcase.
11260
ed3ef339
DE
112612014-02-10 Doug Evans <xdje42@gmail.com>
11262
11263 * configure.ac (AC_OUTPUT): Add gdb.guile.
11264 * configure: Regenerate.
11265 * lib/gdb-guile.exp: New file.
11266 * lib/gdb.exp (get_target_charset): New function.
11267 * gdb.base/help.exp: Update expected output from "apropos apropos".
11268 * gdb.guile/Makefile.in: New file.
11269 * gdb.guile/guile.exp: New file.
11270 * gdb.guile/scm-arch.c: New file.
11271 * gdb.guile/scm-arch.exp: New file.
11272 * gdb.guile/scm-block.c: New file.
11273 * gdb.guile/scm-block.exp: New file.
11274 * gdb.guile/scm-breakpoint.c: New file.
11275 * gdb.guile/scm-breakpoint.exp: New file.
11276 * gdb.guile/scm-disasm.c: New file.
11277 * gdb.guile/scm-disasm.exp: New file.
11278 * gdb.guile/scm-equal.c: New file.
11279 * gdb.guile/scm-equal.exp: New file.
11280 * gdb.guile/scm-error.exp: New file.
11281 * gdb.guile/scm-error.scm: New file.
11282 * gdb.guile/scm-frame-args.c: New file.
11283 * gdb.guile/scm-frame-args.exp: New file.
11284 * gdb.guile/scm-frame-args.scm: New file.
11285 * gdb.guile/scm-frame-inline.c: New file.
11286 * gdb.guile/scm-frame-inline.exp: New file.
11287 * gdb.guile/scm-frame.c: New file.
11288 * gdb.guile/scm-frame.exp: New file.
11289 * gdb.guile/scm-generics.exp: New file.
11290 * gdb.guile/scm-gsmob.exp: New file.
11291 * gdb.guile/scm-iterator.c: New file.
11292 * gdb.guile/scm-iterator.exp: New file.
11293 * gdb.guile/scm-math.c: New file.
11294 * gdb.guile/scm-math.exp: New file.
11295 * gdb.guile/scm-objfile-script-gdb.in: New file.
11296 * gdb.guile/scm-objfile-script.c: New file.
11297 * gdb.guile/scm-objfile-script.exp: New file.
11298 * gdb.guile/scm-objfile.c: New file.
11299 * gdb.guile/scm-objfile.exp: New file.
11300 * gdb.guile/scm-ports.exp: New file.
11301 * gdb.guile/scm-pretty-print.c: New file.
11302 * gdb.guile/scm-pretty-print.exp: New file.
11303 * gdb.guile/scm-pretty-print.scm: New file.
11304 * gdb.guile/scm-section-script.c: New file.
11305 * gdb.guile/scm-section-script.exp: New file.
11306 * gdb.guile/scm-section-script.scm: New file.
11307 * gdb.guile/scm-symbol.c: New file.
11308 * gdb.guile/scm-symbol.exp: New file.
11309 * gdb.guile/scm-symtab-2.c: New file.
11310 * gdb.guile/scm-symtab.c: New file.
11311 * gdb.guile/scm-symtab.exp: New file.
11312 * gdb.guile/scm-type.c: New file.
11313 * gdb.guile/scm-type.exp: New file.
11314 * gdb.guile/scm-value-cc.cc: New file.
11315 * gdb.guile/scm-value-cc.exp: New file.
11316 * gdb.guile/scm-value.c: New file.
11317 * gdb.guile/scm-value.exp: New file.
11318 * gdb.guile/source2.scm: New file.
11319 * gdb.guile/types-module.cc: New file.
11320 * gdb.guile/types-module.exp: New file.
11321
7026a7c1
YQ
113222014-02-10 Yao Qi <yao@codesourcery.com>
11323
11324 PR testsuite/16543
11325 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11326 * configure: Regenerated.
11327 * Makefile.in: New file.
11328
6c466447
AS
113292014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11330
11331 * gdb.python/py-framefilter.exp: Fix typo.
11332
6e854735
YQ
113332014-02-08 Yao Qi <yao@codesourcery.com>
11334
11335 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11336 that no =breakpoint-modified is emitted when breakpoints are
11337 modified through MI commands.
11338
d137e6dc
PA
113392014-02-07 Pedro Alves <pedro@codesourcery.com>
11340 Pedro Alves <palves@redhat.com>
11341
11342 * gdb.threads/step-after-sr-lock.c: New file.
11343 * gdb.threads/step-after-sr-lock.exp: New file.
11344
b5ee5a50
PA
113452014-02-07 Pedro Alves <palves@redhat.com>
11346
11347 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11348
3c77faf3
JK
113492014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11350
11351 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11352 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11353
6dddc817
DE
113542014-02-06 Doug Evans <xdje42@gmail.com>
11355
11356 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11357 output.
11358
11359 * gdb.gdb/python-interrupts.exp: New file.
11360
de7b2893
YQ
113612014-02-05 Yao Qi <yao@codesourcery.com>
11362
11363 * gdb.trace/report.exp (use_collected_data): Test the output
11364 of "info threads" and "info inferiors".
11365
66d032ac
YQ
113662014-02-05 Yao Qi <yao@codesourcery.com>
11367
11368 Revert this patch:
11369
11370 2013-05-24 Yao Qi <yao@codesourcery.com>
11371
11372 * gdb.trace/tfile.exp: Test inferior and thread.
11373
591a12a1
UW
113742014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11375
11376 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11377 on a function.
11378 * gdb.base/step-bt.c: Call hello via function pointer to make
11379 sure its first instruction is executed on powerpc64le-linux.
11380
0ff3e01f
UW
113812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11382
11383 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11384
084ee545
UW
113852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11386
11387 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11388 of the test patterns for use on little-endian systems.
11389
6ed14ff3
UW
113902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11391
11392 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11393 (decimal_vector): Fix for little-endian.
11394
401e27fd
JM
113952014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11396
11397 * gdb.arch/sparc-sysstep.exp: New file.
11398 * gdb.arch/sparc-sysstep.c: Likewise.
11399
11400 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11401
8b924729
EBM
114022014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11403
11404 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11405
fb151210
JB
114062014-01-23 Tom Tromey <tromey@redhat.com>
11407
11408 * gdb.ada/array_char_idx: New testcase.
11409
0740f8d8
TT
114102014-01-23 Tom Tromey <tromey@redhat.com>
11411
11412 PR python/16487:
11413 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11414 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11415 classes.
11416
21909fa1
TT
114172014-01-23 Tom Tromey <tromey@redhat.com>
11418
11419 PR python/16491:
11420 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11421 string from an inferior frame.
11422 * gdb.python/py-framefilter-mi.exp: Update.
11423
87ce2a04
DE
114242014-01-22 Doug Evans <dje@google.com>
11425
11426 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11427
237b092b
AA
114282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11429
11430 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11431
d674a709
AA
114322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11433
11434 * gdb.trace/entry-values.exp: Remove excess space character from
11435 regex patterns. Handle s390 call instruction.
11436
20fa3390
AA
114372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11438
11439 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11440 define "*_start" label. Make "name" static.
11441 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11442 ${name} by references to ${name}_start.
11443
78466714
AA
114442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11445
11446 * gdb.base/info-macros.exp: Remove "debug" from the compile
11447 options.
11448
ec9f644a
IB
114492014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11450
11451 * gdb.dlang/demangle.exp: New file.
11452
94b1b47e
IB
114532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11454
11455 * gdb.dlang/primitive-types.exp: New file.
11456
7f420862
IB
114572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11458
11459 * configure.ac: Create gdb.dlang/Makefile.
11460 * configure: Regenerate.
11461 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11462 * gdb.dlang/Makefile.in: New file.
11463 * lib/d-support.exp: New file.
11464 * lib/gdb.exp (skip_d_tests): New proc.
11465
52834460
MM
114662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11467
11468 * gdb.btrace/delta.exp: Check reverse stepi.
11469 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11470 * gdb.btrace/finish.exp: New.
11471 * gdb.btrace/next.exp: New.
11472 * gdb.btrace/nexti.exp: New.
11473 * gdb.btrace/record_goto.c: Add comments.
11474 * gdb.btrace/step.exp: New.
11475 * gdb.btrace/stepi.exp: New.
11476 * gdb.btrace/multi-thread-step.c: New.
11477 * gdb.btrace/multi-thread-step.exp: New.
11478 * gdb.btrace/rn-dl-bind.c: New.
11479 * gdb.btrace/rn-dl-bind.exp: New.
11480 * gdb.btrace/data.c: New.
11481 * gdb.btrace/data.exp: New.
11482 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11483
6e07b1d2
MM
114842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11485
11486 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11487 * gdb.btrace/exception.exp: Update.
11488 * gdb.btrace/instruction_history.exp: Update.
11489 * gdb.btrace/record_goto.exp: Update.
11490 * gdb.btrace/tailcall.exp: Update.
11491 * gdb.btrace/unknown_functions.exp: Update.
11492 * gdb.btrace/delta.exp: New.
11493
0b722aec
MM
114942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11495
11496 * gdb.btrace/record_goto.exp: Add backtrace test.
11497 * gdb.btrace/tailcall.exp: Add backtrace test.
11498
066ce621
MM
114992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11500
11501 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11502 * gdb.btrace/record_goto.c: New.
11503 * gdb.btrace/record_goto.exp: New.
11504 * gdb.btrace/x86-record_goto.S: New.
11505
0688d04e
MM
115062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11507
11508 * gdb.btrace/function_call_history.exp: Update tests.
11509 * gdb.btrace/instruction_history.exp: Update tests.
11510
8710b709
MM
115112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11512
11513 * gdb.btrace/function_call_history.exp: Fix expected field
11514 order for "record function-call-history".
11515 Add new tests for "record function-call-history /c".
11516 * gdb.btrace/exception.cc: New.
11517 * gdb.btrace/exception.exp: New.
11518 * gdb.btrace/tailcall.exp: New.
11519 * gdb.btrace/x86-tailcall.S: New.
11520 * gdb.btrace/x86-tailcall.c: New.
11521 * gdb.btrace/unknown_functions.c: New.
11522 * gdb.btrace/unknown_functions.exp: New.
11523 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11524
5de9129b
MM
115252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11526
11527 * gdb.btrace/instruction_history.exp: Update.
11528 * gdb.btrace/function_call_history.exp: Update.
11529
23a7fe75
MM
115302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11531
11532 * gdb.btrace/function_call_history.exp: Fix expected function
11533 trace.
11534 * gdb.btrace/instruction_history.exp: Initialize traced.
11535 Remove traced_functions.
11536
724c7dd8
MM
115372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11538
11539 * gdb.btrace/function_call_history.exp: Update
11540 * gdb.btrace/instruction_history.exp: Update.
11541
6d78d93b
MM
115422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11543
11544 * gdb.btrace/enable.exp: Update expected text.
11545
93a360cc
OJ
115462014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11547
11548 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11549 bytes.
11550
3772b53f
MR
115512014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11552
11553 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11554
596662fa
OJ
115552014-01-15 Omair Javaid <omair.javaid@linaro.org>
11556
11557 * lib/gdb.exp (supports_process_record): Return true for
11558 arm*-linux*. (supports_reverse): Likewise.
11559
b5b08fb4
SC
115602014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11561
11562 PR python/15464
11563 PR python/16113
11564 * gdb.python/py-type.c: Enhance test case.
11565 * gdb.python/py-value-cc.cc: Likewise
11566 * gdb.python/py-type.exp: Add new tests.
11567 * gdb.python/py-value-cc.exp: Likewise
11568
52d7fb13
AA
115692014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11570 Pedro Alves <palves@redhat.com>
11571
11572 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11573 Make "name" extern.
11574 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11575 references to ${name}_start by references to ${name}.
11576
a2cd8cfe
JB
115772014-01-10 Joel Brobecker <brobecker@adacore.com>
11578
11579 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11580
4e23fced
JB
115812014-01-10 Joel Brobecker <brobecker@adacore.com>
11582
11583 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11584
c6a9e42c
PA
115852014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11586 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11589 mi_gdb_target_load.
c6a9e42c 11590
b7ea362b
PA
115912014-01-08 Pedro Alves <palves@redhat.com>
11592
11593 * gdb.threads/reconnect-signal.c: New file.
11594 * gdb.threads/reconnect-signal.exp: New file.
11595
5e3f4fab
EBM
115962014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11597
11598 * gdb.base/source-dir.exp: New file.
11599
79301218
JB
116002014-01-07 Joel Brobecker <brobecker@adacore.com>
11601
11602 * gdb.ada/mi_interface: New testcase.
11603
8e355c5d
JB
116042014-01-07 Joel Brobecker <brobecker@adacore.com>
11605
11606 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11607 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11608 gdb.ada/pp-rec-component/pck.ads: New files.
11609
c0d48811
JB
116102014-01-07 Joel Brobecker <brobecker@adacore.com>
11611
11612 * gdb.python/py-pp-integral.c: New file.
11613 * gdb.python/py-pp-integral.py: New file.
11614 * gdb.python/py-pp-integral.exp: New file.
11615
17b609c3 11616For older changes see ChangeLog-1993-2013.
c906108c 11617\f
8d8cb839
EZ
11618;; Local Variables:
11619;; mode: change-log
11620;; left-margin: 8
11621;; fill-column: 74
11622;; version-control: never
11623;; End:
902f2ccb 11624
61baf725 11625 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11626 Copying and distribution of this file, with or without modification,
11627 are permitted provided the copyright notice and this notice are preserved.