]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb: Fix bug with dbx style func command.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4 results.
5
6 2015-10-12 Yao Qi <yao.qi@linaro.org>
7
8 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9
10 2015-10-12 Yao Qi <yao.qi@linaro.org>
11
12 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13 is aarch64*-*-linux*.
14
15 2015-10-12 Yao Qi <yao.qi@linaro.org>
16
17 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18 (can_relocate_bcond_true): ... it.
19 (can_relocate_bcond_false): New function.
20 (foo): Likewise.
21 (can_relocate_bl): Likewise.
22 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
23 can_relocate_bl.
24
25 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
26
27 * gdb.base/nested-addr.c: New file.
28 * gdb.base/nested-addr.exp: New testcase.
29
30 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
31
32 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
33 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
34 its output. Ignore the output of "record goto begin" and instead
35 check that GDB is replaying.
36
37 2015-10-09 Pedro Alves <palves@redhat.com>
38
39 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
40 (top level): Use it in the run with no args test.
41
42 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
43
44 * gdb.dlang/properties.exp: New file.
45
46 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
47
48 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
49 whether or not address 0x1000 is mapped on the target.
50
51 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
52
53 * gdb.python/py-type.exp: Do not run tests if binaries fail to
54 build.
55
56 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
57
58 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
59 instruction-history test.
60
61 2015-09-28 Doug Evans <dje@google.com>
62
63 * gdb.base/gcore.c (array_func): Add reference to static_array.
64
65 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
66
67 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
68 source line.
69
70 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
71
72 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
73 short or char as base type.
74
75 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
76
77 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
78 to allow any size enum.
79
80 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
81
82 * gdb.ada/array_ptr_renaming.exp: New testcase.
83 * gdb.ada/array_ptr_renaming/foo.adb: New file.
84 * gdb.ada/array_ptr_renaming/pack.ads: New file.
85
86 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
87
88 * gdb.trace/ftrace-lock.c: New file.
89 * gdb.trace/ftrace-lock.exp: New file.
90
91 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
92
93 * gdb.arch/insn-reloc.c: New file.
94 * gdb.arch/ftrace-insn-reloc.exp: New file.
95
96 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
97
98 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
99 instruction.
100 * gdb.trace/pendshr1.c (pendfunc): Likewise.
101 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
102 * gdb.trace/range-stepping.c: Likewise.
103 * gdb.trace/trace-break.c: Likewise.
104 * gdb.trace/trace-mt.c (thread_function): Likewise.
105 * gdb.trace/ftrace.c (marker): Likewise.
106 * gdb.trace/trace-condition.c (marker): Likewise.
107 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
108 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
109 is_aarch64_target.
110
111 2015-09-18 Doug Evans <xdje42@gmail.com>
112
113 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
114 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
115
116 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
117
118 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
119 the breakpoint.
120
121 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
122
123 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
124 the pending breakpoint. Remove timeout override for "Run till
125 MI pending breakpoint on pendfunc3 on thread 2" test.
126
127 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
128
129 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
130 filename pattern.
131
132 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
133
134 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
135 in breakpoint filename pattern.
136
137 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
138
139 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
140
141 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
142
143 * gdb.linespec/explicit.exp: Check for readline support for
144 tab-completion tests. Fix obvious typo.
145
146 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
147
148 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
149 and replay.
150
151 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
152
153 * gdb.btrace/non-stop.c: New.
154 * gdb.btrace/non-stop.exp: New.
155
156 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
157 Yao Qi <yao.qi@linaro.org>
158
159 * gdb.trace/trace-condition.c: New file.
160 * gdb.trace/trace-condition.exp: New file.
161
162 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
163
164 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
165 for testing bytecode compilation.
166
167 2015-09-16 Pedro Alves <palves@redhat.com>
168 Sandra Loosemore <sandra@codesourcery.com>
169
170 * gdb.threads/non-stop-fair-events.c (timeout): New global.
171 (SECONDS): Redefine.
172 (main): Call pthread_kill and alarm early.
173 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
174 support.
175 (test): If the target can't hardware step and doesn't support
176 displaced stepping, increase the timeout.
177
178 2015-09-16 Pedro Alves <palves@redhat.com>
179
180 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
181 (enable_debug): New procedures.
182 (test): Use them. Bail out if waiting for threads fails.
183 (top level): Bail out if a test fails.
184
185 2015-09-16 Yao Qi <yao.qi@linaro.org>
186
187 * gdb.asm/asm-source.exp: Set asm-arch for
188 aarch64*-*-* target.
189 * gdb.asm/aarch64.inc: New file.
190
191 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
192
193 * gdb.ada/array_of_variable_length.exp: New testcase.
194 * gdb.ada/array_of_variable_length/foo.adb: New file.
195 * gdb.ada/array_of_variable_length/pck.adb: New file.
196 * gdb.ada/array_of_variable_length/pck.ads: New file.
197
198 2015-09-15 Doug Evans <dje@google.com>
199
200 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
201 of function static local variable.
202
203 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
204
205 * gdb.threads/tls-so_extern.exp: New test file.
206 * gdb.threads/tls-so_extern.c: New test file.
207 * gdb.threads/tls-so_extern_main.c: New test file.
208
209 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
210
211 * gdb.opt/solib-intra-step-lib.c: New file.
212 * gdb.opt/solib-intra-step-main.c: New file.
213 * gdb.opt/solib-intra-step.exp: New file.
214
215 2015-09-15 Pedro Alves <palves@redhat.com>
216
217 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
218 gdb_continue_to_breakpoint instead of gdb_test_multiple.
219
220 2015-09-14 Pedro Alves <palves@redhat.com>
221
222 * gdb.base/hook-stop-continue.c: Delete.
223 * gdb.base/hook-stop-continue.exp: Delete.
224 * gdb.base/hook-stop-frame.c: Delete.
225 * gdb.base/hook-stop-frame.exp: Delete.
226 * gdb.base/hook-stop.c: New file.
227 * gdb.base/hook-stop.exp: New file.
228
229 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
230
231 * gdb.ada/access_to_packed_array.exp: New testcase.
232 * gdb.ada/access_to_packed_array/foo.adb: New file.
233 * gdb.ada/access_to_packed_array/pack.adb: New file.
234 * gdb.ada/access_to_packed_array/pack.ads: New file.
235
236 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
237
238 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
239 buffer size test.
240
241 2015-09-11 Don Breazeal <donb@codesourcery.com>
242
243 * gdb.base/foll-exec.c: Add copyright header. Fix
244 formatting issues.
245 * gdb.base/foll-exec.exp (zap_session): Delete proc.
246 (do_exec_tests): Use clean_restart in place of zap_session,
247 and for test initialization. Fix formatting issues. Use
248 fail in place of perror.
249 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
250 an expect statement to match an expression with output from
251 the program under debug.
252 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
253 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
254 * gdb.threads/non-ldr-exc-2.exp: Likewise.
255 * gdb.threads/non-ldr-exc-3.exp: Likewise.
256 * gdb.threads/non-ldr-exc-4.exp: Likewise.
257
258 2015-09-09 Doug Evans <dje@google.com>
259
260 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
261
262 2015-09-09 Doug Evans <dje@google.com>
263
264 * gdb.base/pie-execl.exp: Fix result test of build_executable.
265
266 2015-09-09 Doug Evans <dje@google.com>
267
268 * gdb.base/savedregs.exp: Fix typo.
269
270 2015-09-09 Pedro Alves <palves@redhat.com>
271
272 * gdb.mi/mi-cli.exp: Add CLI finish tests.
273
274 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
275
276 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
277 command actually switches threads. Give up on remaining
278 tests if target fails to stop at breakpoint.
279
280 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
281
282 * gdb.ada/funcall_char.exp: New testcase.
283 * gdb.ada/funcall_char/foo.adb: New file.
284
285 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
286
287 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
288 expected outputs. Add two testcases for completing ambiguous
289 functions.
290 * gdb.ada/complete/aux_pck.adb: New file.
291 * gdb.ada/complete/aux_pck.ads: New file.
292 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
293 Ambiguous_Func functions.
294 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
295 * gdb.ada/complete/pck.adb: Likewise.
296
297 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
298
299 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
300 failures to run the test program under GDB.
301
302 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
303
304 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
305 to C.
306
307 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
308
309 * gdb.base/run-after-attach.exp: New test file.
310 * gdb.base/run-after-attach.c: New test file.
311
312 2015-08-26 Don Breazeal <donb@codesourcery.com>
313
314 * gdb.base/foll-exec-2.c: New test program.
315 * gdb.base/foll-exec-2.exp: New test.
316
317 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
318
319 * gdb.base/nested-subp1.exp: New file.
320 * gdb.base/nested-subp1.c: New file.
321 * gdb.base/nested-subp2.exp: New file.
322 * gdb.base/nested-subp2.c: New file.
323 * gdb.base/nested-subp3.exp: New file.
324 * gdb.base/nested-subp3.c: New file.
325
326 2015-08-24 Pedro Alves <palves@redhat.com>
327
328 * gdb.server/connect-without-multi-process.c: New file.
329 * gdb.server/connect-without-multi-process.exp: New file.
330
331 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
332
333 * gdb.opt/inline-markers.c: Make z int.
334
335 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
336
337 * gdb.opt/inline-markers.c: Make z volatile.
338
339 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
340
341 * gdb.opt/inline-bt.c: New volatile global z.
342 * gdb.opt/inline-cmds.c: Likewise.
343 * gdb.opt/inline-locals.c: Likewise.
344 * gdb.opt/inline-markers.c: New extern global z.
345 (marker): Use z.
346 (inline_fn): Likewise.
347
348 2015-08-24 Pedro Alves <palves@redhat.com>
349
350 * config/m32r-stub.exp: Remove file.
351 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
352 * gdb.base/call-rt-st.exp: Likewise.
353 * gdb.base/call-strs.exp: Likewise.
354 * gdb.base/default.exp: Remove references to h8300-*-hms and
355 *-*-udi*.
356 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
357
358 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
359
360 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
361 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
362 and "return" use KFAIL when GDB can not read/write the vector
363 return value.
364
365 2015-08-21 Gary Benson <gbenson@redhat.com>
366
367 * gdb.trace/pending.exp: Cope with remote transfer warnings.
368
369 2015-08-20 Pedro Alves <palves@redhat.com>
370
371 * gdb.server/solib-list.exp: No longer expect an interior stop in
372 non-stop mode.
373
374 2015-08-20 Pedro Alves <palves@redhat.com>
375
376 * gdb.server/connect-stopped-target.c: New file.
377 * gdb.server/connect-stopped-target.exp: New file.
378
379 2015-08-20 Pedro Alves <palves@redhat.com>
380
381 * gdb.dwarf2/comp-unit-lang.exp: New file.
382 * gdb.dwarf2/comp-unit-lang.c: New file.
383
384 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
385
386 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
387 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
388
389 2015-08-19 Kevin Buettner <kevinb@redhat.com>
390
391 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
392 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
393
394 2015-08-18 Doug Evans <dje@google.com>
395 Adrian Sendroiu <adrian.sendroiu@freescale.com>
396
397 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
398 skip_python_tests. New arg prompt_regexp.
399 (skip_python_tests): New function.
400 * lib/mi-support.exp (mi_skip_python_tests): New function.
401 * gdb.python/py-mi-objfile-gdb.py: New file.
402 * gdb.python/py-mi-objfile.c: New file.
403 * gdb.python/py-mi-objfile.exp: New file.
404
405 2015-08-17 Keith Seitz <keiths@redhat.com>
406
407 * gdb.linespec/explicit.exp: Move strace test from here ...
408 * gdb.trace/strace.exp: ... to here.
409
410 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
411
412 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
413 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
414
415 2015-08-14 Doug Evans <xdje42@gmail.com>
416
417 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
418 inferior before selecting a new file.
419
420 2015-08-14 Doug Evans <xdje42@gmail.com>
421
422 * gdb.mi/mi-disassemble.exp: Update.
423 * gdb.base/disasm-optim.S: New file.
424 * gdb.base/disasm-optim.c: New file.
425 * gdb.base/disasm-optim.h: New file.
426 * gdb.base/disasm-optim.exp: New file.
427
428 2015-08-14 Keith Seitz <keiths@redhat.com>
429
430 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
431 "evaluated-by".
432
433 2015-08-13 Joel Brobecker <brobecker@adacore.com>
434
435 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
436
437 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
438
439 * gdb.ada/fun_renaming.exp: New testcase.
440 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
441 * gdb.ada/fun_renaming/pack.adb: New file.
442 * gdb.ada/fun_renaming/pack.ads: New file.
443
444 2015-08-12 Keith Seitz <keiths@redhat.com>
445
446 * gdb.base/dso2dso.exp: Pass basename of source file in call to
447 gdb_get_line_number.
448
449 2015-08-12 Joel Brobecker <brobecker@adacore.com>
450
451 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
452 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
453 gdb.base/dso2dso.exp: New files.
454
455 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
456 Pedro Alves <palves@redhat.com>
457 Keith Seitz <keiths@redhat.com>
458
459 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
460 GDBFLAGS.
461
462 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
463
464 * gdb.base/gdbhistsize-history.exp
465 (test_histsize_history_setting): Use save_vars.
466 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
467 Use save_vars.
468 (test_no_truncation_of_unlimited_history_file): Use save_vars.
469 * gdb.base/readline.exp: Use save_vars.
470
471 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
472
473 * lib/gdb.exp (save_vars): New proc.
474
475 2015-08-11 Keith Seitz <keiths@redhat.com>
476
477 * gdb.base/help.exp: Update help_breakpoint_text.
478
479 2015-08-11 Keith Seitz <keiths@redhat.com>
480
481 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
482 (at toplevel): Call test_explicit_breakpoints.
483 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
484 breakpoints.
485 * lib/mi-support.exp (mi_make_breakpoint): Add support for
486 breakpoint conditions, "-cond".
487
488 2015-08-11 Keith Seitz <keiths@redhat.com>
489
490 * gdb.linespec/3explicit.c: New file.
491 * gdb.linespec/cpexplicit.cc: New file.
492 * gdb.linespec/cpexplicit.exp: New file.
493 * gdb.linespec/explicit.c: New file.
494 * gdb.linespec/explicit.exp: New file.
495 * gdb.linespec/explicit2.c: New file.
496 * gdb.linespec/ls-errs.exp: Add explicit location tests.
497 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
498 before using in the matching pattern.
499 Clarify that `prefix' is a regular expression.
500
501 2015-08-11 Keith Seitz <keiths@redhat.com>
502
503 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
504 test.
505 Add tests for missing ",FMT" and ",".
506
507 2015-08-10 Doug Evans <dje@google.com>
508 Keith Seitz <keiths@redhat.com>
509
510 PR gdb/17960
511 * gdb.base/completion.exp: Add location completer tests.
512
513 2015-08-07 Pedro Alves <palves@redhat.com>
514
515 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
516 tests here.
517 (top level): Run do_test with and without displaced stepping.
518
519 2015-08-07 Pedro Alves <palves@redhat.com>
520
521 * gdb.base/valgrind-disp-step.c: New file.
522 * gdb.base/valgrind-disp-step.exp: New file.
523
524 2015-08-07 Pedro Alves <palves@redhat.com>
525
526 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
527 Delete function.
528 (main): Add alarm. Run an infinite loop instead of calling
529 wait_threads.
530 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
531 comment.
532 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
533 Delete function.
534 (main): Add alarm. Run an infinite loop instead of calling
535 wait_threads.
536 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
537 comment.
538
539 2015-08-07 Pedro Alves <palves@redhat.com>
540
541 * gdb.base/checkpoint-ns.exp: New file.
542 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
543 standard_testfile.
544
545 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
546
547 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
548 * gdb.btrace/instruction_history.exp: Update.
549 * gdb.btrace/tsx.exp: New.
550 * gdb.btrace/tsx.c: New.
551
552 2015-08-06 Pedro Alves <palves@redhat.com>
553
554 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
555 increase timeout.
556 * gdb.reverse/until-precsave.exp: Bump timeouts.
557
558 2015-08-06 Pedro Alves <palves@redhat.com>
559
560 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
561
562 2015-08-06 Pedro Alves <palves@redhat.com>
563
564 PR gdb/18749
565 * gdb.threads/process-dies-while-handling-bp.c: New file.
566 * gdb.threads/process-dies-while-handling-bp.exp: New file.
567
568 2015-08-06 Pedro Alves <palves@redhat.com>
569
570 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
571 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
572
573 2015-08-05 Pedro Alves <palves@redhat.com>
574
575 * gdb.threads/next-while-other-thread-longjmps.c: New file.
576 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
577
578 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
579
580 * gdb.base/bp-permanent.exp: Report test as unsupported if
581 the target cannot stop at the permanent breakpoint.
582
583 2015-08-03 Doug Evans <dje@google.com>
584
585 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
586 10000.
587
588 2015-08-03 Doug Evans <dje@google.com>
589
590 * Makefile.in (workers/%.worker, build-perf): New rule.
591 (GDB_PERFTEST_MODE): New variable.
592 (check-perf): Use it.
593 (clean): Clean up gdb.perf parallel build subdirs.
594 * lib/build-piece.exp: New file.
595 * lib/gdb.exp (make_gdb_parallel_path): New function
596 (standard_output_file, standard_temp_file): Call it.
597 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
598 of $GDB_PARALLEL.
599 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
600
601 2015-08-03 Doug Evans <dje@google.com>
602
603 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
604 (LOG_FILE_NAME): New global.
605 (TextReporter.__init__): Initialize self.txt_sum.
606 (TextReporter.report): Add support for multiple data-points.
607 Move report to perftest.sum, put raw data in perftest.log.
608 (TextReporter.start): Open sum and log files.
609 (TextReporter.end): Close sum and log files.
610 * gdb.perf/lib/perftest/testresult.py
611 (SingleStatisticTestResult.record): Handle multiple data-points.
612
613 2015-07-31 Pedro Alves <palves@redhat.com>
614
615 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
616 Use spawn_id_get_pid. Wait for spawn id after eof. Use
617 kill_wait_spawned_process instead of explicit "kill -9".
618 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
619 returning a spawn id instead of a pid. Use spawn_id_get_pid and
620 kill_wait_spawned_process.
621 * gdb.base/attach-twice.exp: Likewise.
622 * gdb.base/attach.exp: Likewise.
623 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
624 gdb_test_multiple.
625 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
626 returning a spawn id instead of a pid. Use spawn_id_get_pid and
627 kill_wait_spawned_process.
628 * gdb.base/valgrind-infcall.exp: Likewise.
629 * gdb.multi/multi-attach.exp: Likewise.
630 * gdb.python/py-prompt.exp: Likewise.
631 * gdb.python/py-sync-interp.exp: Likewise.
632 * gdb.server/ext-attach.exp: Likewise.
633 * gdb.threads/attach-into-signal.exp (corefunc): Use
634 spawn_wait_for_attach, spawn_id_get_pid and
635 kill_wait_spawned_process.
636 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
637 spawn_wait_for_attach returning a spawn id instead of a pid. Use
638 spawn_id_get_pid and kill_wait_spawned_process.
639 * gdb.threads/attach-stopped.exp (corefunc): Use
640 spawn_wait_for_attach, spawn_id_get_pid and
641 kill_wait_spawned_process.
642 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
643 Use spawn_id_get_pid. Wait for spawn id after eof. Use
644 kill_wait_spawned_process instead of explicit "kill -9".
645 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
646 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
647 (spawn_wait_for_attach): Use spawn instead of exec to spawn
648 processes. Don't map cygwin/windows pids here. Now returns a
649 spawn id list.
650
651 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
652
653 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
654 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
655 correct patch.
656
657 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
658
659 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
660
661 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
662
663 Reapply:
664 2014-05-21 Mark Wielaard <mjw@redhat.com>
665
666 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
667
668 2015-07-30 Pedro Alves <palves@redhat.com>
669
670 * linux-low.c (handle_extended_wait): Set the child's last
671 reported status to TARGET_WAITKIND_STOPPED.
672
673 2015-07-30 Pedro Alves <palves@redhat.com>
674
675 PR threads/18600
676 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
677 only shows inferior 1.
678
679 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
680 Pedro Alves <palves@redhat.com>
681
682 PR threads/18600
683 * gdb.threads/fork-plus-threads.c: New file.
684 * gdb.threads/fork-plus-threads.exp: New file.
685
686 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
687
688 * gdb.base/batch-preserve-term-settings.exp
689 (test_terminal_settings_preserved_after_cli_exit): Use
690 send_quit_command.
691
692 2015-07-29 Pedro Alves <palves@redhat.com>
693 Don Breazeal <donb@codesourcery.com>
694
695 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
696 output from both inferior_spawn_id and gdb_spawn_id.
697
698 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
699
700 * gdb.threads/attach-into-signal.exp (corefunc): Use
701 with_test_prefix on nested loops, uniquefying the test messages.
702
703 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
704
705 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
706 commit.
707
708 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
709
710 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
711 New proc.
712 (test_terminal_settings_preserved_after_sigterm): New test.
713
714 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
715
716 * gdb.base/batch-preserve-term-settings.exp
717 (test_terminal_settings_preserved_after_cli_exit): New test.
718
719 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
720
721 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
722 manipulation of saved_gdbflags.
723 (test_terminal_settings_preserved): Remove global declaration of
724 the unused variable pagination_prompt. Remove manipulation of
725 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
726 GDBFLAGS.
727
728 2015-07-29 Pedro Alves <palves@redhat.com>
729
730 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
731
732 2015-07-29 Pedro Alves <palves@redhat.com>
733
734 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
735 at the top.
736
737 2015-07-29 Pedro Alves <palves@redhat.com>
738
739 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
740 (main): Call gdb_unbuffer_output.
741 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
742 (main): Call gdb_unbuffer_output.
743 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
744 (main): Call gdb_unbuffer_output.
745 * gdb.base/call-strs.exp: Adjust to step over the
746 gdb_unbuffer_output call.
747 * gdb.base/catch-gdb-caused-signals.c: Include
748 "../lib/unbuffer_output.c".
749 (main): Call gdb_unbuffer_output.
750 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
751 (main): Call gdb_unbuffer_output.
752 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
753 (main): Call gdb_unbuffer_output.
754 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
755 (main): Call gdb_unbuffer_output.
756 * gdb.base/shlib-call.exp: Adjust to step over the
757 gdb_unbuffer_output call.
758 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
759 (main): Call gdb_unbuffer_output.
760 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
761 (main): Call gdb_unbuffer_output.
762 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
763 (main): Rename to ...
764 (test): ... this.
765 (main): Reimplement.
766 * gdb.base/varargs.exp: Run to test instead of to main.
767 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
768 (main): Call gdb_unbuffer_output.
769
770 2015-07-29 Pedro Alves <palves@redhat.com>
771
772 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
773 factore out from mi_continue_dprintf. For call-style dprintfs,
774 expect dprintf output out of $inferior_spawn_id.
775 (mi_continue_dprintf): Use mi_expect_dprintf.
776 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
777 (main): Call gdb_unbuffer_output.
778
779 2015-07-29 Pedro Alves <palves@redhat.com>
780
781 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
782 (default_mi_gdb_start): Set inferior_spawn_id instead of
783 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
784 gdb_spawn_id.
785 (mi_gdb_test): Always expect inferior output from both
786 $inferior_spawn_id and $gdb_spawn_id.
787
788 2015-07-29 Pedro Alves <palves@redhat.com>
789
790 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
791 send_inferior and $inferior_spawn_id.
792
793 2015-07-29 Pedro Alves <palves@redhat.com>
794
795 * gdb.gdb/complaints.exp (test_initial_complaints)
796 (test_serial_complaints, test_short_complaints): Use
797 gdb_test_stdio.
798 (test_empty_complaint): Handle $inferior_spawn_id !=
799 $gdb_spawn_id.
800
801 2015-07-29 Pedro Alves <palves@redhat.com>
802
803 * gdb.base/varargs.exp: Use gdb_test_stdio.
804
805 2015-07-29 Pedro Alves <palves@redhat.com>
806
807 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
808
809 2015-07-29 Pedro Alves <palves@redhat.com>
810
811 * gdb.base/ending-run.exp: Use gdb_test_stdio.
812
813 2015-07-29 Pedro Alves <palves@redhat.com>
814
815 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
816 parameter into two new parameters, "inf_result" and "gdb_result".
817 Expect inferior output and gdb output from $inferior_spawn_id and
818 $gdb_spawn_id, respectively. Adjust all callers.
819
820 2015-07-29 Pedro Alves <palves@redhat.com>
821
822 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
823 of gdb_test_sequence.
824
825 2015-07-29 Pedro Alves <palves@redhat.com>
826
827 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
828 (saw_spurious_output): Expect inferior output from
829 $inferior_spawn_id. Use gdb_test_stdio.
830
831 2015-07-29 Pedro Alves <palves@redhat.com>
832
833 * gdb.base/dprintf.exp: Use standard_testfile. Change
834 prepare_for_testing call.
835 (srcfile): Don't set.
836 (restart): New procedure.
837 (test_dprintf): New procecure, use to continue over dprintfs.
838 (test_call, test_agent): New procedures, tests moved here.
839 Restart gdb and recreate dprintfs. Adjust expected output.
840
841 2015-07-29 Pedro Alves <palves@redhat.com>
842
843 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
844
845 2015-07-29 Pedro Alves <palves@redhat.com>
846
847 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
848
849 2015-07-29 Pedro Alves <palves@redhat.com>
850
851 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
852 gdb_test_stdio.
853
854 2015-07-29 Pedro Alves <palves@redhat.com>
855
856 * lib/gdb.exp (gdb_test_stdio): New procedure.
857
858 2015-07-29 Pedro Alves <palves@redhat.com>
859
860 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
861
862 2015-07-29 Pedro Alves <palves@redhat.com>
863
864 * gdb.base/call-signal-resume.exp: Remove check for
865 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
866 * gdb.base/unwindonsignal.exp: Likewise.
867 * gdb.base/call-signals.c (gen_signal): Remove printf call.
868 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
869
870 2015-07-29 Pedro Alves <palves@redhat.com>
871
872 * gdb.base/siginfo-addr.c (pass): New function.
873 (handler): Call it iff si_addr is correct.
874 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
875 Set a breakpoint at "pass" and continue to it.
876
877 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
878
879 * gdb.python/py-objfile.exp: Make some tests have unique names.
880 * gdb.python/py-pp-registration.exp: Likewise.
881
882 2015-07-28 Pedro Alves <palves@redhat.com>
883
884 * gdb.server/server-exec-info.exp: Issue a "disconnect".
885
886 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
887
888 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
889
890 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
891
892 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
893
894 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
895
896 * gdb.base/gdb-sigterm-2.exp: New test.
897
898 2015-07-25 Doug Evans <xdje42@gmail.com>
899
900 Revert:
901 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
902 (workers/%.worker, build-perf): New rule.
903 (GDB_PERFTEST_MODE): New variable.
904 (check-perf): Use it.
905 (clean): Clean up gdb.perf parallel build subdirs.
906 * lib/build-piece.exp: New file.
907 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
908 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
909 name.
910 (standard_temp_file): Ditto.
911 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
912 of $GDB_PARALLEL.
913
914 2015-07-24 Doug Evans <dje@google.com>
915
916 * gdb.perf/lib/perftest/utils.py: New file.
917 * gdb.perf/gm-hello.cc: New file.
918 * gdb.perf/gm-pervasive-typedef.cc: New file.
919 * gdb.perf/gm-pervasive-typedef.h: New file.
920 * gdb.perf/gm-std.cc: New file.
921 * gdb.perf/gm-std.h: New file.
922 * gdb.perf/gm-use-cerr.cc: New file.
923 * gdb.perf/gm-utils.h: New file.
924 * gdb.perf/gmonster-null-lookup.py: New file.
925 * gdb.perf/gmonster-pervasive-typedef.py: New file.
926 * gdb.perf/gmonster-print-cerr.py: New file.
927 * gdb.perf/gmonster-ptype-string.py: New file.
928 * gdb.perf/gmonster-runto-main.py: New file.
929 * gdb.perf/gmonster-select-file.py: New file.
930 * gdb.perf/gmonster1-null-lookup.exp: New file.
931 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
932 * gdb.perf/gmonster1-print-cerr.exp: New file.
933 * gdb.perf/gmonster1-ptype-string.exp: New file.
934 * gdb.perf/gmonster1-runto-main.exp: New file.
935 * gdb.perf/gmonster1-select-file.exp: New file.
936 * gdb.perf/gmonster1.cc: New file.
937 * gdb.perf/gmonster1.exp: New file.
938 * gdb.perf/gmonster2-null-lookup.exp: New file.
939 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
940 * gdb.perf/gmonster2-print-cerr.exp: New file.
941 * gdb.perf/gmonster2-ptype-string.exp: New file.
942 * gdb.perf/gmonster2-runto-main.exp: New file.
943 * gdb.perf/gmonster2-select-file.exp: New file.
944 * gdb.perf/gmonster2.cc: New file.
945 * gdb.perf/gmonster2.exp: New file.
946
947 2015-07-24 Doug Evans <dje@google.com>
948
949 * gdb.perf/README: New file.
950 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
951 * lib/gen-perf-test.exp: New file.
952
953 2015-07-24 Doug Evans <dje@google.com>
954
955 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
956 (PerfTest::startup): New function.
957 (PerfTest::run): Return result of calling body.
958 (PerfTest::assemble): Rewrite.
959 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
960 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
961 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
962 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
963 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
964
965 2015-07-24 Doug Evans <dje@google.com>
966
967 * lib/gdb.exp (clean_restart): Make executable optional.
968
969 2015-07-24 Doug Evans <dje@google.com>
970
971 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
972 compiler_info references.
973 * gdb.cp/temargs.exp: Ditto.
974 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
975 (get_compiler_info): Early exit if already computed. Set compiler_info
976 to "unknown" if there was a problem.
977 (test_compiler_info): Add function comment. Call get_compiler_info.
978
979 2015-07-24 Doug Evans <dje@google.com>
980
981 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
982 (workers/%.worker, build-perf): New rule.
983 (GDB_PERFTEST_MODE): New variable.
984 (check-perf): Use it.
985 (clean): Clean up gdb.perf parallel build subdirs.
986 * lib/build-piece.exp: New file.
987 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
988 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
989 name.
990 (standard_temp_file): Ditto.
991 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
992 of $GDB_PARALLEL.
993
994 2015-07-24 Doug Evans <dje@google.com>
995
996 * lib/future.exp (gdb_default_target_compile): New option
997 "early_flags".
998 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
999 --as-needed.
1000
1001 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
1002
1003 * gdb.base/catch-syscall.exp: Call gdb_exit before
1004 gdb_skip_xml_test.
1005
1006 2015-07-24 Pedro Alves <palves@redhat.com>
1007
1008 * gdb.python/py-events.exp: Accept output between the stop event
1009 and the prompt.
1010 * gdb.python/py-evsignal.exp: Likewise.
1011 * gdb.python/py-evthreads.exp: Likewise.
1012
1013 2015-07-24 Pedro Alves <palves@redhat.com>
1014
1015 PR gdb/18717
1016 * gdb.threads/non-ldr-exit.c: New file.
1017 * gdb.threads/non-ldr-exit.exp: New file.
1018
1019 2015-07-24 Yao Qi <yao.qi@linaro.org>
1020
1021 * gdb.server/ext-wrapper.exp: Test --wrapper option when
1022 restarting process.
1023
1024 2015-07-24 Yao Qi <yao.qi@linaro.org>
1025
1026 * gdb.server/ext-restart.exp: New file.
1027
1028 2015-07-24 Yao Qi <yao.qi@linaro.org>
1029
1030 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
1031 argument options.
1032 * gdb.server/ext-wrapper.exp: New file.
1033
1034 2015-07-23 Doug Evans <dje@google.com>
1035
1036 * gdb.dwarf2/dw2-dummy-cu.S: New file.
1037 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
1038
1039 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
1040
1041 * gdb.ada/var_arr_typedef.exp: New testcase.
1042 * gdb.ada/var_arr_typedef/pack.adb: New file.
1043 * gdb.ada/var_arr_typedef/pack.ads: New file.
1044 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
1045
1046 2015-07-20 Joel Brobecker <brobecker@adacore.com>
1047
1048 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
1049
1050 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1051
1052 * gdb.arch/i386-biarch-core.exp: Replace istarget
1053 by "complete set gnutarget". Remove expectation for the "core-file"
1054 command.
1055
1056 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1057
1058 Revert the previous commit:
1059 Tests for validate symbol file using build-id.
1060
1061 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1062
1063 Tests for validate symbol file using build-id.
1064 * gdb.base/solib-mismatch-lib.c: New file.
1065 * gdb.base/solib-mismatch-libmod.c: New file.
1066 * gdb.base/solib-mismatch.c: New file.
1067 * gdb.base/solib-mismatch.exp: New file.
1068
1069 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
1070
1071 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
1072 nios2-*-linux*.
1073 * gdb.base/sigbpt.exp (stepi_out): Likewise.
1074 * gdb.base/siginfo.exp: Likewise.
1075 * gdb.base/sigstep.exp (advance, advancei): Likewise.
1076
1077 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
1078
1079 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
1080 Move it to ...
1081 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
1082 ... here.
1083 * gdb.trace/range-stepping.exp: Check that the target supports
1084 range stepping.
1085
1086 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1087
1088 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
1089
1090 2015-07-14 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.base/killed-outside.exp: New file.
1093 * gdb.base/killed-outside.c: New file.
1094
1095 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1096
1097 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
1098 (n at main): New.
1099 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
1100
1101 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1102
1103 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
1104 infcall tests instead of setting up for KFAIL.
1105
1106 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
1107
1108 * gdb.btrace/record_goto-step.exp: New.
1109
1110 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1111
1112 PR compile/18484
1113 * gdb.compile/compile.c (struct struct_type): Add volatile to
1114 selffield's type.
1115 * gdb.compile/compile.exp
1116 (compile code struct_object.selffield = &struct_object): Skip further
1117 struct_object tests if this one xfails.
1118
1119 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
1120
1121 PR exp/18617
1122 * gdb.trace/ax.exp: Add test.
1123
1124 2015-07-07 Yao Qi <yao.qi@linaro.org>
1125
1126 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
1127 instead of istarget "aarch64*-*-*".
1128 * gdb.arch/aarch64-fp.exp: Likewise.
1129 * gdb.base/float.exp: Likewise.
1130 * gdb.reverse/aarch64.exp: Likewise.
1131 * lib/gdb.exp (is_aarch64_target): New proc.
1132
1133 2015-07-07 Yao Qi <yao.qi@linaro.org>
1134
1135 * lib/gdb.exp (is_aarch32_target): New proc.
1136 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
1137 instead of "istarget "arm*-*-*"".
1138 * gdb.arch/arm-disp-step.exp: Likewise.
1139 * gdb.arch/thumb-bx-pc.exp: Likewise.
1140 * gdb.arch/thumb-prologue.exp: Likewise.
1141 * gdb.arch/thumb-singlestep.exp: Likewise.
1142 * gdb.base/disp-step-syscall.exp: Likewise.
1143 * gdb.base/float.exp: Likewise.
1144
1145 2015-07-07 Yao Qi <yao.qi@linaro.org>
1146
1147 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
1148 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
1149
1150 2015-07-07 Yao Qi <yao.qi@linaro.org>
1151
1152 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
1153 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
1154 if it exists.
1155 * gdb.multi/multi-arch.exp: Likewise.
1156
1157 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
1158
1159 * gdb.python/py-lazy-string.exp: Add missing parentheses to
1160 print.
1161
1162 2015-07-07 Yao Qi <yao.qi@linaro.org>
1163
1164 * gdb.arch/thumb-singlestep.exp: Do one more single step.
1165
1166 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
1167
1168 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
1169 '[' and ']' characters.
1170
1171 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
1172
1173 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1174
1175 2015-06-29 Pedro Alves <palves@redhat.com>
1176
1177 PR threads/18127
1178 * gdb.threads/hand-call-new-thread.c: New file.
1179 * gdb.threads/hand-call-new-thread.c: New file.
1180
1181 2015-06-26 Keith Seitz <keiths@redhat.com>
1182 Doug Evans <dje@google.com>
1183
1184 PR 16253
1185 * gdb.cp/var-tag-2.cc: New file.
1186 * gdb.cp/var-tag-3.cc: New file.
1187 * gdb.cp/var-tag-4.cc: New file.
1188 * gdb.cp/var-tag.cc: New file.
1189 * gdb.cp/var-tag.exp: New file.
1190
1191 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1192
1193 * gdb.base/history-duplicates.exp: New test.
1194
1195 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1196
1197 * gdb.base/completion.exp: Test the completion of the "focus"
1198 command.
1199
1200 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1201
1202 * gdb.arch/amd64-prologue-skip.S: New file.
1203 * gdb.arch/amd64-prologue-skip.exp: New file.
1204
1205 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
1206
1207 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
1208 is_address_zero_readable check.
1209
1210 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
1211
1212 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
1213 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
1214
1215 2015-06-24 Yao Qi <yao.qi@linaro.org>
1216
1217 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
1218 linux targets.
1219
1220 2015-06-24 Yao Qi <yao.qi@linaro.org>
1221
1222 * lib/gdb.exp (supports_get_siginfo_type): New proc.
1223 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
1224 * gdb.base/siginfo-thread.exp: Likewise.
1225
1226 2015-06-22 Yao Qi <yao.qi@linaro.org>
1227
1228 * boards/remote-gdbserver-on-localhost.exp: Add comments.
1229
1230 2015-06-22 Yao Qi <yao.qi@linaro.org>
1231
1232 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
1233 aarch64*-*-*.
1234 (skip_hw_watchpoint_tests): Likewise.
1235
1236 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
1237
1238 * gdb.base/gdbinit-history.exp: Test the interaction between
1239 setting GDBHISTSIZE and setting the history size via .gdbinit.
1240
1241 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1242
1243 PR gdb/16999
1244 * gdb.base/gdbhistsize-history.exp: New test.
1245
1246 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1247
1248 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1249 with GDBHISTSIZE.
1250 * gdb.base/readline.exp: Likewise.
1251
1252 2015-06-17 Yao Qi <yao.qi@linaro.org>
1253
1254 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1255 line.
1256
1257 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1258
1259 * gdb.base/gdbinit-history.exp: Add test case to check that
1260 an unlimited history file does not get truncated on exit.
1261
1262 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1263
1264 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1265 (VECTOR): New macro. Use it...
1266 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1267 ...for these typedefs.
1268 (int8, char1, int1, double1): New typedefs.
1269 (struct just_int2, struct two_int2): New structures.
1270 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1271 (add_structvecs, add_singlevecs): New functions.
1272 (main): Call add_some_intvecs twice.
1273 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1274 the compile and exit upon failure. Try compiling for the "native"
1275 architecture. Test inferior function calls with vector arguments
1276 and vector return value handling with "finish" and "return".
1277
1278 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1279
1280 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1281 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1282 PE file.
1283 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1284
1285 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1286
1287 PR breakpoints/16465
1288 * gdb.mi/mi-dprintf-pending.c: New file.
1289 * gdb.mi/mi-dprintf-pending.exp: New test.
1290 * gdb.mi/mi-dprintf-pendshr.c: New file.
1291
1292 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1293 Mircea Gherzan <mircea.gherzan@intel.com>
1294
1295 * gdb.arch/i386-mpx-map.c: New file.
1296 * gdb.arch/i386-mpx-map.exp: New File.
1297
1298 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1299
1300 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1301 * gdb.arch/i386-mpx.exp: Indentation fixed.
1302
1303 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1304
1305 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1306 function and improved indentation.
1307 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1308 gdb_test_multiple. Added additional tests to skip the test.
1309
1310 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1311
1312 * gdb.arch/i386-avx512.c: Change path in include file.
1313 * gdb.arch/i386-avx512.exp: Change include dir path
1314 compilation flag.
1315 * gdb.arch/i386-mpx.c: Change path in include file.
1316 * gdb.arch/i386-mpx.exp: Change include dir path compilation
1317 flag.
1318
1319 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1320
1321 * gdb.compile/compile-print.exp (compile print *vararray@3)
1322 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1323
1324 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1325
1326 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1327 (do not keep jit in memory): ... this.
1328 (expect 5): Change it to ...
1329 (expect no 5): ... this.
1330
1331 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1332
1333 PR gdb/15564
1334 * gdb.mi/mi-detach.exp: New file.
1335
1336 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1337
1338 PR symtab/18392
1339 * gdb.arch/amd64-tailcall-self.S: New file.
1340 * gdb.arch/amd64-tailcall-self.c: New file.
1341 * gdb.arch/amd64-tailcall-self.exp: New file.
1342
1343 2015-05-28 Don Breazeal <donb@codesourcery.com>
1344
1345 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1346 tests for remote targets by checking is_target_gdbserver.
1347
1348 2015-05-27 Doug Evans <dje@google.com>
1349
1350 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1351 * gdb.dwarf2/opaque-type-lookup.c: New file.
1352 * gdb.dwarf2/opaque-type-lookup.exp: New file.
1353
1354 2015-05-26 Doug Evans <dje@google.com>
1355
1356 * gdb.cp/iostream.cc: New file.
1357 * gdb.cp/iostream.exp: New file.
1358
1359 2015-05-26 Doug Evans <dje@google.com>
1360
1361 * gdb.dwarf2/dw2-op-call.exp: Update.
1362 * gdb.dwarf2/dw4-sig-types.exp: Update.
1363 * gdb.dwarf2/implptr.exp: Update.
1364 * gdb.mi/mi-cmd-param-changed.exp: Update.
1365
1366 2015-05-26 Doug Evans <dje@google.com>
1367
1368 * gdb.python/py-lazy-string.c: New file.
1369 * gdb.python/py-lazy-string.exp: New file.
1370 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1371 (main): Update. Add estring3.
1372 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1373 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1374
1375 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
1376 Yao Qi <yao.qi@linaro.org>
1377
1378 * gdb.reverse/aarch64.c: New.
1379 * gdb.reverse/aarch64.exp: New.
1380
1381 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
1382
1383 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1384 (supports_reverse): Likewise.
1385
1386 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1387
1388 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1389 Use with_test_prefix.
1390
1391 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 * gdb.base/completion.exp: Add test for completion of layout
1394 names.
1395
1396 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1397
1398 * lib/gdb.exp (skip_tui_tests): New proc.
1399 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1400
1401 2015-05-19 Pedro Alves <palves@redhat.com>
1402
1403 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1404 Save the whole env array instead of just HOME. Unset HISTSIZE in
1405 the environment while testing. Restore whole environment
1406 afterwards.
1407
1408 2015-05-16 Doug Evans <xdje42@gmail.com>
1409
1410 * gdb.guile/scm-ports.c: New file.
1411 * gdb.guile/scm-ports.exp: Add memory port tests.
1412
1413 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1414
1415 * gdb.compile/compile-print.c: New file.
1416 * gdb.compile/compile-print.exp: New file.
1417
1418 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1419
1420 * gdb.compile/compile-ops.exp: Cast param to void.
1421 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1422 (compile code struct_object.selffield = &struct_object): Add xfail.
1423
1424 2015-05-15 Joel Brobecker <brobecker@adacore.com>
1425
1426 * gdb.ada/arr_enum_with_gap: New testcase.
1427
1428 2015-05-15 Joel Brobecker <brobecker@adacore.com>
1429
1430 * gdb.ada/byte_packed_arr: New testcase.
1431
1432 2015-05-15 Joel Brobecker <brobecker@adacore.com>
1433
1434 * gdb.ada/pckd_neg: New testcase.
1435
1436 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1437
1438 PR gdb/17820
1439 * gdb.base/gdbinit-history.exp: New test.
1440 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1441 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1442
1443 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1444
1445 * gdb.python/py-xmethods.cc: Enhance test case.
1446 * gdb.python/py-xmethods.exp: New tests.
1447 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1448 function.
1449 (B_indexoper): Likewise.
1450 (global_dm_list) : Add new xmethod worker functions.
1451
1452 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1453
1454 * gdb.base/coredump-filter.exp: Correctly unset
1455 "coredump_var_addr" array.
1456
1457 2015-05-08 Pedro Alves <palves@redhat.com>
1458
1459 * gdb.server/non-existing-program.exp: Unset spawn_id.
1460
1461 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1462
1463 PR python/18291
1464 * gdb.python/py-xmethods.exp: Add tests.
1465
1466 2015-05-08 Yao Qi <yao.qi@linaro.org>
1467
1468 PR gdb/18208
1469 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1470 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1471 function set_coredump_filter, and remove remote_exec call.
1472 Remove argument ipid. Callers update.
1473 (top level): Don't get inferior's PID.
1474
1475 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1476
1477 * gdb.base/watch_thread_num.exp: Skip test on targets without
1478 access watchpoints.
1479
1480 2015-05-06 Pedro Alves <palves@redhat.com>
1481
1482 PR server/18081
1483 * gdb.server/non-existing-program.exp: New file.
1484
1485 2015-05-05 Joel Brobecker <brobecker@adacore.com>
1486
1487 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1488
1489 2015-05-05 Joel Brobecker <brobecker@adacore.com>
1490
1491 * gdb.ada/out_of_line_in_inlined: New testcase.
1492
1493 2015-05-05 Joel Brobecker <brobecker@adacore.com>
1494
1495 * gdb.ada/var_rec_arr: New testcase.
1496
1497 2015-04-30 Yao Qi <yao.qi@linaro.org>
1498
1499 * gdb.base/break-idempotent.exp: If
1500 skip_hw_watchpoint_multi_tests returns true, skip the tests
1501 on "rwatch" and "awatch".
1502
1503 2015-04-30 Yao Qi <yao.qi@linaro.org>
1504
1505 * gdb.base/relativedebug.exp: Invoke gdb command
1506 "info sharedlibrary", and if libc.so doesn't have debug info,
1507 skip the test.
1508
1509 2015-04-29 Doug Evans <dje@google.com>
1510
1511 * gdb.python/py-xmethods.exp: Add ptype tests.
1512 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1513 get_result_type method.
1514
1515 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
1516
1517 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1518 the target does not support hardware watchpoints.
1519
1520 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
1521
1522 * gdb.base/break-always.exp: Abort testing if writing to memory
1523 causes an error.
1524
1525 2015-04-28 Doug Evans <dje@google.com>
1526
1527 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1528 * gdb.python/py-pp-registration.exp: ... here. New file.
1529 * gdb.python/py-pp-registration.c: New file.
1530 * gdb.python/py-pp-registration.py: New file.
1531
1532 2015-04-28 Doug Evans <dje@google.com>
1533
1534 * gdb.python/py-bad-printers.c: New file.
1535 * gdb.python/py-bad-printers.py: New file.
1536 * gdb.python/py-bad-printers.exp: New file.
1537
1538 2015-04-28 Sasha Smundak <asmundak@google.com>
1539
1540 * gdb.python/py-type.exp: New test.
1541
1542 2015-04-28 Andy Wingo <wingo@igalia.com>
1543
1544 * gdb.python/py-parameter.exp:
1545 * gdb.guile/scm-parameter.exp: Escape the path that we are
1546 matching against, as it might contain characters that are special
1547 to regular expressions.
1548
1549 2015-04-27 Joel Brobecker <brobecker@adacore.com>
1550
1551 * gdb.ada/rec_comp: New testcase.
1552
1553 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1554
1555 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1556 before using it.
1557
1558 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1559
1560 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1561 new tests for verilog output.
1562
1563 2015-04-24 Yao Qi <yao.qi@linaro.org>
1564
1565 * boards/remote-gdbserver-on-localhost.exp: New file.
1566
1567 2015-04-23 Pedro Alves <palves@redhat.com>
1568
1569 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1570 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1571 "end of file", remove $inferior_spawn_id from the indirect list.
1572
1573 2015-04-23 Pedro Alves <palves@redhat.com>
1574
1575 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1576
1577 2015-04-23 Pedro Alves <palves@redhat.com>
1578
1579 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1580 on $any_spawn_id instead of only on $gdb_spawn_id.
1581
1582 2015-04-21 Pierre Muller <muller@sourceware.org>
1583
1584 PR pascal/17815
1585 * lib/pascal.exp (gpc_compile): Add new option "class".
1586 (fpc_compile): Likewise.
1587 * gdb.pascal/case-insensitive-symbols.pas: New file.
1588 * gdb.pascal/case-insensitive-symbols.exp: New file.
1589
1590 2015-04-20 Gary Benson <gbenson@redhat.com>
1591
1592 * gdb.base/attach.exp: Fix three extended remote failures.
1593
1594 2015-04-17 Gary Benson <gbenson@redhat.com>
1595
1596 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1597 the main executable over the remote protocol.
1598
1599 2015-04-16 Pedro Alves <palves@redhat.com>
1600
1601 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1602 a new gdbserver if gdbserver_reconnect_p is set.
1603
1604 2015-04-16 Pedro Alves <palves@redhat.com>
1605
1606 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1607 is set, don't exit gdbserver.
1608
1609 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1610
1611 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1612 appropriate .insn, such that an older assembler can be used.
1613 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1614 the z/Architecture instruction set on 31-bit targets as well.
1615
1616 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1617
1618 * gdb.go/handcall.exp: Remove all logic related to the first
1619 breakpoint and rely on go_runto_main instead.
1620 * gdb.go/strings.exp: Likewise.
1621 * gdb.go/unsafe.exp: Likewise.
1622 * gdb.go/hello.exp: Likewise. Also rename the remaining
1623 breakpoint marker to "breakpoint 1".
1624 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1625 * gdb.go/strings.go: Likewise.
1626 * gdb.go/unsafe.go: Likewise.
1627 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1628 "set breakpoint 2 here" and rename the remaining breakpoint marker
1629 to "breakpoint 1".
1630
1631 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1632
1633 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1634 if itertools.imap is not present.
1635 * gdb.python/py-objfile.exp: Add parentheses.
1636 * gdb.python/py-type.exp: Same.
1637 * gdb.python/py-unwind-maint.py: Same.
1638
1639 2015-04-15 Yao Qi <yao.qi@linaro.org>
1640
1641 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1642 of ":$ptr_size" and set its form explicitly.
1643
1644 2015-04-15 Pedro Alves <palves@redhat.com>
1645 Yao Qi <yao.qi@linaro.org>
1646
1647 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1648 timeout by factor of 4.
1649 (test_regular_watch): Likewise.
1650 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1651 * gdb.reverse/sigall-reverse.exp: Likewise.
1652 * gdb.reverse/until-precsave.exp: Likewise.
1653 * lib/gdb.exp (with_timeout_factor): New proc.
1654 (gdb_expect): Move some code to ...
1655 (get_largest_timeout): ... here. New procedure.
1656
1657 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
1658
1659 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1660
1661 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
1662
1663 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1664 to write to the .text section.
1665
1666 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
1667
1668 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1669 Handle the case of targets that do not provide PID information.
1670
1671 2015-04-13 Yao Qi <yao.qi@linaro.org>
1672
1673 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1674 and use expect instead of gdb_expect.
1675
1676 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1677
1678 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1679 "coredump_var_addr" to avoid naming conflict with other testcases.
1680
1681 2015-04-10 Pedro Alves <palves@redhat.com>
1682
1683 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1684 gdb_test_sequence and gdb_assert.
1685
1686 2015-04-10 Pedro Alves <palves@redhat.com>
1687
1688 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1689 test messages that don't include the breakpoint address.
1690
1691 2015-04-10 Yao Qi <yao.qi@linaro.org>
1692
1693 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1694 false for some offset and width combinations which aren't
1695 supported by linux kernel.
1696
1697 2015-04-10 Pedro Alves <palves@redhat.com>
1698
1699 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1700 procedure, factored out from ...
1701 (top level): ... here. Add "set displaced-stepping" testing axis.
1702 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1703 parameter "displaced". Use it.
1704 (top level): Use foreach and add "set displaced-stepping" testing
1705 axis.
1706
1707 2015-04-10 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1710 Remove comment.
1711 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1712 both the address of the instruction that triggers the watchpoint
1713 and the address of the instruction immediately after, and use
1714 those addresses for the test. Fix comment.
1715
1716 2015-04-10 Pedro Alves <palves@redhat.com>
1717
1718 * gdb.base/sigstep.exp (breakpoint_to_handler)
1719 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1720 Test "backtrace" in handler.
1721 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1722 (top level): Add new "displaced" test axis to
1723 breakpoint_to_handler, breakpoint_to_handler_entry and
1724 breakpoint_over_handler.
1725
1726 2015-04-10 Pedro Alves <palves@redhat.com>
1727
1728 PR gdb/18216
1729 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1730
1731 2015-04-10 Yao Qi <yao.qi@linaro.org>
1732
1733 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1734 (test_add_rn_pc): New function.
1735 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1736 (top level): Invoke test_add_rn_pc.
1737
1738 2015-04-10 Pedro Alves <palves@redhat.com>
1739
1740 PR gdb/13858
1741 * gdb.base/step-over-no-symbols.exp: New file.
1742
1743 2015-04-09 Andy Wingo <wingo@igalia.com>
1744
1745 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1746 after the Python tests.
1747
1748 2015-04-08 Keith Seitz <keiths@redhat.com>
1749
1750 PR python/16699
1751 * gdb.python/py-completion.exp: New tests for completion.
1752 * gdb.python/py-completion.py (CompleteLimit1): New class.
1753 (CompleteLimit2): Likewise.
1754 (CompleteLimit3): Likewise.
1755 (CompleteLimit4): Likewise.
1756 (CompleteLimit5): Likewise.
1757 (CompleteLimit6): Likewise.
1758 (CompleteLimit7): Likewise.
1759
1760 2015-04-08 Pedro Alves <palves@redhat.com>
1761
1762 PR gdb/18214
1763 PR gdb/18216
1764 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1765 function.
1766 (main): Install it as SIGUSR1 handler.
1767 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1768 parameter. Always use "setup" as prefix. Toggle "set
1769 displaced-stepping" off/on depending on global. Don't switch to
1770 thread 1 here.
1771 (top level): Add displaced stepping "off/on" test axis. Update
1772 "setup" calls. Wrap each subtest with with_test_prefix. Test
1773 continuing with a queued signal in each thread.
1774
1775 2015-04-08 Pedro Alves <palves@redhat.com>
1776
1777 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1778 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1779 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1780 Return early if running to main fails.
1781 * gdb.trace/while-stepping.exp: Likewise.
1782
1783 2015-04-07 Pedro Alves <palves@redhat.com>
1784
1785 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1786 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1787 interact with inferior program.
1788
1789 2015-04-07 Pedro Alves <palves@redhat.com>
1790
1791 * lib/gdb.exp (inferior_spawn_id): New global.
1792 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1793 spawn id after processing the user code.
1794 (default_gdb_start): Set inferior_spawn_id.
1795 (send_inferior): New procedure.
1796 * lib/gdbserver-support.exp (gdbserver_start): Set
1797 inferior_spawn_id.
1798 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1799
1800 2015-04-07 Pedro Alves <palves@redhat.com>
1801
1802 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1803 * lib/gdbserver-support.exp (gdbserver_start): Make
1804 $server_spawn_id global.
1805 (gdbserver_start): Don't wait for gdbserver's spawn id with
1806 expect_background.
1807 (close_gdbserver): New procedure.
1808 (gdb_exit): Rename the default version and reimplement.
1809
1810 2015-04-07 Pedro Alves <palves@redhat.com>
1811
1812 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
1813 append the substituted item, not the original item.
1814
1815 2015-04-07 Pedro Alves <palves@redhat.com>
1816
1817 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1818 gdb_expect.
1819
1820 2015-04-07 Pedro Alves <palves@redhat.com>
1821
1822 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1823 output appearing once only.
1824
1825 2015-04-07 Pedro Alves <palves@redhat.com>
1826
1827 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1828 that doesn't expect anything. Return early if running to main
1829 fails.
1830
1831 2015-04-07 Yao Qi <yao.qi@linaro.org>
1832
1833 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1834 (child_function): Call alarm.
1835 (main): Move call to alarm into the loop.
1836 * gdb.threads/non-stop-fair-events.exp: Build program with
1837 -DTIMEOUT=$timeout.
1838
1839 2015-04-06 Doug Evans <xdje42@gmail.com>
1840
1841 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1842 Fix dest parameter to board_info.
1843 (fpc_compile): Ditto.
1844 (gdb_compile_pascal): Rename dest arg to destfile.
1845
1846 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1847
1848 * gdb.ada/funcall_ref.exp: New file.
1849 * gdb.ada/funcall_ref/foo.adb: New file.
1850
1851 2015-04-02 Yao Qi <yao.qi@linaro.org>
1852
1853 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1854 is remote.
1855
1856 2015-04-02 Gary Benson <gbenson@redhat.com>
1857
1858 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1859
1860 2015-04-01 Sasha Smundak <asmundak@google.com>
1861
1862 * gdb.python/py-unwind-maint.c: New file.
1863 * gdb.python/py-unwind-maint.exp: New test.
1864 * gdb.python/py-unwind-maint.py: New file.
1865 * gdb.python/py-unwind.c: New file.
1866 * gdb.python/py-unwind.exp: New test.
1867 * gdb.python/py-unwind.py: New test.
1868
1869 2015-04-01 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1872 to fail instead of non-existent $test.
1873
1874 2015-04-01 Pedro Alves <palves@redhat.com>
1875
1876 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1877 GDBFLAGS if not empty.
1878
1879 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1880
1881 * gdb.ada/complete.exp: Remove "multi_line".
1882 * gdb.ada/info_exc.exp: Remove "multi_line".
1883 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1884 * gdb.ada/ptype_field.exp: Remove "multi_line".
1885 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1886 * gdb.ada/tagged.exp: Remove "multi_line".
1887 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1888 [multi_line ...]
1889 * gdb.btrace/delta.exp: Likewise.
1890 * gdb.btrace/exception.exp: Likewise.
1891 * gdb.btrace/function_call_history.exp: Likewise.
1892 * gdb.btrace/instruction_history.exp: Likewise.
1893 * gdb.btrace/nohist.exp: Likewise.
1894 * gdb.btrace/record_goto.exp: Likewise.
1895 * gdb.btrace/segv.exp: Likewise.
1896 * gdb.btrace/stepi.exp: Likewise.
1897 * gdb.btrace/tailcall.exp: Likewise.
1898 * gdb.btrace/unknown_functions.exp: Likewise.
1899 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1900 * lib/gdb.exp: Add the "multi_line" helper.
1901
1902 2015-04-01 Pedro Alves <palves@redhat.com>
1903
1904 * gdb.threads/tid-reuse.c: New file.
1905 * gdb.threads/tid-reuse.exp: New file.
1906
1907 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1908
1909 PR corefiles/16092
1910 * gdb.base/coredump-filter.c: New file.
1911 * gdb.base/coredump-filter.exp: Likewise.
1912
1913 2015-03-27 Petr Machata <pmachata@redhat.com>
1914
1915 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1916 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1917 (Dwarf::assemble): Initialize them.
1918 (Dwarf::lines): New function.
1919
1920 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1921
1922 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1923 SYMBOL_PREFIX for x86_64-*-cygwin.
1924
1925 2015-03-26 Andy Wingo <wingo@igalia.com>
1926
1927 PR symtab/18148
1928 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1929 const_value but not a location.
1930 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1931 location defined in non-main CUs are visible.
1932
1933 2015-03-26 Yao Qi <yao.qi@linaro.org>
1934
1935 PR testsuite/18139
1936 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1937 Add a line number entry for the same line.
1938 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1939 Add a line number entry for the same line.
1940
1941 2015-03-26 Yao Qi <yao.qi@linaro.org>
1942
1943 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1944 .int 0.
1945 (func): Likewise. Add .Lfunc_1 label.
1946 Use .Lfunc_1 label.
1947 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1948 .int 0.
1949 (func): Likewise.
1950 Use .Lfunc_1 label.
1951
1952 2015-03-26 Yao Qi <yao.qi@linaro.org>
1953
1954 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1955 Call gdb_compile instead to compile each .s files without debug
1956 information.
1957
1958 2015-03-26 Yao Qi <yao.qi@linaro.org>
1959
1960 * gdb.base/savedregs.exp (process_saved_regs): Make
1961 "Saved registers:" optional in the pattern.
1962
1963 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1964
1965 * gdb.btrace/next.exp: Merged into step.exp.
1966 * gdb.btrace/finish.exp: Merged into step.exp.
1967 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1968 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1969 "record goto" and checking the exact replay position.
1970 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1971 check for "Recording format" in "info record" output.
1972 * gdb.btrace/record_goto.exp: Choose test file based on target.
1973 * gdb.btrace/x86-record_goto.S: Renamed into ...
1974 * gdb.btrace/x86_64-record_goto.S: ... this.
1975 * gdb.btrace/i686-record_goto.S: New.
1976 * gdb.btrace/x86-tailcall.S: Renamed into ...
1977 * gdb.btrace/x86_64-tailcall.S: ... this.
1978 * gdb.btrace/i686-tailcall.S: New.
1979 * gdb.btrace/x86-tailcall.c: Renamed into ...
1980 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1981 separate statements. Update test.
1982 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1983 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1984 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1985 * gdb.btrace/tailcall.exp: Choose test file based on target.
1986 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1987
1988 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1989
1990 * gdb.btrace/exception.exp: Increase BTS buffer size.
1991
1992 2015-03-24 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1995
1996 2015-03-24 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.threads/schedlock.exp (test_step): No longer expect that
1999 "set scheduler-locking step" with "next" over a function call runs
2000 threads unlocked.
2001
2002 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2003
2004 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
2005
2006 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2007
2008 PR breakpoints/16466
2009 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
2010 * gdb.mi/mi-pending.c (thread_func): New function.
2011 (int main): Add threading support required.
2012 * gdb.mi/mi-pending.exp: Add tests for this issue.
2013 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
2014 (pendfunc2): Remove stdio dependency.
2015 * gdb.mi/mi-pendshr2.c: New file.
2016
2017 2015-03-23 Keith Seitz <keiths@redhat.com>
2018
2019 * gdb.linespec/keywords.c: New file.
2020 * gdb.linespec/keywords.exp: New file.
2021
2022 2015-03-23 Keith Seitz <keiths@redhat.com>
2023
2024 PR gdb/18021
2025 * gdb.dwarf2/staticvirtual.exp: New test.
2026
2027 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2028
2029 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
2030 * README: Remove HP-UX and gdb.hp.
2031 (configuration):
2032 * configure: Regenerate.
2033 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
2034 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
2035 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
2036 gdb.hp/gdb.defects/Makefile.
2037 * gdb.hp/Makefile.in: File deleted.
2038 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
2039 * gdb.hp/gdb.aCC/optimize.c: File deleted.
2040 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
2041 * gdb.hp/gdb.aCC/run.c: File deleted.
2042 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
2043 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
2044 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
2045 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
2046 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
2047 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
2048 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
2049 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
2050 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
2051 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
2052 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
2053 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
2054 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
2055 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
2056 * gdb.hp/gdb.base-hp/reg.s: File deleted.
2057 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
2058 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
2059 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
2060 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
2061 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
2062 * gdb.hp/gdb.compat/Makefile.in: File deleted.
2063 * gdb.hp/gdb.compat/average.c: File deleted.
2064 * gdb.hp/gdb.compat/sum.c: File deleted.
2065 * gdb.hp/gdb.compat/xdb.c: File deleted.
2066 * gdb.hp/gdb.compat/xdb0.c: File deleted.
2067 * gdb.hp/gdb.compat/xdb0.h: File deleted.
2068 * gdb.hp/gdb.compat/xdb1.c: File deleted.
2069 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
2070 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
2071 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
2072 * gdb.hp/gdb.defects/Makefile.in: File deleted.
2073 * gdb.hp/gdb.defects/bs14602.c: File deleted.
2074 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
2075 * gdb.hp/gdb.defects/solib-d.c: File deleted.
2076 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
2077 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
2078 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
2079 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
2080 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
2081 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
2082 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
2083 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
2084 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
2085 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
2086 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
2087 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
2088 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
2089 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
2090 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
2091 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
2092 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
2093 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
2094 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
2095 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
2096 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
2097 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
2098 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
2099 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
2100 * gdb.hp/tools/odump: File deleted.
2101
2102 2015-03-19 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.threads/continue-pending-status.exp (saw_thread_2)
2105 (saw_thread_3): New globals.
2106 (top level): Increment them when an event for the corresponding
2107 thread is seen.
2108 (no thread starvation): New test.
2109
2110 2015-03-19 Pedro Alves <palves@redhat.com>
2111
2112 * gdb.threads/continue-pending-status.c: New file.
2113 * gdb.threads/continue-pending-status.exp: New file.
2114
2115 2015-03-18 Pedro Alves <palves@redhat.com>
2116
2117 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2118 Use gdb_is_target_remote instead of is_remote. Use
2119 gdb_test_multiple instead of gdb_expect. Exit early if
2120 gdb_test_multiple hits its internal matches. Tighten stepi tests
2121 expected output. Fail on exit with any signal, instead of just
2122 SIGILL.
2123
2124 2015-03-18 Yao Qi <yao.qi@linaro.org>
2125
2126 PR tdep/18107
2127 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
2128 variable.
2129 * gdb.base/catch-syscall.exp: Don't skip it on
2130 aarch64*-*-linux* target. Remove elements in all_syscalls.
2131 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
2132 target.
2133 (setup_all_syscalls): New proc.
2134
2135 2015-03-16 Yao Qi <yao.qi@linaro.org>
2136
2137 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
2138 (top level): Skip tests if valid_addr_p returns false for
2139 $cmd1 or $cmd2.
2140
2141 2015-03-11 Andy Wingo <wingo@igalia.com>
2142
2143 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
2144
2145 2015-03-11 Yao Qi <yao.qi@linaro.org>
2146
2147 * gdb.base/catch-syscall.exp: Fix typo in comments.
2148
2149 2015-03-11 Yao Qi <yao.qi@linaro.org>
2150
2151 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2152
2153 2015-03-09 Pedro Alves <palves@redhat.com>
2154
2155 * dg-extract-results.py: Delete.
2156
2157 2015-03-09 Pedro Alves <palves@redhat.com>
2158
2159 Merge dg-extract-results.sh from GCC upstream (r218843).
2160
2161 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2162 * dg-extract-results.sh: Use --text with grep to avoid issues with
2163 binary files. Fall back to cat -v, if that doesn't work.
2164
2165 2015-03-05 Pedro Alves <palves@redhat.com>
2166
2167 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
2168
2169 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
2170
2171 * lib/mi-support.exp (mi_expect_interrupt): Accept
2172 alternative event for when in all-stop mode.
2173
2174 2015-03-04 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
2177
2178 2015-03-04 Mark Kettenis <kettenis@gnu.org>
2179
2180 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
2181
2182 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2183
2184 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
2185 regexps for GDB's current line display, accept a hex address
2186 preceding the line number.
2187
2188 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2189
2190 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
2191 the 'arch1' variable for "s390*-linux*" targets.
2192
2193 2015-03-04 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
2196 (main): Pass missing retval argument to pthread_join call.
2197
2198 2015-03-02 Pedro Alves <palves@redhat.com>
2199
2200 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
2201 (top level): Call do_test with non-stop as well.
2202
2203 2015-03-02 Pedro Alves <palves@redhat.com>
2204
2205 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
2206 -1.
2207
2208 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2209
2210 * gdb.arch/s390-vregs.exp: New test.
2211 * gdb.arch/s390-vregs.S: New file.
2212
2213 2015-02-27 Pedro Alves <palves@redhat.com>
2214
2215 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
2216 call to catch_command_errors.
2217 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
2218 catch_command_errors.
2219
2220 2015-02-27 Pedro Alves <palves@redhat.com>
2221
2222 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
2223 "true" for boolean result.
2224 * gdb.gdb/selftest.exp (test_with_self): Also accept full
2225 prototype of main.
2226
2227 2015-02-27 Pedro Alves <palves@redhat.com>
2228
2229 * lib/unbuffer_output.c: New file.
2230 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
2231 (main): Call gdb_unbuffer_output.
2232
2233 2015-02-27 Yao Qi <yao.qi@linaro.org>
2234
2235 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
2236 target.
2237
2238 2015-02-26 Doug Evans <dje@google.com>
2239
2240 * gdb.cp/class2.cc (Dbase, D): New classes.
2241 (main): New local delta.
2242 * gdb.cp/class2.exp: Test printing delta.
2243 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2244 (dynbar): New global.
2245 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2246
2247 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2248
2249 * gdb.compile/compile-ifunc.c: New file.
2250 * gdb.compile/compile-ifunc.exp: New file.
2251
2252 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
2253
2254 * gdb.base/structs.exp: Check for correct struct on finish.
2255
2256 2015-02-26 Yao Qi <yao.qi@linaro.org>
2257
2258 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2259 is zero.
2260
2261 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2262
2263 * gdb.arch/cordic.ko.bz2: New file.
2264 * gdb.arch/cordic.ko.debug.bz2: New file.
2265 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2266
2267 2015-02-25 Yao Qi <yao.qi@linaro.org>
2268
2269 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2270 aarch64*-*-* target.
2271
2272 2015-02-23 Pedro Alves <palves@redhat.com>
2273
2274 * lib/gdb.exp (delete_breakpoints): Rewrite using
2275 gdb_test_multiple.
2276
2277 2015-02-23 Pedro Alves <palves@redhat.com>
2278
2279 * gdb.base/info-os.c: Include stdlib.h.
2280
2281 2015-02-22 Doug Evans <xdje42@gmail.com>
2282
2283 PR symtab/17855
2284 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2285 is read after symbols have been re-read.
2286 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2287 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2288
2289 2015-02-21 Doug Evans <dje@google.com>
2290
2291 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2292
2293 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2294
2295 PR corefiles/17808
2296 * gdb.arch/i386-biarch-core.core.bz2: New file.
2297 * gdb.arch/i386-biarch-core.exp: New file.
2298
2299 2015-02-21 Pedro Alves <palves@redhat.com>
2300
2301 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2302 runto_main fails.
2303
2304 2015-02-20 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2307 info probes.
2308
2309 2015-02-20 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.threads/multi-create-ns-info-thr.exp: New file.
2312
2313 2015-02-20 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
2316 clean_restart before gdb_target_supports_trace.
2317
2318 2015-02-20 Pedro Alves <palves@redhat.com>
2319
2320 PR threads/18006
2321 * gdb.threads/clone-thread_db.c: New file.
2322 * gdb.threads/clone-thread_db.exp: New file.
2323
2324 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2325
2326 PR breakpoints/16812
2327 * gdb.base/catch-gdb-caused-signals.c: New file.
2328 * gdb.base/catch-gdb-caused-signals.exp: New file.
2329
2330 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2331
2332 * configure: Regenerated.
2333 * configure.ac: Use GDB_AC_TRANSFORM.
2334 * aclocal.m4: sinclude ../transform.m4.
2335
2336 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2337
2338 * lib/dtrace.exp: New file.
2339 * gdb.base/dtrace-probe.exp: Likewise.
2340 * gdb.base/dtrace-probe.d: Likewise.
2341 * gdb.base/dtrace-probe.c: Likewise.
2342 * lib/pdtrace.in: Likewise.
2343 * configure.ac: Output variables with the transformed names of
2344 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
2345 * configure: Regenerated.
2346
2347 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2348
2349 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2350 expected message when trying to access $_probe_* convenience
2351 variables while not on a probe.
2352
2353 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2356
2357 2015-02-11 Pedro Alves <pedro@codesourcery.com>
2358
2359 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2360 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2361
2362 2015-02-10 Doug Evans <xdje42@gmail.com>
2363
2364 * lib/gdb.exp (gdb_load): Always return a result.
2365
2366 2015-02-10 Pedro Alves <palves@redhat.com>
2367
2368 * gdb.threads/signal-sigtrap.c: New file.
2369 * gdb.threads/signal-sigtrap.exp: New file.
2370
2371 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2372
2373 * gdb.trace/no-attach-trace.c: New file.
2374 * gdb.trace/no-attach-trace.exp: New file.
2375
2376 2015-02-09 Mark Wielaard <mjw@redhat.com>
2377
2378 * gdb.dwarf2/atomic.c: New file.
2379 * gdb.dwarf2/atomic-type.exp: Likewise.
2380
2381 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2382
2383 * gdb.btrace/buffer-size.exp: Update "info record" output.
2384 * gdb.btrace/delta.exp: Update "info record" output.
2385 * gdb.btrace/enable.exp: Update "info record" output.
2386 * gdb.btrace/finish.exp: Update "info record" output.
2387 * gdb.btrace/instruction_history.exp: Update "info record" output.
2388 * gdb.btrace/next.exp: Update "info record" output.
2389 * gdb.btrace/nexti.exp: Update "info record" output.
2390 * gdb.btrace/step.exp: Update "info record" output.
2391 * gdb.btrace/stepi.exp: Update "info record" output.
2392 * gdb.btrace/nohist.exp: Update "info record" output.
2393
2394 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2395
2396 * gdb.btrace/buffer-size: New.
2397
2398 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2399
2400 * gdb.btrace/delta.exp: Update "info record" output.
2401 * gdb.btrace/enable.exp: Update "info record" output.
2402 * gdb.btrace/finish.exp: Update "info record" output.
2403 * gdb.btrace/instruction_history.exp: Update "info record" output.
2404 * gdb.btrace/next.exp: Update "info record" output.
2405 * gdb.btrace/nexti.exp: Update "info record" output.
2406 * gdb.btrace/step.exp: Update "info record" output.
2407 * gdb.btrace/stepi.exp: Update "info record" output.
2408 * gdb.btrace/nohist.exp: Update "info record" output.
2409
2410 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2411
2412 PR gdb/15678
2413 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2414
2415 2015-02-06 Pedro Alves <palves@redhat.com>
2416
2417 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2418 macro.
2419 (seconds_left, again): New globals.
2420 (main): Wait seconds_left in a 1-second sleep loop instead of
2421 sleeping 180 seconds. If 'again' is set, reset the seconds
2422 counter.
2423 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2424 'again' in the inferior before detaching. Print the seconds left.
2425 (options): New global.
2426 (top level): Build program with -DTIMEOUT=$timeout.
2427
2428 2015-02-06 Pedro Alves <palves@redhat.com>
2429
2430 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2431 determine how many seconds to pass to 'alarm'.
2432 * gdb.base/gdb-sigterm.exp (top level): Build program with
2433 -DTIMEOUT=$timeout.
2434 (do_test): Return success/failure indication. Add more verbose
2435 logging. Don't fail if 200 single steps are seen. Instead, fail
2436 when the test times out.
2437 (passes): New global.
2438 (top level): Break the testing loop if testing fails on any
2439 iteration. Use gdb_assert.
2440
2441 2015-02-04 Don Breazeal <donb@codesourcery.com>
2442
2443 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2444 and initialize them.
2445 (ipc_cleanup): New function.
2446 (main): Don't declare shmid, semid, and msqid. Add a call to
2447 atexit so that we call ipc_cleanup on exit.
2448
2449 2015-02-04 Pedro Alves <palves@redhat.com>
2450
2451 * boards/native-extended-gdbserver.exp: Remove any target variant
2452 specifications from the board name before clearing the isremote
2453 flag from board_info.
2454
2455 2015-01-31 Doug Evans <xdje42@gmail.com>
2456
2457 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2458
2459 2015-01-31 Gary Benson <gbenson@redhat.com>
2460
2461 * gdb.base/completion.exp: Disable completion limiting for
2462 existing tests. Add new tests to check completion limiting.
2463 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2464
2465 2015-01-31 Doug Evans <xdje42@gmail.com>
2466
2467 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2468
2469 2015-01-31 Doug Evans <xdje42@gmail.com>
2470
2471 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2472 entries. Duplicate file section script entries.
2473 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2474 inlined entries. Add test for safe-path rejection.
2475 * gdb.python/py-section-script.c: Add duplicate inlined section script
2476 entries. Duplicate file section script entries.
2477 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2478 inlined entries. Add test for safe-path rejection.
2479
2480 2015-01-29 Joel Brobecker <brobecker@adacore.com>
2481
2482 * gdb.ada/disc_arr_bound: New testcase.
2483
2484 2015-01-29 Joel Brobecker <brobecker@adacore.com>
2485
2486 * gdb.ada/mi_var_array: New testcase.
2487
2488 2015-01-27 Doug Evans <dje@google.com>
2489
2490 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2491 Add test for objfile.filename, objfile.username after objfile
2492 has been unloaded.
2493
2494 2015-01-26 Joel Brobecker <brobecker@adacore.com>
2495
2496 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2497 the second test to print the name attribute of value
2498 returned by the call to gdb.lookup_type, and adjust
2499 the expected output accordingly.
2500
2501 2015-01-25 Mark Wielaard <mjw@redhat.com>
2502
2503 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2504 * gdb.base/disp-step-fork.c: Include unistd.h.
2505 * gdb.base/siginfo-obj.c: Include stdio.h.
2506 * gdb.base/siginfo-thread.c: Likewise.
2507 * gdb.mi/non-stop.c: Include unistd.h.
2508 * gdb.mi/nsthrexec.c: Include stdio.h.
2509 * gdb.mi/pthreads.c: Include unistd.h.
2510 * gdb.modula2/unbounded1.c (main): Declare returns int.
2511 * gdb.reverse/consecutive-reverse.c: Likewise.
2512 * gdb.threads/create-fail.c: Include unistd.h.
2513 * gdb.threads/killed.c: Likewise.
2514 * gdb.threads/linux-dp.c: Likewise.
2515 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2516 * gdb.threads/non-ldr-exc-2.c: Likewise.
2517 * gdb.threads/non-ldr-exc-3.c: Likewise.
2518 * gdb.threads/non-ldr-exc-4.c: Likewise.
2519 * gdb.threads/pthreads.c: Include unistd.h.
2520 (main): Declare returns int.
2521 * gdb.threads/tls-main.c (foo): New declaration.
2522 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2523
2524 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2525
2526 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2527 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2528
2529 2015-01-15 Mark Wielaard <mjw@redhat.com>
2530
2531 * gdb.base/noreturn-return.c: New file.
2532 * gdb.base/noreturn-return.exp: New file.
2533 * gdb.base/noreturn-finish.c: New file.
2534 * gdb.base/noreturn-finish.exp: New file.
2535
2536 2015-01-23 Pedro Alves <palves@redhat.com>
2537
2538 * gdb.threads/continue-pending-after-query.c: New file.
2539 * gdb.threads/continue-pending-after-query.exp: New file.
2540
2541 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2542 Simon Marchi <simon.marchi@ericsson.com>
2543
2544 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2545 * gdb.base/valgrind-db-attach.exp: Same.
2546 * gdb.base/valgrind-infcall.exp: Same.
2547 * lib/mi-support.exp (default_mi_gdb_start): Same.
2548 * lib/prompt.exp (default_prompt_gdb_start): Same.
2549 * lib/gdb.exp (default_gdb_spawn): Same.
2550 (gdb_interact): New.
2551
2552
2553 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2554
2555 * gdb.compile/compile.exp (pointer to jit function): New test.
2556
2557 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
2558
2559 * lib/gdb.exp (supports_process_record): Return true for
2560 powerpc*-*-linux*.
2561 (supports_reverse): Likewise.
2562
2563 2015-01-15 Don Breazeal <donb@codesourcery.com>
2564
2565 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2566 instead of checking whether the target board is remote and
2567 use spawn_wait_for_attach instead of exec/sleep.
2568 * gdb.base/attach-twice.exp: Likewise.
2569
2570 2015-01-15 Joel Brobecker <brobecker@adacore.com>
2571
2572 * gdb.ada/var_arr_attrs: New testcase.
2573
2574 2015-01-14 Pedro Alves <palves@redhat.com>
2575 Joel Brobecker <brobecker@adacore.com>
2576
2577 PR gdb/17525
2578 * gdb.base/bp-cmds-execution-x-script.c: New file.
2579 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2580 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2581
2582 2015-01-14 Pedro Alves <palves@redhat.com>
2583
2584 PR cli/17828
2585 * gdb.base/batch-preserve-term-settings.c: New file.
2586 * gdb.base/batch-preserve-term-settings.exp: New file.
2587
2588 2015-01-13 Doug Evans <dje@google.com>
2589
2590 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2591 binary.
2592
2593 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2594
2595 * Makefile.in (clean mostlyclean): Do not delete *.py.
2596
2597 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2598
2599 * gdb.python/py-lookup-type.exp: New file.
2600
2601 2015-01-12 Pedro Alves <palves@redhat.com>
2602
2603 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2604 restore GDBFLAGS before returning.
2605
2606 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2607
2608 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2609 is_amd64_regs_target and is_x86_like_target.
2610
2611 2015-01-11 Doug Evans <xdje42@gmail.com>
2612
2613 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2614 is given without an explicit form.
2615 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2616 attributes.
2617 * gdb.dwarf/corrupt.exp: Ditto.
2618 * gdb.dwarf2/enum-type.exp: Ditto.
2619 * gdb.trace/entry-values.exp: Ditto.
2620 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2621
2622 2015-01-11 Doug Evans <xdje42@gmail.com>
2623
2624 PR gdb/15830
2625 * gdb.base/maint.exp: Remove references to "maint demangle".
2626 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2627 Add tests for explicitly specifying language to demangle.
2628 * gdb.dlang/demangle.exp: Ditto.
2629
2630 2015-01-09 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.threads/non-stop-fair-events.c: New file.
2633 * gdb.threads/non-stop-fair-events.exp: New file.
2634
2635 2015-01-09 Pedro Alves <palves@redhat.com>
2636
2637 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2638 the global scope. Set a breakpoint after all threads are started
2639 rather than stepping over two source lines. Expect the prompt.
2640 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2641 global.
2642 (NUM): Now 15.
2643 (main): Use threads_started_barrier to wait for all threads to
2644 start. Main thread no longer calls thread_function. Exit after
2645 180 seconds.
2646 (loop): New function.
2647 (thread_function): Wait on threads_started_barrier barrier. Call
2648 'loop' at each iteration.
2649 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2650 threads have started, instead of hardcoding number of "next"
2651 steps. Use an access watchpoint instead of a write watchpoint.
2652
2653 2015-01-09 Pedro Alves <palves@redhat.com>
2654
2655 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2656 (thread_func): Wait on barrier.
2657 (main): Wait for all threads to start before stopping GDB.
2658 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2659 global.
2660 (thread1_func, thread2_func): Wait on barrier.
2661 (main): Wait for all threads to start before stopping GDB.
2662 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2663 New global.
2664 (thread1_func, thread2_func): Wait on barrier.
2665 (main): Wait for all threads to start before stopping GDB.
2666
2667 2015-01-09 Pedro Alves <palves@redhat.com>
2668
2669 * gdb.threads/attach-many-short-lived-threads.c: New file.
2670 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2671
2672 2014-01-09 Pedro Alves <palves@redhat.com>
2673
2674 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2675 instead of to thread 2.
2676 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2677 Add barrier around each pthread_create call instead of around all
2678 calls.
2679 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2680 Set a break on thread_function and have the child threads hit it
2681 one at at a time.
2682
2683 2015-01-09 Pedro Alves <palves@redhat.com>
2684
2685 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2686 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2687 false.
2688 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2689 checking whether the target board is remote.
2690 * gdb.multi/multi-attach.exp: Likewise.
2691 * gdb.python/py-sync-interp.exp: Likewise.
2692 * gdb.server/ext-attach.exp: Likewise.
2693 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2694 tests that need to attach, instead of checking whether the target
2695 board is remote at the top of the file.
2696
2697 2015-01-08 Yao Qi <yao@codesourcery.com>
2698
2699 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2700
2701 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2702
2703 Fix testcase compilation.
2704 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2705
2706 2015-01-06 Joel Brobecker <brobecker@adacore.com>
2707
2708 * gdb.python/py-type.exp: Add a couple test about empty
2709 array creation, and negative-length array creation.
2710
2711 2015-01-02 Doug Evans <xdje42@gmail.com>
2712
2713 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2714
2715 2015-01-02 Doug Evans <dje@google.com>
2716
2717 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2718
2719 2014-12-29 Yao Qi <yao@codesourcery.com>
2720
2721 * gdb.trace/entry-values.exp: Update comments. Rename variable
2722 bar_call_foo to returned_from_foo.
2723
2724 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2725
2726 PR gdb/17394
2727 * gdb.linespec/break-asm-file.c: New file.
2728 * gdb.linespec/break-asm-file.exp: New file.
2729 * gdb.linespec/break-asm-file0.s: New file.
2730 * gdb.linespec/break-asm-file1.s: New file.
2731
2732 2014-12-18 Nigel Stephens <nigel@mips.com>
2733 Maciej W. Rozycki <macro@codesourcery.com>
2734
2735 * gdb.base/float.exp: Handle the new output from "info float" on
2736 MIPS targets.
2737
2738 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2739
2740 Fix MinGW compilation.
2741 * gdb.compile/compile-ops.exp: Update untested message if
2742 !skip_compile_feature_tests.
2743 * gdb.compile/compile-setjmp.exp: Likewise.
2744 * gdb.compile/compile-tls.exp: Likewise.
2745 * gdb.compile/compile.exp: Likewise.
2746 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2747 supported on this host".
2748
2749 2014-12-16 Doug Evans <xdje42@gmail.com>
2750
2751 * boards/stabs.exp: New file.
2752
2753 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2754
2755 * gdb.base/completion.exp: Adjust to format changes of "maint
2756 print user-registers".
2757
2758 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
2759
2760 PR server/17457
2761 * gdb.arch/aarch64-fp.c: New file.
2762 * gdb.arch/aarch64-fp.exp: New file.
2763
2764 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2765
2766 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2767 r210637, r210913, r211666, r215400, r215817).
2768
2769 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2770 * dg-extract-results.py: New file.
2771 * dg-extract-results.sh: Use it if the environment seems
2772 suitable.
2773
2774 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2775
2776 * dg-extract-results.py (parse_run): Handle warnings that
2777 are printed before a test harness is run.
2778
2779 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2780
2781 * dg-extract-results.py (Named): Remove __cmp__ method.
2782 (output_variation): Use a key to sort variation.harnesses.
2783
2784 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2785
2786 * dg-extract-results.py: For Python 3, force sys.stdout to
2787 handle surrogate escape sequences.
2788 (safe_open): New function.
2789 (output_segment, main): Use it.
2790
2791 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2792
2793 * dg-extract-results.py (Prog.result_re): Include options
2794 in test name.
2795
2796 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2797
2798 * dg-extract-results.py (output_variation): Always sort if
2799 do_sum.
2800
2801 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2802
2803 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2804 as long as we get pagination notifications.
2805
2806 2014-12-15 Jason Merrill <jason@redhat.com>
2807
2808 * Makefile.in (check-gdb.%): Restore.
2809 * README: Mention it.
2810
2811 2014-12-13 Joel Brobecker <brobecker@adacore.com>
2812
2813 * gdb.ada/str_uninit: New testcase.
2814
2815 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2816
2817 PR symtab/17642
2818 * gdb.base/vla-stub-define.c: New file.
2819 * gdb.base/vla-stub.c: New file.
2820 * gdb.base/vla-stub.exp: New file.
2821
2822 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2823 Jan Kratochvil <jan.kratochvil@redhat.com>
2824 Tom Tromey <tromey@redhat.com>
2825
2826 * configure.ac: Add gdb.compile/.
2827 * configure: Regenerate.
2828 * gdb.compile/Makefile.in: New file.
2829 * gdb.compile/compile-ops.exp: New file.
2830 * gdb.compile/compile-ops.c: New file.
2831 * gdb.compile/compile-tls.c: New file.
2832 * gdb.compile/compile-tls.exp: New file.
2833 * gdb.compile/compile-constvar.S: New file.
2834 * gdb.compile/compile-constvar.c: New file.
2835 * gdb.compile/compile-mod.c: New file.
2836 * gdb.compile/compile-nodebug.c: New file.
2837 * gdb.compile/compile-setjmp-mod.c: New file.
2838 * gdb.compile/compile-setjmp.c: New file.
2839 * gdb.compile/compile-setjmp.exp: New file.
2840 * gdb.compile/compile-shlib.c: New file.
2841 * gdb.compile/compile.c: New file.
2842 * gdb.compile/compile.exp: New file.
2843 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2844
2845 2014-12-12 Tom Tromey <tromey@redhat.com>
2846
2847 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2848 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2849
2850 2014-12-12 Doug Evans <dje@google.com>
2851
2852 * lib/gdb-python.exp (get_python_valueof): New function.
2853 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2854
2855 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2856
2857 * gdb.base/completion.exp: Add test for completion of "info
2858 registers ".
2859
2860 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2861
2862 * gdb.base/func-ptrs.c: New file.
2863 * gdb.base/func-ptrs.exp: New file.
2864
2865 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2866
2867 PR breakpoints/17012
2868 * gdb.base/dprintf-detach.c: New file.
2869 * gdb.base/dprintf-detach.exp: New file.
2870
2871 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2872
2873 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2874 * lib/gdb.exp (target_is_gdbserver): New procedure.
2875
2876 2014-12-08 Doug Evans <dje@google.com>
2877
2878 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2879
2880 2014-12-05 Yao Qi <yao@codesourcery.com>
2881
2882 * gdb.guile/scm-error.exp: Remove the third argument to
2883 gdb_remote_download.
2884 * gdb.guile/scm-frame-args.exp: Likewise.
2885 * gdb.guile/scm-section-script.exp: Likewise.
2886
2887 2014-12-05 Yao Qi <yao@codesourcery.com>
2888
2889 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2890
2891 2014-12-04 Doug Evans <dje@google.com>
2892
2893 * gdb.python/py-objfile.exp: Add tests for
2894 objfile.add_separate_debug_file.
2895
2896 2014-12-04 Doug Evans <dje@google.com>
2897
2898 * lib/gdb.exp (get_build_id): New function.
2899 (build_id_debug_filename_get): Rewrite to use it.
2900 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2901
2902 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2903
2904 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2905 `method(long)', not just 0x0.
2906 * gdb.cp/nsalias.exp: Align code labels to 4.
2907 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2908 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2909 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2910 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2911 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2912 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2913
2914 2014-12-02 Doug Evans <dje@google.com>
2915
2916 PR symtab/17602
2917 * gdb.cp/anon-ns.cc: Move guts of this file to ...
2918 * gdb.cp/anon-ns2.cc: ... here. New file.
2919 * gdb.cp/anon-ns.exp: Update.
2920
2921 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2922
2923 * gdb.python/py-events.py (inferior_call_handler): New.
2924 (register_changed_handler, memory_changed_handler): New.
2925 (test_events.invoke): Register new handlers.
2926 * gdb.python/py-events.exp: Add tests for inferior call,
2927 memory_changed and register_changed events.
2928
2929 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2930
2931 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2932 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2933 if the linker doesn't understand this.
2934
2935 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2936
2937 * gdb.python/python.exp: Change expected reply to help().
2938
2939 2014-12-01 Yao Qi <yao@codesourcery.com>
2940
2941 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2942 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2943 * configure: Re-generated.
2944
2945 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2946
2947 * gdb.cp/chained-calls.cc: New file.
2948 * gdb.cp/chained-calls.exp: New file.
2949 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2950
2951 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2952
2953 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2954 * gdb.dwarf2/symtab-producer.exp: Same.
2955 * gdb.gdb/python-interrupts.exp: Same.
2956 * gdb.gdb/python-selftest.exp: Same.
2957 * gdb.python/py-linetable.exp: Same.
2958 * gdb.python/py-type.exp: Same.
2959 * gdb.python/py-value-cc.exp: Same.
2960 * gdb.python/py-value.exp: Same.
2961
2962 2014-11-28 Yao Qi <yao@codesourcery.com>
2963
2964 * gdb.base/break-probes.exp: Match library name prefixed with
2965 sysroot.
2966
2967 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2968
2969 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2970 test expected output. Add parentheses for the call to print.
2971 Remove L suffix from integers.
2972
2973 2014-11-26 Doug Evans <dje@google.com>
2974
2975 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2976
2977 2014-11-22 Yao Qi <yao@codesourcery.com>
2978
2979 * gdb.trace/entry-values.c: Remove asms.
2980 (foo): Add foo_label.
2981 (bar): Add bar_label.
2982 * gdb.trace/entry-values.exp: Remove code computing foo's
2983 length and bar's length.
2984 (Dwarf::assemble): Invoke function_range for bar and use
2985 MACRO_AT_func for foo.
2986
2987 2014-11-22 Yao Qi <yao@codesourcery.com>
2988
2989 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2990 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2991 Use .Lgcc43_procstart instead of gcc43.
2992
2993 2014-11-21 Joel Brobecker <brobecker@adacore.com>
2994
2995 * gdb.ada/n_arr_bound: New testcase.
2996
2997 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2998
2999 PR breakpoints/10737
3000 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
3001 test_catch_syscall_multi_arch.
3002 (test_catch_syscall_multi_arch): New function.
3003
3004 2014-11-20 Doug Evans <xdje42@gmail.com>
3005
3006 * gdb.base/maint.exp: Update expected output.
3007
3008 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3009
3010 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
3011 4-byte instruction on S390.
3012
3013 2014-11-19 Joel Brobecker <brobecker@adacore.com>
3014
3015 * gdb.ada/arr_arr: New testcase.
3016
3017 2014-11-19 Joel Brobecker <brobecker@adacore.com>
3018
3019 * gdb.ada/pkd_arr_elem: New Testcase.
3020
3021 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
3022
3023 * gdb.reverse/break-precsave: Expect completion message for
3024 core file reads.
3025 * gdb.reverse/consecutive-precsave.exp: Likewise.
3026 * gdb.reverse/finish-precsave.exp: Likewise.
3027 * gdb.reverse/i386-precsave.exp: Likewise.
3028 * gdb.reverse/machinestate-precsave.exp: Likewise.
3029 * gdb.reverse/sigall-precsave.exp: Likewise.
3030 * gdb.reverse/solib-precsave.exp: Likewise.
3031 * gdb.reverse/step-precsave.exp: Likewise.
3032 * gdb.reverse/until-precsave.exp: Likewise.
3033 * gdb.reverse/watch-precsave.exp: Likewise.
3034
3035 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3036
3037 * gdb.base/bp-permanent.c: Include unistd.h.
3038 * gdb.python/py-framefilter-mi.c (main): Add return type.
3039 * gdb.python/py-framefilter.c (main): Likewise.
3040 * gdb.trace/actions-changed.c (main): Likewise.
3041
3042 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3043
3044 * gdb.mi/until.c: Add eye-catchers.
3045 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
3046 line numbers.
3047
3048 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3049
3050 * gdb.base/condbreak.exp: Drop references to removed non-prototype
3051 function header variants in break1.c.
3052 * gdb.base/ena-dis-br.exp: Likewise.
3053 * gdb.base/hbreak2.exp: Likewise.
3054 * gdb.reverse/until-precsave.exp: Drop references to removed
3055 non-prototype function header variants in ur1.c.
3056 * gdb.reverse/until-reverse.exp: Likewise.
3057
3058 2014-11-17 Petr Machata <pmachata@redhat.com>
3059
3060 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
3061 ${_cu_offset_size} bytes abbrev offset.
3062
3063 2014-11-15 Doug Evans <xdje42@gmail.com>
3064
3065 PR symtab/17559
3066 * gdb.base/line-symtabs.exp: New file.
3067 * gdb.base/line-symtabs.c: New file.
3068 * gdb.base/line-symtabs.h: New file.
3069
3070 2014-11-14 Yao Qi <yao@codesourcery.com>
3071
3072 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
3073 (func): Add label func_label.
3074 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
3075 Replace low_pc and high_pc with MACRO_AT_range.
3076 Replace name, low_pc and high_pc with MACRO_AT_func.
3077
3078 2014-11-14 Yao Qi <yao@codesourcery.com>
3079
3080 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
3081 Replace name, low_pc and high_pc with MACRO_AT_func.
3082
3083 2014-11-14 Yao Qi <yao@codesourcery.com>
3084
3085 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
3086 produce debug information.
3087 * gdb.dwarf2/implptr-optimized-out.S: Removed.
3088
3089 2014-11-14 Yao Qi <yao@codesourcery.com>
3090
3091 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
3092 object and get function length.
3093 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
3094 with MACRO_AT_func.
3095 (top-level): Replace gdb_compile and clean_restart with
3096 prepare_for_testing.
3097 * gdb.dwarf2/main.c (main): Add label main_label.
3098
3099 2014-11-14 Yao Qi <yao@codesourcery.com>
3100
3101 * lib/dwarf.exp (function_range): New procedure.
3102 (Dwarf::_handle_macro_at_func): New procedure.
3103 (Dwarf::_handle_macro_at_range): New procedure.
3104 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
3105
3106 2014-11-14 Yao Qi <yao@codesourcery.com>
3107
3108 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
3109 (_handle_attribute): New procedure.
3110
3111 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3112
3113 * gdb.ada/cond_lang/foo.c (callme): Add return type.
3114 * gdb.base/call-sc.c (zed): Likewise.
3115 * gdb.base/checkpoint.c (main): Likewise.
3116 * gdb.base/dump.c (main): Likewise.
3117 * gdb.base/gcore.c (main): Likewise.
3118 * gdb.base/huge.c (main): Likewise.
3119 * gdb.base/multi-forks.c (main): Likewise.
3120 * gdb.base/pr10179-a.c (main): Likewise.
3121 * gdb.base/savedregs.c (main): Likewise.
3122 * gdb.base/sigaltstack.c (main): Likewise.
3123 * gdb.base/siginfo.c (main): Likewise.
3124 * gdb.base/structs.c (zed): Likewise.
3125 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
3126 * gdb.mi/mi-syn-frame.c (main): Likewise.
3127 * gdb.mi/until.c (foo, main): Likewise.
3128 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
3129 * gdb.base/solib-weak.c (foo): Declare.
3130 * gdb.base/attach-twice.c: Include stdio.h.
3131 * gdb.base/weaklib1.c: Likewise.
3132 * gdb.base/weaklib2.c: Likewise.
3133 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
3134 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
3135 unistd.h.
3136 * gdb.base/attach-pie-misread.c: Include stdlib.h.
3137 * gdb.mi/mi-exit-code.c: Likewise.
3138 * gdb.base/break-interp-lib.c: Include string.h.
3139 * gdb.base/coremaker.c: Likewise.
3140 * gdb.base/testenv.c: Likewise.
3141 * gdb.python/py-finish-breakpoint.c: Likewise.
3142 * gdb.base/inferior-died.c: Include sys/wait.h.
3143 * gdb.base/fileio.c: Include time.h.
3144 * gdb.base/async-shell.c: Include unistd.h.
3145 * gdb.base/dprintf-non-stop.c: Likewise.
3146 * gdb.base/info-os.c: Likewise.
3147 * gdb.mi/mi-console.c: Likewise.
3148 * gdb.mi/watch-nonstop.c: Likewise.
3149 * gdb.python/py-events.c: Likewise.
3150 * gdb.base/async.c (baz): Move up before its invocation.
3151 * gdb.base/code_elim2.c (my_global_func): Likewise.
3152 * gdb.base/skip-solib-lib.c (multiply): Likewise.
3153 * gdb.base/advance.c (func2): Likewise.
3154
3155 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3156
3157 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
3158 variant.
3159 * gdb.base/annota3.c: Likewise.
3160 * gdb.base/async.c: Likewise.
3161 * gdb.base/average.c: Likewise.
3162 * gdb.base/call-ar-st.c: Likewise.
3163 * gdb.base/call-rt-st.c: Likewise.
3164 * gdb.base/call-sc.c: Likewise.
3165 * gdb.base/call-strs.c: Likewise.
3166 * gdb.base/ending-run.c: Likewise.
3167 * gdb.base/execd-prog.c: Likewise.
3168 * gdb.base/exprs.c: Likewise.
3169 * gdb.base/foll-exec.c: Likewise.
3170 * gdb.base/foll-fork.c: Likewise.
3171 * gdb.base/foll-vfork.c: Likewise.
3172 * gdb.base/funcargs.c: Likewise.
3173 * gdb.base/gcore.c: Likewise.
3174 * gdb.base/jump.c: Likewise.
3175 * gdb.base/langs0.c: Likewise.
3176 * gdb.base/langs1.c: Likewise.
3177 * gdb.base/langs2.c: Likewise.
3178 * gdb.base/mips_pro.c: Likewise.
3179 * gdb.base/nodebug.c: Likewise.
3180 * gdb.base/opaque0.c: Likewise.
3181 * gdb.base/opaque1.c: Likewise.
3182 * gdb.base/recurse.c: Likewise.
3183 * gdb.base/run.c: Likewise.
3184 * gdb.base/scope0.c: Likewise.
3185 * gdb.base/scope1.c: Likewise.
3186 * gdb.base/setshow.c: Likewise.
3187 * gdb.base/setvar.c: Likewise.
3188 * gdb.base/shmain.c: Likewise.
3189 * gdb.base/shr1.c: Likewise.
3190 * gdb.base/shr2.c: Likewise.
3191 * gdb.base/sigall.c: Likewise.
3192 * gdb.base/signals.c: Likewise.
3193 * gdb.base/so-indr-cl.c: Likewise.
3194 * gdb.base/solib2.c: Likewise.
3195 * gdb.base/structs.c: Likewise.
3196 * gdb.base/sum.c: Likewise.
3197 * gdb.base/vforked-prog.c: Likewise.
3198 * gdb.base/watchpoint.c: Likewise.
3199 * gdb.reverse/shr2.c: Likewise.
3200 * gdb.reverse/until-reverse.c: Likewise.
3201 * gdb.reverse/ur1.c: Likewise.
3202 * gdb.reverse/watch-reverse.c: Likewise.
3203
3204 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3205
3206 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
3207 variant.
3208 * gdb.base/sepdebug.exp: Drop references to removed code.
3209
3210 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3211
3212 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
3213 variant. Preserve original line numbering.
3214 * gdb.base/list1.c: Likewise.
3215
3216 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3217
3218 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
3219 variant.
3220 * gdb.base/break1.c: Likewise.
3221 * gdb.base/break.exp: Drop references to removed code.
3222
3223 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3224
3225 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
3226 variant.
3227
3228 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3229
3230 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
3231
3232 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3233
3234 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
3235 logic into perform_all_tests() and invoke it with and without
3236 function header prototypes.
3237 (do_function_calls): Remove conditional XFAIL for PR 5318.
3238 (rerun_and_prepare): Remove duplicate code.
3239 (perform_all_tests): New. Main logic moved here.
3240
3241 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3242
3243 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3244 code guarded by #ifdef NO_PROTOTYPES.
3245 (t_double_many_args): Likewise.
3246 (DEF_FUNC_MANY_ARGS_1): Likewise.
3247 (DEF_FUNC_VALUES_1): Likewise.
3248 (t_structs_ldc): Renamed from t_structs_fc in conditional code
3249 guarded by #ifdef PROTOTYPES.
3250
3251 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3252
3253 * gdb.mi/mi-console.c: Add eye-catcher.
3254 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3255 instead of literal line number.
3256
3257 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3258
3259 * gdb.base/shr2.c: Add eye-catcher.
3260 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3261 line number.
3262
3263 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3264
3265 * gdb.base/jump.c: Add eye-catchers.
3266 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3267 numbers.
3268
3269 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3270
3271 * gdb.base/execd-prog.c: Add eye-catchers.
3272 * gdb.base/foll-exec.c: Likewise.
3273 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3274 line numbers.
3275
3276 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3277
3278 * gdb.base/ending-run.c: Add eye-catchers.
3279 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3280 literal line numbers.
3281
3282 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3283
3284 * gdb.base/call-rt-st.c: Add eye-catchers.
3285 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3286 literal line numbers.
3287
3288 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3289
3290 * gdb.base/call-ar-st.c: Add eye-catchers.
3291 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3292 literal line numbers.
3293
3294 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3295
3296 * gdb.base/average.c: Add eye-catchers.
3297 * gdb.base/sum.c: Likewise.
3298 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3299 regexps dynamically.
3300
3301 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3302
3303 * gdb.base/solib1.c: Add eye-catchers.
3304 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3305 literal line numbers.
3306
3307 2014-11-12 Pedro Alves <palves@redhat.com>
3308
3309 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3310 leader has exited.
3311
3312 2014-11-12 Pedro Alves <palves@redhat.com>
3313
3314 * gdb.arch/i386-bp_permanent.c: New file.
3315 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3316 (srcfile): Set to i386-bp_permanent.c.
3317 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
3318 that stepi does not execute the 'leave' instruction, instead of
3319 testing it does execute.
3320 * gdb.base/bp-permanent.c: New file.
3321 * gdb.base/bp-permanent.exp: New file.
3322
3323 2014-11-10 Doug Evans <xdje42@gmail.com>
3324
3325 PR symtab/17564
3326 * gdb.base/symtab-search-order.exp: New file.
3327 * gdb.base/symtab-search-order.c: New file.
3328 * gdb.base/symtab-search-order-1.c: New file.
3329 * gdb.base/symtab-search-order-shlib-1.c: New file.
3330
3331 2014-11-07 Pedro Alves <palves@redhat.com>
3332
3333 PR gdb/17511
3334 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3335 i?86-*-linux*.
3336
3337 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
3338
3339 PR c++/17494
3340 * gdb.cp/pr17494.cc: New file.
3341 * gdb.cp/pr17494.exp: New file.
3342
3343 2014-11-02 Yao Qi <yao@codesourcery.com>
3344
3345 * gdb.python/python.exp: Get working directory and match the
3346 output of "set extended-prompt \\w " with it.
3347
3348 2014-10-30 Doug Evans <dje@google.com>
3349
3350 * gdb.python/py-objfile.exp: Add tests for setting random attributes
3351 in objfiles.
3352 * gdb.python/py-progspace.exp: Add tests for setting random attributes
3353 in progspaces.
3354
3355 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
3356
3357 * gdb.base/fullpath-expand.exp: Skip for a remote host.
3358 * gdb.base/realname-expand.exp: Likewise.
3359 * gdb.linespec/macro-relative.exp: Likewise.
3360
3361 2014-10-29 Pedro Alves <palves@redhat.com>
3362
3363 PR gdb/17408
3364 * gdb.threads/schedlock.c (some_function): New function.
3365 (call_function): New global.
3366 (MAYBE_CALL_SOME_FUNCTION): New macro.
3367 (thread_function): Call it.
3368 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3369 and use it instead of a global counter. Adjust all callers.
3370 (get_current_thread): Use "find current thread" for test message
3371 here rather than having all callers pass down the same string.
3372 (goto_loop): New procedure, factored out from ...
3373 (my_continue): ... this.
3374 (step_ten_loops): Change parameter from test message to command to
3375 use. Adjust.
3376 (list_count): Delete global.
3377 (check_result): New procedure, factored out from duplicate top
3378 level code.
3379 (continue tests): Wrap in with_test_prefix.
3380 (test_step): New procedure, factored out from duplicate top level
3381 code.
3382 (top level): Test "step" in combination with all scheduler-locking
3383 modes. Test "next" in combination with all scheduler-locking
3384 modes, and in combination with stepping over a function call or
3385 not.
3386 * gdb.threads/next-bp-other-thread.c: New file.
3387 * gdb.threads/next-bp-other-thread.exp: New file.
3388
3389 2014-10-29 Pedro Alves <palves@redhat.com>
3390
3391 PR python/17372
3392 * gdb.python/python.exp: Test a multi-line command that spawns
3393 interactive Python.
3394 * gdb.base/multi-line-starts-subshell.exp: New file.
3395
3396 2014-10-29 Yao Qi <yao@codesourcery.com>
3397
3398 * gdb.base/fileio.exp: Make directories on host.
3399
3400 2014-10-29 Yao Qi <yao@codesourcery.com>
3401
3402 * gdb.base/fileio.c (test_write): Close the file.
3403
3404 2014-10-28 Pedro Alves <palves@redhat.com>
3405
3406 PR gdb/12623
3407 * gdb.base/sigstep.c (no_handler): New global.
3408 (main): If 'no_handler is true, set the signal handlers to
3409 SIG_IGN.
3410 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3411 with_sw_watch and no_handler parameters. Handle them.
3412 (top level) <stepping over handler when stopped at a breakpoint
3413 test>: Add a test axis for testing with a software watchpoint, and
3414 another for testing with the signal handler set to SIG_IGN.
3415 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3416 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3417
3418 2014-10-28 Pedro Alves <palves@redhat.com>
3419
3420 PR gdb/17511
3421 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3422 * gdb.base/sigstep.exp (other_handler_location): New global.
3423 (advance): Support stepping into the signal handler, and running
3424 commands while in the handler.
3425 (in_handler_map): New global.
3426 (top level): In the advance test, add combinations for getting
3427 into the handler with stepping commands, and for running commands
3428 in the handler. Add comment descripting the advancei tests.
3429
3430 2014-10-28 Pedro Alves <palves@redhat.com>
3431
3432 * gdb.base/sigstep.exp: Use build_executable instead of
3433 prepare_for_testing.
3434 (top level): Move code that starts GDB, runs to main and creates a
3435 display to ...
3436 (restart): ... this new procedure.
3437 (top level): Move backtrace from signal handler test to ...
3438 (validate_backtrace): ... this new procedure.
3439 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3440 with_test_prefix. Always restart GDB.
3441 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3442 with_test_prefix. Always restart GDB. No need to delete
3443 breakpoints after the test.
3444 (test_skip_handler): Remove prefix parameter.
3445 (skip_over_handler, breakpoint_to_handler)
3446 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3447 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3448 restart GDB. No need to delete breakpoints after the test.
3449 (top level): Use foreach to call the test procedures with
3450 different commands.
3451
3452 2014-10-28 Pedro Alves <palves@redhat.com>
3453
3454 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3455 instead of GNATS numbers.
3456 * gdb.base/sigbpt.exp: Likewise.
3457 * gdb.base/siginfo.exp: Likewise.
3458 * gdb.base/sigstep.exp: Likewise.
3459
3460 2014-10-27 Pedro Alves <palves@redhat.com>
3461
3462 * gdb.base/sigstep.c (dummy): New global.
3463 (main): Issue a couple writes to the new global.
3464 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3465 procedures.
3466 (skip_over_handler): Use test_skip_handler.
3467 (top level): Call skip_over_handler for stepi and nexti too.
3468 (breakpoint_over_handler): Use test_skip_handler.
3469 (top level): Call breakpoint_over_handler for stepi and nexti too.
3470
3471 2014-10-27 Yao Qi <yao@codesourcery.com>
3472
3473 * gdb.trace/tfile.c (adjust_function_address)
3474 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3475 function descriptor.
3476
3477 2014-10-24 Don Breazeal <donb@codesourcery.com>
3478
3479 * gdb.base/foll-fork.exp (test_follow_fork,
3480 catch_fork_child_follow): Check for updated fork messages emitted
3481 from infrun.c.
3482 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3483 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3484 vfork_and_exec_child_follow_through_step): Check for updated vfork
3485 messages emitted from infrun.c.
3486
3487 2014-10-24 Pedro Alves <palves@redhat.com>
3488
3489 * gdb.base/corefile.exp: Remove references to ultrix.
3490 * gdb.base/interrupt.exp: Likewise.
3491 * gdb.base/whatis.exp: Likewise.
3492 * gdb.gdb/selftest.exp: Likewise.
3493 * gdb.threads/manythreads.exp: Likewise.
3494 * gdb.threads/print-threads.exp: Likewise.
3495 * gdb.threads/pthreads.exp:: Likewise.
3496 * gdb.threads/schedlock.exp: Likewise.
3497
3498 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3499
3500 * gdb.cp/non-trivial-retval.cc: Add a test case.
3501 * gdb.cp/non-trivial-retval.exp: Add a test.
3502
3503 2014-10-20 Yao Qi <yao@codesourcery.com>
3504
3505 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3506 * gdb.python/py-objfile-script-gdb.py: New file.
3507 * gdb.python/py-objfile-script.exp: Update reference to
3508 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3509 of remote_download. Remove the dest file.
3510
3511 2014-10-20 Yao Qi <yao@codesourcery.com>
3512
3513 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3514 * gdb.base/step-line.exp: Likewise.
3515 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3516 * gdb.dwarf2/dw2-basic.exp: Likewise.
3517 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3518 * gdb.dwarf2/dw2-filename.exp: Likewise.
3519 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3520 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3521 * gdb.dwarf2/dw2-producer.exp: Likewise.
3522 * gdb.dwarf2/mac-fileno.exp: Likewise.
3523 * gdb.python/py-frame-args.exp: Likewise.
3524 * gdb.python/py-framefilter.exp: Likewise.
3525 * gdb.python/py-mi.exp: Likewise.
3526 * gdb.python/py-objfile-script.exp: Likewise
3527 * gdb.python/py-pp-integral.exp: Likewise.
3528 * gdb.python/py-pp-re-notag.exp: Likewise.
3529 * gdb.python/py-prettyprint.exp: Likewise.
3530 * gdb.python/py-section-script.exp: Likewise.
3531 * gdb.python/py-typeprint.exp: Likewise.
3532 * gdb.python/py-xmethods.exp: Likewise.
3533 * gdb.stabs/weird.exp: Likewise.
3534 * gdb.xml/tdesc-regs.exp: Likewise.
3535
3536 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3537
3538 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3539 (out_cu): Use addr_len for the size of addresses.
3540 (out_line): Likewise. Size DW_LNE_set_address instruction
3541 according to addr_len.
3542 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3543 (FUNC): Add START_INSNS to definition.
3544
3545 2014-10-18 Yao Qi <yao@codesourcery.com>
3546
3547 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3548 gdb_has_argv0 return true.
3549 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3550 check [target_info exists noargs], check [gdb_has_argv0]
3551 instead.
3552 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3553 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3554 procedures.
3555
3556 2014-10-17 Doug Evans <dje@google.com>
3557
3558 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3559 event.
3560 * gdb.python/py-events.py: Add clear_objfiles event.
3561
3562 2014-10-17 Doug Evans <dje@google.com>
3563
3564 * gdb.python/py-objfile.exp: Test progspace attribute.
3565
3566 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
3567
3568 * gdb.guile/scm-breakpoint.exp: Do not assume any
3569 directory separators when matching source file paths.
3570 * gdb.python/py-breakpoint.exp: Likewise.
3571 * gdb.reverse/break-precsave.exp: Likewise.
3572 * gdb.reverse/break-reverse.exp: Likewise.
3573 * gdb.reverse/consecutive-precsave.exp: Likewise.
3574 * gdb.reverse/finish-precsave.exp: Likewise.
3575 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3576 * gdb.reverse/finish-reverse.exp: Likewise.
3577 * gdb.reverse/i386-precsave.exp: Likewise.
3578 * gdb.reverse/i387-env-reverse.exp: Likewise.
3579 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3580 * gdb.reverse/machinestate-precsave.exp: Likewise.
3581 * gdb.reverse/machinestate.exp: Likewise.
3582 * gdb.reverse/sigall-precsave.exp: Likewise.
3583 * gdb.reverse/solib-precsave.exp: Likewise.
3584 * gdb.reverse/step-precsave.exp: Likewise.
3585 * gdb.reverse/until-precsave.exp: Likewise.
3586 * gdb.reverse/watch-precsave.exp: Likewise.
3587 * gdb.reverse/watch-reverse.exp: Likewise.
3588
3589 2014-10-17 Yao Qi <yao@codesourcery.com>
3590
3591 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3592 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3593
3594 2014-10-17 Pedro Alves <palves@redhat.com>
3595
3596 PR gdb/17471
3597 * gdb.base/bg-execution-repeat.c: New file.
3598 * gdb.base/bg-execution-repeat.exp: New file.
3599
3600 2014-10-17 Pedro Alves <palves@redhat.com>
3601
3602 PR gdb/17300
3603 * gdb.base/continue-all-already-running.c: New file.
3604 * gdb.base/continue-all-already-running.exp: New file.
3605
3606 2014-10-17 Pedro Alves <palves@redhat.com>
3607
3608 PR gdb/17472
3609 * gdb.base/annota-input-while-running.c: New file.
3610 * gdb.base/annota-input-while-running.exp: New file.
3611
3612 2014-10-17 Pedro Alves <palves@redhat.com>
3613
3614 * gdb.base/callfuncs.exp: emove references to osf.
3615 * gdb.base/sigall.exp: Likewise.
3616 * gdb.gdb/selftest.exp: Likewise.
3617 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3618 * gdb.mi/non-stop.c: Likewise.
3619 * gdb.mi/pthreads.c: Likewise.
3620 * gdb.reverse/sigall-precsave.exp: Likewise.
3621 * gdb.reverse/sigall-reverse.exp: Likewise.
3622 * gdb.threads/pthreads.c: Likewise.
3623 * gdb.threads/pthreads.exp: Likewise.
3624
3625 2014-10-17 Yao Qi <yao@codesourcery.com>
3626
3627 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3628 check 'target_info exists noargs'.
3629 (test_command_prompt_position): Likewise.
3630 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3631 Remove "set args".
3632 (progvar_simple_while_test): Likewise.
3633 (progvar_complex_if_while_test): Likewise.
3634 (if_while_breakpoint_command_test): Likewise.
3635 (infrun_breakpoint_command_test): Likewise.
3636 (breakpoint_command_test): Likewise.
3637 (watchpoint_command_test): Likewise.
3638 (bp_deleted_in_command_test): Likewise.
3639 (temporary_breakpoint_commands): Likewise.
3640
3641 2014-10-16 Yao Qi <yao@codesourcery.com>
3642
3643 * gdb.base/remotetimeout.exp: Remove noargs checking.
3644
3645 2014-10-15 Pedro Alves <palves@redhat.com>
3646
3647 PR breakpoints/9649
3648 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3649 * gdb.base/breakpoint-in-ro-region.exp
3650 (probe_target_hardware_step): New procedure.
3651 (top level): Probe hardware stepping and hardware breakpoint
3652 support. Test stepping through a read-only region, with both
3653 "breakpoint auto-hw" on and off and both "always-inserted" on and
3654 off.
3655
3656 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3657
3658 * gdb.dlang/demangle.exp: Update for demangling changes.
3659
3660 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3661
3662 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3663 * gdb.cp/non-trivial-retval.exp: Add new tests.
3664
3665 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3666
3667 PR c++/13403
3668 PR c++/15154
3669 * gdb.cp/non-trivial-retval.cc: New file.
3670 * gdb.cp/non-trivial-retval.exp: New file.
3671
3672 2014-10-15 Yao Qi <yao@codesourcery.com>
3673
3674 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3675 remote host.
3676
3677 2014-10-15 Yao Qi <yao@codesourcery.com>
3678
3679 * gdb.python/py-symbol.exp: Match file base name if host is
3680 remote, otherwise match file name with dir name.
3681 * gdb.python/py-symtab.exp: Likewise.
3682 * gdb.python/python.exp: Likewise.
3683
3684 2014-10-15 Yao Qi <yao@codesourcery.com>
3685
3686 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3687 pattern.
3688 * gdb.python/py-symtab.exp: Likewise.
3689 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3690 locationn.
3691
3692 2014-10-14 Joel Brobecker <brobecker@adacore.com>
3693
3694 * gdb.ada/addr_arith: New testcase.
3695
3696 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3697
3698 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3699 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3700 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3701 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3702
3703 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3704
3705 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3706 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3707 * gdb.arch/stap-eval-lang-ada.exp: New file.
3708
3709 2014-10-14 Yao Qi <yao@codesourcery.com>
3710
3711 * gdb.mi/mi-var-child.c (nothing1): New function.
3712 (nothing2): New function.
3713 (do_children_tests): Set function pointers by nothing1 and
3714 nothing2.
3715 * gdb.mi/mi-var-child.exp: Step over new added statements.
3716 Update test to match the new output.
3717 * gdb.mi/var-cmd.c (nothing1): New function.
3718 (nothing2): New function.
3719 (do_children_tests): Set function pointers by nothing1 and
3720 nothing2.
3721 * gdb.mi/mi-var-display.exp: Update test to match output.
3722 Step to the line specified by $line_dct_nothing.
3723 Increase the number of lines to step.
3724
3725 2014-10-14 Yao Qi <yao@codesourcery.com>
3726
3727 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3728 tests.
3729 * gdb.mi/mi2-var-child.exp: Likewise.
3730
3731 2014-10-13 Doug Evans <dje@google.com>
3732
3733 * gdb.python/py-objfile.exp: Change name of file name test.
3734
3735 2014-10-13 Doug Evans <dje@google.com>
3736
3737 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3738 from the start of the CU.
3739
3740 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3741 Yao Qi <yao@codesourcery.com>
3742
3743 Fix "save breakpoints" for "catch" command.
3744 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3745 Remove -nonewline. Match also the added "main" line.
3746
3747 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3748
3749 Fix "save breakpoints" for "disable $bpnum" command.
3750 * gdb.base/save-bp.c (main): Add label.
3751 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3752
3753 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3754
3755 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3756
3757 2014-10-11 Yao Qi <yao@codesourcery.com>
3758
3759 * gdb.server/server-kill.exp: Execute command
3760 "set remote trace-status-packet on" before "tstatus".
3761
3762 2014-10-11 Yao Qi <yao@codesourcery.com>
3763
3764 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3765 (main): Call getppid.
3766 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3767 and continue to it. Read variable "server_pid".
3768
3769 2014-10-11 Yao Qi <yao@codesourcery.com>
3770
3771 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3772
3773 2014-10-11 Yao Qi <yao@codesourcery.com>
3774
3775 * gdb.threads/thread-find.exp: Don't execute command
3776 "info threads".
3777 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3778 * gdb.threads/linux-dp.exp: Don't check the condition
3779 $threads_created equals to zero.
3780
3781 2014-10-10 Pedro Alves <palves@redhat.com>
3782
3783 * gdb.base/bigcore.exp: Remove references to IRIX.
3784 * gdb.base/funcargs.exp: Likewise.
3785 * gdb.base/interrupt.exp: Likewise.
3786 * gdb.base/mips_pro.exp: Likewise.
3787 * gdb.base/nodebug.exp: Likewise.
3788 * gdb.base/setvar.exp: Likewise.
3789 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3790
3791 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3792 Pedro Alves <palves@redhat.com>
3793
3794 PR symtab/14466
3795 * gdb.base/vdso-warning.c: New file.
3796 * gdb.base/vdso-warning.exp: New file.
3797
3798 2014-10-02 Doug Evans <dje@google.com>
3799
3800 * gdb.base/structs.c (main): Don't run forever.
3801
3802 2014-10-02 Pedro Alves <palves@redhat.com>
3803
3804 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3805 (top level) <stop threads 1, stop threads 2>: Use it.
3806
3807 2014-10-02 Pedro Alves <palves@redhat.com>
3808
3809 * gdb.threads/break-while-running.exp (test): Add new
3810 'update_thread_list' argument. Skip "info threads" if false.
3811 (top level): Add new 'update_thread_list' axis.
3812
3813 2014-10-02 Pedro Alves <palves@redhat.com>
3814
3815 PR breakpoints/17431
3816 * gdb.base/execl-update-breakpoints.c: New file.
3817 * gdb.base/execl-update-breakpoints.exp: New file.
3818
3819 2014-10-01 Pedro Alves <palves@redhat.com>
3820
3821 * gdb.base/breakpoint-in-ro-region.c: New file.
3822 * gdb.base/breakpoint-in-ro-region.exp: New file.
3823
3824 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3825
3826 * gdb.mi/mi-exit-code.exp: New file.
3827 * gdb.mi/mi-exit-code.c: New file.
3828
3829 2014-09-30 Yao Qi <yao@codesourcery.com>
3830
3831 * lib/prelink-support.exp (build_executable_own_libs): Error if
3832 the target isn't native.
3833
3834 2014-09-30 Yao Qi <yao@codesourcery.com>
3835
3836 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3837 false.
3838
3839 2014-09-22 Pedro Alves <palves@redhat.com>
3840
3841 * gdb.threads/break-while-running.exp: New file.
3842 * gdb.threads/break-while-running.c: New file.
3843
3844 2014-09-19 Yao Qi <yao@codesourcery.com>
3845
3846 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3847 Invoke test. Restart GDB with --readnow and invoke test again.
3848
3849 2014-09-19 Yao Qi <yao@codesourcery.com>
3850
3851 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3852 proc set_breakpoint_on_gcd_function. Invoke
3853 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3854 invoke set_breakpoint_on_gcd_function again.
3855
3856 2014-09-18 Doug Evans <dje@google.com>
3857
3858 * gdb.dwarf2/symtab-producer.exp: New file.
3859
3860 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3861
3862 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3863 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3864 * gdb.base/global-var-nested-by-dso.c: Likewise.
3865 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3866
3867 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3868 Pedro Alves <palves@redhat.com>
3869
3870 * gdb.base/watch-bitfields.exp: Pass string other than test file
3871 name to prepare_for_testing.
3872 (watch): New procedure.
3873 (expect_watchpoint): Use with_test_prefix.
3874 (top level): Factor out tests to ...
3875 (test_watch_location, test_regular_watch): ... these new
3876 procedures, and use with_test_prefix and gdb_continue_to_end.
3877
3878 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3879
3880 PR breakpoints/12526
3881 * gdb.base/watch-bitfields.exp: New file.
3882 * gdb.base/watch-bitfields.c: New file.
3883
3884 2014-09-16 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3887 software and hardware addresses, not software address against
3888 itself.
3889
3890 2014-09-16 Pedro Alves <palves@redhat.com>
3891
3892 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3893 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3894
3895 2014-09-16 Pedro Alves <palves@redhat.com>
3896
3897 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3898 files.
3899 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3900 "*-*-vxworks*" throughout.
3901 * gdb.base/break.exp: Likewise.
3902 * gdb.base/default.exp: Likewise.
3903 * gdb.base/scope.exp: Likewise.
3904 * gdb.base/sepdebug.exp: Likewise.
3905 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3906 throughout.
3907 * gdb.base/run.c: Likewise.
3908 * gdb.base/sepdebug.c: Likewise.
3909 * gdb.hp/gdb.aCC/run.c: Likewise.
3910 * gdb.reverse/until-reverse.c: Likewise.
3911 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3912
3913 2014-09-16 Yao Qi <yao@codesourcery.com>
3914
3915 * boards/local-remote-host-native.exp: New file.
3916
3917 2014-09-14 Doug Evans <xdje42@gmail.com>
3918
3919 * gdb.threads/queue-signal.c (thread_count): New variable.
3920 (thread_count_mutex, thread_count_condvar): New variables.
3921 (incr_thread_count, wait_all_threads_running): New functions.
3922 (main): Wait for all threads to be in their thread functions.
3923
3924 2014-09-13 Doug Evans <xdje42@gmail.com>
3925
3926 * gdb.threads/queue-signal.c: New file.
3927 * gdb.threads/queue-signal.exp: New file.
3928
3929 2014-09-13 Doug Evans <xdje42@gmail.com>
3930
3931 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3932 be consistent with what default_gdb_init uses.
3933 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3934 the plain text of the prompt. Add some logging printfs.
3935 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3936
3937 2014-09-12 Pedro Alves <palves@redhat.com>
3938
3939 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3940 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3941 * gdb.arch/i386-size-overlap.exp: Likewise.
3942 * gdb.arch/i386-size.exp: Likewise.
3943 * gdb.arch/i386-unwind.exp: Likewise.
3944 * gdb.base/a2-run.exp: Likewise.
3945 * gdb.base/break.exp: Likewise.
3946 * gdb.base/charset.exp: Likewise.
3947 * gdb.base/chng-syms.exp: Likewise.
3948 * gdb.base/commands.exp: Likewise.
3949 * gdb.base/dbx.exp: Likewise.
3950 * gdb.base/find.exp: Likewise.
3951 * gdb.base/funcargs.exp: Likewise.
3952 * gdb.base/jit-simple.exp: Likewise.
3953 * gdb.base/reread.exp: Likewise.
3954 * gdb.base/sepdebug.exp: Likewise.
3955 * gdb.base/step-bt.exp: Likewise.
3956 * gdb.cp/mb-inline.exp: Likewise.
3957 * gdb.cp/mb-templates.exp: Likewise.
3958 * gdb.objc/basicclass.exp: Likewise.
3959 * gdb.threads/killed.exp: Likewise.
3960
3961 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3962
3963 PR tdep/17379
3964 * gdb.arch/powerpc-stackless.S: New file.
3965 * gdb.arch/powerpc-stackless.exp: New file.
3966
3967 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 * gdb.base/attach.c: Include unistd.h.
3970 (main): Call alarm. Add label postloop.
3971 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3972 gdb_breakpoint, gdb_continue_to_breakpoint.
3973 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3974
3975 2014-09-11 Pedro Alves <palves@redhat.com>
3976
3977 PR gdb/17347
3978 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3979 * gdb.base/attach.exp (test_command_line_attach_run): New
3980 procedure.
3981 (top level): Call it.
3982
3983 2014-09-11 Pedro Alves <palves@redhat.com>
3984
3985 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3986 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3987 (do_command_attach_tests): Use spawn_wait_for_attach.
3988 * gdb.base/solib-overlap.exp: Likewise.
3989 * gdb.multi/multi-attach.exp: Likewise.
3990 * gdb.python/py-prompt.exp: Likewise.
3991 * gdb.python/py-sync-interp.exp: Likewise.
3992 * gdb.server/ext-attach.exp: Likewise.
3993
3994 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3995
3996 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3997 command in testcase. Simplify testcase.
3998
3999 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4000
4001 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
4002
4003 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4004
4005 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
4006
4007 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4008
4009 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
4010
4011 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4012
4013 * gdb.dwarf2/dynarr-ptr.c: New file.
4014 * gdb.dwarf2/dynarr-ptr.exp: New file.
4015
4016 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4017
4018 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
4019 of 30 rather than hardcoding 120 for a slow test case. Take the
4020 `gdb,timeout' target setting into account for this calculation.
4021 Don't extend the timeout for the test cases that don't need it.
4022
4023 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4024
4025 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
4026 a factor of 2 for a slow test case. Take the `gdb,timeout'
4027 target setting into account for this calculation.
4028 * gdb.reverse/until-precsave.exp: Increase the timeout by
4029 a factor of 15 and 3 respectively rather than adding 120
4030 for a pair of slow test cases. Take the `gdb,timeout'
4031 target setting into account for this calculation.
4032
4033 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4034
4035 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
4036 timeout, don't pass one down to gdb_expect.
4037 (gdb_expect): Rework timeout selection.
4038
4039 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4040
4041 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
4042 exception on timeout.
4043 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
4044 (gdbserver_start_extended): Catch any `gdbserver_start' error
4045 exceptions.
4046 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
4047 * lib/mi-support.exp (mi_gdb_target_load): Catch any
4048 `gdbserver_gdb_load' error exceptions.
4049
4050 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4051
4052 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
4053 120 on waiting for the TCP socket to open.
4054
4055 2014-09-09 Doug Evans <xdje42@gmail.com>
4056
4057 * gdb.base/default.exp (show_conv_list): Add _caller_is,
4058 _caller_matches, _any_caller_is, _any_caller_matches.
4059
4060 2014-09-09 Doug Evans <xdje42@gmail.com>
4061
4062 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
4063
4064 2014-09-09 Yao Qi <yao@codesourcery.com>
4065
4066 * gdb.mi/mi-var-display.exp: Set print symbol off.
4067
4068 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
4069
4070 PR gdb/17035
4071 * gdb.base/commands.exp: Add tests to verify user-defined
4072 commands with empty bodies.
4073 * gdb.python/py-cmd.exp: Test that we don't show user-defined
4074 python commands in `show user command`.
4075 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
4076 scheme commands in `show user command`.
4077
4078 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4079
4080 PR python/17355
4081 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
4082 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
4083 * gdb.python/py-framefilter-invalidarg.exp: New file.
4084 * gdb.python/py-framefilter-invalidarg.py: New file.
4085
4086 2014-09-06 Doug Evans <xdje42@gmail.com>
4087
4088 PR 15276
4089 * gdb.python/py-caller-is.c: New file.
4090 * gdb.python/py-caller-is.exp: New file.
4091
4092 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
4093
4094 PR gdb/17235
4095 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
4096 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
4097
4098 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4099
4100 PR fortran/17237
4101 * gdb.fortran/print-formatted.exp: New file.
4102 * gdb.fortran/print-formatted.f90: Likewise.
4103
4104 2014-09-03 Sasha Smundak <asmundak@google.com>
4105
4106 * gdb.python/py-frame.exp: Test Frame.read_register.
4107
4108 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
4109
4110 PR python/16699
4111 * gdb.python/py-completion.exp: New file.
4112 * gdb.python/py-completion.py: Likewise.
4113
4114 2014-08-28 Doug Evans <dje@google.com>
4115
4116 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
4117 eax,etc. are live with values set by gdb and thus the compiler can't
4118 use them.
4119 * gdb.arch/i386-pseudo.c (main): Ditto.
4120
4121 2014-08-27 Doug Evans <dje@google.com>
4122
4123 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
4124
4125 2014-08-25 Doug Evans <dje@google.com>
4126
4127 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
4128 (main): Ditto.
4129
4130 2014-08-25 Doug Evans <dje@google.com>
4131
4132 * gdb.threads/thread-execl.exp: #include <stdio.h>.
4133
4134 2014-08-24 Yao Qi <yao@codesourcery.com>
4135
4136 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
4137 symbol off.
4138 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
4139
4140 2014-08-22 Doug Evans <dje@google.com>
4141
4142 PR 17276
4143 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
4144 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
4145 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
4146
4147 2014-08-22 Yao Qi <yao@codesourcery.com>
4148
4149 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
4150 * gdb.python/py-finish-breakpoint2.exp: Likewise.
4151 * gdb.python/python.exp: Likewise. Use .py file on the host
4152 instead of the build.
4153
4154 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4155
4156 * gdb.threads/gcore-stale-thread.c: New file.
4157 * gdb.threads/gcore-stale-thread.exp: New file.
4158
4159 2014-08-21 Pedro Alves <palves@redhat.com>
4160
4161 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
4162 * gdb.base/gcore-relro-pie.exp: Likewise.
4163 * gdb.base/gcore-relro.exp: Likewise.
4164 * gdb.base/gcore.exp: Likewise.
4165 * gdb.base/print-symbol-loading.exp: Likewise.
4166 * gdb.threads/gcore-thread.exp: Likewise.
4167 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
4168
4169 2014-08-20 Pedro Alves <palves@redhat.com>
4170 Jan Kratochvil <jan.kratochvil@redhat.com>
4171
4172 * Makefile.in (EXTRA_RULES, CC): New variables, get from
4173 configure.
4174 (EXPECT): Handle READ1 being set.
4175 (all): Depend on EXTRA_RULES.
4176 (check-read1, expect-read1, read1.so, read1): New rules.
4177 * README (Testsuite Parameters): Document the READ1 make variable.
4178 (Race detection): New section.
4179 * configure: Regenerate.
4180 * configure.ac: If build==host==target, and running under a
4181 GNU/glibc system, add read1 to the extra Makefile rules.
4182 (EXTRA_RULES): AC_SUBST it.
4183 * lib/read1.c: New file.
4184
4185 2014-08-20 Joel Brobecker <brobecker@adacore.com>
4186
4187 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
4188 the handling of variables declared as a typedef to an array
4189 which a DW_AT_data_location attribute.
4190
4191 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
4192 Pedro Alves <palves@redhat.com>
4193
4194 PR symtab/14604
4195 PR symtab/14605
4196 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
4197 gdb_test.
4198
4199 2014-08-19 Pedro Alves <palves@redhat.com>
4200
4201 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4202
4203 2014-08-19 Yao Qi <yao@codesourcery.com>
4204
4205 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
4206 right line.
4207
4208 2014-08-18 David Blaikie <dblaikie@gmail.com>
4209
4210 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
4211
4212 2014-08-18 Joel Brobecker <brobecker@adacore.com>
4213
4214 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
4215 attribute in array range.
4216
4217 2014-08-18 Joel Brobecker <brobecker@adacore.com>
4218
4219 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
4220
4221 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4222
4223 PR c++/17132
4224 * gdb.cp/pr17132.cc: New file.
4225 * gdb.cp/pr17132.exp: New file.
4226
4227 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4228
4229 * gdb.python/py-xmethods.py (A_getarrayind)
4230 (E_method_char_worker.__call__, E_method_int_worker.__call__):
4231 Use 'print' with function call syntax.
4232 (E_method_matcher.match): Fix tab vs space indentation mixup.
4233
4234 2014-08-15 Yao Qi <yao@codesourcery.com>
4235
4236 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
4237 false.
4238
4239 2014-08-15 Yao Qi <yao@codesourcery.com>
4240
4241 * gdb.cp/casts.exp: Set print symbol off.
4242 * gdb.cp/class2.exp: Likewise.
4243 * gdb.cp/overload.exp: Likewise.
4244 * gdb.cp/templates.exp: Likewise.
4245
4246 2014-08-11 Doug Evans <dje@google.com>
4247
4248 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4249 (test_load_shlib): Update.
4250
4251 2014-08-09 Yao Qi <yao@codesourcery.com>
4252
4253 * gdb.base/display.exp: Invoke is_address_zero_readable.
4254 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4255 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4256 * gdb.base/hbreak-unmapped.exp: Return if
4257 is_address_zero_readable returns true.
4258 * gdb.base/signest.exp: Likewise.
4259 * gdb.base/signull.exp: Likewise.
4260 * gdb.base/sigbpt.exp: Likewise.
4261 * gdb.guile/scm-disasm.exp: Do the test if
4262 is_address_zero_readable returns false.
4263 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4264 * gdb.python/py-arch.exp: Likewise.
4265 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4266 * lib/gdb.exp (is_address_zero_readable): New proc.
4267
4268 2014-08-09 Yao Qi <yao@codesourcery.com>
4269
4270 PR testsuite/13443
4271 * gdb.mi/mi-var-display.exp: Make test messages unique.
4272
4273 2014-08-04 Tom Tromey <tromey@redhat.com>
4274
4275 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4276 target 0".
4277
4278 2014-08-04 Tom Tromey <tromey@redhat.com>
4279
4280 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4281 "target_resume".
4282
4283 2014-08-01 Joel Brobecker <brobecker@adacore.com>
4284
4285 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4286 inner_vla_struct_object_size.
4287 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4288 as xfail.
4289
4290 2014-07-30 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4293 comment.
4294
4295 2014-07-29 Yao Qi <yao@codesourcery.com>
4296
4297 PR gdb/17206
4298 * gdb.base/until-nodebug.exp: New.
4299
4300 2014-07-28 Doug Evans <xdje42@gmail.com>
4301
4302 PR guile/17203
4303 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4304 previously existing parameter, and previously ambiguously spelled
4305 parameter.
4306
4307 2014-07-28 Will Newton <will.newton@linaro.org>
4308
4309 * gdb.base/varargs.exp: Remove KFAILs for ARM.
4310
4311 2014-07-26 Ludovic Courtès <ludo@gnu.org>
4312 Doug Evans <xdje42@gmail.com>
4313
4314 PR guile/17146
4315 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4316
4317 2014-07-25 Pedro Alves <palves@redhat.com>
4318
4319 * gdb.threads/signal-command-handle-nopass.c: New file.
4320 * gdb.threads/signal-command-handle-nopass.exp: New file.
4321 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4322 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4323 * gdb.threads/signal-delivered-right-thread.c: New file.
4324 * gdb.threads/signal-delivered-right-thread.exp: New file.
4325
4326 2014-07-25 Pedro Alves <palves@redhat.com>
4327
4328 * gdb.base/double-prompt-target-event-error.exp
4329 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4330 match.
4331 (cancel_pagination_in_target_event): Rework double prompt
4332 detection.
4333 * gdb.base/paginate-after-ctrl-c-running.exp
4334 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4335 <return>' match.
4336 * gdb.base/paginate-bg-execution.exp
4337 (test_bg_execution_pagination_return)
4338 (test_bg_execution_pagination_cancel): Remove '-notransfer
4339 <return>' matches.
4340 * gdb.base/paginate-execution-startup.exp
4341 (test_fg_execution_pagination_return)
4342 (test_fg_execution_pagination_cancel): Remove '-notransfer
4343 <return>' matches.
4344 * gdb.base/paginate-inferior-exit.exp
4345 (test_paginate_inferior_exited): Remove '-notransfer <return>'
4346 match.
4347 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4348 * lib/gdb.exp (pagination_prompt): Run text through
4349 string_to_regexp.
4350 (gdb_test_multiple): Match $pagination_prompt instead of
4351 "<return>".
4352 (string_to_regexp): Move to lib/gdb-utils.exp.
4353
4354 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4355
4356 * gdb.arch/amd64-entry-value-paramref.S: New file.
4357 * gdb.arch/amd64-entry-value-paramref.cc: New file.
4358 * gdb.arch/amd64-entry-value-paramref.exp: New file.
4359 * gdb.arch/amd64-optimout-repeat.S: New file.
4360 * gdb.arch/amd64-optimout-repeat.c: New file.
4361 * gdb.arch/amd64-optimout-repeat.exp: New file.
4362
4363 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4364
4365 PR gdb/17170
4366 * gdb.base/statistics.exp: New file.
4367
4368 2014-07-17 Doug Evans <dje@google.com>
4369
4370 PR gdb/17170
4371 * gdb.base/maint.exp: Update testing of per-command stats.
4372
4373 2014-07-16 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4376 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4377 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4378 (tfile_write_buf): New functions.
4379 (add_memory_block): Rewrite using the above.
4380 (adjust_function_address): New function.
4381 (FUNCTION_ADDRESS): New macro.
4382 (write_basic_trace_file): Remove short_x local, and use
4383 tfile_write_16. Change type of func_addr local to unsigned long
4384 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4385 here. Cast argument of add_memory_block to char pointer.
4386 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4387 (main): Remove parameters.
4388 * gdb.trace/tfile.exp: Remove nowarnings.
4389
4390 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4391
4392 * gdb.base/debug-expr.exp: Test string evaluation with
4393 "debug expression" on.
4394
4395 2014-07-15 Pedro Alves <palves@redhat.com>
4396
4397 * gdb.base/reread.exp: Use clean_restart.
4398
4399 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4400
4401 * gdb.arch/avr-flash-qualifer.c: New.
4402 * gdb.arch/avr-flash-qualifer.exp: New.
4403
4404 2014-07-14 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4407 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4408
4409 2014-07-14 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.base/double-prompt-target-event-error.c: New file.
4412 * gdb.base/double-prompt-target-event-error.exp: New file.
4413
4414 2014-07-14 Pedro Alves <palves@redhat.com>
4415
4416 PR gdb/17072
4417 * gdb.base/paginate-inferior-exit.c: New file.
4418 * gdb.base/paginate-inferior-exit.exp: New file.
4419
4420 2014-07-14 Pedro Alves <palves@redhat.com>
4421
4422 PR gdb/17072
4423 * gdb.base/paginate-bg-execution.c: New file.
4424 * gdb.base/paginate-bg-execution.exp: New file.
4425
4426 2014-07-14 Pedro Alves <palves@redhat.com>
4427
4428 PR gdb/17072
4429 * gdb.base/paginate-execution-startup.c: New file.
4430 * gdb.base/paginate-execution-startup.exp: New file.
4431 * lib/gdb.exp (pagination_prompt): New global.
4432 (default_gdb_spawn): New procedure, factored out from
4433 default_gdb_spawn.
4434 (default_gdb_start): Adjust to call default_gdb_spawn.
4435 (gdb_spawn): New procedure.
4436
4437 2014-07-14 Pedro Alves <palves@redhat.com>
4438
4439 * lib/gdb.exp (gdb_assert): New procedure.
4440 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4441
4442 2014-07-14 Pedro Alves <palves@redhat.com>
4443
4444 * gdb.base/execution-termios.c: New file.
4445 * gdb.base/execution-termios.exp: New file.
4446
4447 2014-07-14 Tom Tromey <tromey@redhat.com>
4448
4449 * gdb.cp/vla-cxx.cc: New file.
4450 * gdb.cp/vla-cxx.exp: New file.
4451
4452 2014-07-14 Tom Tromey <tromey@redhat.com>
4453
4454 * gdb.reverse/rerun-prec.c: New file.
4455 * gdb.reverse/rerun-prec.exp: New file.
4456
4457 2014-07-12 Maciej W. Rozycki <macro@mips.com>
4458 Maciej W. Rozycki <macro@codesourcery.com>
4459
4460 * lib/gdb-utils.exp: New file.
4461 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4462 inline `gdb_init_command' processing.
4463 (gdb_start_cmd): Likewise.
4464 * lib/mi-support.exp (mi_run_cmd): Likewise.
4465 * README: Document `gdb_init_command' and `gdb_init_commands'.
4466
4467 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4468
4469 Fix false FAIL running under a very long directory name.
4470 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4471 and "set print elements 10000". Twice.
4472
4473 2014-07-11 Yao Qi <yao@codesourcery.com>
4474
4475 * gdb.base/exprs.exp: "set print symbol off".
4476
4477 2014-07-11 Pedro Alves <palves@redhat.com>
4478
4479 * gdb.threads/kill.c: New file.
4480 * gdb.threads/kill.exp: New file.
4481
4482 2014-07-10 Yao Qi <yao@codesourcery.com>
4483
4484 * gdb.trace/tfile.c (write_basic_trace_file)
4485 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4486 address written to trace file.
4487
4488 2014-07-09 Pedro Alves <palves@redhat.com>
4489
4490 * gdb.base/attach-wait-input.exp: New file.
4491 * gdb.base/attach-wait-input.c: New file.
4492
4493 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4494
4495 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4496 setting up test structures.
4497 (main): Call new test function.
4498 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4499 test function, continue into test function and walk test
4500 structures.
4501
4502 2014-07-02 Yao Qi <yao@codesourcery.com>
4503
4504 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4505 'bar_start' at the beginning of functions 'foo' and 'bar'
4506 respectively.
4507 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4508 instead of 'foo' and 'bar'.
4509
4510 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4511
4512 * gdb.btrace/segv.exp: New.
4513 * gdb.btrace/segv.c: New.
4514
4515 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
4516
4517 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4518 instruction.
4519
4520 2014-06-30 Mark Wielaard <mjw@redhat.com>
4521
4522 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4523 vulture, vilify, villar): New volatile array constants.
4524 (vindictive, vegetation): New const volatile array constants.
4525 * gdb.base/volatile.exp: Test volatile and const volatile array
4526 types.
4527
4528 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4529
4530 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4531 target lacks support for awatch, rwatch, or hbreak.
4532
4533 2014-06-27 Yao Qi <yao@codesourcery.com>
4534
4535 * gdb.multi/dummy-frame-restore.exp: New.
4536 * gdb.multi/dummy-frame-restore.c: New.
4537
4538 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4539
4540 * gdb.btrace/gcore.exp: New.
4541
4542 2014-06-23 Pedro Alves <palves@redhat.com>
4543
4544 * gdb.base/watchpoint-reuse-slot.c: New file.
4545 * gdb.base/watchpoint-reuse-slot.exp: New file.
4546
4547 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4548
4549 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4550 progspace's filename in 'info', 'enable' and 'disable' command
4551 tests.
4552
4553 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4554
4555 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4556 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4557 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4558
4559 2014-06-20 Gary Benson <gbenson@redhat.com>
4560
4561 * gdb.arch/i386-avx.exp: Fix include file location.
4562 * gdb.arch/i386-sse.exp: Likewise.
4563
4564 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4565
4566 * gdb.dlang/expression.exp: New file.
4567
4568 2014-06-19 Pedro Alves <palves@redhat.com>
4569
4570 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4571 out from ...
4572 (top level): ... here. Iterate running tests under different
4573 scheduler-locking settings.
4574
4575 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
4576
4577 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4578 to DW_FORM_addr and use non-zero addresses.
4579
4580 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4581
4582 PR gdb/17017
4583 * gdb.python/py-xmethods.cc: Add global function call counters and
4584 increment them in their respective functions. Remove "cout"
4585 statements.
4586 * gdb.python/py-xmethods.exp: Make tests check the global function
4587 call counters instead of depending on inferior IO.
4588
4589 2014-06-18 Don Breazeal <donb@codesourcery.com>
4590
4591 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4592 Deleted procedure.
4593 (explicit_fork_parent_follow): Deleted procedure.
4594 (explicit_fork_child_follow): Deleted procedure.
4595 (test_follow_fork): New procedure.
4596 (do_fork_tests): Replace calls to deleted procedures with
4597 calls to test_follow_fork and reset GDB for subsequent
4598 procedure calls.
4599
4600 2014-06-17 Yao Qi <yao@codesourcery.com>
4601
4602 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4603 CP1252.
4604
4605 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
4606
4607 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4608 Initialize ptr and S explicitly.
4609 (skip_type_update_when_not_use_rtti_test): Likewise.
4610
4611 2014-06-16 Keith Seitz <keiths@redhat.com>
4612
4613 PR mi/15863
4614 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4615 the inferior is started.
4616
4617 2014-06-16 Pedro Alves <palves@redhat.com>
4618
4619 * gdb.base/break-main-file-remove-fail.c: New file.
4620 * gdb.base/break-main-file-remove-fail.exp: New file.
4621 * gdb.base/break-unload-file.exp: Use build_executable instead of
4622 prepare_for_testing.
4623 (test_break): New parameter "initial_load". Handle it.
4624 (top level): Add initial_load cmdline/file axis.
4625
4626 2014-06-12 Tom Tromey <tromey@redhat.com>
4627
4628 * gdb.base/completion.exp: Don't use directory name in test.
4629
4630 2014-06-09 Gary Benson <gbenson@redhat.com>
4631
4632 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4633 separate the always-available ANSI-standard signals from the
4634 signals that require checking.
4635 (main): Likewise.
4636 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4637 Likewise.
4638 (main): Likewise.
4639
4640 2014-06-07 Keith Seitz <keiths@redhat.com>
4641
4642 Revert:
4643 PR c++/16253
4644 * gdb.cp/var-tag.cc: New file.
4645 * gdb.cp/var-tag.exp: New file.
4646 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4647 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4648 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4649 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4650
4651 2014-06-06 Doug Evans <xdje42@gmail.com>
4652
4653 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4654
4655 2014-06-06 Pedro Alves <palves@redhat.com>
4656
4657 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4658 in target debug output instead of looking at RSP packets,
4659 disabling the test on any target that uses hardware stepping.
4660 Update comments.
4661
4662 2014-06-06 Pedro Alves <palves@redhat.com>
4663
4664 * gdb.base/break-unload-file.exp: Fix typo.
4665
4666 2014-06-06 Yao Qi <yao@codesourcery.com>
4667
4668 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4669 from "jit_function" to "^jit_function".
4670
4671 2014-06-06 Yao Qi <yao@codesourcery.com>
4672
4673 * gdb.base/async.c (foo): Add one statement.
4674 * gdb.base/async.exp: Get the next instruction address and
4675 match the output of "nexti" by instruction address. Match
4676 the hex address in the output of "finish".
4677
4678 2014-06-06 Gary Benson <gbenson@redhat.com>
4679
4680 * gdb.base/call-signals.c: Remove preprocessor conditionals
4681 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4682 SIGSEGV and SIGTERM.
4683 * gdb.base/sigall.c: Likewise.
4684 * gdb.base/unwindonsignal.c: Likewise.
4685 * gdb.reverse/sigall-reverse.c: Likewise.
4686
4687 2014-06-06 Yao Qi <yao@codesourcery.com>
4688
4689 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4690 readable, skip the test.
4691
4692 2014-06-06 Yao Qi <yao@codesourcery.com>
4693
4694 * gdb.threads/staticthreads.c (thread_function): Move the line
4695 setting breakpoint on forward.
4696 * gdb.threads/staticthreads.exp: Update comments.
4697
4698 2014-06-05 Ludovic Courtès <ludo@gnu.org>
4699
4700 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4701 "history-append! type error".
4702
4703 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4704
4705 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4706 erroneous dprintf expected input.
4707
4708 2014-06-04 Doug Evans <xdje42@gmail.com>
4709
4710 * gdb.guile/scm-generics.exp: Delete.
4711
4712 2014-06-04 Doug Evans <xdje42@gmail.com>
4713
4714 * gdb.guile/scm-breakpoint.exp: Update.
4715 Add tests for breakpoint registration.
4716
4717 2014-06-04 Tom Tromey <tromey@redhat.com>
4718
4719 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4720 VLA-in-union.
4721 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4722 inner_vla_struct, vla_union types. Initialize objects of those
4723 types and compute their sizes.
4724
4725 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4726 Hui Zhu <hui@codesourcery.com>
4727
4728 * gdb.base/fileio.exp: Add test for shell not available as well as
4729 available.
4730 * gdb.base/fileio.c (test_system): Check for shell twice.
4731
4732 2014-06-04 Yao Qi <yao@codesourcery.com>
4733
4734 * gdb.base/auto-connect-native-target.exp: Remove redundant
4735 space from the regexp pattern.
4736
4737 2014-06-04 Yao Qi <yao@codesourcery.com>
4738
4739 * gdb.base/default.exp: Replace "child" with "native" in
4740 regexp pattern.
4741
4742 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4743
4744 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4745 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4746 * gdb.python/py-xmethods.py: Python script supporting the
4747 new testcase and tests.
4748
4749 2014-06-03 Joel Brobecker <brobecker@adacore.com>
4750 Pedro Alves <palves@redhat.com>
4751
4752 PR breakpoints/17000
4753 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4754 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4755
4756 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4757
4758 * gdb.base/subst.exp: Add tests to verify partial path matching
4759 output.
4760
4761 2014-06-03 Pedro Alves <palves@redhat.com>
4762
4763 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4764 target that doesn't use software single-stepping.
4765
4766 2014-06-03 Pedro Alves <palves@redhat.com>
4767
4768 PR breakpoints/17000
4769 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4770 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4771
4772 2014-06-02 Doug Evans <xdje42@gmail.com>
4773
4774 * gdb.guile/scm-parameter.exp: New file.
4775
4776 2014-06-02 Doug Evans <xdje42@gmail.com>
4777
4778 * gdb.guile/scm-cmd.c: New file.
4779 * gdb.guile/scm-cmd.exp: New file.
4780
4781 2014-06-02 Doug Evans <xdje42@gmail.com>
4782
4783 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4784 pretty-printer lookup.
4785 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4786 (make-pp_s-printer): Call it.
4787 (make-pretty-printer-from-dict): New function.
4788 (lookup-pretty-printer-maker-from-dict): New function.
4789 (*pretty-printer*): Simplify.
4790 (make-objfile-pp_s-printer): New function.
4791 (install-objfile-pretty-printers!): New function.
4792 (make-progspace-pp_s-printer): New function.
4793 (install-progspace-pretty-printers!): New function.
4794 * gdb.guile/scm-progspace.c: New file.
4795 * gdb.guile/scm-progspace.exp: New file.
4796
4797 2014-06-02 Pedro Alves <palves@redhat.com>
4798
4799 * gdb.base/dprintf-bp-same-addr.c: New file.
4800 * gdb.base/dprintf-bp-same-addr.exp: New file.
4801
4802 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4803
4804 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4805 * gdb.arch/powerpc-power.s: Likewise.
4806
4807 2014-06-02 Joel Brobecker <brobecker@adacore.com>
4808
4809 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4810
4811 2014-06-01 Yao Qi <yao@codesourcery.com>
4812
4813 * gdb.base/watchpoint.exp (test_watch_location): Check null
4814 pointer can be dereferenced. If not, do the test, otherwise
4815 skip it.
4816
4817 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
4818
4819 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4820 results.
4821 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4822
4823 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
4824
4825 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4826 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4827 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4828 * gdb.arch/amd64-invalid-stack-top.c: New file.
4829 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4830
4831 2014-05-30 Pedro Alves <palves@redhat.com>
4832
4833 PR breakpoints/17000
4834 * gdb.base/sss-bp-on-user-bp.c: New file.
4835 * gdb.base/sss-bp-on-user-bp.exp: New file.
4836
4837 2014-05-30 David Blaikie <dblaikie@gmail.com>
4838
4839 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4840 gnu_inline semantics via attribute.
4841 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4842 source explicitly specifies the required semantics.
4843
4844 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4845
4846 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4847
4848 2014-05-29 Pedro Alves <palves@redhat.com>
4849 Tom Tromey <tromey@redhat.com>
4850
4851 * gdb.base/async-shell.exp: Don't enable target-async.
4852 * gdb.base/async.exp
4853 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4854 parameter. Adjust.
4855 (top level): Don't test with "target-async".
4856 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4857 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4858 * gdb.base/inferior-died.exp: Don't enable target-async.
4859 * gdb.base/interrupt-noterm.exp: Likewise.
4860 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4861 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4862 * gdb.mi/mi-nonstop.exp: Likewise.
4863 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4864 * gdb.mi/mi-nsintrall.exp: Likewise.
4865 * gdb.mi/mi-nsmoribund.exp: Likewise.
4866 * gdb.mi/mi-nsthrexec.exp: Likewise.
4867 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4868 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4869 * gdb.python/py-evsignal.exp: Don't enable target-async.
4870 * gdb.python/py-evthreads.exp: Likewise.
4871 * gdb.python/py-prompt.exp: Likewise.
4872 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4873 * gdb.server/solib-list.exp: Don't enable target-async.
4874 * gdb.threads/thread-specific-bp.exp: Likewise.
4875 * lib/mi-support.exp: Adjust to use mi-async.
4876
4877 2014-05-29 Pedro Alves <palves@redhat.com>
4878
4879 PR gdb/13860
4880 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4881 reason, even in sync mode.
4882
4883 2014-05-29 Pedro Alves <palves@redhat.com>
4884 Hui Zhu <hui@codesourcery.com>
4885
4886 PR PR15693
4887 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4888 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4889 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4890 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4891
4892 2014-05-28 Joel Brobecker <brobecker@adacore.com>
4893
4894 * config/monitor.exp (gdb_target_monitor): Replace use of
4895 "set remotebaud" by "set serial baud".
4896
4897 2014-05-26 Andy Wingo <wingo@igalia.com>
4898
4899 * gdb.guile/scm-breakpoint.exp:
4900 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4901 properties instead of gdb-object-properties.
4902
4903 2014-05-26 Yao Qi <yao@codesourcery.com>
4904
4905 * gdb.server/no-thread-db.exp: Specify source file name
4906 explicitly when setting a breakpoint.
4907
4908 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4909
4910 * gdb.btrace/vdso.c: New.
4911 * gdb.btrace/vdso.exp: New.
4912
4913 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4914
4915 * gdb.base/gcore.exp (capture_command_output): Move ...
4916 * lib/gdb.exp (capture_command_output): ... here.
4917
4918 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4919
4920 * gdb.btrace/data.exp: Test memory access during btrace replay.
4921
4922 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4923
4924 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4925
4926 2014-05-21 Pedro Alves <palves@redhat.com>
4927
4928 PR gdb/13860
4929 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4930 (top level): Test that output related to execution commands is
4931 sent to the console with CLI commands, but not with MI commands.
4932 Test that breakpoint events are always mirrored to the console.
4933 Also expect the new source line to be output after a "next" in
4934 async mode too. Make it a pass/fail test.
4935 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4936 output.
4937 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4938
4939 2014-05-21 Pedro Alves <palves@redhat.com>
4940
4941 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4942 Use them to test variations of "list" after reaching a breakpoint.
4943 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4944 Test "list" with listsize 10 after reaching a breakpoint.
4945 * gdb.python/python.exp (decode_line current location line
4946 number): Adjust expected line number.
4947
4948 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4949
4950 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4951 behavior for $args, pass it directly to "run".
4952
4953 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4954
4955 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4956 30000 to 65536.
4957
4958 2014-05-21 Pedro Alves <palves@redhat.com>
4959
4960 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4961 auto-connect-native-target off".
4962 * gdb.base/auto-connect-native-target.c: New file.
4963 * gdb.base/auto-connect-native-target.exp: New file.
4964
4965 2014-05-21 Pedro Alves <palves@redhat.com>
4966
4967 * gdb.base/default.exp: Test "target native" instead of "target
4968 child".
4969
4970 2014-05-21 Mark Wielaard <mjw@redhat.com>
4971
4972 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4973
4974 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4975
4976 Fix TLS access for -static -pthread.
4977 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4978 <HAVE_TLS> (thread_function, main): Initialize it.
4979 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4980 Add clean_restart.
4981 <$have_tls != "">: Check TLSVAR.
4982
4983 2014-05-21 Pedro Alves <palves@redhat.com>
4984
4985 * gdb.base/dcache-line-read-error.c: New.
4986 * gdb.base/dcache-line-read-error.exp: New.
4987
4988 2014-05-20 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.base/compare-sections.c: New file.
4991 * gdb.base/compare-sections.exp: New file.
4992
4993 2014-05-20 Pedro Alves <palves@redhat.com>
4994
4995 * gdb.base/break-idempotent.c: New file.
4996 * gdb.base/break-idempotent.exp: New file.
4997
4998 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4999
5000 * gdb.btrace/nohist.exp: New.
5001
5002 2014-05-20 Yao Qi <yao@codesourcery.com>
5003
5004 * lib/gdb.exp (gdb_init): Set timeout if test file is under
5005 gdb.reverse directory and gdb_reverse_timeout exists in board
5006 setting.
5007 * README: Document gdb_reverse_timeout.
5008
5009 2014-05-20 Yao Qi <yao@codesourcery.com>
5010
5011 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
5012 'test_file_name'. Treat args as a string instead of a list.
5013 (gdb_init): Rename argument 'args' by 'test_file_name'.
5014
5015 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5016
5017 * gdb.arch/powerpc-power.exp: New file.
5018 * gdb.arch/powerpc-power.s: New file.
5019
5020 2014-05-16 Doug Evans <dje@google.com>
5021
5022 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
5023 * gdb.base/completion.exp: Check that all expected files exist
5024 before doing file completion.
5025
5026 2014-05-16 Doug Evans <dje@google.com>
5027
5028 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
5029 Update.
5030 (do_syscall_tests_without_xml): Update.
5031
5032 2014-05-16 Pedro Alves <palves@redhat.com>
5033
5034 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
5035 instead of "unknown output after running".
5036
5037 2014-05-16 Yao Qi <yao@codesourcery.com>
5038
5039 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
5040 file1.txt from host at the end.
5041 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5042
5043 2014-05-15 Doug Evans <dje@google.com>
5044
5045 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
5046 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
5047 loading file. Add test for TU lookup.
5048
5049 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5050
5051 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
5052 calling "-exec-arguments" or "set args" before running the
5053 inferior.
5054
5055 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5056
5057 * lib/mi-support.exp (mi_expect_stop): Expect message for
5058 inferiors that exit with non-zero exit code.
5059
5060 2014-05-14 Yao Qi <yao@codesourcery.com>
5061
5062 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
5063 match absolute path on remote host.
5064 (test_file_list_exec_source_files): Remove "/" from the
5065 pattern.
5066
5067 2014-05-14 Yao Qi <yao@codesourcery.com>
5068
5069 * boards/local-remote-host-notty.exp (${board}_file): New
5070 proc.
5071
5072 2014-05-07 Kyle McMartin <kyle@redhat.com>
5073
5074 Pushed by Joel Brobecker <brobecker@adacore.com>.
5075 * gdb.arch/aarch64-atomic-inst.c: New file.
5076 * gdb.arch/aarch64-atomic-inst.exp: New file.
5077
5078 2014-05-07 Yao Qi <yao@codesourcery.com>
5079
5080 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
5081 in current context" too.
5082
5083 2014-05-05 Keith Seitz <keiths@redhat.com>
5084
5085 * gdb.linespec/ls-dollar.exp: Add test for linespec
5086 file:convenience_variable.
5087
5088 2014-05-05 Yao Qi <yao@codesourcery.com>
5089
5090 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
5091 traceframes into tfile and ctf trace files. Read data from
5092 trace file and test collected data.
5093 (gdb_collect_locals_test): Likewise.
5094 (gdb_unavailable_registers_test): Likewise.
5095 (gdb_unavailable_floats): Likewise.
5096 (gdb_collect_globals_test): Likewise.
5097 (top-level): Append "ctf" to trace_file_targets if GDB
5098 supports.
5099
5100 2014-05-05 Yao Qi <yao@codesourcery.com>
5101
5102 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
5103 code to ...
5104 (gdb_collect_args_test_1): ... it. New proc.
5105 (gdb_collect_locals_test): Move some code to ...
5106 (gdb_collect_locals_test_1): ... it. New proc.
5107 (gdb_unavailable_registers_test): Move some code to ...
5108 (gdb_unavailable_registers_test_1): ... it. New proc.
5109 (gdb_unavailable_floats): Move some code to ...
5110 (gdb_unavailable_floats_1): ... it. New proc.
5111
5112 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5113
5114 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
5115 probes to test for bitness recognition.
5116 * gdb.arch/amd64-stap-optional-prefix.exp
5117 (test_probe_value_without_reg): New procedure.
5118 Add code to test for different kinds of bitness.
5119
5120 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5121
5122 PR breakpoints/16889
5123 * gdb.arch/amd64-stap-optional-prefix.S: New file.
5124 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5125
5126 2014-05-01 Pedro Alves <palves@redhat.com>
5127
5128 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
5129 gdb_file_cmd if no file is specified.
5130 * boards/native-extended-gdbserver.exp (gdb_load): Use the
5131 last_loaded_file to set the remote exec-file.
5132
5133 2014-05-01 Pedro Alves <palves@redhat.com>
5134
5135 * boards/local-remote-host.exp: New file.
5136
5137 2014-05-01 Pedro Alves <palves@redhat.com>
5138
5139 * boards/local-remote-host.exp: Rename to ...
5140 * boards/local-remote-host-notty.exp: ... this.
5141
5142 2014-04-28 Joel Brobecker <brobecker@adacore.com>
5143
5144 * gdb.ada/dyn_arrayidx: New testcase.
5145
5146 2014-04-26 Yao Qi <yao@codesourcery.com>
5147
5148 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
5149 and compute the length of function main. Save it in
5150 $main_length.
5151 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
5152 (top-level): Use gdb_compile to compile objects into
5153 executable and restart GDB. Remove invocation to
5154 prepare_for_testing.
5155
5156 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
5157 Pedro Alves <palves@redhat.com>
5158
5159 PR server/16255
5160 * gdb.multi/multi-attach.c: New file.
5161 * gdb.multi/multi-attach.exp: New file.
5162
5163 2014-04-25 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
5166 user.
5167 (top level): Test that "set remote conditional-breakpoints-packet
5168 off" works as intended.
5169 * gdb.base/dprintf.exp: Test that "set remote
5170 breakpoint-commands-packet off" works as intended.
5171 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
5172 New function.
5173 (top level): Call it.
5174 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
5175 remote fast-tracepoints-packet off" works as intended.
5176 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
5177 * lib/gdb.exp (gdb_is_target_remote): ... here.
5178
5179 2014-04-24 David Blaikie <dblaikie@gmail.com>
5180
5181 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
5182 ensure clang would not discard them.
5183 * gdb.base/gdbvars.c: Ditto.
5184 * gdb.base/memattr.c: Ditto.
5185 * gdb.base/whatis.c: Ditto.
5186 * gdb.python/py-prettyprint.c: Ditto.
5187 * gdb.trace/actions.c: Ditto.
5188 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
5189 ensure clang would not discard it.
5190
5191 2014-04-24 David Blaikie <dblaikie@gmail.com>
5192
5193 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
5194 clang to emit the full definition of type required by the test
5195 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
5196
5197 2014-04-24 David Blaikie <dblaikie@gmail.com>
5198
5199 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
5200 coax Clang into emitting the definition of the type.
5201 * gdb.cp/pr10728-x.h (y): Ditto.
5202 * gdb.cp/pr10728-y.cc (y): Ditto.
5203
5204 2014-04-24 David Blaikie <dblaikie@gmail.com>
5205
5206 * gdb.base/label.exp: XFAIL label related tests under Clang.
5207 * gdb.cp/cplabel.exp: Ditto.
5208 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
5209 under Clang those using labels.
5210
5211 2014-04-25 Yao Qi <yao@codesourcery.com>
5212
5213 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
5214 double_label.
5215 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
5216 partial_label and double_label.
5217
5218 2014-04-24 David Blaikie <dblaikie@gmail.com>
5219
5220 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
5221
5222 2014-04-24 David Blaikie <dblaikie@gmail.com>
5223
5224 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
5225 of the function to work across GCC and Clang.
5226 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
5227 pointer types (const void ** const V void **).
5228
5229 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
5230 Walfred Tedeschi <walfred.tedeschi@intel.com>
5231
5232 * Makefile.in (EXECUTABLES): Added i386-avx512.
5233 * gdb.arch/i386-avx512.c: New file.
5234 * gdb.arch/i386-avx512.exp: Likewise.
5235
5236 2014-04-23 Keith Seitz <keiths@redhat.com>
5237
5238 * lib/mi-support.exp (mi_list_breakpoints): Delete.
5239 (mi_make_breakpoint_table): New procedure.
5240 (mi_create_breakpoint): Use mi_make_breakpoint
5241 and return the result.
5242 (mi_make_breakpoint): New procedure.
5243 (mi_build_kv_pairs): New procedure.
5244
5245 * gdb.mi/mi-break.exp: Remove unused globals,
5246 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5247 All callers updated.
5248 * gdb.mi/mi-dprintf.exp: Use variable to track command
5249 number.
5250 Update all callers of mi_create_breakpoint and use
5251 mi_make_breakpoint_table.
5252 Remove any unused global variables.
5253 * gdb.mi/mi-nonstop.exp: Likewise.
5254 * gdb.mi/mi-nsintrall.exp: Likewise.
5255 * gdb.mi/mi-nsmoribund.exp: Likewise.
5256 * gdb.mi/mi-nsthrexec.exp: Likewise.
5257 * gdb.mi/mi-reverse.exp: Likewise.
5258 * gdb.mi/mi-simplerun.exp: Likewise.
5259 * gdb.mi/mi-stepn.exp: Likewise.
5260 * gdb.mi/mi-syn-frame.exp: Likewise.
5261 * gdb.mi/mi-until.exp: Likewise.
5262 * gdb.mi/mi-var-cp.exp: Likewise.
5263 * gdb.mi/mi-var-display.exp: Likewise.
5264 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5265 * gdb.mi/mi2-var-child.exp: Likewise.
5266 * gdb.mi/mi-vla-c99.exp: Likewise.
5267 * lib/mi-support.exp: Likewise.
5268
5269 From Ian Lance Taylor <iant@cygnus.com>:
5270 * lib/gdb.exp (parse_args): New procedure.
5271
5272 2014-04-23 Pedro Alves <palves@redhat.com>
5273
5274 * gdb.base/break-unload-file.c: New file.
5275 * gdb.base/break-unload-file.exp: New file.
5276 * gdb.base/sym-file-lib.c (baz): New function.
5277 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5278 field.
5279 (load): Store the segment's mapped size.
5280 (unload): New function.
5281 (unload_shlib): New function.
5282 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5283 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5284 set a breakpoint at baz, and call it.
5285 * gdb.base/sym-file.exp: New tests for stale breakpoint
5286 instructions.
5287
5288 2014-04-23 Pedro Alves <palves@redhat.com>
5289
5290 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5291 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5292 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5293 * gdb.base/hbreak-unmapped.c: New file.
5294 * gdb.base/hbreak-unmapped.exp: New file.
5295 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5296 * lib/gdb.exp (gdb_is_target_remote): ... here.
5297
5298 2014-04-22 Pedro Alves <palves@redhat.com>
5299
5300 * gdb.base/consecutive-step-over.c: New file.
5301 * gdb.base/consecutive-step-over.exp: New file.
5302
5303 2014-04-22 Pedro Alves <palves@redhat.com>
5304
5305 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5306 instead of send_gdb/gdb_expect.
5307
5308 2014-04-22 Yao Qi <yao@codesourcery.com>
5309
5310 * lib/trace-support.exp (generate_tracefile): New procedure.
5311 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5312 return 0.
5313 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5314 if generate_tracefile returns 1.
5315
5316 2014-04-18 Tom Tromey <palves@redhat.com>
5317 Pedro alves <tromey@redhat.com>
5318
5319 PR backtrace/15558
5320 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5321 with a backtrace limit.
5322 * gdb.python/py-frame-inline.exp: Test running to an inline
5323 function with a backtrace limit, and printing the newest frame.
5324 * gdb.python/py-frame-inline.c (main): Call f.
5325
5326 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5327
5328 * gdb.java/jnpe.exp: Drop srcdir from untested path.
5329
5330 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5331
5332 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5333 Drop prefix from unsupported source file path.
5334
5335 2014-04-17 Yao Qi <yao@codesourcery.com>
5336
5337 * lib/gdb.exp (with_target_charset): New proc.
5338 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5339 with_target_charset.
5340 (test_print_strings): Likewise.
5341 (test_repeat_bytes): Likewise.
5342 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5343 for some tests.
5344
5345 2014-04-16 Keith Seitz <keiths@redhat.com>
5346
5347 PR gdb/15827
5348 * gdb.dwarf2/corrupt.c: New file.
5349 * gdb.dwarf2/corrupt.exp: New file.
5350
5351 2014-04-16 Keith Seitz <keiths@redhat.com>
5352
5353 PR c++/16597
5354 * gdb.cp/namelessclass.cc: New file.
5355 * gdb.cp/namelessclass.exp: New file.
5356 * gdb.cp/namelessclass.S: New file.
5357
5358 2014-04-16 Doug Evans <dje@google.com>
5359
5360 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5361 Add comment.
5362 (gdbserver_default_get_comm_port): New function.
5363 (gdbserver_start): Check if board file provided
5364 "gdbserver,get_comm_port" and use it if so.
5365 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5366 (gdb,socketport): Set to "stdio".
5367 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5368 (stdio_gdbserver_template): Delete.
5369 (${board}_get_remote_address): Update.
5370 (${board}_build_remote_cmd): Delete.
5371 (${board}_get_comm_port): New function.
5372 (${board}_spawn): Update.
5373 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5374 Delete.
5375 (${board}_get_remote_address): Update.
5376 (${board}_get_comm_port): New function.
5377
5378 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
5379
5380 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5381 appearing in any order.
5382
5383 2014-04-15 Doug Evans <dje@google.com>
5384
5385 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5386 uninitialized value of "description".
5387
5388 2014-04-15 Keith Seitz <keiths@redhat.com>
5389
5390 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5391 Remove unused globals.
5392 (test_running_the_program): Likewise.
5393 (test_controlled_execution): Likewise.
5394 (test_controlling_breakpoints): Likewise.
5395 (test_program_termination): Likewise.
5396
5397 2014-04-15 Keith Seitz <keiths@redhat.com>
5398
5399 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5400 unused globals.
5401 (test_rbreak_creation_and_listing): Likewise.
5402 (test_ignore_count): Likewise.
5403 (test_error): Likewise.
5404
5405 2014-04-15 Pedro Alves <palves@redhat.com>
5406
5407 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5408 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5409 sym-file-loader.c.
5410 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5411 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5412 to sym-file-loader.c.
5413 (struct library): Forward declare.
5414 (load_shlib, lookup_function): Change prototypes.
5415 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5416 (translate_offset): Remove declarations.
5417 (get_text_addr): New declaration.
5418 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5419 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5420 sym-file-loader.h.
5421 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5422 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5423 here from sym-file-loader.h.
5424 (struct library): New structure.
5425 (load_shlib, lookup_function): Change prototypes and adjust to
5426 work with a struct library.
5427 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5428 (translate_offset): Make static.
5429 (get_text_addr): New function.
5430 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5431
5432 2014-04-15 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5435
5436 2014-04-15 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.base/sym-file-loader.c: Include <limits.h>.
5439 (SELF_LINK): New define.
5440 (get_origin): New function.
5441 (load_shlib): Use it.
5442 * gdb.base/sym-file.exp: Don't early return if the target is
5443 remote. Use runto_main, and issue fail is that fails. Use
5444 gdb_load_shlibs.
5445 (shlib_name): Delete.
5446 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5447
5448 2014-04-15 Pedro Alves <palves@redhat.com>
5449
5450 * gdb.base/sym-file.exp: Remove regex characters from test
5451 message. Don't refer to breakpoint numbers in test messages.
5452
5453 2014-04-14 Keith Seitz <keiths@redhat.com>
5454
5455 PR c++/16253
5456 * gdb.cp/var-tag.cc: New file.
5457 * gdb.cp/var-tag.exp: New file.
5458 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5459 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5460 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5461 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5462
5463 2014-04-14 Tom Tromey <tromey@redhat.com>
5464
5465 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5466 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5467 type.
5468 * gdb.cp/enum-class.exp: New file.
5469 * gdb.cp/enum-class.cc: New file.
5470
5471 2014-04-14 Tom Tromey <tromey@redhat.com>
5472
5473 * gdb.dwarf2/enum-type.exp: New file.
5474
5475 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5476
5477 * gdb.mi/mi-vla-c99.exp: New file.
5478 * gdb.mi/vla.c: New file.
5479
5480 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5481
5482 * gdb.base/vla-datatypes.c: New file.
5483 * gdb.base/vla-datatypes.exp: New file.
5484
5485 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5486
5487 * gdb.base/vla-ptr.c: New file.
5488 * gdb.base/vla-ptr.exp: New file.
5489
5490 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5491
5492 * gdb.dwarf2/count.exp: New file.
5493
5494 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5495
5496 * gdb.base/vla-sideeffect.c: New file.
5497 * gdb.base/vla-sideeffect.exp: New file.
5498
5499 2014-04-14 David Blaikie <dblaikie@gmail.com>
5500
5501 * gdb.mi/non-stop.c: Add return value for non-void function return
5502 statement.
5503 * gdb.threads/staticthreads.c: Ditto.
5504
5505 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5506 Doug Evans <xdje42@gmail.com>
5507
5508 * gdb.guile/scm-value.c: Improve test case.
5509 * gdb.guile/scm-value.exp: Add new test.
5510
5511 2014-04-11 David Blaikie <dblaikie@gmail.com>
5512
5513 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5514 override Clang's default.
5515
5516 2014-04-11 Joel Brobecker <brobecker@adacore.com>
5517
5518 Revert the following changes (regressions):
5519
5520 * gdb.base/vla-sideeffect.c: New file.
5521 * gdb.base/vla-sideeffect.exp: New file.
5522
5523 * gdb.dwarf2/count.exp: New file.
5524
5525 * gdb.base/vla-multi.c: New file.
5526 * gdb.base/vla-multi.exp: New file.
5527
5528 * gdb.base/vla-ptr.c: New file.
5529 * gdb.base/vla-ptr.exp: New file.
5530
5531 * gdb.base/vla-datatypes.c: New file.
5532 * gdb.base/vla-datatypes.exp: New file.
5533
5534 * gdb.mi/mi-vla-c99.exp: New file.
5535 * gdb.mi/vla.c: New file.
5536
5537 2014-04-11 Keith Seitz <keiths@redhat.com>
5538
5539 PR c++/16675
5540 * gdb.cp/cpsizeof.exp: New file.
5541 * gdb.cp/cpsizeof.cc: New file.
5542
5543 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5544
5545 * gdb.mi/mi-vla-c99.exp: New file.
5546 * gdb.mi/vla.c: New file.
5547
5548 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5549
5550 * gdb.base/vla-datatypes.c: New file.
5551 * gdb.base/vla-datatypes.exp: New file.
5552
5553 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5554
5555 * gdb.base/vla-ptr.c: New file.
5556 * gdb.base/vla-ptr.exp: New file.
5557
5558 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5559
5560 * gdb.base/vla-multi.c: New file.
5561 * gdb.base/vla-multi.exp: New file.
5562
5563 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5564
5565 * gdb.dwarf2/count.exp: New file.
5566
5567 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5568
5569 * gdb.base/vla-sideeffect.c: New file.
5570 * gdb.base/vla-sideeffect.exp: New file.
5571
5572 2014-04-11 Yao Qi <yao@codesourcery.com>
5573
5574 * gdb.base/completion.exp: Check file exists before running tests
5575 on file completion.
5576
5577 2014-04-10 Pedro Alves <palves@redhat.com>
5578
5579 * gdb.base/cond-eval-mode.c: New file.
5580 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5581 prepare_for_testing to build the new file. Check result of
5582 runto_main.
5583 (test_break, test_watch): New procedures.
5584 (top level): Use them.
5585
5586 2014-04-08 Pierre Muller <muller@sourceware.org>
5587
5588 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5589 Ctrl-V use for mingw hosts.
5590
5591 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5592
5593 * gdb.python/py-value.c: Improve test case.
5594 * gdb.python/py-value.exp: Add new test.
5595
5596 2014-04-07 David Blaikie <dblaikie@gmail.com>
5597
5598 * lib/compiler.c: Identify the clang compiler.
5599 * lib/compiler.cc: Ditto.
5600
5601 2014-04-03 Yao Qi <yao@codesourcery.com>
5602
5603 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5604
5605 2014-04-01 Anton Blanchard <anton@samba.org>
5606
5607 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5608 messages unique.
5609
5610 2014-04-01 Anton Blanchard <anton@samba.org>
5611
5612 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5613 prepare_for_testing.
5614
5615 2014-04-01 Anton Blanchard <anton@samba.org>
5616
5617 * gdb.arch/ppc64-atomic-inst.c: Remove.
5618 * gdb.arch/ppc64-atomic-inst.S: New file.
5619 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5620
5621 2014-03-31 Doug Evans <dje@google.com>
5622
5623 * gdb.base/print-symbol-loading-lib.c: New file.
5624 * gdb.base/print-symbol-loading-main.c: New file.
5625 * gdb.base/print-symbol-loading.exp: New file.
5626
5627 2014-03-31 Yao Qi <yao@codesourcery.com>
5628
5629 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5630
5631 2014-03-28 Joel Brobecker <brobecker@adacore.com>
5632
5633 * gdb.ada/mi_dyn_arr: New testcase.
5634
5635 2014-03-27 Doug Evans <dje@google.com>
5636
5637 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5638
5639 2014-03-27 Yao Qi <yao@codesourcery.com>
5640
5641 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5642 if target is nios2-*-*.
5643
5644 2014-03-26 Yao Qi <yao@codesourcery.com>
5645
5646 * lib/gdb.exp (readline_is_used): New proc.
5647 * gdb.base/completion.exp: Move tests on command complete up.
5648 Skip the rest of tests if readline is not used.
5649 * gdb.ada/complete.exp: Skp the test if readline is not
5650 used.
5651 * gdb.base/filesym.exp: Likewise.
5652 * gdb.base/macscp.exp: Likewise.
5653 * gdb.base/readline-ask.exp: Likewise.
5654 * gdb.base/readline.exp: Likewise.
5655 * gdb.python/py-cmd.exp: Likewise.
5656 * gdb.trace/tfile.exp: Likewise.
5657
5658 2014-03-26 Yao Qi <yao@codesourcery.com>
5659
5660 * gdb.base/macscp.exp: Fix code format issues.
5661
5662 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5663
5664 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5665 * gdb.asm/powerpc64le.inc: New file.
5666
5667 2014-03-25 Pedro Alves <palves@redhat.com>
5668 Doug Evans <dje@google.com>
5669
5670 * gdb.base/source-execution.c: New file.
5671 * gdb.base/source-execution.exp: New file.
5672 * gdb.base/source-execution.gdb: New file.
5673
5674 2014-03-24 Doug Evans <dje@google.com>
5675
5676 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5677 using fission.
5678
5679 2014-03-24 Hui Zhu <hui@codesourcery.com>
5680 Pedro Alves <palves@redhat.com>
5681
5682 PR breakpoints/16101
5683 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5684 test pass/fail messages. Detect missing support for dprintf when
5685 breakpoints are actually inserted.
5686 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5687 breakpoints are actually inserted.
5688 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5689 fails.
5690
5691 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5692
5693 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5694
5695 2014-03-22 Doug Evans <xdje42@gmail.com>
5696
5697 * gdb.python/python.exp (python not supported): Verify multi-line
5698 python command issues an error.
5699 * gdb.guile/guile.exp (guile not supported): Verify multi-line
5700 guile command issues an error.
5701
5702 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5703
5704 * gdb.threads/thread-specific.exp: Handle the lack of usable
5705 $this_breakpoint and $this_thread.
5706
5707 2014-03-21 Hui Zhu <hui@codesourcery.com>
5708
5709 * gdb.base/attach.exp (do_command_attach_tests): New.
5710
5711 2014-03-20 Tom Tromey <tromey@redhat.com>
5712 Pedro Alves <palves@redhat.com>
5713
5714 PR cli/15718
5715 * gdb.base/condbreak-call-false.c: New file.
5716 * gdb.base/condbreak-call-false.exp: New file.
5717
5718 2014-03-20 Pedro Alves <palves@redhat.com>
5719
5720 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5721 Delete.
5722 (block_signals, unblock_signals): Delete.
5723 (child_function_2, main): Remove references to deleted variable
5724 and functions.
5725
5726 2014-03-20 Pedro Alves <palves@redhat.com>
5727
5728 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5729 Use pthread_kill to signal thread 2.
5730 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5731 Adjust to make the test send itself a signal rather than using the
5732 host's "kill" command.
5733
5734 2014-03-20 Pedro Alves <palves@redhat.com>
5735
5736 * gdb.threads/multiple-step-overs.c: New file.
5737 * gdb.threads/multiple-step-overs.exp: New file.
5738 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5739 Adjust expected infrun debug output.
5740
5741 2014-03-20 Pedro Alves <palves@redhat.com>
5742
5743 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5744 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5745
5746 2014-03-20 Pedro Alves <palves@redhat.com>
5747
5748 PR breakpoints/7143
5749 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5750 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5751 of gdb_test_multiple.
5752 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5753 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5754
5755 2014-03-20 Pedro Alves <palves@redhat.com>
5756
5757 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5758 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5759
5760 2014-03-19 Pedro Alves <palves@redhat.com>
5761
5762 * gdb.base/async.exp: Remove early return.
5763
5764 2014-03-19 Pedro Alves <palves@redhat.com>
5765
5766 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5767
5768 2014-03-19 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.base/async.exp (test_background): Expect \r\n after
5771 "completed." in the fail pattern.
5772
5773 2014-03-19 Pedro Alves <palves@redhat.com>
5774
5775 * gdb.base/async.exp (test_background): New procedure.
5776 Use it for all background execution command tests.
5777
5778 2014-03-19 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.base/async.exp: Use prepare_for_testing.
5781
5782 2014-03-19 Pedro Alves <palves@redhat.com>
5783
5784 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5785 the same line.
5786
5787 2014-03-19 Pedro Alves <palves@redhat.com>
5788
5789 * gdb.base/async.c (main): Add "jump here" and "until here" line
5790 marker comments.
5791 * gdb.base/async.exp (jump_here): New global.
5792 (jump& test): Use it.
5793 (until_here): New global.
5794 (until& test): Use it.
5795
5796 2014-03-19 Pedro Alves <palves@redhat.com>
5797
5798 * gdb.base/async.exp: Don't frob gdb_protocol.
5799
5800 2014-03-18 Doug Evans <xdje42@gmail.com>
5801
5802 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5803 Fix spelling of exec-done-display.
5804
5805 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5806
5807 PR gdb/15358
5808 * gdb.base/gdb-sigterm.c: New file.
5809 * gdb.base/gdb-sigterm.exp: New file.
5810
5811 2014-03-18 Pedro Alves <palves@redhat.com>
5812
5813 PR gdb/13860
5814 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5815 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5816 solib-event.
5817
5818 2014-03-17 Joel Brobecker <brobecker@adacore.com>
5819
5820 * gdb.ada/pckd_arr_ren: New testcase.
5821
5822 2014-03-13 Doug Evans <xdje42@gmail.com>
5823
5824 PR guile/16612
5825 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5826 collect after discarding symbols.
5827
5828 2014-03-13 Ludovic Courtès <ludo@gnu.org>
5829 Doug Evans <xdje42@gmail.com>
5830
5831 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5832 to history survives a gc.
5833
5834 2014-03-13 Pedro Alves <palves@redhat.com>
5835
5836 * gdb.base/default.exp: Don't test "target procfs".
5837
5838 2014-03-13 Pedro Alves <palves@redhat.com>
5839
5840 * gdb.base/default.exp: Update "target child" and "target procfs"
5841 tests to not expect "Unix".
5842
5843 2014-03-12 Tom Tromey <tromey@redhat.com>
5844
5845 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5846 New procs. Add target-async tests.
5847 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5848 Add target-async tests.
5849
5850 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5851
5852 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5853 'func_start' and 'func_end' for the beginning and end of the
5854 function code, respectively.
5855 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5856 'func_end' instead of 'func' and 'main'.
5857
5858 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5859
5860 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5861 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5862 generate the debug info assembler source.
5863
5864 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5865
5866 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5867 * gdb.dwarf2/arr-subrange.exp: Likewise.
5868 * gdb.dwarf2/dwz.exp: Likewise.
5869 * gdb.dwarf2/method-ptr.exp: Likewise.
5870 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5871 * gdb.dwarf2/subrange.exp: Likewise.
5872 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5873 * gdb.dwarf2/implptrpiece.exp: Likewise.
5874 * gdb.dwarf2/nostaticblock.exp: Likewise.
5875
5876 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5877
5878 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5879 directory to absolute path name arguments.
5880
5881 2014-03-10 Joel Brobecker <brobecker@adacore.com>
5882
5883 * gdb.ada/tagged_access: New testcase.
5884
5885 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5886
5887 * gdb.btrace/data.exp: Update expected output.
5888
5889 2014-03-06 Yao Qi <yao@codesourcery.com>
5890
5891 * gdb.trace/pr16508.exp: New file.
5892
5893 2014-03-05 Pedro Alves <palves@redhat.com>
5894
5895 PR gdb/16575
5896 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5897 procedure.
5898 (top level): Adjust to use it. Add tests that exercise breakpoint
5899 interaction with the code-cache.
5900
5901 2014-02-26 Ludovic Courtès <ludo@gnu.org>
5902
5903 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5904 test for 'history-append!'.
5905
5906 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5907
5908 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5909 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5910 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5911 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5912 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5913 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5914
5915 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5916
5917 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5918 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5919 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5920
5921 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5922
5923 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5924
5925 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5926
5927 * gdb.dwarf2/arr-stride.c: New file.
5928 * gdb.dwarf2/arr-stride.exp: New file.
5929
5930 2014-02-26 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5933 that won't ever trigger. Make sure that GDB reports the correct
5934 breakpoint that caused the stop.
5935
5936 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5937
5938 PR gdb/16626
5939 * gdb.base/auto-load-script: New file.
5940 * gdb.base/auto-load.c: New file.
5941 * gdb.base/auto-load.exp: New file.
5942
5943 PR gdb/16626
5944 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5945
5946 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5947
5948 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5949 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5950
5951 2014-02-24 Doug Evans <dje@google.com>
5952
5953 * lib/gdb.exp (run_on_host): Log error output if program fails.
5954
5955 2014-02-21 Pedro Alves <palves@redhat.com>
5956
5957 * gdb.threads/step-after-sr-lock.c: Rename to ...
5958 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5959 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5960 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5961 ... this.
5962
5963 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5964
5965 PR tdep/16397
5966 * gdb.arch/amd64-stap-special-operands.exp: New file.
5967 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5968 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5969 * gdb.arch/amd64-stap-triplet.S: Likewise.
5970 * gdb.arch/amd64-stap-triplet.c: Likewise.
5971
5972 2014-02-20 Joel Brobecker <brobecker@adacore.com>
5973
5974 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5975 in .section pseudo-op.
5976
5977 2014-02-20 lin zuojian <manjian2006@gmail.com>
5978 Joel Brobecker <brobecker@adacore.com>
5979 Doug Evans <xdje42@gmail.com>
5980
5981 PR symtab/16581
5982 * gdb.dwarf2/dw2-icycle.S: New file.
5983 * gdb.dwarf2/dw2-icycle.c: New file.
5984 * gdb.dwarf2/dw2-icycle.exp: New file.
5985
5986 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5987
5988 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5989 operations on gdb.Value objects.
5990 * gdb.python/py-value-cc.exp: Add new test to test operations on
5991 gdb.Value objects.
5992
5993 2014-02-18 Doug Evans <dje@google.com>
5994
5995 * Makefile.in (TESTS): New variable.
5996 (expanded_tests, expanded_tests_or_none): New variables
5997 (check-single): Pass $(expanded_tests_or_none) to runtest.
5998 (check-parallel): Only run tests in $(TESTS) if non-empty.
5999 (check/no-matching-tests-found): New rule.
6000 * README: Document TESTS makefile variable.
6001
6002 2014-02-18 Doug Evans <dje@google.com>
6003
6004 * Makefile.in (check-parallel): rm -rf outputs temp.
6005
6006 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6007
6008 Fix "ERROR: no fileid for" in the testsuite.
6009 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
6010
6011 2014-02-12 Doug Evans <dje@google.com>
6012
6013 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
6014 (MISCELLANEOUS): New variable.
6015 (clean): rm -rf $(MISCELLANEOUS).
6016 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
6017 dwp live in the same directory as symlinks, with each symlink pointed
6018 to a differently named file in a different directory.
6019
6020 2014-02-11 Doug Evans <dje@google.com>
6021
6022 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
6023 of Tcl file commands.
6024
6025 2014-02-10 Mark Kettenis <kettenis@gnu.org>
6026
6027 * gdb.threads/step-after-sr-lock.exp: Avoid executing
6028 "kill -SIGUSR1 -1".
6029
6030 2014-02-10 Joel Brobecker <brobecker@adacore.com>
6031
6032 * gdb.ada/tick_length_array_enum_idx: New testcase.
6033
6034 2014-02-10 Doug Evans <xdje42@gmail.com>
6035
6036 * configure.ac (AC_OUTPUT): Add gdb.guile.
6037 * configure: Regenerate.
6038 * lib/gdb-guile.exp: New file.
6039 * lib/gdb.exp (get_target_charset): New function.
6040 * gdb.base/help.exp: Update expected output from "apropos apropos".
6041 * gdb.guile/Makefile.in: New file.
6042 * gdb.guile/guile.exp: New file.
6043 * gdb.guile/scm-arch.c: New file.
6044 * gdb.guile/scm-arch.exp: New file.
6045 * gdb.guile/scm-block.c: New file.
6046 * gdb.guile/scm-block.exp: New file.
6047 * gdb.guile/scm-breakpoint.c: New file.
6048 * gdb.guile/scm-breakpoint.exp: New file.
6049 * gdb.guile/scm-disasm.c: New file.
6050 * gdb.guile/scm-disasm.exp: New file.
6051 * gdb.guile/scm-equal.c: New file.
6052 * gdb.guile/scm-equal.exp: New file.
6053 * gdb.guile/scm-error.exp: New file.
6054 * gdb.guile/scm-error.scm: New file.
6055 * gdb.guile/scm-frame-args.c: New file.
6056 * gdb.guile/scm-frame-args.exp: New file.
6057 * gdb.guile/scm-frame-args.scm: New file.
6058 * gdb.guile/scm-frame-inline.c: New file.
6059 * gdb.guile/scm-frame-inline.exp: New file.
6060 * gdb.guile/scm-frame.c: New file.
6061 * gdb.guile/scm-frame.exp: New file.
6062 * gdb.guile/scm-generics.exp: New file.
6063 * gdb.guile/scm-gsmob.exp: New file.
6064 * gdb.guile/scm-iterator.c: New file.
6065 * gdb.guile/scm-iterator.exp: New file.
6066 * gdb.guile/scm-math.c: New file.
6067 * gdb.guile/scm-math.exp: New file.
6068 * gdb.guile/scm-objfile-script-gdb.in: New file.
6069 * gdb.guile/scm-objfile-script.c: New file.
6070 * gdb.guile/scm-objfile-script.exp: New file.
6071 * gdb.guile/scm-objfile.c: New file.
6072 * gdb.guile/scm-objfile.exp: New file.
6073 * gdb.guile/scm-ports.exp: New file.
6074 * gdb.guile/scm-pretty-print.c: New file.
6075 * gdb.guile/scm-pretty-print.exp: New file.
6076 * gdb.guile/scm-pretty-print.scm: New file.
6077 * gdb.guile/scm-section-script.c: New file.
6078 * gdb.guile/scm-section-script.exp: New file.
6079 * gdb.guile/scm-section-script.scm: New file.
6080 * gdb.guile/scm-symbol.c: New file.
6081 * gdb.guile/scm-symbol.exp: New file.
6082 * gdb.guile/scm-symtab-2.c: New file.
6083 * gdb.guile/scm-symtab.c: New file.
6084 * gdb.guile/scm-symtab.exp: New file.
6085 * gdb.guile/scm-type.c: New file.
6086 * gdb.guile/scm-type.exp: New file.
6087 * gdb.guile/scm-value-cc.cc: New file.
6088 * gdb.guile/scm-value-cc.exp: New file.
6089 * gdb.guile/scm-value.c: New file.
6090 * gdb.guile/scm-value.exp: New file.
6091 * gdb.guile/source2.scm: New file.
6092 * gdb.guile/types-module.cc: New file.
6093 * gdb.guile/types-module.exp: New file.
6094
6095 2014-02-10 Yao Qi <yao@codesourcery.com>
6096
6097 PR testsuite/16543
6098 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
6099 * configure: Regenerated.
6100 * Makefile.in: New file.
6101
6102 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
6103
6104 * gdb.python/py-framefilter.exp: Fix typo.
6105
6106 2014-02-08 Yao Qi <yao@codesourcery.com>
6107
6108 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
6109 that no =breakpoint-modified is emitted when breakpoints are
6110 modified through MI commands.
6111
6112 2014-02-07 Pedro Alves <pedro@codesourcery.com>
6113 Pedro Alves <palves@redhat.com>
6114
6115 * gdb.threads/step-after-sr-lock.c: New file.
6116 * gdb.threads/step-after-sr-lock.exp: New file.
6117
6118 2014-02-07 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
6121
6122 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6123
6124 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
6125 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
6126
6127 2014-02-06 Doug Evans <xdje42@gmail.com>
6128
6129 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
6130 output.
6131
6132 * gdb.gdb/python-interrupts.exp: New file.
6133
6134 2014-02-05 Yao Qi <yao@codesourcery.com>
6135
6136 * gdb.trace/report.exp (use_collected_data): Test the output
6137 of "info threads" and "info inferiors".
6138
6139 2014-02-05 Yao Qi <yao@codesourcery.com>
6140
6141 Revert this patch:
6142
6143 2013-05-24 Yao Qi <yao@codesourcery.com>
6144
6145 * gdb.trace/tfile.exp: Test inferior and thread.
6146
6147 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6148
6149 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
6150 on a function.
6151 * gdb.base/step-bt.c: Call hello via function pointer to make
6152 sure its first instruction is executed on powerpc64le-linux.
6153
6154 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6155
6156 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
6157
6158 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6159
6160 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
6161 of the test patterns for use on little-endian systems.
6162
6163 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6164
6165 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
6166 (decimal_vector): Fix for little-endian.
6167
6168 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
6169
6170 * gdb.arch/sparc-sysstep.exp: New file.
6171 * gdb.arch/sparc-sysstep.c: Likewise.
6172
6173 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
6174
6175 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6176
6177 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
6178
6179 2014-01-23 Tom Tromey <tromey@redhat.com>
6180
6181 * gdb.ada/array_char_idx: New testcase.
6182
6183 2014-01-23 Tom Tromey <tromey@redhat.com>
6184
6185 PR python/16487:
6186 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
6187 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
6188 classes.
6189
6190 2014-01-23 Tom Tromey <tromey@redhat.com>
6191
6192 PR python/16491:
6193 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
6194 string from an inferior frame.
6195 * gdb.python/py-framefilter-mi.exp: Update.
6196
6197 2014-01-22 Doug Evans <dje@google.com>
6198
6199 * gdb.server/server-mon.exp: Add tests for "set debug-format".
6200
6201 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6202
6203 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
6204
6205 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6206
6207 * gdb.trace/entry-values.exp: Remove excess space character from
6208 regex patterns. Handle s390 call instruction.
6209
6210 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6211
6212 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
6213 define "*_start" label. Make "name" static.
6214 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
6215 ${name} by references to ${name}_start.
6216
6217 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6218
6219 * gdb.base/info-macros.exp: Remove "debug" from the compile
6220 options.
6221
6222 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6223
6224 * gdb.dlang/demangle.exp: New file.
6225
6226 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6227
6228 * gdb.dlang/primitive-types.exp: New file.
6229
6230 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6231
6232 * configure.ac: Create gdb.dlang/Makefile.
6233 * configure: Regenerate.
6234 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
6235 * gdb.dlang/Makefile.in: New file.
6236 * lib/d-support.exp: New file.
6237 * lib/gdb.exp (skip_d_tests): New proc.
6238
6239 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6240
6241 * gdb.btrace/delta.exp: Check reverse stepi.
6242 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
6243 * gdb.btrace/finish.exp: New.
6244 * gdb.btrace/next.exp: New.
6245 * gdb.btrace/nexti.exp: New.
6246 * gdb.btrace/record_goto.c: Add comments.
6247 * gdb.btrace/step.exp: New.
6248 * gdb.btrace/stepi.exp: New.
6249 * gdb.btrace/multi-thread-step.c: New.
6250 * gdb.btrace/multi-thread-step.exp: New.
6251 * gdb.btrace/rn-dl-bind.c: New.
6252 * gdb.btrace/rn-dl-bind.exp: New.
6253 * gdb.btrace/data.c: New.
6254 * gdb.btrace/data.exp: New.
6255 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6256
6257 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6258
6259 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6260 * gdb.btrace/exception.exp: Update.
6261 * gdb.btrace/instruction_history.exp: Update.
6262 * gdb.btrace/record_goto.exp: Update.
6263 * gdb.btrace/tailcall.exp: Update.
6264 * gdb.btrace/unknown_functions.exp: Update.
6265 * gdb.btrace/delta.exp: New.
6266
6267 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6268
6269 * gdb.btrace/record_goto.exp: Add backtrace test.
6270 * gdb.btrace/tailcall.exp: Add backtrace test.
6271
6272 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6273
6274 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6275 * gdb.btrace/record_goto.c: New.
6276 * gdb.btrace/record_goto.exp: New.
6277 * gdb.btrace/x86-record_goto.S: New.
6278
6279 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6280
6281 * gdb.btrace/function_call_history.exp: Update tests.
6282 * gdb.btrace/instruction_history.exp: Update tests.
6283
6284 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6285
6286 * gdb.btrace/function_call_history.exp: Fix expected field
6287 order for "record function-call-history".
6288 Add new tests for "record function-call-history /c".
6289 * gdb.btrace/exception.cc: New.
6290 * gdb.btrace/exception.exp: New.
6291 * gdb.btrace/tailcall.exp: New.
6292 * gdb.btrace/x86-tailcall.S: New.
6293 * gdb.btrace/x86-tailcall.c: New.
6294 * gdb.btrace/unknown_functions.c: New.
6295 * gdb.btrace/unknown_functions.exp: New.
6296 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6297
6298 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6299
6300 * gdb.btrace/instruction_history.exp: Update.
6301 * gdb.btrace/function_call_history.exp: Update.
6302
6303 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6304
6305 * gdb.btrace/function_call_history.exp: Fix expected function
6306 trace.
6307 * gdb.btrace/instruction_history.exp: Initialize traced.
6308 Remove traced_functions.
6309
6310 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6311
6312 * gdb.btrace/function_call_history.exp: Update
6313 * gdb.btrace/instruction_history.exp: Update.
6314
6315 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6316
6317 * gdb.btrace/enable.exp: Update expected text.
6318
6319 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6320
6321 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6322 bytes.
6323
6324 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
6325
6326 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6327
6328 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
6329
6330 * lib/gdb.exp (supports_process_record): Return true for
6331 arm*-linux*. (supports_reverse): Likewise.
6332
6333 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
6334
6335 PR python/15464
6336 PR python/16113
6337 * gdb.python/py-type.c: Enhance test case.
6338 * gdb.python/py-value-cc.cc: Likewise
6339 * gdb.python/py-type.exp: Add new tests.
6340 * gdb.python/py-value-cc.exp: Likewise
6341
6342 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6343 Pedro Alves <palves@redhat.com>
6344
6345 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6346 Make "name" extern.
6347 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6348 references to ${name}_start by references to ${name}.
6349
6350 2014-01-10 Joel Brobecker <brobecker@adacore.com>
6351
6352 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6353
6354 2014-01-10 Joel Brobecker <brobecker@adacore.com>
6355
6356 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6357
6358 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
6359 Pedro Alves <palves@redhat.com>
6360
6361 * gdb.mi/mi-info-os.exp: Connect to the target with
6362 mi_gdb_target_load.
6363
6364 2014-01-08 Pedro Alves <palves@redhat.com>
6365
6366 * gdb.threads/reconnect-signal.c: New file.
6367 * gdb.threads/reconnect-signal.exp: New file.
6368
6369 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6370
6371 * gdb.base/source-dir.exp: New file.
6372
6373 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6374
6375 * gdb.ada/mi_interface: New testcase.
6376
6377 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6378
6379 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6380 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6381 gdb.ada/pp-rec-component/pck.ads: New files.
6382
6383 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6384
6385 * gdb.python/py-pp-integral.c: New file.
6386 * gdb.python/py-pp-integral.py: New file.
6387 * gdb.python/py-pp-integral.exp: New file.
6388
6389 For older changes see ChangeLog-1993-2013.
6390 \f
6391 ;; Local Variables:
6392 ;; mode: change-log
6393 ;; left-margin: 8
6394 ;; fill-column: 74
6395 ;; version-control: never
6396 ;; End:
6397
6398 Copyright 2014-2015 Free Software Foundation, Inc.
6399 Copying and distribution of this file, with or without modification,
6400 are permitted provided the copyright notice and this notice are preserved.