gdb/testsuite: Add "get_endianness" convenience proc
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * lib/gdb.exp (get_endianness): New proc.
4 * gdb.arch/aarch64-fp.exp: Use it.
5 * gdb.arch/altivec-regs.exp: Likewise.
6 * gdb.arch/e500-regs.exp: Likewise.
7 * gdb.arch/vsx-regs.exp: Likewise.
8 * gdb.base/dump.exp: Likewise.
9 * gdb.base/funcargs.exp: Likewise.
10 * gdb.base/gnu_vector.exp: Likewise.
11 * gdb.dwarf2/formdata16.exp: Likewise.
12 * gdb.dwarf2/implptrpiece.exp: Likewise.
13 * gdb.dwarf2/nonvar-access.exp: Likewise.
14 * gdb.python/py-inferior.exp: Likewise.
15 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
16
17 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18
19 PR gdb/21226
20 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
21 stack value pieces are taken from the LSB end.
22
23 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
24
25 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
26 variable at nonzero offset.
27
28 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
29
30 * gdb.dwarf2/var-access.c: New file.
31 * gdb.dwarf2/var-access.exp: New test.
32 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
33
34 2017-06-12 Tom Tromey <tom@tromey.com>
35
36 * gdb.dwarf2/formdata16.exp: Add tests.
37
38 2017-06-12 Tom Tromey <tom@tromey.com>
39
40 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
41
42 2017-06-12 Tom Tromey <tom@tromey.com>
43
44 PR exp/16225:
45 * gdb.reverse/i386-sse-reverse.exp: Update tests.
46 * gdb.arch/vsx-regs.exp: Update tests.
47 * gdb.arch/s390-vregs.exp (hex128): New proc.
48 Update test.
49 * gdb.arch/altivec-regs.exp: Update tests.
50
51 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
52
53 * gdb.base/startup-with-shell.c: New file.
54 * gdb.base/startup-with-shell.exp: Likewise.
55
56 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
57
58 * gdb.server/non-existing-program.exp: Update regex in order to
59 reflect the fact that gdbserver is now using fork_inferior (with a
60 shell) to startup the inferior.
61
62 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
63
64 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
65 support function calls from GDB.
66
67 2017-05-21 Tom Tromey <tom@tromey.com>
68
69 PR rust/21466:
70 * gdb.rust/unsized.exp: New file.
71 * gdb.rust/unsized.rs: New file.
72
73 2017-05-19 Tom Tromey <tom@tromey.com>
74
75 PR rust/21484:
76 * gdb.rust/watch.exp: New file.
77 * gdb.rust/watch.rs: New file.
78
79 2017-05-18 Tom Tromey <tom@tromey.com>
80
81 * gdb.rust/simple.exp: Allow Box to be qualified.
82
83 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
84
85 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
86
87 2017-05-18 Pedro Alves <palves@redhat.com>
88
89 * gdb.base/fileio.c (test_write, test_read, test_close)
90 (test_fstat): Don't print 'ret' in the fail path.
91
92 2017-05-18 Pedro Alves <palves@redhat.com>
93
94 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
95 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
96 (test_system, test_rename, test_unlink, test_time): Change
97 prototypes.
98 * gdb.base/fileio.exp (stop_msg): Adjust.
99
100 2017-05-18 Pedro Alves <palves@redhat.com>
101
102 * gdb.base/fileio.c (null_str): New global.
103 (test_stat): Use it.
104 * gdb.base/fileio.exp: Remove nowarnings.
105
106 2017-05-17 Yao Qi <yao.qi@linaro.org>
107
108 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
109
110 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
111
112 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
113 argument command.
114 (top-level): Invoke test_set_inferior_tty.
115
116 2017-05-04 Pedro Alves <palves@redhat.com>
117
118 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
119 Add parens to print call for Python 3.
120
121 2017-05-03 Keith Seitz <keiths@redhat.com>
122
123 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
124 (main): Call it.
125
126 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
127
128 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
129 to prev and next.
130
131 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
132
133 * gdb.python/py-record-btrace.exp: Remove test for
134 gdb.BtraceInstruction.error.
135
136 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
137
138 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
139
140 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
141
142 * gdb.python/py-record-btrace-threads.c: New file.
143 * gdb.python/py-record-btrace-threads.exp: New file.
144
145 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
146
147 PR testsuite/8595
148 * gdb.base/environ.exp: Make test available in all architectures.
149 Move bits related to "info program" testing to
150 gdb.base/info-program.exp. Rewrite tests to use the two new
151 procedures mentione below.
152 (test_set_show_env_var) New procedure.
153 (test_set_show_env_var_equal): Likewise.
154 * gdb.base/info-program.exp: New file.
155
156 2017-04-27 Keith Seitz <keiths@redhat.com>
157
158 * gdb.cp/oranking.cc (test15): New function.
159 (main): Call test15 and declare additional variables for testing.
160 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
161 "p foo101('abc')" tests.
162 Add tests for cv qualifier overloads.
163 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
164 "lvalue reference overload" test.
165 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
166 "print value of f1 on Child&& in f2" test.
167
168 2017-04-19 Pedro Alves <palves@redhat.com>
169
170 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
171 procedure.
172 (top level): Call it.
173 * lib/gdb.exp (gdb_define_cmd): New procedure.
174
175 2017-04-12 Pedro Alves <palves@redhat.com>
176
177 PR gdb/21323
178 * gdb.cp/wide_char_types.c: Include <wchar.h>.
179 (wchar): New global.
180 * gdb.cp/wide_char_types.exp (wide_char_types_program)
181 (do_test_wide_char, wide_char_types_no_program, top level): Add
182 wchar_t testing.
183
184 2017-04-12 Pedro Alves <palves@redhat.com>
185
186 PR c++/21323
187 * gdb.cp/wide_char_types.c: New file.
188 * gdb.cp/wide_char_types.exp: New file.
189
190 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
191
192 PR gdb/21352
193 * gdb.trace/tsv.exp: Add test for "tsave -r".
194
195 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
196
197 * gdb.dlang/watch-loc.c: New file.
198 * gdb.dlang/watch-loc.exp: New file.
199
200 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
201
202 * gdb.python/py-section-script.exp (sepdebug): New testcases.
203
204 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
205
206 * gdb.arch/arc-analyze-prologue.S: New file.
207 * gdb.arch/arc-analyze-prologue.exp: Likewise.
208
209 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
210
211 * gdb.arch/arc-decode-insn.S: New file.
212 * gdb.arch/arc-decode-insn.exp: Likewise.
213
214 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
215
216 PR tdep/20928
217 * gdb.arch/sparc64-regs.exp: New file.
218 * gdb.arch/sparc64-regs.S: Likewise.
219
220 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
221
222 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
223 and memory view on Python 3.
224
225 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
226 Keith Seitz <keiths@redhat.com>
227
228 PR gdb/14441
229 * gdb.cp/demangle.exp: Add rvalue reference tests.
230 * gdb.cp/rvalue-ref-casts.cc: New file.
231 * gdb.cp/rvalue-ref-casts.exp: New file.
232 * gdb.cp/rvalue-ref-overload.cc: New file.
233 * gdb.cp/rvalue-ref-overload.exp: New file.
234 * gdb.cp/rvalue-ref-params.cc: New file.
235 * gdb.cp/rvalue-ref-params.exp: New file.
236 * gdb.cp/rvalue-ref-sizeof.cc: New file.
237 * gdb.cp/rvalue-ref-sizeof.exp: New file.
238 * gdb.cp/rvalue-ref-types.cc: New file.
239 * gdb.cp/rvalue-ref-types.exp: New file.
240 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
241 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
242
243 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
244
245 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
246 New procedure.
247
248 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
249
250 * lib/mi-support.exp (mi_gdb_test): Add additional message
251 for unexpected output.
252
253 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
254
255 * gdb.base/examine-backward.c (Barrier): New character array
256 constant, to ensure that TestStrings is preceded by a string
257 terminator.
258
259 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
260
261 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
262 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
263 and implicit pointer into such a location.
264
265 2017-03-16 Doug Evans <dje@google.com>
266
267 * gdb.python/py-lazy-string (pointer): Really add new typedef.
268
269 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
270
271 * gdb.cp/m-static.exp: Fix expectation for prototype of
272 test5.single_constructor and single_constructor::single_constructor.
273
274 2017-03-16 Doug Evans <dje@google.com>
275
276 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
277 * gdb.guile/scm-lazy-string.c: New file.
278 * gdb.guile/scm-value.exp: Move lazy string tests to ...
279 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
280 for pointer, array, typedef lazy strings.
281
282 2017-03-16 Doug Evans <dje@google.com>
283
284 PR python/17728, python/18439, python/18779
285 * gdb.python/py-value.c (main) Delete locals sptr, sn.
286 * gdb.python/py-lazy-string.c (pointer): New typedef.
287 (main): New locals ptr, array, typedef_ptr.
288 * gdb.python/py-value.exp: Move lazy string tests to ...
289 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
290 array, typedef lazy strings.
291
292 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
293
294 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
295 Add optional 'test' parameter.
296
297 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
298
299 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
300 Skip for versions of DejaGnu < 1.5.
301
302 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
303
304 * lib/gdb.exp (dejagnu_version): New proc.
305 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
306 Use dejagnu_version.
307
308 2017-03-10 Keith Seitz <keiths@redhat.com>
309
310 PR c++/8128
311 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
312 type from destructor regexps.
313 Add a branch which actually passes the test.
314 Adjust "ptype t5i" test names.
315
316 2017-03-08 Pedro Alves <palves@redhat.com>
317
318 * gdb.base/step-over-exit.exp: Add explicit test message.
319
320 2017-03-08 Pedro Alves <palves@redhat.com>
321
322 PR gdb/18360
323 * gdb.threads/interrupt-while-step-over.c: New file.
324 * gdb.threads/interrupt-while-step-over.exp: New file.
325
326 2017-03-08 Pedro Alves <palves@redhat.com>
327
328 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
329 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
330
331 2017-03-08 Pedro Alves <palves@redhat.com>
332
333 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
334 PKRU as not supported as a PASS.
335
336 2017-03-08 Pedro Alves <palves@redhat.com>
337
338 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
339 prefix instead of $binfile1/$binfile2.
340 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
341 in test message.
342 * gdb.python/py-completion.exp: Use "load python file" as test
343 messages instead of unstable path names.
344
345 2017-03-08 Pedro Alves <palves@redhat.com>
346 Jan Kratochvil <jan.kratochvil@redhat.com>
347
348 PR cli/21218
349 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
350 New proc.
351 (top level): Call it.
352
353 2017-03-08 Pedro Alves <palves@redhat.com>
354
355 PR tui/21216
356 * gdb.tui/tui-nl-filtered-output.exp: New file.
357
358 2017-03-08 Pedro Alves <palves@redhat.com>
359
360 * gdb.base/completion.exp: Move TUI completion tests to ...
361 * gdb.tui/completion.exp: ... this new file.
362
363 2017-03-08 Pedro Alves <palves@redhat.com>
364
365 * gdb.base/tui-disasm-long-lines.c,
366 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
367 gdb.base/tui-layout.exp: Move to ...
368 * gdb.tui/: ... this new directory.
369
370 2017-03-07 Pedro Alves <palves@redhat.com>
371
372 * gdb.base/tui-layout.c: New file.
373 * gdb.base/tui-layout.exp: New file.
374
375 2017-03-07 Pedro Alves <palves@redhat.com>
376
377 * gdb.base/tui-layout.c: Rename to ...
378 * gdb.base/tui-disasm-long-lines.c: ... this.
379 * gdb.base/tui-layout.exp: Rename to ...
380 * gdb.base/tui-disasm-long-lines.exp: ... this.
381
382 2017-03-07 Pedro Alves <palves@redhat.com>
383
384 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
385
386 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
387
388 * i386-mpx-call.c: New file.
389 * i386-mpx-call.exp: New file.
390
391 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
392
393 * gdb.arch/powerpc-power.exp: Delete test.
394 * gdb.arch/powerpc-power.s: Likewise.
395 * gdb.disasm/disassembler-options.exp: New test.
396 * gdb.arch/powerpc-altivec.exp: Likewise.
397 * gdb.arch/powerpc-altivec.s: Likewise.
398 * gdb.arch/powerpc-altivec2.exp: Likewise.
399 * gdb.arch/powerpc-altivec2.s: Likewise.
400 * gdb.arch/powerpc-altivec3.exp: Likewise.
401 * gdb.arch/powerpc-altivec3.s: Likewise.
402 * gdb.arch/powerpc-power7.exp: Likewise.
403 * gdb.arch/powerpc-power7.s: Likewise.
404 * gdb.arch/powerpc-power8.exp: Likewise.
405 * gdb.arch/powerpc-power8.s: Likewise.
406 * gdb.arch/powerpc-power9.exp: Likewise.
407 * gdb.arch/powerpc-power9.s: Likewise.
408 * gdb.arch/powerpc-vsx.exp: Likewise.
409 * gdb.arch/powerpc-vsx.s: Likewise.
410 * gdb.arch/powerpc-vsx2.exp: Likewise.
411 * gdb.arch/powerpc-vsx2.s: Likewise.
412 * gdb.arch/powerpc-vsx3.exp: Likewise.
413 * gdb.arch/powerpc-vsx3.s: Likewise.
414 * gdb.arch/arm-disassembler-options.exp: Likewise.
415 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
416 * gdb.arch/s390-disassembler-options.exp: Likewise.
417
418 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
419
420 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
421 (check_supported_features): ... this. Changed return type to void.
422 (supports_rdseed): New static global.
423 (rdseed): Check supports_rdseed.
424 (initialize): Call check_supported_features.
425
426 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
427
428 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
429 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
430 and lqarx/stqcx.
431 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
432 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
433
434 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
435
436 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
437 uppercase.
438
439 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
440
441 * gdb.dwarf2/formdata16.c: New file.
442 * gdb.dwarf2/formdata16.exp: New file.
443 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
444
445 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
446
447 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
448 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
449 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
450 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
451 DW_AT_GNU_*.
452
453 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
454
455 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
456
457 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
458
459 PR gdb/21164
460 * gdb.base/maint.exp: Add testcases for when the commands do
461 not have arguments.
462
463 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
464
465 * gdb.cp/chained-calls.exp: Use p instead of P.
466
467 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
468
469 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
470 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
471
472 2017-02-14 Tom Tromey <tom@tromey.com>
473
474 PR python/13598:
475 * gdb.python/py-events.exp: Add before_prompt event tests.
476
477 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
478
479 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
480
481 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
482
483 * gdb.linespec/explicit.c (my_unique_function_name): New function.
484 (main): Call my_unique_function_name.
485 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
486 completion of patterns with a single match.
487 Add missing -re switches to gdb_test_multiple calls.
488
489 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
490
491 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
492 return if core file is not recognized.
493
494 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
495
496 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
497 and extra UIs.
498
499 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
500
501 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
502 proc_with_prefix.
503
504 2017-02-10 Tom Tromey <tom@tromey.com>
505
506 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
507
508 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
509
510 PR gdb/21122
511 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
512
513 2017-02-08 Jerome Guitton <guitton@adacore.com>
514
515 * gdb.base/define.exp: Add test for command abbreviations
516 in define.
517
518 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
519
520 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
521 * gdb.reverse/insn-reverse-x86.c: New file.
522
523 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
524
525 PR tdep/20936
526 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
527
528 2017-02-03 Tom Tromey <tom@tromey.com>
529
530 PR rust/21097:
531 * gdb.rust/simple.exp: Add new tests.
532
533 2017-02-02 Pedro Alves <palves@redhat.com>
534
535 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
536 tests.
537
538 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
539
540 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
541 taking a 2-byte value out of a 4-byte DWARF implicit value on
542 big-endian targets.
543 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
544 logic. Add test cases for DW_OP_implicit.
545
546 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
547
548 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
549
550 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
551
552 * gdb.btrace/enable.exp: Call gdb_exit before
553 skip_gdbserver_tests.
554
555 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
556
557 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
558 GDBFLAGS.
559
560 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
561
562 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
563 the test is skipped.
564 * gdb.btrace/data.exp: Likewise.
565 * gdb.btrace/delta.exp: Likewise.
566 * gdb.btrace/dlopen.exp: Likewise.
567 * gdb.btrace/enable-running.exp: Likewise.
568 * gdb.btrace/enable.exp: Likewise.
569 * gdb.btrace/exception.exp: Likewise.
570 * gdb.btrace/function_call_history.exp: Likewise.
571 * gdb.btrace/gcore.exp: Likewise.
572 * gdb.btrace/instruction_history.exp: Likewise.
573 * gdb.btrace/multi-thread-step.exp: Likewise.
574 * gdb.btrace/nohist.exp: Likewise.
575 * gdb.btrace/non-stop.exp: Likewise.
576 * gdb.btrace/reconnect.exp: Likewise.
577 * gdb.btrace/record_goto-step.exp: Likewise.
578 * gdb.btrace/record_goto.exp: Likewise.
579 * gdb.btrace/rn-dl-bind.exp: Likewise.
580 * gdb.btrace/segv.exp: Likewise.
581 * gdb.btrace/step.exp: Likewise.
582 * gdb.btrace/stepi.exp: Likewise.
583 * gdb.btrace/tailcall-only.exp: Likewise.
584 * gdb.btrace/tailcall.exp: Likewise.
585 * gdb.btrace/tsx.exp: Likewise.
586 * gdb.btrace/unknown_functions.exp: Likewise.
587 * gdb.btrace/vdso.exp: Likewise.
588
589 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
590
591 * gdb.btrace/enable-running.c: New.
592 * gdb.btrace/enable-running.exp: New.
593
594 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
595
596 * gdb.arch/amd64-gs_base.c: New file.
597 * gdb.arch/amd64-gs_base.exp: New file.
598
599 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
600
601 * lib/memory.exp: Remove spurious empty newlines.
602
603 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
604
605 * gdb.python/py-bad-printers.exp: Load python file using "source".
606 * gdb.python/py-events.exp: Likewise.
607 * gdb.python/py-evsignal.exp: Likewise.
608 * gdb.python/py-evthreads.exp: Likewise.
609 * gdb.python/py-frame-args.exp: Likewise.
610 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
611 * gdb.python/py-framefilter-mi.exp: Likewise.
612 * gdb.python/py-framefilter.exp: Likewise.
613 * gdb.python/py-mi.exp: Likewise.
614 * gdb.python/py-pp-maint.exp: Likewise.
615 * gdb.python/py-pp-registration.exp: Likewise.
616 * gdb.python/py-prettyprint.exp: Likewise.
617 (run_lang_tests): Likewise.
618 * gdb.python/py-typeprint.exp: Likewise.
619
620 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
621
622 * lib/memory.exp: New file.
623 * lib/gdb.exp: Load memory.exp.
624 * gdb.base/memattr.exp (delete_memory): Move proc to
625 lib/memory.exp and rename to delete_memory_regions.
626 Replace delete_memory with delete_memory_regions.
627 Cleanup memory regions before tests.
628 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
629 before tests.
630
631 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
632
633 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
634 files.
635 (initialize): New function conditionally defined.
636 (testcases): Move within conditional block.
637 (main): Call initialize.
638 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
639 of gdb.reverse/insn-reverse.c.
640 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
641 gdb.reverse/insn-reverse.c.
642
643 2017-01-26 Yao Qi <yao.qi@linaro.org>
644
645 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
646 disassemble on address 0.
647
648 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
649 Yao Qi <yao.qi@linaro.org>
650
651 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
652 * gdb.dwarf2/implptr-64bit.S: Remove.
653 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
654 variables in caller's context. Add DW_OP_implicit_value.
655
656 2017-01-25 Yao Qi <yao.qi@linaro.org>
657
658 * lib/dwarf.exp (Dwarf::_location): Handle
659 DW_OP_GNU_implicit_pointer with proper size.
660
661 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
662
663 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
664 and add untested calls.
665
666 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
667
668 * gdb.python/python.exp: Check line number against what GDB thinks
669 the line number is for func1.
670
671 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
672
673 * gdb.dlang/debug-expr.exp: New file.
674
675 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
676
677 Fix test names for the following files:
678
679 * gdb.ada/exec_changed.exp
680 * gdb.ada/info_types.exp
681 * gdb.arch/aarch64-atomic-inst.exp
682 * gdb.arch/aarch64-fp.exp
683 * gdb.arch/altivec-abi.exp
684 * gdb.arch/altivec-regs.exp
685 * gdb.arch/amd64-byte.exp
686 * gdb.arch/amd64-disp-step.exp
687 * gdb.arch/amd64-dword.exp
688 * gdb.arch/amd64-entry-value-inline.exp
689 * gdb.arch/amd64-entry-value-param.exp
690 * gdb.arch/amd64-entry-value-paramref.exp
691 * gdb.arch/amd64-entry-value.exp
692 * gdb.arch/amd64-i386-address.exp
693 * gdb.arch/amd64-invalid-stack-middle.exp
694 * gdb.arch/amd64-invalid-stack-top.exp
695 * gdb.arch/amd64-optimout-repeat.exp
696 * gdb.arch/amd64-prologue-skip.exp
697 * gdb.arch/amd64-prologue-xmm.exp
698 * gdb.arch/amd64-stap-special-operands.exp
699 * gdb.arch/amd64-stap-wrong-subexp.exp
700 * gdb.arch/amd64-tailcall-cxx.exp
701 * gdb.arch/amd64-tailcall-noret.exp
702 * gdb.arch/amd64-tailcall-ret.exp
703 * gdb.arch/amd64-tailcall-self.exp
704 * gdb.arch/amd64-word.exp
705 * gdb.arch/arm-bl-branch-dest.exp
706 * gdb.arch/arm-disp-step.exp
707 * gdb.arch/arm-neon.exp
708 * gdb.arch/arm-single-step-kernel-helper.exp
709 * gdb.arch/avr-flash-qualifier.exp
710 * gdb.arch/disp-step-insn-reloc.exp
711 * gdb.arch/e500-abi.exp
712 * gdb.arch/e500-regs.exp
713 * gdb.arch/ftrace-insn-reloc.exp
714 * gdb.arch/i386-avx512.exp
715 * gdb.arch/i386-bp_permanent.exp
716 * gdb.arch/i386-byte.exp
717 * gdb.arch/i386-cfi-notcurrent.exp
718 * gdb.arch/i386-disp-step.exp
719 * gdb.arch/i386-dr3-watch.exp
720 * gdb.arch/i386-float.exp
721 * gdb.arch/i386-gnu-cfi.exp
722 * gdb.arch/i386-mpx-map.exp
723 * gdb.arch/i386-mpx-sigsegv.exp
724 * gdb.arch/i386-mpx-simple_segv.exp
725 * gdb.arch/i386-mpx.exp
726 * gdb.arch/i386-permbkpt.exp
727 * gdb.arch/i386-prologue.exp
728 * gdb.arch/i386-signal.exp
729 * gdb.arch/i386-size-overlap.exp
730 * gdb.arch/i386-unwind.exp
731 * gdb.arch/i386-word.exp
732 * gdb.arch/mips-fcr.exp
733 * gdb.arch/powerpc-d128-regs.exp
734 * gdb.arch/powerpc-stackless.exp
735 * gdb.arch/ppc64-atomic-inst.exp
736 * gdb.arch/s390-stackless.exp
737 * gdb.arch/s390-tdbregs.exp
738 * gdb.arch/s390-vregs.exp
739 * gdb.arch/sparc-sysstep.exp
740 * gdb.arch/thumb-bx-pc.exp
741 * gdb.arch/thumb-singlestep.exp
742 * gdb.arch/thumb2-it.exp
743 * gdb.arch/vsx-regs.exp
744 * gdb.asm/asm-source.exp
745 * gdb.base/a2-run.exp
746 * gdb.base/advance.exp
747 * gdb.base/all-bin.exp
748 * gdb.base/anon.exp
749 * gdb.base/args.exp
750 * gdb.base/arithmet.exp
751 * gdb.base/async-shell.exp
752 * gdb.base/async.exp
753 * gdb.base/attach-pie-noexec.exp
754 * gdb.base/attach-twice.exp
755 * gdb.base/auto-load.exp
756 * gdb.base/bang.exp
757 * gdb.base/bitfields.exp
758 * gdb.base/break-always.exp
759 * gdb.base/break-caller-line.exp
760 * gdb.base/break-entry.exp
761 * gdb.base/break-inline.exp
762 * gdb.base/break-on-linker-gcd-function.exp
763 * gdb.base/break-probes.exp
764 * gdb.base/break.exp
765 * gdb.base/breakpoint-shadow.exp
766 * gdb.base/call-ar-st.exp
767 * gdb.base/call-sc.exp
768 * gdb.base/call-signal-resume.exp
769 * gdb.base/call-strs.exp
770 * gdb.base/callfuncs.exp
771 * gdb.base/catch-fork-static.exp
772 * gdb.base/catch-gdb-caused-signals.exp
773 * gdb.base/catch-load.exp
774 * gdb.base/catch-signal-fork.exp
775 * gdb.base/catch-signal.exp
776 * gdb.base/catch-syscall.exp
777 * gdb.base/charset.exp
778 * gdb.base/checkpoint.exp
779 * gdb.base/chng-syms.exp
780 * gdb.base/code-expr.exp
781 * gdb.base/code_elim.exp
782 * gdb.base/commands.exp
783 * gdb.base/completion.exp
784 * gdb.base/complex.exp
785 * gdb.base/cond-expr.exp
786 * gdb.base/condbreak.exp
787 * gdb.base/consecutive.exp
788 * gdb.base/continue-all-already-running.exp
789 * gdb.base/coredump-filter.exp
790 * gdb.base/corefile.exp
791 * gdb.base/dbx.exp
792 * gdb.base/debug-expr.exp
793 * gdb.base/define.exp
794 * gdb.base/del.exp
795 * gdb.base/disabled-location.exp
796 * gdb.base/disasm-end-cu.exp
797 * gdb.base/disasm-optim.exp
798 * gdb.base/display.exp
799 * gdb.base/duplicate-bp.exp
800 * gdb.base/ena-dis-br.exp
801 * gdb.base/ending-run.exp
802 * gdb.base/enumval.exp
803 * gdb.base/environ.exp
804 * gdb.base/eu-strip-infcall.exp
805 * gdb.base/eval-avoid-side-effects.exp
806 * gdb.base/eval-skip.exp
807 * gdb.base/exitsignal.exp
808 * gdb.base/expand-psymtabs.exp
809 * gdb.base/filesym.exp
810 * gdb.base/find-unmapped.exp
811 * gdb.base/finish.exp
812 * gdb.base/float.exp
813 * gdb.base/foll-exec-mode.exp
814 * gdb.base/foll-exec.exp
815 * gdb.base/foll-fork.exp
816 * gdb.base/fortran-sym-case.exp
817 * gdb.base/freebpcmd.exp
818 * gdb.base/func-ptr.exp
819 * gdb.base/func-ptrs.exp
820 * gdb.base/funcargs.exp
821 * gdb.base/gcore-buffer-overflow.exp
822 * gdb.base/gcore-relro-pie.exp
823 * gdb.base/gcore-relro.exp
824 * gdb.base/gcore.exp
825 * gdb.base/gdb1090.exp
826 * gdb.base/gdb11530.exp
827 * gdb.base/gdb11531.exp
828 * gdb.base/gdb1821.exp
829 * gdb.base/gdbindex-stabs.exp
830 * gdb.base/gdbvars.exp
831 * gdb.base/hbreak.exp
832 * gdb.base/hbreak2.exp
833 * gdb.base/included.exp
834 * gdb.base/infcall-input.exp
835 * gdb.base/inferior-died.exp
836 * gdb.base/infnan.exp
837 * gdb.base/info-macros.exp
838 * gdb.base/info-os.exp
839 * gdb.base/info-proc.exp
840 * gdb.base/info-shared.exp
841 * gdb.base/info-target.exp
842 * gdb.base/infoline.exp
843 * gdb.base/interp.exp
844 * gdb.base/interrupt.exp
845 * gdb.base/jit-reader.exp
846 * gdb.base/jit-simple.exp
847 * gdb.base/kill-after-signal.exp
848 * gdb.base/kill-detach-inferiors-cmd.exp
849 * gdb.base/label.exp
850 * gdb.base/langs.exp
851 * gdb.base/ldbl_e308.exp
852 * gdb.base/line-symtabs.exp
853 * gdb.base/linespecs.exp
854 * gdb.base/list.exp
855 * gdb.base/long_long.exp
856 * gdb.base/longest-types.exp
857 * gdb.base/maint.exp
858 * gdb.base/max-value-size.exp
859 * gdb.base/memattr.exp
860 * gdb.base/mips_pro.exp
861 * gdb.base/morestack.exp
862 * gdb.base/moribund-step.exp
863 * gdb.base/multi-forks.exp
864 * gdb.base/nested-addr.exp
865 * gdb.base/nextoverexit.exp
866 * gdb.base/noreturn-finish.exp
867 * gdb.base/noreturn-return.exp
868 * gdb.base/nostdlib.exp
869 * gdb.base/offsets.exp
870 * gdb.base/opaque.exp
871 * gdb.base/pc-fp.exp
872 * gdb.base/permissions.exp
873 * gdb.base/print-symbol-loading.exp
874 * gdb.base/prologue-include.exp
875 * gdb.base/psymtab.exp
876 * gdb.base/ptype.exp
877 * gdb.base/random-signal.exp
878 * gdb.base/randomize.exp
879 * gdb.base/range-stepping.exp
880 * gdb.base/readline-ask.exp
881 * gdb.base/recpar.exp
882 * gdb.base/recurse.exp
883 * gdb.base/relational.exp
884 * gdb.base/restore.exp
885 * gdb.base/return-nodebug.exp
886 * gdb.base/return.exp
887 * gdb.base/run-after-attach.exp
888 * gdb.base/save-bp.exp
889 * gdb.base/scope.exp
890 * gdb.base/sect-cmd.exp
891 * gdb.base/set-lang-auto.exp
892 * gdb.base/set-noassign.exp
893 * gdb.base/setvar.exp
894 * gdb.base/sigall.exp
895 * gdb.base/sigbpt.exp
896 * gdb.base/siginfo-addr.exp
897 * gdb.base/siginfo-infcall.exp
898 * gdb.base/siginfo-obj.exp
899 * gdb.base/siginfo.exp
900 * gdb.base/signals-state-child.exp
901 * gdb.base/signest.exp
902 * gdb.base/sigstep.exp
903 * gdb.base/sizeof.exp
904 * gdb.base/skip.exp
905 * gdb.base/solib-corrupted.exp
906 * gdb.base/solib-nodir.exp
907 * gdb.base/solib-search.exp
908 * gdb.base/stack-checking.exp
909 * gdb.base/stale-infcall.exp
910 * gdb.base/stap-probe.exp
911 * gdb.base/start.exp
912 * gdb.base/step-break.exp
913 * gdb.base/step-bt.exp
914 * gdb.base/step-line.exp
915 * gdb.base/step-over-exit.exp
916 * gdb.base/step-over-syscall.exp
917 * gdb.base/step-resume-infcall.exp
918 * gdb.base/step-test.exp
919 * gdb.base/store.exp
920 * gdb.base/structs3.exp
921 * gdb.base/sym-file.exp
922 * gdb.base/symbol-without-target_section.exp
923 * gdb.base/term.exp
924 * gdb.base/testenv.exp
925 * gdb.base/ui-redirect.exp
926 * gdb.base/until.exp
927 * gdb.base/unwindonsignal.exp
928 * gdb.base/value-double-free.exp
929 * gdb.base/vla-datatypes.exp
930 * gdb.base/vla-ptr.exp
931 * gdb.base/vla-sideeffect.exp
932 * gdb.base/volatile.exp
933 * gdb.base/watch-cond-infcall.exp
934 * gdb.base/watch-cond.exp
935 * gdb.base/watch-non-mem.exp
936 * gdb.base/watch-read.exp
937 * gdb.base/watch-vfork.exp
938 * gdb.base/watchpoint-cond-gone.exp
939 * gdb.base/watchpoint-delete.exp
940 * gdb.base/watchpoint-hw-hit-once.exp
941 * gdb.base/watchpoint-hw.exp
942 * gdb.base/watchpoint-stops-at-right-insn.exp
943 * gdb.base/watchpoints.exp
944 * gdb.base/wchar.exp
945 * gdb.base/whatis-exp.exp
946 * gdb.btrace/buffer-size.exp
947 * gdb.btrace/data.exp
948 * gdb.btrace/delta.exp
949 * gdb.btrace/dlopen.exp
950 * gdb.btrace/enable.exp
951 * gdb.btrace/exception.exp
952 * gdb.btrace/function_call_history.exp
953 * gdb.btrace/gcore.exp
954 * gdb.btrace/instruction_history.exp
955 * gdb.btrace/nohist.exp
956 * gdb.btrace/reconnect.exp
957 * gdb.btrace/record_goto-step.exp
958 * gdb.btrace/record_goto.exp
959 * gdb.btrace/rn-dl-bind.exp
960 * gdb.btrace/segv.exp
961 * gdb.btrace/step.exp
962 * gdb.btrace/stepi.exp
963 * gdb.btrace/tailcall-only.exp
964 * gdb.btrace/tailcall.exp
965 * gdb.btrace/tsx.exp
966 * gdb.btrace/unknown_functions.exp
967 * gdb.btrace/vdso.exp
968 * gdb.compile/compile-ifunc.exp
969 * gdb.compile/compile-ops.exp
970 * gdb.compile/compile-print.exp
971 * gdb.compile/compile-setjmp.exp
972 * gdb.cp/abstract-origin.exp
973 * gdb.cp/ambiguous.exp
974 * gdb.cp/annota2.exp
975 * gdb.cp/annota3.exp
976 * gdb.cp/anon-ns.exp
977 * gdb.cp/anon-struct.exp
978 * gdb.cp/anon-union.exp
979 * gdb.cp/arg-reference.exp
980 * gdb.cp/baseenum.exp
981 * gdb.cp/bool.exp
982 * gdb.cp/breakpoint.exp
983 * gdb.cp/bs15503.exp
984 * gdb.cp/call-c.exp
985 * gdb.cp/casts.exp
986 * gdb.cp/chained-calls.exp
987 * gdb.cp/class2.exp
988 * gdb.cp/classes.exp
989 * gdb.cp/cmpd-minsyms.exp
990 * gdb.cp/converts.exp
991 * gdb.cp/cp-relocate.exp
992 * gdb.cp/cpcompletion.exp
993 * gdb.cp/cpexprs.exp
994 * gdb.cp/cplabel.exp
995 * gdb.cp/cplusfuncs.exp
996 * gdb.cp/cpsizeof.exp
997 * gdb.cp/ctti.exp
998 * gdb.cp/derivation.exp
999 * gdb.cp/destrprint.exp
1000 * gdb.cp/dispcxx.exp
1001 * gdb.cp/enum-class.exp
1002 * gdb.cp/exception.exp
1003 * gdb.cp/exceptprint.exp
1004 * gdb.cp/expand-psymtabs-cxx.exp
1005 * gdb.cp/expand-sals.exp
1006 * gdb.cp/extern-c.exp
1007 * gdb.cp/filename.exp
1008 * gdb.cp/formatted-ref.exp
1009 * gdb.cp/fpointer.exp
1010 * gdb.cp/gdb1355.exp
1011 * gdb.cp/gdb2495.exp
1012 * gdb.cp/hang.exp
1013 * gdb.cp/impl-this.exp
1014 * gdb.cp/infcall-dlopen.exp
1015 * gdb.cp/inherit.exp
1016 * gdb.cp/iostream.exp
1017 * gdb.cp/koenig.exp
1018 * gdb.cp/local.exp
1019 * gdb.cp/m-data.exp
1020 * gdb.cp/m-static.exp
1021 * gdb.cp/mb-ctor.exp
1022 * gdb.cp/mb-inline.exp
1023 * gdb.cp/mb-templates.exp
1024 * gdb.cp/member-name.exp
1025 * gdb.cp/member-ptr.exp
1026 * gdb.cp/meth-typedefs.exp
1027 * gdb.cp/method.exp
1028 * gdb.cp/method2.exp
1029 * gdb.cp/minsym-fallback.exp
1030 * gdb.cp/misc.exp
1031 * gdb.cp/namelessclass.exp
1032 * gdb.cp/namespace-enum.exp
1033 * gdb.cp/namespace-nested-import.exp
1034 * gdb.cp/namespace.exp
1035 * gdb.cp/nextoverthrow.exp
1036 * gdb.cp/no-dmgl-verbose.exp
1037 * gdb.cp/non-trivial-retval.exp
1038 * gdb.cp/noparam.exp
1039 * gdb.cp/nsdecl.exp
1040 * gdb.cp/nsimport.exp
1041 * gdb.cp/nsnested.exp
1042 * gdb.cp/nsnoimports.exp
1043 * gdb.cp/nsrecurs.exp
1044 * gdb.cp/nsstress.exp
1045 * gdb.cp/nsusing.exp
1046 * gdb.cp/operator.exp
1047 * gdb.cp/oranking.exp
1048 * gdb.cp/overload-const.exp
1049 * gdb.cp/overload.exp
1050 * gdb.cp/ovldbreak.exp
1051 * gdb.cp/ovsrch.exp
1052 * gdb.cp/paren-type.exp
1053 * gdb.cp/parse-lang.exp
1054 * gdb.cp/pass-by-ref.exp
1055 * gdb.cp/pr-1023.exp
1056 * gdb.cp/pr-1210.exp
1057 * gdb.cp/pr-574.exp
1058 * gdb.cp/pr10687.exp
1059 * gdb.cp/pr12028.exp
1060 * gdb.cp/pr17132.exp
1061 * gdb.cp/pr17494.exp
1062 * gdb.cp/pr9067.exp
1063 * gdb.cp/pr9167.exp
1064 * gdb.cp/pr9631.exp
1065 * gdb.cp/printmethod.exp
1066 * gdb.cp/psmang.exp
1067 * gdb.cp/psymtab-parameter.exp
1068 * gdb.cp/ptype-cv-cp.exp
1069 * gdb.cp/ptype-flags.exp
1070 * gdb.cp/re-set-overloaded.exp
1071 * gdb.cp/ref-types.exp
1072 * gdb.cp/rtti.exp
1073 * gdb.cp/scope-err.exp
1074 * gdb.cp/shadow.exp
1075 * gdb.cp/smartp.exp
1076 * gdb.cp/static-method.exp
1077 * gdb.cp/static-print-quit.exp
1078 * gdb.cp/temargs.exp
1079 * gdb.cp/templates.exp
1080 * gdb.cp/try_catch.exp
1081 * gdb.cp/typedef-operator.exp
1082 * gdb.cp/typeid.exp
1083 * gdb.cp/userdef.exp
1084 * gdb.cp/using-crash.exp
1085 * gdb.cp/var-tag.exp
1086 * gdb.cp/virtbase.exp
1087 * gdb.cp/virtfunc.exp
1088 * gdb.cp/virtfunc2.exp
1089 * gdb.cp/vla-cxx.exp
1090 * gdb.disasm/t01_mov.exp
1091 * gdb.disasm/t02_mova.exp
1092 * gdb.disasm/t03_add.exp
1093 * gdb.disasm/t04_sub.exp
1094 * gdb.disasm/t05_cmp.exp
1095 * gdb.disasm/t06_ari2.exp
1096 * gdb.disasm/t07_ari3.exp
1097 * gdb.disasm/t08_or.exp
1098 * gdb.disasm/t09_xor.exp
1099 * gdb.disasm/t10_and.exp
1100 * gdb.disasm/t11_logs.exp
1101 * gdb.disasm/t12_bit.exp
1102 * gdb.disasm/t13_otr.exp
1103 * gdb.dlang/circular.exp
1104 * gdb.dwarf2/arr-stride.exp
1105 * gdb.dwarf2/arr-subrange.exp
1106 * gdb.dwarf2/atomic-type.exp
1107 * gdb.dwarf2/bad-regnum.exp
1108 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1109 * gdb.dwarf2/callframecfa.exp
1110 * gdb.dwarf2/clztest.exp
1111 * gdb.dwarf2/corrupt.exp
1112 * gdb.dwarf2/data-loc.exp
1113 * gdb.dwarf2/dup-psym.exp
1114 * gdb.dwarf2/dw2-anon-mptr.exp
1115 * gdb.dwarf2/dw2-anonymous-func.exp
1116 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1117 * gdb.dwarf2/dw2-bad-unresolved.exp
1118 * gdb.dwarf2/dw2-basic.exp
1119 * gdb.dwarf2/dw2-canonicalize-type.exp
1120 * gdb.dwarf2/dw2-case-insensitive.exp
1121 * gdb.dwarf2/dw2-common-block.exp
1122 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1123 * gdb.dwarf2/dw2-compressed.exp
1124 * gdb.dwarf2/dw2-const.exp
1125 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1126 * gdb.dwarf2/dw2-cu-size.exp
1127 * gdb.dwarf2/dw2-dup-frame.exp
1128 * gdb.dwarf2/dw2-entry-value.exp
1129 * gdb.dwarf2/dw2-icycle.exp
1130 * gdb.dwarf2/dw2-ifort-parameter.exp
1131 * gdb.dwarf2/dw2-inline-break.exp
1132 * gdb.dwarf2/dw2-inline-param.exp
1133 * gdb.dwarf2/dw2-intercu.exp
1134 * gdb.dwarf2/dw2-intermix.exp
1135 * gdb.dwarf2/dw2-lexical-block-bare.exp
1136 * gdb.dwarf2/dw2-linkage-name-trust.exp
1137 * gdb.dwarf2/dw2-minsym-in-cu.exp
1138 * gdb.dwarf2/dw2-noloc.exp
1139 * gdb.dwarf2/dw2-op-call.exp
1140 * gdb.dwarf2/dw2-op-out-param.exp
1141 * gdb.dwarf2/dw2-opt-structptr.exp
1142 * gdb.dwarf2/dw2-param-error.exp
1143 * gdb.dwarf2/dw2-producer.exp
1144 * gdb.dwarf2/dw2-ranges-base.exp
1145 * gdb.dwarf2/dw2-ref-missing-frame.exp
1146 * gdb.dwarf2/dw2-reg-undefined.exp
1147 * gdb.dwarf2/dw2-regno-invalid.exp
1148 * gdb.dwarf2/dw2-restore.exp
1149 * gdb.dwarf2/dw2-restrict.exp
1150 * gdb.dwarf2/dw2-single-line-discriminators.exp
1151 * gdb.dwarf2/dw2-strp.exp
1152 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1153 * gdb.dwarf2/dw2-unresolved.exp
1154 * gdb.dwarf2/dw2-var-zero-addr.exp
1155 * gdb.dwarf2/dw4-sig-types.exp
1156 * gdb.dwarf2/dwz.exp
1157 * gdb.dwarf2/dynarr-ptr.exp
1158 * gdb.dwarf2/enum-type.exp
1159 * gdb.dwarf2/gdb-index.exp
1160 * gdb.dwarf2/implptr-64bit.exp
1161 * gdb.dwarf2/implptr-optimized-out.exp
1162 * gdb.dwarf2/implptr.exp
1163 * gdb.dwarf2/implref-array.exp
1164 * gdb.dwarf2/implref-const.exp
1165 * gdb.dwarf2/implref-global.exp
1166 * gdb.dwarf2/implref-struct.exp
1167 * gdb.dwarf2/mac-fileno.exp
1168 * gdb.dwarf2/main-subprogram.exp
1169 * gdb.dwarf2/member-ptr-forwardref.exp
1170 * gdb.dwarf2/method-ptr.exp
1171 * gdb.dwarf2/missing-sig-type.exp
1172 * gdb.dwarf2/nonvar-access.exp
1173 * gdb.dwarf2/opaque-type-lookup.exp
1174 * gdb.dwarf2/pieces-optimized-out.exp
1175 * gdb.dwarf2/pieces.exp
1176 * gdb.dwarf2/pr10770.exp
1177 * gdb.dwarf2/pr13961.exp
1178 * gdb.dwarf2/staticvirtual.exp
1179 * gdb.dwarf2/subrange.exp
1180 * gdb.dwarf2/symtab-producer.exp
1181 * gdb.dwarf2/trace-crash.exp
1182 * gdb.dwarf2/typeddwarf.exp
1183 * gdb.dwarf2/valop.exp
1184 * gdb.dwarf2/watch-notconst.exp
1185 * gdb.fortran/array-element.exp
1186 * gdb.fortran/charset.exp
1187 * gdb.fortran/common-block.exp
1188 * gdb.fortran/complex.exp
1189 * gdb.fortran/derived-type-function.exp
1190 * gdb.fortran/derived-type.exp
1191 * gdb.fortran/logical.exp
1192 * gdb.fortran/module.exp
1193 * gdb.fortran/multi-dim.exp
1194 * gdb.fortran/nested-funcs.exp
1195 * gdb.fortran/print-formatted.exp
1196 * gdb.fortran/subarray.exp
1197 * gdb.fortran/vla-alloc-assoc.exp
1198 * gdb.fortran/vla-datatypes.exp
1199 * gdb.fortran/vla-history.exp
1200 * gdb.fortran/vla-ptr-info.exp
1201 * gdb.fortran/vla-ptype-sub.exp
1202 * gdb.fortran/vla-ptype.exp
1203 * gdb.fortran/vla-sizeof.exp
1204 * gdb.fortran/vla-type.exp
1205 * gdb.fortran/vla-value-sub-arbitrary.exp
1206 * gdb.fortran/vla-value-sub-finish.exp
1207 * gdb.fortran/vla-value-sub.exp
1208 * gdb.fortran/vla-value.exp
1209 * gdb.fortran/whatis_type.exp
1210 * gdb.go/chan.exp
1211 * gdb.go/handcall.exp
1212 * gdb.go/hello.exp
1213 * gdb.go/integers.exp
1214 * gdb.go/methods.exp
1215 * gdb.go/package.exp
1216 * gdb.go/strings.exp
1217 * gdb.go/types.exp
1218 * gdb.go/unsafe.exp
1219 * gdb.guile/scm-arch.exp
1220 * gdb.guile/scm-block.exp
1221 * gdb.guile/scm-breakpoint.exp
1222 * gdb.guile/scm-cmd.exp
1223 * gdb.guile/scm-disasm.exp
1224 * gdb.guile/scm-equal.exp
1225 * gdb.guile/scm-frame-args.exp
1226 * gdb.guile/scm-frame-inline.exp
1227 * gdb.guile/scm-frame.exp
1228 * gdb.guile/scm-iterator.exp
1229 * gdb.guile/scm-math.exp
1230 * gdb.guile/scm-objfile.exp
1231 * gdb.guile/scm-ports.exp
1232 * gdb.guile/scm-symbol.exp
1233 * gdb.guile/scm-symtab.exp
1234 * gdb.guile/scm-value-cc.exp
1235 * gdb.guile/types-module.exp
1236 * gdb.linespec/break-ask.exp
1237 * gdb.linespec/cpexplicit.exp
1238 * gdb.linespec/explicit.exp
1239 * gdb.linespec/keywords.exp
1240 * gdb.linespec/linespec.exp
1241 * gdb.linespec/ls-dollar.exp
1242 * gdb.linespec/ls-errs.exp
1243 * gdb.linespec/skip-two.exp
1244 * gdb.linespec/thread.exp
1245 * gdb.mi/mi-async.exp
1246 * gdb.mi/mi-basics.exp
1247 * gdb.mi/mi-break.exp
1248 * gdb.mi/mi-catch-load.exp
1249 * gdb.mi/mi-cli.exp
1250 * gdb.mi/mi-cmd-param-changed.exp
1251 * gdb.mi/mi-console.exp
1252 * gdb.mi/mi-detach.exp
1253 * gdb.mi/mi-disassemble.exp
1254 * gdb.mi/mi-eval.exp
1255 * gdb.mi/mi-file-transfer.exp
1256 * gdb.mi/mi-file.exp
1257 * gdb.mi/mi-fill-memory.exp
1258 * gdb.mi/mi-inheritance-syntax-error.exp
1259 * gdb.mi/mi-linespec-err-cp.exp
1260 * gdb.mi/mi-logging.exp
1261 * gdb.mi/mi-memory-changed.exp
1262 * gdb.mi/mi-read-memory.exp
1263 * gdb.mi/mi-record-changed.exp
1264 * gdb.mi/mi-reg-undefined.exp
1265 * gdb.mi/mi-regs.exp
1266 * gdb.mi/mi-return.exp
1267 * gdb.mi/mi-reverse.exp
1268 * gdb.mi/mi-simplerun.exp
1269 * gdb.mi/mi-solib.exp
1270 * gdb.mi/mi-stack.exp
1271 * gdb.mi/mi-stepi.exp
1272 * gdb.mi/mi-syn-frame.exp
1273 * gdb.mi/mi-until.exp
1274 * gdb.mi/mi-var-block.exp
1275 * gdb.mi/mi-var-child.exp
1276 * gdb.mi/mi-var-cmd.exp
1277 * gdb.mi/mi-var-cp.exp
1278 * gdb.mi/mi-var-display.exp
1279 * gdb.mi/mi-var-invalidate.exp
1280 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1281 * gdb.mi/mi-vla-fortran.exp
1282 * gdb.mi/mi-watch.exp
1283 * gdb.mi/mi2-var-child.exp
1284 * gdb.mi/user-selected-context-sync.exp
1285 * gdb.modula2/unbounded-array.exp
1286 * gdb.multi/dummy-frame-restore.exp
1287 * gdb.multi/multi-arch-exec.exp
1288 * gdb.multi/multi-arch.exp
1289 * gdb.multi/tids.exp
1290 * gdb.multi/watchpoint-multi.exp
1291 * gdb.opencl/callfuncs.exp
1292 * gdb.opencl/convs_casts.exp
1293 * gdb.opencl/datatypes.exp
1294 * gdb.opencl/operators.exp
1295 * gdb.opencl/vec_comps.exp
1296 * gdb.opt/clobbered-registers-O2.exp
1297 * gdb.opt/inline-break.exp
1298 * gdb.opt/inline-bt.exp
1299 * gdb.opt/inline-cmds.exp
1300 * gdb.opt/inline-locals.exp
1301 * gdb.pascal/case-insensitive-symbols.exp
1302 * gdb.pascal/floats.exp
1303 * gdb.pascal/gdb11492.exp
1304 * gdb.python/lib-types.exp
1305 * gdb.python/py-arch.exp
1306 * gdb.python/py-as-string.exp
1307 * gdb.python/py-bad-printers.exp
1308 * gdb.python/py-block.exp
1309 * gdb.python/py-breakpoint-create-fail.exp
1310 * gdb.python/py-breakpoint.exp
1311 * gdb.python/py-caller-is.exp
1312 * gdb.python/py-cmd.exp
1313 * gdb.python/py-explore-cc.exp
1314 * gdb.python/py-explore.exp
1315 * gdb.python/py-finish-breakpoint.exp
1316 * gdb.python/py-finish-breakpoint2.exp
1317 * gdb.python/py-frame-args.exp
1318 * gdb.python/py-frame-inline.exp
1319 * gdb.python/py-frame.exp
1320 * gdb.python/py-framefilter-mi.exp
1321 * gdb.python/py-infthread.exp
1322 * gdb.python/py-lazy-string.exp
1323 * gdb.python/py-linetable.exp
1324 * gdb.python/py-mi-events.exp
1325 * gdb.python/py-mi-objfile.exp
1326 * gdb.python/py-mi.exp
1327 * gdb.python/py-objfile.exp
1328 * gdb.python/py-pp-integral.exp
1329 * gdb.python/py-pp-maint.exp
1330 * gdb.python/py-pp-re-notag.exp
1331 * gdb.python/py-pp-registration.exp
1332 * gdb.python/py-recurse-unwind.exp
1333 * gdb.python/py-strfns.exp
1334 * gdb.python/py-symbol.exp
1335 * gdb.python/py-symtab.exp
1336 * gdb.python/py-sync-interp.exp
1337 * gdb.python/py-typeprint.exp
1338 * gdb.python/py-unwind-maint.exp
1339 * gdb.python/py-unwind.exp
1340 * gdb.python/py-value-cc.exp
1341 * gdb.python/py-xmethods.exp
1342 * gdb.reverse/amd64-tailcall-reverse.exp
1343 * gdb.reverse/break-precsave.exp
1344 * gdb.reverse/break-reverse.exp
1345 * gdb.reverse/consecutive-precsave.exp
1346 * gdb.reverse/consecutive-reverse.exp
1347 * gdb.reverse/finish-precsave.exp
1348 * gdb.reverse/finish-reverse-bkpt.exp
1349 * gdb.reverse/finish-reverse.exp
1350 * gdb.reverse/fstatat-reverse.exp
1351 * gdb.reverse/getresuid-reverse.exp
1352 * gdb.reverse/i386-precsave.exp
1353 * gdb.reverse/i386-reverse.exp
1354 * gdb.reverse/i386-sse-reverse.exp
1355 * gdb.reverse/i387-env-reverse.exp
1356 * gdb.reverse/i387-stack-reverse.exp
1357 * gdb.reverse/insn-reverse.exp
1358 * gdb.reverse/machinestate-precsave.exp
1359 * gdb.reverse/machinestate.exp
1360 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1361 * gdb.reverse/pipe-reverse.exp
1362 * gdb.reverse/readv-reverse.exp
1363 * gdb.reverse/recvmsg-reverse.exp
1364 * gdb.reverse/rerun-prec.exp
1365 * gdb.reverse/s390-mvcle.exp
1366 * gdb.reverse/step-precsave.exp
1367 * gdb.reverse/step-reverse.exp
1368 * gdb.reverse/time-reverse.exp
1369 * gdb.reverse/until-precsave.exp
1370 * gdb.reverse/until-reverse.exp
1371 * gdb.reverse/waitpid-reverse.exp
1372 * gdb.reverse/watch-precsave.exp
1373 * gdb.reverse/watch-reverse.exp
1374 * gdb.rust/generics.exp
1375 * gdb.rust/methods.exp
1376 * gdb.rust/modules.exp
1377 * gdb.rust/simple.exp
1378 * gdb.server/connect-with-no-symbol-file.exp
1379 * gdb.server/ext-attach.exp
1380 * gdb.server/ext-restart.exp
1381 * gdb.server/ext-wrapper.exp
1382 * gdb.server/file-transfer.exp
1383 * gdb.server/server-exec-info.exp
1384 * gdb.server/server-kill.exp
1385 * gdb.server/server-mon.exp
1386 * gdb.server/wrapper.exp
1387 * gdb.stabs/exclfwd.exp
1388 * gdb.stabs/gdb11479.exp
1389 * gdb.threads/clone-new-thread-event.exp
1390 * gdb.threads/corethreads.exp
1391 * gdb.threads/current-lwp-dead.exp
1392 * gdb.threads/dlopen-libpthread.exp
1393 * gdb.threads/gcore-thread.exp
1394 * gdb.threads/sigstep-threads.exp
1395 * gdb.threads/watchpoint-fork.exp
1396 * gdb.trace/actions-changed.exp
1397 * gdb.trace/backtrace.exp
1398 * gdb.trace/change-loc.exp
1399 * gdb.trace/circ.exp
1400 * gdb.trace/collection.exp
1401 * gdb.trace/disconnected-tracing.exp
1402 * gdb.trace/ftrace.exp
1403 * gdb.trace/mi-trace-frame-collected.exp
1404 * gdb.trace/mi-trace-unavailable.exp
1405 * gdb.trace/mi-traceframe-changed.exp
1406 * gdb.trace/mi-tsv-changed.exp
1407 * gdb.trace/no-attach-trace.exp
1408 * gdb.trace/passc-dyn.exp
1409 * gdb.trace/qtro.exp
1410 * gdb.trace/range-stepping.exp
1411 * gdb.trace/read-memory.exp
1412 * gdb.trace/save-trace.exp
1413 * gdb.trace/signal.exp
1414 * gdb.trace/status-stop.exp
1415 * gdb.trace/tfile.exp
1416 * gdb.trace/trace-break.exp
1417 * gdb.trace/trace-buffer-size.exp
1418 * gdb.trace/trace-condition.exp
1419 * gdb.trace/tracefile-pseudo-reg.exp
1420 * gdb.trace/tstatus.exp
1421 * gdb.trace/unavailable.exp
1422 * gdb.trace/while-dyn.exp
1423 * gdb.trace/while-stepping.exp
1424
1425 2016-12-22 Doug Evans <xdje42@gmail.com>
1426
1427 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1428 and msymbols.
1429
1430 2016-12-19 Yao Qi <yao.qi@linaro.org>
1431
1432 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1433 (test_with_self): Don't call do_steps_and_nexts, and remove
1434 code about stepping into xmalloc.
1435
1436 2016-12-09 Yao Qi <yao.qi@linaro.org>
1437
1438 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1439
1440 2016-12-09 Yao Qi <yao.qi@linaro.org>
1441
1442 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1443
1444 2016-12-09 Pedro Alves <palves@redhat.com>
1445
1446 * gdb.base/all-architectures-0.exp: New file.
1447 * gdb.base/all-architectures-1.exp: New file.
1448 * gdb.base/all-architectures-2.exp: New file.
1449 * gdb.base/all-architectures-3.exp: New file.
1450 * gdb.base/all-architectures-4.exp: New file.
1451 * gdb.base/all-architectures-5.exp: New file.
1452 * gdb.base/all-architectures-6.exp: New file.
1453 * gdb.base/all-architectures-7.exp: New file.
1454 * gdb.base/all-architectures.exp.in: New file.
1455
1456 2016-12-09 Yao Qi <yao.qi@linaro.org>
1457
1458 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1459
1460 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1461
1462 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1463 possible.
1464 Remove useless pattern-matching code.
1465
1466 2016-12-02 Pedro Alves <palves@redhat.com>
1467
1468 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1469 procedure.
1470 (top level): Call it.
1471
1472 2016-12-02 Pedro Alves <palves@redhat.com>
1473
1474 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1475 New procedure.
1476 (top level): Call it.
1477
1478 2016-12-02 Pedro Alves <palves@redhat.com>
1479
1480 PR cli/20559
1481 * gdb.base/commands.exp (user_defined_command_args_eval): New
1482 procedure.
1483 (top level): Call it.
1484
1485 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1486
1487 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1488 timeout handling.
1489
1490 2016-12-02 Tom Tromey <tom@tromey.com>
1491
1492 * gdb.dwarf2/main-subprogram.c: New file.
1493 * gdb.dwarf2/main-subprogram.exp: New file.
1494
1495 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1496
1497 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1498 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1499 gdb_test_no_output for a couple of cases.
1500 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1501
1502 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1503
1504 Fix test names and standardize compilation error messages throughout
1505 the following files:
1506
1507 * gdb.ada/start.exp
1508 * gdb.arch/alpha-step.exp
1509 * gdb.arch/e500-prologue.exp
1510 * gdb.arch/ftrace-insn-reloc.exp
1511 * gdb.arch/gdb1291.exp
1512 * gdb.arch/gdb1431.exp
1513 * gdb.arch/gdb1558.exp
1514 * gdb.arch/i386-dr3-watch.exp
1515 * gdb.arch/i386-sse-stack-align.exp
1516 * gdb.arch/ia64-breakpoint-shadow.exp
1517 * gdb.arch/pa-nullify.exp
1518 * gdb.arch/powerpc-aix-prologue.exp
1519 * gdb.arch/thumb-bx-pc.exp
1520 * gdb.base/annota1.exp
1521 * gdb.base/annota3.exp
1522 * gdb.base/arrayidx.exp
1523 * gdb.base/assign.exp
1524 * gdb.base/attach.exp
1525 * gdb.base/auxv.exp
1526 * gdb.base/bang.exp
1527 * gdb.base/bfp-test.exp
1528 * gdb.base/bigcore.exp
1529 * gdb.base/bitfields2.exp
1530 * gdb.base/break-fun-addr.exp
1531 * gdb.base/break-probes.exp
1532 * gdb.base/call-rt-st.exp
1533 * gdb.base/callexit.exp
1534 * gdb.base/catch-fork-kill.exp
1535 * gdb.base/charset.exp
1536 * gdb.base/checkpoint.exp
1537 * gdb.base/comprdebug.exp
1538 * gdb.base/constvars.exp
1539 * gdb.base/coredump-filter.exp
1540 * gdb.base/cursal.exp
1541 * gdb.base/cvexpr.exp
1542 * gdb.base/detach.exp
1543 * gdb.base/display.exp
1544 * gdb.base/dmsym.exp
1545 * gdb.base/dprintf-pending.exp
1546 * gdb.base/dso2dso.exp
1547 * gdb.base/dtrace-probe.exp
1548 * gdb.base/dump.exp
1549 * gdb.base/enum_cond.exp
1550 * gdb.base/exe-lock.exp
1551 * gdb.base/exec-invalid-sysroot.exp
1552 * gdb.base/execl-update-breakpoints.exp
1553 * gdb.base/exprs.exp
1554 * gdb.base/fileio.exp
1555 * gdb.base/find.exp
1556 * gdb.base/finish.exp
1557 * gdb.base/fixsection.exp
1558 * gdb.base/foll-vfork.exp
1559 * gdb.base/frame-args.exp
1560 * gdb.base/gcore.exp
1561 * gdb.base/gdb1250.exp
1562 * gdb.base/global-var-nested-by-dso.exp
1563 * gdb.base/gnu-ifunc.exp
1564 * gdb.base/hashline1.exp
1565 * gdb.base/hashline2.exp
1566 * gdb.base/hashline3.exp
1567 * gdb.base/hbreak-in-shr-unsupported.exp
1568 * gdb.base/huge.exp
1569 * gdb.base/infcall-input.exp
1570 * gdb.base/info-fun.exp
1571 * gdb.base/info-shared.exp
1572 * gdb.base/jit-simple.exp
1573 * gdb.base/jit-so.exp
1574 * gdb.base/jit.exp
1575 * gdb.base/jump.exp
1576 * gdb.base/label.exp
1577 * gdb.base/lineinc.exp
1578 * gdb.base/logical.exp
1579 * gdb.base/longjmp.exp
1580 * gdb.base/macscp.exp
1581 * gdb.base/miscexprs.exp
1582 * gdb.base/new-ui-echo.exp
1583 * gdb.base/new-ui-pending-input.exp
1584 * gdb.base/new-ui.exp
1585 * gdb.base/nodebug.exp
1586 * gdb.base/nofield.exp
1587 * gdb.base/offsets.exp
1588 * gdb.base/overlays.exp
1589 * gdb.base/pending.exp
1590 * gdb.base/pointers.exp
1591 * gdb.base/pr11022.exp
1592 * gdb.base/printcmds.exp
1593 * gdb.base/prologue.exp
1594 * gdb.base/ptr-typedef.exp
1595 * gdb.base/realname-expand.exp
1596 * gdb.base/relativedebug.exp
1597 * gdb.base/relocate.exp
1598 * gdb.base/remote.exp
1599 * gdb.base/reread.exp
1600 * gdb.base/return2.exp
1601 * gdb.base/savedregs.exp
1602 * gdb.base/sep.exp
1603 * gdb.base/sepdebug.exp
1604 * gdb.base/sepsymtab.exp
1605 * gdb.base/set-inferior-tty.exp
1606 * gdb.base/setshow.exp
1607 * gdb.base/shlib-call.exp
1608 * gdb.base/sigaltstack.exp
1609 * gdb.base/siginfo-addr.exp
1610 * gdb.base/signals.exp
1611 * gdb.base/signull.exp
1612 * gdb.base/sigrepeat.exp
1613 * gdb.base/so-impl-ld.exp
1614 * gdb.base/solib-display.exp
1615 * gdb.base/solib-overlap.exp
1616 * gdb.base/solib-search.exp
1617 * gdb.base/solib-symbol.exp
1618 * gdb.base/structs.exp
1619 * gdb.base/structs2.exp
1620 * gdb.base/symtab-search-order.exp
1621 * gdb.base/twice.exp
1622 * gdb.base/unload.exp
1623 * gdb.base/varargs.exp
1624 * gdb.base/watchpoint-solib.exp
1625 * gdb.base/watchpoint.exp
1626 * gdb.base/whatis.exp
1627 * gdb.base/wrong_frame_bt_full.exp
1628 * gdb.btrace/dlopen.exp
1629 * gdb.cell/ea-standalone.exp
1630 * gdb.cell/ea-test.exp
1631 * gdb.cp/dispcxx.exp
1632 * gdb.cp/gdb2384.exp
1633 * gdb.cp/method2.exp
1634 * gdb.cp/nextoverthrow.exp
1635 * gdb.cp/pr10728.exp
1636 * gdb.disasm/am33.exp
1637 * gdb.disasm/h8300s.exp
1638 * gdb.disasm/mn10300.exp
1639 * gdb.disasm/sh3.exp
1640 * gdb.dwarf2/dw2-dir-file-name.exp
1641 * gdb.fortran/complex.exp
1642 * gdb.fortran/library-module.exp
1643 * gdb.guile/scm-pretty-print.exp
1644 * gdb.guile/scm-symbol.exp
1645 * gdb.guile/scm-type.exp
1646 * gdb.guile/scm-value.exp
1647 * gdb.linespec/linespec.exp
1648 * gdb.mi/gdb701.exp
1649 * gdb.mi/gdb792.exp
1650 * gdb.mi/mi-breakpoint-changed.exp
1651 * gdb.mi/mi-dprintf-pending.exp
1652 * gdb.mi/mi-dprintf.exp
1653 * gdb.mi/mi-exit-code.exp
1654 * gdb.mi/mi-pending.exp
1655 * gdb.mi/mi-solib.exp
1656 * gdb.mi/new-ui-mi-sync.exp
1657 * gdb.mi/pr11022.exp
1658 * gdb.mi/user-selected-context-sync.exp
1659 * gdb.opt/solib-intra-step.exp
1660 * gdb.python/py-events.exp
1661 * gdb.python/py-finish-breakpoint.exp
1662 * gdb.python/py-mi.exp
1663 * gdb.python/py-prettyprint.exp
1664 * gdb.python/py-shared.exp
1665 * gdb.python/py-symbol.exp
1666 * gdb.python/py-template.exp
1667 * gdb.python/py-type.exp
1668 * gdb.python/py-value.exp
1669 * gdb.reverse/solib-precsave.exp
1670 * gdb.reverse/solib-reverse.exp
1671 * gdb.server/solib-list.exp
1672 * gdb.stabs/weird.exp
1673 * gdb.threads/reconnect-signal.exp
1674 * gdb.threads/stepi-random-signal.exp
1675 * gdb.trace/actions.exp
1676 * gdb.trace/ax.exp
1677 * gdb.trace/backtrace.exp
1678 * gdb.trace/change-loc.exp
1679 * gdb.trace/deltrace.exp
1680 * gdb.trace/ftrace-lock.exp
1681 * gdb.trace/ftrace.exp
1682 * gdb.trace/infotrace.exp
1683 * gdb.trace/mi-tracepoint-changed.exp
1684 * gdb.trace/packetlen.exp
1685 * gdb.trace/passcount.exp
1686 * gdb.trace/pending.exp
1687 * gdb.trace/range-stepping.exp
1688 * gdb.trace/report.exp
1689 * gdb.trace/stap-trace.exp
1690 * gdb.trace/tfind.exp
1691 * gdb.trace/trace-break.exp
1692 * gdb.trace/trace-condition.exp
1693 * gdb.trace/trace-enable-disable.exp
1694 * gdb.trace/trace-mt.exp
1695 * gdb.trace/tracecmd.exp
1696 * gdb.trace/tspeed.exp
1697 * gdb.trace/tsv.exp
1698 * lib/perftest.exp
1699
1700 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1701
1702 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1703 with gdb_test_no_output.
1704 Use command as test name.
1705
1706 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1707
1708 Fix test names starting with uppercase throughout the files.
1709
1710 * gdb.ada/assign_1.exp
1711 * gdb.ada/boolean_expr.exp
1712 * gdb.base/arrayidx.exp
1713 * gdb.base/del.exp
1714 * gdb.base/gcore-buffer-overflow.exp
1715 * gdb.base/testenv.exp
1716 * gdb.compile/compile.exp
1717 * gdb.python/py-framefilter-invalidarg.exp
1718 * gdb.python/py-framefilter.exp
1719
1720 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1721
1722 Fix test names starting with uppercase throughout the files.
1723
1724 * gdb.ada/array_return.exp
1725 * gdb.ada/expr_delims.exp
1726 * gdb.ada/mi_dyn_arr.exp
1727 * gdb.ada/mi_interface.exp
1728 * gdb.ada/mi_var_array.exp
1729 * gdb.ada/watch_arg.exp
1730 * gdb.arch/alpha-step.exp
1731 * gdb.arch/altivec-regs.exp
1732 * gdb.arch/e500-regs.exp
1733 * gdb.arch/powerpc-d128-regs.exp
1734 * gdb.base/arrayidx.exp
1735 * gdb.base/break.exp
1736 * gdb.base/checkpoint.exp
1737 * gdb.base/debug-expr.exp
1738 * gdb.base/dmsym.exp
1739 * gdb.base/radix.exp
1740 * gdb.base/sepdebug.exp
1741 * gdb.base/testenv.exp
1742 * gdb.base/watch_thread_num.exp
1743 * gdb.base/watchpoint-cond-gone.exp
1744 * gdb.cell/break.exp
1745 * gdb.cell/ea-cache.exp
1746 * gdb.compile/compile.exp
1747 * gdb.cp/gdb2495.exp
1748 * gdb.gdb/selftest.exp
1749 * gdb.gdb/xfullpath.exp
1750 * gdb.go/hello.exp
1751 * gdb.go/integers.exp
1752 * gdb.objc/basicclass.exp
1753 * gdb.pascal/hello.exp
1754 * gdb.pascal/integers.exp
1755 * gdb.python/py-breakpoint.exp
1756 * gdb.python/py-cmd.exp
1757 * gdb.python/py-linetable.exp
1758 * gdb.python/py-xmethods.exp
1759 * gdb.python/python.exp
1760 * gdb.reverse/consecutive-precsave.exp
1761 * gdb.reverse/finish-precsave.exp
1762 * gdb.reverse/i386-precsave.exp
1763 * gdb.reverse/machinestate-precsave.exp
1764 * gdb.reverse/sigall-precsave.exp
1765 * gdb.reverse/solib-precsave.exp
1766 * gdb.reverse/step-precsave.exp
1767 * gdb.reverse/until-precsave.exp
1768 * gdb.reverse/watch-precsave.exp
1769 * gdb.threads/leader-exit.exp
1770 * gdb.threads/pthreads.exp
1771 * gdb.threads/wp-replication.exp
1772 * gdb.trace/actions.exp
1773 * gdb.trace/mi-tsv-changed.exp
1774 * gdb.trace/tsv.exp
1775
1776 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1777
1778 Fix test names starting with uppercase throughout the files.
1779
1780 * gdb.arch/i386-bp_permanent.exp
1781 * gdb.arch/i386-gnu-cfi.exp
1782 * gdb.base/disasm-end-cu.exp
1783 * gdb.base/macscp.exp
1784 * gdb.base/pending.exp
1785 * gdb.base/watch_thread_num.exp
1786 * gdb.cp/exception.exp
1787 * gdb.cp/gdb2495.exp
1788 * gdb.cp/local.exp
1789 * gdb.python/py-evsignal.exp
1790 * gdb.python/python.exp
1791 * gdb.trace/tracecmd.exp
1792
1793 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1794
1795 Fix test names starting with uppercase throughout the files.
1796
1797 * gdb.base/charset.exp
1798 * gdb.base/eval.exp
1799 * gdb.base/multi-forks.exp
1800 * gdb.guile/scm-progspace.exp
1801 * gdb.opencl/datatypes.exp
1802 * gdb.python/py-block.exp
1803 * gdb.python/py-function.exp
1804 * gdb.python/py-symbol.exp
1805 * gdb.python/py-symtab.exp
1806 * gdb.python/py-xmethods.exp
1807 * gdb.reverse/break-precsave.exp
1808 * gdb.reverse/break-reverse.exp
1809 * gdb.reverse/consecutive-precsave.exp
1810 * gdb.reverse/consecutive-reverse.exp
1811 * gdb.reverse/finish-precsave.exp
1812 * gdb.reverse/finish-reverse-bkpt.exp
1813 * gdb.reverse/finish-reverse.exp
1814 * gdb.reverse/fstatat-reverse.exp
1815 * gdb.reverse/getresuid-reverse.exp
1816 * gdb.reverse/i386-precsave.exp
1817 * gdb.reverse/i386-reverse.exp
1818 * gdb.reverse/i386-sse-reverse.exp
1819 * gdb.reverse/i387-stack-reverse.exp
1820 * gdb.reverse/insn-reverse.exp
1821 * gdb.reverse/machinestate-precsave.exp
1822 * gdb.reverse/machinestate.exp
1823 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1824 * gdb.reverse/pipe-reverse.exp
1825 * gdb.reverse/readv-reverse.exp
1826 * gdb.reverse/recvmsg-reverse.exp
1827 * gdb.reverse/rerun-prec.exp
1828 * gdb.reverse/s390-mvcle.exp
1829 * gdb.reverse/sigall-precsave.exp
1830 * gdb.reverse/sigall-reverse.exp
1831 * gdb.reverse/solib-precsave.exp
1832 * gdb.reverse/solib-reverse.exp
1833 * gdb.reverse/step-precsave.exp
1834 * gdb.reverse/step-reverse.exp
1835 * gdb.reverse/time-reverse.exp
1836 * gdb.reverse/until-precsave.exp
1837 * gdb.reverse/until-reverse.exp
1838 * gdb.reverse/waitpid-reverse.exp
1839 * gdb.reverse/watch-precsave.exp
1840 * gdb.reverse/watch-reverse.exp
1841
1842 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1843
1844 Fix test names starting with uppercase throughout the files.
1845
1846 * gdb.arch/i386-mpx-simple_segv.exp
1847 * gdb.arch/i386-mpx.exp
1848 * gdb.arch/i386-permbkpt.exp
1849 * gdb.arch/pa-nullify.exp
1850 * gdb.arch/powerpc-d128-regs.exp
1851 * gdb.arch/vsx-regs.exp
1852 * gdb.base/bfp-test.exp
1853 * gdb.base/break.exp
1854 * gdb.base/breakpoint-shadow.exp
1855 * gdb.base/callfuncs.exp
1856 * gdb.base/charset.exp
1857 * gdb.base/commands.exp
1858 * gdb.base/completion.exp
1859 * gdb.base/dfp-test.exp
1860 * gdb.base/echo.exp
1861 * gdb.base/ending-run.exp
1862 * gdb.base/eval.exp
1863 * gdb.base/expand-psymtabs.exp
1864 * gdb.base/float128.exp
1865 * gdb.base/floatn.exp
1866 * gdb.base/foll-exec-mode.exp
1867 * gdb.base/gdb1056.exp
1868 * gdb.base/gdb11531.exp
1869 * gdb.base/kill-after-signal.exp
1870 * gdb.base/multi-forks.exp
1871 * gdb.base/overlays.exp
1872 * gdb.base/pending.exp
1873 * gdb.base/sepdebug.exp
1874 * gdb.base/testenv.exp
1875 * gdb.base/valgrind-db-attach.exp
1876 * gdb.base/watch_thread_num.exp
1877 * gdb.base/watchpoint-cond-gone.exp
1878 * gdb.base/watchpoint.exp
1879 * gdb.base/watchpoints.exp
1880 * gdb.cp/arg-reference.exp
1881 * gdb.cp/baseenum.exp
1882 * gdb.cp/operator.exp
1883 * gdb.cp/shadow.exp
1884 * gdb.dwarf2/dw2-op-out-param.exp
1885 * gdb.dwarf2/dw2-reg-undefined.exp
1886 * gdb.go/chan.exp
1887 * gdb.go/hello.exp
1888 * gdb.go/integers.exp
1889 * gdb.go/methods.exp
1890 * gdb.go/package.exp
1891 * gdb.guile/scm-parameter.exp
1892 * gdb.guile/scm-progspace.exp
1893 * gdb.guile/scm-value.exp
1894 * gdb.mi/mi-pending.exp
1895 * gdb.mi/user-selected-context-sync.exp
1896 * gdb.multi/multi-attach.exp
1897 * gdb.multi/tids.exp
1898 * gdb.opt/clobbered-registers-O2.exp
1899 * gdb.pascal/floats.exp
1900 * gdb.pascal/integers.exp
1901 * gdb.python/py-block.exp
1902 * gdb.python/py-events.exp
1903 * gdb.python/py-parameter.exp
1904 * gdb.python/py-symbol.exp
1905 * gdb.python/py-symtab.exp
1906 * gdb.python/py-type.exp
1907 * gdb.python/py-value.exp
1908 * gdb.python/py-xmethods.exp
1909 * gdb.python/python.exp
1910 * gdb.reverse/break-precsave.exp
1911 * gdb.reverse/consecutive-precsave.exp
1912 * gdb.reverse/finish-precsave.exp
1913 * gdb.reverse/i386-precsave.exp
1914 * gdb.reverse/machinestate-precsave.exp
1915 * gdb.reverse/sigall-precsave.exp
1916 * gdb.reverse/solib-precsave.exp
1917 * gdb.reverse/step-precsave.exp
1918 * gdb.reverse/until-precsave.exp
1919 * gdb.reverse/watch-precsave.exp
1920 * gdb.server/ext-attach.exp
1921 * gdb.server/ext-restart.exp
1922 * gdb.server/ext-run.exp
1923 * gdb.server/ext-wrapper.exp
1924 * gdb.stabs/gdb11479.exp
1925 * gdb.stabs/weird.exp
1926 * gdb.threads/attach-many-short-lived-threads.exp
1927 * gdb.threads/kill.exp
1928 * gdb.threads/watchpoint-fork.exp
1929
1930 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1931
1932 Fix test names starting with uppercase throughout all the files below.
1933
1934 * gdb.ada/array_return.exp
1935 * gdb.ada/catch_ex.exp
1936 * gdb.ada/info_exc.exp
1937 * gdb.ada/mi_catch_ex.exp
1938 * gdb.ada/mi_dyn_arr.exp
1939 * gdb.ada/mi_ex_cond.exp
1940 * gdb.ada/mi_exc_info.exp
1941 * gdb.ada/mi_interface.exp
1942 * gdb.ada/mi_task_arg.exp
1943 * gdb.ada/mi_task_info.exp
1944 * gdb.ada/mi_var_array.exp
1945 * gdb.arch/alpha-step.exp
1946 * gdb.arch/amd64-disp-step.exp
1947 * gdb.arch/arm-disp-step.exp
1948 * gdb.arch/disp-step-insn-reloc.exp
1949 * gdb.arch/e500-prologue.exp
1950 * gdb.arch/ftrace-insn-reloc.exp
1951 * gdb.arch/gdb1558.exp
1952 * gdb.arch/i386-bp_permanent.exp
1953 * gdb.arch/i386-disp-step.exp
1954 * gdb.arch/i386-float.exp
1955 * gdb.arch/i386-gnu-cfi.exp
1956 * gdb.arch/ia64-breakpoint-shadow.exp
1957 * gdb.arch/mips16-thunks.exp
1958 * gdb.arch/pa-nullify.exp
1959 * gdb.arch/powerpc-aix-prologue.exp
1960 * gdb.arch/powerpc-power.exp
1961 * gdb.arch/ppc-dfp.exp
1962 * gdb.arch/s390-tdbregs.exp
1963 * gdb.arch/spu-info.exp
1964 * gdb.arch/spu-ls.exp
1965 * gdb.arch/thumb-bx-pc.exp
1966 * gdb.base/advance.exp
1967 * gdb.base/annota-input-while-running.exp
1968 * gdb.base/arrayidx.exp
1969 * gdb.base/asmlabel.exp
1970 * gdb.base/async.exp
1971 * gdb.base/attach-wait-input.exp
1972 * gdb.base/auto-connect-native-target.exp
1973 * gdb.base/batch-preserve-term-settings.exp
1974 * gdb.base/bfp-test.exp
1975 * gdb.base/bigcore.exp
1976 * gdb.base/bp-permanent.exp
1977 * gdb.base/break-always.exp
1978 * gdb.base/break-fun-addr.exp
1979 * gdb.base/break-idempotent.exp
1980 * gdb.base/break-main-file-remove-fail.exp
1981 * gdb.base/break-probes.exp
1982 * gdb.base/break-unload-file.exp
1983 * gdb.base/break.exp
1984 * gdb.base/call-ar-st.exp
1985 * gdb.base/call-rt-st.exp
1986 * gdb.base/call-sc.exp
1987 * gdb.base/call-signal-resume.exp
1988 * gdb.base/call-strs.exp
1989 * gdb.base/callexit.exp
1990 * gdb.base/callfuncs.exp
1991 * gdb.base/catch-gdb-caused-signals.exp
1992 * gdb.base/catch-signal-siginfo-cond.exp
1993 * gdb.base/catch-syscall.exp
1994 * gdb.base/compare-sections.exp
1995 * gdb.base/cond-eval-mode.exp
1996 * gdb.base/condbreak-call-false.exp
1997 * gdb.base/consecutive-step-over.exp
1998 * gdb.base/cursal.exp
1999 * gdb.base/disabled-location.exp
2000 * gdb.base/disasm-end-cu.exp
2001 * gdb.base/display.exp
2002 * gdb.base/double-prompt-target-event-error.exp
2003 * gdb.base/dprintf-bp-same-addr.exp
2004 * gdb.base/dprintf-detach.exp
2005 * gdb.base/dprintf-next.exp
2006 * gdb.base/dprintf-non-stop.exp
2007 * gdb.base/dprintf-pending.exp
2008 * gdb.base/dso2dso.exp
2009 * gdb.base/ending-run.exp
2010 * gdb.base/enum_cond.exp
2011 * gdb.base/examine-backward.exp
2012 * gdb.base/exe-lock.exp
2013 * gdb.base/exec-invalid-sysroot.exp
2014 * gdb.base/execl-update-breakpoints.exp
2015 * gdb.base/execution-termios.exp
2016 * gdb.base/fileio.exp
2017 * gdb.base/fixsection.exp
2018 * gdb.base/foll-exec-mode.exp
2019 * gdb.base/foll-exec.exp
2020 * gdb.base/fork-running-state.exp
2021 * gdb.base/frame-args.exp
2022 * gdb.base/fullpath-expand.exp
2023 * gdb.base/func-ptr.exp
2024 * gdb.base/gcore-relro-pie.exp
2025 * gdb.base/gdb1090.exp
2026 * gdb.base/gdb1555.exp
2027 * gdb.base/global-var-nested-by-dso.exp
2028 * gdb.base/gnu-ifunc.exp
2029 * gdb.base/hbreak-in-shr-unsupported.exp
2030 * gdb.base/hbreak-unmapped.exp
2031 * gdb.base/hook-stop.exp
2032 * gdb.base/infcall-input.exp
2033 * gdb.base/info-fun.exp
2034 * gdb.base/info-shared.exp
2035 * gdb.base/interrupt-noterm.exp
2036 * gdb.base/jit-so.exp
2037 * gdb.base/jit.exp
2038 * gdb.base/line-symtabs.exp
2039 * gdb.base/list.exp
2040 * gdb.base/longjmp.exp
2041 * gdb.base/macscp.exp
2042 * gdb.base/max-value-size.exp
2043 * gdb.base/nodebug.exp
2044 * gdb.base/nofield.exp
2045 * gdb.base/overlays.exp
2046 * gdb.base/paginate-after-ctrl-c-running.exp
2047 * gdb.base/paginate-bg-execution.exp
2048 * gdb.base/paginate-inferior-exit.exp
2049 * gdb.base/pending.exp
2050 * gdb.base/pr11022.exp
2051 * gdb.base/printcmds.exp
2052 * gdb.base/ptr-typedef.exp
2053 * gdb.base/ptype.exp
2054 * gdb.base/randomize.exp
2055 * gdb.base/range-stepping.exp
2056 * gdb.base/realname-expand.exp
2057 * gdb.base/relativedebug.exp
2058 * gdb.base/remote.exp
2059 * gdb.base/savedregs.exp
2060 * gdb.base/sepdebug.exp
2061 * gdb.base/set-noassign.exp
2062 * gdb.base/shlib-call.exp
2063 * gdb.base/shreloc.exp
2064 * gdb.base/sigaltstack.exp
2065 * gdb.base/sigbpt.exp
2066 * gdb.base/siginfo-addr.exp
2067 * gdb.base/siginfo-obj.exp
2068 * gdb.base/siginfo-thread.exp
2069 * gdb.base/signest.exp
2070 * gdb.base/signull.exp
2071 * gdb.base/sigrepeat.exp
2072 * gdb.base/skip.exp
2073 * gdb.base/so-impl-ld.exp
2074 * gdb.base/solib-corrupted.exp
2075 * gdb.base/solib-disc.exp
2076 * gdb.base/solib-display.exp
2077 * gdb.base/solib-overlap.exp
2078 * gdb.base/solib-search.exp
2079 * gdb.base/solib-symbol.exp
2080 * gdb.base/source-execution.exp
2081 * gdb.base/sss-bp-on-user-bp-2.exp
2082 * gdb.base/sss-bp-on-user-bp.exp
2083 * gdb.base/stack-checking.exp
2084 * gdb.base/stale-infcall.exp
2085 * gdb.base/step-break.exp
2086 * gdb.base/step-line.exp
2087 * gdb.base/step-over-exit.exp
2088 * gdb.base/step-test.exp
2089 * gdb.base/structs.exp
2090 * gdb.base/sym-file.exp
2091 * gdb.base/symtab-search-order.exp
2092 * gdb.base/term.exp
2093 * gdb.base/type-opaque.exp
2094 * gdb.base/unload.exp
2095 * gdb.base/until-nodebug.exp
2096 * gdb.base/until.exp
2097 * gdb.base/unwindonsignal.exp
2098 * gdb.base/watch-cond.exp
2099 * gdb.base/watch-non-mem.exp
2100 * gdb.base/watch_thread_num.exp
2101 * gdb.base/watchpoint-reuse-slot.exp
2102 * gdb.base/watchpoint-solib.exp
2103 * gdb.base/watchpoint.exp
2104 * gdb.btrace/dlopen.exp
2105 * gdb.cell/arch.exp
2106 * gdb.cell/break.exp
2107 * gdb.cell/bt.exp
2108 * gdb.cell/core.exp
2109 * gdb.cell/data.exp
2110 * gdb.cell/dwarfaddr.exp
2111 * gdb.cell/ea-cache.exp
2112 * gdb.cell/ea-standalone.exp
2113 * gdb.cell/ea-test.exp
2114 * gdb.cell/f-regs.exp
2115 * gdb.cell/fork.exp
2116 * gdb.cell/gcore.exp
2117 * gdb.cell/mem-access.exp
2118 * gdb.cell/ptype.exp
2119 * gdb.cell/registers.exp
2120 * gdb.cell/sizeof.exp
2121 * gdb.cell/solib-symbol.exp
2122 * gdb.cell/solib.exp
2123 * gdb.compile/compile-tls.exp
2124 * gdb.cp/exception.exp
2125 * gdb.cp/gdb2495.exp
2126 * gdb.cp/local.exp
2127 * gdb.cp/mb-inline.exp
2128 * gdb.cp/mb-templates.exp
2129 * gdb.cp/pr10687.exp
2130 * gdb.cp/pr9167.exp
2131 * gdb.cp/scope-err.exp
2132 * gdb.cp/templates.exp
2133 * gdb.cp/virtfunc.exp
2134 * gdb.dwarf2/dw2-dir-file-name.exp
2135 * gdb.dwarf2/dw2-single-line-discriminators.exp
2136 * gdb.fortran/complex.exp
2137 * gdb.fortran/library-module.exp
2138 * gdb.guile/guile.exp
2139 * gdb.guile/scm-cmd.exp
2140 * gdb.guile/scm-frame-inline.exp
2141 * gdb.guile/scm-objfile.exp
2142 * gdb.guile/scm-pretty-print.exp
2143 * gdb.guile/scm-symbol.exp
2144 * gdb.guile/scm-type.exp
2145 * gdb.guile/scm-value.exp
2146 * gdb.linespec/keywords.exp
2147 * gdb.linespec/ls-errs.exp
2148 * gdb.linespec/macro-relative.exp
2149 * gdb.linespec/thread.exp
2150 * gdb.mi/mi-breakpoint-changed.exp
2151 * gdb.mi/mi-dprintf-pending.exp
2152 * gdb.mi/mi-fullname-deleted.exp
2153 * gdb.mi/mi-logging.exp
2154 * gdb.mi/mi-pending.exp
2155 * gdb.mi/mi-solib.exp
2156 * gdb.mi/new-ui-mi-sync.exp
2157 * gdb.mi/user-selected-context-sync.exp
2158 * gdb.multi/dummy-frame-restore.exp
2159 * gdb.multi/multi-arch-exec.exp
2160 * gdb.multi/remove-inferiors.exp
2161 * gdb.multi/watchpoint-multi-exit.exp
2162 * gdb.opt/solib-intra-step.exp
2163 * gdb.perf/backtrace.exp
2164 * gdb.perf/single-step.exp
2165 * gdb.perf/skip-command.exp
2166 * gdb.perf/skip-prologue.exp
2167 * gdb.perf/solib.exp
2168 * gdb.python/lib-types.exp
2169 * gdb.python/py-as-string.exp
2170 * gdb.python/py-bad-printers.exp
2171 * gdb.python/py-block.exp
2172 * gdb.python/py-breakpoint.exp
2173 * gdb.python/py-cmd.exp
2174 * gdb.python/py-events.exp
2175 * gdb.python/py-evthreads.exp
2176 * gdb.python/py-finish-breakpoint.exp
2177 * gdb.python/py-finish-breakpoint2.exp
2178 * gdb.python/py-frame-inline.exp
2179 * gdb.python/py-frame.exp
2180 * gdb.python/py-inferior.exp
2181 * gdb.python/py-infthread.exp
2182 * gdb.python/py-mi.exp
2183 * gdb.python/py-objfile.exp
2184 * gdb.python/py-pp-maint.exp
2185 * gdb.python/py-pp-registration.exp
2186 * gdb.python/py-prettyprint.exp
2187 * gdb.python/py-recurse-unwind.exp
2188 * gdb.python/py-shared.exp
2189 * gdb.python/py-symbol.exp
2190 * gdb.python/py-symtab.exp
2191 * gdb.python/py-template.exp
2192 * gdb.python/py-type.exp
2193 * gdb.python/py-unwind-maint.exp
2194 * gdb.python/py-unwind.exp
2195 * gdb.python/py-value.exp
2196 * gdb.python/python.exp
2197 * gdb.reverse/finish-reverse-bkpt.exp
2198 * gdb.reverse/insn-reverse.exp
2199 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2200 * gdb.reverse/solib-precsave.exp
2201 * gdb.reverse/solib-reverse.exp
2202 * gdb.stabs/gdb11479.exp
2203 * gdb.stabs/weird.exp
2204 * gdb.threads/fork-child-threads.exp
2205 * gdb.threads/fork-plus-threads.exp
2206 * gdb.threads/fork-thread-pending.exp
2207 * gdb.threads/forking-threads-plus-breakpoint.exp
2208 * gdb.threads/hand-call-in-threads.exp
2209 * gdb.threads/interrupted-hand-call.exp
2210 * gdb.threads/linux-dp.exp
2211 * gdb.threads/local-watch-wrong-thread.exp
2212 * gdb.threads/next-while-other-thread-longjmps.exp
2213 * gdb.threads/non-ldr-exit.exp
2214 * gdb.threads/pending-step.exp
2215 * gdb.threads/print-threads.exp
2216 * gdb.threads/process-dies-while-detaching.exp
2217 * gdb.threads/process-dies-while-handling-bp.exp
2218 * gdb.threads/pthreads.exp
2219 * gdb.threads/queue-signal.exp
2220 * gdb.threads/reconnect-signal.exp
2221 * gdb.threads/signal-command-handle-nopass.exp
2222 * gdb.threads/signal-command-multiple-signals-pending.exp
2223 * gdb.threads/signal-delivered-right-thread.exp
2224 * gdb.threads/signal-sigtrap.exp
2225 * gdb.threads/sigthread.exp
2226 * gdb.threads/staticthreads.exp
2227 * gdb.threads/stepi-random-signal.exp
2228 * gdb.threads/thread-unwindonsignal.exp
2229 * gdb.threads/thread_check.exp
2230 * gdb.threads/thread_events.exp
2231 * gdb.threads/tid-reuse.exp
2232 * gdb.threads/tls-nodebug.exp
2233 * gdb.threads/tls-shared.exp
2234 * gdb.threads/tls-so_extern.exp
2235 * gdb.threads/tls.exp
2236 * gdb.threads/wp-replication.exp
2237 * gdb.trace/actions-changed.exp
2238 * gdb.trace/actions.exp
2239 * gdb.trace/backtrace.exp
2240 * gdb.trace/change-loc.exp
2241 * gdb.trace/collection.exp
2242 * gdb.trace/deltrace.exp
2243 * gdb.trace/disconnected-tracing.exp
2244 * gdb.trace/entry-values.exp
2245 * gdb.trace/ftrace-lock.exp
2246 * gdb.trace/ftrace.exp
2247 * gdb.trace/infotrace.exp
2248 * gdb.trace/mi-trace-frame-collected.exp
2249 * gdb.trace/mi-trace-unavailable.exp
2250 * gdb.trace/mi-traceframe-changed.exp
2251 * gdb.trace/mi-tracepoint-changed.exp
2252 * gdb.trace/mi-tsv-changed.exp
2253 * gdb.trace/no-attach-trace.exp
2254 * gdb.trace/packetlen.exp
2255 * gdb.trace/passc-dyn.exp
2256 * gdb.trace/passcount.exp
2257 * gdb.trace/pending.exp
2258 * gdb.trace/pr16508.exp
2259 * gdb.trace/qtro.exp
2260 * gdb.trace/range-stepping.exp
2261 * gdb.trace/read-memory.exp
2262 * gdb.trace/report.exp
2263 * gdb.trace/save-trace.exp
2264 * gdb.trace/signal.exp
2265 * gdb.trace/stap-trace.exp
2266 * gdb.trace/status-stop.exp
2267 * gdb.trace/strace.exp
2268 * gdb.trace/tfile.exp
2269 * gdb.trace/tfind.exp
2270 * gdb.trace/trace-break.exp
2271 * gdb.trace/trace-condition.exp
2272 * gdb.trace/trace-enable-disable.exp
2273 * gdb.trace/trace-mt.exp
2274 * gdb.trace/tracecmd.exp
2275 * gdb.trace/tracefile-pseudo-reg.exp
2276 * gdb.trace/tspeed.exp
2277 * gdb.trace/tstatus.exp
2278 * gdb.trace/tsv.exp
2279 * gdb.trace/unavailable.exp
2280 * gdb.trace/while-dyn.exp
2281 * gdb.trace/while-stepping.exp
2282 * lib/gdb-guile.exp
2283 * lib/gdb.exp
2284 * lib/mi-support.exp
2285 * lib/pascal.exp
2286 * lib/perftest.exp
2287 * lib/prelink-support.exp
2288 * lib/selftest-support.exp
2289
2290 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2291
2292 * Makefile.in: Include disable-implicit-rules.mk.
2293
2294 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2295
2296 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2297 non-byte-aligned bit fields.
2298
2299 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2300
2301 PR gdb/12616
2302 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2303 respects the DW_AT_data_bit_offset attribute.
2304
2305 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2306
2307 * gdb.base/default.exp: Fix output of "set language".
2308
2309 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2310
2311 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2312 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2313 make.
2314 * configure.ac: Remove checks for the make program.
2315 * configure: Re-generate.
2316
2317 2016-11-16 Kevin Buettner <kevinb@redhat.com>
2318
2319 * gdb.python/py-recurse-unwind.c (main): Add loop.
2320 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2321 to read_register() and gdb.parse_and_eval(). Make each code
2322 call a separate case that can be individually tested.
2323 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2324 proc. Call cont_and_backtrace for each of the code paths that
2325 we want to test in the unwinder.
2326
2327 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2328
2329 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2330 the definition of struct S.
2331
2332 2016-11-11 Catherine Moore <clm@codesourcery.com>
2333
2334 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2335
2336 2016-11-09 Pedro Alves <palves@redhat.com>
2337
2338 * gdb.base/commands.exp (runto_or_return): New procedure.
2339 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2340 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2341 (progvar_simple_while_test, progvar_complex_if_while_test)
2342 (if_while_breakpoint_command_test)
2343 (infrun_breakpoint_command_test, breakpoint_command_test)
2344 (user_defined_command_test, watchpoint_command_test)
2345 (test_command_prompt_position, redefine_hook_test)
2346 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2347 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2348 multi_line_input and multi_line. Remove gdb_expect and
2349 gdb_stop_suppressing_tests uses.
2350 * lib/gdb.exp (valnum_re): New global.
2351 (multi_line_input): New procedure.
2352
2353 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2354
2355 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2356 Remove.
2357 (test_setup): Define with proc_with_prefix.
2358 (test_cli_inferior): Likewise.
2359 (test_cli_thread): Likewise.
2360 (test_cli_frame): Likewise.
2361 (test_cli_select_frame): Likewise.
2362 (test_cli_up_down): Likewise.
2363 (test_mi_thread_select): Likewise.
2364 (test_mi_stack_select_frame): Likewise.
2365 (test_cli_in_mi_inferior): Likewise.
2366 (test_cli_in_mi_thread): Likewise.
2367 (test_cli_in_mi_frame): Likewise.
2368 (top level): Do not use with_test_prefix_procname.
2369
2370 2016-11-09 Pedro Alves <palves@redhat.com>
2371
2372 * gdb.base/commands.exp (gdbvar_simple_if_test)
2373 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2374 (progvar_simple_if_test, progvar_simple_while_test)
2375 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2376 (infrun_breakpoint_command_test, breakpoint_command_test)
2377 (user_defined_command_test, watchpoint_command_test)
2378 (test_command_prompt_position, deprecated_command_test)
2379 (bp_deleted_in_command, temporary_breakpoint_commands)
2380 (stray_arg0_test, source_file_with_indented_comment)
2381 (recursive_source_test, if_commands_test)
2382 (error_clears_commands_left, redefine_hook_test)
2383 (redefine_backtrace_test): Use proc_with_prefix.
2384 * lib/gdb.exp (proc_with_prefix): New proc.
2385
2386 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2387
2388 * gdb.base/tui-layout.c: New file.
2389 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2390 disassembly window contains very long lines.
2391
2392 2016-11-08 Tom Tromey <tom@tromey.com>
2393
2394 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2395 depend on Python 2.
2396
2397 2016-11-08 Tom Tromey <tom@tromey.com>
2398
2399 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2400 New method.
2401
2402 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2403
2404 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2405
2406 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2407
2408 * gdb.rust/simple.rs: Add test for univariant enums without
2409 discriminants and for encoded struct-like enums.
2410
2411 2016-10-28 Pedro Alves <palves@redhat.com>
2412
2413 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2414 gdb_test_multiple, tighten regexps and match symtabs and line
2415 tables incrementally.
2416
2417 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2418
2419 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2420 general.
2421
2422 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2423
2424 * gdb.base/exec-invalid-sysroot.exp: New file.
2425
2426 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2427
2428 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2429
2430 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2431
2432 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2433
2434 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2435
2436 * gdb.base/killed-outside.exp: Remove $options from a call to
2437 `prepare_for_testing'.
2438
2439 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2440
2441 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2442 Change test message.
2443
2444 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2445
2446 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2447 Update comment.
2448
2449 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2450
2451 * gdb.trace/mi-trace-save.exp: New file.
2452
2453 2016-10-13 Yao Qi <yao.qi@linaro.org>
2454
2455 * gdb.base/code_elim.exp (get_var_address): Remove.
2456 * gdb.base/relocate.exp: Likewise.
2457 * gdb.base/shreloc.exp: Likewise.
2458 * lib/gdb.exp (get_var_address): New.
2459
2460 2016-10-13 Yao Qi <yao.qi@linaro.org>
2461
2462 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2463 floating point tests if $skip_float_test is false.
2464
2465 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2466
2467 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2468 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2469 argc values.
2470 Add 1 to argc so we guarantee distinct initial/modified argc values.
2471
2472 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2473
2474 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2475
2476 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2477
2478 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2479 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2480 * gdb.arch/vsx-regs.exp: Likewise.
2481
2482 2016-10-07 Yao Qi <yao.qi@linaro.org>
2483
2484 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2485
2486 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2487
2488 * gdb.python/python.exp: Test decode_line("*0").
2489
2490 2016-10-06 Doug Evans <dje@google.com>
2491
2492 * gdb.python/py-value.exp (test_value_creation): Add test for large
2493 unsigned 64-bit value.
2494
2495 2016-10-06 Tom Tromey <tom@tromey.com>
2496
2497 * gdb.compile/compile.exp: Change java tests to rust.
2498 * gdb.base/setshow.exp: Change java tests to rust.
2499 * gdb.base/default.exp: Remove java from language list.
2500 * README (Examples): Update language example.
2501 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2502 test.
2503 * lib/gdb.exp (skip_java_tests): Remove.
2504 * lib/java.exp: Remove.
2505 * gdb.java: Remove.
2506
2507 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2508
2509 * gdb.arch/mips-fcr.exp: New test.
2510 * gdb.arch/mips-fcr.c: Source for the new test.
2511
2512 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2513
2514 * gdb.base/solib-disc.exp: Use `standard_output_file'
2515 throughout.
2516
2517 2016-10-06 Pedro Alves <palves@redhat.com>
2518
2519 * gdb.base/jit-simple-dl.c: New file.
2520 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2521 * gdb.base/jit-simple.c: ... this.
2522 * gdb.base/jit-simple.exp (jit_run): Delete.
2523 (build_jit): New proc.
2524 (jit_test_reread): Recompile either the main program or the shared
2525 library, depending on what is being tested. Skip changing address
2526 if caller wants to. Compare before/after addresses. If testing
2527 standalone, explicitly load the binary. Test "maint info
2528 breakpoints".
2529 (top level): Add "standalone vs shared lib" and "change address"
2530 vs "same address" axes.
2531
2532 2016-10-06 Pedro Alves <palves@redhat.com>
2533
2534 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2535 call.
2536 (jit_run): Delete.
2537 (jit_test_reread): Use with_test_prefix. Reload the main binary
2538 explicitly. Compare the before/after addresses of the JIT
2539 descriptor.
2540
2541 2016-08-15 Doug Evans <dje@google.com>
2542
2543 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2544 for single bitfields is bool.
2545 * gdb.xml/tdesc-regs.exp: Ditto.
2546
2547 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2548
2549 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2550
2551 2016-10-05 Yao Qi <yao.qi@linaro.org>
2552
2553 * lib/gdb.exp (support_complex_tests): Return zero if
2554 gdb_skip_float_test return true.
2555
2556 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2557 Simon Marchi <simon.marchi@ericsson.com>
2558
2559 PR gdb/20487
2560 * gdb.mi/user-selected-context-sync.exp: New file.
2561 * gdb.mi/user-selected-context-sync.c: New file.
2562
2563 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2564 Simon Marchi <simon.marchi@ericsson.com>
2565
2566 PR gdb/20487
2567 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2568 =thread-select-event check.
2569
2570 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2571
2572 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2573 the compulsory L operand changes.
2574 * gdb.arch/powerpc-power.s: Likewise.
2575
2576 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2577
2578 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2579 * gdb.base/jit-attach-pie.c: New file.
2580 * gdb.base/jit-attach-pie.exp: New file.
2581
2582 2016-09-28 Pedro Alves <palves@redhat.com>
2583
2584 * gdb.base/infcall-input.c: New file.
2585 * gdb.base/infcall-input.exp: New file.
2586
2587 2016-09-22 Yao Qi <yao.qi@linaro.org>
2588
2589 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2590 (gdb_exit): Rename it to ...
2591 (gdbserver_gdb_exit): ... Close GDBserver.
2592 (gdb_exit): New proc, call gdbserver_gdb_exit.
2593 (mi_gdb_exit): Likewise.
2594
2595 2016-09-22 Yao Qi <yao.qi@linaro.org>
2596
2597 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2598 path.
2599 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2600 Remove duplication.
2601
2602 2016-09-22 Yao Qi <yao.qi@linaro.org>
2603
2604 * lib/gdbserver-support.exp: Check the existence of
2605 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2606
2607 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2608
2609 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2610
2611 2016-09-21 Tom Tromey <tom@tromey.com>
2612
2613 PR gdb/20604:
2614 * gdb.base/quit.exp: New file.
2615
2616 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2617
2618 * .gitignore: New file.
2619
2620 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2621
2622 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2623 throughout.
2624
2625 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2626
2627 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2628
2629 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2630
2631 * gdb.cp/casts.cc (decltype): Move it ...
2632 (main): ... with its call to ...
2633 * gdb.cp/casts03.cc: ... a new file.
2634 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2635
2636 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2637
2638 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2639
2640 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2641
2642 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2643 and sync up the test with tests in gas/testsuite/gas/ppc.
2644 * gdb.arch/powerpc-power.exp: Likewise.
2645
2646 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2647
2648 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2649
2650 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2651 Jan Kratochvil <jan.kratochvil@redhat.com>
2652
2653 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2654 make m1's definition to be different from m2's. Use 'dummy' as an
2655 argument for probe 'two'.
2656
2657 2016-09-10 Jon Beniston <jon@beniston.com>
2658
2659 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2660 for sim target.
2661
2662 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2663
2664 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2665 variable declaration.
2666 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2667 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2668 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2669 received HWCAP as its argument.
2670
2671 2016-09-06 Pedro Alves <palves@redhat.com>
2672
2673 * gdb.base/new-ui-pending-input.c: New file.
2674 * gdb.base/new-ui-pending-input.exp: New file.
2675 * gdb.exp (clear_gdb_spawn_id): New procedure.
2676 (with_spawn_id): Check whether gdb_spawn_id exists before
2677 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2678 on exit.
2679
2680 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2681
2682 * gdb.base/float128.c: New file.
2683 * gdb.base/float128.exp: Likewise.
2684 * gdb.base/floatn.c: Likewise.
2685 * gdb.base/floatn.exp: Likewise.
2686
2687 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2688
2689 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2690
2691 2016-09-05 Pedro Alves <palves@redhat.com>
2692
2693 PR backtrace/19927
2694 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2695 unwinders are immediately called as side effect of "source" or
2696 "disable unwinder" commands.
2697 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2698
2699 2016-09-02 Yao Qi <yao.qi@linaro.org>
2700
2701 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2702 is true and $type is "float" or "double".
2703
2704 2016-09-02 Yao Qi <yao.qi@linaro.org>
2705
2706 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2707 true.
2708 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2709 * gdb.base/call-rt-st.exp: Likewise.
2710 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2711 return value instead of gdb,skip_float_test.
2712 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2713 (do_function_calls): Use its return value instead of
2714 gdb,skip_float_test.
2715 * gdb.base/finish.exp: Likewise.
2716 * gdb.base/funcargs.exp: Likewise.
2717 * gdb.base/return.exp: Likewise.
2718 * gdb.base/return2.exp: Likewise.
2719 * gdb.base/varargs.exp: Likewise.
2720 * lib/gdb.exp (gdb_skip_float_test): Change it to
2721 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2722
2723 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2724
2725 * gdb.multi/tids.exp: Test "thread apply all".
2726
2727 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2728
2729 * gdb.base/default.exp (tty): Remove.
2730
2731 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2732
2733 * gdb.python/py-recurse-unwind.c: New file.
2734 * gdb.python/py-recurse-unwind.py: New file.
2735 * gdb.python/py-recurse-unwind.exp: New file.
2736
2737 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2738
2739 * gdb.base/set-inferior-tty.exp: New file.
2740 * gdb.base/set-inferior-tty.c: New file.
2741
2742 2016-08-23 Pedro Alves <palves@redhat.com>
2743
2744 PR gdb/20494
2745 * gdb.base/new-ui-echo.c: New file.
2746 * gdb.base/new-ui-echo.exp: New file.
2747
2748 2016-08-23 Yao Qi <yao.qi@linaro.org>
2749
2750 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2751 gdbserver_spawn.
2752 * gdb.server/connect-without-multi-process.exp (do_test):
2753 Likewise.
2754
2755 2016-08-23 Yao Qi <yao.qi@linaro.org>
2756
2757 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2758 standalone_txt. Delete gdb_txt and standalone_txt on host
2759 and target. Spawn the binary on target. Copy files from
2760 target to host.
2761
2762 2016-08-22 Pedro Alves <palves@redhat.com>
2763
2764 PR gdb/20505
2765 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2766 with_test_prefix. Factor out bits to ...
2767 (test_no_vdso): ... this new procedure.
2768
2769 2016-08-19 Carl Love <cel@us.ibm.com>
2770
2771 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2772 maintaining separate logic for constructing the output path.
2773 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2774 * gdb.arch/ppc-dfp.exp: Likewise.
2775 * gdb.arch/ppc-fp.exp: Likewise.
2776 * gdb.arch/vsx-regs.exp: Likewise.
2777 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2778 binprefix for generating the additional binary files.
2779
2780 2016-08-19 Pedro Alves <palves@redhat.com>
2781
2782 * gdb.trace/mi-trace-frame-collected.exp
2783 (test_trace_frame_collected): On x32, expect two registers.
2784
2785 2016-08-18 Carl Love <cel@us.ibm.com>
2786
2787 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2788 and sync up the test with tests in gas/testsuite/gas/ppc.
2789 * gdb.arch/powerpc-power.exp: Likewise.
2790
2791 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2792
2793 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2794 expected error message.
2795
2796 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2797
2798 * gdb.multi/remove-inferiors.exp: New file.
2799 * gdb.multi/remove-inferiors.c: New file.
2800
2801 2016-08-12 Yao Qi <yao.qi@linaro.org>
2802
2803 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2804 argument list.
2805
2806 2016-08-10 Pedro Alves <palves@redhat.com>
2807
2808 PR gdb/19187
2809 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2810 setup_kfails.
2811
2812 2016-08-09 Pedro Alves <palves@redhat.com>
2813 Simon Marchi <simon.marchi@ericsson.com>
2814
2815 PR gdb/20418
2816 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2817 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2818
2819 2016-08-09 Pedro Alves <palves@redhat.com>
2820
2821 PR mi/20431
2822 * gdb.mi/mi-cmd-error.exp: New file.
2823
2824 2016-08-09 Pedro Alves <palves@redhat.com>
2825
2826 PR gdb/18653
2827 * gdb.base/signals-state-child.c: New file.
2828 * gdb.base/signals-state-child.exp: New file.
2829 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2830
2831 2016-08-09 Pedro Alves <palves@redhat.com>
2832
2833 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2834
2835 2016-08-03 Tom Tromey <tom@tromey.com>
2836
2837 PR python/18565:
2838 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2839
2840 2016-08-01 Yao Qi <yao.qi@linaro.org>
2841
2842 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2843 variable mode to "multi-process" if $multi_process is 1, otherwise
2844 set it to "single-process".
2845
2846 2016-08-01 Yao Qi <yao.qi@linaro.org>
2847
2848 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2849 * gdb.cp/cpexprs.exp: Likewise.
2850 * gdb.cp/m-static.exp: Likewise.
2851
2852 2016-07-26 Tom Tromey <tom@tromey.com>
2853
2854 PR python/20190:
2855 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2856 test.
2857
2858 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2859
2860 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2861 selecting assembly source files.
2862 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2863 assembly source files.
2864 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2865 assembly source files.
2866 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2867 selecting assembly source files.
2868
2869 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2870
2871 * gdb.base/new-ui.exp (do_test_invalid_args): New
2872 procedure.
2873
2874 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2875
2876 * gdb.btrace/reconnect.c: New file.
2877 * gdb.btrace/reconnect.exp: New file.
2878
2879 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2880
2881 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2882 to test_catch_syscall_group.
2883 (test_catch_syscall_group): New.
2884
2885 2016-07-21 Tom Tromey <tom@tromey.com>
2886
2887 * gdb.rust/simple.rs (main): Use empty struct expression.
2888 * gdb.rust/simple.exp: Add tests for empty struct expression.
2889
2890 2016-07-21 Yao Qi <yao.qi@linaro.org>
2891
2892 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2893 if gdb_skip_xml_test is true on some targets.
2894
2895 2016-07-21 Yao Qi <yao.qi@linaro.org>
2896
2897 * gdb.server/solib-list.exp: Unset last_loaded_file.
2898
2899 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2900
2901 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2902 "step into captured_main (args)".
2903
2904 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2905
2906 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2907
2908 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2909
2910 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2911
2912 2016-07-19 Pedro Alves <palves@redhat.com>
2913
2914 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2915 * gdb.opt/inline-bt.exp: Likewise.
2916 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2917 additional_flags=-Winline.
2918 * gdb.opt/inline-locals.exp: Likewise.
2919 * gdb.opt/inline-markers.c (ATTR): Define.
2920 (inlined_fn): Use it.
2921
2922 2016-07-19 Yao Qi <yao.qi@linaro.org>
2923
2924 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2925 (test_with_self): Remove some code. Remove argument executable.
2926 (top-level): Use do_self_tests.
2927
2928 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2929 Don Breazeal <donb@codesourcery.com>
2930
2931 * gdb.base/maint.exp: Escape paths used in regular expressions.
2932 * gdb.stabs/weird.exp: Likewise.
2933
2934 2016-07-13 Tom Tromey <tom@tromey.com>
2935
2936 PR python/15620, PR python/18620:
2937 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2938 (test_bkpt_events): New procs.
2939
2940 2016-07-13 Tom Tromey <tom@tromey.com>
2941
2942 PR python/17698:
2943 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2944 test.
2945 (test_watchpoints): Likewise.
2946 (test_bkpt_pending): New proc.
2947
2948 2016-07-13 Tom Tromey <tom@tromey.com>
2949
2950 PR cli/18053:
2951 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2952 completion test.
2953
2954 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2955
2956 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2957 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2958 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2959 f_label.
2960 (g): Rename g_end_lbl to g_label.
2961 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2962 low_pc and high_pc.
2963 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2964
2965 2016-07-12 Tom Tromey <tom@tromey.com>
2966
2967 PR python/19293:
2968 * gdb.python/py-unwind-maint.exp: Update tests.
2969
2970 2016-07-12 Yao Qi <yao.qi@linaro.org>
2971
2972 * lib/selftest-support.exp (selftest_setup): Match the output
2973 when captured_main is inlined.
2974
2975 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2976
2977 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2978 New variables.
2979 (print this%a, print this%b, print this): New tests.
2980 * gdb.fortran/derived-types.f90 (this): New object and
2981 initialization.
2982
2983 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2984
2985 * gdb.ada/arraydim.exp: Remove extra directory level in build
2986 directory.
2987
2988 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2989
2990 * lib/ada.exp: Remove extra directory level in build directory.
2991 * gdb.ada/cond_lang.exp: Likewise.
2992 * gdb.ada/exec_changed.exp: Likewise.
2993 * gdb.ada/lang_switch.exp: Likewise.
2994
2995 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2996
2997 * simple.rs: Add test for raw pointer subscripting.
2998 * simple.exp: Add test expectations.
2999
3000 2016-07-05 Yao Qi <yao.qi@linaro.org>
3001
3002 * gdb.mi/mi-reverse.exp: Match =record-started output.
3003
3004 2016-07-01 Pedro Alves <palves@redhat.com>
3005
3006 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3007 procedure.
3008 (jit_reader_test): Test the jit reader's unwinder.
3009 * gdb.base/jithost.c (jit_function_00_code): New global.
3010 (main): Use memcpy to fill in the mmapped code, instead of poking
3011 bytes manually here.
3012 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3013 value.
3014 (read_debug_info): Save the function's range.
3015 (read_sp): New function.
3016 (unwind_frame): Use it. Also unwind RBP.
3017 (get_frame_id): Use read_sp.
3018 (gdb_init_reader): Use calloc instead of malloc.
3019 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3020 parameter. Use gdb_test_multiple.
3021
3022 2016-07-01 Pedro Alves <palves@redhat.com>
3023 Antoine Tremblay <antoine.tremblay@ericsson.com>
3024
3025 * gdb.threads/process-dies-while-detaching.c: New file.
3026 * gdb.threads/process-dies-while-detaching.exp: New file.
3027
3028 2016-07-01 Pedro Alves <palves@redhat.com>
3029
3030 * gdb.multi/watchpoint-multi-exit.c: New file.
3031 * gdb.multi/watchpoint-multi-exit.exp: New file.
3032
3033 2016-06-30 Pedro Alves <palves@redhat.com>
3034
3035 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3036 unset inferior_spawn_id.
3037
3038 2016-06-30 Pedro Alves <palves@redhat.com>
3039
3040 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3041 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3042
3043 2016-06-29 Yao Qi <yao.qi@linaro.org>
3044
3045 * gdb.base/return.c: Add copyright header.
3046
3047 2016-06-29 Tom Tromey <tom@tromey.com>
3048
3049 PR python/20129:
3050 * gdb.python/py-framefilter.exp: Add tests for setting priority
3051 and disabling of non-existent frame filter.
3052
3053 2016-06-29 Yao Qi <yao.qi@linaro.org>
3054
3055 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3056 0x0f07ff.
3057
3058 2016-06-28 Yao Qi <yao.qi@linaro.org>
3059
3060 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3061 triplets. Start gdb, execute catch syscall, and continue. Check
3062 gdb's output to determine catch syscall is supported.
3063
3064 2016-06-27 Manish Goregaokar <manish@mozilla.com>
3065
3066 * gdb.rust/simple.rs: Add test for returning unit in a function.
3067 * gdb.rust/simple.exp: Add expectation for functions returning
3068 unit.
3069
3070 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3071
3072 * gdb.python/py-breakpoint-create-fail.c,
3073 gdb.python/py-breakpoint-create-fail.exp,
3074 gdb.python/py-breakpoint-create-fail.py: New testcase.
3075
3076 2016-06-25 Manish Goregaokar <manish@mozilla.com>
3077
3078 PR gdb/20239
3079 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
3080 * gdb.rust/simple.exp: Add test expectations for new NonZero
3081 tests.
3082
3083 2016-06-24 David Taylor <dtaylor@emc.com>
3084
3085 * gdb.base/offsets.exp: New file.
3086 * gdb.base/offsets.c: New file.
3087
3088 2016-06-23 Tom Tromey <tom@tromey.com>
3089
3090 PR gdb/16483:
3091 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3092 before any filters are loaded.
3093
3094 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3095
3096 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3097 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3098 structs.
3099 * gdb.fortran/derived-type-function.exp: New file.
3100 * gdb.fortran/derived-type-function.f90: New file.
3101
3102
3103 2016-06-21 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.base/new-ui.exp: New file.
3106 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3107 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3108 (with_spawn_id): New procedure.
3109
3110 2016-06-21 Pedro Alves <palves@redhat.com>
3111
3112 * gdb.mi/mi-exec-run.exp: New file.
3113
3114 2016-06-21 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3117 breakpoint command's output on the main UI.
3118 (test_break): New procedure, factored out from calls in the top
3119 level.
3120 (top level): Use foreach_with_prefix to test MI as main UI and as
3121 separate UI.
3122
3123 2016-06-21 Pedro Alves <palves@redhat.com>
3124
3125 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3126 (test_awatch_creation_and_listing)
3127 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3128 Remove 'type' parameter.
3129 (test_watchpoint_all): New parameter mi_mode. Remove
3130 with_test_prefix.
3131 (top level): Use foreach_with_prefix, and add main/separate UI MI
3132 testing axis.
3133
3134 2016-06-21 Pedro Alves <palves@redhat.com>
3135
3136 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3137 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3138 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3139 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3140 (gdb_main_spawn_id, mi_spawn_id): Declare and
3141 comment.
3142 (mi_create_inferior_pty): New procedure,
3143 factored out from default_mi_gdb_start.
3144 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3145 procedures.
3146 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3147 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3148 Use mi_create_inferior_pty.
3149 (mi_gdb_start): Use eval to pass down args list.
3150
3151 2016-06-21 Pedro Alves <palves@redhat.com>
3152
3153 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3154 * gdb.opt/inline-cmds.exp: Add MI tests.
3155
3156 2016-06-21 Pedro Alves <palves@redhat.com>
3157
3158 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3159
3160 2016-06-21 Pedro Alves <palves@redhat.com>
3161
3162 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3163 (top level): Use it instead of mi_execute_to.
3164
3165 2016-06-21 Pedro Alves <palves@redhat.com>
3166
3167 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3168 (cont_handler_str): New.
3169 (signal_stop_handler): Set stop_handler_str instead of printing to
3170 stdout.
3171 (continue_handler): Set cont_handler_str instead of printing to
3172 stdout.
3173 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3174 mi_send_resuming_command. Print stop_handler_str and
3175 cont_handler_str instead of expecting the python events print
3176 directly.
3177
3178 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3179
3180 * gdb.base/jit-reader.exp: New file.
3181 * gdb.base/jithost.c: New file.
3182 * gdb.base/jithost.h: New file.
3183 * gdb.base/jitreader.c : New file.
3184 * gdb.base/jit-protocol.h: New file.
3185
3186 2016-06-17 Yao Qi <yao.qi@linaro.org>
3187
3188 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3189 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3190 and detach-on-fork. Adjust tests.
3191 (top level): Invoke break_cond_on_syscall with combinations of
3192 syscall, follow-fork-mode and detach-on-fork.
3193
3194 2016-06-17 Yao Qi <yao.qi@linaro.org>
3195
3196 * gdb.base/step-over-exit.c: New.
3197 * gdb.base/step-over-exit.exp: New.
3198
3199 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3200
3201 * gdb.base/float.exp: Add target check for nds32*-*-*.
3202 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3203
3204 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3205
3206 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3207 for unsupported target features.
3208 * gdb.base/call-rt-st.exp: Likewise.
3209 * gdb.base/call-sc.exp: Likewise.
3210 * gdb.base/call-signal-resume.exp: Likewise.
3211 * gdb.base/call-strs.exp: Likewise.
3212 * gdb.base/callexit.exp: Likewise.
3213 * gdb.base/callfuncs.exp: Likewise.
3214 * gdb.base/nodebug.exp: Likewise.
3215 * gdb.base/printcmds.exp: Likewise.
3216 * gdb.base/ptype.exp: Likewise.
3217 * gdb.base/structs.exp: Likewise.
3218 * gdb.base/unwindonsignal.exp: Likewise.
3219 * gdb.cp/gdb2495.exp: Likewise.
3220 * gdb.cp/templates.exp: Likewise.
3221 * gdb.cp/virtfunc.exp: Likewise.
3222 * gdb.threads/hand-call-in-threads.exp: Likewise.
3223 * gdb.threads/interrupted-hand-call.exp: Likewise.
3224 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3225
3226 2016-06-10 Tom Tromey <tom@tromey.com>
3227
3228 PR rust/20110:
3229 * gdb.rust/expr.exp: Add test for integer constant larger than
3230 i32.
3231
3232 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3233
3234 * gdb.fortran/nested-funcs.exp: New.
3235 * gdb.fortran/nested-funcs.f90: New.
3236
3237 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3238
3239 * gdb.base/examine-backward.c: New file.
3240 * gdb.base/examine-backward.exp: New file.
3241
3242 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3243
3244 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3245 matching.
3246
3247 2016-06-02 Tom Tromey <tom@tromey.com>
3248
3249 PR python/18984:
3250 * gdb.python/py-shared.exp: Add solib_name test.
3251
3252 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3253
3254 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3255
3256 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3257
3258 PR c++/19893
3259 * gdb.dwarf2/implref.exp: Rename to...
3260 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3261 * gdb.dwarf2/implref-array.c: New file.
3262 * gdb.dwarf2/implref-array.exp: Likewise.
3263 * gdb.dwarf2/implref-global.c: Likewise.
3264 * gdb.dwarf2/implref-global.exp: Likewise.
3265 * gdb.dwarf2/implref-struct.c: Likewise.
3266 * gdb.dwarf2/implref-struct.exp: Likewise.
3267
3268 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3269
3270 * gdb.trace/trace-condition.exp: Add 64bit tests.
3271
3272 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3273
3274 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3275 bits types.
3276 (main): Adapt to 8 to 64 bits types.
3277 * gdb.trace/trace-condition.exp: Add new tests.
3278
3279 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3280
3281 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3282
3283 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3284
3285 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3286 Move condition tests...
3287 * gdb.trace/trace-condition.exp: Here.
3288
3289 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3290
3291 * gdb.trace/trace-condition.exp: Add counter-case tests.
3292
3293 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3294
3295 PR c++/15231
3296 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3297 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3298
3299 2016-05-27 Pedro Alves <palves@redhat.com>
3300
3301 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3302 New procedure.
3303 (top level): Call it, and bail out of DejaGnu is known to be bad.
3304
3305 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3306
3307 * gdb.base/whatis.c: Extend the test case.
3308 * gdb.base/whatis.exp: Add additional tests.
3309
3310 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3311
3312 * gdb.fortran/type.f90: Add pointer variable.
3313 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3314
3315 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3316
3317 * gdb.fortran/vla-type.exp: Fix testcase name.
3318
3319 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3320
3321 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3322
3323 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3324
3325 * gdb.fortran/type.f90: Add nested structures.
3326 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3327 * gdb.fortran/derived-type.exp: Adapt expected output.
3328 * gdb.fortran/vla-type.exp: Adapt expected output.
3329
3330 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3331
3332 * gdb.fortran/whatis_type.exp: Adapt expected output.
3333
3334 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3335
3336 * gdb.fortran/print_type.exp: Fix expected output.
3337 * gdb.fortran/whatis_type.exp: Fix expected output.
3338
3339 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3340
3341 * gdb.fortran/whatis_type.exp: Use multi_line.
3342
3343 2016-05-24 Tom Tromey <tom@tromey.com>
3344
3345 PR python/17386:
3346 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3347 use value as an index.
3348
3349 2016-05-23 Tom Tromey <tom@tromey.com>
3350
3351 PR python/17981:
3352 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3353 no-breakpoint case.
3354
3355 2016-05-24 Pedro Alves <palves@redhat.com>
3356
3357 PR gdb/19828
3358 * gdb.threads/clone-attach-detach.c: New file.
3359 * gdb.threads/clone-attach-detach.exp: New file.
3360
3361 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3362
3363 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3364
3365 2016-05-23 Tom Tromey <tom@tromey.com>
3366
3367 PR python/19438, PR python/18393:
3368 * gdb.python/py-progspace.exp: Add "dir" test.
3369 * gdb.python/py-objfile.exp: Add "dir" test.
3370
3371 2016-05-23 Yao Qi <yao.qi@linaro.org>
3372
3373 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3374 * gdb.arch/thumb2-it.exp: Likewise.
3375
3376 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3377
3378 * gdb.mi/mi-threads-interrupt.c: New file.
3379 * gdb.mi/mi-threads-interrupt.exp: New file.
3380
3381 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3382
3383 PR gdb/18077
3384 * gdb.mi/mi-async-run.exp: New file.
3385 * gdb.mi/mi-async-run.c: New file.
3386
3387 2016-05-17 Tom Tromey <tom@tromey.com>
3388 Manish Goregaokar <manishsmail@gmail.com>
3389
3390 * lib/rust-support.exp: New file.
3391 * lib/gdb.exp (skip_rust_tests): New proc.
3392 (build_executable_from_specs): Handle rust.
3393 * lib/future.exp (gdb_find_rustc): New proc.
3394 (gdb_default_target_compile): Handle rust.
3395 * gdb.rust/expr.exp: New file.
3396 * gdb.rust/generics.exp: New file.
3397 * gdb.rust/generics.rs: New file.
3398 * gdb.rust/methods.exp: New file.
3399 * gdb.rust/methods.rs: New file.
3400 * gdb.rust/modules.exp: New file.
3401 * gdb.rust/modules.rs: New file.
3402 * gdb.rust/simple.exp: New file.
3403 * gdb.rust/simple.rs: New file.
3404
3405 2016-05-17 Tom Tromey <tom@tromey.com>
3406
3407 * gdb.base/default.exp (set language): Add rust.
3408
3409 2016-05-17 Tom Tromey <tom@tromey.com>
3410
3411 * gdb.gdb/unittest.exp: New file.
3412
3413 2016-05-16 Yao Qi <yao.qi@linaro.org>
3414
3415 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3416 shell_prompt. Update shell_prompt_re.
3417
3418 2016-05-12 Doug Evans <dje@google.com>
3419
3420 PR symtab/19999
3421 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3422 $options when building executable.
3423 * gdb.dwarf2/fission-loclists-pie.S: New file.
3424 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3425
3426 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3427
3428 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3429 of [is_remote target],
3430
3431 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3432
3433 * lib/gdb.exp (use_gdb_stub): New procedure.
3434
3435 2016-05-03 Yunlian Jiang <yunlian@google.com>
3436 Doug Evans <dje@google.com>
3437
3438 PR symtab/19914
3439 * gdb.dwarf2/dwp-sepdebug.c: New file.
3440 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3441
3442 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3443
3444 * gdb.base/detach.exp: Remove is_remote check.
3445
3446 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3447
3448 * gdb.base/annota-input-while-running.exp: Don't check for
3449 [is_remote target]. Enable annotations after running to main.
3450 Remove unused "set test..." line.
3451
3452 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3453
3454 * gdb.trace/trace-enable-disable.exp: New file.
3455 * gdb.trace/trace-enable-disable.c: New file.
3456
3457 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3458
3459 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3460 use it in info sharedlibrary test.
3461 * gdb.trace/ftrace-lock.exp: Likewise.
3462 * gdb.trace/ftrace.exp: Likewise.
3463 * gdb.trace/range-stepping.exp: Likewise.
3464 * gdb.trace/trace-break.exp: Likewise.
3465 * gdb.trace/trace-condition.exp: Likewise.
3466 * gdb.trace/trace-mt.exp: Likewise.
3467
3468 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3469
3470 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3471 (gdb_load_shlib): ... this.
3472 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3473 gdb_load_shlib.
3474 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3475 * gdb.base/ctxobj.exp: Likewise.
3476 * gdb.base/dprintf-pending.exp: Likewise.
3477 * gdb.base/dso2dso.exp: Likewise.
3478 * gdb.base/fixsection.exp: Likewise.
3479 * gdb.base/gcore-relro.exp: Likewise.
3480 * gdb.base/gdb1555.exp: Likewise.
3481 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3482 * gdb.base/gnu-ifunc.exp: Likewise.
3483 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3484 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3485 * gdb.base/pending.exp: Likewise.
3486 * gdb.base/print-file-var.exp: Likewise.
3487 * gdb.base/print-symbol-loading.exp: Likewise.
3488 * gdb.base/shlib-call.exp: Likewise.
3489 * gdb.base/shreloc.exp: Likewise.
3490 * gdb.base/so-impl-ld.exp: Likewise.
3491 * gdb.base/solib-disc.exp: Likewise.
3492 * gdb.base/solib-nodir.exp: Likewise.
3493 * gdb.base/solib-overlap.exp: Likewise.
3494 * gdb.base/solib-symbol.exp: Likewise.
3495 * gdb.base/solib-weak.exp (do_test): Likewise.
3496 * gdb.base/sym-file.exp: Likewise.
3497 * gdb.base/symtab-search-order.exp: Likewise.
3498 * gdb.base/type-opaque.exp: Likewise.
3499 * gdb.base/unload.exp: Likewise.
3500 * gdb.base/watchpoint-solib.exp: Likewise.
3501 * gdb.compile/compile.exp: Likewise.
3502 * gdb.cp/gdb2384.exp: Likewise.
3503 * gdb.cp/infcall-dlopen.exp: Likewise.
3504 * gdb.cp/re-set-overloaded.exp: Likewise.
3505 * gdb.fortran/library-module.exp: Likewise.
3506 * gdb.opt/solib-intra-step.exp: Likewise.
3507 * gdb.python/py-finish-breakpoint.exp: Likewise.
3508 * gdb.python/py-shared.exp: Likewise.
3509 * gdb.reverse/solib-precsave.exp: Likewise.
3510 * gdb.reverse/solib-reverse.exp: Likewise.
3511 * gdb.server/solib-list.exp: Likewise.
3512 * gdb.threads/dlopen-libpthread.exp: Likewise.
3513 * gdb.threads/tls-shared.exp: Likewise.
3514 * gdb.threads/tls-so_extern.exp: Likewise.
3515 * gdb.trace/change-loc.exp: Likewise.
3516 * gdb.trace/ftrace-lock.exp: Likewise.
3517 * gdb.trace/ftrace.exp: Likewise.
3518 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3519 * gdb.trace/pending.exp: Likewise.
3520 * gdb.trace/range-stepping.exp: Likewise.
3521 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3522 (strace_info_marker): Likewise.
3523 (strace_probe_marker): Likewise.
3524 (strace_trace_on_same_addr): Likewise.
3525 (strace_trace_on_diff_addr): Likewise.
3526 * gdb.trace/trace-break.exp: Likewise.
3527 * gdb.trace/trace-condition.exp: Likewise.
3528 * gdb.trace/trace-mt.exp: Likewise.
3529
3530 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3531
3532 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3533 result of gdb_remote_download.
3534 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3535 * gdb.base/dso2dso.exp: Likewise.
3536 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3537 * gdb.base/print-file-var.exp: Likewise.
3538 * gdb.base/shlib-call.exp: Likewise.
3539 * gdb.base/shreloc.exp: Likewise.
3540 * gdb.base/solib-overlap.exp: Likewise.
3541 * gdb.base/solib-weak.exp (do_test): Likewise.
3542 * gdb.base/unload.exp: Likewise.
3543
3544 2016-04-27 Yao Qi <yao.qi@linaro.org>
3545
3546 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3547 exists.
3548
3549 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3550
3551 * vla-type.exp: Print structure from toplevel.
3552
3553 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3554
3555 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3556 of dynamic types.
3557 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3558 of dynamic types.
3559
3560 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3561
3562 * gdb.fortran/vla-type.f90: New file.
3563 * gdb.fortran/vla-type.exp: New file.
3564
3565 2016-04-25 Yao Qi <yao.qi@linaro.org>
3566
3567 * gdb.base/branch-to-self.c: New file.
3568 * gdb.base/branch-to-self.exp: New file.
3569
3570 2016-04-22 Yao Qi <yao.qi@linaro.org>
3571
3572 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3573 more after $hex.
3574
3575 2016-04-22 Yao Qi <yao.qi@linaro.org>
3576
3577 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3578 * gdb.base/annota3.exp: Likewise.
3579
3580 2016-04-22 Yao Qi <yao.qi@linaro.org>
3581
3582 * gdb.reverse/step-precsave.exp: Do one step and test program
3583 stops in "callee" and do multiple steps until program goes out
3584 of "callee".
3585 * gdb.reverse/step-reverse.exp: Likewise.
3586
3587 2016-04-22 Yao Qi <yao.qi@linaro.org>
3588
3589 * gdb.trace/signal.exp: Also pass if
3590 $tracepoint_hits($i) > $iterations.
3591
3592 2016-04-22 Yao Qi <yao.qi@linaro.org>
3593
3594 * gdb.trace/signal.c: New file.
3595 * gdb.trace/signal.exp: New file.
3596
3597 2016-04-19 Doug Evans <xdje42@gmail.com>
3598
3599 * gdb.base/bad-file.exp: New file.
3600
3601 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3602
3603 * gdb.dwarf2/implref.exp: New file.
3604
3605 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3606
3607 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3608 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3609 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3610 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3611 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3612 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3613 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3614 * lib/fortran.exp (fortran_int4): New procedure.
3615 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3616 (fortran_logical4): Likewise.
3617
3618 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3619
3620 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3621
3622 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3623
3624 * lib/compiler.c: Add Intel specific preprocessor macros.
3625 * lib/compiler.cc: Likewise.
3626
3627 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3628
3629 * gdb.server/connect-with-no-symbol-file.c: New file.
3630 * gdb.server/connect-with-no-symbol-file.exp: New file.
3631
3632 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3633
3634 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3635
3636 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3637
3638 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3639 standard output directory.
3640
3641 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3642
3643 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3644
3645 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3646
3647 * gdb.btrace/instruction_history.c (loop): Add declaration.
3648
3649 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3650
3651 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3652
3653 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3654
3655 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3656 parentheses to print.
3657 (continue_handler): Likewise.
3658
3659 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3660
3661 * gdb.server/solib-list.exp: Remove is_remote check.
3662 Pass shlib= to gdb_compile. Don't link shared library with
3663 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3664 Run binary filename through "readlink -f" on the target.
3665
3666 2016-04-08 Pedro Alves <palves@redhat.com>
3667
3668 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3669 interpreter filename as argument to gdbserver_spawn.
3670 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3671 Return empty if $last_loaded_file does not exist.
3672
3673 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3674
3675 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3676 * gdb.base/jit-main.c: Use exit after usage.
3677
3678 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3679
3680 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3681 GDBHISTSIZE prior to the tests.
3682 * gdb.base/gdbinit-history.exp: Likewise.
3683
3684 2016-04-07 Pedro Alves <palves@redhat.com>
3685
3686 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3687 instead of build_executable. Use gdb_load_shlibs.
3688
3689 2016-04-07 Yao Qi <yao.qi@linaro.org>
3690
3691 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3692 Execute "si" command.
3693
3694 2016-04-07 Yao Qi <yao.qi@linaro.org>
3695
3696 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3697 number instead of the comments on some line.
3698
3699 2016-04-06 Don Breazeal <donb@codesourcery.com>
3700
3701 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3702 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3703
3704 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3705
3706 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3707 standard_output_file. Remove unused binfile variable.
3708
3709 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3710
3711 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3712 * gdb.python/py-mi-objfile.exp: Match "list main" output
3713 in console format.
3714
3715 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3716
3717 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3718 absolute.
3719
3720 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3721
3722 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3723 absolute.
3724 * gdb.trace/ftrace.exp: Likewise.
3725 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3726 targets as well.
3727 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3728 (gdb_load_shlibs): Copy libraries to test directory when testing
3729 natively. Only set solib-search-path if testing remotely.
3730 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3731
3732 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3733
3734 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3735 gdb_download. Use it even if the target is not remote.
3736 * gdb.base/jit.exp (compile_jit_test): Likewise.
3737 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3738 output directory if the destination board is local, otherwise use
3739 the standard remote_download from DejaGnu.
3740 (gdb_download): Remove.
3741 (gdb_load_shlibs): Use gdb_remote_download instead of
3742 gdb_download.
3743 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3744 Use gdb_remote_download instead of gdb_download. Use it even if
3745 the target is not remote.
3746 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3747 instead of gdb_download.
3748
3749 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3750
3751 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3752 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3753 run.
3754
3755 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3756
3757 PR gdb/19820
3758 * gdb.base/printcmds.exp: Add artificial arrays tests.
3759
3760 2016-03-31 Pedro Alves <palves@redhat.com>
3761
3762 PR gdb/19858
3763 * gdb.base/jit-main.c: Include unistd.h.
3764 (ATTACH): Define to 0 if not already defined.
3765 (wait_for_gdb, mypid): New globals.
3766 (WAIT_FOR_GDB): New macro.
3767 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3768 some breakpoint locations.
3769 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3770 New procedures.
3771 (one_jit_test): Add REATTACH parameter, and handle it. Use
3772 continue_to_test_location.
3773 (top level): Test attach, and adjusts calls to one_jit_test.
3774
3775 2016-03-31 Pedro Alves <palves@redhat.com>
3776
3777 PR gdb/19858
3778 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3779 BINSUFFIX parameter, and handle it.
3780 (top level): Adjust calls compile_jit_test.
3781
3782 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3783
3784 PR python/19743
3785 * gdb.python/py-mi-events-gdb.py: New file.
3786 * gdb.python/py-mi-events.c: New file.
3787 * gdb.python/py-mi-events.exp: New file.
3788
3789 2016-03-30 Yao Qi <yao.qi@linaro.org>
3790
3791 * gdb.reverse/until-precsave.exp: Match function name only.
3792 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3793 Move malloc to a condition block.
3794 * gdb.reverse/until-reverse.exp: Match function name only.
3795
3796 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3797
3798 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3799 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3800 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3801 variable for GPR 0 instead of assuming it is register 0.
3802 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3803 * lib/trace-support.exp: Add s390 registers.
3804
3805 2016-03-29 Yao Qi <yao.qi@linaro.org>
3806
3807 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3808
3809 2016-03-24 Yao Qi <yao.qi@linaro.org>
3810
3811 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3812 test message.
3813
3814 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3815
3816 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3817 maintaining separate logic for constructing the output path.
3818
3819 2016-03-16 Don Breazeal <donb@codesourcery.com>
3820
3821 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3822 Retry fork and waitpid on interrupted system call errors.
3823 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3824 Use with_timeout_factor to increase timeout by factor of 10.
3825
3826 2016-03-15 Don Breazeal <donb@codesourcery.com>
3827
3828 * gdb.cp/scope-err.cc: New test program.
3829 * gdb.cp/scope-err.exp: New test script.
3830 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3831 lines and "set breakpoint here" comment.
3832 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3833 Fixed some whitespace and format issues.
3834 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3835 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3836
3837 2016-03-15 Doug Evans <dje@google.com>
3838
3839 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3840 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3841 All callers updated. Add tests for enums, mixed flags register.
3842
3843 2016-03-15 Doug Evans <dje@google.com>
3844
3845 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3846 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3847
3848 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3849
3850 * gdb.base/default.exp: Add $_as_string to the list of expected
3851 convenience functions.
3852
3853 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3854
3855 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3856
3857 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3858
3859 * gdb.python/py-as-string.exp: New file.
3860 * gdb.python/py-as-string.c: New file.
3861
3862 2016-03-09 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3865 signal" -> "Thread NN received signal" output change.
3866 * gdb.threads/ia64-sigill.exp: Likewise.
3867 * gdb.threads/linux-dp.exp: Likewise.
3868 * gdb.threads/manythreads.exp: Likewise.
3869 * gdb.threads/pending-step.exp: Likewise.
3870 * gdb.threads/print-threads.exp: Likewise.
3871 * gdb.threads/sigstep-threads.exp: Likewise.
3872 * gdb.threads/staticthreads.exp: Likewise.
3873 * gdb.threads/tls.exp: Likewise.
3874
3875 2016-03-09 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.base/command-line-input.exp: New file.
3878
3879 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3880
3881 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3882 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3883 * gdb.trace/pending.exp: Accept leading dot before function name.
3884 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3885 * lib/trace-support.exp: Set registers for ppc.
3886
3887 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3888
3889 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3890 use it for disassembly; accept .main in addition to main in backtrace.
3891
3892 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3893 Marcin Kościelnicki <koriakin@0x04.net>
3894
3895 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3896 (gdb_recursion_test_ptr): New global variable.
3897 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3898 gdb_recursion_test.
3899 (gdb_c_test): Ditto.
3900
3901 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3902
3903 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3904 ordering.
3905
3906 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3907
3908 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3909 (bar): Add bar_start_lbl label.
3910 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3911 of foo/bar for emitting DWARF and tracing.
3912
3913 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3914
3915 * analyze-racy-logs.py: Set executable bit.
3916
3917 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3918
3919 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3920 (CHECK_TARGET_TMP): Likewise.
3921 (check-single-racy): New rule.
3922 (check-parallel-racy): Likewise.
3923 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3924 (do-check-parallel-racy): New rule.
3925 (check-racy/%.exp): Likewise.
3926 * README (Racy testcases): New section.
3927 * analyze-racy-logs.py: New file.
3928
3929 2016-03-03 Doug Evans <dje@google.com>
3930
3931 * gdb.base/skip.exp: Use with_test_prefix.
3932
3933 2016-03-03 Yao Qi <yao.qi@linaro.org>
3934
3935 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3936 Invoke step_over_syscall "clone" and break_cond_on_syscall
3937 "clone".
3938 * gdb.base/step-over-clone.c: New file.
3939
3940 2016-03-03 Yao Qi <yao.qi@linaro.org>
3941
3942 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3943 code format.
3944
3945 2016-03-03 Yao Qi <yao.qi@linaro.org>
3946
3947 * gdb.base/disp-step-fork.c: Rename to ...
3948 * gdb.base/step-over-fork.c: ... it. New file.
3949 * gdb.base/disp-step-vfork.c: Rename to ...
3950 * gdb.base/step-over-vfork.c: ... it. New file.
3951 * gdb.base/disp-step-syscall.exp: Rename to ...
3952 * gdb.base/step-over-syscall.exp: ... it. New file.
3953 (disp_step_cross_syscall): Rename to ...
3954 (step_over_syscall): ... it.
3955
3956 2016-03-03 Yao Qi <yao.qi@linaro.org>
3957
3958 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3959 If target supports condition evaluation on target, invoke
3960 break_cond_on_syscall for fork and vfork.
3961
3962 2016-03-03 Yao Qi <yao.qi@linaro.org>
3963
3964 * gdb.base/disp-step-syscall.exp: Don't invoke
3965 support_displaced_stepping.
3966 (disp_step_cross_syscall): Test with displaced stepping off and
3967 on if supported.
3968
3969 2016-03-03 Yao Qi <yao.qi@linaro.org>
3970
3971 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3972 proc.
3973 (setup): New proc.
3974 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3975 and setup.
3976
3977 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3978
3979 * gdb.fortran/vla-history.exp: Remove breakpoint.
3980
3981 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3982
3983 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3984 exceeds timeout.
3985
3986 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3987
3988 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3989 breakpoint.
3990
3991 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3992
3993 * gdb.mi/vla.f90: Nullify pointer after declaration.
3994
3995 2016-03-01 Pedro Alves <palves@redhat.com>
3996
3997 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3998
3999 2016-03-01 Pedro Alves <palves@redhat.com>
4000
4001 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4002 before anything else.
4003 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4004 _GNU_SOURCE here.
4005 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4006 before anything else.
4007 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4008
4009 2016-03-01 Pedro Alves <palves@redhat.com>
4010
4011 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4012
4013 2016-03-01 Yao Qi <yao.qi@linaro.org>
4014
4015 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4016 prepare_for_testing.
4017
4018 2016-03-01 Yao Qi <yao.qi@linaro.org>
4019
4020 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4021
4022 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4023
4024 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4025 manually constructing the output path.
4026
4027 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4028
4029 * gdb.arch/s390-stackless.S: New.
4030 * gdb.arch/s390-stackless.exp: New.
4031
4032 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4033
4034 * gdb.dlang/circular.c: New file.
4035 * gdb.dlang/circular.exp: New file.
4036
4037 2016-02-26 Yao Qi <yao.qi@linaro.org>
4038
4039 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4040 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4041 (testcases): Update.
4042
4043 2016-02-26 Yao Qi <yao.qi@linaro.org>
4044
4045 * gdb.reverse/aarch64.c: Rename to ...
4046 * gdb.reverse/insn-reverse.c: ... it.
4047 * gdb.reverse/aarch64.exp: Rename to ...
4048 * gdb.reverse/insn-reverse.exp: ... it.
4049
4050 2016-02-26 Yao Qi <yao.qi@linaro.org>
4051
4052 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4053 (testcase_ftype): New.
4054 (testcases): New array.
4055 (n_testcases): New.
4056 (main): Call each element in testcases.
4057 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4058 (read_testcase): New.
4059 Do the tests in a loop.
4060
4061 2016-02-25 Yao Qi <yao.qi@linaro.org>
4062
4063 * gdb.base/branches.c: Remove.
4064
4065 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4066
4067 PR gdb/13808
4068 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4069
4070 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4071
4072 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4073
4074 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4075
4076 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4077 change x86_64 call_insn to 'callq'.
4078
4079 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4080
4081 * gdb.trace/tfile-avx.c: Move to...
4082 * gdb.trace/tracefile-pseudo-reg.c: Here.
4083 * gdb.trace/tfile-avx.exp: Move to...
4084 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4085
4086 2016-02-24 Gary Benson <gbenson@redhat.com>
4087
4088 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4089 message on attach.
4090
4091 2016-02-23 Doug Evans <dje@google.com>
4092
4093 * gdb.base/skip.c (test_skip): New function.
4094 (end_test_skip_file_and_function): New function.
4095 (test_skip_file_and_function): New function.
4096 * gdb.base/skip1.c (test_skip): New function.
4097 (skip1_test_skip_file_and_function): New function.
4098 * gdb.base/skip.exp: Add tests for new skip options.
4099 * gdb.base/skip-solib.exp: Update expected output.
4100 * gdb.perf/skip-command.cc: New file.
4101 * gdb.perf/skip-command.exp: New file.
4102 * gdb.perf/skip-command.py: New file.
4103
4104 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4105
4106 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4107 info registers pattern.
4108
4109 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4110
4111 * lib/future.exp: Add D support.
4112 (gdb_find_gdc): New proc.
4113 (gdb_default_target_compile): Add D support.
4114
4115 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
4116
4117 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4118 user+system time.
4119 (trace_speed_test): Determine the iteration count for a time
4120 between 15..30 seconds.
4121
4122 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4123
4124 * gdb.arch/i386-mpx-sigsegv.c: New file.
4125 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4126 * gdb.arch/i386-mpx-simple_segv.c: New file.
4127 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4128
4129 2016-02-18 Yao Qi <yao.qi@linaro.org>
4130
4131 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4132 Don't call setup_kfail.
4133
4134 2016-02-18 Yao Qi <yao.qi@linaro.org>
4135
4136 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4137 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4138
4139 2016-02-16 Doug Evans <dje@google.com>
4140
4141 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4142 * gdb.base/skip1.c: Ditto.
4143 * gdb.base/skip.exp: Whitespace cleanup.
4144
4145 2016-02-16 Don Breazeal <donb@codesourcery.com>
4146
4147 PR remote/19496
4148 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4149 Remove kfail for PR remote/19496.
4150
4151 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4152
4153 * lib/gdb.exp (standard_temp_file): Return a path specific to
4154 the runtest invocation.
4155
4156 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4157
4158 * gdb.trace/save-trace.exp: Change relative path to be in the
4159 standard output directory.
4160
4161 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4162
4163 * gdb.arch/i386-prologue.c: Add missing prototypes.
4164
4165 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4166
4167 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4168 * gdb.arch/i386-prologue.exp: Likewise.
4169 * gdb.arch/i386-size.exp: Likewise.
4170
4171 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4172
4173 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4174 define object file path.
4175 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4176 file path.
4177 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4178 standard_output_file to define binfile.
4179
4180 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4181
4182 Fix compatibility with recent gfortran-5.3.1.
4183 * gdb.fortran/vla-history.exp (print vla1 allocated)
4184 (print vla2 allocated, print $2, print $3): Remove
4185 (print $4): Rename to ...
4186 (print $2): ... here.
4187 (print $9): Rename to ...
4188 (print $5): ... here.
4189 (print $10): Rename to ...
4190 (print $6): ... here.
4191 * gdb.fortran/vla.f90: Add pvla initialization.
4192
4193 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4194
4195 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4196 New test.
4197 * gdb.fortran/vla-value-sub.exp: Likewise.
4198
4199 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4200
4201 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4202
4203 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4204
4205 * i386-biarch-core.exp: Define corefile using
4206 standard_output_file.
4207
4208 2016-02-12 Yao Qi <yao.qi@linaro.org>
4209
4210 * gdb.arch/arm-single-step-kernel-helper.c: New.
4211 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4212
4213 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4214
4215 * gdb.btrace/tailcall-only.exp: New.
4216 * gdb.btrace/tailcall-only.c: New.
4217 * gdb.btrace/x86_64-tailcall-only.S: New.
4218 * gdb.btrace/i686-tailcall-only.S: New.
4219
4220 2016-02-11 Pedro Alves <palves@redhat.com>
4221
4222 * README (Parallel testing): Add missing double quotes.
4223
4224 2016-02-11 Pedro Alves <palves@redhat.com>
4225
4226 * README (Parallel testing): New section.
4227 (GDB_PARALLEL): Rewrite.
4228 (FORCE_PARALLEL): Document.
4229
4230 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4231
4232 * gdb.trace/tfile-avx.c: New test.
4233 * gdb.trace/tfile-avx.exp: New test.
4234
4235 2016-02-09 Keith Seitz <keiths@redhat.com>
4236
4237 PR breakpoints/19546
4238 * gdb.base/infcall-exec.c: New file.
4239 * gdb.base/infcall-exec2.c: New file.
4240 * gdb.base/infcall-exec.exp: New file.
4241
4242 2016-02-09 Keith Seitz <keiths@redhat.com>
4243
4244 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4245 (toplevel): Call test_bkpt_address.
4246
4247 2016-02-09 Keith Seitz <keiths@redhat.com>
4248
4249 PR python/19506
4250 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4251 (toplevel): Call test_bkpt_address.
4252
4253 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4254
4255 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4256 to AC_OUTPUT.
4257 * configure: Regenerate.
4258
4259 2016-02-09 Pedro Alves <palves@redhat.com>
4260
4261 PR breakpoints/19548
4262 * gdb.base/execl-update-breakpoints.c (some_function): New
4263 function.
4264 (main): Call it.
4265 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4266 Tighten expected GDB output.
4267
4268 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4269
4270 * Makefile.in (ALL_SUBDIRS): Remove.
4271 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4272 (distclean maintainer-clean realclean): Likewise.
4273 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4274 * configure: Regenerate.
4275 * gdb.ada/Makefile.in: Delete.
4276 * gdb.arch/Makefile.in: Likewise.
4277 * gdb.asm/Makefile.in: Likewise.
4278 * gdb.base/Makefile.in: Likewise.
4279 * gdb.btrace/Makefile.in: Likewise.
4280 * gdb.cell/Makefile.in: Likewise.
4281 * gdb.compile/Makefile.in: Likewise.
4282 * gdb.cp/Makefile.in: Likewise.
4283 * gdb.disasm/Makefile.in: Likewise.
4284 * gdb.dlang/Makefile.in: Likewise.
4285 * gdb.dwarf2/Makefile.in: Likewise.
4286 * gdb.fortran/Makefile.in: Likewise.
4287 * gdb.gdb/Makefile.in: Likewise.
4288 * gdb.go/Makefile.in: Likewise.
4289 * gdb.guile/Makefile.in: Likewise.
4290 * gdb.java/Makefile.in: Likewise.
4291 * gdb.linespec/Makefile.in: Likewise.
4292 * gdb.mi/Makefile.in: Likewise.
4293 * gdb.modula2/Makefile.in: Likewise.
4294 * gdb.multi/Makefile.in: Likewise.
4295 * gdb.objc/Makefile.in: Likewise.
4296 * gdb.opencl/Makefile.in: Likewise.
4297 * gdb.opt/Makefile.in: Likewise.
4298 * gdb.pascal/Makefile.in: Likewise.
4299 * gdb.perf/Makefile.in: Likewise.
4300 * gdb.python/Makefile.in: Likewise.
4301 * gdb.reverse/Makefile.in: Likewise.
4302 * gdb.server/Makefile.in: Likewise.
4303 * gdb.stabs/Makefile.in: Likewise.
4304 * gdb.threads/Makefile.in: Likewise.
4305 * gdb.trace/Makefile.in: Likewise.
4306 * gdb.xml/Makefile.in: Likewise.
4307 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4308 GDB_PARALLEL.
4309 (standard_output_file): Remove check for GDB_PARALLEL, always
4310 return path in outputs/$subdir/$testname.
4311
4312 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4313
4314 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4315 (site.exp): Assign abs_srcdir to tcl's srcdir.
4316
4317 2016-02-04 Yao Qi <yao.qi@linaro.org>
4318
4319 * gdb.base/foll-exec-mode.c: Include limits.h.
4320 (main): Add parameters argc and argv. Get directory from
4321 argv[0].
4322 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4323 compilation.
4324 * gdb.base/foll-exec.c: Include limits.h.
4325 (main): Add parameters argc and argv.
4326 Get directory from argv[0].
4327 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4328 Adjust tests on the number of lines as source code changed.
4329 * gdb.base/foll-vfork-exit.c: Include limits.h.
4330 (main): Add one line of statement before vfork.
4331 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4332 (main): Add parameters argc and argv. Get directory from
4333 argv[0].
4334 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4335 (setup_gdb): Set tbreak to skip some source lines.
4336 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4337 (main): Add parameters argc and argv. Get directory from
4338 argv[0].
4339 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4340 compilation.
4341 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4342 (main): Add parameters argc and argv. Get directory from
4343 argv[0].
4344 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4345 compilation.
4346
4347 2016-02-01 Doug Evans <dje@google.com>
4348
4349 * gdb.base/skip.exp: Clean up multiple references to same test name.
4350
4351 2016-02-01 Pedro Alves <palves@redhat.com>
4352
4353 PR remote/19496
4354 * gdb.threads/forking-threads-plus-breakpoint.exp
4355 (displaced_stepping_supported): New global.
4356 (probe_displaced_stepping_support): New procedure.
4357 (do_test): Add 'displaced' parameter, and use it.
4358 (top level): Check for displaced stepping support. Add displaced
4359 stepping on/off testing axis.
4360
4361 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4362
4363 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4364 pointer. Don't perform further tests on the unassociated pointer
4365 if the first test fails.
4366
4367 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4368
4369 * gdb.base/max-value-size.c: New file.
4370 * gdb.base/max-value-size.exp: New file.
4371 * gdb.base/huge.exp: Disable max-value-size for this test.
4372
4373 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4374
4375 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4376
4377 2016-01-28 Yao Qi <yao.qi@linaro.org>
4378
4379 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4380
4381 2016-01-25 Pedro Alves <palves@redhat.com>
4382
4383 PR threads/19461
4384 * gdb.base/fork-running-state.c: New file.
4385 * gdb.base/fork-running-state.exp: New file.
4386
4387 2016-01-25 Pedro Alves <palves@redhat.com>
4388
4389 PR gdb/19494
4390 * gdb.base/catch-fork-kill.c: New file.
4391 * gdb.base/catch-fork-kill.exp: New file.
4392
4393 2016-01-25 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4396 Delete, moved to lib/gdb.exp.
4397 * gdb.threads/forking-threads-plus-breakpoint.exp
4398 (foreach_with_prefix): Likewise.
4399 * gdb.threads/process-dies-while-handling-bp.exp
4400 (foreach_with_prefix): Likewise.
4401 * lib/gdb.exp (foreach_with_prefix): New procedure.
4402
4403 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4404
4405 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4406 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4407
4408 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4409
4410 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4411 endian targets.
4412
4413 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4414 Pedro Alves <palves@redhat.com>
4415
4416 Fix testsuite compatibility with Guile.
4417 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4418 number.
4419
4420 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4421
4422 Fix testsuite compatibility with Guile.
4423 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4424 (thread 1): New test for backtrace through signal handler.
4425
4426 2016-01-22 Yao Qi <yao.qi@linaro.org>
4427
4428 PR testsuite/19491
4429 * gdb.base/multi-forks.c: Include
4430 ../lib/unbuffer_output.c
4431 (main): Call gdb_unbuffer_output.
4432
4433 2016-01-21 Doug Evans <dje@google.com>
4434
4435 * lib/ada.exp (gdb_compile_ada): Fix typo.
4436
4437 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4438
4439 * gdb.base/break-fun-addr.exp: New file.
4440 * gdb.base/break-fun-addr1.c: New file.
4441 * gdb.base/break-fun-addr2.c: New file.
4442
4443 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4444
4445 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4446 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4447 enum flag values.
4448
4449 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4450
4451 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4452 when GDB can not set the vector return value. Add more comments
4453 for clarification.
4454
4455 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4456
4457 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4458 command.
4459
4460 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4461
4462 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4463
4464 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4465
4466 * Makefile.in (check-single): Pass --status to runtest.
4467 (check/%.exp): Likewise.
4468
4469 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4470
4471 * Makefile.in (check-parallel): Propagate return code from make
4472 do-check-parallel.
4473
4474 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4475
4476 * gdb.trace/ftrace.exp: Fix expected message on continue.
4477 * gdb.trace/pending.exp: Fix expected message on continue.
4478 * gdb.trace/trace-break.exp: Fix expected message on continue.
4479
4480 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4481
4482 * lib/gdb.exp (gdb_test): Remove unused global references.
4483
4484 2016-01-18 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.base/async-shell.exp: Adjust expected output.
4487 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4488 * gdb.base/siginfo-thread.exp: Adjust expected output.
4489 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4490 * gdb.java/jnpe.exp: Adjust expected output.
4491 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4492 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4493 * gdb.threads/leader-exit.exp: Adjust expected output.
4494 * gdb.threads/manythreads.exp: Adjust expected output.
4495 * gdb.threads/pthreads.exp: Adjust expected output.
4496 * gdb.threads/schedlock.exp: Adjust expected output.
4497 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4498 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4499 expected output.
4500 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4501 output.
4502 * gdb.threads/sigthread.exp: Adjust expected output.
4503 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4504
4505 2016-01-18 Yao Qi <yao.qi@linaro.org>
4506
4507 * gdb.guile/scm-section-script.c: Replace @progbits with
4508 %progbits.
4509 * gdb.python/py-section-script.c: Likewise.
4510
4511 2016-01-15 Pedro Alves <palves@redhat.com>
4512
4513 * gdb.multi/tids.exp: Test star wildcard ranges.
4514
4515 2016-01-15 Pedro Alves <palves@redhat.com>
4516
4517 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4518 command from "thread apply" invocation.
4519 (thr_apply_info_thr_invalid): Default the expected output to the
4520 input tid list.
4521 (top level): Add tests that use convenience variables. Add tests
4522 for "thread apply" with a valid TID list, but missing the command.
4523
4524 2016-01-13 Pedro Alves <palves@redhat.com>
4525
4526 * gdb.base/default.exp: Expect $_gthread as well.
4527 * gdb.multi/tids.exp: Test $_gthread.
4528 * gdb.threads/thread-specific.exp: Test $_gthread.
4529
4530 2016-01-13 Pedro Alves <palves@redhat.com>
4531
4532 * gdb.multi/tids.exp: Test "info threads -gid".
4533
4534 2016-01-13 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4537 Breakpoint.thread.
4538 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4539
4540 2016-01-07 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.base/break.exp: Adjust to output changes.
4543 * gdb.base/hbreak2.exp: Likewise.
4544 * gdb.base/sepdebug.exp: Likewise.
4545 * gdb.base/watch_thread_num.exp: Likewise.
4546 * gdb.linespec/keywords.exp: Likewise.
4547 * gdb.multi/info-threads.exp: Likewise.
4548 * gdb.threads/thread-find.exp: Likewise.
4549 * gdb.multi/tids.c: New file.
4550 * gdb.multi/tids.exp: New file.
4551
4552 2016-01-13 Pedro Alves <palves@redhat.com>
4553
4554 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4555
4556 2016-01-13 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/default.exp: Expect $_inferior as well.
4559 * gdb.multi/base.exp: Test $_inferior.
4560
4561 2016-01-13 Pedro Alves <palves@redhat.com>
4562
4563 PR breakpoints/19388
4564 * gdb.base/catch-signal-siginfo-cond.c: New file.
4565 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4566
4567 2016-01-12 Josh Stone <jistone@redhat.com>
4568 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4569
4570 * gdb.base/catch-syscall.c (do_execve): New variable.
4571 (main): Conditionally trigger an execve.
4572 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4573 (test_catch_syscall_execve): New, check entry/return across execve.
4574 (do_syscall_tests): Call test_catch_syscall_execve.
4575
4576 2016-01-12 Pedro Alves <palves@redhat.com>
4577
4578 * gdb.base/random-signal.exp (do_test): New procedure, with body
4579 of testcase moved in.
4580
4581 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4582 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.base/funcargs.exp (finish from indirectly called function):
4585 Reintroduce the case for 'First'.
4586
4587 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4588 Pedro Alves <palves@redhat.com>
4589
4590 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4591 (tcatch_vfork_then_child_follow_exec)
4592 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4593 identification.
4594
4595 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4596
4597 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4598 and repeats to unlimited.
4599 * gdb.python/py-value.exp: Likewise.
4600 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4601 and repeats to unlimited.
4602
4603 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4604
4605 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4606 and reordering the functions.
4607 * gdb.multi/hangout.c: Likewise.
4608 * gdb.multi/hello.c: Likewise.
4609
4610 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4611
4612 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4613 absolute.
4614 (SingleStatisticTestResult.report): Use dict.keys instead of
4615 dict.iterkeys.
4616
4617 2016-01-06 Pedro Alves <palves@redhat.com>
4618
4619 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4620
4621 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4622
4623 * gdb.btrace/dlopen.exp: New.
4624 * gdb.btrace/dlopen.c: New.
4625 * gdb.btrace/dlopen-dso.c: New.
4626
4627 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4628
4629 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4630 PATTERN argument is optional.
4631
4632 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4633
4634 * lib/ada.exp (target_compile_ada_from_dir): New function.
4635 (gdb_compile_ada): Reimplement avoiding the use of project files.
4636 * gdb.ada/gnat_ada.gpr: Delete.
4637 * gdb.ada/cond_lang.exp: Adjust test to make path before
4638 filename optional.
4639 * gdb.ada/small_reg_param.exp: Likewise.
4640
4641 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4642
4643 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4644
4645 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4646
4647 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4648 case.
4649
4650 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4651
4652 * gdb.base/break.exp: Remove dead code.
4653 * gdb.base/sepdebug.exp: Likewise.
4654
4655 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4656
4657 * gdb.asm/asm-source.exp: Remove HP-UX references.
4658 * gdb.base/annota1.exp: Likewise.
4659 * gdb.base/annota3.exp: Likewise.
4660 * gdb.base/attach.exp: Likewise.
4661 * gdb.base/bigcore.exp: Likewise.
4662 * gdb.base/break.exp: Likewise.
4663 * gdb.base/call-ar-st.exp: Likewise.
4664 * gdb.base/callfuncs.exp: Likewise.
4665 * gdb.base/catch-fork-static.exp: Likewise.
4666 * gdb.base/display.exp: Likewise.
4667 * gdb.base/foll-exec-mode.exp: Likewise.
4668 * gdb.base/foll-exec.exp: Likewise.
4669 * gdb.base/foll-fork.exp: Likewise.
4670 * gdb.base/foll-vfork.exp: Likewise.
4671 * gdb.base/funcargs.exp: Likewise.
4672 * gdb.base/hbreak2.exp: Likewise.
4673 * gdb.base/inferior-died.exp: Likewise.
4674 * gdb.base/interrupt.exp: Likewise.
4675 * gdb.base/multi-forks.exp: Likewise.
4676 * gdb.base/nodebug.exp: Likewise.
4677 * gdb.base/sepdebug.exp: Likewise.
4678 * gdb.base/solib1.c: Likewise.
4679 * gdb.base/step-test.exp: Likewise.
4680 * gdb.mi/non-stop.c: Likewise.
4681 * gdb.mi/pthreads.c: Likewise.
4682 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4683 * gdb.threads/pthreads.c: Likewise.
4684 * gdb.threads/staticthreads.exp: Likewise.
4685 * lib/future.exp: Likewise.
4686 * lib/gdb.exp: Likewise.
4687 * gdb.base/so-indr-cl.c: Remove.
4688 * gdb.base/so-indr-cl.exp: Likewise.
4689 * gdb.base/solib.c: Likewise.
4690 * gdb.base/solib.exp: Likewise.
4691 * gdb.base/solib2.c: Likewise.
4692
4693 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4694
4695 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4696 * gdb.base/call-ar-st.exp: Likewise.
4697 * gdb.base/callfuncs.exp: Likewise.
4698 * gdb.base/condbreak.exp: Likewise.
4699 * gdb.base/constvars.exp: Likewise.
4700 * gdb.base/hbreak2.exp: Likewise.
4701 * gdb.base/langs.exp: Likewise.
4702 * gdb.base/list.exp: Likewise.
4703 * gdb.base/long_long.exp: Likewise.
4704 * gdb.base/ptype.exp: Likewise.
4705 * gdb.base/scope.exp: Likewise.
4706 * gdb.base/signals.exp: Likewise.
4707 * gdb.base/so-impl-ld.exp: Likewise.
4708 * gdb.base/varargs.exp: Likewise.
4709 * gdb.base/volatile.exp: Likewise.
4710 * gdb.base/whatis.exp: Likewise.
4711 * gdb.cp/cplusfuncs.exp: Likewise.
4712 * gdb.cp/inherit.exp: Likewise.
4713 * gdb.cp/local.exp: Likewise.
4714 * gdb.cp/member-ptr.exp: Likewise.
4715 * gdb.cp/method.exp: Likewise.
4716 * gdb.cp/overload.exp: Likewise.
4717 * gdb.cp/templates.exp: Likewise.
4718 * gdb.stabs/weird.exp: Likewise.
4719 * lib/compiler.c: Likewise.
4720 * lib/compiler.cc: Likewise.
4721 * lib/cp-support.exp: Likewise.
4722 * lib/gdb.exp: Likewise.
4723
4724 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4725
4726 * configure.ac: Remove HP-UX case.
4727 * configure: Regenerate.
4728
4729 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4730
4731 * lib/gdb.exp (gdb_compile): Add function doc.
4732
4733 2015-12-17 Pedro Alves <palves@redhat.com>
4734
4735 PR threads/19354
4736 * gdb.multi/info-threads.exp: New file.
4737
4738 2015-12-15 Yao Qi <yao.qi@linaro.org>
4739
4740 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4741 is aarch64*-*-*.
4742
4743 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4744
4745 * gdb.base/history-duplicates.exp: Skip if no readline support.
4746
4747 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4748
4749 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4750
4751 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4752
4753 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4754
4755 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4756
4757 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4758 ctrl-C if nointerrupts target property is set.
4759 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4760 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4761 * gdb.base/paginate-bg-execution.exp: Likewise.
4762 * gdb.base/paginate-execution-startup.exp: Likewise.
4763 * gdb.base/random-signal.exp: Likewise.
4764 * gdb.base/range-stepping.exp: Likewise.
4765 * gdb.cp/annota2.exp: Likewise.
4766 * gdb.cp/annota3.exp: Likewise.
4767 * gdb.gdb/selftest.exp: Likewise.
4768 * gdb.threads/continue-pending-status.exp: Likewise.
4769 * gdb.threads/leader-exit.exp: Likewise.
4770 * gdb.threads/manythreads.exp: Likewise.
4771 * gdb.threads/pthreads.exp: Likewise.
4772 * gdb.threads/schedlock.exp: Likewise.
4773 * gdb.threads/sigthread.exp: Likewise.
4774
4775 2015-12-11 Don Breazeal <donb@codesourcery.com>
4776
4777 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4778 remote.
4779 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4780 * gdb.base/foll-exec.exp (main): Enable for target remote.
4781 * gdb.base/foll-fork.exp (main): Likewise.
4782 * gdb.base/foll-vfork.exp (main): Likewise.
4783 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4784 (proc continue_to_exit_bp_loc): Use clean_restart.
4785 * gdb.base/pie-execl.exp (main): Disable for target remote.
4786 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4787 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4788 * gdb.threads/execl.exp (main): Likewise.
4789 * gdb.threads/fork-child-threads.exp (main): Likewise.
4790 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4791 remote.
4792 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4793 remote.
4794 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4795 pid.tid style ptids, instead of just tid.
4796 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4797 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4798 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4799 ptids, instead of just tid.
4800
4801 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4802
4803 * gdb.base/list.exp (test_list_forward): Add end of file error
4804 test.
4805 (test_repeat_list_command): Add end of file error test.
4806 (test_list_backwards): Add beginning of file error test.
4807
4808 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4809
4810 * gdb.base/list.exp (test_list_invalid_args): New function,
4811 defined, and called.
4812
4813 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4814
4815 * gdb.base/list.exp (test_list): Make test names unique.
4816
4817 2015-12-11 Yao Qi <yao.qi@linaro.org>
4818
4819 * gdb.base/coremaker2.c: Remove.
4820
4821 2015-12-10 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.multi/base.exp: Remove stale "spaces" references.
4824
4825 2015-12-10 Pedro Alves <palves@redhat.com>
4826
4827 * gdb.multi/base.exp: Don't use nowarnings.
4828 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4829 * gdb.multi/hangout.c: Include stdio.h.
4830 * gdb.multi/hello.c: Include stdlib.h.
4831 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4832 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4833 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4834
4835 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4836
4837 * gdb.dwarf2/dw2-ranges-base.c: New file.
4838 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4839 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4840 support additional line table, and debug ranges generation.
4841 (Dwarf::ranges): New function, generate .debug_ranges.
4842 (Dwarf::lines): Support generating simple line table programs.
4843 (Dwarf::assemble): Initialise new namespace variables.
4844
4845 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4846
4847 * gdb.base/async.exp (proc test_background): Add case for
4848 asynchronous execution not supported.
4849
4850 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4851
4852 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4853 format and change test names to make them unique.
4854
4855 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4856 Pedro Alves <pedro@redhat.com>
4857
4858 PR gdb/18702
4859 Add checking of floatformats setup on x86_64 hosts.
4860 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4861 (smallval, bigval): New labels/constants.
4862 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4863 float" after loading bigval and smallval.
4864
4865 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4866
4867 * gdb.ada/fun_overload_menu.exp: New testcase.
4868 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4869
4870 2015-12-04 Josh Stone <jistone@redhat.com>
4871
4872 * gdb.base/catch-fork-static.exp: New.
4873
4874 2015-12-03 Yao Qi <yao.qi@linaro.org>
4875
4876 * gdb.base/sizeof.c: Don't include stdio.h and
4877 ../lib/unbuffer_output.c.
4878 (main): New variable 'size' and 'value'. Remove printf and
4879 gdb_unbuffer_output. Assign return value to size and value.
4880 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4881 at the beginning.
4882 (check_sizeof): Check the result by printing variable 'size'.
4883 (check_valueof): Check the result by printing variable 'value'.
4884
4885 2015-12-01 Yao Qi <yao.qi@linaro.org>
4886
4887 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4888 for aarch64*-*-linux* target.
4889
4890 2015-11-30 Pedro Alves <palves@redhat.com>
4891
4892 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4893
4894 2015-11-30 Pedro Alves <palves@redhat.com>
4895
4896 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4897 Handle non-stop mode vCont replies.
4898
4899 2015-11-30 Pedro Alves <palves@redhat.com>
4900
4901 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4902 prepare_for_testing. Start gdb with "set non-stop on" appended to
4903 GDBFLAGS. Lax expected stop output.
4904
4905 2015-11-27 Yao Qi <yao.qi@linaro.org>
4906
4907 * gdb.arch/arm-neon.exp: New.
4908 * gdb.arch/arm-neon.c: New.
4909
4910 2015-11-27 Yao Qi <yao.qi@linaro.org>
4911
4912 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4913
4914 2015-11-27 Yao Qi <yao.qi@linaro.org>
4915
4916 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4917 frames-invalid annotation.
4918
4919 2015-11-27 Yao Qi <yao.qi@linaro.org>
4920
4921 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4922
4923 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4924
4925 * gdb.threads/names.exp: New file.
4926 * gdb.threads/names.c: New file.
4927 * README: Mention gdb,no_thread_names.
4928
4929 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4930
4931 PR 19297
4932 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4933 support" error.
4934
4935 2015-11-24 Pedro Alves <palves@redhat.com>
4936
4937 PR 17539
4938 * gdb.base/display.exp: Expect displays to be sorted in ascending
4939 order. Use multi_line.
4940 * gdb.base/solib-display.exp: Likewise.
4941
4942 2015-11-24 Pedro Alves <palves@redhat.com>
4943
4944 PR 17539
4945 * gdb.base/display.exp: Expect displays to be sorted in ascending
4946 order. Use multi_line.
4947 * gdb.base/solib-display.exp: Likewise.
4948
4949 2015-11-24 Pedro Alves <palves@redhat.com>
4950
4951 PR 17539
4952 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4953 threads in ascending order.
4954 * gdb.base/foll-fork.exp: Likewise.
4955 * gdb.base/foll-vfork.exp: Likewise.
4956 * gdb.base/multi-forks.exp: Likewise.
4957 * gdb.mi/mi-nonstop.exp: Likewise.
4958 * gdb.mi/mi-nsintrall.exp: Likewise.
4959 * gdb.multi/base.exp: Likewise.
4960 * gdb.multi/multi-arch.exp: Likewise.
4961 * gdb.python/py-inferior.exp: Likewise.
4962 * gdb.threads/break-while-running.exp: Likewise.
4963 * gdb.threads/execl.exp: Likewise.
4964 * gdb.threads/gcore-thread.exp: Likewise.
4965 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4966 * gdb.threads/kill.exp: Likewise.
4967 * gdb.threads/linux-dp.exp: Likewise.
4968 * gdb.threads/multiple-step-overs.exp: Likewise.
4969 * gdb.threads/next-bp-other-thread.exp: Likewise.
4970 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4971 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4972 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4973 * gdb.threads/thread-find.exp: Likewise.
4974 * gdb.threads/tls.exp: Likewise.
4975 * lib/mi-support.exp (mi_reverse_list): Delete.
4976 (mi_check_thread_states): No longer reverse list.
4977
4978 2015-11-24 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4981 use lowercase.
4982
4983 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4984
4985 * gdb.trace/actions.c: Include trace-common.h.
4986 (main): Add a location for a fast tracepoint.
4987 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4988 the normal tracepoints.
4989 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4990
4991 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4992
4993 * save-trace.exp: Factor out code to these...
4994 (gdb_save_tracepoints): New.
4995 (gdb_load_tracepoints): New.
4996 (do_save_load_test): New.
4997
4998 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4999
5000 * gdb.base/asmlabel.exp: New test.
5001 * gdb.base/asmlabel.c: New test case.
5002
5003 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5004
5005 * gdb.base/wrong_frame_bt_full-main.c: New file.
5006 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5007 * gdb.base/wrong_frame_bt_full.exp: New file.
5008
5009 2015-11-23 Joel Brobecker <brobecker@adacore.com>
5010
5011 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5012
5013 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5014
5015 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
5016 pstate register when comparing registers values in
5017 sparc64-*-linux-gnu targets to avoid spurious differences.
5018
5019 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5020
5021 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
5022
5023 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5024
5025 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5026 as type argument to gdb_compile.
5027 * gdb.base/nested-subp2.exp: Likewise.
5028 * gdb.base/nested-subp3.exp: Likewise.
5029
5030 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5031
5032 * lib/dwarf.exp (_note): Fix left shift of negative value.
5033 * gdb.trace/trace-condition.exp: Likewise.
5034
5035 2015-11-13 Yao Qi <yao.qi@linaro.org>
5036
5037 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5038 comments about d10v.
5039 (test_scalar_returns): Likewise.
5040 * gdb.base/d10v.ld: Remove.
5041 * gdb.base/overlays.exp: Remove the target triplet checking for
5042 d10v-*-*.
5043 * gdb.base/structs.exp (test_struct_returns): Remove the
5044 comments about d10v.
5045 (test_struct_calls): Likewise.
5046
5047 2015-11-13 Yao Qi <yao.qi@linaro.org>
5048
5049 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5050 * gdb.base/gnu_vector.c: Don't include stdio.h.
5051 (main): Don't print res and call add_some_intvecs.
5052
5053 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5054
5055 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5056 macro.
5057 (func5): Removed.
5058 (func4): Use FAST_TRACEPOINT_LABEL.
5059 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5060 macro.
5061 (func): Removed.
5062 (thread_function): Use FAST_TRACEPOINT_LABEL.
5063 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5064 (func): Remove.
5065 (marker): Use FAST_TRACEPOINT_LABEL.
5066 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5067 (pendfunc1): Remove.
5068 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5069 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5070 (foo): Remove.
5071 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5072 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5073 macro.
5074 (func): Remove.
5075 (marker): Use FAST_TRACEPOINT_LABEL.
5076 * gdb.trace/trace-common.h: New header.
5077 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5078 macro.
5079 (func): Remove.
5080 (marker): Use FAST_TRACEPOINT_LABEL.
5081 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5082 (func): Remove.
5083 (thread_function): Use FAST_TRACEPOINT_LABEL.
5084
5085 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5086
5087 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5088 in front.
5089 * gdb.trace/change-loc.exp: Use global pcreg definition.
5090 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5091 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5092 in front.
5093 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5094 * gdb.trace/pending.exp: Likewise.
5095 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5096 * gdb.trace/trace-break.exp: Likewise.
5097 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5098 in front.
5099 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5100 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5101 in front.
5102 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5103
5104 2015-11-09 Joel Brobecker <brobecker@adacore.com>
5105
5106 * gdb.ada/fin_fun_out: New testcase.
5107
5108 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5109
5110 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5111 value associated with DW_AT_byte_size.
5112 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5113 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5114 DW_AT_upper_bound.
5115
5116 2015-11-07 Kevin Buettner <kevinb@redhat.com>
5117
5118 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5119 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5120 version.
5121 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5122 gdb.dwarf2/dw2-canonicalize-type.exp,
5123 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5124 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5125 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5126 provided by gdb_target_symbol_prefix_flags_asm.
5127 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5128 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5129 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5130 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5131 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5132 macros where needed). Use this macro for symbols which require
5133 the prefix provided by SYMBOL_PREFIX.
5134
5135 2015-11-05 Kevin Buettner <kevinb@redhat.com>
5136
5137 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5138 New procs.
5139 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5140 representing expressions, of more than one list element.
5141 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5142 to prepend linker symbol prefix to f.
5143 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5144 table_1 and table_2.
5145 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5146 Likewise, for f and g.
5147 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5148 for ptr.
5149 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5150 for main.
5151 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5152 table_1_ptr and table_2_ptr.
5153
5154 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5155 Joel Brobecker <brobecker@adacore.com>
5156
5157 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5158
5159 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5160
5161 * gdb.reverse/s390-mvcle.c: New test.
5162 * gdb.reverse/s390-mvcle.exp: New file.
5163 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5164
5165 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5166
5167 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5168
5169 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5170
5171 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5172 reaching marker2.
5173 * gdb.reverse/getresuid-reverse.exp: Likewise.
5174 * gdb.reverse/pipe-reverse.exp: Likewise.
5175 * gdb.reverse/readv-reverse.exp: Likewise.
5176 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5177 * gdb.reverse/time-reverse.exp: Likewise.
5178 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5179
5180 2015-10-30 Yao Qi <yao.qi@linaro.org>
5181
5182 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5183 (empty_cycle): Remove.
5184 (main): Don't call empty_cycle. Don't use watch_count_done.
5185 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5186 empty_cycle. Rewrite the code counting HW watchpoints.
5187
5188 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5189
5190 * gdb.reverse/fstatat-reverse.c: New test.
5191 * gdb.reverse/fstatat-reverse.exp: New file.
5192 * gdb.reverse/getresuid-reverse.c: New test.
5193 * gdb.reverse/getresuid-reverse.exp: New file.
5194 * gdb.reverse/pipe-reverse.c: New test.
5195 * gdb.reverse/pipe-reverse.exp: New file.
5196 * gdb.reverse/readv-reverse.c: New test.
5197 * gdb.reverse/readv-reverse.exp: New file.
5198 * gdb.reverse/recvmsg-reverse.c: New test.
5199 * gdb.reverse/recvmsg-reverse.exp: New file.
5200 * gdb.reverse/time-reverse.c: New test.
5201 * gdb.reverse/time-reverse.exp: New file.
5202 * gdb.reverse/waitpid-reverse.c: New test.
5203 * gdb.reverse/waitpid-reverse.exp: New file.
5204
5205 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5206
5207 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5208
5209 2015-10-26 Doug Evans <dje@google.com>
5210
5211 PR symtab/17391
5212 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5213 * gdb.dwarf2/bad-regnum.c: New file.
5214 * gdb.dwarf2/bad-regnum.exp: New file.
5215
5216 2015-10-26 Doug Evans <dje@google.com>
5217
5218 PR python/18938
5219 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5220 file.
5221
5222 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5223
5224 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5225 for a change by "Mention language in compile error message".
5226
5227 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5228
5229 PR python/18073
5230 * gdb.python/py-type.c (C::a_method): New.
5231 (C::a_const_method): New.
5232 (C::a_static_method): New.
5233 (a_function): New.
5234 * gdb.python/py-type.exp (test_fields): Test getting fields
5235 from function and method.
5236
5237 2015-10-21 Keven Boell <keven.boell@intel.com>
5238
5239 * gdb.fortran/vla-alloc-assoc.exp: New file.
5240 * gdb.fortran/vla-datatypes.exp: New file.
5241 * gdb.fortran/vla-datatypes.f90: New file.
5242 * gdb.fortran/vla-history.exp: New file.
5243 * gdb.fortran/vla-ptype-sub.exp: New file.
5244 * gdb.fortran/vla-ptype.exp: New file.
5245 * gdb.fortran/vla-sizeof.exp: New file.
5246 * gdb.fortran/vla-sub.f90: New file.
5247 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5248 * gdb.fortran/vla-value-sub-finish.exp: New file.
5249 * gdb.fortran/vla-value-sub.exp: New file.
5250 * gdb.fortran/vla-value.exp: New file.
5251 * gdb.fortran/vla-ptr-info.exp: New file.
5252 * gdb.mi/mi-vla-fortran.exp: New file.
5253 * gdb.mi/vla.f90: New file.
5254
5255 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5256
5257 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5258 of hardwired timeout value.
5259
5260 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5261 Pedro Alves <palves@redhat.com>
5262
5263 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5264 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5265
5266 2015-10-19 Josh Stone <jistone@redhat.com>
5267
5268 * gdb.base/catch-syscall.c: Include <sched.h>.
5269 (unknown_syscall): New variable.
5270 (main): Trigger a vfork and an unknown syscall.
5271 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5272 (unknown_syscall_number): Likewise.
5273 (check_call_to_syscall): Accept an optional syscall pattern.
5274 (check_return_from_syscall): Likewise.
5275 (check_continue): Likewise.
5276 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5277 (test_catch_syscall_skipping_return): New test toggling off 'catch
5278 syscall' to step over the syscall return, then toggling back on.
5279 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5280 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5281 (do_syscall_tests): Call test_catch_syscall_without_args and
5282 test_catch_syscall_mid_vfork.
5283 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5284 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5285
5286 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
5287
5288 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5289 print g_vE): Add new pass patterns.
5290 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5291 print various symbol names for vptr fields.
5292
5293 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5294
5295 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5296 results.
5297
5298 2015-10-12 Yao Qi <yao.qi@linaro.org>
5299
5300 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5301
5302 2015-10-12 Yao Qi <yao.qi@linaro.org>
5303
5304 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5305 is aarch64*-*-linux*.
5306
5307 2015-10-12 Yao Qi <yao.qi@linaro.org>
5308
5309 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5310 (can_relocate_bcond_true): ... it.
5311 (can_relocate_bcond_false): New function.
5312 (foo): Likewise.
5313 (can_relocate_bl): Likewise.
5314 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5315 can_relocate_bl.
5316
5317 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5318
5319 * gdb.base/nested-addr.c: New file.
5320 * gdb.base/nested-addr.exp: New testcase.
5321
5322 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5323
5324 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5325 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5326 its output. Ignore the output of "record goto begin" and instead
5327 check that GDB is replaying.
5328
5329 2015-10-09 Pedro Alves <palves@redhat.com>
5330
5331 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5332 (top level): Use it in the run with no args test.
5333
5334 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5335
5336 * gdb.dlang/properties.exp: New file.
5337
5338 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5339
5340 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5341 whether or not address 0x1000 is mapped on the target.
5342
5343 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5344
5345 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5346 build.
5347
5348 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5349
5350 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5351 instruction-history test.
5352
5353 2015-09-28 Doug Evans <dje@google.com>
5354
5355 * gdb.base/gcore.c (array_func): Add reference to static_array.
5356
5357 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5358
5359 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5360 source line.
5361
5362 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5363
5364 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5365 short or char as base type.
5366
5367 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5368
5369 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5370 to allow any size enum.
5371
5372 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5373
5374 * gdb.ada/array_ptr_renaming.exp: New testcase.
5375 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5376 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5377
5378 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5379
5380 * gdb.trace/ftrace-lock.c: New file.
5381 * gdb.trace/ftrace-lock.exp: New file.
5382
5383 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5384
5385 * gdb.arch/insn-reloc.c: New file.
5386 * gdb.arch/ftrace-insn-reloc.exp: New file.
5387
5388 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5389
5390 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5391 instruction.
5392 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5393 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5394 * gdb.trace/range-stepping.c: Likewise.
5395 * gdb.trace/trace-break.c: Likewise.
5396 * gdb.trace/trace-mt.c (thread_function): Likewise.
5397 * gdb.trace/ftrace.c (marker): Likewise.
5398 * gdb.trace/trace-condition.c (marker): Likewise.
5399 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5400 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5401 is_aarch64_target.
5402
5403 2015-09-18 Doug Evans <xdje42@gmail.com>
5404
5405 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5406 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5407
5408 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5409
5410 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5411 the breakpoint.
5412
5413 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5414
5415 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5416 the pending breakpoint. Remove timeout override for "Run till
5417 MI pending breakpoint on pendfunc3 on thread 2" test.
5418
5419 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5420
5421 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5422 filename pattern.
5423
5424 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5425
5426 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5427 in breakpoint filename pattern.
5428
5429 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5430
5431 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5432
5433 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5434
5435 * gdb.linespec/explicit.exp: Check for readline support for
5436 tab-completion tests. Fix obvious typo.
5437
5438 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5439
5440 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5441 and replay.
5442
5443 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5444
5445 * gdb.btrace/non-stop.c: New.
5446 * gdb.btrace/non-stop.exp: New.
5447
5448 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5449 Yao Qi <yao.qi@linaro.org>
5450
5451 * gdb.trace/trace-condition.c: New file.
5452 * gdb.trace/trace-condition.exp: New file.
5453
5454 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5455
5456 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5457 for testing bytecode compilation.
5458
5459 2015-09-16 Pedro Alves <palves@redhat.com>
5460 Sandra Loosemore <sandra@codesourcery.com>
5461
5462 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5463 (SECONDS): Redefine.
5464 (main): Call pthread_kill and alarm early.
5465 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5466 support.
5467 (test): If the target can't hardware step and doesn't support
5468 displaced stepping, increase the timeout.
5469
5470 2015-09-16 Pedro Alves <palves@redhat.com>
5471
5472 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5473 (enable_debug): New procedures.
5474 (test): Use them. Bail out if waiting for threads fails.
5475 (top level): Bail out if a test fails.
5476
5477 2015-09-16 Yao Qi <yao.qi@linaro.org>
5478
5479 * gdb.asm/asm-source.exp: Set asm-arch for
5480 aarch64*-*-* target.
5481 * gdb.asm/aarch64.inc: New file.
5482
5483 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5484
5485 * gdb.ada/array_of_variable_length.exp: New testcase.
5486 * gdb.ada/array_of_variable_length/foo.adb: New file.
5487 * gdb.ada/array_of_variable_length/pck.adb: New file.
5488 * gdb.ada/array_of_variable_length/pck.ads: New file.
5489
5490 2015-09-15 Doug Evans <dje@google.com>
5491
5492 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5493 of function static local variable.
5494
5495 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5496
5497 * gdb.threads/tls-so_extern.exp: New test file.
5498 * gdb.threads/tls-so_extern.c: New test file.
5499 * gdb.threads/tls-so_extern_main.c: New test file.
5500
5501 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5502
5503 * gdb.opt/solib-intra-step-lib.c: New file.
5504 * gdb.opt/solib-intra-step-main.c: New file.
5505 * gdb.opt/solib-intra-step.exp: New file.
5506
5507 2015-09-15 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5510 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5511
5512 2015-09-14 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.base/hook-stop-continue.c: Delete.
5515 * gdb.base/hook-stop-continue.exp: Delete.
5516 * gdb.base/hook-stop-frame.c: Delete.
5517 * gdb.base/hook-stop-frame.exp: Delete.
5518 * gdb.base/hook-stop.c: New file.
5519 * gdb.base/hook-stop.exp: New file.
5520
5521 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5522
5523 * gdb.ada/access_to_packed_array.exp: New testcase.
5524 * gdb.ada/access_to_packed_array/foo.adb: New file.
5525 * gdb.ada/access_to_packed_array/pack.adb: New file.
5526 * gdb.ada/access_to_packed_array/pack.ads: New file.
5527
5528 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5529
5530 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5531 buffer size test.
5532
5533 2015-09-11 Don Breazeal <donb@codesourcery.com>
5534
5535 * gdb.base/foll-exec.c: Add copyright header. Fix
5536 formatting issues.
5537 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5538 (do_exec_tests): Use clean_restart in place of zap_session,
5539 and for test initialization. Fix formatting issues. Use
5540 fail in place of perror.
5541 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5542 an expect statement to match an expression with output from
5543 the program under debug.
5544 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5545 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5546 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5547 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5548 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5549
5550 2015-09-09 Doug Evans <dje@google.com>
5551
5552 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5553
5554 2015-09-09 Doug Evans <dje@google.com>
5555
5556 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5557
5558 2015-09-09 Doug Evans <dje@google.com>
5559
5560 * gdb.base/savedregs.exp: Fix typo.
5561
5562 2015-09-09 Pedro Alves <palves@redhat.com>
5563
5564 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5565
5566 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5567
5568 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5569 command actually switches threads. Give up on remaining
5570 tests if target fails to stop at breakpoint.
5571
5572 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5573
5574 * gdb.ada/funcall_char.exp: New testcase.
5575 * gdb.ada/funcall_char/foo.adb: New file.
5576
5577 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5578
5579 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5580 expected outputs. Add two testcases for completing ambiguous
5581 functions.
5582 * gdb.ada/complete/aux_pck.adb: New file.
5583 * gdb.ada/complete/aux_pck.ads: New file.
5584 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5585 Ambiguous_Func functions.
5586 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5587 * gdb.ada/complete/pck.adb: Likewise.
5588
5589 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5590
5591 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5592 failures to run the test program under GDB.
5593
5594 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5595
5596 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5597 to C.
5598
5599 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5600
5601 * gdb.base/run-after-attach.exp: New test file.
5602 * gdb.base/run-after-attach.c: New test file.
5603
5604 2015-08-26 Don Breazeal <donb@codesourcery.com>
5605
5606 * gdb.base/foll-exec-2.c: New test program.
5607 * gdb.base/foll-exec-2.exp: New test.
5608
5609 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5610
5611 * gdb.base/nested-subp1.exp: New file.
5612 * gdb.base/nested-subp1.c: New file.
5613 * gdb.base/nested-subp2.exp: New file.
5614 * gdb.base/nested-subp2.c: New file.
5615 * gdb.base/nested-subp3.exp: New file.
5616 * gdb.base/nested-subp3.c: New file.
5617
5618 2015-08-24 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.server/connect-without-multi-process.c: New file.
5621 * gdb.server/connect-without-multi-process.exp: New file.
5622
5623 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5624
5625 * gdb.opt/inline-markers.c: Make z int.
5626
5627 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5628
5629 * gdb.opt/inline-markers.c: Make z volatile.
5630
5631 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5632
5633 * gdb.opt/inline-bt.c: New volatile global z.
5634 * gdb.opt/inline-cmds.c: Likewise.
5635 * gdb.opt/inline-locals.c: Likewise.
5636 * gdb.opt/inline-markers.c: New extern global z.
5637 (marker): Use z.
5638 (inline_fn): Likewise.
5639
5640 2015-08-24 Pedro Alves <palves@redhat.com>
5641
5642 * config/m32r-stub.exp: Remove file.
5643 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5644 * gdb.base/call-rt-st.exp: Likewise.
5645 * gdb.base/call-strs.exp: Likewise.
5646 * gdb.base/default.exp: Remove references to h8300-*-hms and
5647 *-*-udi*.
5648 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5649
5650 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5651
5652 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5653 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5654 and "return" use KFAIL when GDB can not read/write the vector
5655 return value.
5656
5657 2015-08-21 Gary Benson <gbenson@redhat.com>
5658
5659 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5660
5661 2015-08-20 Pedro Alves <palves@redhat.com>
5662
5663 * gdb.server/solib-list.exp: No longer expect an interior stop in
5664 non-stop mode.
5665
5666 2015-08-20 Pedro Alves <palves@redhat.com>
5667
5668 * gdb.server/connect-stopped-target.c: New file.
5669 * gdb.server/connect-stopped-target.exp: New file.
5670
5671 2015-08-20 Pedro Alves <palves@redhat.com>
5672
5673 * gdb.dwarf2/comp-unit-lang.exp: New file.
5674 * gdb.dwarf2/comp-unit-lang.c: New file.
5675
5676 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5677
5678 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5679 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5680
5681 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5682
5683 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5684 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5685
5686 2015-08-18 Doug Evans <dje@google.com>
5687 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5688
5689 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5690 skip_python_tests. New arg prompt_regexp.
5691 (skip_python_tests): New function.
5692 * lib/mi-support.exp (mi_skip_python_tests): New function.
5693 * gdb.python/py-mi-objfile-gdb.py: New file.
5694 * gdb.python/py-mi-objfile.c: New file.
5695 * gdb.python/py-mi-objfile.exp: New file.
5696
5697 2015-08-17 Keith Seitz <keiths@redhat.com>
5698
5699 * gdb.linespec/explicit.exp: Move strace test from here ...
5700 * gdb.trace/strace.exp: ... to here.
5701
5702 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5703
5704 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5705 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5706
5707 2015-08-14 Doug Evans <xdje42@gmail.com>
5708
5709 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5710 inferior before selecting a new file.
5711
5712 2015-08-14 Doug Evans <xdje42@gmail.com>
5713
5714 * gdb.mi/mi-disassemble.exp: Update.
5715 * gdb.base/disasm-optim.S: New file.
5716 * gdb.base/disasm-optim.c: New file.
5717 * gdb.base/disasm-optim.h: New file.
5718 * gdb.base/disasm-optim.exp: New file.
5719
5720 2015-08-14 Keith Seitz <keiths@redhat.com>
5721
5722 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5723 "evaluated-by".
5724
5725 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5726
5727 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5728
5729 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5730
5731 * gdb.ada/fun_renaming.exp: New testcase.
5732 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5733 * gdb.ada/fun_renaming/pack.adb: New file.
5734 * gdb.ada/fun_renaming/pack.ads: New file.
5735
5736 2015-08-12 Keith Seitz <keiths@redhat.com>
5737
5738 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5739 gdb_get_line_number.
5740
5741 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5742
5743 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5744 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5745 gdb.base/dso2dso.exp: New files.
5746
5747 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5748 Pedro Alves <palves@redhat.com>
5749 Keith Seitz <keiths@redhat.com>
5750
5751 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5752 GDBFLAGS.
5753
5754 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5755
5756 * gdb.base/gdbhistsize-history.exp
5757 (test_histsize_history_setting): Use save_vars.
5758 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5759 Use save_vars.
5760 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5761 * gdb.base/readline.exp: Use save_vars.
5762
5763 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5764
5765 * lib/gdb.exp (save_vars): New proc.
5766
5767 2015-08-11 Keith Seitz <keiths@redhat.com>
5768
5769 * gdb.base/help.exp: Update help_breakpoint_text.
5770
5771 2015-08-11 Keith Seitz <keiths@redhat.com>
5772
5773 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5774 (at toplevel): Call test_explicit_breakpoints.
5775 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5776 breakpoints.
5777 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5778 breakpoint conditions, "-cond".
5779
5780 2015-08-11 Keith Seitz <keiths@redhat.com>
5781
5782 * gdb.linespec/3explicit.c: New file.
5783 * gdb.linespec/cpexplicit.cc: New file.
5784 * gdb.linespec/cpexplicit.exp: New file.
5785 * gdb.linespec/explicit.c: New file.
5786 * gdb.linespec/explicit.exp: New file.
5787 * gdb.linespec/explicit2.c: New file.
5788 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5789 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5790 before using in the matching pattern.
5791 Clarify that `prefix' is a regular expression.
5792
5793 2015-08-11 Keith Seitz <keiths@redhat.com>
5794
5795 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5796 test.
5797 Add tests for missing ",FMT" and ",".
5798
5799 2015-08-10 Doug Evans <dje@google.com>
5800 Keith Seitz <keiths@redhat.com>
5801
5802 PR gdb/17960
5803 * gdb.base/completion.exp: Add location completer tests.
5804
5805 2015-08-07 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5808 tests here.
5809 (top level): Run do_test with and without displaced stepping.
5810
5811 2015-08-07 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.base/valgrind-disp-step.c: New file.
5814 * gdb.base/valgrind-disp-step.exp: New file.
5815
5816 2015-08-07 Pedro Alves <palves@redhat.com>
5817
5818 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5819 Delete function.
5820 (main): Add alarm. Run an infinite loop instead of calling
5821 wait_threads.
5822 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5823 comment.
5824 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5825 Delete function.
5826 (main): Add alarm. Run an infinite loop instead of calling
5827 wait_threads.
5828 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5829 comment.
5830
5831 2015-08-07 Pedro Alves <palves@redhat.com>
5832
5833 * gdb.base/checkpoint-ns.exp: New file.
5834 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5835 standard_testfile.
5836
5837 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5838
5839 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5840 * gdb.btrace/instruction_history.exp: Update.
5841 * gdb.btrace/tsx.exp: New.
5842 * gdb.btrace/tsx.c: New.
5843
5844 2015-08-06 Pedro Alves <palves@redhat.com>
5845
5846 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5847 increase timeout.
5848 * gdb.reverse/until-precsave.exp: Bump timeouts.
5849
5850 2015-08-06 Pedro Alves <palves@redhat.com>
5851
5852 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5853
5854 2015-08-06 Pedro Alves <palves@redhat.com>
5855
5856 PR gdb/18749
5857 * gdb.threads/process-dies-while-handling-bp.c: New file.
5858 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5859
5860 2015-08-06 Pedro Alves <palves@redhat.com>
5861
5862 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5863 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5864
5865 2015-08-05 Pedro Alves <palves@redhat.com>
5866
5867 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5868 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5869
5870 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5871
5872 * gdb.base/bp-permanent.exp: Report test as unsupported if
5873 the target cannot stop at the permanent breakpoint.
5874
5875 2015-08-03 Doug Evans <dje@google.com>
5876
5877 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5878 10000.
5879
5880 2015-08-03 Doug Evans <dje@google.com>
5881
5882 * Makefile.in (workers/%.worker, build-perf): New rule.
5883 (GDB_PERFTEST_MODE): New variable.
5884 (check-perf): Use it.
5885 (clean): Clean up gdb.perf parallel build subdirs.
5886 * lib/build-piece.exp: New file.
5887 * lib/gdb.exp (make_gdb_parallel_path): New function
5888 (standard_output_file, standard_temp_file): Call it.
5889 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5890 of $GDB_PARALLEL.
5891 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5892
5893 2015-08-03 Doug Evans <dje@google.com>
5894
5895 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5896 (LOG_FILE_NAME): New global.
5897 (TextReporter.__init__): Initialize self.txt_sum.
5898 (TextReporter.report): Add support for multiple data-points.
5899 Move report to perftest.sum, put raw data in perftest.log.
5900 (TextReporter.start): Open sum and log files.
5901 (TextReporter.end): Close sum and log files.
5902 * gdb.perf/lib/perftest/testresult.py
5903 (SingleStatisticTestResult.record): Handle multiple data-points.
5904
5905 2015-07-31 Pedro Alves <palves@redhat.com>
5906
5907 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5908 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5909 kill_wait_spawned_process instead of explicit "kill -9".
5910 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5911 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5912 kill_wait_spawned_process.
5913 * gdb.base/attach-twice.exp: Likewise.
5914 * gdb.base/attach.exp: Likewise.
5915 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5916 gdb_test_multiple.
5917 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5918 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5919 kill_wait_spawned_process.
5920 * gdb.base/valgrind-infcall.exp: Likewise.
5921 * gdb.multi/multi-attach.exp: Likewise.
5922 * gdb.python/py-prompt.exp: Likewise.
5923 * gdb.python/py-sync-interp.exp: Likewise.
5924 * gdb.server/ext-attach.exp: Likewise.
5925 * gdb.threads/attach-into-signal.exp (corefunc): Use
5926 spawn_wait_for_attach, spawn_id_get_pid and
5927 kill_wait_spawned_process.
5928 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5929 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5930 spawn_id_get_pid and kill_wait_spawned_process.
5931 * gdb.threads/attach-stopped.exp (corefunc): Use
5932 spawn_wait_for_attach, spawn_id_get_pid and
5933 kill_wait_spawned_process.
5934 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5935 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5936 kill_wait_spawned_process instead of explicit "kill -9".
5937 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5938 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5939 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5940 processes. Don't map cygwin/windows pids here. Now returns a
5941 spawn id list.
5942
5943 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5944
5945 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5946 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5947 correct patch.
5948
5949 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5950
5951 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5952
5953 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5954
5955 Reapply:
5956 2014-05-21 Mark Wielaard <mjw@redhat.com>
5957
5958 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5959
5960 2015-07-30 Pedro Alves <palves@redhat.com>
5961
5962 * linux-low.c (handle_extended_wait): Set the child's last
5963 reported status to TARGET_WAITKIND_STOPPED.
5964
5965 2015-07-30 Pedro Alves <palves@redhat.com>
5966
5967 PR threads/18600
5968 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5969 only shows inferior 1.
5970
5971 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5972 Pedro Alves <palves@redhat.com>
5973
5974 PR threads/18600
5975 * gdb.threads/fork-plus-threads.c: New file.
5976 * gdb.threads/fork-plus-threads.exp: New file.
5977
5978 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5979
5980 * gdb.base/batch-preserve-term-settings.exp
5981 (test_terminal_settings_preserved_after_cli_exit): Use
5982 send_quit_command.
5983
5984 2015-07-29 Pedro Alves <palves@redhat.com>
5985 Don Breazeal <donb@codesourcery.com>
5986
5987 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5988 output from both inferior_spawn_id and gdb_spawn_id.
5989
5990 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5991
5992 * gdb.threads/attach-into-signal.exp (corefunc): Use
5993 with_test_prefix on nested loops, uniquefying the test messages.
5994
5995 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5996
5997 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5998 commit.
5999
6000 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6001
6002 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6003 New proc.
6004 (test_terminal_settings_preserved_after_sigterm): New test.
6005
6006 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6007
6008 * gdb.base/batch-preserve-term-settings.exp
6009 (test_terminal_settings_preserved_after_cli_exit): New test.
6010
6011 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6012
6013 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6014 manipulation of saved_gdbflags.
6015 (test_terminal_settings_preserved): Remove global declaration of
6016 the unused variable pagination_prompt. Remove manipulation of
6017 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6018 GDBFLAGS.
6019
6020 2015-07-29 Pedro Alves <palves@redhat.com>
6021
6022 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6023
6024 2015-07-29 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6027 at the top.
6028
6029 2015-07-29 Pedro Alves <palves@redhat.com>
6030
6031 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6032 (main): Call gdb_unbuffer_output.
6033 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6034 (main): Call gdb_unbuffer_output.
6035 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6036 (main): Call gdb_unbuffer_output.
6037 * gdb.base/call-strs.exp: Adjust to step over the
6038 gdb_unbuffer_output call.
6039 * gdb.base/catch-gdb-caused-signals.c: Include
6040 "../lib/unbuffer_output.c".
6041 (main): Call gdb_unbuffer_output.
6042 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6043 (main): Call gdb_unbuffer_output.
6044 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6045 (main): Call gdb_unbuffer_output.
6046 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6047 (main): Call gdb_unbuffer_output.
6048 * gdb.base/shlib-call.exp: Adjust to step over the
6049 gdb_unbuffer_output call.
6050 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6051 (main): Call gdb_unbuffer_output.
6052 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6053 (main): Call gdb_unbuffer_output.
6054 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6055 (main): Rename to ...
6056 (test): ... this.
6057 (main): Reimplement.
6058 * gdb.base/varargs.exp: Run to test instead of to main.
6059 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6060 (main): Call gdb_unbuffer_output.
6061
6062 2015-07-29 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6065 factore out from mi_continue_dprintf. For call-style dprintfs,
6066 expect dprintf output out of $inferior_spawn_id.
6067 (mi_continue_dprintf): Use mi_expect_dprintf.
6068 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6069 (main): Call gdb_unbuffer_output.
6070
6071 2015-07-29 Pedro Alves <palves@redhat.com>
6072
6073 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6074 (default_mi_gdb_start): Set inferior_spawn_id instead of
6075 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6076 gdb_spawn_id.
6077 (mi_gdb_test): Always expect inferior output from both
6078 $inferior_spawn_id and $gdb_spawn_id.
6079
6080 2015-07-29 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6083 send_inferior and $inferior_spawn_id.
6084
6085 2015-07-29 Pedro Alves <palves@redhat.com>
6086
6087 * gdb.gdb/complaints.exp (test_initial_complaints)
6088 (test_serial_complaints, test_short_complaints): Use
6089 gdb_test_stdio.
6090 (test_empty_complaint): Handle $inferior_spawn_id !=
6091 $gdb_spawn_id.
6092
6093 2015-07-29 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.base/varargs.exp: Use gdb_test_stdio.
6096
6097 2015-07-29 Pedro Alves <palves@redhat.com>
6098
6099 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6100
6101 2015-07-29 Pedro Alves <palves@redhat.com>
6102
6103 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6104
6105 2015-07-29 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6108 parameter into two new parameters, "inf_result" and "gdb_result".
6109 Expect inferior output and gdb output from $inferior_spawn_id and
6110 $gdb_spawn_id, respectively. Adjust all callers.
6111
6112 2015-07-29 Pedro Alves <palves@redhat.com>
6113
6114 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6115 of gdb_test_sequence.
6116
6117 2015-07-29 Pedro Alves <palves@redhat.com>
6118
6119 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6120 (saw_spurious_output): Expect inferior output from
6121 $inferior_spawn_id. Use gdb_test_stdio.
6122
6123 2015-07-29 Pedro Alves <palves@redhat.com>
6124
6125 * gdb.base/dprintf.exp: Use standard_testfile. Change
6126 prepare_for_testing call.
6127 (srcfile): Don't set.
6128 (restart): New procedure.
6129 (test_dprintf): New procecure, use to continue over dprintfs.
6130 (test_call, test_agent): New procedures, tests moved here.
6131 Restart gdb and recreate dprintfs. Adjust expected output.
6132
6133 2015-07-29 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6136
6137 2015-07-29 Pedro Alves <palves@redhat.com>
6138
6139 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6140
6141 2015-07-29 Pedro Alves <palves@redhat.com>
6142
6143 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6144 gdb_test_stdio.
6145
6146 2015-07-29 Pedro Alves <palves@redhat.com>
6147
6148 * lib/gdb.exp (gdb_test_stdio): New procedure.
6149
6150 2015-07-29 Pedro Alves <palves@redhat.com>
6151
6152 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6153
6154 2015-07-29 Pedro Alves <palves@redhat.com>
6155
6156 * gdb.base/call-signal-resume.exp: Remove check for
6157 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6158 * gdb.base/unwindonsignal.exp: Likewise.
6159 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6160 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6161
6162 2015-07-29 Pedro Alves <palves@redhat.com>
6163
6164 * gdb.base/siginfo-addr.c (pass): New function.
6165 (handler): Call it iff si_addr is correct.
6166 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6167 Set a breakpoint at "pass" and continue to it.
6168
6169 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6170
6171 * gdb.python/py-objfile.exp: Make some tests have unique names.
6172 * gdb.python/py-pp-registration.exp: Likewise.
6173
6174 2015-07-28 Pedro Alves <palves@redhat.com>
6175
6176 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6177
6178 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6179
6180 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6181
6182 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6183
6184 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6185
6186 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6187
6188 * gdb.base/gdb-sigterm-2.exp: New test.
6189
6190 2015-07-25 Doug Evans <xdje42@gmail.com>
6191
6192 Revert:
6193 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6194 (workers/%.worker, build-perf): New rule.
6195 (GDB_PERFTEST_MODE): New variable.
6196 (check-perf): Use it.
6197 (clean): Clean up gdb.perf parallel build subdirs.
6198 * lib/build-piece.exp: New file.
6199 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6200 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6201 name.
6202 (standard_temp_file): Ditto.
6203 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6204 of $GDB_PARALLEL.
6205
6206 2015-07-24 Doug Evans <dje@google.com>
6207
6208 * gdb.perf/lib/perftest/utils.py: New file.
6209 * gdb.perf/gm-hello.cc: New file.
6210 * gdb.perf/gm-pervasive-typedef.cc: New file.
6211 * gdb.perf/gm-pervasive-typedef.h: New file.
6212 * gdb.perf/gm-std.cc: New file.
6213 * gdb.perf/gm-std.h: New file.
6214 * gdb.perf/gm-use-cerr.cc: New file.
6215 * gdb.perf/gm-utils.h: New file.
6216 * gdb.perf/gmonster-null-lookup.py: New file.
6217 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6218 * gdb.perf/gmonster-print-cerr.py: New file.
6219 * gdb.perf/gmonster-ptype-string.py: New file.
6220 * gdb.perf/gmonster-runto-main.py: New file.
6221 * gdb.perf/gmonster-select-file.py: New file.
6222 * gdb.perf/gmonster1-null-lookup.exp: New file.
6223 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6224 * gdb.perf/gmonster1-print-cerr.exp: New file.
6225 * gdb.perf/gmonster1-ptype-string.exp: New file.
6226 * gdb.perf/gmonster1-runto-main.exp: New file.
6227 * gdb.perf/gmonster1-select-file.exp: New file.
6228 * gdb.perf/gmonster1.cc: New file.
6229 * gdb.perf/gmonster1.exp: New file.
6230 * gdb.perf/gmonster2-null-lookup.exp: New file.
6231 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6232 * gdb.perf/gmonster2-print-cerr.exp: New file.
6233 * gdb.perf/gmonster2-ptype-string.exp: New file.
6234 * gdb.perf/gmonster2-runto-main.exp: New file.
6235 * gdb.perf/gmonster2-select-file.exp: New file.
6236 * gdb.perf/gmonster2.cc: New file.
6237 * gdb.perf/gmonster2.exp: New file.
6238
6239 2015-07-24 Doug Evans <dje@google.com>
6240
6241 * gdb.perf/README: New file.
6242 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6243 * lib/gen-perf-test.exp: New file.
6244
6245 2015-07-24 Doug Evans <dje@google.com>
6246
6247 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6248 (PerfTest::startup): New function.
6249 (PerfTest::run): Return result of calling body.
6250 (PerfTest::assemble): Rewrite.
6251 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6252 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6253 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6254 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6255 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6256
6257 2015-07-24 Doug Evans <dje@google.com>
6258
6259 * lib/gdb.exp (clean_restart): Make executable optional.
6260
6261 2015-07-24 Doug Evans <dje@google.com>
6262
6263 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6264 compiler_info references.
6265 * gdb.cp/temargs.exp: Ditto.
6266 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6267 (get_compiler_info): Early exit if already computed. Set compiler_info
6268 to "unknown" if there was a problem.
6269 (test_compiler_info): Add function comment. Call get_compiler_info.
6270
6271 2015-07-24 Doug Evans <dje@google.com>
6272
6273 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6274 (workers/%.worker, build-perf): New rule.
6275 (GDB_PERFTEST_MODE): New variable.
6276 (check-perf): Use it.
6277 (clean): Clean up gdb.perf parallel build subdirs.
6278 * lib/build-piece.exp: New file.
6279 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6280 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6281 name.
6282 (standard_temp_file): Ditto.
6283 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6284 of $GDB_PARALLEL.
6285
6286 2015-07-24 Doug Evans <dje@google.com>
6287
6288 * lib/future.exp (gdb_default_target_compile): New option
6289 "early_flags".
6290 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6291 --as-needed.
6292
6293 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6294
6295 * gdb.base/catch-syscall.exp: Call gdb_exit before
6296 gdb_skip_xml_test.
6297
6298 2015-07-24 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.python/py-events.exp: Accept output between the stop event
6301 and the prompt.
6302 * gdb.python/py-evsignal.exp: Likewise.
6303 * gdb.python/py-evthreads.exp: Likewise.
6304
6305 2015-07-24 Pedro Alves <palves@redhat.com>
6306
6307 PR gdb/18717
6308 * gdb.threads/non-ldr-exit.c: New file.
6309 * gdb.threads/non-ldr-exit.exp: New file.
6310
6311 2015-07-24 Yao Qi <yao.qi@linaro.org>
6312
6313 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6314 restarting process.
6315
6316 2015-07-24 Yao Qi <yao.qi@linaro.org>
6317
6318 * gdb.server/ext-restart.exp: New file.
6319
6320 2015-07-24 Yao Qi <yao.qi@linaro.org>
6321
6322 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6323 argument options.
6324 * gdb.server/ext-wrapper.exp: New file.
6325
6326 2015-07-23 Doug Evans <dje@google.com>
6327
6328 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6329 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6330
6331 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6332
6333 * gdb.ada/var_arr_typedef.exp: New testcase.
6334 * gdb.ada/var_arr_typedef/pack.adb: New file.
6335 * gdb.ada/var_arr_typedef/pack.ads: New file.
6336 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6337
6338 2015-07-20 Joel Brobecker <brobecker@adacore.com>
6339
6340 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6341
6342 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6343
6344 * gdb.arch/i386-biarch-core.exp: Replace istarget
6345 by "complete set gnutarget". Remove expectation for the "core-file"
6346 command.
6347
6348 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6349
6350 Revert the previous commit:
6351 Tests for validate symbol file using build-id.
6352
6353 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6354
6355 Tests for validate symbol file using build-id.
6356 * gdb.base/solib-mismatch-lib.c: New file.
6357 * gdb.base/solib-mismatch-libmod.c: New file.
6358 * gdb.base/solib-mismatch.c: New file.
6359 * gdb.base/solib-mismatch.exp: New file.
6360
6361 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6362
6363 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6364 nios2-*-linux*.
6365 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6366 * gdb.base/siginfo.exp: Likewise.
6367 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6368
6369 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6370
6371 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6372 Move it to ...
6373 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6374 ... here.
6375 * gdb.trace/range-stepping.exp: Check that the target supports
6376 range stepping.
6377
6378 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6379
6380 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6381
6382 2015-07-14 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.base/killed-outside.exp: New file.
6385 * gdb.base/killed-outside.c: New file.
6386
6387 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6388
6389 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6390 (n at main): New.
6391 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6392
6393 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6394
6395 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6396 infcall tests instead of setting up for KFAIL.
6397
6398 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6399
6400 * gdb.btrace/record_goto-step.exp: New.
6401
6402 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6403
6404 PR compile/18484
6405 * gdb.compile/compile.c (struct struct_type): Add volatile to
6406 selffield's type.
6407 * gdb.compile/compile.exp
6408 (compile code struct_object.selffield = &struct_object): Skip further
6409 struct_object tests if this one xfails.
6410
6411 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6412
6413 PR exp/18617
6414 * gdb.trace/ax.exp: Add test.
6415
6416 2015-07-07 Yao Qi <yao.qi@linaro.org>
6417
6418 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6419 instead of istarget "aarch64*-*-*".
6420 * gdb.arch/aarch64-fp.exp: Likewise.
6421 * gdb.base/float.exp: Likewise.
6422 * gdb.reverse/aarch64.exp: Likewise.
6423 * lib/gdb.exp (is_aarch64_target): New proc.
6424
6425 2015-07-07 Yao Qi <yao.qi@linaro.org>
6426
6427 * lib/gdb.exp (is_aarch32_target): New proc.
6428 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6429 instead of "istarget "arm*-*-*"".
6430 * gdb.arch/arm-disp-step.exp: Likewise.
6431 * gdb.arch/thumb-bx-pc.exp: Likewise.
6432 * gdb.arch/thumb-prologue.exp: Likewise.
6433 * gdb.arch/thumb-singlestep.exp: Likewise.
6434 * gdb.base/disp-step-syscall.exp: Likewise.
6435 * gdb.base/float.exp: Likewise.
6436
6437 2015-07-07 Yao Qi <yao.qi@linaro.org>
6438
6439 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6440 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6441
6442 2015-07-07 Yao Qi <yao.qi@linaro.org>
6443
6444 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6445 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6446 if it exists.
6447 * gdb.multi/multi-arch.exp: Likewise.
6448
6449 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6450
6451 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6452 print.
6453
6454 2015-07-07 Yao Qi <yao.qi@linaro.org>
6455
6456 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6457
6458 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6459
6460 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6461 '[' and ']' characters.
6462
6463 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6464
6465 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6466
6467 2015-06-29 Pedro Alves <palves@redhat.com>
6468
6469 PR threads/18127
6470 * gdb.threads/hand-call-new-thread.c: New file.
6471 * gdb.threads/hand-call-new-thread.c: New file.
6472
6473 2015-06-26 Keith Seitz <keiths@redhat.com>
6474 Doug Evans <dje@google.com>
6475
6476 PR 16253
6477 * gdb.cp/var-tag-2.cc: New file.
6478 * gdb.cp/var-tag-3.cc: New file.
6479 * gdb.cp/var-tag-4.cc: New file.
6480 * gdb.cp/var-tag.cc: New file.
6481 * gdb.cp/var-tag.exp: New file.
6482
6483 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6484
6485 * gdb.base/history-duplicates.exp: New test.
6486
6487 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6488
6489 * gdb.base/completion.exp: Test the completion of the "focus"
6490 command.
6491
6492 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6493
6494 * gdb.arch/amd64-prologue-skip.S: New file.
6495 * gdb.arch/amd64-prologue-skip.exp: New file.
6496
6497 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6498
6499 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6500 is_address_zero_readable check.
6501
6502 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6503
6504 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6505 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6506
6507 2015-06-24 Yao Qi <yao.qi@linaro.org>
6508
6509 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6510 linux targets.
6511
6512 2015-06-24 Yao Qi <yao.qi@linaro.org>
6513
6514 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6515 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6516 * gdb.base/siginfo-thread.exp: Likewise.
6517
6518 2015-06-22 Yao Qi <yao.qi@linaro.org>
6519
6520 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6521
6522 2015-06-22 Yao Qi <yao.qi@linaro.org>
6523
6524 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6525 aarch64*-*-*.
6526 (skip_hw_watchpoint_tests): Likewise.
6527
6528 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6529
6530 * gdb.base/gdbinit-history.exp: Test the interaction between
6531 setting GDBHISTSIZE and setting the history size via .gdbinit.
6532
6533 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6534
6535 PR gdb/16999
6536 * gdb.base/gdbhistsize-history.exp: New test.
6537
6538 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6539
6540 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6541 with GDBHISTSIZE.
6542 * gdb.base/readline.exp: Likewise.
6543
6544 2015-06-17 Yao Qi <yao.qi@linaro.org>
6545
6546 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6547 line.
6548
6549 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6550
6551 * gdb.base/gdbinit-history.exp: Add test case to check that
6552 an unlimited history file does not get truncated on exit.
6553
6554 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6555
6556 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6557 (VECTOR): New macro. Use it...
6558 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6559 ...for these typedefs.
6560 (int8, char1, int1, double1): New typedefs.
6561 (struct just_int2, struct two_int2): New structures.
6562 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6563 (add_structvecs, add_singlevecs): New functions.
6564 (main): Call add_some_intvecs twice.
6565 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6566 the compile and exit upon failure. Try compiling for the "native"
6567 architecture. Test inferior function calls with vector arguments
6568 and vector return value handling with "finish" and "return".
6569
6570 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6571
6572 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6573 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6574 PE file.
6575 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6576
6577 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6578
6579 PR breakpoints/16465
6580 * gdb.mi/mi-dprintf-pending.c: New file.
6581 * gdb.mi/mi-dprintf-pending.exp: New test.
6582 * gdb.mi/mi-dprintf-pendshr.c: New file.
6583
6584 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6585 Mircea Gherzan <mircea.gherzan@intel.com>
6586
6587 * gdb.arch/i386-mpx-map.c: New file.
6588 * gdb.arch/i386-mpx-map.exp: New File.
6589
6590 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6591
6592 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6593 * gdb.arch/i386-mpx.exp: Indentation fixed.
6594
6595 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6596
6597 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6598 function and improved indentation.
6599 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6600 gdb_test_multiple. Added additional tests to skip the test.
6601
6602 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6603
6604 * gdb.arch/i386-avx512.c: Change path in include file.
6605 * gdb.arch/i386-avx512.exp: Change include dir path
6606 compilation flag.
6607 * gdb.arch/i386-mpx.c: Change path in include file.
6608 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6609 flag.
6610
6611 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6612
6613 * gdb.compile/compile-print.exp (compile print *vararray@3)
6614 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6615
6616 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6617
6618 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6619 (do not keep jit in memory): ... this.
6620 (expect 5): Change it to ...
6621 (expect no 5): ... this.
6622
6623 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6624
6625 PR gdb/15564
6626 * gdb.mi/mi-detach.exp: New file.
6627
6628 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6629
6630 PR symtab/18392
6631 * gdb.arch/amd64-tailcall-self.S: New file.
6632 * gdb.arch/amd64-tailcall-self.c: New file.
6633 * gdb.arch/amd64-tailcall-self.exp: New file.
6634
6635 2015-05-28 Don Breazeal <donb@codesourcery.com>
6636
6637 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6638 tests for remote targets by checking is_target_gdbserver.
6639
6640 2015-05-27 Doug Evans <dje@google.com>
6641
6642 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6643 * gdb.dwarf2/opaque-type-lookup.c: New file.
6644 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6645
6646 2015-05-26 Doug Evans <dje@google.com>
6647
6648 * gdb.cp/iostream.cc: New file.
6649 * gdb.cp/iostream.exp: New file.
6650
6651 2015-05-26 Doug Evans <dje@google.com>
6652
6653 * gdb.dwarf2/dw2-op-call.exp: Update.
6654 * gdb.dwarf2/dw4-sig-types.exp: Update.
6655 * gdb.dwarf2/implptr.exp: Update.
6656 * gdb.mi/mi-cmd-param-changed.exp: Update.
6657
6658 2015-05-26 Doug Evans <dje@google.com>
6659
6660 * gdb.python/py-lazy-string.c: New file.
6661 * gdb.python/py-lazy-string.exp: New file.
6662 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6663 (main): Update. Add estring3.
6664 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6665 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6666
6667 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6668 Yao Qi <yao.qi@linaro.org>
6669
6670 * gdb.reverse/aarch64.c: New.
6671 * gdb.reverse/aarch64.exp: New.
6672
6673 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6674
6675 * lib/gdb.exp (supports_process_record): Return true for
6676 aarch64*-linux*.
6677 (supports_reverse): Likewise.
6678
6679 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6680
6681 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6682 Use with_test_prefix.
6683
6684 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6685
6686 * gdb.base/completion.exp: Add test for completion of layout
6687 names.
6688
6689 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6690
6691 * lib/gdb.exp (skip_tui_tests): New proc.
6692 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6693
6694 2015-05-19 Pedro Alves <palves@redhat.com>
6695
6696 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6697 Save the whole env array instead of just HOME. Unset HISTSIZE in
6698 the environment while testing. Restore whole environment
6699 afterwards.
6700
6701 2015-05-16 Doug Evans <xdje42@gmail.com>
6702
6703 * gdb.guile/scm-ports.c: New file.
6704 * gdb.guile/scm-ports.exp: Add memory port tests.
6705
6706 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6707
6708 * gdb.compile/compile-print.c: New file.
6709 * gdb.compile/compile-print.exp: New file.
6710
6711 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6712
6713 * gdb.compile/compile-ops.exp: Cast param to void.
6714 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6715 (compile code struct_object.selffield = &struct_object): Add xfail.
6716
6717 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6718
6719 * gdb.ada/arr_enum_with_gap: New testcase.
6720
6721 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6722
6723 * gdb.ada/byte_packed_arr: New testcase.
6724
6725 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6726
6727 * gdb.ada/pckd_neg: New testcase.
6728
6729 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6730
6731 PR gdb/17820
6732 * gdb.base/gdbinit-history.exp: New test.
6733 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6734 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6735
6736 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6737
6738 * gdb.python/py-xmethods.cc: Enhance test case.
6739 * gdb.python/py-xmethods.exp: New tests.
6740 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6741 function.
6742 (B_indexoper): Likewise.
6743 (global_dm_list) : Add new xmethod worker functions.
6744
6745 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6746
6747 * gdb.base/coredump-filter.exp: Correctly unset
6748 "coredump_var_addr" array.
6749
6750 2015-05-08 Pedro Alves <palves@redhat.com>
6751
6752 * gdb.server/non-existing-program.exp: Unset spawn_id.
6753
6754 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6755
6756 PR python/18291
6757 * gdb.python/py-xmethods.exp: Add tests.
6758
6759 2015-05-08 Yao Qi <yao.qi@linaro.org>
6760
6761 PR gdb/18208
6762 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6763 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6764 function set_coredump_filter, and remove remote_exec call.
6765 Remove argument ipid. Callers update.
6766 (top level): Don't get inferior's PID.
6767
6768 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6769
6770 * gdb.base/watch_thread_num.exp: Skip test on targets without
6771 access watchpoints.
6772
6773 2015-05-06 Pedro Alves <palves@redhat.com>
6774
6775 PR server/18081
6776 * gdb.server/non-existing-program.exp: New file.
6777
6778 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6779
6780 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6781
6782 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6783
6784 * gdb.ada/out_of_line_in_inlined: New testcase.
6785
6786 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6787
6788 * gdb.ada/var_rec_arr: New testcase.
6789
6790 2015-04-30 Yao Qi <yao.qi@linaro.org>
6791
6792 * gdb.base/break-idempotent.exp: If
6793 skip_hw_watchpoint_multi_tests returns true, skip the tests
6794 on "rwatch" and "awatch".
6795
6796 2015-04-30 Yao Qi <yao.qi@linaro.org>
6797
6798 * gdb.base/relativedebug.exp: Invoke gdb command
6799 "info sharedlibrary", and if libc.so doesn't have debug info,
6800 skip the test.
6801
6802 2015-04-29 Doug Evans <dje@google.com>
6803
6804 * gdb.python/py-xmethods.exp: Add ptype tests.
6805 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6806 get_result_type method.
6807
6808 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6809
6810 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6811 the target does not support hardware watchpoints.
6812
6813 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6814
6815 * gdb.base/break-always.exp: Abort testing if writing to memory
6816 causes an error.
6817
6818 2015-04-28 Doug Evans <dje@google.com>
6819
6820 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6821 * gdb.python/py-pp-registration.exp: ... here. New file.
6822 * gdb.python/py-pp-registration.c: New file.
6823 * gdb.python/py-pp-registration.py: New file.
6824
6825 2015-04-28 Doug Evans <dje@google.com>
6826
6827 * gdb.python/py-bad-printers.c: New file.
6828 * gdb.python/py-bad-printers.py: New file.
6829 * gdb.python/py-bad-printers.exp: New file.
6830
6831 2015-04-28 Sasha Smundak <asmundak@google.com>
6832
6833 * gdb.python/py-type.exp: New test.
6834
6835 2015-04-28 Andy Wingo <wingo@igalia.com>
6836
6837 * gdb.python/py-parameter.exp:
6838 * gdb.guile/scm-parameter.exp: Escape the path that we are
6839 matching against, as it might contain characters that are special
6840 to regular expressions.
6841
6842 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6843
6844 * gdb.ada/rec_comp: New testcase.
6845
6846 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6847
6848 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6849 before using it.
6850
6851 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6852
6853 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6854 new tests for verilog output.
6855
6856 2015-04-24 Yao Qi <yao.qi@linaro.org>
6857
6858 * boards/remote-gdbserver-on-localhost.exp: New file.
6859
6860 2015-04-23 Pedro Alves <palves@redhat.com>
6861
6862 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6863 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6864 "end of file", remove $inferior_spawn_id from the indirect list.
6865
6866 2015-04-23 Pedro Alves <palves@redhat.com>
6867
6868 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6869
6870 2015-04-23 Pedro Alves <palves@redhat.com>
6871
6872 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6873 on $any_spawn_id instead of only on $gdb_spawn_id.
6874
6875 2015-04-21 Pierre Muller <muller@sourceware.org>
6876
6877 PR pascal/17815
6878 * lib/pascal.exp (gpc_compile): Add new option "class".
6879 (fpc_compile): Likewise.
6880 * gdb.pascal/case-insensitive-symbols.pas: New file.
6881 * gdb.pascal/case-insensitive-symbols.exp: New file.
6882
6883 2015-04-20 Gary Benson <gbenson@redhat.com>
6884
6885 * gdb.base/attach.exp: Fix three extended remote failures.
6886
6887 2015-04-17 Gary Benson <gbenson@redhat.com>
6888
6889 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6890 the main executable over the remote protocol.
6891
6892 2015-04-16 Pedro Alves <palves@redhat.com>
6893
6894 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6895 a new gdbserver if gdbserver_reconnect_p is set.
6896
6897 2015-04-16 Pedro Alves <palves@redhat.com>
6898
6899 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6900 is set, don't exit gdbserver.
6901
6902 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6903
6904 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6905 appropriate .insn, such that an older assembler can be used.
6906 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6907 the z/Architecture instruction set on 31-bit targets as well.
6908
6909 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6910
6911 * gdb.go/handcall.exp: Remove all logic related to the first
6912 breakpoint and rely on go_runto_main instead.
6913 * gdb.go/strings.exp: Likewise.
6914 * gdb.go/unsafe.exp: Likewise.
6915 * gdb.go/hello.exp: Likewise. Also rename the remaining
6916 breakpoint marker to "breakpoint 1".
6917 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6918 * gdb.go/strings.go: Likewise.
6919 * gdb.go/unsafe.go: Likewise.
6920 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6921 "set breakpoint 2 here" and rename the remaining breakpoint marker
6922 to "breakpoint 1".
6923
6924 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6925
6926 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6927 if itertools.imap is not present.
6928 * gdb.python/py-objfile.exp: Add parentheses.
6929 * gdb.python/py-type.exp: Same.
6930 * gdb.python/py-unwind-maint.py: Same.
6931
6932 2015-04-15 Yao Qi <yao.qi@linaro.org>
6933
6934 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6935 of ":$ptr_size" and set its form explicitly.
6936
6937 2015-04-15 Pedro Alves <palves@redhat.com>
6938 Yao Qi <yao.qi@linaro.org>
6939
6940 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6941 timeout by factor of 4.
6942 (test_regular_watch): Likewise.
6943 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6944 * gdb.reverse/sigall-reverse.exp: Likewise.
6945 * gdb.reverse/until-precsave.exp: Likewise.
6946 * lib/gdb.exp (with_timeout_factor): New proc.
6947 (gdb_expect): Move some code to ...
6948 (get_largest_timeout): ... here. New procedure.
6949
6950 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6951
6952 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6953
6954 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6955
6956 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6957 to write to the .text section.
6958
6959 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6960
6961 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6962 Handle the case of targets that do not provide PID information.
6963
6964 2015-04-13 Yao Qi <yao.qi@linaro.org>
6965
6966 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6967 and use expect instead of gdb_expect.
6968
6969 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6970
6971 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6972 "coredump_var_addr" to avoid naming conflict with other testcases.
6973
6974 2015-04-10 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6977 gdb_test_sequence and gdb_assert.
6978
6979 2015-04-10 Pedro Alves <palves@redhat.com>
6980
6981 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6982 test messages that don't include the breakpoint address.
6983
6984 2015-04-10 Yao Qi <yao.qi@linaro.org>
6985
6986 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6987 false for some offset and width combinations which aren't
6988 supported by linux kernel.
6989
6990 2015-04-10 Pedro Alves <palves@redhat.com>
6991
6992 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6993 procedure, factored out from ...
6994 (top level): ... here. Add "set displaced-stepping" testing axis.
6995 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6996 parameter "displaced". Use it.
6997 (top level): Use foreach and add "set displaced-stepping" testing
6998 axis.
6999
7000 2015-04-10 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7003 Remove comment.
7004 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7005 both the address of the instruction that triggers the watchpoint
7006 and the address of the instruction immediately after, and use
7007 those addresses for the test. Fix comment.
7008
7009 2015-04-10 Pedro Alves <palves@redhat.com>
7010
7011 * gdb.base/sigstep.exp (breakpoint_to_handler)
7012 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7013 Test "backtrace" in handler.
7014 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7015 (top level): Add new "displaced" test axis to
7016 breakpoint_to_handler, breakpoint_to_handler_entry and
7017 breakpoint_over_handler.
7018
7019 2015-04-10 Pedro Alves <palves@redhat.com>
7020
7021 PR gdb/18216
7022 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7023
7024 2015-04-10 Yao Qi <yao.qi@linaro.org>
7025
7026 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7027 (test_add_rn_pc): New function.
7028 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7029 (top level): Invoke test_add_rn_pc.
7030
7031 2015-04-10 Pedro Alves <palves@redhat.com>
7032
7033 PR gdb/13858
7034 * gdb.base/step-over-no-symbols.exp: New file.
7035
7036 2015-04-09 Andy Wingo <wingo@igalia.com>
7037
7038 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7039 after the Python tests.
7040
7041 2015-04-08 Keith Seitz <keiths@redhat.com>
7042
7043 PR python/16699
7044 * gdb.python/py-completion.exp: New tests for completion.
7045 * gdb.python/py-completion.py (CompleteLimit1): New class.
7046 (CompleteLimit2): Likewise.
7047 (CompleteLimit3): Likewise.
7048 (CompleteLimit4): Likewise.
7049 (CompleteLimit5): Likewise.
7050 (CompleteLimit6): Likewise.
7051 (CompleteLimit7): Likewise.
7052
7053 2015-04-08 Pedro Alves <palves@redhat.com>
7054
7055 PR gdb/18214
7056 PR gdb/18216
7057 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7058 function.
7059 (main): Install it as SIGUSR1 handler.
7060 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7061 parameter. Always use "setup" as prefix. Toggle "set
7062 displaced-stepping" off/on depending on global. Don't switch to
7063 thread 1 here.
7064 (top level): Add displaced stepping "off/on" test axis. Update
7065 "setup" calls. Wrap each subtest with with_test_prefix. Test
7066 continuing with a queued signal in each thread.
7067
7068 2015-04-08 Pedro Alves <palves@redhat.com>
7069
7070 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7071 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7072 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7073 Return early if running to main fails.
7074 * gdb.trace/while-stepping.exp: Likewise.
7075
7076 2015-04-07 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7079 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7080 interact with inferior program.
7081
7082 2015-04-07 Pedro Alves <palves@redhat.com>
7083
7084 * lib/gdb.exp (inferior_spawn_id): New global.
7085 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7086 spawn id after processing the user code.
7087 (default_gdb_start): Set inferior_spawn_id.
7088 (send_inferior): New procedure.
7089 * lib/gdbserver-support.exp (gdbserver_start): Set
7090 inferior_spawn_id.
7091 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7092
7093 2015-04-07 Pedro Alves <palves@redhat.com>
7094
7095 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7096 * lib/gdbserver-support.exp (gdbserver_start): Make
7097 $server_spawn_id global.
7098 (gdbserver_start): Don't wait for gdbserver's spawn id with
7099 expect_background.
7100 (close_gdbserver): New procedure.
7101 (gdb_exit): Rename the default version and reimplement.
7102
7103 2015-04-07 Pedro Alves <palves@redhat.com>
7104
7105 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
7106 append the substituted item, not the original item.
7107
7108 2015-04-07 Pedro Alves <palves@redhat.com>
7109
7110 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7111 gdb_expect.
7112
7113 2015-04-07 Pedro Alves <palves@redhat.com>
7114
7115 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7116 output appearing once only.
7117
7118 2015-04-07 Pedro Alves <palves@redhat.com>
7119
7120 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7121 that doesn't expect anything. Return early if running to main
7122 fails.
7123
7124 2015-04-07 Yao Qi <yao.qi@linaro.org>
7125
7126 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7127 (child_function): Call alarm.
7128 (main): Move call to alarm into the loop.
7129 * gdb.threads/non-stop-fair-events.exp: Build program with
7130 -DTIMEOUT=$timeout.
7131
7132 2015-04-06 Doug Evans <xdje42@gmail.com>
7133
7134 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7135 Fix dest parameter to board_info.
7136 (fpc_compile): Ditto.
7137 (gdb_compile_pascal): Rename dest arg to destfile.
7138
7139 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7140
7141 * gdb.ada/funcall_ref.exp: New file.
7142 * gdb.ada/funcall_ref/foo.adb: New file.
7143
7144 2015-04-02 Yao Qi <yao.qi@linaro.org>
7145
7146 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7147 is remote.
7148
7149 2015-04-02 Gary Benson <gbenson@redhat.com>
7150
7151 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7152
7153 2015-04-01 Sasha Smundak <asmundak@google.com>
7154
7155 * gdb.python/py-unwind-maint.c: New file.
7156 * gdb.python/py-unwind-maint.exp: New test.
7157 * gdb.python/py-unwind-maint.py: New file.
7158 * gdb.python/py-unwind.c: New file.
7159 * gdb.python/py-unwind.exp: New test.
7160 * gdb.python/py-unwind.py: New test.
7161
7162 2015-04-01 Pedro Alves <palves@redhat.com>
7163
7164 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7165 to fail instead of non-existent $test.
7166
7167 2015-04-01 Pedro Alves <palves@redhat.com>
7168
7169 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7170 GDBFLAGS if not empty.
7171
7172 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7173
7174 * gdb.ada/complete.exp: Remove "multi_line".
7175 * gdb.ada/info_exc.exp: Remove "multi_line".
7176 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7177 * gdb.ada/ptype_field.exp: Remove "multi_line".
7178 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7179 * gdb.ada/tagged.exp: Remove "multi_line".
7180 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7181 [multi_line ...]
7182 * gdb.btrace/delta.exp: Likewise.
7183 * gdb.btrace/exception.exp: Likewise.
7184 * gdb.btrace/function_call_history.exp: Likewise.
7185 * gdb.btrace/instruction_history.exp: Likewise.
7186 * gdb.btrace/nohist.exp: Likewise.
7187 * gdb.btrace/record_goto.exp: Likewise.
7188 * gdb.btrace/segv.exp: Likewise.
7189 * gdb.btrace/stepi.exp: Likewise.
7190 * gdb.btrace/tailcall.exp: Likewise.
7191 * gdb.btrace/unknown_functions.exp: Likewise.
7192 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7193 * lib/gdb.exp: Add the "multi_line" helper.
7194
7195 2015-04-01 Pedro Alves <palves@redhat.com>
7196
7197 * gdb.threads/tid-reuse.c: New file.
7198 * gdb.threads/tid-reuse.exp: New file.
7199
7200 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7201
7202 PR corefiles/16092
7203 * gdb.base/coredump-filter.c: New file.
7204 * gdb.base/coredump-filter.exp: Likewise.
7205
7206 2015-03-27 Petr Machata <pmachata@redhat.com>
7207
7208 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7209 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7210 (Dwarf::assemble): Initialize them.
7211 (Dwarf::lines): New function.
7212
7213 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7214
7215 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7216 SYMBOL_PREFIX for x86_64-*-cygwin.
7217
7218 2015-03-26 Andy Wingo <wingo@igalia.com>
7219
7220 PR symtab/18148
7221 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7222 const_value but not a location.
7223 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7224 location defined in non-main CUs are visible.
7225
7226 2015-03-26 Yao Qi <yao.qi@linaro.org>
7227
7228 PR testsuite/18139
7229 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7230 Add a line number entry for the same line.
7231 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7232 Add a line number entry for the same line.
7233
7234 2015-03-26 Yao Qi <yao.qi@linaro.org>
7235
7236 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7237 .int 0.
7238 (func): Likewise. Add .Lfunc_1 label.
7239 Use .Lfunc_1 label.
7240 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7241 .int 0.
7242 (func): Likewise.
7243 Use .Lfunc_1 label.
7244
7245 2015-03-26 Yao Qi <yao.qi@linaro.org>
7246
7247 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7248 Call gdb_compile instead to compile each .s files without debug
7249 information.
7250
7251 2015-03-26 Yao Qi <yao.qi@linaro.org>
7252
7253 * gdb.base/savedregs.exp (process_saved_regs): Make
7254 "Saved registers:" optional in the pattern.
7255
7256 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7257
7258 * gdb.btrace/next.exp: Merged into step.exp.
7259 * gdb.btrace/finish.exp: Merged into step.exp.
7260 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7261 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7262 "record goto" and checking the exact replay position.
7263 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7264 check for "Recording format" in "info record" output.
7265 * gdb.btrace/record_goto.exp: Choose test file based on target.
7266 * gdb.btrace/x86-record_goto.S: Renamed into ...
7267 * gdb.btrace/x86_64-record_goto.S: ... this.
7268 * gdb.btrace/i686-record_goto.S: New.
7269 * gdb.btrace/x86-tailcall.S: Renamed into ...
7270 * gdb.btrace/x86_64-tailcall.S: ... this.
7271 * gdb.btrace/i686-tailcall.S: New.
7272 * gdb.btrace/x86-tailcall.c: Renamed into ...
7273 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7274 separate statements. Update test.
7275 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7276 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7277 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7278 * gdb.btrace/tailcall.exp: Choose test file based on target.
7279 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7280
7281 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7282
7283 * gdb.btrace/exception.exp: Increase BTS buffer size.
7284
7285 2015-03-24 Pedro Alves <palves@redhat.com>
7286
7287 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7288
7289 2015-03-24 Pedro Alves <palves@redhat.com>
7290
7291 * gdb.threads/schedlock.exp (test_step): No longer expect that
7292 "set scheduler-locking step" with "next" over a function call runs
7293 threads unlocked.
7294
7295 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7296
7297 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7298
7299 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7300
7301 PR breakpoints/16466
7302 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7303 * gdb.mi/mi-pending.c (thread_func): New function.
7304 (int main): Add threading support required.
7305 * gdb.mi/mi-pending.exp: Add tests for this issue.
7306 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7307 (pendfunc2): Remove stdio dependency.
7308 * gdb.mi/mi-pendshr2.c: New file.
7309
7310 2015-03-23 Keith Seitz <keiths@redhat.com>
7311
7312 * gdb.linespec/keywords.c: New file.
7313 * gdb.linespec/keywords.exp: New file.
7314
7315 2015-03-23 Keith Seitz <keiths@redhat.com>
7316
7317 PR gdb/18021
7318 * gdb.dwarf2/staticvirtual.exp: New test.
7319
7320 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7321
7322 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7323 * README: Remove HP-UX and gdb.hp.
7324 (configuration):
7325 * configure: Regenerate.
7326 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7327 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7328 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7329 gdb.hp/gdb.defects/Makefile.
7330 * gdb.hp/Makefile.in: File deleted.
7331 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7332 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7333 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7334 * gdb.hp/gdb.aCC/run.c: File deleted.
7335 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7336 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7337 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7338 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7339 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7340 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7341 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7342 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7343 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7344 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7345 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7346 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7347 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7348 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7349 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7350 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7351 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7352 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7353 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7354 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7355 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7356 * gdb.hp/gdb.compat/average.c: File deleted.
7357 * gdb.hp/gdb.compat/sum.c: File deleted.
7358 * gdb.hp/gdb.compat/xdb.c: File deleted.
7359 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7360 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7361 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7362 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7363 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7364 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7365 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7366 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7367 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7368 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7369 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7370 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7371 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7372 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7373 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7374 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7375 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7376 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7377 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7378 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7379 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7380 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7381 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7382 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7383 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7384 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7385 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7386 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7387 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7388 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7389 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7390 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7391 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7392 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7393 * gdb.hp/tools/odump: File deleted.
7394
7395 2015-03-19 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7398 (saw_thread_3): New globals.
7399 (top level): Increment them when an event for the corresponding
7400 thread is seen.
7401 (no thread starvation): New test.
7402
7403 2015-03-19 Pedro Alves <palves@redhat.com>
7404
7405 * gdb.threads/continue-pending-status.c: New file.
7406 * gdb.threads/continue-pending-status.exp: New file.
7407
7408 2015-03-18 Pedro Alves <palves@redhat.com>
7409
7410 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7411 Use gdb_is_target_remote instead of is_remote. Use
7412 gdb_test_multiple instead of gdb_expect. Exit early if
7413 gdb_test_multiple hits its internal matches. Tighten stepi tests
7414 expected output. Fail on exit with any signal, instead of just
7415 SIGILL.
7416
7417 2015-03-18 Yao Qi <yao.qi@linaro.org>
7418
7419 PR tdep/18107
7420 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7421 variable.
7422 * gdb.base/catch-syscall.exp: Don't skip it on
7423 aarch64*-*-linux* target. Remove elements in all_syscalls.
7424 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7425 target.
7426 (setup_all_syscalls): New proc.
7427
7428 2015-03-16 Yao Qi <yao.qi@linaro.org>
7429
7430 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7431 (top level): Skip tests if valid_addr_p returns false for
7432 $cmd1 or $cmd2.
7433
7434 2015-03-11 Andy Wingo <wingo@igalia.com>
7435
7436 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7437
7438 2015-03-11 Yao Qi <yao.qi@linaro.org>
7439
7440 * gdb.base/catch-syscall.exp: Fix typo in comments.
7441
7442 2015-03-11 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7445
7446 2015-03-09 Pedro Alves <palves@redhat.com>
7447
7448 * dg-extract-results.py: Delete.
7449
7450 2015-03-09 Pedro Alves <palves@redhat.com>
7451
7452 Merge dg-extract-results.sh from GCC upstream (r218843).
7453
7454 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7455 * dg-extract-results.sh: Use --text with grep to avoid issues with
7456 binary files. Fall back to cat -v, if that doesn't work.
7457
7458 2015-03-05 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7461
7462 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7463
7464 * lib/mi-support.exp (mi_expect_interrupt): Accept
7465 alternative event for when in all-stop mode.
7466
7467 2015-03-04 Pedro Alves <palves@redhat.com>
7468
7469 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7470
7471 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7472
7473 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7474
7475 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7476
7477 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7478 regexps for GDB's current line display, accept a hex address
7479 preceding the line number.
7480
7481 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7482
7483 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7484 the 'arch1' variable for "s390*-linux*" targets.
7485
7486 2015-03-04 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7489 (main): Pass missing retval argument to pthread_join call.
7490
7491 2015-03-02 Pedro Alves <palves@redhat.com>
7492
7493 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7494 (top level): Call do_test with non-stop as well.
7495
7496 2015-03-02 Pedro Alves <palves@redhat.com>
7497
7498 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7499 -1.
7500
7501 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7502
7503 * gdb.arch/s390-vregs.exp: New test.
7504 * gdb.arch/s390-vregs.S: New file.
7505
7506 2015-02-27 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7509 call to catch_command_errors.
7510 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7511 catch_command_errors.
7512
7513 2015-02-27 Pedro Alves <palves@redhat.com>
7514
7515 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7516 "true" for boolean result.
7517 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7518 prototype of main.
7519
7520 2015-02-27 Pedro Alves <palves@redhat.com>
7521
7522 * lib/unbuffer_output.c: New file.
7523 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7524 (main): Call gdb_unbuffer_output.
7525
7526 2015-02-27 Yao Qi <yao.qi@linaro.org>
7527
7528 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7529 target.
7530
7531 2015-02-26 Doug Evans <dje@google.com>
7532
7533 * gdb.cp/class2.cc (Dbase, D): New classes.
7534 (main): New local delta.
7535 * gdb.cp/class2.exp: Test printing delta.
7536 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7537 (dynbar): New global.
7538 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7539
7540 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7541
7542 * gdb.compile/compile-ifunc.c: New file.
7543 * gdb.compile/compile-ifunc.exp: New file.
7544
7545 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7546
7547 * gdb.base/structs.exp: Check for correct struct on finish.
7548
7549 2015-02-26 Yao Qi <yao.qi@linaro.org>
7550
7551 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7552 is zero.
7553
7554 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7555
7556 * gdb.arch/cordic.ko.bz2: New file.
7557 * gdb.arch/cordic.ko.debug.bz2: New file.
7558 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7559
7560 2015-02-25 Yao Qi <yao.qi@linaro.org>
7561
7562 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7563 aarch64*-*-* target.
7564
7565 2015-02-23 Pedro Alves <palves@redhat.com>
7566
7567 * lib/gdb.exp (delete_breakpoints): Rewrite using
7568 gdb_test_multiple.
7569
7570 2015-02-23 Pedro Alves <palves@redhat.com>
7571
7572 * gdb.base/info-os.c: Include stdlib.h.
7573
7574 2015-02-22 Doug Evans <xdje42@gmail.com>
7575
7576 PR symtab/17855
7577 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7578 is read after symbols have been re-read.
7579 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7580 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7581
7582 2015-02-21 Doug Evans <dje@google.com>
7583
7584 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7585
7586 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7587
7588 PR corefiles/17808
7589 * gdb.arch/i386-biarch-core.core.bz2: New file.
7590 * gdb.arch/i386-biarch-core.exp: New file.
7591
7592 2015-02-21 Pedro Alves <palves@redhat.com>
7593
7594 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7595 runto_main fails.
7596
7597 2015-02-20 Pedro Alves <palves@redhat.com>
7598
7599 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7600 info probes.
7601
7602 2015-02-20 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7605
7606 2015-02-20 Pedro Alves <palves@redhat.com>
7607
7608 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7609 clean_restart before gdb_target_supports_trace.
7610
7611 2015-02-20 Pedro Alves <palves@redhat.com>
7612
7613 PR threads/18006
7614 * gdb.threads/clone-thread_db.c: New file.
7615 * gdb.threads/clone-thread_db.exp: New file.
7616
7617 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7618
7619 PR breakpoints/16812
7620 * gdb.base/catch-gdb-caused-signals.c: New file.
7621 * gdb.base/catch-gdb-caused-signals.exp: New file.
7622
7623 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7624
7625 * configure: Regenerated.
7626 * configure.ac: Use GDB_AC_TRANSFORM.
7627 * aclocal.m4: sinclude ../transform.m4.
7628
7629 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7630
7631 * lib/dtrace.exp: New file.
7632 * gdb.base/dtrace-probe.exp: Likewise.
7633 * gdb.base/dtrace-probe.d: Likewise.
7634 * gdb.base/dtrace-probe.c: Likewise.
7635 * lib/pdtrace.in: Likewise.
7636 * configure.ac: Output variables with the transformed names of
7637 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7638 * configure: Regenerated.
7639
7640 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7641
7642 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7643 expected message when trying to access $_probe_* convenience
7644 variables while not on a probe.
7645
7646 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7647
7648 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7649
7650 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7651
7652 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7653 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7654
7655 2015-02-10 Doug Evans <xdje42@gmail.com>
7656
7657 * lib/gdb.exp (gdb_load): Always return a result.
7658
7659 2015-02-10 Pedro Alves <palves@redhat.com>
7660
7661 * gdb.threads/signal-sigtrap.c: New file.
7662 * gdb.threads/signal-sigtrap.exp: New file.
7663
7664 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7665
7666 * gdb.trace/no-attach-trace.c: New file.
7667 * gdb.trace/no-attach-trace.exp: New file.
7668
7669 2015-02-09 Mark Wielaard <mjw@redhat.com>
7670
7671 * gdb.dwarf2/atomic.c: New file.
7672 * gdb.dwarf2/atomic-type.exp: Likewise.
7673
7674 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7675
7676 * gdb.btrace/buffer-size.exp: Update "info record" output.
7677 * gdb.btrace/delta.exp: Update "info record" output.
7678 * gdb.btrace/enable.exp: Update "info record" output.
7679 * gdb.btrace/finish.exp: Update "info record" output.
7680 * gdb.btrace/instruction_history.exp: Update "info record" output.
7681 * gdb.btrace/next.exp: Update "info record" output.
7682 * gdb.btrace/nexti.exp: Update "info record" output.
7683 * gdb.btrace/step.exp: Update "info record" output.
7684 * gdb.btrace/stepi.exp: Update "info record" output.
7685 * gdb.btrace/nohist.exp: Update "info record" output.
7686
7687 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7688
7689 * gdb.btrace/buffer-size: New.
7690
7691 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7692
7693 * gdb.btrace/delta.exp: Update "info record" output.
7694 * gdb.btrace/enable.exp: Update "info record" output.
7695 * gdb.btrace/finish.exp: Update "info record" output.
7696 * gdb.btrace/instruction_history.exp: Update "info record" output.
7697 * gdb.btrace/next.exp: Update "info record" output.
7698 * gdb.btrace/nexti.exp: Update "info record" output.
7699 * gdb.btrace/step.exp: Update "info record" output.
7700 * gdb.btrace/stepi.exp: Update "info record" output.
7701 * gdb.btrace/nohist.exp: Update "info record" output.
7702
7703 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7704
7705 PR gdb/15678
7706 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7707
7708 2015-02-06 Pedro Alves <palves@redhat.com>
7709
7710 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7711 macro.
7712 (seconds_left, again): New globals.
7713 (main): Wait seconds_left in a 1-second sleep loop instead of
7714 sleeping 180 seconds. If 'again' is set, reset the seconds
7715 counter.
7716 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7717 'again' in the inferior before detaching. Print the seconds left.
7718 (options): New global.
7719 (top level): Build program with -DTIMEOUT=$timeout.
7720
7721 2015-02-06 Pedro Alves <palves@redhat.com>
7722
7723 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7724 determine how many seconds to pass to 'alarm'.
7725 * gdb.base/gdb-sigterm.exp (top level): Build program with
7726 -DTIMEOUT=$timeout.
7727 (do_test): Return success/failure indication. Add more verbose
7728 logging. Don't fail if 200 single steps are seen. Instead, fail
7729 when the test times out.
7730 (passes): New global.
7731 (top level): Break the testing loop if testing fails on any
7732 iteration. Use gdb_assert.
7733
7734 2015-02-04 Don Breazeal <donb@codesourcery.com>
7735
7736 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7737 and initialize them.
7738 (ipc_cleanup): New function.
7739 (main): Don't declare shmid, semid, and msqid. Add a call to
7740 atexit so that we call ipc_cleanup on exit.
7741
7742 2015-02-04 Pedro Alves <palves@redhat.com>
7743
7744 * boards/native-extended-gdbserver.exp: Remove any target variant
7745 specifications from the board name before clearing the isremote
7746 flag from board_info.
7747
7748 2015-01-31 Doug Evans <xdje42@gmail.com>
7749
7750 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7751
7752 2015-01-31 Gary Benson <gbenson@redhat.com>
7753
7754 * gdb.base/completion.exp: Disable completion limiting for
7755 existing tests. Add new tests to check completion limiting.
7756 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7757
7758 2015-01-31 Doug Evans <xdje42@gmail.com>
7759
7760 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7761
7762 2015-01-31 Doug Evans <xdje42@gmail.com>
7763
7764 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7765 entries. Duplicate file section script entries.
7766 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7767 inlined entries. Add test for safe-path rejection.
7768 * gdb.python/py-section-script.c: Add duplicate inlined section script
7769 entries. Duplicate file section script entries.
7770 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7771 inlined entries. Add test for safe-path rejection.
7772
7773 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7774
7775 * gdb.ada/disc_arr_bound: New testcase.
7776
7777 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7778
7779 * gdb.ada/mi_var_array: New testcase.
7780
7781 2015-01-27 Doug Evans <dje@google.com>
7782
7783 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7784 Add test for objfile.filename, objfile.username after objfile
7785 has been unloaded.
7786
7787 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7788
7789 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7790 the second test to print the name attribute of value
7791 returned by the call to gdb.lookup_type, and adjust
7792 the expected output accordingly.
7793
7794 2015-01-25 Mark Wielaard <mjw@redhat.com>
7795
7796 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7797 * gdb.base/disp-step-fork.c: Include unistd.h.
7798 * gdb.base/siginfo-obj.c: Include stdio.h.
7799 * gdb.base/siginfo-thread.c: Likewise.
7800 * gdb.mi/non-stop.c: Include unistd.h.
7801 * gdb.mi/nsthrexec.c: Include stdio.h.
7802 * gdb.mi/pthreads.c: Include unistd.h.
7803 * gdb.modula2/unbounded1.c (main): Declare returns int.
7804 * gdb.reverse/consecutive-reverse.c: Likewise.
7805 * gdb.threads/create-fail.c: Include unistd.h.
7806 * gdb.threads/killed.c: Likewise.
7807 * gdb.threads/linux-dp.c: Likewise.
7808 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7809 * gdb.threads/non-ldr-exc-2.c: Likewise.
7810 * gdb.threads/non-ldr-exc-3.c: Likewise.
7811 * gdb.threads/non-ldr-exc-4.c: Likewise.
7812 * gdb.threads/pthreads.c: Include unistd.h.
7813 (main): Declare returns int.
7814 * gdb.threads/tls-main.c (foo): New declaration.
7815 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7816
7817 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7818
7819 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7820 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7821
7822 2015-01-15 Mark Wielaard <mjw@redhat.com>
7823
7824 * gdb.base/noreturn-return.c: New file.
7825 * gdb.base/noreturn-return.exp: New file.
7826 * gdb.base/noreturn-finish.c: New file.
7827 * gdb.base/noreturn-finish.exp: New file.
7828
7829 2015-01-23 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.threads/continue-pending-after-query.c: New file.
7832 * gdb.threads/continue-pending-after-query.exp: New file.
7833
7834 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7835 Simon Marchi <simon.marchi@ericsson.com>
7836
7837 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7838 * gdb.base/valgrind-db-attach.exp: Same.
7839 * gdb.base/valgrind-infcall.exp: Same.
7840 * lib/mi-support.exp (default_mi_gdb_start): Same.
7841 * lib/prompt.exp (default_prompt_gdb_start): Same.
7842 * lib/gdb.exp (default_gdb_spawn): Same.
7843 (gdb_interact): New.
7844
7845
7846 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7847
7848 * gdb.compile/compile.exp (pointer to jit function): New test.
7849
7850 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7851
7852 * lib/gdb.exp (supports_process_record): Return true for
7853 powerpc*-*-linux*.
7854 (supports_reverse): Likewise.
7855
7856 2015-01-15 Don Breazeal <donb@codesourcery.com>
7857
7858 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7859 instead of checking whether the target board is remote and
7860 use spawn_wait_for_attach instead of exec/sleep.
7861 * gdb.base/attach-twice.exp: Likewise.
7862
7863 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7864
7865 * gdb.ada/var_arr_attrs: New testcase.
7866
7867 2015-01-14 Pedro Alves <palves@redhat.com>
7868 Joel Brobecker <brobecker@adacore.com>
7869
7870 PR gdb/17525
7871 * gdb.base/bp-cmds-execution-x-script.c: New file.
7872 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7873 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7874
7875 2015-01-14 Pedro Alves <palves@redhat.com>
7876
7877 PR cli/17828
7878 * gdb.base/batch-preserve-term-settings.c: New file.
7879 * gdb.base/batch-preserve-term-settings.exp: New file.
7880
7881 2015-01-13 Doug Evans <dje@google.com>
7882
7883 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7884 binary.
7885
7886 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7887
7888 * Makefile.in (clean mostlyclean): Do not delete *.py.
7889
7890 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7891
7892 * gdb.python/py-lookup-type.exp: New file.
7893
7894 2015-01-12 Pedro Alves <palves@redhat.com>
7895
7896 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7897 restore GDBFLAGS before returning.
7898
7899 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7900
7901 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7902 is_amd64_regs_target and is_x86_like_target.
7903
7904 2015-01-11 Doug Evans <xdje42@gmail.com>
7905
7906 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7907 is given without an explicit form.
7908 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7909 attributes.
7910 * gdb.dwarf/corrupt.exp: Ditto.
7911 * gdb.dwarf2/enum-type.exp: Ditto.
7912 * gdb.trace/entry-values.exp: Ditto.
7913 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7914
7915 2015-01-11 Doug Evans <xdje42@gmail.com>
7916
7917 PR gdb/15830
7918 * gdb.base/maint.exp: Remove references to "maint demangle".
7919 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7920 Add tests for explicitly specifying language to demangle.
7921 * gdb.dlang/demangle.exp: Ditto.
7922
7923 2015-01-09 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.threads/non-stop-fair-events.c: New file.
7926 * gdb.threads/non-stop-fair-events.exp: New file.
7927
7928 2015-01-09 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7931 the global scope. Set a breakpoint after all threads are started
7932 rather than stepping over two source lines. Expect the prompt.
7933 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7934 global.
7935 (NUM): Now 15.
7936 (main): Use threads_started_barrier to wait for all threads to
7937 start. Main thread no longer calls thread_function. Exit after
7938 180 seconds.
7939 (loop): New function.
7940 (thread_function): Wait on threads_started_barrier barrier. Call
7941 'loop' at each iteration.
7942 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7943 threads have started, instead of hardcoding number of "next"
7944 steps. Use an access watchpoint instead of a write watchpoint.
7945
7946 2015-01-09 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7949 (thread_func): Wait on barrier.
7950 (main): Wait for all threads to start before stopping GDB.
7951 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7952 global.
7953 (thread1_func, thread2_func): Wait on barrier.
7954 (main): Wait for all threads to start before stopping GDB.
7955 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7956 New global.
7957 (thread1_func, thread2_func): Wait on barrier.
7958 (main): Wait for all threads to start before stopping GDB.
7959
7960 2015-01-09 Pedro Alves <palves@redhat.com>
7961
7962 * gdb.threads/attach-many-short-lived-threads.c: New file.
7963 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7964
7965 2014-01-09 Pedro Alves <palves@redhat.com>
7966
7967 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7968 instead of to thread 2.
7969 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7970 Add barrier around each pthread_create call instead of around all
7971 calls.
7972 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7973 Set a break on thread_function and have the child threads hit it
7974 one at at a time.
7975
7976 2015-01-09 Pedro Alves <palves@redhat.com>
7977
7978 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7979 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7980 false.
7981 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7982 checking whether the target board is remote.
7983 * gdb.multi/multi-attach.exp: Likewise.
7984 * gdb.python/py-sync-interp.exp: Likewise.
7985 * gdb.server/ext-attach.exp: Likewise.
7986 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7987 tests that need to attach, instead of checking whether the target
7988 board is remote at the top of the file.
7989
7990 2015-01-08 Yao Qi <yao@codesourcery.com>
7991
7992 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7993
7994 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7995
7996 Fix testcase compilation.
7997 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7998
7999 2015-01-06 Joel Brobecker <brobecker@adacore.com>
8000
8001 * gdb.python/py-type.exp: Add a couple test about empty
8002 array creation, and negative-length array creation.
8003
8004 2015-01-02 Doug Evans <xdje42@gmail.com>
8005
8006 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8007
8008 2015-01-02 Doug Evans <dje@google.com>
8009
8010 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8011
8012 2014-12-29 Yao Qi <yao@codesourcery.com>
8013
8014 * gdb.trace/entry-values.exp: Update comments. Rename variable
8015 bar_call_foo to returned_from_foo.
8016
8017 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8018
8019 PR gdb/17394
8020 * gdb.linespec/break-asm-file.c: New file.
8021 * gdb.linespec/break-asm-file.exp: New file.
8022 * gdb.linespec/break-asm-file0.s: New file.
8023 * gdb.linespec/break-asm-file1.s: New file.
8024
8025 2014-12-18 Nigel Stephens <nigel@mips.com>
8026 Maciej W. Rozycki <macro@codesourcery.com>
8027
8028 * gdb.base/float.exp: Handle the new output from "info float" on
8029 MIPS targets.
8030
8031 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8032
8033 Fix MinGW compilation.
8034 * gdb.compile/compile-ops.exp: Update untested message if
8035 !skip_compile_feature_tests.
8036 * gdb.compile/compile-setjmp.exp: Likewise.
8037 * gdb.compile/compile-tls.exp: Likewise.
8038 * gdb.compile/compile.exp: Likewise.
8039 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8040 supported on this host".
8041
8042 2014-12-16 Doug Evans <xdje42@gmail.com>
8043
8044 * boards/stabs.exp: New file.
8045
8046 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8047
8048 * gdb.base/completion.exp: Adjust to format changes of "maint
8049 print user-registers".
8050
8051 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
8052
8053 PR server/17457
8054 * gdb.arch/aarch64-fp.c: New file.
8055 * gdb.arch/aarch64-fp.exp: New file.
8056
8057 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8058
8059 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8060 r210637, r210913, r211666, r215400, r215817).
8061
8062 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8063 * dg-extract-results.py: New file.
8064 * dg-extract-results.sh: Use it if the environment seems
8065 suitable.
8066
8067 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8068
8069 * dg-extract-results.py (parse_run): Handle warnings that
8070 are printed before a test harness is run.
8071
8072 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8073
8074 * dg-extract-results.py (Named): Remove __cmp__ method.
8075 (output_variation): Use a key to sort variation.harnesses.
8076
8077 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8078
8079 * dg-extract-results.py: For Python 3, force sys.stdout to
8080 handle surrogate escape sequences.
8081 (safe_open): New function.
8082 (output_segment, main): Use it.
8083
8084 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8085
8086 * dg-extract-results.py (Prog.result_re): Include options
8087 in test name.
8088
8089 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8090
8091 * dg-extract-results.py (output_variation): Always sort if
8092 do_sum.
8093
8094 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8095
8096 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8097 as long as we get pagination notifications.
8098
8099 2014-12-15 Jason Merrill <jason@redhat.com>
8100
8101 * Makefile.in (check-gdb.%): Restore.
8102 * README: Mention it.
8103
8104 2014-12-13 Joel Brobecker <brobecker@adacore.com>
8105
8106 * gdb.ada/str_uninit: New testcase.
8107
8108 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8109
8110 PR symtab/17642
8111 * gdb.base/vla-stub-define.c: New file.
8112 * gdb.base/vla-stub.c: New file.
8113 * gdb.base/vla-stub.exp: New file.
8114
8115 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8116 Jan Kratochvil <jan.kratochvil@redhat.com>
8117 Tom Tromey <tromey@redhat.com>
8118
8119 * configure.ac: Add gdb.compile/.
8120 * configure: Regenerate.
8121 * gdb.compile/Makefile.in: New file.
8122 * gdb.compile/compile-ops.exp: New file.
8123 * gdb.compile/compile-ops.c: New file.
8124 * gdb.compile/compile-tls.c: New file.
8125 * gdb.compile/compile-tls.exp: New file.
8126 * gdb.compile/compile-constvar.S: New file.
8127 * gdb.compile/compile-constvar.c: New file.
8128 * gdb.compile/compile-mod.c: New file.
8129 * gdb.compile/compile-nodebug.c: New file.
8130 * gdb.compile/compile-setjmp-mod.c: New file.
8131 * gdb.compile/compile-setjmp.c: New file.
8132 * gdb.compile/compile-setjmp.exp: New file.
8133 * gdb.compile/compile-shlib.c: New file.
8134 * gdb.compile/compile.c: New file.
8135 * gdb.compile/compile.exp: New file.
8136 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8137
8138 2014-12-12 Tom Tromey <tromey@redhat.com>
8139
8140 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8141 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8142
8143 2014-12-12 Doug Evans <dje@google.com>
8144
8145 * lib/gdb-python.exp (get_python_valueof): New function.
8146 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8147
8148 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8149
8150 * gdb.base/completion.exp: Add test for completion of "info
8151 registers ".
8152
8153 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8154
8155 * gdb.base/func-ptrs.c: New file.
8156 * gdb.base/func-ptrs.exp: New file.
8157
8158 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8159
8160 PR breakpoints/17012
8161 * gdb.base/dprintf-detach.c: New file.
8162 * gdb.base/dprintf-detach.exp: New file.
8163
8164 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8165
8166 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8167 * lib/gdb.exp (target_is_gdbserver): New procedure.
8168
8169 2014-12-08 Doug Evans <dje@google.com>
8170
8171 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8172
8173 2014-12-05 Yao Qi <yao@codesourcery.com>
8174
8175 * gdb.guile/scm-error.exp: Remove the third argument to
8176 gdb_remote_download.
8177 * gdb.guile/scm-frame-args.exp: Likewise.
8178 * gdb.guile/scm-section-script.exp: Likewise.
8179
8180 2014-12-05 Yao Qi <yao@codesourcery.com>
8181
8182 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8183
8184 2014-12-04 Doug Evans <dje@google.com>
8185
8186 * gdb.python/py-objfile.exp: Add tests for
8187 objfile.add_separate_debug_file.
8188
8189 2014-12-04 Doug Evans <dje@google.com>
8190
8191 * lib/gdb.exp (get_build_id): New function.
8192 (build_id_debug_filename_get): Rewrite to use it.
8193 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8194
8195 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8196
8197 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8198 `method(long)', not just 0x0.
8199 * gdb.cp/nsalias.exp: Align code labels to 4.
8200 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8201 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8202 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8203 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8204 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8205 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8206
8207 2014-12-02 Doug Evans <dje@google.com>
8208
8209 PR symtab/17602
8210 * gdb.cp/anon-ns.cc: Move guts of this file to ...
8211 * gdb.cp/anon-ns2.cc: ... here. New file.
8212 * gdb.cp/anon-ns.exp: Update.
8213
8214 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
8215
8216 * gdb.python/py-events.py (inferior_call_handler): New.
8217 (register_changed_handler, memory_changed_handler): New.
8218 (test_events.invoke): Register new handlers.
8219 * gdb.python/py-events.exp: Add tests for inferior call,
8220 memory_changed and register_changed events.
8221
8222 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8223
8224 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8225 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8226 if the linker doesn't understand this.
8227
8228 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8229
8230 * gdb.python/python.exp: Change expected reply to help().
8231
8232 2014-12-01 Yao Qi <yao@codesourcery.com>
8233
8234 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8235 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8236 * configure: Re-generated.
8237
8238 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8239
8240 * gdb.cp/chained-calls.cc: New file.
8241 * gdb.cp/chained-calls.exp: New file.
8242 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8243
8244 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8245
8246 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8247 * gdb.dwarf2/symtab-producer.exp: Same.
8248 * gdb.gdb/python-interrupts.exp: Same.
8249 * gdb.gdb/python-selftest.exp: Same.
8250 * gdb.python/py-linetable.exp: Same.
8251 * gdb.python/py-type.exp: Same.
8252 * gdb.python/py-value-cc.exp: Same.
8253 * gdb.python/py-value.exp: Same.
8254
8255 2014-11-28 Yao Qi <yao@codesourcery.com>
8256
8257 * gdb.base/break-probes.exp: Match library name prefixed with
8258 sysroot.
8259
8260 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8261
8262 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8263 test expected output. Add parentheses for the call to print.
8264 Remove L suffix from integers.
8265
8266 2014-11-26 Doug Evans <dje@google.com>
8267
8268 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8269
8270 2014-11-22 Yao Qi <yao@codesourcery.com>
8271
8272 * gdb.trace/entry-values.c: Remove asms.
8273 (foo): Add foo_label.
8274 (bar): Add bar_label.
8275 * gdb.trace/entry-values.exp: Remove code computing foo's
8276 length and bar's length.
8277 (Dwarf::assemble): Invoke function_range for bar and use
8278 MACRO_AT_func for foo.
8279
8280 2014-11-22 Yao Qi <yao@codesourcery.com>
8281
8282 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8283 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8284 Use .Lgcc43_procstart instead of gcc43.
8285
8286 2014-11-21 Joel Brobecker <brobecker@adacore.com>
8287
8288 * gdb.ada/n_arr_bound: New testcase.
8289
8290 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8291
8292 PR breakpoints/10737
8293 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8294 test_catch_syscall_multi_arch.
8295 (test_catch_syscall_multi_arch): New function.
8296
8297 2014-11-20 Doug Evans <xdje42@gmail.com>
8298
8299 * gdb.base/maint.exp: Update expected output.
8300
8301 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8302
8303 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8304 4-byte instruction on S390.
8305
8306 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8307
8308 * gdb.ada/arr_arr: New testcase.
8309
8310 2014-11-19 Joel Brobecker <brobecker@adacore.com>
8311
8312 * gdb.ada/pkd_arr_elem: New Testcase.
8313
8314 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
8315
8316 * gdb.reverse/break-precsave: Expect completion message for
8317 core file reads.
8318 * gdb.reverse/consecutive-precsave.exp: Likewise.
8319 * gdb.reverse/finish-precsave.exp: Likewise.
8320 * gdb.reverse/i386-precsave.exp: Likewise.
8321 * gdb.reverse/machinestate-precsave.exp: Likewise.
8322 * gdb.reverse/sigall-precsave.exp: Likewise.
8323 * gdb.reverse/solib-precsave.exp: Likewise.
8324 * gdb.reverse/step-precsave.exp: Likewise.
8325 * gdb.reverse/until-precsave.exp: Likewise.
8326 * gdb.reverse/watch-precsave.exp: Likewise.
8327
8328 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8329
8330 * gdb.base/bp-permanent.c: Include unistd.h.
8331 * gdb.python/py-framefilter-mi.c (main): Add return type.
8332 * gdb.python/py-framefilter.c (main): Likewise.
8333 * gdb.trace/actions-changed.c (main): Likewise.
8334
8335 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8336
8337 * gdb.mi/until.c: Add eye-catchers.
8338 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8339 line numbers.
8340
8341 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8342
8343 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8344 function header variants in break1.c.
8345 * gdb.base/ena-dis-br.exp: Likewise.
8346 * gdb.base/hbreak2.exp: Likewise.
8347 * gdb.reverse/until-precsave.exp: Drop references to removed
8348 non-prototype function header variants in ur1.c.
8349 * gdb.reverse/until-reverse.exp: Likewise.
8350
8351 2014-11-17 Petr Machata <pmachata@redhat.com>
8352
8353 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8354 ${_cu_offset_size} bytes abbrev offset.
8355
8356 2014-11-15 Doug Evans <xdje42@gmail.com>
8357
8358 PR symtab/17559
8359 * gdb.base/line-symtabs.exp: New file.
8360 * gdb.base/line-symtabs.c: New file.
8361 * gdb.base/line-symtabs.h: New file.
8362
8363 2014-11-14 Yao Qi <yao@codesourcery.com>
8364
8365 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8366 (func): Add label func_label.
8367 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8368 Replace low_pc and high_pc with MACRO_AT_range.
8369 Replace name, low_pc and high_pc with MACRO_AT_func.
8370
8371 2014-11-14 Yao Qi <yao@codesourcery.com>
8372
8373 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8374 Replace name, low_pc and high_pc with MACRO_AT_func.
8375
8376 2014-11-14 Yao Qi <yao@codesourcery.com>
8377
8378 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8379 produce debug information.
8380 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8381
8382 2014-11-14 Yao Qi <yao@codesourcery.com>
8383
8384 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8385 object and get function length.
8386 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8387 with MACRO_AT_func.
8388 (top-level): Replace gdb_compile and clean_restart with
8389 prepare_for_testing.
8390 * gdb.dwarf2/main.c (main): Add label main_label.
8391
8392 2014-11-14 Yao Qi <yao@codesourcery.com>
8393
8394 * lib/dwarf.exp (function_range): New procedure.
8395 (Dwarf::_handle_macro_at_func): New procedure.
8396 (Dwarf::_handle_macro_at_range): New procedure.
8397 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8398
8399 2014-11-14 Yao Qi <yao@codesourcery.com>
8400
8401 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8402 (_handle_attribute): New procedure.
8403
8404 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8405
8406 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8407 * gdb.base/call-sc.c (zed): Likewise.
8408 * gdb.base/checkpoint.c (main): Likewise.
8409 * gdb.base/dump.c (main): Likewise.
8410 * gdb.base/gcore.c (main): Likewise.
8411 * gdb.base/huge.c (main): Likewise.
8412 * gdb.base/multi-forks.c (main): Likewise.
8413 * gdb.base/pr10179-a.c (main): Likewise.
8414 * gdb.base/savedregs.c (main): Likewise.
8415 * gdb.base/sigaltstack.c (main): Likewise.
8416 * gdb.base/siginfo.c (main): Likewise.
8417 * gdb.base/structs.c (zed): Likewise.
8418 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8419 * gdb.mi/mi-syn-frame.c (main): Likewise.
8420 * gdb.mi/until.c (foo, main): Likewise.
8421 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8422 * gdb.base/solib-weak.c (foo): Declare.
8423 * gdb.base/attach-twice.c: Include stdio.h.
8424 * gdb.base/weaklib1.c: Likewise.
8425 * gdb.base/weaklib2.c: Likewise.
8426 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8427 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8428 unistd.h.
8429 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8430 * gdb.mi/mi-exit-code.c: Likewise.
8431 * gdb.base/break-interp-lib.c: Include string.h.
8432 * gdb.base/coremaker.c: Likewise.
8433 * gdb.base/testenv.c: Likewise.
8434 * gdb.python/py-finish-breakpoint.c: Likewise.
8435 * gdb.base/inferior-died.c: Include sys/wait.h.
8436 * gdb.base/fileio.c: Include time.h.
8437 * gdb.base/async-shell.c: Include unistd.h.
8438 * gdb.base/dprintf-non-stop.c: Likewise.
8439 * gdb.base/info-os.c: Likewise.
8440 * gdb.mi/mi-console.c: Likewise.
8441 * gdb.mi/watch-nonstop.c: Likewise.
8442 * gdb.python/py-events.c: Likewise.
8443 * gdb.base/async.c (baz): Move up before its invocation.
8444 * gdb.base/code_elim2.c (my_global_func): Likewise.
8445 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8446 * gdb.base/advance.c (func2): Likewise.
8447
8448 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8449
8450 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8451 variant.
8452 * gdb.base/annota3.c: Likewise.
8453 * gdb.base/async.c: Likewise.
8454 * gdb.base/average.c: Likewise.
8455 * gdb.base/call-ar-st.c: Likewise.
8456 * gdb.base/call-rt-st.c: Likewise.
8457 * gdb.base/call-sc.c: Likewise.
8458 * gdb.base/call-strs.c: Likewise.
8459 * gdb.base/ending-run.c: Likewise.
8460 * gdb.base/execd-prog.c: Likewise.
8461 * gdb.base/exprs.c: Likewise.
8462 * gdb.base/foll-exec.c: Likewise.
8463 * gdb.base/foll-fork.c: Likewise.
8464 * gdb.base/foll-vfork.c: Likewise.
8465 * gdb.base/funcargs.c: Likewise.
8466 * gdb.base/gcore.c: Likewise.
8467 * gdb.base/jump.c: Likewise.
8468 * gdb.base/langs0.c: Likewise.
8469 * gdb.base/langs1.c: Likewise.
8470 * gdb.base/langs2.c: Likewise.
8471 * gdb.base/mips_pro.c: Likewise.
8472 * gdb.base/nodebug.c: Likewise.
8473 * gdb.base/opaque0.c: Likewise.
8474 * gdb.base/opaque1.c: Likewise.
8475 * gdb.base/recurse.c: Likewise.
8476 * gdb.base/run.c: Likewise.
8477 * gdb.base/scope0.c: Likewise.
8478 * gdb.base/scope1.c: Likewise.
8479 * gdb.base/setshow.c: Likewise.
8480 * gdb.base/setvar.c: Likewise.
8481 * gdb.base/shmain.c: Likewise.
8482 * gdb.base/shr1.c: Likewise.
8483 * gdb.base/shr2.c: Likewise.
8484 * gdb.base/sigall.c: Likewise.
8485 * gdb.base/signals.c: Likewise.
8486 * gdb.base/so-indr-cl.c: Likewise.
8487 * gdb.base/solib2.c: Likewise.
8488 * gdb.base/structs.c: Likewise.
8489 * gdb.base/sum.c: Likewise.
8490 * gdb.base/vforked-prog.c: Likewise.
8491 * gdb.base/watchpoint.c: Likewise.
8492 * gdb.reverse/shr2.c: Likewise.
8493 * gdb.reverse/until-reverse.c: Likewise.
8494 * gdb.reverse/ur1.c: Likewise.
8495 * gdb.reverse/watch-reverse.c: Likewise.
8496
8497 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8498
8499 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8500 variant.
8501 * gdb.base/sepdebug.exp: Drop references to removed code.
8502
8503 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8504
8505 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8506 variant. Preserve original line numbering.
8507 * gdb.base/list1.c: Likewise.
8508
8509 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8510
8511 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8512 variant.
8513 * gdb.base/break1.c: Likewise.
8514 * gdb.base/break.exp: Drop references to removed code.
8515
8516 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8517
8518 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8519 variant.
8520
8521 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8522
8523 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8524
8525 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8526
8527 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8528 logic into perform_all_tests() and invoke it with and without
8529 function header prototypes.
8530 (do_function_calls): Remove conditional XFAIL for PR 5318.
8531 (rerun_and_prepare): Remove duplicate code.
8532 (perform_all_tests): New. Main logic moved here.
8533
8534 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8535
8536 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8537 code guarded by #ifdef NO_PROTOTYPES.
8538 (t_double_many_args): Likewise.
8539 (DEF_FUNC_MANY_ARGS_1): Likewise.
8540 (DEF_FUNC_VALUES_1): Likewise.
8541 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8542 guarded by #ifdef PROTOTYPES.
8543
8544 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8545
8546 * gdb.mi/mi-console.c: Add eye-catcher.
8547 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8548 instead of literal line number.
8549
8550 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8551
8552 * gdb.base/shr2.c: Add eye-catcher.
8553 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8554 line number.
8555
8556 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8557
8558 * gdb.base/jump.c: Add eye-catchers.
8559 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8560 numbers.
8561
8562 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8563
8564 * gdb.base/execd-prog.c: Add eye-catchers.
8565 * gdb.base/foll-exec.c: Likewise.
8566 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8567 line numbers.
8568
8569 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8570
8571 * gdb.base/ending-run.c: Add eye-catchers.
8572 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8573 literal line numbers.
8574
8575 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8576
8577 * gdb.base/call-rt-st.c: Add eye-catchers.
8578 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8579 literal line numbers.
8580
8581 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8582
8583 * gdb.base/call-ar-st.c: Add eye-catchers.
8584 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8585 literal line numbers.
8586
8587 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8588
8589 * gdb.base/average.c: Add eye-catchers.
8590 * gdb.base/sum.c: Likewise.
8591 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8592 regexps dynamically.
8593
8594 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8595
8596 * gdb.base/solib1.c: Add eye-catchers.
8597 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8598 literal line numbers.
8599
8600 2014-11-12 Pedro Alves <palves@redhat.com>
8601
8602 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8603 leader has exited.
8604
8605 2014-11-12 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.arch/i386-bp_permanent.c: New file.
8608 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8609 (srcfile): Set to i386-bp_permanent.c.
8610 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8611 that stepi does not execute the 'leave' instruction, instead of
8612 testing it does execute.
8613 * gdb.base/bp-permanent.c: New file.
8614 * gdb.base/bp-permanent.exp: New file.
8615
8616 2014-11-10 Doug Evans <xdje42@gmail.com>
8617
8618 PR symtab/17564
8619 * gdb.base/symtab-search-order.exp: New file.
8620 * gdb.base/symtab-search-order.c: New file.
8621 * gdb.base/symtab-search-order-1.c: New file.
8622 * gdb.base/symtab-search-order-shlib-1.c: New file.
8623
8624 2014-11-07 Pedro Alves <palves@redhat.com>
8625
8626 PR gdb/17511
8627 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8628 i?86-*-linux*.
8629
8630 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8631
8632 PR c++/17494
8633 * gdb.cp/pr17494.cc: New file.
8634 * gdb.cp/pr17494.exp: New file.
8635
8636 2014-11-02 Yao Qi <yao@codesourcery.com>
8637
8638 * gdb.python/python.exp: Get working directory and match the
8639 output of "set extended-prompt \\w " with it.
8640
8641 2014-10-30 Doug Evans <dje@google.com>
8642
8643 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8644 in objfiles.
8645 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8646 in progspaces.
8647
8648 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8649
8650 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8651 * gdb.base/realname-expand.exp: Likewise.
8652 * gdb.linespec/macro-relative.exp: Likewise.
8653
8654 2014-10-29 Pedro Alves <palves@redhat.com>
8655
8656 PR gdb/17408
8657 * gdb.threads/schedlock.c (some_function): New function.
8658 (call_function): New global.
8659 (MAYBE_CALL_SOME_FUNCTION): New macro.
8660 (thread_function): Call it.
8661 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8662 and use it instead of a global counter. Adjust all callers.
8663 (get_current_thread): Use "find current thread" for test message
8664 here rather than having all callers pass down the same string.
8665 (goto_loop): New procedure, factored out from ...
8666 (my_continue): ... this.
8667 (step_ten_loops): Change parameter from test message to command to
8668 use. Adjust.
8669 (list_count): Delete global.
8670 (check_result): New procedure, factored out from duplicate top
8671 level code.
8672 (continue tests): Wrap in with_test_prefix.
8673 (test_step): New procedure, factored out from duplicate top level
8674 code.
8675 (top level): Test "step" in combination with all scheduler-locking
8676 modes. Test "next" in combination with all scheduler-locking
8677 modes, and in combination with stepping over a function call or
8678 not.
8679 * gdb.threads/next-bp-other-thread.c: New file.
8680 * gdb.threads/next-bp-other-thread.exp: New file.
8681
8682 2014-10-29 Pedro Alves <palves@redhat.com>
8683
8684 PR python/17372
8685 * gdb.python/python.exp: Test a multi-line command that spawns
8686 interactive Python.
8687 * gdb.base/multi-line-starts-subshell.exp: New file.
8688
8689 2014-10-29 Yao Qi <yao@codesourcery.com>
8690
8691 * gdb.base/fileio.exp: Make directories on host.
8692
8693 2014-10-29 Yao Qi <yao@codesourcery.com>
8694
8695 * gdb.base/fileio.c (test_write): Close the file.
8696
8697 2014-10-28 Pedro Alves <palves@redhat.com>
8698
8699 PR gdb/12623
8700 * gdb.base/sigstep.c (no_handler): New global.
8701 (main): If 'no_handler is true, set the signal handlers to
8702 SIG_IGN.
8703 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8704 with_sw_watch and no_handler parameters. Handle them.
8705 (top level) <stepping over handler when stopped at a breakpoint
8706 test>: Add a test axis for testing with a software watchpoint, and
8707 another for testing with the signal handler set to SIG_IGN.
8708 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8709 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8710
8711 2014-10-28 Pedro Alves <palves@redhat.com>
8712
8713 PR gdb/17511
8714 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8715 * gdb.base/sigstep.exp (other_handler_location): New global.
8716 (advance): Support stepping into the signal handler, and running
8717 commands while in the handler.
8718 (in_handler_map): New global.
8719 (top level): In the advance test, add combinations for getting
8720 into the handler with stepping commands, and for running commands
8721 in the handler. Add comment descripting the advancei tests.
8722
8723 2014-10-28 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.base/sigstep.exp: Use build_executable instead of
8726 prepare_for_testing.
8727 (top level): Move code that starts GDB, runs to main and creates a
8728 display to ...
8729 (restart): ... this new procedure.
8730 (top level): Move backtrace from signal handler test to ...
8731 (validate_backtrace): ... this new procedure.
8732 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8733 with_test_prefix. Always restart GDB.
8734 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8735 with_test_prefix. Always restart GDB. No need to delete
8736 breakpoints after the test.
8737 (test_skip_handler): Remove prefix parameter.
8738 (skip_over_handler, breakpoint_to_handler)
8739 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8740 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8741 restart GDB. No need to delete breakpoints after the test.
8742 (top level): Use foreach to call the test procedures with
8743 different commands.
8744
8745 2014-10-28 Pedro Alves <palves@redhat.com>
8746
8747 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8748 instead of GNATS numbers.
8749 * gdb.base/sigbpt.exp: Likewise.
8750 * gdb.base/siginfo.exp: Likewise.
8751 * gdb.base/sigstep.exp: Likewise.
8752
8753 2014-10-27 Pedro Alves <palves@redhat.com>
8754
8755 * gdb.base/sigstep.c (dummy): New global.
8756 (main): Issue a couple writes to the new global.
8757 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8758 procedures.
8759 (skip_over_handler): Use test_skip_handler.
8760 (top level): Call skip_over_handler for stepi and nexti too.
8761 (breakpoint_over_handler): Use test_skip_handler.
8762 (top level): Call breakpoint_over_handler for stepi and nexti too.
8763
8764 2014-10-27 Yao Qi <yao@codesourcery.com>
8765
8766 * gdb.trace/tfile.c (adjust_function_address)
8767 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8768 function descriptor.
8769
8770 2014-10-24 Don Breazeal <donb@codesourcery.com>
8771
8772 * gdb.base/foll-fork.exp (test_follow_fork,
8773 catch_fork_child_follow): Check for updated fork messages emitted
8774 from infrun.c.
8775 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8776 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8777 vfork_and_exec_child_follow_through_step): Check for updated vfork
8778 messages emitted from infrun.c.
8779
8780 2014-10-24 Pedro Alves <palves@redhat.com>
8781
8782 * gdb.base/corefile.exp: Remove references to ultrix.
8783 * gdb.base/interrupt.exp: Likewise.
8784 * gdb.base/whatis.exp: Likewise.
8785 * gdb.gdb/selftest.exp: Likewise.
8786 * gdb.threads/manythreads.exp: Likewise.
8787 * gdb.threads/print-threads.exp: Likewise.
8788 * gdb.threads/pthreads.exp:: Likewise.
8789 * gdb.threads/schedlock.exp: Likewise.
8790
8791 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8792
8793 * gdb.cp/non-trivial-retval.cc: Add a test case.
8794 * gdb.cp/non-trivial-retval.exp: Add a test.
8795
8796 2014-10-20 Yao Qi <yao@codesourcery.com>
8797
8798 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8799 * gdb.python/py-objfile-script-gdb.py: New file.
8800 * gdb.python/py-objfile-script.exp: Update reference to
8801 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8802 of remote_download. Remove the dest file.
8803
8804 2014-10-20 Yao Qi <yao@codesourcery.com>
8805
8806 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8807 * gdb.base/step-line.exp: Likewise.
8808 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8809 * gdb.dwarf2/dw2-basic.exp: Likewise.
8810 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8811 * gdb.dwarf2/dw2-filename.exp: Likewise.
8812 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8813 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8814 * gdb.dwarf2/dw2-producer.exp: Likewise.
8815 * gdb.dwarf2/mac-fileno.exp: Likewise.
8816 * gdb.python/py-frame-args.exp: Likewise.
8817 * gdb.python/py-framefilter.exp: Likewise.
8818 * gdb.python/py-mi.exp: Likewise.
8819 * gdb.python/py-objfile-script.exp: Likewise
8820 * gdb.python/py-pp-integral.exp: Likewise.
8821 * gdb.python/py-pp-re-notag.exp: Likewise.
8822 * gdb.python/py-prettyprint.exp: Likewise.
8823 * gdb.python/py-section-script.exp: Likewise.
8824 * gdb.python/py-typeprint.exp: Likewise.
8825 * gdb.python/py-xmethods.exp: Likewise.
8826 * gdb.stabs/weird.exp: Likewise.
8827 * gdb.xml/tdesc-regs.exp: Likewise.
8828
8829 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8830
8831 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8832 (out_cu): Use addr_len for the size of addresses.
8833 (out_line): Likewise. Size DW_LNE_set_address instruction
8834 according to addr_len.
8835 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8836 (FUNC): Add START_INSNS to definition.
8837
8838 2014-10-18 Yao Qi <yao@codesourcery.com>
8839
8840 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8841 gdb_has_argv0 return true.
8842 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8843 check [target_info exists noargs], check [gdb_has_argv0]
8844 instead.
8845 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8846 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8847 procedures.
8848
8849 2014-10-17 Doug Evans <dje@google.com>
8850
8851 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8852 event.
8853 * gdb.python/py-events.py: Add clear_objfiles event.
8854
8855 2014-10-17 Doug Evans <dje@google.com>
8856
8857 * gdb.python/py-objfile.exp: Test progspace attribute.
8858
8859 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8860
8861 * gdb.guile/scm-breakpoint.exp: Do not assume any
8862 directory separators when matching source file paths.
8863 * gdb.python/py-breakpoint.exp: Likewise.
8864 * gdb.reverse/break-precsave.exp: Likewise.
8865 * gdb.reverse/break-reverse.exp: Likewise.
8866 * gdb.reverse/consecutive-precsave.exp: Likewise.
8867 * gdb.reverse/finish-precsave.exp: Likewise.
8868 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8869 * gdb.reverse/finish-reverse.exp: Likewise.
8870 * gdb.reverse/i386-precsave.exp: Likewise.
8871 * gdb.reverse/i387-env-reverse.exp: Likewise.
8872 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8873 * gdb.reverse/machinestate-precsave.exp: Likewise.
8874 * gdb.reverse/machinestate.exp: Likewise.
8875 * gdb.reverse/sigall-precsave.exp: Likewise.
8876 * gdb.reverse/solib-precsave.exp: Likewise.
8877 * gdb.reverse/step-precsave.exp: Likewise.
8878 * gdb.reverse/until-precsave.exp: Likewise.
8879 * gdb.reverse/watch-precsave.exp: Likewise.
8880 * gdb.reverse/watch-reverse.exp: Likewise.
8881
8882 2014-10-17 Yao Qi <yao@codesourcery.com>
8883
8884 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8885 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8886
8887 2014-10-17 Pedro Alves <palves@redhat.com>
8888
8889 PR gdb/17471
8890 * gdb.base/bg-execution-repeat.c: New file.
8891 * gdb.base/bg-execution-repeat.exp: New file.
8892
8893 2014-10-17 Pedro Alves <palves@redhat.com>
8894
8895 PR gdb/17300
8896 * gdb.base/continue-all-already-running.c: New file.
8897 * gdb.base/continue-all-already-running.exp: New file.
8898
8899 2014-10-17 Pedro Alves <palves@redhat.com>
8900
8901 PR gdb/17472
8902 * gdb.base/annota-input-while-running.c: New file.
8903 * gdb.base/annota-input-while-running.exp: New file.
8904
8905 2014-10-17 Pedro Alves <palves@redhat.com>
8906
8907 * gdb.base/callfuncs.exp: emove references to osf.
8908 * gdb.base/sigall.exp: Likewise.
8909 * gdb.gdb/selftest.exp: Likewise.
8910 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8911 * gdb.mi/non-stop.c: Likewise.
8912 * gdb.mi/pthreads.c: Likewise.
8913 * gdb.reverse/sigall-precsave.exp: Likewise.
8914 * gdb.reverse/sigall-reverse.exp: Likewise.
8915 * gdb.threads/pthreads.c: Likewise.
8916 * gdb.threads/pthreads.exp: Likewise.
8917
8918 2014-10-17 Yao Qi <yao@codesourcery.com>
8919
8920 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8921 check 'target_info exists noargs'.
8922 (test_command_prompt_position): Likewise.
8923 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8924 Remove "set args".
8925 (progvar_simple_while_test): Likewise.
8926 (progvar_complex_if_while_test): Likewise.
8927 (if_while_breakpoint_command_test): Likewise.
8928 (infrun_breakpoint_command_test): Likewise.
8929 (breakpoint_command_test): Likewise.
8930 (watchpoint_command_test): Likewise.
8931 (bp_deleted_in_command_test): Likewise.
8932 (temporary_breakpoint_commands): Likewise.
8933
8934 2014-10-16 Yao Qi <yao@codesourcery.com>
8935
8936 * gdb.base/remotetimeout.exp: Remove noargs checking.
8937
8938 2014-10-15 Pedro Alves <palves@redhat.com>
8939
8940 PR breakpoints/9649
8941 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8942 * gdb.base/breakpoint-in-ro-region.exp
8943 (probe_target_hardware_step): New procedure.
8944 (top level): Probe hardware stepping and hardware breakpoint
8945 support. Test stepping through a read-only region, with both
8946 "breakpoint auto-hw" on and off and both "always-inserted" on and
8947 off.
8948
8949 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8950
8951 * gdb.dlang/demangle.exp: Update for demangling changes.
8952
8953 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8954
8955 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8956 * gdb.cp/non-trivial-retval.exp: Add new tests.
8957
8958 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8959
8960 PR c++/13403
8961 PR c++/15154
8962 * gdb.cp/non-trivial-retval.cc: New file.
8963 * gdb.cp/non-trivial-retval.exp: New file.
8964
8965 2014-10-15 Yao Qi <yao@codesourcery.com>
8966
8967 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8968 remote host.
8969
8970 2014-10-15 Yao Qi <yao@codesourcery.com>
8971
8972 * gdb.python/py-symbol.exp: Match file base name if host is
8973 remote, otherwise match file name with dir name.
8974 * gdb.python/py-symtab.exp: Likewise.
8975 * gdb.python/python.exp: Likewise.
8976
8977 2014-10-15 Yao Qi <yao@codesourcery.com>
8978
8979 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8980 pattern.
8981 * gdb.python/py-symtab.exp: Likewise.
8982 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8983 locationn.
8984
8985 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8986
8987 * gdb.ada/addr_arith: New testcase.
8988
8989 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8990
8991 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8992 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8993 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8994 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8995
8996 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8997
8998 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8999 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9000 * gdb.arch/stap-eval-lang-ada.exp: New file.
9001
9002 2014-10-14 Yao Qi <yao@codesourcery.com>
9003
9004 * gdb.mi/mi-var-child.c (nothing1): New function.
9005 (nothing2): New function.
9006 (do_children_tests): Set function pointers by nothing1 and
9007 nothing2.
9008 * gdb.mi/mi-var-child.exp: Step over new added statements.
9009 Update test to match the new output.
9010 * gdb.mi/var-cmd.c (nothing1): New function.
9011 (nothing2): New function.
9012 (do_children_tests): Set function pointers by nothing1 and
9013 nothing2.
9014 * gdb.mi/mi-var-display.exp: Update test to match output.
9015 Step to the line specified by $line_dct_nothing.
9016 Increase the number of lines to step.
9017
9018 2014-10-14 Yao Qi <yao@codesourcery.com>
9019
9020 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9021 tests.
9022 * gdb.mi/mi2-var-child.exp: Likewise.
9023
9024 2014-10-13 Doug Evans <dje@google.com>
9025
9026 * gdb.python/py-objfile.exp: Change name of file name test.
9027
9028 2014-10-13 Doug Evans <dje@google.com>
9029
9030 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9031 from the start of the CU.
9032
9033 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9034 Yao Qi <yao@codesourcery.com>
9035
9036 Fix "save breakpoints" for "catch" command.
9037 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9038 Remove -nonewline. Match also the added "main" line.
9039
9040 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9041
9042 Fix "save breakpoints" for "disable $bpnum" command.
9043 * gdb.base/save-bp.c (main): Add label.
9044 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9045
9046 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9047
9048 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9049
9050 2014-10-11 Yao Qi <yao@codesourcery.com>
9051
9052 * gdb.server/server-kill.exp: Execute command
9053 "set remote trace-status-packet on" before "tstatus".
9054
9055 2014-10-11 Yao Qi <yao@codesourcery.com>
9056
9057 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9058 (main): Call getppid.
9059 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9060 and continue to it. Read variable "server_pid".
9061
9062 2014-10-11 Yao Qi <yao@codesourcery.com>
9063
9064 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9065
9066 2014-10-11 Yao Qi <yao@codesourcery.com>
9067
9068 * gdb.threads/thread-find.exp: Don't execute command
9069 "info threads".
9070 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9071 * gdb.threads/linux-dp.exp: Don't check the condition
9072 $threads_created equals to zero.
9073
9074 2014-10-10 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.base/bigcore.exp: Remove references to IRIX.
9077 * gdb.base/funcargs.exp: Likewise.
9078 * gdb.base/interrupt.exp: Likewise.
9079 * gdb.base/mips_pro.exp: Likewise.
9080 * gdb.base/nodebug.exp: Likewise.
9081 * gdb.base/setvar.exp: Likewise.
9082 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9083
9084 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9085 Pedro Alves <palves@redhat.com>
9086
9087 PR symtab/14466
9088 * gdb.base/vdso-warning.c: New file.
9089 * gdb.base/vdso-warning.exp: New file.
9090
9091 2014-10-02 Doug Evans <dje@google.com>
9092
9093 * gdb.base/structs.c (main): Don't run forever.
9094
9095 2014-10-02 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9098 (top level) <stop threads 1, stop threads 2>: Use it.
9099
9100 2014-10-02 Pedro Alves <palves@redhat.com>
9101
9102 * gdb.threads/break-while-running.exp (test): Add new
9103 'update_thread_list' argument. Skip "info threads" if false.
9104 (top level): Add new 'update_thread_list' axis.
9105
9106 2014-10-02 Pedro Alves <palves@redhat.com>
9107
9108 PR breakpoints/17431
9109 * gdb.base/execl-update-breakpoints.c: New file.
9110 * gdb.base/execl-update-breakpoints.exp: New file.
9111
9112 2014-10-01 Pedro Alves <palves@redhat.com>
9113
9114 * gdb.base/breakpoint-in-ro-region.c: New file.
9115 * gdb.base/breakpoint-in-ro-region.exp: New file.
9116
9117 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9118
9119 * gdb.mi/mi-exit-code.exp: New file.
9120 * gdb.mi/mi-exit-code.c: New file.
9121
9122 2014-09-30 Yao Qi <yao@codesourcery.com>
9123
9124 * lib/prelink-support.exp (build_executable_own_libs): Error if
9125 the target isn't native.
9126
9127 2014-09-30 Yao Qi <yao@codesourcery.com>
9128
9129 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9130 false.
9131
9132 2014-09-22 Pedro Alves <palves@redhat.com>
9133
9134 * gdb.threads/break-while-running.exp: New file.
9135 * gdb.threads/break-while-running.c: New file.
9136
9137 2014-09-19 Yao Qi <yao@codesourcery.com>
9138
9139 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9140 Invoke test. Restart GDB with --readnow and invoke test again.
9141
9142 2014-09-19 Yao Qi <yao@codesourcery.com>
9143
9144 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9145 proc set_breakpoint_on_gcd_function. Invoke
9146 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9147 invoke set_breakpoint_on_gcd_function again.
9148
9149 2014-09-18 Doug Evans <dje@google.com>
9150
9151 * gdb.dwarf2/symtab-producer.exp: New file.
9152
9153 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9154
9155 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9156 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9157 * gdb.base/global-var-nested-by-dso.c: Likewise.
9158 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9159
9160 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9161 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.base/watch-bitfields.exp: Pass string other than test file
9164 name to prepare_for_testing.
9165 (watch): New procedure.
9166 (expect_watchpoint): Use with_test_prefix.
9167 (top level): Factor out tests to ...
9168 (test_watch_location, test_regular_watch): ... these new
9169 procedures, and use with_test_prefix and gdb_continue_to_end.
9170
9171 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9172
9173 PR breakpoints/12526
9174 * gdb.base/watch-bitfields.exp: New file.
9175 * gdb.base/watch-bitfields.c: New file.
9176
9177 2014-09-16 Pedro Alves <palves@redhat.com>
9178
9179 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9180 software and hardware addresses, not software address against
9181 itself.
9182
9183 2014-09-16 Pedro Alves <palves@redhat.com>
9184
9185 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9186 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9187
9188 2014-09-16 Pedro Alves <palves@redhat.com>
9189
9190 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9191 files.
9192 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9193 "*-*-vxworks*" throughout.
9194 * gdb.base/break.exp: Likewise.
9195 * gdb.base/default.exp: Likewise.
9196 * gdb.base/scope.exp: Likewise.
9197 * gdb.base/sepdebug.exp: Likewise.
9198 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9199 throughout.
9200 * gdb.base/run.c: Likewise.
9201 * gdb.base/sepdebug.c: Likewise.
9202 * gdb.hp/gdb.aCC/run.c: Likewise.
9203 * gdb.reverse/until-reverse.c: Likewise.
9204 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9205
9206 2014-09-16 Yao Qi <yao@codesourcery.com>
9207
9208 * boards/local-remote-host-native.exp: New file.
9209
9210 2014-09-14 Doug Evans <xdje42@gmail.com>
9211
9212 * gdb.threads/queue-signal.c (thread_count): New variable.
9213 (thread_count_mutex, thread_count_condvar): New variables.
9214 (incr_thread_count, wait_all_threads_running): New functions.
9215 (main): Wait for all threads to be in their thread functions.
9216
9217 2014-09-13 Doug Evans <xdje42@gmail.com>
9218
9219 * gdb.threads/queue-signal.c: New file.
9220 * gdb.threads/queue-signal.exp: New file.
9221
9222 2014-09-13 Doug Evans <xdje42@gmail.com>
9223
9224 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9225 be consistent with what default_gdb_init uses.
9226 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9227 the plain text of the prompt. Add some logging printfs.
9228 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9229
9230 2014-09-12 Pedro Alves <palves@redhat.com>
9231
9232 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9233 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9234 * gdb.arch/i386-size-overlap.exp: Likewise.
9235 * gdb.arch/i386-size.exp: Likewise.
9236 * gdb.arch/i386-unwind.exp: Likewise.
9237 * gdb.base/a2-run.exp: Likewise.
9238 * gdb.base/break.exp: Likewise.
9239 * gdb.base/charset.exp: Likewise.
9240 * gdb.base/chng-syms.exp: Likewise.
9241 * gdb.base/commands.exp: Likewise.
9242 * gdb.base/dbx.exp: Likewise.
9243 * gdb.base/find.exp: Likewise.
9244 * gdb.base/funcargs.exp: Likewise.
9245 * gdb.base/jit-simple.exp: Likewise.
9246 * gdb.base/reread.exp: Likewise.
9247 * gdb.base/sepdebug.exp: Likewise.
9248 * gdb.base/step-bt.exp: Likewise.
9249 * gdb.cp/mb-inline.exp: Likewise.
9250 * gdb.cp/mb-templates.exp: Likewise.
9251 * gdb.objc/basicclass.exp: Likewise.
9252 * gdb.threads/killed.exp: Likewise.
9253
9254 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9255
9256 PR tdep/17379
9257 * gdb.arch/powerpc-stackless.S: New file.
9258 * gdb.arch/powerpc-stackless.exp: New file.
9259
9260 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9261
9262 * gdb.base/attach.c: Include unistd.h.
9263 (main): Call alarm. Add label postloop.
9264 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9265 gdb_breakpoint, gdb_continue_to_breakpoint.
9266 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9267
9268 2014-09-11 Pedro Alves <palves@redhat.com>
9269
9270 PR gdb/17347
9271 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9272 * gdb.base/attach.exp (test_command_line_attach_run): New
9273 procedure.
9274 (top level): Call it.
9275
9276 2014-09-11 Pedro Alves <palves@redhat.com>
9277
9278 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9279 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9280 (do_command_attach_tests): Use spawn_wait_for_attach.
9281 * gdb.base/solib-overlap.exp: Likewise.
9282 * gdb.multi/multi-attach.exp: Likewise.
9283 * gdb.python/py-prompt.exp: Likewise.
9284 * gdb.python/py-sync-interp.exp: Likewise.
9285 * gdb.server/ext-attach.exp: Likewise.
9286
9287 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9288
9289 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9290 command in testcase. Simplify testcase.
9291
9292 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9293
9294 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9295
9296 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9297
9298 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9299
9300 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9301
9302 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9303
9304 2014-09-10 Joel Brobecker <brobecker@adacore.com>
9305
9306 * gdb.dwarf2/dynarr-ptr.c: New file.
9307 * gdb.dwarf2/dynarr-ptr.exp: New file.
9308
9309 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9310
9311 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9312 of 30 rather than hardcoding 120 for a slow test case. Take the
9313 `gdb,timeout' target setting into account for this calculation.
9314 Don't extend the timeout for the test cases that don't need it.
9315
9316 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9317
9318 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9319 a factor of 2 for a slow test case. Take the `gdb,timeout'
9320 target setting into account for this calculation.
9321 * gdb.reverse/until-precsave.exp: Increase the timeout by
9322 a factor of 15 and 3 respectively rather than adding 120
9323 for a pair of slow test cases. Take the `gdb,timeout'
9324 target setting into account for this calculation.
9325
9326 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9327
9328 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9329 timeout, don't pass one down to gdb_expect.
9330 (gdb_expect): Rework timeout selection.
9331
9332 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9333
9334 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9335 exception on timeout.
9336 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9337 (gdbserver_start_extended): Catch any `gdbserver_start' error
9338 exceptions.
9339 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9340 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9341 `gdbserver_gdb_load' error exceptions.
9342
9343 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9344
9345 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9346 120 on waiting for the TCP socket to open.
9347
9348 2014-09-09 Doug Evans <xdje42@gmail.com>
9349
9350 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9351 _caller_matches, _any_caller_is, _any_caller_matches.
9352
9353 2014-09-09 Doug Evans <xdje42@gmail.com>
9354
9355 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9356
9357 2014-09-09 Yao Qi <yao@codesourcery.com>
9358
9359 * gdb.mi/mi-var-display.exp: Set print symbol off.
9360
9361 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9362
9363 PR gdb/17035
9364 * gdb.base/commands.exp: Add tests to verify user-defined
9365 commands with empty bodies.
9366 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9367 python commands in `show user command`.
9368 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9369 scheme commands in `show user command`.
9370
9371 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9372
9373 PR python/17355
9374 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9375 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9376 * gdb.python/py-framefilter-invalidarg.exp: New file.
9377 * gdb.python/py-framefilter-invalidarg.py: New file.
9378
9379 2014-09-06 Doug Evans <xdje42@gmail.com>
9380
9381 PR 15276
9382 * gdb.python/py-caller-is.c: New file.
9383 * gdb.python/py-caller-is.exp: New file.
9384
9385 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9386
9387 PR gdb/17235
9388 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9389 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9390
9391 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9392
9393 PR fortran/17237
9394 * gdb.fortran/print-formatted.exp: New file.
9395 * gdb.fortran/print-formatted.f90: Likewise.
9396
9397 2014-09-03 Sasha Smundak <asmundak@google.com>
9398
9399 * gdb.python/py-frame.exp: Test Frame.read_register.
9400
9401 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9402
9403 PR python/16699
9404 * gdb.python/py-completion.exp: New file.
9405 * gdb.python/py-completion.py: Likewise.
9406
9407 2014-08-28 Doug Evans <dje@google.com>
9408
9409 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9410 eax,etc. are live with values set by gdb and thus the compiler can't
9411 use them.
9412 * gdb.arch/i386-pseudo.c (main): Ditto.
9413
9414 2014-08-27 Doug Evans <dje@google.com>
9415
9416 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9417
9418 2014-08-25 Doug Evans <dje@google.com>
9419
9420 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9421 (main): Ditto.
9422
9423 2014-08-25 Doug Evans <dje@google.com>
9424
9425 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9426
9427 2014-08-24 Yao Qi <yao@codesourcery.com>
9428
9429 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9430 symbol off.
9431 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9432
9433 2014-08-22 Doug Evans <dje@google.com>
9434
9435 PR 17276
9436 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9437 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9438 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9439
9440 2014-08-22 Yao Qi <yao@codesourcery.com>
9441
9442 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9443 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9444 * gdb.python/python.exp: Likewise. Use .py file on the host
9445 instead of the build.
9446
9447 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9448
9449 * gdb.threads/gcore-stale-thread.c: New file.
9450 * gdb.threads/gcore-stale-thread.exp: New file.
9451
9452 2014-08-21 Pedro Alves <palves@redhat.com>
9453
9454 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9455 * gdb.base/gcore-relro-pie.exp: Likewise.
9456 * gdb.base/gcore-relro.exp: Likewise.
9457 * gdb.base/gcore.exp: Likewise.
9458 * gdb.base/print-symbol-loading.exp: Likewise.
9459 * gdb.threads/gcore-thread.exp: Likewise.
9460 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9461
9462 2014-08-20 Pedro Alves <palves@redhat.com>
9463 Jan Kratochvil <jan.kratochvil@redhat.com>
9464
9465 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9466 configure.
9467 (EXPECT): Handle READ1 being set.
9468 (all): Depend on EXTRA_RULES.
9469 (check-read1, expect-read1, read1.so, read1): New rules.
9470 * README (Testsuite Parameters): Document the READ1 make variable.
9471 (Race detection): New section.
9472 * configure: Regenerate.
9473 * configure.ac: If build==host==target, and running under a
9474 GNU/glibc system, add read1 to the extra Makefile rules.
9475 (EXTRA_RULES): AC_SUBST it.
9476 * lib/read1.c: New file.
9477
9478 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9479
9480 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9481 the handling of variables declared as a typedef to an array
9482 which a DW_AT_data_location attribute.
9483
9484 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9485 Pedro Alves <palves@redhat.com>
9486
9487 PR symtab/14604
9488 PR symtab/14605
9489 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9490 gdb_test.
9491
9492 2014-08-19 Pedro Alves <palves@redhat.com>
9493
9494 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9495
9496 2014-08-19 Yao Qi <yao@codesourcery.com>
9497
9498 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9499 right line.
9500
9501 2014-08-18 David Blaikie <dblaikie@gmail.com>
9502
9503 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9504
9505 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9506
9507 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9508 attribute in array range.
9509
9510 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9511
9512 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9513
9514 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9515
9516 PR c++/17132
9517 * gdb.cp/pr17132.cc: New file.
9518 * gdb.cp/pr17132.exp: New file.
9519
9520 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9521
9522 * gdb.python/py-xmethods.py (A_getarrayind)
9523 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9524 Use 'print' with function call syntax.
9525 (E_method_matcher.match): Fix tab vs space indentation mixup.
9526
9527 2014-08-15 Yao Qi <yao@codesourcery.com>
9528
9529 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9530 false.
9531
9532 2014-08-15 Yao Qi <yao@codesourcery.com>
9533
9534 * gdb.cp/casts.exp: Set print symbol off.
9535 * gdb.cp/class2.exp: Likewise.
9536 * gdb.cp/overload.exp: Likewise.
9537 * gdb.cp/templates.exp: Likewise.
9538
9539 2014-08-11 Doug Evans <dje@google.com>
9540
9541 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9542 (test_load_shlib): Update.
9543
9544 2014-08-09 Yao Qi <yao@codesourcery.com>
9545
9546 * gdb.base/display.exp: Invoke is_address_zero_readable.
9547 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9548 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9549 * gdb.base/hbreak-unmapped.exp: Return if
9550 is_address_zero_readable returns true.
9551 * gdb.base/signest.exp: Likewise.
9552 * gdb.base/signull.exp: Likewise.
9553 * gdb.base/sigbpt.exp: Likewise.
9554 * gdb.guile/scm-disasm.exp: Do the test if
9555 is_address_zero_readable returns false.
9556 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9557 * gdb.python/py-arch.exp: Likewise.
9558 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9559 * lib/gdb.exp (is_address_zero_readable): New proc.
9560
9561 2014-08-09 Yao Qi <yao@codesourcery.com>
9562
9563 PR testsuite/13443
9564 * gdb.mi/mi-var-display.exp: Make test messages unique.
9565
9566 2014-08-04 Tom Tromey <tromey@redhat.com>
9567
9568 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9569 target 0".
9570
9571 2014-08-04 Tom Tromey <tromey@redhat.com>
9572
9573 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9574 "target_resume".
9575
9576 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9577
9578 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9579 inner_vla_struct_object_size.
9580 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9581 as xfail.
9582
9583 2014-07-30 Pedro Alves <palves@redhat.com>
9584
9585 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9586 comment.
9587
9588 2014-07-29 Yao Qi <yao@codesourcery.com>
9589
9590 PR gdb/17206
9591 * gdb.base/until-nodebug.exp: New.
9592
9593 2014-07-28 Doug Evans <xdje42@gmail.com>
9594
9595 PR guile/17203
9596 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9597 previously existing parameter, and previously ambiguously spelled
9598 parameter.
9599
9600 2014-07-28 Will Newton <will.newton@linaro.org>
9601
9602 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9603
9604 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9605 Doug Evans <xdje42@gmail.com>
9606
9607 PR guile/17146
9608 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9609
9610 2014-07-25 Pedro Alves <palves@redhat.com>
9611
9612 * gdb.threads/signal-command-handle-nopass.c: New file.
9613 * gdb.threads/signal-command-handle-nopass.exp: New file.
9614 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9615 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9616 * gdb.threads/signal-delivered-right-thread.c: New file.
9617 * gdb.threads/signal-delivered-right-thread.exp: New file.
9618
9619 2014-07-25 Pedro Alves <palves@redhat.com>
9620
9621 * gdb.base/double-prompt-target-event-error.exp
9622 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9623 match.
9624 (cancel_pagination_in_target_event): Rework double prompt
9625 detection.
9626 * gdb.base/paginate-after-ctrl-c-running.exp
9627 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9628 <return>' match.
9629 * gdb.base/paginate-bg-execution.exp
9630 (test_bg_execution_pagination_return)
9631 (test_bg_execution_pagination_cancel): Remove '-notransfer
9632 <return>' matches.
9633 * gdb.base/paginate-execution-startup.exp
9634 (test_fg_execution_pagination_return)
9635 (test_fg_execution_pagination_cancel): Remove '-notransfer
9636 <return>' matches.
9637 * gdb.base/paginate-inferior-exit.exp
9638 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9639 match.
9640 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9641 * lib/gdb.exp (pagination_prompt): Run text through
9642 string_to_regexp.
9643 (gdb_test_multiple): Match $pagination_prompt instead of
9644 "<return>".
9645 (string_to_regexp): Move to lib/gdb-utils.exp.
9646
9647 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9648
9649 * gdb.arch/amd64-entry-value-paramref.S: New file.
9650 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9651 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9652 * gdb.arch/amd64-optimout-repeat.S: New file.
9653 * gdb.arch/amd64-optimout-repeat.c: New file.
9654 * gdb.arch/amd64-optimout-repeat.exp: New file.
9655
9656 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9657
9658 PR gdb/17170
9659 * gdb.base/statistics.exp: New file.
9660
9661 2014-07-17 Doug Evans <dje@google.com>
9662
9663 PR gdb/17170
9664 * gdb.base/maint.exp: Update testing of per-command stats.
9665
9666 2014-07-16 Pedro Alves <palves@redhat.com>
9667
9668 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9669 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9670 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9671 (tfile_write_buf): New functions.
9672 (add_memory_block): Rewrite using the above.
9673 (adjust_function_address): New function.
9674 (FUNCTION_ADDRESS): New macro.
9675 (write_basic_trace_file): Remove short_x local, and use
9676 tfile_write_16. Change type of func_addr local to unsigned long
9677 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9678 here. Cast argument of add_memory_block to char pointer.
9679 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9680 (main): Remove parameters.
9681 * gdb.trace/tfile.exp: Remove nowarnings.
9682
9683 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9684
9685 * gdb.base/debug-expr.exp: Test string evaluation with
9686 "debug expression" on.
9687
9688 2014-07-15 Pedro Alves <palves@redhat.com>
9689
9690 * gdb.base/reread.exp: Use clean_restart.
9691
9692 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9693
9694 * gdb.arch/avr-flash-qualifer.c: New.
9695 * gdb.arch/avr-flash-qualifer.exp: New.
9696
9697 2014-07-14 Pedro Alves <palves@redhat.com>
9698
9699 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9700 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9701
9702 2014-07-14 Pedro Alves <palves@redhat.com>
9703
9704 * gdb.base/double-prompt-target-event-error.c: New file.
9705 * gdb.base/double-prompt-target-event-error.exp: New file.
9706
9707 2014-07-14 Pedro Alves <palves@redhat.com>
9708
9709 PR gdb/17072
9710 * gdb.base/paginate-inferior-exit.c: New file.
9711 * gdb.base/paginate-inferior-exit.exp: New file.
9712
9713 2014-07-14 Pedro Alves <palves@redhat.com>
9714
9715 PR gdb/17072
9716 * gdb.base/paginate-bg-execution.c: New file.
9717 * gdb.base/paginate-bg-execution.exp: New file.
9718
9719 2014-07-14 Pedro Alves <palves@redhat.com>
9720
9721 PR gdb/17072
9722 * gdb.base/paginate-execution-startup.c: New file.
9723 * gdb.base/paginate-execution-startup.exp: New file.
9724 * lib/gdb.exp (pagination_prompt): New global.
9725 (default_gdb_spawn): New procedure, factored out from
9726 default_gdb_spawn.
9727 (default_gdb_start): Adjust to call default_gdb_spawn.
9728 (gdb_spawn): New procedure.
9729
9730 2014-07-14 Pedro Alves <palves@redhat.com>
9731
9732 * lib/gdb.exp (gdb_assert): New procedure.
9733 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9734
9735 2014-07-14 Pedro Alves <palves@redhat.com>
9736
9737 * gdb.base/execution-termios.c: New file.
9738 * gdb.base/execution-termios.exp: New file.
9739
9740 2014-07-14 Tom Tromey <tromey@redhat.com>
9741
9742 * gdb.cp/vla-cxx.cc: New file.
9743 * gdb.cp/vla-cxx.exp: New file.
9744
9745 2014-07-14 Tom Tromey <tromey@redhat.com>
9746
9747 * gdb.reverse/rerun-prec.c: New file.
9748 * gdb.reverse/rerun-prec.exp: New file.
9749
9750 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9751 Maciej W. Rozycki <macro@codesourcery.com>
9752
9753 * lib/gdb-utils.exp: New file.
9754 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9755 inline `gdb_init_command' processing.
9756 (gdb_start_cmd): Likewise.
9757 * lib/mi-support.exp (mi_run_cmd): Likewise.
9758 * README: Document `gdb_init_command' and `gdb_init_commands'.
9759
9760 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 Fix false FAIL running under a very long directory name.
9763 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9764 and "set print elements 10000". Twice.
9765
9766 2014-07-11 Yao Qi <yao@codesourcery.com>
9767
9768 * gdb.base/exprs.exp: "set print symbol off".
9769
9770 2014-07-11 Pedro Alves <palves@redhat.com>
9771
9772 * gdb.threads/kill.c: New file.
9773 * gdb.threads/kill.exp: New file.
9774
9775 2014-07-10 Yao Qi <yao@codesourcery.com>
9776
9777 * gdb.trace/tfile.c (write_basic_trace_file)
9778 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9779 address written to trace file.
9780
9781 2014-07-09 Pedro Alves <palves@redhat.com>
9782
9783 * gdb.base/attach-wait-input.exp: New file.
9784 * gdb.base/attach-wait-input.c: New file.
9785
9786 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9787
9788 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9789 setting up test structures.
9790 (main): Call new test function.
9791 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9792 test function, continue into test function and walk test
9793 structures.
9794
9795 2014-07-02 Yao Qi <yao@codesourcery.com>
9796
9797 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9798 'bar_start' at the beginning of functions 'foo' and 'bar'
9799 respectively.
9800 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9801 instead of 'foo' and 'bar'.
9802
9803 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9804
9805 * gdb.btrace/segv.exp: New.
9806 * gdb.btrace/segv.c: New.
9807
9808 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9809
9810 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9811 instruction.
9812
9813 2014-06-30 Mark Wielaard <mjw@redhat.com>
9814
9815 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9816 vulture, vilify, villar): New volatile array constants.
9817 (vindictive, vegetation): New const volatile array constants.
9818 * gdb.base/volatile.exp: Test volatile and const volatile array
9819 types.
9820
9821 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9822
9823 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9824 target lacks support for awatch, rwatch, or hbreak.
9825
9826 2014-06-27 Yao Qi <yao@codesourcery.com>
9827
9828 * gdb.multi/dummy-frame-restore.exp: New.
9829 * gdb.multi/dummy-frame-restore.c: New.
9830
9831 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9832
9833 * gdb.btrace/gcore.exp: New.
9834
9835 2014-06-23 Pedro Alves <palves@redhat.com>
9836
9837 * gdb.base/watchpoint-reuse-slot.c: New file.
9838 * gdb.base/watchpoint-reuse-slot.exp: New file.
9839
9840 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9841
9842 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9843 progspace's filename in 'info', 'enable' and 'disable' command
9844 tests.
9845
9846 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9847
9848 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9849 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9850 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9851
9852 2014-06-20 Gary Benson <gbenson@redhat.com>
9853
9854 * gdb.arch/i386-avx.exp: Fix include file location.
9855 * gdb.arch/i386-sse.exp: Likewise.
9856
9857 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9858
9859 * gdb.dlang/expression.exp: New file.
9860
9861 2014-06-19 Pedro Alves <palves@redhat.com>
9862
9863 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9864 out from ...
9865 (top level): ... here. Iterate running tests under different
9866 scheduler-locking settings.
9867
9868 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9869
9870 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9871 to DW_FORM_addr and use non-zero addresses.
9872
9873 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9874
9875 PR gdb/17017
9876 * gdb.python/py-xmethods.cc: Add global function call counters and
9877 increment them in their respective functions. Remove "cout"
9878 statements.
9879 * gdb.python/py-xmethods.exp: Make tests check the global function
9880 call counters instead of depending on inferior IO.
9881
9882 2014-06-18 Don Breazeal <donb@codesourcery.com>
9883
9884 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9885 Deleted procedure.
9886 (explicit_fork_parent_follow): Deleted procedure.
9887 (explicit_fork_child_follow): Deleted procedure.
9888 (test_follow_fork): New procedure.
9889 (do_fork_tests): Replace calls to deleted procedures with
9890 calls to test_follow_fork and reset GDB for subsequent
9891 procedure calls.
9892
9893 2014-06-17 Yao Qi <yao@codesourcery.com>
9894
9895 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9896 CP1252.
9897
9898 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9899
9900 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9901 Initialize ptr and S explicitly.
9902 (skip_type_update_when_not_use_rtti_test): Likewise.
9903
9904 2014-06-16 Keith Seitz <keiths@redhat.com>
9905
9906 PR mi/15863
9907 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9908 the inferior is started.
9909
9910 2014-06-16 Pedro Alves <palves@redhat.com>
9911
9912 * gdb.base/break-main-file-remove-fail.c: New file.
9913 * gdb.base/break-main-file-remove-fail.exp: New file.
9914 * gdb.base/break-unload-file.exp: Use build_executable instead of
9915 prepare_for_testing.
9916 (test_break): New parameter "initial_load". Handle it.
9917 (top level): Add initial_load cmdline/file axis.
9918
9919 2014-06-12 Tom Tromey <tromey@redhat.com>
9920
9921 * gdb.base/completion.exp: Don't use directory name in test.
9922
9923 2014-06-09 Gary Benson <gbenson@redhat.com>
9924
9925 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9926 separate the always-available ANSI-standard signals from the
9927 signals that require checking.
9928 (main): Likewise.
9929 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9930 Likewise.
9931 (main): Likewise.
9932
9933 2014-06-07 Keith Seitz <keiths@redhat.com>
9934
9935 Revert:
9936 PR c++/16253
9937 * gdb.cp/var-tag.cc: New file.
9938 * gdb.cp/var-tag.exp: New file.
9939 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9940 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9941 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9942 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9943
9944 2014-06-06 Doug Evans <xdje42@gmail.com>
9945
9946 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9947
9948 2014-06-06 Pedro Alves <palves@redhat.com>
9949
9950 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9951 in target debug output instead of looking at RSP packets,
9952 disabling the test on any target that uses hardware stepping.
9953 Update comments.
9954
9955 2014-06-06 Pedro Alves <palves@redhat.com>
9956
9957 * gdb.base/break-unload-file.exp: Fix typo.
9958
9959 2014-06-06 Yao Qi <yao@codesourcery.com>
9960
9961 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9962 from "jit_function" to "^jit_function".
9963
9964 2014-06-06 Yao Qi <yao@codesourcery.com>
9965
9966 * gdb.base/async.c (foo): Add one statement.
9967 * gdb.base/async.exp: Get the next instruction address and
9968 match the output of "nexti" by instruction address. Match
9969 the hex address in the output of "finish".
9970
9971 2014-06-06 Gary Benson <gbenson@redhat.com>
9972
9973 * gdb.base/call-signals.c: Remove preprocessor conditionals
9974 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9975 SIGSEGV and SIGTERM.
9976 * gdb.base/sigall.c: Likewise.
9977 * gdb.base/unwindonsignal.c: Likewise.
9978 * gdb.reverse/sigall-reverse.c: Likewise.
9979
9980 2014-06-06 Yao Qi <yao@codesourcery.com>
9981
9982 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9983 readable, skip the test.
9984
9985 2014-06-06 Yao Qi <yao@codesourcery.com>
9986
9987 * gdb.threads/staticthreads.c (thread_function): Move the line
9988 setting breakpoint on forward.
9989 * gdb.threads/staticthreads.exp: Update comments.
9990
9991 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9992
9993 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9994 "history-append! type error".
9995
9996 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9997
9998 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9999 erroneous dprintf expected input.
10000
10001 2014-06-04 Doug Evans <xdje42@gmail.com>
10002
10003 * gdb.guile/scm-generics.exp: Delete.
10004
10005 2014-06-04 Doug Evans <xdje42@gmail.com>
10006
10007 * gdb.guile/scm-breakpoint.exp: Update.
10008 Add tests for breakpoint registration.
10009
10010 2014-06-04 Tom Tromey <tromey@redhat.com>
10011
10012 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10013 VLA-in-union.
10014 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10015 inner_vla_struct, vla_union types. Initialize objects of those
10016 types and compute their sizes.
10017
10018 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10019 Hui Zhu <hui@codesourcery.com>
10020
10021 * gdb.base/fileio.exp: Add test for shell not available as well as
10022 available.
10023 * gdb.base/fileio.c (test_system): Check for shell twice.
10024
10025 2014-06-04 Yao Qi <yao@codesourcery.com>
10026
10027 * gdb.base/auto-connect-native-target.exp: Remove redundant
10028 space from the regexp pattern.
10029
10030 2014-06-04 Yao Qi <yao@codesourcery.com>
10031
10032 * gdb.base/default.exp: Replace "child" with "native" in
10033 regexp pattern.
10034
10035 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10036
10037 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10038 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10039 * gdb.python/py-xmethods.py: Python script supporting the
10040 new testcase and tests.
10041
10042 2014-06-03 Joel Brobecker <brobecker@adacore.com>
10043 Pedro Alves <palves@redhat.com>
10044
10045 PR breakpoints/17000
10046 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10047 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10048
10049 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10050
10051 * gdb.base/subst.exp: Add tests to verify partial path matching
10052 output.
10053
10054 2014-06-03 Pedro Alves <palves@redhat.com>
10055
10056 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10057 target that doesn't use software single-stepping.
10058
10059 2014-06-03 Pedro Alves <palves@redhat.com>
10060
10061 PR breakpoints/17000
10062 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10063 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10064
10065 2014-06-02 Doug Evans <xdje42@gmail.com>
10066
10067 * gdb.guile/scm-parameter.exp: New file.
10068
10069 2014-06-02 Doug Evans <xdje42@gmail.com>
10070
10071 * gdb.guile/scm-cmd.c: New file.
10072 * gdb.guile/scm-cmd.exp: New file.
10073
10074 2014-06-02 Doug Evans <xdje42@gmail.com>
10075
10076 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10077 pretty-printer lookup.
10078 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10079 (make-pp_s-printer): Call it.
10080 (make-pretty-printer-from-dict): New function.
10081 (lookup-pretty-printer-maker-from-dict): New function.
10082 (*pretty-printer*): Simplify.
10083 (make-objfile-pp_s-printer): New function.
10084 (install-objfile-pretty-printers!): New function.
10085 (make-progspace-pp_s-printer): New function.
10086 (install-progspace-pretty-printers!): New function.
10087 * gdb.guile/scm-progspace.c: New file.
10088 * gdb.guile/scm-progspace.exp: New file.
10089
10090 2014-06-02 Pedro Alves <palves@redhat.com>
10091
10092 * gdb.base/dprintf-bp-same-addr.c: New file.
10093 * gdb.base/dprintf-bp-same-addr.exp: New file.
10094
10095 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10096
10097 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10098 * gdb.arch/powerpc-power.s: Likewise.
10099
10100 2014-06-02 Joel Brobecker <brobecker@adacore.com>
10101
10102 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10103
10104 2014-06-01 Yao Qi <yao@codesourcery.com>
10105
10106 * gdb.base/watchpoint.exp (test_watch_location): Check null
10107 pointer can be dereferenced. If not, do the test, otherwise
10108 skip it.
10109
10110 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10111
10112 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10113 results.
10114 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10115
10116 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
10117
10118 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10119 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10120 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10121 * gdb.arch/amd64-invalid-stack-top.c: New file.
10122 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10123
10124 2014-05-30 Pedro Alves <palves@redhat.com>
10125
10126 PR breakpoints/17000
10127 * gdb.base/sss-bp-on-user-bp.c: New file.
10128 * gdb.base/sss-bp-on-user-bp.exp: New file.
10129
10130 2014-05-30 David Blaikie <dblaikie@gmail.com>
10131
10132 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10133 gnu_inline semantics via attribute.
10134 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10135 source explicitly specifies the required semantics.
10136
10137 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10138
10139 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10140
10141 2014-05-29 Pedro Alves <palves@redhat.com>
10142 Tom Tromey <tromey@redhat.com>
10143
10144 * gdb.base/async-shell.exp: Don't enable target-async.
10145 * gdb.base/async.exp
10146 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10147 parameter. Adjust.
10148 (top level): Don't test with "target-async".
10149 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10150 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10151 * gdb.base/inferior-died.exp: Don't enable target-async.
10152 * gdb.base/interrupt-noterm.exp: Likewise.
10153 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10154 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10155 * gdb.mi/mi-nonstop.exp: Likewise.
10156 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10157 * gdb.mi/mi-nsintrall.exp: Likewise.
10158 * gdb.mi/mi-nsmoribund.exp: Likewise.
10159 * gdb.mi/mi-nsthrexec.exp: Likewise.
10160 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10161 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10162 * gdb.python/py-evsignal.exp: Don't enable target-async.
10163 * gdb.python/py-evthreads.exp: Likewise.
10164 * gdb.python/py-prompt.exp: Likewise.
10165 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10166 * gdb.server/solib-list.exp: Don't enable target-async.
10167 * gdb.threads/thread-specific-bp.exp: Likewise.
10168 * lib/mi-support.exp: Adjust to use mi-async.
10169
10170 2014-05-29 Pedro Alves <palves@redhat.com>
10171
10172 PR gdb/13860
10173 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10174 reason, even in sync mode.
10175
10176 2014-05-29 Pedro Alves <palves@redhat.com>
10177 Hui Zhu <hui@codesourcery.com>
10178
10179 PR PR15693
10180 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10181 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10182 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10183 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10184
10185 2014-05-28 Joel Brobecker <brobecker@adacore.com>
10186
10187 * config/monitor.exp (gdb_target_monitor): Replace use of
10188 "set remotebaud" by "set serial baud".
10189
10190 2014-05-26 Andy Wingo <wingo@igalia.com>
10191
10192 * gdb.guile/scm-breakpoint.exp:
10193 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10194 properties instead of gdb-object-properties.
10195
10196 2014-05-26 Yao Qi <yao@codesourcery.com>
10197
10198 * gdb.server/no-thread-db.exp: Specify source file name
10199 explicitly when setting a breakpoint.
10200
10201 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10202
10203 * gdb.btrace/vdso.c: New.
10204 * gdb.btrace/vdso.exp: New.
10205
10206 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10207
10208 * gdb.base/gcore.exp (capture_command_output): Move ...
10209 * lib/gdb.exp (capture_command_output): ... here.
10210
10211 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10212
10213 * gdb.btrace/data.exp: Test memory access during btrace replay.
10214
10215 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10216
10217 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10218
10219 2014-05-21 Pedro Alves <palves@redhat.com>
10220
10221 PR gdb/13860
10222 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10223 (top level): Test that output related to execution commands is
10224 sent to the console with CLI commands, but not with MI commands.
10225 Test that breakpoint events are always mirrored to the console.
10226 Also expect the new source line to be output after a "next" in
10227 async mode too. Make it a pass/fail test.
10228 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10229 output.
10230 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10231
10232 2014-05-21 Pedro Alves <palves@redhat.com>
10233
10234 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10235 Use them to test variations of "list" after reaching a breakpoint.
10236 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10237 Test "list" with listsize 10 after reaching a breakpoint.
10238 * gdb.python/python.exp (decode_line current location line
10239 number): Adjust expected line number.
10240
10241 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10242
10243 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10244 behavior for $args, pass it directly to "run".
10245
10246 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10247
10248 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10249 30000 to 65536.
10250
10251 2014-05-21 Pedro Alves <palves@redhat.com>
10252
10253 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10254 auto-connect-native-target off".
10255 * gdb.base/auto-connect-native-target.c: New file.
10256 * gdb.base/auto-connect-native-target.exp: New file.
10257
10258 2014-05-21 Pedro Alves <palves@redhat.com>
10259
10260 * gdb.base/default.exp: Test "target native" instead of "target
10261 child".
10262
10263 2014-05-21 Mark Wielaard <mjw@redhat.com>
10264
10265 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10266
10267 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10268
10269 Fix TLS access for -static -pthread.
10270 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10271 <HAVE_TLS> (thread_function, main): Initialize it.
10272 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10273 Add clean_restart.
10274 <$have_tls != "">: Check TLSVAR.
10275
10276 2014-05-21 Pedro Alves <palves@redhat.com>
10277
10278 * gdb.base/dcache-line-read-error.c: New.
10279 * gdb.base/dcache-line-read-error.exp: New.
10280
10281 2014-05-20 Pedro Alves <palves@redhat.com>
10282
10283 * gdb.base/compare-sections.c: New file.
10284 * gdb.base/compare-sections.exp: New file.
10285
10286 2014-05-20 Pedro Alves <palves@redhat.com>
10287
10288 * gdb.base/break-idempotent.c: New file.
10289 * gdb.base/break-idempotent.exp: New file.
10290
10291 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10292
10293 * gdb.btrace/nohist.exp: New.
10294
10295 2014-05-20 Yao Qi <yao@codesourcery.com>
10296
10297 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10298 gdb.reverse directory and gdb_reverse_timeout exists in board
10299 setting.
10300 * README: Document gdb_reverse_timeout.
10301
10302 2014-05-20 Yao Qi <yao@codesourcery.com>
10303
10304 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10305 'test_file_name'. Treat args as a string instead of a list.
10306 (gdb_init): Rename argument 'args' by 'test_file_name'.
10307
10308 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10309
10310 * gdb.arch/powerpc-power.exp: New file.
10311 * gdb.arch/powerpc-power.s: New file.
10312
10313 2014-05-16 Doug Evans <dje@google.com>
10314
10315 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10316 * gdb.base/completion.exp: Check that all expected files exist
10317 before doing file completion.
10318
10319 2014-05-16 Doug Evans <dje@google.com>
10320
10321 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10322 Update.
10323 (do_syscall_tests_without_xml): Update.
10324
10325 2014-05-16 Pedro Alves <palves@redhat.com>
10326
10327 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10328 instead of "unknown output after running".
10329
10330 2014-05-16 Yao Qi <yao@codesourcery.com>
10331
10332 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10333 file1.txt from host at the end.
10334 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10335
10336 2014-05-15 Doug Evans <dje@google.com>
10337
10338 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10339 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10340 loading file. Add test for TU lookup.
10341
10342 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10343
10344 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10345 calling "-exec-arguments" or "set args" before running the
10346 inferior.
10347
10348 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10349
10350 * lib/mi-support.exp (mi_expect_stop): Expect message for
10351 inferiors that exit with non-zero exit code.
10352
10353 2014-05-14 Yao Qi <yao@codesourcery.com>
10354
10355 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10356 match absolute path on remote host.
10357 (test_file_list_exec_source_files): Remove "/" from the
10358 pattern.
10359
10360 2014-05-14 Yao Qi <yao@codesourcery.com>
10361
10362 * boards/local-remote-host-notty.exp (${board}_file): New
10363 proc.
10364
10365 2014-05-07 Kyle McMartin <kyle@redhat.com>
10366
10367 Pushed by Joel Brobecker <brobecker@adacore.com>.
10368 * gdb.arch/aarch64-atomic-inst.c: New file.
10369 * gdb.arch/aarch64-atomic-inst.exp: New file.
10370
10371 2014-05-07 Yao Qi <yao@codesourcery.com>
10372
10373 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10374 in current context" too.
10375
10376 2014-05-05 Keith Seitz <keiths@redhat.com>
10377
10378 * gdb.linespec/ls-dollar.exp: Add test for linespec
10379 file:convenience_variable.
10380
10381 2014-05-05 Yao Qi <yao@codesourcery.com>
10382
10383 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10384 traceframes into tfile and ctf trace files. Read data from
10385 trace file and test collected data.
10386 (gdb_collect_locals_test): Likewise.
10387 (gdb_unavailable_registers_test): Likewise.
10388 (gdb_unavailable_floats): Likewise.
10389 (gdb_collect_globals_test): Likewise.
10390 (top-level): Append "ctf" to trace_file_targets if GDB
10391 supports.
10392
10393 2014-05-05 Yao Qi <yao@codesourcery.com>
10394
10395 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10396 code to ...
10397 (gdb_collect_args_test_1): ... it. New proc.
10398 (gdb_collect_locals_test): Move some code to ...
10399 (gdb_collect_locals_test_1): ... it. New proc.
10400 (gdb_unavailable_registers_test): Move some code to ...
10401 (gdb_unavailable_registers_test_1): ... it. New proc.
10402 (gdb_unavailable_floats): Move some code to ...
10403 (gdb_unavailable_floats_1): ... it. New proc.
10404
10405 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10406
10407 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10408 probes to test for bitness recognition.
10409 * gdb.arch/amd64-stap-optional-prefix.exp
10410 (test_probe_value_without_reg): New procedure.
10411 Add code to test for different kinds of bitness.
10412
10413 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10414
10415 PR breakpoints/16889
10416 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10417 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10418
10419 2014-05-01 Pedro Alves <palves@redhat.com>
10420
10421 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10422 gdb_file_cmd if no file is specified.
10423 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10424 last_loaded_file to set the remote exec-file.
10425
10426 2014-05-01 Pedro Alves <palves@redhat.com>
10427
10428 * boards/local-remote-host.exp: New file.
10429
10430 2014-05-01 Pedro Alves <palves@redhat.com>
10431
10432 * boards/local-remote-host.exp: Rename to ...
10433 * boards/local-remote-host-notty.exp: ... this.
10434
10435 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10436
10437 * gdb.ada/dyn_arrayidx: New testcase.
10438
10439 2014-04-26 Yao Qi <yao@codesourcery.com>
10440
10441 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10442 and compute the length of function main. Save it in
10443 $main_length.
10444 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10445 (top-level): Use gdb_compile to compile objects into
10446 executable and restart GDB. Remove invocation to
10447 prepare_for_testing.
10448
10449 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10450 Pedro Alves <palves@redhat.com>
10451
10452 PR server/16255
10453 * gdb.multi/multi-attach.c: New file.
10454 * gdb.multi/multi-attach.exp: New file.
10455
10456 2014-04-25 Pedro Alves <palves@redhat.com>
10457
10458 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10459 user.
10460 (top level): Test that "set remote conditional-breakpoints-packet
10461 off" works as intended.
10462 * gdb.base/dprintf.exp: Test that "set remote
10463 breakpoint-commands-packet off" works as intended.
10464 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10465 New function.
10466 (top level): Call it.
10467 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10468 remote fast-tracepoints-packet off" works as intended.
10469 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10470 * lib/gdb.exp (gdb_is_target_remote): ... here.
10471
10472 2014-04-24 David Blaikie <dblaikie@gmail.com>
10473
10474 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10475 ensure clang would not discard them.
10476 * gdb.base/gdbvars.c: Ditto.
10477 * gdb.base/memattr.c: Ditto.
10478 * gdb.base/whatis.c: Ditto.
10479 * gdb.python/py-prettyprint.c: Ditto.
10480 * gdb.trace/actions.c: Ditto.
10481 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10482 ensure clang would not discard it.
10483
10484 2014-04-24 David Blaikie <dblaikie@gmail.com>
10485
10486 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10487 clang to emit the full definition of type required by the test
10488 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10489
10490 2014-04-24 David Blaikie <dblaikie@gmail.com>
10491
10492 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10493 coax Clang into emitting the definition of the type.
10494 * gdb.cp/pr10728-x.h (y): Ditto.
10495 * gdb.cp/pr10728-y.cc (y): Ditto.
10496
10497 2014-04-24 David Blaikie <dblaikie@gmail.com>
10498
10499 * gdb.base/label.exp: XFAIL label related tests under Clang.
10500 * gdb.cp/cplabel.exp: Ditto.
10501 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10502 under Clang those using labels.
10503
10504 2014-04-25 Yao Qi <yao@codesourcery.com>
10505
10506 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10507 double_label.
10508 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10509 partial_label and double_label.
10510
10511 2014-04-24 David Blaikie <dblaikie@gmail.com>
10512
10513 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10514
10515 2014-04-24 David Blaikie <dblaikie@gmail.com>
10516
10517 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10518 of the function to work across GCC and Clang.
10519 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10520 pointer types (const void ** const V void **).
10521
10522 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10523 Walfred Tedeschi <walfred.tedeschi@intel.com>
10524
10525 * Makefile.in (EXECUTABLES): Added i386-avx512.
10526 * gdb.arch/i386-avx512.c: New file.
10527 * gdb.arch/i386-avx512.exp: Likewise.
10528
10529 2014-04-23 Keith Seitz <keiths@redhat.com>
10530
10531 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10532 (mi_make_breakpoint_table): New procedure.
10533 (mi_create_breakpoint): Use mi_make_breakpoint
10534 and return the result.
10535 (mi_make_breakpoint): New procedure.
10536 (mi_build_kv_pairs): New procedure.
10537
10538 * gdb.mi/mi-break.exp: Remove unused globals,
10539 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10540 All callers updated.
10541 * gdb.mi/mi-dprintf.exp: Use variable to track command
10542 number.
10543 Update all callers of mi_create_breakpoint and use
10544 mi_make_breakpoint_table.
10545 Remove any unused global variables.
10546 * gdb.mi/mi-nonstop.exp: Likewise.
10547 * gdb.mi/mi-nsintrall.exp: Likewise.
10548 * gdb.mi/mi-nsmoribund.exp: Likewise.
10549 * gdb.mi/mi-nsthrexec.exp: Likewise.
10550 * gdb.mi/mi-reverse.exp: Likewise.
10551 * gdb.mi/mi-simplerun.exp: Likewise.
10552 * gdb.mi/mi-stepn.exp: Likewise.
10553 * gdb.mi/mi-syn-frame.exp: Likewise.
10554 * gdb.mi/mi-until.exp: Likewise.
10555 * gdb.mi/mi-var-cp.exp: Likewise.
10556 * gdb.mi/mi-var-display.exp: Likewise.
10557 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10558 * gdb.mi/mi2-var-child.exp: Likewise.
10559 * gdb.mi/mi-vla-c99.exp: Likewise.
10560 * lib/mi-support.exp: Likewise.
10561
10562 From Ian Lance Taylor <iant@cygnus.com>:
10563 * lib/gdb.exp (parse_args): New procedure.
10564
10565 2014-04-23 Pedro Alves <palves@redhat.com>
10566
10567 * gdb.base/break-unload-file.c: New file.
10568 * gdb.base/break-unload-file.exp: New file.
10569 * gdb.base/sym-file-lib.c (baz): New function.
10570 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10571 field.
10572 (load): Store the segment's mapped size.
10573 (unload): New function.
10574 (unload_shlib): New function.
10575 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10576 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10577 set a breakpoint at baz, and call it.
10578 * gdb.base/sym-file.exp: New tests for stale breakpoint
10579 instructions.
10580
10581 2014-04-23 Pedro Alves <palves@redhat.com>
10582
10583 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10584 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10585 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10586 * gdb.base/hbreak-unmapped.c: New file.
10587 * gdb.base/hbreak-unmapped.exp: New file.
10588 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10589 * lib/gdb.exp (gdb_is_target_remote): ... here.
10590
10591 2014-04-22 Pedro Alves <palves@redhat.com>
10592
10593 * gdb.base/consecutive-step-over.c: New file.
10594 * gdb.base/consecutive-step-over.exp: New file.
10595
10596 2014-04-22 Pedro Alves <palves@redhat.com>
10597
10598 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10599 instead of send_gdb/gdb_expect.
10600
10601 2014-04-22 Yao Qi <yao@codesourcery.com>
10602
10603 * lib/trace-support.exp (generate_tracefile): New procedure.
10604 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10605 return 0.
10606 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10607 if generate_tracefile returns 1.
10608
10609 2014-04-18 Tom Tromey <palves@redhat.com>
10610 Pedro alves <tromey@redhat.com>
10611
10612 PR backtrace/15558
10613 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10614 with a backtrace limit.
10615 * gdb.python/py-frame-inline.exp: Test running to an inline
10616 function with a backtrace limit, and printing the newest frame.
10617 * gdb.python/py-frame-inline.c (main): Call f.
10618
10619 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10620
10621 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10622
10623 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10624
10625 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10626 Drop prefix from unsupported source file path.
10627
10628 2014-04-17 Yao Qi <yao@codesourcery.com>
10629
10630 * lib/gdb.exp (with_target_charset): New proc.
10631 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10632 with_target_charset.
10633 (test_print_strings): Likewise.
10634 (test_repeat_bytes): Likewise.
10635 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10636 for some tests.
10637
10638 2014-04-16 Keith Seitz <keiths@redhat.com>
10639
10640 PR gdb/15827
10641 * gdb.dwarf2/corrupt.c: New file.
10642 * gdb.dwarf2/corrupt.exp: New file.
10643
10644 2014-04-16 Keith Seitz <keiths@redhat.com>
10645
10646 PR c++/16597
10647 * gdb.cp/namelessclass.cc: New file.
10648 * gdb.cp/namelessclass.exp: New file.
10649 * gdb.cp/namelessclass.S: New file.
10650
10651 2014-04-16 Doug Evans <dje@google.com>
10652
10653 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10654 Add comment.
10655 (gdbserver_default_get_comm_port): New function.
10656 (gdbserver_start): Check if board file provided
10657 "gdbserver,get_comm_port" and use it if so.
10658 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10659 (gdb,socketport): Set to "stdio".
10660 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10661 (stdio_gdbserver_template): Delete.
10662 (${board}_get_remote_address): Update.
10663 (${board}_build_remote_cmd): Delete.
10664 (${board}_get_comm_port): New function.
10665 (${board}_spawn): Update.
10666 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10667 Delete.
10668 (${board}_get_remote_address): Update.
10669 (${board}_get_comm_port): New function.
10670
10671 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10672
10673 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10674 appearing in any order.
10675
10676 2014-04-15 Doug Evans <dje@google.com>
10677
10678 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10679 uninitialized value of "description".
10680
10681 2014-04-15 Keith Seitz <keiths@redhat.com>
10682
10683 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10684 Remove unused globals.
10685 (test_running_the_program): Likewise.
10686 (test_controlled_execution): Likewise.
10687 (test_controlling_breakpoints): Likewise.
10688 (test_program_termination): Likewise.
10689
10690 2014-04-15 Keith Seitz <keiths@redhat.com>
10691
10692 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10693 unused globals.
10694 (test_rbreak_creation_and_listing): Likewise.
10695 (test_ignore_count): Likewise.
10696 (test_error): Likewise.
10697
10698 2014-04-15 Pedro Alves <palves@redhat.com>
10699
10700 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10701 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10702 sym-file-loader.c.
10703 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10704 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10705 to sym-file-loader.c.
10706 (struct library): Forward declare.
10707 (load_shlib, lookup_function): Change prototypes.
10708 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10709 (translate_offset): Remove declarations.
10710 (get_text_addr): New declaration.
10711 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10712 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10713 sym-file-loader.h.
10714 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10715 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10716 here from sym-file-loader.h.
10717 (struct library): New structure.
10718 (load_shlib, lookup_function): Change prototypes and adjust to
10719 work with a struct library.
10720 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10721 (translate_offset): Make static.
10722 (get_text_addr): New function.
10723 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10724
10725 2014-04-15 Pedro Alves <palves@redhat.com>
10726
10727 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10728
10729 2014-04-15 Pedro Alves <palves@redhat.com>
10730
10731 * gdb.base/sym-file-loader.c: Include <limits.h>.
10732 (SELF_LINK): New define.
10733 (get_origin): New function.
10734 (load_shlib): Use it.
10735 * gdb.base/sym-file.exp: Don't early return if the target is
10736 remote. Use runto_main, and issue fail is that fails. Use
10737 gdb_load_shlibs.
10738 (shlib_name): Delete.
10739 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10740
10741 2014-04-15 Pedro Alves <palves@redhat.com>
10742
10743 * gdb.base/sym-file.exp: Remove regex characters from test
10744 message. Don't refer to breakpoint numbers in test messages.
10745
10746 2014-04-14 Keith Seitz <keiths@redhat.com>
10747
10748 PR c++/16253
10749 * gdb.cp/var-tag.cc: New file.
10750 * gdb.cp/var-tag.exp: New file.
10751 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10752 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10753 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10754 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10755
10756 2014-04-14 Tom Tromey <tromey@redhat.com>
10757
10758 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10759 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10760 type.
10761 * gdb.cp/enum-class.exp: New file.
10762 * gdb.cp/enum-class.cc: New file.
10763
10764 2014-04-14 Tom Tromey <tromey@redhat.com>
10765
10766 * gdb.dwarf2/enum-type.exp: New file.
10767
10768 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10769
10770 * gdb.mi/mi-vla-c99.exp: New file.
10771 * gdb.mi/vla.c: New file.
10772
10773 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10774
10775 * gdb.base/vla-datatypes.c: New file.
10776 * gdb.base/vla-datatypes.exp: New file.
10777
10778 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10779
10780 * gdb.base/vla-ptr.c: New file.
10781 * gdb.base/vla-ptr.exp: New file.
10782
10783 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10784
10785 * gdb.dwarf2/count.exp: New file.
10786
10787 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10788
10789 * gdb.base/vla-sideeffect.c: New file.
10790 * gdb.base/vla-sideeffect.exp: New file.
10791
10792 2014-04-14 David Blaikie <dblaikie@gmail.com>
10793
10794 * gdb.mi/non-stop.c: Add return value for non-void function return
10795 statement.
10796 * gdb.threads/staticthreads.c: Ditto.
10797
10798 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10799 Doug Evans <xdje42@gmail.com>
10800
10801 * gdb.guile/scm-value.c: Improve test case.
10802 * gdb.guile/scm-value.exp: Add new test.
10803
10804 2014-04-11 David Blaikie <dblaikie@gmail.com>
10805
10806 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10807 override Clang's default.
10808
10809 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10810
10811 Revert the following changes (regressions):
10812
10813 * gdb.base/vla-sideeffect.c: New file.
10814 * gdb.base/vla-sideeffect.exp: New file.
10815
10816 * gdb.dwarf2/count.exp: New file.
10817
10818 * gdb.base/vla-multi.c: New file.
10819 * gdb.base/vla-multi.exp: New file.
10820
10821 * gdb.base/vla-ptr.c: New file.
10822 * gdb.base/vla-ptr.exp: New file.
10823
10824 * gdb.base/vla-datatypes.c: New file.
10825 * gdb.base/vla-datatypes.exp: New file.
10826
10827 * gdb.mi/mi-vla-c99.exp: New file.
10828 * gdb.mi/vla.c: New file.
10829
10830 2014-04-11 Keith Seitz <keiths@redhat.com>
10831
10832 PR c++/16675
10833 * gdb.cp/cpsizeof.exp: New file.
10834 * gdb.cp/cpsizeof.cc: New file.
10835
10836 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10837
10838 * gdb.mi/mi-vla-c99.exp: New file.
10839 * gdb.mi/vla.c: New file.
10840
10841 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10842
10843 * gdb.base/vla-datatypes.c: New file.
10844 * gdb.base/vla-datatypes.exp: New file.
10845
10846 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10847
10848 * gdb.base/vla-ptr.c: New file.
10849 * gdb.base/vla-ptr.exp: New file.
10850
10851 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10852
10853 * gdb.base/vla-multi.c: New file.
10854 * gdb.base/vla-multi.exp: New file.
10855
10856 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10857
10858 * gdb.dwarf2/count.exp: New file.
10859
10860 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10861
10862 * gdb.base/vla-sideeffect.c: New file.
10863 * gdb.base/vla-sideeffect.exp: New file.
10864
10865 2014-04-11 Yao Qi <yao@codesourcery.com>
10866
10867 * gdb.base/completion.exp: Check file exists before running tests
10868 on file completion.
10869
10870 2014-04-10 Pedro Alves <palves@redhat.com>
10871
10872 * gdb.base/cond-eval-mode.c: New file.
10873 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10874 prepare_for_testing to build the new file. Check result of
10875 runto_main.
10876 (test_break, test_watch): New procedures.
10877 (top level): Use them.
10878
10879 2014-04-08 Pierre Muller <muller@sourceware.org>
10880
10881 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10882 Ctrl-V use for mingw hosts.
10883
10884 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10885
10886 * gdb.python/py-value.c: Improve test case.
10887 * gdb.python/py-value.exp: Add new test.
10888
10889 2014-04-07 David Blaikie <dblaikie@gmail.com>
10890
10891 * lib/compiler.c: Identify the clang compiler.
10892 * lib/compiler.cc: Ditto.
10893
10894 2014-04-03 Yao Qi <yao@codesourcery.com>
10895
10896 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10897
10898 2014-04-01 Anton Blanchard <anton@samba.org>
10899
10900 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10901 messages unique.
10902
10903 2014-04-01 Anton Blanchard <anton@samba.org>
10904
10905 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10906 prepare_for_testing.
10907
10908 2014-04-01 Anton Blanchard <anton@samba.org>
10909
10910 * gdb.arch/ppc64-atomic-inst.c: Remove.
10911 * gdb.arch/ppc64-atomic-inst.S: New file.
10912 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10913
10914 2014-03-31 Doug Evans <dje@google.com>
10915
10916 * gdb.base/print-symbol-loading-lib.c: New file.
10917 * gdb.base/print-symbol-loading-main.c: New file.
10918 * gdb.base/print-symbol-loading.exp: New file.
10919
10920 2014-03-31 Yao Qi <yao@codesourcery.com>
10921
10922 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10923
10924 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10925
10926 * gdb.ada/mi_dyn_arr: New testcase.
10927
10928 2014-03-27 Doug Evans <dje@google.com>
10929
10930 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10931
10932 2014-03-27 Yao Qi <yao@codesourcery.com>
10933
10934 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10935 if target is nios2-*-*.
10936
10937 2014-03-26 Yao Qi <yao@codesourcery.com>
10938
10939 * lib/gdb.exp (readline_is_used): New proc.
10940 * gdb.base/completion.exp: Move tests on command complete up.
10941 Skip the rest of tests if readline is not used.
10942 * gdb.ada/complete.exp: Skp the test if readline is not
10943 used.
10944 * gdb.base/filesym.exp: Likewise.
10945 * gdb.base/macscp.exp: Likewise.
10946 * gdb.base/readline-ask.exp: Likewise.
10947 * gdb.base/readline.exp: Likewise.
10948 * gdb.python/py-cmd.exp: Likewise.
10949 * gdb.trace/tfile.exp: Likewise.
10950
10951 2014-03-26 Yao Qi <yao@codesourcery.com>
10952
10953 * gdb.base/macscp.exp: Fix code format issues.
10954
10955 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10956
10957 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10958 * gdb.asm/powerpc64le.inc: New file.
10959
10960 2014-03-25 Pedro Alves <palves@redhat.com>
10961 Doug Evans <dje@google.com>
10962
10963 * gdb.base/source-execution.c: New file.
10964 * gdb.base/source-execution.exp: New file.
10965 * gdb.base/source-execution.gdb: New file.
10966
10967 2014-03-24 Doug Evans <dje@google.com>
10968
10969 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10970 using fission.
10971
10972 2014-03-24 Hui Zhu <hui@codesourcery.com>
10973 Pedro Alves <palves@redhat.com>
10974
10975 PR breakpoints/16101
10976 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10977 test pass/fail messages. Detect missing support for dprintf when
10978 breakpoints are actually inserted.
10979 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10980 breakpoints are actually inserted.
10981 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10982 fails.
10983
10984 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10985
10986 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10987
10988 2014-03-22 Doug Evans <xdje42@gmail.com>
10989
10990 * gdb.python/python.exp (python not supported): Verify multi-line
10991 python command issues an error.
10992 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10993 guile command issues an error.
10994
10995 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10996
10997 * gdb.threads/thread-specific.exp: Handle the lack of usable
10998 $this_breakpoint and $this_thread.
10999
11000 2014-03-21 Hui Zhu <hui@codesourcery.com>
11001
11002 * gdb.base/attach.exp (do_command_attach_tests): New.
11003
11004 2014-03-20 Tom Tromey <tromey@redhat.com>
11005 Pedro Alves <palves@redhat.com>
11006
11007 PR cli/15718
11008 * gdb.base/condbreak-call-false.c: New file.
11009 * gdb.base/condbreak-call-false.exp: New file.
11010
11011 2014-03-20 Pedro Alves <palves@redhat.com>
11012
11013 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11014 Delete.
11015 (block_signals, unblock_signals): Delete.
11016 (child_function_2, main): Remove references to deleted variable
11017 and functions.
11018
11019 2014-03-20 Pedro Alves <palves@redhat.com>
11020
11021 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11022 Use pthread_kill to signal thread 2.
11023 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11024 Adjust to make the test send itself a signal rather than using the
11025 host's "kill" command.
11026
11027 2014-03-20 Pedro Alves <palves@redhat.com>
11028
11029 * gdb.threads/multiple-step-overs.c: New file.
11030 * gdb.threads/multiple-step-overs.exp: New file.
11031 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11032 Adjust expected infrun debug output.
11033
11034 2014-03-20 Pedro Alves <palves@redhat.com>
11035
11036 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11037 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11038
11039 2014-03-20 Pedro Alves <palves@redhat.com>
11040
11041 PR breakpoints/7143
11042 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11043 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11044 of gdb_test_multiple.
11045 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11046 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11047
11048 2014-03-20 Pedro Alves <palves@redhat.com>
11049
11050 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11051 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11052
11053 2014-03-19 Pedro Alves <palves@redhat.com>
11054
11055 * gdb.base/async.exp: Remove early return.
11056
11057 2014-03-19 Pedro Alves <palves@redhat.com>
11058
11059 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11060
11061 2014-03-19 Pedro Alves <palves@redhat.com>
11062
11063 * gdb.base/async.exp (test_background): Expect \r\n after
11064 "completed." in the fail pattern.
11065
11066 2014-03-19 Pedro Alves <palves@redhat.com>
11067
11068 * gdb.base/async.exp (test_background): New procedure.
11069 Use it for all background execution command tests.
11070
11071 2014-03-19 Pedro Alves <palves@redhat.com>
11072
11073 * gdb.base/async.exp: Use prepare_for_testing.
11074
11075 2014-03-19 Pedro Alves <palves@redhat.com>
11076
11077 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11078 the same line.
11079
11080 2014-03-19 Pedro Alves <palves@redhat.com>
11081
11082 * gdb.base/async.c (main): Add "jump here" and "until here" line
11083 marker comments.
11084 * gdb.base/async.exp (jump_here): New global.
11085 (jump& test): Use it.
11086 (until_here): New global.
11087 (until& test): Use it.
11088
11089 2014-03-19 Pedro Alves <palves@redhat.com>
11090
11091 * gdb.base/async.exp: Don't frob gdb_protocol.
11092
11093 2014-03-18 Doug Evans <xdje42@gmail.com>
11094
11095 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11096 Fix spelling of exec-done-display.
11097
11098 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11099
11100 PR gdb/15358
11101 * gdb.base/gdb-sigterm.c: New file.
11102 * gdb.base/gdb-sigterm.exp: New file.
11103
11104 2014-03-18 Pedro Alves <palves@redhat.com>
11105
11106 PR gdb/13860
11107 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11108 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11109 solib-event.
11110
11111 2014-03-17 Joel Brobecker <brobecker@adacore.com>
11112
11113 * gdb.ada/pckd_arr_ren: New testcase.
11114
11115 2014-03-13 Doug Evans <xdje42@gmail.com>
11116
11117 PR guile/16612
11118 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11119 collect after discarding symbols.
11120
11121 2014-03-13 Ludovic Courtès <ludo@gnu.org>
11122 Doug Evans <xdje42@gmail.com>
11123
11124 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11125 to history survives a gc.
11126
11127 2014-03-13 Pedro Alves <palves@redhat.com>
11128
11129 * gdb.base/default.exp: Don't test "target procfs".
11130
11131 2014-03-13 Pedro Alves <palves@redhat.com>
11132
11133 * gdb.base/default.exp: Update "target child" and "target procfs"
11134 tests to not expect "Unix".
11135
11136 2014-03-12 Tom Tromey <tromey@redhat.com>
11137
11138 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11139 New procs. Add target-async tests.
11140 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11141 Add target-async tests.
11142
11143 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11144
11145 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11146 'func_start' and 'func_end' for the beginning and end of the
11147 function code, respectively.
11148 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11149 'func_end' instead of 'func' and 'main'.
11150
11151 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11152
11153 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11154 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11155 generate the debug info assembler source.
11156
11157 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11158
11159 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11160 * gdb.dwarf2/arr-subrange.exp: Likewise.
11161 * gdb.dwarf2/dwz.exp: Likewise.
11162 * gdb.dwarf2/method-ptr.exp: Likewise.
11163 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11164 * gdb.dwarf2/subrange.exp: Likewise.
11165 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11166 * gdb.dwarf2/implptrpiece.exp: Likewise.
11167 * gdb.dwarf2/nostaticblock.exp: Likewise.
11168
11169 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11170
11171 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11172 directory to absolute path name arguments.
11173
11174 2014-03-10 Joel Brobecker <brobecker@adacore.com>
11175
11176 * gdb.ada/tagged_access: New testcase.
11177
11178 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11179
11180 * gdb.btrace/data.exp: Update expected output.
11181
11182 2014-03-06 Yao Qi <yao@codesourcery.com>
11183
11184 * gdb.trace/pr16508.exp: New file.
11185
11186 2014-03-05 Pedro Alves <palves@redhat.com>
11187
11188 PR gdb/16575
11189 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11190 procedure.
11191 (top level): Adjust to use it. Add tests that exercise breakpoint
11192 interaction with the code-cache.
11193
11194 2014-02-26 Ludovic Courtès <ludo@gnu.org>
11195
11196 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11197 test for 'history-append!'.
11198
11199 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11200
11201 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11202 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11203 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11204 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11205 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11206 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11207
11208 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11209
11210 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11211 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11212 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11213
11214 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11215
11216 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11217
11218 2014-02-26 Joel Brobecker <brobecker@adacore.com>
11219
11220 * gdb.dwarf2/arr-stride.c: New file.
11221 * gdb.dwarf2/arr-stride.exp: New file.
11222
11223 2014-02-26 Pedro Alves <palves@redhat.com>
11224
11225 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11226 that won't ever trigger. Make sure that GDB reports the correct
11227 breakpoint that caused the stop.
11228
11229 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11230
11231 PR gdb/16626
11232 * gdb.base/auto-load-script: New file.
11233 * gdb.base/auto-load.c: New file.
11234 * gdb.base/auto-load.exp: New file.
11235
11236 PR gdb/16626
11237 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11238
11239 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11240
11241 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11242 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11243
11244 2014-02-24 Doug Evans <dje@google.com>
11245
11246 * lib/gdb.exp (run_on_host): Log error output if program fails.
11247
11248 2014-02-21 Pedro Alves <palves@redhat.com>
11249
11250 * gdb.threads/step-after-sr-lock.c: Rename to ...
11251 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11252 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11253 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11254 ... this.
11255
11256 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11257
11258 PR tdep/16397
11259 * gdb.arch/amd64-stap-special-operands.exp: New file.
11260 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11261 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11262 * gdb.arch/amd64-stap-triplet.S: Likewise.
11263 * gdb.arch/amd64-stap-triplet.c: Likewise.
11264
11265 2014-02-20 Joel Brobecker <brobecker@adacore.com>
11266
11267 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11268 in .section pseudo-op.
11269
11270 2014-02-20 lin zuojian <manjian2006@gmail.com>
11271 Joel Brobecker <brobecker@adacore.com>
11272 Doug Evans <xdje42@gmail.com>
11273
11274 PR symtab/16581
11275 * gdb.dwarf2/dw2-icycle.S: New file.
11276 * gdb.dwarf2/dw2-icycle.c: New file.
11277 * gdb.dwarf2/dw2-icycle.exp: New file.
11278
11279 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11280
11281 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11282 operations on gdb.Value objects.
11283 * gdb.python/py-value-cc.exp: Add new test to test operations on
11284 gdb.Value objects.
11285
11286 2014-02-18 Doug Evans <dje@google.com>
11287
11288 * Makefile.in (TESTS): New variable.
11289 (expanded_tests, expanded_tests_or_none): New variables
11290 (check-single): Pass $(expanded_tests_or_none) to runtest.
11291 (check-parallel): Only run tests in $(TESTS) if non-empty.
11292 (check/no-matching-tests-found): New rule.
11293 * README: Document TESTS makefile variable.
11294
11295 2014-02-18 Doug Evans <dje@google.com>
11296
11297 * Makefile.in (check-parallel): rm -rf outputs temp.
11298
11299 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11300
11301 Fix "ERROR: no fileid for" in the testsuite.
11302 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11303
11304 2014-02-12 Doug Evans <dje@google.com>
11305
11306 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11307 (MISCELLANEOUS): New variable.
11308 (clean): rm -rf $(MISCELLANEOUS).
11309 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11310 dwp live in the same directory as symlinks, with each symlink pointed
11311 to a differently named file in a different directory.
11312
11313 2014-02-11 Doug Evans <dje@google.com>
11314
11315 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11316 of Tcl file commands.
11317
11318 2014-02-10 Mark Kettenis <kettenis@gnu.org>
11319
11320 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11321 "kill -SIGUSR1 -1".
11322
11323 2014-02-10 Joel Brobecker <brobecker@adacore.com>
11324
11325 * gdb.ada/tick_length_array_enum_idx: New testcase.
11326
11327 2014-02-10 Doug Evans <xdje42@gmail.com>
11328
11329 * configure.ac (AC_OUTPUT): Add gdb.guile.
11330 * configure: Regenerate.
11331 * lib/gdb-guile.exp: New file.
11332 * lib/gdb.exp (get_target_charset): New function.
11333 * gdb.base/help.exp: Update expected output from "apropos apropos".
11334 * gdb.guile/Makefile.in: New file.
11335 * gdb.guile/guile.exp: New file.
11336 * gdb.guile/scm-arch.c: New file.
11337 * gdb.guile/scm-arch.exp: New file.
11338 * gdb.guile/scm-block.c: New file.
11339 * gdb.guile/scm-block.exp: New file.
11340 * gdb.guile/scm-breakpoint.c: New file.
11341 * gdb.guile/scm-breakpoint.exp: New file.
11342 * gdb.guile/scm-disasm.c: New file.
11343 * gdb.guile/scm-disasm.exp: New file.
11344 * gdb.guile/scm-equal.c: New file.
11345 * gdb.guile/scm-equal.exp: New file.
11346 * gdb.guile/scm-error.exp: New file.
11347 * gdb.guile/scm-error.scm: New file.
11348 * gdb.guile/scm-frame-args.c: New file.
11349 * gdb.guile/scm-frame-args.exp: New file.
11350 * gdb.guile/scm-frame-args.scm: New file.
11351 * gdb.guile/scm-frame-inline.c: New file.
11352 * gdb.guile/scm-frame-inline.exp: New file.
11353 * gdb.guile/scm-frame.c: New file.
11354 * gdb.guile/scm-frame.exp: New file.
11355 * gdb.guile/scm-generics.exp: New file.
11356 * gdb.guile/scm-gsmob.exp: New file.
11357 * gdb.guile/scm-iterator.c: New file.
11358 * gdb.guile/scm-iterator.exp: New file.
11359 * gdb.guile/scm-math.c: New file.
11360 * gdb.guile/scm-math.exp: New file.
11361 * gdb.guile/scm-objfile-script-gdb.in: New file.
11362 * gdb.guile/scm-objfile-script.c: New file.
11363 * gdb.guile/scm-objfile-script.exp: New file.
11364 * gdb.guile/scm-objfile.c: New file.
11365 * gdb.guile/scm-objfile.exp: New file.
11366 * gdb.guile/scm-ports.exp: New file.
11367 * gdb.guile/scm-pretty-print.c: New file.
11368 * gdb.guile/scm-pretty-print.exp: New file.
11369 * gdb.guile/scm-pretty-print.scm: New file.
11370 * gdb.guile/scm-section-script.c: New file.
11371 * gdb.guile/scm-section-script.exp: New file.
11372 * gdb.guile/scm-section-script.scm: New file.
11373 * gdb.guile/scm-symbol.c: New file.
11374 * gdb.guile/scm-symbol.exp: New file.
11375 * gdb.guile/scm-symtab-2.c: New file.
11376 * gdb.guile/scm-symtab.c: New file.
11377 * gdb.guile/scm-symtab.exp: New file.
11378 * gdb.guile/scm-type.c: New file.
11379 * gdb.guile/scm-type.exp: New file.
11380 * gdb.guile/scm-value-cc.cc: New file.
11381 * gdb.guile/scm-value-cc.exp: New file.
11382 * gdb.guile/scm-value.c: New file.
11383 * gdb.guile/scm-value.exp: New file.
11384 * gdb.guile/source2.scm: New file.
11385 * gdb.guile/types-module.cc: New file.
11386 * gdb.guile/types-module.exp: New file.
11387
11388 2014-02-10 Yao Qi <yao@codesourcery.com>
11389
11390 PR testsuite/16543
11391 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11392 * configure: Regenerated.
11393 * Makefile.in: New file.
11394
11395 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11396
11397 * gdb.python/py-framefilter.exp: Fix typo.
11398
11399 2014-02-08 Yao Qi <yao@codesourcery.com>
11400
11401 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11402 that no =breakpoint-modified is emitted when breakpoints are
11403 modified through MI commands.
11404
11405 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11406 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.threads/step-after-sr-lock.c: New file.
11409 * gdb.threads/step-after-sr-lock.exp: New file.
11410
11411 2014-02-07 Pedro Alves <palves@redhat.com>
11412
11413 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11414
11415 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11416
11417 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11418 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11419
11420 2014-02-06 Doug Evans <xdje42@gmail.com>
11421
11422 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11423 output.
11424
11425 * gdb.gdb/python-interrupts.exp: New file.
11426
11427 2014-02-05 Yao Qi <yao@codesourcery.com>
11428
11429 * gdb.trace/report.exp (use_collected_data): Test the output
11430 of "info threads" and "info inferiors".
11431
11432 2014-02-05 Yao Qi <yao@codesourcery.com>
11433
11434 Revert this patch:
11435
11436 2013-05-24 Yao Qi <yao@codesourcery.com>
11437
11438 * gdb.trace/tfile.exp: Test inferior and thread.
11439
11440 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11441
11442 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11443 on a function.
11444 * gdb.base/step-bt.c: Call hello via function pointer to make
11445 sure its first instruction is executed on powerpc64le-linux.
11446
11447 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11448
11449 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11450
11451 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11452
11453 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11454 of the test patterns for use on little-endian systems.
11455
11456 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11457
11458 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11459 (decimal_vector): Fix for little-endian.
11460
11461 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11462
11463 * gdb.arch/sparc-sysstep.exp: New file.
11464 * gdb.arch/sparc-sysstep.c: Likewise.
11465
11466 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11467
11468 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11469
11470 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11471
11472 2014-01-23 Tom Tromey <tromey@redhat.com>
11473
11474 * gdb.ada/array_char_idx: New testcase.
11475
11476 2014-01-23 Tom Tromey <tromey@redhat.com>
11477
11478 PR python/16487:
11479 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11480 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11481 classes.
11482
11483 2014-01-23 Tom Tromey <tromey@redhat.com>
11484
11485 PR python/16491:
11486 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11487 string from an inferior frame.
11488 * gdb.python/py-framefilter-mi.exp: Update.
11489
11490 2014-01-22 Doug Evans <dje@google.com>
11491
11492 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11493
11494 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11495
11496 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11497
11498 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11499
11500 * gdb.trace/entry-values.exp: Remove excess space character from
11501 regex patterns. Handle s390 call instruction.
11502
11503 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11504
11505 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11506 define "*_start" label. Make "name" static.
11507 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11508 ${name} by references to ${name}_start.
11509
11510 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11511
11512 * gdb.base/info-macros.exp: Remove "debug" from the compile
11513 options.
11514
11515 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11516
11517 * gdb.dlang/demangle.exp: New file.
11518
11519 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11520
11521 * gdb.dlang/primitive-types.exp: New file.
11522
11523 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11524
11525 * configure.ac: Create gdb.dlang/Makefile.
11526 * configure: Regenerate.
11527 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11528 * gdb.dlang/Makefile.in: New file.
11529 * lib/d-support.exp: New file.
11530 * lib/gdb.exp (skip_d_tests): New proc.
11531
11532 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11533
11534 * gdb.btrace/delta.exp: Check reverse stepi.
11535 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11536 * gdb.btrace/finish.exp: New.
11537 * gdb.btrace/next.exp: New.
11538 * gdb.btrace/nexti.exp: New.
11539 * gdb.btrace/record_goto.c: Add comments.
11540 * gdb.btrace/step.exp: New.
11541 * gdb.btrace/stepi.exp: New.
11542 * gdb.btrace/multi-thread-step.c: New.
11543 * gdb.btrace/multi-thread-step.exp: New.
11544 * gdb.btrace/rn-dl-bind.c: New.
11545 * gdb.btrace/rn-dl-bind.exp: New.
11546 * gdb.btrace/data.c: New.
11547 * gdb.btrace/data.exp: New.
11548 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11549
11550 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11551
11552 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11553 * gdb.btrace/exception.exp: Update.
11554 * gdb.btrace/instruction_history.exp: Update.
11555 * gdb.btrace/record_goto.exp: Update.
11556 * gdb.btrace/tailcall.exp: Update.
11557 * gdb.btrace/unknown_functions.exp: Update.
11558 * gdb.btrace/delta.exp: New.
11559
11560 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11561
11562 * gdb.btrace/record_goto.exp: Add backtrace test.
11563 * gdb.btrace/tailcall.exp: Add backtrace test.
11564
11565 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11566
11567 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11568 * gdb.btrace/record_goto.c: New.
11569 * gdb.btrace/record_goto.exp: New.
11570 * gdb.btrace/x86-record_goto.S: New.
11571
11572 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11573
11574 * gdb.btrace/function_call_history.exp: Update tests.
11575 * gdb.btrace/instruction_history.exp: Update tests.
11576
11577 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11578
11579 * gdb.btrace/function_call_history.exp: Fix expected field
11580 order for "record function-call-history".
11581 Add new tests for "record function-call-history /c".
11582 * gdb.btrace/exception.cc: New.
11583 * gdb.btrace/exception.exp: New.
11584 * gdb.btrace/tailcall.exp: New.
11585 * gdb.btrace/x86-tailcall.S: New.
11586 * gdb.btrace/x86-tailcall.c: New.
11587 * gdb.btrace/unknown_functions.c: New.
11588 * gdb.btrace/unknown_functions.exp: New.
11589 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11590
11591 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11592
11593 * gdb.btrace/instruction_history.exp: Update.
11594 * gdb.btrace/function_call_history.exp: Update.
11595
11596 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11597
11598 * gdb.btrace/function_call_history.exp: Fix expected function
11599 trace.
11600 * gdb.btrace/instruction_history.exp: Initialize traced.
11601 Remove traced_functions.
11602
11603 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11604
11605 * gdb.btrace/function_call_history.exp: Update
11606 * gdb.btrace/instruction_history.exp: Update.
11607
11608 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11609
11610 * gdb.btrace/enable.exp: Update expected text.
11611
11612 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11613
11614 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11615 bytes.
11616
11617 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11618
11619 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11620
11621 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11622
11623 * lib/gdb.exp (supports_process_record): Return true for
11624 arm*-linux*. (supports_reverse): Likewise.
11625
11626 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11627
11628 PR python/15464
11629 PR python/16113
11630 * gdb.python/py-type.c: Enhance test case.
11631 * gdb.python/py-value-cc.cc: Likewise
11632 * gdb.python/py-type.exp: Add new tests.
11633 * gdb.python/py-value-cc.exp: Likewise
11634
11635 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11636 Pedro Alves <palves@redhat.com>
11637
11638 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11639 Make "name" extern.
11640 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11641 references to ${name}_start by references to ${name}.
11642
11643 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11644
11645 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11646
11647 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11648
11649 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11650
11651 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11652 Pedro Alves <palves@redhat.com>
11653
11654 * gdb.mi/mi-info-os.exp: Connect to the target with
11655 mi_gdb_target_load.
11656
11657 2014-01-08 Pedro Alves <palves@redhat.com>
11658
11659 * gdb.threads/reconnect-signal.c: New file.
11660 * gdb.threads/reconnect-signal.exp: New file.
11661
11662 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11663
11664 * gdb.base/source-dir.exp: New file.
11665
11666 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11667
11668 * gdb.ada/mi_interface: New testcase.
11669
11670 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11671
11672 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11673 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11674 gdb.ada/pp-rec-component/pck.ads: New files.
11675
11676 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11677
11678 * gdb.python/py-pp-integral.c: New file.
11679 * gdb.python/py-pp-integral.py: New file.
11680 * gdb.python/py-pp-integral.exp: New file.
11681
11682 For older changes see ChangeLog-1993-2013.
11683 \f
11684 ;; Local Variables:
11685 ;; mode: change-log
11686 ;; left-margin: 8
11687 ;; fill-column: 74
11688 ;; version-control: never
11689 ;; End:
11690
11691 Copyright 2014-2017 Free Software Foundation, Inc.
11692 Copying and distribution of this file, with or without modification,
11693 are permitted provided the copyright notice and this notice are preserved.
This page took 0.294579 seconds and 4 git commands to generate.