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