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