Use watchpoint's language when re-parsing expression
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-05-19 Tom Tromey <tom@tromey.com>
2
3 PR rust/21484:
4 * gdb.rust/watch.exp: New file.
5 * gdb.rust/watch.rs: New file.
6
7 2017-05-18 Tom Tromey <tom@tromey.com>
8
9 * gdb.rust/simple.exp: Allow Box to be qualified.
10
11 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12
13 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
14
15 2017-05-18 Pedro Alves <palves@redhat.com>
16
17 * gdb.base/fileio.c (test_write, test_read, test_close)
18 (test_fstat): Don't print 'ret' in the fail path.
19
20 2017-05-18 Pedro Alves <palves@redhat.com>
21
22 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
23 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
24 (test_system, test_rename, test_unlink, test_time): Change
25 prototypes.
26 * gdb.base/fileio.exp (stop_msg): Adjust.
27
28 2017-05-18 Pedro Alves <palves@redhat.com>
29
30 * gdb.base/fileio.c (null_str): New global.
31 (test_stat): Use it.
32 * gdb.base/fileio.exp: Remove nowarnings.
33
34 2017-05-17 Yao Qi <yao.qi@linaro.org>
35
36 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
37
38 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
39
40 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
41 argument command.
42 (top-level): Invoke test_set_inferior_tty.
43
44 2017-05-04 Pedro Alves <palves@redhat.com>
45
46 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
47 Add parens to print call for Python 3.
48
49 2017-05-03 Keith Seitz <keiths@redhat.com>
50
51 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
52 (main): Call it.
53
54 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
55
56 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
57 to prev and next.
58
59 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
60
61 * gdb.python/py-record-btrace.exp: Remove test for
62 gdb.BtraceInstruction.error.
63
64 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
65
66 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
67
68 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
69
70 * gdb.python/py-record-btrace-threads.c: New file.
71 * gdb.python/py-record-btrace-threads.exp: New file.
72
73 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
74
75 PR testsuite/8595
76 * gdb.base/environ.exp: Make test available in all architectures.
77 Move bits related to "info program" testing to
78 gdb.base/info-program.exp. Rewrite tests to use the two new
79 procedures mentione below.
80 (test_set_show_env_var) New procedure.
81 (test_set_show_env_var_equal): Likewise.
82 * gdb.base/info-program.exp: New file.
83
84 2017-04-27 Keith Seitz <keiths@redhat.com>
85
86 * gdb.cp/oranking.cc (test15): New function.
87 (main): Call test15 and declare additional variables for testing.
88 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
89 "p foo101('abc')" tests.
90 Add tests for cv qualifier overloads.
91 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
92 "lvalue reference overload" test.
93 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
94 "print value of f1 on Child&& in f2" test.
95
96 2017-04-19 Pedro Alves <palves@redhat.com>
97
98 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
99 procedure.
100 (top level): Call it.
101 * lib/gdb.exp (gdb_define_cmd): New procedure.
102
103 2017-04-12 Pedro Alves <palves@redhat.com>
104
105 PR gdb/21323
106 * gdb.cp/wide_char_types.c: Include <wchar.h>.
107 (wchar): New global.
108 * gdb.cp/wide_char_types.exp (wide_char_types_program)
109 (do_test_wide_char, wide_char_types_no_program, top level): Add
110 wchar_t testing.
111
112 2017-04-12 Pedro Alves <palves@redhat.com>
113
114 PR c++/21323
115 * gdb.cp/wide_char_types.c: New file.
116 * gdb.cp/wide_char_types.exp: New file.
117
118 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
119
120 PR gdb/21352
121 * gdb.trace/tsv.exp: Add test for "tsave -r".
122
123 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
124
125 * gdb.dlang/watch-loc.c: New file.
126 * gdb.dlang/watch-loc.exp: New file.
127
128 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
129
130 * gdb.python/py-section-script.exp (sepdebug): New testcases.
131
132 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
133
134 * gdb.arch/arc-analyze-prologue.S: New file.
135 * gdb.arch/arc-analyze-prologue.exp: Likewise.
136
137 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
138
139 * gdb.arch/arc-decode-insn.S: New file.
140 * gdb.arch/arc-decode-insn.exp: Likewise.
141
142 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
143
144 PR tdep/20928
145 * gdb.arch/sparc64-regs.exp: New file.
146 * gdb.arch/sparc64-regs.S: Likewise.
147
148 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
149
150 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
151 and memory view on Python 3.
152
153 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
154 Keith Seitz <keiths@redhat.com>
155
156 PR gdb/14441
157 * gdb.cp/demangle.exp: Add rvalue reference tests.
158 * gdb.cp/rvalue-ref-casts.cc: New file.
159 * gdb.cp/rvalue-ref-casts.exp: New file.
160 * gdb.cp/rvalue-ref-overload.cc: New file.
161 * gdb.cp/rvalue-ref-overload.exp: New file.
162 * gdb.cp/rvalue-ref-params.cc: New file.
163 * gdb.cp/rvalue-ref-params.exp: New file.
164 * gdb.cp/rvalue-ref-sizeof.cc: New file.
165 * gdb.cp/rvalue-ref-sizeof.exp: New file.
166 * gdb.cp/rvalue-ref-types.cc: New file.
167 * gdb.cp/rvalue-ref-types.exp: New file.
168 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
169 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
170
171 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
172
173 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
174 New procedure.
175
176 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
177
178 * lib/mi-support.exp (mi_gdb_test): Add additional message
179 for unexpected output.
180
181 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
182
183 * gdb.base/examine-backward.c (Barrier): New character array
184 constant, to ensure that TestStrings is preceded by a string
185 terminator.
186
187 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
188
189 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
190 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
191 and implicit pointer into such a location.
192
193 2017-03-16 Doug Evans <dje@google.com>
194
195 * gdb.python/py-lazy-string (pointer): Really add new typedef.
196
197 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
198
199 * gdb.cp/m-static.exp: Fix expectation for prototype of
200 test5.single_constructor and single_constructor::single_constructor.
201
202 2017-03-16 Doug Evans <dje@google.com>
203
204 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
205 * gdb.guile/scm-lazy-string.c: New file.
206 * gdb.guile/scm-value.exp: Move lazy string tests to ...
207 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
208 for pointer, array, typedef lazy strings.
209
210 2017-03-16 Doug Evans <dje@google.com>
211
212 PR python/17728, python/18439, python/18779
213 * gdb.python/py-value.c (main) Delete locals sptr, sn.
214 * gdb.python/py-lazy-string.c (pointer): New typedef.
215 (main): New locals ptr, array, typedef_ptr.
216 * gdb.python/py-value.exp: Move lazy string tests to ...
217 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
218 array, typedef lazy strings.
219
220 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
221
222 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
223 Add optional 'test' parameter.
224
225 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
226
227 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
228 Skip for versions of DejaGnu < 1.5.
229
230 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
231
232 * lib/gdb.exp (dejagnu_version): New proc.
233 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
234 Use dejagnu_version.
235
236 2017-03-10 Keith Seitz <keiths@redhat.com>
237
238 PR c++/8128
239 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
240 type from destructor regexps.
241 Add a branch which actually passes the test.
242 Adjust "ptype t5i" test names.
243
244 2017-03-08 Pedro Alves <palves@redhat.com>
245
246 * gdb.base/step-over-exit.exp: Add explicit test message.
247
248 2017-03-08 Pedro Alves <palves@redhat.com>
249
250 PR gdb/18360
251 * gdb.threads/interrupt-while-step-over.c: New file.
252 * gdb.threads/interrupt-while-step-over.exp: New file.
253
254 2017-03-08 Pedro Alves <palves@redhat.com>
255
256 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
257 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
258
259 2017-03-08 Pedro Alves <palves@redhat.com>
260
261 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
262 PKRU as not supported as a PASS.
263
264 2017-03-08 Pedro Alves <palves@redhat.com>
265
266 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
267 prefix instead of $binfile1/$binfile2.
268 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
269 in test message.
270 * gdb.python/py-completion.exp: Use "load python file" as test
271 messages instead of unstable path names.
272
273 2017-03-08 Pedro Alves <palves@redhat.com>
274 Jan Kratochvil <jan.kratochvil@redhat.com>
275
276 PR cli/21218
277 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
278 New proc.
279 (top level): Call it.
280
281 2017-03-08 Pedro Alves <palves@redhat.com>
282
283 PR tui/21216
284 * gdb.tui/tui-nl-filtered-output.exp: New file.
285
286 2017-03-08 Pedro Alves <palves@redhat.com>
287
288 * gdb.base/completion.exp: Move TUI completion tests to ...
289 * gdb.tui/completion.exp: ... this new file.
290
291 2017-03-08 Pedro Alves <palves@redhat.com>
292
293 * gdb.base/tui-disasm-long-lines.c,
294 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
295 gdb.base/tui-layout.exp: Move to ...
296 * gdb.tui/: ... this new directory.
297
298 2017-03-07 Pedro Alves <palves@redhat.com>
299
300 * gdb.base/tui-layout.c: New file.
301 * gdb.base/tui-layout.exp: New file.
302
303 2017-03-07 Pedro Alves <palves@redhat.com>
304
305 * gdb.base/tui-layout.c: Rename to ...
306 * gdb.base/tui-disasm-long-lines.c: ... this.
307 * gdb.base/tui-layout.exp: Rename to ...
308 * gdb.base/tui-disasm-long-lines.exp: ... this.
309
310 2017-03-07 Pedro Alves <palves@redhat.com>
311
312 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
313
314 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
315
316 * i386-mpx-call.c: New file.
317 * i386-mpx-call.exp: New file.
318
319 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
320
321 * gdb.arch/powerpc-power.exp: Delete test.
322 * gdb.arch/powerpc-power.s: Likewise.
323 * gdb.disasm/disassembler-options.exp: New test.
324 * gdb.arch/powerpc-altivec.exp: Likewise.
325 * gdb.arch/powerpc-altivec.s: Likewise.
326 * gdb.arch/powerpc-altivec2.exp: Likewise.
327 * gdb.arch/powerpc-altivec2.s: Likewise.
328 * gdb.arch/powerpc-altivec3.exp: Likewise.
329 * gdb.arch/powerpc-altivec3.s: Likewise.
330 * gdb.arch/powerpc-power7.exp: Likewise.
331 * gdb.arch/powerpc-power7.s: Likewise.
332 * gdb.arch/powerpc-power8.exp: Likewise.
333 * gdb.arch/powerpc-power8.s: Likewise.
334 * gdb.arch/powerpc-power9.exp: Likewise.
335 * gdb.arch/powerpc-power9.s: Likewise.
336 * gdb.arch/powerpc-vsx.exp: Likewise.
337 * gdb.arch/powerpc-vsx.s: Likewise.
338 * gdb.arch/powerpc-vsx2.exp: Likewise.
339 * gdb.arch/powerpc-vsx2.s: Likewise.
340 * gdb.arch/powerpc-vsx3.exp: Likewise.
341 * gdb.arch/powerpc-vsx3.s: Likewise.
342 * gdb.arch/arm-disassembler-options.exp: Likewise.
343 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
344 * gdb.arch/s390-disassembler-options.exp: Likewise.
345
346 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
347
348 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
349 (check_supported_features): ... this. Changed return type to void.
350 (supports_rdseed): New static global.
351 (rdseed): Check supports_rdseed.
352 (initialize): Call check_supported_features.
353
354 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
355
356 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
357 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
358 and lqarx/stqcx.
359 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
360 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
361
362 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
363
364 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
365 uppercase.
366
367 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
368
369 * gdb.dwarf2/formdata16.c: New file.
370 * gdb.dwarf2/formdata16.exp: New file.
371 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
372
373 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
374
375 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
376 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
377 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
378 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
379 DW_AT_GNU_*.
380
381 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
382
383 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
384
385 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
386
387 PR gdb/21164
388 * gdb.base/maint.exp: Add testcases for when the commands do
389 not have arguments.
390
391 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
392
393 * gdb.cp/chained-calls.exp: Use p instead of P.
394
395 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
396
397 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
398 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
399
400 2017-02-14 Tom Tromey <tom@tromey.com>
401
402 PR python/13598:
403 * gdb.python/py-events.exp: Add before_prompt event tests.
404
405 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
406
407 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
408
409 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
410
411 * gdb.linespec/explicit.c (my_unique_function_name): New function.
412 (main): Call my_unique_function_name.
413 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
414 completion of patterns with a single match.
415 Add missing -re switches to gdb_test_multiple calls.
416
417 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
418
419 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
420 return if core file is not recognized.
421
422 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
423
424 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
425 and extra UIs.
426
427 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
428
429 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
430 proc_with_prefix.
431
432 2017-02-10 Tom Tromey <tom@tromey.com>
433
434 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
435
436 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
437
438 PR gdb/21122
439 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
440
441 2017-02-08 Jerome Guitton <guitton@adacore.com>
442
443 * gdb.base/define.exp: Add test for command abbreviations
444 in define.
445
446 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
447
448 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
449 * gdb.reverse/insn-reverse-x86.c: New file.
450
451 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
452
453 PR tdep/20936
454 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
455
456 2017-02-03 Tom Tromey <tom@tromey.com>
457
458 PR rust/21097:
459 * gdb.rust/simple.exp: Add new tests.
460
461 2017-02-02 Pedro Alves <palves@redhat.com>
462
463 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
464 tests.
465
466 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
467
468 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
469 taking a 2-byte value out of a 4-byte DWARF implicit value on
470 big-endian targets.
471 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
472 logic. Add test cases for DW_OP_implicit.
473
474 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
475
476 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
477
478 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
479
480 * gdb.btrace/enable.exp: Call gdb_exit before
481 skip_gdbserver_tests.
482
483 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
484
485 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
486 GDBFLAGS.
487
488 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
489
490 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
491 the test is skipped.
492 * gdb.btrace/data.exp: Likewise.
493 * gdb.btrace/delta.exp: Likewise.
494 * gdb.btrace/dlopen.exp: Likewise.
495 * gdb.btrace/enable-running.exp: Likewise.
496 * gdb.btrace/enable.exp: Likewise.
497 * gdb.btrace/exception.exp: Likewise.
498 * gdb.btrace/function_call_history.exp: Likewise.
499 * gdb.btrace/gcore.exp: Likewise.
500 * gdb.btrace/instruction_history.exp: Likewise.
501 * gdb.btrace/multi-thread-step.exp: Likewise.
502 * gdb.btrace/nohist.exp: Likewise.
503 * gdb.btrace/non-stop.exp: Likewise.
504 * gdb.btrace/reconnect.exp: Likewise.
505 * gdb.btrace/record_goto-step.exp: Likewise.
506 * gdb.btrace/record_goto.exp: Likewise.
507 * gdb.btrace/rn-dl-bind.exp: Likewise.
508 * gdb.btrace/segv.exp: Likewise.
509 * gdb.btrace/step.exp: Likewise.
510 * gdb.btrace/stepi.exp: Likewise.
511 * gdb.btrace/tailcall-only.exp: Likewise.
512 * gdb.btrace/tailcall.exp: Likewise.
513 * gdb.btrace/tsx.exp: Likewise.
514 * gdb.btrace/unknown_functions.exp: Likewise.
515 * gdb.btrace/vdso.exp: Likewise.
516
517 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
518
519 * gdb.btrace/enable-running.c: New.
520 * gdb.btrace/enable-running.exp: New.
521
522 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
523
524 * gdb.arch/amd64-gs_base.c: New file.
525 * gdb.arch/amd64-gs_base.exp: New file.
526
527 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
528
529 * lib/memory.exp: Remove spurious empty newlines.
530
531 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
532
533 * gdb.python/py-bad-printers.exp: Load python file using "source".
534 * gdb.python/py-events.exp: Likewise.
535 * gdb.python/py-evsignal.exp: Likewise.
536 * gdb.python/py-evthreads.exp: Likewise.
537 * gdb.python/py-frame-args.exp: Likewise.
538 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
539 * gdb.python/py-framefilter-mi.exp: Likewise.
540 * gdb.python/py-framefilter.exp: Likewise.
541 * gdb.python/py-mi.exp: Likewise.
542 * gdb.python/py-pp-maint.exp: Likewise.
543 * gdb.python/py-pp-registration.exp: Likewise.
544 * gdb.python/py-prettyprint.exp: Likewise.
545 (run_lang_tests): Likewise.
546 * gdb.python/py-typeprint.exp: Likewise.
547
548 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
549
550 * lib/memory.exp: New file.
551 * lib/gdb.exp: Load memory.exp.
552 * gdb.base/memattr.exp (delete_memory): Move proc to
553 lib/memory.exp and rename to delete_memory_regions.
554 Replace delete_memory with delete_memory_regions.
555 Cleanup memory regions before tests.
556 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
557 before tests.
558
559 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
560
561 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
562 files.
563 (initialize): New function conditionally defined.
564 (testcases): Move within conditional block.
565 (main): Call initialize.
566 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
567 of gdb.reverse/insn-reverse.c.
568 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
569 gdb.reverse/insn-reverse.c.
570
571 2017-01-26 Yao Qi <yao.qi@linaro.org>
572
573 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
574 disassemble on address 0.
575
576 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
577 Yao Qi <yao.qi@linaro.org>
578
579 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
580 * gdb.dwarf2/implptr-64bit.S: Remove.
581 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
582 variables in caller's context. Add DW_OP_implicit_value.
583
584 2017-01-25 Yao Qi <yao.qi@linaro.org>
585
586 * lib/dwarf.exp (Dwarf::_location): Handle
587 DW_OP_GNU_implicit_pointer with proper size.
588
589 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
590
591 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
592 and add untested calls.
593
594 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
595
596 * gdb.python/python.exp: Check line number against what GDB thinks
597 the line number is for func1.
598
599 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
600
601 * gdb.dlang/debug-expr.exp: New file.
602
603 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
604
605 Fix test names for the following files:
606
607 * gdb.ada/exec_changed.exp
608 * gdb.ada/info_types.exp
609 * gdb.arch/aarch64-atomic-inst.exp
610 * gdb.arch/aarch64-fp.exp
611 * gdb.arch/altivec-abi.exp
612 * gdb.arch/altivec-regs.exp
613 * gdb.arch/amd64-byte.exp
614 * gdb.arch/amd64-disp-step.exp
615 * gdb.arch/amd64-dword.exp
616 * gdb.arch/amd64-entry-value-inline.exp
617 * gdb.arch/amd64-entry-value-param.exp
618 * gdb.arch/amd64-entry-value-paramref.exp
619 * gdb.arch/amd64-entry-value.exp
620 * gdb.arch/amd64-i386-address.exp
621 * gdb.arch/amd64-invalid-stack-middle.exp
622 * gdb.arch/amd64-invalid-stack-top.exp
623 * gdb.arch/amd64-optimout-repeat.exp
624 * gdb.arch/amd64-prologue-skip.exp
625 * gdb.arch/amd64-prologue-xmm.exp
626 * gdb.arch/amd64-stap-special-operands.exp
627 * gdb.arch/amd64-stap-wrong-subexp.exp
628 * gdb.arch/amd64-tailcall-cxx.exp
629 * gdb.arch/amd64-tailcall-noret.exp
630 * gdb.arch/amd64-tailcall-ret.exp
631 * gdb.arch/amd64-tailcall-self.exp
632 * gdb.arch/amd64-word.exp
633 * gdb.arch/arm-bl-branch-dest.exp
634 * gdb.arch/arm-disp-step.exp
635 * gdb.arch/arm-neon.exp
636 * gdb.arch/arm-single-step-kernel-helper.exp
637 * gdb.arch/avr-flash-qualifier.exp
638 * gdb.arch/disp-step-insn-reloc.exp
639 * gdb.arch/e500-abi.exp
640 * gdb.arch/e500-regs.exp
641 * gdb.arch/ftrace-insn-reloc.exp
642 * gdb.arch/i386-avx512.exp
643 * gdb.arch/i386-bp_permanent.exp
644 * gdb.arch/i386-byte.exp
645 * gdb.arch/i386-cfi-notcurrent.exp
646 * gdb.arch/i386-disp-step.exp
647 * gdb.arch/i386-dr3-watch.exp
648 * gdb.arch/i386-float.exp
649 * gdb.arch/i386-gnu-cfi.exp
650 * gdb.arch/i386-mpx-map.exp
651 * gdb.arch/i386-mpx-sigsegv.exp
652 * gdb.arch/i386-mpx-simple_segv.exp
653 * gdb.arch/i386-mpx.exp
654 * gdb.arch/i386-permbkpt.exp
655 * gdb.arch/i386-prologue.exp
656 * gdb.arch/i386-signal.exp
657 * gdb.arch/i386-size-overlap.exp
658 * gdb.arch/i386-unwind.exp
659 * gdb.arch/i386-word.exp
660 * gdb.arch/mips-fcr.exp
661 * gdb.arch/powerpc-d128-regs.exp
662 * gdb.arch/powerpc-stackless.exp
663 * gdb.arch/ppc64-atomic-inst.exp
664 * gdb.arch/s390-stackless.exp
665 * gdb.arch/s390-tdbregs.exp
666 * gdb.arch/s390-vregs.exp
667 * gdb.arch/sparc-sysstep.exp
668 * gdb.arch/thumb-bx-pc.exp
669 * gdb.arch/thumb-singlestep.exp
670 * gdb.arch/thumb2-it.exp
671 * gdb.arch/vsx-regs.exp
672 * gdb.asm/asm-source.exp
673 * gdb.base/a2-run.exp
674 * gdb.base/advance.exp
675 * gdb.base/all-bin.exp
676 * gdb.base/anon.exp
677 * gdb.base/args.exp
678 * gdb.base/arithmet.exp
679 * gdb.base/async-shell.exp
680 * gdb.base/async.exp
681 * gdb.base/attach-pie-noexec.exp
682 * gdb.base/attach-twice.exp
683 * gdb.base/auto-load.exp
684 * gdb.base/bang.exp
685 * gdb.base/bitfields.exp
686 * gdb.base/break-always.exp
687 * gdb.base/break-caller-line.exp
688 * gdb.base/break-entry.exp
689 * gdb.base/break-inline.exp
690 * gdb.base/break-on-linker-gcd-function.exp
691 * gdb.base/break-probes.exp
692 * gdb.base/break.exp
693 * gdb.base/breakpoint-shadow.exp
694 * gdb.base/call-ar-st.exp
695 * gdb.base/call-sc.exp
696 * gdb.base/call-signal-resume.exp
697 * gdb.base/call-strs.exp
698 * gdb.base/callfuncs.exp
699 * gdb.base/catch-fork-static.exp
700 * gdb.base/catch-gdb-caused-signals.exp
701 * gdb.base/catch-load.exp
702 * gdb.base/catch-signal-fork.exp
703 * gdb.base/catch-signal.exp
704 * gdb.base/catch-syscall.exp
705 * gdb.base/charset.exp
706 * gdb.base/checkpoint.exp
707 * gdb.base/chng-syms.exp
708 * gdb.base/code-expr.exp
709 * gdb.base/code_elim.exp
710 * gdb.base/commands.exp
711 * gdb.base/completion.exp
712 * gdb.base/complex.exp
713 * gdb.base/cond-expr.exp
714 * gdb.base/condbreak.exp
715 * gdb.base/consecutive.exp
716 * gdb.base/continue-all-already-running.exp
717 * gdb.base/coredump-filter.exp
718 * gdb.base/corefile.exp
719 * gdb.base/dbx.exp
720 * gdb.base/debug-expr.exp
721 * gdb.base/define.exp
722 * gdb.base/del.exp
723 * gdb.base/disabled-location.exp
724 * gdb.base/disasm-end-cu.exp
725 * gdb.base/disasm-optim.exp
726 * gdb.base/display.exp
727 * gdb.base/duplicate-bp.exp
728 * gdb.base/ena-dis-br.exp
729 * gdb.base/ending-run.exp
730 * gdb.base/enumval.exp
731 * gdb.base/environ.exp
732 * gdb.base/eu-strip-infcall.exp
733 * gdb.base/eval-avoid-side-effects.exp
734 * gdb.base/eval-skip.exp
735 * gdb.base/exitsignal.exp
736 * gdb.base/expand-psymtabs.exp
737 * gdb.base/filesym.exp
738 * gdb.base/find-unmapped.exp
739 * gdb.base/finish.exp
740 * gdb.base/float.exp
741 * gdb.base/foll-exec-mode.exp
742 * gdb.base/foll-exec.exp
743 * gdb.base/foll-fork.exp
744 * gdb.base/fortran-sym-case.exp
745 * gdb.base/freebpcmd.exp
746 * gdb.base/func-ptr.exp
747 * gdb.base/func-ptrs.exp
748 * gdb.base/funcargs.exp
749 * gdb.base/gcore-buffer-overflow.exp
750 * gdb.base/gcore-relro-pie.exp
751 * gdb.base/gcore-relro.exp
752 * gdb.base/gcore.exp
753 * gdb.base/gdb1090.exp
754 * gdb.base/gdb11530.exp
755 * gdb.base/gdb11531.exp
756 * gdb.base/gdb1821.exp
757 * gdb.base/gdbindex-stabs.exp
758 * gdb.base/gdbvars.exp
759 * gdb.base/hbreak.exp
760 * gdb.base/hbreak2.exp
761 * gdb.base/included.exp
762 * gdb.base/infcall-input.exp
763 * gdb.base/inferior-died.exp
764 * gdb.base/infnan.exp
765 * gdb.base/info-macros.exp
766 * gdb.base/info-os.exp
767 * gdb.base/info-proc.exp
768 * gdb.base/info-shared.exp
769 * gdb.base/info-target.exp
770 * gdb.base/infoline.exp
771 * gdb.base/interp.exp
772 * gdb.base/interrupt.exp
773 * gdb.base/jit-reader.exp
774 * gdb.base/jit-simple.exp
775 * gdb.base/kill-after-signal.exp
776 * gdb.base/kill-detach-inferiors-cmd.exp
777 * gdb.base/label.exp
778 * gdb.base/langs.exp
779 * gdb.base/ldbl_e308.exp
780 * gdb.base/line-symtabs.exp
781 * gdb.base/linespecs.exp
782 * gdb.base/list.exp
783 * gdb.base/long_long.exp
784 * gdb.base/longest-types.exp
785 * gdb.base/maint.exp
786 * gdb.base/max-value-size.exp
787 * gdb.base/memattr.exp
788 * gdb.base/mips_pro.exp
789 * gdb.base/morestack.exp
790 * gdb.base/moribund-step.exp
791 * gdb.base/multi-forks.exp
792 * gdb.base/nested-addr.exp
793 * gdb.base/nextoverexit.exp
794 * gdb.base/noreturn-finish.exp
795 * gdb.base/noreturn-return.exp
796 * gdb.base/nostdlib.exp
797 * gdb.base/offsets.exp
798 * gdb.base/opaque.exp
799 * gdb.base/pc-fp.exp
800 * gdb.base/permissions.exp
801 * gdb.base/print-symbol-loading.exp
802 * gdb.base/prologue-include.exp
803 * gdb.base/psymtab.exp
804 * gdb.base/ptype.exp
805 * gdb.base/random-signal.exp
806 * gdb.base/randomize.exp
807 * gdb.base/range-stepping.exp
808 * gdb.base/readline-ask.exp
809 * gdb.base/recpar.exp
810 * gdb.base/recurse.exp
811 * gdb.base/relational.exp
812 * gdb.base/restore.exp
813 * gdb.base/return-nodebug.exp
814 * gdb.base/return.exp
815 * gdb.base/run-after-attach.exp
816 * gdb.base/save-bp.exp
817 * gdb.base/scope.exp
818 * gdb.base/sect-cmd.exp
819 * gdb.base/set-lang-auto.exp
820 * gdb.base/set-noassign.exp
821 * gdb.base/setvar.exp
822 * gdb.base/sigall.exp
823 * gdb.base/sigbpt.exp
824 * gdb.base/siginfo-addr.exp
825 * gdb.base/siginfo-infcall.exp
826 * gdb.base/siginfo-obj.exp
827 * gdb.base/siginfo.exp
828 * gdb.base/signals-state-child.exp
829 * gdb.base/signest.exp
830 * gdb.base/sigstep.exp
831 * gdb.base/sizeof.exp
832 * gdb.base/skip.exp
833 * gdb.base/solib-corrupted.exp
834 * gdb.base/solib-nodir.exp
835 * gdb.base/solib-search.exp
836 * gdb.base/stack-checking.exp
837 * gdb.base/stale-infcall.exp
838 * gdb.base/stap-probe.exp
839 * gdb.base/start.exp
840 * gdb.base/step-break.exp
841 * gdb.base/step-bt.exp
842 * gdb.base/step-line.exp
843 * gdb.base/step-over-exit.exp
844 * gdb.base/step-over-syscall.exp
845 * gdb.base/step-resume-infcall.exp
846 * gdb.base/step-test.exp
847 * gdb.base/store.exp
848 * gdb.base/structs3.exp
849 * gdb.base/sym-file.exp
850 * gdb.base/symbol-without-target_section.exp
851 * gdb.base/term.exp
852 * gdb.base/testenv.exp
853 * gdb.base/ui-redirect.exp
854 * gdb.base/until.exp
855 * gdb.base/unwindonsignal.exp
856 * gdb.base/value-double-free.exp
857 * gdb.base/vla-datatypes.exp
858 * gdb.base/vla-ptr.exp
859 * gdb.base/vla-sideeffect.exp
860 * gdb.base/volatile.exp
861 * gdb.base/watch-cond-infcall.exp
862 * gdb.base/watch-cond.exp
863 * gdb.base/watch-non-mem.exp
864 * gdb.base/watch-read.exp
865 * gdb.base/watch-vfork.exp
866 * gdb.base/watchpoint-cond-gone.exp
867 * gdb.base/watchpoint-delete.exp
868 * gdb.base/watchpoint-hw-hit-once.exp
869 * gdb.base/watchpoint-hw.exp
870 * gdb.base/watchpoint-stops-at-right-insn.exp
871 * gdb.base/watchpoints.exp
872 * gdb.base/wchar.exp
873 * gdb.base/whatis-exp.exp
874 * gdb.btrace/buffer-size.exp
875 * gdb.btrace/data.exp
876 * gdb.btrace/delta.exp
877 * gdb.btrace/dlopen.exp
878 * gdb.btrace/enable.exp
879 * gdb.btrace/exception.exp
880 * gdb.btrace/function_call_history.exp
881 * gdb.btrace/gcore.exp
882 * gdb.btrace/instruction_history.exp
883 * gdb.btrace/nohist.exp
884 * gdb.btrace/reconnect.exp
885 * gdb.btrace/record_goto-step.exp
886 * gdb.btrace/record_goto.exp
887 * gdb.btrace/rn-dl-bind.exp
888 * gdb.btrace/segv.exp
889 * gdb.btrace/step.exp
890 * gdb.btrace/stepi.exp
891 * gdb.btrace/tailcall-only.exp
892 * gdb.btrace/tailcall.exp
893 * gdb.btrace/tsx.exp
894 * gdb.btrace/unknown_functions.exp
895 * gdb.btrace/vdso.exp
896 * gdb.compile/compile-ifunc.exp
897 * gdb.compile/compile-ops.exp
898 * gdb.compile/compile-print.exp
899 * gdb.compile/compile-setjmp.exp
900 * gdb.cp/abstract-origin.exp
901 * gdb.cp/ambiguous.exp
902 * gdb.cp/annota2.exp
903 * gdb.cp/annota3.exp
904 * gdb.cp/anon-ns.exp
905 * gdb.cp/anon-struct.exp
906 * gdb.cp/anon-union.exp
907 * gdb.cp/arg-reference.exp
908 * gdb.cp/baseenum.exp
909 * gdb.cp/bool.exp
910 * gdb.cp/breakpoint.exp
911 * gdb.cp/bs15503.exp
912 * gdb.cp/call-c.exp
913 * gdb.cp/casts.exp
914 * gdb.cp/chained-calls.exp
915 * gdb.cp/class2.exp
916 * gdb.cp/classes.exp
917 * gdb.cp/cmpd-minsyms.exp
918 * gdb.cp/converts.exp
919 * gdb.cp/cp-relocate.exp
920 * gdb.cp/cpcompletion.exp
921 * gdb.cp/cpexprs.exp
922 * gdb.cp/cplabel.exp
923 * gdb.cp/cplusfuncs.exp
924 * gdb.cp/cpsizeof.exp
925 * gdb.cp/ctti.exp
926 * gdb.cp/derivation.exp
927 * gdb.cp/destrprint.exp
928 * gdb.cp/dispcxx.exp
929 * gdb.cp/enum-class.exp
930 * gdb.cp/exception.exp
931 * gdb.cp/exceptprint.exp
932 * gdb.cp/expand-psymtabs-cxx.exp
933 * gdb.cp/expand-sals.exp
934 * gdb.cp/extern-c.exp
935 * gdb.cp/filename.exp
936 * gdb.cp/formatted-ref.exp
937 * gdb.cp/fpointer.exp
938 * gdb.cp/gdb1355.exp
939 * gdb.cp/gdb2495.exp
940 * gdb.cp/hang.exp
941 * gdb.cp/impl-this.exp
942 * gdb.cp/infcall-dlopen.exp
943 * gdb.cp/inherit.exp
944 * gdb.cp/iostream.exp
945 * gdb.cp/koenig.exp
946 * gdb.cp/local.exp
947 * gdb.cp/m-data.exp
948 * gdb.cp/m-static.exp
949 * gdb.cp/mb-ctor.exp
950 * gdb.cp/mb-inline.exp
951 * gdb.cp/mb-templates.exp
952 * gdb.cp/member-name.exp
953 * gdb.cp/member-ptr.exp
954 * gdb.cp/meth-typedefs.exp
955 * gdb.cp/method.exp
956 * gdb.cp/method2.exp
957 * gdb.cp/minsym-fallback.exp
958 * gdb.cp/misc.exp
959 * gdb.cp/namelessclass.exp
960 * gdb.cp/namespace-enum.exp
961 * gdb.cp/namespace-nested-import.exp
962 * gdb.cp/namespace.exp
963 * gdb.cp/nextoverthrow.exp
964 * gdb.cp/no-dmgl-verbose.exp
965 * gdb.cp/non-trivial-retval.exp
966 * gdb.cp/noparam.exp
967 * gdb.cp/nsdecl.exp
968 * gdb.cp/nsimport.exp
969 * gdb.cp/nsnested.exp
970 * gdb.cp/nsnoimports.exp
971 * gdb.cp/nsrecurs.exp
972 * gdb.cp/nsstress.exp
973 * gdb.cp/nsusing.exp
974 * gdb.cp/operator.exp
975 * gdb.cp/oranking.exp
976 * gdb.cp/overload-const.exp
977 * gdb.cp/overload.exp
978 * gdb.cp/ovldbreak.exp
979 * gdb.cp/ovsrch.exp
980 * gdb.cp/paren-type.exp
981 * gdb.cp/parse-lang.exp
982 * gdb.cp/pass-by-ref.exp
983 * gdb.cp/pr-1023.exp
984 * gdb.cp/pr-1210.exp
985 * gdb.cp/pr-574.exp
986 * gdb.cp/pr10687.exp
987 * gdb.cp/pr12028.exp
988 * gdb.cp/pr17132.exp
989 * gdb.cp/pr17494.exp
990 * gdb.cp/pr9067.exp
991 * gdb.cp/pr9167.exp
992 * gdb.cp/pr9631.exp
993 * gdb.cp/printmethod.exp
994 * gdb.cp/psmang.exp
995 * gdb.cp/psymtab-parameter.exp
996 * gdb.cp/ptype-cv-cp.exp
997 * gdb.cp/ptype-flags.exp
998 * gdb.cp/re-set-overloaded.exp
999 * gdb.cp/ref-types.exp
1000 * gdb.cp/rtti.exp
1001 * gdb.cp/scope-err.exp
1002 * gdb.cp/shadow.exp
1003 * gdb.cp/smartp.exp
1004 * gdb.cp/static-method.exp
1005 * gdb.cp/static-print-quit.exp
1006 * gdb.cp/temargs.exp
1007 * gdb.cp/templates.exp
1008 * gdb.cp/try_catch.exp
1009 * gdb.cp/typedef-operator.exp
1010 * gdb.cp/typeid.exp
1011 * gdb.cp/userdef.exp
1012 * gdb.cp/using-crash.exp
1013 * gdb.cp/var-tag.exp
1014 * gdb.cp/virtbase.exp
1015 * gdb.cp/virtfunc.exp
1016 * gdb.cp/virtfunc2.exp
1017 * gdb.cp/vla-cxx.exp
1018 * gdb.disasm/t01_mov.exp
1019 * gdb.disasm/t02_mova.exp
1020 * gdb.disasm/t03_add.exp
1021 * gdb.disasm/t04_sub.exp
1022 * gdb.disasm/t05_cmp.exp
1023 * gdb.disasm/t06_ari2.exp
1024 * gdb.disasm/t07_ari3.exp
1025 * gdb.disasm/t08_or.exp
1026 * gdb.disasm/t09_xor.exp
1027 * gdb.disasm/t10_and.exp
1028 * gdb.disasm/t11_logs.exp
1029 * gdb.disasm/t12_bit.exp
1030 * gdb.disasm/t13_otr.exp
1031 * gdb.dlang/circular.exp
1032 * gdb.dwarf2/arr-stride.exp
1033 * gdb.dwarf2/arr-subrange.exp
1034 * gdb.dwarf2/atomic-type.exp
1035 * gdb.dwarf2/bad-regnum.exp
1036 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1037 * gdb.dwarf2/callframecfa.exp
1038 * gdb.dwarf2/clztest.exp
1039 * gdb.dwarf2/corrupt.exp
1040 * gdb.dwarf2/data-loc.exp
1041 * gdb.dwarf2/dup-psym.exp
1042 * gdb.dwarf2/dw2-anon-mptr.exp
1043 * gdb.dwarf2/dw2-anonymous-func.exp
1044 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1045 * gdb.dwarf2/dw2-bad-unresolved.exp
1046 * gdb.dwarf2/dw2-basic.exp
1047 * gdb.dwarf2/dw2-canonicalize-type.exp
1048 * gdb.dwarf2/dw2-case-insensitive.exp
1049 * gdb.dwarf2/dw2-common-block.exp
1050 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1051 * gdb.dwarf2/dw2-compressed.exp
1052 * gdb.dwarf2/dw2-const.exp
1053 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1054 * gdb.dwarf2/dw2-cu-size.exp
1055 * gdb.dwarf2/dw2-dup-frame.exp
1056 * gdb.dwarf2/dw2-entry-value.exp
1057 * gdb.dwarf2/dw2-icycle.exp
1058 * gdb.dwarf2/dw2-ifort-parameter.exp
1059 * gdb.dwarf2/dw2-inline-break.exp
1060 * gdb.dwarf2/dw2-inline-param.exp
1061 * gdb.dwarf2/dw2-intercu.exp
1062 * gdb.dwarf2/dw2-intermix.exp
1063 * gdb.dwarf2/dw2-lexical-block-bare.exp
1064 * gdb.dwarf2/dw2-linkage-name-trust.exp
1065 * gdb.dwarf2/dw2-minsym-in-cu.exp
1066 * gdb.dwarf2/dw2-noloc.exp
1067 * gdb.dwarf2/dw2-op-call.exp
1068 * gdb.dwarf2/dw2-op-out-param.exp
1069 * gdb.dwarf2/dw2-opt-structptr.exp
1070 * gdb.dwarf2/dw2-param-error.exp
1071 * gdb.dwarf2/dw2-producer.exp
1072 * gdb.dwarf2/dw2-ranges-base.exp
1073 * gdb.dwarf2/dw2-ref-missing-frame.exp
1074 * gdb.dwarf2/dw2-reg-undefined.exp
1075 * gdb.dwarf2/dw2-regno-invalid.exp
1076 * gdb.dwarf2/dw2-restore.exp
1077 * gdb.dwarf2/dw2-restrict.exp
1078 * gdb.dwarf2/dw2-single-line-discriminators.exp
1079 * gdb.dwarf2/dw2-strp.exp
1080 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1081 * gdb.dwarf2/dw2-unresolved.exp
1082 * gdb.dwarf2/dw2-var-zero-addr.exp
1083 * gdb.dwarf2/dw4-sig-types.exp
1084 * gdb.dwarf2/dwz.exp
1085 * gdb.dwarf2/dynarr-ptr.exp
1086 * gdb.dwarf2/enum-type.exp
1087 * gdb.dwarf2/gdb-index.exp
1088 * gdb.dwarf2/implptr-64bit.exp
1089 * gdb.dwarf2/implptr-optimized-out.exp
1090 * gdb.dwarf2/implptr.exp
1091 * gdb.dwarf2/implref-array.exp
1092 * gdb.dwarf2/implref-const.exp
1093 * gdb.dwarf2/implref-global.exp
1094 * gdb.dwarf2/implref-struct.exp
1095 * gdb.dwarf2/mac-fileno.exp
1096 * gdb.dwarf2/main-subprogram.exp
1097 * gdb.dwarf2/member-ptr-forwardref.exp
1098 * gdb.dwarf2/method-ptr.exp
1099 * gdb.dwarf2/missing-sig-type.exp
1100 * gdb.dwarf2/nonvar-access.exp
1101 * gdb.dwarf2/opaque-type-lookup.exp
1102 * gdb.dwarf2/pieces-optimized-out.exp
1103 * gdb.dwarf2/pieces.exp
1104 * gdb.dwarf2/pr10770.exp
1105 * gdb.dwarf2/pr13961.exp
1106 * gdb.dwarf2/staticvirtual.exp
1107 * gdb.dwarf2/subrange.exp
1108 * gdb.dwarf2/symtab-producer.exp
1109 * gdb.dwarf2/trace-crash.exp
1110 * gdb.dwarf2/typeddwarf.exp
1111 * gdb.dwarf2/valop.exp
1112 * gdb.dwarf2/watch-notconst.exp
1113 * gdb.fortran/array-element.exp
1114 * gdb.fortran/charset.exp
1115 * gdb.fortran/common-block.exp
1116 * gdb.fortran/complex.exp
1117 * gdb.fortran/derived-type-function.exp
1118 * gdb.fortran/derived-type.exp
1119 * gdb.fortran/logical.exp
1120 * gdb.fortran/module.exp
1121 * gdb.fortran/multi-dim.exp
1122 * gdb.fortran/nested-funcs.exp
1123 * gdb.fortran/print-formatted.exp
1124 * gdb.fortran/subarray.exp
1125 * gdb.fortran/vla-alloc-assoc.exp
1126 * gdb.fortran/vla-datatypes.exp
1127 * gdb.fortran/vla-history.exp
1128 * gdb.fortran/vla-ptr-info.exp
1129 * gdb.fortran/vla-ptype-sub.exp
1130 * gdb.fortran/vla-ptype.exp
1131 * gdb.fortran/vla-sizeof.exp
1132 * gdb.fortran/vla-type.exp
1133 * gdb.fortran/vla-value-sub-arbitrary.exp
1134 * gdb.fortran/vla-value-sub-finish.exp
1135 * gdb.fortran/vla-value-sub.exp
1136 * gdb.fortran/vla-value.exp
1137 * gdb.fortran/whatis_type.exp
1138 * gdb.go/chan.exp
1139 * gdb.go/handcall.exp
1140 * gdb.go/hello.exp
1141 * gdb.go/integers.exp
1142 * gdb.go/methods.exp
1143 * gdb.go/package.exp
1144 * gdb.go/strings.exp
1145 * gdb.go/types.exp
1146 * gdb.go/unsafe.exp
1147 * gdb.guile/scm-arch.exp
1148 * gdb.guile/scm-block.exp
1149 * gdb.guile/scm-breakpoint.exp
1150 * gdb.guile/scm-cmd.exp
1151 * gdb.guile/scm-disasm.exp
1152 * gdb.guile/scm-equal.exp
1153 * gdb.guile/scm-frame-args.exp
1154 * gdb.guile/scm-frame-inline.exp
1155 * gdb.guile/scm-frame.exp
1156 * gdb.guile/scm-iterator.exp
1157 * gdb.guile/scm-math.exp
1158 * gdb.guile/scm-objfile.exp
1159 * gdb.guile/scm-ports.exp
1160 * gdb.guile/scm-symbol.exp
1161 * gdb.guile/scm-symtab.exp
1162 * gdb.guile/scm-value-cc.exp
1163 * gdb.guile/types-module.exp
1164 * gdb.linespec/break-ask.exp
1165 * gdb.linespec/cpexplicit.exp
1166 * gdb.linespec/explicit.exp
1167 * gdb.linespec/keywords.exp
1168 * gdb.linespec/linespec.exp
1169 * gdb.linespec/ls-dollar.exp
1170 * gdb.linespec/ls-errs.exp
1171 * gdb.linespec/skip-two.exp
1172 * gdb.linespec/thread.exp
1173 * gdb.mi/mi-async.exp
1174 * gdb.mi/mi-basics.exp
1175 * gdb.mi/mi-break.exp
1176 * gdb.mi/mi-catch-load.exp
1177 * gdb.mi/mi-cli.exp
1178 * gdb.mi/mi-cmd-param-changed.exp
1179 * gdb.mi/mi-console.exp
1180 * gdb.mi/mi-detach.exp
1181 * gdb.mi/mi-disassemble.exp
1182 * gdb.mi/mi-eval.exp
1183 * gdb.mi/mi-file-transfer.exp
1184 * gdb.mi/mi-file.exp
1185 * gdb.mi/mi-fill-memory.exp
1186 * gdb.mi/mi-inheritance-syntax-error.exp
1187 * gdb.mi/mi-linespec-err-cp.exp
1188 * gdb.mi/mi-logging.exp
1189 * gdb.mi/mi-memory-changed.exp
1190 * gdb.mi/mi-read-memory.exp
1191 * gdb.mi/mi-record-changed.exp
1192 * gdb.mi/mi-reg-undefined.exp
1193 * gdb.mi/mi-regs.exp
1194 * gdb.mi/mi-return.exp
1195 * gdb.mi/mi-reverse.exp
1196 * gdb.mi/mi-simplerun.exp
1197 * gdb.mi/mi-solib.exp
1198 * gdb.mi/mi-stack.exp
1199 * gdb.mi/mi-stepi.exp
1200 * gdb.mi/mi-syn-frame.exp
1201 * gdb.mi/mi-until.exp
1202 * gdb.mi/mi-var-block.exp
1203 * gdb.mi/mi-var-child.exp
1204 * gdb.mi/mi-var-cmd.exp
1205 * gdb.mi/mi-var-cp.exp
1206 * gdb.mi/mi-var-display.exp
1207 * gdb.mi/mi-var-invalidate.exp
1208 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1209 * gdb.mi/mi-vla-fortran.exp
1210 * gdb.mi/mi-watch.exp
1211 * gdb.mi/mi2-var-child.exp
1212 * gdb.mi/user-selected-context-sync.exp
1213 * gdb.modula2/unbounded-array.exp
1214 * gdb.multi/dummy-frame-restore.exp
1215 * gdb.multi/multi-arch-exec.exp
1216 * gdb.multi/multi-arch.exp
1217 * gdb.multi/tids.exp
1218 * gdb.multi/watchpoint-multi.exp
1219 * gdb.opencl/callfuncs.exp
1220 * gdb.opencl/convs_casts.exp
1221 * gdb.opencl/datatypes.exp
1222 * gdb.opencl/operators.exp
1223 * gdb.opencl/vec_comps.exp
1224 * gdb.opt/clobbered-registers-O2.exp
1225 * gdb.opt/inline-break.exp
1226 * gdb.opt/inline-bt.exp
1227 * gdb.opt/inline-cmds.exp
1228 * gdb.opt/inline-locals.exp
1229 * gdb.pascal/case-insensitive-symbols.exp
1230 * gdb.pascal/floats.exp
1231 * gdb.pascal/gdb11492.exp
1232 * gdb.python/lib-types.exp
1233 * gdb.python/py-arch.exp
1234 * gdb.python/py-as-string.exp
1235 * gdb.python/py-bad-printers.exp
1236 * gdb.python/py-block.exp
1237 * gdb.python/py-breakpoint-create-fail.exp
1238 * gdb.python/py-breakpoint.exp
1239 * gdb.python/py-caller-is.exp
1240 * gdb.python/py-cmd.exp
1241 * gdb.python/py-explore-cc.exp
1242 * gdb.python/py-explore.exp
1243 * gdb.python/py-finish-breakpoint.exp
1244 * gdb.python/py-finish-breakpoint2.exp
1245 * gdb.python/py-frame-args.exp
1246 * gdb.python/py-frame-inline.exp
1247 * gdb.python/py-frame.exp
1248 * gdb.python/py-framefilter-mi.exp
1249 * gdb.python/py-infthread.exp
1250 * gdb.python/py-lazy-string.exp
1251 * gdb.python/py-linetable.exp
1252 * gdb.python/py-mi-events.exp
1253 * gdb.python/py-mi-objfile.exp
1254 * gdb.python/py-mi.exp
1255 * gdb.python/py-objfile.exp
1256 * gdb.python/py-pp-integral.exp
1257 * gdb.python/py-pp-maint.exp
1258 * gdb.python/py-pp-re-notag.exp
1259 * gdb.python/py-pp-registration.exp
1260 * gdb.python/py-recurse-unwind.exp
1261 * gdb.python/py-strfns.exp
1262 * gdb.python/py-symbol.exp
1263 * gdb.python/py-symtab.exp
1264 * gdb.python/py-sync-interp.exp
1265 * gdb.python/py-typeprint.exp
1266 * gdb.python/py-unwind-maint.exp
1267 * gdb.python/py-unwind.exp
1268 * gdb.python/py-value-cc.exp
1269 * gdb.python/py-xmethods.exp
1270 * gdb.reverse/amd64-tailcall-reverse.exp
1271 * gdb.reverse/break-precsave.exp
1272 * gdb.reverse/break-reverse.exp
1273 * gdb.reverse/consecutive-precsave.exp
1274 * gdb.reverse/consecutive-reverse.exp
1275 * gdb.reverse/finish-precsave.exp
1276 * gdb.reverse/finish-reverse-bkpt.exp
1277 * gdb.reverse/finish-reverse.exp
1278 * gdb.reverse/fstatat-reverse.exp
1279 * gdb.reverse/getresuid-reverse.exp
1280 * gdb.reverse/i386-precsave.exp
1281 * gdb.reverse/i386-reverse.exp
1282 * gdb.reverse/i386-sse-reverse.exp
1283 * gdb.reverse/i387-env-reverse.exp
1284 * gdb.reverse/i387-stack-reverse.exp
1285 * gdb.reverse/insn-reverse.exp
1286 * gdb.reverse/machinestate-precsave.exp
1287 * gdb.reverse/machinestate.exp
1288 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1289 * gdb.reverse/pipe-reverse.exp
1290 * gdb.reverse/readv-reverse.exp
1291 * gdb.reverse/recvmsg-reverse.exp
1292 * gdb.reverse/rerun-prec.exp
1293 * gdb.reverse/s390-mvcle.exp
1294 * gdb.reverse/step-precsave.exp
1295 * gdb.reverse/step-reverse.exp
1296 * gdb.reverse/time-reverse.exp
1297 * gdb.reverse/until-precsave.exp
1298 * gdb.reverse/until-reverse.exp
1299 * gdb.reverse/waitpid-reverse.exp
1300 * gdb.reverse/watch-precsave.exp
1301 * gdb.reverse/watch-reverse.exp
1302 * gdb.rust/generics.exp
1303 * gdb.rust/methods.exp
1304 * gdb.rust/modules.exp
1305 * gdb.rust/simple.exp
1306 * gdb.server/connect-with-no-symbol-file.exp
1307 * gdb.server/ext-attach.exp
1308 * gdb.server/ext-restart.exp
1309 * gdb.server/ext-wrapper.exp
1310 * gdb.server/file-transfer.exp
1311 * gdb.server/server-exec-info.exp
1312 * gdb.server/server-kill.exp
1313 * gdb.server/server-mon.exp
1314 * gdb.server/wrapper.exp
1315 * gdb.stabs/exclfwd.exp
1316 * gdb.stabs/gdb11479.exp
1317 * gdb.threads/clone-new-thread-event.exp
1318 * gdb.threads/corethreads.exp
1319 * gdb.threads/current-lwp-dead.exp
1320 * gdb.threads/dlopen-libpthread.exp
1321 * gdb.threads/gcore-thread.exp
1322 * gdb.threads/sigstep-threads.exp
1323 * gdb.threads/watchpoint-fork.exp
1324 * gdb.trace/actions-changed.exp
1325 * gdb.trace/backtrace.exp
1326 * gdb.trace/change-loc.exp
1327 * gdb.trace/circ.exp
1328 * gdb.trace/collection.exp
1329 * gdb.trace/disconnected-tracing.exp
1330 * gdb.trace/ftrace.exp
1331 * gdb.trace/mi-trace-frame-collected.exp
1332 * gdb.trace/mi-trace-unavailable.exp
1333 * gdb.trace/mi-traceframe-changed.exp
1334 * gdb.trace/mi-tsv-changed.exp
1335 * gdb.trace/no-attach-trace.exp
1336 * gdb.trace/passc-dyn.exp
1337 * gdb.trace/qtro.exp
1338 * gdb.trace/range-stepping.exp
1339 * gdb.trace/read-memory.exp
1340 * gdb.trace/save-trace.exp
1341 * gdb.trace/signal.exp
1342 * gdb.trace/status-stop.exp
1343 * gdb.trace/tfile.exp
1344 * gdb.trace/trace-break.exp
1345 * gdb.trace/trace-buffer-size.exp
1346 * gdb.trace/trace-condition.exp
1347 * gdb.trace/tracefile-pseudo-reg.exp
1348 * gdb.trace/tstatus.exp
1349 * gdb.trace/unavailable.exp
1350 * gdb.trace/while-dyn.exp
1351 * gdb.trace/while-stepping.exp
1352
1353 2016-12-22 Doug Evans <xdje42@gmail.com>
1354
1355 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1356 and msymbols.
1357
1358 2016-12-19 Yao Qi <yao.qi@linaro.org>
1359
1360 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1361 (test_with_self): Don't call do_steps_and_nexts, and remove
1362 code about stepping into xmalloc.
1363
1364 2016-12-09 Yao Qi <yao.qi@linaro.org>
1365
1366 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1367
1368 2016-12-09 Yao Qi <yao.qi@linaro.org>
1369
1370 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1371
1372 2016-12-09 Pedro Alves <palves@redhat.com>
1373
1374 * gdb.base/all-architectures-0.exp: New file.
1375 * gdb.base/all-architectures-1.exp: New file.
1376 * gdb.base/all-architectures-2.exp: New file.
1377 * gdb.base/all-architectures-3.exp: New file.
1378 * gdb.base/all-architectures-4.exp: New file.
1379 * gdb.base/all-architectures-5.exp: New file.
1380 * gdb.base/all-architectures-6.exp: New file.
1381 * gdb.base/all-architectures-7.exp: New file.
1382 * gdb.base/all-architectures.exp.in: New file.
1383
1384 2016-12-09 Yao Qi <yao.qi@linaro.org>
1385
1386 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1387
1388 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1389
1390 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1391 possible.
1392 Remove useless pattern-matching code.
1393
1394 2016-12-02 Pedro Alves <palves@redhat.com>
1395
1396 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1397 procedure.
1398 (top level): Call it.
1399
1400 2016-12-02 Pedro Alves <palves@redhat.com>
1401
1402 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1403 New procedure.
1404 (top level): Call it.
1405
1406 2016-12-02 Pedro Alves <palves@redhat.com>
1407
1408 PR cli/20559
1409 * gdb.base/commands.exp (user_defined_command_args_eval): New
1410 procedure.
1411 (top level): Call it.
1412
1413 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1414
1415 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1416 timeout handling.
1417
1418 2016-12-02 Tom Tromey <tom@tromey.com>
1419
1420 * gdb.dwarf2/main-subprogram.c: New file.
1421 * gdb.dwarf2/main-subprogram.exp: New file.
1422
1423 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1424
1425 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1426 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1427 gdb_test_no_output for a couple of cases.
1428 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1429
1430 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1431
1432 Fix test names and standardize compilation error messages throughout
1433 the following files:
1434
1435 * gdb.ada/start.exp
1436 * gdb.arch/alpha-step.exp
1437 * gdb.arch/e500-prologue.exp
1438 * gdb.arch/ftrace-insn-reloc.exp
1439 * gdb.arch/gdb1291.exp
1440 * gdb.arch/gdb1431.exp
1441 * gdb.arch/gdb1558.exp
1442 * gdb.arch/i386-dr3-watch.exp
1443 * gdb.arch/i386-sse-stack-align.exp
1444 * gdb.arch/ia64-breakpoint-shadow.exp
1445 * gdb.arch/pa-nullify.exp
1446 * gdb.arch/powerpc-aix-prologue.exp
1447 * gdb.arch/thumb-bx-pc.exp
1448 * gdb.base/annota1.exp
1449 * gdb.base/annota3.exp
1450 * gdb.base/arrayidx.exp
1451 * gdb.base/assign.exp
1452 * gdb.base/attach.exp
1453 * gdb.base/auxv.exp
1454 * gdb.base/bang.exp
1455 * gdb.base/bfp-test.exp
1456 * gdb.base/bigcore.exp
1457 * gdb.base/bitfields2.exp
1458 * gdb.base/break-fun-addr.exp
1459 * gdb.base/break-probes.exp
1460 * gdb.base/call-rt-st.exp
1461 * gdb.base/callexit.exp
1462 * gdb.base/catch-fork-kill.exp
1463 * gdb.base/charset.exp
1464 * gdb.base/checkpoint.exp
1465 * gdb.base/comprdebug.exp
1466 * gdb.base/constvars.exp
1467 * gdb.base/coredump-filter.exp
1468 * gdb.base/cursal.exp
1469 * gdb.base/cvexpr.exp
1470 * gdb.base/detach.exp
1471 * gdb.base/display.exp
1472 * gdb.base/dmsym.exp
1473 * gdb.base/dprintf-pending.exp
1474 * gdb.base/dso2dso.exp
1475 * gdb.base/dtrace-probe.exp
1476 * gdb.base/dump.exp
1477 * gdb.base/enum_cond.exp
1478 * gdb.base/exe-lock.exp
1479 * gdb.base/exec-invalid-sysroot.exp
1480 * gdb.base/execl-update-breakpoints.exp
1481 * gdb.base/exprs.exp
1482 * gdb.base/fileio.exp
1483 * gdb.base/find.exp
1484 * gdb.base/finish.exp
1485 * gdb.base/fixsection.exp
1486 * gdb.base/foll-vfork.exp
1487 * gdb.base/frame-args.exp
1488 * gdb.base/gcore.exp
1489 * gdb.base/gdb1250.exp
1490 * gdb.base/global-var-nested-by-dso.exp
1491 * gdb.base/gnu-ifunc.exp
1492 * gdb.base/hashline1.exp
1493 * gdb.base/hashline2.exp
1494 * gdb.base/hashline3.exp
1495 * gdb.base/hbreak-in-shr-unsupported.exp
1496 * gdb.base/huge.exp
1497 * gdb.base/infcall-input.exp
1498 * gdb.base/info-fun.exp
1499 * gdb.base/info-shared.exp
1500 * gdb.base/jit-simple.exp
1501 * gdb.base/jit-so.exp
1502 * gdb.base/jit.exp
1503 * gdb.base/jump.exp
1504 * gdb.base/label.exp
1505 * gdb.base/lineinc.exp
1506 * gdb.base/logical.exp
1507 * gdb.base/longjmp.exp
1508 * gdb.base/macscp.exp
1509 * gdb.base/miscexprs.exp
1510 * gdb.base/new-ui-echo.exp
1511 * gdb.base/new-ui-pending-input.exp
1512 * gdb.base/new-ui.exp
1513 * gdb.base/nodebug.exp
1514 * gdb.base/nofield.exp
1515 * gdb.base/offsets.exp
1516 * gdb.base/overlays.exp
1517 * gdb.base/pending.exp
1518 * gdb.base/pointers.exp
1519 * gdb.base/pr11022.exp
1520 * gdb.base/printcmds.exp
1521 * gdb.base/prologue.exp
1522 * gdb.base/ptr-typedef.exp
1523 * gdb.base/realname-expand.exp
1524 * gdb.base/relativedebug.exp
1525 * gdb.base/relocate.exp
1526 * gdb.base/remote.exp
1527 * gdb.base/reread.exp
1528 * gdb.base/return2.exp
1529 * gdb.base/savedregs.exp
1530 * gdb.base/sep.exp
1531 * gdb.base/sepdebug.exp
1532 * gdb.base/sepsymtab.exp
1533 * gdb.base/set-inferior-tty.exp
1534 * gdb.base/setshow.exp
1535 * gdb.base/shlib-call.exp
1536 * gdb.base/sigaltstack.exp
1537 * gdb.base/siginfo-addr.exp
1538 * gdb.base/signals.exp
1539 * gdb.base/signull.exp
1540 * gdb.base/sigrepeat.exp
1541 * gdb.base/so-impl-ld.exp
1542 * gdb.base/solib-display.exp
1543 * gdb.base/solib-overlap.exp
1544 * gdb.base/solib-search.exp
1545 * gdb.base/solib-symbol.exp
1546 * gdb.base/structs.exp
1547 * gdb.base/structs2.exp
1548 * gdb.base/symtab-search-order.exp
1549 * gdb.base/twice.exp
1550 * gdb.base/unload.exp
1551 * gdb.base/varargs.exp
1552 * gdb.base/watchpoint-solib.exp
1553 * gdb.base/watchpoint.exp
1554 * gdb.base/whatis.exp
1555 * gdb.base/wrong_frame_bt_full.exp
1556 * gdb.btrace/dlopen.exp
1557 * gdb.cell/ea-standalone.exp
1558 * gdb.cell/ea-test.exp
1559 * gdb.cp/dispcxx.exp
1560 * gdb.cp/gdb2384.exp
1561 * gdb.cp/method2.exp
1562 * gdb.cp/nextoverthrow.exp
1563 * gdb.cp/pr10728.exp
1564 * gdb.disasm/am33.exp
1565 * gdb.disasm/h8300s.exp
1566 * gdb.disasm/mn10300.exp
1567 * gdb.disasm/sh3.exp
1568 * gdb.dwarf2/dw2-dir-file-name.exp
1569 * gdb.fortran/complex.exp
1570 * gdb.fortran/library-module.exp
1571 * gdb.guile/scm-pretty-print.exp
1572 * gdb.guile/scm-symbol.exp
1573 * gdb.guile/scm-type.exp
1574 * gdb.guile/scm-value.exp
1575 * gdb.linespec/linespec.exp
1576 * gdb.mi/gdb701.exp
1577 * gdb.mi/gdb792.exp
1578 * gdb.mi/mi-breakpoint-changed.exp
1579 * gdb.mi/mi-dprintf-pending.exp
1580 * gdb.mi/mi-dprintf.exp
1581 * gdb.mi/mi-exit-code.exp
1582 * gdb.mi/mi-pending.exp
1583 * gdb.mi/mi-solib.exp
1584 * gdb.mi/new-ui-mi-sync.exp
1585 * gdb.mi/pr11022.exp
1586 * gdb.mi/user-selected-context-sync.exp
1587 * gdb.opt/solib-intra-step.exp
1588 * gdb.python/py-events.exp
1589 * gdb.python/py-finish-breakpoint.exp
1590 * gdb.python/py-mi.exp
1591 * gdb.python/py-prettyprint.exp
1592 * gdb.python/py-shared.exp
1593 * gdb.python/py-symbol.exp
1594 * gdb.python/py-template.exp
1595 * gdb.python/py-type.exp
1596 * gdb.python/py-value.exp
1597 * gdb.reverse/solib-precsave.exp
1598 * gdb.reverse/solib-reverse.exp
1599 * gdb.server/solib-list.exp
1600 * gdb.stabs/weird.exp
1601 * gdb.threads/reconnect-signal.exp
1602 * gdb.threads/stepi-random-signal.exp
1603 * gdb.trace/actions.exp
1604 * gdb.trace/ax.exp
1605 * gdb.trace/backtrace.exp
1606 * gdb.trace/change-loc.exp
1607 * gdb.trace/deltrace.exp
1608 * gdb.trace/ftrace-lock.exp
1609 * gdb.trace/ftrace.exp
1610 * gdb.trace/infotrace.exp
1611 * gdb.trace/mi-tracepoint-changed.exp
1612 * gdb.trace/packetlen.exp
1613 * gdb.trace/passcount.exp
1614 * gdb.trace/pending.exp
1615 * gdb.trace/range-stepping.exp
1616 * gdb.trace/report.exp
1617 * gdb.trace/stap-trace.exp
1618 * gdb.trace/tfind.exp
1619 * gdb.trace/trace-break.exp
1620 * gdb.trace/trace-condition.exp
1621 * gdb.trace/trace-enable-disable.exp
1622 * gdb.trace/trace-mt.exp
1623 * gdb.trace/tracecmd.exp
1624 * gdb.trace/tspeed.exp
1625 * gdb.trace/tsv.exp
1626 * lib/perftest.exp
1627
1628 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1629
1630 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1631 with gdb_test_no_output.
1632 Use command as test name.
1633
1634 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1635
1636 Fix test names starting with uppercase throughout the files.
1637
1638 * gdb.ada/assign_1.exp
1639 * gdb.ada/boolean_expr.exp
1640 * gdb.base/arrayidx.exp
1641 * gdb.base/del.exp
1642 * gdb.base/gcore-buffer-overflow.exp
1643 * gdb.base/testenv.exp
1644 * gdb.compile/compile.exp
1645 * gdb.python/py-framefilter-invalidarg.exp
1646 * gdb.python/py-framefilter.exp
1647
1648 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1649
1650 Fix test names starting with uppercase throughout the files.
1651
1652 * gdb.ada/array_return.exp
1653 * gdb.ada/expr_delims.exp
1654 * gdb.ada/mi_dyn_arr.exp
1655 * gdb.ada/mi_interface.exp
1656 * gdb.ada/mi_var_array.exp
1657 * gdb.ada/watch_arg.exp
1658 * gdb.arch/alpha-step.exp
1659 * gdb.arch/altivec-regs.exp
1660 * gdb.arch/e500-regs.exp
1661 * gdb.arch/powerpc-d128-regs.exp
1662 * gdb.base/arrayidx.exp
1663 * gdb.base/break.exp
1664 * gdb.base/checkpoint.exp
1665 * gdb.base/debug-expr.exp
1666 * gdb.base/dmsym.exp
1667 * gdb.base/radix.exp
1668 * gdb.base/sepdebug.exp
1669 * gdb.base/testenv.exp
1670 * gdb.base/watch_thread_num.exp
1671 * gdb.base/watchpoint-cond-gone.exp
1672 * gdb.cell/break.exp
1673 * gdb.cell/ea-cache.exp
1674 * gdb.compile/compile.exp
1675 * gdb.cp/gdb2495.exp
1676 * gdb.gdb/selftest.exp
1677 * gdb.gdb/xfullpath.exp
1678 * gdb.go/hello.exp
1679 * gdb.go/integers.exp
1680 * gdb.objc/basicclass.exp
1681 * gdb.pascal/hello.exp
1682 * gdb.pascal/integers.exp
1683 * gdb.python/py-breakpoint.exp
1684 * gdb.python/py-cmd.exp
1685 * gdb.python/py-linetable.exp
1686 * gdb.python/py-xmethods.exp
1687 * gdb.python/python.exp
1688 * gdb.reverse/consecutive-precsave.exp
1689 * gdb.reverse/finish-precsave.exp
1690 * gdb.reverse/i386-precsave.exp
1691 * gdb.reverse/machinestate-precsave.exp
1692 * gdb.reverse/sigall-precsave.exp
1693 * gdb.reverse/solib-precsave.exp
1694 * gdb.reverse/step-precsave.exp
1695 * gdb.reverse/until-precsave.exp
1696 * gdb.reverse/watch-precsave.exp
1697 * gdb.threads/leader-exit.exp
1698 * gdb.threads/pthreads.exp
1699 * gdb.threads/wp-replication.exp
1700 * gdb.trace/actions.exp
1701 * gdb.trace/mi-tsv-changed.exp
1702 * gdb.trace/tsv.exp
1703
1704 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1705
1706 Fix test names starting with uppercase throughout the files.
1707
1708 * gdb.arch/i386-bp_permanent.exp
1709 * gdb.arch/i386-gnu-cfi.exp
1710 * gdb.base/disasm-end-cu.exp
1711 * gdb.base/macscp.exp
1712 * gdb.base/pending.exp
1713 * gdb.base/watch_thread_num.exp
1714 * gdb.cp/exception.exp
1715 * gdb.cp/gdb2495.exp
1716 * gdb.cp/local.exp
1717 * gdb.python/py-evsignal.exp
1718 * gdb.python/python.exp
1719 * gdb.trace/tracecmd.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.base/charset.exp
1726 * gdb.base/eval.exp
1727 * gdb.base/multi-forks.exp
1728 * gdb.guile/scm-progspace.exp
1729 * gdb.opencl/datatypes.exp
1730 * gdb.python/py-block.exp
1731 * gdb.python/py-function.exp
1732 * gdb.python/py-symbol.exp
1733 * gdb.python/py-symtab.exp
1734 * gdb.python/py-xmethods.exp
1735 * gdb.reverse/break-precsave.exp
1736 * gdb.reverse/break-reverse.exp
1737 * gdb.reverse/consecutive-precsave.exp
1738 * gdb.reverse/consecutive-reverse.exp
1739 * gdb.reverse/finish-precsave.exp
1740 * gdb.reverse/finish-reverse-bkpt.exp
1741 * gdb.reverse/finish-reverse.exp
1742 * gdb.reverse/fstatat-reverse.exp
1743 * gdb.reverse/getresuid-reverse.exp
1744 * gdb.reverse/i386-precsave.exp
1745 * gdb.reverse/i386-reverse.exp
1746 * gdb.reverse/i386-sse-reverse.exp
1747 * gdb.reverse/i387-stack-reverse.exp
1748 * gdb.reverse/insn-reverse.exp
1749 * gdb.reverse/machinestate-precsave.exp
1750 * gdb.reverse/machinestate.exp
1751 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1752 * gdb.reverse/pipe-reverse.exp
1753 * gdb.reverse/readv-reverse.exp
1754 * gdb.reverse/recvmsg-reverse.exp
1755 * gdb.reverse/rerun-prec.exp
1756 * gdb.reverse/s390-mvcle.exp
1757 * gdb.reverse/sigall-precsave.exp
1758 * gdb.reverse/sigall-reverse.exp
1759 * gdb.reverse/solib-precsave.exp
1760 * gdb.reverse/solib-reverse.exp
1761 * gdb.reverse/step-precsave.exp
1762 * gdb.reverse/step-reverse.exp
1763 * gdb.reverse/time-reverse.exp
1764 * gdb.reverse/until-precsave.exp
1765 * gdb.reverse/until-reverse.exp
1766 * gdb.reverse/waitpid-reverse.exp
1767 * gdb.reverse/watch-precsave.exp
1768 * gdb.reverse/watch-reverse.exp
1769
1770 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1771
1772 Fix test names starting with uppercase throughout the files.
1773
1774 * gdb.arch/i386-mpx-simple_segv.exp
1775 * gdb.arch/i386-mpx.exp
1776 * gdb.arch/i386-permbkpt.exp
1777 * gdb.arch/pa-nullify.exp
1778 * gdb.arch/powerpc-d128-regs.exp
1779 * gdb.arch/vsx-regs.exp
1780 * gdb.base/bfp-test.exp
1781 * gdb.base/break.exp
1782 * gdb.base/breakpoint-shadow.exp
1783 * gdb.base/callfuncs.exp
1784 * gdb.base/charset.exp
1785 * gdb.base/commands.exp
1786 * gdb.base/completion.exp
1787 * gdb.base/dfp-test.exp
1788 * gdb.base/echo.exp
1789 * gdb.base/ending-run.exp
1790 * gdb.base/eval.exp
1791 * gdb.base/expand-psymtabs.exp
1792 * gdb.base/float128.exp
1793 * gdb.base/floatn.exp
1794 * gdb.base/foll-exec-mode.exp
1795 * gdb.base/gdb1056.exp
1796 * gdb.base/gdb11531.exp
1797 * gdb.base/kill-after-signal.exp
1798 * gdb.base/multi-forks.exp
1799 * gdb.base/overlays.exp
1800 * gdb.base/pending.exp
1801 * gdb.base/sepdebug.exp
1802 * gdb.base/testenv.exp
1803 * gdb.base/valgrind-db-attach.exp
1804 * gdb.base/watch_thread_num.exp
1805 * gdb.base/watchpoint-cond-gone.exp
1806 * gdb.base/watchpoint.exp
1807 * gdb.base/watchpoints.exp
1808 * gdb.cp/arg-reference.exp
1809 * gdb.cp/baseenum.exp
1810 * gdb.cp/operator.exp
1811 * gdb.cp/shadow.exp
1812 * gdb.dwarf2/dw2-op-out-param.exp
1813 * gdb.dwarf2/dw2-reg-undefined.exp
1814 * gdb.go/chan.exp
1815 * gdb.go/hello.exp
1816 * gdb.go/integers.exp
1817 * gdb.go/methods.exp
1818 * gdb.go/package.exp
1819 * gdb.guile/scm-parameter.exp
1820 * gdb.guile/scm-progspace.exp
1821 * gdb.guile/scm-value.exp
1822 * gdb.mi/mi-pending.exp
1823 * gdb.mi/user-selected-context-sync.exp
1824 * gdb.multi/multi-attach.exp
1825 * gdb.multi/tids.exp
1826 * gdb.opt/clobbered-registers-O2.exp
1827 * gdb.pascal/floats.exp
1828 * gdb.pascal/integers.exp
1829 * gdb.python/py-block.exp
1830 * gdb.python/py-events.exp
1831 * gdb.python/py-parameter.exp
1832 * gdb.python/py-symbol.exp
1833 * gdb.python/py-symtab.exp
1834 * gdb.python/py-type.exp
1835 * gdb.python/py-value.exp
1836 * gdb.python/py-xmethods.exp
1837 * gdb.python/python.exp
1838 * gdb.reverse/break-precsave.exp
1839 * gdb.reverse/consecutive-precsave.exp
1840 * gdb.reverse/finish-precsave.exp
1841 * gdb.reverse/i386-precsave.exp
1842 * gdb.reverse/machinestate-precsave.exp
1843 * gdb.reverse/sigall-precsave.exp
1844 * gdb.reverse/solib-precsave.exp
1845 * gdb.reverse/step-precsave.exp
1846 * gdb.reverse/until-precsave.exp
1847 * gdb.reverse/watch-precsave.exp
1848 * gdb.server/ext-attach.exp
1849 * gdb.server/ext-restart.exp
1850 * gdb.server/ext-run.exp
1851 * gdb.server/ext-wrapper.exp
1852 * gdb.stabs/gdb11479.exp
1853 * gdb.stabs/weird.exp
1854 * gdb.threads/attach-many-short-lived-threads.exp
1855 * gdb.threads/kill.exp
1856 * gdb.threads/watchpoint-fork.exp
1857
1858 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1859
1860 Fix test names starting with uppercase throughout all the files below.
1861
1862 * gdb.ada/array_return.exp
1863 * gdb.ada/catch_ex.exp
1864 * gdb.ada/info_exc.exp
1865 * gdb.ada/mi_catch_ex.exp
1866 * gdb.ada/mi_dyn_arr.exp
1867 * gdb.ada/mi_ex_cond.exp
1868 * gdb.ada/mi_exc_info.exp
1869 * gdb.ada/mi_interface.exp
1870 * gdb.ada/mi_task_arg.exp
1871 * gdb.ada/mi_task_info.exp
1872 * gdb.ada/mi_var_array.exp
1873 * gdb.arch/alpha-step.exp
1874 * gdb.arch/amd64-disp-step.exp
1875 * gdb.arch/arm-disp-step.exp
1876 * gdb.arch/disp-step-insn-reloc.exp
1877 * gdb.arch/e500-prologue.exp
1878 * gdb.arch/ftrace-insn-reloc.exp
1879 * gdb.arch/gdb1558.exp
1880 * gdb.arch/i386-bp_permanent.exp
1881 * gdb.arch/i386-disp-step.exp
1882 * gdb.arch/i386-float.exp
1883 * gdb.arch/i386-gnu-cfi.exp
1884 * gdb.arch/ia64-breakpoint-shadow.exp
1885 * gdb.arch/mips16-thunks.exp
1886 * gdb.arch/pa-nullify.exp
1887 * gdb.arch/powerpc-aix-prologue.exp
1888 * gdb.arch/powerpc-power.exp
1889 * gdb.arch/ppc-dfp.exp
1890 * gdb.arch/s390-tdbregs.exp
1891 * gdb.arch/spu-info.exp
1892 * gdb.arch/spu-ls.exp
1893 * gdb.arch/thumb-bx-pc.exp
1894 * gdb.base/advance.exp
1895 * gdb.base/annota-input-while-running.exp
1896 * gdb.base/arrayidx.exp
1897 * gdb.base/asmlabel.exp
1898 * gdb.base/async.exp
1899 * gdb.base/attach-wait-input.exp
1900 * gdb.base/auto-connect-native-target.exp
1901 * gdb.base/batch-preserve-term-settings.exp
1902 * gdb.base/bfp-test.exp
1903 * gdb.base/bigcore.exp
1904 * gdb.base/bp-permanent.exp
1905 * gdb.base/break-always.exp
1906 * gdb.base/break-fun-addr.exp
1907 * gdb.base/break-idempotent.exp
1908 * gdb.base/break-main-file-remove-fail.exp
1909 * gdb.base/break-probes.exp
1910 * gdb.base/break-unload-file.exp
1911 * gdb.base/break.exp
1912 * gdb.base/call-ar-st.exp
1913 * gdb.base/call-rt-st.exp
1914 * gdb.base/call-sc.exp
1915 * gdb.base/call-signal-resume.exp
1916 * gdb.base/call-strs.exp
1917 * gdb.base/callexit.exp
1918 * gdb.base/callfuncs.exp
1919 * gdb.base/catch-gdb-caused-signals.exp
1920 * gdb.base/catch-signal-siginfo-cond.exp
1921 * gdb.base/catch-syscall.exp
1922 * gdb.base/compare-sections.exp
1923 * gdb.base/cond-eval-mode.exp
1924 * gdb.base/condbreak-call-false.exp
1925 * gdb.base/consecutive-step-over.exp
1926 * gdb.base/cursal.exp
1927 * gdb.base/disabled-location.exp
1928 * gdb.base/disasm-end-cu.exp
1929 * gdb.base/display.exp
1930 * gdb.base/double-prompt-target-event-error.exp
1931 * gdb.base/dprintf-bp-same-addr.exp
1932 * gdb.base/dprintf-detach.exp
1933 * gdb.base/dprintf-next.exp
1934 * gdb.base/dprintf-non-stop.exp
1935 * gdb.base/dprintf-pending.exp
1936 * gdb.base/dso2dso.exp
1937 * gdb.base/ending-run.exp
1938 * gdb.base/enum_cond.exp
1939 * gdb.base/examine-backward.exp
1940 * gdb.base/exe-lock.exp
1941 * gdb.base/exec-invalid-sysroot.exp
1942 * gdb.base/execl-update-breakpoints.exp
1943 * gdb.base/execution-termios.exp
1944 * gdb.base/fileio.exp
1945 * gdb.base/fixsection.exp
1946 * gdb.base/foll-exec-mode.exp
1947 * gdb.base/foll-exec.exp
1948 * gdb.base/fork-running-state.exp
1949 * gdb.base/frame-args.exp
1950 * gdb.base/fullpath-expand.exp
1951 * gdb.base/func-ptr.exp
1952 * gdb.base/gcore-relro-pie.exp
1953 * gdb.base/gdb1090.exp
1954 * gdb.base/gdb1555.exp
1955 * gdb.base/global-var-nested-by-dso.exp
1956 * gdb.base/gnu-ifunc.exp
1957 * gdb.base/hbreak-in-shr-unsupported.exp
1958 * gdb.base/hbreak-unmapped.exp
1959 * gdb.base/hook-stop.exp
1960 * gdb.base/infcall-input.exp
1961 * gdb.base/info-fun.exp
1962 * gdb.base/info-shared.exp
1963 * gdb.base/interrupt-noterm.exp
1964 * gdb.base/jit-so.exp
1965 * gdb.base/jit.exp
1966 * gdb.base/line-symtabs.exp
1967 * gdb.base/list.exp
1968 * gdb.base/longjmp.exp
1969 * gdb.base/macscp.exp
1970 * gdb.base/max-value-size.exp
1971 * gdb.base/nodebug.exp
1972 * gdb.base/nofield.exp
1973 * gdb.base/overlays.exp
1974 * gdb.base/paginate-after-ctrl-c-running.exp
1975 * gdb.base/paginate-bg-execution.exp
1976 * gdb.base/paginate-inferior-exit.exp
1977 * gdb.base/pending.exp
1978 * gdb.base/pr11022.exp
1979 * gdb.base/printcmds.exp
1980 * gdb.base/ptr-typedef.exp
1981 * gdb.base/ptype.exp
1982 * gdb.base/randomize.exp
1983 * gdb.base/range-stepping.exp
1984 * gdb.base/realname-expand.exp
1985 * gdb.base/relativedebug.exp
1986 * gdb.base/remote.exp
1987 * gdb.base/savedregs.exp
1988 * gdb.base/sepdebug.exp
1989 * gdb.base/set-noassign.exp
1990 * gdb.base/shlib-call.exp
1991 * gdb.base/shreloc.exp
1992 * gdb.base/sigaltstack.exp
1993 * gdb.base/sigbpt.exp
1994 * gdb.base/siginfo-addr.exp
1995 * gdb.base/siginfo-obj.exp
1996 * gdb.base/siginfo-thread.exp
1997 * gdb.base/signest.exp
1998 * gdb.base/signull.exp
1999 * gdb.base/sigrepeat.exp
2000 * gdb.base/skip.exp
2001 * gdb.base/so-impl-ld.exp
2002 * gdb.base/solib-corrupted.exp
2003 * gdb.base/solib-disc.exp
2004 * gdb.base/solib-display.exp
2005 * gdb.base/solib-overlap.exp
2006 * gdb.base/solib-search.exp
2007 * gdb.base/solib-symbol.exp
2008 * gdb.base/source-execution.exp
2009 * gdb.base/sss-bp-on-user-bp-2.exp
2010 * gdb.base/sss-bp-on-user-bp.exp
2011 * gdb.base/stack-checking.exp
2012 * gdb.base/stale-infcall.exp
2013 * gdb.base/step-break.exp
2014 * gdb.base/step-line.exp
2015 * gdb.base/step-over-exit.exp
2016 * gdb.base/step-test.exp
2017 * gdb.base/structs.exp
2018 * gdb.base/sym-file.exp
2019 * gdb.base/symtab-search-order.exp
2020 * gdb.base/term.exp
2021 * gdb.base/type-opaque.exp
2022 * gdb.base/unload.exp
2023 * gdb.base/until-nodebug.exp
2024 * gdb.base/until.exp
2025 * gdb.base/unwindonsignal.exp
2026 * gdb.base/watch-cond.exp
2027 * gdb.base/watch-non-mem.exp
2028 * gdb.base/watch_thread_num.exp
2029 * gdb.base/watchpoint-reuse-slot.exp
2030 * gdb.base/watchpoint-solib.exp
2031 * gdb.base/watchpoint.exp
2032 * gdb.btrace/dlopen.exp
2033 * gdb.cell/arch.exp
2034 * gdb.cell/break.exp
2035 * gdb.cell/bt.exp
2036 * gdb.cell/core.exp
2037 * gdb.cell/data.exp
2038 * gdb.cell/dwarfaddr.exp
2039 * gdb.cell/ea-cache.exp
2040 * gdb.cell/ea-standalone.exp
2041 * gdb.cell/ea-test.exp
2042 * gdb.cell/f-regs.exp
2043 * gdb.cell/fork.exp
2044 * gdb.cell/gcore.exp
2045 * gdb.cell/mem-access.exp
2046 * gdb.cell/ptype.exp
2047 * gdb.cell/registers.exp
2048 * gdb.cell/sizeof.exp
2049 * gdb.cell/solib-symbol.exp
2050 * gdb.cell/solib.exp
2051 * gdb.compile/compile-tls.exp
2052 * gdb.cp/exception.exp
2053 * gdb.cp/gdb2495.exp
2054 * gdb.cp/local.exp
2055 * gdb.cp/mb-inline.exp
2056 * gdb.cp/mb-templates.exp
2057 * gdb.cp/pr10687.exp
2058 * gdb.cp/pr9167.exp
2059 * gdb.cp/scope-err.exp
2060 * gdb.cp/templates.exp
2061 * gdb.cp/virtfunc.exp
2062 * gdb.dwarf2/dw2-dir-file-name.exp
2063 * gdb.dwarf2/dw2-single-line-discriminators.exp
2064 * gdb.fortran/complex.exp
2065 * gdb.fortran/library-module.exp
2066 * gdb.guile/guile.exp
2067 * gdb.guile/scm-cmd.exp
2068 * gdb.guile/scm-frame-inline.exp
2069 * gdb.guile/scm-objfile.exp
2070 * gdb.guile/scm-pretty-print.exp
2071 * gdb.guile/scm-symbol.exp
2072 * gdb.guile/scm-type.exp
2073 * gdb.guile/scm-value.exp
2074 * gdb.linespec/keywords.exp
2075 * gdb.linespec/ls-errs.exp
2076 * gdb.linespec/macro-relative.exp
2077 * gdb.linespec/thread.exp
2078 * gdb.mi/mi-breakpoint-changed.exp
2079 * gdb.mi/mi-dprintf-pending.exp
2080 * gdb.mi/mi-fullname-deleted.exp
2081 * gdb.mi/mi-logging.exp
2082 * gdb.mi/mi-pending.exp
2083 * gdb.mi/mi-solib.exp
2084 * gdb.mi/new-ui-mi-sync.exp
2085 * gdb.mi/user-selected-context-sync.exp
2086 * gdb.multi/dummy-frame-restore.exp
2087 * gdb.multi/multi-arch-exec.exp
2088 * gdb.multi/remove-inferiors.exp
2089 * gdb.multi/watchpoint-multi-exit.exp
2090 * gdb.opt/solib-intra-step.exp
2091 * gdb.perf/backtrace.exp
2092 * gdb.perf/single-step.exp
2093 * gdb.perf/skip-command.exp
2094 * gdb.perf/skip-prologue.exp
2095 * gdb.perf/solib.exp
2096 * gdb.python/lib-types.exp
2097 * gdb.python/py-as-string.exp
2098 * gdb.python/py-bad-printers.exp
2099 * gdb.python/py-block.exp
2100 * gdb.python/py-breakpoint.exp
2101 * gdb.python/py-cmd.exp
2102 * gdb.python/py-events.exp
2103 * gdb.python/py-evthreads.exp
2104 * gdb.python/py-finish-breakpoint.exp
2105 * gdb.python/py-finish-breakpoint2.exp
2106 * gdb.python/py-frame-inline.exp
2107 * gdb.python/py-frame.exp
2108 * gdb.python/py-inferior.exp
2109 * gdb.python/py-infthread.exp
2110 * gdb.python/py-mi.exp
2111 * gdb.python/py-objfile.exp
2112 * gdb.python/py-pp-maint.exp
2113 * gdb.python/py-pp-registration.exp
2114 * gdb.python/py-prettyprint.exp
2115 * gdb.python/py-recurse-unwind.exp
2116 * gdb.python/py-shared.exp
2117 * gdb.python/py-symbol.exp
2118 * gdb.python/py-symtab.exp
2119 * gdb.python/py-template.exp
2120 * gdb.python/py-type.exp
2121 * gdb.python/py-unwind-maint.exp
2122 * gdb.python/py-unwind.exp
2123 * gdb.python/py-value.exp
2124 * gdb.python/python.exp
2125 * gdb.reverse/finish-reverse-bkpt.exp
2126 * gdb.reverse/insn-reverse.exp
2127 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2128 * gdb.reverse/solib-precsave.exp
2129 * gdb.reverse/solib-reverse.exp
2130 * gdb.stabs/gdb11479.exp
2131 * gdb.stabs/weird.exp
2132 * gdb.threads/fork-child-threads.exp
2133 * gdb.threads/fork-plus-threads.exp
2134 * gdb.threads/fork-thread-pending.exp
2135 * gdb.threads/forking-threads-plus-breakpoint.exp
2136 * gdb.threads/hand-call-in-threads.exp
2137 * gdb.threads/interrupted-hand-call.exp
2138 * gdb.threads/linux-dp.exp
2139 * gdb.threads/local-watch-wrong-thread.exp
2140 * gdb.threads/next-while-other-thread-longjmps.exp
2141 * gdb.threads/non-ldr-exit.exp
2142 * gdb.threads/pending-step.exp
2143 * gdb.threads/print-threads.exp
2144 * gdb.threads/process-dies-while-detaching.exp
2145 * gdb.threads/process-dies-while-handling-bp.exp
2146 * gdb.threads/pthreads.exp
2147 * gdb.threads/queue-signal.exp
2148 * gdb.threads/reconnect-signal.exp
2149 * gdb.threads/signal-command-handle-nopass.exp
2150 * gdb.threads/signal-command-multiple-signals-pending.exp
2151 * gdb.threads/signal-delivered-right-thread.exp
2152 * gdb.threads/signal-sigtrap.exp
2153 * gdb.threads/sigthread.exp
2154 * gdb.threads/staticthreads.exp
2155 * gdb.threads/stepi-random-signal.exp
2156 * gdb.threads/thread-unwindonsignal.exp
2157 * gdb.threads/thread_check.exp
2158 * gdb.threads/thread_events.exp
2159 * gdb.threads/tid-reuse.exp
2160 * gdb.threads/tls-nodebug.exp
2161 * gdb.threads/tls-shared.exp
2162 * gdb.threads/tls-so_extern.exp
2163 * gdb.threads/tls.exp
2164 * gdb.threads/wp-replication.exp
2165 * gdb.trace/actions-changed.exp
2166 * gdb.trace/actions.exp
2167 * gdb.trace/backtrace.exp
2168 * gdb.trace/change-loc.exp
2169 * gdb.trace/collection.exp
2170 * gdb.trace/deltrace.exp
2171 * gdb.trace/disconnected-tracing.exp
2172 * gdb.trace/entry-values.exp
2173 * gdb.trace/ftrace-lock.exp
2174 * gdb.trace/ftrace.exp
2175 * gdb.trace/infotrace.exp
2176 * gdb.trace/mi-trace-frame-collected.exp
2177 * gdb.trace/mi-trace-unavailable.exp
2178 * gdb.trace/mi-traceframe-changed.exp
2179 * gdb.trace/mi-tracepoint-changed.exp
2180 * gdb.trace/mi-tsv-changed.exp
2181 * gdb.trace/no-attach-trace.exp
2182 * gdb.trace/packetlen.exp
2183 * gdb.trace/passc-dyn.exp
2184 * gdb.trace/passcount.exp
2185 * gdb.trace/pending.exp
2186 * gdb.trace/pr16508.exp
2187 * gdb.trace/qtro.exp
2188 * gdb.trace/range-stepping.exp
2189 * gdb.trace/read-memory.exp
2190 * gdb.trace/report.exp
2191 * gdb.trace/save-trace.exp
2192 * gdb.trace/signal.exp
2193 * gdb.trace/stap-trace.exp
2194 * gdb.trace/status-stop.exp
2195 * gdb.trace/strace.exp
2196 * gdb.trace/tfile.exp
2197 * gdb.trace/tfind.exp
2198 * gdb.trace/trace-break.exp
2199 * gdb.trace/trace-condition.exp
2200 * gdb.trace/trace-enable-disable.exp
2201 * gdb.trace/trace-mt.exp
2202 * gdb.trace/tracecmd.exp
2203 * gdb.trace/tracefile-pseudo-reg.exp
2204 * gdb.trace/tspeed.exp
2205 * gdb.trace/tstatus.exp
2206 * gdb.trace/tsv.exp
2207 * gdb.trace/unavailable.exp
2208 * gdb.trace/while-dyn.exp
2209 * gdb.trace/while-stepping.exp
2210 * lib/gdb-guile.exp
2211 * lib/gdb.exp
2212 * lib/mi-support.exp
2213 * lib/pascal.exp
2214 * lib/perftest.exp
2215 * lib/prelink-support.exp
2216 * lib/selftest-support.exp
2217
2218 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2219
2220 * Makefile.in: Include disable-implicit-rules.mk.
2221
2222 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2223
2224 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2225 non-byte-aligned bit fields.
2226
2227 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2228
2229 PR gdb/12616
2230 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2231 respects the DW_AT_data_bit_offset attribute.
2232
2233 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2234
2235 * gdb.base/default.exp: Fix output of "set language".
2236
2237 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2238
2239 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2240 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2241 make.
2242 * configure.ac: Remove checks for the make program.
2243 * configure: Re-generate.
2244
2245 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2246
2247 * gdb.python/py-recurse-unwind.c (main): Add loop.
2248 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2249 to read_register() and gdb.parse_and_eval(). Make each code
2250 call a separate case that can be individually tested.
2251 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2252 proc. Call cont_and_backtrace for each of the code paths that
2253 we want to test in the unwinder.
2254
2255 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2256
2257 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2258 the definition of struct S.
2259
2260 2016-11-11 Catherine Moore <clm@codesourcery.com>
2261
2262 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2263
2264 2016-11-09 Pedro Alves <palves@redhat.com>
2265
2266 * gdb.base/commands.exp (runto_or_return): New procedure.
2267 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2268 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2269 (progvar_simple_while_test, progvar_complex_if_while_test)
2270 (if_while_breakpoint_command_test)
2271 (infrun_breakpoint_command_test, breakpoint_command_test)
2272 (user_defined_command_test, watchpoint_command_test)
2273 (test_command_prompt_position, redefine_hook_test)
2274 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2275 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2276 multi_line_input and multi_line. Remove gdb_expect and
2277 gdb_stop_suppressing_tests uses.
2278 * lib/gdb.exp (valnum_re): New global.
2279 (multi_line_input): New procedure.
2280
2281 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2282
2283 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2284 Remove.
2285 (test_setup): Define with proc_with_prefix.
2286 (test_cli_inferior): Likewise.
2287 (test_cli_thread): Likewise.
2288 (test_cli_frame): Likewise.
2289 (test_cli_select_frame): Likewise.
2290 (test_cli_up_down): Likewise.
2291 (test_mi_thread_select): Likewise.
2292 (test_mi_stack_select_frame): Likewise.
2293 (test_cli_in_mi_inferior): Likewise.
2294 (test_cli_in_mi_thread): Likewise.
2295 (test_cli_in_mi_frame): Likewise.
2296 (top level): Do not use with_test_prefix_procname.
2297
2298 2016-11-09 Pedro Alves <palves@redhat.com>
2299
2300 * gdb.base/commands.exp (gdbvar_simple_if_test)
2301 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2302 (progvar_simple_if_test, progvar_simple_while_test)
2303 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2304 (infrun_breakpoint_command_test, breakpoint_command_test)
2305 (user_defined_command_test, watchpoint_command_test)
2306 (test_command_prompt_position, deprecated_command_test)
2307 (bp_deleted_in_command, temporary_breakpoint_commands)
2308 (stray_arg0_test, source_file_with_indented_comment)
2309 (recursive_source_test, if_commands_test)
2310 (error_clears_commands_left, redefine_hook_test)
2311 (redefine_backtrace_test): Use proc_with_prefix.
2312 * lib/gdb.exp (proc_with_prefix): New proc.
2313
2314 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2315
2316 * gdb.base/tui-layout.c: New file.
2317 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2318 disassembly window contains very long lines.
2319
2320 2016-11-08 Tom Tromey <tom@tromey.com>
2321
2322 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2323 depend on Python 2.
2324
2325 2016-11-08 Tom Tromey <tom@tromey.com>
2326
2327 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2328 New method.
2329
2330 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2331
2332 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2333
2334 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2335
2336 * gdb.rust/simple.rs: Add test for univariant enums without
2337 discriminants and for encoded struct-like enums.
2338
2339 2016-10-28 Pedro Alves <palves@redhat.com>
2340
2341 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2342 gdb_test_multiple, tighten regexps and match symtabs and line
2343 tables incrementally.
2344
2345 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2346
2347 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2348 general.
2349
2350 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2351
2352 * gdb.base/exec-invalid-sysroot.exp: New file.
2353
2354 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2355
2356 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2357
2358 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2359
2360 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2361
2362 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2363
2364 * gdb.base/killed-outside.exp: Remove $options from a call to
2365 `prepare_for_testing'.
2366
2367 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2368
2369 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2370 Change test message.
2371
2372 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2373
2374 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2375 Update comment.
2376
2377 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2378
2379 * gdb.trace/mi-trace-save.exp: New file.
2380
2381 2016-10-13 Yao Qi <yao.qi@linaro.org>
2382
2383 * gdb.base/code_elim.exp (get_var_address): Remove.
2384 * gdb.base/relocate.exp: Likewise.
2385 * gdb.base/shreloc.exp: Likewise.
2386 * lib/gdb.exp (get_var_address): New.
2387
2388 2016-10-13 Yao Qi <yao.qi@linaro.org>
2389
2390 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2391 floating point tests if $skip_float_test is false.
2392
2393 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2394
2395 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2396 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2397 argc values.
2398 Add 1 to argc so we guarantee distinct initial/modified argc values.
2399
2400 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2401
2402 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2403
2404 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2405
2406 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2407 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2408 * gdb.arch/vsx-regs.exp: Likewise.
2409
2410 2016-10-07 Yao Qi <yao.qi@linaro.org>
2411
2412 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2413
2414 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2415
2416 * gdb.python/python.exp: Test decode_line("*0").
2417
2418 2016-10-06 Doug Evans <dje@google.com>
2419
2420 * gdb.python/py-value.exp (test_value_creation): Add test for large
2421 unsigned 64-bit value.
2422
2423 2016-10-06 Tom Tromey <tom@tromey.com>
2424
2425 * gdb.compile/compile.exp: Change java tests to rust.
2426 * gdb.base/setshow.exp: Change java tests to rust.
2427 * gdb.base/default.exp: Remove java from language list.
2428 * README (Examples): Update language example.
2429 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2430 test.
2431 * lib/gdb.exp (skip_java_tests): Remove.
2432 * lib/java.exp: Remove.
2433 * gdb.java: Remove.
2434
2435 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2436
2437 * gdb.arch/mips-fcr.exp: New test.
2438 * gdb.arch/mips-fcr.c: Source for the new test.
2439
2440 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2441
2442 * gdb.base/solib-disc.exp: Use `standard_output_file'
2443 throughout.
2444
2445 2016-10-06 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.base/jit-simple-dl.c: New file.
2448 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2449 * gdb.base/jit-simple.c: ... this.
2450 * gdb.base/jit-simple.exp (jit_run): Delete.
2451 (build_jit): New proc.
2452 (jit_test_reread): Recompile either the main program or the shared
2453 library, depending on what is being tested. Skip changing address
2454 if caller wants to. Compare before/after addresses. If testing
2455 standalone, explicitly load the binary. Test "maint info
2456 breakpoints".
2457 (top level): Add "standalone vs shared lib" and "change address"
2458 vs "same address" axes.
2459
2460 2016-10-06 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2463 call.
2464 (jit_run): Delete.
2465 (jit_test_reread): Use with_test_prefix. Reload the main binary
2466 explicitly. Compare the before/after addresses of the JIT
2467 descriptor.
2468
2469 2016-08-15 Doug Evans <dje@google.com>
2470
2471 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2472 for single bitfields is bool.
2473 * gdb.xml/tdesc-regs.exp: Ditto.
2474
2475 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2476
2477 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2478
2479 2016-10-05 Yao Qi <yao.qi@linaro.org>
2480
2481 * lib/gdb.exp (support_complex_tests): Return zero if
2482 gdb_skip_float_test return true.
2483
2484 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2485 Simon Marchi <simon.marchi@ericsson.com>
2486
2487 PR gdb/20487
2488 * gdb.mi/user-selected-context-sync.exp: New file.
2489 * gdb.mi/user-selected-context-sync.c: New file.
2490
2491 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2492 Simon Marchi <simon.marchi@ericsson.com>
2493
2494 PR gdb/20487
2495 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2496 =thread-select-event check.
2497
2498 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2499
2500 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2501 the compulsory L operand changes.
2502 * gdb.arch/powerpc-power.s: Likewise.
2503
2504 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2505
2506 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2507 * gdb.base/jit-attach-pie.c: New file.
2508 * gdb.base/jit-attach-pie.exp: New file.
2509
2510 2016-09-28 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.base/infcall-input.c: New file.
2513 * gdb.base/infcall-input.exp: New file.
2514
2515 2016-09-22 Yao Qi <yao.qi@linaro.org>
2516
2517 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2518 (gdb_exit): Rename it to ...
2519 (gdbserver_gdb_exit): ... Close GDBserver.
2520 (gdb_exit): New proc, call gdbserver_gdb_exit.
2521 (mi_gdb_exit): Likewise.
2522
2523 2016-09-22 Yao Qi <yao.qi@linaro.org>
2524
2525 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2526 path.
2527 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2528 Remove duplication.
2529
2530 2016-09-22 Yao Qi <yao.qi@linaro.org>
2531
2532 * lib/gdbserver-support.exp: Check the existence of
2533 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2534
2535 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2536
2537 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2538
2539 2016-09-21 Tom Tromey <tom@tromey.com>
2540
2541 PR gdb/20604:
2542 * gdb.base/quit.exp: New file.
2543
2544 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2545
2546 * .gitignore: New file.
2547
2548 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2549
2550 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2551 throughout.
2552
2553 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2554
2555 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2556
2557 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2558
2559 * gdb.cp/casts.cc (decltype): Move it ...
2560 (main): ... with its call to ...
2561 * gdb.cp/casts03.cc: ... a new file.
2562 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2563
2564 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2565
2566 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2567
2568 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2569
2570 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2571 and sync up the test with tests in gas/testsuite/gas/ppc.
2572 * gdb.arch/powerpc-power.exp: Likewise.
2573
2574 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2575
2576 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2577
2578 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2579 Jan Kratochvil <jan.kratochvil@redhat.com>
2580
2581 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2582 make m1's definition to be different from m2's. Use 'dummy' as an
2583 argument for probe 'two'.
2584
2585 2016-09-10 Jon Beniston <jon@beniston.com>
2586
2587 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2588 for sim target.
2589
2590 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2591
2592 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2593 variable declaration.
2594 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2595 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2596 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2597 received HWCAP as its argument.
2598
2599 2016-09-06 Pedro Alves <palves@redhat.com>
2600
2601 * gdb.base/new-ui-pending-input.c: New file.
2602 * gdb.base/new-ui-pending-input.exp: New file.
2603 * gdb.exp (clear_gdb_spawn_id): New procedure.
2604 (with_spawn_id): Check whether gdb_spawn_id exists before
2605 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2606 on exit.
2607
2608 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2609
2610 * gdb.base/float128.c: New file.
2611 * gdb.base/float128.exp: Likewise.
2612 * gdb.base/floatn.c: Likewise.
2613 * gdb.base/floatn.exp: Likewise.
2614
2615 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2616
2617 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2618
2619 2016-09-05 Pedro Alves <palves@redhat.com>
2620
2621 PR backtrace/19927
2622 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2623 unwinders are immediately called as side effect of "source" or
2624 "disable unwinder" commands.
2625 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2626
2627 2016-09-02 Yao Qi <yao.qi@linaro.org>
2628
2629 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2630 is true and $type is "float" or "double".
2631
2632 2016-09-02 Yao Qi <yao.qi@linaro.org>
2633
2634 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2635 true.
2636 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2637 * gdb.base/call-rt-st.exp: Likewise.
2638 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2639 return value instead of gdb,skip_float_test.
2640 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2641 (do_function_calls): Use its return value instead of
2642 gdb,skip_float_test.
2643 * gdb.base/finish.exp: Likewise.
2644 * gdb.base/funcargs.exp: Likewise.
2645 * gdb.base/return.exp: Likewise.
2646 * gdb.base/return2.exp: Likewise.
2647 * gdb.base/varargs.exp: Likewise.
2648 * lib/gdb.exp (gdb_skip_float_test): Change it to
2649 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2650
2651 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2652
2653 * gdb.multi/tids.exp: Test "thread apply all".
2654
2655 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2656
2657 * gdb.base/default.exp (tty): Remove.
2658
2659 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2660
2661 * gdb.python/py-recurse-unwind.c: New file.
2662 * gdb.python/py-recurse-unwind.py: New file.
2663 * gdb.python/py-recurse-unwind.exp: New file.
2664
2665 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2666
2667 * gdb.base/set-inferior-tty.exp: New file.
2668 * gdb.base/set-inferior-tty.c: New file.
2669
2670 2016-08-23 Pedro Alves <palves@redhat.com>
2671
2672 PR gdb/20494
2673 * gdb.base/new-ui-echo.c: New file.
2674 * gdb.base/new-ui-echo.exp: New file.
2675
2676 2016-08-23 Yao Qi <yao.qi@linaro.org>
2677
2678 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2679 gdbserver_spawn.
2680 * gdb.server/connect-without-multi-process.exp (do_test):
2681 Likewise.
2682
2683 2016-08-23 Yao Qi <yao.qi@linaro.org>
2684
2685 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2686 standalone_txt. Delete gdb_txt and standalone_txt on host
2687 and target. Spawn the binary on target. Copy files from
2688 target to host.
2689
2690 2016-08-22 Pedro Alves <palves@redhat.com>
2691
2692 PR gdb/20505
2693 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2694 with_test_prefix. Factor out bits to ...
2695 (test_no_vdso): ... this new procedure.
2696
2697 2016-08-19 Carl Love <cel@us.ibm.com>
2698
2699 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2700 maintaining separate logic for constructing the output path.
2701 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2702 * gdb.arch/ppc-dfp.exp: Likewise.
2703 * gdb.arch/ppc-fp.exp: Likewise.
2704 * gdb.arch/vsx-regs.exp: Likewise.
2705 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2706 binprefix for generating the additional binary files.
2707
2708 2016-08-19 Pedro Alves <palves@redhat.com>
2709
2710 * gdb.trace/mi-trace-frame-collected.exp
2711 (test_trace_frame_collected): On x32, expect two registers.
2712
2713 2016-08-18 Carl Love <cel@us.ibm.com>
2714
2715 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2716 and sync up the test with tests in gas/testsuite/gas/ppc.
2717 * gdb.arch/powerpc-power.exp: Likewise.
2718
2719 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2720
2721 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2722 expected error message.
2723
2724 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2725
2726 * gdb.multi/remove-inferiors.exp: New file.
2727 * gdb.multi/remove-inferiors.c: New file.
2728
2729 2016-08-12 Yao Qi <yao.qi@linaro.org>
2730
2731 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2732 argument list.
2733
2734 2016-08-10 Pedro Alves <palves@redhat.com>
2735
2736 PR gdb/19187
2737 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2738 setup_kfails.
2739
2740 2016-08-09 Pedro Alves <palves@redhat.com>
2741 Simon Marchi <simon.marchi@ericsson.com>
2742
2743 PR gdb/20418
2744 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2745 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2746
2747 2016-08-09 Pedro Alves <palves@redhat.com>
2748
2749 PR mi/20431
2750 * gdb.mi/mi-cmd-error.exp: New file.
2751
2752 2016-08-09 Pedro Alves <palves@redhat.com>
2753
2754 PR gdb/18653
2755 * gdb.base/signals-state-child.c: New file.
2756 * gdb.base/signals-state-child.exp: New file.
2757 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2758
2759 2016-08-09 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2762
2763 2016-08-03 Tom Tromey <tom@tromey.com>
2764
2765 PR python/18565:
2766 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2767
2768 2016-08-01 Yao Qi <yao.qi@linaro.org>
2769
2770 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2771 variable mode to "multi-process" if $multi_process is 1, otherwise
2772 set it to "single-process".
2773
2774 2016-08-01 Yao Qi <yao.qi@linaro.org>
2775
2776 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2777 * gdb.cp/cpexprs.exp: Likewise.
2778 * gdb.cp/m-static.exp: Likewise.
2779
2780 2016-07-26 Tom Tromey <tom@tromey.com>
2781
2782 PR python/20190:
2783 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2784 test.
2785
2786 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2787
2788 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2789 selecting assembly source files.
2790 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2791 assembly source files.
2792 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2793 assembly source files.
2794 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2795 selecting assembly source files.
2796
2797 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2798
2799 * gdb.base/new-ui.exp (do_test_invalid_args): New
2800 procedure.
2801
2802 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2803
2804 * gdb.btrace/reconnect.c: New file.
2805 * gdb.btrace/reconnect.exp: New file.
2806
2807 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2808
2809 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2810 to test_catch_syscall_group.
2811 (test_catch_syscall_group): New.
2812
2813 2016-07-21 Tom Tromey <tom@tromey.com>
2814
2815 * gdb.rust/simple.rs (main): Use empty struct expression.
2816 * gdb.rust/simple.exp: Add tests for empty struct expression.
2817
2818 2016-07-21 Yao Qi <yao.qi@linaro.org>
2819
2820 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2821 if gdb_skip_xml_test is true on some targets.
2822
2823 2016-07-21 Yao Qi <yao.qi@linaro.org>
2824
2825 * gdb.server/solib-list.exp: Unset last_loaded_file.
2826
2827 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2828
2829 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2830 "step into captured_main (args)".
2831
2832 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2833
2834 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2835
2836 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2837
2838 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2839
2840 2016-07-19 Pedro Alves <palves@redhat.com>
2841
2842 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2843 * gdb.opt/inline-bt.exp: Likewise.
2844 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2845 additional_flags=-Winline.
2846 * gdb.opt/inline-locals.exp: Likewise.
2847 * gdb.opt/inline-markers.c (ATTR): Define.
2848 (inlined_fn): Use it.
2849
2850 2016-07-19 Yao Qi <yao.qi@linaro.org>
2851
2852 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2853 (test_with_self): Remove some code. Remove argument executable.
2854 (top-level): Use do_self_tests.
2855
2856 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2857 Don Breazeal <donb@codesourcery.com>
2858
2859 * gdb.base/maint.exp: Escape paths used in regular expressions.
2860 * gdb.stabs/weird.exp: Likewise.
2861
2862 2016-07-13 Tom Tromey <tom@tromey.com>
2863
2864 PR python/15620, PR python/18620:
2865 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2866 (test_bkpt_events): New procs.
2867
2868 2016-07-13 Tom Tromey <tom@tromey.com>
2869
2870 PR python/17698:
2871 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2872 test.
2873 (test_watchpoints): Likewise.
2874 (test_bkpt_pending): New proc.
2875
2876 2016-07-13 Tom Tromey <tom@tromey.com>
2877
2878 PR cli/18053:
2879 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2880 completion test.
2881
2882 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2883
2884 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2885 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2886 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2887 f_label.
2888 (g): Rename g_end_lbl to g_label.
2889 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2890 low_pc and high_pc.
2891 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2892
2893 2016-07-12 Tom Tromey <tom@tromey.com>
2894
2895 PR python/19293:
2896 * gdb.python/py-unwind-maint.exp: Update tests.
2897
2898 2016-07-12 Yao Qi <yao.qi@linaro.org>
2899
2900 * lib/selftest-support.exp (selftest_setup): Match the output
2901 when captured_main is inlined.
2902
2903 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2904
2905 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2906 New variables.
2907 (print this%a, print this%b, print this): New tests.
2908 * gdb.fortran/derived-types.f90 (this): New object and
2909 initialization.
2910
2911 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2912
2913 * gdb.ada/arraydim.exp: Remove extra directory level in build
2914 directory.
2915
2916 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2917
2918 * lib/ada.exp: Remove extra directory level in build directory.
2919 * gdb.ada/cond_lang.exp: Likewise.
2920 * gdb.ada/exec_changed.exp: Likewise.
2921 * gdb.ada/lang_switch.exp: Likewise.
2922
2923 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2924
2925 * simple.rs: Add test for raw pointer subscripting.
2926 * simple.exp: Add test expectations.
2927
2928 2016-07-05 Yao Qi <yao.qi@linaro.org>
2929
2930 * gdb.mi/mi-reverse.exp: Match =record-started output.
2931
2932 2016-07-01 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2935 procedure.
2936 (jit_reader_test): Test the jit reader's unwinder.
2937 * gdb.base/jithost.c (jit_function_00_code): New global.
2938 (main): Use memcpy to fill in the mmapped code, instead of poking
2939 bytes manually here.
2940 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2941 value.
2942 (read_debug_info): Save the function's range.
2943 (read_sp): New function.
2944 (unwind_frame): Use it. Also unwind RBP.
2945 (get_frame_id): Use read_sp.
2946 (gdb_init_reader): Use calloc instead of malloc.
2947 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2948 parameter. Use gdb_test_multiple.
2949
2950 2016-07-01 Pedro Alves <palves@redhat.com>
2951 Antoine Tremblay <antoine.tremblay@ericsson.com>
2952
2953 * gdb.threads/process-dies-while-detaching.c: New file.
2954 * gdb.threads/process-dies-while-detaching.exp: New file.
2955
2956 2016-07-01 Pedro Alves <palves@redhat.com>
2957
2958 * gdb.multi/watchpoint-multi-exit.c: New file.
2959 * gdb.multi/watchpoint-multi-exit.exp: New file.
2960
2961 2016-06-30 Pedro Alves <palves@redhat.com>
2962
2963 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2964 unset inferior_spawn_id.
2965
2966 2016-06-30 Pedro Alves <palves@redhat.com>
2967
2968 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2969 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2970
2971 2016-06-29 Yao Qi <yao.qi@linaro.org>
2972
2973 * gdb.base/return.c: Add copyright header.
2974
2975 2016-06-29 Tom Tromey <tom@tromey.com>
2976
2977 PR python/20129:
2978 * gdb.python/py-framefilter.exp: Add tests for setting priority
2979 and disabling of non-existent frame filter.
2980
2981 2016-06-29 Yao Qi <yao.qi@linaro.org>
2982
2983 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2984 0x0f07ff.
2985
2986 2016-06-28 Yao Qi <yao.qi@linaro.org>
2987
2988 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2989 triplets. Start gdb, execute catch syscall, and continue. Check
2990 gdb's output to determine catch syscall is supported.
2991
2992 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2993
2994 * gdb.rust/simple.rs: Add test for returning unit in a function.
2995 * gdb.rust/simple.exp: Add expectation for functions returning
2996 unit.
2997
2998 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2999
3000 * gdb.python/py-breakpoint-create-fail.c,
3001 gdb.python/py-breakpoint-create-fail.exp,
3002 gdb.python/py-breakpoint-create-fail.py: New testcase.
3003
3004 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3005
3006 PR gdb/20239
3007 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3008 * gdb.rust/simple.exp: Add test expectations for new NonZero
3009 tests.
3010
3011 2016-06-24 David Taylor <dtaylor@emc.com>
3012
3013 * gdb.base/offsets.exp: New file.
3014 * gdb.base/offsets.c: New file.
3015
3016 2016-06-23 Tom Tromey <tom@tromey.com>
3017
3018 PR gdb/16483:
3019 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3020 before any filters are loaded.
3021
3022 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3023
3024 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3025 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3026 structs.
3027 * gdb.fortran/derived-type-function.exp: New file.
3028 * gdb.fortran/derived-type-function.f90: New file.
3029
3030
3031 2016-06-21 Pedro Alves <palves@redhat.com>
3032
3033 * gdb.base/new-ui.exp: New file.
3034 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3035 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3036 (with_spawn_id): New procedure.
3037
3038 2016-06-21 Pedro Alves <palves@redhat.com>
3039
3040 * gdb.mi/mi-exec-run.exp: New file.
3041
3042 2016-06-21 Pedro Alves <palves@redhat.com>
3043
3044 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3045 breakpoint command's output on the main UI.
3046 (test_break): New procedure, factored out from calls in the top
3047 level.
3048 (top level): Use foreach_with_prefix to test MI as main UI and as
3049 separate UI.
3050
3051 2016-06-21 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3054 (test_awatch_creation_and_listing)
3055 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3056 Remove 'type' parameter.
3057 (test_watchpoint_all): New parameter mi_mode. Remove
3058 with_test_prefix.
3059 (top level): Use foreach_with_prefix, and add main/separate UI MI
3060 testing axis.
3061
3062 2016-06-21 Pedro Alves <palves@redhat.com>
3063
3064 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3065 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3066 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3067 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3068 (gdb_main_spawn_id, mi_spawn_id): Declare and
3069 comment.
3070 (mi_create_inferior_pty): New procedure,
3071 factored out from default_mi_gdb_start.
3072 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3073 procedures.
3074 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3075 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3076 Use mi_create_inferior_pty.
3077 (mi_gdb_start): Use eval to pass down args list.
3078
3079 2016-06-21 Pedro Alves <palves@redhat.com>
3080
3081 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3082 * gdb.opt/inline-cmds.exp: Add MI tests.
3083
3084 2016-06-21 Pedro Alves <palves@redhat.com>
3085
3086 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3087
3088 2016-06-21 Pedro Alves <palves@redhat.com>
3089
3090 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3091 (top level): Use it instead of mi_execute_to.
3092
3093 2016-06-21 Pedro Alves <palves@redhat.com>
3094
3095 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3096 (cont_handler_str): New.
3097 (signal_stop_handler): Set stop_handler_str instead of printing to
3098 stdout.
3099 (continue_handler): Set cont_handler_str instead of printing to
3100 stdout.
3101 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3102 mi_send_resuming_command. Print stop_handler_str and
3103 cont_handler_str instead of expecting the python events print
3104 directly.
3105
3106 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3107
3108 * gdb.base/jit-reader.exp: New file.
3109 * gdb.base/jithost.c: New file.
3110 * gdb.base/jithost.h: New file.
3111 * gdb.base/jitreader.c : New file.
3112 * gdb.base/jit-protocol.h: New file.
3113
3114 2016-06-17 Yao Qi <yao.qi@linaro.org>
3115
3116 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3117 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3118 and detach-on-fork. Adjust tests.
3119 (top level): Invoke break_cond_on_syscall with combinations of
3120 syscall, follow-fork-mode and detach-on-fork.
3121
3122 2016-06-17 Yao Qi <yao.qi@linaro.org>
3123
3124 * gdb.base/step-over-exit.c: New.
3125 * gdb.base/step-over-exit.exp: New.
3126
3127 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3128
3129 * gdb.base/float.exp: Add target check for nds32*-*-*.
3130 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3131
3132 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3133
3134 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3135 for unsupported target features.
3136 * gdb.base/call-rt-st.exp: Likewise.
3137 * gdb.base/call-sc.exp: Likewise.
3138 * gdb.base/call-signal-resume.exp: Likewise.
3139 * gdb.base/call-strs.exp: Likewise.
3140 * gdb.base/callexit.exp: Likewise.
3141 * gdb.base/callfuncs.exp: Likewise.
3142 * gdb.base/nodebug.exp: Likewise.
3143 * gdb.base/printcmds.exp: Likewise.
3144 * gdb.base/ptype.exp: Likewise.
3145 * gdb.base/structs.exp: Likewise.
3146 * gdb.base/unwindonsignal.exp: Likewise.
3147 * gdb.cp/gdb2495.exp: Likewise.
3148 * gdb.cp/templates.exp: Likewise.
3149 * gdb.cp/virtfunc.exp: Likewise.
3150 * gdb.threads/hand-call-in-threads.exp: Likewise.
3151 * gdb.threads/interrupted-hand-call.exp: Likewise.
3152 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3153
3154 2016-06-10 Tom Tromey <tom@tromey.com>
3155
3156 PR rust/20110:
3157 * gdb.rust/expr.exp: Add test for integer constant larger than
3158 i32.
3159
3160 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3161
3162 * gdb.fortran/nested-funcs.exp: New.
3163 * gdb.fortran/nested-funcs.f90: New.
3164
3165 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3166
3167 * gdb.base/examine-backward.c: New file.
3168 * gdb.base/examine-backward.exp: New file.
3169
3170 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3171
3172 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3173 matching.
3174
3175 2016-06-02 Tom Tromey <tom@tromey.com>
3176
3177 PR python/18984:
3178 * gdb.python/py-shared.exp: Add solib_name test.
3179
3180 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3181
3182 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3183
3184 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3185
3186 PR c++/19893
3187 * gdb.dwarf2/implref.exp: Rename to...
3188 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3189 * gdb.dwarf2/implref-array.c: New file.
3190 * gdb.dwarf2/implref-array.exp: Likewise.
3191 * gdb.dwarf2/implref-global.c: Likewise.
3192 * gdb.dwarf2/implref-global.exp: Likewise.
3193 * gdb.dwarf2/implref-struct.c: Likewise.
3194 * gdb.dwarf2/implref-struct.exp: Likewise.
3195
3196 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3197
3198 * gdb.trace/trace-condition.exp: Add 64bit tests.
3199
3200 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3201
3202 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3203 bits types.
3204 (main): Adapt to 8 to 64 bits types.
3205 * gdb.trace/trace-condition.exp: Add new tests.
3206
3207 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3208
3209 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3210
3211 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3212
3213 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3214 Move condition tests...
3215 * gdb.trace/trace-condition.exp: Here.
3216
3217 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3218
3219 * gdb.trace/trace-condition.exp: Add counter-case tests.
3220
3221 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3222
3223 PR c++/15231
3224 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3225 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3226
3227 2016-05-27 Pedro Alves <palves@redhat.com>
3228
3229 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3230 New procedure.
3231 (top level): Call it, and bail out of DejaGnu is known to be bad.
3232
3233 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3234
3235 * gdb.base/whatis.c: Extend the test case.
3236 * gdb.base/whatis.exp: Add additional tests.
3237
3238 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3239
3240 * gdb.fortran/type.f90: Add pointer variable.
3241 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3242
3243 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3244
3245 * gdb.fortran/vla-type.exp: Fix testcase name.
3246
3247 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3248
3249 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3250
3251 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3252
3253 * gdb.fortran/type.f90: Add nested structures.
3254 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3255 * gdb.fortran/derived-type.exp: Adapt expected output.
3256 * gdb.fortran/vla-type.exp: Adapt expected output.
3257
3258 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3259
3260 * gdb.fortran/whatis_type.exp: Adapt expected output.
3261
3262 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3263
3264 * gdb.fortran/print_type.exp: Fix expected output.
3265 * gdb.fortran/whatis_type.exp: Fix expected output.
3266
3267 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3268
3269 * gdb.fortran/whatis_type.exp: Use multi_line.
3270
3271 2016-05-24 Tom Tromey <tom@tromey.com>
3272
3273 PR python/17386:
3274 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3275 use value as an index.
3276
3277 2016-05-23 Tom Tromey <tom@tromey.com>
3278
3279 PR python/17981:
3280 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3281 no-breakpoint case.
3282
3283 2016-05-24 Pedro Alves <palves@redhat.com>
3284
3285 PR gdb/19828
3286 * gdb.threads/clone-attach-detach.c: New file.
3287 * gdb.threads/clone-attach-detach.exp: New file.
3288
3289 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3290
3291 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3292
3293 2016-05-23 Tom Tromey <tom@tromey.com>
3294
3295 PR python/19438, PR python/18393:
3296 * gdb.python/py-progspace.exp: Add "dir" test.
3297 * gdb.python/py-objfile.exp: Add "dir" test.
3298
3299 2016-05-23 Yao Qi <yao.qi@linaro.org>
3300
3301 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3302 * gdb.arch/thumb2-it.exp: Likewise.
3303
3304 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3305
3306 * gdb.mi/mi-threads-interrupt.c: New file.
3307 * gdb.mi/mi-threads-interrupt.exp: New file.
3308
3309 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3310
3311 PR gdb/18077
3312 * gdb.mi/mi-async-run.exp: New file.
3313 * gdb.mi/mi-async-run.c: New file.
3314
3315 2016-05-17 Tom Tromey <tom@tromey.com>
3316 Manish Goregaokar <manishsmail@gmail.com>
3317
3318 * lib/rust-support.exp: New file.
3319 * lib/gdb.exp (skip_rust_tests): New proc.
3320 (build_executable_from_specs): Handle rust.
3321 * lib/future.exp (gdb_find_rustc): New proc.
3322 (gdb_default_target_compile): Handle rust.
3323 * gdb.rust/expr.exp: New file.
3324 * gdb.rust/generics.exp: New file.
3325 * gdb.rust/generics.rs: New file.
3326 * gdb.rust/methods.exp: New file.
3327 * gdb.rust/methods.rs: New file.
3328 * gdb.rust/modules.exp: New file.
3329 * gdb.rust/modules.rs: New file.
3330 * gdb.rust/simple.exp: New file.
3331 * gdb.rust/simple.rs: New file.
3332
3333 2016-05-17 Tom Tromey <tom@tromey.com>
3334
3335 * gdb.base/default.exp (set language): Add rust.
3336
3337 2016-05-17 Tom Tromey <tom@tromey.com>
3338
3339 * gdb.gdb/unittest.exp: New file.
3340
3341 2016-05-16 Yao Qi <yao.qi@linaro.org>
3342
3343 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3344 shell_prompt. Update shell_prompt_re.
3345
3346 2016-05-12 Doug Evans <dje@google.com>
3347
3348 PR symtab/19999
3349 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3350 $options when building executable.
3351 * gdb.dwarf2/fission-loclists-pie.S: New file.
3352 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3353
3354 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3355
3356 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3357 of [is_remote target],
3358
3359 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3360
3361 * lib/gdb.exp (use_gdb_stub): New procedure.
3362
3363 2016-05-03 Yunlian Jiang <yunlian@google.com>
3364 Doug Evans <dje@google.com>
3365
3366 PR symtab/19914
3367 * gdb.dwarf2/dwp-sepdebug.c: New file.
3368 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3369
3370 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3371
3372 * gdb.base/detach.exp: Remove is_remote check.
3373
3374 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3375
3376 * gdb.base/annota-input-while-running.exp: Don't check for
3377 [is_remote target]. Enable annotations after running to main.
3378 Remove unused "set test..." line.
3379
3380 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3381
3382 * gdb.trace/trace-enable-disable.exp: New file.
3383 * gdb.trace/trace-enable-disable.c: New file.
3384
3385 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3386
3387 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3388 use it in info sharedlibrary test.
3389 * gdb.trace/ftrace-lock.exp: Likewise.
3390 * gdb.trace/ftrace.exp: Likewise.
3391 * gdb.trace/range-stepping.exp: Likewise.
3392 * gdb.trace/trace-break.exp: Likewise.
3393 * gdb.trace/trace-condition.exp: Likewise.
3394 * gdb.trace/trace-mt.exp: Likewise.
3395
3396 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3397
3398 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3399 (gdb_load_shlib): ... this.
3400 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3401 gdb_load_shlib.
3402 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3403 * gdb.base/ctxobj.exp: Likewise.
3404 * gdb.base/dprintf-pending.exp: Likewise.
3405 * gdb.base/dso2dso.exp: Likewise.
3406 * gdb.base/fixsection.exp: Likewise.
3407 * gdb.base/gcore-relro.exp: Likewise.
3408 * gdb.base/gdb1555.exp: Likewise.
3409 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3410 * gdb.base/gnu-ifunc.exp: Likewise.
3411 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3412 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3413 * gdb.base/pending.exp: Likewise.
3414 * gdb.base/print-file-var.exp: Likewise.
3415 * gdb.base/print-symbol-loading.exp: Likewise.
3416 * gdb.base/shlib-call.exp: Likewise.
3417 * gdb.base/shreloc.exp: Likewise.
3418 * gdb.base/so-impl-ld.exp: Likewise.
3419 * gdb.base/solib-disc.exp: Likewise.
3420 * gdb.base/solib-nodir.exp: Likewise.
3421 * gdb.base/solib-overlap.exp: Likewise.
3422 * gdb.base/solib-symbol.exp: Likewise.
3423 * gdb.base/solib-weak.exp (do_test): Likewise.
3424 * gdb.base/sym-file.exp: Likewise.
3425 * gdb.base/symtab-search-order.exp: Likewise.
3426 * gdb.base/type-opaque.exp: Likewise.
3427 * gdb.base/unload.exp: Likewise.
3428 * gdb.base/watchpoint-solib.exp: Likewise.
3429 * gdb.compile/compile.exp: Likewise.
3430 * gdb.cp/gdb2384.exp: Likewise.
3431 * gdb.cp/infcall-dlopen.exp: Likewise.
3432 * gdb.cp/re-set-overloaded.exp: Likewise.
3433 * gdb.fortran/library-module.exp: Likewise.
3434 * gdb.opt/solib-intra-step.exp: Likewise.
3435 * gdb.python/py-finish-breakpoint.exp: Likewise.
3436 * gdb.python/py-shared.exp: Likewise.
3437 * gdb.reverse/solib-precsave.exp: Likewise.
3438 * gdb.reverse/solib-reverse.exp: Likewise.
3439 * gdb.server/solib-list.exp: Likewise.
3440 * gdb.threads/dlopen-libpthread.exp: Likewise.
3441 * gdb.threads/tls-shared.exp: Likewise.
3442 * gdb.threads/tls-so_extern.exp: Likewise.
3443 * gdb.trace/change-loc.exp: Likewise.
3444 * gdb.trace/ftrace-lock.exp: Likewise.
3445 * gdb.trace/ftrace.exp: Likewise.
3446 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3447 * gdb.trace/pending.exp: Likewise.
3448 * gdb.trace/range-stepping.exp: Likewise.
3449 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3450 (strace_info_marker): Likewise.
3451 (strace_probe_marker): Likewise.
3452 (strace_trace_on_same_addr): Likewise.
3453 (strace_trace_on_diff_addr): Likewise.
3454 * gdb.trace/trace-break.exp: Likewise.
3455 * gdb.trace/trace-condition.exp: Likewise.
3456 * gdb.trace/trace-mt.exp: Likewise.
3457
3458 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3459
3460 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3461 result of gdb_remote_download.
3462 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3463 * gdb.base/dso2dso.exp: Likewise.
3464 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3465 * gdb.base/print-file-var.exp: Likewise.
3466 * gdb.base/shlib-call.exp: Likewise.
3467 * gdb.base/shreloc.exp: Likewise.
3468 * gdb.base/solib-overlap.exp: Likewise.
3469 * gdb.base/solib-weak.exp (do_test): Likewise.
3470 * gdb.base/unload.exp: Likewise.
3471
3472 2016-04-27 Yao Qi <yao.qi@linaro.org>
3473
3474 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3475 exists.
3476
3477 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3478
3479 * vla-type.exp: Print structure from toplevel.
3480
3481 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3482
3483 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3484 of dynamic types.
3485 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3486 of dynamic types.
3487
3488 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3489
3490 * gdb.fortran/vla-type.f90: New file.
3491 * gdb.fortran/vla-type.exp: New file.
3492
3493 2016-04-25 Yao Qi <yao.qi@linaro.org>
3494
3495 * gdb.base/branch-to-self.c: New file.
3496 * gdb.base/branch-to-self.exp: New file.
3497
3498 2016-04-22 Yao Qi <yao.qi@linaro.org>
3499
3500 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3501 more after $hex.
3502
3503 2016-04-22 Yao Qi <yao.qi@linaro.org>
3504
3505 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3506 * gdb.base/annota3.exp: Likewise.
3507
3508 2016-04-22 Yao Qi <yao.qi@linaro.org>
3509
3510 * gdb.reverse/step-precsave.exp: Do one step and test program
3511 stops in "callee" and do multiple steps until program goes out
3512 of "callee".
3513 * gdb.reverse/step-reverse.exp: Likewise.
3514
3515 2016-04-22 Yao Qi <yao.qi@linaro.org>
3516
3517 * gdb.trace/signal.exp: Also pass if
3518 $tracepoint_hits($i) > $iterations.
3519
3520 2016-04-22 Yao Qi <yao.qi@linaro.org>
3521
3522 * gdb.trace/signal.c: New file.
3523 * gdb.trace/signal.exp: New file.
3524
3525 2016-04-19 Doug Evans <xdje42@gmail.com>
3526
3527 * gdb.base/bad-file.exp: New file.
3528
3529 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3530
3531 * gdb.dwarf2/implref.exp: New file.
3532
3533 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3534
3535 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3536 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3537 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3538 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3539 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3540 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3541 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3542 * lib/fortran.exp (fortran_int4): New procedure.
3543 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3544 (fortran_logical4): Likewise.
3545
3546 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3547
3548 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3549
3550 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3551
3552 * lib/compiler.c: Add Intel specific preprocessor macros.
3553 * lib/compiler.cc: Likewise.
3554
3555 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3556
3557 * gdb.server/connect-with-no-symbol-file.c: New file.
3558 * gdb.server/connect-with-no-symbol-file.exp: New file.
3559
3560 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3561
3562 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3563
3564 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3565
3566 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3567 standard output directory.
3568
3569 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3570
3571 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3572
3573 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3574
3575 * gdb.btrace/instruction_history.c (loop): Add declaration.
3576
3577 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3578
3579 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3580
3581 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3582
3583 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3584 parentheses to print.
3585 (continue_handler): Likewise.
3586
3587 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3588
3589 * gdb.server/solib-list.exp: Remove is_remote check.
3590 Pass shlib= to gdb_compile. Don't link shared library with
3591 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3592 Run binary filename through "readlink -f" on the target.
3593
3594 2016-04-08 Pedro Alves <palves@redhat.com>
3595
3596 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3597 interpreter filename as argument to gdbserver_spawn.
3598 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3599 Return empty if $last_loaded_file does not exist.
3600
3601 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3602
3603 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3604 * gdb.base/jit-main.c: Use exit after usage.
3605
3606 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3607
3608 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3609 GDBHISTSIZE prior to the tests.
3610 * gdb.base/gdbinit-history.exp: Likewise.
3611
3612 2016-04-07 Pedro Alves <palves@redhat.com>
3613
3614 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3615 instead of build_executable. Use gdb_load_shlibs.
3616
3617 2016-04-07 Yao Qi <yao.qi@linaro.org>
3618
3619 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3620 Execute "si" command.
3621
3622 2016-04-07 Yao Qi <yao.qi@linaro.org>
3623
3624 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3625 number instead of the comments on some line.
3626
3627 2016-04-06 Don Breazeal <donb@codesourcery.com>
3628
3629 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3630 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3631
3632 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3633
3634 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3635 standard_output_file. Remove unused binfile variable.
3636
3637 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3638
3639 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3640 * gdb.python/py-mi-objfile.exp: Match "list main" output
3641 in console format.
3642
3643 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3644
3645 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3646 absolute.
3647
3648 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3649
3650 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3651 absolute.
3652 * gdb.trace/ftrace.exp: Likewise.
3653 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3654 targets as well.
3655 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3656 (gdb_load_shlibs): Copy libraries to test directory when testing
3657 natively. Only set solib-search-path if testing remotely.
3658 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3659
3660 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3661
3662 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3663 gdb_download. Use it even if the target is not remote.
3664 * gdb.base/jit.exp (compile_jit_test): Likewise.
3665 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3666 output directory if the destination board is local, otherwise use
3667 the standard remote_download from DejaGnu.
3668 (gdb_download): Remove.
3669 (gdb_load_shlibs): Use gdb_remote_download instead of
3670 gdb_download.
3671 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3672 Use gdb_remote_download instead of gdb_download. Use it even if
3673 the target is not remote.
3674 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3675 instead of gdb_download.
3676
3677 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3678
3679 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3680 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3681 run.
3682
3683 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3684
3685 PR gdb/19820
3686 * gdb.base/printcmds.exp: Add artificial arrays tests.
3687
3688 2016-03-31 Pedro Alves <palves@redhat.com>
3689
3690 PR gdb/19858
3691 * gdb.base/jit-main.c: Include unistd.h.
3692 (ATTACH): Define to 0 if not already defined.
3693 (wait_for_gdb, mypid): New globals.
3694 (WAIT_FOR_GDB): New macro.
3695 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3696 some breakpoint locations.
3697 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3698 New procedures.
3699 (one_jit_test): Add REATTACH parameter, and handle it. Use
3700 continue_to_test_location.
3701 (top level): Test attach, and adjusts calls to one_jit_test.
3702
3703 2016-03-31 Pedro Alves <palves@redhat.com>
3704
3705 PR gdb/19858
3706 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3707 BINSUFFIX parameter, and handle it.
3708 (top level): Adjust calls compile_jit_test.
3709
3710 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3711
3712 PR python/19743
3713 * gdb.python/py-mi-events-gdb.py: New file.
3714 * gdb.python/py-mi-events.c: New file.
3715 * gdb.python/py-mi-events.exp: New file.
3716
3717 2016-03-30 Yao Qi <yao.qi@linaro.org>
3718
3719 * gdb.reverse/until-precsave.exp: Match function name only.
3720 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3721 Move malloc to a condition block.
3722 * gdb.reverse/until-reverse.exp: Match function name only.
3723
3724 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3725
3726 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3727 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3728 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3729 variable for GPR 0 instead of assuming it is register 0.
3730 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3731 * lib/trace-support.exp: Add s390 registers.
3732
3733 2016-03-29 Yao Qi <yao.qi@linaro.org>
3734
3735 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3736
3737 2016-03-24 Yao Qi <yao.qi@linaro.org>
3738
3739 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3740 test message.
3741
3742 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3743
3744 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3745 maintaining separate logic for constructing the output path.
3746
3747 2016-03-16 Don Breazeal <donb@codesourcery.com>
3748
3749 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3750 Retry fork and waitpid on interrupted system call errors.
3751 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3752 Use with_timeout_factor to increase timeout by factor of 10.
3753
3754 2016-03-15 Don Breazeal <donb@codesourcery.com>
3755
3756 * gdb.cp/scope-err.cc: New test program.
3757 * gdb.cp/scope-err.exp: New test script.
3758 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3759 lines and "set breakpoint here" comment.
3760 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3761 Fixed some whitespace and format issues.
3762 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3763 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3764
3765 2016-03-15 Doug Evans <dje@google.com>
3766
3767 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3768 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3769 All callers updated. Add tests for enums, mixed flags register.
3770
3771 2016-03-15 Doug Evans <dje@google.com>
3772
3773 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3774 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3775
3776 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3777
3778 * gdb.base/default.exp: Add $_as_string to the list of expected
3779 convenience functions.
3780
3781 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3782
3783 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3784
3785 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3786
3787 * gdb.python/py-as-string.exp: New file.
3788 * gdb.python/py-as-string.c: New file.
3789
3790 2016-03-09 Pedro Alves <palves@redhat.com>
3791
3792 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3793 signal" -> "Thread NN received signal" output change.
3794 * gdb.threads/ia64-sigill.exp: Likewise.
3795 * gdb.threads/linux-dp.exp: Likewise.
3796 * gdb.threads/manythreads.exp: Likewise.
3797 * gdb.threads/pending-step.exp: Likewise.
3798 * gdb.threads/print-threads.exp: Likewise.
3799 * gdb.threads/sigstep-threads.exp: Likewise.
3800 * gdb.threads/staticthreads.exp: Likewise.
3801 * gdb.threads/tls.exp: Likewise.
3802
3803 2016-03-09 Pedro Alves <palves@redhat.com>
3804
3805 * gdb.base/command-line-input.exp: New file.
3806
3807 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3808
3809 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3810 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3811 * gdb.trace/pending.exp: Accept leading dot before function name.
3812 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3813 * lib/trace-support.exp: Set registers for ppc.
3814
3815 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3816
3817 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3818 use it for disassembly; accept .main in addition to main in backtrace.
3819
3820 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3821 Marcin Kościelnicki <koriakin@0x04.net>
3822
3823 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3824 (gdb_recursion_test_ptr): New global variable.
3825 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3826 gdb_recursion_test.
3827 (gdb_c_test): Ditto.
3828
3829 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3830
3831 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3832 ordering.
3833
3834 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3835
3836 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3837 (bar): Add bar_start_lbl label.
3838 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3839 of foo/bar for emitting DWARF and tracing.
3840
3841 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3842
3843 * analyze-racy-logs.py: Set executable bit.
3844
3845 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3846
3847 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3848 (CHECK_TARGET_TMP): Likewise.
3849 (check-single-racy): New rule.
3850 (check-parallel-racy): Likewise.
3851 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3852 (do-check-parallel-racy): New rule.
3853 (check-racy/%.exp): Likewise.
3854 * README (Racy testcases): New section.
3855 * analyze-racy-logs.py: New file.
3856
3857 2016-03-03 Doug Evans <dje@google.com>
3858
3859 * gdb.base/skip.exp: Use with_test_prefix.
3860
3861 2016-03-03 Yao Qi <yao.qi@linaro.org>
3862
3863 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3864 Invoke step_over_syscall "clone" and break_cond_on_syscall
3865 "clone".
3866 * gdb.base/step-over-clone.c: New file.
3867
3868 2016-03-03 Yao Qi <yao.qi@linaro.org>
3869
3870 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3871 code format.
3872
3873 2016-03-03 Yao Qi <yao.qi@linaro.org>
3874
3875 * gdb.base/disp-step-fork.c: Rename to ...
3876 * gdb.base/step-over-fork.c: ... it. New file.
3877 * gdb.base/disp-step-vfork.c: Rename to ...
3878 * gdb.base/step-over-vfork.c: ... it. New file.
3879 * gdb.base/disp-step-syscall.exp: Rename to ...
3880 * gdb.base/step-over-syscall.exp: ... it. New file.
3881 (disp_step_cross_syscall): Rename to ...
3882 (step_over_syscall): ... it.
3883
3884 2016-03-03 Yao Qi <yao.qi@linaro.org>
3885
3886 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3887 If target supports condition evaluation on target, invoke
3888 break_cond_on_syscall for fork and vfork.
3889
3890 2016-03-03 Yao Qi <yao.qi@linaro.org>
3891
3892 * gdb.base/disp-step-syscall.exp: Don't invoke
3893 support_displaced_stepping.
3894 (disp_step_cross_syscall): Test with displaced stepping off and
3895 on if supported.
3896
3897 2016-03-03 Yao Qi <yao.qi@linaro.org>
3898
3899 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3900 proc.
3901 (setup): New proc.
3902 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3903 and setup.
3904
3905 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3906
3907 * gdb.fortran/vla-history.exp: Remove breakpoint.
3908
3909 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3910
3911 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3912 exceeds timeout.
3913
3914 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3915
3916 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3917 breakpoint.
3918
3919 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3920
3921 * gdb.mi/vla.f90: Nullify pointer after declaration.
3922
3923 2016-03-01 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3926
3927 2016-03-01 Pedro Alves <palves@redhat.com>
3928
3929 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3930 before anything else.
3931 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3932 _GNU_SOURCE here.
3933 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3934 before anything else.
3935 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3936
3937 2016-03-01 Pedro Alves <palves@redhat.com>
3938
3939 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3940
3941 2016-03-01 Yao Qi <yao.qi@linaro.org>
3942
3943 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3944 prepare_for_testing.
3945
3946 2016-03-01 Yao Qi <yao.qi@linaro.org>
3947
3948 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3949
3950 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3951
3952 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3953 manually constructing the output path.
3954
3955 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3956
3957 * gdb.arch/s390-stackless.S: New.
3958 * gdb.arch/s390-stackless.exp: New.
3959
3960 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3961
3962 * gdb.dlang/circular.c: New file.
3963 * gdb.dlang/circular.exp: New file.
3964
3965 2016-02-26 Yao Qi <yao.qi@linaro.org>
3966
3967 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3968 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3969 (testcases): Update.
3970
3971 2016-02-26 Yao Qi <yao.qi@linaro.org>
3972
3973 * gdb.reverse/aarch64.c: Rename to ...
3974 * gdb.reverse/insn-reverse.c: ... it.
3975 * gdb.reverse/aarch64.exp: Rename to ...
3976 * gdb.reverse/insn-reverse.exp: ... it.
3977
3978 2016-02-26 Yao Qi <yao.qi@linaro.org>
3979
3980 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3981 (testcase_ftype): New.
3982 (testcases): New array.
3983 (n_testcases): New.
3984 (main): Call each element in testcases.
3985 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3986 (read_testcase): New.
3987 Do the tests in a loop.
3988
3989 2016-02-25 Yao Qi <yao.qi@linaro.org>
3990
3991 * gdb.base/branches.c: Remove.
3992
3993 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3994
3995 PR gdb/13808
3996 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3997
3998 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3999
4000 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4001
4002 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4003
4004 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4005 change x86_64 call_insn to 'callq'.
4006
4007 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4008
4009 * gdb.trace/tfile-avx.c: Move to...
4010 * gdb.trace/tracefile-pseudo-reg.c: Here.
4011 * gdb.trace/tfile-avx.exp: Move to...
4012 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4013
4014 2016-02-24 Gary Benson <gbenson@redhat.com>
4015
4016 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4017 message on attach.
4018
4019 2016-02-23 Doug Evans <dje@google.com>
4020
4021 * gdb.base/skip.c (test_skip): New function.
4022 (end_test_skip_file_and_function): New function.
4023 (test_skip_file_and_function): New function.
4024 * gdb.base/skip1.c (test_skip): New function.
4025 (skip1_test_skip_file_and_function): New function.
4026 * gdb.base/skip.exp: Add tests for new skip options.
4027 * gdb.base/skip-solib.exp: Update expected output.
4028 * gdb.perf/skip-command.cc: New file.
4029 * gdb.perf/skip-command.exp: New file.
4030 * gdb.perf/skip-command.py: New file.
4031
4032 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4033
4034 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4035 info registers pattern.
4036
4037 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4038
4039 * lib/future.exp: Add D support.
4040 (gdb_find_gdc): New proc.
4041 (gdb_default_target_compile): Add D support.
4042
4043 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4044
4045 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4046 user+system time.
4047 (trace_speed_test): Determine the iteration count for a time
4048 between 15..30 seconds.
4049
4050 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4051
4052 * gdb.arch/i386-mpx-sigsegv.c: New file.
4053 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4054 * gdb.arch/i386-mpx-simple_segv.c: New file.
4055 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4056
4057 2016-02-18 Yao Qi <yao.qi@linaro.org>
4058
4059 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4060 Don't call setup_kfail.
4061
4062 2016-02-18 Yao Qi <yao.qi@linaro.org>
4063
4064 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4065 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4066
4067 2016-02-16 Doug Evans <dje@google.com>
4068
4069 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4070 * gdb.base/skip1.c: Ditto.
4071 * gdb.base/skip.exp: Whitespace cleanup.
4072
4073 2016-02-16 Don Breazeal <donb@codesourcery.com>
4074
4075 PR remote/19496
4076 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4077 Remove kfail for PR remote/19496.
4078
4079 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4080
4081 * lib/gdb.exp (standard_temp_file): Return a path specific to
4082 the runtest invocation.
4083
4084 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4085
4086 * gdb.trace/save-trace.exp: Change relative path to be in the
4087 standard output directory.
4088
4089 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4090
4091 * gdb.arch/i386-prologue.c: Add missing prototypes.
4092
4093 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4096 * gdb.arch/i386-prologue.exp: Likewise.
4097 * gdb.arch/i386-size.exp: Likewise.
4098
4099 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4100
4101 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4102 define object file path.
4103 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4104 file path.
4105 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4106 standard_output_file to define binfile.
4107
4108 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4109
4110 Fix compatibility with recent gfortran-5.3.1.
4111 * gdb.fortran/vla-history.exp (print vla1 allocated)
4112 (print vla2 allocated, print $2, print $3): Remove
4113 (print $4): Rename to ...
4114 (print $2): ... here.
4115 (print $9): Rename to ...
4116 (print $5): ... here.
4117 (print $10): Rename to ...
4118 (print $6): ... here.
4119 * gdb.fortran/vla.f90: Add pvla initialization.
4120
4121 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4122
4123 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4124 New test.
4125 * gdb.fortran/vla-value-sub.exp: Likewise.
4126
4127 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4128
4129 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4130
4131 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4132
4133 * i386-biarch-core.exp: Define corefile using
4134 standard_output_file.
4135
4136 2016-02-12 Yao Qi <yao.qi@linaro.org>
4137
4138 * gdb.arch/arm-single-step-kernel-helper.c: New.
4139 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4140
4141 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4142
4143 * gdb.btrace/tailcall-only.exp: New.
4144 * gdb.btrace/tailcall-only.c: New.
4145 * gdb.btrace/x86_64-tailcall-only.S: New.
4146 * gdb.btrace/i686-tailcall-only.S: New.
4147
4148 2016-02-11 Pedro Alves <palves@redhat.com>
4149
4150 * README (Parallel testing): Add missing double quotes.
4151
4152 2016-02-11 Pedro Alves <palves@redhat.com>
4153
4154 * README (Parallel testing): New section.
4155 (GDB_PARALLEL): Rewrite.
4156 (FORCE_PARALLEL): Document.
4157
4158 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4159
4160 * gdb.trace/tfile-avx.c: New test.
4161 * gdb.trace/tfile-avx.exp: New test.
4162
4163 2016-02-09 Keith Seitz <keiths@redhat.com>
4164
4165 PR breakpoints/19546
4166 * gdb.base/infcall-exec.c: New file.
4167 * gdb.base/infcall-exec2.c: New file.
4168 * gdb.base/infcall-exec.exp: New file.
4169
4170 2016-02-09 Keith Seitz <keiths@redhat.com>
4171
4172 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4173 (toplevel): Call test_bkpt_address.
4174
4175 2016-02-09 Keith Seitz <keiths@redhat.com>
4176
4177 PR python/19506
4178 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4179 (toplevel): Call test_bkpt_address.
4180
4181 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4182
4183 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4184 to AC_OUTPUT.
4185 * configure: Regenerate.
4186
4187 2016-02-09 Pedro Alves <palves@redhat.com>
4188
4189 PR breakpoints/19548
4190 * gdb.base/execl-update-breakpoints.c (some_function): New
4191 function.
4192 (main): Call it.
4193 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4194 Tighten expected GDB output.
4195
4196 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4197
4198 * Makefile.in (ALL_SUBDIRS): Remove.
4199 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4200 (distclean maintainer-clean realclean): Likewise.
4201 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4202 * configure: Regenerate.
4203 * gdb.ada/Makefile.in: Delete.
4204 * gdb.arch/Makefile.in: Likewise.
4205 * gdb.asm/Makefile.in: Likewise.
4206 * gdb.base/Makefile.in: Likewise.
4207 * gdb.btrace/Makefile.in: Likewise.
4208 * gdb.cell/Makefile.in: Likewise.
4209 * gdb.compile/Makefile.in: Likewise.
4210 * gdb.cp/Makefile.in: Likewise.
4211 * gdb.disasm/Makefile.in: Likewise.
4212 * gdb.dlang/Makefile.in: Likewise.
4213 * gdb.dwarf2/Makefile.in: Likewise.
4214 * gdb.fortran/Makefile.in: Likewise.
4215 * gdb.gdb/Makefile.in: Likewise.
4216 * gdb.go/Makefile.in: Likewise.
4217 * gdb.guile/Makefile.in: Likewise.
4218 * gdb.java/Makefile.in: Likewise.
4219 * gdb.linespec/Makefile.in: Likewise.
4220 * gdb.mi/Makefile.in: Likewise.
4221 * gdb.modula2/Makefile.in: Likewise.
4222 * gdb.multi/Makefile.in: Likewise.
4223 * gdb.objc/Makefile.in: Likewise.
4224 * gdb.opencl/Makefile.in: Likewise.
4225 * gdb.opt/Makefile.in: Likewise.
4226 * gdb.pascal/Makefile.in: Likewise.
4227 * gdb.perf/Makefile.in: Likewise.
4228 * gdb.python/Makefile.in: Likewise.
4229 * gdb.reverse/Makefile.in: Likewise.
4230 * gdb.server/Makefile.in: Likewise.
4231 * gdb.stabs/Makefile.in: Likewise.
4232 * gdb.threads/Makefile.in: Likewise.
4233 * gdb.trace/Makefile.in: Likewise.
4234 * gdb.xml/Makefile.in: Likewise.
4235 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4236 GDB_PARALLEL.
4237 (standard_output_file): Remove check for GDB_PARALLEL, always
4238 return path in outputs/$subdir/$testname.
4239
4240 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4241
4242 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4243 (site.exp): Assign abs_srcdir to tcl's srcdir.
4244
4245 2016-02-04 Yao Qi <yao.qi@linaro.org>
4246
4247 * gdb.base/foll-exec-mode.c: Include limits.h.
4248 (main): Add parameters argc and argv. Get directory from
4249 argv[0].
4250 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4251 compilation.
4252 * gdb.base/foll-exec.c: Include limits.h.
4253 (main): Add parameters argc and argv.
4254 Get directory from argv[0].
4255 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4256 Adjust tests on the number of lines as source code changed.
4257 * gdb.base/foll-vfork-exit.c: Include limits.h.
4258 (main): Add one line of statement before vfork.
4259 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4260 (main): Add parameters argc and argv. Get directory from
4261 argv[0].
4262 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4263 (setup_gdb): Set tbreak to skip some source lines.
4264 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4265 (main): Add parameters argc and argv. Get directory from
4266 argv[0].
4267 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4268 compilation.
4269 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4270 (main): Add parameters argc and argv. Get directory from
4271 argv[0].
4272 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4273 compilation.
4274
4275 2016-02-01 Doug Evans <dje@google.com>
4276
4277 * gdb.base/skip.exp: Clean up multiple references to same test name.
4278
4279 2016-02-01 Pedro Alves <palves@redhat.com>
4280
4281 PR remote/19496
4282 * gdb.threads/forking-threads-plus-breakpoint.exp
4283 (displaced_stepping_supported): New global.
4284 (probe_displaced_stepping_support): New procedure.
4285 (do_test): Add 'displaced' parameter, and use it.
4286 (top level): Check for displaced stepping support. Add displaced
4287 stepping on/off testing axis.
4288
4289 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4290
4291 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4292 pointer. Don't perform further tests on the unassociated pointer
4293 if the first test fails.
4294
4295 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4296
4297 * gdb.base/max-value-size.c: New file.
4298 * gdb.base/max-value-size.exp: New file.
4299 * gdb.base/huge.exp: Disable max-value-size for this test.
4300
4301 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4302
4303 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4304
4305 2016-01-28 Yao Qi <yao.qi@linaro.org>
4306
4307 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4308
4309 2016-01-25 Pedro Alves <palves@redhat.com>
4310
4311 PR threads/19461
4312 * gdb.base/fork-running-state.c: New file.
4313 * gdb.base/fork-running-state.exp: New file.
4314
4315 2016-01-25 Pedro Alves <palves@redhat.com>
4316
4317 PR gdb/19494
4318 * gdb.base/catch-fork-kill.c: New file.
4319 * gdb.base/catch-fork-kill.exp: New file.
4320
4321 2016-01-25 Pedro Alves <palves@redhat.com>
4322
4323 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4324 Delete, moved to lib/gdb.exp.
4325 * gdb.threads/forking-threads-plus-breakpoint.exp
4326 (foreach_with_prefix): Likewise.
4327 * gdb.threads/process-dies-while-handling-bp.exp
4328 (foreach_with_prefix): Likewise.
4329 * lib/gdb.exp (foreach_with_prefix): New procedure.
4330
4331 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4332
4333 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4334 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4335
4336 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4337
4338 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4339 endian targets.
4340
4341 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4342 Pedro Alves <palves@redhat.com>
4343
4344 Fix testsuite compatibility with Guile.
4345 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4346 number.
4347
4348 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4349
4350 Fix testsuite compatibility with Guile.
4351 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4352 (thread 1): New test for backtrace through signal handler.
4353
4354 2016-01-22 Yao Qi <yao.qi@linaro.org>
4355
4356 PR testsuite/19491
4357 * gdb.base/multi-forks.c: Include
4358 ../lib/unbuffer_output.c
4359 (main): Call gdb_unbuffer_output.
4360
4361 2016-01-21 Doug Evans <dje@google.com>
4362
4363 * lib/ada.exp (gdb_compile_ada): Fix typo.
4364
4365 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4366
4367 * gdb.base/break-fun-addr.exp: New file.
4368 * gdb.base/break-fun-addr1.c: New file.
4369 * gdb.base/break-fun-addr2.c: New file.
4370
4371 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4372
4373 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4374 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4375 enum flag values.
4376
4377 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4378
4379 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4380 when GDB can not set the vector return value. Add more comments
4381 for clarification.
4382
4383 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4384
4385 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4386 command.
4387
4388 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4389
4390 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4391
4392 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4393
4394 * Makefile.in (check-single): Pass --status to runtest.
4395 (check/%.exp): Likewise.
4396
4397 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4398
4399 * Makefile.in (check-parallel): Propagate return code from make
4400 do-check-parallel.
4401
4402 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4403
4404 * gdb.trace/ftrace.exp: Fix expected message on continue.
4405 * gdb.trace/pending.exp: Fix expected message on continue.
4406 * gdb.trace/trace-break.exp: Fix expected message on continue.
4407
4408 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4409
4410 * lib/gdb.exp (gdb_test): Remove unused global references.
4411
4412 2016-01-18 Pedro Alves <palves@redhat.com>
4413
4414 * gdb.base/async-shell.exp: Adjust expected output.
4415 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4416 * gdb.base/siginfo-thread.exp: Adjust expected output.
4417 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4418 * gdb.java/jnpe.exp: Adjust expected output.
4419 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4420 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4421 * gdb.threads/leader-exit.exp: Adjust expected output.
4422 * gdb.threads/manythreads.exp: Adjust expected output.
4423 * gdb.threads/pthreads.exp: Adjust expected output.
4424 * gdb.threads/schedlock.exp: Adjust expected output.
4425 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4426 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4427 expected output.
4428 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4429 output.
4430 * gdb.threads/sigthread.exp: Adjust expected output.
4431 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4432
4433 2016-01-18 Yao Qi <yao.qi@linaro.org>
4434
4435 * gdb.guile/scm-section-script.c: Replace @progbits with
4436 %progbits.
4437 * gdb.python/py-section-script.c: Likewise.
4438
4439 2016-01-15 Pedro Alves <palves@redhat.com>
4440
4441 * gdb.multi/tids.exp: Test star wildcard ranges.
4442
4443 2016-01-15 Pedro Alves <palves@redhat.com>
4444
4445 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4446 command from "thread apply" invocation.
4447 (thr_apply_info_thr_invalid): Default the expected output to the
4448 input tid list.
4449 (top level): Add tests that use convenience variables. Add tests
4450 for "thread apply" with a valid TID list, but missing the command.
4451
4452 2016-01-13 Pedro Alves <palves@redhat.com>
4453
4454 * gdb.base/default.exp: Expect $_gthread as well.
4455 * gdb.multi/tids.exp: Test $_gthread.
4456 * gdb.threads/thread-specific.exp: Test $_gthread.
4457
4458 2016-01-13 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.multi/tids.exp: Test "info threads -gid".
4461
4462 2016-01-13 Pedro Alves <palves@redhat.com>
4463
4464 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4465 Breakpoint.thread.
4466 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4467
4468 2016-01-07 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.base/break.exp: Adjust to output changes.
4471 * gdb.base/hbreak2.exp: Likewise.
4472 * gdb.base/sepdebug.exp: Likewise.
4473 * gdb.base/watch_thread_num.exp: Likewise.
4474 * gdb.linespec/keywords.exp: Likewise.
4475 * gdb.multi/info-threads.exp: Likewise.
4476 * gdb.threads/thread-find.exp: Likewise.
4477 * gdb.multi/tids.c: New file.
4478 * gdb.multi/tids.exp: New file.
4479
4480 2016-01-13 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4483
4484 2016-01-13 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.base/default.exp: Expect $_inferior as well.
4487 * gdb.multi/base.exp: Test $_inferior.
4488
4489 2016-01-13 Pedro Alves <palves@redhat.com>
4490
4491 PR breakpoints/19388
4492 * gdb.base/catch-signal-siginfo-cond.c: New file.
4493 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4494
4495 2016-01-12 Josh Stone <jistone@redhat.com>
4496 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4497
4498 * gdb.base/catch-syscall.c (do_execve): New variable.
4499 (main): Conditionally trigger an execve.
4500 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4501 (test_catch_syscall_execve): New, check entry/return across execve.
4502 (do_syscall_tests): Call test_catch_syscall_execve.
4503
4504 2016-01-12 Pedro Alves <palves@redhat.com>
4505
4506 * gdb.base/random-signal.exp (do_test): New procedure, with body
4507 of testcase moved in.
4508
4509 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4510 Pedro Alves <palves@redhat.com>
4511
4512 * gdb.base/funcargs.exp (finish from indirectly called function):
4513 Reintroduce the case for 'First'.
4514
4515 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4516 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4519 (tcatch_vfork_then_child_follow_exec)
4520 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4521 identification.
4522
4523 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4524
4525 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4526 and repeats to unlimited.
4527 * gdb.python/py-value.exp: Likewise.
4528 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4529 and repeats to unlimited.
4530
4531 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4532
4533 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4534 and reordering the functions.
4535 * gdb.multi/hangout.c: Likewise.
4536 * gdb.multi/hello.c: Likewise.
4537
4538 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4539
4540 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4541 absolute.
4542 (SingleStatisticTestResult.report): Use dict.keys instead of
4543 dict.iterkeys.
4544
4545 2016-01-06 Pedro Alves <palves@redhat.com>
4546
4547 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4548
4549 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4550
4551 * gdb.btrace/dlopen.exp: New.
4552 * gdb.btrace/dlopen.c: New.
4553 * gdb.btrace/dlopen-dso.c: New.
4554
4555 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4556
4557 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4558 PATTERN argument is optional.
4559
4560 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4561
4562 * lib/ada.exp (target_compile_ada_from_dir): New function.
4563 (gdb_compile_ada): Reimplement avoiding the use of project files.
4564 * gdb.ada/gnat_ada.gpr: Delete.
4565 * gdb.ada/cond_lang.exp: Adjust test to make path before
4566 filename optional.
4567 * gdb.ada/small_reg_param.exp: Likewise.
4568
4569 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4570
4571 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4572
4573 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4574
4575 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4576 case.
4577
4578 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4579
4580 * gdb.base/break.exp: Remove dead code.
4581 * gdb.base/sepdebug.exp: Likewise.
4582
4583 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4584
4585 * gdb.asm/asm-source.exp: Remove HP-UX references.
4586 * gdb.base/annota1.exp: Likewise.
4587 * gdb.base/annota3.exp: Likewise.
4588 * gdb.base/attach.exp: Likewise.
4589 * gdb.base/bigcore.exp: Likewise.
4590 * gdb.base/break.exp: Likewise.
4591 * gdb.base/call-ar-st.exp: Likewise.
4592 * gdb.base/callfuncs.exp: Likewise.
4593 * gdb.base/catch-fork-static.exp: Likewise.
4594 * gdb.base/display.exp: Likewise.
4595 * gdb.base/foll-exec-mode.exp: Likewise.
4596 * gdb.base/foll-exec.exp: Likewise.
4597 * gdb.base/foll-fork.exp: Likewise.
4598 * gdb.base/foll-vfork.exp: Likewise.
4599 * gdb.base/funcargs.exp: Likewise.
4600 * gdb.base/hbreak2.exp: Likewise.
4601 * gdb.base/inferior-died.exp: Likewise.
4602 * gdb.base/interrupt.exp: Likewise.
4603 * gdb.base/multi-forks.exp: Likewise.
4604 * gdb.base/nodebug.exp: Likewise.
4605 * gdb.base/sepdebug.exp: Likewise.
4606 * gdb.base/solib1.c: Likewise.
4607 * gdb.base/step-test.exp: Likewise.
4608 * gdb.mi/non-stop.c: Likewise.
4609 * gdb.mi/pthreads.c: Likewise.
4610 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4611 * gdb.threads/pthreads.c: Likewise.
4612 * gdb.threads/staticthreads.exp: Likewise.
4613 * lib/future.exp: Likewise.
4614 * lib/gdb.exp: Likewise.
4615 * gdb.base/so-indr-cl.c: Remove.
4616 * gdb.base/so-indr-cl.exp: Likewise.
4617 * gdb.base/solib.c: Likewise.
4618 * gdb.base/solib.exp: Likewise.
4619 * gdb.base/solib2.c: Likewise.
4620
4621 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4622
4623 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4624 * gdb.base/call-ar-st.exp: Likewise.
4625 * gdb.base/callfuncs.exp: Likewise.
4626 * gdb.base/condbreak.exp: Likewise.
4627 * gdb.base/constvars.exp: Likewise.
4628 * gdb.base/hbreak2.exp: Likewise.
4629 * gdb.base/langs.exp: Likewise.
4630 * gdb.base/list.exp: Likewise.
4631 * gdb.base/long_long.exp: Likewise.
4632 * gdb.base/ptype.exp: Likewise.
4633 * gdb.base/scope.exp: Likewise.
4634 * gdb.base/signals.exp: Likewise.
4635 * gdb.base/so-impl-ld.exp: Likewise.
4636 * gdb.base/varargs.exp: Likewise.
4637 * gdb.base/volatile.exp: Likewise.
4638 * gdb.base/whatis.exp: Likewise.
4639 * gdb.cp/cplusfuncs.exp: Likewise.
4640 * gdb.cp/inherit.exp: Likewise.
4641 * gdb.cp/local.exp: Likewise.
4642 * gdb.cp/member-ptr.exp: Likewise.
4643 * gdb.cp/method.exp: Likewise.
4644 * gdb.cp/overload.exp: Likewise.
4645 * gdb.cp/templates.exp: Likewise.
4646 * gdb.stabs/weird.exp: Likewise.
4647 * lib/compiler.c: Likewise.
4648 * lib/compiler.cc: Likewise.
4649 * lib/cp-support.exp: Likewise.
4650 * lib/gdb.exp: Likewise.
4651
4652 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4653
4654 * configure.ac: Remove HP-UX case.
4655 * configure: Regenerate.
4656
4657 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4658
4659 * lib/gdb.exp (gdb_compile): Add function doc.
4660
4661 2015-12-17 Pedro Alves <palves@redhat.com>
4662
4663 PR threads/19354
4664 * gdb.multi/info-threads.exp: New file.
4665
4666 2015-12-15 Yao Qi <yao.qi@linaro.org>
4667
4668 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4669 is aarch64*-*-*.
4670
4671 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4672
4673 * gdb.base/history-duplicates.exp: Skip if no readline support.
4674
4675 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4676
4677 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4678
4679 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4680
4681 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4682
4683 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4684
4685 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4686 ctrl-C if nointerrupts target property is set.
4687 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4688 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4689 * gdb.base/paginate-bg-execution.exp: Likewise.
4690 * gdb.base/paginate-execution-startup.exp: Likewise.
4691 * gdb.base/random-signal.exp: Likewise.
4692 * gdb.base/range-stepping.exp: Likewise.
4693 * gdb.cp/annota2.exp: Likewise.
4694 * gdb.cp/annota3.exp: Likewise.
4695 * gdb.gdb/selftest.exp: Likewise.
4696 * gdb.threads/continue-pending-status.exp: Likewise.
4697 * gdb.threads/leader-exit.exp: Likewise.
4698 * gdb.threads/manythreads.exp: Likewise.
4699 * gdb.threads/pthreads.exp: Likewise.
4700 * gdb.threads/schedlock.exp: Likewise.
4701 * gdb.threads/sigthread.exp: Likewise.
4702
4703 2015-12-11 Don Breazeal <donb@codesourcery.com>
4704
4705 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4706 remote.
4707 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4708 * gdb.base/foll-exec.exp (main): Enable for target remote.
4709 * gdb.base/foll-fork.exp (main): Likewise.
4710 * gdb.base/foll-vfork.exp (main): Likewise.
4711 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4712 (proc continue_to_exit_bp_loc): Use clean_restart.
4713 * gdb.base/pie-execl.exp (main): Disable for target remote.
4714 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4715 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4716 * gdb.threads/execl.exp (main): Likewise.
4717 * gdb.threads/fork-child-threads.exp (main): Likewise.
4718 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4719 remote.
4720 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4721 remote.
4722 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4723 pid.tid style ptids, instead of just tid.
4724 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4725 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4726 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4727 ptids, instead of just tid.
4728
4729 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4730
4731 * gdb.base/list.exp (test_list_forward): Add end of file error
4732 test.
4733 (test_repeat_list_command): Add end of file error test.
4734 (test_list_backwards): Add beginning of file error test.
4735
4736 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4737
4738 * gdb.base/list.exp (test_list_invalid_args): New function,
4739 defined, and called.
4740
4741 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4742
4743 * gdb.base/list.exp (test_list): Make test names unique.
4744
4745 2015-12-11 Yao Qi <yao.qi@linaro.org>
4746
4747 * gdb.base/coremaker2.c: Remove.
4748
4749 2015-12-10 Pedro Alves <palves@redhat.com>
4750
4751 * gdb.multi/base.exp: Remove stale "spaces" references.
4752
4753 2015-12-10 Pedro Alves <palves@redhat.com>
4754
4755 * gdb.multi/base.exp: Don't use nowarnings.
4756 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4757 * gdb.multi/hangout.c: Include stdio.h.
4758 * gdb.multi/hello.c: Include stdlib.h.
4759 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4760 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4761 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4762
4763 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4764
4765 * gdb.dwarf2/dw2-ranges-base.c: New file.
4766 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4767 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4768 support additional line table, and debug ranges generation.
4769 (Dwarf::ranges): New function, generate .debug_ranges.
4770 (Dwarf::lines): Support generating simple line table programs.
4771 (Dwarf::assemble): Initialise new namespace variables.
4772
4773 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4774
4775 * gdb.base/async.exp (proc test_background): Add case for
4776 asynchronous execution not supported.
4777
4778 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4779
4780 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4781 format and change test names to make them unique.
4782
4783 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4784 Pedro Alves <pedro@redhat.com>
4785
4786 PR gdb/18702
4787 Add checking of floatformats setup on x86_64 hosts.
4788 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4789 (smallval, bigval): New labels/constants.
4790 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4791 float" after loading bigval and smallval.
4792
4793 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4794
4795 * gdb.ada/fun_overload_menu.exp: New testcase.
4796 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4797
4798 2015-12-04 Josh Stone <jistone@redhat.com>
4799
4800 * gdb.base/catch-fork-static.exp: New.
4801
4802 2015-12-03 Yao Qi <yao.qi@linaro.org>
4803
4804 * gdb.base/sizeof.c: Don't include stdio.h and
4805 ../lib/unbuffer_output.c.
4806 (main): New variable 'size' and 'value'. Remove printf and
4807 gdb_unbuffer_output. Assign return value to size and value.
4808 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4809 at the beginning.
4810 (check_sizeof): Check the result by printing variable 'size'.
4811 (check_valueof): Check the result by printing variable 'value'.
4812
4813 2015-12-01 Yao Qi <yao.qi@linaro.org>
4814
4815 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4816 for aarch64*-*-linux* target.
4817
4818 2015-11-30 Pedro Alves <palves@redhat.com>
4819
4820 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4821
4822 2015-11-30 Pedro Alves <palves@redhat.com>
4823
4824 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4825 Handle non-stop mode vCont replies.
4826
4827 2015-11-30 Pedro Alves <palves@redhat.com>
4828
4829 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4830 prepare_for_testing. Start gdb with "set non-stop on" appended to
4831 GDBFLAGS. Lax expected stop output.
4832
4833 2015-11-27 Yao Qi <yao.qi@linaro.org>
4834
4835 * gdb.arch/arm-neon.exp: New.
4836 * gdb.arch/arm-neon.c: New.
4837
4838 2015-11-27 Yao Qi <yao.qi@linaro.org>
4839
4840 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4841
4842 2015-11-27 Yao Qi <yao.qi@linaro.org>
4843
4844 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4845 frames-invalid annotation.
4846
4847 2015-11-27 Yao Qi <yao.qi@linaro.org>
4848
4849 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4850
4851 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4852
4853 * gdb.threads/names.exp: New file.
4854 * gdb.threads/names.c: New file.
4855 * README: Mention gdb,no_thread_names.
4856
4857 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4858
4859 PR 19297
4860 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4861 support" error.
4862
4863 2015-11-24 Pedro Alves <palves@redhat.com>
4864
4865 PR 17539
4866 * gdb.base/display.exp: Expect displays to be sorted in ascending
4867 order. Use multi_line.
4868 * gdb.base/solib-display.exp: Likewise.
4869
4870 2015-11-24 Pedro Alves <palves@redhat.com>
4871
4872 PR 17539
4873 * gdb.base/display.exp: Expect displays to be sorted in ascending
4874 order. Use multi_line.
4875 * gdb.base/solib-display.exp: Likewise.
4876
4877 2015-11-24 Pedro Alves <palves@redhat.com>
4878
4879 PR 17539
4880 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4881 threads in ascending order.
4882 * gdb.base/foll-fork.exp: Likewise.
4883 * gdb.base/foll-vfork.exp: Likewise.
4884 * gdb.base/multi-forks.exp: Likewise.
4885 * gdb.mi/mi-nonstop.exp: Likewise.
4886 * gdb.mi/mi-nsintrall.exp: Likewise.
4887 * gdb.multi/base.exp: Likewise.
4888 * gdb.multi/multi-arch.exp: Likewise.
4889 * gdb.python/py-inferior.exp: Likewise.
4890 * gdb.threads/break-while-running.exp: Likewise.
4891 * gdb.threads/execl.exp: Likewise.
4892 * gdb.threads/gcore-thread.exp: Likewise.
4893 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4894 * gdb.threads/kill.exp: Likewise.
4895 * gdb.threads/linux-dp.exp: Likewise.
4896 * gdb.threads/multiple-step-overs.exp: Likewise.
4897 * gdb.threads/next-bp-other-thread.exp: Likewise.
4898 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4899 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4900 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4901 * gdb.threads/thread-find.exp: Likewise.
4902 * gdb.threads/tls.exp: Likewise.
4903 * lib/mi-support.exp (mi_reverse_list): Delete.
4904 (mi_check_thread_states): No longer reverse list.
4905
4906 2015-11-24 Pedro Alves <palves@redhat.com>
4907
4908 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4909 use lowercase.
4910
4911 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4912
4913 * gdb.trace/actions.c: Include trace-common.h.
4914 (main): Add a location for a fast tracepoint.
4915 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4916 the normal tracepoints.
4917 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4918
4919 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4920
4921 * save-trace.exp: Factor out code to these...
4922 (gdb_save_tracepoints): New.
4923 (gdb_load_tracepoints): New.
4924 (do_save_load_test): New.
4925
4926 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4927
4928 * gdb.base/asmlabel.exp: New test.
4929 * gdb.base/asmlabel.c: New test case.
4930
4931 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4932
4933 * gdb.base/wrong_frame_bt_full-main.c: New file.
4934 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4935 * gdb.base/wrong_frame_bt_full.exp: New file.
4936
4937 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4938
4939 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4940
4941 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4942
4943 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4944 pstate register when comparing registers values in
4945 sparc64-*-linux-gnu targets to avoid spurious differences.
4946
4947 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4948
4949 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4950
4951 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4952
4953 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4954 as type argument to gdb_compile.
4955 * gdb.base/nested-subp2.exp: Likewise.
4956 * gdb.base/nested-subp3.exp: Likewise.
4957
4958 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4959
4960 * lib/dwarf.exp (_note): Fix left shift of negative value.
4961 * gdb.trace/trace-condition.exp: Likewise.
4962
4963 2015-11-13 Yao Qi <yao.qi@linaro.org>
4964
4965 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4966 comments about d10v.
4967 (test_scalar_returns): Likewise.
4968 * gdb.base/d10v.ld: Remove.
4969 * gdb.base/overlays.exp: Remove the target triplet checking for
4970 d10v-*-*.
4971 * gdb.base/structs.exp (test_struct_returns): Remove the
4972 comments about d10v.
4973 (test_struct_calls): Likewise.
4974
4975 2015-11-13 Yao Qi <yao.qi@linaro.org>
4976
4977 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4978 * gdb.base/gnu_vector.c: Don't include stdio.h.
4979 (main): Don't print res and call add_some_intvecs.
4980
4981 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4982
4983 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4984 macro.
4985 (func5): Removed.
4986 (func4): Use FAST_TRACEPOINT_LABEL.
4987 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4988 macro.
4989 (func): Removed.
4990 (thread_function): Use FAST_TRACEPOINT_LABEL.
4991 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4992 (func): Remove.
4993 (marker): Use FAST_TRACEPOINT_LABEL.
4994 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4995 (pendfunc1): Remove.
4996 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4997 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4998 (foo): Remove.
4999 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5000 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5001 macro.
5002 (func): Remove.
5003 (marker): Use FAST_TRACEPOINT_LABEL.
5004 * gdb.trace/trace-common.h: New header.
5005 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5006 macro.
5007 (func): Remove.
5008 (marker): Use FAST_TRACEPOINT_LABEL.
5009 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5010 (func): Remove.
5011 (thread_function): Use FAST_TRACEPOINT_LABEL.
5012
5013 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5014
5015 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5016 in front.
5017 * gdb.trace/change-loc.exp: Use global pcreg definition.
5018 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5019 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5020 in front.
5021 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5022 * gdb.trace/pending.exp: Likewise.
5023 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5024 * gdb.trace/trace-break.exp: Likewise.
5025 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5026 in front.
5027 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5028 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5029 in front.
5030 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5031
5032 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5033
5034 * gdb.ada/fin_fun_out: New testcase.
5035
5036 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5037
5038 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5039 value associated with DW_AT_byte_size.
5040 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5041 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5042 DW_AT_upper_bound.
5043
5044 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5045
5046 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5047 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5048 version.
5049 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5050 gdb.dwarf2/dw2-canonicalize-type.exp,
5051 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5052 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5053 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5054 provided by gdb_target_symbol_prefix_flags_asm.
5055 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5056 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5057 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5058 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5059 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5060 macros where needed). Use this macro for symbols which require
5061 the prefix provided by SYMBOL_PREFIX.
5062
5063 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5064
5065 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5066 New procs.
5067 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5068 representing expressions, of more than one list element.
5069 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5070 to prepend linker symbol prefix to f.
5071 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5072 table_1 and table_2.
5073 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5074 Likewise, for f and g.
5075 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5076 for ptr.
5077 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5078 for main.
5079 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5080 table_1_ptr and table_2_ptr.
5081
5082 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5083 Joel Brobecker <brobecker@adacore.com>
5084
5085 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5086
5087 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5088
5089 * gdb.reverse/s390-mvcle.c: New test.
5090 * gdb.reverse/s390-mvcle.exp: New file.
5091 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5092
5093 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5094
5095 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5096
5097 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5098
5099 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5100 reaching marker2.
5101 * gdb.reverse/getresuid-reverse.exp: Likewise.
5102 * gdb.reverse/pipe-reverse.exp: Likewise.
5103 * gdb.reverse/readv-reverse.exp: Likewise.
5104 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5105 * gdb.reverse/time-reverse.exp: Likewise.
5106 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5107
5108 2015-10-30 Yao Qi <yao.qi@linaro.org>
5109
5110 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5111 (empty_cycle): Remove.
5112 (main): Don't call empty_cycle. Don't use watch_count_done.
5113 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5114 empty_cycle. Rewrite the code counting HW watchpoints.
5115
5116 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5117
5118 * gdb.reverse/fstatat-reverse.c: New test.
5119 * gdb.reverse/fstatat-reverse.exp: New file.
5120 * gdb.reverse/getresuid-reverse.c: New test.
5121 * gdb.reverse/getresuid-reverse.exp: New file.
5122 * gdb.reverse/pipe-reverse.c: New test.
5123 * gdb.reverse/pipe-reverse.exp: New file.
5124 * gdb.reverse/readv-reverse.c: New test.
5125 * gdb.reverse/readv-reverse.exp: New file.
5126 * gdb.reverse/recvmsg-reverse.c: New test.
5127 * gdb.reverse/recvmsg-reverse.exp: New file.
5128 * gdb.reverse/time-reverse.c: New test.
5129 * gdb.reverse/time-reverse.exp: New file.
5130 * gdb.reverse/waitpid-reverse.c: New test.
5131 * gdb.reverse/waitpid-reverse.exp: New file.
5132
5133 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5134
5135 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5136
5137 2015-10-26 Doug Evans <dje@google.com>
5138
5139 PR symtab/17391
5140 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5141 * gdb.dwarf2/bad-regnum.c: New file.
5142 * gdb.dwarf2/bad-regnum.exp: New file.
5143
5144 2015-10-26 Doug Evans <dje@google.com>
5145
5146 PR python/18938
5147 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5148 file.
5149
5150 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5151
5152 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5153 for a change by "Mention language in compile error message".
5154
5155 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5156
5157 PR python/18073
5158 * gdb.python/py-type.c (C::a_method): New.
5159 (C::a_const_method): New.
5160 (C::a_static_method): New.
5161 (a_function): New.
5162 * gdb.python/py-type.exp (test_fields): Test getting fields
5163 from function and method.
5164
5165 2015-10-21 Keven Boell <keven.boell@intel.com>
5166
5167 * gdb.fortran/vla-alloc-assoc.exp: New file.
5168 * gdb.fortran/vla-datatypes.exp: New file.
5169 * gdb.fortran/vla-datatypes.f90: New file.
5170 * gdb.fortran/vla-history.exp: New file.
5171 * gdb.fortran/vla-ptype-sub.exp: New file.
5172 * gdb.fortran/vla-ptype.exp: New file.
5173 * gdb.fortran/vla-sizeof.exp: New file.
5174 * gdb.fortran/vla-sub.f90: New file.
5175 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5176 * gdb.fortran/vla-value-sub-finish.exp: New file.
5177 * gdb.fortran/vla-value-sub.exp: New file.
5178 * gdb.fortran/vla-value.exp: New file.
5179 * gdb.fortran/vla-ptr-info.exp: New file.
5180 * gdb.mi/mi-vla-fortran.exp: New file.
5181 * gdb.mi/vla.f90: New file.
5182
5183 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5184
5185 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5186 of hardwired timeout value.
5187
5188 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5189 Pedro Alves <palves@redhat.com>
5190
5191 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5192 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5193
5194 2015-10-19 Josh Stone <jistone@redhat.com>
5195
5196 * gdb.base/catch-syscall.c: Include <sched.h>.
5197 (unknown_syscall): New variable.
5198 (main): Trigger a vfork and an unknown syscall.
5199 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5200 (unknown_syscall_number): Likewise.
5201 (check_call_to_syscall): Accept an optional syscall pattern.
5202 (check_return_from_syscall): Likewise.
5203 (check_continue): Likewise.
5204 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5205 (test_catch_syscall_skipping_return): New test toggling off 'catch
5206 syscall' to step over the syscall return, then toggling back on.
5207 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5208 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5209 (do_syscall_tests): Call test_catch_syscall_without_args and
5210 test_catch_syscall_mid_vfork.
5211 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5212 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5213
5214 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5215
5216 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5217 print g_vE): Add new pass patterns.
5218 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5219 print various symbol names for vptr fields.
5220
5221 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5222
5223 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5224 results.
5225
5226 2015-10-12 Yao Qi <yao.qi@linaro.org>
5227
5228 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5229
5230 2015-10-12 Yao Qi <yao.qi@linaro.org>
5231
5232 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5233 is aarch64*-*-linux*.
5234
5235 2015-10-12 Yao Qi <yao.qi@linaro.org>
5236
5237 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5238 (can_relocate_bcond_true): ... it.
5239 (can_relocate_bcond_false): New function.
5240 (foo): Likewise.
5241 (can_relocate_bl): Likewise.
5242 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5243 can_relocate_bl.
5244
5245 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5246
5247 * gdb.base/nested-addr.c: New file.
5248 * gdb.base/nested-addr.exp: New testcase.
5249
5250 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5251
5252 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5253 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5254 its output. Ignore the output of "record goto begin" and instead
5255 check that GDB is replaying.
5256
5257 2015-10-09 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5260 (top level): Use it in the run with no args test.
5261
5262 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5263
5264 * gdb.dlang/properties.exp: New file.
5265
5266 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5267
5268 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5269 whether or not address 0x1000 is mapped on the target.
5270
5271 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5272
5273 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5274 build.
5275
5276 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5277
5278 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5279 instruction-history test.
5280
5281 2015-09-28 Doug Evans <dje@google.com>
5282
5283 * gdb.base/gcore.c (array_func): Add reference to static_array.
5284
5285 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5286
5287 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5288 source line.
5289
5290 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5291
5292 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5293 short or char as base type.
5294
5295 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5296
5297 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5298 to allow any size enum.
5299
5300 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5301
5302 * gdb.ada/array_ptr_renaming.exp: New testcase.
5303 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5304 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5305
5306 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5307
5308 * gdb.trace/ftrace-lock.c: New file.
5309 * gdb.trace/ftrace-lock.exp: New file.
5310
5311 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5312
5313 * gdb.arch/insn-reloc.c: New file.
5314 * gdb.arch/ftrace-insn-reloc.exp: New file.
5315
5316 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5317
5318 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5319 instruction.
5320 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5321 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5322 * gdb.trace/range-stepping.c: Likewise.
5323 * gdb.trace/trace-break.c: Likewise.
5324 * gdb.trace/trace-mt.c (thread_function): Likewise.
5325 * gdb.trace/ftrace.c (marker): Likewise.
5326 * gdb.trace/trace-condition.c (marker): Likewise.
5327 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5328 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5329 is_aarch64_target.
5330
5331 2015-09-18 Doug Evans <xdje42@gmail.com>
5332
5333 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5334 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5335
5336 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5337
5338 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5339 the breakpoint.
5340
5341 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5342
5343 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5344 the pending breakpoint. Remove timeout override for "Run till
5345 MI pending breakpoint on pendfunc3 on thread 2" test.
5346
5347 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5348
5349 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5350 filename pattern.
5351
5352 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5353
5354 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5355 in breakpoint filename pattern.
5356
5357 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5358
5359 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5360
5361 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5362
5363 * gdb.linespec/explicit.exp: Check for readline support for
5364 tab-completion tests. Fix obvious typo.
5365
5366 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5367
5368 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5369 and replay.
5370
5371 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5372
5373 * gdb.btrace/non-stop.c: New.
5374 * gdb.btrace/non-stop.exp: New.
5375
5376 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5377 Yao Qi <yao.qi@linaro.org>
5378
5379 * gdb.trace/trace-condition.c: New file.
5380 * gdb.trace/trace-condition.exp: New file.
5381
5382 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5383
5384 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5385 for testing bytecode compilation.
5386
5387 2015-09-16 Pedro Alves <palves@redhat.com>
5388 Sandra Loosemore <sandra@codesourcery.com>
5389
5390 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5391 (SECONDS): Redefine.
5392 (main): Call pthread_kill and alarm early.
5393 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5394 support.
5395 (test): If the target can't hardware step and doesn't support
5396 displaced stepping, increase the timeout.
5397
5398 2015-09-16 Pedro Alves <palves@redhat.com>
5399
5400 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5401 (enable_debug): New procedures.
5402 (test): Use them. Bail out if waiting for threads fails.
5403 (top level): Bail out if a test fails.
5404
5405 2015-09-16 Yao Qi <yao.qi@linaro.org>
5406
5407 * gdb.asm/asm-source.exp: Set asm-arch for
5408 aarch64*-*-* target.
5409 * gdb.asm/aarch64.inc: New file.
5410
5411 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5412
5413 * gdb.ada/array_of_variable_length.exp: New testcase.
5414 * gdb.ada/array_of_variable_length/foo.adb: New file.
5415 * gdb.ada/array_of_variable_length/pck.adb: New file.
5416 * gdb.ada/array_of_variable_length/pck.ads: New file.
5417
5418 2015-09-15 Doug Evans <dje@google.com>
5419
5420 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5421 of function static local variable.
5422
5423 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5424
5425 * gdb.threads/tls-so_extern.exp: New test file.
5426 * gdb.threads/tls-so_extern.c: New test file.
5427 * gdb.threads/tls-so_extern_main.c: New test file.
5428
5429 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5430
5431 * gdb.opt/solib-intra-step-lib.c: New file.
5432 * gdb.opt/solib-intra-step-main.c: New file.
5433 * gdb.opt/solib-intra-step.exp: New file.
5434
5435 2015-09-15 Pedro Alves <palves@redhat.com>
5436
5437 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5438 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5439
5440 2015-09-14 Pedro Alves <palves@redhat.com>
5441
5442 * gdb.base/hook-stop-continue.c: Delete.
5443 * gdb.base/hook-stop-continue.exp: Delete.
5444 * gdb.base/hook-stop-frame.c: Delete.
5445 * gdb.base/hook-stop-frame.exp: Delete.
5446 * gdb.base/hook-stop.c: New file.
5447 * gdb.base/hook-stop.exp: New file.
5448
5449 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5450
5451 * gdb.ada/access_to_packed_array.exp: New testcase.
5452 * gdb.ada/access_to_packed_array/foo.adb: New file.
5453 * gdb.ada/access_to_packed_array/pack.adb: New file.
5454 * gdb.ada/access_to_packed_array/pack.ads: New file.
5455
5456 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5457
5458 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5459 buffer size test.
5460
5461 2015-09-11 Don Breazeal <donb@codesourcery.com>
5462
5463 * gdb.base/foll-exec.c: Add copyright header. Fix
5464 formatting issues.
5465 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5466 (do_exec_tests): Use clean_restart in place of zap_session,
5467 and for test initialization. Fix formatting issues. Use
5468 fail in place of perror.
5469 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5470 an expect statement to match an expression with output from
5471 the program under debug.
5472 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5473 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5474 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5475 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5476 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5477
5478 2015-09-09 Doug Evans <dje@google.com>
5479
5480 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5481
5482 2015-09-09 Doug Evans <dje@google.com>
5483
5484 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5485
5486 2015-09-09 Doug Evans <dje@google.com>
5487
5488 * gdb.base/savedregs.exp: Fix typo.
5489
5490 2015-09-09 Pedro Alves <palves@redhat.com>
5491
5492 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5493
5494 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5495
5496 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5497 command actually switches threads. Give up on remaining
5498 tests if target fails to stop at breakpoint.
5499
5500 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5501
5502 * gdb.ada/funcall_char.exp: New testcase.
5503 * gdb.ada/funcall_char/foo.adb: New file.
5504
5505 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5506
5507 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5508 expected outputs. Add two testcases for completing ambiguous
5509 functions.
5510 * gdb.ada/complete/aux_pck.adb: New file.
5511 * gdb.ada/complete/aux_pck.ads: New file.
5512 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5513 Ambiguous_Func functions.
5514 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5515 * gdb.ada/complete/pck.adb: Likewise.
5516
5517 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5518
5519 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5520 failures to run the test program under GDB.
5521
5522 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5523
5524 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5525 to C.
5526
5527 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5528
5529 * gdb.base/run-after-attach.exp: New test file.
5530 * gdb.base/run-after-attach.c: New test file.
5531
5532 2015-08-26 Don Breazeal <donb@codesourcery.com>
5533
5534 * gdb.base/foll-exec-2.c: New test program.
5535 * gdb.base/foll-exec-2.exp: New test.
5536
5537 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5538
5539 * gdb.base/nested-subp1.exp: New file.
5540 * gdb.base/nested-subp1.c: New file.
5541 * gdb.base/nested-subp2.exp: New file.
5542 * gdb.base/nested-subp2.c: New file.
5543 * gdb.base/nested-subp3.exp: New file.
5544 * gdb.base/nested-subp3.c: New file.
5545
5546 2015-08-24 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.server/connect-without-multi-process.c: New file.
5549 * gdb.server/connect-without-multi-process.exp: New file.
5550
5551 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5552
5553 * gdb.opt/inline-markers.c: Make z int.
5554
5555 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5556
5557 * gdb.opt/inline-markers.c: Make z volatile.
5558
5559 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5560
5561 * gdb.opt/inline-bt.c: New volatile global z.
5562 * gdb.opt/inline-cmds.c: Likewise.
5563 * gdb.opt/inline-locals.c: Likewise.
5564 * gdb.opt/inline-markers.c: New extern global z.
5565 (marker): Use z.
5566 (inline_fn): Likewise.
5567
5568 2015-08-24 Pedro Alves <palves@redhat.com>
5569
5570 * config/m32r-stub.exp: Remove file.
5571 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5572 * gdb.base/call-rt-st.exp: Likewise.
5573 * gdb.base/call-strs.exp: Likewise.
5574 * gdb.base/default.exp: Remove references to h8300-*-hms and
5575 *-*-udi*.
5576 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5577
5578 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5579
5580 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5581 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5582 and "return" use KFAIL when GDB can not read/write the vector
5583 return value.
5584
5585 2015-08-21 Gary Benson <gbenson@redhat.com>
5586
5587 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5588
5589 2015-08-20 Pedro Alves <palves@redhat.com>
5590
5591 * gdb.server/solib-list.exp: No longer expect an interior stop in
5592 non-stop mode.
5593
5594 2015-08-20 Pedro Alves <palves@redhat.com>
5595
5596 * gdb.server/connect-stopped-target.c: New file.
5597 * gdb.server/connect-stopped-target.exp: New file.
5598
5599 2015-08-20 Pedro Alves <palves@redhat.com>
5600
5601 * gdb.dwarf2/comp-unit-lang.exp: New file.
5602 * gdb.dwarf2/comp-unit-lang.c: New file.
5603
5604 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5605
5606 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5607 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5608
5609 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5610
5611 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5612 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5613
5614 2015-08-18 Doug Evans <dje@google.com>
5615 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5616
5617 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5618 skip_python_tests. New arg prompt_regexp.
5619 (skip_python_tests): New function.
5620 * lib/mi-support.exp (mi_skip_python_tests): New function.
5621 * gdb.python/py-mi-objfile-gdb.py: New file.
5622 * gdb.python/py-mi-objfile.c: New file.
5623 * gdb.python/py-mi-objfile.exp: New file.
5624
5625 2015-08-17 Keith Seitz <keiths@redhat.com>
5626
5627 * gdb.linespec/explicit.exp: Move strace test from here ...
5628 * gdb.trace/strace.exp: ... to here.
5629
5630 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5631
5632 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5633 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5634
5635 2015-08-14 Doug Evans <xdje42@gmail.com>
5636
5637 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5638 inferior before selecting a new file.
5639
5640 2015-08-14 Doug Evans <xdje42@gmail.com>
5641
5642 * gdb.mi/mi-disassemble.exp: Update.
5643 * gdb.base/disasm-optim.S: New file.
5644 * gdb.base/disasm-optim.c: New file.
5645 * gdb.base/disasm-optim.h: New file.
5646 * gdb.base/disasm-optim.exp: New file.
5647
5648 2015-08-14 Keith Seitz <keiths@redhat.com>
5649
5650 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5651 "evaluated-by".
5652
5653 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5654
5655 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5656
5657 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5658
5659 * gdb.ada/fun_renaming.exp: New testcase.
5660 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5661 * gdb.ada/fun_renaming/pack.adb: New file.
5662 * gdb.ada/fun_renaming/pack.ads: New file.
5663
5664 2015-08-12 Keith Seitz <keiths@redhat.com>
5665
5666 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5667 gdb_get_line_number.
5668
5669 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5670
5671 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5672 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5673 gdb.base/dso2dso.exp: New files.
5674
5675 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5676 Pedro Alves <palves@redhat.com>
5677 Keith Seitz <keiths@redhat.com>
5678
5679 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5680 GDBFLAGS.
5681
5682 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5683
5684 * gdb.base/gdbhistsize-history.exp
5685 (test_histsize_history_setting): Use save_vars.
5686 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5687 Use save_vars.
5688 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5689 * gdb.base/readline.exp: Use save_vars.
5690
5691 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5692
5693 * lib/gdb.exp (save_vars): New proc.
5694
5695 2015-08-11 Keith Seitz <keiths@redhat.com>
5696
5697 * gdb.base/help.exp: Update help_breakpoint_text.
5698
5699 2015-08-11 Keith Seitz <keiths@redhat.com>
5700
5701 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5702 (at toplevel): Call test_explicit_breakpoints.
5703 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5704 breakpoints.
5705 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5706 breakpoint conditions, "-cond".
5707
5708 2015-08-11 Keith Seitz <keiths@redhat.com>
5709
5710 * gdb.linespec/3explicit.c: New file.
5711 * gdb.linespec/cpexplicit.cc: New file.
5712 * gdb.linespec/cpexplicit.exp: New file.
5713 * gdb.linespec/explicit.c: New file.
5714 * gdb.linespec/explicit.exp: New file.
5715 * gdb.linespec/explicit2.c: New file.
5716 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5717 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5718 before using in the matching pattern.
5719 Clarify that `prefix' is a regular expression.
5720
5721 2015-08-11 Keith Seitz <keiths@redhat.com>
5722
5723 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5724 test.
5725 Add tests for missing ",FMT" and ",".
5726
5727 2015-08-10 Doug Evans <dje@google.com>
5728 Keith Seitz <keiths@redhat.com>
5729
5730 PR gdb/17960
5731 * gdb.base/completion.exp: Add location completer tests.
5732
5733 2015-08-07 Pedro Alves <palves@redhat.com>
5734
5735 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5736 tests here.
5737 (top level): Run do_test with and without displaced stepping.
5738
5739 2015-08-07 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.base/valgrind-disp-step.c: New file.
5742 * gdb.base/valgrind-disp-step.exp: New file.
5743
5744 2015-08-07 Pedro Alves <palves@redhat.com>
5745
5746 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5747 Delete function.
5748 (main): Add alarm. Run an infinite loop instead of calling
5749 wait_threads.
5750 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5751 comment.
5752 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5753 Delete function.
5754 (main): Add alarm. Run an infinite loop instead of calling
5755 wait_threads.
5756 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5757 comment.
5758
5759 2015-08-07 Pedro Alves <palves@redhat.com>
5760
5761 * gdb.base/checkpoint-ns.exp: New file.
5762 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5763 standard_testfile.
5764
5765 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5766
5767 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5768 * gdb.btrace/instruction_history.exp: Update.
5769 * gdb.btrace/tsx.exp: New.
5770 * gdb.btrace/tsx.c: New.
5771
5772 2015-08-06 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5775 increase timeout.
5776 * gdb.reverse/until-precsave.exp: Bump timeouts.
5777
5778 2015-08-06 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5781
5782 2015-08-06 Pedro Alves <palves@redhat.com>
5783
5784 PR gdb/18749
5785 * gdb.threads/process-dies-while-handling-bp.c: New file.
5786 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5787
5788 2015-08-06 Pedro Alves <palves@redhat.com>
5789
5790 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5791 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5792
5793 2015-08-05 Pedro Alves <palves@redhat.com>
5794
5795 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5796 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5797
5798 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5799
5800 * gdb.base/bp-permanent.exp: Report test as unsupported if
5801 the target cannot stop at the permanent breakpoint.
5802
5803 2015-08-03 Doug Evans <dje@google.com>
5804
5805 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5806 10000.
5807
5808 2015-08-03 Doug Evans <dje@google.com>
5809
5810 * Makefile.in (workers/%.worker, build-perf): New rule.
5811 (GDB_PERFTEST_MODE): New variable.
5812 (check-perf): Use it.
5813 (clean): Clean up gdb.perf parallel build subdirs.
5814 * lib/build-piece.exp: New file.
5815 * lib/gdb.exp (make_gdb_parallel_path): New function
5816 (standard_output_file, standard_temp_file): Call it.
5817 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5818 of $GDB_PARALLEL.
5819 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5820
5821 2015-08-03 Doug Evans <dje@google.com>
5822
5823 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5824 (LOG_FILE_NAME): New global.
5825 (TextReporter.__init__): Initialize self.txt_sum.
5826 (TextReporter.report): Add support for multiple data-points.
5827 Move report to perftest.sum, put raw data in perftest.log.
5828 (TextReporter.start): Open sum and log files.
5829 (TextReporter.end): Close sum and log files.
5830 * gdb.perf/lib/perftest/testresult.py
5831 (SingleStatisticTestResult.record): Handle multiple data-points.
5832
5833 2015-07-31 Pedro Alves <palves@redhat.com>
5834
5835 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5836 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5837 kill_wait_spawned_process instead of explicit "kill -9".
5838 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5839 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5840 kill_wait_spawned_process.
5841 * gdb.base/attach-twice.exp: Likewise.
5842 * gdb.base/attach.exp: Likewise.
5843 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5844 gdb_test_multiple.
5845 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5846 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5847 kill_wait_spawned_process.
5848 * gdb.base/valgrind-infcall.exp: Likewise.
5849 * gdb.multi/multi-attach.exp: Likewise.
5850 * gdb.python/py-prompt.exp: Likewise.
5851 * gdb.python/py-sync-interp.exp: Likewise.
5852 * gdb.server/ext-attach.exp: Likewise.
5853 * gdb.threads/attach-into-signal.exp (corefunc): Use
5854 spawn_wait_for_attach, spawn_id_get_pid and
5855 kill_wait_spawned_process.
5856 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5857 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5858 spawn_id_get_pid and kill_wait_spawned_process.
5859 * gdb.threads/attach-stopped.exp (corefunc): Use
5860 spawn_wait_for_attach, spawn_id_get_pid and
5861 kill_wait_spawned_process.
5862 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5863 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5864 kill_wait_spawned_process instead of explicit "kill -9".
5865 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5866 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5867 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5868 processes. Don't map cygwin/windows pids here. Now returns a
5869 spawn id list.
5870
5871 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5872
5873 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5874 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5875 correct patch.
5876
5877 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5878
5879 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5880
5881 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5882
5883 Reapply:
5884 2014-05-21 Mark Wielaard <mjw@redhat.com>
5885
5886 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5887
5888 2015-07-30 Pedro Alves <palves@redhat.com>
5889
5890 * linux-low.c (handle_extended_wait): Set the child's last
5891 reported status to TARGET_WAITKIND_STOPPED.
5892
5893 2015-07-30 Pedro Alves <palves@redhat.com>
5894
5895 PR threads/18600
5896 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5897 only shows inferior 1.
5898
5899 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5900 Pedro Alves <palves@redhat.com>
5901
5902 PR threads/18600
5903 * gdb.threads/fork-plus-threads.c: New file.
5904 * gdb.threads/fork-plus-threads.exp: New file.
5905
5906 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5907
5908 * gdb.base/batch-preserve-term-settings.exp
5909 (test_terminal_settings_preserved_after_cli_exit): Use
5910 send_quit_command.
5911
5912 2015-07-29 Pedro Alves <palves@redhat.com>
5913 Don Breazeal <donb@codesourcery.com>
5914
5915 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5916 output from both inferior_spawn_id and gdb_spawn_id.
5917
5918 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5919
5920 * gdb.threads/attach-into-signal.exp (corefunc): Use
5921 with_test_prefix on nested loops, uniquefying the test messages.
5922
5923 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5924
5925 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5926 commit.
5927
5928 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5929
5930 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5931 New proc.
5932 (test_terminal_settings_preserved_after_sigterm): New test.
5933
5934 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5935
5936 * gdb.base/batch-preserve-term-settings.exp
5937 (test_terminal_settings_preserved_after_cli_exit): New test.
5938
5939 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5940
5941 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5942 manipulation of saved_gdbflags.
5943 (test_terminal_settings_preserved): Remove global declaration of
5944 the unused variable pagination_prompt. Remove manipulation of
5945 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5946 GDBFLAGS.
5947
5948 2015-07-29 Pedro Alves <palves@redhat.com>
5949
5950 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5951
5952 2015-07-29 Pedro Alves <palves@redhat.com>
5953
5954 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5955 at the top.
5956
5957 2015-07-29 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5960 (main): Call gdb_unbuffer_output.
5961 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5962 (main): Call gdb_unbuffer_output.
5963 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5964 (main): Call gdb_unbuffer_output.
5965 * gdb.base/call-strs.exp: Adjust to step over the
5966 gdb_unbuffer_output call.
5967 * gdb.base/catch-gdb-caused-signals.c: Include
5968 "../lib/unbuffer_output.c".
5969 (main): Call gdb_unbuffer_output.
5970 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5971 (main): Call gdb_unbuffer_output.
5972 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5973 (main): Call gdb_unbuffer_output.
5974 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5975 (main): Call gdb_unbuffer_output.
5976 * gdb.base/shlib-call.exp: Adjust to step over the
5977 gdb_unbuffer_output call.
5978 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5979 (main): Call gdb_unbuffer_output.
5980 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5981 (main): Call gdb_unbuffer_output.
5982 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5983 (main): Rename to ...
5984 (test): ... this.
5985 (main): Reimplement.
5986 * gdb.base/varargs.exp: Run to test instead of to main.
5987 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5988 (main): Call gdb_unbuffer_output.
5989
5990 2015-07-29 Pedro Alves <palves@redhat.com>
5991
5992 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5993 factore out from mi_continue_dprintf. For call-style dprintfs,
5994 expect dprintf output out of $inferior_spawn_id.
5995 (mi_continue_dprintf): Use mi_expect_dprintf.
5996 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5997 (main): Call gdb_unbuffer_output.
5998
5999 2015-07-29 Pedro Alves <palves@redhat.com>
6000
6001 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6002 (default_mi_gdb_start): Set inferior_spawn_id instead of
6003 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6004 gdb_spawn_id.
6005 (mi_gdb_test): Always expect inferior output from both
6006 $inferior_spawn_id and $gdb_spawn_id.
6007
6008 2015-07-29 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6011 send_inferior and $inferior_spawn_id.
6012
6013 2015-07-29 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.gdb/complaints.exp (test_initial_complaints)
6016 (test_serial_complaints, test_short_complaints): Use
6017 gdb_test_stdio.
6018 (test_empty_complaint): Handle $inferior_spawn_id !=
6019 $gdb_spawn_id.
6020
6021 2015-07-29 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.base/varargs.exp: Use gdb_test_stdio.
6024
6025 2015-07-29 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6028
6029 2015-07-29 Pedro Alves <palves@redhat.com>
6030
6031 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6032
6033 2015-07-29 Pedro Alves <palves@redhat.com>
6034
6035 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6036 parameter into two new parameters, "inf_result" and "gdb_result".
6037 Expect inferior output and gdb output from $inferior_spawn_id and
6038 $gdb_spawn_id, respectively. Adjust all callers.
6039
6040 2015-07-29 Pedro Alves <palves@redhat.com>
6041
6042 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6043 of gdb_test_sequence.
6044
6045 2015-07-29 Pedro Alves <palves@redhat.com>
6046
6047 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6048 (saw_spurious_output): Expect inferior output from
6049 $inferior_spawn_id. Use gdb_test_stdio.
6050
6051 2015-07-29 Pedro Alves <palves@redhat.com>
6052
6053 * gdb.base/dprintf.exp: Use standard_testfile. Change
6054 prepare_for_testing call.
6055 (srcfile): Don't set.
6056 (restart): New procedure.
6057 (test_dprintf): New procecure, use to continue over dprintfs.
6058 (test_call, test_agent): New procedures, tests moved here.
6059 Restart gdb and recreate dprintfs. Adjust expected output.
6060
6061 2015-07-29 Pedro Alves <palves@redhat.com>
6062
6063 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6064
6065 2015-07-29 Pedro Alves <palves@redhat.com>
6066
6067 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6068
6069 2015-07-29 Pedro Alves <palves@redhat.com>
6070
6071 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6072 gdb_test_stdio.
6073
6074 2015-07-29 Pedro Alves <palves@redhat.com>
6075
6076 * lib/gdb.exp (gdb_test_stdio): New procedure.
6077
6078 2015-07-29 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6081
6082 2015-07-29 Pedro Alves <palves@redhat.com>
6083
6084 * gdb.base/call-signal-resume.exp: Remove check for
6085 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6086 * gdb.base/unwindonsignal.exp: Likewise.
6087 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6088 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6089
6090 2015-07-29 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.base/siginfo-addr.c (pass): New function.
6093 (handler): Call it iff si_addr is correct.
6094 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6095 Set a breakpoint at "pass" and continue to it.
6096
6097 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6098
6099 * gdb.python/py-objfile.exp: Make some tests have unique names.
6100 * gdb.python/py-pp-registration.exp: Likewise.
6101
6102 2015-07-28 Pedro Alves <palves@redhat.com>
6103
6104 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6105
6106 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6107
6108 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6109
6110 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6111
6112 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6113
6114 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6115
6116 * gdb.base/gdb-sigterm-2.exp: New test.
6117
6118 2015-07-25 Doug Evans <xdje42@gmail.com>
6119
6120 Revert:
6121 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6122 (workers/%.worker, build-perf): New rule.
6123 (GDB_PERFTEST_MODE): New variable.
6124 (check-perf): Use it.
6125 (clean): Clean up gdb.perf parallel build subdirs.
6126 * lib/build-piece.exp: New file.
6127 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6128 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6129 name.
6130 (standard_temp_file): Ditto.
6131 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6132 of $GDB_PARALLEL.
6133
6134 2015-07-24 Doug Evans <dje@google.com>
6135
6136 * gdb.perf/lib/perftest/utils.py: New file.
6137 * gdb.perf/gm-hello.cc: New file.
6138 * gdb.perf/gm-pervasive-typedef.cc: New file.
6139 * gdb.perf/gm-pervasive-typedef.h: New file.
6140 * gdb.perf/gm-std.cc: New file.
6141 * gdb.perf/gm-std.h: New file.
6142 * gdb.perf/gm-use-cerr.cc: New file.
6143 * gdb.perf/gm-utils.h: New file.
6144 * gdb.perf/gmonster-null-lookup.py: New file.
6145 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6146 * gdb.perf/gmonster-print-cerr.py: New file.
6147 * gdb.perf/gmonster-ptype-string.py: New file.
6148 * gdb.perf/gmonster-runto-main.py: New file.
6149 * gdb.perf/gmonster-select-file.py: New file.
6150 * gdb.perf/gmonster1-null-lookup.exp: New file.
6151 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6152 * gdb.perf/gmonster1-print-cerr.exp: New file.
6153 * gdb.perf/gmonster1-ptype-string.exp: New file.
6154 * gdb.perf/gmonster1-runto-main.exp: New file.
6155 * gdb.perf/gmonster1-select-file.exp: New file.
6156 * gdb.perf/gmonster1.cc: New file.
6157 * gdb.perf/gmonster1.exp: New file.
6158 * gdb.perf/gmonster2-null-lookup.exp: New file.
6159 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6160 * gdb.perf/gmonster2-print-cerr.exp: New file.
6161 * gdb.perf/gmonster2-ptype-string.exp: New file.
6162 * gdb.perf/gmonster2-runto-main.exp: New file.
6163 * gdb.perf/gmonster2-select-file.exp: New file.
6164 * gdb.perf/gmonster2.cc: New file.
6165 * gdb.perf/gmonster2.exp: New file.
6166
6167 2015-07-24 Doug Evans <dje@google.com>
6168
6169 * gdb.perf/README: New file.
6170 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6171 * lib/gen-perf-test.exp: New file.
6172
6173 2015-07-24 Doug Evans <dje@google.com>
6174
6175 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6176 (PerfTest::startup): New function.
6177 (PerfTest::run): Return result of calling body.
6178 (PerfTest::assemble): Rewrite.
6179 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6180 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6181 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6182 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6183 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6184
6185 2015-07-24 Doug Evans <dje@google.com>
6186
6187 * lib/gdb.exp (clean_restart): Make executable optional.
6188
6189 2015-07-24 Doug Evans <dje@google.com>
6190
6191 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6192 compiler_info references.
6193 * gdb.cp/temargs.exp: Ditto.
6194 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6195 (get_compiler_info): Early exit if already computed. Set compiler_info
6196 to "unknown" if there was a problem.
6197 (test_compiler_info): Add function comment. Call get_compiler_info.
6198
6199 2015-07-24 Doug Evans <dje@google.com>
6200
6201 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6202 (workers/%.worker, build-perf): New rule.
6203 (GDB_PERFTEST_MODE): New variable.
6204 (check-perf): Use it.
6205 (clean): Clean up gdb.perf parallel build subdirs.
6206 * lib/build-piece.exp: New file.
6207 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6208 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6209 name.
6210 (standard_temp_file): Ditto.
6211 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6212 of $GDB_PARALLEL.
6213
6214 2015-07-24 Doug Evans <dje@google.com>
6215
6216 * lib/future.exp (gdb_default_target_compile): New option
6217 "early_flags".
6218 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6219 --as-needed.
6220
6221 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6222
6223 * gdb.base/catch-syscall.exp: Call gdb_exit before
6224 gdb_skip_xml_test.
6225
6226 2015-07-24 Pedro Alves <palves@redhat.com>
6227
6228 * gdb.python/py-events.exp: Accept output between the stop event
6229 and the prompt.
6230 * gdb.python/py-evsignal.exp: Likewise.
6231 * gdb.python/py-evthreads.exp: Likewise.
6232
6233 2015-07-24 Pedro Alves <palves@redhat.com>
6234
6235 PR gdb/18717
6236 * gdb.threads/non-ldr-exit.c: New file.
6237 * gdb.threads/non-ldr-exit.exp: New file.
6238
6239 2015-07-24 Yao Qi <yao.qi@linaro.org>
6240
6241 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6242 restarting process.
6243
6244 2015-07-24 Yao Qi <yao.qi@linaro.org>
6245
6246 * gdb.server/ext-restart.exp: New file.
6247
6248 2015-07-24 Yao Qi <yao.qi@linaro.org>
6249
6250 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6251 argument options.
6252 * gdb.server/ext-wrapper.exp: New file.
6253
6254 2015-07-23 Doug Evans <dje@google.com>
6255
6256 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6257 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6258
6259 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6260
6261 * gdb.ada/var_arr_typedef.exp: New testcase.
6262 * gdb.ada/var_arr_typedef/pack.adb: New file.
6263 * gdb.ada/var_arr_typedef/pack.ads: New file.
6264 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6265
6266 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6267
6268 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6269
6270 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6271
6272 * gdb.arch/i386-biarch-core.exp: Replace istarget
6273 by "complete set gnutarget". Remove expectation for the "core-file"
6274 command.
6275
6276 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6277
6278 Revert the previous commit:
6279 Tests for validate symbol file using build-id.
6280
6281 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6282
6283 Tests for validate symbol file using build-id.
6284 * gdb.base/solib-mismatch-lib.c: New file.
6285 * gdb.base/solib-mismatch-libmod.c: New file.
6286 * gdb.base/solib-mismatch.c: New file.
6287 * gdb.base/solib-mismatch.exp: New file.
6288
6289 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6290
6291 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6292 nios2-*-linux*.
6293 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6294 * gdb.base/siginfo.exp: Likewise.
6295 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6296
6297 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6298
6299 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6300 Move it to ...
6301 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6302 ... here.
6303 * gdb.trace/range-stepping.exp: Check that the target supports
6304 range stepping.
6305
6306 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6307
6308 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6309
6310 2015-07-14 Pedro Alves <palves@redhat.com>
6311
6312 * gdb.base/killed-outside.exp: New file.
6313 * gdb.base/killed-outside.c: New file.
6314
6315 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6316
6317 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6318 (n at main): New.
6319 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6320
6321 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6322
6323 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6324 infcall tests instead of setting up for KFAIL.
6325
6326 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6327
6328 * gdb.btrace/record_goto-step.exp: New.
6329
6330 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6331
6332 PR compile/18484
6333 * gdb.compile/compile.c (struct struct_type): Add volatile to
6334 selffield's type.
6335 * gdb.compile/compile.exp
6336 (compile code struct_object.selffield = &struct_object): Skip further
6337 struct_object tests if this one xfails.
6338
6339 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6340
6341 PR exp/18617
6342 * gdb.trace/ax.exp: Add test.
6343
6344 2015-07-07 Yao Qi <yao.qi@linaro.org>
6345
6346 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6347 instead of istarget "aarch64*-*-*".
6348 * gdb.arch/aarch64-fp.exp: Likewise.
6349 * gdb.base/float.exp: Likewise.
6350 * gdb.reverse/aarch64.exp: Likewise.
6351 * lib/gdb.exp (is_aarch64_target): New proc.
6352
6353 2015-07-07 Yao Qi <yao.qi@linaro.org>
6354
6355 * lib/gdb.exp (is_aarch32_target): New proc.
6356 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6357 instead of "istarget "arm*-*-*"".
6358 * gdb.arch/arm-disp-step.exp: Likewise.
6359 * gdb.arch/thumb-bx-pc.exp: Likewise.
6360 * gdb.arch/thumb-prologue.exp: Likewise.
6361 * gdb.arch/thumb-singlestep.exp: Likewise.
6362 * gdb.base/disp-step-syscall.exp: Likewise.
6363 * gdb.base/float.exp: Likewise.
6364
6365 2015-07-07 Yao Qi <yao.qi@linaro.org>
6366
6367 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6368 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6369
6370 2015-07-07 Yao Qi <yao.qi@linaro.org>
6371
6372 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6373 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6374 if it exists.
6375 * gdb.multi/multi-arch.exp: Likewise.
6376
6377 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6378
6379 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6380 print.
6381
6382 2015-07-07 Yao Qi <yao.qi@linaro.org>
6383
6384 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6385
6386 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6387
6388 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6389 '[' and ']' characters.
6390
6391 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6392
6393 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6394
6395 2015-06-29 Pedro Alves <palves@redhat.com>
6396
6397 PR threads/18127
6398 * gdb.threads/hand-call-new-thread.c: New file.
6399 * gdb.threads/hand-call-new-thread.c: New file.
6400
6401 2015-06-26 Keith Seitz <keiths@redhat.com>
6402 Doug Evans <dje@google.com>
6403
6404 PR 16253
6405 * gdb.cp/var-tag-2.cc: New file.
6406 * gdb.cp/var-tag-3.cc: New file.
6407 * gdb.cp/var-tag-4.cc: New file.
6408 * gdb.cp/var-tag.cc: New file.
6409 * gdb.cp/var-tag.exp: New file.
6410
6411 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6412
6413 * gdb.base/history-duplicates.exp: New test.
6414
6415 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6416
6417 * gdb.base/completion.exp: Test the completion of the "focus"
6418 command.
6419
6420 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6421
6422 * gdb.arch/amd64-prologue-skip.S: New file.
6423 * gdb.arch/amd64-prologue-skip.exp: New file.
6424
6425 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6426
6427 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6428 is_address_zero_readable check.
6429
6430 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6431
6432 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6433 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6434
6435 2015-06-24 Yao Qi <yao.qi@linaro.org>
6436
6437 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6438 linux targets.
6439
6440 2015-06-24 Yao Qi <yao.qi@linaro.org>
6441
6442 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6443 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6444 * gdb.base/siginfo-thread.exp: Likewise.
6445
6446 2015-06-22 Yao Qi <yao.qi@linaro.org>
6447
6448 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6449
6450 2015-06-22 Yao Qi <yao.qi@linaro.org>
6451
6452 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6453 aarch64*-*-*.
6454 (skip_hw_watchpoint_tests): Likewise.
6455
6456 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6457
6458 * gdb.base/gdbinit-history.exp: Test the interaction between
6459 setting GDBHISTSIZE and setting the history size via .gdbinit.
6460
6461 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6462
6463 PR gdb/16999
6464 * gdb.base/gdbhistsize-history.exp: New test.
6465
6466 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6467
6468 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6469 with GDBHISTSIZE.
6470 * gdb.base/readline.exp: Likewise.
6471
6472 2015-06-17 Yao Qi <yao.qi@linaro.org>
6473
6474 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6475 line.
6476
6477 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6478
6479 * gdb.base/gdbinit-history.exp: Add test case to check that
6480 an unlimited history file does not get truncated on exit.
6481
6482 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6483
6484 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6485 (VECTOR): New macro. Use it...
6486 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6487 ...for these typedefs.
6488 (int8, char1, int1, double1): New typedefs.
6489 (struct just_int2, struct two_int2): New structures.
6490 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6491 (add_structvecs, add_singlevecs): New functions.
6492 (main): Call add_some_intvecs twice.
6493 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6494 the compile and exit upon failure. Try compiling for the "native"
6495 architecture. Test inferior function calls with vector arguments
6496 and vector return value handling with "finish" and "return".
6497
6498 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6499
6500 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6501 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6502 PE file.
6503 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6504
6505 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6506
6507 PR breakpoints/16465
6508 * gdb.mi/mi-dprintf-pending.c: New file.
6509 * gdb.mi/mi-dprintf-pending.exp: New test.
6510 * gdb.mi/mi-dprintf-pendshr.c: New file.
6511
6512 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6513 Mircea Gherzan <mircea.gherzan@intel.com>
6514
6515 * gdb.arch/i386-mpx-map.c: New file.
6516 * gdb.arch/i386-mpx-map.exp: New File.
6517
6518 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6519
6520 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6521 * gdb.arch/i386-mpx.exp: Indentation fixed.
6522
6523 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6524
6525 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6526 function and improved indentation.
6527 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6528 gdb_test_multiple. Added additional tests to skip the test.
6529
6530 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6531
6532 * gdb.arch/i386-avx512.c: Change path in include file.
6533 * gdb.arch/i386-avx512.exp: Change include dir path
6534 compilation flag.
6535 * gdb.arch/i386-mpx.c: Change path in include file.
6536 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6537 flag.
6538
6539 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6540
6541 * gdb.compile/compile-print.exp (compile print *vararray@3)
6542 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6543
6544 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6545
6546 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6547 (do not keep jit in memory): ... this.
6548 (expect 5): Change it to ...
6549 (expect no 5): ... this.
6550
6551 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6552
6553 PR gdb/15564
6554 * gdb.mi/mi-detach.exp: New file.
6555
6556 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6557
6558 PR symtab/18392
6559 * gdb.arch/amd64-tailcall-self.S: New file.
6560 * gdb.arch/amd64-tailcall-self.c: New file.
6561 * gdb.arch/amd64-tailcall-self.exp: New file.
6562
6563 2015-05-28 Don Breazeal <donb@codesourcery.com>
6564
6565 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6566 tests for remote targets by checking is_target_gdbserver.
6567
6568 2015-05-27 Doug Evans <dje@google.com>
6569
6570 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6571 * gdb.dwarf2/opaque-type-lookup.c: New file.
6572 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6573
6574 2015-05-26 Doug Evans <dje@google.com>
6575
6576 * gdb.cp/iostream.cc: New file.
6577 * gdb.cp/iostream.exp: New file.
6578
6579 2015-05-26 Doug Evans <dje@google.com>
6580
6581 * gdb.dwarf2/dw2-op-call.exp: Update.
6582 * gdb.dwarf2/dw4-sig-types.exp: Update.
6583 * gdb.dwarf2/implptr.exp: Update.
6584 * gdb.mi/mi-cmd-param-changed.exp: Update.
6585
6586 2015-05-26 Doug Evans <dje@google.com>
6587
6588 * gdb.python/py-lazy-string.c: New file.
6589 * gdb.python/py-lazy-string.exp: New file.
6590 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6591 (main): Update. Add estring3.
6592 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6593 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6594
6595 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6596 Yao Qi <yao.qi@linaro.org>
6597
6598 * gdb.reverse/aarch64.c: New.
6599 * gdb.reverse/aarch64.exp: New.
6600
6601 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6602
6603 * lib/gdb.exp (supports_process_record): Return true for
6604 aarch64*-linux*.
6605 (supports_reverse): Likewise.
6606
6607 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6608
6609 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6610 Use with_test_prefix.
6611
6612 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6613
6614 * gdb.base/completion.exp: Add test for completion of layout
6615 names.
6616
6617 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6618
6619 * lib/gdb.exp (skip_tui_tests): New proc.
6620 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6621
6622 2015-05-19 Pedro Alves <palves@redhat.com>
6623
6624 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6625 Save the whole env array instead of just HOME. Unset HISTSIZE in
6626 the environment while testing. Restore whole environment
6627 afterwards.
6628
6629 2015-05-16 Doug Evans <xdje42@gmail.com>
6630
6631 * gdb.guile/scm-ports.c: New file.
6632 * gdb.guile/scm-ports.exp: Add memory port tests.
6633
6634 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6635
6636 * gdb.compile/compile-print.c: New file.
6637 * gdb.compile/compile-print.exp: New file.
6638
6639 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6640
6641 * gdb.compile/compile-ops.exp: Cast param to void.
6642 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6643 (compile code struct_object.selffield = &struct_object): Add xfail.
6644
6645 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6646
6647 * gdb.ada/arr_enum_with_gap: New testcase.
6648
6649 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6650
6651 * gdb.ada/byte_packed_arr: New testcase.
6652
6653 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6654
6655 * gdb.ada/pckd_neg: New testcase.
6656
6657 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6658
6659 PR gdb/17820
6660 * gdb.base/gdbinit-history.exp: New test.
6661 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6662 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6663
6664 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6665
6666 * gdb.python/py-xmethods.cc: Enhance test case.
6667 * gdb.python/py-xmethods.exp: New tests.
6668 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6669 function.
6670 (B_indexoper): Likewise.
6671 (global_dm_list) : Add new xmethod worker functions.
6672
6673 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6674
6675 * gdb.base/coredump-filter.exp: Correctly unset
6676 "coredump_var_addr" array.
6677
6678 2015-05-08 Pedro Alves <palves@redhat.com>
6679
6680 * gdb.server/non-existing-program.exp: Unset spawn_id.
6681
6682 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6683
6684 PR python/18291
6685 * gdb.python/py-xmethods.exp: Add tests.
6686
6687 2015-05-08 Yao Qi <yao.qi@linaro.org>
6688
6689 PR gdb/18208
6690 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6691 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6692 function set_coredump_filter, and remove remote_exec call.
6693 Remove argument ipid. Callers update.
6694 (top level): Don't get inferior's PID.
6695
6696 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6697
6698 * gdb.base/watch_thread_num.exp: Skip test on targets without
6699 access watchpoints.
6700
6701 2015-05-06 Pedro Alves <palves@redhat.com>
6702
6703 PR server/18081
6704 * gdb.server/non-existing-program.exp: New file.
6705
6706 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6707
6708 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6709
6710 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6711
6712 * gdb.ada/out_of_line_in_inlined: New testcase.
6713
6714 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6715
6716 * gdb.ada/var_rec_arr: New testcase.
6717
6718 2015-04-30 Yao Qi <yao.qi@linaro.org>
6719
6720 * gdb.base/break-idempotent.exp: If
6721 skip_hw_watchpoint_multi_tests returns true, skip the tests
6722 on "rwatch" and "awatch".
6723
6724 2015-04-30 Yao Qi <yao.qi@linaro.org>
6725
6726 * gdb.base/relativedebug.exp: Invoke gdb command
6727 "info sharedlibrary", and if libc.so doesn't have debug info,
6728 skip the test.
6729
6730 2015-04-29 Doug Evans <dje@google.com>
6731
6732 * gdb.python/py-xmethods.exp: Add ptype tests.
6733 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6734 get_result_type method.
6735
6736 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6737
6738 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6739 the target does not support hardware watchpoints.
6740
6741 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6742
6743 * gdb.base/break-always.exp: Abort testing if writing to memory
6744 causes an error.
6745
6746 2015-04-28 Doug Evans <dje@google.com>
6747
6748 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6749 * gdb.python/py-pp-registration.exp: ... here. New file.
6750 * gdb.python/py-pp-registration.c: New file.
6751 * gdb.python/py-pp-registration.py: New file.
6752
6753 2015-04-28 Doug Evans <dje@google.com>
6754
6755 * gdb.python/py-bad-printers.c: New file.
6756 * gdb.python/py-bad-printers.py: New file.
6757 * gdb.python/py-bad-printers.exp: New file.
6758
6759 2015-04-28 Sasha Smundak <asmundak@google.com>
6760
6761 * gdb.python/py-type.exp: New test.
6762
6763 2015-04-28 Andy Wingo <wingo@igalia.com>
6764
6765 * gdb.python/py-parameter.exp:
6766 * gdb.guile/scm-parameter.exp: Escape the path that we are
6767 matching against, as it might contain characters that are special
6768 to regular expressions.
6769
6770 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6771
6772 * gdb.ada/rec_comp: New testcase.
6773
6774 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6775
6776 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6777 before using it.
6778
6779 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6780
6781 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6782 new tests for verilog output.
6783
6784 2015-04-24 Yao Qi <yao.qi@linaro.org>
6785
6786 * boards/remote-gdbserver-on-localhost.exp: New file.
6787
6788 2015-04-23 Pedro Alves <palves@redhat.com>
6789
6790 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6791 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6792 "end of file", remove $inferior_spawn_id from the indirect list.
6793
6794 2015-04-23 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6797
6798 2015-04-23 Pedro Alves <palves@redhat.com>
6799
6800 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6801 on $any_spawn_id instead of only on $gdb_spawn_id.
6802
6803 2015-04-21 Pierre Muller <muller@sourceware.org>
6804
6805 PR pascal/17815
6806 * lib/pascal.exp (gpc_compile): Add new option "class".
6807 (fpc_compile): Likewise.
6808 * gdb.pascal/case-insensitive-symbols.pas: New file.
6809 * gdb.pascal/case-insensitive-symbols.exp: New file.
6810
6811 2015-04-20 Gary Benson <gbenson@redhat.com>
6812
6813 * gdb.base/attach.exp: Fix three extended remote failures.
6814
6815 2015-04-17 Gary Benson <gbenson@redhat.com>
6816
6817 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6818 the main executable over the remote protocol.
6819
6820 2015-04-16 Pedro Alves <palves@redhat.com>
6821
6822 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6823 a new gdbserver if gdbserver_reconnect_p is set.
6824
6825 2015-04-16 Pedro Alves <palves@redhat.com>
6826
6827 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6828 is set, don't exit gdbserver.
6829
6830 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6831
6832 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6833 appropriate .insn, such that an older assembler can be used.
6834 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6835 the z/Architecture instruction set on 31-bit targets as well.
6836
6837 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6838
6839 * gdb.go/handcall.exp: Remove all logic related to the first
6840 breakpoint and rely on go_runto_main instead.
6841 * gdb.go/strings.exp: Likewise.
6842 * gdb.go/unsafe.exp: Likewise.
6843 * gdb.go/hello.exp: Likewise. Also rename the remaining
6844 breakpoint marker to "breakpoint 1".
6845 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6846 * gdb.go/strings.go: Likewise.
6847 * gdb.go/unsafe.go: Likewise.
6848 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6849 "set breakpoint 2 here" and rename the remaining breakpoint marker
6850 to "breakpoint 1".
6851
6852 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6853
6854 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6855 if itertools.imap is not present.
6856 * gdb.python/py-objfile.exp: Add parentheses.
6857 * gdb.python/py-type.exp: Same.
6858 * gdb.python/py-unwind-maint.py: Same.
6859
6860 2015-04-15 Yao Qi <yao.qi@linaro.org>
6861
6862 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6863 of ":$ptr_size" and set its form explicitly.
6864
6865 2015-04-15 Pedro Alves <palves@redhat.com>
6866 Yao Qi <yao.qi@linaro.org>
6867
6868 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6869 timeout by factor of 4.
6870 (test_regular_watch): Likewise.
6871 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6872 * gdb.reverse/sigall-reverse.exp: Likewise.
6873 * gdb.reverse/until-precsave.exp: Likewise.
6874 * lib/gdb.exp (with_timeout_factor): New proc.
6875 (gdb_expect): Move some code to ...
6876 (get_largest_timeout): ... here. New procedure.
6877
6878 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6879
6880 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6881
6882 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6883
6884 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6885 to write to the .text section.
6886
6887 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6888
6889 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6890 Handle the case of targets that do not provide PID information.
6891
6892 2015-04-13 Yao Qi <yao.qi@linaro.org>
6893
6894 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6895 and use expect instead of gdb_expect.
6896
6897 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6898
6899 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6900 "coredump_var_addr" to avoid naming conflict with other testcases.
6901
6902 2015-04-10 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6905 gdb_test_sequence and gdb_assert.
6906
6907 2015-04-10 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6910 test messages that don't include the breakpoint address.
6911
6912 2015-04-10 Yao Qi <yao.qi@linaro.org>
6913
6914 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6915 false for some offset and width combinations which aren't
6916 supported by linux kernel.
6917
6918 2015-04-10 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6921 procedure, factored out from ...
6922 (top level): ... here. Add "set displaced-stepping" testing axis.
6923 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6924 parameter "displaced". Use it.
6925 (top level): Use foreach and add "set displaced-stepping" testing
6926 axis.
6927
6928 2015-04-10 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6931 Remove comment.
6932 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6933 both the address of the instruction that triggers the watchpoint
6934 and the address of the instruction immediately after, and use
6935 those addresses for the test. Fix comment.
6936
6937 2015-04-10 Pedro Alves <palves@redhat.com>
6938
6939 * gdb.base/sigstep.exp (breakpoint_to_handler)
6940 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6941 Test "backtrace" in handler.
6942 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6943 (top level): Add new "displaced" test axis to
6944 breakpoint_to_handler, breakpoint_to_handler_entry and
6945 breakpoint_over_handler.
6946
6947 2015-04-10 Pedro Alves <palves@redhat.com>
6948
6949 PR gdb/18216
6950 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6951
6952 2015-04-10 Yao Qi <yao.qi@linaro.org>
6953
6954 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6955 (test_add_rn_pc): New function.
6956 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6957 (top level): Invoke test_add_rn_pc.
6958
6959 2015-04-10 Pedro Alves <palves@redhat.com>
6960
6961 PR gdb/13858
6962 * gdb.base/step-over-no-symbols.exp: New file.
6963
6964 2015-04-09 Andy Wingo <wingo@igalia.com>
6965
6966 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6967 after the Python tests.
6968
6969 2015-04-08 Keith Seitz <keiths@redhat.com>
6970
6971 PR python/16699
6972 * gdb.python/py-completion.exp: New tests for completion.
6973 * gdb.python/py-completion.py (CompleteLimit1): New class.
6974 (CompleteLimit2): Likewise.
6975 (CompleteLimit3): Likewise.
6976 (CompleteLimit4): Likewise.
6977 (CompleteLimit5): Likewise.
6978 (CompleteLimit6): Likewise.
6979 (CompleteLimit7): Likewise.
6980
6981 2015-04-08 Pedro Alves <palves@redhat.com>
6982
6983 PR gdb/18214
6984 PR gdb/18216
6985 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6986 function.
6987 (main): Install it as SIGUSR1 handler.
6988 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6989 parameter. Always use "setup" as prefix. Toggle "set
6990 displaced-stepping" off/on depending on global. Don't switch to
6991 thread 1 here.
6992 (top level): Add displaced stepping "off/on" test axis. Update
6993 "setup" calls. Wrap each subtest with with_test_prefix. Test
6994 continuing with a queued signal in each thread.
6995
6996 2015-04-08 Pedro Alves <palves@redhat.com>
6997
6998 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6999 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7000 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7001 Return early if running to main fails.
7002 * gdb.trace/while-stepping.exp: Likewise.
7003
7004 2015-04-07 Pedro Alves <palves@redhat.com>
7005
7006 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7007 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7008 interact with inferior program.
7009
7010 2015-04-07 Pedro Alves <palves@redhat.com>
7011
7012 * lib/gdb.exp (inferior_spawn_id): New global.
7013 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7014 spawn id after processing the user code.
7015 (default_gdb_start): Set inferior_spawn_id.
7016 (send_inferior): New procedure.
7017 * lib/gdbserver-support.exp (gdbserver_start): Set
7018 inferior_spawn_id.
7019 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7020
7021 2015-04-07 Pedro Alves <palves@redhat.com>
7022
7023 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7024 * lib/gdbserver-support.exp (gdbserver_start): Make
7025 $server_spawn_id global.
7026 (gdbserver_start): Don't wait for gdbserver's spawn id with
7027 expect_background.
7028 (close_gdbserver): New procedure.
7029 (gdb_exit): Rename the default version and reimplement.
7030
7031 2015-04-07 Pedro Alves <palves@redhat.com>
7032
7033 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7034 append the substituted item, not the original item.
7035
7036 2015-04-07 Pedro Alves <palves@redhat.com>
7037
7038 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7039 gdb_expect.
7040
7041 2015-04-07 Pedro Alves <palves@redhat.com>
7042
7043 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7044 output appearing once only.
7045
7046 2015-04-07 Pedro Alves <palves@redhat.com>
7047
7048 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7049 that doesn't expect anything. Return early if running to main
7050 fails.
7051
7052 2015-04-07 Yao Qi <yao.qi@linaro.org>
7053
7054 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7055 (child_function): Call alarm.
7056 (main): Move call to alarm into the loop.
7057 * gdb.threads/non-stop-fair-events.exp: Build program with
7058 -DTIMEOUT=$timeout.
7059
7060 2015-04-06 Doug Evans <xdje42@gmail.com>
7061
7062 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7063 Fix dest parameter to board_info.
7064 (fpc_compile): Ditto.
7065 (gdb_compile_pascal): Rename dest arg to destfile.
7066
7067 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7068
7069 * gdb.ada/funcall_ref.exp: New file.
7070 * gdb.ada/funcall_ref/foo.adb: New file.
7071
7072 2015-04-02 Yao Qi <yao.qi@linaro.org>
7073
7074 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7075 is remote.
7076
7077 2015-04-02 Gary Benson <gbenson@redhat.com>
7078
7079 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7080
7081 2015-04-01 Sasha Smundak <asmundak@google.com>
7082
7083 * gdb.python/py-unwind-maint.c: New file.
7084 * gdb.python/py-unwind-maint.exp: New test.
7085 * gdb.python/py-unwind-maint.py: New file.
7086 * gdb.python/py-unwind.c: New file.
7087 * gdb.python/py-unwind.exp: New test.
7088 * gdb.python/py-unwind.py: New test.
7089
7090 2015-04-01 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7093 to fail instead of non-existent $test.
7094
7095 2015-04-01 Pedro Alves <palves@redhat.com>
7096
7097 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7098 GDBFLAGS if not empty.
7099
7100 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7101
7102 * gdb.ada/complete.exp: Remove "multi_line".
7103 * gdb.ada/info_exc.exp: Remove "multi_line".
7104 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7105 * gdb.ada/ptype_field.exp: Remove "multi_line".
7106 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7107 * gdb.ada/tagged.exp: Remove "multi_line".
7108 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7109 [multi_line ...]
7110 * gdb.btrace/delta.exp: Likewise.
7111 * gdb.btrace/exception.exp: Likewise.
7112 * gdb.btrace/function_call_history.exp: Likewise.
7113 * gdb.btrace/instruction_history.exp: Likewise.
7114 * gdb.btrace/nohist.exp: Likewise.
7115 * gdb.btrace/record_goto.exp: Likewise.
7116 * gdb.btrace/segv.exp: Likewise.
7117 * gdb.btrace/stepi.exp: Likewise.
7118 * gdb.btrace/tailcall.exp: Likewise.
7119 * gdb.btrace/unknown_functions.exp: Likewise.
7120 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7121 * lib/gdb.exp: Add the "multi_line" helper.
7122
7123 2015-04-01 Pedro Alves <palves@redhat.com>
7124
7125 * gdb.threads/tid-reuse.c: New file.
7126 * gdb.threads/tid-reuse.exp: New file.
7127
7128 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7129
7130 PR corefiles/16092
7131 * gdb.base/coredump-filter.c: New file.
7132 * gdb.base/coredump-filter.exp: Likewise.
7133
7134 2015-03-27 Petr Machata <pmachata@redhat.com>
7135
7136 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7137 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7138 (Dwarf::assemble): Initialize them.
7139 (Dwarf::lines): New function.
7140
7141 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7142
7143 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7144 SYMBOL_PREFIX for x86_64-*-cygwin.
7145
7146 2015-03-26 Andy Wingo <wingo@igalia.com>
7147
7148 PR symtab/18148
7149 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7150 const_value but not a location.
7151 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7152 location defined in non-main CUs are visible.
7153
7154 2015-03-26 Yao Qi <yao.qi@linaro.org>
7155
7156 PR testsuite/18139
7157 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7158 Add a line number entry for the same line.
7159 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7160 Add a line number entry for the same line.
7161
7162 2015-03-26 Yao Qi <yao.qi@linaro.org>
7163
7164 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7165 .int 0.
7166 (func): Likewise. Add .Lfunc_1 label.
7167 Use .Lfunc_1 label.
7168 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7169 .int 0.
7170 (func): Likewise.
7171 Use .Lfunc_1 label.
7172
7173 2015-03-26 Yao Qi <yao.qi@linaro.org>
7174
7175 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7176 Call gdb_compile instead to compile each .s files without debug
7177 information.
7178
7179 2015-03-26 Yao Qi <yao.qi@linaro.org>
7180
7181 * gdb.base/savedregs.exp (process_saved_regs): Make
7182 "Saved registers:" optional in the pattern.
7183
7184 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7185
7186 * gdb.btrace/next.exp: Merged into step.exp.
7187 * gdb.btrace/finish.exp: Merged into step.exp.
7188 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7189 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7190 "record goto" and checking the exact replay position.
7191 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7192 check for "Recording format" in "info record" output.
7193 * gdb.btrace/record_goto.exp: Choose test file based on target.
7194 * gdb.btrace/x86-record_goto.S: Renamed into ...
7195 * gdb.btrace/x86_64-record_goto.S: ... this.
7196 * gdb.btrace/i686-record_goto.S: New.
7197 * gdb.btrace/x86-tailcall.S: Renamed into ...
7198 * gdb.btrace/x86_64-tailcall.S: ... this.
7199 * gdb.btrace/i686-tailcall.S: New.
7200 * gdb.btrace/x86-tailcall.c: Renamed into ...
7201 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7202 separate statements. Update test.
7203 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7204 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7205 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7206 * gdb.btrace/tailcall.exp: Choose test file based on target.
7207 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7208
7209 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7210
7211 * gdb.btrace/exception.exp: Increase BTS buffer size.
7212
7213 2015-03-24 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7216
7217 2015-03-24 Pedro Alves <palves@redhat.com>
7218
7219 * gdb.threads/schedlock.exp (test_step): No longer expect that
7220 "set scheduler-locking step" with "next" over a function call runs
7221 threads unlocked.
7222
7223 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7224
7225 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7226
7227 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7228
7229 PR breakpoints/16466
7230 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7231 * gdb.mi/mi-pending.c (thread_func): New function.
7232 (int main): Add threading support required.
7233 * gdb.mi/mi-pending.exp: Add tests for this issue.
7234 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7235 (pendfunc2): Remove stdio dependency.
7236 * gdb.mi/mi-pendshr2.c: New file.
7237
7238 2015-03-23 Keith Seitz <keiths@redhat.com>
7239
7240 * gdb.linespec/keywords.c: New file.
7241 * gdb.linespec/keywords.exp: New file.
7242
7243 2015-03-23 Keith Seitz <keiths@redhat.com>
7244
7245 PR gdb/18021
7246 * gdb.dwarf2/staticvirtual.exp: New test.
7247
7248 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7249
7250 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7251 * README: Remove HP-UX and gdb.hp.
7252 (configuration):
7253 * configure: Regenerate.
7254 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7255 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7256 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7257 gdb.hp/gdb.defects/Makefile.
7258 * gdb.hp/Makefile.in: File deleted.
7259 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7260 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7261 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7262 * gdb.hp/gdb.aCC/run.c: File deleted.
7263 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7264 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7265 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7266 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7267 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7268 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7269 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7270 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7271 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7272 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7273 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7274 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7275 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7276 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7277 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7278 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7279 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7280 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7281 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7282 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7283 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7284 * gdb.hp/gdb.compat/average.c: File deleted.
7285 * gdb.hp/gdb.compat/sum.c: File deleted.
7286 * gdb.hp/gdb.compat/xdb.c: File deleted.
7287 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7288 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7289 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7290 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7291 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7292 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7293 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7294 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7295 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7296 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7297 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7298 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7299 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7300 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7301 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7302 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7303 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7304 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7305 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7306 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7307 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7308 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7309 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7310 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7311 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7312 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7313 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7314 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7315 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7316 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7317 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7318 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7319 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7320 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7321 * gdb.hp/tools/odump: File deleted.
7322
7323 2015-03-19 Pedro Alves <palves@redhat.com>
7324
7325 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7326 (saw_thread_3): New globals.
7327 (top level): Increment them when an event for the corresponding
7328 thread is seen.
7329 (no thread starvation): New test.
7330
7331 2015-03-19 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.threads/continue-pending-status.c: New file.
7334 * gdb.threads/continue-pending-status.exp: New file.
7335
7336 2015-03-18 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7339 Use gdb_is_target_remote instead of is_remote. Use
7340 gdb_test_multiple instead of gdb_expect. Exit early if
7341 gdb_test_multiple hits its internal matches. Tighten stepi tests
7342 expected output. Fail on exit with any signal, instead of just
7343 SIGILL.
7344
7345 2015-03-18 Yao Qi <yao.qi@linaro.org>
7346
7347 PR tdep/18107
7348 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7349 variable.
7350 * gdb.base/catch-syscall.exp: Don't skip it on
7351 aarch64*-*-linux* target. Remove elements in all_syscalls.
7352 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7353 target.
7354 (setup_all_syscalls): New proc.
7355
7356 2015-03-16 Yao Qi <yao.qi@linaro.org>
7357
7358 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7359 (top level): Skip tests if valid_addr_p returns false for
7360 $cmd1 or $cmd2.
7361
7362 2015-03-11 Andy Wingo <wingo@igalia.com>
7363
7364 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7365
7366 2015-03-11 Yao Qi <yao.qi@linaro.org>
7367
7368 * gdb.base/catch-syscall.exp: Fix typo in comments.
7369
7370 2015-03-11 Yao Qi <yao.qi@linaro.org>
7371
7372 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7373
7374 2015-03-09 Pedro Alves <palves@redhat.com>
7375
7376 * dg-extract-results.py: Delete.
7377
7378 2015-03-09 Pedro Alves <palves@redhat.com>
7379
7380 Merge dg-extract-results.sh from GCC upstream (r218843).
7381
7382 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7383 * dg-extract-results.sh: Use --text with grep to avoid issues with
7384 binary files. Fall back to cat -v, if that doesn't work.
7385
7386 2015-03-05 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7389
7390 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7391
7392 * lib/mi-support.exp (mi_expect_interrupt): Accept
7393 alternative event for when in all-stop mode.
7394
7395 2015-03-04 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7398
7399 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7400
7401 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7402
7403 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7404
7405 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7406 regexps for GDB's current line display, accept a hex address
7407 preceding the line number.
7408
7409 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7410
7411 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7412 the 'arch1' variable for "s390*-linux*" targets.
7413
7414 2015-03-04 Pedro Alves <palves@redhat.com>
7415
7416 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7417 (main): Pass missing retval argument to pthread_join call.
7418
7419 2015-03-02 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7422 (top level): Call do_test with non-stop as well.
7423
7424 2015-03-02 Pedro Alves <palves@redhat.com>
7425
7426 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7427 -1.
7428
7429 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7430
7431 * gdb.arch/s390-vregs.exp: New test.
7432 * gdb.arch/s390-vregs.S: New file.
7433
7434 2015-02-27 Pedro Alves <palves@redhat.com>
7435
7436 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7437 call to catch_command_errors.
7438 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7439 catch_command_errors.
7440
7441 2015-02-27 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7444 "true" for boolean result.
7445 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7446 prototype of main.
7447
7448 2015-02-27 Pedro Alves <palves@redhat.com>
7449
7450 * lib/unbuffer_output.c: New file.
7451 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7452 (main): Call gdb_unbuffer_output.
7453
7454 2015-02-27 Yao Qi <yao.qi@linaro.org>
7455
7456 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7457 target.
7458
7459 2015-02-26 Doug Evans <dje@google.com>
7460
7461 * gdb.cp/class2.cc (Dbase, D): New classes.
7462 (main): New local delta.
7463 * gdb.cp/class2.exp: Test printing delta.
7464 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7465 (dynbar): New global.
7466 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7467
7468 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7469
7470 * gdb.compile/compile-ifunc.c: New file.
7471 * gdb.compile/compile-ifunc.exp: New file.
7472
7473 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7474
7475 * gdb.base/structs.exp: Check for correct struct on finish.
7476
7477 2015-02-26 Yao Qi <yao.qi@linaro.org>
7478
7479 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7480 is zero.
7481
7482 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7483
7484 * gdb.arch/cordic.ko.bz2: New file.
7485 * gdb.arch/cordic.ko.debug.bz2: New file.
7486 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7487
7488 2015-02-25 Yao Qi <yao.qi@linaro.org>
7489
7490 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7491 aarch64*-*-* target.
7492
7493 2015-02-23 Pedro Alves <palves@redhat.com>
7494
7495 * lib/gdb.exp (delete_breakpoints): Rewrite using
7496 gdb_test_multiple.
7497
7498 2015-02-23 Pedro Alves <palves@redhat.com>
7499
7500 * gdb.base/info-os.c: Include stdlib.h.
7501
7502 2015-02-22 Doug Evans <xdje42@gmail.com>
7503
7504 PR symtab/17855
7505 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7506 is read after symbols have been re-read.
7507 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7508 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7509
7510 2015-02-21 Doug Evans <dje@google.com>
7511
7512 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7513
7514 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7515
7516 PR corefiles/17808
7517 * gdb.arch/i386-biarch-core.core.bz2: New file.
7518 * gdb.arch/i386-biarch-core.exp: New file.
7519
7520 2015-02-21 Pedro Alves <palves@redhat.com>
7521
7522 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7523 runto_main fails.
7524
7525 2015-02-20 Pedro Alves <palves@redhat.com>
7526
7527 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7528 info probes.
7529
7530 2015-02-20 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7533
7534 2015-02-20 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7537 clean_restart before gdb_target_supports_trace.
7538
7539 2015-02-20 Pedro Alves <palves@redhat.com>
7540
7541 PR threads/18006
7542 * gdb.threads/clone-thread_db.c: New file.
7543 * gdb.threads/clone-thread_db.exp: New file.
7544
7545 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7546
7547 PR breakpoints/16812
7548 * gdb.base/catch-gdb-caused-signals.c: New file.
7549 * gdb.base/catch-gdb-caused-signals.exp: New file.
7550
7551 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7552
7553 * configure: Regenerated.
7554 * configure.ac: Use GDB_AC_TRANSFORM.
7555 * aclocal.m4: sinclude ../transform.m4.
7556
7557 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7558
7559 * lib/dtrace.exp: New file.
7560 * gdb.base/dtrace-probe.exp: Likewise.
7561 * gdb.base/dtrace-probe.d: Likewise.
7562 * gdb.base/dtrace-probe.c: Likewise.
7563 * lib/pdtrace.in: Likewise.
7564 * configure.ac: Output variables with the transformed names of
7565 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7566 * configure: Regenerated.
7567
7568 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7569
7570 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7571 expected message when trying to access $_probe_* convenience
7572 variables while not on a probe.
7573
7574 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7575
7576 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7577
7578 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7579
7580 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7581 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7582
7583 2015-02-10 Doug Evans <xdje42@gmail.com>
7584
7585 * lib/gdb.exp (gdb_load): Always return a result.
7586
7587 2015-02-10 Pedro Alves <palves@redhat.com>
7588
7589 * gdb.threads/signal-sigtrap.c: New file.
7590 * gdb.threads/signal-sigtrap.exp: New file.
7591
7592 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7593
7594 * gdb.trace/no-attach-trace.c: New file.
7595 * gdb.trace/no-attach-trace.exp: New file.
7596
7597 2015-02-09 Mark Wielaard <mjw@redhat.com>
7598
7599 * gdb.dwarf2/atomic.c: New file.
7600 * gdb.dwarf2/atomic-type.exp: Likewise.
7601
7602 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7603
7604 * gdb.btrace/buffer-size.exp: Update "info record" output.
7605 * gdb.btrace/delta.exp: Update "info record" output.
7606 * gdb.btrace/enable.exp: Update "info record" output.
7607 * gdb.btrace/finish.exp: Update "info record" output.
7608 * gdb.btrace/instruction_history.exp: Update "info record" output.
7609 * gdb.btrace/next.exp: Update "info record" output.
7610 * gdb.btrace/nexti.exp: Update "info record" output.
7611 * gdb.btrace/step.exp: Update "info record" output.
7612 * gdb.btrace/stepi.exp: Update "info record" output.
7613 * gdb.btrace/nohist.exp: Update "info record" output.
7614
7615 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7616
7617 * gdb.btrace/buffer-size: New.
7618
7619 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7620
7621 * gdb.btrace/delta.exp: Update "info record" output.
7622 * gdb.btrace/enable.exp: Update "info record" output.
7623 * gdb.btrace/finish.exp: Update "info record" output.
7624 * gdb.btrace/instruction_history.exp: Update "info record" output.
7625 * gdb.btrace/next.exp: Update "info record" output.
7626 * gdb.btrace/nexti.exp: Update "info record" output.
7627 * gdb.btrace/step.exp: Update "info record" output.
7628 * gdb.btrace/stepi.exp: Update "info record" output.
7629 * gdb.btrace/nohist.exp: Update "info record" output.
7630
7631 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7632
7633 PR gdb/15678
7634 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7635
7636 2015-02-06 Pedro Alves <palves@redhat.com>
7637
7638 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7639 macro.
7640 (seconds_left, again): New globals.
7641 (main): Wait seconds_left in a 1-second sleep loop instead of
7642 sleeping 180 seconds. If 'again' is set, reset the seconds
7643 counter.
7644 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7645 'again' in the inferior before detaching. Print the seconds left.
7646 (options): New global.
7647 (top level): Build program with -DTIMEOUT=$timeout.
7648
7649 2015-02-06 Pedro Alves <palves@redhat.com>
7650
7651 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7652 determine how many seconds to pass to 'alarm'.
7653 * gdb.base/gdb-sigterm.exp (top level): Build program with
7654 -DTIMEOUT=$timeout.
7655 (do_test): Return success/failure indication. Add more verbose
7656 logging. Don't fail if 200 single steps are seen. Instead, fail
7657 when the test times out.
7658 (passes): New global.
7659 (top level): Break the testing loop if testing fails on any
7660 iteration. Use gdb_assert.
7661
7662 2015-02-04 Don Breazeal <donb@codesourcery.com>
7663
7664 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7665 and initialize them.
7666 (ipc_cleanup): New function.
7667 (main): Don't declare shmid, semid, and msqid. Add a call to
7668 atexit so that we call ipc_cleanup on exit.
7669
7670 2015-02-04 Pedro Alves <palves@redhat.com>
7671
7672 * boards/native-extended-gdbserver.exp: Remove any target variant
7673 specifications from the board name before clearing the isremote
7674 flag from board_info.
7675
7676 2015-01-31 Doug Evans <xdje42@gmail.com>
7677
7678 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7679
7680 2015-01-31 Gary Benson <gbenson@redhat.com>
7681
7682 * gdb.base/completion.exp: Disable completion limiting for
7683 existing tests. Add new tests to check completion limiting.
7684 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7685
7686 2015-01-31 Doug Evans <xdje42@gmail.com>
7687
7688 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7689
7690 2015-01-31 Doug Evans <xdje42@gmail.com>
7691
7692 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7693 entries. Duplicate file section script entries.
7694 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7695 inlined entries. Add test for safe-path rejection.
7696 * gdb.python/py-section-script.c: Add duplicate inlined section script
7697 entries. Duplicate file section script entries.
7698 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7699 inlined entries. Add test for safe-path rejection.
7700
7701 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7702
7703 * gdb.ada/disc_arr_bound: New testcase.
7704
7705 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7706
7707 * gdb.ada/mi_var_array: New testcase.
7708
7709 2015-01-27 Doug Evans <dje@google.com>
7710
7711 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7712 Add test for objfile.filename, objfile.username after objfile
7713 has been unloaded.
7714
7715 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7716
7717 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7718 the second test to print the name attribute of value
7719 returned by the call to gdb.lookup_type, and adjust
7720 the expected output accordingly.
7721
7722 2015-01-25 Mark Wielaard <mjw@redhat.com>
7723
7724 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7725 * gdb.base/disp-step-fork.c: Include unistd.h.
7726 * gdb.base/siginfo-obj.c: Include stdio.h.
7727 * gdb.base/siginfo-thread.c: Likewise.
7728 * gdb.mi/non-stop.c: Include unistd.h.
7729 * gdb.mi/nsthrexec.c: Include stdio.h.
7730 * gdb.mi/pthreads.c: Include unistd.h.
7731 * gdb.modula2/unbounded1.c (main): Declare returns int.
7732 * gdb.reverse/consecutive-reverse.c: Likewise.
7733 * gdb.threads/create-fail.c: Include unistd.h.
7734 * gdb.threads/killed.c: Likewise.
7735 * gdb.threads/linux-dp.c: Likewise.
7736 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7737 * gdb.threads/non-ldr-exc-2.c: Likewise.
7738 * gdb.threads/non-ldr-exc-3.c: Likewise.
7739 * gdb.threads/non-ldr-exc-4.c: Likewise.
7740 * gdb.threads/pthreads.c: Include unistd.h.
7741 (main): Declare returns int.
7742 * gdb.threads/tls-main.c (foo): New declaration.
7743 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7744
7745 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7746
7747 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7748 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7749
7750 2015-01-15 Mark Wielaard <mjw@redhat.com>
7751
7752 * gdb.base/noreturn-return.c: New file.
7753 * gdb.base/noreturn-return.exp: New file.
7754 * gdb.base/noreturn-finish.c: New file.
7755 * gdb.base/noreturn-finish.exp: New file.
7756
7757 2015-01-23 Pedro Alves <palves@redhat.com>
7758
7759 * gdb.threads/continue-pending-after-query.c: New file.
7760 * gdb.threads/continue-pending-after-query.exp: New file.
7761
7762 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7763 Simon Marchi <simon.marchi@ericsson.com>
7764
7765 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7766 * gdb.base/valgrind-db-attach.exp: Same.
7767 * gdb.base/valgrind-infcall.exp: Same.
7768 * lib/mi-support.exp (default_mi_gdb_start): Same.
7769 * lib/prompt.exp (default_prompt_gdb_start): Same.
7770 * lib/gdb.exp (default_gdb_spawn): Same.
7771 (gdb_interact): New.
7772
7773
7774 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7775
7776 * gdb.compile/compile.exp (pointer to jit function): New test.
7777
7778 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7779
7780 * lib/gdb.exp (supports_process_record): Return true for
7781 powerpc*-*-linux*.
7782 (supports_reverse): Likewise.
7783
7784 2015-01-15 Don Breazeal <donb@codesourcery.com>
7785
7786 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7787 instead of checking whether the target board is remote and
7788 use spawn_wait_for_attach instead of exec/sleep.
7789 * gdb.base/attach-twice.exp: Likewise.
7790
7791 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7792
7793 * gdb.ada/var_arr_attrs: New testcase.
7794
7795 2015-01-14 Pedro Alves <palves@redhat.com>
7796 Joel Brobecker <brobecker@adacore.com>
7797
7798 PR gdb/17525
7799 * gdb.base/bp-cmds-execution-x-script.c: New file.
7800 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7801 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7802
7803 2015-01-14 Pedro Alves <palves@redhat.com>
7804
7805 PR cli/17828
7806 * gdb.base/batch-preserve-term-settings.c: New file.
7807 * gdb.base/batch-preserve-term-settings.exp: New file.
7808
7809 2015-01-13 Doug Evans <dje@google.com>
7810
7811 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7812 binary.
7813
7814 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7815
7816 * Makefile.in (clean mostlyclean): Do not delete *.py.
7817
7818 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7819
7820 * gdb.python/py-lookup-type.exp: New file.
7821
7822 2015-01-12 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7825 restore GDBFLAGS before returning.
7826
7827 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7828
7829 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7830 is_amd64_regs_target and is_x86_like_target.
7831
7832 2015-01-11 Doug Evans <xdje42@gmail.com>
7833
7834 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7835 is given without an explicit form.
7836 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7837 attributes.
7838 * gdb.dwarf/corrupt.exp: Ditto.
7839 * gdb.dwarf2/enum-type.exp: Ditto.
7840 * gdb.trace/entry-values.exp: Ditto.
7841 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7842
7843 2015-01-11 Doug Evans <xdje42@gmail.com>
7844
7845 PR gdb/15830
7846 * gdb.base/maint.exp: Remove references to "maint demangle".
7847 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7848 Add tests for explicitly specifying language to demangle.
7849 * gdb.dlang/demangle.exp: Ditto.
7850
7851 2015-01-09 Pedro Alves <palves@redhat.com>
7852
7853 * gdb.threads/non-stop-fair-events.c: New file.
7854 * gdb.threads/non-stop-fair-events.exp: New file.
7855
7856 2015-01-09 Pedro Alves <palves@redhat.com>
7857
7858 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7859 the global scope. Set a breakpoint after all threads are started
7860 rather than stepping over two source lines. Expect the prompt.
7861 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7862 global.
7863 (NUM): Now 15.
7864 (main): Use threads_started_barrier to wait for all threads to
7865 start. Main thread no longer calls thread_function. Exit after
7866 180 seconds.
7867 (loop): New function.
7868 (thread_function): Wait on threads_started_barrier barrier. Call
7869 'loop' at each iteration.
7870 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7871 threads have started, instead of hardcoding number of "next"
7872 steps. Use an access watchpoint instead of a write watchpoint.
7873
7874 2015-01-09 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7877 (thread_func): Wait on barrier.
7878 (main): Wait for all threads to start before stopping GDB.
7879 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7880 global.
7881 (thread1_func, thread2_func): Wait on barrier.
7882 (main): Wait for all threads to start before stopping GDB.
7883 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7884 New global.
7885 (thread1_func, thread2_func): Wait on barrier.
7886 (main): Wait for all threads to start before stopping GDB.
7887
7888 2015-01-09 Pedro Alves <palves@redhat.com>
7889
7890 * gdb.threads/attach-many-short-lived-threads.c: New file.
7891 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7892
7893 2014-01-09 Pedro Alves <palves@redhat.com>
7894
7895 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7896 instead of to thread 2.
7897 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7898 Add barrier around each pthread_create call instead of around all
7899 calls.
7900 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7901 Set a break on thread_function and have the child threads hit it
7902 one at at a time.
7903
7904 2015-01-09 Pedro Alves <palves@redhat.com>
7905
7906 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7907 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7908 false.
7909 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7910 checking whether the target board is remote.
7911 * gdb.multi/multi-attach.exp: Likewise.
7912 * gdb.python/py-sync-interp.exp: Likewise.
7913 * gdb.server/ext-attach.exp: Likewise.
7914 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7915 tests that need to attach, instead of checking whether the target
7916 board is remote at the top of the file.
7917
7918 2015-01-08 Yao Qi <yao@codesourcery.com>
7919
7920 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7921
7922 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7923
7924 Fix testcase compilation.
7925 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7926
7927 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7928
7929 * gdb.python/py-type.exp: Add a couple test about empty
7930 array creation, and negative-length array creation.
7931
7932 2015-01-02 Doug Evans <xdje42@gmail.com>
7933
7934 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7935
7936 2015-01-02 Doug Evans <dje@google.com>
7937
7938 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7939
7940 2014-12-29 Yao Qi <yao@codesourcery.com>
7941
7942 * gdb.trace/entry-values.exp: Update comments. Rename variable
7943 bar_call_foo to returned_from_foo.
7944
7945 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7946
7947 PR gdb/17394
7948 * gdb.linespec/break-asm-file.c: New file.
7949 * gdb.linespec/break-asm-file.exp: New file.
7950 * gdb.linespec/break-asm-file0.s: New file.
7951 * gdb.linespec/break-asm-file1.s: New file.
7952
7953 2014-12-18 Nigel Stephens <nigel@mips.com>
7954 Maciej W. Rozycki <macro@codesourcery.com>
7955
7956 * gdb.base/float.exp: Handle the new output from "info float" on
7957 MIPS targets.
7958
7959 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7960
7961 Fix MinGW compilation.
7962 * gdb.compile/compile-ops.exp: Update untested message if
7963 !skip_compile_feature_tests.
7964 * gdb.compile/compile-setjmp.exp: Likewise.
7965 * gdb.compile/compile-tls.exp: Likewise.
7966 * gdb.compile/compile.exp: Likewise.
7967 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7968 supported on this host".
7969
7970 2014-12-16 Doug Evans <xdje42@gmail.com>
7971
7972 * boards/stabs.exp: New file.
7973
7974 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7975
7976 * gdb.base/completion.exp: Adjust to format changes of "maint
7977 print user-registers".
7978
7979 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7980
7981 PR server/17457
7982 * gdb.arch/aarch64-fp.c: New file.
7983 * gdb.arch/aarch64-fp.exp: New file.
7984
7985 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7986
7987 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7988 r210637, r210913, r211666, r215400, r215817).
7989
7990 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7991 * dg-extract-results.py: New file.
7992 * dg-extract-results.sh: Use it if the environment seems
7993 suitable.
7994
7995 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7996
7997 * dg-extract-results.py (parse_run): Handle warnings that
7998 are printed before a test harness is run.
7999
8000 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8001
8002 * dg-extract-results.py (Named): Remove __cmp__ method.
8003 (output_variation): Use a key to sort variation.harnesses.
8004
8005 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8006
8007 * dg-extract-results.py: For Python 3, force sys.stdout to
8008 handle surrogate escape sequences.
8009 (safe_open): New function.
8010 (output_segment, main): Use it.
8011
8012 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8013
8014 * dg-extract-results.py (Prog.result_re): Include options
8015 in test name.
8016
8017 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8018
8019 * dg-extract-results.py (output_variation): Always sort if
8020 do_sum.
8021
8022 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8023
8024 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8025 as long as we get pagination notifications.
8026
8027 2014-12-15 Jason Merrill <jason@redhat.com>
8028
8029 * Makefile.in (check-gdb.%): Restore.
8030 * README: Mention it.
8031
8032 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8033
8034 * gdb.ada/str_uninit: New testcase.
8035
8036 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8037
8038 PR symtab/17642
8039 * gdb.base/vla-stub-define.c: New file.
8040 * gdb.base/vla-stub.c: New file.
8041 * gdb.base/vla-stub.exp: New file.
8042
8043 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8044 Jan Kratochvil <jan.kratochvil@redhat.com>
8045 Tom Tromey <tromey@redhat.com>
8046
8047 * configure.ac: Add gdb.compile/.
8048 * configure: Regenerate.
8049 * gdb.compile/Makefile.in: New file.
8050 * gdb.compile/compile-ops.exp: New file.
8051 * gdb.compile/compile-ops.c: New file.
8052 * gdb.compile/compile-tls.c: New file.
8053 * gdb.compile/compile-tls.exp: New file.
8054 * gdb.compile/compile-constvar.S: New file.
8055 * gdb.compile/compile-constvar.c: New file.
8056 * gdb.compile/compile-mod.c: New file.
8057 * gdb.compile/compile-nodebug.c: New file.
8058 * gdb.compile/compile-setjmp-mod.c: New file.
8059 * gdb.compile/compile-setjmp.c: New file.
8060 * gdb.compile/compile-setjmp.exp: New file.
8061 * gdb.compile/compile-shlib.c: New file.
8062 * gdb.compile/compile.c: New file.
8063 * gdb.compile/compile.exp: New file.
8064 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8065
8066 2014-12-12 Tom Tromey <tromey@redhat.com>
8067
8068 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8069 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8070
8071 2014-12-12 Doug Evans <dje@google.com>
8072
8073 * lib/gdb-python.exp (get_python_valueof): New function.
8074 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8075
8076 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8077
8078 * gdb.base/completion.exp: Add test for completion of "info
8079 registers ".
8080
8081 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8082
8083 * gdb.base/func-ptrs.c: New file.
8084 * gdb.base/func-ptrs.exp: New file.
8085
8086 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8087
8088 PR breakpoints/17012
8089 * gdb.base/dprintf-detach.c: New file.
8090 * gdb.base/dprintf-detach.exp: New file.
8091
8092 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8093
8094 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8095 * lib/gdb.exp (target_is_gdbserver): New procedure.
8096
8097 2014-12-08 Doug Evans <dje@google.com>
8098
8099 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8100
8101 2014-12-05 Yao Qi <yao@codesourcery.com>
8102
8103 * gdb.guile/scm-error.exp: Remove the third argument to
8104 gdb_remote_download.
8105 * gdb.guile/scm-frame-args.exp: Likewise.
8106 * gdb.guile/scm-section-script.exp: Likewise.
8107
8108 2014-12-05 Yao Qi <yao@codesourcery.com>
8109
8110 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8111
8112 2014-12-04 Doug Evans <dje@google.com>
8113
8114 * gdb.python/py-objfile.exp: Add tests for
8115 objfile.add_separate_debug_file.
8116
8117 2014-12-04 Doug Evans <dje@google.com>
8118
8119 * lib/gdb.exp (get_build_id): New function.
8120 (build_id_debug_filename_get): Rewrite to use it.
8121 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8122
8123 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8124
8125 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8126 `method(long)', not just 0x0.
8127 * gdb.cp/nsalias.exp: Align code labels to 4.
8128 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8129 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8130 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8131 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8132 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8133 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8134
8135 2014-12-02 Doug Evans <dje@google.com>
8136
8137 PR symtab/17602
8138 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8139 * gdb.cp/anon-ns2.cc: ... here. New file.
8140 * gdb.cp/anon-ns.exp: Update.
8141
8142 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8143
8144 * gdb.python/py-events.py (inferior_call_handler): New.
8145 (register_changed_handler, memory_changed_handler): New.
8146 (test_events.invoke): Register new handlers.
8147 * gdb.python/py-events.exp: Add tests for inferior call,
8148 memory_changed and register_changed events.
8149
8150 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8151
8152 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8153 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8154 if the linker doesn't understand this.
8155
8156 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8157
8158 * gdb.python/python.exp: Change expected reply to help().
8159
8160 2014-12-01 Yao Qi <yao@codesourcery.com>
8161
8162 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8163 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8164 * configure: Re-generated.
8165
8166 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8167
8168 * gdb.cp/chained-calls.cc: New file.
8169 * gdb.cp/chained-calls.exp: New file.
8170 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8171
8172 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8173
8174 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8175 * gdb.dwarf2/symtab-producer.exp: Same.
8176 * gdb.gdb/python-interrupts.exp: Same.
8177 * gdb.gdb/python-selftest.exp: Same.
8178 * gdb.python/py-linetable.exp: Same.
8179 * gdb.python/py-type.exp: Same.
8180 * gdb.python/py-value-cc.exp: Same.
8181 * gdb.python/py-value.exp: Same.
8182
8183 2014-11-28 Yao Qi <yao@codesourcery.com>
8184
8185 * gdb.base/break-probes.exp: Match library name prefixed with
8186 sysroot.
8187
8188 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8189
8190 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8191 test expected output. Add parentheses for the call to print.
8192 Remove L suffix from integers.
8193
8194 2014-11-26 Doug Evans <dje@google.com>
8195
8196 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8197
8198 2014-11-22 Yao Qi <yao@codesourcery.com>
8199
8200 * gdb.trace/entry-values.c: Remove asms.
8201 (foo): Add foo_label.
8202 (bar): Add bar_label.
8203 * gdb.trace/entry-values.exp: Remove code computing foo's
8204 length and bar's length.
8205 (Dwarf::assemble): Invoke function_range for bar and use
8206 MACRO_AT_func for foo.
8207
8208 2014-11-22 Yao Qi <yao@codesourcery.com>
8209
8210 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8211 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8212 Use .Lgcc43_procstart instead of gcc43.
8213
8214 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8215
8216 * gdb.ada/n_arr_bound: New testcase.
8217
8218 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8219
8220 PR breakpoints/10737
8221 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8222 test_catch_syscall_multi_arch.
8223 (test_catch_syscall_multi_arch): New function.
8224
8225 2014-11-20 Doug Evans <xdje42@gmail.com>
8226
8227 * gdb.base/maint.exp: Update expected output.
8228
8229 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8230
8231 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8232 4-byte instruction on S390.
8233
8234 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8235
8236 * gdb.ada/arr_arr: New testcase.
8237
8238 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8239
8240 * gdb.ada/pkd_arr_elem: New Testcase.
8241
8242 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8243
8244 * gdb.reverse/break-precsave: Expect completion message for
8245 core file reads.
8246 * gdb.reverse/consecutive-precsave.exp: Likewise.
8247 * gdb.reverse/finish-precsave.exp: Likewise.
8248 * gdb.reverse/i386-precsave.exp: Likewise.
8249 * gdb.reverse/machinestate-precsave.exp: Likewise.
8250 * gdb.reverse/sigall-precsave.exp: Likewise.
8251 * gdb.reverse/solib-precsave.exp: Likewise.
8252 * gdb.reverse/step-precsave.exp: Likewise.
8253 * gdb.reverse/until-precsave.exp: Likewise.
8254 * gdb.reverse/watch-precsave.exp: Likewise.
8255
8256 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8257
8258 * gdb.base/bp-permanent.c: Include unistd.h.
8259 * gdb.python/py-framefilter-mi.c (main): Add return type.
8260 * gdb.python/py-framefilter.c (main): Likewise.
8261 * gdb.trace/actions-changed.c (main): Likewise.
8262
8263 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8264
8265 * gdb.mi/until.c: Add eye-catchers.
8266 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8267 line numbers.
8268
8269 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8270
8271 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8272 function header variants in break1.c.
8273 * gdb.base/ena-dis-br.exp: Likewise.
8274 * gdb.base/hbreak2.exp: Likewise.
8275 * gdb.reverse/until-precsave.exp: Drop references to removed
8276 non-prototype function header variants in ur1.c.
8277 * gdb.reverse/until-reverse.exp: Likewise.
8278
8279 2014-11-17 Petr Machata <pmachata@redhat.com>
8280
8281 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8282 ${_cu_offset_size} bytes abbrev offset.
8283
8284 2014-11-15 Doug Evans <xdje42@gmail.com>
8285
8286 PR symtab/17559
8287 * gdb.base/line-symtabs.exp: New file.
8288 * gdb.base/line-symtabs.c: New file.
8289 * gdb.base/line-symtabs.h: New file.
8290
8291 2014-11-14 Yao Qi <yao@codesourcery.com>
8292
8293 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8294 (func): Add label func_label.
8295 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8296 Replace low_pc and high_pc with MACRO_AT_range.
8297 Replace name, low_pc and high_pc with MACRO_AT_func.
8298
8299 2014-11-14 Yao Qi <yao@codesourcery.com>
8300
8301 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8302 Replace name, low_pc and high_pc with MACRO_AT_func.
8303
8304 2014-11-14 Yao Qi <yao@codesourcery.com>
8305
8306 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8307 produce debug information.
8308 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8309
8310 2014-11-14 Yao Qi <yao@codesourcery.com>
8311
8312 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8313 object and get function length.
8314 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8315 with MACRO_AT_func.
8316 (top-level): Replace gdb_compile and clean_restart with
8317 prepare_for_testing.
8318 * gdb.dwarf2/main.c (main): Add label main_label.
8319
8320 2014-11-14 Yao Qi <yao@codesourcery.com>
8321
8322 * lib/dwarf.exp (function_range): New procedure.
8323 (Dwarf::_handle_macro_at_func): New procedure.
8324 (Dwarf::_handle_macro_at_range): New procedure.
8325 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8326
8327 2014-11-14 Yao Qi <yao@codesourcery.com>
8328
8329 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8330 (_handle_attribute): New procedure.
8331
8332 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8333
8334 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8335 * gdb.base/call-sc.c (zed): Likewise.
8336 * gdb.base/checkpoint.c (main): Likewise.
8337 * gdb.base/dump.c (main): Likewise.
8338 * gdb.base/gcore.c (main): Likewise.
8339 * gdb.base/huge.c (main): Likewise.
8340 * gdb.base/multi-forks.c (main): Likewise.
8341 * gdb.base/pr10179-a.c (main): Likewise.
8342 * gdb.base/savedregs.c (main): Likewise.
8343 * gdb.base/sigaltstack.c (main): Likewise.
8344 * gdb.base/siginfo.c (main): Likewise.
8345 * gdb.base/structs.c (zed): Likewise.
8346 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8347 * gdb.mi/mi-syn-frame.c (main): Likewise.
8348 * gdb.mi/until.c (foo, main): Likewise.
8349 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8350 * gdb.base/solib-weak.c (foo): Declare.
8351 * gdb.base/attach-twice.c: Include stdio.h.
8352 * gdb.base/weaklib1.c: Likewise.
8353 * gdb.base/weaklib2.c: Likewise.
8354 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8355 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8356 unistd.h.
8357 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8358 * gdb.mi/mi-exit-code.c: Likewise.
8359 * gdb.base/break-interp-lib.c: Include string.h.
8360 * gdb.base/coremaker.c: Likewise.
8361 * gdb.base/testenv.c: Likewise.
8362 * gdb.python/py-finish-breakpoint.c: Likewise.
8363 * gdb.base/inferior-died.c: Include sys/wait.h.
8364 * gdb.base/fileio.c: Include time.h.
8365 * gdb.base/async-shell.c: Include unistd.h.
8366 * gdb.base/dprintf-non-stop.c: Likewise.
8367 * gdb.base/info-os.c: Likewise.
8368 * gdb.mi/mi-console.c: Likewise.
8369 * gdb.mi/watch-nonstop.c: Likewise.
8370 * gdb.python/py-events.c: Likewise.
8371 * gdb.base/async.c (baz): Move up before its invocation.
8372 * gdb.base/code_elim2.c (my_global_func): Likewise.
8373 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8374 * gdb.base/advance.c (func2): Likewise.
8375
8376 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8377
8378 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8379 variant.
8380 * gdb.base/annota3.c: Likewise.
8381 * gdb.base/async.c: Likewise.
8382 * gdb.base/average.c: Likewise.
8383 * gdb.base/call-ar-st.c: Likewise.
8384 * gdb.base/call-rt-st.c: Likewise.
8385 * gdb.base/call-sc.c: Likewise.
8386 * gdb.base/call-strs.c: Likewise.
8387 * gdb.base/ending-run.c: Likewise.
8388 * gdb.base/execd-prog.c: Likewise.
8389 * gdb.base/exprs.c: Likewise.
8390 * gdb.base/foll-exec.c: Likewise.
8391 * gdb.base/foll-fork.c: Likewise.
8392 * gdb.base/foll-vfork.c: Likewise.
8393 * gdb.base/funcargs.c: Likewise.
8394 * gdb.base/gcore.c: Likewise.
8395 * gdb.base/jump.c: Likewise.
8396 * gdb.base/langs0.c: Likewise.
8397 * gdb.base/langs1.c: Likewise.
8398 * gdb.base/langs2.c: Likewise.
8399 * gdb.base/mips_pro.c: Likewise.
8400 * gdb.base/nodebug.c: Likewise.
8401 * gdb.base/opaque0.c: Likewise.
8402 * gdb.base/opaque1.c: Likewise.
8403 * gdb.base/recurse.c: Likewise.
8404 * gdb.base/run.c: Likewise.
8405 * gdb.base/scope0.c: Likewise.
8406 * gdb.base/scope1.c: Likewise.
8407 * gdb.base/setshow.c: Likewise.
8408 * gdb.base/setvar.c: Likewise.
8409 * gdb.base/shmain.c: Likewise.
8410 * gdb.base/shr1.c: Likewise.
8411 * gdb.base/shr2.c: Likewise.
8412 * gdb.base/sigall.c: Likewise.
8413 * gdb.base/signals.c: Likewise.
8414 * gdb.base/so-indr-cl.c: Likewise.
8415 * gdb.base/solib2.c: Likewise.
8416 * gdb.base/structs.c: Likewise.
8417 * gdb.base/sum.c: Likewise.
8418 * gdb.base/vforked-prog.c: Likewise.
8419 * gdb.base/watchpoint.c: Likewise.
8420 * gdb.reverse/shr2.c: Likewise.
8421 * gdb.reverse/until-reverse.c: Likewise.
8422 * gdb.reverse/ur1.c: Likewise.
8423 * gdb.reverse/watch-reverse.c: Likewise.
8424
8425 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8426
8427 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8428 variant.
8429 * gdb.base/sepdebug.exp: Drop references to removed code.
8430
8431 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8432
8433 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8434 variant. Preserve original line numbering.
8435 * gdb.base/list1.c: Likewise.
8436
8437 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8438
8439 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8440 variant.
8441 * gdb.base/break1.c: Likewise.
8442 * gdb.base/break.exp: Drop references to removed code.
8443
8444 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8445
8446 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8447 variant.
8448
8449 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8450
8451 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8452
8453 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8454
8455 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8456 logic into perform_all_tests() and invoke it with and without
8457 function header prototypes.
8458 (do_function_calls): Remove conditional XFAIL for PR 5318.
8459 (rerun_and_prepare): Remove duplicate code.
8460 (perform_all_tests): New. Main logic moved here.
8461
8462 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8463
8464 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8465 code guarded by #ifdef NO_PROTOTYPES.
8466 (t_double_many_args): Likewise.
8467 (DEF_FUNC_MANY_ARGS_1): Likewise.
8468 (DEF_FUNC_VALUES_1): Likewise.
8469 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8470 guarded by #ifdef PROTOTYPES.
8471
8472 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8473
8474 * gdb.mi/mi-console.c: Add eye-catcher.
8475 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8476 instead of literal line number.
8477
8478 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8479
8480 * gdb.base/shr2.c: Add eye-catcher.
8481 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8482 line number.
8483
8484 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8485
8486 * gdb.base/jump.c: Add eye-catchers.
8487 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8488 numbers.
8489
8490 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8491
8492 * gdb.base/execd-prog.c: Add eye-catchers.
8493 * gdb.base/foll-exec.c: Likewise.
8494 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8495 line numbers.
8496
8497 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8498
8499 * gdb.base/ending-run.c: Add eye-catchers.
8500 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8501 literal line numbers.
8502
8503 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8504
8505 * gdb.base/call-rt-st.c: Add eye-catchers.
8506 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8507 literal line numbers.
8508
8509 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8510
8511 * gdb.base/call-ar-st.c: Add eye-catchers.
8512 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8513 literal line numbers.
8514
8515 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8516
8517 * gdb.base/average.c: Add eye-catchers.
8518 * gdb.base/sum.c: Likewise.
8519 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8520 regexps dynamically.
8521
8522 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8523
8524 * gdb.base/solib1.c: Add eye-catchers.
8525 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8526 literal line numbers.
8527
8528 2014-11-12 Pedro Alves <palves@redhat.com>
8529
8530 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8531 leader has exited.
8532
8533 2014-11-12 Pedro Alves <palves@redhat.com>
8534
8535 * gdb.arch/i386-bp_permanent.c: New file.
8536 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8537 (srcfile): Set to i386-bp_permanent.c.
8538 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8539 that stepi does not execute the 'leave' instruction, instead of
8540 testing it does execute.
8541 * gdb.base/bp-permanent.c: New file.
8542 * gdb.base/bp-permanent.exp: New file.
8543
8544 2014-11-10 Doug Evans <xdje42@gmail.com>
8545
8546 PR symtab/17564
8547 * gdb.base/symtab-search-order.exp: New file.
8548 * gdb.base/symtab-search-order.c: New file.
8549 * gdb.base/symtab-search-order-1.c: New file.
8550 * gdb.base/symtab-search-order-shlib-1.c: New file.
8551
8552 2014-11-07 Pedro Alves <palves@redhat.com>
8553
8554 PR gdb/17511
8555 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8556 i?86-*-linux*.
8557
8558 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8559
8560 PR c++/17494
8561 * gdb.cp/pr17494.cc: New file.
8562 * gdb.cp/pr17494.exp: New file.
8563
8564 2014-11-02 Yao Qi <yao@codesourcery.com>
8565
8566 * gdb.python/python.exp: Get working directory and match the
8567 output of "set extended-prompt \\w " with it.
8568
8569 2014-10-30 Doug Evans <dje@google.com>
8570
8571 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8572 in objfiles.
8573 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8574 in progspaces.
8575
8576 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8577
8578 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8579 * gdb.base/realname-expand.exp: Likewise.
8580 * gdb.linespec/macro-relative.exp: Likewise.
8581
8582 2014-10-29 Pedro Alves <palves@redhat.com>
8583
8584 PR gdb/17408
8585 * gdb.threads/schedlock.c (some_function): New function.
8586 (call_function): New global.
8587 (MAYBE_CALL_SOME_FUNCTION): New macro.
8588 (thread_function): Call it.
8589 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8590 and use it instead of a global counter. Adjust all callers.
8591 (get_current_thread): Use "find current thread" for test message
8592 here rather than having all callers pass down the same string.
8593 (goto_loop): New procedure, factored out from ...
8594 (my_continue): ... this.
8595 (step_ten_loops): Change parameter from test message to command to
8596 use. Adjust.
8597 (list_count): Delete global.
8598 (check_result): New procedure, factored out from duplicate top
8599 level code.
8600 (continue tests): Wrap in with_test_prefix.
8601 (test_step): New procedure, factored out from duplicate top level
8602 code.
8603 (top level): Test "step" in combination with all scheduler-locking
8604 modes. Test "next" in combination with all scheduler-locking
8605 modes, and in combination with stepping over a function call or
8606 not.
8607 * gdb.threads/next-bp-other-thread.c: New file.
8608 * gdb.threads/next-bp-other-thread.exp: New file.
8609
8610 2014-10-29 Pedro Alves <palves@redhat.com>
8611
8612 PR python/17372
8613 * gdb.python/python.exp: Test a multi-line command that spawns
8614 interactive Python.
8615 * gdb.base/multi-line-starts-subshell.exp: New file.
8616
8617 2014-10-29 Yao Qi <yao@codesourcery.com>
8618
8619 * gdb.base/fileio.exp: Make directories on host.
8620
8621 2014-10-29 Yao Qi <yao@codesourcery.com>
8622
8623 * gdb.base/fileio.c (test_write): Close the file.
8624
8625 2014-10-28 Pedro Alves <palves@redhat.com>
8626
8627 PR gdb/12623
8628 * gdb.base/sigstep.c (no_handler): New global.
8629 (main): If 'no_handler is true, set the signal handlers to
8630 SIG_IGN.
8631 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8632 with_sw_watch and no_handler parameters. Handle them.
8633 (top level) <stepping over handler when stopped at a breakpoint
8634 test>: Add a test axis for testing with a software watchpoint, and
8635 another for testing with the signal handler set to SIG_IGN.
8636 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8637 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8638
8639 2014-10-28 Pedro Alves <palves@redhat.com>
8640
8641 PR gdb/17511
8642 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8643 * gdb.base/sigstep.exp (other_handler_location): New global.
8644 (advance): Support stepping into the signal handler, and running
8645 commands while in the handler.
8646 (in_handler_map): New global.
8647 (top level): In the advance test, add combinations for getting
8648 into the handler with stepping commands, and for running commands
8649 in the handler. Add comment descripting the advancei tests.
8650
8651 2014-10-28 Pedro Alves <palves@redhat.com>
8652
8653 * gdb.base/sigstep.exp: Use build_executable instead of
8654 prepare_for_testing.
8655 (top level): Move code that starts GDB, runs to main and creates a
8656 display to ...
8657 (restart): ... this new procedure.
8658 (top level): Move backtrace from signal handler test to ...
8659 (validate_backtrace): ... this new procedure.
8660 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8661 with_test_prefix. Always restart GDB.
8662 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8663 with_test_prefix. Always restart GDB. No need to delete
8664 breakpoints after the test.
8665 (test_skip_handler): Remove prefix parameter.
8666 (skip_over_handler, breakpoint_to_handler)
8667 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8668 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8669 restart GDB. No need to delete breakpoints after the test.
8670 (top level): Use foreach to call the test procedures with
8671 different commands.
8672
8673 2014-10-28 Pedro Alves <palves@redhat.com>
8674
8675 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8676 instead of GNATS numbers.
8677 * gdb.base/sigbpt.exp: Likewise.
8678 * gdb.base/siginfo.exp: Likewise.
8679 * gdb.base/sigstep.exp: Likewise.
8680
8681 2014-10-27 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.base/sigstep.c (dummy): New global.
8684 (main): Issue a couple writes to the new global.
8685 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8686 procedures.
8687 (skip_over_handler): Use test_skip_handler.
8688 (top level): Call skip_over_handler for stepi and nexti too.
8689 (breakpoint_over_handler): Use test_skip_handler.
8690 (top level): Call breakpoint_over_handler for stepi and nexti too.
8691
8692 2014-10-27 Yao Qi <yao@codesourcery.com>
8693
8694 * gdb.trace/tfile.c (adjust_function_address)
8695 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8696 function descriptor.
8697
8698 2014-10-24 Don Breazeal <donb@codesourcery.com>
8699
8700 * gdb.base/foll-fork.exp (test_follow_fork,
8701 catch_fork_child_follow): Check for updated fork messages emitted
8702 from infrun.c.
8703 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8704 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8705 vfork_and_exec_child_follow_through_step): Check for updated vfork
8706 messages emitted from infrun.c.
8707
8708 2014-10-24 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.base/corefile.exp: Remove references to ultrix.
8711 * gdb.base/interrupt.exp: Likewise.
8712 * gdb.base/whatis.exp: Likewise.
8713 * gdb.gdb/selftest.exp: Likewise.
8714 * gdb.threads/manythreads.exp: Likewise.
8715 * gdb.threads/print-threads.exp: Likewise.
8716 * gdb.threads/pthreads.exp:: Likewise.
8717 * gdb.threads/schedlock.exp: Likewise.
8718
8719 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8720
8721 * gdb.cp/non-trivial-retval.cc: Add a test case.
8722 * gdb.cp/non-trivial-retval.exp: Add a test.
8723
8724 2014-10-20 Yao Qi <yao@codesourcery.com>
8725
8726 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8727 * gdb.python/py-objfile-script-gdb.py: New file.
8728 * gdb.python/py-objfile-script.exp: Update reference to
8729 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8730 of remote_download. Remove the dest file.
8731
8732 2014-10-20 Yao Qi <yao@codesourcery.com>
8733
8734 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8735 * gdb.base/step-line.exp: Likewise.
8736 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8737 * gdb.dwarf2/dw2-basic.exp: Likewise.
8738 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8739 * gdb.dwarf2/dw2-filename.exp: Likewise.
8740 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8741 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8742 * gdb.dwarf2/dw2-producer.exp: Likewise.
8743 * gdb.dwarf2/mac-fileno.exp: Likewise.
8744 * gdb.python/py-frame-args.exp: Likewise.
8745 * gdb.python/py-framefilter.exp: Likewise.
8746 * gdb.python/py-mi.exp: Likewise.
8747 * gdb.python/py-objfile-script.exp: Likewise
8748 * gdb.python/py-pp-integral.exp: Likewise.
8749 * gdb.python/py-pp-re-notag.exp: Likewise.
8750 * gdb.python/py-prettyprint.exp: Likewise.
8751 * gdb.python/py-section-script.exp: Likewise.
8752 * gdb.python/py-typeprint.exp: Likewise.
8753 * gdb.python/py-xmethods.exp: Likewise.
8754 * gdb.stabs/weird.exp: Likewise.
8755 * gdb.xml/tdesc-regs.exp: Likewise.
8756
8757 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8758
8759 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8760 (out_cu): Use addr_len for the size of addresses.
8761 (out_line): Likewise. Size DW_LNE_set_address instruction
8762 according to addr_len.
8763 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8764 (FUNC): Add START_INSNS to definition.
8765
8766 2014-10-18 Yao Qi <yao@codesourcery.com>
8767
8768 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8769 gdb_has_argv0 return true.
8770 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8771 check [target_info exists noargs], check [gdb_has_argv0]
8772 instead.
8773 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8774 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8775 procedures.
8776
8777 2014-10-17 Doug Evans <dje@google.com>
8778
8779 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8780 event.
8781 * gdb.python/py-events.py: Add clear_objfiles event.
8782
8783 2014-10-17 Doug Evans <dje@google.com>
8784
8785 * gdb.python/py-objfile.exp: Test progspace attribute.
8786
8787 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8788
8789 * gdb.guile/scm-breakpoint.exp: Do not assume any
8790 directory separators when matching source file paths.
8791 * gdb.python/py-breakpoint.exp: Likewise.
8792 * gdb.reverse/break-precsave.exp: Likewise.
8793 * gdb.reverse/break-reverse.exp: Likewise.
8794 * gdb.reverse/consecutive-precsave.exp: Likewise.
8795 * gdb.reverse/finish-precsave.exp: Likewise.
8796 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8797 * gdb.reverse/finish-reverse.exp: Likewise.
8798 * gdb.reverse/i386-precsave.exp: Likewise.
8799 * gdb.reverse/i387-env-reverse.exp: Likewise.
8800 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8801 * gdb.reverse/machinestate-precsave.exp: Likewise.
8802 * gdb.reverse/machinestate.exp: Likewise.
8803 * gdb.reverse/sigall-precsave.exp: Likewise.
8804 * gdb.reverse/solib-precsave.exp: Likewise.
8805 * gdb.reverse/step-precsave.exp: Likewise.
8806 * gdb.reverse/until-precsave.exp: Likewise.
8807 * gdb.reverse/watch-precsave.exp: Likewise.
8808 * gdb.reverse/watch-reverse.exp: Likewise.
8809
8810 2014-10-17 Yao Qi <yao@codesourcery.com>
8811
8812 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8813 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8814
8815 2014-10-17 Pedro Alves <palves@redhat.com>
8816
8817 PR gdb/17471
8818 * gdb.base/bg-execution-repeat.c: New file.
8819 * gdb.base/bg-execution-repeat.exp: New file.
8820
8821 2014-10-17 Pedro Alves <palves@redhat.com>
8822
8823 PR gdb/17300
8824 * gdb.base/continue-all-already-running.c: New file.
8825 * gdb.base/continue-all-already-running.exp: New file.
8826
8827 2014-10-17 Pedro Alves <palves@redhat.com>
8828
8829 PR gdb/17472
8830 * gdb.base/annota-input-while-running.c: New file.
8831 * gdb.base/annota-input-while-running.exp: New file.
8832
8833 2014-10-17 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.base/callfuncs.exp: emove references to osf.
8836 * gdb.base/sigall.exp: Likewise.
8837 * gdb.gdb/selftest.exp: Likewise.
8838 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8839 * gdb.mi/non-stop.c: Likewise.
8840 * gdb.mi/pthreads.c: Likewise.
8841 * gdb.reverse/sigall-precsave.exp: Likewise.
8842 * gdb.reverse/sigall-reverse.exp: Likewise.
8843 * gdb.threads/pthreads.c: Likewise.
8844 * gdb.threads/pthreads.exp: Likewise.
8845
8846 2014-10-17 Yao Qi <yao@codesourcery.com>
8847
8848 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8849 check 'target_info exists noargs'.
8850 (test_command_prompt_position): Likewise.
8851 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8852 Remove "set args".
8853 (progvar_simple_while_test): Likewise.
8854 (progvar_complex_if_while_test): Likewise.
8855 (if_while_breakpoint_command_test): Likewise.
8856 (infrun_breakpoint_command_test): Likewise.
8857 (breakpoint_command_test): Likewise.
8858 (watchpoint_command_test): Likewise.
8859 (bp_deleted_in_command_test): Likewise.
8860 (temporary_breakpoint_commands): Likewise.
8861
8862 2014-10-16 Yao Qi <yao@codesourcery.com>
8863
8864 * gdb.base/remotetimeout.exp: Remove noargs checking.
8865
8866 2014-10-15 Pedro Alves <palves@redhat.com>
8867
8868 PR breakpoints/9649
8869 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8870 * gdb.base/breakpoint-in-ro-region.exp
8871 (probe_target_hardware_step): New procedure.
8872 (top level): Probe hardware stepping and hardware breakpoint
8873 support. Test stepping through a read-only region, with both
8874 "breakpoint auto-hw" on and off and both "always-inserted" on and
8875 off.
8876
8877 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8878
8879 * gdb.dlang/demangle.exp: Update for demangling changes.
8880
8881 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8882
8883 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8884 * gdb.cp/non-trivial-retval.exp: Add new tests.
8885
8886 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8887
8888 PR c++/13403
8889 PR c++/15154
8890 * gdb.cp/non-trivial-retval.cc: New file.
8891 * gdb.cp/non-trivial-retval.exp: New file.
8892
8893 2014-10-15 Yao Qi <yao@codesourcery.com>
8894
8895 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8896 remote host.
8897
8898 2014-10-15 Yao Qi <yao@codesourcery.com>
8899
8900 * gdb.python/py-symbol.exp: Match file base name if host is
8901 remote, otherwise match file name with dir name.
8902 * gdb.python/py-symtab.exp: Likewise.
8903 * gdb.python/python.exp: Likewise.
8904
8905 2014-10-15 Yao Qi <yao@codesourcery.com>
8906
8907 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8908 pattern.
8909 * gdb.python/py-symtab.exp: Likewise.
8910 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8911 locationn.
8912
8913 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8914
8915 * gdb.ada/addr_arith: New testcase.
8916
8917 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8918
8919 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8920 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8921 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8922 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8923
8924 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8925
8926 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8927 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8928 * gdb.arch/stap-eval-lang-ada.exp: New file.
8929
8930 2014-10-14 Yao Qi <yao@codesourcery.com>
8931
8932 * gdb.mi/mi-var-child.c (nothing1): New function.
8933 (nothing2): New function.
8934 (do_children_tests): Set function pointers by nothing1 and
8935 nothing2.
8936 * gdb.mi/mi-var-child.exp: Step over new added statements.
8937 Update test to match the new output.
8938 * gdb.mi/var-cmd.c (nothing1): New function.
8939 (nothing2): New function.
8940 (do_children_tests): Set function pointers by nothing1 and
8941 nothing2.
8942 * gdb.mi/mi-var-display.exp: Update test to match output.
8943 Step to the line specified by $line_dct_nothing.
8944 Increase the number of lines to step.
8945
8946 2014-10-14 Yao Qi <yao@codesourcery.com>
8947
8948 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8949 tests.
8950 * gdb.mi/mi2-var-child.exp: Likewise.
8951
8952 2014-10-13 Doug Evans <dje@google.com>
8953
8954 * gdb.python/py-objfile.exp: Change name of file name test.
8955
8956 2014-10-13 Doug Evans <dje@google.com>
8957
8958 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8959 from the start of the CU.
8960
8961 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8962 Yao Qi <yao@codesourcery.com>
8963
8964 Fix "save breakpoints" for "catch" command.
8965 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8966 Remove -nonewline. Match also the added "main" line.
8967
8968 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8969
8970 Fix "save breakpoints" for "disable $bpnum" command.
8971 * gdb.base/save-bp.c (main): Add label.
8972 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8973
8974 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8975
8976 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8977
8978 2014-10-11 Yao Qi <yao@codesourcery.com>
8979
8980 * gdb.server/server-kill.exp: Execute command
8981 "set remote trace-status-packet on" before "tstatus".
8982
8983 2014-10-11 Yao Qi <yao@codesourcery.com>
8984
8985 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8986 (main): Call getppid.
8987 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8988 and continue to it. Read variable "server_pid".
8989
8990 2014-10-11 Yao Qi <yao@codesourcery.com>
8991
8992 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8993
8994 2014-10-11 Yao Qi <yao@codesourcery.com>
8995
8996 * gdb.threads/thread-find.exp: Don't execute command
8997 "info threads".
8998 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8999 * gdb.threads/linux-dp.exp: Don't check the condition
9000 $threads_created equals to zero.
9001
9002 2014-10-10 Pedro Alves <palves@redhat.com>
9003
9004 * gdb.base/bigcore.exp: Remove references to IRIX.
9005 * gdb.base/funcargs.exp: Likewise.
9006 * gdb.base/interrupt.exp: Likewise.
9007 * gdb.base/mips_pro.exp: Likewise.
9008 * gdb.base/nodebug.exp: Likewise.
9009 * gdb.base/setvar.exp: Likewise.
9010 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9011
9012 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9013 Pedro Alves <palves@redhat.com>
9014
9015 PR symtab/14466
9016 * gdb.base/vdso-warning.c: New file.
9017 * gdb.base/vdso-warning.exp: New file.
9018
9019 2014-10-02 Doug Evans <dje@google.com>
9020
9021 * gdb.base/structs.c (main): Don't run forever.
9022
9023 2014-10-02 Pedro Alves <palves@redhat.com>
9024
9025 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9026 (top level) <stop threads 1, stop threads 2>: Use it.
9027
9028 2014-10-02 Pedro Alves <palves@redhat.com>
9029
9030 * gdb.threads/break-while-running.exp (test): Add new
9031 'update_thread_list' argument. Skip "info threads" if false.
9032 (top level): Add new 'update_thread_list' axis.
9033
9034 2014-10-02 Pedro Alves <palves@redhat.com>
9035
9036 PR breakpoints/17431
9037 * gdb.base/execl-update-breakpoints.c: New file.
9038 * gdb.base/execl-update-breakpoints.exp: New file.
9039
9040 2014-10-01 Pedro Alves <palves@redhat.com>
9041
9042 * gdb.base/breakpoint-in-ro-region.c: New file.
9043 * gdb.base/breakpoint-in-ro-region.exp: New file.
9044
9045 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9046
9047 * gdb.mi/mi-exit-code.exp: New file.
9048 * gdb.mi/mi-exit-code.c: New file.
9049
9050 2014-09-30 Yao Qi <yao@codesourcery.com>
9051
9052 * lib/prelink-support.exp (build_executable_own_libs): Error if
9053 the target isn't native.
9054
9055 2014-09-30 Yao Qi <yao@codesourcery.com>
9056
9057 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9058 false.
9059
9060 2014-09-22 Pedro Alves <palves@redhat.com>
9061
9062 * gdb.threads/break-while-running.exp: New file.
9063 * gdb.threads/break-while-running.c: New file.
9064
9065 2014-09-19 Yao Qi <yao@codesourcery.com>
9066
9067 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9068 Invoke test. Restart GDB with --readnow and invoke test again.
9069
9070 2014-09-19 Yao Qi <yao@codesourcery.com>
9071
9072 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9073 proc set_breakpoint_on_gcd_function. Invoke
9074 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9075 invoke set_breakpoint_on_gcd_function again.
9076
9077 2014-09-18 Doug Evans <dje@google.com>
9078
9079 * gdb.dwarf2/symtab-producer.exp: New file.
9080
9081 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9082
9083 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9084 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9085 * gdb.base/global-var-nested-by-dso.c: Likewise.
9086 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9087
9088 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9089 Pedro Alves <palves@redhat.com>
9090
9091 * gdb.base/watch-bitfields.exp: Pass string other than test file
9092 name to prepare_for_testing.
9093 (watch): New procedure.
9094 (expect_watchpoint): Use with_test_prefix.
9095 (top level): Factor out tests to ...
9096 (test_watch_location, test_regular_watch): ... these new
9097 procedures, and use with_test_prefix and gdb_continue_to_end.
9098
9099 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9100
9101 PR breakpoints/12526
9102 * gdb.base/watch-bitfields.exp: New file.
9103 * gdb.base/watch-bitfields.c: New file.
9104
9105 2014-09-16 Pedro Alves <palves@redhat.com>
9106
9107 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9108 software and hardware addresses, not software address against
9109 itself.
9110
9111 2014-09-16 Pedro Alves <palves@redhat.com>
9112
9113 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9114 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9115
9116 2014-09-16 Pedro Alves <palves@redhat.com>
9117
9118 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9119 files.
9120 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9121 "*-*-vxworks*" throughout.
9122 * gdb.base/break.exp: Likewise.
9123 * gdb.base/default.exp: Likewise.
9124 * gdb.base/scope.exp: Likewise.
9125 * gdb.base/sepdebug.exp: Likewise.
9126 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9127 throughout.
9128 * gdb.base/run.c: Likewise.
9129 * gdb.base/sepdebug.c: Likewise.
9130 * gdb.hp/gdb.aCC/run.c: Likewise.
9131 * gdb.reverse/until-reverse.c: Likewise.
9132 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9133
9134 2014-09-16 Yao Qi <yao@codesourcery.com>
9135
9136 * boards/local-remote-host-native.exp: New file.
9137
9138 2014-09-14 Doug Evans <xdje42@gmail.com>
9139
9140 * gdb.threads/queue-signal.c (thread_count): New variable.
9141 (thread_count_mutex, thread_count_condvar): New variables.
9142 (incr_thread_count, wait_all_threads_running): New functions.
9143 (main): Wait for all threads to be in their thread functions.
9144
9145 2014-09-13 Doug Evans <xdje42@gmail.com>
9146
9147 * gdb.threads/queue-signal.c: New file.
9148 * gdb.threads/queue-signal.exp: New file.
9149
9150 2014-09-13 Doug Evans <xdje42@gmail.com>
9151
9152 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9153 be consistent with what default_gdb_init uses.
9154 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9155 the plain text of the prompt. Add some logging printfs.
9156 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9157
9158 2014-09-12 Pedro Alves <palves@redhat.com>
9159
9160 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9161 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9162 * gdb.arch/i386-size-overlap.exp: Likewise.
9163 * gdb.arch/i386-size.exp: Likewise.
9164 * gdb.arch/i386-unwind.exp: Likewise.
9165 * gdb.base/a2-run.exp: Likewise.
9166 * gdb.base/break.exp: Likewise.
9167 * gdb.base/charset.exp: Likewise.
9168 * gdb.base/chng-syms.exp: Likewise.
9169 * gdb.base/commands.exp: Likewise.
9170 * gdb.base/dbx.exp: Likewise.
9171 * gdb.base/find.exp: Likewise.
9172 * gdb.base/funcargs.exp: Likewise.
9173 * gdb.base/jit-simple.exp: Likewise.
9174 * gdb.base/reread.exp: Likewise.
9175 * gdb.base/sepdebug.exp: Likewise.
9176 * gdb.base/step-bt.exp: Likewise.
9177 * gdb.cp/mb-inline.exp: Likewise.
9178 * gdb.cp/mb-templates.exp: Likewise.
9179 * gdb.objc/basicclass.exp: Likewise.
9180 * gdb.threads/killed.exp: Likewise.
9181
9182 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9183
9184 PR tdep/17379
9185 * gdb.arch/powerpc-stackless.S: New file.
9186 * gdb.arch/powerpc-stackless.exp: New file.
9187
9188 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9189
9190 * gdb.base/attach.c: Include unistd.h.
9191 (main): Call alarm. Add label postloop.
9192 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9193 gdb_breakpoint, gdb_continue_to_breakpoint.
9194 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9195
9196 2014-09-11 Pedro Alves <palves@redhat.com>
9197
9198 PR gdb/17347
9199 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9200 * gdb.base/attach.exp (test_command_line_attach_run): New
9201 procedure.
9202 (top level): Call it.
9203
9204 2014-09-11 Pedro Alves <palves@redhat.com>
9205
9206 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9207 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9208 (do_command_attach_tests): Use spawn_wait_for_attach.
9209 * gdb.base/solib-overlap.exp: Likewise.
9210 * gdb.multi/multi-attach.exp: Likewise.
9211 * gdb.python/py-prompt.exp: Likewise.
9212 * gdb.python/py-sync-interp.exp: Likewise.
9213 * gdb.server/ext-attach.exp: Likewise.
9214
9215 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9216
9217 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9218 command in testcase. Simplify testcase.
9219
9220 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9221
9222 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9223
9224 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9225
9226 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9227
9228 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9229
9230 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9231
9232 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9233
9234 * gdb.dwarf2/dynarr-ptr.c: New file.
9235 * gdb.dwarf2/dynarr-ptr.exp: New file.
9236
9237 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9238
9239 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9240 of 30 rather than hardcoding 120 for a slow test case. Take the
9241 `gdb,timeout' target setting into account for this calculation.
9242 Don't extend the timeout for the test cases that don't need it.
9243
9244 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9245
9246 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9247 a factor of 2 for a slow test case. Take the `gdb,timeout'
9248 target setting into account for this calculation.
9249 * gdb.reverse/until-precsave.exp: Increase the timeout by
9250 a factor of 15 and 3 respectively rather than adding 120
9251 for a pair of slow test cases. Take the `gdb,timeout'
9252 target setting into account for this calculation.
9253
9254 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9255
9256 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9257 timeout, don't pass one down to gdb_expect.
9258 (gdb_expect): Rework timeout selection.
9259
9260 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9261
9262 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9263 exception on timeout.
9264 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9265 (gdbserver_start_extended): Catch any `gdbserver_start' error
9266 exceptions.
9267 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9268 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9269 `gdbserver_gdb_load' error exceptions.
9270
9271 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9272
9273 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9274 120 on waiting for the TCP socket to open.
9275
9276 2014-09-09 Doug Evans <xdje42@gmail.com>
9277
9278 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9279 _caller_matches, _any_caller_is, _any_caller_matches.
9280
9281 2014-09-09 Doug Evans <xdje42@gmail.com>
9282
9283 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9284
9285 2014-09-09 Yao Qi <yao@codesourcery.com>
9286
9287 * gdb.mi/mi-var-display.exp: Set print symbol off.
9288
9289 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9290
9291 PR gdb/17035
9292 * gdb.base/commands.exp: Add tests to verify user-defined
9293 commands with empty bodies.
9294 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9295 python commands in `show user command`.
9296 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9297 scheme commands in `show user command`.
9298
9299 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9300
9301 PR python/17355
9302 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9303 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9304 * gdb.python/py-framefilter-invalidarg.exp: New file.
9305 * gdb.python/py-framefilter-invalidarg.py: New file.
9306
9307 2014-09-06 Doug Evans <xdje42@gmail.com>
9308
9309 PR 15276
9310 * gdb.python/py-caller-is.c: New file.
9311 * gdb.python/py-caller-is.exp: New file.
9312
9313 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9314
9315 PR gdb/17235
9316 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9317 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9318
9319 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9320
9321 PR fortran/17237
9322 * gdb.fortran/print-formatted.exp: New file.
9323 * gdb.fortran/print-formatted.f90: Likewise.
9324
9325 2014-09-03 Sasha Smundak <asmundak@google.com>
9326
9327 * gdb.python/py-frame.exp: Test Frame.read_register.
9328
9329 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9330
9331 PR python/16699
9332 * gdb.python/py-completion.exp: New file.
9333 * gdb.python/py-completion.py: Likewise.
9334
9335 2014-08-28 Doug Evans <dje@google.com>
9336
9337 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9338 eax,etc. are live with values set by gdb and thus the compiler can't
9339 use them.
9340 * gdb.arch/i386-pseudo.c (main): Ditto.
9341
9342 2014-08-27 Doug Evans <dje@google.com>
9343
9344 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9345
9346 2014-08-25 Doug Evans <dje@google.com>
9347
9348 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9349 (main): Ditto.
9350
9351 2014-08-25 Doug Evans <dje@google.com>
9352
9353 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9354
9355 2014-08-24 Yao Qi <yao@codesourcery.com>
9356
9357 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9358 symbol off.
9359 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9360
9361 2014-08-22 Doug Evans <dje@google.com>
9362
9363 PR 17276
9364 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9365 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9366 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9367
9368 2014-08-22 Yao Qi <yao@codesourcery.com>
9369
9370 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9371 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9372 * gdb.python/python.exp: Likewise. Use .py file on the host
9373 instead of the build.
9374
9375 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9376
9377 * gdb.threads/gcore-stale-thread.c: New file.
9378 * gdb.threads/gcore-stale-thread.exp: New file.
9379
9380 2014-08-21 Pedro Alves <palves@redhat.com>
9381
9382 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9383 * gdb.base/gcore-relro-pie.exp: Likewise.
9384 * gdb.base/gcore-relro.exp: Likewise.
9385 * gdb.base/gcore.exp: Likewise.
9386 * gdb.base/print-symbol-loading.exp: Likewise.
9387 * gdb.threads/gcore-thread.exp: Likewise.
9388 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9389
9390 2014-08-20 Pedro Alves <palves@redhat.com>
9391 Jan Kratochvil <jan.kratochvil@redhat.com>
9392
9393 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9394 configure.
9395 (EXPECT): Handle READ1 being set.
9396 (all): Depend on EXTRA_RULES.
9397 (check-read1, expect-read1, read1.so, read1): New rules.
9398 * README (Testsuite Parameters): Document the READ1 make variable.
9399 (Race detection): New section.
9400 * configure: Regenerate.
9401 * configure.ac: If build==host==target, and running under a
9402 GNU/glibc system, add read1 to the extra Makefile rules.
9403 (EXTRA_RULES): AC_SUBST it.
9404 * lib/read1.c: New file.
9405
9406 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9407
9408 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9409 the handling of variables declared as a typedef to an array
9410 which a DW_AT_data_location attribute.
9411
9412 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9413 Pedro Alves <palves@redhat.com>
9414
9415 PR symtab/14604
9416 PR symtab/14605
9417 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9418 gdb_test.
9419
9420 2014-08-19 Pedro Alves <palves@redhat.com>
9421
9422 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9423
9424 2014-08-19 Yao Qi <yao@codesourcery.com>
9425
9426 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9427 right line.
9428
9429 2014-08-18 David Blaikie <dblaikie@gmail.com>
9430
9431 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9432
9433 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9434
9435 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9436 attribute in array range.
9437
9438 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9439
9440 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9441
9442 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9443
9444 PR c++/17132
9445 * gdb.cp/pr17132.cc: New file.
9446 * gdb.cp/pr17132.exp: New file.
9447
9448 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9449
9450 * gdb.python/py-xmethods.py (A_getarrayind)
9451 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9452 Use 'print' with function call syntax.
9453 (E_method_matcher.match): Fix tab vs space indentation mixup.
9454
9455 2014-08-15 Yao Qi <yao@codesourcery.com>
9456
9457 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9458 false.
9459
9460 2014-08-15 Yao Qi <yao@codesourcery.com>
9461
9462 * gdb.cp/casts.exp: Set print symbol off.
9463 * gdb.cp/class2.exp: Likewise.
9464 * gdb.cp/overload.exp: Likewise.
9465 * gdb.cp/templates.exp: Likewise.
9466
9467 2014-08-11 Doug Evans <dje@google.com>
9468
9469 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9470 (test_load_shlib): Update.
9471
9472 2014-08-09 Yao Qi <yao@codesourcery.com>
9473
9474 * gdb.base/display.exp: Invoke is_address_zero_readable.
9475 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9476 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9477 * gdb.base/hbreak-unmapped.exp: Return if
9478 is_address_zero_readable returns true.
9479 * gdb.base/signest.exp: Likewise.
9480 * gdb.base/signull.exp: Likewise.
9481 * gdb.base/sigbpt.exp: Likewise.
9482 * gdb.guile/scm-disasm.exp: Do the test if
9483 is_address_zero_readable returns false.
9484 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9485 * gdb.python/py-arch.exp: Likewise.
9486 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9487 * lib/gdb.exp (is_address_zero_readable): New proc.
9488
9489 2014-08-09 Yao Qi <yao@codesourcery.com>
9490
9491 PR testsuite/13443
9492 * gdb.mi/mi-var-display.exp: Make test messages unique.
9493
9494 2014-08-04 Tom Tromey <tromey@redhat.com>
9495
9496 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9497 target 0".
9498
9499 2014-08-04 Tom Tromey <tromey@redhat.com>
9500
9501 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9502 "target_resume".
9503
9504 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9505
9506 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9507 inner_vla_struct_object_size.
9508 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9509 as xfail.
9510
9511 2014-07-30 Pedro Alves <palves@redhat.com>
9512
9513 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9514 comment.
9515
9516 2014-07-29 Yao Qi <yao@codesourcery.com>
9517
9518 PR gdb/17206
9519 * gdb.base/until-nodebug.exp: New.
9520
9521 2014-07-28 Doug Evans <xdje42@gmail.com>
9522
9523 PR guile/17203
9524 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9525 previously existing parameter, and previously ambiguously spelled
9526 parameter.
9527
9528 2014-07-28 Will Newton <will.newton@linaro.org>
9529
9530 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9531
9532 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9533 Doug Evans <xdje42@gmail.com>
9534
9535 PR guile/17146
9536 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9537
9538 2014-07-25 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.threads/signal-command-handle-nopass.c: New file.
9541 * gdb.threads/signal-command-handle-nopass.exp: New file.
9542 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9543 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9544 * gdb.threads/signal-delivered-right-thread.c: New file.
9545 * gdb.threads/signal-delivered-right-thread.exp: New file.
9546
9547 2014-07-25 Pedro Alves <palves@redhat.com>
9548
9549 * gdb.base/double-prompt-target-event-error.exp
9550 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9551 match.
9552 (cancel_pagination_in_target_event): Rework double prompt
9553 detection.
9554 * gdb.base/paginate-after-ctrl-c-running.exp
9555 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9556 <return>' match.
9557 * gdb.base/paginate-bg-execution.exp
9558 (test_bg_execution_pagination_return)
9559 (test_bg_execution_pagination_cancel): Remove '-notransfer
9560 <return>' matches.
9561 * gdb.base/paginate-execution-startup.exp
9562 (test_fg_execution_pagination_return)
9563 (test_fg_execution_pagination_cancel): Remove '-notransfer
9564 <return>' matches.
9565 * gdb.base/paginate-inferior-exit.exp
9566 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9567 match.
9568 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9569 * lib/gdb.exp (pagination_prompt): Run text through
9570 string_to_regexp.
9571 (gdb_test_multiple): Match $pagination_prompt instead of
9572 "<return>".
9573 (string_to_regexp): Move to lib/gdb-utils.exp.
9574
9575 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9576
9577 * gdb.arch/amd64-entry-value-paramref.S: New file.
9578 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9579 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9580 * gdb.arch/amd64-optimout-repeat.S: New file.
9581 * gdb.arch/amd64-optimout-repeat.c: New file.
9582 * gdb.arch/amd64-optimout-repeat.exp: New file.
9583
9584 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9585
9586 PR gdb/17170
9587 * gdb.base/statistics.exp: New file.
9588
9589 2014-07-17 Doug Evans <dje@google.com>
9590
9591 PR gdb/17170
9592 * gdb.base/maint.exp: Update testing of per-command stats.
9593
9594 2014-07-16 Pedro Alves <palves@redhat.com>
9595
9596 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9597 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9598 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9599 (tfile_write_buf): New functions.
9600 (add_memory_block): Rewrite using the above.
9601 (adjust_function_address): New function.
9602 (FUNCTION_ADDRESS): New macro.
9603 (write_basic_trace_file): Remove short_x local, and use
9604 tfile_write_16. Change type of func_addr local to unsigned long
9605 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9606 here. Cast argument of add_memory_block to char pointer.
9607 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9608 (main): Remove parameters.
9609 * gdb.trace/tfile.exp: Remove nowarnings.
9610
9611 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9612
9613 * gdb.base/debug-expr.exp: Test string evaluation with
9614 "debug expression" on.
9615
9616 2014-07-15 Pedro Alves <palves@redhat.com>
9617
9618 * gdb.base/reread.exp: Use clean_restart.
9619
9620 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9621
9622 * gdb.arch/avr-flash-qualifer.c: New.
9623 * gdb.arch/avr-flash-qualifer.exp: New.
9624
9625 2014-07-14 Pedro Alves <palves@redhat.com>
9626
9627 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9628 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9629
9630 2014-07-14 Pedro Alves <palves@redhat.com>
9631
9632 * gdb.base/double-prompt-target-event-error.c: New file.
9633 * gdb.base/double-prompt-target-event-error.exp: New file.
9634
9635 2014-07-14 Pedro Alves <palves@redhat.com>
9636
9637 PR gdb/17072
9638 * gdb.base/paginate-inferior-exit.c: New file.
9639 * gdb.base/paginate-inferior-exit.exp: New file.
9640
9641 2014-07-14 Pedro Alves <palves@redhat.com>
9642
9643 PR gdb/17072
9644 * gdb.base/paginate-bg-execution.c: New file.
9645 * gdb.base/paginate-bg-execution.exp: New file.
9646
9647 2014-07-14 Pedro Alves <palves@redhat.com>
9648
9649 PR gdb/17072
9650 * gdb.base/paginate-execution-startup.c: New file.
9651 * gdb.base/paginate-execution-startup.exp: New file.
9652 * lib/gdb.exp (pagination_prompt): New global.
9653 (default_gdb_spawn): New procedure, factored out from
9654 default_gdb_spawn.
9655 (default_gdb_start): Adjust to call default_gdb_spawn.
9656 (gdb_spawn): New procedure.
9657
9658 2014-07-14 Pedro Alves <palves@redhat.com>
9659
9660 * lib/gdb.exp (gdb_assert): New procedure.
9661 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9662
9663 2014-07-14 Pedro Alves <palves@redhat.com>
9664
9665 * gdb.base/execution-termios.c: New file.
9666 * gdb.base/execution-termios.exp: New file.
9667
9668 2014-07-14 Tom Tromey <tromey@redhat.com>
9669
9670 * gdb.cp/vla-cxx.cc: New file.
9671 * gdb.cp/vla-cxx.exp: New file.
9672
9673 2014-07-14 Tom Tromey <tromey@redhat.com>
9674
9675 * gdb.reverse/rerun-prec.c: New file.
9676 * gdb.reverse/rerun-prec.exp: New file.
9677
9678 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9679 Maciej W. Rozycki <macro@codesourcery.com>
9680
9681 * lib/gdb-utils.exp: New file.
9682 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9683 inline `gdb_init_command' processing.
9684 (gdb_start_cmd): Likewise.
9685 * lib/mi-support.exp (mi_run_cmd): Likewise.
9686 * README: Document `gdb_init_command' and `gdb_init_commands'.
9687
9688 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9689
9690 Fix false FAIL running under a very long directory name.
9691 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9692 and "set print elements 10000". Twice.
9693
9694 2014-07-11 Yao Qi <yao@codesourcery.com>
9695
9696 * gdb.base/exprs.exp: "set print symbol off".
9697
9698 2014-07-11 Pedro Alves <palves@redhat.com>
9699
9700 * gdb.threads/kill.c: New file.
9701 * gdb.threads/kill.exp: New file.
9702
9703 2014-07-10 Yao Qi <yao@codesourcery.com>
9704
9705 * gdb.trace/tfile.c (write_basic_trace_file)
9706 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9707 address written to trace file.
9708
9709 2014-07-09 Pedro Alves <palves@redhat.com>
9710
9711 * gdb.base/attach-wait-input.exp: New file.
9712 * gdb.base/attach-wait-input.c: New file.
9713
9714 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9715
9716 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9717 setting up test structures.
9718 (main): Call new test function.
9719 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9720 test function, continue into test function and walk test
9721 structures.
9722
9723 2014-07-02 Yao Qi <yao@codesourcery.com>
9724
9725 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9726 'bar_start' at the beginning of functions 'foo' and 'bar'
9727 respectively.
9728 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9729 instead of 'foo' and 'bar'.
9730
9731 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9732
9733 * gdb.btrace/segv.exp: New.
9734 * gdb.btrace/segv.c: New.
9735
9736 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9737
9738 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9739 instruction.
9740
9741 2014-06-30 Mark Wielaard <mjw@redhat.com>
9742
9743 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9744 vulture, vilify, villar): New volatile array constants.
9745 (vindictive, vegetation): New const volatile array constants.
9746 * gdb.base/volatile.exp: Test volatile and const volatile array
9747 types.
9748
9749 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9750
9751 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9752 target lacks support for awatch, rwatch, or hbreak.
9753
9754 2014-06-27 Yao Qi <yao@codesourcery.com>
9755
9756 * gdb.multi/dummy-frame-restore.exp: New.
9757 * gdb.multi/dummy-frame-restore.c: New.
9758
9759 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9760
9761 * gdb.btrace/gcore.exp: New.
9762
9763 2014-06-23 Pedro Alves <palves@redhat.com>
9764
9765 * gdb.base/watchpoint-reuse-slot.c: New file.
9766 * gdb.base/watchpoint-reuse-slot.exp: New file.
9767
9768 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9769
9770 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9771 progspace's filename in 'info', 'enable' and 'disable' command
9772 tests.
9773
9774 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9775
9776 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9777 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9778 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9779
9780 2014-06-20 Gary Benson <gbenson@redhat.com>
9781
9782 * gdb.arch/i386-avx.exp: Fix include file location.
9783 * gdb.arch/i386-sse.exp: Likewise.
9784
9785 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9786
9787 * gdb.dlang/expression.exp: New file.
9788
9789 2014-06-19 Pedro Alves <palves@redhat.com>
9790
9791 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9792 out from ...
9793 (top level): ... here. Iterate running tests under different
9794 scheduler-locking settings.
9795
9796 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9797
9798 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9799 to DW_FORM_addr and use non-zero addresses.
9800
9801 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9802
9803 PR gdb/17017
9804 * gdb.python/py-xmethods.cc: Add global function call counters and
9805 increment them in their respective functions. Remove "cout"
9806 statements.
9807 * gdb.python/py-xmethods.exp: Make tests check the global function
9808 call counters instead of depending on inferior IO.
9809
9810 2014-06-18 Don Breazeal <donb@codesourcery.com>
9811
9812 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9813 Deleted procedure.
9814 (explicit_fork_parent_follow): Deleted procedure.
9815 (explicit_fork_child_follow): Deleted procedure.
9816 (test_follow_fork): New procedure.
9817 (do_fork_tests): Replace calls to deleted procedures with
9818 calls to test_follow_fork and reset GDB for subsequent
9819 procedure calls.
9820
9821 2014-06-17 Yao Qi <yao@codesourcery.com>
9822
9823 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9824 CP1252.
9825
9826 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9827
9828 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9829 Initialize ptr and S explicitly.
9830 (skip_type_update_when_not_use_rtti_test): Likewise.
9831
9832 2014-06-16 Keith Seitz <keiths@redhat.com>
9833
9834 PR mi/15863
9835 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9836 the inferior is started.
9837
9838 2014-06-16 Pedro Alves <palves@redhat.com>
9839
9840 * gdb.base/break-main-file-remove-fail.c: New file.
9841 * gdb.base/break-main-file-remove-fail.exp: New file.
9842 * gdb.base/break-unload-file.exp: Use build_executable instead of
9843 prepare_for_testing.
9844 (test_break): New parameter "initial_load". Handle it.
9845 (top level): Add initial_load cmdline/file axis.
9846
9847 2014-06-12 Tom Tromey <tromey@redhat.com>
9848
9849 * gdb.base/completion.exp: Don't use directory name in test.
9850
9851 2014-06-09 Gary Benson <gbenson@redhat.com>
9852
9853 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9854 separate the always-available ANSI-standard signals from the
9855 signals that require checking.
9856 (main): Likewise.
9857 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9858 Likewise.
9859 (main): Likewise.
9860
9861 2014-06-07 Keith Seitz <keiths@redhat.com>
9862
9863 Revert:
9864 PR c++/16253
9865 * gdb.cp/var-tag.cc: New file.
9866 * gdb.cp/var-tag.exp: New file.
9867 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9868 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9869 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9870 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9871
9872 2014-06-06 Doug Evans <xdje42@gmail.com>
9873
9874 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9875
9876 2014-06-06 Pedro Alves <palves@redhat.com>
9877
9878 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9879 in target debug output instead of looking at RSP packets,
9880 disabling the test on any target that uses hardware stepping.
9881 Update comments.
9882
9883 2014-06-06 Pedro Alves <palves@redhat.com>
9884
9885 * gdb.base/break-unload-file.exp: Fix typo.
9886
9887 2014-06-06 Yao Qi <yao@codesourcery.com>
9888
9889 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9890 from "jit_function" to "^jit_function".
9891
9892 2014-06-06 Yao Qi <yao@codesourcery.com>
9893
9894 * gdb.base/async.c (foo): Add one statement.
9895 * gdb.base/async.exp: Get the next instruction address and
9896 match the output of "nexti" by instruction address. Match
9897 the hex address in the output of "finish".
9898
9899 2014-06-06 Gary Benson <gbenson@redhat.com>
9900
9901 * gdb.base/call-signals.c: Remove preprocessor conditionals
9902 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9903 SIGSEGV and SIGTERM.
9904 * gdb.base/sigall.c: Likewise.
9905 * gdb.base/unwindonsignal.c: Likewise.
9906 * gdb.reverse/sigall-reverse.c: Likewise.
9907
9908 2014-06-06 Yao Qi <yao@codesourcery.com>
9909
9910 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9911 readable, skip the test.
9912
9913 2014-06-06 Yao Qi <yao@codesourcery.com>
9914
9915 * gdb.threads/staticthreads.c (thread_function): Move the line
9916 setting breakpoint on forward.
9917 * gdb.threads/staticthreads.exp: Update comments.
9918
9919 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9920
9921 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9922 "history-append! type error".
9923
9924 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9925
9926 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9927 erroneous dprintf expected input.
9928
9929 2014-06-04 Doug Evans <xdje42@gmail.com>
9930
9931 * gdb.guile/scm-generics.exp: Delete.
9932
9933 2014-06-04 Doug Evans <xdje42@gmail.com>
9934
9935 * gdb.guile/scm-breakpoint.exp: Update.
9936 Add tests for breakpoint registration.
9937
9938 2014-06-04 Tom Tromey <tromey@redhat.com>
9939
9940 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9941 VLA-in-union.
9942 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9943 inner_vla_struct, vla_union types. Initialize objects of those
9944 types and compute their sizes.
9945
9946 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9947 Hui Zhu <hui@codesourcery.com>
9948
9949 * gdb.base/fileio.exp: Add test for shell not available as well as
9950 available.
9951 * gdb.base/fileio.c (test_system): Check for shell twice.
9952
9953 2014-06-04 Yao Qi <yao@codesourcery.com>
9954
9955 * gdb.base/auto-connect-native-target.exp: Remove redundant
9956 space from the regexp pattern.
9957
9958 2014-06-04 Yao Qi <yao@codesourcery.com>
9959
9960 * gdb.base/default.exp: Replace "child" with "native" in
9961 regexp pattern.
9962
9963 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9964
9965 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9966 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9967 * gdb.python/py-xmethods.py: Python script supporting the
9968 new testcase and tests.
9969
9970 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9971 Pedro Alves <palves@redhat.com>
9972
9973 PR breakpoints/17000
9974 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9975 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9976
9977 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9978
9979 * gdb.base/subst.exp: Add tests to verify partial path matching
9980 output.
9981
9982 2014-06-03 Pedro Alves <palves@redhat.com>
9983
9984 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9985 target that doesn't use software single-stepping.
9986
9987 2014-06-03 Pedro Alves <palves@redhat.com>
9988
9989 PR breakpoints/17000
9990 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9991 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9992
9993 2014-06-02 Doug Evans <xdje42@gmail.com>
9994
9995 * gdb.guile/scm-parameter.exp: New file.
9996
9997 2014-06-02 Doug Evans <xdje42@gmail.com>
9998
9999 * gdb.guile/scm-cmd.c: New file.
10000 * gdb.guile/scm-cmd.exp: New file.
10001
10002 2014-06-02 Doug Evans <xdje42@gmail.com>
10003
10004 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10005 pretty-printer lookup.
10006 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10007 (make-pp_s-printer): Call it.
10008 (make-pretty-printer-from-dict): New function.
10009 (lookup-pretty-printer-maker-from-dict): New function.
10010 (*pretty-printer*): Simplify.
10011 (make-objfile-pp_s-printer): New function.
10012 (install-objfile-pretty-printers!): New function.
10013 (make-progspace-pp_s-printer): New function.
10014 (install-progspace-pretty-printers!): New function.
10015 * gdb.guile/scm-progspace.c: New file.
10016 * gdb.guile/scm-progspace.exp: New file.
10017
10018 2014-06-02 Pedro Alves <palves@redhat.com>
10019
10020 * gdb.base/dprintf-bp-same-addr.c: New file.
10021 * gdb.base/dprintf-bp-same-addr.exp: New file.
10022
10023 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10024
10025 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10026 * gdb.arch/powerpc-power.s: Likewise.
10027
10028 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10029
10030 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10031
10032 2014-06-01 Yao Qi <yao@codesourcery.com>
10033
10034 * gdb.base/watchpoint.exp (test_watch_location): Check null
10035 pointer can be dereferenced. If not, do the test, otherwise
10036 skip it.
10037
10038 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10039
10040 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10041 results.
10042 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10043
10044 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10045
10046 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10047 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10048 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10049 * gdb.arch/amd64-invalid-stack-top.c: New file.
10050 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10051
10052 2014-05-30 Pedro Alves <palves@redhat.com>
10053
10054 PR breakpoints/17000
10055 * gdb.base/sss-bp-on-user-bp.c: New file.
10056 * gdb.base/sss-bp-on-user-bp.exp: New file.
10057
10058 2014-05-30 David Blaikie <dblaikie@gmail.com>
10059
10060 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10061 gnu_inline semantics via attribute.
10062 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10063 source explicitly specifies the required semantics.
10064
10065 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10066
10067 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10068
10069 2014-05-29 Pedro Alves <palves@redhat.com>
10070 Tom Tromey <tromey@redhat.com>
10071
10072 * gdb.base/async-shell.exp: Don't enable target-async.
10073 * gdb.base/async.exp
10074 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10075 parameter. Adjust.
10076 (top level): Don't test with "target-async".
10077 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10078 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10079 * gdb.base/inferior-died.exp: Don't enable target-async.
10080 * gdb.base/interrupt-noterm.exp: Likewise.
10081 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10082 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10083 * gdb.mi/mi-nonstop.exp: Likewise.
10084 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10085 * gdb.mi/mi-nsintrall.exp: Likewise.
10086 * gdb.mi/mi-nsmoribund.exp: Likewise.
10087 * gdb.mi/mi-nsthrexec.exp: Likewise.
10088 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10089 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10090 * gdb.python/py-evsignal.exp: Don't enable target-async.
10091 * gdb.python/py-evthreads.exp: Likewise.
10092 * gdb.python/py-prompt.exp: Likewise.
10093 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10094 * gdb.server/solib-list.exp: Don't enable target-async.
10095 * gdb.threads/thread-specific-bp.exp: Likewise.
10096 * lib/mi-support.exp: Adjust to use mi-async.
10097
10098 2014-05-29 Pedro Alves <palves@redhat.com>
10099
10100 PR gdb/13860
10101 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10102 reason, even in sync mode.
10103
10104 2014-05-29 Pedro Alves <palves@redhat.com>
10105 Hui Zhu <hui@codesourcery.com>
10106
10107 PR PR15693
10108 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10109 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10110 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10111 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10112
10113 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10114
10115 * config/monitor.exp (gdb_target_monitor): Replace use of
10116 "set remotebaud" by "set serial baud".
10117
10118 2014-05-26 Andy Wingo <wingo@igalia.com>
10119
10120 * gdb.guile/scm-breakpoint.exp:
10121 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10122 properties instead of gdb-object-properties.
10123
10124 2014-05-26 Yao Qi <yao@codesourcery.com>
10125
10126 * gdb.server/no-thread-db.exp: Specify source file name
10127 explicitly when setting a breakpoint.
10128
10129 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10130
10131 * gdb.btrace/vdso.c: New.
10132 * gdb.btrace/vdso.exp: New.
10133
10134 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10135
10136 * gdb.base/gcore.exp (capture_command_output): Move ...
10137 * lib/gdb.exp (capture_command_output): ... here.
10138
10139 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10140
10141 * gdb.btrace/data.exp: Test memory access during btrace replay.
10142
10143 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10144
10145 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10146
10147 2014-05-21 Pedro Alves <palves@redhat.com>
10148
10149 PR gdb/13860
10150 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10151 (top level): Test that output related to execution commands is
10152 sent to the console with CLI commands, but not with MI commands.
10153 Test that breakpoint events are always mirrored to the console.
10154 Also expect the new source line to be output after a "next" in
10155 async mode too. Make it a pass/fail test.
10156 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10157 output.
10158 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10159
10160 2014-05-21 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10163 Use them to test variations of "list" after reaching a breakpoint.
10164 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10165 Test "list" with listsize 10 after reaching a breakpoint.
10166 * gdb.python/python.exp (decode_line current location line
10167 number): Adjust expected line number.
10168
10169 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10170
10171 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10172 behavior for $args, pass it directly to "run".
10173
10174 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10175
10176 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10177 30000 to 65536.
10178
10179 2014-05-21 Pedro Alves <palves@redhat.com>
10180
10181 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10182 auto-connect-native-target off".
10183 * gdb.base/auto-connect-native-target.c: New file.
10184 * gdb.base/auto-connect-native-target.exp: New file.
10185
10186 2014-05-21 Pedro Alves <palves@redhat.com>
10187
10188 * gdb.base/default.exp: Test "target native" instead of "target
10189 child".
10190
10191 2014-05-21 Mark Wielaard <mjw@redhat.com>
10192
10193 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10194
10195 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10196
10197 Fix TLS access for -static -pthread.
10198 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10199 <HAVE_TLS> (thread_function, main): Initialize it.
10200 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10201 Add clean_restart.
10202 <$have_tls != "">: Check TLSVAR.
10203
10204 2014-05-21 Pedro Alves <palves@redhat.com>
10205
10206 * gdb.base/dcache-line-read-error.c: New.
10207 * gdb.base/dcache-line-read-error.exp: New.
10208
10209 2014-05-20 Pedro Alves <palves@redhat.com>
10210
10211 * gdb.base/compare-sections.c: New file.
10212 * gdb.base/compare-sections.exp: New file.
10213
10214 2014-05-20 Pedro Alves <palves@redhat.com>
10215
10216 * gdb.base/break-idempotent.c: New file.
10217 * gdb.base/break-idempotent.exp: New file.
10218
10219 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10220
10221 * gdb.btrace/nohist.exp: New.
10222
10223 2014-05-20 Yao Qi <yao@codesourcery.com>
10224
10225 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10226 gdb.reverse directory and gdb_reverse_timeout exists in board
10227 setting.
10228 * README: Document gdb_reverse_timeout.
10229
10230 2014-05-20 Yao Qi <yao@codesourcery.com>
10231
10232 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10233 'test_file_name'. Treat args as a string instead of a list.
10234 (gdb_init): Rename argument 'args' by 'test_file_name'.
10235
10236 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10237
10238 * gdb.arch/powerpc-power.exp: New file.
10239 * gdb.arch/powerpc-power.s: New file.
10240
10241 2014-05-16 Doug Evans <dje@google.com>
10242
10243 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10244 * gdb.base/completion.exp: Check that all expected files exist
10245 before doing file completion.
10246
10247 2014-05-16 Doug Evans <dje@google.com>
10248
10249 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10250 Update.
10251 (do_syscall_tests_without_xml): Update.
10252
10253 2014-05-16 Pedro Alves <palves@redhat.com>
10254
10255 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10256 instead of "unknown output after running".
10257
10258 2014-05-16 Yao Qi <yao@codesourcery.com>
10259
10260 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10261 file1.txt from host at the end.
10262 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10263
10264 2014-05-15 Doug Evans <dje@google.com>
10265
10266 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10267 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10268 loading file. Add test for TU lookup.
10269
10270 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10271
10272 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10273 calling "-exec-arguments" or "set args" before running the
10274 inferior.
10275
10276 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10277
10278 * lib/mi-support.exp (mi_expect_stop): Expect message for
10279 inferiors that exit with non-zero exit code.
10280
10281 2014-05-14 Yao Qi <yao@codesourcery.com>
10282
10283 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10284 match absolute path on remote host.
10285 (test_file_list_exec_source_files): Remove "/" from the
10286 pattern.
10287
10288 2014-05-14 Yao Qi <yao@codesourcery.com>
10289
10290 * boards/local-remote-host-notty.exp (${board}_file): New
10291 proc.
10292
10293 2014-05-07 Kyle McMartin <kyle@redhat.com>
10294
10295 Pushed by Joel Brobecker <brobecker@adacore.com>.
10296 * gdb.arch/aarch64-atomic-inst.c: New file.
10297 * gdb.arch/aarch64-atomic-inst.exp: New file.
10298
10299 2014-05-07 Yao Qi <yao@codesourcery.com>
10300
10301 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10302 in current context" too.
10303
10304 2014-05-05 Keith Seitz <keiths@redhat.com>
10305
10306 * gdb.linespec/ls-dollar.exp: Add test for linespec
10307 file:convenience_variable.
10308
10309 2014-05-05 Yao Qi <yao@codesourcery.com>
10310
10311 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10312 traceframes into tfile and ctf trace files. Read data from
10313 trace file and test collected data.
10314 (gdb_collect_locals_test): Likewise.
10315 (gdb_unavailable_registers_test): Likewise.
10316 (gdb_unavailable_floats): Likewise.
10317 (gdb_collect_globals_test): Likewise.
10318 (top-level): Append "ctf" to trace_file_targets if GDB
10319 supports.
10320
10321 2014-05-05 Yao Qi <yao@codesourcery.com>
10322
10323 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10324 code to ...
10325 (gdb_collect_args_test_1): ... it. New proc.
10326 (gdb_collect_locals_test): Move some code to ...
10327 (gdb_collect_locals_test_1): ... it. New proc.
10328 (gdb_unavailable_registers_test): Move some code to ...
10329 (gdb_unavailable_registers_test_1): ... it. New proc.
10330 (gdb_unavailable_floats): Move some code to ...
10331 (gdb_unavailable_floats_1): ... it. New proc.
10332
10333 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10334
10335 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10336 probes to test for bitness recognition.
10337 * gdb.arch/amd64-stap-optional-prefix.exp
10338 (test_probe_value_without_reg): New procedure.
10339 Add code to test for different kinds of bitness.
10340
10341 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10342
10343 PR breakpoints/16889
10344 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10345 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10346
10347 2014-05-01 Pedro Alves <palves@redhat.com>
10348
10349 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10350 gdb_file_cmd if no file is specified.
10351 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10352 last_loaded_file to set the remote exec-file.
10353
10354 2014-05-01 Pedro Alves <palves@redhat.com>
10355
10356 * boards/local-remote-host.exp: New file.
10357
10358 2014-05-01 Pedro Alves <palves@redhat.com>
10359
10360 * boards/local-remote-host.exp: Rename to ...
10361 * boards/local-remote-host-notty.exp: ... this.
10362
10363 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10364
10365 * gdb.ada/dyn_arrayidx: New testcase.
10366
10367 2014-04-26 Yao Qi <yao@codesourcery.com>
10368
10369 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10370 and compute the length of function main. Save it in
10371 $main_length.
10372 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10373 (top-level): Use gdb_compile to compile objects into
10374 executable and restart GDB. Remove invocation to
10375 prepare_for_testing.
10376
10377 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10378 Pedro Alves <palves@redhat.com>
10379
10380 PR server/16255
10381 * gdb.multi/multi-attach.c: New file.
10382 * gdb.multi/multi-attach.exp: New file.
10383
10384 2014-04-25 Pedro Alves <palves@redhat.com>
10385
10386 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10387 user.
10388 (top level): Test that "set remote conditional-breakpoints-packet
10389 off" works as intended.
10390 * gdb.base/dprintf.exp: Test that "set remote
10391 breakpoint-commands-packet off" works as intended.
10392 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10393 New function.
10394 (top level): Call it.
10395 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10396 remote fast-tracepoints-packet off" works as intended.
10397 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10398 * lib/gdb.exp (gdb_is_target_remote): ... here.
10399
10400 2014-04-24 David Blaikie <dblaikie@gmail.com>
10401
10402 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10403 ensure clang would not discard them.
10404 * gdb.base/gdbvars.c: Ditto.
10405 * gdb.base/memattr.c: Ditto.
10406 * gdb.base/whatis.c: Ditto.
10407 * gdb.python/py-prettyprint.c: Ditto.
10408 * gdb.trace/actions.c: Ditto.
10409 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10410 ensure clang would not discard it.
10411
10412 2014-04-24 David Blaikie <dblaikie@gmail.com>
10413
10414 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10415 clang to emit the full definition of type required by the test
10416 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10417
10418 2014-04-24 David Blaikie <dblaikie@gmail.com>
10419
10420 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10421 coax Clang into emitting the definition of the type.
10422 * gdb.cp/pr10728-x.h (y): Ditto.
10423 * gdb.cp/pr10728-y.cc (y): Ditto.
10424
10425 2014-04-24 David Blaikie <dblaikie@gmail.com>
10426
10427 * gdb.base/label.exp: XFAIL label related tests under Clang.
10428 * gdb.cp/cplabel.exp: Ditto.
10429 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10430 under Clang those using labels.
10431
10432 2014-04-25 Yao Qi <yao@codesourcery.com>
10433
10434 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10435 double_label.
10436 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10437 partial_label and double_label.
10438
10439 2014-04-24 David Blaikie <dblaikie@gmail.com>
10440
10441 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10442
10443 2014-04-24 David Blaikie <dblaikie@gmail.com>
10444
10445 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10446 of the function to work across GCC and Clang.
10447 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10448 pointer types (const void ** const V void **).
10449
10450 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10451 Walfred Tedeschi <walfred.tedeschi@intel.com>
10452
10453 * Makefile.in (EXECUTABLES): Added i386-avx512.
10454 * gdb.arch/i386-avx512.c: New file.
10455 * gdb.arch/i386-avx512.exp: Likewise.
10456
10457 2014-04-23 Keith Seitz <keiths@redhat.com>
10458
10459 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10460 (mi_make_breakpoint_table): New procedure.
10461 (mi_create_breakpoint): Use mi_make_breakpoint
10462 and return the result.
10463 (mi_make_breakpoint): New procedure.
10464 (mi_build_kv_pairs): New procedure.
10465
10466 * gdb.mi/mi-break.exp: Remove unused globals,
10467 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10468 All callers updated.
10469 * gdb.mi/mi-dprintf.exp: Use variable to track command
10470 number.
10471 Update all callers of mi_create_breakpoint and use
10472 mi_make_breakpoint_table.
10473 Remove any unused global variables.
10474 * gdb.mi/mi-nonstop.exp: Likewise.
10475 * gdb.mi/mi-nsintrall.exp: Likewise.
10476 * gdb.mi/mi-nsmoribund.exp: Likewise.
10477 * gdb.mi/mi-nsthrexec.exp: Likewise.
10478 * gdb.mi/mi-reverse.exp: Likewise.
10479 * gdb.mi/mi-simplerun.exp: Likewise.
10480 * gdb.mi/mi-stepn.exp: Likewise.
10481 * gdb.mi/mi-syn-frame.exp: Likewise.
10482 * gdb.mi/mi-until.exp: Likewise.
10483 * gdb.mi/mi-var-cp.exp: Likewise.
10484 * gdb.mi/mi-var-display.exp: Likewise.
10485 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10486 * gdb.mi/mi2-var-child.exp: Likewise.
10487 * gdb.mi/mi-vla-c99.exp: Likewise.
10488 * lib/mi-support.exp: Likewise.
10489
10490 From Ian Lance Taylor <iant@cygnus.com>:
10491 * lib/gdb.exp (parse_args): New procedure.
10492
10493 2014-04-23 Pedro Alves <palves@redhat.com>
10494
10495 * gdb.base/break-unload-file.c: New file.
10496 * gdb.base/break-unload-file.exp: New file.
10497 * gdb.base/sym-file-lib.c (baz): New function.
10498 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10499 field.
10500 (load): Store the segment's mapped size.
10501 (unload): New function.
10502 (unload_shlib): New function.
10503 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10504 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10505 set a breakpoint at baz, and call it.
10506 * gdb.base/sym-file.exp: New tests for stale breakpoint
10507 instructions.
10508
10509 2014-04-23 Pedro Alves <palves@redhat.com>
10510
10511 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10512 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10513 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10514 * gdb.base/hbreak-unmapped.c: New file.
10515 * gdb.base/hbreak-unmapped.exp: New file.
10516 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10517 * lib/gdb.exp (gdb_is_target_remote): ... here.
10518
10519 2014-04-22 Pedro Alves <palves@redhat.com>
10520
10521 * gdb.base/consecutive-step-over.c: New file.
10522 * gdb.base/consecutive-step-over.exp: New file.
10523
10524 2014-04-22 Pedro Alves <palves@redhat.com>
10525
10526 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10527 instead of send_gdb/gdb_expect.
10528
10529 2014-04-22 Yao Qi <yao@codesourcery.com>
10530
10531 * lib/trace-support.exp (generate_tracefile): New procedure.
10532 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10533 return 0.
10534 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10535 if generate_tracefile returns 1.
10536
10537 2014-04-18 Tom Tromey <palves@redhat.com>
10538 Pedro alves <tromey@redhat.com>
10539
10540 PR backtrace/15558
10541 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10542 with a backtrace limit.
10543 * gdb.python/py-frame-inline.exp: Test running to an inline
10544 function with a backtrace limit, and printing the newest frame.
10545 * gdb.python/py-frame-inline.c (main): Call f.
10546
10547 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10548
10549 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10550
10551 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10552
10553 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10554 Drop prefix from unsupported source file path.
10555
10556 2014-04-17 Yao Qi <yao@codesourcery.com>
10557
10558 * lib/gdb.exp (with_target_charset): New proc.
10559 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10560 with_target_charset.
10561 (test_print_strings): Likewise.
10562 (test_repeat_bytes): Likewise.
10563 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10564 for some tests.
10565
10566 2014-04-16 Keith Seitz <keiths@redhat.com>
10567
10568 PR gdb/15827
10569 * gdb.dwarf2/corrupt.c: New file.
10570 * gdb.dwarf2/corrupt.exp: New file.
10571
10572 2014-04-16 Keith Seitz <keiths@redhat.com>
10573
10574 PR c++/16597
10575 * gdb.cp/namelessclass.cc: New file.
10576 * gdb.cp/namelessclass.exp: New file.
10577 * gdb.cp/namelessclass.S: New file.
10578
10579 2014-04-16 Doug Evans <dje@google.com>
10580
10581 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10582 Add comment.
10583 (gdbserver_default_get_comm_port): New function.
10584 (gdbserver_start): Check if board file provided
10585 "gdbserver,get_comm_port" and use it if so.
10586 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10587 (gdb,socketport): Set to "stdio".
10588 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10589 (stdio_gdbserver_template): Delete.
10590 (${board}_get_remote_address): Update.
10591 (${board}_build_remote_cmd): Delete.
10592 (${board}_get_comm_port): New function.
10593 (${board}_spawn): Update.
10594 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10595 Delete.
10596 (${board}_get_remote_address): Update.
10597 (${board}_get_comm_port): New function.
10598
10599 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10600
10601 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10602 appearing in any order.
10603
10604 2014-04-15 Doug Evans <dje@google.com>
10605
10606 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10607 uninitialized value of "description".
10608
10609 2014-04-15 Keith Seitz <keiths@redhat.com>
10610
10611 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10612 Remove unused globals.
10613 (test_running_the_program): Likewise.
10614 (test_controlled_execution): Likewise.
10615 (test_controlling_breakpoints): Likewise.
10616 (test_program_termination): Likewise.
10617
10618 2014-04-15 Keith Seitz <keiths@redhat.com>
10619
10620 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10621 unused globals.
10622 (test_rbreak_creation_and_listing): Likewise.
10623 (test_ignore_count): Likewise.
10624 (test_error): Likewise.
10625
10626 2014-04-15 Pedro Alves <palves@redhat.com>
10627
10628 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10629 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10630 sym-file-loader.c.
10631 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10632 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10633 to sym-file-loader.c.
10634 (struct library): Forward declare.
10635 (load_shlib, lookup_function): Change prototypes.
10636 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10637 (translate_offset): Remove declarations.
10638 (get_text_addr): New declaration.
10639 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10640 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10641 sym-file-loader.h.
10642 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10643 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10644 here from sym-file-loader.h.
10645 (struct library): New structure.
10646 (load_shlib, lookup_function): Change prototypes and adjust to
10647 work with a struct library.
10648 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10649 (translate_offset): Make static.
10650 (get_text_addr): New function.
10651 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10652
10653 2014-04-15 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10656
10657 2014-04-15 Pedro Alves <palves@redhat.com>
10658
10659 * gdb.base/sym-file-loader.c: Include <limits.h>.
10660 (SELF_LINK): New define.
10661 (get_origin): New function.
10662 (load_shlib): Use it.
10663 * gdb.base/sym-file.exp: Don't early return if the target is
10664 remote. Use runto_main, and issue fail is that fails. Use
10665 gdb_load_shlibs.
10666 (shlib_name): Delete.
10667 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10668
10669 2014-04-15 Pedro Alves <palves@redhat.com>
10670
10671 * gdb.base/sym-file.exp: Remove regex characters from test
10672 message. Don't refer to breakpoint numbers in test messages.
10673
10674 2014-04-14 Keith Seitz <keiths@redhat.com>
10675
10676 PR c++/16253
10677 * gdb.cp/var-tag.cc: New file.
10678 * gdb.cp/var-tag.exp: New file.
10679 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10680 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10681 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10682 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10683
10684 2014-04-14 Tom Tromey <tromey@redhat.com>
10685
10686 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10687 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10688 type.
10689 * gdb.cp/enum-class.exp: New file.
10690 * gdb.cp/enum-class.cc: New file.
10691
10692 2014-04-14 Tom Tromey <tromey@redhat.com>
10693
10694 * gdb.dwarf2/enum-type.exp: New file.
10695
10696 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10697
10698 * gdb.mi/mi-vla-c99.exp: New file.
10699 * gdb.mi/vla.c: New file.
10700
10701 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10702
10703 * gdb.base/vla-datatypes.c: New file.
10704 * gdb.base/vla-datatypes.exp: New file.
10705
10706 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10707
10708 * gdb.base/vla-ptr.c: New file.
10709 * gdb.base/vla-ptr.exp: New file.
10710
10711 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10712
10713 * gdb.dwarf2/count.exp: New file.
10714
10715 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10716
10717 * gdb.base/vla-sideeffect.c: New file.
10718 * gdb.base/vla-sideeffect.exp: New file.
10719
10720 2014-04-14 David Blaikie <dblaikie@gmail.com>
10721
10722 * gdb.mi/non-stop.c: Add return value for non-void function return
10723 statement.
10724 * gdb.threads/staticthreads.c: Ditto.
10725
10726 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10727 Doug Evans <xdje42@gmail.com>
10728
10729 * gdb.guile/scm-value.c: Improve test case.
10730 * gdb.guile/scm-value.exp: Add new test.
10731
10732 2014-04-11 David Blaikie <dblaikie@gmail.com>
10733
10734 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10735 override Clang's default.
10736
10737 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10738
10739 Revert the following changes (regressions):
10740
10741 * gdb.base/vla-sideeffect.c: New file.
10742 * gdb.base/vla-sideeffect.exp: New file.
10743
10744 * gdb.dwarf2/count.exp: New file.
10745
10746 * gdb.base/vla-multi.c: New file.
10747 * gdb.base/vla-multi.exp: New file.
10748
10749 * gdb.base/vla-ptr.c: New file.
10750 * gdb.base/vla-ptr.exp: New file.
10751
10752 * gdb.base/vla-datatypes.c: New file.
10753 * gdb.base/vla-datatypes.exp: New file.
10754
10755 * gdb.mi/mi-vla-c99.exp: New file.
10756 * gdb.mi/vla.c: New file.
10757
10758 2014-04-11 Keith Seitz <keiths@redhat.com>
10759
10760 PR c++/16675
10761 * gdb.cp/cpsizeof.exp: New file.
10762 * gdb.cp/cpsizeof.cc: New file.
10763
10764 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10765
10766 * gdb.mi/mi-vla-c99.exp: New file.
10767 * gdb.mi/vla.c: New file.
10768
10769 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10770
10771 * gdb.base/vla-datatypes.c: New file.
10772 * gdb.base/vla-datatypes.exp: New file.
10773
10774 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10775
10776 * gdb.base/vla-ptr.c: New file.
10777 * gdb.base/vla-ptr.exp: New file.
10778
10779 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10780
10781 * gdb.base/vla-multi.c: New file.
10782 * gdb.base/vla-multi.exp: New file.
10783
10784 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10785
10786 * gdb.dwarf2/count.exp: New file.
10787
10788 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10789
10790 * gdb.base/vla-sideeffect.c: New file.
10791 * gdb.base/vla-sideeffect.exp: New file.
10792
10793 2014-04-11 Yao Qi <yao@codesourcery.com>
10794
10795 * gdb.base/completion.exp: Check file exists before running tests
10796 on file completion.
10797
10798 2014-04-10 Pedro Alves <palves@redhat.com>
10799
10800 * gdb.base/cond-eval-mode.c: New file.
10801 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10802 prepare_for_testing to build the new file. Check result of
10803 runto_main.
10804 (test_break, test_watch): New procedures.
10805 (top level): Use them.
10806
10807 2014-04-08 Pierre Muller <muller@sourceware.org>
10808
10809 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10810 Ctrl-V use for mingw hosts.
10811
10812 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10813
10814 * gdb.python/py-value.c: Improve test case.
10815 * gdb.python/py-value.exp: Add new test.
10816
10817 2014-04-07 David Blaikie <dblaikie@gmail.com>
10818
10819 * lib/compiler.c: Identify the clang compiler.
10820 * lib/compiler.cc: Ditto.
10821
10822 2014-04-03 Yao Qi <yao@codesourcery.com>
10823
10824 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10825
10826 2014-04-01 Anton Blanchard <anton@samba.org>
10827
10828 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10829 messages unique.
10830
10831 2014-04-01 Anton Blanchard <anton@samba.org>
10832
10833 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10834 prepare_for_testing.
10835
10836 2014-04-01 Anton Blanchard <anton@samba.org>
10837
10838 * gdb.arch/ppc64-atomic-inst.c: Remove.
10839 * gdb.arch/ppc64-atomic-inst.S: New file.
10840 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10841
10842 2014-03-31 Doug Evans <dje@google.com>
10843
10844 * gdb.base/print-symbol-loading-lib.c: New file.
10845 * gdb.base/print-symbol-loading-main.c: New file.
10846 * gdb.base/print-symbol-loading.exp: New file.
10847
10848 2014-03-31 Yao Qi <yao@codesourcery.com>
10849
10850 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10851
10852 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10853
10854 * gdb.ada/mi_dyn_arr: New testcase.
10855
10856 2014-03-27 Doug Evans <dje@google.com>
10857
10858 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10859
10860 2014-03-27 Yao Qi <yao@codesourcery.com>
10861
10862 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10863 if target is nios2-*-*.
10864
10865 2014-03-26 Yao Qi <yao@codesourcery.com>
10866
10867 * lib/gdb.exp (readline_is_used): New proc.
10868 * gdb.base/completion.exp: Move tests on command complete up.
10869 Skip the rest of tests if readline is not used.
10870 * gdb.ada/complete.exp: Skp the test if readline is not
10871 used.
10872 * gdb.base/filesym.exp: Likewise.
10873 * gdb.base/macscp.exp: Likewise.
10874 * gdb.base/readline-ask.exp: Likewise.
10875 * gdb.base/readline.exp: Likewise.
10876 * gdb.python/py-cmd.exp: Likewise.
10877 * gdb.trace/tfile.exp: Likewise.
10878
10879 2014-03-26 Yao Qi <yao@codesourcery.com>
10880
10881 * gdb.base/macscp.exp: Fix code format issues.
10882
10883 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10884
10885 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10886 * gdb.asm/powerpc64le.inc: New file.
10887
10888 2014-03-25 Pedro Alves <palves@redhat.com>
10889 Doug Evans <dje@google.com>
10890
10891 * gdb.base/source-execution.c: New file.
10892 * gdb.base/source-execution.exp: New file.
10893 * gdb.base/source-execution.gdb: New file.
10894
10895 2014-03-24 Doug Evans <dje@google.com>
10896
10897 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10898 using fission.
10899
10900 2014-03-24 Hui Zhu <hui@codesourcery.com>
10901 Pedro Alves <palves@redhat.com>
10902
10903 PR breakpoints/16101
10904 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10905 test pass/fail messages. Detect missing support for dprintf when
10906 breakpoints are actually inserted.
10907 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10908 breakpoints are actually inserted.
10909 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10910 fails.
10911
10912 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10913
10914 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10915
10916 2014-03-22 Doug Evans <xdje42@gmail.com>
10917
10918 * gdb.python/python.exp (python not supported): Verify multi-line
10919 python command issues an error.
10920 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10921 guile command issues an error.
10922
10923 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10924
10925 * gdb.threads/thread-specific.exp: Handle the lack of usable
10926 $this_breakpoint and $this_thread.
10927
10928 2014-03-21 Hui Zhu <hui@codesourcery.com>
10929
10930 * gdb.base/attach.exp (do_command_attach_tests): New.
10931
10932 2014-03-20 Tom Tromey <tromey@redhat.com>
10933 Pedro Alves <palves@redhat.com>
10934
10935 PR cli/15718
10936 * gdb.base/condbreak-call-false.c: New file.
10937 * gdb.base/condbreak-call-false.exp: New file.
10938
10939 2014-03-20 Pedro Alves <palves@redhat.com>
10940
10941 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10942 Delete.
10943 (block_signals, unblock_signals): Delete.
10944 (child_function_2, main): Remove references to deleted variable
10945 and functions.
10946
10947 2014-03-20 Pedro Alves <palves@redhat.com>
10948
10949 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10950 Use pthread_kill to signal thread 2.
10951 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10952 Adjust to make the test send itself a signal rather than using the
10953 host's "kill" command.
10954
10955 2014-03-20 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.threads/multiple-step-overs.c: New file.
10958 * gdb.threads/multiple-step-overs.exp: New file.
10959 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10960 Adjust expected infrun debug output.
10961
10962 2014-03-20 Pedro Alves <palves@redhat.com>
10963
10964 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10965 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10966
10967 2014-03-20 Pedro Alves <palves@redhat.com>
10968
10969 PR breakpoints/7143
10970 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10971 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10972 of gdb_test_multiple.
10973 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10974 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10975
10976 2014-03-20 Pedro Alves <palves@redhat.com>
10977
10978 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10979 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10980
10981 2014-03-19 Pedro Alves <palves@redhat.com>
10982
10983 * gdb.base/async.exp: Remove early return.
10984
10985 2014-03-19 Pedro Alves <palves@redhat.com>
10986
10987 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10988
10989 2014-03-19 Pedro Alves <palves@redhat.com>
10990
10991 * gdb.base/async.exp (test_background): Expect \r\n after
10992 "completed." in the fail pattern.
10993
10994 2014-03-19 Pedro Alves <palves@redhat.com>
10995
10996 * gdb.base/async.exp (test_background): New procedure.
10997 Use it for all background execution command tests.
10998
10999 2014-03-19 Pedro Alves <palves@redhat.com>
11000
11001 * gdb.base/async.exp: Use prepare_for_testing.
11002
11003 2014-03-19 Pedro Alves <palves@redhat.com>
11004
11005 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11006 the same line.
11007
11008 2014-03-19 Pedro Alves <palves@redhat.com>
11009
11010 * gdb.base/async.c (main): Add "jump here" and "until here" line
11011 marker comments.
11012 * gdb.base/async.exp (jump_here): New global.
11013 (jump& test): Use it.
11014 (until_here): New global.
11015 (until& test): Use it.
11016
11017 2014-03-19 Pedro Alves <palves@redhat.com>
11018
11019 * gdb.base/async.exp: Don't frob gdb_protocol.
11020
11021 2014-03-18 Doug Evans <xdje42@gmail.com>
11022
11023 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11024 Fix spelling of exec-done-display.
11025
11026 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11027
11028 PR gdb/15358
11029 * gdb.base/gdb-sigterm.c: New file.
11030 * gdb.base/gdb-sigterm.exp: New file.
11031
11032 2014-03-18 Pedro Alves <palves@redhat.com>
11033
11034 PR gdb/13860
11035 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11036 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11037 solib-event.
11038
11039 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11040
11041 * gdb.ada/pckd_arr_ren: New testcase.
11042
11043 2014-03-13 Doug Evans <xdje42@gmail.com>
11044
11045 PR guile/16612
11046 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11047 collect after discarding symbols.
11048
11049 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11050 Doug Evans <xdje42@gmail.com>
11051
11052 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11053 to history survives a gc.
11054
11055 2014-03-13 Pedro Alves <palves@redhat.com>
11056
11057 * gdb.base/default.exp: Don't test "target procfs".
11058
11059 2014-03-13 Pedro Alves <palves@redhat.com>
11060
11061 * gdb.base/default.exp: Update "target child" and "target procfs"
11062 tests to not expect "Unix".
11063
11064 2014-03-12 Tom Tromey <tromey@redhat.com>
11065
11066 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11067 New procs. Add target-async tests.
11068 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11069 Add target-async tests.
11070
11071 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11072
11073 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11074 'func_start' and 'func_end' for the beginning and end of the
11075 function code, respectively.
11076 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11077 'func_end' instead of 'func' and 'main'.
11078
11079 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11080
11081 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11082 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11083 generate the debug info assembler source.
11084
11085 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11086
11087 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11088 * gdb.dwarf2/arr-subrange.exp: Likewise.
11089 * gdb.dwarf2/dwz.exp: Likewise.
11090 * gdb.dwarf2/method-ptr.exp: Likewise.
11091 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11092 * gdb.dwarf2/subrange.exp: Likewise.
11093 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11094 * gdb.dwarf2/implptrpiece.exp: Likewise.
11095 * gdb.dwarf2/nostaticblock.exp: Likewise.
11096
11097 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11098
11099 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11100 directory to absolute path name arguments.
11101
11102 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11103
11104 * gdb.ada/tagged_access: New testcase.
11105
11106 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11107
11108 * gdb.btrace/data.exp: Update expected output.
11109
11110 2014-03-06 Yao Qi <yao@codesourcery.com>
11111
11112 * gdb.trace/pr16508.exp: New file.
11113
11114 2014-03-05 Pedro Alves <palves@redhat.com>
11115
11116 PR gdb/16575
11117 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11118 procedure.
11119 (top level): Adjust to use it. Add tests that exercise breakpoint
11120 interaction with the code-cache.
11121
11122 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11123
11124 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11125 test for 'history-append!'.
11126
11127 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11128
11129 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11130 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11131 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11132 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11133 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11134 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11135
11136 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11137
11138 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11139 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11140 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11141
11142 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11143
11144 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11145
11146 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11147
11148 * gdb.dwarf2/arr-stride.c: New file.
11149 * gdb.dwarf2/arr-stride.exp: New file.
11150
11151 2014-02-26 Pedro Alves <palves@redhat.com>
11152
11153 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11154 that won't ever trigger. Make sure that GDB reports the correct
11155 breakpoint that caused the stop.
11156
11157 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11158
11159 PR gdb/16626
11160 * gdb.base/auto-load-script: New file.
11161 * gdb.base/auto-load.c: New file.
11162 * gdb.base/auto-load.exp: New file.
11163
11164 PR gdb/16626
11165 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11166
11167 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11168
11169 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11170 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11171
11172 2014-02-24 Doug Evans <dje@google.com>
11173
11174 * lib/gdb.exp (run_on_host): Log error output if program fails.
11175
11176 2014-02-21 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.threads/step-after-sr-lock.c: Rename to ...
11179 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11180 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11181 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11182 ... this.
11183
11184 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11185
11186 PR tdep/16397
11187 * gdb.arch/amd64-stap-special-operands.exp: New file.
11188 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11189 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11190 * gdb.arch/amd64-stap-triplet.S: Likewise.
11191 * gdb.arch/amd64-stap-triplet.c: Likewise.
11192
11193 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11194
11195 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11196 in .section pseudo-op.
11197
11198 2014-02-20 lin zuojian <manjian2006@gmail.com>
11199 Joel Brobecker <brobecker@adacore.com>
11200 Doug Evans <xdje42@gmail.com>
11201
11202 PR symtab/16581
11203 * gdb.dwarf2/dw2-icycle.S: New file.
11204 * gdb.dwarf2/dw2-icycle.c: New file.
11205 * gdb.dwarf2/dw2-icycle.exp: New file.
11206
11207 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11208
11209 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11210 operations on gdb.Value objects.
11211 * gdb.python/py-value-cc.exp: Add new test to test operations on
11212 gdb.Value objects.
11213
11214 2014-02-18 Doug Evans <dje@google.com>
11215
11216 * Makefile.in (TESTS): New variable.
11217 (expanded_tests, expanded_tests_or_none): New variables
11218 (check-single): Pass $(expanded_tests_or_none) to runtest.
11219 (check-parallel): Only run tests in $(TESTS) if non-empty.
11220 (check/no-matching-tests-found): New rule.
11221 * README: Document TESTS makefile variable.
11222
11223 2014-02-18 Doug Evans <dje@google.com>
11224
11225 * Makefile.in (check-parallel): rm -rf outputs temp.
11226
11227 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11228
11229 Fix "ERROR: no fileid for" in the testsuite.
11230 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11231
11232 2014-02-12 Doug Evans <dje@google.com>
11233
11234 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11235 (MISCELLANEOUS): New variable.
11236 (clean): rm -rf $(MISCELLANEOUS).
11237 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11238 dwp live in the same directory as symlinks, with each symlink pointed
11239 to a differently named file in a different directory.
11240
11241 2014-02-11 Doug Evans <dje@google.com>
11242
11243 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11244 of Tcl file commands.
11245
11246 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11247
11248 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11249 "kill -SIGUSR1 -1".
11250
11251 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11252
11253 * gdb.ada/tick_length_array_enum_idx: New testcase.
11254
11255 2014-02-10 Doug Evans <xdje42@gmail.com>
11256
11257 * configure.ac (AC_OUTPUT): Add gdb.guile.
11258 * configure: Regenerate.
11259 * lib/gdb-guile.exp: New file.
11260 * lib/gdb.exp (get_target_charset): New function.
11261 * gdb.base/help.exp: Update expected output from "apropos apropos".
11262 * gdb.guile/Makefile.in: New file.
11263 * gdb.guile/guile.exp: New file.
11264 * gdb.guile/scm-arch.c: New file.
11265 * gdb.guile/scm-arch.exp: New file.
11266 * gdb.guile/scm-block.c: New file.
11267 * gdb.guile/scm-block.exp: New file.
11268 * gdb.guile/scm-breakpoint.c: New file.
11269 * gdb.guile/scm-breakpoint.exp: New file.
11270 * gdb.guile/scm-disasm.c: New file.
11271 * gdb.guile/scm-disasm.exp: New file.
11272 * gdb.guile/scm-equal.c: New file.
11273 * gdb.guile/scm-equal.exp: New file.
11274 * gdb.guile/scm-error.exp: New file.
11275 * gdb.guile/scm-error.scm: New file.
11276 * gdb.guile/scm-frame-args.c: New file.
11277 * gdb.guile/scm-frame-args.exp: New file.
11278 * gdb.guile/scm-frame-args.scm: New file.
11279 * gdb.guile/scm-frame-inline.c: New file.
11280 * gdb.guile/scm-frame-inline.exp: New file.
11281 * gdb.guile/scm-frame.c: New file.
11282 * gdb.guile/scm-frame.exp: New file.
11283 * gdb.guile/scm-generics.exp: New file.
11284 * gdb.guile/scm-gsmob.exp: New file.
11285 * gdb.guile/scm-iterator.c: New file.
11286 * gdb.guile/scm-iterator.exp: New file.
11287 * gdb.guile/scm-math.c: New file.
11288 * gdb.guile/scm-math.exp: New file.
11289 * gdb.guile/scm-objfile-script-gdb.in: New file.
11290 * gdb.guile/scm-objfile-script.c: New file.
11291 * gdb.guile/scm-objfile-script.exp: New file.
11292 * gdb.guile/scm-objfile.c: New file.
11293 * gdb.guile/scm-objfile.exp: New file.
11294 * gdb.guile/scm-ports.exp: New file.
11295 * gdb.guile/scm-pretty-print.c: New file.
11296 * gdb.guile/scm-pretty-print.exp: New file.
11297 * gdb.guile/scm-pretty-print.scm: New file.
11298 * gdb.guile/scm-section-script.c: New file.
11299 * gdb.guile/scm-section-script.exp: New file.
11300 * gdb.guile/scm-section-script.scm: New file.
11301 * gdb.guile/scm-symbol.c: New file.
11302 * gdb.guile/scm-symbol.exp: New file.
11303 * gdb.guile/scm-symtab-2.c: New file.
11304 * gdb.guile/scm-symtab.c: New file.
11305 * gdb.guile/scm-symtab.exp: New file.
11306 * gdb.guile/scm-type.c: New file.
11307 * gdb.guile/scm-type.exp: New file.
11308 * gdb.guile/scm-value-cc.cc: New file.
11309 * gdb.guile/scm-value-cc.exp: New file.
11310 * gdb.guile/scm-value.c: New file.
11311 * gdb.guile/scm-value.exp: New file.
11312 * gdb.guile/source2.scm: New file.
11313 * gdb.guile/types-module.cc: New file.
11314 * gdb.guile/types-module.exp: New file.
11315
11316 2014-02-10 Yao Qi <yao@codesourcery.com>
11317
11318 PR testsuite/16543
11319 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11320 * configure: Regenerated.
11321 * Makefile.in: New file.
11322
11323 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11324
11325 * gdb.python/py-framefilter.exp: Fix typo.
11326
11327 2014-02-08 Yao Qi <yao@codesourcery.com>
11328
11329 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11330 that no =breakpoint-modified is emitted when breakpoints are
11331 modified through MI commands.
11332
11333 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11334 Pedro Alves <palves@redhat.com>
11335
11336 * gdb.threads/step-after-sr-lock.c: New file.
11337 * gdb.threads/step-after-sr-lock.exp: New file.
11338
11339 2014-02-07 Pedro Alves <palves@redhat.com>
11340
11341 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11342
11343 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11344
11345 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11346 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11347
11348 2014-02-06 Doug Evans <xdje42@gmail.com>
11349
11350 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11351 output.
11352
11353 * gdb.gdb/python-interrupts.exp: New file.
11354
11355 2014-02-05 Yao Qi <yao@codesourcery.com>
11356
11357 * gdb.trace/report.exp (use_collected_data): Test the output
11358 of "info threads" and "info inferiors".
11359
11360 2014-02-05 Yao Qi <yao@codesourcery.com>
11361
11362 Revert this patch:
11363
11364 2013-05-24 Yao Qi <yao@codesourcery.com>
11365
11366 * gdb.trace/tfile.exp: Test inferior and thread.
11367
11368 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11369
11370 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11371 on a function.
11372 * gdb.base/step-bt.c: Call hello via function pointer to make
11373 sure its first instruction is executed on powerpc64le-linux.
11374
11375 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11376
11377 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11378
11379 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11380
11381 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11382 of the test patterns for use on little-endian systems.
11383
11384 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11385
11386 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11387 (decimal_vector): Fix for little-endian.
11388
11389 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11390
11391 * gdb.arch/sparc-sysstep.exp: New file.
11392 * gdb.arch/sparc-sysstep.c: Likewise.
11393
11394 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11395
11396 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11397
11398 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11399
11400 2014-01-23 Tom Tromey <tromey@redhat.com>
11401
11402 * gdb.ada/array_char_idx: New testcase.
11403
11404 2014-01-23 Tom Tromey <tromey@redhat.com>
11405
11406 PR python/16487:
11407 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11408 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11409 classes.
11410
11411 2014-01-23 Tom Tromey <tromey@redhat.com>
11412
11413 PR python/16491:
11414 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11415 string from an inferior frame.
11416 * gdb.python/py-framefilter-mi.exp: Update.
11417
11418 2014-01-22 Doug Evans <dje@google.com>
11419
11420 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11421
11422 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11423
11424 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11425
11426 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11427
11428 * gdb.trace/entry-values.exp: Remove excess space character from
11429 regex patterns. Handle s390 call instruction.
11430
11431 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11432
11433 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11434 define "*_start" label. Make "name" static.
11435 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11436 ${name} by references to ${name}_start.
11437
11438 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11439
11440 * gdb.base/info-macros.exp: Remove "debug" from the compile
11441 options.
11442
11443 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11444
11445 * gdb.dlang/demangle.exp: New file.
11446
11447 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11448
11449 * gdb.dlang/primitive-types.exp: New file.
11450
11451 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11452
11453 * configure.ac: Create gdb.dlang/Makefile.
11454 * configure: Regenerate.
11455 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11456 * gdb.dlang/Makefile.in: New file.
11457 * lib/d-support.exp: New file.
11458 * lib/gdb.exp (skip_d_tests): New proc.
11459
11460 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11461
11462 * gdb.btrace/delta.exp: Check reverse stepi.
11463 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11464 * gdb.btrace/finish.exp: New.
11465 * gdb.btrace/next.exp: New.
11466 * gdb.btrace/nexti.exp: New.
11467 * gdb.btrace/record_goto.c: Add comments.
11468 * gdb.btrace/step.exp: New.
11469 * gdb.btrace/stepi.exp: New.
11470 * gdb.btrace/multi-thread-step.c: New.
11471 * gdb.btrace/multi-thread-step.exp: New.
11472 * gdb.btrace/rn-dl-bind.c: New.
11473 * gdb.btrace/rn-dl-bind.exp: New.
11474 * gdb.btrace/data.c: New.
11475 * gdb.btrace/data.exp: New.
11476 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11477
11478 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11479
11480 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11481 * gdb.btrace/exception.exp: Update.
11482 * gdb.btrace/instruction_history.exp: Update.
11483 * gdb.btrace/record_goto.exp: Update.
11484 * gdb.btrace/tailcall.exp: Update.
11485 * gdb.btrace/unknown_functions.exp: Update.
11486 * gdb.btrace/delta.exp: New.
11487
11488 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11489
11490 * gdb.btrace/record_goto.exp: Add backtrace test.
11491 * gdb.btrace/tailcall.exp: Add backtrace test.
11492
11493 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11494
11495 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11496 * gdb.btrace/record_goto.c: New.
11497 * gdb.btrace/record_goto.exp: New.
11498 * gdb.btrace/x86-record_goto.S: New.
11499
11500 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11501
11502 * gdb.btrace/function_call_history.exp: Update tests.
11503 * gdb.btrace/instruction_history.exp: Update tests.
11504
11505 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11506
11507 * gdb.btrace/function_call_history.exp: Fix expected field
11508 order for "record function-call-history".
11509 Add new tests for "record function-call-history /c".
11510 * gdb.btrace/exception.cc: New.
11511 * gdb.btrace/exception.exp: New.
11512 * gdb.btrace/tailcall.exp: New.
11513 * gdb.btrace/x86-tailcall.S: New.
11514 * gdb.btrace/x86-tailcall.c: New.
11515 * gdb.btrace/unknown_functions.c: New.
11516 * gdb.btrace/unknown_functions.exp: New.
11517 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11518
11519 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11520
11521 * gdb.btrace/instruction_history.exp: Update.
11522 * gdb.btrace/function_call_history.exp: Update.
11523
11524 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11525
11526 * gdb.btrace/function_call_history.exp: Fix expected function
11527 trace.
11528 * gdb.btrace/instruction_history.exp: Initialize traced.
11529 Remove traced_functions.
11530
11531 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11532
11533 * gdb.btrace/function_call_history.exp: Update
11534 * gdb.btrace/instruction_history.exp: Update.
11535
11536 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11537
11538 * gdb.btrace/enable.exp: Update expected text.
11539
11540 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11541
11542 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11543 bytes.
11544
11545 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11546
11547 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11548
11549 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11550
11551 * lib/gdb.exp (supports_process_record): Return true for
11552 arm*-linux*. (supports_reverse): Likewise.
11553
11554 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11555
11556 PR python/15464
11557 PR python/16113
11558 * gdb.python/py-type.c: Enhance test case.
11559 * gdb.python/py-value-cc.cc: Likewise
11560 * gdb.python/py-type.exp: Add new tests.
11561 * gdb.python/py-value-cc.exp: Likewise
11562
11563 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11564 Pedro Alves <palves@redhat.com>
11565
11566 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11567 Make "name" extern.
11568 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11569 references to ${name}_start by references to ${name}.
11570
11571 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11572
11573 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11574
11575 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11576
11577 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11578
11579 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11580 Pedro Alves <palves@redhat.com>
11581
11582 * gdb.mi/mi-info-os.exp: Connect to the target with
11583 mi_gdb_target_load.
11584
11585 2014-01-08 Pedro Alves <palves@redhat.com>
11586
11587 * gdb.threads/reconnect-signal.c: New file.
11588 * gdb.threads/reconnect-signal.exp: New file.
11589
11590 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11591
11592 * gdb.base/source-dir.exp: New file.
11593
11594 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11595
11596 * gdb.ada/mi_interface: New testcase.
11597
11598 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11599
11600 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11601 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11602 gdb.ada/pp-rec-component/pck.ads: New files.
11603
11604 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11605
11606 * gdb.python/py-pp-integral.c: New file.
11607 * gdb.python/py-pp-integral.py: New file.
11608 * gdb.python/py-pp-integral.exp: New file.
11609
11610 For older changes see ChangeLog-1993-2013.
11611 \f
11612 ;; Local Variables:
11613 ;; mode: change-log
11614 ;; left-margin: 8
11615 ;; fill-column: 74
11616 ;; version-control: never
11617 ;; End:
11618
11619 Copyright 2014-2017 Free Software Foundation, Inc.
11620 Copying and distribution of this file, with or without modification,
11621 are permitted provided the copyright notice and this notice are preserved.
This page took 0.322818 seconds and 4 git commands to generate.