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