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