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