Simplify print_scalar_formatted
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d9109c80
TT
12017-06-12 Tom Tromey <tom@tromey.com>
2
3 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4
30a25466
TT
52017-06-12 Tom Tromey <tom@tromey.com>
6
7 PR exp/16225:
8 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9 * gdb.arch/vsx-regs.exp: Update tests.
10 * gdb.arch/s390-vregs.exp (hex128): New proc.
11 Update test.
12 * gdb.arch/altivec-regs.exp: Update tests.
13
aefd8b33
SDJ
142017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
15
16 * gdb.base/startup-with-shell.c: New file.
17 * gdb.base/startup-with-shell.exp: Likewise.
18
2090129c
SDJ
192017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
20
21 * gdb.server/non-existing-program.exp: Update regex in order to
22 reflect the fact that gdbserver is now using fork_inferior (with a
23 shell) to startup the inferior.
24
8e86a419
SM
252017-05-30 Simon Marchi <simon.marchi@ericsson.com>
26
27 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
28 support function calls from GDB.
29
e6cf65f2
TT
302017-05-21 Tom Tromey <tom@tromey.com>
31
32 PR rust/21466:
33 * gdb.rust/unsized.exp: New file.
34 * gdb.rust/unsized.rs: New file.
35
43cc5389
TT
362017-05-19 Tom Tromey <tom@tromey.com>
37
38 PR rust/21484:
39 * gdb.rust/watch.exp: New file.
40 * gdb.rust/watch.rs: New file.
41
ec8df234
TT
422017-05-18 Tom Tromey <tom@tromey.com>
43
44 * gdb.rust/simple.exp: Allow Box to be qualified.
45
3e3e7fae
TP
462017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
47
48 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
49
59cc050d
PA
502017-05-18 Pedro Alves <palves@redhat.com>
51
52 * gdb.base/fileio.c (test_write, test_read, test_close)
53 (test_fstat): Don't print 'ret' in the fail path.
54
c8f6abd1
PA
552017-05-18 Pedro Alves <palves@redhat.com>
56
57 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
58 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
59 (test_system, test_rename, test_unlink, test_time): Change
60 prototypes.
61 * gdb.base/fileio.exp (stop_msg): Adjust.
62
d2a03b77
PA
632017-05-18 Pedro Alves <palves@redhat.com>
64
65 * gdb.base/fileio.c (null_str): New global.
66 (test_stat): Use it.
67 * gdb.base/fileio.exp: Remove nowarnings.
68
0d5c6999
YQ
692017-05-17 Yao Qi <yao.qi@linaro.org>
70
71 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
72
21873064
YQ
732017-05-17 Simon Marchi <simon.marchi@ericsson.com>
74
75 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
76 argument command.
77 (top-level): Invoke test_set_inferior_tty.
78
d512d31c
PA
792017-05-04 Pedro Alves <palves@redhat.com>
80
81 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
82 Add parens to print call for Python 3.
83
90cef2ed
KS
842017-05-03 Keith Seitz <keiths@redhat.com>
85
86 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
87 (main): Call it.
88
14f819c8
TW
892017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
90
91 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
92 to prev and next.
93
913aeadd
TW
942017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
95
96 * gdb.python/py-record-btrace.exp: Remove test for
97 gdb.BtraceInstruction.error.
98
a3be24ad
TW
992017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
100
101 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
102
ae20e79a
TW
1032017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
104
105 * gdb.python/py-record-btrace-threads.c: New file.
106 * gdb.python/py-record-btrace-threads.exp: New file.
107
45ce1b47
SDJ
1082017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
109
110 PR testsuite/8595
111 * gdb.base/environ.exp: Make test available in all architectures.
112 Move bits related to "info program" testing to
113 gdb.base/info-program.exp. Rewrite tests to use the two new
114 procedures mentione below.
115 (test_set_show_env_var) New procedure.
116 (test_set_show_env_var_equal): Likewise.
117 * gdb.base/info-program.exp: New file.
118
e15c3eb4
KS
1192017-04-27 Keith Seitz <keiths@redhat.com>
120
121 * gdb.cp/oranking.cc (test15): New function.
122 (main): Call test15 and declare additional variables for testing.
123 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
124 "p foo101('abc')" tests.
125 Add tests for cv qualifier overloads.
126 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
127 "lvalue reference overload" test.
128 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
129 "print value of f1 on Child&& in f2" test.
130
3a3fd0fd
PA
1312017-04-19 Pedro Alves <palves@redhat.com>
132
133 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
134 procedure.
135 (top level): Call it.
136 * lib/gdb.exp (gdb_define_cmd): New procedure.
137
53375380
PA
1382017-04-12 Pedro Alves <palves@redhat.com>
139
140 PR gdb/21323
141 * gdb.cp/wide_char_types.c: Include <wchar.h>.
142 (wchar): New global.
143 * gdb.cp/wide_char_types.exp (wide_char_types_program)
144 (do_test_wide_char, wide_char_types_no_program, top level): Add
145 wchar_t testing.
146
53e710ac
PA
1472017-04-12 Pedro Alves <palves@redhat.com>
148
149 PR c++/21323
150 * gdb.cp/wide_char_types.c: New file.
151 * gdb.cp/wide_char_types.exp: New file.
152
0ad9d8c7
SDJ
1532017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
154
155 PR gdb/21352
156 * gdb.trace/tsv.exp: Add test for "tsave -r".
157
b1b45502
IB
1582017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
159
160 * gdb.dlang/watch-loc.c: New file.
161 * gdb.dlang/watch-loc.exp: New file.
162
ec13808e
JK
1632017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
164
165 * gdb.python/py-section-script.exp (sepdebug): New testcases.
166
fe5f7374
AK
1672017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
168
169 * gdb.arch/arc-analyze-prologue.S: New file.
170 * gdb.arch/arc-analyze-prologue.exp: Likewise.
171
eea78757
AK
1722017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
173
174 * gdb.arch/arc-decode-insn.S: New file.
175 * gdb.arch/arc-decode-insn.exp: Likewise.
176
5badf10a
IR
1772017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
178
179 PR tdep/20928
180 * gdb.arch/sparc64-regs.exp: New file.
181 * gdb.arch/sparc64-regs.S: Likewise.
182
cee59b3f
TW
1832017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
184
185 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
186 and memory view on Python 3.
187
c0f55cc6
AV
1882017-03-20 Artemiy Volkov <artemiyv@acm.org>
189 Keith Seitz <keiths@redhat.com>
190
191 PR gdb/14441
192 * gdb.cp/demangle.exp: Add rvalue reference tests.
193 * gdb.cp/rvalue-ref-casts.cc: New file.
194 * gdb.cp/rvalue-ref-casts.exp: New file.
195 * gdb.cp/rvalue-ref-overload.cc: New file.
196 * gdb.cp/rvalue-ref-overload.exp: New file.
197 * gdb.cp/rvalue-ref-params.cc: New file.
198 * gdb.cp/rvalue-ref-params.exp: New file.
199 * gdb.cp/rvalue-ref-sizeof.cc: New file.
200 * gdb.cp/rvalue-ref-sizeof.exp: New file.
201 * gdb.cp/rvalue-ref-types.cc: New file.
202 * gdb.cp/rvalue-ref-types.exp: New file.
203 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
204 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
205
51457a05
MAL
2062017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
207
208 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
209 New procedure.
210
5b291c04
MAL
2112017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
212
213 * lib/mi-support.exp (mi_gdb_test): Add additional message
214 for unexpected output.
215
59a56148
AA
2162017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
217
218 * gdb.base/examine-backward.c (Barrier): New character array
219 constant, to ensure that TestStrings is preceded by a string
220 terminator.
221
7942e96e
AA
2222017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
223
224 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
225 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
226 and implicit pointer into such a location.
227
6ebac3fb
DE
2282017-03-16 Doug Evans <dje@google.com>
229
230 * gdb.python/py-lazy-string (pointer): Really add new typedef.
231
ec3b243d
TP
2322017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
233
234 * gdb.cp/m-static.exp: Fix expectation for prototype of
235 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
236
2372017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
238
239 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
240 * gdb.guile/scm-lazy-string.c: New file.
241 * gdb.guile/scm-value.exp: Move lazy string tests to ...
242 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
243 for pointer, array, typedef lazy strings.
244
2cc36e25 2452017-03-16 Doug Evans <dje@google.com>
34b43320
DE
246
247 PR python/17728, python/18439, python/18779
248 * gdb.python/py-value.c (main) Delete locals sptr, sn.
249 * gdb.python/py-lazy-string.c (pointer): New typedef.
250 (main): New locals ptr, array, typedef_ptr.
251 * gdb.python/py-value.exp: Move lazy string tests to ...
252 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
253 array, typedef lazy strings.
ec3b243d 254
0efcde63
AK
2552017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
256
257 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
258 Add optional 'test' parameter.
259
7978d7c3
SM
2602017-03-13 Simon Marchi <simon.marchi@ericsson.com>
261
262 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
263 Skip for versions of DejaGnu < 1.5.
264
896c0c1e
SM
2652017-03-13 Simon Marchi <simon.marchi@ericsson.com>
266
267 * lib/gdb.exp (dejagnu_version): New proc.
268 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
269 Use dejagnu_version.
270
5f4d1085
KS
2712017-03-10 Keith Seitz <keiths@redhat.com>
272
273 PR c++/8128
274 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
275 type from destructor regexps.
276 Add a branch which actually passes the test.
277 Adjust "ptype t5i" test names.
278
1de05205
PA
2792017-03-08 Pedro Alves <palves@redhat.com>
280
281 * gdb.base/step-over-exit.exp: Add explicit test message.
282
c65d6b55
PA
2832017-03-08 Pedro Alves <palves@redhat.com>
284
285 PR gdb/18360
286 * gdb.threads/interrupt-while-step-over.c: New file.
287 * gdb.threads/interrupt-while-step-over.exp: New file.
288
2e86a283
PA
2892017-03-08 Pedro Alves <palves@redhat.com>
290
291 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
292 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
293
25dcbff6
PA
2942017-03-08 Pedro Alves <palves@redhat.com>
295
296 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
297 PKRU as not supported as a PASS.
298
dc9366eb
PA
2992017-03-08 Pedro Alves <palves@redhat.com>
300
301 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
302 prefix instead of $binfile1/$binfile2.
303 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
304 in test message.
305 * gdb.python/py-completion.exp: Use "load python file" as test
306 messages instead of unstable path names.
307
6e5d74e7
PA
3082017-03-08 Pedro Alves <palves@redhat.com>
309 Jan Kratochvil <jan.kratochvil@redhat.com>
310
311 PR cli/21218
312 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
313 New proc.
314 (top level): Call it.
315
9753a2f6
PA
3162017-03-08 Pedro Alves <palves@redhat.com>
317
318 PR tui/21216
319 * gdb.tui/tui-nl-filtered-output.exp: New file.
320
1a4dd9dd
PA
3212017-03-08 Pedro Alves <palves@redhat.com>
322
323 * gdb.base/completion.exp: Move TUI completion tests to ...
324 * gdb.tui/completion.exp: ... this new file.
325
7cbbff33
PA
3262017-03-08 Pedro Alves <palves@redhat.com>
327
328 * gdb.base/tui-disasm-long-lines.c,
329 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
330 gdb.base/tui-layout.exp: Move to ...
331 * gdb.tui/: ... this new directory.
332
5f6fd321
PA
3332017-03-07 Pedro Alves <palves@redhat.com>
334
335 * gdb.base/tui-layout.c: New file.
336 * gdb.base/tui-layout.exp: New file.
337
44959fa8
PA
3382017-03-07 Pedro Alves <palves@redhat.com>
339
340 * gdb.base/tui-layout.c: Rename to ...
341 * gdb.base/tui-disasm-long-lines.c: ... this.
342 * gdb.base/tui-layout.exp: Rename to ...
343 * gdb.base/tui-disasm-long-lines.exp: ... this.
344
f8c4e718
PA
3452017-03-07 Pedro Alves <palves@redhat.com>
346
347 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
348
6dbb839a 3492017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
350
351 * i386-mpx-call.c: New file.
352 * i386-mpx-call.exp: New file.
353
65b48a81
PB
3542017-02-28 Peter Bergner <bergner@vnet.ibm.com>
355
356 * gdb.arch/powerpc-power.exp: Delete test.
357 * gdb.arch/powerpc-power.s: Likewise.
358 * gdb.disasm/disassembler-options.exp: New test.
359 * gdb.arch/powerpc-altivec.exp: Likewise.
360 * gdb.arch/powerpc-altivec.s: Likewise.
361 * gdb.arch/powerpc-altivec2.exp: Likewise.
362 * gdb.arch/powerpc-altivec2.s: Likewise.
363 * gdb.arch/powerpc-altivec3.exp: Likewise.
364 * gdb.arch/powerpc-altivec3.s: Likewise.
365 * gdb.arch/powerpc-power7.exp: Likewise.
366 * gdb.arch/powerpc-power7.s: Likewise.
367 * gdb.arch/powerpc-power8.exp: Likewise.
368 * gdb.arch/powerpc-power8.s: Likewise.
369 * gdb.arch/powerpc-power9.exp: Likewise.
370 * gdb.arch/powerpc-power9.s: Likewise.
371 * gdb.arch/powerpc-vsx.exp: Likewise.
372 * gdb.arch/powerpc-vsx.s: Likewise.
373 * gdb.arch/powerpc-vsx2.exp: Likewise.
374 * gdb.arch/powerpc-vsx2.s: Likewise.
375 * gdb.arch/powerpc-vsx3.exp: Likewise.
376 * gdb.arch/powerpc-vsx3.s: Likewise.
377 * gdb.arch/arm-disassembler-options.exp: Likewise.
378 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
379 * gdb.arch/s390-disassembler-options.exp: Likewise.
380
17cd4947
LM
3812017-02-23 Luis Machado <lgustavo@codesourcery.com>
382
383 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
384 (check_supported_features): ... this. Changed return type to void.
385 (supports_rdseed): New static global.
386 (rdseed): Check supports_rdseed.
387 (initialize): Call check_supported_features.
388
2039d74e
EBM
3892017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
390
391 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
392 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
393 and lqarx/stqcx.
394 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
395 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
396
a51d7ecf
EBM
3972017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
398
399 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
400 uppercase.
401
0224619f
JK
4022017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
403
404 * gdb.dwarf2/formdata16.c: New file.
405 * gdb.dwarf2/formdata16.exp: New file.
406 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
407
216f72a1
JK
4082017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
409
410 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
411 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
412 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
413 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
414 DW_AT_GNU_*.
415
43988095
JK
4162017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
417
418 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
419
99e8a4f9
SDJ
4202017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
421
422 PR gdb/21164
423 * gdb.base/maint.exp: Add testcases for when the commands do
424 not have arguments.
425
b58a8c0c
TP
4262017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
427
428 * gdb.cp/chained-calls.exp: Use p instead of P.
429
4e746bb6
TW
4302017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
431
432 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
433 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
434
3f77c769
TT
4352017-02-14 Tom Tromey <tom@tromey.com>
436
437 PR python/13598:
438 * gdb.python/py-events.exp: Add before_prompt event tests.
439
075beec0
AA
4402017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
441
442 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
443
bf5f525c
LM
4442017-02-13 Luis Machado <lgustavo@codesourcery.com>
445
446 * gdb.linespec/explicit.c (my_unique_function_name): New function.
447 (main): Call my_unique_function_name.
448 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
449 completion of patterns with a single match.
450 Add missing -re switches to gdb_test_multiple calls.
451
13a66184
LM
4522017-02-13 Luis Machado <lgustavo@codesourcery.com>
453
454 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
455 return if core file is not recognized.
456
26a06916
SM
4572017-02-10 Simon Marchi <simon.marchi@ericsson.com>
458
459 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
460 and extra UIs.
461
b761ca9e
SM
4622017-02-10 Simon Marchi <simon.marchi@ericsson.com>
463
464 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
465 proc_with_prefix.
466
b964bee0
TT
4672017-02-10 Tom Tromey <tom@tromey.com>
468
469 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
470
18da0c51
MG
4712017-02-10 Martin Galvan <martingalvan@sourceware.org>
472
473 PR gdb/21122
474 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
475
604c4576
JG
4762017-02-08 Jerome Guitton <guitton@adacore.com>
477
478 * gdb.base/define.exp: Add test for command abbreviations
479 in define.
480
20b477a7
LM
4812017-02-06 Luis Machado <lgustavo@codesourcery.com>
482
483 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
484 * gdb.reverse/insn-reverse-x86.c: New file.
485
3f7b46f2
IR
4862017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
487
488 PR tdep/20936
489 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
490
f0fd41c1
TT
4912017-02-03 Tom Tromey <tom@tromey.com>
492
493 PR rust/21097:
494 * gdb.rust/simple.exp: Add new tests.
495
5be5dbf0
PA
4962017-02-02 Pedro Alves <palves@redhat.com>
497
498 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
499 tests.
500
7346ef59
AA
5012017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
502
503 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
504 taking a 2-byte value out of a 4-byte DWARF implicit value on
505 big-endian targets.
506 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
507 logic. Add test cases for DW_OP_implicit.
508
787f0025
MM
5092017-02-01 Markus Metzger <markus.t.metzger@intel.com>
510
511 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
512
68777c29
MM
5132017-02-01 Markus Metzger <markus.t.metzger@intel.com>
514
515 * gdb.btrace/enable.exp: Call gdb_exit before
516 skip_gdbserver_tests.
517
0a1c7e28
MM
5182017-02-01 Markus Metzger <markus.t.metzger@intel.com>
519
520 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
521 GDBFLAGS.
522
b5ac99b0
MM
5232017-02-01 Markus Metzger <markus.t.metzger@intel.com>
524
525 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
526 the test is skipped.
527 * gdb.btrace/data.exp: Likewise.
528 * gdb.btrace/delta.exp: Likewise.
529 * gdb.btrace/dlopen.exp: Likewise.
530 * gdb.btrace/enable-running.exp: Likewise.
531 * gdb.btrace/enable.exp: Likewise.
532 * gdb.btrace/exception.exp: Likewise.
533 * gdb.btrace/function_call_history.exp: Likewise.
534 * gdb.btrace/gcore.exp: Likewise.
535 * gdb.btrace/instruction_history.exp: Likewise.
536 * gdb.btrace/multi-thread-step.exp: Likewise.
537 * gdb.btrace/nohist.exp: Likewise.
538 * gdb.btrace/non-stop.exp: Likewise.
539 * gdb.btrace/reconnect.exp: Likewise.
540 * gdb.btrace/record_goto-step.exp: Likewise.
541 * gdb.btrace/record_goto.exp: Likewise.
542 * gdb.btrace/rn-dl-bind.exp: Likewise.
543 * gdb.btrace/segv.exp: Likewise.
544 * gdb.btrace/step.exp: Likewise.
545 * gdb.btrace/stepi.exp: Likewise.
546 * gdb.btrace/tailcall-only.exp: Likewise.
547 * gdb.btrace/tailcall.exp: Likewise.
548 * gdb.btrace/tsx.exp: Likewise.
549 * gdb.btrace/unknown_functions.exp: Likewise.
550 * gdb.btrace/vdso.exp: Likewise.
551
cd4007e4
MM
5522017-02-01 Markus Metzger <markus.t.metzger@intel.com>
553
554 * gdb.btrace/enable-running.c: New.
555 * gdb.btrace/enable-running.exp: New.
556
2735833d
WT
5572017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
558
559 * gdb.arch/amd64-gs_base.c: New file.
560 * gdb.arch/amd64-gs_base.exp: New file.
561
b51e1e94
LM
5622017-01-26 Luis Machado <lgustavo@codesourcery.com>
563
564 * lib/memory.exp: Remove spurious empty newlines.
565
72ca0410
SM
5662017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
567
568 * gdb.python/py-bad-printers.exp: Load python file using "source".
569 * gdb.python/py-events.exp: Likewise.
570 * gdb.python/py-evsignal.exp: Likewise.
571 * gdb.python/py-evthreads.exp: Likewise.
572 * gdb.python/py-frame-args.exp: Likewise.
573 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
574 * gdb.python/py-framefilter-mi.exp: Likewise.
575 * gdb.python/py-framefilter.exp: Likewise.
576 * gdb.python/py-mi.exp: Likewise.
577 * gdb.python/py-pp-maint.exp: Likewise.
578 * gdb.python/py-pp-registration.exp: Likewise.
579 * gdb.python/py-prettyprint.exp: Likewise.
580 (run_lang_tests): Likewise.
581 * gdb.python/py-typeprint.exp: Likewise.
582
e309aa65
LM
5832017-01-26 Luis Machado <lgustavo@codesourcery.com>
584
585 * lib/memory.exp: New file.
586 * lib/gdb.exp: Load memory.exp.
587 * gdb.base/memattr.exp (delete_memory): Move proc to
588 lib/memory.exp and rename to delete_memory_regions.
589 Replace delete_memory with delete_memory_regions.
590 Cleanup memory regions before tests.
591 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
592 before tests.
593
515aff23
LM
5942017-01-26 Luis Machado <lgustavo@codesourcery.com>
595
596 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
597 files.
598 (initialize): New function conditionally defined.
599 (testcases): Move within conditional block.
600 (main): Call initialize.
601 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
602 of gdb.reverse/insn-reverse.c.
603 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
604 gdb.reverse/insn-reverse.c.
605
d8b49cf0
YQ
6062017-01-26 Yao Qi <yao.qi@linaro.org>
607
608 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
609 disassemble on address 0.
610
f13a9a0c
YQ
6112017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
612 Yao Qi <yao.qi@linaro.org>
613
614 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
615 * gdb.dwarf2/implptr-64bit.S: Remove.
616 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
617 variables in caller's context. Add DW_OP_implicit_value.
618
5ac95241
YQ
6192017-01-25 Yao Qi <yao.qi@linaro.org>
620
621 * lib/dwarf.exp (Dwarf::_location): Handle
622 DW_OP_GNU_implicit_pointer with proper size.
623
23e82930
LM
6242017-01-20 Luis Machado <lgustavo@codesourcery.com>
625
626 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
627 and add untested calls.
628
d334ae25
LM
6292017-01-20 Luis Machado <lgustavo@codesourcery.com>
630
631 * gdb.python/python.exp: Check line number against what GDB thinks
632 the line number is for func1.
633
f5e6296e
IB
6342017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
635
636 * gdb.dlang/debug-expr.exp: New file.
637
5b362f04
LM
6382016-12-23 Luis Machado <lgustavo@codesourcery.com>
639
640 Fix test names for the following files:
641
642 * gdb.ada/exec_changed.exp
643 * gdb.ada/info_types.exp
644 * gdb.arch/aarch64-atomic-inst.exp
645 * gdb.arch/aarch64-fp.exp
646 * gdb.arch/altivec-abi.exp
647 * gdb.arch/altivec-regs.exp
648 * gdb.arch/amd64-byte.exp
649 * gdb.arch/amd64-disp-step.exp
650 * gdb.arch/amd64-dword.exp
651 * gdb.arch/amd64-entry-value-inline.exp
652 * gdb.arch/amd64-entry-value-param.exp
653 * gdb.arch/amd64-entry-value-paramref.exp
654 * gdb.arch/amd64-entry-value.exp
655 * gdb.arch/amd64-i386-address.exp
656 * gdb.arch/amd64-invalid-stack-middle.exp
657 * gdb.arch/amd64-invalid-stack-top.exp
658 * gdb.arch/amd64-optimout-repeat.exp
659 * gdb.arch/amd64-prologue-skip.exp
660 * gdb.arch/amd64-prologue-xmm.exp
661 * gdb.arch/amd64-stap-special-operands.exp
662 * gdb.arch/amd64-stap-wrong-subexp.exp
663 * gdb.arch/amd64-tailcall-cxx.exp
664 * gdb.arch/amd64-tailcall-noret.exp
665 * gdb.arch/amd64-tailcall-ret.exp
666 * gdb.arch/amd64-tailcall-self.exp
667 * gdb.arch/amd64-word.exp
668 * gdb.arch/arm-bl-branch-dest.exp
669 * gdb.arch/arm-disp-step.exp
670 * gdb.arch/arm-neon.exp
671 * gdb.arch/arm-single-step-kernel-helper.exp
672 * gdb.arch/avr-flash-qualifier.exp
673 * gdb.arch/disp-step-insn-reloc.exp
674 * gdb.arch/e500-abi.exp
675 * gdb.arch/e500-regs.exp
676 * gdb.arch/ftrace-insn-reloc.exp
677 * gdb.arch/i386-avx512.exp
678 * gdb.arch/i386-bp_permanent.exp
679 * gdb.arch/i386-byte.exp
680 * gdb.arch/i386-cfi-notcurrent.exp
681 * gdb.arch/i386-disp-step.exp
682 * gdb.arch/i386-dr3-watch.exp
683 * gdb.arch/i386-float.exp
684 * gdb.arch/i386-gnu-cfi.exp
685 * gdb.arch/i386-mpx-map.exp
686 * gdb.arch/i386-mpx-sigsegv.exp
687 * gdb.arch/i386-mpx-simple_segv.exp
688 * gdb.arch/i386-mpx.exp
689 * gdb.arch/i386-permbkpt.exp
690 * gdb.arch/i386-prologue.exp
691 * gdb.arch/i386-signal.exp
692 * gdb.arch/i386-size-overlap.exp
693 * gdb.arch/i386-unwind.exp
694 * gdb.arch/i386-word.exp
695 * gdb.arch/mips-fcr.exp
696 * gdb.arch/powerpc-d128-regs.exp
697 * gdb.arch/powerpc-stackless.exp
698 * gdb.arch/ppc64-atomic-inst.exp
699 * gdb.arch/s390-stackless.exp
700 * gdb.arch/s390-tdbregs.exp
701 * gdb.arch/s390-vregs.exp
702 * gdb.arch/sparc-sysstep.exp
703 * gdb.arch/thumb-bx-pc.exp
704 * gdb.arch/thumb-singlestep.exp
705 * gdb.arch/thumb2-it.exp
706 * gdb.arch/vsx-regs.exp
707 * gdb.asm/asm-source.exp
708 * gdb.base/a2-run.exp
709 * gdb.base/advance.exp
710 * gdb.base/all-bin.exp
711 * gdb.base/anon.exp
712 * gdb.base/args.exp
713 * gdb.base/arithmet.exp
714 * gdb.base/async-shell.exp
715 * gdb.base/async.exp
716 * gdb.base/attach-pie-noexec.exp
717 * gdb.base/attach-twice.exp
718 * gdb.base/auto-load.exp
719 * gdb.base/bang.exp
720 * gdb.base/bitfields.exp
721 * gdb.base/break-always.exp
722 * gdb.base/break-caller-line.exp
723 * gdb.base/break-entry.exp
724 * gdb.base/break-inline.exp
725 * gdb.base/break-on-linker-gcd-function.exp
726 * gdb.base/break-probes.exp
727 * gdb.base/break.exp
728 * gdb.base/breakpoint-shadow.exp
729 * gdb.base/call-ar-st.exp
730 * gdb.base/call-sc.exp
731 * gdb.base/call-signal-resume.exp
732 * gdb.base/call-strs.exp
733 * gdb.base/callfuncs.exp
734 * gdb.base/catch-fork-static.exp
735 * gdb.base/catch-gdb-caused-signals.exp
736 * gdb.base/catch-load.exp
737 * gdb.base/catch-signal-fork.exp
738 * gdb.base/catch-signal.exp
739 * gdb.base/catch-syscall.exp
740 * gdb.base/charset.exp
741 * gdb.base/checkpoint.exp
742 * gdb.base/chng-syms.exp
743 * gdb.base/code-expr.exp
744 * gdb.base/code_elim.exp
745 * gdb.base/commands.exp
746 * gdb.base/completion.exp
747 * gdb.base/complex.exp
748 * gdb.base/cond-expr.exp
749 * gdb.base/condbreak.exp
750 * gdb.base/consecutive.exp
751 * gdb.base/continue-all-already-running.exp
752 * gdb.base/coredump-filter.exp
753 * gdb.base/corefile.exp
754 * gdb.base/dbx.exp
755 * gdb.base/debug-expr.exp
756 * gdb.base/define.exp
757 * gdb.base/del.exp
758 * gdb.base/disabled-location.exp
759 * gdb.base/disasm-end-cu.exp
760 * gdb.base/disasm-optim.exp
761 * gdb.base/display.exp
762 * gdb.base/duplicate-bp.exp
763 * gdb.base/ena-dis-br.exp
764 * gdb.base/ending-run.exp
765 * gdb.base/enumval.exp
766 * gdb.base/environ.exp
767 * gdb.base/eu-strip-infcall.exp
768 * gdb.base/eval-avoid-side-effects.exp
769 * gdb.base/eval-skip.exp
770 * gdb.base/exitsignal.exp
771 * gdb.base/expand-psymtabs.exp
772 * gdb.base/filesym.exp
773 * gdb.base/find-unmapped.exp
774 * gdb.base/finish.exp
775 * gdb.base/float.exp
776 * gdb.base/foll-exec-mode.exp
777 * gdb.base/foll-exec.exp
778 * gdb.base/foll-fork.exp
779 * gdb.base/fortran-sym-case.exp
780 * gdb.base/freebpcmd.exp
781 * gdb.base/func-ptr.exp
782 * gdb.base/func-ptrs.exp
783 * gdb.base/funcargs.exp
784 * gdb.base/gcore-buffer-overflow.exp
785 * gdb.base/gcore-relro-pie.exp
786 * gdb.base/gcore-relro.exp
787 * gdb.base/gcore.exp
788 * gdb.base/gdb1090.exp
789 * gdb.base/gdb11530.exp
790 * gdb.base/gdb11531.exp
791 * gdb.base/gdb1821.exp
792 * gdb.base/gdbindex-stabs.exp
793 * gdb.base/gdbvars.exp
794 * gdb.base/hbreak.exp
795 * gdb.base/hbreak2.exp
796 * gdb.base/included.exp
797 * gdb.base/infcall-input.exp
798 * gdb.base/inferior-died.exp
799 * gdb.base/infnan.exp
800 * gdb.base/info-macros.exp
801 * gdb.base/info-os.exp
802 * gdb.base/info-proc.exp
803 * gdb.base/info-shared.exp
804 * gdb.base/info-target.exp
805 * gdb.base/infoline.exp
806 * gdb.base/interp.exp
807 * gdb.base/interrupt.exp
808 * gdb.base/jit-reader.exp
809 * gdb.base/jit-simple.exp
810 * gdb.base/kill-after-signal.exp
811 * gdb.base/kill-detach-inferiors-cmd.exp
812 * gdb.base/label.exp
813 * gdb.base/langs.exp
814 * gdb.base/ldbl_e308.exp
815 * gdb.base/line-symtabs.exp
816 * gdb.base/linespecs.exp
817 * gdb.base/list.exp
818 * gdb.base/long_long.exp
819 * gdb.base/longest-types.exp
820 * gdb.base/maint.exp
821 * gdb.base/max-value-size.exp
822 * gdb.base/memattr.exp
823 * gdb.base/mips_pro.exp
824 * gdb.base/morestack.exp
825 * gdb.base/moribund-step.exp
826 * gdb.base/multi-forks.exp
827 * gdb.base/nested-addr.exp
828 * gdb.base/nextoverexit.exp
829 * gdb.base/noreturn-finish.exp
830 * gdb.base/noreturn-return.exp
831 * gdb.base/nostdlib.exp
832 * gdb.base/offsets.exp
833 * gdb.base/opaque.exp
834 * gdb.base/pc-fp.exp
835 * gdb.base/permissions.exp
836 * gdb.base/print-symbol-loading.exp
837 * gdb.base/prologue-include.exp
838 * gdb.base/psymtab.exp
839 * gdb.base/ptype.exp
840 * gdb.base/random-signal.exp
841 * gdb.base/randomize.exp
842 * gdb.base/range-stepping.exp
843 * gdb.base/readline-ask.exp
844 * gdb.base/recpar.exp
845 * gdb.base/recurse.exp
846 * gdb.base/relational.exp
847 * gdb.base/restore.exp
848 * gdb.base/return-nodebug.exp
849 * gdb.base/return.exp
850 * gdb.base/run-after-attach.exp
851 * gdb.base/save-bp.exp
852 * gdb.base/scope.exp
853 * gdb.base/sect-cmd.exp
854 * gdb.base/set-lang-auto.exp
855 * gdb.base/set-noassign.exp
856 * gdb.base/setvar.exp
857 * gdb.base/sigall.exp
858 * gdb.base/sigbpt.exp
859 * gdb.base/siginfo-addr.exp
860 * gdb.base/siginfo-infcall.exp
861 * gdb.base/siginfo-obj.exp
862 * gdb.base/siginfo.exp
863 * gdb.base/signals-state-child.exp
864 * gdb.base/signest.exp
865 * gdb.base/sigstep.exp
866 * gdb.base/sizeof.exp
867 * gdb.base/skip.exp
868 * gdb.base/solib-corrupted.exp
869 * gdb.base/solib-nodir.exp
870 * gdb.base/solib-search.exp
871 * gdb.base/stack-checking.exp
872 * gdb.base/stale-infcall.exp
873 * gdb.base/stap-probe.exp
874 * gdb.base/start.exp
875 * gdb.base/step-break.exp
876 * gdb.base/step-bt.exp
877 * gdb.base/step-line.exp
878 * gdb.base/step-over-exit.exp
879 * gdb.base/step-over-syscall.exp
880 * gdb.base/step-resume-infcall.exp
881 * gdb.base/step-test.exp
882 * gdb.base/store.exp
883 * gdb.base/structs3.exp
884 * gdb.base/sym-file.exp
885 * gdb.base/symbol-without-target_section.exp
886 * gdb.base/term.exp
887 * gdb.base/testenv.exp
888 * gdb.base/ui-redirect.exp
889 * gdb.base/until.exp
890 * gdb.base/unwindonsignal.exp
891 * gdb.base/value-double-free.exp
892 * gdb.base/vla-datatypes.exp
893 * gdb.base/vla-ptr.exp
894 * gdb.base/vla-sideeffect.exp
895 * gdb.base/volatile.exp
896 * gdb.base/watch-cond-infcall.exp
897 * gdb.base/watch-cond.exp
898 * gdb.base/watch-non-mem.exp
899 * gdb.base/watch-read.exp
900 * gdb.base/watch-vfork.exp
901 * gdb.base/watchpoint-cond-gone.exp
902 * gdb.base/watchpoint-delete.exp
903 * gdb.base/watchpoint-hw-hit-once.exp
904 * gdb.base/watchpoint-hw.exp
905 * gdb.base/watchpoint-stops-at-right-insn.exp
906 * gdb.base/watchpoints.exp
907 * gdb.base/wchar.exp
908 * gdb.base/whatis-exp.exp
909 * gdb.btrace/buffer-size.exp
910 * gdb.btrace/data.exp
911 * gdb.btrace/delta.exp
912 * gdb.btrace/dlopen.exp
913 * gdb.btrace/enable.exp
914 * gdb.btrace/exception.exp
915 * gdb.btrace/function_call_history.exp
916 * gdb.btrace/gcore.exp
917 * gdb.btrace/instruction_history.exp
918 * gdb.btrace/nohist.exp
919 * gdb.btrace/reconnect.exp
920 * gdb.btrace/record_goto-step.exp
921 * gdb.btrace/record_goto.exp
922 * gdb.btrace/rn-dl-bind.exp
923 * gdb.btrace/segv.exp
924 * gdb.btrace/step.exp
925 * gdb.btrace/stepi.exp
926 * gdb.btrace/tailcall-only.exp
927 * gdb.btrace/tailcall.exp
928 * gdb.btrace/tsx.exp
929 * gdb.btrace/unknown_functions.exp
930 * gdb.btrace/vdso.exp
931 * gdb.compile/compile-ifunc.exp
932 * gdb.compile/compile-ops.exp
933 * gdb.compile/compile-print.exp
934 * gdb.compile/compile-setjmp.exp
935 * gdb.cp/abstract-origin.exp
936 * gdb.cp/ambiguous.exp
937 * gdb.cp/annota2.exp
938 * gdb.cp/annota3.exp
939 * gdb.cp/anon-ns.exp
940 * gdb.cp/anon-struct.exp
941 * gdb.cp/anon-union.exp
942 * gdb.cp/arg-reference.exp
943 * gdb.cp/baseenum.exp
944 * gdb.cp/bool.exp
945 * gdb.cp/breakpoint.exp
946 * gdb.cp/bs15503.exp
947 * gdb.cp/call-c.exp
948 * gdb.cp/casts.exp
949 * gdb.cp/chained-calls.exp
950 * gdb.cp/class2.exp
951 * gdb.cp/classes.exp
952 * gdb.cp/cmpd-minsyms.exp
953 * gdb.cp/converts.exp
954 * gdb.cp/cp-relocate.exp
955 * gdb.cp/cpcompletion.exp
956 * gdb.cp/cpexprs.exp
957 * gdb.cp/cplabel.exp
958 * gdb.cp/cplusfuncs.exp
959 * gdb.cp/cpsizeof.exp
960 * gdb.cp/ctti.exp
961 * gdb.cp/derivation.exp
962 * gdb.cp/destrprint.exp
963 * gdb.cp/dispcxx.exp
964 * gdb.cp/enum-class.exp
965 * gdb.cp/exception.exp
966 * gdb.cp/exceptprint.exp
967 * gdb.cp/expand-psymtabs-cxx.exp
968 * gdb.cp/expand-sals.exp
969 * gdb.cp/extern-c.exp
970 * gdb.cp/filename.exp
971 * gdb.cp/formatted-ref.exp
972 * gdb.cp/fpointer.exp
973 * gdb.cp/gdb1355.exp
974 * gdb.cp/gdb2495.exp
975 * gdb.cp/hang.exp
976 * gdb.cp/impl-this.exp
977 * gdb.cp/infcall-dlopen.exp
978 * gdb.cp/inherit.exp
979 * gdb.cp/iostream.exp
980 * gdb.cp/koenig.exp
981 * gdb.cp/local.exp
982 * gdb.cp/m-data.exp
983 * gdb.cp/m-static.exp
984 * gdb.cp/mb-ctor.exp
985 * gdb.cp/mb-inline.exp
986 * gdb.cp/mb-templates.exp
987 * gdb.cp/member-name.exp
988 * gdb.cp/member-ptr.exp
989 * gdb.cp/meth-typedefs.exp
990 * gdb.cp/method.exp
991 * gdb.cp/method2.exp
992 * gdb.cp/minsym-fallback.exp
993 * gdb.cp/misc.exp
994 * gdb.cp/namelessclass.exp
995 * gdb.cp/namespace-enum.exp
996 * gdb.cp/namespace-nested-import.exp
997 * gdb.cp/namespace.exp
998 * gdb.cp/nextoverthrow.exp
999 * gdb.cp/no-dmgl-verbose.exp
1000 * gdb.cp/non-trivial-retval.exp
1001 * gdb.cp/noparam.exp
1002 * gdb.cp/nsdecl.exp
1003 * gdb.cp/nsimport.exp
1004 * gdb.cp/nsnested.exp
1005 * gdb.cp/nsnoimports.exp
1006 * gdb.cp/nsrecurs.exp
1007 * gdb.cp/nsstress.exp
1008 * gdb.cp/nsusing.exp
1009 * gdb.cp/operator.exp
1010 * gdb.cp/oranking.exp
1011 * gdb.cp/overload-const.exp
1012 * gdb.cp/overload.exp
1013 * gdb.cp/ovldbreak.exp
1014 * gdb.cp/ovsrch.exp
1015 * gdb.cp/paren-type.exp
1016 * gdb.cp/parse-lang.exp
1017 * gdb.cp/pass-by-ref.exp
1018 * gdb.cp/pr-1023.exp
1019 * gdb.cp/pr-1210.exp
1020 * gdb.cp/pr-574.exp
1021 * gdb.cp/pr10687.exp
1022 * gdb.cp/pr12028.exp
1023 * gdb.cp/pr17132.exp
1024 * gdb.cp/pr17494.exp
1025 * gdb.cp/pr9067.exp
1026 * gdb.cp/pr9167.exp
1027 * gdb.cp/pr9631.exp
1028 * gdb.cp/printmethod.exp
1029 * gdb.cp/psmang.exp
1030 * gdb.cp/psymtab-parameter.exp
1031 * gdb.cp/ptype-cv-cp.exp
1032 * gdb.cp/ptype-flags.exp
1033 * gdb.cp/re-set-overloaded.exp
1034 * gdb.cp/ref-types.exp
1035 * gdb.cp/rtti.exp
1036 * gdb.cp/scope-err.exp
1037 * gdb.cp/shadow.exp
1038 * gdb.cp/smartp.exp
1039 * gdb.cp/static-method.exp
1040 * gdb.cp/static-print-quit.exp
1041 * gdb.cp/temargs.exp
1042 * gdb.cp/templates.exp
1043 * gdb.cp/try_catch.exp
1044 * gdb.cp/typedef-operator.exp
1045 * gdb.cp/typeid.exp
1046 * gdb.cp/userdef.exp
1047 * gdb.cp/using-crash.exp
1048 * gdb.cp/var-tag.exp
1049 * gdb.cp/virtbase.exp
1050 * gdb.cp/virtfunc.exp
1051 * gdb.cp/virtfunc2.exp
1052 * gdb.cp/vla-cxx.exp
1053 * gdb.disasm/t01_mov.exp
1054 * gdb.disasm/t02_mova.exp
1055 * gdb.disasm/t03_add.exp
1056 * gdb.disasm/t04_sub.exp
1057 * gdb.disasm/t05_cmp.exp
1058 * gdb.disasm/t06_ari2.exp
1059 * gdb.disasm/t07_ari3.exp
1060 * gdb.disasm/t08_or.exp
1061 * gdb.disasm/t09_xor.exp
1062 * gdb.disasm/t10_and.exp
1063 * gdb.disasm/t11_logs.exp
1064 * gdb.disasm/t12_bit.exp
1065 * gdb.disasm/t13_otr.exp
1066 * gdb.dlang/circular.exp
1067 * gdb.dwarf2/arr-stride.exp
1068 * gdb.dwarf2/arr-subrange.exp
1069 * gdb.dwarf2/atomic-type.exp
1070 * gdb.dwarf2/bad-regnum.exp
1071 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1072 * gdb.dwarf2/callframecfa.exp
1073 * gdb.dwarf2/clztest.exp
1074 * gdb.dwarf2/corrupt.exp
1075 * gdb.dwarf2/data-loc.exp
1076 * gdb.dwarf2/dup-psym.exp
1077 * gdb.dwarf2/dw2-anon-mptr.exp
1078 * gdb.dwarf2/dw2-anonymous-func.exp
1079 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1080 * gdb.dwarf2/dw2-bad-unresolved.exp
1081 * gdb.dwarf2/dw2-basic.exp
1082 * gdb.dwarf2/dw2-canonicalize-type.exp
1083 * gdb.dwarf2/dw2-case-insensitive.exp
1084 * gdb.dwarf2/dw2-common-block.exp
1085 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1086 * gdb.dwarf2/dw2-compressed.exp
1087 * gdb.dwarf2/dw2-const.exp
1088 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1089 * gdb.dwarf2/dw2-cu-size.exp
1090 * gdb.dwarf2/dw2-dup-frame.exp
1091 * gdb.dwarf2/dw2-entry-value.exp
1092 * gdb.dwarf2/dw2-icycle.exp
1093 * gdb.dwarf2/dw2-ifort-parameter.exp
1094 * gdb.dwarf2/dw2-inline-break.exp
1095 * gdb.dwarf2/dw2-inline-param.exp
1096 * gdb.dwarf2/dw2-intercu.exp
1097 * gdb.dwarf2/dw2-intermix.exp
1098 * gdb.dwarf2/dw2-lexical-block-bare.exp
1099 * gdb.dwarf2/dw2-linkage-name-trust.exp
1100 * gdb.dwarf2/dw2-minsym-in-cu.exp
1101 * gdb.dwarf2/dw2-noloc.exp
1102 * gdb.dwarf2/dw2-op-call.exp
1103 * gdb.dwarf2/dw2-op-out-param.exp
1104 * gdb.dwarf2/dw2-opt-structptr.exp
1105 * gdb.dwarf2/dw2-param-error.exp
1106 * gdb.dwarf2/dw2-producer.exp
1107 * gdb.dwarf2/dw2-ranges-base.exp
1108 * gdb.dwarf2/dw2-ref-missing-frame.exp
1109 * gdb.dwarf2/dw2-reg-undefined.exp
1110 * gdb.dwarf2/dw2-regno-invalid.exp
1111 * gdb.dwarf2/dw2-restore.exp
1112 * gdb.dwarf2/dw2-restrict.exp
1113 * gdb.dwarf2/dw2-single-line-discriminators.exp
1114 * gdb.dwarf2/dw2-strp.exp
1115 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1116 * gdb.dwarf2/dw2-unresolved.exp
1117 * gdb.dwarf2/dw2-var-zero-addr.exp
1118 * gdb.dwarf2/dw4-sig-types.exp
1119 * gdb.dwarf2/dwz.exp
1120 * gdb.dwarf2/dynarr-ptr.exp
1121 * gdb.dwarf2/enum-type.exp
1122 * gdb.dwarf2/gdb-index.exp
1123 * gdb.dwarf2/implptr-64bit.exp
1124 * gdb.dwarf2/implptr-optimized-out.exp
1125 * gdb.dwarf2/implptr.exp
1126 * gdb.dwarf2/implref-array.exp
1127 * gdb.dwarf2/implref-const.exp
1128 * gdb.dwarf2/implref-global.exp
1129 * gdb.dwarf2/implref-struct.exp
1130 * gdb.dwarf2/mac-fileno.exp
1131 * gdb.dwarf2/main-subprogram.exp
1132 * gdb.dwarf2/member-ptr-forwardref.exp
1133 * gdb.dwarf2/method-ptr.exp
1134 * gdb.dwarf2/missing-sig-type.exp
1135 * gdb.dwarf2/nonvar-access.exp
1136 * gdb.dwarf2/opaque-type-lookup.exp
1137 * gdb.dwarf2/pieces-optimized-out.exp
1138 * gdb.dwarf2/pieces.exp
1139 * gdb.dwarf2/pr10770.exp
1140 * gdb.dwarf2/pr13961.exp
1141 * gdb.dwarf2/staticvirtual.exp
1142 * gdb.dwarf2/subrange.exp
1143 * gdb.dwarf2/symtab-producer.exp
1144 * gdb.dwarf2/trace-crash.exp
1145 * gdb.dwarf2/typeddwarf.exp
1146 * gdb.dwarf2/valop.exp
1147 * gdb.dwarf2/watch-notconst.exp
1148 * gdb.fortran/array-element.exp
1149 * gdb.fortran/charset.exp
1150 * gdb.fortran/common-block.exp
1151 * gdb.fortran/complex.exp
1152 * gdb.fortran/derived-type-function.exp
1153 * gdb.fortran/derived-type.exp
1154 * gdb.fortran/logical.exp
1155 * gdb.fortran/module.exp
1156 * gdb.fortran/multi-dim.exp
1157 * gdb.fortran/nested-funcs.exp
1158 * gdb.fortran/print-formatted.exp
1159 * gdb.fortran/subarray.exp
1160 * gdb.fortran/vla-alloc-assoc.exp
1161 * gdb.fortran/vla-datatypes.exp
1162 * gdb.fortran/vla-history.exp
1163 * gdb.fortran/vla-ptr-info.exp
1164 * gdb.fortran/vla-ptype-sub.exp
1165 * gdb.fortran/vla-ptype.exp
1166 * gdb.fortran/vla-sizeof.exp
1167 * gdb.fortran/vla-type.exp
1168 * gdb.fortran/vla-value-sub-arbitrary.exp
1169 * gdb.fortran/vla-value-sub-finish.exp
1170 * gdb.fortran/vla-value-sub.exp
1171 * gdb.fortran/vla-value.exp
1172 * gdb.fortran/whatis_type.exp
1173 * gdb.go/chan.exp
1174 * gdb.go/handcall.exp
1175 * gdb.go/hello.exp
1176 * gdb.go/integers.exp
1177 * gdb.go/methods.exp
1178 * gdb.go/package.exp
1179 * gdb.go/strings.exp
1180 * gdb.go/types.exp
1181 * gdb.go/unsafe.exp
1182 * gdb.guile/scm-arch.exp
1183 * gdb.guile/scm-block.exp
1184 * gdb.guile/scm-breakpoint.exp
1185 * gdb.guile/scm-cmd.exp
1186 * gdb.guile/scm-disasm.exp
1187 * gdb.guile/scm-equal.exp
1188 * gdb.guile/scm-frame-args.exp
1189 * gdb.guile/scm-frame-inline.exp
1190 * gdb.guile/scm-frame.exp
1191 * gdb.guile/scm-iterator.exp
1192 * gdb.guile/scm-math.exp
1193 * gdb.guile/scm-objfile.exp
1194 * gdb.guile/scm-ports.exp
1195 * gdb.guile/scm-symbol.exp
1196 * gdb.guile/scm-symtab.exp
1197 * gdb.guile/scm-value-cc.exp
1198 * gdb.guile/types-module.exp
1199 * gdb.linespec/break-ask.exp
1200 * gdb.linespec/cpexplicit.exp
1201 * gdb.linespec/explicit.exp
1202 * gdb.linespec/keywords.exp
1203 * gdb.linespec/linespec.exp
1204 * gdb.linespec/ls-dollar.exp
1205 * gdb.linespec/ls-errs.exp
1206 * gdb.linespec/skip-two.exp
1207 * gdb.linespec/thread.exp
1208 * gdb.mi/mi-async.exp
1209 * gdb.mi/mi-basics.exp
1210 * gdb.mi/mi-break.exp
1211 * gdb.mi/mi-catch-load.exp
1212 * gdb.mi/mi-cli.exp
1213 * gdb.mi/mi-cmd-param-changed.exp
1214 * gdb.mi/mi-console.exp
1215 * gdb.mi/mi-detach.exp
1216 * gdb.mi/mi-disassemble.exp
1217 * gdb.mi/mi-eval.exp
1218 * gdb.mi/mi-file-transfer.exp
1219 * gdb.mi/mi-file.exp
1220 * gdb.mi/mi-fill-memory.exp
1221 * gdb.mi/mi-inheritance-syntax-error.exp
1222 * gdb.mi/mi-linespec-err-cp.exp
1223 * gdb.mi/mi-logging.exp
1224 * gdb.mi/mi-memory-changed.exp
1225 * gdb.mi/mi-read-memory.exp
1226 * gdb.mi/mi-record-changed.exp
1227 * gdb.mi/mi-reg-undefined.exp
1228 * gdb.mi/mi-regs.exp
1229 * gdb.mi/mi-return.exp
1230 * gdb.mi/mi-reverse.exp
1231 * gdb.mi/mi-simplerun.exp
1232 * gdb.mi/mi-solib.exp
1233 * gdb.mi/mi-stack.exp
1234 * gdb.mi/mi-stepi.exp
1235 * gdb.mi/mi-syn-frame.exp
1236 * gdb.mi/mi-until.exp
1237 * gdb.mi/mi-var-block.exp
1238 * gdb.mi/mi-var-child.exp
1239 * gdb.mi/mi-var-cmd.exp
1240 * gdb.mi/mi-var-cp.exp
1241 * gdb.mi/mi-var-display.exp
1242 * gdb.mi/mi-var-invalidate.exp
1243 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1244 * gdb.mi/mi-vla-fortran.exp
1245 * gdb.mi/mi-watch.exp
1246 * gdb.mi/mi2-var-child.exp
1247 * gdb.mi/user-selected-context-sync.exp
1248 * gdb.modula2/unbounded-array.exp
1249 * gdb.multi/dummy-frame-restore.exp
1250 * gdb.multi/multi-arch-exec.exp
1251 * gdb.multi/multi-arch.exp
1252 * gdb.multi/tids.exp
1253 * gdb.multi/watchpoint-multi.exp
1254 * gdb.opencl/callfuncs.exp
1255 * gdb.opencl/convs_casts.exp
1256 * gdb.opencl/datatypes.exp
1257 * gdb.opencl/operators.exp
1258 * gdb.opencl/vec_comps.exp
1259 * gdb.opt/clobbered-registers-O2.exp
1260 * gdb.opt/inline-break.exp
1261 * gdb.opt/inline-bt.exp
1262 * gdb.opt/inline-cmds.exp
1263 * gdb.opt/inline-locals.exp
1264 * gdb.pascal/case-insensitive-symbols.exp
1265 * gdb.pascal/floats.exp
1266 * gdb.pascal/gdb11492.exp
1267 * gdb.python/lib-types.exp
1268 * gdb.python/py-arch.exp
1269 * gdb.python/py-as-string.exp
1270 * gdb.python/py-bad-printers.exp
1271 * gdb.python/py-block.exp
1272 * gdb.python/py-breakpoint-create-fail.exp
1273 * gdb.python/py-breakpoint.exp
1274 * gdb.python/py-caller-is.exp
1275 * gdb.python/py-cmd.exp
1276 * gdb.python/py-explore-cc.exp
1277 * gdb.python/py-explore.exp
1278 * gdb.python/py-finish-breakpoint.exp
1279 * gdb.python/py-finish-breakpoint2.exp
1280 * gdb.python/py-frame-args.exp
1281 * gdb.python/py-frame-inline.exp
1282 * gdb.python/py-frame.exp
1283 * gdb.python/py-framefilter-mi.exp
1284 * gdb.python/py-infthread.exp
1285 * gdb.python/py-lazy-string.exp
1286 * gdb.python/py-linetable.exp
1287 * gdb.python/py-mi-events.exp
1288 * gdb.python/py-mi-objfile.exp
1289 * gdb.python/py-mi.exp
1290 * gdb.python/py-objfile.exp
1291 * gdb.python/py-pp-integral.exp
1292 * gdb.python/py-pp-maint.exp
1293 * gdb.python/py-pp-re-notag.exp
1294 * gdb.python/py-pp-registration.exp
1295 * gdb.python/py-recurse-unwind.exp
1296 * gdb.python/py-strfns.exp
1297 * gdb.python/py-symbol.exp
1298 * gdb.python/py-symtab.exp
1299 * gdb.python/py-sync-interp.exp
1300 * gdb.python/py-typeprint.exp
1301 * gdb.python/py-unwind-maint.exp
1302 * gdb.python/py-unwind.exp
1303 * gdb.python/py-value-cc.exp
1304 * gdb.python/py-xmethods.exp
1305 * gdb.reverse/amd64-tailcall-reverse.exp
1306 * gdb.reverse/break-precsave.exp
1307 * gdb.reverse/break-reverse.exp
1308 * gdb.reverse/consecutive-precsave.exp
1309 * gdb.reverse/consecutive-reverse.exp
1310 * gdb.reverse/finish-precsave.exp
1311 * gdb.reverse/finish-reverse-bkpt.exp
1312 * gdb.reverse/finish-reverse.exp
1313 * gdb.reverse/fstatat-reverse.exp
1314 * gdb.reverse/getresuid-reverse.exp
1315 * gdb.reverse/i386-precsave.exp
1316 * gdb.reverse/i386-reverse.exp
1317 * gdb.reverse/i386-sse-reverse.exp
1318 * gdb.reverse/i387-env-reverse.exp
1319 * gdb.reverse/i387-stack-reverse.exp
1320 * gdb.reverse/insn-reverse.exp
1321 * gdb.reverse/machinestate-precsave.exp
1322 * gdb.reverse/machinestate.exp
1323 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1324 * gdb.reverse/pipe-reverse.exp
1325 * gdb.reverse/readv-reverse.exp
1326 * gdb.reverse/recvmsg-reverse.exp
1327 * gdb.reverse/rerun-prec.exp
1328 * gdb.reverse/s390-mvcle.exp
1329 * gdb.reverse/step-precsave.exp
1330 * gdb.reverse/step-reverse.exp
1331 * gdb.reverse/time-reverse.exp
1332 * gdb.reverse/until-precsave.exp
1333 * gdb.reverse/until-reverse.exp
1334 * gdb.reverse/waitpid-reverse.exp
1335 * gdb.reverse/watch-precsave.exp
1336 * gdb.reverse/watch-reverse.exp
1337 * gdb.rust/generics.exp
1338 * gdb.rust/methods.exp
1339 * gdb.rust/modules.exp
1340 * gdb.rust/simple.exp
1341 * gdb.server/connect-with-no-symbol-file.exp
1342 * gdb.server/ext-attach.exp
1343 * gdb.server/ext-restart.exp
1344 * gdb.server/ext-wrapper.exp
1345 * gdb.server/file-transfer.exp
1346 * gdb.server/server-exec-info.exp
1347 * gdb.server/server-kill.exp
1348 * gdb.server/server-mon.exp
1349 * gdb.server/wrapper.exp
1350 * gdb.stabs/exclfwd.exp
1351 * gdb.stabs/gdb11479.exp
1352 * gdb.threads/clone-new-thread-event.exp
1353 * gdb.threads/corethreads.exp
1354 * gdb.threads/current-lwp-dead.exp
1355 * gdb.threads/dlopen-libpthread.exp
1356 * gdb.threads/gcore-thread.exp
1357 * gdb.threads/sigstep-threads.exp
1358 * gdb.threads/watchpoint-fork.exp
1359 * gdb.trace/actions-changed.exp
1360 * gdb.trace/backtrace.exp
1361 * gdb.trace/change-loc.exp
1362 * gdb.trace/circ.exp
1363 * gdb.trace/collection.exp
1364 * gdb.trace/disconnected-tracing.exp
1365 * gdb.trace/ftrace.exp
1366 * gdb.trace/mi-trace-frame-collected.exp
1367 * gdb.trace/mi-trace-unavailable.exp
1368 * gdb.trace/mi-traceframe-changed.exp
1369 * gdb.trace/mi-tsv-changed.exp
1370 * gdb.trace/no-attach-trace.exp
1371 * gdb.trace/passc-dyn.exp
1372 * gdb.trace/qtro.exp
1373 * gdb.trace/range-stepping.exp
1374 * gdb.trace/read-memory.exp
1375 * gdb.trace/save-trace.exp
1376 * gdb.trace/signal.exp
1377 * gdb.trace/status-stop.exp
1378 * gdb.trace/tfile.exp
1379 * gdb.trace/trace-break.exp
1380 * gdb.trace/trace-buffer-size.exp
1381 * gdb.trace/trace-condition.exp
1382 * gdb.trace/tracefile-pseudo-reg.exp
1383 * gdb.trace/tstatus.exp
1384 * gdb.trace/unavailable.exp
1385 * gdb.trace/while-dyn.exp
1386 * gdb.trace/while-stepping.exp
1387
34c41c68
DE
13882016-12-22 Doug Evans <xdje42@gmail.com>
1389
1390 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1391 and msymbols.
1392
16e69324
YQ
13932016-12-19 Yao Qi <yao.qi@linaro.org>
1394
1395 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1396 (test_with_self): Don't call do_steps_and_nexts, and remove
1397 code about stepping into xmalloc.
1398
f94f411b
YQ
13992016-12-09 Yao Qi <yao.qi@linaro.org>
1400
1401 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1402
14032016-12-09 Yao Qi <yao.qi@linaro.org>
1404
1405 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1406
f1b5deee
PA
14072016-12-09 Pedro Alves <palves@redhat.com>
1408
1409 * gdb.base/all-architectures-0.exp: New file.
1410 * gdb.base/all-architectures-1.exp: New file.
1411 * gdb.base/all-architectures-2.exp: New file.
1412 * gdb.base/all-architectures-3.exp: New file.
1413 * gdb.base/all-architectures-4.exp: New file.
1414 * gdb.base/all-architectures-5.exp: New file.
1415 * gdb.base/all-architectures-6.exp: New file.
1416 * gdb.base/all-architectures-7.exp: New file.
1417 * gdb.base/all-architectures.exp.in: New file.
1418
364ca42e
YQ
14192016-12-09 Yao Qi <yao.qi@linaro.org>
1420
1421 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1422
107c2d62
LM
14232016-12-02 Luis Machado <lgustavo@codesourcery.com>
1424
1425 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1426 possible.
1427 Remove useless pattern-matching code.
1428
df3ee9ca
PA
14292016-12-02 Pedro Alves <palves@redhat.com>
1430
1431 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1432 procedure.
1433 (top level): Call it.
1434
ec835369
PA
14352016-12-02 Pedro Alves <palves@redhat.com>
1436
1437 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1438 New procedure.
1439 (top level): Call it.
1440
01770bbd
PA
14412016-12-02 Pedro Alves <palves@redhat.com>
1442
1443 PR cli/20559
1444 * gdb.base/commands.exp (user_defined_command_args_eval): New
1445 procedure.
1446 (top level): Call it.
1447
008459ea
LM
14482016-12-02 Luis Machado <lgustavo@codesourcery.com>
1449
1450 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1451 timeout handling.
1452
0c1b455e
TT
14532016-12-02 Tom Tromey <tom@tromey.com>
1454
1455 * gdb.dwarf2/main-subprogram.c: New file.
1456 * gdb.dwarf2/main-subprogram.exp: New file.
1457
018572b8
LM
14582016-12-01 Luis Machado <lgustavo@codesourcery.com>
1459
1460 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1461 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1462 gdb_test_no_output for a couple of cases.
1463 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1464
84c93cd5
LM
14652016-12-01 Luis Machado <lgustavo@codesourcery.com>
1466
1467 Fix test names and standardize compilation error messages throughout
1468 the following files:
1469
1470 * gdb.ada/start.exp
1471 * gdb.arch/alpha-step.exp
1472 * gdb.arch/e500-prologue.exp
1473 * gdb.arch/ftrace-insn-reloc.exp
1474 * gdb.arch/gdb1291.exp
1475 * gdb.arch/gdb1431.exp
1476 * gdb.arch/gdb1558.exp
1477 * gdb.arch/i386-dr3-watch.exp
1478 * gdb.arch/i386-sse-stack-align.exp
1479 * gdb.arch/ia64-breakpoint-shadow.exp
1480 * gdb.arch/pa-nullify.exp
1481 * gdb.arch/powerpc-aix-prologue.exp
1482 * gdb.arch/thumb-bx-pc.exp
1483 * gdb.base/annota1.exp
1484 * gdb.base/annota3.exp
1485 * gdb.base/arrayidx.exp
1486 * gdb.base/assign.exp
1487 * gdb.base/attach.exp
1488 * gdb.base/auxv.exp
1489 * gdb.base/bang.exp
1490 * gdb.base/bfp-test.exp
1491 * gdb.base/bigcore.exp
1492 * gdb.base/bitfields2.exp
1493 * gdb.base/break-fun-addr.exp
1494 * gdb.base/break-probes.exp
1495 * gdb.base/call-rt-st.exp
1496 * gdb.base/callexit.exp
1497 * gdb.base/catch-fork-kill.exp
1498 * gdb.base/charset.exp
1499 * gdb.base/checkpoint.exp
1500 * gdb.base/comprdebug.exp
1501 * gdb.base/constvars.exp
1502 * gdb.base/coredump-filter.exp
1503 * gdb.base/cursal.exp
1504 * gdb.base/cvexpr.exp
1505 * gdb.base/detach.exp
1506 * gdb.base/display.exp
1507 * gdb.base/dmsym.exp
1508 * gdb.base/dprintf-pending.exp
1509 * gdb.base/dso2dso.exp
1510 * gdb.base/dtrace-probe.exp
1511 * gdb.base/dump.exp
1512 * gdb.base/enum_cond.exp
1513 * gdb.base/exe-lock.exp
1514 * gdb.base/exec-invalid-sysroot.exp
1515 * gdb.base/execl-update-breakpoints.exp
1516 * gdb.base/exprs.exp
1517 * gdb.base/fileio.exp
1518 * gdb.base/find.exp
1519 * gdb.base/finish.exp
1520 * gdb.base/fixsection.exp
1521 * gdb.base/foll-vfork.exp
1522 * gdb.base/frame-args.exp
1523 * gdb.base/gcore.exp
1524 * gdb.base/gdb1250.exp
1525 * gdb.base/global-var-nested-by-dso.exp
1526 * gdb.base/gnu-ifunc.exp
1527 * gdb.base/hashline1.exp
1528 * gdb.base/hashline2.exp
1529 * gdb.base/hashline3.exp
1530 * gdb.base/hbreak-in-shr-unsupported.exp
1531 * gdb.base/huge.exp
1532 * gdb.base/infcall-input.exp
1533 * gdb.base/info-fun.exp
1534 * gdb.base/info-shared.exp
1535 * gdb.base/jit-simple.exp
1536 * gdb.base/jit-so.exp
1537 * gdb.base/jit.exp
1538 * gdb.base/jump.exp
1539 * gdb.base/label.exp
1540 * gdb.base/lineinc.exp
1541 * gdb.base/logical.exp
1542 * gdb.base/longjmp.exp
1543 * gdb.base/macscp.exp
1544 * gdb.base/miscexprs.exp
1545 * gdb.base/new-ui-echo.exp
1546 * gdb.base/new-ui-pending-input.exp
1547 * gdb.base/new-ui.exp
1548 * gdb.base/nodebug.exp
1549 * gdb.base/nofield.exp
1550 * gdb.base/offsets.exp
1551 * gdb.base/overlays.exp
1552 * gdb.base/pending.exp
1553 * gdb.base/pointers.exp
1554 * gdb.base/pr11022.exp
1555 * gdb.base/printcmds.exp
1556 * gdb.base/prologue.exp
1557 * gdb.base/ptr-typedef.exp
1558 * gdb.base/realname-expand.exp
1559 * gdb.base/relativedebug.exp
1560 * gdb.base/relocate.exp
1561 * gdb.base/remote.exp
1562 * gdb.base/reread.exp
1563 * gdb.base/return2.exp
1564 * gdb.base/savedregs.exp
1565 * gdb.base/sep.exp
1566 * gdb.base/sepdebug.exp
1567 * gdb.base/sepsymtab.exp
1568 * gdb.base/set-inferior-tty.exp
1569 * gdb.base/setshow.exp
1570 * gdb.base/shlib-call.exp
1571 * gdb.base/sigaltstack.exp
1572 * gdb.base/siginfo-addr.exp
1573 * gdb.base/signals.exp
1574 * gdb.base/signull.exp
1575 * gdb.base/sigrepeat.exp
1576 * gdb.base/so-impl-ld.exp
1577 * gdb.base/solib-display.exp
1578 * gdb.base/solib-overlap.exp
1579 * gdb.base/solib-search.exp
1580 * gdb.base/solib-symbol.exp
1581 * gdb.base/structs.exp
1582 * gdb.base/structs2.exp
1583 * gdb.base/symtab-search-order.exp
1584 * gdb.base/twice.exp
1585 * gdb.base/unload.exp
1586 * gdb.base/varargs.exp
1587 * gdb.base/watchpoint-solib.exp
1588 * gdb.base/watchpoint.exp
1589 * gdb.base/whatis.exp
1590 * gdb.base/wrong_frame_bt_full.exp
1591 * gdb.btrace/dlopen.exp
1592 * gdb.cell/ea-standalone.exp
1593 * gdb.cell/ea-test.exp
1594 * gdb.cp/dispcxx.exp
1595 * gdb.cp/gdb2384.exp
1596 * gdb.cp/method2.exp
1597 * gdb.cp/nextoverthrow.exp
1598 * gdb.cp/pr10728.exp
1599 * gdb.disasm/am33.exp
1600 * gdb.disasm/h8300s.exp
1601 * gdb.disasm/mn10300.exp
1602 * gdb.disasm/sh3.exp
1603 * gdb.dwarf2/dw2-dir-file-name.exp
1604 * gdb.fortran/complex.exp
1605 * gdb.fortran/library-module.exp
1606 * gdb.guile/scm-pretty-print.exp
1607 * gdb.guile/scm-symbol.exp
1608 * gdb.guile/scm-type.exp
1609 * gdb.guile/scm-value.exp
1610 * gdb.linespec/linespec.exp
1611 * gdb.mi/gdb701.exp
1612 * gdb.mi/gdb792.exp
1613 * gdb.mi/mi-breakpoint-changed.exp
1614 * gdb.mi/mi-dprintf-pending.exp
1615 * gdb.mi/mi-dprintf.exp
1616 * gdb.mi/mi-exit-code.exp
1617 * gdb.mi/mi-pending.exp
1618 * gdb.mi/mi-solib.exp
1619 * gdb.mi/new-ui-mi-sync.exp
1620 * gdb.mi/pr11022.exp
1621 * gdb.mi/user-selected-context-sync.exp
1622 * gdb.opt/solib-intra-step.exp
1623 * gdb.python/py-events.exp
1624 * gdb.python/py-finish-breakpoint.exp
1625 * gdb.python/py-mi.exp
1626 * gdb.python/py-prettyprint.exp
1627 * gdb.python/py-shared.exp
1628 * gdb.python/py-symbol.exp
1629 * gdb.python/py-template.exp
1630 * gdb.python/py-type.exp
1631 * gdb.python/py-value.exp
1632 * gdb.reverse/solib-precsave.exp
1633 * gdb.reverse/solib-reverse.exp
1634 * gdb.server/solib-list.exp
1635 * gdb.stabs/weird.exp
1636 * gdb.threads/reconnect-signal.exp
1637 * gdb.threads/stepi-random-signal.exp
1638 * gdb.trace/actions.exp
1639 * gdb.trace/ax.exp
1640 * gdb.trace/backtrace.exp
1641 * gdb.trace/change-loc.exp
1642 * gdb.trace/deltrace.exp
1643 * gdb.trace/ftrace-lock.exp
1644 * gdb.trace/ftrace.exp
1645 * gdb.trace/infotrace.exp
1646 * gdb.trace/mi-tracepoint-changed.exp
1647 * gdb.trace/packetlen.exp
1648 * gdb.trace/passcount.exp
1649 * gdb.trace/pending.exp
1650 * gdb.trace/range-stepping.exp
1651 * gdb.trace/report.exp
1652 * gdb.trace/stap-trace.exp
1653 * gdb.trace/tfind.exp
1654 * gdb.trace/trace-break.exp
1655 * gdb.trace/trace-condition.exp
1656 * gdb.trace/trace-enable-disable.exp
1657 * gdb.trace/trace-mt.exp
1658 * gdb.trace/tracecmd.exp
1659 * gdb.trace/tspeed.exp
1660 * gdb.trace/tsv.exp
1661 * lib/perftest.exp
1662
fb9feb35
LM
16632016-12-01 Luis Machado <lgustavo@codesourcery.com>
1664
1665 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1666 with gdb_test_no_output.
1667 Use command as test name.
1668
cd2ddb6c
LM
16692016-12-01 Luis Machado <lgustavo@codesourcery.com>
1670
1671 Fix test names starting with uppercase throughout the files.
1672
1673 * gdb.ada/assign_1.exp
1674 * gdb.ada/boolean_expr.exp
1675 * gdb.base/arrayidx.exp
1676 * gdb.base/del.exp
1677 * gdb.base/gcore-buffer-overflow.exp
1678 * gdb.base/testenv.exp
1679 * gdb.compile/compile.exp
1680 * gdb.python/py-framefilter-invalidarg.exp
1681 * gdb.python/py-framefilter.exp
1682
bb95117e
LM
16832016-12-01 Luis Machado <lgustavo@codesourcery.com>
1684
1685 Fix test names starting with uppercase throughout the files.
1686
1687 * gdb.ada/array_return.exp
1688 * gdb.ada/expr_delims.exp
1689 * gdb.ada/mi_dyn_arr.exp
1690 * gdb.ada/mi_interface.exp
1691 * gdb.ada/mi_var_array.exp
1692 * gdb.ada/watch_arg.exp
1693 * gdb.arch/alpha-step.exp
1694 * gdb.arch/altivec-regs.exp
1695 * gdb.arch/e500-regs.exp
1696 * gdb.arch/powerpc-d128-regs.exp
1697 * gdb.base/arrayidx.exp
1698 * gdb.base/break.exp
1699 * gdb.base/checkpoint.exp
1700 * gdb.base/debug-expr.exp
1701 * gdb.base/dmsym.exp
1702 * gdb.base/radix.exp
1703 * gdb.base/sepdebug.exp
1704 * gdb.base/testenv.exp
1705 * gdb.base/watch_thread_num.exp
1706 * gdb.base/watchpoint-cond-gone.exp
1707 * gdb.cell/break.exp
1708 * gdb.cell/ea-cache.exp
1709 * gdb.compile/compile.exp
1710 * gdb.cp/gdb2495.exp
1711 * gdb.gdb/selftest.exp
1712 * gdb.gdb/xfullpath.exp
1713 * gdb.go/hello.exp
1714 * gdb.go/integers.exp
1715 * gdb.objc/basicclass.exp
1716 * gdb.pascal/hello.exp
1717 * gdb.pascal/integers.exp
1718 * gdb.python/py-breakpoint.exp
1719 * gdb.python/py-cmd.exp
1720 * gdb.python/py-linetable.exp
1721 * gdb.python/py-xmethods.exp
1722 * gdb.python/python.exp
1723 * gdb.reverse/consecutive-precsave.exp
1724 * gdb.reverse/finish-precsave.exp
1725 * gdb.reverse/i386-precsave.exp
1726 * gdb.reverse/machinestate-precsave.exp
1727 * gdb.reverse/sigall-precsave.exp
1728 * gdb.reverse/solib-precsave.exp
1729 * gdb.reverse/step-precsave.exp
1730 * gdb.reverse/until-precsave.exp
1731 * gdb.reverse/watch-precsave.exp
1732 * gdb.threads/leader-exit.exp
1733 * gdb.threads/pthreads.exp
1734 * gdb.threads/wp-replication.exp
1735 * gdb.trace/actions.exp
1736 * gdb.trace/mi-tsv-changed.exp
1737 * gdb.trace/tsv.exp
1738
de97fdd4
LM
17392016-12-01 Luis Machado <lgustavo@codesourcery.com>
1740
1741 Fix test names starting with uppercase throughout the files.
1742
1743 * gdb.arch/i386-bp_permanent.exp
1744 * gdb.arch/i386-gnu-cfi.exp
1745 * gdb.base/disasm-end-cu.exp
1746 * gdb.base/macscp.exp
1747 * gdb.base/pending.exp
1748 * gdb.base/watch_thread_num.exp
1749 * gdb.cp/exception.exp
1750 * gdb.cp/gdb2495.exp
1751 * gdb.cp/local.exp
1752 * gdb.python/py-evsignal.exp
1753 * gdb.python/python.exp
1754 * gdb.trace/tracecmd.exp
1755
9f058c10
LM
17562016-12-01 Luis Machado <lgustavo@codesourcery.com>
1757
1758 Fix test names starting with uppercase throughout the files.
1759
1760 * gdb.base/charset.exp
1761 * gdb.base/eval.exp
1762 * gdb.base/multi-forks.exp
1763 * gdb.guile/scm-progspace.exp
1764 * gdb.opencl/datatypes.exp
1765 * gdb.python/py-block.exp
1766 * gdb.python/py-function.exp
1767 * gdb.python/py-symbol.exp
1768 * gdb.python/py-symtab.exp
1769 * gdb.python/py-xmethods.exp
1770 * gdb.reverse/break-precsave.exp
1771 * gdb.reverse/break-reverse.exp
1772 * gdb.reverse/consecutive-precsave.exp
1773 * gdb.reverse/consecutive-reverse.exp
1774 * gdb.reverse/finish-precsave.exp
1775 * gdb.reverse/finish-reverse-bkpt.exp
1776 * gdb.reverse/finish-reverse.exp
1777 * gdb.reverse/fstatat-reverse.exp
1778 * gdb.reverse/getresuid-reverse.exp
1779 * gdb.reverse/i386-precsave.exp
1780 * gdb.reverse/i386-reverse.exp
1781 * gdb.reverse/i386-sse-reverse.exp
1782 * gdb.reverse/i387-stack-reverse.exp
1783 * gdb.reverse/insn-reverse.exp
1784 * gdb.reverse/machinestate-precsave.exp
1785 * gdb.reverse/machinestate.exp
1786 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1787 * gdb.reverse/pipe-reverse.exp
1788 * gdb.reverse/readv-reverse.exp
1789 * gdb.reverse/recvmsg-reverse.exp
1790 * gdb.reverse/rerun-prec.exp
1791 * gdb.reverse/s390-mvcle.exp
1792 * gdb.reverse/sigall-precsave.exp
1793 * gdb.reverse/sigall-reverse.exp
1794 * gdb.reverse/solib-precsave.exp
1795 * gdb.reverse/solib-reverse.exp
1796 * gdb.reverse/step-precsave.exp
1797 * gdb.reverse/step-reverse.exp
1798 * gdb.reverse/time-reverse.exp
1799 * gdb.reverse/until-precsave.exp
1800 * gdb.reverse/until-reverse.exp
1801 * gdb.reverse/waitpid-reverse.exp
1802 * gdb.reverse/watch-precsave.exp
1803 * gdb.reverse/watch-reverse.exp
1804
cdc7edd7
LM
18052016-12-01 Luis Machado <lgustavo@codesourcery.com>
1806
1807 Fix test names starting with uppercase throughout the files.
1808
1809 * gdb.arch/i386-mpx-simple_segv.exp
1810 * gdb.arch/i386-mpx.exp
1811 * gdb.arch/i386-permbkpt.exp
1812 * gdb.arch/pa-nullify.exp
1813 * gdb.arch/powerpc-d128-regs.exp
1814 * gdb.arch/vsx-regs.exp
1815 * gdb.base/bfp-test.exp
1816 * gdb.base/break.exp
1817 * gdb.base/breakpoint-shadow.exp
1818 * gdb.base/callfuncs.exp
1819 * gdb.base/charset.exp
1820 * gdb.base/commands.exp
1821 * gdb.base/completion.exp
1822 * gdb.base/dfp-test.exp
1823 * gdb.base/echo.exp
1824 * gdb.base/ending-run.exp
1825 * gdb.base/eval.exp
1826 * gdb.base/expand-psymtabs.exp
1827 * gdb.base/float128.exp
1828 * gdb.base/floatn.exp
1829 * gdb.base/foll-exec-mode.exp
1830 * gdb.base/gdb1056.exp
1831 * gdb.base/gdb11531.exp
1832 * gdb.base/kill-after-signal.exp
1833 * gdb.base/multi-forks.exp
1834 * gdb.base/overlays.exp
1835 * gdb.base/pending.exp
1836 * gdb.base/sepdebug.exp
1837 * gdb.base/testenv.exp
1838 * gdb.base/valgrind-db-attach.exp
1839 * gdb.base/watch_thread_num.exp
1840 * gdb.base/watchpoint-cond-gone.exp
1841 * gdb.base/watchpoint.exp
1842 * gdb.base/watchpoints.exp
1843 * gdb.cp/arg-reference.exp
1844 * gdb.cp/baseenum.exp
1845 * gdb.cp/operator.exp
1846 * gdb.cp/shadow.exp
1847 * gdb.dwarf2/dw2-op-out-param.exp
1848 * gdb.dwarf2/dw2-reg-undefined.exp
1849 * gdb.go/chan.exp
1850 * gdb.go/hello.exp
1851 * gdb.go/integers.exp
1852 * gdb.go/methods.exp
1853 * gdb.go/package.exp
1854 * gdb.guile/scm-parameter.exp
1855 * gdb.guile/scm-progspace.exp
1856 * gdb.guile/scm-value.exp
1857 * gdb.mi/mi-pending.exp
1858 * gdb.mi/user-selected-context-sync.exp
1859 * gdb.multi/multi-attach.exp
1860 * gdb.multi/tids.exp
1861 * gdb.opt/clobbered-registers-O2.exp
1862 * gdb.pascal/floats.exp
1863 * gdb.pascal/integers.exp
1864 * gdb.python/py-block.exp
1865 * gdb.python/py-events.exp
1866 * gdb.python/py-parameter.exp
1867 * gdb.python/py-symbol.exp
1868 * gdb.python/py-symtab.exp
1869 * gdb.python/py-type.exp
1870 * gdb.python/py-value.exp
1871 * gdb.python/py-xmethods.exp
1872 * gdb.python/python.exp
1873 * gdb.reverse/break-precsave.exp
1874 * gdb.reverse/consecutive-precsave.exp
1875 * gdb.reverse/finish-precsave.exp
1876 * gdb.reverse/i386-precsave.exp
1877 * gdb.reverse/machinestate-precsave.exp
1878 * gdb.reverse/sigall-precsave.exp
1879 * gdb.reverse/solib-precsave.exp
1880 * gdb.reverse/step-precsave.exp
1881 * gdb.reverse/until-precsave.exp
1882 * gdb.reverse/watch-precsave.exp
1883 * gdb.server/ext-attach.exp
1884 * gdb.server/ext-restart.exp
1885 * gdb.server/ext-run.exp
1886 * gdb.server/ext-wrapper.exp
1887 * gdb.stabs/gdb11479.exp
1888 * gdb.stabs/weird.exp
1889 * gdb.threads/attach-many-short-lived-threads.exp
1890 * gdb.threads/kill.exp
1891 * gdb.threads/watchpoint-fork.exp
1892
bc6c7af4
LM
18932016-12-01 Luis Machado <lgustavo@codesourcery.com>
1894
1895 Fix test names starting with uppercase throughout all the files below.
1896
1897 * gdb.ada/array_return.exp
1898 * gdb.ada/catch_ex.exp
1899 * gdb.ada/info_exc.exp
1900 * gdb.ada/mi_catch_ex.exp
1901 * gdb.ada/mi_dyn_arr.exp
1902 * gdb.ada/mi_ex_cond.exp
1903 * gdb.ada/mi_exc_info.exp
1904 * gdb.ada/mi_interface.exp
1905 * gdb.ada/mi_task_arg.exp
1906 * gdb.ada/mi_task_info.exp
1907 * gdb.ada/mi_var_array.exp
1908 * gdb.arch/alpha-step.exp
1909 * gdb.arch/amd64-disp-step.exp
1910 * gdb.arch/arm-disp-step.exp
1911 * gdb.arch/disp-step-insn-reloc.exp
1912 * gdb.arch/e500-prologue.exp
1913 * gdb.arch/ftrace-insn-reloc.exp
1914 * gdb.arch/gdb1558.exp
1915 * gdb.arch/i386-bp_permanent.exp
1916 * gdb.arch/i386-disp-step.exp
1917 * gdb.arch/i386-float.exp
1918 * gdb.arch/i386-gnu-cfi.exp
1919 * gdb.arch/ia64-breakpoint-shadow.exp
1920 * gdb.arch/mips16-thunks.exp
1921 * gdb.arch/pa-nullify.exp
1922 * gdb.arch/powerpc-aix-prologue.exp
1923 * gdb.arch/powerpc-power.exp
1924 * gdb.arch/ppc-dfp.exp
1925 * gdb.arch/s390-tdbregs.exp
1926 * gdb.arch/spu-info.exp
1927 * gdb.arch/spu-ls.exp
1928 * gdb.arch/thumb-bx-pc.exp
1929 * gdb.base/advance.exp
1930 * gdb.base/annota-input-while-running.exp
1931 * gdb.base/arrayidx.exp
1932 * gdb.base/asmlabel.exp
1933 * gdb.base/async.exp
1934 * gdb.base/attach-wait-input.exp
1935 * gdb.base/auto-connect-native-target.exp
1936 * gdb.base/batch-preserve-term-settings.exp
1937 * gdb.base/bfp-test.exp
1938 * gdb.base/bigcore.exp
1939 * gdb.base/bp-permanent.exp
1940 * gdb.base/break-always.exp
1941 * gdb.base/break-fun-addr.exp
1942 * gdb.base/break-idempotent.exp
1943 * gdb.base/break-main-file-remove-fail.exp
1944 * gdb.base/break-probes.exp
1945 * gdb.base/break-unload-file.exp
1946 * gdb.base/break.exp
1947 * gdb.base/call-ar-st.exp
1948 * gdb.base/call-rt-st.exp
1949 * gdb.base/call-sc.exp
1950 * gdb.base/call-signal-resume.exp
1951 * gdb.base/call-strs.exp
1952 * gdb.base/callexit.exp
1953 * gdb.base/callfuncs.exp
1954 * gdb.base/catch-gdb-caused-signals.exp
1955 * gdb.base/catch-signal-siginfo-cond.exp
1956 * gdb.base/catch-syscall.exp
1957 * gdb.base/compare-sections.exp
1958 * gdb.base/cond-eval-mode.exp
1959 * gdb.base/condbreak-call-false.exp
1960 * gdb.base/consecutive-step-over.exp
1961 * gdb.base/cursal.exp
1962 * gdb.base/disabled-location.exp
1963 * gdb.base/disasm-end-cu.exp
1964 * gdb.base/display.exp
1965 * gdb.base/double-prompt-target-event-error.exp
1966 * gdb.base/dprintf-bp-same-addr.exp
1967 * gdb.base/dprintf-detach.exp
1968 * gdb.base/dprintf-next.exp
1969 * gdb.base/dprintf-non-stop.exp
1970 * gdb.base/dprintf-pending.exp
1971 * gdb.base/dso2dso.exp
1972 * gdb.base/ending-run.exp
1973 * gdb.base/enum_cond.exp
1974 * gdb.base/examine-backward.exp
1975 * gdb.base/exe-lock.exp
1976 * gdb.base/exec-invalid-sysroot.exp
1977 * gdb.base/execl-update-breakpoints.exp
1978 * gdb.base/execution-termios.exp
1979 * gdb.base/fileio.exp
1980 * gdb.base/fixsection.exp
1981 * gdb.base/foll-exec-mode.exp
1982 * gdb.base/foll-exec.exp
1983 * gdb.base/fork-running-state.exp
1984 * gdb.base/frame-args.exp
1985 * gdb.base/fullpath-expand.exp
1986 * gdb.base/func-ptr.exp
1987 * gdb.base/gcore-relro-pie.exp
1988 * gdb.base/gdb1090.exp
1989 * gdb.base/gdb1555.exp
1990 * gdb.base/global-var-nested-by-dso.exp
1991 * gdb.base/gnu-ifunc.exp
1992 * gdb.base/hbreak-in-shr-unsupported.exp
1993 * gdb.base/hbreak-unmapped.exp
1994 * gdb.base/hook-stop.exp
1995 * gdb.base/infcall-input.exp
1996 * gdb.base/info-fun.exp
1997 * gdb.base/info-shared.exp
1998 * gdb.base/interrupt-noterm.exp
1999 * gdb.base/jit-so.exp
2000 * gdb.base/jit.exp
2001 * gdb.base/line-symtabs.exp
2002 * gdb.base/list.exp
2003 * gdb.base/longjmp.exp
2004 * gdb.base/macscp.exp
2005 * gdb.base/max-value-size.exp
2006 * gdb.base/nodebug.exp
2007 * gdb.base/nofield.exp
2008 * gdb.base/overlays.exp
2009 * gdb.base/paginate-after-ctrl-c-running.exp
2010 * gdb.base/paginate-bg-execution.exp
2011 * gdb.base/paginate-inferior-exit.exp
2012 * gdb.base/pending.exp
2013 * gdb.base/pr11022.exp
2014 * gdb.base/printcmds.exp
2015 * gdb.base/ptr-typedef.exp
2016 * gdb.base/ptype.exp
2017 * gdb.base/randomize.exp
2018 * gdb.base/range-stepping.exp
2019 * gdb.base/realname-expand.exp
2020 * gdb.base/relativedebug.exp
2021 * gdb.base/remote.exp
2022 * gdb.base/savedregs.exp
2023 * gdb.base/sepdebug.exp
2024 * gdb.base/set-noassign.exp
2025 * gdb.base/shlib-call.exp
2026 * gdb.base/shreloc.exp
2027 * gdb.base/sigaltstack.exp
2028 * gdb.base/sigbpt.exp
2029 * gdb.base/siginfo-addr.exp
2030 * gdb.base/siginfo-obj.exp
2031 * gdb.base/siginfo-thread.exp
2032 * gdb.base/signest.exp
2033 * gdb.base/signull.exp
2034 * gdb.base/sigrepeat.exp
2035 * gdb.base/skip.exp
2036 * gdb.base/so-impl-ld.exp
2037 * gdb.base/solib-corrupted.exp
2038 * gdb.base/solib-disc.exp
2039 * gdb.base/solib-display.exp
2040 * gdb.base/solib-overlap.exp
2041 * gdb.base/solib-search.exp
2042 * gdb.base/solib-symbol.exp
2043 * gdb.base/source-execution.exp
2044 * gdb.base/sss-bp-on-user-bp-2.exp
2045 * gdb.base/sss-bp-on-user-bp.exp
2046 * gdb.base/stack-checking.exp
2047 * gdb.base/stale-infcall.exp
2048 * gdb.base/step-break.exp
2049 * gdb.base/step-line.exp
2050 * gdb.base/step-over-exit.exp
2051 * gdb.base/step-test.exp
2052 * gdb.base/structs.exp
2053 * gdb.base/sym-file.exp
2054 * gdb.base/symtab-search-order.exp
2055 * gdb.base/term.exp
2056 * gdb.base/type-opaque.exp
2057 * gdb.base/unload.exp
2058 * gdb.base/until-nodebug.exp
2059 * gdb.base/until.exp
2060 * gdb.base/unwindonsignal.exp
2061 * gdb.base/watch-cond.exp
2062 * gdb.base/watch-non-mem.exp
2063 * gdb.base/watch_thread_num.exp
2064 * gdb.base/watchpoint-reuse-slot.exp
2065 * gdb.base/watchpoint-solib.exp
2066 * gdb.base/watchpoint.exp
2067 * gdb.btrace/dlopen.exp
2068 * gdb.cell/arch.exp
2069 * gdb.cell/break.exp
2070 * gdb.cell/bt.exp
2071 * gdb.cell/core.exp
2072 * gdb.cell/data.exp
2073 * gdb.cell/dwarfaddr.exp
2074 * gdb.cell/ea-cache.exp
2075 * gdb.cell/ea-standalone.exp
2076 * gdb.cell/ea-test.exp
2077 * gdb.cell/f-regs.exp
2078 * gdb.cell/fork.exp
2079 * gdb.cell/gcore.exp
2080 * gdb.cell/mem-access.exp
2081 * gdb.cell/ptype.exp
2082 * gdb.cell/registers.exp
2083 * gdb.cell/sizeof.exp
2084 * gdb.cell/solib-symbol.exp
2085 * gdb.cell/solib.exp
2086 * gdb.compile/compile-tls.exp
2087 * gdb.cp/exception.exp
2088 * gdb.cp/gdb2495.exp
2089 * gdb.cp/local.exp
2090 * gdb.cp/mb-inline.exp
2091 * gdb.cp/mb-templates.exp
2092 * gdb.cp/pr10687.exp
2093 * gdb.cp/pr9167.exp
2094 * gdb.cp/scope-err.exp
2095 * gdb.cp/templates.exp
2096 * gdb.cp/virtfunc.exp
2097 * gdb.dwarf2/dw2-dir-file-name.exp
2098 * gdb.dwarf2/dw2-single-line-discriminators.exp
2099 * gdb.fortran/complex.exp
2100 * gdb.fortran/library-module.exp
2101 * gdb.guile/guile.exp
2102 * gdb.guile/scm-cmd.exp
2103 * gdb.guile/scm-frame-inline.exp
2104 * gdb.guile/scm-objfile.exp
2105 * gdb.guile/scm-pretty-print.exp
2106 * gdb.guile/scm-symbol.exp
2107 * gdb.guile/scm-type.exp
2108 * gdb.guile/scm-value.exp
2109 * gdb.linespec/keywords.exp
2110 * gdb.linespec/ls-errs.exp
2111 * gdb.linespec/macro-relative.exp
2112 * gdb.linespec/thread.exp
2113 * gdb.mi/mi-breakpoint-changed.exp
2114 * gdb.mi/mi-dprintf-pending.exp
2115 * gdb.mi/mi-fullname-deleted.exp
2116 * gdb.mi/mi-logging.exp
2117 * gdb.mi/mi-pending.exp
2118 * gdb.mi/mi-solib.exp
2119 * gdb.mi/new-ui-mi-sync.exp
2120 * gdb.mi/user-selected-context-sync.exp
2121 * gdb.multi/dummy-frame-restore.exp
2122 * gdb.multi/multi-arch-exec.exp
2123 * gdb.multi/remove-inferiors.exp
2124 * gdb.multi/watchpoint-multi-exit.exp
2125 * gdb.opt/solib-intra-step.exp
2126 * gdb.perf/backtrace.exp
2127 * gdb.perf/single-step.exp
2128 * gdb.perf/skip-command.exp
2129 * gdb.perf/skip-prologue.exp
2130 * gdb.perf/solib.exp
2131 * gdb.python/lib-types.exp
2132 * gdb.python/py-as-string.exp
2133 * gdb.python/py-bad-printers.exp
2134 * gdb.python/py-block.exp
2135 * gdb.python/py-breakpoint.exp
2136 * gdb.python/py-cmd.exp
2137 * gdb.python/py-events.exp
2138 * gdb.python/py-evthreads.exp
2139 * gdb.python/py-finish-breakpoint.exp
2140 * gdb.python/py-finish-breakpoint2.exp
2141 * gdb.python/py-frame-inline.exp
2142 * gdb.python/py-frame.exp
2143 * gdb.python/py-inferior.exp
2144 * gdb.python/py-infthread.exp
2145 * gdb.python/py-mi.exp
2146 * gdb.python/py-objfile.exp
2147 * gdb.python/py-pp-maint.exp
2148 * gdb.python/py-pp-registration.exp
2149 * gdb.python/py-prettyprint.exp
2150 * gdb.python/py-recurse-unwind.exp
2151 * gdb.python/py-shared.exp
2152 * gdb.python/py-symbol.exp
2153 * gdb.python/py-symtab.exp
2154 * gdb.python/py-template.exp
2155 * gdb.python/py-type.exp
2156 * gdb.python/py-unwind-maint.exp
2157 * gdb.python/py-unwind.exp
2158 * gdb.python/py-value.exp
2159 * gdb.python/python.exp
2160 * gdb.reverse/finish-reverse-bkpt.exp
2161 * gdb.reverse/insn-reverse.exp
2162 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2163 * gdb.reverse/solib-precsave.exp
2164 * gdb.reverse/solib-reverse.exp
2165 * gdb.stabs/gdb11479.exp
2166 * gdb.stabs/weird.exp
2167 * gdb.threads/fork-child-threads.exp
2168 * gdb.threads/fork-plus-threads.exp
2169 * gdb.threads/fork-thread-pending.exp
2170 * gdb.threads/forking-threads-plus-breakpoint.exp
2171 * gdb.threads/hand-call-in-threads.exp
2172 * gdb.threads/interrupted-hand-call.exp
2173 * gdb.threads/linux-dp.exp
2174 * gdb.threads/local-watch-wrong-thread.exp
2175 * gdb.threads/next-while-other-thread-longjmps.exp
2176 * gdb.threads/non-ldr-exit.exp
2177 * gdb.threads/pending-step.exp
2178 * gdb.threads/print-threads.exp
2179 * gdb.threads/process-dies-while-detaching.exp
2180 * gdb.threads/process-dies-while-handling-bp.exp
2181 * gdb.threads/pthreads.exp
2182 * gdb.threads/queue-signal.exp
2183 * gdb.threads/reconnect-signal.exp
2184 * gdb.threads/signal-command-handle-nopass.exp
2185 * gdb.threads/signal-command-multiple-signals-pending.exp
2186 * gdb.threads/signal-delivered-right-thread.exp
2187 * gdb.threads/signal-sigtrap.exp
2188 * gdb.threads/sigthread.exp
2189 * gdb.threads/staticthreads.exp
2190 * gdb.threads/stepi-random-signal.exp
2191 * gdb.threads/thread-unwindonsignal.exp
2192 * gdb.threads/thread_check.exp
2193 * gdb.threads/thread_events.exp
2194 * gdb.threads/tid-reuse.exp
2195 * gdb.threads/tls-nodebug.exp
2196 * gdb.threads/tls-shared.exp
2197 * gdb.threads/tls-so_extern.exp
2198 * gdb.threads/tls.exp
2199 * gdb.threads/wp-replication.exp
2200 * gdb.trace/actions-changed.exp
2201 * gdb.trace/actions.exp
2202 * gdb.trace/backtrace.exp
2203 * gdb.trace/change-loc.exp
2204 * gdb.trace/collection.exp
2205 * gdb.trace/deltrace.exp
2206 * gdb.trace/disconnected-tracing.exp
2207 * gdb.trace/entry-values.exp
2208 * gdb.trace/ftrace-lock.exp
2209 * gdb.trace/ftrace.exp
2210 * gdb.trace/infotrace.exp
2211 * gdb.trace/mi-trace-frame-collected.exp
2212 * gdb.trace/mi-trace-unavailable.exp
2213 * gdb.trace/mi-traceframe-changed.exp
2214 * gdb.trace/mi-tracepoint-changed.exp
2215 * gdb.trace/mi-tsv-changed.exp
2216 * gdb.trace/no-attach-trace.exp
2217 * gdb.trace/packetlen.exp
2218 * gdb.trace/passc-dyn.exp
2219 * gdb.trace/passcount.exp
2220 * gdb.trace/pending.exp
2221 * gdb.trace/pr16508.exp
2222 * gdb.trace/qtro.exp
2223 * gdb.trace/range-stepping.exp
2224 * gdb.trace/read-memory.exp
2225 * gdb.trace/report.exp
2226 * gdb.trace/save-trace.exp
2227 * gdb.trace/signal.exp
2228 * gdb.trace/stap-trace.exp
2229 * gdb.trace/status-stop.exp
2230 * gdb.trace/strace.exp
2231 * gdb.trace/tfile.exp
2232 * gdb.trace/tfind.exp
2233 * gdb.trace/trace-break.exp
2234 * gdb.trace/trace-condition.exp
2235 * gdb.trace/trace-enable-disable.exp
2236 * gdb.trace/trace-mt.exp
2237 * gdb.trace/tracecmd.exp
2238 * gdb.trace/tracefile-pseudo-reg.exp
2239 * gdb.trace/tspeed.exp
2240 * gdb.trace/tstatus.exp
2241 * gdb.trace/tsv.exp
2242 * gdb.trace/unavailable.exp
2243 * gdb.trace/while-dyn.exp
2244 * gdb.trace/while-stepping.exp
2245 * lib/gdb-guile.exp
2246 * lib/gdb.exp
2247 * lib/mi-support.exp
2248 * lib/pascal.exp
2249 * lib/perftest.exp
2250 * lib/prelink-support.exp
2251 * lib/selftest-support.exp
2252
ad02e4fe
SM
22532016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2254
2255 * Makefile.in: Include disable-implicit-rules.mk.
2256
22347e55
AA
22572016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2258
2259 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2260 non-byte-aligned bit fields.
2261
da5b30da
AA
22622016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2263
2264 PR gdb/12616
2265 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2266 respects the DW_AT_data_bit_offset attribute.
2267
b593ecca
SM
22682016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2269
2270 * gdb.base/default.exp: Fix output of "set language".
2271
3b165252
SM
22722016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2273
2274 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2275 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2276 make.
2277 * configure.ac: Remove checks for the make program.
2278 * configure: Re-generate.
2279
1a2f3d7f
KB
22802016-11-16 Kevin Buettner <kevinb@redhat.com>
2281
2282 * gdb.python/py-recurse-unwind.c (main): Add loop.
2283 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2284 to read_register() and gdb.parse_and_eval(). Make each code
2285 call a separate case that can be individually tested.
2286 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2287 proc. Call cont_and_backtrace for each of the code paths that
2288 we want to test in the unwinder.
2289
b7f38fda
AA
22902016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2291
2292 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2293 the definition of struct S.
2294
1f8db343
CM
22952016-11-11 Catherine Moore <clm@codesourcery.com>
2296
2297 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2298
fad0c9fb
PA
22992016-11-09 Pedro Alves <palves@redhat.com>
2300
2301 * gdb.base/commands.exp (runto_or_return): New procedure.
2302 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2303 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2304 (progvar_simple_while_test, progvar_complex_if_while_test)
2305 (if_while_breakpoint_command_test)
2306 (infrun_breakpoint_command_test, breakpoint_command_test)
2307 (user_defined_command_test, watchpoint_command_test)
2308 (test_command_prompt_position, redefine_hook_test)
2309 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2310 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2311 multi_line_input and multi_line. Remove gdb_expect and
2312 gdb_stop_suppressing_tests uses.
2313 * lib/gdb.exp (valnum_re): New global.
2314 (multi_line_input): New procedure.
2315
8354c62c
SM
23162016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2317
2318 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2319 Remove.
2320 (test_setup): Define with proc_with_prefix.
2321 (test_cli_inferior): Likewise.
2322 (test_cli_thread): Likewise.
2323 (test_cli_frame): Likewise.
2324 (test_cli_select_frame): Likewise.
2325 (test_cli_up_down): Likewise.
2326 (test_mi_thread_select): Likewise.
2327 (test_mi_stack_select_frame): Likewise.
2328 (test_cli_in_mi_inferior): Likewise.
2329 (test_cli_in_mi_thread): Likewise.
2330 (test_cli_in_mi_frame): Likewise.
2331 (top level): Do not use with_test_prefix_procname.
2332
64f367a2
PA
23332016-11-09 Pedro Alves <palves@redhat.com>
2334
2335 * gdb.base/commands.exp (gdbvar_simple_if_test)
2336 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2337 (progvar_simple_if_test, progvar_simple_while_test)
2338 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2339 (infrun_breakpoint_command_test, breakpoint_command_test)
2340 (user_defined_command_test, watchpoint_command_test)
2341 (test_command_prompt_position, deprecated_command_test)
2342 (bp_deleted_in_command, temporary_breakpoint_commands)
2343 (stray_arg0_test, source_file_with_indented_comment)
2344 (recursive_source_test, if_commands_test)
2345 (error_clears_commands_left, redefine_hook_test)
2346 (redefine_backtrace_test): Use proc_with_prefix.
2347 * lib/gdb.exp (proc_with_prefix): New proc.
2348
0bb65f1e
AA
23492016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2350
2351 * gdb.base/tui-layout.c: New file.
2352 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2353 disassembly window contains very long lines.
2354
7353f247
TT
23552016-11-08 Tom Tromey <tom@tromey.com>
2356
2357 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2358 depend on Python 2.
2359
30a7bb83
TT
23602016-11-08 Tom Tromey <tom@tromey.com>
2361
2362 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2363 New method.
2364
cdf5a07c
MG
23652016-10-29 Manish Goregaokar <manish@mozilla.com>
2366
2806dc7e 2367 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2368
51a789c3
MG
23692016-10-27 Manish Goregaokar <manish@mozilla.com>
2370
2806dc7e
PA
2371 * gdb.rust/simple.rs: Add test for univariant enums without
2372 discriminants and for encoded struct-like enums.
51a789c3 2373
f610ab6d
PA
23742016-10-28 Pedro Alves <palves@redhat.com>
2375
2376 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2377 gdb_test_multiple, tighten regexps and match symtabs and line
2378 tables incrementally.
2379
b129b0ca
LM
23802016-10-28 Luis Machado <lgustavo@codesourcery.com>
2381
2382 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2383 general.
2384
ecf45d2c
SL
23852016-10-25 Luis Machado <lgustavo@codesourcery.com>
2386
2387 * gdb.base/exec-invalid-sysroot.exp: New file.
2388
b8d38ee4
JK
23892016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2390
2391 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2392
f90fd8c2
JK
23932016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2394
2395 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2396
2d2476aa
MR
23972016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2398
2806dc7e
PA
2399 * gdb.base/killed-outside.exp: Remove $options from a call to
2400 `prepare_for_testing'.
2d2476aa 2401
e42b25a0
SM
24022016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2403
2404 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2405 Change test message.
2406
3ccdb432
SM
24072016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2408
2409 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2410 Update comment.
2411
5bad3170
SM
24122016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2413
2414 * gdb.trace/mi-trace-save.exp: New file.
2415
5ad9dba7
YQ
24162016-10-13 Yao Qi <yao.qi@linaro.org>
2417
2418 * gdb.base/code_elim.exp (get_var_address): Remove.
2419 * gdb.base/relocate.exp: Likewise.
2420 * gdb.base/shreloc.exp: Likewise.
2421 * lib/gdb.exp (get_var_address): New.
2422
62df7e21
YQ
24232016-10-13 Yao Qi <yao.qi@linaro.org>
2424
2425 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2426 floating point tests if $skip_float_test is false.
2427
4dac951e
LM
24282016-10-12 Luis Machado <lgustavo@codesourcery.com>
2429
2430 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2431 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2432 argc values.
2433 Add 1 to argc so we guarantee distinct initial/modified argc values.
2434
8f1a8fc4
JK
24352016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2436
2437 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2438
16c85b5d
JK
24392016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2440
2441 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2442 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2443 * gdb.arch/vsx-regs.exp: Likewise.
2444
1d0e042a
YQ
24452016-10-07 Yao Qi <yao.qi@linaro.org>
2446
2447 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2448
68dadef5
MM
24492016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2450
2451 * gdb.python/python.exp: Test decode_line("*0").
2452
33fa2c6e
DE
24532016-10-06 Doug Evans <dje@google.com>
2454
2455 * gdb.python/py-value.exp (test_value_creation): Add test for large
2456 unsigned 64-bit value.
2457
9c37b5ae
TT
24582016-10-06 Tom Tromey <tom@tromey.com>
2459
2460 * gdb.compile/compile.exp: Change java tests to rust.
2461 * gdb.base/setshow.exp: Change java tests to rust.
2462 * gdb.base/default.exp: Remove java from language list.
2463 * README (Examples): Update language example.
2464 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2465 test.
2466 * lib/gdb.exp (skip_java_tests): Remove.
2467 * lib/java.exp: Remove.
2468 * gdb.java: Remove.
2469
78b86327
MR
24702016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2471
2472 * gdb.arch/mips-fcr.exp: New test.
2473 * gdb.arch/mips-fcr.c: Source for the new test.
2474
7470adbb
MR
24752016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2476
2477 * gdb.base/solib-disc.exp: Use `standard_output_file'
2478 throughout.
2479
4a556533
PA
24802016-10-06 Pedro Alves <palves@redhat.com>
2481
2482 * gdb.base/jit-simple-dl.c: New file.
2483 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2484 * gdb.base/jit-simple.c: ... this.
2485 * gdb.base/jit-simple.exp (jit_run): Delete.
2486 (build_jit): New proc.
2487 (jit_test_reread): Recompile either the main program or the shared
2488 library, depending on what is being tested. Skip changing address
2489 if caller wants to. Compare before/after addresses. If testing
2490 standalone, explicitly load the binary. Test "maint info
2491 breakpoints".
2492 (top level): Add "standalone vs shared lib" and "change address"
2493 vs "same address" axes.
2494
5a122fbc
PA
24952016-10-06 Pedro Alves <palves@redhat.com>
2496
2497 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2498 call.
2499 (jit_run): Delete.
2500 (jit_test_reread): Use with_test_prefix. Reload the main binary
2501 explicitly. Compare the before/after addresses of the JIT
2502 descriptor.
2503
ee8da4b8
DE
25042016-08-15 Doug Evans <dje@google.com>
2505
2506 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2507 for single bitfields is bool.
2508 * gdb.xml/tdesc-regs.exp: Ditto.
2509
f389f6fe
JK
25102016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2511
2512 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2513
fdebf1a4
YQ
25142016-10-05 Yao Qi <yao.qi@linaro.org>
2515
2516 * lib/gdb.exp (support_complex_tests): Return zero if
2517 gdb_skip_float_test return true.
2518
9c36d954 25192016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2520 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2521
2522 PR gdb/20487
2523 * gdb.mi/user-selected-context-sync.exp: New file.
2524 * gdb.mi/user-selected-context-sync.c: New file.
2525
4034d0ff 25262016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2527 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2528
2529 PR gdb/20487
2530 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2531 =thread-select-event check.
2532
a4297203
PB
25332016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2534
2535 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2536 the compulsory L operand changes.
2537 * gdb.arch/powerpc-power.s: Likewise.
2538
bb805577
JK
25392016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2540
2541 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2542 * gdb.base/jit-attach-pie.c: New file.
2543 * gdb.base/jit-attach-pie.exp: New file.
2544
6d61dee5
PA
25452016-09-28 Pedro Alves <palves@redhat.com>
2546
2547 * gdb.base/infcall-input.c: New file.
2548 * gdb.base/infcall-input.exp: New file.
2549
f73842fc
YQ
25502016-09-22 Yao Qi <yao.qi@linaro.org>
2551
2552 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2553 (gdb_exit): Rename it to ...
2554 (gdbserver_gdb_exit): ... Close GDBserver.
2555 (gdb_exit): New proc, call gdbserver_gdb_exit.
2556 (mi_gdb_exit): Likewise.
2557
90681dab
YQ
25582016-09-22 Yao Qi <yao.qi@linaro.org>
2559
2560 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2561 path.
2562 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2563 Remove duplication.
2564
9c211fd8
YQ
25652016-09-22 Yao Qi <yao.qi@linaro.org>
2566
2567 * lib/gdbserver-support.exp: Check the existence of
2568 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2569
ad0a504f
AK
25702016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2571
2572 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2573
36cf1806
TT
25742016-09-21 Tom Tromey <tom@tromey.com>
2575
2576 PR gdb/20604:
2577 * gdb.base/quit.exp: New file.
2578
74172ecf
SM
25792016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2580
2581 * .gitignore: New file.
2582
3d0ec882
MR
25832016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2584
2585 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2586 throughout.
2587
8193adea
AA
25882016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2589
2590 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2591
d41a5c09
JK
25922016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2593
2594 * gdb.cp/casts.cc (decltype): Move it ...
2595 (main): ... with its call to ...
2596 * gdb.cp/casts03.cc: ... a new file.
2597 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2598
d2dfe700
JK
25992016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2600
2601 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2602
e2a92b16
PB
26032016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2604
2605 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2606 and sync up the test with tests in gas/testsuite/gas/ppc.
2607 * gdb.arch/powerpc-power.exp: Likewise.
2608
49b4de64
JK
26092016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2610
2611 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2612
2c29df25
SDJ
26132016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2614 Jan Kratochvil <jan.kratochvil@redhat.com>
2615
2616 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2617 make m1's definition to be different from m2's. Use 'dummy' as an
2618 argument for probe 'two'.
2619
cc3c2846
JB
26202016-09-10 Jon Beniston <jon@beniston.com>
2621
2622 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2623 for sim target.
2624
e1b2624a
AA
26252016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2626
2627 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2628 variable declaration.
2629 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2630 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2631 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2632 received HWCAP as its argument.
2633
4295e285
PA
26342016-09-06 Pedro Alves <palves@redhat.com>
2635
2636 * gdb.base/new-ui-pending-input.c: New file.
2637 * gdb.base/new-ui-pending-input.exp: New file.
2638 * gdb.exp (clear_gdb_spawn_id): New procedure.
2639 (with_spawn_id): Check whether gdb_spawn_id exists before
2640 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2641 on exit.
2642
00d5215e
UW
26432016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2644
2645 * gdb.base/float128.c: New file.
2646 * gdb.base/float128.exp: Likewise.
2647 * gdb.base/floatn.c: Likewise.
2648 * gdb.base/floatn.exp: Likewise.
2649
a9ff5f12
UW
26502016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2651
2652 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2653
f245535c
PA
26542016-09-05 Pedro Alves <palves@redhat.com>
2655
2656 PR backtrace/19927
2657 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2658 unwinders are immediately called as side effect of "source" or
2659 "disable unwinder" commands.
2660 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2661
ae9cf263
YQ
26622016-09-02 Yao Qi <yao.qi@linaro.org>
2663
2664 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2665 is true and $type is "float" or "double".
2666
27aba047
YQ
26672016-09-02 Yao Qi <yao.qi@linaro.org>
2668
2669 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2670 true.
2671 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2672 * gdb.base/call-rt-st.exp: Likewise.
2673 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2674 return value instead of gdb,skip_float_test.
2675 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2676 (do_function_calls): Use its return value instead of
2677 gdb,skip_float_test.
2678 * gdb.base/finish.exp: Likewise.
2679 * gdb.base/funcargs.exp: Likewise.
2680 * gdb.base/return.exp: Likewise.
2681 * gdb.base/return2.exp: Likewise.
2682 * gdb.base/varargs.exp: Likewise.
2683 * lib/gdb.exp (gdb_skip_float_test): Change it to
2684 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2685
5af962df
AA
26862016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2687
2688 * gdb.multi/tids.exp: Test "thread apply all".
2689
7fac6910
JK
26902016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2691
2692 * gdb.base/default.exp (tty): Remove.
2693
bb1fe4ac
KB
26942016-08-24 Kevin Buettner <kevinb@redhat.com>
2695
2806dc7e
PA
2696 * gdb.python/py-recurse-unwind.c: New file.
2697 * gdb.python/py-recurse-unwind.py: New file.
2698 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2699
0a1ddfa6
SM
27002016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2701
2702 * gdb.base/set-inferior-tty.exp: New file.
2703 * gdb.base/set-inferior-tty.c: New file.
2704
d9de1fe3
PA
27052016-08-23 Pedro Alves <palves@redhat.com>
2706
2707 PR gdb/20494
2708 * gdb.base/new-ui-echo.c: New file.
2709 * gdb.base/new-ui-echo.exp: New file.
2710
e9d9abd7
YQ
27112016-08-23 Yao Qi <yao.qi@linaro.org>
2712
2713 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2714 gdbserver_spawn.
2715 * gdb.server/connect-without-multi-process.exp (do_test):
2716 Likewise.
2717
3589529e
YQ
27182016-08-23 Yao Qi <yao.qi@linaro.org>
2719
2720 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2721 standalone_txt. Delete gdb_txt and standalone_txt on host
2722 and target. Spawn the binary on target. Copy files from
2723 target to host.
2724
6bb90213
PA
27252016-08-22 Pedro Alves <palves@redhat.com>
2726
2727 PR gdb/20505
2728 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2729 with_test_prefix. Factor out bits to ...
2730 (test_no_vdso): ... this new procedure.
2731
20c2c024
CL
27322016-08-19 Carl Love <cel@us.ibm.com>
2733
2734 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2735 maintaining separate logic for constructing the output path.
2736 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2737 * gdb.arch/ppc-dfp.exp: Likewise.
2738 * gdb.arch/ppc-fp.exp: Likewise.
2739 * gdb.arch/vsx-regs.exp: Likewise.
2740 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2741 binprefix for generating the additional binary files.
2742
0646e07d
PA
27432016-08-19 Pedro Alves <palves@redhat.com>
2744
2745 * gdb.trace/mi-trace-frame-collected.exp
2746 (test_trace_frame_collected): On x32, expect two registers.
2747
46da9242
CL
27482016-08-18 Carl Love <cel@us.ibm.com>
2749
2750 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2751 and sync up the test with tests in gas/testsuite/gas/ppc.
2752 * gdb.arch/powerpc-power.exp: Likewise.
2753
eb2332d7
SM
27542016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2755
2756 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2757 expected error message.
2758
63c61e04
SM
27592016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2760
2761 * gdb.multi/remove-inferiors.exp: New file.
2762 * gdb.multi/remove-inferiors.c: New file.
2763
7b17065f
YQ
27642016-08-12 Yao Qi <yao.qi@linaro.org>
2765
2766 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2767 argument list.
2768
01d3dedf
PA
27692016-08-10 Pedro Alves <palves@redhat.com>
2770
2771 PR gdb/19187
2772 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2773 setup_kfails.
2774
3eb7562a
PA
27752016-08-09 Pedro Alves <palves@redhat.com>
2776 Simon Marchi <simon.marchi@ericsson.com>
2777
2778 PR gdb/20418
2779 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2780 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2781
80614914
PA
27822016-08-09 Pedro Alves <palves@redhat.com>
2783
2784 PR mi/20431
2785 * gdb.mi/mi-cmd-error.exp: New file.
2786
f348d89a
PA
27872016-08-09 Pedro Alves <palves@redhat.com>
2788
2789 PR gdb/18653
2790 * gdb.base/signals-state-child.c: New file.
2791 * gdb.base/signals-state-child.exp: New file.
2792 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2793
e5ca03b4
PA
27942016-08-09 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2797
282a0691
TT
27982016-08-03 Tom Tromey <tom@tromey.com>
2799
2800 PR python/18565:
2801 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2802
41bfcd63
YQ
28032016-08-01 Yao Qi <yao.qi@linaro.org>
2804
2805 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2806 variable mode to "multi-process" if $multi_process is 1, otherwise
2807 set it to "single-process".
2808
e3465b24
YQ
28092016-08-01 Yao Qi <yao.qi@linaro.org>
2810
2811 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2812 * gdb.cp/cpexprs.exp: Likewise.
2813 * gdb.cp/m-static.exp: Likewise.
2814
0b31a4bc
TT
28152016-07-26 Tom Tromey <tom@tromey.com>
2816
2817 PR python/20190:
2818 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2819 test.
2820
e0461dbb
MM
28212016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2822
2823 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2824 selecting assembly source files.
2825 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2826 assembly source files.
2827 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2828 assembly source files.
2829 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2830 selecting assembly source files.
2831
8194e927
SM
28322016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2833
2834 * gdb.base/new-ui.exp (do_test_invalid_args): New
2835 procedure.
2836
c0272db5
TW
28372016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2838
2839 * gdb.btrace/reconnect.c: New file.
2840 * gdb.btrace/reconnect.exp: New file.
2841
e3487908
GKB
28422016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2843
2844 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2845 to test_catch_syscall_group.
2846 (test_catch_syscall_group): New.
2847
12df5c00
TT
28482016-07-21 Tom Tromey <tom@tromey.com>
2849
2850 * gdb.rust/simple.rs (main): Use empty struct expression.
2851 * gdb.rust/simple.exp: Add tests for empty struct expression.
2852
bae62ee2
YQ
28532016-07-21 Yao Qi <yao.qi@linaro.org>
2854
2855 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2856 if gdb_skip_xml_test is true on some targets.
2857
b1b53fb3
YQ
28582016-07-21 Yao Qi <yao.qi@linaro.org>
2859
2860 * gdb.server/solib-list.exp: Unset last_loaded_file.
2861
027d97f8
JK
28622016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2863
2864 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2865 "step into captured_main (args)".
2866
7674d381
JK
28672016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2868
2869 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2870
72b5d099
JK
28712016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2872
2873 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2874
1f960ced
PA
28752016-07-19 Pedro Alves <palves@redhat.com>
2876
2877 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2878 * gdb.opt/inline-bt.exp: Likewise.
2879 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2880 additional_flags=-Winline.
2881 * gdb.opt/inline-locals.exp: Likewise.
2882 * gdb.opt/inline-markers.c (ATTR): Define.
2883 (inlined_fn): Use it.
2884
f25827c1
YQ
28852016-07-19 Yao Qi <yao.qi@linaro.org>
2886
2887 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2888 (test_with_self): Remove some code. Remove argument executable.
2889 (top-level): Use do_self_tests.
2890
37539ebe
DB
28912016-07-15 Zachary Welch <zwelch@codesourcery.com>
2892 Don Breazeal <donb@codesourcery.com>
2893
2894 * gdb.base/maint.exp: Escape paths used in regular expressions.
2895 * gdb.stabs/weird.exp: Likewise.
2896
dac790e1
TT
28972016-07-13 Tom Tromey <tom@tromey.com>
2898
2899 PR python/15620, PR python/18620:
2900 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2901 (test_bkpt_events): New procs.
2902
93daf339
TT
29032016-07-13 Tom Tromey <tom@tromey.com>
2904
2905 PR python/17698:
2906 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2907 test.
2908 (test_watchpoints): Likewise.
2909 (test_bkpt_pending): New proc.
2910
6571a381
TT
29112016-07-13 Tom Tromey <tom@tromey.com>
2912
2913 PR cli/18053:
2914 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2915 completion test.
2916
e8732474
JK
29172016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2918
2919 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2920 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2921 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2922 f_label.
2923 (g): Rename g_end_lbl to g_label.
2924 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2925 low_pc and high_pc.
2926 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2927
e0f3fd7c
TT
29282016-07-12 Tom Tromey <tom@tromey.com>
2929
2930 PR python/19293:
2931 * gdb.python/py-unwind-maint.exp: Update tests.
2932
3cfe46b6
YQ
29332016-07-12 Yao Qi <yao.qi@linaro.org>
2934
2935 * lib/selftest-support.exp (selftest_setup): Match the output
2936 when captured_main is inlined.
2937
4f19a0e6
WT
29382016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2939
2940 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2941 New variables.
2942 (print this%a, print this%b, print this): New tests.
2943 * gdb.fortran/derived-types.f90 (this): New object and
2944 initialization.
2945
986cf455
SM
29462016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2947
2948 * gdb.ada/arraydim.exp: Remove extra directory level in build
2949 directory.
2950
f0464b23
SM
29512016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2952
2953 * lib/ada.exp: Remove extra directory level in build directory.
2954 * gdb.ada/cond_lang.exp: Likewise.
2955 * gdb.ada/exec_changed.exp: Likewise.
2956 * gdb.ada/lang_switch.exp: Likewise.
2957
42d94011
MG
29582016-07-06 Manish Goregaokar <manish@mozilla.com>
2959
2806dc7e
PA
2960 * simple.rs: Add test for raw pointer subscripting.
2961 * simple.exp: Add test expectations.
42d94011 2962
647c264c
YQ
29632016-07-05 Yao Qi <yao.qi@linaro.org>
2964
2965 * gdb.mi/mi-reverse.exp: Match =record-started output.
2966
20aa2c60
PA
29672016-07-01 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2970 procedure.
2971 (jit_reader_test): Test the jit reader's unwinder.
2972 * gdb.base/jithost.c (jit_function_00_code): New global.
2973 (main): Use memcpy to fill in the mmapped code, instead of poking
2974 bytes manually here.
2975 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2976 value.
2977 (read_debug_info): Save the function's range.
2978 (read_sp): New function.
2979 (unwind_frame): Use it. Also unwind RBP.
2980 (get_frame_id): Use read_sp.
2981 (gdb_init_reader): Use calloc instead of malloc.
2982 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2983 parameter. Use gdb_test_multiple.
2984
ced2dffb
PA
29852016-07-01 Pedro Alves <palves@redhat.com>
2986 Antoine Tremblay <antoine.tremblay@ericsson.com>
2987
2988 * gdb.threads/process-dies-while-detaching.c: New file.
2989 * gdb.threads/process-dies-while-detaching.exp: New file.
2990
63000888
PA
29912016-07-01 Pedro Alves <palves@redhat.com>
2992
2993 * gdb.multi/watchpoint-multi-exit.c: New file.
2994 * gdb.multi/watchpoint-multi-exit.exp: New file.
2995
038d4868
PA
29962016-06-30 Pedro Alves <palves@redhat.com>
2997
2998 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2999 unset inferior_spawn_id.
3000
994e9c83
PA
30012016-06-30 Pedro Alves <palves@redhat.com>
3002
3003 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3004 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3005
e5653468
YQ
30062016-06-29 Yao Qi <yao.qi@linaro.org>
3007
3008 * gdb.base/return.c: Add copyright header.
3009
803b47e5
TT
30102016-06-29 Tom Tromey <tom@tromey.com>
3011
3012 PR python/20129:
3013 * gdb.python/py-framefilter.exp: Add tests for setting priority
3014 and disabling of non-existent frame filter.
3015
28244707
YQ
30162016-06-29 Yao Qi <yao.qi@linaro.org>
3017
3018 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3019 0x0f07ff.
3020
a31d2f06
YQ
30212016-06-28 Yao Qi <yao.qi@linaro.org>
3022
3023 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3024 triplets. Start gdb, execute catch syscall, and continue. Check
3025 gdb's output to determine catch syscall is supported.
3026
921d8f54
MG
30272016-06-27 Manish Goregaokar <manish@mozilla.com>
3028
25d49b86
PA
3029 * gdb.rust/simple.rs: Add test for returning unit in a function.
3030 * gdb.rust/simple.exp: Add expectation for functions returning
3031 unit.
921d8f54 3032
f4952523
PMR
30332016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3034
3035 * gdb.python/py-breakpoint-create-fail.c,
3036 gdb.python/py-breakpoint-create-fail.exp,
3037 gdb.python/py-breakpoint-create-fail.py: New testcase.
3038
fccb08f8
MG
30392016-06-25 Manish Goregaokar <manish@mozilla.com>
3040
3041 PR gdb/20239
3042 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3043 * gdb.rust/simple.exp: Add test expectations for new NonZero
3044 tests.
fccb08f8 3045
6b850546
DT
30462016-06-24 David Taylor <dtaylor@emc.com>
3047
3048 * gdb.base/offsets.exp: New file.
3049 * gdb.base/offsets.c: New file.
3050
17621150
TT
30512016-06-23 Tom Tromey <tom@tromey.com>
3052
3053 PR gdb/16483:
3054 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3055 before any filters are loaded.
3056
04d59df6
WT
30572016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3058
3059 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3060 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3061 structs.
3062 * gdb.fortran/derived-type-function.exp: New file.
3063 * gdb.fortran/derived-type-function.f90: New file.
3064
3065
ac69f786
PA
30662016-06-21 Pedro Alves <palves@redhat.com>
3067
3068 * gdb.base/new-ui.exp: New file.
3069 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3070 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3071 (with_spawn_id): New procedure.
3072
49940788
PA
30732016-06-21 Pedro Alves <palves@redhat.com>
3074
3075 * gdb.mi/mi-exec-run.exp: New file.
3076
ef274d26
PA
30772016-06-21 Pedro Alves <palves@redhat.com>
3078
3079 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3080 breakpoint command's output on the main UI.
3081 (test_break): New procedure, factored out from calls in the top
3082 level.
3083 (top level): Use foreach_with_prefix to test MI as main UI and as
3084 separate UI.
3085
468afe6c
PA
30862016-06-21 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3089 (test_awatch_creation_and_listing)
3090 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3091 Remove 'type' parameter.
3092 (test_watchpoint_all): New parameter mi_mode. Remove
3093 with_test_prefix.
3094 (top level): Use foreach_with_prefix, and add main/separate UI MI
3095 testing axis.
3096
51f77c37
PA
30972016-06-21 Pedro Alves <palves@redhat.com>
3098
3099 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3100 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3101 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3102 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3103 (gdb_main_spawn_id, mi_spawn_id): Declare and
3104 comment.
3105 (mi_create_inferior_pty): New procedure,
3106 factored out from default_mi_gdb_start.
3107 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3108 procedures.
3109 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3110 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3111 Use mi_create_inferior_pty.
3112 (mi_gdb_start): Use eval to pass down args list.
3113
8980e177
PA
31142016-06-21 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3117 * gdb.opt/inline-cmds.exp: Add MI tests.
3118
f38d3ad1
PA
31192016-06-21 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3122
45db7c09
PA
31232016-06-21 Pedro Alves <palves@redhat.com>
3124
3125 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3126 (top level): Use it instead of mi_execute_to.
3127
5a069ab3
PA
31282016-06-21 Pedro Alves <palves@redhat.com>
3129
3130 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3131 (cont_handler_str): New.
3132 (signal_stop_handler): Set stop_handler_str instead of printing to
3133 stdout.
3134 (continue_handler): Set cont_handler_str instead of printing to
3135 stdout.
3136 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3137 mi_send_resuming_command. Print stop_handler_str and
3138 cont_handler_str instead of expecting the python events print
3139 directly.
3140
2838cc1d
SD
31412016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3142
3143 * gdb.base/jit-reader.exp: New file.
3144 * gdb.base/jithost.c: New file.
3145 * gdb.base/jithost.h: New file.
3146 * gdb.base/jitreader.c : New file.
3147 * gdb.base/jit-protocol.h: New file.
3148
21a77091
YQ
31492016-06-17 Yao Qi <yao.qi@linaro.org>
3150
3151 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3152 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3153 and detach-on-fork. Adjust tests.
3154 (top level): Invoke break_cond_on_syscall with combinations of
3155 syscall, follow-fork-mode and detach-on-fork.
3156
f50bf8e5
YQ
31572016-06-17 Yao Qi <yao.qi@linaro.org>
3158
3159 * gdb.base/step-over-exit.c: New.
3160 * gdb.base/step-over-exit.exp: New.
3161
a28d8e50
YTL
31622016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3163
3164 * gdb.base/float.exp: Add target check for nds32*-*-*.
3165 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3166
cad8e26d
AB
31672016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3168
3169 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3170 for unsupported target features.
3171 * gdb.base/call-rt-st.exp: Likewise.
3172 * gdb.base/call-sc.exp: Likewise.
3173 * gdb.base/call-signal-resume.exp: Likewise.
3174 * gdb.base/call-strs.exp: Likewise.
3175 * gdb.base/callexit.exp: Likewise.
3176 * gdb.base/callfuncs.exp: Likewise.
3177 * gdb.base/nodebug.exp: Likewise.
3178 * gdb.base/printcmds.exp: Likewise.
3179 * gdb.base/ptype.exp: Likewise.
3180 * gdb.base/structs.exp: Likewise.
3181 * gdb.base/unwindonsignal.exp: Likewise.
3182 * gdb.cp/gdb2495.exp: Likewise.
3183 * gdb.cp/templates.exp: Likewise.
3184 * gdb.cp/virtfunc.exp: Likewise.
3185 * gdb.threads/hand-call-in-threads.exp: Likewise.
3186 * gdb.threads/interrupted-hand-call.exp: Likewise.
3187 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3188
347dc102
TT
31892016-06-10 Tom Tromey <tom@tromey.com>
3190
3191 PR rust/20110:
3192 * gdb.rust/expr.exp: Add test for integer constant larger than
3193 i32.
3194
5e13cf25
BH
31952016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3196
3197 * gdb.fortran/nested-funcs.exp: New.
3198 * gdb.fortran/nested-funcs.f90: New.
3199
bb556f1f
TK
32002016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3201
3202 * gdb.base/examine-backward.c: New file.
3203 * gdb.base/examine-backward.exp: New file.
3204
38b022b4
SM
32052016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3206
3207 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3208 matching.
3209
1b40ec05
TT
32102016-06-02 Tom Tromey <tom@tromey.com>
3211
3212 PR python/18984:
3213 * gdb.python/py-shared.exp: Add solib_name test.
3214
193bd378
SM
32152016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3216
3217 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3218
3326303b
MG
32192016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3220
3221 PR c++/19893
3222 * gdb.dwarf2/implref.exp: Rename to...
3223 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3224 * gdb.dwarf2/implref-array.c: New file.
3225 * gdb.dwarf2/implref-array.exp: Likewise.
3226 * gdb.dwarf2/implref-global.c: Likewise.
3227 * gdb.dwarf2/implref-global.exp: Likewise.
3228 * gdb.dwarf2/implref-struct.c: Likewise.
3229 * gdb.dwarf2/implref-struct.exp: Likewise.
3230
825c8ef2
AT
32312016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3232
3233 * gdb.trace/trace-condition.exp: Add 64bit tests.
3234
2320162a
AT
32352016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3236
3237 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3238 bits types.
3239 (main): Adapt to 8 to 64 bits types.
3240 * gdb.trace/trace-condition.exp: Add new tests.
3241
a7818233
AT
32422016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3243
3244 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3245
0d336466
AT
32462016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3247
3248 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3249 Move condition tests...
3250 * gdb.trace/trace-condition.exp: Here.
3251
7faeb45a
AT
32522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3253
3254 * gdb.trace/trace-condition.exp: Add counter-case tests.
3255
e385593e
JK
32562016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3257
3258 PR c++/15231
3259 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3260 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3261
744608cc
PA
32622016-05-27 Pedro Alves <palves@redhat.com>
3263
3264 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3265 New procedure.
3266 (top level): Call it, and bail out of DejaGnu is known to be bad.
3267
ac775bf4
AB
32682016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3269
3270 * gdb.base/whatis.c: Extend the test case.
3271 * gdb.base/whatis.exp: Add additional tests.
3272
2bbad2ea
BH
32732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3274
3275* gdb.fortran/type.f90: Add pointer variable.
3276* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3277
8b70175d
BH
32782016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3279
3280 * gdb.fortran/vla-type.exp: Fix testcase name.
3281
86d8a848
BH
32822016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3283
3284 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3285
e188eb36
BH
32862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3287
3288 * gdb.fortran/type.f90: Add nested structures.
3289 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3290 * gdb.fortran/derived-type.exp: Adapt expected output.
3291 * gdb.fortran/vla-type.exp: Adapt expected output.
3292
9b2db1fd
BH
32932016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3294
3295 * gdb.fortran/whatis_type.exp: Adapt expected output.
3296
72b17055
BH
32972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3298
3299 * gdb.fortran/print_type.exp: Fix expected output.
3300 * gdb.fortran/whatis_type.exp: Fix expected output.
3301
3cd81d8d
BH
33022016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3303
3304 * gdb.fortran/whatis_type.exp: Use multi_line.
3305
ddae9462
TT
33062016-05-24 Tom Tromey <tom@tromey.com>
3307
3308 PR python/17386:
3309 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3310 use value as an index.
3311
1957f6b8
TT
33122016-05-23 Tom Tromey <tom@tromey.com>
3313
3314 PR python/17981:
3315 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3316 no-breakpoint case.
3317
026a9174
PA
33182016-05-24 Pedro Alves <palves@redhat.com>
3319
3320 PR gdb/19828
3321 * gdb.threads/clone-attach-detach.c: New file.
3322 * gdb.threads/clone-attach-detach.exp: New file.
3323
e70a7231
FR
33242016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3325
3326 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3327
0f6ed0e0
TT
33282016-05-23 Tom Tromey <tom@tromey.com>
3329
3330 PR python/19438, PR python/18393:
3331 * gdb.python/py-progspace.exp: Add "dir" test.
3332 * gdb.python/py-objfile.exp: Add "dir" test.
3333
ffd19d61
YQ
33342016-05-23 Yao Qi <yao.qi@linaro.org>
3335
3336 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3337 * gdb.arch/thumb2-it.exp: Likewise.
3338
9e8f9b05
SM
33392016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3340
3341 * gdb.mi/mi-threads-interrupt.c: New file.
3342 * gdb.mi/mi-threads-interrupt.exp: New file.
3343
61c6156d
SM
33442016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3345
3346 PR gdb/18077
3347 * gdb.mi/mi-async-run.exp: New file.
3348 * gdb.mi/mi-async-run.c: New file.
3349
67218854
TT
33502016-05-17 Tom Tromey <tom@tromey.com>
3351 Manish Goregaokar <manishsmail@gmail.com>
3352
3353 * lib/rust-support.exp: New file.
3354 * lib/gdb.exp (skip_rust_tests): New proc.
3355 (build_executable_from_specs): Handle rust.
3356 * lib/future.exp (gdb_find_rustc): New proc.
3357 (gdb_default_target_compile): Handle rust.
3358 * gdb.rust/expr.exp: New file.
3359 * gdb.rust/generics.exp: New file.
3360 * gdb.rust/generics.rs: New file.
3361 * gdb.rust/methods.exp: New file.
3362 * gdb.rust/methods.rs: New file.
3363 * gdb.rust/modules.exp: New file.
3364 * gdb.rust/modules.rs: New file.
3365 * gdb.rust/simple.exp: New file.
3366 * gdb.rust/simple.rs: New file.
3367
c44af4eb
TT
33682016-05-17 Tom Tromey <tom@tromey.com>
3369
3370 * gdb.base/default.exp (set language): Add rust.
3371
dcd1f979
TT
33722016-05-17 Tom Tromey <tom@tromey.com>
3373
3374 * gdb.gdb/unittest.exp: New file.
3375
155b7f57
YQ
33762016-05-16 Yao Qi <yao.qi@linaro.org>
3377
3378 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3379 shell_prompt. Update shell_prompt_re.
3380
8ddd5a6c
DE
33812016-05-12 Doug Evans <dje@google.com>
3382
3383 PR symtab/19999
3384 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3385 $options when building executable.
3386 * gdb.dwarf2/fission-loclists-pie.S: New file.
3387 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3388
02e370d9
SM
33892016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3390
3391 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3392 of [is_remote target],
3393
8929ad8b
SM
33942016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3395
3396 * lib/gdb.exp (use_gdb_stub): New procedure.
3397
6c447423
DE
33982016-05-03 Yunlian Jiang <yunlian@google.com>
3399 Doug Evans <dje@google.com>
3400
3401 PR symtab/19914
3402 * gdb.dwarf2/dwp-sepdebug.c: New file.
3403 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3404
444e826c
SM
34052016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3406
3407 * gdb.base/detach.exp: Remove is_remote check.
3408
740feeaa
SM
34092016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3410
3411 * gdb.base/annota-input-while-running.exp: Don't check for
3412 [is_remote target]. Enable annotations after running to main.
3413 Remove unused "set test..." line.
3414
9080ac9d
SM
34152016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3416
3417 * gdb.trace/trace-enable-disable.exp: New file.
3418 * gdb.trace/trace-enable-disable.c: New file.
3419
952ebca5
SM
34202016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3421
3422 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3423 use it in info sharedlibrary test.
3424 * gdb.trace/ftrace-lock.exp: Likewise.
3425 * gdb.trace/ftrace.exp: Likewise.
3426 * gdb.trace/range-stepping.exp: Likewise.
3427 * gdb.trace/trace-break.exp: Likewise.
3428 * gdb.trace/trace-condition.exp: Likewise.
3429 * gdb.trace/trace-mt.exp: Likewise.
3430
d9019901
SM
34312016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3432
3433 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3434 (gdb_load_shlib): ... this.
3435 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3436 gdb_load_shlib.
3437 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3438 * gdb.base/ctxobj.exp: Likewise.
3439 * gdb.base/dprintf-pending.exp: Likewise.
3440 * gdb.base/dso2dso.exp: Likewise.
3441 * gdb.base/fixsection.exp: Likewise.
3442 * gdb.base/gcore-relro.exp: Likewise.
3443 * gdb.base/gdb1555.exp: Likewise.
3444 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3445 * gdb.base/gnu-ifunc.exp: Likewise.
3446 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3447 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3448 * gdb.base/pending.exp: Likewise.
3449 * gdb.base/print-file-var.exp: Likewise.
3450 * gdb.base/print-symbol-loading.exp: Likewise.
3451 * gdb.base/shlib-call.exp: Likewise.
3452 * gdb.base/shreloc.exp: Likewise.
3453 * gdb.base/so-impl-ld.exp: Likewise.
3454 * gdb.base/solib-disc.exp: Likewise.
3455 * gdb.base/solib-nodir.exp: Likewise.
3456 * gdb.base/solib-overlap.exp: Likewise.
3457 * gdb.base/solib-symbol.exp: Likewise.
3458 * gdb.base/solib-weak.exp (do_test): Likewise.
3459 * gdb.base/sym-file.exp: Likewise.
3460 * gdb.base/symtab-search-order.exp: Likewise.
3461 * gdb.base/type-opaque.exp: Likewise.
3462 * gdb.base/unload.exp: Likewise.
3463 * gdb.base/watchpoint-solib.exp: Likewise.
3464 * gdb.compile/compile.exp: Likewise.
3465 * gdb.cp/gdb2384.exp: Likewise.
3466 * gdb.cp/infcall-dlopen.exp: Likewise.
3467 * gdb.cp/re-set-overloaded.exp: Likewise.
3468 * gdb.fortran/library-module.exp: Likewise.
3469 * gdb.opt/solib-intra-step.exp: Likewise.
3470 * gdb.python/py-finish-breakpoint.exp: Likewise.
3471 * gdb.python/py-shared.exp: Likewise.
3472 * gdb.reverse/solib-precsave.exp: Likewise.
3473 * gdb.reverse/solib-reverse.exp: Likewise.
3474 * gdb.server/solib-list.exp: Likewise.
3475 * gdb.threads/dlopen-libpthread.exp: Likewise.
3476 * gdb.threads/tls-shared.exp: Likewise.
3477 * gdb.threads/tls-so_extern.exp: Likewise.
3478 * gdb.trace/change-loc.exp: Likewise.
3479 * gdb.trace/ftrace-lock.exp: Likewise.
3480 * gdb.trace/ftrace.exp: Likewise.
3481 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3482 * gdb.trace/pending.exp: Likewise.
3483 * gdb.trace/range-stepping.exp: Likewise.
3484 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3485 (strace_info_marker): Likewise.
3486 (strace_probe_marker): Likewise.
3487 (strace_trace_on_same_addr): Likewise.
3488 (strace_trace_on_diff_addr): Likewise.
3489 * gdb.trace/trace-break.exp: Likewise.
3490 * gdb.trace/trace-condition.exp: Likewise.
3491 * gdb.trace/trace-mt.exp: Likewise.
3492
fca4cfd9
SM
34932016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3494
3495 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3496 result of gdb_remote_download.
3497 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3498 * gdb.base/dso2dso.exp: Likewise.
3499 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3500 * gdb.base/print-file-var.exp: Likewise.
3501 * gdb.base/shlib-call.exp: Likewise.
3502 * gdb.base/shreloc.exp: Likewise.
3503 * gdb.base/solib-overlap.exp: Likewise.
3504 * gdb.base/solib-weak.exp (do_test): Likewise.
3505 * gdb.base/unload.exp: Likewise.
3506
11cf4ffb
YQ
35072016-04-27 Yao Qi <yao.qi@linaro.org>
3508
3509 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3510 exists.
3511
3e2e34f8
KB
35122016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3513
3514 * vla-type.exp: Print structure from toplevel.
3515
8f07e298
BH
35162016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3517
3518 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3519 of dynamic types.
3520 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3521 of dynamic types.
3522
9920b434
BH
35232016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3524
3525 * gdb.fortran/vla-type.f90: New file.
3526 * gdb.fortran/vla-type.exp: New file.
3527
f3abeff5
YQ
35282016-04-25 Yao Qi <yao.qi@linaro.org>
3529
3530 * gdb.base/branch-to-self.c: New file.
3531 * gdb.base/branch-to-self.exp: New file.
3532
0a5d52f0
YQ
35332016-04-22 Yao Qi <yao.qi@linaro.org>
3534
3535 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3536 more after $hex.
3537
495346f6
YQ
35382016-04-22 Yao Qi <yao.qi@linaro.org>
3539
3540 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3541 * gdb.base/annota3.exp: Likewise.
3542
4a7e075c
YQ
35432016-04-22 Yao Qi <yao.qi@linaro.org>
3544
3545 * gdb.reverse/step-precsave.exp: Do one step and test program
3546 stops in "callee" and do multiple steps until program goes out
3547 of "callee".
3548 * gdb.reverse/step-reverse.exp: Likewise.
3549
5b061e98
YQ
35502016-04-22 Yao Qi <yao.qi@linaro.org>
3551
3552 * gdb.trace/signal.exp: Also pass if
3553 $tracepoint_hits($i) > $iterations.
3554
5c5dc57f
YQ
35552016-04-22 Yao Qi <yao.qi@linaro.org>
3556
3557 * gdb.trace/signal.c: New file.
3558 * gdb.trace/signal.exp: New file.
3559
a55411b9
DE
35602016-04-19 Doug Evans <xdje42@gmail.com>
3561
3562 * gdb.base/bad-file.exp: New file.
3563
a22df60a
MG
35642016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3565
3566 * gdb.dwarf2/implref.exp: New file.
3567
0c13f7e5
BH
35682016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3569
3570 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3571 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3572 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3573 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3574 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3575 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3576 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3577 * lib/fortran.exp (fortran_int4): New procedure.
3578 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3579 (fortran_logical4): Likewise.
3580
9b9b09e9
BH
35812016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3582
3583 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3584
a14d1f4d
BH
35852016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3586
3587 * lib/compiler.c: Add Intel specific preprocessor macros.
3588 * lib/compiler.cc: Likewise.
25d49b86 3589
7d49b1d0
LM
35902016-04-13 Luis Machado <lgustavo@codesourcery.com>
3591
3592 * gdb.server/connect-with-no-symbol-file.c: New file.
3593 * gdb.server/connect-with-no-symbol-file.exp: New file.
3594
8392fa22
SM
35952016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3596
3597 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3598
8c4c4aeb
SM
35992016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3600
3601 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3602 standard output directory.
3603
45e3745e
AT
36042016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3605
3606 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3607
e26b7e41
MM
36082016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3609
3610 * gdb.btrace/instruction_history.c (loop): Add declaration.
3611
8ce09462
AT
36122016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3613
3614 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3615
2e88a1ea
SM
36162016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3617
3618 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3619 parentheses to print.
3620 (continue_handler): Likewise.
3621
f48e22e3
SM
36222016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3623
3624 * gdb.server/solib-list.exp: Remove is_remote check.
3625 Pass shlib= to gdb_compile. Don't link shared library with
3626 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3627 Run binary filename through "readlink -f" on the target.
3628
096be756
PA
36292016-04-08 Pedro Alves <palves@redhat.com>
3630
3631 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3632 interpreter filename as argument to gdbserver_spawn.
3633 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3634 Return empty if $last_loaded_file does not exist.
3635
06500533
JK
36362016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3637
3638 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3639 * gdb.base/jit-main.c: Use exit after usage.
3640
2d35e871
JK
36412016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3642
3643 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3644 GDBHISTSIZE prior to the tests.
3645 * gdb.base/gdbinit-history.exp: Likewise.
3646
36472016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3648
3649 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3650 instead of build_executable. Use gdb_load_shlibs.
3651
c8064e7e
YQ
36522016-04-07 Yao Qi <yao.qi@linaro.org>
3653
3654 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3655 Execute "si" command.
3656
bde47561
YQ
36572016-04-07 Yao Qi <yao.qi@linaro.org>
3658
3659 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3660 number instead of the comments on some line.
3661
b16f8a3b
DB
36622016-04-06 Don Breazeal <donb@codesourcery.com>
3663
3664 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3665 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3666
c2f901df
SM
36672016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3668
3669 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3670 standard_output_file. Remove unused binfile variable.
3671
ac17fda0
CU
36722016-04-05 Catalin Udma <catalin.udma@freescale.com>
3673
3674 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3675 * gdb.python/py-mi-objfile.exp: Match "list main" output
3676 in console format.
3677
03a8c4df
SM
36782016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3679
3680 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3681 absolute.
3682
6e774b13
SM
36832016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3684
3685 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3686 absolute.
3687 * gdb.trace/ftrace.exp: Likewise.
3688 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3689 targets as well.
3690 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3691 (gdb_load_shlibs): Copy libraries to test directory when testing
3692 natively. Only set solib-search-path if testing remotely.
3693 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3694
7817ea46
SM
36952016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3696
3697 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3698 gdb_download. Use it even if the target is not remote.
3699 * gdb.base/jit.exp (compile_jit_test): Likewise.
3700 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3701 output directory if the destination board is local, otherwise use
3702 the standard remote_download from DejaGnu.
3703 (gdb_download): Remove.
3704 (gdb_load_shlibs): Use gdb_remote_download instead of
3705 gdb_download.
3706 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3707 Use gdb_remote_download instead of gdb_download. Use it even if
3708 the target is not remote.
3709 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3710 instead of gdb_download.
3711
7beb7f68
SM
37122016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3713
3714 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3715 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3716 run.
3717
cc63428a
AV
37182016-04-01 Artemiy Volkov <artemiyv@acm.org>
3719
3720 PR gdb/19820
3721 * gdb.base/printcmds.exp: Add artificial arrays tests.
3722
64cdf930
PA
37232016-03-31 Pedro Alves <palves@redhat.com>
3724
3725 PR gdb/19858
3726 * gdb.base/jit-main.c: Include unistd.h.
3727 (ATTACH): Define to 0 if not already defined.
3728 (wait_for_gdb, mypid): New globals.
3729 (WAIT_FOR_GDB): New macro.
3730 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3731 some breakpoint locations.
3732 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3733 New procedures.
3734 (one_jit_test): Add REATTACH parameter, and handle it. Use
3735 continue_to_test_location.
3736 (top level): Test attach, and adjusts calls to one_jit_test.
3737
40dea8cb
PA
37382016-03-31 Pedro Alves <palves@redhat.com>
3739
3740 PR gdb/19858
3741 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3742 BINSUFFIX parameter, and handle it.
3743 (top level): Adjust calls compile_jit_test.
3744
e7ea3ec7
CU
37452016-03-31 Catalin Udma <catalin.udma@freescale.com>
3746
3747 PR python/19743
3748 * gdb.python/py-mi-events-gdb.py: New file.
3749 * gdb.python/py-mi-events.c: New file.
3750 * gdb.python/py-mi-events.exp: New file.
3751
e6359af3
YQ
37522016-03-30 Yao Qi <yao.qi@linaro.org>
3753
3754 * gdb.reverse/until-precsave.exp: Match function name only.
3755 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3756 Move malloc to a condition block.
3757 * gdb.reverse/until-reverse.exp: Match function name only.
3758
a4105d04
MK
37592016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3760
3761 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3762 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3763 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3764 variable for GPR 0 instead of assuming it is register 0.
3765 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3766 * lib/trace-support.exp: Add s390 registers.
3767
bfa6adb9
YQ
37682016-03-29 Yao Qi <yao.qi@linaro.org>
3769
3770 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3771
1e6697ea
YQ
37722016-03-24 Yao Qi <yao.qi@linaro.org>
3773
3774 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3775 test message.
3776
64bcd522
AA
37772016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3778
3779 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3780 maintaining separate logic for constructing the output path.
3781
7868401b
DB
37822016-03-16 Don Breazeal <donb@codesourcery.com>
3783
3784 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3785 Retry fork and waitpid on interrupted system call errors.
3786 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3787 Use with_timeout_factor to increase timeout by factor of 10.
3788
1cafadb4
DB
37892016-03-15 Don Breazeal <donb@codesourcery.com>
3790
3791 * gdb.cp/scope-err.cc: New test program.
3792 * gdb.cp/scope-err.exp: New test script.
3793 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3794 lines and "set breakpoint here" comment.
3795 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3796 Fixed some whitespace and format issues.
3797 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3798 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3799
81516450
DE
38002016-03-15 Doug Evans <dje@google.com>
3801
3802 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3803 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3804 All callers updated. Add tests for enums, mixed flags register.
3805
aa52b601
DE
38062016-03-15 Doug Evans <dje@google.com>
3807
3808 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3809 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3810
fa4ff313
SM
38112016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3812
3813 * gdb.base/default.exp: Add $_as_string to the list of expected
3814 convenience functions.
3815
f2403c39
AB
38162016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3817
3818 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3819
f2f3ccb9
SM
38202016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3821
3822 * gdb.python/py-as-string.exp: New file.
3823 * gdb.python/py-as-string.c: New file.
3824
00dbd492
PA
38252016-03-09 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3828 signal" -> "Thread NN received signal" output change.
3829 * gdb.threads/ia64-sigill.exp: Likewise.
3830 * gdb.threads/linux-dp.exp: Likewise.
3831 * gdb.threads/manythreads.exp: Likewise.
3832 * gdb.threads/pending-step.exp: Likewise.
3833 * gdb.threads/print-threads.exp: Likewise.
3834 * gdb.threads/sigstep-threads.exp: Likewise.
3835 * gdb.threads/staticthreads.exp: Likewise.
3836 * gdb.threads/tls.exp: Likewise.
3837
1e6697ea
YQ
38382016-03-09 Pedro Alves <palves@redhat.com>
3839
3840 * gdb.base/command-line-input.exp: New file.
3841
b04fd3be
MK
38422016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3843
3844 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3845 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3846 * gdb.trace/pending.exp: Accept leading dot before function name.
3847 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3848 * lib/trace-support.exp: Set registers for ppc.
3849
98fa59e9
MK
38502016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3851
3852 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3853 use it for disassembly; accept .main in addition to main in backtrace.
3854
f77198c8
MK
38552016-03-09 Wei-cheng Wang <cole945@gmail.com>
3856 Marcin Kościelnicki <koriakin@0x04.net>
3857
3858 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3859 (gdb_recursion_test_ptr): New global variable.
3860 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3861 gdb_recursion_test.
3862 (gdb_c_test): Ditto.
3863
ba84e0da
MK
38642016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3865
3866 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3867 ordering.
3868
4366d36e
MK
38692016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3870
3871 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3872 (bar): Add bar_start_lbl label.
3873 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3874 of foo/bar for emitting DWARF and tracing.
3875
5eb264df
SDJ
38762016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3877
3878 * analyze-racy-logs.py: Set executable bit.
3879
fb6a751f
SDJ
38802016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3881
3882 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3883 (CHECK_TARGET_TMP): Likewise.
3884 (check-single-racy): New rule.
3885 (check-parallel-racy): Likewise.
3886 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3887 (do-check-parallel-racy): New rule.
3888 (check-racy/%.exp): Likewise.
3889 * README (Racy testcases): New section.
3890 * analyze-racy-logs.py: New file.
3891
bdf7e230
DE
38922016-03-03 Doug Evans <dje@google.com>
3893
3894 * gdb.base/skip.exp: Use with_test_prefix.
3895
4719d415
YQ
38962016-03-03 Yao Qi <yao.qi@linaro.org>
3897
3898 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3899 Invoke step_over_syscall "clone" and break_cond_on_syscall
3900 "clone".
3901 * gdb.base/step-over-clone.c: New file.
3902
ea507862
YQ
39032016-03-03 Yao Qi <yao.qi@linaro.org>
3904
3905 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3906 code format.
3907
8fc8cbda
YQ
39082016-03-03 Yao Qi <yao.qi@linaro.org>
3909
3910 * gdb.base/disp-step-fork.c: Rename to ...
3911 * gdb.base/step-over-fork.c: ... it. New file.
3912 * gdb.base/disp-step-vfork.c: Rename to ...
3913 * gdb.base/step-over-vfork.c: ... it. New file.
3914 * gdb.base/disp-step-syscall.exp: Rename to ...
3915 * gdb.base/step-over-syscall.exp: ... it. New file.
3916 (disp_step_cross_syscall): Rename to ...
3917 (step_over_syscall): ... it.
3918
92fa70b0
YQ
39192016-03-03 Yao Qi <yao.qi@linaro.org>
3920
3921 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3922 If target supports condition evaluation on target, invoke
3923 break_cond_on_syscall for fork and vfork.
3924
e197ad3c
YQ
39252016-03-03 Yao Qi <yao.qi@linaro.org>
3926
3927 * gdb.base/disp-step-syscall.exp: Don't invoke
3928 support_displaced_stepping.
3929 (disp_step_cross_syscall): Test with displaced stepping off and
3930 on if supported.
3931
0b47da9f
YQ
39322016-03-03 Yao Qi <yao.qi@linaro.org>
3933
3934 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3935 proc.
3936 (setup): New proc.
3937 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3938 and setup.
3939
065ab6dc
BH
39402016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3941
3942 * gdb.fortran/vla-history.exp: Remove breakpoint.
3943
07e448ad 39442016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3945
25d49b86
PA
3946 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3947 exceeds timeout.
07e448ad 3948
9ac2d526 39492016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3950
25d49b86
PA
3951 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3952 breakpoint.
9ac2d526 3953
17807369
BH
39542016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3955
3956 * gdb.mi/vla.f90: Nullify pointer after declaration.
3957
86e501af
PA
39582016-03-01 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3961
1e903e32
PA
39622016-03-01 Pedro Alves <palves@redhat.com>
3963
3964 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3965 before anything else.
3966 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3967 _GNU_SOURCE here.
3968 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3969 before anything else.
3970 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3971
6ccb54e2
PA
39722016-03-01 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3975
30ca9da1
YQ
39762016-03-01 Yao Qi <yao.qi@linaro.org>
3977
3978 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3979 prepare_for_testing.
3980
dc856b38
YQ
39812016-03-01 Yao Qi <yao.qi@linaro.org>
3982
3983 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3984
4a932159
AA
39852016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3986
3987 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3988 manually constructing the output path.
3989
f2489477
AA
39902016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3991
3992 * gdb.arch/s390-stackless.S: New.
3993 * gdb.arch/s390-stackless.exp: New.
3994
38899f16
IB
39952016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3996
3997 * gdb.dlang/circular.c: New file.
3998 * gdb.dlang/circular.exp: New file.
3999
9fde51ed
YQ
40002016-02-26 Yao Qi <yao.qi@linaro.org>
4001
4002 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4003 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4004 (testcases): Update.
4005
ce90fefe
YQ
40062016-02-26 Yao Qi <yao.qi@linaro.org>
4007
4008 * gdb.reverse/aarch64.c: Rename to ...
4009 * gdb.reverse/insn-reverse.c: ... it.
4010 * gdb.reverse/aarch64.exp: Rename to ...
4011 * gdb.reverse/insn-reverse.exp: ... it.
4012
3263bceb
YQ
40132016-02-26 Yao Qi <yao.qi@linaro.org>
4014
4015 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4016 (testcase_ftype): New.
4017 (testcases): New array.
4018 (n_testcases): New.
4019 (main): Call each element in testcases.
4020 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4021 (read_testcase): New.
4022 Do the tests in a loop.
4023
6cb59ff1
YQ
40242016-02-25 Yao Qi <yao.qi@linaro.org>
4025
4026 * gdb.base/branches.c: Remove.
4027
ae91f625
MK
40282016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4029
4030 PR gdb/13808
4031 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4032
678b48b7
MK
40332016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4034
4035 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4036
7337a6f2
MK
40372016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4038
4039 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4040 change x86_64 call_insn to 'callq'.
4041
861ca91f
AT
40422016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4043
4044 * gdb.trace/tfile-avx.c: Move to...
4045 * gdb.trace/tracefile-pseudo-reg.c: Here.
4046 * gdb.trace/tfile-avx.exp: Move to...
4047 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4048
bf74e428
GB
40492016-02-24 Gary Benson <gbenson@redhat.com>
4050
4051 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4052 message on attach.
4053
cce0e923
DE
40542016-02-23 Doug Evans <dje@google.com>
4055
4056 * gdb.base/skip.c (test_skip): New function.
4057 (end_test_skip_file_and_function): New function.
4058 (test_skip_file_and_function): New function.
4059 * gdb.base/skip1.c (test_skip): New function.
4060 (skip1_test_skip_file_and_function): New function.
4061 * gdb.base/skip.exp: Add tests for new skip options.
4062 * gdb.base/skip-solib.exp: Update expected output.
4063 * gdb.perf/skip-command.cc: New file.
4064 * gdb.perf/skip-command.exp: New file.
4065 * gdb.perf/skip-command.py: New file.
4066
4000e47e
MK
40672016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4068
4069 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4070 info registers pattern.
4071
24f75ead
IB
40722016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4073
4074 * lib/future.exp: Add D support.
4075 (gdb_find_gdc): New proc.
4076 (gdb_default_target_compile): Add D support.
4077
fbb7bcbe
WW
40782016-02-18 Wei-cheng Wang <cole945@gmail.com>
4079
4080 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4081 user+system time.
4082 (trace_speed_test): Determine the iteration count for a time
4083 between 15..30 seconds.
4084
012b3a21
WT
40852016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4086
4087 * gdb.arch/i386-mpx-sigsegv.c: New file.
4088 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4089 * gdb.arch/i386-mpx-simple_segv.c: New file.
4090 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4091
2d5189bd
YQ
40922016-02-18 Yao Qi <yao.qi@linaro.org>
4093
4094 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4095 Don't call setup_kfail.
4096
40fb20d0
YQ
40972016-02-18 Yao Qi <yao.qi@linaro.org>
4098
4099 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4100 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4101
21b1f8d2
DE
41022016-02-16 Doug Evans <dje@google.com>
4103
4104 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4105 * gdb.base/skip1.c: Ditto.
4106 * gdb.base/skip.exp: Whitespace cleanup.
4107
4041ed77
DB
41082016-02-16 Don Breazeal <donb@codesourcery.com>
4109
4110 PR remote/19496
4111 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4112 Remove kfail for PR remote/19496.
4113
c4ef31bf
SM
41142016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4115
4116 * lib/gdb.exp (standard_temp_file): Return a path specific to
4117 the runtest invocation.
4118
266b65b3
SM
41192016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4120
4121 * gdb.trace/save-trace.exp: Change relative path to be in the
4122 standard output directory.
4123
a7a0a6a9
JK
41242016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4125
4126 * gdb.arch/i386-prologue.c: Add missing prototypes.
4127
c99dbb42
JK
41282016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4129
4130 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4131 * gdb.arch/i386-prologue.exp: Likewise.
4132 * gdb.arch/i386-size.exp: Likewise.
4133
aa480355
SM
41342016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4135
4136 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4137 define object file path.
4138 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4139 file path.
4140 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4141 standard_output_file to define binfile.
4142
ba881f50
JK
41432016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4144
4145 Fix compatibility with recent gfortran-5.3.1.
4146 * gdb.fortran/vla-history.exp (print vla1 allocated)
4147 (print vla2 allocated, print $2, print $3): Remove
4148 (print $4): Rename to ...
4149 (print $2): ... here.
4150 (print $9): Rename to ...
4151 (print $5): ... here.
4152 (print $10): Rename to ...
4153 (print $6): ... here.
4154 * gdb.fortran/vla.f90: Add pvla initialization.
4155
e9fb005c
JK
41562016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4157
4158 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4159 New test.
4160 * gdb.fortran/vla-value-sub.exp: Likewise.
4161
e44e00ff
MK
41622016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4163
4164 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4165
97e94151
SM
41662016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4167
4168 * i386-biarch-core.exp: Define corefile using
4169 standard_output_file.
4170
01113bc1
YQ
41712016-02-12 Yao Qi <yao.qi@linaro.org>
4172
4173 * gdb.arch/arm-single-step-kernel-helper.c: New.
4174 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4175
33b4777c
MM
41762016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4177
4178 * gdb.btrace/tailcall-only.exp: New.
4179 * gdb.btrace/tailcall-only.c: New.
4180 * gdb.btrace/x86_64-tailcall-only.S: New.
4181 * gdb.btrace/i686-tailcall-only.S: New.
4182
acc23c11
PA
41832016-02-11 Pedro Alves <palves@redhat.com>
4184
4185 * README (Parallel testing): Add missing double quotes.
4186
e352bf0a
PA
41872016-02-11 Pedro Alves <palves@redhat.com>
4188
4189 * README (Parallel testing): New section.
4190 (GDB_PARALLEL): Rewrite.
4191 (FORCE_PARALLEL): Document.
4192
9f5fed78
MK
41932016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4194
4195 * gdb.trace/tfile-avx.c: New test.
4196 * gdb.trace/tfile-avx.exp: New test.
4197
9ef9e6a6
KS
41982016-02-09 Keith Seitz <keiths@redhat.com>
4199
4200 PR breakpoints/19546
4201 * gdb.base/infcall-exec.c: New file.
4202 * gdb.base/infcall-exec2.c: New file.
4203 * gdb.base/infcall-exec.exp: New file.
4204
a96e36da
KS
42052016-02-09 Keith Seitz <keiths@redhat.com>
4206
4207 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4208 (toplevel): Call test_bkpt_address.
4209
9f61929f
KS
42102016-02-09 Keith Seitz <keiths@redhat.com>
4211
4212 PR python/19506
4213 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4214 (toplevel): Call test_bkpt_address.
4215
1e94266c
SM
42162016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4217
4218 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4219 to AC_OUTPUT.
4220 * configure: Regenerate.
4221
2a7f3dff
PA
42222016-02-09 Pedro Alves <palves@redhat.com>
4223
4224 PR breakpoints/19548
4225 * gdb.base/execl-update-breakpoints.c (some_function): New
4226 function.
4227 (main): Call it.
4228 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4229 Tighten expected GDB output.
4230
2151ccc5
SM
42312016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4232
4233 * Makefile.in (ALL_SUBDIRS): Remove.
4234 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4235 (distclean maintainer-clean realclean): Likewise.
4236 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4237 * configure: Regenerate.
4238 * gdb.ada/Makefile.in: Delete.
4239 * gdb.arch/Makefile.in: Likewise.
4240 * gdb.asm/Makefile.in: Likewise.
4241 * gdb.base/Makefile.in: Likewise.
4242 * gdb.btrace/Makefile.in: Likewise.
4243 * gdb.cell/Makefile.in: Likewise.
4244 * gdb.compile/Makefile.in: Likewise.
4245 * gdb.cp/Makefile.in: Likewise.
4246 * gdb.disasm/Makefile.in: Likewise.
4247 * gdb.dlang/Makefile.in: Likewise.
4248 * gdb.dwarf2/Makefile.in: Likewise.
4249 * gdb.fortran/Makefile.in: Likewise.
4250 * gdb.gdb/Makefile.in: Likewise.
4251 * gdb.go/Makefile.in: Likewise.
4252 * gdb.guile/Makefile.in: Likewise.
4253 * gdb.java/Makefile.in: Likewise.
4254 * gdb.linespec/Makefile.in: Likewise.
4255 * gdb.mi/Makefile.in: Likewise.
4256 * gdb.modula2/Makefile.in: Likewise.
4257 * gdb.multi/Makefile.in: Likewise.
4258 * gdb.objc/Makefile.in: Likewise.
4259 * gdb.opencl/Makefile.in: Likewise.
4260 * gdb.opt/Makefile.in: Likewise.
4261 * gdb.pascal/Makefile.in: Likewise.
4262 * gdb.perf/Makefile.in: Likewise.
4263 * gdb.python/Makefile.in: Likewise.
4264 * gdb.reverse/Makefile.in: Likewise.
4265 * gdb.server/Makefile.in: Likewise.
4266 * gdb.stabs/Makefile.in: Likewise.
4267 * gdb.threads/Makefile.in: Likewise.
4268 * gdb.trace/Makefile.in: Likewise.
4269 * gdb.xml/Makefile.in: Likewise.
4270 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4271 GDB_PARALLEL.
4272 (standard_output_file): Remove check for GDB_PARALLEL, always
4273 return path in outputs/$subdir/$testname.
4274
437277d4
SM
42752016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4276
4277 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4278 (site.exp): Assign abs_srcdir to tcl's srcdir.
4279
31d913c7
YQ
42802016-02-04 Yao Qi <yao.qi@linaro.org>
4281
4282 * gdb.base/foll-exec-mode.c: Include limits.h.
4283 (main): Add parameters argc and argv. Get directory from
4284 argv[0].
4285 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4286 compilation.
4287 * gdb.base/foll-exec.c: Include limits.h.
4288 (main): Add parameters argc and argv.
4289 Get directory from argv[0].
4290 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4291 Adjust tests on the number of lines as source code changed.
4292 * gdb.base/foll-vfork-exit.c: Include limits.h.
4293 (main): Add one line of statement before vfork.
4294 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4295 (main): Add parameters argc and argv. Get directory from
4296 argv[0].
4297 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4298 (setup_gdb): Set tbreak to skip some source lines.
4299 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4300 (main): Add parameters argc and argv. Get directory from
4301 argv[0].
4302 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4303 compilation.
4304 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4305 (main): Add parameters argc and argv. Get directory from
4306 argv[0].
4307 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4308 compilation.
4309
9482b9fb
DE
43102016-02-01 Doug Evans <dje@google.com>
4311
4312 * gdb.base/skip.exp: Clean up multiple references to same test name.
4313
6b2e4f10
PA
43142016-02-01 Pedro Alves <palves@redhat.com>
4315
ccb6afd6 4316 PR remote/19496
6b2e4f10
PA
4317 * gdb.threads/forking-threads-plus-breakpoint.exp
4318 (displaced_stepping_supported): New global.
4319 (probe_displaced_stepping_support): New procedure.
4320 (do_test): Add 'displaced' parameter, and use it.
4321 (top level): Check for displaced stepping support. Add displaced
4322 stepping on/off testing axis.
4323
37a8db1a
AB
43242016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4325
4326 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4327 pointer. Don't perform further tests on the unassociated pointer
4328 if the first test fails.
4329
5fdf6324
AB
43302016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4331
4332 * gdb.base/max-value-size.c: New file.
4333 * gdb.base/max-value-size.exp: New file.
4334 * gdb.base/huge.exp: Disable max-value-size for this test.
4335
935c6144
IB
43362016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4337
4338 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4339
7fe8399d
YQ
43402016-01-28 Yao Qi <yao.qi@linaro.org>
4341
4342 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4343
a2077e25
PA
43442016-01-25 Pedro Alves <palves@redhat.com>
4345
4346 PR threads/19461
4347 * gdb.base/fork-running-state.c: New file.
4348 * gdb.base/fork-running-state.exp: New file.
4349
1d2736d4
PA
43502016-01-25 Pedro Alves <palves@redhat.com>
4351
4352 PR gdb/19494
4353 * gdb.base/catch-fork-kill.c: New file.
4354 * gdb.base/catch-fork-kill.exp: New file.
4355
f1da4b11
PA
43562016-01-25 Pedro Alves <palves@redhat.com>
4357
4358 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4359 Delete, moved to lib/gdb.exp.
4360 * gdb.threads/forking-threads-plus-breakpoint.exp
4361 (foreach_with_prefix): Likewise.
4362 * gdb.threads/process-dies-while-handling-bp.exp
4363 (foreach_with_prefix): Likewise.
4364 * lib/gdb.exp (foreach_with_prefix): New procedure.
4365
45f38546
MK
43662016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4367
4368 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4369 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4370
dc29a1ce
MK
43712016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4372
4373 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4374 endian targets.
4375
092127d7
JK
43762016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4377 Pedro Alves <palves@redhat.com>
4378
4379 Fix testsuite compatibility with Guile.
4380 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4381 number.
4382
31d765d3
JK
43832016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4384
4385 Fix testsuite compatibility with Guile.
4386 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4387 (thread 1): New test for backtrace through signal handler.
4388
1ac78c04
YQ
43892016-01-22 Yao Qi <yao.qi@linaro.org>
4390
4391 PR testsuite/19491
4392 * gdb.base/multi-forks.c: Include
4393 ../lib/unbuffer_output.c
4394 (main): Call gdb_unbuffer_output.
4395
4f5946a8
DE
43962016-01-21 Doug Evans <dje@google.com>
4397
4398 * lib/ada.exp (gdb_compile_ada): Fix typo.
4399
305e13e6
JB
44002016-01-21 Joel Brobecker <brobecker@adacore.com>
4401
4402 * gdb.base/break-fun-addr.exp: New file.
4403 * gdb.base/break-fun-addr1.c: New file.
4404 * gdb.base/break-fun-addr2.c: New file.
4405
5f5dfff6
SM
44062016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4407
4408 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4409 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4410 enum flag values.
4411
fd356fa2
AA
44122016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4413
4414 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4415 when GDB can not set the vector return value. Add more comments
4416 for clarification.
4417
9df22175
AT
44182016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4419
4420 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4421 command.
4422
41d1845e
SM
44232016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4424
4425 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4426
01ac6840
SM
44272016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4428
4429 * Makefile.in (check-single): Pass --status to runtest.
4430 (check/%.exp): Likewise.
4431
44322016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4433
4434 * Makefile.in (check-parallel): Propagate return code from make
4435 do-check-parallel.
4436
bd0a71fa
MK
44372016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4438
4439 * gdb.trace/ftrace.exp: Fix expected message on continue.
4440 * gdb.trace/pending.exp: Fix expected message on continue.
4441 * gdb.trace/trace-break.exp: Fix expected message on continue.
4442
8bcbad33
SM
44432016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4444
4445 * lib/gdb.exp (gdb_test): Remove unused global references.
4446
f303dbd6
PA
44472016-01-18 Pedro Alves <palves@redhat.com>
4448
4449 * gdb.base/async-shell.exp: Adjust expected output.
4450 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4451 * gdb.base/siginfo-thread.exp: Adjust expected output.
4452 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4453 * gdb.java/jnpe.exp: Adjust expected output.
4454 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4455 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4456 * gdb.threads/leader-exit.exp: Adjust expected output.
4457 * gdb.threads/manythreads.exp: Adjust expected output.
4458 * gdb.threads/pthreads.exp: Adjust expected output.
4459 * gdb.threads/schedlock.exp: Adjust expected output.
4460 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4461 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4462 expected output.
4463 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4464 output.
4465 * gdb.threads/sigthread.exp: Adjust expected output.
4466 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4467
b2789696
YQ
44682016-01-18 Yao Qi <yao.qi@linaro.org>
4469
4470 * gdb.guile/scm-section-script.c: Replace @progbits with
4471 %progbits.
4472 * gdb.python/py-section-script.c: Likewise.
4473
71ef29a8
PA
44742016-01-15 Pedro Alves <palves@redhat.com>
4475
4476 * gdb.multi/tids.exp: Test star wildcard ranges.
4477
3f5b7598
PA
44782016-01-15 Pedro Alves <palves@redhat.com>
4479
4480 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4481 command from "thread apply" invocation.
4482 (thr_apply_info_thr_invalid): Default the expected output to the
4483 input tid list.
4484 (top level): Add tests that use convenience variables. Add tests
4485 for "thread apply" with a valid TID list, but missing the command.
4486
663f6d42
PA
44872016-01-13 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.base/default.exp: Expect $_gthread as well.
4490 * gdb.multi/tids.exp: Test $_gthread.
4491 * gdb.threads/thread-specific.exp: Test $_gthread.
4492
c84f6bbf
PA
44932016-01-13 Pedro Alves <palves@redhat.com>
4494
4495 * gdb.multi/tids.exp: Test "info threads -gid".
4496
22a02324
PA
44972016-01-13 Pedro Alves <palves@redhat.com>
4498
4499 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4500 Breakpoint.thread.
4501 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4502
5d5658a1
PA
45032016-01-07 Pedro Alves <palves@redhat.com>
4504
4505 * gdb.base/break.exp: Adjust to output changes.
4506 * gdb.base/hbreak2.exp: Likewise.
4507 * gdb.base/sepdebug.exp: Likewise.
4508 * gdb.base/watch_thread_num.exp: Likewise.
4509 * gdb.linespec/keywords.exp: Likewise.
4510 * gdb.multi/info-threads.exp: Likewise.
4511 * gdb.threads/thread-find.exp: Likewise.
4512 * gdb.multi/tids.c: New file.
4513 * gdb.multi/tids.exp: New file.
4514
84654457
PA
45152016-01-13 Pedro Alves <palves@redhat.com>
4516
4517 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4518
e3940304
PA
45192016-01-13 Pedro Alves <palves@redhat.com>
4520
4521 * gdb.base/default.exp: Expect $_inferior as well.
4522 * gdb.multi/base.exp: Test $_inferior.
4523
a911d87a
PA
45242016-01-13 Pedro Alves <palves@redhat.com>
4525
4526 PR breakpoints/19388
4527 * gdb.base/catch-signal-siginfo-cond.c: New file.
4528 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4529
82075af2
JS
45302016-01-12 Josh Stone <jistone@redhat.com>
4531 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4532
4533 * gdb.base/catch-syscall.c (do_execve): New variable.
4534 (main): Conditionally trigger an execve.
4535 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4536 (test_catch_syscall_execve): New, check entry/return across execve.
4537 (do_syscall_tests): Call test_catch_syscall_execve.
4538
e46eeedd
PA
45392016-01-12 Pedro Alves <palves@redhat.com>
4540
4541 * gdb.base/random-signal.exp (do_test): New procedure, with body
4542 of testcase moved in.
4543
01d8c27e
JK
45442016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4545 Pedro Alves <palves@redhat.com>
4546
4547 * gdb.base/funcargs.exp (finish from indirectly called function):
4548 Reintroduce the case for 'First'.
4549
9a706302
JK
45502016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4551 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4554 (tcatch_vfork_then_child_follow_exec)
4555 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4556 identification.
4557
c0ecb95f
JK
45582016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4559
4560 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4561 and repeats to unlimited.
4562 * gdb.python/py-value.exp: Likewise.
4563 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4564 and repeats to unlimited.
4565
6cfc1fcb
JK
45662016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4567
4568 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4569 and reordering the functions.
4570 * gdb.multi/hangout.c: Likewise.
4571 * gdb.multi/hello.c: Likewise.
4572
582a1b00
SM
45732016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4574
4575 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4576 absolute.
4577 (SingleStatisticTestResult.report): Use dict.keys instead of
4578 dict.iterkeys.
4579
79bc59cb
PA
45802016-01-06 Pedro Alves <palves@redhat.com>
4581
4582 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4583
43368e1d
MM
45842016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4585
4586 * gdb.btrace/dlopen.exp: New.
4587 * gdb.btrace/dlopen.c: New.
4588 * gdb.btrace/dlopen-dso.c: New.
4589
79fad5b8
SL
45902015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4591
4592 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4593 PATTERN argument is optional.
4594
ab8314b3
JB
45952015-12-24 Joel Brobecker <brobecker@adacore.com>
4596
4597 * lib/ada.exp (target_compile_ada_from_dir): New function.
4598 (gdb_compile_ada): Reimplement avoiding the use of project files.
4599 * gdb.ada/gnat_ada.gpr: Delete.
4600 * gdb.ada/cond_lang.exp: Adjust test to make path before
4601 filename optional.
4602 * gdb.ada/small_reg_param.exp: Likewise.
4603
fe33faff
SM
46042015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4605
4606 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4607
6d265cb4
TP
46082015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4609
4610 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4611 case.
4612
10125099
SM
46132015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4614
4615 * gdb.base/break.exp: Remove dead code.
4616 * gdb.base/sepdebug.exp: Likewise.
4617
3ca22649
SM
46182015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4619
4620 * gdb.asm/asm-source.exp: Remove HP-UX references.
4621 * gdb.base/annota1.exp: Likewise.
4622 * gdb.base/annota3.exp: Likewise.
4623 * gdb.base/attach.exp: Likewise.
4624 * gdb.base/bigcore.exp: Likewise.
4625 * gdb.base/break.exp: Likewise.
4626 * gdb.base/call-ar-st.exp: Likewise.
4627 * gdb.base/callfuncs.exp: Likewise.
4628 * gdb.base/catch-fork-static.exp: Likewise.
4629 * gdb.base/display.exp: Likewise.
4630 * gdb.base/foll-exec-mode.exp: Likewise.
4631 * gdb.base/foll-exec.exp: Likewise.
4632 * gdb.base/foll-fork.exp: Likewise.
4633 * gdb.base/foll-vfork.exp: Likewise.
4634 * gdb.base/funcargs.exp: Likewise.
4635 * gdb.base/hbreak2.exp: Likewise.
4636 * gdb.base/inferior-died.exp: Likewise.
4637 * gdb.base/interrupt.exp: Likewise.
4638 * gdb.base/multi-forks.exp: Likewise.
4639 * gdb.base/nodebug.exp: Likewise.
4640 * gdb.base/sepdebug.exp: Likewise.
4641 * gdb.base/solib1.c: Likewise.
4642 * gdb.base/step-test.exp: Likewise.
4643 * gdb.mi/non-stop.c: Likewise.
4644 * gdb.mi/pthreads.c: Likewise.
4645 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4646 * gdb.threads/pthreads.c: Likewise.
4647 * gdb.threads/staticthreads.exp: Likewise.
4648 * lib/future.exp: Likewise.
4649 * lib/gdb.exp: Likewise.
4650 * gdb.base/so-indr-cl.c: Remove.
4651 * gdb.base/so-indr-cl.exp: Likewise.
4652 * gdb.base/solib.c: Likewise.
4653 * gdb.base/solib.exp: Likewise.
4654 * gdb.base/solib2.c: Likewise.
4655
b6304613
SM
46562015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4657
4658 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4659 * gdb.base/call-ar-st.exp: Likewise.
4660 * gdb.base/callfuncs.exp: Likewise.
4661 * gdb.base/condbreak.exp: Likewise.
4662 * gdb.base/constvars.exp: Likewise.
4663 * gdb.base/hbreak2.exp: Likewise.
4664 * gdb.base/langs.exp: Likewise.
4665 * gdb.base/list.exp: Likewise.
4666 * gdb.base/long_long.exp: Likewise.
4667 * gdb.base/ptype.exp: Likewise.
4668 * gdb.base/scope.exp: Likewise.
4669 * gdb.base/signals.exp: Likewise.
4670 * gdb.base/so-impl-ld.exp: Likewise.
4671 * gdb.base/varargs.exp: Likewise.
4672 * gdb.base/volatile.exp: Likewise.
4673 * gdb.base/whatis.exp: Likewise.
4674 * gdb.cp/cplusfuncs.exp: Likewise.
4675 * gdb.cp/inherit.exp: Likewise.
4676 * gdb.cp/local.exp: Likewise.
4677 * gdb.cp/member-ptr.exp: Likewise.
4678 * gdb.cp/method.exp: Likewise.
4679 * gdb.cp/overload.exp: Likewise.
4680 * gdb.cp/templates.exp: Likewise.
4681 * gdb.stabs/weird.exp: Likewise.
4682 * lib/compiler.c: Likewise.
4683 * lib/compiler.cc: Likewise.
4684 * lib/cp-support.exp: Likewise.
4685 * lib/gdb.exp: Likewise.
4686
bf401b07
SM
46872015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4688
4689 * configure.ac: Remove HP-UX case.
4690 * configure: Regenerate.
4691
aff9c0f8
SM
46922015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4693
4694 * lib/gdb.exp (gdb_compile): Add function doc.
4695
a6904d5a
PA
46962015-12-17 Pedro Alves <palves@redhat.com>
4697
4698 PR threads/19354
4699 * gdb.multi/info-threads.exp: New file.
4700
a22279dd
YQ
47012015-12-15 Yao Qi <yao.qi@linaro.org>
4702
4703 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4704 is aarch64*-*-*.
4705
0588c796
SL
47062015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4707
4708 * gdb.base/history-duplicates.exp: Skip if no readline support.
4709
5d978e17
SL
47102015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4711
4712 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4713
7e763b86
SL
47142015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4715
4716 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4717
87a3a92c
SL
47182015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4719
4720 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4721 ctrl-C if nointerrupts target property is set.
4722 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4723 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4724 * gdb.base/paginate-bg-execution.exp: Likewise.
4725 * gdb.base/paginate-execution-startup.exp: Likewise.
4726 * gdb.base/random-signal.exp: Likewise.
4727 * gdb.base/range-stepping.exp: Likewise.
4728 * gdb.cp/annota2.exp: Likewise.
4729 * gdb.cp/annota3.exp: Likewise.
4730 * gdb.gdb/selftest.exp: Likewise.
4731 * gdb.threads/continue-pending-status.exp: Likewise.
4732 * gdb.threads/leader-exit.exp: Likewise.
4733 * gdb.threads/manythreads.exp: Likewise.
4734 * gdb.threads/pthreads.exp: Likewise.
4735 * gdb.threads/schedlock.exp: Likewise.
4736 * gdb.threads/sigthread.exp: Likewise.
4737
a8f077dc
DB
47382015-12-11 Don Breazeal <donb@codesourcery.com>
4739
4740 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4741 remote.
4742 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4743 * gdb.base/foll-exec.exp (main): Enable for target remote.
4744 * gdb.base/foll-fork.exp (main): Likewise.
4745 * gdb.base/foll-vfork.exp (main): Likewise.
4746 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4747 (proc continue_to_exit_bp_loc): Use clean_restart.
4748 * gdb.base/pie-execl.exp (main): Disable for target remote.
4749 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4750 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4751 * gdb.threads/execl.exp (main): Likewise.
4752 * gdb.threads/fork-child-threads.exp (main): Likewise.
4753 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4754 remote.
4755 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4756 remote.
4757 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4758 pid.tid style ptids, instead of just tid.
4759 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4760 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4761 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4762 ptids, instead of just tid.
4763
3b2464a8
AB
47642015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4765
4766 * gdb.base/list.exp (test_list_forward): Add end of file error
4767 test.
4768 (test_repeat_list_command): Add end of file error test.
4769 (test_list_backwards): Add beginning of file error test.
4770
a0def019
AB
47712015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4772
4773 * gdb.base/list.exp (test_list_invalid_args): New function,
4774 defined, and called.
4775
5c000dff
AB
47762015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4777
4778 * gdb.base/list.exp (test_list): Make test names unique.
4779
f1637ebe
YQ
47802015-12-11 Yao Qi <yao.qi@linaro.org>
4781
4782 * gdb.base/coremaker2.c: Remove.
4783
36d6fc0a
PA
47842015-12-10 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.multi/base.exp: Remove stale "spaces" references.
4787
762f7747
PA
47882015-12-10 Pedro Alves <palves@redhat.com>
4789
4790 * gdb.multi/base.exp: Don't use nowarnings.
4791 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4792 * gdb.multi/hangout.c: Include stdio.h.
4793 * gdb.multi/hello.c: Include stdlib.h.
4794 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4795 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4796 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4797
28d2bfb9
AB
47982015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4799
4800 * gdb.dwarf2/dw2-ranges-base.c: New file.
4801 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4802 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4803 support additional line table, and debug ranges generation.
4804 (Dwarf::ranges): New function, generate .debug_ranges.
4805 (Dwarf::lines): Support generating simple line table programs.
4806 (Dwarf::assemble): Initialise new namespace variables.
4807
5fc2beac
KB
48082015-12-09 Kevin Buettner <kevinb@redhat.com>
4809
4810 * gdb.base/async.exp (proc test_background): Add case for
4811 asynchronous execution not supported.
4812
1c35a88f
LM
48132015-12-09 Luis Machado <lgustavo@codesourcery.com>
4814
4815 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4816 format and change test names to make them unique.
4817
b593e3d9
RK
48182015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4819 Pedro Alves <pedro@redhat.com>
4820
4821 PR gdb/18702
4822 Add checking of floatformats setup on x86_64 hosts.
4823 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4824 (smallval, bigval): New labels/constants.
4825 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4826 float" after loading bigval and smallval.
4827
d72413e6
PMR
48282015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4829
4830 * gdb.ada/fun_overload_menu.exp: New testcase.
4831 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4832
ece66d65
JS
48332015-12-04 Josh Stone <jistone@redhat.com>
4834
4835 * gdb.base/catch-fork-static.exp: New.
4836
41d0efca
YQ
48372015-12-03 Yao Qi <yao.qi@linaro.org>
4838
4839 * gdb.base/sizeof.c: Don't include stdio.h and
4840 ../lib/unbuffer_output.c.
4841 (main): New variable 'size' and 'value'. Remove printf and
4842 gdb_unbuffer_output. Assign return value to size and value.
4843 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4844 at the beginning.
4845 (check_sizeof): Check the result by printing variable 'size'.
4846 (check_valueof): Check the result by printing variable 'value'.
4847
99fd02d9
YQ
48482015-12-01 Yao Qi <yao.qi@linaro.org>
4849
4850 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4851 for aarch64*-*-linux* target.
4852
f2faf941
PA
48532015-11-30 Pedro Alves <palves@redhat.com>
4854
4855 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4856
04bf20c5
PA
48572015-11-30 Pedro Alves <palves@redhat.com>
4858
4859 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4860 Handle non-stop mode vCont replies.
4861
09df4675
PA
48622015-11-30 Pedro Alves <palves@redhat.com>
4863
4864 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4865 prepare_for_testing. Start gdb with "set non-stop on" appended to
4866 GDBFLAGS. Lax expected stop output.
4867
58b584af
YQ
48682015-11-27 Yao Qi <yao.qi@linaro.org>
4869
4870 * gdb.arch/arm-neon.exp: New.
4871 * gdb.arch/arm-neon.c: New.
4872
dfcb77a8
YQ
48732015-11-27 Yao Qi <yao.qi@linaro.org>
4874
4875 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4876
88e8ec1b
YQ
48772015-11-27 Yao Qi <yao.qi@linaro.org>
4878
4879 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4880 frames-invalid annotation.
4881
bfde72c2
YQ
48822015-11-27 Yao Qi <yao.qi@linaro.org>
4883
4884 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4885
f6512a69
SM
48862015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4887
4888 * gdb.threads/names.exp: New file.
4889 * gdb.threads/names.c: New file.
4890 * README: Mention gdb,no_thread_names.
4891
46a3515b
MM
48922015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4893
4894 PR 19297
4895 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4896 support" error.
4897
62147a22
PA
48982015-11-24 Pedro Alves <palves@redhat.com>
4899
4900 PR 17539
4901 * gdb.base/display.exp: Expect displays to be sorted in ascending
4902 order. Use multi_line.
4903 * gdb.base/solib-display.exp: Likewise.
4904
2f341b6e
PA
49052015-11-24 Pedro Alves <palves@redhat.com>
4906
4907 PR 17539
25d49b86
PA
4908 * gdb.base/display.exp: Expect displays to be sorted in ascending
4909 order. Use multi_line.
4910 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4911
7e0aa6aa
PA
49122015-11-24 Pedro Alves <palves@redhat.com>
4913
4914 PR 17539
4915 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4916 threads in ascending order.
4917 * gdb.base/foll-fork.exp: Likewise.
4918 * gdb.base/foll-vfork.exp: Likewise.
4919 * gdb.base/multi-forks.exp: Likewise.
4920 * gdb.mi/mi-nonstop.exp: Likewise.
4921 * gdb.mi/mi-nsintrall.exp: Likewise.
4922 * gdb.multi/base.exp: Likewise.
4923 * gdb.multi/multi-arch.exp: Likewise.
4924 * gdb.python/py-inferior.exp: Likewise.
4925 * gdb.threads/break-while-running.exp: Likewise.
4926 * gdb.threads/execl.exp: Likewise.
4927 * gdb.threads/gcore-thread.exp: Likewise.
4928 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4929 * gdb.threads/kill.exp: Likewise.
4930 * gdb.threads/linux-dp.exp: Likewise.
4931 * gdb.threads/multiple-step-overs.exp: Likewise.
4932 * gdb.threads/next-bp-other-thread.exp: Likewise.
4933 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4934 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4935 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4936 * gdb.threads/thread-find.exp: Likewise.
4937 * gdb.threads/tls.exp: Likewise.
4938 * lib/mi-support.exp (mi_reverse_list): Delete.
4939 (mi_check_thread_states): No longer reverse list.
4940
2cc57ad8
PA
49412015-11-24 Pedro Alves <palves@redhat.com>
4942
4943 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4944 use lowercase.
4945
c93e8391
SM
49462015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4947
4948 * gdb.trace/actions.c: Include trace-common.h.
4949 (main): Add a location for a fast tracepoint.
4950 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4951 the normal tracepoints.
4952 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4953
045ccf91
SM
49542015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4955
4956 * save-trace.exp: Factor out code to these...
4957 (gdb_save_tracepoints): New.
4958 (gdb_load_tracepoints): New.
4959 (do_save_load_test): New.
4960
5506f9f6
KB
49612015-11-23 Kevin Buettner <kevinb@redhat.com>
4962
4963 * gdb.base/asmlabel.exp: New test.
4964 * gdb.base/asmlabel.c: New test case.
4965
16c3b12f
JB
49662015-11-23 Joel Brobecker <brobecker@adacore.com>
4967
4968 * gdb.base/wrong_frame_bt_full-main.c: New file.
4969 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4970 * gdb.base/wrong_frame_bt_full.exp: New file.
4971
155bfbd3
JB
49722015-11-23 Joel Brobecker <brobecker@adacore.com>
4973
4974 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4975
bb097445
JM
49762015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4977
206853a0 4978 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4979 pstate register when comparing registers values in
4980 sparc64-*-linux-gnu targets to avoid spurious differences.
4981
9c88ed8f
JM
49822015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4983
206853a0 4984 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4985
96161e25
SL
49862015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4987
4988 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4989 as type argument to gdb_compile.
4990 * gdb.base/nested-subp2.exp: Likewise.
4991 * gdb.base/nested-subp3.exp: Likewise.
4992
340c2830
DV
49932015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4994
4995 * lib/dwarf.exp (_note): Fix left shift of negative value.
4996 * gdb.trace/trace-condition.exp: Likewise.
4997
c1862d0f
YQ
49982015-11-13 Yao Qi <yao.qi@linaro.org>
4999
5000 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5001 comments about d10v.
5002 (test_scalar_returns): Likewise.
5003 * gdb.base/d10v.ld: Remove.
5004 * gdb.base/overlays.exp: Remove the target triplet checking for
5005 d10v-*-*.
5006 * gdb.base/structs.exp (test_struct_returns): Remove the
5007 comments about d10v.
5008 (test_struct_calls): Likewise.
5009
77ae9c19
YQ
50102015-11-13 Yao Qi <yao.qi@linaro.org>
5011
5012 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5013 * gdb.base/gnu_vector.c: Don't include stdio.h.
5014 (main): Don't print res and call add_some_intvecs.
5015
430e004e
MK
50162015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5017
5018 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5019 macro.
5020 (func5): Removed.
5021 (func4): Use FAST_TRACEPOINT_LABEL.
5022 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5023 macro.
5024 (func): Removed.
5025 (thread_function): Use FAST_TRACEPOINT_LABEL.
5026 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5027 (func): Remove.
5028 (marker): Use FAST_TRACEPOINT_LABEL.
5029 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5030 (pendfunc1): Remove.
5031 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5032 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5033 (foo): Remove.
5034 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5035 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5036 macro.
5037 (func): Remove.
5038 (marker): Use FAST_TRACEPOINT_LABEL.
5039 * gdb.trace/trace-common.h: New header.
5040 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5041 macro.
5042 (func): Remove.
5043 (marker): Use FAST_TRACEPOINT_LABEL.
5044 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5045 (func): Remove.
5046 (thread_function): Use FAST_TRACEPOINT_LABEL.
5047
6e7675a7
MK
50482015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5049
5050 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5051 in front.
5052 * gdb.trace/change-loc.exp: Use global pcreg definition.
5053 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5054 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5055 in front.
5056 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5057 * gdb.trace/pending.exp: Likewise.
5058 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5059 * gdb.trace/trace-break.exp: Likewise.
5060 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5061 in front.
5062 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5063 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5064 in front.
5065 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5066
dddc0e16
JB
50672015-11-09 Joel Brobecker <brobecker@adacore.com>
5068
5069 * gdb.ada/fin_fun_out: New testcase.
5070
c6f0b406
KB
50712015-11-07 Kevin Buettner <kevinb@redhat.com>
5072
5073 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5074 value associated with DW_AT_byte_size.
5075 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5076 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5077 DW_AT_upper_bound.
5078
f01dcfd9
KB
50792015-11-07 Kevin Buettner <kevinb@redhat.com>
5080
5081 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5082 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5083 version.
5084 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5085 gdb.dwarf2/dw2-canonicalize-type.exp,
5086 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5087 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5088 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5089 provided by gdb_target_symbol_prefix_flags_asm.
5090 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5091 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5092 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5093 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5094 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5095 macros where needed). Use this macro for symbols which require
5096 the prefix provided by SYMBOL_PREFIX.
5097
2223449a
KB
50982015-11-05 Kevin Buettner <kevinb@redhat.com>
5099
5100 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5101 New procs.
5102 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5103 representing expressions, of more than one list element.
5104 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5105 to prepend linker symbol prefix to f.
5106 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5107 table_1 and table_2.
5108 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5109 Likewise, for f and g.
5110 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5111 for ptr.
5112 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5113 for main.
5114 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5115 table_1_ptr and table_2_ptr.
5116
6f2f1a3a
JK
51172015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5118 Joel Brobecker <brobecker@adacore.com>
5119
5120 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5121
566c56c9
MK
51222015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5123
5124 * gdb.reverse/s390-mvcle.c: New test.
5125 * gdb.reverse/s390-mvcle.exp: New file.
5126 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5127
d5f0636b
MK
51282015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5129
5130 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5131
7ad8b86c
MK
51322015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5133
5134 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5135 reaching marker2.
5136 * gdb.reverse/getresuid-reverse.exp: Likewise.
5137 * gdb.reverse/pipe-reverse.exp: Likewise.
5138 * gdb.reverse/readv-reverse.exp: Likewise.
5139 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5140 * gdb.reverse/time-reverse.exp: Likewise.
5141 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5142
4081c0f1
YQ
51432015-10-30 Yao Qi <yao.qi@linaro.org>
5144
5145 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5146 (empty_cycle): Remove.
5147 (main): Don't call empty_cycle. Don't use watch_count_done.
5148 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5149 empty_cycle. Rewrite the code counting HW watchpoints.
5150
452b4ba5
MK
51512015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5152
5153 * gdb.reverse/fstatat-reverse.c: New test.
5154 * gdb.reverse/fstatat-reverse.exp: New file.
5155 * gdb.reverse/getresuid-reverse.c: New test.
5156 * gdb.reverse/getresuid-reverse.exp: New file.
5157 * gdb.reverse/pipe-reverse.c: New test.
5158 * gdb.reverse/pipe-reverse.exp: New file.
5159 * gdb.reverse/readv-reverse.c: New test.
5160 * gdb.reverse/readv-reverse.exp: New file.
5161 * gdb.reverse/recvmsg-reverse.c: New test.
5162 * gdb.reverse/recvmsg-reverse.exp: New file.
5163 * gdb.reverse/time-reverse.c: New test.
5164 * gdb.reverse/time-reverse.exp: New file.
5165 * gdb.reverse/waitpid-reverse.c: New test.
5166 * gdb.reverse/waitpid-reverse.exp: New file.
5167
5e2e7507
JK
51682015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5169
5170 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5171
0fde2c53
DE
51722015-10-26 Doug Evans <dje@google.com>
5173
5174 PR symtab/17391
5175 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5176 * gdb.dwarf2/bad-regnum.c: New file.
5177 * gdb.dwarf2/bad-regnum.exp: New file.
5178
1a70ae97
DE
51792015-10-26 Doug Evans <dje@google.com>
5180
5181 PR python/18938
5182 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5183 file.
5184
27dc26ab
JK
51852015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5186
5187 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5188 for a change by "Mention language in compile error message".
5189
bed91f4d
SM
51902015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5191
5192 PR python/18073
5193 * gdb.python/py-type.c (C::a_method): New.
5194 (C::a_const_method): New.
5195 (C::a_static_method): New.
5196 (a_function): New.
5197 * gdb.python/py-type.exp (test_fields): Test getting fields
5198 from function and method.
5199
3f2f83dd
KB
52002015-10-21 Keven Boell <keven.boell@intel.com>
5201
5202 * gdb.fortran/vla-alloc-assoc.exp: New file.
5203 * gdb.fortran/vla-datatypes.exp: New file.
5204 * gdb.fortran/vla-datatypes.f90: New file.
5205 * gdb.fortran/vla-history.exp: New file.
5206 * gdb.fortran/vla-ptype-sub.exp: New file.
5207 * gdb.fortran/vla-ptype.exp: New file.
5208 * gdb.fortran/vla-sizeof.exp: New file.
5209 * gdb.fortran/vla-sub.f90: New file.
5210 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5211 * gdb.fortran/vla-value-sub-finish.exp: New file.
5212 * gdb.fortran/vla-value-sub.exp: New file.
5213 * gdb.fortran/vla-value.exp: New file.
5214 * gdb.fortran/vla-ptr-info.exp: New file.
5215 * gdb.mi/mi-vla-fortran.exp: New file.
5216 * gdb.mi/vla.f90: New file.
5217
27145d50
SL
52182015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5219
5220 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5221 of hardwired timeout value.
5222
5f3ff4f8
JK
52232015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5224 Pedro Alves <palves@redhat.com>
5225
5226 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5227 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5228
bfd09d20
JS
52292015-10-19 Josh Stone <jistone@redhat.com>
5230
5231 * gdb.base/catch-syscall.c: Include <sched.h>.
5232 (unknown_syscall): New variable.
5233 (main): Trigger a vfork and an unknown syscall.
5234 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5235 (unknown_syscall_number): Likewise.
5236 (check_call_to_syscall): Accept an optional syscall pattern.
5237 (check_return_from_syscall): Likewise.
5238 (check_continue): Likewise.
5239 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5240 (test_catch_syscall_skipping_return): New test toggling off 'catch
5241 syscall' to step over the syscall return, then toggling back on.
5242 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5243 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5244 (do_syscall_tests): Call test_catch_syscall_without_args and
5245 test_catch_syscall_mid_vfork.
5246 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5247 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5248
b32b93c6
AS
52492015-10-19 Andrew Stubbs <ams@codesourcery.com>
5250
5251 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5252 print g_vE): Add new pass patterns.
5253 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5254 print various symbol names for vptr fields.
5255
9d622bda
AB
52562015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5257
5258 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5259 results.
5260
0fd8ac1c
YQ
52612015-10-12 Yao Qi <yao.qi@linaro.org>
5262
5263 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5264
34240514
YQ
52652015-10-12 Yao Qi <yao.qi@linaro.org>
5266
5267 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5268 is aarch64*-*-linux*.
5269
8240f442
YQ
52702015-10-12 Yao Qi <yao.qi@linaro.org>
5271
5272 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5273 (can_relocate_bcond_true): ... it.
5274 (can_relocate_bcond_false): New function.
5275 (foo): Likewise.
5276 (can_relocate_bl): Likewise.
5277 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5278 can_relocate_bl.
5279
2520f728
PMR
52802015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5281
5282 * gdb.base/nested-addr.c: New file.
5283 * gdb.base/nested-addr.exp: New testcase.
5284
abcef95a
MM
52852015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5286
5287 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5288 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5289 its output. Ignore the output of "record goto begin" and instead
5290 check that GDB is replaying.
5291
145e3ddb
PA
52922015-10-09 Pedro Alves <palves@redhat.com>
5293
5294 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5295 (top level): Use it in the run with no args test.
5296
d5d8c4e1
IB
52972015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5298
5299 * gdb.dlang/properties.exp: New file.
5300
06e635ef
SL
53012015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5302
5303 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5304 whether or not address 0x1000 is mapped on the target.
5305
e019fd1d
SM
53062015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5307
5308 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5309 build.
5310
77ba2a67
MM
53112015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5312
5313 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5314 instruction-history test.
5315
c60eb31f
DE
53162015-09-28 Doug Evans <dje@google.com>
5317
5318 * gdb.base/gcore.c (array_func): Add reference to static_array.
5319
9a3c8263
SM
53202015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5321
5322 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5323 source line.
5324
9720e656
SL
53252015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5326
5327 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5328 short or char as base type.
5329
938d3bf2
SL
53302015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5331
5332 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5333 to allow any size enum.
5334
e6c2c623
PMR
53352015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5336
5337 * gdb.ada/array_ptr_renaming.exp: New testcase.
5338 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5339 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5340
06da0f77
PL
53412015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5342
5343 * gdb.trace/ftrace-lock.c: New file.
5344 * gdb.trace/ftrace-lock.exp: New file.
5345
4f51c22a
PL
53462015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5347
5348 * gdb.arch/insn-reloc.c: New file.
5349 * gdb.arch/ftrace-insn-reloc.exp: New file.
5350
7041adf4
PL
53512015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5352
5353 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5354 instruction.
5355 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5356 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5357 * gdb.trace/range-stepping.c: Likewise.
5358 * gdb.trace/trace-break.c: Likewise.
5359 * gdb.trace/trace-mt.c (thread_function): Likewise.
5360 * gdb.trace/ftrace.c (marker): Likewise.
5361 * gdb.trace/trace-condition.c (marker): Likewise.
5362 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5363 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5364 is_aarch64_target.
5365
015d2e7e
DE
53662015-09-18 Doug Evans <xdje42@gmail.com>
5367
5368 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5369 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5370
26b188a2
SL
53712015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5372
5373 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5374 the breakpoint.
5375
79dc332b
SL
53762015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5377
5378 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5379 the pending breakpoint. Remove timeout override for "Run till
5380 MI pending breakpoint on pendfunc3 on thread 2" test.
5381
f57929f2
SL
53822015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5383
5384 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5385 filename pattern.
5386
3f469b17
SL
53872015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5388
5389 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5390 in breakpoint filename pattern.
5391
515b89b3
SL
53922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5393
7800dbe4
SL
5394 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5395
53962015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5397
515b89b3
SL
5398 * gdb.linespec/explicit.exp: Check for readline support for
5399 tab-completion tests. Fix obvious typo.
5400
d2939ba2
MM
54012015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5402
5403 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5404 and replay.
5405
cbb55fa7
MM
54062015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5407
5408 * gdb.btrace/non-stop.c: New.
5409 * gdb.btrace/non-stop.exp: New.
5410
43691ca1
PL
54112015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5412 Yao Qi <yao.qi@linaro.org>
5413
5414 * gdb.trace/trace-condition.c: New file.
5415 * gdb.trace/trace-condition.exp: New file.
5416
d78908cf
WW
54172015-09-16 Wei-cheng Wang <cole945@gmail.com>
5418
5419 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5420 for testing bytecode compilation.
5421
1ed415e2
PA
54222015-09-16 Pedro Alves <palves@redhat.com>
5423 Sandra Loosemore <sandra@codesourcery.com>
5424
5425 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5426 (SECONDS): Redefine.
5427 (main): Call pthread_kill and alarm early.
5428 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5429 support.
5430 (test): If the target can't hardware step and doesn't support
5431 displaced stepping, increase the timeout.
5432
d136eff5
PA
54332015-09-16 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5436 (enable_debug): New procedures.
5437 (test): Use them. Bail out if waiting for threads fails.
5438 (top level): Bail out if a test fails.
5439
991f019c
YQ
54402015-09-16 Yao Qi <yao.qi@linaro.org>
5441
5442 * gdb.asm/asm-source.exp: Set asm-arch for
5443 aarch64*-*-* target.
5444 * gdb.asm/aarch64.inc: New file.
5445
bfca584f
PMR
54462015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5447
5448 * gdb.ada/array_of_variable_length.exp: New testcase.
5449 * gdb.ada/array_of_variable_length/foo.adb: New file.
5450 * gdb.ada/array_of_variable_length/pck.adb: New file.
5451 * gdb.ada/array_of_variable_length/pck.ads: New file.
5452
b326e587
DE
54532015-09-15 Doug Evans <dje@google.com>
5454
5455 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5456 of function static local variable.
5457
5382cfab
PW
54582015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5459
5460 * gdb.threads/tls-so_extern.exp: New test file.
5461 * gdb.threads/tls-so_extern.c: New test file.
5462 * gdb.threads/tls-so_extern_main.c: New test file.
5463
141c5cc4
JK
54642015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5465
5466 * gdb.opt/solib-intra-step-lib.c: New file.
5467 * gdb.opt/solib-intra-step-main.c: New file.
5468 * gdb.opt/solib-intra-step.exp: New file.
5469
d15dcecd
PA
54702015-09-15 Pedro Alves <palves@redhat.com>
5471
5472 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5473 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5474
4c2f2a79
PA
54752015-09-14 Pedro Alves <palves@redhat.com>
5476
5477 * gdb.base/hook-stop-continue.c: Delete.
5478 * gdb.base/hook-stop-continue.exp: Delete.
5479 * gdb.base/hook-stop-frame.c: Delete.
5480 * gdb.base/hook-stop-frame.exp: Delete.
5481 * gdb.base/hook-stop.c: New file.
5482 * gdb.base/hook-stop.exp: New file.
5483
919e6dbe
PMR
54842015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5485
5486 * gdb.ada/access_to_packed_array.exp: New testcase.
5487 * gdb.ada/access_to_packed_array/foo.adb: New file.
5488 * gdb.ada/access_to_packed_array/pack.adb: New file.
5489 * gdb.ada/access_to_packed_array/pack.ads: New file.
5490
157280a4
MM
54912015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5492
5493 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5494 buffer size test.
5495
2fd33e94
DB
54962015-09-11 Don Breazeal <donb@codesourcery.com>
5497
5498 * gdb.base/foll-exec.c: Add copyright header. Fix
5499 formatting issues.
5500 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5501 (do_exec_tests): Use clean_restart in place of zap_session,
5502 and for test initialization. Fix formatting issues. Use
5503 fail in place of perror.
5504 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5505 an expect statement to match an expression with output from
5506 the program under debug.
5507 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5508 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5509 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5510 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5511 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5512
e70b6e8e
DE
55132015-09-09 Doug Evans <dje@google.com>
5514
5515 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5516
7a551a51
DE
55172015-09-09 Doug Evans <dje@google.com>
5518
5519 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5520
4c666f84
DE
55212015-09-09 Doug Evans <dje@google.com>
5522
5523 * gdb.base/savedregs.exp: Fix typo.
5524
243a9253
PA
55252015-09-09 Pedro Alves <palves@redhat.com>
5526
5527 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5528
c0fa8fbd
SL
55292015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5530
5531 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5532 command actually switches threads. Give up on remaining
5533 tests if target fails to stop at breakpoint.
5534
cd7c1778
PMR
55352015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5536
5537 * gdb.ada/funcall_char.exp: New testcase.
5538 * gdb.ada/funcall_char/foo.adb: New file.
5539
dc5c8746
PMR
55402015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5541
5542 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5543 expected outputs. Add two testcases for completing ambiguous
5544 functions.
5545 * gdb.ada/complete/aux_pck.adb: New file.
5546 * gdb.ada/complete/aux_pck.ads: New file.
5547 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5548 Ambiguous_Func functions.
5549 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5550 * gdb.ada/complete/pck.adb: Likewise.
5551
4e83a1e7
UW
55522015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5553
5554 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5555 failures to run the test program under GDB.
5556
8ce74153
LM
55572015-08-26 Luis Machado <lgustavo@codesourcery.com>
5558
5559 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5560 to C.
5561
e9756d52
PP
55622015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5563
5564 * gdb.base/run-after-attach.exp: New test file.
5565 * gdb.base/run-after-attach.c: New test file.
5566
8d37573b
DB
55672015-08-26 Don Breazeal <donb@codesourcery.com>
5568
5569 * gdb.base/foll-exec-2.c: New test program.
5570 * gdb.base/foll-exec-2.exp: New test.
5571
63e43d3a
PMR
55722015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5573
5574 * gdb.base/nested-subp1.exp: New file.
5575 * gdb.base/nested-subp1.c: New file.
5576 * gdb.base/nested-subp2.exp: New file.
5577 * gdb.base/nested-subp2.c: New file.
5578 * gdb.base/nested-subp3.exp: New file.
5579 * gdb.base/nested-subp3.c: New file.
5580
3d40fbb5
PA
55812015-08-24 Pedro Alves <palves@redhat.com>
5582
5583 * gdb.server/connect-without-multi-process.c: New file.
5584 * gdb.server/connect-without-multi-process.exp: New file.
5585
4422ac93
LM
55862015-08-24 Luis Machado <lgustavo@codesourcery.com>
5587
5588 * gdb.opt/inline-markers.c: Make z int.
5589
91dddb86
LM
55902015-08-24 Luis Machado <lgustavo@codesourcery.com>
5591
5592 * gdb.opt/inline-markers.c: Make z volatile.
5593
a48847ee
LM
55942015-08-24 Luis Machado <lgustavo@codesourcery.com>
5595
5596 * gdb.opt/inline-bt.c: New volatile global z.
5597 * gdb.opt/inline-cmds.c: Likewise.
5598 * gdb.opt/inline-locals.c: Likewise.
5599 * gdb.opt/inline-markers.c: New extern global z.
5600 (marker): Use z.
5601 (inline_fn): Likewise.
5602
0ebbc52b
PA
56032015-08-24 Pedro Alves <palves@redhat.com>
5604
5605 * config/m32r-stub.exp: Remove file.
5606 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5607 * gdb.base/call-rt-st.exp: Likewise.
5608 * gdb.base/call-strs.exp: Likewise.
5609 * gdb.base/default.exp: Remove references to h8300-*-hms and
5610 *-*-udi*.
5611 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5612
77c365df
AA
56132015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5614
5615 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5616 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5617 and "return" use KFAIL when GDB can not read/write the vector
5618 return value.
5619
4313b8c0
GB
56202015-08-21 Gary Benson <gbenson@redhat.com>
5621
5622 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5623
0e433b32
PA
56242015-08-20 Pedro Alves <palves@redhat.com>
5625
5626 * gdb.server/solib-list.exp: No longer expect an interior stop in
5627 non-stop mode.
5628
221e1a37
PA
56292015-08-20 Pedro Alves <palves@redhat.com>
5630
5631 * gdb.server/connect-stopped-target.c: New file.
5632 * gdb.server/connect-stopped-target.exp: New file.
5633
40e3ad0e
PA
56342015-08-20 Pedro Alves <palves@redhat.com>
5635
5636 * gdb.dwarf2/comp-unit-lang.exp: New file.
5637 * gdb.dwarf2/comp-unit-lang.c: New file.
5638
af39b327
PMR
56392015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5640
5641 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5642 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5643
7d45c7c3 56442015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5645
7d45c7c3
KB
5646 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5647 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5648
4d6cceb4
DE
56492015-08-18 Doug Evans <dje@google.com>
5650 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5651
5652 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5653 skip_python_tests. New arg prompt_regexp.
5654 (skip_python_tests): New function.
5655 * lib/mi-support.exp (mi_skip_python_tests): New function.
5656 * gdb.python/py-mi-objfile-gdb.py: New file.
5657 * gdb.python/py-mi-objfile.c: New file.
5658 * gdb.python/py-mi-objfile.exp: New file.
5659
ad89c2aa
KS
56602015-08-17 Keith Seitz <keiths@redhat.com>
5661
5662 * gdb.linespec/explicit.exp: Move strace test from here ...
5663 * gdb.trace/strace.exp: ... to here.
5664
e3ae3c43
PP
56652015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5666
5667 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5668 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5669
604b2636
DE
56702015-08-14 Doug Evans <xdje42@gmail.com>
5671
5672 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5673 inferior before selecting a new file.
5674
6ff0ba5f
DE
56752015-08-14 Doug Evans <xdje42@gmail.com>
5676
5677 * gdb.mi/mi-disassemble.exp: Update.
5678 * gdb.base/disasm-optim.S: New file.
5679 * gdb.base/disasm-optim.c: New file.
5680 * gdb.base/disasm-optim.h: New file.
5681 * gdb.base/disasm-optim.exp: New file.
5682
9ca98f92
KS
56832015-08-14 Keith Seitz <keiths@redhat.com>
5684
5685 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5686 "evaluated-by".
5687
52bbc560
JB
56882015-08-13 Joel Brobecker <brobecker@adacore.com>
5689
5690 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5691
5d8c3ed3
PMR
56922015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5693
5694 * gdb.ada/fun_renaming.exp: New testcase.
5695 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5696 * gdb.ada/fun_renaming/pack.adb: New file.
5697 * gdb.ada/fun_renaming/pack.ads: New file.
5698
ea8812bc
KS
56992015-08-12 Keith Seitz <keiths@redhat.com>
5700
5701 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5702 gdb_get_line_number.
5703
4dafcdeb
JB
57042015-08-12 Joel Brobecker <brobecker@adacore.com>
5705
5706 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5707 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5708 gdb.base/dso2dso.exp: New files.
5709
5ba32597
SDJ
57102015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5711 Pedro Alves <palves@redhat.com>
5712 Keith Seitz <keiths@redhat.com>
5713
5714 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5715 GDBFLAGS.
5716
b6dafabf
PP
57172015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5718
5719 * gdb.base/gdbhistsize-history.exp
5720 (test_histsize_history_setting): Use save_vars.
5721 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5722 Use save_vars.
5723 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5724 * gdb.base/readline.exp: Use save_vars.
5725
abe8e607
PP
57262015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5727
5728 * lib/gdb.exp (save_vars): New proc.
5729
629500fa
KS
57302015-08-11 Keith Seitz <keiths@redhat.com>
5731
5732 * gdb.base/help.exp: Update help_breakpoint_text.
5733
eb8c4e2e
KS
57342015-08-11 Keith Seitz <keiths@redhat.com>
5735
5736 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5737 (at toplevel): Call test_explicit_breakpoints.
5738 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5739 breakpoints.
5740 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5741 breakpoint conditions, "-cond".
5742
87f0e720
KS
57432015-08-11 Keith Seitz <keiths@redhat.com>
5744
5745 * gdb.linespec/3explicit.c: New file.
5746 * gdb.linespec/cpexplicit.cc: New file.
5747 * gdb.linespec/cpexplicit.exp: New file.
5748 * gdb.linespec/explicit.c: New file.
5749 * gdb.linespec/explicit.exp: New file.
5750 * gdb.linespec/explicit2.c: New file.
5751 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5752 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5753 before using in the matching pattern.
5754 Clarify that `prefix' is a regular expression.
5755
f00aae0f
KS
57562015-08-11 Keith Seitz <keiths@redhat.com>
5757
5758 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5759 test.
5760 Add tests for missing ",FMT" and ",".
5761
e27852be
DE
57622015-08-10 Doug Evans <dje@google.com>
5763 Keith Seitz <keiths@redhat.com>
5764
5765 PR gdb/17960
5766 * gdb.base/completion.exp: Add location completer tests.
5767
7f03bd92
PA
57682015-08-07 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5771 tests here.
5772 (top level): Run do_test with and without displaced stepping.
5773
3fc8eb30
PA
57742015-08-07 Pedro Alves <palves@redhat.com>
5775
5776 * gdb.base/valgrind-disp-step.c: New file.
5777 * gdb.base/valgrind-disp-step.exp: New file.
5778
d4569d7b
PA
57792015-08-07 Pedro Alves <palves@redhat.com>
5780
5781 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5782 Delete function.
5783 (main): Add alarm. Run an infinite loop instead of calling
5784 wait_threads.
5785 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5786 comment.
5787 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5788 Delete function.
5789 (main): Add alarm. Run an infinite loop instead of calling
5790 wait_threads.
5791 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5792 comment.
5793
e1316e60
PA
57942015-08-07 Pedro Alves <palves@redhat.com>
5795
5796 * gdb.base/checkpoint-ns.exp: New file.
5797 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5798 standard_testfile.
5799
da8c46d2
MM
58002015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5801
5802 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5803 * gdb.btrace/instruction_history.exp: Update.
5804 * gdb.btrace/tsx.exp: New.
5805 * gdb.btrace/tsx.c: New.
5806
de1c2c52
PA
58072015-08-06 Pedro Alves <palves@redhat.com>
5808
5809 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5810 increase timeout.
5811 * gdb.reverse/until-precsave.exp: Bump timeouts.
5812
782e0bf4
PA
58132015-08-06 Pedro Alves <palves@redhat.com>
5814
5815 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5816
83e97ed0
PA
58172015-08-06 Pedro Alves <palves@redhat.com>
5818
5819 PR gdb/18749
5820 * gdb.threads/process-dies-while-handling-bp.c: New file.
5821 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5822
863d01bd
PA
58232015-08-06 Pedro Alves <palves@redhat.com>
5824
5825 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5826 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5827
0a39bb32
PA
58282015-08-05 Pedro Alves <palves@redhat.com>
5829
5830 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5831 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5832
ee2d2b10
SL
58332015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5834
5835 * gdb.base/bp-permanent.exp: Report test as unsupported if
5836 the target cannot stop at the permanent breakpoint.
5837
4e1bdb00
DE
58382015-08-03 Doug Evans <dje@google.com>
5839
5840 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5841 10000.
5842
3d338901
DE
58432015-08-03 Doug Evans <dje@google.com>
5844
5845 * Makefile.in (workers/%.worker, build-perf): New rule.
5846 (GDB_PERFTEST_MODE): New variable.
5847 (check-perf): Use it.
5848 (clean): Clean up gdb.perf parallel build subdirs.
5849 * lib/build-piece.exp: New file.
5850 * lib/gdb.exp (make_gdb_parallel_path): New function
5851 (standard_output_file, standard_temp_file): Call it.
5852 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5853 of $GDB_PARALLEL.
5854 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5855
af061d3e
DE
58562015-08-03 Doug Evans <dje@google.com>
5857
8e1afc81 5858 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5859 (LOG_FILE_NAME): New global.
5860 (TextReporter.__init__): Initialize self.txt_sum.
5861 (TextReporter.report): Add support for multiple data-points.
5862 Move report to perftest.sum, put raw data in perftest.log.
5863 (TextReporter.start): Open sum and log files.
5864 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5865 * gdb.perf/lib/perftest/testresult.py
5866 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5867
2c8c5d37
PA
58682015-07-31 Pedro Alves <palves@redhat.com>
5869
5870 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5871 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5872 kill_wait_spawned_process instead of explicit "kill -9".
5873 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5874 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5875 kill_wait_spawned_process.
5876 * gdb.base/attach-twice.exp: Likewise.
5877 * gdb.base/attach.exp: Likewise.
5878 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5879 gdb_test_multiple.
5880 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5881 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5882 kill_wait_spawned_process.
5883 * gdb.base/valgrind-infcall.exp: Likewise.
5884 * gdb.multi/multi-attach.exp: Likewise.
5885 * gdb.python/py-prompt.exp: Likewise.
5886 * gdb.python/py-sync-interp.exp: Likewise.
5887 * gdb.server/ext-attach.exp: Likewise.
5888 * gdb.threads/attach-into-signal.exp (corefunc): Use
5889 spawn_wait_for_attach, spawn_id_get_pid and
5890 kill_wait_spawned_process.
5891 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5892 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5893 spawn_id_get_pid and kill_wait_spawned_process.
5894 * gdb.threads/attach-stopped.exp (corefunc): Use
5895 spawn_wait_for_attach, spawn_id_get_pid and
5896 kill_wait_spawned_process.
5897 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5898 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5899 kill_wait_spawned_process instead of explicit "kill -9".
5900 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5901 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5902 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5903 processes. Don't map cygwin/windows pids here. Now returns a
5904 spawn id list.
5905
032a0fca
SL
59062015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5907
5908 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5909 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5910 correct patch.
5911
61a934ca
SL
59122015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5913
5914 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5915
4bc4d428
SL
59162015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5917
5918 Reapply:
5919 2014-05-21 Mark Wielaard <mjw@redhat.com>
5920
5921 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5922
998d452a
PA
59232015-07-30 Pedro Alves <palves@redhat.com>
5924
5925 * linux-low.c (handle_extended_wait): Set the child's last
5926 reported status to TARGET_WAITKIND_STOPPED.
5927
69dde7dc
PA
59282015-07-30 Pedro Alves <palves@redhat.com>
5929
5930 PR threads/18600
5931 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5932 only shows inferior 1.
5933
4dd63d48
PA
59342015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5935 Pedro Alves <palves@redhat.com>
5936
5937 PR threads/18600
5938 * gdb.threads/fork-plus-threads.c: New file.
5939 * gdb.threads/fork-plus-threads.exp: New file.
5940
d618e4c5
PP
59412015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5942
5943 * gdb.base/batch-preserve-term-settings.exp
5944 (test_terminal_settings_preserved_after_cli_exit): Use
5945 send_quit_command.
5946
1eef6428
PA
59472015-07-29 Pedro Alves <palves@redhat.com>
5948 Don Breazeal <donb@codesourcery.com>
5949
5950 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5951 output from both inferior_spawn_id and gdb_spawn_id.
5952
7da5b897
SDJ
59532015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5954
5955 * gdb.threads/attach-into-signal.exp (corefunc): Use
5956 with_test_prefix on nested loops, uniquefying the test messages.
5957
dac804df
SDJ
59582015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5959
5960 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5961 commit.
5962
06265e53
PP
59632015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5964
5965 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5966 New proc.
5967 (test_terminal_settings_preserved_after_sigterm): New test.
5968
18206ca3
PP
59692015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5970
5971 * gdb.base/batch-preserve-term-settings.exp
5972 (test_terminal_settings_preserved_after_cli_exit): New test.
5973
90074d11
PP
59742015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5975
5976 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5977 manipulation of saved_gdbflags.
5978 (test_terminal_settings_preserved): Remove global declaration of
5979 the unused variable pagination_prompt. Remove manipulation of
5980 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5981 GDBFLAGS.
5982
eb1a7902
PA
59832015-07-29 Pedro Alves <palves@redhat.com>
5984
5985 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5986
8b75dd3b
PA
59872015-07-29 Pedro Alves <palves@redhat.com>
5988
5989 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5990 at the top.
5991
dedad4e3
PA
59922015-07-29 Pedro Alves <palves@redhat.com>
5993
5994 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5995 (main): Call gdb_unbuffer_output.
5996 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5997 (main): Call gdb_unbuffer_output.
5998 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5999 (main): Call gdb_unbuffer_output.
6000 * gdb.base/call-strs.exp: Adjust to step over the
6001 gdb_unbuffer_output call.
6002 * gdb.base/catch-gdb-caused-signals.c: Include
6003 "../lib/unbuffer_output.c".
6004 (main): Call gdb_unbuffer_output.
6005 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6006 (main): Call gdb_unbuffer_output.
6007 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6008 (main): Call gdb_unbuffer_output.
6009 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6010 (main): Call gdb_unbuffer_output.
6011 * gdb.base/shlib-call.exp: Adjust to step over the
6012 gdb_unbuffer_output call.
6013 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6014 (main): Call gdb_unbuffer_output.
6015 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6016 (main): Call gdb_unbuffer_output.
6017 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6018 (main): Rename to ...
6019 (test): ... this.
6020 (main): Reimplement.
6021 * gdb.base/varargs.exp: Run to test instead of to main.
6022 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6023 (main): Call gdb_unbuffer_output.
6024
58789a91
PA
60252015-07-29 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6028 factore out from mi_continue_dprintf. For call-style dprintfs,
6029 expect dprintf output out of $inferior_spawn_id.
6030 (mi_continue_dprintf): Use mi_expect_dprintf.
6031 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6032 (main): Call gdb_unbuffer_output.
6033
e8376742
PA
60342015-07-29 Pedro Alves <palves@redhat.com>
6035
6036 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6037 (default_mi_gdb_start): Set inferior_spawn_id instead of
6038 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6039 gdb_spawn_id.
6040 (mi_gdb_test): Always expect inferior output from both
6041 $inferior_spawn_id and $gdb_spawn_id.
6042
08280010
PA
60432015-07-29 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6046 send_inferior and $inferior_spawn_id.
6047
4d30e432
PA
60482015-07-29 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.gdb/complaints.exp (test_initial_complaints)
6051 (test_serial_complaints, test_short_complaints): Use
6052 gdb_test_stdio.
6053 (test_empty_complaint): Handle $inferior_spawn_id !=
6054 $gdb_spawn_id.
6055
0d30a335
PA
60562015-07-29 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.base/varargs.exp: Use gdb_test_stdio.
6059
39413b29
PA
60602015-07-29 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6063
7cb000a9
PA
60642015-07-29 Pedro Alves <palves@redhat.com>
6065
6066 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6067
d7b8ac82
PA
60682015-07-29 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6071 parameter into two new parameters, "inf_result" and "gdb_result".
6072 Expect inferior output and gdb output from $inferior_spawn_id and
6073 $gdb_spawn_id, respectively. Adjust all callers.
6074
789c3a0c
PA
60752015-07-29 Pedro Alves <palves@redhat.com>
6076
6077 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6078 of gdb_test_sequence.
6079
77e760c3
PA
60802015-07-29 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6083 (saw_spurious_output): Expect inferior output from
6084 $inferior_spawn_id. Use gdb_test_stdio.
6085
8396d2cd
PA
60862015-07-29 Pedro Alves <palves@redhat.com>
6087
6088 * gdb.base/dprintf.exp: Use standard_testfile. Change
6089 prepare_for_testing call.
6090 (srcfile): Don't set.
6091 (restart): New procedure.
6092 (test_dprintf): New procecure, use to continue over dprintfs.
6093 (test_call, test_agent): New procedures, tests moved here.
6094 Restart gdb and recreate dprintfs. Adjust expected output.
6095
2051d61f
PA
60962015-07-29 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6099
452397af
PA
61002015-07-29 Pedro Alves <palves@redhat.com>
6101
6102 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6103
8aed9555
PA
61042015-07-29 Pedro Alves <palves@redhat.com>
6105
6106 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6107 gdb_test_stdio.
6108
188a61b4
PA
61092015-07-29 Pedro Alves <palves@redhat.com>
6110
6111 * lib/gdb.exp (gdb_test_stdio): New procedure.
6112
12264a45
PA
61132015-07-29 Pedro Alves <palves@redhat.com>
6114
6115 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6116
23ffc893
PA
61172015-07-29 Pedro Alves <palves@redhat.com>
6118
6119 * gdb.base/call-signal-resume.exp: Remove check for
6120 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6121 * gdb.base/unwindonsignal.exp: Likewise.
6122 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6123 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6124
65566918
PA
61252015-07-29 Pedro Alves <palves@redhat.com>
6126
6127 * gdb.base/siginfo-addr.c (pass): New function.
6128 (handler): Call it iff si_addr is correct.
6129 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6130 Set a breakpoint at "pass" and continue to it.
6131
d60a9221
SDJ
61322015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6133
6134 * gdb.python/py-objfile.exp: Make some tests have unique names.
6135 * gdb.python/py-pp-registration.exp: Likewise.
6136
bde40b8f
PA
61372015-07-28 Pedro Alves <palves@redhat.com>
6138
6139 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6140
13e1dec8
SM
61412015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6142
6143 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6144
da33c9a7
SM
61452015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6146
6147 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6148
077836f7
PP
61492015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6150
6151 * gdb.base/gdb-sigterm-2.exp: New test.
6152
b8cc7b2e
DE
61532015-07-25 Doug Evans <xdje42@gmail.com>
6154
6155 Revert:
6156 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6157 (workers/%.worker, build-perf): New rule.
6158 (GDB_PERFTEST_MODE): New variable.
6159 (check-perf): Use it.
6160 (clean): Clean up gdb.perf parallel build subdirs.
6161 * lib/build-piece.exp: New file.
6162 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6163 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6164 name.
6165 (standard_temp_file): Ditto.
6166 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6167 of $GDB_PARALLEL.
6168
c8bd4544
DE
61692015-07-24 Doug Evans <dje@google.com>
6170
6171 * gdb.perf/lib/perftest/utils.py: New file.
6172 * gdb.perf/gm-hello.cc: New file.
6173 * gdb.perf/gm-pervasive-typedef.cc: New file.
6174 * gdb.perf/gm-pervasive-typedef.h: New file.
6175 * gdb.perf/gm-std.cc: New file.
6176 * gdb.perf/gm-std.h: New file.
6177 * gdb.perf/gm-use-cerr.cc: New file.
6178 * gdb.perf/gm-utils.h: New file.
6179 * gdb.perf/gmonster-null-lookup.py: New file.
6180 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6181 * gdb.perf/gmonster-print-cerr.py: New file.
6182 * gdb.perf/gmonster-ptype-string.py: New file.
6183 * gdb.perf/gmonster-runto-main.py: New file.
6184 * gdb.perf/gmonster-select-file.py: New file.
6185 * gdb.perf/gmonster1-null-lookup.exp: New file.
6186 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6187 * gdb.perf/gmonster1-print-cerr.exp: New file.
6188 * gdb.perf/gmonster1-ptype-string.exp: New file.
6189 * gdb.perf/gmonster1-runto-main.exp: New file.
6190 * gdb.perf/gmonster1-select-file.exp: New file.
6191 * gdb.perf/gmonster1.cc: New file.
6192 * gdb.perf/gmonster1.exp: New file.
6193 * gdb.perf/gmonster2-null-lookup.exp: New file.
6194 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6195 * gdb.perf/gmonster2-print-cerr.exp: New file.
6196 * gdb.perf/gmonster2-ptype-string.exp: New file.
6197 * gdb.perf/gmonster2-runto-main.exp: New file.
6198 * gdb.perf/gmonster2-select-file.exp: New file.
6199 * gdb.perf/gmonster2.cc: New file.
6200 * gdb.perf/gmonster2.exp: New file.
6201
6eab34f3
DE
62022015-07-24 Doug Evans <dje@google.com>
6203
6204 * gdb.perf/README: New file.
6205 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6206 * lib/gen-perf-test.exp: New file.
6207
63738bfd
DE
62082015-07-24 Doug Evans <dje@google.com>
6209
6210 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6211 (PerfTest::startup): New function.
6212 (PerfTest::run): Return result of calling body.
6213 (PerfTest::assemble): Rewrite.
6214 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6215 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6216 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6217 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6218 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6219
7b606f95
DE
62202015-07-24 Doug Evans <dje@google.com>
6221
6222 * lib/gdb.exp (clean_restart): Make executable optional.
6223
a97b16b8
DE
62242015-07-24 Doug Evans <dje@google.com>
6225
6226 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6227 compiler_info references.
6228 * gdb.cp/temargs.exp: Ditto.
6229 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6230 (get_compiler_info): Early exit if already computed. Set compiler_info
6231 to "unknown" if there was a problem.
6232 (test_compiler_info): Add function comment. Call get_compiler_info.
6233
35baa57f
DE
62342015-07-24 Doug Evans <dje@google.com>
6235
6236 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6237 (workers/%.worker, build-perf): New rule.
6238 (GDB_PERFTEST_MODE): New variable.
6239 (check-perf): Use it.
6240 (clean): Clean up gdb.perf parallel build subdirs.
6241 * lib/build-piece.exp: New file.
6242 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6243 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6244 name.
6245 (standard_temp_file): Ditto.
6246 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6247 of $GDB_PARALLEL.
6248
6ebea266
DE
62492015-07-24 Doug Evans <dje@google.com>
6250
6251 * lib/future.exp (gdb_default_target_compile): New option
6252 "early_flags".
6253 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6254 --as-needed.
6255
1e76a7e9
SDJ
62562015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6257
6258 * gdb.base/catch-syscall.exp: Call gdb_exit before
6259 gdb_skip_xml_test.
6260
5068630a
PA
62612015-07-24 Pedro Alves <palves@redhat.com>
6262
6263 * gdb.python/py-events.exp: Accept output between the stop event
6264 and the prompt.
6265 * gdb.python/py-evsignal.exp: Likewise.
6266 * gdb.python/py-evthreads.exp: Likewise.
6267
77598427
PA
62682015-07-24 Pedro Alves <palves@redhat.com>
6269
6270 PR gdb/18717
6271 * gdb.threads/non-ldr-exit.c: New file.
6272 * gdb.threads/non-ldr-exit.exp: New file.
6273
11e6c98f
YQ
62742015-07-24 Yao Qi <yao.qi@linaro.org>
6275
6276 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6277 restarting process.
6278
51aee833
YQ
62792015-07-24 Yao Qi <yao.qi@linaro.org>
6280
6281 * gdb.server/ext-restart.exp: New file.
6282
8cfe207c
YQ
62832015-07-24 Yao Qi <yao.qi@linaro.org>
6284
6285 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6286 argument options.
6287 * gdb.server/ext-wrapper.exp: New file.
6288
cc12ce38
DE
62892015-07-23 Doug Evans <dje@google.com>
6290
6291 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6292 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6293
d0d84780
PMR
62942015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6295
6296 * gdb.ada/var_arr_typedef.exp: New testcase.
6297 * gdb.ada/var_arr_typedef/pack.adb: New file.
6298 * gdb.ada/var_arr_typedef/pack.ads: New file.
6299 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6300
8b558f79
JB
63012015-07-20 Joel Brobecker <brobecker@adacore.com>
6302
6303 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6304
775a3298
JK
63052015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6306
6307 * gdb.arch/i386-biarch-core.exp: Replace istarget
6308 by "complete set gnutarget". Remove expectation for the "core-file"
6309 command.
6310
db1ff28b
JK
63112015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6312
6313 Revert the previous commit:
6314 Tests for validate symbol file using build-id.
6315
0a94970d
JK
63162015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6317
6318 Tests for validate symbol file using build-id.
6319 * gdb.base/solib-mismatch-lib.c: New file.
6320 * gdb.base/solib-mismatch-libmod.c: New file.
6321 * gdb.base/solib-mismatch.c: New file.
6322 * gdb.base/solib-mismatch.exp: New file.
6323
03346981
SL
63242015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6325
6326 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6327 nios2-*-linux*.
6328 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6329 * gdb.base/siginfo.exp: Likewise.
6330 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6331
42422cc7
PL
63322015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6333
6334 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6335 Move it to ...
6336 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6337 ... here.
6338 * gdb.trace/range-stepping.exp: Check that the target supports
6339 range stepping.
6340
cfa68bae
JK
63412015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6342
6343 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6344
8ffdba26
PA
63452015-07-14 Pedro Alves <palves@redhat.com>
6346
6347 * gdb.base/killed-outside.exp: New file.
6348 * gdb.base/killed-outside.c: New file.
6349
218a5a11
JK
63502015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6351
6352 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6353 (n at main): New.
6354 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6355
e03ed3c6
AA
63562015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6357
6358 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6359 infcall tests instead of setting up for KFAIL.
6360
485668e5
MM
63612015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6362
6363 * gdb.btrace/record_goto-step.exp: New.
6364
08464196
JK
63652015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6366
6367 PR compile/18484
6368 * gdb.compile/compile.c (struct struct_type): Add volatile to
6369 selffield's type.
6370 * gdb.compile/compile.exp
6371 (compile code struct_object.selffield = &struct_object): Skip further
6372 struct_object tests if this one xfails.
6373
bcf5c1d9
RC
63742015-07-08 Robert O'Callahan <robert@ocallahan.org>
6375
6376 PR exp/18617
6377 * gdb.trace/ax.exp: Add test.
6378
4931af25
YQ
63792015-07-07 Yao Qi <yao.qi@linaro.org>
6380
6381 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6382 instead of istarget "aarch64*-*-*".
6383 * gdb.arch/aarch64-fp.exp: Likewise.
6384 * gdb.base/float.exp: Likewise.
6385 * gdb.reverse/aarch64.exp: Likewise.
6386 * lib/gdb.exp (is_aarch64_target): New proc.
6387
9fcf688e
YQ
63882015-07-07 Yao Qi <yao.qi@linaro.org>
6389
6390 * lib/gdb.exp (is_aarch32_target): New proc.
6391 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6392 instead of "istarget "arm*-*-*"".
6393 * gdb.arch/arm-disp-step.exp: Likewise.
6394 * gdb.arch/thumb-bx-pc.exp: Likewise.
6395 * gdb.arch/thumb-prologue.exp: Likewise.
6396 * gdb.arch/thumb-singlestep.exp: Likewise.
6397 * gdb.base/disp-step-syscall.exp: Likewise.
6398 * gdb.base/float.exp: Likewise.
6399
fbd8d50d
YQ
64002015-07-07 Yao Qi <yao.qi@linaro.org>
6401
6402 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6403 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6404
71be1fdc
YQ
64052015-07-07 Yao Qi <yao.qi@linaro.org>
6406
6407 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6408 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6409 if it exists.
6410 * gdb.multi/multi-arch.exp: Likewise.
6411
3e221d36
SM
64122015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6413
6414 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6415 print.
6416
d441430b
YQ
64172015-07-07 Yao Qi <yao.qi@linaro.org>
6418
6419 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6420
06f810bd
MG
64212015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6422
6423 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6424 '[' and ']' characters.
6425
5e61e7c0
IB
64262015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6427
6428 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6429
28bf096c
PA
64302015-06-29 Pedro Alves <palves@redhat.com>
6431
6432 PR threads/18127
6433 * gdb.threads/hand-call-new-thread.c: New file.
6434 * gdb.threads/hand-call-new-thread.c: New file.
6435
ee93cd5e
KS
64362015-06-26 Keith Seitz <keiths@redhat.com>
6437 Doug Evans <dje@google.com>
6438
6439 PR 16253
6440 * gdb.cp/var-tag-2.cc: New file.
6441 * gdb.cp/var-tag-3.cc: New file.
6442 * gdb.cp/var-tag-4.cc: New file.
6443 * gdb.cp/var-tag.cc: New file.
6444 * gdb.cp/var-tag.exp: New file.
6445
fc637f04
PP
64462015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6447
6448 * gdb.base/history-duplicates.exp: New test.
6449
2e52ae68
PP
64502015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6451
6452 * gdb.base/completion.exp: Test the completion of the "focus"
6453 command.
6454
6e22494e
JK
64552015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6456
6457 * gdb.arch/amd64-prologue-skip.S: New file.
6458 * gdb.arch/amd64-prologue-skip.exp: New file.
6459
bf7b9cd9
SM
64602015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6461
6462 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6463 is_address_zero_readable check.
6464
201e8dfd
PB
64652015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6466
6467 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6468 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6469
5cd867b4
YQ
64702015-06-24 Yao Qi <yao.qi@linaro.org>
6471
6472 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6473 linux targets.
6474
4d7be007
YQ
64752015-06-24 Yao Qi <yao.qi@linaro.org>
6476
6477 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6478 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6479 * gdb.base/siginfo-thread.exp: Likewise.
6480
07fcd301
YQ
64812015-06-22 Yao Qi <yao.qi@linaro.org>
6482
6483 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6484
52042a00
YQ
64852015-06-22 Yao Qi <yao.qi@linaro.org>
6486
6487 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6488 aarch64*-*-*.
6489 (skip_hw_watchpoint_tests): Likewise.
6490
74bd41ce
PP
64912015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6492
6493 * gdb.base/gdbinit-history.exp: Test the interaction between
6494 setting GDBHISTSIZE and setting the history size via .gdbinit.
6495
bc460514
PP
64962015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6497
6498 PR gdb/16999
6499 * gdb.base/gdbhistsize-history.exp: New test.
6500
b58c513b
PP
65012015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6502
6503 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6504 with GDBHISTSIZE.
6505 * gdb.base/readline.exp: Likewise.
6506
92046791
YQ
65072015-06-17 Yao Qi <yao.qi@linaro.org>
6508
6509 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6510 line.
6511
2093d2d3
PP
65122015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6513
6514 * gdb.base/gdbinit-history.exp: Add test case to check that
6515 an unlimited history file does not get truncated on exit.
6516
e6c693af
AA
65172015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6518
6519 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6520 (VECTOR): New macro. Use it...
6521 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6522 ...for these typedefs.
6523 (int8, char1, int1, double1): New typedefs.
6524 (struct just_int2, struct two_int2): New structures.
6525 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6526 (add_structvecs, add_singlevecs): New functions.
6527 (main): Call add_some_intvecs twice.
6528 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6529 the compile and exit upon failure. Try compiling for the "native"
6530 architecture. Test inferior function calls with vector arguments
6531 and vector return value handling with "finish" and "return".
6532
c74f7d1c
JT
65332015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6534
6535 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6536 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6537 PE file.
6538 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6539
98aa42ee
AT
65402015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6541
6542 PR breakpoints/16465
6543 * gdb.mi/mi-dprintf-pending.c: New file.
6544 * gdb.mi/mi-dprintf-pending.exp: New test.
6545 * gdb.mi/mi-dprintf-pendshr.c: New file.
6546
7d73c23c 65472015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6548 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6549
6550 * gdb.arch/i386-mpx-map.c: New file.
6551 * gdb.arch/i386-mpx-map.exp: New File.
6552
65532015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6554
6555 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6556 * gdb.arch/i386-mpx.exp: Indentation fixed.
6557
65582015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6559
6560 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6561 function and improved indentation.
6562 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6563 gdb_test_multiple. Added additional tests to skip the test.
6564
65652015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6566
6567 * gdb.arch/i386-avx512.c: Change path in include file.
6568 * gdb.arch/i386-avx512.exp: Change include dir path
6569 compilation flag.
6570 * gdb.arch/i386-mpx.c: Change path in include file.
6571 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6572 flag.
6573
d5eba19a
JK
65742015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6575
6576 * gdb.compile/compile-print.exp (compile print *vararray@3)
6577 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6578
7f361056
JK
65792015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6580
6581 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6582 (do not keep jit in memory): ... this.
6583 (expect 5): Change it to ...
6584 (expect no 5): ... this.
6585
3b462ec2
SM
65862015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6587
6588 PR gdb/15564
6589 * gdb.mi/mi-detach.exp: New file.
6590
e0619de6
JK
65912015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6592
6593 PR symtab/18392
6594 * gdb.arch/amd64-tailcall-self.S: New file.
6595 * gdb.arch/amd64-tailcall-self.c: New file.
6596 * gdb.arch/amd64-tailcall-self.exp: New file.
6597
e970cb34
DB
65982015-05-28 Don Breazeal <donb@codesourcery.com>
6599
6600 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6601 tests for remote targets by checking is_target_gdbserver.
6602
b2e2f908
DE
66032015-05-27 Doug Evans <dje@google.com>
6604
6605 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6606 * gdb.dwarf2/opaque-type-lookup.c: New file.
6607 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6608
82c7be31
DE
66092015-05-26 Doug Evans <dje@google.com>
6610
6611 * gdb.cp/iostream.cc: New file.
6612 * gdb.cp/iostream.exp: New file.
6613
b4f54984
DE
66142015-05-26 Doug Evans <dje@google.com>
6615
6616 * gdb.dwarf2/dw2-op-call.exp: Update.
6617 * gdb.dwarf2/dw4-sig-types.exp: Update.
6618 * gdb.dwarf2/implptr.exp: Update.
6619 * gdb.mi/mi-cmd-param-changed.exp: Update.
6620
4ea6efe9
DE
66212015-05-26 Doug Evans <dje@google.com>
6622
6623 * gdb.python/py-lazy-string.c: New file.
6624 * gdb.python/py-lazy-string.exp: New file.
6625 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6626 (main): Update. Add estring3.
6627 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6628 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6629
f6bb7db3
YQ
66302015-05-26 Omair Javaid <omair.javaid@linaro.org>
6631 Yao Qi <yao.qi@linaro.org>
6632
6633 * gdb.reverse/aarch64.c: New.
6634 * gdb.reverse/aarch64.exp: New.
6635
a81bfbd0
OJ
66362015-05-26 Omair Javaid <omair.javaid@linaro.org>
6637
25d49b86
PA
6638 * lib/gdb.exp (supports_process_record): Return true for
6639 aarch64*-linux*.
a81bfbd0
OJ
6640 (supports_reverse): Likewise.
6641
158bf1b4
PP
66422015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6643
6644 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6645 Use with_test_prefix.
6646
a0145030
AB
66472015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6648
6649 * gdb.base/completion.exp: Add test for completion of layout
6650 names.
6651
ebe3b578
AB
66522015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6653
6654 * lib/gdb.exp (skip_tui_tests): New proc.
6655 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6656
84204ed7
PA
66572015-05-19 Pedro Alves <palves@redhat.com>
6658
6659 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6660 Save the whole env array instead of just HOME. Unset HISTSIZE in
6661 the environment while testing. Restore whole environment
6662 afterwards.
6663
37442ce1
DE
66642015-05-16 Doug Evans <xdje42@gmail.com>
6665
6666 * gdb.guile/scm-ports.c: New file.
6667 * gdb.guile/scm-ports.exp: Add memory port tests.
6668
36de76f9
JK
66692015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6670
6671 * gdb.compile/compile-print.c: New file.
6672 * gdb.compile/compile-print.exp: New file.
6673
3a9558c4
JK
66742015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6675
6676 * gdb.compile/compile-ops.exp: Cast param to void.
6677 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6678 (compile code struct_object.selffield = &struct_object): Add xfail.
6679
aa715135
JG
66802015-05-15 Joel Brobecker <brobecker@adacore.com>
6681
6682 * gdb.ada/arr_enum_with_gap: New testcase.
6683
931e5bc3
JG
66842015-05-15 Joel Brobecker <brobecker@adacore.com>
6685
6686 * gdb.ada/byte_packed_arr: New testcase.
6687
9cd4d857
JB
66882015-05-15 Joel Brobecker <brobecker@adacore.com>
6689
6690 * gdb.ada/pckd_neg: New testcase.
6691
ebfd00d2
PP
66922015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6693
6694 PR gdb/17820
6695 * gdb.base/gdbinit-history.exp: New test.
6696 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6697 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6698
4c082a81
SC
66992015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6700
6701 * gdb.python/py-xmethods.cc: Enhance test case.
6702 * gdb.python/py-xmethods.exp: New tests.
6703 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6704 function.
6705 (B_indexoper): Likewise.
6706 (global_dm_list) : Add new xmethod worker functions.
6707
f7797074
SDJ
67082015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6709
6710 * gdb.base/coredump-filter.exp: Correctly unset
6711 "coredump_var_addr" array.
6712
a4674e4e
PA
67132015-05-08 Pedro Alves <palves@redhat.com>
6714
6715 * gdb.server/non-existing-program.exp: Unset spawn_id.
6716
df2eb078
SC
67172015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6718
6719 PR python/18291
6720 * gdb.python/py-xmethods.exp: Add tests.
6721
422349a3
YQ
67222015-05-08 Yao Qi <yao.qi@linaro.org>
6723
6724 PR gdb/18208
6725 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6726 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6727 function set_coredump_filter, and remove remote_exec call.
6728 Remove argument ipid. Callers update.
6729 (top level): Don't get inferior's PID.
6730
63fc80ce
AA
67312015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6732
6733 * gdb.base/watch_thread_num.exp: Skip test on targets without
6734 access watchpoints.
6735
80ad801e
PA
67362015-05-06 Pedro Alves <palves@redhat.com>
6737
6738 PR server/18081
6739 * gdb.server/non-existing-program.exp: New file.
6740
0fa7fe50
JB
67412015-05-05 Joel Brobecker <brobecker@adacore.com>
6742
6743 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6744
3ea89b92
PMR
67452015-05-05 Joel Brobecker <brobecker@adacore.com>
6746
6747 * gdb.ada/out_of_line_in_inlined: New testcase.
6748
87b8eff0
JB
67492015-05-05 Joel Brobecker <brobecker@adacore.com>
6750
6751 * gdb.ada/var_rec_arr: New testcase.
6752
5fccc635
YQ
67532015-04-30 Yao Qi <yao.qi@linaro.org>
6754
6755 * gdb.base/break-idempotent.exp: If
6756 skip_hw_watchpoint_multi_tests returns true, skip the tests
6757 on "rwatch" and "awatch".
6758
42d38f42
YQ
67592015-04-30 Yao Qi <yao.qi@linaro.org>
6760
6761 * gdb.base/relativedebug.exp: Invoke gdb command
6762 "info sharedlibrary", and if libc.so doesn't have debug info,
6763 skip the test.
6764
2ce1cdbf
DE
67652015-04-29 Doug Evans <dje@google.com>
6766
6767 * gdb.python/py-xmethods.exp: Add ptype tests.
6768 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6769 get_result_type method.
6770
f24a38c5
LM
67712015-04-29 Luis Machado <lgustavo@codesourcery.com>
6772
6773 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6774 the target does not support hardware watchpoints.
6775
ecbf2b3c
LM
67762015-04-29 Luis Machado <lgustavo@codesourcery.com>
6777
6778 * gdb.base/break-always.exp: Abort testing if writing to memory
6779 causes an error.
6780
34f5f757
DE
67812015-04-28 Doug Evans <dje@google.com>
6782
6783 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6784 * gdb.python/py-pp-registration.exp: ... here. New file.
6785 * gdb.python/py-pp-registration.c: New file.
6786 * gdb.python/py-pp-registration.py: New file.
6787
69b4374a
DE
67882015-04-28 Doug Evans <dje@google.com>
6789
6790 * gdb.python/py-bad-printers.c: New file.
6791 * gdb.python/py-bad-printers.py: New file.
6792 * gdb.python/py-bad-printers.exp: New file.
6793
59fb7612
SS
67942015-04-28 Sasha Smundak <asmundak@google.com>
6795
6796 * gdb.python/py-type.exp: New test.
6797
2631b16a
AW
67982015-04-28 Andy Wingo <wingo@igalia.com>
6799
6800 * gdb.python/py-parameter.exp:
6801 * gdb.guile/scm-parameter.exp: Escape the path that we are
6802 matching against, as it might contain characters that are special
6803 to regular expressions.
6804
460efde1
JB
68052015-04-27 Joel Brobecker <brobecker@adacore.com>
6806
6807 * gdb.ada/rec_comp: New testcase.
6808
2d369d8e
SDJ
68092015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6810
6811 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6812 before using it.
6813
cf75d6c3
AB
68142015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6815
6816 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6817 new tests for verilog output.
6818
8dbe7ca5
YQ
68192015-04-24 Yao Qi <yao.qi@linaro.org>
6820
6821 * boards/remote-gdbserver-on-localhost.exp: New file.
6822
4ef9fb2f
PA
68232015-04-23 Pedro Alves <palves@redhat.com>
6824
6825 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6826 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6827 "end of file", remove $inferior_spawn_id from the indirect list.
6828
0a803169
PA
68292015-04-23 Pedro Alves <palves@redhat.com>
6830
6831 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6832
749ef8f8
PA
68332015-04-23 Pedro Alves <palves@redhat.com>
6834
6835 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6836 on $any_spawn_id instead of only on $gdb_spawn_id.
6837
8aae4344
PM
68382015-04-21 Pierre Muller <muller@sourceware.org>
6839
6840 PR pascal/17815
6841 * lib/pascal.exp (gpc_compile): Add new option "class".
6842 (fpc_compile): Likewise.
6843 * gdb.pascal/case-insensitive-symbols.pas: New file.
6844 * gdb.pascal/case-insensitive-symbols.exp: New file.
6845
1586c8fb
GB
68462015-04-20 Gary Benson <gbenson@redhat.com>
6847
6848 * gdb.base/attach.exp: Fix three extended remote failures.
6849
1b6e6f5c
GB
68502015-04-17 Gary Benson <gbenson@redhat.com>
6851
6852 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6853 the main executable over the remote protocol.
6854
e797481d
PA
68552015-04-16 Pedro Alves <palves@redhat.com>
6856
6857 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6858 a new gdbserver if gdbserver_reconnect_p is set.
6859
1ca99c42
PA
68602015-04-16 Pedro Alves <palves@redhat.com>
6861
6862 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6863 is set, don't exit gdbserver.
6864
af9fd6f8
AA
68652015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6866
6867 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6868 appropriate .insn, such that an older assembler can be used.
6869 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6870 the z/Architecture instruction set on 31-bit targets as well.
6871
04ff1e61
AA
68722015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6873
6874 * gdb.go/handcall.exp: Remove all logic related to the first
6875 breakpoint and rely on go_runto_main instead.
6876 * gdb.go/strings.exp: Likewise.
6877 * gdb.go/unsafe.exp: Likewise.
6878 * gdb.go/hello.exp: Likewise. Also rename the remaining
6879 breakpoint marker to "breakpoint 1".
6880 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6881 * gdb.go/strings.go: Likewise.
6882 * gdb.go/unsafe.go: Likewise.
6883 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6884 "set breakpoint 2 here" and rename the remaining breakpoint marker
6885 to "breakpoint 1".
6886
40d2f8d6
SM
68872015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6888
6889 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6890 if itertools.imap is not present.
6891 * gdb.python/py-objfile.exp: Add parentheses.
6892 * gdb.python/py-type.exp: Same.
6893 * gdb.python/py-unwind-maint.py: Same.
6894
8cbc97c6
YQ
68952015-04-15 Yao Qi <yao.qi@linaro.org>
6896
6897 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6898 of ":$ptr_size" and set its form explicitly.
6899
45fd756c
YQ
69002015-04-15 Pedro Alves <palves@redhat.com>
6901 Yao Qi <yao.qi@linaro.org>
6902
6903 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6904 timeout by factor of 4.
6905 (test_regular_watch): Likewise.
6906 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6907 * gdb.reverse/sigall-reverse.exp: Likewise.
6908 * gdb.reverse/until-precsave.exp: Likewise.
6909 * lib/gdb.exp (with_timeout_factor): New proc.
6910 (gdb_expect): Move some code to ...
6911 (get_largest_timeout): ... here. New procedure.
6912
9e811bc3
LM
69132015-04-14 Luis Machado <lgustavo@codesourcery.com>
6914
6915 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6916
0ff6fcb2
LM
69172015-04-13 Luis Machado <lgustavo@codesourcery.com>
6918
6919 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6920 to write to the .text section.
6921
7578d5f7
LM
69222015-04-13 Luis Machado <lgustavo@codesourcery.com>
6923
6924 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6925 Handle the case of targets that do not provide PID information.
6926
2efe15c4
YQ
69272015-04-13 Yao Qi <yao.qi@linaro.org>
6928
6929 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6930 and use expect instead of gdb_expect.
6931
8cd8f2f8
SDJ
69322015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6933
6934 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6935 "coredump_var_addr" to avoid naming conflict with other testcases.
6936
9ee41772
PA
69372015-04-10 Pedro Alves <palves@redhat.com>
6938
6939 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6940 gdb_test_sequence and gdb_assert.
6941
07473109
PA
69422015-04-10 Pedro Alves <palves@redhat.com>
6943
6944 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6945 test messages that don't include the breakpoint address.
6946
de3db44c
YQ
69472015-04-10 Yao Qi <yao.qi@linaro.org>
6948
6949 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6950 false for some offset and width combinations which aren't
6951 supported by linux kernel.
6952
c79d856c
PA
69532015-04-10 Pedro Alves <palves@redhat.com>
6954
6955 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6956 procedure, factored out from ...
6957 (top level): ... here. Add "set displaced-stepping" testing axis.
6958 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6959 parameter "displaced". Use it.
6960 (top level): Use foreach and add "set displaced-stepping" testing
6961 axis.
6962
ebc90b50
PA
69632015-04-10 Pedro Alves <palves@redhat.com>
6964
6965 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6966 Remove comment.
6967 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6968 both the address of the instruction that triggers the watchpoint
6969 and the address of the instruction immediately after, and use
6970 those addresses for the test. Fix comment.
6971
8f572e5c
PA
69722015-04-10 Pedro Alves <palves@redhat.com>
6973
6974 * gdb.base/sigstep.exp (breakpoint_to_handler)
6975 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6976 Test "backtrace" in handler.
6977 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6978 (top level): Add new "displaced" test axis to
6979 breakpoint_to_handler, breakpoint_to_handler_entry and
6980 breakpoint_over_handler.
6981
8d707a12
PA
69822015-04-10 Pedro Alves <palves@redhat.com>
6983
6984 PR gdb/18216
6985 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6986
ef713951
YQ
69872015-04-10 Yao Qi <yao.qi@linaro.org>
6988
6989 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6990 (test_add_rn_pc): New function.
6991 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6992 (top level): Invoke test_add_rn_pc.
6993
906d60cf
PA
69942015-04-10 Pedro Alves <palves@redhat.com>
6995
6996 PR gdb/13858
6997 * gdb.base/step-over-no-symbols.exp: New file.
6998
f2983cc3
AW
69992015-04-09 Andy Wingo <wingo@igalia.com>
7000
7001 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7002 after the Python tests.
7003
6d62641c
SDJ
70042015-04-08 Keith Seitz <keiths@redhat.com>
7005
7006 PR python/16699
7007 * gdb.python/py-completion.exp: New tests for completion.
7008 * gdb.python/py-completion.py (CompleteLimit1): New class.
7009 (CompleteLimit2): Likewise.
7010 (CompleteLimit3): Likewise.
7011 (CompleteLimit4): Likewise.
7012 (CompleteLimit5): Likewise.
7013 (CompleteLimit6): Likewise.
7014 (CompleteLimit7): Likewise.
7015
f3770638
PA
70162015-04-08 Pedro Alves <palves@redhat.com>
7017
7018 PR gdb/18214
7019 PR gdb/18216
7020 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7021 function.
7022 (main): Install it as SIGUSR1 handler.
7023 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7024 parameter. Always use "setup" as prefix. Toggle "set
7025 displaced-stepping" off/on depending on global. Don't switch to
7026 thread 1 here.
7027 (top level): Add displaced stepping "off/on" test axis. Update
7028 "setup" calls. Wrap each subtest with with_test_prefix. Test
7029 continuing with a queued signal in each thread.
7030
4496bed7
PA
70312015-04-08 Pedro Alves <palves@redhat.com>
7032
7033 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7034 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7035 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7036 Return early if running to main fails.
7037 * gdb.trace/while-stepping.exp: Likewise.
7038
b97fde92
PA
70392015-04-07 Pedro Alves <palves@redhat.com>
7040
7041 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7042 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7043 interact with inferior program.
7044
f71c18e7
PA
70452015-04-07 Pedro Alves <palves@redhat.com>
7046
7047 * lib/gdb.exp (inferior_spawn_id): New global.
7048 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7049 spawn id after processing the user code.
7050 (default_gdb_start): Set inferior_spawn_id.
7051 (send_inferior): New procedure.
7052 * lib/gdbserver-support.exp (gdbserver_start): Set
7053 inferior_spawn_id.
7054 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7055
6423214f
PA
70562015-04-07 Pedro Alves <palves@redhat.com>
7057
7058 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7059 * lib/gdbserver-support.exp (gdbserver_start): Make
7060 $server_spawn_id global.
7061 (gdbserver_start): Don't wait for gdbserver's spawn id with
7062 expect_background.
7063 (close_gdbserver): New procedure.
7064 (gdb_exit): Rename the default version and reimplement.
7065
71c0ee8c
PA
70662015-04-07 Pedro Alves <palves@redhat.com>
7067
72f4393d 7068 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7069 append the substituted item, not the original item.
7070
203bc29b
PA
70712015-04-07 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7074 gdb_expect.
7075
508a3ddf
PA
70762015-04-07 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7079 output appearing once only.
7080
9f6dbe2b
PA
70812015-04-07 Pedro Alves <palves@redhat.com>
7082
7083 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7084 that doesn't expect anything. Return early if running to main
7085 fails.
7086
337532fa
YQ
70872015-04-07 Yao Qi <yao.qi@linaro.org>
7088
7089 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7090 (child_function): Call alarm.
7091 (main): Move call to alarm into the loop.
7092 * gdb.threads/non-stop-fair-events.exp: Build program with
7093 -DTIMEOUT=$timeout.
7094
01b622d4
DE
70952015-04-06 Doug Evans <xdje42@gmail.com>
7096
7097 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7098 Fix dest parameter to board_info.
7099 (fpc_compile): Ditto.
7100 (gdb_compile_pascal): Rename dest arg to destfile.
7101
961f4160
PMR
71022015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7103
7104 * gdb.ada/funcall_ref.exp: New file.
7105 * gdb.ada/funcall_ref/foo.adb: New file.
7106
cafda597
YQ
71072015-04-02 Yao Qi <yao.qi@linaro.org>
7108
7109 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7110 is remote.
7111
fed040c6
GB
71122015-04-02 Gary Benson <gbenson@redhat.com>
7113
7114 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7115
d11916aa
SS
71162015-04-01 Sasha Smundak <asmundak@google.com>
7117
7118 * gdb.python/py-unwind-maint.c: New file.
7119 * gdb.python/py-unwind-maint.exp: New test.
7120 * gdb.python/py-unwind-maint.py: New file.
7121 * gdb.python/py-unwind.c: New file.
7122 * gdb.python/py-unwind.exp: New test.
7123 * gdb.python/py-unwind.py: New test.
7124
a1471180
PA
71252015-04-01 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7128 to fail instead of non-existent $test.
7129
0bbeccb1
PA
71302015-04-01 Pedro Alves <palves@redhat.com>
7131
7132 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7133 GDBFLAGS if not empty.
7134
3c724c8c
PMR
71352015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7136
7137 * gdb.ada/complete.exp: Remove "multi_line".
7138 * gdb.ada/info_exc.exp: Remove "multi_line".
7139 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7140 * gdb.ada/ptype_field.exp: Remove "multi_line".
7141 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7142 * gdb.ada/tagged.exp: Remove "multi_line".
7143 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7144 [multi_line ...]
7145 * gdb.btrace/delta.exp: Likewise.
7146 * gdb.btrace/exception.exp: Likewise.
7147 * gdb.btrace/function_call_history.exp: Likewise.
7148 * gdb.btrace/instruction_history.exp: Likewise.
7149 * gdb.btrace/nohist.exp: Likewise.
7150 * gdb.btrace/record_goto.exp: Likewise.
7151 * gdb.btrace/segv.exp: Likewise.
7152 * gdb.btrace/stepi.exp: Likewise.
7153 * gdb.btrace/tailcall.exp: Likewise.
7154 * gdb.btrace/unknown_functions.exp: Likewise.
7155 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7156 * lib/gdb.exp: Add the "multi_line" helper.
7157
4eec2deb
PA
71582015-04-01 Pedro Alves <palves@redhat.com>
7159
7160 * gdb.threads/tid-reuse.c: New file.
7161 * gdb.threads/tid-reuse.exp: New file.
7162
df8411da
SDJ
71632015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7164
7165 PR corefiles/16092
7166 * gdb.base/coredump-filter.c: New file.
7167 * gdb.base/coredump-filter.exp: Likewise.
7168
6ef37366
PM
71692015-03-27 Petr Machata <pmachata@redhat.com>
7170
7171 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7172 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7173 (Dwarf::assemble): Initialize them.
7174 (Dwarf::lines): New function.
7175
7ec911b0
JT
71762015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7177
7178 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7179 SYMBOL_PREFIX for x86_64-*-cygwin.
7180
ff908ebf
AW
71812015-03-26 Andy Wingo <wingo@igalia.com>
7182
7183 PR symtab/18148
7184 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7185 const_value but not a location.
7186 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7187 location defined in non-main CUs are visible.
7188
6d5f0679
YQ
71892015-03-26 Yao Qi <yao.qi@linaro.org>
7190
7191 PR testsuite/18139
7192 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7193 Add a line number entry for the same line.
7194 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7195 Add a line number entry for the same line.
7196
2898689b
YQ
71972015-03-26 Yao Qi <yao.qi@linaro.org>
7198
7199 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7200 .int 0.
7201 (func): Likewise. Add .Lfunc_1 label.
7202 Use .Lfunc_1 label.
7203 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7204 .int 0.
7205 (func): Likewise.
7206 Use .Lfunc_1 label.
7207
85180498
YQ
72082015-03-26 Yao Qi <yao.qi@linaro.org>
7209
7210 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7211 Call gdb_compile instead to compile each .s files without debug
7212 information.
7213
8aa08a8d
YQ
72142015-03-26 Yao Qi <yao.qi@linaro.org>
7215
7216 * gdb.base/savedregs.exp (process_saved_regs): Make
7217 "Saved registers:" optional in the pattern.
7218
66849923
MM
72192015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7220
7221 * gdb.btrace/next.exp: Merged into step.exp.
7222 * gdb.btrace/finish.exp: Merged into step.exp.
7223 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7224 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7225 "record goto" and checking the exact replay position.
7226 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7227 check for "Recording format" in "info record" output.
7228 * gdb.btrace/record_goto.exp: Choose test file based on target.
7229 * gdb.btrace/x86-record_goto.S: Renamed into ...
7230 * gdb.btrace/x86_64-record_goto.S: ... this.
7231 * gdb.btrace/i686-record_goto.S: New.
7232 * gdb.btrace/x86-tailcall.S: Renamed into ...
7233 * gdb.btrace/x86_64-tailcall.S: ... this.
7234 * gdb.btrace/i686-tailcall.S: New.
7235 * gdb.btrace/x86-tailcall.c: Renamed into ...
7236 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7237 separate statements. Update test.
7238 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7239 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7240 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7241 * gdb.btrace/tailcall.exp: Choose test file based on target.
7242 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7243
11cc1b74
MM
72442015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7245
7246 * gdb.btrace/exception.exp: Increase BTS buffer size.
7247
a25d8bf9
PA
72482015-03-24 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7251
856e7dd6
PA
72522015-03-24 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.threads/schedlock.exp (test_step): No longer expect that
7255 "set scheduler-locking step" with "next" over a function call runs
7256 threads unlocked.
7257
ad235a41
AT
72582015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7259
7260 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7261
15630549
AT
72622015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7263
7264 PR breakpoints/16466
7265 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7266 * gdb.mi/mi-pending.c (thread_func): New function.
7267 (int main): Add threading support required.
7268 * gdb.mi/mi-pending.exp: Add tests for this issue.
7269 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7270 (pendfunc2): Remove stdio dependency.
7271 * gdb.mi/mi-pendshr2.c: New file.
7272
693dca06
KS
72732015-03-23 Keith Seitz <keiths@redhat.com>
7274
7275 * gdb.linespec/keywords.c: New file.
7276 * gdb.linespec/keywords.exp: New file.
7277
7e993ebf
KS
72782015-03-23 Keith Seitz <keiths@redhat.com>
7279
7280 PR gdb/18021
7281 * gdb.dwarf2/staticvirtual.exp: New test.
7282
bc23328c
JK
72832015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7284
7285 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7286 * README: Remove HP-UX and gdb.hp.
7287 (configuration):
7288 * configure: Regenerate.
7289 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7290 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7291 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7292 gdb.hp/gdb.defects/Makefile.
7293 * gdb.hp/Makefile.in: File deleted.
7294 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7295 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7296 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7297 * gdb.hp/gdb.aCC/run.c: File deleted.
7298 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7299 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7300 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7301 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7302 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7303 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7304 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7305 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7306 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7307 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7308 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7309 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7310 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7311 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7312 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7313 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7314 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7315 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7316 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7317 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7318 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7319 * gdb.hp/gdb.compat/average.c: File deleted.
7320 * gdb.hp/gdb.compat/sum.c: File deleted.
7321 * gdb.hp/gdb.compat/xdb.c: File deleted.
7322 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7323 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7324 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7325 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7326 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7327 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7328 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7329 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7330 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7331 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7332 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7333 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7334 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7335 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7336 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7337 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7338 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7339 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7340 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7341 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7342 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7343 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7344 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7345 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7346 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7347 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7348 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7349 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7350 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7351 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7352 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7353 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7354 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7355 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7356 * gdb.hp/tools/odump: File deleted.
7357
8bf3b159
PA
73582015-03-19 Pedro Alves <palves@redhat.com>
7359
7360 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7361 (saw_thread_3): New globals.
7362 (top level): Increment them when an event for the corresponding
7363 thread is seen.
7364 (no thread starvation): New test.
7365
eb54c8bf
PA
73662015-03-19 Pedro Alves <palves@redhat.com>
7367
7368 * gdb.threads/continue-pending-status.c: New file.
7369 * gdb.threads/continue-pending-status.exp: New file.
7370
32d2e5d6
PA
73712015-03-18 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7374 Use gdb_is_target_remote instead of is_remote. Use
7375 gdb_test_multiple instead of gdb_expect. Exit early if
7376 gdb_test_multiple hits its internal matches. Tighten stepi tests
7377 expected output. Fail on exit with any signal, instead of just
7378 SIGILL.
7379
f68f11b7
YQ
73802015-03-18 Yao Qi <yao.qi@linaro.org>
7381
7382 PR tdep/18107
7383 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7384 variable.
7385 * gdb.base/catch-syscall.exp: Don't skip it on
7386 aarch64*-*-linux* target. Remove elements in all_syscalls.
7387 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7388 target.
7389 (setup_all_syscalls): New proc.
7390
ca5fd19b
YQ
73912015-03-16 Yao Qi <yao.qi@linaro.org>
7392
7393 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7394 (top level): Skip tests if valid_addr_p returns false for
7395 $cmd1 or $cmd2.
7396
85642ba0
AW
73972015-03-11 Andy Wingo <wingo@igalia.com>
7398
7399 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7400
e03f9645
YQ
74012015-03-11 Yao Qi <yao.qi@linaro.org>
7402
7403 * gdb.base/catch-syscall.exp: Fix typo in comments.
7404
5d0962b2
YQ
74052015-03-11 Yao Qi <yao.qi@linaro.org>
7406
7407 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7408
b2df3cef
PA
74092015-03-09 Pedro Alves <palves@redhat.com>
7410
7411 * dg-extract-results.py: Delete.
7412
ef878e53
PA
74132015-03-09 Pedro Alves <palves@redhat.com>
7414
7415 Merge dg-extract-results.sh from GCC upstream (r218843).
7416
7417 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7418 * dg-extract-results.sh: Use --text with grep to avoid issues with
7419 binary files. Fall back to cat -v, if that doesn't work.
7420
9494d219
PA
74212015-03-05 Pedro Alves <palves@redhat.com>
7422
7423 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7424
a8d9763a
SM
74252015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7426
7427 * lib/mi-support.exp (mi_expect_interrupt): Accept
7428 alternative event for when in all-stop mode.
7429
be9957b8
PA
74302015-03-04 Pedro Alves <palves@redhat.com>
7431
7432 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7433
d57be0f4 74342015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7435
7436 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7437
c214c7cf
AA
74382015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7439
7440 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7441 regexps for GDB's current line display, accept a hex address
7442 preceding the line number.
7443
6d74a497
AA
74442015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7445
7446 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7447 the 'arch1' variable for "s390*-linux*" targets.
7448
511aee7c
PA
74492015-03-04 Pedro Alves <palves@redhat.com>
7450
7451 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7452 (main): Pass missing retval argument to pthread_join call.
7453
95e50b27
PA
74542015-03-02 Pedro Alves <palves@redhat.com>
7455
7456 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7457 (top level): Call do_test with non-stop as well.
7458
28054d69
PA
74592015-03-02 Pedro Alves <palves@redhat.com>
7460
7461 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7462 -1.
7463
4fa5d7b4
AA
74642015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7465
7466 * gdb.arch/s390-vregs.exp: New test.
7467 * gdb.arch/s390-vregs.S: New file.
7468
97c18565
PA
74692015-02-27 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7472 call to catch_command_errors.
7473 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7474 catch_command_errors.
7475
a37bfa30
PA
74762015-02-27 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7479 "true" for boolean result.
7480 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7481 prototype of main.
7482
6f98576f
PA
74832015-02-27 Pedro Alves <palves@redhat.com>
7484
7485 * lib/unbuffer_output.c: New file.
7486 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7487 (main): Call gdb_unbuffer_output.
7488
eba5ab56
YQ
74892015-02-27 Yao Qi <yao.qi@linaro.org>
7490
7491 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7492 target.
7493
0def5aaa
DE
74942015-02-26 Doug Evans <dje@google.com>
7495
7496 * gdb.cp/class2.cc (Dbase, D): New classes.
7497 (main): New local delta.
7498 * gdb.cp/class2.exp: Test printing delta.
7499 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7500 (dynbar): New global.
7501 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7502
081a1c2c
JK
75032015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7504
7505 * gdb.compile/compile-ifunc.c: New file.
7506 * gdb.compile/compile-ifunc.exp: New file.
7507
2f41223f
AT
75082015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7509
7510 * gdb.base/structs.exp: Check for correct struct on finish.
7511
03eddd80
YQ
75122015-02-26 Yao Qi <yao.qi@linaro.org>
7513
7514 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7515 is zero.
7516
80c57053
JK
75172015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7518
7519 * gdb.arch/cordic.ko.bz2: New file.
7520 * gdb.arch/cordic.ko.debug.bz2: New file.
7521 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7522
21613c12
YQ
75232015-02-25 Yao Qi <yao.qi@linaro.org>
7524
7525 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7526 aarch64*-*-* target.
7527
d8b901ed
PA
75282015-02-23 Pedro Alves <palves@redhat.com>
7529
7530 * lib/gdb.exp (delete_breakpoints): Rewrite using
7531 gdb_test_multiple.
7532
e5b85ead
PA
75332015-02-23 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.base/info-os.c: Include stdlib.h.
7536
85c3a371
DE
75372015-02-22 Doug Evans <xdje42@gmail.com>
7538
7539 PR symtab/17855
7540 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7541 is read after symbols have been re-read.
7542 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7543 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7544
96553a0c
DE
75452015-02-21 Doug Evans <dje@google.com>
7546
7547 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7548
97a0c697
JK
75492015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7550
7551 PR corefiles/17808
7552 * gdb.arch/i386-biarch-core.core.bz2: New file.
7553 * gdb.arch/i386-biarch-core.exp: New file.
7554
a47cd6e9
PA
75552015-02-21 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7558 runto_main fails.
7559
c5facdc4
PA
75602015-02-20 Pedro Alves <palves@redhat.com>
7561
7562 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7563 info probes.
7564
2db9a427
PA
75652015-02-20 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7568
60fb7e9e
PA
75692015-02-20 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7572 clean_restart before gdb_target_supports_trace.
7573
5c5019c2
PA
75742015-02-20 Pedro Alves <palves@redhat.com>
7575
7576 PR threads/18006
7577 * gdb.threads/clone-thread_db.c: New file.
7578 * gdb.threads/clone-thread_db.exp: New file.
7579
c9587f88
AT
75802015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7581
7582 PR breakpoints/16812
7583 * gdb.base/catch-gdb-caused-signals.c: New file.
7584 * gdb.base/catch-gdb-caused-signals.exp: New file.
7585
f6a88844
JM
75862015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7587
7588 * configure: Regenerated.
7589 * configure.ac: Use GDB_AC_TRANSFORM.
7590 * aclocal.m4: sinclude ../transform.m4.
7591
497c491b
JM
75922015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7593
7594 * lib/dtrace.exp: New file.
7595 * gdb.base/dtrace-probe.exp: Likewise.
7596 * gdb.base/dtrace-probe.d: Likewise.
7597 * gdb.base/dtrace-probe.c: Likewise.
7598 * lib/pdtrace.in: Likewise.
7599 * configure.ac: Output variables with the transformed names of
7600 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7601 * configure: Regenerated.
7602
03e98035
JM
76032015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7604
7605 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7606 expected message when trying to access $_probe_* convenience
7607 variables while not on a probe.
7608
63cc30e9
JK
76092015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7610
7611 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7612
0703599a
PA
76132015-02-11 Pedro Alves <pedro@codesourcery.com>
7614
7615 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7616 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7617
7e60a48e
DE
76182015-02-10 Doug Evans <xdje42@gmail.com>
7619
7620 * lib/gdb.exp (gdb_load): Always return a result.
7621
01b088bc
PA
76222015-02-10 Pedro Alves <palves@redhat.com>
7623
7624 * gdb.threads/signal-sigtrap.c: New file.
7625 * gdb.threads/signal-sigtrap.exp: New file.
7626
b05ec7a5
AT
76272015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7628
7629 * gdb.trace/no-attach-trace.c: New file.
7630 * gdb.trace/no-attach-trace.exp: New file.
7631
a2c2acaf
MW
76322015-02-09 Mark Wielaard <mjw@redhat.com>
7633
7634 * gdb.dwarf2/atomic.c: New file.
7635 * gdb.dwarf2/atomic-type.exp: Likewise.
7636
31fd9caa
MM
76372015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7638
7639 * gdb.btrace/buffer-size.exp: Update "info record" output.
7640 * gdb.btrace/delta.exp: Update "info record" output.
7641 * gdb.btrace/enable.exp: Update "info record" output.
7642 * gdb.btrace/finish.exp: Update "info record" output.
7643 * gdb.btrace/instruction_history.exp: Update "info record" output.
7644 * gdb.btrace/next.exp: Update "info record" output.
7645 * gdb.btrace/nexti.exp: Update "info record" output.
7646 * gdb.btrace/step.exp: Update "info record" output.
7647 * gdb.btrace/stepi.exp: Update "info record" output.
7648 * gdb.btrace/nohist.exp: Update "info record" output.
7649
d33501a5
MM
76502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7651
7652 * gdb.btrace/buffer-size: New.
7653
f4abbc16
MM
76542015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7655
7656 * gdb.btrace/delta.exp: Update "info record" output.
7657 * gdb.btrace/enable.exp: Update "info record" output.
7658 * gdb.btrace/finish.exp: Update "info record" output.
7659 * gdb.btrace/instruction_history.exp: Update "info record" output.
7660 * gdb.btrace/next.exp: Update "info record" output.
7661 * gdb.btrace/nexti.exp: Update "info record" output.
7662 * gdb.btrace/step.exp: Update "info record" output.
7663 * gdb.btrace/stepi.exp: Update "info record" output.
7664 * gdb.btrace/nohist.exp: Update "info record" output.
7665
b9d61307
SM
76662015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7667
7668 PR gdb/15678
7669 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7670
e584fdbc
PA
76712015-02-06 Pedro Alves <palves@redhat.com>
7672
7673 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7674 macro.
7675 (seconds_left, again): New globals.
7676 (main): Wait seconds_left in a 1-second sleep loop instead of
7677 sleeping 180 seconds. If 'again' is set, reset the seconds
7678 counter.
7679 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7680 'again' in the inferior before detaching. Print the seconds left.
7681 (options): New global.
7682 (top level): Build program with -DTIMEOUT=$timeout.
7683
77f41761
PA
76842015-02-06 Pedro Alves <palves@redhat.com>
7685
7686 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7687 determine how many seconds to pass to 'alarm'.
7688 * gdb.base/gdb-sigterm.exp (top level): Build program with
7689 -DTIMEOUT=$timeout.
7690 (do_test): Return success/failure indication. Add more verbose
7691 logging. Don't fail if 200 single steps are seen. Instead, fail
7692 when the test times out.
7693 (passes): New global.
7694 (top level): Break the testing loop if testing fails on any
7695 iteration. Use gdb_assert.
7696
b9394193
DB
76972015-02-04 Don Breazeal <donb@codesourcery.com>
7698
7699 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7700 and initialize them.
7701 (ipc_cleanup): New function.
7702 (main): Don't declare shmid, semid, and msqid. Add a call to
7703 atexit so that we call ipc_cleanup on exit.
7704
42d9e528
PA
77052015-02-04 Pedro Alves <palves@redhat.com>
7706
7707 * boards/native-extended-gdbserver.exp: Remove any target variant
7708 specifications from the board name before clearing the isremote
7709 flag from board_info.
7710
ae6ae975
DE
77112015-01-31 Doug Evans <xdje42@gmail.com>
7712
7713 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7714
cfb069a8
GB
77152015-01-31 Gary Benson <gbenson@redhat.com>
7716
7717 * gdb.base/completion.exp: Disable completion limiting for
7718 existing tests. Add new tests to check completion limiting.
7719 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7720
5dd31d79
DE
77212015-01-31 Doug Evans <xdje42@gmail.com>
7722
7723 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7724
9f050062
DE
77252015-01-31 Doug Evans <xdje42@gmail.com>
7726
7727 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7728 entries. Duplicate file section script entries.
7729 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7730 inlined entries. Add test for safe-path rejection.
7731 * gdb.python/py-section-script.c: Add duplicate inlined section script
7732 entries. Duplicate file section script entries.
7733 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7734 inlined entries. Add test for safe-path rejection.
7735
df25ebbd
JB
77362015-01-29 Joel Brobecker <brobecker@adacore.com>
7737
7738 * gdb.ada/disc_arr_bound: New testcase.
7739
4a0ca9ec
JB
77402015-01-29 Joel Brobecker <brobecker@adacore.com>
7741
7742 * gdb.ada/mi_var_array: New testcase.
7743
3a8b707a
DE
77442015-01-27 Doug Evans <dje@google.com>
7745
7746 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7747 Add test for objfile.filename, objfile.username after objfile
7748 has been unloaded.
7749
f8313f6e
JB
77502015-01-26 Joel Brobecker <brobecker@adacore.com>
7751
7752 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7753 the second test to print the name attribute of value
7754 returned by the call to gdb.lookup_type, and adjust
7755 the expected output accordingly.
7756
37bc665e
MW
77572015-01-25 Mark Wielaard <mjw@redhat.com>
7758
7759 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7760 * gdb.base/disp-step-fork.c: Include unistd.h.
7761 * gdb.base/siginfo-obj.c: Include stdio.h.
7762 * gdb.base/siginfo-thread.c: Likewise.
7763 * gdb.mi/non-stop.c: Include unistd.h.
7764 * gdb.mi/nsthrexec.c: Include stdio.h.
7765 * gdb.mi/pthreads.c: Include unistd.h.
7766 * gdb.modula2/unbounded1.c (main): Declare returns int.
7767 * gdb.reverse/consecutive-reverse.c: Likewise.
7768 * gdb.threads/create-fail.c: Include unistd.h.
7769 * gdb.threads/killed.c: Likewise.
7770 * gdb.threads/linux-dp.c: Likewise.
7771 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7772 * gdb.threads/non-ldr-exc-2.c: Likewise.
7773 * gdb.threads/non-ldr-exc-3.c: Likewise.
7774 * gdb.threads/non-ldr-exc-4.c: Likewise.
7775 * gdb.threads/pthreads.c: Include unistd.h.
7776 (main): Declare returns int.
7777 * gdb.threads/tls-main.c (foo): New declaration.
7778 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7779
f7e5394d
SM
77802015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7781
7782 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7783 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7784
743649fd
MW
77852015-01-15 Mark Wielaard <mjw@redhat.com>
7786
7787 * gdb.base/noreturn-return.c: New file.
7788 * gdb.base/noreturn-return.exp: New file.
7789 * gdb.base/noreturn-finish.c: New file.
7790 * gdb.base/noreturn-finish.exp: New file.
7791
198297aa
PA
77922015-01-23 Pedro Alves <palves@redhat.com>
7793
7794 * gdb.threads/continue-pending-after-query.c: New file.
7795 * gdb.threads/continue-pending-after-query.exp: New file.
7796
717cf30c
AG
77972015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7798 Simon Marchi <simon.marchi@ericsson.com>
7799
7800 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7801 * gdb.base/valgrind-db-attach.exp: Same.
7802 * gdb.base/valgrind-infcall.exp: Same.
7803 * lib/mi-support.exp (default_mi_gdb_start): Same.
7804 * lib/prompt.exp (default_prompt_gdb_start): Same.
7805 * lib/gdb.exp (default_gdb_spawn): Same.
7806 (gdb_interact): New.
7807
7808
4b62a76e
JK
78092015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7810
7811 * gdb.compile/compile.exp (pointer to jit function): New test.
7812
b4cdae6f
WW
78132015-01-17 Wei-cheng Wang <cole945@gmail.com>
7814
7815 * lib/gdb.exp (supports_process_record): Return true for
7816 powerpc*-*-linux*.
7817 (supports_reverse): Likewise.
7818
d221e7ef
DB
78192015-01-15 Don Breazeal <donb@codesourcery.com>
7820
7821 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7822 instead of checking whether the target board is remote and
7823 use spawn_wait_for_attach instead of exec/sleep.
7824 * gdb.base/attach-twice.exp: Likewise.
7825
bafffb51
JB
78262015-01-15 Joel Brobecker <brobecker@adacore.com>
7827
7828 * gdb.ada/var_arr_attrs: New testcase.
7829
5589af0e
PA
78302015-01-14 Pedro Alves <palves@redhat.com>
7831 Joel Brobecker <brobecker@adacore.com>
7832
7833 PR gdb/17525
7834 * gdb.base/bp-cmds-execution-x-script.c: New file.
7835 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7836 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7837
6c400b59
PA
78382015-01-14 Pedro Alves <palves@redhat.com>
7839
7840 PR cli/17828
7841 * gdb.base/batch-preserve-term-settings.c: New file.
7842 * gdb.base/batch-preserve-term-settings.exp: New file.
7843
e02c96a7
DE
78442015-01-13 Doug Evans <dje@google.com>
7845
7846 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7847 binary.
7848
576fd14c
JB
78492015-01-13 Joel Brobecker <brobecker@adacore.com>
7850
7851 * Makefile.in (clean mostlyclean): Do not delete *.py.
7852
04dccad0
JB
78532015-01-13 Joel Brobecker <brobecker@adacore.com>
7854
7855 * gdb.python/py-lookup-type.exp: New file.
7856
3d230f71
PA
78572015-01-12 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7860 restore GDBFLAGS before returning.
7861
7e67715d
JK
78622015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7863
7864 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7865 is_amd64_regs_target and is_x86_like_target.
7866
f2e0d4b4
DE
78672015-01-11 Doug Evans <xdje42@gmail.com>
7868
7869 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7870 is given without an explicit form.
7871 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7872 attributes.
7873 * gdb.dwarf/corrupt.exp: Ditto.
7874 * gdb.dwarf2/enum-type.exp: Ditto.
7875 * gdb.trace/entry-values.exp: Ditto.
7876 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7877
439250fb
DE
78782015-01-11 Doug Evans <xdje42@gmail.com>
7879
7880 PR gdb/15830
7881 * gdb.base/maint.exp: Remove references to "maint demangle".
7882 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7883 Add tests for explicitly specifying language to demangle.
7884 * gdb.dlang/demangle.exp: Ditto.
7885
ede9f622
PA
78862015-01-09 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.threads/non-stop-fair-events.c: New file.
7889 * gdb.threads/non-stop-fair-events.exp: New file.
7890
a7b796db
PA
78912015-01-09 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7894 the global scope. Set a breakpoint after all threads are started
7895 rather than stepping over two source lines. Expect the prompt.
7896 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7897 global.
7898 (NUM): Now 15.
7899 (main): Use threads_started_barrier to wait for all threads to
7900 start. Main thread no longer calls thread_function. Exit after
7901 180 seconds.
7902 (loop): New function.
7903 (thread_function): Wait on threads_started_barrier barrier. Call
7904 'loop' at each iteration.
7905 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7906 threads have started, instead of hardcoding number of "next"
7907 steps. Use an access watchpoint instead of a write watchpoint.
7908
9665ffdd
PA
79092015-01-09 Pedro Alves <palves@redhat.com>
7910
7911 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7912 (thread_func): Wait on barrier.
7913 (main): Wait for all threads to start before stopping GDB.
7914 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7915 global.
7916 (thread1_func, thread2_func): Wait on barrier.
7917 (main): Wait for all threads to start before stopping GDB.
7918 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7919 New global.
7920 (thread1_func, thread2_func): Wait on barrier.
7921 (main): Wait for all threads to start before stopping GDB.
7922
c945a99f
PA
79232015-01-09 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.threads/attach-many-short-lived-threads.c: New file.
7926 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7927
c1a747c1
PA
79282014-01-09 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7931 instead of to thread 2.
7932 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7933 Add barrier around each pthread_create call instead of around all
7934 calls.
7935 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7936 Set a break on thread_function and have the child threads hit it
7937 one at at a time.
7938
60b3033e
PA
79392015-01-09 Pedro Alves <palves@redhat.com>
7940
7941 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7942 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7943 false.
7944 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7945 checking whether the target board is remote.
7946 * gdb.multi/multi-attach.exp: Likewise.
7947 * gdb.python/py-sync-interp.exp: Likewise.
7948 * gdb.server/ext-attach.exp: Likewise.
7949 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7950 tests that need to attach, instead of checking whether the target
7951 board is remote at the top of the file.
7952
acc018ac
YQ
79532015-01-08 Yao Qi <yao@codesourcery.com>
7954
7955 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7956
50a18af8
JK
79572015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7958
7959 Fix testcase compilation.
7960 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7961
8503d6e1
JB
79622015-01-06 Joel Brobecker <brobecker@adacore.com>
7963
7964 * gdb.python/py-type.exp: Add a couple test about empty
7965 array creation, and negative-length array creation.
7966
cc73dbcc
DE
79672015-01-02 Doug Evans <xdje42@gmail.com>
7968
7969 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7970
0300bbc7
DE
79712015-01-02 Doug Evans <dje@google.com>
7972
7973 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7974
9d85a0ec
YQ
79752014-12-29 Yao Qi <yao@codesourcery.com>
7976
7977 * gdb.trace/entry-values.exp: Update comments. Rename variable
7978 bar_call_foo to returned_from_foo.
7979
87186c6a
MMN
79802014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7981
7982 PR gdb/17394
7983 * gdb.linespec/break-asm-file.c: New file.
7984 * gdb.linespec/break-asm-file.exp: New file.
7985 * gdb.linespec/break-asm-file0.s: New file.
7986 * gdb.linespec/break-asm-file1.s: New file.
7987
1bab7383
YQ
79882014-12-18 Nigel Stephens <nigel@mips.com>
7989 Maciej W. Rozycki <macro@codesourcery.com>
7990
7991 * gdb.base/float.exp: Handle the new output from "info float" on
7992 MIPS targets.
7993
1bc1068a
JK
79942014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7995
7996 Fix MinGW compilation.
7997 * gdb.compile/compile-ops.exp: Update untested message if
7998 !skip_compile_feature_tests.
7999 * gdb.compile/compile-setjmp.exp: Likewise.
8000 * gdb.compile/compile-tls.exp: Likewise.
8001 * gdb.compile/compile.exp: Likewise.
8002 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8003 supported on this host".
8004
b6615d10
DE
80052014-12-16 Doug Evans <xdje42@gmail.com>
8006
8007 * boards/stabs.exp: New file.
8008
25dda427
AA
80092014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8010
8011 * gdb.base/completion.exp: Adjust to format changes of "maint
8012 print user-registers".
8013
bf330350
CU
80142014-12-16 Catalin Udma <catalin.udma@freescale.com>
8015
8016 PR server/17457
8017 * gdb.arch/aarch64-fp.c: New file.
8018 * gdb.arch/aarch64-fp.exp: New file.
8019
395cf596
SDJ
80202014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8021
8022 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8023 r210637, r210913, r211666, r215400, r215817).
8024
8025 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8026 * dg-extract-results.py: New file.
8027 * dg-extract-results.sh: Use it if the environment seems
8028 suitable.
8029
8030 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8031
8032 * dg-extract-results.py (parse_run): Handle warnings that
8033 are printed before a test harness is run.
8034
8035 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8036
8037 * dg-extract-results.py (Named): Remove __cmp__ method.
8038 (output_variation): Use a key to sort variation.harnesses.
8039
8040 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8041
8042 * dg-extract-results.py: For Python 3, force sys.stdout to
8043 handle surrogate escape sequences.
8044 (safe_open): New function.
8045 (output_segment, main): Use it.
8046
8047 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8048
8049 * dg-extract-results.py (Prog.result_re): Include options
8050 in test name.
8051
8052 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8053
8054 * dg-extract-results.py (output_variation): Always sort if
8055 do_sum.
8056
e882ef3c
SM
80572014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8058
8059 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8060 as long as we get pagination notifications.
8061
4992aa20
JM
80622014-12-15 Jason Merrill <jason@redhat.com>
8063
8064 * Makefile.in (check-gdb.%): Restore.
8065 * README: Mention it.
8066
c1b5a1a6
JB
80672014-12-13 Joel Brobecker <brobecker@adacore.com>
8068
8069 * gdb.ada/str_uninit: New testcase.
8070
5537b577
JK
80712014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8072
8073 PR symtab/17642
8074 * gdb.base/vla-stub-define.c: New file.
8075 * gdb.base/vla-stub.c: New file.
8076 * gdb.base/vla-stub.exp: New file.
8077
bb2ec1b3
TT
80782014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8079 Jan Kratochvil <jan.kratochvil@redhat.com>
8080 Tom Tromey <tromey@redhat.com>
8081
8082 * configure.ac: Add gdb.compile/.
8083 * configure: Regenerate.
8084 * gdb.compile/Makefile.in: New file.
8085 * gdb.compile/compile-ops.exp: New file.
8086 * gdb.compile/compile-ops.c: New file.
8087 * gdb.compile/compile-tls.c: New file.
8088 * gdb.compile/compile-tls.exp: New file.
8089 * gdb.compile/compile-constvar.S: New file.
8090 * gdb.compile/compile-constvar.c: New file.
8091 * gdb.compile/compile-mod.c: New file.
8092 * gdb.compile/compile-nodebug.c: New file.
8093 * gdb.compile/compile-setjmp-mod.c: New file.
8094 * gdb.compile/compile-setjmp.c: New file.
8095 * gdb.compile/compile-setjmp.exp: New file.
8096 * gdb.compile/compile-shlib.c: New file.
8097 * gdb.compile/compile.c: New file.
8098 * gdb.compile/compile.exp: New file.
8099 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8100
4ff709eb
TT
81012014-12-12 Tom Tromey <tromey@redhat.com>
8102
8103 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8104 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8105
6dddd6a5
DE
81062014-12-12 Doug Evans <dje@google.com>
8107
8108 * lib/gdb-python.exp (get_python_valueof): New function.
8109 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8110
71c24708
AA
81112014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8112
8113 * gdb.base/completion.exp: Add test for completion of "info
8114 registers ".
8115
3e29f34a
MR
81162014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8117
8118 * gdb.base/func-ptrs.c: New file.
8119 * gdb.base/func-ptrs.exp: New file.
8120
fc126975
SM
81212014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8122
8123 PR breakpoints/17012
8124 * gdb.base/dprintf-detach.c: New file.
8125 * gdb.base/dprintf-detach.exp: New file.
8126
0a46d518
SM
81272014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8128
8129 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8130 * lib/gdb.exp (target_is_gdbserver): New procedure.
8131
a0be3e44
DE
81322014-12-08 Doug Evans <dje@google.com>
8133
8134 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8135
df1b803a
YQ
81362014-12-05 Yao Qi <yao@codesourcery.com>
8137
8138 * gdb.guile/scm-error.exp: Remove the third argument to
8139 gdb_remote_download.
8140 * gdb.guile/scm-frame-args.exp: Likewise.
8141 * gdb.guile/scm-section-script.exp: Likewise.
8142
ddb9f679
YQ
81432014-12-05 Yao Qi <yao@codesourcery.com>
8144
8145 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8146
86e4ed39
DE
81472014-12-04 Doug Evans <dje@google.com>
8148
8149 * gdb.python/py-objfile.exp: Add tests for
8150 objfile.add_separate_debug_file.
8151
7c50a931
DE
81522014-12-04 Doug Evans <dje@google.com>
8153
8154 * lib/gdb.exp (get_build_id): New function.
8155 (build_id_debug_filename_get): Rewrite to use it.
8156 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8157
621661e3
MR
81582014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8159
8160 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8161 `method(long)', not just 0x0.
8162 * gdb.cp/nsalias.exp: Align code labels to 4.
8163 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8164 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8165 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8166 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8167 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8168 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8169
29f0c3b7
DE
81702014-12-02 Doug Evans <dje@google.com>
8171
e1e061e7 8172 PR symtab/17602
29f0c3b7 8173 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8174 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8175 * gdb.cp/anon-ns.exp: Update.
8176
162078c8
NB
81772014-12-02 Nick Bull <nicholaspbull@gmail.com>
8178
8179 * gdb.python/py-events.py (inferior_call_handler): New.
8180 (register_changed_handler, memory_changed_handler): New.
8181 (test_events.invoke): Register new handlers.
8182 * gdb.python/py-events.exp: Add tests for inferior call,
8183 memory_changed and register_changed events.
8184
fdb09caf
AA
81852014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8186
8187 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8188 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8189 if the linker doesn't understand this.
8190
55cfb2c4
SM
81912014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8192
8193 * gdb.python/python.exp: Change expected reply to help().
8194
9e8cd6df
YQ
81952014-12-01 Yao Qi <yao@codesourcery.com>
8196
8197 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8198 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8199 * configure: Re-generated.
8200
6c659fc2
SC
82012014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8202
8203 * gdb.cp/chained-calls.cc: New file.
8204 * gdb.cp/chained-calls.exp: New file.
8205 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8206
d7fc3181
SM
82072014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8208
8209 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8210 * gdb.dwarf2/symtab-producer.exp: Same.
8211 * gdb.gdb/python-interrupts.exp: Same.
8212 * gdb.gdb/python-selftest.exp: Same.
8213 * gdb.python/py-linetable.exp: Same.
8214 * gdb.python/py-type.exp: Same.
8215 * gdb.python/py-value-cc.exp: Same.
8216 * gdb.python/py-value.exp: Same.
8217
10e79639
YQ
82182014-11-28 Yao Qi <yao@codesourcery.com>
8219
8220 * gdb.base/break-probes.exp: Match library name prefixed with
8221 sysroot.
8222
f28a0564
SM
82232014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8224
8225 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8226 test expected output. Add parentheses for the call to print.
8227 Remove L suffix from integers.
8228
3fe1ce1d
DE
82292014-11-26 Doug Evans <dje@google.com>
8230
8231 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8232
84429e27
YQ
82332014-11-22 Yao Qi <yao@codesourcery.com>
8234
8235 * gdb.trace/entry-values.c: Remove asms.
8236 (foo): Add foo_label.
8237 (bar): Add bar_label.
8238 * gdb.trace/entry-values.exp: Remove code computing foo's
8239 length and bar's length.
8240 (Dwarf::assemble): Invoke function_range for bar and use
8241 MACRO_AT_func for foo.
8242
26741859
YQ
82432014-11-22 Yao Qi <yao@codesourcery.com>
8244
8245 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8246 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8247 Use .Lgcc43_procstart instead of gcc43.
8248
45e44d27
JB
82492014-11-21 Joel Brobecker <brobecker@adacore.com>
8250
8251 * gdb.ada/n_arr_bound: New testcase.
8252
458c8db8
SDJ
82532014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8254
8255 PR breakpoints/10737
8256 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8257 test_catch_syscall_multi_arch.
8258 (test_catch_syscall_multi_arch): New function.
8259
43f3e411
DE
82602014-11-20 Doug Evans <xdje42@gmail.com>
8261
8262 * gdb.base/maint.exp: Update expected output.
8263
0d7b2549
AA
82642014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8265
8266 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8267 4-byte instruction on S390.
8268
8908fca5
JB
82692014-11-19 Joel Brobecker <brobecker@adacore.com>
8270
8271 * gdb.ada/arr_arr: New testcase.
8272
4a46959e
JB
82732014-11-19 Joel Brobecker <brobecker@adacore.com>
8274
8275 * gdb.ada/pkd_arr_elem: New Testcase.
8276
470e2f4e
LM
82772014-11-18 Luis Machado <lgustavo@codesourcery.com>
8278
8279 * gdb.reverse/break-precsave: Expect completion message for
8280 core file reads.
8281 * gdb.reverse/consecutive-precsave.exp: Likewise.
8282 * gdb.reverse/finish-precsave.exp: Likewise.
8283 * gdb.reverse/i386-precsave.exp: Likewise.
8284 * gdb.reverse/machinestate-precsave.exp: Likewise.
8285 * gdb.reverse/sigall-precsave.exp: Likewise.
8286 * gdb.reverse/solib-precsave.exp: Likewise.
8287 * gdb.reverse/step-precsave.exp: Likewise.
8288 * gdb.reverse/until-precsave.exp: Likewise.
8289 * gdb.reverse/watch-precsave.exp: Likewise.
8290
a267f3ad
AA
82912014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8292
8293 * gdb.base/bp-permanent.c: Include unistd.h.
8294 * gdb.python/py-framefilter-mi.c (main): Add return type.
8295 * gdb.python/py-framefilter.c (main): Likewise.
8296 * gdb.trace/actions-changed.c (main): Likewise.
8297
12084a9a
AA
82982014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8299
8300 * gdb.mi/until.c: Add eye-catchers.
8301 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8302 line numbers.
8303
dc7e1a77
AA
83042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8305
8306 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8307 function header variants in break1.c.
8308 * gdb.base/ena-dis-br.exp: Likewise.
8309 * gdb.base/hbreak2.exp: Likewise.
8310 * gdb.reverse/until-precsave.exp: Drop references to removed
8311 non-prototype function header variants in ur1.c.
8312 * gdb.reverse/until-reverse.exp: Likewise.
8313
41c77605
PM
83142014-11-17 Petr Machata <pmachata@redhat.com>
8315
8316 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8317 ${_cu_offset_size} bytes abbrev offset.
8318
34248c3a
DE
83192014-11-15 Doug Evans <xdje42@gmail.com>
8320
8321 PR symtab/17559
8322 * gdb.base/line-symtabs.exp: New file.
8323 * gdb.base/line-symtabs.c: New file.
8324 * gdb.base/line-symtabs.h: New file.
8325
646da059
YQ
83262014-11-14 Yao Qi <yao@codesourcery.com>
8327
8328 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8329 (func): Add label func_label.
8330 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8331 Replace low_pc and high_pc with MACRO_AT_range.
8332 Replace name, low_pc and high_pc with MACRO_AT_func.
8333
9301ebe6
YQ
83342014-11-14 Yao Qi <yao@codesourcery.com>
8335
8336 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8337 Replace name, low_pc and high_pc with MACRO_AT_func.
8338
f166b542
YQ
83392014-11-14 Yao Qi <yao@codesourcery.com>
8340
8341 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8342 produce debug information.
8343 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8344
0f6e71e3
YQ
83452014-11-14 Yao Qi <yao@codesourcery.com>
8346
8347 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8348 object and get function length.
8349 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8350 with MACRO_AT_func.
8351 (top-level): Replace gdb_compile and clean_restart with
8352 prepare_for_testing.
8353 * gdb.dwarf2/main.c (main): Add label main_label.
8354
876c4df9
YQ
83552014-11-14 Yao Qi <yao@codesourcery.com>
8356
8357 * lib/dwarf.exp (function_range): New procedure.
8358 (Dwarf::_handle_macro_at_func): New procedure.
8359 (Dwarf::_handle_macro_at_range): New procedure.
8360 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8361
02ad9cf1
YQ
83622014-11-14 Yao Qi <yao@codesourcery.com>
8363
8364 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8365 (_handle_attribute): New procedure.
8366
a59add0c
AA
83672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8368
8369 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8370 * gdb.base/call-sc.c (zed): Likewise.
8371 * gdb.base/checkpoint.c (main): Likewise.
8372 * gdb.base/dump.c (main): Likewise.
8373 * gdb.base/gcore.c (main): Likewise.
8374 * gdb.base/huge.c (main): Likewise.
8375 * gdb.base/multi-forks.c (main): Likewise.
8376 * gdb.base/pr10179-a.c (main): Likewise.
8377 * gdb.base/savedregs.c (main): Likewise.
8378 * gdb.base/sigaltstack.c (main): Likewise.
8379 * gdb.base/siginfo.c (main): Likewise.
8380 * gdb.base/structs.c (zed): Likewise.
8381 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8382 * gdb.mi/mi-syn-frame.c (main): Likewise.
8383 * gdb.mi/until.c (foo, main): Likewise.
8384 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8385 * gdb.base/solib-weak.c (foo): Declare.
8386 * gdb.base/attach-twice.c: Include stdio.h.
8387 * gdb.base/weaklib1.c: Likewise.
8388 * gdb.base/weaklib2.c: Likewise.
8389 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8390 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8391 unistd.h.
8392 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8393 * gdb.mi/mi-exit-code.c: Likewise.
8394 * gdb.base/break-interp-lib.c: Include string.h.
8395 * gdb.base/coremaker.c: Likewise.
8396 * gdb.base/testenv.c: Likewise.
8397 * gdb.python/py-finish-breakpoint.c: Likewise.
8398 * gdb.base/inferior-died.c: Include sys/wait.h.
8399 * gdb.base/fileio.c: Include time.h.
8400 * gdb.base/async-shell.c: Include unistd.h.
8401 * gdb.base/dprintf-non-stop.c: Likewise.
8402 * gdb.base/info-os.c: Likewise.
8403 * gdb.mi/mi-console.c: Likewise.
8404 * gdb.mi/watch-nonstop.c: Likewise.
8405 * gdb.python/py-events.c: Likewise.
8406 * gdb.base/async.c (baz): Move up before its invocation.
8407 * gdb.base/code_elim2.c (my_global_func): Likewise.
8408 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8409 * gdb.base/advance.c (func2): Likewise.
8410
3b5d5997
AA
84112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8412
8413 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8414 variant.
8415 * gdb.base/annota3.c: Likewise.
8416 * gdb.base/async.c: Likewise.
8417 * gdb.base/average.c: Likewise.
8418 * gdb.base/call-ar-st.c: Likewise.
8419 * gdb.base/call-rt-st.c: Likewise.
8420 * gdb.base/call-sc.c: Likewise.
8421 * gdb.base/call-strs.c: Likewise.
8422 * gdb.base/ending-run.c: Likewise.
8423 * gdb.base/execd-prog.c: Likewise.
8424 * gdb.base/exprs.c: Likewise.
8425 * gdb.base/foll-exec.c: Likewise.
8426 * gdb.base/foll-fork.c: Likewise.
8427 * gdb.base/foll-vfork.c: Likewise.
8428 * gdb.base/funcargs.c: Likewise.
8429 * gdb.base/gcore.c: Likewise.
8430 * gdb.base/jump.c: Likewise.
8431 * gdb.base/langs0.c: Likewise.
8432 * gdb.base/langs1.c: Likewise.
8433 * gdb.base/langs2.c: Likewise.
8434 * gdb.base/mips_pro.c: Likewise.
8435 * gdb.base/nodebug.c: Likewise.
8436 * gdb.base/opaque0.c: Likewise.
8437 * gdb.base/opaque1.c: Likewise.
8438 * gdb.base/recurse.c: Likewise.
8439 * gdb.base/run.c: Likewise.
8440 * gdb.base/scope0.c: Likewise.
8441 * gdb.base/scope1.c: Likewise.
8442 * gdb.base/setshow.c: Likewise.
8443 * gdb.base/setvar.c: Likewise.
8444 * gdb.base/shmain.c: Likewise.
8445 * gdb.base/shr1.c: Likewise.
8446 * gdb.base/shr2.c: Likewise.
8447 * gdb.base/sigall.c: Likewise.
8448 * gdb.base/signals.c: Likewise.
8449 * gdb.base/so-indr-cl.c: Likewise.
8450 * gdb.base/solib2.c: Likewise.
8451 * gdb.base/structs.c: Likewise.
8452 * gdb.base/sum.c: Likewise.
8453 * gdb.base/vforked-prog.c: Likewise.
8454 * gdb.base/watchpoint.c: Likewise.
8455 * gdb.reverse/shr2.c: Likewise.
8456 * gdb.reverse/until-reverse.c: Likewise.
8457 * gdb.reverse/ur1.c: Likewise.
8458 * gdb.reverse/watch-reverse.c: Likewise.
8459
066a77c5
AA
84602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8461
8462 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8463 variant.
8464 * gdb.base/sepdebug.exp: Drop references to removed code.
8465
4f204ea5
AA
84662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8467
8468 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8469 variant. Preserve original line numbering.
8470 * gdb.base/list1.c: Likewise.
8471
3b377a3a
AA
84722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8473
8474 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8475 variant.
8476 * gdb.base/break1.c: Likewise.
8477 * gdb.base/break.exp: Drop references to removed code.
8478
e444df73
AA
84792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8480
8481 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8482 variant.
8483
8008f2a7
AA
84842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8485
8486 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8487
a5a06887
AA
84882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8489
8490 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8491 logic into perform_all_tests() and invoke it with and without
8492 function header prototypes.
8493 (do_function_calls): Remove conditional XFAIL for PR 5318.
8494 (rerun_and_prepare): Remove duplicate code.
8495 (perform_all_tests): New. Main logic moved here.
8496
44dba9b9
AA
84972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8498
8499 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8500 code guarded by #ifdef NO_PROTOTYPES.
8501 (t_double_many_args): Likewise.
8502 (DEF_FUNC_MANY_ARGS_1): Likewise.
8503 (DEF_FUNC_VALUES_1): Likewise.
8504 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8505 guarded by #ifdef PROTOTYPES.
8506
d1fbcd56
AA
85072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8508
8509 * gdb.mi/mi-console.c: Add eye-catcher.
8510 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8511 instead of literal line number.
8512
b0e59b8f
AA
85132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8514
8515 * gdb.base/shr2.c: Add eye-catcher.
8516 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8517 line number.
8518
78f98cca
AA
85192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8520
8521 * gdb.base/jump.c: Add eye-catchers.
8522 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8523 numbers.
8524
58fa2af0
AA
85252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8526
8527 * gdb.base/execd-prog.c: Add eye-catchers.
8528 * gdb.base/foll-exec.c: Likewise.
8529 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8530 line numbers.
8531
04e5059b
AA
85322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8533
8534 * gdb.base/ending-run.c: Add eye-catchers.
8535 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8536 literal line numbers.
8537
dbfdb174
AA
85382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8539
8540 * gdb.base/call-rt-st.c: Add eye-catchers.
8541 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8542 literal line numbers.
8543
888a2ade
AA
85442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8545
8546 * gdb.base/call-ar-st.c: Add eye-catchers.
8547 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8548 literal line numbers.
8549
6acc2dde
AA
85502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8551
8552 * gdb.base/average.c: Add eye-catchers.
8553 * gdb.base/sum.c: Likewise.
8554 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8555 regexps dynamically.
8556
9ecfcd1d
AA
85572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8558
8559 * gdb.base/solib1.c: Add eye-catchers.
8560 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8561 literal line numbers.
8562
78708b7c
PA
85632014-11-12 Pedro Alves <palves@redhat.com>
8564
8565 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8566 leader has exited.
8567
af48d08f
PA
85682014-11-12 Pedro Alves <palves@redhat.com>
8569
8570 * gdb.arch/i386-bp_permanent.c: New file.
8571 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8572 (srcfile): Set to i386-bp_permanent.c.
8573 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8574 that stepi does not execute the 'leave' instruction, instead of
8575 testing it does execute.
8576 * gdb.base/bp-permanent.c: New file.
8577 * gdb.base/bp-permanent.exp: New file.
8578
af3768e9
DE
85792014-11-10 Doug Evans <xdje42@gmail.com>
8580
8581 PR symtab/17564
8582 * gdb.base/symtab-search-order.exp: New file.
8583 * gdb.base/symtab-search-order.c: New file.
8584 * gdb.base/symtab-search-order-1.c: New file.
8585 * gdb.base/symtab-search-order-shlib-1.c: New file.
8586
9de00a4a
PA
85872014-11-07 Pedro Alves <palves@redhat.com>
8588
8589 PR gdb/17511
8590 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8591 i?86-*-linux*.
8592
e0f52461
SC
85932014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8594
8595 PR c++/17494
8596 * gdb.cp/pr17494.cc: New file.
8597 * gdb.cp/pr17494.exp: New file.
8598
6ce8c980
YQ
85992014-11-02 Yao Qi <yao@codesourcery.com>
8600
8601 * gdb.python/python.exp: Get working directory and match the
8602 output of "set extended-prompt \\w " with it.
8603
02be9a71
DE
86042014-10-30 Doug Evans <dje@google.com>
8605
8606 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8607 in objfiles.
8608 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8609 in progspaces.
8610
3bdff46b
LM
86112014-10-30 Janis Johnson <janisjo@codesourcery.com>
8612
8613 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8614 * gdb.base/realname-expand.exp: Likewise.
8615 * gdb.linespec/macro-relative.exp: Likewise.
8616
ab917dfb
PA
86172014-10-29 Pedro Alves <palves@redhat.com>
8618
8619 PR gdb/17408
8620 * gdb.threads/schedlock.c (some_function): New function.
8621 (call_function): New global.
8622 (MAYBE_CALL_SOME_FUNCTION): New macro.
8623 (thread_function): Call it.
8624 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8625 and use it instead of a global counter. Adjust all callers.
8626 (get_current_thread): Use "find current thread" for test message
8627 here rather than having all callers pass down the same string.
8628 (goto_loop): New procedure, factored out from ...
8629 (my_continue): ... this.
8630 (step_ten_loops): Change parameter from test message to command to
8631 use. Adjust.
8632 (list_count): Delete global.
8633 (check_result): New procedure, factored out from duplicate top
8634 level code.
8635 (continue tests): Wrap in with_test_prefix.
8636 (test_step): New procedure, factored out from duplicate top level
8637 code.
8638 (top level): Test "step" in combination with all scheduler-locking
8639 modes. Test "next" in combination with all scheduler-locking
8640 modes, and in combination with stepping over a function call or
8641 not.
8642 * gdb.threads/next-bp-other-thread.c: New file.
8643 * gdb.threads/next-bp-other-thread.exp: New file.
8644
d3d4baed
PA
86452014-10-29 Pedro Alves <palves@redhat.com>
8646
8647 PR python/17372
8648 * gdb.python/python.exp: Test a multi-line command that spawns
8649 interactive Python.
8650 * gdb.base/multi-line-starts-subshell.exp: New file.
8651
563e8d85
YQ
86522014-10-29 Yao Qi <yao@codesourcery.com>
8653
8654 * gdb.base/fileio.exp: Make directories on host.
8655
0ea4d52e
YQ
86562014-10-29 Yao Qi <yao@codesourcery.com>
8657
8658 * gdb.base/fileio.c (test_write): Close the file.
8659
7f5ef605
PA
86602014-10-28 Pedro Alves <palves@redhat.com>
8661
8662 PR gdb/12623
8663 * gdb.base/sigstep.c (no_handler): New global.
8664 (main): If 'no_handler is true, set the signal handlers to
8665 SIG_IGN.
8666 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8667 with_sw_watch and no_handler parameters. Handle them.
8668 (top level) <stepping over handler when stopped at a breakpoint
8669 test>: Add a test axis for testing with a software watchpoint, and
8670 another for testing with the signal handler set to SIG_IGN.
8671 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8672 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8673
abbdbd03
PA
86742014-10-28 Pedro Alves <palves@redhat.com>
8675
8676 PR gdb/17511
8677 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8678 * gdb.base/sigstep.exp (other_handler_location): New global.
8679 (advance): Support stepping into the signal handler, and running
8680 commands while in the handler.
8681 (in_handler_map): New global.
8682 (top level): In the advance test, add combinations for getting
8683 into the handler with stepping commands, and for running commands
8684 in the handler. Add comment descripting the advancei tests.
8685
1df4399f
PA
86862014-10-28 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.base/sigstep.exp: Use build_executable instead of
8689 prepare_for_testing.
8690 (top level): Move code that starts GDB, runs to main and creates a
8691 display to ...
8692 (restart): ... this new procedure.
8693 (top level): Move backtrace from signal handler test to ...
8694 (validate_backtrace): ... this new procedure.
8695 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8696 with_test_prefix. Always restart GDB.
8697 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8698 with_test_prefix. Always restart GDB. No need to delete
8699 breakpoints after the test.
8700 (test_skip_handler): Remove prefix parameter.
8701 (skip_over_handler, breakpoint_to_handler)
8702 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8703 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8704 restart GDB. No need to delete breakpoints after the test.
8705 (top level): Use foreach to call the test procedures with
8706 different commands.
8707
a5b6e449
PA
87082014-10-28 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8711 instead of GNATS numbers.
8712 * gdb.base/sigbpt.exp: Likewise.
8713 * gdb.base/siginfo.exp: Likewise.
8714 * gdb.base/sigstep.exp: Likewise.
8715
e5f8a7cc
PA
87162014-10-27 Pedro Alves <palves@redhat.com>
8717
8718 * gdb.base/sigstep.c (dummy): New global.
8719 (main): Issue a couple writes to the new global.
8720 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8721 procedures.
8722 (skip_over_handler): Use test_skip_handler.
8723 (top level): Call skip_over_handler for stepi and nexti too.
8724 (breakpoint_over_handler): Use test_skip_handler.
8725 (top level): Call breakpoint_over_handler for stepi and nexti too.
8726
763905a3
YQ
87272014-10-27 Yao Qi <yao@codesourcery.com>
8728
8729 * gdb.trace/tfile.c (adjust_function_address)
8730 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8731 function descriptor.
8732
6f259a23
DB
87332014-10-24 Don Breazeal <donb@codesourcery.com>
8734
8735 * gdb.base/foll-fork.exp (test_follow_fork,
8736 catch_fork_child_follow): Check for updated fork messages emitted
8737 from infrun.c.
8738 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8739 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8740 vfork_and_exec_child_follow_through_step): Check for updated vfork
8741 messages emitted from infrun.c.
8742
09dd9a69
PA
87432014-10-24 Pedro Alves <palves@redhat.com>
8744
8745 * gdb.base/corefile.exp: Remove references to ultrix.
8746 * gdb.base/interrupt.exp: Likewise.
8747 * gdb.base/whatis.exp: Likewise.
8748 * gdb.gdb/selftest.exp: Likewise.
8749 * gdb.threads/manythreads.exp: Likewise.
8750 * gdb.threads/print-threads.exp: Likewise.
8751 * gdb.threads/pthreads.exp:: Likewise.
8752 * gdb.threads/schedlock.exp: Likewise.
8753
3433cfa5
SC
87542014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8755
8756 * gdb.cp/non-trivial-retval.cc: Add a test case.
8757 * gdb.cp/non-trivial-retval.exp: Add a test.
8758
092f880b
YQ
87592014-10-20 Yao Qi <yao@codesourcery.com>
8760
8761 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8762 * gdb.python/py-objfile-script-gdb.py: New file.
8763 * gdb.python/py-objfile-script.exp: Update reference to
8764 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8765 of remote_download. Remove the dest file.
8766
acbdb7f3
YQ
87672014-10-20 Yao Qi <yao@codesourcery.com>
8768
8769 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8770 * gdb.base/step-line.exp: Likewise.
8771 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8772 * gdb.dwarf2/dw2-basic.exp: Likewise.
8773 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8774 * gdb.dwarf2/dw2-filename.exp: Likewise.
8775 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8776 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8777 * gdb.dwarf2/dw2-producer.exp: Likewise.
8778 * gdb.dwarf2/mac-fileno.exp: Likewise.
8779 * gdb.python/py-frame-args.exp: Likewise.
8780 * gdb.python/py-framefilter.exp: Likewise.
8781 * gdb.python/py-mi.exp: Likewise.
8782 * gdb.python/py-objfile-script.exp: Likewise
8783 * gdb.python/py-pp-integral.exp: Likewise.
8784 * gdb.python/py-pp-re-notag.exp: Likewise.
8785 * gdb.python/py-prettyprint.exp: Likewise.
8786 * gdb.python/py-section-script.exp: Likewise.
8787 * gdb.python/py-typeprint.exp: Likewise.
8788 * gdb.python/py-xmethods.exp: Likewise.
8789 * gdb.stabs/weird.exp: Likewise.
8790 * gdb.xml/tdesc-regs.exp: Likewise.
8791
bd286a29
KCY
87922014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8793
8794 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8795 (out_cu): Use addr_len for the size of addresses.
8796 (out_line): Likewise. Size DW_LNE_set_address instruction
8797 according to addr_len.
8798 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8799 (FUNC): Add START_INSNS to definition.
8800
673dc4a0
YQ
88012014-10-18 Yao Qi <yao@codesourcery.com>
8802
8803 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8804 gdb_has_argv0 return true.
8805 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8806 check [target_info exists noargs], check [gdb_has_argv0]
8807 instead.
8808 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8809 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8810 procedures.
8811
4ffbba72
DE
88122014-10-17 Doug Evans <dje@google.com>
8813
8814 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8815 event.
8816 * gdb.python/py-events.py: Add clear_objfiles event.
8817
d096d8c1
DE
88182014-10-17 Doug Evans <dje@google.com>
8819
8820 * gdb.python/py-objfile.exp: Test progspace attribute.
8821
a80db015
LM
88222014-10-17 Luis Machado <lgustavo@codesourcery.com>
8823
8824 * gdb.guile/scm-breakpoint.exp: Do not assume any
8825 directory separators when matching source file paths.
8826 * gdb.python/py-breakpoint.exp: Likewise.
8827 * gdb.reverse/break-precsave.exp: Likewise.
8828 * gdb.reverse/break-reverse.exp: Likewise.
8829 * gdb.reverse/consecutive-precsave.exp: Likewise.
8830 * gdb.reverse/finish-precsave.exp: Likewise.
8831 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8832 * gdb.reverse/finish-reverse.exp: Likewise.
8833 * gdb.reverse/i386-precsave.exp: Likewise.
8834 * gdb.reverse/i387-env-reverse.exp: Likewise.
8835 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8836 * gdb.reverse/machinestate-precsave.exp: Likewise.
8837 * gdb.reverse/machinestate.exp: Likewise.
8838 * gdb.reverse/sigall-precsave.exp: Likewise.
8839 * gdb.reverse/solib-precsave.exp: Likewise.
8840 * gdb.reverse/step-precsave.exp: Likewise.
8841 * gdb.reverse/until-precsave.exp: Likewise.
8842 * gdb.reverse/watch-precsave.exp: Likewise.
8843 * gdb.reverse/watch-reverse.exp: Likewise.
8844
b22089ab
YQ
88452014-10-17 Yao Qi <yao@codesourcery.com>
8846
8847 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8848 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8849
6c4486e6
PA
88502014-10-17 Pedro Alves <palves@redhat.com>
8851
8852 PR gdb/17471
8853 * gdb.base/bg-execution-repeat.c: New file.
8854 * gdb.base/bg-execution-repeat.exp: New file.
8855
0ff33695
PA
88562014-10-17 Pedro Alves <palves@redhat.com>
8857
8858 PR gdb/17300
8859 * gdb.base/continue-all-already-running.c: New file.
8860 * gdb.base/continue-all-already-running.exp: New file.
8861
6fdebc3d
PA
88622014-10-17 Pedro Alves <palves@redhat.com>
8863
8864 PR gdb/17472
8865 * gdb.base/annota-input-while-running.c: New file.
8866 * gdb.base/annota-input-while-running.exp: New file.
8867
32a8097b
PA
88682014-10-17 Pedro Alves <palves@redhat.com>
8869
8870 * gdb.base/callfuncs.exp: emove references to osf.
8871 * gdb.base/sigall.exp: Likewise.
8872 * gdb.gdb/selftest.exp: Likewise.
8873 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8874 * gdb.mi/non-stop.c: Likewise.
8875 * gdb.mi/pthreads.c: Likewise.
8876 * gdb.reverse/sigall-precsave.exp: Likewise.
8877 * gdb.reverse/sigall-reverse.exp: Likewise.
8878 * gdb.threads/pthreads.c: Likewise.
8879 * gdb.threads/pthreads.exp: Likewise.
8880
7a3517ff
YQ
88812014-10-17 Yao Qi <yao@codesourcery.com>
8882
8883 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8884 check 'target_info exists noargs'.
8885 (test_command_prompt_position): Likewise.
8886 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8887 Remove "set args".
8888 (progvar_simple_while_test): Likewise.
8889 (progvar_complex_if_while_test): Likewise.
8890 (if_while_breakpoint_command_test): Likewise.
8891 (infrun_breakpoint_command_test): Likewise.
8892 (breakpoint_command_test): Likewise.
8893 (watchpoint_command_test): Likewise.
8894 (bp_deleted_in_command_test): Likewise.
8895 (temporary_breakpoint_commands): Likewise.
8896
bb99c472
YQ
88972014-10-16 Yao Qi <yao@codesourcery.com>
8898
8899 * gdb.base/remotetimeout.exp: Remove noargs checking.
8900
7c16b83e
PA
89012014-10-15 Pedro Alves <palves@redhat.com>
8902
8903 PR breakpoints/9649
8904 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8905 * gdb.base/breakpoint-in-ro-region.exp
8906 (probe_target_hardware_step): New procedure.
8907 (top level): Probe hardware stepping and hardware breakpoint
8908 support. Test stepping through a read-only region, with both
8909 "breakpoint auto-hw" on and off and both "always-inserted" on and
8910 off.
8911
35a49624
IB
89122014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8913
8914 * gdb.dlang/demangle.exp: Update for demangling changes.
8915
2d1c107c
SC
89162014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8917
8918 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8919 * gdb.cp/non-trivial-retval.exp: Add new tests.
8920
778811d5
SC
89212014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8922
8923 PR c++/13403
8924 PR c++/15154
8925 * gdb.cp/non-trivial-retval.cc: New file.
8926 * gdb.cp/non-trivial-retval.exp: New file.
8927
10c5f0a8
YQ
89282014-10-15 Yao Qi <yao@codesourcery.com>
8929
8930 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8931 remote host.
8932
65d7b369
YQ
89332014-10-15 Yao Qi <yao@codesourcery.com>
8934
8935 * gdb.python/py-symbol.exp: Match file base name if host is
8936 remote, otherwise match file name with dir name.
8937 * gdb.python/py-symtab.exp: Likewise.
8938 * gdb.python/python.exp: Likewise.
8939
46dc1394
YQ
89402014-10-15 Yao Qi <yao@codesourcery.com>
8941
8942 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8943 pattern.
8944 * gdb.python/py-symtab.exp: Likewise.
8945 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8946 locationn.
8947
c40cc657
JB
89482014-10-14 Joel Brobecker <brobecker@adacore.com>
8949
8950 * gdb.ada/addr_arith: New testcase.
8951
2abf49e1
MR
89522014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8953
8954 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8955 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8956 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8957 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8958
f7088df3
SDJ
89592014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8960
8961 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8962 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8963 * gdb.arch/stap-eval-lang-ada.exp: New file.
8964
4dc06805
YQ
89652014-10-14 Yao Qi <yao@codesourcery.com>
8966
8967 * gdb.mi/mi-var-child.c (nothing1): New function.
8968 (nothing2): New function.
8969 (do_children_tests): Set function pointers by nothing1 and
8970 nothing2.
8971 * gdb.mi/mi-var-child.exp: Step over new added statements.
8972 Update test to match the new output.
8973 * gdb.mi/var-cmd.c (nothing1): New function.
8974 (nothing2): New function.
8975 (do_children_tests): Set function pointers by nothing1 and
8976 nothing2.
8977 * gdb.mi/mi-var-display.exp: Update test to match output.
8978 Step to the line specified by $line_dct_nothing.
8979 Increase the number of lines to step.
8980
46a93de2
YQ
89812014-10-14 Yao Qi <yao@codesourcery.com>
8982
8983 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8984 tests.
8985 * gdb.mi/mi2-var-child.exp: Likewise.
8986
14ea52ee
DE
89872014-10-13 Doug Evans <dje@google.com>
8988
8989 * gdb.python/py-objfile.exp: Change name of file name test.
8990
e5c6e92b
DE
89912014-10-13 Doug Evans <dje@google.com>
8992
8993 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8994 from the start of the CU.
8995
c780cc2f
JK
89962014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8997 Yao Qi <yao@codesourcery.com>
8998
8999 Fix "save breakpoints" for "catch" command.
9000 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9001 Remove -nonewline. Match also the added "main" line.
9002
99894e11
JK
90032014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9004
9005 Fix "save breakpoints" for "disable $bpnum" command.
9006 * gdb.base/save-bp.c (main): Add label.
9007 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9008
6e1ac5a3
JK
90092014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9010
9011 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9012
754dd2b0
YQ
90132014-10-11 Yao Qi <yao@codesourcery.com>
9014
9015 * gdb.server/server-kill.exp: Execute command
9016 "set remote trace-status-packet on" before "tstatus".
9017
f90183d7
YQ
90182014-10-11 Yao Qi <yao@codesourcery.com>
9019
9020 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9021 (main): Call getppid.
9022 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9023 and continue to it. Read variable "server_pid".
9024
bf40a607
YQ
90252014-10-11 Yao Qi <yao@codesourcery.com>
9026
9027 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9028
052ca370
YQ
90292014-10-11 Yao Qi <yao@codesourcery.com>
9030
9031 * gdb.threads/thread-find.exp: Don't execute command
9032 "info threads".
9033 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9034 * gdb.threads/linux-dp.exp: Don't check the condition
9035 $threads_created equals to zero.
9036
3831839c
PA
90372014-10-10 Pedro Alves <palves@redhat.com>
9038
9039 * gdb.base/bigcore.exp: Remove references to IRIX.
9040 * gdb.base/funcargs.exp: Likewise.
9041 * gdb.base/interrupt.exp: Likewise.
9042 * gdb.base/mips_pro.exp: Likewise.
9043 * gdb.base/nodebug.exp: Likewise.
9044 * gdb.base/setvar.exp: Likewise.
9045 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9046
8b9a549d
PA
90472014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9048 Pedro Alves <palves@redhat.com>
9049
9050 PR symtab/14466
9051 * gdb.base/vdso-warning.c: New file.
9052 * gdb.base/vdso-warning.exp: New file.
9053
d48ba5e8
DE
90542014-10-02 Doug Evans <dje@google.com>
9055
9056 * gdb.base/structs.c (main): Don't run forever.
9057
2278c276
PA
90582014-10-02 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9061 (top level) <stop threads 1, stop threads 2>: Use it.
9062
b57bacec
PA
90632014-10-02 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.threads/break-while-running.exp (test): Add new
9066 'update_thread_list' argument. Skip "info threads" if false.
9067 (top level): Add new 'update_thread_list' axis.
9068
13fd3ff3
PA
90692014-10-02 Pedro Alves <palves@redhat.com>
9070
9071 PR breakpoints/17431
9072 * gdb.base/execl-update-breakpoints.c: New file.
9073 * gdb.base/execl-update-breakpoints.exp: New file.
9074
0fec99e8
PA
90752014-10-01 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.base/breakpoint-in-ro-region.c: New file.
9078 * gdb.base/breakpoint-in-ro-region.exp: New file.
9079
2ddf4301
SM
90802014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9081
9082 * gdb.mi/mi-exit-code.exp: New file.
9083 * gdb.mi/mi-exit-code.c: New file.
9084
6a5f3f43
YQ
90852014-09-30 Yao Qi <yao@codesourcery.com>
9086
9087 * lib/prelink-support.exp (build_executable_own_libs): Error if
9088 the target isn't native.
9089
345bcc73
YQ
90902014-09-30 Yao Qi <yao@codesourcery.com>
9091
9092 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9093 false.
9094
a25a5a45
PA
90952014-09-22 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.threads/break-while-running.exp: New file.
9098 * gdb.threads/break-while-running.c: New file.
9099
00ba3162
YQ
91002014-09-19 Yao Qi <yao@codesourcery.com>
9101
9102 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9103 Invoke test. Restart GDB with --readnow and invoke test again.
9104
c3b7b696
YQ
91052014-09-19 Yao Qi <yao@codesourcery.com>
9106
9107 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9108 proc set_breakpoint_on_gcd_function. Invoke
9109 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9110 invoke set_breakpoint_on_gcd_function again.
9111
2b4fd423
DE
91122014-09-18 Doug Evans <dje@google.com>
9113
9114 * gdb.dwarf2/symtab-producer.exp: New file.
9115
a5947601
SDJ
91162014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9117
9118 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9119 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9120 * gdb.base/global-var-nested-by-dso.c: Likewise.
9121 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9122
91c19059
SDJ
91232014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9124 Pedro Alves <palves@redhat.com>
9125
9126 * gdb.base/watch-bitfields.exp: Pass string other than test file
9127 name to prepare_for_testing.
9128 (watch): New procedure.
9129 (expect_watchpoint): Use with_test_prefix.
9130 (top level): Factor out tests to ...
9131 (test_watch_location, test_regular_watch): ... these new
9132 procedures, and use with_test_prefix and gdb_continue_to_end.
9133
bb9d5f81
PP
91342014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9135
9136 PR breakpoints/12526
9137 * gdb.base/watch-bitfields.exp: New file.
9138 * gdb.base/watch-bitfields.c: New file.
9139
635856f5
PA
91402014-09-16 Pedro Alves <palves@redhat.com>
9141
9142 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9143 software and hardware addresses, not software address against
9144 itself.
9145
7280ceea
PA
91462014-09-16 Pedro Alves <palves@redhat.com>
9147
9148 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9149 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9150
428b16bd
PA
91512014-09-16 Pedro Alves <palves@redhat.com>
9152
9153 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9154 files.
9155 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9156 "*-*-vxworks*" throughout.
9157 * gdb.base/break.exp: Likewise.
9158 * gdb.base/default.exp: Likewise.
9159 * gdb.base/scope.exp: Likewise.
9160 * gdb.base/sepdebug.exp: Likewise.
9161 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9162 throughout.
9163 * gdb.base/run.c: Likewise.
9164 * gdb.base/sepdebug.c: Likewise.
9165 * gdb.hp/gdb.aCC/run.c: Likewise.
9166 * gdb.reverse/until-reverse.c: Likewise.
9167 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9168
666d413c
YQ
91692014-09-16 Yao Qi <yao@codesourcery.com>
9170
9171 * boards/local-remote-host-native.exp: New file.
9172
57cbd724
DE
91732014-09-14 Doug Evans <xdje42@gmail.com>
9174
9175 * gdb.threads/queue-signal.c (thread_count): New variable.
9176 (thread_count_mutex, thread_count_condvar): New variables.
9177 (incr_thread_count, wait_all_threads_running): New functions.
9178 (main): Wait for all threads to be in their thread functions.
9179
81219e53
DE
91802014-09-13 Doug Evans <xdje42@gmail.com>
9181
9182 * gdb.threads/queue-signal.c: New file.
9183 * gdb.threads/queue-signal.exp: New file.
9184
3714cea7
DE
91852014-09-13 Doug Evans <xdje42@gmail.com>
9186
9187 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9188 be consistent with what default_gdb_init uses.
9189 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9190 the plain text of the prompt. Add some logging printfs.
9191 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9192
fa43b1d7
PA
91932014-09-12 Pedro Alves <palves@redhat.com>
9194
9195 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9196 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9197 * gdb.arch/i386-size-overlap.exp: Likewise.
9198 * gdb.arch/i386-size.exp: Likewise.
9199 * gdb.arch/i386-unwind.exp: Likewise.
9200 * gdb.base/a2-run.exp: Likewise.
9201 * gdb.base/break.exp: Likewise.
9202 * gdb.base/charset.exp: Likewise.
9203 * gdb.base/chng-syms.exp: Likewise.
9204 * gdb.base/commands.exp: Likewise.
9205 * gdb.base/dbx.exp: Likewise.
9206 * gdb.base/find.exp: Likewise.
9207 * gdb.base/funcargs.exp: Likewise.
9208 * gdb.base/jit-simple.exp: Likewise.
9209 * gdb.base/reread.exp: Likewise.
9210 * gdb.base/sepdebug.exp: Likewise.
9211 * gdb.base/step-bt.exp: Likewise.
9212 * gdb.cp/mb-inline.exp: Likewise.
9213 * gdb.cp/mb-templates.exp: Likewise.
9214 * gdb.objc/basicclass.exp: Likewise.
9215 * gdb.threads/killed.exp: Likewise.
9216
9d9bf2df
EBM
92172014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9218
9219 PR tdep/17379
9220 * gdb.arch/powerpc-stackless.S: New file.
9221 * gdb.arch/powerpc-stackless.exp: New file.
9222
1cf2f1b0
JK
92232014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9224
9225 * gdb.base/attach.c: Include unistd.h.
9226 (main): Call alarm. Add label postloop.
9227 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9228 gdb_breakpoint, gdb_continue_to_breakpoint.
9229 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9230
98880d46
PA
92312014-09-11 Pedro Alves <palves@redhat.com>
9232
9233 PR gdb/17347
9234 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9235 * gdb.base/attach.exp (test_command_line_attach_run): New
9236 procedure.
9237 (top level): Call it.
9238
4c92ff2c
PA
92392014-09-11 Pedro Alves <palves@redhat.com>
9240
9241 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9242 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9243 (do_command_attach_tests): Use spawn_wait_for_attach.
9244 * gdb.base/solib-overlap.exp: Likewise.
9245 * gdb.multi/multi-attach.exp: Likewise.
9246 * gdb.python/py-prompt.exp: Likewise.
9247 * gdb.python/py-sync-interp.exp: Likewise.
9248 * gdb.server/ext-attach.exp: Likewise.
9249
3adc1a7d
GKB
92502014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9251
9252 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9253 command in testcase. Simplify testcase.
9254
96334934
JB
92552014-09-10 Joel Brobecker <brobecker@adacore.com>
9256
9257 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9258
eb479039
JB
92592014-09-10 Joel Brobecker <brobecker@adacore.com>
9260
9261 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9262
deede10c
JB
92632014-09-10 Joel Brobecker <brobecker@adacore.com>
9264
9265 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9266
7828a5f5
JB
92672014-09-10 Joel Brobecker <brobecker@adacore.com>
9268
9269 * gdb.dwarf2/dynarr-ptr.c: New file.
9270 * gdb.dwarf2/dynarr-ptr.exp: New file.
9271
33aeebcf
MR
92722014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9273
9274 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9275 of 30 rather than hardcoding 120 for a slow test case. Take the
9276 `gdb,timeout' target setting into account for this calculation.
9277 Don't extend the timeout for the test cases that don't need it.
9278
7b415901
MR
92792014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9280
9281 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9282 a factor of 2 for a slow test case. Take the `gdb,timeout'
9283 target setting into account for this calculation.
9284 * gdb.reverse/until-precsave.exp: Increase the timeout by
9285 a factor of 15 and 3 respectively rather than adding 120
9286 for a pair of slow test cases. Take the `gdb,timeout'
9287 target setting into account for this calculation.
9288
4a40f85a
MR
92892014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9290
9291 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9292 timeout, don't pass one down to gdb_expect.
9293 (gdb_expect): Rework timeout selection.
9294
09635af7
MR
92952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9296
9297 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9298 exception on timeout.
9299 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9300 (gdbserver_start_extended): Catch any `gdbserver_start' error
9301 exceptions.
9302 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9303 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9304 `gdbserver_gdb_load' error exceptions.
9305
2bdd10b7
MR
93062014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9307
9308 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9309 120 on waiting for the TCP socket to open.
9310
316935f0
DE
93112014-09-09 Doug Evans <xdje42@gmail.com>
9312
9313 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9314 _caller_matches, _any_caller_is, _any_caller_matches.
9315
83740597
DE
93162014-09-09 Doug Evans <xdje42@gmail.com>
9317
9318 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9319
4c122fc3
YQ
93202014-09-09 Yao Qi <yao@codesourcery.com>
9321
9322 * gdb.mi/mi-var-display.exp: Set print symbol off.
9323
a9f116cb
GKB
93242014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9325
9326 PR gdb/17035
9327 * gdb.base/commands.exp: Add tests to verify user-defined
9328 commands with empty bodies.
9329 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9330 python commands in `show user command`.
9331 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9332 scheme commands in `show user command`.
9333
c75bd3a2
JK
93342014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9335
9336 PR python/17355
9337 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9338 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9339 * gdb.python/py-framefilter-invalidarg.exp: New file.
9340 * gdb.python/py-framefilter-invalidarg.py: New file.
9341
faa42425
DE
93422014-09-06 Doug Evans <xdje42@gmail.com>
9343
9344 PR 15276
9345 * gdb.python/py-caller-is.c: New file.
9346 * gdb.python/py-caller-is.exp: New file.
9347
474ca4f6
SDJ
93482014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9349
9350 PR gdb/17235
9351 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9352 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9353
eb0b0463
SDJ
93542014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9355
9356 PR fortran/17237
9357 * gdb.fortran/print-formatted.exp: New file.
9358 * gdb.fortran/print-formatted.f90: Likewise.
9359
5f3b99cf
SS
93602014-09-03 Sasha Smundak <asmundak@google.com>
9361
9362 * gdb.python/py-frame.exp: Test Frame.read_register.
9363
7d793aa9
SDJ
93642014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9365
9366 PR python/16699
9367 * gdb.python/py-completion.exp: New file.
9368 * gdb.python/py-completion.py: Likewise.
9369
fb0576e9
DE
93702014-08-28 Doug Evans <dje@google.com>
9371
9372 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9373 eax,etc. are live with values set by gdb and thus the compiler can't
9374 use them.
9375 * gdb.arch/i386-pseudo.c (main): Ditto.
9376
ee92b0dd
DE
93772014-08-27 Doug Evans <dje@google.com>
9378
9379 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9380
6649db35
DE
93812014-08-25 Doug Evans <dje@google.com>
9382
9383 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9384 (main): Ditto.
9385
564b7600
DE
93862014-08-25 Doug Evans <dje@google.com>
9387
9388 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9389
3881fb67
YQ
93902014-08-24 Yao Qi <yao@codesourcery.com>
9391
9392 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9393 symbol off.
9394 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9395
a05a36a5
DE
93962014-08-22 Doug Evans <dje@google.com>
9397
9398 PR 17276
9399 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9400 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9401 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9402
7c343b48
YQ
94032014-08-22 Yao Qi <yao@codesourcery.com>
9404
9405 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9406 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9407 * gdb.python/python.exp: Likewise. Use .py file on the host
9408 instead of the build.
9409
22fd09ae
JK
94102014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9411
9412 * gdb.threads/gcore-stale-thread.c: New file.
9413 * gdb.threads/gcore-stale-thread.exp: New file.
9414
a8454a7c
PA
94152014-08-21 Pedro Alves <palves@redhat.com>
9416
9417 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9418 * gdb.base/gcore-relro-pie.exp: Likewise.
9419 * gdb.base/gcore-relro.exp: Likewise.
9420 * gdb.base/gcore.exp: Likewise.
9421 * gdb.base/print-symbol-loading.exp: Likewise.
9422 * gdb.threads/gcore-thread.exp: Likewise.
9423 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9424
2a31c623
PA
94252014-08-20 Pedro Alves <palves@redhat.com>
9426 Jan Kratochvil <jan.kratochvil@redhat.com>
9427
9428 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9429 configure.
9430 (EXPECT): Handle READ1 being set.
9431 (all): Depend on EXTRA_RULES.
9432 (check-read1, expect-read1, read1.so, read1): New rules.
9433 * README (Testsuite Parameters): Document the READ1 make variable.
9434 (Race detection): New section.
9435 * configure: Regenerate.
9436 * configure.ac: If build==host==target, and running under a
9437 GNU/glibc system, add read1 to the extra Makefile rules.
9438 (EXTRA_RULES): AC_SUBST it.
9439 * lib/read1.c: New file.
9440
d36430db
JB
94412014-08-20 Joel Brobecker <brobecker@adacore.com>
9442
9443 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9444 the handling of variables declared as a typedef to an array
9445 which a DW_AT_data_location attribute.
9446
9a0dc9e3
PA
94472014-08-19 Andrew Burgess <aburgess@broadcom.com>
9448 Pedro Alves <palves@redhat.com>
9449
9450 PR symtab/14604
9451 PR symtab/14605
9452 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9453 gdb_test.
9454
0718a8da
PA
94552014-08-19 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9458
13b448cd
YQ
94592014-08-19 Yao Qi <yao@codesourcery.com>
9460
9461 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9462 right line.
9463
1cbf5077
DB
94642014-08-18 David Blaikie <dblaikie@gmail.com>
9465
9466 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9467
bf0fae19
JB
94682014-08-18 Joel Brobecker <brobecker@adacore.com>
9469
9470 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9471 attribute in array range.
9472
3c8c5dcc
JB
94732014-08-18 Joel Brobecker <brobecker@adacore.com>
9474
9475 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9476
e66d4446
SC
94772014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9478
9479 PR c++/17132
9480 * gdb.cp/pr17132.cc: New file.
9481 * gdb.cp/pr17132.exp: New file.
9482
940df408
SC
94832014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9484
9485 * gdb.python/py-xmethods.py (A_getarrayind)
9486 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9487 Use 'print' with function call syntax.
9488 (E_method_matcher.match): Fix tab vs space indentation mixup.
9489
ebcc6c3a
YQ
94902014-08-15 Yao Qi <yao@codesourcery.com>
9491
9492 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9493 false.
9494
775e0f04
YQ
94952014-08-15 Yao Qi <yao@codesourcery.com>
9496
9497 * gdb.cp/casts.exp: Set print symbol off.
9498 * gdb.cp/class2.exp: Likewise.
9499 * gdb.cp/overload.exp: Likewise.
9500 * gdb.cp/templates.exp: Likewise.
9501
d769e349
DE
95022014-08-11 Doug Evans <dje@google.com>
9503
9504 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9505 (test_load_shlib): Update.
9506
20c6f1e1
YQ
95072014-08-09 Yao Qi <yao@codesourcery.com>
9508
9509 * gdb.base/display.exp: Invoke is_address_zero_readable.
9510 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9511 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9512 * gdb.base/hbreak-unmapped.exp: Return if
9513 is_address_zero_readable returns true.
9514 * gdb.base/signest.exp: Likewise.
9515 * gdb.base/signull.exp: Likewise.
9516 * gdb.base/sigbpt.exp: Likewise.
9517 * gdb.guile/scm-disasm.exp: Do the test if
9518 is_address_zero_readable returns false.
9519 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9520 * gdb.python/py-arch.exp: Likewise.
9521 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9522 * lib/gdb.exp (is_address_zero_readable): New proc.
9523
5792e8e3
YQ
95242014-08-09 Yao Qi <yao@codesourcery.com>
9525
9526 PR testsuite/13443
9527 * gdb.mi/mi-var-display.exp: Make test messages unique.
9528
3cecbbbe
TT
95292014-08-04 Tom Tromey <tromey@redhat.com>
9530
9531 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9532 target 0".
9533
00b51ff5
TT
95342014-08-04 Tom Tromey <tromey@redhat.com>
9535
9536 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9537 "target_resume".
9538
6908c509
JB
95392014-08-01 Joel Brobecker <brobecker@adacore.com>
9540
9541 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9542 inner_vla_struct_object_size.
9543 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9544 as xfail.
9545
cc6563d2
PA
95462014-07-30 Pedro Alves <palves@redhat.com>
9547
9548 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9549 comment.
9550
7e09a223
YQ
95512014-07-29 Yao Qi <yao@codesourcery.com>
9552
9553 PR gdb/17206
9554 * gdb.base/until-nodebug.exp: New.
9555
7ebdbe92
DE
95562014-07-28 Doug Evans <xdje42@gmail.com>
9557
9558 PR guile/17203
9559 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9560 previously existing parameter, and previously ambiguously spelled
9561 parameter.
9562
fdb1adc6
WN
95632014-07-28 Will Newton <will.newton@linaro.org>
9564
9565 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9566
186fcde0
DE
95672014-07-26 Ludovic Courtès <ludo@gnu.org>
9568 Doug Evans <xdje42@gmail.com>
9569
9570 PR guile/17146
9571 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9572
70509625
PA
95732014-07-25 Pedro Alves <palves@redhat.com>
9574
9575 * gdb.threads/signal-command-handle-nopass.c: New file.
9576 * gdb.threads/signal-command-handle-nopass.exp: New file.
9577 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9578 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9579 * gdb.threads/signal-delivered-right-thread.c: New file.
9580 * gdb.threads/signal-delivered-right-thread.exp: New file.
9581
c3f814a1
PA
95822014-07-25 Pedro Alves <palves@redhat.com>
9583
9584 * gdb.base/double-prompt-target-event-error.exp
9585 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9586 match.
9587 (cancel_pagination_in_target_event): Rework double prompt
9588 detection.
9589 * gdb.base/paginate-after-ctrl-c-running.exp
9590 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9591 <return>' match.
9592 * gdb.base/paginate-bg-execution.exp
9593 (test_bg_execution_pagination_return)
9594 (test_bg_execution_pagination_cancel): Remove '-notransfer
9595 <return>' matches.
9596 * gdb.base/paginate-execution-startup.exp
9597 (test_fg_execution_pagination_return)
9598 (test_fg_execution_pagination_cancel): Remove '-notransfer
9599 <return>' matches.
9600 * gdb.base/paginate-inferior-exit.exp
9601 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9602 match.
9603 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9604 * lib/gdb.exp (pagination_prompt): Run text through
9605 string_to_regexp.
9606 (gdb_test_multiple): Match $pagination_prompt instead of
9607 "<return>".
9608 (string_to_regexp): Move to lib/gdb-utils.exp.
9609
e214cf6c
JK
96102014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9611
9612 * gdb.arch/amd64-entry-value-paramref.S: New file.
9613 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9614 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9615 * gdb.arch/amd64-optimout-repeat.S: New file.
9616 * gdb.arch/amd64-optimout-repeat.c: New file.
9617 * gdb.arch/amd64-optimout-repeat.exp: New file.
9618
17d0c5c8
JK
96192014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9620
9621 PR gdb/17170
9622 * gdb.base/statistics.exp: New file.
9623
b8b8facf
DE
96242014-07-17 Doug Evans <dje@google.com>
9625
74b49205 9626 PR gdb/17170
b8b8facf
DE
9627 * gdb.base/maint.exp: Update testing of per-command stats.
9628
1b5d0ab3
PA
96292014-07-16 Pedro Alves <palves@redhat.com>
9630
9631 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9632 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9633 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9634 (tfile_write_buf): New functions.
9635 (add_memory_block): Rewrite using the above.
9636 (adjust_function_address): New function.
9637 (FUNCTION_ADDRESS): New macro.
9638 (write_basic_trace_file): Remove short_x local, and use
9639 tfile_write_16. Change type of func_addr local to unsigned long
9640 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9641 here. Cast argument of add_memory_block to char pointer.
9642 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9643 (main): Remove parameters.
9644 * gdb.trace/tfile.exp: Remove nowarnings.
9645
4d974e88
SM
96462014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9647
9648 * gdb.base/debug-expr.exp: Test string evaluation with
9649 "debug expression" on.
9650
41e99568
PA
96512014-07-15 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.base/reread.exp: Use clean_restart.
9654
487d9753
PL
96552014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9656
9657 * gdb.arch/avr-flash-qualifer.c: New.
9658 * gdb.arch/avr-flash-qualifer.exp: New.
9659
cc1c52ad
PA
96602014-07-14 Pedro Alves <palves@redhat.com>
9661
9662 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9663 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9664
1e973570
PA
96652014-07-14 Pedro Alves <palves@redhat.com>
9666
9667 * gdb.base/double-prompt-target-event-error.c: New file.
9668 * gdb.base/double-prompt-target-event-error.exp: New file.
9669
93d6eb10
PA
96702014-07-14 Pedro Alves <palves@redhat.com>
9671
9672 PR gdb/17072
9673 * gdb.base/paginate-inferior-exit.c: New file.
9674 * gdb.base/paginate-inferior-exit.exp: New file.
9675
0017922d
PA
96762014-07-14 Pedro Alves <palves@redhat.com>
9677
9678 PR gdb/17072
9679 * gdb.base/paginate-bg-execution.c: New file.
9680 * gdb.base/paginate-bg-execution.exp: New file.
9681
94696ad3
PA
96822014-07-14 Pedro Alves <palves@redhat.com>
9683
9684 PR gdb/17072
9685 * gdb.base/paginate-execution-startup.c: New file.
9686 * gdb.base/paginate-execution-startup.exp: New file.
9687 * lib/gdb.exp (pagination_prompt): New global.
9688 (default_gdb_spawn): New procedure, factored out from
9689 default_gdb_spawn.
9690 (default_gdb_start): Adjust to call default_gdb_spawn.
9691 (gdb_spawn): New procedure.
9692
bd293940
PA
96932014-07-14 Pedro Alves <palves@redhat.com>
9694
9695 * lib/gdb.exp (gdb_assert): New procedure.
9696 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9697
c933f875
PA
96982014-07-14 Pedro Alves <palves@redhat.com>
9699
9700 * gdb.base/execution-termios.c: New file.
9701 * gdb.base/execution-termios.exp: New file.
9702
d98b7a16
TT
97032014-07-14 Tom Tromey <tromey@redhat.com>
9704
9705 * gdb.cp/vla-cxx.cc: New file.
9706 * gdb.cp/vla-cxx.exp: New file.
9707
548740d6
TT
97082014-07-14 Tom Tromey <tromey@redhat.com>
9709
9710 * gdb.reverse/rerun-prec.c: New file.
9711 * gdb.reverse/rerun-prec.exp: New file.
9712
a25eb028
MR
97132014-07-12 Maciej W. Rozycki <macro@mips.com>
9714 Maciej W. Rozycki <macro@codesourcery.com>
9715
9716 * lib/gdb-utils.exp: New file.
9717 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9718 inline `gdb_init_command' processing.
9719 (gdb_start_cmd): Likewise.
9720 * lib/mi-support.exp (mi_run_cmd): Likewise.
9721 * README: Document `gdb_init_command' and `gdb_init_commands'.
9722
218c2655
JK
97232014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9724
9725 Fix false FAIL running under a very long directory name.
9726 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9727 and "set print elements 10000". Twice.
9728
5401fde3
YQ
97292014-07-11 Yao Qi <yao@codesourcery.com>
9730
9731 * gdb.base/exprs.exp: "set print symbol off".
9732
e76126e8
PA
97332014-07-11 Pedro Alves <palves@redhat.com>
9734
9735 * gdb.threads/kill.c: New file.
9736 * gdb.threads/kill.exp: New file.
9737
2d6f0de6
YQ
97382014-07-10 Yao Qi <yao@codesourcery.com>
9739
9740 * gdb.trace/tfile.c (write_basic_trace_file)
9741 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9742 address written to trace file.
9743
7180e04a
PA
97442014-07-09 Pedro Alves <palves@redhat.com>
9745
9746 * gdb.base/attach-wait-input.exp: New file.
9747 * gdb.base/attach-wait-input.c: New file.
9748
9a9a7608
AB
97492014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9750
9751 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9752 setting up test structures.
9753 (main): Call new test function.
9754 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9755 test function, continue into test function and walk test
9756 structures.
9757
161ac41e
YQ
97582014-07-02 Yao Qi <yao@codesourcery.com>
9759
9760 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9761 'bar_start' at the beginning of functions 'foo' and 'bar'
9762 respectively.
9763 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9764 instead of 'foo' and 'bar'.
9765
1f267ae3
MM
97662014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9767
9768 * gdb.btrace/segv.exp: New.
9769 * gdb.btrace/segv.c: New.
9770
2b239efb
LM
97712014-07-02 Luis Machado <lgustavo@codesourcery.com>
9772
9773 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9774 instruction.
9775
cf363f18
MW
97762014-06-30 Mark Wielaard <mjw@redhat.com>
9777
9778 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9779 vulture, vilify, villar): New volatile array constants.
9780 (vindictive, vegetation): New const volatile array constants.
9781 * gdb.base/volatile.exp: Test volatile and const volatile array
9782 types.
9783
aebf9d24
AA
97842014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9785
9786 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9787 target lacks support for awatch, rwatch, or hbreak.
9788
b67a2c6f
YQ
97892014-06-27 Yao Qi <yao@codesourcery.com>
9790
9791 * gdb.multi/dummy-frame-restore.exp: New.
9792 * gdb.multi/dummy-frame-restore.c: New.
9793
aef92902
MM
97942014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9795
9796 * gdb.btrace/gcore.exp: New.
9797
8e9db26e
PA
97982014-06-23 Pedro Alves <palves@redhat.com>
9799
9800 * gdb.base/watchpoint-reuse-slot.c: New file.
9801 * gdb.base/watchpoint-reuse-slot.exp: New file.
9802
70afc5b7
SC
98032014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9804
9805 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9806 progspace's filename in 'info', 'enable' and 'disable' command
9807 tests.
9808
b972bd9c
JK
98092014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9810
9811 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9812 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9813 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9814
125f8a3d
GB
98152014-06-20 Gary Benson <gbenson@redhat.com>
9816
9817 * gdb.arch/i386-avx.exp: Fix include file location.
9818 * gdb.arch/i386-sse.exp: Likewise.
9819
3ed9baed
IB
98202014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9821
9822 * gdb.dlang/expression.exp: New file.
9823
034f788c
PA
98242014-06-19 Pedro Alves <palves@redhat.com>
9825
9826 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9827 out from ...
9828 (top level): ... here. Iterate running tests under different
9829 scheduler-locking settings.
9830
45371d0c
LM
98312014-06-18 Luis Machado <lgustavo@codesourcery.com>
9832
9833 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9834 to DW_FORM_addr and use non-zero addresses.
9835
5d376983
SC
98362014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9837
9838 PR gdb/17017
9839 * gdb.python/py-xmethods.cc: Add global function call counters and
9840 increment them in their respective functions. Remove "cout"
9841 statements.
9842 * gdb.python/py-xmethods.exp: Make tests check the global function
9843 call counters instead of depending on inferior IO.
9844
a1aa2221
LM
98452014-06-18 Don Breazeal <donb@codesourcery.com>
9846
9847 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9848 Deleted procedure.
9849 (explicit_fork_parent_follow): Deleted procedure.
9850 (explicit_fork_child_follow): Deleted procedure.
9851 (test_follow_fork): New procedure.
9852 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9853 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9854 procedure calls.
9855
0fc05997
YQ
98562014-06-17 Yao Qi <yao@codesourcery.com>
9857
9858 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9859 CP1252.
9860
70795c52
LM
98612014-06-17 Luis Machado <lgustavo@codesourcery.com>
9862
9863 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9864 Initialize ptr and S explicitly.
9865 (skip_type_update_when_not_use_rtti_test): Likewise.
9866
6be47f0c
KS
98672014-06-16 Keith Seitz <keiths@redhat.com>
9868
9869 PR mi/15863
9870 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9871 the inferior is started.
9872
d03de421
PA
98732014-06-16 Pedro Alves <palves@redhat.com>
9874
9875 * gdb.base/break-main-file-remove-fail.c: New file.
9876 * gdb.base/break-main-file-remove-fail.exp: New file.
9877 * gdb.base/break-unload-file.exp: Use build_executable instead of
9878 prepare_for_testing.
9879 (test_break): New parameter "initial_load". Handle it.
9880 (top level): Add initial_load cmdline/file axis.
9881
f9579b99
TT
98822014-06-12 Tom Tromey <tromey@redhat.com>
9883
9884 * gdb.base/completion.exp: Don't use directory name in test.
9885
3657956b
GB
98862014-06-09 Gary Benson <gbenson@redhat.com>
9887
9888 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9889 separate the always-available ANSI-standard signals from the
9890 signals that require checking.
9891 (main): Likewise.
9892 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9893 Likewise.
9894 (main): Likewise.
9895
4186eb54
KS
98962014-06-07 Keith Seitz <keiths@redhat.com>
9897
9898 Revert:
9899 PR c++/16253
9900 * gdb.cp/var-tag.cc: New file.
9901 * gdb.cp/var-tag.exp: New file.
9902 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9903 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9904 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9905 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9906
25326a28 99072014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9908
9909 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9910
829155c9
PA
99112014-06-06 Pedro Alves <palves@redhat.com>
9912
9913 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9914 in target debug output instead of looking at RSP packets,
9915 disabling the test on any target that uses hardware stepping.
9916 Update comments.
9917
61c8d22e
PA
99182014-06-06 Pedro Alves <palves@redhat.com>
9919
9920 * gdb.base/break-unload-file.exp: Fix typo.
9921
d9a47287
YQ
99222014-06-06 Yao Qi <yao@codesourcery.com>
9923
9924 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9925 from "jit_function" to "^jit_function".
9926
e5e01dbf
YQ
99272014-06-06 Yao Qi <yao@codesourcery.com>
9928
9929 * gdb.base/async.c (foo): Add one statement.
9930 * gdb.base/async.exp: Get the next instruction address and
9931 match the output of "nexti" by instruction address. Match
9932 the hex address in the output of "finish".
9933
73ba372c
GB
99342014-06-06 Gary Benson <gbenson@redhat.com>
9935
9936 * gdb.base/call-signals.c: Remove preprocessor conditionals
9937 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9938 SIGSEGV and SIGTERM.
9939 * gdb.base/sigall.c: Likewise.
9940 * gdb.base/unwindonsignal.c: Likewise.
9941 * gdb.reverse/sigall-reverse.c: Likewise.
9942
831517df
YQ
99432014-06-06 Yao Qi <yao@codesourcery.com>
9944
9945 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9946 readable, skip the test.
9947
b8b91e98
YQ
99482014-06-06 Yao Qi <yao@codesourcery.com>
9949
9950 * gdb.threads/staticthreads.c (thread_function): Move the line
9951 setting breakpoint on forward.
9952 * gdb.threads/staticthreads.exp: Update comments.
9953
fb934770
LC
99542014-06-05 Ludovic Courtès <ludo@gnu.org>
9955
9956 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9957 "history-append! type error".
9958
6ef284bd
SM
99592014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9960
9961 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9962 erroneous dprintf expected input.
9963
a872e241
DE
99642014-06-04 Doug Evans <xdje42@gmail.com>
9965
9966 * gdb.guile/scm-generics.exp: Delete.
9967
16f691fb
DE
99682014-06-04 Doug Evans <xdje42@gmail.com>
9969
9970 * gdb.guile/scm-breakpoint.exp: Update.
9971 Add tests for breakpoint registration.
9972
012370f6
TT
99732014-06-04 Tom Tromey <tromey@redhat.com>
9974
9975 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9976 VLA-in-union.
9977 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9978 inner_vla_struct, vla_union types. Initialize objects of those
9979 types and compute their sizes.
9980
9f5a4cef
HZ
99812014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9982 Hui Zhu <hui@codesourcery.com>
9983
9984 * gdb.base/fileio.exp: Add test for shell not available as well as
9985 available.
9986 * gdb.base/fileio.c (test_system): Check for shell twice.
9987
90a45c4d
YQ
99882014-06-04 Yao Qi <yao@codesourcery.com>
9989
9990 * gdb.base/auto-connect-native-target.exp: Remove redundant
9991 space from the regexp pattern.
9992
70017e41
YQ
99932014-06-04 Yao Qi <yao@codesourcery.com>
9994
9995 * gdb.base/default.exp: Replace "child" with "native" in
9996 regexp pattern.
9997
883964a7
SC
99982014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9999
10000 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10001 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10002 * gdb.python/py-xmethods.py: Python script supporting the
10003 new testcase and tests.
10004
ef370185
JB
100052014-06-03 Joel Brobecker <brobecker@adacore.com>
10006 Pedro Alves <palves@redhat.com>
10007
10008 PR breakpoints/17000
10009 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10010 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10011
1e2ccb61
BM
100122014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10013
10014 * gdb.base/subst.exp: Add tests to verify partial path matching
10015 output.
10016
c6ec5ab2
PA
100172014-06-03 Pedro Alves <palves@redhat.com>
10018
10019 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10020 target that doesn't use software single-stepping.
10021
835c559f
PA
100222014-06-03 Pedro Alves <palves@redhat.com>
10023
10024 PR breakpoints/17000
10025 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10026 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10027
06eb1586
DE
100282014-06-02 Doug Evans <xdje42@gmail.com>
10029
10030 * gdb.guile/scm-parameter.exp: New file.
10031
e698b8c4
DE
100322014-06-02 Doug Evans <xdje42@gmail.com>
10033
10034 * gdb.guile/scm-cmd.c: New file.
10035 * gdb.guile/scm-cmd.exp: New file.
10036
ded03782
DE
100372014-06-02 Doug Evans <xdje42@gmail.com>
10038
10039 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10040 pretty-printer lookup.
10041 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10042 (make-pp_s-printer): Call it.
10043 (make-pretty-printer-from-dict): New function.
10044 (lookup-pretty-printer-maker-from-dict): New function.
10045 (*pretty-printer*): Simplify.
10046 (make-objfile-pp_s-printer): New function.
10047 (install-objfile-pretty-printers!): New function.
10048 (make-progspace-pp_s-printer): New function.
10049 (install-progspace-pretty-printers!): New function.
10050 * gdb.guile/scm-progspace.c: New file.
10051 * gdb.guile/scm-progspace.exp: New file.
10052
41fac0cf
PA
100532014-06-02 Pedro Alves <palves@redhat.com>
10054
10055 * gdb.base/dprintf-bp-same-addr.c: New file.
10056 * gdb.base/dprintf-bp-same-addr.exp: New file.
10057
96ae5695
EBM
100582014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10059
10060 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10061 * gdb.arch/powerpc-power.s: Likewise.
10062
da02b3a8
JB
100632014-06-02 Joel Brobecker <brobecker@adacore.com>
10064
10065 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10066
c72b2e7b
YQ
100672014-06-01 Yao Qi <yao@codesourcery.com>
10068
10069 * gdb.base/watchpoint.exp (test_watch_location): Check null
10070 pointer can be dereferenced. If not, do the test, otherwise
10071 skip it.
10072
53e8a631
AB
100732014-05-30 Andrew Burgess <aburgess@broadcom.com>
10074
10075 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10076 results.
10077 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10078
938f0e2f
AB
100792014-05-30 Andrew Burgess <aburgess@broadcom.com>
10080
10081 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10082 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10083 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10084 * gdb.arch/amd64-invalid-stack-top.c: New file.
10085 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10086
9ba6657a
PA
100872014-05-30 Pedro Alves <palves@redhat.com>
10088
10089 PR breakpoints/17000
10090 * gdb.base/sss-bp-on-user-bp.c: New file.
10091 * gdb.base/sss-bp-on-user-bp.exp: New file.
10092
522c09bf
DB
100932014-05-30 David Blaikie <dblaikie@gmail.com>
10094
10095 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10096 gnu_inline semantics via attribute.
10097 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10098 source explicitly specifies the required semantics.
10099
bf4ef81e
MR
101002014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10101
10102 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10103
329ea579
PA
101042014-05-29 Pedro Alves <palves@redhat.com>
10105 Tom Tromey <tromey@redhat.com>
10106
10107 * gdb.base/async-shell.exp: Don't enable target-async.
10108 * gdb.base/async.exp
10109 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10110 parameter. Adjust.
10111 (top level): Don't test with "target-async".
10112 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10113 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10114 * gdb.base/inferior-died.exp: Don't enable target-async.
10115 * gdb.base/interrupt-noterm.exp: Likewise.
10116 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10117 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10118 * gdb.mi/mi-nonstop.exp: Likewise.
10119 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10120 * gdb.mi/mi-nsintrall.exp: Likewise.
10121 * gdb.mi/mi-nsmoribund.exp: Likewise.
10122 * gdb.mi/mi-nsthrexec.exp: Likewise.
10123 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10124 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10125 * gdb.python/py-evsignal.exp: Don't enable target-async.
10126 * gdb.python/py-evthreads.exp: Likewise.
10127 * gdb.python/py-prompt.exp: Likewise.
10128 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10129 * gdb.server/solib-list.exp: Don't enable target-async.
10130 * gdb.threads/thread-specific-bp.exp: Likewise.
10131 * lib/mi-support.exp: Adjust to use mi-async.
10132
fd664c91
PA
101332014-05-29 Pedro Alves <palves@redhat.com>
10134
10135 PR gdb/13860
10136 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10137 reason, even in sync mode.
10138
251bde03
PA
101392014-05-29 Pedro Alves <palves@redhat.com>
10140 Hui Zhu <hui@codesourcery.com>
10141
10142 PR PR15693
10143 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10144 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10145 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10146 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10147
7f3c0343
JB
101482014-05-28 Joel Brobecker <brobecker@adacore.com>
10149
10150 * config/monitor.exp (gdb_target_monitor): Replace use of
10151 "set remotebaud" by "set serial baud".
10152
b2715b27
AW
101532014-05-26 Andy Wingo <wingo@igalia.com>
10154
10155 * gdb.guile/scm-breakpoint.exp:
10156 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10157 properties instead of gdb-object-properties.
10158
498a4489
YQ
101592014-05-26 Yao Qi <yao@codesourcery.com>
10160
10161 * gdb.server/no-thread-db.exp: Specify source file name
10162 explicitly when setting a breakpoint.
10163
589fdceb
MM
101642014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10165
10166 * gdb.btrace/vdso.c: New.
10167 * gdb.btrace/vdso.exp: New.
10168
e9089e05
MM
101692014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10170
10171 * gdb.base/gcore.exp (capture_command_output): Move ...
10172 * lib/gdb.exp (capture_command_output): ... here.
10173
67b5c0c1
MM
101742014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10175
10176 * gdb.btrace/data.exp: Test memory access during btrace replay.
10177
a2199296
SM
101782014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10179
10180 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10181
17b2616c
PA
101822014-05-21 Pedro Alves <palves@redhat.com>
10183
10184 PR gdb/13860
10185 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10186 (top level): Test that output related to execution commands is
10187 sent to the console with CLI commands, but not with MI commands.
10188 Test that breakpoint events are always mirrored to the console.
10189 Also expect the new source line to be output after a "next" in
10190 async mode too. Make it a pass/fail test.
10191 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10192 output.
10193 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10194
5166082f
PA
101952014-05-21 Pedro Alves <palves@redhat.com>
10196
10197 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10198 Use them to test variations of "list" after reaching a breakpoint.
10199 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10200 Test "list" with listsize 10 after reaching a breakpoint.
10201 * gdb.python/python.exp (decode_line current location line
10202 number): Adjust expected line number.
10203
2f25d70f
SM
102042014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10205
10206 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10207 behavior for $args, pass it directly to "run".
10208
ff604a67
MR
102092014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10210
10211 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10212 30000 to 65536.
10213
6a3cb8e8
PA
102142014-05-21 Pedro Alves <palves@redhat.com>
10215
10216 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10217 auto-connect-native-target off".
10218 * gdb.base/auto-connect-native-target.c: New file.
10219 * gdb.base/auto-connect-native-target.exp: New file.
10220
4ebfc96e
PA
102212014-05-21 Pedro Alves <palves@redhat.com>
10222
10223 * gdb.base/default.exp: Test "target native" instead of "target
10224 child".
10225
36d46afb
MW
102262014-05-21 Mark Wielaard <mjw@redhat.com>
10227
10228 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10229
5876f503
JK
102302014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10231
10232 Fix TLS access for -static -pthread.
10233 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10234 <HAVE_TLS> (thread_function, main): Initialize it.
10235 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10236 Add clean_restart.
10237 <$have_tls != "">: Check TLSVAR.
10238
0256a6ac
PA
102392014-05-21 Pedro Alves <palves@redhat.com>
10240
10241 * gdb.base/dcache-line-read-error.c: New.
10242 * gdb.base/dcache-line-read-error.exp: New.
10243
936d2992
PA
102442014-05-20 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.base/compare-sections.c: New file.
10247 * gdb.base/compare-sections.exp: New file.
10248
802e8e6d
PA
102492014-05-20 Pedro Alves <palves@redhat.com>
10250
10251 * gdb.base/break-idempotent.c: New file.
10252 * gdb.base/break-idempotent.exp: New file.
10253
e59fa00f
MM
102542014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10255
10256 * gdb.btrace/nohist.exp: New.
10257
8b696e31
YQ
102582014-05-20 Yao Qi <yao@codesourcery.com>
10259
10260 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10261 gdb.reverse directory and gdb_reverse_timeout exists in board
10262 setting.
10263 * README: Document gdb_reverse_timeout.
10264
73c9764f
YQ
102652014-05-20 Yao Qi <yao@codesourcery.com>
10266
10267 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10268 'test_file_name'. Treat args as a string instead of a list.
10269 (gdb_init): Rename argument 'args' by 'test_file_name'.
10270
f1f4348a
JK
102712014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10272
10273 * gdb.arch/powerpc-power.exp: New file.
10274 * gdb.arch/powerpc-power.s: New file.
10275
0dbe70ce
DE
102762014-05-16 Doug Evans <dje@google.com>
10277
10278 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10279 * gdb.base/completion.exp: Check that all expected files exist
10280 before doing file completion.
0dbe70ce 10281
8d551b02
DE
102822014-05-16 Doug Evans <dje@google.com>
10283
10284 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10285 Update.
10286 (do_syscall_tests_without_xml): Update.
10287
73eb7709
PA
102882014-05-16 Pedro Alves <palves@redhat.com>
10289
10290 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10291 instead of "unknown output after running".
10292
3fae92fc
YQ
102932014-05-16 Yao Qi <yao@codesourcery.com>
10294
10295 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10296 file1.txt from host at the end.
10297 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10298
c2b2ccc5
DE
102992014-05-15 Doug Evans <dje@google.com>
10300
10301 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10302 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10303 loading file. Add test for TU lookup.
10304
8c217a4b
SM
103052014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10306
10307 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10308 calling "-exec-arguments" or "set args" before running the
10309 inferior.
10310
3deb39c6
SM
103112014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10312
10313 * lib/mi-support.exp (mi_expect_stop): Expect message for
10314 inferiors that exit with non-zero exit code.
10315
71a79f8c
YQ
103162014-05-14 Yao Qi <yao@codesourcery.com>
10317
10318 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10319 match absolute path on remote host.
10320 (test_file_list_exec_source_files): Remove "/" from the
10321 pattern.
10322
f23fcd46
YQ
103232014-05-14 Yao Qi <yao@codesourcery.com>
10324
10325 * boards/local-remote-host-notty.exp (${board}_file): New
10326 proc.
10327
9404b58f
KM
103282014-05-07 Kyle McMartin <kyle@redhat.com>
10329
10330 Pushed by Joel Brobecker <brobecker@adacore.com>.
10331 * gdb.arch/aarch64-atomic-inst.c: New file.
10332 * gdb.arch/aarch64-atomic-inst.exp: New file.
10333
5e45f04c
YQ
103342014-05-07 Yao Qi <yao@codesourcery.com>
10335
10336 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10337 in current context" too.
10338
c888a17d
KS
103392014-05-05 Keith Seitz <keiths@redhat.com>
10340
10341 * gdb.linespec/ls-dollar.exp: Add test for linespec
10342 file:convenience_variable.
10343
290a839c
YQ
103442014-05-05 Yao Qi <yao@codesourcery.com>
10345
10346 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10347 traceframes into tfile and ctf trace files. Read data from
10348 trace file and test collected data.
10349 (gdb_collect_locals_test): Likewise.
10350 (gdb_unavailable_registers_test): Likewise.
10351 (gdb_unavailable_floats): Likewise.
10352 (gdb_collect_globals_test): Likewise.
10353 (top-level): Append "ctf" to trace_file_targets if GDB
10354 supports.
10355
b5262cd0
YQ
103562014-05-05 Yao Qi <yao@codesourcery.com>
10357
10358 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10359 code to ...
10360 (gdb_collect_args_test_1): ... it. New proc.
10361 (gdb_collect_locals_test): Move some code to ...
10362 (gdb_collect_locals_test_1): ... it. New proc.
10363 (gdb_unavailable_registers_test): Move some code to ...
10364 (gdb_unavailable_registers_test_1): ... it. New proc.
10365 (gdb_unavailable_floats): Move some code to ...
10366 (gdb_unavailable_floats_1): ... it. New proc.
10367
30a1e6cc
SDJ
103682014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10369
10370 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10371 probes to test for bitness recognition.
10372 * gdb.arch/amd64-stap-optional-prefix.exp
10373 (test_probe_value_without_reg): New procedure.
10374 Add code to test for different kinds of bitness.
10375
f33da99a
SDJ
103762014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10377
10378 PR breakpoints/16889
10379 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10380 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10381
5b80f00d
PA
103822014-05-01 Pedro Alves <palves@redhat.com>
10383
10384 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10385 gdb_file_cmd if no file is specified.
10386 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10387 last_loaded_file to set the remote exec-file.
10388
f8c2a73c
PA
103892014-05-01 Pedro Alves <palves@redhat.com>
10390
10391 * boards/local-remote-host.exp: New file.
10392
be6e8ac7
PA
103932014-05-01 Pedro Alves <palves@redhat.com>
10394
10395 * boards/local-remote-host.exp: Rename to ...
10396 * boards/local-remote-host-notty.exp: ... this.
10397
cac0dc8f
JB
103982014-04-28 Joel Brobecker <brobecker@adacore.com>
10399
10400 * gdb.ada/dyn_arrayidx: New testcase.
10401
9730e6cc
YQ
104022014-04-26 Yao Qi <yao@codesourcery.com>
10403
10404 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10405 and compute the length of function main. Save it in
10406 $main_length.
10407 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10408 (top-level): Use gdb_compile to compile objects into
10409 executable and restart GDB. Remove invocation to
10410 prepare_for_testing.
10411
7ae1a6a6
PA
104122014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10413 Pedro Alves <palves@redhat.com>
10414
10415 PR server/16255
10416 * gdb.multi/multi-attach.c: New file.
10417 * gdb.multi/multi-attach.exp: New file.
10418
4082afcc
PA
104192014-04-25 Pedro Alves <palves@redhat.com>
10420
10421 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10422 user.
10423 (top level): Test that "set remote conditional-breakpoints-packet
10424 off" works as intended.
10425 * gdb.base/dprintf.exp: Test that "set remote
10426 breakpoint-commands-packet off" works as intended.
10427 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10428 New function.
10429 (top level): Call it.
10430 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10431 remote fast-tracepoints-packet off" works as intended.
10432 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10433 * lib/gdb.exp (gdb_is_target_remote): ... here.
10434
2abc3f8d
DB
104352014-04-24 David Blaikie <dblaikie@gmail.com>
10436
10437 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10438 ensure clang would not discard them.
10439 * gdb.base/gdbvars.c: Ditto.
10440 * gdb.base/memattr.c: Ditto.
10441 * gdb.base/whatis.c: Ditto.
10442 * gdb.python/py-prettyprint.c: Ditto.
10443 * gdb.trace/actions.c: Ditto.
10444 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10445 ensure clang would not discard it.
10446
bfd39632
DB
104472014-04-24 David Blaikie <dblaikie@gmail.com>
10448
10449 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10450 clang to emit the full definition of type required by the test
10451 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10452
22842ff6
DB
104532014-04-24 David Blaikie <dblaikie@gmail.com>
10454
10455 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10456 coax Clang into emitting the definition of the type.
10457 * gdb.cp/pr10728-x.h (y): Ditto.
10458 * gdb.cp/pr10728-y.cc (y): Ditto.
10459
c2e827ad
DB
104602014-04-24 David Blaikie <dblaikie@gmail.com>
10461
10462 * gdb.base/label.exp: XFAIL label related tests under Clang.
10463 * gdb.cp/cplabel.exp: Ditto.
10464 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10465 under Clang those using labels.
10466
4c2d33e7
YQ
104672014-04-25 Yao Qi <yao@codesourcery.com>
10468
10469 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10470 double_label.
10471 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10472 partial_label and double_label.
10473
56083b99
DB
104742014-04-24 David Blaikie <dblaikie@gmail.com>
10475
10476 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10477
25d4e99d
DB
104782014-04-24 David Blaikie <dblaikie@gmail.com>
10479
10480 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10481 of the function to work across GCC and Clang.
10482 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10483 pointer types (const void ** const V void **).
10484
01f9f808
MS
104852014-04-24 Michael Sturm <michael.sturm@mintel.com>
10486 Walfred Tedeschi <walfred.tedeschi@intel.com>
10487
10488 * Makefile.in (EXECUTABLES): Added i386-avx512.
10489 * gdb.arch/i386-avx512.c: New file.
10490 * gdb.arch/i386-avx512.exp: Likewise.
10491
4b48d439
KS
104922014-04-23 Keith Seitz <keiths@redhat.com>
10493
10494 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10495 (mi_make_breakpoint_table): New procedure.
10496 (mi_create_breakpoint): Use mi_make_breakpoint
10497 and return the result.
10498 (mi_make_breakpoint): New procedure.
10499 (mi_build_kv_pairs): New procedure.
10500
10501 * gdb.mi/mi-break.exp: Remove unused globals,
10502 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10503 All callers updated.
10504 * gdb.mi/mi-dprintf.exp: Use variable to track command
10505 number.
10506 Update all callers of mi_create_breakpoint and use
10507 mi_make_breakpoint_table.
10508 Remove any unused global variables.
10509 * gdb.mi/mi-nonstop.exp: Likewise.
10510 * gdb.mi/mi-nsintrall.exp: Likewise.
10511 * gdb.mi/mi-nsmoribund.exp: Likewise.
10512 * gdb.mi/mi-nsthrexec.exp: Likewise.
10513 * gdb.mi/mi-reverse.exp: Likewise.
10514 * gdb.mi/mi-simplerun.exp: Likewise.
10515 * gdb.mi/mi-stepn.exp: Likewise.
10516 * gdb.mi/mi-syn-frame.exp: Likewise.
10517 * gdb.mi/mi-until.exp: Likewise.
10518 * gdb.mi/mi-var-cp.exp: Likewise.
10519 * gdb.mi/mi-var-display.exp: Likewise.
10520 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10521 * gdb.mi/mi2-var-child.exp: Likewise.
10522 * gdb.mi/mi-vla-c99.exp: Likewise.
10523 * lib/mi-support.exp: Likewise.
10524
10525 From Ian Lance Taylor <iant@cygnus.com>:
10526 * lib/gdb.exp (parse_args): New procedure.
10527
08351840
PA
105282014-04-23 Pedro Alves <palves@redhat.com>
10529
10530 * gdb.base/break-unload-file.c: New file.
10531 * gdb.base/break-unload-file.exp: New file.
10532 * gdb.base/sym-file-lib.c (baz): New function.
10533 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10534 field.
10535 (load): Store the segment's mapped size.
10536 (unload): New function.
10537 (unload_shlib): New function.
10538 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10539 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10540 set a breakpoint at baz, and call it.
10541 * gdb.base/sym-file.exp: New tests for stale breakpoint
10542 instructions.
10543
076855f9
PA
105442014-04-23 Pedro Alves <palves@redhat.com>
10545
10546 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10547 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10548 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10549 * gdb.base/hbreak-unmapped.c: New file.
10550 * gdb.base/hbreak-unmapped.exp: New file.
10551 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10552 * lib/gdb.exp (gdb_is_target_remote): ... here.
10553
483805cf
PA
105542014-04-22 Pedro Alves <palves@redhat.com>
10555
10556 * gdb.base/consecutive-step-over.c: New file.
10557 * gdb.base/consecutive-step-over.exp: New file.
10558
06d97543
PA
105592014-04-22 Pedro Alves <palves@redhat.com>
10560
10561 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10562 instead of send_gdb/gdb_expect.
10563
b4429ea2
YQ
105642014-04-22 Yao Qi <yao@codesourcery.com>
10565
10566 * lib/trace-support.exp (generate_tracefile): New procedure.
10567 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10568 return 0.
10569 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10570 if generate_tracefile returns 1.
10571
51d48146
PA
105722014-04-18 Tom Tromey <palves@redhat.com>
10573 Pedro alves <tromey@redhat.com>
10574
10575 PR backtrace/15558
10576 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10577 with a backtrace limit.
10578 * gdb.python/py-frame-inline.exp: Test running to an inline
10579 function with a backtrace limit, and printing the newest frame.
10580 * gdb.python/py-frame-inline.c (main): Call f.
10581
bd1dce5f
MS
105822014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10583
10584 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10585
40d1a503
MS
105862014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10587
10588 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10589 Drop prefix from unsupported source file path.
10590
389b98f7
YQ
105912014-04-17 Yao Qi <yao@codesourcery.com>
10592
10593 * lib/gdb.exp (with_target_charset): New proc.
10594 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10595 with_target_charset.
10596 (test_print_strings): Likewise.
10597 (test_repeat_bytes): Likewise.
10598 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10599 for some tests.
10600
22869d73
KS
106012014-04-16 Keith Seitz <keiths@redhat.com>
10602
10603 PR gdb/15827
10604 * gdb.dwarf2/corrupt.c: New file.
10605 * gdb.dwarf2/corrupt.exp: New file.
10606
c4f87ca6
KS
106072014-04-16 Keith Seitz <keiths@redhat.com>
10608
10609 PR c++/16597
10610 * gdb.cp/namelessclass.cc: New file.
10611 * gdb.cp/namelessclass.exp: New file.
10612 * gdb.cp/namelessclass.S: New file.
10613
ab19de87
DE
106142014-04-16 Doug Evans <dje@google.com>
10615
10616 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10617 Add comment.
10618 (gdbserver_default_get_comm_port): New function.
10619 (gdbserver_start): Check if board file provided
10620 "gdbserver,get_comm_port" and use it if so.
10621 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10622 (gdb,socketport): Set to "stdio".
10623 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10624 (stdio_gdbserver_template): Delete.
10625 (${board}_get_remote_address): Update.
10626 (${board}_build_remote_cmd): Delete.
10627 (${board}_get_comm_port): New function.
10628 (${board}_spawn): Update.
10629 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10630 Delete.
10631 (${board}_get_remote_address): Update.
10632 (${board}_get_comm_port): New function.
10633
fc98a809
AB
106342014-04-16 Andrew Burgess <aburgess@broadcom.com>
10635
10636 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10637 appearing in any order.
10638
87fd9e6e
DE
106392014-04-15 Doug Evans <dje@google.com>
10640
10641 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10642 uninitialized value of "description".
10643
099fc3ea
KS
106442014-04-15 Keith Seitz <keiths@redhat.com>
10645
10646 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10647 Remove unused globals.
10648 (test_running_the_program): Likewise.
10649 (test_controlled_execution): Likewise.
10650 (test_controlling_breakpoints): Likewise.
10651 (test_program_termination): Likewise.
10652
5da151d4
KS
106532014-04-15 Keith Seitz <keiths@redhat.com>
10654
10655 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10656 unused globals.
10657 (test_rbreak_creation_and_listing): Likewise.
10658 (test_ignore_count): Likewise.
10659 (test_error): Likewise.
10660
35e5d2f0
PA
106612014-04-15 Pedro Alves <palves@redhat.com>
10662
10663 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10664 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10665 sym-file-loader.c.
10666 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10667 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10668 to sym-file-loader.c.
10669 (struct library): Forward declare.
10670 (load_shlib, lookup_function): Change prototypes.
10671 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10672 (translate_offset): Remove declarations.
10673 (get_text_addr): New declaration.
10674 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10675 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10676 sym-file-loader.h.
10677 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10678 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10679 here from sym-file-loader.h.
10680 (struct library): New structure.
10681 (load_shlib, lookup_function): Change prototypes and adjust to
10682 work with a struct library.
10683 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10684 (translate_offset): Make static.
10685 (get_text_addr): New function.
10686 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10687
eb4c1710
PA
106882014-04-15 Pedro Alves <palves@redhat.com>
10689
10690 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10691
2d1baf52
PA
106922014-04-15 Pedro Alves <palves@redhat.com>
10693
10694 * gdb.base/sym-file-loader.c: Include <limits.h>.
10695 (SELF_LINK): New define.
10696 (get_origin): New function.
10697 (load_shlib): Use it.
10698 * gdb.base/sym-file.exp: Don't early return if the target is
10699 remote. Use runto_main, and issue fail is that fails. Use
10700 gdb_load_shlibs.
10701 (shlib_name): Delete.
10702 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10703
7dd6df01
PA
107042014-04-15 Pedro Alves <palves@redhat.com>
10705
10706 * gdb.base/sym-file.exp: Remove regex characters from test
10707 message. Don't refer to breakpoint numbers in test messages.
10708
b50c8614
KS
107092014-04-14 Keith Seitz <keiths@redhat.com>
10710
10711 PR c++/16253
10712 * gdb.cp/var-tag.cc: New file.
10713 * gdb.cp/var-tag.exp: New file.
10714 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10715 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10716 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10717 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10718
3d567982
TT
107192014-04-14 Tom Tromey <tromey@redhat.com>
10720
10721 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10722 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10723 type.
10724 * gdb.cp/enum-class.exp: New file.
10725 * gdb.cp/enum-class.cc: New file.
10726
0626fc76
TT
107272014-04-14 Tom Tromey <tromey@redhat.com>
10728
10729 * gdb.dwarf2/enum-type.exp: New file.
10730
dca325b3
SA
107312014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10732
10733 * gdb.mi/mi-vla-c99.exp: New file.
10734 * gdb.mi/vla.c: New file.
10735
5854b38a
SA
107362014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10737
10738 * gdb.base/vla-datatypes.c: New file.
10739 * gdb.base/vla-datatypes.exp: New file.
10740
463bb957
SA
107412014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10742
10743 * gdb.base/vla-ptr.c: New file.
10744 * gdb.base/vla-ptr.exp: New file.
10745
3dd170be
SA
107462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10747
10748 * gdb.dwarf2/count.exp: New file.
10749
5ecaaa66
SA
107502014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10751
10752 * gdb.base/vla-sideeffect.c: New file.
10753 * gdb.base/vla-sideeffect.exp: New file.
10754
41f1ada5
DB
107552014-04-14 David Blaikie <dblaikie@gmail.com>
10756
10757 * gdb.mi/non-stop.c: Add return value for non-void function return
10758 statement.
10759 * gdb.threads/staticthreads.c: Ditto.
10760
0be03e84
DE
107612014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10762 Doug Evans <xdje42@gmail.com>
10763
10764 * gdb.guile/scm-value.c: Improve test case.
10765 * gdb.guile/scm-value.exp: Add new test.
10766
f180a1fb
DB
107672014-04-11 David Blaikie <dblaikie@gmail.com>
10768
10769 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10770 override Clang's default.
10771
6b662e19
JB
107722014-04-11 Joel Brobecker <brobecker@adacore.com>
10773
10774 Revert the following changes (regressions):
10775
10776 * gdb.base/vla-sideeffect.c: New file.
10777 * gdb.base/vla-sideeffect.exp: New file.
10778
10779 * gdb.dwarf2/count.exp: New file.
10780
10781 * gdb.base/vla-multi.c: New file.
10782 * gdb.base/vla-multi.exp: New file.
10783
10784 * gdb.base/vla-ptr.c: New file.
10785 * gdb.base/vla-ptr.exp: New file.
10786
10787 * gdb.base/vla-datatypes.c: New file.
10788 * gdb.base/vla-datatypes.exp: New file.
10789
10790 * gdb.mi/mi-vla-c99.exp: New file.
10791 * gdb.mi/vla.c: New file.
10792
245a5f0b
KS
107932014-04-11 Keith Seitz <keiths@redhat.com>
10794
10795 PR c++/16675
10796 * gdb.cp/cpsizeof.exp: New file.
10797 * gdb.cp/cpsizeof.cc: New file.
10798
58a84dcf
SA
107992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10800
191a8a90
JB
10801 * gdb.mi/mi-vla-c99.exp: New file.
10802 * gdb.mi/vla.c: New file.
58a84dcf 10803
c8655f75
SA
108042014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10805
10806 * gdb.base/vla-datatypes.c: New file.
10807 * gdb.base/vla-datatypes.exp: New file.
10808
024e13b4
SA
108092014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10810
10811 * gdb.base/vla-ptr.c: New file.
10812 * gdb.base/vla-ptr.exp: New file.
10813
1a237e0e
SA
108142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10815
10816 * gdb.base/vla-multi.c: New file.
10817 * gdb.base/vla-multi.exp: New file.
10818
504f3432
SA
108192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10820
10821 * gdb.dwarf2/count.exp: New file.
10822
3bce8237
SA
108232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10824
191a8a90
JB
10825 * gdb.base/vla-sideeffect.c: New file.
10826 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10827
322f9c21
YQ
108282014-04-11 Yao Qi <yao@codesourcery.com>
10829
10830 * gdb.base/completion.exp: Check file exists before running tests
10831 on file completion.
10832
d708bcd1
PA
108332014-04-10 Pedro Alves <palves@redhat.com>
10834
10835 * gdb.base/cond-eval-mode.c: New file.
10836 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10837 prepare_for_testing to build the new file. Check result of
10838 runto_main.
10839 (test_break, test_watch): New procedures.
10840 (top level): Use them.
10841
ae1d2761
PM
108422014-04-08 Pierre Muller <muller@sourceware.org>
10843
10844 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10845 Ctrl-V use for mingw hosts.
10846
7af389b8
SC
108472014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10848
10849 * gdb.python/py-value.c: Improve test case.
10850 * gdb.python/py-value.exp: Add new test.
10851
5e703181
DE
108522014-04-07 David Blaikie <dblaikie@gmail.com>
10853
10854 * lib/compiler.c: Identify the clang compiler.
10855 * lib/compiler.cc: Ditto.
10856
9810b410
YQ
108572014-04-03 Yao Qi <yao@codesourcery.com>
10858
10859 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10860
98d1b8dc
AB
108612014-04-01 Anton Blanchard <anton@samba.org>
10862
10863 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10864 messages unique.
10865
3114cea1
AB
108662014-04-01 Anton Blanchard <anton@samba.org>
10867
10868 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10869 prepare_for_testing.
10870
62f7182c
AB
108712014-04-01 Anton Blanchard <anton@samba.org>
10872
10873 * gdb.arch/ppc64-atomic-inst.c: Remove.
10874 * gdb.arch/ppc64-atomic-inst.S: New file.
10875 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10876
770e7fc7
DE
108772014-03-31 Doug Evans <dje@google.com>
10878
10879 * gdb.base/print-symbol-loading-lib.c: New file.
10880 * gdb.base/print-symbol-loading-main.c: New file.
10881 * gdb.base/print-symbol-loading.exp: New file.
10882
46e2bafa
YQ
108832014-03-31 Yao Qi <yao@codesourcery.com>
10884
10885 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10886
8776cfe9
JB
108872014-03-28 Joel Brobecker <brobecker@adacore.com>
10888
10889 * gdb.ada/mi_dyn_arr: New testcase.
10890
5d1ef361
DE
108912014-03-27 Doug Evans <dje@google.com>
10892
10893 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10894
b5bee914
YQ
108952014-03-27 Yao Qi <yao@codesourcery.com>
10896
10897 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10898 if target is nios2-*-*.
10899
0d4d0e77
YQ
109002014-03-26 Yao Qi <yao@codesourcery.com>
10901
10902 * lib/gdb.exp (readline_is_used): New proc.
10903 * gdb.base/completion.exp: Move tests on command complete up.
10904 Skip the rest of tests if readline is not used.
10905 * gdb.ada/complete.exp: Skp the test if readline is not
10906 used.
10907 * gdb.base/filesym.exp: Likewise.
10908 * gdb.base/macscp.exp: Likewise.
10909 * gdb.base/readline-ask.exp: Likewise.
10910 * gdb.base/readline.exp: Likewise.
10911 * gdb.python/py-cmd.exp: Likewise.
10912 * gdb.trace/tfile.exp: Likewise.
10913
29361eee
YQ
109142014-03-26 Yao Qi <yao@codesourcery.com>
10915
10916 * gdb.base/macscp.exp: Fix code format issues.
10917
bc9a5525
UW
109182014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10919
10920 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10921 * gdb.asm/powerpc64le.inc: New file.
10922
d3839ede
PA
109232014-03-25 Pedro Alves <palves@redhat.com>
10924 Doug Evans <dje@google.com>
10925
10926 * gdb.base/source-execution.c: New file.
10927 * gdb.base/source-execution.exp: New file.
10928 * gdb.base/source-execution.gdb: New file.
10929
01672a57
DE
109302014-03-24 Doug Evans <dje@google.com>
10931
10932 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10933 using fission.
10934
88bbeca9
HZ
109352014-03-24 Hui Zhu <hui@codesourcery.com>
10936 Pedro Alves <palves@redhat.com>
10937
10938 PR breakpoints/16101
10939 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10940 test pass/fail messages. Detect missing support for dprintf when
10941 breakpoints are actually inserted.
10942 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10943 breakpoints are actually inserted.
10944 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10945 fails.
10946
d2348791
JK
109472014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10948
10949 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10950
feef67ab
DE
109512014-03-22 Doug Evans <xdje42@gmail.com>
10952
10953 * gdb.python/python.exp (python not supported): Verify multi-line
10954 python command issues an error.
25d743f9 10955 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10956 guile command issues an error.
feef67ab 10957
ecebef6a
MR
109582014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10959
10960 * gdb.threads/thread-specific.exp: Handle the lack of usable
10961 $this_breakpoint and $this_thread.
10962
ccdd1909
HZ
109632014-03-21 Hui Zhu <hui@codesourcery.com>
10964
10965 * gdb.base/attach.exp (do_command_attach_tests): New.
10966
beb460e8
PA
109672014-03-20 Tom Tromey <tromey@redhat.com>
10968 Pedro Alves <palves@redhat.com>
10969
10970 PR cli/15718
10971 * gdb.base/condbreak-call-false.c: New file.
10972 * gdb.base/condbreak-call-false.exp: New file.
10973
40acf43a
PA
109742014-03-20 Pedro Alves <palves@redhat.com>
10975
10976 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10977 Delete.
10978 (block_signals, unblock_signals): Delete.
10979 (child_function_2, main): Remove references to deleted variable
10980 and functions.
10981
9f5e1e02
PA
109822014-03-20 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10985 Use pthread_kill to signal thread 2.
10986 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10987 Adjust to make the test send itself a signal rather than using the
10988 host's "kill" command.
10989
99619bea
PA
109902014-03-20 Pedro Alves <palves@redhat.com>
10991
10992 * gdb.threads/multiple-step-overs.c: New file.
10993 * gdb.threads/multiple-step-overs.exp: New file.
10994 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10995 Adjust expected infrun debug output.
10996
2adfaa28
PA
109972014-03-20 Pedro Alves <palves@redhat.com>
10998
10999 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11000 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11001
31e77af2
PA
110022014-03-20 Pedro Alves <palves@redhat.com>
11003
11004 PR breakpoints/7143
11005 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11006 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11007 of gdb_test_multiple.
11008 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11009 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11010
b9f437de
PA
110112014-03-20 Pedro Alves <palves@redhat.com>
11012
11013 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11014 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11015
05adc73e
PA
110162014-03-19 Pedro Alves <palves@redhat.com>
11017
11018 * gdb.base/async.exp: Remove early return.
11019
6048b950
PA
110202014-03-19 Pedro Alves <palves@redhat.com>
11021
11022 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11023
8bcfb00a
PA
110242014-03-19 Pedro Alves <palves@redhat.com>
11025
11026 * gdb.base/async.exp (test_background): Expect \r\n after
11027 "completed." in the fail pattern.
11028
884e37dc
PA
110292014-03-19 Pedro Alves <palves@redhat.com>
11030
11031 * gdb.base/async.exp (test_background): New procedure.
11032 Use it for all background execution command tests.
11033
148e57e2
PA
110342014-03-19 Pedro Alves <palves@redhat.com>
11035
11036 * gdb.base/async.exp: Use prepare_for_testing.
11037
f48088c7
PA
110382014-03-19 Pedro Alves <palves@redhat.com>
11039
11040 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11041 the same line.
11042
e2f6c966
PA
110432014-03-19 Pedro Alves <palves@redhat.com>
11044
11045 * gdb.base/async.c (main): Add "jump here" and "until here" line
11046 marker comments.
11047 * gdb.base/async.exp (jump_here): New global.
11048 (jump& test): Use it.
11049 (until_here): New global.
11050 (until& test): Use it.
11051
c30568d4
PA
110522014-03-19 Pedro Alves <palves@redhat.com>
11053
11054 * gdb.base/async.exp: Don't frob gdb_protocol.
11055
0172b6a7
DE
110562014-03-18 Doug Evans <xdje42@gmail.com>
11057
11058 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11059 Fix spelling of exec-done-display.
11060
06c868a8
JK
110612014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11062
11063 PR gdb/15358
11064 * gdb.base/gdb-sigterm.c: New file.
11065 * gdb.base/gdb-sigterm.exp: New file.
11066
0c7e1a46
PA
110672014-03-18 Pedro Alves <palves@redhat.com>
11068
11069 PR gdb/13860
11070 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11071 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11072 solib-event.
11073
f7c77d93
JB
110742014-03-17 Joel Brobecker <brobecker@adacore.com>
11075
11076 * gdb.ada/pckd_arr_ren: New testcase.
11077
5a1e8c7a
DE
110782014-03-13 Doug Evans <xdje42@gmail.com>
11079
11080 PR guile/16612
11081 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11082 collect after discarding symbols.
11083
350e1a76
DE
110842014-03-13 Ludovic Courtès <ludo@gnu.org>
11085 Doug Evans <xdje42@gmail.com>
11086
11087 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11088 to history survives a gc.
11089
a69900ae
PA
110902014-03-13 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.base/default.exp: Don't test "target procfs".
11093
5db9f0bd
PA
110942014-03-13 Pedro Alves <palves@redhat.com>
11095
11096 * gdb.base/default.exp: Update "target child" and "target procfs"
11097 tests to not expect "Unix".
11098
b3ccfe11
TT
110992014-03-12 Tom Tromey <tromey@redhat.com>
11100
11101 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11102 New procs. Add target-async tests.
11103 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11104 Add target-async tests.
11105
646f4417
AA
111062014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11107
11108 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11109 'func_start' and 'func_end' for the beginning and end of the
11110 function code, respectively.
11111 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11112 'func_end' instead of 'func' and 'main'.
11113
288c211f
AA
111142014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11115
11116 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11117 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11118 generate the debug info assembler source.
11119
e0c0f156
AA
111202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11121
11122 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11123 * gdb.dwarf2/arr-subrange.exp: Likewise.
11124 * gdb.dwarf2/dwz.exp: Likewise.
11125 * gdb.dwarf2/method-ptr.exp: Likewise.
11126 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11127 * gdb.dwarf2/subrange.exp: Likewise.
11128 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11129 * gdb.dwarf2/implptrpiece.exp: Likewise.
11130 * gdb.dwarf2/nostaticblock.exp: Likewise.
11131
0e5c4555
AA
111322014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11133
11134 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11135 directory to absolute path name arguments.
11136
5ec18f2b
JG
111372014-03-10 Joel Brobecker <brobecker@adacore.com>
11138
11139 * gdb.ada/tagged_access: New testcase.
11140
847fc4f2
MM
111412014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11142
11143 * gdb.btrace/data.exp: Update expected output.
11144
cc3da688
YQ
111452014-03-06 Yao Qi <yao@codesourcery.com>
11146
11147 * gdb.trace/pr16508.exp: New file.
11148
0f26cec1
PA
111492014-03-05 Pedro Alves <palves@redhat.com>
11150
11151 PR gdb/16575
11152 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11153 procedure.
11154 (top level): Adjust to use it. Add tests that exercise breakpoint
11155 interaction with the code-cache.
11156
7a5a839f
LC
111572014-02-26 Ludovic Courtès <ludo@gnu.org>
11158
11159 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11160 test for 'history-append!'.
11161
31aa7e4e
JB
111622014-02-26 Joel Brobecker <brobecker@adacore.com>
11163
11164 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11165 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11166 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11167 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11168 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11169 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11170
1b588015
JB
111712014-02-26 Joel Brobecker <brobecker@adacore.com>
11172
11173 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11174 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11175 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11176
55426c9d
JB
111772014-02-26 Joel Brobecker <brobecker@adacore.com>
11178
11179 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11180
dc53a7ad
JB
111812014-02-26 Joel Brobecker <brobecker@adacore.com>
11182
11183 * gdb.dwarf2/arr-stride.c: New file.
11184 * gdb.dwarf2/arr-stride.exp: New file.
11185
12ab52e9
PA
111862014-02-26 Pedro Alves <palves@redhat.com>
11187
11188 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11189 that won't ever trigger. Make sure that GDB reports the correct
11190 breakpoint that caused the stop.
11191
849c862e
JK
111922014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11193
11194 PR gdb/16626
11195 * gdb.base/auto-load-script: New file.
11196 * gdb.base/auto-load.c: New file.
11197 * gdb.base/auto-load.exp: New file.
11198
71b7d793
JK
11199 PR gdb/16626
11200 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11201
e2f0d509
JK
112022014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11203
11204 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11205 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11206
50cc37c8
DE
112072014-02-24 Doug Evans <dje@google.com>
11208
11209 * lib/gdb.exp (run_on_host): Log error output if program fails.
11210
ea4758f2
PA
112112014-02-21 Pedro Alves <palves@redhat.com>
11212
11213 * gdb.threads/step-after-sr-lock.c: Rename to ...
11214 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11215 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11216 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11217 ... this.
11218
d7b30f67
SDJ
112192014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11220
11221 PR tdep/16397
11222 * gdb.arch/amd64-stap-special-operands.exp: New file.
11223 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11224 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11225 * gdb.arch/amd64-stap-triplet.S: Likewise.
11226 * gdb.arch/amd64-stap-triplet.c: Likewise.
11227
83deb43f
JB
112282014-02-20 Joel Brobecker <brobecker@adacore.com>
11229
11230 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11231 in .section pseudo-op.
11232
adde2bff
DE
112332014-02-20 lin zuojian <manjian2006@gmail.com>
11234 Joel Brobecker <brobecker@adacore.com>
11235 Doug Evans <xdje42@gmail.com>
11236
11237 PR symtab/16581
11238 * gdb.dwarf2/dw2-icycle.S: New file.
11239 * gdb.dwarf2/dw2-icycle.c: New file.
11240 * gdb.dwarf2/dw2-icycle.exp: New file.
11241
f7bd0f78
SC
112422014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11243
11244 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11245 operations on gdb.Value objects.
11246 * gdb.python/py-value-cc.exp: Add new test to test operations on
11247 gdb.Value objects.
11248
c17ef0d5
DE
112492014-02-18 Doug Evans <dje@google.com>
11250
11251 * Makefile.in (TESTS): New variable.
11252 (expanded_tests, expanded_tests_or_none): New variables
11253 (check-single): Pass $(expanded_tests_or_none) to runtest.
11254 (check-parallel): Only run tests in $(TESTS) if non-empty.
11255 (check/no-matching-tests-found): New rule.
11256 * README: Document TESTS makefile variable.
11257
5dd3176f
DE
112582014-02-18 Doug Evans <dje@google.com>
11259
11260 * Makefile.in (check-parallel): rm -rf outputs temp.
11261
0b10be4f
JK
112622014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11263
11264 Fix "ERROR: no fileid for" in the testsuite.
11265 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11266
85f224e7
DE
112672014-02-12 Doug Evans <dje@google.com>
11268
11269 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11270 (MISCELLANEOUS): New variable.
11271 (clean): rm -rf $(MISCELLANEOUS).
11272 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11273 dwp live in the same directory as symlinks, with each symlink pointed
11274 to a differently named file in a different directory.
11275
149b30ff
DE
112762014-02-11 Doug Evans <dje@google.com>
11277
11278 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11279 of Tcl file commands.
11280
1dfdac32
MK
112812014-02-10 Mark Kettenis <kettenis@gnu.org>
11282
11283 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11284 "kill -SIGUSR1 -1".
11285
aa4fb036
JB
112862014-02-10 Joel Brobecker <brobecker@adacore.com>
11287
11288 * gdb.ada/tick_length_array_enum_idx: New testcase.
11289
ed3ef339
DE
112902014-02-10 Doug Evans <xdje42@gmail.com>
11291
11292 * configure.ac (AC_OUTPUT): Add gdb.guile.
11293 * configure: Regenerate.
11294 * lib/gdb-guile.exp: New file.
11295 * lib/gdb.exp (get_target_charset): New function.
11296 * gdb.base/help.exp: Update expected output from "apropos apropos".
11297 * gdb.guile/Makefile.in: New file.
11298 * gdb.guile/guile.exp: New file.
11299 * gdb.guile/scm-arch.c: New file.
11300 * gdb.guile/scm-arch.exp: New file.
11301 * gdb.guile/scm-block.c: New file.
11302 * gdb.guile/scm-block.exp: New file.
11303 * gdb.guile/scm-breakpoint.c: New file.
11304 * gdb.guile/scm-breakpoint.exp: New file.
11305 * gdb.guile/scm-disasm.c: New file.
11306 * gdb.guile/scm-disasm.exp: New file.
11307 * gdb.guile/scm-equal.c: New file.
11308 * gdb.guile/scm-equal.exp: New file.
11309 * gdb.guile/scm-error.exp: New file.
11310 * gdb.guile/scm-error.scm: New file.
11311 * gdb.guile/scm-frame-args.c: New file.
11312 * gdb.guile/scm-frame-args.exp: New file.
11313 * gdb.guile/scm-frame-args.scm: New file.
11314 * gdb.guile/scm-frame-inline.c: New file.
11315 * gdb.guile/scm-frame-inline.exp: New file.
11316 * gdb.guile/scm-frame.c: New file.
11317 * gdb.guile/scm-frame.exp: New file.
11318 * gdb.guile/scm-generics.exp: New file.
11319 * gdb.guile/scm-gsmob.exp: New file.
11320 * gdb.guile/scm-iterator.c: New file.
11321 * gdb.guile/scm-iterator.exp: New file.
11322 * gdb.guile/scm-math.c: New file.
11323 * gdb.guile/scm-math.exp: New file.
11324 * gdb.guile/scm-objfile-script-gdb.in: New file.
11325 * gdb.guile/scm-objfile-script.c: New file.
11326 * gdb.guile/scm-objfile-script.exp: New file.
11327 * gdb.guile/scm-objfile.c: New file.
11328 * gdb.guile/scm-objfile.exp: New file.
11329 * gdb.guile/scm-ports.exp: New file.
11330 * gdb.guile/scm-pretty-print.c: New file.
11331 * gdb.guile/scm-pretty-print.exp: New file.
11332 * gdb.guile/scm-pretty-print.scm: New file.
11333 * gdb.guile/scm-section-script.c: New file.
11334 * gdb.guile/scm-section-script.exp: New file.
11335 * gdb.guile/scm-section-script.scm: New file.
11336 * gdb.guile/scm-symbol.c: New file.
11337 * gdb.guile/scm-symbol.exp: New file.
11338 * gdb.guile/scm-symtab-2.c: New file.
11339 * gdb.guile/scm-symtab.c: New file.
11340 * gdb.guile/scm-symtab.exp: New file.
11341 * gdb.guile/scm-type.c: New file.
11342 * gdb.guile/scm-type.exp: New file.
11343 * gdb.guile/scm-value-cc.cc: New file.
11344 * gdb.guile/scm-value-cc.exp: New file.
11345 * gdb.guile/scm-value.c: New file.
11346 * gdb.guile/scm-value.exp: New file.
11347 * gdb.guile/source2.scm: New file.
11348 * gdb.guile/types-module.cc: New file.
11349 * gdb.guile/types-module.exp: New file.
11350
7026a7c1
YQ
113512014-02-10 Yao Qi <yao@codesourcery.com>
11352
11353 PR testsuite/16543
11354 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11355 * configure: Regenerated.
11356 * Makefile.in: New file.
11357
6c466447
AS
113582014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11359
11360 * gdb.python/py-framefilter.exp: Fix typo.
11361
6e854735
YQ
113622014-02-08 Yao Qi <yao@codesourcery.com>
11363
11364 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11365 that no =breakpoint-modified is emitted when breakpoints are
11366 modified through MI commands.
11367
d137e6dc
PA
113682014-02-07 Pedro Alves <pedro@codesourcery.com>
11369 Pedro Alves <palves@redhat.com>
11370
11371 * gdb.threads/step-after-sr-lock.c: New file.
11372 * gdb.threads/step-after-sr-lock.exp: New file.
11373
b5ee5a50
PA
113742014-02-07 Pedro Alves <palves@redhat.com>
11375
11376 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11377
3c77faf3
JK
113782014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11379
11380 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11381 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11382
6dddc817
DE
113832014-02-06 Doug Evans <xdje42@gmail.com>
11384
11385 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11386 output.
11387
11388 * gdb.gdb/python-interrupts.exp: New file.
11389
de7b2893
YQ
113902014-02-05 Yao Qi <yao@codesourcery.com>
11391
11392 * gdb.trace/report.exp (use_collected_data): Test the output
11393 of "info threads" and "info inferiors".
11394
66d032ac
YQ
113952014-02-05 Yao Qi <yao@codesourcery.com>
11396
11397 Revert this patch:
11398
11399 2013-05-24 Yao Qi <yao@codesourcery.com>
11400
11401 * gdb.trace/tfile.exp: Test inferior and thread.
11402
591a12a1
UW
114032014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11404
11405 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11406 on a function.
11407 * gdb.base/step-bt.c: Call hello via function pointer to make
11408 sure its first instruction is executed on powerpc64le-linux.
11409
0ff3e01f
UW
114102014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11411
11412 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11413
084ee545
UW
114142014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11415
11416 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11417 of the test patterns for use on little-endian systems.
11418
6ed14ff3
UW
114192014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11420
11421 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11422 (decimal_vector): Fix for little-endian.
11423
401e27fd
JM
114242014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11425
11426 * gdb.arch/sparc-sysstep.exp: New file.
11427 * gdb.arch/sparc-sysstep.c: Likewise.
11428
11429 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11430
8b924729
EBM
114312014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11432
11433 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11434
fb151210
JB
114352014-01-23 Tom Tromey <tromey@redhat.com>
11436
11437 * gdb.ada/array_char_idx: New testcase.
11438
0740f8d8
TT
114392014-01-23 Tom Tromey <tromey@redhat.com>
11440
11441 PR python/16487:
11442 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11443 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11444 classes.
11445
21909fa1
TT
114462014-01-23 Tom Tromey <tromey@redhat.com>
11447
11448 PR python/16491:
11449 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11450 string from an inferior frame.
11451 * gdb.python/py-framefilter-mi.exp: Update.
11452
87ce2a04
DE
114532014-01-22 Doug Evans <dje@google.com>
11454
11455 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11456
237b092b
AA
114572014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11458
11459 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11460
d674a709
AA
114612014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11462
11463 * gdb.trace/entry-values.exp: Remove excess space character from
11464 regex patterns. Handle s390 call instruction.
11465
20fa3390
AA
114662014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11467
11468 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11469 define "*_start" label. Make "name" static.
11470 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11471 ${name} by references to ${name}_start.
11472
78466714
AA
114732014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11474
11475 * gdb.base/info-macros.exp: Remove "debug" from the compile
11476 options.
11477
ec9f644a
IB
114782014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11479
11480 * gdb.dlang/demangle.exp: New file.
11481
94b1b47e
IB
114822014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11483
11484 * gdb.dlang/primitive-types.exp: New file.
11485
7f420862
IB
114862014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11487
11488 * configure.ac: Create gdb.dlang/Makefile.
11489 * configure: Regenerate.
11490 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11491 * gdb.dlang/Makefile.in: New file.
11492 * lib/d-support.exp: New file.
11493 * lib/gdb.exp (skip_d_tests): New proc.
11494
52834460
MM
114952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11496
11497 * gdb.btrace/delta.exp: Check reverse stepi.
11498 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11499 * gdb.btrace/finish.exp: New.
11500 * gdb.btrace/next.exp: New.
11501 * gdb.btrace/nexti.exp: New.
11502 * gdb.btrace/record_goto.c: Add comments.
11503 * gdb.btrace/step.exp: New.
11504 * gdb.btrace/stepi.exp: New.
11505 * gdb.btrace/multi-thread-step.c: New.
11506 * gdb.btrace/multi-thread-step.exp: New.
11507 * gdb.btrace/rn-dl-bind.c: New.
11508 * gdb.btrace/rn-dl-bind.exp: New.
11509 * gdb.btrace/data.c: New.
11510 * gdb.btrace/data.exp: New.
11511 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11512
6e07b1d2
MM
115132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11514
11515 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11516 * gdb.btrace/exception.exp: Update.
11517 * gdb.btrace/instruction_history.exp: Update.
11518 * gdb.btrace/record_goto.exp: Update.
11519 * gdb.btrace/tailcall.exp: Update.
11520 * gdb.btrace/unknown_functions.exp: Update.
11521 * gdb.btrace/delta.exp: New.
11522
0b722aec
MM
115232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11524
11525 * gdb.btrace/record_goto.exp: Add backtrace test.
11526 * gdb.btrace/tailcall.exp: Add backtrace test.
11527
066ce621
MM
115282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11529
11530 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11531 * gdb.btrace/record_goto.c: New.
11532 * gdb.btrace/record_goto.exp: New.
11533 * gdb.btrace/x86-record_goto.S: New.
11534
0688d04e
MM
115352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11536
11537 * gdb.btrace/function_call_history.exp: Update tests.
11538 * gdb.btrace/instruction_history.exp: Update tests.
11539
8710b709
MM
115402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11541
11542 * gdb.btrace/function_call_history.exp: Fix expected field
11543 order for "record function-call-history".
11544 Add new tests for "record function-call-history /c".
11545 * gdb.btrace/exception.cc: New.
11546 * gdb.btrace/exception.exp: New.
11547 * gdb.btrace/tailcall.exp: New.
11548 * gdb.btrace/x86-tailcall.S: New.
11549 * gdb.btrace/x86-tailcall.c: New.
11550 * gdb.btrace/unknown_functions.c: New.
11551 * gdb.btrace/unknown_functions.exp: New.
11552 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11553
5de9129b
MM
115542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11555
11556 * gdb.btrace/instruction_history.exp: Update.
11557 * gdb.btrace/function_call_history.exp: Update.
11558
23a7fe75
MM
115592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11560
11561 * gdb.btrace/function_call_history.exp: Fix expected function
11562 trace.
11563 * gdb.btrace/instruction_history.exp: Initialize traced.
11564 Remove traced_functions.
11565
724c7dd8
MM
115662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11567
11568 * gdb.btrace/function_call_history.exp: Update
11569 * gdb.btrace/instruction_history.exp: Update.
11570
6d78d93b
MM
115712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11572
11573 * gdb.btrace/enable.exp: Update expected text.
11574
93a360cc
OJ
115752014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11576
11577 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11578 bytes.
11579
3772b53f
MR
115802014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11581
11582 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11583
596662fa
OJ
115842014-01-15 Omair Javaid <omair.javaid@linaro.org>
11585
11586 * lib/gdb.exp (supports_process_record): Return true for
11587 arm*-linux*. (supports_reverse): Likewise.
11588
b5b08fb4
SC
115892014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11590
11591 PR python/15464
11592 PR python/16113
11593 * gdb.python/py-type.c: Enhance test case.
11594 * gdb.python/py-value-cc.cc: Likewise
11595 * gdb.python/py-type.exp: Add new tests.
11596 * gdb.python/py-value-cc.exp: Likewise
11597
52d7fb13
AA
115982014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11599 Pedro Alves <palves@redhat.com>
11600
11601 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11602 Make "name" extern.
11603 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11604 references to ${name}_start by references to ${name}.
11605
a2cd8cfe
JB
116062014-01-10 Joel Brobecker <brobecker@adacore.com>
11607
11608 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11609
4e23fced
JB
116102014-01-10 Joel Brobecker <brobecker@adacore.com>
11611
11612 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11613
c6a9e42c
PA
116142014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11615 Pedro Alves <palves@redhat.com>
11616
11617 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11618 mi_gdb_target_load.
c6a9e42c 11619
b7ea362b
PA
116202014-01-08 Pedro Alves <palves@redhat.com>
11621
11622 * gdb.threads/reconnect-signal.c: New file.
11623 * gdb.threads/reconnect-signal.exp: New file.
11624
5e3f4fab
EBM
116252014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11626
11627 * gdb.base/source-dir.exp: New file.
11628
79301218
JB
116292014-01-07 Joel Brobecker <brobecker@adacore.com>
11630
11631 * gdb.ada/mi_interface: New testcase.
11632
8e355c5d
JB
116332014-01-07 Joel Brobecker <brobecker@adacore.com>
11634
11635 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11636 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11637 gdb.ada/pp-rec-component/pck.ads: New files.
11638
c0d48811
JB
116392014-01-07 Joel Brobecker <brobecker@adacore.com>
11640
11641 * gdb.python/py-pp-integral.c: New file.
11642 * gdb.python/py-pp-integral.py: New file.
11643 * gdb.python/py-pp-integral.exp: New file.
11644
17b609c3 11645For older changes see ChangeLog-1993-2013.
c906108c 11646\f
8d8cb839
EZ
11647;; Local Variables:
11648;; mode: change-log
11649;; left-margin: 8
11650;; fill-column: 74
11651;; version-control: never
11652;; End:
902f2ccb 11653
61baf725 11654 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11655 Copying and distribution of this file, with or without modification,
11656 are permitted provided the copyright notice and this notice are preserved.
This page took 2.880435 seconds and 4 git commands to generate.