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