]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add test for modifiable DWARF locations
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
0567c986
AA
12017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * gdb.dwarf2/var-access.c: New file.
4 * gdb.dwarf2/var-access.exp: New test.
5 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6
973e9aab
TT
72017-06-12 Tom Tromey <tom@tromey.com>
8
9 * gdb.dwarf2/formdata16.exp: Add tests.
10
d9109c80
TT
112017-06-12 Tom Tromey <tom@tromey.com>
12
13 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
14
30a25466
TT
152017-06-12 Tom Tromey <tom@tromey.com>
16
17 PR exp/16225:
18 * gdb.reverse/i386-sse-reverse.exp: Update tests.
19 * gdb.arch/vsx-regs.exp: Update tests.
20 * gdb.arch/s390-vregs.exp (hex128): New proc.
21 Update test.
22 * gdb.arch/altivec-regs.exp: Update tests.
23
aefd8b33
SDJ
242017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
25
26 * gdb.base/startup-with-shell.c: New file.
27 * gdb.base/startup-with-shell.exp: Likewise.
28
2090129c
SDJ
292017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
30
31 * gdb.server/non-existing-program.exp: Update regex in order to
32 reflect the fact that gdbserver is now using fork_inferior (with a
33 shell) to startup the inferior.
34
8e86a419
SM
352017-05-30 Simon Marchi <simon.marchi@ericsson.com>
36
37 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
38 support function calls from GDB.
39
e6cf65f2
TT
402017-05-21 Tom Tromey <tom@tromey.com>
41
42 PR rust/21466:
43 * gdb.rust/unsized.exp: New file.
44 * gdb.rust/unsized.rs: New file.
45
43cc5389
TT
462017-05-19 Tom Tromey <tom@tromey.com>
47
48 PR rust/21484:
49 * gdb.rust/watch.exp: New file.
50 * gdb.rust/watch.rs: New file.
51
ec8df234
TT
522017-05-18 Tom Tromey <tom@tromey.com>
53
54 * gdb.rust/simple.exp: Allow Box to be qualified.
55
3e3e7fae
TP
562017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
57
58 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
59
59cc050d
PA
602017-05-18 Pedro Alves <palves@redhat.com>
61
62 * gdb.base/fileio.c (test_write, test_read, test_close)
63 (test_fstat): Don't print 'ret' in the fail path.
64
c8f6abd1
PA
652017-05-18 Pedro Alves <palves@redhat.com>
66
67 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
68 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
69 (test_system, test_rename, test_unlink, test_time): Change
70 prototypes.
71 * gdb.base/fileio.exp (stop_msg): Adjust.
72
d2a03b77
PA
732017-05-18 Pedro Alves <palves@redhat.com>
74
75 * gdb.base/fileio.c (null_str): New global.
76 (test_stat): Use it.
77 * gdb.base/fileio.exp: Remove nowarnings.
78
0d5c6999
YQ
792017-05-17 Yao Qi <yao.qi@linaro.org>
80
81 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
82
21873064
YQ
832017-05-17 Simon Marchi <simon.marchi@ericsson.com>
84
85 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
86 argument command.
87 (top-level): Invoke test_set_inferior_tty.
88
d512d31c
PA
892017-05-04 Pedro Alves <palves@redhat.com>
90
91 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
92 Add parens to print call for Python 3.
93
90cef2ed
KS
942017-05-03 Keith Seitz <keiths@redhat.com>
95
96 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
97 (main): Call it.
98
14f819c8
TW
992017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
100
101 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
102 to prev and next.
103
913aeadd
TW
1042017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
105
106 * gdb.python/py-record-btrace.exp: Remove test for
107 gdb.BtraceInstruction.error.
108
a3be24ad
TW
1092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
110
111 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
112
ae20e79a
TW
1132017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
114
115 * gdb.python/py-record-btrace-threads.c: New file.
116 * gdb.python/py-record-btrace-threads.exp: New file.
117
45ce1b47
SDJ
1182017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
119
120 PR testsuite/8595
121 * gdb.base/environ.exp: Make test available in all architectures.
122 Move bits related to "info program" testing to
123 gdb.base/info-program.exp. Rewrite tests to use the two new
124 procedures mentione below.
125 (test_set_show_env_var) New procedure.
126 (test_set_show_env_var_equal): Likewise.
127 * gdb.base/info-program.exp: New file.
128
e15c3eb4
KS
1292017-04-27 Keith Seitz <keiths@redhat.com>
130
131 * gdb.cp/oranking.cc (test15): New function.
132 (main): Call test15 and declare additional variables for testing.
133 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
134 "p foo101('abc')" tests.
135 Add tests for cv qualifier overloads.
136 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
137 "lvalue reference overload" test.
138 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
139 "print value of f1 on Child&& in f2" test.
140
3a3fd0fd
PA
1412017-04-19 Pedro Alves <palves@redhat.com>
142
143 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
144 procedure.
145 (top level): Call it.
146 * lib/gdb.exp (gdb_define_cmd): New procedure.
147
53375380
PA
1482017-04-12 Pedro Alves <palves@redhat.com>
149
150 PR gdb/21323
151 * gdb.cp/wide_char_types.c: Include <wchar.h>.
152 (wchar): New global.
153 * gdb.cp/wide_char_types.exp (wide_char_types_program)
154 (do_test_wide_char, wide_char_types_no_program, top level): Add
155 wchar_t testing.
156
53e710ac
PA
1572017-04-12 Pedro Alves <palves@redhat.com>
158
159 PR c++/21323
160 * gdb.cp/wide_char_types.c: New file.
161 * gdb.cp/wide_char_types.exp: New file.
162
0ad9d8c7
SDJ
1632017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
164
165 PR gdb/21352
166 * gdb.trace/tsv.exp: Add test for "tsave -r".
167
b1b45502
IB
1682017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
169
170 * gdb.dlang/watch-loc.c: New file.
171 * gdb.dlang/watch-loc.exp: New file.
172
ec13808e
JK
1732017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
174
175 * gdb.python/py-section-script.exp (sepdebug): New testcases.
176
fe5f7374
AK
1772017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
178
179 * gdb.arch/arc-analyze-prologue.S: New file.
180 * gdb.arch/arc-analyze-prologue.exp: Likewise.
181
eea78757
AK
1822017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
183
184 * gdb.arch/arc-decode-insn.S: New file.
185 * gdb.arch/arc-decode-insn.exp: Likewise.
186
5badf10a
IR
1872017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
188
189 PR tdep/20928
190 * gdb.arch/sparc64-regs.exp: New file.
191 * gdb.arch/sparc64-regs.S: Likewise.
192
cee59b3f
TW
1932017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
194
195 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
196 and memory view on Python 3.
197
c0f55cc6
AV
1982017-03-20 Artemiy Volkov <artemiyv@acm.org>
199 Keith Seitz <keiths@redhat.com>
200
201 PR gdb/14441
202 * gdb.cp/demangle.exp: Add rvalue reference tests.
203 * gdb.cp/rvalue-ref-casts.cc: New file.
204 * gdb.cp/rvalue-ref-casts.exp: New file.
205 * gdb.cp/rvalue-ref-overload.cc: New file.
206 * gdb.cp/rvalue-ref-overload.exp: New file.
207 * gdb.cp/rvalue-ref-params.cc: New file.
208 * gdb.cp/rvalue-ref-params.exp: New file.
209 * gdb.cp/rvalue-ref-sizeof.cc: New file.
210 * gdb.cp/rvalue-ref-sizeof.exp: New file.
211 * gdb.cp/rvalue-ref-types.cc: New file.
212 * gdb.cp/rvalue-ref-types.exp: New file.
213 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
214 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
215
51457a05
MAL
2162017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
217
218 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
219 New procedure.
220
5b291c04
MAL
2212017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
222
223 * lib/mi-support.exp (mi_gdb_test): Add additional message
224 for unexpected output.
225
59a56148
AA
2262017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
227
228 * gdb.base/examine-backward.c (Barrier): New character array
229 constant, to ensure that TestStrings is preceded by a string
230 terminator.
231
7942e96e
AA
2322017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
233
234 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
235 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
236 and implicit pointer into such a location.
237
6ebac3fb
DE
2382017-03-16 Doug Evans <dje@google.com>
239
240 * gdb.python/py-lazy-string (pointer): Really add new typedef.
241
ec3b243d
TP
2422017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
243
244 * gdb.cp/m-static.exp: Fix expectation for prototype of
245 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
246
2472017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
248
249 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
250 * gdb.guile/scm-lazy-string.c: New file.
251 * gdb.guile/scm-value.exp: Move lazy string tests to ...
252 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
253 for pointer, array, typedef lazy strings.
254
2cc36e25 2552017-03-16 Doug Evans <dje@google.com>
34b43320
DE
256
257 PR python/17728, python/18439, python/18779
258 * gdb.python/py-value.c (main) Delete locals sptr, sn.
259 * gdb.python/py-lazy-string.c (pointer): New typedef.
260 (main): New locals ptr, array, typedef_ptr.
261 * gdb.python/py-value.exp: Move lazy string tests to ...
262 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
263 array, typedef lazy strings.
ec3b243d 264
0efcde63
AK
2652017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
266
267 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
268 Add optional 'test' parameter.
269
7978d7c3
SM
2702017-03-13 Simon Marchi <simon.marchi@ericsson.com>
271
272 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
273 Skip for versions of DejaGnu < 1.5.
274
896c0c1e
SM
2752017-03-13 Simon Marchi <simon.marchi@ericsson.com>
276
277 * lib/gdb.exp (dejagnu_version): New proc.
278 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
279 Use dejagnu_version.
280
5f4d1085
KS
2812017-03-10 Keith Seitz <keiths@redhat.com>
282
283 PR c++/8128
284 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
285 type from destructor regexps.
286 Add a branch which actually passes the test.
287 Adjust "ptype t5i" test names.
288
1de05205
PA
2892017-03-08 Pedro Alves <palves@redhat.com>
290
291 * gdb.base/step-over-exit.exp: Add explicit test message.
292
c65d6b55
PA
2932017-03-08 Pedro Alves <palves@redhat.com>
294
295 PR gdb/18360
296 * gdb.threads/interrupt-while-step-over.c: New file.
297 * gdb.threads/interrupt-while-step-over.exp: New file.
298
2e86a283
PA
2992017-03-08 Pedro Alves <palves@redhat.com>
300
301 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
302 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
303
25dcbff6
PA
3042017-03-08 Pedro Alves <palves@redhat.com>
305
306 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
307 PKRU as not supported as a PASS.
308
dc9366eb
PA
3092017-03-08 Pedro Alves <palves@redhat.com>
310
311 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
312 prefix instead of $binfile1/$binfile2.
313 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
314 in test message.
315 * gdb.python/py-completion.exp: Use "load python file" as test
316 messages instead of unstable path names.
317
6e5d74e7
PA
3182017-03-08 Pedro Alves <palves@redhat.com>
319 Jan Kratochvil <jan.kratochvil@redhat.com>
320
321 PR cli/21218
322 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
323 New proc.
324 (top level): Call it.
325
9753a2f6
PA
3262017-03-08 Pedro Alves <palves@redhat.com>
327
328 PR tui/21216
329 * gdb.tui/tui-nl-filtered-output.exp: New file.
330
1a4dd9dd
PA
3312017-03-08 Pedro Alves <palves@redhat.com>
332
333 * gdb.base/completion.exp: Move TUI completion tests to ...
334 * gdb.tui/completion.exp: ... this new file.
335
7cbbff33
PA
3362017-03-08 Pedro Alves <palves@redhat.com>
337
338 * gdb.base/tui-disasm-long-lines.c,
339 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
340 gdb.base/tui-layout.exp: Move to ...
341 * gdb.tui/: ... this new directory.
342
5f6fd321
PA
3432017-03-07 Pedro Alves <palves@redhat.com>
344
345 * gdb.base/tui-layout.c: New file.
346 * gdb.base/tui-layout.exp: New file.
347
44959fa8
PA
3482017-03-07 Pedro Alves <palves@redhat.com>
349
350 * gdb.base/tui-layout.c: Rename to ...
351 * gdb.base/tui-disasm-long-lines.c: ... this.
352 * gdb.base/tui-layout.exp: Rename to ...
353 * gdb.base/tui-disasm-long-lines.exp: ... this.
354
f8c4e718
PA
3552017-03-07 Pedro Alves <palves@redhat.com>
356
357 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
358
6dbb839a 3592017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
360
361 * i386-mpx-call.c: New file.
362 * i386-mpx-call.exp: New file.
363
65b48a81
PB
3642017-02-28 Peter Bergner <bergner@vnet.ibm.com>
365
366 * gdb.arch/powerpc-power.exp: Delete test.
367 * gdb.arch/powerpc-power.s: Likewise.
368 * gdb.disasm/disassembler-options.exp: New test.
369 * gdb.arch/powerpc-altivec.exp: Likewise.
370 * gdb.arch/powerpc-altivec.s: Likewise.
371 * gdb.arch/powerpc-altivec2.exp: Likewise.
372 * gdb.arch/powerpc-altivec2.s: Likewise.
373 * gdb.arch/powerpc-altivec3.exp: Likewise.
374 * gdb.arch/powerpc-altivec3.s: Likewise.
375 * gdb.arch/powerpc-power7.exp: Likewise.
376 * gdb.arch/powerpc-power7.s: Likewise.
377 * gdb.arch/powerpc-power8.exp: Likewise.
378 * gdb.arch/powerpc-power8.s: Likewise.
379 * gdb.arch/powerpc-power9.exp: Likewise.
380 * gdb.arch/powerpc-power9.s: Likewise.
381 * gdb.arch/powerpc-vsx.exp: Likewise.
382 * gdb.arch/powerpc-vsx.s: Likewise.
383 * gdb.arch/powerpc-vsx2.exp: Likewise.
384 * gdb.arch/powerpc-vsx2.s: Likewise.
385 * gdb.arch/powerpc-vsx3.exp: Likewise.
386 * gdb.arch/powerpc-vsx3.s: Likewise.
387 * gdb.arch/arm-disassembler-options.exp: Likewise.
388 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
389 * gdb.arch/s390-disassembler-options.exp: Likewise.
390
17cd4947
LM
3912017-02-23 Luis Machado <lgustavo@codesourcery.com>
392
393 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
394 (check_supported_features): ... this. Changed return type to void.
395 (supports_rdseed): New static global.
396 (rdseed): Check supports_rdseed.
397 (initialize): Call check_supported_features.
398
2039d74e
EBM
3992017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
400
401 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
402 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
403 and lqarx/stqcx.
404 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
405 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
406
a51d7ecf
EBM
4072017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
408
409 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
410 uppercase.
411
0224619f
JK
4122017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
413
414 * gdb.dwarf2/formdata16.c: New file.
415 * gdb.dwarf2/formdata16.exp: New file.
416 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
417
216f72a1
JK
4182017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
419
420 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
421 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
422 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
423 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
424 DW_AT_GNU_*.
425
43988095
JK
4262017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
427
428 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
429
99e8a4f9
SDJ
4302017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
431
432 PR gdb/21164
433 * gdb.base/maint.exp: Add testcases for when the commands do
434 not have arguments.
435
b58a8c0c
TP
4362017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
437
438 * gdb.cp/chained-calls.exp: Use p instead of P.
439
4e746bb6
TW
4402017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
441
442 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
443 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
444
3f77c769
TT
4452017-02-14 Tom Tromey <tom@tromey.com>
446
447 PR python/13598:
448 * gdb.python/py-events.exp: Add before_prompt event tests.
449
075beec0
AA
4502017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
451
452 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
453
bf5f525c
LM
4542017-02-13 Luis Machado <lgustavo@codesourcery.com>
455
456 * gdb.linespec/explicit.c (my_unique_function_name): New function.
457 (main): Call my_unique_function_name.
458 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
459 completion of patterns with a single match.
460 Add missing -re switches to gdb_test_multiple calls.
461
13a66184
LM
4622017-02-13 Luis Machado <lgustavo@codesourcery.com>
463
464 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
465 return if core file is not recognized.
466
26a06916
SM
4672017-02-10 Simon Marchi <simon.marchi@ericsson.com>
468
469 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
470 and extra UIs.
471
b761ca9e
SM
4722017-02-10 Simon Marchi <simon.marchi@ericsson.com>
473
474 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
475 proc_with_prefix.
476
b964bee0
TT
4772017-02-10 Tom Tromey <tom@tromey.com>
478
479 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
480
18da0c51
MG
4812017-02-10 Martin Galvan <martingalvan@sourceware.org>
482
483 PR gdb/21122
484 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
485
604c4576
JG
4862017-02-08 Jerome Guitton <guitton@adacore.com>
487
488 * gdb.base/define.exp: Add test for command abbreviations
489 in define.
490
20b477a7
LM
4912017-02-06 Luis Machado <lgustavo@codesourcery.com>
492
493 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
494 * gdb.reverse/insn-reverse-x86.c: New file.
495
3f7b46f2
IR
4962017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
497
498 PR tdep/20936
499 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
500
f0fd41c1
TT
5012017-02-03 Tom Tromey <tom@tromey.com>
502
503 PR rust/21097:
504 * gdb.rust/simple.exp: Add new tests.
505
5be5dbf0
PA
5062017-02-02 Pedro Alves <palves@redhat.com>
507
508 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
509 tests.
510
7346ef59
AA
5112017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
512
513 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
514 taking a 2-byte value out of a 4-byte DWARF implicit value on
515 big-endian targets.
516 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
517 logic. Add test cases for DW_OP_implicit.
518
787f0025
MM
5192017-02-01 Markus Metzger <markus.t.metzger@intel.com>
520
521 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
522
68777c29
MM
5232017-02-01 Markus Metzger <markus.t.metzger@intel.com>
524
525 * gdb.btrace/enable.exp: Call gdb_exit before
526 skip_gdbserver_tests.
527
0a1c7e28
MM
5282017-02-01 Markus Metzger <markus.t.metzger@intel.com>
529
530 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
531 GDBFLAGS.
532
b5ac99b0
MM
5332017-02-01 Markus Metzger <markus.t.metzger@intel.com>
534
535 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
536 the test is skipped.
537 * gdb.btrace/data.exp: Likewise.
538 * gdb.btrace/delta.exp: Likewise.
539 * gdb.btrace/dlopen.exp: Likewise.
540 * gdb.btrace/enable-running.exp: Likewise.
541 * gdb.btrace/enable.exp: Likewise.
542 * gdb.btrace/exception.exp: Likewise.
543 * gdb.btrace/function_call_history.exp: Likewise.
544 * gdb.btrace/gcore.exp: Likewise.
545 * gdb.btrace/instruction_history.exp: Likewise.
546 * gdb.btrace/multi-thread-step.exp: Likewise.
547 * gdb.btrace/nohist.exp: Likewise.
548 * gdb.btrace/non-stop.exp: Likewise.
549 * gdb.btrace/reconnect.exp: Likewise.
550 * gdb.btrace/record_goto-step.exp: Likewise.
551 * gdb.btrace/record_goto.exp: Likewise.
552 * gdb.btrace/rn-dl-bind.exp: Likewise.
553 * gdb.btrace/segv.exp: Likewise.
554 * gdb.btrace/step.exp: Likewise.
555 * gdb.btrace/stepi.exp: Likewise.
556 * gdb.btrace/tailcall-only.exp: Likewise.
557 * gdb.btrace/tailcall.exp: Likewise.
558 * gdb.btrace/tsx.exp: Likewise.
559 * gdb.btrace/unknown_functions.exp: Likewise.
560 * gdb.btrace/vdso.exp: Likewise.
561
cd4007e4
MM
5622017-02-01 Markus Metzger <markus.t.metzger@intel.com>
563
564 * gdb.btrace/enable-running.c: New.
565 * gdb.btrace/enable-running.exp: New.
566
2735833d
WT
5672017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
568
569 * gdb.arch/amd64-gs_base.c: New file.
570 * gdb.arch/amd64-gs_base.exp: New file.
571
b51e1e94
LM
5722017-01-26 Luis Machado <lgustavo@codesourcery.com>
573
574 * lib/memory.exp: Remove spurious empty newlines.
575
72ca0410
SM
5762017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
577
578 * gdb.python/py-bad-printers.exp: Load python file using "source".
579 * gdb.python/py-events.exp: Likewise.
580 * gdb.python/py-evsignal.exp: Likewise.
581 * gdb.python/py-evthreads.exp: Likewise.
582 * gdb.python/py-frame-args.exp: Likewise.
583 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
584 * gdb.python/py-framefilter-mi.exp: Likewise.
585 * gdb.python/py-framefilter.exp: Likewise.
586 * gdb.python/py-mi.exp: Likewise.
587 * gdb.python/py-pp-maint.exp: Likewise.
588 * gdb.python/py-pp-registration.exp: Likewise.
589 * gdb.python/py-prettyprint.exp: Likewise.
590 (run_lang_tests): Likewise.
591 * gdb.python/py-typeprint.exp: Likewise.
592
e309aa65
LM
5932017-01-26 Luis Machado <lgustavo@codesourcery.com>
594
595 * lib/memory.exp: New file.
596 * lib/gdb.exp: Load memory.exp.
597 * gdb.base/memattr.exp (delete_memory): Move proc to
598 lib/memory.exp and rename to delete_memory_regions.
599 Replace delete_memory with delete_memory_regions.
600 Cleanup memory regions before tests.
601 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
602 before tests.
603
515aff23
LM
6042017-01-26 Luis Machado <lgustavo@codesourcery.com>
605
606 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
607 files.
608 (initialize): New function conditionally defined.
609 (testcases): Move within conditional block.
610 (main): Call initialize.
611 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
612 of gdb.reverse/insn-reverse.c.
613 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
614 gdb.reverse/insn-reverse.c.
615
d8b49cf0
YQ
6162017-01-26 Yao Qi <yao.qi@linaro.org>
617
618 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
619 disassemble on address 0.
620
f13a9a0c
YQ
6212017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
622 Yao Qi <yao.qi@linaro.org>
623
624 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
625 * gdb.dwarf2/implptr-64bit.S: Remove.
626 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
627 variables in caller's context. Add DW_OP_implicit_value.
628
5ac95241
YQ
6292017-01-25 Yao Qi <yao.qi@linaro.org>
630
631 * lib/dwarf.exp (Dwarf::_location): Handle
632 DW_OP_GNU_implicit_pointer with proper size.
633
23e82930
LM
6342017-01-20 Luis Machado <lgustavo@codesourcery.com>
635
636 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
637 and add untested calls.
638
d334ae25
LM
6392017-01-20 Luis Machado <lgustavo@codesourcery.com>
640
641 * gdb.python/python.exp: Check line number against what GDB thinks
642 the line number is for func1.
643
f5e6296e
IB
6442017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
645
646 * gdb.dlang/debug-expr.exp: New file.
647
5b362f04
LM
6482016-12-23 Luis Machado <lgustavo@codesourcery.com>
649
650 Fix test names for the following files:
651
652 * gdb.ada/exec_changed.exp
653 * gdb.ada/info_types.exp
654 * gdb.arch/aarch64-atomic-inst.exp
655 * gdb.arch/aarch64-fp.exp
656 * gdb.arch/altivec-abi.exp
657 * gdb.arch/altivec-regs.exp
658 * gdb.arch/amd64-byte.exp
659 * gdb.arch/amd64-disp-step.exp
660 * gdb.arch/amd64-dword.exp
661 * gdb.arch/amd64-entry-value-inline.exp
662 * gdb.arch/amd64-entry-value-param.exp
663 * gdb.arch/amd64-entry-value-paramref.exp
664 * gdb.arch/amd64-entry-value.exp
665 * gdb.arch/amd64-i386-address.exp
666 * gdb.arch/amd64-invalid-stack-middle.exp
667 * gdb.arch/amd64-invalid-stack-top.exp
668 * gdb.arch/amd64-optimout-repeat.exp
669 * gdb.arch/amd64-prologue-skip.exp
670 * gdb.arch/amd64-prologue-xmm.exp
671 * gdb.arch/amd64-stap-special-operands.exp
672 * gdb.arch/amd64-stap-wrong-subexp.exp
673 * gdb.arch/amd64-tailcall-cxx.exp
674 * gdb.arch/amd64-tailcall-noret.exp
675 * gdb.arch/amd64-tailcall-ret.exp
676 * gdb.arch/amd64-tailcall-self.exp
677 * gdb.arch/amd64-word.exp
678 * gdb.arch/arm-bl-branch-dest.exp
679 * gdb.arch/arm-disp-step.exp
680 * gdb.arch/arm-neon.exp
681 * gdb.arch/arm-single-step-kernel-helper.exp
682 * gdb.arch/avr-flash-qualifier.exp
683 * gdb.arch/disp-step-insn-reloc.exp
684 * gdb.arch/e500-abi.exp
685 * gdb.arch/e500-regs.exp
686 * gdb.arch/ftrace-insn-reloc.exp
687 * gdb.arch/i386-avx512.exp
688 * gdb.arch/i386-bp_permanent.exp
689 * gdb.arch/i386-byte.exp
690 * gdb.arch/i386-cfi-notcurrent.exp
691 * gdb.arch/i386-disp-step.exp
692 * gdb.arch/i386-dr3-watch.exp
693 * gdb.arch/i386-float.exp
694 * gdb.arch/i386-gnu-cfi.exp
695 * gdb.arch/i386-mpx-map.exp
696 * gdb.arch/i386-mpx-sigsegv.exp
697 * gdb.arch/i386-mpx-simple_segv.exp
698 * gdb.arch/i386-mpx.exp
699 * gdb.arch/i386-permbkpt.exp
700 * gdb.arch/i386-prologue.exp
701 * gdb.arch/i386-signal.exp
702 * gdb.arch/i386-size-overlap.exp
703 * gdb.arch/i386-unwind.exp
704 * gdb.arch/i386-word.exp
705 * gdb.arch/mips-fcr.exp
706 * gdb.arch/powerpc-d128-regs.exp
707 * gdb.arch/powerpc-stackless.exp
708 * gdb.arch/ppc64-atomic-inst.exp
709 * gdb.arch/s390-stackless.exp
710 * gdb.arch/s390-tdbregs.exp
711 * gdb.arch/s390-vregs.exp
712 * gdb.arch/sparc-sysstep.exp
713 * gdb.arch/thumb-bx-pc.exp
714 * gdb.arch/thumb-singlestep.exp
715 * gdb.arch/thumb2-it.exp
716 * gdb.arch/vsx-regs.exp
717 * gdb.asm/asm-source.exp
718 * gdb.base/a2-run.exp
719 * gdb.base/advance.exp
720 * gdb.base/all-bin.exp
721 * gdb.base/anon.exp
722 * gdb.base/args.exp
723 * gdb.base/arithmet.exp
724 * gdb.base/async-shell.exp
725 * gdb.base/async.exp
726 * gdb.base/attach-pie-noexec.exp
727 * gdb.base/attach-twice.exp
728 * gdb.base/auto-load.exp
729 * gdb.base/bang.exp
730 * gdb.base/bitfields.exp
731 * gdb.base/break-always.exp
732 * gdb.base/break-caller-line.exp
733 * gdb.base/break-entry.exp
734 * gdb.base/break-inline.exp
735 * gdb.base/break-on-linker-gcd-function.exp
736 * gdb.base/break-probes.exp
737 * gdb.base/break.exp
738 * gdb.base/breakpoint-shadow.exp
739 * gdb.base/call-ar-st.exp
740 * gdb.base/call-sc.exp
741 * gdb.base/call-signal-resume.exp
742 * gdb.base/call-strs.exp
743 * gdb.base/callfuncs.exp
744 * gdb.base/catch-fork-static.exp
745 * gdb.base/catch-gdb-caused-signals.exp
746 * gdb.base/catch-load.exp
747 * gdb.base/catch-signal-fork.exp
748 * gdb.base/catch-signal.exp
749 * gdb.base/catch-syscall.exp
750 * gdb.base/charset.exp
751 * gdb.base/checkpoint.exp
752 * gdb.base/chng-syms.exp
753 * gdb.base/code-expr.exp
754 * gdb.base/code_elim.exp
755 * gdb.base/commands.exp
756 * gdb.base/completion.exp
757 * gdb.base/complex.exp
758 * gdb.base/cond-expr.exp
759 * gdb.base/condbreak.exp
760 * gdb.base/consecutive.exp
761 * gdb.base/continue-all-already-running.exp
762 * gdb.base/coredump-filter.exp
763 * gdb.base/corefile.exp
764 * gdb.base/dbx.exp
765 * gdb.base/debug-expr.exp
766 * gdb.base/define.exp
767 * gdb.base/del.exp
768 * gdb.base/disabled-location.exp
769 * gdb.base/disasm-end-cu.exp
770 * gdb.base/disasm-optim.exp
771 * gdb.base/display.exp
772 * gdb.base/duplicate-bp.exp
773 * gdb.base/ena-dis-br.exp
774 * gdb.base/ending-run.exp
775 * gdb.base/enumval.exp
776 * gdb.base/environ.exp
777 * gdb.base/eu-strip-infcall.exp
778 * gdb.base/eval-avoid-side-effects.exp
779 * gdb.base/eval-skip.exp
780 * gdb.base/exitsignal.exp
781 * gdb.base/expand-psymtabs.exp
782 * gdb.base/filesym.exp
783 * gdb.base/find-unmapped.exp
784 * gdb.base/finish.exp
785 * gdb.base/float.exp
786 * gdb.base/foll-exec-mode.exp
787 * gdb.base/foll-exec.exp
788 * gdb.base/foll-fork.exp
789 * gdb.base/fortran-sym-case.exp
790 * gdb.base/freebpcmd.exp
791 * gdb.base/func-ptr.exp
792 * gdb.base/func-ptrs.exp
793 * gdb.base/funcargs.exp
794 * gdb.base/gcore-buffer-overflow.exp
795 * gdb.base/gcore-relro-pie.exp
796 * gdb.base/gcore-relro.exp
797 * gdb.base/gcore.exp
798 * gdb.base/gdb1090.exp
799 * gdb.base/gdb11530.exp
800 * gdb.base/gdb11531.exp
801 * gdb.base/gdb1821.exp
802 * gdb.base/gdbindex-stabs.exp
803 * gdb.base/gdbvars.exp
804 * gdb.base/hbreak.exp
805 * gdb.base/hbreak2.exp
806 * gdb.base/included.exp
807 * gdb.base/infcall-input.exp
808 * gdb.base/inferior-died.exp
809 * gdb.base/infnan.exp
810 * gdb.base/info-macros.exp
811 * gdb.base/info-os.exp
812 * gdb.base/info-proc.exp
813 * gdb.base/info-shared.exp
814 * gdb.base/info-target.exp
815 * gdb.base/infoline.exp
816 * gdb.base/interp.exp
817 * gdb.base/interrupt.exp
818 * gdb.base/jit-reader.exp
819 * gdb.base/jit-simple.exp
820 * gdb.base/kill-after-signal.exp
821 * gdb.base/kill-detach-inferiors-cmd.exp
822 * gdb.base/label.exp
823 * gdb.base/langs.exp
824 * gdb.base/ldbl_e308.exp
825 * gdb.base/line-symtabs.exp
826 * gdb.base/linespecs.exp
827 * gdb.base/list.exp
828 * gdb.base/long_long.exp
829 * gdb.base/longest-types.exp
830 * gdb.base/maint.exp
831 * gdb.base/max-value-size.exp
832 * gdb.base/memattr.exp
833 * gdb.base/mips_pro.exp
834 * gdb.base/morestack.exp
835 * gdb.base/moribund-step.exp
836 * gdb.base/multi-forks.exp
837 * gdb.base/nested-addr.exp
838 * gdb.base/nextoverexit.exp
839 * gdb.base/noreturn-finish.exp
840 * gdb.base/noreturn-return.exp
841 * gdb.base/nostdlib.exp
842 * gdb.base/offsets.exp
843 * gdb.base/opaque.exp
844 * gdb.base/pc-fp.exp
845 * gdb.base/permissions.exp
846 * gdb.base/print-symbol-loading.exp
847 * gdb.base/prologue-include.exp
848 * gdb.base/psymtab.exp
849 * gdb.base/ptype.exp
850 * gdb.base/random-signal.exp
851 * gdb.base/randomize.exp
852 * gdb.base/range-stepping.exp
853 * gdb.base/readline-ask.exp
854 * gdb.base/recpar.exp
855 * gdb.base/recurse.exp
856 * gdb.base/relational.exp
857 * gdb.base/restore.exp
858 * gdb.base/return-nodebug.exp
859 * gdb.base/return.exp
860 * gdb.base/run-after-attach.exp
861 * gdb.base/save-bp.exp
862 * gdb.base/scope.exp
863 * gdb.base/sect-cmd.exp
864 * gdb.base/set-lang-auto.exp
865 * gdb.base/set-noassign.exp
866 * gdb.base/setvar.exp
867 * gdb.base/sigall.exp
868 * gdb.base/sigbpt.exp
869 * gdb.base/siginfo-addr.exp
870 * gdb.base/siginfo-infcall.exp
871 * gdb.base/siginfo-obj.exp
872 * gdb.base/siginfo.exp
873 * gdb.base/signals-state-child.exp
874 * gdb.base/signest.exp
875 * gdb.base/sigstep.exp
876 * gdb.base/sizeof.exp
877 * gdb.base/skip.exp
878 * gdb.base/solib-corrupted.exp
879 * gdb.base/solib-nodir.exp
880 * gdb.base/solib-search.exp
881 * gdb.base/stack-checking.exp
882 * gdb.base/stale-infcall.exp
883 * gdb.base/stap-probe.exp
884 * gdb.base/start.exp
885 * gdb.base/step-break.exp
886 * gdb.base/step-bt.exp
887 * gdb.base/step-line.exp
888 * gdb.base/step-over-exit.exp
889 * gdb.base/step-over-syscall.exp
890 * gdb.base/step-resume-infcall.exp
891 * gdb.base/step-test.exp
892 * gdb.base/store.exp
893 * gdb.base/structs3.exp
894 * gdb.base/sym-file.exp
895 * gdb.base/symbol-without-target_section.exp
896 * gdb.base/term.exp
897 * gdb.base/testenv.exp
898 * gdb.base/ui-redirect.exp
899 * gdb.base/until.exp
900 * gdb.base/unwindonsignal.exp
901 * gdb.base/value-double-free.exp
902 * gdb.base/vla-datatypes.exp
903 * gdb.base/vla-ptr.exp
904 * gdb.base/vla-sideeffect.exp
905 * gdb.base/volatile.exp
906 * gdb.base/watch-cond-infcall.exp
907 * gdb.base/watch-cond.exp
908 * gdb.base/watch-non-mem.exp
909 * gdb.base/watch-read.exp
910 * gdb.base/watch-vfork.exp
911 * gdb.base/watchpoint-cond-gone.exp
912 * gdb.base/watchpoint-delete.exp
913 * gdb.base/watchpoint-hw-hit-once.exp
914 * gdb.base/watchpoint-hw.exp
915 * gdb.base/watchpoint-stops-at-right-insn.exp
916 * gdb.base/watchpoints.exp
917 * gdb.base/wchar.exp
918 * gdb.base/whatis-exp.exp
919 * gdb.btrace/buffer-size.exp
920 * gdb.btrace/data.exp
921 * gdb.btrace/delta.exp
922 * gdb.btrace/dlopen.exp
923 * gdb.btrace/enable.exp
924 * gdb.btrace/exception.exp
925 * gdb.btrace/function_call_history.exp
926 * gdb.btrace/gcore.exp
927 * gdb.btrace/instruction_history.exp
928 * gdb.btrace/nohist.exp
929 * gdb.btrace/reconnect.exp
930 * gdb.btrace/record_goto-step.exp
931 * gdb.btrace/record_goto.exp
932 * gdb.btrace/rn-dl-bind.exp
933 * gdb.btrace/segv.exp
934 * gdb.btrace/step.exp
935 * gdb.btrace/stepi.exp
936 * gdb.btrace/tailcall-only.exp
937 * gdb.btrace/tailcall.exp
938 * gdb.btrace/tsx.exp
939 * gdb.btrace/unknown_functions.exp
940 * gdb.btrace/vdso.exp
941 * gdb.compile/compile-ifunc.exp
942 * gdb.compile/compile-ops.exp
943 * gdb.compile/compile-print.exp
944 * gdb.compile/compile-setjmp.exp
945 * gdb.cp/abstract-origin.exp
946 * gdb.cp/ambiguous.exp
947 * gdb.cp/annota2.exp
948 * gdb.cp/annota3.exp
949 * gdb.cp/anon-ns.exp
950 * gdb.cp/anon-struct.exp
951 * gdb.cp/anon-union.exp
952 * gdb.cp/arg-reference.exp
953 * gdb.cp/baseenum.exp
954 * gdb.cp/bool.exp
955 * gdb.cp/breakpoint.exp
956 * gdb.cp/bs15503.exp
957 * gdb.cp/call-c.exp
958 * gdb.cp/casts.exp
959 * gdb.cp/chained-calls.exp
960 * gdb.cp/class2.exp
961 * gdb.cp/classes.exp
962 * gdb.cp/cmpd-minsyms.exp
963 * gdb.cp/converts.exp
964 * gdb.cp/cp-relocate.exp
965 * gdb.cp/cpcompletion.exp
966 * gdb.cp/cpexprs.exp
967 * gdb.cp/cplabel.exp
968 * gdb.cp/cplusfuncs.exp
969 * gdb.cp/cpsizeof.exp
970 * gdb.cp/ctti.exp
971 * gdb.cp/derivation.exp
972 * gdb.cp/destrprint.exp
973 * gdb.cp/dispcxx.exp
974 * gdb.cp/enum-class.exp
975 * gdb.cp/exception.exp
976 * gdb.cp/exceptprint.exp
977 * gdb.cp/expand-psymtabs-cxx.exp
978 * gdb.cp/expand-sals.exp
979 * gdb.cp/extern-c.exp
980 * gdb.cp/filename.exp
981 * gdb.cp/formatted-ref.exp
982 * gdb.cp/fpointer.exp
983 * gdb.cp/gdb1355.exp
984 * gdb.cp/gdb2495.exp
985 * gdb.cp/hang.exp
986 * gdb.cp/impl-this.exp
987 * gdb.cp/infcall-dlopen.exp
988 * gdb.cp/inherit.exp
989 * gdb.cp/iostream.exp
990 * gdb.cp/koenig.exp
991 * gdb.cp/local.exp
992 * gdb.cp/m-data.exp
993 * gdb.cp/m-static.exp
994 * gdb.cp/mb-ctor.exp
995 * gdb.cp/mb-inline.exp
996 * gdb.cp/mb-templates.exp
997 * gdb.cp/member-name.exp
998 * gdb.cp/member-ptr.exp
999 * gdb.cp/meth-typedefs.exp
1000 * gdb.cp/method.exp
1001 * gdb.cp/method2.exp
1002 * gdb.cp/minsym-fallback.exp
1003 * gdb.cp/misc.exp
1004 * gdb.cp/namelessclass.exp
1005 * gdb.cp/namespace-enum.exp
1006 * gdb.cp/namespace-nested-import.exp
1007 * gdb.cp/namespace.exp
1008 * gdb.cp/nextoverthrow.exp
1009 * gdb.cp/no-dmgl-verbose.exp
1010 * gdb.cp/non-trivial-retval.exp
1011 * gdb.cp/noparam.exp
1012 * gdb.cp/nsdecl.exp
1013 * gdb.cp/nsimport.exp
1014 * gdb.cp/nsnested.exp
1015 * gdb.cp/nsnoimports.exp
1016 * gdb.cp/nsrecurs.exp
1017 * gdb.cp/nsstress.exp
1018 * gdb.cp/nsusing.exp
1019 * gdb.cp/operator.exp
1020 * gdb.cp/oranking.exp
1021 * gdb.cp/overload-const.exp
1022 * gdb.cp/overload.exp
1023 * gdb.cp/ovldbreak.exp
1024 * gdb.cp/ovsrch.exp
1025 * gdb.cp/paren-type.exp
1026 * gdb.cp/parse-lang.exp
1027 * gdb.cp/pass-by-ref.exp
1028 * gdb.cp/pr-1023.exp
1029 * gdb.cp/pr-1210.exp
1030 * gdb.cp/pr-574.exp
1031 * gdb.cp/pr10687.exp
1032 * gdb.cp/pr12028.exp
1033 * gdb.cp/pr17132.exp
1034 * gdb.cp/pr17494.exp
1035 * gdb.cp/pr9067.exp
1036 * gdb.cp/pr9167.exp
1037 * gdb.cp/pr9631.exp
1038 * gdb.cp/printmethod.exp
1039 * gdb.cp/psmang.exp
1040 * gdb.cp/psymtab-parameter.exp
1041 * gdb.cp/ptype-cv-cp.exp
1042 * gdb.cp/ptype-flags.exp
1043 * gdb.cp/re-set-overloaded.exp
1044 * gdb.cp/ref-types.exp
1045 * gdb.cp/rtti.exp
1046 * gdb.cp/scope-err.exp
1047 * gdb.cp/shadow.exp
1048 * gdb.cp/smartp.exp
1049 * gdb.cp/static-method.exp
1050 * gdb.cp/static-print-quit.exp
1051 * gdb.cp/temargs.exp
1052 * gdb.cp/templates.exp
1053 * gdb.cp/try_catch.exp
1054 * gdb.cp/typedef-operator.exp
1055 * gdb.cp/typeid.exp
1056 * gdb.cp/userdef.exp
1057 * gdb.cp/using-crash.exp
1058 * gdb.cp/var-tag.exp
1059 * gdb.cp/virtbase.exp
1060 * gdb.cp/virtfunc.exp
1061 * gdb.cp/virtfunc2.exp
1062 * gdb.cp/vla-cxx.exp
1063 * gdb.disasm/t01_mov.exp
1064 * gdb.disasm/t02_mova.exp
1065 * gdb.disasm/t03_add.exp
1066 * gdb.disasm/t04_sub.exp
1067 * gdb.disasm/t05_cmp.exp
1068 * gdb.disasm/t06_ari2.exp
1069 * gdb.disasm/t07_ari3.exp
1070 * gdb.disasm/t08_or.exp
1071 * gdb.disasm/t09_xor.exp
1072 * gdb.disasm/t10_and.exp
1073 * gdb.disasm/t11_logs.exp
1074 * gdb.disasm/t12_bit.exp
1075 * gdb.disasm/t13_otr.exp
1076 * gdb.dlang/circular.exp
1077 * gdb.dwarf2/arr-stride.exp
1078 * gdb.dwarf2/arr-subrange.exp
1079 * gdb.dwarf2/atomic-type.exp
1080 * gdb.dwarf2/bad-regnum.exp
1081 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1082 * gdb.dwarf2/callframecfa.exp
1083 * gdb.dwarf2/clztest.exp
1084 * gdb.dwarf2/corrupt.exp
1085 * gdb.dwarf2/data-loc.exp
1086 * gdb.dwarf2/dup-psym.exp
1087 * gdb.dwarf2/dw2-anon-mptr.exp
1088 * gdb.dwarf2/dw2-anonymous-func.exp
1089 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1090 * gdb.dwarf2/dw2-bad-unresolved.exp
1091 * gdb.dwarf2/dw2-basic.exp
1092 * gdb.dwarf2/dw2-canonicalize-type.exp
1093 * gdb.dwarf2/dw2-case-insensitive.exp
1094 * gdb.dwarf2/dw2-common-block.exp
1095 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1096 * gdb.dwarf2/dw2-compressed.exp
1097 * gdb.dwarf2/dw2-const.exp
1098 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1099 * gdb.dwarf2/dw2-cu-size.exp
1100 * gdb.dwarf2/dw2-dup-frame.exp
1101 * gdb.dwarf2/dw2-entry-value.exp
1102 * gdb.dwarf2/dw2-icycle.exp
1103 * gdb.dwarf2/dw2-ifort-parameter.exp
1104 * gdb.dwarf2/dw2-inline-break.exp
1105 * gdb.dwarf2/dw2-inline-param.exp
1106 * gdb.dwarf2/dw2-intercu.exp
1107 * gdb.dwarf2/dw2-intermix.exp
1108 * gdb.dwarf2/dw2-lexical-block-bare.exp
1109 * gdb.dwarf2/dw2-linkage-name-trust.exp
1110 * gdb.dwarf2/dw2-minsym-in-cu.exp
1111 * gdb.dwarf2/dw2-noloc.exp
1112 * gdb.dwarf2/dw2-op-call.exp
1113 * gdb.dwarf2/dw2-op-out-param.exp
1114 * gdb.dwarf2/dw2-opt-structptr.exp
1115 * gdb.dwarf2/dw2-param-error.exp
1116 * gdb.dwarf2/dw2-producer.exp
1117 * gdb.dwarf2/dw2-ranges-base.exp
1118 * gdb.dwarf2/dw2-ref-missing-frame.exp
1119 * gdb.dwarf2/dw2-reg-undefined.exp
1120 * gdb.dwarf2/dw2-regno-invalid.exp
1121 * gdb.dwarf2/dw2-restore.exp
1122 * gdb.dwarf2/dw2-restrict.exp
1123 * gdb.dwarf2/dw2-single-line-discriminators.exp
1124 * gdb.dwarf2/dw2-strp.exp
1125 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1126 * gdb.dwarf2/dw2-unresolved.exp
1127 * gdb.dwarf2/dw2-var-zero-addr.exp
1128 * gdb.dwarf2/dw4-sig-types.exp
1129 * gdb.dwarf2/dwz.exp
1130 * gdb.dwarf2/dynarr-ptr.exp
1131 * gdb.dwarf2/enum-type.exp
1132 * gdb.dwarf2/gdb-index.exp
1133 * gdb.dwarf2/implptr-64bit.exp
1134 * gdb.dwarf2/implptr-optimized-out.exp
1135 * gdb.dwarf2/implptr.exp
1136 * gdb.dwarf2/implref-array.exp
1137 * gdb.dwarf2/implref-const.exp
1138 * gdb.dwarf2/implref-global.exp
1139 * gdb.dwarf2/implref-struct.exp
1140 * gdb.dwarf2/mac-fileno.exp
1141 * gdb.dwarf2/main-subprogram.exp
1142 * gdb.dwarf2/member-ptr-forwardref.exp
1143 * gdb.dwarf2/method-ptr.exp
1144 * gdb.dwarf2/missing-sig-type.exp
1145 * gdb.dwarf2/nonvar-access.exp
1146 * gdb.dwarf2/opaque-type-lookup.exp
1147 * gdb.dwarf2/pieces-optimized-out.exp
1148 * gdb.dwarf2/pieces.exp
1149 * gdb.dwarf2/pr10770.exp
1150 * gdb.dwarf2/pr13961.exp
1151 * gdb.dwarf2/staticvirtual.exp
1152 * gdb.dwarf2/subrange.exp
1153 * gdb.dwarf2/symtab-producer.exp
1154 * gdb.dwarf2/trace-crash.exp
1155 * gdb.dwarf2/typeddwarf.exp
1156 * gdb.dwarf2/valop.exp
1157 * gdb.dwarf2/watch-notconst.exp
1158 * gdb.fortran/array-element.exp
1159 * gdb.fortran/charset.exp
1160 * gdb.fortran/common-block.exp
1161 * gdb.fortran/complex.exp
1162 * gdb.fortran/derived-type-function.exp
1163 * gdb.fortran/derived-type.exp
1164 * gdb.fortran/logical.exp
1165 * gdb.fortran/module.exp
1166 * gdb.fortran/multi-dim.exp
1167 * gdb.fortran/nested-funcs.exp
1168 * gdb.fortran/print-formatted.exp
1169 * gdb.fortran/subarray.exp
1170 * gdb.fortran/vla-alloc-assoc.exp
1171 * gdb.fortran/vla-datatypes.exp
1172 * gdb.fortran/vla-history.exp
1173 * gdb.fortran/vla-ptr-info.exp
1174 * gdb.fortran/vla-ptype-sub.exp
1175 * gdb.fortran/vla-ptype.exp
1176 * gdb.fortran/vla-sizeof.exp
1177 * gdb.fortran/vla-type.exp
1178 * gdb.fortran/vla-value-sub-arbitrary.exp
1179 * gdb.fortran/vla-value-sub-finish.exp
1180 * gdb.fortran/vla-value-sub.exp
1181 * gdb.fortran/vla-value.exp
1182 * gdb.fortran/whatis_type.exp
1183 * gdb.go/chan.exp
1184 * gdb.go/handcall.exp
1185 * gdb.go/hello.exp
1186 * gdb.go/integers.exp
1187 * gdb.go/methods.exp
1188 * gdb.go/package.exp
1189 * gdb.go/strings.exp
1190 * gdb.go/types.exp
1191 * gdb.go/unsafe.exp
1192 * gdb.guile/scm-arch.exp
1193 * gdb.guile/scm-block.exp
1194 * gdb.guile/scm-breakpoint.exp
1195 * gdb.guile/scm-cmd.exp
1196 * gdb.guile/scm-disasm.exp
1197 * gdb.guile/scm-equal.exp
1198 * gdb.guile/scm-frame-args.exp
1199 * gdb.guile/scm-frame-inline.exp
1200 * gdb.guile/scm-frame.exp
1201 * gdb.guile/scm-iterator.exp
1202 * gdb.guile/scm-math.exp
1203 * gdb.guile/scm-objfile.exp
1204 * gdb.guile/scm-ports.exp
1205 * gdb.guile/scm-symbol.exp
1206 * gdb.guile/scm-symtab.exp
1207 * gdb.guile/scm-value-cc.exp
1208 * gdb.guile/types-module.exp
1209 * gdb.linespec/break-ask.exp
1210 * gdb.linespec/cpexplicit.exp
1211 * gdb.linespec/explicit.exp
1212 * gdb.linespec/keywords.exp
1213 * gdb.linespec/linespec.exp
1214 * gdb.linespec/ls-dollar.exp
1215 * gdb.linespec/ls-errs.exp
1216 * gdb.linespec/skip-two.exp
1217 * gdb.linespec/thread.exp
1218 * gdb.mi/mi-async.exp
1219 * gdb.mi/mi-basics.exp
1220 * gdb.mi/mi-break.exp
1221 * gdb.mi/mi-catch-load.exp
1222 * gdb.mi/mi-cli.exp
1223 * gdb.mi/mi-cmd-param-changed.exp
1224 * gdb.mi/mi-console.exp
1225 * gdb.mi/mi-detach.exp
1226 * gdb.mi/mi-disassemble.exp
1227 * gdb.mi/mi-eval.exp
1228 * gdb.mi/mi-file-transfer.exp
1229 * gdb.mi/mi-file.exp
1230 * gdb.mi/mi-fill-memory.exp
1231 * gdb.mi/mi-inheritance-syntax-error.exp
1232 * gdb.mi/mi-linespec-err-cp.exp
1233 * gdb.mi/mi-logging.exp
1234 * gdb.mi/mi-memory-changed.exp
1235 * gdb.mi/mi-read-memory.exp
1236 * gdb.mi/mi-record-changed.exp
1237 * gdb.mi/mi-reg-undefined.exp
1238 * gdb.mi/mi-regs.exp
1239 * gdb.mi/mi-return.exp
1240 * gdb.mi/mi-reverse.exp
1241 * gdb.mi/mi-simplerun.exp
1242 * gdb.mi/mi-solib.exp
1243 * gdb.mi/mi-stack.exp
1244 * gdb.mi/mi-stepi.exp
1245 * gdb.mi/mi-syn-frame.exp
1246 * gdb.mi/mi-until.exp
1247 * gdb.mi/mi-var-block.exp
1248 * gdb.mi/mi-var-child.exp
1249 * gdb.mi/mi-var-cmd.exp
1250 * gdb.mi/mi-var-cp.exp
1251 * gdb.mi/mi-var-display.exp
1252 * gdb.mi/mi-var-invalidate.exp
1253 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1254 * gdb.mi/mi-vla-fortran.exp
1255 * gdb.mi/mi-watch.exp
1256 * gdb.mi/mi2-var-child.exp
1257 * gdb.mi/user-selected-context-sync.exp
1258 * gdb.modula2/unbounded-array.exp
1259 * gdb.multi/dummy-frame-restore.exp
1260 * gdb.multi/multi-arch-exec.exp
1261 * gdb.multi/multi-arch.exp
1262 * gdb.multi/tids.exp
1263 * gdb.multi/watchpoint-multi.exp
1264 * gdb.opencl/callfuncs.exp
1265 * gdb.opencl/convs_casts.exp
1266 * gdb.opencl/datatypes.exp
1267 * gdb.opencl/operators.exp
1268 * gdb.opencl/vec_comps.exp
1269 * gdb.opt/clobbered-registers-O2.exp
1270 * gdb.opt/inline-break.exp
1271 * gdb.opt/inline-bt.exp
1272 * gdb.opt/inline-cmds.exp
1273 * gdb.opt/inline-locals.exp
1274 * gdb.pascal/case-insensitive-symbols.exp
1275 * gdb.pascal/floats.exp
1276 * gdb.pascal/gdb11492.exp
1277 * gdb.python/lib-types.exp
1278 * gdb.python/py-arch.exp
1279 * gdb.python/py-as-string.exp
1280 * gdb.python/py-bad-printers.exp
1281 * gdb.python/py-block.exp
1282 * gdb.python/py-breakpoint-create-fail.exp
1283 * gdb.python/py-breakpoint.exp
1284 * gdb.python/py-caller-is.exp
1285 * gdb.python/py-cmd.exp
1286 * gdb.python/py-explore-cc.exp
1287 * gdb.python/py-explore.exp
1288 * gdb.python/py-finish-breakpoint.exp
1289 * gdb.python/py-finish-breakpoint2.exp
1290 * gdb.python/py-frame-args.exp
1291 * gdb.python/py-frame-inline.exp
1292 * gdb.python/py-frame.exp
1293 * gdb.python/py-framefilter-mi.exp
1294 * gdb.python/py-infthread.exp
1295 * gdb.python/py-lazy-string.exp
1296 * gdb.python/py-linetable.exp
1297 * gdb.python/py-mi-events.exp
1298 * gdb.python/py-mi-objfile.exp
1299 * gdb.python/py-mi.exp
1300 * gdb.python/py-objfile.exp
1301 * gdb.python/py-pp-integral.exp
1302 * gdb.python/py-pp-maint.exp
1303 * gdb.python/py-pp-re-notag.exp
1304 * gdb.python/py-pp-registration.exp
1305 * gdb.python/py-recurse-unwind.exp
1306 * gdb.python/py-strfns.exp
1307 * gdb.python/py-symbol.exp
1308 * gdb.python/py-symtab.exp
1309 * gdb.python/py-sync-interp.exp
1310 * gdb.python/py-typeprint.exp
1311 * gdb.python/py-unwind-maint.exp
1312 * gdb.python/py-unwind.exp
1313 * gdb.python/py-value-cc.exp
1314 * gdb.python/py-xmethods.exp
1315 * gdb.reverse/amd64-tailcall-reverse.exp
1316 * gdb.reverse/break-precsave.exp
1317 * gdb.reverse/break-reverse.exp
1318 * gdb.reverse/consecutive-precsave.exp
1319 * gdb.reverse/consecutive-reverse.exp
1320 * gdb.reverse/finish-precsave.exp
1321 * gdb.reverse/finish-reverse-bkpt.exp
1322 * gdb.reverse/finish-reverse.exp
1323 * gdb.reverse/fstatat-reverse.exp
1324 * gdb.reverse/getresuid-reverse.exp
1325 * gdb.reverse/i386-precsave.exp
1326 * gdb.reverse/i386-reverse.exp
1327 * gdb.reverse/i386-sse-reverse.exp
1328 * gdb.reverse/i387-env-reverse.exp
1329 * gdb.reverse/i387-stack-reverse.exp
1330 * gdb.reverse/insn-reverse.exp
1331 * gdb.reverse/machinestate-precsave.exp
1332 * gdb.reverse/machinestate.exp
1333 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1334 * gdb.reverse/pipe-reverse.exp
1335 * gdb.reverse/readv-reverse.exp
1336 * gdb.reverse/recvmsg-reverse.exp
1337 * gdb.reverse/rerun-prec.exp
1338 * gdb.reverse/s390-mvcle.exp
1339 * gdb.reverse/step-precsave.exp
1340 * gdb.reverse/step-reverse.exp
1341 * gdb.reverse/time-reverse.exp
1342 * gdb.reverse/until-precsave.exp
1343 * gdb.reverse/until-reverse.exp
1344 * gdb.reverse/waitpid-reverse.exp
1345 * gdb.reverse/watch-precsave.exp
1346 * gdb.reverse/watch-reverse.exp
1347 * gdb.rust/generics.exp
1348 * gdb.rust/methods.exp
1349 * gdb.rust/modules.exp
1350 * gdb.rust/simple.exp
1351 * gdb.server/connect-with-no-symbol-file.exp
1352 * gdb.server/ext-attach.exp
1353 * gdb.server/ext-restart.exp
1354 * gdb.server/ext-wrapper.exp
1355 * gdb.server/file-transfer.exp
1356 * gdb.server/server-exec-info.exp
1357 * gdb.server/server-kill.exp
1358 * gdb.server/server-mon.exp
1359 * gdb.server/wrapper.exp
1360 * gdb.stabs/exclfwd.exp
1361 * gdb.stabs/gdb11479.exp
1362 * gdb.threads/clone-new-thread-event.exp
1363 * gdb.threads/corethreads.exp
1364 * gdb.threads/current-lwp-dead.exp
1365 * gdb.threads/dlopen-libpthread.exp
1366 * gdb.threads/gcore-thread.exp
1367 * gdb.threads/sigstep-threads.exp
1368 * gdb.threads/watchpoint-fork.exp
1369 * gdb.trace/actions-changed.exp
1370 * gdb.trace/backtrace.exp
1371 * gdb.trace/change-loc.exp
1372 * gdb.trace/circ.exp
1373 * gdb.trace/collection.exp
1374 * gdb.trace/disconnected-tracing.exp
1375 * gdb.trace/ftrace.exp
1376 * gdb.trace/mi-trace-frame-collected.exp
1377 * gdb.trace/mi-trace-unavailable.exp
1378 * gdb.trace/mi-traceframe-changed.exp
1379 * gdb.trace/mi-tsv-changed.exp
1380 * gdb.trace/no-attach-trace.exp
1381 * gdb.trace/passc-dyn.exp
1382 * gdb.trace/qtro.exp
1383 * gdb.trace/range-stepping.exp
1384 * gdb.trace/read-memory.exp
1385 * gdb.trace/save-trace.exp
1386 * gdb.trace/signal.exp
1387 * gdb.trace/status-stop.exp
1388 * gdb.trace/tfile.exp
1389 * gdb.trace/trace-break.exp
1390 * gdb.trace/trace-buffer-size.exp
1391 * gdb.trace/trace-condition.exp
1392 * gdb.trace/tracefile-pseudo-reg.exp
1393 * gdb.trace/tstatus.exp
1394 * gdb.trace/unavailable.exp
1395 * gdb.trace/while-dyn.exp
1396 * gdb.trace/while-stepping.exp
1397
34c41c68
DE
13982016-12-22 Doug Evans <xdje42@gmail.com>
1399
1400 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1401 and msymbols.
1402
16e69324
YQ
14032016-12-19 Yao Qi <yao.qi@linaro.org>
1404
1405 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1406 (test_with_self): Don't call do_steps_and_nexts, and remove
1407 code about stepping into xmalloc.
1408
f94f411b
YQ
14092016-12-09 Yao Qi <yao.qi@linaro.org>
1410
1411 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1412
14132016-12-09 Yao Qi <yao.qi@linaro.org>
1414
1415 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1416
f1b5deee
PA
14172016-12-09 Pedro Alves <palves@redhat.com>
1418
1419 * gdb.base/all-architectures-0.exp: New file.
1420 * gdb.base/all-architectures-1.exp: New file.
1421 * gdb.base/all-architectures-2.exp: New file.
1422 * gdb.base/all-architectures-3.exp: New file.
1423 * gdb.base/all-architectures-4.exp: New file.
1424 * gdb.base/all-architectures-5.exp: New file.
1425 * gdb.base/all-architectures-6.exp: New file.
1426 * gdb.base/all-architectures-7.exp: New file.
1427 * gdb.base/all-architectures.exp.in: New file.
1428
364ca42e
YQ
14292016-12-09 Yao Qi <yao.qi@linaro.org>
1430
1431 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1432
107c2d62
LM
14332016-12-02 Luis Machado <lgustavo@codesourcery.com>
1434
1435 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1436 possible.
1437 Remove useless pattern-matching code.
1438
df3ee9ca
PA
14392016-12-02 Pedro Alves <palves@redhat.com>
1440
1441 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1442 procedure.
1443 (top level): Call it.
1444
ec835369
PA
14452016-12-02 Pedro Alves <palves@redhat.com>
1446
1447 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1448 New procedure.
1449 (top level): Call it.
1450
01770bbd
PA
14512016-12-02 Pedro Alves <palves@redhat.com>
1452
1453 PR cli/20559
1454 * gdb.base/commands.exp (user_defined_command_args_eval): New
1455 procedure.
1456 (top level): Call it.
1457
008459ea
LM
14582016-12-02 Luis Machado <lgustavo@codesourcery.com>
1459
1460 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1461 timeout handling.
1462
0c1b455e
TT
14632016-12-02 Tom Tromey <tom@tromey.com>
1464
1465 * gdb.dwarf2/main-subprogram.c: New file.
1466 * gdb.dwarf2/main-subprogram.exp: New file.
1467
018572b8
LM
14682016-12-01 Luis Machado <lgustavo@codesourcery.com>
1469
1470 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1471 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1472 gdb_test_no_output for a couple of cases.
1473 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1474
84c93cd5
LM
14752016-12-01 Luis Machado <lgustavo@codesourcery.com>
1476
1477 Fix test names and standardize compilation error messages throughout
1478 the following files:
1479
1480 * gdb.ada/start.exp
1481 * gdb.arch/alpha-step.exp
1482 * gdb.arch/e500-prologue.exp
1483 * gdb.arch/ftrace-insn-reloc.exp
1484 * gdb.arch/gdb1291.exp
1485 * gdb.arch/gdb1431.exp
1486 * gdb.arch/gdb1558.exp
1487 * gdb.arch/i386-dr3-watch.exp
1488 * gdb.arch/i386-sse-stack-align.exp
1489 * gdb.arch/ia64-breakpoint-shadow.exp
1490 * gdb.arch/pa-nullify.exp
1491 * gdb.arch/powerpc-aix-prologue.exp
1492 * gdb.arch/thumb-bx-pc.exp
1493 * gdb.base/annota1.exp
1494 * gdb.base/annota3.exp
1495 * gdb.base/arrayidx.exp
1496 * gdb.base/assign.exp
1497 * gdb.base/attach.exp
1498 * gdb.base/auxv.exp
1499 * gdb.base/bang.exp
1500 * gdb.base/bfp-test.exp
1501 * gdb.base/bigcore.exp
1502 * gdb.base/bitfields2.exp
1503 * gdb.base/break-fun-addr.exp
1504 * gdb.base/break-probes.exp
1505 * gdb.base/call-rt-st.exp
1506 * gdb.base/callexit.exp
1507 * gdb.base/catch-fork-kill.exp
1508 * gdb.base/charset.exp
1509 * gdb.base/checkpoint.exp
1510 * gdb.base/comprdebug.exp
1511 * gdb.base/constvars.exp
1512 * gdb.base/coredump-filter.exp
1513 * gdb.base/cursal.exp
1514 * gdb.base/cvexpr.exp
1515 * gdb.base/detach.exp
1516 * gdb.base/display.exp
1517 * gdb.base/dmsym.exp
1518 * gdb.base/dprintf-pending.exp
1519 * gdb.base/dso2dso.exp
1520 * gdb.base/dtrace-probe.exp
1521 * gdb.base/dump.exp
1522 * gdb.base/enum_cond.exp
1523 * gdb.base/exe-lock.exp
1524 * gdb.base/exec-invalid-sysroot.exp
1525 * gdb.base/execl-update-breakpoints.exp
1526 * gdb.base/exprs.exp
1527 * gdb.base/fileio.exp
1528 * gdb.base/find.exp
1529 * gdb.base/finish.exp
1530 * gdb.base/fixsection.exp
1531 * gdb.base/foll-vfork.exp
1532 * gdb.base/frame-args.exp
1533 * gdb.base/gcore.exp
1534 * gdb.base/gdb1250.exp
1535 * gdb.base/global-var-nested-by-dso.exp
1536 * gdb.base/gnu-ifunc.exp
1537 * gdb.base/hashline1.exp
1538 * gdb.base/hashline2.exp
1539 * gdb.base/hashline3.exp
1540 * gdb.base/hbreak-in-shr-unsupported.exp
1541 * gdb.base/huge.exp
1542 * gdb.base/infcall-input.exp
1543 * gdb.base/info-fun.exp
1544 * gdb.base/info-shared.exp
1545 * gdb.base/jit-simple.exp
1546 * gdb.base/jit-so.exp
1547 * gdb.base/jit.exp
1548 * gdb.base/jump.exp
1549 * gdb.base/label.exp
1550 * gdb.base/lineinc.exp
1551 * gdb.base/logical.exp
1552 * gdb.base/longjmp.exp
1553 * gdb.base/macscp.exp
1554 * gdb.base/miscexprs.exp
1555 * gdb.base/new-ui-echo.exp
1556 * gdb.base/new-ui-pending-input.exp
1557 * gdb.base/new-ui.exp
1558 * gdb.base/nodebug.exp
1559 * gdb.base/nofield.exp
1560 * gdb.base/offsets.exp
1561 * gdb.base/overlays.exp
1562 * gdb.base/pending.exp
1563 * gdb.base/pointers.exp
1564 * gdb.base/pr11022.exp
1565 * gdb.base/printcmds.exp
1566 * gdb.base/prologue.exp
1567 * gdb.base/ptr-typedef.exp
1568 * gdb.base/realname-expand.exp
1569 * gdb.base/relativedebug.exp
1570 * gdb.base/relocate.exp
1571 * gdb.base/remote.exp
1572 * gdb.base/reread.exp
1573 * gdb.base/return2.exp
1574 * gdb.base/savedregs.exp
1575 * gdb.base/sep.exp
1576 * gdb.base/sepdebug.exp
1577 * gdb.base/sepsymtab.exp
1578 * gdb.base/set-inferior-tty.exp
1579 * gdb.base/setshow.exp
1580 * gdb.base/shlib-call.exp
1581 * gdb.base/sigaltstack.exp
1582 * gdb.base/siginfo-addr.exp
1583 * gdb.base/signals.exp
1584 * gdb.base/signull.exp
1585 * gdb.base/sigrepeat.exp
1586 * gdb.base/so-impl-ld.exp
1587 * gdb.base/solib-display.exp
1588 * gdb.base/solib-overlap.exp
1589 * gdb.base/solib-search.exp
1590 * gdb.base/solib-symbol.exp
1591 * gdb.base/structs.exp
1592 * gdb.base/structs2.exp
1593 * gdb.base/symtab-search-order.exp
1594 * gdb.base/twice.exp
1595 * gdb.base/unload.exp
1596 * gdb.base/varargs.exp
1597 * gdb.base/watchpoint-solib.exp
1598 * gdb.base/watchpoint.exp
1599 * gdb.base/whatis.exp
1600 * gdb.base/wrong_frame_bt_full.exp
1601 * gdb.btrace/dlopen.exp
1602 * gdb.cell/ea-standalone.exp
1603 * gdb.cell/ea-test.exp
1604 * gdb.cp/dispcxx.exp
1605 * gdb.cp/gdb2384.exp
1606 * gdb.cp/method2.exp
1607 * gdb.cp/nextoverthrow.exp
1608 * gdb.cp/pr10728.exp
1609 * gdb.disasm/am33.exp
1610 * gdb.disasm/h8300s.exp
1611 * gdb.disasm/mn10300.exp
1612 * gdb.disasm/sh3.exp
1613 * gdb.dwarf2/dw2-dir-file-name.exp
1614 * gdb.fortran/complex.exp
1615 * gdb.fortran/library-module.exp
1616 * gdb.guile/scm-pretty-print.exp
1617 * gdb.guile/scm-symbol.exp
1618 * gdb.guile/scm-type.exp
1619 * gdb.guile/scm-value.exp
1620 * gdb.linespec/linespec.exp
1621 * gdb.mi/gdb701.exp
1622 * gdb.mi/gdb792.exp
1623 * gdb.mi/mi-breakpoint-changed.exp
1624 * gdb.mi/mi-dprintf-pending.exp
1625 * gdb.mi/mi-dprintf.exp
1626 * gdb.mi/mi-exit-code.exp
1627 * gdb.mi/mi-pending.exp
1628 * gdb.mi/mi-solib.exp
1629 * gdb.mi/new-ui-mi-sync.exp
1630 * gdb.mi/pr11022.exp
1631 * gdb.mi/user-selected-context-sync.exp
1632 * gdb.opt/solib-intra-step.exp
1633 * gdb.python/py-events.exp
1634 * gdb.python/py-finish-breakpoint.exp
1635 * gdb.python/py-mi.exp
1636 * gdb.python/py-prettyprint.exp
1637 * gdb.python/py-shared.exp
1638 * gdb.python/py-symbol.exp
1639 * gdb.python/py-template.exp
1640 * gdb.python/py-type.exp
1641 * gdb.python/py-value.exp
1642 * gdb.reverse/solib-precsave.exp
1643 * gdb.reverse/solib-reverse.exp
1644 * gdb.server/solib-list.exp
1645 * gdb.stabs/weird.exp
1646 * gdb.threads/reconnect-signal.exp
1647 * gdb.threads/stepi-random-signal.exp
1648 * gdb.trace/actions.exp
1649 * gdb.trace/ax.exp
1650 * gdb.trace/backtrace.exp
1651 * gdb.trace/change-loc.exp
1652 * gdb.trace/deltrace.exp
1653 * gdb.trace/ftrace-lock.exp
1654 * gdb.trace/ftrace.exp
1655 * gdb.trace/infotrace.exp
1656 * gdb.trace/mi-tracepoint-changed.exp
1657 * gdb.trace/packetlen.exp
1658 * gdb.trace/passcount.exp
1659 * gdb.trace/pending.exp
1660 * gdb.trace/range-stepping.exp
1661 * gdb.trace/report.exp
1662 * gdb.trace/stap-trace.exp
1663 * gdb.trace/tfind.exp
1664 * gdb.trace/trace-break.exp
1665 * gdb.trace/trace-condition.exp
1666 * gdb.trace/trace-enable-disable.exp
1667 * gdb.trace/trace-mt.exp
1668 * gdb.trace/tracecmd.exp
1669 * gdb.trace/tspeed.exp
1670 * gdb.trace/tsv.exp
1671 * lib/perftest.exp
1672
fb9feb35
LM
16732016-12-01 Luis Machado <lgustavo@codesourcery.com>
1674
1675 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1676 with gdb_test_no_output.
1677 Use command as test name.
1678
cd2ddb6c
LM
16792016-12-01 Luis Machado <lgustavo@codesourcery.com>
1680
1681 Fix test names starting with uppercase throughout the files.
1682
1683 * gdb.ada/assign_1.exp
1684 * gdb.ada/boolean_expr.exp
1685 * gdb.base/arrayidx.exp
1686 * gdb.base/del.exp
1687 * gdb.base/gcore-buffer-overflow.exp
1688 * gdb.base/testenv.exp
1689 * gdb.compile/compile.exp
1690 * gdb.python/py-framefilter-invalidarg.exp
1691 * gdb.python/py-framefilter.exp
1692
bb95117e
LM
16932016-12-01 Luis Machado <lgustavo@codesourcery.com>
1694
1695 Fix test names starting with uppercase throughout the files.
1696
1697 * gdb.ada/array_return.exp
1698 * gdb.ada/expr_delims.exp
1699 * gdb.ada/mi_dyn_arr.exp
1700 * gdb.ada/mi_interface.exp
1701 * gdb.ada/mi_var_array.exp
1702 * gdb.ada/watch_arg.exp
1703 * gdb.arch/alpha-step.exp
1704 * gdb.arch/altivec-regs.exp
1705 * gdb.arch/e500-regs.exp
1706 * gdb.arch/powerpc-d128-regs.exp
1707 * gdb.base/arrayidx.exp
1708 * gdb.base/break.exp
1709 * gdb.base/checkpoint.exp
1710 * gdb.base/debug-expr.exp
1711 * gdb.base/dmsym.exp
1712 * gdb.base/radix.exp
1713 * gdb.base/sepdebug.exp
1714 * gdb.base/testenv.exp
1715 * gdb.base/watch_thread_num.exp
1716 * gdb.base/watchpoint-cond-gone.exp
1717 * gdb.cell/break.exp
1718 * gdb.cell/ea-cache.exp
1719 * gdb.compile/compile.exp
1720 * gdb.cp/gdb2495.exp
1721 * gdb.gdb/selftest.exp
1722 * gdb.gdb/xfullpath.exp
1723 * gdb.go/hello.exp
1724 * gdb.go/integers.exp
1725 * gdb.objc/basicclass.exp
1726 * gdb.pascal/hello.exp
1727 * gdb.pascal/integers.exp
1728 * gdb.python/py-breakpoint.exp
1729 * gdb.python/py-cmd.exp
1730 * gdb.python/py-linetable.exp
1731 * gdb.python/py-xmethods.exp
1732 * gdb.python/python.exp
1733 * gdb.reverse/consecutive-precsave.exp
1734 * gdb.reverse/finish-precsave.exp
1735 * gdb.reverse/i386-precsave.exp
1736 * gdb.reverse/machinestate-precsave.exp
1737 * gdb.reverse/sigall-precsave.exp
1738 * gdb.reverse/solib-precsave.exp
1739 * gdb.reverse/step-precsave.exp
1740 * gdb.reverse/until-precsave.exp
1741 * gdb.reverse/watch-precsave.exp
1742 * gdb.threads/leader-exit.exp
1743 * gdb.threads/pthreads.exp
1744 * gdb.threads/wp-replication.exp
1745 * gdb.trace/actions.exp
1746 * gdb.trace/mi-tsv-changed.exp
1747 * gdb.trace/tsv.exp
1748
de97fdd4
LM
17492016-12-01 Luis Machado <lgustavo@codesourcery.com>
1750
1751 Fix test names starting with uppercase throughout the files.
1752
1753 * gdb.arch/i386-bp_permanent.exp
1754 * gdb.arch/i386-gnu-cfi.exp
1755 * gdb.base/disasm-end-cu.exp
1756 * gdb.base/macscp.exp
1757 * gdb.base/pending.exp
1758 * gdb.base/watch_thread_num.exp
1759 * gdb.cp/exception.exp
1760 * gdb.cp/gdb2495.exp
1761 * gdb.cp/local.exp
1762 * gdb.python/py-evsignal.exp
1763 * gdb.python/python.exp
1764 * gdb.trace/tracecmd.exp
1765
9f058c10
LM
17662016-12-01 Luis Machado <lgustavo@codesourcery.com>
1767
1768 Fix test names starting with uppercase throughout the files.
1769
1770 * gdb.base/charset.exp
1771 * gdb.base/eval.exp
1772 * gdb.base/multi-forks.exp
1773 * gdb.guile/scm-progspace.exp
1774 * gdb.opencl/datatypes.exp
1775 * gdb.python/py-block.exp
1776 * gdb.python/py-function.exp
1777 * gdb.python/py-symbol.exp
1778 * gdb.python/py-symtab.exp
1779 * gdb.python/py-xmethods.exp
1780 * gdb.reverse/break-precsave.exp
1781 * gdb.reverse/break-reverse.exp
1782 * gdb.reverse/consecutive-precsave.exp
1783 * gdb.reverse/consecutive-reverse.exp
1784 * gdb.reverse/finish-precsave.exp
1785 * gdb.reverse/finish-reverse-bkpt.exp
1786 * gdb.reverse/finish-reverse.exp
1787 * gdb.reverse/fstatat-reverse.exp
1788 * gdb.reverse/getresuid-reverse.exp
1789 * gdb.reverse/i386-precsave.exp
1790 * gdb.reverse/i386-reverse.exp
1791 * gdb.reverse/i386-sse-reverse.exp
1792 * gdb.reverse/i387-stack-reverse.exp
1793 * gdb.reverse/insn-reverse.exp
1794 * gdb.reverse/machinestate-precsave.exp
1795 * gdb.reverse/machinestate.exp
1796 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1797 * gdb.reverse/pipe-reverse.exp
1798 * gdb.reverse/readv-reverse.exp
1799 * gdb.reverse/recvmsg-reverse.exp
1800 * gdb.reverse/rerun-prec.exp
1801 * gdb.reverse/s390-mvcle.exp
1802 * gdb.reverse/sigall-precsave.exp
1803 * gdb.reverse/sigall-reverse.exp
1804 * gdb.reverse/solib-precsave.exp
1805 * gdb.reverse/solib-reverse.exp
1806 * gdb.reverse/step-precsave.exp
1807 * gdb.reverse/step-reverse.exp
1808 * gdb.reverse/time-reverse.exp
1809 * gdb.reverse/until-precsave.exp
1810 * gdb.reverse/until-reverse.exp
1811 * gdb.reverse/waitpid-reverse.exp
1812 * gdb.reverse/watch-precsave.exp
1813 * gdb.reverse/watch-reverse.exp
1814
cdc7edd7
LM
18152016-12-01 Luis Machado <lgustavo@codesourcery.com>
1816
1817 Fix test names starting with uppercase throughout the files.
1818
1819 * gdb.arch/i386-mpx-simple_segv.exp
1820 * gdb.arch/i386-mpx.exp
1821 * gdb.arch/i386-permbkpt.exp
1822 * gdb.arch/pa-nullify.exp
1823 * gdb.arch/powerpc-d128-regs.exp
1824 * gdb.arch/vsx-regs.exp
1825 * gdb.base/bfp-test.exp
1826 * gdb.base/break.exp
1827 * gdb.base/breakpoint-shadow.exp
1828 * gdb.base/callfuncs.exp
1829 * gdb.base/charset.exp
1830 * gdb.base/commands.exp
1831 * gdb.base/completion.exp
1832 * gdb.base/dfp-test.exp
1833 * gdb.base/echo.exp
1834 * gdb.base/ending-run.exp
1835 * gdb.base/eval.exp
1836 * gdb.base/expand-psymtabs.exp
1837 * gdb.base/float128.exp
1838 * gdb.base/floatn.exp
1839 * gdb.base/foll-exec-mode.exp
1840 * gdb.base/gdb1056.exp
1841 * gdb.base/gdb11531.exp
1842 * gdb.base/kill-after-signal.exp
1843 * gdb.base/multi-forks.exp
1844 * gdb.base/overlays.exp
1845 * gdb.base/pending.exp
1846 * gdb.base/sepdebug.exp
1847 * gdb.base/testenv.exp
1848 * gdb.base/valgrind-db-attach.exp
1849 * gdb.base/watch_thread_num.exp
1850 * gdb.base/watchpoint-cond-gone.exp
1851 * gdb.base/watchpoint.exp
1852 * gdb.base/watchpoints.exp
1853 * gdb.cp/arg-reference.exp
1854 * gdb.cp/baseenum.exp
1855 * gdb.cp/operator.exp
1856 * gdb.cp/shadow.exp
1857 * gdb.dwarf2/dw2-op-out-param.exp
1858 * gdb.dwarf2/dw2-reg-undefined.exp
1859 * gdb.go/chan.exp
1860 * gdb.go/hello.exp
1861 * gdb.go/integers.exp
1862 * gdb.go/methods.exp
1863 * gdb.go/package.exp
1864 * gdb.guile/scm-parameter.exp
1865 * gdb.guile/scm-progspace.exp
1866 * gdb.guile/scm-value.exp
1867 * gdb.mi/mi-pending.exp
1868 * gdb.mi/user-selected-context-sync.exp
1869 * gdb.multi/multi-attach.exp
1870 * gdb.multi/tids.exp
1871 * gdb.opt/clobbered-registers-O2.exp
1872 * gdb.pascal/floats.exp
1873 * gdb.pascal/integers.exp
1874 * gdb.python/py-block.exp
1875 * gdb.python/py-events.exp
1876 * gdb.python/py-parameter.exp
1877 * gdb.python/py-symbol.exp
1878 * gdb.python/py-symtab.exp
1879 * gdb.python/py-type.exp
1880 * gdb.python/py-value.exp
1881 * gdb.python/py-xmethods.exp
1882 * gdb.python/python.exp
1883 * gdb.reverse/break-precsave.exp
1884 * gdb.reverse/consecutive-precsave.exp
1885 * gdb.reverse/finish-precsave.exp
1886 * gdb.reverse/i386-precsave.exp
1887 * gdb.reverse/machinestate-precsave.exp
1888 * gdb.reverse/sigall-precsave.exp
1889 * gdb.reverse/solib-precsave.exp
1890 * gdb.reverse/step-precsave.exp
1891 * gdb.reverse/until-precsave.exp
1892 * gdb.reverse/watch-precsave.exp
1893 * gdb.server/ext-attach.exp
1894 * gdb.server/ext-restart.exp
1895 * gdb.server/ext-run.exp
1896 * gdb.server/ext-wrapper.exp
1897 * gdb.stabs/gdb11479.exp
1898 * gdb.stabs/weird.exp
1899 * gdb.threads/attach-many-short-lived-threads.exp
1900 * gdb.threads/kill.exp
1901 * gdb.threads/watchpoint-fork.exp
1902
bc6c7af4
LM
19032016-12-01 Luis Machado <lgustavo@codesourcery.com>
1904
1905 Fix test names starting with uppercase throughout all the files below.
1906
1907 * gdb.ada/array_return.exp
1908 * gdb.ada/catch_ex.exp
1909 * gdb.ada/info_exc.exp
1910 * gdb.ada/mi_catch_ex.exp
1911 * gdb.ada/mi_dyn_arr.exp
1912 * gdb.ada/mi_ex_cond.exp
1913 * gdb.ada/mi_exc_info.exp
1914 * gdb.ada/mi_interface.exp
1915 * gdb.ada/mi_task_arg.exp
1916 * gdb.ada/mi_task_info.exp
1917 * gdb.ada/mi_var_array.exp
1918 * gdb.arch/alpha-step.exp
1919 * gdb.arch/amd64-disp-step.exp
1920 * gdb.arch/arm-disp-step.exp
1921 * gdb.arch/disp-step-insn-reloc.exp
1922 * gdb.arch/e500-prologue.exp
1923 * gdb.arch/ftrace-insn-reloc.exp
1924 * gdb.arch/gdb1558.exp
1925 * gdb.arch/i386-bp_permanent.exp
1926 * gdb.arch/i386-disp-step.exp
1927 * gdb.arch/i386-float.exp
1928 * gdb.arch/i386-gnu-cfi.exp
1929 * gdb.arch/ia64-breakpoint-shadow.exp
1930 * gdb.arch/mips16-thunks.exp
1931 * gdb.arch/pa-nullify.exp
1932 * gdb.arch/powerpc-aix-prologue.exp
1933 * gdb.arch/powerpc-power.exp
1934 * gdb.arch/ppc-dfp.exp
1935 * gdb.arch/s390-tdbregs.exp
1936 * gdb.arch/spu-info.exp
1937 * gdb.arch/spu-ls.exp
1938 * gdb.arch/thumb-bx-pc.exp
1939 * gdb.base/advance.exp
1940 * gdb.base/annota-input-while-running.exp
1941 * gdb.base/arrayidx.exp
1942 * gdb.base/asmlabel.exp
1943 * gdb.base/async.exp
1944 * gdb.base/attach-wait-input.exp
1945 * gdb.base/auto-connect-native-target.exp
1946 * gdb.base/batch-preserve-term-settings.exp
1947 * gdb.base/bfp-test.exp
1948 * gdb.base/bigcore.exp
1949 * gdb.base/bp-permanent.exp
1950 * gdb.base/break-always.exp
1951 * gdb.base/break-fun-addr.exp
1952 * gdb.base/break-idempotent.exp
1953 * gdb.base/break-main-file-remove-fail.exp
1954 * gdb.base/break-probes.exp
1955 * gdb.base/break-unload-file.exp
1956 * gdb.base/break.exp
1957 * gdb.base/call-ar-st.exp
1958 * gdb.base/call-rt-st.exp
1959 * gdb.base/call-sc.exp
1960 * gdb.base/call-signal-resume.exp
1961 * gdb.base/call-strs.exp
1962 * gdb.base/callexit.exp
1963 * gdb.base/callfuncs.exp
1964 * gdb.base/catch-gdb-caused-signals.exp
1965 * gdb.base/catch-signal-siginfo-cond.exp
1966 * gdb.base/catch-syscall.exp
1967 * gdb.base/compare-sections.exp
1968 * gdb.base/cond-eval-mode.exp
1969 * gdb.base/condbreak-call-false.exp
1970 * gdb.base/consecutive-step-over.exp
1971 * gdb.base/cursal.exp
1972 * gdb.base/disabled-location.exp
1973 * gdb.base/disasm-end-cu.exp
1974 * gdb.base/display.exp
1975 * gdb.base/double-prompt-target-event-error.exp
1976 * gdb.base/dprintf-bp-same-addr.exp
1977 * gdb.base/dprintf-detach.exp
1978 * gdb.base/dprintf-next.exp
1979 * gdb.base/dprintf-non-stop.exp
1980 * gdb.base/dprintf-pending.exp
1981 * gdb.base/dso2dso.exp
1982 * gdb.base/ending-run.exp
1983 * gdb.base/enum_cond.exp
1984 * gdb.base/examine-backward.exp
1985 * gdb.base/exe-lock.exp
1986 * gdb.base/exec-invalid-sysroot.exp
1987 * gdb.base/execl-update-breakpoints.exp
1988 * gdb.base/execution-termios.exp
1989 * gdb.base/fileio.exp
1990 * gdb.base/fixsection.exp
1991 * gdb.base/foll-exec-mode.exp
1992 * gdb.base/foll-exec.exp
1993 * gdb.base/fork-running-state.exp
1994 * gdb.base/frame-args.exp
1995 * gdb.base/fullpath-expand.exp
1996 * gdb.base/func-ptr.exp
1997 * gdb.base/gcore-relro-pie.exp
1998 * gdb.base/gdb1090.exp
1999 * gdb.base/gdb1555.exp
2000 * gdb.base/global-var-nested-by-dso.exp
2001 * gdb.base/gnu-ifunc.exp
2002 * gdb.base/hbreak-in-shr-unsupported.exp
2003 * gdb.base/hbreak-unmapped.exp
2004 * gdb.base/hook-stop.exp
2005 * gdb.base/infcall-input.exp
2006 * gdb.base/info-fun.exp
2007 * gdb.base/info-shared.exp
2008 * gdb.base/interrupt-noterm.exp
2009 * gdb.base/jit-so.exp
2010 * gdb.base/jit.exp
2011 * gdb.base/line-symtabs.exp
2012 * gdb.base/list.exp
2013 * gdb.base/longjmp.exp
2014 * gdb.base/macscp.exp
2015 * gdb.base/max-value-size.exp
2016 * gdb.base/nodebug.exp
2017 * gdb.base/nofield.exp
2018 * gdb.base/overlays.exp
2019 * gdb.base/paginate-after-ctrl-c-running.exp
2020 * gdb.base/paginate-bg-execution.exp
2021 * gdb.base/paginate-inferior-exit.exp
2022 * gdb.base/pending.exp
2023 * gdb.base/pr11022.exp
2024 * gdb.base/printcmds.exp
2025 * gdb.base/ptr-typedef.exp
2026 * gdb.base/ptype.exp
2027 * gdb.base/randomize.exp
2028 * gdb.base/range-stepping.exp
2029 * gdb.base/realname-expand.exp
2030 * gdb.base/relativedebug.exp
2031 * gdb.base/remote.exp
2032 * gdb.base/savedregs.exp
2033 * gdb.base/sepdebug.exp
2034 * gdb.base/set-noassign.exp
2035 * gdb.base/shlib-call.exp
2036 * gdb.base/shreloc.exp
2037 * gdb.base/sigaltstack.exp
2038 * gdb.base/sigbpt.exp
2039 * gdb.base/siginfo-addr.exp
2040 * gdb.base/siginfo-obj.exp
2041 * gdb.base/siginfo-thread.exp
2042 * gdb.base/signest.exp
2043 * gdb.base/signull.exp
2044 * gdb.base/sigrepeat.exp
2045 * gdb.base/skip.exp
2046 * gdb.base/so-impl-ld.exp
2047 * gdb.base/solib-corrupted.exp
2048 * gdb.base/solib-disc.exp
2049 * gdb.base/solib-display.exp
2050 * gdb.base/solib-overlap.exp
2051 * gdb.base/solib-search.exp
2052 * gdb.base/solib-symbol.exp
2053 * gdb.base/source-execution.exp
2054 * gdb.base/sss-bp-on-user-bp-2.exp
2055 * gdb.base/sss-bp-on-user-bp.exp
2056 * gdb.base/stack-checking.exp
2057 * gdb.base/stale-infcall.exp
2058 * gdb.base/step-break.exp
2059 * gdb.base/step-line.exp
2060 * gdb.base/step-over-exit.exp
2061 * gdb.base/step-test.exp
2062 * gdb.base/structs.exp
2063 * gdb.base/sym-file.exp
2064 * gdb.base/symtab-search-order.exp
2065 * gdb.base/term.exp
2066 * gdb.base/type-opaque.exp
2067 * gdb.base/unload.exp
2068 * gdb.base/until-nodebug.exp
2069 * gdb.base/until.exp
2070 * gdb.base/unwindonsignal.exp
2071 * gdb.base/watch-cond.exp
2072 * gdb.base/watch-non-mem.exp
2073 * gdb.base/watch_thread_num.exp
2074 * gdb.base/watchpoint-reuse-slot.exp
2075 * gdb.base/watchpoint-solib.exp
2076 * gdb.base/watchpoint.exp
2077 * gdb.btrace/dlopen.exp
2078 * gdb.cell/arch.exp
2079 * gdb.cell/break.exp
2080 * gdb.cell/bt.exp
2081 * gdb.cell/core.exp
2082 * gdb.cell/data.exp
2083 * gdb.cell/dwarfaddr.exp
2084 * gdb.cell/ea-cache.exp
2085 * gdb.cell/ea-standalone.exp
2086 * gdb.cell/ea-test.exp
2087 * gdb.cell/f-regs.exp
2088 * gdb.cell/fork.exp
2089 * gdb.cell/gcore.exp
2090 * gdb.cell/mem-access.exp
2091 * gdb.cell/ptype.exp
2092 * gdb.cell/registers.exp
2093 * gdb.cell/sizeof.exp
2094 * gdb.cell/solib-symbol.exp
2095 * gdb.cell/solib.exp
2096 * gdb.compile/compile-tls.exp
2097 * gdb.cp/exception.exp
2098 * gdb.cp/gdb2495.exp
2099 * gdb.cp/local.exp
2100 * gdb.cp/mb-inline.exp
2101 * gdb.cp/mb-templates.exp
2102 * gdb.cp/pr10687.exp
2103 * gdb.cp/pr9167.exp
2104 * gdb.cp/scope-err.exp
2105 * gdb.cp/templates.exp
2106 * gdb.cp/virtfunc.exp
2107 * gdb.dwarf2/dw2-dir-file-name.exp
2108 * gdb.dwarf2/dw2-single-line-discriminators.exp
2109 * gdb.fortran/complex.exp
2110 * gdb.fortran/library-module.exp
2111 * gdb.guile/guile.exp
2112 * gdb.guile/scm-cmd.exp
2113 * gdb.guile/scm-frame-inline.exp
2114 * gdb.guile/scm-objfile.exp
2115 * gdb.guile/scm-pretty-print.exp
2116 * gdb.guile/scm-symbol.exp
2117 * gdb.guile/scm-type.exp
2118 * gdb.guile/scm-value.exp
2119 * gdb.linespec/keywords.exp
2120 * gdb.linespec/ls-errs.exp
2121 * gdb.linespec/macro-relative.exp
2122 * gdb.linespec/thread.exp
2123 * gdb.mi/mi-breakpoint-changed.exp
2124 * gdb.mi/mi-dprintf-pending.exp
2125 * gdb.mi/mi-fullname-deleted.exp
2126 * gdb.mi/mi-logging.exp
2127 * gdb.mi/mi-pending.exp
2128 * gdb.mi/mi-solib.exp
2129 * gdb.mi/new-ui-mi-sync.exp
2130 * gdb.mi/user-selected-context-sync.exp
2131 * gdb.multi/dummy-frame-restore.exp
2132 * gdb.multi/multi-arch-exec.exp
2133 * gdb.multi/remove-inferiors.exp
2134 * gdb.multi/watchpoint-multi-exit.exp
2135 * gdb.opt/solib-intra-step.exp
2136 * gdb.perf/backtrace.exp
2137 * gdb.perf/single-step.exp
2138 * gdb.perf/skip-command.exp
2139 * gdb.perf/skip-prologue.exp
2140 * gdb.perf/solib.exp
2141 * gdb.python/lib-types.exp
2142 * gdb.python/py-as-string.exp
2143 * gdb.python/py-bad-printers.exp
2144 * gdb.python/py-block.exp
2145 * gdb.python/py-breakpoint.exp
2146 * gdb.python/py-cmd.exp
2147 * gdb.python/py-events.exp
2148 * gdb.python/py-evthreads.exp
2149 * gdb.python/py-finish-breakpoint.exp
2150 * gdb.python/py-finish-breakpoint2.exp
2151 * gdb.python/py-frame-inline.exp
2152 * gdb.python/py-frame.exp
2153 * gdb.python/py-inferior.exp
2154 * gdb.python/py-infthread.exp
2155 * gdb.python/py-mi.exp
2156 * gdb.python/py-objfile.exp
2157 * gdb.python/py-pp-maint.exp
2158 * gdb.python/py-pp-registration.exp
2159 * gdb.python/py-prettyprint.exp
2160 * gdb.python/py-recurse-unwind.exp
2161 * gdb.python/py-shared.exp
2162 * gdb.python/py-symbol.exp
2163 * gdb.python/py-symtab.exp
2164 * gdb.python/py-template.exp
2165 * gdb.python/py-type.exp
2166 * gdb.python/py-unwind-maint.exp
2167 * gdb.python/py-unwind.exp
2168 * gdb.python/py-value.exp
2169 * gdb.python/python.exp
2170 * gdb.reverse/finish-reverse-bkpt.exp
2171 * gdb.reverse/insn-reverse.exp
2172 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2173 * gdb.reverse/solib-precsave.exp
2174 * gdb.reverse/solib-reverse.exp
2175 * gdb.stabs/gdb11479.exp
2176 * gdb.stabs/weird.exp
2177 * gdb.threads/fork-child-threads.exp
2178 * gdb.threads/fork-plus-threads.exp
2179 * gdb.threads/fork-thread-pending.exp
2180 * gdb.threads/forking-threads-plus-breakpoint.exp
2181 * gdb.threads/hand-call-in-threads.exp
2182 * gdb.threads/interrupted-hand-call.exp
2183 * gdb.threads/linux-dp.exp
2184 * gdb.threads/local-watch-wrong-thread.exp
2185 * gdb.threads/next-while-other-thread-longjmps.exp
2186 * gdb.threads/non-ldr-exit.exp
2187 * gdb.threads/pending-step.exp
2188 * gdb.threads/print-threads.exp
2189 * gdb.threads/process-dies-while-detaching.exp
2190 * gdb.threads/process-dies-while-handling-bp.exp
2191 * gdb.threads/pthreads.exp
2192 * gdb.threads/queue-signal.exp
2193 * gdb.threads/reconnect-signal.exp
2194 * gdb.threads/signal-command-handle-nopass.exp
2195 * gdb.threads/signal-command-multiple-signals-pending.exp
2196 * gdb.threads/signal-delivered-right-thread.exp
2197 * gdb.threads/signal-sigtrap.exp
2198 * gdb.threads/sigthread.exp
2199 * gdb.threads/staticthreads.exp
2200 * gdb.threads/stepi-random-signal.exp
2201 * gdb.threads/thread-unwindonsignal.exp
2202 * gdb.threads/thread_check.exp
2203 * gdb.threads/thread_events.exp
2204 * gdb.threads/tid-reuse.exp
2205 * gdb.threads/tls-nodebug.exp
2206 * gdb.threads/tls-shared.exp
2207 * gdb.threads/tls-so_extern.exp
2208 * gdb.threads/tls.exp
2209 * gdb.threads/wp-replication.exp
2210 * gdb.trace/actions-changed.exp
2211 * gdb.trace/actions.exp
2212 * gdb.trace/backtrace.exp
2213 * gdb.trace/change-loc.exp
2214 * gdb.trace/collection.exp
2215 * gdb.trace/deltrace.exp
2216 * gdb.trace/disconnected-tracing.exp
2217 * gdb.trace/entry-values.exp
2218 * gdb.trace/ftrace-lock.exp
2219 * gdb.trace/ftrace.exp
2220 * gdb.trace/infotrace.exp
2221 * gdb.trace/mi-trace-frame-collected.exp
2222 * gdb.trace/mi-trace-unavailable.exp
2223 * gdb.trace/mi-traceframe-changed.exp
2224 * gdb.trace/mi-tracepoint-changed.exp
2225 * gdb.trace/mi-tsv-changed.exp
2226 * gdb.trace/no-attach-trace.exp
2227 * gdb.trace/packetlen.exp
2228 * gdb.trace/passc-dyn.exp
2229 * gdb.trace/passcount.exp
2230 * gdb.trace/pending.exp
2231 * gdb.trace/pr16508.exp
2232 * gdb.trace/qtro.exp
2233 * gdb.trace/range-stepping.exp
2234 * gdb.trace/read-memory.exp
2235 * gdb.trace/report.exp
2236 * gdb.trace/save-trace.exp
2237 * gdb.trace/signal.exp
2238 * gdb.trace/stap-trace.exp
2239 * gdb.trace/status-stop.exp
2240 * gdb.trace/strace.exp
2241 * gdb.trace/tfile.exp
2242 * gdb.trace/tfind.exp
2243 * gdb.trace/trace-break.exp
2244 * gdb.trace/trace-condition.exp
2245 * gdb.trace/trace-enable-disable.exp
2246 * gdb.trace/trace-mt.exp
2247 * gdb.trace/tracecmd.exp
2248 * gdb.trace/tracefile-pseudo-reg.exp
2249 * gdb.trace/tspeed.exp
2250 * gdb.trace/tstatus.exp
2251 * gdb.trace/tsv.exp
2252 * gdb.trace/unavailable.exp
2253 * gdb.trace/while-dyn.exp
2254 * gdb.trace/while-stepping.exp
2255 * lib/gdb-guile.exp
2256 * lib/gdb.exp
2257 * lib/mi-support.exp
2258 * lib/pascal.exp
2259 * lib/perftest.exp
2260 * lib/prelink-support.exp
2261 * lib/selftest-support.exp
2262
ad02e4fe
SM
22632016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2264
2265 * Makefile.in: Include disable-implicit-rules.mk.
2266
22347e55
AA
22672016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2268
2269 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2270 non-byte-aligned bit fields.
2271
da5b30da
AA
22722016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2273
2274 PR gdb/12616
2275 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2276 respects the DW_AT_data_bit_offset attribute.
2277
b593ecca
SM
22782016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2279
2280 * gdb.base/default.exp: Fix output of "set language".
2281
3b165252
SM
22822016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2283
2284 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2285 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2286 make.
2287 * configure.ac: Remove checks for the make program.
2288 * configure: Re-generate.
2289
1a2f3d7f
KB
22902016-11-16 Kevin Buettner <kevinb@redhat.com>
2291
2292 * gdb.python/py-recurse-unwind.c (main): Add loop.
2293 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2294 to read_register() and gdb.parse_and_eval(). Make each code
2295 call a separate case that can be individually tested.
2296 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2297 proc. Call cont_and_backtrace for each of the code paths that
2298 we want to test in the unwinder.
2299
b7f38fda
AA
23002016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2301
2302 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2303 the definition of struct S.
2304
1f8db343
CM
23052016-11-11 Catherine Moore <clm@codesourcery.com>
2306
2307 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2308
fad0c9fb
PA
23092016-11-09 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.base/commands.exp (runto_or_return): New procedure.
2312 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2313 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2314 (progvar_simple_while_test, progvar_complex_if_while_test)
2315 (if_while_breakpoint_command_test)
2316 (infrun_breakpoint_command_test, breakpoint_command_test)
2317 (user_defined_command_test, watchpoint_command_test)
2318 (test_command_prompt_position, redefine_hook_test)
2319 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2320 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2321 multi_line_input and multi_line. Remove gdb_expect and
2322 gdb_stop_suppressing_tests uses.
2323 * lib/gdb.exp (valnum_re): New global.
2324 (multi_line_input): New procedure.
2325
8354c62c
SM
23262016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2327
2328 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2329 Remove.
2330 (test_setup): Define with proc_with_prefix.
2331 (test_cli_inferior): Likewise.
2332 (test_cli_thread): Likewise.
2333 (test_cli_frame): Likewise.
2334 (test_cli_select_frame): Likewise.
2335 (test_cli_up_down): Likewise.
2336 (test_mi_thread_select): Likewise.
2337 (test_mi_stack_select_frame): Likewise.
2338 (test_cli_in_mi_inferior): Likewise.
2339 (test_cli_in_mi_thread): Likewise.
2340 (test_cli_in_mi_frame): Likewise.
2341 (top level): Do not use with_test_prefix_procname.
2342
64f367a2
PA
23432016-11-09 Pedro Alves <palves@redhat.com>
2344
2345 * gdb.base/commands.exp (gdbvar_simple_if_test)
2346 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2347 (progvar_simple_if_test, progvar_simple_while_test)
2348 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2349 (infrun_breakpoint_command_test, breakpoint_command_test)
2350 (user_defined_command_test, watchpoint_command_test)
2351 (test_command_prompt_position, deprecated_command_test)
2352 (bp_deleted_in_command, temporary_breakpoint_commands)
2353 (stray_arg0_test, source_file_with_indented_comment)
2354 (recursive_source_test, if_commands_test)
2355 (error_clears_commands_left, redefine_hook_test)
2356 (redefine_backtrace_test): Use proc_with_prefix.
2357 * lib/gdb.exp (proc_with_prefix): New proc.
2358
0bb65f1e
AA
23592016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2360
2361 * gdb.base/tui-layout.c: New file.
2362 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2363 disassembly window contains very long lines.
2364
7353f247
TT
23652016-11-08 Tom Tromey <tom@tromey.com>
2366
2367 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2368 depend on Python 2.
2369
30a7bb83
TT
23702016-11-08 Tom Tromey <tom@tromey.com>
2371
2372 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2373 New method.
2374
cdf5a07c
MG
23752016-10-29 Manish Goregaokar <manish@mozilla.com>
2376
2806dc7e 2377 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2378
51a789c3
MG
23792016-10-27 Manish Goregaokar <manish@mozilla.com>
2380
2806dc7e
PA
2381 * gdb.rust/simple.rs: Add test for univariant enums without
2382 discriminants and for encoded struct-like enums.
51a789c3 2383
f610ab6d
PA
23842016-10-28 Pedro Alves <palves@redhat.com>
2385
2386 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2387 gdb_test_multiple, tighten regexps and match symtabs and line
2388 tables incrementally.
2389
b129b0ca
LM
23902016-10-28 Luis Machado <lgustavo@codesourcery.com>
2391
2392 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2393 general.
2394
ecf45d2c
SL
23952016-10-25 Luis Machado <lgustavo@codesourcery.com>
2396
2397 * gdb.base/exec-invalid-sysroot.exp: New file.
2398
b8d38ee4
JK
23992016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2400
2401 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2402
f90fd8c2
JK
24032016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2404
2405 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2406
2d2476aa
MR
24072016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2408
2806dc7e
PA
2409 * gdb.base/killed-outside.exp: Remove $options from a call to
2410 `prepare_for_testing'.
2d2476aa 2411
e42b25a0
SM
24122016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2413
2414 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2415 Change test message.
2416
3ccdb432
SM
24172016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2418
2419 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2420 Update comment.
2421
5bad3170
SM
24222016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2423
2424 * gdb.trace/mi-trace-save.exp: New file.
2425
5ad9dba7
YQ
24262016-10-13 Yao Qi <yao.qi@linaro.org>
2427
2428 * gdb.base/code_elim.exp (get_var_address): Remove.
2429 * gdb.base/relocate.exp: Likewise.
2430 * gdb.base/shreloc.exp: Likewise.
2431 * lib/gdb.exp (get_var_address): New.
2432
62df7e21
YQ
24332016-10-13 Yao Qi <yao.qi@linaro.org>
2434
2435 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2436 floating point tests if $skip_float_test is false.
2437
4dac951e
LM
24382016-10-12 Luis Machado <lgustavo@codesourcery.com>
2439
2440 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2441 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2442 argc values.
2443 Add 1 to argc so we guarantee distinct initial/modified argc values.
2444
8f1a8fc4
JK
24452016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2446
2447 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2448
16c85b5d
JK
24492016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2450
2451 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2452 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2453 * gdb.arch/vsx-regs.exp: Likewise.
2454
1d0e042a
YQ
24552016-10-07 Yao Qi <yao.qi@linaro.org>
2456
2457 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2458
68dadef5
MM
24592016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2460
2461 * gdb.python/python.exp: Test decode_line("*0").
2462
33fa2c6e
DE
24632016-10-06 Doug Evans <dje@google.com>
2464
2465 * gdb.python/py-value.exp (test_value_creation): Add test for large
2466 unsigned 64-bit value.
2467
9c37b5ae
TT
24682016-10-06 Tom Tromey <tom@tromey.com>
2469
2470 * gdb.compile/compile.exp: Change java tests to rust.
2471 * gdb.base/setshow.exp: Change java tests to rust.
2472 * gdb.base/default.exp: Remove java from language list.
2473 * README (Examples): Update language example.
2474 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2475 test.
2476 * lib/gdb.exp (skip_java_tests): Remove.
2477 * lib/java.exp: Remove.
2478 * gdb.java: Remove.
2479
78b86327
MR
24802016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2481
2482 * gdb.arch/mips-fcr.exp: New test.
2483 * gdb.arch/mips-fcr.c: Source for the new test.
2484
7470adbb
MR
24852016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2486
2487 * gdb.base/solib-disc.exp: Use `standard_output_file'
2488 throughout.
2489
4a556533
PA
24902016-10-06 Pedro Alves <palves@redhat.com>
2491
2492 * gdb.base/jit-simple-dl.c: New file.
2493 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2494 * gdb.base/jit-simple.c: ... this.
2495 * gdb.base/jit-simple.exp (jit_run): Delete.
2496 (build_jit): New proc.
2497 (jit_test_reread): Recompile either the main program or the shared
2498 library, depending on what is being tested. Skip changing address
2499 if caller wants to. Compare before/after addresses. If testing
2500 standalone, explicitly load the binary. Test "maint info
2501 breakpoints".
2502 (top level): Add "standalone vs shared lib" and "change address"
2503 vs "same address" axes.
2504
5a122fbc
PA
25052016-10-06 Pedro Alves <palves@redhat.com>
2506
2507 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2508 call.
2509 (jit_run): Delete.
2510 (jit_test_reread): Use with_test_prefix. Reload the main binary
2511 explicitly. Compare the before/after addresses of the JIT
2512 descriptor.
2513
ee8da4b8
DE
25142016-08-15 Doug Evans <dje@google.com>
2515
2516 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2517 for single bitfields is bool.
2518 * gdb.xml/tdesc-regs.exp: Ditto.
2519
f389f6fe
JK
25202016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2521
2522 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2523
fdebf1a4
YQ
25242016-10-05 Yao Qi <yao.qi@linaro.org>
2525
2526 * lib/gdb.exp (support_complex_tests): Return zero if
2527 gdb_skip_float_test return true.
2528
9c36d954 25292016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2530 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2531
2532 PR gdb/20487
2533 * gdb.mi/user-selected-context-sync.exp: New file.
2534 * gdb.mi/user-selected-context-sync.c: New file.
2535
4034d0ff 25362016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2537 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2538
2539 PR gdb/20487
2540 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2541 =thread-select-event check.
2542
a4297203
PB
25432016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2544
2545 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2546 the compulsory L operand changes.
2547 * gdb.arch/powerpc-power.s: Likewise.
2548
bb805577
JK
25492016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2550
2551 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2552 * gdb.base/jit-attach-pie.c: New file.
2553 * gdb.base/jit-attach-pie.exp: New file.
2554
6d61dee5
PA
25552016-09-28 Pedro Alves <palves@redhat.com>
2556
2557 * gdb.base/infcall-input.c: New file.
2558 * gdb.base/infcall-input.exp: New file.
2559
f73842fc
YQ
25602016-09-22 Yao Qi <yao.qi@linaro.org>
2561
2562 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2563 (gdb_exit): Rename it to ...
2564 (gdbserver_gdb_exit): ... Close GDBserver.
2565 (gdb_exit): New proc, call gdbserver_gdb_exit.
2566 (mi_gdb_exit): Likewise.
2567
90681dab
YQ
25682016-09-22 Yao Qi <yao.qi@linaro.org>
2569
2570 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2571 path.
2572 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2573 Remove duplication.
2574
9c211fd8
YQ
25752016-09-22 Yao Qi <yao.qi@linaro.org>
2576
2577 * lib/gdbserver-support.exp: Check the existence of
2578 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2579
ad0a504f
AK
25802016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2581
2582 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2583
36cf1806
TT
25842016-09-21 Tom Tromey <tom@tromey.com>
2585
2586 PR gdb/20604:
2587 * gdb.base/quit.exp: New file.
2588
74172ecf
SM
25892016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2590
2591 * .gitignore: New file.
2592
3d0ec882
MR
25932016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2594
2595 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2596 throughout.
2597
8193adea
AA
25982016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2599
2600 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2601
d41a5c09
JK
26022016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2603
2604 * gdb.cp/casts.cc (decltype): Move it ...
2605 (main): ... with its call to ...
2606 * gdb.cp/casts03.cc: ... a new file.
2607 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2608
d2dfe700
JK
26092016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2610
2611 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2612
e2a92b16
PB
26132016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2614
2615 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2616 and sync up the test with tests in gas/testsuite/gas/ppc.
2617 * gdb.arch/powerpc-power.exp: Likewise.
2618
49b4de64
JK
26192016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2620
2621 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2622
2c29df25
SDJ
26232016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2624 Jan Kratochvil <jan.kratochvil@redhat.com>
2625
2626 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2627 make m1's definition to be different from m2's. Use 'dummy' as an
2628 argument for probe 'two'.
2629
cc3c2846
JB
26302016-09-10 Jon Beniston <jon@beniston.com>
2631
2632 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2633 for sim target.
2634
e1b2624a
AA
26352016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2636
2637 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2638 variable declaration.
2639 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2640 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2641 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2642 received HWCAP as its argument.
2643
4295e285
PA
26442016-09-06 Pedro Alves <palves@redhat.com>
2645
2646 * gdb.base/new-ui-pending-input.c: New file.
2647 * gdb.base/new-ui-pending-input.exp: New file.
2648 * gdb.exp (clear_gdb_spawn_id): New procedure.
2649 (with_spawn_id): Check whether gdb_spawn_id exists before
2650 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2651 on exit.
2652
00d5215e
UW
26532016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2654
2655 * gdb.base/float128.c: New file.
2656 * gdb.base/float128.exp: Likewise.
2657 * gdb.base/floatn.c: Likewise.
2658 * gdb.base/floatn.exp: Likewise.
2659
a9ff5f12
UW
26602016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2661
2662 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2663
f245535c
PA
26642016-09-05 Pedro Alves <palves@redhat.com>
2665
2666 PR backtrace/19927
2667 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2668 unwinders are immediately called as side effect of "source" or
2669 "disable unwinder" commands.
2670 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2671
ae9cf263
YQ
26722016-09-02 Yao Qi <yao.qi@linaro.org>
2673
2674 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2675 is true and $type is "float" or "double".
2676
27aba047
YQ
26772016-09-02 Yao Qi <yao.qi@linaro.org>
2678
2679 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2680 true.
2681 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2682 * gdb.base/call-rt-st.exp: Likewise.
2683 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2684 return value instead of gdb,skip_float_test.
2685 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2686 (do_function_calls): Use its return value instead of
2687 gdb,skip_float_test.
2688 * gdb.base/finish.exp: Likewise.
2689 * gdb.base/funcargs.exp: Likewise.
2690 * gdb.base/return.exp: Likewise.
2691 * gdb.base/return2.exp: Likewise.
2692 * gdb.base/varargs.exp: Likewise.
2693 * lib/gdb.exp (gdb_skip_float_test): Change it to
2694 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2695
5af962df
AA
26962016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2697
2698 * gdb.multi/tids.exp: Test "thread apply all".
2699
7fac6910
JK
27002016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2701
2702 * gdb.base/default.exp (tty): Remove.
2703
bb1fe4ac
KB
27042016-08-24 Kevin Buettner <kevinb@redhat.com>
2705
2806dc7e
PA
2706 * gdb.python/py-recurse-unwind.c: New file.
2707 * gdb.python/py-recurse-unwind.py: New file.
2708 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2709
0a1ddfa6
SM
27102016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2711
2712 * gdb.base/set-inferior-tty.exp: New file.
2713 * gdb.base/set-inferior-tty.c: New file.
2714
d9de1fe3
PA
27152016-08-23 Pedro Alves <palves@redhat.com>
2716
2717 PR gdb/20494
2718 * gdb.base/new-ui-echo.c: New file.
2719 * gdb.base/new-ui-echo.exp: New file.
2720
e9d9abd7
YQ
27212016-08-23 Yao Qi <yao.qi@linaro.org>
2722
2723 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2724 gdbserver_spawn.
2725 * gdb.server/connect-without-multi-process.exp (do_test):
2726 Likewise.
2727
3589529e
YQ
27282016-08-23 Yao Qi <yao.qi@linaro.org>
2729
2730 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2731 standalone_txt. Delete gdb_txt and standalone_txt on host
2732 and target. Spawn the binary on target. Copy files from
2733 target to host.
2734
6bb90213
PA
27352016-08-22 Pedro Alves <palves@redhat.com>
2736
2737 PR gdb/20505
2738 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2739 with_test_prefix. Factor out bits to ...
2740 (test_no_vdso): ... this new procedure.
2741
20c2c024
CL
27422016-08-19 Carl Love <cel@us.ibm.com>
2743
2744 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2745 maintaining separate logic for constructing the output path.
2746 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2747 * gdb.arch/ppc-dfp.exp: Likewise.
2748 * gdb.arch/ppc-fp.exp: Likewise.
2749 * gdb.arch/vsx-regs.exp: Likewise.
2750 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2751 binprefix for generating the additional binary files.
2752
0646e07d
PA
27532016-08-19 Pedro Alves <palves@redhat.com>
2754
2755 * gdb.trace/mi-trace-frame-collected.exp
2756 (test_trace_frame_collected): On x32, expect two registers.
2757
46da9242
CL
27582016-08-18 Carl Love <cel@us.ibm.com>
2759
2760 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2761 and sync up the test with tests in gas/testsuite/gas/ppc.
2762 * gdb.arch/powerpc-power.exp: Likewise.
2763
eb2332d7
SM
27642016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2765
2766 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2767 expected error message.
2768
63c61e04
SM
27692016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2770
2771 * gdb.multi/remove-inferiors.exp: New file.
2772 * gdb.multi/remove-inferiors.c: New file.
2773
7b17065f
YQ
27742016-08-12 Yao Qi <yao.qi@linaro.org>
2775
2776 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2777 argument list.
2778
01d3dedf
PA
27792016-08-10 Pedro Alves <palves@redhat.com>
2780
2781 PR gdb/19187
2782 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2783 setup_kfails.
2784
3eb7562a
PA
27852016-08-09 Pedro Alves <palves@redhat.com>
2786 Simon Marchi <simon.marchi@ericsson.com>
2787
2788 PR gdb/20418
2789 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2790 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2791
80614914
PA
27922016-08-09 Pedro Alves <palves@redhat.com>
2793
2794 PR mi/20431
2795 * gdb.mi/mi-cmd-error.exp: New file.
2796
f348d89a
PA
27972016-08-09 Pedro Alves <palves@redhat.com>
2798
2799 PR gdb/18653
2800 * gdb.base/signals-state-child.c: New file.
2801 * gdb.base/signals-state-child.exp: New file.
2802 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2803
e5ca03b4
PA
28042016-08-09 Pedro Alves <palves@redhat.com>
2805
2806 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2807
282a0691
TT
28082016-08-03 Tom Tromey <tom@tromey.com>
2809
2810 PR python/18565:
2811 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2812
41bfcd63
YQ
28132016-08-01 Yao Qi <yao.qi@linaro.org>
2814
2815 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2816 variable mode to "multi-process" if $multi_process is 1, otherwise
2817 set it to "single-process".
2818
e3465b24
YQ
28192016-08-01 Yao Qi <yao.qi@linaro.org>
2820
2821 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2822 * gdb.cp/cpexprs.exp: Likewise.
2823 * gdb.cp/m-static.exp: Likewise.
2824
0b31a4bc
TT
28252016-07-26 Tom Tromey <tom@tromey.com>
2826
2827 PR python/20190:
2828 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2829 test.
2830
e0461dbb
MM
28312016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2832
2833 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2834 selecting assembly source files.
2835 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2836 assembly source files.
2837 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2838 assembly source files.
2839 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2840 selecting assembly source files.
2841
8194e927
SM
28422016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2843
2844 * gdb.base/new-ui.exp (do_test_invalid_args): New
2845 procedure.
2846
c0272db5
TW
28472016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2848
2849 * gdb.btrace/reconnect.c: New file.
2850 * gdb.btrace/reconnect.exp: New file.
2851
e3487908
GKB
28522016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2853
2854 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2855 to test_catch_syscall_group.
2856 (test_catch_syscall_group): New.
2857
12df5c00
TT
28582016-07-21 Tom Tromey <tom@tromey.com>
2859
2860 * gdb.rust/simple.rs (main): Use empty struct expression.
2861 * gdb.rust/simple.exp: Add tests for empty struct expression.
2862
bae62ee2
YQ
28632016-07-21 Yao Qi <yao.qi@linaro.org>
2864
2865 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2866 if gdb_skip_xml_test is true on some targets.
2867
b1b53fb3
YQ
28682016-07-21 Yao Qi <yao.qi@linaro.org>
2869
2870 * gdb.server/solib-list.exp: Unset last_loaded_file.
2871
027d97f8
JK
28722016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2873
2874 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2875 "step into captured_main (args)".
2876
7674d381
JK
28772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2878
2879 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2880
72b5d099
JK
28812016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2882
2883 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2884
1f960ced
PA
28852016-07-19 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2888 * gdb.opt/inline-bt.exp: Likewise.
2889 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2890 additional_flags=-Winline.
2891 * gdb.opt/inline-locals.exp: Likewise.
2892 * gdb.opt/inline-markers.c (ATTR): Define.
2893 (inlined_fn): Use it.
2894
f25827c1
YQ
28952016-07-19 Yao Qi <yao.qi@linaro.org>
2896
2897 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2898 (test_with_self): Remove some code. Remove argument executable.
2899 (top-level): Use do_self_tests.
2900
37539ebe
DB
29012016-07-15 Zachary Welch <zwelch@codesourcery.com>
2902 Don Breazeal <donb@codesourcery.com>
2903
2904 * gdb.base/maint.exp: Escape paths used in regular expressions.
2905 * gdb.stabs/weird.exp: Likewise.
2906
dac790e1
TT
29072016-07-13 Tom Tromey <tom@tromey.com>
2908
2909 PR python/15620, PR python/18620:
2910 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2911 (test_bkpt_events): New procs.
2912
93daf339
TT
29132016-07-13 Tom Tromey <tom@tromey.com>
2914
2915 PR python/17698:
2916 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2917 test.
2918 (test_watchpoints): Likewise.
2919 (test_bkpt_pending): New proc.
2920
6571a381
TT
29212016-07-13 Tom Tromey <tom@tromey.com>
2922
2923 PR cli/18053:
2924 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2925 completion test.
2926
e8732474
JK
29272016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2928
2929 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2930 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2931 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2932 f_label.
2933 (g): Rename g_end_lbl to g_label.
2934 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2935 low_pc and high_pc.
2936 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2937
e0f3fd7c
TT
29382016-07-12 Tom Tromey <tom@tromey.com>
2939
2940 PR python/19293:
2941 * gdb.python/py-unwind-maint.exp: Update tests.
2942
3cfe46b6
YQ
29432016-07-12 Yao Qi <yao.qi@linaro.org>
2944
2945 * lib/selftest-support.exp (selftest_setup): Match the output
2946 when captured_main is inlined.
2947
4f19a0e6
WT
29482016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2949
2950 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2951 New variables.
2952 (print this%a, print this%b, print this): New tests.
2953 * gdb.fortran/derived-types.f90 (this): New object and
2954 initialization.
2955
986cf455
SM
29562016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2957
2958 * gdb.ada/arraydim.exp: Remove extra directory level in build
2959 directory.
2960
f0464b23
SM
29612016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2962
2963 * lib/ada.exp: Remove extra directory level in build directory.
2964 * gdb.ada/cond_lang.exp: Likewise.
2965 * gdb.ada/exec_changed.exp: Likewise.
2966 * gdb.ada/lang_switch.exp: Likewise.
2967
42d94011
MG
29682016-07-06 Manish Goregaokar <manish@mozilla.com>
2969
2806dc7e
PA
2970 * simple.rs: Add test for raw pointer subscripting.
2971 * simple.exp: Add test expectations.
42d94011 2972
647c264c
YQ
29732016-07-05 Yao Qi <yao.qi@linaro.org>
2974
2975 * gdb.mi/mi-reverse.exp: Match =record-started output.
2976
20aa2c60
PA
29772016-07-01 Pedro Alves <palves@redhat.com>
2978
2979 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2980 procedure.
2981 (jit_reader_test): Test the jit reader's unwinder.
2982 * gdb.base/jithost.c (jit_function_00_code): New global.
2983 (main): Use memcpy to fill in the mmapped code, instead of poking
2984 bytes manually here.
2985 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2986 value.
2987 (read_debug_info): Save the function's range.
2988 (read_sp): New function.
2989 (unwind_frame): Use it. Also unwind RBP.
2990 (get_frame_id): Use read_sp.
2991 (gdb_init_reader): Use calloc instead of malloc.
2992 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2993 parameter. Use gdb_test_multiple.
2994
ced2dffb
PA
29952016-07-01 Pedro Alves <palves@redhat.com>
2996 Antoine Tremblay <antoine.tremblay@ericsson.com>
2997
2998 * gdb.threads/process-dies-while-detaching.c: New file.
2999 * gdb.threads/process-dies-while-detaching.exp: New file.
3000
63000888
PA
30012016-07-01 Pedro Alves <palves@redhat.com>
3002
3003 * gdb.multi/watchpoint-multi-exit.c: New file.
3004 * gdb.multi/watchpoint-multi-exit.exp: New file.
3005
038d4868
PA
30062016-06-30 Pedro Alves <palves@redhat.com>
3007
3008 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3009 unset inferior_spawn_id.
3010
994e9c83
PA
30112016-06-30 Pedro Alves <palves@redhat.com>
3012
3013 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3014 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3015
e5653468
YQ
30162016-06-29 Yao Qi <yao.qi@linaro.org>
3017
3018 * gdb.base/return.c: Add copyright header.
3019
803b47e5
TT
30202016-06-29 Tom Tromey <tom@tromey.com>
3021
3022 PR python/20129:
3023 * gdb.python/py-framefilter.exp: Add tests for setting priority
3024 and disabling of non-existent frame filter.
3025
28244707
YQ
30262016-06-29 Yao Qi <yao.qi@linaro.org>
3027
3028 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3029 0x0f07ff.
3030
a31d2f06
YQ
30312016-06-28 Yao Qi <yao.qi@linaro.org>
3032
3033 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3034 triplets. Start gdb, execute catch syscall, and continue. Check
3035 gdb's output to determine catch syscall is supported.
3036
921d8f54
MG
30372016-06-27 Manish Goregaokar <manish@mozilla.com>
3038
25d49b86
PA
3039 * gdb.rust/simple.rs: Add test for returning unit in a function.
3040 * gdb.rust/simple.exp: Add expectation for functions returning
3041 unit.
921d8f54 3042
f4952523
PMR
30432016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3044
3045 * gdb.python/py-breakpoint-create-fail.c,
3046 gdb.python/py-breakpoint-create-fail.exp,
3047 gdb.python/py-breakpoint-create-fail.py: New testcase.
3048
fccb08f8
MG
30492016-06-25 Manish Goregaokar <manish@mozilla.com>
3050
3051 PR gdb/20239
3052 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3053 * gdb.rust/simple.exp: Add test expectations for new NonZero
3054 tests.
fccb08f8 3055
6b850546
DT
30562016-06-24 David Taylor <dtaylor@emc.com>
3057
3058 * gdb.base/offsets.exp: New file.
3059 * gdb.base/offsets.c: New file.
3060
17621150
TT
30612016-06-23 Tom Tromey <tom@tromey.com>
3062
3063 PR gdb/16483:
3064 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3065 before any filters are loaded.
3066
04d59df6
WT
30672016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3068
3069 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3070 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3071 structs.
3072 * gdb.fortran/derived-type-function.exp: New file.
3073 * gdb.fortran/derived-type-function.f90: New file.
3074
3075
ac69f786
PA
30762016-06-21 Pedro Alves <palves@redhat.com>
3077
3078 * gdb.base/new-ui.exp: New file.
3079 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3080 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3081 (with_spawn_id): New procedure.
3082
49940788
PA
30832016-06-21 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.mi/mi-exec-run.exp: New file.
3086
ef274d26
PA
30872016-06-21 Pedro Alves <palves@redhat.com>
3088
3089 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3090 breakpoint command's output on the main UI.
3091 (test_break): New procedure, factored out from calls in the top
3092 level.
3093 (top level): Use foreach_with_prefix to test MI as main UI and as
3094 separate UI.
3095
468afe6c
PA
30962016-06-21 Pedro Alves <palves@redhat.com>
3097
3098 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3099 (test_awatch_creation_and_listing)
3100 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3101 Remove 'type' parameter.
3102 (test_watchpoint_all): New parameter mi_mode. Remove
3103 with_test_prefix.
3104 (top level): Use foreach_with_prefix, and add main/separate UI MI
3105 testing axis.
3106
51f77c37
PA
31072016-06-21 Pedro Alves <palves@redhat.com>
3108
3109 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3110 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3111 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3112 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3113 (gdb_main_spawn_id, mi_spawn_id): Declare and
3114 comment.
3115 (mi_create_inferior_pty): New procedure,
3116 factored out from default_mi_gdb_start.
3117 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3118 procedures.
3119 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3120 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3121 Use mi_create_inferior_pty.
3122 (mi_gdb_start): Use eval to pass down args list.
3123
8980e177
PA
31242016-06-21 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3127 * gdb.opt/inline-cmds.exp: Add MI tests.
3128
f38d3ad1
PA
31292016-06-21 Pedro Alves <palves@redhat.com>
3130
3131 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3132
45db7c09
PA
31332016-06-21 Pedro Alves <palves@redhat.com>
3134
3135 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3136 (top level): Use it instead of mi_execute_to.
3137
5a069ab3
PA
31382016-06-21 Pedro Alves <palves@redhat.com>
3139
3140 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3141 (cont_handler_str): New.
3142 (signal_stop_handler): Set stop_handler_str instead of printing to
3143 stdout.
3144 (continue_handler): Set cont_handler_str instead of printing to
3145 stdout.
3146 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3147 mi_send_resuming_command. Print stop_handler_str and
3148 cont_handler_str instead of expecting the python events print
3149 directly.
3150
2838cc1d
SD
31512016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3152
3153 * gdb.base/jit-reader.exp: New file.
3154 * gdb.base/jithost.c: New file.
3155 * gdb.base/jithost.h: New file.
3156 * gdb.base/jitreader.c : New file.
3157 * gdb.base/jit-protocol.h: New file.
3158
21a77091
YQ
31592016-06-17 Yao Qi <yao.qi@linaro.org>
3160
3161 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3162 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3163 and detach-on-fork. Adjust tests.
3164 (top level): Invoke break_cond_on_syscall with combinations of
3165 syscall, follow-fork-mode and detach-on-fork.
3166
f50bf8e5
YQ
31672016-06-17 Yao Qi <yao.qi@linaro.org>
3168
3169 * gdb.base/step-over-exit.c: New.
3170 * gdb.base/step-over-exit.exp: New.
3171
a28d8e50
YTL
31722016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3173
3174 * gdb.base/float.exp: Add target check for nds32*-*-*.
3175 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3176
cad8e26d
AB
31772016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3178
3179 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3180 for unsupported target features.
3181 * gdb.base/call-rt-st.exp: Likewise.
3182 * gdb.base/call-sc.exp: Likewise.
3183 * gdb.base/call-signal-resume.exp: Likewise.
3184 * gdb.base/call-strs.exp: Likewise.
3185 * gdb.base/callexit.exp: Likewise.
3186 * gdb.base/callfuncs.exp: Likewise.
3187 * gdb.base/nodebug.exp: Likewise.
3188 * gdb.base/printcmds.exp: Likewise.
3189 * gdb.base/ptype.exp: Likewise.
3190 * gdb.base/structs.exp: Likewise.
3191 * gdb.base/unwindonsignal.exp: Likewise.
3192 * gdb.cp/gdb2495.exp: Likewise.
3193 * gdb.cp/templates.exp: Likewise.
3194 * gdb.cp/virtfunc.exp: Likewise.
3195 * gdb.threads/hand-call-in-threads.exp: Likewise.
3196 * gdb.threads/interrupted-hand-call.exp: Likewise.
3197 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3198
347dc102
TT
31992016-06-10 Tom Tromey <tom@tromey.com>
3200
3201 PR rust/20110:
3202 * gdb.rust/expr.exp: Add test for integer constant larger than
3203 i32.
3204
5e13cf25
BH
32052016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3206
3207 * gdb.fortran/nested-funcs.exp: New.
3208 * gdb.fortran/nested-funcs.f90: New.
3209
bb556f1f
TK
32102016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3211
3212 * gdb.base/examine-backward.c: New file.
3213 * gdb.base/examine-backward.exp: New file.
3214
38b022b4
SM
32152016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3216
3217 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3218 matching.
3219
1b40ec05
TT
32202016-06-02 Tom Tromey <tom@tromey.com>
3221
3222 PR python/18984:
3223 * gdb.python/py-shared.exp: Add solib_name test.
3224
193bd378
SM
32252016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3226
3227 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3228
3326303b
MG
32292016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3230
3231 PR c++/19893
3232 * gdb.dwarf2/implref.exp: Rename to...
3233 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3234 * gdb.dwarf2/implref-array.c: New file.
3235 * gdb.dwarf2/implref-array.exp: Likewise.
3236 * gdb.dwarf2/implref-global.c: Likewise.
3237 * gdb.dwarf2/implref-global.exp: Likewise.
3238 * gdb.dwarf2/implref-struct.c: Likewise.
3239 * gdb.dwarf2/implref-struct.exp: Likewise.
3240
825c8ef2
AT
32412016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3242
3243 * gdb.trace/trace-condition.exp: Add 64bit tests.
3244
2320162a
AT
32452016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3246
3247 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3248 bits types.
3249 (main): Adapt to 8 to 64 bits types.
3250 * gdb.trace/trace-condition.exp: Add new tests.
3251
a7818233
AT
32522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3253
3254 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3255
0d336466
AT
32562016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3257
3258 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3259 Move condition tests...
3260 * gdb.trace/trace-condition.exp: Here.
3261
7faeb45a
AT
32622016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3263
3264 * gdb.trace/trace-condition.exp: Add counter-case tests.
3265
e385593e
JK
32662016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3267
3268 PR c++/15231
3269 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3270 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3271
744608cc
PA
32722016-05-27 Pedro Alves <palves@redhat.com>
3273
3274 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3275 New procedure.
3276 (top level): Call it, and bail out of DejaGnu is known to be bad.
3277
ac775bf4
AB
32782016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3279
3280 * gdb.base/whatis.c: Extend the test case.
3281 * gdb.base/whatis.exp: Add additional tests.
3282
2bbad2ea
BH
32832016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3284
3285* gdb.fortran/type.f90: Add pointer variable.
3286* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3287
8b70175d
BH
32882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3289
3290 * gdb.fortran/vla-type.exp: Fix testcase name.
3291
86d8a848
BH
32922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3293
3294 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3295
e188eb36
BH
32962016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3297
3298 * gdb.fortran/type.f90: Add nested structures.
3299 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3300 * gdb.fortran/derived-type.exp: Adapt expected output.
3301 * gdb.fortran/vla-type.exp: Adapt expected output.
3302
9b2db1fd
BH
33032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3304
3305 * gdb.fortran/whatis_type.exp: Adapt expected output.
3306
72b17055
BH
33072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3308
3309 * gdb.fortran/print_type.exp: Fix expected output.
3310 * gdb.fortran/whatis_type.exp: Fix expected output.
3311
3cd81d8d
BH
33122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3313
3314 * gdb.fortran/whatis_type.exp: Use multi_line.
3315
ddae9462
TT
33162016-05-24 Tom Tromey <tom@tromey.com>
3317
3318 PR python/17386:
3319 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3320 use value as an index.
3321
1957f6b8
TT
33222016-05-23 Tom Tromey <tom@tromey.com>
3323
3324 PR python/17981:
3325 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3326 no-breakpoint case.
3327
026a9174
PA
33282016-05-24 Pedro Alves <palves@redhat.com>
3329
3330 PR gdb/19828
3331 * gdb.threads/clone-attach-detach.c: New file.
3332 * gdb.threads/clone-attach-detach.exp: New file.
3333
e70a7231
FR
33342016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3335
3336 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3337
0f6ed0e0
TT
33382016-05-23 Tom Tromey <tom@tromey.com>
3339
3340 PR python/19438, PR python/18393:
3341 * gdb.python/py-progspace.exp: Add "dir" test.
3342 * gdb.python/py-objfile.exp: Add "dir" test.
3343
ffd19d61
YQ
33442016-05-23 Yao Qi <yao.qi@linaro.org>
3345
3346 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3347 * gdb.arch/thumb2-it.exp: Likewise.
3348
9e8f9b05
SM
33492016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3350
3351 * gdb.mi/mi-threads-interrupt.c: New file.
3352 * gdb.mi/mi-threads-interrupt.exp: New file.
3353
61c6156d
SM
33542016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3355
3356 PR gdb/18077
3357 * gdb.mi/mi-async-run.exp: New file.
3358 * gdb.mi/mi-async-run.c: New file.
3359
67218854
TT
33602016-05-17 Tom Tromey <tom@tromey.com>
3361 Manish Goregaokar <manishsmail@gmail.com>
3362
3363 * lib/rust-support.exp: New file.
3364 * lib/gdb.exp (skip_rust_tests): New proc.
3365 (build_executable_from_specs): Handle rust.
3366 * lib/future.exp (gdb_find_rustc): New proc.
3367 (gdb_default_target_compile): Handle rust.
3368 * gdb.rust/expr.exp: New file.
3369 * gdb.rust/generics.exp: New file.
3370 * gdb.rust/generics.rs: New file.
3371 * gdb.rust/methods.exp: New file.
3372 * gdb.rust/methods.rs: New file.
3373 * gdb.rust/modules.exp: New file.
3374 * gdb.rust/modules.rs: New file.
3375 * gdb.rust/simple.exp: New file.
3376 * gdb.rust/simple.rs: New file.
3377
c44af4eb
TT
33782016-05-17 Tom Tromey <tom@tromey.com>
3379
3380 * gdb.base/default.exp (set language): Add rust.
3381
dcd1f979
TT
33822016-05-17 Tom Tromey <tom@tromey.com>
3383
3384 * gdb.gdb/unittest.exp: New file.
3385
155b7f57
YQ
33862016-05-16 Yao Qi <yao.qi@linaro.org>
3387
3388 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3389 shell_prompt. Update shell_prompt_re.
3390
8ddd5a6c
DE
33912016-05-12 Doug Evans <dje@google.com>
3392
3393 PR symtab/19999
3394 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3395 $options when building executable.
3396 * gdb.dwarf2/fission-loclists-pie.S: New file.
3397 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3398
02e370d9
SM
33992016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3400
3401 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3402 of [is_remote target],
3403
8929ad8b
SM
34042016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3405
3406 * lib/gdb.exp (use_gdb_stub): New procedure.
3407
6c447423
DE
34082016-05-03 Yunlian Jiang <yunlian@google.com>
3409 Doug Evans <dje@google.com>
3410
3411 PR symtab/19914
3412 * gdb.dwarf2/dwp-sepdebug.c: New file.
3413 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3414
444e826c
SM
34152016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3416
3417 * gdb.base/detach.exp: Remove is_remote check.
3418
740feeaa
SM
34192016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3420
3421 * gdb.base/annota-input-while-running.exp: Don't check for
3422 [is_remote target]. Enable annotations after running to main.
3423 Remove unused "set test..." line.
3424
9080ac9d
SM
34252016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3426
3427 * gdb.trace/trace-enable-disable.exp: New file.
3428 * gdb.trace/trace-enable-disable.c: New file.
3429
952ebca5
SM
34302016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3431
3432 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3433 use it in info sharedlibrary test.
3434 * gdb.trace/ftrace-lock.exp: Likewise.
3435 * gdb.trace/ftrace.exp: Likewise.
3436 * gdb.trace/range-stepping.exp: Likewise.
3437 * gdb.trace/trace-break.exp: Likewise.
3438 * gdb.trace/trace-condition.exp: Likewise.
3439 * gdb.trace/trace-mt.exp: Likewise.
3440
d9019901
SM
34412016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3442
3443 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3444 (gdb_load_shlib): ... this.
3445 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3446 gdb_load_shlib.
3447 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3448 * gdb.base/ctxobj.exp: Likewise.
3449 * gdb.base/dprintf-pending.exp: Likewise.
3450 * gdb.base/dso2dso.exp: Likewise.
3451 * gdb.base/fixsection.exp: Likewise.
3452 * gdb.base/gcore-relro.exp: Likewise.
3453 * gdb.base/gdb1555.exp: Likewise.
3454 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3455 * gdb.base/gnu-ifunc.exp: Likewise.
3456 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3457 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3458 * gdb.base/pending.exp: Likewise.
3459 * gdb.base/print-file-var.exp: Likewise.
3460 * gdb.base/print-symbol-loading.exp: Likewise.
3461 * gdb.base/shlib-call.exp: Likewise.
3462 * gdb.base/shreloc.exp: Likewise.
3463 * gdb.base/so-impl-ld.exp: Likewise.
3464 * gdb.base/solib-disc.exp: Likewise.
3465 * gdb.base/solib-nodir.exp: Likewise.
3466 * gdb.base/solib-overlap.exp: Likewise.
3467 * gdb.base/solib-symbol.exp: Likewise.
3468 * gdb.base/solib-weak.exp (do_test): Likewise.
3469 * gdb.base/sym-file.exp: Likewise.
3470 * gdb.base/symtab-search-order.exp: Likewise.
3471 * gdb.base/type-opaque.exp: Likewise.
3472 * gdb.base/unload.exp: Likewise.
3473 * gdb.base/watchpoint-solib.exp: Likewise.
3474 * gdb.compile/compile.exp: Likewise.
3475 * gdb.cp/gdb2384.exp: Likewise.
3476 * gdb.cp/infcall-dlopen.exp: Likewise.
3477 * gdb.cp/re-set-overloaded.exp: Likewise.
3478 * gdb.fortran/library-module.exp: Likewise.
3479 * gdb.opt/solib-intra-step.exp: Likewise.
3480 * gdb.python/py-finish-breakpoint.exp: Likewise.
3481 * gdb.python/py-shared.exp: Likewise.
3482 * gdb.reverse/solib-precsave.exp: Likewise.
3483 * gdb.reverse/solib-reverse.exp: Likewise.
3484 * gdb.server/solib-list.exp: Likewise.
3485 * gdb.threads/dlopen-libpthread.exp: Likewise.
3486 * gdb.threads/tls-shared.exp: Likewise.
3487 * gdb.threads/tls-so_extern.exp: Likewise.
3488 * gdb.trace/change-loc.exp: Likewise.
3489 * gdb.trace/ftrace-lock.exp: Likewise.
3490 * gdb.trace/ftrace.exp: Likewise.
3491 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3492 * gdb.trace/pending.exp: Likewise.
3493 * gdb.trace/range-stepping.exp: Likewise.
3494 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3495 (strace_info_marker): Likewise.
3496 (strace_probe_marker): Likewise.
3497 (strace_trace_on_same_addr): Likewise.
3498 (strace_trace_on_diff_addr): Likewise.
3499 * gdb.trace/trace-break.exp: Likewise.
3500 * gdb.trace/trace-condition.exp: Likewise.
3501 * gdb.trace/trace-mt.exp: Likewise.
3502
fca4cfd9
SM
35032016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3504
3505 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3506 result of gdb_remote_download.
3507 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3508 * gdb.base/dso2dso.exp: Likewise.
3509 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3510 * gdb.base/print-file-var.exp: Likewise.
3511 * gdb.base/shlib-call.exp: Likewise.
3512 * gdb.base/shreloc.exp: Likewise.
3513 * gdb.base/solib-overlap.exp: Likewise.
3514 * gdb.base/solib-weak.exp (do_test): Likewise.
3515 * gdb.base/unload.exp: Likewise.
3516
11cf4ffb
YQ
35172016-04-27 Yao Qi <yao.qi@linaro.org>
3518
3519 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3520 exists.
3521
3e2e34f8
KB
35222016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3523
3524 * vla-type.exp: Print structure from toplevel.
3525
8f07e298
BH
35262016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3527
3528 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3529 of dynamic types.
3530 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3531 of dynamic types.
3532
9920b434
BH
35332016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3534
3535 * gdb.fortran/vla-type.f90: New file.
3536 * gdb.fortran/vla-type.exp: New file.
3537
f3abeff5
YQ
35382016-04-25 Yao Qi <yao.qi@linaro.org>
3539
3540 * gdb.base/branch-to-self.c: New file.
3541 * gdb.base/branch-to-self.exp: New file.
3542
0a5d52f0
YQ
35432016-04-22 Yao Qi <yao.qi@linaro.org>
3544
3545 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3546 more after $hex.
3547
495346f6
YQ
35482016-04-22 Yao Qi <yao.qi@linaro.org>
3549
3550 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3551 * gdb.base/annota3.exp: Likewise.
3552
4a7e075c
YQ
35532016-04-22 Yao Qi <yao.qi@linaro.org>
3554
3555 * gdb.reverse/step-precsave.exp: Do one step and test program
3556 stops in "callee" and do multiple steps until program goes out
3557 of "callee".
3558 * gdb.reverse/step-reverse.exp: Likewise.
3559
5b061e98
YQ
35602016-04-22 Yao Qi <yao.qi@linaro.org>
3561
3562 * gdb.trace/signal.exp: Also pass if
3563 $tracepoint_hits($i) > $iterations.
3564
5c5dc57f
YQ
35652016-04-22 Yao Qi <yao.qi@linaro.org>
3566
3567 * gdb.trace/signal.c: New file.
3568 * gdb.trace/signal.exp: New file.
3569
a55411b9
DE
35702016-04-19 Doug Evans <xdje42@gmail.com>
3571
3572 * gdb.base/bad-file.exp: New file.
3573
a22df60a
MG
35742016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3575
3576 * gdb.dwarf2/implref.exp: New file.
3577
0c13f7e5
BH
35782016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3579
3580 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3581 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3582 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3583 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3584 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3585 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3586 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3587 * lib/fortran.exp (fortran_int4): New procedure.
3588 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3589 (fortran_logical4): Likewise.
3590
9b9b09e9
BH
35912016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3592
3593 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3594
a14d1f4d
BH
35952016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3596
3597 * lib/compiler.c: Add Intel specific preprocessor macros.
3598 * lib/compiler.cc: Likewise.
25d49b86 3599
7d49b1d0
LM
36002016-04-13 Luis Machado <lgustavo@codesourcery.com>
3601
3602 * gdb.server/connect-with-no-symbol-file.c: New file.
3603 * gdb.server/connect-with-no-symbol-file.exp: New file.
3604
8392fa22
SM
36052016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3606
3607 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3608
8c4c4aeb
SM
36092016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3610
3611 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3612 standard output directory.
3613
45e3745e
AT
36142016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3615
3616 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3617
e26b7e41
MM
36182016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3619
3620 * gdb.btrace/instruction_history.c (loop): Add declaration.
3621
8ce09462
AT
36222016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3623
3624 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3625
2e88a1ea
SM
36262016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3627
3628 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3629 parentheses to print.
3630 (continue_handler): Likewise.
3631
f48e22e3
SM
36322016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3633
3634 * gdb.server/solib-list.exp: Remove is_remote check.
3635 Pass shlib= to gdb_compile. Don't link shared library with
3636 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3637 Run binary filename through "readlink -f" on the target.
3638
096be756
PA
36392016-04-08 Pedro Alves <palves@redhat.com>
3640
3641 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3642 interpreter filename as argument to gdbserver_spawn.
3643 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3644 Return empty if $last_loaded_file does not exist.
3645
06500533
JK
36462016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3647
3648 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3649 * gdb.base/jit-main.c: Use exit after usage.
3650
2d35e871
JK
36512016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3652
3653 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3654 GDBHISTSIZE prior to the tests.
3655 * gdb.base/gdbinit-history.exp: Likewise.
3656
36572016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3658
3659 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3660 instead of build_executable. Use gdb_load_shlibs.
3661
c8064e7e
YQ
36622016-04-07 Yao Qi <yao.qi@linaro.org>
3663
3664 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3665 Execute "si" command.
3666
bde47561
YQ
36672016-04-07 Yao Qi <yao.qi@linaro.org>
3668
3669 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3670 number instead of the comments on some line.
3671
b16f8a3b
DB
36722016-04-06 Don Breazeal <donb@codesourcery.com>
3673
3674 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3675 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3676
c2f901df
SM
36772016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3678
3679 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3680 standard_output_file. Remove unused binfile variable.
3681
ac17fda0
CU
36822016-04-05 Catalin Udma <catalin.udma@freescale.com>
3683
3684 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3685 * gdb.python/py-mi-objfile.exp: Match "list main" output
3686 in console format.
3687
03a8c4df
SM
36882016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3689
3690 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3691 absolute.
3692
6e774b13
SM
36932016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3694
3695 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3696 absolute.
3697 * gdb.trace/ftrace.exp: Likewise.
3698 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3699 targets as well.
3700 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3701 (gdb_load_shlibs): Copy libraries to test directory when testing
3702 natively. Only set solib-search-path if testing remotely.
3703 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3704
7817ea46
SM
37052016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3706
3707 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3708 gdb_download. Use it even if the target is not remote.
3709 * gdb.base/jit.exp (compile_jit_test): Likewise.
3710 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3711 output directory if the destination board is local, otherwise use
3712 the standard remote_download from DejaGnu.
3713 (gdb_download): Remove.
3714 (gdb_load_shlibs): Use gdb_remote_download instead of
3715 gdb_download.
3716 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3717 Use gdb_remote_download instead of gdb_download. Use it even if
3718 the target is not remote.
3719 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3720 instead of gdb_download.
3721
7beb7f68
SM
37222016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3723
3724 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3725 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3726 run.
3727
cc63428a
AV
37282016-04-01 Artemiy Volkov <artemiyv@acm.org>
3729
3730 PR gdb/19820
3731 * gdb.base/printcmds.exp: Add artificial arrays tests.
3732
64cdf930
PA
37332016-03-31 Pedro Alves <palves@redhat.com>
3734
3735 PR gdb/19858
3736 * gdb.base/jit-main.c: Include unistd.h.
3737 (ATTACH): Define to 0 if not already defined.
3738 (wait_for_gdb, mypid): New globals.
3739 (WAIT_FOR_GDB): New macro.
3740 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3741 some breakpoint locations.
3742 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3743 New procedures.
3744 (one_jit_test): Add REATTACH parameter, and handle it. Use
3745 continue_to_test_location.
3746 (top level): Test attach, and adjusts calls to one_jit_test.
3747
40dea8cb
PA
37482016-03-31 Pedro Alves <palves@redhat.com>
3749
3750 PR gdb/19858
3751 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3752 BINSUFFIX parameter, and handle it.
3753 (top level): Adjust calls compile_jit_test.
3754
e7ea3ec7
CU
37552016-03-31 Catalin Udma <catalin.udma@freescale.com>
3756
3757 PR python/19743
3758 * gdb.python/py-mi-events-gdb.py: New file.
3759 * gdb.python/py-mi-events.c: New file.
3760 * gdb.python/py-mi-events.exp: New file.
3761
e6359af3
YQ
37622016-03-30 Yao Qi <yao.qi@linaro.org>
3763
3764 * gdb.reverse/until-precsave.exp: Match function name only.
3765 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3766 Move malloc to a condition block.
3767 * gdb.reverse/until-reverse.exp: Match function name only.
3768
a4105d04
MK
37692016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3770
3771 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3772 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3773 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3774 variable for GPR 0 instead of assuming it is register 0.
3775 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3776 * lib/trace-support.exp: Add s390 registers.
3777
bfa6adb9
YQ
37782016-03-29 Yao Qi <yao.qi@linaro.org>
3779
3780 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3781
1e6697ea
YQ
37822016-03-24 Yao Qi <yao.qi@linaro.org>
3783
3784 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3785 test message.
3786
64bcd522
AA
37872016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3788
3789 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3790 maintaining separate logic for constructing the output path.
3791
7868401b
DB
37922016-03-16 Don Breazeal <donb@codesourcery.com>
3793
3794 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3795 Retry fork and waitpid on interrupted system call errors.
3796 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3797 Use with_timeout_factor to increase timeout by factor of 10.
3798
1cafadb4
DB
37992016-03-15 Don Breazeal <donb@codesourcery.com>
3800
3801 * gdb.cp/scope-err.cc: New test program.
3802 * gdb.cp/scope-err.exp: New test script.
3803 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3804 lines and "set breakpoint here" comment.
3805 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3806 Fixed some whitespace and format issues.
3807 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3808 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3809
81516450
DE
38102016-03-15 Doug Evans <dje@google.com>
3811
3812 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3813 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3814 All callers updated. Add tests for enums, mixed flags register.
3815
aa52b601
DE
38162016-03-15 Doug Evans <dje@google.com>
3817
3818 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3819 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3820
fa4ff313
SM
38212016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3822
3823 * gdb.base/default.exp: Add $_as_string to the list of expected
3824 convenience functions.
3825
f2403c39
AB
38262016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3827
3828 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3829
f2f3ccb9
SM
38302016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3831
3832 * gdb.python/py-as-string.exp: New file.
3833 * gdb.python/py-as-string.c: New file.
3834
00dbd492
PA
38352016-03-09 Pedro Alves <palves@redhat.com>
3836
3837 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3838 signal" -> "Thread NN received signal" output change.
3839 * gdb.threads/ia64-sigill.exp: Likewise.
3840 * gdb.threads/linux-dp.exp: Likewise.
3841 * gdb.threads/manythreads.exp: Likewise.
3842 * gdb.threads/pending-step.exp: Likewise.
3843 * gdb.threads/print-threads.exp: Likewise.
3844 * gdb.threads/sigstep-threads.exp: Likewise.
3845 * gdb.threads/staticthreads.exp: Likewise.
3846 * gdb.threads/tls.exp: Likewise.
3847
1e6697ea
YQ
38482016-03-09 Pedro Alves <palves@redhat.com>
3849
3850 * gdb.base/command-line-input.exp: New file.
3851
b04fd3be
MK
38522016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3853
3854 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3855 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3856 * gdb.trace/pending.exp: Accept leading dot before function name.
3857 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3858 * lib/trace-support.exp: Set registers for ppc.
3859
98fa59e9
MK
38602016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3861
3862 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3863 use it for disassembly; accept .main in addition to main in backtrace.
3864
f77198c8
MK
38652016-03-09 Wei-cheng Wang <cole945@gmail.com>
3866 Marcin Kościelnicki <koriakin@0x04.net>
3867
3868 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3869 (gdb_recursion_test_ptr): New global variable.
3870 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3871 gdb_recursion_test.
3872 (gdb_c_test): Ditto.
3873
ba84e0da
MK
38742016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3875
3876 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3877 ordering.
3878
4366d36e
MK
38792016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3880
3881 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3882 (bar): Add bar_start_lbl label.
3883 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3884 of foo/bar for emitting DWARF and tracing.
3885
5eb264df
SDJ
38862016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3887
3888 * analyze-racy-logs.py: Set executable bit.
3889
fb6a751f
SDJ
38902016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3891
3892 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3893 (CHECK_TARGET_TMP): Likewise.
3894 (check-single-racy): New rule.
3895 (check-parallel-racy): Likewise.
3896 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3897 (do-check-parallel-racy): New rule.
3898 (check-racy/%.exp): Likewise.
3899 * README (Racy testcases): New section.
3900 * analyze-racy-logs.py: New file.
3901
bdf7e230
DE
39022016-03-03 Doug Evans <dje@google.com>
3903
3904 * gdb.base/skip.exp: Use with_test_prefix.
3905
4719d415
YQ
39062016-03-03 Yao Qi <yao.qi@linaro.org>
3907
3908 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3909 Invoke step_over_syscall "clone" and break_cond_on_syscall
3910 "clone".
3911 * gdb.base/step-over-clone.c: New file.
3912
ea507862
YQ
39132016-03-03 Yao Qi <yao.qi@linaro.org>
3914
3915 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3916 code format.
3917
8fc8cbda
YQ
39182016-03-03 Yao Qi <yao.qi@linaro.org>
3919
3920 * gdb.base/disp-step-fork.c: Rename to ...
3921 * gdb.base/step-over-fork.c: ... it. New file.
3922 * gdb.base/disp-step-vfork.c: Rename to ...
3923 * gdb.base/step-over-vfork.c: ... it. New file.
3924 * gdb.base/disp-step-syscall.exp: Rename to ...
3925 * gdb.base/step-over-syscall.exp: ... it. New file.
3926 (disp_step_cross_syscall): Rename to ...
3927 (step_over_syscall): ... it.
3928
92fa70b0
YQ
39292016-03-03 Yao Qi <yao.qi@linaro.org>
3930
3931 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3932 If target supports condition evaluation on target, invoke
3933 break_cond_on_syscall for fork and vfork.
3934
e197ad3c
YQ
39352016-03-03 Yao Qi <yao.qi@linaro.org>
3936
3937 * gdb.base/disp-step-syscall.exp: Don't invoke
3938 support_displaced_stepping.
3939 (disp_step_cross_syscall): Test with displaced stepping off and
3940 on if supported.
3941
0b47da9f
YQ
39422016-03-03 Yao Qi <yao.qi@linaro.org>
3943
3944 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3945 proc.
3946 (setup): New proc.
3947 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3948 and setup.
3949
065ab6dc
BH
39502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3951
3952 * gdb.fortran/vla-history.exp: Remove breakpoint.
3953
07e448ad 39542016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3955
25d49b86
PA
3956 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3957 exceeds timeout.
07e448ad 3958
9ac2d526 39592016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3960
25d49b86
PA
3961 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3962 breakpoint.
9ac2d526 3963
17807369
BH
39642016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3965
3966 * gdb.mi/vla.f90: Nullify pointer after declaration.
3967
86e501af
PA
39682016-03-01 Pedro Alves <palves@redhat.com>
3969
3970 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3971
1e903e32
PA
39722016-03-01 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3975 before anything else.
3976 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3977 _GNU_SOURCE here.
3978 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3979 before anything else.
3980 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3981
6ccb54e2
PA
39822016-03-01 Pedro Alves <palves@redhat.com>
3983
3984 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3985
30ca9da1
YQ
39862016-03-01 Yao Qi <yao.qi@linaro.org>
3987
3988 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3989 prepare_for_testing.
3990
dc856b38
YQ
39912016-03-01 Yao Qi <yao.qi@linaro.org>
3992
3993 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3994
4a932159
AA
39952016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3996
3997 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3998 manually constructing the output path.
3999
f2489477
AA
40002016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4001
4002 * gdb.arch/s390-stackless.S: New.
4003 * gdb.arch/s390-stackless.exp: New.
4004
38899f16
IB
40052016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4006
4007 * gdb.dlang/circular.c: New file.
4008 * gdb.dlang/circular.exp: New file.
4009
9fde51ed
YQ
40102016-02-26 Yao Qi <yao.qi@linaro.org>
4011
4012 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4013 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4014 (testcases): Update.
4015
ce90fefe
YQ
40162016-02-26 Yao Qi <yao.qi@linaro.org>
4017
4018 * gdb.reverse/aarch64.c: Rename to ...
4019 * gdb.reverse/insn-reverse.c: ... it.
4020 * gdb.reverse/aarch64.exp: Rename to ...
4021 * gdb.reverse/insn-reverse.exp: ... it.
4022
3263bceb
YQ
40232016-02-26 Yao Qi <yao.qi@linaro.org>
4024
4025 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4026 (testcase_ftype): New.
4027 (testcases): New array.
4028 (n_testcases): New.
4029 (main): Call each element in testcases.
4030 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4031 (read_testcase): New.
4032 Do the tests in a loop.
4033
6cb59ff1
YQ
40342016-02-25 Yao Qi <yao.qi@linaro.org>
4035
4036 * gdb.base/branches.c: Remove.
4037
ae91f625
MK
40382016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4039
4040 PR gdb/13808
4041 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4042
678b48b7
MK
40432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4044
4045 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4046
7337a6f2
MK
40472016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4048
4049 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4050 change x86_64 call_insn to 'callq'.
4051
861ca91f
AT
40522016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4053
4054 * gdb.trace/tfile-avx.c: Move to...
4055 * gdb.trace/tracefile-pseudo-reg.c: Here.
4056 * gdb.trace/tfile-avx.exp: Move to...
4057 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4058
bf74e428
GB
40592016-02-24 Gary Benson <gbenson@redhat.com>
4060
4061 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4062 message on attach.
4063
cce0e923
DE
40642016-02-23 Doug Evans <dje@google.com>
4065
4066 * gdb.base/skip.c (test_skip): New function.
4067 (end_test_skip_file_and_function): New function.
4068 (test_skip_file_and_function): New function.
4069 * gdb.base/skip1.c (test_skip): New function.
4070 (skip1_test_skip_file_and_function): New function.
4071 * gdb.base/skip.exp: Add tests for new skip options.
4072 * gdb.base/skip-solib.exp: Update expected output.
4073 * gdb.perf/skip-command.cc: New file.
4074 * gdb.perf/skip-command.exp: New file.
4075 * gdb.perf/skip-command.py: New file.
4076
4000e47e
MK
40772016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4078
4079 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4080 info registers pattern.
4081
24f75ead
IB
40822016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4083
4084 * lib/future.exp: Add D support.
4085 (gdb_find_gdc): New proc.
4086 (gdb_default_target_compile): Add D support.
4087
fbb7bcbe
WW
40882016-02-18 Wei-cheng Wang <cole945@gmail.com>
4089
4090 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4091 user+system time.
4092 (trace_speed_test): Determine the iteration count for a time
4093 between 15..30 seconds.
4094
012b3a21
WT
40952016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4096
4097 * gdb.arch/i386-mpx-sigsegv.c: New file.
4098 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4099 * gdb.arch/i386-mpx-simple_segv.c: New file.
4100 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4101
2d5189bd
YQ
41022016-02-18 Yao Qi <yao.qi@linaro.org>
4103
4104 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4105 Don't call setup_kfail.
4106
40fb20d0
YQ
41072016-02-18 Yao Qi <yao.qi@linaro.org>
4108
4109 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4110 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4111
21b1f8d2
DE
41122016-02-16 Doug Evans <dje@google.com>
4113
4114 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4115 * gdb.base/skip1.c: Ditto.
4116 * gdb.base/skip.exp: Whitespace cleanup.
4117
4041ed77
DB
41182016-02-16 Don Breazeal <donb@codesourcery.com>
4119
4120 PR remote/19496
4121 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4122 Remove kfail for PR remote/19496.
4123
c4ef31bf
SM
41242016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4125
4126 * lib/gdb.exp (standard_temp_file): Return a path specific to
4127 the runtest invocation.
4128
266b65b3
SM
41292016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4130
4131 * gdb.trace/save-trace.exp: Change relative path to be in the
4132 standard output directory.
4133
a7a0a6a9
JK
41342016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4135
4136 * gdb.arch/i386-prologue.c: Add missing prototypes.
4137
c99dbb42
JK
41382016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4139
4140 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4141 * gdb.arch/i386-prologue.exp: Likewise.
4142 * gdb.arch/i386-size.exp: Likewise.
4143
aa480355
SM
41442016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4145
4146 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4147 define object file path.
4148 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4149 file path.
4150 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4151 standard_output_file to define binfile.
4152
ba881f50
JK
41532016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4154
4155 Fix compatibility with recent gfortran-5.3.1.
4156 * gdb.fortran/vla-history.exp (print vla1 allocated)
4157 (print vla2 allocated, print $2, print $3): Remove
4158 (print $4): Rename to ...
4159 (print $2): ... here.
4160 (print $9): Rename to ...
4161 (print $5): ... here.
4162 (print $10): Rename to ...
4163 (print $6): ... here.
4164 * gdb.fortran/vla.f90: Add pvla initialization.
4165
e9fb005c
JK
41662016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4167
4168 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4169 New test.
4170 * gdb.fortran/vla-value-sub.exp: Likewise.
4171
e44e00ff
MK
41722016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4173
4174 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4175
97e94151
SM
41762016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4177
4178 * i386-biarch-core.exp: Define corefile using
4179 standard_output_file.
4180
01113bc1
YQ
41812016-02-12 Yao Qi <yao.qi@linaro.org>
4182
4183 * gdb.arch/arm-single-step-kernel-helper.c: New.
4184 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4185
33b4777c
MM
41862016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4187
4188 * gdb.btrace/tailcall-only.exp: New.
4189 * gdb.btrace/tailcall-only.c: New.
4190 * gdb.btrace/x86_64-tailcall-only.S: New.
4191 * gdb.btrace/i686-tailcall-only.S: New.
4192
acc23c11
PA
41932016-02-11 Pedro Alves <palves@redhat.com>
4194
4195 * README (Parallel testing): Add missing double quotes.
4196
e352bf0a
PA
41972016-02-11 Pedro Alves <palves@redhat.com>
4198
4199 * README (Parallel testing): New section.
4200 (GDB_PARALLEL): Rewrite.
4201 (FORCE_PARALLEL): Document.
4202
9f5fed78
MK
42032016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4204
4205 * gdb.trace/tfile-avx.c: New test.
4206 * gdb.trace/tfile-avx.exp: New test.
4207
9ef9e6a6
KS
42082016-02-09 Keith Seitz <keiths@redhat.com>
4209
4210 PR breakpoints/19546
4211 * gdb.base/infcall-exec.c: New file.
4212 * gdb.base/infcall-exec2.c: New file.
4213 * gdb.base/infcall-exec.exp: New file.
4214
a96e36da
KS
42152016-02-09 Keith Seitz <keiths@redhat.com>
4216
4217 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4218 (toplevel): Call test_bkpt_address.
4219
9f61929f
KS
42202016-02-09 Keith Seitz <keiths@redhat.com>
4221
4222 PR python/19506
4223 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4224 (toplevel): Call test_bkpt_address.
4225
1e94266c
SM
42262016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4227
4228 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4229 to AC_OUTPUT.
4230 * configure: Regenerate.
4231
2a7f3dff
PA
42322016-02-09 Pedro Alves <palves@redhat.com>
4233
4234 PR breakpoints/19548
4235 * gdb.base/execl-update-breakpoints.c (some_function): New
4236 function.
4237 (main): Call it.
4238 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4239 Tighten expected GDB output.
4240
2151ccc5
SM
42412016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4242
4243 * Makefile.in (ALL_SUBDIRS): Remove.
4244 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4245 (distclean maintainer-clean realclean): Likewise.
4246 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4247 * configure: Regenerate.
4248 * gdb.ada/Makefile.in: Delete.
4249 * gdb.arch/Makefile.in: Likewise.
4250 * gdb.asm/Makefile.in: Likewise.
4251 * gdb.base/Makefile.in: Likewise.
4252 * gdb.btrace/Makefile.in: Likewise.
4253 * gdb.cell/Makefile.in: Likewise.
4254 * gdb.compile/Makefile.in: Likewise.
4255 * gdb.cp/Makefile.in: Likewise.
4256 * gdb.disasm/Makefile.in: Likewise.
4257 * gdb.dlang/Makefile.in: Likewise.
4258 * gdb.dwarf2/Makefile.in: Likewise.
4259 * gdb.fortran/Makefile.in: Likewise.
4260 * gdb.gdb/Makefile.in: Likewise.
4261 * gdb.go/Makefile.in: Likewise.
4262 * gdb.guile/Makefile.in: Likewise.
4263 * gdb.java/Makefile.in: Likewise.
4264 * gdb.linespec/Makefile.in: Likewise.
4265 * gdb.mi/Makefile.in: Likewise.
4266 * gdb.modula2/Makefile.in: Likewise.
4267 * gdb.multi/Makefile.in: Likewise.
4268 * gdb.objc/Makefile.in: Likewise.
4269 * gdb.opencl/Makefile.in: Likewise.
4270 * gdb.opt/Makefile.in: Likewise.
4271 * gdb.pascal/Makefile.in: Likewise.
4272 * gdb.perf/Makefile.in: Likewise.
4273 * gdb.python/Makefile.in: Likewise.
4274 * gdb.reverse/Makefile.in: Likewise.
4275 * gdb.server/Makefile.in: Likewise.
4276 * gdb.stabs/Makefile.in: Likewise.
4277 * gdb.threads/Makefile.in: Likewise.
4278 * gdb.trace/Makefile.in: Likewise.
4279 * gdb.xml/Makefile.in: Likewise.
4280 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4281 GDB_PARALLEL.
4282 (standard_output_file): Remove check for GDB_PARALLEL, always
4283 return path in outputs/$subdir/$testname.
4284
437277d4
SM
42852016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4286
4287 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4288 (site.exp): Assign abs_srcdir to tcl's srcdir.
4289
31d913c7
YQ
42902016-02-04 Yao Qi <yao.qi@linaro.org>
4291
4292 * gdb.base/foll-exec-mode.c: Include limits.h.
4293 (main): Add parameters argc and argv. Get directory from
4294 argv[0].
4295 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4296 compilation.
4297 * gdb.base/foll-exec.c: Include limits.h.
4298 (main): Add parameters argc and argv.
4299 Get directory from argv[0].
4300 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4301 Adjust tests on the number of lines as source code changed.
4302 * gdb.base/foll-vfork-exit.c: Include limits.h.
4303 (main): Add one line of statement before vfork.
4304 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4305 (main): Add parameters argc and argv. Get directory from
4306 argv[0].
4307 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4308 (setup_gdb): Set tbreak to skip some source lines.
4309 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4310 (main): Add parameters argc and argv. Get directory from
4311 argv[0].
4312 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4313 compilation.
4314 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4315 (main): Add parameters argc and argv. Get directory from
4316 argv[0].
4317 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4318 compilation.
4319
9482b9fb
DE
43202016-02-01 Doug Evans <dje@google.com>
4321
4322 * gdb.base/skip.exp: Clean up multiple references to same test name.
4323
6b2e4f10
PA
43242016-02-01 Pedro Alves <palves@redhat.com>
4325
ccb6afd6 4326 PR remote/19496
6b2e4f10
PA
4327 * gdb.threads/forking-threads-plus-breakpoint.exp
4328 (displaced_stepping_supported): New global.
4329 (probe_displaced_stepping_support): New procedure.
4330 (do_test): Add 'displaced' parameter, and use it.
4331 (top level): Check for displaced stepping support. Add displaced
4332 stepping on/off testing axis.
4333
37a8db1a
AB
43342016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4335
4336 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4337 pointer. Don't perform further tests on the unassociated pointer
4338 if the first test fails.
4339
5fdf6324
AB
43402016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4341
4342 * gdb.base/max-value-size.c: New file.
4343 * gdb.base/max-value-size.exp: New file.
4344 * gdb.base/huge.exp: Disable max-value-size for this test.
4345
935c6144
IB
43462016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4347
4348 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4349
7fe8399d
YQ
43502016-01-28 Yao Qi <yao.qi@linaro.org>
4351
4352 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4353
a2077e25
PA
43542016-01-25 Pedro Alves <palves@redhat.com>
4355
4356 PR threads/19461
4357 * gdb.base/fork-running-state.c: New file.
4358 * gdb.base/fork-running-state.exp: New file.
4359
1d2736d4
PA
43602016-01-25 Pedro Alves <palves@redhat.com>
4361
4362 PR gdb/19494
4363 * gdb.base/catch-fork-kill.c: New file.
4364 * gdb.base/catch-fork-kill.exp: New file.
4365
f1da4b11
PA
43662016-01-25 Pedro Alves <palves@redhat.com>
4367
4368 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4369 Delete, moved to lib/gdb.exp.
4370 * gdb.threads/forking-threads-plus-breakpoint.exp
4371 (foreach_with_prefix): Likewise.
4372 * gdb.threads/process-dies-while-handling-bp.exp
4373 (foreach_with_prefix): Likewise.
4374 * lib/gdb.exp (foreach_with_prefix): New procedure.
4375
45f38546
MK
43762016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4377
4378 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4379 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4380
dc29a1ce
MK
43812016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4382
4383 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4384 endian targets.
4385
092127d7
JK
43862016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4387 Pedro Alves <palves@redhat.com>
4388
4389 Fix testsuite compatibility with Guile.
4390 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4391 number.
4392
31d765d3
JK
43932016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4394
4395 Fix testsuite compatibility with Guile.
4396 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4397 (thread 1): New test for backtrace through signal handler.
4398
1ac78c04
YQ
43992016-01-22 Yao Qi <yao.qi@linaro.org>
4400
4401 PR testsuite/19491
4402 * gdb.base/multi-forks.c: Include
4403 ../lib/unbuffer_output.c
4404 (main): Call gdb_unbuffer_output.
4405
4f5946a8
DE
44062016-01-21 Doug Evans <dje@google.com>
4407
4408 * lib/ada.exp (gdb_compile_ada): Fix typo.
4409
305e13e6
JB
44102016-01-21 Joel Brobecker <brobecker@adacore.com>
4411
4412 * gdb.base/break-fun-addr.exp: New file.
4413 * gdb.base/break-fun-addr1.c: New file.
4414 * gdb.base/break-fun-addr2.c: New file.
4415
5f5dfff6
SM
44162016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4417
4418 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4419 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4420 enum flag values.
4421
fd356fa2
AA
44222016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4423
4424 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4425 when GDB can not set the vector return value. Add more comments
4426 for clarification.
4427
9df22175
AT
44282016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4429
4430 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4431 command.
4432
41d1845e
SM
44332016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4434
4435 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4436
01ac6840
SM
44372016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4438
4439 * Makefile.in (check-single): Pass --status to runtest.
4440 (check/%.exp): Likewise.
4441
44422016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4443
4444 * Makefile.in (check-parallel): Propagate return code from make
4445 do-check-parallel.
4446
bd0a71fa
MK
44472016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4448
4449 * gdb.trace/ftrace.exp: Fix expected message on continue.
4450 * gdb.trace/pending.exp: Fix expected message on continue.
4451 * gdb.trace/trace-break.exp: Fix expected message on continue.
4452
8bcbad33
SM
44532016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4454
4455 * lib/gdb.exp (gdb_test): Remove unused global references.
4456
f303dbd6
PA
44572016-01-18 Pedro Alves <palves@redhat.com>
4458
4459 * gdb.base/async-shell.exp: Adjust expected output.
4460 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4461 * gdb.base/siginfo-thread.exp: Adjust expected output.
4462 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4463 * gdb.java/jnpe.exp: Adjust expected output.
4464 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4465 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4466 * gdb.threads/leader-exit.exp: Adjust expected output.
4467 * gdb.threads/manythreads.exp: Adjust expected output.
4468 * gdb.threads/pthreads.exp: Adjust expected output.
4469 * gdb.threads/schedlock.exp: Adjust expected output.
4470 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4471 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4472 expected output.
4473 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4474 output.
4475 * gdb.threads/sigthread.exp: Adjust expected output.
4476 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4477
b2789696
YQ
44782016-01-18 Yao Qi <yao.qi@linaro.org>
4479
4480 * gdb.guile/scm-section-script.c: Replace @progbits with
4481 %progbits.
4482 * gdb.python/py-section-script.c: Likewise.
4483
71ef29a8
PA
44842016-01-15 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.multi/tids.exp: Test star wildcard ranges.
4487
3f5b7598
PA
44882016-01-15 Pedro Alves <palves@redhat.com>
4489
4490 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4491 command from "thread apply" invocation.
4492 (thr_apply_info_thr_invalid): Default the expected output to the
4493 input tid list.
4494 (top level): Add tests that use convenience variables. Add tests
4495 for "thread apply" with a valid TID list, but missing the command.
4496
663f6d42
PA
44972016-01-13 Pedro Alves <palves@redhat.com>
4498
4499 * gdb.base/default.exp: Expect $_gthread as well.
4500 * gdb.multi/tids.exp: Test $_gthread.
4501 * gdb.threads/thread-specific.exp: Test $_gthread.
4502
c84f6bbf
PA
45032016-01-13 Pedro Alves <palves@redhat.com>
4504
4505 * gdb.multi/tids.exp: Test "info threads -gid".
4506
22a02324
PA
45072016-01-13 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4510 Breakpoint.thread.
4511 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4512
5d5658a1
PA
45132016-01-07 Pedro Alves <palves@redhat.com>
4514
4515 * gdb.base/break.exp: Adjust to output changes.
4516 * gdb.base/hbreak2.exp: Likewise.
4517 * gdb.base/sepdebug.exp: Likewise.
4518 * gdb.base/watch_thread_num.exp: Likewise.
4519 * gdb.linespec/keywords.exp: Likewise.
4520 * gdb.multi/info-threads.exp: Likewise.
4521 * gdb.threads/thread-find.exp: Likewise.
4522 * gdb.multi/tids.c: New file.
4523 * gdb.multi/tids.exp: New file.
4524
84654457
PA
45252016-01-13 Pedro Alves <palves@redhat.com>
4526
4527 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4528
e3940304
PA
45292016-01-13 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/default.exp: Expect $_inferior as well.
4532 * gdb.multi/base.exp: Test $_inferior.
4533
a911d87a
PA
45342016-01-13 Pedro Alves <palves@redhat.com>
4535
4536 PR breakpoints/19388
4537 * gdb.base/catch-signal-siginfo-cond.c: New file.
4538 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4539
82075af2
JS
45402016-01-12 Josh Stone <jistone@redhat.com>
4541 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4542
4543 * gdb.base/catch-syscall.c (do_execve): New variable.
4544 (main): Conditionally trigger an execve.
4545 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4546 (test_catch_syscall_execve): New, check entry/return across execve.
4547 (do_syscall_tests): Call test_catch_syscall_execve.
4548
e46eeedd
PA
45492016-01-12 Pedro Alves <palves@redhat.com>
4550
4551 * gdb.base/random-signal.exp (do_test): New procedure, with body
4552 of testcase moved in.
4553
01d8c27e
JK
45542016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4555 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.base/funcargs.exp (finish from indirectly called function):
4558 Reintroduce the case for 'First'.
4559
9a706302
JK
45602016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4561 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4564 (tcatch_vfork_then_child_follow_exec)
4565 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4566 identification.
4567
c0ecb95f
JK
45682016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4569
4570 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4571 and repeats to unlimited.
4572 * gdb.python/py-value.exp: Likewise.
4573 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4574 and repeats to unlimited.
4575
6cfc1fcb
JK
45762016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4577
4578 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4579 and reordering the functions.
4580 * gdb.multi/hangout.c: Likewise.
4581 * gdb.multi/hello.c: Likewise.
4582
582a1b00
SM
45832016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4584
4585 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4586 absolute.
4587 (SingleStatisticTestResult.report): Use dict.keys instead of
4588 dict.iterkeys.
4589
79bc59cb
PA
45902016-01-06 Pedro Alves <palves@redhat.com>
4591
4592 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4593
43368e1d
MM
45942016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4595
4596 * gdb.btrace/dlopen.exp: New.
4597 * gdb.btrace/dlopen.c: New.
4598 * gdb.btrace/dlopen-dso.c: New.
4599
79fad5b8
SL
46002015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4601
4602 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4603 PATTERN argument is optional.
4604
ab8314b3
JB
46052015-12-24 Joel Brobecker <brobecker@adacore.com>
4606
4607 * lib/ada.exp (target_compile_ada_from_dir): New function.
4608 (gdb_compile_ada): Reimplement avoiding the use of project files.
4609 * gdb.ada/gnat_ada.gpr: Delete.
4610 * gdb.ada/cond_lang.exp: Adjust test to make path before
4611 filename optional.
4612 * gdb.ada/small_reg_param.exp: Likewise.
4613
fe33faff
SM
46142015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4615
4616 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4617
6d265cb4
TP
46182015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4619
4620 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4621 case.
4622
10125099
SM
46232015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4624
4625 * gdb.base/break.exp: Remove dead code.
4626 * gdb.base/sepdebug.exp: Likewise.
4627
3ca22649
SM
46282015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4629
4630 * gdb.asm/asm-source.exp: Remove HP-UX references.
4631 * gdb.base/annota1.exp: Likewise.
4632 * gdb.base/annota3.exp: Likewise.
4633 * gdb.base/attach.exp: Likewise.
4634 * gdb.base/bigcore.exp: Likewise.
4635 * gdb.base/break.exp: Likewise.
4636 * gdb.base/call-ar-st.exp: Likewise.
4637 * gdb.base/callfuncs.exp: Likewise.
4638 * gdb.base/catch-fork-static.exp: Likewise.
4639 * gdb.base/display.exp: Likewise.
4640 * gdb.base/foll-exec-mode.exp: Likewise.
4641 * gdb.base/foll-exec.exp: Likewise.
4642 * gdb.base/foll-fork.exp: Likewise.
4643 * gdb.base/foll-vfork.exp: Likewise.
4644 * gdb.base/funcargs.exp: Likewise.
4645 * gdb.base/hbreak2.exp: Likewise.
4646 * gdb.base/inferior-died.exp: Likewise.
4647 * gdb.base/interrupt.exp: Likewise.
4648 * gdb.base/multi-forks.exp: Likewise.
4649 * gdb.base/nodebug.exp: Likewise.
4650 * gdb.base/sepdebug.exp: Likewise.
4651 * gdb.base/solib1.c: Likewise.
4652 * gdb.base/step-test.exp: Likewise.
4653 * gdb.mi/non-stop.c: Likewise.
4654 * gdb.mi/pthreads.c: Likewise.
4655 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4656 * gdb.threads/pthreads.c: Likewise.
4657 * gdb.threads/staticthreads.exp: Likewise.
4658 * lib/future.exp: Likewise.
4659 * lib/gdb.exp: Likewise.
4660 * gdb.base/so-indr-cl.c: Remove.
4661 * gdb.base/so-indr-cl.exp: Likewise.
4662 * gdb.base/solib.c: Likewise.
4663 * gdb.base/solib.exp: Likewise.
4664 * gdb.base/solib2.c: Likewise.
4665
b6304613
SM
46662015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4667
4668 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4669 * gdb.base/call-ar-st.exp: Likewise.
4670 * gdb.base/callfuncs.exp: Likewise.
4671 * gdb.base/condbreak.exp: Likewise.
4672 * gdb.base/constvars.exp: Likewise.
4673 * gdb.base/hbreak2.exp: Likewise.
4674 * gdb.base/langs.exp: Likewise.
4675 * gdb.base/list.exp: Likewise.
4676 * gdb.base/long_long.exp: Likewise.
4677 * gdb.base/ptype.exp: Likewise.
4678 * gdb.base/scope.exp: Likewise.
4679 * gdb.base/signals.exp: Likewise.
4680 * gdb.base/so-impl-ld.exp: Likewise.
4681 * gdb.base/varargs.exp: Likewise.
4682 * gdb.base/volatile.exp: Likewise.
4683 * gdb.base/whatis.exp: Likewise.
4684 * gdb.cp/cplusfuncs.exp: Likewise.
4685 * gdb.cp/inherit.exp: Likewise.
4686 * gdb.cp/local.exp: Likewise.
4687 * gdb.cp/member-ptr.exp: Likewise.
4688 * gdb.cp/method.exp: Likewise.
4689 * gdb.cp/overload.exp: Likewise.
4690 * gdb.cp/templates.exp: Likewise.
4691 * gdb.stabs/weird.exp: Likewise.
4692 * lib/compiler.c: Likewise.
4693 * lib/compiler.cc: Likewise.
4694 * lib/cp-support.exp: Likewise.
4695 * lib/gdb.exp: Likewise.
4696
bf401b07
SM
46972015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4698
4699 * configure.ac: Remove HP-UX case.
4700 * configure: Regenerate.
4701
aff9c0f8
SM
47022015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4703
4704 * lib/gdb.exp (gdb_compile): Add function doc.
4705
a6904d5a
PA
47062015-12-17 Pedro Alves <palves@redhat.com>
4707
4708 PR threads/19354
4709 * gdb.multi/info-threads.exp: New file.
4710
a22279dd
YQ
47112015-12-15 Yao Qi <yao.qi@linaro.org>
4712
4713 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4714 is aarch64*-*-*.
4715
0588c796
SL
47162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4717
4718 * gdb.base/history-duplicates.exp: Skip if no readline support.
4719
5d978e17
SL
47202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4721
4722 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4723
7e763b86
SL
47242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4725
4726 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4727
87a3a92c
SL
47282015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4729
4730 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4731 ctrl-C if nointerrupts target property is set.
4732 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4733 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4734 * gdb.base/paginate-bg-execution.exp: Likewise.
4735 * gdb.base/paginate-execution-startup.exp: Likewise.
4736 * gdb.base/random-signal.exp: Likewise.
4737 * gdb.base/range-stepping.exp: Likewise.
4738 * gdb.cp/annota2.exp: Likewise.
4739 * gdb.cp/annota3.exp: Likewise.
4740 * gdb.gdb/selftest.exp: Likewise.
4741 * gdb.threads/continue-pending-status.exp: Likewise.
4742 * gdb.threads/leader-exit.exp: Likewise.
4743 * gdb.threads/manythreads.exp: Likewise.
4744 * gdb.threads/pthreads.exp: Likewise.
4745 * gdb.threads/schedlock.exp: Likewise.
4746 * gdb.threads/sigthread.exp: Likewise.
4747
a8f077dc
DB
47482015-12-11 Don Breazeal <donb@codesourcery.com>
4749
4750 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4751 remote.
4752 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4753 * gdb.base/foll-exec.exp (main): Enable for target remote.
4754 * gdb.base/foll-fork.exp (main): Likewise.
4755 * gdb.base/foll-vfork.exp (main): Likewise.
4756 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4757 (proc continue_to_exit_bp_loc): Use clean_restart.
4758 * gdb.base/pie-execl.exp (main): Disable for target remote.
4759 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4760 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4761 * gdb.threads/execl.exp (main): Likewise.
4762 * gdb.threads/fork-child-threads.exp (main): Likewise.
4763 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4764 remote.
4765 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4766 remote.
4767 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4768 pid.tid style ptids, instead of just tid.
4769 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4770 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4771 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4772 ptids, instead of just tid.
4773
3b2464a8
AB
47742015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4775
4776 * gdb.base/list.exp (test_list_forward): Add end of file error
4777 test.
4778 (test_repeat_list_command): Add end of file error test.
4779 (test_list_backwards): Add beginning of file error test.
4780
a0def019
AB
47812015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4782
4783 * gdb.base/list.exp (test_list_invalid_args): New function,
4784 defined, and called.
4785
5c000dff
AB
47862015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4787
4788 * gdb.base/list.exp (test_list): Make test names unique.
4789
f1637ebe
YQ
47902015-12-11 Yao Qi <yao.qi@linaro.org>
4791
4792 * gdb.base/coremaker2.c: Remove.
4793
36d6fc0a
PA
47942015-12-10 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.multi/base.exp: Remove stale "spaces" references.
4797
762f7747
PA
47982015-12-10 Pedro Alves <palves@redhat.com>
4799
4800 * gdb.multi/base.exp: Don't use nowarnings.
4801 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4802 * gdb.multi/hangout.c: Include stdio.h.
4803 * gdb.multi/hello.c: Include stdlib.h.
4804 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4805 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4806 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4807
28d2bfb9
AB
48082015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4809
4810 * gdb.dwarf2/dw2-ranges-base.c: New file.
4811 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4812 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4813 support additional line table, and debug ranges generation.
4814 (Dwarf::ranges): New function, generate .debug_ranges.
4815 (Dwarf::lines): Support generating simple line table programs.
4816 (Dwarf::assemble): Initialise new namespace variables.
4817
5fc2beac
KB
48182015-12-09 Kevin Buettner <kevinb@redhat.com>
4819
4820 * gdb.base/async.exp (proc test_background): Add case for
4821 asynchronous execution not supported.
4822
1c35a88f
LM
48232015-12-09 Luis Machado <lgustavo@codesourcery.com>
4824
4825 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4826 format and change test names to make them unique.
4827
b593e3d9
RK
48282015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4829 Pedro Alves <pedro@redhat.com>
4830
4831 PR gdb/18702
4832 Add checking of floatformats setup on x86_64 hosts.
4833 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4834 (smallval, bigval): New labels/constants.
4835 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4836 float" after loading bigval and smallval.
4837
d72413e6
PMR
48382015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4839
4840 * gdb.ada/fun_overload_menu.exp: New testcase.
4841 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4842
ece66d65
JS
48432015-12-04 Josh Stone <jistone@redhat.com>
4844
4845 * gdb.base/catch-fork-static.exp: New.
4846
41d0efca
YQ
48472015-12-03 Yao Qi <yao.qi@linaro.org>
4848
4849 * gdb.base/sizeof.c: Don't include stdio.h and
4850 ../lib/unbuffer_output.c.
4851 (main): New variable 'size' and 'value'. Remove printf and
4852 gdb_unbuffer_output. Assign return value to size and value.
4853 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4854 at the beginning.
4855 (check_sizeof): Check the result by printing variable 'size'.
4856 (check_valueof): Check the result by printing variable 'value'.
4857
99fd02d9
YQ
48582015-12-01 Yao Qi <yao.qi@linaro.org>
4859
4860 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4861 for aarch64*-*-linux* target.
4862
f2faf941
PA
48632015-11-30 Pedro Alves <palves@redhat.com>
4864
4865 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4866
04bf20c5
PA
48672015-11-30 Pedro Alves <palves@redhat.com>
4868
4869 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4870 Handle non-stop mode vCont replies.
4871
09df4675
PA
48722015-11-30 Pedro Alves <palves@redhat.com>
4873
4874 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4875 prepare_for_testing. Start gdb with "set non-stop on" appended to
4876 GDBFLAGS. Lax expected stop output.
4877
58b584af
YQ
48782015-11-27 Yao Qi <yao.qi@linaro.org>
4879
4880 * gdb.arch/arm-neon.exp: New.
4881 * gdb.arch/arm-neon.c: New.
4882
dfcb77a8
YQ
48832015-11-27 Yao Qi <yao.qi@linaro.org>
4884
4885 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4886
88e8ec1b
YQ
48872015-11-27 Yao Qi <yao.qi@linaro.org>
4888
4889 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4890 frames-invalid annotation.
4891
bfde72c2
YQ
48922015-11-27 Yao Qi <yao.qi@linaro.org>
4893
4894 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4895
f6512a69
SM
48962015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4897
4898 * gdb.threads/names.exp: New file.
4899 * gdb.threads/names.c: New file.
4900 * README: Mention gdb,no_thread_names.
4901
46a3515b
MM
49022015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4903
4904 PR 19297
4905 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4906 support" error.
4907
62147a22
PA
49082015-11-24 Pedro Alves <palves@redhat.com>
4909
4910 PR 17539
4911 * gdb.base/display.exp: Expect displays to be sorted in ascending
4912 order. Use multi_line.
4913 * gdb.base/solib-display.exp: Likewise.
4914
2f341b6e
PA
49152015-11-24 Pedro Alves <palves@redhat.com>
4916
4917 PR 17539
25d49b86
PA
4918 * gdb.base/display.exp: Expect displays to be sorted in ascending
4919 order. Use multi_line.
4920 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4921
7e0aa6aa
PA
49222015-11-24 Pedro Alves <palves@redhat.com>
4923
4924 PR 17539
4925 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4926 threads in ascending order.
4927 * gdb.base/foll-fork.exp: Likewise.
4928 * gdb.base/foll-vfork.exp: Likewise.
4929 * gdb.base/multi-forks.exp: Likewise.
4930 * gdb.mi/mi-nonstop.exp: Likewise.
4931 * gdb.mi/mi-nsintrall.exp: Likewise.
4932 * gdb.multi/base.exp: Likewise.
4933 * gdb.multi/multi-arch.exp: Likewise.
4934 * gdb.python/py-inferior.exp: Likewise.
4935 * gdb.threads/break-while-running.exp: Likewise.
4936 * gdb.threads/execl.exp: Likewise.
4937 * gdb.threads/gcore-thread.exp: Likewise.
4938 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4939 * gdb.threads/kill.exp: Likewise.
4940 * gdb.threads/linux-dp.exp: Likewise.
4941 * gdb.threads/multiple-step-overs.exp: Likewise.
4942 * gdb.threads/next-bp-other-thread.exp: Likewise.
4943 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4944 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4945 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4946 * gdb.threads/thread-find.exp: Likewise.
4947 * gdb.threads/tls.exp: Likewise.
4948 * lib/mi-support.exp (mi_reverse_list): Delete.
4949 (mi_check_thread_states): No longer reverse list.
4950
2cc57ad8
PA
49512015-11-24 Pedro Alves <palves@redhat.com>
4952
4953 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4954 use lowercase.
4955
c93e8391
SM
49562015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4957
4958 * gdb.trace/actions.c: Include trace-common.h.
4959 (main): Add a location for a fast tracepoint.
4960 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4961 the normal tracepoints.
4962 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4963
045ccf91
SM
49642015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4965
4966 * save-trace.exp: Factor out code to these...
4967 (gdb_save_tracepoints): New.
4968 (gdb_load_tracepoints): New.
4969 (do_save_load_test): New.
4970
5506f9f6
KB
49712015-11-23 Kevin Buettner <kevinb@redhat.com>
4972
4973 * gdb.base/asmlabel.exp: New test.
4974 * gdb.base/asmlabel.c: New test case.
4975
16c3b12f
JB
49762015-11-23 Joel Brobecker <brobecker@adacore.com>
4977
4978 * gdb.base/wrong_frame_bt_full-main.c: New file.
4979 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4980 * gdb.base/wrong_frame_bt_full.exp: New file.
4981
155bfbd3
JB
49822015-11-23 Joel Brobecker <brobecker@adacore.com>
4983
4984 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4985
bb097445
JM
49862015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4987
206853a0 4988 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4989 pstate register when comparing registers values in
4990 sparc64-*-linux-gnu targets to avoid spurious differences.
4991
9c88ed8f
JM
49922015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4993
206853a0 4994 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4995
96161e25
SL
49962015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4997
4998 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4999 as type argument to gdb_compile.
5000 * gdb.base/nested-subp2.exp: Likewise.
5001 * gdb.base/nested-subp3.exp: Likewise.
5002
340c2830
DV
50032015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5004
5005 * lib/dwarf.exp (_note): Fix left shift of negative value.
5006 * gdb.trace/trace-condition.exp: Likewise.
5007
c1862d0f
YQ
50082015-11-13 Yao Qi <yao.qi@linaro.org>
5009
5010 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5011 comments about d10v.
5012 (test_scalar_returns): Likewise.
5013 * gdb.base/d10v.ld: Remove.
5014 * gdb.base/overlays.exp: Remove the target triplet checking for
5015 d10v-*-*.
5016 * gdb.base/structs.exp (test_struct_returns): Remove the
5017 comments about d10v.
5018 (test_struct_calls): Likewise.
5019
77ae9c19
YQ
50202015-11-13 Yao Qi <yao.qi@linaro.org>
5021
5022 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5023 * gdb.base/gnu_vector.c: Don't include stdio.h.
5024 (main): Don't print res and call add_some_intvecs.
5025
430e004e
MK
50262015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5027
5028 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5029 macro.
5030 (func5): Removed.
5031 (func4): Use FAST_TRACEPOINT_LABEL.
5032 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5033 macro.
5034 (func): Removed.
5035 (thread_function): Use FAST_TRACEPOINT_LABEL.
5036 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5037 (func): Remove.
5038 (marker): Use FAST_TRACEPOINT_LABEL.
5039 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5040 (pendfunc1): Remove.
5041 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5042 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5043 (foo): Remove.
5044 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5045 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5046 macro.
5047 (func): Remove.
5048 (marker): Use FAST_TRACEPOINT_LABEL.
5049 * gdb.trace/trace-common.h: New header.
5050 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5051 macro.
5052 (func): Remove.
5053 (marker): Use FAST_TRACEPOINT_LABEL.
5054 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5055 (func): Remove.
5056 (thread_function): Use FAST_TRACEPOINT_LABEL.
5057
6e7675a7
MK
50582015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5059
5060 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5061 in front.
5062 * gdb.trace/change-loc.exp: Use global pcreg definition.
5063 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5064 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5065 in front.
5066 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5067 * gdb.trace/pending.exp: Likewise.
5068 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5069 * gdb.trace/trace-break.exp: Likewise.
5070 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5071 in front.
5072 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5073 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5074 in front.
5075 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5076
dddc0e16
JB
50772015-11-09 Joel Brobecker <brobecker@adacore.com>
5078
5079 * gdb.ada/fin_fun_out: New testcase.
5080
c6f0b406
KB
50812015-11-07 Kevin Buettner <kevinb@redhat.com>
5082
5083 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5084 value associated with DW_AT_byte_size.
5085 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5086 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5087 DW_AT_upper_bound.
5088
f01dcfd9
KB
50892015-11-07 Kevin Buettner <kevinb@redhat.com>
5090
5091 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5092 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5093 version.
5094 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5095 gdb.dwarf2/dw2-canonicalize-type.exp,
5096 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5097 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5098 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5099 provided by gdb_target_symbol_prefix_flags_asm.
5100 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5101 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5102 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5103 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5104 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5105 macros where needed). Use this macro for symbols which require
5106 the prefix provided by SYMBOL_PREFIX.
5107
2223449a
KB
51082015-11-05 Kevin Buettner <kevinb@redhat.com>
5109
5110 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5111 New procs.
5112 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5113 representing expressions, of more than one list element.
5114 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5115 to prepend linker symbol prefix to f.
5116 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5117 table_1 and table_2.
5118 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5119 Likewise, for f and g.
5120 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5121 for ptr.
5122 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5123 for main.
5124 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5125 table_1_ptr and table_2_ptr.
5126
6f2f1a3a
JK
51272015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5128 Joel Brobecker <brobecker@adacore.com>
5129
5130 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5131
566c56c9
MK
51322015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5133
5134 * gdb.reverse/s390-mvcle.c: New test.
5135 * gdb.reverse/s390-mvcle.exp: New file.
5136 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5137
d5f0636b
MK
51382015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5139
5140 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5141
7ad8b86c
MK
51422015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5143
5144 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5145 reaching marker2.
5146 * gdb.reverse/getresuid-reverse.exp: Likewise.
5147 * gdb.reverse/pipe-reverse.exp: Likewise.
5148 * gdb.reverse/readv-reverse.exp: Likewise.
5149 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5150 * gdb.reverse/time-reverse.exp: Likewise.
5151 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5152
4081c0f1
YQ
51532015-10-30 Yao Qi <yao.qi@linaro.org>
5154
5155 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5156 (empty_cycle): Remove.
5157 (main): Don't call empty_cycle. Don't use watch_count_done.
5158 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5159 empty_cycle. Rewrite the code counting HW watchpoints.
5160
452b4ba5
MK
51612015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5162
5163 * gdb.reverse/fstatat-reverse.c: New test.
5164 * gdb.reverse/fstatat-reverse.exp: New file.
5165 * gdb.reverse/getresuid-reverse.c: New test.
5166 * gdb.reverse/getresuid-reverse.exp: New file.
5167 * gdb.reverse/pipe-reverse.c: New test.
5168 * gdb.reverse/pipe-reverse.exp: New file.
5169 * gdb.reverse/readv-reverse.c: New test.
5170 * gdb.reverse/readv-reverse.exp: New file.
5171 * gdb.reverse/recvmsg-reverse.c: New test.
5172 * gdb.reverse/recvmsg-reverse.exp: New file.
5173 * gdb.reverse/time-reverse.c: New test.
5174 * gdb.reverse/time-reverse.exp: New file.
5175 * gdb.reverse/waitpid-reverse.c: New test.
5176 * gdb.reverse/waitpid-reverse.exp: New file.
5177
5e2e7507
JK
51782015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5179
5180 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5181
0fde2c53
DE
51822015-10-26 Doug Evans <dje@google.com>
5183
5184 PR symtab/17391
5185 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5186 * gdb.dwarf2/bad-regnum.c: New file.
5187 * gdb.dwarf2/bad-regnum.exp: New file.
5188
1a70ae97
DE
51892015-10-26 Doug Evans <dje@google.com>
5190
5191 PR python/18938
5192 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5193 file.
5194
27dc26ab
JK
51952015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5196
5197 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5198 for a change by "Mention language in compile error message".
5199
bed91f4d
SM
52002015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5201
5202 PR python/18073
5203 * gdb.python/py-type.c (C::a_method): New.
5204 (C::a_const_method): New.
5205 (C::a_static_method): New.
5206 (a_function): New.
5207 * gdb.python/py-type.exp (test_fields): Test getting fields
5208 from function and method.
5209
3f2f83dd
KB
52102015-10-21 Keven Boell <keven.boell@intel.com>
5211
5212 * gdb.fortran/vla-alloc-assoc.exp: New file.
5213 * gdb.fortran/vla-datatypes.exp: New file.
5214 * gdb.fortran/vla-datatypes.f90: New file.
5215 * gdb.fortran/vla-history.exp: New file.
5216 * gdb.fortran/vla-ptype-sub.exp: New file.
5217 * gdb.fortran/vla-ptype.exp: New file.
5218 * gdb.fortran/vla-sizeof.exp: New file.
5219 * gdb.fortran/vla-sub.f90: New file.
5220 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5221 * gdb.fortran/vla-value-sub-finish.exp: New file.
5222 * gdb.fortran/vla-value-sub.exp: New file.
5223 * gdb.fortran/vla-value.exp: New file.
5224 * gdb.fortran/vla-ptr-info.exp: New file.
5225 * gdb.mi/mi-vla-fortran.exp: New file.
5226 * gdb.mi/vla.f90: New file.
5227
27145d50
SL
52282015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5229
5230 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5231 of hardwired timeout value.
5232
5f3ff4f8
JK
52332015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5234 Pedro Alves <palves@redhat.com>
5235
5236 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5237 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5238
bfd09d20
JS
52392015-10-19 Josh Stone <jistone@redhat.com>
5240
5241 * gdb.base/catch-syscall.c: Include <sched.h>.
5242 (unknown_syscall): New variable.
5243 (main): Trigger a vfork and an unknown syscall.
5244 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5245 (unknown_syscall_number): Likewise.
5246 (check_call_to_syscall): Accept an optional syscall pattern.
5247 (check_return_from_syscall): Likewise.
5248 (check_continue): Likewise.
5249 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5250 (test_catch_syscall_skipping_return): New test toggling off 'catch
5251 syscall' to step over the syscall return, then toggling back on.
5252 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5253 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5254 (do_syscall_tests): Call test_catch_syscall_without_args and
5255 test_catch_syscall_mid_vfork.
5256 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5257 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5258
b32b93c6
AS
52592015-10-19 Andrew Stubbs <ams@codesourcery.com>
5260
5261 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5262 print g_vE): Add new pass patterns.
5263 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5264 print various symbol names for vptr fields.
5265
9d622bda
AB
52662015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5267
5268 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5269 results.
5270
0fd8ac1c
YQ
52712015-10-12 Yao Qi <yao.qi@linaro.org>
5272
5273 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5274
34240514
YQ
52752015-10-12 Yao Qi <yao.qi@linaro.org>
5276
5277 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5278 is aarch64*-*-linux*.
5279
8240f442
YQ
52802015-10-12 Yao Qi <yao.qi@linaro.org>
5281
5282 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5283 (can_relocate_bcond_true): ... it.
5284 (can_relocate_bcond_false): New function.
5285 (foo): Likewise.
5286 (can_relocate_bl): Likewise.
5287 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5288 can_relocate_bl.
5289
2520f728
PMR
52902015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5291
5292 * gdb.base/nested-addr.c: New file.
5293 * gdb.base/nested-addr.exp: New testcase.
5294
abcef95a
MM
52952015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5296
5297 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5298 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5299 its output. Ignore the output of "record goto begin" and instead
5300 check that GDB is replaying.
5301
145e3ddb
PA
53022015-10-09 Pedro Alves <palves@redhat.com>
5303
5304 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5305 (top level): Use it in the run with no args test.
5306
d5d8c4e1
IB
53072015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5308
5309 * gdb.dlang/properties.exp: New file.
5310
06e635ef
SL
53112015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5312
5313 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5314 whether or not address 0x1000 is mapped on the target.
5315
e019fd1d
SM
53162015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5317
5318 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5319 build.
5320
77ba2a67
MM
53212015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5322
5323 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5324 instruction-history test.
5325
c60eb31f
DE
53262015-09-28 Doug Evans <dje@google.com>
5327
5328 * gdb.base/gcore.c (array_func): Add reference to static_array.
5329
9a3c8263
SM
53302015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5331
5332 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5333 source line.
5334
9720e656
SL
53352015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5336
5337 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5338 short or char as base type.
5339
938d3bf2
SL
53402015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5341
5342 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5343 to allow any size enum.
5344
e6c2c623
PMR
53452015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5346
5347 * gdb.ada/array_ptr_renaming.exp: New testcase.
5348 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5349 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5350
06da0f77
PL
53512015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5352
5353 * gdb.trace/ftrace-lock.c: New file.
5354 * gdb.trace/ftrace-lock.exp: New file.
5355
4f51c22a
PL
53562015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5357
5358 * gdb.arch/insn-reloc.c: New file.
5359 * gdb.arch/ftrace-insn-reloc.exp: New file.
5360
7041adf4
PL
53612015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5362
5363 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5364 instruction.
5365 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5366 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5367 * gdb.trace/range-stepping.c: Likewise.
5368 * gdb.trace/trace-break.c: Likewise.
5369 * gdb.trace/trace-mt.c (thread_function): Likewise.
5370 * gdb.trace/ftrace.c (marker): Likewise.
5371 * gdb.trace/trace-condition.c (marker): Likewise.
5372 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5373 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5374 is_aarch64_target.
5375
015d2e7e
DE
53762015-09-18 Doug Evans <xdje42@gmail.com>
5377
5378 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5379 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5380
26b188a2
SL
53812015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5382
5383 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5384 the breakpoint.
5385
79dc332b
SL
53862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5387
5388 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5389 the pending breakpoint. Remove timeout override for "Run till
5390 MI pending breakpoint on pendfunc3 on thread 2" test.
5391
f57929f2
SL
53922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5393
5394 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5395 filename pattern.
5396
3f469b17
SL
53972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5398
5399 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5400 in breakpoint filename pattern.
5401
515b89b3
SL
54022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5403
7800dbe4
SL
5404 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5405
54062015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5407
515b89b3
SL
5408 * gdb.linespec/explicit.exp: Check for readline support for
5409 tab-completion tests. Fix obvious typo.
5410
d2939ba2
MM
54112015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5412
5413 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5414 and replay.
5415
cbb55fa7
MM
54162015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5417
5418 * gdb.btrace/non-stop.c: New.
5419 * gdb.btrace/non-stop.exp: New.
5420
43691ca1
PL
54212015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5422 Yao Qi <yao.qi@linaro.org>
5423
5424 * gdb.trace/trace-condition.c: New file.
5425 * gdb.trace/trace-condition.exp: New file.
5426
d78908cf
WW
54272015-09-16 Wei-cheng Wang <cole945@gmail.com>
5428
5429 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5430 for testing bytecode compilation.
5431
1ed415e2
PA
54322015-09-16 Pedro Alves <palves@redhat.com>
5433 Sandra Loosemore <sandra@codesourcery.com>
5434
5435 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5436 (SECONDS): Redefine.
5437 (main): Call pthread_kill and alarm early.
5438 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5439 support.
5440 (test): If the target can't hardware step and doesn't support
5441 displaced stepping, increase the timeout.
5442
d136eff5
PA
54432015-09-16 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5446 (enable_debug): New procedures.
5447 (test): Use them. Bail out if waiting for threads fails.
5448 (top level): Bail out if a test fails.
5449
991f019c
YQ
54502015-09-16 Yao Qi <yao.qi@linaro.org>
5451
5452 * gdb.asm/asm-source.exp: Set asm-arch for
5453 aarch64*-*-* target.
5454 * gdb.asm/aarch64.inc: New file.
5455
bfca584f
PMR
54562015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5457
5458 * gdb.ada/array_of_variable_length.exp: New testcase.
5459 * gdb.ada/array_of_variable_length/foo.adb: New file.
5460 * gdb.ada/array_of_variable_length/pck.adb: New file.
5461 * gdb.ada/array_of_variable_length/pck.ads: New file.
5462
b326e587
DE
54632015-09-15 Doug Evans <dje@google.com>
5464
5465 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5466 of function static local variable.
5467
5382cfab
PW
54682015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5469
5470 * gdb.threads/tls-so_extern.exp: New test file.
5471 * gdb.threads/tls-so_extern.c: New test file.
5472 * gdb.threads/tls-so_extern_main.c: New test file.
5473
141c5cc4
JK
54742015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5475
5476 * gdb.opt/solib-intra-step-lib.c: New file.
5477 * gdb.opt/solib-intra-step-main.c: New file.
5478 * gdb.opt/solib-intra-step.exp: New file.
5479
d15dcecd
PA
54802015-09-15 Pedro Alves <palves@redhat.com>
5481
5482 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5483 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5484
4c2f2a79
PA
54852015-09-14 Pedro Alves <palves@redhat.com>
5486
5487 * gdb.base/hook-stop-continue.c: Delete.
5488 * gdb.base/hook-stop-continue.exp: Delete.
5489 * gdb.base/hook-stop-frame.c: Delete.
5490 * gdb.base/hook-stop-frame.exp: Delete.
5491 * gdb.base/hook-stop.c: New file.
5492 * gdb.base/hook-stop.exp: New file.
5493
919e6dbe
PMR
54942015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5495
5496 * gdb.ada/access_to_packed_array.exp: New testcase.
5497 * gdb.ada/access_to_packed_array/foo.adb: New file.
5498 * gdb.ada/access_to_packed_array/pack.adb: New file.
5499 * gdb.ada/access_to_packed_array/pack.ads: New file.
5500
157280a4
MM
55012015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5502
5503 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5504 buffer size test.
5505
2fd33e94
DB
55062015-09-11 Don Breazeal <donb@codesourcery.com>
5507
5508 * gdb.base/foll-exec.c: Add copyright header. Fix
5509 formatting issues.
5510 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5511 (do_exec_tests): Use clean_restart in place of zap_session,
5512 and for test initialization. Fix formatting issues. Use
5513 fail in place of perror.
5514 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5515 an expect statement to match an expression with output from
5516 the program under debug.
5517 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5518 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5519 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5520 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5521 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5522
e70b6e8e
DE
55232015-09-09 Doug Evans <dje@google.com>
5524
5525 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5526
7a551a51
DE
55272015-09-09 Doug Evans <dje@google.com>
5528
5529 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5530
4c666f84
DE
55312015-09-09 Doug Evans <dje@google.com>
5532
5533 * gdb.base/savedregs.exp: Fix typo.
5534
243a9253
PA
55352015-09-09 Pedro Alves <palves@redhat.com>
5536
5537 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5538
c0fa8fbd
SL
55392015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5540
5541 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5542 command actually switches threads. Give up on remaining
5543 tests if target fails to stop at breakpoint.
5544
cd7c1778
PMR
55452015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5546
5547 * gdb.ada/funcall_char.exp: New testcase.
5548 * gdb.ada/funcall_char/foo.adb: New file.
5549
dc5c8746
PMR
55502015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5551
5552 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5553 expected outputs. Add two testcases for completing ambiguous
5554 functions.
5555 * gdb.ada/complete/aux_pck.adb: New file.
5556 * gdb.ada/complete/aux_pck.ads: New file.
5557 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5558 Ambiguous_Func functions.
5559 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5560 * gdb.ada/complete/pck.adb: Likewise.
5561
4e83a1e7
UW
55622015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5563
5564 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5565 failures to run the test program under GDB.
5566
8ce74153
LM
55672015-08-26 Luis Machado <lgustavo@codesourcery.com>
5568
5569 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5570 to C.
5571
e9756d52
PP
55722015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5573
5574 * gdb.base/run-after-attach.exp: New test file.
5575 * gdb.base/run-after-attach.c: New test file.
5576
8d37573b
DB
55772015-08-26 Don Breazeal <donb@codesourcery.com>
5578
5579 * gdb.base/foll-exec-2.c: New test program.
5580 * gdb.base/foll-exec-2.exp: New test.
5581
63e43d3a
PMR
55822015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5583
5584 * gdb.base/nested-subp1.exp: New file.
5585 * gdb.base/nested-subp1.c: New file.
5586 * gdb.base/nested-subp2.exp: New file.
5587 * gdb.base/nested-subp2.c: New file.
5588 * gdb.base/nested-subp3.exp: New file.
5589 * gdb.base/nested-subp3.c: New file.
5590
3d40fbb5
PA
55912015-08-24 Pedro Alves <palves@redhat.com>
5592
5593 * gdb.server/connect-without-multi-process.c: New file.
5594 * gdb.server/connect-without-multi-process.exp: New file.
5595
4422ac93
LM
55962015-08-24 Luis Machado <lgustavo@codesourcery.com>
5597
5598 * gdb.opt/inline-markers.c: Make z int.
5599
91dddb86
LM
56002015-08-24 Luis Machado <lgustavo@codesourcery.com>
5601
5602 * gdb.opt/inline-markers.c: Make z volatile.
5603
a48847ee
LM
56042015-08-24 Luis Machado <lgustavo@codesourcery.com>
5605
5606 * gdb.opt/inline-bt.c: New volatile global z.
5607 * gdb.opt/inline-cmds.c: Likewise.
5608 * gdb.opt/inline-locals.c: Likewise.
5609 * gdb.opt/inline-markers.c: New extern global z.
5610 (marker): Use z.
5611 (inline_fn): Likewise.
5612
0ebbc52b
PA
56132015-08-24 Pedro Alves <palves@redhat.com>
5614
5615 * config/m32r-stub.exp: Remove file.
5616 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5617 * gdb.base/call-rt-st.exp: Likewise.
5618 * gdb.base/call-strs.exp: Likewise.
5619 * gdb.base/default.exp: Remove references to h8300-*-hms and
5620 *-*-udi*.
5621 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5622
77c365df
AA
56232015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5624
5625 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5626 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5627 and "return" use KFAIL when GDB can not read/write the vector
5628 return value.
5629
4313b8c0
GB
56302015-08-21 Gary Benson <gbenson@redhat.com>
5631
5632 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5633
0e433b32
PA
56342015-08-20 Pedro Alves <palves@redhat.com>
5635
5636 * gdb.server/solib-list.exp: No longer expect an interior stop in
5637 non-stop mode.
5638
221e1a37
PA
56392015-08-20 Pedro Alves <palves@redhat.com>
5640
5641 * gdb.server/connect-stopped-target.c: New file.
5642 * gdb.server/connect-stopped-target.exp: New file.
5643
40e3ad0e
PA
56442015-08-20 Pedro Alves <palves@redhat.com>
5645
5646 * gdb.dwarf2/comp-unit-lang.exp: New file.
5647 * gdb.dwarf2/comp-unit-lang.c: New file.
5648
af39b327
PMR
56492015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5650
5651 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5652 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5653
7d45c7c3 56542015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5655
7d45c7c3
KB
5656 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5657 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5658
4d6cceb4
DE
56592015-08-18 Doug Evans <dje@google.com>
5660 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5661
5662 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5663 skip_python_tests. New arg prompt_regexp.
5664 (skip_python_tests): New function.
5665 * lib/mi-support.exp (mi_skip_python_tests): New function.
5666 * gdb.python/py-mi-objfile-gdb.py: New file.
5667 * gdb.python/py-mi-objfile.c: New file.
5668 * gdb.python/py-mi-objfile.exp: New file.
5669
ad89c2aa
KS
56702015-08-17 Keith Seitz <keiths@redhat.com>
5671
5672 * gdb.linespec/explicit.exp: Move strace test from here ...
5673 * gdb.trace/strace.exp: ... to here.
5674
e3ae3c43
PP
56752015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5676
5677 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5678 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5679
604b2636
DE
56802015-08-14 Doug Evans <xdje42@gmail.com>
5681
5682 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5683 inferior before selecting a new file.
5684
6ff0ba5f
DE
56852015-08-14 Doug Evans <xdje42@gmail.com>
5686
5687 * gdb.mi/mi-disassemble.exp: Update.
5688 * gdb.base/disasm-optim.S: New file.
5689 * gdb.base/disasm-optim.c: New file.
5690 * gdb.base/disasm-optim.h: New file.
5691 * gdb.base/disasm-optim.exp: New file.
5692
9ca98f92
KS
56932015-08-14 Keith Seitz <keiths@redhat.com>
5694
5695 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5696 "evaluated-by".
5697
52bbc560
JB
56982015-08-13 Joel Brobecker <brobecker@adacore.com>
5699
5700 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5701
5d8c3ed3
PMR
57022015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5703
5704 * gdb.ada/fun_renaming.exp: New testcase.
5705 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5706 * gdb.ada/fun_renaming/pack.adb: New file.
5707 * gdb.ada/fun_renaming/pack.ads: New file.
5708
ea8812bc
KS
57092015-08-12 Keith Seitz <keiths@redhat.com>
5710
5711 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5712 gdb_get_line_number.
5713
4dafcdeb
JB
57142015-08-12 Joel Brobecker <brobecker@adacore.com>
5715
5716 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5717 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5718 gdb.base/dso2dso.exp: New files.
5719
5ba32597
SDJ
57202015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5721 Pedro Alves <palves@redhat.com>
5722 Keith Seitz <keiths@redhat.com>
5723
5724 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5725 GDBFLAGS.
5726
b6dafabf
PP
57272015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5728
5729 * gdb.base/gdbhistsize-history.exp
5730 (test_histsize_history_setting): Use save_vars.
5731 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5732 Use save_vars.
5733 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5734 * gdb.base/readline.exp: Use save_vars.
5735
abe8e607
PP
57362015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5737
5738 * lib/gdb.exp (save_vars): New proc.
5739
629500fa
KS
57402015-08-11 Keith Seitz <keiths@redhat.com>
5741
5742 * gdb.base/help.exp: Update help_breakpoint_text.
5743
eb8c4e2e
KS
57442015-08-11 Keith Seitz <keiths@redhat.com>
5745
5746 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5747 (at toplevel): Call test_explicit_breakpoints.
5748 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5749 breakpoints.
5750 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5751 breakpoint conditions, "-cond".
5752
87f0e720
KS
57532015-08-11 Keith Seitz <keiths@redhat.com>
5754
5755 * gdb.linespec/3explicit.c: New file.
5756 * gdb.linespec/cpexplicit.cc: New file.
5757 * gdb.linespec/cpexplicit.exp: New file.
5758 * gdb.linespec/explicit.c: New file.
5759 * gdb.linespec/explicit.exp: New file.
5760 * gdb.linespec/explicit2.c: New file.
5761 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5762 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5763 before using in the matching pattern.
5764 Clarify that `prefix' is a regular expression.
5765
f00aae0f
KS
57662015-08-11 Keith Seitz <keiths@redhat.com>
5767
5768 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5769 test.
5770 Add tests for missing ",FMT" and ",".
5771
e27852be
DE
57722015-08-10 Doug Evans <dje@google.com>
5773 Keith Seitz <keiths@redhat.com>
5774
5775 PR gdb/17960
5776 * gdb.base/completion.exp: Add location completer tests.
5777
7f03bd92
PA
57782015-08-07 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5781 tests here.
5782 (top level): Run do_test with and without displaced stepping.
5783
3fc8eb30
PA
57842015-08-07 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.base/valgrind-disp-step.c: New file.
5787 * gdb.base/valgrind-disp-step.exp: New file.
5788
d4569d7b
PA
57892015-08-07 Pedro Alves <palves@redhat.com>
5790
5791 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5792 Delete function.
5793 (main): Add alarm. Run an infinite loop instead of calling
5794 wait_threads.
5795 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5796 comment.
5797 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5798 Delete function.
5799 (main): Add alarm. Run an infinite loop instead of calling
5800 wait_threads.
5801 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5802 comment.
5803
e1316e60
PA
58042015-08-07 Pedro Alves <palves@redhat.com>
5805
5806 * gdb.base/checkpoint-ns.exp: New file.
5807 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5808 standard_testfile.
5809
da8c46d2
MM
58102015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5811
5812 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5813 * gdb.btrace/instruction_history.exp: Update.
5814 * gdb.btrace/tsx.exp: New.
5815 * gdb.btrace/tsx.c: New.
5816
de1c2c52
PA
58172015-08-06 Pedro Alves <palves@redhat.com>
5818
5819 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5820 increase timeout.
5821 * gdb.reverse/until-precsave.exp: Bump timeouts.
5822
782e0bf4
PA
58232015-08-06 Pedro Alves <palves@redhat.com>
5824
5825 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5826
83e97ed0
PA
58272015-08-06 Pedro Alves <palves@redhat.com>
5828
5829 PR gdb/18749
5830 * gdb.threads/process-dies-while-handling-bp.c: New file.
5831 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5832
863d01bd
PA
58332015-08-06 Pedro Alves <palves@redhat.com>
5834
5835 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5836 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5837
0a39bb32
PA
58382015-08-05 Pedro Alves <palves@redhat.com>
5839
5840 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5841 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5842
ee2d2b10
SL
58432015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5844
5845 * gdb.base/bp-permanent.exp: Report test as unsupported if
5846 the target cannot stop at the permanent breakpoint.
5847
4e1bdb00
DE
58482015-08-03 Doug Evans <dje@google.com>
5849
5850 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5851 10000.
5852
3d338901
DE
58532015-08-03 Doug Evans <dje@google.com>
5854
5855 * Makefile.in (workers/%.worker, build-perf): New rule.
5856 (GDB_PERFTEST_MODE): New variable.
5857 (check-perf): Use it.
5858 (clean): Clean up gdb.perf parallel build subdirs.
5859 * lib/build-piece.exp: New file.
5860 * lib/gdb.exp (make_gdb_parallel_path): New function
5861 (standard_output_file, standard_temp_file): Call it.
5862 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5863 of $GDB_PARALLEL.
5864 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5865
af061d3e
DE
58662015-08-03 Doug Evans <dje@google.com>
5867
8e1afc81 5868 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5869 (LOG_FILE_NAME): New global.
5870 (TextReporter.__init__): Initialize self.txt_sum.
5871 (TextReporter.report): Add support for multiple data-points.
5872 Move report to perftest.sum, put raw data in perftest.log.
5873 (TextReporter.start): Open sum and log files.
5874 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5875 * gdb.perf/lib/perftest/testresult.py
5876 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5877
2c8c5d37
PA
58782015-07-31 Pedro Alves <palves@redhat.com>
5879
5880 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5881 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5882 kill_wait_spawned_process instead of explicit "kill -9".
5883 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5884 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5885 kill_wait_spawned_process.
5886 * gdb.base/attach-twice.exp: Likewise.
5887 * gdb.base/attach.exp: Likewise.
5888 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5889 gdb_test_multiple.
5890 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5891 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5892 kill_wait_spawned_process.
5893 * gdb.base/valgrind-infcall.exp: Likewise.
5894 * gdb.multi/multi-attach.exp: Likewise.
5895 * gdb.python/py-prompt.exp: Likewise.
5896 * gdb.python/py-sync-interp.exp: Likewise.
5897 * gdb.server/ext-attach.exp: Likewise.
5898 * gdb.threads/attach-into-signal.exp (corefunc): Use
5899 spawn_wait_for_attach, spawn_id_get_pid and
5900 kill_wait_spawned_process.
5901 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5902 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5903 spawn_id_get_pid and kill_wait_spawned_process.
5904 * gdb.threads/attach-stopped.exp (corefunc): Use
5905 spawn_wait_for_attach, spawn_id_get_pid and
5906 kill_wait_spawned_process.
5907 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5908 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5909 kill_wait_spawned_process instead of explicit "kill -9".
5910 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5911 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5912 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5913 processes. Don't map cygwin/windows pids here. Now returns a
5914 spawn id list.
5915
032a0fca
SL
59162015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5917
5918 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5919 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5920 correct patch.
5921
61a934ca
SL
59222015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5923
5924 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5925
4bc4d428
SL
59262015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5927
5928 Reapply:
5929 2014-05-21 Mark Wielaard <mjw@redhat.com>
5930
5931 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5932
998d452a
PA
59332015-07-30 Pedro Alves <palves@redhat.com>
5934
5935 * linux-low.c (handle_extended_wait): Set the child's last
5936 reported status to TARGET_WAITKIND_STOPPED.
5937
69dde7dc
PA
59382015-07-30 Pedro Alves <palves@redhat.com>
5939
5940 PR threads/18600
5941 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5942 only shows inferior 1.
5943
4dd63d48
PA
59442015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5945 Pedro Alves <palves@redhat.com>
5946
5947 PR threads/18600
5948 * gdb.threads/fork-plus-threads.c: New file.
5949 * gdb.threads/fork-plus-threads.exp: New file.
5950
d618e4c5
PP
59512015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5952
5953 * gdb.base/batch-preserve-term-settings.exp
5954 (test_terminal_settings_preserved_after_cli_exit): Use
5955 send_quit_command.
5956
1eef6428
PA
59572015-07-29 Pedro Alves <palves@redhat.com>
5958 Don Breazeal <donb@codesourcery.com>
5959
5960 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5961 output from both inferior_spawn_id and gdb_spawn_id.
5962
7da5b897
SDJ
59632015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5964
5965 * gdb.threads/attach-into-signal.exp (corefunc): Use
5966 with_test_prefix on nested loops, uniquefying the test messages.
5967
dac804df
SDJ
59682015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5969
5970 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5971 commit.
5972
06265e53
PP
59732015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5974
5975 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5976 New proc.
5977 (test_terminal_settings_preserved_after_sigterm): New test.
5978
18206ca3
PP
59792015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5980
5981 * gdb.base/batch-preserve-term-settings.exp
5982 (test_terminal_settings_preserved_after_cli_exit): New test.
5983
90074d11
PP
59842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5985
5986 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5987 manipulation of saved_gdbflags.
5988 (test_terminal_settings_preserved): Remove global declaration of
5989 the unused variable pagination_prompt. Remove manipulation of
5990 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5991 GDBFLAGS.
5992
eb1a7902
PA
59932015-07-29 Pedro Alves <palves@redhat.com>
5994
5995 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5996
8b75dd3b
PA
59972015-07-29 Pedro Alves <palves@redhat.com>
5998
5999 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6000 at the top.
6001
dedad4e3
PA
60022015-07-29 Pedro Alves <palves@redhat.com>
6003
6004 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6005 (main): Call gdb_unbuffer_output.
6006 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6007 (main): Call gdb_unbuffer_output.
6008 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6009 (main): Call gdb_unbuffer_output.
6010 * gdb.base/call-strs.exp: Adjust to step over the
6011 gdb_unbuffer_output call.
6012 * gdb.base/catch-gdb-caused-signals.c: Include
6013 "../lib/unbuffer_output.c".
6014 (main): Call gdb_unbuffer_output.
6015 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6016 (main): Call gdb_unbuffer_output.
6017 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6018 (main): Call gdb_unbuffer_output.
6019 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6020 (main): Call gdb_unbuffer_output.
6021 * gdb.base/shlib-call.exp: Adjust to step over the
6022 gdb_unbuffer_output call.
6023 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6024 (main): Call gdb_unbuffer_output.
6025 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6026 (main): Call gdb_unbuffer_output.
6027 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6028 (main): Rename to ...
6029 (test): ... this.
6030 (main): Reimplement.
6031 * gdb.base/varargs.exp: Run to test instead of to main.
6032 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6033 (main): Call gdb_unbuffer_output.
6034
58789a91
PA
60352015-07-29 Pedro Alves <palves@redhat.com>
6036
6037 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6038 factore out from mi_continue_dprintf. For call-style dprintfs,
6039 expect dprintf output out of $inferior_spawn_id.
6040 (mi_continue_dprintf): Use mi_expect_dprintf.
6041 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6042 (main): Call gdb_unbuffer_output.
6043
e8376742
PA
60442015-07-29 Pedro Alves <palves@redhat.com>
6045
6046 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6047 (default_mi_gdb_start): Set inferior_spawn_id instead of
6048 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6049 gdb_spawn_id.
6050 (mi_gdb_test): Always expect inferior output from both
6051 $inferior_spawn_id and $gdb_spawn_id.
6052
08280010
PA
60532015-07-29 Pedro Alves <palves@redhat.com>
6054
6055 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6056 send_inferior and $inferior_spawn_id.
6057
4d30e432
PA
60582015-07-29 Pedro Alves <palves@redhat.com>
6059
6060 * gdb.gdb/complaints.exp (test_initial_complaints)
6061 (test_serial_complaints, test_short_complaints): Use
6062 gdb_test_stdio.
6063 (test_empty_complaint): Handle $inferior_spawn_id !=
6064 $gdb_spawn_id.
6065
0d30a335
PA
60662015-07-29 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.base/varargs.exp: Use gdb_test_stdio.
6069
39413b29
PA
60702015-07-29 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6073
7cb000a9
PA
60742015-07-29 Pedro Alves <palves@redhat.com>
6075
6076 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6077
d7b8ac82
PA
60782015-07-29 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6081 parameter into two new parameters, "inf_result" and "gdb_result".
6082 Expect inferior output and gdb output from $inferior_spawn_id and
6083 $gdb_spawn_id, respectively. Adjust all callers.
6084
789c3a0c
PA
60852015-07-29 Pedro Alves <palves@redhat.com>
6086
6087 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6088 of gdb_test_sequence.
6089
77e760c3
PA
60902015-07-29 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6093 (saw_spurious_output): Expect inferior output from
6094 $inferior_spawn_id. Use gdb_test_stdio.
6095
8396d2cd
PA
60962015-07-29 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.base/dprintf.exp: Use standard_testfile. Change
6099 prepare_for_testing call.
6100 (srcfile): Don't set.
6101 (restart): New procedure.
6102 (test_dprintf): New procecure, use to continue over dprintfs.
6103 (test_call, test_agent): New procedures, tests moved here.
6104 Restart gdb and recreate dprintfs. Adjust expected output.
6105
2051d61f
PA
61062015-07-29 Pedro Alves <palves@redhat.com>
6107
6108 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6109
452397af
PA
61102015-07-29 Pedro Alves <palves@redhat.com>
6111
6112 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6113
8aed9555
PA
61142015-07-29 Pedro Alves <palves@redhat.com>
6115
6116 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6117 gdb_test_stdio.
6118
188a61b4
PA
61192015-07-29 Pedro Alves <palves@redhat.com>
6120
6121 * lib/gdb.exp (gdb_test_stdio): New procedure.
6122
12264a45
PA
61232015-07-29 Pedro Alves <palves@redhat.com>
6124
6125 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6126
23ffc893
PA
61272015-07-29 Pedro Alves <palves@redhat.com>
6128
6129 * gdb.base/call-signal-resume.exp: Remove check for
6130 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6131 * gdb.base/unwindonsignal.exp: Likewise.
6132 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6133 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6134
65566918
PA
61352015-07-29 Pedro Alves <palves@redhat.com>
6136
6137 * gdb.base/siginfo-addr.c (pass): New function.
6138 (handler): Call it iff si_addr is correct.
6139 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6140 Set a breakpoint at "pass" and continue to it.
6141
d60a9221
SDJ
61422015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6143
6144 * gdb.python/py-objfile.exp: Make some tests have unique names.
6145 * gdb.python/py-pp-registration.exp: Likewise.
6146
bde40b8f
PA
61472015-07-28 Pedro Alves <palves@redhat.com>
6148
6149 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6150
13e1dec8
SM
61512015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6152
6153 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6154
da33c9a7
SM
61552015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6156
6157 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6158
077836f7
PP
61592015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6160
6161 * gdb.base/gdb-sigterm-2.exp: New test.
6162
b8cc7b2e
DE
61632015-07-25 Doug Evans <xdje42@gmail.com>
6164
6165 Revert:
6166 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6167 (workers/%.worker, build-perf): New rule.
6168 (GDB_PERFTEST_MODE): New variable.
6169 (check-perf): Use it.
6170 (clean): Clean up gdb.perf parallel build subdirs.
6171 * lib/build-piece.exp: New file.
6172 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6173 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6174 name.
6175 (standard_temp_file): Ditto.
6176 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6177 of $GDB_PARALLEL.
6178
c8bd4544
DE
61792015-07-24 Doug Evans <dje@google.com>
6180
6181 * gdb.perf/lib/perftest/utils.py: New file.
6182 * gdb.perf/gm-hello.cc: New file.
6183 * gdb.perf/gm-pervasive-typedef.cc: New file.
6184 * gdb.perf/gm-pervasive-typedef.h: New file.
6185 * gdb.perf/gm-std.cc: New file.
6186 * gdb.perf/gm-std.h: New file.
6187 * gdb.perf/gm-use-cerr.cc: New file.
6188 * gdb.perf/gm-utils.h: New file.
6189 * gdb.perf/gmonster-null-lookup.py: New file.
6190 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6191 * gdb.perf/gmonster-print-cerr.py: New file.
6192 * gdb.perf/gmonster-ptype-string.py: New file.
6193 * gdb.perf/gmonster-runto-main.py: New file.
6194 * gdb.perf/gmonster-select-file.py: New file.
6195 * gdb.perf/gmonster1-null-lookup.exp: New file.
6196 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6197 * gdb.perf/gmonster1-print-cerr.exp: New file.
6198 * gdb.perf/gmonster1-ptype-string.exp: New file.
6199 * gdb.perf/gmonster1-runto-main.exp: New file.
6200 * gdb.perf/gmonster1-select-file.exp: New file.
6201 * gdb.perf/gmonster1.cc: New file.
6202 * gdb.perf/gmonster1.exp: New file.
6203 * gdb.perf/gmonster2-null-lookup.exp: New file.
6204 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6205 * gdb.perf/gmonster2-print-cerr.exp: New file.
6206 * gdb.perf/gmonster2-ptype-string.exp: New file.
6207 * gdb.perf/gmonster2-runto-main.exp: New file.
6208 * gdb.perf/gmonster2-select-file.exp: New file.
6209 * gdb.perf/gmonster2.cc: New file.
6210 * gdb.perf/gmonster2.exp: New file.
6211
6eab34f3
DE
62122015-07-24 Doug Evans <dje@google.com>
6213
6214 * gdb.perf/README: New file.
6215 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6216 * lib/gen-perf-test.exp: New file.
6217
63738bfd
DE
62182015-07-24 Doug Evans <dje@google.com>
6219
6220 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6221 (PerfTest::startup): New function.
6222 (PerfTest::run): Return result of calling body.
6223 (PerfTest::assemble): Rewrite.
6224 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6225 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6226 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6227 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6228 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6229
7b606f95
DE
62302015-07-24 Doug Evans <dje@google.com>
6231
6232 * lib/gdb.exp (clean_restart): Make executable optional.
6233
a97b16b8
DE
62342015-07-24 Doug Evans <dje@google.com>
6235
6236 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6237 compiler_info references.
6238 * gdb.cp/temargs.exp: Ditto.
6239 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6240 (get_compiler_info): Early exit if already computed. Set compiler_info
6241 to "unknown" if there was a problem.
6242 (test_compiler_info): Add function comment. Call get_compiler_info.
6243
35baa57f
DE
62442015-07-24 Doug Evans <dje@google.com>
6245
6246 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6247 (workers/%.worker, build-perf): New rule.
6248 (GDB_PERFTEST_MODE): New variable.
6249 (check-perf): Use it.
6250 (clean): Clean up gdb.perf parallel build subdirs.
6251 * lib/build-piece.exp: New file.
6252 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6253 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6254 name.
6255 (standard_temp_file): Ditto.
6256 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6257 of $GDB_PARALLEL.
6258
6ebea266
DE
62592015-07-24 Doug Evans <dje@google.com>
6260
6261 * lib/future.exp (gdb_default_target_compile): New option
6262 "early_flags".
6263 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6264 --as-needed.
6265
1e76a7e9
SDJ
62662015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6267
6268 * gdb.base/catch-syscall.exp: Call gdb_exit before
6269 gdb_skip_xml_test.
6270
5068630a
PA
62712015-07-24 Pedro Alves <palves@redhat.com>
6272
6273 * gdb.python/py-events.exp: Accept output between the stop event
6274 and the prompt.
6275 * gdb.python/py-evsignal.exp: Likewise.
6276 * gdb.python/py-evthreads.exp: Likewise.
6277
77598427
PA
62782015-07-24 Pedro Alves <palves@redhat.com>
6279
6280 PR gdb/18717
6281 * gdb.threads/non-ldr-exit.c: New file.
6282 * gdb.threads/non-ldr-exit.exp: New file.
6283
11e6c98f
YQ
62842015-07-24 Yao Qi <yao.qi@linaro.org>
6285
6286 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6287 restarting process.
6288
51aee833
YQ
62892015-07-24 Yao Qi <yao.qi@linaro.org>
6290
6291 * gdb.server/ext-restart.exp: New file.
6292
8cfe207c
YQ
62932015-07-24 Yao Qi <yao.qi@linaro.org>
6294
6295 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6296 argument options.
6297 * gdb.server/ext-wrapper.exp: New file.
6298
cc12ce38
DE
62992015-07-23 Doug Evans <dje@google.com>
6300
6301 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6302 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6303
d0d84780
PMR
63042015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6305
6306 * gdb.ada/var_arr_typedef.exp: New testcase.
6307 * gdb.ada/var_arr_typedef/pack.adb: New file.
6308 * gdb.ada/var_arr_typedef/pack.ads: New file.
6309 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6310
8b558f79
JB
63112015-07-20 Joel Brobecker <brobecker@adacore.com>
6312
6313 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6314
775a3298
JK
63152015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6316
6317 * gdb.arch/i386-biarch-core.exp: Replace istarget
6318 by "complete set gnutarget". Remove expectation for the "core-file"
6319 command.
6320
db1ff28b
JK
63212015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6322
6323 Revert the previous commit:
6324 Tests for validate symbol file using build-id.
6325
0a94970d
JK
63262015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6327
6328 Tests for validate symbol file using build-id.
6329 * gdb.base/solib-mismatch-lib.c: New file.
6330 * gdb.base/solib-mismatch-libmod.c: New file.
6331 * gdb.base/solib-mismatch.c: New file.
6332 * gdb.base/solib-mismatch.exp: New file.
6333
03346981
SL
63342015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6335
6336 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6337 nios2-*-linux*.
6338 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6339 * gdb.base/siginfo.exp: Likewise.
6340 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6341
42422cc7
PL
63422015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6343
6344 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6345 Move it to ...
6346 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6347 ... here.
6348 * gdb.trace/range-stepping.exp: Check that the target supports
6349 range stepping.
6350
cfa68bae
JK
63512015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6352
6353 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6354
8ffdba26
PA
63552015-07-14 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.base/killed-outside.exp: New file.
6358 * gdb.base/killed-outside.c: New file.
6359
218a5a11
JK
63602015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6361
6362 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6363 (n at main): New.
6364 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6365
e03ed3c6
AA
63662015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6367
6368 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6369 infcall tests instead of setting up for KFAIL.
6370
485668e5
MM
63712015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6372
6373 * gdb.btrace/record_goto-step.exp: New.
6374
08464196
JK
63752015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6376
6377 PR compile/18484
6378 * gdb.compile/compile.c (struct struct_type): Add volatile to
6379 selffield's type.
6380 * gdb.compile/compile.exp
6381 (compile code struct_object.selffield = &struct_object): Skip further
6382 struct_object tests if this one xfails.
6383
bcf5c1d9
RC
63842015-07-08 Robert O'Callahan <robert@ocallahan.org>
6385
6386 PR exp/18617
6387 * gdb.trace/ax.exp: Add test.
6388
4931af25
YQ
63892015-07-07 Yao Qi <yao.qi@linaro.org>
6390
6391 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6392 instead of istarget "aarch64*-*-*".
6393 * gdb.arch/aarch64-fp.exp: Likewise.
6394 * gdb.base/float.exp: Likewise.
6395 * gdb.reverse/aarch64.exp: Likewise.
6396 * lib/gdb.exp (is_aarch64_target): New proc.
6397
9fcf688e
YQ
63982015-07-07 Yao Qi <yao.qi@linaro.org>
6399
6400 * lib/gdb.exp (is_aarch32_target): New proc.
6401 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6402 instead of "istarget "arm*-*-*"".
6403 * gdb.arch/arm-disp-step.exp: Likewise.
6404 * gdb.arch/thumb-bx-pc.exp: Likewise.
6405 * gdb.arch/thumb-prologue.exp: Likewise.
6406 * gdb.arch/thumb-singlestep.exp: Likewise.
6407 * gdb.base/disp-step-syscall.exp: Likewise.
6408 * gdb.base/float.exp: Likewise.
6409
fbd8d50d
YQ
64102015-07-07 Yao Qi <yao.qi@linaro.org>
6411
6412 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6413 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6414
71be1fdc
YQ
64152015-07-07 Yao Qi <yao.qi@linaro.org>
6416
6417 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6418 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6419 if it exists.
6420 * gdb.multi/multi-arch.exp: Likewise.
6421
3e221d36
SM
64222015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6423
6424 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6425 print.
6426
d441430b
YQ
64272015-07-07 Yao Qi <yao.qi@linaro.org>
6428
6429 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6430
06f810bd
MG
64312015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6432
6433 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6434 '[' and ']' characters.
6435
5e61e7c0
IB
64362015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6437
6438 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6439
28bf096c
PA
64402015-06-29 Pedro Alves <palves@redhat.com>
6441
6442 PR threads/18127
6443 * gdb.threads/hand-call-new-thread.c: New file.
6444 * gdb.threads/hand-call-new-thread.c: New file.
6445
ee93cd5e
KS
64462015-06-26 Keith Seitz <keiths@redhat.com>
6447 Doug Evans <dje@google.com>
6448
6449 PR 16253
6450 * gdb.cp/var-tag-2.cc: New file.
6451 * gdb.cp/var-tag-3.cc: New file.
6452 * gdb.cp/var-tag-4.cc: New file.
6453 * gdb.cp/var-tag.cc: New file.
6454 * gdb.cp/var-tag.exp: New file.
6455
fc637f04
PP
64562015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6457
6458 * gdb.base/history-duplicates.exp: New test.
6459
2e52ae68
PP
64602015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6461
6462 * gdb.base/completion.exp: Test the completion of the "focus"
6463 command.
6464
6e22494e
JK
64652015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6466
6467 * gdb.arch/amd64-prologue-skip.S: New file.
6468 * gdb.arch/amd64-prologue-skip.exp: New file.
6469
bf7b9cd9
SM
64702015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6471
6472 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6473 is_address_zero_readable check.
6474
201e8dfd
PB
64752015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6476
6477 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6478 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6479
5cd867b4
YQ
64802015-06-24 Yao Qi <yao.qi@linaro.org>
6481
6482 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6483 linux targets.
6484
4d7be007
YQ
64852015-06-24 Yao Qi <yao.qi@linaro.org>
6486
6487 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6488 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6489 * gdb.base/siginfo-thread.exp: Likewise.
6490
07fcd301
YQ
64912015-06-22 Yao Qi <yao.qi@linaro.org>
6492
6493 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6494
52042a00
YQ
64952015-06-22 Yao Qi <yao.qi@linaro.org>
6496
6497 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6498 aarch64*-*-*.
6499 (skip_hw_watchpoint_tests): Likewise.
6500
74bd41ce
PP
65012015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6502
6503 * gdb.base/gdbinit-history.exp: Test the interaction between
6504 setting GDBHISTSIZE and setting the history size via .gdbinit.
6505
bc460514
PP
65062015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6507
6508 PR gdb/16999
6509 * gdb.base/gdbhistsize-history.exp: New test.
6510
b58c513b
PP
65112015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6512
6513 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6514 with GDBHISTSIZE.
6515 * gdb.base/readline.exp: Likewise.
6516
92046791
YQ
65172015-06-17 Yao Qi <yao.qi@linaro.org>
6518
6519 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6520 line.
6521
2093d2d3
PP
65222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6523
6524 * gdb.base/gdbinit-history.exp: Add test case to check that
6525 an unlimited history file does not get truncated on exit.
6526
e6c693af
AA
65272015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6528
6529 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6530 (VECTOR): New macro. Use it...
6531 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6532 ...for these typedefs.
6533 (int8, char1, int1, double1): New typedefs.
6534 (struct just_int2, struct two_int2): New structures.
6535 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6536 (add_structvecs, add_singlevecs): New functions.
6537 (main): Call add_some_intvecs twice.
6538 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6539 the compile and exit upon failure. Try compiling for the "native"
6540 architecture. Test inferior function calls with vector arguments
6541 and vector return value handling with "finish" and "return".
6542
c74f7d1c
JT
65432015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6544
6545 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6546 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6547 PE file.
6548 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6549
98aa42ee
AT
65502015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6551
6552 PR breakpoints/16465
6553 * gdb.mi/mi-dprintf-pending.c: New file.
6554 * gdb.mi/mi-dprintf-pending.exp: New test.
6555 * gdb.mi/mi-dprintf-pendshr.c: New file.
6556
7d73c23c 65572015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6558 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6559
6560 * gdb.arch/i386-mpx-map.c: New file.
6561 * gdb.arch/i386-mpx-map.exp: New File.
6562
65632015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6564
6565 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6566 * gdb.arch/i386-mpx.exp: Indentation fixed.
6567
65682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6569
6570 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6571 function and improved indentation.
6572 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6573 gdb_test_multiple. Added additional tests to skip the test.
6574
65752015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6576
6577 * gdb.arch/i386-avx512.c: Change path in include file.
6578 * gdb.arch/i386-avx512.exp: Change include dir path
6579 compilation flag.
6580 * gdb.arch/i386-mpx.c: Change path in include file.
6581 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6582 flag.
6583
d5eba19a
JK
65842015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6585
6586 * gdb.compile/compile-print.exp (compile print *vararray@3)
6587 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6588
7f361056
JK
65892015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6590
6591 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6592 (do not keep jit in memory): ... this.
6593 (expect 5): Change it to ...
6594 (expect no 5): ... this.
6595
3b462ec2
SM
65962015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6597
6598 PR gdb/15564
6599 * gdb.mi/mi-detach.exp: New file.
6600
e0619de6
JK
66012015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6602
6603 PR symtab/18392
6604 * gdb.arch/amd64-tailcall-self.S: New file.
6605 * gdb.arch/amd64-tailcall-self.c: New file.
6606 * gdb.arch/amd64-tailcall-self.exp: New file.
6607
e970cb34
DB
66082015-05-28 Don Breazeal <donb@codesourcery.com>
6609
6610 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6611 tests for remote targets by checking is_target_gdbserver.
6612
b2e2f908
DE
66132015-05-27 Doug Evans <dje@google.com>
6614
6615 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6616 * gdb.dwarf2/opaque-type-lookup.c: New file.
6617 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6618
82c7be31
DE
66192015-05-26 Doug Evans <dje@google.com>
6620
6621 * gdb.cp/iostream.cc: New file.
6622 * gdb.cp/iostream.exp: New file.
6623
b4f54984
DE
66242015-05-26 Doug Evans <dje@google.com>
6625
6626 * gdb.dwarf2/dw2-op-call.exp: Update.
6627 * gdb.dwarf2/dw4-sig-types.exp: Update.
6628 * gdb.dwarf2/implptr.exp: Update.
6629 * gdb.mi/mi-cmd-param-changed.exp: Update.
6630
4ea6efe9
DE
66312015-05-26 Doug Evans <dje@google.com>
6632
6633 * gdb.python/py-lazy-string.c: New file.
6634 * gdb.python/py-lazy-string.exp: New file.
6635 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6636 (main): Update. Add estring3.
6637 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6638 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6639
f6bb7db3
YQ
66402015-05-26 Omair Javaid <omair.javaid@linaro.org>
6641 Yao Qi <yao.qi@linaro.org>
6642
6643 * gdb.reverse/aarch64.c: New.
6644 * gdb.reverse/aarch64.exp: New.
6645
a81bfbd0
OJ
66462015-05-26 Omair Javaid <omair.javaid@linaro.org>
6647
25d49b86
PA
6648 * lib/gdb.exp (supports_process_record): Return true for
6649 aarch64*-linux*.
a81bfbd0
OJ
6650 (supports_reverse): Likewise.
6651
158bf1b4
PP
66522015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6653
6654 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6655 Use with_test_prefix.
6656
a0145030
AB
66572015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6658
6659 * gdb.base/completion.exp: Add test for completion of layout
6660 names.
6661
ebe3b578
AB
66622015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6663
6664 * lib/gdb.exp (skip_tui_tests): New proc.
6665 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6666
84204ed7
PA
66672015-05-19 Pedro Alves <palves@redhat.com>
6668
6669 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6670 Save the whole env array instead of just HOME. Unset HISTSIZE in
6671 the environment while testing. Restore whole environment
6672 afterwards.
6673
37442ce1
DE
66742015-05-16 Doug Evans <xdje42@gmail.com>
6675
6676 * gdb.guile/scm-ports.c: New file.
6677 * gdb.guile/scm-ports.exp: Add memory port tests.
6678
36de76f9
JK
66792015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6680
6681 * gdb.compile/compile-print.c: New file.
6682 * gdb.compile/compile-print.exp: New file.
6683
3a9558c4
JK
66842015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6685
6686 * gdb.compile/compile-ops.exp: Cast param to void.
6687 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6688 (compile code struct_object.selffield = &struct_object): Add xfail.
6689
aa715135
JG
66902015-05-15 Joel Brobecker <brobecker@adacore.com>
6691
6692 * gdb.ada/arr_enum_with_gap: New testcase.
6693
931e5bc3
JG
66942015-05-15 Joel Brobecker <brobecker@adacore.com>
6695
6696 * gdb.ada/byte_packed_arr: New testcase.
6697
9cd4d857
JB
66982015-05-15 Joel Brobecker <brobecker@adacore.com>
6699
6700 * gdb.ada/pckd_neg: New testcase.
6701
ebfd00d2
PP
67022015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6703
6704 PR gdb/17820
6705 * gdb.base/gdbinit-history.exp: New test.
6706 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6707 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6708
4c082a81
SC
67092015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6710
6711 * gdb.python/py-xmethods.cc: Enhance test case.
6712 * gdb.python/py-xmethods.exp: New tests.
6713 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6714 function.
6715 (B_indexoper): Likewise.
6716 (global_dm_list) : Add new xmethod worker functions.
6717
f7797074
SDJ
67182015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6719
6720 * gdb.base/coredump-filter.exp: Correctly unset
6721 "coredump_var_addr" array.
6722
a4674e4e
PA
67232015-05-08 Pedro Alves <palves@redhat.com>
6724
6725 * gdb.server/non-existing-program.exp: Unset spawn_id.
6726
df2eb078
SC
67272015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6728
6729 PR python/18291
6730 * gdb.python/py-xmethods.exp: Add tests.
6731
422349a3
YQ
67322015-05-08 Yao Qi <yao.qi@linaro.org>
6733
6734 PR gdb/18208
6735 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6736 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6737 function set_coredump_filter, and remove remote_exec call.
6738 Remove argument ipid. Callers update.
6739 (top level): Don't get inferior's PID.
6740
63fc80ce
AA
67412015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6742
6743 * gdb.base/watch_thread_num.exp: Skip test on targets without
6744 access watchpoints.
6745
80ad801e
PA
67462015-05-06 Pedro Alves <palves@redhat.com>
6747
6748 PR server/18081
6749 * gdb.server/non-existing-program.exp: New file.
6750
0fa7fe50
JB
67512015-05-05 Joel Brobecker <brobecker@adacore.com>
6752
6753 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6754
3ea89b92
PMR
67552015-05-05 Joel Brobecker <brobecker@adacore.com>
6756
6757 * gdb.ada/out_of_line_in_inlined: New testcase.
6758
87b8eff0
JB
67592015-05-05 Joel Brobecker <brobecker@adacore.com>
6760
6761 * gdb.ada/var_rec_arr: New testcase.
6762
5fccc635
YQ
67632015-04-30 Yao Qi <yao.qi@linaro.org>
6764
6765 * gdb.base/break-idempotent.exp: If
6766 skip_hw_watchpoint_multi_tests returns true, skip the tests
6767 on "rwatch" and "awatch".
6768
42d38f42
YQ
67692015-04-30 Yao Qi <yao.qi@linaro.org>
6770
6771 * gdb.base/relativedebug.exp: Invoke gdb command
6772 "info sharedlibrary", and if libc.so doesn't have debug info,
6773 skip the test.
6774
2ce1cdbf
DE
67752015-04-29 Doug Evans <dje@google.com>
6776
6777 * gdb.python/py-xmethods.exp: Add ptype tests.
6778 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6779 get_result_type method.
6780
f24a38c5
LM
67812015-04-29 Luis Machado <lgustavo@codesourcery.com>
6782
6783 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6784 the target does not support hardware watchpoints.
6785
ecbf2b3c
LM
67862015-04-29 Luis Machado <lgustavo@codesourcery.com>
6787
6788 * gdb.base/break-always.exp: Abort testing if writing to memory
6789 causes an error.
6790
34f5f757
DE
67912015-04-28 Doug Evans <dje@google.com>
6792
6793 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6794 * gdb.python/py-pp-registration.exp: ... here. New file.
6795 * gdb.python/py-pp-registration.c: New file.
6796 * gdb.python/py-pp-registration.py: New file.
6797
69b4374a
DE
67982015-04-28 Doug Evans <dje@google.com>
6799
6800 * gdb.python/py-bad-printers.c: New file.
6801 * gdb.python/py-bad-printers.py: New file.
6802 * gdb.python/py-bad-printers.exp: New file.
6803
59fb7612
SS
68042015-04-28 Sasha Smundak <asmundak@google.com>
6805
6806 * gdb.python/py-type.exp: New test.
6807
2631b16a
AW
68082015-04-28 Andy Wingo <wingo@igalia.com>
6809
6810 * gdb.python/py-parameter.exp:
6811 * gdb.guile/scm-parameter.exp: Escape the path that we are
6812 matching against, as it might contain characters that are special
6813 to regular expressions.
6814
460efde1
JB
68152015-04-27 Joel Brobecker <brobecker@adacore.com>
6816
6817 * gdb.ada/rec_comp: New testcase.
6818
2d369d8e
SDJ
68192015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6820
6821 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6822 before using it.
6823
cf75d6c3
AB
68242015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6825
6826 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6827 new tests for verilog output.
6828
8dbe7ca5
YQ
68292015-04-24 Yao Qi <yao.qi@linaro.org>
6830
6831 * boards/remote-gdbserver-on-localhost.exp: New file.
6832
4ef9fb2f
PA
68332015-04-23 Pedro Alves <palves@redhat.com>
6834
6835 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6836 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6837 "end of file", remove $inferior_spawn_id from the indirect list.
6838
0a803169
PA
68392015-04-23 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6842
749ef8f8
PA
68432015-04-23 Pedro Alves <palves@redhat.com>
6844
6845 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6846 on $any_spawn_id instead of only on $gdb_spawn_id.
6847
8aae4344
PM
68482015-04-21 Pierre Muller <muller@sourceware.org>
6849
6850 PR pascal/17815
6851 * lib/pascal.exp (gpc_compile): Add new option "class".
6852 (fpc_compile): Likewise.
6853 * gdb.pascal/case-insensitive-symbols.pas: New file.
6854 * gdb.pascal/case-insensitive-symbols.exp: New file.
6855
1586c8fb
GB
68562015-04-20 Gary Benson <gbenson@redhat.com>
6857
6858 * gdb.base/attach.exp: Fix three extended remote failures.
6859
1b6e6f5c
GB
68602015-04-17 Gary Benson <gbenson@redhat.com>
6861
6862 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6863 the main executable over the remote protocol.
6864
e797481d
PA
68652015-04-16 Pedro Alves <palves@redhat.com>
6866
6867 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6868 a new gdbserver if gdbserver_reconnect_p is set.
6869
1ca99c42
PA
68702015-04-16 Pedro Alves <palves@redhat.com>
6871
6872 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6873 is set, don't exit gdbserver.
6874
af9fd6f8
AA
68752015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6876
6877 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6878 appropriate .insn, such that an older assembler can be used.
6879 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6880 the z/Architecture instruction set on 31-bit targets as well.
6881
04ff1e61
AA
68822015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6883
6884 * gdb.go/handcall.exp: Remove all logic related to the first
6885 breakpoint and rely on go_runto_main instead.
6886 * gdb.go/strings.exp: Likewise.
6887 * gdb.go/unsafe.exp: Likewise.
6888 * gdb.go/hello.exp: Likewise. Also rename the remaining
6889 breakpoint marker to "breakpoint 1".
6890 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6891 * gdb.go/strings.go: Likewise.
6892 * gdb.go/unsafe.go: Likewise.
6893 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6894 "set breakpoint 2 here" and rename the remaining breakpoint marker
6895 to "breakpoint 1".
6896
40d2f8d6
SM
68972015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6898
6899 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6900 if itertools.imap is not present.
6901 * gdb.python/py-objfile.exp: Add parentheses.
6902 * gdb.python/py-type.exp: Same.
6903 * gdb.python/py-unwind-maint.py: Same.
6904
8cbc97c6
YQ
69052015-04-15 Yao Qi <yao.qi@linaro.org>
6906
6907 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6908 of ":$ptr_size" and set its form explicitly.
6909
45fd756c
YQ
69102015-04-15 Pedro Alves <palves@redhat.com>
6911 Yao Qi <yao.qi@linaro.org>
6912
6913 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6914 timeout by factor of 4.
6915 (test_regular_watch): Likewise.
6916 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6917 * gdb.reverse/sigall-reverse.exp: Likewise.
6918 * gdb.reverse/until-precsave.exp: Likewise.
6919 * lib/gdb.exp (with_timeout_factor): New proc.
6920 (gdb_expect): Move some code to ...
6921 (get_largest_timeout): ... here. New procedure.
6922
9e811bc3
LM
69232015-04-14 Luis Machado <lgustavo@codesourcery.com>
6924
6925 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6926
0ff6fcb2
LM
69272015-04-13 Luis Machado <lgustavo@codesourcery.com>
6928
6929 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6930 to write to the .text section.
6931
7578d5f7
LM
69322015-04-13 Luis Machado <lgustavo@codesourcery.com>
6933
6934 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6935 Handle the case of targets that do not provide PID information.
6936
2efe15c4
YQ
69372015-04-13 Yao Qi <yao.qi@linaro.org>
6938
6939 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6940 and use expect instead of gdb_expect.
6941
8cd8f2f8
SDJ
69422015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6943
6944 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6945 "coredump_var_addr" to avoid naming conflict with other testcases.
6946
9ee41772
PA
69472015-04-10 Pedro Alves <palves@redhat.com>
6948
6949 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6950 gdb_test_sequence and gdb_assert.
6951
07473109
PA
69522015-04-10 Pedro Alves <palves@redhat.com>
6953
6954 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6955 test messages that don't include the breakpoint address.
6956
de3db44c
YQ
69572015-04-10 Yao Qi <yao.qi@linaro.org>
6958
6959 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6960 false for some offset and width combinations which aren't
6961 supported by linux kernel.
6962
c79d856c
PA
69632015-04-10 Pedro Alves <palves@redhat.com>
6964
6965 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6966 procedure, factored out from ...
6967 (top level): ... here. Add "set displaced-stepping" testing axis.
6968 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6969 parameter "displaced". Use it.
6970 (top level): Use foreach and add "set displaced-stepping" testing
6971 axis.
6972
ebc90b50
PA
69732015-04-10 Pedro Alves <palves@redhat.com>
6974
6975 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6976 Remove comment.
6977 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6978 both the address of the instruction that triggers the watchpoint
6979 and the address of the instruction immediately after, and use
6980 those addresses for the test. Fix comment.
6981
8f572e5c
PA
69822015-04-10 Pedro Alves <palves@redhat.com>
6983
6984 * gdb.base/sigstep.exp (breakpoint_to_handler)
6985 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6986 Test "backtrace" in handler.
6987 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6988 (top level): Add new "displaced" test axis to
6989 breakpoint_to_handler, breakpoint_to_handler_entry and
6990 breakpoint_over_handler.
6991
8d707a12
PA
69922015-04-10 Pedro Alves <palves@redhat.com>
6993
6994 PR gdb/18216
6995 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6996
ef713951
YQ
69972015-04-10 Yao Qi <yao.qi@linaro.org>
6998
6999 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7000 (test_add_rn_pc): New function.
7001 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7002 (top level): Invoke test_add_rn_pc.
7003
906d60cf
PA
70042015-04-10 Pedro Alves <palves@redhat.com>
7005
7006 PR gdb/13858
7007 * gdb.base/step-over-no-symbols.exp: New file.
7008
f2983cc3
AW
70092015-04-09 Andy Wingo <wingo@igalia.com>
7010
7011 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7012 after the Python tests.
7013
6d62641c
SDJ
70142015-04-08 Keith Seitz <keiths@redhat.com>
7015
7016 PR python/16699
7017 * gdb.python/py-completion.exp: New tests for completion.
7018 * gdb.python/py-completion.py (CompleteLimit1): New class.
7019 (CompleteLimit2): Likewise.
7020 (CompleteLimit3): Likewise.
7021 (CompleteLimit4): Likewise.
7022 (CompleteLimit5): Likewise.
7023 (CompleteLimit6): Likewise.
7024 (CompleteLimit7): Likewise.
7025
f3770638
PA
70262015-04-08 Pedro Alves <palves@redhat.com>
7027
7028 PR gdb/18214
7029 PR gdb/18216
7030 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7031 function.
7032 (main): Install it as SIGUSR1 handler.
7033 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7034 parameter. Always use "setup" as prefix. Toggle "set
7035 displaced-stepping" off/on depending on global. Don't switch to
7036 thread 1 here.
7037 (top level): Add displaced stepping "off/on" test axis. Update
7038 "setup" calls. Wrap each subtest with with_test_prefix. Test
7039 continuing with a queued signal in each thread.
7040
4496bed7
PA
70412015-04-08 Pedro Alves <palves@redhat.com>
7042
7043 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7044 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7045 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7046 Return early if running to main fails.
7047 * gdb.trace/while-stepping.exp: Likewise.
7048
b97fde92
PA
70492015-04-07 Pedro Alves <palves@redhat.com>
7050
7051 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7052 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7053 interact with inferior program.
7054
f71c18e7
PA
70552015-04-07 Pedro Alves <palves@redhat.com>
7056
7057 * lib/gdb.exp (inferior_spawn_id): New global.
7058 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7059 spawn id after processing the user code.
7060 (default_gdb_start): Set inferior_spawn_id.
7061 (send_inferior): New procedure.
7062 * lib/gdbserver-support.exp (gdbserver_start): Set
7063 inferior_spawn_id.
7064 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7065
6423214f
PA
70662015-04-07 Pedro Alves <palves@redhat.com>
7067
7068 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7069 * lib/gdbserver-support.exp (gdbserver_start): Make
7070 $server_spawn_id global.
7071 (gdbserver_start): Don't wait for gdbserver's spawn id with
7072 expect_background.
7073 (close_gdbserver): New procedure.
7074 (gdb_exit): Rename the default version and reimplement.
7075
71c0ee8c
PA
70762015-04-07 Pedro Alves <palves@redhat.com>
7077
72f4393d 7078 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7079 append the substituted item, not the original item.
7080
203bc29b
PA
70812015-04-07 Pedro Alves <palves@redhat.com>
7082
7083 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7084 gdb_expect.
7085
508a3ddf
PA
70862015-04-07 Pedro Alves <palves@redhat.com>
7087
7088 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7089 output appearing once only.
7090
9f6dbe2b
PA
70912015-04-07 Pedro Alves <palves@redhat.com>
7092
7093 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7094 that doesn't expect anything. Return early if running to main
7095 fails.
7096
337532fa
YQ
70972015-04-07 Yao Qi <yao.qi@linaro.org>
7098
7099 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7100 (child_function): Call alarm.
7101 (main): Move call to alarm into the loop.
7102 * gdb.threads/non-stop-fair-events.exp: Build program with
7103 -DTIMEOUT=$timeout.
7104
01b622d4
DE
71052015-04-06 Doug Evans <xdje42@gmail.com>
7106
7107 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7108 Fix dest parameter to board_info.
7109 (fpc_compile): Ditto.
7110 (gdb_compile_pascal): Rename dest arg to destfile.
7111
961f4160
PMR
71122015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7113
7114 * gdb.ada/funcall_ref.exp: New file.
7115 * gdb.ada/funcall_ref/foo.adb: New file.
7116
cafda597
YQ
71172015-04-02 Yao Qi <yao.qi@linaro.org>
7118
7119 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7120 is remote.
7121
fed040c6
GB
71222015-04-02 Gary Benson <gbenson@redhat.com>
7123
7124 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7125
d11916aa
SS
71262015-04-01 Sasha Smundak <asmundak@google.com>
7127
7128 * gdb.python/py-unwind-maint.c: New file.
7129 * gdb.python/py-unwind-maint.exp: New test.
7130 * gdb.python/py-unwind-maint.py: New file.
7131 * gdb.python/py-unwind.c: New file.
7132 * gdb.python/py-unwind.exp: New test.
7133 * gdb.python/py-unwind.py: New test.
7134
a1471180
PA
71352015-04-01 Pedro Alves <palves@redhat.com>
7136
7137 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7138 to fail instead of non-existent $test.
7139
0bbeccb1
PA
71402015-04-01 Pedro Alves <palves@redhat.com>
7141
7142 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7143 GDBFLAGS if not empty.
7144
3c724c8c
PMR
71452015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7146
7147 * gdb.ada/complete.exp: Remove "multi_line".
7148 * gdb.ada/info_exc.exp: Remove "multi_line".
7149 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7150 * gdb.ada/ptype_field.exp: Remove "multi_line".
7151 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7152 * gdb.ada/tagged.exp: Remove "multi_line".
7153 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7154 [multi_line ...]
7155 * gdb.btrace/delta.exp: Likewise.
7156 * gdb.btrace/exception.exp: Likewise.
7157 * gdb.btrace/function_call_history.exp: Likewise.
7158 * gdb.btrace/instruction_history.exp: Likewise.
7159 * gdb.btrace/nohist.exp: Likewise.
7160 * gdb.btrace/record_goto.exp: Likewise.
7161 * gdb.btrace/segv.exp: Likewise.
7162 * gdb.btrace/stepi.exp: Likewise.
7163 * gdb.btrace/tailcall.exp: Likewise.
7164 * gdb.btrace/unknown_functions.exp: Likewise.
7165 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7166 * lib/gdb.exp: Add the "multi_line" helper.
7167
4eec2deb
PA
71682015-04-01 Pedro Alves <palves@redhat.com>
7169
7170 * gdb.threads/tid-reuse.c: New file.
7171 * gdb.threads/tid-reuse.exp: New file.
7172
df8411da
SDJ
71732015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7174
7175 PR corefiles/16092
7176 * gdb.base/coredump-filter.c: New file.
7177 * gdb.base/coredump-filter.exp: Likewise.
7178
6ef37366
PM
71792015-03-27 Petr Machata <pmachata@redhat.com>
7180
7181 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7182 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7183 (Dwarf::assemble): Initialize them.
7184 (Dwarf::lines): New function.
7185
7ec911b0
JT
71862015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7187
7188 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7189 SYMBOL_PREFIX for x86_64-*-cygwin.
7190
ff908ebf
AW
71912015-03-26 Andy Wingo <wingo@igalia.com>
7192
7193 PR symtab/18148
7194 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7195 const_value but not a location.
7196 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7197 location defined in non-main CUs are visible.
7198
6d5f0679
YQ
71992015-03-26 Yao Qi <yao.qi@linaro.org>
7200
7201 PR testsuite/18139
7202 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7203 Add a line number entry for the same line.
7204 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7205 Add a line number entry for the same line.
7206
2898689b
YQ
72072015-03-26 Yao Qi <yao.qi@linaro.org>
7208
7209 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7210 .int 0.
7211 (func): Likewise. Add .Lfunc_1 label.
7212 Use .Lfunc_1 label.
7213 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7214 .int 0.
7215 (func): Likewise.
7216 Use .Lfunc_1 label.
7217
85180498
YQ
72182015-03-26 Yao Qi <yao.qi@linaro.org>
7219
7220 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7221 Call gdb_compile instead to compile each .s files without debug
7222 information.
7223
8aa08a8d
YQ
72242015-03-26 Yao Qi <yao.qi@linaro.org>
7225
7226 * gdb.base/savedregs.exp (process_saved_regs): Make
7227 "Saved registers:" optional in the pattern.
7228
66849923
MM
72292015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7230
7231 * gdb.btrace/next.exp: Merged into step.exp.
7232 * gdb.btrace/finish.exp: Merged into step.exp.
7233 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7234 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7235 "record goto" and checking the exact replay position.
7236 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7237 check for "Recording format" in "info record" output.
7238 * gdb.btrace/record_goto.exp: Choose test file based on target.
7239 * gdb.btrace/x86-record_goto.S: Renamed into ...
7240 * gdb.btrace/x86_64-record_goto.S: ... this.
7241 * gdb.btrace/i686-record_goto.S: New.
7242 * gdb.btrace/x86-tailcall.S: Renamed into ...
7243 * gdb.btrace/x86_64-tailcall.S: ... this.
7244 * gdb.btrace/i686-tailcall.S: New.
7245 * gdb.btrace/x86-tailcall.c: Renamed into ...
7246 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7247 separate statements. Update test.
7248 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7249 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7250 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7251 * gdb.btrace/tailcall.exp: Choose test file based on target.
7252 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7253
11cc1b74
MM
72542015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7255
7256 * gdb.btrace/exception.exp: Increase BTS buffer size.
7257
a25d8bf9
PA
72582015-03-24 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7261
856e7dd6
PA
72622015-03-24 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.threads/schedlock.exp (test_step): No longer expect that
7265 "set scheduler-locking step" with "next" over a function call runs
7266 threads unlocked.
7267
ad235a41
AT
72682015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7269
7270 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7271
15630549
AT
72722015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7273
7274 PR breakpoints/16466
7275 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7276 * gdb.mi/mi-pending.c (thread_func): New function.
7277 (int main): Add threading support required.
7278 * gdb.mi/mi-pending.exp: Add tests for this issue.
7279 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7280 (pendfunc2): Remove stdio dependency.
7281 * gdb.mi/mi-pendshr2.c: New file.
7282
693dca06
KS
72832015-03-23 Keith Seitz <keiths@redhat.com>
7284
7285 * gdb.linespec/keywords.c: New file.
7286 * gdb.linespec/keywords.exp: New file.
7287
7e993ebf
KS
72882015-03-23 Keith Seitz <keiths@redhat.com>
7289
7290 PR gdb/18021
7291 * gdb.dwarf2/staticvirtual.exp: New test.
7292
bc23328c
JK
72932015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7294
7295 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7296 * README: Remove HP-UX and gdb.hp.
7297 (configuration):
7298 * configure: Regenerate.
7299 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7300 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7301 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7302 gdb.hp/gdb.defects/Makefile.
7303 * gdb.hp/Makefile.in: File deleted.
7304 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7305 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7306 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7307 * gdb.hp/gdb.aCC/run.c: File deleted.
7308 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7309 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7310 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7311 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7312 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7313 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7314 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7315 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7316 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7317 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7318 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7319 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7320 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7321 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7322 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7323 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7324 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7325 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7326 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7327 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7328 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7329 * gdb.hp/gdb.compat/average.c: File deleted.
7330 * gdb.hp/gdb.compat/sum.c: File deleted.
7331 * gdb.hp/gdb.compat/xdb.c: File deleted.
7332 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7333 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7334 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7335 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7336 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7337 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7338 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7339 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7340 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7341 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7342 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7343 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7344 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7345 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7346 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7347 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7348 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7349 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7350 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7351 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7352 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7353 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7354 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7355 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7356 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7357 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7358 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7359 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7360 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7361 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7362 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7363 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7364 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7365 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7366 * gdb.hp/tools/odump: File deleted.
7367
8bf3b159
PA
73682015-03-19 Pedro Alves <palves@redhat.com>
7369
7370 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7371 (saw_thread_3): New globals.
7372 (top level): Increment them when an event for the corresponding
7373 thread is seen.
7374 (no thread starvation): New test.
7375
eb54c8bf
PA
73762015-03-19 Pedro Alves <palves@redhat.com>
7377
7378 * gdb.threads/continue-pending-status.c: New file.
7379 * gdb.threads/continue-pending-status.exp: New file.
7380
32d2e5d6
PA
73812015-03-18 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7384 Use gdb_is_target_remote instead of is_remote. Use
7385 gdb_test_multiple instead of gdb_expect. Exit early if
7386 gdb_test_multiple hits its internal matches. Tighten stepi tests
7387 expected output. Fail on exit with any signal, instead of just
7388 SIGILL.
7389
f68f11b7
YQ
73902015-03-18 Yao Qi <yao.qi@linaro.org>
7391
7392 PR tdep/18107
7393 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7394 variable.
7395 * gdb.base/catch-syscall.exp: Don't skip it on
7396 aarch64*-*-linux* target. Remove elements in all_syscalls.
7397 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7398 target.
7399 (setup_all_syscalls): New proc.
7400
ca5fd19b
YQ
74012015-03-16 Yao Qi <yao.qi@linaro.org>
7402
7403 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7404 (top level): Skip tests if valid_addr_p returns false for
7405 $cmd1 or $cmd2.
7406
85642ba0
AW
74072015-03-11 Andy Wingo <wingo@igalia.com>
7408
7409 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7410
e03f9645
YQ
74112015-03-11 Yao Qi <yao.qi@linaro.org>
7412
7413 * gdb.base/catch-syscall.exp: Fix typo in comments.
7414
5d0962b2
YQ
74152015-03-11 Yao Qi <yao.qi@linaro.org>
7416
7417 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7418
b2df3cef
PA
74192015-03-09 Pedro Alves <palves@redhat.com>
7420
7421 * dg-extract-results.py: Delete.
7422
ef878e53
PA
74232015-03-09 Pedro Alves <palves@redhat.com>
7424
7425 Merge dg-extract-results.sh from GCC upstream (r218843).
7426
7427 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7428 * dg-extract-results.sh: Use --text with grep to avoid issues with
7429 binary files. Fall back to cat -v, if that doesn't work.
7430
9494d219
PA
74312015-03-05 Pedro Alves <palves@redhat.com>
7432
7433 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7434
a8d9763a
SM
74352015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7436
7437 * lib/mi-support.exp (mi_expect_interrupt): Accept
7438 alternative event for when in all-stop mode.
7439
be9957b8
PA
74402015-03-04 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7443
d57be0f4 74442015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7445
7446 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7447
c214c7cf
AA
74482015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7449
7450 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7451 regexps for GDB's current line display, accept a hex address
7452 preceding the line number.
7453
6d74a497
AA
74542015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7455
7456 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7457 the 'arch1' variable for "s390*-linux*" targets.
7458
511aee7c
PA
74592015-03-04 Pedro Alves <palves@redhat.com>
7460
7461 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7462 (main): Pass missing retval argument to pthread_join call.
7463
95e50b27
PA
74642015-03-02 Pedro Alves <palves@redhat.com>
7465
7466 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7467 (top level): Call do_test with non-stop as well.
7468
28054d69
PA
74692015-03-02 Pedro Alves <palves@redhat.com>
7470
7471 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7472 -1.
7473
4fa5d7b4
AA
74742015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7475
7476 * gdb.arch/s390-vregs.exp: New test.
7477 * gdb.arch/s390-vregs.S: New file.
7478
97c18565
PA
74792015-02-27 Pedro Alves <palves@redhat.com>
7480
7481 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7482 call to catch_command_errors.
7483 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7484 catch_command_errors.
7485
a37bfa30
PA
74862015-02-27 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7489 "true" for boolean result.
7490 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7491 prototype of main.
7492
6f98576f
PA
74932015-02-27 Pedro Alves <palves@redhat.com>
7494
7495 * lib/unbuffer_output.c: New file.
7496 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7497 (main): Call gdb_unbuffer_output.
7498
eba5ab56
YQ
74992015-02-27 Yao Qi <yao.qi@linaro.org>
7500
7501 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7502 target.
7503
0def5aaa
DE
75042015-02-26 Doug Evans <dje@google.com>
7505
7506 * gdb.cp/class2.cc (Dbase, D): New classes.
7507 (main): New local delta.
7508 * gdb.cp/class2.exp: Test printing delta.
7509 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7510 (dynbar): New global.
7511 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7512
081a1c2c
JK
75132015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7514
7515 * gdb.compile/compile-ifunc.c: New file.
7516 * gdb.compile/compile-ifunc.exp: New file.
7517
2f41223f
AT
75182015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7519
7520 * gdb.base/structs.exp: Check for correct struct on finish.
7521
03eddd80
YQ
75222015-02-26 Yao Qi <yao.qi@linaro.org>
7523
7524 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7525 is zero.
7526
80c57053
JK
75272015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7528
7529 * gdb.arch/cordic.ko.bz2: New file.
7530 * gdb.arch/cordic.ko.debug.bz2: New file.
7531 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7532
21613c12
YQ
75332015-02-25 Yao Qi <yao.qi@linaro.org>
7534
7535 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7536 aarch64*-*-* target.
7537
d8b901ed
PA
75382015-02-23 Pedro Alves <palves@redhat.com>
7539
7540 * lib/gdb.exp (delete_breakpoints): Rewrite using
7541 gdb_test_multiple.
7542
e5b85ead
PA
75432015-02-23 Pedro Alves <palves@redhat.com>
7544
7545 * gdb.base/info-os.c: Include stdlib.h.
7546
85c3a371
DE
75472015-02-22 Doug Evans <xdje42@gmail.com>
7548
7549 PR symtab/17855
7550 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7551 is read after symbols have been re-read.
7552 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7553 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7554
96553a0c
DE
75552015-02-21 Doug Evans <dje@google.com>
7556
7557 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7558
97a0c697
JK
75592015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7560
7561 PR corefiles/17808
7562 * gdb.arch/i386-biarch-core.core.bz2: New file.
7563 * gdb.arch/i386-biarch-core.exp: New file.
7564
a47cd6e9
PA
75652015-02-21 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7568 runto_main fails.
7569
c5facdc4
PA
75702015-02-20 Pedro Alves <palves@redhat.com>
7571
7572 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7573 info probes.
7574
2db9a427
PA
75752015-02-20 Pedro Alves <palves@redhat.com>
7576
7577 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7578
60fb7e9e
PA
75792015-02-20 Pedro Alves <palves@redhat.com>
7580
7581 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7582 clean_restart before gdb_target_supports_trace.
7583
5c5019c2
PA
75842015-02-20 Pedro Alves <palves@redhat.com>
7585
7586 PR threads/18006
7587 * gdb.threads/clone-thread_db.c: New file.
7588 * gdb.threads/clone-thread_db.exp: New file.
7589
c9587f88
AT
75902015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7591
7592 PR breakpoints/16812
7593 * gdb.base/catch-gdb-caused-signals.c: New file.
7594 * gdb.base/catch-gdb-caused-signals.exp: New file.
7595
f6a88844
JM
75962015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7597
7598 * configure: Regenerated.
7599 * configure.ac: Use GDB_AC_TRANSFORM.
7600 * aclocal.m4: sinclude ../transform.m4.
7601
497c491b
JM
76022015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7603
7604 * lib/dtrace.exp: New file.
7605 * gdb.base/dtrace-probe.exp: Likewise.
7606 * gdb.base/dtrace-probe.d: Likewise.
7607 * gdb.base/dtrace-probe.c: Likewise.
7608 * lib/pdtrace.in: Likewise.
7609 * configure.ac: Output variables with the transformed names of
7610 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7611 * configure: Regenerated.
7612
03e98035
JM
76132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7614
7615 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7616 expected message when trying to access $_probe_* convenience
7617 variables while not on a probe.
7618
63cc30e9
JK
76192015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7620
7621 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7622
0703599a
PA
76232015-02-11 Pedro Alves <pedro@codesourcery.com>
7624
7625 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7626 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7627
7e60a48e
DE
76282015-02-10 Doug Evans <xdje42@gmail.com>
7629
7630 * lib/gdb.exp (gdb_load): Always return a result.
7631
01b088bc
PA
76322015-02-10 Pedro Alves <palves@redhat.com>
7633
7634 * gdb.threads/signal-sigtrap.c: New file.
7635 * gdb.threads/signal-sigtrap.exp: New file.
7636
b05ec7a5
AT
76372015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7638
7639 * gdb.trace/no-attach-trace.c: New file.
7640 * gdb.trace/no-attach-trace.exp: New file.
7641
a2c2acaf
MW
76422015-02-09 Mark Wielaard <mjw@redhat.com>
7643
7644 * gdb.dwarf2/atomic.c: New file.
7645 * gdb.dwarf2/atomic-type.exp: Likewise.
7646
31fd9caa
MM
76472015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7648
7649 * gdb.btrace/buffer-size.exp: Update "info record" output.
7650 * gdb.btrace/delta.exp: Update "info record" output.
7651 * gdb.btrace/enable.exp: Update "info record" output.
7652 * gdb.btrace/finish.exp: Update "info record" output.
7653 * gdb.btrace/instruction_history.exp: Update "info record" output.
7654 * gdb.btrace/next.exp: Update "info record" output.
7655 * gdb.btrace/nexti.exp: Update "info record" output.
7656 * gdb.btrace/step.exp: Update "info record" output.
7657 * gdb.btrace/stepi.exp: Update "info record" output.
7658 * gdb.btrace/nohist.exp: Update "info record" output.
7659
d33501a5
MM
76602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7661
7662 * gdb.btrace/buffer-size: New.
7663
f4abbc16
MM
76642015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7665
7666 * gdb.btrace/delta.exp: Update "info record" output.
7667 * gdb.btrace/enable.exp: Update "info record" output.
7668 * gdb.btrace/finish.exp: Update "info record" output.
7669 * gdb.btrace/instruction_history.exp: Update "info record" output.
7670 * gdb.btrace/next.exp: Update "info record" output.
7671 * gdb.btrace/nexti.exp: Update "info record" output.
7672 * gdb.btrace/step.exp: Update "info record" output.
7673 * gdb.btrace/stepi.exp: Update "info record" output.
7674 * gdb.btrace/nohist.exp: Update "info record" output.
7675
b9d61307
SM
76762015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7677
7678 PR gdb/15678
7679 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7680
e584fdbc
PA
76812015-02-06 Pedro Alves <palves@redhat.com>
7682
7683 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7684 macro.
7685 (seconds_left, again): New globals.
7686 (main): Wait seconds_left in a 1-second sleep loop instead of
7687 sleeping 180 seconds. If 'again' is set, reset the seconds
7688 counter.
7689 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7690 'again' in the inferior before detaching. Print the seconds left.
7691 (options): New global.
7692 (top level): Build program with -DTIMEOUT=$timeout.
7693
77f41761
PA
76942015-02-06 Pedro Alves <palves@redhat.com>
7695
7696 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7697 determine how many seconds to pass to 'alarm'.
7698 * gdb.base/gdb-sigterm.exp (top level): Build program with
7699 -DTIMEOUT=$timeout.
7700 (do_test): Return success/failure indication. Add more verbose
7701 logging. Don't fail if 200 single steps are seen. Instead, fail
7702 when the test times out.
7703 (passes): New global.
7704 (top level): Break the testing loop if testing fails on any
7705 iteration. Use gdb_assert.
7706
b9394193
DB
77072015-02-04 Don Breazeal <donb@codesourcery.com>
7708
7709 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7710 and initialize them.
7711 (ipc_cleanup): New function.
7712 (main): Don't declare shmid, semid, and msqid. Add a call to
7713 atexit so that we call ipc_cleanup on exit.
7714
42d9e528
PA
77152015-02-04 Pedro Alves <palves@redhat.com>
7716
7717 * boards/native-extended-gdbserver.exp: Remove any target variant
7718 specifications from the board name before clearing the isremote
7719 flag from board_info.
7720
ae6ae975
DE
77212015-01-31 Doug Evans <xdje42@gmail.com>
7722
7723 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7724
cfb069a8
GB
77252015-01-31 Gary Benson <gbenson@redhat.com>
7726
7727 * gdb.base/completion.exp: Disable completion limiting for
7728 existing tests. Add new tests to check completion limiting.
7729 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7730
5dd31d79
DE
77312015-01-31 Doug Evans <xdje42@gmail.com>
7732
7733 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7734
9f050062
DE
77352015-01-31 Doug Evans <xdje42@gmail.com>
7736
7737 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7738 entries. Duplicate file section script entries.
7739 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7740 inlined entries. Add test for safe-path rejection.
7741 * gdb.python/py-section-script.c: Add duplicate inlined section script
7742 entries. Duplicate file section script entries.
7743 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7744 inlined entries. Add test for safe-path rejection.
7745
df25ebbd
JB
77462015-01-29 Joel Brobecker <brobecker@adacore.com>
7747
7748 * gdb.ada/disc_arr_bound: New testcase.
7749
4a0ca9ec
JB
77502015-01-29 Joel Brobecker <brobecker@adacore.com>
7751
7752 * gdb.ada/mi_var_array: New testcase.
7753
3a8b707a
DE
77542015-01-27 Doug Evans <dje@google.com>
7755
7756 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7757 Add test for objfile.filename, objfile.username after objfile
7758 has been unloaded.
7759
f8313f6e
JB
77602015-01-26 Joel Brobecker <brobecker@adacore.com>
7761
7762 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7763 the second test to print the name attribute of value
7764 returned by the call to gdb.lookup_type, and adjust
7765 the expected output accordingly.
7766
37bc665e
MW
77672015-01-25 Mark Wielaard <mjw@redhat.com>
7768
7769 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7770 * gdb.base/disp-step-fork.c: Include unistd.h.
7771 * gdb.base/siginfo-obj.c: Include stdio.h.
7772 * gdb.base/siginfo-thread.c: Likewise.
7773 * gdb.mi/non-stop.c: Include unistd.h.
7774 * gdb.mi/nsthrexec.c: Include stdio.h.
7775 * gdb.mi/pthreads.c: Include unistd.h.
7776 * gdb.modula2/unbounded1.c (main): Declare returns int.
7777 * gdb.reverse/consecutive-reverse.c: Likewise.
7778 * gdb.threads/create-fail.c: Include unistd.h.
7779 * gdb.threads/killed.c: Likewise.
7780 * gdb.threads/linux-dp.c: Likewise.
7781 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7782 * gdb.threads/non-ldr-exc-2.c: Likewise.
7783 * gdb.threads/non-ldr-exc-3.c: Likewise.
7784 * gdb.threads/non-ldr-exc-4.c: Likewise.
7785 * gdb.threads/pthreads.c: Include unistd.h.
7786 (main): Declare returns int.
7787 * gdb.threads/tls-main.c (foo): New declaration.
7788 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7789
f7e5394d
SM
77902015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7791
7792 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7793 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7794
743649fd
MW
77952015-01-15 Mark Wielaard <mjw@redhat.com>
7796
7797 * gdb.base/noreturn-return.c: New file.
7798 * gdb.base/noreturn-return.exp: New file.
7799 * gdb.base/noreturn-finish.c: New file.
7800 * gdb.base/noreturn-finish.exp: New file.
7801
198297aa
PA
78022015-01-23 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.threads/continue-pending-after-query.c: New file.
7805 * gdb.threads/continue-pending-after-query.exp: New file.
7806
717cf30c
AG
78072015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7808 Simon Marchi <simon.marchi@ericsson.com>
7809
7810 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7811 * gdb.base/valgrind-db-attach.exp: Same.
7812 * gdb.base/valgrind-infcall.exp: Same.
7813 * lib/mi-support.exp (default_mi_gdb_start): Same.
7814 * lib/prompt.exp (default_prompt_gdb_start): Same.
7815 * lib/gdb.exp (default_gdb_spawn): Same.
7816 (gdb_interact): New.
7817
7818
4b62a76e
JK
78192015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7820
7821 * gdb.compile/compile.exp (pointer to jit function): New test.
7822
b4cdae6f
WW
78232015-01-17 Wei-cheng Wang <cole945@gmail.com>
7824
7825 * lib/gdb.exp (supports_process_record): Return true for
7826 powerpc*-*-linux*.
7827 (supports_reverse): Likewise.
7828
d221e7ef
DB
78292015-01-15 Don Breazeal <donb@codesourcery.com>
7830
7831 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7832 instead of checking whether the target board is remote and
7833 use spawn_wait_for_attach instead of exec/sleep.
7834 * gdb.base/attach-twice.exp: Likewise.
7835
bafffb51
JB
78362015-01-15 Joel Brobecker <brobecker@adacore.com>
7837
7838 * gdb.ada/var_arr_attrs: New testcase.
7839
5589af0e
PA
78402015-01-14 Pedro Alves <palves@redhat.com>
7841 Joel Brobecker <brobecker@adacore.com>
7842
7843 PR gdb/17525
7844 * gdb.base/bp-cmds-execution-x-script.c: New file.
7845 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7846 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7847
6c400b59
PA
78482015-01-14 Pedro Alves <palves@redhat.com>
7849
7850 PR cli/17828
7851 * gdb.base/batch-preserve-term-settings.c: New file.
7852 * gdb.base/batch-preserve-term-settings.exp: New file.
7853
e02c96a7
DE
78542015-01-13 Doug Evans <dje@google.com>
7855
7856 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7857 binary.
7858
576fd14c
JB
78592015-01-13 Joel Brobecker <brobecker@adacore.com>
7860
7861 * Makefile.in (clean mostlyclean): Do not delete *.py.
7862
04dccad0
JB
78632015-01-13 Joel Brobecker <brobecker@adacore.com>
7864
7865 * gdb.python/py-lookup-type.exp: New file.
7866
3d230f71
PA
78672015-01-12 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7870 restore GDBFLAGS before returning.
7871
7e67715d
JK
78722015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7873
7874 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7875 is_amd64_regs_target and is_x86_like_target.
7876
f2e0d4b4
DE
78772015-01-11 Doug Evans <xdje42@gmail.com>
7878
7879 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7880 is given without an explicit form.
7881 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7882 attributes.
7883 * gdb.dwarf/corrupt.exp: Ditto.
7884 * gdb.dwarf2/enum-type.exp: Ditto.
7885 * gdb.trace/entry-values.exp: Ditto.
7886 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7887
439250fb
DE
78882015-01-11 Doug Evans <xdje42@gmail.com>
7889
7890 PR gdb/15830
7891 * gdb.base/maint.exp: Remove references to "maint demangle".
7892 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7893 Add tests for explicitly specifying language to demangle.
7894 * gdb.dlang/demangle.exp: Ditto.
7895
ede9f622
PA
78962015-01-09 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.threads/non-stop-fair-events.c: New file.
7899 * gdb.threads/non-stop-fair-events.exp: New file.
7900
a7b796db
PA
79012015-01-09 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7904 the global scope. Set a breakpoint after all threads are started
7905 rather than stepping over two source lines. Expect the prompt.
7906 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7907 global.
7908 (NUM): Now 15.
7909 (main): Use threads_started_barrier to wait for all threads to
7910 start. Main thread no longer calls thread_function. Exit after
7911 180 seconds.
7912 (loop): New function.
7913 (thread_function): Wait on threads_started_barrier barrier. Call
7914 'loop' at each iteration.
7915 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7916 threads have started, instead of hardcoding number of "next"
7917 steps. Use an access watchpoint instead of a write watchpoint.
7918
9665ffdd
PA
79192015-01-09 Pedro Alves <palves@redhat.com>
7920
7921 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7922 (thread_func): Wait on barrier.
7923 (main): Wait for all threads to start before stopping GDB.
7924 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7925 global.
7926 (thread1_func, thread2_func): Wait on barrier.
7927 (main): Wait for all threads to start before stopping GDB.
7928 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7929 New global.
7930 (thread1_func, thread2_func): Wait on barrier.
7931 (main): Wait for all threads to start before stopping GDB.
7932
c945a99f
PA
79332015-01-09 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.threads/attach-many-short-lived-threads.c: New file.
7936 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7937
c1a747c1
PA
79382014-01-09 Pedro Alves <palves@redhat.com>
7939
7940 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7941 instead of to thread 2.
7942 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7943 Add barrier around each pthread_create call instead of around all
7944 calls.
7945 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7946 Set a break on thread_function and have the child threads hit it
7947 one at at a time.
7948
60b3033e
PA
79492015-01-09 Pedro Alves <palves@redhat.com>
7950
7951 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7952 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7953 false.
7954 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7955 checking whether the target board is remote.
7956 * gdb.multi/multi-attach.exp: Likewise.
7957 * gdb.python/py-sync-interp.exp: Likewise.
7958 * gdb.server/ext-attach.exp: Likewise.
7959 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7960 tests that need to attach, instead of checking whether the target
7961 board is remote at the top of the file.
7962
acc018ac
YQ
79632015-01-08 Yao Qi <yao@codesourcery.com>
7964
7965 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7966
50a18af8
JK
79672015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7968
7969 Fix testcase compilation.
7970 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7971
8503d6e1
JB
79722015-01-06 Joel Brobecker <brobecker@adacore.com>
7973
7974 * gdb.python/py-type.exp: Add a couple test about empty
7975 array creation, and negative-length array creation.
7976
cc73dbcc
DE
79772015-01-02 Doug Evans <xdje42@gmail.com>
7978
7979 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7980
0300bbc7
DE
79812015-01-02 Doug Evans <dje@google.com>
7982
7983 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7984
9d85a0ec
YQ
79852014-12-29 Yao Qi <yao@codesourcery.com>
7986
7987 * gdb.trace/entry-values.exp: Update comments. Rename variable
7988 bar_call_foo to returned_from_foo.
7989
87186c6a
MMN
79902014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7991
7992 PR gdb/17394
7993 * gdb.linespec/break-asm-file.c: New file.
7994 * gdb.linespec/break-asm-file.exp: New file.
7995 * gdb.linespec/break-asm-file0.s: New file.
7996 * gdb.linespec/break-asm-file1.s: New file.
7997
1bab7383
YQ
79982014-12-18 Nigel Stephens <nigel@mips.com>
7999 Maciej W. Rozycki <macro@codesourcery.com>
8000
8001 * gdb.base/float.exp: Handle the new output from "info float" on
8002 MIPS targets.
8003
1bc1068a
JK
80042014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8005
8006 Fix MinGW compilation.
8007 * gdb.compile/compile-ops.exp: Update untested message if
8008 !skip_compile_feature_tests.
8009 * gdb.compile/compile-setjmp.exp: Likewise.
8010 * gdb.compile/compile-tls.exp: Likewise.
8011 * gdb.compile/compile.exp: Likewise.
8012 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8013 supported on this host".
8014
b6615d10
DE
80152014-12-16 Doug Evans <xdje42@gmail.com>
8016
8017 * boards/stabs.exp: New file.
8018
25dda427
AA
80192014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8020
8021 * gdb.base/completion.exp: Adjust to format changes of "maint
8022 print user-registers".
8023
bf330350
CU
80242014-12-16 Catalin Udma <catalin.udma@freescale.com>
8025
8026 PR server/17457
8027 * gdb.arch/aarch64-fp.c: New file.
8028 * gdb.arch/aarch64-fp.exp: New file.
8029
395cf596
SDJ
80302014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8031
8032 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8033 r210637, r210913, r211666, r215400, r215817).
8034
8035 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8036 * dg-extract-results.py: New file.
8037 * dg-extract-results.sh: Use it if the environment seems
8038 suitable.
8039
8040 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8041
8042 * dg-extract-results.py (parse_run): Handle warnings that
8043 are printed before a test harness is run.
8044
8045 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8046
8047 * dg-extract-results.py (Named): Remove __cmp__ method.
8048 (output_variation): Use a key to sort variation.harnesses.
8049
8050 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8051
8052 * dg-extract-results.py: For Python 3, force sys.stdout to
8053 handle surrogate escape sequences.
8054 (safe_open): New function.
8055 (output_segment, main): Use it.
8056
8057 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8058
8059 * dg-extract-results.py (Prog.result_re): Include options
8060 in test name.
8061
8062 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8063
8064 * dg-extract-results.py (output_variation): Always sort if
8065 do_sum.
8066
e882ef3c
SM
80672014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8068
8069 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8070 as long as we get pagination notifications.
8071
4992aa20
JM
80722014-12-15 Jason Merrill <jason@redhat.com>
8073
8074 * Makefile.in (check-gdb.%): Restore.
8075 * README: Mention it.
8076
c1b5a1a6
JB
80772014-12-13 Joel Brobecker <brobecker@adacore.com>
8078
8079 * gdb.ada/str_uninit: New testcase.
8080
5537b577
JK
80812014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8082
8083 PR symtab/17642
8084 * gdb.base/vla-stub-define.c: New file.
8085 * gdb.base/vla-stub.c: New file.
8086 * gdb.base/vla-stub.exp: New file.
8087
bb2ec1b3
TT
80882014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8089 Jan Kratochvil <jan.kratochvil@redhat.com>
8090 Tom Tromey <tromey@redhat.com>
8091
8092 * configure.ac: Add gdb.compile/.
8093 * configure: Regenerate.
8094 * gdb.compile/Makefile.in: New file.
8095 * gdb.compile/compile-ops.exp: New file.
8096 * gdb.compile/compile-ops.c: New file.
8097 * gdb.compile/compile-tls.c: New file.
8098 * gdb.compile/compile-tls.exp: New file.
8099 * gdb.compile/compile-constvar.S: New file.
8100 * gdb.compile/compile-constvar.c: New file.
8101 * gdb.compile/compile-mod.c: New file.
8102 * gdb.compile/compile-nodebug.c: New file.
8103 * gdb.compile/compile-setjmp-mod.c: New file.
8104 * gdb.compile/compile-setjmp.c: New file.
8105 * gdb.compile/compile-setjmp.exp: New file.
8106 * gdb.compile/compile-shlib.c: New file.
8107 * gdb.compile/compile.c: New file.
8108 * gdb.compile/compile.exp: New file.
8109 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8110
4ff709eb
TT
81112014-12-12 Tom Tromey <tromey@redhat.com>
8112
8113 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8114 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8115
6dddd6a5
DE
81162014-12-12 Doug Evans <dje@google.com>
8117
8118 * lib/gdb-python.exp (get_python_valueof): New function.
8119 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8120
71c24708
AA
81212014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8122
8123 * gdb.base/completion.exp: Add test for completion of "info
8124 registers ".
8125
3e29f34a
MR
81262014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8127
8128 * gdb.base/func-ptrs.c: New file.
8129 * gdb.base/func-ptrs.exp: New file.
8130
fc126975
SM
81312014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8132
8133 PR breakpoints/17012
8134 * gdb.base/dprintf-detach.c: New file.
8135 * gdb.base/dprintf-detach.exp: New file.
8136
0a46d518
SM
81372014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8138
8139 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8140 * lib/gdb.exp (target_is_gdbserver): New procedure.
8141
a0be3e44
DE
81422014-12-08 Doug Evans <dje@google.com>
8143
8144 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8145
df1b803a
YQ
81462014-12-05 Yao Qi <yao@codesourcery.com>
8147
8148 * gdb.guile/scm-error.exp: Remove the third argument to
8149 gdb_remote_download.
8150 * gdb.guile/scm-frame-args.exp: Likewise.
8151 * gdb.guile/scm-section-script.exp: Likewise.
8152
ddb9f679
YQ
81532014-12-05 Yao Qi <yao@codesourcery.com>
8154
8155 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8156
86e4ed39
DE
81572014-12-04 Doug Evans <dje@google.com>
8158
8159 * gdb.python/py-objfile.exp: Add tests for
8160 objfile.add_separate_debug_file.
8161
7c50a931
DE
81622014-12-04 Doug Evans <dje@google.com>
8163
8164 * lib/gdb.exp (get_build_id): New function.
8165 (build_id_debug_filename_get): Rewrite to use it.
8166 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8167
621661e3
MR
81682014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8169
8170 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8171 `method(long)', not just 0x0.
8172 * gdb.cp/nsalias.exp: Align code labels to 4.
8173 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8174 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8175 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8176 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8177 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8178 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8179
29f0c3b7
DE
81802014-12-02 Doug Evans <dje@google.com>
8181
e1e061e7 8182 PR symtab/17602
29f0c3b7 8183 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8184 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8185 * gdb.cp/anon-ns.exp: Update.
8186
162078c8
NB
81872014-12-02 Nick Bull <nicholaspbull@gmail.com>
8188
8189 * gdb.python/py-events.py (inferior_call_handler): New.
8190 (register_changed_handler, memory_changed_handler): New.
8191 (test_events.invoke): Register new handlers.
8192 * gdb.python/py-events.exp: Add tests for inferior call,
8193 memory_changed and register_changed events.
8194
fdb09caf
AA
81952014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8196
8197 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8198 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8199 if the linker doesn't understand this.
8200
55cfb2c4
SM
82012014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8202
8203 * gdb.python/python.exp: Change expected reply to help().
8204
9e8cd6df
YQ
82052014-12-01 Yao Qi <yao@codesourcery.com>
8206
8207 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8208 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8209 * configure: Re-generated.
8210
6c659fc2
SC
82112014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8212
8213 * gdb.cp/chained-calls.cc: New file.
8214 * gdb.cp/chained-calls.exp: New file.
8215 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8216
d7fc3181
SM
82172014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8218
8219 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8220 * gdb.dwarf2/symtab-producer.exp: Same.
8221 * gdb.gdb/python-interrupts.exp: Same.
8222 * gdb.gdb/python-selftest.exp: Same.
8223 * gdb.python/py-linetable.exp: Same.
8224 * gdb.python/py-type.exp: Same.
8225 * gdb.python/py-value-cc.exp: Same.
8226 * gdb.python/py-value.exp: Same.
8227
10e79639
YQ
82282014-11-28 Yao Qi <yao@codesourcery.com>
8229
8230 * gdb.base/break-probes.exp: Match library name prefixed with
8231 sysroot.
8232
f28a0564
SM
82332014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8234
8235 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8236 test expected output. Add parentheses for the call to print.
8237 Remove L suffix from integers.
8238
3fe1ce1d
DE
82392014-11-26 Doug Evans <dje@google.com>
8240
8241 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8242
84429e27
YQ
82432014-11-22 Yao Qi <yao@codesourcery.com>
8244
8245 * gdb.trace/entry-values.c: Remove asms.
8246 (foo): Add foo_label.
8247 (bar): Add bar_label.
8248 * gdb.trace/entry-values.exp: Remove code computing foo's
8249 length and bar's length.
8250 (Dwarf::assemble): Invoke function_range for bar and use
8251 MACRO_AT_func for foo.
8252
26741859
YQ
82532014-11-22 Yao Qi <yao@codesourcery.com>
8254
8255 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8256 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8257 Use .Lgcc43_procstart instead of gcc43.
8258
45e44d27
JB
82592014-11-21 Joel Brobecker <brobecker@adacore.com>
8260
8261 * gdb.ada/n_arr_bound: New testcase.
8262
458c8db8
SDJ
82632014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8264
8265 PR breakpoints/10737
8266 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8267 test_catch_syscall_multi_arch.
8268 (test_catch_syscall_multi_arch): New function.
8269
43f3e411
DE
82702014-11-20 Doug Evans <xdje42@gmail.com>
8271
8272 * gdb.base/maint.exp: Update expected output.
8273
0d7b2549
AA
82742014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8275
8276 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8277 4-byte instruction on S390.
8278
8908fca5
JB
82792014-11-19 Joel Brobecker <brobecker@adacore.com>
8280
8281 * gdb.ada/arr_arr: New testcase.
8282
4a46959e
JB
82832014-11-19 Joel Brobecker <brobecker@adacore.com>
8284
8285 * gdb.ada/pkd_arr_elem: New Testcase.
8286
470e2f4e
LM
82872014-11-18 Luis Machado <lgustavo@codesourcery.com>
8288
8289 * gdb.reverse/break-precsave: Expect completion message for
8290 core file reads.
8291 * gdb.reverse/consecutive-precsave.exp: Likewise.
8292 * gdb.reverse/finish-precsave.exp: Likewise.
8293 * gdb.reverse/i386-precsave.exp: Likewise.
8294 * gdb.reverse/machinestate-precsave.exp: Likewise.
8295 * gdb.reverse/sigall-precsave.exp: Likewise.
8296 * gdb.reverse/solib-precsave.exp: Likewise.
8297 * gdb.reverse/step-precsave.exp: Likewise.
8298 * gdb.reverse/until-precsave.exp: Likewise.
8299 * gdb.reverse/watch-precsave.exp: Likewise.
8300
a267f3ad
AA
83012014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8302
8303 * gdb.base/bp-permanent.c: Include unistd.h.
8304 * gdb.python/py-framefilter-mi.c (main): Add return type.
8305 * gdb.python/py-framefilter.c (main): Likewise.
8306 * gdb.trace/actions-changed.c (main): Likewise.
8307
12084a9a
AA
83082014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8309
8310 * gdb.mi/until.c: Add eye-catchers.
8311 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8312 line numbers.
8313
dc7e1a77
AA
83142014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8315
8316 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8317 function header variants in break1.c.
8318 * gdb.base/ena-dis-br.exp: Likewise.
8319 * gdb.base/hbreak2.exp: Likewise.
8320 * gdb.reverse/until-precsave.exp: Drop references to removed
8321 non-prototype function header variants in ur1.c.
8322 * gdb.reverse/until-reverse.exp: Likewise.
8323
41c77605
PM
83242014-11-17 Petr Machata <pmachata@redhat.com>
8325
8326 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8327 ${_cu_offset_size} bytes abbrev offset.
8328
34248c3a
DE
83292014-11-15 Doug Evans <xdje42@gmail.com>
8330
8331 PR symtab/17559
8332 * gdb.base/line-symtabs.exp: New file.
8333 * gdb.base/line-symtabs.c: New file.
8334 * gdb.base/line-symtabs.h: New file.
8335
646da059
YQ
83362014-11-14 Yao Qi <yao@codesourcery.com>
8337
8338 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8339 (func): Add label func_label.
8340 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8341 Replace low_pc and high_pc with MACRO_AT_range.
8342 Replace name, low_pc and high_pc with MACRO_AT_func.
8343
9301ebe6
YQ
83442014-11-14 Yao Qi <yao@codesourcery.com>
8345
8346 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8347 Replace name, low_pc and high_pc with MACRO_AT_func.
8348
f166b542
YQ
83492014-11-14 Yao Qi <yao@codesourcery.com>
8350
8351 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8352 produce debug information.
8353 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8354
0f6e71e3
YQ
83552014-11-14 Yao Qi <yao@codesourcery.com>
8356
8357 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8358 object and get function length.
8359 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8360 with MACRO_AT_func.
8361 (top-level): Replace gdb_compile and clean_restart with
8362 prepare_for_testing.
8363 * gdb.dwarf2/main.c (main): Add label main_label.
8364
876c4df9
YQ
83652014-11-14 Yao Qi <yao@codesourcery.com>
8366
8367 * lib/dwarf.exp (function_range): New procedure.
8368 (Dwarf::_handle_macro_at_func): New procedure.
8369 (Dwarf::_handle_macro_at_range): New procedure.
8370 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8371
02ad9cf1
YQ
83722014-11-14 Yao Qi <yao@codesourcery.com>
8373
8374 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8375 (_handle_attribute): New procedure.
8376
a59add0c
AA
83772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8378
8379 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8380 * gdb.base/call-sc.c (zed): Likewise.
8381 * gdb.base/checkpoint.c (main): Likewise.
8382 * gdb.base/dump.c (main): Likewise.
8383 * gdb.base/gcore.c (main): Likewise.
8384 * gdb.base/huge.c (main): Likewise.
8385 * gdb.base/multi-forks.c (main): Likewise.
8386 * gdb.base/pr10179-a.c (main): Likewise.
8387 * gdb.base/savedregs.c (main): Likewise.
8388 * gdb.base/sigaltstack.c (main): Likewise.
8389 * gdb.base/siginfo.c (main): Likewise.
8390 * gdb.base/structs.c (zed): Likewise.
8391 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8392 * gdb.mi/mi-syn-frame.c (main): Likewise.
8393 * gdb.mi/until.c (foo, main): Likewise.
8394 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8395 * gdb.base/solib-weak.c (foo): Declare.
8396 * gdb.base/attach-twice.c: Include stdio.h.
8397 * gdb.base/weaklib1.c: Likewise.
8398 * gdb.base/weaklib2.c: Likewise.
8399 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8400 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8401 unistd.h.
8402 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8403 * gdb.mi/mi-exit-code.c: Likewise.
8404 * gdb.base/break-interp-lib.c: Include string.h.
8405 * gdb.base/coremaker.c: Likewise.
8406 * gdb.base/testenv.c: Likewise.
8407 * gdb.python/py-finish-breakpoint.c: Likewise.
8408 * gdb.base/inferior-died.c: Include sys/wait.h.
8409 * gdb.base/fileio.c: Include time.h.
8410 * gdb.base/async-shell.c: Include unistd.h.
8411 * gdb.base/dprintf-non-stop.c: Likewise.
8412 * gdb.base/info-os.c: Likewise.
8413 * gdb.mi/mi-console.c: Likewise.
8414 * gdb.mi/watch-nonstop.c: Likewise.
8415 * gdb.python/py-events.c: Likewise.
8416 * gdb.base/async.c (baz): Move up before its invocation.
8417 * gdb.base/code_elim2.c (my_global_func): Likewise.
8418 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8419 * gdb.base/advance.c (func2): Likewise.
8420
3b5d5997
AA
84212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8422
8423 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8424 variant.
8425 * gdb.base/annota3.c: Likewise.
8426 * gdb.base/async.c: Likewise.
8427 * gdb.base/average.c: Likewise.
8428 * gdb.base/call-ar-st.c: Likewise.
8429 * gdb.base/call-rt-st.c: Likewise.
8430 * gdb.base/call-sc.c: Likewise.
8431 * gdb.base/call-strs.c: Likewise.
8432 * gdb.base/ending-run.c: Likewise.
8433 * gdb.base/execd-prog.c: Likewise.
8434 * gdb.base/exprs.c: Likewise.
8435 * gdb.base/foll-exec.c: Likewise.
8436 * gdb.base/foll-fork.c: Likewise.
8437 * gdb.base/foll-vfork.c: Likewise.
8438 * gdb.base/funcargs.c: Likewise.
8439 * gdb.base/gcore.c: Likewise.
8440 * gdb.base/jump.c: Likewise.
8441 * gdb.base/langs0.c: Likewise.
8442 * gdb.base/langs1.c: Likewise.
8443 * gdb.base/langs2.c: Likewise.
8444 * gdb.base/mips_pro.c: Likewise.
8445 * gdb.base/nodebug.c: Likewise.
8446 * gdb.base/opaque0.c: Likewise.
8447 * gdb.base/opaque1.c: Likewise.
8448 * gdb.base/recurse.c: Likewise.
8449 * gdb.base/run.c: Likewise.
8450 * gdb.base/scope0.c: Likewise.
8451 * gdb.base/scope1.c: Likewise.
8452 * gdb.base/setshow.c: Likewise.
8453 * gdb.base/setvar.c: Likewise.
8454 * gdb.base/shmain.c: Likewise.
8455 * gdb.base/shr1.c: Likewise.
8456 * gdb.base/shr2.c: Likewise.
8457 * gdb.base/sigall.c: Likewise.
8458 * gdb.base/signals.c: Likewise.
8459 * gdb.base/so-indr-cl.c: Likewise.
8460 * gdb.base/solib2.c: Likewise.
8461 * gdb.base/structs.c: Likewise.
8462 * gdb.base/sum.c: Likewise.
8463 * gdb.base/vforked-prog.c: Likewise.
8464 * gdb.base/watchpoint.c: Likewise.
8465 * gdb.reverse/shr2.c: Likewise.
8466 * gdb.reverse/until-reverse.c: Likewise.
8467 * gdb.reverse/ur1.c: Likewise.
8468 * gdb.reverse/watch-reverse.c: Likewise.
8469
066a77c5
AA
84702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8471
8472 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8473 variant.
8474 * gdb.base/sepdebug.exp: Drop references to removed code.
8475
4f204ea5
AA
84762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8477
8478 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8479 variant. Preserve original line numbering.
8480 * gdb.base/list1.c: Likewise.
8481
3b377a3a
AA
84822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8483
8484 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8485 variant.
8486 * gdb.base/break1.c: Likewise.
8487 * gdb.base/break.exp: Drop references to removed code.
8488
e444df73
AA
84892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8490
8491 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8492 variant.
8493
8008f2a7
AA
84942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8495
8496 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8497
a5a06887
AA
84982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8499
8500 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8501 logic into perform_all_tests() and invoke it with and without
8502 function header prototypes.
8503 (do_function_calls): Remove conditional XFAIL for PR 5318.
8504 (rerun_and_prepare): Remove duplicate code.
8505 (perform_all_tests): New. Main logic moved here.
8506
44dba9b9
AA
85072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8508
8509 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8510 code guarded by #ifdef NO_PROTOTYPES.
8511 (t_double_many_args): Likewise.
8512 (DEF_FUNC_MANY_ARGS_1): Likewise.
8513 (DEF_FUNC_VALUES_1): Likewise.
8514 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8515 guarded by #ifdef PROTOTYPES.
8516
d1fbcd56
AA
85172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8518
8519 * gdb.mi/mi-console.c: Add eye-catcher.
8520 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8521 instead of literal line number.
8522
b0e59b8f
AA
85232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8524
8525 * gdb.base/shr2.c: Add eye-catcher.
8526 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8527 line number.
8528
78f98cca
AA
85292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8530
8531 * gdb.base/jump.c: Add eye-catchers.
8532 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8533 numbers.
8534
58fa2af0
AA
85352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8536
8537 * gdb.base/execd-prog.c: Add eye-catchers.
8538 * gdb.base/foll-exec.c: Likewise.
8539 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8540 line numbers.
8541
04e5059b
AA
85422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8543
8544 * gdb.base/ending-run.c: Add eye-catchers.
8545 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8546 literal line numbers.
8547
dbfdb174
AA
85482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8549
8550 * gdb.base/call-rt-st.c: Add eye-catchers.
8551 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8552 literal line numbers.
8553
888a2ade
AA
85542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8555
8556 * gdb.base/call-ar-st.c: Add eye-catchers.
8557 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8558 literal line numbers.
8559
6acc2dde
AA
85602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8561
8562 * gdb.base/average.c: Add eye-catchers.
8563 * gdb.base/sum.c: Likewise.
8564 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8565 regexps dynamically.
8566
9ecfcd1d
AA
85672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8568
8569 * gdb.base/solib1.c: Add eye-catchers.
8570 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8571 literal line numbers.
8572
78708b7c
PA
85732014-11-12 Pedro Alves <palves@redhat.com>
8574
8575 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8576 leader has exited.
8577
af48d08f
PA
85782014-11-12 Pedro Alves <palves@redhat.com>
8579
8580 * gdb.arch/i386-bp_permanent.c: New file.
8581 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8582 (srcfile): Set to i386-bp_permanent.c.
8583 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8584 that stepi does not execute the 'leave' instruction, instead of
8585 testing it does execute.
8586 * gdb.base/bp-permanent.c: New file.
8587 * gdb.base/bp-permanent.exp: New file.
8588
af3768e9
DE
85892014-11-10 Doug Evans <xdje42@gmail.com>
8590
8591 PR symtab/17564
8592 * gdb.base/symtab-search-order.exp: New file.
8593 * gdb.base/symtab-search-order.c: New file.
8594 * gdb.base/symtab-search-order-1.c: New file.
8595 * gdb.base/symtab-search-order-shlib-1.c: New file.
8596
9de00a4a
PA
85972014-11-07 Pedro Alves <palves@redhat.com>
8598
8599 PR gdb/17511
8600 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8601 i?86-*-linux*.
8602
e0f52461
SC
86032014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8604
8605 PR c++/17494
8606 * gdb.cp/pr17494.cc: New file.
8607 * gdb.cp/pr17494.exp: New file.
8608
6ce8c980
YQ
86092014-11-02 Yao Qi <yao@codesourcery.com>
8610
8611 * gdb.python/python.exp: Get working directory and match the
8612 output of "set extended-prompt \\w " with it.
8613
02be9a71
DE
86142014-10-30 Doug Evans <dje@google.com>
8615
8616 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8617 in objfiles.
8618 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8619 in progspaces.
8620
3bdff46b
LM
86212014-10-30 Janis Johnson <janisjo@codesourcery.com>
8622
8623 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8624 * gdb.base/realname-expand.exp: Likewise.
8625 * gdb.linespec/macro-relative.exp: Likewise.
8626
ab917dfb
PA
86272014-10-29 Pedro Alves <palves@redhat.com>
8628
8629 PR gdb/17408
8630 * gdb.threads/schedlock.c (some_function): New function.
8631 (call_function): New global.
8632 (MAYBE_CALL_SOME_FUNCTION): New macro.
8633 (thread_function): Call it.
8634 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8635 and use it instead of a global counter. Adjust all callers.
8636 (get_current_thread): Use "find current thread" for test message
8637 here rather than having all callers pass down the same string.
8638 (goto_loop): New procedure, factored out from ...
8639 (my_continue): ... this.
8640 (step_ten_loops): Change parameter from test message to command to
8641 use. Adjust.
8642 (list_count): Delete global.
8643 (check_result): New procedure, factored out from duplicate top
8644 level code.
8645 (continue tests): Wrap in with_test_prefix.
8646 (test_step): New procedure, factored out from duplicate top level
8647 code.
8648 (top level): Test "step" in combination with all scheduler-locking
8649 modes. Test "next" in combination with all scheduler-locking
8650 modes, and in combination with stepping over a function call or
8651 not.
8652 * gdb.threads/next-bp-other-thread.c: New file.
8653 * gdb.threads/next-bp-other-thread.exp: New file.
8654
d3d4baed
PA
86552014-10-29 Pedro Alves <palves@redhat.com>
8656
8657 PR python/17372
8658 * gdb.python/python.exp: Test a multi-line command that spawns
8659 interactive Python.
8660 * gdb.base/multi-line-starts-subshell.exp: New file.
8661
563e8d85
YQ
86622014-10-29 Yao Qi <yao@codesourcery.com>
8663
8664 * gdb.base/fileio.exp: Make directories on host.
8665
0ea4d52e
YQ
86662014-10-29 Yao Qi <yao@codesourcery.com>
8667
8668 * gdb.base/fileio.c (test_write): Close the file.
8669
7f5ef605
PA
86702014-10-28 Pedro Alves <palves@redhat.com>
8671
8672 PR gdb/12623
8673 * gdb.base/sigstep.c (no_handler): New global.
8674 (main): If 'no_handler is true, set the signal handlers to
8675 SIG_IGN.
8676 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8677 with_sw_watch and no_handler parameters. Handle them.
8678 (top level) <stepping over handler when stopped at a breakpoint
8679 test>: Add a test axis for testing with a software watchpoint, and
8680 another for testing with the signal handler set to SIG_IGN.
8681 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8682 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8683
abbdbd03
PA
86842014-10-28 Pedro Alves <palves@redhat.com>
8685
8686 PR gdb/17511
8687 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8688 * gdb.base/sigstep.exp (other_handler_location): New global.
8689 (advance): Support stepping into the signal handler, and running
8690 commands while in the handler.
8691 (in_handler_map): New global.
8692 (top level): In the advance test, add combinations for getting
8693 into the handler with stepping commands, and for running commands
8694 in the handler. Add comment descripting the advancei tests.
8695
1df4399f
PA
86962014-10-28 Pedro Alves <palves@redhat.com>
8697
8698 * gdb.base/sigstep.exp: Use build_executable instead of
8699 prepare_for_testing.
8700 (top level): Move code that starts GDB, runs to main and creates a
8701 display to ...
8702 (restart): ... this new procedure.
8703 (top level): Move backtrace from signal handler test to ...
8704 (validate_backtrace): ... this new procedure.
8705 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8706 with_test_prefix. Always restart GDB.
8707 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8708 with_test_prefix. Always restart GDB. No need to delete
8709 breakpoints after the test.
8710 (test_skip_handler): Remove prefix parameter.
8711 (skip_over_handler, breakpoint_to_handler)
8712 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8713 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8714 restart GDB. No need to delete breakpoints after the test.
8715 (top level): Use foreach to call the test procedures with
8716 different commands.
8717
a5b6e449
PA
87182014-10-28 Pedro Alves <palves@redhat.com>
8719
8720 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8721 instead of GNATS numbers.
8722 * gdb.base/sigbpt.exp: Likewise.
8723 * gdb.base/siginfo.exp: Likewise.
8724 * gdb.base/sigstep.exp: Likewise.
8725
e5f8a7cc
PA
87262014-10-27 Pedro Alves <palves@redhat.com>
8727
8728 * gdb.base/sigstep.c (dummy): New global.
8729 (main): Issue a couple writes to the new global.
8730 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8731 procedures.
8732 (skip_over_handler): Use test_skip_handler.
8733 (top level): Call skip_over_handler for stepi and nexti too.
8734 (breakpoint_over_handler): Use test_skip_handler.
8735 (top level): Call breakpoint_over_handler for stepi and nexti too.
8736
763905a3
YQ
87372014-10-27 Yao Qi <yao@codesourcery.com>
8738
8739 * gdb.trace/tfile.c (adjust_function_address)
8740 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8741 function descriptor.
8742
6f259a23
DB
87432014-10-24 Don Breazeal <donb@codesourcery.com>
8744
8745 * gdb.base/foll-fork.exp (test_follow_fork,
8746 catch_fork_child_follow): Check for updated fork messages emitted
8747 from infrun.c.
8748 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8749 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8750 vfork_and_exec_child_follow_through_step): Check for updated vfork
8751 messages emitted from infrun.c.
8752
09dd9a69
PA
87532014-10-24 Pedro Alves <palves@redhat.com>
8754
8755 * gdb.base/corefile.exp: Remove references to ultrix.
8756 * gdb.base/interrupt.exp: Likewise.
8757 * gdb.base/whatis.exp: Likewise.
8758 * gdb.gdb/selftest.exp: Likewise.
8759 * gdb.threads/manythreads.exp: Likewise.
8760 * gdb.threads/print-threads.exp: Likewise.
8761 * gdb.threads/pthreads.exp:: Likewise.
8762 * gdb.threads/schedlock.exp: Likewise.
8763
3433cfa5
SC
87642014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8765
8766 * gdb.cp/non-trivial-retval.cc: Add a test case.
8767 * gdb.cp/non-trivial-retval.exp: Add a test.
8768
092f880b
YQ
87692014-10-20 Yao Qi <yao@codesourcery.com>
8770
8771 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8772 * gdb.python/py-objfile-script-gdb.py: New file.
8773 * gdb.python/py-objfile-script.exp: Update reference to
8774 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8775 of remote_download. Remove the dest file.
8776
acbdb7f3
YQ
87772014-10-20 Yao Qi <yao@codesourcery.com>
8778
8779 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8780 * gdb.base/step-line.exp: Likewise.
8781 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8782 * gdb.dwarf2/dw2-basic.exp: Likewise.
8783 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8784 * gdb.dwarf2/dw2-filename.exp: Likewise.
8785 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8786 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8787 * gdb.dwarf2/dw2-producer.exp: Likewise.
8788 * gdb.dwarf2/mac-fileno.exp: Likewise.
8789 * gdb.python/py-frame-args.exp: Likewise.
8790 * gdb.python/py-framefilter.exp: Likewise.
8791 * gdb.python/py-mi.exp: Likewise.
8792 * gdb.python/py-objfile-script.exp: Likewise
8793 * gdb.python/py-pp-integral.exp: Likewise.
8794 * gdb.python/py-pp-re-notag.exp: Likewise.
8795 * gdb.python/py-prettyprint.exp: Likewise.
8796 * gdb.python/py-section-script.exp: Likewise.
8797 * gdb.python/py-typeprint.exp: Likewise.
8798 * gdb.python/py-xmethods.exp: Likewise.
8799 * gdb.stabs/weird.exp: Likewise.
8800 * gdb.xml/tdesc-regs.exp: Likewise.
8801
bd286a29
KCY
88022014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8803
8804 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8805 (out_cu): Use addr_len for the size of addresses.
8806 (out_line): Likewise. Size DW_LNE_set_address instruction
8807 according to addr_len.
8808 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8809 (FUNC): Add START_INSNS to definition.
8810
673dc4a0
YQ
88112014-10-18 Yao Qi <yao@codesourcery.com>
8812
8813 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8814 gdb_has_argv0 return true.
8815 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8816 check [target_info exists noargs], check [gdb_has_argv0]
8817 instead.
8818 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8819 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8820 procedures.
8821
4ffbba72
DE
88222014-10-17 Doug Evans <dje@google.com>
8823
8824 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8825 event.
8826 * gdb.python/py-events.py: Add clear_objfiles event.
8827
d096d8c1
DE
88282014-10-17 Doug Evans <dje@google.com>
8829
8830 * gdb.python/py-objfile.exp: Test progspace attribute.
8831
a80db015
LM
88322014-10-17 Luis Machado <lgustavo@codesourcery.com>
8833
8834 * gdb.guile/scm-breakpoint.exp: Do not assume any
8835 directory separators when matching source file paths.
8836 * gdb.python/py-breakpoint.exp: Likewise.
8837 * gdb.reverse/break-precsave.exp: Likewise.
8838 * gdb.reverse/break-reverse.exp: Likewise.
8839 * gdb.reverse/consecutive-precsave.exp: Likewise.
8840 * gdb.reverse/finish-precsave.exp: Likewise.
8841 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8842 * gdb.reverse/finish-reverse.exp: Likewise.
8843 * gdb.reverse/i386-precsave.exp: Likewise.
8844 * gdb.reverse/i387-env-reverse.exp: Likewise.
8845 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8846 * gdb.reverse/machinestate-precsave.exp: Likewise.
8847 * gdb.reverse/machinestate.exp: Likewise.
8848 * gdb.reverse/sigall-precsave.exp: Likewise.
8849 * gdb.reverse/solib-precsave.exp: Likewise.
8850 * gdb.reverse/step-precsave.exp: Likewise.
8851 * gdb.reverse/until-precsave.exp: Likewise.
8852 * gdb.reverse/watch-precsave.exp: Likewise.
8853 * gdb.reverse/watch-reverse.exp: Likewise.
8854
b22089ab
YQ
88552014-10-17 Yao Qi <yao@codesourcery.com>
8856
8857 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8858 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8859
6c4486e6
PA
88602014-10-17 Pedro Alves <palves@redhat.com>
8861
8862 PR gdb/17471
8863 * gdb.base/bg-execution-repeat.c: New file.
8864 * gdb.base/bg-execution-repeat.exp: New file.
8865
0ff33695
PA
88662014-10-17 Pedro Alves <palves@redhat.com>
8867
8868 PR gdb/17300
8869 * gdb.base/continue-all-already-running.c: New file.
8870 * gdb.base/continue-all-already-running.exp: New file.
8871
6fdebc3d
PA
88722014-10-17 Pedro Alves <palves@redhat.com>
8873
8874 PR gdb/17472
8875 * gdb.base/annota-input-while-running.c: New file.
8876 * gdb.base/annota-input-while-running.exp: New file.
8877
32a8097b
PA
88782014-10-17 Pedro Alves <palves@redhat.com>
8879
8880 * gdb.base/callfuncs.exp: emove references to osf.
8881 * gdb.base/sigall.exp: Likewise.
8882 * gdb.gdb/selftest.exp: Likewise.
8883 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8884 * gdb.mi/non-stop.c: Likewise.
8885 * gdb.mi/pthreads.c: Likewise.
8886 * gdb.reverse/sigall-precsave.exp: Likewise.
8887 * gdb.reverse/sigall-reverse.exp: Likewise.
8888 * gdb.threads/pthreads.c: Likewise.
8889 * gdb.threads/pthreads.exp: Likewise.
8890
7a3517ff
YQ
88912014-10-17 Yao Qi <yao@codesourcery.com>
8892
8893 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8894 check 'target_info exists noargs'.
8895 (test_command_prompt_position): Likewise.
8896 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8897 Remove "set args".
8898 (progvar_simple_while_test): Likewise.
8899 (progvar_complex_if_while_test): Likewise.
8900 (if_while_breakpoint_command_test): Likewise.
8901 (infrun_breakpoint_command_test): Likewise.
8902 (breakpoint_command_test): Likewise.
8903 (watchpoint_command_test): Likewise.
8904 (bp_deleted_in_command_test): Likewise.
8905 (temporary_breakpoint_commands): Likewise.
8906
bb99c472
YQ
89072014-10-16 Yao Qi <yao@codesourcery.com>
8908
8909 * gdb.base/remotetimeout.exp: Remove noargs checking.
8910
7c16b83e
PA
89112014-10-15 Pedro Alves <palves@redhat.com>
8912
8913 PR breakpoints/9649
8914 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8915 * gdb.base/breakpoint-in-ro-region.exp
8916 (probe_target_hardware_step): New procedure.
8917 (top level): Probe hardware stepping and hardware breakpoint
8918 support. Test stepping through a read-only region, with both
8919 "breakpoint auto-hw" on and off and both "always-inserted" on and
8920 off.
8921
35a49624
IB
89222014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8923
8924 * gdb.dlang/demangle.exp: Update for demangling changes.
8925
2d1c107c
SC
89262014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8927
8928 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8929 * gdb.cp/non-trivial-retval.exp: Add new tests.
8930
778811d5
SC
89312014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8932
8933 PR c++/13403
8934 PR c++/15154
8935 * gdb.cp/non-trivial-retval.cc: New file.
8936 * gdb.cp/non-trivial-retval.exp: New file.
8937
10c5f0a8
YQ
89382014-10-15 Yao Qi <yao@codesourcery.com>
8939
8940 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8941 remote host.
8942
65d7b369
YQ
89432014-10-15 Yao Qi <yao@codesourcery.com>
8944
8945 * gdb.python/py-symbol.exp: Match file base name if host is
8946 remote, otherwise match file name with dir name.
8947 * gdb.python/py-symtab.exp: Likewise.
8948 * gdb.python/python.exp: Likewise.
8949
46dc1394
YQ
89502014-10-15 Yao Qi <yao@codesourcery.com>
8951
8952 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8953 pattern.
8954 * gdb.python/py-symtab.exp: Likewise.
8955 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8956 locationn.
8957
c40cc657
JB
89582014-10-14 Joel Brobecker <brobecker@adacore.com>
8959
8960 * gdb.ada/addr_arith: New testcase.
8961
2abf49e1
MR
89622014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8963
8964 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8965 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8966 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8967 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8968
f7088df3
SDJ
89692014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8970
8971 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8972 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8973 * gdb.arch/stap-eval-lang-ada.exp: New file.
8974
4dc06805
YQ
89752014-10-14 Yao Qi <yao@codesourcery.com>
8976
8977 * gdb.mi/mi-var-child.c (nothing1): New function.
8978 (nothing2): New function.
8979 (do_children_tests): Set function pointers by nothing1 and
8980 nothing2.
8981 * gdb.mi/mi-var-child.exp: Step over new added statements.
8982 Update test to match the new output.
8983 * gdb.mi/var-cmd.c (nothing1): New function.
8984 (nothing2): New function.
8985 (do_children_tests): Set function pointers by nothing1 and
8986 nothing2.
8987 * gdb.mi/mi-var-display.exp: Update test to match output.
8988 Step to the line specified by $line_dct_nothing.
8989 Increase the number of lines to step.
8990
46a93de2
YQ
89912014-10-14 Yao Qi <yao@codesourcery.com>
8992
8993 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8994 tests.
8995 * gdb.mi/mi2-var-child.exp: Likewise.
8996
14ea52ee
DE
89972014-10-13 Doug Evans <dje@google.com>
8998
8999 * gdb.python/py-objfile.exp: Change name of file name test.
9000
e5c6e92b
DE
90012014-10-13 Doug Evans <dje@google.com>
9002
9003 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9004 from the start of the CU.
9005
c780cc2f
JK
90062014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9007 Yao Qi <yao@codesourcery.com>
9008
9009 Fix "save breakpoints" for "catch" command.
9010 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9011 Remove -nonewline. Match also the added "main" line.
9012
99894e11
JK
90132014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9014
9015 Fix "save breakpoints" for "disable $bpnum" command.
9016 * gdb.base/save-bp.c (main): Add label.
9017 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9018
6e1ac5a3
JK
90192014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9020
9021 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9022
754dd2b0
YQ
90232014-10-11 Yao Qi <yao@codesourcery.com>
9024
9025 * gdb.server/server-kill.exp: Execute command
9026 "set remote trace-status-packet on" before "tstatus".
9027
f90183d7
YQ
90282014-10-11 Yao Qi <yao@codesourcery.com>
9029
9030 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9031 (main): Call getppid.
9032 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9033 and continue to it. Read variable "server_pid".
9034
bf40a607
YQ
90352014-10-11 Yao Qi <yao@codesourcery.com>
9036
9037 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9038
052ca370
YQ
90392014-10-11 Yao Qi <yao@codesourcery.com>
9040
9041 * gdb.threads/thread-find.exp: Don't execute command
9042 "info threads".
9043 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9044 * gdb.threads/linux-dp.exp: Don't check the condition
9045 $threads_created equals to zero.
9046
3831839c
PA
90472014-10-10 Pedro Alves <palves@redhat.com>
9048
9049 * gdb.base/bigcore.exp: Remove references to IRIX.
9050 * gdb.base/funcargs.exp: Likewise.
9051 * gdb.base/interrupt.exp: Likewise.
9052 * gdb.base/mips_pro.exp: Likewise.
9053 * gdb.base/nodebug.exp: Likewise.
9054 * gdb.base/setvar.exp: Likewise.
9055 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9056
8b9a549d
PA
90572014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9058 Pedro Alves <palves@redhat.com>
9059
9060 PR symtab/14466
9061 * gdb.base/vdso-warning.c: New file.
9062 * gdb.base/vdso-warning.exp: New file.
9063
d48ba5e8
DE
90642014-10-02 Doug Evans <dje@google.com>
9065
9066 * gdb.base/structs.c (main): Don't run forever.
9067
2278c276
PA
90682014-10-02 Pedro Alves <palves@redhat.com>
9069
9070 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9071 (top level) <stop threads 1, stop threads 2>: Use it.
9072
b57bacec
PA
90732014-10-02 Pedro Alves <palves@redhat.com>
9074
9075 * gdb.threads/break-while-running.exp (test): Add new
9076 'update_thread_list' argument. Skip "info threads" if false.
9077 (top level): Add new 'update_thread_list' axis.
9078
13fd3ff3
PA
90792014-10-02 Pedro Alves <palves@redhat.com>
9080
9081 PR breakpoints/17431
9082 * gdb.base/execl-update-breakpoints.c: New file.
9083 * gdb.base/execl-update-breakpoints.exp: New file.
9084
0fec99e8
PA
90852014-10-01 Pedro Alves <palves@redhat.com>
9086
9087 * gdb.base/breakpoint-in-ro-region.c: New file.
9088 * gdb.base/breakpoint-in-ro-region.exp: New file.
9089
2ddf4301
SM
90902014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9091
9092 * gdb.mi/mi-exit-code.exp: New file.
9093 * gdb.mi/mi-exit-code.c: New file.
9094
6a5f3f43
YQ
90952014-09-30 Yao Qi <yao@codesourcery.com>
9096
9097 * lib/prelink-support.exp (build_executable_own_libs): Error if
9098 the target isn't native.
9099
345bcc73
YQ
91002014-09-30 Yao Qi <yao@codesourcery.com>
9101
9102 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9103 false.
9104
a25a5a45
PA
91052014-09-22 Pedro Alves <palves@redhat.com>
9106
9107 * gdb.threads/break-while-running.exp: New file.
9108 * gdb.threads/break-while-running.c: New file.
9109
00ba3162
YQ
91102014-09-19 Yao Qi <yao@codesourcery.com>
9111
9112 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9113 Invoke test. Restart GDB with --readnow and invoke test again.
9114
c3b7b696
YQ
91152014-09-19 Yao Qi <yao@codesourcery.com>
9116
9117 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9118 proc set_breakpoint_on_gcd_function. Invoke
9119 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9120 invoke set_breakpoint_on_gcd_function again.
9121
2b4fd423
DE
91222014-09-18 Doug Evans <dje@google.com>
9123
9124 * gdb.dwarf2/symtab-producer.exp: New file.
9125
a5947601
SDJ
91262014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9127
9128 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9129 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9130 * gdb.base/global-var-nested-by-dso.c: Likewise.
9131 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9132
91c19059
SDJ
91332014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9134 Pedro Alves <palves@redhat.com>
9135
9136 * gdb.base/watch-bitfields.exp: Pass string other than test file
9137 name to prepare_for_testing.
9138 (watch): New procedure.
9139 (expect_watchpoint): Use with_test_prefix.
9140 (top level): Factor out tests to ...
9141 (test_watch_location, test_regular_watch): ... these new
9142 procedures, and use with_test_prefix and gdb_continue_to_end.
9143
bb9d5f81
PP
91442014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9145
9146 PR breakpoints/12526
9147 * gdb.base/watch-bitfields.exp: New file.
9148 * gdb.base/watch-bitfields.c: New file.
9149
635856f5
PA
91502014-09-16 Pedro Alves <palves@redhat.com>
9151
9152 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9153 software and hardware addresses, not software address against
9154 itself.
9155
7280ceea
PA
91562014-09-16 Pedro Alves <palves@redhat.com>
9157
9158 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9159 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9160
428b16bd
PA
91612014-09-16 Pedro Alves <palves@redhat.com>
9162
9163 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9164 files.
9165 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9166 "*-*-vxworks*" throughout.
9167 * gdb.base/break.exp: Likewise.
9168 * gdb.base/default.exp: Likewise.
9169 * gdb.base/scope.exp: Likewise.
9170 * gdb.base/sepdebug.exp: Likewise.
9171 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9172 throughout.
9173 * gdb.base/run.c: Likewise.
9174 * gdb.base/sepdebug.c: Likewise.
9175 * gdb.hp/gdb.aCC/run.c: Likewise.
9176 * gdb.reverse/until-reverse.c: Likewise.
9177 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9178
666d413c
YQ
91792014-09-16 Yao Qi <yao@codesourcery.com>
9180
9181 * boards/local-remote-host-native.exp: New file.
9182
57cbd724
DE
91832014-09-14 Doug Evans <xdje42@gmail.com>
9184
9185 * gdb.threads/queue-signal.c (thread_count): New variable.
9186 (thread_count_mutex, thread_count_condvar): New variables.
9187 (incr_thread_count, wait_all_threads_running): New functions.
9188 (main): Wait for all threads to be in their thread functions.
9189
81219e53
DE
91902014-09-13 Doug Evans <xdje42@gmail.com>
9191
9192 * gdb.threads/queue-signal.c: New file.
9193 * gdb.threads/queue-signal.exp: New file.
9194
3714cea7
DE
91952014-09-13 Doug Evans <xdje42@gmail.com>
9196
9197 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9198 be consistent with what default_gdb_init uses.
9199 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9200 the plain text of the prompt. Add some logging printfs.
9201 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9202
fa43b1d7
PA
92032014-09-12 Pedro Alves <palves@redhat.com>
9204
9205 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9206 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9207 * gdb.arch/i386-size-overlap.exp: Likewise.
9208 * gdb.arch/i386-size.exp: Likewise.
9209 * gdb.arch/i386-unwind.exp: Likewise.
9210 * gdb.base/a2-run.exp: Likewise.
9211 * gdb.base/break.exp: Likewise.
9212 * gdb.base/charset.exp: Likewise.
9213 * gdb.base/chng-syms.exp: Likewise.
9214 * gdb.base/commands.exp: Likewise.
9215 * gdb.base/dbx.exp: Likewise.
9216 * gdb.base/find.exp: Likewise.
9217 * gdb.base/funcargs.exp: Likewise.
9218 * gdb.base/jit-simple.exp: Likewise.
9219 * gdb.base/reread.exp: Likewise.
9220 * gdb.base/sepdebug.exp: Likewise.
9221 * gdb.base/step-bt.exp: Likewise.
9222 * gdb.cp/mb-inline.exp: Likewise.
9223 * gdb.cp/mb-templates.exp: Likewise.
9224 * gdb.objc/basicclass.exp: Likewise.
9225 * gdb.threads/killed.exp: Likewise.
9226
9d9bf2df
EBM
92272014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9228
9229 PR tdep/17379
9230 * gdb.arch/powerpc-stackless.S: New file.
9231 * gdb.arch/powerpc-stackless.exp: New file.
9232
1cf2f1b0
JK
92332014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9234
9235 * gdb.base/attach.c: Include unistd.h.
9236 (main): Call alarm. Add label postloop.
9237 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9238 gdb_breakpoint, gdb_continue_to_breakpoint.
9239 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9240
98880d46
PA
92412014-09-11 Pedro Alves <palves@redhat.com>
9242
9243 PR gdb/17347
9244 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9245 * gdb.base/attach.exp (test_command_line_attach_run): New
9246 procedure.
9247 (top level): Call it.
9248
4c92ff2c
PA
92492014-09-11 Pedro Alves <palves@redhat.com>
9250
9251 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9252 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9253 (do_command_attach_tests): Use spawn_wait_for_attach.
9254 * gdb.base/solib-overlap.exp: Likewise.
9255 * gdb.multi/multi-attach.exp: Likewise.
9256 * gdb.python/py-prompt.exp: Likewise.
9257 * gdb.python/py-sync-interp.exp: Likewise.
9258 * gdb.server/ext-attach.exp: Likewise.
9259
3adc1a7d
GKB
92602014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9261
9262 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9263 command in testcase. Simplify testcase.
9264
96334934
JB
92652014-09-10 Joel Brobecker <brobecker@adacore.com>
9266
9267 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9268
eb479039
JB
92692014-09-10 Joel Brobecker <brobecker@adacore.com>
9270
9271 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9272
deede10c
JB
92732014-09-10 Joel Brobecker <brobecker@adacore.com>
9274
9275 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9276
7828a5f5
JB
92772014-09-10 Joel Brobecker <brobecker@adacore.com>
9278
9279 * gdb.dwarf2/dynarr-ptr.c: New file.
9280 * gdb.dwarf2/dynarr-ptr.exp: New file.
9281
33aeebcf
MR
92822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9283
9284 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9285 of 30 rather than hardcoding 120 for a slow test case. Take the
9286 `gdb,timeout' target setting into account for this calculation.
9287 Don't extend the timeout for the test cases that don't need it.
9288
7b415901
MR
92892014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9290
9291 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9292 a factor of 2 for a slow test case. Take the `gdb,timeout'
9293 target setting into account for this calculation.
9294 * gdb.reverse/until-precsave.exp: Increase the timeout by
9295 a factor of 15 and 3 respectively rather than adding 120
9296 for a pair of slow test cases. Take the `gdb,timeout'
9297 target setting into account for this calculation.
9298
4a40f85a
MR
92992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9300
9301 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9302 timeout, don't pass one down to gdb_expect.
9303 (gdb_expect): Rework timeout selection.
9304
09635af7
MR
93052014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9306
9307 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9308 exception on timeout.
9309 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9310 (gdbserver_start_extended): Catch any `gdbserver_start' error
9311 exceptions.
9312 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9313 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9314 `gdbserver_gdb_load' error exceptions.
9315
2bdd10b7
MR
93162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9317
9318 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9319 120 on waiting for the TCP socket to open.
9320
316935f0
DE
93212014-09-09 Doug Evans <xdje42@gmail.com>
9322
9323 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9324 _caller_matches, _any_caller_is, _any_caller_matches.
9325
83740597
DE
93262014-09-09 Doug Evans <xdje42@gmail.com>
9327
9328 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9329
4c122fc3
YQ
93302014-09-09 Yao Qi <yao@codesourcery.com>
9331
9332 * gdb.mi/mi-var-display.exp: Set print symbol off.
9333
a9f116cb
GKB
93342014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9335
9336 PR gdb/17035
9337 * gdb.base/commands.exp: Add tests to verify user-defined
9338 commands with empty bodies.
9339 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9340 python commands in `show user command`.
9341 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9342 scheme commands in `show user command`.
9343
c75bd3a2
JK
93442014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9345
9346 PR python/17355
9347 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9348 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9349 * gdb.python/py-framefilter-invalidarg.exp: New file.
9350 * gdb.python/py-framefilter-invalidarg.py: New file.
9351
faa42425
DE
93522014-09-06 Doug Evans <xdje42@gmail.com>
9353
9354 PR 15276
9355 * gdb.python/py-caller-is.c: New file.
9356 * gdb.python/py-caller-is.exp: New file.
9357
474ca4f6
SDJ
93582014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9359
9360 PR gdb/17235
9361 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9362 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9363
eb0b0463
SDJ
93642014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9365
9366 PR fortran/17237
9367 * gdb.fortran/print-formatted.exp: New file.
9368 * gdb.fortran/print-formatted.f90: Likewise.
9369
5f3b99cf
SS
93702014-09-03 Sasha Smundak <asmundak@google.com>
9371
9372 * gdb.python/py-frame.exp: Test Frame.read_register.
9373
7d793aa9
SDJ
93742014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9375
9376 PR python/16699
9377 * gdb.python/py-completion.exp: New file.
9378 * gdb.python/py-completion.py: Likewise.
9379
fb0576e9
DE
93802014-08-28 Doug Evans <dje@google.com>
9381
9382 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9383 eax,etc. are live with values set by gdb and thus the compiler can't
9384 use them.
9385 * gdb.arch/i386-pseudo.c (main): Ditto.
9386
ee92b0dd
DE
93872014-08-27 Doug Evans <dje@google.com>
9388
9389 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9390
6649db35
DE
93912014-08-25 Doug Evans <dje@google.com>
9392
9393 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9394 (main): Ditto.
9395
564b7600
DE
93962014-08-25 Doug Evans <dje@google.com>
9397
9398 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9399
3881fb67
YQ
94002014-08-24 Yao Qi <yao@codesourcery.com>
9401
9402 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9403 symbol off.
9404 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9405
a05a36a5
DE
94062014-08-22 Doug Evans <dje@google.com>
9407
9408 PR 17276
9409 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9410 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9411 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9412
7c343b48
YQ
94132014-08-22 Yao Qi <yao@codesourcery.com>
9414
9415 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9416 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9417 * gdb.python/python.exp: Likewise. Use .py file on the host
9418 instead of the build.
9419
22fd09ae
JK
94202014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9421
9422 * gdb.threads/gcore-stale-thread.c: New file.
9423 * gdb.threads/gcore-stale-thread.exp: New file.
9424
a8454a7c
PA
94252014-08-21 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9428 * gdb.base/gcore-relro-pie.exp: Likewise.
9429 * gdb.base/gcore-relro.exp: Likewise.
9430 * gdb.base/gcore.exp: Likewise.
9431 * gdb.base/print-symbol-loading.exp: Likewise.
9432 * gdb.threads/gcore-thread.exp: Likewise.
9433 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9434
2a31c623
PA
94352014-08-20 Pedro Alves <palves@redhat.com>
9436 Jan Kratochvil <jan.kratochvil@redhat.com>
9437
9438 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9439 configure.
9440 (EXPECT): Handle READ1 being set.
9441 (all): Depend on EXTRA_RULES.
9442 (check-read1, expect-read1, read1.so, read1): New rules.
9443 * README (Testsuite Parameters): Document the READ1 make variable.
9444 (Race detection): New section.
9445 * configure: Regenerate.
9446 * configure.ac: If build==host==target, and running under a
9447 GNU/glibc system, add read1 to the extra Makefile rules.
9448 (EXTRA_RULES): AC_SUBST it.
9449 * lib/read1.c: New file.
9450
d36430db
JB
94512014-08-20 Joel Brobecker <brobecker@adacore.com>
9452
9453 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9454 the handling of variables declared as a typedef to an array
9455 which a DW_AT_data_location attribute.
9456
9a0dc9e3
PA
94572014-08-19 Andrew Burgess <aburgess@broadcom.com>
9458 Pedro Alves <palves@redhat.com>
9459
9460 PR symtab/14604
9461 PR symtab/14605
9462 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9463 gdb_test.
9464
0718a8da
PA
94652014-08-19 Pedro Alves <palves@redhat.com>
9466
9467 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9468
13b448cd
YQ
94692014-08-19 Yao Qi <yao@codesourcery.com>
9470
9471 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9472 right line.
9473
1cbf5077
DB
94742014-08-18 David Blaikie <dblaikie@gmail.com>
9475
9476 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9477
bf0fae19
JB
94782014-08-18 Joel Brobecker <brobecker@adacore.com>
9479
9480 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9481 attribute in array range.
9482
3c8c5dcc
JB
94832014-08-18 Joel Brobecker <brobecker@adacore.com>
9484
9485 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9486
e66d4446
SC
94872014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9488
9489 PR c++/17132
9490 * gdb.cp/pr17132.cc: New file.
9491 * gdb.cp/pr17132.exp: New file.
9492
940df408
SC
94932014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9494
9495 * gdb.python/py-xmethods.py (A_getarrayind)
9496 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9497 Use 'print' with function call syntax.
9498 (E_method_matcher.match): Fix tab vs space indentation mixup.
9499
ebcc6c3a
YQ
95002014-08-15 Yao Qi <yao@codesourcery.com>
9501
9502 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9503 false.
9504
775e0f04
YQ
95052014-08-15 Yao Qi <yao@codesourcery.com>
9506
9507 * gdb.cp/casts.exp: Set print symbol off.
9508 * gdb.cp/class2.exp: Likewise.
9509 * gdb.cp/overload.exp: Likewise.
9510 * gdb.cp/templates.exp: Likewise.
9511
d769e349
DE
95122014-08-11 Doug Evans <dje@google.com>
9513
9514 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9515 (test_load_shlib): Update.
9516
20c6f1e1
YQ
95172014-08-09 Yao Qi <yao@codesourcery.com>
9518
9519 * gdb.base/display.exp: Invoke is_address_zero_readable.
9520 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9521 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9522 * gdb.base/hbreak-unmapped.exp: Return if
9523 is_address_zero_readable returns true.
9524 * gdb.base/signest.exp: Likewise.
9525 * gdb.base/signull.exp: Likewise.
9526 * gdb.base/sigbpt.exp: Likewise.
9527 * gdb.guile/scm-disasm.exp: Do the test if
9528 is_address_zero_readable returns false.
9529 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9530 * gdb.python/py-arch.exp: Likewise.
9531 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9532 * lib/gdb.exp (is_address_zero_readable): New proc.
9533
5792e8e3
YQ
95342014-08-09 Yao Qi <yao@codesourcery.com>
9535
9536 PR testsuite/13443
9537 * gdb.mi/mi-var-display.exp: Make test messages unique.
9538
3cecbbbe
TT
95392014-08-04 Tom Tromey <tromey@redhat.com>
9540
9541 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9542 target 0".
9543
00b51ff5
TT
95442014-08-04 Tom Tromey <tromey@redhat.com>
9545
9546 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9547 "target_resume".
9548
6908c509
JB
95492014-08-01 Joel Brobecker <brobecker@adacore.com>
9550
9551 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9552 inner_vla_struct_object_size.
9553 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9554 as xfail.
9555
cc6563d2
PA
95562014-07-30 Pedro Alves <palves@redhat.com>
9557
9558 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9559 comment.
9560
7e09a223
YQ
95612014-07-29 Yao Qi <yao@codesourcery.com>
9562
9563 PR gdb/17206
9564 * gdb.base/until-nodebug.exp: New.
9565
7ebdbe92
DE
95662014-07-28 Doug Evans <xdje42@gmail.com>
9567
9568 PR guile/17203
9569 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9570 previously existing parameter, and previously ambiguously spelled
9571 parameter.
9572
fdb1adc6
WN
95732014-07-28 Will Newton <will.newton@linaro.org>
9574
9575 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9576
186fcde0
DE
95772014-07-26 Ludovic Courtès <ludo@gnu.org>
9578 Doug Evans <xdje42@gmail.com>
9579
9580 PR guile/17146
9581 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9582
70509625
PA
95832014-07-25 Pedro Alves <palves@redhat.com>
9584
9585 * gdb.threads/signal-command-handle-nopass.c: New file.
9586 * gdb.threads/signal-command-handle-nopass.exp: New file.
9587 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9588 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9589 * gdb.threads/signal-delivered-right-thread.c: New file.
9590 * gdb.threads/signal-delivered-right-thread.exp: New file.
9591
c3f814a1
PA
95922014-07-25 Pedro Alves <palves@redhat.com>
9593
9594 * gdb.base/double-prompt-target-event-error.exp
9595 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9596 match.
9597 (cancel_pagination_in_target_event): Rework double prompt
9598 detection.
9599 * gdb.base/paginate-after-ctrl-c-running.exp
9600 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9601 <return>' match.
9602 * gdb.base/paginate-bg-execution.exp
9603 (test_bg_execution_pagination_return)
9604 (test_bg_execution_pagination_cancel): Remove '-notransfer
9605 <return>' matches.
9606 * gdb.base/paginate-execution-startup.exp
9607 (test_fg_execution_pagination_return)
9608 (test_fg_execution_pagination_cancel): Remove '-notransfer
9609 <return>' matches.
9610 * gdb.base/paginate-inferior-exit.exp
9611 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9612 match.
9613 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9614 * lib/gdb.exp (pagination_prompt): Run text through
9615 string_to_regexp.
9616 (gdb_test_multiple): Match $pagination_prompt instead of
9617 "<return>".
9618 (string_to_regexp): Move to lib/gdb-utils.exp.
9619
e214cf6c
JK
96202014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9621
9622 * gdb.arch/amd64-entry-value-paramref.S: New file.
9623 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9624 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9625 * gdb.arch/amd64-optimout-repeat.S: New file.
9626 * gdb.arch/amd64-optimout-repeat.c: New file.
9627 * gdb.arch/amd64-optimout-repeat.exp: New file.
9628
17d0c5c8
JK
96292014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9630
9631 PR gdb/17170
9632 * gdb.base/statistics.exp: New file.
9633
b8b8facf
DE
96342014-07-17 Doug Evans <dje@google.com>
9635
74b49205 9636 PR gdb/17170
b8b8facf
DE
9637 * gdb.base/maint.exp: Update testing of per-command stats.
9638
1b5d0ab3
PA
96392014-07-16 Pedro Alves <palves@redhat.com>
9640
9641 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9642 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9643 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9644 (tfile_write_buf): New functions.
9645 (add_memory_block): Rewrite using the above.
9646 (adjust_function_address): New function.
9647 (FUNCTION_ADDRESS): New macro.
9648 (write_basic_trace_file): Remove short_x local, and use
9649 tfile_write_16. Change type of func_addr local to unsigned long
9650 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9651 here. Cast argument of add_memory_block to char pointer.
9652 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9653 (main): Remove parameters.
9654 * gdb.trace/tfile.exp: Remove nowarnings.
9655
4d974e88
SM
96562014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9657
9658 * gdb.base/debug-expr.exp: Test string evaluation with
9659 "debug expression" on.
9660
41e99568
PA
96612014-07-15 Pedro Alves <palves@redhat.com>
9662
9663 * gdb.base/reread.exp: Use clean_restart.
9664
487d9753
PL
96652014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9666
9667 * gdb.arch/avr-flash-qualifer.c: New.
9668 * gdb.arch/avr-flash-qualifer.exp: New.
9669
cc1c52ad
PA
96702014-07-14 Pedro Alves <palves@redhat.com>
9671
9672 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9673 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9674
1e973570
PA
96752014-07-14 Pedro Alves <palves@redhat.com>
9676
9677 * gdb.base/double-prompt-target-event-error.c: New file.
9678 * gdb.base/double-prompt-target-event-error.exp: New file.
9679
93d6eb10
PA
96802014-07-14 Pedro Alves <palves@redhat.com>
9681
9682 PR gdb/17072
9683 * gdb.base/paginate-inferior-exit.c: New file.
9684 * gdb.base/paginate-inferior-exit.exp: New file.
9685
0017922d
PA
96862014-07-14 Pedro Alves <palves@redhat.com>
9687
9688 PR gdb/17072
9689 * gdb.base/paginate-bg-execution.c: New file.
9690 * gdb.base/paginate-bg-execution.exp: New file.
9691
94696ad3
PA
96922014-07-14 Pedro Alves <palves@redhat.com>
9693
9694 PR gdb/17072
9695 * gdb.base/paginate-execution-startup.c: New file.
9696 * gdb.base/paginate-execution-startup.exp: New file.
9697 * lib/gdb.exp (pagination_prompt): New global.
9698 (default_gdb_spawn): New procedure, factored out from
9699 default_gdb_spawn.
9700 (default_gdb_start): Adjust to call default_gdb_spawn.
9701 (gdb_spawn): New procedure.
9702
bd293940
PA
97032014-07-14 Pedro Alves <palves@redhat.com>
9704
9705 * lib/gdb.exp (gdb_assert): New procedure.
9706 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9707
c933f875
PA
97082014-07-14 Pedro Alves <palves@redhat.com>
9709
9710 * gdb.base/execution-termios.c: New file.
9711 * gdb.base/execution-termios.exp: New file.
9712
d98b7a16
TT
97132014-07-14 Tom Tromey <tromey@redhat.com>
9714
9715 * gdb.cp/vla-cxx.cc: New file.
9716 * gdb.cp/vla-cxx.exp: New file.
9717
548740d6
TT
97182014-07-14 Tom Tromey <tromey@redhat.com>
9719
9720 * gdb.reverse/rerun-prec.c: New file.
9721 * gdb.reverse/rerun-prec.exp: New file.
9722
a25eb028
MR
97232014-07-12 Maciej W. Rozycki <macro@mips.com>
9724 Maciej W. Rozycki <macro@codesourcery.com>
9725
9726 * lib/gdb-utils.exp: New file.
9727 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9728 inline `gdb_init_command' processing.
9729 (gdb_start_cmd): Likewise.
9730 * lib/mi-support.exp (mi_run_cmd): Likewise.
9731 * README: Document `gdb_init_command' and `gdb_init_commands'.
9732
218c2655
JK
97332014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9734
9735 Fix false FAIL running under a very long directory name.
9736 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9737 and "set print elements 10000". Twice.
9738
5401fde3
YQ
97392014-07-11 Yao Qi <yao@codesourcery.com>
9740
9741 * gdb.base/exprs.exp: "set print symbol off".
9742
e76126e8
PA
97432014-07-11 Pedro Alves <palves@redhat.com>
9744
9745 * gdb.threads/kill.c: New file.
9746 * gdb.threads/kill.exp: New file.
9747
2d6f0de6
YQ
97482014-07-10 Yao Qi <yao@codesourcery.com>
9749
9750 * gdb.trace/tfile.c (write_basic_trace_file)
9751 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9752 address written to trace file.
9753
7180e04a
PA
97542014-07-09 Pedro Alves <palves@redhat.com>
9755
9756 * gdb.base/attach-wait-input.exp: New file.
9757 * gdb.base/attach-wait-input.c: New file.
9758
9a9a7608
AB
97592014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9760
9761 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9762 setting up test structures.
9763 (main): Call new test function.
9764 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9765 test function, continue into test function and walk test
9766 structures.
9767
161ac41e
YQ
97682014-07-02 Yao Qi <yao@codesourcery.com>
9769
9770 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9771 'bar_start' at the beginning of functions 'foo' and 'bar'
9772 respectively.
9773 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9774 instead of 'foo' and 'bar'.
9775
1f267ae3
MM
97762014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9777
9778 * gdb.btrace/segv.exp: New.
9779 * gdb.btrace/segv.c: New.
9780
2b239efb
LM
97812014-07-02 Luis Machado <lgustavo@codesourcery.com>
9782
9783 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9784 instruction.
9785
cf363f18
MW
97862014-06-30 Mark Wielaard <mjw@redhat.com>
9787
9788 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9789 vulture, vilify, villar): New volatile array constants.
9790 (vindictive, vegetation): New const volatile array constants.
9791 * gdb.base/volatile.exp: Test volatile and const volatile array
9792 types.
9793
aebf9d24
AA
97942014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9795
9796 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9797 target lacks support for awatch, rwatch, or hbreak.
9798
b67a2c6f
YQ
97992014-06-27 Yao Qi <yao@codesourcery.com>
9800
9801 * gdb.multi/dummy-frame-restore.exp: New.
9802 * gdb.multi/dummy-frame-restore.c: New.
9803
aef92902
MM
98042014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9805
9806 * gdb.btrace/gcore.exp: New.
9807
8e9db26e
PA
98082014-06-23 Pedro Alves <palves@redhat.com>
9809
9810 * gdb.base/watchpoint-reuse-slot.c: New file.
9811 * gdb.base/watchpoint-reuse-slot.exp: New file.
9812
70afc5b7
SC
98132014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9814
9815 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9816 progspace's filename in 'info', 'enable' and 'disable' command
9817 tests.
9818
b972bd9c
JK
98192014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9820
9821 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9822 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9823 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9824
125f8a3d
GB
98252014-06-20 Gary Benson <gbenson@redhat.com>
9826
9827 * gdb.arch/i386-avx.exp: Fix include file location.
9828 * gdb.arch/i386-sse.exp: Likewise.
9829
3ed9baed
IB
98302014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9831
9832 * gdb.dlang/expression.exp: New file.
9833
034f788c
PA
98342014-06-19 Pedro Alves <palves@redhat.com>
9835
9836 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9837 out from ...
9838 (top level): ... here. Iterate running tests under different
9839 scheduler-locking settings.
9840
45371d0c
LM
98412014-06-18 Luis Machado <lgustavo@codesourcery.com>
9842
9843 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9844 to DW_FORM_addr and use non-zero addresses.
9845
5d376983
SC
98462014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9847
9848 PR gdb/17017
9849 * gdb.python/py-xmethods.cc: Add global function call counters and
9850 increment them in their respective functions. Remove "cout"
9851 statements.
9852 * gdb.python/py-xmethods.exp: Make tests check the global function
9853 call counters instead of depending on inferior IO.
9854
a1aa2221
LM
98552014-06-18 Don Breazeal <donb@codesourcery.com>
9856
9857 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9858 Deleted procedure.
9859 (explicit_fork_parent_follow): Deleted procedure.
9860 (explicit_fork_child_follow): Deleted procedure.
9861 (test_follow_fork): New procedure.
9862 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9863 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9864 procedure calls.
9865
0fc05997
YQ
98662014-06-17 Yao Qi <yao@codesourcery.com>
9867
9868 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9869 CP1252.
9870
70795c52
LM
98712014-06-17 Luis Machado <lgustavo@codesourcery.com>
9872
9873 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9874 Initialize ptr and S explicitly.
9875 (skip_type_update_when_not_use_rtti_test): Likewise.
9876
6be47f0c
KS
98772014-06-16 Keith Seitz <keiths@redhat.com>
9878
9879 PR mi/15863
9880 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9881 the inferior is started.
9882
d03de421
PA
98832014-06-16 Pedro Alves <palves@redhat.com>
9884
9885 * gdb.base/break-main-file-remove-fail.c: New file.
9886 * gdb.base/break-main-file-remove-fail.exp: New file.
9887 * gdb.base/break-unload-file.exp: Use build_executable instead of
9888 prepare_for_testing.
9889 (test_break): New parameter "initial_load". Handle it.
9890 (top level): Add initial_load cmdline/file axis.
9891
f9579b99
TT
98922014-06-12 Tom Tromey <tromey@redhat.com>
9893
9894 * gdb.base/completion.exp: Don't use directory name in test.
9895
3657956b
GB
98962014-06-09 Gary Benson <gbenson@redhat.com>
9897
9898 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9899 separate the always-available ANSI-standard signals from the
9900 signals that require checking.
9901 (main): Likewise.
9902 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9903 Likewise.
9904 (main): Likewise.
9905
4186eb54
KS
99062014-06-07 Keith Seitz <keiths@redhat.com>
9907
9908 Revert:
9909 PR c++/16253
9910 * gdb.cp/var-tag.cc: New file.
9911 * gdb.cp/var-tag.exp: New file.
9912 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9913 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9914 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9915 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9916
25326a28 99172014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9918
9919 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9920
829155c9
PA
99212014-06-06 Pedro Alves <palves@redhat.com>
9922
9923 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9924 in target debug output instead of looking at RSP packets,
9925 disabling the test on any target that uses hardware stepping.
9926 Update comments.
9927
61c8d22e
PA
99282014-06-06 Pedro Alves <palves@redhat.com>
9929
9930 * gdb.base/break-unload-file.exp: Fix typo.
9931
d9a47287
YQ
99322014-06-06 Yao Qi <yao@codesourcery.com>
9933
9934 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9935 from "jit_function" to "^jit_function".
9936
e5e01dbf
YQ
99372014-06-06 Yao Qi <yao@codesourcery.com>
9938
9939 * gdb.base/async.c (foo): Add one statement.
9940 * gdb.base/async.exp: Get the next instruction address and
9941 match the output of "nexti" by instruction address. Match
9942 the hex address in the output of "finish".
9943
73ba372c
GB
99442014-06-06 Gary Benson <gbenson@redhat.com>
9945
9946 * gdb.base/call-signals.c: Remove preprocessor conditionals
9947 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9948 SIGSEGV and SIGTERM.
9949 * gdb.base/sigall.c: Likewise.
9950 * gdb.base/unwindonsignal.c: Likewise.
9951 * gdb.reverse/sigall-reverse.c: Likewise.
9952
831517df
YQ
99532014-06-06 Yao Qi <yao@codesourcery.com>
9954
9955 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9956 readable, skip the test.
9957
b8b91e98
YQ
99582014-06-06 Yao Qi <yao@codesourcery.com>
9959
9960 * gdb.threads/staticthreads.c (thread_function): Move the line
9961 setting breakpoint on forward.
9962 * gdb.threads/staticthreads.exp: Update comments.
9963
fb934770
LC
99642014-06-05 Ludovic Courtès <ludo@gnu.org>
9965
9966 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9967 "history-append! type error".
9968
6ef284bd
SM
99692014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9970
9971 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9972 erroneous dprintf expected input.
9973
a872e241
DE
99742014-06-04 Doug Evans <xdje42@gmail.com>
9975
9976 * gdb.guile/scm-generics.exp: Delete.
9977
16f691fb
DE
99782014-06-04 Doug Evans <xdje42@gmail.com>
9979
9980 * gdb.guile/scm-breakpoint.exp: Update.
9981 Add tests for breakpoint registration.
9982
012370f6
TT
99832014-06-04 Tom Tromey <tromey@redhat.com>
9984
9985 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9986 VLA-in-union.
9987 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9988 inner_vla_struct, vla_union types. Initialize objects of those
9989 types and compute their sizes.
9990
9f5a4cef
HZ
99912014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9992 Hui Zhu <hui@codesourcery.com>
9993
9994 * gdb.base/fileio.exp: Add test for shell not available as well as
9995 available.
9996 * gdb.base/fileio.c (test_system): Check for shell twice.
9997
90a45c4d
YQ
99982014-06-04 Yao Qi <yao@codesourcery.com>
9999
10000 * gdb.base/auto-connect-native-target.exp: Remove redundant
10001 space from the regexp pattern.
10002
70017e41
YQ
100032014-06-04 Yao Qi <yao@codesourcery.com>
10004
10005 * gdb.base/default.exp: Replace "child" with "native" in
10006 regexp pattern.
10007
883964a7
SC
100082014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10009
10010 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10011 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10012 * gdb.python/py-xmethods.py: Python script supporting the
10013 new testcase and tests.
10014
ef370185
JB
100152014-06-03 Joel Brobecker <brobecker@adacore.com>
10016 Pedro Alves <palves@redhat.com>
10017
10018 PR breakpoints/17000
10019 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10020 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10021
1e2ccb61
BM
100222014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10023
10024 * gdb.base/subst.exp: Add tests to verify partial path matching
10025 output.
10026
c6ec5ab2
PA
100272014-06-03 Pedro Alves <palves@redhat.com>
10028
10029 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10030 target that doesn't use software single-stepping.
10031
835c559f
PA
100322014-06-03 Pedro Alves <palves@redhat.com>
10033
10034 PR breakpoints/17000
10035 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10036 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10037
06eb1586
DE
100382014-06-02 Doug Evans <xdje42@gmail.com>
10039
10040 * gdb.guile/scm-parameter.exp: New file.
10041
e698b8c4
DE
100422014-06-02 Doug Evans <xdje42@gmail.com>
10043
10044 * gdb.guile/scm-cmd.c: New file.
10045 * gdb.guile/scm-cmd.exp: New file.
10046
ded03782
DE
100472014-06-02 Doug Evans <xdje42@gmail.com>
10048
10049 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10050 pretty-printer lookup.
10051 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10052 (make-pp_s-printer): Call it.
10053 (make-pretty-printer-from-dict): New function.
10054 (lookup-pretty-printer-maker-from-dict): New function.
10055 (*pretty-printer*): Simplify.
10056 (make-objfile-pp_s-printer): New function.
10057 (install-objfile-pretty-printers!): New function.
10058 (make-progspace-pp_s-printer): New function.
10059 (install-progspace-pretty-printers!): New function.
10060 * gdb.guile/scm-progspace.c: New file.
10061 * gdb.guile/scm-progspace.exp: New file.
10062
41fac0cf
PA
100632014-06-02 Pedro Alves <palves@redhat.com>
10064
10065 * gdb.base/dprintf-bp-same-addr.c: New file.
10066 * gdb.base/dprintf-bp-same-addr.exp: New file.
10067
96ae5695
EBM
100682014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10069
10070 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10071 * gdb.arch/powerpc-power.s: Likewise.
10072
da02b3a8
JB
100732014-06-02 Joel Brobecker <brobecker@adacore.com>
10074
10075 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10076
c72b2e7b
YQ
100772014-06-01 Yao Qi <yao@codesourcery.com>
10078
10079 * gdb.base/watchpoint.exp (test_watch_location): Check null
10080 pointer can be dereferenced. If not, do the test, otherwise
10081 skip it.
10082
53e8a631
AB
100832014-05-30 Andrew Burgess <aburgess@broadcom.com>
10084
10085 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10086 results.
10087 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10088
938f0e2f
AB
100892014-05-30 Andrew Burgess <aburgess@broadcom.com>
10090
10091 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10092 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10093 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10094 * gdb.arch/amd64-invalid-stack-top.c: New file.
10095 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10096
9ba6657a
PA
100972014-05-30 Pedro Alves <palves@redhat.com>
10098
10099 PR breakpoints/17000
10100 * gdb.base/sss-bp-on-user-bp.c: New file.
10101 * gdb.base/sss-bp-on-user-bp.exp: New file.
10102
522c09bf
DB
101032014-05-30 David Blaikie <dblaikie@gmail.com>
10104
10105 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10106 gnu_inline semantics via attribute.
10107 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10108 source explicitly specifies the required semantics.
10109
bf4ef81e
MR
101102014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10111
10112 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10113
329ea579
PA
101142014-05-29 Pedro Alves <palves@redhat.com>
10115 Tom Tromey <tromey@redhat.com>
10116
10117 * gdb.base/async-shell.exp: Don't enable target-async.
10118 * gdb.base/async.exp
10119 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10120 parameter. Adjust.
10121 (top level): Don't test with "target-async".
10122 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10123 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10124 * gdb.base/inferior-died.exp: Don't enable target-async.
10125 * gdb.base/interrupt-noterm.exp: Likewise.
10126 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10127 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10128 * gdb.mi/mi-nonstop.exp: Likewise.
10129 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10130 * gdb.mi/mi-nsintrall.exp: Likewise.
10131 * gdb.mi/mi-nsmoribund.exp: Likewise.
10132 * gdb.mi/mi-nsthrexec.exp: Likewise.
10133 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10134 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10135 * gdb.python/py-evsignal.exp: Don't enable target-async.
10136 * gdb.python/py-evthreads.exp: Likewise.
10137 * gdb.python/py-prompt.exp: Likewise.
10138 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10139 * gdb.server/solib-list.exp: Don't enable target-async.
10140 * gdb.threads/thread-specific-bp.exp: Likewise.
10141 * lib/mi-support.exp: Adjust to use mi-async.
10142
fd664c91
PA
101432014-05-29 Pedro Alves <palves@redhat.com>
10144
10145 PR gdb/13860
10146 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10147 reason, even in sync mode.
10148
251bde03
PA
101492014-05-29 Pedro Alves <palves@redhat.com>
10150 Hui Zhu <hui@codesourcery.com>
10151
10152 PR PR15693
10153 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10154 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10155 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10156 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10157
7f3c0343
JB
101582014-05-28 Joel Brobecker <brobecker@adacore.com>
10159
10160 * config/monitor.exp (gdb_target_monitor): Replace use of
10161 "set remotebaud" by "set serial baud".
10162
b2715b27
AW
101632014-05-26 Andy Wingo <wingo@igalia.com>
10164
10165 * gdb.guile/scm-breakpoint.exp:
10166 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10167 properties instead of gdb-object-properties.
10168
498a4489
YQ
101692014-05-26 Yao Qi <yao@codesourcery.com>
10170
10171 * gdb.server/no-thread-db.exp: Specify source file name
10172 explicitly when setting a breakpoint.
10173
589fdceb
MM
101742014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10175
10176 * gdb.btrace/vdso.c: New.
10177 * gdb.btrace/vdso.exp: New.
10178
e9089e05
MM
101792014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10180
10181 * gdb.base/gcore.exp (capture_command_output): Move ...
10182 * lib/gdb.exp (capture_command_output): ... here.
10183
67b5c0c1
MM
101842014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10185
10186 * gdb.btrace/data.exp: Test memory access during btrace replay.
10187
a2199296
SM
101882014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10189
10190 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10191
17b2616c
PA
101922014-05-21 Pedro Alves <palves@redhat.com>
10193
10194 PR gdb/13860
10195 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10196 (top level): Test that output related to execution commands is
10197 sent to the console with CLI commands, but not with MI commands.
10198 Test that breakpoint events are always mirrored to the console.
10199 Also expect the new source line to be output after a "next" in
10200 async mode too. Make it a pass/fail test.
10201 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10202 output.
10203 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10204
5166082f
PA
102052014-05-21 Pedro Alves <palves@redhat.com>
10206
10207 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10208 Use them to test variations of "list" after reaching a breakpoint.
10209 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10210 Test "list" with listsize 10 after reaching a breakpoint.
10211 * gdb.python/python.exp (decode_line current location line
10212 number): Adjust expected line number.
10213
2f25d70f
SM
102142014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10215
10216 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10217 behavior for $args, pass it directly to "run".
10218
ff604a67
MR
102192014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10220
10221 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10222 30000 to 65536.
10223
6a3cb8e8
PA
102242014-05-21 Pedro Alves <palves@redhat.com>
10225
10226 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10227 auto-connect-native-target off".
10228 * gdb.base/auto-connect-native-target.c: New file.
10229 * gdb.base/auto-connect-native-target.exp: New file.
10230
4ebfc96e
PA
102312014-05-21 Pedro Alves <palves@redhat.com>
10232
10233 * gdb.base/default.exp: Test "target native" instead of "target
10234 child".
10235
36d46afb
MW
102362014-05-21 Mark Wielaard <mjw@redhat.com>
10237
10238 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10239
5876f503
JK
102402014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10241
10242 Fix TLS access for -static -pthread.
10243 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10244 <HAVE_TLS> (thread_function, main): Initialize it.
10245 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10246 Add clean_restart.
10247 <$have_tls != "">: Check TLSVAR.
10248
0256a6ac
PA
102492014-05-21 Pedro Alves <palves@redhat.com>
10250
10251 * gdb.base/dcache-line-read-error.c: New.
10252 * gdb.base/dcache-line-read-error.exp: New.
10253
936d2992
PA
102542014-05-20 Pedro Alves <palves@redhat.com>
10255
10256 * gdb.base/compare-sections.c: New file.
10257 * gdb.base/compare-sections.exp: New file.
10258
802e8e6d
PA
102592014-05-20 Pedro Alves <palves@redhat.com>
10260
10261 * gdb.base/break-idempotent.c: New file.
10262 * gdb.base/break-idempotent.exp: New file.
10263
e59fa00f
MM
102642014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10265
10266 * gdb.btrace/nohist.exp: New.
10267
8b696e31
YQ
102682014-05-20 Yao Qi <yao@codesourcery.com>
10269
10270 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10271 gdb.reverse directory and gdb_reverse_timeout exists in board
10272 setting.
10273 * README: Document gdb_reverse_timeout.
10274
73c9764f
YQ
102752014-05-20 Yao Qi <yao@codesourcery.com>
10276
10277 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10278 'test_file_name'. Treat args as a string instead of a list.
10279 (gdb_init): Rename argument 'args' by 'test_file_name'.
10280
f1f4348a
JK
102812014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10282
10283 * gdb.arch/powerpc-power.exp: New file.
10284 * gdb.arch/powerpc-power.s: New file.
10285
0dbe70ce
DE
102862014-05-16 Doug Evans <dje@google.com>
10287
10288 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10289 * gdb.base/completion.exp: Check that all expected files exist
10290 before doing file completion.
0dbe70ce 10291
8d551b02
DE
102922014-05-16 Doug Evans <dje@google.com>
10293
10294 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10295 Update.
10296 (do_syscall_tests_without_xml): Update.
10297
73eb7709
PA
102982014-05-16 Pedro Alves <palves@redhat.com>
10299
10300 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10301 instead of "unknown output after running".
10302
3fae92fc
YQ
103032014-05-16 Yao Qi <yao@codesourcery.com>
10304
10305 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10306 file1.txt from host at the end.
10307 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10308
c2b2ccc5
DE
103092014-05-15 Doug Evans <dje@google.com>
10310
10311 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10312 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10313 loading file. Add test for TU lookup.
10314
8c217a4b
SM
103152014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10316
10317 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10318 calling "-exec-arguments" or "set args" before running the
10319 inferior.
10320
3deb39c6
SM
103212014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10322
10323 * lib/mi-support.exp (mi_expect_stop): Expect message for
10324 inferiors that exit with non-zero exit code.
10325
71a79f8c
YQ
103262014-05-14 Yao Qi <yao@codesourcery.com>
10327
10328 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10329 match absolute path on remote host.
10330 (test_file_list_exec_source_files): Remove "/" from the
10331 pattern.
10332
f23fcd46
YQ
103332014-05-14 Yao Qi <yao@codesourcery.com>
10334
10335 * boards/local-remote-host-notty.exp (${board}_file): New
10336 proc.
10337
9404b58f
KM
103382014-05-07 Kyle McMartin <kyle@redhat.com>
10339
10340 Pushed by Joel Brobecker <brobecker@adacore.com>.
10341 * gdb.arch/aarch64-atomic-inst.c: New file.
10342 * gdb.arch/aarch64-atomic-inst.exp: New file.
10343
5e45f04c
YQ
103442014-05-07 Yao Qi <yao@codesourcery.com>
10345
10346 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10347 in current context" too.
10348
c888a17d
KS
103492014-05-05 Keith Seitz <keiths@redhat.com>
10350
10351 * gdb.linespec/ls-dollar.exp: Add test for linespec
10352 file:convenience_variable.
10353
290a839c
YQ
103542014-05-05 Yao Qi <yao@codesourcery.com>
10355
10356 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10357 traceframes into tfile and ctf trace files. Read data from
10358 trace file and test collected data.
10359 (gdb_collect_locals_test): Likewise.
10360 (gdb_unavailable_registers_test): Likewise.
10361 (gdb_unavailable_floats): Likewise.
10362 (gdb_collect_globals_test): Likewise.
10363 (top-level): Append "ctf" to trace_file_targets if GDB
10364 supports.
10365
b5262cd0
YQ
103662014-05-05 Yao Qi <yao@codesourcery.com>
10367
10368 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10369 code to ...
10370 (gdb_collect_args_test_1): ... it. New proc.
10371 (gdb_collect_locals_test): Move some code to ...
10372 (gdb_collect_locals_test_1): ... it. New proc.
10373 (gdb_unavailable_registers_test): Move some code to ...
10374 (gdb_unavailable_registers_test_1): ... it. New proc.
10375 (gdb_unavailable_floats): Move some code to ...
10376 (gdb_unavailable_floats_1): ... it. New proc.
10377
30a1e6cc
SDJ
103782014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10379
10380 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10381 probes to test for bitness recognition.
10382 * gdb.arch/amd64-stap-optional-prefix.exp
10383 (test_probe_value_without_reg): New procedure.
10384 Add code to test for different kinds of bitness.
10385
f33da99a
SDJ
103862014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10387
10388 PR breakpoints/16889
10389 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10390 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10391
5b80f00d
PA
103922014-05-01 Pedro Alves <palves@redhat.com>
10393
10394 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10395 gdb_file_cmd if no file is specified.
10396 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10397 last_loaded_file to set the remote exec-file.
10398
f8c2a73c
PA
103992014-05-01 Pedro Alves <palves@redhat.com>
10400
10401 * boards/local-remote-host.exp: New file.
10402
be6e8ac7
PA
104032014-05-01 Pedro Alves <palves@redhat.com>
10404
10405 * boards/local-remote-host.exp: Rename to ...
10406 * boards/local-remote-host-notty.exp: ... this.
10407
cac0dc8f
JB
104082014-04-28 Joel Brobecker <brobecker@adacore.com>
10409
10410 * gdb.ada/dyn_arrayidx: New testcase.
10411
9730e6cc
YQ
104122014-04-26 Yao Qi <yao@codesourcery.com>
10413
10414 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10415 and compute the length of function main. Save it in
10416 $main_length.
10417 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10418 (top-level): Use gdb_compile to compile objects into
10419 executable and restart GDB. Remove invocation to
10420 prepare_for_testing.
10421
7ae1a6a6
PA
104222014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10423 Pedro Alves <palves@redhat.com>
10424
10425 PR server/16255
10426 * gdb.multi/multi-attach.c: New file.
10427 * gdb.multi/multi-attach.exp: New file.
10428
4082afcc
PA
104292014-04-25 Pedro Alves <palves@redhat.com>
10430
10431 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10432 user.
10433 (top level): Test that "set remote conditional-breakpoints-packet
10434 off" works as intended.
10435 * gdb.base/dprintf.exp: Test that "set remote
10436 breakpoint-commands-packet off" works as intended.
10437 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10438 New function.
10439 (top level): Call it.
10440 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10441 remote fast-tracepoints-packet off" works as intended.
10442 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10443 * lib/gdb.exp (gdb_is_target_remote): ... here.
10444
2abc3f8d
DB
104452014-04-24 David Blaikie <dblaikie@gmail.com>
10446
10447 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10448 ensure clang would not discard them.
10449 * gdb.base/gdbvars.c: Ditto.
10450 * gdb.base/memattr.c: Ditto.
10451 * gdb.base/whatis.c: Ditto.
10452 * gdb.python/py-prettyprint.c: Ditto.
10453 * gdb.trace/actions.c: Ditto.
10454 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10455 ensure clang would not discard it.
10456
bfd39632
DB
104572014-04-24 David Blaikie <dblaikie@gmail.com>
10458
10459 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10460 clang to emit the full definition of type required by the test
10461 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10462
22842ff6
DB
104632014-04-24 David Blaikie <dblaikie@gmail.com>
10464
10465 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10466 coax Clang into emitting the definition of the type.
10467 * gdb.cp/pr10728-x.h (y): Ditto.
10468 * gdb.cp/pr10728-y.cc (y): Ditto.
10469
c2e827ad
DB
104702014-04-24 David Blaikie <dblaikie@gmail.com>
10471
10472 * gdb.base/label.exp: XFAIL label related tests under Clang.
10473 * gdb.cp/cplabel.exp: Ditto.
10474 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10475 under Clang those using labels.
10476
4c2d33e7
YQ
104772014-04-25 Yao Qi <yao@codesourcery.com>
10478
10479 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10480 double_label.
10481 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10482 partial_label and double_label.
10483
56083b99
DB
104842014-04-24 David Blaikie <dblaikie@gmail.com>
10485
10486 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10487
25d4e99d
DB
104882014-04-24 David Blaikie <dblaikie@gmail.com>
10489
10490 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10491 of the function to work across GCC and Clang.
10492 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10493 pointer types (const void ** const V void **).
10494
01f9f808
MS
104952014-04-24 Michael Sturm <michael.sturm@mintel.com>
10496 Walfred Tedeschi <walfred.tedeschi@intel.com>
10497
10498 * Makefile.in (EXECUTABLES): Added i386-avx512.
10499 * gdb.arch/i386-avx512.c: New file.
10500 * gdb.arch/i386-avx512.exp: Likewise.
10501
4b48d439
KS
105022014-04-23 Keith Seitz <keiths@redhat.com>
10503
10504 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10505 (mi_make_breakpoint_table): New procedure.
10506 (mi_create_breakpoint): Use mi_make_breakpoint
10507 and return the result.
10508 (mi_make_breakpoint): New procedure.
10509 (mi_build_kv_pairs): New procedure.
10510
10511 * gdb.mi/mi-break.exp: Remove unused globals,
10512 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10513 All callers updated.
10514 * gdb.mi/mi-dprintf.exp: Use variable to track command
10515 number.
10516 Update all callers of mi_create_breakpoint and use
10517 mi_make_breakpoint_table.
10518 Remove any unused global variables.
10519 * gdb.mi/mi-nonstop.exp: Likewise.
10520 * gdb.mi/mi-nsintrall.exp: Likewise.
10521 * gdb.mi/mi-nsmoribund.exp: Likewise.
10522 * gdb.mi/mi-nsthrexec.exp: Likewise.
10523 * gdb.mi/mi-reverse.exp: Likewise.
10524 * gdb.mi/mi-simplerun.exp: Likewise.
10525 * gdb.mi/mi-stepn.exp: Likewise.
10526 * gdb.mi/mi-syn-frame.exp: Likewise.
10527 * gdb.mi/mi-until.exp: Likewise.
10528 * gdb.mi/mi-var-cp.exp: Likewise.
10529 * gdb.mi/mi-var-display.exp: Likewise.
10530 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10531 * gdb.mi/mi2-var-child.exp: Likewise.
10532 * gdb.mi/mi-vla-c99.exp: Likewise.
10533 * lib/mi-support.exp: Likewise.
10534
10535 From Ian Lance Taylor <iant@cygnus.com>:
10536 * lib/gdb.exp (parse_args): New procedure.
10537
08351840
PA
105382014-04-23 Pedro Alves <palves@redhat.com>
10539
10540 * gdb.base/break-unload-file.c: New file.
10541 * gdb.base/break-unload-file.exp: New file.
10542 * gdb.base/sym-file-lib.c (baz): New function.
10543 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10544 field.
10545 (load): Store the segment's mapped size.
10546 (unload): New function.
10547 (unload_shlib): New function.
10548 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10549 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10550 set a breakpoint at baz, and call it.
10551 * gdb.base/sym-file.exp: New tests for stale breakpoint
10552 instructions.
10553
076855f9
PA
105542014-04-23 Pedro Alves <palves@redhat.com>
10555
10556 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10557 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10558 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10559 * gdb.base/hbreak-unmapped.c: New file.
10560 * gdb.base/hbreak-unmapped.exp: New file.
10561 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10562 * lib/gdb.exp (gdb_is_target_remote): ... here.
10563
483805cf
PA
105642014-04-22 Pedro Alves <palves@redhat.com>
10565
10566 * gdb.base/consecutive-step-over.c: New file.
10567 * gdb.base/consecutive-step-over.exp: New file.
10568
06d97543
PA
105692014-04-22 Pedro Alves <palves@redhat.com>
10570
10571 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10572 instead of send_gdb/gdb_expect.
10573
b4429ea2
YQ
105742014-04-22 Yao Qi <yao@codesourcery.com>
10575
10576 * lib/trace-support.exp (generate_tracefile): New procedure.
10577 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10578 return 0.
10579 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10580 if generate_tracefile returns 1.
10581
51d48146
PA
105822014-04-18 Tom Tromey <palves@redhat.com>
10583 Pedro alves <tromey@redhat.com>
10584
10585 PR backtrace/15558
10586 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10587 with a backtrace limit.
10588 * gdb.python/py-frame-inline.exp: Test running to an inline
10589 function with a backtrace limit, and printing the newest frame.
10590 * gdb.python/py-frame-inline.c (main): Call f.
10591
bd1dce5f
MS
105922014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10593
10594 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10595
40d1a503
MS
105962014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10597
10598 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10599 Drop prefix from unsupported source file path.
10600
389b98f7
YQ
106012014-04-17 Yao Qi <yao@codesourcery.com>
10602
10603 * lib/gdb.exp (with_target_charset): New proc.
10604 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10605 with_target_charset.
10606 (test_print_strings): Likewise.
10607 (test_repeat_bytes): Likewise.
10608 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10609 for some tests.
10610
22869d73
KS
106112014-04-16 Keith Seitz <keiths@redhat.com>
10612
10613 PR gdb/15827
10614 * gdb.dwarf2/corrupt.c: New file.
10615 * gdb.dwarf2/corrupt.exp: New file.
10616
c4f87ca6
KS
106172014-04-16 Keith Seitz <keiths@redhat.com>
10618
10619 PR c++/16597
10620 * gdb.cp/namelessclass.cc: New file.
10621 * gdb.cp/namelessclass.exp: New file.
10622 * gdb.cp/namelessclass.S: New file.
10623
ab19de87
DE
106242014-04-16 Doug Evans <dje@google.com>
10625
10626 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10627 Add comment.
10628 (gdbserver_default_get_comm_port): New function.
10629 (gdbserver_start): Check if board file provided
10630 "gdbserver,get_comm_port" and use it if so.
10631 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10632 (gdb,socketport): Set to "stdio".
10633 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10634 (stdio_gdbserver_template): Delete.
10635 (${board}_get_remote_address): Update.
10636 (${board}_build_remote_cmd): Delete.
10637 (${board}_get_comm_port): New function.
10638 (${board}_spawn): Update.
10639 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10640 Delete.
10641 (${board}_get_remote_address): Update.
10642 (${board}_get_comm_port): New function.
10643
fc98a809
AB
106442014-04-16 Andrew Burgess <aburgess@broadcom.com>
10645
10646 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10647 appearing in any order.
10648
87fd9e6e
DE
106492014-04-15 Doug Evans <dje@google.com>
10650
10651 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10652 uninitialized value of "description".
10653
099fc3ea
KS
106542014-04-15 Keith Seitz <keiths@redhat.com>
10655
10656 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10657 Remove unused globals.
10658 (test_running_the_program): Likewise.
10659 (test_controlled_execution): Likewise.
10660 (test_controlling_breakpoints): Likewise.
10661 (test_program_termination): Likewise.
10662
5da151d4
KS
106632014-04-15 Keith Seitz <keiths@redhat.com>
10664
10665 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10666 unused globals.
10667 (test_rbreak_creation_and_listing): Likewise.
10668 (test_ignore_count): Likewise.
10669 (test_error): Likewise.
10670
35e5d2f0
PA
106712014-04-15 Pedro Alves <palves@redhat.com>
10672
10673 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10674 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10675 sym-file-loader.c.
10676 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10677 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10678 to sym-file-loader.c.
10679 (struct library): Forward declare.
10680 (load_shlib, lookup_function): Change prototypes.
10681 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10682 (translate_offset): Remove declarations.
10683 (get_text_addr): New declaration.
10684 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10685 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10686 sym-file-loader.h.
10687 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10688 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10689 here from sym-file-loader.h.
10690 (struct library): New structure.
10691 (load_shlib, lookup_function): Change prototypes and adjust to
10692 work with a struct library.
10693 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10694 (translate_offset): Make static.
10695 (get_text_addr): New function.
10696 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10697
eb4c1710
PA
106982014-04-15 Pedro Alves <palves@redhat.com>
10699
10700 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10701
2d1baf52
PA
107022014-04-15 Pedro Alves <palves@redhat.com>
10703
10704 * gdb.base/sym-file-loader.c: Include <limits.h>.
10705 (SELF_LINK): New define.
10706 (get_origin): New function.
10707 (load_shlib): Use it.
10708 * gdb.base/sym-file.exp: Don't early return if the target is
10709 remote. Use runto_main, and issue fail is that fails. Use
10710 gdb_load_shlibs.
10711 (shlib_name): Delete.
10712 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10713
7dd6df01
PA
107142014-04-15 Pedro Alves <palves@redhat.com>
10715
10716 * gdb.base/sym-file.exp: Remove regex characters from test
10717 message. Don't refer to breakpoint numbers in test messages.
10718
b50c8614
KS
107192014-04-14 Keith Seitz <keiths@redhat.com>
10720
10721 PR c++/16253
10722 * gdb.cp/var-tag.cc: New file.
10723 * gdb.cp/var-tag.exp: New file.
10724 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10725 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10726 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10727 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10728
3d567982
TT
107292014-04-14 Tom Tromey <tromey@redhat.com>
10730
10731 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10732 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10733 type.
10734 * gdb.cp/enum-class.exp: New file.
10735 * gdb.cp/enum-class.cc: New file.
10736
0626fc76
TT
107372014-04-14 Tom Tromey <tromey@redhat.com>
10738
10739 * gdb.dwarf2/enum-type.exp: New file.
10740
dca325b3
SA
107412014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10742
10743 * gdb.mi/mi-vla-c99.exp: New file.
10744 * gdb.mi/vla.c: New file.
10745
5854b38a
SA
107462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10747
10748 * gdb.base/vla-datatypes.c: New file.
10749 * gdb.base/vla-datatypes.exp: New file.
10750
463bb957
SA
107512014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10752
10753 * gdb.base/vla-ptr.c: New file.
10754 * gdb.base/vla-ptr.exp: New file.
10755
3dd170be
SA
107562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10757
10758 * gdb.dwarf2/count.exp: New file.
10759
5ecaaa66
SA
107602014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10761
10762 * gdb.base/vla-sideeffect.c: New file.
10763 * gdb.base/vla-sideeffect.exp: New file.
10764
41f1ada5
DB
107652014-04-14 David Blaikie <dblaikie@gmail.com>
10766
10767 * gdb.mi/non-stop.c: Add return value for non-void function return
10768 statement.
10769 * gdb.threads/staticthreads.c: Ditto.
10770
0be03e84
DE
107712014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10772 Doug Evans <xdje42@gmail.com>
10773
10774 * gdb.guile/scm-value.c: Improve test case.
10775 * gdb.guile/scm-value.exp: Add new test.
10776
f180a1fb
DB
107772014-04-11 David Blaikie <dblaikie@gmail.com>
10778
10779 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10780 override Clang's default.
10781
6b662e19
JB
107822014-04-11 Joel Brobecker <brobecker@adacore.com>
10783
10784 Revert the following changes (regressions):
10785
10786 * gdb.base/vla-sideeffect.c: New file.
10787 * gdb.base/vla-sideeffect.exp: New file.
10788
10789 * gdb.dwarf2/count.exp: New file.
10790
10791 * gdb.base/vla-multi.c: New file.
10792 * gdb.base/vla-multi.exp: New file.
10793
10794 * gdb.base/vla-ptr.c: New file.
10795 * gdb.base/vla-ptr.exp: New file.
10796
10797 * gdb.base/vla-datatypes.c: New file.
10798 * gdb.base/vla-datatypes.exp: New file.
10799
10800 * gdb.mi/mi-vla-c99.exp: New file.
10801 * gdb.mi/vla.c: New file.
10802
245a5f0b
KS
108032014-04-11 Keith Seitz <keiths@redhat.com>
10804
10805 PR c++/16675
10806 * gdb.cp/cpsizeof.exp: New file.
10807 * gdb.cp/cpsizeof.cc: New file.
10808
58a84dcf
SA
108092014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10810
191a8a90
JB
10811 * gdb.mi/mi-vla-c99.exp: New file.
10812 * gdb.mi/vla.c: New file.
58a84dcf 10813
c8655f75
SA
108142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10815
10816 * gdb.base/vla-datatypes.c: New file.
10817 * gdb.base/vla-datatypes.exp: New file.
10818
024e13b4
SA
108192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10820
10821 * gdb.base/vla-ptr.c: New file.
10822 * gdb.base/vla-ptr.exp: New file.
10823
1a237e0e
SA
108242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10825
10826 * gdb.base/vla-multi.c: New file.
10827 * gdb.base/vla-multi.exp: New file.
10828
504f3432
SA
108292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10830
10831 * gdb.dwarf2/count.exp: New file.
10832
3bce8237
SA
108332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10834
191a8a90
JB
10835 * gdb.base/vla-sideeffect.c: New file.
10836 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10837
322f9c21
YQ
108382014-04-11 Yao Qi <yao@codesourcery.com>
10839
10840 * gdb.base/completion.exp: Check file exists before running tests
10841 on file completion.
10842
d708bcd1
PA
108432014-04-10 Pedro Alves <palves@redhat.com>
10844
10845 * gdb.base/cond-eval-mode.c: New file.
10846 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10847 prepare_for_testing to build the new file. Check result of
10848 runto_main.
10849 (test_break, test_watch): New procedures.
10850 (top level): Use them.
10851
ae1d2761
PM
108522014-04-08 Pierre Muller <muller@sourceware.org>
10853
10854 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10855 Ctrl-V use for mingw hosts.
10856
7af389b8
SC
108572014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10858
10859 * gdb.python/py-value.c: Improve test case.
10860 * gdb.python/py-value.exp: Add new test.
10861
5e703181
DE
108622014-04-07 David Blaikie <dblaikie@gmail.com>
10863
10864 * lib/compiler.c: Identify the clang compiler.
10865 * lib/compiler.cc: Ditto.
10866
9810b410
YQ
108672014-04-03 Yao Qi <yao@codesourcery.com>
10868
10869 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10870
98d1b8dc
AB
108712014-04-01 Anton Blanchard <anton@samba.org>
10872
10873 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10874 messages unique.
10875
3114cea1
AB
108762014-04-01 Anton Blanchard <anton@samba.org>
10877
10878 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10879 prepare_for_testing.
10880
62f7182c
AB
108812014-04-01 Anton Blanchard <anton@samba.org>
10882
10883 * gdb.arch/ppc64-atomic-inst.c: Remove.
10884 * gdb.arch/ppc64-atomic-inst.S: New file.
10885 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10886
770e7fc7
DE
108872014-03-31 Doug Evans <dje@google.com>
10888
10889 * gdb.base/print-symbol-loading-lib.c: New file.
10890 * gdb.base/print-symbol-loading-main.c: New file.
10891 * gdb.base/print-symbol-loading.exp: New file.
10892
46e2bafa
YQ
108932014-03-31 Yao Qi <yao@codesourcery.com>
10894
10895 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10896
8776cfe9
JB
108972014-03-28 Joel Brobecker <brobecker@adacore.com>
10898
10899 * gdb.ada/mi_dyn_arr: New testcase.
10900
5d1ef361
DE
109012014-03-27 Doug Evans <dje@google.com>
10902
10903 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10904
b5bee914
YQ
109052014-03-27 Yao Qi <yao@codesourcery.com>
10906
10907 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10908 if target is nios2-*-*.
10909
0d4d0e77
YQ
109102014-03-26 Yao Qi <yao@codesourcery.com>
10911
10912 * lib/gdb.exp (readline_is_used): New proc.
10913 * gdb.base/completion.exp: Move tests on command complete up.
10914 Skip the rest of tests if readline is not used.
10915 * gdb.ada/complete.exp: Skp the test if readline is not
10916 used.
10917 * gdb.base/filesym.exp: Likewise.
10918 * gdb.base/macscp.exp: Likewise.
10919 * gdb.base/readline-ask.exp: Likewise.
10920 * gdb.base/readline.exp: Likewise.
10921 * gdb.python/py-cmd.exp: Likewise.
10922 * gdb.trace/tfile.exp: Likewise.
10923
29361eee
YQ
109242014-03-26 Yao Qi <yao@codesourcery.com>
10925
10926 * gdb.base/macscp.exp: Fix code format issues.
10927
bc9a5525
UW
109282014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10929
10930 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10931 * gdb.asm/powerpc64le.inc: New file.
10932
d3839ede
PA
109332014-03-25 Pedro Alves <palves@redhat.com>
10934 Doug Evans <dje@google.com>
10935
10936 * gdb.base/source-execution.c: New file.
10937 * gdb.base/source-execution.exp: New file.
10938 * gdb.base/source-execution.gdb: New file.
10939
01672a57
DE
109402014-03-24 Doug Evans <dje@google.com>
10941
10942 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10943 using fission.
10944
88bbeca9
HZ
109452014-03-24 Hui Zhu <hui@codesourcery.com>
10946 Pedro Alves <palves@redhat.com>
10947
10948 PR breakpoints/16101
10949 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10950 test pass/fail messages. Detect missing support for dprintf when
10951 breakpoints are actually inserted.
10952 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10953 breakpoints are actually inserted.
10954 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10955 fails.
10956
d2348791
JK
109572014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10958
10959 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10960
feef67ab
DE
109612014-03-22 Doug Evans <xdje42@gmail.com>
10962
10963 * gdb.python/python.exp (python not supported): Verify multi-line
10964 python command issues an error.
25d743f9 10965 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10966 guile command issues an error.
feef67ab 10967
ecebef6a
MR
109682014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10969
10970 * gdb.threads/thread-specific.exp: Handle the lack of usable
10971 $this_breakpoint and $this_thread.
10972
ccdd1909
HZ
109732014-03-21 Hui Zhu <hui@codesourcery.com>
10974
10975 * gdb.base/attach.exp (do_command_attach_tests): New.
10976
beb460e8
PA
109772014-03-20 Tom Tromey <tromey@redhat.com>
10978 Pedro Alves <palves@redhat.com>
10979
10980 PR cli/15718
10981 * gdb.base/condbreak-call-false.c: New file.
10982 * gdb.base/condbreak-call-false.exp: New file.
10983
40acf43a
PA
109842014-03-20 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10987 Delete.
10988 (block_signals, unblock_signals): Delete.
10989 (child_function_2, main): Remove references to deleted variable
10990 and functions.
10991
9f5e1e02
PA
109922014-03-20 Pedro Alves <palves@redhat.com>
10993
10994 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10995 Use pthread_kill to signal thread 2.
10996 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10997 Adjust to make the test send itself a signal rather than using the
10998 host's "kill" command.
10999
99619bea
PA
110002014-03-20 Pedro Alves <palves@redhat.com>
11001
11002 * gdb.threads/multiple-step-overs.c: New file.
11003 * gdb.threads/multiple-step-overs.exp: New file.
11004 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11005 Adjust expected infrun debug output.
11006
2adfaa28
PA
110072014-03-20 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11010 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11011
31e77af2
PA
110122014-03-20 Pedro Alves <palves@redhat.com>
11013
11014 PR breakpoints/7143
11015 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11016 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11017 of gdb_test_multiple.
11018 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11019 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11020
b9f437de
PA
110212014-03-20 Pedro Alves <palves@redhat.com>
11022
11023 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11024 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11025
05adc73e
PA
110262014-03-19 Pedro Alves <palves@redhat.com>
11027
11028 * gdb.base/async.exp: Remove early return.
11029
6048b950
PA
110302014-03-19 Pedro Alves <palves@redhat.com>
11031
11032 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11033
8bcfb00a
PA
110342014-03-19 Pedro Alves <palves@redhat.com>
11035
11036 * gdb.base/async.exp (test_background): Expect \r\n after
11037 "completed." in the fail pattern.
11038
884e37dc
PA
110392014-03-19 Pedro Alves <palves@redhat.com>
11040
11041 * gdb.base/async.exp (test_background): New procedure.
11042 Use it for all background execution command tests.
11043
148e57e2
PA
110442014-03-19 Pedro Alves <palves@redhat.com>
11045
11046 * gdb.base/async.exp: Use prepare_for_testing.
11047
f48088c7
PA
110482014-03-19 Pedro Alves <palves@redhat.com>
11049
11050 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11051 the same line.
11052
e2f6c966
PA
110532014-03-19 Pedro Alves <palves@redhat.com>
11054
11055 * gdb.base/async.c (main): Add "jump here" and "until here" line
11056 marker comments.
11057 * gdb.base/async.exp (jump_here): New global.
11058 (jump& test): Use it.
11059 (until_here): New global.
11060 (until& test): Use it.
11061
c30568d4
PA
110622014-03-19 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.base/async.exp: Don't frob gdb_protocol.
11065
0172b6a7
DE
110662014-03-18 Doug Evans <xdje42@gmail.com>
11067
11068 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11069 Fix spelling of exec-done-display.
11070
06c868a8
JK
110712014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11072
11073 PR gdb/15358
11074 * gdb.base/gdb-sigterm.c: New file.
11075 * gdb.base/gdb-sigterm.exp: New file.
11076
0c7e1a46
PA
110772014-03-18 Pedro Alves <palves@redhat.com>
11078
11079 PR gdb/13860
11080 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11081 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11082 solib-event.
11083
f7c77d93
JB
110842014-03-17 Joel Brobecker <brobecker@adacore.com>
11085
11086 * gdb.ada/pckd_arr_ren: New testcase.
11087
5a1e8c7a
DE
110882014-03-13 Doug Evans <xdje42@gmail.com>
11089
11090 PR guile/16612
11091 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11092 collect after discarding symbols.
11093
350e1a76
DE
110942014-03-13 Ludovic Courtès <ludo@gnu.org>
11095 Doug Evans <xdje42@gmail.com>
11096
11097 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11098 to history survives a gc.
11099
a69900ae
PA
111002014-03-13 Pedro Alves <palves@redhat.com>
11101
11102 * gdb.base/default.exp: Don't test "target procfs".
11103
5db9f0bd
PA
111042014-03-13 Pedro Alves <palves@redhat.com>
11105
11106 * gdb.base/default.exp: Update "target child" and "target procfs"
11107 tests to not expect "Unix".
11108
b3ccfe11
TT
111092014-03-12 Tom Tromey <tromey@redhat.com>
11110
11111 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11112 New procs. Add target-async tests.
11113 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11114 Add target-async tests.
11115
646f4417
AA
111162014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11117
11118 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11119 'func_start' and 'func_end' for the beginning and end of the
11120 function code, respectively.
11121 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11122 'func_end' instead of 'func' and 'main'.
11123
288c211f
AA
111242014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11125
11126 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11127 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11128 generate the debug info assembler source.
11129
e0c0f156
AA
111302014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11131
11132 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11133 * gdb.dwarf2/arr-subrange.exp: Likewise.
11134 * gdb.dwarf2/dwz.exp: Likewise.
11135 * gdb.dwarf2/method-ptr.exp: Likewise.
11136 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11137 * gdb.dwarf2/subrange.exp: Likewise.
11138 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11139 * gdb.dwarf2/implptrpiece.exp: Likewise.
11140 * gdb.dwarf2/nostaticblock.exp: Likewise.
11141
0e5c4555
AA
111422014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11143
11144 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11145 directory to absolute path name arguments.
11146
5ec18f2b
JG
111472014-03-10 Joel Brobecker <brobecker@adacore.com>
11148
11149 * gdb.ada/tagged_access: New testcase.
11150
847fc4f2
MM
111512014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11152
11153 * gdb.btrace/data.exp: Update expected output.
11154
cc3da688
YQ
111552014-03-06 Yao Qi <yao@codesourcery.com>
11156
11157 * gdb.trace/pr16508.exp: New file.
11158
0f26cec1
PA
111592014-03-05 Pedro Alves <palves@redhat.com>
11160
11161 PR gdb/16575
11162 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11163 procedure.
11164 (top level): Adjust to use it. Add tests that exercise breakpoint
11165 interaction with the code-cache.
11166
7a5a839f
LC
111672014-02-26 Ludovic Courtès <ludo@gnu.org>
11168
11169 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11170 test for 'history-append!'.
11171
31aa7e4e
JB
111722014-02-26 Joel Brobecker <brobecker@adacore.com>
11173
11174 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11175 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11176 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11177 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11178 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11179 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11180
1b588015
JB
111812014-02-26 Joel Brobecker <brobecker@adacore.com>
11182
11183 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11184 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11185 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11186
55426c9d
JB
111872014-02-26 Joel Brobecker <brobecker@adacore.com>
11188
11189 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11190
dc53a7ad
JB
111912014-02-26 Joel Brobecker <brobecker@adacore.com>
11192
11193 * gdb.dwarf2/arr-stride.c: New file.
11194 * gdb.dwarf2/arr-stride.exp: New file.
11195
12ab52e9
PA
111962014-02-26 Pedro Alves <palves@redhat.com>
11197
11198 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11199 that won't ever trigger. Make sure that GDB reports the correct
11200 breakpoint that caused the stop.
11201
849c862e
JK
112022014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11203
11204 PR gdb/16626
11205 * gdb.base/auto-load-script: New file.
11206 * gdb.base/auto-load.c: New file.
11207 * gdb.base/auto-load.exp: New file.
11208
71b7d793
JK
11209 PR gdb/16626
11210 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11211
e2f0d509
JK
112122014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11213
11214 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11215 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11216
50cc37c8
DE
112172014-02-24 Doug Evans <dje@google.com>
11218
11219 * lib/gdb.exp (run_on_host): Log error output if program fails.
11220
ea4758f2
PA
112212014-02-21 Pedro Alves <palves@redhat.com>
11222
11223 * gdb.threads/step-after-sr-lock.c: Rename to ...
11224 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11225 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11226 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11227 ... this.
11228
d7b30f67
SDJ
112292014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11230
11231 PR tdep/16397
11232 * gdb.arch/amd64-stap-special-operands.exp: New file.
11233 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11234 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11235 * gdb.arch/amd64-stap-triplet.S: Likewise.
11236 * gdb.arch/amd64-stap-triplet.c: Likewise.
11237
83deb43f
JB
112382014-02-20 Joel Brobecker <brobecker@adacore.com>
11239
11240 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11241 in .section pseudo-op.
11242
adde2bff
DE
112432014-02-20 lin zuojian <manjian2006@gmail.com>
11244 Joel Brobecker <brobecker@adacore.com>
11245 Doug Evans <xdje42@gmail.com>
11246
11247 PR symtab/16581
11248 * gdb.dwarf2/dw2-icycle.S: New file.
11249 * gdb.dwarf2/dw2-icycle.c: New file.
11250 * gdb.dwarf2/dw2-icycle.exp: New file.
11251
f7bd0f78
SC
112522014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11253
11254 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11255 operations on gdb.Value objects.
11256 * gdb.python/py-value-cc.exp: Add new test to test operations on
11257 gdb.Value objects.
11258
c17ef0d5
DE
112592014-02-18 Doug Evans <dje@google.com>
11260
11261 * Makefile.in (TESTS): New variable.
11262 (expanded_tests, expanded_tests_or_none): New variables
11263 (check-single): Pass $(expanded_tests_or_none) to runtest.
11264 (check-parallel): Only run tests in $(TESTS) if non-empty.
11265 (check/no-matching-tests-found): New rule.
11266 * README: Document TESTS makefile variable.
11267
5dd3176f
DE
112682014-02-18 Doug Evans <dje@google.com>
11269
11270 * Makefile.in (check-parallel): rm -rf outputs temp.
11271
0b10be4f
JK
112722014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11273
11274 Fix "ERROR: no fileid for" in the testsuite.
11275 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11276
85f224e7
DE
112772014-02-12 Doug Evans <dje@google.com>
11278
11279 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11280 (MISCELLANEOUS): New variable.
11281 (clean): rm -rf $(MISCELLANEOUS).
11282 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11283 dwp live in the same directory as symlinks, with each symlink pointed
11284 to a differently named file in a different directory.
11285
149b30ff
DE
112862014-02-11 Doug Evans <dje@google.com>
11287
11288 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11289 of Tcl file commands.
11290
1dfdac32
MK
112912014-02-10 Mark Kettenis <kettenis@gnu.org>
11292
11293 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11294 "kill -SIGUSR1 -1".
11295
aa4fb036
JB
112962014-02-10 Joel Brobecker <brobecker@adacore.com>
11297
11298 * gdb.ada/tick_length_array_enum_idx: New testcase.
11299
ed3ef339
DE
113002014-02-10 Doug Evans <xdje42@gmail.com>
11301
11302 * configure.ac (AC_OUTPUT): Add gdb.guile.
11303 * configure: Regenerate.
11304 * lib/gdb-guile.exp: New file.
11305 * lib/gdb.exp (get_target_charset): New function.
11306 * gdb.base/help.exp: Update expected output from "apropos apropos".
11307 * gdb.guile/Makefile.in: New file.
11308 * gdb.guile/guile.exp: New file.
11309 * gdb.guile/scm-arch.c: New file.
11310 * gdb.guile/scm-arch.exp: New file.
11311 * gdb.guile/scm-block.c: New file.
11312 * gdb.guile/scm-block.exp: New file.
11313 * gdb.guile/scm-breakpoint.c: New file.
11314 * gdb.guile/scm-breakpoint.exp: New file.
11315 * gdb.guile/scm-disasm.c: New file.
11316 * gdb.guile/scm-disasm.exp: New file.
11317 * gdb.guile/scm-equal.c: New file.
11318 * gdb.guile/scm-equal.exp: New file.
11319 * gdb.guile/scm-error.exp: New file.
11320 * gdb.guile/scm-error.scm: New file.
11321 * gdb.guile/scm-frame-args.c: New file.
11322 * gdb.guile/scm-frame-args.exp: New file.
11323 * gdb.guile/scm-frame-args.scm: New file.
11324 * gdb.guile/scm-frame-inline.c: New file.
11325 * gdb.guile/scm-frame-inline.exp: New file.
11326 * gdb.guile/scm-frame.c: New file.
11327 * gdb.guile/scm-frame.exp: New file.
11328 * gdb.guile/scm-generics.exp: New file.
11329 * gdb.guile/scm-gsmob.exp: New file.
11330 * gdb.guile/scm-iterator.c: New file.
11331 * gdb.guile/scm-iterator.exp: New file.
11332 * gdb.guile/scm-math.c: New file.
11333 * gdb.guile/scm-math.exp: New file.
11334 * gdb.guile/scm-objfile-script-gdb.in: New file.
11335 * gdb.guile/scm-objfile-script.c: New file.
11336 * gdb.guile/scm-objfile-script.exp: New file.
11337 * gdb.guile/scm-objfile.c: New file.
11338 * gdb.guile/scm-objfile.exp: New file.
11339 * gdb.guile/scm-ports.exp: New file.
11340 * gdb.guile/scm-pretty-print.c: New file.
11341 * gdb.guile/scm-pretty-print.exp: New file.
11342 * gdb.guile/scm-pretty-print.scm: New file.
11343 * gdb.guile/scm-section-script.c: New file.
11344 * gdb.guile/scm-section-script.exp: New file.
11345 * gdb.guile/scm-section-script.scm: New file.
11346 * gdb.guile/scm-symbol.c: New file.
11347 * gdb.guile/scm-symbol.exp: New file.
11348 * gdb.guile/scm-symtab-2.c: New file.
11349 * gdb.guile/scm-symtab.c: New file.
11350 * gdb.guile/scm-symtab.exp: New file.
11351 * gdb.guile/scm-type.c: New file.
11352 * gdb.guile/scm-type.exp: New file.
11353 * gdb.guile/scm-value-cc.cc: New file.
11354 * gdb.guile/scm-value-cc.exp: New file.
11355 * gdb.guile/scm-value.c: New file.
11356 * gdb.guile/scm-value.exp: New file.
11357 * gdb.guile/source2.scm: New file.
11358 * gdb.guile/types-module.cc: New file.
11359 * gdb.guile/types-module.exp: New file.
11360
7026a7c1
YQ
113612014-02-10 Yao Qi <yao@codesourcery.com>
11362
11363 PR testsuite/16543
11364 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11365 * configure: Regenerated.
11366 * Makefile.in: New file.
11367
6c466447
AS
113682014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11369
11370 * gdb.python/py-framefilter.exp: Fix typo.
11371
6e854735
YQ
113722014-02-08 Yao Qi <yao@codesourcery.com>
11373
11374 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11375 that no =breakpoint-modified is emitted when breakpoints are
11376 modified through MI commands.
11377
d137e6dc
PA
113782014-02-07 Pedro Alves <pedro@codesourcery.com>
11379 Pedro Alves <palves@redhat.com>
11380
11381 * gdb.threads/step-after-sr-lock.c: New file.
11382 * gdb.threads/step-after-sr-lock.exp: New file.
11383
b5ee5a50
PA
113842014-02-07 Pedro Alves <palves@redhat.com>
11385
11386 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11387
3c77faf3
JK
113882014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11389
11390 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11391 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11392
6dddc817
DE
113932014-02-06 Doug Evans <xdje42@gmail.com>
11394
11395 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11396 output.
11397
11398 * gdb.gdb/python-interrupts.exp: New file.
11399
de7b2893
YQ
114002014-02-05 Yao Qi <yao@codesourcery.com>
11401
11402 * gdb.trace/report.exp (use_collected_data): Test the output
11403 of "info threads" and "info inferiors".
11404
66d032ac
YQ
114052014-02-05 Yao Qi <yao@codesourcery.com>
11406
11407 Revert this patch:
11408
11409 2013-05-24 Yao Qi <yao@codesourcery.com>
11410
11411 * gdb.trace/tfile.exp: Test inferior and thread.
11412
591a12a1
UW
114132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11414
11415 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11416 on a function.
11417 * gdb.base/step-bt.c: Call hello via function pointer to make
11418 sure its first instruction is executed on powerpc64le-linux.
11419
0ff3e01f
UW
114202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11421
11422 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11423
084ee545
UW
114242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11425
11426 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11427 of the test patterns for use on little-endian systems.
11428
6ed14ff3
UW
114292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11430
11431 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11432 (decimal_vector): Fix for little-endian.
11433
401e27fd
JM
114342014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11435
11436 * gdb.arch/sparc-sysstep.exp: New file.
11437 * gdb.arch/sparc-sysstep.c: Likewise.
11438
11439 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11440
8b924729
EBM
114412014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11442
11443 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11444
fb151210
JB
114452014-01-23 Tom Tromey <tromey@redhat.com>
11446
11447 * gdb.ada/array_char_idx: New testcase.
11448
0740f8d8
TT
114492014-01-23 Tom Tromey <tromey@redhat.com>
11450
11451 PR python/16487:
11452 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11453 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11454 classes.
11455
21909fa1
TT
114562014-01-23 Tom Tromey <tromey@redhat.com>
11457
11458 PR python/16491:
11459 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11460 string from an inferior frame.
11461 * gdb.python/py-framefilter-mi.exp: Update.
11462
87ce2a04
DE
114632014-01-22 Doug Evans <dje@google.com>
11464
11465 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11466
237b092b
AA
114672014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11468
11469 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11470
d674a709
AA
114712014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11472
11473 * gdb.trace/entry-values.exp: Remove excess space character from
11474 regex patterns. Handle s390 call instruction.
11475
20fa3390
AA
114762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11477
11478 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11479 define "*_start" label. Make "name" static.
11480 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11481 ${name} by references to ${name}_start.
11482
78466714
AA
114832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11484
11485 * gdb.base/info-macros.exp: Remove "debug" from the compile
11486 options.
11487
ec9f644a
IB
114882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11489
11490 * gdb.dlang/demangle.exp: New file.
11491
94b1b47e
IB
114922014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11493
11494 * gdb.dlang/primitive-types.exp: New file.
11495
7f420862
IB
114962014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11497
11498 * configure.ac: Create gdb.dlang/Makefile.
11499 * configure: Regenerate.
11500 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11501 * gdb.dlang/Makefile.in: New file.
11502 * lib/d-support.exp: New file.
11503 * lib/gdb.exp (skip_d_tests): New proc.
11504
52834460
MM
115052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11506
11507 * gdb.btrace/delta.exp: Check reverse stepi.
11508 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11509 * gdb.btrace/finish.exp: New.
11510 * gdb.btrace/next.exp: New.
11511 * gdb.btrace/nexti.exp: New.
11512 * gdb.btrace/record_goto.c: Add comments.
11513 * gdb.btrace/step.exp: New.
11514 * gdb.btrace/stepi.exp: New.
11515 * gdb.btrace/multi-thread-step.c: New.
11516 * gdb.btrace/multi-thread-step.exp: New.
11517 * gdb.btrace/rn-dl-bind.c: New.
11518 * gdb.btrace/rn-dl-bind.exp: New.
11519 * gdb.btrace/data.c: New.
11520 * gdb.btrace/data.exp: New.
11521 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11522
6e07b1d2
MM
115232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11524
11525 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11526 * gdb.btrace/exception.exp: Update.
11527 * gdb.btrace/instruction_history.exp: Update.
11528 * gdb.btrace/record_goto.exp: Update.
11529 * gdb.btrace/tailcall.exp: Update.
11530 * gdb.btrace/unknown_functions.exp: Update.
11531 * gdb.btrace/delta.exp: New.
11532
0b722aec
MM
115332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11534
11535 * gdb.btrace/record_goto.exp: Add backtrace test.
11536 * gdb.btrace/tailcall.exp: Add backtrace test.
11537
066ce621
MM
115382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11539
11540 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11541 * gdb.btrace/record_goto.c: New.
11542 * gdb.btrace/record_goto.exp: New.
11543 * gdb.btrace/x86-record_goto.S: New.
11544
0688d04e
MM
115452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11546
11547 * gdb.btrace/function_call_history.exp: Update tests.
11548 * gdb.btrace/instruction_history.exp: Update tests.
11549
8710b709
MM
115502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11551
11552 * gdb.btrace/function_call_history.exp: Fix expected field
11553 order for "record function-call-history".
11554 Add new tests for "record function-call-history /c".
11555 * gdb.btrace/exception.cc: New.
11556 * gdb.btrace/exception.exp: New.
11557 * gdb.btrace/tailcall.exp: New.
11558 * gdb.btrace/x86-tailcall.S: New.
11559 * gdb.btrace/x86-tailcall.c: New.
11560 * gdb.btrace/unknown_functions.c: New.
11561 * gdb.btrace/unknown_functions.exp: New.
11562 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11563
5de9129b
MM
115642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11565
11566 * gdb.btrace/instruction_history.exp: Update.
11567 * gdb.btrace/function_call_history.exp: Update.
11568
23a7fe75
MM
115692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11570
11571 * gdb.btrace/function_call_history.exp: Fix expected function
11572 trace.
11573 * gdb.btrace/instruction_history.exp: Initialize traced.
11574 Remove traced_functions.
11575
724c7dd8
MM
115762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11577
11578 * gdb.btrace/function_call_history.exp: Update
11579 * gdb.btrace/instruction_history.exp: Update.
11580
6d78d93b
MM
115812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11582
11583 * gdb.btrace/enable.exp: Update expected text.
11584
93a360cc
OJ
115852014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11586
11587 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11588 bytes.
11589
3772b53f
MR
115902014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11591
11592 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11593
596662fa
OJ
115942014-01-15 Omair Javaid <omair.javaid@linaro.org>
11595
11596 * lib/gdb.exp (supports_process_record): Return true for
11597 arm*-linux*. (supports_reverse): Likewise.
11598
b5b08fb4
SC
115992014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11600
11601 PR python/15464
11602 PR python/16113
11603 * gdb.python/py-type.c: Enhance test case.
11604 * gdb.python/py-value-cc.cc: Likewise
11605 * gdb.python/py-type.exp: Add new tests.
11606 * gdb.python/py-value-cc.exp: Likewise
11607
52d7fb13
AA
116082014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11609 Pedro Alves <palves@redhat.com>
11610
11611 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11612 Make "name" extern.
11613 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11614 references to ${name}_start by references to ${name}.
11615
a2cd8cfe
JB
116162014-01-10 Joel Brobecker <brobecker@adacore.com>
11617
11618 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11619
4e23fced
JB
116202014-01-10 Joel Brobecker <brobecker@adacore.com>
11621
11622 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11623
c6a9e42c
PA
116242014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11625 Pedro Alves <palves@redhat.com>
11626
11627 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11628 mi_gdb_target_load.
c6a9e42c 11629
b7ea362b
PA
116302014-01-08 Pedro Alves <palves@redhat.com>
11631
11632 * gdb.threads/reconnect-signal.c: New file.
11633 * gdb.threads/reconnect-signal.exp: New file.
11634
5e3f4fab
EBM
116352014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11636
11637 * gdb.base/source-dir.exp: New file.
11638
79301218
JB
116392014-01-07 Joel Brobecker <brobecker@adacore.com>
11640
11641 * gdb.ada/mi_interface: New testcase.
11642
8e355c5d
JB
116432014-01-07 Joel Brobecker <brobecker@adacore.com>
11644
11645 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11646 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11647 gdb.ada/pp-rec-component/pck.ads: New files.
11648
c0d48811
JB
116492014-01-07 Joel Brobecker <brobecker@adacore.com>
11650
11651 * gdb.python/py-pp-integral.c: New file.
11652 * gdb.python/py-pp-integral.py: New file.
11653 * gdb.python/py-pp-integral.exp: New file.
11654
17b609c3 11655For older changes see ChangeLog-1993-2013.
c906108c 11656\f
8d8cb839
EZ
11657;; Local Variables:
11658;; mode: change-log
11659;; left-margin: 8
11660;; fill-column: 74
11661;; version-control: never
11662;; End:
902f2ccb 11663
61baf725 11664 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11665 Copying and distribution of this file, with or without modification,
11666 are permitted provided the copyright notice and this notice are preserved.