Share parts of gdb/gdbthread.h with gdbserver
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
8e86a419
SM
12017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4 support function calls from GDB.
5
e6cf65f2
TT
62017-05-21 Tom Tromey <tom@tromey.com>
7
8 PR rust/21466:
9 * gdb.rust/unsized.exp: New file.
10 * gdb.rust/unsized.rs: New file.
11
43cc5389
TT
122017-05-19 Tom Tromey <tom@tromey.com>
13
14 PR rust/21484:
15 * gdb.rust/watch.exp: New file.
16 * gdb.rust/watch.rs: New file.
17
ec8df234
TT
182017-05-18 Tom Tromey <tom@tromey.com>
19
20 * gdb.rust/simple.exp: Allow Box to be qualified.
21
3e3e7fae
TP
222017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
23
24 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
25
59cc050d
PA
262017-05-18 Pedro Alves <palves@redhat.com>
27
28 * gdb.base/fileio.c (test_write, test_read, test_close)
29 (test_fstat): Don't print 'ret' in the fail path.
30
c8f6abd1
PA
312017-05-18 Pedro Alves <palves@redhat.com>
32
33 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
34 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
35 (test_system, test_rename, test_unlink, test_time): Change
36 prototypes.
37 * gdb.base/fileio.exp (stop_msg): Adjust.
38
d2a03b77
PA
392017-05-18 Pedro Alves <palves@redhat.com>
40
41 * gdb.base/fileio.c (null_str): New global.
42 (test_stat): Use it.
43 * gdb.base/fileio.exp: Remove nowarnings.
44
0d5c6999
YQ
452017-05-17 Yao Qi <yao.qi@linaro.org>
46
47 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
48
21873064
YQ
492017-05-17 Simon Marchi <simon.marchi@ericsson.com>
50
51 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
52 argument command.
53 (top-level): Invoke test_set_inferior_tty.
54
d512d31c
PA
552017-05-04 Pedro Alves <palves@redhat.com>
56
57 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
58 Add parens to print call for Python 3.
59
90cef2ed
KS
602017-05-03 Keith Seitz <keiths@redhat.com>
61
62 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
63 (main): Call it.
64
14f819c8
TW
652017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
66
67 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
68 to prev and next.
69
913aeadd
TW
702017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
71
72 * gdb.python/py-record-btrace.exp: Remove test for
73 gdb.BtraceInstruction.error.
74
a3be24ad
TW
752017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
76
77 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
78
ae20e79a
TW
792017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
80
81 * gdb.python/py-record-btrace-threads.c: New file.
82 * gdb.python/py-record-btrace-threads.exp: New file.
83
45ce1b47
SDJ
842017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
85
86 PR testsuite/8595
87 * gdb.base/environ.exp: Make test available in all architectures.
88 Move bits related to "info program" testing to
89 gdb.base/info-program.exp. Rewrite tests to use the two new
90 procedures mentione below.
91 (test_set_show_env_var) New procedure.
92 (test_set_show_env_var_equal): Likewise.
93 * gdb.base/info-program.exp: New file.
94
e15c3eb4
KS
952017-04-27 Keith Seitz <keiths@redhat.com>
96
97 * gdb.cp/oranking.cc (test15): New function.
98 (main): Call test15 and declare additional variables for testing.
99 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
100 "p foo101('abc')" tests.
101 Add tests for cv qualifier overloads.
102 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
103 "lvalue reference overload" test.
104 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
105 "print value of f1 on Child&& in f2" test.
106
3a3fd0fd
PA
1072017-04-19 Pedro Alves <palves@redhat.com>
108
109 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
110 procedure.
111 (top level): Call it.
112 * lib/gdb.exp (gdb_define_cmd): New procedure.
113
53375380
PA
1142017-04-12 Pedro Alves <palves@redhat.com>
115
116 PR gdb/21323
117 * gdb.cp/wide_char_types.c: Include <wchar.h>.
118 (wchar): New global.
119 * gdb.cp/wide_char_types.exp (wide_char_types_program)
120 (do_test_wide_char, wide_char_types_no_program, top level): Add
121 wchar_t testing.
122
53e710ac
PA
1232017-04-12 Pedro Alves <palves@redhat.com>
124
125 PR c++/21323
126 * gdb.cp/wide_char_types.c: New file.
127 * gdb.cp/wide_char_types.exp: New file.
128
0ad9d8c7
SDJ
1292017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
130
131 PR gdb/21352
132 * gdb.trace/tsv.exp: Add test for "tsave -r".
133
b1b45502
IB
1342017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
135
136 * gdb.dlang/watch-loc.c: New file.
137 * gdb.dlang/watch-loc.exp: New file.
138
ec13808e
JK
1392017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
140
141 * gdb.python/py-section-script.exp (sepdebug): New testcases.
142
fe5f7374
AK
1432017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
144
145 * gdb.arch/arc-analyze-prologue.S: New file.
146 * gdb.arch/arc-analyze-prologue.exp: Likewise.
147
eea78757
AK
1482017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
149
150 * gdb.arch/arc-decode-insn.S: New file.
151 * gdb.arch/arc-decode-insn.exp: Likewise.
152
5badf10a
IR
1532017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
154
155 PR tdep/20928
156 * gdb.arch/sparc64-regs.exp: New file.
157 * gdb.arch/sparc64-regs.S: Likewise.
158
cee59b3f
TW
1592017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
160
161 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
162 and memory view on Python 3.
163
c0f55cc6
AV
1642017-03-20 Artemiy Volkov <artemiyv@acm.org>
165 Keith Seitz <keiths@redhat.com>
166
167 PR gdb/14441
168 * gdb.cp/demangle.exp: Add rvalue reference tests.
169 * gdb.cp/rvalue-ref-casts.cc: New file.
170 * gdb.cp/rvalue-ref-casts.exp: New file.
171 * gdb.cp/rvalue-ref-overload.cc: New file.
172 * gdb.cp/rvalue-ref-overload.exp: New file.
173 * gdb.cp/rvalue-ref-params.cc: New file.
174 * gdb.cp/rvalue-ref-params.exp: New file.
175 * gdb.cp/rvalue-ref-sizeof.cc: New file.
176 * gdb.cp/rvalue-ref-sizeof.exp: New file.
177 * gdb.cp/rvalue-ref-types.cc: New file.
178 * gdb.cp/rvalue-ref-types.exp: New file.
179 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
180 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
181
51457a05
MAL
1822017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
183
184 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
185 New procedure.
186
5b291c04
MAL
1872017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
188
189 * lib/mi-support.exp (mi_gdb_test): Add additional message
190 for unexpected output.
191
59a56148
AA
1922017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
193
194 * gdb.base/examine-backward.c (Barrier): New character array
195 constant, to ensure that TestStrings is preceded by a string
196 terminator.
197
7942e96e
AA
1982017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
199
200 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
201 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
202 and implicit pointer into such a location.
203
6ebac3fb
DE
2042017-03-16 Doug Evans <dje@google.com>
205
206 * gdb.python/py-lazy-string (pointer): Really add new typedef.
207
ec3b243d
TP
2082017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
209
210 * gdb.cp/m-static.exp: Fix expectation for prototype of
211 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
212
2132017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
214
215 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
216 * gdb.guile/scm-lazy-string.c: New file.
217 * gdb.guile/scm-value.exp: Move lazy string tests to ...
218 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
219 for pointer, array, typedef lazy strings.
220
2cc36e25 2212017-03-16 Doug Evans <dje@google.com>
34b43320
DE
222
223 PR python/17728, python/18439, python/18779
224 * gdb.python/py-value.c (main) Delete locals sptr, sn.
225 * gdb.python/py-lazy-string.c (pointer): New typedef.
226 (main): New locals ptr, array, typedef_ptr.
227 * gdb.python/py-value.exp: Move lazy string tests to ...
228 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
229 array, typedef lazy strings.
ec3b243d 230
0efcde63
AK
2312017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
232
233 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
234 Add optional 'test' parameter.
235
7978d7c3
SM
2362017-03-13 Simon Marchi <simon.marchi@ericsson.com>
237
238 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
239 Skip for versions of DejaGnu < 1.5.
240
896c0c1e
SM
2412017-03-13 Simon Marchi <simon.marchi@ericsson.com>
242
243 * lib/gdb.exp (dejagnu_version): New proc.
244 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
245 Use dejagnu_version.
246
5f4d1085
KS
2472017-03-10 Keith Seitz <keiths@redhat.com>
248
249 PR c++/8128
250 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
251 type from destructor regexps.
252 Add a branch which actually passes the test.
253 Adjust "ptype t5i" test names.
254
1de05205
PA
2552017-03-08 Pedro Alves <palves@redhat.com>
256
257 * gdb.base/step-over-exit.exp: Add explicit test message.
258
c65d6b55
PA
2592017-03-08 Pedro Alves <palves@redhat.com>
260
261 PR gdb/18360
262 * gdb.threads/interrupt-while-step-over.c: New file.
263 * gdb.threads/interrupt-while-step-over.exp: New file.
264
2e86a283
PA
2652017-03-08 Pedro Alves <palves@redhat.com>
266
267 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
268 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
269
25dcbff6
PA
2702017-03-08 Pedro Alves <palves@redhat.com>
271
272 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
273 PKRU as not supported as a PASS.
274
dc9366eb
PA
2752017-03-08 Pedro Alves <palves@redhat.com>
276
277 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
278 prefix instead of $binfile1/$binfile2.
279 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
280 in test message.
281 * gdb.python/py-completion.exp: Use "load python file" as test
282 messages instead of unstable path names.
283
6e5d74e7
PA
2842017-03-08 Pedro Alves <palves@redhat.com>
285 Jan Kratochvil <jan.kratochvil@redhat.com>
286
287 PR cli/21218
288 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
289 New proc.
290 (top level): Call it.
291
9753a2f6
PA
2922017-03-08 Pedro Alves <palves@redhat.com>
293
294 PR tui/21216
295 * gdb.tui/tui-nl-filtered-output.exp: New file.
296
1a4dd9dd
PA
2972017-03-08 Pedro Alves <palves@redhat.com>
298
299 * gdb.base/completion.exp: Move TUI completion tests to ...
300 * gdb.tui/completion.exp: ... this new file.
301
7cbbff33
PA
3022017-03-08 Pedro Alves <palves@redhat.com>
303
304 * gdb.base/tui-disasm-long-lines.c,
305 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
306 gdb.base/tui-layout.exp: Move to ...
307 * gdb.tui/: ... this new directory.
308
5f6fd321
PA
3092017-03-07 Pedro Alves <palves@redhat.com>
310
311 * gdb.base/tui-layout.c: New file.
312 * gdb.base/tui-layout.exp: New file.
313
44959fa8
PA
3142017-03-07 Pedro Alves <palves@redhat.com>
315
316 * gdb.base/tui-layout.c: Rename to ...
317 * gdb.base/tui-disasm-long-lines.c: ... this.
318 * gdb.base/tui-layout.exp: Rename to ...
319 * gdb.base/tui-disasm-long-lines.exp: ... this.
320
f8c4e718
PA
3212017-03-07 Pedro Alves <palves@redhat.com>
322
323 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
324
6dbb839a 3252017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
326
327 * i386-mpx-call.c: New file.
328 * i386-mpx-call.exp: New file.
329
65b48a81
PB
3302017-02-28 Peter Bergner <bergner@vnet.ibm.com>
331
332 * gdb.arch/powerpc-power.exp: Delete test.
333 * gdb.arch/powerpc-power.s: Likewise.
334 * gdb.disasm/disassembler-options.exp: New test.
335 * gdb.arch/powerpc-altivec.exp: Likewise.
336 * gdb.arch/powerpc-altivec.s: Likewise.
337 * gdb.arch/powerpc-altivec2.exp: Likewise.
338 * gdb.arch/powerpc-altivec2.s: Likewise.
339 * gdb.arch/powerpc-altivec3.exp: Likewise.
340 * gdb.arch/powerpc-altivec3.s: Likewise.
341 * gdb.arch/powerpc-power7.exp: Likewise.
342 * gdb.arch/powerpc-power7.s: Likewise.
343 * gdb.arch/powerpc-power8.exp: Likewise.
344 * gdb.arch/powerpc-power8.s: Likewise.
345 * gdb.arch/powerpc-power9.exp: Likewise.
346 * gdb.arch/powerpc-power9.s: Likewise.
347 * gdb.arch/powerpc-vsx.exp: Likewise.
348 * gdb.arch/powerpc-vsx.s: Likewise.
349 * gdb.arch/powerpc-vsx2.exp: Likewise.
350 * gdb.arch/powerpc-vsx2.s: Likewise.
351 * gdb.arch/powerpc-vsx3.exp: Likewise.
352 * gdb.arch/powerpc-vsx3.s: Likewise.
353 * gdb.arch/arm-disassembler-options.exp: Likewise.
354 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
355 * gdb.arch/s390-disassembler-options.exp: Likewise.
356
17cd4947
LM
3572017-02-23 Luis Machado <lgustavo@codesourcery.com>
358
359 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
360 (check_supported_features): ... this. Changed return type to void.
361 (supports_rdseed): New static global.
362 (rdseed): Check supports_rdseed.
363 (initialize): Call check_supported_features.
364
2039d74e
EBM
3652017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
366
367 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
368 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
369 and lqarx/stqcx.
370 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
371 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
372
a51d7ecf
EBM
3732017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
374
375 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
376 uppercase.
377
0224619f
JK
3782017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
379
380 * gdb.dwarf2/formdata16.c: New file.
381 * gdb.dwarf2/formdata16.exp: New file.
382 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
383
216f72a1
JK
3842017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
385
386 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
387 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
388 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
389 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
390 DW_AT_GNU_*.
391
43988095
JK
3922017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
393
394 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
395
99e8a4f9
SDJ
3962017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
397
398 PR gdb/21164
399 * gdb.base/maint.exp: Add testcases for when the commands do
400 not have arguments.
401
b58a8c0c
TP
4022017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
403
404 * gdb.cp/chained-calls.exp: Use p instead of P.
405
4e746bb6
TW
4062017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
407
408 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
409 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
410
3f77c769
TT
4112017-02-14 Tom Tromey <tom@tromey.com>
412
413 PR python/13598:
414 * gdb.python/py-events.exp: Add before_prompt event tests.
415
075beec0
AA
4162017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
417
418 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
419
bf5f525c
LM
4202017-02-13 Luis Machado <lgustavo@codesourcery.com>
421
422 * gdb.linespec/explicit.c (my_unique_function_name): New function.
423 (main): Call my_unique_function_name.
424 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
425 completion of patterns with a single match.
426 Add missing -re switches to gdb_test_multiple calls.
427
13a66184
LM
4282017-02-13 Luis Machado <lgustavo@codesourcery.com>
429
430 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
431 return if core file is not recognized.
432
26a06916
SM
4332017-02-10 Simon Marchi <simon.marchi@ericsson.com>
434
435 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
436 and extra UIs.
437
b761ca9e
SM
4382017-02-10 Simon Marchi <simon.marchi@ericsson.com>
439
440 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
441 proc_with_prefix.
442
b964bee0
TT
4432017-02-10 Tom Tromey <tom@tromey.com>
444
445 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
446
18da0c51
MG
4472017-02-10 Martin Galvan <martingalvan@sourceware.org>
448
449 PR gdb/21122
450 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
451
604c4576
JG
4522017-02-08 Jerome Guitton <guitton@adacore.com>
453
454 * gdb.base/define.exp: Add test for command abbreviations
455 in define.
456
20b477a7
LM
4572017-02-06 Luis Machado <lgustavo@codesourcery.com>
458
459 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
460 * gdb.reverse/insn-reverse-x86.c: New file.
461
3f7b46f2
IR
4622017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
463
464 PR tdep/20936
465 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
466
f0fd41c1
TT
4672017-02-03 Tom Tromey <tom@tromey.com>
468
469 PR rust/21097:
470 * gdb.rust/simple.exp: Add new tests.
471
5be5dbf0
PA
4722017-02-02 Pedro Alves <palves@redhat.com>
473
474 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
475 tests.
476
7346ef59
AA
4772017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
478
479 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
480 taking a 2-byte value out of a 4-byte DWARF implicit value on
481 big-endian targets.
482 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
483 logic. Add test cases for DW_OP_implicit.
484
787f0025
MM
4852017-02-01 Markus Metzger <markus.t.metzger@intel.com>
486
487 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
488
68777c29
MM
4892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
490
491 * gdb.btrace/enable.exp: Call gdb_exit before
492 skip_gdbserver_tests.
493
0a1c7e28
MM
4942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
495
496 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
497 GDBFLAGS.
498
b5ac99b0
MM
4992017-02-01 Markus Metzger <markus.t.metzger@intel.com>
500
501 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
502 the test is skipped.
503 * gdb.btrace/data.exp: Likewise.
504 * gdb.btrace/delta.exp: Likewise.
505 * gdb.btrace/dlopen.exp: Likewise.
506 * gdb.btrace/enable-running.exp: Likewise.
507 * gdb.btrace/enable.exp: Likewise.
508 * gdb.btrace/exception.exp: Likewise.
509 * gdb.btrace/function_call_history.exp: Likewise.
510 * gdb.btrace/gcore.exp: Likewise.
511 * gdb.btrace/instruction_history.exp: Likewise.
512 * gdb.btrace/multi-thread-step.exp: Likewise.
513 * gdb.btrace/nohist.exp: Likewise.
514 * gdb.btrace/non-stop.exp: Likewise.
515 * gdb.btrace/reconnect.exp: Likewise.
516 * gdb.btrace/record_goto-step.exp: Likewise.
517 * gdb.btrace/record_goto.exp: Likewise.
518 * gdb.btrace/rn-dl-bind.exp: Likewise.
519 * gdb.btrace/segv.exp: Likewise.
520 * gdb.btrace/step.exp: Likewise.
521 * gdb.btrace/stepi.exp: Likewise.
522 * gdb.btrace/tailcall-only.exp: Likewise.
523 * gdb.btrace/tailcall.exp: Likewise.
524 * gdb.btrace/tsx.exp: Likewise.
525 * gdb.btrace/unknown_functions.exp: Likewise.
526 * gdb.btrace/vdso.exp: Likewise.
527
cd4007e4
MM
5282017-02-01 Markus Metzger <markus.t.metzger@intel.com>
529
530 * gdb.btrace/enable-running.c: New.
531 * gdb.btrace/enable-running.exp: New.
532
2735833d
WT
5332017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
534
535 * gdb.arch/amd64-gs_base.c: New file.
536 * gdb.arch/amd64-gs_base.exp: New file.
537
b51e1e94
LM
5382017-01-26 Luis Machado <lgustavo@codesourcery.com>
539
540 * lib/memory.exp: Remove spurious empty newlines.
541
72ca0410
SM
5422017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
543
544 * gdb.python/py-bad-printers.exp: Load python file using "source".
545 * gdb.python/py-events.exp: Likewise.
546 * gdb.python/py-evsignal.exp: Likewise.
547 * gdb.python/py-evthreads.exp: Likewise.
548 * gdb.python/py-frame-args.exp: Likewise.
549 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
550 * gdb.python/py-framefilter-mi.exp: Likewise.
551 * gdb.python/py-framefilter.exp: Likewise.
552 * gdb.python/py-mi.exp: Likewise.
553 * gdb.python/py-pp-maint.exp: Likewise.
554 * gdb.python/py-pp-registration.exp: Likewise.
555 * gdb.python/py-prettyprint.exp: Likewise.
556 (run_lang_tests): Likewise.
557 * gdb.python/py-typeprint.exp: Likewise.
558
e309aa65
LM
5592017-01-26 Luis Machado <lgustavo@codesourcery.com>
560
561 * lib/memory.exp: New file.
562 * lib/gdb.exp: Load memory.exp.
563 * gdb.base/memattr.exp (delete_memory): Move proc to
564 lib/memory.exp and rename to delete_memory_regions.
565 Replace delete_memory with delete_memory_regions.
566 Cleanup memory regions before tests.
567 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
568 before tests.
569
515aff23
LM
5702017-01-26 Luis Machado <lgustavo@codesourcery.com>
571
572 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
573 files.
574 (initialize): New function conditionally defined.
575 (testcases): Move within conditional block.
576 (main): Call initialize.
577 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
578 of gdb.reverse/insn-reverse.c.
579 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
580 gdb.reverse/insn-reverse.c.
581
d8b49cf0
YQ
5822017-01-26 Yao Qi <yao.qi@linaro.org>
583
584 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
585 disassemble on address 0.
586
f13a9a0c
YQ
5872017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
588 Yao Qi <yao.qi@linaro.org>
589
590 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
591 * gdb.dwarf2/implptr-64bit.S: Remove.
592 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
593 variables in caller's context. Add DW_OP_implicit_value.
594
5ac95241
YQ
5952017-01-25 Yao Qi <yao.qi@linaro.org>
596
597 * lib/dwarf.exp (Dwarf::_location): Handle
598 DW_OP_GNU_implicit_pointer with proper size.
599
23e82930
LM
6002017-01-20 Luis Machado <lgustavo@codesourcery.com>
601
602 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
603 and add untested calls.
604
d334ae25
LM
6052017-01-20 Luis Machado <lgustavo@codesourcery.com>
606
607 * gdb.python/python.exp: Check line number against what GDB thinks
608 the line number is for func1.
609
f5e6296e
IB
6102017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
611
612 * gdb.dlang/debug-expr.exp: New file.
613
5b362f04
LM
6142016-12-23 Luis Machado <lgustavo@codesourcery.com>
615
616 Fix test names for the following files:
617
618 * gdb.ada/exec_changed.exp
619 * gdb.ada/info_types.exp
620 * gdb.arch/aarch64-atomic-inst.exp
621 * gdb.arch/aarch64-fp.exp
622 * gdb.arch/altivec-abi.exp
623 * gdb.arch/altivec-regs.exp
624 * gdb.arch/amd64-byte.exp
625 * gdb.arch/amd64-disp-step.exp
626 * gdb.arch/amd64-dword.exp
627 * gdb.arch/amd64-entry-value-inline.exp
628 * gdb.arch/amd64-entry-value-param.exp
629 * gdb.arch/amd64-entry-value-paramref.exp
630 * gdb.arch/amd64-entry-value.exp
631 * gdb.arch/amd64-i386-address.exp
632 * gdb.arch/amd64-invalid-stack-middle.exp
633 * gdb.arch/amd64-invalid-stack-top.exp
634 * gdb.arch/amd64-optimout-repeat.exp
635 * gdb.arch/amd64-prologue-skip.exp
636 * gdb.arch/amd64-prologue-xmm.exp
637 * gdb.arch/amd64-stap-special-operands.exp
638 * gdb.arch/amd64-stap-wrong-subexp.exp
639 * gdb.arch/amd64-tailcall-cxx.exp
640 * gdb.arch/amd64-tailcall-noret.exp
641 * gdb.arch/amd64-tailcall-ret.exp
642 * gdb.arch/amd64-tailcall-self.exp
643 * gdb.arch/amd64-word.exp
644 * gdb.arch/arm-bl-branch-dest.exp
645 * gdb.arch/arm-disp-step.exp
646 * gdb.arch/arm-neon.exp
647 * gdb.arch/arm-single-step-kernel-helper.exp
648 * gdb.arch/avr-flash-qualifier.exp
649 * gdb.arch/disp-step-insn-reloc.exp
650 * gdb.arch/e500-abi.exp
651 * gdb.arch/e500-regs.exp
652 * gdb.arch/ftrace-insn-reloc.exp
653 * gdb.arch/i386-avx512.exp
654 * gdb.arch/i386-bp_permanent.exp
655 * gdb.arch/i386-byte.exp
656 * gdb.arch/i386-cfi-notcurrent.exp
657 * gdb.arch/i386-disp-step.exp
658 * gdb.arch/i386-dr3-watch.exp
659 * gdb.arch/i386-float.exp
660 * gdb.arch/i386-gnu-cfi.exp
661 * gdb.arch/i386-mpx-map.exp
662 * gdb.arch/i386-mpx-sigsegv.exp
663 * gdb.arch/i386-mpx-simple_segv.exp
664 * gdb.arch/i386-mpx.exp
665 * gdb.arch/i386-permbkpt.exp
666 * gdb.arch/i386-prologue.exp
667 * gdb.arch/i386-signal.exp
668 * gdb.arch/i386-size-overlap.exp
669 * gdb.arch/i386-unwind.exp
670 * gdb.arch/i386-word.exp
671 * gdb.arch/mips-fcr.exp
672 * gdb.arch/powerpc-d128-regs.exp
673 * gdb.arch/powerpc-stackless.exp
674 * gdb.arch/ppc64-atomic-inst.exp
675 * gdb.arch/s390-stackless.exp
676 * gdb.arch/s390-tdbregs.exp
677 * gdb.arch/s390-vregs.exp
678 * gdb.arch/sparc-sysstep.exp
679 * gdb.arch/thumb-bx-pc.exp
680 * gdb.arch/thumb-singlestep.exp
681 * gdb.arch/thumb2-it.exp
682 * gdb.arch/vsx-regs.exp
683 * gdb.asm/asm-source.exp
684 * gdb.base/a2-run.exp
685 * gdb.base/advance.exp
686 * gdb.base/all-bin.exp
687 * gdb.base/anon.exp
688 * gdb.base/args.exp
689 * gdb.base/arithmet.exp
690 * gdb.base/async-shell.exp
691 * gdb.base/async.exp
692 * gdb.base/attach-pie-noexec.exp
693 * gdb.base/attach-twice.exp
694 * gdb.base/auto-load.exp
695 * gdb.base/bang.exp
696 * gdb.base/bitfields.exp
697 * gdb.base/break-always.exp
698 * gdb.base/break-caller-line.exp
699 * gdb.base/break-entry.exp
700 * gdb.base/break-inline.exp
701 * gdb.base/break-on-linker-gcd-function.exp
702 * gdb.base/break-probes.exp
703 * gdb.base/break.exp
704 * gdb.base/breakpoint-shadow.exp
705 * gdb.base/call-ar-st.exp
706 * gdb.base/call-sc.exp
707 * gdb.base/call-signal-resume.exp
708 * gdb.base/call-strs.exp
709 * gdb.base/callfuncs.exp
710 * gdb.base/catch-fork-static.exp
711 * gdb.base/catch-gdb-caused-signals.exp
712 * gdb.base/catch-load.exp
713 * gdb.base/catch-signal-fork.exp
714 * gdb.base/catch-signal.exp
715 * gdb.base/catch-syscall.exp
716 * gdb.base/charset.exp
717 * gdb.base/checkpoint.exp
718 * gdb.base/chng-syms.exp
719 * gdb.base/code-expr.exp
720 * gdb.base/code_elim.exp
721 * gdb.base/commands.exp
722 * gdb.base/completion.exp
723 * gdb.base/complex.exp
724 * gdb.base/cond-expr.exp
725 * gdb.base/condbreak.exp
726 * gdb.base/consecutive.exp
727 * gdb.base/continue-all-already-running.exp
728 * gdb.base/coredump-filter.exp
729 * gdb.base/corefile.exp
730 * gdb.base/dbx.exp
731 * gdb.base/debug-expr.exp
732 * gdb.base/define.exp
733 * gdb.base/del.exp
734 * gdb.base/disabled-location.exp
735 * gdb.base/disasm-end-cu.exp
736 * gdb.base/disasm-optim.exp
737 * gdb.base/display.exp
738 * gdb.base/duplicate-bp.exp
739 * gdb.base/ena-dis-br.exp
740 * gdb.base/ending-run.exp
741 * gdb.base/enumval.exp
742 * gdb.base/environ.exp
743 * gdb.base/eu-strip-infcall.exp
744 * gdb.base/eval-avoid-side-effects.exp
745 * gdb.base/eval-skip.exp
746 * gdb.base/exitsignal.exp
747 * gdb.base/expand-psymtabs.exp
748 * gdb.base/filesym.exp
749 * gdb.base/find-unmapped.exp
750 * gdb.base/finish.exp
751 * gdb.base/float.exp
752 * gdb.base/foll-exec-mode.exp
753 * gdb.base/foll-exec.exp
754 * gdb.base/foll-fork.exp
755 * gdb.base/fortran-sym-case.exp
756 * gdb.base/freebpcmd.exp
757 * gdb.base/func-ptr.exp
758 * gdb.base/func-ptrs.exp
759 * gdb.base/funcargs.exp
760 * gdb.base/gcore-buffer-overflow.exp
761 * gdb.base/gcore-relro-pie.exp
762 * gdb.base/gcore-relro.exp
763 * gdb.base/gcore.exp
764 * gdb.base/gdb1090.exp
765 * gdb.base/gdb11530.exp
766 * gdb.base/gdb11531.exp
767 * gdb.base/gdb1821.exp
768 * gdb.base/gdbindex-stabs.exp
769 * gdb.base/gdbvars.exp
770 * gdb.base/hbreak.exp
771 * gdb.base/hbreak2.exp
772 * gdb.base/included.exp
773 * gdb.base/infcall-input.exp
774 * gdb.base/inferior-died.exp
775 * gdb.base/infnan.exp
776 * gdb.base/info-macros.exp
777 * gdb.base/info-os.exp
778 * gdb.base/info-proc.exp
779 * gdb.base/info-shared.exp
780 * gdb.base/info-target.exp
781 * gdb.base/infoline.exp
782 * gdb.base/interp.exp
783 * gdb.base/interrupt.exp
784 * gdb.base/jit-reader.exp
785 * gdb.base/jit-simple.exp
786 * gdb.base/kill-after-signal.exp
787 * gdb.base/kill-detach-inferiors-cmd.exp
788 * gdb.base/label.exp
789 * gdb.base/langs.exp
790 * gdb.base/ldbl_e308.exp
791 * gdb.base/line-symtabs.exp
792 * gdb.base/linespecs.exp
793 * gdb.base/list.exp
794 * gdb.base/long_long.exp
795 * gdb.base/longest-types.exp
796 * gdb.base/maint.exp
797 * gdb.base/max-value-size.exp
798 * gdb.base/memattr.exp
799 * gdb.base/mips_pro.exp
800 * gdb.base/morestack.exp
801 * gdb.base/moribund-step.exp
802 * gdb.base/multi-forks.exp
803 * gdb.base/nested-addr.exp
804 * gdb.base/nextoverexit.exp
805 * gdb.base/noreturn-finish.exp
806 * gdb.base/noreturn-return.exp
807 * gdb.base/nostdlib.exp
808 * gdb.base/offsets.exp
809 * gdb.base/opaque.exp
810 * gdb.base/pc-fp.exp
811 * gdb.base/permissions.exp
812 * gdb.base/print-symbol-loading.exp
813 * gdb.base/prologue-include.exp
814 * gdb.base/psymtab.exp
815 * gdb.base/ptype.exp
816 * gdb.base/random-signal.exp
817 * gdb.base/randomize.exp
818 * gdb.base/range-stepping.exp
819 * gdb.base/readline-ask.exp
820 * gdb.base/recpar.exp
821 * gdb.base/recurse.exp
822 * gdb.base/relational.exp
823 * gdb.base/restore.exp
824 * gdb.base/return-nodebug.exp
825 * gdb.base/return.exp
826 * gdb.base/run-after-attach.exp
827 * gdb.base/save-bp.exp
828 * gdb.base/scope.exp
829 * gdb.base/sect-cmd.exp
830 * gdb.base/set-lang-auto.exp
831 * gdb.base/set-noassign.exp
832 * gdb.base/setvar.exp
833 * gdb.base/sigall.exp
834 * gdb.base/sigbpt.exp
835 * gdb.base/siginfo-addr.exp
836 * gdb.base/siginfo-infcall.exp
837 * gdb.base/siginfo-obj.exp
838 * gdb.base/siginfo.exp
839 * gdb.base/signals-state-child.exp
840 * gdb.base/signest.exp
841 * gdb.base/sigstep.exp
842 * gdb.base/sizeof.exp
843 * gdb.base/skip.exp
844 * gdb.base/solib-corrupted.exp
845 * gdb.base/solib-nodir.exp
846 * gdb.base/solib-search.exp
847 * gdb.base/stack-checking.exp
848 * gdb.base/stale-infcall.exp
849 * gdb.base/stap-probe.exp
850 * gdb.base/start.exp
851 * gdb.base/step-break.exp
852 * gdb.base/step-bt.exp
853 * gdb.base/step-line.exp
854 * gdb.base/step-over-exit.exp
855 * gdb.base/step-over-syscall.exp
856 * gdb.base/step-resume-infcall.exp
857 * gdb.base/step-test.exp
858 * gdb.base/store.exp
859 * gdb.base/structs3.exp
860 * gdb.base/sym-file.exp
861 * gdb.base/symbol-without-target_section.exp
862 * gdb.base/term.exp
863 * gdb.base/testenv.exp
864 * gdb.base/ui-redirect.exp
865 * gdb.base/until.exp
866 * gdb.base/unwindonsignal.exp
867 * gdb.base/value-double-free.exp
868 * gdb.base/vla-datatypes.exp
869 * gdb.base/vla-ptr.exp
870 * gdb.base/vla-sideeffect.exp
871 * gdb.base/volatile.exp
872 * gdb.base/watch-cond-infcall.exp
873 * gdb.base/watch-cond.exp
874 * gdb.base/watch-non-mem.exp
875 * gdb.base/watch-read.exp
876 * gdb.base/watch-vfork.exp
877 * gdb.base/watchpoint-cond-gone.exp
878 * gdb.base/watchpoint-delete.exp
879 * gdb.base/watchpoint-hw-hit-once.exp
880 * gdb.base/watchpoint-hw.exp
881 * gdb.base/watchpoint-stops-at-right-insn.exp
882 * gdb.base/watchpoints.exp
883 * gdb.base/wchar.exp
884 * gdb.base/whatis-exp.exp
885 * gdb.btrace/buffer-size.exp
886 * gdb.btrace/data.exp
887 * gdb.btrace/delta.exp
888 * gdb.btrace/dlopen.exp
889 * gdb.btrace/enable.exp
890 * gdb.btrace/exception.exp
891 * gdb.btrace/function_call_history.exp
892 * gdb.btrace/gcore.exp
893 * gdb.btrace/instruction_history.exp
894 * gdb.btrace/nohist.exp
895 * gdb.btrace/reconnect.exp
896 * gdb.btrace/record_goto-step.exp
897 * gdb.btrace/record_goto.exp
898 * gdb.btrace/rn-dl-bind.exp
899 * gdb.btrace/segv.exp
900 * gdb.btrace/step.exp
901 * gdb.btrace/stepi.exp
902 * gdb.btrace/tailcall-only.exp
903 * gdb.btrace/tailcall.exp
904 * gdb.btrace/tsx.exp
905 * gdb.btrace/unknown_functions.exp
906 * gdb.btrace/vdso.exp
907 * gdb.compile/compile-ifunc.exp
908 * gdb.compile/compile-ops.exp
909 * gdb.compile/compile-print.exp
910 * gdb.compile/compile-setjmp.exp
911 * gdb.cp/abstract-origin.exp
912 * gdb.cp/ambiguous.exp
913 * gdb.cp/annota2.exp
914 * gdb.cp/annota3.exp
915 * gdb.cp/anon-ns.exp
916 * gdb.cp/anon-struct.exp
917 * gdb.cp/anon-union.exp
918 * gdb.cp/arg-reference.exp
919 * gdb.cp/baseenum.exp
920 * gdb.cp/bool.exp
921 * gdb.cp/breakpoint.exp
922 * gdb.cp/bs15503.exp
923 * gdb.cp/call-c.exp
924 * gdb.cp/casts.exp
925 * gdb.cp/chained-calls.exp
926 * gdb.cp/class2.exp
927 * gdb.cp/classes.exp
928 * gdb.cp/cmpd-minsyms.exp
929 * gdb.cp/converts.exp
930 * gdb.cp/cp-relocate.exp
931 * gdb.cp/cpcompletion.exp
932 * gdb.cp/cpexprs.exp
933 * gdb.cp/cplabel.exp
934 * gdb.cp/cplusfuncs.exp
935 * gdb.cp/cpsizeof.exp
936 * gdb.cp/ctti.exp
937 * gdb.cp/derivation.exp
938 * gdb.cp/destrprint.exp
939 * gdb.cp/dispcxx.exp
940 * gdb.cp/enum-class.exp
941 * gdb.cp/exception.exp
942 * gdb.cp/exceptprint.exp
943 * gdb.cp/expand-psymtabs-cxx.exp
944 * gdb.cp/expand-sals.exp
945 * gdb.cp/extern-c.exp
946 * gdb.cp/filename.exp
947 * gdb.cp/formatted-ref.exp
948 * gdb.cp/fpointer.exp
949 * gdb.cp/gdb1355.exp
950 * gdb.cp/gdb2495.exp
951 * gdb.cp/hang.exp
952 * gdb.cp/impl-this.exp
953 * gdb.cp/infcall-dlopen.exp
954 * gdb.cp/inherit.exp
955 * gdb.cp/iostream.exp
956 * gdb.cp/koenig.exp
957 * gdb.cp/local.exp
958 * gdb.cp/m-data.exp
959 * gdb.cp/m-static.exp
960 * gdb.cp/mb-ctor.exp
961 * gdb.cp/mb-inline.exp
962 * gdb.cp/mb-templates.exp
963 * gdb.cp/member-name.exp
964 * gdb.cp/member-ptr.exp
965 * gdb.cp/meth-typedefs.exp
966 * gdb.cp/method.exp
967 * gdb.cp/method2.exp
968 * gdb.cp/minsym-fallback.exp
969 * gdb.cp/misc.exp
970 * gdb.cp/namelessclass.exp
971 * gdb.cp/namespace-enum.exp
972 * gdb.cp/namespace-nested-import.exp
973 * gdb.cp/namespace.exp
974 * gdb.cp/nextoverthrow.exp
975 * gdb.cp/no-dmgl-verbose.exp
976 * gdb.cp/non-trivial-retval.exp
977 * gdb.cp/noparam.exp
978 * gdb.cp/nsdecl.exp
979 * gdb.cp/nsimport.exp
980 * gdb.cp/nsnested.exp
981 * gdb.cp/nsnoimports.exp
982 * gdb.cp/nsrecurs.exp
983 * gdb.cp/nsstress.exp
984 * gdb.cp/nsusing.exp
985 * gdb.cp/operator.exp
986 * gdb.cp/oranking.exp
987 * gdb.cp/overload-const.exp
988 * gdb.cp/overload.exp
989 * gdb.cp/ovldbreak.exp
990 * gdb.cp/ovsrch.exp
991 * gdb.cp/paren-type.exp
992 * gdb.cp/parse-lang.exp
993 * gdb.cp/pass-by-ref.exp
994 * gdb.cp/pr-1023.exp
995 * gdb.cp/pr-1210.exp
996 * gdb.cp/pr-574.exp
997 * gdb.cp/pr10687.exp
998 * gdb.cp/pr12028.exp
999 * gdb.cp/pr17132.exp
1000 * gdb.cp/pr17494.exp
1001 * gdb.cp/pr9067.exp
1002 * gdb.cp/pr9167.exp
1003 * gdb.cp/pr9631.exp
1004 * gdb.cp/printmethod.exp
1005 * gdb.cp/psmang.exp
1006 * gdb.cp/psymtab-parameter.exp
1007 * gdb.cp/ptype-cv-cp.exp
1008 * gdb.cp/ptype-flags.exp
1009 * gdb.cp/re-set-overloaded.exp
1010 * gdb.cp/ref-types.exp
1011 * gdb.cp/rtti.exp
1012 * gdb.cp/scope-err.exp
1013 * gdb.cp/shadow.exp
1014 * gdb.cp/smartp.exp
1015 * gdb.cp/static-method.exp
1016 * gdb.cp/static-print-quit.exp
1017 * gdb.cp/temargs.exp
1018 * gdb.cp/templates.exp
1019 * gdb.cp/try_catch.exp
1020 * gdb.cp/typedef-operator.exp
1021 * gdb.cp/typeid.exp
1022 * gdb.cp/userdef.exp
1023 * gdb.cp/using-crash.exp
1024 * gdb.cp/var-tag.exp
1025 * gdb.cp/virtbase.exp
1026 * gdb.cp/virtfunc.exp
1027 * gdb.cp/virtfunc2.exp
1028 * gdb.cp/vla-cxx.exp
1029 * gdb.disasm/t01_mov.exp
1030 * gdb.disasm/t02_mova.exp
1031 * gdb.disasm/t03_add.exp
1032 * gdb.disasm/t04_sub.exp
1033 * gdb.disasm/t05_cmp.exp
1034 * gdb.disasm/t06_ari2.exp
1035 * gdb.disasm/t07_ari3.exp
1036 * gdb.disasm/t08_or.exp
1037 * gdb.disasm/t09_xor.exp
1038 * gdb.disasm/t10_and.exp
1039 * gdb.disasm/t11_logs.exp
1040 * gdb.disasm/t12_bit.exp
1041 * gdb.disasm/t13_otr.exp
1042 * gdb.dlang/circular.exp
1043 * gdb.dwarf2/arr-stride.exp
1044 * gdb.dwarf2/arr-subrange.exp
1045 * gdb.dwarf2/atomic-type.exp
1046 * gdb.dwarf2/bad-regnum.exp
1047 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1048 * gdb.dwarf2/callframecfa.exp
1049 * gdb.dwarf2/clztest.exp
1050 * gdb.dwarf2/corrupt.exp
1051 * gdb.dwarf2/data-loc.exp
1052 * gdb.dwarf2/dup-psym.exp
1053 * gdb.dwarf2/dw2-anon-mptr.exp
1054 * gdb.dwarf2/dw2-anonymous-func.exp
1055 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1056 * gdb.dwarf2/dw2-bad-unresolved.exp
1057 * gdb.dwarf2/dw2-basic.exp
1058 * gdb.dwarf2/dw2-canonicalize-type.exp
1059 * gdb.dwarf2/dw2-case-insensitive.exp
1060 * gdb.dwarf2/dw2-common-block.exp
1061 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1062 * gdb.dwarf2/dw2-compressed.exp
1063 * gdb.dwarf2/dw2-const.exp
1064 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1065 * gdb.dwarf2/dw2-cu-size.exp
1066 * gdb.dwarf2/dw2-dup-frame.exp
1067 * gdb.dwarf2/dw2-entry-value.exp
1068 * gdb.dwarf2/dw2-icycle.exp
1069 * gdb.dwarf2/dw2-ifort-parameter.exp
1070 * gdb.dwarf2/dw2-inline-break.exp
1071 * gdb.dwarf2/dw2-inline-param.exp
1072 * gdb.dwarf2/dw2-intercu.exp
1073 * gdb.dwarf2/dw2-intermix.exp
1074 * gdb.dwarf2/dw2-lexical-block-bare.exp
1075 * gdb.dwarf2/dw2-linkage-name-trust.exp
1076 * gdb.dwarf2/dw2-minsym-in-cu.exp
1077 * gdb.dwarf2/dw2-noloc.exp
1078 * gdb.dwarf2/dw2-op-call.exp
1079 * gdb.dwarf2/dw2-op-out-param.exp
1080 * gdb.dwarf2/dw2-opt-structptr.exp
1081 * gdb.dwarf2/dw2-param-error.exp
1082 * gdb.dwarf2/dw2-producer.exp
1083 * gdb.dwarf2/dw2-ranges-base.exp
1084 * gdb.dwarf2/dw2-ref-missing-frame.exp
1085 * gdb.dwarf2/dw2-reg-undefined.exp
1086 * gdb.dwarf2/dw2-regno-invalid.exp
1087 * gdb.dwarf2/dw2-restore.exp
1088 * gdb.dwarf2/dw2-restrict.exp
1089 * gdb.dwarf2/dw2-single-line-discriminators.exp
1090 * gdb.dwarf2/dw2-strp.exp
1091 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1092 * gdb.dwarf2/dw2-unresolved.exp
1093 * gdb.dwarf2/dw2-var-zero-addr.exp
1094 * gdb.dwarf2/dw4-sig-types.exp
1095 * gdb.dwarf2/dwz.exp
1096 * gdb.dwarf2/dynarr-ptr.exp
1097 * gdb.dwarf2/enum-type.exp
1098 * gdb.dwarf2/gdb-index.exp
1099 * gdb.dwarf2/implptr-64bit.exp
1100 * gdb.dwarf2/implptr-optimized-out.exp
1101 * gdb.dwarf2/implptr.exp
1102 * gdb.dwarf2/implref-array.exp
1103 * gdb.dwarf2/implref-const.exp
1104 * gdb.dwarf2/implref-global.exp
1105 * gdb.dwarf2/implref-struct.exp
1106 * gdb.dwarf2/mac-fileno.exp
1107 * gdb.dwarf2/main-subprogram.exp
1108 * gdb.dwarf2/member-ptr-forwardref.exp
1109 * gdb.dwarf2/method-ptr.exp
1110 * gdb.dwarf2/missing-sig-type.exp
1111 * gdb.dwarf2/nonvar-access.exp
1112 * gdb.dwarf2/opaque-type-lookup.exp
1113 * gdb.dwarf2/pieces-optimized-out.exp
1114 * gdb.dwarf2/pieces.exp
1115 * gdb.dwarf2/pr10770.exp
1116 * gdb.dwarf2/pr13961.exp
1117 * gdb.dwarf2/staticvirtual.exp
1118 * gdb.dwarf2/subrange.exp
1119 * gdb.dwarf2/symtab-producer.exp
1120 * gdb.dwarf2/trace-crash.exp
1121 * gdb.dwarf2/typeddwarf.exp
1122 * gdb.dwarf2/valop.exp
1123 * gdb.dwarf2/watch-notconst.exp
1124 * gdb.fortran/array-element.exp
1125 * gdb.fortran/charset.exp
1126 * gdb.fortran/common-block.exp
1127 * gdb.fortran/complex.exp
1128 * gdb.fortran/derived-type-function.exp
1129 * gdb.fortran/derived-type.exp
1130 * gdb.fortran/logical.exp
1131 * gdb.fortran/module.exp
1132 * gdb.fortran/multi-dim.exp
1133 * gdb.fortran/nested-funcs.exp
1134 * gdb.fortran/print-formatted.exp
1135 * gdb.fortran/subarray.exp
1136 * gdb.fortran/vla-alloc-assoc.exp
1137 * gdb.fortran/vla-datatypes.exp
1138 * gdb.fortran/vla-history.exp
1139 * gdb.fortran/vla-ptr-info.exp
1140 * gdb.fortran/vla-ptype-sub.exp
1141 * gdb.fortran/vla-ptype.exp
1142 * gdb.fortran/vla-sizeof.exp
1143 * gdb.fortran/vla-type.exp
1144 * gdb.fortran/vla-value-sub-arbitrary.exp
1145 * gdb.fortran/vla-value-sub-finish.exp
1146 * gdb.fortran/vla-value-sub.exp
1147 * gdb.fortran/vla-value.exp
1148 * gdb.fortran/whatis_type.exp
1149 * gdb.go/chan.exp
1150 * gdb.go/handcall.exp
1151 * gdb.go/hello.exp
1152 * gdb.go/integers.exp
1153 * gdb.go/methods.exp
1154 * gdb.go/package.exp
1155 * gdb.go/strings.exp
1156 * gdb.go/types.exp
1157 * gdb.go/unsafe.exp
1158 * gdb.guile/scm-arch.exp
1159 * gdb.guile/scm-block.exp
1160 * gdb.guile/scm-breakpoint.exp
1161 * gdb.guile/scm-cmd.exp
1162 * gdb.guile/scm-disasm.exp
1163 * gdb.guile/scm-equal.exp
1164 * gdb.guile/scm-frame-args.exp
1165 * gdb.guile/scm-frame-inline.exp
1166 * gdb.guile/scm-frame.exp
1167 * gdb.guile/scm-iterator.exp
1168 * gdb.guile/scm-math.exp
1169 * gdb.guile/scm-objfile.exp
1170 * gdb.guile/scm-ports.exp
1171 * gdb.guile/scm-symbol.exp
1172 * gdb.guile/scm-symtab.exp
1173 * gdb.guile/scm-value-cc.exp
1174 * gdb.guile/types-module.exp
1175 * gdb.linespec/break-ask.exp
1176 * gdb.linespec/cpexplicit.exp
1177 * gdb.linespec/explicit.exp
1178 * gdb.linespec/keywords.exp
1179 * gdb.linespec/linespec.exp
1180 * gdb.linespec/ls-dollar.exp
1181 * gdb.linespec/ls-errs.exp
1182 * gdb.linespec/skip-two.exp
1183 * gdb.linespec/thread.exp
1184 * gdb.mi/mi-async.exp
1185 * gdb.mi/mi-basics.exp
1186 * gdb.mi/mi-break.exp
1187 * gdb.mi/mi-catch-load.exp
1188 * gdb.mi/mi-cli.exp
1189 * gdb.mi/mi-cmd-param-changed.exp
1190 * gdb.mi/mi-console.exp
1191 * gdb.mi/mi-detach.exp
1192 * gdb.mi/mi-disassemble.exp
1193 * gdb.mi/mi-eval.exp
1194 * gdb.mi/mi-file-transfer.exp
1195 * gdb.mi/mi-file.exp
1196 * gdb.mi/mi-fill-memory.exp
1197 * gdb.mi/mi-inheritance-syntax-error.exp
1198 * gdb.mi/mi-linespec-err-cp.exp
1199 * gdb.mi/mi-logging.exp
1200 * gdb.mi/mi-memory-changed.exp
1201 * gdb.mi/mi-read-memory.exp
1202 * gdb.mi/mi-record-changed.exp
1203 * gdb.mi/mi-reg-undefined.exp
1204 * gdb.mi/mi-regs.exp
1205 * gdb.mi/mi-return.exp
1206 * gdb.mi/mi-reverse.exp
1207 * gdb.mi/mi-simplerun.exp
1208 * gdb.mi/mi-solib.exp
1209 * gdb.mi/mi-stack.exp
1210 * gdb.mi/mi-stepi.exp
1211 * gdb.mi/mi-syn-frame.exp
1212 * gdb.mi/mi-until.exp
1213 * gdb.mi/mi-var-block.exp
1214 * gdb.mi/mi-var-child.exp
1215 * gdb.mi/mi-var-cmd.exp
1216 * gdb.mi/mi-var-cp.exp
1217 * gdb.mi/mi-var-display.exp
1218 * gdb.mi/mi-var-invalidate.exp
1219 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1220 * gdb.mi/mi-vla-fortran.exp
1221 * gdb.mi/mi-watch.exp
1222 * gdb.mi/mi2-var-child.exp
1223 * gdb.mi/user-selected-context-sync.exp
1224 * gdb.modula2/unbounded-array.exp
1225 * gdb.multi/dummy-frame-restore.exp
1226 * gdb.multi/multi-arch-exec.exp
1227 * gdb.multi/multi-arch.exp
1228 * gdb.multi/tids.exp
1229 * gdb.multi/watchpoint-multi.exp
1230 * gdb.opencl/callfuncs.exp
1231 * gdb.opencl/convs_casts.exp
1232 * gdb.opencl/datatypes.exp
1233 * gdb.opencl/operators.exp
1234 * gdb.opencl/vec_comps.exp
1235 * gdb.opt/clobbered-registers-O2.exp
1236 * gdb.opt/inline-break.exp
1237 * gdb.opt/inline-bt.exp
1238 * gdb.opt/inline-cmds.exp
1239 * gdb.opt/inline-locals.exp
1240 * gdb.pascal/case-insensitive-symbols.exp
1241 * gdb.pascal/floats.exp
1242 * gdb.pascal/gdb11492.exp
1243 * gdb.python/lib-types.exp
1244 * gdb.python/py-arch.exp
1245 * gdb.python/py-as-string.exp
1246 * gdb.python/py-bad-printers.exp
1247 * gdb.python/py-block.exp
1248 * gdb.python/py-breakpoint-create-fail.exp
1249 * gdb.python/py-breakpoint.exp
1250 * gdb.python/py-caller-is.exp
1251 * gdb.python/py-cmd.exp
1252 * gdb.python/py-explore-cc.exp
1253 * gdb.python/py-explore.exp
1254 * gdb.python/py-finish-breakpoint.exp
1255 * gdb.python/py-finish-breakpoint2.exp
1256 * gdb.python/py-frame-args.exp
1257 * gdb.python/py-frame-inline.exp
1258 * gdb.python/py-frame.exp
1259 * gdb.python/py-framefilter-mi.exp
1260 * gdb.python/py-infthread.exp
1261 * gdb.python/py-lazy-string.exp
1262 * gdb.python/py-linetable.exp
1263 * gdb.python/py-mi-events.exp
1264 * gdb.python/py-mi-objfile.exp
1265 * gdb.python/py-mi.exp
1266 * gdb.python/py-objfile.exp
1267 * gdb.python/py-pp-integral.exp
1268 * gdb.python/py-pp-maint.exp
1269 * gdb.python/py-pp-re-notag.exp
1270 * gdb.python/py-pp-registration.exp
1271 * gdb.python/py-recurse-unwind.exp
1272 * gdb.python/py-strfns.exp
1273 * gdb.python/py-symbol.exp
1274 * gdb.python/py-symtab.exp
1275 * gdb.python/py-sync-interp.exp
1276 * gdb.python/py-typeprint.exp
1277 * gdb.python/py-unwind-maint.exp
1278 * gdb.python/py-unwind.exp
1279 * gdb.python/py-value-cc.exp
1280 * gdb.python/py-xmethods.exp
1281 * gdb.reverse/amd64-tailcall-reverse.exp
1282 * gdb.reverse/break-precsave.exp
1283 * gdb.reverse/break-reverse.exp
1284 * gdb.reverse/consecutive-precsave.exp
1285 * gdb.reverse/consecutive-reverse.exp
1286 * gdb.reverse/finish-precsave.exp
1287 * gdb.reverse/finish-reverse-bkpt.exp
1288 * gdb.reverse/finish-reverse.exp
1289 * gdb.reverse/fstatat-reverse.exp
1290 * gdb.reverse/getresuid-reverse.exp
1291 * gdb.reverse/i386-precsave.exp
1292 * gdb.reverse/i386-reverse.exp
1293 * gdb.reverse/i386-sse-reverse.exp
1294 * gdb.reverse/i387-env-reverse.exp
1295 * gdb.reverse/i387-stack-reverse.exp
1296 * gdb.reverse/insn-reverse.exp
1297 * gdb.reverse/machinestate-precsave.exp
1298 * gdb.reverse/machinestate.exp
1299 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1300 * gdb.reverse/pipe-reverse.exp
1301 * gdb.reverse/readv-reverse.exp
1302 * gdb.reverse/recvmsg-reverse.exp
1303 * gdb.reverse/rerun-prec.exp
1304 * gdb.reverse/s390-mvcle.exp
1305 * gdb.reverse/step-precsave.exp
1306 * gdb.reverse/step-reverse.exp
1307 * gdb.reverse/time-reverse.exp
1308 * gdb.reverse/until-precsave.exp
1309 * gdb.reverse/until-reverse.exp
1310 * gdb.reverse/waitpid-reverse.exp
1311 * gdb.reverse/watch-precsave.exp
1312 * gdb.reverse/watch-reverse.exp
1313 * gdb.rust/generics.exp
1314 * gdb.rust/methods.exp
1315 * gdb.rust/modules.exp
1316 * gdb.rust/simple.exp
1317 * gdb.server/connect-with-no-symbol-file.exp
1318 * gdb.server/ext-attach.exp
1319 * gdb.server/ext-restart.exp
1320 * gdb.server/ext-wrapper.exp
1321 * gdb.server/file-transfer.exp
1322 * gdb.server/server-exec-info.exp
1323 * gdb.server/server-kill.exp
1324 * gdb.server/server-mon.exp
1325 * gdb.server/wrapper.exp
1326 * gdb.stabs/exclfwd.exp
1327 * gdb.stabs/gdb11479.exp
1328 * gdb.threads/clone-new-thread-event.exp
1329 * gdb.threads/corethreads.exp
1330 * gdb.threads/current-lwp-dead.exp
1331 * gdb.threads/dlopen-libpthread.exp
1332 * gdb.threads/gcore-thread.exp
1333 * gdb.threads/sigstep-threads.exp
1334 * gdb.threads/watchpoint-fork.exp
1335 * gdb.trace/actions-changed.exp
1336 * gdb.trace/backtrace.exp
1337 * gdb.trace/change-loc.exp
1338 * gdb.trace/circ.exp
1339 * gdb.trace/collection.exp
1340 * gdb.trace/disconnected-tracing.exp
1341 * gdb.trace/ftrace.exp
1342 * gdb.trace/mi-trace-frame-collected.exp
1343 * gdb.trace/mi-trace-unavailable.exp
1344 * gdb.trace/mi-traceframe-changed.exp
1345 * gdb.trace/mi-tsv-changed.exp
1346 * gdb.trace/no-attach-trace.exp
1347 * gdb.trace/passc-dyn.exp
1348 * gdb.trace/qtro.exp
1349 * gdb.trace/range-stepping.exp
1350 * gdb.trace/read-memory.exp
1351 * gdb.trace/save-trace.exp
1352 * gdb.trace/signal.exp
1353 * gdb.trace/status-stop.exp
1354 * gdb.trace/tfile.exp
1355 * gdb.trace/trace-break.exp
1356 * gdb.trace/trace-buffer-size.exp
1357 * gdb.trace/trace-condition.exp
1358 * gdb.trace/tracefile-pseudo-reg.exp
1359 * gdb.trace/tstatus.exp
1360 * gdb.trace/unavailable.exp
1361 * gdb.trace/while-dyn.exp
1362 * gdb.trace/while-stepping.exp
1363
34c41c68
DE
13642016-12-22 Doug Evans <xdje42@gmail.com>
1365
1366 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1367 and msymbols.
1368
16e69324
YQ
13692016-12-19 Yao Qi <yao.qi@linaro.org>
1370
1371 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1372 (test_with_self): Don't call do_steps_and_nexts, and remove
1373 code about stepping into xmalloc.
1374
f94f411b
YQ
13752016-12-09 Yao Qi <yao.qi@linaro.org>
1376
1377 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1378
13792016-12-09 Yao Qi <yao.qi@linaro.org>
1380
1381 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1382
f1b5deee
PA
13832016-12-09 Pedro Alves <palves@redhat.com>
1384
1385 * gdb.base/all-architectures-0.exp: New file.
1386 * gdb.base/all-architectures-1.exp: New file.
1387 * gdb.base/all-architectures-2.exp: New file.
1388 * gdb.base/all-architectures-3.exp: New file.
1389 * gdb.base/all-architectures-4.exp: New file.
1390 * gdb.base/all-architectures-5.exp: New file.
1391 * gdb.base/all-architectures-6.exp: New file.
1392 * gdb.base/all-architectures-7.exp: New file.
1393 * gdb.base/all-architectures.exp.in: New file.
1394
364ca42e
YQ
13952016-12-09 Yao Qi <yao.qi@linaro.org>
1396
1397 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1398
107c2d62
LM
13992016-12-02 Luis Machado <lgustavo@codesourcery.com>
1400
1401 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1402 possible.
1403 Remove useless pattern-matching code.
1404
df3ee9ca
PA
14052016-12-02 Pedro Alves <palves@redhat.com>
1406
1407 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1408 procedure.
1409 (top level): Call it.
1410
ec835369
PA
14112016-12-02 Pedro Alves <palves@redhat.com>
1412
1413 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1414 New procedure.
1415 (top level): Call it.
1416
01770bbd
PA
14172016-12-02 Pedro Alves <palves@redhat.com>
1418
1419 PR cli/20559
1420 * gdb.base/commands.exp (user_defined_command_args_eval): New
1421 procedure.
1422 (top level): Call it.
1423
008459ea
LM
14242016-12-02 Luis Machado <lgustavo@codesourcery.com>
1425
1426 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1427 timeout handling.
1428
0c1b455e
TT
14292016-12-02 Tom Tromey <tom@tromey.com>
1430
1431 * gdb.dwarf2/main-subprogram.c: New file.
1432 * gdb.dwarf2/main-subprogram.exp: New file.
1433
018572b8
LM
14342016-12-01 Luis Machado <lgustavo@codesourcery.com>
1435
1436 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1437 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1438 gdb_test_no_output for a couple of cases.
1439 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1440
84c93cd5
LM
14412016-12-01 Luis Machado <lgustavo@codesourcery.com>
1442
1443 Fix test names and standardize compilation error messages throughout
1444 the following files:
1445
1446 * gdb.ada/start.exp
1447 * gdb.arch/alpha-step.exp
1448 * gdb.arch/e500-prologue.exp
1449 * gdb.arch/ftrace-insn-reloc.exp
1450 * gdb.arch/gdb1291.exp
1451 * gdb.arch/gdb1431.exp
1452 * gdb.arch/gdb1558.exp
1453 * gdb.arch/i386-dr3-watch.exp
1454 * gdb.arch/i386-sse-stack-align.exp
1455 * gdb.arch/ia64-breakpoint-shadow.exp
1456 * gdb.arch/pa-nullify.exp
1457 * gdb.arch/powerpc-aix-prologue.exp
1458 * gdb.arch/thumb-bx-pc.exp
1459 * gdb.base/annota1.exp
1460 * gdb.base/annota3.exp
1461 * gdb.base/arrayidx.exp
1462 * gdb.base/assign.exp
1463 * gdb.base/attach.exp
1464 * gdb.base/auxv.exp
1465 * gdb.base/bang.exp
1466 * gdb.base/bfp-test.exp
1467 * gdb.base/bigcore.exp
1468 * gdb.base/bitfields2.exp
1469 * gdb.base/break-fun-addr.exp
1470 * gdb.base/break-probes.exp
1471 * gdb.base/call-rt-st.exp
1472 * gdb.base/callexit.exp
1473 * gdb.base/catch-fork-kill.exp
1474 * gdb.base/charset.exp
1475 * gdb.base/checkpoint.exp
1476 * gdb.base/comprdebug.exp
1477 * gdb.base/constvars.exp
1478 * gdb.base/coredump-filter.exp
1479 * gdb.base/cursal.exp
1480 * gdb.base/cvexpr.exp
1481 * gdb.base/detach.exp
1482 * gdb.base/display.exp
1483 * gdb.base/dmsym.exp
1484 * gdb.base/dprintf-pending.exp
1485 * gdb.base/dso2dso.exp
1486 * gdb.base/dtrace-probe.exp
1487 * gdb.base/dump.exp
1488 * gdb.base/enum_cond.exp
1489 * gdb.base/exe-lock.exp
1490 * gdb.base/exec-invalid-sysroot.exp
1491 * gdb.base/execl-update-breakpoints.exp
1492 * gdb.base/exprs.exp
1493 * gdb.base/fileio.exp
1494 * gdb.base/find.exp
1495 * gdb.base/finish.exp
1496 * gdb.base/fixsection.exp
1497 * gdb.base/foll-vfork.exp
1498 * gdb.base/frame-args.exp
1499 * gdb.base/gcore.exp
1500 * gdb.base/gdb1250.exp
1501 * gdb.base/global-var-nested-by-dso.exp
1502 * gdb.base/gnu-ifunc.exp
1503 * gdb.base/hashline1.exp
1504 * gdb.base/hashline2.exp
1505 * gdb.base/hashline3.exp
1506 * gdb.base/hbreak-in-shr-unsupported.exp
1507 * gdb.base/huge.exp
1508 * gdb.base/infcall-input.exp
1509 * gdb.base/info-fun.exp
1510 * gdb.base/info-shared.exp
1511 * gdb.base/jit-simple.exp
1512 * gdb.base/jit-so.exp
1513 * gdb.base/jit.exp
1514 * gdb.base/jump.exp
1515 * gdb.base/label.exp
1516 * gdb.base/lineinc.exp
1517 * gdb.base/logical.exp
1518 * gdb.base/longjmp.exp
1519 * gdb.base/macscp.exp
1520 * gdb.base/miscexprs.exp
1521 * gdb.base/new-ui-echo.exp
1522 * gdb.base/new-ui-pending-input.exp
1523 * gdb.base/new-ui.exp
1524 * gdb.base/nodebug.exp
1525 * gdb.base/nofield.exp
1526 * gdb.base/offsets.exp
1527 * gdb.base/overlays.exp
1528 * gdb.base/pending.exp
1529 * gdb.base/pointers.exp
1530 * gdb.base/pr11022.exp
1531 * gdb.base/printcmds.exp
1532 * gdb.base/prologue.exp
1533 * gdb.base/ptr-typedef.exp
1534 * gdb.base/realname-expand.exp
1535 * gdb.base/relativedebug.exp
1536 * gdb.base/relocate.exp
1537 * gdb.base/remote.exp
1538 * gdb.base/reread.exp
1539 * gdb.base/return2.exp
1540 * gdb.base/savedregs.exp
1541 * gdb.base/sep.exp
1542 * gdb.base/sepdebug.exp
1543 * gdb.base/sepsymtab.exp
1544 * gdb.base/set-inferior-tty.exp
1545 * gdb.base/setshow.exp
1546 * gdb.base/shlib-call.exp
1547 * gdb.base/sigaltstack.exp
1548 * gdb.base/siginfo-addr.exp
1549 * gdb.base/signals.exp
1550 * gdb.base/signull.exp
1551 * gdb.base/sigrepeat.exp
1552 * gdb.base/so-impl-ld.exp
1553 * gdb.base/solib-display.exp
1554 * gdb.base/solib-overlap.exp
1555 * gdb.base/solib-search.exp
1556 * gdb.base/solib-symbol.exp
1557 * gdb.base/structs.exp
1558 * gdb.base/structs2.exp
1559 * gdb.base/symtab-search-order.exp
1560 * gdb.base/twice.exp
1561 * gdb.base/unload.exp
1562 * gdb.base/varargs.exp
1563 * gdb.base/watchpoint-solib.exp
1564 * gdb.base/watchpoint.exp
1565 * gdb.base/whatis.exp
1566 * gdb.base/wrong_frame_bt_full.exp
1567 * gdb.btrace/dlopen.exp
1568 * gdb.cell/ea-standalone.exp
1569 * gdb.cell/ea-test.exp
1570 * gdb.cp/dispcxx.exp
1571 * gdb.cp/gdb2384.exp
1572 * gdb.cp/method2.exp
1573 * gdb.cp/nextoverthrow.exp
1574 * gdb.cp/pr10728.exp
1575 * gdb.disasm/am33.exp
1576 * gdb.disasm/h8300s.exp
1577 * gdb.disasm/mn10300.exp
1578 * gdb.disasm/sh3.exp
1579 * gdb.dwarf2/dw2-dir-file-name.exp
1580 * gdb.fortran/complex.exp
1581 * gdb.fortran/library-module.exp
1582 * gdb.guile/scm-pretty-print.exp
1583 * gdb.guile/scm-symbol.exp
1584 * gdb.guile/scm-type.exp
1585 * gdb.guile/scm-value.exp
1586 * gdb.linespec/linespec.exp
1587 * gdb.mi/gdb701.exp
1588 * gdb.mi/gdb792.exp
1589 * gdb.mi/mi-breakpoint-changed.exp
1590 * gdb.mi/mi-dprintf-pending.exp
1591 * gdb.mi/mi-dprintf.exp
1592 * gdb.mi/mi-exit-code.exp
1593 * gdb.mi/mi-pending.exp
1594 * gdb.mi/mi-solib.exp
1595 * gdb.mi/new-ui-mi-sync.exp
1596 * gdb.mi/pr11022.exp
1597 * gdb.mi/user-selected-context-sync.exp
1598 * gdb.opt/solib-intra-step.exp
1599 * gdb.python/py-events.exp
1600 * gdb.python/py-finish-breakpoint.exp
1601 * gdb.python/py-mi.exp
1602 * gdb.python/py-prettyprint.exp
1603 * gdb.python/py-shared.exp
1604 * gdb.python/py-symbol.exp
1605 * gdb.python/py-template.exp
1606 * gdb.python/py-type.exp
1607 * gdb.python/py-value.exp
1608 * gdb.reverse/solib-precsave.exp
1609 * gdb.reverse/solib-reverse.exp
1610 * gdb.server/solib-list.exp
1611 * gdb.stabs/weird.exp
1612 * gdb.threads/reconnect-signal.exp
1613 * gdb.threads/stepi-random-signal.exp
1614 * gdb.trace/actions.exp
1615 * gdb.trace/ax.exp
1616 * gdb.trace/backtrace.exp
1617 * gdb.trace/change-loc.exp
1618 * gdb.trace/deltrace.exp
1619 * gdb.trace/ftrace-lock.exp
1620 * gdb.trace/ftrace.exp
1621 * gdb.trace/infotrace.exp
1622 * gdb.trace/mi-tracepoint-changed.exp
1623 * gdb.trace/packetlen.exp
1624 * gdb.trace/passcount.exp
1625 * gdb.trace/pending.exp
1626 * gdb.trace/range-stepping.exp
1627 * gdb.trace/report.exp
1628 * gdb.trace/stap-trace.exp
1629 * gdb.trace/tfind.exp
1630 * gdb.trace/trace-break.exp
1631 * gdb.trace/trace-condition.exp
1632 * gdb.trace/trace-enable-disable.exp
1633 * gdb.trace/trace-mt.exp
1634 * gdb.trace/tracecmd.exp
1635 * gdb.trace/tspeed.exp
1636 * gdb.trace/tsv.exp
1637 * lib/perftest.exp
1638
fb9feb35
LM
16392016-12-01 Luis Machado <lgustavo@codesourcery.com>
1640
1641 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1642 with gdb_test_no_output.
1643 Use command as test name.
1644
cd2ddb6c
LM
16452016-12-01 Luis Machado <lgustavo@codesourcery.com>
1646
1647 Fix test names starting with uppercase throughout the files.
1648
1649 * gdb.ada/assign_1.exp
1650 * gdb.ada/boolean_expr.exp
1651 * gdb.base/arrayidx.exp
1652 * gdb.base/del.exp
1653 * gdb.base/gcore-buffer-overflow.exp
1654 * gdb.base/testenv.exp
1655 * gdb.compile/compile.exp
1656 * gdb.python/py-framefilter-invalidarg.exp
1657 * gdb.python/py-framefilter.exp
1658
bb95117e
LM
16592016-12-01 Luis Machado <lgustavo@codesourcery.com>
1660
1661 Fix test names starting with uppercase throughout the files.
1662
1663 * gdb.ada/array_return.exp
1664 * gdb.ada/expr_delims.exp
1665 * gdb.ada/mi_dyn_arr.exp
1666 * gdb.ada/mi_interface.exp
1667 * gdb.ada/mi_var_array.exp
1668 * gdb.ada/watch_arg.exp
1669 * gdb.arch/alpha-step.exp
1670 * gdb.arch/altivec-regs.exp
1671 * gdb.arch/e500-regs.exp
1672 * gdb.arch/powerpc-d128-regs.exp
1673 * gdb.base/arrayidx.exp
1674 * gdb.base/break.exp
1675 * gdb.base/checkpoint.exp
1676 * gdb.base/debug-expr.exp
1677 * gdb.base/dmsym.exp
1678 * gdb.base/radix.exp
1679 * gdb.base/sepdebug.exp
1680 * gdb.base/testenv.exp
1681 * gdb.base/watch_thread_num.exp
1682 * gdb.base/watchpoint-cond-gone.exp
1683 * gdb.cell/break.exp
1684 * gdb.cell/ea-cache.exp
1685 * gdb.compile/compile.exp
1686 * gdb.cp/gdb2495.exp
1687 * gdb.gdb/selftest.exp
1688 * gdb.gdb/xfullpath.exp
1689 * gdb.go/hello.exp
1690 * gdb.go/integers.exp
1691 * gdb.objc/basicclass.exp
1692 * gdb.pascal/hello.exp
1693 * gdb.pascal/integers.exp
1694 * gdb.python/py-breakpoint.exp
1695 * gdb.python/py-cmd.exp
1696 * gdb.python/py-linetable.exp
1697 * gdb.python/py-xmethods.exp
1698 * gdb.python/python.exp
1699 * gdb.reverse/consecutive-precsave.exp
1700 * gdb.reverse/finish-precsave.exp
1701 * gdb.reverse/i386-precsave.exp
1702 * gdb.reverse/machinestate-precsave.exp
1703 * gdb.reverse/sigall-precsave.exp
1704 * gdb.reverse/solib-precsave.exp
1705 * gdb.reverse/step-precsave.exp
1706 * gdb.reverse/until-precsave.exp
1707 * gdb.reverse/watch-precsave.exp
1708 * gdb.threads/leader-exit.exp
1709 * gdb.threads/pthreads.exp
1710 * gdb.threads/wp-replication.exp
1711 * gdb.trace/actions.exp
1712 * gdb.trace/mi-tsv-changed.exp
1713 * gdb.trace/tsv.exp
1714
de97fdd4
LM
17152016-12-01 Luis Machado <lgustavo@codesourcery.com>
1716
1717 Fix test names starting with uppercase throughout the files.
1718
1719 * gdb.arch/i386-bp_permanent.exp
1720 * gdb.arch/i386-gnu-cfi.exp
1721 * gdb.base/disasm-end-cu.exp
1722 * gdb.base/macscp.exp
1723 * gdb.base/pending.exp
1724 * gdb.base/watch_thread_num.exp
1725 * gdb.cp/exception.exp
1726 * gdb.cp/gdb2495.exp
1727 * gdb.cp/local.exp
1728 * gdb.python/py-evsignal.exp
1729 * gdb.python/python.exp
1730 * gdb.trace/tracecmd.exp
1731
9f058c10
LM
17322016-12-01 Luis Machado <lgustavo@codesourcery.com>
1733
1734 Fix test names starting with uppercase throughout the files.
1735
1736 * gdb.base/charset.exp
1737 * gdb.base/eval.exp
1738 * gdb.base/multi-forks.exp
1739 * gdb.guile/scm-progspace.exp
1740 * gdb.opencl/datatypes.exp
1741 * gdb.python/py-block.exp
1742 * gdb.python/py-function.exp
1743 * gdb.python/py-symbol.exp
1744 * gdb.python/py-symtab.exp
1745 * gdb.python/py-xmethods.exp
1746 * gdb.reverse/break-precsave.exp
1747 * gdb.reverse/break-reverse.exp
1748 * gdb.reverse/consecutive-precsave.exp
1749 * gdb.reverse/consecutive-reverse.exp
1750 * gdb.reverse/finish-precsave.exp
1751 * gdb.reverse/finish-reverse-bkpt.exp
1752 * gdb.reverse/finish-reverse.exp
1753 * gdb.reverse/fstatat-reverse.exp
1754 * gdb.reverse/getresuid-reverse.exp
1755 * gdb.reverse/i386-precsave.exp
1756 * gdb.reverse/i386-reverse.exp
1757 * gdb.reverse/i386-sse-reverse.exp
1758 * gdb.reverse/i387-stack-reverse.exp
1759 * gdb.reverse/insn-reverse.exp
1760 * gdb.reverse/machinestate-precsave.exp
1761 * gdb.reverse/machinestate.exp
1762 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1763 * gdb.reverse/pipe-reverse.exp
1764 * gdb.reverse/readv-reverse.exp
1765 * gdb.reverse/recvmsg-reverse.exp
1766 * gdb.reverse/rerun-prec.exp
1767 * gdb.reverse/s390-mvcle.exp
1768 * gdb.reverse/sigall-precsave.exp
1769 * gdb.reverse/sigall-reverse.exp
1770 * gdb.reverse/solib-precsave.exp
1771 * gdb.reverse/solib-reverse.exp
1772 * gdb.reverse/step-precsave.exp
1773 * gdb.reverse/step-reverse.exp
1774 * gdb.reverse/time-reverse.exp
1775 * gdb.reverse/until-precsave.exp
1776 * gdb.reverse/until-reverse.exp
1777 * gdb.reverse/waitpid-reverse.exp
1778 * gdb.reverse/watch-precsave.exp
1779 * gdb.reverse/watch-reverse.exp
1780
cdc7edd7
LM
17812016-12-01 Luis Machado <lgustavo@codesourcery.com>
1782
1783 Fix test names starting with uppercase throughout the files.
1784
1785 * gdb.arch/i386-mpx-simple_segv.exp
1786 * gdb.arch/i386-mpx.exp
1787 * gdb.arch/i386-permbkpt.exp
1788 * gdb.arch/pa-nullify.exp
1789 * gdb.arch/powerpc-d128-regs.exp
1790 * gdb.arch/vsx-regs.exp
1791 * gdb.base/bfp-test.exp
1792 * gdb.base/break.exp
1793 * gdb.base/breakpoint-shadow.exp
1794 * gdb.base/callfuncs.exp
1795 * gdb.base/charset.exp
1796 * gdb.base/commands.exp
1797 * gdb.base/completion.exp
1798 * gdb.base/dfp-test.exp
1799 * gdb.base/echo.exp
1800 * gdb.base/ending-run.exp
1801 * gdb.base/eval.exp
1802 * gdb.base/expand-psymtabs.exp
1803 * gdb.base/float128.exp
1804 * gdb.base/floatn.exp
1805 * gdb.base/foll-exec-mode.exp
1806 * gdb.base/gdb1056.exp
1807 * gdb.base/gdb11531.exp
1808 * gdb.base/kill-after-signal.exp
1809 * gdb.base/multi-forks.exp
1810 * gdb.base/overlays.exp
1811 * gdb.base/pending.exp
1812 * gdb.base/sepdebug.exp
1813 * gdb.base/testenv.exp
1814 * gdb.base/valgrind-db-attach.exp
1815 * gdb.base/watch_thread_num.exp
1816 * gdb.base/watchpoint-cond-gone.exp
1817 * gdb.base/watchpoint.exp
1818 * gdb.base/watchpoints.exp
1819 * gdb.cp/arg-reference.exp
1820 * gdb.cp/baseenum.exp
1821 * gdb.cp/operator.exp
1822 * gdb.cp/shadow.exp
1823 * gdb.dwarf2/dw2-op-out-param.exp
1824 * gdb.dwarf2/dw2-reg-undefined.exp
1825 * gdb.go/chan.exp
1826 * gdb.go/hello.exp
1827 * gdb.go/integers.exp
1828 * gdb.go/methods.exp
1829 * gdb.go/package.exp
1830 * gdb.guile/scm-parameter.exp
1831 * gdb.guile/scm-progspace.exp
1832 * gdb.guile/scm-value.exp
1833 * gdb.mi/mi-pending.exp
1834 * gdb.mi/user-selected-context-sync.exp
1835 * gdb.multi/multi-attach.exp
1836 * gdb.multi/tids.exp
1837 * gdb.opt/clobbered-registers-O2.exp
1838 * gdb.pascal/floats.exp
1839 * gdb.pascal/integers.exp
1840 * gdb.python/py-block.exp
1841 * gdb.python/py-events.exp
1842 * gdb.python/py-parameter.exp
1843 * gdb.python/py-symbol.exp
1844 * gdb.python/py-symtab.exp
1845 * gdb.python/py-type.exp
1846 * gdb.python/py-value.exp
1847 * gdb.python/py-xmethods.exp
1848 * gdb.python/python.exp
1849 * gdb.reverse/break-precsave.exp
1850 * gdb.reverse/consecutive-precsave.exp
1851 * gdb.reverse/finish-precsave.exp
1852 * gdb.reverse/i386-precsave.exp
1853 * gdb.reverse/machinestate-precsave.exp
1854 * gdb.reverse/sigall-precsave.exp
1855 * gdb.reverse/solib-precsave.exp
1856 * gdb.reverse/step-precsave.exp
1857 * gdb.reverse/until-precsave.exp
1858 * gdb.reverse/watch-precsave.exp
1859 * gdb.server/ext-attach.exp
1860 * gdb.server/ext-restart.exp
1861 * gdb.server/ext-run.exp
1862 * gdb.server/ext-wrapper.exp
1863 * gdb.stabs/gdb11479.exp
1864 * gdb.stabs/weird.exp
1865 * gdb.threads/attach-many-short-lived-threads.exp
1866 * gdb.threads/kill.exp
1867 * gdb.threads/watchpoint-fork.exp
1868
bc6c7af4
LM
18692016-12-01 Luis Machado <lgustavo@codesourcery.com>
1870
1871 Fix test names starting with uppercase throughout all the files below.
1872
1873 * gdb.ada/array_return.exp
1874 * gdb.ada/catch_ex.exp
1875 * gdb.ada/info_exc.exp
1876 * gdb.ada/mi_catch_ex.exp
1877 * gdb.ada/mi_dyn_arr.exp
1878 * gdb.ada/mi_ex_cond.exp
1879 * gdb.ada/mi_exc_info.exp
1880 * gdb.ada/mi_interface.exp
1881 * gdb.ada/mi_task_arg.exp
1882 * gdb.ada/mi_task_info.exp
1883 * gdb.ada/mi_var_array.exp
1884 * gdb.arch/alpha-step.exp
1885 * gdb.arch/amd64-disp-step.exp
1886 * gdb.arch/arm-disp-step.exp
1887 * gdb.arch/disp-step-insn-reloc.exp
1888 * gdb.arch/e500-prologue.exp
1889 * gdb.arch/ftrace-insn-reloc.exp
1890 * gdb.arch/gdb1558.exp
1891 * gdb.arch/i386-bp_permanent.exp
1892 * gdb.arch/i386-disp-step.exp
1893 * gdb.arch/i386-float.exp
1894 * gdb.arch/i386-gnu-cfi.exp
1895 * gdb.arch/ia64-breakpoint-shadow.exp
1896 * gdb.arch/mips16-thunks.exp
1897 * gdb.arch/pa-nullify.exp
1898 * gdb.arch/powerpc-aix-prologue.exp
1899 * gdb.arch/powerpc-power.exp
1900 * gdb.arch/ppc-dfp.exp
1901 * gdb.arch/s390-tdbregs.exp
1902 * gdb.arch/spu-info.exp
1903 * gdb.arch/spu-ls.exp
1904 * gdb.arch/thumb-bx-pc.exp
1905 * gdb.base/advance.exp
1906 * gdb.base/annota-input-while-running.exp
1907 * gdb.base/arrayidx.exp
1908 * gdb.base/asmlabel.exp
1909 * gdb.base/async.exp
1910 * gdb.base/attach-wait-input.exp
1911 * gdb.base/auto-connect-native-target.exp
1912 * gdb.base/batch-preserve-term-settings.exp
1913 * gdb.base/bfp-test.exp
1914 * gdb.base/bigcore.exp
1915 * gdb.base/bp-permanent.exp
1916 * gdb.base/break-always.exp
1917 * gdb.base/break-fun-addr.exp
1918 * gdb.base/break-idempotent.exp
1919 * gdb.base/break-main-file-remove-fail.exp
1920 * gdb.base/break-probes.exp
1921 * gdb.base/break-unload-file.exp
1922 * gdb.base/break.exp
1923 * gdb.base/call-ar-st.exp
1924 * gdb.base/call-rt-st.exp
1925 * gdb.base/call-sc.exp
1926 * gdb.base/call-signal-resume.exp
1927 * gdb.base/call-strs.exp
1928 * gdb.base/callexit.exp
1929 * gdb.base/callfuncs.exp
1930 * gdb.base/catch-gdb-caused-signals.exp
1931 * gdb.base/catch-signal-siginfo-cond.exp
1932 * gdb.base/catch-syscall.exp
1933 * gdb.base/compare-sections.exp
1934 * gdb.base/cond-eval-mode.exp
1935 * gdb.base/condbreak-call-false.exp
1936 * gdb.base/consecutive-step-over.exp
1937 * gdb.base/cursal.exp
1938 * gdb.base/disabled-location.exp
1939 * gdb.base/disasm-end-cu.exp
1940 * gdb.base/display.exp
1941 * gdb.base/double-prompt-target-event-error.exp
1942 * gdb.base/dprintf-bp-same-addr.exp
1943 * gdb.base/dprintf-detach.exp
1944 * gdb.base/dprintf-next.exp
1945 * gdb.base/dprintf-non-stop.exp
1946 * gdb.base/dprintf-pending.exp
1947 * gdb.base/dso2dso.exp
1948 * gdb.base/ending-run.exp
1949 * gdb.base/enum_cond.exp
1950 * gdb.base/examine-backward.exp
1951 * gdb.base/exe-lock.exp
1952 * gdb.base/exec-invalid-sysroot.exp
1953 * gdb.base/execl-update-breakpoints.exp
1954 * gdb.base/execution-termios.exp
1955 * gdb.base/fileio.exp
1956 * gdb.base/fixsection.exp
1957 * gdb.base/foll-exec-mode.exp
1958 * gdb.base/foll-exec.exp
1959 * gdb.base/fork-running-state.exp
1960 * gdb.base/frame-args.exp
1961 * gdb.base/fullpath-expand.exp
1962 * gdb.base/func-ptr.exp
1963 * gdb.base/gcore-relro-pie.exp
1964 * gdb.base/gdb1090.exp
1965 * gdb.base/gdb1555.exp
1966 * gdb.base/global-var-nested-by-dso.exp
1967 * gdb.base/gnu-ifunc.exp
1968 * gdb.base/hbreak-in-shr-unsupported.exp
1969 * gdb.base/hbreak-unmapped.exp
1970 * gdb.base/hook-stop.exp
1971 * gdb.base/infcall-input.exp
1972 * gdb.base/info-fun.exp
1973 * gdb.base/info-shared.exp
1974 * gdb.base/interrupt-noterm.exp
1975 * gdb.base/jit-so.exp
1976 * gdb.base/jit.exp
1977 * gdb.base/line-symtabs.exp
1978 * gdb.base/list.exp
1979 * gdb.base/longjmp.exp
1980 * gdb.base/macscp.exp
1981 * gdb.base/max-value-size.exp
1982 * gdb.base/nodebug.exp
1983 * gdb.base/nofield.exp
1984 * gdb.base/overlays.exp
1985 * gdb.base/paginate-after-ctrl-c-running.exp
1986 * gdb.base/paginate-bg-execution.exp
1987 * gdb.base/paginate-inferior-exit.exp
1988 * gdb.base/pending.exp
1989 * gdb.base/pr11022.exp
1990 * gdb.base/printcmds.exp
1991 * gdb.base/ptr-typedef.exp
1992 * gdb.base/ptype.exp
1993 * gdb.base/randomize.exp
1994 * gdb.base/range-stepping.exp
1995 * gdb.base/realname-expand.exp
1996 * gdb.base/relativedebug.exp
1997 * gdb.base/remote.exp
1998 * gdb.base/savedregs.exp
1999 * gdb.base/sepdebug.exp
2000 * gdb.base/set-noassign.exp
2001 * gdb.base/shlib-call.exp
2002 * gdb.base/shreloc.exp
2003 * gdb.base/sigaltstack.exp
2004 * gdb.base/sigbpt.exp
2005 * gdb.base/siginfo-addr.exp
2006 * gdb.base/siginfo-obj.exp
2007 * gdb.base/siginfo-thread.exp
2008 * gdb.base/signest.exp
2009 * gdb.base/signull.exp
2010 * gdb.base/sigrepeat.exp
2011 * gdb.base/skip.exp
2012 * gdb.base/so-impl-ld.exp
2013 * gdb.base/solib-corrupted.exp
2014 * gdb.base/solib-disc.exp
2015 * gdb.base/solib-display.exp
2016 * gdb.base/solib-overlap.exp
2017 * gdb.base/solib-search.exp
2018 * gdb.base/solib-symbol.exp
2019 * gdb.base/source-execution.exp
2020 * gdb.base/sss-bp-on-user-bp-2.exp
2021 * gdb.base/sss-bp-on-user-bp.exp
2022 * gdb.base/stack-checking.exp
2023 * gdb.base/stale-infcall.exp
2024 * gdb.base/step-break.exp
2025 * gdb.base/step-line.exp
2026 * gdb.base/step-over-exit.exp
2027 * gdb.base/step-test.exp
2028 * gdb.base/structs.exp
2029 * gdb.base/sym-file.exp
2030 * gdb.base/symtab-search-order.exp
2031 * gdb.base/term.exp
2032 * gdb.base/type-opaque.exp
2033 * gdb.base/unload.exp
2034 * gdb.base/until-nodebug.exp
2035 * gdb.base/until.exp
2036 * gdb.base/unwindonsignal.exp
2037 * gdb.base/watch-cond.exp
2038 * gdb.base/watch-non-mem.exp
2039 * gdb.base/watch_thread_num.exp
2040 * gdb.base/watchpoint-reuse-slot.exp
2041 * gdb.base/watchpoint-solib.exp
2042 * gdb.base/watchpoint.exp
2043 * gdb.btrace/dlopen.exp
2044 * gdb.cell/arch.exp
2045 * gdb.cell/break.exp
2046 * gdb.cell/bt.exp
2047 * gdb.cell/core.exp
2048 * gdb.cell/data.exp
2049 * gdb.cell/dwarfaddr.exp
2050 * gdb.cell/ea-cache.exp
2051 * gdb.cell/ea-standalone.exp
2052 * gdb.cell/ea-test.exp
2053 * gdb.cell/f-regs.exp
2054 * gdb.cell/fork.exp
2055 * gdb.cell/gcore.exp
2056 * gdb.cell/mem-access.exp
2057 * gdb.cell/ptype.exp
2058 * gdb.cell/registers.exp
2059 * gdb.cell/sizeof.exp
2060 * gdb.cell/solib-symbol.exp
2061 * gdb.cell/solib.exp
2062 * gdb.compile/compile-tls.exp
2063 * gdb.cp/exception.exp
2064 * gdb.cp/gdb2495.exp
2065 * gdb.cp/local.exp
2066 * gdb.cp/mb-inline.exp
2067 * gdb.cp/mb-templates.exp
2068 * gdb.cp/pr10687.exp
2069 * gdb.cp/pr9167.exp
2070 * gdb.cp/scope-err.exp
2071 * gdb.cp/templates.exp
2072 * gdb.cp/virtfunc.exp
2073 * gdb.dwarf2/dw2-dir-file-name.exp
2074 * gdb.dwarf2/dw2-single-line-discriminators.exp
2075 * gdb.fortran/complex.exp
2076 * gdb.fortran/library-module.exp
2077 * gdb.guile/guile.exp
2078 * gdb.guile/scm-cmd.exp
2079 * gdb.guile/scm-frame-inline.exp
2080 * gdb.guile/scm-objfile.exp
2081 * gdb.guile/scm-pretty-print.exp
2082 * gdb.guile/scm-symbol.exp
2083 * gdb.guile/scm-type.exp
2084 * gdb.guile/scm-value.exp
2085 * gdb.linespec/keywords.exp
2086 * gdb.linespec/ls-errs.exp
2087 * gdb.linespec/macro-relative.exp
2088 * gdb.linespec/thread.exp
2089 * gdb.mi/mi-breakpoint-changed.exp
2090 * gdb.mi/mi-dprintf-pending.exp
2091 * gdb.mi/mi-fullname-deleted.exp
2092 * gdb.mi/mi-logging.exp
2093 * gdb.mi/mi-pending.exp
2094 * gdb.mi/mi-solib.exp
2095 * gdb.mi/new-ui-mi-sync.exp
2096 * gdb.mi/user-selected-context-sync.exp
2097 * gdb.multi/dummy-frame-restore.exp
2098 * gdb.multi/multi-arch-exec.exp
2099 * gdb.multi/remove-inferiors.exp
2100 * gdb.multi/watchpoint-multi-exit.exp
2101 * gdb.opt/solib-intra-step.exp
2102 * gdb.perf/backtrace.exp
2103 * gdb.perf/single-step.exp
2104 * gdb.perf/skip-command.exp
2105 * gdb.perf/skip-prologue.exp
2106 * gdb.perf/solib.exp
2107 * gdb.python/lib-types.exp
2108 * gdb.python/py-as-string.exp
2109 * gdb.python/py-bad-printers.exp
2110 * gdb.python/py-block.exp
2111 * gdb.python/py-breakpoint.exp
2112 * gdb.python/py-cmd.exp
2113 * gdb.python/py-events.exp
2114 * gdb.python/py-evthreads.exp
2115 * gdb.python/py-finish-breakpoint.exp
2116 * gdb.python/py-finish-breakpoint2.exp
2117 * gdb.python/py-frame-inline.exp
2118 * gdb.python/py-frame.exp
2119 * gdb.python/py-inferior.exp
2120 * gdb.python/py-infthread.exp
2121 * gdb.python/py-mi.exp
2122 * gdb.python/py-objfile.exp
2123 * gdb.python/py-pp-maint.exp
2124 * gdb.python/py-pp-registration.exp
2125 * gdb.python/py-prettyprint.exp
2126 * gdb.python/py-recurse-unwind.exp
2127 * gdb.python/py-shared.exp
2128 * gdb.python/py-symbol.exp
2129 * gdb.python/py-symtab.exp
2130 * gdb.python/py-template.exp
2131 * gdb.python/py-type.exp
2132 * gdb.python/py-unwind-maint.exp
2133 * gdb.python/py-unwind.exp
2134 * gdb.python/py-value.exp
2135 * gdb.python/python.exp
2136 * gdb.reverse/finish-reverse-bkpt.exp
2137 * gdb.reverse/insn-reverse.exp
2138 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2139 * gdb.reverse/solib-precsave.exp
2140 * gdb.reverse/solib-reverse.exp
2141 * gdb.stabs/gdb11479.exp
2142 * gdb.stabs/weird.exp
2143 * gdb.threads/fork-child-threads.exp
2144 * gdb.threads/fork-plus-threads.exp
2145 * gdb.threads/fork-thread-pending.exp
2146 * gdb.threads/forking-threads-plus-breakpoint.exp
2147 * gdb.threads/hand-call-in-threads.exp
2148 * gdb.threads/interrupted-hand-call.exp
2149 * gdb.threads/linux-dp.exp
2150 * gdb.threads/local-watch-wrong-thread.exp
2151 * gdb.threads/next-while-other-thread-longjmps.exp
2152 * gdb.threads/non-ldr-exit.exp
2153 * gdb.threads/pending-step.exp
2154 * gdb.threads/print-threads.exp
2155 * gdb.threads/process-dies-while-detaching.exp
2156 * gdb.threads/process-dies-while-handling-bp.exp
2157 * gdb.threads/pthreads.exp
2158 * gdb.threads/queue-signal.exp
2159 * gdb.threads/reconnect-signal.exp
2160 * gdb.threads/signal-command-handle-nopass.exp
2161 * gdb.threads/signal-command-multiple-signals-pending.exp
2162 * gdb.threads/signal-delivered-right-thread.exp
2163 * gdb.threads/signal-sigtrap.exp
2164 * gdb.threads/sigthread.exp
2165 * gdb.threads/staticthreads.exp
2166 * gdb.threads/stepi-random-signal.exp
2167 * gdb.threads/thread-unwindonsignal.exp
2168 * gdb.threads/thread_check.exp
2169 * gdb.threads/thread_events.exp
2170 * gdb.threads/tid-reuse.exp
2171 * gdb.threads/tls-nodebug.exp
2172 * gdb.threads/tls-shared.exp
2173 * gdb.threads/tls-so_extern.exp
2174 * gdb.threads/tls.exp
2175 * gdb.threads/wp-replication.exp
2176 * gdb.trace/actions-changed.exp
2177 * gdb.trace/actions.exp
2178 * gdb.trace/backtrace.exp
2179 * gdb.trace/change-loc.exp
2180 * gdb.trace/collection.exp
2181 * gdb.trace/deltrace.exp
2182 * gdb.trace/disconnected-tracing.exp
2183 * gdb.trace/entry-values.exp
2184 * gdb.trace/ftrace-lock.exp
2185 * gdb.trace/ftrace.exp
2186 * gdb.trace/infotrace.exp
2187 * gdb.trace/mi-trace-frame-collected.exp
2188 * gdb.trace/mi-trace-unavailable.exp
2189 * gdb.trace/mi-traceframe-changed.exp
2190 * gdb.trace/mi-tracepoint-changed.exp
2191 * gdb.trace/mi-tsv-changed.exp
2192 * gdb.trace/no-attach-trace.exp
2193 * gdb.trace/packetlen.exp
2194 * gdb.trace/passc-dyn.exp
2195 * gdb.trace/passcount.exp
2196 * gdb.trace/pending.exp
2197 * gdb.trace/pr16508.exp
2198 * gdb.trace/qtro.exp
2199 * gdb.trace/range-stepping.exp
2200 * gdb.trace/read-memory.exp
2201 * gdb.trace/report.exp
2202 * gdb.trace/save-trace.exp
2203 * gdb.trace/signal.exp
2204 * gdb.trace/stap-trace.exp
2205 * gdb.trace/status-stop.exp
2206 * gdb.trace/strace.exp
2207 * gdb.trace/tfile.exp
2208 * gdb.trace/tfind.exp
2209 * gdb.trace/trace-break.exp
2210 * gdb.trace/trace-condition.exp
2211 * gdb.trace/trace-enable-disable.exp
2212 * gdb.trace/trace-mt.exp
2213 * gdb.trace/tracecmd.exp
2214 * gdb.trace/tracefile-pseudo-reg.exp
2215 * gdb.trace/tspeed.exp
2216 * gdb.trace/tstatus.exp
2217 * gdb.trace/tsv.exp
2218 * gdb.trace/unavailable.exp
2219 * gdb.trace/while-dyn.exp
2220 * gdb.trace/while-stepping.exp
2221 * lib/gdb-guile.exp
2222 * lib/gdb.exp
2223 * lib/mi-support.exp
2224 * lib/pascal.exp
2225 * lib/perftest.exp
2226 * lib/prelink-support.exp
2227 * lib/selftest-support.exp
2228
ad02e4fe
SM
22292016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2230
2231 * Makefile.in: Include disable-implicit-rules.mk.
2232
22347e55
AA
22332016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2234
2235 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2236 non-byte-aligned bit fields.
2237
da5b30da
AA
22382016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2239
2240 PR gdb/12616
2241 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2242 respects the DW_AT_data_bit_offset attribute.
2243
b593ecca
SM
22442016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2245
2246 * gdb.base/default.exp: Fix output of "set language".
2247
3b165252
SM
22482016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2249
2250 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2251 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2252 make.
2253 * configure.ac: Remove checks for the make program.
2254 * configure: Re-generate.
2255
1a2f3d7f
KB
22562016-11-16 Kevin Buettner <kevinb@redhat.com>
2257
2258 * gdb.python/py-recurse-unwind.c (main): Add loop.
2259 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2260 to read_register() and gdb.parse_and_eval(). Make each code
2261 call a separate case that can be individually tested.
2262 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2263 proc. Call cont_and_backtrace for each of the code paths that
2264 we want to test in the unwinder.
2265
b7f38fda
AA
22662016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2267
2268 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2269 the definition of struct S.
2270
1f8db343
CM
22712016-11-11 Catherine Moore <clm@codesourcery.com>
2272
2273 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2274
fad0c9fb
PA
22752016-11-09 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.base/commands.exp (runto_or_return): New procedure.
2278 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2279 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2280 (progvar_simple_while_test, progvar_complex_if_while_test)
2281 (if_while_breakpoint_command_test)
2282 (infrun_breakpoint_command_test, breakpoint_command_test)
2283 (user_defined_command_test, watchpoint_command_test)
2284 (test_command_prompt_position, redefine_hook_test)
2285 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2286 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2287 multi_line_input and multi_line. Remove gdb_expect and
2288 gdb_stop_suppressing_tests uses.
2289 * lib/gdb.exp (valnum_re): New global.
2290 (multi_line_input): New procedure.
2291
8354c62c
SM
22922016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2293
2294 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2295 Remove.
2296 (test_setup): Define with proc_with_prefix.
2297 (test_cli_inferior): Likewise.
2298 (test_cli_thread): Likewise.
2299 (test_cli_frame): Likewise.
2300 (test_cli_select_frame): Likewise.
2301 (test_cli_up_down): Likewise.
2302 (test_mi_thread_select): Likewise.
2303 (test_mi_stack_select_frame): Likewise.
2304 (test_cli_in_mi_inferior): Likewise.
2305 (test_cli_in_mi_thread): Likewise.
2306 (test_cli_in_mi_frame): Likewise.
2307 (top level): Do not use with_test_prefix_procname.
2308
64f367a2
PA
23092016-11-09 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.base/commands.exp (gdbvar_simple_if_test)
2312 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2313 (progvar_simple_if_test, progvar_simple_while_test)
2314 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2315 (infrun_breakpoint_command_test, breakpoint_command_test)
2316 (user_defined_command_test, watchpoint_command_test)
2317 (test_command_prompt_position, deprecated_command_test)
2318 (bp_deleted_in_command, temporary_breakpoint_commands)
2319 (stray_arg0_test, source_file_with_indented_comment)
2320 (recursive_source_test, if_commands_test)
2321 (error_clears_commands_left, redefine_hook_test)
2322 (redefine_backtrace_test): Use proc_with_prefix.
2323 * lib/gdb.exp (proc_with_prefix): New proc.
2324
0bb65f1e
AA
23252016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2326
2327 * gdb.base/tui-layout.c: New file.
2328 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2329 disassembly window contains very long lines.
2330
7353f247
TT
23312016-11-08 Tom Tromey <tom@tromey.com>
2332
2333 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2334 depend on Python 2.
2335
30a7bb83
TT
23362016-11-08 Tom Tromey <tom@tromey.com>
2337
2338 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2339 New method.
2340
cdf5a07c
MG
23412016-10-29 Manish Goregaokar <manish@mozilla.com>
2342
2806dc7e 2343 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2344
51a789c3
MG
23452016-10-27 Manish Goregaokar <manish@mozilla.com>
2346
2806dc7e
PA
2347 * gdb.rust/simple.rs: Add test for univariant enums without
2348 discriminants and for encoded struct-like enums.
51a789c3 2349
f610ab6d
PA
23502016-10-28 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2353 gdb_test_multiple, tighten regexps and match symtabs and line
2354 tables incrementally.
2355
b129b0ca
LM
23562016-10-28 Luis Machado <lgustavo@codesourcery.com>
2357
2358 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2359 general.
2360
ecf45d2c
SL
23612016-10-25 Luis Machado <lgustavo@codesourcery.com>
2362
2363 * gdb.base/exec-invalid-sysroot.exp: New file.
2364
b8d38ee4
JK
23652016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2366
2367 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2368
f90fd8c2
JK
23692016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2370
2371 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2372
2d2476aa
MR
23732016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2374
2806dc7e
PA
2375 * gdb.base/killed-outside.exp: Remove $options from a call to
2376 `prepare_for_testing'.
2d2476aa 2377
e42b25a0
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 Change test message.
2382
3ccdb432
SM
23832016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2384
2385 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2386 Update comment.
2387
5bad3170
SM
23882016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2389
2390 * gdb.trace/mi-trace-save.exp: New file.
2391
5ad9dba7
YQ
23922016-10-13 Yao Qi <yao.qi@linaro.org>
2393
2394 * gdb.base/code_elim.exp (get_var_address): Remove.
2395 * gdb.base/relocate.exp: Likewise.
2396 * gdb.base/shreloc.exp: Likewise.
2397 * lib/gdb.exp (get_var_address): New.
2398
62df7e21
YQ
23992016-10-13 Yao Qi <yao.qi@linaro.org>
2400
2401 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2402 floating point tests if $skip_float_test is false.
2403
4dac951e
LM
24042016-10-12 Luis Machado <lgustavo@codesourcery.com>
2405
2406 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2407 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2408 argc values.
2409 Add 1 to argc so we guarantee distinct initial/modified argc values.
2410
8f1a8fc4
JK
24112016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2412
2413 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2414
16c85b5d
JK
24152016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2416
2417 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2418 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2419 * gdb.arch/vsx-regs.exp: Likewise.
2420
1d0e042a
YQ
24212016-10-07 Yao Qi <yao.qi@linaro.org>
2422
2423 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2424
68dadef5
MM
24252016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2426
2427 * gdb.python/python.exp: Test decode_line("*0").
2428
33fa2c6e
DE
24292016-10-06 Doug Evans <dje@google.com>
2430
2431 * gdb.python/py-value.exp (test_value_creation): Add test for large
2432 unsigned 64-bit value.
2433
9c37b5ae
TT
24342016-10-06 Tom Tromey <tom@tromey.com>
2435
2436 * gdb.compile/compile.exp: Change java tests to rust.
2437 * gdb.base/setshow.exp: Change java tests to rust.
2438 * gdb.base/default.exp: Remove java from language list.
2439 * README (Examples): Update language example.
2440 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2441 test.
2442 * lib/gdb.exp (skip_java_tests): Remove.
2443 * lib/java.exp: Remove.
2444 * gdb.java: Remove.
2445
78b86327
MR
24462016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2447
2448 * gdb.arch/mips-fcr.exp: New test.
2449 * gdb.arch/mips-fcr.c: Source for the new test.
2450
7470adbb
MR
24512016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2452
2453 * gdb.base/solib-disc.exp: Use `standard_output_file'
2454 throughout.
2455
4a556533
PA
24562016-10-06 Pedro Alves <palves@redhat.com>
2457
2458 * gdb.base/jit-simple-dl.c: New file.
2459 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2460 * gdb.base/jit-simple.c: ... this.
2461 * gdb.base/jit-simple.exp (jit_run): Delete.
2462 (build_jit): New proc.
2463 (jit_test_reread): Recompile either the main program or the shared
2464 library, depending on what is being tested. Skip changing address
2465 if caller wants to. Compare before/after addresses. If testing
2466 standalone, explicitly load the binary. Test "maint info
2467 breakpoints".
2468 (top level): Add "standalone vs shared lib" and "change address"
2469 vs "same address" axes.
2470
5a122fbc
PA
24712016-10-06 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2474 call.
2475 (jit_run): Delete.
2476 (jit_test_reread): Use with_test_prefix. Reload the main binary
2477 explicitly. Compare the before/after addresses of the JIT
2478 descriptor.
2479
ee8da4b8
DE
24802016-08-15 Doug Evans <dje@google.com>
2481
2482 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2483 for single bitfields is bool.
2484 * gdb.xml/tdesc-regs.exp: Ditto.
2485
f389f6fe
JK
24862016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2487
2488 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2489
fdebf1a4
YQ
24902016-10-05 Yao Qi <yao.qi@linaro.org>
2491
2492 * lib/gdb.exp (support_complex_tests): Return zero if
2493 gdb_skip_float_test return true.
2494
9c36d954 24952016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2496 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2497
2498 PR gdb/20487
2499 * gdb.mi/user-selected-context-sync.exp: New file.
2500 * gdb.mi/user-selected-context-sync.c: New file.
2501
4034d0ff 25022016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2503 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2504
2505 PR gdb/20487
2506 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2507 =thread-select-event check.
2508
a4297203
PB
25092016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2510
2511 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2512 the compulsory L operand changes.
2513 * gdb.arch/powerpc-power.s: Likewise.
2514
bb805577
JK
25152016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2516
2517 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2518 * gdb.base/jit-attach-pie.c: New file.
2519 * gdb.base/jit-attach-pie.exp: New file.
2520
6d61dee5
PA
25212016-09-28 Pedro Alves <palves@redhat.com>
2522
2523 * gdb.base/infcall-input.c: New file.
2524 * gdb.base/infcall-input.exp: New file.
2525
f73842fc
YQ
25262016-09-22 Yao Qi <yao.qi@linaro.org>
2527
2528 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2529 (gdb_exit): Rename it to ...
2530 (gdbserver_gdb_exit): ... Close GDBserver.
2531 (gdb_exit): New proc, call gdbserver_gdb_exit.
2532 (mi_gdb_exit): Likewise.
2533
90681dab
YQ
25342016-09-22 Yao Qi <yao.qi@linaro.org>
2535
2536 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2537 path.
2538 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2539 Remove duplication.
2540
9c211fd8
YQ
25412016-09-22 Yao Qi <yao.qi@linaro.org>
2542
2543 * lib/gdbserver-support.exp: Check the existence of
2544 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2545
ad0a504f
AK
25462016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2547
2548 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2549
36cf1806
TT
25502016-09-21 Tom Tromey <tom@tromey.com>
2551
2552 PR gdb/20604:
2553 * gdb.base/quit.exp: New file.
2554
74172ecf
SM
25552016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2556
2557 * .gitignore: New file.
2558
3d0ec882
MR
25592016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2560
2561 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2562 throughout.
2563
8193adea
AA
25642016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2565
2566 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2567
d41a5c09
JK
25682016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2569
2570 * gdb.cp/casts.cc (decltype): Move it ...
2571 (main): ... with its call to ...
2572 * gdb.cp/casts03.cc: ... a new file.
2573 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2574
d2dfe700
JK
25752016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2576
2577 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2578
e2a92b16
PB
25792016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2580
2581 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2582 and sync up the test with tests in gas/testsuite/gas/ppc.
2583 * gdb.arch/powerpc-power.exp: Likewise.
2584
49b4de64
JK
25852016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2586
2587 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2588
2c29df25
SDJ
25892016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2590 Jan Kratochvil <jan.kratochvil@redhat.com>
2591
2592 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2593 make m1's definition to be different from m2's. Use 'dummy' as an
2594 argument for probe 'two'.
2595
cc3c2846
JB
25962016-09-10 Jon Beniston <jon@beniston.com>
2597
2598 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2599 for sim target.
2600
e1b2624a
AA
26012016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2602
2603 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2604 variable declaration.
2605 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2606 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2607 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2608 received HWCAP as its argument.
2609
4295e285
PA
26102016-09-06 Pedro Alves <palves@redhat.com>
2611
2612 * gdb.base/new-ui-pending-input.c: New file.
2613 * gdb.base/new-ui-pending-input.exp: New file.
2614 * gdb.exp (clear_gdb_spawn_id): New procedure.
2615 (with_spawn_id): Check whether gdb_spawn_id exists before
2616 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2617 on exit.
2618
00d5215e
UW
26192016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2620
2621 * gdb.base/float128.c: New file.
2622 * gdb.base/float128.exp: Likewise.
2623 * gdb.base/floatn.c: Likewise.
2624 * gdb.base/floatn.exp: Likewise.
2625
a9ff5f12
UW
26262016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2627
2628 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2629
f245535c
PA
26302016-09-05 Pedro Alves <palves@redhat.com>
2631
2632 PR backtrace/19927
2633 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2634 unwinders are immediately called as side effect of "source" or
2635 "disable unwinder" commands.
2636 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2637
ae9cf263
YQ
26382016-09-02 Yao Qi <yao.qi@linaro.org>
2639
2640 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2641 is true and $type is "float" or "double".
2642
27aba047
YQ
26432016-09-02 Yao Qi <yao.qi@linaro.org>
2644
2645 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2646 true.
2647 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2648 * gdb.base/call-rt-st.exp: Likewise.
2649 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2650 return value instead of gdb,skip_float_test.
2651 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2652 (do_function_calls): Use its return value instead of
2653 gdb,skip_float_test.
2654 * gdb.base/finish.exp: Likewise.
2655 * gdb.base/funcargs.exp: Likewise.
2656 * gdb.base/return.exp: Likewise.
2657 * gdb.base/return2.exp: Likewise.
2658 * gdb.base/varargs.exp: Likewise.
2659 * lib/gdb.exp (gdb_skip_float_test): Change it to
2660 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2661
5af962df
AA
26622016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2663
2664 * gdb.multi/tids.exp: Test "thread apply all".
2665
7fac6910
JK
26662016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2667
2668 * gdb.base/default.exp (tty): Remove.
2669
bb1fe4ac
KB
26702016-08-24 Kevin Buettner <kevinb@redhat.com>
2671
2806dc7e
PA
2672 * gdb.python/py-recurse-unwind.c: New file.
2673 * gdb.python/py-recurse-unwind.py: New file.
2674 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2675
0a1ddfa6
SM
26762016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2677
2678 * gdb.base/set-inferior-tty.exp: New file.
2679 * gdb.base/set-inferior-tty.c: New file.
2680
d9de1fe3
PA
26812016-08-23 Pedro Alves <palves@redhat.com>
2682
2683 PR gdb/20494
2684 * gdb.base/new-ui-echo.c: New file.
2685 * gdb.base/new-ui-echo.exp: New file.
2686
e9d9abd7
YQ
26872016-08-23 Yao Qi <yao.qi@linaro.org>
2688
2689 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2690 gdbserver_spawn.
2691 * gdb.server/connect-without-multi-process.exp (do_test):
2692 Likewise.
2693
3589529e
YQ
26942016-08-23 Yao Qi <yao.qi@linaro.org>
2695
2696 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2697 standalone_txt. Delete gdb_txt and standalone_txt on host
2698 and target. Spawn the binary on target. Copy files from
2699 target to host.
2700
6bb90213
PA
27012016-08-22 Pedro Alves <palves@redhat.com>
2702
2703 PR gdb/20505
2704 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2705 with_test_prefix. Factor out bits to ...
2706 (test_no_vdso): ... this new procedure.
2707
20c2c024
CL
27082016-08-19 Carl Love <cel@us.ibm.com>
2709
2710 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2711 maintaining separate logic for constructing the output path.
2712 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2713 * gdb.arch/ppc-dfp.exp: Likewise.
2714 * gdb.arch/ppc-fp.exp: Likewise.
2715 * gdb.arch/vsx-regs.exp: Likewise.
2716 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2717 binprefix for generating the additional binary files.
2718
0646e07d
PA
27192016-08-19 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.trace/mi-trace-frame-collected.exp
2722 (test_trace_frame_collected): On x32, expect two registers.
2723
46da9242
CL
27242016-08-18 Carl Love <cel@us.ibm.com>
2725
2726 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2727 and sync up the test with tests in gas/testsuite/gas/ppc.
2728 * gdb.arch/powerpc-power.exp: Likewise.
2729
eb2332d7
SM
27302016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2731
2732 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2733 expected error message.
2734
63c61e04
SM
27352016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2736
2737 * gdb.multi/remove-inferiors.exp: New file.
2738 * gdb.multi/remove-inferiors.c: New file.
2739
7b17065f
YQ
27402016-08-12 Yao Qi <yao.qi@linaro.org>
2741
2742 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2743 argument list.
2744
01d3dedf
PA
27452016-08-10 Pedro Alves <palves@redhat.com>
2746
2747 PR gdb/19187
2748 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2749 setup_kfails.
2750
3eb7562a
PA
27512016-08-09 Pedro Alves <palves@redhat.com>
2752 Simon Marchi <simon.marchi@ericsson.com>
2753
2754 PR gdb/20418
2755 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2756 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2757
80614914
PA
27582016-08-09 Pedro Alves <palves@redhat.com>
2759
2760 PR mi/20431
2761 * gdb.mi/mi-cmd-error.exp: New file.
2762
f348d89a
PA
27632016-08-09 Pedro Alves <palves@redhat.com>
2764
2765 PR gdb/18653
2766 * gdb.base/signals-state-child.c: New file.
2767 * gdb.base/signals-state-child.exp: New file.
2768 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2769
e5ca03b4
PA
27702016-08-09 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2773
282a0691
TT
27742016-08-03 Tom Tromey <tom@tromey.com>
2775
2776 PR python/18565:
2777 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2778
41bfcd63
YQ
27792016-08-01 Yao Qi <yao.qi@linaro.org>
2780
2781 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2782 variable mode to "multi-process" if $multi_process is 1, otherwise
2783 set it to "single-process".
2784
e3465b24
YQ
27852016-08-01 Yao Qi <yao.qi@linaro.org>
2786
2787 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2788 * gdb.cp/cpexprs.exp: Likewise.
2789 * gdb.cp/m-static.exp: Likewise.
2790
0b31a4bc
TT
27912016-07-26 Tom Tromey <tom@tromey.com>
2792
2793 PR python/20190:
2794 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2795 test.
2796
e0461dbb
MM
27972016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2798
2799 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2800 selecting assembly source files.
2801 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2802 assembly source files.
2803 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2804 assembly source files.
2805 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2806 selecting assembly source files.
2807
8194e927
SM
28082016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2809
2810 * gdb.base/new-ui.exp (do_test_invalid_args): New
2811 procedure.
2812
c0272db5
TW
28132016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2814
2815 * gdb.btrace/reconnect.c: New file.
2816 * gdb.btrace/reconnect.exp: New file.
2817
e3487908
GKB
28182016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2819
2820 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2821 to test_catch_syscall_group.
2822 (test_catch_syscall_group): New.
2823
12df5c00
TT
28242016-07-21 Tom Tromey <tom@tromey.com>
2825
2826 * gdb.rust/simple.rs (main): Use empty struct expression.
2827 * gdb.rust/simple.exp: Add tests for empty struct expression.
2828
bae62ee2
YQ
28292016-07-21 Yao Qi <yao.qi@linaro.org>
2830
2831 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2832 if gdb_skip_xml_test is true on some targets.
2833
b1b53fb3
YQ
28342016-07-21 Yao Qi <yao.qi@linaro.org>
2835
2836 * gdb.server/solib-list.exp: Unset last_loaded_file.
2837
027d97f8
JK
28382016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2839
2840 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2841 "step into captured_main (args)".
2842
7674d381
JK
28432016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2844
2845 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2846
72b5d099
JK
28472016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2848
2849 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2850
1f960ced
PA
28512016-07-19 Pedro Alves <palves@redhat.com>
2852
2853 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2854 * gdb.opt/inline-bt.exp: Likewise.
2855 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2856 additional_flags=-Winline.
2857 * gdb.opt/inline-locals.exp: Likewise.
2858 * gdb.opt/inline-markers.c (ATTR): Define.
2859 (inlined_fn): Use it.
2860
f25827c1
YQ
28612016-07-19 Yao Qi <yao.qi@linaro.org>
2862
2863 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2864 (test_with_self): Remove some code. Remove argument executable.
2865 (top-level): Use do_self_tests.
2866
37539ebe
DB
28672016-07-15 Zachary Welch <zwelch@codesourcery.com>
2868 Don Breazeal <donb@codesourcery.com>
2869
2870 * gdb.base/maint.exp: Escape paths used in regular expressions.
2871 * gdb.stabs/weird.exp: Likewise.
2872
dac790e1
TT
28732016-07-13 Tom Tromey <tom@tromey.com>
2874
2875 PR python/15620, PR python/18620:
2876 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2877 (test_bkpt_events): New procs.
2878
93daf339
TT
28792016-07-13 Tom Tromey <tom@tromey.com>
2880
2881 PR python/17698:
2882 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2883 test.
2884 (test_watchpoints): Likewise.
2885 (test_bkpt_pending): New proc.
2886
6571a381
TT
28872016-07-13 Tom Tromey <tom@tromey.com>
2888
2889 PR cli/18053:
2890 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2891 completion test.
2892
e8732474
JK
28932016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2894
2895 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2896 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2897 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2898 f_label.
2899 (g): Rename g_end_lbl to g_label.
2900 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2901 low_pc and high_pc.
2902 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2903
e0f3fd7c
TT
29042016-07-12 Tom Tromey <tom@tromey.com>
2905
2906 PR python/19293:
2907 * gdb.python/py-unwind-maint.exp: Update tests.
2908
3cfe46b6
YQ
29092016-07-12 Yao Qi <yao.qi@linaro.org>
2910
2911 * lib/selftest-support.exp (selftest_setup): Match the output
2912 when captured_main is inlined.
2913
4f19a0e6
WT
29142016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2915
2916 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2917 New variables.
2918 (print this%a, print this%b, print this): New tests.
2919 * gdb.fortran/derived-types.f90 (this): New object and
2920 initialization.
2921
986cf455
SM
29222016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2923
2924 * gdb.ada/arraydim.exp: Remove extra directory level in build
2925 directory.
2926
f0464b23
SM
29272016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2928
2929 * lib/ada.exp: Remove extra directory level in build directory.
2930 * gdb.ada/cond_lang.exp: Likewise.
2931 * gdb.ada/exec_changed.exp: Likewise.
2932 * gdb.ada/lang_switch.exp: Likewise.
2933
42d94011
MG
29342016-07-06 Manish Goregaokar <manish@mozilla.com>
2935
2806dc7e
PA
2936 * simple.rs: Add test for raw pointer subscripting.
2937 * simple.exp: Add test expectations.
42d94011 2938
647c264c
YQ
29392016-07-05 Yao Qi <yao.qi@linaro.org>
2940
2941 * gdb.mi/mi-reverse.exp: Match =record-started output.
2942
20aa2c60
PA
29432016-07-01 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2946 procedure.
2947 (jit_reader_test): Test the jit reader's unwinder.
2948 * gdb.base/jithost.c (jit_function_00_code): New global.
2949 (main): Use memcpy to fill in the mmapped code, instead of poking
2950 bytes manually here.
2951 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2952 value.
2953 (read_debug_info): Save the function's range.
2954 (read_sp): New function.
2955 (unwind_frame): Use it. Also unwind RBP.
2956 (get_frame_id): Use read_sp.
2957 (gdb_init_reader): Use calloc instead of malloc.
2958 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2959 parameter. Use gdb_test_multiple.
2960
ced2dffb
PA
29612016-07-01 Pedro Alves <palves@redhat.com>
2962 Antoine Tremblay <antoine.tremblay@ericsson.com>
2963
2964 * gdb.threads/process-dies-while-detaching.c: New file.
2965 * gdb.threads/process-dies-while-detaching.exp: New file.
2966
63000888
PA
29672016-07-01 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.multi/watchpoint-multi-exit.c: New file.
2970 * gdb.multi/watchpoint-multi-exit.exp: New file.
2971
038d4868
PA
29722016-06-30 Pedro Alves <palves@redhat.com>
2973
2974 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2975 unset inferior_spawn_id.
2976
994e9c83
PA
29772016-06-30 Pedro Alves <palves@redhat.com>
2978
2979 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2980 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2981
e5653468
YQ
29822016-06-29 Yao Qi <yao.qi@linaro.org>
2983
2984 * gdb.base/return.c: Add copyright header.
2985
803b47e5
TT
29862016-06-29 Tom Tromey <tom@tromey.com>
2987
2988 PR python/20129:
2989 * gdb.python/py-framefilter.exp: Add tests for setting priority
2990 and disabling of non-existent frame filter.
2991
28244707
YQ
29922016-06-29 Yao Qi <yao.qi@linaro.org>
2993
2994 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2995 0x0f07ff.
2996
a31d2f06
YQ
29972016-06-28 Yao Qi <yao.qi@linaro.org>
2998
2999 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3000 triplets. Start gdb, execute catch syscall, and continue. Check
3001 gdb's output to determine catch syscall is supported.
3002
921d8f54
MG
30032016-06-27 Manish Goregaokar <manish@mozilla.com>
3004
25d49b86
PA
3005 * gdb.rust/simple.rs: Add test for returning unit in a function.
3006 * gdb.rust/simple.exp: Add expectation for functions returning
3007 unit.
921d8f54 3008
f4952523
PMR
30092016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3010
3011 * gdb.python/py-breakpoint-create-fail.c,
3012 gdb.python/py-breakpoint-create-fail.exp,
3013 gdb.python/py-breakpoint-create-fail.py: New testcase.
3014
fccb08f8
MG
30152016-06-25 Manish Goregaokar <manish@mozilla.com>
3016
3017 PR gdb/20239
3018 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3019 * gdb.rust/simple.exp: Add test expectations for new NonZero
3020 tests.
fccb08f8 3021
6b850546
DT
30222016-06-24 David Taylor <dtaylor@emc.com>
3023
3024 * gdb.base/offsets.exp: New file.
3025 * gdb.base/offsets.c: New file.
3026
17621150
TT
30272016-06-23 Tom Tromey <tom@tromey.com>
3028
3029 PR gdb/16483:
3030 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3031 before any filters are loaded.
3032
04d59df6
WT
30332016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3034
3035 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3036 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3037 structs.
3038 * gdb.fortran/derived-type-function.exp: New file.
3039 * gdb.fortran/derived-type-function.f90: New file.
3040
3041
ac69f786
PA
30422016-06-21 Pedro Alves <palves@redhat.com>
3043
3044 * gdb.base/new-ui.exp: New file.
3045 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3046 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3047 (with_spawn_id): New procedure.
3048
49940788
PA
30492016-06-21 Pedro Alves <palves@redhat.com>
3050
3051 * gdb.mi/mi-exec-run.exp: New file.
3052
ef274d26
PA
30532016-06-21 Pedro Alves <palves@redhat.com>
3054
3055 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3056 breakpoint command's output on the main UI.
3057 (test_break): New procedure, factored out from calls in the top
3058 level.
3059 (top level): Use foreach_with_prefix to test MI as main UI and as
3060 separate UI.
3061
468afe6c
PA
30622016-06-21 Pedro Alves <palves@redhat.com>
3063
3064 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3065 (test_awatch_creation_and_listing)
3066 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3067 Remove 'type' parameter.
3068 (test_watchpoint_all): New parameter mi_mode. Remove
3069 with_test_prefix.
3070 (top level): Use foreach_with_prefix, and add main/separate UI MI
3071 testing axis.
3072
51f77c37
PA
30732016-06-21 Pedro Alves <palves@redhat.com>
3074
3075 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3076 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3077 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3078 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3079 (gdb_main_spawn_id, mi_spawn_id): Declare and
3080 comment.
3081 (mi_create_inferior_pty): New procedure,
3082 factored out from default_mi_gdb_start.
3083 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3084 procedures.
3085 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3086 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3087 Use mi_create_inferior_pty.
3088 (mi_gdb_start): Use eval to pass down args list.
3089
8980e177
PA
30902016-06-21 Pedro Alves <palves@redhat.com>
3091
3092 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3093 * gdb.opt/inline-cmds.exp: Add MI tests.
3094
f38d3ad1
PA
30952016-06-21 Pedro Alves <palves@redhat.com>
3096
3097 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3098
45db7c09
PA
30992016-06-21 Pedro Alves <palves@redhat.com>
3100
3101 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3102 (top level): Use it instead of mi_execute_to.
3103
5a069ab3
PA
31042016-06-21 Pedro Alves <palves@redhat.com>
3105
3106 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3107 (cont_handler_str): New.
3108 (signal_stop_handler): Set stop_handler_str instead of printing to
3109 stdout.
3110 (continue_handler): Set cont_handler_str instead of printing to
3111 stdout.
3112 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3113 mi_send_resuming_command. Print stop_handler_str and
3114 cont_handler_str instead of expecting the python events print
3115 directly.
3116
2838cc1d
SD
31172016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3118
3119 * gdb.base/jit-reader.exp: New file.
3120 * gdb.base/jithost.c: New file.
3121 * gdb.base/jithost.h: New file.
3122 * gdb.base/jitreader.c : New file.
3123 * gdb.base/jit-protocol.h: New file.
3124
21a77091
YQ
31252016-06-17 Yao Qi <yao.qi@linaro.org>
3126
3127 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3128 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3129 and detach-on-fork. Adjust tests.
3130 (top level): Invoke break_cond_on_syscall with combinations of
3131 syscall, follow-fork-mode and detach-on-fork.
3132
f50bf8e5
YQ
31332016-06-17 Yao Qi <yao.qi@linaro.org>
3134
3135 * gdb.base/step-over-exit.c: New.
3136 * gdb.base/step-over-exit.exp: New.
3137
a28d8e50
YTL
31382016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3139
3140 * gdb.base/float.exp: Add target check for nds32*-*-*.
3141 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3142
cad8e26d
AB
31432016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3146 for unsupported target features.
3147 * gdb.base/call-rt-st.exp: Likewise.
3148 * gdb.base/call-sc.exp: Likewise.
3149 * gdb.base/call-signal-resume.exp: Likewise.
3150 * gdb.base/call-strs.exp: Likewise.
3151 * gdb.base/callexit.exp: Likewise.
3152 * gdb.base/callfuncs.exp: Likewise.
3153 * gdb.base/nodebug.exp: Likewise.
3154 * gdb.base/printcmds.exp: Likewise.
3155 * gdb.base/ptype.exp: Likewise.
3156 * gdb.base/structs.exp: Likewise.
3157 * gdb.base/unwindonsignal.exp: Likewise.
3158 * gdb.cp/gdb2495.exp: Likewise.
3159 * gdb.cp/templates.exp: Likewise.
3160 * gdb.cp/virtfunc.exp: Likewise.
3161 * gdb.threads/hand-call-in-threads.exp: Likewise.
3162 * gdb.threads/interrupted-hand-call.exp: Likewise.
3163 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3164
347dc102
TT
31652016-06-10 Tom Tromey <tom@tromey.com>
3166
3167 PR rust/20110:
3168 * gdb.rust/expr.exp: Add test for integer constant larger than
3169 i32.
3170
5e13cf25
BH
31712016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3172
3173 * gdb.fortran/nested-funcs.exp: New.
3174 * gdb.fortran/nested-funcs.f90: New.
3175
bb556f1f
TK
31762016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3177
3178 * gdb.base/examine-backward.c: New file.
3179 * gdb.base/examine-backward.exp: New file.
3180
38b022b4
SM
31812016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3182
3183 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3184 matching.
3185
1b40ec05
TT
31862016-06-02 Tom Tromey <tom@tromey.com>
3187
3188 PR python/18984:
3189 * gdb.python/py-shared.exp: Add solib_name test.
3190
193bd378
SM
31912016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3192
3193 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3194
3326303b
MG
31952016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3196
3197 PR c++/19893
3198 * gdb.dwarf2/implref.exp: Rename to...
3199 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3200 * gdb.dwarf2/implref-array.c: New file.
3201 * gdb.dwarf2/implref-array.exp: Likewise.
3202 * gdb.dwarf2/implref-global.c: Likewise.
3203 * gdb.dwarf2/implref-global.exp: Likewise.
3204 * gdb.dwarf2/implref-struct.c: Likewise.
3205 * gdb.dwarf2/implref-struct.exp: Likewise.
3206
825c8ef2
AT
32072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3208
3209 * gdb.trace/trace-condition.exp: Add 64bit tests.
3210
2320162a
AT
32112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3212
3213 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3214 bits types.
3215 (main): Adapt to 8 to 64 bits types.
3216 * gdb.trace/trace-condition.exp: Add new tests.
3217
a7818233
AT
32182016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3219
3220 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3221
0d336466
AT
32222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3223
3224 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3225 Move condition tests...
3226 * gdb.trace/trace-condition.exp: Here.
3227
7faeb45a
AT
32282016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3229
3230 * gdb.trace/trace-condition.exp: Add counter-case tests.
3231
e385593e
JK
32322016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3233
3234 PR c++/15231
3235 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3236 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3237
744608cc
PA
32382016-05-27 Pedro Alves <palves@redhat.com>
3239
3240 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3241 New procedure.
3242 (top level): Call it, and bail out of DejaGnu is known to be bad.
3243
ac775bf4
AB
32442016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3245
3246 * gdb.base/whatis.c: Extend the test case.
3247 * gdb.base/whatis.exp: Add additional tests.
3248
2bbad2ea
BH
32492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3250
3251* gdb.fortran/type.f90: Add pointer variable.
3252* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3253
8b70175d
BH
32542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3255
3256 * gdb.fortran/vla-type.exp: Fix testcase name.
3257
86d8a848
BH
32582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3259
3260 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3261
e188eb36
BH
32622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3263
3264 * gdb.fortran/type.f90: Add nested structures.
3265 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3266 * gdb.fortran/derived-type.exp: Adapt expected output.
3267 * gdb.fortran/vla-type.exp: Adapt expected output.
3268
9b2db1fd
BH
32692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3270
3271 * gdb.fortran/whatis_type.exp: Adapt expected output.
3272
72b17055
BH
32732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3274
3275 * gdb.fortran/print_type.exp: Fix expected output.
3276 * gdb.fortran/whatis_type.exp: Fix expected output.
3277
3cd81d8d
BH
32782016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3279
3280 * gdb.fortran/whatis_type.exp: Use multi_line.
3281
ddae9462
TT
32822016-05-24 Tom Tromey <tom@tromey.com>
3283
3284 PR python/17386:
3285 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3286 use value as an index.
3287
1957f6b8
TT
32882016-05-23 Tom Tromey <tom@tromey.com>
3289
3290 PR python/17981:
3291 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3292 no-breakpoint case.
3293
026a9174
PA
32942016-05-24 Pedro Alves <palves@redhat.com>
3295
3296 PR gdb/19828
3297 * gdb.threads/clone-attach-detach.c: New file.
3298 * gdb.threads/clone-attach-detach.exp: New file.
3299
e70a7231
FR
33002016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3301
3302 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3303
0f6ed0e0
TT
33042016-05-23 Tom Tromey <tom@tromey.com>
3305
3306 PR python/19438, PR python/18393:
3307 * gdb.python/py-progspace.exp: Add "dir" test.
3308 * gdb.python/py-objfile.exp: Add "dir" test.
3309
ffd19d61
YQ
33102016-05-23 Yao Qi <yao.qi@linaro.org>
3311
3312 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3313 * gdb.arch/thumb2-it.exp: Likewise.
3314
9e8f9b05
SM
33152016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3316
3317 * gdb.mi/mi-threads-interrupt.c: New file.
3318 * gdb.mi/mi-threads-interrupt.exp: New file.
3319
61c6156d
SM
33202016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3321
3322 PR gdb/18077
3323 * gdb.mi/mi-async-run.exp: New file.
3324 * gdb.mi/mi-async-run.c: New file.
3325
67218854
TT
33262016-05-17 Tom Tromey <tom@tromey.com>
3327 Manish Goregaokar <manishsmail@gmail.com>
3328
3329 * lib/rust-support.exp: New file.
3330 * lib/gdb.exp (skip_rust_tests): New proc.
3331 (build_executable_from_specs): Handle rust.
3332 * lib/future.exp (gdb_find_rustc): New proc.
3333 (gdb_default_target_compile): Handle rust.
3334 * gdb.rust/expr.exp: New file.
3335 * gdb.rust/generics.exp: New file.
3336 * gdb.rust/generics.rs: New file.
3337 * gdb.rust/methods.exp: New file.
3338 * gdb.rust/methods.rs: New file.
3339 * gdb.rust/modules.exp: New file.
3340 * gdb.rust/modules.rs: New file.
3341 * gdb.rust/simple.exp: New file.
3342 * gdb.rust/simple.rs: New file.
3343
c44af4eb
TT
33442016-05-17 Tom Tromey <tom@tromey.com>
3345
3346 * gdb.base/default.exp (set language): Add rust.
3347
dcd1f979
TT
33482016-05-17 Tom Tromey <tom@tromey.com>
3349
3350 * gdb.gdb/unittest.exp: New file.
3351
155b7f57
YQ
33522016-05-16 Yao Qi <yao.qi@linaro.org>
3353
3354 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3355 shell_prompt. Update shell_prompt_re.
3356
8ddd5a6c
DE
33572016-05-12 Doug Evans <dje@google.com>
3358
3359 PR symtab/19999
3360 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3361 $options when building executable.
3362 * gdb.dwarf2/fission-loclists-pie.S: New file.
3363 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3364
02e370d9
SM
33652016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3366
3367 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3368 of [is_remote target],
3369
8929ad8b
SM
33702016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3371
3372 * lib/gdb.exp (use_gdb_stub): New procedure.
3373
6c447423
DE
33742016-05-03 Yunlian Jiang <yunlian@google.com>
3375 Doug Evans <dje@google.com>
3376
3377 PR symtab/19914
3378 * gdb.dwarf2/dwp-sepdebug.c: New file.
3379 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3380
444e826c
SM
33812016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3382
3383 * gdb.base/detach.exp: Remove is_remote check.
3384
740feeaa
SM
33852016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3386
3387 * gdb.base/annota-input-while-running.exp: Don't check for
3388 [is_remote target]. Enable annotations after running to main.
3389 Remove unused "set test..." line.
3390
9080ac9d
SM
33912016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3392
3393 * gdb.trace/trace-enable-disable.exp: New file.
3394 * gdb.trace/trace-enable-disable.c: New file.
3395
952ebca5
SM
33962016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3397
3398 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3399 use it in info sharedlibrary test.
3400 * gdb.trace/ftrace-lock.exp: Likewise.
3401 * gdb.trace/ftrace.exp: Likewise.
3402 * gdb.trace/range-stepping.exp: Likewise.
3403 * gdb.trace/trace-break.exp: Likewise.
3404 * gdb.trace/trace-condition.exp: Likewise.
3405 * gdb.trace/trace-mt.exp: Likewise.
3406
d9019901
SM
34072016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3408
3409 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3410 (gdb_load_shlib): ... this.
3411 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3412 gdb_load_shlib.
3413 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3414 * gdb.base/ctxobj.exp: Likewise.
3415 * gdb.base/dprintf-pending.exp: Likewise.
3416 * gdb.base/dso2dso.exp: Likewise.
3417 * gdb.base/fixsection.exp: Likewise.
3418 * gdb.base/gcore-relro.exp: Likewise.
3419 * gdb.base/gdb1555.exp: Likewise.
3420 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3421 * gdb.base/gnu-ifunc.exp: Likewise.
3422 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3423 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3424 * gdb.base/pending.exp: Likewise.
3425 * gdb.base/print-file-var.exp: Likewise.
3426 * gdb.base/print-symbol-loading.exp: Likewise.
3427 * gdb.base/shlib-call.exp: Likewise.
3428 * gdb.base/shreloc.exp: Likewise.
3429 * gdb.base/so-impl-ld.exp: Likewise.
3430 * gdb.base/solib-disc.exp: Likewise.
3431 * gdb.base/solib-nodir.exp: Likewise.
3432 * gdb.base/solib-overlap.exp: Likewise.
3433 * gdb.base/solib-symbol.exp: Likewise.
3434 * gdb.base/solib-weak.exp (do_test): Likewise.
3435 * gdb.base/sym-file.exp: Likewise.
3436 * gdb.base/symtab-search-order.exp: Likewise.
3437 * gdb.base/type-opaque.exp: Likewise.
3438 * gdb.base/unload.exp: Likewise.
3439 * gdb.base/watchpoint-solib.exp: Likewise.
3440 * gdb.compile/compile.exp: Likewise.
3441 * gdb.cp/gdb2384.exp: Likewise.
3442 * gdb.cp/infcall-dlopen.exp: Likewise.
3443 * gdb.cp/re-set-overloaded.exp: Likewise.
3444 * gdb.fortran/library-module.exp: Likewise.
3445 * gdb.opt/solib-intra-step.exp: Likewise.
3446 * gdb.python/py-finish-breakpoint.exp: Likewise.
3447 * gdb.python/py-shared.exp: Likewise.
3448 * gdb.reverse/solib-precsave.exp: Likewise.
3449 * gdb.reverse/solib-reverse.exp: Likewise.
3450 * gdb.server/solib-list.exp: Likewise.
3451 * gdb.threads/dlopen-libpthread.exp: Likewise.
3452 * gdb.threads/tls-shared.exp: Likewise.
3453 * gdb.threads/tls-so_extern.exp: Likewise.
3454 * gdb.trace/change-loc.exp: Likewise.
3455 * gdb.trace/ftrace-lock.exp: Likewise.
3456 * gdb.trace/ftrace.exp: Likewise.
3457 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3458 * gdb.trace/pending.exp: Likewise.
3459 * gdb.trace/range-stepping.exp: Likewise.
3460 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3461 (strace_info_marker): Likewise.
3462 (strace_probe_marker): Likewise.
3463 (strace_trace_on_same_addr): Likewise.
3464 (strace_trace_on_diff_addr): Likewise.
3465 * gdb.trace/trace-break.exp: Likewise.
3466 * gdb.trace/trace-condition.exp: Likewise.
3467 * gdb.trace/trace-mt.exp: Likewise.
3468
fca4cfd9
SM
34692016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3470
3471 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3472 result of gdb_remote_download.
3473 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3474 * gdb.base/dso2dso.exp: Likewise.
3475 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3476 * gdb.base/print-file-var.exp: Likewise.
3477 * gdb.base/shlib-call.exp: Likewise.
3478 * gdb.base/shreloc.exp: Likewise.
3479 * gdb.base/solib-overlap.exp: Likewise.
3480 * gdb.base/solib-weak.exp (do_test): Likewise.
3481 * gdb.base/unload.exp: Likewise.
3482
11cf4ffb
YQ
34832016-04-27 Yao Qi <yao.qi@linaro.org>
3484
3485 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3486 exists.
3487
3e2e34f8
KB
34882016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3489
3490 * vla-type.exp: Print structure from toplevel.
3491
8f07e298
BH
34922016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3493
3494 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3495 of dynamic types.
3496 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3497 of dynamic types.
3498
9920b434
BH
34992016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3500
3501 * gdb.fortran/vla-type.f90: New file.
3502 * gdb.fortran/vla-type.exp: New file.
3503
f3abeff5
YQ
35042016-04-25 Yao Qi <yao.qi@linaro.org>
3505
3506 * gdb.base/branch-to-self.c: New file.
3507 * gdb.base/branch-to-self.exp: New file.
3508
0a5d52f0
YQ
35092016-04-22 Yao Qi <yao.qi@linaro.org>
3510
3511 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3512 more after $hex.
3513
495346f6
YQ
35142016-04-22 Yao Qi <yao.qi@linaro.org>
3515
3516 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3517 * gdb.base/annota3.exp: Likewise.
3518
4a7e075c
YQ
35192016-04-22 Yao Qi <yao.qi@linaro.org>
3520
3521 * gdb.reverse/step-precsave.exp: Do one step and test program
3522 stops in "callee" and do multiple steps until program goes out
3523 of "callee".
3524 * gdb.reverse/step-reverse.exp: Likewise.
3525
5b061e98
YQ
35262016-04-22 Yao Qi <yao.qi@linaro.org>
3527
3528 * gdb.trace/signal.exp: Also pass if
3529 $tracepoint_hits($i) > $iterations.
3530
5c5dc57f
YQ
35312016-04-22 Yao Qi <yao.qi@linaro.org>
3532
3533 * gdb.trace/signal.c: New file.
3534 * gdb.trace/signal.exp: New file.
3535
a55411b9
DE
35362016-04-19 Doug Evans <xdje42@gmail.com>
3537
3538 * gdb.base/bad-file.exp: New file.
3539
a22df60a
MG
35402016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3541
3542 * gdb.dwarf2/implref.exp: New file.
3543
0c13f7e5
BH
35442016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3545
3546 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3547 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3548 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3549 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3550 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3551 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3552 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3553 * lib/fortran.exp (fortran_int4): New procedure.
3554 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3555 (fortran_logical4): Likewise.
3556
9b9b09e9
BH
35572016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3558
3559 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3560
a14d1f4d
BH
35612016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3562
3563 * lib/compiler.c: Add Intel specific preprocessor macros.
3564 * lib/compiler.cc: Likewise.
25d49b86 3565
7d49b1d0
LM
35662016-04-13 Luis Machado <lgustavo@codesourcery.com>
3567
3568 * gdb.server/connect-with-no-symbol-file.c: New file.
3569 * gdb.server/connect-with-no-symbol-file.exp: New file.
3570
8392fa22
SM
35712016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3572
3573 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3574
8c4c4aeb
SM
35752016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3576
3577 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3578 standard output directory.
3579
45e3745e
AT
35802016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3581
3582 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3583
e26b7e41
MM
35842016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3585
3586 * gdb.btrace/instruction_history.c (loop): Add declaration.
3587
8ce09462
AT
35882016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3589
3590 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3591
2e88a1ea
SM
35922016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3593
3594 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3595 parentheses to print.
3596 (continue_handler): Likewise.
3597
f48e22e3
SM
35982016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3599
3600 * gdb.server/solib-list.exp: Remove is_remote check.
3601 Pass shlib= to gdb_compile. Don't link shared library with
3602 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3603 Run binary filename through "readlink -f" on the target.
3604
096be756
PA
36052016-04-08 Pedro Alves <palves@redhat.com>
3606
3607 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3608 interpreter filename as argument to gdbserver_spawn.
3609 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3610 Return empty if $last_loaded_file does not exist.
3611
06500533
JK
36122016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3613
3614 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3615 * gdb.base/jit-main.c: Use exit after usage.
3616
2d35e871
JK
36172016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3618
3619 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3620 GDBHISTSIZE prior to the tests.
3621 * gdb.base/gdbinit-history.exp: Likewise.
3622
36232016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3624
3625 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3626 instead of build_executable. Use gdb_load_shlibs.
3627
c8064e7e
YQ
36282016-04-07 Yao Qi <yao.qi@linaro.org>
3629
3630 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3631 Execute "si" command.
3632
bde47561
YQ
36332016-04-07 Yao Qi <yao.qi@linaro.org>
3634
3635 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3636 number instead of the comments on some line.
3637
b16f8a3b
DB
36382016-04-06 Don Breazeal <donb@codesourcery.com>
3639
3640 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3641 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3642
c2f901df
SM
36432016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3644
3645 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3646 standard_output_file. Remove unused binfile variable.
3647
ac17fda0
CU
36482016-04-05 Catalin Udma <catalin.udma@freescale.com>
3649
3650 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3651 * gdb.python/py-mi-objfile.exp: Match "list main" output
3652 in console format.
3653
03a8c4df
SM
36542016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3655
3656 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3657 absolute.
3658
6e774b13
SM
36592016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3660
3661 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3662 absolute.
3663 * gdb.trace/ftrace.exp: Likewise.
3664 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3665 targets as well.
3666 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3667 (gdb_load_shlibs): Copy libraries to test directory when testing
3668 natively. Only set solib-search-path if testing remotely.
3669 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3670
7817ea46
SM
36712016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3672
3673 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3674 gdb_download. Use it even if the target is not remote.
3675 * gdb.base/jit.exp (compile_jit_test): Likewise.
3676 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3677 output directory if the destination board is local, otherwise use
3678 the standard remote_download from DejaGnu.
3679 (gdb_download): Remove.
3680 (gdb_load_shlibs): Use gdb_remote_download instead of
3681 gdb_download.
3682 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3683 Use gdb_remote_download instead of gdb_download. Use it even if
3684 the target is not remote.
3685 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3686 instead of gdb_download.
3687
7beb7f68
SM
36882016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3689
3690 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3691 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3692 run.
3693
cc63428a
AV
36942016-04-01 Artemiy Volkov <artemiyv@acm.org>
3695
3696 PR gdb/19820
3697 * gdb.base/printcmds.exp: Add artificial arrays tests.
3698
64cdf930
PA
36992016-03-31 Pedro Alves <palves@redhat.com>
3700
3701 PR gdb/19858
3702 * gdb.base/jit-main.c: Include unistd.h.
3703 (ATTACH): Define to 0 if not already defined.
3704 (wait_for_gdb, mypid): New globals.
3705 (WAIT_FOR_GDB): New macro.
3706 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3707 some breakpoint locations.
3708 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3709 New procedures.
3710 (one_jit_test): Add REATTACH parameter, and handle it. Use
3711 continue_to_test_location.
3712 (top level): Test attach, and adjusts calls to one_jit_test.
3713
40dea8cb
PA
37142016-03-31 Pedro Alves <palves@redhat.com>
3715
3716 PR gdb/19858
3717 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3718 BINSUFFIX parameter, and handle it.
3719 (top level): Adjust calls compile_jit_test.
3720
e7ea3ec7
CU
37212016-03-31 Catalin Udma <catalin.udma@freescale.com>
3722
3723 PR python/19743
3724 * gdb.python/py-mi-events-gdb.py: New file.
3725 * gdb.python/py-mi-events.c: New file.
3726 * gdb.python/py-mi-events.exp: New file.
3727
e6359af3
YQ
37282016-03-30 Yao Qi <yao.qi@linaro.org>
3729
3730 * gdb.reverse/until-precsave.exp: Match function name only.
3731 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3732 Move malloc to a condition block.
3733 * gdb.reverse/until-reverse.exp: Match function name only.
3734
a4105d04
MK
37352016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3736
3737 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3738 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3739 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3740 variable for GPR 0 instead of assuming it is register 0.
3741 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3742 * lib/trace-support.exp: Add s390 registers.
3743
bfa6adb9
YQ
37442016-03-29 Yao Qi <yao.qi@linaro.org>
3745
3746 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3747
1e6697ea
YQ
37482016-03-24 Yao Qi <yao.qi@linaro.org>
3749
3750 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3751 test message.
3752
64bcd522
AA
37532016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3754
3755 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3756 maintaining separate logic for constructing the output path.
3757
7868401b
DB
37582016-03-16 Don Breazeal <donb@codesourcery.com>
3759
3760 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3761 Retry fork and waitpid on interrupted system call errors.
3762 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3763 Use with_timeout_factor to increase timeout by factor of 10.
3764
1cafadb4
DB
37652016-03-15 Don Breazeal <donb@codesourcery.com>
3766
3767 * gdb.cp/scope-err.cc: New test program.
3768 * gdb.cp/scope-err.exp: New test script.
3769 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3770 lines and "set breakpoint here" comment.
3771 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3772 Fixed some whitespace and format issues.
3773 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3774 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3775
81516450
DE
37762016-03-15 Doug Evans <dje@google.com>
3777
3778 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3779 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3780 All callers updated. Add tests for enums, mixed flags register.
3781
aa52b601
DE
37822016-03-15 Doug Evans <dje@google.com>
3783
3784 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3785 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3786
fa4ff313
SM
37872016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3788
3789 * gdb.base/default.exp: Add $_as_string to the list of expected
3790 convenience functions.
3791
f2403c39
AB
37922016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3793
3794 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3795
f2f3ccb9
SM
37962016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3797
3798 * gdb.python/py-as-string.exp: New file.
3799 * gdb.python/py-as-string.c: New file.
3800
00dbd492
PA
38012016-03-09 Pedro Alves <palves@redhat.com>
3802
3803 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3804 signal" -> "Thread NN received signal" output change.
3805 * gdb.threads/ia64-sigill.exp: Likewise.
3806 * gdb.threads/linux-dp.exp: Likewise.
3807 * gdb.threads/manythreads.exp: Likewise.
3808 * gdb.threads/pending-step.exp: Likewise.
3809 * gdb.threads/print-threads.exp: Likewise.
3810 * gdb.threads/sigstep-threads.exp: Likewise.
3811 * gdb.threads/staticthreads.exp: Likewise.
3812 * gdb.threads/tls.exp: Likewise.
3813
1e6697ea
YQ
38142016-03-09 Pedro Alves <palves@redhat.com>
3815
3816 * gdb.base/command-line-input.exp: New file.
3817
b04fd3be
MK
38182016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3819
3820 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3821 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3822 * gdb.trace/pending.exp: Accept leading dot before function name.
3823 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3824 * lib/trace-support.exp: Set registers for ppc.
3825
98fa59e9
MK
38262016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3827
3828 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3829 use it for disassembly; accept .main in addition to main in backtrace.
3830
f77198c8
MK
38312016-03-09 Wei-cheng Wang <cole945@gmail.com>
3832 Marcin Kościelnicki <koriakin@0x04.net>
3833
3834 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3835 (gdb_recursion_test_ptr): New global variable.
3836 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3837 gdb_recursion_test.
3838 (gdb_c_test): Ditto.
3839
ba84e0da
MK
38402016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3841
3842 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3843 ordering.
3844
4366d36e
MK
38452016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3846
3847 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3848 (bar): Add bar_start_lbl label.
3849 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3850 of foo/bar for emitting DWARF and tracing.
3851
5eb264df
SDJ
38522016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3853
3854 * analyze-racy-logs.py: Set executable bit.
3855
fb6a751f
SDJ
38562016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3857
3858 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3859 (CHECK_TARGET_TMP): Likewise.
3860 (check-single-racy): New rule.
3861 (check-parallel-racy): Likewise.
3862 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3863 (do-check-parallel-racy): New rule.
3864 (check-racy/%.exp): Likewise.
3865 * README (Racy testcases): New section.
3866 * analyze-racy-logs.py: New file.
3867
bdf7e230
DE
38682016-03-03 Doug Evans <dje@google.com>
3869
3870 * gdb.base/skip.exp: Use with_test_prefix.
3871
4719d415
YQ
38722016-03-03 Yao Qi <yao.qi@linaro.org>
3873
3874 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3875 Invoke step_over_syscall "clone" and break_cond_on_syscall
3876 "clone".
3877 * gdb.base/step-over-clone.c: New file.
3878
ea507862
YQ
38792016-03-03 Yao Qi <yao.qi@linaro.org>
3880
3881 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3882 code format.
3883
8fc8cbda
YQ
38842016-03-03 Yao Qi <yao.qi@linaro.org>
3885
3886 * gdb.base/disp-step-fork.c: Rename to ...
3887 * gdb.base/step-over-fork.c: ... it. New file.
3888 * gdb.base/disp-step-vfork.c: Rename to ...
3889 * gdb.base/step-over-vfork.c: ... it. New file.
3890 * gdb.base/disp-step-syscall.exp: Rename to ...
3891 * gdb.base/step-over-syscall.exp: ... it. New file.
3892 (disp_step_cross_syscall): Rename to ...
3893 (step_over_syscall): ... it.
3894
92fa70b0
YQ
38952016-03-03 Yao Qi <yao.qi@linaro.org>
3896
3897 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3898 If target supports condition evaluation on target, invoke
3899 break_cond_on_syscall for fork and vfork.
3900
e197ad3c
YQ
39012016-03-03 Yao Qi <yao.qi@linaro.org>
3902
3903 * gdb.base/disp-step-syscall.exp: Don't invoke
3904 support_displaced_stepping.
3905 (disp_step_cross_syscall): Test with displaced stepping off and
3906 on if supported.
3907
0b47da9f
YQ
39082016-03-03 Yao Qi <yao.qi@linaro.org>
3909
3910 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3911 proc.
3912 (setup): New proc.
3913 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3914 and setup.
3915
065ab6dc
BH
39162016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3917
3918 * gdb.fortran/vla-history.exp: Remove breakpoint.
3919
07e448ad 39202016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3921
25d49b86
PA
3922 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3923 exceeds timeout.
07e448ad 3924
9ac2d526 39252016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3926
25d49b86
PA
3927 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3928 breakpoint.
9ac2d526 3929
17807369
BH
39302016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3931
3932 * gdb.mi/vla.f90: Nullify pointer after declaration.
3933
86e501af
PA
39342016-03-01 Pedro Alves <palves@redhat.com>
3935
3936 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3937
1e903e32
PA
39382016-03-01 Pedro Alves <palves@redhat.com>
3939
3940 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3941 before anything else.
3942 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3943 _GNU_SOURCE here.
3944 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3945 before anything else.
3946 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3947
6ccb54e2
PA
39482016-03-01 Pedro Alves <palves@redhat.com>
3949
3950 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3951
30ca9da1
YQ
39522016-03-01 Yao Qi <yao.qi@linaro.org>
3953
3954 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3955 prepare_for_testing.
3956
dc856b38
YQ
39572016-03-01 Yao Qi <yao.qi@linaro.org>
3958
3959 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3960
4a932159
AA
39612016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3962
3963 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3964 manually constructing the output path.
3965
f2489477
AA
39662016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3967
3968 * gdb.arch/s390-stackless.S: New.
3969 * gdb.arch/s390-stackless.exp: New.
3970
38899f16
IB
39712016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3972
3973 * gdb.dlang/circular.c: New file.
3974 * gdb.dlang/circular.exp: New file.
3975
9fde51ed
YQ
39762016-02-26 Yao Qi <yao.qi@linaro.org>
3977
3978 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3979 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3980 (testcases): Update.
3981
ce90fefe
YQ
39822016-02-26 Yao Qi <yao.qi@linaro.org>
3983
3984 * gdb.reverse/aarch64.c: Rename to ...
3985 * gdb.reverse/insn-reverse.c: ... it.
3986 * gdb.reverse/aarch64.exp: Rename to ...
3987 * gdb.reverse/insn-reverse.exp: ... it.
3988
3263bceb
YQ
39892016-02-26 Yao Qi <yao.qi@linaro.org>
3990
3991 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3992 (testcase_ftype): New.
3993 (testcases): New array.
3994 (n_testcases): New.
3995 (main): Call each element in testcases.
3996 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3997 (read_testcase): New.
3998 Do the tests in a loop.
3999
6cb59ff1
YQ
40002016-02-25 Yao Qi <yao.qi@linaro.org>
4001
4002 * gdb.base/branches.c: Remove.
4003
ae91f625
MK
40042016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4005
4006 PR gdb/13808
4007 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4008
678b48b7
MK
40092016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4010
4011 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4012
7337a6f2
MK
40132016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4014
4015 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4016 change x86_64 call_insn to 'callq'.
4017
861ca91f
AT
40182016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4019
4020 * gdb.trace/tfile-avx.c: Move to...
4021 * gdb.trace/tracefile-pseudo-reg.c: Here.
4022 * gdb.trace/tfile-avx.exp: Move to...
4023 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4024
bf74e428
GB
40252016-02-24 Gary Benson <gbenson@redhat.com>
4026
4027 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4028 message on attach.
4029
cce0e923
DE
40302016-02-23 Doug Evans <dje@google.com>
4031
4032 * gdb.base/skip.c (test_skip): New function.
4033 (end_test_skip_file_and_function): New function.
4034 (test_skip_file_and_function): New function.
4035 * gdb.base/skip1.c (test_skip): New function.
4036 (skip1_test_skip_file_and_function): New function.
4037 * gdb.base/skip.exp: Add tests for new skip options.
4038 * gdb.base/skip-solib.exp: Update expected output.
4039 * gdb.perf/skip-command.cc: New file.
4040 * gdb.perf/skip-command.exp: New file.
4041 * gdb.perf/skip-command.py: New file.
4042
4000e47e
MK
40432016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4044
4045 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4046 info registers pattern.
4047
24f75ead
IB
40482016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4049
4050 * lib/future.exp: Add D support.
4051 (gdb_find_gdc): New proc.
4052 (gdb_default_target_compile): Add D support.
4053
fbb7bcbe
WW
40542016-02-18 Wei-cheng Wang <cole945@gmail.com>
4055
4056 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4057 user+system time.
4058 (trace_speed_test): Determine the iteration count for a time
4059 between 15..30 seconds.
4060
012b3a21
WT
40612016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4062
4063 * gdb.arch/i386-mpx-sigsegv.c: New file.
4064 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4065 * gdb.arch/i386-mpx-simple_segv.c: New file.
4066 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4067
2d5189bd
YQ
40682016-02-18 Yao Qi <yao.qi@linaro.org>
4069
4070 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4071 Don't call setup_kfail.
4072
40fb20d0
YQ
40732016-02-18 Yao Qi <yao.qi@linaro.org>
4074
4075 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4076 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4077
21b1f8d2
DE
40782016-02-16 Doug Evans <dje@google.com>
4079
4080 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4081 * gdb.base/skip1.c: Ditto.
4082 * gdb.base/skip.exp: Whitespace cleanup.
4083
4041ed77
DB
40842016-02-16 Don Breazeal <donb@codesourcery.com>
4085
4086 PR remote/19496
4087 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4088 Remove kfail for PR remote/19496.
4089
c4ef31bf
SM
40902016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4091
4092 * lib/gdb.exp (standard_temp_file): Return a path specific to
4093 the runtest invocation.
4094
266b65b3
SM
40952016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4096
4097 * gdb.trace/save-trace.exp: Change relative path to be in the
4098 standard output directory.
4099
a7a0a6a9
JK
41002016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4101
4102 * gdb.arch/i386-prologue.c: Add missing prototypes.
4103
c99dbb42
JK
41042016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4105
4106 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4107 * gdb.arch/i386-prologue.exp: Likewise.
4108 * gdb.arch/i386-size.exp: Likewise.
4109
aa480355
SM
41102016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4111
4112 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4113 define object file path.
4114 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4115 file path.
4116 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4117 standard_output_file to define binfile.
4118
ba881f50
JK
41192016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4120
4121 Fix compatibility with recent gfortran-5.3.1.
4122 * gdb.fortran/vla-history.exp (print vla1 allocated)
4123 (print vla2 allocated, print $2, print $3): Remove
4124 (print $4): Rename to ...
4125 (print $2): ... here.
4126 (print $9): Rename to ...
4127 (print $5): ... here.
4128 (print $10): Rename to ...
4129 (print $6): ... here.
4130 * gdb.fortran/vla.f90: Add pvla initialization.
4131
e9fb005c
JK
41322016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4133
4134 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4135 New test.
4136 * gdb.fortran/vla-value-sub.exp: Likewise.
4137
e44e00ff
MK
41382016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4139
4140 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4141
97e94151
SM
41422016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4143
4144 * i386-biarch-core.exp: Define corefile using
4145 standard_output_file.
4146
01113bc1
YQ
41472016-02-12 Yao Qi <yao.qi@linaro.org>
4148
4149 * gdb.arch/arm-single-step-kernel-helper.c: New.
4150 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4151
33b4777c
MM
41522016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4153
4154 * gdb.btrace/tailcall-only.exp: New.
4155 * gdb.btrace/tailcall-only.c: New.
4156 * gdb.btrace/x86_64-tailcall-only.S: New.
4157 * gdb.btrace/i686-tailcall-only.S: New.
4158
acc23c11
PA
41592016-02-11 Pedro Alves <palves@redhat.com>
4160
4161 * README (Parallel testing): Add missing double quotes.
4162
e352bf0a
PA
41632016-02-11 Pedro Alves <palves@redhat.com>
4164
4165 * README (Parallel testing): New section.
4166 (GDB_PARALLEL): Rewrite.
4167 (FORCE_PARALLEL): Document.
4168
9f5fed78
MK
41692016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4170
4171 * gdb.trace/tfile-avx.c: New test.
4172 * gdb.trace/tfile-avx.exp: New test.
4173
9ef9e6a6
KS
41742016-02-09 Keith Seitz <keiths@redhat.com>
4175
4176 PR breakpoints/19546
4177 * gdb.base/infcall-exec.c: New file.
4178 * gdb.base/infcall-exec2.c: New file.
4179 * gdb.base/infcall-exec.exp: New file.
4180
a96e36da
KS
41812016-02-09 Keith Seitz <keiths@redhat.com>
4182
4183 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4184 (toplevel): Call test_bkpt_address.
4185
9f61929f
KS
41862016-02-09 Keith Seitz <keiths@redhat.com>
4187
4188 PR python/19506
4189 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4190 (toplevel): Call test_bkpt_address.
4191
1e94266c
SM
41922016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4193
4194 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4195 to AC_OUTPUT.
4196 * configure: Regenerate.
4197
2a7f3dff
PA
41982016-02-09 Pedro Alves <palves@redhat.com>
4199
4200 PR breakpoints/19548
4201 * gdb.base/execl-update-breakpoints.c (some_function): New
4202 function.
4203 (main): Call it.
4204 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4205 Tighten expected GDB output.
4206
2151ccc5
SM
42072016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4208
4209 * Makefile.in (ALL_SUBDIRS): Remove.
4210 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4211 (distclean maintainer-clean realclean): Likewise.
4212 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4213 * configure: Regenerate.
4214 * gdb.ada/Makefile.in: Delete.
4215 * gdb.arch/Makefile.in: Likewise.
4216 * gdb.asm/Makefile.in: Likewise.
4217 * gdb.base/Makefile.in: Likewise.
4218 * gdb.btrace/Makefile.in: Likewise.
4219 * gdb.cell/Makefile.in: Likewise.
4220 * gdb.compile/Makefile.in: Likewise.
4221 * gdb.cp/Makefile.in: Likewise.
4222 * gdb.disasm/Makefile.in: Likewise.
4223 * gdb.dlang/Makefile.in: Likewise.
4224 * gdb.dwarf2/Makefile.in: Likewise.
4225 * gdb.fortran/Makefile.in: Likewise.
4226 * gdb.gdb/Makefile.in: Likewise.
4227 * gdb.go/Makefile.in: Likewise.
4228 * gdb.guile/Makefile.in: Likewise.
4229 * gdb.java/Makefile.in: Likewise.
4230 * gdb.linespec/Makefile.in: Likewise.
4231 * gdb.mi/Makefile.in: Likewise.
4232 * gdb.modula2/Makefile.in: Likewise.
4233 * gdb.multi/Makefile.in: Likewise.
4234 * gdb.objc/Makefile.in: Likewise.
4235 * gdb.opencl/Makefile.in: Likewise.
4236 * gdb.opt/Makefile.in: Likewise.
4237 * gdb.pascal/Makefile.in: Likewise.
4238 * gdb.perf/Makefile.in: Likewise.
4239 * gdb.python/Makefile.in: Likewise.
4240 * gdb.reverse/Makefile.in: Likewise.
4241 * gdb.server/Makefile.in: Likewise.
4242 * gdb.stabs/Makefile.in: Likewise.
4243 * gdb.threads/Makefile.in: Likewise.
4244 * gdb.trace/Makefile.in: Likewise.
4245 * gdb.xml/Makefile.in: Likewise.
4246 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4247 GDB_PARALLEL.
4248 (standard_output_file): Remove check for GDB_PARALLEL, always
4249 return path in outputs/$subdir/$testname.
4250
437277d4
SM
42512016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4252
4253 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4254 (site.exp): Assign abs_srcdir to tcl's srcdir.
4255
31d913c7
YQ
42562016-02-04 Yao Qi <yao.qi@linaro.org>
4257
4258 * gdb.base/foll-exec-mode.c: Include limits.h.
4259 (main): Add parameters argc and argv. Get directory from
4260 argv[0].
4261 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4262 compilation.
4263 * gdb.base/foll-exec.c: Include limits.h.
4264 (main): Add parameters argc and argv.
4265 Get directory from argv[0].
4266 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4267 Adjust tests on the number of lines as source code changed.
4268 * gdb.base/foll-vfork-exit.c: Include limits.h.
4269 (main): Add one line of statement before vfork.
4270 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4271 (main): Add parameters argc and argv. Get directory from
4272 argv[0].
4273 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4274 (setup_gdb): Set tbreak to skip some source lines.
4275 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4276 (main): Add parameters argc and argv. Get directory from
4277 argv[0].
4278 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4279 compilation.
4280 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4281 (main): Add parameters argc and argv. Get directory from
4282 argv[0].
4283 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4284 compilation.
4285
9482b9fb
DE
42862016-02-01 Doug Evans <dje@google.com>
4287
4288 * gdb.base/skip.exp: Clean up multiple references to same test name.
4289
6b2e4f10
PA
42902016-02-01 Pedro Alves <palves@redhat.com>
4291
ccb6afd6 4292 PR remote/19496
6b2e4f10
PA
4293 * gdb.threads/forking-threads-plus-breakpoint.exp
4294 (displaced_stepping_supported): New global.
4295 (probe_displaced_stepping_support): New procedure.
4296 (do_test): Add 'displaced' parameter, and use it.
4297 (top level): Check for displaced stepping support. Add displaced
4298 stepping on/off testing axis.
4299
37a8db1a
AB
43002016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4301
4302 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4303 pointer. Don't perform further tests on the unassociated pointer
4304 if the first test fails.
4305
5fdf6324
AB
43062016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4307
4308 * gdb.base/max-value-size.c: New file.
4309 * gdb.base/max-value-size.exp: New file.
4310 * gdb.base/huge.exp: Disable max-value-size for this test.
4311
935c6144
IB
43122016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4313
4314 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4315
7fe8399d
YQ
43162016-01-28 Yao Qi <yao.qi@linaro.org>
4317
4318 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4319
a2077e25
PA
43202016-01-25 Pedro Alves <palves@redhat.com>
4321
4322 PR threads/19461
4323 * gdb.base/fork-running-state.c: New file.
4324 * gdb.base/fork-running-state.exp: New file.
4325
1d2736d4
PA
43262016-01-25 Pedro Alves <palves@redhat.com>
4327
4328 PR gdb/19494
4329 * gdb.base/catch-fork-kill.c: New file.
4330 * gdb.base/catch-fork-kill.exp: New file.
4331
f1da4b11
PA
43322016-01-25 Pedro Alves <palves@redhat.com>
4333
4334 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4335 Delete, moved to lib/gdb.exp.
4336 * gdb.threads/forking-threads-plus-breakpoint.exp
4337 (foreach_with_prefix): Likewise.
4338 * gdb.threads/process-dies-while-handling-bp.exp
4339 (foreach_with_prefix): Likewise.
4340 * lib/gdb.exp (foreach_with_prefix): New procedure.
4341
45f38546
MK
43422016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4343
4344 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4345 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4346
dc29a1ce
MK
43472016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4348
4349 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4350 endian targets.
4351
092127d7
JK
43522016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4353 Pedro Alves <palves@redhat.com>
4354
4355 Fix testsuite compatibility with Guile.
4356 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4357 number.
4358
31d765d3
JK
43592016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4360
4361 Fix testsuite compatibility with Guile.
4362 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4363 (thread 1): New test for backtrace through signal handler.
4364
1ac78c04
YQ
43652016-01-22 Yao Qi <yao.qi@linaro.org>
4366
4367 PR testsuite/19491
4368 * gdb.base/multi-forks.c: Include
4369 ../lib/unbuffer_output.c
4370 (main): Call gdb_unbuffer_output.
4371
4f5946a8
DE
43722016-01-21 Doug Evans <dje@google.com>
4373
4374 * lib/ada.exp (gdb_compile_ada): Fix typo.
4375
305e13e6
JB
43762016-01-21 Joel Brobecker <brobecker@adacore.com>
4377
4378 * gdb.base/break-fun-addr.exp: New file.
4379 * gdb.base/break-fun-addr1.c: New file.
4380 * gdb.base/break-fun-addr2.c: New file.
4381
5f5dfff6
SM
43822016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4383
4384 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4385 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4386 enum flag values.
4387
fd356fa2
AA
43882016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4389
4390 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4391 when GDB can not set the vector return value. Add more comments
4392 for clarification.
4393
9df22175
AT
43942016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4395
4396 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4397 command.
4398
41d1845e
SM
43992016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4400
4401 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4402
01ac6840
SM
44032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4404
4405 * Makefile.in (check-single): Pass --status to runtest.
4406 (check/%.exp): Likewise.
4407
44082016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4409
4410 * Makefile.in (check-parallel): Propagate return code from make
4411 do-check-parallel.
4412
bd0a71fa
MK
44132016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4414
4415 * gdb.trace/ftrace.exp: Fix expected message on continue.
4416 * gdb.trace/pending.exp: Fix expected message on continue.
4417 * gdb.trace/trace-break.exp: Fix expected message on continue.
4418
8bcbad33
SM
44192016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4420
4421 * lib/gdb.exp (gdb_test): Remove unused global references.
4422
f303dbd6
PA
44232016-01-18 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.base/async-shell.exp: Adjust expected output.
4426 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4427 * gdb.base/siginfo-thread.exp: Adjust expected output.
4428 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4429 * gdb.java/jnpe.exp: Adjust expected output.
4430 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4431 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4432 * gdb.threads/leader-exit.exp: Adjust expected output.
4433 * gdb.threads/manythreads.exp: Adjust expected output.
4434 * gdb.threads/pthreads.exp: Adjust expected output.
4435 * gdb.threads/schedlock.exp: Adjust expected output.
4436 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4437 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4438 expected output.
4439 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4440 output.
4441 * gdb.threads/sigthread.exp: Adjust expected output.
4442 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4443
b2789696
YQ
44442016-01-18 Yao Qi <yao.qi@linaro.org>
4445
4446 * gdb.guile/scm-section-script.c: Replace @progbits with
4447 %progbits.
4448 * gdb.python/py-section-script.c: Likewise.
4449
71ef29a8
PA
44502016-01-15 Pedro Alves <palves@redhat.com>
4451
4452 * gdb.multi/tids.exp: Test star wildcard ranges.
4453
3f5b7598
PA
44542016-01-15 Pedro Alves <palves@redhat.com>
4455
4456 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4457 command from "thread apply" invocation.
4458 (thr_apply_info_thr_invalid): Default the expected output to the
4459 input tid list.
4460 (top level): Add tests that use convenience variables. Add tests
4461 for "thread apply" with a valid TID list, but missing the command.
4462
663f6d42
PA
44632016-01-13 Pedro Alves <palves@redhat.com>
4464
4465 * gdb.base/default.exp: Expect $_gthread as well.
4466 * gdb.multi/tids.exp: Test $_gthread.
4467 * gdb.threads/thread-specific.exp: Test $_gthread.
4468
c84f6bbf
PA
44692016-01-13 Pedro Alves <palves@redhat.com>
4470
4471 * gdb.multi/tids.exp: Test "info threads -gid".
4472
22a02324
PA
44732016-01-13 Pedro Alves <palves@redhat.com>
4474
4475 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4476 Breakpoint.thread.
4477 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4478
5d5658a1
PA
44792016-01-07 Pedro Alves <palves@redhat.com>
4480
4481 * gdb.base/break.exp: Adjust to output changes.
4482 * gdb.base/hbreak2.exp: Likewise.
4483 * gdb.base/sepdebug.exp: Likewise.
4484 * gdb.base/watch_thread_num.exp: Likewise.
4485 * gdb.linespec/keywords.exp: Likewise.
4486 * gdb.multi/info-threads.exp: Likewise.
4487 * gdb.threads/thread-find.exp: Likewise.
4488 * gdb.multi/tids.c: New file.
4489 * gdb.multi/tids.exp: New file.
4490
84654457
PA
44912016-01-13 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4494
e3940304
PA
44952016-01-13 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.base/default.exp: Expect $_inferior as well.
4498 * gdb.multi/base.exp: Test $_inferior.
4499
a911d87a
PA
45002016-01-13 Pedro Alves <palves@redhat.com>
4501
4502 PR breakpoints/19388
4503 * gdb.base/catch-signal-siginfo-cond.c: New file.
4504 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4505
82075af2
JS
45062016-01-12 Josh Stone <jistone@redhat.com>
4507 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4508
4509 * gdb.base/catch-syscall.c (do_execve): New variable.
4510 (main): Conditionally trigger an execve.
4511 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4512 (test_catch_syscall_execve): New, check entry/return across execve.
4513 (do_syscall_tests): Call test_catch_syscall_execve.
4514
e46eeedd
PA
45152016-01-12 Pedro Alves <palves@redhat.com>
4516
4517 * gdb.base/random-signal.exp (do_test): New procedure, with body
4518 of testcase moved in.
4519
01d8c27e
JK
45202016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4521 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.base/funcargs.exp (finish from indirectly called function):
4524 Reintroduce the case for 'First'.
4525
9a706302
JK
45262016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4527 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4530 (tcatch_vfork_then_child_follow_exec)
4531 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4532 identification.
4533
c0ecb95f
JK
45342016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4535
4536 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4537 and repeats to unlimited.
4538 * gdb.python/py-value.exp: Likewise.
4539 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4540 and repeats to unlimited.
4541
6cfc1fcb
JK
45422016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4543
4544 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4545 and reordering the functions.
4546 * gdb.multi/hangout.c: Likewise.
4547 * gdb.multi/hello.c: Likewise.
4548
582a1b00
SM
45492016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4550
4551 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4552 absolute.
4553 (SingleStatisticTestResult.report): Use dict.keys instead of
4554 dict.iterkeys.
4555
79bc59cb
PA
45562016-01-06 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4559
43368e1d
MM
45602016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4561
4562 * gdb.btrace/dlopen.exp: New.
4563 * gdb.btrace/dlopen.c: New.
4564 * gdb.btrace/dlopen-dso.c: New.
4565
79fad5b8
SL
45662015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4567
4568 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4569 PATTERN argument is optional.
4570
ab8314b3
JB
45712015-12-24 Joel Brobecker <brobecker@adacore.com>
4572
4573 * lib/ada.exp (target_compile_ada_from_dir): New function.
4574 (gdb_compile_ada): Reimplement avoiding the use of project files.
4575 * gdb.ada/gnat_ada.gpr: Delete.
4576 * gdb.ada/cond_lang.exp: Adjust test to make path before
4577 filename optional.
4578 * gdb.ada/small_reg_param.exp: Likewise.
4579
fe33faff
SM
45802015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4581
4582 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4583
6d265cb4
TP
45842015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4585
4586 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4587 case.
4588
10125099
SM
45892015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4590
4591 * gdb.base/break.exp: Remove dead code.
4592 * gdb.base/sepdebug.exp: Likewise.
4593
3ca22649
SM
45942015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4595
4596 * gdb.asm/asm-source.exp: Remove HP-UX references.
4597 * gdb.base/annota1.exp: Likewise.
4598 * gdb.base/annota3.exp: Likewise.
4599 * gdb.base/attach.exp: Likewise.
4600 * gdb.base/bigcore.exp: Likewise.
4601 * gdb.base/break.exp: Likewise.
4602 * gdb.base/call-ar-st.exp: Likewise.
4603 * gdb.base/callfuncs.exp: Likewise.
4604 * gdb.base/catch-fork-static.exp: Likewise.
4605 * gdb.base/display.exp: Likewise.
4606 * gdb.base/foll-exec-mode.exp: Likewise.
4607 * gdb.base/foll-exec.exp: Likewise.
4608 * gdb.base/foll-fork.exp: Likewise.
4609 * gdb.base/foll-vfork.exp: Likewise.
4610 * gdb.base/funcargs.exp: Likewise.
4611 * gdb.base/hbreak2.exp: Likewise.
4612 * gdb.base/inferior-died.exp: Likewise.
4613 * gdb.base/interrupt.exp: Likewise.
4614 * gdb.base/multi-forks.exp: Likewise.
4615 * gdb.base/nodebug.exp: Likewise.
4616 * gdb.base/sepdebug.exp: Likewise.
4617 * gdb.base/solib1.c: Likewise.
4618 * gdb.base/step-test.exp: Likewise.
4619 * gdb.mi/non-stop.c: Likewise.
4620 * gdb.mi/pthreads.c: Likewise.
4621 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4622 * gdb.threads/pthreads.c: Likewise.
4623 * gdb.threads/staticthreads.exp: Likewise.
4624 * lib/future.exp: Likewise.
4625 * lib/gdb.exp: Likewise.
4626 * gdb.base/so-indr-cl.c: Remove.
4627 * gdb.base/so-indr-cl.exp: Likewise.
4628 * gdb.base/solib.c: Likewise.
4629 * gdb.base/solib.exp: Likewise.
4630 * gdb.base/solib2.c: Likewise.
4631
b6304613
SM
46322015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4633
4634 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4635 * gdb.base/call-ar-st.exp: Likewise.
4636 * gdb.base/callfuncs.exp: Likewise.
4637 * gdb.base/condbreak.exp: Likewise.
4638 * gdb.base/constvars.exp: Likewise.
4639 * gdb.base/hbreak2.exp: Likewise.
4640 * gdb.base/langs.exp: Likewise.
4641 * gdb.base/list.exp: Likewise.
4642 * gdb.base/long_long.exp: Likewise.
4643 * gdb.base/ptype.exp: Likewise.
4644 * gdb.base/scope.exp: Likewise.
4645 * gdb.base/signals.exp: Likewise.
4646 * gdb.base/so-impl-ld.exp: Likewise.
4647 * gdb.base/varargs.exp: Likewise.
4648 * gdb.base/volatile.exp: Likewise.
4649 * gdb.base/whatis.exp: Likewise.
4650 * gdb.cp/cplusfuncs.exp: Likewise.
4651 * gdb.cp/inherit.exp: Likewise.
4652 * gdb.cp/local.exp: Likewise.
4653 * gdb.cp/member-ptr.exp: Likewise.
4654 * gdb.cp/method.exp: Likewise.
4655 * gdb.cp/overload.exp: Likewise.
4656 * gdb.cp/templates.exp: Likewise.
4657 * gdb.stabs/weird.exp: Likewise.
4658 * lib/compiler.c: Likewise.
4659 * lib/compiler.cc: Likewise.
4660 * lib/cp-support.exp: Likewise.
4661 * lib/gdb.exp: Likewise.
4662
bf401b07
SM
46632015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4664
4665 * configure.ac: Remove HP-UX case.
4666 * configure: Regenerate.
4667
aff9c0f8
SM
46682015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4669
4670 * lib/gdb.exp (gdb_compile): Add function doc.
4671
a6904d5a
PA
46722015-12-17 Pedro Alves <palves@redhat.com>
4673
4674 PR threads/19354
4675 * gdb.multi/info-threads.exp: New file.
4676
a22279dd
YQ
46772015-12-15 Yao Qi <yao.qi@linaro.org>
4678
4679 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4680 is aarch64*-*-*.
4681
0588c796
SL
46822015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4683
4684 * gdb.base/history-duplicates.exp: Skip if no readline support.
4685
5d978e17
SL
46862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4687
4688 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4689
7e763b86
SL
46902015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4691
4692 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4693
87a3a92c
SL
46942015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4695
4696 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4697 ctrl-C if nointerrupts target property is set.
4698 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4699 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4700 * gdb.base/paginate-bg-execution.exp: Likewise.
4701 * gdb.base/paginate-execution-startup.exp: Likewise.
4702 * gdb.base/random-signal.exp: Likewise.
4703 * gdb.base/range-stepping.exp: Likewise.
4704 * gdb.cp/annota2.exp: Likewise.
4705 * gdb.cp/annota3.exp: Likewise.
4706 * gdb.gdb/selftest.exp: Likewise.
4707 * gdb.threads/continue-pending-status.exp: Likewise.
4708 * gdb.threads/leader-exit.exp: Likewise.
4709 * gdb.threads/manythreads.exp: Likewise.
4710 * gdb.threads/pthreads.exp: Likewise.
4711 * gdb.threads/schedlock.exp: Likewise.
4712 * gdb.threads/sigthread.exp: Likewise.
4713
a8f077dc
DB
47142015-12-11 Don Breazeal <donb@codesourcery.com>
4715
4716 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4717 remote.
4718 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4719 * gdb.base/foll-exec.exp (main): Enable for target remote.
4720 * gdb.base/foll-fork.exp (main): Likewise.
4721 * gdb.base/foll-vfork.exp (main): Likewise.
4722 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4723 (proc continue_to_exit_bp_loc): Use clean_restart.
4724 * gdb.base/pie-execl.exp (main): Disable for target remote.
4725 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4726 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4727 * gdb.threads/execl.exp (main): Likewise.
4728 * gdb.threads/fork-child-threads.exp (main): Likewise.
4729 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4730 remote.
4731 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4732 remote.
4733 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4734 pid.tid style ptids, instead of just tid.
4735 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4736 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4737 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4738 ptids, instead of just tid.
4739
3b2464a8
AB
47402015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4741
4742 * gdb.base/list.exp (test_list_forward): Add end of file error
4743 test.
4744 (test_repeat_list_command): Add end of file error test.
4745 (test_list_backwards): Add beginning of file error test.
4746
a0def019
AB
47472015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4748
4749 * gdb.base/list.exp (test_list_invalid_args): New function,
4750 defined, and called.
4751
5c000dff
AB
47522015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4753
4754 * gdb.base/list.exp (test_list): Make test names unique.
4755
f1637ebe
YQ
47562015-12-11 Yao Qi <yao.qi@linaro.org>
4757
4758 * gdb.base/coremaker2.c: Remove.
4759
36d6fc0a
PA
47602015-12-10 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.multi/base.exp: Remove stale "spaces" references.
4763
762f7747
PA
47642015-12-10 Pedro Alves <palves@redhat.com>
4765
4766 * gdb.multi/base.exp: Don't use nowarnings.
4767 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4768 * gdb.multi/hangout.c: Include stdio.h.
4769 * gdb.multi/hello.c: Include stdlib.h.
4770 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4771 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4772 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4773
28d2bfb9
AB
47742015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4775
4776 * gdb.dwarf2/dw2-ranges-base.c: New file.
4777 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4778 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4779 support additional line table, and debug ranges generation.
4780 (Dwarf::ranges): New function, generate .debug_ranges.
4781 (Dwarf::lines): Support generating simple line table programs.
4782 (Dwarf::assemble): Initialise new namespace variables.
4783
5fc2beac
KB
47842015-12-09 Kevin Buettner <kevinb@redhat.com>
4785
4786 * gdb.base/async.exp (proc test_background): Add case for
4787 asynchronous execution not supported.
4788
1c35a88f
LM
47892015-12-09 Luis Machado <lgustavo@codesourcery.com>
4790
4791 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4792 format and change test names to make them unique.
4793
b593e3d9
RK
47942015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4795 Pedro Alves <pedro@redhat.com>
4796
4797 PR gdb/18702
4798 Add checking of floatformats setup on x86_64 hosts.
4799 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4800 (smallval, bigval): New labels/constants.
4801 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4802 float" after loading bigval and smallval.
4803
d72413e6
PMR
48042015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4805
4806 * gdb.ada/fun_overload_menu.exp: New testcase.
4807 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4808
ece66d65
JS
48092015-12-04 Josh Stone <jistone@redhat.com>
4810
4811 * gdb.base/catch-fork-static.exp: New.
4812
41d0efca
YQ
48132015-12-03 Yao Qi <yao.qi@linaro.org>
4814
4815 * gdb.base/sizeof.c: Don't include stdio.h and
4816 ../lib/unbuffer_output.c.
4817 (main): New variable 'size' and 'value'. Remove printf and
4818 gdb_unbuffer_output. Assign return value to size and value.
4819 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4820 at the beginning.
4821 (check_sizeof): Check the result by printing variable 'size'.
4822 (check_valueof): Check the result by printing variable 'value'.
4823
99fd02d9
YQ
48242015-12-01 Yao Qi <yao.qi@linaro.org>
4825
4826 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4827 for aarch64*-*-linux* target.
4828
f2faf941
PA
48292015-11-30 Pedro Alves <palves@redhat.com>
4830
4831 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4832
04bf20c5
PA
48332015-11-30 Pedro Alves <palves@redhat.com>
4834
4835 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4836 Handle non-stop mode vCont replies.
4837
09df4675
PA
48382015-11-30 Pedro Alves <palves@redhat.com>
4839
4840 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4841 prepare_for_testing. Start gdb with "set non-stop on" appended to
4842 GDBFLAGS. Lax expected stop output.
4843
58b584af
YQ
48442015-11-27 Yao Qi <yao.qi@linaro.org>
4845
4846 * gdb.arch/arm-neon.exp: New.
4847 * gdb.arch/arm-neon.c: New.
4848
dfcb77a8
YQ
48492015-11-27 Yao Qi <yao.qi@linaro.org>
4850
4851 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4852
88e8ec1b
YQ
48532015-11-27 Yao Qi <yao.qi@linaro.org>
4854
4855 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4856 frames-invalid annotation.
4857
bfde72c2
YQ
48582015-11-27 Yao Qi <yao.qi@linaro.org>
4859
4860 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4861
f6512a69
SM
48622015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4863
4864 * gdb.threads/names.exp: New file.
4865 * gdb.threads/names.c: New file.
4866 * README: Mention gdb,no_thread_names.
4867
46a3515b
MM
48682015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4869
4870 PR 19297
4871 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4872 support" error.
4873
62147a22
PA
48742015-11-24 Pedro Alves <palves@redhat.com>
4875
4876 PR 17539
4877 * gdb.base/display.exp: Expect displays to be sorted in ascending
4878 order. Use multi_line.
4879 * gdb.base/solib-display.exp: Likewise.
4880
2f341b6e
PA
48812015-11-24 Pedro Alves <palves@redhat.com>
4882
4883 PR 17539
25d49b86
PA
4884 * gdb.base/display.exp: Expect displays to be sorted in ascending
4885 order. Use multi_line.
4886 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4887
7e0aa6aa
PA
48882015-11-24 Pedro Alves <palves@redhat.com>
4889
4890 PR 17539
4891 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4892 threads in ascending order.
4893 * gdb.base/foll-fork.exp: Likewise.
4894 * gdb.base/foll-vfork.exp: Likewise.
4895 * gdb.base/multi-forks.exp: Likewise.
4896 * gdb.mi/mi-nonstop.exp: Likewise.
4897 * gdb.mi/mi-nsintrall.exp: Likewise.
4898 * gdb.multi/base.exp: Likewise.
4899 * gdb.multi/multi-arch.exp: Likewise.
4900 * gdb.python/py-inferior.exp: Likewise.
4901 * gdb.threads/break-while-running.exp: Likewise.
4902 * gdb.threads/execl.exp: Likewise.
4903 * gdb.threads/gcore-thread.exp: Likewise.
4904 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4905 * gdb.threads/kill.exp: Likewise.
4906 * gdb.threads/linux-dp.exp: Likewise.
4907 * gdb.threads/multiple-step-overs.exp: Likewise.
4908 * gdb.threads/next-bp-other-thread.exp: Likewise.
4909 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4910 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4911 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4912 * gdb.threads/thread-find.exp: Likewise.
4913 * gdb.threads/tls.exp: Likewise.
4914 * lib/mi-support.exp (mi_reverse_list): Delete.
4915 (mi_check_thread_states): No longer reverse list.
4916
2cc57ad8
PA
49172015-11-24 Pedro Alves <palves@redhat.com>
4918
4919 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4920 use lowercase.
4921
c93e8391
SM
49222015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4923
4924 * gdb.trace/actions.c: Include trace-common.h.
4925 (main): Add a location for a fast tracepoint.
4926 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4927 the normal tracepoints.
4928 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4929
045ccf91
SM
49302015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4931
4932 * save-trace.exp: Factor out code to these...
4933 (gdb_save_tracepoints): New.
4934 (gdb_load_tracepoints): New.
4935 (do_save_load_test): New.
4936
5506f9f6
KB
49372015-11-23 Kevin Buettner <kevinb@redhat.com>
4938
4939 * gdb.base/asmlabel.exp: New test.
4940 * gdb.base/asmlabel.c: New test case.
4941
16c3b12f
JB
49422015-11-23 Joel Brobecker <brobecker@adacore.com>
4943
4944 * gdb.base/wrong_frame_bt_full-main.c: New file.
4945 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4946 * gdb.base/wrong_frame_bt_full.exp: New file.
4947
155bfbd3
JB
49482015-11-23 Joel Brobecker <brobecker@adacore.com>
4949
4950 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4951
bb097445
JM
49522015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4953
206853a0 4954 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4955 pstate register when comparing registers values in
4956 sparc64-*-linux-gnu targets to avoid spurious differences.
4957
9c88ed8f
JM
49582015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4959
206853a0 4960 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4961
96161e25
SL
49622015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4963
4964 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4965 as type argument to gdb_compile.
4966 * gdb.base/nested-subp2.exp: Likewise.
4967 * gdb.base/nested-subp3.exp: Likewise.
4968
340c2830
DV
49692015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4970
4971 * lib/dwarf.exp (_note): Fix left shift of negative value.
4972 * gdb.trace/trace-condition.exp: Likewise.
4973
c1862d0f
YQ
49742015-11-13 Yao Qi <yao.qi@linaro.org>
4975
4976 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4977 comments about d10v.
4978 (test_scalar_returns): Likewise.
4979 * gdb.base/d10v.ld: Remove.
4980 * gdb.base/overlays.exp: Remove the target triplet checking for
4981 d10v-*-*.
4982 * gdb.base/structs.exp (test_struct_returns): Remove the
4983 comments about d10v.
4984 (test_struct_calls): Likewise.
4985
77ae9c19
YQ
49862015-11-13 Yao Qi <yao.qi@linaro.org>
4987
4988 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4989 * gdb.base/gnu_vector.c: Don't include stdio.h.
4990 (main): Don't print res and call add_some_intvecs.
4991
430e004e
MK
49922015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4993
4994 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4995 macro.
4996 (func5): Removed.
4997 (func4): Use FAST_TRACEPOINT_LABEL.
4998 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4999 macro.
5000 (func): Removed.
5001 (thread_function): Use FAST_TRACEPOINT_LABEL.
5002 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5003 (func): Remove.
5004 (marker): Use FAST_TRACEPOINT_LABEL.
5005 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5006 (pendfunc1): Remove.
5007 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5008 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5009 (foo): Remove.
5010 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5011 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5012 macro.
5013 (func): Remove.
5014 (marker): Use FAST_TRACEPOINT_LABEL.
5015 * gdb.trace/trace-common.h: New header.
5016 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5017 macro.
5018 (func): Remove.
5019 (marker): Use FAST_TRACEPOINT_LABEL.
5020 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5021 (func): Remove.
5022 (thread_function): Use FAST_TRACEPOINT_LABEL.
5023
6e7675a7
MK
50242015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5025
5026 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5027 in front.
5028 * gdb.trace/change-loc.exp: Use global pcreg definition.
5029 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5030 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5031 in front.
5032 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5033 * gdb.trace/pending.exp: Likewise.
5034 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5035 * gdb.trace/trace-break.exp: Likewise.
5036 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5037 in front.
5038 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5039 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5040 in front.
5041 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5042
dddc0e16
JB
50432015-11-09 Joel Brobecker <brobecker@adacore.com>
5044
5045 * gdb.ada/fin_fun_out: New testcase.
5046
c6f0b406
KB
50472015-11-07 Kevin Buettner <kevinb@redhat.com>
5048
5049 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5050 value associated with DW_AT_byte_size.
5051 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5052 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5053 DW_AT_upper_bound.
5054
f01dcfd9
KB
50552015-11-07 Kevin Buettner <kevinb@redhat.com>
5056
5057 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5058 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5059 version.
5060 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5061 gdb.dwarf2/dw2-canonicalize-type.exp,
5062 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5063 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5064 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5065 provided by gdb_target_symbol_prefix_flags_asm.
5066 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5067 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5068 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5069 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5070 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5071 macros where needed). Use this macro for symbols which require
5072 the prefix provided by SYMBOL_PREFIX.
5073
2223449a
KB
50742015-11-05 Kevin Buettner <kevinb@redhat.com>
5075
5076 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5077 New procs.
5078 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5079 representing expressions, of more than one list element.
5080 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5081 to prepend linker symbol prefix to f.
5082 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5083 table_1 and table_2.
5084 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5085 Likewise, for f and g.
5086 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5087 for ptr.
5088 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5089 for main.
5090 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5091 table_1_ptr and table_2_ptr.
5092
6f2f1a3a
JK
50932015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5094 Joel Brobecker <brobecker@adacore.com>
5095
5096 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5097
566c56c9
MK
50982015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5099
5100 * gdb.reverse/s390-mvcle.c: New test.
5101 * gdb.reverse/s390-mvcle.exp: New file.
5102 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5103
d5f0636b
MK
51042015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5105
5106 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5107
7ad8b86c
MK
51082015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5109
5110 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5111 reaching marker2.
5112 * gdb.reverse/getresuid-reverse.exp: Likewise.
5113 * gdb.reverse/pipe-reverse.exp: Likewise.
5114 * gdb.reverse/readv-reverse.exp: Likewise.
5115 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5116 * gdb.reverse/time-reverse.exp: Likewise.
5117 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5118
4081c0f1
YQ
51192015-10-30 Yao Qi <yao.qi@linaro.org>
5120
5121 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5122 (empty_cycle): Remove.
5123 (main): Don't call empty_cycle. Don't use watch_count_done.
5124 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5125 empty_cycle. Rewrite the code counting HW watchpoints.
5126
452b4ba5
MK
51272015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5128
5129 * gdb.reverse/fstatat-reverse.c: New test.
5130 * gdb.reverse/fstatat-reverse.exp: New file.
5131 * gdb.reverse/getresuid-reverse.c: New test.
5132 * gdb.reverse/getresuid-reverse.exp: New file.
5133 * gdb.reverse/pipe-reverse.c: New test.
5134 * gdb.reverse/pipe-reverse.exp: New file.
5135 * gdb.reverse/readv-reverse.c: New test.
5136 * gdb.reverse/readv-reverse.exp: New file.
5137 * gdb.reverse/recvmsg-reverse.c: New test.
5138 * gdb.reverse/recvmsg-reverse.exp: New file.
5139 * gdb.reverse/time-reverse.c: New test.
5140 * gdb.reverse/time-reverse.exp: New file.
5141 * gdb.reverse/waitpid-reverse.c: New test.
5142 * gdb.reverse/waitpid-reverse.exp: New file.
5143
5e2e7507
JK
51442015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5145
5146 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5147
0fde2c53
DE
51482015-10-26 Doug Evans <dje@google.com>
5149
5150 PR symtab/17391
5151 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5152 * gdb.dwarf2/bad-regnum.c: New file.
5153 * gdb.dwarf2/bad-regnum.exp: New file.
5154
1a70ae97
DE
51552015-10-26 Doug Evans <dje@google.com>
5156
5157 PR python/18938
5158 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5159 file.
5160
27dc26ab
JK
51612015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5162
5163 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5164 for a change by "Mention language in compile error message".
5165
bed91f4d
SM
51662015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5167
5168 PR python/18073
5169 * gdb.python/py-type.c (C::a_method): New.
5170 (C::a_const_method): New.
5171 (C::a_static_method): New.
5172 (a_function): New.
5173 * gdb.python/py-type.exp (test_fields): Test getting fields
5174 from function and method.
5175
3f2f83dd
KB
51762015-10-21 Keven Boell <keven.boell@intel.com>
5177
5178 * gdb.fortran/vla-alloc-assoc.exp: New file.
5179 * gdb.fortran/vla-datatypes.exp: New file.
5180 * gdb.fortran/vla-datatypes.f90: New file.
5181 * gdb.fortran/vla-history.exp: New file.
5182 * gdb.fortran/vla-ptype-sub.exp: New file.
5183 * gdb.fortran/vla-ptype.exp: New file.
5184 * gdb.fortran/vla-sizeof.exp: New file.
5185 * gdb.fortran/vla-sub.f90: New file.
5186 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5187 * gdb.fortran/vla-value-sub-finish.exp: New file.
5188 * gdb.fortran/vla-value-sub.exp: New file.
5189 * gdb.fortran/vla-value.exp: New file.
5190 * gdb.fortran/vla-ptr-info.exp: New file.
5191 * gdb.mi/mi-vla-fortran.exp: New file.
5192 * gdb.mi/vla.f90: New file.
5193
27145d50
SL
51942015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5195
5196 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5197 of hardwired timeout value.
5198
5f3ff4f8
JK
51992015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5200 Pedro Alves <palves@redhat.com>
5201
5202 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5203 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5204
bfd09d20
JS
52052015-10-19 Josh Stone <jistone@redhat.com>
5206
5207 * gdb.base/catch-syscall.c: Include <sched.h>.
5208 (unknown_syscall): New variable.
5209 (main): Trigger a vfork and an unknown syscall.
5210 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5211 (unknown_syscall_number): Likewise.
5212 (check_call_to_syscall): Accept an optional syscall pattern.
5213 (check_return_from_syscall): Likewise.
5214 (check_continue): Likewise.
5215 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5216 (test_catch_syscall_skipping_return): New test toggling off 'catch
5217 syscall' to step over the syscall return, then toggling back on.
5218 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5219 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5220 (do_syscall_tests): Call test_catch_syscall_without_args and
5221 test_catch_syscall_mid_vfork.
5222 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5223 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5224
b32b93c6
AS
52252015-10-19 Andrew Stubbs <ams@codesourcery.com>
5226
5227 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5228 print g_vE): Add new pass patterns.
5229 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5230 print various symbol names for vptr fields.
5231
9d622bda
AB
52322015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5233
5234 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5235 results.
5236
0fd8ac1c
YQ
52372015-10-12 Yao Qi <yao.qi@linaro.org>
5238
5239 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5240
34240514
YQ
52412015-10-12 Yao Qi <yao.qi@linaro.org>
5242
5243 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5244 is aarch64*-*-linux*.
5245
8240f442
YQ
52462015-10-12 Yao Qi <yao.qi@linaro.org>
5247
5248 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5249 (can_relocate_bcond_true): ... it.
5250 (can_relocate_bcond_false): New function.
5251 (foo): Likewise.
5252 (can_relocate_bl): Likewise.
5253 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5254 can_relocate_bl.
5255
2520f728
PMR
52562015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5257
5258 * gdb.base/nested-addr.c: New file.
5259 * gdb.base/nested-addr.exp: New testcase.
5260
abcef95a
MM
52612015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5262
5263 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5264 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5265 its output. Ignore the output of "record goto begin" and instead
5266 check that GDB is replaying.
5267
145e3ddb
PA
52682015-10-09 Pedro Alves <palves@redhat.com>
5269
5270 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5271 (top level): Use it in the run with no args test.
5272
d5d8c4e1
IB
52732015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5274
5275 * gdb.dlang/properties.exp: New file.
5276
06e635ef
SL
52772015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5278
5279 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5280 whether or not address 0x1000 is mapped on the target.
5281
e019fd1d
SM
52822015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5283
5284 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5285 build.
5286
77ba2a67
MM
52872015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5288
5289 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5290 instruction-history test.
5291
c60eb31f
DE
52922015-09-28 Doug Evans <dje@google.com>
5293
5294 * gdb.base/gcore.c (array_func): Add reference to static_array.
5295
9a3c8263
SM
52962015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5297
5298 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5299 source line.
5300
9720e656
SL
53012015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5302
5303 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5304 short or char as base type.
5305
938d3bf2
SL
53062015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5307
5308 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5309 to allow any size enum.
5310
e6c2c623
PMR
53112015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5312
5313 * gdb.ada/array_ptr_renaming.exp: New testcase.
5314 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5315 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5316
06da0f77
PL
53172015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5318
5319 * gdb.trace/ftrace-lock.c: New file.
5320 * gdb.trace/ftrace-lock.exp: New file.
5321
4f51c22a
PL
53222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5323
5324 * gdb.arch/insn-reloc.c: New file.
5325 * gdb.arch/ftrace-insn-reloc.exp: New file.
5326
7041adf4
PL
53272015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5328
5329 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5330 instruction.
5331 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5332 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5333 * gdb.trace/range-stepping.c: Likewise.
5334 * gdb.trace/trace-break.c: Likewise.
5335 * gdb.trace/trace-mt.c (thread_function): Likewise.
5336 * gdb.trace/ftrace.c (marker): Likewise.
5337 * gdb.trace/trace-condition.c (marker): Likewise.
5338 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5339 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5340 is_aarch64_target.
5341
015d2e7e
DE
53422015-09-18 Doug Evans <xdje42@gmail.com>
5343
5344 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5345 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5346
26b188a2
SL
53472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5348
5349 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5350 the breakpoint.
5351
79dc332b
SL
53522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5353
5354 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5355 the pending breakpoint. Remove timeout override for "Run till
5356 MI pending breakpoint on pendfunc3 on thread 2" test.
5357
f57929f2
SL
53582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5359
5360 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5361 filename pattern.
5362
3f469b17
SL
53632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5364
5365 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5366 in breakpoint filename pattern.
5367
515b89b3
SL
53682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5369
7800dbe4
SL
5370 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5371
53722015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5373
515b89b3
SL
5374 * gdb.linespec/explicit.exp: Check for readline support for
5375 tab-completion tests. Fix obvious typo.
5376
d2939ba2
MM
53772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5378
5379 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5380 and replay.
5381
cbb55fa7
MM
53822015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5383
5384 * gdb.btrace/non-stop.c: New.
5385 * gdb.btrace/non-stop.exp: New.
5386
43691ca1
PL
53872015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5388 Yao Qi <yao.qi@linaro.org>
5389
5390 * gdb.trace/trace-condition.c: New file.
5391 * gdb.trace/trace-condition.exp: New file.
5392
d78908cf
WW
53932015-09-16 Wei-cheng Wang <cole945@gmail.com>
5394
5395 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5396 for testing bytecode compilation.
5397
1ed415e2
PA
53982015-09-16 Pedro Alves <palves@redhat.com>
5399 Sandra Loosemore <sandra@codesourcery.com>
5400
5401 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5402 (SECONDS): Redefine.
5403 (main): Call pthread_kill and alarm early.
5404 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5405 support.
5406 (test): If the target can't hardware step and doesn't support
5407 displaced stepping, increase the timeout.
5408
d136eff5
PA
54092015-09-16 Pedro Alves <palves@redhat.com>
5410
5411 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5412 (enable_debug): New procedures.
5413 (test): Use them. Bail out if waiting for threads fails.
5414 (top level): Bail out if a test fails.
5415
991f019c
YQ
54162015-09-16 Yao Qi <yao.qi@linaro.org>
5417
5418 * gdb.asm/asm-source.exp: Set asm-arch for
5419 aarch64*-*-* target.
5420 * gdb.asm/aarch64.inc: New file.
5421
bfca584f
PMR
54222015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5423
5424 * gdb.ada/array_of_variable_length.exp: New testcase.
5425 * gdb.ada/array_of_variable_length/foo.adb: New file.
5426 * gdb.ada/array_of_variable_length/pck.adb: New file.
5427 * gdb.ada/array_of_variable_length/pck.ads: New file.
5428
b326e587
DE
54292015-09-15 Doug Evans <dje@google.com>
5430
5431 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5432 of function static local variable.
5433
5382cfab
PW
54342015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5435
5436 * gdb.threads/tls-so_extern.exp: New test file.
5437 * gdb.threads/tls-so_extern.c: New test file.
5438 * gdb.threads/tls-so_extern_main.c: New test file.
5439
141c5cc4
JK
54402015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5441
5442 * gdb.opt/solib-intra-step-lib.c: New file.
5443 * gdb.opt/solib-intra-step-main.c: New file.
5444 * gdb.opt/solib-intra-step.exp: New file.
5445
d15dcecd
PA
54462015-09-15 Pedro Alves <palves@redhat.com>
5447
5448 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5449 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5450
4c2f2a79
PA
54512015-09-14 Pedro Alves <palves@redhat.com>
5452
5453 * gdb.base/hook-stop-continue.c: Delete.
5454 * gdb.base/hook-stop-continue.exp: Delete.
5455 * gdb.base/hook-stop-frame.c: Delete.
5456 * gdb.base/hook-stop-frame.exp: Delete.
5457 * gdb.base/hook-stop.c: New file.
5458 * gdb.base/hook-stop.exp: New file.
5459
919e6dbe
PMR
54602015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5461
5462 * gdb.ada/access_to_packed_array.exp: New testcase.
5463 * gdb.ada/access_to_packed_array/foo.adb: New file.
5464 * gdb.ada/access_to_packed_array/pack.adb: New file.
5465 * gdb.ada/access_to_packed_array/pack.ads: New file.
5466
157280a4
MM
54672015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5468
5469 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5470 buffer size test.
5471
2fd33e94
DB
54722015-09-11 Don Breazeal <donb@codesourcery.com>
5473
5474 * gdb.base/foll-exec.c: Add copyright header. Fix
5475 formatting issues.
5476 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5477 (do_exec_tests): Use clean_restart in place of zap_session,
5478 and for test initialization. Fix formatting issues. Use
5479 fail in place of perror.
5480 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5481 an expect statement to match an expression with output from
5482 the program under debug.
5483 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5484 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5485 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5486 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5487 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5488
e70b6e8e
DE
54892015-09-09 Doug Evans <dje@google.com>
5490
5491 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5492
7a551a51
DE
54932015-09-09 Doug Evans <dje@google.com>
5494
5495 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5496
4c666f84
DE
54972015-09-09 Doug Evans <dje@google.com>
5498
5499 * gdb.base/savedregs.exp: Fix typo.
5500
243a9253
PA
55012015-09-09 Pedro Alves <palves@redhat.com>
5502
5503 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5504
c0fa8fbd
SL
55052015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5506
5507 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5508 command actually switches threads. Give up on remaining
5509 tests if target fails to stop at breakpoint.
5510
cd7c1778
PMR
55112015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5512
5513 * gdb.ada/funcall_char.exp: New testcase.
5514 * gdb.ada/funcall_char/foo.adb: New file.
5515
dc5c8746
PMR
55162015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5517
5518 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5519 expected outputs. Add two testcases for completing ambiguous
5520 functions.
5521 * gdb.ada/complete/aux_pck.adb: New file.
5522 * gdb.ada/complete/aux_pck.ads: New file.
5523 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5524 Ambiguous_Func functions.
5525 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5526 * gdb.ada/complete/pck.adb: Likewise.
5527
4e83a1e7
UW
55282015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5529
5530 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5531 failures to run the test program under GDB.
5532
8ce74153
LM
55332015-08-26 Luis Machado <lgustavo@codesourcery.com>
5534
5535 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5536 to C.
5537
e9756d52
PP
55382015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5539
5540 * gdb.base/run-after-attach.exp: New test file.
5541 * gdb.base/run-after-attach.c: New test file.
5542
8d37573b
DB
55432015-08-26 Don Breazeal <donb@codesourcery.com>
5544
5545 * gdb.base/foll-exec-2.c: New test program.
5546 * gdb.base/foll-exec-2.exp: New test.
5547
63e43d3a
PMR
55482015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5549
5550 * gdb.base/nested-subp1.exp: New file.
5551 * gdb.base/nested-subp1.c: New file.
5552 * gdb.base/nested-subp2.exp: New file.
5553 * gdb.base/nested-subp2.c: New file.
5554 * gdb.base/nested-subp3.exp: New file.
5555 * gdb.base/nested-subp3.c: New file.
5556
3d40fbb5
PA
55572015-08-24 Pedro Alves <palves@redhat.com>
5558
5559 * gdb.server/connect-without-multi-process.c: New file.
5560 * gdb.server/connect-without-multi-process.exp: New file.
5561
4422ac93
LM
55622015-08-24 Luis Machado <lgustavo@codesourcery.com>
5563
5564 * gdb.opt/inline-markers.c: Make z int.
5565
91dddb86
LM
55662015-08-24 Luis Machado <lgustavo@codesourcery.com>
5567
5568 * gdb.opt/inline-markers.c: Make z volatile.
5569
a48847ee
LM
55702015-08-24 Luis Machado <lgustavo@codesourcery.com>
5571
5572 * gdb.opt/inline-bt.c: New volatile global z.
5573 * gdb.opt/inline-cmds.c: Likewise.
5574 * gdb.opt/inline-locals.c: Likewise.
5575 * gdb.opt/inline-markers.c: New extern global z.
5576 (marker): Use z.
5577 (inline_fn): Likewise.
5578
0ebbc52b
PA
55792015-08-24 Pedro Alves <palves@redhat.com>
5580
5581 * config/m32r-stub.exp: Remove file.
5582 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5583 * gdb.base/call-rt-st.exp: Likewise.
5584 * gdb.base/call-strs.exp: Likewise.
5585 * gdb.base/default.exp: Remove references to h8300-*-hms and
5586 *-*-udi*.
5587 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5588
77c365df
AA
55892015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5590
5591 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5592 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5593 and "return" use KFAIL when GDB can not read/write the vector
5594 return value.
5595
4313b8c0
GB
55962015-08-21 Gary Benson <gbenson@redhat.com>
5597
5598 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5599
0e433b32
PA
56002015-08-20 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.server/solib-list.exp: No longer expect an interior stop in
5603 non-stop mode.
5604
221e1a37
PA
56052015-08-20 Pedro Alves <palves@redhat.com>
5606
5607 * gdb.server/connect-stopped-target.c: New file.
5608 * gdb.server/connect-stopped-target.exp: New file.
5609
40e3ad0e
PA
56102015-08-20 Pedro Alves <palves@redhat.com>
5611
5612 * gdb.dwarf2/comp-unit-lang.exp: New file.
5613 * gdb.dwarf2/comp-unit-lang.c: New file.
5614
af39b327
PMR
56152015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5616
5617 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5618 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5619
7d45c7c3 56202015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5621
7d45c7c3
KB
5622 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5623 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5624
4d6cceb4
DE
56252015-08-18 Doug Evans <dje@google.com>
5626 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5627
5628 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5629 skip_python_tests. New arg prompt_regexp.
5630 (skip_python_tests): New function.
5631 * lib/mi-support.exp (mi_skip_python_tests): New function.
5632 * gdb.python/py-mi-objfile-gdb.py: New file.
5633 * gdb.python/py-mi-objfile.c: New file.
5634 * gdb.python/py-mi-objfile.exp: New file.
5635
ad89c2aa
KS
56362015-08-17 Keith Seitz <keiths@redhat.com>
5637
5638 * gdb.linespec/explicit.exp: Move strace test from here ...
5639 * gdb.trace/strace.exp: ... to here.
5640
e3ae3c43
PP
56412015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5642
5643 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5644 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5645
604b2636
DE
56462015-08-14 Doug Evans <xdje42@gmail.com>
5647
5648 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5649 inferior before selecting a new file.
5650
6ff0ba5f
DE
56512015-08-14 Doug Evans <xdje42@gmail.com>
5652
5653 * gdb.mi/mi-disassemble.exp: Update.
5654 * gdb.base/disasm-optim.S: New file.
5655 * gdb.base/disasm-optim.c: New file.
5656 * gdb.base/disasm-optim.h: New file.
5657 * gdb.base/disasm-optim.exp: New file.
5658
9ca98f92
KS
56592015-08-14 Keith Seitz <keiths@redhat.com>
5660
5661 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5662 "evaluated-by".
5663
52bbc560
JB
56642015-08-13 Joel Brobecker <brobecker@adacore.com>
5665
5666 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5667
5d8c3ed3
PMR
56682015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5669
5670 * gdb.ada/fun_renaming.exp: New testcase.
5671 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5672 * gdb.ada/fun_renaming/pack.adb: New file.
5673 * gdb.ada/fun_renaming/pack.ads: New file.
5674
ea8812bc
KS
56752015-08-12 Keith Seitz <keiths@redhat.com>
5676
5677 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5678 gdb_get_line_number.
5679
4dafcdeb
JB
56802015-08-12 Joel Brobecker <brobecker@adacore.com>
5681
5682 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5683 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5684 gdb.base/dso2dso.exp: New files.
5685
5ba32597
SDJ
56862015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5687 Pedro Alves <palves@redhat.com>
5688 Keith Seitz <keiths@redhat.com>
5689
5690 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5691 GDBFLAGS.
5692
b6dafabf
PP
56932015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5694
5695 * gdb.base/gdbhistsize-history.exp
5696 (test_histsize_history_setting): Use save_vars.
5697 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5698 Use save_vars.
5699 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5700 * gdb.base/readline.exp: Use save_vars.
5701
abe8e607
PP
57022015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5703
5704 * lib/gdb.exp (save_vars): New proc.
5705
629500fa
KS
57062015-08-11 Keith Seitz <keiths@redhat.com>
5707
5708 * gdb.base/help.exp: Update help_breakpoint_text.
5709
eb8c4e2e
KS
57102015-08-11 Keith Seitz <keiths@redhat.com>
5711
5712 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5713 (at toplevel): Call test_explicit_breakpoints.
5714 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5715 breakpoints.
5716 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5717 breakpoint conditions, "-cond".
5718
87f0e720
KS
57192015-08-11 Keith Seitz <keiths@redhat.com>
5720
5721 * gdb.linespec/3explicit.c: New file.
5722 * gdb.linespec/cpexplicit.cc: New file.
5723 * gdb.linespec/cpexplicit.exp: New file.
5724 * gdb.linespec/explicit.c: New file.
5725 * gdb.linespec/explicit.exp: New file.
5726 * gdb.linespec/explicit2.c: New file.
5727 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5728 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5729 before using in the matching pattern.
5730 Clarify that `prefix' is a regular expression.
5731
f00aae0f
KS
57322015-08-11 Keith Seitz <keiths@redhat.com>
5733
5734 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5735 test.
5736 Add tests for missing ",FMT" and ",".
5737
e27852be
DE
57382015-08-10 Doug Evans <dje@google.com>
5739 Keith Seitz <keiths@redhat.com>
5740
5741 PR gdb/17960
5742 * gdb.base/completion.exp: Add location completer tests.
5743
7f03bd92
PA
57442015-08-07 Pedro Alves <palves@redhat.com>
5745
5746 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5747 tests here.
5748 (top level): Run do_test with and without displaced stepping.
5749
3fc8eb30
PA
57502015-08-07 Pedro Alves <palves@redhat.com>
5751
5752 * gdb.base/valgrind-disp-step.c: New file.
5753 * gdb.base/valgrind-disp-step.exp: New file.
5754
d4569d7b
PA
57552015-08-07 Pedro Alves <palves@redhat.com>
5756
5757 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5758 Delete function.
5759 (main): Add alarm. Run an infinite loop instead of calling
5760 wait_threads.
5761 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5762 comment.
5763 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5764 Delete function.
5765 (main): Add alarm. Run an infinite loop instead of calling
5766 wait_threads.
5767 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5768 comment.
5769
e1316e60
PA
57702015-08-07 Pedro Alves <palves@redhat.com>
5771
5772 * gdb.base/checkpoint-ns.exp: New file.
5773 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5774 standard_testfile.
5775
da8c46d2
MM
57762015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5777
5778 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5779 * gdb.btrace/instruction_history.exp: Update.
5780 * gdb.btrace/tsx.exp: New.
5781 * gdb.btrace/tsx.c: New.
5782
de1c2c52
PA
57832015-08-06 Pedro Alves <palves@redhat.com>
5784
5785 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5786 increase timeout.
5787 * gdb.reverse/until-precsave.exp: Bump timeouts.
5788
782e0bf4
PA
57892015-08-06 Pedro Alves <palves@redhat.com>
5790
5791 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5792
83e97ed0
PA
57932015-08-06 Pedro Alves <palves@redhat.com>
5794
5795 PR gdb/18749
5796 * gdb.threads/process-dies-while-handling-bp.c: New file.
5797 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5798
863d01bd
PA
57992015-08-06 Pedro Alves <palves@redhat.com>
5800
5801 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5802 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5803
0a39bb32
PA
58042015-08-05 Pedro Alves <palves@redhat.com>
5805
5806 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5807 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5808
ee2d2b10
SL
58092015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5810
5811 * gdb.base/bp-permanent.exp: Report test as unsupported if
5812 the target cannot stop at the permanent breakpoint.
5813
4e1bdb00
DE
58142015-08-03 Doug Evans <dje@google.com>
5815
5816 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5817 10000.
5818
3d338901
DE
58192015-08-03 Doug Evans <dje@google.com>
5820
5821 * Makefile.in (workers/%.worker, build-perf): New rule.
5822 (GDB_PERFTEST_MODE): New variable.
5823 (check-perf): Use it.
5824 (clean): Clean up gdb.perf parallel build subdirs.
5825 * lib/build-piece.exp: New file.
5826 * lib/gdb.exp (make_gdb_parallel_path): New function
5827 (standard_output_file, standard_temp_file): Call it.
5828 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5829 of $GDB_PARALLEL.
5830 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5831
af061d3e
DE
58322015-08-03 Doug Evans <dje@google.com>
5833
8e1afc81 5834 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5835 (LOG_FILE_NAME): New global.
5836 (TextReporter.__init__): Initialize self.txt_sum.
5837 (TextReporter.report): Add support for multiple data-points.
5838 Move report to perftest.sum, put raw data in perftest.log.
5839 (TextReporter.start): Open sum and log files.
5840 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5841 * gdb.perf/lib/perftest/testresult.py
5842 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5843
2c8c5d37
PA
58442015-07-31 Pedro Alves <palves@redhat.com>
5845
5846 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5847 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5848 kill_wait_spawned_process instead of explicit "kill -9".
5849 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5850 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5851 kill_wait_spawned_process.
5852 * gdb.base/attach-twice.exp: Likewise.
5853 * gdb.base/attach.exp: Likewise.
5854 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5855 gdb_test_multiple.
5856 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5857 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5858 kill_wait_spawned_process.
5859 * gdb.base/valgrind-infcall.exp: Likewise.
5860 * gdb.multi/multi-attach.exp: Likewise.
5861 * gdb.python/py-prompt.exp: Likewise.
5862 * gdb.python/py-sync-interp.exp: Likewise.
5863 * gdb.server/ext-attach.exp: Likewise.
5864 * gdb.threads/attach-into-signal.exp (corefunc): Use
5865 spawn_wait_for_attach, spawn_id_get_pid and
5866 kill_wait_spawned_process.
5867 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5868 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5869 spawn_id_get_pid and kill_wait_spawned_process.
5870 * gdb.threads/attach-stopped.exp (corefunc): Use
5871 spawn_wait_for_attach, spawn_id_get_pid and
5872 kill_wait_spawned_process.
5873 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5874 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5875 kill_wait_spawned_process instead of explicit "kill -9".
5876 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5877 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5878 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5879 processes. Don't map cygwin/windows pids here. Now returns a
5880 spawn id list.
5881
032a0fca
SL
58822015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5883
5884 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5885 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5886 correct patch.
5887
61a934ca
SL
58882015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5889
5890 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5891
4bc4d428
SL
58922015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5893
5894 Reapply:
5895 2014-05-21 Mark Wielaard <mjw@redhat.com>
5896
5897 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5898
998d452a
PA
58992015-07-30 Pedro Alves <palves@redhat.com>
5900
5901 * linux-low.c (handle_extended_wait): Set the child's last
5902 reported status to TARGET_WAITKIND_STOPPED.
5903
69dde7dc
PA
59042015-07-30 Pedro Alves <palves@redhat.com>
5905
5906 PR threads/18600
5907 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5908 only shows inferior 1.
5909
4dd63d48
PA
59102015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5911 Pedro Alves <palves@redhat.com>
5912
5913 PR threads/18600
5914 * gdb.threads/fork-plus-threads.c: New file.
5915 * gdb.threads/fork-plus-threads.exp: New file.
5916
d618e4c5
PP
59172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5918
5919 * gdb.base/batch-preserve-term-settings.exp
5920 (test_terminal_settings_preserved_after_cli_exit): Use
5921 send_quit_command.
5922
1eef6428
PA
59232015-07-29 Pedro Alves <palves@redhat.com>
5924 Don Breazeal <donb@codesourcery.com>
5925
5926 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5927 output from both inferior_spawn_id and gdb_spawn_id.
5928
7da5b897
SDJ
59292015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5930
5931 * gdb.threads/attach-into-signal.exp (corefunc): Use
5932 with_test_prefix on nested loops, uniquefying the test messages.
5933
dac804df
SDJ
59342015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5935
5936 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5937 commit.
5938
06265e53
PP
59392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5940
5941 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5942 New proc.
5943 (test_terminal_settings_preserved_after_sigterm): New test.
5944
18206ca3
PP
59452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5946
5947 * gdb.base/batch-preserve-term-settings.exp
5948 (test_terminal_settings_preserved_after_cli_exit): New test.
5949
90074d11
PP
59502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5951
5952 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5953 manipulation of saved_gdbflags.
5954 (test_terminal_settings_preserved): Remove global declaration of
5955 the unused variable pagination_prompt. Remove manipulation of
5956 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5957 GDBFLAGS.
5958
eb1a7902
PA
59592015-07-29 Pedro Alves <palves@redhat.com>
5960
5961 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5962
8b75dd3b
PA
59632015-07-29 Pedro Alves <palves@redhat.com>
5964
5965 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5966 at the top.
5967
dedad4e3
PA
59682015-07-29 Pedro Alves <palves@redhat.com>
5969
5970 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5971 (main): Call gdb_unbuffer_output.
5972 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5973 (main): Call gdb_unbuffer_output.
5974 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5975 (main): Call gdb_unbuffer_output.
5976 * gdb.base/call-strs.exp: Adjust to step over the
5977 gdb_unbuffer_output call.
5978 * gdb.base/catch-gdb-caused-signals.c: Include
5979 "../lib/unbuffer_output.c".
5980 (main): Call gdb_unbuffer_output.
5981 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5982 (main): Call gdb_unbuffer_output.
5983 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5984 (main): Call gdb_unbuffer_output.
5985 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5986 (main): Call gdb_unbuffer_output.
5987 * gdb.base/shlib-call.exp: Adjust to step over the
5988 gdb_unbuffer_output call.
5989 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5990 (main): Call gdb_unbuffer_output.
5991 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5992 (main): Call gdb_unbuffer_output.
5993 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5994 (main): Rename to ...
5995 (test): ... this.
5996 (main): Reimplement.
5997 * gdb.base/varargs.exp: Run to test instead of to main.
5998 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5999 (main): Call gdb_unbuffer_output.
6000
58789a91
PA
60012015-07-29 Pedro Alves <palves@redhat.com>
6002
6003 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6004 factore out from mi_continue_dprintf. For call-style dprintfs,
6005 expect dprintf output out of $inferior_spawn_id.
6006 (mi_continue_dprintf): Use mi_expect_dprintf.
6007 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6008 (main): Call gdb_unbuffer_output.
6009
e8376742
PA
60102015-07-29 Pedro Alves <palves@redhat.com>
6011
6012 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6013 (default_mi_gdb_start): Set inferior_spawn_id instead of
6014 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6015 gdb_spawn_id.
6016 (mi_gdb_test): Always expect inferior output from both
6017 $inferior_spawn_id and $gdb_spawn_id.
6018
08280010
PA
60192015-07-29 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6022 send_inferior and $inferior_spawn_id.
6023
4d30e432
PA
60242015-07-29 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.gdb/complaints.exp (test_initial_complaints)
6027 (test_serial_complaints, test_short_complaints): Use
6028 gdb_test_stdio.
6029 (test_empty_complaint): Handle $inferior_spawn_id !=
6030 $gdb_spawn_id.
6031
0d30a335
PA
60322015-07-29 Pedro Alves <palves@redhat.com>
6033
6034 * gdb.base/varargs.exp: Use gdb_test_stdio.
6035
39413b29
PA
60362015-07-29 Pedro Alves <palves@redhat.com>
6037
6038 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6039
7cb000a9
PA
60402015-07-29 Pedro Alves <palves@redhat.com>
6041
6042 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6043
d7b8ac82
PA
60442015-07-29 Pedro Alves <palves@redhat.com>
6045
6046 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6047 parameter into two new parameters, "inf_result" and "gdb_result".
6048 Expect inferior output and gdb output from $inferior_spawn_id and
6049 $gdb_spawn_id, respectively. Adjust all callers.
6050
789c3a0c
PA
60512015-07-29 Pedro Alves <palves@redhat.com>
6052
6053 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6054 of gdb_test_sequence.
6055
77e760c3
PA
60562015-07-29 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6059 (saw_spurious_output): Expect inferior output from
6060 $inferior_spawn_id. Use gdb_test_stdio.
6061
8396d2cd
PA
60622015-07-29 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.base/dprintf.exp: Use standard_testfile. Change
6065 prepare_for_testing call.
6066 (srcfile): Don't set.
6067 (restart): New procedure.
6068 (test_dprintf): New procecure, use to continue over dprintfs.
6069 (test_call, test_agent): New procedures, tests moved here.
6070 Restart gdb and recreate dprintfs. Adjust expected output.
6071
2051d61f
PA
60722015-07-29 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6075
452397af
PA
60762015-07-29 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6079
8aed9555
PA
60802015-07-29 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6083 gdb_test_stdio.
6084
188a61b4
PA
60852015-07-29 Pedro Alves <palves@redhat.com>
6086
6087 * lib/gdb.exp (gdb_test_stdio): New procedure.
6088
12264a45
PA
60892015-07-29 Pedro Alves <palves@redhat.com>
6090
6091 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6092
23ffc893
PA
60932015-07-29 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.base/call-signal-resume.exp: Remove check for
6096 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6097 * gdb.base/unwindonsignal.exp: Likewise.
6098 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6099 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6100
65566918
PA
61012015-07-29 Pedro Alves <palves@redhat.com>
6102
6103 * gdb.base/siginfo-addr.c (pass): New function.
6104 (handler): Call it iff si_addr is correct.
6105 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6106 Set a breakpoint at "pass" and continue to it.
6107
d60a9221
SDJ
61082015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6109
6110 * gdb.python/py-objfile.exp: Make some tests have unique names.
6111 * gdb.python/py-pp-registration.exp: Likewise.
6112
bde40b8f
PA
61132015-07-28 Pedro Alves <palves@redhat.com>
6114
6115 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6116
13e1dec8
SM
61172015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6118
6119 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6120
da33c9a7
SM
61212015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6122
6123 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6124
077836f7
PP
61252015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6126
6127 * gdb.base/gdb-sigterm-2.exp: New test.
6128
b8cc7b2e
DE
61292015-07-25 Doug Evans <xdje42@gmail.com>
6130
6131 Revert:
6132 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6133 (workers/%.worker, build-perf): New rule.
6134 (GDB_PERFTEST_MODE): New variable.
6135 (check-perf): Use it.
6136 (clean): Clean up gdb.perf parallel build subdirs.
6137 * lib/build-piece.exp: New file.
6138 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6139 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6140 name.
6141 (standard_temp_file): Ditto.
6142 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6143 of $GDB_PARALLEL.
6144
c8bd4544
DE
61452015-07-24 Doug Evans <dje@google.com>
6146
6147 * gdb.perf/lib/perftest/utils.py: New file.
6148 * gdb.perf/gm-hello.cc: New file.
6149 * gdb.perf/gm-pervasive-typedef.cc: New file.
6150 * gdb.perf/gm-pervasive-typedef.h: New file.
6151 * gdb.perf/gm-std.cc: New file.
6152 * gdb.perf/gm-std.h: New file.
6153 * gdb.perf/gm-use-cerr.cc: New file.
6154 * gdb.perf/gm-utils.h: New file.
6155 * gdb.perf/gmonster-null-lookup.py: New file.
6156 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6157 * gdb.perf/gmonster-print-cerr.py: New file.
6158 * gdb.perf/gmonster-ptype-string.py: New file.
6159 * gdb.perf/gmonster-runto-main.py: New file.
6160 * gdb.perf/gmonster-select-file.py: New file.
6161 * gdb.perf/gmonster1-null-lookup.exp: New file.
6162 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6163 * gdb.perf/gmonster1-print-cerr.exp: New file.
6164 * gdb.perf/gmonster1-ptype-string.exp: New file.
6165 * gdb.perf/gmonster1-runto-main.exp: New file.
6166 * gdb.perf/gmonster1-select-file.exp: New file.
6167 * gdb.perf/gmonster1.cc: New file.
6168 * gdb.perf/gmonster1.exp: New file.
6169 * gdb.perf/gmonster2-null-lookup.exp: New file.
6170 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6171 * gdb.perf/gmonster2-print-cerr.exp: New file.
6172 * gdb.perf/gmonster2-ptype-string.exp: New file.
6173 * gdb.perf/gmonster2-runto-main.exp: New file.
6174 * gdb.perf/gmonster2-select-file.exp: New file.
6175 * gdb.perf/gmonster2.cc: New file.
6176 * gdb.perf/gmonster2.exp: New file.
6177
6eab34f3
DE
61782015-07-24 Doug Evans <dje@google.com>
6179
6180 * gdb.perf/README: New file.
6181 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6182 * lib/gen-perf-test.exp: New file.
6183
63738bfd
DE
61842015-07-24 Doug Evans <dje@google.com>
6185
6186 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6187 (PerfTest::startup): New function.
6188 (PerfTest::run): Return result of calling body.
6189 (PerfTest::assemble): Rewrite.
6190 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6191 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6192 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6193 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6194 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6195
7b606f95
DE
61962015-07-24 Doug Evans <dje@google.com>
6197
6198 * lib/gdb.exp (clean_restart): Make executable optional.
6199
a97b16b8
DE
62002015-07-24 Doug Evans <dje@google.com>
6201
6202 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6203 compiler_info references.
6204 * gdb.cp/temargs.exp: Ditto.
6205 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6206 (get_compiler_info): Early exit if already computed. Set compiler_info
6207 to "unknown" if there was a problem.
6208 (test_compiler_info): Add function comment. Call get_compiler_info.
6209
35baa57f
DE
62102015-07-24 Doug Evans <dje@google.com>
6211
6212 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6213 (workers/%.worker, build-perf): New rule.
6214 (GDB_PERFTEST_MODE): New variable.
6215 (check-perf): Use it.
6216 (clean): Clean up gdb.perf parallel build subdirs.
6217 * lib/build-piece.exp: New file.
6218 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6219 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6220 name.
6221 (standard_temp_file): Ditto.
6222 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6223 of $GDB_PARALLEL.
6224
6ebea266
DE
62252015-07-24 Doug Evans <dje@google.com>
6226
6227 * lib/future.exp (gdb_default_target_compile): New option
6228 "early_flags".
6229 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6230 --as-needed.
6231
1e76a7e9
SDJ
62322015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6233
6234 * gdb.base/catch-syscall.exp: Call gdb_exit before
6235 gdb_skip_xml_test.
6236
5068630a
PA
62372015-07-24 Pedro Alves <palves@redhat.com>
6238
6239 * gdb.python/py-events.exp: Accept output between the stop event
6240 and the prompt.
6241 * gdb.python/py-evsignal.exp: Likewise.
6242 * gdb.python/py-evthreads.exp: Likewise.
6243
77598427
PA
62442015-07-24 Pedro Alves <palves@redhat.com>
6245
6246 PR gdb/18717
6247 * gdb.threads/non-ldr-exit.c: New file.
6248 * gdb.threads/non-ldr-exit.exp: New file.
6249
11e6c98f
YQ
62502015-07-24 Yao Qi <yao.qi@linaro.org>
6251
6252 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6253 restarting process.
6254
51aee833
YQ
62552015-07-24 Yao Qi <yao.qi@linaro.org>
6256
6257 * gdb.server/ext-restart.exp: New file.
6258
8cfe207c
YQ
62592015-07-24 Yao Qi <yao.qi@linaro.org>
6260
6261 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6262 argument options.
6263 * gdb.server/ext-wrapper.exp: New file.
6264
cc12ce38
DE
62652015-07-23 Doug Evans <dje@google.com>
6266
6267 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6268 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6269
d0d84780
PMR
62702015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6271
6272 * gdb.ada/var_arr_typedef.exp: New testcase.
6273 * gdb.ada/var_arr_typedef/pack.adb: New file.
6274 * gdb.ada/var_arr_typedef/pack.ads: New file.
6275 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6276
8b558f79
JB
62772015-07-20 Joel Brobecker <brobecker@adacore.com>
6278
6279 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6280
775a3298
JK
62812015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6282
6283 * gdb.arch/i386-biarch-core.exp: Replace istarget
6284 by "complete set gnutarget". Remove expectation for the "core-file"
6285 command.
6286
db1ff28b
JK
62872015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6288
6289 Revert the previous commit:
6290 Tests for validate symbol file using build-id.
6291
0a94970d
JK
62922015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6293
6294 Tests for validate symbol file using build-id.
6295 * gdb.base/solib-mismatch-lib.c: New file.
6296 * gdb.base/solib-mismatch-libmod.c: New file.
6297 * gdb.base/solib-mismatch.c: New file.
6298 * gdb.base/solib-mismatch.exp: New file.
6299
03346981
SL
63002015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6301
6302 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6303 nios2-*-linux*.
6304 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6305 * gdb.base/siginfo.exp: Likewise.
6306 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6307
42422cc7
PL
63082015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6309
6310 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6311 Move it to ...
6312 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6313 ... here.
6314 * gdb.trace/range-stepping.exp: Check that the target supports
6315 range stepping.
6316
cfa68bae
JK
63172015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6318
6319 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6320
8ffdba26
PA
63212015-07-14 Pedro Alves <palves@redhat.com>
6322
6323 * gdb.base/killed-outside.exp: New file.
6324 * gdb.base/killed-outside.c: New file.
6325
218a5a11
JK
63262015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6327
6328 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6329 (n at main): New.
6330 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6331
e03ed3c6
AA
63322015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6333
6334 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6335 infcall tests instead of setting up for KFAIL.
6336
485668e5
MM
63372015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6338
6339 * gdb.btrace/record_goto-step.exp: New.
6340
08464196
JK
63412015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6342
6343 PR compile/18484
6344 * gdb.compile/compile.c (struct struct_type): Add volatile to
6345 selffield's type.
6346 * gdb.compile/compile.exp
6347 (compile code struct_object.selffield = &struct_object): Skip further
6348 struct_object tests if this one xfails.
6349
bcf5c1d9
RC
63502015-07-08 Robert O'Callahan <robert@ocallahan.org>
6351
6352 PR exp/18617
6353 * gdb.trace/ax.exp: Add test.
6354
4931af25
YQ
63552015-07-07 Yao Qi <yao.qi@linaro.org>
6356
6357 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6358 instead of istarget "aarch64*-*-*".
6359 * gdb.arch/aarch64-fp.exp: Likewise.
6360 * gdb.base/float.exp: Likewise.
6361 * gdb.reverse/aarch64.exp: Likewise.
6362 * lib/gdb.exp (is_aarch64_target): New proc.
6363
9fcf688e
YQ
63642015-07-07 Yao Qi <yao.qi@linaro.org>
6365
6366 * lib/gdb.exp (is_aarch32_target): New proc.
6367 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6368 instead of "istarget "arm*-*-*"".
6369 * gdb.arch/arm-disp-step.exp: Likewise.
6370 * gdb.arch/thumb-bx-pc.exp: Likewise.
6371 * gdb.arch/thumb-prologue.exp: Likewise.
6372 * gdb.arch/thumb-singlestep.exp: Likewise.
6373 * gdb.base/disp-step-syscall.exp: Likewise.
6374 * gdb.base/float.exp: Likewise.
6375
fbd8d50d
YQ
63762015-07-07 Yao Qi <yao.qi@linaro.org>
6377
6378 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6379 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6380
71be1fdc
YQ
63812015-07-07 Yao Qi <yao.qi@linaro.org>
6382
6383 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6384 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6385 if it exists.
6386 * gdb.multi/multi-arch.exp: Likewise.
6387
3e221d36
SM
63882015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6389
6390 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6391 print.
6392
d441430b
YQ
63932015-07-07 Yao Qi <yao.qi@linaro.org>
6394
6395 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6396
06f810bd
MG
63972015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6398
6399 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6400 '[' and ']' characters.
6401
5e61e7c0
IB
64022015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6403
6404 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6405
28bf096c
PA
64062015-06-29 Pedro Alves <palves@redhat.com>
6407
6408 PR threads/18127
6409 * gdb.threads/hand-call-new-thread.c: New file.
6410 * gdb.threads/hand-call-new-thread.c: New file.
6411
ee93cd5e
KS
64122015-06-26 Keith Seitz <keiths@redhat.com>
6413 Doug Evans <dje@google.com>
6414
6415 PR 16253
6416 * gdb.cp/var-tag-2.cc: New file.
6417 * gdb.cp/var-tag-3.cc: New file.
6418 * gdb.cp/var-tag-4.cc: New file.
6419 * gdb.cp/var-tag.cc: New file.
6420 * gdb.cp/var-tag.exp: New file.
6421
fc637f04
PP
64222015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6423
6424 * gdb.base/history-duplicates.exp: New test.
6425
2e52ae68
PP
64262015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6427
6428 * gdb.base/completion.exp: Test the completion of the "focus"
6429 command.
6430
6e22494e
JK
64312015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6432
6433 * gdb.arch/amd64-prologue-skip.S: New file.
6434 * gdb.arch/amd64-prologue-skip.exp: New file.
6435
bf7b9cd9
SM
64362015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6437
6438 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6439 is_address_zero_readable check.
6440
201e8dfd
PB
64412015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6442
6443 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6444 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6445
5cd867b4
YQ
64462015-06-24 Yao Qi <yao.qi@linaro.org>
6447
6448 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6449 linux targets.
6450
4d7be007
YQ
64512015-06-24 Yao Qi <yao.qi@linaro.org>
6452
6453 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6454 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6455 * gdb.base/siginfo-thread.exp: Likewise.
6456
07fcd301
YQ
64572015-06-22 Yao Qi <yao.qi@linaro.org>
6458
6459 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6460
52042a00
YQ
64612015-06-22 Yao Qi <yao.qi@linaro.org>
6462
6463 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6464 aarch64*-*-*.
6465 (skip_hw_watchpoint_tests): Likewise.
6466
74bd41ce
PP
64672015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6468
6469 * gdb.base/gdbinit-history.exp: Test the interaction between
6470 setting GDBHISTSIZE and setting the history size via .gdbinit.
6471
bc460514
PP
64722015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6473
6474 PR gdb/16999
6475 * gdb.base/gdbhistsize-history.exp: New test.
6476
b58c513b
PP
64772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6478
6479 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6480 with GDBHISTSIZE.
6481 * gdb.base/readline.exp: Likewise.
6482
92046791
YQ
64832015-06-17 Yao Qi <yao.qi@linaro.org>
6484
6485 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6486 line.
6487
2093d2d3
PP
64882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6489
6490 * gdb.base/gdbinit-history.exp: Add test case to check that
6491 an unlimited history file does not get truncated on exit.
6492
e6c693af
AA
64932015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6494
6495 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6496 (VECTOR): New macro. Use it...
6497 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6498 ...for these typedefs.
6499 (int8, char1, int1, double1): New typedefs.
6500 (struct just_int2, struct two_int2): New structures.
6501 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6502 (add_structvecs, add_singlevecs): New functions.
6503 (main): Call add_some_intvecs twice.
6504 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6505 the compile and exit upon failure. Try compiling for the "native"
6506 architecture. Test inferior function calls with vector arguments
6507 and vector return value handling with "finish" and "return".
6508
c74f7d1c
JT
65092015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6510
6511 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6512 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6513 PE file.
6514 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6515
98aa42ee
AT
65162015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6517
6518 PR breakpoints/16465
6519 * gdb.mi/mi-dprintf-pending.c: New file.
6520 * gdb.mi/mi-dprintf-pending.exp: New test.
6521 * gdb.mi/mi-dprintf-pendshr.c: New file.
6522
7d73c23c 65232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6524 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6525
6526 * gdb.arch/i386-mpx-map.c: New file.
6527 * gdb.arch/i386-mpx-map.exp: New File.
6528
65292015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6530
6531 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6532 * gdb.arch/i386-mpx.exp: Indentation fixed.
6533
65342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6535
6536 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6537 function and improved indentation.
6538 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6539 gdb_test_multiple. Added additional tests to skip the test.
6540
65412015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6542
6543 * gdb.arch/i386-avx512.c: Change path in include file.
6544 * gdb.arch/i386-avx512.exp: Change include dir path
6545 compilation flag.
6546 * gdb.arch/i386-mpx.c: Change path in include file.
6547 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6548 flag.
6549
d5eba19a
JK
65502015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6551
6552 * gdb.compile/compile-print.exp (compile print *vararray@3)
6553 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6554
7f361056
JK
65552015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6556
6557 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6558 (do not keep jit in memory): ... this.
6559 (expect 5): Change it to ...
6560 (expect no 5): ... this.
6561
3b462ec2
SM
65622015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6563
6564 PR gdb/15564
6565 * gdb.mi/mi-detach.exp: New file.
6566
e0619de6
JK
65672015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6568
6569 PR symtab/18392
6570 * gdb.arch/amd64-tailcall-self.S: New file.
6571 * gdb.arch/amd64-tailcall-self.c: New file.
6572 * gdb.arch/amd64-tailcall-self.exp: New file.
6573
e970cb34
DB
65742015-05-28 Don Breazeal <donb@codesourcery.com>
6575
6576 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6577 tests for remote targets by checking is_target_gdbserver.
6578
b2e2f908
DE
65792015-05-27 Doug Evans <dje@google.com>
6580
6581 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6582 * gdb.dwarf2/opaque-type-lookup.c: New file.
6583 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6584
82c7be31
DE
65852015-05-26 Doug Evans <dje@google.com>
6586
6587 * gdb.cp/iostream.cc: New file.
6588 * gdb.cp/iostream.exp: New file.
6589
b4f54984
DE
65902015-05-26 Doug Evans <dje@google.com>
6591
6592 * gdb.dwarf2/dw2-op-call.exp: Update.
6593 * gdb.dwarf2/dw4-sig-types.exp: Update.
6594 * gdb.dwarf2/implptr.exp: Update.
6595 * gdb.mi/mi-cmd-param-changed.exp: Update.
6596
4ea6efe9
DE
65972015-05-26 Doug Evans <dje@google.com>
6598
6599 * gdb.python/py-lazy-string.c: New file.
6600 * gdb.python/py-lazy-string.exp: New file.
6601 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6602 (main): Update. Add estring3.
6603 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6604 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6605
f6bb7db3
YQ
66062015-05-26 Omair Javaid <omair.javaid@linaro.org>
6607 Yao Qi <yao.qi@linaro.org>
6608
6609 * gdb.reverse/aarch64.c: New.
6610 * gdb.reverse/aarch64.exp: New.
6611
a81bfbd0
OJ
66122015-05-26 Omair Javaid <omair.javaid@linaro.org>
6613
25d49b86
PA
6614 * lib/gdb.exp (supports_process_record): Return true for
6615 aarch64*-linux*.
a81bfbd0
OJ
6616 (supports_reverse): Likewise.
6617
158bf1b4
PP
66182015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6619
6620 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6621 Use with_test_prefix.
6622
a0145030
AB
66232015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6624
6625 * gdb.base/completion.exp: Add test for completion of layout
6626 names.
6627
ebe3b578
AB
66282015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6629
6630 * lib/gdb.exp (skip_tui_tests): New proc.
6631 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6632
84204ed7
PA
66332015-05-19 Pedro Alves <palves@redhat.com>
6634
6635 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6636 Save the whole env array instead of just HOME. Unset HISTSIZE in
6637 the environment while testing. Restore whole environment
6638 afterwards.
6639
37442ce1
DE
66402015-05-16 Doug Evans <xdje42@gmail.com>
6641
6642 * gdb.guile/scm-ports.c: New file.
6643 * gdb.guile/scm-ports.exp: Add memory port tests.
6644
36de76f9
JK
66452015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6646
6647 * gdb.compile/compile-print.c: New file.
6648 * gdb.compile/compile-print.exp: New file.
6649
3a9558c4
JK
66502015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6651
6652 * gdb.compile/compile-ops.exp: Cast param to void.
6653 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6654 (compile code struct_object.selffield = &struct_object): Add xfail.
6655
aa715135
JG
66562015-05-15 Joel Brobecker <brobecker@adacore.com>
6657
6658 * gdb.ada/arr_enum_with_gap: New testcase.
6659
931e5bc3
JG
66602015-05-15 Joel Brobecker <brobecker@adacore.com>
6661
6662 * gdb.ada/byte_packed_arr: New testcase.
6663
9cd4d857
JB
66642015-05-15 Joel Brobecker <brobecker@adacore.com>
6665
6666 * gdb.ada/pckd_neg: New testcase.
6667
ebfd00d2
PP
66682015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6669
6670 PR gdb/17820
6671 * gdb.base/gdbinit-history.exp: New test.
6672 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6673 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6674
4c082a81
SC
66752015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6676
6677 * gdb.python/py-xmethods.cc: Enhance test case.
6678 * gdb.python/py-xmethods.exp: New tests.
6679 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6680 function.
6681 (B_indexoper): Likewise.
6682 (global_dm_list) : Add new xmethod worker functions.
6683
f7797074
SDJ
66842015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6685
6686 * gdb.base/coredump-filter.exp: Correctly unset
6687 "coredump_var_addr" array.
6688
a4674e4e
PA
66892015-05-08 Pedro Alves <palves@redhat.com>
6690
6691 * gdb.server/non-existing-program.exp: Unset spawn_id.
6692
df2eb078
SC
66932015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6694
6695 PR python/18291
6696 * gdb.python/py-xmethods.exp: Add tests.
6697
422349a3
YQ
66982015-05-08 Yao Qi <yao.qi@linaro.org>
6699
6700 PR gdb/18208
6701 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6702 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6703 function set_coredump_filter, and remove remote_exec call.
6704 Remove argument ipid. Callers update.
6705 (top level): Don't get inferior's PID.
6706
63fc80ce
AA
67072015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6708
6709 * gdb.base/watch_thread_num.exp: Skip test on targets without
6710 access watchpoints.
6711
80ad801e
PA
67122015-05-06 Pedro Alves <palves@redhat.com>
6713
6714 PR server/18081
6715 * gdb.server/non-existing-program.exp: New file.
6716
0fa7fe50
JB
67172015-05-05 Joel Brobecker <brobecker@adacore.com>
6718
6719 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6720
3ea89b92
PMR
67212015-05-05 Joel Brobecker <brobecker@adacore.com>
6722
6723 * gdb.ada/out_of_line_in_inlined: New testcase.
6724
87b8eff0
JB
67252015-05-05 Joel Brobecker <brobecker@adacore.com>
6726
6727 * gdb.ada/var_rec_arr: New testcase.
6728
5fccc635
YQ
67292015-04-30 Yao Qi <yao.qi@linaro.org>
6730
6731 * gdb.base/break-idempotent.exp: If
6732 skip_hw_watchpoint_multi_tests returns true, skip the tests
6733 on "rwatch" and "awatch".
6734
42d38f42
YQ
67352015-04-30 Yao Qi <yao.qi@linaro.org>
6736
6737 * gdb.base/relativedebug.exp: Invoke gdb command
6738 "info sharedlibrary", and if libc.so doesn't have debug info,
6739 skip the test.
6740
2ce1cdbf
DE
67412015-04-29 Doug Evans <dje@google.com>
6742
6743 * gdb.python/py-xmethods.exp: Add ptype tests.
6744 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6745 get_result_type method.
6746
f24a38c5
LM
67472015-04-29 Luis Machado <lgustavo@codesourcery.com>
6748
6749 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6750 the target does not support hardware watchpoints.
6751
ecbf2b3c
LM
67522015-04-29 Luis Machado <lgustavo@codesourcery.com>
6753
6754 * gdb.base/break-always.exp: Abort testing if writing to memory
6755 causes an error.
6756
34f5f757
DE
67572015-04-28 Doug Evans <dje@google.com>
6758
6759 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6760 * gdb.python/py-pp-registration.exp: ... here. New file.
6761 * gdb.python/py-pp-registration.c: New file.
6762 * gdb.python/py-pp-registration.py: New file.
6763
69b4374a
DE
67642015-04-28 Doug Evans <dje@google.com>
6765
6766 * gdb.python/py-bad-printers.c: New file.
6767 * gdb.python/py-bad-printers.py: New file.
6768 * gdb.python/py-bad-printers.exp: New file.
6769
59fb7612
SS
67702015-04-28 Sasha Smundak <asmundak@google.com>
6771
6772 * gdb.python/py-type.exp: New test.
6773
2631b16a
AW
67742015-04-28 Andy Wingo <wingo@igalia.com>
6775
6776 * gdb.python/py-parameter.exp:
6777 * gdb.guile/scm-parameter.exp: Escape the path that we are
6778 matching against, as it might contain characters that are special
6779 to regular expressions.
6780
460efde1
JB
67812015-04-27 Joel Brobecker <brobecker@adacore.com>
6782
6783 * gdb.ada/rec_comp: New testcase.
6784
2d369d8e
SDJ
67852015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6786
6787 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6788 before using it.
6789
cf75d6c3
AB
67902015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6791
6792 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6793 new tests for verilog output.
6794
8dbe7ca5
YQ
67952015-04-24 Yao Qi <yao.qi@linaro.org>
6796
6797 * boards/remote-gdbserver-on-localhost.exp: New file.
6798
4ef9fb2f
PA
67992015-04-23 Pedro Alves <palves@redhat.com>
6800
6801 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6802 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6803 "end of file", remove $inferior_spawn_id from the indirect list.
6804
0a803169
PA
68052015-04-23 Pedro Alves <palves@redhat.com>
6806
6807 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6808
749ef8f8
PA
68092015-04-23 Pedro Alves <palves@redhat.com>
6810
6811 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6812 on $any_spawn_id instead of only on $gdb_spawn_id.
6813
8aae4344
PM
68142015-04-21 Pierre Muller <muller@sourceware.org>
6815
6816 PR pascal/17815
6817 * lib/pascal.exp (gpc_compile): Add new option "class".
6818 (fpc_compile): Likewise.
6819 * gdb.pascal/case-insensitive-symbols.pas: New file.
6820 * gdb.pascal/case-insensitive-symbols.exp: New file.
6821
1586c8fb
GB
68222015-04-20 Gary Benson <gbenson@redhat.com>
6823
6824 * gdb.base/attach.exp: Fix three extended remote failures.
6825
1b6e6f5c
GB
68262015-04-17 Gary Benson <gbenson@redhat.com>
6827
6828 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6829 the main executable over the remote protocol.
6830
e797481d
PA
68312015-04-16 Pedro Alves <palves@redhat.com>
6832
6833 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6834 a new gdbserver if gdbserver_reconnect_p is set.
6835
1ca99c42
PA
68362015-04-16 Pedro Alves <palves@redhat.com>
6837
6838 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6839 is set, don't exit gdbserver.
6840
af9fd6f8
AA
68412015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6842
6843 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6844 appropriate .insn, such that an older assembler can be used.
6845 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6846 the z/Architecture instruction set on 31-bit targets as well.
6847
04ff1e61
AA
68482015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6849
6850 * gdb.go/handcall.exp: Remove all logic related to the first
6851 breakpoint and rely on go_runto_main instead.
6852 * gdb.go/strings.exp: Likewise.
6853 * gdb.go/unsafe.exp: Likewise.
6854 * gdb.go/hello.exp: Likewise. Also rename the remaining
6855 breakpoint marker to "breakpoint 1".
6856 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6857 * gdb.go/strings.go: Likewise.
6858 * gdb.go/unsafe.go: Likewise.
6859 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6860 "set breakpoint 2 here" and rename the remaining breakpoint marker
6861 to "breakpoint 1".
6862
40d2f8d6
SM
68632015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6864
6865 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6866 if itertools.imap is not present.
6867 * gdb.python/py-objfile.exp: Add parentheses.
6868 * gdb.python/py-type.exp: Same.
6869 * gdb.python/py-unwind-maint.py: Same.
6870
8cbc97c6
YQ
68712015-04-15 Yao Qi <yao.qi@linaro.org>
6872
6873 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6874 of ":$ptr_size" and set its form explicitly.
6875
45fd756c
YQ
68762015-04-15 Pedro Alves <palves@redhat.com>
6877 Yao Qi <yao.qi@linaro.org>
6878
6879 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6880 timeout by factor of 4.
6881 (test_regular_watch): Likewise.
6882 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6883 * gdb.reverse/sigall-reverse.exp: Likewise.
6884 * gdb.reverse/until-precsave.exp: Likewise.
6885 * lib/gdb.exp (with_timeout_factor): New proc.
6886 (gdb_expect): Move some code to ...
6887 (get_largest_timeout): ... here. New procedure.
6888
9e811bc3
LM
68892015-04-14 Luis Machado <lgustavo@codesourcery.com>
6890
6891 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6892
0ff6fcb2
LM
68932015-04-13 Luis Machado <lgustavo@codesourcery.com>
6894
6895 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6896 to write to the .text section.
6897
7578d5f7
LM
68982015-04-13 Luis Machado <lgustavo@codesourcery.com>
6899
6900 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6901 Handle the case of targets that do not provide PID information.
6902
2efe15c4
YQ
69032015-04-13 Yao Qi <yao.qi@linaro.org>
6904
6905 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6906 and use expect instead of gdb_expect.
6907
8cd8f2f8
SDJ
69082015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6909
6910 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6911 "coredump_var_addr" to avoid naming conflict with other testcases.
6912
9ee41772
PA
69132015-04-10 Pedro Alves <palves@redhat.com>
6914
6915 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6916 gdb_test_sequence and gdb_assert.
6917
07473109
PA
69182015-04-10 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6921 test messages that don't include the breakpoint address.
6922
de3db44c
YQ
69232015-04-10 Yao Qi <yao.qi@linaro.org>
6924
6925 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6926 false for some offset and width combinations which aren't
6927 supported by linux kernel.
6928
c79d856c
PA
69292015-04-10 Pedro Alves <palves@redhat.com>
6930
6931 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6932 procedure, factored out from ...
6933 (top level): ... here. Add "set displaced-stepping" testing axis.
6934 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6935 parameter "displaced". Use it.
6936 (top level): Use foreach and add "set displaced-stepping" testing
6937 axis.
6938
ebc90b50
PA
69392015-04-10 Pedro Alves <palves@redhat.com>
6940
6941 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6942 Remove comment.
6943 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6944 both the address of the instruction that triggers the watchpoint
6945 and the address of the instruction immediately after, and use
6946 those addresses for the test. Fix comment.
6947
8f572e5c
PA
69482015-04-10 Pedro Alves <palves@redhat.com>
6949
6950 * gdb.base/sigstep.exp (breakpoint_to_handler)
6951 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6952 Test "backtrace" in handler.
6953 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6954 (top level): Add new "displaced" test axis to
6955 breakpoint_to_handler, breakpoint_to_handler_entry and
6956 breakpoint_over_handler.
6957
8d707a12
PA
69582015-04-10 Pedro Alves <palves@redhat.com>
6959
6960 PR gdb/18216
6961 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6962
ef713951
YQ
69632015-04-10 Yao Qi <yao.qi@linaro.org>
6964
6965 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6966 (test_add_rn_pc): New function.
6967 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6968 (top level): Invoke test_add_rn_pc.
6969
906d60cf
PA
69702015-04-10 Pedro Alves <palves@redhat.com>
6971
6972 PR gdb/13858
6973 * gdb.base/step-over-no-symbols.exp: New file.
6974
f2983cc3
AW
69752015-04-09 Andy Wingo <wingo@igalia.com>
6976
6977 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6978 after the Python tests.
6979
6d62641c
SDJ
69802015-04-08 Keith Seitz <keiths@redhat.com>
6981
6982 PR python/16699
6983 * gdb.python/py-completion.exp: New tests for completion.
6984 * gdb.python/py-completion.py (CompleteLimit1): New class.
6985 (CompleteLimit2): Likewise.
6986 (CompleteLimit3): Likewise.
6987 (CompleteLimit4): Likewise.
6988 (CompleteLimit5): Likewise.
6989 (CompleteLimit6): Likewise.
6990 (CompleteLimit7): Likewise.
6991
f3770638
PA
69922015-04-08 Pedro Alves <palves@redhat.com>
6993
6994 PR gdb/18214
6995 PR gdb/18216
6996 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6997 function.
6998 (main): Install it as SIGUSR1 handler.
6999 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7000 parameter. Always use "setup" as prefix. Toggle "set
7001 displaced-stepping" off/on depending on global. Don't switch to
7002 thread 1 here.
7003 (top level): Add displaced stepping "off/on" test axis. Update
7004 "setup" calls. Wrap each subtest with with_test_prefix. Test
7005 continuing with a queued signal in each thread.
7006
4496bed7
PA
70072015-04-08 Pedro Alves <palves@redhat.com>
7008
7009 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7010 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7011 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7012 Return early if running to main fails.
7013 * gdb.trace/while-stepping.exp: Likewise.
7014
b97fde92
PA
70152015-04-07 Pedro Alves <palves@redhat.com>
7016
7017 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7018 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7019 interact with inferior program.
7020
f71c18e7
PA
70212015-04-07 Pedro Alves <palves@redhat.com>
7022
7023 * lib/gdb.exp (inferior_spawn_id): New global.
7024 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7025 spawn id after processing the user code.
7026 (default_gdb_start): Set inferior_spawn_id.
7027 (send_inferior): New procedure.
7028 * lib/gdbserver-support.exp (gdbserver_start): Set
7029 inferior_spawn_id.
7030 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7031
6423214f
PA
70322015-04-07 Pedro Alves <palves@redhat.com>
7033
7034 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7035 * lib/gdbserver-support.exp (gdbserver_start): Make
7036 $server_spawn_id global.
7037 (gdbserver_start): Don't wait for gdbserver's spawn id with
7038 expect_background.
7039 (close_gdbserver): New procedure.
7040 (gdb_exit): Rename the default version and reimplement.
7041
71c0ee8c
PA
70422015-04-07 Pedro Alves <palves@redhat.com>
7043
72f4393d 7044 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7045 append the substituted item, not the original item.
7046
203bc29b
PA
70472015-04-07 Pedro Alves <palves@redhat.com>
7048
7049 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7050 gdb_expect.
7051
508a3ddf
PA
70522015-04-07 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7055 output appearing once only.
7056
9f6dbe2b
PA
70572015-04-07 Pedro Alves <palves@redhat.com>
7058
7059 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7060 that doesn't expect anything. Return early if running to main
7061 fails.
7062
337532fa
YQ
70632015-04-07 Yao Qi <yao.qi@linaro.org>
7064
7065 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7066 (child_function): Call alarm.
7067 (main): Move call to alarm into the loop.
7068 * gdb.threads/non-stop-fair-events.exp: Build program with
7069 -DTIMEOUT=$timeout.
7070
01b622d4
DE
70712015-04-06 Doug Evans <xdje42@gmail.com>
7072
7073 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7074 Fix dest parameter to board_info.
7075 (fpc_compile): Ditto.
7076 (gdb_compile_pascal): Rename dest arg to destfile.
7077
961f4160
PMR
70782015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7079
7080 * gdb.ada/funcall_ref.exp: New file.
7081 * gdb.ada/funcall_ref/foo.adb: New file.
7082
cafda597
YQ
70832015-04-02 Yao Qi <yao.qi@linaro.org>
7084
7085 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7086 is remote.
7087
fed040c6
GB
70882015-04-02 Gary Benson <gbenson@redhat.com>
7089
7090 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7091
d11916aa
SS
70922015-04-01 Sasha Smundak <asmundak@google.com>
7093
7094 * gdb.python/py-unwind-maint.c: New file.
7095 * gdb.python/py-unwind-maint.exp: New test.
7096 * gdb.python/py-unwind-maint.py: New file.
7097 * gdb.python/py-unwind.c: New file.
7098 * gdb.python/py-unwind.exp: New test.
7099 * gdb.python/py-unwind.py: New test.
7100
a1471180
PA
71012015-04-01 Pedro Alves <palves@redhat.com>
7102
7103 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7104 to fail instead of non-existent $test.
7105
0bbeccb1
PA
71062015-04-01 Pedro Alves <palves@redhat.com>
7107
7108 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7109 GDBFLAGS if not empty.
7110
3c724c8c
PMR
71112015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7112
7113 * gdb.ada/complete.exp: Remove "multi_line".
7114 * gdb.ada/info_exc.exp: Remove "multi_line".
7115 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7116 * gdb.ada/ptype_field.exp: Remove "multi_line".
7117 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7118 * gdb.ada/tagged.exp: Remove "multi_line".
7119 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7120 [multi_line ...]
7121 * gdb.btrace/delta.exp: Likewise.
7122 * gdb.btrace/exception.exp: Likewise.
7123 * gdb.btrace/function_call_history.exp: Likewise.
7124 * gdb.btrace/instruction_history.exp: Likewise.
7125 * gdb.btrace/nohist.exp: Likewise.
7126 * gdb.btrace/record_goto.exp: Likewise.
7127 * gdb.btrace/segv.exp: Likewise.
7128 * gdb.btrace/stepi.exp: Likewise.
7129 * gdb.btrace/tailcall.exp: Likewise.
7130 * gdb.btrace/unknown_functions.exp: Likewise.
7131 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7132 * lib/gdb.exp: Add the "multi_line" helper.
7133
4eec2deb
PA
71342015-04-01 Pedro Alves <palves@redhat.com>
7135
7136 * gdb.threads/tid-reuse.c: New file.
7137 * gdb.threads/tid-reuse.exp: New file.
7138
df8411da
SDJ
71392015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7140
7141 PR corefiles/16092
7142 * gdb.base/coredump-filter.c: New file.
7143 * gdb.base/coredump-filter.exp: Likewise.
7144
6ef37366
PM
71452015-03-27 Petr Machata <pmachata@redhat.com>
7146
7147 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7148 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7149 (Dwarf::assemble): Initialize them.
7150 (Dwarf::lines): New function.
7151
7ec911b0
JT
71522015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7153
7154 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7155 SYMBOL_PREFIX for x86_64-*-cygwin.
7156
ff908ebf
AW
71572015-03-26 Andy Wingo <wingo@igalia.com>
7158
7159 PR symtab/18148
7160 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7161 const_value but not a location.
7162 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7163 location defined in non-main CUs are visible.
7164
6d5f0679
YQ
71652015-03-26 Yao Qi <yao.qi@linaro.org>
7166
7167 PR testsuite/18139
7168 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7169 Add a line number entry for the same line.
7170 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7171 Add a line number entry for the same line.
7172
2898689b
YQ
71732015-03-26 Yao Qi <yao.qi@linaro.org>
7174
7175 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7176 .int 0.
7177 (func): Likewise. Add .Lfunc_1 label.
7178 Use .Lfunc_1 label.
7179 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7180 .int 0.
7181 (func): Likewise.
7182 Use .Lfunc_1 label.
7183
85180498
YQ
71842015-03-26 Yao Qi <yao.qi@linaro.org>
7185
7186 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7187 Call gdb_compile instead to compile each .s files without debug
7188 information.
7189
8aa08a8d
YQ
71902015-03-26 Yao Qi <yao.qi@linaro.org>
7191
7192 * gdb.base/savedregs.exp (process_saved_regs): Make
7193 "Saved registers:" optional in the pattern.
7194
66849923
MM
71952015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7196
7197 * gdb.btrace/next.exp: Merged into step.exp.
7198 * gdb.btrace/finish.exp: Merged into step.exp.
7199 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7200 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7201 "record goto" and checking the exact replay position.
7202 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7203 check for "Recording format" in "info record" output.
7204 * gdb.btrace/record_goto.exp: Choose test file based on target.
7205 * gdb.btrace/x86-record_goto.S: Renamed into ...
7206 * gdb.btrace/x86_64-record_goto.S: ... this.
7207 * gdb.btrace/i686-record_goto.S: New.
7208 * gdb.btrace/x86-tailcall.S: Renamed into ...
7209 * gdb.btrace/x86_64-tailcall.S: ... this.
7210 * gdb.btrace/i686-tailcall.S: New.
7211 * gdb.btrace/x86-tailcall.c: Renamed into ...
7212 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7213 separate statements. Update test.
7214 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7215 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7216 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7217 * gdb.btrace/tailcall.exp: Choose test file based on target.
7218 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7219
11cc1b74
MM
72202015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7221
7222 * gdb.btrace/exception.exp: Increase BTS buffer size.
7223
a25d8bf9
PA
72242015-03-24 Pedro Alves <palves@redhat.com>
7225
7226 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7227
856e7dd6
PA
72282015-03-24 Pedro Alves <palves@redhat.com>
7229
7230 * gdb.threads/schedlock.exp (test_step): No longer expect that
7231 "set scheduler-locking step" with "next" over a function call runs
7232 threads unlocked.
7233
ad235a41
AT
72342015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7235
7236 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7237
15630549
AT
72382015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7239
7240 PR breakpoints/16466
7241 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7242 * gdb.mi/mi-pending.c (thread_func): New function.
7243 (int main): Add threading support required.
7244 * gdb.mi/mi-pending.exp: Add tests for this issue.
7245 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7246 (pendfunc2): Remove stdio dependency.
7247 * gdb.mi/mi-pendshr2.c: New file.
7248
693dca06
KS
72492015-03-23 Keith Seitz <keiths@redhat.com>
7250
7251 * gdb.linespec/keywords.c: New file.
7252 * gdb.linespec/keywords.exp: New file.
7253
7e993ebf
KS
72542015-03-23 Keith Seitz <keiths@redhat.com>
7255
7256 PR gdb/18021
7257 * gdb.dwarf2/staticvirtual.exp: New test.
7258
bc23328c
JK
72592015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7260
7261 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7262 * README: Remove HP-UX and gdb.hp.
7263 (configuration):
7264 * configure: Regenerate.
7265 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7266 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7267 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7268 gdb.hp/gdb.defects/Makefile.
7269 * gdb.hp/Makefile.in: File deleted.
7270 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7271 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7272 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7273 * gdb.hp/gdb.aCC/run.c: File deleted.
7274 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7275 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7276 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7277 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7278 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7279 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7280 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7281 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7282 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7283 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7284 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7285 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7286 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7287 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7288 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7289 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7290 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7291 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7292 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7293 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7294 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7295 * gdb.hp/gdb.compat/average.c: File deleted.
7296 * gdb.hp/gdb.compat/sum.c: File deleted.
7297 * gdb.hp/gdb.compat/xdb.c: File deleted.
7298 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7299 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7300 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7301 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7302 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7303 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7304 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7305 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7306 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7307 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7308 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7309 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7310 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7311 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7312 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7313 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7314 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7315 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7316 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7317 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7318 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7319 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7320 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7321 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7322 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7323 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7324 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7325 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7326 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7327 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7328 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7329 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7330 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7331 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7332 * gdb.hp/tools/odump: File deleted.
7333
8bf3b159
PA
73342015-03-19 Pedro Alves <palves@redhat.com>
7335
7336 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7337 (saw_thread_3): New globals.
7338 (top level): Increment them when an event for the corresponding
7339 thread is seen.
7340 (no thread starvation): New test.
7341
eb54c8bf
PA
73422015-03-19 Pedro Alves <palves@redhat.com>
7343
7344 * gdb.threads/continue-pending-status.c: New file.
7345 * gdb.threads/continue-pending-status.exp: New file.
7346
32d2e5d6
PA
73472015-03-18 Pedro Alves <palves@redhat.com>
7348
7349 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7350 Use gdb_is_target_remote instead of is_remote. Use
7351 gdb_test_multiple instead of gdb_expect. Exit early if
7352 gdb_test_multiple hits its internal matches. Tighten stepi tests
7353 expected output. Fail on exit with any signal, instead of just
7354 SIGILL.
7355
f68f11b7
YQ
73562015-03-18 Yao Qi <yao.qi@linaro.org>
7357
7358 PR tdep/18107
7359 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7360 variable.
7361 * gdb.base/catch-syscall.exp: Don't skip it on
7362 aarch64*-*-linux* target. Remove elements in all_syscalls.
7363 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7364 target.
7365 (setup_all_syscalls): New proc.
7366
ca5fd19b
YQ
73672015-03-16 Yao Qi <yao.qi@linaro.org>
7368
7369 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7370 (top level): Skip tests if valid_addr_p returns false for
7371 $cmd1 or $cmd2.
7372
85642ba0
AW
73732015-03-11 Andy Wingo <wingo@igalia.com>
7374
7375 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7376
e03f9645
YQ
73772015-03-11 Yao Qi <yao.qi@linaro.org>
7378
7379 * gdb.base/catch-syscall.exp: Fix typo in comments.
7380
5d0962b2
YQ
73812015-03-11 Yao Qi <yao.qi@linaro.org>
7382
7383 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7384
b2df3cef
PA
73852015-03-09 Pedro Alves <palves@redhat.com>
7386
7387 * dg-extract-results.py: Delete.
7388
ef878e53
PA
73892015-03-09 Pedro Alves <palves@redhat.com>
7390
7391 Merge dg-extract-results.sh from GCC upstream (r218843).
7392
7393 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7394 * dg-extract-results.sh: Use --text with grep to avoid issues with
7395 binary files. Fall back to cat -v, if that doesn't work.
7396
9494d219
PA
73972015-03-05 Pedro Alves <palves@redhat.com>
7398
7399 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7400
a8d9763a
SM
74012015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7402
7403 * lib/mi-support.exp (mi_expect_interrupt): Accept
7404 alternative event for when in all-stop mode.
7405
be9957b8
PA
74062015-03-04 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7409
d57be0f4 74102015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7411
7412 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7413
c214c7cf
AA
74142015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7415
7416 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7417 regexps for GDB's current line display, accept a hex address
7418 preceding the line number.
7419
6d74a497
AA
74202015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7421
7422 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7423 the 'arch1' variable for "s390*-linux*" targets.
7424
511aee7c
PA
74252015-03-04 Pedro Alves <palves@redhat.com>
7426
7427 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7428 (main): Pass missing retval argument to pthread_join call.
7429
95e50b27
PA
74302015-03-02 Pedro Alves <palves@redhat.com>
7431
7432 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7433 (top level): Call do_test with non-stop as well.
7434
28054d69
PA
74352015-03-02 Pedro Alves <palves@redhat.com>
7436
7437 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7438 -1.
7439
4fa5d7b4
AA
74402015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7441
7442 * gdb.arch/s390-vregs.exp: New test.
7443 * gdb.arch/s390-vregs.S: New file.
7444
97c18565
PA
74452015-02-27 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7448 call to catch_command_errors.
7449 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7450 catch_command_errors.
7451
a37bfa30
PA
74522015-02-27 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7455 "true" for boolean result.
7456 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7457 prototype of main.
7458
6f98576f
PA
74592015-02-27 Pedro Alves <palves@redhat.com>
7460
7461 * lib/unbuffer_output.c: New file.
7462 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7463 (main): Call gdb_unbuffer_output.
7464
eba5ab56
YQ
74652015-02-27 Yao Qi <yao.qi@linaro.org>
7466
7467 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7468 target.
7469
0def5aaa
DE
74702015-02-26 Doug Evans <dje@google.com>
7471
7472 * gdb.cp/class2.cc (Dbase, D): New classes.
7473 (main): New local delta.
7474 * gdb.cp/class2.exp: Test printing delta.
7475 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7476 (dynbar): New global.
7477 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7478
081a1c2c
JK
74792015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7480
7481 * gdb.compile/compile-ifunc.c: New file.
7482 * gdb.compile/compile-ifunc.exp: New file.
7483
2f41223f
AT
74842015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7485
7486 * gdb.base/structs.exp: Check for correct struct on finish.
7487
03eddd80
YQ
74882015-02-26 Yao Qi <yao.qi@linaro.org>
7489
7490 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7491 is zero.
7492
80c57053
JK
74932015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7494
7495 * gdb.arch/cordic.ko.bz2: New file.
7496 * gdb.arch/cordic.ko.debug.bz2: New file.
7497 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7498
21613c12
YQ
74992015-02-25 Yao Qi <yao.qi@linaro.org>
7500
7501 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7502 aarch64*-*-* target.
7503
d8b901ed
PA
75042015-02-23 Pedro Alves <palves@redhat.com>
7505
7506 * lib/gdb.exp (delete_breakpoints): Rewrite using
7507 gdb_test_multiple.
7508
e5b85ead
PA
75092015-02-23 Pedro Alves <palves@redhat.com>
7510
7511 * gdb.base/info-os.c: Include stdlib.h.
7512
85c3a371
DE
75132015-02-22 Doug Evans <xdje42@gmail.com>
7514
7515 PR symtab/17855
7516 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7517 is read after symbols have been re-read.
7518 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7519 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7520
96553a0c
DE
75212015-02-21 Doug Evans <dje@google.com>
7522
7523 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7524
97a0c697
JK
75252015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7526
7527 PR corefiles/17808
7528 * gdb.arch/i386-biarch-core.core.bz2: New file.
7529 * gdb.arch/i386-biarch-core.exp: New file.
7530
a47cd6e9
PA
75312015-02-21 Pedro Alves <palves@redhat.com>
7532
7533 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7534 runto_main fails.
7535
c5facdc4
PA
75362015-02-20 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7539 info probes.
7540
2db9a427
PA
75412015-02-20 Pedro Alves <palves@redhat.com>
7542
7543 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7544
60fb7e9e
PA
75452015-02-20 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7548 clean_restart before gdb_target_supports_trace.
7549
5c5019c2
PA
75502015-02-20 Pedro Alves <palves@redhat.com>
7551
7552 PR threads/18006
7553 * gdb.threads/clone-thread_db.c: New file.
7554 * gdb.threads/clone-thread_db.exp: New file.
7555
c9587f88
AT
75562015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7557
7558 PR breakpoints/16812
7559 * gdb.base/catch-gdb-caused-signals.c: New file.
7560 * gdb.base/catch-gdb-caused-signals.exp: New file.
7561
f6a88844
JM
75622015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7563
7564 * configure: Regenerated.
7565 * configure.ac: Use GDB_AC_TRANSFORM.
7566 * aclocal.m4: sinclude ../transform.m4.
7567
497c491b
JM
75682015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7569
7570 * lib/dtrace.exp: New file.
7571 * gdb.base/dtrace-probe.exp: Likewise.
7572 * gdb.base/dtrace-probe.d: Likewise.
7573 * gdb.base/dtrace-probe.c: Likewise.
7574 * lib/pdtrace.in: Likewise.
7575 * configure.ac: Output variables with the transformed names of
7576 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7577 * configure: Regenerated.
7578
03e98035
JM
75792015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7580
7581 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7582 expected message when trying to access $_probe_* convenience
7583 variables while not on a probe.
7584
63cc30e9
JK
75852015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7586
7587 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7588
0703599a
PA
75892015-02-11 Pedro Alves <pedro@codesourcery.com>
7590
7591 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7592 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7593
7e60a48e
DE
75942015-02-10 Doug Evans <xdje42@gmail.com>
7595
7596 * lib/gdb.exp (gdb_load): Always return a result.
7597
01b088bc
PA
75982015-02-10 Pedro Alves <palves@redhat.com>
7599
7600 * gdb.threads/signal-sigtrap.c: New file.
7601 * gdb.threads/signal-sigtrap.exp: New file.
7602
b05ec7a5
AT
76032015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7604
7605 * gdb.trace/no-attach-trace.c: New file.
7606 * gdb.trace/no-attach-trace.exp: New file.
7607
a2c2acaf
MW
76082015-02-09 Mark Wielaard <mjw@redhat.com>
7609
7610 * gdb.dwarf2/atomic.c: New file.
7611 * gdb.dwarf2/atomic-type.exp: Likewise.
7612
31fd9caa
MM
76132015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7614
7615 * gdb.btrace/buffer-size.exp: Update "info record" output.
7616 * gdb.btrace/delta.exp: Update "info record" output.
7617 * gdb.btrace/enable.exp: Update "info record" output.
7618 * gdb.btrace/finish.exp: Update "info record" output.
7619 * gdb.btrace/instruction_history.exp: Update "info record" output.
7620 * gdb.btrace/next.exp: Update "info record" output.
7621 * gdb.btrace/nexti.exp: Update "info record" output.
7622 * gdb.btrace/step.exp: Update "info record" output.
7623 * gdb.btrace/stepi.exp: Update "info record" output.
7624 * gdb.btrace/nohist.exp: Update "info record" output.
7625
d33501a5
MM
76262015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7627
7628 * gdb.btrace/buffer-size: New.
7629
f4abbc16
MM
76302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7631
7632 * gdb.btrace/delta.exp: Update "info record" output.
7633 * gdb.btrace/enable.exp: Update "info record" output.
7634 * gdb.btrace/finish.exp: Update "info record" output.
7635 * gdb.btrace/instruction_history.exp: Update "info record" output.
7636 * gdb.btrace/next.exp: Update "info record" output.
7637 * gdb.btrace/nexti.exp: Update "info record" output.
7638 * gdb.btrace/step.exp: Update "info record" output.
7639 * gdb.btrace/stepi.exp: Update "info record" output.
7640 * gdb.btrace/nohist.exp: Update "info record" output.
7641
b9d61307
SM
76422015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7643
7644 PR gdb/15678
7645 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7646
e584fdbc
PA
76472015-02-06 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7650 macro.
7651 (seconds_left, again): New globals.
7652 (main): Wait seconds_left in a 1-second sleep loop instead of
7653 sleeping 180 seconds. If 'again' is set, reset the seconds
7654 counter.
7655 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7656 'again' in the inferior before detaching. Print the seconds left.
7657 (options): New global.
7658 (top level): Build program with -DTIMEOUT=$timeout.
7659
77f41761
PA
76602015-02-06 Pedro Alves <palves@redhat.com>
7661
7662 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7663 determine how many seconds to pass to 'alarm'.
7664 * gdb.base/gdb-sigterm.exp (top level): Build program with
7665 -DTIMEOUT=$timeout.
7666 (do_test): Return success/failure indication. Add more verbose
7667 logging. Don't fail if 200 single steps are seen. Instead, fail
7668 when the test times out.
7669 (passes): New global.
7670 (top level): Break the testing loop if testing fails on any
7671 iteration. Use gdb_assert.
7672
b9394193
DB
76732015-02-04 Don Breazeal <donb@codesourcery.com>
7674
7675 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7676 and initialize them.
7677 (ipc_cleanup): New function.
7678 (main): Don't declare shmid, semid, and msqid. Add a call to
7679 atexit so that we call ipc_cleanup on exit.
7680
42d9e528
PA
76812015-02-04 Pedro Alves <palves@redhat.com>
7682
7683 * boards/native-extended-gdbserver.exp: Remove any target variant
7684 specifications from the board name before clearing the isremote
7685 flag from board_info.
7686
ae6ae975
DE
76872015-01-31 Doug Evans <xdje42@gmail.com>
7688
7689 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7690
cfb069a8
GB
76912015-01-31 Gary Benson <gbenson@redhat.com>
7692
7693 * gdb.base/completion.exp: Disable completion limiting for
7694 existing tests. Add new tests to check completion limiting.
7695 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7696
5dd31d79
DE
76972015-01-31 Doug Evans <xdje42@gmail.com>
7698
7699 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7700
9f050062
DE
77012015-01-31 Doug Evans <xdje42@gmail.com>
7702
7703 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7704 entries. Duplicate file section script entries.
7705 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7706 inlined entries. Add test for safe-path rejection.
7707 * gdb.python/py-section-script.c: Add duplicate inlined section script
7708 entries. Duplicate file section script entries.
7709 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7710 inlined entries. Add test for safe-path rejection.
7711
df25ebbd
JB
77122015-01-29 Joel Brobecker <brobecker@adacore.com>
7713
7714 * gdb.ada/disc_arr_bound: New testcase.
7715
4a0ca9ec
JB
77162015-01-29 Joel Brobecker <brobecker@adacore.com>
7717
7718 * gdb.ada/mi_var_array: New testcase.
7719
3a8b707a
DE
77202015-01-27 Doug Evans <dje@google.com>
7721
7722 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7723 Add test for objfile.filename, objfile.username after objfile
7724 has been unloaded.
7725
f8313f6e
JB
77262015-01-26 Joel Brobecker <brobecker@adacore.com>
7727
7728 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7729 the second test to print the name attribute of value
7730 returned by the call to gdb.lookup_type, and adjust
7731 the expected output accordingly.
7732
37bc665e
MW
77332015-01-25 Mark Wielaard <mjw@redhat.com>
7734
7735 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7736 * gdb.base/disp-step-fork.c: Include unistd.h.
7737 * gdb.base/siginfo-obj.c: Include stdio.h.
7738 * gdb.base/siginfo-thread.c: Likewise.
7739 * gdb.mi/non-stop.c: Include unistd.h.
7740 * gdb.mi/nsthrexec.c: Include stdio.h.
7741 * gdb.mi/pthreads.c: Include unistd.h.
7742 * gdb.modula2/unbounded1.c (main): Declare returns int.
7743 * gdb.reverse/consecutive-reverse.c: Likewise.
7744 * gdb.threads/create-fail.c: Include unistd.h.
7745 * gdb.threads/killed.c: Likewise.
7746 * gdb.threads/linux-dp.c: Likewise.
7747 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7748 * gdb.threads/non-ldr-exc-2.c: Likewise.
7749 * gdb.threads/non-ldr-exc-3.c: Likewise.
7750 * gdb.threads/non-ldr-exc-4.c: Likewise.
7751 * gdb.threads/pthreads.c: Include unistd.h.
7752 (main): Declare returns int.
7753 * gdb.threads/tls-main.c (foo): New declaration.
7754 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7755
f7e5394d
SM
77562015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7757
7758 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7759 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7760
743649fd
MW
77612015-01-15 Mark Wielaard <mjw@redhat.com>
7762
7763 * gdb.base/noreturn-return.c: New file.
7764 * gdb.base/noreturn-return.exp: New file.
7765 * gdb.base/noreturn-finish.c: New file.
7766 * gdb.base/noreturn-finish.exp: New file.
7767
198297aa
PA
77682015-01-23 Pedro Alves <palves@redhat.com>
7769
7770 * gdb.threads/continue-pending-after-query.c: New file.
7771 * gdb.threads/continue-pending-after-query.exp: New file.
7772
717cf30c
AG
77732015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7774 Simon Marchi <simon.marchi@ericsson.com>
7775
7776 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7777 * gdb.base/valgrind-db-attach.exp: Same.
7778 * gdb.base/valgrind-infcall.exp: Same.
7779 * lib/mi-support.exp (default_mi_gdb_start): Same.
7780 * lib/prompt.exp (default_prompt_gdb_start): Same.
7781 * lib/gdb.exp (default_gdb_spawn): Same.
7782 (gdb_interact): New.
7783
7784
4b62a76e
JK
77852015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7786
7787 * gdb.compile/compile.exp (pointer to jit function): New test.
7788
b4cdae6f
WW
77892015-01-17 Wei-cheng Wang <cole945@gmail.com>
7790
7791 * lib/gdb.exp (supports_process_record): Return true for
7792 powerpc*-*-linux*.
7793 (supports_reverse): Likewise.
7794
d221e7ef
DB
77952015-01-15 Don Breazeal <donb@codesourcery.com>
7796
7797 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7798 instead of checking whether the target board is remote and
7799 use spawn_wait_for_attach instead of exec/sleep.
7800 * gdb.base/attach-twice.exp: Likewise.
7801
bafffb51
JB
78022015-01-15 Joel Brobecker <brobecker@adacore.com>
7803
7804 * gdb.ada/var_arr_attrs: New testcase.
7805
5589af0e
PA
78062015-01-14 Pedro Alves <palves@redhat.com>
7807 Joel Brobecker <brobecker@adacore.com>
7808
7809 PR gdb/17525
7810 * gdb.base/bp-cmds-execution-x-script.c: New file.
7811 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7812 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7813
6c400b59
PA
78142015-01-14 Pedro Alves <palves@redhat.com>
7815
7816 PR cli/17828
7817 * gdb.base/batch-preserve-term-settings.c: New file.
7818 * gdb.base/batch-preserve-term-settings.exp: New file.
7819
e02c96a7
DE
78202015-01-13 Doug Evans <dje@google.com>
7821
7822 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7823 binary.
7824
576fd14c
JB
78252015-01-13 Joel Brobecker <brobecker@adacore.com>
7826
7827 * Makefile.in (clean mostlyclean): Do not delete *.py.
7828
04dccad0
JB
78292015-01-13 Joel Brobecker <brobecker@adacore.com>
7830
7831 * gdb.python/py-lookup-type.exp: New file.
7832
3d230f71
PA
78332015-01-12 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7836 restore GDBFLAGS before returning.
7837
7e67715d
JK
78382015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7839
7840 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7841 is_amd64_regs_target and is_x86_like_target.
7842
f2e0d4b4
DE
78432015-01-11 Doug Evans <xdje42@gmail.com>
7844
7845 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7846 is given without an explicit form.
7847 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7848 attributes.
7849 * gdb.dwarf/corrupt.exp: Ditto.
7850 * gdb.dwarf2/enum-type.exp: Ditto.
7851 * gdb.trace/entry-values.exp: Ditto.
7852 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7853
439250fb
DE
78542015-01-11 Doug Evans <xdje42@gmail.com>
7855
7856 PR gdb/15830
7857 * gdb.base/maint.exp: Remove references to "maint demangle".
7858 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7859 Add tests for explicitly specifying language to demangle.
7860 * gdb.dlang/demangle.exp: Ditto.
7861
ede9f622
PA
78622015-01-09 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.threads/non-stop-fair-events.c: New file.
7865 * gdb.threads/non-stop-fair-events.exp: New file.
7866
a7b796db
PA
78672015-01-09 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7870 the global scope. Set a breakpoint after all threads are started
7871 rather than stepping over two source lines. Expect the prompt.
7872 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7873 global.
7874 (NUM): Now 15.
7875 (main): Use threads_started_barrier to wait for all threads to
7876 start. Main thread no longer calls thread_function. Exit after
7877 180 seconds.
7878 (loop): New function.
7879 (thread_function): Wait on threads_started_barrier barrier. Call
7880 'loop' at each iteration.
7881 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7882 threads have started, instead of hardcoding number of "next"
7883 steps. Use an access watchpoint instead of a write watchpoint.
7884
9665ffdd
PA
78852015-01-09 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7888 (thread_func): Wait on barrier.
7889 (main): Wait for all threads to start before stopping GDB.
7890 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7891 global.
7892 (thread1_func, thread2_func): Wait on barrier.
7893 (main): Wait for all threads to start before stopping GDB.
7894 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7895 New global.
7896 (thread1_func, thread2_func): Wait on barrier.
7897 (main): Wait for all threads to start before stopping GDB.
7898
c945a99f
PA
78992015-01-09 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.threads/attach-many-short-lived-threads.c: New file.
7902 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7903
c1a747c1
PA
79042014-01-09 Pedro Alves <palves@redhat.com>
7905
7906 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7907 instead of to thread 2.
7908 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7909 Add barrier around each pthread_create call instead of around all
7910 calls.
7911 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7912 Set a break on thread_function and have the child threads hit it
7913 one at at a time.
7914
60b3033e
PA
79152015-01-09 Pedro Alves <palves@redhat.com>
7916
7917 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7918 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7919 false.
7920 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7921 checking whether the target board is remote.
7922 * gdb.multi/multi-attach.exp: Likewise.
7923 * gdb.python/py-sync-interp.exp: Likewise.
7924 * gdb.server/ext-attach.exp: Likewise.
7925 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7926 tests that need to attach, instead of checking whether the target
7927 board is remote at the top of the file.
7928
acc018ac
YQ
79292015-01-08 Yao Qi <yao@codesourcery.com>
7930
7931 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7932
50a18af8
JK
79332015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7934
7935 Fix testcase compilation.
7936 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7937
8503d6e1
JB
79382015-01-06 Joel Brobecker <brobecker@adacore.com>
7939
7940 * gdb.python/py-type.exp: Add a couple test about empty
7941 array creation, and negative-length array creation.
7942
cc73dbcc
DE
79432015-01-02 Doug Evans <xdje42@gmail.com>
7944
7945 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7946
0300bbc7
DE
79472015-01-02 Doug Evans <dje@google.com>
7948
7949 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7950
9d85a0ec
YQ
79512014-12-29 Yao Qi <yao@codesourcery.com>
7952
7953 * gdb.trace/entry-values.exp: Update comments. Rename variable
7954 bar_call_foo to returned_from_foo.
7955
87186c6a
MMN
79562014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7957
7958 PR gdb/17394
7959 * gdb.linespec/break-asm-file.c: New file.
7960 * gdb.linespec/break-asm-file.exp: New file.
7961 * gdb.linespec/break-asm-file0.s: New file.
7962 * gdb.linespec/break-asm-file1.s: New file.
7963
1bab7383
YQ
79642014-12-18 Nigel Stephens <nigel@mips.com>
7965 Maciej W. Rozycki <macro@codesourcery.com>
7966
7967 * gdb.base/float.exp: Handle the new output from "info float" on
7968 MIPS targets.
7969
1bc1068a
JK
79702014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7971
7972 Fix MinGW compilation.
7973 * gdb.compile/compile-ops.exp: Update untested message if
7974 !skip_compile_feature_tests.
7975 * gdb.compile/compile-setjmp.exp: Likewise.
7976 * gdb.compile/compile-tls.exp: Likewise.
7977 * gdb.compile/compile.exp: Likewise.
7978 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7979 supported on this host".
7980
b6615d10
DE
79812014-12-16 Doug Evans <xdje42@gmail.com>
7982
7983 * boards/stabs.exp: New file.
7984
25dda427
AA
79852014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7986
7987 * gdb.base/completion.exp: Adjust to format changes of "maint
7988 print user-registers".
7989
bf330350
CU
79902014-12-16 Catalin Udma <catalin.udma@freescale.com>
7991
7992 PR server/17457
7993 * gdb.arch/aarch64-fp.c: New file.
7994 * gdb.arch/aarch64-fp.exp: New file.
7995
395cf596
SDJ
79962014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7997
7998 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7999 r210637, r210913, r211666, r215400, r215817).
8000
8001 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8002 * dg-extract-results.py: New file.
8003 * dg-extract-results.sh: Use it if the environment seems
8004 suitable.
8005
8006 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8007
8008 * dg-extract-results.py (parse_run): Handle warnings that
8009 are printed before a test harness is run.
8010
8011 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8012
8013 * dg-extract-results.py (Named): Remove __cmp__ method.
8014 (output_variation): Use a key to sort variation.harnesses.
8015
8016 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8017
8018 * dg-extract-results.py: For Python 3, force sys.stdout to
8019 handle surrogate escape sequences.
8020 (safe_open): New function.
8021 (output_segment, main): Use it.
8022
8023 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8024
8025 * dg-extract-results.py (Prog.result_re): Include options
8026 in test name.
8027
8028 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8029
8030 * dg-extract-results.py (output_variation): Always sort if
8031 do_sum.
8032
e882ef3c
SM
80332014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8034
8035 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8036 as long as we get pagination notifications.
8037
4992aa20
JM
80382014-12-15 Jason Merrill <jason@redhat.com>
8039
8040 * Makefile.in (check-gdb.%): Restore.
8041 * README: Mention it.
8042
c1b5a1a6
JB
80432014-12-13 Joel Brobecker <brobecker@adacore.com>
8044
8045 * gdb.ada/str_uninit: New testcase.
8046
5537b577
JK
80472014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8048
8049 PR symtab/17642
8050 * gdb.base/vla-stub-define.c: New file.
8051 * gdb.base/vla-stub.c: New file.
8052 * gdb.base/vla-stub.exp: New file.
8053
bb2ec1b3
TT
80542014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8055 Jan Kratochvil <jan.kratochvil@redhat.com>
8056 Tom Tromey <tromey@redhat.com>
8057
8058 * configure.ac: Add gdb.compile/.
8059 * configure: Regenerate.
8060 * gdb.compile/Makefile.in: New file.
8061 * gdb.compile/compile-ops.exp: New file.
8062 * gdb.compile/compile-ops.c: New file.
8063 * gdb.compile/compile-tls.c: New file.
8064 * gdb.compile/compile-tls.exp: New file.
8065 * gdb.compile/compile-constvar.S: New file.
8066 * gdb.compile/compile-constvar.c: New file.
8067 * gdb.compile/compile-mod.c: New file.
8068 * gdb.compile/compile-nodebug.c: New file.
8069 * gdb.compile/compile-setjmp-mod.c: New file.
8070 * gdb.compile/compile-setjmp.c: New file.
8071 * gdb.compile/compile-setjmp.exp: New file.
8072 * gdb.compile/compile-shlib.c: New file.
8073 * gdb.compile/compile.c: New file.
8074 * gdb.compile/compile.exp: New file.
8075 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8076
4ff709eb
TT
80772014-12-12 Tom Tromey <tromey@redhat.com>
8078
8079 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8080 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8081
6dddd6a5
DE
80822014-12-12 Doug Evans <dje@google.com>
8083
8084 * lib/gdb-python.exp (get_python_valueof): New function.
8085 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8086
71c24708
AA
80872014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8088
8089 * gdb.base/completion.exp: Add test for completion of "info
8090 registers ".
8091
3e29f34a
MR
80922014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8093
8094 * gdb.base/func-ptrs.c: New file.
8095 * gdb.base/func-ptrs.exp: New file.
8096
fc126975
SM
80972014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8098
8099 PR breakpoints/17012
8100 * gdb.base/dprintf-detach.c: New file.
8101 * gdb.base/dprintf-detach.exp: New file.
8102
0a46d518
SM
81032014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8104
8105 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8106 * lib/gdb.exp (target_is_gdbserver): New procedure.
8107
a0be3e44
DE
81082014-12-08 Doug Evans <dje@google.com>
8109
8110 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8111
df1b803a
YQ
81122014-12-05 Yao Qi <yao@codesourcery.com>
8113
8114 * gdb.guile/scm-error.exp: Remove the third argument to
8115 gdb_remote_download.
8116 * gdb.guile/scm-frame-args.exp: Likewise.
8117 * gdb.guile/scm-section-script.exp: Likewise.
8118
ddb9f679
YQ
81192014-12-05 Yao Qi <yao@codesourcery.com>
8120
8121 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8122
86e4ed39
DE
81232014-12-04 Doug Evans <dje@google.com>
8124
8125 * gdb.python/py-objfile.exp: Add tests for
8126 objfile.add_separate_debug_file.
8127
7c50a931
DE
81282014-12-04 Doug Evans <dje@google.com>
8129
8130 * lib/gdb.exp (get_build_id): New function.
8131 (build_id_debug_filename_get): Rewrite to use it.
8132 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8133
621661e3
MR
81342014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8135
8136 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8137 `method(long)', not just 0x0.
8138 * gdb.cp/nsalias.exp: Align code labels to 4.
8139 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8140 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8141 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8142 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8143 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8144 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8145
29f0c3b7
DE
81462014-12-02 Doug Evans <dje@google.com>
8147
e1e061e7 8148 PR symtab/17602
29f0c3b7 8149 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8150 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8151 * gdb.cp/anon-ns.exp: Update.
8152
162078c8
NB
81532014-12-02 Nick Bull <nicholaspbull@gmail.com>
8154
8155 * gdb.python/py-events.py (inferior_call_handler): New.
8156 (register_changed_handler, memory_changed_handler): New.
8157 (test_events.invoke): Register new handlers.
8158 * gdb.python/py-events.exp: Add tests for inferior call,
8159 memory_changed and register_changed events.
8160
fdb09caf
AA
81612014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8162
8163 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8164 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8165 if the linker doesn't understand this.
8166
55cfb2c4
SM
81672014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8168
8169 * gdb.python/python.exp: Change expected reply to help().
8170
9e8cd6df
YQ
81712014-12-01 Yao Qi <yao@codesourcery.com>
8172
8173 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8174 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8175 * configure: Re-generated.
8176
6c659fc2
SC
81772014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8178
8179 * gdb.cp/chained-calls.cc: New file.
8180 * gdb.cp/chained-calls.exp: New file.
8181 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8182
d7fc3181
SM
81832014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8184
8185 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8186 * gdb.dwarf2/symtab-producer.exp: Same.
8187 * gdb.gdb/python-interrupts.exp: Same.
8188 * gdb.gdb/python-selftest.exp: Same.
8189 * gdb.python/py-linetable.exp: Same.
8190 * gdb.python/py-type.exp: Same.
8191 * gdb.python/py-value-cc.exp: Same.
8192 * gdb.python/py-value.exp: Same.
8193
10e79639
YQ
81942014-11-28 Yao Qi <yao@codesourcery.com>
8195
8196 * gdb.base/break-probes.exp: Match library name prefixed with
8197 sysroot.
8198
f28a0564
SM
81992014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8200
8201 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8202 test expected output. Add parentheses for the call to print.
8203 Remove L suffix from integers.
8204
3fe1ce1d
DE
82052014-11-26 Doug Evans <dje@google.com>
8206
8207 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8208
84429e27
YQ
82092014-11-22 Yao Qi <yao@codesourcery.com>
8210
8211 * gdb.trace/entry-values.c: Remove asms.
8212 (foo): Add foo_label.
8213 (bar): Add bar_label.
8214 * gdb.trace/entry-values.exp: Remove code computing foo's
8215 length and bar's length.
8216 (Dwarf::assemble): Invoke function_range for bar and use
8217 MACRO_AT_func for foo.
8218
26741859
YQ
82192014-11-22 Yao Qi <yao@codesourcery.com>
8220
8221 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8222 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8223 Use .Lgcc43_procstart instead of gcc43.
8224
45e44d27
JB
82252014-11-21 Joel Brobecker <brobecker@adacore.com>
8226
8227 * gdb.ada/n_arr_bound: New testcase.
8228
458c8db8
SDJ
82292014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8230
8231 PR breakpoints/10737
8232 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8233 test_catch_syscall_multi_arch.
8234 (test_catch_syscall_multi_arch): New function.
8235
43f3e411
DE
82362014-11-20 Doug Evans <xdje42@gmail.com>
8237
8238 * gdb.base/maint.exp: Update expected output.
8239
0d7b2549
AA
82402014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8241
8242 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8243 4-byte instruction on S390.
8244
8908fca5
JB
82452014-11-19 Joel Brobecker <brobecker@adacore.com>
8246
8247 * gdb.ada/arr_arr: New testcase.
8248
4a46959e
JB
82492014-11-19 Joel Brobecker <brobecker@adacore.com>
8250
8251 * gdb.ada/pkd_arr_elem: New Testcase.
8252
470e2f4e
LM
82532014-11-18 Luis Machado <lgustavo@codesourcery.com>
8254
8255 * gdb.reverse/break-precsave: Expect completion message for
8256 core file reads.
8257 * gdb.reverse/consecutive-precsave.exp: Likewise.
8258 * gdb.reverse/finish-precsave.exp: Likewise.
8259 * gdb.reverse/i386-precsave.exp: Likewise.
8260 * gdb.reverse/machinestate-precsave.exp: Likewise.
8261 * gdb.reverse/sigall-precsave.exp: Likewise.
8262 * gdb.reverse/solib-precsave.exp: Likewise.
8263 * gdb.reverse/step-precsave.exp: Likewise.
8264 * gdb.reverse/until-precsave.exp: Likewise.
8265 * gdb.reverse/watch-precsave.exp: Likewise.
8266
a267f3ad
AA
82672014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8268
8269 * gdb.base/bp-permanent.c: Include unistd.h.
8270 * gdb.python/py-framefilter-mi.c (main): Add return type.
8271 * gdb.python/py-framefilter.c (main): Likewise.
8272 * gdb.trace/actions-changed.c (main): Likewise.
8273
12084a9a
AA
82742014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8275
8276 * gdb.mi/until.c: Add eye-catchers.
8277 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8278 line numbers.
8279
dc7e1a77
AA
82802014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8281
8282 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8283 function header variants in break1.c.
8284 * gdb.base/ena-dis-br.exp: Likewise.
8285 * gdb.base/hbreak2.exp: Likewise.
8286 * gdb.reverse/until-precsave.exp: Drop references to removed
8287 non-prototype function header variants in ur1.c.
8288 * gdb.reverse/until-reverse.exp: Likewise.
8289
41c77605
PM
82902014-11-17 Petr Machata <pmachata@redhat.com>
8291
8292 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8293 ${_cu_offset_size} bytes abbrev offset.
8294
34248c3a
DE
82952014-11-15 Doug Evans <xdje42@gmail.com>
8296
8297 PR symtab/17559
8298 * gdb.base/line-symtabs.exp: New file.
8299 * gdb.base/line-symtabs.c: New file.
8300 * gdb.base/line-symtabs.h: New file.
8301
646da059
YQ
83022014-11-14 Yao Qi <yao@codesourcery.com>
8303
8304 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8305 (func): Add label func_label.
8306 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8307 Replace low_pc and high_pc with MACRO_AT_range.
8308 Replace name, low_pc and high_pc with MACRO_AT_func.
8309
9301ebe6
YQ
83102014-11-14 Yao Qi <yao@codesourcery.com>
8311
8312 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8313 Replace name, low_pc and high_pc with MACRO_AT_func.
8314
f166b542
YQ
83152014-11-14 Yao Qi <yao@codesourcery.com>
8316
8317 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8318 produce debug information.
8319 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8320
0f6e71e3
YQ
83212014-11-14 Yao Qi <yao@codesourcery.com>
8322
8323 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8324 object and get function length.
8325 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8326 with MACRO_AT_func.
8327 (top-level): Replace gdb_compile and clean_restart with
8328 prepare_for_testing.
8329 * gdb.dwarf2/main.c (main): Add label main_label.
8330
876c4df9
YQ
83312014-11-14 Yao Qi <yao@codesourcery.com>
8332
8333 * lib/dwarf.exp (function_range): New procedure.
8334 (Dwarf::_handle_macro_at_func): New procedure.
8335 (Dwarf::_handle_macro_at_range): New procedure.
8336 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8337
02ad9cf1
YQ
83382014-11-14 Yao Qi <yao@codesourcery.com>
8339
8340 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8341 (_handle_attribute): New procedure.
8342
a59add0c
AA
83432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8344
8345 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8346 * gdb.base/call-sc.c (zed): Likewise.
8347 * gdb.base/checkpoint.c (main): Likewise.
8348 * gdb.base/dump.c (main): Likewise.
8349 * gdb.base/gcore.c (main): Likewise.
8350 * gdb.base/huge.c (main): Likewise.
8351 * gdb.base/multi-forks.c (main): Likewise.
8352 * gdb.base/pr10179-a.c (main): Likewise.
8353 * gdb.base/savedregs.c (main): Likewise.
8354 * gdb.base/sigaltstack.c (main): Likewise.
8355 * gdb.base/siginfo.c (main): Likewise.
8356 * gdb.base/structs.c (zed): Likewise.
8357 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8358 * gdb.mi/mi-syn-frame.c (main): Likewise.
8359 * gdb.mi/until.c (foo, main): Likewise.
8360 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8361 * gdb.base/solib-weak.c (foo): Declare.
8362 * gdb.base/attach-twice.c: Include stdio.h.
8363 * gdb.base/weaklib1.c: Likewise.
8364 * gdb.base/weaklib2.c: Likewise.
8365 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8366 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8367 unistd.h.
8368 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8369 * gdb.mi/mi-exit-code.c: Likewise.
8370 * gdb.base/break-interp-lib.c: Include string.h.
8371 * gdb.base/coremaker.c: Likewise.
8372 * gdb.base/testenv.c: Likewise.
8373 * gdb.python/py-finish-breakpoint.c: Likewise.
8374 * gdb.base/inferior-died.c: Include sys/wait.h.
8375 * gdb.base/fileio.c: Include time.h.
8376 * gdb.base/async-shell.c: Include unistd.h.
8377 * gdb.base/dprintf-non-stop.c: Likewise.
8378 * gdb.base/info-os.c: Likewise.
8379 * gdb.mi/mi-console.c: Likewise.
8380 * gdb.mi/watch-nonstop.c: Likewise.
8381 * gdb.python/py-events.c: Likewise.
8382 * gdb.base/async.c (baz): Move up before its invocation.
8383 * gdb.base/code_elim2.c (my_global_func): Likewise.
8384 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8385 * gdb.base/advance.c (func2): Likewise.
8386
3b5d5997
AA
83872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8388
8389 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8390 variant.
8391 * gdb.base/annota3.c: Likewise.
8392 * gdb.base/async.c: Likewise.
8393 * gdb.base/average.c: Likewise.
8394 * gdb.base/call-ar-st.c: Likewise.
8395 * gdb.base/call-rt-st.c: Likewise.
8396 * gdb.base/call-sc.c: Likewise.
8397 * gdb.base/call-strs.c: Likewise.
8398 * gdb.base/ending-run.c: Likewise.
8399 * gdb.base/execd-prog.c: Likewise.
8400 * gdb.base/exprs.c: Likewise.
8401 * gdb.base/foll-exec.c: Likewise.
8402 * gdb.base/foll-fork.c: Likewise.
8403 * gdb.base/foll-vfork.c: Likewise.
8404 * gdb.base/funcargs.c: Likewise.
8405 * gdb.base/gcore.c: Likewise.
8406 * gdb.base/jump.c: Likewise.
8407 * gdb.base/langs0.c: Likewise.
8408 * gdb.base/langs1.c: Likewise.
8409 * gdb.base/langs2.c: Likewise.
8410 * gdb.base/mips_pro.c: Likewise.
8411 * gdb.base/nodebug.c: Likewise.
8412 * gdb.base/opaque0.c: Likewise.
8413 * gdb.base/opaque1.c: Likewise.
8414 * gdb.base/recurse.c: Likewise.
8415 * gdb.base/run.c: Likewise.
8416 * gdb.base/scope0.c: Likewise.
8417 * gdb.base/scope1.c: Likewise.
8418 * gdb.base/setshow.c: Likewise.
8419 * gdb.base/setvar.c: Likewise.
8420 * gdb.base/shmain.c: Likewise.
8421 * gdb.base/shr1.c: Likewise.
8422 * gdb.base/shr2.c: Likewise.
8423 * gdb.base/sigall.c: Likewise.
8424 * gdb.base/signals.c: Likewise.
8425 * gdb.base/so-indr-cl.c: Likewise.
8426 * gdb.base/solib2.c: Likewise.
8427 * gdb.base/structs.c: Likewise.
8428 * gdb.base/sum.c: Likewise.
8429 * gdb.base/vforked-prog.c: Likewise.
8430 * gdb.base/watchpoint.c: Likewise.
8431 * gdb.reverse/shr2.c: Likewise.
8432 * gdb.reverse/until-reverse.c: Likewise.
8433 * gdb.reverse/ur1.c: Likewise.
8434 * gdb.reverse/watch-reverse.c: Likewise.
8435
066a77c5
AA
84362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8437
8438 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8439 variant.
8440 * gdb.base/sepdebug.exp: Drop references to removed code.
8441
4f204ea5
AA
84422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8443
8444 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8445 variant. Preserve original line numbering.
8446 * gdb.base/list1.c: Likewise.
8447
3b377a3a
AA
84482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8449
8450 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8451 variant.
8452 * gdb.base/break1.c: Likewise.
8453 * gdb.base/break.exp: Drop references to removed code.
8454
e444df73
AA
84552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8456
8457 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8458 variant.
8459
8008f2a7
AA
84602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8461
8462 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8463
a5a06887
AA
84642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8465
8466 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8467 logic into perform_all_tests() and invoke it with and without
8468 function header prototypes.
8469 (do_function_calls): Remove conditional XFAIL for PR 5318.
8470 (rerun_and_prepare): Remove duplicate code.
8471 (perform_all_tests): New. Main logic moved here.
8472
44dba9b9
AA
84732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8474
8475 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8476 code guarded by #ifdef NO_PROTOTYPES.
8477 (t_double_many_args): Likewise.
8478 (DEF_FUNC_MANY_ARGS_1): Likewise.
8479 (DEF_FUNC_VALUES_1): Likewise.
8480 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8481 guarded by #ifdef PROTOTYPES.
8482
d1fbcd56
AA
84832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8484
8485 * gdb.mi/mi-console.c: Add eye-catcher.
8486 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8487 instead of literal line number.
8488
b0e59b8f
AA
84892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8490
8491 * gdb.base/shr2.c: Add eye-catcher.
8492 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8493 line number.
8494
78f98cca
AA
84952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8496
8497 * gdb.base/jump.c: Add eye-catchers.
8498 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8499 numbers.
8500
58fa2af0
AA
85012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8502
8503 * gdb.base/execd-prog.c: Add eye-catchers.
8504 * gdb.base/foll-exec.c: Likewise.
8505 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8506 line numbers.
8507
04e5059b
AA
85082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8509
8510 * gdb.base/ending-run.c: Add eye-catchers.
8511 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8512 literal line numbers.
8513
dbfdb174
AA
85142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8515
8516 * gdb.base/call-rt-st.c: Add eye-catchers.
8517 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8518 literal line numbers.
8519
888a2ade
AA
85202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8521
8522 * gdb.base/call-ar-st.c: Add eye-catchers.
8523 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8524 literal line numbers.
8525
6acc2dde
AA
85262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8527
8528 * gdb.base/average.c: Add eye-catchers.
8529 * gdb.base/sum.c: Likewise.
8530 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8531 regexps dynamically.
8532
9ecfcd1d
AA
85332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8534
8535 * gdb.base/solib1.c: Add eye-catchers.
8536 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8537 literal line numbers.
8538
78708b7c
PA
85392014-11-12 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8542 leader has exited.
8543
af48d08f
PA
85442014-11-12 Pedro Alves <palves@redhat.com>
8545
8546 * gdb.arch/i386-bp_permanent.c: New file.
8547 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8548 (srcfile): Set to i386-bp_permanent.c.
8549 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8550 that stepi does not execute the 'leave' instruction, instead of
8551 testing it does execute.
8552 * gdb.base/bp-permanent.c: New file.
8553 * gdb.base/bp-permanent.exp: New file.
8554
af3768e9
DE
85552014-11-10 Doug Evans <xdje42@gmail.com>
8556
8557 PR symtab/17564
8558 * gdb.base/symtab-search-order.exp: New file.
8559 * gdb.base/symtab-search-order.c: New file.
8560 * gdb.base/symtab-search-order-1.c: New file.
8561 * gdb.base/symtab-search-order-shlib-1.c: New file.
8562
9de00a4a
PA
85632014-11-07 Pedro Alves <palves@redhat.com>
8564
8565 PR gdb/17511
8566 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8567 i?86-*-linux*.
8568
e0f52461
SC
85692014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8570
8571 PR c++/17494
8572 * gdb.cp/pr17494.cc: New file.
8573 * gdb.cp/pr17494.exp: New file.
8574
6ce8c980
YQ
85752014-11-02 Yao Qi <yao@codesourcery.com>
8576
8577 * gdb.python/python.exp: Get working directory and match the
8578 output of "set extended-prompt \\w " with it.
8579
02be9a71
DE
85802014-10-30 Doug Evans <dje@google.com>
8581
8582 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8583 in objfiles.
8584 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8585 in progspaces.
8586
3bdff46b
LM
85872014-10-30 Janis Johnson <janisjo@codesourcery.com>
8588
8589 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8590 * gdb.base/realname-expand.exp: Likewise.
8591 * gdb.linespec/macro-relative.exp: Likewise.
8592
ab917dfb
PA
85932014-10-29 Pedro Alves <palves@redhat.com>
8594
8595 PR gdb/17408
8596 * gdb.threads/schedlock.c (some_function): New function.
8597 (call_function): New global.
8598 (MAYBE_CALL_SOME_FUNCTION): New macro.
8599 (thread_function): Call it.
8600 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8601 and use it instead of a global counter. Adjust all callers.
8602 (get_current_thread): Use "find current thread" for test message
8603 here rather than having all callers pass down the same string.
8604 (goto_loop): New procedure, factored out from ...
8605 (my_continue): ... this.
8606 (step_ten_loops): Change parameter from test message to command to
8607 use. Adjust.
8608 (list_count): Delete global.
8609 (check_result): New procedure, factored out from duplicate top
8610 level code.
8611 (continue tests): Wrap in with_test_prefix.
8612 (test_step): New procedure, factored out from duplicate top level
8613 code.
8614 (top level): Test "step" in combination with all scheduler-locking
8615 modes. Test "next" in combination with all scheduler-locking
8616 modes, and in combination with stepping over a function call or
8617 not.
8618 * gdb.threads/next-bp-other-thread.c: New file.
8619 * gdb.threads/next-bp-other-thread.exp: New file.
8620
d3d4baed
PA
86212014-10-29 Pedro Alves <palves@redhat.com>
8622
8623 PR python/17372
8624 * gdb.python/python.exp: Test a multi-line command that spawns
8625 interactive Python.
8626 * gdb.base/multi-line-starts-subshell.exp: New file.
8627
563e8d85
YQ
86282014-10-29 Yao Qi <yao@codesourcery.com>
8629
8630 * gdb.base/fileio.exp: Make directories on host.
8631
0ea4d52e
YQ
86322014-10-29 Yao Qi <yao@codesourcery.com>
8633
8634 * gdb.base/fileio.c (test_write): Close the file.
8635
7f5ef605
PA
86362014-10-28 Pedro Alves <palves@redhat.com>
8637
8638 PR gdb/12623
8639 * gdb.base/sigstep.c (no_handler): New global.
8640 (main): If 'no_handler is true, set the signal handlers to
8641 SIG_IGN.
8642 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8643 with_sw_watch and no_handler parameters. Handle them.
8644 (top level) <stepping over handler when stopped at a breakpoint
8645 test>: Add a test axis for testing with a software watchpoint, and
8646 another for testing with the signal handler set to SIG_IGN.
8647 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8648 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8649
abbdbd03
PA
86502014-10-28 Pedro Alves <palves@redhat.com>
8651
8652 PR gdb/17511
8653 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8654 * gdb.base/sigstep.exp (other_handler_location): New global.
8655 (advance): Support stepping into the signal handler, and running
8656 commands while in the handler.
8657 (in_handler_map): New global.
8658 (top level): In the advance test, add combinations for getting
8659 into the handler with stepping commands, and for running commands
8660 in the handler. Add comment descripting the advancei tests.
8661
1df4399f
PA
86622014-10-28 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.base/sigstep.exp: Use build_executable instead of
8665 prepare_for_testing.
8666 (top level): Move code that starts GDB, runs to main and creates a
8667 display to ...
8668 (restart): ... this new procedure.
8669 (top level): Move backtrace from signal handler test to ...
8670 (validate_backtrace): ... this new procedure.
8671 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8672 with_test_prefix. Always restart GDB.
8673 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8674 with_test_prefix. Always restart GDB. No need to delete
8675 breakpoints after the test.
8676 (test_skip_handler): Remove prefix parameter.
8677 (skip_over_handler, breakpoint_to_handler)
8678 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8679 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8680 restart GDB. No need to delete breakpoints after the test.
8681 (top level): Use foreach to call the test procedures with
8682 different commands.
8683
a5b6e449
PA
86842014-10-28 Pedro Alves <palves@redhat.com>
8685
8686 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8687 instead of GNATS numbers.
8688 * gdb.base/sigbpt.exp: Likewise.
8689 * gdb.base/siginfo.exp: Likewise.
8690 * gdb.base/sigstep.exp: Likewise.
8691
e5f8a7cc
PA
86922014-10-27 Pedro Alves <palves@redhat.com>
8693
8694 * gdb.base/sigstep.c (dummy): New global.
8695 (main): Issue a couple writes to the new global.
8696 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8697 procedures.
8698 (skip_over_handler): Use test_skip_handler.
8699 (top level): Call skip_over_handler for stepi and nexti too.
8700 (breakpoint_over_handler): Use test_skip_handler.
8701 (top level): Call breakpoint_over_handler for stepi and nexti too.
8702
763905a3
YQ
87032014-10-27 Yao Qi <yao@codesourcery.com>
8704
8705 * gdb.trace/tfile.c (adjust_function_address)
8706 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8707 function descriptor.
8708
6f259a23
DB
87092014-10-24 Don Breazeal <donb@codesourcery.com>
8710
8711 * gdb.base/foll-fork.exp (test_follow_fork,
8712 catch_fork_child_follow): Check for updated fork messages emitted
8713 from infrun.c.
8714 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8715 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8716 vfork_and_exec_child_follow_through_step): Check for updated vfork
8717 messages emitted from infrun.c.
8718
09dd9a69
PA
87192014-10-24 Pedro Alves <palves@redhat.com>
8720
8721 * gdb.base/corefile.exp: Remove references to ultrix.
8722 * gdb.base/interrupt.exp: Likewise.
8723 * gdb.base/whatis.exp: Likewise.
8724 * gdb.gdb/selftest.exp: Likewise.
8725 * gdb.threads/manythreads.exp: Likewise.
8726 * gdb.threads/print-threads.exp: Likewise.
8727 * gdb.threads/pthreads.exp:: Likewise.
8728 * gdb.threads/schedlock.exp: Likewise.
8729
3433cfa5
SC
87302014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8731
8732 * gdb.cp/non-trivial-retval.cc: Add a test case.
8733 * gdb.cp/non-trivial-retval.exp: Add a test.
8734
092f880b
YQ
87352014-10-20 Yao Qi <yao@codesourcery.com>
8736
8737 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8738 * gdb.python/py-objfile-script-gdb.py: New file.
8739 * gdb.python/py-objfile-script.exp: Update reference to
8740 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8741 of remote_download. Remove the dest file.
8742
acbdb7f3
YQ
87432014-10-20 Yao Qi <yao@codesourcery.com>
8744
8745 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8746 * gdb.base/step-line.exp: Likewise.
8747 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8748 * gdb.dwarf2/dw2-basic.exp: Likewise.
8749 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8750 * gdb.dwarf2/dw2-filename.exp: Likewise.
8751 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8752 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8753 * gdb.dwarf2/dw2-producer.exp: Likewise.
8754 * gdb.dwarf2/mac-fileno.exp: Likewise.
8755 * gdb.python/py-frame-args.exp: Likewise.
8756 * gdb.python/py-framefilter.exp: Likewise.
8757 * gdb.python/py-mi.exp: Likewise.
8758 * gdb.python/py-objfile-script.exp: Likewise
8759 * gdb.python/py-pp-integral.exp: Likewise.
8760 * gdb.python/py-pp-re-notag.exp: Likewise.
8761 * gdb.python/py-prettyprint.exp: Likewise.
8762 * gdb.python/py-section-script.exp: Likewise.
8763 * gdb.python/py-typeprint.exp: Likewise.
8764 * gdb.python/py-xmethods.exp: Likewise.
8765 * gdb.stabs/weird.exp: Likewise.
8766 * gdb.xml/tdesc-regs.exp: Likewise.
8767
bd286a29
KCY
87682014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8769
8770 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8771 (out_cu): Use addr_len for the size of addresses.
8772 (out_line): Likewise. Size DW_LNE_set_address instruction
8773 according to addr_len.
8774 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8775 (FUNC): Add START_INSNS to definition.
8776
673dc4a0
YQ
87772014-10-18 Yao Qi <yao@codesourcery.com>
8778
8779 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8780 gdb_has_argv0 return true.
8781 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8782 check [target_info exists noargs], check [gdb_has_argv0]
8783 instead.
8784 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8785 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8786 procedures.
8787
4ffbba72
DE
87882014-10-17 Doug Evans <dje@google.com>
8789
8790 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8791 event.
8792 * gdb.python/py-events.py: Add clear_objfiles event.
8793
d096d8c1
DE
87942014-10-17 Doug Evans <dje@google.com>
8795
8796 * gdb.python/py-objfile.exp: Test progspace attribute.
8797
a80db015
LM
87982014-10-17 Luis Machado <lgustavo@codesourcery.com>
8799
8800 * gdb.guile/scm-breakpoint.exp: Do not assume any
8801 directory separators when matching source file paths.
8802 * gdb.python/py-breakpoint.exp: Likewise.
8803 * gdb.reverse/break-precsave.exp: Likewise.
8804 * gdb.reverse/break-reverse.exp: Likewise.
8805 * gdb.reverse/consecutive-precsave.exp: Likewise.
8806 * gdb.reverse/finish-precsave.exp: Likewise.
8807 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8808 * gdb.reverse/finish-reverse.exp: Likewise.
8809 * gdb.reverse/i386-precsave.exp: Likewise.
8810 * gdb.reverse/i387-env-reverse.exp: Likewise.
8811 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8812 * gdb.reverse/machinestate-precsave.exp: Likewise.
8813 * gdb.reverse/machinestate.exp: Likewise.
8814 * gdb.reverse/sigall-precsave.exp: Likewise.
8815 * gdb.reverse/solib-precsave.exp: Likewise.
8816 * gdb.reverse/step-precsave.exp: Likewise.
8817 * gdb.reverse/until-precsave.exp: Likewise.
8818 * gdb.reverse/watch-precsave.exp: Likewise.
8819 * gdb.reverse/watch-reverse.exp: Likewise.
8820
b22089ab
YQ
88212014-10-17 Yao Qi <yao@codesourcery.com>
8822
8823 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8824 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8825
6c4486e6
PA
88262014-10-17 Pedro Alves <palves@redhat.com>
8827
8828 PR gdb/17471
8829 * gdb.base/bg-execution-repeat.c: New file.
8830 * gdb.base/bg-execution-repeat.exp: New file.
8831
0ff33695
PA
88322014-10-17 Pedro Alves <palves@redhat.com>
8833
8834 PR gdb/17300
8835 * gdb.base/continue-all-already-running.c: New file.
8836 * gdb.base/continue-all-already-running.exp: New file.
8837
6fdebc3d
PA
88382014-10-17 Pedro Alves <palves@redhat.com>
8839
8840 PR gdb/17472
8841 * gdb.base/annota-input-while-running.c: New file.
8842 * gdb.base/annota-input-while-running.exp: New file.
8843
32a8097b
PA
88442014-10-17 Pedro Alves <palves@redhat.com>
8845
8846 * gdb.base/callfuncs.exp: emove references to osf.
8847 * gdb.base/sigall.exp: Likewise.
8848 * gdb.gdb/selftest.exp: Likewise.
8849 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8850 * gdb.mi/non-stop.c: Likewise.
8851 * gdb.mi/pthreads.c: Likewise.
8852 * gdb.reverse/sigall-precsave.exp: Likewise.
8853 * gdb.reverse/sigall-reverse.exp: Likewise.
8854 * gdb.threads/pthreads.c: Likewise.
8855 * gdb.threads/pthreads.exp: Likewise.
8856
7a3517ff
YQ
88572014-10-17 Yao Qi <yao@codesourcery.com>
8858
8859 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8860 check 'target_info exists noargs'.
8861 (test_command_prompt_position): Likewise.
8862 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8863 Remove "set args".
8864 (progvar_simple_while_test): Likewise.
8865 (progvar_complex_if_while_test): Likewise.
8866 (if_while_breakpoint_command_test): Likewise.
8867 (infrun_breakpoint_command_test): Likewise.
8868 (breakpoint_command_test): Likewise.
8869 (watchpoint_command_test): Likewise.
8870 (bp_deleted_in_command_test): Likewise.
8871 (temporary_breakpoint_commands): Likewise.
8872
bb99c472
YQ
88732014-10-16 Yao Qi <yao@codesourcery.com>
8874
8875 * gdb.base/remotetimeout.exp: Remove noargs checking.
8876
7c16b83e
PA
88772014-10-15 Pedro Alves <palves@redhat.com>
8878
8879 PR breakpoints/9649
8880 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8881 * gdb.base/breakpoint-in-ro-region.exp
8882 (probe_target_hardware_step): New procedure.
8883 (top level): Probe hardware stepping and hardware breakpoint
8884 support. Test stepping through a read-only region, with both
8885 "breakpoint auto-hw" on and off and both "always-inserted" on and
8886 off.
8887
35a49624
IB
88882014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8889
8890 * gdb.dlang/demangle.exp: Update for demangling changes.
8891
2d1c107c
SC
88922014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8893
8894 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8895 * gdb.cp/non-trivial-retval.exp: Add new tests.
8896
778811d5
SC
88972014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8898
8899 PR c++/13403
8900 PR c++/15154
8901 * gdb.cp/non-trivial-retval.cc: New file.
8902 * gdb.cp/non-trivial-retval.exp: New file.
8903
10c5f0a8
YQ
89042014-10-15 Yao Qi <yao@codesourcery.com>
8905
8906 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8907 remote host.
8908
65d7b369
YQ
89092014-10-15 Yao Qi <yao@codesourcery.com>
8910
8911 * gdb.python/py-symbol.exp: Match file base name if host is
8912 remote, otherwise match file name with dir name.
8913 * gdb.python/py-symtab.exp: Likewise.
8914 * gdb.python/python.exp: Likewise.
8915
46dc1394
YQ
89162014-10-15 Yao Qi <yao@codesourcery.com>
8917
8918 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8919 pattern.
8920 * gdb.python/py-symtab.exp: Likewise.
8921 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8922 locationn.
8923
c40cc657
JB
89242014-10-14 Joel Brobecker <brobecker@adacore.com>
8925
8926 * gdb.ada/addr_arith: New testcase.
8927
2abf49e1
MR
89282014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8929
8930 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8931 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8932 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8933 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8934
f7088df3
SDJ
89352014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8936
8937 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8938 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8939 * gdb.arch/stap-eval-lang-ada.exp: New file.
8940
4dc06805
YQ
89412014-10-14 Yao Qi <yao@codesourcery.com>
8942
8943 * gdb.mi/mi-var-child.c (nothing1): New function.
8944 (nothing2): New function.
8945 (do_children_tests): Set function pointers by nothing1 and
8946 nothing2.
8947 * gdb.mi/mi-var-child.exp: Step over new added statements.
8948 Update test to match the new output.
8949 * gdb.mi/var-cmd.c (nothing1): New function.
8950 (nothing2): New function.
8951 (do_children_tests): Set function pointers by nothing1 and
8952 nothing2.
8953 * gdb.mi/mi-var-display.exp: Update test to match output.
8954 Step to the line specified by $line_dct_nothing.
8955 Increase the number of lines to step.
8956
46a93de2
YQ
89572014-10-14 Yao Qi <yao@codesourcery.com>
8958
8959 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8960 tests.
8961 * gdb.mi/mi2-var-child.exp: Likewise.
8962
14ea52ee
DE
89632014-10-13 Doug Evans <dje@google.com>
8964
8965 * gdb.python/py-objfile.exp: Change name of file name test.
8966
e5c6e92b
DE
89672014-10-13 Doug Evans <dje@google.com>
8968
8969 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8970 from the start of the CU.
8971
c780cc2f
JK
89722014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8973 Yao Qi <yao@codesourcery.com>
8974
8975 Fix "save breakpoints" for "catch" command.
8976 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8977 Remove -nonewline. Match also the added "main" line.
8978
99894e11
JK
89792014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8980
8981 Fix "save breakpoints" for "disable $bpnum" command.
8982 * gdb.base/save-bp.c (main): Add label.
8983 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8984
6e1ac5a3
JK
89852014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8986
8987 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8988
754dd2b0
YQ
89892014-10-11 Yao Qi <yao@codesourcery.com>
8990
8991 * gdb.server/server-kill.exp: Execute command
8992 "set remote trace-status-packet on" before "tstatus".
8993
f90183d7
YQ
89942014-10-11 Yao Qi <yao@codesourcery.com>
8995
8996 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8997 (main): Call getppid.
8998 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8999 and continue to it. Read variable "server_pid".
9000
bf40a607
YQ
90012014-10-11 Yao Qi <yao@codesourcery.com>
9002
9003 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9004
052ca370
YQ
90052014-10-11 Yao Qi <yao@codesourcery.com>
9006
9007 * gdb.threads/thread-find.exp: Don't execute command
9008 "info threads".
9009 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9010 * gdb.threads/linux-dp.exp: Don't check the condition
9011 $threads_created equals to zero.
9012
3831839c
PA
90132014-10-10 Pedro Alves <palves@redhat.com>
9014
9015 * gdb.base/bigcore.exp: Remove references to IRIX.
9016 * gdb.base/funcargs.exp: Likewise.
9017 * gdb.base/interrupt.exp: Likewise.
9018 * gdb.base/mips_pro.exp: Likewise.
9019 * gdb.base/nodebug.exp: Likewise.
9020 * gdb.base/setvar.exp: Likewise.
9021 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9022
8b9a549d
PA
90232014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9024 Pedro Alves <palves@redhat.com>
9025
9026 PR symtab/14466
9027 * gdb.base/vdso-warning.c: New file.
9028 * gdb.base/vdso-warning.exp: New file.
9029
d48ba5e8
DE
90302014-10-02 Doug Evans <dje@google.com>
9031
9032 * gdb.base/structs.c (main): Don't run forever.
9033
2278c276
PA
90342014-10-02 Pedro Alves <palves@redhat.com>
9035
9036 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9037 (top level) <stop threads 1, stop threads 2>: Use it.
9038
b57bacec
PA
90392014-10-02 Pedro Alves <palves@redhat.com>
9040
9041 * gdb.threads/break-while-running.exp (test): Add new
9042 'update_thread_list' argument. Skip "info threads" if false.
9043 (top level): Add new 'update_thread_list' axis.
9044
13fd3ff3
PA
90452014-10-02 Pedro Alves <palves@redhat.com>
9046
9047 PR breakpoints/17431
9048 * gdb.base/execl-update-breakpoints.c: New file.
9049 * gdb.base/execl-update-breakpoints.exp: New file.
9050
0fec99e8
PA
90512014-10-01 Pedro Alves <palves@redhat.com>
9052
9053 * gdb.base/breakpoint-in-ro-region.c: New file.
9054 * gdb.base/breakpoint-in-ro-region.exp: New file.
9055
2ddf4301
SM
90562014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9057
9058 * gdb.mi/mi-exit-code.exp: New file.
9059 * gdb.mi/mi-exit-code.c: New file.
9060
6a5f3f43
YQ
90612014-09-30 Yao Qi <yao@codesourcery.com>
9062
9063 * lib/prelink-support.exp (build_executable_own_libs): Error if
9064 the target isn't native.
9065
345bcc73
YQ
90662014-09-30 Yao Qi <yao@codesourcery.com>
9067
9068 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9069 false.
9070
a25a5a45
PA
90712014-09-22 Pedro Alves <palves@redhat.com>
9072
9073 * gdb.threads/break-while-running.exp: New file.
9074 * gdb.threads/break-while-running.c: New file.
9075
00ba3162
YQ
90762014-09-19 Yao Qi <yao@codesourcery.com>
9077
9078 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9079 Invoke test. Restart GDB with --readnow and invoke test again.
9080
c3b7b696
YQ
90812014-09-19 Yao Qi <yao@codesourcery.com>
9082
9083 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9084 proc set_breakpoint_on_gcd_function. Invoke
9085 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9086 invoke set_breakpoint_on_gcd_function again.
9087
2b4fd423
DE
90882014-09-18 Doug Evans <dje@google.com>
9089
9090 * gdb.dwarf2/symtab-producer.exp: New file.
9091
a5947601
SDJ
90922014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9093
9094 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9095 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9096 * gdb.base/global-var-nested-by-dso.c: Likewise.
9097 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9098
91c19059
SDJ
90992014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9100 Pedro Alves <palves@redhat.com>
9101
9102 * gdb.base/watch-bitfields.exp: Pass string other than test file
9103 name to prepare_for_testing.
9104 (watch): New procedure.
9105 (expect_watchpoint): Use with_test_prefix.
9106 (top level): Factor out tests to ...
9107 (test_watch_location, test_regular_watch): ... these new
9108 procedures, and use with_test_prefix and gdb_continue_to_end.
9109
bb9d5f81
PP
91102014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9111
9112 PR breakpoints/12526
9113 * gdb.base/watch-bitfields.exp: New file.
9114 * gdb.base/watch-bitfields.c: New file.
9115
635856f5
PA
91162014-09-16 Pedro Alves <palves@redhat.com>
9117
9118 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9119 software and hardware addresses, not software address against
9120 itself.
9121
7280ceea
PA
91222014-09-16 Pedro Alves <palves@redhat.com>
9123
9124 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9125 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9126
428b16bd
PA
91272014-09-16 Pedro Alves <palves@redhat.com>
9128
9129 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9130 files.
9131 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9132 "*-*-vxworks*" throughout.
9133 * gdb.base/break.exp: Likewise.
9134 * gdb.base/default.exp: Likewise.
9135 * gdb.base/scope.exp: Likewise.
9136 * gdb.base/sepdebug.exp: Likewise.
9137 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9138 throughout.
9139 * gdb.base/run.c: Likewise.
9140 * gdb.base/sepdebug.c: Likewise.
9141 * gdb.hp/gdb.aCC/run.c: Likewise.
9142 * gdb.reverse/until-reverse.c: Likewise.
9143 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9144
666d413c
YQ
91452014-09-16 Yao Qi <yao@codesourcery.com>
9146
9147 * boards/local-remote-host-native.exp: New file.
9148
57cbd724
DE
91492014-09-14 Doug Evans <xdje42@gmail.com>
9150
9151 * gdb.threads/queue-signal.c (thread_count): New variable.
9152 (thread_count_mutex, thread_count_condvar): New variables.
9153 (incr_thread_count, wait_all_threads_running): New functions.
9154 (main): Wait for all threads to be in their thread functions.
9155
81219e53
DE
91562014-09-13 Doug Evans <xdje42@gmail.com>
9157
9158 * gdb.threads/queue-signal.c: New file.
9159 * gdb.threads/queue-signal.exp: New file.
9160
3714cea7
DE
91612014-09-13 Doug Evans <xdje42@gmail.com>
9162
9163 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9164 be consistent with what default_gdb_init uses.
9165 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9166 the plain text of the prompt. Add some logging printfs.
9167 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9168
fa43b1d7
PA
91692014-09-12 Pedro Alves <palves@redhat.com>
9170
9171 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9172 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9173 * gdb.arch/i386-size-overlap.exp: Likewise.
9174 * gdb.arch/i386-size.exp: Likewise.
9175 * gdb.arch/i386-unwind.exp: Likewise.
9176 * gdb.base/a2-run.exp: Likewise.
9177 * gdb.base/break.exp: Likewise.
9178 * gdb.base/charset.exp: Likewise.
9179 * gdb.base/chng-syms.exp: Likewise.
9180 * gdb.base/commands.exp: Likewise.
9181 * gdb.base/dbx.exp: Likewise.
9182 * gdb.base/find.exp: Likewise.
9183 * gdb.base/funcargs.exp: Likewise.
9184 * gdb.base/jit-simple.exp: Likewise.
9185 * gdb.base/reread.exp: Likewise.
9186 * gdb.base/sepdebug.exp: Likewise.
9187 * gdb.base/step-bt.exp: Likewise.
9188 * gdb.cp/mb-inline.exp: Likewise.
9189 * gdb.cp/mb-templates.exp: Likewise.
9190 * gdb.objc/basicclass.exp: Likewise.
9191 * gdb.threads/killed.exp: Likewise.
9192
9d9bf2df
EBM
91932014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9194
9195 PR tdep/17379
9196 * gdb.arch/powerpc-stackless.S: New file.
9197 * gdb.arch/powerpc-stackless.exp: New file.
9198
1cf2f1b0
JK
91992014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9200
9201 * gdb.base/attach.c: Include unistd.h.
9202 (main): Call alarm. Add label postloop.
9203 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9204 gdb_breakpoint, gdb_continue_to_breakpoint.
9205 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9206
98880d46
PA
92072014-09-11 Pedro Alves <palves@redhat.com>
9208
9209 PR gdb/17347
9210 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9211 * gdb.base/attach.exp (test_command_line_attach_run): New
9212 procedure.
9213 (top level): Call it.
9214
4c92ff2c
PA
92152014-09-11 Pedro Alves <palves@redhat.com>
9216
9217 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9218 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9219 (do_command_attach_tests): Use spawn_wait_for_attach.
9220 * gdb.base/solib-overlap.exp: Likewise.
9221 * gdb.multi/multi-attach.exp: Likewise.
9222 * gdb.python/py-prompt.exp: Likewise.
9223 * gdb.python/py-sync-interp.exp: Likewise.
9224 * gdb.server/ext-attach.exp: Likewise.
9225
3adc1a7d
GKB
92262014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9227
9228 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9229 command in testcase. Simplify testcase.
9230
96334934
JB
92312014-09-10 Joel Brobecker <brobecker@adacore.com>
9232
9233 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9234
eb479039
JB
92352014-09-10 Joel Brobecker <brobecker@adacore.com>
9236
9237 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9238
deede10c
JB
92392014-09-10 Joel Brobecker <brobecker@adacore.com>
9240
9241 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9242
7828a5f5
JB
92432014-09-10 Joel Brobecker <brobecker@adacore.com>
9244
9245 * gdb.dwarf2/dynarr-ptr.c: New file.
9246 * gdb.dwarf2/dynarr-ptr.exp: New file.
9247
33aeebcf
MR
92482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9249
9250 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9251 of 30 rather than hardcoding 120 for a slow test case. Take the
9252 `gdb,timeout' target setting into account for this calculation.
9253 Don't extend the timeout for the test cases that don't need it.
9254
7b415901
MR
92552014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9256
9257 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9258 a factor of 2 for a slow test case. Take the `gdb,timeout'
9259 target setting into account for this calculation.
9260 * gdb.reverse/until-precsave.exp: Increase the timeout by
9261 a factor of 15 and 3 respectively rather than adding 120
9262 for a pair of slow test cases. Take the `gdb,timeout'
9263 target setting into account for this calculation.
9264
4a40f85a
MR
92652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9266
9267 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9268 timeout, don't pass one down to gdb_expect.
9269 (gdb_expect): Rework timeout selection.
9270
09635af7
MR
92712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9272
9273 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9274 exception on timeout.
9275 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9276 (gdbserver_start_extended): Catch any `gdbserver_start' error
9277 exceptions.
9278 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9279 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9280 `gdbserver_gdb_load' error exceptions.
9281
2bdd10b7
MR
92822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9283
9284 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9285 120 on waiting for the TCP socket to open.
9286
316935f0
DE
92872014-09-09 Doug Evans <xdje42@gmail.com>
9288
9289 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9290 _caller_matches, _any_caller_is, _any_caller_matches.
9291
83740597
DE
92922014-09-09 Doug Evans <xdje42@gmail.com>
9293
9294 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9295
4c122fc3
YQ
92962014-09-09 Yao Qi <yao@codesourcery.com>
9297
9298 * gdb.mi/mi-var-display.exp: Set print symbol off.
9299
a9f116cb
GKB
93002014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9301
9302 PR gdb/17035
9303 * gdb.base/commands.exp: Add tests to verify user-defined
9304 commands with empty bodies.
9305 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9306 python commands in `show user command`.
9307 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9308 scheme commands in `show user command`.
9309
c75bd3a2
JK
93102014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9311
9312 PR python/17355
9313 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9314 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9315 * gdb.python/py-framefilter-invalidarg.exp: New file.
9316 * gdb.python/py-framefilter-invalidarg.py: New file.
9317
faa42425
DE
93182014-09-06 Doug Evans <xdje42@gmail.com>
9319
9320 PR 15276
9321 * gdb.python/py-caller-is.c: New file.
9322 * gdb.python/py-caller-is.exp: New file.
9323
474ca4f6
SDJ
93242014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9325
9326 PR gdb/17235
9327 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9328 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9329
eb0b0463
SDJ
93302014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9331
9332 PR fortran/17237
9333 * gdb.fortran/print-formatted.exp: New file.
9334 * gdb.fortran/print-formatted.f90: Likewise.
9335
5f3b99cf
SS
93362014-09-03 Sasha Smundak <asmundak@google.com>
9337
9338 * gdb.python/py-frame.exp: Test Frame.read_register.
9339
7d793aa9
SDJ
93402014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9341
9342 PR python/16699
9343 * gdb.python/py-completion.exp: New file.
9344 * gdb.python/py-completion.py: Likewise.
9345
fb0576e9
DE
93462014-08-28 Doug Evans <dje@google.com>
9347
9348 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9349 eax,etc. are live with values set by gdb and thus the compiler can't
9350 use them.
9351 * gdb.arch/i386-pseudo.c (main): Ditto.
9352
ee92b0dd
DE
93532014-08-27 Doug Evans <dje@google.com>
9354
9355 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9356
6649db35
DE
93572014-08-25 Doug Evans <dje@google.com>
9358
9359 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9360 (main): Ditto.
9361
564b7600
DE
93622014-08-25 Doug Evans <dje@google.com>
9363
9364 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9365
3881fb67
YQ
93662014-08-24 Yao Qi <yao@codesourcery.com>
9367
9368 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9369 symbol off.
9370 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9371
a05a36a5
DE
93722014-08-22 Doug Evans <dje@google.com>
9373
9374 PR 17276
9375 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9376 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9377 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9378
7c343b48
YQ
93792014-08-22 Yao Qi <yao@codesourcery.com>
9380
9381 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9382 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9383 * gdb.python/python.exp: Likewise. Use .py file on the host
9384 instead of the build.
9385
22fd09ae
JK
93862014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9387
9388 * gdb.threads/gcore-stale-thread.c: New file.
9389 * gdb.threads/gcore-stale-thread.exp: New file.
9390
a8454a7c
PA
93912014-08-21 Pedro Alves <palves@redhat.com>
9392
9393 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9394 * gdb.base/gcore-relro-pie.exp: Likewise.
9395 * gdb.base/gcore-relro.exp: Likewise.
9396 * gdb.base/gcore.exp: Likewise.
9397 * gdb.base/print-symbol-loading.exp: Likewise.
9398 * gdb.threads/gcore-thread.exp: Likewise.
9399 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9400
2a31c623
PA
94012014-08-20 Pedro Alves <palves@redhat.com>
9402 Jan Kratochvil <jan.kratochvil@redhat.com>
9403
9404 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9405 configure.
9406 (EXPECT): Handle READ1 being set.
9407 (all): Depend on EXTRA_RULES.
9408 (check-read1, expect-read1, read1.so, read1): New rules.
9409 * README (Testsuite Parameters): Document the READ1 make variable.
9410 (Race detection): New section.
9411 * configure: Regenerate.
9412 * configure.ac: If build==host==target, and running under a
9413 GNU/glibc system, add read1 to the extra Makefile rules.
9414 (EXTRA_RULES): AC_SUBST it.
9415 * lib/read1.c: New file.
9416
d36430db
JB
94172014-08-20 Joel Brobecker <brobecker@adacore.com>
9418
9419 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9420 the handling of variables declared as a typedef to an array
9421 which a DW_AT_data_location attribute.
9422
9a0dc9e3
PA
94232014-08-19 Andrew Burgess <aburgess@broadcom.com>
9424 Pedro Alves <palves@redhat.com>
9425
9426 PR symtab/14604
9427 PR symtab/14605
9428 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9429 gdb_test.
9430
0718a8da
PA
94312014-08-19 Pedro Alves <palves@redhat.com>
9432
9433 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9434
13b448cd
YQ
94352014-08-19 Yao Qi <yao@codesourcery.com>
9436
9437 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9438 right line.
9439
1cbf5077
DB
94402014-08-18 David Blaikie <dblaikie@gmail.com>
9441
9442 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9443
bf0fae19
JB
94442014-08-18 Joel Brobecker <brobecker@adacore.com>
9445
9446 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9447 attribute in array range.
9448
3c8c5dcc
JB
94492014-08-18 Joel Brobecker <brobecker@adacore.com>
9450
9451 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9452
e66d4446
SC
94532014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9454
9455 PR c++/17132
9456 * gdb.cp/pr17132.cc: New file.
9457 * gdb.cp/pr17132.exp: New file.
9458
940df408
SC
94592014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9460
9461 * gdb.python/py-xmethods.py (A_getarrayind)
9462 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9463 Use 'print' with function call syntax.
9464 (E_method_matcher.match): Fix tab vs space indentation mixup.
9465
ebcc6c3a
YQ
94662014-08-15 Yao Qi <yao@codesourcery.com>
9467
9468 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9469 false.
9470
775e0f04
YQ
94712014-08-15 Yao Qi <yao@codesourcery.com>
9472
9473 * gdb.cp/casts.exp: Set print symbol off.
9474 * gdb.cp/class2.exp: Likewise.
9475 * gdb.cp/overload.exp: Likewise.
9476 * gdb.cp/templates.exp: Likewise.
9477
d769e349
DE
94782014-08-11 Doug Evans <dje@google.com>
9479
9480 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9481 (test_load_shlib): Update.
9482
20c6f1e1
YQ
94832014-08-09 Yao Qi <yao@codesourcery.com>
9484
9485 * gdb.base/display.exp: Invoke is_address_zero_readable.
9486 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9487 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9488 * gdb.base/hbreak-unmapped.exp: Return if
9489 is_address_zero_readable returns true.
9490 * gdb.base/signest.exp: Likewise.
9491 * gdb.base/signull.exp: Likewise.
9492 * gdb.base/sigbpt.exp: Likewise.
9493 * gdb.guile/scm-disasm.exp: Do the test if
9494 is_address_zero_readable returns false.
9495 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9496 * gdb.python/py-arch.exp: Likewise.
9497 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9498 * lib/gdb.exp (is_address_zero_readable): New proc.
9499
5792e8e3
YQ
95002014-08-09 Yao Qi <yao@codesourcery.com>
9501
9502 PR testsuite/13443
9503 * gdb.mi/mi-var-display.exp: Make test messages unique.
9504
3cecbbbe
TT
95052014-08-04 Tom Tromey <tromey@redhat.com>
9506
9507 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9508 target 0".
9509
00b51ff5
TT
95102014-08-04 Tom Tromey <tromey@redhat.com>
9511
9512 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9513 "target_resume".
9514
6908c509
JB
95152014-08-01 Joel Brobecker <brobecker@adacore.com>
9516
9517 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9518 inner_vla_struct_object_size.
9519 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9520 as xfail.
9521
cc6563d2
PA
95222014-07-30 Pedro Alves <palves@redhat.com>
9523
9524 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9525 comment.
9526
7e09a223
YQ
95272014-07-29 Yao Qi <yao@codesourcery.com>
9528
9529 PR gdb/17206
9530 * gdb.base/until-nodebug.exp: New.
9531
7ebdbe92
DE
95322014-07-28 Doug Evans <xdje42@gmail.com>
9533
9534 PR guile/17203
9535 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9536 previously existing parameter, and previously ambiguously spelled
9537 parameter.
9538
fdb1adc6
WN
95392014-07-28 Will Newton <will.newton@linaro.org>
9540
9541 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9542
186fcde0
DE
95432014-07-26 Ludovic Courtès <ludo@gnu.org>
9544 Doug Evans <xdje42@gmail.com>
9545
9546 PR guile/17146
9547 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9548
70509625
PA
95492014-07-25 Pedro Alves <palves@redhat.com>
9550
9551 * gdb.threads/signal-command-handle-nopass.c: New file.
9552 * gdb.threads/signal-command-handle-nopass.exp: New file.
9553 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9554 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9555 * gdb.threads/signal-delivered-right-thread.c: New file.
9556 * gdb.threads/signal-delivered-right-thread.exp: New file.
9557
c3f814a1
PA
95582014-07-25 Pedro Alves <palves@redhat.com>
9559
9560 * gdb.base/double-prompt-target-event-error.exp
9561 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9562 match.
9563 (cancel_pagination_in_target_event): Rework double prompt
9564 detection.
9565 * gdb.base/paginate-after-ctrl-c-running.exp
9566 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9567 <return>' match.
9568 * gdb.base/paginate-bg-execution.exp
9569 (test_bg_execution_pagination_return)
9570 (test_bg_execution_pagination_cancel): Remove '-notransfer
9571 <return>' matches.
9572 * gdb.base/paginate-execution-startup.exp
9573 (test_fg_execution_pagination_return)
9574 (test_fg_execution_pagination_cancel): Remove '-notransfer
9575 <return>' matches.
9576 * gdb.base/paginate-inferior-exit.exp
9577 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9578 match.
9579 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9580 * lib/gdb.exp (pagination_prompt): Run text through
9581 string_to_regexp.
9582 (gdb_test_multiple): Match $pagination_prompt instead of
9583 "<return>".
9584 (string_to_regexp): Move to lib/gdb-utils.exp.
9585
e214cf6c
JK
95862014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9587
9588 * gdb.arch/amd64-entry-value-paramref.S: New file.
9589 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9590 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9591 * gdb.arch/amd64-optimout-repeat.S: New file.
9592 * gdb.arch/amd64-optimout-repeat.c: New file.
9593 * gdb.arch/amd64-optimout-repeat.exp: New file.
9594
17d0c5c8
JK
95952014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9596
9597 PR gdb/17170
9598 * gdb.base/statistics.exp: New file.
9599
b8b8facf
DE
96002014-07-17 Doug Evans <dje@google.com>
9601
74b49205 9602 PR gdb/17170
b8b8facf
DE
9603 * gdb.base/maint.exp: Update testing of per-command stats.
9604
1b5d0ab3
PA
96052014-07-16 Pedro Alves <palves@redhat.com>
9606
9607 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9608 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9609 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9610 (tfile_write_buf): New functions.
9611 (add_memory_block): Rewrite using the above.
9612 (adjust_function_address): New function.
9613 (FUNCTION_ADDRESS): New macro.
9614 (write_basic_trace_file): Remove short_x local, and use
9615 tfile_write_16. Change type of func_addr local to unsigned long
9616 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9617 here. Cast argument of add_memory_block to char pointer.
9618 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9619 (main): Remove parameters.
9620 * gdb.trace/tfile.exp: Remove nowarnings.
9621
4d974e88
SM
96222014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9623
9624 * gdb.base/debug-expr.exp: Test string evaluation with
9625 "debug expression" on.
9626
41e99568
PA
96272014-07-15 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.base/reread.exp: Use clean_restart.
9630
487d9753
PL
96312014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9632
9633 * gdb.arch/avr-flash-qualifer.c: New.
9634 * gdb.arch/avr-flash-qualifer.exp: New.
9635
cc1c52ad
PA
96362014-07-14 Pedro Alves <palves@redhat.com>
9637
9638 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9639 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9640
1e973570
PA
96412014-07-14 Pedro Alves <palves@redhat.com>
9642
9643 * gdb.base/double-prompt-target-event-error.c: New file.
9644 * gdb.base/double-prompt-target-event-error.exp: New file.
9645
93d6eb10
PA
96462014-07-14 Pedro Alves <palves@redhat.com>
9647
9648 PR gdb/17072
9649 * gdb.base/paginate-inferior-exit.c: New file.
9650 * gdb.base/paginate-inferior-exit.exp: New file.
9651
0017922d
PA
96522014-07-14 Pedro Alves <palves@redhat.com>
9653
9654 PR gdb/17072
9655 * gdb.base/paginate-bg-execution.c: New file.
9656 * gdb.base/paginate-bg-execution.exp: New file.
9657
94696ad3
PA
96582014-07-14 Pedro Alves <palves@redhat.com>
9659
9660 PR gdb/17072
9661 * gdb.base/paginate-execution-startup.c: New file.
9662 * gdb.base/paginate-execution-startup.exp: New file.
9663 * lib/gdb.exp (pagination_prompt): New global.
9664 (default_gdb_spawn): New procedure, factored out from
9665 default_gdb_spawn.
9666 (default_gdb_start): Adjust to call default_gdb_spawn.
9667 (gdb_spawn): New procedure.
9668
bd293940
PA
96692014-07-14 Pedro Alves <palves@redhat.com>
9670
9671 * lib/gdb.exp (gdb_assert): New procedure.
9672 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9673
c933f875
PA
96742014-07-14 Pedro Alves <palves@redhat.com>
9675
9676 * gdb.base/execution-termios.c: New file.
9677 * gdb.base/execution-termios.exp: New file.
9678
d98b7a16
TT
96792014-07-14 Tom Tromey <tromey@redhat.com>
9680
9681 * gdb.cp/vla-cxx.cc: New file.
9682 * gdb.cp/vla-cxx.exp: New file.
9683
548740d6
TT
96842014-07-14 Tom Tromey <tromey@redhat.com>
9685
9686 * gdb.reverse/rerun-prec.c: New file.
9687 * gdb.reverse/rerun-prec.exp: New file.
9688
a25eb028
MR
96892014-07-12 Maciej W. Rozycki <macro@mips.com>
9690 Maciej W. Rozycki <macro@codesourcery.com>
9691
9692 * lib/gdb-utils.exp: New file.
9693 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9694 inline `gdb_init_command' processing.
9695 (gdb_start_cmd): Likewise.
9696 * lib/mi-support.exp (mi_run_cmd): Likewise.
9697 * README: Document `gdb_init_command' and `gdb_init_commands'.
9698
218c2655
JK
96992014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9700
9701 Fix false FAIL running under a very long directory name.
9702 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9703 and "set print elements 10000". Twice.
9704
5401fde3
YQ
97052014-07-11 Yao Qi <yao@codesourcery.com>
9706
9707 * gdb.base/exprs.exp: "set print symbol off".
9708
e76126e8
PA
97092014-07-11 Pedro Alves <palves@redhat.com>
9710
9711 * gdb.threads/kill.c: New file.
9712 * gdb.threads/kill.exp: New file.
9713
2d6f0de6
YQ
97142014-07-10 Yao Qi <yao@codesourcery.com>
9715
9716 * gdb.trace/tfile.c (write_basic_trace_file)
9717 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9718 address written to trace file.
9719
7180e04a
PA
97202014-07-09 Pedro Alves <palves@redhat.com>
9721
9722 * gdb.base/attach-wait-input.exp: New file.
9723 * gdb.base/attach-wait-input.c: New file.
9724
9a9a7608
AB
97252014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9726
9727 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9728 setting up test structures.
9729 (main): Call new test function.
9730 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9731 test function, continue into test function and walk test
9732 structures.
9733
161ac41e
YQ
97342014-07-02 Yao Qi <yao@codesourcery.com>
9735
9736 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9737 'bar_start' at the beginning of functions 'foo' and 'bar'
9738 respectively.
9739 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9740 instead of 'foo' and 'bar'.
9741
1f267ae3
MM
97422014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9743
9744 * gdb.btrace/segv.exp: New.
9745 * gdb.btrace/segv.c: New.
9746
2b239efb
LM
97472014-07-02 Luis Machado <lgustavo@codesourcery.com>
9748
9749 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9750 instruction.
9751
cf363f18
MW
97522014-06-30 Mark Wielaard <mjw@redhat.com>
9753
9754 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9755 vulture, vilify, villar): New volatile array constants.
9756 (vindictive, vegetation): New const volatile array constants.
9757 * gdb.base/volatile.exp: Test volatile and const volatile array
9758 types.
9759
aebf9d24
AA
97602014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9761
9762 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9763 target lacks support for awatch, rwatch, or hbreak.
9764
b67a2c6f
YQ
97652014-06-27 Yao Qi <yao@codesourcery.com>
9766
9767 * gdb.multi/dummy-frame-restore.exp: New.
9768 * gdb.multi/dummy-frame-restore.c: New.
9769
aef92902
MM
97702014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9771
9772 * gdb.btrace/gcore.exp: New.
9773
8e9db26e
PA
97742014-06-23 Pedro Alves <palves@redhat.com>
9775
9776 * gdb.base/watchpoint-reuse-slot.c: New file.
9777 * gdb.base/watchpoint-reuse-slot.exp: New file.
9778
70afc5b7
SC
97792014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9780
9781 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9782 progspace's filename in 'info', 'enable' and 'disable' command
9783 tests.
9784
b972bd9c
JK
97852014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9786
9787 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9788 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9789 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9790
125f8a3d
GB
97912014-06-20 Gary Benson <gbenson@redhat.com>
9792
9793 * gdb.arch/i386-avx.exp: Fix include file location.
9794 * gdb.arch/i386-sse.exp: Likewise.
9795
3ed9baed
IB
97962014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9797
9798 * gdb.dlang/expression.exp: New file.
9799
034f788c
PA
98002014-06-19 Pedro Alves <palves@redhat.com>
9801
9802 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9803 out from ...
9804 (top level): ... here. Iterate running tests under different
9805 scheduler-locking settings.
9806
45371d0c
LM
98072014-06-18 Luis Machado <lgustavo@codesourcery.com>
9808
9809 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9810 to DW_FORM_addr and use non-zero addresses.
9811
5d376983
SC
98122014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9813
9814 PR gdb/17017
9815 * gdb.python/py-xmethods.cc: Add global function call counters and
9816 increment them in their respective functions. Remove "cout"
9817 statements.
9818 * gdb.python/py-xmethods.exp: Make tests check the global function
9819 call counters instead of depending on inferior IO.
9820
a1aa2221
LM
98212014-06-18 Don Breazeal <donb@codesourcery.com>
9822
9823 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9824 Deleted procedure.
9825 (explicit_fork_parent_follow): Deleted procedure.
9826 (explicit_fork_child_follow): Deleted procedure.
9827 (test_follow_fork): New procedure.
9828 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9829 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9830 procedure calls.
9831
0fc05997
YQ
98322014-06-17 Yao Qi <yao@codesourcery.com>
9833
9834 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9835 CP1252.
9836
70795c52
LM
98372014-06-17 Luis Machado <lgustavo@codesourcery.com>
9838
9839 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9840 Initialize ptr and S explicitly.
9841 (skip_type_update_when_not_use_rtti_test): Likewise.
9842
6be47f0c
KS
98432014-06-16 Keith Seitz <keiths@redhat.com>
9844
9845 PR mi/15863
9846 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9847 the inferior is started.
9848
d03de421
PA
98492014-06-16 Pedro Alves <palves@redhat.com>
9850
9851 * gdb.base/break-main-file-remove-fail.c: New file.
9852 * gdb.base/break-main-file-remove-fail.exp: New file.
9853 * gdb.base/break-unload-file.exp: Use build_executable instead of
9854 prepare_for_testing.
9855 (test_break): New parameter "initial_load". Handle it.
9856 (top level): Add initial_load cmdline/file axis.
9857
f9579b99
TT
98582014-06-12 Tom Tromey <tromey@redhat.com>
9859
9860 * gdb.base/completion.exp: Don't use directory name in test.
9861
3657956b
GB
98622014-06-09 Gary Benson <gbenson@redhat.com>
9863
9864 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9865 separate the always-available ANSI-standard signals from the
9866 signals that require checking.
9867 (main): Likewise.
9868 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9869 Likewise.
9870 (main): Likewise.
9871
4186eb54
KS
98722014-06-07 Keith Seitz <keiths@redhat.com>
9873
9874 Revert:
9875 PR c++/16253
9876 * gdb.cp/var-tag.cc: New file.
9877 * gdb.cp/var-tag.exp: New file.
9878 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9879 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9880 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9881 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9882
25326a28 98832014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9884
9885 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9886
829155c9
PA
98872014-06-06 Pedro Alves <palves@redhat.com>
9888
9889 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9890 in target debug output instead of looking at RSP packets,
9891 disabling the test on any target that uses hardware stepping.
9892 Update comments.
9893
61c8d22e
PA
98942014-06-06 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.base/break-unload-file.exp: Fix typo.
9897
d9a47287
YQ
98982014-06-06 Yao Qi <yao@codesourcery.com>
9899
9900 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9901 from "jit_function" to "^jit_function".
9902
e5e01dbf
YQ
99032014-06-06 Yao Qi <yao@codesourcery.com>
9904
9905 * gdb.base/async.c (foo): Add one statement.
9906 * gdb.base/async.exp: Get the next instruction address and
9907 match the output of "nexti" by instruction address. Match
9908 the hex address in the output of "finish".
9909
73ba372c
GB
99102014-06-06 Gary Benson <gbenson@redhat.com>
9911
9912 * gdb.base/call-signals.c: Remove preprocessor conditionals
9913 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9914 SIGSEGV and SIGTERM.
9915 * gdb.base/sigall.c: Likewise.
9916 * gdb.base/unwindonsignal.c: Likewise.
9917 * gdb.reverse/sigall-reverse.c: Likewise.
9918
831517df
YQ
99192014-06-06 Yao Qi <yao@codesourcery.com>
9920
9921 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9922 readable, skip the test.
9923
b8b91e98
YQ
99242014-06-06 Yao Qi <yao@codesourcery.com>
9925
9926 * gdb.threads/staticthreads.c (thread_function): Move the line
9927 setting breakpoint on forward.
9928 * gdb.threads/staticthreads.exp: Update comments.
9929
fb934770
LC
99302014-06-05 Ludovic Courtès <ludo@gnu.org>
9931
9932 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9933 "history-append! type error".
9934
6ef284bd
SM
99352014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9936
9937 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9938 erroneous dprintf expected input.
9939
a872e241
DE
99402014-06-04 Doug Evans <xdje42@gmail.com>
9941
9942 * gdb.guile/scm-generics.exp: Delete.
9943
16f691fb
DE
99442014-06-04 Doug Evans <xdje42@gmail.com>
9945
9946 * gdb.guile/scm-breakpoint.exp: Update.
9947 Add tests for breakpoint registration.
9948
012370f6
TT
99492014-06-04 Tom Tromey <tromey@redhat.com>
9950
9951 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9952 VLA-in-union.
9953 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9954 inner_vla_struct, vla_union types. Initialize objects of those
9955 types and compute their sizes.
9956
9f5a4cef
HZ
99572014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9958 Hui Zhu <hui@codesourcery.com>
9959
9960 * gdb.base/fileio.exp: Add test for shell not available as well as
9961 available.
9962 * gdb.base/fileio.c (test_system): Check for shell twice.
9963
90a45c4d
YQ
99642014-06-04 Yao Qi <yao@codesourcery.com>
9965
9966 * gdb.base/auto-connect-native-target.exp: Remove redundant
9967 space from the regexp pattern.
9968
70017e41
YQ
99692014-06-04 Yao Qi <yao@codesourcery.com>
9970
9971 * gdb.base/default.exp: Replace "child" with "native" in
9972 regexp pattern.
9973
883964a7
SC
99742014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9975
9976 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9977 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9978 * gdb.python/py-xmethods.py: Python script supporting the
9979 new testcase and tests.
9980
ef370185
JB
99812014-06-03 Joel Brobecker <brobecker@adacore.com>
9982 Pedro Alves <palves@redhat.com>
9983
9984 PR breakpoints/17000
9985 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9986 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9987
1e2ccb61
BM
99882014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9989
9990 * gdb.base/subst.exp: Add tests to verify partial path matching
9991 output.
9992
c6ec5ab2
PA
99932014-06-03 Pedro Alves <palves@redhat.com>
9994
9995 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9996 target that doesn't use software single-stepping.
9997
835c559f
PA
99982014-06-03 Pedro Alves <palves@redhat.com>
9999
10000 PR breakpoints/17000
10001 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10002 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10003
06eb1586
DE
100042014-06-02 Doug Evans <xdje42@gmail.com>
10005
10006 * gdb.guile/scm-parameter.exp: New file.
10007
e698b8c4
DE
100082014-06-02 Doug Evans <xdje42@gmail.com>
10009
10010 * gdb.guile/scm-cmd.c: New file.
10011 * gdb.guile/scm-cmd.exp: New file.
10012
ded03782
DE
100132014-06-02 Doug Evans <xdje42@gmail.com>
10014
10015 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10016 pretty-printer lookup.
10017 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10018 (make-pp_s-printer): Call it.
10019 (make-pretty-printer-from-dict): New function.
10020 (lookup-pretty-printer-maker-from-dict): New function.
10021 (*pretty-printer*): Simplify.
10022 (make-objfile-pp_s-printer): New function.
10023 (install-objfile-pretty-printers!): New function.
10024 (make-progspace-pp_s-printer): New function.
10025 (install-progspace-pretty-printers!): New function.
10026 * gdb.guile/scm-progspace.c: New file.
10027 * gdb.guile/scm-progspace.exp: New file.
10028
41fac0cf
PA
100292014-06-02 Pedro Alves <palves@redhat.com>
10030
10031 * gdb.base/dprintf-bp-same-addr.c: New file.
10032 * gdb.base/dprintf-bp-same-addr.exp: New file.
10033
96ae5695
EBM
100342014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10035
10036 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10037 * gdb.arch/powerpc-power.s: Likewise.
10038
da02b3a8
JB
100392014-06-02 Joel Brobecker <brobecker@adacore.com>
10040
10041 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10042
c72b2e7b
YQ
100432014-06-01 Yao Qi <yao@codesourcery.com>
10044
10045 * gdb.base/watchpoint.exp (test_watch_location): Check null
10046 pointer can be dereferenced. If not, do the test, otherwise
10047 skip it.
10048
53e8a631
AB
100492014-05-30 Andrew Burgess <aburgess@broadcom.com>
10050
10051 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10052 results.
10053 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10054
938f0e2f
AB
100552014-05-30 Andrew Burgess <aburgess@broadcom.com>
10056
10057 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10058 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10059 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10060 * gdb.arch/amd64-invalid-stack-top.c: New file.
10061 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10062
9ba6657a
PA
100632014-05-30 Pedro Alves <palves@redhat.com>
10064
10065 PR breakpoints/17000
10066 * gdb.base/sss-bp-on-user-bp.c: New file.
10067 * gdb.base/sss-bp-on-user-bp.exp: New file.
10068
522c09bf
DB
100692014-05-30 David Blaikie <dblaikie@gmail.com>
10070
10071 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10072 gnu_inline semantics via attribute.
10073 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10074 source explicitly specifies the required semantics.
10075
bf4ef81e
MR
100762014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10077
10078 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10079
329ea579
PA
100802014-05-29 Pedro Alves <palves@redhat.com>
10081 Tom Tromey <tromey@redhat.com>
10082
10083 * gdb.base/async-shell.exp: Don't enable target-async.
10084 * gdb.base/async.exp
10085 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10086 parameter. Adjust.
10087 (top level): Don't test with "target-async".
10088 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10089 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10090 * gdb.base/inferior-died.exp: Don't enable target-async.
10091 * gdb.base/interrupt-noterm.exp: Likewise.
10092 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10093 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10094 * gdb.mi/mi-nonstop.exp: Likewise.
10095 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10096 * gdb.mi/mi-nsintrall.exp: Likewise.
10097 * gdb.mi/mi-nsmoribund.exp: Likewise.
10098 * gdb.mi/mi-nsthrexec.exp: Likewise.
10099 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10100 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10101 * gdb.python/py-evsignal.exp: Don't enable target-async.
10102 * gdb.python/py-evthreads.exp: Likewise.
10103 * gdb.python/py-prompt.exp: Likewise.
10104 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10105 * gdb.server/solib-list.exp: Don't enable target-async.
10106 * gdb.threads/thread-specific-bp.exp: Likewise.
10107 * lib/mi-support.exp: Adjust to use mi-async.
10108
fd664c91
PA
101092014-05-29 Pedro Alves <palves@redhat.com>
10110
10111 PR gdb/13860
10112 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10113 reason, even in sync mode.
10114
251bde03
PA
101152014-05-29 Pedro Alves <palves@redhat.com>
10116 Hui Zhu <hui@codesourcery.com>
10117
10118 PR PR15693
10119 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10120 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10121 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10122 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10123
7f3c0343
JB
101242014-05-28 Joel Brobecker <brobecker@adacore.com>
10125
10126 * config/monitor.exp (gdb_target_monitor): Replace use of
10127 "set remotebaud" by "set serial baud".
10128
b2715b27
AW
101292014-05-26 Andy Wingo <wingo@igalia.com>
10130
10131 * gdb.guile/scm-breakpoint.exp:
10132 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10133 properties instead of gdb-object-properties.
10134
498a4489
YQ
101352014-05-26 Yao Qi <yao@codesourcery.com>
10136
10137 * gdb.server/no-thread-db.exp: Specify source file name
10138 explicitly when setting a breakpoint.
10139
589fdceb
MM
101402014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10141
10142 * gdb.btrace/vdso.c: New.
10143 * gdb.btrace/vdso.exp: New.
10144
e9089e05
MM
101452014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10146
10147 * gdb.base/gcore.exp (capture_command_output): Move ...
10148 * lib/gdb.exp (capture_command_output): ... here.
10149
67b5c0c1
MM
101502014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10151
10152 * gdb.btrace/data.exp: Test memory access during btrace replay.
10153
a2199296
SM
101542014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10155
10156 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10157
17b2616c
PA
101582014-05-21 Pedro Alves <palves@redhat.com>
10159
10160 PR gdb/13860
10161 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10162 (top level): Test that output related to execution commands is
10163 sent to the console with CLI commands, but not with MI commands.
10164 Test that breakpoint events are always mirrored to the console.
10165 Also expect the new source line to be output after a "next" in
10166 async mode too. Make it a pass/fail test.
10167 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10168 output.
10169 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10170
5166082f
PA
101712014-05-21 Pedro Alves <palves@redhat.com>
10172
10173 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10174 Use them to test variations of "list" after reaching a breakpoint.
10175 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10176 Test "list" with listsize 10 after reaching a breakpoint.
10177 * gdb.python/python.exp (decode_line current location line
10178 number): Adjust expected line number.
10179
2f25d70f
SM
101802014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10181
10182 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10183 behavior for $args, pass it directly to "run".
10184
ff604a67
MR
101852014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10186
10187 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10188 30000 to 65536.
10189
6a3cb8e8
PA
101902014-05-21 Pedro Alves <palves@redhat.com>
10191
10192 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10193 auto-connect-native-target off".
10194 * gdb.base/auto-connect-native-target.c: New file.
10195 * gdb.base/auto-connect-native-target.exp: New file.
10196
4ebfc96e
PA
101972014-05-21 Pedro Alves <palves@redhat.com>
10198
10199 * gdb.base/default.exp: Test "target native" instead of "target
10200 child".
10201
36d46afb
MW
102022014-05-21 Mark Wielaard <mjw@redhat.com>
10203
10204 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10205
5876f503
JK
102062014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10207
10208 Fix TLS access for -static -pthread.
10209 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10210 <HAVE_TLS> (thread_function, main): Initialize it.
10211 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10212 Add clean_restart.
10213 <$have_tls != "">: Check TLSVAR.
10214
0256a6ac
PA
102152014-05-21 Pedro Alves <palves@redhat.com>
10216
10217 * gdb.base/dcache-line-read-error.c: New.
10218 * gdb.base/dcache-line-read-error.exp: New.
10219
936d2992
PA
102202014-05-20 Pedro Alves <palves@redhat.com>
10221
10222 * gdb.base/compare-sections.c: New file.
10223 * gdb.base/compare-sections.exp: New file.
10224
802e8e6d
PA
102252014-05-20 Pedro Alves <palves@redhat.com>
10226
10227 * gdb.base/break-idempotent.c: New file.
10228 * gdb.base/break-idempotent.exp: New file.
10229
e59fa00f
MM
102302014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10231
10232 * gdb.btrace/nohist.exp: New.
10233
8b696e31
YQ
102342014-05-20 Yao Qi <yao@codesourcery.com>
10235
10236 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10237 gdb.reverse directory and gdb_reverse_timeout exists in board
10238 setting.
10239 * README: Document gdb_reverse_timeout.
10240
73c9764f
YQ
102412014-05-20 Yao Qi <yao@codesourcery.com>
10242
10243 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10244 'test_file_name'. Treat args as a string instead of a list.
10245 (gdb_init): Rename argument 'args' by 'test_file_name'.
10246
f1f4348a
JK
102472014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10248
10249 * gdb.arch/powerpc-power.exp: New file.
10250 * gdb.arch/powerpc-power.s: New file.
10251
0dbe70ce
DE
102522014-05-16 Doug Evans <dje@google.com>
10253
10254 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10255 * gdb.base/completion.exp: Check that all expected files exist
10256 before doing file completion.
0dbe70ce 10257
8d551b02
DE
102582014-05-16 Doug Evans <dje@google.com>
10259
10260 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10261 Update.
10262 (do_syscall_tests_without_xml): Update.
10263
73eb7709
PA
102642014-05-16 Pedro Alves <palves@redhat.com>
10265
10266 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10267 instead of "unknown output after running".
10268
3fae92fc
YQ
102692014-05-16 Yao Qi <yao@codesourcery.com>
10270
10271 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10272 file1.txt from host at the end.
10273 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10274
c2b2ccc5
DE
102752014-05-15 Doug Evans <dje@google.com>
10276
10277 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10278 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10279 loading file. Add test for TU lookup.
10280
8c217a4b
SM
102812014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10282
10283 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10284 calling "-exec-arguments" or "set args" before running the
10285 inferior.
10286
3deb39c6
SM
102872014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10288
10289 * lib/mi-support.exp (mi_expect_stop): Expect message for
10290 inferiors that exit with non-zero exit code.
10291
71a79f8c
YQ
102922014-05-14 Yao Qi <yao@codesourcery.com>
10293
10294 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10295 match absolute path on remote host.
10296 (test_file_list_exec_source_files): Remove "/" from the
10297 pattern.
10298
f23fcd46
YQ
102992014-05-14 Yao Qi <yao@codesourcery.com>
10300
10301 * boards/local-remote-host-notty.exp (${board}_file): New
10302 proc.
10303
9404b58f
KM
103042014-05-07 Kyle McMartin <kyle@redhat.com>
10305
10306 Pushed by Joel Brobecker <brobecker@adacore.com>.
10307 * gdb.arch/aarch64-atomic-inst.c: New file.
10308 * gdb.arch/aarch64-atomic-inst.exp: New file.
10309
5e45f04c
YQ
103102014-05-07 Yao Qi <yao@codesourcery.com>
10311
10312 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10313 in current context" too.
10314
c888a17d
KS
103152014-05-05 Keith Seitz <keiths@redhat.com>
10316
10317 * gdb.linespec/ls-dollar.exp: Add test for linespec
10318 file:convenience_variable.
10319
290a839c
YQ
103202014-05-05 Yao Qi <yao@codesourcery.com>
10321
10322 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10323 traceframes into tfile and ctf trace files. Read data from
10324 trace file and test collected data.
10325 (gdb_collect_locals_test): Likewise.
10326 (gdb_unavailable_registers_test): Likewise.
10327 (gdb_unavailable_floats): Likewise.
10328 (gdb_collect_globals_test): Likewise.
10329 (top-level): Append "ctf" to trace_file_targets if GDB
10330 supports.
10331
b5262cd0
YQ
103322014-05-05 Yao Qi <yao@codesourcery.com>
10333
10334 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10335 code to ...
10336 (gdb_collect_args_test_1): ... it. New proc.
10337 (gdb_collect_locals_test): Move some code to ...
10338 (gdb_collect_locals_test_1): ... it. New proc.
10339 (gdb_unavailable_registers_test): Move some code to ...
10340 (gdb_unavailable_registers_test_1): ... it. New proc.
10341 (gdb_unavailable_floats): Move some code to ...
10342 (gdb_unavailable_floats_1): ... it. New proc.
10343
30a1e6cc
SDJ
103442014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10345
10346 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10347 probes to test for bitness recognition.
10348 * gdb.arch/amd64-stap-optional-prefix.exp
10349 (test_probe_value_without_reg): New procedure.
10350 Add code to test for different kinds of bitness.
10351
f33da99a
SDJ
103522014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10353
10354 PR breakpoints/16889
10355 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10356 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10357
5b80f00d
PA
103582014-05-01 Pedro Alves <palves@redhat.com>
10359
10360 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10361 gdb_file_cmd if no file is specified.
10362 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10363 last_loaded_file to set the remote exec-file.
10364
f8c2a73c
PA
103652014-05-01 Pedro Alves <palves@redhat.com>
10366
10367 * boards/local-remote-host.exp: New file.
10368
be6e8ac7
PA
103692014-05-01 Pedro Alves <palves@redhat.com>
10370
10371 * boards/local-remote-host.exp: Rename to ...
10372 * boards/local-remote-host-notty.exp: ... this.
10373
cac0dc8f
JB
103742014-04-28 Joel Brobecker <brobecker@adacore.com>
10375
10376 * gdb.ada/dyn_arrayidx: New testcase.
10377
9730e6cc
YQ
103782014-04-26 Yao Qi <yao@codesourcery.com>
10379
10380 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10381 and compute the length of function main. Save it in
10382 $main_length.
10383 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10384 (top-level): Use gdb_compile to compile objects into
10385 executable and restart GDB. Remove invocation to
10386 prepare_for_testing.
10387
7ae1a6a6
PA
103882014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10389 Pedro Alves <palves@redhat.com>
10390
10391 PR server/16255
10392 * gdb.multi/multi-attach.c: New file.
10393 * gdb.multi/multi-attach.exp: New file.
10394
4082afcc
PA
103952014-04-25 Pedro Alves <palves@redhat.com>
10396
10397 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10398 user.
10399 (top level): Test that "set remote conditional-breakpoints-packet
10400 off" works as intended.
10401 * gdb.base/dprintf.exp: Test that "set remote
10402 breakpoint-commands-packet off" works as intended.
10403 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10404 New function.
10405 (top level): Call it.
10406 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10407 remote fast-tracepoints-packet off" works as intended.
10408 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10409 * lib/gdb.exp (gdb_is_target_remote): ... here.
10410
2abc3f8d
DB
104112014-04-24 David Blaikie <dblaikie@gmail.com>
10412
10413 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10414 ensure clang would not discard them.
10415 * gdb.base/gdbvars.c: Ditto.
10416 * gdb.base/memattr.c: Ditto.
10417 * gdb.base/whatis.c: Ditto.
10418 * gdb.python/py-prettyprint.c: Ditto.
10419 * gdb.trace/actions.c: Ditto.
10420 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10421 ensure clang would not discard it.
10422
bfd39632
DB
104232014-04-24 David Blaikie <dblaikie@gmail.com>
10424
10425 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10426 clang to emit the full definition of type required by the test
10427 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10428
22842ff6
DB
104292014-04-24 David Blaikie <dblaikie@gmail.com>
10430
10431 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10432 coax Clang into emitting the definition of the type.
10433 * gdb.cp/pr10728-x.h (y): Ditto.
10434 * gdb.cp/pr10728-y.cc (y): Ditto.
10435
c2e827ad
DB
104362014-04-24 David Blaikie <dblaikie@gmail.com>
10437
10438 * gdb.base/label.exp: XFAIL label related tests under Clang.
10439 * gdb.cp/cplabel.exp: Ditto.
10440 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10441 under Clang those using labels.
10442
4c2d33e7
YQ
104432014-04-25 Yao Qi <yao@codesourcery.com>
10444
10445 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10446 double_label.
10447 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10448 partial_label and double_label.
10449
56083b99
DB
104502014-04-24 David Blaikie <dblaikie@gmail.com>
10451
10452 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10453
25d4e99d
DB
104542014-04-24 David Blaikie <dblaikie@gmail.com>
10455
10456 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10457 of the function to work across GCC and Clang.
10458 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10459 pointer types (const void ** const V void **).
10460
01f9f808
MS
104612014-04-24 Michael Sturm <michael.sturm@mintel.com>
10462 Walfred Tedeschi <walfred.tedeschi@intel.com>
10463
10464 * Makefile.in (EXECUTABLES): Added i386-avx512.
10465 * gdb.arch/i386-avx512.c: New file.
10466 * gdb.arch/i386-avx512.exp: Likewise.
10467
4b48d439
KS
104682014-04-23 Keith Seitz <keiths@redhat.com>
10469
10470 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10471 (mi_make_breakpoint_table): New procedure.
10472 (mi_create_breakpoint): Use mi_make_breakpoint
10473 and return the result.
10474 (mi_make_breakpoint): New procedure.
10475 (mi_build_kv_pairs): New procedure.
10476
10477 * gdb.mi/mi-break.exp: Remove unused globals,
10478 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10479 All callers updated.
10480 * gdb.mi/mi-dprintf.exp: Use variable to track command
10481 number.
10482 Update all callers of mi_create_breakpoint and use
10483 mi_make_breakpoint_table.
10484 Remove any unused global variables.
10485 * gdb.mi/mi-nonstop.exp: Likewise.
10486 * gdb.mi/mi-nsintrall.exp: Likewise.
10487 * gdb.mi/mi-nsmoribund.exp: Likewise.
10488 * gdb.mi/mi-nsthrexec.exp: Likewise.
10489 * gdb.mi/mi-reverse.exp: Likewise.
10490 * gdb.mi/mi-simplerun.exp: Likewise.
10491 * gdb.mi/mi-stepn.exp: Likewise.
10492 * gdb.mi/mi-syn-frame.exp: Likewise.
10493 * gdb.mi/mi-until.exp: Likewise.
10494 * gdb.mi/mi-var-cp.exp: Likewise.
10495 * gdb.mi/mi-var-display.exp: Likewise.
10496 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10497 * gdb.mi/mi2-var-child.exp: Likewise.
10498 * gdb.mi/mi-vla-c99.exp: Likewise.
10499 * lib/mi-support.exp: Likewise.
10500
10501 From Ian Lance Taylor <iant@cygnus.com>:
10502 * lib/gdb.exp (parse_args): New procedure.
10503
08351840
PA
105042014-04-23 Pedro Alves <palves@redhat.com>
10505
10506 * gdb.base/break-unload-file.c: New file.
10507 * gdb.base/break-unload-file.exp: New file.
10508 * gdb.base/sym-file-lib.c (baz): New function.
10509 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10510 field.
10511 (load): Store the segment's mapped size.
10512 (unload): New function.
10513 (unload_shlib): New function.
10514 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10515 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10516 set a breakpoint at baz, and call it.
10517 * gdb.base/sym-file.exp: New tests for stale breakpoint
10518 instructions.
10519
076855f9
PA
105202014-04-23 Pedro Alves <palves@redhat.com>
10521
10522 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10523 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10524 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10525 * gdb.base/hbreak-unmapped.c: New file.
10526 * gdb.base/hbreak-unmapped.exp: New file.
10527 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10528 * lib/gdb.exp (gdb_is_target_remote): ... here.
10529
483805cf
PA
105302014-04-22 Pedro Alves <palves@redhat.com>
10531
10532 * gdb.base/consecutive-step-over.c: New file.
10533 * gdb.base/consecutive-step-over.exp: New file.
10534
06d97543
PA
105352014-04-22 Pedro Alves <palves@redhat.com>
10536
10537 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10538 instead of send_gdb/gdb_expect.
10539
b4429ea2
YQ
105402014-04-22 Yao Qi <yao@codesourcery.com>
10541
10542 * lib/trace-support.exp (generate_tracefile): New procedure.
10543 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10544 return 0.
10545 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10546 if generate_tracefile returns 1.
10547
51d48146
PA
105482014-04-18 Tom Tromey <palves@redhat.com>
10549 Pedro alves <tromey@redhat.com>
10550
10551 PR backtrace/15558
10552 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10553 with a backtrace limit.
10554 * gdb.python/py-frame-inline.exp: Test running to an inline
10555 function with a backtrace limit, and printing the newest frame.
10556 * gdb.python/py-frame-inline.c (main): Call f.
10557
bd1dce5f
MS
105582014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10559
10560 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10561
40d1a503
MS
105622014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10563
10564 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10565 Drop prefix from unsupported source file path.
10566
389b98f7
YQ
105672014-04-17 Yao Qi <yao@codesourcery.com>
10568
10569 * lib/gdb.exp (with_target_charset): New proc.
10570 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10571 with_target_charset.
10572 (test_print_strings): Likewise.
10573 (test_repeat_bytes): Likewise.
10574 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10575 for some tests.
10576
22869d73
KS
105772014-04-16 Keith Seitz <keiths@redhat.com>
10578
10579 PR gdb/15827
10580 * gdb.dwarf2/corrupt.c: New file.
10581 * gdb.dwarf2/corrupt.exp: New file.
10582
c4f87ca6
KS
105832014-04-16 Keith Seitz <keiths@redhat.com>
10584
10585 PR c++/16597
10586 * gdb.cp/namelessclass.cc: New file.
10587 * gdb.cp/namelessclass.exp: New file.
10588 * gdb.cp/namelessclass.S: New file.
10589
ab19de87
DE
105902014-04-16 Doug Evans <dje@google.com>
10591
10592 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10593 Add comment.
10594 (gdbserver_default_get_comm_port): New function.
10595 (gdbserver_start): Check if board file provided
10596 "gdbserver,get_comm_port" and use it if so.
10597 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10598 (gdb,socketport): Set to "stdio".
10599 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10600 (stdio_gdbserver_template): Delete.
10601 (${board}_get_remote_address): Update.
10602 (${board}_build_remote_cmd): Delete.
10603 (${board}_get_comm_port): New function.
10604 (${board}_spawn): Update.
10605 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10606 Delete.
10607 (${board}_get_remote_address): Update.
10608 (${board}_get_comm_port): New function.
10609
fc98a809
AB
106102014-04-16 Andrew Burgess <aburgess@broadcom.com>
10611
10612 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10613 appearing in any order.
10614
87fd9e6e
DE
106152014-04-15 Doug Evans <dje@google.com>
10616
10617 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10618 uninitialized value of "description".
10619
099fc3ea
KS
106202014-04-15 Keith Seitz <keiths@redhat.com>
10621
10622 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10623 Remove unused globals.
10624 (test_running_the_program): Likewise.
10625 (test_controlled_execution): Likewise.
10626 (test_controlling_breakpoints): Likewise.
10627 (test_program_termination): Likewise.
10628
5da151d4
KS
106292014-04-15 Keith Seitz <keiths@redhat.com>
10630
10631 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10632 unused globals.
10633 (test_rbreak_creation_and_listing): Likewise.
10634 (test_ignore_count): Likewise.
10635 (test_error): Likewise.
10636
35e5d2f0
PA
106372014-04-15 Pedro Alves <palves@redhat.com>
10638
10639 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10640 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10641 sym-file-loader.c.
10642 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10643 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10644 to sym-file-loader.c.
10645 (struct library): Forward declare.
10646 (load_shlib, lookup_function): Change prototypes.
10647 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10648 (translate_offset): Remove declarations.
10649 (get_text_addr): New declaration.
10650 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10651 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10652 sym-file-loader.h.
10653 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10654 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10655 here from sym-file-loader.h.
10656 (struct library): New structure.
10657 (load_shlib, lookup_function): Change prototypes and adjust to
10658 work with a struct library.
10659 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10660 (translate_offset): Make static.
10661 (get_text_addr): New function.
10662 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10663
eb4c1710
PA
106642014-04-15 Pedro Alves <palves@redhat.com>
10665
10666 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10667
2d1baf52
PA
106682014-04-15 Pedro Alves <palves@redhat.com>
10669
10670 * gdb.base/sym-file-loader.c: Include <limits.h>.
10671 (SELF_LINK): New define.
10672 (get_origin): New function.
10673 (load_shlib): Use it.
10674 * gdb.base/sym-file.exp: Don't early return if the target is
10675 remote. Use runto_main, and issue fail is that fails. Use
10676 gdb_load_shlibs.
10677 (shlib_name): Delete.
10678 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10679
7dd6df01
PA
106802014-04-15 Pedro Alves <palves@redhat.com>
10681
10682 * gdb.base/sym-file.exp: Remove regex characters from test
10683 message. Don't refer to breakpoint numbers in test messages.
10684
b50c8614
KS
106852014-04-14 Keith Seitz <keiths@redhat.com>
10686
10687 PR c++/16253
10688 * gdb.cp/var-tag.cc: New file.
10689 * gdb.cp/var-tag.exp: New file.
10690 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10691 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10692 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10693 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10694
3d567982
TT
106952014-04-14 Tom Tromey <tromey@redhat.com>
10696
10697 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10698 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10699 type.
10700 * gdb.cp/enum-class.exp: New file.
10701 * gdb.cp/enum-class.cc: New file.
10702
0626fc76
TT
107032014-04-14 Tom Tromey <tromey@redhat.com>
10704
10705 * gdb.dwarf2/enum-type.exp: New file.
10706
dca325b3
SA
107072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10708
10709 * gdb.mi/mi-vla-c99.exp: New file.
10710 * gdb.mi/vla.c: New file.
10711
5854b38a
SA
107122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10713
10714 * gdb.base/vla-datatypes.c: New file.
10715 * gdb.base/vla-datatypes.exp: New file.
10716
463bb957
SA
107172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10718
10719 * gdb.base/vla-ptr.c: New file.
10720 * gdb.base/vla-ptr.exp: New file.
10721
3dd170be
SA
107222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10723
10724 * gdb.dwarf2/count.exp: New file.
10725
5ecaaa66
SA
107262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10727
10728 * gdb.base/vla-sideeffect.c: New file.
10729 * gdb.base/vla-sideeffect.exp: New file.
10730
41f1ada5
DB
107312014-04-14 David Blaikie <dblaikie@gmail.com>
10732
10733 * gdb.mi/non-stop.c: Add return value for non-void function return
10734 statement.
10735 * gdb.threads/staticthreads.c: Ditto.
10736
0be03e84
DE
107372014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10738 Doug Evans <xdje42@gmail.com>
10739
10740 * gdb.guile/scm-value.c: Improve test case.
10741 * gdb.guile/scm-value.exp: Add new test.
10742
f180a1fb
DB
107432014-04-11 David Blaikie <dblaikie@gmail.com>
10744
10745 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10746 override Clang's default.
10747
6b662e19
JB
107482014-04-11 Joel Brobecker <brobecker@adacore.com>
10749
10750 Revert the following changes (regressions):
10751
10752 * gdb.base/vla-sideeffect.c: New file.
10753 * gdb.base/vla-sideeffect.exp: New file.
10754
10755 * gdb.dwarf2/count.exp: New file.
10756
10757 * gdb.base/vla-multi.c: New file.
10758 * gdb.base/vla-multi.exp: New file.
10759
10760 * gdb.base/vla-ptr.c: New file.
10761 * gdb.base/vla-ptr.exp: New file.
10762
10763 * gdb.base/vla-datatypes.c: New file.
10764 * gdb.base/vla-datatypes.exp: New file.
10765
10766 * gdb.mi/mi-vla-c99.exp: New file.
10767 * gdb.mi/vla.c: New file.
10768
245a5f0b
KS
107692014-04-11 Keith Seitz <keiths@redhat.com>
10770
10771 PR c++/16675
10772 * gdb.cp/cpsizeof.exp: New file.
10773 * gdb.cp/cpsizeof.cc: New file.
10774
58a84dcf
SA
107752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10776
191a8a90
JB
10777 * gdb.mi/mi-vla-c99.exp: New file.
10778 * gdb.mi/vla.c: New file.
58a84dcf 10779
c8655f75
SA
107802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10781
10782 * gdb.base/vla-datatypes.c: New file.
10783 * gdb.base/vla-datatypes.exp: New file.
10784
024e13b4
SA
107852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10786
10787 * gdb.base/vla-ptr.c: New file.
10788 * gdb.base/vla-ptr.exp: New file.
10789
1a237e0e
SA
107902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10791
10792 * gdb.base/vla-multi.c: New file.
10793 * gdb.base/vla-multi.exp: New file.
10794
504f3432
SA
107952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10796
10797 * gdb.dwarf2/count.exp: New file.
10798
3bce8237
SA
107992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10800
191a8a90
JB
10801 * gdb.base/vla-sideeffect.c: New file.
10802 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10803
322f9c21
YQ
108042014-04-11 Yao Qi <yao@codesourcery.com>
10805
10806 * gdb.base/completion.exp: Check file exists before running tests
10807 on file completion.
10808
d708bcd1
PA
108092014-04-10 Pedro Alves <palves@redhat.com>
10810
10811 * gdb.base/cond-eval-mode.c: New file.
10812 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10813 prepare_for_testing to build the new file. Check result of
10814 runto_main.
10815 (test_break, test_watch): New procedures.
10816 (top level): Use them.
10817
ae1d2761
PM
108182014-04-08 Pierre Muller <muller@sourceware.org>
10819
10820 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10821 Ctrl-V use for mingw hosts.
10822
7af389b8
SC
108232014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10824
10825 * gdb.python/py-value.c: Improve test case.
10826 * gdb.python/py-value.exp: Add new test.
10827
5e703181
DE
108282014-04-07 David Blaikie <dblaikie@gmail.com>
10829
10830 * lib/compiler.c: Identify the clang compiler.
10831 * lib/compiler.cc: Ditto.
10832
9810b410
YQ
108332014-04-03 Yao Qi <yao@codesourcery.com>
10834
10835 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10836
98d1b8dc
AB
108372014-04-01 Anton Blanchard <anton@samba.org>
10838
10839 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10840 messages unique.
10841
3114cea1
AB
108422014-04-01 Anton Blanchard <anton@samba.org>
10843
10844 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10845 prepare_for_testing.
10846
62f7182c
AB
108472014-04-01 Anton Blanchard <anton@samba.org>
10848
10849 * gdb.arch/ppc64-atomic-inst.c: Remove.
10850 * gdb.arch/ppc64-atomic-inst.S: New file.
10851 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10852
770e7fc7
DE
108532014-03-31 Doug Evans <dje@google.com>
10854
10855 * gdb.base/print-symbol-loading-lib.c: New file.
10856 * gdb.base/print-symbol-loading-main.c: New file.
10857 * gdb.base/print-symbol-loading.exp: New file.
10858
46e2bafa
YQ
108592014-03-31 Yao Qi <yao@codesourcery.com>
10860
10861 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10862
8776cfe9
JB
108632014-03-28 Joel Brobecker <brobecker@adacore.com>
10864
10865 * gdb.ada/mi_dyn_arr: New testcase.
10866
5d1ef361
DE
108672014-03-27 Doug Evans <dje@google.com>
10868
10869 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10870
b5bee914
YQ
108712014-03-27 Yao Qi <yao@codesourcery.com>
10872
10873 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10874 if target is nios2-*-*.
10875
0d4d0e77
YQ
108762014-03-26 Yao Qi <yao@codesourcery.com>
10877
10878 * lib/gdb.exp (readline_is_used): New proc.
10879 * gdb.base/completion.exp: Move tests on command complete up.
10880 Skip the rest of tests if readline is not used.
10881 * gdb.ada/complete.exp: Skp the test if readline is not
10882 used.
10883 * gdb.base/filesym.exp: Likewise.
10884 * gdb.base/macscp.exp: Likewise.
10885 * gdb.base/readline-ask.exp: Likewise.
10886 * gdb.base/readline.exp: Likewise.
10887 * gdb.python/py-cmd.exp: Likewise.
10888 * gdb.trace/tfile.exp: Likewise.
10889
29361eee
YQ
108902014-03-26 Yao Qi <yao@codesourcery.com>
10891
10892 * gdb.base/macscp.exp: Fix code format issues.
10893
bc9a5525
UW
108942014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10895
10896 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10897 * gdb.asm/powerpc64le.inc: New file.
10898
d3839ede
PA
108992014-03-25 Pedro Alves <palves@redhat.com>
10900 Doug Evans <dje@google.com>
10901
10902 * gdb.base/source-execution.c: New file.
10903 * gdb.base/source-execution.exp: New file.
10904 * gdb.base/source-execution.gdb: New file.
10905
01672a57
DE
109062014-03-24 Doug Evans <dje@google.com>
10907
10908 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10909 using fission.
10910
88bbeca9
HZ
109112014-03-24 Hui Zhu <hui@codesourcery.com>
10912 Pedro Alves <palves@redhat.com>
10913
10914 PR breakpoints/16101
10915 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10916 test pass/fail messages. Detect missing support for dprintf when
10917 breakpoints are actually inserted.
10918 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10919 breakpoints are actually inserted.
10920 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10921 fails.
10922
d2348791
JK
109232014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10924
10925 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10926
feef67ab
DE
109272014-03-22 Doug Evans <xdje42@gmail.com>
10928
10929 * gdb.python/python.exp (python not supported): Verify multi-line
10930 python command issues an error.
25d743f9 10931 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10932 guile command issues an error.
feef67ab 10933
ecebef6a
MR
109342014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10935
10936 * gdb.threads/thread-specific.exp: Handle the lack of usable
10937 $this_breakpoint and $this_thread.
10938
ccdd1909
HZ
109392014-03-21 Hui Zhu <hui@codesourcery.com>
10940
10941 * gdb.base/attach.exp (do_command_attach_tests): New.
10942
beb460e8
PA
109432014-03-20 Tom Tromey <tromey@redhat.com>
10944 Pedro Alves <palves@redhat.com>
10945
10946 PR cli/15718
10947 * gdb.base/condbreak-call-false.c: New file.
10948 * gdb.base/condbreak-call-false.exp: New file.
10949
40acf43a
PA
109502014-03-20 Pedro Alves <palves@redhat.com>
10951
10952 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10953 Delete.
10954 (block_signals, unblock_signals): Delete.
10955 (child_function_2, main): Remove references to deleted variable
10956 and functions.
10957
9f5e1e02
PA
109582014-03-20 Pedro Alves <palves@redhat.com>
10959
10960 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10961 Use pthread_kill to signal thread 2.
10962 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10963 Adjust to make the test send itself a signal rather than using the
10964 host's "kill" command.
10965
99619bea
PA
109662014-03-20 Pedro Alves <palves@redhat.com>
10967
10968 * gdb.threads/multiple-step-overs.c: New file.
10969 * gdb.threads/multiple-step-overs.exp: New file.
10970 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10971 Adjust expected infrun debug output.
10972
2adfaa28
PA
109732014-03-20 Pedro Alves <palves@redhat.com>
10974
10975 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10976 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10977
31e77af2
PA
109782014-03-20 Pedro Alves <palves@redhat.com>
10979
10980 PR breakpoints/7143
10981 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10982 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10983 of gdb_test_multiple.
10984 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10985 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10986
b9f437de
PA
109872014-03-20 Pedro Alves <palves@redhat.com>
10988
10989 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10990 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10991
05adc73e
PA
109922014-03-19 Pedro Alves <palves@redhat.com>
10993
10994 * gdb.base/async.exp: Remove early return.
10995
6048b950
PA
109962014-03-19 Pedro Alves <palves@redhat.com>
10997
10998 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10999
8bcfb00a
PA
110002014-03-19 Pedro Alves <palves@redhat.com>
11001
11002 * gdb.base/async.exp (test_background): Expect \r\n after
11003 "completed." in the fail pattern.
11004
884e37dc
PA
110052014-03-19 Pedro Alves <palves@redhat.com>
11006
11007 * gdb.base/async.exp (test_background): New procedure.
11008 Use it for all background execution command tests.
11009
148e57e2
PA
110102014-03-19 Pedro Alves <palves@redhat.com>
11011
11012 * gdb.base/async.exp: Use prepare_for_testing.
11013
f48088c7
PA
110142014-03-19 Pedro Alves <palves@redhat.com>
11015
11016 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11017 the same line.
11018
e2f6c966
PA
110192014-03-19 Pedro Alves <palves@redhat.com>
11020
11021 * gdb.base/async.c (main): Add "jump here" and "until here" line
11022 marker comments.
11023 * gdb.base/async.exp (jump_here): New global.
11024 (jump& test): Use it.
11025 (until_here): New global.
11026 (until& test): Use it.
11027
c30568d4
PA
110282014-03-19 Pedro Alves <palves@redhat.com>
11029
11030 * gdb.base/async.exp: Don't frob gdb_protocol.
11031
0172b6a7
DE
110322014-03-18 Doug Evans <xdje42@gmail.com>
11033
11034 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11035 Fix spelling of exec-done-display.
11036
06c868a8
JK
110372014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11038
11039 PR gdb/15358
11040 * gdb.base/gdb-sigterm.c: New file.
11041 * gdb.base/gdb-sigterm.exp: New file.
11042
0c7e1a46
PA
110432014-03-18 Pedro Alves <palves@redhat.com>
11044
11045 PR gdb/13860
11046 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11047 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11048 solib-event.
11049
f7c77d93
JB
110502014-03-17 Joel Brobecker <brobecker@adacore.com>
11051
11052 * gdb.ada/pckd_arr_ren: New testcase.
11053
5a1e8c7a
DE
110542014-03-13 Doug Evans <xdje42@gmail.com>
11055
11056 PR guile/16612
11057 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11058 collect after discarding symbols.
11059
350e1a76
DE
110602014-03-13 Ludovic Courtès <ludo@gnu.org>
11061 Doug Evans <xdje42@gmail.com>
11062
11063 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11064 to history survives a gc.
11065
a69900ae
PA
110662014-03-13 Pedro Alves <palves@redhat.com>
11067
11068 * gdb.base/default.exp: Don't test "target procfs".
11069
5db9f0bd
PA
110702014-03-13 Pedro Alves <palves@redhat.com>
11071
11072 * gdb.base/default.exp: Update "target child" and "target procfs"
11073 tests to not expect "Unix".
11074
b3ccfe11
TT
110752014-03-12 Tom Tromey <tromey@redhat.com>
11076
11077 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11078 New procs. Add target-async tests.
11079 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11080 Add target-async tests.
11081
646f4417
AA
110822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11083
11084 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11085 'func_start' and 'func_end' for the beginning and end of the
11086 function code, respectively.
11087 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11088 'func_end' instead of 'func' and 'main'.
11089
288c211f
AA
110902014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11091
11092 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11093 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11094 generate the debug info assembler source.
11095
e0c0f156
AA
110962014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11097
11098 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11099 * gdb.dwarf2/arr-subrange.exp: Likewise.
11100 * gdb.dwarf2/dwz.exp: Likewise.
11101 * gdb.dwarf2/method-ptr.exp: Likewise.
11102 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11103 * gdb.dwarf2/subrange.exp: Likewise.
11104 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11105 * gdb.dwarf2/implptrpiece.exp: Likewise.
11106 * gdb.dwarf2/nostaticblock.exp: Likewise.
11107
0e5c4555
AA
111082014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11109
11110 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11111 directory to absolute path name arguments.
11112
5ec18f2b
JG
111132014-03-10 Joel Brobecker <brobecker@adacore.com>
11114
11115 * gdb.ada/tagged_access: New testcase.
11116
847fc4f2
MM
111172014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11118
11119 * gdb.btrace/data.exp: Update expected output.
11120
cc3da688
YQ
111212014-03-06 Yao Qi <yao@codesourcery.com>
11122
11123 * gdb.trace/pr16508.exp: New file.
11124
0f26cec1
PA
111252014-03-05 Pedro Alves <palves@redhat.com>
11126
11127 PR gdb/16575
11128 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11129 procedure.
11130 (top level): Adjust to use it. Add tests that exercise breakpoint
11131 interaction with the code-cache.
11132
7a5a839f
LC
111332014-02-26 Ludovic Courtès <ludo@gnu.org>
11134
11135 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11136 test for 'history-append!'.
11137
31aa7e4e
JB
111382014-02-26 Joel Brobecker <brobecker@adacore.com>
11139
11140 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11141 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11142 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11143 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11144 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11145 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11146
1b588015
JB
111472014-02-26 Joel Brobecker <brobecker@adacore.com>
11148
11149 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11150 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11151 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11152
55426c9d
JB
111532014-02-26 Joel Brobecker <brobecker@adacore.com>
11154
11155 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11156
dc53a7ad
JB
111572014-02-26 Joel Brobecker <brobecker@adacore.com>
11158
11159 * gdb.dwarf2/arr-stride.c: New file.
11160 * gdb.dwarf2/arr-stride.exp: New file.
11161
12ab52e9
PA
111622014-02-26 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11165 that won't ever trigger. Make sure that GDB reports the correct
11166 breakpoint that caused the stop.
11167
849c862e
JK
111682014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11169
11170 PR gdb/16626
11171 * gdb.base/auto-load-script: New file.
11172 * gdb.base/auto-load.c: New file.
11173 * gdb.base/auto-load.exp: New file.
11174
71b7d793
JK
11175 PR gdb/16626
11176 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11177
e2f0d509
JK
111782014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11179
11180 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11181 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11182
50cc37c8
DE
111832014-02-24 Doug Evans <dje@google.com>
11184
11185 * lib/gdb.exp (run_on_host): Log error output if program fails.
11186
ea4758f2
PA
111872014-02-21 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.threads/step-after-sr-lock.c: Rename to ...
11190 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11191 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11192 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11193 ... this.
11194
d7b30f67
SDJ
111952014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11196
11197 PR tdep/16397
11198 * gdb.arch/amd64-stap-special-operands.exp: New file.
11199 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11200 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11201 * gdb.arch/amd64-stap-triplet.S: Likewise.
11202 * gdb.arch/amd64-stap-triplet.c: Likewise.
11203
83deb43f
JB
112042014-02-20 Joel Brobecker <brobecker@adacore.com>
11205
11206 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11207 in .section pseudo-op.
11208
adde2bff
DE
112092014-02-20 lin zuojian <manjian2006@gmail.com>
11210 Joel Brobecker <brobecker@adacore.com>
11211 Doug Evans <xdje42@gmail.com>
11212
11213 PR symtab/16581
11214 * gdb.dwarf2/dw2-icycle.S: New file.
11215 * gdb.dwarf2/dw2-icycle.c: New file.
11216 * gdb.dwarf2/dw2-icycle.exp: New file.
11217
f7bd0f78
SC
112182014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11219
11220 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11221 operations on gdb.Value objects.
11222 * gdb.python/py-value-cc.exp: Add new test to test operations on
11223 gdb.Value objects.
11224
c17ef0d5
DE
112252014-02-18 Doug Evans <dje@google.com>
11226
11227 * Makefile.in (TESTS): New variable.
11228 (expanded_tests, expanded_tests_or_none): New variables
11229 (check-single): Pass $(expanded_tests_or_none) to runtest.
11230 (check-parallel): Only run tests in $(TESTS) if non-empty.
11231 (check/no-matching-tests-found): New rule.
11232 * README: Document TESTS makefile variable.
11233
5dd3176f
DE
112342014-02-18 Doug Evans <dje@google.com>
11235
11236 * Makefile.in (check-parallel): rm -rf outputs temp.
11237
0b10be4f
JK
112382014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11239
11240 Fix "ERROR: no fileid for" in the testsuite.
11241 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11242
85f224e7
DE
112432014-02-12 Doug Evans <dje@google.com>
11244
11245 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11246 (MISCELLANEOUS): New variable.
11247 (clean): rm -rf $(MISCELLANEOUS).
11248 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11249 dwp live in the same directory as symlinks, with each symlink pointed
11250 to a differently named file in a different directory.
11251
149b30ff
DE
112522014-02-11 Doug Evans <dje@google.com>
11253
11254 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11255 of Tcl file commands.
11256
1dfdac32
MK
112572014-02-10 Mark Kettenis <kettenis@gnu.org>
11258
11259 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11260 "kill -SIGUSR1 -1".
11261
aa4fb036
JB
112622014-02-10 Joel Brobecker <brobecker@adacore.com>
11263
11264 * gdb.ada/tick_length_array_enum_idx: New testcase.
11265
ed3ef339
DE
112662014-02-10 Doug Evans <xdje42@gmail.com>
11267
11268 * configure.ac (AC_OUTPUT): Add gdb.guile.
11269 * configure: Regenerate.
11270 * lib/gdb-guile.exp: New file.
11271 * lib/gdb.exp (get_target_charset): New function.
11272 * gdb.base/help.exp: Update expected output from "apropos apropos".
11273 * gdb.guile/Makefile.in: New file.
11274 * gdb.guile/guile.exp: New file.
11275 * gdb.guile/scm-arch.c: New file.
11276 * gdb.guile/scm-arch.exp: New file.
11277 * gdb.guile/scm-block.c: New file.
11278 * gdb.guile/scm-block.exp: New file.
11279 * gdb.guile/scm-breakpoint.c: New file.
11280 * gdb.guile/scm-breakpoint.exp: New file.
11281 * gdb.guile/scm-disasm.c: New file.
11282 * gdb.guile/scm-disasm.exp: New file.
11283 * gdb.guile/scm-equal.c: New file.
11284 * gdb.guile/scm-equal.exp: New file.
11285 * gdb.guile/scm-error.exp: New file.
11286 * gdb.guile/scm-error.scm: New file.
11287 * gdb.guile/scm-frame-args.c: New file.
11288 * gdb.guile/scm-frame-args.exp: New file.
11289 * gdb.guile/scm-frame-args.scm: New file.
11290 * gdb.guile/scm-frame-inline.c: New file.
11291 * gdb.guile/scm-frame-inline.exp: New file.
11292 * gdb.guile/scm-frame.c: New file.
11293 * gdb.guile/scm-frame.exp: New file.
11294 * gdb.guile/scm-generics.exp: New file.
11295 * gdb.guile/scm-gsmob.exp: New file.
11296 * gdb.guile/scm-iterator.c: New file.
11297 * gdb.guile/scm-iterator.exp: New file.
11298 * gdb.guile/scm-math.c: New file.
11299 * gdb.guile/scm-math.exp: New file.
11300 * gdb.guile/scm-objfile-script-gdb.in: New file.
11301 * gdb.guile/scm-objfile-script.c: New file.
11302 * gdb.guile/scm-objfile-script.exp: New file.
11303 * gdb.guile/scm-objfile.c: New file.
11304 * gdb.guile/scm-objfile.exp: New file.
11305 * gdb.guile/scm-ports.exp: New file.
11306 * gdb.guile/scm-pretty-print.c: New file.
11307 * gdb.guile/scm-pretty-print.exp: New file.
11308 * gdb.guile/scm-pretty-print.scm: New file.
11309 * gdb.guile/scm-section-script.c: New file.
11310 * gdb.guile/scm-section-script.exp: New file.
11311 * gdb.guile/scm-section-script.scm: New file.
11312 * gdb.guile/scm-symbol.c: New file.
11313 * gdb.guile/scm-symbol.exp: New file.
11314 * gdb.guile/scm-symtab-2.c: New file.
11315 * gdb.guile/scm-symtab.c: New file.
11316 * gdb.guile/scm-symtab.exp: New file.
11317 * gdb.guile/scm-type.c: New file.
11318 * gdb.guile/scm-type.exp: New file.
11319 * gdb.guile/scm-value-cc.cc: New file.
11320 * gdb.guile/scm-value-cc.exp: New file.
11321 * gdb.guile/scm-value.c: New file.
11322 * gdb.guile/scm-value.exp: New file.
11323 * gdb.guile/source2.scm: New file.
11324 * gdb.guile/types-module.cc: New file.
11325 * gdb.guile/types-module.exp: New file.
11326
7026a7c1
YQ
113272014-02-10 Yao Qi <yao@codesourcery.com>
11328
11329 PR testsuite/16543
11330 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11331 * configure: Regenerated.
11332 * Makefile.in: New file.
11333
6c466447
AS
113342014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11335
11336 * gdb.python/py-framefilter.exp: Fix typo.
11337
6e854735
YQ
113382014-02-08 Yao Qi <yao@codesourcery.com>
11339
11340 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11341 that no =breakpoint-modified is emitted when breakpoints are
11342 modified through MI commands.
11343
d137e6dc
PA
113442014-02-07 Pedro Alves <pedro@codesourcery.com>
11345 Pedro Alves <palves@redhat.com>
11346
11347 * gdb.threads/step-after-sr-lock.c: New file.
11348 * gdb.threads/step-after-sr-lock.exp: New file.
11349
b5ee5a50
PA
113502014-02-07 Pedro Alves <palves@redhat.com>
11351
11352 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11353
3c77faf3
JK
113542014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11355
11356 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11357 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11358
6dddc817
DE
113592014-02-06 Doug Evans <xdje42@gmail.com>
11360
11361 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11362 output.
11363
11364 * gdb.gdb/python-interrupts.exp: New file.
11365
de7b2893
YQ
113662014-02-05 Yao Qi <yao@codesourcery.com>
11367
11368 * gdb.trace/report.exp (use_collected_data): Test the output
11369 of "info threads" and "info inferiors".
11370
66d032ac
YQ
113712014-02-05 Yao Qi <yao@codesourcery.com>
11372
11373 Revert this patch:
11374
11375 2013-05-24 Yao Qi <yao@codesourcery.com>
11376
11377 * gdb.trace/tfile.exp: Test inferior and thread.
11378
591a12a1
UW
113792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11380
11381 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11382 on a function.
11383 * gdb.base/step-bt.c: Call hello via function pointer to make
11384 sure its first instruction is executed on powerpc64le-linux.
11385
0ff3e01f
UW
113862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11387
11388 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11389
084ee545
UW
113902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11391
11392 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11393 of the test patterns for use on little-endian systems.
11394
6ed14ff3
UW
113952014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11396
11397 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11398 (decimal_vector): Fix for little-endian.
11399
401e27fd
JM
114002014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11401
11402 * gdb.arch/sparc-sysstep.exp: New file.
11403 * gdb.arch/sparc-sysstep.c: Likewise.
11404
11405 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11406
8b924729
EBM
114072014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11408
11409 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11410
fb151210
JB
114112014-01-23 Tom Tromey <tromey@redhat.com>
11412
11413 * gdb.ada/array_char_idx: New testcase.
11414
0740f8d8
TT
114152014-01-23 Tom Tromey <tromey@redhat.com>
11416
11417 PR python/16487:
11418 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11419 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11420 classes.
11421
21909fa1
TT
114222014-01-23 Tom Tromey <tromey@redhat.com>
11423
11424 PR python/16491:
11425 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11426 string from an inferior frame.
11427 * gdb.python/py-framefilter-mi.exp: Update.
11428
87ce2a04
DE
114292014-01-22 Doug Evans <dje@google.com>
11430
11431 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11432
237b092b
AA
114332014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11434
11435 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11436
d674a709
AA
114372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11438
11439 * gdb.trace/entry-values.exp: Remove excess space character from
11440 regex patterns. Handle s390 call instruction.
11441
20fa3390
AA
114422014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11443
11444 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11445 define "*_start" label. Make "name" static.
11446 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11447 ${name} by references to ${name}_start.
11448
78466714
AA
114492014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11450
11451 * gdb.base/info-macros.exp: Remove "debug" from the compile
11452 options.
11453
ec9f644a
IB
114542014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11455
11456 * gdb.dlang/demangle.exp: New file.
11457
94b1b47e
IB
114582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11459
11460 * gdb.dlang/primitive-types.exp: New file.
11461
7f420862
IB
114622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11463
11464 * configure.ac: Create gdb.dlang/Makefile.
11465 * configure: Regenerate.
11466 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11467 * gdb.dlang/Makefile.in: New file.
11468 * lib/d-support.exp: New file.
11469 * lib/gdb.exp (skip_d_tests): New proc.
11470
52834460
MM
114712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11472
11473 * gdb.btrace/delta.exp: Check reverse stepi.
11474 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11475 * gdb.btrace/finish.exp: New.
11476 * gdb.btrace/next.exp: New.
11477 * gdb.btrace/nexti.exp: New.
11478 * gdb.btrace/record_goto.c: Add comments.
11479 * gdb.btrace/step.exp: New.
11480 * gdb.btrace/stepi.exp: New.
11481 * gdb.btrace/multi-thread-step.c: New.
11482 * gdb.btrace/multi-thread-step.exp: New.
11483 * gdb.btrace/rn-dl-bind.c: New.
11484 * gdb.btrace/rn-dl-bind.exp: New.
11485 * gdb.btrace/data.c: New.
11486 * gdb.btrace/data.exp: New.
11487 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11488
6e07b1d2
MM
114892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11490
11491 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11492 * gdb.btrace/exception.exp: Update.
11493 * gdb.btrace/instruction_history.exp: Update.
11494 * gdb.btrace/record_goto.exp: Update.
11495 * gdb.btrace/tailcall.exp: Update.
11496 * gdb.btrace/unknown_functions.exp: Update.
11497 * gdb.btrace/delta.exp: New.
11498
0b722aec
MM
114992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11500
11501 * gdb.btrace/record_goto.exp: Add backtrace test.
11502 * gdb.btrace/tailcall.exp: Add backtrace test.
11503
066ce621
MM
115042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11505
11506 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11507 * gdb.btrace/record_goto.c: New.
11508 * gdb.btrace/record_goto.exp: New.
11509 * gdb.btrace/x86-record_goto.S: New.
11510
0688d04e
MM
115112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11512
11513 * gdb.btrace/function_call_history.exp: Update tests.
11514 * gdb.btrace/instruction_history.exp: Update tests.
11515
8710b709
MM
115162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11517
11518 * gdb.btrace/function_call_history.exp: Fix expected field
11519 order for "record function-call-history".
11520 Add new tests for "record function-call-history /c".
11521 * gdb.btrace/exception.cc: New.
11522 * gdb.btrace/exception.exp: New.
11523 * gdb.btrace/tailcall.exp: New.
11524 * gdb.btrace/x86-tailcall.S: New.
11525 * gdb.btrace/x86-tailcall.c: New.
11526 * gdb.btrace/unknown_functions.c: New.
11527 * gdb.btrace/unknown_functions.exp: New.
11528 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11529
5de9129b
MM
115302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11531
11532 * gdb.btrace/instruction_history.exp: Update.
11533 * gdb.btrace/function_call_history.exp: Update.
11534
23a7fe75
MM
115352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11536
11537 * gdb.btrace/function_call_history.exp: Fix expected function
11538 trace.
11539 * gdb.btrace/instruction_history.exp: Initialize traced.
11540 Remove traced_functions.
11541
724c7dd8
MM
115422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11543
11544 * gdb.btrace/function_call_history.exp: Update
11545 * gdb.btrace/instruction_history.exp: Update.
11546
6d78d93b
MM
115472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11548
11549 * gdb.btrace/enable.exp: Update expected text.
11550
93a360cc
OJ
115512014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11552
11553 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11554 bytes.
11555
3772b53f
MR
115562014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11557
11558 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11559
596662fa
OJ
115602014-01-15 Omair Javaid <omair.javaid@linaro.org>
11561
11562 * lib/gdb.exp (supports_process_record): Return true for
11563 arm*-linux*. (supports_reverse): Likewise.
11564
b5b08fb4
SC
115652014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11566
11567 PR python/15464
11568 PR python/16113
11569 * gdb.python/py-type.c: Enhance test case.
11570 * gdb.python/py-value-cc.cc: Likewise
11571 * gdb.python/py-type.exp: Add new tests.
11572 * gdb.python/py-value-cc.exp: Likewise
11573
52d7fb13
AA
115742014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11575 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11578 Make "name" extern.
11579 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11580 references to ${name}_start by references to ${name}.
11581
a2cd8cfe
JB
115822014-01-10 Joel Brobecker <brobecker@adacore.com>
11583
11584 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11585
4e23fced
JB
115862014-01-10 Joel Brobecker <brobecker@adacore.com>
11587
11588 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11589
c6a9e42c
PA
115902014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11591 Pedro Alves <palves@redhat.com>
11592
11593 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11594 mi_gdb_target_load.
c6a9e42c 11595
b7ea362b
PA
115962014-01-08 Pedro Alves <palves@redhat.com>
11597
11598 * gdb.threads/reconnect-signal.c: New file.
11599 * gdb.threads/reconnect-signal.exp: New file.
11600
5e3f4fab
EBM
116012014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11602
11603 * gdb.base/source-dir.exp: New file.
11604
79301218
JB
116052014-01-07 Joel Brobecker <brobecker@adacore.com>
11606
11607 * gdb.ada/mi_interface: New testcase.
11608
8e355c5d
JB
116092014-01-07 Joel Brobecker <brobecker@adacore.com>
11610
11611 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11612 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11613 gdb.ada/pp-rec-component/pck.ads: New files.
11614
c0d48811
JB
116152014-01-07 Joel Brobecker <brobecker@adacore.com>
11616
11617 * gdb.python/py-pp-integral.c: New file.
11618 * gdb.python/py-pp-integral.py: New file.
11619 * gdb.python/py-pp-integral.exp: New file.
11620
17b609c3 11621For older changes see ChangeLog-1993-2013.
c906108c 11622\f
8d8cb839
EZ
11623;; Local Variables:
11624;; mode: change-log
11625;; left-margin: 8
11626;; fill-column: 74
11627;; version-control: never
11628;; End:
902f2ccb 11629
61baf725 11630 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11631 Copying and distribution of this file, with or without modification,
11632 are permitted provided the copyright notice and this notice are preserved.
This page took 4.093613 seconds and 4 git commands to generate.