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