]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Expect prompt after no FPU warning
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2
3 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4
5 2017-05-18 Pedro Alves <palves@redhat.com>
6
7 * gdb.base/fileio.c (test_write, test_read, test_close)
8 (test_fstat): Don't print 'ret' in the fail path.
9
10 2017-05-18 Pedro Alves <palves@redhat.com>
11
12 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
13 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
14 (test_system, test_rename, test_unlink, test_time): Change
15 prototypes.
16 * gdb.base/fileio.exp (stop_msg): Adjust.
17
18 2017-05-18 Pedro Alves <palves@redhat.com>
19
20 * gdb.base/fileio.c (null_str): New global.
21 (test_stat): Use it.
22 * gdb.base/fileio.exp: Remove nowarnings.
23
24 2017-05-17 Yao Qi <yao.qi@linaro.org>
25
26 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
27
28 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
29
30 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
31 argument command.
32 (top-level): Invoke test_set_inferior_tty.
33
34 2017-05-04 Pedro Alves <palves@redhat.com>
35
36 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
37 Add parens to print call for Python 3.
38
39 2017-05-03 Keith Seitz <keiths@redhat.com>
40
41 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
42 (main): Call it.
43
44 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
45
46 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
47 to prev and next.
48
49 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
50
51 * gdb.python/py-record-btrace.exp: Remove test for
52 gdb.BtraceInstruction.error.
53
54 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
55
56 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
57
58 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
59
60 * gdb.python/py-record-btrace-threads.c: New file.
61 * gdb.python/py-record-btrace-threads.exp: New file.
62
63 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
64
65 PR testsuite/8595
66 * gdb.base/environ.exp: Make test available in all architectures.
67 Move bits related to "info program" testing to
68 gdb.base/info-program.exp. Rewrite tests to use the two new
69 procedures mentione below.
70 (test_set_show_env_var) New procedure.
71 (test_set_show_env_var_equal): Likewise.
72 * gdb.base/info-program.exp: New file.
73
74 2017-04-27 Keith Seitz <keiths@redhat.com>
75
76 * gdb.cp/oranking.cc (test15): New function.
77 (main): Call test15 and declare additional variables for testing.
78 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
79 "p foo101('abc')" tests.
80 Add tests for cv qualifier overloads.
81 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
82 "lvalue reference overload" test.
83 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
84 "print value of f1 on Child&& in f2" test.
85
86 2017-04-19 Pedro Alves <palves@redhat.com>
87
88 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
89 procedure.
90 (top level): Call it.
91 * lib/gdb.exp (gdb_define_cmd): New procedure.
92
93 2017-04-12 Pedro Alves <palves@redhat.com>
94
95 PR gdb/21323
96 * gdb.cp/wide_char_types.c: Include <wchar.h>.
97 (wchar): New global.
98 * gdb.cp/wide_char_types.exp (wide_char_types_program)
99 (do_test_wide_char, wide_char_types_no_program, top level): Add
100 wchar_t testing.
101
102 2017-04-12 Pedro Alves <palves@redhat.com>
103
104 PR c++/21323
105 * gdb.cp/wide_char_types.c: New file.
106 * gdb.cp/wide_char_types.exp: New file.
107
108 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
109
110 PR gdb/21352
111 * gdb.trace/tsv.exp: Add test for "tsave -r".
112
113 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
114
115 * gdb.dlang/watch-loc.c: New file.
116 * gdb.dlang/watch-loc.exp: New file.
117
118 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
119
120 * gdb.python/py-section-script.exp (sepdebug): New testcases.
121
122 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
123
124 * gdb.arch/arc-analyze-prologue.S: New file.
125 * gdb.arch/arc-analyze-prologue.exp: Likewise.
126
127 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
128
129 * gdb.arch/arc-decode-insn.S: New file.
130 * gdb.arch/arc-decode-insn.exp: Likewise.
131
132 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
133
134 PR tdep/20928
135 * gdb.arch/sparc64-regs.exp: New file.
136 * gdb.arch/sparc64-regs.S: Likewise.
137
138 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
139
140 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
141 and memory view on Python 3.
142
143 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
144 Keith Seitz <keiths@redhat.com>
145
146 PR gdb/14441
147 * gdb.cp/demangle.exp: Add rvalue reference tests.
148 * gdb.cp/rvalue-ref-casts.cc: New file.
149 * gdb.cp/rvalue-ref-casts.exp: New file.
150 * gdb.cp/rvalue-ref-overload.cc: New file.
151 * gdb.cp/rvalue-ref-overload.exp: New file.
152 * gdb.cp/rvalue-ref-params.cc: New file.
153 * gdb.cp/rvalue-ref-params.exp: New file.
154 * gdb.cp/rvalue-ref-sizeof.cc: New file.
155 * gdb.cp/rvalue-ref-sizeof.exp: New file.
156 * gdb.cp/rvalue-ref-types.cc: New file.
157 * gdb.cp/rvalue-ref-types.exp: New file.
158 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
159 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
160
161 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
162
163 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
164 New procedure.
165
166 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
167
168 * lib/mi-support.exp (mi_gdb_test): Add additional message
169 for unexpected output.
170
171 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
172
173 * gdb.base/examine-backward.c (Barrier): New character array
174 constant, to ensure that TestStrings is preceded by a string
175 terminator.
176
177 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
178
179 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
180 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
181 and implicit pointer into such a location.
182
183 2017-03-16 Doug Evans <dje@google.com>
184
185 * gdb.python/py-lazy-string (pointer): Really add new typedef.
186
187 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
188
189 * gdb.cp/m-static.exp: Fix expectation for prototype of
190 test5.single_constructor and single_constructor::single_constructor.
191
192 2017-03-16 Doug Evans <dje@google.com>
193
194 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
195 * gdb.guile/scm-lazy-string.c: New file.
196 * gdb.guile/scm-value.exp: Move lazy string tests to ...
197 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
198 for pointer, array, typedef lazy strings.
199
200 2017-03-16 Doug Evans <dje@google.com>
201
202 PR python/17728, python/18439, python/18779
203 * gdb.python/py-value.c (main) Delete locals sptr, sn.
204 * gdb.python/py-lazy-string.c (pointer): New typedef.
205 (main): New locals ptr, array, typedef_ptr.
206 * gdb.python/py-value.exp: Move lazy string tests to ...
207 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
208 array, typedef lazy strings.
209
210 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
211
212 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
213 Add optional 'test' parameter.
214
215 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
216
217 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
218 Skip for versions of DejaGnu < 1.5.
219
220 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
221
222 * lib/gdb.exp (dejagnu_version): New proc.
223 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
224 Use dejagnu_version.
225
226 2017-03-10 Keith Seitz <keiths@redhat.com>
227
228 PR c++/8128
229 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
230 type from destructor regexps.
231 Add a branch which actually passes the test.
232 Adjust "ptype t5i" test names.
233
234 2017-03-08 Pedro Alves <palves@redhat.com>
235
236 * gdb.base/step-over-exit.exp: Add explicit test message.
237
238 2017-03-08 Pedro Alves <palves@redhat.com>
239
240 PR gdb/18360
241 * gdb.threads/interrupt-while-step-over.c: New file.
242 * gdb.threads/interrupt-while-step-over.exp: New file.
243
244 2017-03-08 Pedro Alves <palves@redhat.com>
245
246 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
247 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
248
249 2017-03-08 Pedro Alves <palves@redhat.com>
250
251 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
252 PKRU as not supported as a PASS.
253
254 2017-03-08 Pedro Alves <palves@redhat.com>
255
256 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
257 prefix instead of $binfile1/$binfile2.
258 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
259 in test message.
260 * gdb.python/py-completion.exp: Use "load python file" as test
261 messages instead of unstable path names.
262
263 2017-03-08 Pedro Alves <palves@redhat.com>
264 Jan Kratochvil <jan.kratochvil@redhat.com>
265
266 PR cli/21218
267 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
268 New proc.
269 (top level): Call it.
270
271 2017-03-08 Pedro Alves <palves@redhat.com>
272
273 PR tui/21216
274 * gdb.tui/tui-nl-filtered-output.exp: New file.
275
276 2017-03-08 Pedro Alves <palves@redhat.com>
277
278 * gdb.base/completion.exp: Move TUI completion tests to ...
279 * gdb.tui/completion.exp: ... this new file.
280
281 2017-03-08 Pedro Alves <palves@redhat.com>
282
283 * gdb.base/tui-disasm-long-lines.c,
284 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
285 gdb.base/tui-layout.exp: Move to ...
286 * gdb.tui/: ... this new directory.
287
288 2017-03-07 Pedro Alves <palves@redhat.com>
289
290 * gdb.base/tui-layout.c: New file.
291 * gdb.base/tui-layout.exp: New file.
292
293 2017-03-07 Pedro Alves <palves@redhat.com>
294
295 * gdb.base/tui-layout.c: Rename to ...
296 * gdb.base/tui-disasm-long-lines.c: ... this.
297 * gdb.base/tui-layout.exp: Rename to ...
298 * gdb.base/tui-disasm-long-lines.exp: ... this.
299
300 2017-03-07 Pedro Alves <palves@redhat.com>
301
302 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
303
304 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
305
306 * i386-mpx-call.c: New file.
307 * i386-mpx-call.exp: New file.
308
309 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
310
311 * gdb.arch/powerpc-power.exp: Delete test.
312 * gdb.arch/powerpc-power.s: Likewise.
313 * gdb.disasm/disassembler-options.exp: New test.
314 * gdb.arch/powerpc-altivec.exp: Likewise.
315 * gdb.arch/powerpc-altivec.s: Likewise.
316 * gdb.arch/powerpc-altivec2.exp: Likewise.
317 * gdb.arch/powerpc-altivec2.s: Likewise.
318 * gdb.arch/powerpc-altivec3.exp: Likewise.
319 * gdb.arch/powerpc-altivec3.s: Likewise.
320 * gdb.arch/powerpc-power7.exp: Likewise.
321 * gdb.arch/powerpc-power7.s: Likewise.
322 * gdb.arch/powerpc-power8.exp: Likewise.
323 * gdb.arch/powerpc-power8.s: Likewise.
324 * gdb.arch/powerpc-power9.exp: Likewise.
325 * gdb.arch/powerpc-power9.s: Likewise.
326 * gdb.arch/powerpc-vsx.exp: Likewise.
327 * gdb.arch/powerpc-vsx.s: Likewise.
328 * gdb.arch/powerpc-vsx2.exp: Likewise.
329 * gdb.arch/powerpc-vsx2.s: Likewise.
330 * gdb.arch/powerpc-vsx3.exp: Likewise.
331 * gdb.arch/powerpc-vsx3.s: Likewise.
332 * gdb.arch/arm-disassembler-options.exp: Likewise.
333 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
334 * gdb.arch/s390-disassembler-options.exp: Likewise.
335
336 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
337
338 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
339 (check_supported_features): ... this. Changed return type to void.
340 (supports_rdseed): New static global.
341 (rdseed): Check supports_rdseed.
342 (initialize): Call check_supported_features.
343
344 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
345
346 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
347 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
348 and lqarx/stqcx.
349 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
350 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
351
352 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
353
354 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
355 uppercase.
356
357 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
358
359 * gdb.dwarf2/formdata16.c: New file.
360 * gdb.dwarf2/formdata16.exp: New file.
361 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
362
363 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
364
365 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
366 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
367 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
368 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
369 DW_AT_GNU_*.
370
371 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
374
375 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
376
377 PR gdb/21164
378 * gdb.base/maint.exp: Add testcases for when the commands do
379 not have arguments.
380
381 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
382
383 * gdb.cp/chained-calls.exp: Use p instead of P.
384
385 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
386
387 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
388 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
389
390 2017-02-14 Tom Tromey <tom@tromey.com>
391
392 PR python/13598:
393 * gdb.python/py-events.exp: Add before_prompt event tests.
394
395 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
396
397 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
398
399 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
400
401 * gdb.linespec/explicit.c (my_unique_function_name): New function.
402 (main): Call my_unique_function_name.
403 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
404 completion of patterns with a single match.
405 Add missing -re switches to gdb_test_multiple calls.
406
407 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
408
409 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
410 return if core file is not recognized.
411
412 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
413
414 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
415 and extra UIs.
416
417 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
418
419 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
420 proc_with_prefix.
421
422 2017-02-10 Tom Tromey <tom@tromey.com>
423
424 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
425
426 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
427
428 PR gdb/21122
429 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
430
431 2017-02-08 Jerome Guitton <guitton@adacore.com>
432
433 * gdb.base/define.exp: Add test for command abbreviations
434 in define.
435
436 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
437
438 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
439 * gdb.reverse/insn-reverse-x86.c: New file.
440
441 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
442
443 PR tdep/20936
444 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
445
446 2017-02-03 Tom Tromey <tom@tromey.com>
447
448 PR rust/21097:
449 * gdb.rust/simple.exp: Add new tests.
450
451 2017-02-02 Pedro Alves <palves@redhat.com>
452
453 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
454 tests.
455
456 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
457
458 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
459 taking a 2-byte value out of a 4-byte DWARF implicit value on
460 big-endian targets.
461 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
462 logic. Add test cases for DW_OP_implicit.
463
464 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
465
466 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
467
468 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
469
470 * gdb.btrace/enable.exp: Call gdb_exit before
471 skip_gdbserver_tests.
472
473 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
474
475 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
476 GDBFLAGS.
477
478 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
479
480 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
481 the test is skipped.
482 * gdb.btrace/data.exp: Likewise.
483 * gdb.btrace/delta.exp: Likewise.
484 * gdb.btrace/dlopen.exp: Likewise.
485 * gdb.btrace/enable-running.exp: Likewise.
486 * gdb.btrace/enable.exp: Likewise.
487 * gdb.btrace/exception.exp: Likewise.
488 * gdb.btrace/function_call_history.exp: Likewise.
489 * gdb.btrace/gcore.exp: Likewise.
490 * gdb.btrace/instruction_history.exp: Likewise.
491 * gdb.btrace/multi-thread-step.exp: Likewise.
492 * gdb.btrace/nohist.exp: Likewise.
493 * gdb.btrace/non-stop.exp: Likewise.
494 * gdb.btrace/reconnect.exp: Likewise.
495 * gdb.btrace/record_goto-step.exp: Likewise.
496 * gdb.btrace/record_goto.exp: Likewise.
497 * gdb.btrace/rn-dl-bind.exp: Likewise.
498 * gdb.btrace/segv.exp: Likewise.
499 * gdb.btrace/step.exp: Likewise.
500 * gdb.btrace/stepi.exp: Likewise.
501 * gdb.btrace/tailcall-only.exp: Likewise.
502 * gdb.btrace/tailcall.exp: Likewise.
503 * gdb.btrace/tsx.exp: Likewise.
504 * gdb.btrace/unknown_functions.exp: Likewise.
505 * gdb.btrace/vdso.exp: Likewise.
506
507 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
508
509 * gdb.btrace/enable-running.c: New.
510 * gdb.btrace/enable-running.exp: New.
511
512 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
513
514 * gdb.arch/amd64-gs_base.c: New file.
515 * gdb.arch/amd64-gs_base.exp: New file.
516
517 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
518
519 * lib/memory.exp: Remove spurious empty newlines.
520
521 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
522
523 * gdb.python/py-bad-printers.exp: Load python file using "source".
524 * gdb.python/py-events.exp: Likewise.
525 * gdb.python/py-evsignal.exp: Likewise.
526 * gdb.python/py-evthreads.exp: Likewise.
527 * gdb.python/py-frame-args.exp: Likewise.
528 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
529 * gdb.python/py-framefilter-mi.exp: Likewise.
530 * gdb.python/py-framefilter.exp: Likewise.
531 * gdb.python/py-mi.exp: Likewise.
532 * gdb.python/py-pp-maint.exp: Likewise.
533 * gdb.python/py-pp-registration.exp: Likewise.
534 * gdb.python/py-prettyprint.exp: Likewise.
535 (run_lang_tests): Likewise.
536 * gdb.python/py-typeprint.exp: Likewise.
537
538 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
539
540 * lib/memory.exp: New file.
541 * lib/gdb.exp: Load memory.exp.
542 * gdb.base/memattr.exp (delete_memory): Move proc to
543 lib/memory.exp and rename to delete_memory_regions.
544 Replace delete_memory with delete_memory_regions.
545 Cleanup memory regions before tests.
546 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
547 before tests.
548
549 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
550
551 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
552 files.
553 (initialize): New function conditionally defined.
554 (testcases): Move within conditional block.
555 (main): Call initialize.
556 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
557 of gdb.reverse/insn-reverse.c.
558 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
559 gdb.reverse/insn-reverse.c.
560
561 2017-01-26 Yao Qi <yao.qi@linaro.org>
562
563 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
564 disassemble on address 0.
565
566 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
567 Yao Qi <yao.qi@linaro.org>
568
569 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
570 * gdb.dwarf2/implptr-64bit.S: Remove.
571 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
572 variables in caller's context. Add DW_OP_implicit_value.
573
574 2017-01-25 Yao Qi <yao.qi@linaro.org>
575
576 * lib/dwarf.exp (Dwarf::_location): Handle
577 DW_OP_GNU_implicit_pointer with proper size.
578
579 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
580
581 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
582 and add untested calls.
583
584 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
585
586 * gdb.python/python.exp: Check line number against what GDB thinks
587 the line number is for func1.
588
589 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
590
591 * gdb.dlang/debug-expr.exp: New file.
592
593 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
594
595 Fix test names for the following files:
596
597 * gdb.ada/exec_changed.exp
598 * gdb.ada/info_types.exp
599 * gdb.arch/aarch64-atomic-inst.exp
600 * gdb.arch/aarch64-fp.exp
601 * gdb.arch/altivec-abi.exp
602 * gdb.arch/altivec-regs.exp
603 * gdb.arch/amd64-byte.exp
604 * gdb.arch/amd64-disp-step.exp
605 * gdb.arch/amd64-dword.exp
606 * gdb.arch/amd64-entry-value-inline.exp
607 * gdb.arch/amd64-entry-value-param.exp
608 * gdb.arch/amd64-entry-value-paramref.exp
609 * gdb.arch/amd64-entry-value.exp
610 * gdb.arch/amd64-i386-address.exp
611 * gdb.arch/amd64-invalid-stack-middle.exp
612 * gdb.arch/amd64-invalid-stack-top.exp
613 * gdb.arch/amd64-optimout-repeat.exp
614 * gdb.arch/amd64-prologue-skip.exp
615 * gdb.arch/amd64-prologue-xmm.exp
616 * gdb.arch/amd64-stap-special-operands.exp
617 * gdb.arch/amd64-stap-wrong-subexp.exp
618 * gdb.arch/amd64-tailcall-cxx.exp
619 * gdb.arch/amd64-tailcall-noret.exp
620 * gdb.arch/amd64-tailcall-ret.exp
621 * gdb.arch/amd64-tailcall-self.exp
622 * gdb.arch/amd64-word.exp
623 * gdb.arch/arm-bl-branch-dest.exp
624 * gdb.arch/arm-disp-step.exp
625 * gdb.arch/arm-neon.exp
626 * gdb.arch/arm-single-step-kernel-helper.exp
627 * gdb.arch/avr-flash-qualifier.exp
628 * gdb.arch/disp-step-insn-reloc.exp
629 * gdb.arch/e500-abi.exp
630 * gdb.arch/e500-regs.exp
631 * gdb.arch/ftrace-insn-reloc.exp
632 * gdb.arch/i386-avx512.exp
633 * gdb.arch/i386-bp_permanent.exp
634 * gdb.arch/i386-byte.exp
635 * gdb.arch/i386-cfi-notcurrent.exp
636 * gdb.arch/i386-disp-step.exp
637 * gdb.arch/i386-dr3-watch.exp
638 * gdb.arch/i386-float.exp
639 * gdb.arch/i386-gnu-cfi.exp
640 * gdb.arch/i386-mpx-map.exp
641 * gdb.arch/i386-mpx-sigsegv.exp
642 * gdb.arch/i386-mpx-simple_segv.exp
643 * gdb.arch/i386-mpx.exp
644 * gdb.arch/i386-permbkpt.exp
645 * gdb.arch/i386-prologue.exp
646 * gdb.arch/i386-signal.exp
647 * gdb.arch/i386-size-overlap.exp
648 * gdb.arch/i386-unwind.exp
649 * gdb.arch/i386-word.exp
650 * gdb.arch/mips-fcr.exp
651 * gdb.arch/powerpc-d128-regs.exp
652 * gdb.arch/powerpc-stackless.exp
653 * gdb.arch/ppc64-atomic-inst.exp
654 * gdb.arch/s390-stackless.exp
655 * gdb.arch/s390-tdbregs.exp
656 * gdb.arch/s390-vregs.exp
657 * gdb.arch/sparc-sysstep.exp
658 * gdb.arch/thumb-bx-pc.exp
659 * gdb.arch/thumb-singlestep.exp
660 * gdb.arch/thumb2-it.exp
661 * gdb.arch/vsx-regs.exp
662 * gdb.asm/asm-source.exp
663 * gdb.base/a2-run.exp
664 * gdb.base/advance.exp
665 * gdb.base/all-bin.exp
666 * gdb.base/anon.exp
667 * gdb.base/args.exp
668 * gdb.base/arithmet.exp
669 * gdb.base/async-shell.exp
670 * gdb.base/async.exp
671 * gdb.base/attach-pie-noexec.exp
672 * gdb.base/attach-twice.exp
673 * gdb.base/auto-load.exp
674 * gdb.base/bang.exp
675 * gdb.base/bitfields.exp
676 * gdb.base/break-always.exp
677 * gdb.base/break-caller-line.exp
678 * gdb.base/break-entry.exp
679 * gdb.base/break-inline.exp
680 * gdb.base/break-on-linker-gcd-function.exp
681 * gdb.base/break-probes.exp
682 * gdb.base/break.exp
683 * gdb.base/breakpoint-shadow.exp
684 * gdb.base/call-ar-st.exp
685 * gdb.base/call-sc.exp
686 * gdb.base/call-signal-resume.exp
687 * gdb.base/call-strs.exp
688 * gdb.base/callfuncs.exp
689 * gdb.base/catch-fork-static.exp
690 * gdb.base/catch-gdb-caused-signals.exp
691 * gdb.base/catch-load.exp
692 * gdb.base/catch-signal-fork.exp
693 * gdb.base/catch-signal.exp
694 * gdb.base/catch-syscall.exp
695 * gdb.base/charset.exp
696 * gdb.base/checkpoint.exp
697 * gdb.base/chng-syms.exp
698 * gdb.base/code-expr.exp
699 * gdb.base/code_elim.exp
700 * gdb.base/commands.exp
701 * gdb.base/completion.exp
702 * gdb.base/complex.exp
703 * gdb.base/cond-expr.exp
704 * gdb.base/condbreak.exp
705 * gdb.base/consecutive.exp
706 * gdb.base/continue-all-already-running.exp
707 * gdb.base/coredump-filter.exp
708 * gdb.base/corefile.exp
709 * gdb.base/dbx.exp
710 * gdb.base/debug-expr.exp
711 * gdb.base/define.exp
712 * gdb.base/del.exp
713 * gdb.base/disabled-location.exp
714 * gdb.base/disasm-end-cu.exp
715 * gdb.base/disasm-optim.exp
716 * gdb.base/display.exp
717 * gdb.base/duplicate-bp.exp
718 * gdb.base/ena-dis-br.exp
719 * gdb.base/ending-run.exp
720 * gdb.base/enumval.exp
721 * gdb.base/environ.exp
722 * gdb.base/eu-strip-infcall.exp
723 * gdb.base/eval-avoid-side-effects.exp
724 * gdb.base/eval-skip.exp
725 * gdb.base/exitsignal.exp
726 * gdb.base/expand-psymtabs.exp
727 * gdb.base/filesym.exp
728 * gdb.base/find-unmapped.exp
729 * gdb.base/finish.exp
730 * gdb.base/float.exp
731 * gdb.base/foll-exec-mode.exp
732 * gdb.base/foll-exec.exp
733 * gdb.base/foll-fork.exp
734 * gdb.base/fortran-sym-case.exp
735 * gdb.base/freebpcmd.exp
736 * gdb.base/func-ptr.exp
737 * gdb.base/func-ptrs.exp
738 * gdb.base/funcargs.exp
739 * gdb.base/gcore-buffer-overflow.exp
740 * gdb.base/gcore-relro-pie.exp
741 * gdb.base/gcore-relro.exp
742 * gdb.base/gcore.exp
743 * gdb.base/gdb1090.exp
744 * gdb.base/gdb11530.exp
745 * gdb.base/gdb11531.exp
746 * gdb.base/gdb1821.exp
747 * gdb.base/gdbindex-stabs.exp
748 * gdb.base/gdbvars.exp
749 * gdb.base/hbreak.exp
750 * gdb.base/hbreak2.exp
751 * gdb.base/included.exp
752 * gdb.base/infcall-input.exp
753 * gdb.base/inferior-died.exp
754 * gdb.base/infnan.exp
755 * gdb.base/info-macros.exp
756 * gdb.base/info-os.exp
757 * gdb.base/info-proc.exp
758 * gdb.base/info-shared.exp
759 * gdb.base/info-target.exp
760 * gdb.base/infoline.exp
761 * gdb.base/interp.exp
762 * gdb.base/interrupt.exp
763 * gdb.base/jit-reader.exp
764 * gdb.base/jit-simple.exp
765 * gdb.base/kill-after-signal.exp
766 * gdb.base/kill-detach-inferiors-cmd.exp
767 * gdb.base/label.exp
768 * gdb.base/langs.exp
769 * gdb.base/ldbl_e308.exp
770 * gdb.base/line-symtabs.exp
771 * gdb.base/linespecs.exp
772 * gdb.base/list.exp
773 * gdb.base/long_long.exp
774 * gdb.base/longest-types.exp
775 * gdb.base/maint.exp
776 * gdb.base/max-value-size.exp
777 * gdb.base/memattr.exp
778 * gdb.base/mips_pro.exp
779 * gdb.base/morestack.exp
780 * gdb.base/moribund-step.exp
781 * gdb.base/multi-forks.exp
782 * gdb.base/nested-addr.exp
783 * gdb.base/nextoverexit.exp
784 * gdb.base/noreturn-finish.exp
785 * gdb.base/noreturn-return.exp
786 * gdb.base/nostdlib.exp
787 * gdb.base/offsets.exp
788 * gdb.base/opaque.exp
789 * gdb.base/pc-fp.exp
790 * gdb.base/permissions.exp
791 * gdb.base/print-symbol-loading.exp
792 * gdb.base/prologue-include.exp
793 * gdb.base/psymtab.exp
794 * gdb.base/ptype.exp
795 * gdb.base/random-signal.exp
796 * gdb.base/randomize.exp
797 * gdb.base/range-stepping.exp
798 * gdb.base/readline-ask.exp
799 * gdb.base/recpar.exp
800 * gdb.base/recurse.exp
801 * gdb.base/relational.exp
802 * gdb.base/restore.exp
803 * gdb.base/return-nodebug.exp
804 * gdb.base/return.exp
805 * gdb.base/run-after-attach.exp
806 * gdb.base/save-bp.exp
807 * gdb.base/scope.exp
808 * gdb.base/sect-cmd.exp
809 * gdb.base/set-lang-auto.exp
810 * gdb.base/set-noassign.exp
811 * gdb.base/setvar.exp
812 * gdb.base/sigall.exp
813 * gdb.base/sigbpt.exp
814 * gdb.base/siginfo-addr.exp
815 * gdb.base/siginfo-infcall.exp
816 * gdb.base/siginfo-obj.exp
817 * gdb.base/siginfo.exp
818 * gdb.base/signals-state-child.exp
819 * gdb.base/signest.exp
820 * gdb.base/sigstep.exp
821 * gdb.base/sizeof.exp
822 * gdb.base/skip.exp
823 * gdb.base/solib-corrupted.exp
824 * gdb.base/solib-nodir.exp
825 * gdb.base/solib-search.exp
826 * gdb.base/stack-checking.exp
827 * gdb.base/stale-infcall.exp
828 * gdb.base/stap-probe.exp
829 * gdb.base/start.exp
830 * gdb.base/step-break.exp
831 * gdb.base/step-bt.exp
832 * gdb.base/step-line.exp
833 * gdb.base/step-over-exit.exp
834 * gdb.base/step-over-syscall.exp
835 * gdb.base/step-resume-infcall.exp
836 * gdb.base/step-test.exp
837 * gdb.base/store.exp
838 * gdb.base/structs3.exp
839 * gdb.base/sym-file.exp
840 * gdb.base/symbol-without-target_section.exp
841 * gdb.base/term.exp
842 * gdb.base/testenv.exp
843 * gdb.base/ui-redirect.exp
844 * gdb.base/until.exp
845 * gdb.base/unwindonsignal.exp
846 * gdb.base/value-double-free.exp
847 * gdb.base/vla-datatypes.exp
848 * gdb.base/vla-ptr.exp
849 * gdb.base/vla-sideeffect.exp
850 * gdb.base/volatile.exp
851 * gdb.base/watch-cond-infcall.exp
852 * gdb.base/watch-cond.exp
853 * gdb.base/watch-non-mem.exp
854 * gdb.base/watch-read.exp
855 * gdb.base/watch-vfork.exp
856 * gdb.base/watchpoint-cond-gone.exp
857 * gdb.base/watchpoint-delete.exp
858 * gdb.base/watchpoint-hw-hit-once.exp
859 * gdb.base/watchpoint-hw.exp
860 * gdb.base/watchpoint-stops-at-right-insn.exp
861 * gdb.base/watchpoints.exp
862 * gdb.base/wchar.exp
863 * gdb.base/whatis-exp.exp
864 * gdb.btrace/buffer-size.exp
865 * gdb.btrace/data.exp
866 * gdb.btrace/delta.exp
867 * gdb.btrace/dlopen.exp
868 * gdb.btrace/enable.exp
869 * gdb.btrace/exception.exp
870 * gdb.btrace/function_call_history.exp
871 * gdb.btrace/gcore.exp
872 * gdb.btrace/instruction_history.exp
873 * gdb.btrace/nohist.exp
874 * gdb.btrace/reconnect.exp
875 * gdb.btrace/record_goto-step.exp
876 * gdb.btrace/record_goto.exp
877 * gdb.btrace/rn-dl-bind.exp
878 * gdb.btrace/segv.exp
879 * gdb.btrace/step.exp
880 * gdb.btrace/stepi.exp
881 * gdb.btrace/tailcall-only.exp
882 * gdb.btrace/tailcall.exp
883 * gdb.btrace/tsx.exp
884 * gdb.btrace/unknown_functions.exp
885 * gdb.btrace/vdso.exp
886 * gdb.compile/compile-ifunc.exp
887 * gdb.compile/compile-ops.exp
888 * gdb.compile/compile-print.exp
889 * gdb.compile/compile-setjmp.exp
890 * gdb.cp/abstract-origin.exp
891 * gdb.cp/ambiguous.exp
892 * gdb.cp/annota2.exp
893 * gdb.cp/annota3.exp
894 * gdb.cp/anon-ns.exp
895 * gdb.cp/anon-struct.exp
896 * gdb.cp/anon-union.exp
897 * gdb.cp/arg-reference.exp
898 * gdb.cp/baseenum.exp
899 * gdb.cp/bool.exp
900 * gdb.cp/breakpoint.exp
901 * gdb.cp/bs15503.exp
902 * gdb.cp/call-c.exp
903 * gdb.cp/casts.exp
904 * gdb.cp/chained-calls.exp
905 * gdb.cp/class2.exp
906 * gdb.cp/classes.exp
907 * gdb.cp/cmpd-minsyms.exp
908 * gdb.cp/converts.exp
909 * gdb.cp/cp-relocate.exp
910 * gdb.cp/cpcompletion.exp
911 * gdb.cp/cpexprs.exp
912 * gdb.cp/cplabel.exp
913 * gdb.cp/cplusfuncs.exp
914 * gdb.cp/cpsizeof.exp
915 * gdb.cp/ctti.exp
916 * gdb.cp/derivation.exp
917 * gdb.cp/destrprint.exp
918 * gdb.cp/dispcxx.exp
919 * gdb.cp/enum-class.exp
920 * gdb.cp/exception.exp
921 * gdb.cp/exceptprint.exp
922 * gdb.cp/expand-psymtabs-cxx.exp
923 * gdb.cp/expand-sals.exp
924 * gdb.cp/extern-c.exp
925 * gdb.cp/filename.exp
926 * gdb.cp/formatted-ref.exp
927 * gdb.cp/fpointer.exp
928 * gdb.cp/gdb1355.exp
929 * gdb.cp/gdb2495.exp
930 * gdb.cp/hang.exp
931 * gdb.cp/impl-this.exp
932 * gdb.cp/infcall-dlopen.exp
933 * gdb.cp/inherit.exp
934 * gdb.cp/iostream.exp
935 * gdb.cp/koenig.exp
936 * gdb.cp/local.exp
937 * gdb.cp/m-data.exp
938 * gdb.cp/m-static.exp
939 * gdb.cp/mb-ctor.exp
940 * gdb.cp/mb-inline.exp
941 * gdb.cp/mb-templates.exp
942 * gdb.cp/member-name.exp
943 * gdb.cp/member-ptr.exp
944 * gdb.cp/meth-typedefs.exp
945 * gdb.cp/method.exp
946 * gdb.cp/method2.exp
947 * gdb.cp/minsym-fallback.exp
948 * gdb.cp/misc.exp
949 * gdb.cp/namelessclass.exp
950 * gdb.cp/namespace-enum.exp
951 * gdb.cp/namespace-nested-import.exp
952 * gdb.cp/namespace.exp
953 * gdb.cp/nextoverthrow.exp
954 * gdb.cp/no-dmgl-verbose.exp
955 * gdb.cp/non-trivial-retval.exp
956 * gdb.cp/noparam.exp
957 * gdb.cp/nsdecl.exp
958 * gdb.cp/nsimport.exp
959 * gdb.cp/nsnested.exp
960 * gdb.cp/nsnoimports.exp
961 * gdb.cp/nsrecurs.exp
962 * gdb.cp/nsstress.exp
963 * gdb.cp/nsusing.exp
964 * gdb.cp/operator.exp
965 * gdb.cp/oranking.exp
966 * gdb.cp/overload-const.exp
967 * gdb.cp/overload.exp
968 * gdb.cp/ovldbreak.exp
969 * gdb.cp/ovsrch.exp
970 * gdb.cp/paren-type.exp
971 * gdb.cp/parse-lang.exp
972 * gdb.cp/pass-by-ref.exp
973 * gdb.cp/pr-1023.exp
974 * gdb.cp/pr-1210.exp
975 * gdb.cp/pr-574.exp
976 * gdb.cp/pr10687.exp
977 * gdb.cp/pr12028.exp
978 * gdb.cp/pr17132.exp
979 * gdb.cp/pr17494.exp
980 * gdb.cp/pr9067.exp
981 * gdb.cp/pr9167.exp
982 * gdb.cp/pr9631.exp
983 * gdb.cp/printmethod.exp
984 * gdb.cp/psmang.exp
985 * gdb.cp/psymtab-parameter.exp
986 * gdb.cp/ptype-cv-cp.exp
987 * gdb.cp/ptype-flags.exp
988 * gdb.cp/re-set-overloaded.exp
989 * gdb.cp/ref-types.exp
990 * gdb.cp/rtti.exp
991 * gdb.cp/scope-err.exp
992 * gdb.cp/shadow.exp
993 * gdb.cp/smartp.exp
994 * gdb.cp/static-method.exp
995 * gdb.cp/static-print-quit.exp
996 * gdb.cp/temargs.exp
997 * gdb.cp/templates.exp
998 * gdb.cp/try_catch.exp
999 * gdb.cp/typedef-operator.exp
1000 * gdb.cp/typeid.exp
1001 * gdb.cp/userdef.exp
1002 * gdb.cp/using-crash.exp
1003 * gdb.cp/var-tag.exp
1004 * gdb.cp/virtbase.exp
1005 * gdb.cp/virtfunc.exp
1006 * gdb.cp/virtfunc2.exp
1007 * gdb.cp/vla-cxx.exp
1008 * gdb.disasm/t01_mov.exp
1009 * gdb.disasm/t02_mova.exp
1010 * gdb.disasm/t03_add.exp
1011 * gdb.disasm/t04_sub.exp
1012 * gdb.disasm/t05_cmp.exp
1013 * gdb.disasm/t06_ari2.exp
1014 * gdb.disasm/t07_ari3.exp
1015 * gdb.disasm/t08_or.exp
1016 * gdb.disasm/t09_xor.exp
1017 * gdb.disasm/t10_and.exp
1018 * gdb.disasm/t11_logs.exp
1019 * gdb.disasm/t12_bit.exp
1020 * gdb.disasm/t13_otr.exp
1021 * gdb.dlang/circular.exp
1022 * gdb.dwarf2/arr-stride.exp
1023 * gdb.dwarf2/arr-subrange.exp
1024 * gdb.dwarf2/atomic-type.exp
1025 * gdb.dwarf2/bad-regnum.exp
1026 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1027 * gdb.dwarf2/callframecfa.exp
1028 * gdb.dwarf2/clztest.exp
1029 * gdb.dwarf2/corrupt.exp
1030 * gdb.dwarf2/data-loc.exp
1031 * gdb.dwarf2/dup-psym.exp
1032 * gdb.dwarf2/dw2-anon-mptr.exp
1033 * gdb.dwarf2/dw2-anonymous-func.exp
1034 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1035 * gdb.dwarf2/dw2-bad-unresolved.exp
1036 * gdb.dwarf2/dw2-basic.exp
1037 * gdb.dwarf2/dw2-canonicalize-type.exp
1038 * gdb.dwarf2/dw2-case-insensitive.exp
1039 * gdb.dwarf2/dw2-common-block.exp
1040 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1041 * gdb.dwarf2/dw2-compressed.exp
1042 * gdb.dwarf2/dw2-const.exp
1043 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1044 * gdb.dwarf2/dw2-cu-size.exp
1045 * gdb.dwarf2/dw2-dup-frame.exp
1046 * gdb.dwarf2/dw2-entry-value.exp
1047 * gdb.dwarf2/dw2-icycle.exp
1048 * gdb.dwarf2/dw2-ifort-parameter.exp
1049 * gdb.dwarf2/dw2-inline-break.exp
1050 * gdb.dwarf2/dw2-inline-param.exp
1051 * gdb.dwarf2/dw2-intercu.exp
1052 * gdb.dwarf2/dw2-intermix.exp
1053 * gdb.dwarf2/dw2-lexical-block-bare.exp
1054 * gdb.dwarf2/dw2-linkage-name-trust.exp
1055 * gdb.dwarf2/dw2-minsym-in-cu.exp
1056 * gdb.dwarf2/dw2-noloc.exp
1057 * gdb.dwarf2/dw2-op-call.exp
1058 * gdb.dwarf2/dw2-op-out-param.exp
1059 * gdb.dwarf2/dw2-opt-structptr.exp
1060 * gdb.dwarf2/dw2-param-error.exp
1061 * gdb.dwarf2/dw2-producer.exp
1062 * gdb.dwarf2/dw2-ranges-base.exp
1063 * gdb.dwarf2/dw2-ref-missing-frame.exp
1064 * gdb.dwarf2/dw2-reg-undefined.exp
1065 * gdb.dwarf2/dw2-regno-invalid.exp
1066 * gdb.dwarf2/dw2-restore.exp
1067 * gdb.dwarf2/dw2-restrict.exp
1068 * gdb.dwarf2/dw2-single-line-discriminators.exp
1069 * gdb.dwarf2/dw2-strp.exp
1070 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1071 * gdb.dwarf2/dw2-unresolved.exp
1072 * gdb.dwarf2/dw2-var-zero-addr.exp
1073 * gdb.dwarf2/dw4-sig-types.exp
1074 * gdb.dwarf2/dwz.exp
1075 * gdb.dwarf2/dynarr-ptr.exp
1076 * gdb.dwarf2/enum-type.exp
1077 * gdb.dwarf2/gdb-index.exp
1078 * gdb.dwarf2/implptr-64bit.exp
1079 * gdb.dwarf2/implptr-optimized-out.exp
1080 * gdb.dwarf2/implptr.exp
1081 * gdb.dwarf2/implref-array.exp
1082 * gdb.dwarf2/implref-const.exp
1083 * gdb.dwarf2/implref-global.exp
1084 * gdb.dwarf2/implref-struct.exp
1085 * gdb.dwarf2/mac-fileno.exp
1086 * gdb.dwarf2/main-subprogram.exp
1087 * gdb.dwarf2/member-ptr-forwardref.exp
1088 * gdb.dwarf2/method-ptr.exp
1089 * gdb.dwarf2/missing-sig-type.exp
1090 * gdb.dwarf2/nonvar-access.exp
1091 * gdb.dwarf2/opaque-type-lookup.exp
1092 * gdb.dwarf2/pieces-optimized-out.exp
1093 * gdb.dwarf2/pieces.exp
1094 * gdb.dwarf2/pr10770.exp
1095 * gdb.dwarf2/pr13961.exp
1096 * gdb.dwarf2/staticvirtual.exp
1097 * gdb.dwarf2/subrange.exp
1098 * gdb.dwarf2/symtab-producer.exp
1099 * gdb.dwarf2/trace-crash.exp
1100 * gdb.dwarf2/typeddwarf.exp
1101 * gdb.dwarf2/valop.exp
1102 * gdb.dwarf2/watch-notconst.exp
1103 * gdb.fortran/array-element.exp
1104 * gdb.fortran/charset.exp
1105 * gdb.fortran/common-block.exp
1106 * gdb.fortran/complex.exp
1107 * gdb.fortran/derived-type-function.exp
1108 * gdb.fortran/derived-type.exp
1109 * gdb.fortran/logical.exp
1110 * gdb.fortran/module.exp
1111 * gdb.fortran/multi-dim.exp
1112 * gdb.fortran/nested-funcs.exp
1113 * gdb.fortran/print-formatted.exp
1114 * gdb.fortran/subarray.exp
1115 * gdb.fortran/vla-alloc-assoc.exp
1116 * gdb.fortran/vla-datatypes.exp
1117 * gdb.fortran/vla-history.exp
1118 * gdb.fortran/vla-ptr-info.exp
1119 * gdb.fortran/vla-ptype-sub.exp
1120 * gdb.fortran/vla-ptype.exp
1121 * gdb.fortran/vla-sizeof.exp
1122 * gdb.fortran/vla-type.exp
1123 * gdb.fortran/vla-value-sub-arbitrary.exp
1124 * gdb.fortran/vla-value-sub-finish.exp
1125 * gdb.fortran/vla-value-sub.exp
1126 * gdb.fortran/vla-value.exp
1127 * gdb.fortran/whatis_type.exp
1128 * gdb.go/chan.exp
1129 * gdb.go/handcall.exp
1130 * gdb.go/hello.exp
1131 * gdb.go/integers.exp
1132 * gdb.go/methods.exp
1133 * gdb.go/package.exp
1134 * gdb.go/strings.exp
1135 * gdb.go/types.exp
1136 * gdb.go/unsafe.exp
1137 * gdb.guile/scm-arch.exp
1138 * gdb.guile/scm-block.exp
1139 * gdb.guile/scm-breakpoint.exp
1140 * gdb.guile/scm-cmd.exp
1141 * gdb.guile/scm-disasm.exp
1142 * gdb.guile/scm-equal.exp
1143 * gdb.guile/scm-frame-args.exp
1144 * gdb.guile/scm-frame-inline.exp
1145 * gdb.guile/scm-frame.exp
1146 * gdb.guile/scm-iterator.exp
1147 * gdb.guile/scm-math.exp
1148 * gdb.guile/scm-objfile.exp
1149 * gdb.guile/scm-ports.exp
1150 * gdb.guile/scm-symbol.exp
1151 * gdb.guile/scm-symtab.exp
1152 * gdb.guile/scm-value-cc.exp
1153 * gdb.guile/types-module.exp
1154 * gdb.linespec/break-ask.exp
1155 * gdb.linespec/cpexplicit.exp
1156 * gdb.linespec/explicit.exp
1157 * gdb.linespec/keywords.exp
1158 * gdb.linespec/linespec.exp
1159 * gdb.linespec/ls-dollar.exp
1160 * gdb.linespec/ls-errs.exp
1161 * gdb.linespec/skip-two.exp
1162 * gdb.linespec/thread.exp
1163 * gdb.mi/mi-async.exp
1164 * gdb.mi/mi-basics.exp
1165 * gdb.mi/mi-break.exp
1166 * gdb.mi/mi-catch-load.exp
1167 * gdb.mi/mi-cli.exp
1168 * gdb.mi/mi-cmd-param-changed.exp
1169 * gdb.mi/mi-console.exp
1170 * gdb.mi/mi-detach.exp
1171 * gdb.mi/mi-disassemble.exp
1172 * gdb.mi/mi-eval.exp
1173 * gdb.mi/mi-file-transfer.exp
1174 * gdb.mi/mi-file.exp
1175 * gdb.mi/mi-fill-memory.exp
1176 * gdb.mi/mi-inheritance-syntax-error.exp
1177 * gdb.mi/mi-linespec-err-cp.exp
1178 * gdb.mi/mi-logging.exp
1179 * gdb.mi/mi-memory-changed.exp
1180 * gdb.mi/mi-read-memory.exp
1181 * gdb.mi/mi-record-changed.exp
1182 * gdb.mi/mi-reg-undefined.exp
1183 * gdb.mi/mi-regs.exp
1184 * gdb.mi/mi-return.exp
1185 * gdb.mi/mi-reverse.exp
1186 * gdb.mi/mi-simplerun.exp
1187 * gdb.mi/mi-solib.exp
1188 * gdb.mi/mi-stack.exp
1189 * gdb.mi/mi-stepi.exp
1190 * gdb.mi/mi-syn-frame.exp
1191 * gdb.mi/mi-until.exp
1192 * gdb.mi/mi-var-block.exp
1193 * gdb.mi/mi-var-child.exp
1194 * gdb.mi/mi-var-cmd.exp
1195 * gdb.mi/mi-var-cp.exp
1196 * gdb.mi/mi-var-display.exp
1197 * gdb.mi/mi-var-invalidate.exp
1198 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1199 * gdb.mi/mi-vla-fortran.exp
1200 * gdb.mi/mi-watch.exp
1201 * gdb.mi/mi2-var-child.exp
1202 * gdb.mi/user-selected-context-sync.exp
1203 * gdb.modula2/unbounded-array.exp
1204 * gdb.multi/dummy-frame-restore.exp
1205 * gdb.multi/multi-arch-exec.exp
1206 * gdb.multi/multi-arch.exp
1207 * gdb.multi/tids.exp
1208 * gdb.multi/watchpoint-multi.exp
1209 * gdb.opencl/callfuncs.exp
1210 * gdb.opencl/convs_casts.exp
1211 * gdb.opencl/datatypes.exp
1212 * gdb.opencl/operators.exp
1213 * gdb.opencl/vec_comps.exp
1214 * gdb.opt/clobbered-registers-O2.exp
1215 * gdb.opt/inline-break.exp
1216 * gdb.opt/inline-bt.exp
1217 * gdb.opt/inline-cmds.exp
1218 * gdb.opt/inline-locals.exp
1219 * gdb.pascal/case-insensitive-symbols.exp
1220 * gdb.pascal/floats.exp
1221 * gdb.pascal/gdb11492.exp
1222 * gdb.python/lib-types.exp
1223 * gdb.python/py-arch.exp
1224 * gdb.python/py-as-string.exp
1225 * gdb.python/py-bad-printers.exp
1226 * gdb.python/py-block.exp
1227 * gdb.python/py-breakpoint-create-fail.exp
1228 * gdb.python/py-breakpoint.exp
1229 * gdb.python/py-caller-is.exp
1230 * gdb.python/py-cmd.exp
1231 * gdb.python/py-explore-cc.exp
1232 * gdb.python/py-explore.exp
1233 * gdb.python/py-finish-breakpoint.exp
1234 * gdb.python/py-finish-breakpoint2.exp
1235 * gdb.python/py-frame-args.exp
1236 * gdb.python/py-frame-inline.exp
1237 * gdb.python/py-frame.exp
1238 * gdb.python/py-framefilter-mi.exp
1239 * gdb.python/py-infthread.exp
1240 * gdb.python/py-lazy-string.exp
1241 * gdb.python/py-linetable.exp
1242 * gdb.python/py-mi-events.exp
1243 * gdb.python/py-mi-objfile.exp
1244 * gdb.python/py-mi.exp
1245 * gdb.python/py-objfile.exp
1246 * gdb.python/py-pp-integral.exp
1247 * gdb.python/py-pp-maint.exp
1248 * gdb.python/py-pp-re-notag.exp
1249 * gdb.python/py-pp-registration.exp
1250 * gdb.python/py-recurse-unwind.exp
1251 * gdb.python/py-strfns.exp
1252 * gdb.python/py-symbol.exp
1253 * gdb.python/py-symtab.exp
1254 * gdb.python/py-sync-interp.exp
1255 * gdb.python/py-typeprint.exp
1256 * gdb.python/py-unwind-maint.exp
1257 * gdb.python/py-unwind.exp
1258 * gdb.python/py-value-cc.exp
1259 * gdb.python/py-xmethods.exp
1260 * gdb.reverse/amd64-tailcall-reverse.exp
1261 * gdb.reverse/break-precsave.exp
1262 * gdb.reverse/break-reverse.exp
1263 * gdb.reverse/consecutive-precsave.exp
1264 * gdb.reverse/consecutive-reverse.exp
1265 * gdb.reverse/finish-precsave.exp
1266 * gdb.reverse/finish-reverse-bkpt.exp
1267 * gdb.reverse/finish-reverse.exp
1268 * gdb.reverse/fstatat-reverse.exp
1269 * gdb.reverse/getresuid-reverse.exp
1270 * gdb.reverse/i386-precsave.exp
1271 * gdb.reverse/i386-reverse.exp
1272 * gdb.reverse/i386-sse-reverse.exp
1273 * gdb.reverse/i387-env-reverse.exp
1274 * gdb.reverse/i387-stack-reverse.exp
1275 * gdb.reverse/insn-reverse.exp
1276 * gdb.reverse/machinestate-precsave.exp
1277 * gdb.reverse/machinestate.exp
1278 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1279 * gdb.reverse/pipe-reverse.exp
1280 * gdb.reverse/readv-reverse.exp
1281 * gdb.reverse/recvmsg-reverse.exp
1282 * gdb.reverse/rerun-prec.exp
1283 * gdb.reverse/s390-mvcle.exp
1284 * gdb.reverse/step-precsave.exp
1285 * gdb.reverse/step-reverse.exp
1286 * gdb.reverse/time-reverse.exp
1287 * gdb.reverse/until-precsave.exp
1288 * gdb.reverse/until-reverse.exp
1289 * gdb.reverse/waitpid-reverse.exp
1290 * gdb.reverse/watch-precsave.exp
1291 * gdb.reverse/watch-reverse.exp
1292 * gdb.rust/generics.exp
1293 * gdb.rust/methods.exp
1294 * gdb.rust/modules.exp
1295 * gdb.rust/simple.exp
1296 * gdb.server/connect-with-no-symbol-file.exp
1297 * gdb.server/ext-attach.exp
1298 * gdb.server/ext-restart.exp
1299 * gdb.server/ext-wrapper.exp
1300 * gdb.server/file-transfer.exp
1301 * gdb.server/server-exec-info.exp
1302 * gdb.server/server-kill.exp
1303 * gdb.server/server-mon.exp
1304 * gdb.server/wrapper.exp
1305 * gdb.stabs/exclfwd.exp
1306 * gdb.stabs/gdb11479.exp
1307 * gdb.threads/clone-new-thread-event.exp
1308 * gdb.threads/corethreads.exp
1309 * gdb.threads/current-lwp-dead.exp
1310 * gdb.threads/dlopen-libpthread.exp
1311 * gdb.threads/gcore-thread.exp
1312 * gdb.threads/sigstep-threads.exp
1313 * gdb.threads/watchpoint-fork.exp
1314 * gdb.trace/actions-changed.exp
1315 * gdb.trace/backtrace.exp
1316 * gdb.trace/change-loc.exp
1317 * gdb.trace/circ.exp
1318 * gdb.trace/collection.exp
1319 * gdb.trace/disconnected-tracing.exp
1320 * gdb.trace/ftrace.exp
1321 * gdb.trace/mi-trace-frame-collected.exp
1322 * gdb.trace/mi-trace-unavailable.exp
1323 * gdb.trace/mi-traceframe-changed.exp
1324 * gdb.trace/mi-tsv-changed.exp
1325 * gdb.trace/no-attach-trace.exp
1326 * gdb.trace/passc-dyn.exp
1327 * gdb.trace/qtro.exp
1328 * gdb.trace/range-stepping.exp
1329 * gdb.trace/read-memory.exp
1330 * gdb.trace/save-trace.exp
1331 * gdb.trace/signal.exp
1332 * gdb.trace/status-stop.exp
1333 * gdb.trace/tfile.exp
1334 * gdb.trace/trace-break.exp
1335 * gdb.trace/trace-buffer-size.exp
1336 * gdb.trace/trace-condition.exp
1337 * gdb.trace/tracefile-pseudo-reg.exp
1338 * gdb.trace/tstatus.exp
1339 * gdb.trace/unavailable.exp
1340 * gdb.trace/while-dyn.exp
1341 * gdb.trace/while-stepping.exp
1342
1343 2016-12-22 Doug Evans <xdje42@gmail.com>
1344
1345 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1346 and msymbols.
1347
1348 2016-12-19 Yao Qi <yao.qi@linaro.org>
1349
1350 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1351 (test_with_self): Don't call do_steps_and_nexts, and remove
1352 code about stepping into xmalloc.
1353
1354 2016-12-09 Yao Qi <yao.qi@linaro.org>
1355
1356 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1357
1358 2016-12-09 Yao Qi <yao.qi@linaro.org>
1359
1360 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1361
1362 2016-12-09 Pedro Alves <palves@redhat.com>
1363
1364 * gdb.base/all-architectures-0.exp: New file.
1365 * gdb.base/all-architectures-1.exp: New file.
1366 * gdb.base/all-architectures-2.exp: New file.
1367 * gdb.base/all-architectures-3.exp: New file.
1368 * gdb.base/all-architectures-4.exp: New file.
1369 * gdb.base/all-architectures-5.exp: New file.
1370 * gdb.base/all-architectures-6.exp: New file.
1371 * gdb.base/all-architectures-7.exp: New file.
1372 * gdb.base/all-architectures.exp.in: New file.
1373
1374 2016-12-09 Yao Qi <yao.qi@linaro.org>
1375
1376 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1377
1378 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1379
1380 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1381 possible.
1382 Remove useless pattern-matching code.
1383
1384 2016-12-02 Pedro Alves <palves@redhat.com>
1385
1386 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1387 procedure.
1388 (top level): Call it.
1389
1390 2016-12-02 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1393 New procedure.
1394 (top level): Call it.
1395
1396 2016-12-02 Pedro Alves <palves@redhat.com>
1397
1398 PR cli/20559
1399 * gdb.base/commands.exp (user_defined_command_args_eval): New
1400 procedure.
1401 (top level): Call it.
1402
1403 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1404
1405 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1406 timeout handling.
1407
1408 2016-12-02 Tom Tromey <tom@tromey.com>
1409
1410 * gdb.dwarf2/main-subprogram.c: New file.
1411 * gdb.dwarf2/main-subprogram.exp: New file.
1412
1413 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1414
1415 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1416 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1417 gdb_test_no_output for a couple of cases.
1418 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1419
1420 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1421
1422 Fix test names and standardize compilation error messages throughout
1423 the following files:
1424
1425 * gdb.ada/start.exp
1426 * gdb.arch/alpha-step.exp
1427 * gdb.arch/e500-prologue.exp
1428 * gdb.arch/ftrace-insn-reloc.exp
1429 * gdb.arch/gdb1291.exp
1430 * gdb.arch/gdb1431.exp
1431 * gdb.arch/gdb1558.exp
1432 * gdb.arch/i386-dr3-watch.exp
1433 * gdb.arch/i386-sse-stack-align.exp
1434 * gdb.arch/ia64-breakpoint-shadow.exp
1435 * gdb.arch/pa-nullify.exp
1436 * gdb.arch/powerpc-aix-prologue.exp
1437 * gdb.arch/thumb-bx-pc.exp
1438 * gdb.base/annota1.exp
1439 * gdb.base/annota3.exp
1440 * gdb.base/arrayidx.exp
1441 * gdb.base/assign.exp
1442 * gdb.base/attach.exp
1443 * gdb.base/auxv.exp
1444 * gdb.base/bang.exp
1445 * gdb.base/bfp-test.exp
1446 * gdb.base/bigcore.exp
1447 * gdb.base/bitfields2.exp
1448 * gdb.base/break-fun-addr.exp
1449 * gdb.base/break-probes.exp
1450 * gdb.base/call-rt-st.exp
1451 * gdb.base/callexit.exp
1452 * gdb.base/catch-fork-kill.exp
1453 * gdb.base/charset.exp
1454 * gdb.base/checkpoint.exp
1455 * gdb.base/comprdebug.exp
1456 * gdb.base/constvars.exp
1457 * gdb.base/coredump-filter.exp
1458 * gdb.base/cursal.exp
1459 * gdb.base/cvexpr.exp
1460 * gdb.base/detach.exp
1461 * gdb.base/display.exp
1462 * gdb.base/dmsym.exp
1463 * gdb.base/dprintf-pending.exp
1464 * gdb.base/dso2dso.exp
1465 * gdb.base/dtrace-probe.exp
1466 * gdb.base/dump.exp
1467 * gdb.base/enum_cond.exp
1468 * gdb.base/exe-lock.exp
1469 * gdb.base/exec-invalid-sysroot.exp
1470 * gdb.base/execl-update-breakpoints.exp
1471 * gdb.base/exprs.exp
1472 * gdb.base/fileio.exp
1473 * gdb.base/find.exp
1474 * gdb.base/finish.exp
1475 * gdb.base/fixsection.exp
1476 * gdb.base/foll-vfork.exp
1477 * gdb.base/frame-args.exp
1478 * gdb.base/gcore.exp
1479 * gdb.base/gdb1250.exp
1480 * gdb.base/global-var-nested-by-dso.exp
1481 * gdb.base/gnu-ifunc.exp
1482 * gdb.base/hashline1.exp
1483 * gdb.base/hashline2.exp
1484 * gdb.base/hashline3.exp
1485 * gdb.base/hbreak-in-shr-unsupported.exp
1486 * gdb.base/huge.exp
1487 * gdb.base/infcall-input.exp
1488 * gdb.base/info-fun.exp
1489 * gdb.base/info-shared.exp
1490 * gdb.base/jit-simple.exp
1491 * gdb.base/jit-so.exp
1492 * gdb.base/jit.exp
1493 * gdb.base/jump.exp
1494 * gdb.base/label.exp
1495 * gdb.base/lineinc.exp
1496 * gdb.base/logical.exp
1497 * gdb.base/longjmp.exp
1498 * gdb.base/macscp.exp
1499 * gdb.base/miscexprs.exp
1500 * gdb.base/new-ui-echo.exp
1501 * gdb.base/new-ui-pending-input.exp
1502 * gdb.base/new-ui.exp
1503 * gdb.base/nodebug.exp
1504 * gdb.base/nofield.exp
1505 * gdb.base/offsets.exp
1506 * gdb.base/overlays.exp
1507 * gdb.base/pending.exp
1508 * gdb.base/pointers.exp
1509 * gdb.base/pr11022.exp
1510 * gdb.base/printcmds.exp
1511 * gdb.base/prologue.exp
1512 * gdb.base/ptr-typedef.exp
1513 * gdb.base/realname-expand.exp
1514 * gdb.base/relativedebug.exp
1515 * gdb.base/relocate.exp
1516 * gdb.base/remote.exp
1517 * gdb.base/reread.exp
1518 * gdb.base/return2.exp
1519 * gdb.base/savedregs.exp
1520 * gdb.base/sep.exp
1521 * gdb.base/sepdebug.exp
1522 * gdb.base/sepsymtab.exp
1523 * gdb.base/set-inferior-tty.exp
1524 * gdb.base/setshow.exp
1525 * gdb.base/shlib-call.exp
1526 * gdb.base/sigaltstack.exp
1527 * gdb.base/siginfo-addr.exp
1528 * gdb.base/signals.exp
1529 * gdb.base/signull.exp
1530 * gdb.base/sigrepeat.exp
1531 * gdb.base/so-impl-ld.exp
1532 * gdb.base/solib-display.exp
1533 * gdb.base/solib-overlap.exp
1534 * gdb.base/solib-search.exp
1535 * gdb.base/solib-symbol.exp
1536 * gdb.base/structs.exp
1537 * gdb.base/structs2.exp
1538 * gdb.base/symtab-search-order.exp
1539 * gdb.base/twice.exp
1540 * gdb.base/unload.exp
1541 * gdb.base/varargs.exp
1542 * gdb.base/watchpoint-solib.exp
1543 * gdb.base/watchpoint.exp
1544 * gdb.base/whatis.exp
1545 * gdb.base/wrong_frame_bt_full.exp
1546 * gdb.btrace/dlopen.exp
1547 * gdb.cell/ea-standalone.exp
1548 * gdb.cell/ea-test.exp
1549 * gdb.cp/dispcxx.exp
1550 * gdb.cp/gdb2384.exp
1551 * gdb.cp/method2.exp
1552 * gdb.cp/nextoverthrow.exp
1553 * gdb.cp/pr10728.exp
1554 * gdb.disasm/am33.exp
1555 * gdb.disasm/h8300s.exp
1556 * gdb.disasm/mn10300.exp
1557 * gdb.disasm/sh3.exp
1558 * gdb.dwarf2/dw2-dir-file-name.exp
1559 * gdb.fortran/complex.exp
1560 * gdb.fortran/library-module.exp
1561 * gdb.guile/scm-pretty-print.exp
1562 * gdb.guile/scm-symbol.exp
1563 * gdb.guile/scm-type.exp
1564 * gdb.guile/scm-value.exp
1565 * gdb.linespec/linespec.exp
1566 * gdb.mi/gdb701.exp
1567 * gdb.mi/gdb792.exp
1568 * gdb.mi/mi-breakpoint-changed.exp
1569 * gdb.mi/mi-dprintf-pending.exp
1570 * gdb.mi/mi-dprintf.exp
1571 * gdb.mi/mi-exit-code.exp
1572 * gdb.mi/mi-pending.exp
1573 * gdb.mi/mi-solib.exp
1574 * gdb.mi/new-ui-mi-sync.exp
1575 * gdb.mi/pr11022.exp
1576 * gdb.mi/user-selected-context-sync.exp
1577 * gdb.opt/solib-intra-step.exp
1578 * gdb.python/py-events.exp
1579 * gdb.python/py-finish-breakpoint.exp
1580 * gdb.python/py-mi.exp
1581 * gdb.python/py-prettyprint.exp
1582 * gdb.python/py-shared.exp
1583 * gdb.python/py-symbol.exp
1584 * gdb.python/py-template.exp
1585 * gdb.python/py-type.exp
1586 * gdb.python/py-value.exp
1587 * gdb.reverse/solib-precsave.exp
1588 * gdb.reverse/solib-reverse.exp
1589 * gdb.server/solib-list.exp
1590 * gdb.stabs/weird.exp
1591 * gdb.threads/reconnect-signal.exp
1592 * gdb.threads/stepi-random-signal.exp
1593 * gdb.trace/actions.exp
1594 * gdb.trace/ax.exp
1595 * gdb.trace/backtrace.exp
1596 * gdb.trace/change-loc.exp
1597 * gdb.trace/deltrace.exp
1598 * gdb.trace/ftrace-lock.exp
1599 * gdb.trace/ftrace.exp
1600 * gdb.trace/infotrace.exp
1601 * gdb.trace/mi-tracepoint-changed.exp
1602 * gdb.trace/packetlen.exp
1603 * gdb.trace/passcount.exp
1604 * gdb.trace/pending.exp
1605 * gdb.trace/range-stepping.exp
1606 * gdb.trace/report.exp
1607 * gdb.trace/stap-trace.exp
1608 * gdb.trace/tfind.exp
1609 * gdb.trace/trace-break.exp
1610 * gdb.trace/trace-condition.exp
1611 * gdb.trace/trace-enable-disable.exp
1612 * gdb.trace/trace-mt.exp
1613 * gdb.trace/tracecmd.exp
1614 * gdb.trace/tspeed.exp
1615 * gdb.trace/tsv.exp
1616 * lib/perftest.exp
1617
1618 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1619
1620 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1621 with gdb_test_no_output.
1622 Use command as test name.
1623
1624 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1625
1626 Fix test names starting with uppercase throughout the files.
1627
1628 * gdb.ada/assign_1.exp
1629 * gdb.ada/boolean_expr.exp
1630 * gdb.base/arrayidx.exp
1631 * gdb.base/del.exp
1632 * gdb.base/gcore-buffer-overflow.exp
1633 * gdb.base/testenv.exp
1634 * gdb.compile/compile.exp
1635 * gdb.python/py-framefilter-invalidarg.exp
1636 * gdb.python/py-framefilter.exp
1637
1638 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1639
1640 Fix test names starting with uppercase throughout the files.
1641
1642 * gdb.ada/array_return.exp
1643 * gdb.ada/expr_delims.exp
1644 * gdb.ada/mi_dyn_arr.exp
1645 * gdb.ada/mi_interface.exp
1646 * gdb.ada/mi_var_array.exp
1647 * gdb.ada/watch_arg.exp
1648 * gdb.arch/alpha-step.exp
1649 * gdb.arch/altivec-regs.exp
1650 * gdb.arch/e500-regs.exp
1651 * gdb.arch/powerpc-d128-regs.exp
1652 * gdb.base/arrayidx.exp
1653 * gdb.base/break.exp
1654 * gdb.base/checkpoint.exp
1655 * gdb.base/debug-expr.exp
1656 * gdb.base/dmsym.exp
1657 * gdb.base/radix.exp
1658 * gdb.base/sepdebug.exp
1659 * gdb.base/testenv.exp
1660 * gdb.base/watch_thread_num.exp
1661 * gdb.base/watchpoint-cond-gone.exp
1662 * gdb.cell/break.exp
1663 * gdb.cell/ea-cache.exp
1664 * gdb.compile/compile.exp
1665 * gdb.cp/gdb2495.exp
1666 * gdb.gdb/selftest.exp
1667 * gdb.gdb/xfullpath.exp
1668 * gdb.go/hello.exp
1669 * gdb.go/integers.exp
1670 * gdb.objc/basicclass.exp
1671 * gdb.pascal/hello.exp
1672 * gdb.pascal/integers.exp
1673 * gdb.python/py-breakpoint.exp
1674 * gdb.python/py-cmd.exp
1675 * gdb.python/py-linetable.exp
1676 * gdb.python/py-xmethods.exp
1677 * gdb.python/python.exp
1678 * gdb.reverse/consecutive-precsave.exp
1679 * gdb.reverse/finish-precsave.exp
1680 * gdb.reverse/i386-precsave.exp
1681 * gdb.reverse/machinestate-precsave.exp
1682 * gdb.reverse/sigall-precsave.exp
1683 * gdb.reverse/solib-precsave.exp
1684 * gdb.reverse/step-precsave.exp
1685 * gdb.reverse/until-precsave.exp
1686 * gdb.reverse/watch-precsave.exp
1687 * gdb.threads/leader-exit.exp
1688 * gdb.threads/pthreads.exp
1689 * gdb.threads/wp-replication.exp
1690 * gdb.trace/actions.exp
1691 * gdb.trace/mi-tsv-changed.exp
1692 * gdb.trace/tsv.exp
1693
1694 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1695
1696 Fix test names starting with uppercase throughout the files.
1697
1698 * gdb.arch/i386-bp_permanent.exp
1699 * gdb.arch/i386-gnu-cfi.exp
1700 * gdb.base/disasm-end-cu.exp
1701 * gdb.base/macscp.exp
1702 * gdb.base/pending.exp
1703 * gdb.base/watch_thread_num.exp
1704 * gdb.cp/exception.exp
1705 * gdb.cp/gdb2495.exp
1706 * gdb.cp/local.exp
1707 * gdb.python/py-evsignal.exp
1708 * gdb.python/python.exp
1709 * gdb.trace/tracecmd.exp
1710
1711 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1712
1713 Fix test names starting with uppercase throughout the files.
1714
1715 * gdb.base/charset.exp
1716 * gdb.base/eval.exp
1717 * gdb.base/multi-forks.exp
1718 * gdb.guile/scm-progspace.exp
1719 * gdb.opencl/datatypes.exp
1720 * gdb.python/py-block.exp
1721 * gdb.python/py-function.exp
1722 * gdb.python/py-symbol.exp
1723 * gdb.python/py-symtab.exp
1724 * gdb.python/py-xmethods.exp
1725 * gdb.reverse/break-precsave.exp
1726 * gdb.reverse/break-reverse.exp
1727 * gdb.reverse/consecutive-precsave.exp
1728 * gdb.reverse/consecutive-reverse.exp
1729 * gdb.reverse/finish-precsave.exp
1730 * gdb.reverse/finish-reverse-bkpt.exp
1731 * gdb.reverse/finish-reverse.exp
1732 * gdb.reverse/fstatat-reverse.exp
1733 * gdb.reverse/getresuid-reverse.exp
1734 * gdb.reverse/i386-precsave.exp
1735 * gdb.reverse/i386-reverse.exp
1736 * gdb.reverse/i386-sse-reverse.exp
1737 * gdb.reverse/i387-stack-reverse.exp
1738 * gdb.reverse/insn-reverse.exp
1739 * gdb.reverse/machinestate-precsave.exp
1740 * gdb.reverse/machinestate.exp
1741 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1742 * gdb.reverse/pipe-reverse.exp
1743 * gdb.reverse/readv-reverse.exp
1744 * gdb.reverse/recvmsg-reverse.exp
1745 * gdb.reverse/rerun-prec.exp
1746 * gdb.reverse/s390-mvcle.exp
1747 * gdb.reverse/sigall-precsave.exp
1748 * gdb.reverse/sigall-reverse.exp
1749 * gdb.reverse/solib-precsave.exp
1750 * gdb.reverse/solib-reverse.exp
1751 * gdb.reverse/step-precsave.exp
1752 * gdb.reverse/step-reverse.exp
1753 * gdb.reverse/time-reverse.exp
1754 * gdb.reverse/until-precsave.exp
1755 * gdb.reverse/until-reverse.exp
1756 * gdb.reverse/waitpid-reverse.exp
1757 * gdb.reverse/watch-precsave.exp
1758 * gdb.reverse/watch-reverse.exp
1759
1760 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1761
1762 Fix test names starting with uppercase throughout the files.
1763
1764 * gdb.arch/i386-mpx-simple_segv.exp
1765 * gdb.arch/i386-mpx.exp
1766 * gdb.arch/i386-permbkpt.exp
1767 * gdb.arch/pa-nullify.exp
1768 * gdb.arch/powerpc-d128-regs.exp
1769 * gdb.arch/vsx-regs.exp
1770 * gdb.base/bfp-test.exp
1771 * gdb.base/break.exp
1772 * gdb.base/breakpoint-shadow.exp
1773 * gdb.base/callfuncs.exp
1774 * gdb.base/charset.exp
1775 * gdb.base/commands.exp
1776 * gdb.base/completion.exp
1777 * gdb.base/dfp-test.exp
1778 * gdb.base/echo.exp
1779 * gdb.base/ending-run.exp
1780 * gdb.base/eval.exp
1781 * gdb.base/expand-psymtabs.exp
1782 * gdb.base/float128.exp
1783 * gdb.base/floatn.exp
1784 * gdb.base/foll-exec-mode.exp
1785 * gdb.base/gdb1056.exp
1786 * gdb.base/gdb11531.exp
1787 * gdb.base/kill-after-signal.exp
1788 * gdb.base/multi-forks.exp
1789 * gdb.base/overlays.exp
1790 * gdb.base/pending.exp
1791 * gdb.base/sepdebug.exp
1792 * gdb.base/testenv.exp
1793 * gdb.base/valgrind-db-attach.exp
1794 * gdb.base/watch_thread_num.exp
1795 * gdb.base/watchpoint-cond-gone.exp
1796 * gdb.base/watchpoint.exp
1797 * gdb.base/watchpoints.exp
1798 * gdb.cp/arg-reference.exp
1799 * gdb.cp/baseenum.exp
1800 * gdb.cp/operator.exp
1801 * gdb.cp/shadow.exp
1802 * gdb.dwarf2/dw2-op-out-param.exp
1803 * gdb.dwarf2/dw2-reg-undefined.exp
1804 * gdb.go/chan.exp
1805 * gdb.go/hello.exp
1806 * gdb.go/integers.exp
1807 * gdb.go/methods.exp
1808 * gdb.go/package.exp
1809 * gdb.guile/scm-parameter.exp
1810 * gdb.guile/scm-progspace.exp
1811 * gdb.guile/scm-value.exp
1812 * gdb.mi/mi-pending.exp
1813 * gdb.mi/user-selected-context-sync.exp
1814 * gdb.multi/multi-attach.exp
1815 * gdb.multi/tids.exp
1816 * gdb.opt/clobbered-registers-O2.exp
1817 * gdb.pascal/floats.exp
1818 * gdb.pascal/integers.exp
1819 * gdb.python/py-block.exp
1820 * gdb.python/py-events.exp
1821 * gdb.python/py-parameter.exp
1822 * gdb.python/py-symbol.exp
1823 * gdb.python/py-symtab.exp
1824 * gdb.python/py-type.exp
1825 * gdb.python/py-value.exp
1826 * gdb.python/py-xmethods.exp
1827 * gdb.python/python.exp
1828 * gdb.reverse/break-precsave.exp
1829 * gdb.reverse/consecutive-precsave.exp
1830 * gdb.reverse/finish-precsave.exp
1831 * gdb.reverse/i386-precsave.exp
1832 * gdb.reverse/machinestate-precsave.exp
1833 * gdb.reverse/sigall-precsave.exp
1834 * gdb.reverse/solib-precsave.exp
1835 * gdb.reverse/step-precsave.exp
1836 * gdb.reverse/until-precsave.exp
1837 * gdb.reverse/watch-precsave.exp
1838 * gdb.server/ext-attach.exp
1839 * gdb.server/ext-restart.exp
1840 * gdb.server/ext-run.exp
1841 * gdb.server/ext-wrapper.exp
1842 * gdb.stabs/gdb11479.exp
1843 * gdb.stabs/weird.exp
1844 * gdb.threads/attach-many-short-lived-threads.exp
1845 * gdb.threads/kill.exp
1846 * gdb.threads/watchpoint-fork.exp
1847
1848 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1849
1850 Fix test names starting with uppercase throughout all the files below.
1851
1852 * gdb.ada/array_return.exp
1853 * gdb.ada/catch_ex.exp
1854 * gdb.ada/info_exc.exp
1855 * gdb.ada/mi_catch_ex.exp
1856 * gdb.ada/mi_dyn_arr.exp
1857 * gdb.ada/mi_ex_cond.exp
1858 * gdb.ada/mi_exc_info.exp
1859 * gdb.ada/mi_interface.exp
1860 * gdb.ada/mi_task_arg.exp
1861 * gdb.ada/mi_task_info.exp
1862 * gdb.ada/mi_var_array.exp
1863 * gdb.arch/alpha-step.exp
1864 * gdb.arch/amd64-disp-step.exp
1865 * gdb.arch/arm-disp-step.exp
1866 * gdb.arch/disp-step-insn-reloc.exp
1867 * gdb.arch/e500-prologue.exp
1868 * gdb.arch/ftrace-insn-reloc.exp
1869 * gdb.arch/gdb1558.exp
1870 * gdb.arch/i386-bp_permanent.exp
1871 * gdb.arch/i386-disp-step.exp
1872 * gdb.arch/i386-float.exp
1873 * gdb.arch/i386-gnu-cfi.exp
1874 * gdb.arch/ia64-breakpoint-shadow.exp
1875 * gdb.arch/mips16-thunks.exp
1876 * gdb.arch/pa-nullify.exp
1877 * gdb.arch/powerpc-aix-prologue.exp
1878 * gdb.arch/powerpc-power.exp
1879 * gdb.arch/ppc-dfp.exp
1880 * gdb.arch/s390-tdbregs.exp
1881 * gdb.arch/spu-info.exp
1882 * gdb.arch/spu-ls.exp
1883 * gdb.arch/thumb-bx-pc.exp
1884 * gdb.base/advance.exp
1885 * gdb.base/annota-input-while-running.exp
1886 * gdb.base/arrayidx.exp
1887 * gdb.base/asmlabel.exp
1888 * gdb.base/async.exp
1889 * gdb.base/attach-wait-input.exp
1890 * gdb.base/auto-connect-native-target.exp
1891 * gdb.base/batch-preserve-term-settings.exp
1892 * gdb.base/bfp-test.exp
1893 * gdb.base/bigcore.exp
1894 * gdb.base/bp-permanent.exp
1895 * gdb.base/break-always.exp
1896 * gdb.base/break-fun-addr.exp
1897 * gdb.base/break-idempotent.exp
1898 * gdb.base/break-main-file-remove-fail.exp
1899 * gdb.base/break-probes.exp
1900 * gdb.base/break-unload-file.exp
1901 * gdb.base/break.exp
1902 * gdb.base/call-ar-st.exp
1903 * gdb.base/call-rt-st.exp
1904 * gdb.base/call-sc.exp
1905 * gdb.base/call-signal-resume.exp
1906 * gdb.base/call-strs.exp
1907 * gdb.base/callexit.exp
1908 * gdb.base/callfuncs.exp
1909 * gdb.base/catch-gdb-caused-signals.exp
1910 * gdb.base/catch-signal-siginfo-cond.exp
1911 * gdb.base/catch-syscall.exp
1912 * gdb.base/compare-sections.exp
1913 * gdb.base/cond-eval-mode.exp
1914 * gdb.base/condbreak-call-false.exp
1915 * gdb.base/consecutive-step-over.exp
1916 * gdb.base/cursal.exp
1917 * gdb.base/disabled-location.exp
1918 * gdb.base/disasm-end-cu.exp
1919 * gdb.base/display.exp
1920 * gdb.base/double-prompt-target-event-error.exp
1921 * gdb.base/dprintf-bp-same-addr.exp
1922 * gdb.base/dprintf-detach.exp
1923 * gdb.base/dprintf-next.exp
1924 * gdb.base/dprintf-non-stop.exp
1925 * gdb.base/dprintf-pending.exp
1926 * gdb.base/dso2dso.exp
1927 * gdb.base/ending-run.exp
1928 * gdb.base/enum_cond.exp
1929 * gdb.base/examine-backward.exp
1930 * gdb.base/exe-lock.exp
1931 * gdb.base/exec-invalid-sysroot.exp
1932 * gdb.base/execl-update-breakpoints.exp
1933 * gdb.base/execution-termios.exp
1934 * gdb.base/fileio.exp
1935 * gdb.base/fixsection.exp
1936 * gdb.base/foll-exec-mode.exp
1937 * gdb.base/foll-exec.exp
1938 * gdb.base/fork-running-state.exp
1939 * gdb.base/frame-args.exp
1940 * gdb.base/fullpath-expand.exp
1941 * gdb.base/func-ptr.exp
1942 * gdb.base/gcore-relro-pie.exp
1943 * gdb.base/gdb1090.exp
1944 * gdb.base/gdb1555.exp
1945 * gdb.base/global-var-nested-by-dso.exp
1946 * gdb.base/gnu-ifunc.exp
1947 * gdb.base/hbreak-in-shr-unsupported.exp
1948 * gdb.base/hbreak-unmapped.exp
1949 * gdb.base/hook-stop.exp
1950 * gdb.base/infcall-input.exp
1951 * gdb.base/info-fun.exp
1952 * gdb.base/info-shared.exp
1953 * gdb.base/interrupt-noterm.exp
1954 * gdb.base/jit-so.exp
1955 * gdb.base/jit.exp
1956 * gdb.base/line-symtabs.exp
1957 * gdb.base/list.exp
1958 * gdb.base/longjmp.exp
1959 * gdb.base/macscp.exp
1960 * gdb.base/max-value-size.exp
1961 * gdb.base/nodebug.exp
1962 * gdb.base/nofield.exp
1963 * gdb.base/overlays.exp
1964 * gdb.base/paginate-after-ctrl-c-running.exp
1965 * gdb.base/paginate-bg-execution.exp
1966 * gdb.base/paginate-inferior-exit.exp
1967 * gdb.base/pending.exp
1968 * gdb.base/pr11022.exp
1969 * gdb.base/printcmds.exp
1970 * gdb.base/ptr-typedef.exp
1971 * gdb.base/ptype.exp
1972 * gdb.base/randomize.exp
1973 * gdb.base/range-stepping.exp
1974 * gdb.base/realname-expand.exp
1975 * gdb.base/relativedebug.exp
1976 * gdb.base/remote.exp
1977 * gdb.base/savedregs.exp
1978 * gdb.base/sepdebug.exp
1979 * gdb.base/set-noassign.exp
1980 * gdb.base/shlib-call.exp
1981 * gdb.base/shreloc.exp
1982 * gdb.base/sigaltstack.exp
1983 * gdb.base/sigbpt.exp
1984 * gdb.base/siginfo-addr.exp
1985 * gdb.base/siginfo-obj.exp
1986 * gdb.base/siginfo-thread.exp
1987 * gdb.base/signest.exp
1988 * gdb.base/signull.exp
1989 * gdb.base/sigrepeat.exp
1990 * gdb.base/skip.exp
1991 * gdb.base/so-impl-ld.exp
1992 * gdb.base/solib-corrupted.exp
1993 * gdb.base/solib-disc.exp
1994 * gdb.base/solib-display.exp
1995 * gdb.base/solib-overlap.exp
1996 * gdb.base/solib-search.exp
1997 * gdb.base/solib-symbol.exp
1998 * gdb.base/source-execution.exp
1999 * gdb.base/sss-bp-on-user-bp-2.exp
2000 * gdb.base/sss-bp-on-user-bp.exp
2001 * gdb.base/stack-checking.exp
2002 * gdb.base/stale-infcall.exp
2003 * gdb.base/step-break.exp
2004 * gdb.base/step-line.exp
2005 * gdb.base/step-over-exit.exp
2006 * gdb.base/step-test.exp
2007 * gdb.base/structs.exp
2008 * gdb.base/sym-file.exp
2009 * gdb.base/symtab-search-order.exp
2010 * gdb.base/term.exp
2011 * gdb.base/type-opaque.exp
2012 * gdb.base/unload.exp
2013 * gdb.base/until-nodebug.exp
2014 * gdb.base/until.exp
2015 * gdb.base/unwindonsignal.exp
2016 * gdb.base/watch-cond.exp
2017 * gdb.base/watch-non-mem.exp
2018 * gdb.base/watch_thread_num.exp
2019 * gdb.base/watchpoint-reuse-slot.exp
2020 * gdb.base/watchpoint-solib.exp
2021 * gdb.base/watchpoint.exp
2022 * gdb.btrace/dlopen.exp
2023 * gdb.cell/arch.exp
2024 * gdb.cell/break.exp
2025 * gdb.cell/bt.exp
2026 * gdb.cell/core.exp
2027 * gdb.cell/data.exp
2028 * gdb.cell/dwarfaddr.exp
2029 * gdb.cell/ea-cache.exp
2030 * gdb.cell/ea-standalone.exp
2031 * gdb.cell/ea-test.exp
2032 * gdb.cell/f-regs.exp
2033 * gdb.cell/fork.exp
2034 * gdb.cell/gcore.exp
2035 * gdb.cell/mem-access.exp
2036 * gdb.cell/ptype.exp
2037 * gdb.cell/registers.exp
2038 * gdb.cell/sizeof.exp
2039 * gdb.cell/solib-symbol.exp
2040 * gdb.cell/solib.exp
2041 * gdb.compile/compile-tls.exp
2042 * gdb.cp/exception.exp
2043 * gdb.cp/gdb2495.exp
2044 * gdb.cp/local.exp
2045 * gdb.cp/mb-inline.exp
2046 * gdb.cp/mb-templates.exp
2047 * gdb.cp/pr10687.exp
2048 * gdb.cp/pr9167.exp
2049 * gdb.cp/scope-err.exp
2050 * gdb.cp/templates.exp
2051 * gdb.cp/virtfunc.exp
2052 * gdb.dwarf2/dw2-dir-file-name.exp
2053 * gdb.dwarf2/dw2-single-line-discriminators.exp
2054 * gdb.fortran/complex.exp
2055 * gdb.fortran/library-module.exp
2056 * gdb.guile/guile.exp
2057 * gdb.guile/scm-cmd.exp
2058 * gdb.guile/scm-frame-inline.exp
2059 * gdb.guile/scm-objfile.exp
2060 * gdb.guile/scm-pretty-print.exp
2061 * gdb.guile/scm-symbol.exp
2062 * gdb.guile/scm-type.exp
2063 * gdb.guile/scm-value.exp
2064 * gdb.linespec/keywords.exp
2065 * gdb.linespec/ls-errs.exp
2066 * gdb.linespec/macro-relative.exp
2067 * gdb.linespec/thread.exp
2068 * gdb.mi/mi-breakpoint-changed.exp
2069 * gdb.mi/mi-dprintf-pending.exp
2070 * gdb.mi/mi-fullname-deleted.exp
2071 * gdb.mi/mi-logging.exp
2072 * gdb.mi/mi-pending.exp
2073 * gdb.mi/mi-solib.exp
2074 * gdb.mi/new-ui-mi-sync.exp
2075 * gdb.mi/user-selected-context-sync.exp
2076 * gdb.multi/dummy-frame-restore.exp
2077 * gdb.multi/multi-arch-exec.exp
2078 * gdb.multi/remove-inferiors.exp
2079 * gdb.multi/watchpoint-multi-exit.exp
2080 * gdb.opt/solib-intra-step.exp
2081 * gdb.perf/backtrace.exp
2082 * gdb.perf/single-step.exp
2083 * gdb.perf/skip-command.exp
2084 * gdb.perf/skip-prologue.exp
2085 * gdb.perf/solib.exp
2086 * gdb.python/lib-types.exp
2087 * gdb.python/py-as-string.exp
2088 * gdb.python/py-bad-printers.exp
2089 * gdb.python/py-block.exp
2090 * gdb.python/py-breakpoint.exp
2091 * gdb.python/py-cmd.exp
2092 * gdb.python/py-events.exp
2093 * gdb.python/py-evthreads.exp
2094 * gdb.python/py-finish-breakpoint.exp
2095 * gdb.python/py-finish-breakpoint2.exp
2096 * gdb.python/py-frame-inline.exp
2097 * gdb.python/py-frame.exp
2098 * gdb.python/py-inferior.exp
2099 * gdb.python/py-infthread.exp
2100 * gdb.python/py-mi.exp
2101 * gdb.python/py-objfile.exp
2102 * gdb.python/py-pp-maint.exp
2103 * gdb.python/py-pp-registration.exp
2104 * gdb.python/py-prettyprint.exp
2105 * gdb.python/py-recurse-unwind.exp
2106 * gdb.python/py-shared.exp
2107 * gdb.python/py-symbol.exp
2108 * gdb.python/py-symtab.exp
2109 * gdb.python/py-template.exp
2110 * gdb.python/py-type.exp
2111 * gdb.python/py-unwind-maint.exp
2112 * gdb.python/py-unwind.exp
2113 * gdb.python/py-value.exp
2114 * gdb.python/python.exp
2115 * gdb.reverse/finish-reverse-bkpt.exp
2116 * gdb.reverse/insn-reverse.exp
2117 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2118 * gdb.reverse/solib-precsave.exp
2119 * gdb.reverse/solib-reverse.exp
2120 * gdb.stabs/gdb11479.exp
2121 * gdb.stabs/weird.exp
2122 * gdb.threads/fork-child-threads.exp
2123 * gdb.threads/fork-plus-threads.exp
2124 * gdb.threads/fork-thread-pending.exp
2125 * gdb.threads/forking-threads-plus-breakpoint.exp
2126 * gdb.threads/hand-call-in-threads.exp
2127 * gdb.threads/interrupted-hand-call.exp
2128 * gdb.threads/linux-dp.exp
2129 * gdb.threads/local-watch-wrong-thread.exp
2130 * gdb.threads/next-while-other-thread-longjmps.exp
2131 * gdb.threads/non-ldr-exit.exp
2132 * gdb.threads/pending-step.exp
2133 * gdb.threads/print-threads.exp
2134 * gdb.threads/process-dies-while-detaching.exp
2135 * gdb.threads/process-dies-while-handling-bp.exp
2136 * gdb.threads/pthreads.exp
2137 * gdb.threads/queue-signal.exp
2138 * gdb.threads/reconnect-signal.exp
2139 * gdb.threads/signal-command-handle-nopass.exp
2140 * gdb.threads/signal-command-multiple-signals-pending.exp
2141 * gdb.threads/signal-delivered-right-thread.exp
2142 * gdb.threads/signal-sigtrap.exp
2143 * gdb.threads/sigthread.exp
2144 * gdb.threads/staticthreads.exp
2145 * gdb.threads/stepi-random-signal.exp
2146 * gdb.threads/thread-unwindonsignal.exp
2147 * gdb.threads/thread_check.exp
2148 * gdb.threads/thread_events.exp
2149 * gdb.threads/tid-reuse.exp
2150 * gdb.threads/tls-nodebug.exp
2151 * gdb.threads/tls-shared.exp
2152 * gdb.threads/tls-so_extern.exp
2153 * gdb.threads/tls.exp
2154 * gdb.threads/wp-replication.exp
2155 * gdb.trace/actions-changed.exp
2156 * gdb.trace/actions.exp
2157 * gdb.trace/backtrace.exp
2158 * gdb.trace/change-loc.exp
2159 * gdb.trace/collection.exp
2160 * gdb.trace/deltrace.exp
2161 * gdb.trace/disconnected-tracing.exp
2162 * gdb.trace/entry-values.exp
2163 * gdb.trace/ftrace-lock.exp
2164 * gdb.trace/ftrace.exp
2165 * gdb.trace/infotrace.exp
2166 * gdb.trace/mi-trace-frame-collected.exp
2167 * gdb.trace/mi-trace-unavailable.exp
2168 * gdb.trace/mi-traceframe-changed.exp
2169 * gdb.trace/mi-tracepoint-changed.exp
2170 * gdb.trace/mi-tsv-changed.exp
2171 * gdb.trace/no-attach-trace.exp
2172 * gdb.trace/packetlen.exp
2173 * gdb.trace/passc-dyn.exp
2174 * gdb.trace/passcount.exp
2175 * gdb.trace/pending.exp
2176 * gdb.trace/pr16508.exp
2177 * gdb.trace/qtro.exp
2178 * gdb.trace/range-stepping.exp
2179 * gdb.trace/read-memory.exp
2180 * gdb.trace/report.exp
2181 * gdb.trace/save-trace.exp
2182 * gdb.trace/signal.exp
2183 * gdb.trace/stap-trace.exp
2184 * gdb.trace/status-stop.exp
2185 * gdb.trace/strace.exp
2186 * gdb.trace/tfile.exp
2187 * gdb.trace/tfind.exp
2188 * gdb.trace/trace-break.exp
2189 * gdb.trace/trace-condition.exp
2190 * gdb.trace/trace-enable-disable.exp
2191 * gdb.trace/trace-mt.exp
2192 * gdb.trace/tracecmd.exp
2193 * gdb.trace/tracefile-pseudo-reg.exp
2194 * gdb.trace/tspeed.exp
2195 * gdb.trace/tstatus.exp
2196 * gdb.trace/tsv.exp
2197 * gdb.trace/unavailable.exp
2198 * gdb.trace/while-dyn.exp
2199 * gdb.trace/while-stepping.exp
2200 * lib/gdb-guile.exp
2201 * lib/gdb.exp
2202 * lib/mi-support.exp
2203 * lib/pascal.exp
2204 * lib/perftest.exp
2205 * lib/prelink-support.exp
2206 * lib/selftest-support.exp
2207
2208 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2209
2210 * Makefile.in: Include disable-implicit-rules.mk.
2211
2212 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2213
2214 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2215 non-byte-aligned bit fields.
2216
2217 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2218
2219 PR gdb/12616
2220 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2221 respects the DW_AT_data_bit_offset attribute.
2222
2223 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2224
2225 * gdb.base/default.exp: Fix output of "set language".
2226
2227 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2228
2229 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2230 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2231 make.
2232 * configure.ac: Remove checks for the make program.
2233 * configure: Re-generate.
2234
2235 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2236
2237 * gdb.python/py-recurse-unwind.c (main): Add loop.
2238 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2239 to read_register() and gdb.parse_and_eval(). Make each code
2240 call a separate case that can be individually tested.
2241 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2242 proc. Call cont_and_backtrace for each of the code paths that
2243 we want to test in the unwinder.
2244
2245 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2246
2247 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2248 the definition of struct S.
2249
2250 2016-11-11 Catherine Moore <clm@codesourcery.com>
2251
2252 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2253
2254 2016-11-09 Pedro Alves <palves@redhat.com>
2255
2256 * gdb.base/commands.exp (runto_or_return): New procedure.
2257 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2258 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2259 (progvar_simple_while_test, progvar_complex_if_while_test)
2260 (if_while_breakpoint_command_test)
2261 (infrun_breakpoint_command_test, breakpoint_command_test)
2262 (user_defined_command_test, watchpoint_command_test)
2263 (test_command_prompt_position, redefine_hook_test)
2264 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2265 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2266 multi_line_input and multi_line. Remove gdb_expect and
2267 gdb_stop_suppressing_tests uses.
2268 * lib/gdb.exp (valnum_re): New global.
2269 (multi_line_input): New procedure.
2270
2271 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2272
2273 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2274 Remove.
2275 (test_setup): Define with proc_with_prefix.
2276 (test_cli_inferior): Likewise.
2277 (test_cli_thread): Likewise.
2278 (test_cli_frame): Likewise.
2279 (test_cli_select_frame): Likewise.
2280 (test_cli_up_down): Likewise.
2281 (test_mi_thread_select): Likewise.
2282 (test_mi_stack_select_frame): Likewise.
2283 (test_cli_in_mi_inferior): Likewise.
2284 (test_cli_in_mi_thread): Likewise.
2285 (test_cli_in_mi_frame): Likewise.
2286 (top level): Do not use with_test_prefix_procname.
2287
2288 2016-11-09 Pedro Alves <palves@redhat.com>
2289
2290 * gdb.base/commands.exp (gdbvar_simple_if_test)
2291 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2292 (progvar_simple_if_test, progvar_simple_while_test)
2293 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2294 (infrun_breakpoint_command_test, breakpoint_command_test)
2295 (user_defined_command_test, watchpoint_command_test)
2296 (test_command_prompt_position, deprecated_command_test)
2297 (bp_deleted_in_command, temporary_breakpoint_commands)
2298 (stray_arg0_test, source_file_with_indented_comment)
2299 (recursive_source_test, if_commands_test)
2300 (error_clears_commands_left, redefine_hook_test)
2301 (redefine_backtrace_test): Use proc_with_prefix.
2302 * lib/gdb.exp (proc_with_prefix): New proc.
2303
2304 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2305
2306 * gdb.base/tui-layout.c: New file.
2307 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2308 disassembly window contains very long lines.
2309
2310 2016-11-08 Tom Tromey <tom@tromey.com>
2311
2312 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2313 depend on Python 2.
2314
2315 2016-11-08 Tom Tromey <tom@tromey.com>
2316
2317 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2318 New method.
2319
2320 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2321
2322 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2323
2324 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2325
2326 * gdb.rust/simple.rs: Add test for univariant enums without
2327 discriminants and for encoded struct-like enums.
2328
2329 2016-10-28 Pedro Alves <palves@redhat.com>
2330
2331 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2332 gdb_test_multiple, tighten regexps and match symtabs and line
2333 tables incrementally.
2334
2335 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2336
2337 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2338 general.
2339
2340 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2341
2342 * gdb.base/exec-invalid-sysroot.exp: New file.
2343
2344 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2345
2346 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2347
2348 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2349
2350 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2351
2352 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2353
2354 * gdb.base/killed-outside.exp: Remove $options from a call to
2355 `prepare_for_testing'.
2356
2357 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2358
2359 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2360 Change test message.
2361
2362 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2363
2364 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2365 Update comment.
2366
2367 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2368
2369 * gdb.trace/mi-trace-save.exp: New file.
2370
2371 2016-10-13 Yao Qi <yao.qi@linaro.org>
2372
2373 * gdb.base/code_elim.exp (get_var_address): Remove.
2374 * gdb.base/relocate.exp: Likewise.
2375 * gdb.base/shreloc.exp: Likewise.
2376 * lib/gdb.exp (get_var_address): New.
2377
2378 2016-10-13 Yao Qi <yao.qi@linaro.org>
2379
2380 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2381 floating point tests if $skip_float_test is false.
2382
2383 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2384
2385 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2386 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2387 argc values.
2388 Add 1 to argc so we guarantee distinct initial/modified argc values.
2389
2390 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2391
2392 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2393
2394 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2395
2396 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2397 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2398 * gdb.arch/vsx-regs.exp: Likewise.
2399
2400 2016-10-07 Yao Qi <yao.qi@linaro.org>
2401
2402 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2403
2404 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2405
2406 * gdb.python/python.exp: Test decode_line("*0").
2407
2408 2016-10-06 Doug Evans <dje@google.com>
2409
2410 * gdb.python/py-value.exp (test_value_creation): Add test for large
2411 unsigned 64-bit value.
2412
2413 2016-10-06 Tom Tromey <tom@tromey.com>
2414
2415 * gdb.compile/compile.exp: Change java tests to rust.
2416 * gdb.base/setshow.exp: Change java tests to rust.
2417 * gdb.base/default.exp: Remove java from language list.
2418 * README (Examples): Update language example.
2419 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2420 test.
2421 * lib/gdb.exp (skip_java_tests): Remove.
2422 * lib/java.exp: Remove.
2423 * gdb.java: Remove.
2424
2425 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2426
2427 * gdb.arch/mips-fcr.exp: New test.
2428 * gdb.arch/mips-fcr.c: Source for the new test.
2429
2430 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2431
2432 * gdb.base/solib-disc.exp: Use `standard_output_file'
2433 throughout.
2434
2435 2016-10-06 Pedro Alves <palves@redhat.com>
2436
2437 * gdb.base/jit-simple-dl.c: New file.
2438 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2439 * gdb.base/jit-simple.c: ... this.
2440 * gdb.base/jit-simple.exp (jit_run): Delete.
2441 (build_jit): New proc.
2442 (jit_test_reread): Recompile either the main program or the shared
2443 library, depending on what is being tested. Skip changing address
2444 if caller wants to. Compare before/after addresses. If testing
2445 standalone, explicitly load the binary. Test "maint info
2446 breakpoints".
2447 (top level): Add "standalone vs shared lib" and "change address"
2448 vs "same address" axes.
2449
2450 2016-10-06 Pedro Alves <palves@redhat.com>
2451
2452 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2453 call.
2454 (jit_run): Delete.
2455 (jit_test_reread): Use with_test_prefix. Reload the main binary
2456 explicitly. Compare the before/after addresses of the JIT
2457 descriptor.
2458
2459 2016-08-15 Doug Evans <dje@google.com>
2460
2461 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2462 for single bitfields is bool.
2463 * gdb.xml/tdesc-regs.exp: Ditto.
2464
2465 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2466
2467 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2468
2469 2016-10-05 Yao Qi <yao.qi@linaro.org>
2470
2471 * lib/gdb.exp (support_complex_tests): Return zero if
2472 gdb_skip_float_test return true.
2473
2474 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2475 Simon Marchi <simon.marchi@ericsson.com>
2476
2477 PR gdb/20487
2478 * gdb.mi/user-selected-context-sync.exp: New file.
2479 * gdb.mi/user-selected-context-sync.c: New file.
2480
2481 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2482 Simon Marchi <simon.marchi@ericsson.com>
2483
2484 PR gdb/20487
2485 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2486 =thread-select-event check.
2487
2488 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2489
2490 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2491 the compulsory L operand changes.
2492 * gdb.arch/powerpc-power.s: Likewise.
2493
2494 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2495
2496 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2497 * gdb.base/jit-attach-pie.c: New file.
2498 * gdb.base/jit-attach-pie.exp: New file.
2499
2500 2016-09-28 Pedro Alves <palves@redhat.com>
2501
2502 * gdb.base/infcall-input.c: New file.
2503 * gdb.base/infcall-input.exp: New file.
2504
2505 2016-09-22 Yao Qi <yao.qi@linaro.org>
2506
2507 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2508 (gdb_exit): Rename it to ...
2509 (gdbserver_gdb_exit): ... Close GDBserver.
2510 (gdb_exit): New proc, call gdbserver_gdb_exit.
2511 (mi_gdb_exit): Likewise.
2512
2513 2016-09-22 Yao Qi <yao.qi@linaro.org>
2514
2515 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2516 path.
2517 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2518 Remove duplication.
2519
2520 2016-09-22 Yao Qi <yao.qi@linaro.org>
2521
2522 * lib/gdbserver-support.exp: Check the existence of
2523 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2524
2525 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2526
2527 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2528
2529 2016-09-21 Tom Tromey <tom@tromey.com>
2530
2531 PR gdb/20604:
2532 * gdb.base/quit.exp: New file.
2533
2534 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2535
2536 * .gitignore: New file.
2537
2538 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2539
2540 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2541 throughout.
2542
2543 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2544
2545 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2546
2547 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2548
2549 * gdb.cp/casts.cc (decltype): Move it ...
2550 (main): ... with its call to ...
2551 * gdb.cp/casts03.cc: ... a new file.
2552 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2553
2554 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2555
2556 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2557
2558 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2559
2560 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2561 and sync up the test with tests in gas/testsuite/gas/ppc.
2562 * gdb.arch/powerpc-power.exp: Likewise.
2563
2564 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2565
2566 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2567
2568 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2569 Jan Kratochvil <jan.kratochvil@redhat.com>
2570
2571 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2572 make m1's definition to be different from m2's. Use 'dummy' as an
2573 argument for probe 'two'.
2574
2575 2016-09-10 Jon Beniston <jon@beniston.com>
2576
2577 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2578 for sim target.
2579
2580 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2581
2582 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2583 variable declaration.
2584 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2585 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2586 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2587 received HWCAP as its argument.
2588
2589 2016-09-06 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.base/new-ui-pending-input.c: New file.
2592 * gdb.base/new-ui-pending-input.exp: New file.
2593 * gdb.exp (clear_gdb_spawn_id): New procedure.
2594 (with_spawn_id): Check whether gdb_spawn_id exists before
2595 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2596 on exit.
2597
2598 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2599
2600 * gdb.base/float128.c: New file.
2601 * gdb.base/float128.exp: Likewise.
2602 * gdb.base/floatn.c: Likewise.
2603 * gdb.base/floatn.exp: Likewise.
2604
2605 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2606
2607 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2608
2609 2016-09-05 Pedro Alves <palves@redhat.com>
2610
2611 PR backtrace/19927
2612 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2613 unwinders are immediately called as side effect of "source" or
2614 "disable unwinder" commands.
2615 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2616
2617 2016-09-02 Yao Qi <yao.qi@linaro.org>
2618
2619 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2620 is true and $type is "float" or "double".
2621
2622 2016-09-02 Yao Qi <yao.qi@linaro.org>
2623
2624 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2625 true.
2626 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2627 * gdb.base/call-rt-st.exp: Likewise.
2628 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2629 return value instead of gdb,skip_float_test.
2630 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2631 (do_function_calls): Use its return value instead of
2632 gdb,skip_float_test.
2633 * gdb.base/finish.exp: Likewise.
2634 * gdb.base/funcargs.exp: Likewise.
2635 * gdb.base/return.exp: Likewise.
2636 * gdb.base/return2.exp: Likewise.
2637 * gdb.base/varargs.exp: Likewise.
2638 * lib/gdb.exp (gdb_skip_float_test): Change it to
2639 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2640
2641 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2642
2643 * gdb.multi/tids.exp: Test "thread apply all".
2644
2645 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2646
2647 * gdb.base/default.exp (tty): Remove.
2648
2649 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2650
2651 * gdb.python/py-recurse-unwind.c: New file.
2652 * gdb.python/py-recurse-unwind.py: New file.
2653 * gdb.python/py-recurse-unwind.exp: New file.
2654
2655 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2656
2657 * gdb.base/set-inferior-tty.exp: New file.
2658 * gdb.base/set-inferior-tty.c: New file.
2659
2660 2016-08-23 Pedro Alves <palves@redhat.com>
2661
2662 PR gdb/20494
2663 * gdb.base/new-ui-echo.c: New file.
2664 * gdb.base/new-ui-echo.exp: New file.
2665
2666 2016-08-23 Yao Qi <yao.qi@linaro.org>
2667
2668 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2669 gdbserver_spawn.
2670 * gdb.server/connect-without-multi-process.exp (do_test):
2671 Likewise.
2672
2673 2016-08-23 Yao Qi <yao.qi@linaro.org>
2674
2675 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2676 standalone_txt. Delete gdb_txt and standalone_txt on host
2677 and target. Spawn the binary on target. Copy files from
2678 target to host.
2679
2680 2016-08-22 Pedro Alves <palves@redhat.com>
2681
2682 PR gdb/20505
2683 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2684 with_test_prefix. Factor out bits to ...
2685 (test_no_vdso): ... this new procedure.
2686
2687 2016-08-19 Carl Love <cel@us.ibm.com>
2688
2689 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2690 maintaining separate logic for constructing the output path.
2691 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2692 * gdb.arch/ppc-dfp.exp: Likewise.
2693 * gdb.arch/ppc-fp.exp: Likewise.
2694 * gdb.arch/vsx-regs.exp: Likewise.
2695 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2696 binprefix for generating the additional binary files.
2697
2698 2016-08-19 Pedro Alves <palves@redhat.com>
2699
2700 * gdb.trace/mi-trace-frame-collected.exp
2701 (test_trace_frame_collected): On x32, expect two registers.
2702
2703 2016-08-18 Carl Love <cel@us.ibm.com>
2704
2705 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2706 and sync up the test with tests in gas/testsuite/gas/ppc.
2707 * gdb.arch/powerpc-power.exp: Likewise.
2708
2709 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2710
2711 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2712 expected error message.
2713
2714 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2715
2716 * gdb.multi/remove-inferiors.exp: New file.
2717 * gdb.multi/remove-inferiors.c: New file.
2718
2719 2016-08-12 Yao Qi <yao.qi@linaro.org>
2720
2721 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2722 argument list.
2723
2724 2016-08-10 Pedro Alves <palves@redhat.com>
2725
2726 PR gdb/19187
2727 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2728 setup_kfails.
2729
2730 2016-08-09 Pedro Alves <palves@redhat.com>
2731 Simon Marchi <simon.marchi@ericsson.com>
2732
2733 PR gdb/20418
2734 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2735 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2736
2737 2016-08-09 Pedro Alves <palves@redhat.com>
2738
2739 PR mi/20431
2740 * gdb.mi/mi-cmd-error.exp: New file.
2741
2742 2016-08-09 Pedro Alves <palves@redhat.com>
2743
2744 PR gdb/18653
2745 * gdb.base/signals-state-child.c: New file.
2746 * gdb.base/signals-state-child.exp: New file.
2747 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2748
2749 2016-08-09 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2752
2753 2016-08-03 Tom Tromey <tom@tromey.com>
2754
2755 PR python/18565:
2756 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2757
2758 2016-08-01 Yao Qi <yao.qi@linaro.org>
2759
2760 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2761 variable mode to "multi-process" if $multi_process is 1, otherwise
2762 set it to "single-process".
2763
2764 2016-08-01 Yao Qi <yao.qi@linaro.org>
2765
2766 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2767 * gdb.cp/cpexprs.exp: Likewise.
2768 * gdb.cp/m-static.exp: Likewise.
2769
2770 2016-07-26 Tom Tromey <tom@tromey.com>
2771
2772 PR python/20190:
2773 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2774 test.
2775
2776 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2777
2778 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2779 selecting assembly source files.
2780 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2781 assembly source files.
2782 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2783 assembly source files.
2784 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2785 selecting assembly source files.
2786
2787 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2788
2789 * gdb.base/new-ui.exp (do_test_invalid_args): New
2790 procedure.
2791
2792 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2793
2794 * gdb.btrace/reconnect.c: New file.
2795 * gdb.btrace/reconnect.exp: New file.
2796
2797 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2798
2799 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2800 to test_catch_syscall_group.
2801 (test_catch_syscall_group): New.
2802
2803 2016-07-21 Tom Tromey <tom@tromey.com>
2804
2805 * gdb.rust/simple.rs (main): Use empty struct expression.
2806 * gdb.rust/simple.exp: Add tests for empty struct expression.
2807
2808 2016-07-21 Yao Qi <yao.qi@linaro.org>
2809
2810 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2811 if gdb_skip_xml_test is true on some targets.
2812
2813 2016-07-21 Yao Qi <yao.qi@linaro.org>
2814
2815 * gdb.server/solib-list.exp: Unset last_loaded_file.
2816
2817 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2818
2819 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2820 "step into captured_main (args)".
2821
2822 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2823
2824 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2825
2826 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2829
2830 2016-07-19 Pedro Alves <palves@redhat.com>
2831
2832 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2833 * gdb.opt/inline-bt.exp: Likewise.
2834 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2835 additional_flags=-Winline.
2836 * gdb.opt/inline-locals.exp: Likewise.
2837 * gdb.opt/inline-markers.c (ATTR): Define.
2838 (inlined_fn): Use it.
2839
2840 2016-07-19 Yao Qi <yao.qi@linaro.org>
2841
2842 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2843 (test_with_self): Remove some code. Remove argument executable.
2844 (top-level): Use do_self_tests.
2845
2846 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2847 Don Breazeal <donb@codesourcery.com>
2848
2849 * gdb.base/maint.exp: Escape paths used in regular expressions.
2850 * gdb.stabs/weird.exp: Likewise.
2851
2852 2016-07-13 Tom Tromey <tom@tromey.com>
2853
2854 PR python/15620, PR python/18620:
2855 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2856 (test_bkpt_events): New procs.
2857
2858 2016-07-13 Tom Tromey <tom@tromey.com>
2859
2860 PR python/17698:
2861 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2862 test.
2863 (test_watchpoints): Likewise.
2864 (test_bkpt_pending): New proc.
2865
2866 2016-07-13 Tom Tromey <tom@tromey.com>
2867
2868 PR cli/18053:
2869 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2870 completion test.
2871
2872 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2873
2874 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2875 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2876 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2877 f_label.
2878 (g): Rename g_end_lbl to g_label.
2879 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2880 low_pc and high_pc.
2881 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2882
2883 2016-07-12 Tom Tromey <tom@tromey.com>
2884
2885 PR python/19293:
2886 * gdb.python/py-unwind-maint.exp: Update tests.
2887
2888 2016-07-12 Yao Qi <yao.qi@linaro.org>
2889
2890 * lib/selftest-support.exp (selftest_setup): Match the output
2891 when captured_main is inlined.
2892
2893 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2894
2895 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2896 New variables.
2897 (print this%a, print this%b, print this): New tests.
2898 * gdb.fortran/derived-types.f90 (this): New object and
2899 initialization.
2900
2901 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2902
2903 * gdb.ada/arraydim.exp: Remove extra directory level in build
2904 directory.
2905
2906 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2907
2908 * lib/ada.exp: Remove extra directory level in build directory.
2909 * gdb.ada/cond_lang.exp: Likewise.
2910 * gdb.ada/exec_changed.exp: Likewise.
2911 * gdb.ada/lang_switch.exp: Likewise.
2912
2913 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2914
2915 * simple.rs: Add test for raw pointer subscripting.
2916 * simple.exp: Add test expectations.
2917
2918 2016-07-05 Yao Qi <yao.qi@linaro.org>
2919
2920 * gdb.mi/mi-reverse.exp: Match =record-started output.
2921
2922 2016-07-01 Pedro Alves <palves@redhat.com>
2923
2924 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2925 procedure.
2926 (jit_reader_test): Test the jit reader's unwinder.
2927 * gdb.base/jithost.c (jit_function_00_code): New global.
2928 (main): Use memcpy to fill in the mmapped code, instead of poking
2929 bytes manually here.
2930 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2931 value.
2932 (read_debug_info): Save the function's range.
2933 (read_sp): New function.
2934 (unwind_frame): Use it. Also unwind RBP.
2935 (get_frame_id): Use read_sp.
2936 (gdb_init_reader): Use calloc instead of malloc.
2937 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2938 parameter. Use gdb_test_multiple.
2939
2940 2016-07-01 Pedro Alves <palves@redhat.com>
2941 Antoine Tremblay <antoine.tremblay@ericsson.com>
2942
2943 * gdb.threads/process-dies-while-detaching.c: New file.
2944 * gdb.threads/process-dies-while-detaching.exp: New file.
2945
2946 2016-07-01 Pedro Alves <palves@redhat.com>
2947
2948 * gdb.multi/watchpoint-multi-exit.c: New file.
2949 * gdb.multi/watchpoint-multi-exit.exp: New file.
2950
2951 2016-06-30 Pedro Alves <palves@redhat.com>
2952
2953 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2954 unset inferior_spawn_id.
2955
2956 2016-06-30 Pedro Alves <palves@redhat.com>
2957
2958 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2959 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2960
2961 2016-06-29 Yao Qi <yao.qi@linaro.org>
2962
2963 * gdb.base/return.c: Add copyright header.
2964
2965 2016-06-29 Tom Tromey <tom@tromey.com>
2966
2967 PR python/20129:
2968 * gdb.python/py-framefilter.exp: Add tests for setting priority
2969 and disabling of non-existent frame filter.
2970
2971 2016-06-29 Yao Qi <yao.qi@linaro.org>
2972
2973 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2974 0x0f07ff.
2975
2976 2016-06-28 Yao Qi <yao.qi@linaro.org>
2977
2978 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2979 triplets. Start gdb, execute catch syscall, and continue. Check
2980 gdb's output to determine catch syscall is supported.
2981
2982 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2983
2984 * gdb.rust/simple.rs: Add test for returning unit in a function.
2985 * gdb.rust/simple.exp: Add expectation for functions returning
2986 unit.
2987
2988 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2989
2990 * gdb.python/py-breakpoint-create-fail.c,
2991 gdb.python/py-breakpoint-create-fail.exp,
2992 gdb.python/py-breakpoint-create-fail.py: New testcase.
2993
2994 2016-06-25 Manish Goregaokar <manish@mozilla.com>
2995
2996 PR gdb/20239
2997 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2998 * gdb.rust/simple.exp: Add test expectations for new NonZero
2999 tests.
3000
3001 2016-06-24 David Taylor <dtaylor@emc.com>
3002
3003 * gdb.base/offsets.exp: New file.
3004 * gdb.base/offsets.c: New file.
3005
3006 2016-06-23 Tom Tromey <tom@tromey.com>
3007
3008 PR gdb/16483:
3009 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3010 before any filters are loaded.
3011
3012 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3013
3014 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3015 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3016 structs.
3017 * gdb.fortran/derived-type-function.exp: New file.
3018 * gdb.fortran/derived-type-function.f90: New file.
3019
3020
3021 2016-06-21 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.base/new-ui.exp: New file.
3024 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3025 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3026 (with_spawn_id): New procedure.
3027
3028 2016-06-21 Pedro Alves <palves@redhat.com>
3029
3030 * gdb.mi/mi-exec-run.exp: New file.
3031
3032 2016-06-21 Pedro Alves <palves@redhat.com>
3033
3034 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3035 breakpoint command's output on the main UI.
3036 (test_break): New procedure, factored out from calls in the top
3037 level.
3038 (top level): Use foreach_with_prefix to test MI as main UI and as
3039 separate UI.
3040
3041 2016-06-21 Pedro Alves <palves@redhat.com>
3042
3043 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3044 (test_awatch_creation_and_listing)
3045 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3046 Remove 'type' parameter.
3047 (test_watchpoint_all): New parameter mi_mode. Remove
3048 with_test_prefix.
3049 (top level): Use foreach_with_prefix, and add main/separate UI MI
3050 testing axis.
3051
3052 2016-06-21 Pedro Alves <palves@redhat.com>
3053
3054 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3055 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3056 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3057 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3058 (gdb_main_spawn_id, mi_spawn_id): Declare and
3059 comment.
3060 (mi_create_inferior_pty): New procedure,
3061 factored out from default_mi_gdb_start.
3062 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3063 procedures.
3064 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3065 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3066 Use mi_create_inferior_pty.
3067 (mi_gdb_start): Use eval to pass down args list.
3068
3069 2016-06-21 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3072 * gdb.opt/inline-cmds.exp: Add MI tests.
3073
3074 2016-06-21 Pedro Alves <palves@redhat.com>
3075
3076 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3077
3078 2016-06-21 Pedro Alves <palves@redhat.com>
3079
3080 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3081 (top level): Use it instead of mi_execute_to.
3082
3083 2016-06-21 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3086 (cont_handler_str): New.
3087 (signal_stop_handler): Set stop_handler_str instead of printing to
3088 stdout.
3089 (continue_handler): Set cont_handler_str instead of printing to
3090 stdout.
3091 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3092 mi_send_resuming_command. Print stop_handler_str and
3093 cont_handler_str instead of expecting the python events print
3094 directly.
3095
3096 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3097
3098 * gdb.base/jit-reader.exp: New file.
3099 * gdb.base/jithost.c: New file.
3100 * gdb.base/jithost.h: New file.
3101 * gdb.base/jitreader.c : New file.
3102 * gdb.base/jit-protocol.h: New file.
3103
3104 2016-06-17 Yao Qi <yao.qi@linaro.org>
3105
3106 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3107 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3108 and detach-on-fork. Adjust tests.
3109 (top level): Invoke break_cond_on_syscall with combinations of
3110 syscall, follow-fork-mode and detach-on-fork.
3111
3112 2016-06-17 Yao Qi <yao.qi@linaro.org>
3113
3114 * gdb.base/step-over-exit.c: New.
3115 * gdb.base/step-over-exit.exp: New.
3116
3117 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3118
3119 * gdb.base/float.exp: Add target check for nds32*-*-*.
3120 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3121
3122 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3123
3124 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3125 for unsupported target features.
3126 * gdb.base/call-rt-st.exp: Likewise.
3127 * gdb.base/call-sc.exp: Likewise.
3128 * gdb.base/call-signal-resume.exp: Likewise.
3129 * gdb.base/call-strs.exp: Likewise.
3130 * gdb.base/callexit.exp: Likewise.
3131 * gdb.base/callfuncs.exp: Likewise.
3132 * gdb.base/nodebug.exp: Likewise.
3133 * gdb.base/printcmds.exp: Likewise.
3134 * gdb.base/ptype.exp: Likewise.
3135 * gdb.base/structs.exp: Likewise.
3136 * gdb.base/unwindonsignal.exp: Likewise.
3137 * gdb.cp/gdb2495.exp: Likewise.
3138 * gdb.cp/templates.exp: Likewise.
3139 * gdb.cp/virtfunc.exp: Likewise.
3140 * gdb.threads/hand-call-in-threads.exp: Likewise.
3141 * gdb.threads/interrupted-hand-call.exp: Likewise.
3142 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3143
3144 2016-06-10 Tom Tromey <tom@tromey.com>
3145
3146 PR rust/20110:
3147 * gdb.rust/expr.exp: Add test for integer constant larger than
3148 i32.
3149
3150 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3151
3152 * gdb.fortran/nested-funcs.exp: New.
3153 * gdb.fortran/nested-funcs.f90: New.
3154
3155 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3156
3157 * gdb.base/examine-backward.c: New file.
3158 * gdb.base/examine-backward.exp: New file.
3159
3160 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3161
3162 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3163 matching.
3164
3165 2016-06-02 Tom Tromey <tom@tromey.com>
3166
3167 PR python/18984:
3168 * gdb.python/py-shared.exp: Add solib_name test.
3169
3170 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3171
3172 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3173
3174 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3175
3176 PR c++/19893
3177 * gdb.dwarf2/implref.exp: Rename to...
3178 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3179 * gdb.dwarf2/implref-array.c: New file.
3180 * gdb.dwarf2/implref-array.exp: Likewise.
3181 * gdb.dwarf2/implref-global.c: Likewise.
3182 * gdb.dwarf2/implref-global.exp: Likewise.
3183 * gdb.dwarf2/implref-struct.c: Likewise.
3184 * gdb.dwarf2/implref-struct.exp: Likewise.
3185
3186 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3187
3188 * gdb.trace/trace-condition.exp: Add 64bit tests.
3189
3190 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3191
3192 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3193 bits types.
3194 (main): Adapt to 8 to 64 bits types.
3195 * gdb.trace/trace-condition.exp: Add new tests.
3196
3197 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3198
3199 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3200
3201 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3202
3203 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3204 Move condition tests...
3205 * gdb.trace/trace-condition.exp: Here.
3206
3207 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3208
3209 * gdb.trace/trace-condition.exp: Add counter-case tests.
3210
3211 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3212
3213 PR c++/15231
3214 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3215 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3216
3217 2016-05-27 Pedro Alves <palves@redhat.com>
3218
3219 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3220 New procedure.
3221 (top level): Call it, and bail out of DejaGnu is known to be bad.
3222
3223 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3224
3225 * gdb.base/whatis.c: Extend the test case.
3226 * gdb.base/whatis.exp: Add additional tests.
3227
3228 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3229
3230 * gdb.fortran/type.f90: Add pointer variable.
3231 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3232
3233 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3234
3235 * gdb.fortran/vla-type.exp: Fix testcase name.
3236
3237 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3238
3239 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3240
3241 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3242
3243 * gdb.fortran/type.f90: Add nested structures.
3244 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3245 * gdb.fortran/derived-type.exp: Adapt expected output.
3246 * gdb.fortran/vla-type.exp: Adapt expected output.
3247
3248 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3249
3250 * gdb.fortran/whatis_type.exp: Adapt expected output.
3251
3252 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3253
3254 * gdb.fortran/print_type.exp: Fix expected output.
3255 * gdb.fortran/whatis_type.exp: Fix expected output.
3256
3257 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3258
3259 * gdb.fortran/whatis_type.exp: Use multi_line.
3260
3261 2016-05-24 Tom Tromey <tom@tromey.com>
3262
3263 PR python/17386:
3264 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3265 use value as an index.
3266
3267 2016-05-23 Tom Tromey <tom@tromey.com>
3268
3269 PR python/17981:
3270 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3271 no-breakpoint case.
3272
3273 2016-05-24 Pedro Alves <palves@redhat.com>
3274
3275 PR gdb/19828
3276 * gdb.threads/clone-attach-detach.c: New file.
3277 * gdb.threads/clone-attach-detach.exp: New file.
3278
3279 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3280
3281 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3282
3283 2016-05-23 Tom Tromey <tom@tromey.com>
3284
3285 PR python/19438, PR python/18393:
3286 * gdb.python/py-progspace.exp: Add "dir" test.
3287 * gdb.python/py-objfile.exp: Add "dir" test.
3288
3289 2016-05-23 Yao Qi <yao.qi@linaro.org>
3290
3291 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3292 * gdb.arch/thumb2-it.exp: Likewise.
3293
3294 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3295
3296 * gdb.mi/mi-threads-interrupt.c: New file.
3297 * gdb.mi/mi-threads-interrupt.exp: New file.
3298
3299 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3300
3301 PR gdb/18077
3302 * gdb.mi/mi-async-run.exp: New file.
3303 * gdb.mi/mi-async-run.c: New file.
3304
3305 2016-05-17 Tom Tromey <tom@tromey.com>
3306 Manish Goregaokar <manishsmail@gmail.com>
3307
3308 * lib/rust-support.exp: New file.
3309 * lib/gdb.exp (skip_rust_tests): New proc.
3310 (build_executable_from_specs): Handle rust.
3311 * lib/future.exp (gdb_find_rustc): New proc.
3312 (gdb_default_target_compile): Handle rust.
3313 * gdb.rust/expr.exp: New file.
3314 * gdb.rust/generics.exp: New file.
3315 * gdb.rust/generics.rs: New file.
3316 * gdb.rust/methods.exp: New file.
3317 * gdb.rust/methods.rs: New file.
3318 * gdb.rust/modules.exp: New file.
3319 * gdb.rust/modules.rs: New file.
3320 * gdb.rust/simple.exp: New file.
3321 * gdb.rust/simple.rs: New file.
3322
3323 2016-05-17 Tom Tromey <tom@tromey.com>
3324
3325 * gdb.base/default.exp (set language): Add rust.
3326
3327 2016-05-17 Tom Tromey <tom@tromey.com>
3328
3329 * gdb.gdb/unittest.exp: New file.
3330
3331 2016-05-16 Yao Qi <yao.qi@linaro.org>
3332
3333 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3334 shell_prompt. Update shell_prompt_re.
3335
3336 2016-05-12 Doug Evans <dje@google.com>
3337
3338 PR symtab/19999
3339 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3340 $options when building executable.
3341 * gdb.dwarf2/fission-loclists-pie.S: New file.
3342 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3343
3344 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3345
3346 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3347 of [is_remote target],
3348
3349 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3350
3351 * lib/gdb.exp (use_gdb_stub): New procedure.
3352
3353 2016-05-03 Yunlian Jiang <yunlian@google.com>
3354 Doug Evans <dje@google.com>
3355
3356 PR symtab/19914
3357 * gdb.dwarf2/dwp-sepdebug.c: New file.
3358 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3359
3360 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3361
3362 * gdb.base/detach.exp: Remove is_remote check.
3363
3364 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3365
3366 * gdb.base/annota-input-while-running.exp: Don't check for
3367 [is_remote target]. Enable annotations after running to main.
3368 Remove unused "set test..." line.
3369
3370 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3371
3372 * gdb.trace/trace-enable-disable.exp: New file.
3373 * gdb.trace/trace-enable-disable.c: New file.
3374
3375 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3376
3377 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3378 use it in info sharedlibrary test.
3379 * gdb.trace/ftrace-lock.exp: Likewise.
3380 * gdb.trace/ftrace.exp: Likewise.
3381 * gdb.trace/range-stepping.exp: Likewise.
3382 * gdb.trace/trace-break.exp: Likewise.
3383 * gdb.trace/trace-condition.exp: Likewise.
3384 * gdb.trace/trace-mt.exp: Likewise.
3385
3386 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3387
3388 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3389 (gdb_load_shlib): ... this.
3390 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3391 gdb_load_shlib.
3392 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3393 * gdb.base/ctxobj.exp: Likewise.
3394 * gdb.base/dprintf-pending.exp: Likewise.
3395 * gdb.base/dso2dso.exp: Likewise.
3396 * gdb.base/fixsection.exp: Likewise.
3397 * gdb.base/gcore-relro.exp: Likewise.
3398 * gdb.base/gdb1555.exp: Likewise.
3399 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3400 * gdb.base/gnu-ifunc.exp: Likewise.
3401 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3402 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3403 * gdb.base/pending.exp: Likewise.
3404 * gdb.base/print-file-var.exp: Likewise.
3405 * gdb.base/print-symbol-loading.exp: Likewise.
3406 * gdb.base/shlib-call.exp: Likewise.
3407 * gdb.base/shreloc.exp: Likewise.
3408 * gdb.base/so-impl-ld.exp: Likewise.
3409 * gdb.base/solib-disc.exp: Likewise.
3410 * gdb.base/solib-nodir.exp: Likewise.
3411 * gdb.base/solib-overlap.exp: Likewise.
3412 * gdb.base/solib-symbol.exp: Likewise.
3413 * gdb.base/solib-weak.exp (do_test): Likewise.
3414 * gdb.base/sym-file.exp: Likewise.
3415 * gdb.base/symtab-search-order.exp: Likewise.
3416 * gdb.base/type-opaque.exp: Likewise.
3417 * gdb.base/unload.exp: Likewise.
3418 * gdb.base/watchpoint-solib.exp: Likewise.
3419 * gdb.compile/compile.exp: Likewise.
3420 * gdb.cp/gdb2384.exp: Likewise.
3421 * gdb.cp/infcall-dlopen.exp: Likewise.
3422 * gdb.cp/re-set-overloaded.exp: Likewise.
3423 * gdb.fortran/library-module.exp: Likewise.
3424 * gdb.opt/solib-intra-step.exp: Likewise.
3425 * gdb.python/py-finish-breakpoint.exp: Likewise.
3426 * gdb.python/py-shared.exp: Likewise.
3427 * gdb.reverse/solib-precsave.exp: Likewise.
3428 * gdb.reverse/solib-reverse.exp: Likewise.
3429 * gdb.server/solib-list.exp: Likewise.
3430 * gdb.threads/dlopen-libpthread.exp: Likewise.
3431 * gdb.threads/tls-shared.exp: Likewise.
3432 * gdb.threads/tls-so_extern.exp: Likewise.
3433 * gdb.trace/change-loc.exp: Likewise.
3434 * gdb.trace/ftrace-lock.exp: Likewise.
3435 * gdb.trace/ftrace.exp: Likewise.
3436 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3437 * gdb.trace/pending.exp: Likewise.
3438 * gdb.trace/range-stepping.exp: Likewise.
3439 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3440 (strace_info_marker): Likewise.
3441 (strace_probe_marker): Likewise.
3442 (strace_trace_on_same_addr): Likewise.
3443 (strace_trace_on_diff_addr): Likewise.
3444 * gdb.trace/trace-break.exp: Likewise.
3445 * gdb.trace/trace-condition.exp: Likewise.
3446 * gdb.trace/trace-mt.exp: Likewise.
3447
3448 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3449
3450 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3451 result of gdb_remote_download.
3452 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3453 * gdb.base/dso2dso.exp: Likewise.
3454 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3455 * gdb.base/print-file-var.exp: Likewise.
3456 * gdb.base/shlib-call.exp: Likewise.
3457 * gdb.base/shreloc.exp: Likewise.
3458 * gdb.base/solib-overlap.exp: Likewise.
3459 * gdb.base/solib-weak.exp (do_test): Likewise.
3460 * gdb.base/unload.exp: Likewise.
3461
3462 2016-04-27 Yao Qi <yao.qi@linaro.org>
3463
3464 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3465 exists.
3466
3467 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3468
3469 * vla-type.exp: Print structure from toplevel.
3470
3471 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3472
3473 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3474 of dynamic types.
3475 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3476 of dynamic types.
3477
3478 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3479
3480 * gdb.fortran/vla-type.f90: New file.
3481 * gdb.fortran/vla-type.exp: New file.
3482
3483 2016-04-25 Yao Qi <yao.qi@linaro.org>
3484
3485 * gdb.base/branch-to-self.c: New file.
3486 * gdb.base/branch-to-self.exp: New file.
3487
3488 2016-04-22 Yao Qi <yao.qi@linaro.org>
3489
3490 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3491 more after $hex.
3492
3493 2016-04-22 Yao Qi <yao.qi@linaro.org>
3494
3495 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3496 * gdb.base/annota3.exp: Likewise.
3497
3498 2016-04-22 Yao Qi <yao.qi@linaro.org>
3499
3500 * gdb.reverse/step-precsave.exp: Do one step and test program
3501 stops in "callee" and do multiple steps until program goes out
3502 of "callee".
3503 * gdb.reverse/step-reverse.exp: Likewise.
3504
3505 2016-04-22 Yao Qi <yao.qi@linaro.org>
3506
3507 * gdb.trace/signal.exp: Also pass if
3508 $tracepoint_hits($i) > $iterations.
3509
3510 2016-04-22 Yao Qi <yao.qi@linaro.org>
3511
3512 * gdb.trace/signal.c: New file.
3513 * gdb.trace/signal.exp: New file.
3514
3515 2016-04-19 Doug Evans <xdje42@gmail.com>
3516
3517 * gdb.base/bad-file.exp: New file.
3518
3519 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3520
3521 * gdb.dwarf2/implref.exp: New file.
3522
3523 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3524
3525 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3526 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3527 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3528 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3529 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3530 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3531 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3532 * lib/fortran.exp (fortran_int4): New procedure.
3533 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3534 (fortran_logical4): Likewise.
3535
3536 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3537
3538 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3539
3540 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3541
3542 * lib/compiler.c: Add Intel specific preprocessor macros.
3543 * lib/compiler.cc: Likewise.
3544
3545 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3546
3547 * gdb.server/connect-with-no-symbol-file.c: New file.
3548 * gdb.server/connect-with-no-symbol-file.exp: New file.
3549
3550 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3551
3552 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3553
3554 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3555
3556 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3557 standard output directory.
3558
3559 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3560
3561 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3562
3563 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3564
3565 * gdb.btrace/instruction_history.c (loop): Add declaration.
3566
3567 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3568
3569 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3570
3571 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3572
3573 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3574 parentheses to print.
3575 (continue_handler): Likewise.
3576
3577 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3578
3579 * gdb.server/solib-list.exp: Remove is_remote check.
3580 Pass shlib= to gdb_compile. Don't link shared library with
3581 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3582 Run binary filename through "readlink -f" on the target.
3583
3584 2016-04-08 Pedro Alves <palves@redhat.com>
3585
3586 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3587 interpreter filename as argument to gdbserver_spawn.
3588 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3589 Return empty if $last_loaded_file does not exist.
3590
3591 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3592
3593 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3594 * gdb.base/jit-main.c: Use exit after usage.
3595
3596 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3597
3598 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3599 GDBHISTSIZE prior to the tests.
3600 * gdb.base/gdbinit-history.exp: Likewise.
3601
3602 2016-04-07 Pedro Alves <palves@redhat.com>
3603
3604 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3605 instead of build_executable. Use gdb_load_shlibs.
3606
3607 2016-04-07 Yao Qi <yao.qi@linaro.org>
3608
3609 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3610 Execute "si" command.
3611
3612 2016-04-07 Yao Qi <yao.qi@linaro.org>
3613
3614 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3615 number instead of the comments on some line.
3616
3617 2016-04-06 Don Breazeal <donb@codesourcery.com>
3618
3619 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3620 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3621
3622 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3623
3624 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3625 standard_output_file. Remove unused binfile variable.
3626
3627 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3628
3629 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3630 * gdb.python/py-mi-objfile.exp: Match "list main" output
3631 in console format.
3632
3633 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3634
3635 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3636 absolute.
3637
3638 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3639
3640 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3641 absolute.
3642 * gdb.trace/ftrace.exp: Likewise.
3643 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3644 targets as well.
3645 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3646 (gdb_load_shlibs): Copy libraries to test directory when testing
3647 natively. Only set solib-search-path if testing remotely.
3648 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3649
3650 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3651
3652 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3653 gdb_download. Use it even if the target is not remote.
3654 * gdb.base/jit.exp (compile_jit_test): Likewise.
3655 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3656 output directory if the destination board is local, otherwise use
3657 the standard remote_download from DejaGnu.
3658 (gdb_download): Remove.
3659 (gdb_load_shlibs): Use gdb_remote_download instead of
3660 gdb_download.
3661 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3662 Use gdb_remote_download instead of gdb_download. Use it even if
3663 the target is not remote.
3664 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3665 instead of gdb_download.
3666
3667 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3668
3669 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3670 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3671 run.
3672
3673 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3674
3675 PR gdb/19820
3676 * gdb.base/printcmds.exp: Add artificial arrays tests.
3677
3678 2016-03-31 Pedro Alves <palves@redhat.com>
3679
3680 PR gdb/19858
3681 * gdb.base/jit-main.c: Include unistd.h.
3682 (ATTACH): Define to 0 if not already defined.
3683 (wait_for_gdb, mypid): New globals.
3684 (WAIT_FOR_GDB): New macro.
3685 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3686 some breakpoint locations.
3687 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3688 New procedures.
3689 (one_jit_test): Add REATTACH parameter, and handle it. Use
3690 continue_to_test_location.
3691 (top level): Test attach, and adjusts calls to one_jit_test.
3692
3693 2016-03-31 Pedro Alves <palves@redhat.com>
3694
3695 PR gdb/19858
3696 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3697 BINSUFFIX parameter, and handle it.
3698 (top level): Adjust calls compile_jit_test.
3699
3700 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3701
3702 PR python/19743
3703 * gdb.python/py-mi-events-gdb.py: New file.
3704 * gdb.python/py-mi-events.c: New file.
3705 * gdb.python/py-mi-events.exp: New file.
3706
3707 2016-03-30 Yao Qi <yao.qi@linaro.org>
3708
3709 * gdb.reverse/until-precsave.exp: Match function name only.
3710 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3711 Move malloc to a condition block.
3712 * gdb.reverse/until-reverse.exp: Match function name only.
3713
3714 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3715
3716 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3717 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3718 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3719 variable for GPR 0 instead of assuming it is register 0.
3720 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3721 * lib/trace-support.exp: Add s390 registers.
3722
3723 2016-03-29 Yao Qi <yao.qi@linaro.org>
3724
3725 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3726
3727 2016-03-24 Yao Qi <yao.qi@linaro.org>
3728
3729 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3730 test message.
3731
3732 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3733
3734 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3735 maintaining separate logic for constructing the output path.
3736
3737 2016-03-16 Don Breazeal <donb@codesourcery.com>
3738
3739 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3740 Retry fork and waitpid on interrupted system call errors.
3741 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3742 Use with_timeout_factor to increase timeout by factor of 10.
3743
3744 2016-03-15 Don Breazeal <donb@codesourcery.com>
3745
3746 * gdb.cp/scope-err.cc: New test program.
3747 * gdb.cp/scope-err.exp: New test script.
3748 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3749 lines and "set breakpoint here" comment.
3750 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3751 Fixed some whitespace and format issues.
3752 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3753 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3754
3755 2016-03-15 Doug Evans <dje@google.com>
3756
3757 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3758 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3759 All callers updated. Add tests for enums, mixed flags register.
3760
3761 2016-03-15 Doug Evans <dje@google.com>
3762
3763 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3764 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3765
3766 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3767
3768 * gdb.base/default.exp: Add $_as_string to the list of expected
3769 convenience functions.
3770
3771 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3772
3773 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3774
3775 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3776
3777 * gdb.python/py-as-string.exp: New file.
3778 * gdb.python/py-as-string.c: New file.
3779
3780 2016-03-09 Pedro Alves <palves@redhat.com>
3781
3782 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3783 signal" -> "Thread NN received signal" output change.
3784 * gdb.threads/ia64-sigill.exp: Likewise.
3785 * gdb.threads/linux-dp.exp: Likewise.
3786 * gdb.threads/manythreads.exp: Likewise.
3787 * gdb.threads/pending-step.exp: Likewise.
3788 * gdb.threads/print-threads.exp: Likewise.
3789 * gdb.threads/sigstep-threads.exp: Likewise.
3790 * gdb.threads/staticthreads.exp: Likewise.
3791 * gdb.threads/tls.exp: Likewise.
3792
3793 2016-03-09 Pedro Alves <palves@redhat.com>
3794
3795 * gdb.base/command-line-input.exp: New file.
3796
3797 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3798
3799 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3800 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3801 * gdb.trace/pending.exp: Accept leading dot before function name.
3802 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3803 * lib/trace-support.exp: Set registers for ppc.
3804
3805 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3806
3807 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3808 use it for disassembly; accept .main in addition to main in backtrace.
3809
3810 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3811 Marcin Kościelnicki <koriakin@0x04.net>
3812
3813 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3814 (gdb_recursion_test_ptr): New global variable.
3815 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3816 gdb_recursion_test.
3817 (gdb_c_test): Ditto.
3818
3819 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3820
3821 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3822 ordering.
3823
3824 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3825
3826 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3827 (bar): Add bar_start_lbl label.
3828 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3829 of foo/bar for emitting DWARF and tracing.
3830
3831 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3832
3833 * analyze-racy-logs.py: Set executable bit.
3834
3835 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3836
3837 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3838 (CHECK_TARGET_TMP): Likewise.
3839 (check-single-racy): New rule.
3840 (check-parallel-racy): Likewise.
3841 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3842 (do-check-parallel-racy): New rule.
3843 (check-racy/%.exp): Likewise.
3844 * README (Racy testcases): New section.
3845 * analyze-racy-logs.py: New file.
3846
3847 2016-03-03 Doug Evans <dje@google.com>
3848
3849 * gdb.base/skip.exp: Use with_test_prefix.
3850
3851 2016-03-03 Yao Qi <yao.qi@linaro.org>
3852
3853 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3854 Invoke step_over_syscall "clone" and break_cond_on_syscall
3855 "clone".
3856 * gdb.base/step-over-clone.c: New file.
3857
3858 2016-03-03 Yao Qi <yao.qi@linaro.org>
3859
3860 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3861 code format.
3862
3863 2016-03-03 Yao Qi <yao.qi@linaro.org>
3864
3865 * gdb.base/disp-step-fork.c: Rename to ...
3866 * gdb.base/step-over-fork.c: ... it. New file.
3867 * gdb.base/disp-step-vfork.c: Rename to ...
3868 * gdb.base/step-over-vfork.c: ... it. New file.
3869 * gdb.base/disp-step-syscall.exp: Rename to ...
3870 * gdb.base/step-over-syscall.exp: ... it. New file.
3871 (disp_step_cross_syscall): Rename to ...
3872 (step_over_syscall): ... it.
3873
3874 2016-03-03 Yao Qi <yao.qi@linaro.org>
3875
3876 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3877 If target supports condition evaluation on target, invoke
3878 break_cond_on_syscall for fork and vfork.
3879
3880 2016-03-03 Yao Qi <yao.qi@linaro.org>
3881
3882 * gdb.base/disp-step-syscall.exp: Don't invoke
3883 support_displaced_stepping.
3884 (disp_step_cross_syscall): Test with displaced stepping off and
3885 on if supported.
3886
3887 2016-03-03 Yao Qi <yao.qi@linaro.org>
3888
3889 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3890 proc.
3891 (setup): New proc.
3892 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3893 and setup.
3894
3895 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3896
3897 * gdb.fortran/vla-history.exp: Remove breakpoint.
3898
3899 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3900
3901 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3902 exceeds timeout.
3903
3904 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3905
3906 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3907 breakpoint.
3908
3909 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3910
3911 * gdb.mi/vla.f90: Nullify pointer after declaration.
3912
3913 2016-03-01 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3916
3917 2016-03-01 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3920 before anything else.
3921 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3922 _GNU_SOURCE here.
3923 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3924 before anything else.
3925 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3926
3927 2016-03-01 Pedro Alves <palves@redhat.com>
3928
3929 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3930
3931 2016-03-01 Yao Qi <yao.qi@linaro.org>
3932
3933 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3934 prepare_for_testing.
3935
3936 2016-03-01 Yao Qi <yao.qi@linaro.org>
3937
3938 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3939
3940 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3941
3942 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3943 manually constructing the output path.
3944
3945 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3946
3947 * gdb.arch/s390-stackless.S: New.
3948 * gdb.arch/s390-stackless.exp: New.
3949
3950 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3951
3952 * gdb.dlang/circular.c: New file.
3953 * gdb.dlang/circular.exp: New file.
3954
3955 2016-02-26 Yao Qi <yao.qi@linaro.org>
3956
3957 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3958 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3959 (testcases): Update.
3960
3961 2016-02-26 Yao Qi <yao.qi@linaro.org>
3962
3963 * gdb.reverse/aarch64.c: Rename to ...
3964 * gdb.reverse/insn-reverse.c: ... it.
3965 * gdb.reverse/aarch64.exp: Rename to ...
3966 * gdb.reverse/insn-reverse.exp: ... it.
3967
3968 2016-02-26 Yao Qi <yao.qi@linaro.org>
3969
3970 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3971 (testcase_ftype): New.
3972 (testcases): New array.
3973 (n_testcases): New.
3974 (main): Call each element in testcases.
3975 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3976 (read_testcase): New.
3977 Do the tests in a loop.
3978
3979 2016-02-25 Yao Qi <yao.qi@linaro.org>
3980
3981 * gdb.base/branches.c: Remove.
3982
3983 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3984
3985 PR gdb/13808
3986 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3987
3988 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3989
3990 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3991
3992 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3993
3994 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3995 change x86_64 call_insn to 'callq'.
3996
3997 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3998
3999 * gdb.trace/tfile-avx.c: Move to...
4000 * gdb.trace/tracefile-pseudo-reg.c: Here.
4001 * gdb.trace/tfile-avx.exp: Move to...
4002 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4003
4004 2016-02-24 Gary Benson <gbenson@redhat.com>
4005
4006 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4007 message on attach.
4008
4009 2016-02-23 Doug Evans <dje@google.com>
4010
4011 * gdb.base/skip.c (test_skip): New function.
4012 (end_test_skip_file_and_function): New function.
4013 (test_skip_file_and_function): New function.
4014 * gdb.base/skip1.c (test_skip): New function.
4015 (skip1_test_skip_file_and_function): New function.
4016 * gdb.base/skip.exp: Add tests for new skip options.
4017 * gdb.base/skip-solib.exp: Update expected output.
4018 * gdb.perf/skip-command.cc: New file.
4019 * gdb.perf/skip-command.exp: New file.
4020 * gdb.perf/skip-command.py: New file.
4021
4022 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4023
4024 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4025 info registers pattern.
4026
4027 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4028
4029 * lib/future.exp: Add D support.
4030 (gdb_find_gdc): New proc.
4031 (gdb_default_target_compile): Add D support.
4032
4033 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4034
4035 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4036 user+system time.
4037 (trace_speed_test): Determine the iteration count for a time
4038 between 15..30 seconds.
4039
4040 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4041
4042 * gdb.arch/i386-mpx-sigsegv.c: New file.
4043 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4044 * gdb.arch/i386-mpx-simple_segv.c: New file.
4045 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4046
4047 2016-02-18 Yao Qi <yao.qi@linaro.org>
4048
4049 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4050 Don't call setup_kfail.
4051
4052 2016-02-18 Yao Qi <yao.qi@linaro.org>
4053
4054 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4055 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4056
4057 2016-02-16 Doug Evans <dje@google.com>
4058
4059 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4060 * gdb.base/skip1.c: Ditto.
4061 * gdb.base/skip.exp: Whitespace cleanup.
4062
4063 2016-02-16 Don Breazeal <donb@codesourcery.com>
4064
4065 PR remote/19496
4066 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4067 Remove kfail for PR remote/19496.
4068
4069 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4070
4071 * lib/gdb.exp (standard_temp_file): Return a path specific to
4072 the runtest invocation.
4073
4074 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4075
4076 * gdb.trace/save-trace.exp: Change relative path to be in the
4077 standard output directory.
4078
4079 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4080
4081 * gdb.arch/i386-prologue.c: Add missing prototypes.
4082
4083 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4084
4085 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4086 * gdb.arch/i386-prologue.exp: Likewise.
4087 * gdb.arch/i386-size.exp: Likewise.
4088
4089 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4090
4091 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4092 define object file path.
4093 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4094 file path.
4095 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4096 standard_output_file to define binfile.
4097
4098 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4099
4100 Fix compatibility with recent gfortran-5.3.1.
4101 * gdb.fortran/vla-history.exp (print vla1 allocated)
4102 (print vla2 allocated, print $2, print $3): Remove
4103 (print $4): Rename to ...
4104 (print $2): ... here.
4105 (print $9): Rename to ...
4106 (print $5): ... here.
4107 (print $10): Rename to ...
4108 (print $6): ... here.
4109 * gdb.fortran/vla.f90: Add pvla initialization.
4110
4111 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4112
4113 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4114 New test.
4115 * gdb.fortran/vla-value-sub.exp: Likewise.
4116
4117 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4118
4119 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4120
4121 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4122
4123 * i386-biarch-core.exp: Define corefile using
4124 standard_output_file.
4125
4126 2016-02-12 Yao Qi <yao.qi@linaro.org>
4127
4128 * gdb.arch/arm-single-step-kernel-helper.c: New.
4129 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4130
4131 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4132
4133 * gdb.btrace/tailcall-only.exp: New.
4134 * gdb.btrace/tailcall-only.c: New.
4135 * gdb.btrace/x86_64-tailcall-only.S: New.
4136 * gdb.btrace/i686-tailcall-only.S: New.
4137
4138 2016-02-11 Pedro Alves <palves@redhat.com>
4139
4140 * README (Parallel testing): Add missing double quotes.
4141
4142 2016-02-11 Pedro Alves <palves@redhat.com>
4143
4144 * README (Parallel testing): New section.
4145 (GDB_PARALLEL): Rewrite.
4146 (FORCE_PARALLEL): Document.
4147
4148 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4149
4150 * gdb.trace/tfile-avx.c: New test.
4151 * gdb.trace/tfile-avx.exp: New test.
4152
4153 2016-02-09 Keith Seitz <keiths@redhat.com>
4154
4155 PR breakpoints/19546
4156 * gdb.base/infcall-exec.c: New file.
4157 * gdb.base/infcall-exec2.c: New file.
4158 * gdb.base/infcall-exec.exp: New file.
4159
4160 2016-02-09 Keith Seitz <keiths@redhat.com>
4161
4162 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4163 (toplevel): Call test_bkpt_address.
4164
4165 2016-02-09 Keith Seitz <keiths@redhat.com>
4166
4167 PR python/19506
4168 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4169 (toplevel): Call test_bkpt_address.
4170
4171 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4172
4173 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4174 to AC_OUTPUT.
4175 * configure: Regenerate.
4176
4177 2016-02-09 Pedro Alves <palves@redhat.com>
4178
4179 PR breakpoints/19548
4180 * gdb.base/execl-update-breakpoints.c (some_function): New
4181 function.
4182 (main): Call it.
4183 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4184 Tighten expected GDB output.
4185
4186 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4187
4188 * Makefile.in (ALL_SUBDIRS): Remove.
4189 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4190 (distclean maintainer-clean realclean): Likewise.
4191 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4192 * configure: Regenerate.
4193 * gdb.ada/Makefile.in: Delete.
4194 * gdb.arch/Makefile.in: Likewise.
4195 * gdb.asm/Makefile.in: Likewise.
4196 * gdb.base/Makefile.in: Likewise.
4197 * gdb.btrace/Makefile.in: Likewise.
4198 * gdb.cell/Makefile.in: Likewise.
4199 * gdb.compile/Makefile.in: Likewise.
4200 * gdb.cp/Makefile.in: Likewise.
4201 * gdb.disasm/Makefile.in: Likewise.
4202 * gdb.dlang/Makefile.in: Likewise.
4203 * gdb.dwarf2/Makefile.in: Likewise.
4204 * gdb.fortran/Makefile.in: Likewise.
4205 * gdb.gdb/Makefile.in: Likewise.
4206 * gdb.go/Makefile.in: Likewise.
4207 * gdb.guile/Makefile.in: Likewise.
4208 * gdb.java/Makefile.in: Likewise.
4209 * gdb.linespec/Makefile.in: Likewise.
4210 * gdb.mi/Makefile.in: Likewise.
4211 * gdb.modula2/Makefile.in: Likewise.
4212 * gdb.multi/Makefile.in: Likewise.
4213 * gdb.objc/Makefile.in: Likewise.
4214 * gdb.opencl/Makefile.in: Likewise.
4215 * gdb.opt/Makefile.in: Likewise.
4216 * gdb.pascal/Makefile.in: Likewise.
4217 * gdb.perf/Makefile.in: Likewise.
4218 * gdb.python/Makefile.in: Likewise.
4219 * gdb.reverse/Makefile.in: Likewise.
4220 * gdb.server/Makefile.in: Likewise.
4221 * gdb.stabs/Makefile.in: Likewise.
4222 * gdb.threads/Makefile.in: Likewise.
4223 * gdb.trace/Makefile.in: Likewise.
4224 * gdb.xml/Makefile.in: Likewise.
4225 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4226 GDB_PARALLEL.
4227 (standard_output_file): Remove check for GDB_PARALLEL, always
4228 return path in outputs/$subdir/$testname.
4229
4230 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4231
4232 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4233 (site.exp): Assign abs_srcdir to tcl's srcdir.
4234
4235 2016-02-04 Yao Qi <yao.qi@linaro.org>
4236
4237 * gdb.base/foll-exec-mode.c: Include limits.h.
4238 (main): Add parameters argc and argv. Get directory from
4239 argv[0].
4240 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4241 compilation.
4242 * gdb.base/foll-exec.c: Include limits.h.
4243 (main): Add parameters argc and argv.
4244 Get directory from argv[0].
4245 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4246 Adjust tests on the number of lines as source code changed.
4247 * gdb.base/foll-vfork-exit.c: Include limits.h.
4248 (main): Add one line of statement before vfork.
4249 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4250 (main): Add parameters argc and argv. Get directory from
4251 argv[0].
4252 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4253 (setup_gdb): Set tbreak to skip some source lines.
4254 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4255 (main): Add parameters argc and argv. Get directory from
4256 argv[0].
4257 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4258 compilation.
4259 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4260 (main): Add parameters argc and argv. Get directory from
4261 argv[0].
4262 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4263 compilation.
4264
4265 2016-02-01 Doug Evans <dje@google.com>
4266
4267 * gdb.base/skip.exp: Clean up multiple references to same test name.
4268
4269 2016-02-01 Pedro Alves <palves@redhat.com>
4270
4271 PR remote/19496
4272 * gdb.threads/forking-threads-plus-breakpoint.exp
4273 (displaced_stepping_supported): New global.
4274 (probe_displaced_stepping_support): New procedure.
4275 (do_test): Add 'displaced' parameter, and use it.
4276 (top level): Check for displaced stepping support. Add displaced
4277 stepping on/off testing axis.
4278
4279 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4282 pointer. Don't perform further tests on the unassociated pointer
4283 if the first test fails.
4284
4285 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4286
4287 * gdb.base/max-value-size.c: New file.
4288 * gdb.base/max-value-size.exp: New file.
4289 * gdb.base/huge.exp: Disable max-value-size for this test.
4290
4291 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4292
4293 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4294
4295 2016-01-28 Yao Qi <yao.qi@linaro.org>
4296
4297 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4298
4299 2016-01-25 Pedro Alves <palves@redhat.com>
4300
4301 PR threads/19461
4302 * gdb.base/fork-running-state.c: New file.
4303 * gdb.base/fork-running-state.exp: New file.
4304
4305 2016-01-25 Pedro Alves <palves@redhat.com>
4306
4307 PR gdb/19494
4308 * gdb.base/catch-fork-kill.c: New file.
4309 * gdb.base/catch-fork-kill.exp: New file.
4310
4311 2016-01-25 Pedro Alves <palves@redhat.com>
4312
4313 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4314 Delete, moved to lib/gdb.exp.
4315 * gdb.threads/forking-threads-plus-breakpoint.exp
4316 (foreach_with_prefix): Likewise.
4317 * gdb.threads/process-dies-while-handling-bp.exp
4318 (foreach_with_prefix): Likewise.
4319 * lib/gdb.exp (foreach_with_prefix): New procedure.
4320
4321 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4322
4323 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4324 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4325
4326 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4327
4328 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4329 endian targets.
4330
4331 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4332 Pedro Alves <palves@redhat.com>
4333
4334 Fix testsuite compatibility with Guile.
4335 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4336 number.
4337
4338 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4339
4340 Fix testsuite compatibility with Guile.
4341 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4342 (thread 1): New test for backtrace through signal handler.
4343
4344 2016-01-22 Yao Qi <yao.qi@linaro.org>
4345
4346 PR testsuite/19491
4347 * gdb.base/multi-forks.c: Include
4348 ../lib/unbuffer_output.c
4349 (main): Call gdb_unbuffer_output.
4350
4351 2016-01-21 Doug Evans <dje@google.com>
4352
4353 * lib/ada.exp (gdb_compile_ada): Fix typo.
4354
4355 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4356
4357 * gdb.base/break-fun-addr.exp: New file.
4358 * gdb.base/break-fun-addr1.c: New file.
4359 * gdb.base/break-fun-addr2.c: New file.
4360
4361 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4362
4363 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4364 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4365 enum flag values.
4366
4367 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4368
4369 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4370 when GDB can not set the vector return value. Add more comments
4371 for clarification.
4372
4373 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4374
4375 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4376 command.
4377
4378 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4379
4380 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4381
4382 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4383
4384 * Makefile.in (check-single): Pass --status to runtest.
4385 (check/%.exp): Likewise.
4386
4387 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4388
4389 * Makefile.in (check-parallel): Propagate return code from make
4390 do-check-parallel.
4391
4392 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4393
4394 * gdb.trace/ftrace.exp: Fix expected message on continue.
4395 * gdb.trace/pending.exp: Fix expected message on continue.
4396 * gdb.trace/trace-break.exp: Fix expected message on continue.
4397
4398 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4399
4400 * lib/gdb.exp (gdb_test): Remove unused global references.
4401
4402 2016-01-18 Pedro Alves <palves@redhat.com>
4403
4404 * gdb.base/async-shell.exp: Adjust expected output.
4405 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4406 * gdb.base/siginfo-thread.exp: Adjust expected output.
4407 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4408 * gdb.java/jnpe.exp: Adjust expected output.
4409 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4410 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4411 * gdb.threads/leader-exit.exp: Adjust expected output.
4412 * gdb.threads/manythreads.exp: Adjust expected output.
4413 * gdb.threads/pthreads.exp: Adjust expected output.
4414 * gdb.threads/schedlock.exp: Adjust expected output.
4415 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4416 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4417 expected output.
4418 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4419 output.
4420 * gdb.threads/sigthread.exp: Adjust expected output.
4421 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4422
4423 2016-01-18 Yao Qi <yao.qi@linaro.org>
4424
4425 * gdb.guile/scm-section-script.c: Replace @progbits with
4426 %progbits.
4427 * gdb.python/py-section-script.c: Likewise.
4428
4429 2016-01-15 Pedro Alves <palves@redhat.com>
4430
4431 * gdb.multi/tids.exp: Test star wildcard ranges.
4432
4433 2016-01-15 Pedro Alves <palves@redhat.com>
4434
4435 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4436 command from "thread apply" invocation.
4437 (thr_apply_info_thr_invalid): Default the expected output to the
4438 input tid list.
4439 (top level): Add tests that use convenience variables. Add tests
4440 for "thread apply" with a valid TID list, but missing the command.
4441
4442 2016-01-13 Pedro Alves <palves@redhat.com>
4443
4444 * gdb.base/default.exp: Expect $_gthread as well.
4445 * gdb.multi/tids.exp: Test $_gthread.
4446 * gdb.threads/thread-specific.exp: Test $_gthread.
4447
4448 2016-01-13 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.multi/tids.exp: Test "info threads -gid".
4451
4452 2016-01-13 Pedro Alves <palves@redhat.com>
4453
4454 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4455 Breakpoint.thread.
4456 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4457
4458 2016-01-07 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.base/break.exp: Adjust to output changes.
4461 * gdb.base/hbreak2.exp: Likewise.
4462 * gdb.base/sepdebug.exp: Likewise.
4463 * gdb.base/watch_thread_num.exp: Likewise.
4464 * gdb.linespec/keywords.exp: Likewise.
4465 * gdb.multi/info-threads.exp: Likewise.
4466 * gdb.threads/thread-find.exp: Likewise.
4467 * gdb.multi/tids.c: New file.
4468 * gdb.multi/tids.exp: New file.
4469
4470 2016-01-13 Pedro Alves <palves@redhat.com>
4471
4472 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4473
4474 2016-01-13 Pedro Alves <palves@redhat.com>
4475
4476 * gdb.base/default.exp: Expect $_inferior as well.
4477 * gdb.multi/base.exp: Test $_inferior.
4478
4479 2016-01-13 Pedro Alves <palves@redhat.com>
4480
4481 PR breakpoints/19388
4482 * gdb.base/catch-signal-siginfo-cond.c: New file.
4483 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4484
4485 2016-01-12 Josh Stone <jistone@redhat.com>
4486 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4487
4488 * gdb.base/catch-syscall.c (do_execve): New variable.
4489 (main): Conditionally trigger an execve.
4490 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4491 (test_catch_syscall_execve): New, check entry/return across execve.
4492 (do_syscall_tests): Call test_catch_syscall_execve.
4493
4494 2016-01-12 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.base/random-signal.exp (do_test): New procedure, with body
4497 of testcase moved in.
4498
4499 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4500 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.base/funcargs.exp (finish from indirectly called function):
4503 Reintroduce the case for 'First'.
4504
4505 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4506 Pedro Alves <palves@redhat.com>
4507
4508 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4509 (tcatch_vfork_then_child_follow_exec)
4510 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4511 identification.
4512
4513 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4514
4515 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4516 and repeats to unlimited.
4517 * gdb.python/py-value.exp: Likewise.
4518 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4519 and repeats to unlimited.
4520
4521 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4522
4523 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4524 and reordering the functions.
4525 * gdb.multi/hangout.c: Likewise.
4526 * gdb.multi/hello.c: Likewise.
4527
4528 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4529
4530 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4531 absolute.
4532 (SingleStatisticTestResult.report): Use dict.keys instead of
4533 dict.iterkeys.
4534
4535 2016-01-06 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4538
4539 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4540
4541 * gdb.btrace/dlopen.exp: New.
4542 * gdb.btrace/dlopen.c: New.
4543 * gdb.btrace/dlopen-dso.c: New.
4544
4545 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4546
4547 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4548 PATTERN argument is optional.
4549
4550 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4551
4552 * lib/ada.exp (target_compile_ada_from_dir): New function.
4553 (gdb_compile_ada): Reimplement avoiding the use of project files.
4554 * gdb.ada/gnat_ada.gpr: Delete.
4555 * gdb.ada/cond_lang.exp: Adjust test to make path before
4556 filename optional.
4557 * gdb.ada/small_reg_param.exp: Likewise.
4558
4559 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4560
4561 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4562
4563 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4564
4565 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4566 case.
4567
4568 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4569
4570 * gdb.base/break.exp: Remove dead code.
4571 * gdb.base/sepdebug.exp: Likewise.
4572
4573 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4574
4575 * gdb.asm/asm-source.exp: Remove HP-UX references.
4576 * gdb.base/annota1.exp: Likewise.
4577 * gdb.base/annota3.exp: Likewise.
4578 * gdb.base/attach.exp: Likewise.
4579 * gdb.base/bigcore.exp: Likewise.
4580 * gdb.base/break.exp: Likewise.
4581 * gdb.base/call-ar-st.exp: Likewise.
4582 * gdb.base/callfuncs.exp: Likewise.
4583 * gdb.base/catch-fork-static.exp: Likewise.
4584 * gdb.base/display.exp: Likewise.
4585 * gdb.base/foll-exec-mode.exp: Likewise.
4586 * gdb.base/foll-exec.exp: Likewise.
4587 * gdb.base/foll-fork.exp: Likewise.
4588 * gdb.base/foll-vfork.exp: Likewise.
4589 * gdb.base/funcargs.exp: Likewise.
4590 * gdb.base/hbreak2.exp: Likewise.
4591 * gdb.base/inferior-died.exp: Likewise.
4592 * gdb.base/interrupt.exp: Likewise.
4593 * gdb.base/multi-forks.exp: Likewise.
4594 * gdb.base/nodebug.exp: Likewise.
4595 * gdb.base/sepdebug.exp: Likewise.
4596 * gdb.base/solib1.c: Likewise.
4597 * gdb.base/step-test.exp: Likewise.
4598 * gdb.mi/non-stop.c: Likewise.
4599 * gdb.mi/pthreads.c: Likewise.
4600 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4601 * gdb.threads/pthreads.c: Likewise.
4602 * gdb.threads/staticthreads.exp: Likewise.
4603 * lib/future.exp: Likewise.
4604 * lib/gdb.exp: Likewise.
4605 * gdb.base/so-indr-cl.c: Remove.
4606 * gdb.base/so-indr-cl.exp: Likewise.
4607 * gdb.base/solib.c: Likewise.
4608 * gdb.base/solib.exp: Likewise.
4609 * gdb.base/solib2.c: Likewise.
4610
4611 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4612
4613 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4614 * gdb.base/call-ar-st.exp: Likewise.
4615 * gdb.base/callfuncs.exp: Likewise.
4616 * gdb.base/condbreak.exp: Likewise.
4617 * gdb.base/constvars.exp: Likewise.
4618 * gdb.base/hbreak2.exp: Likewise.
4619 * gdb.base/langs.exp: Likewise.
4620 * gdb.base/list.exp: Likewise.
4621 * gdb.base/long_long.exp: Likewise.
4622 * gdb.base/ptype.exp: Likewise.
4623 * gdb.base/scope.exp: Likewise.
4624 * gdb.base/signals.exp: Likewise.
4625 * gdb.base/so-impl-ld.exp: Likewise.
4626 * gdb.base/varargs.exp: Likewise.
4627 * gdb.base/volatile.exp: Likewise.
4628 * gdb.base/whatis.exp: Likewise.
4629 * gdb.cp/cplusfuncs.exp: Likewise.
4630 * gdb.cp/inherit.exp: Likewise.
4631 * gdb.cp/local.exp: Likewise.
4632 * gdb.cp/member-ptr.exp: Likewise.
4633 * gdb.cp/method.exp: Likewise.
4634 * gdb.cp/overload.exp: Likewise.
4635 * gdb.cp/templates.exp: Likewise.
4636 * gdb.stabs/weird.exp: Likewise.
4637 * lib/compiler.c: Likewise.
4638 * lib/compiler.cc: Likewise.
4639 * lib/cp-support.exp: Likewise.
4640 * lib/gdb.exp: Likewise.
4641
4642 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4643
4644 * configure.ac: Remove HP-UX case.
4645 * configure: Regenerate.
4646
4647 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4648
4649 * lib/gdb.exp (gdb_compile): Add function doc.
4650
4651 2015-12-17 Pedro Alves <palves@redhat.com>
4652
4653 PR threads/19354
4654 * gdb.multi/info-threads.exp: New file.
4655
4656 2015-12-15 Yao Qi <yao.qi@linaro.org>
4657
4658 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4659 is aarch64*-*-*.
4660
4661 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4662
4663 * gdb.base/history-duplicates.exp: Skip if no readline support.
4664
4665 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4666
4667 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4668
4669 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4670
4671 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4672
4673 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4674
4675 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4676 ctrl-C if nointerrupts target property is set.
4677 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4678 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4679 * gdb.base/paginate-bg-execution.exp: Likewise.
4680 * gdb.base/paginate-execution-startup.exp: Likewise.
4681 * gdb.base/random-signal.exp: Likewise.
4682 * gdb.base/range-stepping.exp: Likewise.
4683 * gdb.cp/annota2.exp: Likewise.
4684 * gdb.cp/annota3.exp: Likewise.
4685 * gdb.gdb/selftest.exp: Likewise.
4686 * gdb.threads/continue-pending-status.exp: Likewise.
4687 * gdb.threads/leader-exit.exp: Likewise.
4688 * gdb.threads/manythreads.exp: Likewise.
4689 * gdb.threads/pthreads.exp: Likewise.
4690 * gdb.threads/schedlock.exp: Likewise.
4691 * gdb.threads/sigthread.exp: Likewise.
4692
4693 2015-12-11 Don Breazeal <donb@codesourcery.com>
4694
4695 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4696 remote.
4697 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4698 * gdb.base/foll-exec.exp (main): Enable for target remote.
4699 * gdb.base/foll-fork.exp (main): Likewise.
4700 * gdb.base/foll-vfork.exp (main): Likewise.
4701 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4702 (proc continue_to_exit_bp_loc): Use clean_restart.
4703 * gdb.base/pie-execl.exp (main): Disable for target remote.
4704 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4705 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4706 * gdb.threads/execl.exp (main): Likewise.
4707 * gdb.threads/fork-child-threads.exp (main): Likewise.
4708 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4709 remote.
4710 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4711 remote.
4712 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4713 pid.tid style ptids, instead of just tid.
4714 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4715 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4716 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4717 ptids, instead of just tid.
4718
4719 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4720
4721 * gdb.base/list.exp (test_list_forward): Add end of file error
4722 test.
4723 (test_repeat_list_command): Add end of file error test.
4724 (test_list_backwards): Add beginning of file error test.
4725
4726 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4727
4728 * gdb.base/list.exp (test_list_invalid_args): New function,
4729 defined, and called.
4730
4731 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4732
4733 * gdb.base/list.exp (test_list): Make test names unique.
4734
4735 2015-12-11 Yao Qi <yao.qi@linaro.org>
4736
4737 * gdb.base/coremaker2.c: Remove.
4738
4739 2015-12-10 Pedro Alves <palves@redhat.com>
4740
4741 * gdb.multi/base.exp: Remove stale "spaces" references.
4742
4743 2015-12-10 Pedro Alves <palves@redhat.com>
4744
4745 * gdb.multi/base.exp: Don't use nowarnings.
4746 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4747 * gdb.multi/hangout.c: Include stdio.h.
4748 * gdb.multi/hello.c: Include stdlib.h.
4749 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4750 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4751 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4752
4753 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4754
4755 * gdb.dwarf2/dw2-ranges-base.c: New file.
4756 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4757 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4758 support additional line table, and debug ranges generation.
4759 (Dwarf::ranges): New function, generate .debug_ranges.
4760 (Dwarf::lines): Support generating simple line table programs.
4761 (Dwarf::assemble): Initialise new namespace variables.
4762
4763 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4764
4765 * gdb.base/async.exp (proc test_background): Add case for
4766 asynchronous execution not supported.
4767
4768 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4769
4770 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4771 format and change test names to make them unique.
4772
4773 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4774 Pedro Alves <pedro@redhat.com>
4775
4776 PR gdb/18702
4777 Add checking of floatformats setup on x86_64 hosts.
4778 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4779 (smallval, bigval): New labels/constants.
4780 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4781 float" after loading bigval and smallval.
4782
4783 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4784
4785 * gdb.ada/fun_overload_menu.exp: New testcase.
4786 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4787
4788 2015-12-04 Josh Stone <jistone@redhat.com>
4789
4790 * gdb.base/catch-fork-static.exp: New.
4791
4792 2015-12-03 Yao Qi <yao.qi@linaro.org>
4793
4794 * gdb.base/sizeof.c: Don't include stdio.h and
4795 ../lib/unbuffer_output.c.
4796 (main): New variable 'size' and 'value'. Remove printf and
4797 gdb_unbuffer_output. Assign return value to size and value.
4798 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4799 at the beginning.
4800 (check_sizeof): Check the result by printing variable 'size'.
4801 (check_valueof): Check the result by printing variable 'value'.
4802
4803 2015-12-01 Yao Qi <yao.qi@linaro.org>
4804
4805 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4806 for aarch64*-*-linux* target.
4807
4808 2015-11-30 Pedro Alves <palves@redhat.com>
4809
4810 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4811
4812 2015-11-30 Pedro Alves <palves@redhat.com>
4813
4814 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4815 Handle non-stop mode vCont replies.
4816
4817 2015-11-30 Pedro Alves <palves@redhat.com>
4818
4819 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4820 prepare_for_testing. Start gdb with "set non-stop on" appended to
4821 GDBFLAGS. Lax expected stop output.
4822
4823 2015-11-27 Yao Qi <yao.qi@linaro.org>
4824
4825 * gdb.arch/arm-neon.exp: New.
4826 * gdb.arch/arm-neon.c: New.
4827
4828 2015-11-27 Yao Qi <yao.qi@linaro.org>
4829
4830 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4831
4832 2015-11-27 Yao Qi <yao.qi@linaro.org>
4833
4834 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4835 frames-invalid annotation.
4836
4837 2015-11-27 Yao Qi <yao.qi@linaro.org>
4838
4839 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4840
4841 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4842
4843 * gdb.threads/names.exp: New file.
4844 * gdb.threads/names.c: New file.
4845 * README: Mention gdb,no_thread_names.
4846
4847 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4848
4849 PR 19297
4850 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4851 support" error.
4852
4853 2015-11-24 Pedro Alves <palves@redhat.com>
4854
4855 PR 17539
4856 * gdb.base/display.exp: Expect displays to be sorted in ascending
4857 order. Use multi_line.
4858 * gdb.base/solib-display.exp: Likewise.
4859
4860 2015-11-24 Pedro Alves <palves@redhat.com>
4861
4862 PR 17539
4863 * gdb.base/display.exp: Expect displays to be sorted in ascending
4864 order. Use multi_line.
4865 * gdb.base/solib-display.exp: Likewise.
4866
4867 2015-11-24 Pedro Alves <palves@redhat.com>
4868
4869 PR 17539
4870 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4871 threads in ascending order.
4872 * gdb.base/foll-fork.exp: Likewise.
4873 * gdb.base/foll-vfork.exp: Likewise.
4874 * gdb.base/multi-forks.exp: Likewise.
4875 * gdb.mi/mi-nonstop.exp: Likewise.
4876 * gdb.mi/mi-nsintrall.exp: Likewise.
4877 * gdb.multi/base.exp: Likewise.
4878 * gdb.multi/multi-arch.exp: Likewise.
4879 * gdb.python/py-inferior.exp: Likewise.
4880 * gdb.threads/break-while-running.exp: Likewise.
4881 * gdb.threads/execl.exp: Likewise.
4882 * gdb.threads/gcore-thread.exp: Likewise.
4883 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4884 * gdb.threads/kill.exp: Likewise.
4885 * gdb.threads/linux-dp.exp: Likewise.
4886 * gdb.threads/multiple-step-overs.exp: Likewise.
4887 * gdb.threads/next-bp-other-thread.exp: Likewise.
4888 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4889 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4890 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4891 * gdb.threads/thread-find.exp: Likewise.
4892 * gdb.threads/tls.exp: Likewise.
4893 * lib/mi-support.exp (mi_reverse_list): Delete.
4894 (mi_check_thread_states): No longer reverse list.
4895
4896 2015-11-24 Pedro Alves <palves@redhat.com>
4897
4898 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4899 use lowercase.
4900
4901 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4902
4903 * gdb.trace/actions.c: Include trace-common.h.
4904 (main): Add a location for a fast tracepoint.
4905 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4906 the normal tracepoints.
4907 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4908
4909 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4910
4911 * save-trace.exp: Factor out code to these...
4912 (gdb_save_tracepoints): New.
4913 (gdb_load_tracepoints): New.
4914 (do_save_load_test): New.
4915
4916 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4917
4918 * gdb.base/asmlabel.exp: New test.
4919 * gdb.base/asmlabel.c: New test case.
4920
4921 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4922
4923 * gdb.base/wrong_frame_bt_full-main.c: New file.
4924 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4925 * gdb.base/wrong_frame_bt_full.exp: New file.
4926
4927 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4928
4929 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4930
4931 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4932
4933 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4934 pstate register when comparing registers values in
4935 sparc64-*-linux-gnu targets to avoid spurious differences.
4936
4937 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4938
4939 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4940
4941 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4942
4943 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4944 as type argument to gdb_compile.
4945 * gdb.base/nested-subp2.exp: Likewise.
4946 * gdb.base/nested-subp3.exp: Likewise.
4947
4948 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4949
4950 * lib/dwarf.exp (_note): Fix left shift of negative value.
4951 * gdb.trace/trace-condition.exp: Likewise.
4952
4953 2015-11-13 Yao Qi <yao.qi@linaro.org>
4954
4955 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4956 comments about d10v.
4957 (test_scalar_returns): Likewise.
4958 * gdb.base/d10v.ld: Remove.
4959 * gdb.base/overlays.exp: Remove the target triplet checking for
4960 d10v-*-*.
4961 * gdb.base/structs.exp (test_struct_returns): Remove the
4962 comments about d10v.
4963 (test_struct_calls): Likewise.
4964
4965 2015-11-13 Yao Qi <yao.qi@linaro.org>
4966
4967 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4968 * gdb.base/gnu_vector.c: Don't include stdio.h.
4969 (main): Don't print res and call add_some_intvecs.
4970
4971 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4972
4973 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4974 macro.
4975 (func5): Removed.
4976 (func4): Use FAST_TRACEPOINT_LABEL.
4977 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4978 macro.
4979 (func): Removed.
4980 (thread_function): Use FAST_TRACEPOINT_LABEL.
4981 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4982 (func): Remove.
4983 (marker): Use FAST_TRACEPOINT_LABEL.
4984 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4985 (pendfunc1): Remove.
4986 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4987 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4988 (foo): Remove.
4989 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4990 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4991 macro.
4992 (func): Remove.
4993 (marker): Use FAST_TRACEPOINT_LABEL.
4994 * gdb.trace/trace-common.h: New header.
4995 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4996 macro.
4997 (func): Remove.
4998 (marker): Use FAST_TRACEPOINT_LABEL.
4999 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5000 (func): Remove.
5001 (thread_function): Use FAST_TRACEPOINT_LABEL.
5002
5003 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5004
5005 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5006 in front.
5007 * gdb.trace/change-loc.exp: Use global pcreg definition.
5008 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5009 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5010 in front.
5011 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5012 * gdb.trace/pending.exp: Likewise.
5013 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5014 * gdb.trace/trace-break.exp: Likewise.
5015 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5016 in front.
5017 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5018 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5019 in front.
5020 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5021
5022 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5023
5024 * gdb.ada/fin_fun_out: New testcase.
5025
5026 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5027
5028 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5029 value associated with DW_AT_byte_size.
5030 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5031 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5032 DW_AT_upper_bound.
5033
5034 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5035
5036 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5037 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5038 version.
5039 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5040 gdb.dwarf2/dw2-canonicalize-type.exp,
5041 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5042 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5043 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5044 provided by gdb_target_symbol_prefix_flags_asm.
5045 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5046 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5047 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5048 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5049 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5050 macros where needed). Use this macro for symbols which require
5051 the prefix provided by SYMBOL_PREFIX.
5052
5053 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5054
5055 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5056 New procs.
5057 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5058 representing expressions, of more than one list element.
5059 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5060 to prepend linker symbol prefix to f.
5061 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5062 table_1 and table_2.
5063 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5064 Likewise, for f and g.
5065 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5066 for ptr.
5067 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5068 for main.
5069 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5070 table_1_ptr and table_2_ptr.
5071
5072 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5073 Joel Brobecker <brobecker@adacore.com>
5074
5075 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5076
5077 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5078
5079 * gdb.reverse/s390-mvcle.c: New test.
5080 * gdb.reverse/s390-mvcle.exp: New file.
5081 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5082
5083 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5084
5085 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5086
5087 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5088
5089 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5090 reaching marker2.
5091 * gdb.reverse/getresuid-reverse.exp: Likewise.
5092 * gdb.reverse/pipe-reverse.exp: Likewise.
5093 * gdb.reverse/readv-reverse.exp: Likewise.
5094 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5095 * gdb.reverse/time-reverse.exp: Likewise.
5096 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5097
5098 2015-10-30 Yao Qi <yao.qi@linaro.org>
5099
5100 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5101 (empty_cycle): Remove.
5102 (main): Don't call empty_cycle. Don't use watch_count_done.
5103 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5104 empty_cycle. Rewrite the code counting HW watchpoints.
5105
5106 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5107
5108 * gdb.reverse/fstatat-reverse.c: New test.
5109 * gdb.reverse/fstatat-reverse.exp: New file.
5110 * gdb.reverse/getresuid-reverse.c: New test.
5111 * gdb.reverse/getresuid-reverse.exp: New file.
5112 * gdb.reverse/pipe-reverse.c: New test.
5113 * gdb.reverse/pipe-reverse.exp: New file.
5114 * gdb.reverse/readv-reverse.c: New test.
5115 * gdb.reverse/readv-reverse.exp: New file.
5116 * gdb.reverse/recvmsg-reverse.c: New test.
5117 * gdb.reverse/recvmsg-reverse.exp: New file.
5118 * gdb.reverse/time-reverse.c: New test.
5119 * gdb.reverse/time-reverse.exp: New file.
5120 * gdb.reverse/waitpid-reverse.c: New test.
5121 * gdb.reverse/waitpid-reverse.exp: New file.
5122
5123 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5124
5125 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5126
5127 2015-10-26 Doug Evans <dje@google.com>
5128
5129 PR symtab/17391
5130 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5131 * gdb.dwarf2/bad-regnum.c: New file.
5132 * gdb.dwarf2/bad-regnum.exp: New file.
5133
5134 2015-10-26 Doug Evans <dje@google.com>
5135
5136 PR python/18938
5137 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5138 file.
5139
5140 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5141
5142 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5143 for a change by "Mention language in compile error message".
5144
5145 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5146
5147 PR python/18073
5148 * gdb.python/py-type.c (C::a_method): New.
5149 (C::a_const_method): New.
5150 (C::a_static_method): New.
5151 (a_function): New.
5152 * gdb.python/py-type.exp (test_fields): Test getting fields
5153 from function and method.
5154
5155 2015-10-21 Keven Boell <keven.boell@intel.com>
5156
5157 * gdb.fortran/vla-alloc-assoc.exp: New file.
5158 * gdb.fortran/vla-datatypes.exp: New file.
5159 * gdb.fortran/vla-datatypes.f90: New file.
5160 * gdb.fortran/vla-history.exp: New file.
5161 * gdb.fortran/vla-ptype-sub.exp: New file.
5162 * gdb.fortran/vla-ptype.exp: New file.
5163 * gdb.fortran/vla-sizeof.exp: New file.
5164 * gdb.fortran/vla-sub.f90: New file.
5165 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5166 * gdb.fortran/vla-value-sub-finish.exp: New file.
5167 * gdb.fortran/vla-value-sub.exp: New file.
5168 * gdb.fortran/vla-value.exp: New file.
5169 * gdb.fortran/vla-ptr-info.exp: New file.
5170 * gdb.mi/mi-vla-fortran.exp: New file.
5171 * gdb.mi/vla.f90: New file.
5172
5173 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5174
5175 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5176 of hardwired timeout value.
5177
5178 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5179 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5182 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5183
5184 2015-10-19 Josh Stone <jistone@redhat.com>
5185
5186 * gdb.base/catch-syscall.c: Include <sched.h>.
5187 (unknown_syscall): New variable.
5188 (main): Trigger a vfork and an unknown syscall.
5189 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5190 (unknown_syscall_number): Likewise.
5191 (check_call_to_syscall): Accept an optional syscall pattern.
5192 (check_return_from_syscall): Likewise.
5193 (check_continue): Likewise.
5194 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5195 (test_catch_syscall_skipping_return): New test toggling off 'catch
5196 syscall' to step over the syscall return, then toggling back on.
5197 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5198 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5199 (do_syscall_tests): Call test_catch_syscall_without_args and
5200 test_catch_syscall_mid_vfork.
5201 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5202 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5203
5204 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5205
5206 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5207 print g_vE): Add new pass patterns.
5208 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5209 print various symbol names for vptr fields.
5210
5211 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5212
5213 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5214 results.
5215
5216 2015-10-12 Yao Qi <yao.qi@linaro.org>
5217
5218 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5219
5220 2015-10-12 Yao Qi <yao.qi@linaro.org>
5221
5222 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5223 is aarch64*-*-linux*.
5224
5225 2015-10-12 Yao Qi <yao.qi@linaro.org>
5226
5227 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5228 (can_relocate_bcond_true): ... it.
5229 (can_relocate_bcond_false): New function.
5230 (foo): Likewise.
5231 (can_relocate_bl): Likewise.
5232 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5233 can_relocate_bl.
5234
5235 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5236
5237 * gdb.base/nested-addr.c: New file.
5238 * gdb.base/nested-addr.exp: New testcase.
5239
5240 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5241
5242 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5243 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5244 its output. Ignore the output of "record goto begin" and instead
5245 check that GDB is replaying.
5246
5247 2015-10-09 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5250 (top level): Use it in the run with no args test.
5251
5252 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5253
5254 * gdb.dlang/properties.exp: New file.
5255
5256 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5257
5258 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5259 whether or not address 0x1000 is mapped on the target.
5260
5261 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5262
5263 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5264 build.
5265
5266 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5267
5268 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5269 instruction-history test.
5270
5271 2015-09-28 Doug Evans <dje@google.com>
5272
5273 * gdb.base/gcore.c (array_func): Add reference to static_array.
5274
5275 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5276
5277 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5278 source line.
5279
5280 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5281
5282 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5283 short or char as base type.
5284
5285 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5286
5287 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5288 to allow any size enum.
5289
5290 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5291
5292 * gdb.ada/array_ptr_renaming.exp: New testcase.
5293 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5294 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5295
5296 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5297
5298 * gdb.trace/ftrace-lock.c: New file.
5299 * gdb.trace/ftrace-lock.exp: New file.
5300
5301 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5302
5303 * gdb.arch/insn-reloc.c: New file.
5304 * gdb.arch/ftrace-insn-reloc.exp: New file.
5305
5306 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5307
5308 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5309 instruction.
5310 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5311 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5312 * gdb.trace/range-stepping.c: Likewise.
5313 * gdb.trace/trace-break.c: Likewise.
5314 * gdb.trace/trace-mt.c (thread_function): Likewise.
5315 * gdb.trace/ftrace.c (marker): Likewise.
5316 * gdb.trace/trace-condition.c (marker): Likewise.
5317 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5318 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5319 is_aarch64_target.
5320
5321 2015-09-18 Doug Evans <xdje42@gmail.com>
5322
5323 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5324 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5325
5326 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5327
5328 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5329 the breakpoint.
5330
5331 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5332
5333 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5334 the pending breakpoint. Remove timeout override for "Run till
5335 MI pending breakpoint on pendfunc3 on thread 2" test.
5336
5337 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5338
5339 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5340 filename pattern.
5341
5342 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5343
5344 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5345 in breakpoint filename pattern.
5346
5347 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5348
5349 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5350
5351 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5352
5353 * gdb.linespec/explicit.exp: Check for readline support for
5354 tab-completion tests. Fix obvious typo.
5355
5356 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5357
5358 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5359 and replay.
5360
5361 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5362
5363 * gdb.btrace/non-stop.c: New.
5364 * gdb.btrace/non-stop.exp: New.
5365
5366 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5367 Yao Qi <yao.qi@linaro.org>
5368
5369 * gdb.trace/trace-condition.c: New file.
5370 * gdb.trace/trace-condition.exp: New file.
5371
5372 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5373
5374 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5375 for testing bytecode compilation.
5376
5377 2015-09-16 Pedro Alves <palves@redhat.com>
5378 Sandra Loosemore <sandra@codesourcery.com>
5379
5380 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5381 (SECONDS): Redefine.
5382 (main): Call pthread_kill and alarm early.
5383 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5384 support.
5385 (test): If the target can't hardware step and doesn't support
5386 displaced stepping, increase the timeout.
5387
5388 2015-09-16 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5391 (enable_debug): New procedures.
5392 (test): Use them. Bail out if waiting for threads fails.
5393 (top level): Bail out if a test fails.
5394
5395 2015-09-16 Yao Qi <yao.qi@linaro.org>
5396
5397 * gdb.asm/asm-source.exp: Set asm-arch for
5398 aarch64*-*-* target.
5399 * gdb.asm/aarch64.inc: New file.
5400
5401 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5402
5403 * gdb.ada/array_of_variable_length.exp: New testcase.
5404 * gdb.ada/array_of_variable_length/foo.adb: New file.
5405 * gdb.ada/array_of_variable_length/pck.adb: New file.
5406 * gdb.ada/array_of_variable_length/pck.ads: New file.
5407
5408 2015-09-15 Doug Evans <dje@google.com>
5409
5410 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5411 of function static local variable.
5412
5413 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5414
5415 * gdb.threads/tls-so_extern.exp: New test file.
5416 * gdb.threads/tls-so_extern.c: New test file.
5417 * gdb.threads/tls-so_extern_main.c: New test file.
5418
5419 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5420
5421 * gdb.opt/solib-intra-step-lib.c: New file.
5422 * gdb.opt/solib-intra-step-main.c: New file.
5423 * gdb.opt/solib-intra-step.exp: New file.
5424
5425 2015-09-15 Pedro Alves <palves@redhat.com>
5426
5427 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5428 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5429
5430 2015-09-14 Pedro Alves <palves@redhat.com>
5431
5432 * gdb.base/hook-stop-continue.c: Delete.
5433 * gdb.base/hook-stop-continue.exp: Delete.
5434 * gdb.base/hook-stop-frame.c: Delete.
5435 * gdb.base/hook-stop-frame.exp: Delete.
5436 * gdb.base/hook-stop.c: New file.
5437 * gdb.base/hook-stop.exp: New file.
5438
5439 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5440
5441 * gdb.ada/access_to_packed_array.exp: New testcase.
5442 * gdb.ada/access_to_packed_array/foo.adb: New file.
5443 * gdb.ada/access_to_packed_array/pack.adb: New file.
5444 * gdb.ada/access_to_packed_array/pack.ads: New file.
5445
5446 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5447
5448 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5449 buffer size test.
5450
5451 2015-09-11 Don Breazeal <donb@codesourcery.com>
5452
5453 * gdb.base/foll-exec.c: Add copyright header. Fix
5454 formatting issues.
5455 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5456 (do_exec_tests): Use clean_restart in place of zap_session,
5457 and for test initialization. Fix formatting issues. Use
5458 fail in place of perror.
5459 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5460 an expect statement to match an expression with output from
5461 the program under debug.
5462 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5463 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5464 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5465 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5466 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5467
5468 2015-09-09 Doug Evans <dje@google.com>
5469
5470 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5471
5472 2015-09-09 Doug Evans <dje@google.com>
5473
5474 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5475
5476 2015-09-09 Doug Evans <dje@google.com>
5477
5478 * gdb.base/savedregs.exp: Fix typo.
5479
5480 2015-09-09 Pedro Alves <palves@redhat.com>
5481
5482 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5483
5484 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5485
5486 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5487 command actually switches threads. Give up on remaining
5488 tests if target fails to stop at breakpoint.
5489
5490 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5491
5492 * gdb.ada/funcall_char.exp: New testcase.
5493 * gdb.ada/funcall_char/foo.adb: New file.
5494
5495 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5496
5497 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5498 expected outputs. Add two testcases for completing ambiguous
5499 functions.
5500 * gdb.ada/complete/aux_pck.adb: New file.
5501 * gdb.ada/complete/aux_pck.ads: New file.
5502 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5503 Ambiguous_Func functions.
5504 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5505 * gdb.ada/complete/pck.adb: Likewise.
5506
5507 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5508
5509 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5510 failures to run the test program under GDB.
5511
5512 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5513
5514 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5515 to C.
5516
5517 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5518
5519 * gdb.base/run-after-attach.exp: New test file.
5520 * gdb.base/run-after-attach.c: New test file.
5521
5522 2015-08-26 Don Breazeal <donb@codesourcery.com>
5523
5524 * gdb.base/foll-exec-2.c: New test program.
5525 * gdb.base/foll-exec-2.exp: New test.
5526
5527 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5528
5529 * gdb.base/nested-subp1.exp: New file.
5530 * gdb.base/nested-subp1.c: New file.
5531 * gdb.base/nested-subp2.exp: New file.
5532 * gdb.base/nested-subp2.c: New file.
5533 * gdb.base/nested-subp3.exp: New file.
5534 * gdb.base/nested-subp3.c: New file.
5535
5536 2015-08-24 Pedro Alves <palves@redhat.com>
5537
5538 * gdb.server/connect-without-multi-process.c: New file.
5539 * gdb.server/connect-without-multi-process.exp: New file.
5540
5541 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5542
5543 * gdb.opt/inline-markers.c: Make z int.
5544
5545 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5546
5547 * gdb.opt/inline-markers.c: Make z volatile.
5548
5549 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5550
5551 * gdb.opt/inline-bt.c: New volatile global z.
5552 * gdb.opt/inline-cmds.c: Likewise.
5553 * gdb.opt/inline-locals.c: Likewise.
5554 * gdb.opt/inline-markers.c: New extern global z.
5555 (marker): Use z.
5556 (inline_fn): Likewise.
5557
5558 2015-08-24 Pedro Alves <palves@redhat.com>
5559
5560 * config/m32r-stub.exp: Remove file.
5561 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5562 * gdb.base/call-rt-st.exp: Likewise.
5563 * gdb.base/call-strs.exp: Likewise.
5564 * gdb.base/default.exp: Remove references to h8300-*-hms and
5565 *-*-udi*.
5566 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5567
5568 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5569
5570 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5571 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5572 and "return" use KFAIL when GDB can not read/write the vector
5573 return value.
5574
5575 2015-08-21 Gary Benson <gbenson@redhat.com>
5576
5577 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5578
5579 2015-08-20 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.server/solib-list.exp: No longer expect an interior stop in
5582 non-stop mode.
5583
5584 2015-08-20 Pedro Alves <palves@redhat.com>
5585
5586 * gdb.server/connect-stopped-target.c: New file.
5587 * gdb.server/connect-stopped-target.exp: New file.
5588
5589 2015-08-20 Pedro Alves <palves@redhat.com>
5590
5591 * gdb.dwarf2/comp-unit-lang.exp: New file.
5592 * gdb.dwarf2/comp-unit-lang.c: New file.
5593
5594 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5595
5596 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5597 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5598
5599 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5600
5601 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5602 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5603
5604 2015-08-18 Doug Evans <dje@google.com>
5605 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5606
5607 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5608 skip_python_tests. New arg prompt_regexp.
5609 (skip_python_tests): New function.
5610 * lib/mi-support.exp (mi_skip_python_tests): New function.
5611 * gdb.python/py-mi-objfile-gdb.py: New file.
5612 * gdb.python/py-mi-objfile.c: New file.
5613 * gdb.python/py-mi-objfile.exp: New file.
5614
5615 2015-08-17 Keith Seitz <keiths@redhat.com>
5616
5617 * gdb.linespec/explicit.exp: Move strace test from here ...
5618 * gdb.trace/strace.exp: ... to here.
5619
5620 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5621
5622 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5623 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5624
5625 2015-08-14 Doug Evans <xdje42@gmail.com>
5626
5627 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5628 inferior before selecting a new file.
5629
5630 2015-08-14 Doug Evans <xdje42@gmail.com>
5631
5632 * gdb.mi/mi-disassemble.exp: Update.
5633 * gdb.base/disasm-optim.S: New file.
5634 * gdb.base/disasm-optim.c: New file.
5635 * gdb.base/disasm-optim.h: New file.
5636 * gdb.base/disasm-optim.exp: New file.
5637
5638 2015-08-14 Keith Seitz <keiths@redhat.com>
5639
5640 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5641 "evaluated-by".
5642
5643 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5644
5645 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5646
5647 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5648
5649 * gdb.ada/fun_renaming.exp: New testcase.
5650 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5651 * gdb.ada/fun_renaming/pack.adb: New file.
5652 * gdb.ada/fun_renaming/pack.ads: New file.
5653
5654 2015-08-12 Keith Seitz <keiths@redhat.com>
5655
5656 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5657 gdb_get_line_number.
5658
5659 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5660
5661 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5662 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5663 gdb.base/dso2dso.exp: New files.
5664
5665 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5666 Pedro Alves <palves@redhat.com>
5667 Keith Seitz <keiths@redhat.com>
5668
5669 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5670 GDBFLAGS.
5671
5672 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5673
5674 * gdb.base/gdbhistsize-history.exp
5675 (test_histsize_history_setting): Use save_vars.
5676 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5677 Use save_vars.
5678 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5679 * gdb.base/readline.exp: Use save_vars.
5680
5681 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5682
5683 * lib/gdb.exp (save_vars): New proc.
5684
5685 2015-08-11 Keith Seitz <keiths@redhat.com>
5686
5687 * gdb.base/help.exp: Update help_breakpoint_text.
5688
5689 2015-08-11 Keith Seitz <keiths@redhat.com>
5690
5691 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5692 (at toplevel): Call test_explicit_breakpoints.
5693 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5694 breakpoints.
5695 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5696 breakpoint conditions, "-cond".
5697
5698 2015-08-11 Keith Seitz <keiths@redhat.com>
5699
5700 * gdb.linespec/3explicit.c: New file.
5701 * gdb.linespec/cpexplicit.cc: New file.
5702 * gdb.linespec/cpexplicit.exp: New file.
5703 * gdb.linespec/explicit.c: New file.
5704 * gdb.linespec/explicit.exp: New file.
5705 * gdb.linespec/explicit2.c: New file.
5706 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5707 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5708 before using in the matching pattern.
5709 Clarify that `prefix' is a regular expression.
5710
5711 2015-08-11 Keith Seitz <keiths@redhat.com>
5712
5713 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5714 test.
5715 Add tests for missing ",FMT" and ",".
5716
5717 2015-08-10 Doug Evans <dje@google.com>
5718 Keith Seitz <keiths@redhat.com>
5719
5720 PR gdb/17960
5721 * gdb.base/completion.exp: Add location completer tests.
5722
5723 2015-08-07 Pedro Alves <palves@redhat.com>
5724
5725 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5726 tests here.
5727 (top level): Run do_test with and without displaced stepping.
5728
5729 2015-08-07 Pedro Alves <palves@redhat.com>
5730
5731 * gdb.base/valgrind-disp-step.c: New file.
5732 * gdb.base/valgrind-disp-step.exp: New file.
5733
5734 2015-08-07 Pedro Alves <palves@redhat.com>
5735
5736 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5737 Delete function.
5738 (main): Add alarm. Run an infinite loop instead of calling
5739 wait_threads.
5740 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5741 comment.
5742 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5743 Delete function.
5744 (main): Add alarm. Run an infinite loop instead of calling
5745 wait_threads.
5746 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5747 comment.
5748
5749 2015-08-07 Pedro Alves <palves@redhat.com>
5750
5751 * gdb.base/checkpoint-ns.exp: New file.
5752 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5753 standard_testfile.
5754
5755 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5756
5757 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5758 * gdb.btrace/instruction_history.exp: Update.
5759 * gdb.btrace/tsx.exp: New.
5760 * gdb.btrace/tsx.c: New.
5761
5762 2015-08-06 Pedro Alves <palves@redhat.com>
5763
5764 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5765 increase timeout.
5766 * gdb.reverse/until-precsave.exp: Bump timeouts.
5767
5768 2015-08-06 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5771
5772 2015-08-06 Pedro Alves <palves@redhat.com>
5773
5774 PR gdb/18749
5775 * gdb.threads/process-dies-while-handling-bp.c: New file.
5776 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5777
5778 2015-08-06 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5781 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5782
5783 2015-08-05 Pedro Alves <palves@redhat.com>
5784
5785 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5786 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5787
5788 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5789
5790 * gdb.base/bp-permanent.exp: Report test as unsupported if
5791 the target cannot stop at the permanent breakpoint.
5792
5793 2015-08-03 Doug Evans <dje@google.com>
5794
5795 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5796 10000.
5797
5798 2015-08-03 Doug Evans <dje@google.com>
5799
5800 * Makefile.in (workers/%.worker, build-perf): New rule.
5801 (GDB_PERFTEST_MODE): New variable.
5802 (check-perf): Use it.
5803 (clean): Clean up gdb.perf parallel build subdirs.
5804 * lib/build-piece.exp: New file.
5805 * lib/gdb.exp (make_gdb_parallel_path): New function
5806 (standard_output_file, standard_temp_file): Call it.
5807 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5808 of $GDB_PARALLEL.
5809 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5810
5811 2015-08-03 Doug Evans <dje@google.com>
5812
5813 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5814 (LOG_FILE_NAME): New global.
5815 (TextReporter.__init__): Initialize self.txt_sum.
5816 (TextReporter.report): Add support for multiple data-points.
5817 Move report to perftest.sum, put raw data in perftest.log.
5818 (TextReporter.start): Open sum and log files.
5819 (TextReporter.end): Close sum and log files.
5820 * gdb.perf/lib/perftest/testresult.py
5821 (SingleStatisticTestResult.record): Handle multiple data-points.
5822
5823 2015-07-31 Pedro Alves <palves@redhat.com>
5824
5825 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5826 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5827 kill_wait_spawned_process instead of explicit "kill -9".
5828 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5829 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5830 kill_wait_spawned_process.
5831 * gdb.base/attach-twice.exp: Likewise.
5832 * gdb.base/attach.exp: Likewise.
5833 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5834 gdb_test_multiple.
5835 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5836 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5837 kill_wait_spawned_process.
5838 * gdb.base/valgrind-infcall.exp: Likewise.
5839 * gdb.multi/multi-attach.exp: Likewise.
5840 * gdb.python/py-prompt.exp: Likewise.
5841 * gdb.python/py-sync-interp.exp: Likewise.
5842 * gdb.server/ext-attach.exp: Likewise.
5843 * gdb.threads/attach-into-signal.exp (corefunc): Use
5844 spawn_wait_for_attach, spawn_id_get_pid and
5845 kill_wait_spawned_process.
5846 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5847 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5848 spawn_id_get_pid and kill_wait_spawned_process.
5849 * gdb.threads/attach-stopped.exp (corefunc): Use
5850 spawn_wait_for_attach, spawn_id_get_pid and
5851 kill_wait_spawned_process.
5852 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5853 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5854 kill_wait_spawned_process instead of explicit "kill -9".
5855 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5856 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5857 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5858 processes. Don't map cygwin/windows pids here. Now returns a
5859 spawn id list.
5860
5861 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5862
5863 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5864 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5865 correct patch.
5866
5867 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5868
5869 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5870
5871 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5872
5873 Reapply:
5874 2014-05-21 Mark Wielaard <mjw@redhat.com>
5875
5876 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5877
5878 2015-07-30 Pedro Alves <palves@redhat.com>
5879
5880 * linux-low.c (handle_extended_wait): Set the child's last
5881 reported status to TARGET_WAITKIND_STOPPED.
5882
5883 2015-07-30 Pedro Alves <palves@redhat.com>
5884
5885 PR threads/18600
5886 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5887 only shows inferior 1.
5888
5889 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5890 Pedro Alves <palves@redhat.com>
5891
5892 PR threads/18600
5893 * gdb.threads/fork-plus-threads.c: New file.
5894 * gdb.threads/fork-plus-threads.exp: New file.
5895
5896 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5897
5898 * gdb.base/batch-preserve-term-settings.exp
5899 (test_terminal_settings_preserved_after_cli_exit): Use
5900 send_quit_command.
5901
5902 2015-07-29 Pedro Alves <palves@redhat.com>
5903 Don Breazeal <donb@codesourcery.com>
5904
5905 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5906 output from both inferior_spawn_id and gdb_spawn_id.
5907
5908 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5909
5910 * gdb.threads/attach-into-signal.exp (corefunc): Use
5911 with_test_prefix on nested loops, uniquefying the test messages.
5912
5913 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5914
5915 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5916 commit.
5917
5918 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5919
5920 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5921 New proc.
5922 (test_terminal_settings_preserved_after_sigterm): New test.
5923
5924 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5925
5926 * gdb.base/batch-preserve-term-settings.exp
5927 (test_terminal_settings_preserved_after_cli_exit): New test.
5928
5929 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5930
5931 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5932 manipulation of saved_gdbflags.
5933 (test_terminal_settings_preserved): Remove global declaration of
5934 the unused variable pagination_prompt. Remove manipulation of
5935 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5936 GDBFLAGS.
5937
5938 2015-07-29 Pedro Alves <palves@redhat.com>
5939
5940 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5941
5942 2015-07-29 Pedro Alves <palves@redhat.com>
5943
5944 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5945 at the top.
5946
5947 2015-07-29 Pedro Alves <palves@redhat.com>
5948
5949 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5950 (main): Call gdb_unbuffer_output.
5951 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5952 (main): Call gdb_unbuffer_output.
5953 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5954 (main): Call gdb_unbuffer_output.
5955 * gdb.base/call-strs.exp: Adjust to step over the
5956 gdb_unbuffer_output call.
5957 * gdb.base/catch-gdb-caused-signals.c: Include
5958 "../lib/unbuffer_output.c".
5959 (main): Call gdb_unbuffer_output.
5960 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5961 (main): Call gdb_unbuffer_output.
5962 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5963 (main): Call gdb_unbuffer_output.
5964 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5965 (main): Call gdb_unbuffer_output.
5966 * gdb.base/shlib-call.exp: Adjust to step over the
5967 gdb_unbuffer_output call.
5968 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5969 (main): Call gdb_unbuffer_output.
5970 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5971 (main): Call gdb_unbuffer_output.
5972 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5973 (main): Rename to ...
5974 (test): ... this.
5975 (main): Reimplement.
5976 * gdb.base/varargs.exp: Run to test instead of to main.
5977 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5978 (main): Call gdb_unbuffer_output.
5979
5980 2015-07-29 Pedro Alves <palves@redhat.com>
5981
5982 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5983 factore out from mi_continue_dprintf. For call-style dprintfs,
5984 expect dprintf output out of $inferior_spawn_id.
5985 (mi_continue_dprintf): Use mi_expect_dprintf.
5986 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5987 (main): Call gdb_unbuffer_output.
5988
5989 2015-07-29 Pedro Alves <palves@redhat.com>
5990
5991 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5992 (default_mi_gdb_start): Set inferior_spawn_id instead of
5993 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5994 gdb_spawn_id.
5995 (mi_gdb_test): Always expect inferior output from both
5996 $inferior_spawn_id and $gdb_spawn_id.
5997
5998 2015-07-29 Pedro Alves <palves@redhat.com>
5999
6000 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6001 send_inferior and $inferior_spawn_id.
6002
6003 2015-07-29 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.gdb/complaints.exp (test_initial_complaints)
6006 (test_serial_complaints, test_short_complaints): Use
6007 gdb_test_stdio.
6008 (test_empty_complaint): Handle $inferior_spawn_id !=
6009 $gdb_spawn_id.
6010
6011 2015-07-29 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.base/varargs.exp: Use gdb_test_stdio.
6014
6015 2015-07-29 Pedro Alves <palves@redhat.com>
6016
6017 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6018
6019 2015-07-29 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6022
6023 2015-07-29 Pedro Alves <palves@redhat.com>
6024
6025 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6026 parameter into two new parameters, "inf_result" and "gdb_result".
6027 Expect inferior output and gdb output from $inferior_spawn_id and
6028 $gdb_spawn_id, respectively. Adjust all callers.
6029
6030 2015-07-29 Pedro Alves <palves@redhat.com>
6031
6032 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6033 of gdb_test_sequence.
6034
6035 2015-07-29 Pedro Alves <palves@redhat.com>
6036
6037 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6038 (saw_spurious_output): Expect inferior output from
6039 $inferior_spawn_id. Use gdb_test_stdio.
6040
6041 2015-07-29 Pedro Alves <palves@redhat.com>
6042
6043 * gdb.base/dprintf.exp: Use standard_testfile. Change
6044 prepare_for_testing call.
6045 (srcfile): Don't set.
6046 (restart): New procedure.
6047 (test_dprintf): New procecure, use to continue over dprintfs.
6048 (test_call, test_agent): New procedures, tests moved here.
6049 Restart gdb and recreate dprintfs. Adjust expected output.
6050
6051 2015-07-29 Pedro Alves <palves@redhat.com>
6052
6053 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6054
6055 2015-07-29 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6058
6059 2015-07-29 Pedro Alves <palves@redhat.com>
6060
6061 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6062 gdb_test_stdio.
6063
6064 2015-07-29 Pedro Alves <palves@redhat.com>
6065
6066 * lib/gdb.exp (gdb_test_stdio): New procedure.
6067
6068 2015-07-29 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6071
6072 2015-07-29 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.base/call-signal-resume.exp: Remove check for
6075 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6076 * gdb.base/unwindonsignal.exp: Likewise.
6077 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6078 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6079
6080 2015-07-29 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.base/siginfo-addr.c (pass): New function.
6083 (handler): Call it iff si_addr is correct.
6084 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6085 Set a breakpoint at "pass" and continue to it.
6086
6087 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6088
6089 * gdb.python/py-objfile.exp: Make some tests have unique names.
6090 * gdb.python/py-pp-registration.exp: Likewise.
6091
6092 2015-07-28 Pedro Alves <palves@redhat.com>
6093
6094 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6095
6096 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6097
6098 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6099
6100 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6101
6102 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6103
6104 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6105
6106 * gdb.base/gdb-sigterm-2.exp: New test.
6107
6108 2015-07-25 Doug Evans <xdje42@gmail.com>
6109
6110 Revert:
6111 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6112 (workers/%.worker, build-perf): New rule.
6113 (GDB_PERFTEST_MODE): New variable.
6114 (check-perf): Use it.
6115 (clean): Clean up gdb.perf parallel build subdirs.
6116 * lib/build-piece.exp: New file.
6117 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6118 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6119 name.
6120 (standard_temp_file): Ditto.
6121 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6122 of $GDB_PARALLEL.
6123
6124 2015-07-24 Doug Evans <dje@google.com>
6125
6126 * gdb.perf/lib/perftest/utils.py: New file.
6127 * gdb.perf/gm-hello.cc: New file.
6128 * gdb.perf/gm-pervasive-typedef.cc: New file.
6129 * gdb.perf/gm-pervasive-typedef.h: New file.
6130 * gdb.perf/gm-std.cc: New file.
6131 * gdb.perf/gm-std.h: New file.
6132 * gdb.perf/gm-use-cerr.cc: New file.
6133 * gdb.perf/gm-utils.h: New file.
6134 * gdb.perf/gmonster-null-lookup.py: New file.
6135 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6136 * gdb.perf/gmonster-print-cerr.py: New file.
6137 * gdb.perf/gmonster-ptype-string.py: New file.
6138 * gdb.perf/gmonster-runto-main.py: New file.
6139 * gdb.perf/gmonster-select-file.py: New file.
6140 * gdb.perf/gmonster1-null-lookup.exp: New file.
6141 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6142 * gdb.perf/gmonster1-print-cerr.exp: New file.
6143 * gdb.perf/gmonster1-ptype-string.exp: New file.
6144 * gdb.perf/gmonster1-runto-main.exp: New file.
6145 * gdb.perf/gmonster1-select-file.exp: New file.
6146 * gdb.perf/gmonster1.cc: New file.
6147 * gdb.perf/gmonster1.exp: New file.
6148 * gdb.perf/gmonster2-null-lookup.exp: New file.
6149 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6150 * gdb.perf/gmonster2-print-cerr.exp: New file.
6151 * gdb.perf/gmonster2-ptype-string.exp: New file.
6152 * gdb.perf/gmonster2-runto-main.exp: New file.
6153 * gdb.perf/gmonster2-select-file.exp: New file.
6154 * gdb.perf/gmonster2.cc: New file.
6155 * gdb.perf/gmonster2.exp: New file.
6156
6157 2015-07-24 Doug Evans <dje@google.com>
6158
6159 * gdb.perf/README: New file.
6160 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6161 * lib/gen-perf-test.exp: New file.
6162
6163 2015-07-24 Doug Evans <dje@google.com>
6164
6165 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6166 (PerfTest::startup): New function.
6167 (PerfTest::run): Return result of calling body.
6168 (PerfTest::assemble): Rewrite.
6169 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6170 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6171 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6172 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6173 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6174
6175 2015-07-24 Doug Evans <dje@google.com>
6176
6177 * lib/gdb.exp (clean_restart): Make executable optional.
6178
6179 2015-07-24 Doug Evans <dje@google.com>
6180
6181 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6182 compiler_info references.
6183 * gdb.cp/temargs.exp: Ditto.
6184 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6185 (get_compiler_info): Early exit if already computed. Set compiler_info
6186 to "unknown" if there was a problem.
6187 (test_compiler_info): Add function comment. Call get_compiler_info.
6188
6189 2015-07-24 Doug Evans <dje@google.com>
6190
6191 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6192 (workers/%.worker, build-perf): New rule.
6193 (GDB_PERFTEST_MODE): New variable.
6194 (check-perf): Use it.
6195 (clean): Clean up gdb.perf parallel build subdirs.
6196 * lib/build-piece.exp: New file.
6197 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6198 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6199 name.
6200 (standard_temp_file): Ditto.
6201 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6202 of $GDB_PARALLEL.
6203
6204 2015-07-24 Doug Evans <dje@google.com>
6205
6206 * lib/future.exp (gdb_default_target_compile): New option
6207 "early_flags".
6208 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6209 --as-needed.
6210
6211 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6212
6213 * gdb.base/catch-syscall.exp: Call gdb_exit before
6214 gdb_skip_xml_test.
6215
6216 2015-07-24 Pedro Alves <palves@redhat.com>
6217
6218 * gdb.python/py-events.exp: Accept output between the stop event
6219 and the prompt.
6220 * gdb.python/py-evsignal.exp: Likewise.
6221 * gdb.python/py-evthreads.exp: Likewise.
6222
6223 2015-07-24 Pedro Alves <palves@redhat.com>
6224
6225 PR gdb/18717
6226 * gdb.threads/non-ldr-exit.c: New file.
6227 * gdb.threads/non-ldr-exit.exp: New file.
6228
6229 2015-07-24 Yao Qi <yao.qi@linaro.org>
6230
6231 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6232 restarting process.
6233
6234 2015-07-24 Yao Qi <yao.qi@linaro.org>
6235
6236 * gdb.server/ext-restart.exp: New file.
6237
6238 2015-07-24 Yao Qi <yao.qi@linaro.org>
6239
6240 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6241 argument options.
6242 * gdb.server/ext-wrapper.exp: New file.
6243
6244 2015-07-23 Doug Evans <dje@google.com>
6245
6246 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6247 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6248
6249 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6250
6251 * gdb.ada/var_arr_typedef.exp: New testcase.
6252 * gdb.ada/var_arr_typedef/pack.adb: New file.
6253 * gdb.ada/var_arr_typedef/pack.ads: New file.
6254 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6255
6256 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6257
6258 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6259
6260 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6261
6262 * gdb.arch/i386-biarch-core.exp: Replace istarget
6263 by "complete set gnutarget". Remove expectation for the "core-file"
6264 command.
6265
6266 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6267
6268 Revert the previous commit:
6269 Tests for validate symbol file using build-id.
6270
6271 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6272
6273 Tests for validate symbol file using build-id.
6274 * gdb.base/solib-mismatch-lib.c: New file.
6275 * gdb.base/solib-mismatch-libmod.c: New file.
6276 * gdb.base/solib-mismatch.c: New file.
6277 * gdb.base/solib-mismatch.exp: New file.
6278
6279 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6280
6281 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6282 nios2-*-linux*.
6283 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6284 * gdb.base/siginfo.exp: Likewise.
6285 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6286
6287 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6288
6289 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6290 Move it to ...
6291 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6292 ... here.
6293 * gdb.trace/range-stepping.exp: Check that the target supports
6294 range stepping.
6295
6296 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6297
6298 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6299
6300 2015-07-14 Pedro Alves <palves@redhat.com>
6301
6302 * gdb.base/killed-outside.exp: New file.
6303 * gdb.base/killed-outside.c: New file.
6304
6305 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6306
6307 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6308 (n at main): New.
6309 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6310
6311 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6312
6313 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6314 infcall tests instead of setting up for KFAIL.
6315
6316 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6317
6318 * gdb.btrace/record_goto-step.exp: New.
6319
6320 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6321
6322 PR compile/18484
6323 * gdb.compile/compile.c (struct struct_type): Add volatile to
6324 selffield's type.
6325 * gdb.compile/compile.exp
6326 (compile code struct_object.selffield = &struct_object): Skip further
6327 struct_object tests if this one xfails.
6328
6329 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6330
6331 PR exp/18617
6332 * gdb.trace/ax.exp: Add test.
6333
6334 2015-07-07 Yao Qi <yao.qi@linaro.org>
6335
6336 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6337 instead of istarget "aarch64*-*-*".
6338 * gdb.arch/aarch64-fp.exp: Likewise.
6339 * gdb.base/float.exp: Likewise.
6340 * gdb.reverse/aarch64.exp: Likewise.
6341 * lib/gdb.exp (is_aarch64_target): New proc.
6342
6343 2015-07-07 Yao Qi <yao.qi@linaro.org>
6344
6345 * lib/gdb.exp (is_aarch32_target): New proc.
6346 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6347 instead of "istarget "arm*-*-*"".
6348 * gdb.arch/arm-disp-step.exp: Likewise.
6349 * gdb.arch/thumb-bx-pc.exp: Likewise.
6350 * gdb.arch/thumb-prologue.exp: Likewise.
6351 * gdb.arch/thumb-singlestep.exp: Likewise.
6352 * gdb.base/disp-step-syscall.exp: Likewise.
6353 * gdb.base/float.exp: Likewise.
6354
6355 2015-07-07 Yao Qi <yao.qi@linaro.org>
6356
6357 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6358 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6359
6360 2015-07-07 Yao Qi <yao.qi@linaro.org>
6361
6362 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6363 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6364 if it exists.
6365 * gdb.multi/multi-arch.exp: Likewise.
6366
6367 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6368
6369 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6370 print.
6371
6372 2015-07-07 Yao Qi <yao.qi@linaro.org>
6373
6374 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6375
6376 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6377
6378 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6379 '[' and ']' characters.
6380
6381 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6382
6383 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6384
6385 2015-06-29 Pedro Alves <palves@redhat.com>
6386
6387 PR threads/18127
6388 * gdb.threads/hand-call-new-thread.c: New file.
6389 * gdb.threads/hand-call-new-thread.c: New file.
6390
6391 2015-06-26 Keith Seitz <keiths@redhat.com>
6392 Doug Evans <dje@google.com>
6393
6394 PR 16253
6395 * gdb.cp/var-tag-2.cc: New file.
6396 * gdb.cp/var-tag-3.cc: New file.
6397 * gdb.cp/var-tag-4.cc: New file.
6398 * gdb.cp/var-tag.cc: New file.
6399 * gdb.cp/var-tag.exp: New file.
6400
6401 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6402
6403 * gdb.base/history-duplicates.exp: New test.
6404
6405 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6406
6407 * gdb.base/completion.exp: Test the completion of the "focus"
6408 command.
6409
6410 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6411
6412 * gdb.arch/amd64-prologue-skip.S: New file.
6413 * gdb.arch/amd64-prologue-skip.exp: New file.
6414
6415 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6416
6417 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6418 is_address_zero_readable check.
6419
6420 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6421
6422 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6423 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6424
6425 2015-06-24 Yao Qi <yao.qi@linaro.org>
6426
6427 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6428 linux targets.
6429
6430 2015-06-24 Yao Qi <yao.qi@linaro.org>
6431
6432 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6433 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6434 * gdb.base/siginfo-thread.exp: Likewise.
6435
6436 2015-06-22 Yao Qi <yao.qi@linaro.org>
6437
6438 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6439
6440 2015-06-22 Yao Qi <yao.qi@linaro.org>
6441
6442 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6443 aarch64*-*-*.
6444 (skip_hw_watchpoint_tests): Likewise.
6445
6446 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6447
6448 * gdb.base/gdbinit-history.exp: Test the interaction between
6449 setting GDBHISTSIZE and setting the history size via .gdbinit.
6450
6451 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6452
6453 PR gdb/16999
6454 * gdb.base/gdbhistsize-history.exp: New test.
6455
6456 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6457
6458 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6459 with GDBHISTSIZE.
6460 * gdb.base/readline.exp: Likewise.
6461
6462 2015-06-17 Yao Qi <yao.qi@linaro.org>
6463
6464 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6465 line.
6466
6467 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6468
6469 * gdb.base/gdbinit-history.exp: Add test case to check that
6470 an unlimited history file does not get truncated on exit.
6471
6472 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6473
6474 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6475 (VECTOR): New macro. Use it...
6476 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6477 ...for these typedefs.
6478 (int8, char1, int1, double1): New typedefs.
6479 (struct just_int2, struct two_int2): New structures.
6480 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6481 (add_structvecs, add_singlevecs): New functions.
6482 (main): Call add_some_intvecs twice.
6483 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6484 the compile and exit upon failure. Try compiling for the "native"
6485 architecture. Test inferior function calls with vector arguments
6486 and vector return value handling with "finish" and "return".
6487
6488 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6489
6490 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6491 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6492 PE file.
6493 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6494
6495 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6496
6497 PR breakpoints/16465
6498 * gdb.mi/mi-dprintf-pending.c: New file.
6499 * gdb.mi/mi-dprintf-pending.exp: New test.
6500 * gdb.mi/mi-dprintf-pendshr.c: New file.
6501
6502 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6503 Mircea Gherzan <mircea.gherzan@intel.com>
6504
6505 * gdb.arch/i386-mpx-map.c: New file.
6506 * gdb.arch/i386-mpx-map.exp: New File.
6507
6508 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6509
6510 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6511 * gdb.arch/i386-mpx.exp: Indentation fixed.
6512
6513 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6514
6515 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6516 function and improved indentation.
6517 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6518 gdb_test_multiple. Added additional tests to skip the test.
6519
6520 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6521
6522 * gdb.arch/i386-avx512.c: Change path in include file.
6523 * gdb.arch/i386-avx512.exp: Change include dir path
6524 compilation flag.
6525 * gdb.arch/i386-mpx.c: Change path in include file.
6526 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6527 flag.
6528
6529 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6530
6531 * gdb.compile/compile-print.exp (compile print *vararray@3)
6532 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6533
6534 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6535
6536 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6537 (do not keep jit in memory): ... this.
6538 (expect 5): Change it to ...
6539 (expect no 5): ... this.
6540
6541 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6542
6543 PR gdb/15564
6544 * gdb.mi/mi-detach.exp: New file.
6545
6546 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6547
6548 PR symtab/18392
6549 * gdb.arch/amd64-tailcall-self.S: New file.
6550 * gdb.arch/amd64-tailcall-self.c: New file.
6551 * gdb.arch/amd64-tailcall-self.exp: New file.
6552
6553 2015-05-28 Don Breazeal <donb@codesourcery.com>
6554
6555 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6556 tests for remote targets by checking is_target_gdbserver.
6557
6558 2015-05-27 Doug Evans <dje@google.com>
6559
6560 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6561 * gdb.dwarf2/opaque-type-lookup.c: New file.
6562 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6563
6564 2015-05-26 Doug Evans <dje@google.com>
6565
6566 * gdb.cp/iostream.cc: New file.
6567 * gdb.cp/iostream.exp: New file.
6568
6569 2015-05-26 Doug Evans <dje@google.com>
6570
6571 * gdb.dwarf2/dw2-op-call.exp: Update.
6572 * gdb.dwarf2/dw4-sig-types.exp: Update.
6573 * gdb.dwarf2/implptr.exp: Update.
6574 * gdb.mi/mi-cmd-param-changed.exp: Update.
6575
6576 2015-05-26 Doug Evans <dje@google.com>
6577
6578 * gdb.python/py-lazy-string.c: New file.
6579 * gdb.python/py-lazy-string.exp: New file.
6580 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6581 (main): Update. Add estring3.
6582 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6583 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6584
6585 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6586 Yao Qi <yao.qi@linaro.org>
6587
6588 * gdb.reverse/aarch64.c: New.
6589 * gdb.reverse/aarch64.exp: New.
6590
6591 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6592
6593 * lib/gdb.exp (supports_process_record): Return true for
6594 aarch64*-linux*.
6595 (supports_reverse): Likewise.
6596
6597 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6598
6599 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6600 Use with_test_prefix.
6601
6602 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6603
6604 * gdb.base/completion.exp: Add test for completion of layout
6605 names.
6606
6607 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6608
6609 * lib/gdb.exp (skip_tui_tests): New proc.
6610 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6611
6612 2015-05-19 Pedro Alves <palves@redhat.com>
6613
6614 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6615 Save the whole env array instead of just HOME. Unset HISTSIZE in
6616 the environment while testing. Restore whole environment
6617 afterwards.
6618
6619 2015-05-16 Doug Evans <xdje42@gmail.com>
6620
6621 * gdb.guile/scm-ports.c: New file.
6622 * gdb.guile/scm-ports.exp: Add memory port tests.
6623
6624 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6625
6626 * gdb.compile/compile-print.c: New file.
6627 * gdb.compile/compile-print.exp: New file.
6628
6629 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6630
6631 * gdb.compile/compile-ops.exp: Cast param to void.
6632 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6633 (compile code struct_object.selffield = &struct_object): Add xfail.
6634
6635 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6636
6637 * gdb.ada/arr_enum_with_gap: New testcase.
6638
6639 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6640
6641 * gdb.ada/byte_packed_arr: New testcase.
6642
6643 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6644
6645 * gdb.ada/pckd_neg: New testcase.
6646
6647 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6648
6649 PR gdb/17820
6650 * gdb.base/gdbinit-history.exp: New test.
6651 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6652 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6653
6654 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6655
6656 * gdb.python/py-xmethods.cc: Enhance test case.
6657 * gdb.python/py-xmethods.exp: New tests.
6658 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6659 function.
6660 (B_indexoper): Likewise.
6661 (global_dm_list) : Add new xmethod worker functions.
6662
6663 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6664
6665 * gdb.base/coredump-filter.exp: Correctly unset
6666 "coredump_var_addr" array.
6667
6668 2015-05-08 Pedro Alves <palves@redhat.com>
6669
6670 * gdb.server/non-existing-program.exp: Unset spawn_id.
6671
6672 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6673
6674 PR python/18291
6675 * gdb.python/py-xmethods.exp: Add tests.
6676
6677 2015-05-08 Yao Qi <yao.qi@linaro.org>
6678
6679 PR gdb/18208
6680 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6681 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6682 function set_coredump_filter, and remove remote_exec call.
6683 Remove argument ipid. Callers update.
6684 (top level): Don't get inferior's PID.
6685
6686 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6687
6688 * gdb.base/watch_thread_num.exp: Skip test on targets without
6689 access watchpoints.
6690
6691 2015-05-06 Pedro Alves <palves@redhat.com>
6692
6693 PR server/18081
6694 * gdb.server/non-existing-program.exp: New file.
6695
6696 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6697
6698 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6699
6700 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6701
6702 * gdb.ada/out_of_line_in_inlined: New testcase.
6703
6704 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6705
6706 * gdb.ada/var_rec_arr: New testcase.
6707
6708 2015-04-30 Yao Qi <yao.qi@linaro.org>
6709
6710 * gdb.base/break-idempotent.exp: If
6711 skip_hw_watchpoint_multi_tests returns true, skip the tests
6712 on "rwatch" and "awatch".
6713
6714 2015-04-30 Yao Qi <yao.qi@linaro.org>
6715
6716 * gdb.base/relativedebug.exp: Invoke gdb command
6717 "info sharedlibrary", and if libc.so doesn't have debug info,
6718 skip the test.
6719
6720 2015-04-29 Doug Evans <dje@google.com>
6721
6722 * gdb.python/py-xmethods.exp: Add ptype tests.
6723 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6724 get_result_type method.
6725
6726 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6727
6728 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6729 the target does not support hardware watchpoints.
6730
6731 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6732
6733 * gdb.base/break-always.exp: Abort testing if writing to memory
6734 causes an error.
6735
6736 2015-04-28 Doug Evans <dje@google.com>
6737
6738 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6739 * gdb.python/py-pp-registration.exp: ... here. New file.
6740 * gdb.python/py-pp-registration.c: New file.
6741 * gdb.python/py-pp-registration.py: New file.
6742
6743 2015-04-28 Doug Evans <dje@google.com>
6744
6745 * gdb.python/py-bad-printers.c: New file.
6746 * gdb.python/py-bad-printers.py: New file.
6747 * gdb.python/py-bad-printers.exp: New file.
6748
6749 2015-04-28 Sasha Smundak <asmundak@google.com>
6750
6751 * gdb.python/py-type.exp: New test.
6752
6753 2015-04-28 Andy Wingo <wingo@igalia.com>
6754
6755 * gdb.python/py-parameter.exp:
6756 * gdb.guile/scm-parameter.exp: Escape the path that we are
6757 matching against, as it might contain characters that are special
6758 to regular expressions.
6759
6760 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6761
6762 * gdb.ada/rec_comp: New testcase.
6763
6764 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6765
6766 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6767 before using it.
6768
6769 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6770
6771 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6772 new tests for verilog output.
6773
6774 2015-04-24 Yao Qi <yao.qi@linaro.org>
6775
6776 * boards/remote-gdbserver-on-localhost.exp: New file.
6777
6778 2015-04-23 Pedro Alves <palves@redhat.com>
6779
6780 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6781 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6782 "end of file", remove $inferior_spawn_id from the indirect list.
6783
6784 2015-04-23 Pedro Alves <palves@redhat.com>
6785
6786 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6787
6788 2015-04-23 Pedro Alves <palves@redhat.com>
6789
6790 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6791 on $any_spawn_id instead of only on $gdb_spawn_id.
6792
6793 2015-04-21 Pierre Muller <muller@sourceware.org>
6794
6795 PR pascal/17815
6796 * lib/pascal.exp (gpc_compile): Add new option "class".
6797 (fpc_compile): Likewise.
6798 * gdb.pascal/case-insensitive-symbols.pas: New file.
6799 * gdb.pascal/case-insensitive-symbols.exp: New file.
6800
6801 2015-04-20 Gary Benson <gbenson@redhat.com>
6802
6803 * gdb.base/attach.exp: Fix three extended remote failures.
6804
6805 2015-04-17 Gary Benson <gbenson@redhat.com>
6806
6807 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6808 the main executable over the remote protocol.
6809
6810 2015-04-16 Pedro Alves <palves@redhat.com>
6811
6812 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6813 a new gdbserver if gdbserver_reconnect_p is set.
6814
6815 2015-04-16 Pedro Alves <palves@redhat.com>
6816
6817 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6818 is set, don't exit gdbserver.
6819
6820 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6821
6822 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6823 appropriate .insn, such that an older assembler can be used.
6824 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6825 the z/Architecture instruction set on 31-bit targets as well.
6826
6827 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6828
6829 * gdb.go/handcall.exp: Remove all logic related to the first
6830 breakpoint and rely on go_runto_main instead.
6831 * gdb.go/strings.exp: Likewise.
6832 * gdb.go/unsafe.exp: Likewise.
6833 * gdb.go/hello.exp: Likewise. Also rename the remaining
6834 breakpoint marker to "breakpoint 1".
6835 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6836 * gdb.go/strings.go: Likewise.
6837 * gdb.go/unsafe.go: Likewise.
6838 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6839 "set breakpoint 2 here" and rename the remaining breakpoint marker
6840 to "breakpoint 1".
6841
6842 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6843
6844 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6845 if itertools.imap is not present.
6846 * gdb.python/py-objfile.exp: Add parentheses.
6847 * gdb.python/py-type.exp: Same.
6848 * gdb.python/py-unwind-maint.py: Same.
6849
6850 2015-04-15 Yao Qi <yao.qi@linaro.org>
6851
6852 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6853 of ":$ptr_size" and set its form explicitly.
6854
6855 2015-04-15 Pedro Alves <palves@redhat.com>
6856 Yao Qi <yao.qi@linaro.org>
6857
6858 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6859 timeout by factor of 4.
6860 (test_regular_watch): Likewise.
6861 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6862 * gdb.reverse/sigall-reverse.exp: Likewise.
6863 * gdb.reverse/until-precsave.exp: Likewise.
6864 * lib/gdb.exp (with_timeout_factor): New proc.
6865 (gdb_expect): Move some code to ...
6866 (get_largest_timeout): ... here. New procedure.
6867
6868 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6869
6870 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6871
6872 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6873
6874 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6875 to write to the .text section.
6876
6877 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6878
6879 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6880 Handle the case of targets that do not provide PID information.
6881
6882 2015-04-13 Yao Qi <yao.qi@linaro.org>
6883
6884 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6885 and use expect instead of gdb_expect.
6886
6887 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6888
6889 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6890 "coredump_var_addr" to avoid naming conflict with other testcases.
6891
6892 2015-04-10 Pedro Alves <palves@redhat.com>
6893
6894 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6895 gdb_test_sequence and gdb_assert.
6896
6897 2015-04-10 Pedro Alves <palves@redhat.com>
6898
6899 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6900 test messages that don't include the breakpoint address.
6901
6902 2015-04-10 Yao Qi <yao.qi@linaro.org>
6903
6904 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6905 false for some offset and width combinations which aren't
6906 supported by linux kernel.
6907
6908 2015-04-10 Pedro Alves <palves@redhat.com>
6909
6910 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6911 procedure, factored out from ...
6912 (top level): ... here. Add "set displaced-stepping" testing axis.
6913 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6914 parameter "displaced". Use it.
6915 (top level): Use foreach and add "set displaced-stepping" testing
6916 axis.
6917
6918 2015-04-10 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6921 Remove comment.
6922 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6923 both the address of the instruction that triggers the watchpoint
6924 and the address of the instruction immediately after, and use
6925 those addresses for the test. Fix comment.
6926
6927 2015-04-10 Pedro Alves <palves@redhat.com>
6928
6929 * gdb.base/sigstep.exp (breakpoint_to_handler)
6930 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6931 Test "backtrace" in handler.
6932 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6933 (top level): Add new "displaced" test axis to
6934 breakpoint_to_handler, breakpoint_to_handler_entry and
6935 breakpoint_over_handler.
6936
6937 2015-04-10 Pedro Alves <palves@redhat.com>
6938
6939 PR gdb/18216
6940 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6941
6942 2015-04-10 Yao Qi <yao.qi@linaro.org>
6943
6944 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6945 (test_add_rn_pc): New function.
6946 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6947 (top level): Invoke test_add_rn_pc.
6948
6949 2015-04-10 Pedro Alves <palves@redhat.com>
6950
6951 PR gdb/13858
6952 * gdb.base/step-over-no-symbols.exp: New file.
6953
6954 2015-04-09 Andy Wingo <wingo@igalia.com>
6955
6956 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6957 after the Python tests.
6958
6959 2015-04-08 Keith Seitz <keiths@redhat.com>
6960
6961 PR python/16699
6962 * gdb.python/py-completion.exp: New tests for completion.
6963 * gdb.python/py-completion.py (CompleteLimit1): New class.
6964 (CompleteLimit2): Likewise.
6965 (CompleteLimit3): Likewise.
6966 (CompleteLimit4): Likewise.
6967 (CompleteLimit5): Likewise.
6968 (CompleteLimit6): Likewise.
6969 (CompleteLimit7): Likewise.
6970
6971 2015-04-08 Pedro Alves <palves@redhat.com>
6972
6973 PR gdb/18214
6974 PR gdb/18216
6975 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6976 function.
6977 (main): Install it as SIGUSR1 handler.
6978 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6979 parameter. Always use "setup" as prefix. Toggle "set
6980 displaced-stepping" off/on depending on global. Don't switch to
6981 thread 1 here.
6982 (top level): Add displaced stepping "off/on" test axis. Update
6983 "setup" calls. Wrap each subtest with with_test_prefix. Test
6984 continuing with a queued signal in each thread.
6985
6986 2015-04-08 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6989 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6990 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6991 Return early if running to main fails.
6992 * gdb.trace/while-stepping.exp: Likewise.
6993
6994 2015-04-07 Pedro Alves <palves@redhat.com>
6995
6996 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6997 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6998 interact with inferior program.
6999
7000 2015-04-07 Pedro Alves <palves@redhat.com>
7001
7002 * lib/gdb.exp (inferior_spawn_id): New global.
7003 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7004 spawn id after processing the user code.
7005 (default_gdb_start): Set inferior_spawn_id.
7006 (send_inferior): New procedure.
7007 * lib/gdbserver-support.exp (gdbserver_start): Set
7008 inferior_spawn_id.
7009 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7010
7011 2015-04-07 Pedro Alves <palves@redhat.com>
7012
7013 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7014 * lib/gdbserver-support.exp (gdbserver_start): Make
7015 $server_spawn_id global.
7016 (gdbserver_start): Don't wait for gdbserver's spawn id with
7017 expect_background.
7018 (close_gdbserver): New procedure.
7019 (gdb_exit): Rename the default version and reimplement.
7020
7021 2015-04-07 Pedro Alves <palves@redhat.com>
7022
7023 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7024 append the substituted item, not the original item.
7025
7026 2015-04-07 Pedro Alves <palves@redhat.com>
7027
7028 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7029 gdb_expect.
7030
7031 2015-04-07 Pedro Alves <palves@redhat.com>
7032
7033 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7034 output appearing once only.
7035
7036 2015-04-07 Pedro Alves <palves@redhat.com>
7037
7038 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7039 that doesn't expect anything. Return early if running to main
7040 fails.
7041
7042 2015-04-07 Yao Qi <yao.qi@linaro.org>
7043
7044 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7045 (child_function): Call alarm.
7046 (main): Move call to alarm into the loop.
7047 * gdb.threads/non-stop-fair-events.exp: Build program with
7048 -DTIMEOUT=$timeout.
7049
7050 2015-04-06 Doug Evans <xdje42@gmail.com>
7051
7052 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7053 Fix dest parameter to board_info.
7054 (fpc_compile): Ditto.
7055 (gdb_compile_pascal): Rename dest arg to destfile.
7056
7057 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7058
7059 * gdb.ada/funcall_ref.exp: New file.
7060 * gdb.ada/funcall_ref/foo.adb: New file.
7061
7062 2015-04-02 Yao Qi <yao.qi@linaro.org>
7063
7064 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7065 is remote.
7066
7067 2015-04-02 Gary Benson <gbenson@redhat.com>
7068
7069 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7070
7071 2015-04-01 Sasha Smundak <asmundak@google.com>
7072
7073 * gdb.python/py-unwind-maint.c: New file.
7074 * gdb.python/py-unwind-maint.exp: New test.
7075 * gdb.python/py-unwind-maint.py: New file.
7076 * gdb.python/py-unwind.c: New file.
7077 * gdb.python/py-unwind.exp: New test.
7078 * gdb.python/py-unwind.py: New test.
7079
7080 2015-04-01 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7083 to fail instead of non-existent $test.
7084
7085 2015-04-01 Pedro Alves <palves@redhat.com>
7086
7087 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7088 GDBFLAGS if not empty.
7089
7090 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7091
7092 * gdb.ada/complete.exp: Remove "multi_line".
7093 * gdb.ada/info_exc.exp: Remove "multi_line".
7094 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7095 * gdb.ada/ptype_field.exp: Remove "multi_line".
7096 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7097 * gdb.ada/tagged.exp: Remove "multi_line".
7098 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7099 [multi_line ...]
7100 * gdb.btrace/delta.exp: Likewise.
7101 * gdb.btrace/exception.exp: Likewise.
7102 * gdb.btrace/function_call_history.exp: Likewise.
7103 * gdb.btrace/instruction_history.exp: Likewise.
7104 * gdb.btrace/nohist.exp: Likewise.
7105 * gdb.btrace/record_goto.exp: Likewise.
7106 * gdb.btrace/segv.exp: Likewise.
7107 * gdb.btrace/stepi.exp: Likewise.
7108 * gdb.btrace/tailcall.exp: Likewise.
7109 * gdb.btrace/unknown_functions.exp: Likewise.
7110 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7111 * lib/gdb.exp: Add the "multi_line" helper.
7112
7113 2015-04-01 Pedro Alves <palves@redhat.com>
7114
7115 * gdb.threads/tid-reuse.c: New file.
7116 * gdb.threads/tid-reuse.exp: New file.
7117
7118 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7119
7120 PR corefiles/16092
7121 * gdb.base/coredump-filter.c: New file.
7122 * gdb.base/coredump-filter.exp: Likewise.
7123
7124 2015-03-27 Petr Machata <pmachata@redhat.com>
7125
7126 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7127 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7128 (Dwarf::assemble): Initialize them.
7129 (Dwarf::lines): New function.
7130
7131 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7132
7133 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7134 SYMBOL_PREFIX for x86_64-*-cygwin.
7135
7136 2015-03-26 Andy Wingo <wingo@igalia.com>
7137
7138 PR symtab/18148
7139 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7140 const_value but not a location.
7141 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7142 location defined in non-main CUs are visible.
7143
7144 2015-03-26 Yao Qi <yao.qi@linaro.org>
7145
7146 PR testsuite/18139
7147 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7148 Add a line number entry for the same line.
7149 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7150 Add a line number entry for the same line.
7151
7152 2015-03-26 Yao Qi <yao.qi@linaro.org>
7153
7154 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7155 .int 0.
7156 (func): Likewise. Add .Lfunc_1 label.
7157 Use .Lfunc_1 label.
7158 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7159 .int 0.
7160 (func): Likewise.
7161 Use .Lfunc_1 label.
7162
7163 2015-03-26 Yao Qi <yao.qi@linaro.org>
7164
7165 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7166 Call gdb_compile instead to compile each .s files without debug
7167 information.
7168
7169 2015-03-26 Yao Qi <yao.qi@linaro.org>
7170
7171 * gdb.base/savedregs.exp (process_saved_regs): Make
7172 "Saved registers:" optional in the pattern.
7173
7174 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7175
7176 * gdb.btrace/next.exp: Merged into step.exp.
7177 * gdb.btrace/finish.exp: Merged into step.exp.
7178 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7179 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7180 "record goto" and checking the exact replay position.
7181 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7182 check for "Recording format" in "info record" output.
7183 * gdb.btrace/record_goto.exp: Choose test file based on target.
7184 * gdb.btrace/x86-record_goto.S: Renamed into ...
7185 * gdb.btrace/x86_64-record_goto.S: ... this.
7186 * gdb.btrace/i686-record_goto.S: New.
7187 * gdb.btrace/x86-tailcall.S: Renamed into ...
7188 * gdb.btrace/x86_64-tailcall.S: ... this.
7189 * gdb.btrace/i686-tailcall.S: New.
7190 * gdb.btrace/x86-tailcall.c: Renamed into ...
7191 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7192 separate statements. Update test.
7193 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7194 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7195 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7196 * gdb.btrace/tailcall.exp: Choose test file based on target.
7197 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7198
7199 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7200
7201 * gdb.btrace/exception.exp: Increase BTS buffer size.
7202
7203 2015-03-24 Pedro Alves <palves@redhat.com>
7204
7205 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7206
7207 2015-03-24 Pedro Alves <palves@redhat.com>
7208
7209 * gdb.threads/schedlock.exp (test_step): No longer expect that
7210 "set scheduler-locking step" with "next" over a function call runs
7211 threads unlocked.
7212
7213 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7214
7215 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7216
7217 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7218
7219 PR breakpoints/16466
7220 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7221 * gdb.mi/mi-pending.c (thread_func): New function.
7222 (int main): Add threading support required.
7223 * gdb.mi/mi-pending.exp: Add tests for this issue.
7224 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7225 (pendfunc2): Remove stdio dependency.
7226 * gdb.mi/mi-pendshr2.c: New file.
7227
7228 2015-03-23 Keith Seitz <keiths@redhat.com>
7229
7230 * gdb.linespec/keywords.c: New file.
7231 * gdb.linespec/keywords.exp: New file.
7232
7233 2015-03-23 Keith Seitz <keiths@redhat.com>
7234
7235 PR gdb/18021
7236 * gdb.dwarf2/staticvirtual.exp: New test.
7237
7238 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7239
7240 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7241 * README: Remove HP-UX and gdb.hp.
7242 (configuration):
7243 * configure: Regenerate.
7244 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7245 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7246 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7247 gdb.hp/gdb.defects/Makefile.
7248 * gdb.hp/Makefile.in: File deleted.
7249 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7250 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7251 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7252 * gdb.hp/gdb.aCC/run.c: File deleted.
7253 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7254 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7255 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7256 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7257 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7258 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7259 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7260 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7261 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7262 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7263 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7264 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7265 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7266 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7267 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7268 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7269 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7270 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7271 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7272 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7273 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7274 * gdb.hp/gdb.compat/average.c: File deleted.
7275 * gdb.hp/gdb.compat/sum.c: File deleted.
7276 * gdb.hp/gdb.compat/xdb.c: File deleted.
7277 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7278 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7279 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7280 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7281 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7282 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7283 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7284 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7285 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7286 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7287 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7288 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7289 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7290 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7291 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7292 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7293 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7294 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7295 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7296 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7297 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7298 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7299 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7300 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7301 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7302 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7303 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7304 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7305 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7306 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7307 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7308 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7309 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7310 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7311 * gdb.hp/tools/odump: File deleted.
7312
7313 2015-03-19 Pedro Alves <palves@redhat.com>
7314
7315 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7316 (saw_thread_3): New globals.
7317 (top level): Increment them when an event for the corresponding
7318 thread is seen.
7319 (no thread starvation): New test.
7320
7321 2015-03-19 Pedro Alves <palves@redhat.com>
7322
7323 * gdb.threads/continue-pending-status.c: New file.
7324 * gdb.threads/continue-pending-status.exp: New file.
7325
7326 2015-03-18 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7329 Use gdb_is_target_remote instead of is_remote. Use
7330 gdb_test_multiple instead of gdb_expect. Exit early if
7331 gdb_test_multiple hits its internal matches. Tighten stepi tests
7332 expected output. Fail on exit with any signal, instead of just
7333 SIGILL.
7334
7335 2015-03-18 Yao Qi <yao.qi@linaro.org>
7336
7337 PR tdep/18107
7338 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7339 variable.
7340 * gdb.base/catch-syscall.exp: Don't skip it on
7341 aarch64*-*-linux* target. Remove elements in all_syscalls.
7342 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7343 target.
7344 (setup_all_syscalls): New proc.
7345
7346 2015-03-16 Yao Qi <yao.qi@linaro.org>
7347
7348 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7349 (top level): Skip tests if valid_addr_p returns false for
7350 $cmd1 or $cmd2.
7351
7352 2015-03-11 Andy Wingo <wingo@igalia.com>
7353
7354 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7355
7356 2015-03-11 Yao Qi <yao.qi@linaro.org>
7357
7358 * gdb.base/catch-syscall.exp: Fix typo in comments.
7359
7360 2015-03-11 Yao Qi <yao.qi@linaro.org>
7361
7362 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7363
7364 2015-03-09 Pedro Alves <palves@redhat.com>
7365
7366 * dg-extract-results.py: Delete.
7367
7368 2015-03-09 Pedro Alves <palves@redhat.com>
7369
7370 Merge dg-extract-results.sh from GCC upstream (r218843).
7371
7372 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7373 * dg-extract-results.sh: Use --text with grep to avoid issues with
7374 binary files. Fall back to cat -v, if that doesn't work.
7375
7376 2015-03-05 Pedro Alves <palves@redhat.com>
7377
7378 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7379
7380 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7381
7382 * lib/mi-support.exp (mi_expect_interrupt): Accept
7383 alternative event for when in all-stop mode.
7384
7385 2015-03-04 Pedro Alves <palves@redhat.com>
7386
7387 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7388
7389 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7390
7391 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7392
7393 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7394
7395 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7396 regexps for GDB's current line display, accept a hex address
7397 preceding the line number.
7398
7399 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7400
7401 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7402 the 'arch1' variable for "s390*-linux*" targets.
7403
7404 2015-03-04 Pedro Alves <palves@redhat.com>
7405
7406 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7407 (main): Pass missing retval argument to pthread_join call.
7408
7409 2015-03-02 Pedro Alves <palves@redhat.com>
7410
7411 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7412 (top level): Call do_test with non-stop as well.
7413
7414 2015-03-02 Pedro Alves <palves@redhat.com>
7415
7416 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7417 -1.
7418
7419 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7420
7421 * gdb.arch/s390-vregs.exp: New test.
7422 * gdb.arch/s390-vregs.S: New file.
7423
7424 2015-02-27 Pedro Alves <palves@redhat.com>
7425
7426 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7427 call to catch_command_errors.
7428 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7429 catch_command_errors.
7430
7431 2015-02-27 Pedro Alves <palves@redhat.com>
7432
7433 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7434 "true" for boolean result.
7435 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7436 prototype of main.
7437
7438 2015-02-27 Pedro Alves <palves@redhat.com>
7439
7440 * lib/unbuffer_output.c: New file.
7441 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7442 (main): Call gdb_unbuffer_output.
7443
7444 2015-02-27 Yao Qi <yao.qi@linaro.org>
7445
7446 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7447 target.
7448
7449 2015-02-26 Doug Evans <dje@google.com>
7450
7451 * gdb.cp/class2.cc (Dbase, D): New classes.
7452 (main): New local delta.
7453 * gdb.cp/class2.exp: Test printing delta.
7454 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7455 (dynbar): New global.
7456 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7457
7458 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7459
7460 * gdb.compile/compile-ifunc.c: New file.
7461 * gdb.compile/compile-ifunc.exp: New file.
7462
7463 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7464
7465 * gdb.base/structs.exp: Check for correct struct on finish.
7466
7467 2015-02-26 Yao Qi <yao.qi@linaro.org>
7468
7469 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7470 is zero.
7471
7472 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7473
7474 * gdb.arch/cordic.ko.bz2: New file.
7475 * gdb.arch/cordic.ko.debug.bz2: New file.
7476 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7477
7478 2015-02-25 Yao Qi <yao.qi@linaro.org>
7479
7480 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7481 aarch64*-*-* target.
7482
7483 2015-02-23 Pedro Alves <palves@redhat.com>
7484
7485 * lib/gdb.exp (delete_breakpoints): Rewrite using
7486 gdb_test_multiple.
7487
7488 2015-02-23 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.base/info-os.c: Include stdlib.h.
7491
7492 2015-02-22 Doug Evans <xdje42@gmail.com>
7493
7494 PR symtab/17855
7495 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7496 is read after symbols have been re-read.
7497 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7498 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7499
7500 2015-02-21 Doug Evans <dje@google.com>
7501
7502 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7503
7504 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7505
7506 PR corefiles/17808
7507 * gdb.arch/i386-biarch-core.core.bz2: New file.
7508 * gdb.arch/i386-biarch-core.exp: New file.
7509
7510 2015-02-21 Pedro Alves <palves@redhat.com>
7511
7512 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7513 runto_main fails.
7514
7515 2015-02-20 Pedro Alves <palves@redhat.com>
7516
7517 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7518 info probes.
7519
7520 2015-02-20 Pedro Alves <palves@redhat.com>
7521
7522 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7523
7524 2015-02-20 Pedro Alves <palves@redhat.com>
7525
7526 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7527 clean_restart before gdb_target_supports_trace.
7528
7529 2015-02-20 Pedro Alves <palves@redhat.com>
7530
7531 PR threads/18006
7532 * gdb.threads/clone-thread_db.c: New file.
7533 * gdb.threads/clone-thread_db.exp: New file.
7534
7535 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7536
7537 PR breakpoints/16812
7538 * gdb.base/catch-gdb-caused-signals.c: New file.
7539 * gdb.base/catch-gdb-caused-signals.exp: New file.
7540
7541 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7542
7543 * configure: Regenerated.
7544 * configure.ac: Use GDB_AC_TRANSFORM.
7545 * aclocal.m4: sinclude ../transform.m4.
7546
7547 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7548
7549 * lib/dtrace.exp: New file.
7550 * gdb.base/dtrace-probe.exp: Likewise.
7551 * gdb.base/dtrace-probe.d: Likewise.
7552 * gdb.base/dtrace-probe.c: Likewise.
7553 * lib/pdtrace.in: Likewise.
7554 * configure.ac: Output variables with the transformed names of
7555 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7556 * configure: Regenerated.
7557
7558 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7559
7560 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7561 expected message when trying to access $_probe_* convenience
7562 variables while not on a probe.
7563
7564 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7565
7566 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7567
7568 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7569
7570 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7571 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7572
7573 2015-02-10 Doug Evans <xdje42@gmail.com>
7574
7575 * lib/gdb.exp (gdb_load): Always return a result.
7576
7577 2015-02-10 Pedro Alves <palves@redhat.com>
7578
7579 * gdb.threads/signal-sigtrap.c: New file.
7580 * gdb.threads/signal-sigtrap.exp: New file.
7581
7582 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7583
7584 * gdb.trace/no-attach-trace.c: New file.
7585 * gdb.trace/no-attach-trace.exp: New file.
7586
7587 2015-02-09 Mark Wielaard <mjw@redhat.com>
7588
7589 * gdb.dwarf2/atomic.c: New file.
7590 * gdb.dwarf2/atomic-type.exp: Likewise.
7591
7592 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7593
7594 * gdb.btrace/buffer-size.exp: Update "info record" output.
7595 * gdb.btrace/delta.exp: Update "info record" output.
7596 * gdb.btrace/enable.exp: Update "info record" output.
7597 * gdb.btrace/finish.exp: Update "info record" output.
7598 * gdb.btrace/instruction_history.exp: Update "info record" output.
7599 * gdb.btrace/next.exp: Update "info record" output.
7600 * gdb.btrace/nexti.exp: Update "info record" output.
7601 * gdb.btrace/step.exp: Update "info record" output.
7602 * gdb.btrace/stepi.exp: Update "info record" output.
7603 * gdb.btrace/nohist.exp: Update "info record" output.
7604
7605 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7606
7607 * gdb.btrace/buffer-size: New.
7608
7609 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7610
7611 * gdb.btrace/delta.exp: Update "info record" output.
7612 * gdb.btrace/enable.exp: Update "info record" output.
7613 * gdb.btrace/finish.exp: Update "info record" output.
7614 * gdb.btrace/instruction_history.exp: Update "info record" output.
7615 * gdb.btrace/next.exp: Update "info record" output.
7616 * gdb.btrace/nexti.exp: Update "info record" output.
7617 * gdb.btrace/step.exp: Update "info record" output.
7618 * gdb.btrace/stepi.exp: Update "info record" output.
7619 * gdb.btrace/nohist.exp: Update "info record" output.
7620
7621 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7622
7623 PR gdb/15678
7624 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7625
7626 2015-02-06 Pedro Alves <palves@redhat.com>
7627
7628 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7629 macro.
7630 (seconds_left, again): New globals.
7631 (main): Wait seconds_left in a 1-second sleep loop instead of
7632 sleeping 180 seconds. If 'again' is set, reset the seconds
7633 counter.
7634 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7635 'again' in the inferior before detaching. Print the seconds left.
7636 (options): New global.
7637 (top level): Build program with -DTIMEOUT=$timeout.
7638
7639 2015-02-06 Pedro Alves <palves@redhat.com>
7640
7641 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7642 determine how many seconds to pass to 'alarm'.
7643 * gdb.base/gdb-sigterm.exp (top level): Build program with
7644 -DTIMEOUT=$timeout.
7645 (do_test): Return success/failure indication. Add more verbose
7646 logging. Don't fail if 200 single steps are seen. Instead, fail
7647 when the test times out.
7648 (passes): New global.
7649 (top level): Break the testing loop if testing fails on any
7650 iteration. Use gdb_assert.
7651
7652 2015-02-04 Don Breazeal <donb@codesourcery.com>
7653
7654 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7655 and initialize them.
7656 (ipc_cleanup): New function.
7657 (main): Don't declare shmid, semid, and msqid. Add a call to
7658 atexit so that we call ipc_cleanup on exit.
7659
7660 2015-02-04 Pedro Alves <palves@redhat.com>
7661
7662 * boards/native-extended-gdbserver.exp: Remove any target variant
7663 specifications from the board name before clearing the isremote
7664 flag from board_info.
7665
7666 2015-01-31 Doug Evans <xdje42@gmail.com>
7667
7668 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7669
7670 2015-01-31 Gary Benson <gbenson@redhat.com>
7671
7672 * gdb.base/completion.exp: Disable completion limiting for
7673 existing tests. Add new tests to check completion limiting.
7674 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7675
7676 2015-01-31 Doug Evans <xdje42@gmail.com>
7677
7678 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7679
7680 2015-01-31 Doug Evans <xdje42@gmail.com>
7681
7682 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7683 entries. Duplicate file section script entries.
7684 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7685 inlined entries. Add test for safe-path rejection.
7686 * gdb.python/py-section-script.c: Add duplicate inlined section script
7687 entries. Duplicate file section script entries.
7688 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7689 inlined entries. Add test for safe-path rejection.
7690
7691 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7692
7693 * gdb.ada/disc_arr_bound: New testcase.
7694
7695 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7696
7697 * gdb.ada/mi_var_array: New testcase.
7698
7699 2015-01-27 Doug Evans <dje@google.com>
7700
7701 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7702 Add test for objfile.filename, objfile.username after objfile
7703 has been unloaded.
7704
7705 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7706
7707 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7708 the second test to print the name attribute of value
7709 returned by the call to gdb.lookup_type, and adjust
7710 the expected output accordingly.
7711
7712 2015-01-25 Mark Wielaard <mjw@redhat.com>
7713
7714 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7715 * gdb.base/disp-step-fork.c: Include unistd.h.
7716 * gdb.base/siginfo-obj.c: Include stdio.h.
7717 * gdb.base/siginfo-thread.c: Likewise.
7718 * gdb.mi/non-stop.c: Include unistd.h.
7719 * gdb.mi/nsthrexec.c: Include stdio.h.
7720 * gdb.mi/pthreads.c: Include unistd.h.
7721 * gdb.modula2/unbounded1.c (main): Declare returns int.
7722 * gdb.reverse/consecutive-reverse.c: Likewise.
7723 * gdb.threads/create-fail.c: Include unistd.h.
7724 * gdb.threads/killed.c: Likewise.
7725 * gdb.threads/linux-dp.c: Likewise.
7726 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7727 * gdb.threads/non-ldr-exc-2.c: Likewise.
7728 * gdb.threads/non-ldr-exc-3.c: Likewise.
7729 * gdb.threads/non-ldr-exc-4.c: Likewise.
7730 * gdb.threads/pthreads.c: Include unistd.h.
7731 (main): Declare returns int.
7732 * gdb.threads/tls-main.c (foo): New declaration.
7733 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7734
7735 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7736
7737 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7738 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7739
7740 2015-01-15 Mark Wielaard <mjw@redhat.com>
7741
7742 * gdb.base/noreturn-return.c: New file.
7743 * gdb.base/noreturn-return.exp: New file.
7744 * gdb.base/noreturn-finish.c: New file.
7745 * gdb.base/noreturn-finish.exp: New file.
7746
7747 2015-01-23 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.threads/continue-pending-after-query.c: New file.
7750 * gdb.threads/continue-pending-after-query.exp: New file.
7751
7752 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7753 Simon Marchi <simon.marchi@ericsson.com>
7754
7755 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7756 * gdb.base/valgrind-db-attach.exp: Same.
7757 * gdb.base/valgrind-infcall.exp: Same.
7758 * lib/mi-support.exp (default_mi_gdb_start): Same.
7759 * lib/prompt.exp (default_prompt_gdb_start): Same.
7760 * lib/gdb.exp (default_gdb_spawn): Same.
7761 (gdb_interact): New.
7762
7763
7764 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7765
7766 * gdb.compile/compile.exp (pointer to jit function): New test.
7767
7768 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7769
7770 * lib/gdb.exp (supports_process_record): Return true for
7771 powerpc*-*-linux*.
7772 (supports_reverse): Likewise.
7773
7774 2015-01-15 Don Breazeal <donb@codesourcery.com>
7775
7776 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7777 instead of checking whether the target board is remote and
7778 use spawn_wait_for_attach instead of exec/sleep.
7779 * gdb.base/attach-twice.exp: Likewise.
7780
7781 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7782
7783 * gdb.ada/var_arr_attrs: New testcase.
7784
7785 2015-01-14 Pedro Alves <palves@redhat.com>
7786 Joel Brobecker <brobecker@adacore.com>
7787
7788 PR gdb/17525
7789 * gdb.base/bp-cmds-execution-x-script.c: New file.
7790 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7791 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7792
7793 2015-01-14 Pedro Alves <palves@redhat.com>
7794
7795 PR cli/17828
7796 * gdb.base/batch-preserve-term-settings.c: New file.
7797 * gdb.base/batch-preserve-term-settings.exp: New file.
7798
7799 2015-01-13 Doug Evans <dje@google.com>
7800
7801 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7802 binary.
7803
7804 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7805
7806 * Makefile.in (clean mostlyclean): Do not delete *.py.
7807
7808 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7809
7810 * gdb.python/py-lookup-type.exp: New file.
7811
7812 2015-01-12 Pedro Alves <palves@redhat.com>
7813
7814 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7815 restore GDBFLAGS before returning.
7816
7817 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7818
7819 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7820 is_amd64_regs_target and is_x86_like_target.
7821
7822 2015-01-11 Doug Evans <xdje42@gmail.com>
7823
7824 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7825 is given without an explicit form.
7826 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7827 attributes.
7828 * gdb.dwarf/corrupt.exp: Ditto.
7829 * gdb.dwarf2/enum-type.exp: Ditto.
7830 * gdb.trace/entry-values.exp: Ditto.
7831 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7832
7833 2015-01-11 Doug Evans <xdje42@gmail.com>
7834
7835 PR gdb/15830
7836 * gdb.base/maint.exp: Remove references to "maint demangle".
7837 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7838 Add tests for explicitly specifying language to demangle.
7839 * gdb.dlang/demangle.exp: Ditto.
7840
7841 2015-01-09 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.threads/non-stop-fair-events.c: New file.
7844 * gdb.threads/non-stop-fair-events.exp: New file.
7845
7846 2015-01-09 Pedro Alves <palves@redhat.com>
7847
7848 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7849 the global scope. Set a breakpoint after all threads are started
7850 rather than stepping over two source lines. Expect the prompt.
7851 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7852 global.
7853 (NUM): Now 15.
7854 (main): Use threads_started_barrier to wait for all threads to
7855 start. Main thread no longer calls thread_function. Exit after
7856 180 seconds.
7857 (loop): New function.
7858 (thread_function): Wait on threads_started_barrier barrier. Call
7859 'loop' at each iteration.
7860 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7861 threads have started, instead of hardcoding number of "next"
7862 steps. Use an access watchpoint instead of a write watchpoint.
7863
7864 2015-01-09 Pedro Alves <palves@redhat.com>
7865
7866 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7867 (thread_func): Wait on barrier.
7868 (main): Wait for all threads to start before stopping GDB.
7869 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7870 global.
7871 (thread1_func, thread2_func): Wait on barrier.
7872 (main): Wait for all threads to start before stopping GDB.
7873 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7874 New global.
7875 (thread1_func, thread2_func): Wait on barrier.
7876 (main): Wait for all threads to start before stopping GDB.
7877
7878 2015-01-09 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.threads/attach-many-short-lived-threads.c: New file.
7881 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7882
7883 2014-01-09 Pedro Alves <palves@redhat.com>
7884
7885 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7886 instead of to thread 2.
7887 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7888 Add barrier around each pthread_create call instead of around all
7889 calls.
7890 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7891 Set a break on thread_function and have the child threads hit it
7892 one at at a time.
7893
7894 2015-01-09 Pedro Alves <palves@redhat.com>
7895
7896 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7897 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7898 false.
7899 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7900 checking whether the target board is remote.
7901 * gdb.multi/multi-attach.exp: Likewise.
7902 * gdb.python/py-sync-interp.exp: Likewise.
7903 * gdb.server/ext-attach.exp: Likewise.
7904 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7905 tests that need to attach, instead of checking whether the target
7906 board is remote at the top of the file.
7907
7908 2015-01-08 Yao Qi <yao@codesourcery.com>
7909
7910 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7911
7912 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7913
7914 Fix testcase compilation.
7915 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7916
7917 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7918
7919 * gdb.python/py-type.exp: Add a couple test about empty
7920 array creation, and negative-length array creation.
7921
7922 2015-01-02 Doug Evans <xdje42@gmail.com>
7923
7924 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7925
7926 2015-01-02 Doug Evans <dje@google.com>
7927
7928 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7929
7930 2014-12-29 Yao Qi <yao@codesourcery.com>
7931
7932 * gdb.trace/entry-values.exp: Update comments. Rename variable
7933 bar_call_foo to returned_from_foo.
7934
7935 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7936
7937 PR gdb/17394
7938 * gdb.linespec/break-asm-file.c: New file.
7939 * gdb.linespec/break-asm-file.exp: New file.
7940 * gdb.linespec/break-asm-file0.s: New file.
7941 * gdb.linespec/break-asm-file1.s: New file.
7942
7943 2014-12-18 Nigel Stephens <nigel@mips.com>
7944 Maciej W. Rozycki <macro@codesourcery.com>
7945
7946 * gdb.base/float.exp: Handle the new output from "info float" on
7947 MIPS targets.
7948
7949 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7950
7951 Fix MinGW compilation.
7952 * gdb.compile/compile-ops.exp: Update untested message if
7953 !skip_compile_feature_tests.
7954 * gdb.compile/compile-setjmp.exp: Likewise.
7955 * gdb.compile/compile-tls.exp: Likewise.
7956 * gdb.compile/compile.exp: Likewise.
7957 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7958 supported on this host".
7959
7960 2014-12-16 Doug Evans <xdje42@gmail.com>
7961
7962 * boards/stabs.exp: New file.
7963
7964 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7965
7966 * gdb.base/completion.exp: Adjust to format changes of "maint
7967 print user-registers".
7968
7969 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7970
7971 PR server/17457
7972 * gdb.arch/aarch64-fp.c: New file.
7973 * gdb.arch/aarch64-fp.exp: New file.
7974
7975 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7976
7977 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7978 r210637, r210913, r211666, r215400, r215817).
7979
7980 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7981 * dg-extract-results.py: New file.
7982 * dg-extract-results.sh: Use it if the environment seems
7983 suitable.
7984
7985 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7986
7987 * dg-extract-results.py (parse_run): Handle warnings that
7988 are printed before a test harness is run.
7989
7990 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7991
7992 * dg-extract-results.py (Named): Remove __cmp__ method.
7993 (output_variation): Use a key to sort variation.harnesses.
7994
7995 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7996
7997 * dg-extract-results.py: For Python 3, force sys.stdout to
7998 handle surrogate escape sequences.
7999 (safe_open): New function.
8000 (output_segment, main): Use it.
8001
8002 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8003
8004 * dg-extract-results.py (Prog.result_re): Include options
8005 in test name.
8006
8007 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8008
8009 * dg-extract-results.py (output_variation): Always sort if
8010 do_sum.
8011
8012 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8013
8014 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8015 as long as we get pagination notifications.
8016
8017 2014-12-15 Jason Merrill <jason@redhat.com>
8018
8019 * Makefile.in (check-gdb.%): Restore.
8020 * README: Mention it.
8021
8022 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8023
8024 * gdb.ada/str_uninit: New testcase.
8025
8026 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8027
8028 PR symtab/17642
8029 * gdb.base/vla-stub-define.c: New file.
8030 * gdb.base/vla-stub.c: New file.
8031 * gdb.base/vla-stub.exp: New file.
8032
8033 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8034 Jan Kratochvil <jan.kratochvil@redhat.com>
8035 Tom Tromey <tromey@redhat.com>
8036
8037 * configure.ac: Add gdb.compile/.
8038 * configure: Regenerate.
8039 * gdb.compile/Makefile.in: New file.
8040 * gdb.compile/compile-ops.exp: New file.
8041 * gdb.compile/compile-ops.c: New file.
8042 * gdb.compile/compile-tls.c: New file.
8043 * gdb.compile/compile-tls.exp: New file.
8044 * gdb.compile/compile-constvar.S: New file.
8045 * gdb.compile/compile-constvar.c: New file.
8046 * gdb.compile/compile-mod.c: New file.
8047 * gdb.compile/compile-nodebug.c: New file.
8048 * gdb.compile/compile-setjmp-mod.c: New file.
8049 * gdb.compile/compile-setjmp.c: New file.
8050 * gdb.compile/compile-setjmp.exp: New file.
8051 * gdb.compile/compile-shlib.c: New file.
8052 * gdb.compile/compile.c: New file.
8053 * gdb.compile/compile.exp: New file.
8054 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8055
8056 2014-12-12 Tom Tromey <tromey@redhat.com>
8057
8058 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8059 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8060
8061 2014-12-12 Doug Evans <dje@google.com>
8062
8063 * lib/gdb-python.exp (get_python_valueof): New function.
8064 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8065
8066 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8067
8068 * gdb.base/completion.exp: Add test for completion of "info
8069 registers ".
8070
8071 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8072
8073 * gdb.base/func-ptrs.c: New file.
8074 * gdb.base/func-ptrs.exp: New file.
8075
8076 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8077
8078 PR breakpoints/17012
8079 * gdb.base/dprintf-detach.c: New file.
8080 * gdb.base/dprintf-detach.exp: New file.
8081
8082 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8083
8084 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8085 * lib/gdb.exp (target_is_gdbserver): New procedure.
8086
8087 2014-12-08 Doug Evans <dje@google.com>
8088
8089 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8090
8091 2014-12-05 Yao Qi <yao@codesourcery.com>
8092
8093 * gdb.guile/scm-error.exp: Remove the third argument to
8094 gdb_remote_download.
8095 * gdb.guile/scm-frame-args.exp: Likewise.
8096 * gdb.guile/scm-section-script.exp: Likewise.
8097
8098 2014-12-05 Yao Qi <yao@codesourcery.com>
8099
8100 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8101
8102 2014-12-04 Doug Evans <dje@google.com>
8103
8104 * gdb.python/py-objfile.exp: Add tests for
8105 objfile.add_separate_debug_file.
8106
8107 2014-12-04 Doug Evans <dje@google.com>
8108
8109 * lib/gdb.exp (get_build_id): New function.
8110 (build_id_debug_filename_get): Rewrite to use it.
8111 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8112
8113 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8114
8115 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8116 `method(long)', not just 0x0.
8117 * gdb.cp/nsalias.exp: Align code labels to 4.
8118 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8119 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8120 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8121 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8122 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8123 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8124
8125 2014-12-02 Doug Evans <dje@google.com>
8126
8127 PR symtab/17602
8128 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8129 * gdb.cp/anon-ns2.cc: ... here. New file.
8130 * gdb.cp/anon-ns.exp: Update.
8131
8132 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8133
8134 * gdb.python/py-events.py (inferior_call_handler): New.
8135 (register_changed_handler, memory_changed_handler): New.
8136 (test_events.invoke): Register new handlers.
8137 * gdb.python/py-events.exp: Add tests for inferior call,
8138 memory_changed and register_changed events.
8139
8140 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8141
8142 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8143 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8144 if the linker doesn't understand this.
8145
8146 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8147
8148 * gdb.python/python.exp: Change expected reply to help().
8149
8150 2014-12-01 Yao Qi <yao@codesourcery.com>
8151
8152 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8153 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8154 * configure: Re-generated.
8155
8156 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8157
8158 * gdb.cp/chained-calls.cc: New file.
8159 * gdb.cp/chained-calls.exp: New file.
8160 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8161
8162 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8163
8164 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8165 * gdb.dwarf2/symtab-producer.exp: Same.
8166 * gdb.gdb/python-interrupts.exp: Same.
8167 * gdb.gdb/python-selftest.exp: Same.
8168 * gdb.python/py-linetable.exp: Same.
8169 * gdb.python/py-type.exp: Same.
8170 * gdb.python/py-value-cc.exp: Same.
8171 * gdb.python/py-value.exp: Same.
8172
8173 2014-11-28 Yao Qi <yao@codesourcery.com>
8174
8175 * gdb.base/break-probes.exp: Match library name prefixed with
8176 sysroot.
8177
8178 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8179
8180 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8181 test expected output. Add parentheses for the call to print.
8182 Remove L suffix from integers.
8183
8184 2014-11-26 Doug Evans <dje@google.com>
8185
8186 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8187
8188 2014-11-22 Yao Qi <yao@codesourcery.com>
8189
8190 * gdb.trace/entry-values.c: Remove asms.
8191 (foo): Add foo_label.
8192 (bar): Add bar_label.
8193 * gdb.trace/entry-values.exp: Remove code computing foo's
8194 length and bar's length.
8195 (Dwarf::assemble): Invoke function_range for bar and use
8196 MACRO_AT_func for foo.
8197
8198 2014-11-22 Yao Qi <yao@codesourcery.com>
8199
8200 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8201 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8202 Use .Lgcc43_procstart instead of gcc43.
8203
8204 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8205
8206 * gdb.ada/n_arr_bound: New testcase.
8207
8208 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8209
8210 PR breakpoints/10737
8211 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8212 test_catch_syscall_multi_arch.
8213 (test_catch_syscall_multi_arch): New function.
8214
8215 2014-11-20 Doug Evans <xdje42@gmail.com>
8216
8217 * gdb.base/maint.exp: Update expected output.
8218
8219 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8220
8221 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8222 4-byte instruction on S390.
8223
8224 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8225
8226 * gdb.ada/arr_arr: New testcase.
8227
8228 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8229
8230 * gdb.ada/pkd_arr_elem: New Testcase.
8231
8232 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8233
8234 * gdb.reverse/break-precsave: Expect completion message for
8235 core file reads.
8236 * gdb.reverse/consecutive-precsave.exp: Likewise.
8237 * gdb.reverse/finish-precsave.exp: Likewise.
8238 * gdb.reverse/i386-precsave.exp: Likewise.
8239 * gdb.reverse/machinestate-precsave.exp: Likewise.
8240 * gdb.reverse/sigall-precsave.exp: Likewise.
8241 * gdb.reverse/solib-precsave.exp: Likewise.
8242 * gdb.reverse/step-precsave.exp: Likewise.
8243 * gdb.reverse/until-precsave.exp: Likewise.
8244 * gdb.reverse/watch-precsave.exp: Likewise.
8245
8246 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8247
8248 * gdb.base/bp-permanent.c: Include unistd.h.
8249 * gdb.python/py-framefilter-mi.c (main): Add return type.
8250 * gdb.python/py-framefilter.c (main): Likewise.
8251 * gdb.trace/actions-changed.c (main): Likewise.
8252
8253 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8254
8255 * gdb.mi/until.c: Add eye-catchers.
8256 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8257 line numbers.
8258
8259 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8260
8261 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8262 function header variants in break1.c.
8263 * gdb.base/ena-dis-br.exp: Likewise.
8264 * gdb.base/hbreak2.exp: Likewise.
8265 * gdb.reverse/until-precsave.exp: Drop references to removed
8266 non-prototype function header variants in ur1.c.
8267 * gdb.reverse/until-reverse.exp: Likewise.
8268
8269 2014-11-17 Petr Machata <pmachata@redhat.com>
8270
8271 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8272 ${_cu_offset_size} bytes abbrev offset.
8273
8274 2014-11-15 Doug Evans <xdje42@gmail.com>
8275
8276 PR symtab/17559
8277 * gdb.base/line-symtabs.exp: New file.
8278 * gdb.base/line-symtabs.c: New file.
8279 * gdb.base/line-symtabs.h: New file.
8280
8281 2014-11-14 Yao Qi <yao@codesourcery.com>
8282
8283 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8284 (func): Add label func_label.
8285 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8286 Replace low_pc and high_pc with MACRO_AT_range.
8287 Replace name, low_pc and high_pc with MACRO_AT_func.
8288
8289 2014-11-14 Yao Qi <yao@codesourcery.com>
8290
8291 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8292 Replace name, low_pc and high_pc with MACRO_AT_func.
8293
8294 2014-11-14 Yao Qi <yao@codesourcery.com>
8295
8296 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8297 produce debug information.
8298 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8299
8300 2014-11-14 Yao Qi <yao@codesourcery.com>
8301
8302 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8303 object and get function length.
8304 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8305 with MACRO_AT_func.
8306 (top-level): Replace gdb_compile and clean_restart with
8307 prepare_for_testing.
8308 * gdb.dwarf2/main.c (main): Add label main_label.
8309
8310 2014-11-14 Yao Qi <yao@codesourcery.com>
8311
8312 * lib/dwarf.exp (function_range): New procedure.
8313 (Dwarf::_handle_macro_at_func): New procedure.
8314 (Dwarf::_handle_macro_at_range): New procedure.
8315 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8316
8317 2014-11-14 Yao Qi <yao@codesourcery.com>
8318
8319 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8320 (_handle_attribute): New procedure.
8321
8322 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8323
8324 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8325 * gdb.base/call-sc.c (zed): Likewise.
8326 * gdb.base/checkpoint.c (main): Likewise.
8327 * gdb.base/dump.c (main): Likewise.
8328 * gdb.base/gcore.c (main): Likewise.
8329 * gdb.base/huge.c (main): Likewise.
8330 * gdb.base/multi-forks.c (main): Likewise.
8331 * gdb.base/pr10179-a.c (main): Likewise.
8332 * gdb.base/savedregs.c (main): Likewise.
8333 * gdb.base/sigaltstack.c (main): Likewise.
8334 * gdb.base/siginfo.c (main): Likewise.
8335 * gdb.base/structs.c (zed): Likewise.
8336 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8337 * gdb.mi/mi-syn-frame.c (main): Likewise.
8338 * gdb.mi/until.c (foo, main): Likewise.
8339 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8340 * gdb.base/solib-weak.c (foo): Declare.
8341 * gdb.base/attach-twice.c: Include stdio.h.
8342 * gdb.base/weaklib1.c: Likewise.
8343 * gdb.base/weaklib2.c: Likewise.
8344 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8345 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8346 unistd.h.
8347 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8348 * gdb.mi/mi-exit-code.c: Likewise.
8349 * gdb.base/break-interp-lib.c: Include string.h.
8350 * gdb.base/coremaker.c: Likewise.
8351 * gdb.base/testenv.c: Likewise.
8352 * gdb.python/py-finish-breakpoint.c: Likewise.
8353 * gdb.base/inferior-died.c: Include sys/wait.h.
8354 * gdb.base/fileio.c: Include time.h.
8355 * gdb.base/async-shell.c: Include unistd.h.
8356 * gdb.base/dprintf-non-stop.c: Likewise.
8357 * gdb.base/info-os.c: Likewise.
8358 * gdb.mi/mi-console.c: Likewise.
8359 * gdb.mi/watch-nonstop.c: Likewise.
8360 * gdb.python/py-events.c: Likewise.
8361 * gdb.base/async.c (baz): Move up before its invocation.
8362 * gdb.base/code_elim2.c (my_global_func): Likewise.
8363 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8364 * gdb.base/advance.c (func2): Likewise.
8365
8366 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8367
8368 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8369 variant.
8370 * gdb.base/annota3.c: Likewise.
8371 * gdb.base/async.c: Likewise.
8372 * gdb.base/average.c: Likewise.
8373 * gdb.base/call-ar-st.c: Likewise.
8374 * gdb.base/call-rt-st.c: Likewise.
8375 * gdb.base/call-sc.c: Likewise.
8376 * gdb.base/call-strs.c: Likewise.
8377 * gdb.base/ending-run.c: Likewise.
8378 * gdb.base/execd-prog.c: Likewise.
8379 * gdb.base/exprs.c: Likewise.
8380 * gdb.base/foll-exec.c: Likewise.
8381 * gdb.base/foll-fork.c: Likewise.
8382 * gdb.base/foll-vfork.c: Likewise.
8383 * gdb.base/funcargs.c: Likewise.
8384 * gdb.base/gcore.c: Likewise.
8385 * gdb.base/jump.c: Likewise.
8386 * gdb.base/langs0.c: Likewise.
8387 * gdb.base/langs1.c: Likewise.
8388 * gdb.base/langs2.c: Likewise.
8389 * gdb.base/mips_pro.c: Likewise.
8390 * gdb.base/nodebug.c: Likewise.
8391 * gdb.base/opaque0.c: Likewise.
8392 * gdb.base/opaque1.c: Likewise.
8393 * gdb.base/recurse.c: Likewise.
8394 * gdb.base/run.c: Likewise.
8395 * gdb.base/scope0.c: Likewise.
8396 * gdb.base/scope1.c: Likewise.
8397 * gdb.base/setshow.c: Likewise.
8398 * gdb.base/setvar.c: Likewise.
8399 * gdb.base/shmain.c: Likewise.
8400 * gdb.base/shr1.c: Likewise.
8401 * gdb.base/shr2.c: Likewise.
8402 * gdb.base/sigall.c: Likewise.
8403 * gdb.base/signals.c: Likewise.
8404 * gdb.base/so-indr-cl.c: Likewise.
8405 * gdb.base/solib2.c: Likewise.
8406 * gdb.base/structs.c: Likewise.
8407 * gdb.base/sum.c: Likewise.
8408 * gdb.base/vforked-prog.c: Likewise.
8409 * gdb.base/watchpoint.c: Likewise.
8410 * gdb.reverse/shr2.c: Likewise.
8411 * gdb.reverse/until-reverse.c: Likewise.
8412 * gdb.reverse/ur1.c: Likewise.
8413 * gdb.reverse/watch-reverse.c: Likewise.
8414
8415 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8416
8417 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8418 variant.
8419 * gdb.base/sepdebug.exp: Drop references to removed code.
8420
8421 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8422
8423 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8424 variant. Preserve original line numbering.
8425 * gdb.base/list1.c: Likewise.
8426
8427 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8428
8429 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8430 variant.
8431 * gdb.base/break1.c: Likewise.
8432 * gdb.base/break.exp: Drop references to removed code.
8433
8434 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8435
8436 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8437 variant.
8438
8439 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8440
8441 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8442
8443 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8444
8445 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8446 logic into perform_all_tests() and invoke it with and without
8447 function header prototypes.
8448 (do_function_calls): Remove conditional XFAIL for PR 5318.
8449 (rerun_and_prepare): Remove duplicate code.
8450 (perform_all_tests): New. Main logic moved here.
8451
8452 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8453
8454 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8455 code guarded by #ifdef NO_PROTOTYPES.
8456 (t_double_many_args): Likewise.
8457 (DEF_FUNC_MANY_ARGS_1): Likewise.
8458 (DEF_FUNC_VALUES_1): Likewise.
8459 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8460 guarded by #ifdef PROTOTYPES.
8461
8462 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8463
8464 * gdb.mi/mi-console.c: Add eye-catcher.
8465 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8466 instead of literal line number.
8467
8468 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8469
8470 * gdb.base/shr2.c: Add eye-catcher.
8471 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8472 line number.
8473
8474 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8475
8476 * gdb.base/jump.c: Add eye-catchers.
8477 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8478 numbers.
8479
8480 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8481
8482 * gdb.base/execd-prog.c: Add eye-catchers.
8483 * gdb.base/foll-exec.c: Likewise.
8484 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8485 line numbers.
8486
8487 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8488
8489 * gdb.base/ending-run.c: Add eye-catchers.
8490 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8491 literal line numbers.
8492
8493 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8494
8495 * gdb.base/call-rt-st.c: Add eye-catchers.
8496 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8497 literal line numbers.
8498
8499 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8500
8501 * gdb.base/call-ar-st.c: Add eye-catchers.
8502 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8503 literal line numbers.
8504
8505 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8506
8507 * gdb.base/average.c: Add eye-catchers.
8508 * gdb.base/sum.c: Likewise.
8509 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8510 regexps dynamically.
8511
8512 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8513
8514 * gdb.base/solib1.c: Add eye-catchers.
8515 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8516 literal line numbers.
8517
8518 2014-11-12 Pedro Alves <palves@redhat.com>
8519
8520 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8521 leader has exited.
8522
8523 2014-11-12 Pedro Alves <palves@redhat.com>
8524
8525 * gdb.arch/i386-bp_permanent.c: New file.
8526 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8527 (srcfile): Set to i386-bp_permanent.c.
8528 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8529 that stepi does not execute the 'leave' instruction, instead of
8530 testing it does execute.
8531 * gdb.base/bp-permanent.c: New file.
8532 * gdb.base/bp-permanent.exp: New file.
8533
8534 2014-11-10 Doug Evans <xdje42@gmail.com>
8535
8536 PR symtab/17564
8537 * gdb.base/symtab-search-order.exp: New file.
8538 * gdb.base/symtab-search-order.c: New file.
8539 * gdb.base/symtab-search-order-1.c: New file.
8540 * gdb.base/symtab-search-order-shlib-1.c: New file.
8541
8542 2014-11-07 Pedro Alves <palves@redhat.com>
8543
8544 PR gdb/17511
8545 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8546 i?86-*-linux*.
8547
8548 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8549
8550 PR c++/17494
8551 * gdb.cp/pr17494.cc: New file.
8552 * gdb.cp/pr17494.exp: New file.
8553
8554 2014-11-02 Yao Qi <yao@codesourcery.com>
8555
8556 * gdb.python/python.exp: Get working directory and match the
8557 output of "set extended-prompt \\w " with it.
8558
8559 2014-10-30 Doug Evans <dje@google.com>
8560
8561 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8562 in objfiles.
8563 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8564 in progspaces.
8565
8566 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8567
8568 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8569 * gdb.base/realname-expand.exp: Likewise.
8570 * gdb.linespec/macro-relative.exp: Likewise.
8571
8572 2014-10-29 Pedro Alves <palves@redhat.com>
8573
8574 PR gdb/17408
8575 * gdb.threads/schedlock.c (some_function): New function.
8576 (call_function): New global.
8577 (MAYBE_CALL_SOME_FUNCTION): New macro.
8578 (thread_function): Call it.
8579 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8580 and use it instead of a global counter. Adjust all callers.
8581 (get_current_thread): Use "find current thread" for test message
8582 here rather than having all callers pass down the same string.
8583 (goto_loop): New procedure, factored out from ...
8584 (my_continue): ... this.
8585 (step_ten_loops): Change parameter from test message to command to
8586 use. Adjust.
8587 (list_count): Delete global.
8588 (check_result): New procedure, factored out from duplicate top
8589 level code.
8590 (continue tests): Wrap in with_test_prefix.
8591 (test_step): New procedure, factored out from duplicate top level
8592 code.
8593 (top level): Test "step" in combination with all scheduler-locking
8594 modes. Test "next" in combination with all scheduler-locking
8595 modes, and in combination with stepping over a function call or
8596 not.
8597 * gdb.threads/next-bp-other-thread.c: New file.
8598 * gdb.threads/next-bp-other-thread.exp: New file.
8599
8600 2014-10-29 Pedro Alves <palves@redhat.com>
8601
8602 PR python/17372
8603 * gdb.python/python.exp: Test a multi-line command that spawns
8604 interactive Python.
8605 * gdb.base/multi-line-starts-subshell.exp: New file.
8606
8607 2014-10-29 Yao Qi <yao@codesourcery.com>
8608
8609 * gdb.base/fileio.exp: Make directories on host.
8610
8611 2014-10-29 Yao Qi <yao@codesourcery.com>
8612
8613 * gdb.base/fileio.c (test_write): Close the file.
8614
8615 2014-10-28 Pedro Alves <palves@redhat.com>
8616
8617 PR gdb/12623
8618 * gdb.base/sigstep.c (no_handler): New global.
8619 (main): If 'no_handler is true, set the signal handlers to
8620 SIG_IGN.
8621 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8622 with_sw_watch and no_handler parameters. Handle them.
8623 (top level) <stepping over handler when stopped at a breakpoint
8624 test>: Add a test axis for testing with a software watchpoint, and
8625 another for testing with the signal handler set to SIG_IGN.
8626 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8627 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8628
8629 2014-10-28 Pedro Alves <palves@redhat.com>
8630
8631 PR gdb/17511
8632 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8633 * gdb.base/sigstep.exp (other_handler_location): New global.
8634 (advance): Support stepping into the signal handler, and running
8635 commands while in the handler.
8636 (in_handler_map): New global.
8637 (top level): In the advance test, add combinations for getting
8638 into the handler with stepping commands, and for running commands
8639 in the handler. Add comment descripting the advancei tests.
8640
8641 2014-10-28 Pedro Alves <palves@redhat.com>
8642
8643 * gdb.base/sigstep.exp: Use build_executable instead of
8644 prepare_for_testing.
8645 (top level): Move code that starts GDB, runs to main and creates a
8646 display to ...
8647 (restart): ... this new procedure.
8648 (top level): Move backtrace from signal handler test to ...
8649 (validate_backtrace): ... this new procedure.
8650 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8651 with_test_prefix. Always restart GDB.
8652 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8653 with_test_prefix. Always restart GDB. No need to delete
8654 breakpoints after the test.
8655 (test_skip_handler): Remove prefix parameter.
8656 (skip_over_handler, breakpoint_to_handler)
8657 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8658 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8659 restart GDB. No need to delete breakpoints after the test.
8660 (top level): Use foreach to call the test procedures with
8661 different commands.
8662
8663 2014-10-28 Pedro Alves <palves@redhat.com>
8664
8665 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8666 instead of GNATS numbers.
8667 * gdb.base/sigbpt.exp: Likewise.
8668 * gdb.base/siginfo.exp: Likewise.
8669 * gdb.base/sigstep.exp: Likewise.
8670
8671 2014-10-27 Pedro Alves <palves@redhat.com>
8672
8673 * gdb.base/sigstep.c (dummy): New global.
8674 (main): Issue a couple writes to the new global.
8675 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8676 procedures.
8677 (skip_over_handler): Use test_skip_handler.
8678 (top level): Call skip_over_handler for stepi and nexti too.
8679 (breakpoint_over_handler): Use test_skip_handler.
8680 (top level): Call breakpoint_over_handler for stepi and nexti too.
8681
8682 2014-10-27 Yao Qi <yao@codesourcery.com>
8683
8684 * gdb.trace/tfile.c (adjust_function_address)
8685 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8686 function descriptor.
8687
8688 2014-10-24 Don Breazeal <donb@codesourcery.com>
8689
8690 * gdb.base/foll-fork.exp (test_follow_fork,
8691 catch_fork_child_follow): Check for updated fork messages emitted
8692 from infrun.c.
8693 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8694 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8695 vfork_and_exec_child_follow_through_step): Check for updated vfork
8696 messages emitted from infrun.c.
8697
8698 2014-10-24 Pedro Alves <palves@redhat.com>
8699
8700 * gdb.base/corefile.exp: Remove references to ultrix.
8701 * gdb.base/interrupt.exp: Likewise.
8702 * gdb.base/whatis.exp: Likewise.
8703 * gdb.gdb/selftest.exp: Likewise.
8704 * gdb.threads/manythreads.exp: Likewise.
8705 * gdb.threads/print-threads.exp: Likewise.
8706 * gdb.threads/pthreads.exp:: Likewise.
8707 * gdb.threads/schedlock.exp: Likewise.
8708
8709 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8710
8711 * gdb.cp/non-trivial-retval.cc: Add a test case.
8712 * gdb.cp/non-trivial-retval.exp: Add a test.
8713
8714 2014-10-20 Yao Qi <yao@codesourcery.com>
8715
8716 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8717 * gdb.python/py-objfile-script-gdb.py: New file.
8718 * gdb.python/py-objfile-script.exp: Update reference to
8719 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8720 of remote_download. Remove the dest file.
8721
8722 2014-10-20 Yao Qi <yao@codesourcery.com>
8723
8724 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8725 * gdb.base/step-line.exp: Likewise.
8726 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8727 * gdb.dwarf2/dw2-basic.exp: Likewise.
8728 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8729 * gdb.dwarf2/dw2-filename.exp: Likewise.
8730 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8731 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8732 * gdb.dwarf2/dw2-producer.exp: Likewise.
8733 * gdb.dwarf2/mac-fileno.exp: Likewise.
8734 * gdb.python/py-frame-args.exp: Likewise.
8735 * gdb.python/py-framefilter.exp: Likewise.
8736 * gdb.python/py-mi.exp: Likewise.
8737 * gdb.python/py-objfile-script.exp: Likewise
8738 * gdb.python/py-pp-integral.exp: Likewise.
8739 * gdb.python/py-pp-re-notag.exp: Likewise.
8740 * gdb.python/py-prettyprint.exp: Likewise.
8741 * gdb.python/py-section-script.exp: Likewise.
8742 * gdb.python/py-typeprint.exp: Likewise.
8743 * gdb.python/py-xmethods.exp: Likewise.
8744 * gdb.stabs/weird.exp: Likewise.
8745 * gdb.xml/tdesc-regs.exp: Likewise.
8746
8747 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8748
8749 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8750 (out_cu): Use addr_len for the size of addresses.
8751 (out_line): Likewise. Size DW_LNE_set_address instruction
8752 according to addr_len.
8753 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8754 (FUNC): Add START_INSNS to definition.
8755
8756 2014-10-18 Yao Qi <yao@codesourcery.com>
8757
8758 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8759 gdb_has_argv0 return true.
8760 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8761 check [target_info exists noargs], check [gdb_has_argv0]
8762 instead.
8763 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8764 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8765 procedures.
8766
8767 2014-10-17 Doug Evans <dje@google.com>
8768
8769 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8770 event.
8771 * gdb.python/py-events.py: Add clear_objfiles event.
8772
8773 2014-10-17 Doug Evans <dje@google.com>
8774
8775 * gdb.python/py-objfile.exp: Test progspace attribute.
8776
8777 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8778
8779 * gdb.guile/scm-breakpoint.exp: Do not assume any
8780 directory separators when matching source file paths.
8781 * gdb.python/py-breakpoint.exp: Likewise.
8782 * gdb.reverse/break-precsave.exp: Likewise.
8783 * gdb.reverse/break-reverse.exp: Likewise.
8784 * gdb.reverse/consecutive-precsave.exp: Likewise.
8785 * gdb.reverse/finish-precsave.exp: Likewise.
8786 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8787 * gdb.reverse/finish-reverse.exp: Likewise.
8788 * gdb.reverse/i386-precsave.exp: Likewise.
8789 * gdb.reverse/i387-env-reverse.exp: Likewise.
8790 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8791 * gdb.reverse/machinestate-precsave.exp: Likewise.
8792 * gdb.reverse/machinestate.exp: Likewise.
8793 * gdb.reverse/sigall-precsave.exp: Likewise.
8794 * gdb.reverse/solib-precsave.exp: Likewise.
8795 * gdb.reverse/step-precsave.exp: Likewise.
8796 * gdb.reverse/until-precsave.exp: Likewise.
8797 * gdb.reverse/watch-precsave.exp: Likewise.
8798 * gdb.reverse/watch-reverse.exp: Likewise.
8799
8800 2014-10-17 Yao Qi <yao@codesourcery.com>
8801
8802 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8803 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8804
8805 2014-10-17 Pedro Alves <palves@redhat.com>
8806
8807 PR gdb/17471
8808 * gdb.base/bg-execution-repeat.c: New file.
8809 * gdb.base/bg-execution-repeat.exp: New file.
8810
8811 2014-10-17 Pedro Alves <palves@redhat.com>
8812
8813 PR gdb/17300
8814 * gdb.base/continue-all-already-running.c: New file.
8815 * gdb.base/continue-all-already-running.exp: New file.
8816
8817 2014-10-17 Pedro Alves <palves@redhat.com>
8818
8819 PR gdb/17472
8820 * gdb.base/annota-input-while-running.c: New file.
8821 * gdb.base/annota-input-while-running.exp: New file.
8822
8823 2014-10-17 Pedro Alves <palves@redhat.com>
8824
8825 * gdb.base/callfuncs.exp: emove references to osf.
8826 * gdb.base/sigall.exp: Likewise.
8827 * gdb.gdb/selftest.exp: Likewise.
8828 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8829 * gdb.mi/non-stop.c: Likewise.
8830 * gdb.mi/pthreads.c: Likewise.
8831 * gdb.reverse/sigall-precsave.exp: Likewise.
8832 * gdb.reverse/sigall-reverse.exp: Likewise.
8833 * gdb.threads/pthreads.c: Likewise.
8834 * gdb.threads/pthreads.exp: Likewise.
8835
8836 2014-10-17 Yao Qi <yao@codesourcery.com>
8837
8838 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8839 check 'target_info exists noargs'.
8840 (test_command_prompt_position): Likewise.
8841 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8842 Remove "set args".
8843 (progvar_simple_while_test): Likewise.
8844 (progvar_complex_if_while_test): Likewise.
8845 (if_while_breakpoint_command_test): Likewise.
8846 (infrun_breakpoint_command_test): Likewise.
8847 (breakpoint_command_test): Likewise.
8848 (watchpoint_command_test): Likewise.
8849 (bp_deleted_in_command_test): Likewise.
8850 (temporary_breakpoint_commands): Likewise.
8851
8852 2014-10-16 Yao Qi <yao@codesourcery.com>
8853
8854 * gdb.base/remotetimeout.exp: Remove noargs checking.
8855
8856 2014-10-15 Pedro Alves <palves@redhat.com>
8857
8858 PR breakpoints/9649
8859 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8860 * gdb.base/breakpoint-in-ro-region.exp
8861 (probe_target_hardware_step): New procedure.
8862 (top level): Probe hardware stepping and hardware breakpoint
8863 support. Test stepping through a read-only region, with both
8864 "breakpoint auto-hw" on and off and both "always-inserted" on and
8865 off.
8866
8867 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8868
8869 * gdb.dlang/demangle.exp: Update for demangling changes.
8870
8871 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8872
8873 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8874 * gdb.cp/non-trivial-retval.exp: Add new tests.
8875
8876 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8877
8878 PR c++/13403
8879 PR c++/15154
8880 * gdb.cp/non-trivial-retval.cc: New file.
8881 * gdb.cp/non-trivial-retval.exp: New file.
8882
8883 2014-10-15 Yao Qi <yao@codesourcery.com>
8884
8885 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8886 remote host.
8887
8888 2014-10-15 Yao Qi <yao@codesourcery.com>
8889
8890 * gdb.python/py-symbol.exp: Match file base name if host is
8891 remote, otherwise match file name with dir name.
8892 * gdb.python/py-symtab.exp: Likewise.
8893 * gdb.python/python.exp: Likewise.
8894
8895 2014-10-15 Yao Qi <yao@codesourcery.com>
8896
8897 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8898 pattern.
8899 * gdb.python/py-symtab.exp: Likewise.
8900 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8901 locationn.
8902
8903 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8904
8905 * gdb.ada/addr_arith: New testcase.
8906
8907 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8908
8909 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8910 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8911 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8912 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8913
8914 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8915
8916 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8917 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8918 * gdb.arch/stap-eval-lang-ada.exp: New file.
8919
8920 2014-10-14 Yao Qi <yao@codesourcery.com>
8921
8922 * gdb.mi/mi-var-child.c (nothing1): New function.
8923 (nothing2): New function.
8924 (do_children_tests): Set function pointers by nothing1 and
8925 nothing2.
8926 * gdb.mi/mi-var-child.exp: Step over new added statements.
8927 Update test to match the new output.
8928 * gdb.mi/var-cmd.c (nothing1): New function.
8929 (nothing2): New function.
8930 (do_children_tests): Set function pointers by nothing1 and
8931 nothing2.
8932 * gdb.mi/mi-var-display.exp: Update test to match output.
8933 Step to the line specified by $line_dct_nothing.
8934 Increase the number of lines to step.
8935
8936 2014-10-14 Yao Qi <yao@codesourcery.com>
8937
8938 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8939 tests.
8940 * gdb.mi/mi2-var-child.exp: Likewise.
8941
8942 2014-10-13 Doug Evans <dje@google.com>
8943
8944 * gdb.python/py-objfile.exp: Change name of file name test.
8945
8946 2014-10-13 Doug Evans <dje@google.com>
8947
8948 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8949 from the start of the CU.
8950
8951 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8952 Yao Qi <yao@codesourcery.com>
8953
8954 Fix "save breakpoints" for "catch" command.
8955 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8956 Remove -nonewline. Match also the added "main" line.
8957
8958 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8959
8960 Fix "save breakpoints" for "disable $bpnum" command.
8961 * gdb.base/save-bp.c (main): Add label.
8962 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8963
8964 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8965
8966 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8967
8968 2014-10-11 Yao Qi <yao@codesourcery.com>
8969
8970 * gdb.server/server-kill.exp: Execute command
8971 "set remote trace-status-packet on" before "tstatus".
8972
8973 2014-10-11 Yao Qi <yao@codesourcery.com>
8974
8975 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8976 (main): Call getppid.
8977 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8978 and continue to it. Read variable "server_pid".
8979
8980 2014-10-11 Yao Qi <yao@codesourcery.com>
8981
8982 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8983
8984 2014-10-11 Yao Qi <yao@codesourcery.com>
8985
8986 * gdb.threads/thread-find.exp: Don't execute command
8987 "info threads".
8988 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8989 * gdb.threads/linux-dp.exp: Don't check the condition
8990 $threads_created equals to zero.
8991
8992 2014-10-10 Pedro Alves <palves@redhat.com>
8993
8994 * gdb.base/bigcore.exp: Remove references to IRIX.
8995 * gdb.base/funcargs.exp: Likewise.
8996 * gdb.base/interrupt.exp: Likewise.
8997 * gdb.base/mips_pro.exp: Likewise.
8998 * gdb.base/nodebug.exp: Likewise.
8999 * gdb.base/setvar.exp: Likewise.
9000 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9001
9002 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9003 Pedro Alves <palves@redhat.com>
9004
9005 PR symtab/14466
9006 * gdb.base/vdso-warning.c: New file.
9007 * gdb.base/vdso-warning.exp: New file.
9008
9009 2014-10-02 Doug Evans <dje@google.com>
9010
9011 * gdb.base/structs.c (main): Don't run forever.
9012
9013 2014-10-02 Pedro Alves <palves@redhat.com>
9014
9015 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9016 (top level) <stop threads 1, stop threads 2>: Use it.
9017
9018 2014-10-02 Pedro Alves <palves@redhat.com>
9019
9020 * gdb.threads/break-while-running.exp (test): Add new
9021 'update_thread_list' argument. Skip "info threads" if false.
9022 (top level): Add new 'update_thread_list' axis.
9023
9024 2014-10-02 Pedro Alves <palves@redhat.com>
9025
9026 PR breakpoints/17431
9027 * gdb.base/execl-update-breakpoints.c: New file.
9028 * gdb.base/execl-update-breakpoints.exp: New file.
9029
9030 2014-10-01 Pedro Alves <palves@redhat.com>
9031
9032 * gdb.base/breakpoint-in-ro-region.c: New file.
9033 * gdb.base/breakpoint-in-ro-region.exp: New file.
9034
9035 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9036
9037 * gdb.mi/mi-exit-code.exp: New file.
9038 * gdb.mi/mi-exit-code.c: New file.
9039
9040 2014-09-30 Yao Qi <yao@codesourcery.com>
9041
9042 * lib/prelink-support.exp (build_executable_own_libs): Error if
9043 the target isn't native.
9044
9045 2014-09-30 Yao Qi <yao@codesourcery.com>
9046
9047 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9048 false.
9049
9050 2014-09-22 Pedro Alves <palves@redhat.com>
9051
9052 * gdb.threads/break-while-running.exp: New file.
9053 * gdb.threads/break-while-running.c: New file.
9054
9055 2014-09-19 Yao Qi <yao@codesourcery.com>
9056
9057 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9058 Invoke test. Restart GDB with --readnow and invoke test again.
9059
9060 2014-09-19 Yao Qi <yao@codesourcery.com>
9061
9062 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9063 proc set_breakpoint_on_gcd_function. Invoke
9064 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9065 invoke set_breakpoint_on_gcd_function again.
9066
9067 2014-09-18 Doug Evans <dje@google.com>
9068
9069 * gdb.dwarf2/symtab-producer.exp: New file.
9070
9071 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9072
9073 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9074 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9075 * gdb.base/global-var-nested-by-dso.c: Likewise.
9076 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9077
9078 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9079 Pedro Alves <palves@redhat.com>
9080
9081 * gdb.base/watch-bitfields.exp: Pass string other than test file
9082 name to prepare_for_testing.
9083 (watch): New procedure.
9084 (expect_watchpoint): Use with_test_prefix.
9085 (top level): Factor out tests to ...
9086 (test_watch_location, test_regular_watch): ... these new
9087 procedures, and use with_test_prefix and gdb_continue_to_end.
9088
9089 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9090
9091 PR breakpoints/12526
9092 * gdb.base/watch-bitfields.exp: New file.
9093 * gdb.base/watch-bitfields.c: New file.
9094
9095 2014-09-16 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9098 software and hardware addresses, not software address against
9099 itself.
9100
9101 2014-09-16 Pedro Alves <palves@redhat.com>
9102
9103 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9104 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9105
9106 2014-09-16 Pedro Alves <palves@redhat.com>
9107
9108 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9109 files.
9110 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9111 "*-*-vxworks*" throughout.
9112 * gdb.base/break.exp: Likewise.
9113 * gdb.base/default.exp: Likewise.
9114 * gdb.base/scope.exp: Likewise.
9115 * gdb.base/sepdebug.exp: Likewise.
9116 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9117 throughout.
9118 * gdb.base/run.c: Likewise.
9119 * gdb.base/sepdebug.c: Likewise.
9120 * gdb.hp/gdb.aCC/run.c: Likewise.
9121 * gdb.reverse/until-reverse.c: Likewise.
9122 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9123
9124 2014-09-16 Yao Qi <yao@codesourcery.com>
9125
9126 * boards/local-remote-host-native.exp: New file.
9127
9128 2014-09-14 Doug Evans <xdje42@gmail.com>
9129
9130 * gdb.threads/queue-signal.c (thread_count): New variable.
9131 (thread_count_mutex, thread_count_condvar): New variables.
9132 (incr_thread_count, wait_all_threads_running): New functions.
9133 (main): Wait for all threads to be in their thread functions.
9134
9135 2014-09-13 Doug Evans <xdje42@gmail.com>
9136
9137 * gdb.threads/queue-signal.c: New file.
9138 * gdb.threads/queue-signal.exp: New file.
9139
9140 2014-09-13 Doug Evans <xdje42@gmail.com>
9141
9142 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9143 be consistent with what default_gdb_init uses.
9144 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9145 the plain text of the prompt. Add some logging printfs.
9146 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9147
9148 2014-09-12 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9151 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9152 * gdb.arch/i386-size-overlap.exp: Likewise.
9153 * gdb.arch/i386-size.exp: Likewise.
9154 * gdb.arch/i386-unwind.exp: Likewise.
9155 * gdb.base/a2-run.exp: Likewise.
9156 * gdb.base/break.exp: Likewise.
9157 * gdb.base/charset.exp: Likewise.
9158 * gdb.base/chng-syms.exp: Likewise.
9159 * gdb.base/commands.exp: Likewise.
9160 * gdb.base/dbx.exp: Likewise.
9161 * gdb.base/find.exp: Likewise.
9162 * gdb.base/funcargs.exp: Likewise.
9163 * gdb.base/jit-simple.exp: Likewise.
9164 * gdb.base/reread.exp: Likewise.
9165 * gdb.base/sepdebug.exp: Likewise.
9166 * gdb.base/step-bt.exp: Likewise.
9167 * gdb.cp/mb-inline.exp: Likewise.
9168 * gdb.cp/mb-templates.exp: Likewise.
9169 * gdb.objc/basicclass.exp: Likewise.
9170 * gdb.threads/killed.exp: Likewise.
9171
9172 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9173
9174 PR tdep/17379
9175 * gdb.arch/powerpc-stackless.S: New file.
9176 * gdb.arch/powerpc-stackless.exp: New file.
9177
9178 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9179
9180 * gdb.base/attach.c: Include unistd.h.
9181 (main): Call alarm. Add label postloop.
9182 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9183 gdb_breakpoint, gdb_continue_to_breakpoint.
9184 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9185
9186 2014-09-11 Pedro Alves <palves@redhat.com>
9187
9188 PR gdb/17347
9189 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9190 * gdb.base/attach.exp (test_command_line_attach_run): New
9191 procedure.
9192 (top level): Call it.
9193
9194 2014-09-11 Pedro Alves <palves@redhat.com>
9195
9196 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9197 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9198 (do_command_attach_tests): Use spawn_wait_for_attach.
9199 * gdb.base/solib-overlap.exp: Likewise.
9200 * gdb.multi/multi-attach.exp: Likewise.
9201 * gdb.python/py-prompt.exp: Likewise.
9202 * gdb.python/py-sync-interp.exp: Likewise.
9203 * gdb.server/ext-attach.exp: Likewise.
9204
9205 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9206
9207 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9208 command in testcase. Simplify testcase.
9209
9210 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9211
9212 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9213
9214 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9215
9216 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9217
9218 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9219
9220 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9221
9222 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9223
9224 * gdb.dwarf2/dynarr-ptr.c: New file.
9225 * gdb.dwarf2/dynarr-ptr.exp: New file.
9226
9227 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9228
9229 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9230 of 30 rather than hardcoding 120 for a slow test case. Take the
9231 `gdb,timeout' target setting into account for this calculation.
9232 Don't extend the timeout for the test cases that don't need it.
9233
9234 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9235
9236 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9237 a factor of 2 for a slow test case. Take the `gdb,timeout'
9238 target setting into account for this calculation.
9239 * gdb.reverse/until-precsave.exp: Increase the timeout by
9240 a factor of 15 and 3 respectively rather than adding 120
9241 for a pair of slow test cases. Take the `gdb,timeout'
9242 target setting into account for this calculation.
9243
9244 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9245
9246 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9247 timeout, don't pass one down to gdb_expect.
9248 (gdb_expect): Rework timeout selection.
9249
9250 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9251
9252 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9253 exception on timeout.
9254 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9255 (gdbserver_start_extended): Catch any `gdbserver_start' error
9256 exceptions.
9257 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9258 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9259 `gdbserver_gdb_load' error exceptions.
9260
9261 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9262
9263 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9264 120 on waiting for the TCP socket to open.
9265
9266 2014-09-09 Doug Evans <xdje42@gmail.com>
9267
9268 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9269 _caller_matches, _any_caller_is, _any_caller_matches.
9270
9271 2014-09-09 Doug Evans <xdje42@gmail.com>
9272
9273 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9274
9275 2014-09-09 Yao Qi <yao@codesourcery.com>
9276
9277 * gdb.mi/mi-var-display.exp: Set print symbol off.
9278
9279 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9280
9281 PR gdb/17035
9282 * gdb.base/commands.exp: Add tests to verify user-defined
9283 commands with empty bodies.
9284 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9285 python commands in `show user command`.
9286 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9287 scheme commands in `show user command`.
9288
9289 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9290
9291 PR python/17355
9292 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9293 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9294 * gdb.python/py-framefilter-invalidarg.exp: New file.
9295 * gdb.python/py-framefilter-invalidarg.py: New file.
9296
9297 2014-09-06 Doug Evans <xdje42@gmail.com>
9298
9299 PR 15276
9300 * gdb.python/py-caller-is.c: New file.
9301 * gdb.python/py-caller-is.exp: New file.
9302
9303 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9304
9305 PR gdb/17235
9306 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9307 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9308
9309 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9310
9311 PR fortran/17237
9312 * gdb.fortran/print-formatted.exp: New file.
9313 * gdb.fortran/print-formatted.f90: Likewise.
9314
9315 2014-09-03 Sasha Smundak <asmundak@google.com>
9316
9317 * gdb.python/py-frame.exp: Test Frame.read_register.
9318
9319 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9320
9321 PR python/16699
9322 * gdb.python/py-completion.exp: New file.
9323 * gdb.python/py-completion.py: Likewise.
9324
9325 2014-08-28 Doug Evans <dje@google.com>
9326
9327 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9328 eax,etc. are live with values set by gdb and thus the compiler can't
9329 use them.
9330 * gdb.arch/i386-pseudo.c (main): Ditto.
9331
9332 2014-08-27 Doug Evans <dje@google.com>
9333
9334 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9335
9336 2014-08-25 Doug Evans <dje@google.com>
9337
9338 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9339 (main): Ditto.
9340
9341 2014-08-25 Doug Evans <dje@google.com>
9342
9343 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9344
9345 2014-08-24 Yao Qi <yao@codesourcery.com>
9346
9347 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9348 symbol off.
9349 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9350
9351 2014-08-22 Doug Evans <dje@google.com>
9352
9353 PR 17276
9354 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9355 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9356 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9357
9358 2014-08-22 Yao Qi <yao@codesourcery.com>
9359
9360 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9361 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9362 * gdb.python/python.exp: Likewise. Use .py file on the host
9363 instead of the build.
9364
9365 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9366
9367 * gdb.threads/gcore-stale-thread.c: New file.
9368 * gdb.threads/gcore-stale-thread.exp: New file.
9369
9370 2014-08-21 Pedro Alves <palves@redhat.com>
9371
9372 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9373 * gdb.base/gcore-relro-pie.exp: Likewise.
9374 * gdb.base/gcore-relro.exp: Likewise.
9375 * gdb.base/gcore.exp: Likewise.
9376 * gdb.base/print-symbol-loading.exp: Likewise.
9377 * gdb.threads/gcore-thread.exp: Likewise.
9378 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9379
9380 2014-08-20 Pedro Alves <palves@redhat.com>
9381 Jan Kratochvil <jan.kratochvil@redhat.com>
9382
9383 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9384 configure.
9385 (EXPECT): Handle READ1 being set.
9386 (all): Depend on EXTRA_RULES.
9387 (check-read1, expect-read1, read1.so, read1): New rules.
9388 * README (Testsuite Parameters): Document the READ1 make variable.
9389 (Race detection): New section.
9390 * configure: Regenerate.
9391 * configure.ac: If build==host==target, and running under a
9392 GNU/glibc system, add read1 to the extra Makefile rules.
9393 (EXTRA_RULES): AC_SUBST it.
9394 * lib/read1.c: New file.
9395
9396 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9397
9398 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9399 the handling of variables declared as a typedef to an array
9400 which a DW_AT_data_location attribute.
9401
9402 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9403 Pedro Alves <palves@redhat.com>
9404
9405 PR symtab/14604
9406 PR symtab/14605
9407 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9408 gdb_test.
9409
9410 2014-08-19 Pedro Alves <palves@redhat.com>
9411
9412 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9413
9414 2014-08-19 Yao Qi <yao@codesourcery.com>
9415
9416 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9417 right line.
9418
9419 2014-08-18 David Blaikie <dblaikie@gmail.com>
9420
9421 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9422
9423 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9424
9425 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9426 attribute in array range.
9427
9428 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9429
9430 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9431
9432 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9433
9434 PR c++/17132
9435 * gdb.cp/pr17132.cc: New file.
9436 * gdb.cp/pr17132.exp: New file.
9437
9438 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9439
9440 * gdb.python/py-xmethods.py (A_getarrayind)
9441 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9442 Use 'print' with function call syntax.
9443 (E_method_matcher.match): Fix tab vs space indentation mixup.
9444
9445 2014-08-15 Yao Qi <yao@codesourcery.com>
9446
9447 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9448 false.
9449
9450 2014-08-15 Yao Qi <yao@codesourcery.com>
9451
9452 * gdb.cp/casts.exp: Set print symbol off.
9453 * gdb.cp/class2.exp: Likewise.
9454 * gdb.cp/overload.exp: Likewise.
9455 * gdb.cp/templates.exp: Likewise.
9456
9457 2014-08-11 Doug Evans <dje@google.com>
9458
9459 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9460 (test_load_shlib): Update.
9461
9462 2014-08-09 Yao Qi <yao@codesourcery.com>
9463
9464 * gdb.base/display.exp: Invoke is_address_zero_readable.
9465 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9466 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9467 * gdb.base/hbreak-unmapped.exp: Return if
9468 is_address_zero_readable returns true.
9469 * gdb.base/signest.exp: Likewise.
9470 * gdb.base/signull.exp: Likewise.
9471 * gdb.base/sigbpt.exp: Likewise.
9472 * gdb.guile/scm-disasm.exp: Do the test if
9473 is_address_zero_readable returns false.
9474 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9475 * gdb.python/py-arch.exp: Likewise.
9476 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9477 * lib/gdb.exp (is_address_zero_readable): New proc.
9478
9479 2014-08-09 Yao Qi <yao@codesourcery.com>
9480
9481 PR testsuite/13443
9482 * gdb.mi/mi-var-display.exp: Make test messages unique.
9483
9484 2014-08-04 Tom Tromey <tromey@redhat.com>
9485
9486 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9487 target 0".
9488
9489 2014-08-04 Tom Tromey <tromey@redhat.com>
9490
9491 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9492 "target_resume".
9493
9494 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9495
9496 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9497 inner_vla_struct_object_size.
9498 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9499 as xfail.
9500
9501 2014-07-30 Pedro Alves <palves@redhat.com>
9502
9503 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9504 comment.
9505
9506 2014-07-29 Yao Qi <yao@codesourcery.com>
9507
9508 PR gdb/17206
9509 * gdb.base/until-nodebug.exp: New.
9510
9511 2014-07-28 Doug Evans <xdje42@gmail.com>
9512
9513 PR guile/17203
9514 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9515 previously existing parameter, and previously ambiguously spelled
9516 parameter.
9517
9518 2014-07-28 Will Newton <will.newton@linaro.org>
9519
9520 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9521
9522 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9523 Doug Evans <xdje42@gmail.com>
9524
9525 PR guile/17146
9526 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9527
9528 2014-07-25 Pedro Alves <palves@redhat.com>
9529
9530 * gdb.threads/signal-command-handle-nopass.c: New file.
9531 * gdb.threads/signal-command-handle-nopass.exp: New file.
9532 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9533 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9534 * gdb.threads/signal-delivered-right-thread.c: New file.
9535 * gdb.threads/signal-delivered-right-thread.exp: New file.
9536
9537 2014-07-25 Pedro Alves <palves@redhat.com>
9538
9539 * gdb.base/double-prompt-target-event-error.exp
9540 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9541 match.
9542 (cancel_pagination_in_target_event): Rework double prompt
9543 detection.
9544 * gdb.base/paginate-after-ctrl-c-running.exp
9545 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9546 <return>' match.
9547 * gdb.base/paginate-bg-execution.exp
9548 (test_bg_execution_pagination_return)
9549 (test_bg_execution_pagination_cancel): Remove '-notransfer
9550 <return>' matches.
9551 * gdb.base/paginate-execution-startup.exp
9552 (test_fg_execution_pagination_return)
9553 (test_fg_execution_pagination_cancel): Remove '-notransfer
9554 <return>' matches.
9555 * gdb.base/paginate-inferior-exit.exp
9556 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9557 match.
9558 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9559 * lib/gdb.exp (pagination_prompt): Run text through
9560 string_to_regexp.
9561 (gdb_test_multiple): Match $pagination_prompt instead of
9562 "<return>".
9563 (string_to_regexp): Move to lib/gdb-utils.exp.
9564
9565 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9566
9567 * gdb.arch/amd64-entry-value-paramref.S: New file.
9568 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9569 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9570 * gdb.arch/amd64-optimout-repeat.S: New file.
9571 * gdb.arch/amd64-optimout-repeat.c: New file.
9572 * gdb.arch/amd64-optimout-repeat.exp: New file.
9573
9574 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9575
9576 PR gdb/17170
9577 * gdb.base/statistics.exp: New file.
9578
9579 2014-07-17 Doug Evans <dje@google.com>
9580
9581 PR gdb/17170
9582 * gdb.base/maint.exp: Update testing of per-command stats.
9583
9584 2014-07-16 Pedro Alves <palves@redhat.com>
9585
9586 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9587 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9588 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9589 (tfile_write_buf): New functions.
9590 (add_memory_block): Rewrite using the above.
9591 (adjust_function_address): New function.
9592 (FUNCTION_ADDRESS): New macro.
9593 (write_basic_trace_file): Remove short_x local, and use
9594 tfile_write_16. Change type of func_addr local to unsigned long
9595 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9596 here. Cast argument of add_memory_block to char pointer.
9597 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9598 (main): Remove parameters.
9599 * gdb.trace/tfile.exp: Remove nowarnings.
9600
9601 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9602
9603 * gdb.base/debug-expr.exp: Test string evaluation with
9604 "debug expression" on.
9605
9606 2014-07-15 Pedro Alves <palves@redhat.com>
9607
9608 * gdb.base/reread.exp: Use clean_restart.
9609
9610 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9611
9612 * gdb.arch/avr-flash-qualifer.c: New.
9613 * gdb.arch/avr-flash-qualifer.exp: New.
9614
9615 2014-07-14 Pedro Alves <palves@redhat.com>
9616
9617 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9618 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9619
9620 2014-07-14 Pedro Alves <palves@redhat.com>
9621
9622 * gdb.base/double-prompt-target-event-error.c: New file.
9623 * gdb.base/double-prompt-target-event-error.exp: New file.
9624
9625 2014-07-14 Pedro Alves <palves@redhat.com>
9626
9627 PR gdb/17072
9628 * gdb.base/paginate-inferior-exit.c: New file.
9629 * gdb.base/paginate-inferior-exit.exp: New file.
9630
9631 2014-07-14 Pedro Alves <palves@redhat.com>
9632
9633 PR gdb/17072
9634 * gdb.base/paginate-bg-execution.c: New file.
9635 * gdb.base/paginate-bg-execution.exp: New file.
9636
9637 2014-07-14 Pedro Alves <palves@redhat.com>
9638
9639 PR gdb/17072
9640 * gdb.base/paginate-execution-startup.c: New file.
9641 * gdb.base/paginate-execution-startup.exp: New file.
9642 * lib/gdb.exp (pagination_prompt): New global.
9643 (default_gdb_spawn): New procedure, factored out from
9644 default_gdb_spawn.
9645 (default_gdb_start): Adjust to call default_gdb_spawn.
9646 (gdb_spawn): New procedure.
9647
9648 2014-07-14 Pedro Alves <palves@redhat.com>
9649
9650 * lib/gdb.exp (gdb_assert): New procedure.
9651 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9652
9653 2014-07-14 Pedro Alves <palves@redhat.com>
9654
9655 * gdb.base/execution-termios.c: New file.
9656 * gdb.base/execution-termios.exp: New file.
9657
9658 2014-07-14 Tom Tromey <tromey@redhat.com>
9659
9660 * gdb.cp/vla-cxx.cc: New file.
9661 * gdb.cp/vla-cxx.exp: New file.
9662
9663 2014-07-14 Tom Tromey <tromey@redhat.com>
9664
9665 * gdb.reverse/rerun-prec.c: New file.
9666 * gdb.reverse/rerun-prec.exp: New file.
9667
9668 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9669 Maciej W. Rozycki <macro@codesourcery.com>
9670
9671 * lib/gdb-utils.exp: New file.
9672 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9673 inline `gdb_init_command' processing.
9674 (gdb_start_cmd): Likewise.
9675 * lib/mi-support.exp (mi_run_cmd): Likewise.
9676 * README: Document `gdb_init_command' and `gdb_init_commands'.
9677
9678 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9679
9680 Fix false FAIL running under a very long directory name.
9681 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9682 and "set print elements 10000". Twice.
9683
9684 2014-07-11 Yao Qi <yao@codesourcery.com>
9685
9686 * gdb.base/exprs.exp: "set print symbol off".
9687
9688 2014-07-11 Pedro Alves <palves@redhat.com>
9689
9690 * gdb.threads/kill.c: New file.
9691 * gdb.threads/kill.exp: New file.
9692
9693 2014-07-10 Yao Qi <yao@codesourcery.com>
9694
9695 * gdb.trace/tfile.c (write_basic_trace_file)
9696 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9697 address written to trace file.
9698
9699 2014-07-09 Pedro Alves <palves@redhat.com>
9700
9701 * gdb.base/attach-wait-input.exp: New file.
9702 * gdb.base/attach-wait-input.c: New file.
9703
9704 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9705
9706 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9707 setting up test structures.
9708 (main): Call new test function.
9709 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9710 test function, continue into test function and walk test
9711 structures.
9712
9713 2014-07-02 Yao Qi <yao@codesourcery.com>
9714
9715 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9716 'bar_start' at the beginning of functions 'foo' and 'bar'
9717 respectively.
9718 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9719 instead of 'foo' and 'bar'.
9720
9721 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9722
9723 * gdb.btrace/segv.exp: New.
9724 * gdb.btrace/segv.c: New.
9725
9726 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9727
9728 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9729 instruction.
9730
9731 2014-06-30 Mark Wielaard <mjw@redhat.com>
9732
9733 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9734 vulture, vilify, villar): New volatile array constants.
9735 (vindictive, vegetation): New const volatile array constants.
9736 * gdb.base/volatile.exp: Test volatile and const volatile array
9737 types.
9738
9739 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9740
9741 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9742 target lacks support for awatch, rwatch, or hbreak.
9743
9744 2014-06-27 Yao Qi <yao@codesourcery.com>
9745
9746 * gdb.multi/dummy-frame-restore.exp: New.
9747 * gdb.multi/dummy-frame-restore.c: New.
9748
9749 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9750
9751 * gdb.btrace/gcore.exp: New.
9752
9753 2014-06-23 Pedro Alves <palves@redhat.com>
9754
9755 * gdb.base/watchpoint-reuse-slot.c: New file.
9756 * gdb.base/watchpoint-reuse-slot.exp: New file.
9757
9758 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9759
9760 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9761 progspace's filename in 'info', 'enable' and 'disable' command
9762 tests.
9763
9764 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9765
9766 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9767 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9768 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9769
9770 2014-06-20 Gary Benson <gbenson@redhat.com>
9771
9772 * gdb.arch/i386-avx.exp: Fix include file location.
9773 * gdb.arch/i386-sse.exp: Likewise.
9774
9775 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9776
9777 * gdb.dlang/expression.exp: New file.
9778
9779 2014-06-19 Pedro Alves <palves@redhat.com>
9780
9781 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9782 out from ...
9783 (top level): ... here. Iterate running tests under different
9784 scheduler-locking settings.
9785
9786 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9787
9788 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9789 to DW_FORM_addr and use non-zero addresses.
9790
9791 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9792
9793 PR gdb/17017
9794 * gdb.python/py-xmethods.cc: Add global function call counters and
9795 increment them in their respective functions. Remove "cout"
9796 statements.
9797 * gdb.python/py-xmethods.exp: Make tests check the global function
9798 call counters instead of depending on inferior IO.
9799
9800 2014-06-18 Don Breazeal <donb@codesourcery.com>
9801
9802 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9803 Deleted procedure.
9804 (explicit_fork_parent_follow): Deleted procedure.
9805 (explicit_fork_child_follow): Deleted procedure.
9806 (test_follow_fork): New procedure.
9807 (do_fork_tests): Replace calls to deleted procedures with
9808 calls to test_follow_fork and reset GDB for subsequent
9809 procedure calls.
9810
9811 2014-06-17 Yao Qi <yao@codesourcery.com>
9812
9813 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9814 CP1252.
9815
9816 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9817
9818 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9819 Initialize ptr and S explicitly.
9820 (skip_type_update_when_not_use_rtti_test): Likewise.
9821
9822 2014-06-16 Keith Seitz <keiths@redhat.com>
9823
9824 PR mi/15863
9825 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9826 the inferior is started.
9827
9828 2014-06-16 Pedro Alves <palves@redhat.com>
9829
9830 * gdb.base/break-main-file-remove-fail.c: New file.
9831 * gdb.base/break-main-file-remove-fail.exp: New file.
9832 * gdb.base/break-unload-file.exp: Use build_executable instead of
9833 prepare_for_testing.
9834 (test_break): New parameter "initial_load". Handle it.
9835 (top level): Add initial_load cmdline/file axis.
9836
9837 2014-06-12 Tom Tromey <tromey@redhat.com>
9838
9839 * gdb.base/completion.exp: Don't use directory name in test.
9840
9841 2014-06-09 Gary Benson <gbenson@redhat.com>
9842
9843 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9844 separate the always-available ANSI-standard signals from the
9845 signals that require checking.
9846 (main): Likewise.
9847 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9848 Likewise.
9849 (main): Likewise.
9850
9851 2014-06-07 Keith Seitz <keiths@redhat.com>
9852
9853 Revert:
9854 PR c++/16253
9855 * gdb.cp/var-tag.cc: New file.
9856 * gdb.cp/var-tag.exp: New file.
9857 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9858 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9859 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9860 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9861
9862 2014-06-06 Doug Evans <xdje42@gmail.com>
9863
9864 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9865
9866 2014-06-06 Pedro Alves <palves@redhat.com>
9867
9868 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9869 in target debug output instead of looking at RSP packets,
9870 disabling the test on any target that uses hardware stepping.
9871 Update comments.
9872
9873 2014-06-06 Pedro Alves <palves@redhat.com>
9874
9875 * gdb.base/break-unload-file.exp: Fix typo.
9876
9877 2014-06-06 Yao Qi <yao@codesourcery.com>
9878
9879 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9880 from "jit_function" to "^jit_function".
9881
9882 2014-06-06 Yao Qi <yao@codesourcery.com>
9883
9884 * gdb.base/async.c (foo): Add one statement.
9885 * gdb.base/async.exp: Get the next instruction address and
9886 match the output of "nexti" by instruction address. Match
9887 the hex address in the output of "finish".
9888
9889 2014-06-06 Gary Benson <gbenson@redhat.com>
9890
9891 * gdb.base/call-signals.c: Remove preprocessor conditionals
9892 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9893 SIGSEGV and SIGTERM.
9894 * gdb.base/sigall.c: Likewise.
9895 * gdb.base/unwindonsignal.c: Likewise.
9896 * gdb.reverse/sigall-reverse.c: Likewise.
9897
9898 2014-06-06 Yao Qi <yao@codesourcery.com>
9899
9900 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9901 readable, skip the test.
9902
9903 2014-06-06 Yao Qi <yao@codesourcery.com>
9904
9905 * gdb.threads/staticthreads.c (thread_function): Move the line
9906 setting breakpoint on forward.
9907 * gdb.threads/staticthreads.exp: Update comments.
9908
9909 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9910
9911 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9912 "history-append! type error".
9913
9914 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9915
9916 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9917 erroneous dprintf expected input.
9918
9919 2014-06-04 Doug Evans <xdje42@gmail.com>
9920
9921 * gdb.guile/scm-generics.exp: Delete.
9922
9923 2014-06-04 Doug Evans <xdje42@gmail.com>
9924
9925 * gdb.guile/scm-breakpoint.exp: Update.
9926 Add tests for breakpoint registration.
9927
9928 2014-06-04 Tom Tromey <tromey@redhat.com>
9929
9930 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9931 VLA-in-union.
9932 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9933 inner_vla_struct, vla_union types. Initialize objects of those
9934 types and compute their sizes.
9935
9936 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9937 Hui Zhu <hui@codesourcery.com>
9938
9939 * gdb.base/fileio.exp: Add test for shell not available as well as
9940 available.
9941 * gdb.base/fileio.c (test_system): Check for shell twice.
9942
9943 2014-06-04 Yao Qi <yao@codesourcery.com>
9944
9945 * gdb.base/auto-connect-native-target.exp: Remove redundant
9946 space from the regexp pattern.
9947
9948 2014-06-04 Yao Qi <yao@codesourcery.com>
9949
9950 * gdb.base/default.exp: Replace "child" with "native" in
9951 regexp pattern.
9952
9953 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9954
9955 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9956 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9957 * gdb.python/py-xmethods.py: Python script supporting the
9958 new testcase and tests.
9959
9960 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9961 Pedro Alves <palves@redhat.com>
9962
9963 PR breakpoints/17000
9964 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9965 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9966
9967 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9968
9969 * gdb.base/subst.exp: Add tests to verify partial path matching
9970 output.
9971
9972 2014-06-03 Pedro Alves <palves@redhat.com>
9973
9974 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9975 target that doesn't use software single-stepping.
9976
9977 2014-06-03 Pedro Alves <palves@redhat.com>
9978
9979 PR breakpoints/17000
9980 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9981 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9982
9983 2014-06-02 Doug Evans <xdje42@gmail.com>
9984
9985 * gdb.guile/scm-parameter.exp: New file.
9986
9987 2014-06-02 Doug Evans <xdje42@gmail.com>
9988
9989 * gdb.guile/scm-cmd.c: New file.
9990 * gdb.guile/scm-cmd.exp: New file.
9991
9992 2014-06-02 Doug Evans <xdje42@gmail.com>
9993
9994 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9995 pretty-printer lookup.
9996 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9997 (make-pp_s-printer): Call it.
9998 (make-pretty-printer-from-dict): New function.
9999 (lookup-pretty-printer-maker-from-dict): New function.
10000 (*pretty-printer*): Simplify.
10001 (make-objfile-pp_s-printer): New function.
10002 (install-objfile-pretty-printers!): New function.
10003 (make-progspace-pp_s-printer): New function.
10004 (install-progspace-pretty-printers!): New function.
10005 * gdb.guile/scm-progspace.c: New file.
10006 * gdb.guile/scm-progspace.exp: New file.
10007
10008 2014-06-02 Pedro Alves <palves@redhat.com>
10009
10010 * gdb.base/dprintf-bp-same-addr.c: New file.
10011 * gdb.base/dprintf-bp-same-addr.exp: New file.
10012
10013 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10014
10015 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10016 * gdb.arch/powerpc-power.s: Likewise.
10017
10018 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10019
10020 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10021
10022 2014-06-01 Yao Qi <yao@codesourcery.com>
10023
10024 * gdb.base/watchpoint.exp (test_watch_location): Check null
10025 pointer can be dereferenced. If not, do the test, otherwise
10026 skip it.
10027
10028 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10029
10030 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10031 results.
10032 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10033
10034 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10035
10036 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10037 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10038 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10039 * gdb.arch/amd64-invalid-stack-top.c: New file.
10040 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10041
10042 2014-05-30 Pedro Alves <palves@redhat.com>
10043
10044 PR breakpoints/17000
10045 * gdb.base/sss-bp-on-user-bp.c: New file.
10046 * gdb.base/sss-bp-on-user-bp.exp: New file.
10047
10048 2014-05-30 David Blaikie <dblaikie@gmail.com>
10049
10050 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10051 gnu_inline semantics via attribute.
10052 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10053 source explicitly specifies the required semantics.
10054
10055 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10056
10057 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10058
10059 2014-05-29 Pedro Alves <palves@redhat.com>
10060 Tom Tromey <tromey@redhat.com>
10061
10062 * gdb.base/async-shell.exp: Don't enable target-async.
10063 * gdb.base/async.exp
10064 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10065 parameter. Adjust.
10066 (top level): Don't test with "target-async".
10067 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10068 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10069 * gdb.base/inferior-died.exp: Don't enable target-async.
10070 * gdb.base/interrupt-noterm.exp: Likewise.
10071 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10072 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10073 * gdb.mi/mi-nonstop.exp: Likewise.
10074 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10075 * gdb.mi/mi-nsintrall.exp: Likewise.
10076 * gdb.mi/mi-nsmoribund.exp: Likewise.
10077 * gdb.mi/mi-nsthrexec.exp: Likewise.
10078 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10079 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10080 * gdb.python/py-evsignal.exp: Don't enable target-async.
10081 * gdb.python/py-evthreads.exp: Likewise.
10082 * gdb.python/py-prompt.exp: Likewise.
10083 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10084 * gdb.server/solib-list.exp: Don't enable target-async.
10085 * gdb.threads/thread-specific-bp.exp: Likewise.
10086 * lib/mi-support.exp: Adjust to use mi-async.
10087
10088 2014-05-29 Pedro Alves <palves@redhat.com>
10089
10090 PR gdb/13860
10091 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10092 reason, even in sync mode.
10093
10094 2014-05-29 Pedro Alves <palves@redhat.com>
10095 Hui Zhu <hui@codesourcery.com>
10096
10097 PR PR15693
10098 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10099 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10100 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10101 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10102
10103 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10104
10105 * config/monitor.exp (gdb_target_monitor): Replace use of
10106 "set remotebaud" by "set serial baud".
10107
10108 2014-05-26 Andy Wingo <wingo@igalia.com>
10109
10110 * gdb.guile/scm-breakpoint.exp:
10111 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10112 properties instead of gdb-object-properties.
10113
10114 2014-05-26 Yao Qi <yao@codesourcery.com>
10115
10116 * gdb.server/no-thread-db.exp: Specify source file name
10117 explicitly when setting a breakpoint.
10118
10119 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10120
10121 * gdb.btrace/vdso.c: New.
10122 * gdb.btrace/vdso.exp: New.
10123
10124 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10125
10126 * gdb.base/gcore.exp (capture_command_output): Move ...
10127 * lib/gdb.exp (capture_command_output): ... here.
10128
10129 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10130
10131 * gdb.btrace/data.exp: Test memory access during btrace replay.
10132
10133 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10134
10135 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10136
10137 2014-05-21 Pedro Alves <palves@redhat.com>
10138
10139 PR gdb/13860
10140 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10141 (top level): Test that output related to execution commands is
10142 sent to the console with CLI commands, but not with MI commands.
10143 Test that breakpoint events are always mirrored to the console.
10144 Also expect the new source line to be output after a "next" in
10145 async mode too. Make it a pass/fail test.
10146 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10147 output.
10148 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10149
10150 2014-05-21 Pedro Alves <palves@redhat.com>
10151
10152 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10153 Use them to test variations of "list" after reaching a breakpoint.
10154 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10155 Test "list" with listsize 10 after reaching a breakpoint.
10156 * gdb.python/python.exp (decode_line current location line
10157 number): Adjust expected line number.
10158
10159 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10160
10161 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10162 behavior for $args, pass it directly to "run".
10163
10164 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10165
10166 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10167 30000 to 65536.
10168
10169 2014-05-21 Pedro Alves <palves@redhat.com>
10170
10171 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10172 auto-connect-native-target off".
10173 * gdb.base/auto-connect-native-target.c: New file.
10174 * gdb.base/auto-connect-native-target.exp: New file.
10175
10176 2014-05-21 Pedro Alves <palves@redhat.com>
10177
10178 * gdb.base/default.exp: Test "target native" instead of "target
10179 child".
10180
10181 2014-05-21 Mark Wielaard <mjw@redhat.com>
10182
10183 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10184
10185 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10186
10187 Fix TLS access for -static -pthread.
10188 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10189 <HAVE_TLS> (thread_function, main): Initialize it.
10190 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10191 Add clean_restart.
10192 <$have_tls != "">: Check TLSVAR.
10193
10194 2014-05-21 Pedro Alves <palves@redhat.com>
10195
10196 * gdb.base/dcache-line-read-error.c: New.
10197 * gdb.base/dcache-line-read-error.exp: New.
10198
10199 2014-05-20 Pedro Alves <palves@redhat.com>
10200
10201 * gdb.base/compare-sections.c: New file.
10202 * gdb.base/compare-sections.exp: New file.
10203
10204 2014-05-20 Pedro Alves <palves@redhat.com>
10205
10206 * gdb.base/break-idempotent.c: New file.
10207 * gdb.base/break-idempotent.exp: New file.
10208
10209 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10210
10211 * gdb.btrace/nohist.exp: New.
10212
10213 2014-05-20 Yao Qi <yao@codesourcery.com>
10214
10215 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10216 gdb.reverse directory and gdb_reverse_timeout exists in board
10217 setting.
10218 * README: Document gdb_reverse_timeout.
10219
10220 2014-05-20 Yao Qi <yao@codesourcery.com>
10221
10222 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10223 'test_file_name'. Treat args as a string instead of a list.
10224 (gdb_init): Rename argument 'args' by 'test_file_name'.
10225
10226 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10227
10228 * gdb.arch/powerpc-power.exp: New file.
10229 * gdb.arch/powerpc-power.s: New file.
10230
10231 2014-05-16 Doug Evans <dje@google.com>
10232
10233 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10234 * gdb.base/completion.exp: Check that all expected files exist
10235 before doing file completion.
10236
10237 2014-05-16 Doug Evans <dje@google.com>
10238
10239 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10240 Update.
10241 (do_syscall_tests_without_xml): Update.
10242
10243 2014-05-16 Pedro Alves <palves@redhat.com>
10244
10245 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10246 instead of "unknown output after running".
10247
10248 2014-05-16 Yao Qi <yao@codesourcery.com>
10249
10250 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10251 file1.txt from host at the end.
10252 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10253
10254 2014-05-15 Doug Evans <dje@google.com>
10255
10256 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10257 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10258 loading file. Add test for TU lookup.
10259
10260 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10261
10262 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10263 calling "-exec-arguments" or "set args" before running the
10264 inferior.
10265
10266 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10267
10268 * lib/mi-support.exp (mi_expect_stop): Expect message for
10269 inferiors that exit with non-zero exit code.
10270
10271 2014-05-14 Yao Qi <yao@codesourcery.com>
10272
10273 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10274 match absolute path on remote host.
10275 (test_file_list_exec_source_files): Remove "/" from the
10276 pattern.
10277
10278 2014-05-14 Yao Qi <yao@codesourcery.com>
10279
10280 * boards/local-remote-host-notty.exp (${board}_file): New
10281 proc.
10282
10283 2014-05-07 Kyle McMartin <kyle@redhat.com>
10284
10285 Pushed by Joel Brobecker <brobecker@adacore.com>.
10286 * gdb.arch/aarch64-atomic-inst.c: New file.
10287 * gdb.arch/aarch64-atomic-inst.exp: New file.
10288
10289 2014-05-07 Yao Qi <yao@codesourcery.com>
10290
10291 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10292 in current context" too.
10293
10294 2014-05-05 Keith Seitz <keiths@redhat.com>
10295
10296 * gdb.linespec/ls-dollar.exp: Add test for linespec
10297 file:convenience_variable.
10298
10299 2014-05-05 Yao Qi <yao@codesourcery.com>
10300
10301 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10302 traceframes into tfile and ctf trace files. Read data from
10303 trace file and test collected data.
10304 (gdb_collect_locals_test): Likewise.
10305 (gdb_unavailable_registers_test): Likewise.
10306 (gdb_unavailable_floats): Likewise.
10307 (gdb_collect_globals_test): Likewise.
10308 (top-level): Append "ctf" to trace_file_targets if GDB
10309 supports.
10310
10311 2014-05-05 Yao Qi <yao@codesourcery.com>
10312
10313 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10314 code to ...
10315 (gdb_collect_args_test_1): ... it. New proc.
10316 (gdb_collect_locals_test): Move some code to ...
10317 (gdb_collect_locals_test_1): ... it. New proc.
10318 (gdb_unavailable_registers_test): Move some code to ...
10319 (gdb_unavailable_registers_test_1): ... it. New proc.
10320 (gdb_unavailable_floats): Move some code to ...
10321 (gdb_unavailable_floats_1): ... it. New proc.
10322
10323 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10324
10325 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10326 probes to test for bitness recognition.
10327 * gdb.arch/amd64-stap-optional-prefix.exp
10328 (test_probe_value_without_reg): New procedure.
10329 Add code to test for different kinds of bitness.
10330
10331 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10332
10333 PR breakpoints/16889
10334 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10335 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10336
10337 2014-05-01 Pedro Alves <palves@redhat.com>
10338
10339 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10340 gdb_file_cmd if no file is specified.
10341 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10342 last_loaded_file to set the remote exec-file.
10343
10344 2014-05-01 Pedro Alves <palves@redhat.com>
10345
10346 * boards/local-remote-host.exp: New file.
10347
10348 2014-05-01 Pedro Alves <palves@redhat.com>
10349
10350 * boards/local-remote-host.exp: Rename to ...
10351 * boards/local-remote-host-notty.exp: ... this.
10352
10353 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10354
10355 * gdb.ada/dyn_arrayidx: New testcase.
10356
10357 2014-04-26 Yao Qi <yao@codesourcery.com>
10358
10359 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10360 and compute the length of function main. Save it in
10361 $main_length.
10362 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10363 (top-level): Use gdb_compile to compile objects into
10364 executable and restart GDB. Remove invocation to
10365 prepare_for_testing.
10366
10367 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10368 Pedro Alves <palves@redhat.com>
10369
10370 PR server/16255
10371 * gdb.multi/multi-attach.c: New file.
10372 * gdb.multi/multi-attach.exp: New file.
10373
10374 2014-04-25 Pedro Alves <palves@redhat.com>
10375
10376 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10377 user.
10378 (top level): Test that "set remote conditional-breakpoints-packet
10379 off" works as intended.
10380 * gdb.base/dprintf.exp: Test that "set remote
10381 breakpoint-commands-packet off" works as intended.
10382 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10383 New function.
10384 (top level): Call it.
10385 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10386 remote fast-tracepoints-packet off" works as intended.
10387 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10388 * lib/gdb.exp (gdb_is_target_remote): ... here.
10389
10390 2014-04-24 David Blaikie <dblaikie@gmail.com>
10391
10392 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10393 ensure clang would not discard them.
10394 * gdb.base/gdbvars.c: Ditto.
10395 * gdb.base/memattr.c: Ditto.
10396 * gdb.base/whatis.c: Ditto.
10397 * gdb.python/py-prettyprint.c: Ditto.
10398 * gdb.trace/actions.c: Ditto.
10399 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10400 ensure clang would not discard it.
10401
10402 2014-04-24 David Blaikie <dblaikie@gmail.com>
10403
10404 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10405 clang to emit the full definition of type required by the test
10406 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10407
10408 2014-04-24 David Blaikie <dblaikie@gmail.com>
10409
10410 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10411 coax Clang into emitting the definition of the type.
10412 * gdb.cp/pr10728-x.h (y): Ditto.
10413 * gdb.cp/pr10728-y.cc (y): Ditto.
10414
10415 2014-04-24 David Blaikie <dblaikie@gmail.com>
10416
10417 * gdb.base/label.exp: XFAIL label related tests under Clang.
10418 * gdb.cp/cplabel.exp: Ditto.
10419 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10420 under Clang those using labels.
10421
10422 2014-04-25 Yao Qi <yao@codesourcery.com>
10423
10424 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10425 double_label.
10426 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10427 partial_label and double_label.
10428
10429 2014-04-24 David Blaikie <dblaikie@gmail.com>
10430
10431 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10432
10433 2014-04-24 David Blaikie <dblaikie@gmail.com>
10434
10435 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10436 of the function to work across GCC and Clang.
10437 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10438 pointer types (const void ** const V void **).
10439
10440 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10441 Walfred Tedeschi <walfred.tedeschi@intel.com>
10442
10443 * Makefile.in (EXECUTABLES): Added i386-avx512.
10444 * gdb.arch/i386-avx512.c: New file.
10445 * gdb.arch/i386-avx512.exp: Likewise.
10446
10447 2014-04-23 Keith Seitz <keiths@redhat.com>
10448
10449 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10450 (mi_make_breakpoint_table): New procedure.
10451 (mi_create_breakpoint): Use mi_make_breakpoint
10452 and return the result.
10453 (mi_make_breakpoint): New procedure.
10454 (mi_build_kv_pairs): New procedure.
10455
10456 * gdb.mi/mi-break.exp: Remove unused globals,
10457 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10458 All callers updated.
10459 * gdb.mi/mi-dprintf.exp: Use variable to track command
10460 number.
10461 Update all callers of mi_create_breakpoint and use
10462 mi_make_breakpoint_table.
10463 Remove any unused global variables.
10464 * gdb.mi/mi-nonstop.exp: Likewise.
10465 * gdb.mi/mi-nsintrall.exp: Likewise.
10466 * gdb.mi/mi-nsmoribund.exp: Likewise.
10467 * gdb.mi/mi-nsthrexec.exp: Likewise.
10468 * gdb.mi/mi-reverse.exp: Likewise.
10469 * gdb.mi/mi-simplerun.exp: Likewise.
10470 * gdb.mi/mi-stepn.exp: Likewise.
10471 * gdb.mi/mi-syn-frame.exp: Likewise.
10472 * gdb.mi/mi-until.exp: Likewise.
10473 * gdb.mi/mi-var-cp.exp: Likewise.
10474 * gdb.mi/mi-var-display.exp: Likewise.
10475 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10476 * gdb.mi/mi2-var-child.exp: Likewise.
10477 * gdb.mi/mi-vla-c99.exp: Likewise.
10478 * lib/mi-support.exp: Likewise.
10479
10480 From Ian Lance Taylor <iant@cygnus.com>:
10481 * lib/gdb.exp (parse_args): New procedure.
10482
10483 2014-04-23 Pedro Alves <palves@redhat.com>
10484
10485 * gdb.base/break-unload-file.c: New file.
10486 * gdb.base/break-unload-file.exp: New file.
10487 * gdb.base/sym-file-lib.c (baz): New function.
10488 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10489 field.
10490 (load): Store the segment's mapped size.
10491 (unload): New function.
10492 (unload_shlib): New function.
10493 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10494 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10495 set a breakpoint at baz, and call it.
10496 * gdb.base/sym-file.exp: New tests for stale breakpoint
10497 instructions.
10498
10499 2014-04-23 Pedro Alves <palves@redhat.com>
10500
10501 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10502 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10503 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10504 * gdb.base/hbreak-unmapped.c: New file.
10505 * gdb.base/hbreak-unmapped.exp: New file.
10506 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10507 * lib/gdb.exp (gdb_is_target_remote): ... here.
10508
10509 2014-04-22 Pedro Alves <palves@redhat.com>
10510
10511 * gdb.base/consecutive-step-over.c: New file.
10512 * gdb.base/consecutive-step-over.exp: New file.
10513
10514 2014-04-22 Pedro Alves <palves@redhat.com>
10515
10516 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10517 instead of send_gdb/gdb_expect.
10518
10519 2014-04-22 Yao Qi <yao@codesourcery.com>
10520
10521 * lib/trace-support.exp (generate_tracefile): New procedure.
10522 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10523 return 0.
10524 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10525 if generate_tracefile returns 1.
10526
10527 2014-04-18 Tom Tromey <palves@redhat.com>
10528 Pedro alves <tromey@redhat.com>
10529
10530 PR backtrace/15558
10531 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10532 with a backtrace limit.
10533 * gdb.python/py-frame-inline.exp: Test running to an inline
10534 function with a backtrace limit, and printing the newest frame.
10535 * gdb.python/py-frame-inline.c (main): Call f.
10536
10537 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10538
10539 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10540
10541 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10542
10543 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10544 Drop prefix from unsupported source file path.
10545
10546 2014-04-17 Yao Qi <yao@codesourcery.com>
10547
10548 * lib/gdb.exp (with_target_charset): New proc.
10549 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10550 with_target_charset.
10551 (test_print_strings): Likewise.
10552 (test_repeat_bytes): Likewise.
10553 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10554 for some tests.
10555
10556 2014-04-16 Keith Seitz <keiths@redhat.com>
10557
10558 PR gdb/15827
10559 * gdb.dwarf2/corrupt.c: New file.
10560 * gdb.dwarf2/corrupt.exp: New file.
10561
10562 2014-04-16 Keith Seitz <keiths@redhat.com>
10563
10564 PR c++/16597
10565 * gdb.cp/namelessclass.cc: New file.
10566 * gdb.cp/namelessclass.exp: New file.
10567 * gdb.cp/namelessclass.S: New file.
10568
10569 2014-04-16 Doug Evans <dje@google.com>
10570
10571 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10572 Add comment.
10573 (gdbserver_default_get_comm_port): New function.
10574 (gdbserver_start): Check if board file provided
10575 "gdbserver,get_comm_port" and use it if so.
10576 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10577 (gdb,socketport): Set to "stdio".
10578 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10579 (stdio_gdbserver_template): Delete.
10580 (${board}_get_remote_address): Update.
10581 (${board}_build_remote_cmd): Delete.
10582 (${board}_get_comm_port): New function.
10583 (${board}_spawn): Update.
10584 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10585 Delete.
10586 (${board}_get_remote_address): Update.
10587 (${board}_get_comm_port): New function.
10588
10589 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10590
10591 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10592 appearing in any order.
10593
10594 2014-04-15 Doug Evans <dje@google.com>
10595
10596 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10597 uninitialized value of "description".
10598
10599 2014-04-15 Keith Seitz <keiths@redhat.com>
10600
10601 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10602 Remove unused globals.
10603 (test_running_the_program): Likewise.
10604 (test_controlled_execution): Likewise.
10605 (test_controlling_breakpoints): Likewise.
10606 (test_program_termination): Likewise.
10607
10608 2014-04-15 Keith Seitz <keiths@redhat.com>
10609
10610 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10611 unused globals.
10612 (test_rbreak_creation_and_listing): Likewise.
10613 (test_ignore_count): Likewise.
10614 (test_error): Likewise.
10615
10616 2014-04-15 Pedro Alves <palves@redhat.com>
10617
10618 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10619 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10620 sym-file-loader.c.
10621 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10622 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10623 to sym-file-loader.c.
10624 (struct library): Forward declare.
10625 (load_shlib, lookup_function): Change prototypes.
10626 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10627 (translate_offset): Remove declarations.
10628 (get_text_addr): New declaration.
10629 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10630 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10631 sym-file-loader.h.
10632 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10633 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10634 here from sym-file-loader.h.
10635 (struct library): New structure.
10636 (load_shlib, lookup_function): Change prototypes and adjust to
10637 work with a struct library.
10638 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10639 (translate_offset): Make static.
10640 (get_text_addr): New function.
10641 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10642
10643 2014-04-15 Pedro Alves <palves@redhat.com>
10644
10645 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10646
10647 2014-04-15 Pedro Alves <palves@redhat.com>
10648
10649 * gdb.base/sym-file-loader.c: Include <limits.h>.
10650 (SELF_LINK): New define.
10651 (get_origin): New function.
10652 (load_shlib): Use it.
10653 * gdb.base/sym-file.exp: Don't early return if the target is
10654 remote. Use runto_main, and issue fail is that fails. Use
10655 gdb_load_shlibs.
10656 (shlib_name): Delete.
10657 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10658
10659 2014-04-15 Pedro Alves <palves@redhat.com>
10660
10661 * gdb.base/sym-file.exp: Remove regex characters from test
10662 message. Don't refer to breakpoint numbers in test messages.
10663
10664 2014-04-14 Keith Seitz <keiths@redhat.com>
10665
10666 PR c++/16253
10667 * gdb.cp/var-tag.cc: New file.
10668 * gdb.cp/var-tag.exp: New file.
10669 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10670 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10671 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10672 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10673
10674 2014-04-14 Tom Tromey <tromey@redhat.com>
10675
10676 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10677 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10678 type.
10679 * gdb.cp/enum-class.exp: New file.
10680 * gdb.cp/enum-class.cc: New file.
10681
10682 2014-04-14 Tom Tromey <tromey@redhat.com>
10683
10684 * gdb.dwarf2/enum-type.exp: New file.
10685
10686 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10687
10688 * gdb.mi/mi-vla-c99.exp: New file.
10689 * gdb.mi/vla.c: New file.
10690
10691 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10692
10693 * gdb.base/vla-datatypes.c: New file.
10694 * gdb.base/vla-datatypes.exp: New file.
10695
10696 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10697
10698 * gdb.base/vla-ptr.c: New file.
10699 * gdb.base/vla-ptr.exp: New file.
10700
10701 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10702
10703 * gdb.dwarf2/count.exp: New file.
10704
10705 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10706
10707 * gdb.base/vla-sideeffect.c: New file.
10708 * gdb.base/vla-sideeffect.exp: New file.
10709
10710 2014-04-14 David Blaikie <dblaikie@gmail.com>
10711
10712 * gdb.mi/non-stop.c: Add return value for non-void function return
10713 statement.
10714 * gdb.threads/staticthreads.c: Ditto.
10715
10716 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10717 Doug Evans <xdje42@gmail.com>
10718
10719 * gdb.guile/scm-value.c: Improve test case.
10720 * gdb.guile/scm-value.exp: Add new test.
10721
10722 2014-04-11 David Blaikie <dblaikie@gmail.com>
10723
10724 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10725 override Clang's default.
10726
10727 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10728
10729 Revert the following changes (regressions):
10730
10731 * gdb.base/vla-sideeffect.c: New file.
10732 * gdb.base/vla-sideeffect.exp: New file.
10733
10734 * gdb.dwarf2/count.exp: New file.
10735
10736 * gdb.base/vla-multi.c: New file.
10737 * gdb.base/vla-multi.exp: New file.
10738
10739 * gdb.base/vla-ptr.c: New file.
10740 * gdb.base/vla-ptr.exp: New file.
10741
10742 * gdb.base/vla-datatypes.c: New file.
10743 * gdb.base/vla-datatypes.exp: New file.
10744
10745 * gdb.mi/mi-vla-c99.exp: New file.
10746 * gdb.mi/vla.c: New file.
10747
10748 2014-04-11 Keith Seitz <keiths@redhat.com>
10749
10750 PR c++/16675
10751 * gdb.cp/cpsizeof.exp: New file.
10752 * gdb.cp/cpsizeof.cc: New file.
10753
10754 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10755
10756 * gdb.mi/mi-vla-c99.exp: New file.
10757 * gdb.mi/vla.c: New file.
10758
10759 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10760
10761 * gdb.base/vla-datatypes.c: New file.
10762 * gdb.base/vla-datatypes.exp: New file.
10763
10764 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10765
10766 * gdb.base/vla-ptr.c: New file.
10767 * gdb.base/vla-ptr.exp: New file.
10768
10769 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10770
10771 * gdb.base/vla-multi.c: New file.
10772 * gdb.base/vla-multi.exp: New file.
10773
10774 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10775
10776 * gdb.dwarf2/count.exp: New file.
10777
10778 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10779
10780 * gdb.base/vla-sideeffect.c: New file.
10781 * gdb.base/vla-sideeffect.exp: New file.
10782
10783 2014-04-11 Yao Qi <yao@codesourcery.com>
10784
10785 * gdb.base/completion.exp: Check file exists before running tests
10786 on file completion.
10787
10788 2014-04-10 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.base/cond-eval-mode.c: New file.
10791 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10792 prepare_for_testing to build the new file. Check result of
10793 runto_main.
10794 (test_break, test_watch): New procedures.
10795 (top level): Use them.
10796
10797 2014-04-08 Pierre Muller <muller@sourceware.org>
10798
10799 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10800 Ctrl-V use for mingw hosts.
10801
10802 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10803
10804 * gdb.python/py-value.c: Improve test case.
10805 * gdb.python/py-value.exp: Add new test.
10806
10807 2014-04-07 David Blaikie <dblaikie@gmail.com>
10808
10809 * lib/compiler.c: Identify the clang compiler.
10810 * lib/compiler.cc: Ditto.
10811
10812 2014-04-03 Yao Qi <yao@codesourcery.com>
10813
10814 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10815
10816 2014-04-01 Anton Blanchard <anton@samba.org>
10817
10818 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10819 messages unique.
10820
10821 2014-04-01 Anton Blanchard <anton@samba.org>
10822
10823 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10824 prepare_for_testing.
10825
10826 2014-04-01 Anton Blanchard <anton@samba.org>
10827
10828 * gdb.arch/ppc64-atomic-inst.c: Remove.
10829 * gdb.arch/ppc64-atomic-inst.S: New file.
10830 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10831
10832 2014-03-31 Doug Evans <dje@google.com>
10833
10834 * gdb.base/print-symbol-loading-lib.c: New file.
10835 * gdb.base/print-symbol-loading-main.c: New file.
10836 * gdb.base/print-symbol-loading.exp: New file.
10837
10838 2014-03-31 Yao Qi <yao@codesourcery.com>
10839
10840 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10841
10842 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10843
10844 * gdb.ada/mi_dyn_arr: New testcase.
10845
10846 2014-03-27 Doug Evans <dje@google.com>
10847
10848 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10849
10850 2014-03-27 Yao Qi <yao@codesourcery.com>
10851
10852 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10853 if target is nios2-*-*.
10854
10855 2014-03-26 Yao Qi <yao@codesourcery.com>
10856
10857 * lib/gdb.exp (readline_is_used): New proc.
10858 * gdb.base/completion.exp: Move tests on command complete up.
10859 Skip the rest of tests if readline is not used.
10860 * gdb.ada/complete.exp: Skp the test if readline is not
10861 used.
10862 * gdb.base/filesym.exp: Likewise.
10863 * gdb.base/macscp.exp: Likewise.
10864 * gdb.base/readline-ask.exp: Likewise.
10865 * gdb.base/readline.exp: Likewise.
10866 * gdb.python/py-cmd.exp: Likewise.
10867 * gdb.trace/tfile.exp: Likewise.
10868
10869 2014-03-26 Yao Qi <yao@codesourcery.com>
10870
10871 * gdb.base/macscp.exp: Fix code format issues.
10872
10873 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10874
10875 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10876 * gdb.asm/powerpc64le.inc: New file.
10877
10878 2014-03-25 Pedro Alves <palves@redhat.com>
10879 Doug Evans <dje@google.com>
10880
10881 * gdb.base/source-execution.c: New file.
10882 * gdb.base/source-execution.exp: New file.
10883 * gdb.base/source-execution.gdb: New file.
10884
10885 2014-03-24 Doug Evans <dje@google.com>
10886
10887 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10888 using fission.
10889
10890 2014-03-24 Hui Zhu <hui@codesourcery.com>
10891 Pedro Alves <palves@redhat.com>
10892
10893 PR breakpoints/16101
10894 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10895 test pass/fail messages. Detect missing support for dprintf when
10896 breakpoints are actually inserted.
10897 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10898 breakpoints are actually inserted.
10899 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10900 fails.
10901
10902 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10903
10904 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10905
10906 2014-03-22 Doug Evans <xdje42@gmail.com>
10907
10908 * gdb.python/python.exp (python not supported): Verify multi-line
10909 python command issues an error.
10910 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10911 guile command issues an error.
10912
10913 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10914
10915 * gdb.threads/thread-specific.exp: Handle the lack of usable
10916 $this_breakpoint and $this_thread.
10917
10918 2014-03-21 Hui Zhu <hui@codesourcery.com>
10919
10920 * gdb.base/attach.exp (do_command_attach_tests): New.
10921
10922 2014-03-20 Tom Tromey <tromey@redhat.com>
10923 Pedro Alves <palves@redhat.com>
10924
10925 PR cli/15718
10926 * gdb.base/condbreak-call-false.c: New file.
10927 * gdb.base/condbreak-call-false.exp: New file.
10928
10929 2014-03-20 Pedro Alves <palves@redhat.com>
10930
10931 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10932 Delete.
10933 (block_signals, unblock_signals): Delete.
10934 (child_function_2, main): Remove references to deleted variable
10935 and functions.
10936
10937 2014-03-20 Pedro Alves <palves@redhat.com>
10938
10939 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10940 Use pthread_kill to signal thread 2.
10941 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10942 Adjust to make the test send itself a signal rather than using the
10943 host's "kill" command.
10944
10945 2014-03-20 Pedro Alves <palves@redhat.com>
10946
10947 * gdb.threads/multiple-step-overs.c: New file.
10948 * gdb.threads/multiple-step-overs.exp: New file.
10949 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10950 Adjust expected infrun debug output.
10951
10952 2014-03-20 Pedro Alves <palves@redhat.com>
10953
10954 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10955 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10956
10957 2014-03-20 Pedro Alves <palves@redhat.com>
10958
10959 PR breakpoints/7143
10960 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10961 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10962 of gdb_test_multiple.
10963 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10964 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10965
10966 2014-03-20 Pedro Alves <palves@redhat.com>
10967
10968 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10969 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10970
10971 2014-03-19 Pedro Alves <palves@redhat.com>
10972
10973 * gdb.base/async.exp: Remove early return.
10974
10975 2014-03-19 Pedro Alves <palves@redhat.com>
10976
10977 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10978
10979 2014-03-19 Pedro Alves <palves@redhat.com>
10980
10981 * gdb.base/async.exp (test_background): Expect \r\n after
10982 "completed." in the fail pattern.
10983
10984 2014-03-19 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.base/async.exp (test_background): New procedure.
10987 Use it for all background execution command tests.
10988
10989 2014-03-19 Pedro Alves <palves@redhat.com>
10990
10991 * gdb.base/async.exp: Use prepare_for_testing.
10992
10993 2014-03-19 Pedro Alves <palves@redhat.com>
10994
10995 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10996 the same line.
10997
10998 2014-03-19 Pedro Alves <palves@redhat.com>
10999
11000 * gdb.base/async.c (main): Add "jump here" and "until here" line
11001 marker comments.
11002 * gdb.base/async.exp (jump_here): New global.
11003 (jump& test): Use it.
11004 (until_here): New global.
11005 (until& test): Use it.
11006
11007 2014-03-19 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.base/async.exp: Don't frob gdb_protocol.
11010
11011 2014-03-18 Doug Evans <xdje42@gmail.com>
11012
11013 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11014 Fix spelling of exec-done-display.
11015
11016 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11017
11018 PR gdb/15358
11019 * gdb.base/gdb-sigterm.c: New file.
11020 * gdb.base/gdb-sigterm.exp: New file.
11021
11022 2014-03-18 Pedro Alves <palves@redhat.com>
11023
11024 PR gdb/13860
11025 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11026 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11027 solib-event.
11028
11029 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11030
11031 * gdb.ada/pckd_arr_ren: New testcase.
11032
11033 2014-03-13 Doug Evans <xdje42@gmail.com>
11034
11035 PR guile/16612
11036 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11037 collect after discarding symbols.
11038
11039 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11040 Doug Evans <xdje42@gmail.com>
11041
11042 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11043 to history survives a gc.
11044
11045 2014-03-13 Pedro Alves <palves@redhat.com>
11046
11047 * gdb.base/default.exp: Don't test "target procfs".
11048
11049 2014-03-13 Pedro Alves <palves@redhat.com>
11050
11051 * gdb.base/default.exp: Update "target child" and "target procfs"
11052 tests to not expect "Unix".
11053
11054 2014-03-12 Tom Tromey <tromey@redhat.com>
11055
11056 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11057 New procs. Add target-async tests.
11058 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11059 Add target-async tests.
11060
11061 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11062
11063 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11064 'func_start' and 'func_end' for the beginning and end of the
11065 function code, respectively.
11066 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11067 'func_end' instead of 'func' and 'main'.
11068
11069 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11070
11071 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11072 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11073 generate the debug info assembler source.
11074
11075 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11076
11077 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11078 * gdb.dwarf2/arr-subrange.exp: Likewise.
11079 * gdb.dwarf2/dwz.exp: Likewise.
11080 * gdb.dwarf2/method-ptr.exp: Likewise.
11081 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11082 * gdb.dwarf2/subrange.exp: Likewise.
11083 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11084 * gdb.dwarf2/implptrpiece.exp: Likewise.
11085 * gdb.dwarf2/nostaticblock.exp: Likewise.
11086
11087 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11088
11089 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11090 directory to absolute path name arguments.
11091
11092 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11093
11094 * gdb.ada/tagged_access: New testcase.
11095
11096 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11097
11098 * gdb.btrace/data.exp: Update expected output.
11099
11100 2014-03-06 Yao Qi <yao@codesourcery.com>
11101
11102 * gdb.trace/pr16508.exp: New file.
11103
11104 2014-03-05 Pedro Alves <palves@redhat.com>
11105
11106 PR gdb/16575
11107 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11108 procedure.
11109 (top level): Adjust to use it. Add tests that exercise breakpoint
11110 interaction with the code-cache.
11111
11112 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11113
11114 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11115 test for 'history-append!'.
11116
11117 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11118
11119 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11120 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11121 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11122 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11123 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11124 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11125
11126 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11127
11128 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11129 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11130 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11131
11132 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11133
11134 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11135
11136 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11137
11138 * gdb.dwarf2/arr-stride.c: New file.
11139 * gdb.dwarf2/arr-stride.exp: New file.
11140
11141 2014-02-26 Pedro Alves <palves@redhat.com>
11142
11143 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11144 that won't ever trigger. Make sure that GDB reports the correct
11145 breakpoint that caused the stop.
11146
11147 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11148
11149 PR gdb/16626
11150 * gdb.base/auto-load-script: New file.
11151 * gdb.base/auto-load.c: New file.
11152 * gdb.base/auto-load.exp: New file.
11153
11154 PR gdb/16626
11155 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11156
11157 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11158
11159 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11160 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11161
11162 2014-02-24 Doug Evans <dje@google.com>
11163
11164 * lib/gdb.exp (run_on_host): Log error output if program fails.
11165
11166 2014-02-21 Pedro Alves <palves@redhat.com>
11167
11168 * gdb.threads/step-after-sr-lock.c: Rename to ...
11169 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11170 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11171 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11172 ... this.
11173
11174 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11175
11176 PR tdep/16397
11177 * gdb.arch/amd64-stap-special-operands.exp: New file.
11178 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11179 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11180 * gdb.arch/amd64-stap-triplet.S: Likewise.
11181 * gdb.arch/amd64-stap-triplet.c: Likewise.
11182
11183 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11184
11185 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11186 in .section pseudo-op.
11187
11188 2014-02-20 lin zuojian <manjian2006@gmail.com>
11189 Joel Brobecker <brobecker@adacore.com>
11190 Doug Evans <xdje42@gmail.com>
11191
11192 PR symtab/16581
11193 * gdb.dwarf2/dw2-icycle.S: New file.
11194 * gdb.dwarf2/dw2-icycle.c: New file.
11195 * gdb.dwarf2/dw2-icycle.exp: New file.
11196
11197 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11198
11199 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11200 operations on gdb.Value objects.
11201 * gdb.python/py-value-cc.exp: Add new test to test operations on
11202 gdb.Value objects.
11203
11204 2014-02-18 Doug Evans <dje@google.com>
11205
11206 * Makefile.in (TESTS): New variable.
11207 (expanded_tests, expanded_tests_or_none): New variables
11208 (check-single): Pass $(expanded_tests_or_none) to runtest.
11209 (check-parallel): Only run tests in $(TESTS) if non-empty.
11210 (check/no-matching-tests-found): New rule.
11211 * README: Document TESTS makefile variable.
11212
11213 2014-02-18 Doug Evans <dje@google.com>
11214
11215 * Makefile.in (check-parallel): rm -rf outputs temp.
11216
11217 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11218
11219 Fix "ERROR: no fileid for" in the testsuite.
11220 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11221
11222 2014-02-12 Doug Evans <dje@google.com>
11223
11224 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11225 (MISCELLANEOUS): New variable.
11226 (clean): rm -rf $(MISCELLANEOUS).
11227 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11228 dwp live in the same directory as symlinks, with each symlink pointed
11229 to a differently named file in a different directory.
11230
11231 2014-02-11 Doug Evans <dje@google.com>
11232
11233 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11234 of Tcl file commands.
11235
11236 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11237
11238 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11239 "kill -SIGUSR1 -1".
11240
11241 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11242
11243 * gdb.ada/tick_length_array_enum_idx: New testcase.
11244
11245 2014-02-10 Doug Evans <xdje42@gmail.com>
11246
11247 * configure.ac (AC_OUTPUT): Add gdb.guile.
11248 * configure: Regenerate.
11249 * lib/gdb-guile.exp: New file.
11250 * lib/gdb.exp (get_target_charset): New function.
11251 * gdb.base/help.exp: Update expected output from "apropos apropos".
11252 * gdb.guile/Makefile.in: New file.
11253 * gdb.guile/guile.exp: New file.
11254 * gdb.guile/scm-arch.c: New file.
11255 * gdb.guile/scm-arch.exp: New file.
11256 * gdb.guile/scm-block.c: New file.
11257 * gdb.guile/scm-block.exp: New file.
11258 * gdb.guile/scm-breakpoint.c: New file.
11259 * gdb.guile/scm-breakpoint.exp: New file.
11260 * gdb.guile/scm-disasm.c: New file.
11261 * gdb.guile/scm-disasm.exp: New file.
11262 * gdb.guile/scm-equal.c: New file.
11263 * gdb.guile/scm-equal.exp: New file.
11264 * gdb.guile/scm-error.exp: New file.
11265 * gdb.guile/scm-error.scm: New file.
11266 * gdb.guile/scm-frame-args.c: New file.
11267 * gdb.guile/scm-frame-args.exp: New file.
11268 * gdb.guile/scm-frame-args.scm: New file.
11269 * gdb.guile/scm-frame-inline.c: New file.
11270 * gdb.guile/scm-frame-inline.exp: New file.
11271 * gdb.guile/scm-frame.c: New file.
11272 * gdb.guile/scm-frame.exp: New file.
11273 * gdb.guile/scm-generics.exp: New file.
11274 * gdb.guile/scm-gsmob.exp: New file.
11275 * gdb.guile/scm-iterator.c: New file.
11276 * gdb.guile/scm-iterator.exp: New file.
11277 * gdb.guile/scm-math.c: New file.
11278 * gdb.guile/scm-math.exp: New file.
11279 * gdb.guile/scm-objfile-script-gdb.in: New file.
11280 * gdb.guile/scm-objfile-script.c: New file.
11281 * gdb.guile/scm-objfile-script.exp: New file.
11282 * gdb.guile/scm-objfile.c: New file.
11283 * gdb.guile/scm-objfile.exp: New file.
11284 * gdb.guile/scm-ports.exp: New file.
11285 * gdb.guile/scm-pretty-print.c: New file.
11286 * gdb.guile/scm-pretty-print.exp: New file.
11287 * gdb.guile/scm-pretty-print.scm: New file.
11288 * gdb.guile/scm-section-script.c: New file.
11289 * gdb.guile/scm-section-script.exp: New file.
11290 * gdb.guile/scm-section-script.scm: New file.
11291 * gdb.guile/scm-symbol.c: New file.
11292 * gdb.guile/scm-symbol.exp: New file.
11293 * gdb.guile/scm-symtab-2.c: New file.
11294 * gdb.guile/scm-symtab.c: New file.
11295 * gdb.guile/scm-symtab.exp: New file.
11296 * gdb.guile/scm-type.c: New file.
11297 * gdb.guile/scm-type.exp: New file.
11298 * gdb.guile/scm-value-cc.cc: New file.
11299 * gdb.guile/scm-value-cc.exp: New file.
11300 * gdb.guile/scm-value.c: New file.
11301 * gdb.guile/scm-value.exp: New file.
11302 * gdb.guile/source2.scm: New file.
11303 * gdb.guile/types-module.cc: New file.
11304 * gdb.guile/types-module.exp: New file.
11305
11306 2014-02-10 Yao Qi <yao@codesourcery.com>
11307
11308 PR testsuite/16543
11309 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11310 * configure: Regenerated.
11311 * Makefile.in: New file.
11312
11313 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11314
11315 * gdb.python/py-framefilter.exp: Fix typo.
11316
11317 2014-02-08 Yao Qi <yao@codesourcery.com>
11318
11319 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11320 that no =breakpoint-modified is emitted when breakpoints are
11321 modified through MI commands.
11322
11323 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11324 Pedro Alves <palves@redhat.com>
11325
11326 * gdb.threads/step-after-sr-lock.c: New file.
11327 * gdb.threads/step-after-sr-lock.exp: New file.
11328
11329 2014-02-07 Pedro Alves <palves@redhat.com>
11330
11331 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11332
11333 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11334
11335 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11336 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11337
11338 2014-02-06 Doug Evans <xdje42@gmail.com>
11339
11340 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11341 output.
11342
11343 * gdb.gdb/python-interrupts.exp: New file.
11344
11345 2014-02-05 Yao Qi <yao@codesourcery.com>
11346
11347 * gdb.trace/report.exp (use_collected_data): Test the output
11348 of "info threads" and "info inferiors".
11349
11350 2014-02-05 Yao Qi <yao@codesourcery.com>
11351
11352 Revert this patch:
11353
11354 2013-05-24 Yao Qi <yao@codesourcery.com>
11355
11356 * gdb.trace/tfile.exp: Test inferior and thread.
11357
11358 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11359
11360 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11361 on a function.
11362 * gdb.base/step-bt.c: Call hello via function pointer to make
11363 sure its first instruction is executed on powerpc64le-linux.
11364
11365 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11366
11367 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11368
11369 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11370
11371 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11372 of the test patterns for use on little-endian systems.
11373
11374 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11375
11376 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11377 (decimal_vector): Fix for little-endian.
11378
11379 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11380
11381 * gdb.arch/sparc-sysstep.exp: New file.
11382 * gdb.arch/sparc-sysstep.c: Likewise.
11383
11384 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11385
11386 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11387
11388 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11389
11390 2014-01-23 Tom Tromey <tromey@redhat.com>
11391
11392 * gdb.ada/array_char_idx: New testcase.
11393
11394 2014-01-23 Tom Tromey <tromey@redhat.com>
11395
11396 PR python/16487:
11397 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11398 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11399 classes.
11400
11401 2014-01-23 Tom Tromey <tromey@redhat.com>
11402
11403 PR python/16491:
11404 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11405 string from an inferior frame.
11406 * gdb.python/py-framefilter-mi.exp: Update.
11407
11408 2014-01-22 Doug Evans <dje@google.com>
11409
11410 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11411
11412 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11413
11414 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11415
11416 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11417
11418 * gdb.trace/entry-values.exp: Remove excess space character from
11419 regex patterns. Handle s390 call instruction.
11420
11421 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11422
11423 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11424 define "*_start" label. Make "name" static.
11425 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11426 ${name} by references to ${name}_start.
11427
11428 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11429
11430 * gdb.base/info-macros.exp: Remove "debug" from the compile
11431 options.
11432
11433 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11434
11435 * gdb.dlang/demangle.exp: New file.
11436
11437 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11438
11439 * gdb.dlang/primitive-types.exp: New file.
11440
11441 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11442
11443 * configure.ac: Create gdb.dlang/Makefile.
11444 * configure: Regenerate.
11445 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11446 * gdb.dlang/Makefile.in: New file.
11447 * lib/d-support.exp: New file.
11448 * lib/gdb.exp (skip_d_tests): New proc.
11449
11450 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11451
11452 * gdb.btrace/delta.exp: Check reverse stepi.
11453 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11454 * gdb.btrace/finish.exp: New.
11455 * gdb.btrace/next.exp: New.
11456 * gdb.btrace/nexti.exp: New.
11457 * gdb.btrace/record_goto.c: Add comments.
11458 * gdb.btrace/step.exp: New.
11459 * gdb.btrace/stepi.exp: New.
11460 * gdb.btrace/multi-thread-step.c: New.
11461 * gdb.btrace/multi-thread-step.exp: New.
11462 * gdb.btrace/rn-dl-bind.c: New.
11463 * gdb.btrace/rn-dl-bind.exp: New.
11464 * gdb.btrace/data.c: New.
11465 * gdb.btrace/data.exp: New.
11466 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11467
11468 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11469
11470 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11471 * gdb.btrace/exception.exp: Update.
11472 * gdb.btrace/instruction_history.exp: Update.
11473 * gdb.btrace/record_goto.exp: Update.
11474 * gdb.btrace/tailcall.exp: Update.
11475 * gdb.btrace/unknown_functions.exp: Update.
11476 * gdb.btrace/delta.exp: New.
11477
11478 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11479
11480 * gdb.btrace/record_goto.exp: Add backtrace test.
11481 * gdb.btrace/tailcall.exp: Add backtrace test.
11482
11483 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11484
11485 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11486 * gdb.btrace/record_goto.c: New.
11487 * gdb.btrace/record_goto.exp: New.
11488 * gdb.btrace/x86-record_goto.S: New.
11489
11490 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11491
11492 * gdb.btrace/function_call_history.exp: Update tests.
11493 * gdb.btrace/instruction_history.exp: Update tests.
11494
11495 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11496
11497 * gdb.btrace/function_call_history.exp: Fix expected field
11498 order for "record function-call-history".
11499 Add new tests for "record function-call-history /c".
11500 * gdb.btrace/exception.cc: New.
11501 * gdb.btrace/exception.exp: New.
11502 * gdb.btrace/tailcall.exp: New.
11503 * gdb.btrace/x86-tailcall.S: New.
11504 * gdb.btrace/x86-tailcall.c: New.
11505 * gdb.btrace/unknown_functions.c: New.
11506 * gdb.btrace/unknown_functions.exp: New.
11507 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11508
11509 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11510
11511 * gdb.btrace/instruction_history.exp: Update.
11512 * gdb.btrace/function_call_history.exp: Update.
11513
11514 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11515
11516 * gdb.btrace/function_call_history.exp: Fix expected function
11517 trace.
11518 * gdb.btrace/instruction_history.exp: Initialize traced.
11519 Remove traced_functions.
11520
11521 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11522
11523 * gdb.btrace/function_call_history.exp: Update
11524 * gdb.btrace/instruction_history.exp: Update.
11525
11526 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11527
11528 * gdb.btrace/enable.exp: Update expected text.
11529
11530 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11531
11532 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11533 bytes.
11534
11535 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11536
11537 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11538
11539 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11540
11541 * lib/gdb.exp (supports_process_record): Return true for
11542 arm*-linux*. (supports_reverse): Likewise.
11543
11544 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11545
11546 PR python/15464
11547 PR python/16113
11548 * gdb.python/py-type.c: Enhance test case.
11549 * gdb.python/py-value-cc.cc: Likewise
11550 * gdb.python/py-type.exp: Add new tests.
11551 * gdb.python/py-value-cc.exp: Likewise
11552
11553 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11554 Pedro Alves <palves@redhat.com>
11555
11556 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11557 Make "name" extern.
11558 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11559 references to ${name}_start by references to ${name}.
11560
11561 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11562
11563 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11564
11565 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11566
11567 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11568
11569 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11570 Pedro Alves <palves@redhat.com>
11571
11572 * gdb.mi/mi-info-os.exp: Connect to the target with
11573 mi_gdb_target_load.
11574
11575 2014-01-08 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.threads/reconnect-signal.c: New file.
11578 * gdb.threads/reconnect-signal.exp: New file.
11579
11580 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11581
11582 * gdb.base/source-dir.exp: New file.
11583
11584 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11585
11586 * gdb.ada/mi_interface: New testcase.
11587
11588 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11589
11590 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11591 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11592 gdb.ada/pp-rec-component/pck.ads: New files.
11593
11594 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11595
11596 * gdb.python/py-pp-integral.c: New file.
11597 * gdb.python/py-pp-integral.py: New file.
11598 * gdb.python/py-pp-integral.exp: New file.
11599
11600 For older changes see ChangeLog-1993-2013.
11601 \f
11602 ;; Local Variables:
11603 ;; mode: change-log
11604 ;; left-margin: 8
11605 ;; fill-column: 74
11606 ;; version-control: never
11607 ;; End:
11608
11609 Copyright 2014-2017 Free Software Foundation, Inc.
11610 Copying and distribution of this file, with or without modification,
11611 are permitted provided the copyright notice and this notice are preserved.