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