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