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