Share fork_inferior et al with gdbserver
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * gdb.server/non-existing-program.exp: Update regex in order to
4 reflect the fact that gdbserver is now using fork_inferior (with a
5 shell) to startup the inferior.
6
7 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8
9 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
10 support function calls from GDB.
11
12 2017-05-21 Tom Tromey <tom@tromey.com>
13
14 PR rust/21466:
15 * gdb.rust/unsized.exp: New file.
16 * gdb.rust/unsized.rs: New file.
17
18 2017-05-19 Tom Tromey <tom@tromey.com>
19
20 PR rust/21484:
21 * gdb.rust/watch.exp: New file.
22 * gdb.rust/watch.rs: New file.
23
24 2017-05-18 Tom Tromey <tom@tromey.com>
25
26 * gdb.rust/simple.exp: Allow Box to be qualified.
27
28 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
29
30 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
31
32 2017-05-18 Pedro Alves <palves@redhat.com>
33
34 * gdb.base/fileio.c (test_write, test_read, test_close)
35 (test_fstat): Don't print 'ret' in the fail path.
36
37 2017-05-18 Pedro Alves <palves@redhat.com>
38
39 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
40 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
41 (test_system, test_rename, test_unlink, test_time): Change
42 prototypes.
43 * gdb.base/fileio.exp (stop_msg): Adjust.
44
45 2017-05-18 Pedro Alves <palves@redhat.com>
46
47 * gdb.base/fileio.c (null_str): New global.
48 (test_stat): Use it.
49 * gdb.base/fileio.exp: Remove nowarnings.
50
51 2017-05-17 Yao Qi <yao.qi@linaro.org>
52
53 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
54
55 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
56
57 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
58 argument command.
59 (top-level): Invoke test_set_inferior_tty.
60
61 2017-05-04 Pedro Alves <palves@redhat.com>
62
63 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
64 Add parens to print call for Python 3.
65
66 2017-05-03 Keith Seitz <keiths@redhat.com>
67
68 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
69 (main): Call it.
70
71 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
72
73 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
74 to prev and next.
75
76 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
77
78 * gdb.python/py-record-btrace.exp: Remove test for
79 gdb.BtraceInstruction.error.
80
81 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
82
83 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
84
85 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
86
87 * gdb.python/py-record-btrace-threads.c: New file.
88 * gdb.python/py-record-btrace-threads.exp: New file.
89
90 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
91
92 PR testsuite/8595
93 * gdb.base/environ.exp: Make test available in all architectures.
94 Move bits related to "info program" testing to
95 gdb.base/info-program.exp. Rewrite tests to use the two new
96 procedures mentione below.
97 (test_set_show_env_var) New procedure.
98 (test_set_show_env_var_equal): Likewise.
99 * gdb.base/info-program.exp: New file.
100
101 2017-04-27 Keith Seitz <keiths@redhat.com>
102
103 * gdb.cp/oranking.cc (test15): New function.
104 (main): Call test15 and declare additional variables for testing.
105 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
106 "p foo101('abc')" tests.
107 Add tests for cv qualifier overloads.
108 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
109 "lvalue reference overload" test.
110 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
111 "print value of f1 on Child&& in f2" test.
112
113 2017-04-19 Pedro Alves <palves@redhat.com>
114
115 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
116 procedure.
117 (top level): Call it.
118 * lib/gdb.exp (gdb_define_cmd): New procedure.
119
120 2017-04-12 Pedro Alves <palves@redhat.com>
121
122 PR gdb/21323
123 * gdb.cp/wide_char_types.c: Include <wchar.h>.
124 (wchar): New global.
125 * gdb.cp/wide_char_types.exp (wide_char_types_program)
126 (do_test_wide_char, wide_char_types_no_program, top level): Add
127 wchar_t testing.
128
129 2017-04-12 Pedro Alves <palves@redhat.com>
130
131 PR c++/21323
132 * gdb.cp/wide_char_types.c: New file.
133 * gdb.cp/wide_char_types.exp: New file.
134
135 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
136
137 PR gdb/21352
138 * gdb.trace/tsv.exp: Add test for "tsave -r".
139
140 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
141
142 * gdb.dlang/watch-loc.c: New file.
143 * gdb.dlang/watch-loc.exp: New file.
144
145 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
146
147 * gdb.python/py-section-script.exp (sepdebug): New testcases.
148
149 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
150
151 * gdb.arch/arc-analyze-prologue.S: New file.
152 * gdb.arch/arc-analyze-prologue.exp: Likewise.
153
154 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
155
156 * gdb.arch/arc-decode-insn.S: New file.
157 * gdb.arch/arc-decode-insn.exp: Likewise.
158
159 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
160
161 PR tdep/20928
162 * gdb.arch/sparc64-regs.exp: New file.
163 * gdb.arch/sparc64-regs.S: Likewise.
164
165 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
166
167 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
168 and memory view on Python 3.
169
170 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
171 Keith Seitz <keiths@redhat.com>
172
173 PR gdb/14441
174 * gdb.cp/demangle.exp: Add rvalue reference tests.
175 * gdb.cp/rvalue-ref-casts.cc: New file.
176 * gdb.cp/rvalue-ref-casts.exp: New file.
177 * gdb.cp/rvalue-ref-overload.cc: New file.
178 * gdb.cp/rvalue-ref-overload.exp: New file.
179 * gdb.cp/rvalue-ref-params.cc: New file.
180 * gdb.cp/rvalue-ref-params.exp: New file.
181 * gdb.cp/rvalue-ref-sizeof.cc: New file.
182 * gdb.cp/rvalue-ref-sizeof.exp: New file.
183 * gdb.cp/rvalue-ref-types.cc: New file.
184 * gdb.cp/rvalue-ref-types.exp: New file.
185 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
186 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
187
188 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
189
190 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
191 New procedure.
192
193 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
194
195 * lib/mi-support.exp (mi_gdb_test): Add additional message
196 for unexpected output.
197
198 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
199
200 * gdb.base/examine-backward.c (Barrier): New character array
201 constant, to ensure that TestStrings is preceded by a string
202 terminator.
203
204 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
205
206 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
207 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
208 and implicit pointer into such a location.
209
210 2017-03-16 Doug Evans <dje@google.com>
211
212 * gdb.python/py-lazy-string (pointer): Really add new typedef.
213
214 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
215
216 * gdb.cp/m-static.exp: Fix expectation for prototype of
217 test5.single_constructor and single_constructor::single_constructor.
218
219 2017-03-16 Doug Evans <dje@google.com>
220
221 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
222 * gdb.guile/scm-lazy-string.c: New file.
223 * gdb.guile/scm-value.exp: Move lazy string tests to ...
224 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
225 for pointer, array, typedef lazy strings.
226
227 2017-03-16 Doug Evans <dje@google.com>
228
229 PR python/17728, python/18439, python/18779
230 * gdb.python/py-value.c (main) Delete locals sptr, sn.
231 * gdb.python/py-lazy-string.c (pointer): New typedef.
232 (main): New locals ptr, array, typedef_ptr.
233 * gdb.python/py-value.exp: Move lazy string tests to ...
234 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
235 array, typedef lazy strings.
236
237 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
238
239 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
240 Add optional 'test' parameter.
241
242 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
243
244 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
245 Skip for versions of DejaGnu < 1.5.
246
247 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
248
249 * lib/gdb.exp (dejagnu_version): New proc.
250 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
251 Use dejagnu_version.
252
253 2017-03-10 Keith Seitz <keiths@redhat.com>
254
255 PR c++/8128
256 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
257 type from destructor regexps.
258 Add a branch which actually passes the test.
259 Adjust "ptype t5i" test names.
260
261 2017-03-08 Pedro Alves <palves@redhat.com>
262
263 * gdb.base/step-over-exit.exp: Add explicit test message.
264
265 2017-03-08 Pedro Alves <palves@redhat.com>
266
267 PR gdb/18360
268 * gdb.threads/interrupt-while-step-over.c: New file.
269 * gdb.threads/interrupt-while-step-over.exp: New file.
270
271 2017-03-08 Pedro Alves <palves@redhat.com>
272
273 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
274 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
275
276 2017-03-08 Pedro Alves <palves@redhat.com>
277
278 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
279 PKRU as not supported as a PASS.
280
281 2017-03-08 Pedro Alves <palves@redhat.com>
282
283 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
284 prefix instead of $binfile1/$binfile2.
285 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
286 in test message.
287 * gdb.python/py-completion.exp: Use "load python file" as test
288 messages instead of unstable path names.
289
290 2017-03-08 Pedro Alves <palves@redhat.com>
291 Jan Kratochvil <jan.kratochvil@redhat.com>
292
293 PR cli/21218
294 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
295 New proc.
296 (top level): Call it.
297
298 2017-03-08 Pedro Alves <palves@redhat.com>
299
300 PR tui/21216
301 * gdb.tui/tui-nl-filtered-output.exp: New file.
302
303 2017-03-08 Pedro Alves <palves@redhat.com>
304
305 * gdb.base/completion.exp: Move TUI completion tests to ...
306 * gdb.tui/completion.exp: ... this new file.
307
308 2017-03-08 Pedro Alves <palves@redhat.com>
309
310 * gdb.base/tui-disasm-long-lines.c,
311 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
312 gdb.base/tui-layout.exp: Move to ...
313 * gdb.tui/: ... this new directory.
314
315 2017-03-07 Pedro Alves <palves@redhat.com>
316
317 * gdb.base/tui-layout.c: New file.
318 * gdb.base/tui-layout.exp: New file.
319
320 2017-03-07 Pedro Alves <palves@redhat.com>
321
322 * gdb.base/tui-layout.c: Rename to ...
323 * gdb.base/tui-disasm-long-lines.c: ... this.
324 * gdb.base/tui-layout.exp: Rename to ...
325 * gdb.base/tui-disasm-long-lines.exp: ... this.
326
327 2017-03-07 Pedro Alves <palves@redhat.com>
328
329 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
330
331 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
332
333 * i386-mpx-call.c: New file.
334 * i386-mpx-call.exp: New file.
335
336 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
337
338 * gdb.arch/powerpc-power.exp: Delete test.
339 * gdb.arch/powerpc-power.s: Likewise.
340 * gdb.disasm/disassembler-options.exp: New test.
341 * gdb.arch/powerpc-altivec.exp: Likewise.
342 * gdb.arch/powerpc-altivec.s: Likewise.
343 * gdb.arch/powerpc-altivec2.exp: Likewise.
344 * gdb.arch/powerpc-altivec2.s: Likewise.
345 * gdb.arch/powerpc-altivec3.exp: Likewise.
346 * gdb.arch/powerpc-altivec3.s: Likewise.
347 * gdb.arch/powerpc-power7.exp: Likewise.
348 * gdb.arch/powerpc-power7.s: Likewise.
349 * gdb.arch/powerpc-power8.exp: Likewise.
350 * gdb.arch/powerpc-power8.s: Likewise.
351 * gdb.arch/powerpc-power9.exp: Likewise.
352 * gdb.arch/powerpc-power9.s: Likewise.
353 * gdb.arch/powerpc-vsx.exp: Likewise.
354 * gdb.arch/powerpc-vsx.s: Likewise.
355 * gdb.arch/powerpc-vsx2.exp: Likewise.
356 * gdb.arch/powerpc-vsx2.s: Likewise.
357 * gdb.arch/powerpc-vsx3.exp: Likewise.
358 * gdb.arch/powerpc-vsx3.s: Likewise.
359 * gdb.arch/arm-disassembler-options.exp: Likewise.
360 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
361 * gdb.arch/s390-disassembler-options.exp: Likewise.
362
363 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
364
365 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
366 (check_supported_features): ... this. Changed return type to void.
367 (supports_rdseed): New static global.
368 (rdseed): Check supports_rdseed.
369 (initialize): Call check_supported_features.
370
371 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
372
373 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
374 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
375 and lqarx/stqcx.
376 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
377 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
378
379 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
380
381 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
382 uppercase.
383
384 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
385
386 * gdb.dwarf2/formdata16.c: New file.
387 * gdb.dwarf2/formdata16.exp: New file.
388 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
389
390 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
391
392 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
393 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
394 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
395 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
396 DW_AT_GNU_*.
397
398 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
399
400 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
401
402 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
403
404 PR gdb/21164
405 * gdb.base/maint.exp: Add testcases for when the commands do
406 not have arguments.
407
408 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
409
410 * gdb.cp/chained-calls.exp: Use p instead of P.
411
412 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
413
414 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
415 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
416
417 2017-02-14 Tom Tromey <tom@tromey.com>
418
419 PR python/13598:
420 * gdb.python/py-events.exp: Add before_prompt event tests.
421
422 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
423
424 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
425
426 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
427
428 * gdb.linespec/explicit.c (my_unique_function_name): New function.
429 (main): Call my_unique_function_name.
430 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
431 completion of patterns with a single match.
432 Add missing -re switches to gdb_test_multiple calls.
433
434 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
435
436 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
437 return if core file is not recognized.
438
439 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
440
441 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
442 and extra UIs.
443
444 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
445
446 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
447 proc_with_prefix.
448
449 2017-02-10 Tom Tromey <tom@tromey.com>
450
451 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
452
453 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
454
455 PR gdb/21122
456 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
457
458 2017-02-08 Jerome Guitton <guitton@adacore.com>
459
460 * gdb.base/define.exp: Add test for command abbreviations
461 in define.
462
463 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
464
465 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
466 * gdb.reverse/insn-reverse-x86.c: New file.
467
468 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
469
470 PR tdep/20936
471 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
472
473 2017-02-03 Tom Tromey <tom@tromey.com>
474
475 PR rust/21097:
476 * gdb.rust/simple.exp: Add new tests.
477
478 2017-02-02 Pedro Alves <palves@redhat.com>
479
480 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
481 tests.
482
483 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
484
485 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
486 taking a 2-byte value out of a 4-byte DWARF implicit value on
487 big-endian targets.
488 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
489 logic. Add test cases for DW_OP_implicit.
490
491 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
492
493 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
494
495 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
496
497 * gdb.btrace/enable.exp: Call gdb_exit before
498 skip_gdbserver_tests.
499
500 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
501
502 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
503 GDBFLAGS.
504
505 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
506
507 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
508 the test is skipped.
509 * gdb.btrace/data.exp: Likewise.
510 * gdb.btrace/delta.exp: Likewise.
511 * gdb.btrace/dlopen.exp: Likewise.
512 * gdb.btrace/enable-running.exp: Likewise.
513 * gdb.btrace/enable.exp: Likewise.
514 * gdb.btrace/exception.exp: Likewise.
515 * gdb.btrace/function_call_history.exp: Likewise.
516 * gdb.btrace/gcore.exp: Likewise.
517 * gdb.btrace/instruction_history.exp: Likewise.
518 * gdb.btrace/multi-thread-step.exp: Likewise.
519 * gdb.btrace/nohist.exp: Likewise.
520 * gdb.btrace/non-stop.exp: Likewise.
521 * gdb.btrace/reconnect.exp: Likewise.
522 * gdb.btrace/record_goto-step.exp: Likewise.
523 * gdb.btrace/record_goto.exp: Likewise.
524 * gdb.btrace/rn-dl-bind.exp: Likewise.
525 * gdb.btrace/segv.exp: Likewise.
526 * gdb.btrace/step.exp: Likewise.
527 * gdb.btrace/stepi.exp: Likewise.
528 * gdb.btrace/tailcall-only.exp: Likewise.
529 * gdb.btrace/tailcall.exp: Likewise.
530 * gdb.btrace/tsx.exp: Likewise.
531 * gdb.btrace/unknown_functions.exp: Likewise.
532 * gdb.btrace/vdso.exp: Likewise.
533
534 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
535
536 * gdb.btrace/enable-running.c: New.
537 * gdb.btrace/enable-running.exp: New.
538
539 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
540
541 * gdb.arch/amd64-gs_base.c: New file.
542 * gdb.arch/amd64-gs_base.exp: New file.
543
544 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
545
546 * lib/memory.exp: Remove spurious empty newlines.
547
548 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
549
550 * gdb.python/py-bad-printers.exp: Load python file using "source".
551 * gdb.python/py-events.exp: Likewise.
552 * gdb.python/py-evsignal.exp: Likewise.
553 * gdb.python/py-evthreads.exp: Likewise.
554 * gdb.python/py-frame-args.exp: Likewise.
555 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
556 * gdb.python/py-framefilter-mi.exp: Likewise.
557 * gdb.python/py-framefilter.exp: Likewise.
558 * gdb.python/py-mi.exp: Likewise.
559 * gdb.python/py-pp-maint.exp: Likewise.
560 * gdb.python/py-pp-registration.exp: Likewise.
561 * gdb.python/py-prettyprint.exp: Likewise.
562 (run_lang_tests): Likewise.
563 * gdb.python/py-typeprint.exp: Likewise.
564
565 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
566
567 * lib/memory.exp: New file.
568 * lib/gdb.exp: Load memory.exp.
569 * gdb.base/memattr.exp (delete_memory): Move proc to
570 lib/memory.exp and rename to delete_memory_regions.
571 Replace delete_memory with delete_memory_regions.
572 Cleanup memory regions before tests.
573 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
574 before tests.
575
576 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
577
578 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
579 files.
580 (initialize): New function conditionally defined.
581 (testcases): Move within conditional block.
582 (main): Call initialize.
583 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
584 of gdb.reverse/insn-reverse.c.
585 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
586 gdb.reverse/insn-reverse.c.
587
588 2017-01-26 Yao Qi <yao.qi@linaro.org>
589
590 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
591 disassemble on address 0.
592
593 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
594 Yao Qi <yao.qi@linaro.org>
595
596 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
597 * gdb.dwarf2/implptr-64bit.S: Remove.
598 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
599 variables in caller's context. Add DW_OP_implicit_value.
600
601 2017-01-25 Yao Qi <yao.qi@linaro.org>
602
603 * lib/dwarf.exp (Dwarf::_location): Handle
604 DW_OP_GNU_implicit_pointer with proper size.
605
606 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
607
608 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
609 and add untested calls.
610
611 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
612
613 * gdb.python/python.exp: Check line number against what GDB thinks
614 the line number is for func1.
615
616 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
617
618 * gdb.dlang/debug-expr.exp: New file.
619
620 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
621
622 Fix test names for the following files:
623
624 * gdb.ada/exec_changed.exp
625 * gdb.ada/info_types.exp
626 * gdb.arch/aarch64-atomic-inst.exp
627 * gdb.arch/aarch64-fp.exp
628 * gdb.arch/altivec-abi.exp
629 * gdb.arch/altivec-regs.exp
630 * gdb.arch/amd64-byte.exp
631 * gdb.arch/amd64-disp-step.exp
632 * gdb.arch/amd64-dword.exp
633 * gdb.arch/amd64-entry-value-inline.exp
634 * gdb.arch/amd64-entry-value-param.exp
635 * gdb.arch/amd64-entry-value-paramref.exp
636 * gdb.arch/amd64-entry-value.exp
637 * gdb.arch/amd64-i386-address.exp
638 * gdb.arch/amd64-invalid-stack-middle.exp
639 * gdb.arch/amd64-invalid-stack-top.exp
640 * gdb.arch/amd64-optimout-repeat.exp
641 * gdb.arch/amd64-prologue-skip.exp
642 * gdb.arch/amd64-prologue-xmm.exp
643 * gdb.arch/amd64-stap-special-operands.exp
644 * gdb.arch/amd64-stap-wrong-subexp.exp
645 * gdb.arch/amd64-tailcall-cxx.exp
646 * gdb.arch/amd64-tailcall-noret.exp
647 * gdb.arch/amd64-tailcall-ret.exp
648 * gdb.arch/amd64-tailcall-self.exp
649 * gdb.arch/amd64-word.exp
650 * gdb.arch/arm-bl-branch-dest.exp
651 * gdb.arch/arm-disp-step.exp
652 * gdb.arch/arm-neon.exp
653 * gdb.arch/arm-single-step-kernel-helper.exp
654 * gdb.arch/avr-flash-qualifier.exp
655 * gdb.arch/disp-step-insn-reloc.exp
656 * gdb.arch/e500-abi.exp
657 * gdb.arch/e500-regs.exp
658 * gdb.arch/ftrace-insn-reloc.exp
659 * gdb.arch/i386-avx512.exp
660 * gdb.arch/i386-bp_permanent.exp
661 * gdb.arch/i386-byte.exp
662 * gdb.arch/i386-cfi-notcurrent.exp
663 * gdb.arch/i386-disp-step.exp
664 * gdb.arch/i386-dr3-watch.exp
665 * gdb.arch/i386-float.exp
666 * gdb.arch/i386-gnu-cfi.exp
667 * gdb.arch/i386-mpx-map.exp
668 * gdb.arch/i386-mpx-sigsegv.exp
669 * gdb.arch/i386-mpx-simple_segv.exp
670 * gdb.arch/i386-mpx.exp
671 * gdb.arch/i386-permbkpt.exp
672 * gdb.arch/i386-prologue.exp
673 * gdb.arch/i386-signal.exp
674 * gdb.arch/i386-size-overlap.exp
675 * gdb.arch/i386-unwind.exp
676 * gdb.arch/i386-word.exp
677 * gdb.arch/mips-fcr.exp
678 * gdb.arch/powerpc-d128-regs.exp
679 * gdb.arch/powerpc-stackless.exp
680 * gdb.arch/ppc64-atomic-inst.exp
681 * gdb.arch/s390-stackless.exp
682 * gdb.arch/s390-tdbregs.exp
683 * gdb.arch/s390-vregs.exp
684 * gdb.arch/sparc-sysstep.exp
685 * gdb.arch/thumb-bx-pc.exp
686 * gdb.arch/thumb-singlestep.exp
687 * gdb.arch/thumb2-it.exp
688 * gdb.arch/vsx-regs.exp
689 * gdb.asm/asm-source.exp
690 * gdb.base/a2-run.exp
691 * gdb.base/advance.exp
692 * gdb.base/all-bin.exp
693 * gdb.base/anon.exp
694 * gdb.base/args.exp
695 * gdb.base/arithmet.exp
696 * gdb.base/async-shell.exp
697 * gdb.base/async.exp
698 * gdb.base/attach-pie-noexec.exp
699 * gdb.base/attach-twice.exp
700 * gdb.base/auto-load.exp
701 * gdb.base/bang.exp
702 * gdb.base/bitfields.exp
703 * gdb.base/break-always.exp
704 * gdb.base/break-caller-line.exp
705 * gdb.base/break-entry.exp
706 * gdb.base/break-inline.exp
707 * gdb.base/break-on-linker-gcd-function.exp
708 * gdb.base/break-probes.exp
709 * gdb.base/break.exp
710 * gdb.base/breakpoint-shadow.exp
711 * gdb.base/call-ar-st.exp
712 * gdb.base/call-sc.exp
713 * gdb.base/call-signal-resume.exp
714 * gdb.base/call-strs.exp
715 * gdb.base/callfuncs.exp
716 * gdb.base/catch-fork-static.exp
717 * gdb.base/catch-gdb-caused-signals.exp
718 * gdb.base/catch-load.exp
719 * gdb.base/catch-signal-fork.exp
720 * gdb.base/catch-signal.exp
721 * gdb.base/catch-syscall.exp
722 * gdb.base/charset.exp
723 * gdb.base/checkpoint.exp
724 * gdb.base/chng-syms.exp
725 * gdb.base/code-expr.exp
726 * gdb.base/code_elim.exp
727 * gdb.base/commands.exp
728 * gdb.base/completion.exp
729 * gdb.base/complex.exp
730 * gdb.base/cond-expr.exp
731 * gdb.base/condbreak.exp
732 * gdb.base/consecutive.exp
733 * gdb.base/continue-all-already-running.exp
734 * gdb.base/coredump-filter.exp
735 * gdb.base/corefile.exp
736 * gdb.base/dbx.exp
737 * gdb.base/debug-expr.exp
738 * gdb.base/define.exp
739 * gdb.base/del.exp
740 * gdb.base/disabled-location.exp
741 * gdb.base/disasm-end-cu.exp
742 * gdb.base/disasm-optim.exp
743 * gdb.base/display.exp
744 * gdb.base/duplicate-bp.exp
745 * gdb.base/ena-dis-br.exp
746 * gdb.base/ending-run.exp
747 * gdb.base/enumval.exp
748 * gdb.base/environ.exp
749 * gdb.base/eu-strip-infcall.exp
750 * gdb.base/eval-avoid-side-effects.exp
751 * gdb.base/eval-skip.exp
752 * gdb.base/exitsignal.exp
753 * gdb.base/expand-psymtabs.exp
754 * gdb.base/filesym.exp
755 * gdb.base/find-unmapped.exp
756 * gdb.base/finish.exp
757 * gdb.base/float.exp
758 * gdb.base/foll-exec-mode.exp
759 * gdb.base/foll-exec.exp
760 * gdb.base/foll-fork.exp
761 * gdb.base/fortran-sym-case.exp
762 * gdb.base/freebpcmd.exp
763 * gdb.base/func-ptr.exp
764 * gdb.base/func-ptrs.exp
765 * gdb.base/funcargs.exp
766 * gdb.base/gcore-buffer-overflow.exp
767 * gdb.base/gcore-relro-pie.exp
768 * gdb.base/gcore-relro.exp
769 * gdb.base/gcore.exp
770 * gdb.base/gdb1090.exp
771 * gdb.base/gdb11530.exp
772 * gdb.base/gdb11531.exp
773 * gdb.base/gdb1821.exp
774 * gdb.base/gdbindex-stabs.exp
775 * gdb.base/gdbvars.exp
776 * gdb.base/hbreak.exp
777 * gdb.base/hbreak2.exp
778 * gdb.base/included.exp
779 * gdb.base/infcall-input.exp
780 * gdb.base/inferior-died.exp
781 * gdb.base/infnan.exp
782 * gdb.base/info-macros.exp
783 * gdb.base/info-os.exp
784 * gdb.base/info-proc.exp
785 * gdb.base/info-shared.exp
786 * gdb.base/info-target.exp
787 * gdb.base/infoline.exp
788 * gdb.base/interp.exp
789 * gdb.base/interrupt.exp
790 * gdb.base/jit-reader.exp
791 * gdb.base/jit-simple.exp
792 * gdb.base/kill-after-signal.exp
793 * gdb.base/kill-detach-inferiors-cmd.exp
794 * gdb.base/label.exp
795 * gdb.base/langs.exp
796 * gdb.base/ldbl_e308.exp
797 * gdb.base/line-symtabs.exp
798 * gdb.base/linespecs.exp
799 * gdb.base/list.exp
800 * gdb.base/long_long.exp
801 * gdb.base/longest-types.exp
802 * gdb.base/maint.exp
803 * gdb.base/max-value-size.exp
804 * gdb.base/memattr.exp
805 * gdb.base/mips_pro.exp
806 * gdb.base/morestack.exp
807 * gdb.base/moribund-step.exp
808 * gdb.base/multi-forks.exp
809 * gdb.base/nested-addr.exp
810 * gdb.base/nextoverexit.exp
811 * gdb.base/noreturn-finish.exp
812 * gdb.base/noreturn-return.exp
813 * gdb.base/nostdlib.exp
814 * gdb.base/offsets.exp
815 * gdb.base/opaque.exp
816 * gdb.base/pc-fp.exp
817 * gdb.base/permissions.exp
818 * gdb.base/print-symbol-loading.exp
819 * gdb.base/prologue-include.exp
820 * gdb.base/psymtab.exp
821 * gdb.base/ptype.exp
822 * gdb.base/random-signal.exp
823 * gdb.base/randomize.exp
824 * gdb.base/range-stepping.exp
825 * gdb.base/readline-ask.exp
826 * gdb.base/recpar.exp
827 * gdb.base/recurse.exp
828 * gdb.base/relational.exp
829 * gdb.base/restore.exp
830 * gdb.base/return-nodebug.exp
831 * gdb.base/return.exp
832 * gdb.base/run-after-attach.exp
833 * gdb.base/save-bp.exp
834 * gdb.base/scope.exp
835 * gdb.base/sect-cmd.exp
836 * gdb.base/set-lang-auto.exp
837 * gdb.base/set-noassign.exp
838 * gdb.base/setvar.exp
839 * gdb.base/sigall.exp
840 * gdb.base/sigbpt.exp
841 * gdb.base/siginfo-addr.exp
842 * gdb.base/siginfo-infcall.exp
843 * gdb.base/siginfo-obj.exp
844 * gdb.base/siginfo.exp
845 * gdb.base/signals-state-child.exp
846 * gdb.base/signest.exp
847 * gdb.base/sigstep.exp
848 * gdb.base/sizeof.exp
849 * gdb.base/skip.exp
850 * gdb.base/solib-corrupted.exp
851 * gdb.base/solib-nodir.exp
852 * gdb.base/solib-search.exp
853 * gdb.base/stack-checking.exp
854 * gdb.base/stale-infcall.exp
855 * gdb.base/stap-probe.exp
856 * gdb.base/start.exp
857 * gdb.base/step-break.exp
858 * gdb.base/step-bt.exp
859 * gdb.base/step-line.exp
860 * gdb.base/step-over-exit.exp
861 * gdb.base/step-over-syscall.exp
862 * gdb.base/step-resume-infcall.exp
863 * gdb.base/step-test.exp
864 * gdb.base/store.exp
865 * gdb.base/structs3.exp
866 * gdb.base/sym-file.exp
867 * gdb.base/symbol-without-target_section.exp
868 * gdb.base/term.exp
869 * gdb.base/testenv.exp
870 * gdb.base/ui-redirect.exp
871 * gdb.base/until.exp
872 * gdb.base/unwindonsignal.exp
873 * gdb.base/value-double-free.exp
874 * gdb.base/vla-datatypes.exp
875 * gdb.base/vla-ptr.exp
876 * gdb.base/vla-sideeffect.exp
877 * gdb.base/volatile.exp
878 * gdb.base/watch-cond-infcall.exp
879 * gdb.base/watch-cond.exp
880 * gdb.base/watch-non-mem.exp
881 * gdb.base/watch-read.exp
882 * gdb.base/watch-vfork.exp
883 * gdb.base/watchpoint-cond-gone.exp
884 * gdb.base/watchpoint-delete.exp
885 * gdb.base/watchpoint-hw-hit-once.exp
886 * gdb.base/watchpoint-hw.exp
887 * gdb.base/watchpoint-stops-at-right-insn.exp
888 * gdb.base/watchpoints.exp
889 * gdb.base/wchar.exp
890 * gdb.base/whatis-exp.exp
891 * gdb.btrace/buffer-size.exp
892 * gdb.btrace/data.exp
893 * gdb.btrace/delta.exp
894 * gdb.btrace/dlopen.exp
895 * gdb.btrace/enable.exp
896 * gdb.btrace/exception.exp
897 * gdb.btrace/function_call_history.exp
898 * gdb.btrace/gcore.exp
899 * gdb.btrace/instruction_history.exp
900 * gdb.btrace/nohist.exp
901 * gdb.btrace/reconnect.exp
902 * gdb.btrace/record_goto-step.exp
903 * gdb.btrace/record_goto.exp
904 * gdb.btrace/rn-dl-bind.exp
905 * gdb.btrace/segv.exp
906 * gdb.btrace/step.exp
907 * gdb.btrace/stepi.exp
908 * gdb.btrace/tailcall-only.exp
909 * gdb.btrace/tailcall.exp
910 * gdb.btrace/tsx.exp
911 * gdb.btrace/unknown_functions.exp
912 * gdb.btrace/vdso.exp
913 * gdb.compile/compile-ifunc.exp
914 * gdb.compile/compile-ops.exp
915 * gdb.compile/compile-print.exp
916 * gdb.compile/compile-setjmp.exp
917 * gdb.cp/abstract-origin.exp
918 * gdb.cp/ambiguous.exp
919 * gdb.cp/annota2.exp
920 * gdb.cp/annota3.exp
921 * gdb.cp/anon-ns.exp
922 * gdb.cp/anon-struct.exp
923 * gdb.cp/anon-union.exp
924 * gdb.cp/arg-reference.exp
925 * gdb.cp/baseenum.exp
926 * gdb.cp/bool.exp
927 * gdb.cp/breakpoint.exp
928 * gdb.cp/bs15503.exp
929 * gdb.cp/call-c.exp
930 * gdb.cp/casts.exp
931 * gdb.cp/chained-calls.exp
932 * gdb.cp/class2.exp
933 * gdb.cp/classes.exp
934 * gdb.cp/cmpd-minsyms.exp
935 * gdb.cp/converts.exp
936 * gdb.cp/cp-relocate.exp
937 * gdb.cp/cpcompletion.exp
938 * gdb.cp/cpexprs.exp
939 * gdb.cp/cplabel.exp
940 * gdb.cp/cplusfuncs.exp
941 * gdb.cp/cpsizeof.exp
942 * gdb.cp/ctti.exp
943 * gdb.cp/derivation.exp
944 * gdb.cp/destrprint.exp
945 * gdb.cp/dispcxx.exp
946 * gdb.cp/enum-class.exp
947 * gdb.cp/exception.exp
948 * gdb.cp/exceptprint.exp
949 * gdb.cp/expand-psymtabs-cxx.exp
950 * gdb.cp/expand-sals.exp
951 * gdb.cp/extern-c.exp
952 * gdb.cp/filename.exp
953 * gdb.cp/formatted-ref.exp
954 * gdb.cp/fpointer.exp
955 * gdb.cp/gdb1355.exp
956 * gdb.cp/gdb2495.exp
957 * gdb.cp/hang.exp
958 * gdb.cp/impl-this.exp
959 * gdb.cp/infcall-dlopen.exp
960 * gdb.cp/inherit.exp
961 * gdb.cp/iostream.exp
962 * gdb.cp/koenig.exp
963 * gdb.cp/local.exp
964 * gdb.cp/m-data.exp
965 * gdb.cp/m-static.exp
966 * gdb.cp/mb-ctor.exp
967 * gdb.cp/mb-inline.exp
968 * gdb.cp/mb-templates.exp
969 * gdb.cp/member-name.exp
970 * gdb.cp/member-ptr.exp
971 * gdb.cp/meth-typedefs.exp
972 * gdb.cp/method.exp
973 * gdb.cp/method2.exp
974 * gdb.cp/minsym-fallback.exp
975 * gdb.cp/misc.exp
976 * gdb.cp/namelessclass.exp
977 * gdb.cp/namespace-enum.exp
978 * gdb.cp/namespace-nested-import.exp
979 * gdb.cp/namespace.exp
980 * gdb.cp/nextoverthrow.exp
981 * gdb.cp/no-dmgl-verbose.exp
982 * gdb.cp/non-trivial-retval.exp
983 * gdb.cp/noparam.exp
984 * gdb.cp/nsdecl.exp
985 * gdb.cp/nsimport.exp
986 * gdb.cp/nsnested.exp
987 * gdb.cp/nsnoimports.exp
988 * gdb.cp/nsrecurs.exp
989 * gdb.cp/nsstress.exp
990 * gdb.cp/nsusing.exp
991 * gdb.cp/operator.exp
992 * gdb.cp/oranking.exp
993 * gdb.cp/overload-const.exp
994 * gdb.cp/overload.exp
995 * gdb.cp/ovldbreak.exp
996 * gdb.cp/ovsrch.exp
997 * gdb.cp/paren-type.exp
998 * gdb.cp/parse-lang.exp
999 * gdb.cp/pass-by-ref.exp
1000 * gdb.cp/pr-1023.exp
1001 * gdb.cp/pr-1210.exp
1002 * gdb.cp/pr-574.exp
1003 * gdb.cp/pr10687.exp
1004 * gdb.cp/pr12028.exp
1005 * gdb.cp/pr17132.exp
1006 * gdb.cp/pr17494.exp
1007 * gdb.cp/pr9067.exp
1008 * gdb.cp/pr9167.exp
1009 * gdb.cp/pr9631.exp
1010 * gdb.cp/printmethod.exp
1011 * gdb.cp/psmang.exp
1012 * gdb.cp/psymtab-parameter.exp
1013 * gdb.cp/ptype-cv-cp.exp
1014 * gdb.cp/ptype-flags.exp
1015 * gdb.cp/re-set-overloaded.exp
1016 * gdb.cp/ref-types.exp
1017 * gdb.cp/rtti.exp
1018 * gdb.cp/scope-err.exp
1019 * gdb.cp/shadow.exp
1020 * gdb.cp/smartp.exp
1021 * gdb.cp/static-method.exp
1022 * gdb.cp/static-print-quit.exp
1023 * gdb.cp/temargs.exp
1024 * gdb.cp/templates.exp
1025 * gdb.cp/try_catch.exp
1026 * gdb.cp/typedef-operator.exp
1027 * gdb.cp/typeid.exp
1028 * gdb.cp/userdef.exp
1029 * gdb.cp/using-crash.exp
1030 * gdb.cp/var-tag.exp
1031 * gdb.cp/virtbase.exp
1032 * gdb.cp/virtfunc.exp
1033 * gdb.cp/virtfunc2.exp
1034 * gdb.cp/vla-cxx.exp
1035 * gdb.disasm/t01_mov.exp
1036 * gdb.disasm/t02_mova.exp
1037 * gdb.disasm/t03_add.exp
1038 * gdb.disasm/t04_sub.exp
1039 * gdb.disasm/t05_cmp.exp
1040 * gdb.disasm/t06_ari2.exp
1041 * gdb.disasm/t07_ari3.exp
1042 * gdb.disasm/t08_or.exp
1043 * gdb.disasm/t09_xor.exp
1044 * gdb.disasm/t10_and.exp
1045 * gdb.disasm/t11_logs.exp
1046 * gdb.disasm/t12_bit.exp
1047 * gdb.disasm/t13_otr.exp
1048 * gdb.dlang/circular.exp
1049 * gdb.dwarf2/arr-stride.exp
1050 * gdb.dwarf2/arr-subrange.exp
1051 * gdb.dwarf2/atomic-type.exp
1052 * gdb.dwarf2/bad-regnum.exp
1053 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1054 * gdb.dwarf2/callframecfa.exp
1055 * gdb.dwarf2/clztest.exp
1056 * gdb.dwarf2/corrupt.exp
1057 * gdb.dwarf2/data-loc.exp
1058 * gdb.dwarf2/dup-psym.exp
1059 * gdb.dwarf2/dw2-anon-mptr.exp
1060 * gdb.dwarf2/dw2-anonymous-func.exp
1061 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1062 * gdb.dwarf2/dw2-bad-unresolved.exp
1063 * gdb.dwarf2/dw2-basic.exp
1064 * gdb.dwarf2/dw2-canonicalize-type.exp
1065 * gdb.dwarf2/dw2-case-insensitive.exp
1066 * gdb.dwarf2/dw2-common-block.exp
1067 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1068 * gdb.dwarf2/dw2-compressed.exp
1069 * gdb.dwarf2/dw2-const.exp
1070 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1071 * gdb.dwarf2/dw2-cu-size.exp
1072 * gdb.dwarf2/dw2-dup-frame.exp
1073 * gdb.dwarf2/dw2-entry-value.exp
1074 * gdb.dwarf2/dw2-icycle.exp
1075 * gdb.dwarf2/dw2-ifort-parameter.exp
1076 * gdb.dwarf2/dw2-inline-break.exp
1077 * gdb.dwarf2/dw2-inline-param.exp
1078 * gdb.dwarf2/dw2-intercu.exp
1079 * gdb.dwarf2/dw2-intermix.exp
1080 * gdb.dwarf2/dw2-lexical-block-bare.exp
1081 * gdb.dwarf2/dw2-linkage-name-trust.exp
1082 * gdb.dwarf2/dw2-minsym-in-cu.exp
1083 * gdb.dwarf2/dw2-noloc.exp
1084 * gdb.dwarf2/dw2-op-call.exp
1085 * gdb.dwarf2/dw2-op-out-param.exp
1086 * gdb.dwarf2/dw2-opt-structptr.exp
1087 * gdb.dwarf2/dw2-param-error.exp
1088 * gdb.dwarf2/dw2-producer.exp
1089 * gdb.dwarf2/dw2-ranges-base.exp
1090 * gdb.dwarf2/dw2-ref-missing-frame.exp
1091 * gdb.dwarf2/dw2-reg-undefined.exp
1092 * gdb.dwarf2/dw2-regno-invalid.exp
1093 * gdb.dwarf2/dw2-restore.exp
1094 * gdb.dwarf2/dw2-restrict.exp
1095 * gdb.dwarf2/dw2-single-line-discriminators.exp
1096 * gdb.dwarf2/dw2-strp.exp
1097 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1098 * gdb.dwarf2/dw2-unresolved.exp
1099 * gdb.dwarf2/dw2-var-zero-addr.exp
1100 * gdb.dwarf2/dw4-sig-types.exp
1101 * gdb.dwarf2/dwz.exp
1102 * gdb.dwarf2/dynarr-ptr.exp
1103 * gdb.dwarf2/enum-type.exp
1104 * gdb.dwarf2/gdb-index.exp
1105 * gdb.dwarf2/implptr-64bit.exp
1106 * gdb.dwarf2/implptr-optimized-out.exp
1107 * gdb.dwarf2/implptr.exp
1108 * gdb.dwarf2/implref-array.exp
1109 * gdb.dwarf2/implref-const.exp
1110 * gdb.dwarf2/implref-global.exp
1111 * gdb.dwarf2/implref-struct.exp
1112 * gdb.dwarf2/mac-fileno.exp
1113 * gdb.dwarf2/main-subprogram.exp
1114 * gdb.dwarf2/member-ptr-forwardref.exp
1115 * gdb.dwarf2/method-ptr.exp
1116 * gdb.dwarf2/missing-sig-type.exp
1117 * gdb.dwarf2/nonvar-access.exp
1118 * gdb.dwarf2/opaque-type-lookup.exp
1119 * gdb.dwarf2/pieces-optimized-out.exp
1120 * gdb.dwarf2/pieces.exp
1121 * gdb.dwarf2/pr10770.exp
1122 * gdb.dwarf2/pr13961.exp
1123 * gdb.dwarf2/staticvirtual.exp
1124 * gdb.dwarf2/subrange.exp
1125 * gdb.dwarf2/symtab-producer.exp
1126 * gdb.dwarf2/trace-crash.exp
1127 * gdb.dwarf2/typeddwarf.exp
1128 * gdb.dwarf2/valop.exp
1129 * gdb.dwarf2/watch-notconst.exp
1130 * gdb.fortran/array-element.exp
1131 * gdb.fortran/charset.exp
1132 * gdb.fortran/common-block.exp
1133 * gdb.fortran/complex.exp
1134 * gdb.fortran/derived-type-function.exp
1135 * gdb.fortran/derived-type.exp
1136 * gdb.fortran/logical.exp
1137 * gdb.fortran/module.exp
1138 * gdb.fortran/multi-dim.exp
1139 * gdb.fortran/nested-funcs.exp
1140 * gdb.fortran/print-formatted.exp
1141 * gdb.fortran/subarray.exp
1142 * gdb.fortran/vla-alloc-assoc.exp
1143 * gdb.fortran/vla-datatypes.exp
1144 * gdb.fortran/vla-history.exp
1145 * gdb.fortran/vla-ptr-info.exp
1146 * gdb.fortran/vla-ptype-sub.exp
1147 * gdb.fortran/vla-ptype.exp
1148 * gdb.fortran/vla-sizeof.exp
1149 * gdb.fortran/vla-type.exp
1150 * gdb.fortran/vla-value-sub-arbitrary.exp
1151 * gdb.fortran/vla-value-sub-finish.exp
1152 * gdb.fortran/vla-value-sub.exp
1153 * gdb.fortran/vla-value.exp
1154 * gdb.fortran/whatis_type.exp
1155 * gdb.go/chan.exp
1156 * gdb.go/handcall.exp
1157 * gdb.go/hello.exp
1158 * gdb.go/integers.exp
1159 * gdb.go/methods.exp
1160 * gdb.go/package.exp
1161 * gdb.go/strings.exp
1162 * gdb.go/types.exp
1163 * gdb.go/unsafe.exp
1164 * gdb.guile/scm-arch.exp
1165 * gdb.guile/scm-block.exp
1166 * gdb.guile/scm-breakpoint.exp
1167 * gdb.guile/scm-cmd.exp
1168 * gdb.guile/scm-disasm.exp
1169 * gdb.guile/scm-equal.exp
1170 * gdb.guile/scm-frame-args.exp
1171 * gdb.guile/scm-frame-inline.exp
1172 * gdb.guile/scm-frame.exp
1173 * gdb.guile/scm-iterator.exp
1174 * gdb.guile/scm-math.exp
1175 * gdb.guile/scm-objfile.exp
1176 * gdb.guile/scm-ports.exp
1177 * gdb.guile/scm-symbol.exp
1178 * gdb.guile/scm-symtab.exp
1179 * gdb.guile/scm-value-cc.exp
1180 * gdb.guile/types-module.exp
1181 * gdb.linespec/break-ask.exp
1182 * gdb.linespec/cpexplicit.exp
1183 * gdb.linespec/explicit.exp
1184 * gdb.linespec/keywords.exp
1185 * gdb.linespec/linespec.exp
1186 * gdb.linespec/ls-dollar.exp
1187 * gdb.linespec/ls-errs.exp
1188 * gdb.linespec/skip-two.exp
1189 * gdb.linespec/thread.exp
1190 * gdb.mi/mi-async.exp
1191 * gdb.mi/mi-basics.exp
1192 * gdb.mi/mi-break.exp
1193 * gdb.mi/mi-catch-load.exp
1194 * gdb.mi/mi-cli.exp
1195 * gdb.mi/mi-cmd-param-changed.exp
1196 * gdb.mi/mi-console.exp
1197 * gdb.mi/mi-detach.exp
1198 * gdb.mi/mi-disassemble.exp
1199 * gdb.mi/mi-eval.exp
1200 * gdb.mi/mi-file-transfer.exp
1201 * gdb.mi/mi-file.exp
1202 * gdb.mi/mi-fill-memory.exp
1203 * gdb.mi/mi-inheritance-syntax-error.exp
1204 * gdb.mi/mi-linespec-err-cp.exp
1205 * gdb.mi/mi-logging.exp
1206 * gdb.mi/mi-memory-changed.exp
1207 * gdb.mi/mi-read-memory.exp
1208 * gdb.mi/mi-record-changed.exp
1209 * gdb.mi/mi-reg-undefined.exp
1210 * gdb.mi/mi-regs.exp
1211 * gdb.mi/mi-return.exp
1212 * gdb.mi/mi-reverse.exp
1213 * gdb.mi/mi-simplerun.exp
1214 * gdb.mi/mi-solib.exp
1215 * gdb.mi/mi-stack.exp
1216 * gdb.mi/mi-stepi.exp
1217 * gdb.mi/mi-syn-frame.exp
1218 * gdb.mi/mi-until.exp
1219 * gdb.mi/mi-var-block.exp
1220 * gdb.mi/mi-var-child.exp
1221 * gdb.mi/mi-var-cmd.exp
1222 * gdb.mi/mi-var-cp.exp
1223 * gdb.mi/mi-var-display.exp
1224 * gdb.mi/mi-var-invalidate.exp
1225 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1226 * gdb.mi/mi-vla-fortran.exp
1227 * gdb.mi/mi-watch.exp
1228 * gdb.mi/mi2-var-child.exp
1229 * gdb.mi/user-selected-context-sync.exp
1230 * gdb.modula2/unbounded-array.exp
1231 * gdb.multi/dummy-frame-restore.exp
1232 * gdb.multi/multi-arch-exec.exp
1233 * gdb.multi/multi-arch.exp
1234 * gdb.multi/tids.exp
1235 * gdb.multi/watchpoint-multi.exp
1236 * gdb.opencl/callfuncs.exp
1237 * gdb.opencl/convs_casts.exp
1238 * gdb.opencl/datatypes.exp
1239 * gdb.opencl/operators.exp
1240 * gdb.opencl/vec_comps.exp
1241 * gdb.opt/clobbered-registers-O2.exp
1242 * gdb.opt/inline-break.exp
1243 * gdb.opt/inline-bt.exp
1244 * gdb.opt/inline-cmds.exp
1245 * gdb.opt/inline-locals.exp
1246 * gdb.pascal/case-insensitive-symbols.exp
1247 * gdb.pascal/floats.exp
1248 * gdb.pascal/gdb11492.exp
1249 * gdb.python/lib-types.exp
1250 * gdb.python/py-arch.exp
1251 * gdb.python/py-as-string.exp
1252 * gdb.python/py-bad-printers.exp
1253 * gdb.python/py-block.exp
1254 * gdb.python/py-breakpoint-create-fail.exp
1255 * gdb.python/py-breakpoint.exp
1256 * gdb.python/py-caller-is.exp
1257 * gdb.python/py-cmd.exp
1258 * gdb.python/py-explore-cc.exp
1259 * gdb.python/py-explore.exp
1260 * gdb.python/py-finish-breakpoint.exp
1261 * gdb.python/py-finish-breakpoint2.exp
1262 * gdb.python/py-frame-args.exp
1263 * gdb.python/py-frame-inline.exp
1264 * gdb.python/py-frame.exp
1265 * gdb.python/py-framefilter-mi.exp
1266 * gdb.python/py-infthread.exp
1267 * gdb.python/py-lazy-string.exp
1268 * gdb.python/py-linetable.exp
1269 * gdb.python/py-mi-events.exp
1270 * gdb.python/py-mi-objfile.exp
1271 * gdb.python/py-mi.exp
1272 * gdb.python/py-objfile.exp
1273 * gdb.python/py-pp-integral.exp
1274 * gdb.python/py-pp-maint.exp
1275 * gdb.python/py-pp-re-notag.exp
1276 * gdb.python/py-pp-registration.exp
1277 * gdb.python/py-recurse-unwind.exp
1278 * gdb.python/py-strfns.exp
1279 * gdb.python/py-symbol.exp
1280 * gdb.python/py-symtab.exp
1281 * gdb.python/py-sync-interp.exp
1282 * gdb.python/py-typeprint.exp
1283 * gdb.python/py-unwind-maint.exp
1284 * gdb.python/py-unwind.exp
1285 * gdb.python/py-value-cc.exp
1286 * gdb.python/py-xmethods.exp
1287 * gdb.reverse/amd64-tailcall-reverse.exp
1288 * gdb.reverse/break-precsave.exp
1289 * gdb.reverse/break-reverse.exp
1290 * gdb.reverse/consecutive-precsave.exp
1291 * gdb.reverse/consecutive-reverse.exp
1292 * gdb.reverse/finish-precsave.exp
1293 * gdb.reverse/finish-reverse-bkpt.exp
1294 * gdb.reverse/finish-reverse.exp
1295 * gdb.reverse/fstatat-reverse.exp
1296 * gdb.reverse/getresuid-reverse.exp
1297 * gdb.reverse/i386-precsave.exp
1298 * gdb.reverse/i386-reverse.exp
1299 * gdb.reverse/i386-sse-reverse.exp
1300 * gdb.reverse/i387-env-reverse.exp
1301 * gdb.reverse/i387-stack-reverse.exp
1302 * gdb.reverse/insn-reverse.exp
1303 * gdb.reverse/machinestate-precsave.exp
1304 * gdb.reverse/machinestate.exp
1305 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1306 * gdb.reverse/pipe-reverse.exp
1307 * gdb.reverse/readv-reverse.exp
1308 * gdb.reverse/recvmsg-reverse.exp
1309 * gdb.reverse/rerun-prec.exp
1310 * gdb.reverse/s390-mvcle.exp
1311 * gdb.reverse/step-precsave.exp
1312 * gdb.reverse/step-reverse.exp
1313 * gdb.reverse/time-reverse.exp
1314 * gdb.reverse/until-precsave.exp
1315 * gdb.reverse/until-reverse.exp
1316 * gdb.reverse/waitpid-reverse.exp
1317 * gdb.reverse/watch-precsave.exp
1318 * gdb.reverse/watch-reverse.exp
1319 * gdb.rust/generics.exp
1320 * gdb.rust/methods.exp
1321 * gdb.rust/modules.exp
1322 * gdb.rust/simple.exp
1323 * gdb.server/connect-with-no-symbol-file.exp
1324 * gdb.server/ext-attach.exp
1325 * gdb.server/ext-restart.exp
1326 * gdb.server/ext-wrapper.exp
1327 * gdb.server/file-transfer.exp
1328 * gdb.server/server-exec-info.exp
1329 * gdb.server/server-kill.exp
1330 * gdb.server/server-mon.exp
1331 * gdb.server/wrapper.exp
1332 * gdb.stabs/exclfwd.exp
1333 * gdb.stabs/gdb11479.exp
1334 * gdb.threads/clone-new-thread-event.exp
1335 * gdb.threads/corethreads.exp
1336 * gdb.threads/current-lwp-dead.exp
1337 * gdb.threads/dlopen-libpthread.exp
1338 * gdb.threads/gcore-thread.exp
1339 * gdb.threads/sigstep-threads.exp
1340 * gdb.threads/watchpoint-fork.exp
1341 * gdb.trace/actions-changed.exp
1342 * gdb.trace/backtrace.exp
1343 * gdb.trace/change-loc.exp
1344 * gdb.trace/circ.exp
1345 * gdb.trace/collection.exp
1346 * gdb.trace/disconnected-tracing.exp
1347 * gdb.trace/ftrace.exp
1348 * gdb.trace/mi-trace-frame-collected.exp
1349 * gdb.trace/mi-trace-unavailable.exp
1350 * gdb.trace/mi-traceframe-changed.exp
1351 * gdb.trace/mi-tsv-changed.exp
1352 * gdb.trace/no-attach-trace.exp
1353 * gdb.trace/passc-dyn.exp
1354 * gdb.trace/qtro.exp
1355 * gdb.trace/range-stepping.exp
1356 * gdb.trace/read-memory.exp
1357 * gdb.trace/save-trace.exp
1358 * gdb.trace/signal.exp
1359 * gdb.trace/status-stop.exp
1360 * gdb.trace/tfile.exp
1361 * gdb.trace/trace-break.exp
1362 * gdb.trace/trace-buffer-size.exp
1363 * gdb.trace/trace-condition.exp
1364 * gdb.trace/tracefile-pseudo-reg.exp
1365 * gdb.trace/tstatus.exp
1366 * gdb.trace/unavailable.exp
1367 * gdb.trace/while-dyn.exp
1368 * gdb.trace/while-stepping.exp
1369
1370 2016-12-22 Doug Evans <xdje42@gmail.com>
1371
1372 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1373 and msymbols.
1374
1375 2016-12-19 Yao Qi <yao.qi@linaro.org>
1376
1377 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1378 (test_with_self): Don't call do_steps_and_nexts, and remove
1379 code about stepping into xmalloc.
1380
1381 2016-12-09 Yao Qi <yao.qi@linaro.org>
1382
1383 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1384
1385 2016-12-09 Yao Qi <yao.qi@linaro.org>
1386
1387 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1388
1389 2016-12-09 Pedro Alves <palves@redhat.com>
1390
1391 * gdb.base/all-architectures-0.exp: New file.
1392 * gdb.base/all-architectures-1.exp: New file.
1393 * gdb.base/all-architectures-2.exp: New file.
1394 * gdb.base/all-architectures-3.exp: New file.
1395 * gdb.base/all-architectures-4.exp: New file.
1396 * gdb.base/all-architectures-5.exp: New file.
1397 * gdb.base/all-architectures-6.exp: New file.
1398 * gdb.base/all-architectures-7.exp: New file.
1399 * gdb.base/all-architectures.exp.in: New file.
1400
1401 2016-12-09 Yao Qi <yao.qi@linaro.org>
1402
1403 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1404
1405 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1406
1407 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1408 possible.
1409 Remove useless pattern-matching code.
1410
1411 2016-12-02 Pedro Alves <palves@redhat.com>
1412
1413 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1414 procedure.
1415 (top level): Call it.
1416
1417 2016-12-02 Pedro Alves <palves@redhat.com>
1418
1419 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1420 New procedure.
1421 (top level): Call it.
1422
1423 2016-12-02 Pedro Alves <palves@redhat.com>
1424
1425 PR cli/20559
1426 * gdb.base/commands.exp (user_defined_command_args_eval): New
1427 procedure.
1428 (top level): Call it.
1429
1430 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1431
1432 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1433 timeout handling.
1434
1435 2016-12-02 Tom Tromey <tom@tromey.com>
1436
1437 * gdb.dwarf2/main-subprogram.c: New file.
1438 * gdb.dwarf2/main-subprogram.exp: New file.
1439
1440 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1441
1442 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1443 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1444 gdb_test_no_output for a couple of cases.
1445 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1446
1447 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1448
1449 Fix test names and standardize compilation error messages throughout
1450 the following files:
1451
1452 * gdb.ada/start.exp
1453 * gdb.arch/alpha-step.exp
1454 * gdb.arch/e500-prologue.exp
1455 * gdb.arch/ftrace-insn-reloc.exp
1456 * gdb.arch/gdb1291.exp
1457 * gdb.arch/gdb1431.exp
1458 * gdb.arch/gdb1558.exp
1459 * gdb.arch/i386-dr3-watch.exp
1460 * gdb.arch/i386-sse-stack-align.exp
1461 * gdb.arch/ia64-breakpoint-shadow.exp
1462 * gdb.arch/pa-nullify.exp
1463 * gdb.arch/powerpc-aix-prologue.exp
1464 * gdb.arch/thumb-bx-pc.exp
1465 * gdb.base/annota1.exp
1466 * gdb.base/annota3.exp
1467 * gdb.base/arrayidx.exp
1468 * gdb.base/assign.exp
1469 * gdb.base/attach.exp
1470 * gdb.base/auxv.exp
1471 * gdb.base/bang.exp
1472 * gdb.base/bfp-test.exp
1473 * gdb.base/bigcore.exp
1474 * gdb.base/bitfields2.exp
1475 * gdb.base/break-fun-addr.exp
1476 * gdb.base/break-probes.exp
1477 * gdb.base/call-rt-st.exp
1478 * gdb.base/callexit.exp
1479 * gdb.base/catch-fork-kill.exp
1480 * gdb.base/charset.exp
1481 * gdb.base/checkpoint.exp
1482 * gdb.base/comprdebug.exp
1483 * gdb.base/constvars.exp
1484 * gdb.base/coredump-filter.exp
1485 * gdb.base/cursal.exp
1486 * gdb.base/cvexpr.exp
1487 * gdb.base/detach.exp
1488 * gdb.base/display.exp
1489 * gdb.base/dmsym.exp
1490 * gdb.base/dprintf-pending.exp
1491 * gdb.base/dso2dso.exp
1492 * gdb.base/dtrace-probe.exp
1493 * gdb.base/dump.exp
1494 * gdb.base/enum_cond.exp
1495 * gdb.base/exe-lock.exp
1496 * gdb.base/exec-invalid-sysroot.exp
1497 * gdb.base/execl-update-breakpoints.exp
1498 * gdb.base/exprs.exp
1499 * gdb.base/fileio.exp
1500 * gdb.base/find.exp
1501 * gdb.base/finish.exp
1502 * gdb.base/fixsection.exp
1503 * gdb.base/foll-vfork.exp
1504 * gdb.base/frame-args.exp
1505 * gdb.base/gcore.exp
1506 * gdb.base/gdb1250.exp
1507 * gdb.base/global-var-nested-by-dso.exp
1508 * gdb.base/gnu-ifunc.exp
1509 * gdb.base/hashline1.exp
1510 * gdb.base/hashline2.exp
1511 * gdb.base/hashline3.exp
1512 * gdb.base/hbreak-in-shr-unsupported.exp
1513 * gdb.base/huge.exp
1514 * gdb.base/infcall-input.exp
1515 * gdb.base/info-fun.exp
1516 * gdb.base/info-shared.exp
1517 * gdb.base/jit-simple.exp
1518 * gdb.base/jit-so.exp
1519 * gdb.base/jit.exp
1520 * gdb.base/jump.exp
1521 * gdb.base/label.exp
1522 * gdb.base/lineinc.exp
1523 * gdb.base/logical.exp
1524 * gdb.base/longjmp.exp
1525 * gdb.base/macscp.exp
1526 * gdb.base/miscexprs.exp
1527 * gdb.base/new-ui-echo.exp
1528 * gdb.base/new-ui-pending-input.exp
1529 * gdb.base/new-ui.exp
1530 * gdb.base/nodebug.exp
1531 * gdb.base/nofield.exp
1532 * gdb.base/offsets.exp
1533 * gdb.base/overlays.exp
1534 * gdb.base/pending.exp
1535 * gdb.base/pointers.exp
1536 * gdb.base/pr11022.exp
1537 * gdb.base/printcmds.exp
1538 * gdb.base/prologue.exp
1539 * gdb.base/ptr-typedef.exp
1540 * gdb.base/realname-expand.exp
1541 * gdb.base/relativedebug.exp
1542 * gdb.base/relocate.exp
1543 * gdb.base/remote.exp
1544 * gdb.base/reread.exp
1545 * gdb.base/return2.exp
1546 * gdb.base/savedregs.exp
1547 * gdb.base/sep.exp
1548 * gdb.base/sepdebug.exp
1549 * gdb.base/sepsymtab.exp
1550 * gdb.base/set-inferior-tty.exp
1551 * gdb.base/setshow.exp
1552 * gdb.base/shlib-call.exp
1553 * gdb.base/sigaltstack.exp
1554 * gdb.base/siginfo-addr.exp
1555 * gdb.base/signals.exp
1556 * gdb.base/signull.exp
1557 * gdb.base/sigrepeat.exp
1558 * gdb.base/so-impl-ld.exp
1559 * gdb.base/solib-display.exp
1560 * gdb.base/solib-overlap.exp
1561 * gdb.base/solib-search.exp
1562 * gdb.base/solib-symbol.exp
1563 * gdb.base/structs.exp
1564 * gdb.base/structs2.exp
1565 * gdb.base/symtab-search-order.exp
1566 * gdb.base/twice.exp
1567 * gdb.base/unload.exp
1568 * gdb.base/varargs.exp
1569 * gdb.base/watchpoint-solib.exp
1570 * gdb.base/watchpoint.exp
1571 * gdb.base/whatis.exp
1572 * gdb.base/wrong_frame_bt_full.exp
1573 * gdb.btrace/dlopen.exp
1574 * gdb.cell/ea-standalone.exp
1575 * gdb.cell/ea-test.exp
1576 * gdb.cp/dispcxx.exp
1577 * gdb.cp/gdb2384.exp
1578 * gdb.cp/method2.exp
1579 * gdb.cp/nextoverthrow.exp
1580 * gdb.cp/pr10728.exp
1581 * gdb.disasm/am33.exp
1582 * gdb.disasm/h8300s.exp
1583 * gdb.disasm/mn10300.exp
1584 * gdb.disasm/sh3.exp
1585 * gdb.dwarf2/dw2-dir-file-name.exp
1586 * gdb.fortran/complex.exp
1587 * gdb.fortran/library-module.exp
1588 * gdb.guile/scm-pretty-print.exp
1589 * gdb.guile/scm-symbol.exp
1590 * gdb.guile/scm-type.exp
1591 * gdb.guile/scm-value.exp
1592 * gdb.linespec/linespec.exp
1593 * gdb.mi/gdb701.exp
1594 * gdb.mi/gdb792.exp
1595 * gdb.mi/mi-breakpoint-changed.exp
1596 * gdb.mi/mi-dprintf-pending.exp
1597 * gdb.mi/mi-dprintf.exp
1598 * gdb.mi/mi-exit-code.exp
1599 * gdb.mi/mi-pending.exp
1600 * gdb.mi/mi-solib.exp
1601 * gdb.mi/new-ui-mi-sync.exp
1602 * gdb.mi/pr11022.exp
1603 * gdb.mi/user-selected-context-sync.exp
1604 * gdb.opt/solib-intra-step.exp
1605 * gdb.python/py-events.exp
1606 * gdb.python/py-finish-breakpoint.exp
1607 * gdb.python/py-mi.exp
1608 * gdb.python/py-prettyprint.exp
1609 * gdb.python/py-shared.exp
1610 * gdb.python/py-symbol.exp
1611 * gdb.python/py-template.exp
1612 * gdb.python/py-type.exp
1613 * gdb.python/py-value.exp
1614 * gdb.reverse/solib-precsave.exp
1615 * gdb.reverse/solib-reverse.exp
1616 * gdb.server/solib-list.exp
1617 * gdb.stabs/weird.exp
1618 * gdb.threads/reconnect-signal.exp
1619 * gdb.threads/stepi-random-signal.exp
1620 * gdb.trace/actions.exp
1621 * gdb.trace/ax.exp
1622 * gdb.trace/backtrace.exp
1623 * gdb.trace/change-loc.exp
1624 * gdb.trace/deltrace.exp
1625 * gdb.trace/ftrace-lock.exp
1626 * gdb.trace/ftrace.exp
1627 * gdb.trace/infotrace.exp
1628 * gdb.trace/mi-tracepoint-changed.exp
1629 * gdb.trace/packetlen.exp
1630 * gdb.trace/passcount.exp
1631 * gdb.trace/pending.exp
1632 * gdb.trace/range-stepping.exp
1633 * gdb.trace/report.exp
1634 * gdb.trace/stap-trace.exp
1635 * gdb.trace/tfind.exp
1636 * gdb.trace/trace-break.exp
1637 * gdb.trace/trace-condition.exp
1638 * gdb.trace/trace-enable-disable.exp
1639 * gdb.trace/trace-mt.exp
1640 * gdb.trace/tracecmd.exp
1641 * gdb.trace/tspeed.exp
1642 * gdb.trace/tsv.exp
1643 * lib/perftest.exp
1644
1645 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1646
1647 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1648 with gdb_test_no_output.
1649 Use command as test name.
1650
1651 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1652
1653 Fix test names starting with uppercase throughout the files.
1654
1655 * gdb.ada/assign_1.exp
1656 * gdb.ada/boolean_expr.exp
1657 * gdb.base/arrayidx.exp
1658 * gdb.base/del.exp
1659 * gdb.base/gcore-buffer-overflow.exp
1660 * gdb.base/testenv.exp
1661 * gdb.compile/compile.exp
1662 * gdb.python/py-framefilter-invalidarg.exp
1663 * gdb.python/py-framefilter.exp
1664
1665 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1666
1667 Fix test names starting with uppercase throughout the files.
1668
1669 * gdb.ada/array_return.exp
1670 * gdb.ada/expr_delims.exp
1671 * gdb.ada/mi_dyn_arr.exp
1672 * gdb.ada/mi_interface.exp
1673 * gdb.ada/mi_var_array.exp
1674 * gdb.ada/watch_arg.exp
1675 * gdb.arch/alpha-step.exp
1676 * gdb.arch/altivec-regs.exp
1677 * gdb.arch/e500-regs.exp
1678 * gdb.arch/powerpc-d128-regs.exp
1679 * gdb.base/arrayidx.exp
1680 * gdb.base/break.exp
1681 * gdb.base/checkpoint.exp
1682 * gdb.base/debug-expr.exp
1683 * gdb.base/dmsym.exp
1684 * gdb.base/radix.exp
1685 * gdb.base/sepdebug.exp
1686 * gdb.base/testenv.exp
1687 * gdb.base/watch_thread_num.exp
1688 * gdb.base/watchpoint-cond-gone.exp
1689 * gdb.cell/break.exp
1690 * gdb.cell/ea-cache.exp
1691 * gdb.compile/compile.exp
1692 * gdb.cp/gdb2495.exp
1693 * gdb.gdb/selftest.exp
1694 * gdb.gdb/xfullpath.exp
1695 * gdb.go/hello.exp
1696 * gdb.go/integers.exp
1697 * gdb.objc/basicclass.exp
1698 * gdb.pascal/hello.exp
1699 * gdb.pascal/integers.exp
1700 * gdb.python/py-breakpoint.exp
1701 * gdb.python/py-cmd.exp
1702 * gdb.python/py-linetable.exp
1703 * gdb.python/py-xmethods.exp
1704 * gdb.python/python.exp
1705 * gdb.reverse/consecutive-precsave.exp
1706 * gdb.reverse/finish-precsave.exp
1707 * gdb.reverse/i386-precsave.exp
1708 * gdb.reverse/machinestate-precsave.exp
1709 * gdb.reverse/sigall-precsave.exp
1710 * gdb.reverse/solib-precsave.exp
1711 * gdb.reverse/step-precsave.exp
1712 * gdb.reverse/until-precsave.exp
1713 * gdb.reverse/watch-precsave.exp
1714 * gdb.threads/leader-exit.exp
1715 * gdb.threads/pthreads.exp
1716 * gdb.threads/wp-replication.exp
1717 * gdb.trace/actions.exp
1718 * gdb.trace/mi-tsv-changed.exp
1719 * gdb.trace/tsv.exp
1720
1721 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1722
1723 Fix test names starting with uppercase throughout the files.
1724
1725 * gdb.arch/i386-bp_permanent.exp
1726 * gdb.arch/i386-gnu-cfi.exp
1727 * gdb.base/disasm-end-cu.exp
1728 * gdb.base/macscp.exp
1729 * gdb.base/pending.exp
1730 * gdb.base/watch_thread_num.exp
1731 * gdb.cp/exception.exp
1732 * gdb.cp/gdb2495.exp
1733 * gdb.cp/local.exp
1734 * gdb.python/py-evsignal.exp
1735 * gdb.python/python.exp
1736 * gdb.trace/tracecmd.exp
1737
1738 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1739
1740 Fix test names starting with uppercase throughout the files.
1741
1742 * gdb.base/charset.exp
1743 * gdb.base/eval.exp
1744 * gdb.base/multi-forks.exp
1745 * gdb.guile/scm-progspace.exp
1746 * gdb.opencl/datatypes.exp
1747 * gdb.python/py-block.exp
1748 * gdb.python/py-function.exp
1749 * gdb.python/py-symbol.exp
1750 * gdb.python/py-symtab.exp
1751 * gdb.python/py-xmethods.exp
1752 * gdb.reverse/break-precsave.exp
1753 * gdb.reverse/break-reverse.exp
1754 * gdb.reverse/consecutive-precsave.exp
1755 * gdb.reverse/consecutive-reverse.exp
1756 * gdb.reverse/finish-precsave.exp
1757 * gdb.reverse/finish-reverse-bkpt.exp
1758 * gdb.reverse/finish-reverse.exp
1759 * gdb.reverse/fstatat-reverse.exp
1760 * gdb.reverse/getresuid-reverse.exp
1761 * gdb.reverse/i386-precsave.exp
1762 * gdb.reverse/i386-reverse.exp
1763 * gdb.reverse/i386-sse-reverse.exp
1764 * gdb.reverse/i387-stack-reverse.exp
1765 * gdb.reverse/insn-reverse.exp
1766 * gdb.reverse/machinestate-precsave.exp
1767 * gdb.reverse/machinestate.exp
1768 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1769 * gdb.reverse/pipe-reverse.exp
1770 * gdb.reverse/readv-reverse.exp
1771 * gdb.reverse/recvmsg-reverse.exp
1772 * gdb.reverse/rerun-prec.exp
1773 * gdb.reverse/s390-mvcle.exp
1774 * gdb.reverse/sigall-precsave.exp
1775 * gdb.reverse/sigall-reverse.exp
1776 * gdb.reverse/solib-precsave.exp
1777 * gdb.reverse/solib-reverse.exp
1778 * gdb.reverse/step-precsave.exp
1779 * gdb.reverse/step-reverse.exp
1780 * gdb.reverse/time-reverse.exp
1781 * gdb.reverse/until-precsave.exp
1782 * gdb.reverse/until-reverse.exp
1783 * gdb.reverse/waitpid-reverse.exp
1784 * gdb.reverse/watch-precsave.exp
1785 * gdb.reverse/watch-reverse.exp
1786
1787 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1788
1789 Fix test names starting with uppercase throughout the files.
1790
1791 * gdb.arch/i386-mpx-simple_segv.exp
1792 * gdb.arch/i386-mpx.exp
1793 * gdb.arch/i386-permbkpt.exp
1794 * gdb.arch/pa-nullify.exp
1795 * gdb.arch/powerpc-d128-regs.exp
1796 * gdb.arch/vsx-regs.exp
1797 * gdb.base/bfp-test.exp
1798 * gdb.base/break.exp
1799 * gdb.base/breakpoint-shadow.exp
1800 * gdb.base/callfuncs.exp
1801 * gdb.base/charset.exp
1802 * gdb.base/commands.exp
1803 * gdb.base/completion.exp
1804 * gdb.base/dfp-test.exp
1805 * gdb.base/echo.exp
1806 * gdb.base/ending-run.exp
1807 * gdb.base/eval.exp
1808 * gdb.base/expand-psymtabs.exp
1809 * gdb.base/float128.exp
1810 * gdb.base/floatn.exp
1811 * gdb.base/foll-exec-mode.exp
1812 * gdb.base/gdb1056.exp
1813 * gdb.base/gdb11531.exp
1814 * gdb.base/kill-after-signal.exp
1815 * gdb.base/multi-forks.exp
1816 * gdb.base/overlays.exp
1817 * gdb.base/pending.exp
1818 * gdb.base/sepdebug.exp
1819 * gdb.base/testenv.exp
1820 * gdb.base/valgrind-db-attach.exp
1821 * gdb.base/watch_thread_num.exp
1822 * gdb.base/watchpoint-cond-gone.exp
1823 * gdb.base/watchpoint.exp
1824 * gdb.base/watchpoints.exp
1825 * gdb.cp/arg-reference.exp
1826 * gdb.cp/baseenum.exp
1827 * gdb.cp/operator.exp
1828 * gdb.cp/shadow.exp
1829 * gdb.dwarf2/dw2-op-out-param.exp
1830 * gdb.dwarf2/dw2-reg-undefined.exp
1831 * gdb.go/chan.exp
1832 * gdb.go/hello.exp
1833 * gdb.go/integers.exp
1834 * gdb.go/methods.exp
1835 * gdb.go/package.exp
1836 * gdb.guile/scm-parameter.exp
1837 * gdb.guile/scm-progspace.exp
1838 * gdb.guile/scm-value.exp
1839 * gdb.mi/mi-pending.exp
1840 * gdb.mi/user-selected-context-sync.exp
1841 * gdb.multi/multi-attach.exp
1842 * gdb.multi/tids.exp
1843 * gdb.opt/clobbered-registers-O2.exp
1844 * gdb.pascal/floats.exp
1845 * gdb.pascal/integers.exp
1846 * gdb.python/py-block.exp
1847 * gdb.python/py-events.exp
1848 * gdb.python/py-parameter.exp
1849 * gdb.python/py-symbol.exp
1850 * gdb.python/py-symtab.exp
1851 * gdb.python/py-type.exp
1852 * gdb.python/py-value.exp
1853 * gdb.python/py-xmethods.exp
1854 * gdb.python/python.exp
1855 * gdb.reverse/break-precsave.exp
1856 * gdb.reverse/consecutive-precsave.exp
1857 * gdb.reverse/finish-precsave.exp
1858 * gdb.reverse/i386-precsave.exp
1859 * gdb.reverse/machinestate-precsave.exp
1860 * gdb.reverse/sigall-precsave.exp
1861 * gdb.reverse/solib-precsave.exp
1862 * gdb.reverse/step-precsave.exp
1863 * gdb.reverse/until-precsave.exp
1864 * gdb.reverse/watch-precsave.exp
1865 * gdb.server/ext-attach.exp
1866 * gdb.server/ext-restart.exp
1867 * gdb.server/ext-run.exp
1868 * gdb.server/ext-wrapper.exp
1869 * gdb.stabs/gdb11479.exp
1870 * gdb.stabs/weird.exp
1871 * gdb.threads/attach-many-short-lived-threads.exp
1872 * gdb.threads/kill.exp
1873 * gdb.threads/watchpoint-fork.exp
1874
1875 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1876
1877 Fix test names starting with uppercase throughout all the files below.
1878
1879 * gdb.ada/array_return.exp
1880 * gdb.ada/catch_ex.exp
1881 * gdb.ada/info_exc.exp
1882 * gdb.ada/mi_catch_ex.exp
1883 * gdb.ada/mi_dyn_arr.exp
1884 * gdb.ada/mi_ex_cond.exp
1885 * gdb.ada/mi_exc_info.exp
1886 * gdb.ada/mi_interface.exp
1887 * gdb.ada/mi_task_arg.exp
1888 * gdb.ada/mi_task_info.exp
1889 * gdb.ada/mi_var_array.exp
1890 * gdb.arch/alpha-step.exp
1891 * gdb.arch/amd64-disp-step.exp
1892 * gdb.arch/arm-disp-step.exp
1893 * gdb.arch/disp-step-insn-reloc.exp
1894 * gdb.arch/e500-prologue.exp
1895 * gdb.arch/ftrace-insn-reloc.exp
1896 * gdb.arch/gdb1558.exp
1897 * gdb.arch/i386-bp_permanent.exp
1898 * gdb.arch/i386-disp-step.exp
1899 * gdb.arch/i386-float.exp
1900 * gdb.arch/i386-gnu-cfi.exp
1901 * gdb.arch/ia64-breakpoint-shadow.exp
1902 * gdb.arch/mips16-thunks.exp
1903 * gdb.arch/pa-nullify.exp
1904 * gdb.arch/powerpc-aix-prologue.exp
1905 * gdb.arch/powerpc-power.exp
1906 * gdb.arch/ppc-dfp.exp
1907 * gdb.arch/s390-tdbregs.exp
1908 * gdb.arch/spu-info.exp
1909 * gdb.arch/spu-ls.exp
1910 * gdb.arch/thumb-bx-pc.exp
1911 * gdb.base/advance.exp
1912 * gdb.base/annota-input-while-running.exp
1913 * gdb.base/arrayidx.exp
1914 * gdb.base/asmlabel.exp
1915 * gdb.base/async.exp
1916 * gdb.base/attach-wait-input.exp
1917 * gdb.base/auto-connect-native-target.exp
1918 * gdb.base/batch-preserve-term-settings.exp
1919 * gdb.base/bfp-test.exp
1920 * gdb.base/bigcore.exp
1921 * gdb.base/bp-permanent.exp
1922 * gdb.base/break-always.exp
1923 * gdb.base/break-fun-addr.exp
1924 * gdb.base/break-idempotent.exp
1925 * gdb.base/break-main-file-remove-fail.exp
1926 * gdb.base/break-probes.exp
1927 * gdb.base/break-unload-file.exp
1928 * gdb.base/break.exp
1929 * gdb.base/call-ar-st.exp
1930 * gdb.base/call-rt-st.exp
1931 * gdb.base/call-sc.exp
1932 * gdb.base/call-signal-resume.exp
1933 * gdb.base/call-strs.exp
1934 * gdb.base/callexit.exp
1935 * gdb.base/callfuncs.exp
1936 * gdb.base/catch-gdb-caused-signals.exp
1937 * gdb.base/catch-signal-siginfo-cond.exp
1938 * gdb.base/catch-syscall.exp
1939 * gdb.base/compare-sections.exp
1940 * gdb.base/cond-eval-mode.exp
1941 * gdb.base/condbreak-call-false.exp
1942 * gdb.base/consecutive-step-over.exp
1943 * gdb.base/cursal.exp
1944 * gdb.base/disabled-location.exp
1945 * gdb.base/disasm-end-cu.exp
1946 * gdb.base/display.exp
1947 * gdb.base/double-prompt-target-event-error.exp
1948 * gdb.base/dprintf-bp-same-addr.exp
1949 * gdb.base/dprintf-detach.exp
1950 * gdb.base/dprintf-next.exp
1951 * gdb.base/dprintf-non-stop.exp
1952 * gdb.base/dprintf-pending.exp
1953 * gdb.base/dso2dso.exp
1954 * gdb.base/ending-run.exp
1955 * gdb.base/enum_cond.exp
1956 * gdb.base/examine-backward.exp
1957 * gdb.base/exe-lock.exp
1958 * gdb.base/exec-invalid-sysroot.exp
1959 * gdb.base/execl-update-breakpoints.exp
1960 * gdb.base/execution-termios.exp
1961 * gdb.base/fileio.exp
1962 * gdb.base/fixsection.exp
1963 * gdb.base/foll-exec-mode.exp
1964 * gdb.base/foll-exec.exp
1965 * gdb.base/fork-running-state.exp
1966 * gdb.base/frame-args.exp
1967 * gdb.base/fullpath-expand.exp
1968 * gdb.base/func-ptr.exp
1969 * gdb.base/gcore-relro-pie.exp
1970 * gdb.base/gdb1090.exp
1971 * gdb.base/gdb1555.exp
1972 * gdb.base/global-var-nested-by-dso.exp
1973 * gdb.base/gnu-ifunc.exp
1974 * gdb.base/hbreak-in-shr-unsupported.exp
1975 * gdb.base/hbreak-unmapped.exp
1976 * gdb.base/hook-stop.exp
1977 * gdb.base/infcall-input.exp
1978 * gdb.base/info-fun.exp
1979 * gdb.base/info-shared.exp
1980 * gdb.base/interrupt-noterm.exp
1981 * gdb.base/jit-so.exp
1982 * gdb.base/jit.exp
1983 * gdb.base/line-symtabs.exp
1984 * gdb.base/list.exp
1985 * gdb.base/longjmp.exp
1986 * gdb.base/macscp.exp
1987 * gdb.base/max-value-size.exp
1988 * gdb.base/nodebug.exp
1989 * gdb.base/nofield.exp
1990 * gdb.base/overlays.exp
1991 * gdb.base/paginate-after-ctrl-c-running.exp
1992 * gdb.base/paginate-bg-execution.exp
1993 * gdb.base/paginate-inferior-exit.exp
1994 * gdb.base/pending.exp
1995 * gdb.base/pr11022.exp
1996 * gdb.base/printcmds.exp
1997 * gdb.base/ptr-typedef.exp
1998 * gdb.base/ptype.exp
1999 * gdb.base/randomize.exp
2000 * gdb.base/range-stepping.exp
2001 * gdb.base/realname-expand.exp
2002 * gdb.base/relativedebug.exp
2003 * gdb.base/remote.exp
2004 * gdb.base/savedregs.exp
2005 * gdb.base/sepdebug.exp
2006 * gdb.base/set-noassign.exp
2007 * gdb.base/shlib-call.exp
2008 * gdb.base/shreloc.exp
2009 * gdb.base/sigaltstack.exp
2010 * gdb.base/sigbpt.exp
2011 * gdb.base/siginfo-addr.exp
2012 * gdb.base/siginfo-obj.exp
2013 * gdb.base/siginfo-thread.exp
2014 * gdb.base/signest.exp
2015 * gdb.base/signull.exp
2016 * gdb.base/sigrepeat.exp
2017 * gdb.base/skip.exp
2018 * gdb.base/so-impl-ld.exp
2019 * gdb.base/solib-corrupted.exp
2020 * gdb.base/solib-disc.exp
2021 * gdb.base/solib-display.exp
2022 * gdb.base/solib-overlap.exp
2023 * gdb.base/solib-search.exp
2024 * gdb.base/solib-symbol.exp
2025 * gdb.base/source-execution.exp
2026 * gdb.base/sss-bp-on-user-bp-2.exp
2027 * gdb.base/sss-bp-on-user-bp.exp
2028 * gdb.base/stack-checking.exp
2029 * gdb.base/stale-infcall.exp
2030 * gdb.base/step-break.exp
2031 * gdb.base/step-line.exp
2032 * gdb.base/step-over-exit.exp
2033 * gdb.base/step-test.exp
2034 * gdb.base/structs.exp
2035 * gdb.base/sym-file.exp
2036 * gdb.base/symtab-search-order.exp
2037 * gdb.base/term.exp
2038 * gdb.base/type-opaque.exp
2039 * gdb.base/unload.exp
2040 * gdb.base/until-nodebug.exp
2041 * gdb.base/until.exp
2042 * gdb.base/unwindonsignal.exp
2043 * gdb.base/watch-cond.exp
2044 * gdb.base/watch-non-mem.exp
2045 * gdb.base/watch_thread_num.exp
2046 * gdb.base/watchpoint-reuse-slot.exp
2047 * gdb.base/watchpoint-solib.exp
2048 * gdb.base/watchpoint.exp
2049 * gdb.btrace/dlopen.exp
2050 * gdb.cell/arch.exp
2051 * gdb.cell/break.exp
2052 * gdb.cell/bt.exp
2053 * gdb.cell/core.exp
2054 * gdb.cell/data.exp
2055 * gdb.cell/dwarfaddr.exp
2056 * gdb.cell/ea-cache.exp
2057 * gdb.cell/ea-standalone.exp
2058 * gdb.cell/ea-test.exp
2059 * gdb.cell/f-regs.exp
2060 * gdb.cell/fork.exp
2061 * gdb.cell/gcore.exp
2062 * gdb.cell/mem-access.exp
2063 * gdb.cell/ptype.exp
2064 * gdb.cell/registers.exp
2065 * gdb.cell/sizeof.exp
2066 * gdb.cell/solib-symbol.exp
2067 * gdb.cell/solib.exp
2068 * gdb.compile/compile-tls.exp
2069 * gdb.cp/exception.exp
2070 * gdb.cp/gdb2495.exp
2071 * gdb.cp/local.exp
2072 * gdb.cp/mb-inline.exp
2073 * gdb.cp/mb-templates.exp
2074 * gdb.cp/pr10687.exp
2075 * gdb.cp/pr9167.exp
2076 * gdb.cp/scope-err.exp
2077 * gdb.cp/templates.exp
2078 * gdb.cp/virtfunc.exp
2079 * gdb.dwarf2/dw2-dir-file-name.exp
2080 * gdb.dwarf2/dw2-single-line-discriminators.exp
2081 * gdb.fortran/complex.exp
2082 * gdb.fortran/library-module.exp
2083 * gdb.guile/guile.exp
2084 * gdb.guile/scm-cmd.exp
2085 * gdb.guile/scm-frame-inline.exp
2086 * gdb.guile/scm-objfile.exp
2087 * gdb.guile/scm-pretty-print.exp
2088 * gdb.guile/scm-symbol.exp
2089 * gdb.guile/scm-type.exp
2090 * gdb.guile/scm-value.exp
2091 * gdb.linespec/keywords.exp
2092 * gdb.linespec/ls-errs.exp
2093 * gdb.linespec/macro-relative.exp
2094 * gdb.linespec/thread.exp
2095 * gdb.mi/mi-breakpoint-changed.exp
2096 * gdb.mi/mi-dprintf-pending.exp
2097 * gdb.mi/mi-fullname-deleted.exp
2098 * gdb.mi/mi-logging.exp
2099 * gdb.mi/mi-pending.exp
2100 * gdb.mi/mi-solib.exp
2101 * gdb.mi/new-ui-mi-sync.exp
2102 * gdb.mi/user-selected-context-sync.exp
2103 * gdb.multi/dummy-frame-restore.exp
2104 * gdb.multi/multi-arch-exec.exp
2105 * gdb.multi/remove-inferiors.exp
2106 * gdb.multi/watchpoint-multi-exit.exp
2107 * gdb.opt/solib-intra-step.exp
2108 * gdb.perf/backtrace.exp
2109 * gdb.perf/single-step.exp
2110 * gdb.perf/skip-command.exp
2111 * gdb.perf/skip-prologue.exp
2112 * gdb.perf/solib.exp
2113 * gdb.python/lib-types.exp
2114 * gdb.python/py-as-string.exp
2115 * gdb.python/py-bad-printers.exp
2116 * gdb.python/py-block.exp
2117 * gdb.python/py-breakpoint.exp
2118 * gdb.python/py-cmd.exp
2119 * gdb.python/py-events.exp
2120 * gdb.python/py-evthreads.exp
2121 * gdb.python/py-finish-breakpoint.exp
2122 * gdb.python/py-finish-breakpoint2.exp
2123 * gdb.python/py-frame-inline.exp
2124 * gdb.python/py-frame.exp
2125 * gdb.python/py-inferior.exp
2126 * gdb.python/py-infthread.exp
2127 * gdb.python/py-mi.exp
2128 * gdb.python/py-objfile.exp
2129 * gdb.python/py-pp-maint.exp
2130 * gdb.python/py-pp-registration.exp
2131 * gdb.python/py-prettyprint.exp
2132 * gdb.python/py-recurse-unwind.exp
2133 * gdb.python/py-shared.exp
2134 * gdb.python/py-symbol.exp
2135 * gdb.python/py-symtab.exp
2136 * gdb.python/py-template.exp
2137 * gdb.python/py-type.exp
2138 * gdb.python/py-unwind-maint.exp
2139 * gdb.python/py-unwind.exp
2140 * gdb.python/py-value.exp
2141 * gdb.python/python.exp
2142 * gdb.reverse/finish-reverse-bkpt.exp
2143 * gdb.reverse/insn-reverse.exp
2144 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2145 * gdb.reverse/solib-precsave.exp
2146 * gdb.reverse/solib-reverse.exp
2147 * gdb.stabs/gdb11479.exp
2148 * gdb.stabs/weird.exp
2149 * gdb.threads/fork-child-threads.exp
2150 * gdb.threads/fork-plus-threads.exp
2151 * gdb.threads/fork-thread-pending.exp
2152 * gdb.threads/forking-threads-plus-breakpoint.exp
2153 * gdb.threads/hand-call-in-threads.exp
2154 * gdb.threads/interrupted-hand-call.exp
2155 * gdb.threads/linux-dp.exp
2156 * gdb.threads/local-watch-wrong-thread.exp
2157 * gdb.threads/next-while-other-thread-longjmps.exp
2158 * gdb.threads/non-ldr-exit.exp
2159 * gdb.threads/pending-step.exp
2160 * gdb.threads/print-threads.exp
2161 * gdb.threads/process-dies-while-detaching.exp
2162 * gdb.threads/process-dies-while-handling-bp.exp
2163 * gdb.threads/pthreads.exp
2164 * gdb.threads/queue-signal.exp
2165 * gdb.threads/reconnect-signal.exp
2166 * gdb.threads/signal-command-handle-nopass.exp
2167 * gdb.threads/signal-command-multiple-signals-pending.exp
2168 * gdb.threads/signal-delivered-right-thread.exp
2169 * gdb.threads/signal-sigtrap.exp
2170 * gdb.threads/sigthread.exp
2171 * gdb.threads/staticthreads.exp
2172 * gdb.threads/stepi-random-signal.exp
2173 * gdb.threads/thread-unwindonsignal.exp
2174 * gdb.threads/thread_check.exp
2175 * gdb.threads/thread_events.exp
2176 * gdb.threads/tid-reuse.exp
2177 * gdb.threads/tls-nodebug.exp
2178 * gdb.threads/tls-shared.exp
2179 * gdb.threads/tls-so_extern.exp
2180 * gdb.threads/tls.exp
2181 * gdb.threads/wp-replication.exp
2182 * gdb.trace/actions-changed.exp
2183 * gdb.trace/actions.exp
2184 * gdb.trace/backtrace.exp
2185 * gdb.trace/change-loc.exp
2186 * gdb.trace/collection.exp
2187 * gdb.trace/deltrace.exp
2188 * gdb.trace/disconnected-tracing.exp
2189 * gdb.trace/entry-values.exp
2190 * gdb.trace/ftrace-lock.exp
2191 * gdb.trace/ftrace.exp
2192 * gdb.trace/infotrace.exp
2193 * gdb.trace/mi-trace-frame-collected.exp
2194 * gdb.trace/mi-trace-unavailable.exp
2195 * gdb.trace/mi-traceframe-changed.exp
2196 * gdb.trace/mi-tracepoint-changed.exp
2197 * gdb.trace/mi-tsv-changed.exp
2198 * gdb.trace/no-attach-trace.exp
2199 * gdb.trace/packetlen.exp
2200 * gdb.trace/passc-dyn.exp
2201 * gdb.trace/passcount.exp
2202 * gdb.trace/pending.exp
2203 * gdb.trace/pr16508.exp
2204 * gdb.trace/qtro.exp
2205 * gdb.trace/range-stepping.exp
2206 * gdb.trace/read-memory.exp
2207 * gdb.trace/report.exp
2208 * gdb.trace/save-trace.exp
2209 * gdb.trace/signal.exp
2210 * gdb.trace/stap-trace.exp
2211 * gdb.trace/status-stop.exp
2212 * gdb.trace/strace.exp
2213 * gdb.trace/tfile.exp
2214 * gdb.trace/tfind.exp
2215 * gdb.trace/trace-break.exp
2216 * gdb.trace/trace-condition.exp
2217 * gdb.trace/trace-enable-disable.exp
2218 * gdb.trace/trace-mt.exp
2219 * gdb.trace/tracecmd.exp
2220 * gdb.trace/tracefile-pseudo-reg.exp
2221 * gdb.trace/tspeed.exp
2222 * gdb.trace/tstatus.exp
2223 * gdb.trace/tsv.exp
2224 * gdb.trace/unavailable.exp
2225 * gdb.trace/while-dyn.exp
2226 * gdb.trace/while-stepping.exp
2227 * lib/gdb-guile.exp
2228 * lib/gdb.exp
2229 * lib/mi-support.exp
2230 * lib/pascal.exp
2231 * lib/perftest.exp
2232 * lib/prelink-support.exp
2233 * lib/selftest-support.exp
2234
2235 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2236
2237 * Makefile.in: Include disable-implicit-rules.mk.
2238
2239 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2240
2241 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2242 non-byte-aligned bit fields.
2243
2244 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2245
2246 PR gdb/12616
2247 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2248 respects the DW_AT_data_bit_offset attribute.
2249
2250 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2251
2252 * gdb.base/default.exp: Fix output of "set language".
2253
2254 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2255
2256 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2257 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2258 make.
2259 * configure.ac: Remove checks for the make program.
2260 * configure: Re-generate.
2261
2262 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2263
2264 * gdb.python/py-recurse-unwind.c (main): Add loop.
2265 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2266 to read_register() and gdb.parse_and_eval(). Make each code
2267 call a separate case that can be individually tested.
2268 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2269 proc. Call cont_and_backtrace for each of the code paths that
2270 we want to test in the unwinder.
2271
2272 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2273
2274 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2275 the definition of struct S.
2276
2277 2016-11-11 Catherine Moore <clm@codesourcery.com>
2278
2279 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2280
2281 2016-11-09 Pedro Alves <palves@redhat.com>
2282
2283 * gdb.base/commands.exp (runto_or_return): New procedure.
2284 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2285 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2286 (progvar_simple_while_test, progvar_complex_if_while_test)
2287 (if_while_breakpoint_command_test)
2288 (infrun_breakpoint_command_test, breakpoint_command_test)
2289 (user_defined_command_test, watchpoint_command_test)
2290 (test_command_prompt_position, redefine_hook_test)
2291 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2292 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2293 multi_line_input and multi_line. Remove gdb_expect and
2294 gdb_stop_suppressing_tests uses.
2295 * lib/gdb.exp (valnum_re): New global.
2296 (multi_line_input): New procedure.
2297
2298 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2299
2300 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2301 Remove.
2302 (test_setup): Define with proc_with_prefix.
2303 (test_cli_inferior): Likewise.
2304 (test_cli_thread): Likewise.
2305 (test_cli_frame): Likewise.
2306 (test_cli_select_frame): Likewise.
2307 (test_cli_up_down): Likewise.
2308 (test_mi_thread_select): Likewise.
2309 (test_mi_stack_select_frame): Likewise.
2310 (test_cli_in_mi_inferior): Likewise.
2311 (test_cli_in_mi_thread): Likewise.
2312 (test_cli_in_mi_frame): Likewise.
2313 (top level): Do not use with_test_prefix_procname.
2314
2315 2016-11-09 Pedro Alves <palves@redhat.com>
2316
2317 * gdb.base/commands.exp (gdbvar_simple_if_test)
2318 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2319 (progvar_simple_if_test, progvar_simple_while_test)
2320 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2321 (infrun_breakpoint_command_test, breakpoint_command_test)
2322 (user_defined_command_test, watchpoint_command_test)
2323 (test_command_prompt_position, deprecated_command_test)
2324 (bp_deleted_in_command, temporary_breakpoint_commands)
2325 (stray_arg0_test, source_file_with_indented_comment)
2326 (recursive_source_test, if_commands_test)
2327 (error_clears_commands_left, redefine_hook_test)
2328 (redefine_backtrace_test): Use proc_with_prefix.
2329 * lib/gdb.exp (proc_with_prefix): New proc.
2330
2331 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2332
2333 * gdb.base/tui-layout.c: New file.
2334 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2335 disassembly window contains very long lines.
2336
2337 2016-11-08 Tom Tromey <tom@tromey.com>
2338
2339 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2340 depend on Python 2.
2341
2342 2016-11-08 Tom Tromey <tom@tromey.com>
2343
2344 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2345 New method.
2346
2347 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2348
2349 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2350
2351 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2352
2353 * gdb.rust/simple.rs: Add test for univariant enums without
2354 discriminants and for encoded struct-like enums.
2355
2356 2016-10-28 Pedro Alves <palves@redhat.com>
2357
2358 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2359 gdb_test_multiple, tighten regexps and match symtabs and line
2360 tables incrementally.
2361
2362 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2363
2364 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2365 general.
2366
2367 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2368
2369 * gdb.base/exec-invalid-sysroot.exp: New file.
2370
2371 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2372
2373 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2374
2375 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2376
2377 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2378
2379 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2380
2381 * gdb.base/killed-outside.exp: Remove $options from a call to
2382 `prepare_for_testing'.
2383
2384 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2385
2386 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2387 Change test message.
2388
2389 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2390
2391 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2392 Update comment.
2393
2394 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2395
2396 * gdb.trace/mi-trace-save.exp: New file.
2397
2398 2016-10-13 Yao Qi <yao.qi@linaro.org>
2399
2400 * gdb.base/code_elim.exp (get_var_address): Remove.
2401 * gdb.base/relocate.exp: Likewise.
2402 * gdb.base/shreloc.exp: Likewise.
2403 * lib/gdb.exp (get_var_address): New.
2404
2405 2016-10-13 Yao Qi <yao.qi@linaro.org>
2406
2407 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2408 floating point tests if $skip_float_test is false.
2409
2410 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2411
2412 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2413 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2414 argc values.
2415 Add 1 to argc so we guarantee distinct initial/modified argc values.
2416
2417 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2418
2419 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2420
2421 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2422
2423 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2424 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2425 * gdb.arch/vsx-regs.exp: Likewise.
2426
2427 2016-10-07 Yao Qi <yao.qi@linaro.org>
2428
2429 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2430
2431 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2432
2433 * gdb.python/python.exp: Test decode_line("*0").
2434
2435 2016-10-06 Doug Evans <dje@google.com>
2436
2437 * gdb.python/py-value.exp (test_value_creation): Add test for large
2438 unsigned 64-bit value.
2439
2440 2016-10-06 Tom Tromey <tom@tromey.com>
2441
2442 * gdb.compile/compile.exp: Change java tests to rust.
2443 * gdb.base/setshow.exp: Change java tests to rust.
2444 * gdb.base/default.exp: Remove java from language list.
2445 * README (Examples): Update language example.
2446 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2447 test.
2448 * lib/gdb.exp (skip_java_tests): Remove.
2449 * lib/java.exp: Remove.
2450 * gdb.java: Remove.
2451
2452 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2453
2454 * gdb.arch/mips-fcr.exp: New test.
2455 * gdb.arch/mips-fcr.c: Source for the new test.
2456
2457 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2458
2459 * gdb.base/solib-disc.exp: Use `standard_output_file'
2460 throughout.
2461
2462 2016-10-06 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.base/jit-simple-dl.c: New file.
2465 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2466 * gdb.base/jit-simple.c: ... this.
2467 * gdb.base/jit-simple.exp (jit_run): Delete.
2468 (build_jit): New proc.
2469 (jit_test_reread): Recompile either the main program or the shared
2470 library, depending on what is being tested. Skip changing address
2471 if caller wants to. Compare before/after addresses. If testing
2472 standalone, explicitly load the binary. Test "maint info
2473 breakpoints".
2474 (top level): Add "standalone vs shared lib" and "change address"
2475 vs "same address" axes.
2476
2477 2016-10-06 Pedro Alves <palves@redhat.com>
2478
2479 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2480 call.
2481 (jit_run): Delete.
2482 (jit_test_reread): Use with_test_prefix. Reload the main binary
2483 explicitly. Compare the before/after addresses of the JIT
2484 descriptor.
2485
2486 2016-08-15 Doug Evans <dje@google.com>
2487
2488 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2489 for single bitfields is bool.
2490 * gdb.xml/tdesc-regs.exp: Ditto.
2491
2492 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2493
2494 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2495
2496 2016-10-05 Yao Qi <yao.qi@linaro.org>
2497
2498 * lib/gdb.exp (support_complex_tests): Return zero if
2499 gdb_skip_float_test return true.
2500
2501 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2502 Simon Marchi <simon.marchi@ericsson.com>
2503
2504 PR gdb/20487
2505 * gdb.mi/user-selected-context-sync.exp: New file.
2506 * gdb.mi/user-selected-context-sync.c: New file.
2507
2508 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2509 Simon Marchi <simon.marchi@ericsson.com>
2510
2511 PR gdb/20487
2512 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2513 =thread-select-event check.
2514
2515 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2516
2517 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2518 the compulsory L operand changes.
2519 * gdb.arch/powerpc-power.s: Likewise.
2520
2521 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2522
2523 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2524 * gdb.base/jit-attach-pie.c: New file.
2525 * gdb.base/jit-attach-pie.exp: New file.
2526
2527 2016-09-28 Pedro Alves <palves@redhat.com>
2528
2529 * gdb.base/infcall-input.c: New file.
2530 * gdb.base/infcall-input.exp: New file.
2531
2532 2016-09-22 Yao Qi <yao.qi@linaro.org>
2533
2534 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2535 (gdb_exit): Rename it to ...
2536 (gdbserver_gdb_exit): ... Close GDBserver.
2537 (gdb_exit): New proc, call gdbserver_gdb_exit.
2538 (mi_gdb_exit): Likewise.
2539
2540 2016-09-22 Yao Qi <yao.qi@linaro.org>
2541
2542 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2543 path.
2544 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2545 Remove duplication.
2546
2547 2016-09-22 Yao Qi <yao.qi@linaro.org>
2548
2549 * lib/gdbserver-support.exp: Check the existence of
2550 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2551
2552 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2553
2554 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2555
2556 2016-09-21 Tom Tromey <tom@tromey.com>
2557
2558 PR gdb/20604:
2559 * gdb.base/quit.exp: New file.
2560
2561 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2562
2563 * .gitignore: New file.
2564
2565 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2566
2567 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2568 throughout.
2569
2570 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2571
2572 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2573
2574 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2575
2576 * gdb.cp/casts.cc (decltype): Move it ...
2577 (main): ... with its call to ...
2578 * gdb.cp/casts03.cc: ... a new file.
2579 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2580
2581 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2582
2583 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2584
2585 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2586
2587 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2588 and sync up the test with tests in gas/testsuite/gas/ppc.
2589 * gdb.arch/powerpc-power.exp: Likewise.
2590
2591 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2592
2593 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2594
2595 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2596 Jan Kratochvil <jan.kratochvil@redhat.com>
2597
2598 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2599 make m1's definition to be different from m2's. Use 'dummy' as an
2600 argument for probe 'two'.
2601
2602 2016-09-10 Jon Beniston <jon@beniston.com>
2603
2604 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2605 for sim target.
2606
2607 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2608
2609 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2610 variable declaration.
2611 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2612 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2613 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2614 received HWCAP as its argument.
2615
2616 2016-09-06 Pedro Alves <palves@redhat.com>
2617
2618 * gdb.base/new-ui-pending-input.c: New file.
2619 * gdb.base/new-ui-pending-input.exp: New file.
2620 * gdb.exp (clear_gdb_spawn_id): New procedure.
2621 (with_spawn_id): Check whether gdb_spawn_id exists before
2622 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2623 on exit.
2624
2625 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2626
2627 * gdb.base/float128.c: New file.
2628 * gdb.base/float128.exp: Likewise.
2629 * gdb.base/floatn.c: Likewise.
2630 * gdb.base/floatn.exp: Likewise.
2631
2632 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2633
2634 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2635
2636 2016-09-05 Pedro Alves <palves@redhat.com>
2637
2638 PR backtrace/19927
2639 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2640 unwinders are immediately called as side effect of "source" or
2641 "disable unwinder" commands.
2642 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2643
2644 2016-09-02 Yao Qi <yao.qi@linaro.org>
2645
2646 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2647 is true and $type is "float" or "double".
2648
2649 2016-09-02 Yao Qi <yao.qi@linaro.org>
2650
2651 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2652 true.
2653 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2654 * gdb.base/call-rt-st.exp: Likewise.
2655 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2656 return value instead of gdb,skip_float_test.
2657 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2658 (do_function_calls): Use its return value instead of
2659 gdb,skip_float_test.
2660 * gdb.base/finish.exp: Likewise.
2661 * gdb.base/funcargs.exp: Likewise.
2662 * gdb.base/return.exp: Likewise.
2663 * gdb.base/return2.exp: Likewise.
2664 * gdb.base/varargs.exp: Likewise.
2665 * lib/gdb.exp (gdb_skip_float_test): Change it to
2666 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2667
2668 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2669
2670 * gdb.multi/tids.exp: Test "thread apply all".
2671
2672 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2673
2674 * gdb.base/default.exp (tty): Remove.
2675
2676 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2677
2678 * gdb.python/py-recurse-unwind.c: New file.
2679 * gdb.python/py-recurse-unwind.py: New file.
2680 * gdb.python/py-recurse-unwind.exp: New file.
2681
2682 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2683
2684 * gdb.base/set-inferior-tty.exp: New file.
2685 * gdb.base/set-inferior-tty.c: New file.
2686
2687 2016-08-23 Pedro Alves <palves@redhat.com>
2688
2689 PR gdb/20494
2690 * gdb.base/new-ui-echo.c: New file.
2691 * gdb.base/new-ui-echo.exp: New file.
2692
2693 2016-08-23 Yao Qi <yao.qi@linaro.org>
2694
2695 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2696 gdbserver_spawn.
2697 * gdb.server/connect-without-multi-process.exp (do_test):
2698 Likewise.
2699
2700 2016-08-23 Yao Qi <yao.qi@linaro.org>
2701
2702 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2703 standalone_txt. Delete gdb_txt and standalone_txt on host
2704 and target. Spawn the binary on target. Copy files from
2705 target to host.
2706
2707 2016-08-22 Pedro Alves <palves@redhat.com>
2708
2709 PR gdb/20505
2710 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2711 with_test_prefix. Factor out bits to ...
2712 (test_no_vdso): ... this new procedure.
2713
2714 2016-08-19 Carl Love <cel@us.ibm.com>
2715
2716 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2717 maintaining separate logic for constructing the output path.
2718 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2719 * gdb.arch/ppc-dfp.exp: Likewise.
2720 * gdb.arch/ppc-fp.exp: Likewise.
2721 * gdb.arch/vsx-regs.exp: Likewise.
2722 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2723 binprefix for generating the additional binary files.
2724
2725 2016-08-19 Pedro Alves <palves@redhat.com>
2726
2727 * gdb.trace/mi-trace-frame-collected.exp
2728 (test_trace_frame_collected): On x32, expect two registers.
2729
2730 2016-08-18 Carl Love <cel@us.ibm.com>
2731
2732 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2733 and sync up the test with tests in gas/testsuite/gas/ppc.
2734 * gdb.arch/powerpc-power.exp: Likewise.
2735
2736 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2737
2738 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2739 expected error message.
2740
2741 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2742
2743 * gdb.multi/remove-inferiors.exp: New file.
2744 * gdb.multi/remove-inferiors.c: New file.
2745
2746 2016-08-12 Yao Qi <yao.qi@linaro.org>
2747
2748 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2749 argument list.
2750
2751 2016-08-10 Pedro Alves <palves@redhat.com>
2752
2753 PR gdb/19187
2754 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2755 setup_kfails.
2756
2757 2016-08-09 Pedro Alves <palves@redhat.com>
2758 Simon Marchi <simon.marchi@ericsson.com>
2759
2760 PR gdb/20418
2761 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2762 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2763
2764 2016-08-09 Pedro Alves <palves@redhat.com>
2765
2766 PR mi/20431
2767 * gdb.mi/mi-cmd-error.exp: New file.
2768
2769 2016-08-09 Pedro Alves <palves@redhat.com>
2770
2771 PR gdb/18653
2772 * gdb.base/signals-state-child.c: New file.
2773 * gdb.base/signals-state-child.exp: New file.
2774 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2775
2776 2016-08-09 Pedro Alves <palves@redhat.com>
2777
2778 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2779
2780 2016-08-03 Tom Tromey <tom@tromey.com>
2781
2782 PR python/18565:
2783 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2784
2785 2016-08-01 Yao Qi <yao.qi@linaro.org>
2786
2787 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2788 variable mode to "multi-process" if $multi_process is 1, otherwise
2789 set it to "single-process".
2790
2791 2016-08-01 Yao Qi <yao.qi@linaro.org>
2792
2793 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2794 * gdb.cp/cpexprs.exp: Likewise.
2795 * gdb.cp/m-static.exp: Likewise.
2796
2797 2016-07-26 Tom Tromey <tom@tromey.com>
2798
2799 PR python/20190:
2800 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2801 test.
2802
2803 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2804
2805 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2806 selecting assembly source files.
2807 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2808 assembly source files.
2809 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2810 assembly source files.
2811 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2812 selecting assembly source files.
2813
2814 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2815
2816 * gdb.base/new-ui.exp (do_test_invalid_args): New
2817 procedure.
2818
2819 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2820
2821 * gdb.btrace/reconnect.c: New file.
2822 * gdb.btrace/reconnect.exp: New file.
2823
2824 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2825
2826 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2827 to test_catch_syscall_group.
2828 (test_catch_syscall_group): New.
2829
2830 2016-07-21 Tom Tromey <tom@tromey.com>
2831
2832 * gdb.rust/simple.rs (main): Use empty struct expression.
2833 * gdb.rust/simple.exp: Add tests for empty struct expression.
2834
2835 2016-07-21 Yao Qi <yao.qi@linaro.org>
2836
2837 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2838 if gdb_skip_xml_test is true on some targets.
2839
2840 2016-07-21 Yao Qi <yao.qi@linaro.org>
2841
2842 * gdb.server/solib-list.exp: Unset last_loaded_file.
2843
2844 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2845
2846 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2847 "step into captured_main (args)".
2848
2849 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2850
2851 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2852
2853 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2854
2855 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2856
2857 2016-07-19 Pedro Alves <palves@redhat.com>
2858
2859 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2860 * gdb.opt/inline-bt.exp: Likewise.
2861 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2862 additional_flags=-Winline.
2863 * gdb.opt/inline-locals.exp: Likewise.
2864 * gdb.opt/inline-markers.c (ATTR): Define.
2865 (inlined_fn): Use it.
2866
2867 2016-07-19 Yao Qi <yao.qi@linaro.org>
2868
2869 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2870 (test_with_self): Remove some code. Remove argument executable.
2871 (top-level): Use do_self_tests.
2872
2873 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2874 Don Breazeal <donb@codesourcery.com>
2875
2876 * gdb.base/maint.exp: Escape paths used in regular expressions.
2877 * gdb.stabs/weird.exp: Likewise.
2878
2879 2016-07-13 Tom Tromey <tom@tromey.com>
2880
2881 PR python/15620, PR python/18620:
2882 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2883 (test_bkpt_events): New procs.
2884
2885 2016-07-13 Tom Tromey <tom@tromey.com>
2886
2887 PR python/17698:
2888 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2889 test.
2890 (test_watchpoints): Likewise.
2891 (test_bkpt_pending): New proc.
2892
2893 2016-07-13 Tom Tromey <tom@tromey.com>
2894
2895 PR cli/18053:
2896 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2897 completion test.
2898
2899 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2900
2901 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2902 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2903 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2904 f_label.
2905 (g): Rename g_end_lbl to g_label.
2906 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2907 low_pc and high_pc.
2908 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2909
2910 2016-07-12 Tom Tromey <tom@tromey.com>
2911
2912 PR python/19293:
2913 * gdb.python/py-unwind-maint.exp: Update tests.
2914
2915 2016-07-12 Yao Qi <yao.qi@linaro.org>
2916
2917 * lib/selftest-support.exp (selftest_setup): Match the output
2918 when captured_main is inlined.
2919
2920 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2921
2922 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2923 New variables.
2924 (print this%a, print this%b, print this): New tests.
2925 * gdb.fortran/derived-types.f90 (this): New object and
2926 initialization.
2927
2928 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2929
2930 * gdb.ada/arraydim.exp: Remove extra directory level in build
2931 directory.
2932
2933 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2934
2935 * lib/ada.exp: Remove extra directory level in build directory.
2936 * gdb.ada/cond_lang.exp: Likewise.
2937 * gdb.ada/exec_changed.exp: Likewise.
2938 * gdb.ada/lang_switch.exp: Likewise.
2939
2940 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2941
2942 * simple.rs: Add test for raw pointer subscripting.
2943 * simple.exp: Add test expectations.
2944
2945 2016-07-05 Yao Qi <yao.qi@linaro.org>
2946
2947 * gdb.mi/mi-reverse.exp: Match =record-started output.
2948
2949 2016-07-01 Pedro Alves <palves@redhat.com>
2950
2951 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2952 procedure.
2953 (jit_reader_test): Test the jit reader's unwinder.
2954 * gdb.base/jithost.c (jit_function_00_code): New global.
2955 (main): Use memcpy to fill in the mmapped code, instead of poking
2956 bytes manually here.
2957 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2958 value.
2959 (read_debug_info): Save the function's range.
2960 (read_sp): New function.
2961 (unwind_frame): Use it. Also unwind RBP.
2962 (get_frame_id): Use read_sp.
2963 (gdb_init_reader): Use calloc instead of malloc.
2964 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2965 parameter. Use gdb_test_multiple.
2966
2967 2016-07-01 Pedro Alves <palves@redhat.com>
2968 Antoine Tremblay <antoine.tremblay@ericsson.com>
2969
2970 * gdb.threads/process-dies-while-detaching.c: New file.
2971 * gdb.threads/process-dies-while-detaching.exp: New file.
2972
2973 2016-07-01 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.multi/watchpoint-multi-exit.c: New file.
2976 * gdb.multi/watchpoint-multi-exit.exp: New file.
2977
2978 2016-06-30 Pedro Alves <palves@redhat.com>
2979
2980 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2981 unset inferior_spawn_id.
2982
2983 2016-06-30 Pedro Alves <palves@redhat.com>
2984
2985 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2986 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2987
2988 2016-06-29 Yao Qi <yao.qi@linaro.org>
2989
2990 * gdb.base/return.c: Add copyright header.
2991
2992 2016-06-29 Tom Tromey <tom@tromey.com>
2993
2994 PR python/20129:
2995 * gdb.python/py-framefilter.exp: Add tests for setting priority
2996 and disabling of non-existent frame filter.
2997
2998 2016-06-29 Yao Qi <yao.qi@linaro.org>
2999
3000 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3001 0x0f07ff.
3002
3003 2016-06-28 Yao Qi <yao.qi@linaro.org>
3004
3005 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3006 triplets. Start gdb, execute catch syscall, and continue. Check
3007 gdb's output to determine catch syscall is supported.
3008
3009 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3010
3011 * gdb.rust/simple.rs: Add test for returning unit in a function.
3012 * gdb.rust/simple.exp: Add expectation for functions returning
3013 unit.
3014
3015 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3016
3017 * gdb.python/py-breakpoint-create-fail.c,
3018 gdb.python/py-breakpoint-create-fail.exp,
3019 gdb.python/py-breakpoint-create-fail.py: New testcase.
3020
3021 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3022
3023 PR gdb/20239
3024 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3025 * gdb.rust/simple.exp: Add test expectations for new NonZero
3026 tests.
3027
3028 2016-06-24 David Taylor <dtaylor@emc.com>
3029
3030 * gdb.base/offsets.exp: New file.
3031 * gdb.base/offsets.c: New file.
3032
3033 2016-06-23 Tom Tromey <tom@tromey.com>
3034
3035 PR gdb/16483:
3036 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3037 before any filters are loaded.
3038
3039 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3040
3041 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3042 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3043 structs.
3044 * gdb.fortran/derived-type-function.exp: New file.
3045 * gdb.fortran/derived-type-function.f90: New file.
3046
3047
3048 2016-06-21 Pedro Alves <palves@redhat.com>
3049
3050 * gdb.base/new-ui.exp: New file.
3051 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3052 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3053 (with_spawn_id): New procedure.
3054
3055 2016-06-21 Pedro Alves <palves@redhat.com>
3056
3057 * gdb.mi/mi-exec-run.exp: New file.
3058
3059 2016-06-21 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3062 breakpoint command's output on the main UI.
3063 (test_break): New procedure, factored out from calls in the top
3064 level.
3065 (top level): Use foreach_with_prefix to test MI as main UI and as
3066 separate UI.
3067
3068 2016-06-21 Pedro Alves <palves@redhat.com>
3069
3070 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3071 (test_awatch_creation_and_listing)
3072 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3073 Remove 'type' parameter.
3074 (test_watchpoint_all): New parameter mi_mode. Remove
3075 with_test_prefix.
3076 (top level): Use foreach_with_prefix, and add main/separate UI MI
3077 testing axis.
3078
3079 2016-06-21 Pedro Alves <palves@redhat.com>
3080
3081 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3082 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3083 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3084 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3085 (gdb_main_spawn_id, mi_spawn_id): Declare and
3086 comment.
3087 (mi_create_inferior_pty): New procedure,
3088 factored out from default_mi_gdb_start.
3089 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3090 procedures.
3091 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3092 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3093 Use mi_create_inferior_pty.
3094 (mi_gdb_start): Use eval to pass down args list.
3095
3096 2016-06-21 Pedro Alves <palves@redhat.com>
3097
3098 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3099 * gdb.opt/inline-cmds.exp: Add MI tests.
3100
3101 2016-06-21 Pedro Alves <palves@redhat.com>
3102
3103 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3104
3105 2016-06-21 Pedro Alves <palves@redhat.com>
3106
3107 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3108 (top level): Use it instead of mi_execute_to.
3109
3110 2016-06-21 Pedro Alves <palves@redhat.com>
3111
3112 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3113 (cont_handler_str): New.
3114 (signal_stop_handler): Set stop_handler_str instead of printing to
3115 stdout.
3116 (continue_handler): Set cont_handler_str instead of printing to
3117 stdout.
3118 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3119 mi_send_resuming_command. Print stop_handler_str and
3120 cont_handler_str instead of expecting the python events print
3121 directly.
3122
3123 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3124
3125 * gdb.base/jit-reader.exp: New file.
3126 * gdb.base/jithost.c: New file.
3127 * gdb.base/jithost.h: New file.
3128 * gdb.base/jitreader.c : New file.
3129 * gdb.base/jit-protocol.h: New file.
3130
3131 2016-06-17 Yao Qi <yao.qi@linaro.org>
3132
3133 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3134 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3135 and detach-on-fork. Adjust tests.
3136 (top level): Invoke break_cond_on_syscall with combinations of
3137 syscall, follow-fork-mode and detach-on-fork.
3138
3139 2016-06-17 Yao Qi <yao.qi@linaro.org>
3140
3141 * gdb.base/step-over-exit.c: New.
3142 * gdb.base/step-over-exit.exp: New.
3143
3144 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3145
3146 * gdb.base/float.exp: Add target check for nds32*-*-*.
3147 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3148
3149 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3150
3151 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3152 for unsupported target features.
3153 * gdb.base/call-rt-st.exp: Likewise.
3154 * gdb.base/call-sc.exp: Likewise.
3155 * gdb.base/call-signal-resume.exp: Likewise.
3156 * gdb.base/call-strs.exp: Likewise.
3157 * gdb.base/callexit.exp: Likewise.
3158 * gdb.base/callfuncs.exp: Likewise.
3159 * gdb.base/nodebug.exp: Likewise.
3160 * gdb.base/printcmds.exp: Likewise.
3161 * gdb.base/ptype.exp: Likewise.
3162 * gdb.base/structs.exp: Likewise.
3163 * gdb.base/unwindonsignal.exp: Likewise.
3164 * gdb.cp/gdb2495.exp: Likewise.
3165 * gdb.cp/templates.exp: Likewise.
3166 * gdb.cp/virtfunc.exp: Likewise.
3167 * gdb.threads/hand-call-in-threads.exp: Likewise.
3168 * gdb.threads/interrupted-hand-call.exp: Likewise.
3169 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3170
3171 2016-06-10 Tom Tromey <tom@tromey.com>
3172
3173 PR rust/20110:
3174 * gdb.rust/expr.exp: Add test for integer constant larger than
3175 i32.
3176
3177 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3178
3179 * gdb.fortran/nested-funcs.exp: New.
3180 * gdb.fortran/nested-funcs.f90: New.
3181
3182 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3183
3184 * gdb.base/examine-backward.c: New file.
3185 * gdb.base/examine-backward.exp: New file.
3186
3187 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3188
3189 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3190 matching.
3191
3192 2016-06-02 Tom Tromey <tom@tromey.com>
3193
3194 PR python/18984:
3195 * gdb.python/py-shared.exp: Add solib_name test.
3196
3197 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3198
3199 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3200
3201 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3202
3203 PR c++/19893
3204 * gdb.dwarf2/implref.exp: Rename to...
3205 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3206 * gdb.dwarf2/implref-array.c: New file.
3207 * gdb.dwarf2/implref-array.exp: Likewise.
3208 * gdb.dwarf2/implref-global.c: Likewise.
3209 * gdb.dwarf2/implref-global.exp: Likewise.
3210 * gdb.dwarf2/implref-struct.c: Likewise.
3211 * gdb.dwarf2/implref-struct.exp: Likewise.
3212
3213 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3214
3215 * gdb.trace/trace-condition.exp: Add 64bit tests.
3216
3217 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3218
3219 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3220 bits types.
3221 (main): Adapt to 8 to 64 bits types.
3222 * gdb.trace/trace-condition.exp: Add new tests.
3223
3224 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3225
3226 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3227
3228 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3229
3230 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3231 Move condition tests...
3232 * gdb.trace/trace-condition.exp: Here.
3233
3234 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3235
3236 * gdb.trace/trace-condition.exp: Add counter-case tests.
3237
3238 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3239
3240 PR c++/15231
3241 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3242 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3243
3244 2016-05-27 Pedro Alves <palves@redhat.com>
3245
3246 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3247 New procedure.
3248 (top level): Call it, and bail out of DejaGnu is known to be bad.
3249
3250 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3251
3252 * gdb.base/whatis.c: Extend the test case.
3253 * gdb.base/whatis.exp: Add additional tests.
3254
3255 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3256
3257 * gdb.fortran/type.f90: Add pointer variable.
3258 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3259
3260 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3261
3262 * gdb.fortran/vla-type.exp: Fix testcase name.
3263
3264 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3265
3266 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3267
3268 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3269
3270 * gdb.fortran/type.f90: Add nested structures.
3271 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3272 * gdb.fortran/derived-type.exp: Adapt expected output.
3273 * gdb.fortran/vla-type.exp: Adapt expected output.
3274
3275 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3276
3277 * gdb.fortran/whatis_type.exp: Adapt expected output.
3278
3279 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3280
3281 * gdb.fortran/print_type.exp: Fix expected output.
3282 * gdb.fortran/whatis_type.exp: Fix expected output.
3283
3284 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3285
3286 * gdb.fortran/whatis_type.exp: Use multi_line.
3287
3288 2016-05-24 Tom Tromey <tom@tromey.com>
3289
3290 PR python/17386:
3291 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3292 use value as an index.
3293
3294 2016-05-23 Tom Tromey <tom@tromey.com>
3295
3296 PR python/17981:
3297 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3298 no-breakpoint case.
3299
3300 2016-05-24 Pedro Alves <palves@redhat.com>
3301
3302 PR gdb/19828
3303 * gdb.threads/clone-attach-detach.c: New file.
3304 * gdb.threads/clone-attach-detach.exp: New file.
3305
3306 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3307
3308 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3309
3310 2016-05-23 Tom Tromey <tom@tromey.com>
3311
3312 PR python/19438, PR python/18393:
3313 * gdb.python/py-progspace.exp: Add "dir" test.
3314 * gdb.python/py-objfile.exp: Add "dir" test.
3315
3316 2016-05-23 Yao Qi <yao.qi@linaro.org>
3317
3318 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3319 * gdb.arch/thumb2-it.exp: Likewise.
3320
3321 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3322
3323 * gdb.mi/mi-threads-interrupt.c: New file.
3324 * gdb.mi/mi-threads-interrupt.exp: New file.
3325
3326 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3327
3328 PR gdb/18077
3329 * gdb.mi/mi-async-run.exp: New file.
3330 * gdb.mi/mi-async-run.c: New file.
3331
3332 2016-05-17 Tom Tromey <tom@tromey.com>
3333 Manish Goregaokar <manishsmail@gmail.com>
3334
3335 * lib/rust-support.exp: New file.
3336 * lib/gdb.exp (skip_rust_tests): New proc.
3337 (build_executable_from_specs): Handle rust.
3338 * lib/future.exp (gdb_find_rustc): New proc.
3339 (gdb_default_target_compile): Handle rust.
3340 * gdb.rust/expr.exp: New file.
3341 * gdb.rust/generics.exp: New file.
3342 * gdb.rust/generics.rs: New file.
3343 * gdb.rust/methods.exp: New file.
3344 * gdb.rust/methods.rs: New file.
3345 * gdb.rust/modules.exp: New file.
3346 * gdb.rust/modules.rs: New file.
3347 * gdb.rust/simple.exp: New file.
3348 * gdb.rust/simple.rs: New file.
3349
3350 2016-05-17 Tom Tromey <tom@tromey.com>
3351
3352 * gdb.base/default.exp (set language): Add rust.
3353
3354 2016-05-17 Tom Tromey <tom@tromey.com>
3355
3356 * gdb.gdb/unittest.exp: New file.
3357
3358 2016-05-16 Yao Qi <yao.qi@linaro.org>
3359
3360 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3361 shell_prompt. Update shell_prompt_re.
3362
3363 2016-05-12 Doug Evans <dje@google.com>
3364
3365 PR symtab/19999
3366 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3367 $options when building executable.
3368 * gdb.dwarf2/fission-loclists-pie.S: New file.
3369 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3370
3371 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3372
3373 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3374 of [is_remote target],
3375
3376 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3377
3378 * lib/gdb.exp (use_gdb_stub): New procedure.
3379
3380 2016-05-03 Yunlian Jiang <yunlian@google.com>
3381 Doug Evans <dje@google.com>
3382
3383 PR symtab/19914
3384 * gdb.dwarf2/dwp-sepdebug.c: New file.
3385 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3386
3387 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3388
3389 * gdb.base/detach.exp: Remove is_remote check.
3390
3391 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3392
3393 * gdb.base/annota-input-while-running.exp: Don't check for
3394 [is_remote target]. Enable annotations after running to main.
3395 Remove unused "set test..." line.
3396
3397 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3398
3399 * gdb.trace/trace-enable-disable.exp: New file.
3400 * gdb.trace/trace-enable-disable.c: New file.
3401
3402 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3403
3404 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3405 use it in info sharedlibrary test.
3406 * gdb.trace/ftrace-lock.exp: Likewise.
3407 * gdb.trace/ftrace.exp: Likewise.
3408 * gdb.trace/range-stepping.exp: Likewise.
3409 * gdb.trace/trace-break.exp: Likewise.
3410 * gdb.trace/trace-condition.exp: Likewise.
3411 * gdb.trace/trace-mt.exp: Likewise.
3412
3413 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3414
3415 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3416 (gdb_load_shlib): ... this.
3417 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3418 gdb_load_shlib.
3419 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3420 * gdb.base/ctxobj.exp: Likewise.
3421 * gdb.base/dprintf-pending.exp: Likewise.
3422 * gdb.base/dso2dso.exp: Likewise.
3423 * gdb.base/fixsection.exp: Likewise.
3424 * gdb.base/gcore-relro.exp: Likewise.
3425 * gdb.base/gdb1555.exp: Likewise.
3426 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3427 * gdb.base/gnu-ifunc.exp: Likewise.
3428 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3429 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3430 * gdb.base/pending.exp: Likewise.
3431 * gdb.base/print-file-var.exp: Likewise.
3432 * gdb.base/print-symbol-loading.exp: Likewise.
3433 * gdb.base/shlib-call.exp: Likewise.
3434 * gdb.base/shreloc.exp: Likewise.
3435 * gdb.base/so-impl-ld.exp: Likewise.
3436 * gdb.base/solib-disc.exp: Likewise.
3437 * gdb.base/solib-nodir.exp: Likewise.
3438 * gdb.base/solib-overlap.exp: Likewise.
3439 * gdb.base/solib-symbol.exp: Likewise.
3440 * gdb.base/solib-weak.exp (do_test): Likewise.
3441 * gdb.base/sym-file.exp: Likewise.
3442 * gdb.base/symtab-search-order.exp: Likewise.
3443 * gdb.base/type-opaque.exp: Likewise.
3444 * gdb.base/unload.exp: Likewise.
3445 * gdb.base/watchpoint-solib.exp: Likewise.
3446 * gdb.compile/compile.exp: Likewise.
3447 * gdb.cp/gdb2384.exp: Likewise.
3448 * gdb.cp/infcall-dlopen.exp: Likewise.
3449 * gdb.cp/re-set-overloaded.exp: Likewise.
3450 * gdb.fortran/library-module.exp: Likewise.
3451 * gdb.opt/solib-intra-step.exp: Likewise.
3452 * gdb.python/py-finish-breakpoint.exp: Likewise.
3453 * gdb.python/py-shared.exp: Likewise.
3454 * gdb.reverse/solib-precsave.exp: Likewise.
3455 * gdb.reverse/solib-reverse.exp: Likewise.
3456 * gdb.server/solib-list.exp: Likewise.
3457 * gdb.threads/dlopen-libpthread.exp: Likewise.
3458 * gdb.threads/tls-shared.exp: Likewise.
3459 * gdb.threads/tls-so_extern.exp: Likewise.
3460 * gdb.trace/change-loc.exp: Likewise.
3461 * gdb.trace/ftrace-lock.exp: Likewise.
3462 * gdb.trace/ftrace.exp: Likewise.
3463 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3464 * gdb.trace/pending.exp: Likewise.
3465 * gdb.trace/range-stepping.exp: Likewise.
3466 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3467 (strace_info_marker): Likewise.
3468 (strace_probe_marker): Likewise.
3469 (strace_trace_on_same_addr): Likewise.
3470 (strace_trace_on_diff_addr): Likewise.
3471 * gdb.trace/trace-break.exp: Likewise.
3472 * gdb.trace/trace-condition.exp: Likewise.
3473 * gdb.trace/trace-mt.exp: Likewise.
3474
3475 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3476
3477 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3478 result of gdb_remote_download.
3479 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3480 * gdb.base/dso2dso.exp: Likewise.
3481 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3482 * gdb.base/print-file-var.exp: Likewise.
3483 * gdb.base/shlib-call.exp: Likewise.
3484 * gdb.base/shreloc.exp: Likewise.
3485 * gdb.base/solib-overlap.exp: Likewise.
3486 * gdb.base/solib-weak.exp (do_test): Likewise.
3487 * gdb.base/unload.exp: Likewise.
3488
3489 2016-04-27 Yao Qi <yao.qi@linaro.org>
3490
3491 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3492 exists.
3493
3494 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3495
3496 * vla-type.exp: Print structure from toplevel.
3497
3498 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3499
3500 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3501 of dynamic types.
3502 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3503 of dynamic types.
3504
3505 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3506
3507 * gdb.fortran/vla-type.f90: New file.
3508 * gdb.fortran/vla-type.exp: New file.
3509
3510 2016-04-25 Yao Qi <yao.qi@linaro.org>
3511
3512 * gdb.base/branch-to-self.c: New file.
3513 * gdb.base/branch-to-self.exp: New file.
3514
3515 2016-04-22 Yao Qi <yao.qi@linaro.org>
3516
3517 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3518 more after $hex.
3519
3520 2016-04-22 Yao Qi <yao.qi@linaro.org>
3521
3522 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3523 * gdb.base/annota3.exp: Likewise.
3524
3525 2016-04-22 Yao Qi <yao.qi@linaro.org>
3526
3527 * gdb.reverse/step-precsave.exp: Do one step and test program
3528 stops in "callee" and do multiple steps until program goes out
3529 of "callee".
3530 * gdb.reverse/step-reverse.exp: Likewise.
3531
3532 2016-04-22 Yao Qi <yao.qi@linaro.org>
3533
3534 * gdb.trace/signal.exp: Also pass if
3535 $tracepoint_hits($i) > $iterations.
3536
3537 2016-04-22 Yao Qi <yao.qi@linaro.org>
3538
3539 * gdb.trace/signal.c: New file.
3540 * gdb.trace/signal.exp: New file.
3541
3542 2016-04-19 Doug Evans <xdje42@gmail.com>
3543
3544 * gdb.base/bad-file.exp: New file.
3545
3546 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3547
3548 * gdb.dwarf2/implref.exp: New file.
3549
3550 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3551
3552 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3553 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3554 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3555 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3556 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3557 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3558 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3559 * lib/fortran.exp (fortran_int4): New procedure.
3560 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3561 (fortran_logical4): Likewise.
3562
3563 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3564
3565 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3566
3567 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3568
3569 * lib/compiler.c: Add Intel specific preprocessor macros.
3570 * lib/compiler.cc: Likewise.
3571
3572 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3573
3574 * gdb.server/connect-with-no-symbol-file.c: New file.
3575 * gdb.server/connect-with-no-symbol-file.exp: New file.
3576
3577 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3578
3579 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3580
3581 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3582
3583 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3584 standard output directory.
3585
3586 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3587
3588 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3589
3590 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3591
3592 * gdb.btrace/instruction_history.c (loop): Add declaration.
3593
3594 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3595
3596 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3597
3598 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3599
3600 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3601 parentheses to print.
3602 (continue_handler): Likewise.
3603
3604 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3605
3606 * gdb.server/solib-list.exp: Remove is_remote check.
3607 Pass shlib= to gdb_compile. Don't link shared library with
3608 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3609 Run binary filename through "readlink -f" on the target.
3610
3611 2016-04-08 Pedro Alves <palves@redhat.com>
3612
3613 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3614 interpreter filename as argument to gdbserver_spawn.
3615 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3616 Return empty if $last_loaded_file does not exist.
3617
3618 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3619
3620 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3621 * gdb.base/jit-main.c: Use exit after usage.
3622
3623 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3624
3625 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3626 GDBHISTSIZE prior to the tests.
3627 * gdb.base/gdbinit-history.exp: Likewise.
3628
3629 2016-04-07 Pedro Alves <palves@redhat.com>
3630
3631 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3632 instead of build_executable. Use gdb_load_shlibs.
3633
3634 2016-04-07 Yao Qi <yao.qi@linaro.org>
3635
3636 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3637 Execute "si" command.
3638
3639 2016-04-07 Yao Qi <yao.qi@linaro.org>
3640
3641 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3642 number instead of the comments on some line.
3643
3644 2016-04-06 Don Breazeal <donb@codesourcery.com>
3645
3646 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3647 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3648
3649 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3650
3651 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3652 standard_output_file. Remove unused binfile variable.
3653
3654 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3655
3656 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3657 * gdb.python/py-mi-objfile.exp: Match "list main" output
3658 in console format.
3659
3660 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3661
3662 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3663 absolute.
3664
3665 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3666
3667 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3668 absolute.
3669 * gdb.trace/ftrace.exp: Likewise.
3670 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3671 targets as well.
3672 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3673 (gdb_load_shlibs): Copy libraries to test directory when testing
3674 natively. Only set solib-search-path if testing remotely.
3675 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3676
3677 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3678
3679 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3680 gdb_download. Use it even if the target is not remote.
3681 * gdb.base/jit.exp (compile_jit_test): Likewise.
3682 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3683 output directory if the destination board is local, otherwise use
3684 the standard remote_download from DejaGnu.
3685 (gdb_download): Remove.
3686 (gdb_load_shlibs): Use gdb_remote_download instead of
3687 gdb_download.
3688 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3689 Use gdb_remote_download instead of gdb_download. Use it even if
3690 the target is not remote.
3691 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3692 instead of gdb_download.
3693
3694 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3695
3696 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3697 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3698 run.
3699
3700 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3701
3702 PR gdb/19820
3703 * gdb.base/printcmds.exp: Add artificial arrays tests.
3704
3705 2016-03-31 Pedro Alves <palves@redhat.com>
3706
3707 PR gdb/19858
3708 * gdb.base/jit-main.c: Include unistd.h.
3709 (ATTACH): Define to 0 if not already defined.
3710 (wait_for_gdb, mypid): New globals.
3711 (WAIT_FOR_GDB): New macro.
3712 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3713 some breakpoint locations.
3714 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3715 New procedures.
3716 (one_jit_test): Add REATTACH parameter, and handle it. Use
3717 continue_to_test_location.
3718 (top level): Test attach, and adjusts calls to one_jit_test.
3719
3720 2016-03-31 Pedro Alves <palves@redhat.com>
3721
3722 PR gdb/19858
3723 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3724 BINSUFFIX parameter, and handle it.
3725 (top level): Adjust calls compile_jit_test.
3726
3727 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3728
3729 PR python/19743
3730 * gdb.python/py-mi-events-gdb.py: New file.
3731 * gdb.python/py-mi-events.c: New file.
3732 * gdb.python/py-mi-events.exp: New file.
3733
3734 2016-03-30 Yao Qi <yao.qi@linaro.org>
3735
3736 * gdb.reverse/until-precsave.exp: Match function name only.
3737 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3738 Move malloc to a condition block.
3739 * gdb.reverse/until-reverse.exp: Match function name only.
3740
3741 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3742
3743 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3744 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3745 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3746 variable for GPR 0 instead of assuming it is register 0.
3747 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3748 * lib/trace-support.exp: Add s390 registers.
3749
3750 2016-03-29 Yao Qi <yao.qi@linaro.org>
3751
3752 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3753
3754 2016-03-24 Yao Qi <yao.qi@linaro.org>
3755
3756 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3757 test message.
3758
3759 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3760
3761 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3762 maintaining separate logic for constructing the output path.
3763
3764 2016-03-16 Don Breazeal <donb@codesourcery.com>
3765
3766 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3767 Retry fork and waitpid on interrupted system call errors.
3768 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3769 Use with_timeout_factor to increase timeout by factor of 10.
3770
3771 2016-03-15 Don Breazeal <donb@codesourcery.com>
3772
3773 * gdb.cp/scope-err.cc: New test program.
3774 * gdb.cp/scope-err.exp: New test script.
3775 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3776 lines and "set breakpoint here" comment.
3777 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3778 Fixed some whitespace and format issues.
3779 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3780 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3781
3782 2016-03-15 Doug Evans <dje@google.com>
3783
3784 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3785 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3786 All callers updated. Add tests for enums, mixed flags register.
3787
3788 2016-03-15 Doug Evans <dje@google.com>
3789
3790 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3791 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3792
3793 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3794
3795 * gdb.base/default.exp: Add $_as_string to the list of expected
3796 convenience functions.
3797
3798 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3799
3800 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3801
3802 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3803
3804 * gdb.python/py-as-string.exp: New file.
3805 * gdb.python/py-as-string.c: New file.
3806
3807 2016-03-09 Pedro Alves <palves@redhat.com>
3808
3809 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3810 signal" -> "Thread NN received signal" output change.
3811 * gdb.threads/ia64-sigill.exp: Likewise.
3812 * gdb.threads/linux-dp.exp: Likewise.
3813 * gdb.threads/manythreads.exp: Likewise.
3814 * gdb.threads/pending-step.exp: Likewise.
3815 * gdb.threads/print-threads.exp: Likewise.
3816 * gdb.threads/sigstep-threads.exp: Likewise.
3817 * gdb.threads/staticthreads.exp: Likewise.
3818 * gdb.threads/tls.exp: Likewise.
3819
3820 2016-03-09 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.base/command-line-input.exp: New file.
3823
3824 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3825
3826 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3827 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3828 * gdb.trace/pending.exp: Accept leading dot before function name.
3829 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3830 * lib/trace-support.exp: Set registers for ppc.
3831
3832 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3833
3834 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3835 use it for disassembly; accept .main in addition to main in backtrace.
3836
3837 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3838 Marcin Kościelnicki <koriakin@0x04.net>
3839
3840 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3841 (gdb_recursion_test_ptr): New global variable.
3842 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3843 gdb_recursion_test.
3844 (gdb_c_test): Ditto.
3845
3846 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3847
3848 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3849 ordering.
3850
3851 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3852
3853 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3854 (bar): Add bar_start_lbl label.
3855 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3856 of foo/bar for emitting DWARF and tracing.
3857
3858 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3859
3860 * analyze-racy-logs.py: Set executable bit.
3861
3862 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3863
3864 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3865 (CHECK_TARGET_TMP): Likewise.
3866 (check-single-racy): New rule.
3867 (check-parallel-racy): Likewise.
3868 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3869 (do-check-parallel-racy): New rule.
3870 (check-racy/%.exp): Likewise.
3871 * README (Racy testcases): New section.
3872 * analyze-racy-logs.py: New file.
3873
3874 2016-03-03 Doug Evans <dje@google.com>
3875
3876 * gdb.base/skip.exp: Use with_test_prefix.
3877
3878 2016-03-03 Yao Qi <yao.qi@linaro.org>
3879
3880 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3881 Invoke step_over_syscall "clone" and break_cond_on_syscall
3882 "clone".
3883 * gdb.base/step-over-clone.c: New file.
3884
3885 2016-03-03 Yao Qi <yao.qi@linaro.org>
3886
3887 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3888 code format.
3889
3890 2016-03-03 Yao Qi <yao.qi@linaro.org>
3891
3892 * gdb.base/disp-step-fork.c: Rename to ...
3893 * gdb.base/step-over-fork.c: ... it. New file.
3894 * gdb.base/disp-step-vfork.c: Rename to ...
3895 * gdb.base/step-over-vfork.c: ... it. New file.
3896 * gdb.base/disp-step-syscall.exp: Rename to ...
3897 * gdb.base/step-over-syscall.exp: ... it. New file.
3898 (disp_step_cross_syscall): Rename to ...
3899 (step_over_syscall): ... it.
3900
3901 2016-03-03 Yao Qi <yao.qi@linaro.org>
3902
3903 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3904 If target supports condition evaluation on target, invoke
3905 break_cond_on_syscall for fork and vfork.
3906
3907 2016-03-03 Yao Qi <yao.qi@linaro.org>
3908
3909 * gdb.base/disp-step-syscall.exp: Don't invoke
3910 support_displaced_stepping.
3911 (disp_step_cross_syscall): Test with displaced stepping off and
3912 on if supported.
3913
3914 2016-03-03 Yao Qi <yao.qi@linaro.org>
3915
3916 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3917 proc.
3918 (setup): New proc.
3919 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3920 and setup.
3921
3922 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3923
3924 * gdb.fortran/vla-history.exp: Remove breakpoint.
3925
3926 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3927
3928 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3929 exceeds timeout.
3930
3931 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3932
3933 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3934 breakpoint.
3935
3936 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3937
3938 * gdb.mi/vla.f90: Nullify pointer after declaration.
3939
3940 2016-03-01 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3943
3944 2016-03-01 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3947 before anything else.
3948 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3949 _GNU_SOURCE here.
3950 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3951 before anything else.
3952 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3953
3954 2016-03-01 Pedro Alves <palves@redhat.com>
3955
3956 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3957
3958 2016-03-01 Yao Qi <yao.qi@linaro.org>
3959
3960 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3961 prepare_for_testing.
3962
3963 2016-03-01 Yao Qi <yao.qi@linaro.org>
3964
3965 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3966
3967 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3968
3969 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3970 manually constructing the output path.
3971
3972 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3973
3974 * gdb.arch/s390-stackless.S: New.
3975 * gdb.arch/s390-stackless.exp: New.
3976
3977 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3978
3979 * gdb.dlang/circular.c: New file.
3980 * gdb.dlang/circular.exp: New file.
3981
3982 2016-02-26 Yao Qi <yao.qi@linaro.org>
3983
3984 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3985 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3986 (testcases): Update.
3987
3988 2016-02-26 Yao Qi <yao.qi@linaro.org>
3989
3990 * gdb.reverse/aarch64.c: Rename to ...
3991 * gdb.reverse/insn-reverse.c: ... it.
3992 * gdb.reverse/aarch64.exp: Rename to ...
3993 * gdb.reverse/insn-reverse.exp: ... it.
3994
3995 2016-02-26 Yao Qi <yao.qi@linaro.org>
3996
3997 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3998 (testcase_ftype): New.
3999 (testcases): New array.
4000 (n_testcases): New.
4001 (main): Call each element in testcases.
4002 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4003 (read_testcase): New.
4004 Do the tests in a loop.
4005
4006 2016-02-25 Yao Qi <yao.qi@linaro.org>
4007
4008 * gdb.base/branches.c: Remove.
4009
4010 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4011
4012 PR gdb/13808
4013 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4014
4015 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4016
4017 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4018
4019 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4020
4021 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4022 change x86_64 call_insn to 'callq'.
4023
4024 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4025
4026 * gdb.trace/tfile-avx.c: Move to...
4027 * gdb.trace/tracefile-pseudo-reg.c: Here.
4028 * gdb.trace/tfile-avx.exp: Move to...
4029 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4030
4031 2016-02-24 Gary Benson <gbenson@redhat.com>
4032
4033 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4034 message on attach.
4035
4036 2016-02-23 Doug Evans <dje@google.com>
4037
4038 * gdb.base/skip.c (test_skip): New function.
4039 (end_test_skip_file_and_function): New function.
4040 (test_skip_file_and_function): New function.
4041 * gdb.base/skip1.c (test_skip): New function.
4042 (skip1_test_skip_file_and_function): New function.
4043 * gdb.base/skip.exp: Add tests for new skip options.
4044 * gdb.base/skip-solib.exp: Update expected output.
4045 * gdb.perf/skip-command.cc: New file.
4046 * gdb.perf/skip-command.exp: New file.
4047 * gdb.perf/skip-command.py: New file.
4048
4049 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4050
4051 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4052 info registers pattern.
4053
4054 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4055
4056 * lib/future.exp: Add D support.
4057 (gdb_find_gdc): New proc.
4058 (gdb_default_target_compile): Add D support.
4059
4060 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4061
4062 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4063 user+system time.
4064 (trace_speed_test): Determine the iteration count for a time
4065 between 15..30 seconds.
4066
4067 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4068
4069 * gdb.arch/i386-mpx-sigsegv.c: New file.
4070 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4071 * gdb.arch/i386-mpx-simple_segv.c: New file.
4072 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4073
4074 2016-02-18 Yao Qi <yao.qi@linaro.org>
4075
4076 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4077 Don't call setup_kfail.
4078
4079 2016-02-18 Yao Qi <yao.qi@linaro.org>
4080
4081 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4082 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4083
4084 2016-02-16 Doug Evans <dje@google.com>
4085
4086 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4087 * gdb.base/skip1.c: Ditto.
4088 * gdb.base/skip.exp: Whitespace cleanup.
4089
4090 2016-02-16 Don Breazeal <donb@codesourcery.com>
4091
4092 PR remote/19496
4093 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4094 Remove kfail for PR remote/19496.
4095
4096 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4097
4098 * lib/gdb.exp (standard_temp_file): Return a path specific to
4099 the runtest invocation.
4100
4101 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4102
4103 * gdb.trace/save-trace.exp: Change relative path to be in the
4104 standard output directory.
4105
4106 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4107
4108 * gdb.arch/i386-prologue.c: Add missing prototypes.
4109
4110 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4111
4112 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4113 * gdb.arch/i386-prologue.exp: Likewise.
4114 * gdb.arch/i386-size.exp: Likewise.
4115
4116 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4117
4118 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4119 define object file path.
4120 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4121 file path.
4122 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4123 standard_output_file to define binfile.
4124
4125 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4126
4127 Fix compatibility with recent gfortran-5.3.1.
4128 * gdb.fortran/vla-history.exp (print vla1 allocated)
4129 (print vla2 allocated, print $2, print $3): Remove
4130 (print $4): Rename to ...
4131 (print $2): ... here.
4132 (print $9): Rename to ...
4133 (print $5): ... here.
4134 (print $10): Rename to ...
4135 (print $6): ... here.
4136 * gdb.fortran/vla.f90: Add pvla initialization.
4137
4138 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4139
4140 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4141 New test.
4142 * gdb.fortran/vla-value-sub.exp: Likewise.
4143
4144 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4145
4146 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4147
4148 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4149
4150 * i386-biarch-core.exp: Define corefile using
4151 standard_output_file.
4152
4153 2016-02-12 Yao Qi <yao.qi@linaro.org>
4154
4155 * gdb.arch/arm-single-step-kernel-helper.c: New.
4156 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4157
4158 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4159
4160 * gdb.btrace/tailcall-only.exp: New.
4161 * gdb.btrace/tailcall-only.c: New.
4162 * gdb.btrace/x86_64-tailcall-only.S: New.
4163 * gdb.btrace/i686-tailcall-only.S: New.
4164
4165 2016-02-11 Pedro Alves <palves@redhat.com>
4166
4167 * README (Parallel testing): Add missing double quotes.
4168
4169 2016-02-11 Pedro Alves <palves@redhat.com>
4170
4171 * README (Parallel testing): New section.
4172 (GDB_PARALLEL): Rewrite.
4173 (FORCE_PARALLEL): Document.
4174
4175 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4176
4177 * gdb.trace/tfile-avx.c: New test.
4178 * gdb.trace/tfile-avx.exp: New test.
4179
4180 2016-02-09 Keith Seitz <keiths@redhat.com>
4181
4182 PR breakpoints/19546
4183 * gdb.base/infcall-exec.c: New file.
4184 * gdb.base/infcall-exec2.c: New file.
4185 * gdb.base/infcall-exec.exp: New file.
4186
4187 2016-02-09 Keith Seitz <keiths@redhat.com>
4188
4189 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4190 (toplevel): Call test_bkpt_address.
4191
4192 2016-02-09 Keith Seitz <keiths@redhat.com>
4193
4194 PR python/19506
4195 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4196 (toplevel): Call test_bkpt_address.
4197
4198 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4199
4200 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4201 to AC_OUTPUT.
4202 * configure: Regenerate.
4203
4204 2016-02-09 Pedro Alves <palves@redhat.com>
4205
4206 PR breakpoints/19548
4207 * gdb.base/execl-update-breakpoints.c (some_function): New
4208 function.
4209 (main): Call it.
4210 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4211 Tighten expected GDB output.
4212
4213 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4214
4215 * Makefile.in (ALL_SUBDIRS): Remove.
4216 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4217 (distclean maintainer-clean realclean): Likewise.
4218 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4219 * configure: Regenerate.
4220 * gdb.ada/Makefile.in: Delete.
4221 * gdb.arch/Makefile.in: Likewise.
4222 * gdb.asm/Makefile.in: Likewise.
4223 * gdb.base/Makefile.in: Likewise.
4224 * gdb.btrace/Makefile.in: Likewise.
4225 * gdb.cell/Makefile.in: Likewise.
4226 * gdb.compile/Makefile.in: Likewise.
4227 * gdb.cp/Makefile.in: Likewise.
4228 * gdb.disasm/Makefile.in: Likewise.
4229 * gdb.dlang/Makefile.in: Likewise.
4230 * gdb.dwarf2/Makefile.in: Likewise.
4231 * gdb.fortran/Makefile.in: Likewise.
4232 * gdb.gdb/Makefile.in: Likewise.
4233 * gdb.go/Makefile.in: Likewise.
4234 * gdb.guile/Makefile.in: Likewise.
4235 * gdb.java/Makefile.in: Likewise.
4236 * gdb.linespec/Makefile.in: Likewise.
4237 * gdb.mi/Makefile.in: Likewise.
4238 * gdb.modula2/Makefile.in: Likewise.
4239 * gdb.multi/Makefile.in: Likewise.
4240 * gdb.objc/Makefile.in: Likewise.
4241 * gdb.opencl/Makefile.in: Likewise.
4242 * gdb.opt/Makefile.in: Likewise.
4243 * gdb.pascal/Makefile.in: Likewise.
4244 * gdb.perf/Makefile.in: Likewise.
4245 * gdb.python/Makefile.in: Likewise.
4246 * gdb.reverse/Makefile.in: Likewise.
4247 * gdb.server/Makefile.in: Likewise.
4248 * gdb.stabs/Makefile.in: Likewise.
4249 * gdb.threads/Makefile.in: Likewise.
4250 * gdb.trace/Makefile.in: Likewise.
4251 * gdb.xml/Makefile.in: Likewise.
4252 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4253 GDB_PARALLEL.
4254 (standard_output_file): Remove check for GDB_PARALLEL, always
4255 return path in outputs/$subdir/$testname.
4256
4257 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4258
4259 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4260 (site.exp): Assign abs_srcdir to tcl's srcdir.
4261
4262 2016-02-04 Yao Qi <yao.qi@linaro.org>
4263
4264 * gdb.base/foll-exec-mode.c: Include limits.h.
4265 (main): Add parameters argc and argv. Get directory from
4266 argv[0].
4267 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4268 compilation.
4269 * gdb.base/foll-exec.c: Include limits.h.
4270 (main): Add parameters argc and argv.
4271 Get directory from argv[0].
4272 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4273 Adjust tests on the number of lines as source code changed.
4274 * gdb.base/foll-vfork-exit.c: Include limits.h.
4275 (main): Add one line of statement before vfork.
4276 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4277 (main): Add parameters argc and argv. Get directory from
4278 argv[0].
4279 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4280 (setup_gdb): Set tbreak to skip some source lines.
4281 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4282 (main): Add parameters argc and argv. Get directory from
4283 argv[0].
4284 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4285 compilation.
4286 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4287 (main): Add parameters argc and argv. Get directory from
4288 argv[0].
4289 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4290 compilation.
4291
4292 2016-02-01 Doug Evans <dje@google.com>
4293
4294 * gdb.base/skip.exp: Clean up multiple references to same test name.
4295
4296 2016-02-01 Pedro Alves <palves@redhat.com>
4297
4298 PR remote/19496
4299 * gdb.threads/forking-threads-plus-breakpoint.exp
4300 (displaced_stepping_supported): New global.
4301 (probe_displaced_stepping_support): New procedure.
4302 (do_test): Add 'displaced' parameter, and use it.
4303 (top level): Check for displaced stepping support. Add displaced
4304 stepping on/off testing axis.
4305
4306 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4307
4308 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4309 pointer. Don't perform further tests on the unassociated pointer
4310 if the first test fails.
4311
4312 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4313
4314 * gdb.base/max-value-size.c: New file.
4315 * gdb.base/max-value-size.exp: New file.
4316 * gdb.base/huge.exp: Disable max-value-size for this test.
4317
4318 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4319
4320 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4321
4322 2016-01-28 Yao Qi <yao.qi@linaro.org>
4323
4324 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4325
4326 2016-01-25 Pedro Alves <palves@redhat.com>
4327
4328 PR threads/19461
4329 * gdb.base/fork-running-state.c: New file.
4330 * gdb.base/fork-running-state.exp: New file.
4331
4332 2016-01-25 Pedro Alves <palves@redhat.com>
4333
4334 PR gdb/19494
4335 * gdb.base/catch-fork-kill.c: New file.
4336 * gdb.base/catch-fork-kill.exp: New file.
4337
4338 2016-01-25 Pedro Alves <palves@redhat.com>
4339
4340 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4341 Delete, moved to lib/gdb.exp.
4342 * gdb.threads/forking-threads-plus-breakpoint.exp
4343 (foreach_with_prefix): Likewise.
4344 * gdb.threads/process-dies-while-handling-bp.exp
4345 (foreach_with_prefix): Likewise.
4346 * lib/gdb.exp (foreach_with_prefix): New procedure.
4347
4348 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4349
4350 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4351 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4352
4353 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4354
4355 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4356 endian targets.
4357
4358 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4359 Pedro Alves <palves@redhat.com>
4360
4361 Fix testsuite compatibility with Guile.
4362 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4363 number.
4364
4365 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4366
4367 Fix testsuite compatibility with Guile.
4368 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4369 (thread 1): New test for backtrace through signal handler.
4370
4371 2016-01-22 Yao Qi <yao.qi@linaro.org>
4372
4373 PR testsuite/19491
4374 * gdb.base/multi-forks.c: Include
4375 ../lib/unbuffer_output.c
4376 (main): Call gdb_unbuffer_output.
4377
4378 2016-01-21 Doug Evans <dje@google.com>
4379
4380 * lib/ada.exp (gdb_compile_ada): Fix typo.
4381
4382 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4383
4384 * gdb.base/break-fun-addr.exp: New file.
4385 * gdb.base/break-fun-addr1.c: New file.
4386 * gdb.base/break-fun-addr2.c: New file.
4387
4388 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4389
4390 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4391 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4392 enum flag values.
4393
4394 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4395
4396 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4397 when GDB can not set the vector return value. Add more comments
4398 for clarification.
4399
4400 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4401
4402 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4403 command.
4404
4405 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4406
4407 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4408
4409 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4410
4411 * Makefile.in (check-single): Pass --status to runtest.
4412 (check/%.exp): Likewise.
4413
4414 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4415
4416 * Makefile.in (check-parallel): Propagate return code from make
4417 do-check-parallel.
4418
4419 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4420
4421 * gdb.trace/ftrace.exp: Fix expected message on continue.
4422 * gdb.trace/pending.exp: Fix expected message on continue.
4423 * gdb.trace/trace-break.exp: Fix expected message on continue.
4424
4425 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4426
4427 * lib/gdb.exp (gdb_test): Remove unused global references.
4428
4429 2016-01-18 Pedro Alves <palves@redhat.com>
4430
4431 * gdb.base/async-shell.exp: Adjust expected output.
4432 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4433 * gdb.base/siginfo-thread.exp: Adjust expected output.
4434 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4435 * gdb.java/jnpe.exp: Adjust expected output.
4436 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4437 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4438 * gdb.threads/leader-exit.exp: Adjust expected output.
4439 * gdb.threads/manythreads.exp: Adjust expected output.
4440 * gdb.threads/pthreads.exp: Adjust expected output.
4441 * gdb.threads/schedlock.exp: Adjust expected output.
4442 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4443 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4444 expected output.
4445 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4446 output.
4447 * gdb.threads/sigthread.exp: Adjust expected output.
4448 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4449
4450 2016-01-18 Yao Qi <yao.qi@linaro.org>
4451
4452 * gdb.guile/scm-section-script.c: Replace @progbits with
4453 %progbits.
4454 * gdb.python/py-section-script.c: Likewise.
4455
4456 2016-01-15 Pedro Alves <palves@redhat.com>
4457
4458 * gdb.multi/tids.exp: Test star wildcard ranges.
4459
4460 2016-01-15 Pedro Alves <palves@redhat.com>
4461
4462 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4463 command from "thread apply" invocation.
4464 (thr_apply_info_thr_invalid): Default the expected output to the
4465 input tid list.
4466 (top level): Add tests that use convenience variables. Add tests
4467 for "thread apply" with a valid TID list, but missing the command.
4468
4469 2016-01-13 Pedro Alves <palves@redhat.com>
4470
4471 * gdb.base/default.exp: Expect $_gthread as well.
4472 * gdb.multi/tids.exp: Test $_gthread.
4473 * gdb.threads/thread-specific.exp: Test $_gthread.
4474
4475 2016-01-13 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.multi/tids.exp: Test "info threads -gid".
4478
4479 2016-01-13 Pedro Alves <palves@redhat.com>
4480
4481 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4482 Breakpoint.thread.
4483 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4484
4485 2016-01-07 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.base/break.exp: Adjust to output changes.
4488 * gdb.base/hbreak2.exp: Likewise.
4489 * gdb.base/sepdebug.exp: Likewise.
4490 * gdb.base/watch_thread_num.exp: Likewise.
4491 * gdb.linespec/keywords.exp: Likewise.
4492 * gdb.multi/info-threads.exp: Likewise.
4493 * gdb.threads/thread-find.exp: Likewise.
4494 * gdb.multi/tids.c: New file.
4495 * gdb.multi/tids.exp: New file.
4496
4497 2016-01-13 Pedro Alves <palves@redhat.com>
4498
4499 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4500
4501 2016-01-13 Pedro Alves <palves@redhat.com>
4502
4503 * gdb.base/default.exp: Expect $_inferior as well.
4504 * gdb.multi/base.exp: Test $_inferior.
4505
4506 2016-01-13 Pedro Alves <palves@redhat.com>
4507
4508 PR breakpoints/19388
4509 * gdb.base/catch-signal-siginfo-cond.c: New file.
4510 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4511
4512 2016-01-12 Josh Stone <jistone@redhat.com>
4513 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4514
4515 * gdb.base/catch-syscall.c (do_execve): New variable.
4516 (main): Conditionally trigger an execve.
4517 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4518 (test_catch_syscall_execve): New, check entry/return across execve.
4519 (do_syscall_tests): Call test_catch_syscall_execve.
4520
4521 2016-01-12 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.base/random-signal.exp (do_test): New procedure, with body
4524 of testcase moved in.
4525
4526 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4527 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.base/funcargs.exp (finish from indirectly called function):
4530 Reintroduce the case for 'First'.
4531
4532 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4533 Pedro Alves <palves@redhat.com>
4534
4535 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4536 (tcatch_vfork_then_child_follow_exec)
4537 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4538 identification.
4539
4540 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4541
4542 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4543 and repeats to unlimited.
4544 * gdb.python/py-value.exp: Likewise.
4545 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4546 and repeats to unlimited.
4547
4548 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4549
4550 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4551 and reordering the functions.
4552 * gdb.multi/hangout.c: Likewise.
4553 * gdb.multi/hello.c: Likewise.
4554
4555 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4556
4557 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4558 absolute.
4559 (SingleStatisticTestResult.report): Use dict.keys instead of
4560 dict.iterkeys.
4561
4562 2016-01-06 Pedro Alves <palves@redhat.com>
4563
4564 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4565
4566 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4567
4568 * gdb.btrace/dlopen.exp: New.
4569 * gdb.btrace/dlopen.c: New.
4570 * gdb.btrace/dlopen-dso.c: New.
4571
4572 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4573
4574 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4575 PATTERN argument is optional.
4576
4577 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4578
4579 * lib/ada.exp (target_compile_ada_from_dir): New function.
4580 (gdb_compile_ada): Reimplement avoiding the use of project files.
4581 * gdb.ada/gnat_ada.gpr: Delete.
4582 * gdb.ada/cond_lang.exp: Adjust test to make path before
4583 filename optional.
4584 * gdb.ada/small_reg_param.exp: Likewise.
4585
4586 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4587
4588 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4589
4590 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4591
4592 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4593 case.
4594
4595 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4596
4597 * gdb.base/break.exp: Remove dead code.
4598 * gdb.base/sepdebug.exp: Likewise.
4599
4600 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4601
4602 * gdb.asm/asm-source.exp: Remove HP-UX references.
4603 * gdb.base/annota1.exp: Likewise.
4604 * gdb.base/annota3.exp: Likewise.
4605 * gdb.base/attach.exp: Likewise.
4606 * gdb.base/bigcore.exp: Likewise.
4607 * gdb.base/break.exp: Likewise.
4608 * gdb.base/call-ar-st.exp: Likewise.
4609 * gdb.base/callfuncs.exp: Likewise.
4610 * gdb.base/catch-fork-static.exp: Likewise.
4611 * gdb.base/display.exp: Likewise.
4612 * gdb.base/foll-exec-mode.exp: Likewise.
4613 * gdb.base/foll-exec.exp: Likewise.
4614 * gdb.base/foll-fork.exp: Likewise.
4615 * gdb.base/foll-vfork.exp: Likewise.
4616 * gdb.base/funcargs.exp: Likewise.
4617 * gdb.base/hbreak2.exp: Likewise.
4618 * gdb.base/inferior-died.exp: Likewise.
4619 * gdb.base/interrupt.exp: Likewise.
4620 * gdb.base/multi-forks.exp: Likewise.
4621 * gdb.base/nodebug.exp: Likewise.
4622 * gdb.base/sepdebug.exp: Likewise.
4623 * gdb.base/solib1.c: Likewise.
4624 * gdb.base/step-test.exp: Likewise.
4625 * gdb.mi/non-stop.c: Likewise.
4626 * gdb.mi/pthreads.c: Likewise.
4627 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4628 * gdb.threads/pthreads.c: Likewise.
4629 * gdb.threads/staticthreads.exp: Likewise.
4630 * lib/future.exp: Likewise.
4631 * lib/gdb.exp: Likewise.
4632 * gdb.base/so-indr-cl.c: Remove.
4633 * gdb.base/so-indr-cl.exp: Likewise.
4634 * gdb.base/solib.c: Likewise.
4635 * gdb.base/solib.exp: Likewise.
4636 * gdb.base/solib2.c: Likewise.
4637
4638 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4639
4640 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4641 * gdb.base/call-ar-st.exp: Likewise.
4642 * gdb.base/callfuncs.exp: Likewise.
4643 * gdb.base/condbreak.exp: Likewise.
4644 * gdb.base/constvars.exp: Likewise.
4645 * gdb.base/hbreak2.exp: Likewise.
4646 * gdb.base/langs.exp: Likewise.
4647 * gdb.base/list.exp: Likewise.
4648 * gdb.base/long_long.exp: Likewise.
4649 * gdb.base/ptype.exp: Likewise.
4650 * gdb.base/scope.exp: Likewise.
4651 * gdb.base/signals.exp: Likewise.
4652 * gdb.base/so-impl-ld.exp: Likewise.
4653 * gdb.base/varargs.exp: Likewise.
4654 * gdb.base/volatile.exp: Likewise.
4655 * gdb.base/whatis.exp: Likewise.
4656 * gdb.cp/cplusfuncs.exp: Likewise.
4657 * gdb.cp/inherit.exp: Likewise.
4658 * gdb.cp/local.exp: Likewise.
4659 * gdb.cp/member-ptr.exp: Likewise.
4660 * gdb.cp/method.exp: Likewise.
4661 * gdb.cp/overload.exp: Likewise.
4662 * gdb.cp/templates.exp: Likewise.
4663 * gdb.stabs/weird.exp: Likewise.
4664 * lib/compiler.c: Likewise.
4665 * lib/compiler.cc: Likewise.
4666 * lib/cp-support.exp: Likewise.
4667 * lib/gdb.exp: Likewise.
4668
4669 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4670
4671 * configure.ac: Remove HP-UX case.
4672 * configure: Regenerate.
4673
4674 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4675
4676 * lib/gdb.exp (gdb_compile): Add function doc.
4677
4678 2015-12-17 Pedro Alves <palves@redhat.com>
4679
4680 PR threads/19354
4681 * gdb.multi/info-threads.exp: New file.
4682
4683 2015-12-15 Yao Qi <yao.qi@linaro.org>
4684
4685 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4686 is aarch64*-*-*.
4687
4688 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4689
4690 * gdb.base/history-duplicates.exp: Skip if no readline support.
4691
4692 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4693
4694 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4695
4696 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4697
4698 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4699
4700 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4701
4702 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4703 ctrl-C if nointerrupts target property is set.
4704 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4705 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4706 * gdb.base/paginate-bg-execution.exp: Likewise.
4707 * gdb.base/paginate-execution-startup.exp: Likewise.
4708 * gdb.base/random-signal.exp: Likewise.
4709 * gdb.base/range-stepping.exp: Likewise.
4710 * gdb.cp/annota2.exp: Likewise.
4711 * gdb.cp/annota3.exp: Likewise.
4712 * gdb.gdb/selftest.exp: Likewise.
4713 * gdb.threads/continue-pending-status.exp: Likewise.
4714 * gdb.threads/leader-exit.exp: Likewise.
4715 * gdb.threads/manythreads.exp: Likewise.
4716 * gdb.threads/pthreads.exp: Likewise.
4717 * gdb.threads/schedlock.exp: Likewise.
4718 * gdb.threads/sigthread.exp: Likewise.
4719
4720 2015-12-11 Don Breazeal <donb@codesourcery.com>
4721
4722 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4723 remote.
4724 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4725 * gdb.base/foll-exec.exp (main): Enable for target remote.
4726 * gdb.base/foll-fork.exp (main): Likewise.
4727 * gdb.base/foll-vfork.exp (main): Likewise.
4728 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4729 (proc continue_to_exit_bp_loc): Use clean_restart.
4730 * gdb.base/pie-execl.exp (main): Disable for target remote.
4731 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4732 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4733 * gdb.threads/execl.exp (main): Likewise.
4734 * gdb.threads/fork-child-threads.exp (main): Likewise.
4735 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4736 remote.
4737 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4738 remote.
4739 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4740 pid.tid style ptids, instead of just tid.
4741 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4742 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4743 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4744 ptids, instead of just tid.
4745
4746 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4747
4748 * gdb.base/list.exp (test_list_forward): Add end of file error
4749 test.
4750 (test_repeat_list_command): Add end of file error test.
4751 (test_list_backwards): Add beginning of file error test.
4752
4753 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4754
4755 * gdb.base/list.exp (test_list_invalid_args): New function,
4756 defined, and called.
4757
4758 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4759
4760 * gdb.base/list.exp (test_list): Make test names unique.
4761
4762 2015-12-11 Yao Qi <yao.qi@linaro.org>
4763
4764 * gdb.base/coremaker2.c: Remove.
4765
4766 2015-12-10 Pedro Alves <palves@redhat.com>
4767
4768 * gdb.multi/base.exp: Remove stale "spaces" references.
4769
4770 2015-12-10 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.multi/base.exp: Don't use nowarnings.
4773 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4774 * gdb.multi/hangout.c: Include stdio.h.
4775 * gdb.multi/hello.c: Include stdlib.h.
4776 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4777 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4778 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4779
4780 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4781
4782 * gdb.dwarf2/dw2-ranges-base.c: New file.
4783 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4784 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4785 support additional line table, and debug ranges generation.
4786 (Dwarf::ranges): New function, generate .debug_ranges.
4787 (Dwarf::lines): Support generating simple line table programs.
4788 (Dwarf::assemble): Initialise new namespace variables.
4789
4790 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4791
4792 * gdb.base/async.exp (proc test_background): Add case for
4793 asynchronous execution not supported.
4794
4795 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4796
4797 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4798 format and change test names to make them unique.
4799
4800 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4801 Pedro Alves <pedro@redhat.com>
4802
4803 PR gdb/18702
4804 Add checking of floatformats setup on x86_64 hosts.
4805 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4806 (smallval, bigval): New labels/constants.
4807 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4808 float" after loading bigval and smallval.
4809
4810 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4811
4812 * gdb.ada/fun_overload_menu.exp: New testcase.
4813 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4814
4815 2015-12-04 Josh Stone <jistone@redhat.com>
4816
4817 * gdb.base/catch-fork-static.exp: New.
4818
4819 2015-12-03 Yao Qi <yao.qi@linaro.org>
4820
4821 * gdb.base/sizeof.c: Don't include stdio.h and
4822 ../lib/unbuffer_output.c.
4823 (main): New variable 'size' and 'value'. Remove printf and
4824 gdb_unbuffer_output. Assign return value to size and value.
4825 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4826 at the beginning.
4827 (check_sizeof): Check the result by printing variable 'size'.
4828 (check_valueof): Check the result by printing variable 'value'.
4829
4830 2015-12-01 Yao Qi <yao.qi@linaro.org>
4831
4832 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4833 for aarch64*-*-linux* target.
4834
4835 2015-11-30 Pedro Alves <palves@redhat.com>
4836
4837 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4838
4839 2015-11-30 Pedro Alves <palves@redhat.com>
4840
4841 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4842 Handle non-stop mode vCont replies.
4843
4844 2015-11-30 Pedro Alves <palves@redhat.com>
4845
4846 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4847 prepare_for_testing. Start gdb with "set non-stop on" appended to
4848 GDBFLAGS. Lax expected stop output.
4849
4850 2015-11-27 Yao Qi <yao.qi@linaro.org>
4851
4852 * gdb.arch/arm-neon.exp: New.
4853 * gdb.arch/arm-neon.c: New.
4854
4855 2015-11-27 Yao Qi <yao.qi@linaro.org>
4856
4857 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4858
4859 2015-11-27 Yao Qi <yao.qi@linaro.org>
4860
4861 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4862 frames-invalid annotation.
4863
4864 2015-11-27 Yao Qi <yao.qi@linaro.org>
4865
4866 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4867
4868 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4869
4870 * gdb.threads/names.exp: New file.
4871 * gdb.threads/names.c: New file.
4872 * README: Mention gdb,no_thread_names.
4873
4874 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4875
4876 PR 19297
4877 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4878 support" error.
4879
4880 2015-11-24 Pedro Alves <palves@redhat.com>
4881
4882 PR 17539
4883 * gdb.base/display.exp: Expect displays to be sorted in ascending
4884 order. Use multi_line.
4885 * gdb.base/solib-display.exp: Likewise.
4886
4887 2015-11-24 Pedro Alves <palves@redhat.com>
4888
4889 PR 17539
4890 * gdb.base/display.exp: Expect displays to be sorted in ascending
4891 order. Use multi_line.
4892 * gdb.base/solib-display.exp: Likewise.
4893
4894 2015-11-24 Pedro Alves <palves@redhat.com>
4895
4896 PR 17539
4897 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4898 threads in ascending order.
4899 * gdb.base/foll-fork.exp: Likewise.
4900 * gdb.base/foll-vfork.exp: Likewise.
4901 * gdb.base/multi-forks.exp: Likewise.
4902 * gdb.mi/mi-nonstop.exp: Likewise.
4903 * gdb.mi/mi-nsintrall.exp: Likewise.
4904 * gdb.multi/base.exp: Likewise.
4905 * gdb.multi/multi-arch.exp: Likewise.
4906 * gdb.python/py-inferior.exp: Likewise.
4907 * gdb.threads/break-while-running.exp: Likewise.
4908 * gdb.threads/execl.exp: Likewise.
4909 * gdb.threads/gcore-thread.exp: Likewise.
4910 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4911 * gdb.threads/kill.exp: Likewise.
4912 * gdb.threads/linux-dp.exp: Likewise.
4913 * gdb.threads/multiple-step-overs.exp: Likewise.
4914 * gdb.threads/next-bp-other-thread.exp: Likewise.
4915 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4916 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4917 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4918 * gdb.threads/thread-find.exp: Likewise.
4919 * gdb.threads/tls.exp: Likewise.
4920 * lib/mi-support.exp (mi_reverse_list): Delete.
4921 (mi_check_thread_states): No longer reverse list.
4922
4923 2015-11-24 Pedro Alves <palves@redhat.com>
4924
4925 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4926 use lowercase.
4927
4928 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4929
4930 * gdb.trace/actions.c: Include trace-common.h.
4931 (main): Add a location for a fast tracepoint.
4932 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4933 the normal tracepoints.
4934 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4935
4936 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4937
4938 * save-trace.exp: Factor out code to these...
4939 (gdb_save_tracepoints): New.
4940 (gdb_load_tracepoints): New.
4941 (do_save_load_test): New.
4942
4943 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4944
4945 * gdb.base/asmlabel.exp: New test.
4946 * gdb.base/asmlabel.c: New test case.
4947
4948 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4949
4950 * gdb.base/wrong_frame_bt_full-main.c: New file.
4951 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4952 * gdb.base/wrong_frame_bt_full.exp: New file.
4953
4954 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4955
4956 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4957
4958 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4959
4960 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4961 pstate register when comparing registers values in
4962 sparc64-*-linux-gnu targets to avoid spurious differences.
4963
4964 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4965
4966 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4967
4968 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4969
4970 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4971 as type argument to gdb_compile.
4972 * gdb.base/nested-subp2.exp: Likewise.
4973 * gdb.base/nested-subp3.exp: Likewise.
4974
4975 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4976
4977 * lib/dwarf.exp (_note): Fix left shift of negative value.
4978 * gdb.trace/trace-condition.exp: Likewise.
4979
4980 2015-11-13 Yao Qi <yao.qi@linaro.org>
4981
4982 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4983 comments about d10v.
4984 (test_scalar_returns): Likewise.
4985 * gdb.base/d10v.ld: Remove.
4986 * gdb.base/overlays.exp: Remove the target triplet checking for
4987 d10v-*-*.
4988 * gdb.base/structs.exp (test_struct_returns): Remove the
4989 comments about d10v.
4990 (test_struct_calls): Likewise.
4991
4992 2015-11-13 Yao Qi <yao.qi@linaro.org>
4993
4994 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4995 * gdb.base/gnu_vector.c: Don't include stdio.h.
4996 (main): Don't print res and call add_some_intvecs.
4997
4998 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4999
5000 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5001 macro.
5002 (func5): Removed.
5003 (func4): Use FAST_TRACEPOINT_LABEL.
5004 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5005 macro.
5006 (func): Removed.
5007 (thread_function): Use FAST_TRACEPOINT_LABEL.
5008 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5009 (func): Remove.
5010 (marker): Use FAST_TRACEPOINT_LABEL.
5011 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5012 (pendfunc1): Remove.
5013 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5014 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5015 (foo): Remove.
5016 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5017 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5018 macro.
5019 (func): Remove.
5020 (marker): Use FAST_TRACEPOINT_LABEL.
5021 * gdb.trace/trace-common.h: New header.
5022 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5023 macro.
5024 (func): Remove.
5025 (marker): Use FAST_TRACEPOINT_LABEL.
5026 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5027 (func): Remove.
5028 (thread_function): Use FAST_TRACEPOINT_LABEL.
5029
5030 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5031
5032 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5033 in front.
5034 * gdb.trace/change-loc.exp: Use global pcreg definition.
5035 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5036 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5037 in front.
5038 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5039 * gdb.trace/pending.exp: Likewise.
5040 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5041 * gdb.trace/trace-break.exp: Likewise.
5042 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5043 in front.
5044 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5045 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5046 in front.
5047 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5048
5049 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5050
5051 * gdb.ada/fin_fun_out: New testcase.
5052
5053 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5054
5055 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5056 value associated with DW_AT_byte_size.
5057 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5058 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5059 DW_AT_upper_bound.
5060
5061 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5062
5063 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5064 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5065 version.
5066 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5067 gdb.dwarf2/dw2-canonicalize-type.exp,
5068 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5069 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5070 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5071 provided by gdb_target_symbol_prefix_flags_asm.
5072 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5073 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5074 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5075 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5076 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5077 macros where needed). Use this macro for symbols which require
5078 the prefix provided by SYMBOL_PREFIX.
5079
5080 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5081
5082 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5083 New procs.
5084 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5085 representing expressions, of more than one list element.
5086 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5087 to prepend linker symbol prefix to f.
5088 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5089 table_1 and table_2.
5090 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5091 Likewise, for f and g.
5092 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5093 for ptr.
5094 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5095 for main.
5096 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5097 table_1_ptr and table_2_ptr.
5098
5099 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5100 Joel Brobecker <brobecker@adacore.com>
5101
5102 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5103
5104 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5105
5106 * gdb.reverse/s390-mvcle.c: New test.
5107 * gdb.reverse/s390-mvcle.exp: New file.
5108 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5109
5110 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5111
5112 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5113
5114 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5115
5116 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5117 reaching marker2.
5118 * gdb.reverse/getresuid-reverse.exp: Likewise.
5119 * gdb.reverse/pipe-reverse.exp: Likewise.
5120 * gdb.reverse/readv-reverse.exp: Likewise.
5121 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5122 * gdb.reverse/time-reverse.exp: Likewise.
5123 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5124
5125 2015-10-30 Yao Qi <yao.qi@linaro.org>
5126
5127 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5128 (empty_cycle): Remove.
5129 (main): Don't call empty_cycle. Don't use watch_count_done.
5130 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5131 empty_cycle. Rewrite the code counting HW watchpoints.
5132
5133 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5134
5135 * gdb.reverse/fstatat-reverse.c: New test.
5136 * gdb.reverse/fstatat-reverse.exp: New file.
5137 * gdb.reverse/getresuid-reverse.c: New test.
5138 * gdb.reverse/getresuid-reverse.exp: New file.
5139 * gdb.reverse/pipe-reverse.c: New test.
5140 * gdb.reverse/pipe-reverse.exp: New file.
5141 * gdb.reverse/readv-reverse.c: New test.
5142 * gdb.reverse/readv-reverse.exp: New file.
5143 * gdb.reverse/recvmsg-reverse.c: New test.
5144 * gdb.reverse/recvmsg-reverse.exp: New file.
5145 * gdb.reverse/time-reverse.c: New test.
5146 * gdb.reverse/time-reverse.exp: New file.
5147 * gdb.reverse/waitpid-reverse.c: New test.
5148 * gdb.reverse/waitpid-reverse.exp: New file.
5149
5150 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5151
5152 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5153
5154 2015-10-26 Doug Evans <dje@google.com>
5155
5156 PR symtab/17391
5157 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5158 * gdb.dwarf2/bad-regnum.c: New file.
5159 * gdb.dwarf2/bad-regnum.exp: New file.
5160
5161 2015-10-26 Doug Evans <dje@google.com>
5162
5163 PR python/18938
5164 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5165 file.
5166
5167 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5168
5169 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5170 for a change by "Mention language in compile error message".
5171
5172 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5173
5174 PR python/18073
5175 * gdb.python/py-type.c (C::a_method): New.
5176 (C::a_const_method): New.
5177 (C::a_static_method): New.
5178 (a_function): New.
5179 * gdb.python/py-type.exp (test_fields): Test getting fields
5180 from function and method.
5181
5182 2015-10-21 Keven Boell <keven.boell@intel.com>
5183
5184 * gdb.fortran/vla-alloc-assoc.exp: New file.
5185 * gdb.fortran/vla-datatypes.exp: New file.
5186 * gdb.fortran/vla-datatypes.f90: New file.
5187 * gdb.fortran/vla-history.exp: New file.
5188 * gdb.fortran/vla-ptype-sub.exp: New file.
5189 * gdb.fortran/vla-ptype.exp: New file.
5190 * gdb.fortran/vla-sizeof.exp: New file.
5191 * gdb.fortran/vla-sub.f90: New file.
5192 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5193 * gdb.fortran/vla-value-sub-finish.exp: New file.
5194 * gdb.fortran/vla-value-sub.exp: New file.
5195 * gdb.fortran/vla-value.exp: New file.
5196 * gdb.fortran/vla-ptr-info.exp: New file.
5197 * gdb.mi/mi-vla-fortran.exp: New file.
5198 * gdb.mi/vla.f90: New file.
5199
5200 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5201
5202 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5203 of hardwired timeout value.
5204
5205 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5206 Pedro Alves <palves@redhat.com>
5207
5208 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5209 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5210
5211 2015-10-19 Josh Stone <jistone@redhat.com>
5212
5213 * gdb.base/catch-syscall.c: Include <sched.h>.
5214 (unknown_syscall): New variable.
5215 (main): Trigger a vfork and an unknown syscall.
5216 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5217 (unknown_syscall_number): Likewise.
5218 (check_call_to_syscall): Accept an optional syscall pattern.
5219 (check_return_from_syscall): Likewise.
5220 (check_continue): Likewise.
5221 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5222 (test_catch_syscall_skipping_return): New test toggling off 'catch
5223 syscall' to step over the syscall return, then toggling back on.
5224 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5225 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5226 (do_syscall_tests): Call test_catch_syscall_without_args and
5227 test_catch_syscall_mid_vfork.
5228 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5229 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5230
5231 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5232
5233 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5234 print g_vE): Add new pass patterns.
5235 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5236 print various symbol names for vptr fields.
5237
5238 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5239
5240 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5241 results.
5242
5243 2015-10-12 Yao Qi <yao.qi@linaro.org>
5244
5245 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5246
5247 2015-10-12 Yao Qi <yao.qi@linaro.org>
5248
5249 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5250 is aarch64*-*-linux*.
5251
5252 2015-10-12 Yao Qi <yao.qi@linaro.org>
5253
5254 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5255 (can_relocate_bcond_true): ... it.
5256 (can_relocate_bcond_false): New function.
5257 (foo): Likewise.
5258 (can_relocate_bl): Likewise.
5259 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5260 can_relocate_bl.
5261
5262 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5263
5264 * gdb.base/nested-addr.c: New file.
5265 * gdb.base/nested-addr.exp: New testcase.
5266
5267 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5268
5269 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5270 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5271 its output. Ignore the output of "record goto begin" and instead
5272 check that GDB is replaying.
5273
5274 2015-10-09 Pedro Alves <palves@redhat.com>
5275
5276 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5277 (top level): Use it in the run with no args test.
5278
5279 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5280
5281 * gdb.dlang/properties.exp: New file.
5282
5283 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5284
5285 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5286 whether or not address 0x1000 is mapped on the target.
5287
5288 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5289
5290 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5291 build.
5292
5293 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5294
5295 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5296 instruction-history test.
5297
5298 2015-09-28 Doug Evans <dje@google.com>
5299
5300 * gdb.base/gcore.c (array_func): Add reference to static_array.
5301
5302 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5303
5304 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5305 source line.
5306
5307 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5308
5309 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5310 short or char as base type.
5311
5312 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5313
5314 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5315 to allow any size enum.
5316
5317 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5318
5319 * gdb.ada/array_ptr_renaming.exp: New testcase.
5320 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5321 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5322
5323 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5324
5325 * gdb.trace/ftrace-lock.c: New file.
5326 * gdb.trace/ftrace-lock.exp: New file.
5327
5328 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5329
5330 * gdb.arch/insn-reloc.c: New file.
5331 * gdb.arch/ftrace-insn-reloc.exp: New file.
5332
5333 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5334
5335 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5336 instruction.
5337 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5338 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5339 * gdb.trace/range-stepping.c: Likewise.
5340 * gdb.trace/trace-break.c: Likewise.
5341 * gdb.trace/trace-mt.c (thread_function): Likewise.
5342 * gdb.trace/ftrace.c (marker): Likewise.
5343 * gdb.trace/trace-condition.c (marker): Likewise.
5344 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5345 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5346 is_aarch64_target.
5347
5348 2015-09-18 Doug Evans <xdje42@gmail.com>
5349
5350 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5351 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5352
5353 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5354
5355 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5356 the breakpoint.
5357
5358 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5359
5360 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5361 the pending breakpoint. Remove timeout override for "Run till
5362 MI pending breakpoint on pendfunc3 on thread 2" test.
5363
5364 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5365
5366 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5367 filename pattern.
5368
5369 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5370
5371 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5372 in breakpoint filename pattern.
5373
5374 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5375
5376 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5377
5378 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5379
5380 * gdb.linespec/explicit.exp: Check for readline support for
5381 tab-completion tests. Fix obvious typo.
5382
5383 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5384
5385 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5386 and replay.
5387
5388 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5389
5390 * gdb.btrace/non-stop.c: New.
5391 * gdb.btrace/non-stop.exp: New.
5392
5393 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5394 Yao Qi <yao.qi@linaro.org>
5395
5396 * gdb.trace/trace-condition.c: New file.
5397 * gdb.trace/trace-condition.exp: New file.
5398
5399 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5400
5401 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5402 for testing bytecode compilation.
5403
5404 2015-09-16 Pedro Alves <palves@redhat.com>
5405 Sandra Loosemore <sandra@codesourcery.com>
5406
5407 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5408 (SECONDS): Redefine.
5409 (main): Call pthread_kill and alarm early.
5410 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5411 support.
5412 (test): If the target can't hardware step and doesn't support
5413 displaced stepping, increase the timeout.
5414
5415 2015-09-16 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5418 (enable_debug): New procedures.
5419 (test): Use them. Bail out if waiting for threads fails.
5420 (top level): Bail out if a test fails.
5421
5422 2015-09-16 Yao Qi <yao.qi@linaro.org>
5423
5424 * gdb.asm/asm-source.exp: Set asm-arch for
5425 aarch64*-*-* target.
5426 * gdb.asm/aarch64.inc: New file.
5427
5428 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5429
5430 * gdb.ada/array_of_variable_length.exp: New testcase.
5431 * gdb.ada/array_of_variable_length/foo.adb: New file.
5432 * gdb.ada/array_of_variable_length/pck.adb: New file.
5433 * gdb.ada/array_of_variable_length/pck.ads: New file.
5434
5435 2015-09-15 Doug Evans <dje@google.com>
5436
5437 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5438 of function static local variable.
5439
5440 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5441
5442 * gdb.threads/tls-so_extern.exp: New test file.
5443 * gdb.threads/tls-so_extern.c: New test file.
5444 * gdb.threads/tls-so_extern_main.c: New test file.
5445
5446 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5447
5448 * gdb.opt/solib-intra-step-lib.c: New file.
5449 * gdb.opt/solib-intra-step-main.c: New file.
5450 * gdb.opt/solib-intra-step.exp: New file.
5451
5452 2015-09-15 Pedro Alves <palves@redhat.com>
5453
5454 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5455 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5456
5457 2015-09-14 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.base/hook-stop-continue.c: Delete.
5460 * gdb.base/hook-stop-continue.exp: Delete.
5461 * gdb.base/hook-stop-frame.c: Delete.
5462 * gdb.base/hook-stop-frame.exp: Delete.
5463 * gdb.base/hook-stop.c: New file.
5464 * gdb.base/hook-stop.exp: New file.
5465
5466 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5467
5468 * gdb.ada/access_to_packed_array.exp: New testcase.
5469 * gdb.ada/access_to_packed_array/foo.adb: New file.
5470 * gdb.ada/access_to_packed_array/pack.adb: New file.
5471 * gdb.ada/access_to_packed_array/pack.ads: New file.
5472
5473 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5474
5475 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5476 buffer size test.
5477
5478 2015-09-11 Don Breazeal <donb@codesourcery.com>
5479
5480 * gdb.base/foll-exec.c: Add copyright header. Fix
5481 formatting issues.
5482 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5483 (do_exec_tests): Use clean_restart in place of zap_session,
5484 and for test initialization. Fix formatting issues. Use
5485 fail in place of perror.
5486 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5487 an expect statement to match an expression with output from
5488 the program under debug.
5489 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5490 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5491 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5492 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5493 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5494
5495 2015-09-09 Doug Evans <dje@google.com>
5496
5497 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5498
5499 2015-09-09 Doug Evans <dje@google.com>
5500
5501 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5502
5503 2015-09-09 Doug Evans <dje@google.com>
5504
5505 * gdb.base/savedregs.exp: Fix typo.
5506
5507 2015-09-09 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5510
5511 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5512
5513 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5514 command actually switches threads. Give up on remaining
5515 tests if target fails to stop at breakpoint.
5516
5517 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5518
5519 * gdb.ada/funcall_char.exp: New testcase.
5520 * gdb.ada/funcall_char/foo.adb: New file.
5521
5522 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5523
5524 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5525 expected outputs. Add two testcases for completing ambiguous
5526 functions.
5527 * gdb.ada/complete/aux_pck.adb: New file.
5528 * gdb.ada/complete/aux_pck.ads: New file.
5529 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5530 Ambiguous_Func functions.
5531 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5532 * gdb.ada/complete/pck.adb: Likewise.
5533
5534 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5535
5536 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5537 failures to run the test program under GDB.
5538
5539 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5540
5541 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5542 to C.
5543
5544 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5545
5546 * gdb.base/run-after-attach.exp: New test file.
5547 * gdb.base/run-after-attach.c: New test file.
5548
5549 2015-08-26 Don Breazeal <donb@codesourcery.com>
5550
5551 * gdb.base/foll-exec-2.c: New test program.
5552 * gdb.base/foll-exec-2.exp: New test.
5553
5554 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5555
5556 * gdb.base/nested-subp1.exp: New file.
5557 * gdb.base/nested-subp1.c: New file.
5558 * gdb.base/nested-subp2.exp: New file.
5559 * gdb.base/nested-subp2.c: New file.
5560 * gdb.base/nested-subp3.exp: New file.
5561 * gdb.base/nested-subp3.c: New file.
5562
5563 2015-08-24 Pedro Alves <palves@redhat.com>
5564
5565 * gdb.server/connect-without-multi-process.c: New file.
5566 * gdb.server/connect-without-multi-process.exp: New file.
5567
5568 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5569
5570 * gdb.opt/inline-markers.c: Make z int.
5571
5572 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5573
5574 * gdb.opt/inline-markers.c: Make z volatile.
5575
5576 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5577
5578 * gdb.opt/inline-bt.c: New volatile global z.
5579 * gdb.opt/inline-cmds.c: Likewise.
5580 * gdb.opt/inline-locals.c: Likewise.
5581 * gdb.opt/inline-markers.c: New extern global z.
5582 (marker): Use z.
5583 (inline_fn): Likewise.
5584
5585 2015-08-24 Pedro Alves <palves@redhat.com>
5586
5587 * config/m32r-stub.exp: Remove file.
5588 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5589 * gdb.base/call-rt-st.exp: Likewise.
5590 * gdb.base/call-strs.exp: Likewise.
5591 * gdb.base/default.exp: Remove references to h8300-*-hms and
5592 *-*-udi*.
5593 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5594
5595 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5596
5597 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5598 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5599 and "return" use KFAIL when GDB can not read/write the vector
5600 return value.
5601
5602 2015-08-21 Gary Benson <gbenson@redhat.com>
5603
5604 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5605
5606 2015-08-20 Pedro Alves <palves@redhat.com>
5607
5608 * gdb.server/solib-list.exp: No longer expect an interior stop in
5609 non-stop mode.
5610
5611 2015-08-20 Pedro Alves <palves@redhat.com>
5612
5613 * gdb.server/connect-stopped-target.c: New file.
5614 * gdb.server/connect-stopped-target.exp: New file.
5615
5616 2015-08-20 Pedro Alves <palves@redhat.com>
5617
5618 * gdb.dwarf2/comp-unit-lang.exp: New file.
5619 * gdb.dwarf2/comp-unit-lang.c: New file.
5620
5621 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5622
5623 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5624 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5625
5626 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5627
5628 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5629 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5630
5631 2015-08-18 Doug Evans <dje@google.com>
5632 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5633
5634 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5635 skip_python_tests. New arg prompt_regexp.
5636 (skip_python_tests): New function.
5637 * lib/mi-support.exp (mi_skip_python_tests): New function.
5638 * gdb.python/py-mi-objfile-gdb.py: New file.
5639 * gdb.python/py-mi-objfile.c: New file.
5640 * gdb.python/py-mi-objfile.exp: New file.
5641
5642 2015-08-17 Keith Seitz <keiths@redhat.com>
5643
5644 * gdb.linespec/explicit.exp: Move strace test from here ...
5645 * gdb.trace/strace.exp: ... to here.
5646
5647 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5648
5649 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5650 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5651
5652 2015-08-14 Doug Evans <xdje42@gmail.com>
5653
5654 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5655 inferior before selecting a new file.
5656
5657 2015-08-14 Doug Evans <xdje42@gmail.com>
5658
5659 * gdb.mi/mi-disassemble.exp: Update.
5660 * gdb.base/disasm-optim.S: New file.
5661 * gdb.base/disasm-optim.c: New file.
5662 * gdb.base/disasm-optim.h: New file.
5663 * gdb.base/disasm-optim.exp: New file.
5664
5665 2015-08-14 Keith Seitz <keiths@redhat.com>
5666
5667 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5668 "evaluated-by".
5669
5670 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5671
5672 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5673
5674 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5675
5676 * gdb.ada/fun_renaming.exp: New testcase.
5677 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5678 * gdb.ada/fun_renaming/pack.adb: New file.
5679 * gdb.ada/fun_renaming/pack.ads: New file.
5680
5681 2015-08-12 Keith Seitz <keiths@redhat.com>
5682
5683 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5684 gdb_get_line_number.
5685
5686 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5687
5688 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5689 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5690 gdb.base/dso2dso.exp: New files.
5691
5692 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5693 Pedro Alves <palves@redhat.com>
5694 Keith Seitz <keiths@redhat.com>
5695
5696 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5697 GDBFLAGS.
5698
5699 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5700
5701 * gdb.base/gdbhistsize-history.exp
5702 (test_histsize_history_setting): Use save_vars.
5703 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5704 Use save_vars.
5705 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5706 * gdb.base/readline.exp: Use save_vars.
5707
5708 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5709
5710 * lib/gdb.exp (save_vars): New proc.
5711
5712 2015-08-11 Keith Seitz <keiths@redhat.com>
5713
5714 * gdb.base/help.exp: Update help_breakpoint_text.
5715
5716 2015-08-11 Keith Seitz <keiths@redhat.com>
5717
5718 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5719 (at toplevel): Call test_explicit_breakpoints.
5720 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5721 breakpoints.
5722 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5723 breakpoint conditions, "-cond".
5724
5725 2015-08-11 Keith Seitz <keiths@redhat.com>
5726
5727 * gdb.linespec/3explicit.c: New file.
5728 * gdb.linespec/cpexplicit.cc: New file.
5729 * gdb.linespec/cpexplicit.exp: New file.
5730 * gdb.linespec/explicit.c: New file.
5731 * gdb.linespec/explicit.exp: New file.
5732 * gdb.linespec/explicit2.c: New file.
5733 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5734 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5735 before using in the matching pattern.
5736 Clarify that `prefix' is a regular expression.
5737
5738 2015-08-11 Keith Seitz <keiths@redhat.com>
5739
5740 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5741 test.
5742 Add tests for missing ",FMT" and ",".
5743
5744 2015-08-10 Doug Evans <dje@google.com>
5745 Keith Seitz <keiths@redhat.com>
5746
5747 PR gdb/17960
5748 * gdb.base/completion.exp: Add location completer tests.
5749
5750 2015-08-07 Pedro Alves <palves@redhat.com>
5751
5752 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5753 tests here.
5754 (top level): Run do_test with and without displaced stepping.
5755
5756 2015-08-07 Pedro Alves <palves@redhat.com>
5757
5758 * gdb.base/valgrind-disp-step.c: New file.
5759 * gdb.base/valgrind-disp-step.exp: New file.
5760
5761 2015-08-07 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5764 Delete function.
5765 (main): Add alarm. Run an infinite loop instead of calling
5766 wait_threads.
5767 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5768 comment.
5769 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5770 Delete function.
5771 (main): Add alarm. Run an infinite loop instead of calling
5772 wait_threads.
5773 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5774 comment.
5775
5776 2015-08-07 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/checkpoint-ns.exp: New file.
5779 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5780 standard_testfile.
5781
5782 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5783
5784 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5785 * gdb.btrace/instruction_history.exp: Update.
5786 * gdb.btrace/tsx.exp: New.
5787 * gdb.btrace/tsx.c: New.
5788
5789 2015-08-06 Pedro Alves <palves@redhat.com>
5790
5791 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5792 increase timeout.
5793 * gdb.reverse/until-precsave.exp: Bump timeouts.
5794
5795 2015-08-06 Pedro Alves <palves@redhat.com>
5796
5797 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5798
5799 2015-08-06 Pedro Alves <palves@redhat.com>
5800
5801 PR gdb/18749
5802 * gdb.threads/process-dies-while-handling-bp.c: New file.
5803 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5804
5805 2015-08-06 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5808 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5809
5810 2015-08-05 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5813 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5814
5815 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5816
5817 * gdb.base/bp-permanent.exp: Report test as unsupported if
5818 the target cannot stop at the permanent breakpoint.
5819
5820 2015-08-03 Doug Evans <dje@google.com>
5821
5822 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5823 10000.
5824
5825 2015-08-03 Doug Evans <dje@google.com>
5826
5827 * Makefile.in (workers/%.worker, build-perf): New rule.
5828 (GDB_PERFTEST_MODE): New variable.
5829 (check-perf): Use it.
5830 (clean): Clean up gdb.perf parallel build subdirs.
5831 * lib/build-piece.exp: New file.
5832 * lib/gdb.exp (make_gdb_parallel_path): New function
5833 (standard_output_file, standard_temp_file): Call it.
5834 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5835 of $GDB_PARALLEL.
5836 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5837
5838 2015-08-03 Doug Evans <dje@google.com>
5839
5840 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5841 (LOG_FILE_NAME): New global.
5842 (TextReporter.__init__): Initialize self.txt_sum.
5843 (TextReporter.report): Add support for multiple data-points.
5844 Move report to perftest.sum, put raw data in perftest.log.
5845 (TextReporter.start): Open sum and log files.
5846 (TextReporter.end): Close sum and log files.
5847 * gdb.perf/lib/perftest/testresult.py
5848 (SingleStatisticTestResult.record): Handle multiple data-points.
5849
5850 2015-07-31 Pedro Alves <palves@redhat.com>
5851
5852 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5853 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5854 kill_wait_spawned_process instead of explicit "kill -9".
5855 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5856 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5857 kill_wait_spawned_process.
5858 * gdb.base/attach-twice.exp: Likewise.
5859 * gdb.base/attach.exp: Likewise.
5860 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5861 gdb_test_multiple.
5862 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5863 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5864 kill_wait_spawned_process.
5865 * gdb.base/valgrind-infcall.exp: Likewise.
5866 * gdb.multi/multi-attach.exp: Likewise.
5867 * gdb.python/py-prompt.exp: Likewise.
5868 * gdb.python/py-sync-interp.exp: Likewise.
5869 * gdb.server/ext-attach.exp: Likewise.
5870 * gdb.threads/attach-into-signal.exp (corefunc): Use
5871 spawn_wait_for_attach, spawn_id_get_pid and
5872 kill_wait_spawned_process.
5873 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5874 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5875 spawn_id_get_pid and kill_wait_spawned_process.
5876 * gdb.threads/attach-stopped.exp (corefunc): Use
5877 spawn_wait_for_attach, spawn_id_get_pid and
5878 kill_wait_spawned_process.
5879 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5880 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5881 kill_wait_spawned_process instead of explicit "kill -9".
5882 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5883 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5884 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5885 processes. Don't map cygwin/windows pids here. Now returns a
5886 spawn id list.
5887
5888 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5889
5890 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5891 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5892 correct patch.
5893
5894 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5895
5896 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5897
5898 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5899
5900 Reapply:
5901 2014-05-21 Mark Wielaard <mjw@redhat.com>
5902
5903 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5904
5905 2015-07-30 Pedro Alves <palves@redhat.com>
5906
5907 * linux-low.c (handle_extended_wait): Set the child's last
5908 reported status to TARGET_WAITKIND_STOPPED.
5909
5910 2015-07-30 Pedro Alves <palves@redhat.com>
5911
5912 PR threads/18600
5913 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5914 only shows inferior 1.
5915
5916 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5917 Pedro Alves <palves@redhat.com>
5918
5919 PR threads/18600
5920 * gdb.threads/fork-plus-threads.c: New file.
5921 * gdb.threads/fork-plus-threads.exp: New file.
5922
5923 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5924
5925 * gdb.base/batch-preserve-term-settings.exp
5926 (test_terminal_settings_preserved_after_cli_exit): Use
5927 send_quit_command.
5928
5929 2015-07-29 Pedro Alves <palves@redhat.com>
5930 Don Breazeal <donb@codesourcery.com>
5931
5932 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5933 output from both inferior_spawn_id and gdb_spawn_id.
5934
5935 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5936
5937 * gdb.threads/attach-into-signal.exp (corefunc): Use
5938 with_test_prefix on nested loops, uniquefying the test messages.
5939
5940 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5941
5942 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5943 commit.
5944
5945 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5946
5947 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5948 New proc.
5949 (test_terminal_settings_preserved_after_sigterm): New test.
5950
5951 2015-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): New test.
5955
5956 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5957
5958 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5959 manipulation of saved_gdbflags.
5960 (test_terminal_settings_preserved): Remove global declaration of
5961 the unused variable pagination_prompt. Remove manipulation of
5962 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5963 GDBFLAGS.
5964
5965 2015-07-29 Pedro Alves <palves@redhat.com>
5966
5967 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5968
5969 2015-07-29 Pedro Alves <palves@redhat.com>
5970
5971 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5972 at the top.
5973
5974 2015-07-29 Pedro Alves <palves@redhat.com>
5975
5976 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5977 (main): Call gdb_unbuffer_output.
5978 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5979 (main): Call gdb_unbuffer_output.
5980 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5981 (main): Call gdb_unbuffer_output.
5982 * gdb.base/call-strs.exp: Adjust to step over the
5983 gdb_unbuffer_output call.
5984 * gdb.base/catch-gdb-caused-signals.c: Include
5985 "../lib/unbuffer_output.c".
5986 (main): Call gdb_unbuffer_output.
5987 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5988 (main): Call gdb_unbuffer_output.
5989 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5990 (main): Call gdb_unbuffer_output.
5991 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5992 (main): Call gdb_unbuffer_output.
5993 * gdb.base/shlib-call.exp: Adjust to step over the
5994 gdb_unbuffer_output call.
5995 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5996 (main): Call gdb_unbuffer_output.
5997 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5998 (main): Call gdb_unbuffer_output.
5999 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6000 (main): Rename to ...
6001 (test): ... this.
6002 (main): Reimplement.
6003 * gdb.base/varargs.exp: Run to test instead of to main.
6004 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6005 (main): Call gdb_unbuffer_output.
6006
6007 2015-07-29 Pedro Alves <palves@redhat.com>
6008
6009 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6010 factore out from mi_continue_dprintf. For call-style dprintfs,
6011 expect dprintf output out of $inferior_spawn_id.
6012 (mi_continue_dprintf): Use mi_expect_dprintf.
6013 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6014 (main): Call gdb_unbuffer_output.
6015
6016 2015-07-29 Pedro Alves <palves@redhat.com>
6017
6018 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6019 (default_mi_gdb_start): Set inferior_spawn_id instead of
6020 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6021 gdb_spawn_id.
6022 (mi_gdb_test): Always expect inferior output from both
6023 $inferior_spawn_id and $gdb_spawn_id.
6024
6025 2015-07-29 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6028 send_inferior and $inferior_spawn_id.
6029
6030 2015-07-29 Pedro Alves <palves@redhat.com>
6031
6032 * gdb.gdb/complaints.exp (test_initial_complaints)
6033 (test_serial_complaints, test_short_complaints): Use
6034 gdb_test_stdio.
6035 (test_empty_complaint): Handle $inferior_spawn_id !=
6036 $gdb_spawn_id.
6037
6038 2015-07-29 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/varargs.exp: Use gdb_test_stdio.
6041
6042 2015-07-29 Pedro Alves <palves@redhat.com>
6043
6044 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6045
6046 2015-07-29 Pedro Alves <palves@redhat.com>
6047
6048 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6049
6050 2015-07-29 Pedro Alves <palves@redhat.com>
6051
6052 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6053 parameter into two new parameters, "inf_result" and "gdb_result".
6054 Expect inferior output and gdb output from $inferior_spawn_id and
6055 $gdb_spawn_id, respectively. Adjust all callers.
6056
6057 2015-07-29 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6060 of gdb_test_sequence.
6061
6062 2015-07-29 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6065 (saw_spurious_output): Expect inferior output from
6066 $inferior_spawn_id. Use gdb_test_stdio.
6067
6068 2015-07-29 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.base/dprintf.exp: Use standard_testfile. Change
6071 prepare_for_testing call.
6072 (srcfile): Don't set.
6073 (restart): New procedure.
6074 (test_dprintf): New procecure, use to continue over dprintfs.
6075 (test_call, test_agent): New procedures, tests moved here.
6076 Restart gdb and recreate dprintfs. Adjust expected output.
6077
6078 2015-07-29 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6081
6082 2015-07-29 Pedro Alves <palves@redhat.com>
6083
6084 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6085
6086 2015-07-29 Pedro Alves <palves@redhat.com>
6087
6088 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6089 gdb_test_stdio.
6090
6091 2015-07-29 Pedro Alves <palves@redhat.com>
6092
6093 * lib/gdb.exp (gdb_test_stdio): New procedure.
6094
6095 2015-07-29 Pedro Alves <palves@redhat.com>
6096
6097 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6098
6099 2015-07-29 Pedro Alves <palves@redhat.com>
6100
6101 * gdb.base/call-signal-resume.exp: Remove check for
6102 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6103 * gdb.base/unwindonsignal.exp: Likewise.
6104 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6105 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6106
6107 2015-07-29 Pedro Alves <palves@redhat.com>
6108
6109 * gdb.base/siginfo-addr.c (pass): New function.
6110 (handler): Call it iff si_addr is correct.
6111 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6112 Set a breakpoint at "pass" and continue to it.
6113
6114 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6115
6116 * gdb.python/py-objfile.exp: Make some tests have unique names.
6117 * gdb.python/py-pp-registration.exp: Likewise.
6118
6119 2015-07-28 Pedro Alves <palves@redhat.com>
6120
6121 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6122
6123 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6124
6125 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6126
6127 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6128
6129 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6130
6131 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6132
6133 * gdb.base/gdb-sigterm-2.exp: New test.
6134
6135 2015-07-25 Doug Evans <xdje42@gmail.com>
6136
6137 Revert:
6138 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6139 (workers/%.worker, build-perf): New rule.
6140 (GDB_PERFTEST_MODE): New variable.
6141 (check-perf): Use it.
6142 (clean): Clean up gdb.perf parallel build subdirs.
6143 * lib/build-piece.exp: New file.
6144 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6145 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6146 name.
6147 (standard_temp_file): Ditto.
6148 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6149 of $GDB_PARALLEL.
6150
6151 2015-07-24 Doug Evans <dje@google.com>
6152
6153 * gdb.perf/lib/perftest/utils.py: New file.
6154 * gdb.perf/gm-hello.cc: New file.
6155 * gdb.perf/gm-pervasive-typedef.cc: New file.
6156 * gdb.perf/gm-pervasive-typedef.h: New file.
6157 * gdb.perf/gm-std.cc: New file.
6158 * gdb.perf/gm-std.h: New file.
6159 * gdb.perf/gm-use-cerr.cc: New file.
6160 * gdb.perf/gm-utils.h: New file.
6161 * gdb.perf/gmonster-null-lookup.py: New file.
6162 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6163 * gdb.perf/gmonster-print-cerr.py: New file.
6164 * gdb.perf/gmonster-ptype-string.py: New file.
6165 * gdb.perf/gmonster-runto-main.py: New file.
6166 * gdb.perf/gmonster-select-file.py: New file.
6167 * gdb.perf/gmonster1-null-lookup.exp: New file.
6168 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6169 * gdb.perf/gmonster1-print-cerr.exp: New file.
6170 * gdb.perf/gmonster1-ptype-string.exp: New file.
6171 * gdb.perf/gmonster1-runto-main.exp: New file.
6172 * gdb.perf/gmonster1-select-file.exp: New file.
6173 * gdb.perf/gmonster1.cc: New file.
6174 * gdb.perf/gmonster1.exp: New file.
6175 * gdb.perf/gmonster2-null-lookup.exp: New file.
6176 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6177 * gdb.perf/gmonster2-print-cerr.exp: New file.
6178 * gdb.perf/gmonster2-ptype-string.exp: New file.
6179 * gdb.perf/gmonster2-runto-main.exp: New file.
6180 * gdb.perf/gmonster2-select-file.exp: New file.
6181 * gdb.perf/gmonster2.cc: New file.
6182 * gdb.perf/gmonster2.exp: New file.
6183
6184 2015-07-24 Doug Evans <dje@google.com>
6185
6186 * gdb.perf/README: New file.
6187 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6188 * lib/gen-perf-test.exp: New file.
6189
6190 2015-07-24 Doug Evans <dje@google.com>
6191
6192 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6193 (PerfTest::startup): New function.
6194 (PerfTest::run): Return result of calling body.
6195 (PerfTest::assemble): Rewrite.
6196 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6197 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6198 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6199 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6200 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6201
6202 2015-07-24 Doug Evans <dje@google.com>
6203
6204 * lib/gdb.exp (clean_restart): Make executable optional.
6205
6206 2015-07-24 Doug Evans <dje@google.com>
6207
6208 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6209 compiler_info references.
6210 * gdb.cp/temargs.exp: Ditto.
6211 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6212 (get_compiler_info): Early exit if already computed. Set compiler_info
6213 to "unknown" if there was a problem.
6214 (test_compiler_info): Add function comment. Call get_compiler_info.
6215
6216 2015-07-24 Doug Evans <dje@google.com>
6217
6218 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6219 (workers/%.worker, build-perf): New rule.
6220 (GDB_PERFTEST_MODE): New variable.
6221 (check-perf): Use it.
6222 (clean): Clean up gdb.perf parallel build subdirs.
6223 * lib/build-piece.exp: New file.
6224 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6225 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6226 name.
6227 (standard_temp_file): Ditto.
6228 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6229 of $GDB_PARALLEL.
6230
6231 2015-07-24 Doug Evans <dje@google.com>
6232
6233 * lib/future.exp (gdb_default_target_compile): New option
6234 "early_flags".
6235 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6236 --as-needed.
6237
6238 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6239
6240 * gdb.base/catch-syscall.exp: Call gdb_exit before
6241 gdb_skip_xml_test.
6242
6243 2015-07-24 Pedro Alves <palves@redhat.com>
6244
6245 * gdb.python/py-events.exp: Accept output between the stop event
6246 and the prompt.
6247 * gdb.python/py-evsignal.exp: Likewise.
6248 * gdb.python/py-evthreads.exp: Likewise.
6249
6250 2015-07-24 Pedro Alves <palves@redhat.com>
6251
6252 PR gdb/18717
6253 * gdb.threads/non-ldr-exit.c: New file.
6254 * gdb.threads/non-ldr-exit.exp: New file.
6255
6256 2015-07-24 Yao Qi <yao.qi@linaro.org>
6257
6258 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6259 restarting process.
6260
6261 2015-07-24 Yao Qi <yao.qi@linaro.org>
6262
6263 * gdb.server/ext-restart.exp: New file.
6264
6265 2015-07-24 Yao Qi <yao.qi@linaro.org>
6266
6267 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6268 argument options.
6269 * gdb.server/ext-wrapper.exp: New file.
6270
6271 2015-07-23 Doug Evans <dje@google.com>
6272
6273 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6274 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6275
6276 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6277
6278 * gdb.ada/var_arr_typedef.exp: New testcase.
6279 * gdb.ada/var_arr_typedef/pack.adb: New file.
6280 * gdb.ada/var_arr_typedef/pack.ads: New file.
6281 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6282
6283 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6284
6285 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6286
6287 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6288
6289 * gdb.arch/i386-biarch-core.exp: Replace istarget
6290 by "complete set gnutarget". Remove expectation for the "core-file"
6291 command.
6292
6293 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6294
6295 Revert the previous commit:
6296 Tests for validate symbol file using build-id.
6297
6298 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6299
6300 Tests for validate symbol file using build-id.
6301 * gdb.base/solib-mismatch-lib.c: New file.
6302 * gdb.base/solib-mismatch-libmod.c: New file.
6303 * gdb.base/solib-mismatch.c: New file.
6304 * gdb.base/solib-mismatch.exp: New file.
6305
6306 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6307
6308 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6309 nios2-*-linux*.
6310 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6311 * gdb.base/siginfo.exp: Likewise.
6312 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6313
6314 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6315
6316 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6317 Move it to ...
6318 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6319 ... here.
6320 * gdb.trace/range-stepping.exp: Check that the target supports
6321 range stepping.
6322
6323 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6324
6325 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6326
6327 2015-07-14 Pedro Alves <palves@redhat.com>
6328
6329 * gdb.base/killed-outside.exp: New file.
6330 * gdb.base/killed-outside.c: New file.
6331
6332 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6333
6334 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6335 (n at main): New.
6336 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6337
6338 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6339
6340 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6341 infcall tests instead of setting up for KFAIL.
6342
6343 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6344
6345 * gdb.btrace/record_goto-step.exp: New.
6346
6347 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6348
6349 PR compile/18484
6350 * gdb.compile/compile.c (struct struct_type): Add volatile to
6351 selffield's type.
6352 * gdb.compile/compile.exp
6353 (compile code struct_object.selffield = &struct_object): Skip further
6354 struct_object tests if this one xfails.
6355
6356 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6357
6358 PR exp/18617
6359 * gdb.trace/ax.exp: Add test.
6360
6361 2015-07-07 Yao Qi <yao.qi@linaro.org>
6362
6363 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6364 instead of istarget "aarch64*-*-*".
6365 * gdb.arch/aarch64-fp.exp: Likewise.
6366 * gdb.base/float.exp: Likewise.
6367 * gdb.reverse/aarch64.exp: Likewise.
6368 * lib/gdb.exp (is_aarch64_target): New proc.
6369
6370 2015-07-07 Yao Qi <yao.qi@linaro.org>
6371
6372 * lib/gdb.exp (is_aarch32_target): New proc.
6373 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6374 instead of "istarget "arm*-*-*"".
6375 * gdb.arch/arm-disp-step.exp: Likewise.
6376 * gdb.arch/thumb-bx-pc.exp: Likewise.
6377 * gdb.arch/thumb-prologue.exp: Likewise.
6378 * gdb.arch/thumb-singlestep.exp: Likewise.
6379 * gdb.base/disp-step-syscall.exp: Likewise.
6380 * gdb.base/float.exp: Likewise.
6381
6382 2015-07-07 Yao Qi <yao.qi@linaro.org>
6383
6384 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6385 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6386
6387 2015-07-07 Yao Qi <yao.qi@linaro.org>
6388
6389 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6390 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6391 if it exists.
6392 * gdb.multi/multi-arch.exp: Likewise.
6393
6394 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6395
6396 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6397 print.
6398
6399 2015-07-07 Yao Qi <yao.qi@linaro.org>
6400
6401 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6402
6403 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6404
6405 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6406 '[' and ']' characters.
6407
6408 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6409
6410 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6411
6412 2015-06-29 Pedro Alves <palves@redhat.com>
6413
6414 PR threads/18127
6415 * gdb.threads/hand-call-new-thread.c: New file.
6416 * gdb.threads/hand-call-new-thread.c: New file.
6417
6418 2015-06-26 Keith Seitz <keiths@redhat.com>
6419 Doug Evans <dje@google.com>
6420
6421 PR 16253
6422 * gdb.cp/var-tag-2.cc: New file.
6423 * gdb.cp/var-tag-3.cc: New file.
6424 * gdb.cp/var-tag-4.cc: New file.
6425 * gdb.cp/var-tag.cc: New file.
6426 * gdb.cp/var-tag.exp: New file.
6427
6428 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6429
6430 * gdb.base/history-duplicates.exp: New test.
6431
6432 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6433
6434 * gdb.base/completion.exp: Test the completion of the "focus"
6435 command.
6436
6437 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6438
6439 * gdb.arch/amd64-prologue-skip.S: New file.
6440 * gdb.arch/amd64-prologue-skip.exp: New file.
6441
6442 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6443
6444 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6445 is_address_zero_readable check.
6446
6447 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6448
6449 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6450 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6451
6452 2015-06-24 Yao Qi <yao.qi@linaro.org>
6453
6454 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6455 linux targets.
6456
6457 2015-06-24 Yao Qi <yao.qi@linaro.org>
6458
6459 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6460 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6461 * gdb.base/siginfo-thread.exp: Likewise.
6462
6463 2015-06-22 Yao Qi <yao.qi@linaro.org>
6464
6465 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6466
6467 2015-06-22 Yao Qi <yao.qi@linaro.org>
6468
6469 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6470 aarch64*-*-*.
6471 (skip_hw_watchpoint_tests): Likewise.
6472
6473 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6474
6475 * gdb.base/gdbinit-history.exp: Test the interaction between
6476 setting GDBHISTSIZE and setting the history size via .gdbinit.
6477
6478 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6479
6480 PR gdb/16999
6481 * gdb.base/gdbhistsize-history.exp: New test.
6482
6483 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6484
6485 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6486 with GDBHISTSIZE.
6487 * gdb.base/readline.exp: Likewise.
6488
6489 2015-06-17 Yao Qi <yao.qi@linaro.org>
6490
6491 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6492 line.
6493
6494 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6495
6496 * gdb.base/gdbinit-history.exp: Add test case to check that
6497 an unlimited history file does not get truncated on exit.
6498
6499 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6500
6501 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6502 (VECTOR): New macro. Use it...
6503 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6504 ...for these typedefs.
6505 (int8, char1, int1, double1): New typedefs.
6506 (struct just_int2, struct two_int2): New structures.
6507 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6508 (add_structvecs, add_singlevecs): New functions.
6509 (main): Call add_some_intvecs twice.
6510 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6511 the compile and exit upon failure. Try compiling for the "native"
6512 architecture. Test inferior function calls with vector arguments
6513 and vector return value handling with "finish" and "return".
6514
6515 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6516
6517 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6518 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6519 PE file.
6520 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6521
6522 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6523
6524 PR breakpoints/16465
6525 * gdb.mi/mi-dprintf-pending.c: New file.
6526 * gdb.mi/mi-dprintf-pending.exp: New test.
6527 * gdb.mi/mi-dprintf-pendshr.c: New file.
6528
6529 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6530 Mircea Gherzan <mircea.gherzan@intel.com>
6531
6532 * gdb.arch/i386-mpx-map.c: New file.
6533 * gdb.arch/i386-mpx-map.exp: New File.
6534
6535 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6536
6537 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6538 * gdb.arch/i386-mpx.exp: Indentation fixed.
6539
6540 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6541
6542 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6543 function and improved indentation.
6544 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6545 gdb_test_multiple. Added additional tests to skip the test.
6546
6547 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6548
6549 * gdb.arch/i386-avx512.c: Change path in include file.
6550 * gdb.arch/i386-avx512.exp: Change include dir path
6551 compilation flag.
6552 * gdb.arch/i386-mpx.c: Change path in include file.
6553 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6554 flag.
6555
6556 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6557
6558 * gdb.compile/compile-print.exp (compile print *vararray@3)
6559 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6560
6561 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6562
6563 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6564 (do not keep jit in memory): ... this.
6565 (expect 5): Change it to ...
6566 (expect no 5): ... this.
6567
6568 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6569
6570 PR gdb/15564
6571 * gdb.mi/mi-detach.exp: New file.
6572
6573 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6574
6575 PR symtab/18392
6576 * gdb.arch/amd64-tailcall-self.S: New file.
6577 * gdb.arch/amd64-tailcall-self.c: New file.
6578 * gdb.arch/amd64-tailcall-self.exp: New file.
6579
6580 2015-05-28 Don Breazeal <donb@codesourcery.com>
6581
6582 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6583 tests for remote targets by checking is_target_gdbserver.
6584
6585 2015-05-27 Doug Evans <dje@google.com>
6586
6587 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6588 * gdb.dwarf2/opaque-type-lookup.c: New file.
6589 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6590
6591 2015-05-26 Doug Evans <dje@google.com>
6592
6593 * gdb.cp/iostream.cc: New file.
6594 * gdb.cp/iostream.exp: New file.
6595
6596 2015-05-26 Doug Evans <dje@google.com>
6597
6598 * gdb.dwarf2/dw2-op-call.exp: Update.
6599 * gdb.dwarf2/dw4-sig-types.exp: Update.
6600 * gdb.dwarf2/implptr.exp: Update.
6601 * gdb.mi/mi-cmd-param-changed.exp: Update.
6602
6603 2015-05-26 Doug Evans <dje@google.com>
6604
6605 * gdb.python/py-lazy-string.c: New file.
6606 * gdb.python/py-lazy-string.exp: New file.
6607 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6608 (main): Update. Add estring3.
6609 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6610 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6611
6612 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6613 Yao Qi <yao.qi@linaro.org>
6614
6615 * gdb.reverse/aarch64.c: New.
6616 * gdb.reverse/aarch64.exp: New.
6617
6618 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6619
6620 * lib/gdb.exp (supports_process_record): Return true for
6621 aarch64*-linux*.
6622 (supports_reverse): Likewise.
6623
6624 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6625
6626 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6627 Use with_test_prefix.
6628
6629 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6630
6631 * gdb.base/completion.exp: Add test for completion of layout
6632 names.
6633
6634 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6635
6636 * lib/gdb.exp (skip_tui_tests): New proc.
6637 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6638
6639 2015-05-19 Pedro Alves <palves@redhat.com>
6640
6641 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6642 Save the whole env array instead of just HOME. Unset HISTSIZE in
6643 the environment while testing. Restore whole environment
6644 afterwards.
6645
6646 2015-05-16 Doug Evans <xdje42@gmail.com>
6647
6648 * gdb.guile/scm-ports.c: New file.
6649 * gdb.guile/scm-ports.exp: Add memory port tests.
6650
6651 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6652
6653 * gdb.compile/compile-print.c: New file.
6654 * gdb.compile/compile-print.exp: New file.
6655
6656 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6657
6658 * gdb.compile/compile-ops.exp: Cast param to void.
6659 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6660 (compile code struct_object.selffield = &struct_object): Add xfail.
6661
6662 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6663
6664 * gdb.ada/arr_enum_with_gap: New testcase.
6665
6666 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6667
6668 * gdb.ada/byte_packed_arr: New testcase.
6669
6670 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6671
6672 * gdb.ada/pckd_neg: New testcase.
6673
6674 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6675
6676 PR gdb/17820
6677 * gdb.base/gdbinit-history.exp: New test.
6678 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6679 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6680
6681 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6682
6683 * gdb.python/py-xmethods.cc: Enhance test case.
6684 * gdb.python/py-xmethods.exp: New tests.
6685 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6686 function.
6687 (B_indexoper): Likewise.
6688 (global_dm_list) : Add new xmethod worker functions.
6689
6690 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6691
6692 * gdb.base/coredump-filter.exp: Correctly unset
6693 "coredump_var_addr" array.
6694
6695 2015-05-08 Pedro Alves <palves@redhat.com>
6696
6697 * gdb.server/non-existing-program.exp: Unset spawn_id.
6698
6699 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6700
6701 PR python/18291
6702 * gdb.python/py-xmethods.exp: Add tests.
6703
6704 2015-05-08 Yao Qi <yao.qi@linaro.org>
6705
6706 PR gdb/18208
6707 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6708 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6709 function set_coredump_filter, and remove remote_exec call.
6710 Remove argument ipid. Callers update.
6711 (top level): Don't get inferior's PID.
6712
6713 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6714
6715 * gdb.base/watch_thread_num.exp: Skip test on targets without
6716 access watchpoints.
6717
6718 2015-05-06 Pedro Alves <palves@redhat.com>
6719
6720 PR server/18081
6721 * gdb.server/non-existing-program.exp: New file.
6722
6723 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6724
6725 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6726
6727 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6728
6729 * gdb.ada/out_of_line_in_inlined: New testcase.
6730
6731 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6732
6733 * gdb.ada/var_rec_arr: New testcase.
6734
6735 2015-04-30 Yao Qi <yao.qi@linaro.org>
6736
6737 * gdb.base/break-idempotent.exp: If
6738 skip_hw_watchpoint_multi_tests returns true, skip the tests
6739 on "rwatch" and "awatch".
6740
6741 2015-04-30 Yao Qi <yao.qi@linaro.org>
6742
6743 * gdb.base/relativedebug.exp: Invoke gdb command
6744 "info sharedlibrary", and if libc.so doesn't have debug info,
6745 skip the test.
6746
6747 2015-04-29 Doug Evans <dje@google.com>
6748
6749 * gdb.python/py-xmethods.exp: Add ptype tests.
6750 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6751 get_result_type method.
6752
6753 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6754
6755 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6756 the target does not support hardware watchpoints.
6757
6758 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6759
6760 * gdb.base/break-always.exp: Abort testing if writing to memory
6761 causes an error.
6762
6763 2015-04-28 Doug Evans <dje@google.com>
6764
6765 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6766 * gdb.python/py-pp-registration.exp: ... here. New file.
6767 * gdb.python/py-pp-registration.c: New file.
6768 * gdb.python/py-pp-registration.py: New file.
6769
6770 2015-04-28 Doug Evans <dje@google.com>
6771
6772 * gdb.python/py-bad-printers.c: New file.
6773 * gdb.python/py-bad-printers.py: New file.
6774 * gdb.python/py-bad-printers.exp: New file.
6775
6776 2015-04-28 Sasha Smundak <asmundak@google.com>
6777
6778 * gdb.python/py-type.exp: New test.
6779
6780 2015-04-28 Andy Wingo <wingo@igalia.com>
6781
6782 * gdb.python/py-parameter.exp:
6783 * gdb.guile/scm-parameter.exp: Escape the path that we are
6784 matching against, as it might contain characters that are special
6785 to regular expressions.
6786
6787 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6788
6789 * gdb.ada/rec_comp: New testcase.
6790
6791 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6792
6793 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6794 before using it.
6795
6796 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6797
6798 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6799 new tests for verilog output.
6800
6801 2015-04-24 Yao Qi <yao.qi@linaro.org>
6802
6803 * boards/remote-gdbserver-on-localhost.exp: New file.
6804
6805 2015-04-23 Pedro Alves <palves@redhat.com>
6806
6807 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6808 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6809 "end of file", remove $inferior_spawn_id from the indirect list.
6810
6811 2015-04-23 Pedro Alves <palves@redhat.com>
6812
6813 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6814
6815 2015-04-23 Pedro Alves <palves@redhat.com>
6816
6817 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6818 on $any_spawn_id instead of only on $gdb_spawn_id.
6819
6820 2015-04-21 Pierre Muller <muller@sourceware.org>
6821
6822 PR pascal/17815
6823 * lib/pascal.exp (gpc_compile): Add new option "class".
6824 (fpc_compile): Likewise.
6825 * gdb.pascal/case-insensitive-symbols.pas: New file.
6826 * gdb.pascal/case-insensitive-symbols.exp: New file.
6827
6828 2015-04-20 Gary Benson <gbenson@redhat.com>
6829
6830 * gdb.base/attach.exp: Fix three extended remote failures.
6831
6832 2015-04-17 Gary Benson <gbenson@redhat.com>
6833
6834 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6835 the main executable over the remote protocol.
6836
6837 2015-04-16 Pedro Alves <palves@redhat.com>
6838
6839 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6840 a new gdbserver if gdbserver_reconnect_p is set.
6841
6842 2015-04-16 Pedro Alves <palves@redhat.com>
6843
6844 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6845 is set, don't exit gdbserver.
6846
6847 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6848
6849 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6850 appropriate .insn, such that an older assembler can be used.
6851 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6852 the z/Architecture instruction set on 31-bit targets as well.
6853
6854 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6855
6856 * gdb.go/handcall.exp: Remove all logic related to the first
6857 breakpoint and rely on go_runto_main instead.
6858 * gdb.go/strings.exp: Likewise.
6859 * gdb.go/unsafe.exp: Likewise.
6860 * gdb.go/hello.exp: Likewise. Also rename the remaining
6861 breakpoint marker to "breakpoint 1".
6862 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6863 * gdb.go/strings.go: Likewise.
6864 * gdb.go/unsafe.go: Likewise.
6865 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6866 "set breakpoint 2 here" and rename the remaining breakpoint marker
6867 to "breakpoint 1".
6868
6869 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6870
6871 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6872 if itertools.imap is not present.
6873 * gdb.python/py-objfile.exp: Add parentheses.
6874 * gdb.python/py-type.exp: Same.
6875 * gdb.python/py-unwind-maint.py: Same.
6876
6877 2015-04-15 Yao Qi <yao.qi@linaro.org>
6878
6879 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6880 of ":$ptr_size" and set its form explicitly.
6881
6882 2015-04-15 Pedro Alves <palves@redhat.com>
6883 Yao Qi <yao.qi@linaro.org>
6884
6885 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6886 timeout by factor of 4.
6887 (test_regular_watch): Likewise.
6888 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6889 * gdb.reverse/sigall-reverse.exp: Likewise.
6890 * gdb.reverse/until-precsave.exp: Likewise.
6891 * lib/gdb.exp (with_timeout_factor): New proc.
6892 (gdb_expect): Move some code to ...
6893 (get_largest_timeout): ... here. New procedure.
6894
6895 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6896
6897 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6898
6899 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6900
6901 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6902 to write to the .text section.
6903
6904 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6905
6906 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6907 Handle the case of targets that do not provide PID information.
6908
6909 2015-04-13 Yao Qi <yao.qi@linaro.org>
6910
6911 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6912 and use expect instead of gdb_expect.
6913
6914 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6915
6916 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6917 "coredump_var_addr" to avoid naming conflict with other testcases.
6918
6919 2015-04-10 Pedro Alves <palves@redhat.com>
6920
6921 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6922 gdb_test_sequence and gdb_assert.
6923
6924 2015-04-10 Pedro Alves <palves@redhat.com>
6925
6926 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6927 test messages that don't include the breakpoint address.
6928
6929 2015-04-10 Yao Qi <yao.qi@linaro.org>
6930
6931 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6932 false for some offset and width combinations which aren't
6933 supported by linux kernel.
6934
6935 2015-04-10 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6938 procedure, factored out from ...
6939 (top level): ... here. Add "set displaced-stepping" testing axis.
6940 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6941 parameter "displaced". Use it.
6942 (top level): Use foreach and add "set displaced-stepping" testing
6943 axis.
6944
6945 2015-04-10 Pedro Alves <palves@redhat.com>
6946
6947 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6948 Remove comment.
6949 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6950 both the address of the instruction that triggers the watchpoint
6951 and the address of the instruction immediately after, and use
6952 those addresses for the test. Fix comment.
6953
6954 2015-04-10 Pedro Alves <palves@redhat.com>
6955
6956 * gdb.base/sigstep.exp (breakpoint_to_handler)
6957 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6958 Test "backtrace" in handler.
6959 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6960 (top level): Add new "displaced" test axis to
6961 breakpoint_to_handler, breakpoint_to_handler_entry and
6962 breakpoint_over_handler.
6963
6964 2015-04-10 Pedro Alves <palves@redhat.com>
6965
6966 PR gdb/18216
6967 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6968
6969 2015-04-10 Yao Qi <yao.qi@linaro.org>
6970
6971 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6972 (test_add_rn_pc): New function.
6973 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6974 (top level): Invoke test_add_rn_pc.
6975
6976 2015-04-10 Pedro Alves <palves@redhat.com>
6977
6978 PR gdb/13858
6979 * gdb.base/step-over-no-symbols.exp: New file.
6980
6981 2015-04-09 Andy Wingo <wingo@igalia.com>
6982
6983 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6984 after the Python tests.
6985
6986 2015-04-08 Keith Seitz <keiths@redhat.com>
6987
6988 PR python/16699
6989 * gdb.python/py-completion.exp: New tests for completion.
6990 * gdb.python/py-completion.py (CompleteLimit1): New class.
6991 (CompleteLimit2): Likewise.
6992 (CompleteLimit3): Likewise.
6993 (CompleteLimit4): Likewise.
6994 (CompleteLimit5): Likewise.
6995 (CompleteLimit6): Likewise.
6996 (CompleteLimit7): Likewise.
6997
6998 2015-04-08 Pedro Alves <palves@redhat.com>
6999
7000 PR gdb/18214
7001 PR gdb/18216
7002 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7003 function.
7004 (main): Install it as SIGUSR1 handler.
7005 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7006 parameter. Always use "setup" as prefix. Toggle "set
7007 displaced-stepping" off/on depending on global. Don't switch to
7008 thread 1 here.
7009 (top level): Add displaced stepping "off/on" test axis. Update
7010 "setup" calls. Wrap each subtest with with_test_prefix. Test
7011 continuing with a queued signal in each thread.
7012
7013 2015-04-08 Pedro Alves <palves@redhat.com>
7014
7015 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7016 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7017 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7018 Return early if running to main fails.
7019 * gdb.trace/while-stepping.exp: Likewise.
7020
7021 2015-04-07 Pedro Alves <palves@redhat.com>
7022
7023 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7024 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7025 interact with inferior program.
7026
7027 2015-04-07 Pedro Alves <palves@redhat.com>
7028
7029 * lib/gdb.exp (inferior_spawn_id): New global.
7030 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7031 spawn id after processing the user code.
7032 (default_gdb_start): Set inferior_spawn_id.
7033 (send_inferior): New procedure.
7034 * lib/gdbserver-support.exp (gdbserver_start): Set
7035 inferior_spawn_id.
7036 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7037
7038 2015-04-07 Pedro Alves <palves@redhat.com>
7039
7040 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7041 * lib/gdbserver-support.exp (gdbserver_start): Make
7042 $server_spawn_id global.
7043 (gdbserver_start): Don't wait for gdbserver's spawn id with
7044 expect_background.
7045 (close_gdbserver): New procedure.
7046 (gdb_exit): Rename the default version and reimplement.
7047
7048 2015-04-07 Pedro Alves <palves@redhat.com>
7049
7050 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7051 append the substituted item, not the original item.
7052
7053 2015-04-07 Pedro Alves <palves@redhat.com>
7054
7055 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7056 gdb_expect.
7057
7058 2015-04-07 Pedro Alves <palves@redhat.com>
7059
7060 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7061 output appearing once only.
7062
7063 2015-04-07 Pedro Alves <palves@redhat.com>
7064
7065 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7066 that doesn't expect anything. Return early if running to main
7067 fails.
7068
7069 2015-04-07 Yao Qi <yao.qi@linaro.org>
7070
7071 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7072 (child_function): Call alarm.
7073 (main): Move call to alarm into the loop.
7074 * gdb.threads/non-stop-fair-events.exp: Build program with
7075 -DTIMEOUT=$timeout.
7076
7077 2015-04-06 Doug Evans <xdje42@gmail.com>
7078
7079 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7080 Fix dest parameter to board_info.
7081 (fpc_compile): Ditto.
7082 (gdb_compile_pascal): Rename dest arg to destfile.
7083
7084 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7085
7086 * gdb.ada/funcall_ref.exp: New file.
7087 * gdb.ada/funcall_ref/foo.adb: New file.
7088
7089 2015-04-02 Yao Qi <yao.qi@linaro.org>
7090
7091 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7092 is remote.
7093
7094 2015-04-02 Gary Benson <gbenson@redhat.com>
7095
7096 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7097
7098 2015-04-01 Sasha Smundak <asmundak@google.com>
7099
7100 * gdb.python/py-unwind-maint.c: New file.
7101 * gdb.python/py-unwind-maint.exp: New test.
7102 * gdb.python/py-unwind-maint.py: New file.
7103 * gdb.python/py-unwind.c: New file.
7104 * gdb.python/py-unwind.exp: New test.
7105 * gdb.python/py-unwind.py: New test.
7106
7107 2015-04-01 Pedro Alves <palves@redhat.com>
7108
7109 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7110 to fail instead of non-existent $test.
7111
7112 2015-04-01 Pedro Alves <palves@redhat.com>
7113
7114 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7115 GDBFLAGS if not empty.
7116
7117 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7118
7119 * gdb.ada/complete.exp: Remove "multi_line".
7120 * gdb.ada/info_exc.exp: Remove "multi_line".
7121 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7122 * gdb.ada/ptype_field.exp: Remove "multi_line".
7123 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7124 * gdb.ada/tagged.exp: Remove "multi_line".
7125 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7126 [multi_line ...]
7127 * gdb.btrace/delta.exp: Likewise.
7128 * gdb.btrace/exception.exp: Likewise.
7129 * gdb.btrace/function_call_history.exp: Likewise.
7130 * gdb.btrace/instruction_history.exp: Likewise.
7131 * gdb.btrace/nohist.exp: Likewise.
7132 * gdb.btrace/record_goto.exp: Likewise.
7133 * gdb.btrace/segv.exp: Likewise.
7134 * gdb.btrace/stepi.exp: Likewise.
7135 * gdb.btrace/tailcall.exp: Likewise.
7136 * gdb.btrace/unknown_functions.exp: Likewise.
7137 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7138 * lib/gdb.exp: Add the "multi_line" helper.
7139
7140 2015-04-01 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.threads/tid-reuse.c: New file.
7143 * gdb.threads/tid-reuse.exp: New file.
7144
7145 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7146
7147 PR corefiles/16092
7148 * gdb.base/coredump-filter.c: New file.
7149 * gdb.base/coredump-filter.exp: Likewise.
7150
7151 2015-03-27 Petr Machata <pmachata@redhat.com>
7152
7153 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7154 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7155 (Dwarf::assemble): Initialize them.
7156 (Dwarf::lines): New function.
7157
7158 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7159
7160 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7161 SYMBOL_PREFIX for x86_64-*-cygwin.
7162
7163 2015-03-26 Andy Wingo <wingo@igalia.com>
7164
7165 PR symtab/18148
7166 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7167 const_value but not a location.
7168 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7169 location defined in non-main CUs are visible.
7170
7171 2015-03-26 Yao Qi <yao.qi@linaro.org>
7172
7173 PR testsuite/18139
7174 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7175 Add a line number entry for the same line.
7176 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7177 Add a line number entry for the same line.
7178
7179 2015-03-26 Yao Qi <yao.qi@linaro.org>
7180
7181 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7182 .int 0.
7183 (func): Likewise. Add .Lfunc_1 label.
7184 Use .Lfunc_1 label.
7185 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7186 .int 0.
7187 (func): Likewise.
7188 Use .Lfunc_1 label.
7189
7190 2015-03-26 Yao Qi <yao.qi@linaro.org>
7191
7192 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7193 Call gdb_compile instead to compile each .s files without debug
7194 information.
7195
7196 2015-03-26 Yao Qi <yao.qi@linaro.org>
7197
7198 * gdb.base/savedregs.exp (process_saved_regs): Make
7199 "Saved registers:" optional in the pattern.
7200
7201 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7202
7203 * gdb.btrace/next.exp: Merged into step.exp.
7204 * gdb.btrace/finish.exp: Merged into step.exp.
7205 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7206 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7207 "record goto" and checking the exact replay position.
7208 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7209 check for "Recording format" in "info record" output.
7210 * gdb.btrace/record_goto.exp: Choose test file based on target.
7211 * gdb.btrace/x86-record_goto.S: Renamed into ...
7212 * gdb.btrace/x86_64-record_goto.S: ... this.
7213 * gdb.btrace/i686-record_goto.S: New.
7214 * gdb.btrace/x86-tailcall.S: Renamed into ...
7215 * gdb.btrace/x86_64-tailcall.S: ... this.
7216 * gdb.btrace/i686-tailcall.S: New.
7217 * gdb.btrace/x86-tailcall.c: Renamed into ...
7218 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7219 separate statements. Update test.
7220 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7221 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7222 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7223 * gdb.btrace/tailcall.exp: Choose test file based on target.
7224 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7225
7226 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7227
7228 * gdb.btrace/exception.exp: Increase BTS buffer size.
7229
7230 2015-03-24 Pedro Alves <palves@redhat.com>
7231
7232 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7233
7234 2015-03-24 Pedro Alves <palves@redhat.com>
7235
7236 * gdb.threads/schedlock.exp (test_step): No longer expect that
7237 "set scheduler-locking step" with "next" over a function call runs
7238 threads unlocked.
7239
7240 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7241
7242 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7243
7244 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7245
7246 PR breakpoints/16466
7247 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7248 * gdb.mi/mi-pending.c (thread_func): New function.
7249 (int main): Add threading support required.
7250 * gdb.mi/mi-pending.exp: Add tests for this issue.
7251 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7252 (pendfunc2): Remove stdio dependency.
7253 * gdb.mi/mi-pendshr2.c: New file.
7254
7255 2015-03-23 Keith Seitz <keiths@redhat.com>
7256
7257 * gdb.linespec/keywords.c: New file.
7258 * gdb.linespec/keywords.exp: New file.
7259
7260 2015-03-23 Keith Seitz <keiths@redhat.com>
7261
7262 PR gdb/18021
7263 * gdb.dwarf2/staticvirtual.exp: New test.
7264
7265 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7266
7267 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7268 * README: Remove HP-UX and gdb.hp.
7269 (configuration):
7270 * configure: Regenerate.
7271 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7272 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7273 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7274 gdb.hp/gdb.defects/Makefile.
7275 * gdb.hp/Makefile.in: File deleted.
7276 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7277 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7278 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7279 * gdb.hp/gdb.aCC/run.c: File deleted.
7280 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7281 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7282 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7283 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7284 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7285 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7286 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7287 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7288 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7289 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7290 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7291 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7292 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7293 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7294 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7295 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7296 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7297 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7298 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7299 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7300 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7301 * gdb.hp/gdb.compat/average.c: File deleted.
7302 * gdb.hp/gdb.compat/sum.c: File deleted.
7303 * gdb.hp/gdb.compat/xdb.c: File deleted.
7304 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7305 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7306 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7307 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7308 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7309 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7310 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7311 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7312 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7313 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7314 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7315 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7316 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7317 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7318 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7319 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7320 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7321 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7322 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7323 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7324 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7325 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7326 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7327 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7328 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7329 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7330 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7331 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7332 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7333 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7334 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7335 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7336 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7337 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7338 * gdb.hp/tools/odump: File deleted.
7339
7340 2015-03-19 Pedro Alves <palves@redhat.com>
7341
7342 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7343 (saw_thread_3): New globals.
7344 (top level): Increment them when an event for the corresponding
7345 thread is seen.
7346 (no thread starvation): New test.
7347
7348 2015-03-19 Pedro Alves <palves@redhat.com>
7349
7350 * gdb.threads/continue-pending-status.c: New file.
7351 * gdb.threads/continue-pending-status.exp: New file.
7352
7353 2015-03-18 Pedro Alves <palves@redhat.com>
7354
7355 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7356 Use gdb_is_target_remote instead of is_remote. Use
7357 gdb_test_multiple instead of gdb_expect. Exit early if
7358 gdb_test_multiple hits its internal matches. Tighten stepi tests
7359 expected output. Fail on exit with any signal, instead of just
7360 SIGILL.
7361
7362 2015-03-18 Yao Qi <yao.qi@linaro.org>
7363
7364 PR tdep/18107
7365 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7366 variable.
7367 * gdb.base/catch-syscall.exp: Don't skip it on
7368 aarch64*-*-linux* target. Remove elements in all_syscalls.
7369 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7370 target.
7371 (setup_all_syscalls): New proc.
7372
7373 2015-03-16 Yao Qi <yao.qi@linaro.org>
7374
7375 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7376 (top level): Skip tests if valid_addr_p returns false for
7377 $cmd1 or $cmd2.
7378
7379 2015-03-11 Andy Wingo <wingo@igalia.com>
7380
7381 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7382
7383 2015-03-11 Yao Qi <yao.qi@linaro.org>
7384
7385 * gdb.base/catch-syscall.exp: Fix typo in comments.
7386
7387 2015-03-11 Yao Qi <yao.qi@linaro.org>
7388
7389 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7390
7391 2015-03-09 Pedro Alves <palves@redhat.com>
7392
7393 * dg-extract-results.py: Delete.
7394
7395 2015-03-09 Pedro Alves <palves@redhat.com>
7396
7397 Merge dg-extract-results.sh from GCC upstream (r218843).
7398
7399 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7400 * dg-extract-results.sh: Use --text with grep to avoid issues with
7401 binary files. Fall back to cat -v, if that doesn't work.
7402
7403 2015-03-05 Pedro Alves <palves@redhat.com>
7404
7405 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7406
7407 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7408
7409 * lib/mi-support.exp (mi_expect_interrupt): Accept
7410 alternative event for when in all-stop mode.
7411
7412 2015-03-04 Pedro Alves <palves@redhat.com>
7413
7414 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7415
7416 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7417
7418 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7419
7420 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7421
7422 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7423 regexps for GDB's current line display, accept a hex address
7424 preceding the line number.
7425
7426 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7427
7428 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7429 the 'arch1' variable for "s390*-linux*" targets.
7430
7431 2015-03-04 Pedro Alves <palves@redhat.com>
7432
7433 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7434 (main): Pass missing retval argument to pthread_join call.
7435
7436 2015-03-02 Pedro Alves <palves@redhat.com>
7437
7438 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7439 (top level): Call do_test with non-stop as well.
7440
7441 2015-03-02 Pedro Alves <palves@redhat.com>
7442
7443 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7444 -1.
7445
7446 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7447
7448 * gdb.arch/s390-vregs.exp: New test.
7449 * gdb.arch/s390-vregs.S: New file.
7450
7451 2015-02-27 Pedro Alves <palves@redhat.com>
7452
7453 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7454 call to catch_command_errors.
7455 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7456 catch_command_errors.
7457
7458 2015-02-27 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7461 "true" for boolean result.
7462 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7463 prototype of main.
7464
7465 2015-02-27 Pedro Alves <palves@redhat.com>
7466
7467 * lib/unbuffer_output.c: New file.
7468 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7469 (main): Call gdb_unbuffer_output.
7470
7471 2015-02-27 Yao Qi <yao.qi@linaro.org>
7472
7473 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7474 target.
7475
7476 2015-02-26 Doug Evans <dje@google.com>
7477
7478 * gdb.cp/class2.cc (Dbase, D): New classes.
7479 (main): New local delta.
7480 * gdb.cp/class2.exp: Test printing delta.
7481 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7482 (dynbar): New global.
7483 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7484
7485 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7486
7487 * gdb.compile/compile-ifunc.c: New file.
7488 * gdb.compile/compile-ifunc.exp: New file.
7489
7490 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7491
7492 * gdb.base/structs.exp: Check for correct struct on finish.
7493
7494 2015-02-26 Yao Qi <yao.qi@linaro.org>
7495
7496 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7497 is zero.
7498
7499 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7500
7501 * gdb.arch/cordic.ko.bz2: New file.
7502 * gdb.arch/cordic.ko.debug.bz2: New file.
7503 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7504
7505 2015-02-25 Yao Qi <yao.qi@linaro.org>
7506
7507 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7508 aarch64*-*-* target.
7509
7510 2015-02-23 Pedro Alves <palves@redhat.com>
7511
7512 * lib/gdb.exp (delete_breakpoints): Rewrite using
7513 gdb_test_multiple.
7514
7515 2015-02-23 Pedro Alves <palves@redhat.com>
7516
7517 * gdb.base/info-os.c: Include stdlib.h.
7518
7519 2015-02-22 Doug Evans <xdje42@gmail.com>
7520
7521 PR symtab/17855
7522 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7523 is read after symbols have been re-read.
7524 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7525 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7526
7527 2015-02-21 Doug Evans <dje@google.com>
7528
7529 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7530
7531 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7532
7533 PR corefiles/17808
7534 * gdb.arch/i386-biarch-core.core.bz2: New file.
7535 * gdb.arch/i386-biarch-core.exp: New file.
7536
7537 2015-02-21 Pedro Alves <palves@redhat.com>
7538
7539 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7540 runto_main fails.
7541
7542 2015-02-20 Pedro Alves <palves@redhat.com>
7543
7544 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7545 info probes.
7546
7547 2015-02-20 Pedro Alves <palves@redhat.com>
7548
7549 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7550
7551 2015-02-20 Pedro Alves <palves@redhat.com>
7552
7553 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7554 clean_restart before gdb_target_supports_trace.
7555
7556 2015-02-20 Pedro Alves <palves@redhat.com>
7557
7558 PR threads/18006
7559 * gdb.threads/clone-thread_db.c: New file.
7560 * gdb.threads/clone-thread_db.exp: New file.
7561
7562 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7563
7564 PR breakpoints/16812
7565 * gdb.base/catch-gdb-caused-signals.c: New file.
7566 * gdb.base/catch-gdb-caused-signals.exp: New file.
7567
7568 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7569
7570 * configure: Regenerated.
7571 * configure.ac: Use GDB_AC_TRANSFORM.
7572 * aclocal.m4: sinclude ../transform.m4.
7573
7574 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7575
7576 * lib/dtrace.exp: New file.
7577 * gdb.base/dtrace-probe.exp: Likewise.
7578 * gdb.base/dtrace-probe.d: Likewise.
7579 * gdb.base/dtrace-probe.c: Likewise.
7580 * lib/pdtrace.in: Likewise.
7581 * configure.ac: Output variables with the transformed names of
7582 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7583 * configure: Regenerated.
7584
7585 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7586
7587 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7588 expected message when trying to access $_probe_* convenience
7589 variables while not on a probe.
7590
7591 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7592
7593 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7594
7595 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7596
7597 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7598 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7599
7600 2015-02-10 Doug Evans <xdje42@gmail.com>
7601
7602 * lib/gdb.exp (gdb_load): Always return a result.
7603
7604 2015-02-10 Pedro Alves <palves@redhat.com>
7605
7606 * gdb.threads/signal-sigtrap.c: New file.
7607 * gdb.threads/signal-sigtrap.exp: New file.
7608
7609 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7610
7611 * gdb.trace/no-attach-trace.c: New file.
7612 * gdb.trace/no-attach-trace.exp: New file.
7613
7614 2015-02-09 Mark Wielaard <mjw@redhat.com>
7615
7616 * gdb.dwarf2/atomic.c: New file.
7617 * gdb.dwarf2/atomic-type.exp: Likewise.
7618
7619 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7620
7621 * gdb.btrace/buffer-size.exp: Update "info record" output.
7622 * gdb.btrace/delta.exp: Update "info record" output.
7623 * gdb.btrace/enable.exp: Update "info record" output.
7624 * gdb.btrace/finish.exp: Update "info record" output.
7625 * gdb.btrace/instruction_history.exp: Update "info record" output.
7626 * gdb.btrace/next.exp: Update "info record" output.
7627 * gdb.btrace/nexti.exp: Update "info record" output.
7628 * gdb.btrace/step.exp: Update "info record" output.
7629 * gdb.btrace/stepi.exp: Update "info record" output.
7630 * gdb.btrace/nohist.exp: Update "info record" output.
7631
7632 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7633
7634 * gdb.btrace/buffer-size: New.
7635
7636 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7637
7638 * gdb.btrace/delta.exp: Update "info record" output.
7639 * gdb.btrace/enable.exp: Update "info record" output.
7640 * gdb.btrace/finish.exp: Update "info record" output.
7641 * gdb.btrace/instruction_history.exp: Update "info record" output.
7642 * gdb.btrace/next.exp: Update "info record" output.
7643 * gdb.btrace/nexti.exp: Update "info record" output.
7644 * gdb.btrace/step.exp: Update "info record" output.
7645 * gdb.btrace/stepi.exp: Update "info record" output.
7646 * gdb.btrace/nohist.exp: Update "info record" output.
7647
7648 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7649
7650 PR gdb/15678
7651 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7652
7653 2015-02-06 Pedro Alves <palves@redhat.com>
7654
7655 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7656 macro.
7657 (seconds_left, again): New globals.
7658 (main): Wait seconds_left in a 1-second sleep loop instead of
7659 sleeping 180 seconds. If 'again' is set, reset the seconds
7660 counter.
7661 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7662 'again' in the inferior before detaching. Print the seconds left.
7663 (options): New global.
7664 (top level): Build program with -DTIMEOUT=$timeout.
7665
7666 2015-02-06 Pedro Alves <palves@redhat.com>
7667
7668 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7669 determine how many seconds to pass to 'alarm'.
7670 * gdb.base/gdb-sigterm.exp (top level): Build program with
7671 -DTIMEOUT=$timeout.
7672 (do_test): Return success/failure indication. Add more verbose
7673 logging. Don't fail if 200 single steps are seen. Instead, fail
7674 when the test times out.
7675 (passes): New global.
7676 (top level): Break the testing loop if testing fails on any
7677 iteration. Use gdb_assert.
7678
7679 2015-02-04 Don Breazeal <donb@codesourcery.com>
7680
7681 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7682 and initialize them.
7683 (ipc_cleanup): New function.
7684 (main): Don't declare shmid, semid, and msqid. Add a call to
7685 atexit so that we call ipc_cleanup on exit.
7686
7687 2015-02-04 Pedro Alves <palves@redhat.com>
7688
7689 * boards/native-extended-gdbserver.exp: Remove any target variant
7690 specifications from the board name before clearing the isremote
7691 flag from board_info.
7692
7693 2015-01-31 Doug Evans <xdje42@gmail.com>
7694
7695 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7696
7697 2015-01-31 Gary Benson <gbenson@redhat.com>
7698
7699 * gdb.base/completion.exp: Disable completion limiting for
7700 existing tests. Add new tests to check completion limiting.
7701 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7702
7703 2015-01-31 Doug Evans <xdje42@gmail.com>
7704
7705 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7706
7707 2015-01-31 Doug Evans <xdje42@gmail.com>
7708
7709 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7710 entries. Duplicate file section script entries.
7711 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7712 inlined entries. Add test for safe-path rejection.
7713 * gdb.python/py-section-script.c: Add duplicate inlined section script
7714 entries. Duplicate file section script entries.
7715 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7716 inlined entries. Add test for safe-path rejection.
7717
7718 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7719
7720 * gdb.ada/disc_arr_bound: New testcase.
7721
7722 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7723
7724 * gdb.ada/mi_var_array: New testcase.
7725
7726 2015-01-27 Doug Evans <dje@google.com>
7727
7728 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7729 Add test for objfile.filename, objfile.username after objfile
7730 has been unloaded.
7731
7732 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7733
7734 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7735 the second test to print the name attribute of value
7736 returned by the call to gdb.lookup_type, and adjust
7737 the expected output accordingly.
7738
7739 2015-01-25 Mark Wielaard <mjw@redhat.com>
7740
7741 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7742 * gdb.base/disp-step-fork.c: Include unistd.h.
7743 * gdb.base/siginfo-obj.c: Include stdio.h.
7744 * gdb.base/siginfo-thread.c: Likewise.
7745 * gdb.mi/non-stop.c: Include unistd.h.
7746 * gdb.mi/nsthrexec.c: Include stdio.h.
7747 * gdb.mi/pthreads.c: Include unistd.h.
7748 * gdb.modula2/unbounded1.c (main): Declare returns int.
7749 * gdb.reverse/consecutive-reverse.c: Likewise.
7750 * gdb.threads/create-fail.c: Include unistd.h.
7751 * gdb.threads/killed.c: Likewise.
7752 * gdb.threads/linux-dp.c: Likewise.
7753 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7754 * gdb.threads/non-ldr-exc-2.c: Likewise.
7755 * gdb.threads/non-ldr-exc-3.c: Likewise.
7756 * gdb.threads/non-ldr-exc-4.c: Likewise.
7757 * gdb.threads/pthreads.c: Include unistd.h.
7758 (main): Declare returns int.
7759 * gdb.threads/tls-main.c (foo): New declaration.
7760 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7761
7762 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7765 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7766
7767 2015-01-15 Mark Wielaard <mjw@redhat.com>
7768
7769 * gdb.base/noreturn-return.c: New file.
7770 * gdb.base/noreturn-return.exp: New file.
7771 * gdb.base/noreturn-finish.c: New file.
7772 * gdb.base/noreturn-finish.exp: New file.
7773
7774 2015-01-23 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.threads/continue-pending-after-query.c: New file.
7777 * gdb.threads/continue-pending-after-query.exp: New file.
7778
7779 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7780 Simon Marchi <simon.marchi@ericsson.com>
7781
7782 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7783 * gdb.base/valgrind-db-attach.exp: Same.
7784 * gdb.base/valgrind-infcall.exp: Same.
7785 * lib/mi-support.exp (default_mi_gdb_start): Same.
7786 * lib/prompt.exp (default_prompt_gdb_start): Same.
7787 * lib/gdb.exp (default_gdb_spawn): Same.
7788 (gdb_interact): New.
7789
7790
7791 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7792
7793 * gdb.compile/compile.exp (pointer to jit function): New test.
7794
7795 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7796
7797 * lib/gdb.exp (supports_process_record): Return true for
7798 powerpc*-*-linux*.
7799 (supports_reverse): Likewise.
7800
7801 2015-01-15 Don Breazeal <donb@codesourcery.com>
7802
7803 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7804 instead of checking whether the target board is remote and
7805 use spawn_wait_for_attach instead of exec/sleep.
7806 * gdb.base/attach-twice.exp: Likewise.
7807
7808 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7809
7810 * gdb.ada/var_arr_attrs: New testcase.
7811
7812 2015-01-14 Pedro Alves <palves@redhat.com>
7813 Joel Brobecker <brobecker@adacore.com>
7814
7815 PR gdb/17525
7816 * gdb.base/bp-cmds-execution-x-script.c: New file.
7817 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7818 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7819
7820 2015-01-14 Pedro Alves <palves@redhat.com>
7821
7822 PR cli/17828
7823 * gdb.base/batch-preserve-term-settings.c: New file.
7824 * gdb.base/batch-preserve-term-settings.exp: New file.
7825
7826 2015-01-13 Doug Evans <dje@google.com>
7827
7828 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7829 binary.
7830
7831 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7832
7833 * Makefile.in (clean mostlyclean): Do not delete *.py.
7834
7835 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7836
7837 * gdb.python/py-lookup-type.exp: New file.
7838
7839 2015-01-12 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7842 restore GDBFLAGS before returning.
7843
7844 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7845
7846 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7847 is_amd64_regs_target and is_x86_like_target.
7848
7849 2015-01-11 Doug Evans <xdje42@gmail.com>
7850
7851 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7852 is given without an explicit form.
7853 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7854 attributes.
7855 * gdb.dwarf/corrupt.exp: Ditto.
7856 * gdb.dwarf2/enum-type.exp: Ditto.
7857 * gdb.trace/entry-values.exp: Ditto.
7858 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7859
7860 2015-01-11 Doug Evans <xdje42@gmail.com>
7861
7862 PR gdb/15830
7863 * gdb.base/maint.exp: Remove references to "maint demangle".
7864 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7865 Add tests for explicitly specifying language to demangle.
7866 * gdb.dlang/demangle.exp: Ditto.
7867
7868 2015-01-09 Pedro Alves <palves@redhat.com>
7869
7870 * gdb.threads/non-stop-fair-events.c: New file.
7871 * gdb.threads/non-stop-fair-events.exp: New file.
7872
7873 2015-01-09 Pedro Alves <palves@redhat.com>
7874
7875 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7876 the global scope. Set a breakpoint after all threads are started
7877 rather than stepping over two source lines. Expect the prompt.
7878 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7879 global.
7880 (NUM): Now 15.
7881 (main): Use threads_started_barrier to wait for all threads to
7882 start. Main thread no longer calls thread_function. Exit after
7883 180 seconds.
7884 (loop): New function.
7885 (thread_function): Wait on threads_started_barrier barrier. Call
7886 'loop' at each iteration.
7887 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7888 threads have started, instead of hardcoding number of "next"
7889 steps. Use an access watchpoint instead of a write watchpoint.
7890
7891 2015-01-09 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7894 (thread_func): Wait on barrier.
7895 (main): Wait for all threads to start before stopping GDB.
7896 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7897 global.
7898 (thread1_func, thread2_func): Wait on barrier.
7899 (main): Wait for all threads to start before stopping GDB.
7900 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7901 New global.
7902 (thread1_func, thread2_func): Wait on barrier.
7903 (main): Wait for all threads to start before stopping GDB.
7904
7905 2015-01-09 Pedro Alves <palves@redhat.com>
7906
7907 * gdb.threads/attach-many-short-lived-threads.c: New file.
7908 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7909
7910 2014-01-09 Pedro Alves <palves@redhat.com>
7911
7912 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7913 instead of to thread 2.
7914 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7915 Add barrier around each pthread_create call instead of around all
7916 calls.
7917 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7918 Set a break on thread_function and have the child threads hit it
7919 one at at a time.
7920
7921 2015-01-09 Pedro Alves <palves@redhat.com>
7922
7923 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7924 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7925 false.
7926 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7927 checking whether the target board is remote.
7928 * gdb.multi/multi-attach.exp: Likewise.
7929 * gdb.python/py-sync-interp.exp: Likewise.
7930 * gdb.server/ext-attach.exp: Likewise.
7931 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7932 tests that need to attach, instead of checking whether the target
7933 board is remote at the top of the file.
7934
7935 2015-01-08 Yao Qi <yao@codesourcery.com>
7936
7937 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7938
7939 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7940
7941 Fix testcase compilation.
7942 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7943
7944 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7945
7946 * gdb.python/py-type.exp: Add a couple test about empty
7947 array creation, and negative-length array creation.
7948
7949 2015-01-02 Doug Evans <xdje42@gmail.com>
7950
7951 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7952
7953 2015-01-02 Doug Evans <dje@google.com>
7954
7955 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7956
7957 2014-12-29 Yao Qi <yao@codesourcery.com>
7958
7959 * gdb.trace/entry-values.exp: Update comments. Rename variable
7960 bar_call_foo to returned_from_foo.
7961
7962 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7963
7964 PR gdb/17394
7965 * gdb.linespec/break-asm-file.c: New file.
7966 * gdb.linespec/break-asm-file.exp: New file.
7967 * gdb.linespec/break-asm-file0.s: New file.
7968 * gdb.linespec/break-asm-file1.s: New file.
7969
7970 2014-12-18 Nigel Stephens <nigel@mips.com>
7971 Maciej W. Rozycki <macro@codesourcery.com>
7972
7973 * gdb.base/float.exp: Handle the new output from "info float" on
7974 MIPS targets.
7975
7976 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7977
7978 Fix MinGW compilation.
7979 * gdb.compile/compile-ops.exp: Update untested message if
7980 !skip_compile_feature_tests.
7981 * gdb.compile/compile-setjmp.exp: Likewise.
7982 * gdb.compile/compile-tls.exp: Likewise.
7983 * gdb.compile/compile.exp: Likewise.
7984 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7985 supported on this host".
7986
7987 2014-12-16 Doug Evans <xdje42@gmail.com>
7988
7989 * boards/stabs.exp: New file.
7990
7991 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7992
7993 * gdb.base/completion.exp: Adjust to format changes of "maint
7994 print user-registers".
7995
7996 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7997
7998 PR server/17457
7999 * gdb.arch/aarch64-fp.c: New file.
8000 * gdb.arch/aarch64-fp.exp: New file.
8001
8002 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8003
8004 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8005 r210637, r210913, r211666, r215400, r215817).
8006
8007 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8008 * dg-extract-results.py: New file.
8009 * dg-extract-results.sh: Use it if the environment seems
8010 suitable.
8011
8012 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8013
8014 * dg-extract-results.py (parse_run): Handle warnings that
8015 are printed before a test harness is run.
8016
8017 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8018
8019 * dg-extract-results.py (Named): Remove __cmp__ method.
8020 (output_variation): Use a key to sort variation.harnesses.
8021
8022 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8023
8024 * dg-extract-results.py: For Python 3, force sys.stdout to
8025 handle surrogate escape sequences.
8026 (safe_open): New function.
8027 (output_segment, main): Use it.
8028
8029 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8030
8031 * dg-extract-results.py (Prog.result_re): Include options
8032 in test name.
8033
8034 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8035
8036 * dg-extract-results.py (output_variation): Always sort if
8037 do_sum.
8038
8039 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8040
8041 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8042 as long as we get pagination notifications.
8043
8044 2014-12-15 Jason Merrill <jason@redhat.com>
8045
8046 * Makefile.in (check-gdb.%): Restore.
8047 * README: Mention it.
8048
8049 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8050
8051 * gdb.ada/str_uninit: New testcase.
8052
8053 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8054
8055 PR symtab/17642
8056 * gdb.base/vla-stub-define.c: New file.
8057 * gdb.base/vla-stub.c: New file.
8058 * gdb.base/vla-stub.exp: New file.
8059
8060 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8061 Jan Kratochvil <jan.kratochvil@redhat.com>
8062 Tom Tromey <tromey@redhat.com>
8063
8064 * configure.ac: Add gdb.compile/.
8065 * configure: Regenerate.
8066 * gdb.compile/Makefile.in: New file.
8067 * gdb.compile/compile-ops.exp: New file.
8068 * gdb.compile/compile-ops.c: New file.
8069 * gdb.compile/compile-tls.c: New file.
8070 * gdb.compile/compile-tls.exp: New file.
8071 * gdb.compile/compile-constvar.S: New file.
8072 * gdb.compile/compile-constvar.c: New file.
8073 * gdb.compile/compile-mod.c: New file.
8074 * gdb.compile/compile-nodebug.c: New file.
8075 * gdb.compile/compile-setjmp-mod.c: New file.
8076 * gdb.compile/compile-setjmp.c: New file.
8077 * gdb.compile/compile-setjmp.exp: New file.
8078 * gdb.compile/compile-shlib.c: New file.
8079 * gdb.compile/compile.c: New file.
8080 * gdb.compile/compile.exp: New file.
8081 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8082
8083 2014-12-12 Tom Tromey <tromey@redhat.com>
8084
8085 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8086 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8087
8088 2014-12-12 Doug Evans <dje@google.com>
8089
8090 * lib/gdb-python.exp (get_python_valueof): New function.
8091 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8092
8093 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8094
8095 * gdb.base/completion.exp: Add test for completion of "info
8096 registers ".
8097
8098 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8099
8100 * gdb.base/func-ptrs.c: New file.
8101 * gdb.base/func-ptrs.exp: New file.
8102
8103 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8104
8105 PR breakpoints/17012
8106 * gdb.base/dprintf-detach.c: New file.
8107 * gdb.base/dprintf-detach.exp: New file.
8108
8109 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8110
8111 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8112 * lib/gdb.exp (target_is_gdbserver): New procedure.
8113
8114 2014-12-08 Doug Evans <dje@google.com>
8115
8116 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8117
8118 2014-12-05 Yao Qi <yao@codesourcery.com>
8119
8120 * gdb.guile/scm-error.exp: Remove the third argument to
8121 gdb_remote_download.
8122 * gdb.guile/scm-frame-args.exp: Likewise.
8123 * gdb.guile/scm-section-script.exp: Likewise.
8124
8125 2014-12-05 Yao Qi <yao@codesourcery.com>
8126
8127 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8128
8129 2014-12-04 Doug Evans <dje@google.com>
8130
8131 * gdb.python/py-objfile.exp: Add tests for
8132 objfile.add_separate_debug_file.
8133
8134 2014-12-04 Doug Evans <dje@google.com>
8135
8136 * lib/gdb.exp (get_build_id): New function.
8137 (build_id_debug_filename_get): Rewrite to use it.
8138 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8139
8140 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8141
8142 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8143 `method(long)', not just 0x0.
8144 * gdb.cp/nsalias.exp: Align code labels to 4.
8145 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8146 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8147 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8148 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8149 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8150 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8151
8152 2014-12-02 Doug Evans <dje@google.com>
8153
8154 PR symtab/17602
8155 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8156 * gdb.cp/anon-ns2.cc: ... here. New file.
8157 * gdb.cp/anon-ns.exp: Update.
8158
8159 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8160
8161 * gdb.python/py-events.py (inferior_call_handler): New.
8162 (register_changed_handler, memory_changed_handler): New.
8163 (test_events.invoke): Register new handlers.
8164 * gdb.python/py-events.exp: Add tests for inferior call,
8165 memory_changed and register_changed events.
8166
8167 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8168
8169 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8170 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8171 if the linker doesn't understand this.
8172
8173 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8174
8175 * gdb.python/python.exp: Change expected reply to help().
8176
8177 2014-12-01 Yao Qi <yao@codesourcery.com>
8178
8179 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8180 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8181 * configure: Re-generated.
8182
8183 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8184
8185 * gdb.cp/chained-calls.cc: New file.
8186 * gdb.cp/chained-calls.exp: New file.
8187 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8188
8189 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8190
8191 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8192 * gdb.dwarf2/symtab-producer.exp: Same.
8193 * gdb.gdb/python-interrupts.exp: Same.
8194 * gdb.gdb/python-selftest.exp: Same.
8195 * gdb.python/py-linetable.exp: Same.
8196 * gdb.python/py-type.exp: Same.
8197 * gdb.python/py-value-cc.exp: Same.
8198 * gdb.python/py-value.exp: Same.
8199
8200 2014-11-28 Yao Qi <yao@codesourcery.com>
8201
8202 * gdb.base/break-probes.exp: Match library name prefixed with
8203 sysroot.
8204
8205 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8206
8207 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8208 test expected output. Add parentheses for the call to print.
8209 Remove L suffix from integers.
8210
8211 2014-11-26 Doug Evans <dje@google.com>
8212
8213 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8214
8215 2014-11-22 Yao Qi <yao@codesourcery.com>
8216
8217 * gdb.trace/entry-values.c: Remove asms.
8218 (foo): Add foo_label.
8219 (bar): Add bar_label.
8220 * gdb.trace/entry-values.exp: Remove code computing foo's
8221 length and bar's length.
8222 (Dwarf::assemble): Invoke function_range for bar and use
8223 MACRO_AT_func for foo.
8224
8225 2014-11-22 Yao Qi <yao@codesourcery.com>
8226
8227 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8228 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8229 Use .Lgcc43_procstart instead of gcc43.
8230
8231 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8232
8233 * gdb.ada/n_arr_bound: New testcase.
8234
8235 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8236
8237 PR breakpoints/10737
8238 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8239 test_catch_syscall_multi_arch.
8240 (test_catch_syscall_multi_arch): New function.
8241
8242 2014-11-20 Doug Evans <xdje42@gmail.com>
8243
8244 * gdb.base/maint.exp: Update expected output.
8245
8246 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8247
8248 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8249 4-byte instruction on S390.
8250
8251 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8252
8253 * gdb.ada/arr_arr: New testcase.
8254
8255 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8256
8257 * gdb.ada/pkd_arr_elem: New Testcase.
8258
8259 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8260
8261 * gdb.reverse/break-precsave: Expect completion message for
8262 core file reads.
8263 * gdb.reverse/consecutive-precsave.exp: Likewise.
8264 * gdb.reverse/finish-precsave.exp: Likewise.
8265 * gdb.reverse/i386-precsave.exp: Likewise.
8266 * gdb.reverse/machinestate-precsave.exp: Likewise.
8267 * gdb.reverse/sigall-precsave.exp: Likewise.
8268 * gdb.reverse/solib-precsave.exp: Likewise.
8269 * gdb.reverse/step-precsave.exp: Likewise.
8270 * gdb.reverse/until-precsave.exp: Likewise.
8271 * gdb.reverse/watch-precsave.exp: Likewise.
8272
8273 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8274
8275 * gdb.base/bp-permanent.c: Include unistd.h.
8276 * gdb.python/py-framefilter-mi.c (main): Add return type.
8277 * gdb.python/py-framefilter.c (main): Likewise.
8278 * gdb.trace/actions-changed.c (main): Likewise.
8279
8280 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8281
8282 * gdb.mi/until.c: Add eye-catchers.
8283 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8284 line numbers.
8285
8286 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8287
8288 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8289 function header variants in break1.c.
8290 * gdb.base/ena-dis-br.exp: Likewise.
8291 * gdb.base/hbreak2.exp: Likewise.
8292 * gdb.reverse/until-precsave.exp: Drop references to removed
8293 non-prototype function header variants in ur1.c.
8294 * gdb.reverse/until-reverse.exp: Likewise.
8295
8296 2014-11-17 Petr Machata <pmachata@redhat.com>
8297
8298 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8299 ${_cu_offset_size} bytes abbrev offset.
8300
8301 2014-11-15 Doug Evans <xdje42@gmail.com>
8302
8303 PR symtab/17559
8304 * gdb.base/line-symtabs.exp: New file.
8305 * gdb.base/line-symtabs.c: New file.
8306 * gdb.base/line-symtabs.h: New file.
8307
8308 2014-11-14 Yao Qi <yao@codesourcery.com>
8309
8310 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8311 (func): Add label func_label.
8312 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8313 Replace low_pc and high_pc with MACRO_AT_range.
8314 Replace name, low_pc and high_pc with MACRO_AT_func.
8315
8316 2014-11-14 Yao Qi <yao@codesourcery.com>
8317
8318 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8319 Replace name, low_pc and high_pc with MACRO_AT_func.
8320
8321 2014-11-14 Yao Qi <yao@codesourcery.com>
8322
8323 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8324 produce debug information.
8325 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8326
8327 2014-11-14 Yao Qi <yao@codesourcery.com>
8328
8329 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8330 object and get function length.
8331 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8332 with MACRO_AT_func.
8333 (top-level): Replace gdb_compile and clean_restart with
8334 prepare_for_testing.
8335 * gdb.dwarf2/main.c (main): Add label main_label.
8336
8337 2014-11-14 Yao Qi <yao@codesourcery.com>
8338
8339 * lib/dwarf.exp (function_range): New procedure.
8340 (Dwarf::_handle_macro_at_func): New procedure.
8341 (Dwarf::_handle_macro_at_range): New procedure.
8342 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8343
8344 2014-11-14 Yao Qi <yao@codesourcery.com>
8345
8346 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8347 (_handle_attribute): New procedure.
8348
8349 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8350
8351 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8352 * gdb.base/call-sc.c (zed): Likewise.
8353 * gdb.base/checkpoint.c (main): Likewise.
8354 * gdb.base/dump.c (main): Likewise.
8355 * gdb.base/gcore.c (main): Likewise.
8356 * gdb.base/huge.c (main): Likewise.
8357 * gdb.base/multi-forks.c (main): Likewise.
8358 * gdb.base/pr10179-a.c (main): Likewise.
8359 * gdb.base/savedregs.c (main): Likewise.
8360 * gdb.base/sigaltstack.c (main): Likewise.
8361 * gdb.base/siginfo.c (main): Likewise.
8362 * gdb.base/structs.c (zed): Likewise.
8363 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8364 * gdb.mi/mi-syn-frame.c (main): Likewise.
8365 * gdb.mi/until.c (foo, main): Likewise.
8366 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8367 * gdb.base/solib-weak.c (foo): Declare.
8368 * gdb.base/attach-twice.c: Include stdio.h.
8369 * gdb.base/weaklib1.c: Likewise.
8370 * gdb.base/weaklib2.c: Likewise.
8371 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8372 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8373 unistd.h.
8374 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8375 * gdb.mi/mi-exit-code.c: Likewise.
8376 * gdb.base/break-interp-lib.c: Include string.h.
8377 * gdb.base/coremaker.c: Likewise.
8378 * gdb.base/testenv.c: Likewise.
8379 * gdb.python/py-finish-breakpoint.c: Likewise.
8380 * gdb.base/inferior-died.c: Include sys/wait.h.
8381 * gdb.base/fileio.c: Include time.h.
8382 * gdb.base/async-shell.c: Include unistd.h.
8383 * gdb.base/dprintf-non-stop.c: Likewise.
8384 * gdb.base/info-os.c: Likewise.
8385 * gdb.mi/mi-console.c: Likewise.
8386 * gdb.mi/watch-nonstop.c: Likewise.
8387 * gdb.python/py-events.c: Likewise.
8388 * gdb.base/async.c (baz): Move up before its invocation.
8389 * gdb.base/code_elim2.c (my_global_func): Likewise.
8390 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8391 * gdb.base/advance.c (func2): Likewise.
8392
8393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8394
8395 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8396 variant.
8397 * gdb.base/annota3.c: Likewise.
8398 * gdb.base/async.c: Likewise.
8399 * gdb.base/average.c: Likewise.
8400 * gdb.base/call-ar-st.c: Likewise.
8401 * gdb.base/call-rt-st.c: Likewise.
8402 * gdb.base/call-sc.c: Likewise.
8403 * gdb.base/call-strs.c: Likewise.
8404 * gdb.base/ending-run.c: Likewise.
8405 * gdb.base/execd-prog.c: Likewise.
8406 * gdb.base/exprs.c: Likewise.
8407 * gdb.base/foll-exec.c: Likewise.
8408 * gdb.base/foll-fork.c: Likewise.
8409 * gdb.base/foll-vfork.c: Likewise.
8410 * gdb.base/funcargs.c: Likewise.
8411 * gdb.base/gcore.c: Likewise.
8412 * gdb.base/jump.c: Likewise.
8413 * gdb.base/langs0.c: Likewise.
8414 * gdb.base/langs1.c: Likewise.
8415 * gdb.base/langs2.c: Likewise.
8416 * gdb.base/mips_pro.c: Likewise.
8417 * gdb.base/nodebug.c: Likewise.
8418 * gdb.base/opaque0.c: Likewise.
8419 * gdb.base/opaque1.c: Likewise.
8420 * gdb.base/recurse.c: Likewise.
8421 * gdb.base/run.c: Likewise.
8422 * gdb.base/scope0.c: Likewise.
8423 * gdb.base/scope1.c: Likewise.
8424 * gdb.base/setshow.c: Likewise.
8425 * gdb.base/setvar.c: Likewise.
8426 * gdb.base/shmain.c: Likewise.
8427 * gdb.base/shr1.c: Likewise.
8428 * gdb.base/shr2.c: Likewise.
8429 * gdb.base/sigall.c: Likewise.
8430 * gdb.base/signals.c: Likewise.
8431 * gdb.base/so-indr-cl.c: Likewise.
8432 * gdb.base/solib2.c: Likewise.
8433 * gdb.base/structs.c: Likewise.
8434 * gdb.base/sum.c: Likewise.
8435 * gdb.base/vforked-prog.c: Likewise.
8436 * gdb.base/watchpoint.c: Likewise.
8437 * gdb.reverse/shr2.c: Likewise.
8438 * gdb.reverse/until-reverse.c: Likewise.
8439 * gdb.reverse/ur1.c: Likewise.
8440 * gdb.reverse/watch-reverse.c: Likewise.
8441
8442 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8443
8444 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8445 variant.
8446 * gdb.base/sepdebug.exp: Drop references to removed code.
8447
8448 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8449
8450 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8451 variant. Preserve original line numbering.
8452 * gdb.base/list1.c: Likewise.
8453
8454 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8455
8456 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8457 variant.
8458 * gdb.base/break1.c: Likewise.
8459 * gdb.base/break.exp: Drop references to removed code.
8460
8461 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8462
8463 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8464 variant.
8465
8466 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8467
8468 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8469
8470 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8471
8472 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8473 logic into perform_all_tests() and invoke it with and without
8474 function header prototypes.
8475 (do_function_calls): Remove conditional XFAIL for PR 5318.
8476 (rerun_and_prepare): Remove duplicate code.
8477 (perform_all_tests): New. Main logic moved here.
8478
8479 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8480
8481 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8482 code guarded by #ifdef NO_PROTOTYPES.
8483 (t_double_many_args): Likewise.
8484 (DEF_FUNC_MANY_ARGS_1): Likewise.
8485 (DEF_FUNC_VALUES_1): Likewise.
8486 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8487 guarded by #ifdef PROTOTYPES.
8488
8489 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8490
8491 * gdb.mi/mi-console.c: Add eye-catcher.
8492 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8493 instead of literal line number.
8494
8495 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8496
8497 * gdb.base/shr2.c: Add eye-catcher.
8498 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8499 line number.
8500
8501 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8502
8503 * gdb.base/jump.c: Add eye-catchers.
8504 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8505 numbers.
8506
8507 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8508
8509 * gdb.base/execd-prog.c: Add eye-catchers.
8510 * gdb.base/foll-exec.c: Likewise.
8511 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8512 line numbers.
8513
8514 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8515
8516 * gdb.base/ending-run.c: Add eye-catchers.
8517 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8518 literal line numbers.
8519
8520 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8521
8522 * gdb.base/call-rt-st.c: Add eye-catchers.
8523 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8524 literal line numbers.
8525
8526 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8527
8528 * gdb.base/call-ar-st.c: Add eye-catchers.
8529 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8530 literal line numbers.
8531
8532 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8533
8534 * gdb.base/average.c: Add eye-catchers.
8535 * gdb.base/sum.c: Likewise.
8536 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8537 regexps dynamically.
8538
8539 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8540
8541 * gdb.base/solib1.c: Add eye-catchers.
8542 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8543 literal line numbers.
8544
8545 2014-11-12 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8548 leader has exited.
8549
8550 2014-11-12 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.arch/i386-bp_permanent.c: New file.
8553 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8554 (srcfile): Set to i386-bp_permanent.c.
8555 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8556 that stepi does not execute the 'leave' instruction, instead of
8557 testing it does execute.
8558 * gdb.base/bp-permanent.c: New file.
8559 * gdb.base/bp-permanent.exp: New file.
8560
8561 2014-11-10 Doug Evans <xdje42@gmail.com>
8562
8563 PR symtab/17564
8564 * gdb.base/symtab-search-order.exp: New file.
8565 * gdb.base/symtab-search-order.c: New file.
8566 * gdb.base/symtab-search-order-1.c: New file.
8567 * gdb.base/symtab-search-order-shlib-1.c: New file.
8568
8569 2014-11-07 Pedro Alves <palves@redhat.com>
8570
8571 PR gdb/17511
8572 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8573 i?86-*-linux*.
8574
8575 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8576
8577 PR c++/17494
8578 * gdb.cp/pr17494.cc: New file.
8579 * gdb.cp/pr17494.exp: New file.
8580
8581 2014-11-02 Yao Qi <yao@codesourcery.com>
8582
8583 * gdb.python/python.exp: Get working directory and match the
8584 output of "set extended-prompt \\w " with it.
8585
8586 2014-10-30 Doug Evans <dje@google.com>
8587
8588 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8589 in objfiles.
8590 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8591 in progspaces.
8592
8593 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8594
8595 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8596 * gdb.base/realname-expand.exp: Likewise.
8597 * gdb.linespec/macro-relative.exp: Likewise.
8598
8599 2014-10-29 Pedro Alves <palves@redhat.com>
8600
8601 PR gdb/17408
8602 * gdb.threads/schedlock.c (some_function): New function.
8603 (call_function): New global.
8604 (MAYBE_CALL_SOME_FUNCTION): New macro.
8605 (thread_function): Call it.
8606 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8607 and use it instead of a global counter. Adjust all callers.
8608 (get_current_thread): Use "find current thread" for test message
8609 here rather than having all callers pass down the same string.
8610 (goto_loop): New procedure, factored out from ...
8611 (my_continue): ... this.
8612 (step_ten_loops): Change parameter from test message to command to
8613 use. Adjust.
8614 (list_count): Delete global.
8615 (check_result): New procedure, factored out from duplicate top
8616 level code.
8617 (continue tests): Wrap in with_test_prefix.
8618 (test_step): New procedure, factored out from duplicate top level
8619 code.
8620 (top level): Test "step" in combination with all scheduler-locking
8621 modes. Test "next" in combination with all scheduler-locking
8622 modes, and in combination with stepping over a function call or
8623 not.
8624 * gdb.threads/next-bp-other-thread.c: New file.
8625 * gdb.threads/next-bp-other-thread.exp: New file.
8626
8627 2014-10-29 Pedro Alves <palves@redhat.com>
8628
8629 PR python/17372
8630 * gdb.python/python.exp: Test a multi-line command that spawns
8631 interactive Python.
8632 * gdb.base/multi-line-starts-subshell.exp: New file.
8633
8634 2014-10-29 Yao Qi <yao@codesourcery.com>
8635
8636 * gdb.base/fileio.exp: Make directories on host.
8637
8638 2014-10-29 Yao Qi <yao@codesourcery.com>
8639
8640 * gdb.base/fileio.c (test_write): Close the file.
8641
8642 2014-10-28 Pedro Alves <palves@redhat.com>
8643
8644 PR gdb/12623
8645 * gdb.base/sigstep.c (no_handler): New global.
8646 (main): If 'no_handler is true, set the signal handlers to
8647 SIG_IGN.
8648 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8649 with_sw_watch and no_handler parameters. Handle them.
8650 (top level) <stepping over handler when stopped at a breakpoint
8651 test>: Add a test axis for testing with a software watchpoint, and
8652 another for testing with the signal handler set to SIG_IGN.
8653 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8654 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8655
8656 2014-10-28 Pedro Alves <palves@redhat.com>
8657
8658 PR gdb/17511
8659 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8660 * gdb.base/sigstep.exp (other_handler_location): New global.
8661 (advance): Support stepping into the signal handler, and running
8662 commands while in the handler.
8663 (in_handler_map): New global.
8664 (top level): In the advance test, add combinations for getting
8665 into the handler with stepping commands, and for running commands
8666 in the handler. Add comment descripting the advancei tests.
8667
8668 2014-10-28 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.base/sigstep.exp: Use build_executable instead of
8671 prepare_for_testing.
8672 (top level): Move code that starts GDB, runs to main and creates a
8673 display to ...
8674 (restart): ... this new procedure.
8675 (top level): Move backtrace from signal handler test to ...
8676 (validate_backtrace): ... this new procedure.
8677 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8678 with_test_prefix. Always restart GDB.
8679 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8680 with_test_prefix. Always restart GDB. No need to delete
8681 breakpoints after the test.
8682 (test_skip_handler): Remove prefix parameter.
8683 (skip_over_handler, breakpoint_to_handler)
8684 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8685 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8686 restart GDB. No need to delete breakpoints after the test.
8687 (top level): Use foreach to call the test procedures with
8688 different commands.
8689
8690 2014-10-28 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8693 instead of GNATS numbers.
8694 * gdb.base/sigbpt.exp: Likewise.
8695 * gdb.base/siginfo.exp: Likewise.
8696 * gdb.base/sigstep.exp: Likewise.
8697
8698 2014-10-27 Pedro Alves <palves@redhat.com>
8699
8700 * gdb.base/sigstep.c (dummy): New global.
8701 (main): Issue a couple writes to the new global.
8702 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8703 procedures.
8704 (skip_over_handler): Use test_skip_handler.
8705 (top level): Call skip_over_handler for stepi and nexti too.
8706 (breakpoint_over_handler): Use test_skip_handler.
8707 (top level): Call breakpoint_over_handler for stepi and nexti too.
8708
8709 2014-10-27 Yao Qi <yao@codesourcery.com>
8710
8711 * gdb.trace/tfile.c (adjust_function_address)
8712 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8713 function descriptor.
8714
8715 2014-10-24 Don Breazeal <donb@codesourcery.com>
8716
8717 * gdb.base/foll-fork.exp (test_follow_fork,
8718 catch_fork_child_follow): Check for updated fork messages emitted
8719 from infrun.c.
8720 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8721 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8722 vfork_and_exec_child_follow_through_step): Check for updated vfork
8723 messages emitted from infrun.c.
8724
8725 2014-10-24 Pedro Alves <palves@redhat.com>
8726
8727 * gdb.base/corefile.exp: Remove references to ultrix.
8728 * gdb.base/interrupt.exp: Likewise.
8729 * gdb.base/whatis.exp: Likewise.
8730 * gdb.gdb/selftest.exp: Likewise.
8731 * gdb.threads/manythreads.exp: Likewise.
8732 * gdb.threads/print-threads.exp: Likewise.
8733 * gdb.threads/pthreads.exp:: Likewise.
8734 * gdb.threads/schedlock.exp: Likewise.
8735
8736 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8737
8738 * gdb.cp/non-trivial-retval.cc: Add a test case.
8739 * gdb.cp/non-trivial-retval.exp: Add a test.
8740
8741 2014-10-20 Yao Qi <yao@codesourcery.com>
8742
8743 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8744 * gdb.python/py-objfile-script-gdb.py: New file.
8745 * gdb.python/py-objfile-script.exp: Update reference to
8746 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8747 of remote_download. Remove the dest file.
8748
8749 2014-10-20 Yao Qi <yao@codesourcery.com>
8750
8751 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8752 * gdb.base/step-line.exp: Likewise.
8753 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8754 * gdb.dwarf2/dw2-basic.exp: Likewise.
8755 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8756 * gdb.dwarf2/dw2-filename.exp: Likewise.
8757 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8758 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8759 * gdb.dwarf2/dw2-producer.exp: Likewise.
8760 * gdb.dwarf2/mac-fileno.exp: Likewise.
8761 * gdb.python/py-frame-args.exp: Likewise.
8762 * gdb.python/py-framefilter.exp: Likewise.
8763 * gdb.python/py-mi.exp: Likewise.
8764 * gdb.python/py-objfile-script.exp: Likewise
8765 * gdb.python/py-pp-integral.exp: Likewise.
8766 * gdb.python/py-pp-re-notag.exp: Likewise.
8767 * gdb.python/py-prettyprint.exp: Likewise.
8768 * gdb.python/py-section-script.exp: Likewise.
8769 * gdb.python/py-typeprint.exp: Likewise.
8770 * gdb.python/py-xmethods.exp: Likewise.
8771 * gdb.stabs/weird.exp: Likewise.
8772 * gdb.xml/tdesc-regs.exp: Likewise.
8773
8774 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8775
8776 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8777 (out_cu): Use addr_len for the size of addresses.
8778 (out_line): Likewise. Size DW_LNE_set_address instruction
8779 according to addr_len.
8780 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8781 (FUNC): Add START_INSNS to definition.
8782
8783 2014-10-18 Yao Qi <yao@codesourcery.com>
8784
8785 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8786 gdb_has_argv0 return true.
8787 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8788 check [target_info exists noargs], check [gdb_has_argv0]
8789 instead.
8790 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8791 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8792 procedures.
8793
8794 2014-10-17 Doug Evans <dje@google.com>
8795
8796 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8797 event.
8798 * gdb.python/py-events.py: Add clear_objfiles event.
8799
8800 2014-10-17 Doug Evans <dje@google.com>
8801
8802 * gdb.python/py-objfile.exp: Test progspace attribute.
8803
8804 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8805
8806 * gdb.guile/scm-breakpoint.exp: Do not assume any
8807 directory separators when matching source file paths.
8808 * gdb.python/py-breakpoint.exp: Likewise.
8809 * gdb.reverse/break-precsave.exp: Likewise.
8810 * gdb.reverse/break-reverse.exp: Likewise.
8811 * gdb.reverse/consecutive-precsave.exp: Likewise.
8812 * gdb.reverse/finish-precsave.exp: Likewise.
8813 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8814 * gdb.reverse/finish-reverse.exp: Likewise.
8815 * gdb.reverse/i386-precsave.exp: Likewise.
8816 * gdb.reverse/i387-env-reverse.exp: Likewise.
8817 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8818 * gdb.reverse/machinestate-precsave.exp: Likewise.
8819 * gdb.reverse/machinestate.exp: Likewise.
8820 * gdb.reverse/sigall-precsave.exp: Likewise.
8821 * gdb.reverse/solib-precsave.exp: Likewise.
8822 * gdb.reverse/step-precsave.exp: Likewise.
8823 * gdb.reverse/until-precsave.exp: Likewise.
8824 * gdb.reverse/watch-precsave.exp: Likewise.
8825 * gdb.reverse/watch-reverse.exp: Likewise.
8826
8827 2014-10-17 Yao Qi <yao@codesourcery.com>
8828
8829 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8830 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8831
8832 2014-10-17 Pedro Alves <palves@redhat.com>
8833
8834 PR gdb/17471
8835 * gdb.base/bg-execution-repeat.c: New file.
8836 * gdb.base/bg-execution-repeat.exp: New file.
8837
8838 2014-10-17 Pedro Alves <palves@redhat.com>
8839
8840 PR gdb/17300
8841 * gdb.base/continue-all-already-running.c: New file.
8842 * gdb.base/continue-all-already-running.exp: New file.
8843
8844 2014-10-17 Pedro Alves <palves@redhat.com>
8845
8846 PR gdb/17472
8847 * gdb.base/annota-input-while-running.c: New file.
8848 * gdb.base/annota-input-while-running.exp: New file.
8849
8850 2014-10-17 Pedro Alves <palves@redhat.com>
8851
8852 * gdb.base/callfuncs.exp: emove references to osf.
8853 * gdb.base/sigall.exp: Likewise.
8854 * gdb.gdb/selftest.exp: Likewise.
8855 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8856 * gdb.mi/non-stop.c: Likewise.
8857 * gdb.mi/pthreads.c: Likewise.
8858 * gdb.reverse/sigall-precsave.exp: Likewise.
8859 * gdb.reverse/sigall-reverse.exp: Likewise.
8860 * gdb.threads/pthreads.c: Likewise.
8861 * gdb.threads/pthreads.exp: Likewise.
8862
8863 2014-10-17 Yao Qi <yao@codesourcery.com>
8864
8865 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8866 check 'target_info exists noargs'.
8867 (test_command_prompt_position): Likewise.
8868 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8869 Remove "set args".
8870 (progvar_simple_while_test): Likewise.
8871 (progvar_complex_if_while_test): Likewise.
8872 (if_while_breakpoint_command_test): Likewise.
8873 (infrun_breakpoint_command_test): Likewise.
8874 (breakpoint_command_test): Likewise.
8875 (watchpoint_command_test): Likewise.
8876 (bp_deleted_in_command_test): Likewise.
8877 (temporary_breakpoint_commands): Likewise.
8878
8879 2014-10-16 Yao Qi <yao@codesourcery.com>
8880
8881 * gdb.base/remotetimeout.exp: Remove noargs checking.
8882
8883 2014-10-15 Pedro Alves <palves@redhat.com>
8884
8885 PR breakpoints/9649
8886 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8887 * gdb.base/breakpoint-in-ro-region.exp
8888 (probe_target_hardware_step): New procedure.
8889 (top level): Probe hardware stepping and hardware breakpoint
8890 support. Test stepping through a read-only region, with both
8891 "breakpoint auto-hw" on and off and both "always-inserted" on and
8892 off.
8893
8894 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8895
8896 * gdb.dlang/demangle.exp: Update for demangling changes.
8897
8898 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8899
8900 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8901 * gdb.cp/non-trivial-retval.exp: Add new tests.
8902
8903 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8904
8905 PR c++/13403
8906 PR c++/15154
8907 * gdb.cp/non-trivial-retval.cc: New file.
8908 * gdb.cp/non-trivial-retval.exp: New file.
8909
8910 2014-10-15 Yao Qi <yao@codesourcery.com>
8911
8912 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8913 remote host.
8914
8915 2014-10-15 Yao Qi <yao@codesourcery.com>
8916
8917 * gdb.python/py-symbol.exp: Match file base name if host is
8918 remote, otherwise match file name with dir name.
8919 * gdb.python/py-symtab.exp: Likewise.
8920 * gdb.python/python.exp: Likewise.
8921
8922 2014-10-15 Yao Qi <yao@codesourcery.com>
8923
8924 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8925 pattern.
8926 * gdb.python/py-symtab.exp: Likewise.
8927 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8928 locationn.
8929
8930 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8931
8932 * gdb.ada/addr_arith: New testcase.
8933
8934 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8935
8936 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8937 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8938 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8939 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8940
8941 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8942
8943 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8944 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8945 * gdb.arch/stap-eval-lang-ada.exp: New file.
8946
8947 2014-10-14 Yao Qi <yao@codesourcery.com>
8948
8949 * gdb.mi/mi-var-child.c (nothing1): New function.
8950 (nothing2): New function.
8951 (do_children_tests): Set function pointers by nothing1 and
8952 nothing2.
8953 * gdb.mi/mi-var-child.exp: Step over new added statements.
8954 Update test to match the new output.
8955 * gdb.mi/var-cmd.c (nothing1): New function.
8956 (nothing2): New function.
8957 (do_children_tests): Set function pointers by nothing1 and
8958 nothing2.
8959 * gdb.mi/mi-var-display.exp: Update test to match output.
8960 Step to the line specified by $line_dct_nothing.
8961 Increase the number of lines to step.
8962
8963 2014-10-14 Yao Qi <yao@codesourcery.com>
8964
8965 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8966 tests.
8967 * gdb.mi/mi2-var-child.exp: Likewise.
8968
8969 2014-10-13 Doug Evans <dje@google.com>
8970
8971 * gdb.python/py-objfile.exp: Change name of file name test.
8972
8973 2014-10-13 Doug Evans <dje@google.com>
8974
8975 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8976 from the start of the CU.
8977
8978 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8979 Yao Qi <yao@codesourcery.com>
8980
8981 Fix "save breakpoints" for "catch" command.
8982 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8983 Remove -nonewline. Match also the added "main" line.
8984
8985 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8986
8987 Fix "save breakpoints" for "disable $bpnum" command.
8988 * gdb.base/save-bp.c (main): Add label.
8989 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8990
8991 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8992
8993 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8994
8995 2014-10-11 Yao Qi <yao@codesourcery.com>
8996
8997 * gdb.server/server-kill.exp: Execute command
8998 "set remote trace-status-packet on" before "tstatus".
8999
9000 2014-10-11 Yao Qi <yao@codesourcery.com>
9001
9002 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9003 (main): Call getppid.
9004 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9005 and continue to it. Read variable "server_pid".
9006
9007 2014-10-11 Yao Qi <yao@codesourcery.com>
9008
9009 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9010
9011 2014-10-11 Yao Qi <yao@codesourcery.com>
9012
9013 * gdb.threads/thread-find.exp: Don't execute command
9014 "info threads".
9015 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9016 * gdb.threads/linux-dp.exp: Don't check the condition
9017 $threads_created equals to zero.
9018
9019 2014-10-10 Pedro Alves <palves@redhat.com>
9020
9021 * gdb.base/bigcore.exp: Remove references to IRIX.
9022 * gdb.base/funcargs.exp: Likewise.
9023 * gdb.base/interrupt.exp: Likewise.
9024 * gdb.base/mips_pro.exp: Likewise.
9025 * gdb.base/nodebug.exp: Likewise.
9026 * gdb.base/setvar.exp: Likewise.
9027 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9028
9029 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9030 Pedro Alves <palves@redhat.com>
9031
9032 PR symtab/14466
9033 * gdb.base/vdso-warning.c: New file.
9034 * gdb.base/vdso-warning.exp: New file.
9035
9036 2014-10-02 Doug Evans <dje@google.com>
9037
9038 * gdb.base/structs.c (main): Don't run forever.
9039
9040 2014-10-02 Pedro Alves <palves@redhat.com>
9041
9042 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9043 (top level) <stop threads 1, stop threads 2>: Use it.
9044
9045 2014-10-02 Pedro Alves <palves@redhat.com>
9046
9047 * gdb.threads/break-while-running.exp (test): Add new
9048 'update_thread_list' argument. Skip "info threads" if false.
9049 (top level): Add new 'update_thread_list' axis.
9050
9051 2014-10-02 Pedro Alves <palves@redhat.com>
9052
9053 PR breakpoints/17431
9054 * gdb.base/execl-update-breakpoints.c: New file.
9055 * gdb.base/execl-update-breakpoints.exp: New file.
9056
9057 2014-10-01 Pedro Alves <palves@redhat.com>
9058
9059 * gdb.base/breakpoint-in-ro-region.c: New file.
9060 * gdb.base/breakpoint-in-ro-region.exp: New file.
9061
9062 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9063
9064 * gdb.mi/mi-exit-code.exp: New file.
9065 * gdb.mi/mi-exit-code.c: New file.
9066
9067 2014-09-30 Yao Qi <yao@codesourcery.com>
9068
9069 * lib/prelink-support.exp (build_executable_own_libs): Error if
9070 the target isn't native.
9071
9072 2014-09-30 Yao Qi <yao@codesourcery.com>
9073
9074 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9075 false.
9076
9077 2014-09-22 Pedro Alves <palves@redhat.com>
9078
9079 * gdb.threads/break-while-running.exp: New file.
9080 * gdb.threads/break-while-running.c: New file.
9081
9082 2014-09-19 Yao Qi <yao@codesourcery.com>
9083
9084 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9085 Invoke test. Restart GDB with --readnow and invoke test again.
9086
9087 2014-09-19 Yao Qi <yao@codesourcery.com>
9088
9089 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9090 proc set_breakpoint_on_gcd_function. Invoke
9091 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9092 invoke set_breakpoint_on_gcd_function again.
9093
9094 2014-09-18 Doug Evans <dje@google.com>
9095
9096 * gdb.dwarf2/symtab-producer.exp: New file.
9097
9098 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9099
9100 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9101 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9102 * gdb.base/global-var-nested-by-dso.c: Likewise.
9103 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9104
9105 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9106 Pedro Alves <palves@redhat.com>
9107
9108 * gdb.base/watch-bitfields.exp: Pass string other than test file
9109 name to prepare_for_testing.
9110 (watch): New procedure.
9111 (expect_watchpoint): Use with_test_prefix.
9112 (top level): Factor out tests to ...
9113 (test_watch_location, test_regular_watch): ... these new
9114 procedures, and use with_test_prefix and gdb_continue_to_end.
9115
9116 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9117
9118 PR breakpoints/12526
9119 * gdb.base/watch-bitfields.exp: New file.
9120 * gdb.base/watch-bitfields.c: New file.
9121
9122 2014-09-16 Pedro Alves <palves@redhat.com>
9123
9124 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9125 software and hardware addresses, not software address against
9126 itself.
9127
9128 2014-09-16 Pedro Alves <palves@redhat.com>
9129
9130 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9131 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9132
9133 2014-09-16 Pedro Alves <palves@redhat.com>
9134
9135 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9136 files.
9137 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9138 "*-*-vxworks*" throughout.
9139 * gdb.base/break.exp: Likewise.
9140 * gdb.base/default.exp: Likewise.
9141 * gdb.base/scope.exp: Likewise.
9142 * gdb.base/sepdebug.exp: Likewise.
9143 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9144 throughout.
9145 * gdb.base/run.c: Likewise.
9146 * gdb.base/sepdebug.c: Likewise.
9147 * gdb.hp/gdb.aCC/run.c: Likewise.
9148 * gdb.reverse/until-reverse.c: Likewise.
9149 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9150
9151 2014-09-16 Yao Qi <yao@codesourcery.com>
9152
9153 * boards/local-remote-host-native.exp: New file.
9154
9155 2014-09-14 Doug Evans <xdje42@gmail.com>
9156
9157 * gdb.threads/queue-signal.c (thread_count): New variable.
9158 (thread_count_mutex, thread_count_condvar): New variables.
9159 (incr_thread_count, wait_all_threads_running): New functions.
9160 (main): Wait for all threads to be in their thread functions.
9161
9162 2014-09-13 Doug Evans <xdje42@gmail.com>
9163
9164 * gdb.threads/queue-signal.c: New file.
9165 * gdb.threads/queue-signal.exp: New file.
9166
9167 2014-09-13 Doug Evans <xdje42@gmail.com>
9168
9169 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9170 be consistent with what default_gdb_init uses.
9171 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9172 the plain text of the prompt. Add some logging printfs.
9173 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9174
9175 2014-09-12 Pedro Alves <palves@redhat.com>
9176
9177 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9178 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9179 * gdb.arch/i386-size-overlap.exp: Likewise.
9180 * gdb.arch/i386-size.exp: Likewise.
9181 * gdb.arch/i386-unwind.exp: Likewise.
9182 * gdb.base/a2-run.exp: Likewise.
9183 * gdb.base/break.exp: Likewise.
9184 * gdb.base/charset.exp: Likewise.
9185 * gdb.base/chng-syms.exp: Likewise.
9186 * gdb.base/commands.exp: Likewise.
9187 * gdb.base/dbx.exp: Likewise.
9188 * gdb.base/find.exp: Likewise.
9189 * gdb.base/funcargs.exp: Likewise.
9190 * gdb.base/jit-simple.exp: Likewise.
9191 * gdb.base/reread.exp: Likewise.
9192 * gdb.base/sepdebug.exp: Likewise.
9193 * gdb.base/step-bt.exp: Likewise.
9194 * gdb.cp/mb-inline.exp: Likewise.
9195 * gdb.cp/mb-templates.exp: Likewise.
9196 * gdb.objc/basicclass.exp: Likewise.
9197 * gdb.threads/killed.exp: Likewise.
9198
9199 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9200
9201 PR tdep/17379
9202 * gdb.arch/powerpc-stackless.S: New file.
9203 * gdb.arch/powerpc-stackless.exp: New file.
9204
9205 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9206
9207 * gdb.base/attach.c: Include unistd.h.
9208 (main): Call alarm. Add label postloop.
9209 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9210 gdb_breakpoint, gdb_continue_to_breakpoint.
9211 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9212
9213 2014-09-11 Pedro Alves <palves@redhat.com>
9214
9215 PR gdb/17347
9216 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9217 * gdb.base/attach.exp (test_command_line_attach_run): New
9218 procedure.
9219 (top level): Call it.
9220
9221 2014-09-11 Pedro Alves <palves@redhat.com>
9222
9223 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9224 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9225 (do_command_attach_tests): Use spawn_wait_for_attach.
9226 * gdb.base/solib-overlap.exp: Likewise.
9227 * gdb.multi/multi-attach.exp: Likewise.
9228 * gdb.python/py-prompt.exp: Likewise.
9229 * gdb.python/py-sync-interp.exp: Likewise.
9230 * gdb.server/ext-attach.exp: Likewise.
9231
9232 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9233
9234 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9235 command in testcase. Simplify testcase.
9236
9237 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9238
9239 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9240
9241 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9242
9243 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9244
9245 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9246
9247 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9248
9249 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9250
9251 * gdb.dwarf2/dynarr-ptr.c: New file.
9252 * gdb.dwarf2/dynarr-ptr.exp: New file.
9253
9254 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9255
9256 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9257 of 30 rather than hardcoding 120 for a slow test case. Take the
9258 `gdb,timeout' target setting into account for this calculation.
9259 Don't extend the timeout for the test cases that don't need it.
9260
9261 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9262
9263 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9264 a factor of 2 for a slow test case. Take the `gdb,timeout'
9265 target setting into account for this calculation.
9266 * gdb.reverse/until-precsave.exp: Increase the timeout by
9267 a factor of 15 and 3 respectively rather than adding 120
9268 for a pair of slow test cases. Take the `gdb,timeout'
9269 target setting into account for this calculation.
9270
9271 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9272
9273 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9274 timeout, don't pass one down to gdb_expect.
9275 (gdb_expect): Rework timeout selection.
9276
9277 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9278
9279 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9280 exception on timeout.
9281 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9282 (gdbserver_start_extended): Catch any `gdbserver_start' error
9283 exceptions.
9284 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9285 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9286 `gdbserver_gdb_load' error exceptions.
9287
9288 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9289
9290 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9291 120 on waiting for the TCP socket to open.
9292
9293 2014-09-09 Doug Evans <xdje42@gmail.com>
9294
9295 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9296 _caller_matches, _any_caller_is, _any_caller_matches.
9297
9298 2014-09-09 Doug Evans <xdje42@gmail.com>
9299
9300 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9301
9302 2014-09-09 Yao Qi <yao@codesourcery.com>
9303
9304 * gdb.mi/mi-var-display.exp: Set print symbol off.
9305
9306 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9307
9308 PR gdb/17035
9309 * gdb.base/commands.exp: Add tests to verify user-defined
9310 commands with empty bodies.
9311 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9312 python commands in `show user command`.
9313 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9314 scheme commands in `show user command`.
9315
9316 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9317
9318 PR python/17355
9319 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9320 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9321 * gdb.python/py-framefilter-invalidarg.exp: New file.
9322 * gdb.python/py-framefilter-invalidarg.py: New file.
9323
9324 2014-09-06 Doug Evans <xdje42@gmail.com>
9325
9326 PR 15276
9327 * gdb.python/py-caller-is.c: New file.
9328 * gdb.python/py-caller-is.exp: New file.
9329
9330 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9331
9332 PR gdb/17235
9333 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9334 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9335
9336 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9337
9338 PR fortran/17237
9339 * gdb.fortran/print-formatted.exp: New file.
9340 * gdb.fortran/print-formatted.f90: Likewise.
9341
9342 2014-09-03 Sasha Smundak <asmundak@google.com>
9343
9344 * gdb.python/py-frame.exp: Test Frame.read_register.
9345
9346 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9347
9348 PR python/16699
9349 * gdb.python/py-completion.exp: New file.
9350 * gdb.python/py-completion.py: Likewise.
9351
9352 2014-08-28 Doug Evans <dje@google.com>
9353
9354 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9355 eax,etc. are live with values set by gdb and thus the compiler can't
9356 use them.
9357 * gdb.arch/i386-pseudo.c (main): Ditto.
9358
9359 2014-08-27 Doug Evans <dje@google.com>
9360
9361 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9362
9363 2014-08-25 Doug Evans <dje@google.com>
9364
9365 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9366 (main): Ditto.
9367
9368 2014-08-25 Doug Evans <dje@google.com>
9369
9370 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9371
9372 2014-08-24 Yao Qi <yao@codesourcery.com>
9373
9374 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9375 symbol off.
9376 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9377
9378 2014-08-22 Doug Evans <dje@google.com>
9379
9380 PR 17276
9381 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9382 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9383 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9384
9385 2014-08-22 Yao Qi <yao@codesourcery.com>
9386
9387 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9388 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9389 * gdb.python/python.exp: Likewise. Use .py file on the host
9390 instead of the build.
9391
9392 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9393
9394 * gdb.threads/gcore-stale-thread.c: New file.
9395 * gdb.threads/gcore-stale-thread.exp: New file.
9396
9397 2014-08-21 Pedro Alves <palves@redhat.com>
9398
9399 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9400 * gdb.base/gcore-relro-pie.exp: Likewise.
9401 * gdb.base/gcore-relro.exp: Likewise.
9402 * gdb.base/gcore.exp: Likewise.
9403 * gdb.base/print-symbol-loading.exp: Likewise.
9404 * gdb.threads/gcore-thread.exp: Likewise.
9405 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9406
9407 2014-08-20 Pedro Alves <palves@redhat.com>
9408 Jan Kratochvil <jan.kratochvil@redhat.com>
9409
9410 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9411 configure.
9412 (EXPECT): Handle READ1 being set.
9413 (all): Depend on EXTRA_RULES.
9414 (check-read1, expect-read1, read1.so, read1): New rules.
9415 * README (Testsuite Parameters): Document the READ1 make variable.
9416 (Race detection): New section.
9417 * configure: Regenerate.
9418 * configure.ac: If build==host==target, and running under a
9419 GNU/glibc system, add read1 to the extra Makefile rules.
9420 (EXTRA_RULES): AC_SUBST it.
9421 * lib/read1.c: New file.
9422
9423 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9424
9425 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9426 the handling of variables declared as a typedef to an array
9427 which a DW_AT_data_location attribute.
9428
9429 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9430 Pedro Alves <palves@redhat.com>
9431
9432 PR symtab/14604
9433 PR symtab/14605
9434 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9435 gdb_test.
9436
9437 2014-08-19 Pedro Alves <palves@redhat.com>
9438
9439 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9440
9441 2014-08-19 Yao Qi <yao@codesourcery.com>
9442
9443 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9444 right line.
9445
9446 2014-08-18 David Blaikie <dblaikie@gmail.com>
9447
9448 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9449
9450 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9451
9452 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9453 attribute in array range.
9454
9455 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9456
9457 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9458
9459 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9460
9461 PR c++/17132
9462 * gdb.cp/pr17132.cc: New file.
9463 * gdb.cp/pr17132.exp: New file.
9464
9465 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9466
9467 * gdb.python/py-xmethods.py (A_getarrayind)
9468 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9469 Use 'print' with function call syntax.
9470 (E_method_matcher.match): Fix tab vs space indentation mixup.
9471
9472 2014-08-15 Yao Qi <yao@codesourcery.com>
9473
9474 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9475 false.
9476
9477 2014-08-15 Yao Qi <yao@codesourcery.com>
9478
9479 * gdb.cp/casts.exp: Set print symbol off.
9480 * gdb.cp/class2.exp: Likewise.
9481 * gdb.cp/overload.exp: Likewise.
9482 * gdb.cp/templates.exp: Likewise.
9483
9484 2014-08-11 Doug Evans <dje@google.com>
9485
9486 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9487 (test_load_shlib): Update.
9488
9489 2014-08-09 Yao Qi <yao@codesourcery.com>
9490
9491 * gdb.base/display.exp: Invoke is_address_zero_readable.
9492 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9493 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9494 * gdb.base/hbreak-unmapped.exp: Return if
9495 is_address_zero_readable returns true.
9496 * gdb.base/signest.exp: Likewise.
9497 * gdb.base/signull.exp: Likewise.
9498 * gdb.base/sigbpt.exp: Likewise.
9499 * gdb.guile/scm-disasm.exp: Do the test if
9500 is_address_zero_readable returns false.
9501 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9502 * gdb.python/py-arch.exp: Likewise.
9503 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9504 * lib/gdb.exp (is_address_zero_readable): New proc.
9505
9506 2014-08-09 Yao Qi <yao@codesourcery.com>
9507
9508 PR testsuite/13443
9509 * gdb.mi/mi-var-display.exp: Make test messages unique.
9510
9511 2014-08-04 Tom Tromey <tromey@redhat.com>
9512
9513 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9514 target 0".
9515
9516 2014-08-04 Tom Tromey <tromey@redhat.com>
9517
9518 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9519 "target_resume".
9520
9521 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9522
9523 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9524 inner_vla_struct_object_size.
9525 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9526 as xfail.
9527
9528 2014-07-30 Pedro Alves <palves@redhat.com>
9529
9530 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9531 comment.
9532
9533 2014-07-29 Yao Qi <yao@codesourcery.com>
9534
9535 PR gdb/17206
9536 * gdb.base/until-nodebug.exp: New.
9537
9538 2014-07-28 Doug Evans <xdje42@gmail.com>
9539
9540 PR guile/17203
9541 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9542 previously existing parameter, and previously ambiguously spelled
9543 parameter.
9544
9545 2014-07-28 Will Newton <will.newton@linaro.org>
9546
9547 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9548
9549 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9550 Doug Evans <xdje42@gmail.com>
9551
9552 PR guile/17146
9553 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9554
9555 2014-07-25 Pedro Alves <palves@redhat.com>
9556
9557 * gdb.threads/signal-command-handle-nopass.c: New file.
9558 * gdb.threads/signal-command-handle-nopass.exp: New file.
9559 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9560 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9561 * gdb.threads/signal-delivered-right-thread.c: New file.
9562 * gdb.threads/signal-delivered-right-thread.exp: New file.
9563
9564 2014-07-25 Pedro Alves <palves@redhat.com>
9565
9566 * gdb.base/double-prompt-target-event-error.exp
9567 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9568 match.
9569 (cancel_pagination_in_target_event): Rework double prompt
9570 detection.
9571 * gdb.base/paginate-after-ctrl-c-running.exp
9572 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9573 <return>' match.
9574 * gdb.base/paginate-bg-execution.exp
9575 (test_bg_execution_pagination_return)
9576 (test_bg_execution_pagination_cancel): Remove '-notransfer
9577 <return>' matches.
9578 * gdb.base/paginate-execution-startup.exp
9579 (test_fg_execution_pagination_return)
9580 (test_fg_execution_pagination_cancel): Remove '-notransfer
9581 <return>' matches.
9582 * gdb.base/paginate-inferior-exit.exp
9583 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9584 match.
9585 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9586 * lib/gdb.exp (pagination_prompt): Run text through
9587 string_to_regexp.
9588 (gdb_test_multiple): Match $pagination_prompt instead of
9589 "<return>".
9590 (string_to_regexp): Move to lib/gdb-utils.exp.
9591
9592 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9593
9594 * gdb.arch/amd64-entry-value-paramref.S: New file.
9595 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9596 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9597 * gdb.arch/amd64-optimout-repeat.S: New file.
9598 * gdb.arch/amd64-optimout-repeat.c: New file.
9599 * gdb.arch/amd64-optimout-repeat.exp: New file.
9600
9601 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9602
9603 PR gdb/17170
9604 * gdb.base/statistics.exp: New file.
9605
9606 2014-07-17 Doug Evans <dje@google.com>
9607
9608 PR gdb/17170
9609 * gdb.base/maint.exp: Update testing of per-command stats.
9610
9611 2014-07-16 Pedro Alves <palves@redhat.com>
9612
9613 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9614 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9615 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9616 (tfile_write_buf): New functions.
9617 (add_memory_block): Rewrite using the above.
9618 (adjust_function_address): New function.
9619 (FUNCTION_ADDRESS): New macro.
9620 (write_basic_trace_file): Remove short_x local, and use
9621 tfile_write_16. Change type of func_addr local to unsigned long
9622 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9623 here. Cast argument of add_memory_block to char pointer.
9624 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9625 (main): Remove parameters.
9626 * gdb.trace/tfile.exp: Remove nowarnings.
9627
9628 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9629
9630 * gdb.base/debug-expr.exp: Test string evaluation with
9631 "debug expression" on.
9632
9633 2014-07-15 Pedro Alves <palves@redhat.com>
9634
9635 * gdb.base/reread.exp: Use clean_restart.
9636
9637 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9638
9639 * gdb.arch/avr-flash-qualifer.c: New.
9640 * gdb.arch/avr-flash-qualifer.exp: New.
9641
9642 2014-07-14 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9645 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9646
9647 2014-07-14 Pedro Alves <palves@redhat.com>
9648
9649 * gdb.base/double-prompt-target-event-error.c: New file.
9650 * gdb.base/double-prompt-target-event-error.exp: New file.
9651
9652 2014-07-14 Pedro Alves <palves@redhat.com>
9653
9654 PR gdb/17072
9655 * gdb.base/paginate-inferior-exit.c: New file.
9656 * gdb.base/paginate-inferior-exit.exp: New file.
9657
9658 2014-07-14 Pedro Alves <palves@redhat.com>
9659
9660 PR gdb/17072
9661 * gdb.base/paginate-bg-execution.c: New file.
9662 * gdb.base/paginate-bg-execution.exp: New file.
9663
9664 2014-07-14 Pedro Alves <palves@redhat.com>
9665
9666 PR gdb/17072
9667 * gdb.base/paginate-execution-startup.c: New file.
9668 * gdb.base/paginate-execution-startup.exp: New file.
9669 * lib/gdb.exp (pagination_prompt): New global.
9670 (default_gdb_spawn): New procedure, factored out from
9671 default_gdb_spawn.
9672 (default_gdb_start): Adjust to call default_gdb_spawn.
9673 (gdb_spawn): New procedure.
9674
9675 2014-07-14 Pedro Alves <palves@redhat.com>
9676
9677 * lib/gdb.exp (gdb_assert): New procedure.
9678 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9679
9680 2014-07-14 Pedro Alves <palves@redhat.com>
9681
9682 * gdb.base/execution-termios.c: New file.
9683 * gdb.base/execution-termios.exp: New file.
9684
9685 2014-07-14 Tom Tromey <tromey@redhat.com>
9686
9687 * gdb.cp/vla-cxx.cc: New file.
9688 * gdb.cp/vla-cxx.exp: New file.
9689
9690 2014-07-14 Tom Tromey <tromey@redhat.com>
9691
9692 * gdb.reverse/rerun-prec.c: New file.
9693 * gdb.reverse/rerun-prec.exp: New file.
9694
9695 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9696 Maciej W. Rozycki <macro@codesourcery.com>
9697
9698 * lib/gdb-utils.exp: New file.
9699 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9700 inline `gdb_init_command' processing.
9701 (gdb_start_cmd): Likewise.
9702 * lib/mi-support.exp (mi_run_cmd): Likewise.
9703 * README: Document `gdb_init_command' and `gdb_init_commands'.
9704
9705 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9706
9707 Fix false FAIL running under a very long directory name.
9708 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9709 and "set print elements 10000". Twice.
9710
9711 2014-07-11 Yao Qi <yao@codesourcery.com>
9712
9713 * gdb.base/exprs.exp: "set print symbol off".
9714
9715 2014-07-11 Pedro Alves <palves@redhat.com>
9716
9717 * gdb.threads/kill.c: New file.
9718 * gdb.threads/kill.exp: New file.
9719
9720 2014-07-10 Yao Qi <yao@codesourcery.com>
9721
9722 * gdb.trace/tfile.c (write_basic_trace_file)
9723 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9724 address written to trace file.
9725
9726 2014-07-09 Pedro Alves <palves@redhat.com>
9727
9728 * gdb.base/attach-wait-input.exp: New file.
9729 * gdb.base/attach-wait-input.c: New file.
9730
9731 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9732
9733 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9734 setting up test structures.
9735 (main): Call new test function.
9736 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9737 test function, continue into test function and walk test
9738 structures.
9739
9740 2014-07-02 Yao Qi <yao@codesourcery.com>
9741
9742 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9743 'bar_start' at the beginning of functions 'foo' and 'bar'
9744 respectively.
9745 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9746 instead of 'foo' and 'bar'.
9747
9748 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9749
9750 * gdb.btrace/segv.exp: New.
9751 * gdb.btrace/segv.c: New.
9752
9753 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9754
9755 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9756 instruction.
9757
9758 2014-06-30 Mark Wielaard <mjw@redhat.com>
9759
9760 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9761 vulture, vilify, villar): New volatile array constants.
9762 (vindictive, vegetation): New const volatile array constants.
9763 * gdb.base/volatile.exp: Test volatile and const volatile array
9764 types.
9765
9766 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9767
9768 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9769 target lacks support for awatch, rwatch, or hbreak.
9770
9771 2014-06-27 Yao Qi <yao@codesourcery.com>
9772
9773 * gdb.multi/dummy-frame-restore.exp: New.
9774 * gdb.multi/dummy-frame-restore.c: New.
9775
9776 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9777
9778 * gdb.btrace/gcore.exp: New.
9779
9780 2014-06-23 Pedro Alves <palves@redhat.com>
9781
9782 * gdb.base/watchpoint-reuse-slot.c: New file.
9783 * gdb.base/watchpoint-reuse-slot.exp: New file.
9784
9785 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9786
9787 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9788 progspace's filename in 'info', 'enable' and 'disable' command
9789 tests.
9790
9791 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9792
9793 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9794 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9795 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9796
9797 2014-06-20 Gary Benson <gbenson@redhat.com>
9798
9799 * gdb.arch/i386-avx.exp: Fix include file location.
9800 * gdb.arch/i386-sse.exp: Likewise.
9801
9802 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9803
9804 * gdb.dlang/expression.exp: New file.
9805
9806 2014-06-19 Pedro Alves <palves@redhat.com>
9807
9808 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9809 out from ...
9810 (top level): ... here. Iterate running tests under different
9811 scheduler-locking settings.
9812
9813 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9814
9815 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9816 to DW_FORM_addr and use non-zero addresses.
9817
9818 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9819
9820 PR gdb/17017
9821 * gdb.python/py-xmethods.cc: Add global function call counters and
9822 increment them in their respective functions. Remove "cout"
9823 statements.
9824 * gdb.python/py-xmethods.exp: Make tests check the global function
9825 call counters instead of depending on inferior IO.
9826
9827 2014-06-18 Don Breazeal <donb@codesourcery.com>
9828
9829 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9830 Deleted procedure.
9831 (explicit_fork_parent_follow): Deleted procedure.
9832 (explicit_fork_child_follow): Deleted procedure.
9833 (test_follow_fork): New procedure.
9834 (do_fork_tests): Replace calls to deleted procedures with
9835 calls to test_follow_fork and reset GDB for subsequent
9836 procedure calls.
9837
9838 2014-06-17 Yao Qi <yao@codesourcery.com>
9839
9840 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9841 CP1252.
9842
9843 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9844
9845 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9846 Initialize ptr and S explicitly.
9847 (skip_type_update_when_not_use_rtti_test): Likewise.
9848
9849 2014-06-16 Keith Seitz <keiths@redhat.com>
9850
9851 PR mi/15863
9852 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9853 the inferior is started.
9854
9855 2014-06-16 Pedro Alves <palves@redhat.com>
9856
9857 * gdb.base/break-main-file-remove-fail.c: New file.
9858 * gdb.base/break-main-file-remove-fail.exp: New file.
9859 * gdb.base/break-unload-file.exp: Use build_executable instead of
9860 prepare_for_testing.
9861 (test_break): New parameter "initial_load". Handle it.
9862 (top level): Add initial_load cmdline/file axis.
9863
9864 2014-06-12 Tom Tromey <tromey@redhat.com>
9865
9866 * gdb.base/completion.exp: Don't use directory name in test.
9867
9868 2014-06-09 Gary Benson <gbenson@redhat.com>
9869
9870 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9871 separate the always-available ANSI-standard signals from the
9872 signals that require checking.
9873 (main): Likewise.
9874 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9875 Likewise.
9876 (main): Likewise.
9877
9878 2014-06-07 Keith Seitz <keiths@redhat.com>
9879
9880 Revert:
9881 PR c++/16253
9882 * gdb.cp/var-tag.cc: New file.
9883 * gdb.cp/var-tag.exp: New file.
9884 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9885 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9886 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9887 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9888
9889 2014-06-06 Doug Evans <xdje42@gmail.com>
9890
9891 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9892
9893 2014-06-06 Pedro Alves <palves@redhat.com>
9894
9895 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9896 in target debug output instead of looking at RSP packets,
9897 disabling the test on any target that uses hardware stepping.
9898 Update comments.
9899
9900 2014-06-06 Pedro Alves <palves@redhat.com>
9901
9902 * gdb.base/break-unload-file.exp: Fix typo.
9903
9904 2014-06-06 Yao Qi <yao@codesourcery.com>
9905
9906 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9907 from "jit_function" to "^jit_function".
9908
9909 2014-06-06 Yao Qi <yao@codesourcery.com>
9910
9911 * gdb.base/async.c (foo): Add one statement.
9912 * gdb.base/async.exp: Get the next instruction address and
9913 match the output of "nexti" by instruction address. Match
9914 the hex address in the output of "finish".
9915
9916 2014-06-06 Gary Benson <gbenson@redhat.com>
9917
9918 * gdb.base/call-signals.c: Remove preprocessor conditionals
9919 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9920 SIGSEGV and SIGTERM.
9921 * gdb.base/sigall.c: Likewise.
9922 * gdb.base/unwindonsignal.c: Likewise.
9923 * gdb.reverse/sigall-reverse.c: Likewise.
9924
9925 2014-06-06 Yao Qi <yao@codesourcery.com>
9926
9927 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9928 readable, skip the test.
9929
9930 2014-06-06 Yao Qi <yao@codesourcery.com>
9931
9932 * gdb.threads/staticthreads.c (thread_function): Move the line
9933 setting breakpoint on forward.
9934 * gdb.threads/staticthreads.exp: Update comments.
9935
9936 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9937
9938 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9939 "history-append! type error".
9940
9941 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9942
9943 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9944 erroneous dprintf expected input.
9945
9946 2014-06-04 Doug Evans <xdje42@gmail.com>
9947
9948 * gdb.guile/scm-generics.exp: Delete.
9949
9950 2014-06-04 Doug Evans <xdje42@gmail.com>
9951
9952 * gdb.guile/scm-breakpoint.exp: Update.
9953 Add tests for breakpoint registration.
9954
9955 2014-06-04 Tom Tromey <tromey@redhat.com>
9956
9957 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9958 VLA-in-union.
9959 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9960 inner_vla_struct, vla_union types. Initialize objects of those
9961 types and compute their sizes.
9962
9963 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9964 Hui Zhu <hui@codesourcery.com>
9965
9966 * gdb.base/fileio.exp: Add test for shell not available as well as
9967 available.
9968 * gdb.base/fileio.c (test_system): Check for shell twice.
9969
9970 2014-06-04 Yao Qi <yao@codesourcery.com>
9971
9972 * gdb.base/auto-connect-native-target.exp: Remove redundant
9973 space from the regexp pattern.
9974
9975 2014-06-04 Yao Qi <yao@codesourcery.com>
9976
9977 * gdb.base/default.exp: Replace "child" with "native" in
9978 regexp pattern.
9979
9980 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9981
9982 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9983 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9984 * gdb.python/py-xmethods.py: Python script supporting the
9985 new testcase and tests.
9986
9987 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9988 Pedro Alves <palves@redhat.com>
9989
9990 PR breakpoints/17000
9991 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9992 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9993
9994 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9995
9996 * gdb.base/subst.exp: Add tests to verify partial path matching
9997 output.
9998
9999 2014-06-03 Pedro Alves <palves@redhat.com>
10000
10001 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10002 target that doesn't use software single-stepping.
10003
10004 2014-06-03 Pedro Alves <palves@redhat.com>
10005
10006 PR breakpoints/17000
10007 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10008 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10009
10010 2014-06-02 Doug Evans <xdje42@gmail.com>
10011
10012 * gdb.guile/scm-parameter.exp: New file.
10013
10014 2014-06-02 Doug Evans <xdje42@gmail.com>
10015
10016 * gdb.guile/scm-cmd.c: New file.
10017 * gdb.guile/scm-cmd.exp: New file.
10018
10019 2014-06-02 Doug Evans <xdje42@gmail.com>
10020
10021 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10022 pretty-printer lookup.
10023 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10024 (make-pp_s-printer): Call it.
10025 (make-pretty-printer-from-dict): New function.
10026 (lookup-pretty-printer-maker-from-dict): New function.
10027 (*pretty-printer*): Simplify.
10028 (make-objfile-pp_s-printer): New function.
10029 (install-objfile-pretty-printers!): New function.
10030 (make-progspace-pp_s-printer): New function.
10031 (install-progspace-pretty-printers!): New function.
10032 * gdb.guile/scm-progspace.c: New file.
10033 * gdb.guile/scm-progspace.exp: New file.
10034
10035 2014-06-02 Pedro Alves <palves@redhat.com>
10036
10037 * gdb.base/dprintf-bp-same-addr.c: New file.
10038 * gdb.base/dprintf-bp-same-addr.exp: New file.
10039
10040 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10041
10042 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10043 * gdb.arch/powerpc-power.s: Likewise.
10044
10045 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10046
10047 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10048
10049 2014-06-01 Yao Qi <yao@codesourcery.com>
10050
10051 * gdb.base/watchpoint.exp (test_watch_location): Check null
10052 pointer can be dereferenced. If not, do the test, otherwise
10053 skip it.
10054
10055 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10056
10057 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10058 results.
10059 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10060
10061 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10062
10063 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10064 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10065 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10066 * gdb.arch/amd64-invalid-stack-top.c: New file.
10067 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10068
10069 2014-05-30 Pedro Alves <palves@redhat.com>
10070
10071 PR breakpoints/17000
10072 * gdb.base/sss-bp-on-user-bp.c: New file.
10073 * gdb.base/sss-bp-on-user-bp.exp: New file.
10074
10075 2014-05-30 David Blaikie <dblaikie@gmail.com>
10076
10077 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10078 gnu_inline semantics via attribute.
10079 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10080 source explicitly specifies the required semantics.
10081
10082 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10083
10084 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10085
10086 2014-05-29 Pedro Alves <palves@redhat.com>
10087 Tom Tromey <tromey@redhat.com>
10088
10089 * gdb.base/async-shell.exp: Don't enable target-async.
10090 * gdb.base/async.exp
10091 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10092 parameter. Adjust.
10093 (top level): Don't test with "target-async".
10094 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10095 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10096 * gdb.base/inferior-died.exp: Don't enable target-async.
10097 * gdb.base/interrupt-noterm.exp: Likewise.
10098 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10099 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10100 * gdb.mi/mi-nonstop.exp: Likewise.
10101 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10102 * gdb.mi/mi-nsintrall.exp: Likewise.
10103 * gdb.mi/mi-nsmoribund.exp: Likewise.
10104 * gdb.mi/mi-nsthrexec.exp: Likewise.
10105 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10106 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10107 * gdb.python/py-evsignal.exp: Don't enable target-async.
10108 * gdb.python/py-evthreads.exp: Likewise.
10109 * gdb.python/py-prompt.exp: Likewise.
10110 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10111 * gdb.server/solib-list.exp: Don't enable target-async.
10112 * gdb.threads/thread-specific-bp.exp: Likewise.
10113 * lib/mi-support.exp: Adjust to use mi-async.
10114
10115 2014-05-29 Pedro Alves <palves@redhat.com>
10116
10117 PR gdb/13860
10118 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10119 reason, even in sync mode.
10120
10121 2014-05-29 Pedro Alves <palves@redhat.com>
10122 Hui Zhu <hui@codesourcery.com>
10123
10124 PR PR15693
10125 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10126 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10127 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10128 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10129
10130 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10131
10132 * config/monitor.exp (gdb_target_monitor): Replace use of
10133 "set remotebaud" by "set serial baud".
10134
10135 2014-05-26 Andy Wingo <wingo@igalia.com>
10136
10137 * gdb.guile/scm-breakpoint.exp:
10138 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10139 properties instead of gdb-object-properties.
10140
10141 2014-05-26 Yao Qi <yao@codesourcery.com>
10142
10143 * gdb.server/no-thread-db.exp: Specify source file name
10144 explicitly when setting a breakpoint.
10145
10146 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10147
10148 * gdb.btrace/vdso.c: New.
10149 * gdb.btrace/vdso.exp: New.
10150
10151 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10152
10153 * gdb.base/gcore.exp (capture_command_output): Move ...
10154 * lib/gdb.exp (capture_command_output): ... here.
10155
10156 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10157
10158 * gdb.btrace/data.exp: Test memory access during btrace replay.
10159
10160 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10161
10162 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10163
10164 2014-05-21 Pedro Alves <palves@redhat.com>
10165
10166 PR gdb/13860
10167 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10168 (top level): Test that output related to execution commands is
10169 sent to the console with CLI commands, but not with MI commands.
10170 Test that breakpoint events are always mirrored to the console.
10171 Also expect the new source line to be output after a "next" in
10172 async mode too. Make it a pass/fail test.
10173 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10174 output.
10175 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10176
10177 2014-05-21 Pedro Alves <palves@redhat.com>
10178
10179 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10180 Use them to test variations of "list" after reaching a breakpoint.
10181 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10182 Test "list" with listsize 10 after reaching a breakpoint.
10183 * gdb.python/python.exp (decode_line current location line
10184 number): Adjust expected line number.
10185
10186 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10187
10188 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10189 behavior for $args, pass it directly to "run".
10190
10191 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10192
10193 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10194 30000 to 65536.
10195
10196 2014-05-21 Pedro Alves <palves@redhat.com>
10197
10198 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10199 auto-connect-native-target off".
10200 * gdb.base/auto-connect-native-target.c: New file.
10201 * gdb.base/auto-connect-native-target.exp: New file.
10202
10203 2014-05-21 Pedro Alves <palves@redhat.com>
10204
10205 * gdb.base/default.exp: Test "target native" instead of "target
10206 child".
10207
10208 2014-05-21 Mark Wielaard <mjw@redhat.com>
10209
10210 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10211
10212 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10213
10214 Fix TLS access for -static -pthread.
10215 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10216 <HAVE_TLS> (thread_function, main): Initialize it.
10217 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10218 Add clean_restart.
10219 <$have_tls != "">: Check TLSVAR.
10220
10221 2014-05-21 Pedro Alves <palves@redhat.com>
10222
10223 * gdb.base/dcache-line-read-error.c: New.
10224 * gdb.base/dcache-line-read-error.exp: New.
10225
10226 2014-05-20 Pedro Alves <palves@redhat.com>
10227
10228 * gdb.base/compare-sections.c: New file.
10229 * gdb.base/compare-sections.exp: New file.
10230
10231 2014-05-20 Pedro Alves <palves@redhat.com>
10232
10233 * gdb.base/break-idempotent.c: New file.
10234 * gdb.base/break-idempotent.exp: New file.
10235
10236 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10237
10238 * gdb.btrace/nohist.exp: New.
10239
10240 2014-05-20 Yao Qi <yao@codesourcery.com>
10241
10242 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10243 gdb.reverse directory and gdb_reverse_timeout exists in board
10244 setting.
10245 * README: Document gdb_reverse_timeout.
10246
10247 2014-05-20 Yao Qi <yao@codesourcery.com>
10248
10249 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10250 'test_file_name'. Treat args as a string instead of a list.
10251 (gdb_init): Rename argument 'args' by 'test_file_name'.
10252
10253 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10254
10255 * gdb.arch/powerpc-power.exp: New file.
10256 * gdb.arch/powerpc-power.s: New file.
10257
10258 2014-05-16 Doug Evans <dje@google.com>
10259
10260 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10261 * gdb.base/completion.exp: Check that all expected files exist
10262 before doing file completion.
10263
10264 2014-05-16 Doug Evans <dje@google.com>
10265
10266 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10267 Update.
10268 (do_syscall_tests_without_xml): Update.
10269
10270 2014-05-16 Pedro Alves <palves@redhat.com>
10271
10272 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10273 instead of "unknown output after running".
10274
10275 2014-05-16 Yao Qi <yao@codesourcery.com>
10276
10277 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10278 file1.txt from host at the end.
10279 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10280
10281 2014-05-15 Doug Evans <dje@google.com>
10282
10283 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10284 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10285 loading file. Add test for TU lookup.
10286
10287 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10288
10289 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10290 calling "-exec-arguments" or "set args" before running the
10291 inferior.
10292
10293 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10294
10295 * lib/mi-support.exp (mi_expect_stop): Expect message for
10296 inferiors that exit with non-zero exit code.
10297
10298 2014-05-14 Yao Qi <yao@codesourcery.com>
10299
10300 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10301 match absolute path on remote host.
10302 (test_file_list_exec_source_files): Remove "/" from the
10303 pattern.
10304
10305 2014-05-14 Yao Qi <yao@codesourcery.com>
10306
10307 * boards/local-remote-host-notty.exp (${board}_file): New
10308 proc.
10309
10310 2014-05-07 Kyle McMartin <kyle@redhat.com>
10311
10312 Pushed by Joel Brobecker <brobecker@adacore.com>.
10313 * gdb.arch/aarch64-atomic-inst.c: New file.
10314 * gdb.arch/aarch64-atomic-inst.exp: New file.
10315
10316 2014-05-07 Yao Qi <yao@codesourcery.com>
10317
10318 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10319 in current context" too.
10320
10321 2014-05-05 Keith Seitz <keiths@redhat.com>
10322
10323 * gdb.linespec/ls-dollar.exp: Add test for linespec
10324 file:convenience_variable.
10325
10326 2014-05-05 Yao Qi <yao@codesourcery.com>
10327
10328 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10329 traceframes into tfile and ctf trace files. Read data from
10330 trace file and test collected data.
10331 (gdb_collect_locals_test): Likewise.
10332 (gdb_unavailable_registers_test): Likewise.
10333 (gdb_unavailable_floats): Likewise.
10334 (gdb_collect_globals_test): Likewise.
10335 (top-level): Append "ctf" to trace_file_targets if GDB
10336 supports.
10337
10338 2014-05-05 Yao Qi <yao@codesourcery.com>
10339
10340 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10341 code to ...
10342 (gdb_collect_args_test_1): ... it. New proc.
10343 (gdb_collect_locals_test): Move some code to ...
10344 (gdb_collect_locals_test_1): ... it. New proc.
10345 (gdb_unavailable_registers_test): Move some code to ...
10346 (gdb_unavailable_registers_test_1): ... it. New proc.
10347 (gdb_unavailable_floats): Move some code to ...
10348 (gdb_unavailable_floats_1): ... it. New proc.
10349
10350 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10351
10352 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10353 probes to test for bitness recognition.
10354 * gdb.arch/amd64-stap-optional-prefix.exp
10355 (test_probe_value_without_reg): New procedure.
10356 Add code to test for different kinds of bitness.
10357
10358 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10359
10360 PR breakpoints/16889
10361 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10362 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10363
10364 2014-05-01 Pedro Alves <palves@redhat.com>
10365
10366 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10367 gdb_file_cmd if no file is specified.
10368 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10369 last_loaded_file to set the remote exec-file.
10370
10371 2014-05-01 Pedro Alves <palves@redhat.com>
10372
10373 * boards/local-remote-host.exp: New file.
10374
10375 2014-05-01 Pedro Alves <palves@redhat.com>
10376
10377 * boards/local-remote-host.exp: Rename to ...
10378 * boards/local-remote-host-notty.exp: ... this.
10379
10380 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10381
10382 * gdb.ada/dyn_arrayidx: New testcase.
10383
10384 2014-04-26 Yao Qi <yao@codesourcery.com>
10385
10386 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10387 and compute the length of function main. Save it in
10388 $main_length.
10389 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10390 (top-level): Use gdb_compile to compile objects into
10391 executable and restart GDB. Remove invocation to
10392 prepare_for_testing.
10393
10394 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10395 Pedro Alves <palves@redhat.com>
10396
10397 PR server/16255
10398 * gdb.multi/multi-attach.c: New file.
10399 * gdb.multi/multi-attach.exp: New file.
10400
10401 2014-04-25 Pedro Alves <palves@redhat.com>
10402
10403 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10404 user.
10405 (top level): Test that "set remote conditional-breakpoints-packet
10406 off" works as intended.
10407 * gdb.base/dprintf.exp: Test that "set remote
10408 breakpoint-commands-packet off" works as intended.
10409 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10410 New function.
10411 (top level): Call it.
10412 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10413 remote fast-tracepoints-packet off" works as intended.
10414 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10415 * lib/gdb.exp (gdb_is_target_remote): ... here.
10416
10417 2014-04-24 David Blaikie <dblaikie@gmail.com>
10418
10419 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10420 ensure clang would not discard them.
10421 * gdb.base/gdbvars.c: Ditto.
10422 * gdb.base/memattr.c: Ditto.
10423 * gdb.base/whatis.c: Ditto.
10424 * gdb.python/py-prettyprint.c: Ditto.
10425 * gdb.trace/actions.c: Ditto.
10426 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10427 ensure clang would not discard it.
10428
10429 2014-04-24 David Blaikie <dblaikie@gmail.com>
10430
10431 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10432 clang to emit the full definition of type required by the test
10433 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10434
10435 2014-04-24 David Blaikie <dblaikie@gmail.com>
10436
10437 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10438 coax Clang into emitting the definition of the type.
10439 * gdb.cp/pr10728-x.h (y): Ditto.
10440 * gdb.cp/pr10728-y.cc (y): Ditto.
10441
10442 2014-04-24 David Blaikie <dblaikie@gmail.com>
10443
10444 * gdb.base/label.exp: XFAIL label related tests under Clang.
10445 * gdb.cp/cplabel.exp: Ditto.
10446 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10447 under Clang those using labels.
10448
10449 2014-04-25 Yao Qi <yao@codesourcery.com>
10450
10451 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10452 double_label.
10453 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10454 partial_label and double_label.
10455
10456 2014-04-24 David Blaikie <dblaikie@gmail.com>
10457
10458 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10459
10460 2014-04-24 David Blaikie <dblaikie@gmail.com>
10461
10462 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10463 of the function to work across GCC and Clang.
10464 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10465 pointer types (const void ** const V void **).
10466
10467 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10468 Walfred Tedeschi <walfred.tedeschi@intel.com>
10469
10470 * Makefile.in (EXECUTABLES): Added i386-avx512.
10471 * gdb.arch/i386-avx512.c: New file.
10472 * gdb.arch/i386-avx512.exp: Likewise.
10473
10474 2014-04-23 Keith Seitz <keiths@redhat.com>
10475
10476 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10477 (mi_make_breakpoint_table): New procedure.
10478 (mi_create_breakpoint): Use mi_make_breakpoint
10479 and return the result.
10480 (mi_make_breakpoint): New procedure.
10481 (mi_build_kv_pairs): New procedure.
10482
10483 * gdb.mi/mi-break.exp: Remove unused globals,
10484 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10485 All callers updated.
10486 * gdb.mi/mi-dprintf.exp: Use variable to track command
10487 number.
10488 Update all callers of mi_create_breakpoint and use
10489 mi_make_breakpoint_table.
10490 Remove any unused global variables.
10491 * gdb.mi/mi-nonstop.exp: Likewise.
10492 * gdb.mi/mi-nsintrall.exp: Likewise.
10493 * gdb.mi/mi-nsmoribund.exp: Likewise.
10494 * gdb.mi/mi-nsthrexec.exp: Likewise.
10495 * gdb.mi/mi-reverse.exp: Likewise.
10496 * gdb.mi/mi-simplerun.exp: Likewise.
10497 * gdb.mi/mi-stepn.exp: Likewise.
10498 * gdb.mi/mi-syn-frame.exp: Likewise.
10499 * gdb.mi/mi-until.exp: Likewise.
10500 * gdb.mi/mi-var-cp.exp: Likewise.
10501 * gdb.mi/mi-var-display.exp: Likewise.
10502 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10503 * gdb.mi/mi2-var-child.exp: Likewise.
10504 * gdb.mi/mi-vla-c99.exp: Likewise.
10505 * lib/mi-support.exp: Likewise.
10506
10507 From Ian Lance Taylor <iant@cygnus.com>:
10508 * lib/gdb.exp (parse_args): New procedure.
10509
10510 2014-04-23 Pedro Alves <palves@redhat.com>
10511
10512 * gdb.base/break-unload-file.c: New file.
10513 * gdb.base/break-unload-file.exp: New file.
10514 * gdb.base/sym-file-lib.c (baz): New function.
10515 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10516 field.
10517 (load): Store the segment's mapped size.
10518 (unload): New function.
10519 (unload_shlib): New function.
10520 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10521 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10522 set a breakpoint at baz, and call it.
10523 * gdb.base/sym-file.exp: New tests for stale breakpoint
10524 instructions.
10525
10526 2014-04-23 Pedro Alves <palves@redhat.com>
10527
10528 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10529 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10530 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10531 * gdb.base/hbreak-unmapped.c: New file.
10532 * gdb.base/hbreak-unmapped.exp: New file.
10533 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10534 * lib/gdb.exp (gdb_is_target_remote): ... here.
10535
10536 2014-04-22 Pedro Alves <palves@redhat.com>
10537
10538 * gdb.base/consecutive-step-over.c: New file.
10539 * gdb.base/consecutive-step-over.exp: New file.
10540
10541 2014-04-22 Pedro Alves <palves@redhat.com>
10542
10543 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10544 instead of send_gdb/gdb_expect.
10545
10546 2014-04-22 Yao Qi <yao@codesourcery.com>
10547
10548 * lib/trace-support.exp (generate_tracefile): New procedure.
10549 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10550 return 0.
10551 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10552 if generate_tracefile returns 1.
10553
10554 2014-04-18 Tom Tromey <palves@redhat.com>
10555 Pedro alves <tromey@redhat.com>
10556
10557 PR backtrace/15558
10558 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10559 with a backtrace limit.
10560 * gdb.python/py-frame-inline.exp: Test running to an inline
10561 function with a backtrace limit, and printing the newest frame.
10562 * gdb.python/py-frame-inline.c (main): Call f.
10563
10564 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10565
10566 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10567
10568 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10569
10570 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10571 Drop prefix from unsupported source file path.
10572
10573 2014-04-17 Yao Qi <yao@codesourcery.com>
10574
10575 * lib/gdb.exp (with_target_charset): New proc.
10576 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10577 with_target_charset.
10578 (test_print_strings): Likewise.
10579 (test_repeat_bytes): Likewise.
10580 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10581 for some tests.
10582
10583 2014-04-16 Keith Seitz <keiths@redhat.com>
10584
10585 PR gdb/15827
10586 * gdb.dwarf2/corrupt.c: New file.
10587 * gdb.dwarf2/corrupt.exp: New file.
10588
10589 2014-04-16 Keith Seitz <keiths@redhat.com>
10590
10591 PR c++/16597
10592 * gdb.cp/namelessclass.cc: New file.
10593 * gdb.cp/namelessclass.exp: New file.
10594 * gdb.cp/namelessclass.S: New file.
10595
10596 2014-04-16 Doug Evans <dje@google.com>
10597
10598 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10599 Add comment.
10600 (gdbserver_default_get_comm_port): New function.
10601 (gdbserver_start): Check if board file provided
10602 "gdbserver,get_comm_port" and use it if so.
10603 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10604 (gdb,socketport): Set to "stdio".
10605 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10606 (stdio_gdbserver_template): Delete.
10607 (${board}_get_remote_address): Update.
10608 (${board}_build_remote_cmd): Delete.
10609 (${board}_get_comm_port): New function.
10610 (${board}_spawn): Update.
10611 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10612 Delete.
10613 (${board}_get_remote_address): Update.
10614 (${board}_get_comm_port): New function.
10615
10616 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10617
10618 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10619 appearing in any order.
10620
10621 2014-04-15 Doug Evans <dje@google.com>
10622
10623 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10624 uninitialized value of "description".
10625
10626 2014-04-15 Keith Seitz <keiths@redhat.com>
10627
10628 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10629 Remove unused globals.
10630 (test_running_the_program): Likewise.
10631 (test_controlled_execution): Likewise.
10632 (test_controlling_breakpoints): Likewise.
10633 (test_program_termination): Likewise.
10634
10635 2014-04-15 Keith Seitz <keiths@redhat.com>
10636
10637 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10638 unused globals.
10639 (test_rbreak_creation_and_listing): Likewise.
10640 (test_ignore_count): Likewise.
10641 (test_error): Likewise.
10642
10643 2014-04-15 Pedro Alves <palves@redhat.com>
10644
10645 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10646 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10647 sym-file-loader.c.
10648 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10649 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10650 to sym-file-loader.c.
10651 (struct library): Forward declare.
10652 (load_shlib, lookup_function): Change prototypes.
10653 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10654 (translate_offset): Remove declarations.
10655 (get_text_addr): New declaration.
10656 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10657 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10658 sym-file-loader.h.
10659 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10660 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10661 here from sym-file-loader.h.
10662 (struct library): New structure.
10663 (load_shlib, lookup_function): Change prototypes and adjust to
10664 work with a struct library.
10665 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10666 (translate_offset): Make static.
10667 (get_text_addr): New function.
10668 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10669
10670 2014-04-15 Pedro Alves <palves@redhat.com>
10671
10672 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10673
10674 2014-04-15 Pedro Alves <palves@redhat.com>
10675
10676 * gdb.base/sym-file-loader.c: Include <limits.h>.
10677 (SELF_LINK): New define.
10678 (get_origin): New function.
10679 (load_shlib): Use it.
10680 * gdb.base/sym-file.exp: Don't early return if the target is
10681 remote. Use runto_main, and issue fail is that fails. Use
10682 gdb_load_shlibs.
10683 (shlib_name): Delete.
10684 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10685
10686 2014-04-15 Pedro Alves <palves@redhat.com>
10687
10688 * gdb.base/sym-file.exp: Remove regex characters from test
10689 message. Don't refer to breakpoint numbers in test messages.
10690
10691 2014-04-14 Keith Seitz <keiths@redhat.com>
10692
10693 PR c++/16253
10694 * gdb.cp/var-tag.cc: New file.
10695 * gdb.cp/var-tag.exp: New file.
10696 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10697 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10698 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10699 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10700
10701 2014-04-14 Tom Tromey <tromey@redhat.com>
10702
10703 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10704 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10705 type.
10706 * gdb.cp/enum-class.exp: New file.
10707 * gdb.cp/enum-class.cc: New file.
10708
10709 2014-04-14 Tom Tromey <tromey@redhat.com>
10710
10711 * gdb.dwarf2/enum-type.exp: New file.
10712
10713 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10714
10715 * gdb.mi/mi-vla-c99.exp: New file.
10716 * gdb.mi/vla.c: New file.
10717
10718 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10719
10720 * gdb.base/vla-datatypes.c: New file.
10721 * gdb.base/vla-datatypes.exp: New file.
10722
10723 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10724
10725 * gdb.base/vla-ptr.c: New file.
10726 * gdb.base/vla-ptr.exp: New file.
10727
10728 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10729
10730 * gdb.dwarf2/count.exp: New file.
10731
10732 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10733
10734 * gdb.base/vla-sideeffect.c: New file.
10735 * gdb.base/vla-sideeffect.exp: New file.
10736
10737 2014-04-14 David Blaikie <dblaikie@gmail.com>
10738
10739 * gdb.mi/non-stop.c: Add return value for non-void function return
10740 statement.
10741 * gdb.threads/staticthreads.c: Ditto.
10742
10743 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10744 Doug Evans <xdje42@gmail.com>
10745
10746 * gdb.guile/scm-value.c: Improve test case.
10747 * gdb.guile/scm-value.exp: Add new test.
10748
10749 2014-04-11 David Blaikie <dblaikie@gmail.com>
10750
10751 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10752 override Clang's default.
10753
10754 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10755
10756 Revert the following changes (regressions):
10757
10758 * gdb.base/vla-sideeffect.c: New file.
10759 * gdb.base/vla-sideeffect.exp: New file.
10760
10761 * gdb.dwarf2/count.exp: New file.
10762
10763 * gdb.base/vla-multi.c: New file.
10764 * gdb.base/vla-multi.exp: New file.
10765
10766 * gdb.base/vla-ptr.c: New file.
10767 * gdb.base/vla-ptr.exp: New file.
10768
10769 * gdb.base/vla-datatypes.c: New file.
10770 * gdb.base/vla-datatypes.exp: New file.
10771
10772 * gdb.mi/mi-vla-c99.exp: New file.
10773 * gdb.mi/vla.c: New file.
10774
10775 2014-04-11 Keith Seitz <keiths@redhat.com>
10776
10777 PR c++/16675
10778 * gdb.cp/cpsizeof.exp: New file.
10779 * gdb.cp/cpsizeof.cc: New file.
10780
10781 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10782
10783 * gdb.mi/mi-vla-c99.exp: New file.
10784 * gdb.mi/vla.c: New file.
10785
10786 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10787
10788 * gdb.base/vla-datatypes.c: New file.
10789 * gdb.base/vla-datatypes.exp: New file.
10790
10791 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10792
10793 * gdb.base/vla-ptr.c: New file.
10794 * gdb.base/vla-ptr.exp: New file.
10795
10796 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10797
10798 * gdb.base/vla-multi.c: New file.
10799 * gdb.base/vla-multi.exp: New file.
10800
10801 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10802
10803 * gdb.dwarf2/count.exp: New file.
10804
10805 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10806
10807 * gdb.base/vla-sideeffect.c: New file.
10808 * gdb.base/vla-sideeffect.exp: New file.
10809
10810 2014-04-11 Yao Qi <yao@codesourcery.com>
10811
10812 * gdb.base/completion.exp: Check file exists before running tests
10813 on file completion.
10814
10815 2014-04-10 Pedro Alves <palves@redhat.com>
10816
10817 * gdb.base/cond-eval-mode.c: New file.
10818 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10819 prepare_for_testing to build the new file. Check result of
10820 runto_main.
10821 (test_break, test_watch): New procedures.
10822 (top level): Use them.
10823
10824 2014-04-08 Pierre Muller <muller@sourceware.org>
10825
10826 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10827 Ctrl-V use for mingw hosts.
10828
10829 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10830
10831 * gdb.python/py-value.c: Improve test case.
10832 * gdb.python/py-value.exp: Add new test.
10833
10834 2014-04-07 David Blaikie <dblaikie@gmail.com>
10835
10836 * lib/compiler.c: Identify the clang compiler.
10837 * lib/compiler.cc: Ditto.
10838
10839 2014-04-03 Yao Qi <yao@codesourcery.com>
10840
10841 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10842
10843 2014-04-01 Anton Blanchard <anton@samba.org>
10844
10845 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10846 messages unique.
10847
10848 2014-04-01 Anton Blanchard <anton@samba.org>
10849
10850 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10851 prepare_for_testing.
10852
10853 2014-04-01 Anton Blanchard <anton@samba.org>
10854
10855 * gdb.arch/ppc64-atomic-inst.c: Remove.
10856 * gdb.arch/ppc64-atomic-inst.S: New file.
10857 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10858
10859 2014-03-31 Doug Evans <dje@google.com>
10860
10861 * gdb.base/print-symbol-loading-lib.c: New file.
10862 * gdb.base/print-symbol-loading-main.c: New file.
10863 * gdb.base/print-symbol-loading.exp: New file.
10864
10865 2014-03-31 Yao Qi <yao@codesourcery.com>
10866
10867 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10868
10869 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10870
10871 * gdb.ada/mi_dyn_arr: New testcase.
10872
10873 2014-03-27 Doug Evans <dje@google.com>
10874
10875 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10876
10877 2014-03-27 Yao Qi <yao@codesourcery.com>
10878
10879 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10880 if target is nios2-*-*.
10881
10882 2014-03-26 Yao Qi <yao@codesourcery.com>
10883
10884 * lib/gdb.exp (readline_is_used): New proc.
10885 * gdb.base/completion.exp: Move tests on command complete up.
10886 Skip the rest of tests if readline is not used.
10887 * gdb.ada/complete.exp: Skp the test if readline is not
10888 used.
10889 * gdb.base/filesym.exp: Likewise.
10890 * gdb.base/macscp.exp: Likewise.
10891 * gdb.base/readline-ask.exp: Likewise.
10892 * gdb.base/readline.exp: Likewise.
10893 * gdb.python/py-cmd.exp: Likewise.
10894 * gdb.trace/tfile.exp: Likewise.
10895
10896 2014-03-26 Yao Qi <yao@codesourcery.com>
10897
10898 * gdb.base/macscp.exp: Fix code format issues.
10899
10900 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10901
10902 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10903 * gdb.asm/powerpc64le.inc: New file.
10904
10905 2014-03-25 Pedro Alves <palves@redhat.com>
10906 Doug Evans <dje@google.com>
10907
10908 * gdb.base/source-execution.c: New file.
10909 * gdb.base/source-execution.exp: New file.
10910 * gdb.base/source-execution.gdb: New file.
10911
10912 2014-03-24 Doug Evans <dje@google.com>
10913
10914 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10915 using fission.
10916
10917 2014-03-24 Hui Zhu <hui@codesourcery.com>
10918 Pedro Alves <palves@redhat.com>
10919
10920 PR breakpoints/16101
10921 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10922 test pass/fail messages. Detect missing support for dprintf when
10923 breakpoints are actually inserted.
10924 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10925 breakpoints are actually inserted.
10926 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10927 fails.
10928
10929 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10930
10931 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10932
10933 2014-03-22 Doug Evans <xdje42@gmail.com>
10934
10935 * gdb.python/python.exp (python not supported): Verify multi-line
10936 python command issues an error.
10937 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10938 guile command issues an error.
10939
10940 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10941
10942 * gdb.threads/thread-specific.exp: Handle the lack of usable
10943 $this_breakpoint and $this_thread.
10944
10945 2014-03-21 Hui Zhu <hui@codesourcery.com>
10946
10947 * gdb.base/attach.exp (do_command_attach_tests): New.
10948
10949 2014-03-20 Tom Tromey <tromey@redhat.com>
10950 Pedro Alves <palves@redhat.com>
10951
10952 PR cli/15718
10953 * gdb.base/condbreak-call-false.c: New file.
10954 * gdb.base/condbreak-call-false.exp: New file.
10955
10956 2014-03-20 Pedro Alves <palves@redhat.com>
10957
10958 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10959 Delete.
10960 (block_signals, unblock_signals): Delete.
10961 (child_function_2, main): Remove references to deleted variable
10962 and functions.
10963
10964 2014-03-20 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10967 Use pthread_kill to signal thread 2.
10968 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10969 Adjust to make the test send itself a signal rather than using the
10970 host's "kill" command.
10971
10972 2014-03-20 Pedro Alves <palves@redhat.com>
10973
10974 * gdb.threads/multiple-step-overs.c: New file.
10975 * gdb.threads/multiple-step-overs.exp: New file.
10976 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10977 Adjust expected infrun debug output.
10978
10979 2014-03-20 Pedro Alves <palves@redhat.com>
10980
10981 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10982 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10983
10984 2014-03-20 Pedro Alves <palves@redhat.com>
10985
10986 PR breakpoints/7143
10987 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10988 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10989 of gdb_test_multiple.
10990 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10991 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10992
10993 2014-03-20 Pedro Alves <palves@redhat.com>
10994
10995 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10996 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10997
10998 2014-03-19 Pedro Alves <palves@redhat.com>
10999
11000 * gdb.base/async.exp: Remove early return.
11001
11002 2014-03-19 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11005
11006 2014-03-19 Pedro Alves <palves@redhat.com>
11007
11008 * gdb.base/async.exp (test_background): Expect \r\n after
11009 "completed." in the fail pattern.
11010
11011 2014-03-19 Pedro Alves <palves@redhat.com>
11012
11013 * gdb.base/async.exp (test_background): New procedure.
11014 Use it for all background execution command tests.
11015
11016 2014-03-19 Pedro Alves <palves@redhat.com>
11017
11018 * gdb.base/async.exp: Use prepare_for_testing.
11019
11020 2014-03-19 Pedro Alves <palves@redhat.com>
11021
11022 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11023 the same line.
11024
11025 2014-03-19 Pedro Alves <palves@redhat.com>
11026
11027 * gdb.base/async.c (main): Add "jump here" and "until here" line
11028 marker comments.
11029 * gdb.base/async.exp (jump_here): New global.
11030 (jump& test): Use it.
11031 (until_here): New global.
11032 (until& test): Use it.
11033
11034 2014-03-19 Pedro Alves <palves@redhat.com>
11035
11036 * gdb.base/async.exp: Don't frob gdb_protocol.
11037
11038 2014-03-18 Doug Evans <xdje42@gmail.com>
11039
11040 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11041 Fix spelling of exec-done-display.
11042
11043 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11044
11045 PR gdb/15358
11046 * gdb.base/gdb-sigterm.c: New file.
11047 * gdb.base/gdb-sigterm.exp: New file.
11048
11049 2014-03-18 Pedro Alves <palves@redhat.com>
11050
11051 PR gdb/13860
11052 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11053 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11054 solib-event.
11055
11056 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11057
11058 * gdb.ada/pckd_arr_ren: New testcase.
11059
11060 2014-03-13 Doug Evans <xdje42@gmail.com>
11061
11062 PR guile/16612
11063 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11064 collect after discarding symbols.
11065
11066 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11067 Doug Evans <xdje42@gmail.com>
11068
11069 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11070 to history survives a gc.
11071
11072 2014-03-13 Pedro Alves <palves@redhat.com>
11073
11074 * gdb.base/default.exp: Don't test "target procfs".
11075
11076 2014-03-13 Pedro Alves <palves@redhat.com>
11077
11078 * gdb.base/default.exp: Update "target child" and "target procfs"
11079 tests to not expect "Unix".
11080
11081 2014-03-12 Tom Tromey <tromey@redhat.com>
11082
11083 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11084 New procs. Add target-async tests.
11085 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11086 Add target-async tests.
11087
11088 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11089
11090 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11091 'func_start' and 'func_end' for the beginning and end of the
11092 function code, respectively.
11093 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11094 'func_end' instead of 'func' and 'main'.
11095
11096 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11097
11098 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11099 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11100 generate the debug info assembler source.
11101
11102 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11103
11104 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11105 * gdb.dwarf2/arr-subrange.exp: Likewise.
11106 * gdb.dwarf2/dwz.exp: Likewise.
11107 * gdb.dwarf2/method-ptr.exp: Likewise.
11108 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11109 * gdb.dwarf2/subrange.exp: Likewise.
11110 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11111 * gdb.dwarf2/implptrpiece.exp: Likewise.
11112 * gdb.dwarf2/nostaticblock.exp: Likewise.
11113
11114 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11115
11116 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11117 directory to absolute path name arguments.
11118
11119 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11120
11121 * gdb.ada/tagged_access: New testcase.
11122
11123 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11124
11125 * gdb.btrace/data.exp: Update expected output.
11126
11127 2014-03-06 Yao Qi <yao@codesourcery.com>
11128
11129 * gdb.trace/pr16508.exp: New file.
11130
11131 2014-03-05 Pedro Alves <palves@redhat.com>
11132
11133 PR gdb/16575
11134 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11135 procedure.
11136 (top level): Adjust to use it. Add tests that exercise breakpoint
11137 interaction with the code-cache.
11138
11139 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11140
11141 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11142 test for 'history-append!'.
11143
11144 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11145
11146 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11147 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11148 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11149 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11150 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11151 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11152
11153 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11154
11155 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11156 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11157 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11158
11159 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11160
11161 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11162
11163 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11164
11165 * gdb.dwarf2/arr-stride.c: New file.
11166 * gdb.dwarf2/arr-stride.exp: New file.
11167
11168 2014-02-26 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11171 that won't ever trigger. Make sure that GDB reports the correct
11172 breakpoint that caused the stop.
11173
11174 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11175
11176 PR gdb/16626
11177 * gdb.base/auto-load-script: New file.
11178 * gdb.base/auto-load.c: New file.
11179 * gdb.base/auto-load.exp: New file.
11180
11181 PR gdb/16626
11182 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11183
11184 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11185
11186 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11187 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11188
11189 2014-02-24 Doug Evans <dje@google.com>
11190
11191 * lib/gdb.exp (run_on_host): Log error output if program fails.
11192
11193 2014-02-21 Pedro Alves <palves@redhat.com>
11194
11195 * gdb.threads/step-after-sr-lock.c: Rename to ...
11196 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11197 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11198 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11199 ... this.
11200
11201 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11202
11203 PR tdep/16397
11204 * gdb.arch/amd64-stap-special-operands.exp: New file.
11205 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11206 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11207 * gdb.arch/amd64-stap-triplet.S: Likewise.
11208 * gdb.arch/amd64-stap-triplet.c: Likewise.
11209
11210 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11211
11212 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11213 in .section pseudo-op.
11214
11215 2014-02-20 lin zuojian <manjian2006@gmail.com>
11216 Joel Brobecker <brobecker@adacore.com>
11217 Doug Evans <xdje42@gmail.com>
11218
11219 PR symtab/16581
11220 * gdb.dwarf2/dw2-icycle.S: New file.
11221 * gdb.dwarf2/dw2-icycle.c: New file.
11222 * gdb.dwarf2/dw2-icycle.exp: New file.
11223
11224 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11225
11226 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11227 operations on gdb.Value objects.
11228 * gdb.python/py-value-cc.exp: Add new test to test operations on
11229 gdb.Value objects.
11230
11231 2014-02-18 Doug Evans <dje@google.com>
11232
11233 * Makefile.in (TESTS): New variable.
11234 (expanded_tests, expanded_tests_or_none): New variables
11235 (check-single): Pass $(expanded_tests_or_none) to runtest.
11236 (check-parallel): Only run tests in $(TESTS) if non-empty.
11237 (check/no-matching-tests-found): New rule.
11238 * README: Document TESTS makefile variable.
11239
11240 2014-02-18 Doug Evans <dje@google.com>
11241
11242 * Makefile.in (check-parallel): rm -rf outputs temp.
11243
11244 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11245
11246 Fix "ERROR: no fileid for" in the testsuite.
11247 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11248
11249 2014-02-12 Doug Evans <dje@google.com>
11250
11251 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11252 (MISCELLANEOUS): New variable.
11253 (clean): rm -rf $(MISCELLANEOUS).
11254 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11255 dwp live in the same directory as symlinks, with each symlink pointed
11256 to a differently named file in a different directory.
11257
11258 2014-02-11 Doug Evans <dje@google.com>
11259
11260 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11261 of Tcl file commands.
11262
11263 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11264
11265 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11266 "kill -SIGUSR1 -1".
11267
11268 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11269
11270 * gdb.ada/tick_length_array_enum_idx: New testcase.
11271
11272 2014-02-10 Doug Evans <xdje42@gmail.com>
11273
11274 * configure.ac (AC_OUTPUT): Add gdb.guile.
11275 * configure: Regenerate.
11276 * lib/gdb-guile.exp: New file.
11277 * lib/gdb.exp (get_target_charset): New function.
11278 * gdb.base/help.exp: Update expected output from "apropos apropos".
11279 * gdb.guile/Makefile.in: New file.
11280 * gdb.guile/guile.exp: New file.
11281 * gdb.guile/scm-arch.c: New file.
11282 * gdb.guile/scm-arch.exp: New file.
11283 * gdb.guile/scm-block.c: New file.
11284 * gdb.guile/scm-block.exp: New file.
11285 * gdb.guile/scm-breakpoint.c: New file.
11286 * gdb.guile/scm-breakpoint.exp: New file.
11287 * gdb.guile/scm-disasm.c: New file.
11288 * gdb.guile/scm-disasm.exp: New file.
11289 * gdb.guile/scm-equal.c: New file.
11290 * gdb.guile/scm-equal.exp: New file.
11291 * gdb.guile/scm-error.exp: New file.
11292 * gdb.guile/scm-error.scm: New file.
11293 * gdb.guile/scm-frame-args.c: New file.
11294 * gdb.guile/scm-frame-args.exp: New file.
11295 * gdb.guile/scm-frame-args.scm: New file.
11296 * gdb.guile/scm-frame-inline.c: New file.
11297 * gdb.guile/scm-frame-inline.exp: New file.
11298 * gdb.guile/scm-frame.c: New file.
11299 * gdb.guile/scm-frame.exp: New file.
11300 * gdb.guile/scm-generics.exp: New file.
11301 * gdb.guile/scm-gsmob.exp: New file.
11302 * gdb.guile/scm-iterator.c: New file.
11303 * gdb.guile/scm-iterator.exp: New file.
11304 * gdb.guile/scm-math.c: New file.
11305 * gdb.guile/scm-math.exp: New file.
11306 * gdb.guile/scm-objfile-script-gdb.in: New file.
11307 * gdb.guile/scm-objfile-script.c: New file.
11308 * gdb.guile/scm-objfile-script.exp: New file.
11309 * gdb.guile/scm-objfile.c: New file.
11310 * gdb.guile/scm-objfile.exp: New file.
11311 * gdb.guile/scm-ports.exp: New file.
11312 * gdb.guile/scm-pretty-print.c: New file.
11313 * gdb.guile/scm-pretty-print.exp: New file.
11314 * gdb.guile/scm-pretty-print.scm: New file.
11315 * gdb.guile/scm-section-script.c: New file.
11316 * gdb.guile/scm-section-script.exp: New file.
11317 * gdb.guile/scm-section-script.scm: New file.
11318 * gdb.guile/scm-symbol.c: New file.
11319 * gdb.guile/scm-symbol.exp: New file.
11320 * gdb.guile/scm-symtab-2.c: New file.
11321 * gdb.guile/scm-symtab.c: New file.
11322 * gdb.guile/scm-symtab.exp: New file.
11323 * gdb.guile/scm-type.c: New file.
11324 * gdb.guile/scm-type.exp: New file.
11325 * gdb.guile/scm-value-cc.cc: New file.
11326 * gdb.guile/scm-value-cc.exp: New file.
11327 * gdb.guile/scm-value.c: New file.
11328 * gdb.guile/scm-value.exp: New file.
11329 * gdb.guile/source2.scm: New file.
11330 * gdb.guile/types-module.cc: New file.
11331 * gdb.guile/types-module.exp: New file.
11332
11333 2014-02-10 Yao Qi <yao@codesourcery.com>
11334
11335 PR testsuite/16543
11336 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11337 * configure: Regenerated.
11338 * Makefile.in: New file.
11339
11340 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11341
11342 * gdb.python/py-framefilter.exp: Fix typo.
11343
11344 2014-02-08 Yao Qi <yao@codesourcery.com>
11345
11346 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11347 that no =breakpoint-modified is emitted when breakpoints are
11348 modified through MI commands.
11349
11350 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11351 Pedro Alves <palves@redhat.com>
11352
11353 * gdb.threads/step-after-sr-lock.c: New file.
11354 * gdb.threads/step-after-sr-lock.exp: New file.
11355
11356 2014-02-07 Pedro Alves <palves@redhat.com>
11357
11358 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11359
11360 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11361
11362 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11363 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11364
11365 2014-02-06 Doug Evans <xdje42@gmail.com>
11366
11367 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11368 output.
11369
11370 * gdb.gdb/python-interrupts.exp: New file.
11371
11372 2014-02-05 Yao Qi <yao@codesourcery.com>
11373
11374 * gdb.trace/report.exp (use_collected_data): Test the output
11375 of "info threads" and "info inferiors".
11376
11377 2014-02-05 Yao Qi <yao@codesourcery.com>
11378
11379 Revert this patch:
11380
11381 2013-05-24 Yao Qi <yao@codesourcery.com>
11382
11383 * gdb.trace/tfile.exp: Test inferior and thread.
11384
11385 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11386
11387 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11388 on a function.
11389 * gdb.base/step-bt.c: Call hello via function pointer to make
11390 sure its first instruction is executed on powerpc64le-linux.
11391
11392 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11393
11394 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11395
11396 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11397
11398 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11399 of the test patterns for use on little-endian systems.
11400
11401 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11402
11403 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11404 (decimal_vector): Fix for little-endian.
11405
11406 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11407
11408 * gdb.arch/sparc-sysstep.exp: New file.
11409 * gdb.arch/sparc-sysstep.c: Likewise.
11410
11411 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11412
11413 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11414
11415 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11416
11417 2014-01-23 Tom Tromey <tromey@redhat.com>
11418
11419 * gdb.ada/array_char_idx: New testcase.
11420
11421 2014-01-23 Tom Tromey <tromey@redhat.com>
11422
11423 PR python/16487:
11424 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11425 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11426 classes.
11427
11428 2014-01-23 Tom Tromey <tromey@redhat.com>
11429
11430 PR python/16491:
11431 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11432 string from an inferior frame.
11433 * gdb.python/py-framefilter-mi.exp: Update.
11434
11435 2014-01-22 Doug Evans <dje@google.com>
11436
11437 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11438
11439 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11440
11441 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11442
11443 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11444
11445 * gdb.trace/entry-values.exp: Remove excess space character from
11446 regex patterns. Handle s390 call instruction.
11447
11448 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11449
11450 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11451 define "*_start" label. Make "name" static.
11452 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11453 ${name} by references to ${name}_start.
11454
11455 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11456
11457 * gdb.base/info-macros.exp: Remove "debug" from the compile
11458 options.
11459
11460 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11461
11462 * gdb.dlang/demangle.exp: New file.
11463
11464 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11465
11466 * gdb.dlang/primitive-types.exp: New file.
11467
11468 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11469
11470 * configure.ac: Create gdb.dlang/Makefile.
11471 * configure: Regenerate.
11472 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11473 * gdb.dlang/Makefile.in: New file.
11474 * lib/d-support.exp: New file.
11475 * lib/gdb.exp (skip_d_tests): New proc.
11476
11477 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11478
11479 * gdb.btrace/delta.exp: Check reverse stepi.
11480 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11481 * gdb.btrace/finish.exp: New.
11482 * gdb.btrace/next.exp: New.
11483 * gdb.btrace/nexti.exp: New.
11484 * gdb.btrace/record_goto.c: Add comments.
11485 * gdb.btrace/step.exp: New.
11486 * gdb.btrace/stepi.exp: New.
11487 * gdb.btrace/multi-thread-step.c: New.
11488 * gdb.btrace/multi-thread-step.exp: New.
11489 * gdb.btrace/rn-dl-bind.c: New.
11490 * gdb.btrace/rn-dl-bind.exp: New.
11491 * gdb.btrace/data.c: New.
11492 * gdb.btrace/data.exp: New.
11493 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11494
11495 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11496
11497 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11498 * gdb.btrace/exception.exp: Update.
11499 * gdb.btrace/instruction_history.exp: Update.
11500 * gdb.btrace/record_goto.exp: Update.
11501 * gdb.btrace/tailcall.exp: Update.
11502 * gdb.btrace/unknown_functions.exp: Update.
11503 * gdb.btrace/delta.exp: New.
11504
11505 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11506
11507 * gdb.btrace/record_goto.exp: Add backtrace test.
11508 * gdb.btrace/tailcall.exp: Add backtrace test.
11509
11510 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11511
11512 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11513 * gdb.btrace/record_goto.c: New.
11514 * gdb.btrace/record_goto.exp: New.
11515 * gdb.btrace/x86-record_goto.S: New.
11516
11517 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11518
11519 * gdb.btrace/function_call_history.exp: Update tests.
11520 * gdb.btrace/instruction_history.exp: Update tests.
11521
11522 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11523
11524 * gdb.btrace/function_call_history.exp: Fix expected field
11525 order for "record function-call-history".
11526 Add new tests for "record function-call-history /c".
11527 * gdb.btrace/exception.cc: New.
11528 * gdb.btrace/exception.exp: New.
11529 * gdb.btrace/tailcall.exp: New.
11530 * gdb.btrace/x86-tailcall.S: New.
11531 * gdb.btrace/x86-tailcall.c: New.
11532 * gdb.btrace/unknown_functions.c: New.
11533 * gdb.btrace/unknown_functions.exp: New.
11534 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11535
11536 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11537
11538 * gdb.btrace/instruction_history.exp: Update.
11539 * gdb.btrace/function_call_history.exp: Update.
11540
11541 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11542
11543 * gdb.btrace/function_call_history.exp: Fix expected function
11544 trace.
11545 * gdb.btrace/instruction_history.exp: Initialize traced.
11546 Remove traced_functions.
11547
11548 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11549
11550 * gdb.btrace/function_call_history.exp: Update
11551 * gdb.btrace/instruction_history.exp: Update.
11552
11553 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11554
11555 * gdb.btrace/enable.exp: Update expected text.
11556
11557 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11558
11559 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11560 bytes.
11561
11562 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11563
11564 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11565
11566 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11567
11568 * lib/gdb.exp (supports_process_record): Return true for
11569 arm*-linux*. (supports_reverse): Likewise.
11570
11571 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11572
11573 PR python/15464
11574 PR python/16113
11575 * gdb.python/py-type.c: Enhance test case.
11576 * gdb.python/py-value-cc.cc: Likewise
11577 * gdb.python/py-type.exp: Add new tests.
11578 * gdb.python/py-value-cc.exp: Likewise
11579
11580 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11581 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11584 Make "name" extern.
11585 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11586 references to ${name}_start by references to ${name}.
11587
11588 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11589
11590 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11591
11592 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11593
11594 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11595
11596 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11597 Pedro Alves <palves@redhat.com>
11598
11599 * gdb.mi/mi-info-os.exp: Connect to the target with
11600 mi_gdb_target_load.
11601
11602 2014-01-08 Pedro Alves <palves@redhat.com>
11603
11604 * gdb.threads/reconnect-signal.c: New file.
11605 * gdb.threads/reconnect-signal.exp: New file.
11606
11607 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11608
11609 * gdb.base/source-dir.exp: New file.
11610
11611 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11612
11613 * gdb.ada/mi_interface: New testcase.
11614
11615 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11616
11617 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11618 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11619 gdb.ada/pp-rec-component/pck.ads: New files.
11620
11621 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11622
11623 * gdb.python/py-pp-integral.c: New file.
11624 * gdb.python/py-pp-integral.py: New file.
11625 * gdb.python/py-pp-integral.exp: New file.
11626
11627 For older changes see ChangeLog-1993-2013.
11628 \f
11629 ;; Local Variables:
11630 ;; mode: change-log
11631 ;; left-margin: 8
11632 ;; fill-column: 74
11633 ;; version-control: never
11634 ;; End:
11635
11636 Copyright 2014-2017 Free Software Foundation, Inc.
11637 Copying and distribution of this file, with or without modification,
11638 are permitted provided the copyright notice and this notice are preserved.
This page took 0.265685 seconds and 5 git commands to generate.