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