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