* gdb.base/pie-execl.exp: Fix result test of build_executable.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
7a551a51
DE
12015-09-09 Doug Evans <dje@google.com>
2
3 * gdb.base/pie-execl.exp: Fix result test of build_executable.
4
4c666f84
DE
52015-09-09 Doug Evans <dje@google.com>
6
7 * gdb.base/savedregs.exp: Fix typo.
8
243a9253
PA
92015-09-09 Pedro Alves <palves@redhat.com>
10
11 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12
c0fa8fbd
SL
132015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14
15 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
16 command actually switches threads. Give up on remaining
17 tests if target fails to stop at breakpoint.
18
cd7c1778
PMR
192015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
20
21 * gdb.ada/funcall_char.exp: New testcase.
22 * gdb.ada/funcall_char/foo.adb: New file.
23
dc5c8746
PMR
242015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
25
26 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
27 expected outputs. Add two testcases for completing ambiguous
28 functions.
29 * gdb.ada/complete/aux_pck.adb: New file.
30 * gdb.ada/complete/aux_pck.ads: New file.
31 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
32 Ambiguous_Func functions.
33 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
34 * gdb.ada/complete/pck.adb: Likewise.
35
4e83a1e7
UW
362015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
37
38 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
39 failures to run the test program under GDB.
40
8ce74153
LM
412015-08-26 Luis Machado <lgustavo@codesourcery.com>
42
43 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
44 to C.
45
e9756d52
PP
462015-08-26 Patrick Palka <patrick@parcs.ath.cx>
47
48 * gdb.base/run-after-attach.exp: New test file.
49 * gdb.base/run-after-attach.c: New test file.
50
8d37573b
DB
512015-08-26 Don Breazeal <donb@codesourcery.com>
52
53 * gdb.base/foll-exec-2.c: New test program.
54 * gdb.base/foll-exec-2.exp: New test.
55
63e43d3a
PMR
562015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
57
58 * gdb.base/nested-subp1.exp: New file.
59 * gdb.base/nested-subp1.c: New file.
60 * gdb.base/nested-subp2.exp: New file.
61 * gdb.base/nested-subp2.c: New file.
62 * gdb.base/nested-subp3.exp: New file.
63 * gdb.base/nested-subp3.c: New file.
64
3d40fbb5
PA
652015-08-24 Pedro Alves <palves@redhat.com>
66
67 * gdb.server/connect-without-multi-process.c: New file.
68 * gdb.server/connect-without-multi-process.exp: New file.
69
4422ac93
LM
702015-08-24 Luis Machado <lgustavo@codesourcery.com>
71
72 * gdb.opt/inline-markers.c: Make z int.
73
91dddb86
LM
742015-08-24 Luis Machado <lgustavo@codesourcery.com>
75
76 * gdb.opt/inline-markers.c: Make z volatile.
77
a48847ee
LM
782015-08-24 Luis Machado <lgustavo@codesourcery.com>
79
80 * gdb.opt/inline-bt.c: New volatile global z.
81 * gdb.opt/inline-cmds.c: Likewise.
82 * gdb.opt/inline-locals.c: Likewise.
83 * gdb.opt/inline-markers.c: New extern global z.
84 (marker): Use z.
85 (inline_fn): Likewise.
86
0ebbc52b
PA
872015-08-24 Pedro Alves <palves@redhat.com>
88
89 * config/m32r-stub.exp: Remove file.
90 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
91 * gdb.base/call-rt-st.exp: Likewise.
92 * gdb.base/call-strs.exp: Likewise.
93 * gdb.base/default.exp: Remove references to h8300-*-hms and
94 *-*-udi*.
95 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
96
77c365df
AA
972015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
98
99 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
100 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
101 and "return" use KFAIL when GDB can not read/write the vector
102 return value.
103
4313b8c0
GB
1042015-08-21 Gary Benson <gbenson@redhat.com>
105
106 * gdb.trace/pending.exp: Cope with remote transfer warnings.
107
0e433b32
PA
1082015-08-20 Pedro Alves <palves@redhat.com>
109
110 * gdb.server/solib-list.exp: No longer expect an interior stop in
111 non-stop mode.
112
221e1a37
PA
1132015-08-20 Pedro Alves <palves@redhat.com>
114
115 * gdb.server/connect-stopped-target.c: New file.
116 * gdb.server/connect-stopped-target.exp: New file.
117
40e3ad0e
PA
1182015-08-20 Pedro Alves <palves@redhat.com>
119
120 * gdb.dwarf2/comp-unit-lang.exp: New file.
121 * gdb.dwarf2/comp-unit-lang.c: New file.
122
af39b327
PMR
1232015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
124
125 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
126 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
127
7d45c7c3
KB
1282015-08-19 Kevin Buettner <kevinb@redhat.com>
129
130 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
131 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
132
4d6cceb4
DE
1332015-08-18 Doug Evans <dje@google.com>
134 Adrian Sendroiu <adrian.sendroiu@freescale.com>
135
136 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
137 skip_python_tests. New arg prompt_regexp.
138 (skip_python_tests): New function.
139 * lib/mi-support.exp (mi_skip_python_tests): New function.
140 * gdb.python/py-mi-objfile-gdb.py: New file.
141 * gdb.python/py-mi-objfile.c: New file.
142 * gdb.python/py-mi-objfile.exp: New file.
143
ad89c2aa
KS
1442015-08-17 Keith Seitz <keiths@redhat.com>
145
146 * gdb.linespec/explicit.exp: Move strace test from here ...
147 * gdb.trace/strace.exp: ... to here.
148
e3ae3c43
PP
1492015-08-15 Patrick Palka <patrick@parcs.ath.cx>
150
151 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
152 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
153
604b2636
DE
1542015-08-14 Doug Evans <xdje42@gmail.com>
155
156 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
157 inferior before selecting a new file.
158
6ff0ba5f
DE
1592015-08-14 Doug Evans <xdje42@gmail.com>
160
161 * gdb.mi/mi-disassemble.exp: Update.
162 * gdb.base/disasm-optim.S: New file.
163 * gdb.base/disasm-optim.c: New file.
164 * gdb.base/disasm-optim.h: New file.
165 * gdb.base/disasm-optim.exp: New file.
166
9ca98f92
KS
1672015-08-14 Keith Seitz <keiths@redhat.com>
168
169 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
170 "evaluated-by".
171
52bbc560
JB
1722015-08-13 Joel Brobecker <brobecker@adacore.com>
173
174 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
175
5d8c3ed3
PMR
1762015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
177
178 * gdb.ada/fun_renaming.exp: New testcase.
179 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
180 * gdb.ada/fun_renaming/pack.adb: New file.
181 * gdb.ada/fun_renaming/pack.ads: New file.
182
ea8812bc
KS
1832015-08-12 Keith Seitz <keiths@redhat.com>
184
185 * gdb.base/dso2dso.exp: Pass basename of source file in call to
186 gdb_get_line_number.
187
4dafcdeb
JB
1882015-08-12 Joel Brobecker <brobecker@adacore.com>
189
190 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
191 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
192 gdb.base/dso2dso.exp: New files.
193
5ba32597
SDJ
1942015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
195 Pedro Alves <palves@redhat.com>
196 Keith Seitz <keiths@redhat.com>
197
198 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
199 GDBFLAGS.
200
b6dafabf
PP
2012015-08-12 Patrick Palka <patrick@parcs.ath.cx>
202
203 * gdb.base/gdbhistsize-history.exp
204 (test_histsize_history_setting): Use save_vars.
205 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
206 Use save_vars.
207 (test_no_truncation_of_unlimited_history_file): Use save_vars.
208 * gdb.base/readline.exp: Use save_vars.
209
abe8e607
PP
2102015-08-12 Patrick Palka <patrick@parcs.ath.cx>
211
212 * lib/gdb.exp (save_vars): New proc.
213
629500fa
KS
2142015-08-11 Keith Seitz <keiths@redhat.com>
215
216 * gdb.base/help.exp: Update help_breakpoint_text.
217
eb8c4e2e
KS
2182015-08-11 Keith Seitz <keiths@redhat.com>
219
220 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
221 (at toplevel): Call test_explicit_breakpoints.
222 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
223 breakpoints.
224 * lib/mi-support.exp (mi_make_breakpoint): Add support for
225 breakpoint conditions, "-cond".
226
87f0e720
KS
2272015-08-11 Keith Seitz <keiths@redhat.com>
228
229 * gdb.linespec/3explicit.c: New file.
230 * gdb.linespec/cpexplicit.cc: New file.
231 * gdb.linespec/cpexplicit.exp: New file.
232 * gdb.linespec/explicit.c: New file.
233 * gdb.linespec/explicit.exp: New file.
234 * gdb.linespec/explicit2.c: New file.
235 * gdb.linespec/ls-errs.exp: Add explicit location tests.
236 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
237 before using in the matching pattern.
238 Clarify that `prefix' is a regular expression.
239
f00aae0f
KS
2402015-08-11 Keith Seitz <keiths@redhat.com>
241
242 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
243 test.
244 Add tests for missing ",FMT" and ",".
245
e27852be
DE
2462015-08-10 Doug Evans <dje@google.com>
247 Keith Seitz <keiths@redhat.com>
248
249 PR gdb/17960
250 * gdb.base/completion.exp: Add location completer tests.
251
7f03bd92
PA
2522015-08-07 Pedro Alves <palves@redhat.com>
253
254 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
255 tests here.
256 (top level): Run do_test with and without displaced stepping.
257
3fc8eb30
PA
2582015-08-07 Pedro Alves <palves@redhat.com>
259
260 * gdb.base/valgrind-disp-step.c: New file.
261 * gdb.base/valgrind-disp-step.exp: New file.
262
d4569d7b
PA
2632015-08-07 Pedro Alves <palves@redhat.com>
264
265 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
266 Delete function.
267 (main): Add alarm. Run an infinite loop instead of calling
268 wait_threads.
269 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
270 comment.
271 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
272 Delete function.
273 (main): Add alarm. Run an infinite loop instead of calling
274 wait_threads.
275 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
276 comment.
277
e1316e60
PA
2782015-08-07 Pedro Alves <palves@redhat.com>
279
280 * gdb.base/checkpoint-ns.exp: New file.
281 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
282 standard_testfile.
283
da8c46d2
MM
2842015-08-07 Markus Metzger <markus.t.metzger@intel.com>
285
286 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
287 * gdb.btrace/instruction_history.exp: Update.
288 * gdb.btrace/tsx.exp: New.
289 * gdb.btrace/tsx.c: New.
290
de1c2c52
PA
2912015-08-06 Pedro Alves <palves@redhat.com>
292
293 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
294 increase timeout.
295 * gdb.reverse/until-precsave.exp: Bump timeouts.
296
782e0bf4
PA
2972015-08-06 Pedro Alves <palves@redhat.com>
298
299 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
300
83e97ed0
PA
3012015-08-06 Pedro Alves <palves@redhat.com>
302
303 PR gdb/18749
304 * gdb.threads/process-dies-while-handling-bp.c: New file.
305 * gdb.threads/process-dies-while-handling-bp.exp: New file.
306
863d01bd
PA
3072015-08-06 Pedro Alves <palves@redhat.com>
308
309 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
310 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
311
0a39bb32
PA
3122015-08-05 Pedro Alves <palves@redhat.com>
313
314 * gdb.threads/next-while-other-thread-longjmps.c: New file.
315 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
316
ee2d2b10
SL
3172015-08-03 Sandra Loosemore <sandra@codesourcery.com>
318
319 * gdb.base/bp-permanent.exp: Report test as unsupported if
320 the target cannot stop at the permanent breakpoint.
321
4e1bdb00
DE
3222015-08-03 Doug Evans <dje@google.com>
323
324 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
325 10000.
326
3d338901
DE
3272015-08-03 Doug Evans <dje@google.com>
328
329 * Makefile.in (workers/%.worker, build-perf): New rule.
330 (GDB_PERFTEST_MODE): New variable.
331 (check-perf): Use it.
332 (clean): Clean up gdb.perf parallel build subdirs.
333 * lib/build-piece.exp: New file.
334 * lib/gdb.exp (make_gdb_parallel_path): New function
335 (standard_output_file, standard_temp_file): Call it.
336 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
337 of $GDB_PARALLEL.
338 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
339
af061d3e
DE
3402015-08-03 Doug Evans <dje@google.com>
341
8e1afc81 342 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
343 (LOG_FILE_NAME): New global.
344 (TextReporter.__init__): Initialize self.txt_sum.
345 (TextReporter.report): Add support for multiple data-points.
346 Move report to perftest.sum, put raw data in perftest.log.
347 (TextReporter.start): Open sum and log files.
348 (TextReporter.end): Close sum and log files.
8e1afc81
DE
349 * gdb.perf/lib/perftest/testresult.py
350 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 351
2c8c5d37
PA
3522015-07-31 Pedro Alves <palves@redhat.com>
353
354 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
355 Use spawn_id_get_pid. Wait for spawn id after eof. Use
356 kill_wait_spawned_process instead of explicit "kill -9".
357 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
358 returning a spawn id instead of a pid. Use spawn_id_get_pid and
359 kill_wait_spawned_process.
360 * gdb.base/attach-twice.exp: Likewise.
361 * gdb.base/attach.exp: Likewise.
362 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
363 gdb_test_multiple.
364 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
365 returning a spawn id instead of a pid. Use spawn_id_get_pid and
366 kill_wait_spawned_process.
367 * gdb.base/valgrind-infcall.exp: Likewise.
368 * gdb.multi/multi-attach.exp: Likewise.
369 * gdb.python/py-prompt.exp: Likewise.
370 * gdb.python/py-sync-interp.exp: Likewise.
371 * gdb.server/ext-attach.exp: Likewise.
372 * gdb.threads/attach-into-signal.exp (corefunc): Use
373 spawn_wait_for_attach, spawn_id_get_pid and
374 kill_wait_spawned_process.
375 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
376 spawn_wait_for_attach returning a spawn id instead of a pid. Use
377 spawn_id_get_pid and kill_wait_spawned_process.
378 * gdb.threads/attach-stopped.exp (corefunc): Use
379 spawn_wait_for_attach, spawn_id_get_pid and
380 kill_wait_spawned_process.
381 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
382 Use spawn_id_get_pid. Wait for spawn id after eof. Use
383 kill_wait_spawned_process instead of explicit "kill -9".
384 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
385 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
386 (spawn_wait_for_attach): Use spawn instead of exec to spawn
387 processes. Don't map cygwin/windows pids here. Now returns a
388 spawn id list.
389
032a0fca
SL
3902015-07-30 Sandra Loosemore <sandra@codesourcery.com>
391
392 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
393 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
394 correct patch.
395
61a934ca
SL
3962015-07-30 Sandra Loosemore <sandra@codesourcery.com>
397
398 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
399
4bc4d428
SL
4002015-07-30 Sandra Loosemore <sandra@codesourcery.com>
401
402 Reapply:
403 2014-05-21 Mark Wielaard <mjw@redhat.com>
404
405 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
406
998d452a
PA
4072015-07-30 Pedro Alves <palves@redhat.com>
408
409 * linux-low.c (handle_extended_wait): Set the child's last
410 reported status to TARGET_WAITKIND_STOPPED.
411
69dde7dc
PA
4122015-07-30 Pedro Alves <palves@redhat.com>
413
414 PR threads/18600
415 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
416 only shows inferior 1.
417
4dd63d48
PA
4182015-07-30 Simon Marchi <simon.marchi@ericsson.com>
419 Pedro Alves <palves@redhat.com>
420
421 PR threads/18600
422 * gdb.threads/fork-plus-threads.c: New file.
423 * gdb.threads/fork-plus-threads.exp: New file.
424
d618e4c5
PP
4252015-07-29 Patrick Palka <patrick@parcs.ath.cx>
426
427 * gdb.base/batch-preserve-term-settings.exp
428 (test_terminal_settings_preserved_after_cli_exit): Use
429 send_quit_command.
430
1eef6428
PA
4312015-07-29 Pedro Alves <palves@redhat.com>
432 Don Breazeal <donb@codesourcery.com>
433
434 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
435 output from both inferior_spawn_id and gdb_spawn_id.
436
7da5b897
SDJ
4372015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
438
439 * gdb.threads/attach-into-signal.exp (corefunc): Use
440 with_test_prefix on nested loops, uniquefying the test messages.
441
dac804df
SDJ
4422015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
443
444 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
445 commit.
446
06265e53
PP
4472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
448
449 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
450 New proc.
451 (test_terminal_settings_preserved_after_sigterm): New test.
452
18206ca3
PP
4532015-07-29 Patrick Palka <patrick@parcs.ath.cx>
454
455 * gdb.base/batch-preserve-term-settings.exp
456 (test_terminal_settings_preserved_after_cli_exit): New test.
457
90074d11
PP
4582015-07-29 Patrick Palka <patrick@parcs.ath.cx>
459
460 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
461 manipulation of saved_gdbflags.
462 (test_terminal_settings_preserved): Remove global declaration of
463 the unused variable pagination_prompt. Remove manipulation of
464 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
465 GDBFLAGS.
466
eb1a7902
PA
4672015-07-29 Pedro Alves <palves@redhat.com>
468
469 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
470
8b75dd3b
PA
4712015-07-29 Pedro Alves <palves@redhat.com>
472
473 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
474 at the top.
475
dedad4e3
PA
4762015-07-29 Pedro Alves <palves@redhat.com>
477
478 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
479 (main): Call gdb_unbuffer_output.
480 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
481 (main): Call gdb_unbuffer_output.
482 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
483 (main): Call gdb_unbuffer_output.
484 * gdb.base/call-strs.exp: Adjust to step over the
485 gdb_unbuffer_output call.
486 * gdb.base/catch-gdb-caused-signals.c: Include
487 "../lib/unbuffer_output.c".
488 (main): Call gdb_unbuffer_output.
489 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
490 (main): Call gdb_unbuffer_output.
491 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
492 (main): Call gdb_unbuffer_output.
493 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
494 (main): Call gdb_unbuffer_output.
495 * gdb.base/shlib-call.exp: Adjust to step over the
496 gdb_unbuffer_output call.
497 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
498 (main): Call gdb_unbuffer_output.
499 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
500 (main): Call gdb_unbuffer_output.
501 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
502 (main): Rename to ...
503 (test): ... this.
504 (main): Reimplement.
505 * gdb.base/varargs.exp: Run to test instead of to main.
506 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
507 (main): Call gdb_unbuffer_output.
508
58789a91
PA
5092015-07-29 Pedro Alves <palves@redhat.com>
510
511 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
512 factore out from mi_continue_dprintf. For call-style dprintfs,
513 expect dprintf output out of $inferior_spawn_id.
514 (mi_continue_dprintf): Use mi_expect_dprintf.
515 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
516 (main): Call gdb_unbuffer_output.
517
e8376742
PA
5182015-07-29 Pedro Alves <palves@redhat.com>
519
520 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
521 (default_mi_gdb_start): Set inferior_spawn_id instead of
522 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
523 gdb_spawn_id.
524 (mi_gdb_test): Always expect inferior output from both
525 $inferior_spawn_id and $gdb_spawn_id.
526
08280010
PA
5272015-07-29 Pedro Alves <palves@redhat.com>
528
529 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
530 send_inferior and $inferior_spawn_id.
531
4d30e432
PA
5322015-07-29 Pedro Alves <palves@redhat.com>
533
534 * gdb.gdb/complaints.exp (test_initial_complaints)
535 (test_serial_complaints, test_short_complaints): Use
536 gdb_test_stdio.
537 (test_empty_complaint): Handle $inferior_spawn_id !=
538 $gdb_spawn_id.
539
0d30a335
PA
5402015-07-29 Pedro Alves <palves@redhat.com>
541
542 * gdb.base/varargs.exp: Use gdb_test_stdio.
543
39413b29
PA
5442015-07-29 Pedro Alves <palves@redhat.com>
545
546 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
547
7cb000a9
PA
5482015-07-29 Pedro Alves <palves@redhat.com>
549
550 * gdb.base/ending-run.exp: Use gdb_test_stdio.
551
d7b8ac82
PA
5522015-07-29 Pedro Alves <palves@redhat.com>
553
554 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
555 parameter into two new parameters, "inf_result" and "gdb_result".
556 Expect inferior output and gdb output from $inferior_spawn_id and
557 $gdb_spawn_id, respectively. Adjust all callers.
558
789c3a0c
PA
5592015-07-29 Pedro Alves <palves@redhat.com>
560
561 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
562 of gdb_test_sequence.
563
77e760c3
PA
5642015-07-29 Pedro Alves <palves@redhat.com>
565
566 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
567 (saw_spurious_output): Expect inferior output from
568 $inferior_spawn_id. Use gdb_test_stdio.
569
8396d2cd
PA
5702015-07-29 Pedro Alves <palves@redhat.com>
571
572 * gdb.base/dprintf.exp: Use standard_testfile. Change
573 prepare_for_testing call.
574 (srcfile): Don't set.
575 (restart): New procedure.
576 (test_dprintf): New procecure, use to continue over dprintfs.
577 (test_call, test_agent): New procedures, tests moved here.
578 Restart gdb and recreate dprintfs. Adjust expected output.
579
2051d61f
PA
5802015-07-29 Pedro Alves <palves@redhat.com>
581
582 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
583
452397af
PA
5842015-07-29 Pedro Alves <palves@redhat.com>
585
586 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
587
8aed9555
PA
5882015-07-29 Pedro Alves <palves@redhat.com>
589
590 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
591 gdb_test_stdio.
592
188a61b4
PA
5932015-07-29 Pedro Alves <palves@redhat.com>
594
595 * lib/gdb.exp (gdb_test_stdio): New procedure.
596
12264a45
PA
5972015-07-29 Pedro Alves <palves@redhat.com>
598
599 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
600
23ffc893
PA
6012015-07-29 Pedro Alves <palves@redhat.com>
602
603 * gdb.base/call-signal-resume.exp: Remove check for
604 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
605 * gdb.base/unwindonsignal.exp: Likewise.
606 * gdb.base/call-signals.c (gen_signal): Remove printf call.
607 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
608
65566918
PA
6092015-07-29 Pedro Alves <palves@redhat.com>
610
611 * gdb.base/siginfo-addr.c (pass): New function.
612 (handler): Call it iff si_addr is correct.
613 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
614 Set a breakpoint at "pass" and continue to it.
615
d60a9221
SDJ
6162015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
617
618 * gdb.python/py-objfile.exp: Make some tests have unique names.
619 * gdb.python/py-pp-registration.exp: Likewise.
620
bde40b8f
PA
6212015-07-28 Pedro Alves <palves@redhat.com>
622
623 * gdb.server/server-exec-info.exp: Issue a "disconnect".
624
13e1dec8
SM
6252015-07-27 Simon Marchi <simon.marchi@ericsson.com>
626
627 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
628
da33c9a7
SM
6292015-07-27 Simon Marchi <simon.marchi@ericsson.com>
630
631 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
632
077836f7
PP
6332015-07-27 Patrick Palka <patrick@parcs.ath.cx>
634
635 * gdb.base/gdb-sigterm-2.exp: New test.
636
b8cc7b2e
DE
6372015-07-25 Doug Evans <xdje42@gmail.com>
638
639 Revert:
640 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
641 (workers/%.worker, build-perf): New rule.
642 (GDB_PERFTEST_MODE): New variable.
643 (check-perf): Use it.
644 (clean): Clean up gdb.perf parallel build subdirs.
645 * lib/build-piece.exp: New file.
646 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
647 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
648 name.
649 (standard_temp_file): Ditto.
650 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
651 of $GDB_PARALLEL.
652
c8bd4544
DE
6532015-07-24 Doug Evans <dje@google.com>
654
655 * gdb.perf/lib/perftest/utils.py: New file.
656 * gdb.perf/gm-hello.cc: New file.
657 * gdb.perf/gm-pervasive-typedef.cc: New file.
658 * gdb.perf/gm-pervasive-typedef.h: New file.
659 * gdb.perf/gm-std.cc: New file.
660 * gdb.perf/gm-std.h: New file.
661 * gdb.perf/gm-use-cerr.cc: New file.
662 * gdb.perf/gm-utils.h: New file.
663 * gdb.perf/gmonster-null-lookup.py: New file.
664 * gdb.perf/gmonster-pervasive-typedef.py: New file.
665 * gdb.perf/gmonster-print-cerr.py: New file.
666 * gdb.perf/gmonster-ptype-string.py: New file.
667 * gdb.perf/gmonster-runto-main.py: New file.
668 * gdb.perf/gmonster-select-file.py: New file.
669 * gdb.perf/gmonster1-null-lookup.exp: New file.
670 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
671 * gdb.perf/gmonster1-print-cerr.exp: New file.
672 * gdb.perf/gmonster1-ptype-string.exp: New file.
673 * gdb.perf/gmonster1-runto-main.exp: New file.
674 * gdb.perf/gmonster1-select-file.exp: New file.
675 * gdb.perf/gmonster1.cc: New file.
676 * gdb.perf/gmonster1.exp: New file.
677 * gdb.perf/gmonster2-null-lookup.exp: New file.
678 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
679 * gdb.perf/gmonster2-print-cerr.exp: New file.
680 * gdb.perf/gmonster2-ptype-string.exp: New file.
681 * gdb.perf/gmonster2-runto-main.exp: New file.
682 * gdb.perf/gmonster2-select-file.exp: New file.
683 * gdb.perf/gmonster2.cc: New file.
684 * gdb.perf/gmonster2.exp: New file.
685
6eab34f3
DE
6862015-07-24 Doug Evans <dje@google.com>
687
688 * gdb.perf/README: New file.
689 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
690 * lib/gen-perf-test.exp: New file.
691
63738bfd
DE
6922015-07-24 Doug Evans <dje@google.com>
693
694 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
695 (PerfTest::startup): New function.
696 (PerfTest::run): Return result of calling body.
697 (PerfTest::assemble): Rewrite.
698 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
699 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
700 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
701 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
702 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
703
7b606f95
DE
7042015-07-24 Doug Evans <dje@google.com>
705
706 * lib/gdb.exp (clean_restart): Make executable optional.
707
a97b16b8
DE
7082015-07-24 Doug Evans <dje@google.com>
709
710 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
711 compiler_info references.
712 * gdb.cp/temargs.exp: Ditto.
713 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
714 (get_compiler_info): Early exit if already computed. Set compiler_info
715 to "unknown" if there was a problem.
716 (test_compiler_info): Add function comment. Call get_compiler_info.
717
35baa57f
DE
7182015-07-24 Doug Evans <dje@google.com>
719
720 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
721 (workers/%.worker, build-perf): New rule.
722 (GDB_PERFTEST_MODE): New variable.
723 (check-perf): Use it.
724 (clean): Clean up gdb.perf parallel build subdirs.
725 * lib/build-piece.exp: New file.
726 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
727 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
728 name.
729 (standard_temp_file): Ditto.
730 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
731 of $GDB_PARALLEL.
732
6ebea266
DE
7332015-07-24 Doug Evans <dje@google.com>
734
735 * lib/future.exp (gdb_default_target_compile): New option
736 "early_flags".
737 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
738 --as-needed.
739
1e76a7e9
SDJ
7402015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
741
742 * gdb.base/catch-syscall.exp: Call gdb_exit before
743 gdb_skip_xml_test.
744
5068630a
PA
7452015-07-24 Pedro Alves <palves@redhat.com>
746
747 * gdb.python/py-events.exp: Accept output between the stop event
748 and the prompt.
749 * gdb.python/py-evsignal.exp: Likewise.
750 * gdb.python/py-evthreads.exp: Likewise.
751
77598427
PA
7522015-07-24 Pedro Alves <palves@redhat.com>
753
754 PR gdb/18717
755 * gdb.threads/non-ldr-exit.c: New file.
756 * gdb.threads/non-ldr-exit.exp: New file.
757
11e6c98f
YQ
7582015-07-24 Yao Qi <yao.qi@linaro.org>
759
760 * gdb.server/ext-wrapper.exp: Test --wrapper option when
761 restarting process.
762
51aee833
YQ
7632015-07-24 Yao Qi <yao.qi@linaro.org>
764
765 * gdb.server/ext-restart.exp: New file.
766
8cfe207c
YQ
7672015-07-24 Yao Qi <yao.qi@linaro.org>
768
769 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
770 argument options.
771 * gdb.server/ext-wrapper.exp: New file.
772
cc12ce38
DE
7732015-07-23 Doug Evans <dje@google.com>
774
775 * gdb.dwarf2/dw2-dummy-cu.S: New file.
776 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
777
d0d84780
PMR
7782015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
779
780 * gdb.ada/var_arr_typedef.exp: New testcase.
781 * gdb.ada/var_arr_typedef/pack.adb: New file.
782 * gdb.ada/var_arr_typedef/pack.ads: New file.
783 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
784
8b558f79
JB
7852015-07-20 Joel Brobecker <brobecker@adacore.com>
786
787 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
788
775a3298
JK
7892015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
790
791 * gdb.arch/i386-biarch-core.exp: Replace istarget
792 by "complete set gnutarget". Remove expectation for the "core-file"
793 command.
794
db1ff28b
JK
7952015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
796
797 Revert the previous commit:
798 Tests for validate symbol file using build-id.
799
0a94970d
JK
8002015-07-15 Aleksandar Ristovski <aristovski@qnx.com
801
802 Tests for validate symbol file using build-id.
803 * gdb.base/solib-mismatch-lib.c: New file.
804 * gdb.base/solib-mismatch-libmod.c: New file.
805 * gdb.base/solib-mismatch.c: New file.
806 * gdb.base/solib-mismatch.exp: New file.
807
03346981
SL
8082015-07-15 Sandra Loosemore <sandra@codesourcery.com>
809
810 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
811 nios2-*-linux*.
812 * gdb.base/sigbpt.exp (stepi_out): Likewise.
813 * gdb.base/siginfo.exp: Likewise.
814 * gdb.base/sigstep.exp (advance, advancei): Likewise.
815
42422cc7
PL
8162015-07-15 Pierre Langlois <pierre.langlois@arm.com>
817
818 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
819 Move it to ...
820 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
821 ... here.
822 * gdb.trace/range-stepping.exp: Check that the target supports
823 range stepping.
824
cfa68bae
JK
8252015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
826
827 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
828
8ffdba26
PA
8292015-07-14 Pedro Alves <palves@redhat.com>
830
831 * gdb.base/killed-outside.exp: New file.
832 * gdb.base/killed-outside.c: New file.
833
218a5a11
JK
8342015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
835
836 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
837 (n at main): New.
838 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
839
e03ed3c6
AA
8402015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
841
842 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
843 infcall tests instead of setting up for KFAIL.
844
485668e5
MM
8452015-07-10 Markus Metzger <markus.t.metzger@intel.com>
846
847 * gdb.btrace/record_goto-step.exp: New.
848
08464196
JK
8492015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
850
851 PR compile/18484
852 * gdb.compile/compile.c (struct struct_type): Add volatile to
853 selffield's type.
854 * gdb.compile/compile.exp
855 (compile code struct_object.selffield = &struct_object): Skip further
856 struct_object tests if this one xfails.
857
bcf5c1d9
RC
8582015-07-08 Robert O'Callahan <robert@ocallahan.org>
859
860 PR exp/18617
861 * gdb.trace/ax.exp: Add test.
862
4931af25
YQ
8632015-07-07 Yao Qi <yao.qi@linaro.org>
864
865 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
866 instead of istarget "aarch64*-*-*".
867 * gdb.arch/aarch64-fp.exp: Likewise.
868 * gdb.base/float.exp: Likewise.
869 * gdb.reverse/aarch64.exp: Likewise.
870 * lib/gdb.exp (is_aarch64_target): New proc.
871
9fcf688e
YQ
8722015-07-07 Yao Qi <yao.qi@linaro.org>
873
874 * lib/gdb.exp (is_aarch32_target): New proc.
875 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
876 instead of "istarget "arm*-*-*"".
877 * gdb.arch/arm-disp-step.exp: Likewise.
878 * gdb.arch/thumb-bx-pc.exp: Likewise.
879 * gdb.arch/thumb-prologue.exp: Likewise.
880 * gdb.arch/thumb-singlestep.exp: Likewise.
881 * gdb.base/disp-step-syscall.exp: Likewise.
882 * gdb.base/float.exp: Likewise.
883
fbd8d50d
YQ
8842015-07-07 Yao Qi <yao.qi@linaro.org>
885
886 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
887 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
888
71be1fdc
YQ
8892015-07-07 Yao Qi <yao.qi@linaro.org>
890
891 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
892 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
893 if it exists.
894 * gdb.multi/multi-arch.exp: Likewise.
895
3e221d36
SM
8962015-07-07 Simon Marchi <simon.marchi@ericsson.com>
897
898 * gdb.python/py-lazy-string.exp: Add missing parentheses to
899 print.
900
d441430b
YQ
9012015-07-07 Yao Qi <yao.qi@linaro.org>
902
903 * gdb.arch/thumb-singlestep.exp: Do one more single step.
904
06f810bd
MG
9052015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
906
907 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
908 '[' and ']' characters.
909
5e61e7c0
IB
9102015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
911
912 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
913
28bf096c
PA
9142015-06-29 Pedro Alves <palves@redhat.com>
915
916 PR threads/18127
917 * gdb.threads/hand-call-new-thread.c: New file.
918 * gdb.threads/hand-call-new-thread.c: New file.
919
ee93cd5e
KS
9202015-06-26 Keith Seitz <keiths@redhat.com>
921 Doug Evans <dje@google.com>
922
923 PR 16253
924 * gdb.cp/var-tag-2.cc: New file.
925 * gdb.cp/var-tag-3.cc: New file.
926 * gdb.cp/var-tag-4.cc: New file.
927 * gdb.cp/var-tag.cc: New file.
928 * gdb.cp/var-tag.exp: New file.
929
fc637f04
PP
9302015-06-26 Patrick Palka <patrick@parcs.ath.cx>
931
932 * gdb.base/history-duplicates.exp: New test.
933
2e52ae68
PP
9342015-06-26 Patrick Palka <patrick@parcs.ath.cx>
935
936 * gdb.base/completion.exp: Test the completion of the "focus"
937 command.
938
6e22494e
JK
9392015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
940
941 * gdb.arch/amd64-prologue-skip.S: New file.
942 * gdb.arch/amd64-prologue-skip.exp: New file.
943
bf7b9cd9
SM
9442015-06-25 Simon Marchi <simon.marchi@ericsson.com>
945
946 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
947 is_address_zero_readable check.
948
201e8dfd
PB
9492015-06-24 Peter Bergner <bergner@vnet.ibm.com>
950
951 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
952 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
953
5cd867b4
YQ
9542015-06-24 Yao Qi <yao.qi@linaro.org>
955
956 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
957 linux targets.
958
4d7be007
YQ
9592015-06-24 Yao Qi <yao.qi@linaro.org>
960
961 * lib/gdb.exp (supports_get_siginfo_type): New proc.
962 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
963 * gdb.base/siginfo-thread.exp: Likewise.
964
07fcd301
YQ
9652015-06-22 Yao Qi <yao.qi@linaro.org>
966
967 * boards/remote-gdbserver-on-localhost.exp: Add comments.
968
52042a00
YQ
9692015-06-22 Yao Qi <yao.qi@linaro.org>
970
971 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
972 aarch64*-*-*.
973 (skip_hw_watchpoint_tests): Likewise.
974
74bd41ce
PP
9752015-06-18 Patrick Palka <patrick@parcs.ath.cx>
976
977 * gdb.base/gdbinit-history.exp: Test the interaction between
978 setting GDBHISTSIZE and setting the history size via .gdbinit.
979
bc460514
PP
9802015-06-17 Patrick Palka <patrick@parcs.ath.cx>
981
982 PR gdb/16999
983 * gdb.base/gdbhistsize-history.exp: New test.
984
b58c513b
PP
9852015-06-17 Patrick Palka <patrick@parcs.ath.cx>
986
987 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
988 with GDBHISTSIZE.
989 * gdb.base/readline.exp: Likewise.
990
92046791
YQ
9912015-06-17 Yao Qi <yao.qi@linaro.org>
992
993 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
994 line.
995
2093d2d3
PP
9962015-06-17 Patrick Palka <patrick@parcs.ath.cx>
997
998 * gdb.base/gdbinit-history.exp: Add test case to check that
999 an unlimited history file does not get truncated on exit.
1000
e6c693af
AA
10012015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1002
1003 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1004 (VECTOR): New macro. Use it...
1005 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1006 ...for these typedefs.
1007 (int8, char1, int1, double1): New typedefs.
1008 (struct just_int2, struct two_int2): New structures.
1009 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1010 (add_structvecs, add_singlevecs): New functions.
1011 (main): Call add_some_intvecs twice.
1012 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1013 the compile and exit upon failure. Try compiling for the "native"
1014 architecture. Test inferior function calls with vector arguments
1015 and vector return value handling with "finish" and "return".
1016
c74f7d1c
JT
10172015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1018
1019 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1020 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1021 PE file.
1022 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1023
98aa42ee
AT
10242015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1025
1026 PR breakpoints/16465
1027 * gdb.mi/mi-dprintf-pending.c: New file.
1028 * gdb.mi/mi-dprintf-pending.exp: New test.
1029 * gdb.mi/mi-dprintf-pendshr.c: New file.
1030
7d73c23c 10312015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1032 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1033
1034 * gdb.arch/i386-mpx-map.c: New file.
1035 * gdb.arch/i386-mpx-map.exp: New File.
1036
10372015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1038
1039 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1040 * gdb.arch/i386-mpx.exp: Indentation fixed.
1041
10422015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1043
1044 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1045 function and improved indentation.
1046 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1047 gdb_test_multiple. Added additional tests to skip the test.
1048
10492015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1050
1051 * gdb.arch/i386-avx512.c: Change path in include file.
1052 * gdb.arch/i386-avx512.exp: Change include dir path
1053 compilation flag.
1054 * gdb.arch/i386-mpx.c: Change path in include file.
1055 * gdb.arch/i386-mpx.exp: Change include dir path compilation
1056 flag.
1057
d5eba19a
JK
10582015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1059
1060 * gdb.compile/compile-print.exp (compile print *vararray@3)
1061 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1062
7f361056
JK
10632015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1064
1065 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1066 (do not keep jit in memory): ... this.
1067 (expect 5): Change it to ...
1068 (expect no 5): ... this.
1069
3b462ec2
SM
10702015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1071
1072 PR gdb/15564
1073 * gdb.mi/mi-detach.exp: New file.
1074
e0619de6
JK
10752015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1076
1077 PR symtab/18392
1078 * gdb.arch/amd64-tailcall-self.S: New file.
1079 * gdb.arch/amd64-tailcall-self.c: New file.
1080 * gdb.arch/amd64-tailcall-self.exp: New file.
1081
e970cb34
DB
10822015-05-28 Don Breazeal <donb@codesourcery.com>
1083
1084 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1085 tests for remote targets by checking is_target_gdbserver.
1086
b2e2f908
DE
10872015-05-27 Doug Evans <dje@google.com>
1088
1089 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1090 * gdb.dwarf2/opaque-type-lookup.c: New file.
1091 * gdb.dwarf2/opaque-type-lookup.exp: New file.
1092
82c7be31
DE
10932015-05-26 Doug Evans <dje@google.com>
1094
1095 * gdb.cp/iostream.cc: New file.
1096 * gdb.cp/iostream.exp: New file.
1097
b4f54984
DE
10982015-05-26 Doug Evans <dje@google.com>
1099
1100 * gdb.dwarf2/dw2-op-call.exp: Update.
1101 * gdb.dwarf2/dw4-sig-types.exp: Update.
1102 * gdb.dwarf2/implptr.exp: Update.
1103 * gdb.mi/mi-cmd-param-changed.exp: Update.
1104
4ea6efe9
DE
11052015-05-26 Doug Evans <dje@google.com>
1106
1107 * gdb.python/py-lazy-string.c: New file.
1108 * gdb.python/py-lazy-string.exp: New file.
1109 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1110 (main): Update. Add estring3.
1111 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1112 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1113
f6bb7db3
YQ
11142015-05-26 Omair Javaid <omair.javaid@linaro.org>
1115 Yao Qi <yao.qi@linaro.org>
1116
1117 * gdb.reverse/aarch64.c: New.
1118 * gdb.reverse/aarch64.exp: New.
1119
a81bfbd0
OJ
11202015-05-26 Omair Javaid <omair.javaid@linaro.org>
1121
1122 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1123 (supports_reverse): Likewise.
1124
158bf1b4
PP
11252015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1126
1127 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1128 Use with_test_prefix.
1129
a0145030
AB
11302015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1131
1132 * gdb.base/completion.exp: Add test for completion of layout
1133 names.
1134
ebe3b578
AB
11352015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * lib/gdb.exp (skip_tui_tests): New proc.
1138 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1139
84204ed7
PA
11402015-05-19 Pedro Alves <palves@redhat.com>
1141
1142 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1143 Save the whole env array instead of just HOME. Unset HISTSIZE in
1144 the environment while testing. Restore whole environment
1145 afterwards.
1146
37442ce1
DE
11472015-05-16 Doug Evans <xdje42@gmail.com>
1148
1149 * gdb.guile/scm-ports.c: New file.
1150 * gdb.guile/scm-ports.exp: Add memory port tests.
1151
36de76f9
JK
11522015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1153
1154 * gdb.compile/compile-print.c: New file.
1155 * gdb.compile/compile-print.exp: New file.
1156
3a9558c4
JK
11572015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1158
1159 * gdb.compile/compile-ops.exp: Cast param to void.
1160 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1161 (compile code struct_object.selffield = &struct_object): Add xfail.
1162
aa715135
JG
11632015-05-15 Joel Brobecker <brobecker@adacore.com>
1164
1165 * gdb.ada/arr_enum_with_gap: New testcase.
1166
931e5bc3
JG
11672015-05-15 Joel Brobecker <brobecker@adacore.com>
1168
1169 * gdb.ada/byte_packed_arr: New testcase.
1170
9cd4d857
JB
11712015-05-15 Joel Brobecker <brobecker@adacore.com>
1172
1173 * gdb.ada/pckd_neg: New testcase.
1174
ebfd00d2
PP
11752015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1176
1177 PR gdb/17820
1178 * gdb.base/gdbinit-history.exp: New test.
1179 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1180 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1181
4c082a81
SC
11822015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1183
1184 * gdb.python/py-xmethods.cc: Enhance test case.
1185 * gdb.python/py-xmethods.exp: New tests.
1186 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1187 function.
1188 (B_indexoper): Likewise.
1189 (global_dm_list) : Add new xmethod worker functions.
1190
f7797074
SDJ
11912015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1192
1193 * gdb.base/coredump-filter.exp: Correctly unset
1194 "coredump_var_addr" array.
1195
a4674e4e
PA
11962015-05-08 Pedro Alves <palves@redhat.com>
1197
1198 * gdb.server/non-existing-program.exp: Unset spawn_id.
1199
df2eb078
SC
12002015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1201
1202 PR python/18291
1203 * gdb.python/py-xmethods.exp: Add tests.
1204
422349a3
YQ
12052015-05-08 Yao Qi <yao.qi@linaro.org>
1206
1207 PR gdb/18208
1208 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1209 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1210 function set_coredump_filter, and remove remote_exec call.
1211 Remove argument ipid. Callers update.
1212 (top level): Don't get inferior's PID.
1213
63fc80ce
AA
12142015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1215
1216 * gdb.base/watch_thread_num.exp: Skip test on targets without
1217 access watchpoints.
1218
80ad801e
PA
12192015-05-06 Pedro Alves <palves@redhat.com>
1220
1221 PR server/18081
1222 * gdb.server/non-existing-program.exp: New file.
1223
0fa7fe50
JB
12242015-05-05 Joel Brobecker <brobecker@adacore.com>
1225
1226 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1227
3ea89b92
PMR
12282015-05-05 Joel Brobecker <brobecker@adacore.com>
1229
1230 * gdb.ada/out_of_line_in_inlined: New testcase.
1231
87b8eff0
JB
12322015-05-05 Joel Brobecker <brobecker@adacore.com>
1233
1234 * gdb.ada/var_rec_arr: New testcase.
1235
5fccc635
YQ
12362015-04-30 Yao Qi <yao.qi@linaro.org>
1237
1238 * gdb.base/break-idempotent.exp: If
1239 skip_hw_watchpoint_multi_tests returns true, skip the tests
1240 on "rwatch" and "awatch".
1241
42d38f42
YQ
12422015-04-30 Yao Qi <yao.qi@linaro.org>
1243
1244 * gdb.base/relativedebug.exp: Invoke gdb command
1245 "info sharedlibrary", and if libc.so doesn't have debug info,
1246 skip the test.
1247
2ce1cdbf
DE
12482015-04-29 Doug Evans <dje@google.com>
1249
1250 * gdb.python/py-xmethods.exp: Add ptype tests.
1251 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1252 get_result_type method.
1253
f24a38c5
LM
12542015-04-29 Luis Machado <lgustavo@codesourcery.com>
1255
1256 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1257 the target does not support hardware watchpoints.
1258
ecbf2b3c
LM
12592015-04-29 Luis Machado <lgustavo@codesourcery.com>
1260
1261 * gdb.base/break-always.exp: Abort testing if writing to memory
1262 causes an error.
1263
34f5f757
DE
12642015-04-28 Doug Evans <dje@google.com>
1265
1266 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1267 * gdb.python/py-pp-registration.exp: ... here. New file.
1268 * gdb.python/py-pp-registration.c: New file.
1269 * gdb.python/py-pp-registration.py: New file.
1270
69b4374a
DE
12712015-04-28 Doug Evans <dje@google.com>
1272
1273 * gdb.python/py-bad-printers.c: New file.
1274 * gdb.python/py-bad-printers.py: New file.
1275 * gdb.python/py-bad-printers.exp: New file.
1276
59fb7612
SS
12772015-04-28 Sasha Smundak <asmundak@google.com>
1278
1279 * gdb.python/py-type.exp: New test.
1280
2631b16a
AW
12812015-04-28 Andy Wingo <wingo@igalia.com>
1282
1283 * gdb.python/py-parameter.exp:
1284 * gdb.guile/scm-parameter.exp: Escape the path that we are
1285 matching against, as it might contain characters that are special
1286 to regular expressions.
1287
460efde1
JB
12882015-04-27 Joel Brobecker <brobecker@adacore.com>
1289
1290 * gdb.ada/rec_comp: New testcase.
1291
2d369d8e
SDJ
12922015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1293
1294 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1295 before using it.
1296
cf75d6c3
AB
12972015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1298
1299 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1300 new tests for verilog output.
1301
8dbe7ca5
YQ
13022015-04-24 Yao Qi <yao.qi@linaro.org>
1303
1304 * boards/remote-gdbserver-on-localhost.exp: New file.
1305
4ef9fb2f
PA
13062015-04-23 Pedro Alves <palves@redhat.com>
1307
1308 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1309 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1310 "end of file", remove $inferior_spawn_id from the indirect list.
1311
0a803169
PA
13122015-04-23 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1315
749ef8f8
PA
13162015-04-23 Pedro Alves <palves@redhat.com>
1317
1318 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1319 on $any_spawn_id instead of only on $gdb_spawn_id.
1320
8aae4344
PM
13212015-04-21 Pierre Muller <muller@sourceware.org>
1322
1323 PR pascal/17815
1324 * lib/pascal.exp (gpc_compile): Add new option "class".
1325 (fpc_compile): Likewise.
1326 * gdb.pascal/case-insensitive-symbols.pas: New file.
1327 * gdb.pascal/case-insensitive-symbols.exp: New file.
1328
1586c8fb
GB
13292015-04-20 Gary Benson <gbenson@redhat.com>
1330
1331 * gdb.base/attach.exp: Fix three extended remote failures.
1332
1b6e6f5c
GB
13332015-04-17 Gary Benson <gbenson@redhat.com>
1334
1335 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1336 the main executable over the remote protocol.
1337
e797481d
PA
13382015-04-16 Pedro Alves <palves@redhat.com>
1339
1340 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1341 a new gdbserver if gdbserver_reconnect_p is set.
1342
1ca99c42
PA
13432015-04-16 Pedro Alves <palves@redhat.com>
1344
1345 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1346 is set, don't exit gdbserver.
1347
af9fd6f8
AA
13482015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1349
1350 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1351 appropriate .insn, such that an older assembler can be used.
1352 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1353 the z/Architecture instruction set on 31-bit targets as well.
1354
04ff1e61
AA
13552015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1356
1357 * gdb.go/handcall.exp: Remove all logic related to the first
1358 breakpoint and rely on go_runto_main instead.
1359 * gdb.go/strings.exp: Likewise.
1360 * gdb.go/unsafe.exp: Likewise.
1361 * gdb.go/hello.exp: Likewise. Also rename the remaining
1362 breakpoint marker to "breakpoint 1".
1363 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1364 * gdb.go/strings.go: Likewise.
1365 * gdb.go/unsafe.go: Likewise.
1366 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1367 "set breakpoint 2 here" and rename the remaining breakpoint marker
1368 to "breakpoint 1".
1369
40d2f8d6
SM
13702015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1371
1372 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1373 if itertools.imap is not present.
1374 * gdb.python/py-objfile.exp: Add parentheses.
1375 * gdb.python/py-type.exp: Same.
1376 * gdb.python/py-unwind-maint.py: Same.
1377
8cbc97c6
YQ
13782015-04-15 Yao Qi <yao.qi@linaro.org>
1379
1380 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1381 of ":$ptr_size" and set its form explicitly.
1382
45fd756c
YQ
13832015-04-15 Pedro Alves <palves@redhat.com>
1384 Yao Qi <yao.qi@linaro.org>
1385
1386 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1387 timeout by factor of 4.
1388 (test_regular_watch): Likewise.
1389 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1390 * gdb.reverse/sigall-reverse.exp: Likewise.
1391 * gdb.reverse/until-precsave.exp: Likewise.
1392 * lib/gdb.exp (with_timeout_factor): New proc.
1393 (gdb_expect): Move some code to ...
1394 (get_largest_timeout): ... here. New procedure.
1395
9e811bc3
LM
13962015-04-14 Luis Machado <lgustavo@codesourcery.com>
1397
1398 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1399
0ff6fcb2
LM
14002015-04-13 Luis Machado <lgustavo@codesourcery.com>
1401
1402 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1403 to write to the .text section.
1404
7578d5f7
LM
14052015-04-13 Luis Machado <lgustavo@codesourcery.com>
1406
1407 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1408 Handle the case of targets that do not provide PID information.
1409
2efe15c4
YQ
14102015-04-13 Yao Qi <yao.qi@linaro.org>
1411
1412 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1413 and use expect instead of gdb_expect.
1414
8cd8f2f8
SDJ
14152015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1416
1417 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1418 "coredump_var_addr" to avoid naming conflict with other testcases.
1419
9ee41772
PA
14202015-04-10 Pedro Alves <palves@redhat.com>
1421
1422 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1423 gdb_test_sequence and gdb_assert.
1424
07473109
PA
14252015-04-10 Pedro Alves <palves@redhat.com>
1426
1427 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1428 test messages that don't include the breakpoint address.
1429
de3db44c
YQ
14302015-04-10 Yao Qi <yao.qi@linaro.org>
1431
1432 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1433 false for some offset and width combinations which aren't
1434 supported by linux kernel.
1435
c79d856c
PA
14362015-04-10 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1439 procedure, factored out from ...
1440 (top level): ... here. Add "set displaced-stepping" testing axis.
1441 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1442 parameter "displaced". Use it.
1443 (top level): Use foreach and add "set displaced-stepping" testing
1444 axis.
1445
ebc90b50
PA
14462015-04-10 Pedro Alves <palves@redhat.com>
1447
1448 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1449 Remove comment.
1450 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1451 both the address of the instruction that triggers the watchpoint
1452 and the address of the instruction immediately after, and use
1453 those addresses for the test. Fix comment.
1454
8f572e5c
PA
14552015-04-10 Pedro Alves <palves@redhat.com>
1456
1457 * gdb.base/sigstep.exp (breakpoint_to_handler)
1458 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1459 Test "backtrace" in handler.
1460 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1461 (top level): Add new "displaced" test axis to
1462 breakpoint_to_handler, breakpoint_to_handler_entry and
1463 breakpoint_over_handler.
1464
8d707a12
PA
14652015-04-10 Pedro Alves <palves@redhat.com>
1466
1467 PR gdb/18216
1468 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1469
ef713951
YQ
14702015-04-10 Yao Qi <yao.qi@linaro.org>
1471
1472 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1473 (test_add_rn_pc): New function.
1474 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1475 (top level): Invoke test_add_rn_pc.
1476
906d60cf
PA
14772015-04-10 Pedro Alves <palves@redhat.com>
1478
1479 PR gdb/13858
1480 * gdb.base/step-over-no-symbols.exp: New file.
1481
f2983cc3
AW
14822015-04-09 Andy Wingo <wingo@igalia.com>
1483
1484 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1485 after the Python tests.
1486
6d62641c
SDJ
14872015-04-08 Keith Seitz <keiths@redhat.com>
1488
1489 PR python/16699
1490 * gdb.python/py-completion.exp: New tests for completion.
1491 * gdb.python/py-completion.py (CompleteLimit1): New class.
1492 (CompleteLimit2): Likewise.
1493 (CompleteLimit3): Likewise.
1494 (CompleteLimit4): Likewise.
1495 (CompleteLimit5): Likewise.
1496 (CompleteLimit6): Likewise.
1497 (CompleteLimit7): Likewise.
1498
f3770638
PA
14992015-04-08 Pedro Alves <palves@redhat.com>
1500
1501 PR gdb/18214
1502 PR gdb/18216
1503 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1504 function.
1505 (main): Install it as SIGUSR1 handler.
1506 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1507 parameter. Always use "setup" as prefix. Toggle "set
1508 displaced-stepping" off/on depending on global. Don't switch to
1509 thread 1 here.
1510 (top level): Add displaced stepping "off/on" test axis. Update
1511 "setup" calls. Wrap each subtest with with_test_prefix. Test
1512 continuing with a queued signal in each thread.
1513
4496bed7
PA
15142015-04-08 Pedro Alves <palves@redhat.com>
1515
1516 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1517 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1518 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1519 Return early if running to main fails.
1520 * gdb.trace/while-stepping.exp: Likewise.
1521
b97fde92
PA
15222015-04-07 Pedro Alves <palves@redhat.com>
1523
1524 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1525 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1526 interact with inferior program.
1527
f71c18e7
PA
15282015-04-07 Pedro Alves <palves@redhat.com>
1529
1530 * lib/gdb.exp (inferior_spawn_id): New global.
1531 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1532 spawn id after processing the user code.
1533 (default_gdb_start): Set inferior_spawn_id.
1534 (send_inferior): New procedure.
1535 * lib/gdbserver-support.exp (gdbserver_start): Set
1536 inferior_spawn_id.
1537 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1538
6423214f
PA
15392015-04-07 Pedro Alves <palves@redhat.com>
1540
1541 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1542 * lib/gdbserver-support.exp (gdbserver_start): Make
1543 $server_spawn_id global.
1544 (gdbserver_start): Don't wait for gdbserver's spawn id with
1545 expect_background.
1546 (close_gdbserver): New procedure.
1547 (gdb_exit): Rename the default version and reimplement.
1548
71c0ee8c
PA
15492015-04-07 Pedro Alves <palves@redhat.com>
1550
72f4393d 1551 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1552 append the substituted item, not the original item.
1553
203bc29b
PA
15542015-04-07 Pedro Alves <palves@redhat.com>
1555
1556 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1557 gdb_expect.
1558
508a3ddf
PA
15592015-04-07 Pedro Alves <palves@redhat.com>
1560
1561 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1562 output appearing once only.
1563
9f6dbe2b
PA
15642015-04-07 Pedro Alves <palves@redhat.com>
1565
1566 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1567 that doesn't expect anything. Return early if running to main
1568 fails.
1569
337532fa
YQ
15702015-04-07 Yao Qi <yao.qi@linaro.org>
1571
1572 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1573 (child_function): Call alarm.
1574 (main): Move call to alarm into the loop.
1575 * gdb.threads/non-stop-fair-events.exp: Build program with
1576 -DTIMEOUT=$timeout.
1577
01b622d4
DE
15782015-04-06 Doug Evans <xdje42@gmail.com>
1579
1580 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1581 Fix dest parameter to board_info.
1582 (fpc_compile): Ditto.
1583 (gdb_compile_pascal): Rename dest arg to destfile.
1584
961f4160
PMR
15852015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1586
1587 * gdb.ada/funcall_ref.exp: New file.
1588 * gdb.ada/funcall_ref/foo.adb: New file.
1589
cafda597
YQ
15902015-04-02 Yao Qi <yao.qi@linaro.org>
1591
1592 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1593 is remote.
1594
fed040c6
GB
15952015-04-02 Gary Benson <gbenson@redhat.com>
1596
1597 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1598
d11916aa
SS
15992015-04-01 Sasha Smundak <asmundak@google.com>
1600
1601 * gdb.python/py-unwind-maint.c: New file.
1602 * gdb.python/py-unwind-maint.exp: New test.
1603 * gdb.python/py-unwind-maint.py: New file.
1604 * gdb.python/py-unwind.c: New file.
1605 * gdb.python/py-unwind.exp: New test.
1606 * gdb.python/py-unwind.py: New test.
1607
a1471180
PA
16082015-04-01 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1611 to fail instead of non-existent $test.
1612
0bbeccb1
PA
16132015-04-01 Pedro Alves <palves@redhat.com>
1614
1615 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1616 GDBFLAGS if not empty.
1617
3c724c8c
PMR
16182015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1619
1620 * gdb.ada/complete.exp: Remove "multi_line".
1621 * gdb.ada/info_exc.exp: Remove "multi_line".
1622 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1623 * gdb.ada/ptype_field.exp: Remove "multi_line".
1624 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1625 * gdb.ada/tagged.exp: Remove "multi_line".
1626 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1627 [multi_line ...]
1628 * gdb.btrace/delta.exp: Likewise.
1629 * gdb.btrace/exception.exp: Likewise.
1630 * gdb.btrace/function_call_history.exp: Likewise.
1631 * gdb.btrace/instruction_history.exp: Likewise.
1632 * gdb.btrace/nohist.exp: Likewise.
1633 * gdb.btrace/record_goto.exp: Likewise.
1634 * gdb.btrace/segv.exp: Likewise.
1635 * gdb.btrace/stepi.exp: Likewise.
1636 * gdb.btrace/tailcall.exp: Likewise.
1637 * gdb.btrace/unknown_functions.exp: Likewise.
1638 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1639 * lib/gdb.exp: Add the "multi_line" helper.
1640
4eec2deb
PA
16412015-04-01 Pedro Alves <palves@redhat.com>
1642
1643 * gdb.threads/tid-reuse.c: New file.
1644 * gdb.threads/tid-reuse.exp: New file.
1645
df8411da
SDJ
16462015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1647
1648 PR corefiles/16092
1649 * gdb.base/coredump-filter.c: New file.
1650 * gdb.base/coredump-filter.exp: Likewise.
1651
6ef37366
PM
16522015-03-27 Petr Machata <pmachata@redhat.com>
1653
1654 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1655 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1656 (Dwarf::assemble): Initialize them.
1657 (Dwarf::lines): New function.
1658
7ec911b0
JT
16592015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1660
1661 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1662 SYMBOL_PREFIX for x86_64-*-cygwin.
1663
ff908ebf
AW
16642015-03-26 Andy Wingo <wingo@igalia.com>
1665
1666 PR symtab/18148
1667 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1668 const_value but not a location.
1669 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1670 location defined in non-main CUs are visible.
1671
6d5f0679
YQ
16722015-03-26 Yao Qi <yao.qi@linaro.org>
1673
1674 PR testsuite/18139
1675 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1676 Add a line number entry for the same line.
1677 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1678 Add a line number entry for the same line.
1679
2898689b
YQ
16802015-03-26 Yao Qi <yao.qi@linaro.org>
1681
1682 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1683 .int 0.
1684 (func): Likewise. Add .Lfunc_1 label.
1685 Use .Lfunc_1 label.
1686 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1687 .int 0.
1688 (func): Likewise.
1689 Use .Lfunc_1 label.
1690
85180498
YQ
16912015-03-26 Yao Qi <yao.qi@linaro.org>
1692
1693 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1694 Call gdb_compile instead to compile each .s files without debug
1695 information.
1696
8aa08a8d
YQ
16972015-03-26 Yao Qi <yao.qi@linaro.org>
1698
1699 * gdb.base/savedregs.exp (process_saved_regs): Make
1700 "Saved registers:" optional in the pattern.
1701
66849923
MM
17022015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1703
1704 * gdb.btrace/next.exp: Merged into step.exp.
1705 * gdb.btrace/finish.exp: Merged into step.exp.
1706 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1707 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1708 "record goto" and checking the exact replay position.
1709 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1710 check for "Recording format" in "info record" output.
1711 * gdb.btrace/record_goto.exp: Choose test file based on target.
1712 * gdb.btrace/x86-record_goto.S: Renamed into ...
1713 * gdb.btrace/x86_64-record_goto.S: ... this.
1714 * gdb.btrace/i686-record_goto.S: New.
1715 * gdb.btrace/x86-tailcall.S: Renamed into ...
1716 * gdb.btrace/x86_64-tailcall.S: ... this.
1717 * gdb.btrace/i686-tailcall.S: New.
1718 * gdb.btrace/x86-tailcall.c: Renamed into ...
1719 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1720 separate statements. Update test.
1721 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1722 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1723 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1724 * gdb.btrace/tailcall.exp: Choose test file based on target.
1725 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1726
11cc1b74
MM
17272015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1728
1729 * gdb.btrace/exception.exp: Increase BTS buffer size.
1730
a25d8bf9
PA
17312015-03-24 Pedro Alves <palves@redhat.com>
1732
1733 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1734
856e7dd6
PA
17352015-03-24 Pedro Alves <palves@redhat.com>
1736
1737 * gdb.threads/schedlock.exp (test_step): No longer expect that
1738 "set scheduler-locking step" with "next" over a function call runs
1739 threads unlocked.
1740
ad235a41
AT
17412015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1742
1743 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1744
15630549
AT
17452015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1746
1747 PR breakpoints/16466
1748 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1749 * gdb.mi/mi-pending.c (thread_func): New function.
1750 (int main): Add threading support required.
1751 * gdb.mi/mi-pending.exp: Add tests for this issue.
1752 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1753 (pendfunc2): Remove stdio dependency.
1754 * gdb.mi/mi-pendshr2.c: New file.
1755
693dca06
KS
17562015-03-23 Keith Seitz <keiths@redhat.com>
1757
1758 * gdb.linespec/keywords.c: New file.
1759 * gdb.linespec/keywords.exp: New file.
1760
7e993ebf
KS
17612015-03-23 Keith Seitz <keiths@redhat.com>
1762
1763 PR gdb/18021
1764 * gdb.dwarf2/staticvirtual.exp: New test.
1765
bc23328c
JK
17662015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1767
1768 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1769 * README: Remove HP-UX and gdb.hp.
1770 (configuration):
1771 * configure: Regenerate.
1772 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1773 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1774 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1775 gdb.hp/gdb.defects/Makefile.
1776 * gdb.hp/Makefile.in: File deleted.
1777 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1778 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1779 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1780 * gdb.hp/gdb.aCC/run.c: File deleted.
1781 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1782 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1783 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1784 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1785 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1786 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1787 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1788 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1789 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1790 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1791 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1792 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1793 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1794 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1795 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1796 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1797 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1798 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1799 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1800 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1801 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1802 * gdb.hp/gdb.compat/average.c: File deleted.
1803 * gdb.hp/gdb.compat/sum.c: File deleted.
1804 * gdb.hp/gdb.compat/xdb.c: File deleted.
1805 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1806 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1807 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1808 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1809 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1810 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1811 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1812 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1813 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1814 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1815 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1816 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1817 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1818 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1819 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1820 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1821 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1822 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1823 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1824 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1825 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1826 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1827 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1828 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1829 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1830 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1831 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1832 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1833 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1834 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1835 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1836 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1837 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1838 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1839 * gdb.hp/tools/odump: File deleted.
1840
8bf3b159
PA
18412015-03-19 Pedro Alves <palves@redhat.com>
1842
1843 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1844 (saw_thread_3): New globals.
1845 (top level): Increment them when an event for the corresponding
1846 thread is seen.
1847 (no thread starvation): New test.
1848
eb54c8bf
PA
18492015-03-19 Pedro Alves <palves@redhat.com>
1850
1851 * gdb.threads/continue-pending-status.c: New file.
1852 * gdb.threads/continue-pending-status.exp: New file.
1853
32d2e5d6
PA
18542015-03-18 Pedro Alves <palves@redhat.com>
1855
1856 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1857 Use gdb_is_target_remote instead of is_remote. Use
1858 gdb_test_multiple instead of gdb_expect. Exit early if
1859 gdb_test_multiple hits its internal matches. Tighten stepi tests
1860 expected output. Fail on exit with any signal, instead of just
1861 SIGILL.
1862
f68f11b7
YQ
18632015-03-18 Yao Qi <yao.qi@linaro.org>
1864
1865 PR tdep/18107
1866 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1867 variable.
1868 * gdb.base/catch-syscall.exp: Don't skip it on
1869 aarch64*-*-linux* target. Remove elements in all_syscalls.
1870 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1871 target.
1872 (setup_all_syscalls): New proc.
1873
ca5fd19b
YQ
18742015-03-16 Yao Qi <yao.qi@linaro.org>
1875
1876 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1877 (top level): Skip tests if valid_addr_p returns false for
1878 $cmd1 or $cmd2.
1879
85642ba0
AW
18802015-03-11 Andy Wingo <wingo@igalia.com>
1881
1882 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1883
e03f9645
YQ
18842015-03-11 Yao Qi <yao.qi@linaro.org>
1885
1886 * gdb.base/catch-syscall.exp: Fix typo in comments.
1887
5d0962b2
YQ
18882015-03-11 Yao Qi <yao.qi@linaro.org>
1889
1890 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1891
b2df3cef
PA
18922015-03-09 Pedro Alves <palves@redhat.com>
1893
1894 * dg-extract-results.py: Delete.
1895
ef878e53
PA
18962015-03-09 Pedro Alves <palves@redhat.com>
1897
1898 Merge dg-extract-results.sh from GCC upstream (r218843).
1899
1900 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1901 * dg-extract-results.sh: Use --text with grep to avoid issues with
1902 binary files. Fall back to cat -v, if that doesn't work.
1903
9494d219
PA
19042015-03-05 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1907
a8d9763a
SM
19082015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1909
1910 * lib/mi-support.exp (mi_expect_interrupt): Accept
1911 alternative event for when in all-stop mode.
1912
be9957b8
PA
19132015-03-04 Pedro Alves <palves@redhat.com>
1914
1915 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1916
d57be0f4 19172015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1918
1919 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1920
c214c7cf
AA
19212015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1922
1923 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1924 regexps for GDB's current line display, accept a hex address
1925 preceding the line number.
1926
6d74a497
AA
19272015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1928
1929 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1930 the 'arch1' variable for "s390*-linux*" targets.
1931
511aee7c
PA
19322015-03-04 Pedro Alves <palves@redhat.com>
1933
1934 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1935 (main): Pass missing retval argument to pthread_join call.
1936
95e50b27
PA
19372015-03-02 Pedro Alves <palves@redhat.com>
1938
1939 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1940 (top level): Call do_test with non-stop as well.
1941
28054d69
PA
19422015-03-02 Pedro Alves <palves@redhat.com>
1943
1944 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1945 -1.
1946
4fa5d7b4
AA
19472015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1948
1949 * gdb.arch/s390-vregs.exp: New test.
1950 * gdb.arch/s390-vregs.S: New file.
1951
97c18565
PA
19522015-02-27 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1955 call to catch_command_errors.
1956 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1957 catch_command_errors.
1958
a37bfa30
PA
19592015-02-27 Pedro Alves <palves@redhat.com>
1960
1961 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1962 "true" for boolean result.
1963 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1964 prototype of main.
1965
6f98576f
PA
19662015-02-27 Pedro Alves <palves@redhat.com>
1967
1968 * lib/unbuffer_output.c: New file.
1969 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1970 (main): Call gdb_unbuffer_output.
1971
eba5ab56
YQ
19722015-02-27 Yao Qi <yao.qi@linaro.org>
1973
1974 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1975 target.
1976
0def5aaa
DE
19772015-02-26 Doug Evans <dje@google.com>
1978
1979 * gdb.cp/class2.cc (Dbase, D): New classes.
1980 (main): New local delta.
1981 * gdb.cp/class2.exp: Test printing delta.
1982 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1983 (dynbar): New global.
1984 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1985
081a1c2c
JK
19862015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1987
1988 * gdb.compile/compile-ifunc.c: New file.
1989 * gdb.compile/compile-ifunc.exp: New file.
1990
2f41223f
AT
19912015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1992
1993 * gdb.base/structs.exp: Check for correct struct on finish.
1994
03eddd80
YQ
19952015-02-26 Yao Qi <yao.qi@linaro.org>
1996
1997 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1998 is zero.
1999
80c57053
JK
20002015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2001
2002 * gdb.arch/cordic.ko.bz2: New file.
2003 * gdb.arch/cordic.ko.debug.bz2: New file.
2004 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2005
21613c12
YQ
20062015-02-25 Yao Qi <yao.qi@linaro.org>
2007
2008 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2009 aarch64*-*-* target.
2010
d8b901ed
PA
20112015-02-23 Pedro Alves <palves@redhat.com>
2012
2013 * lib/gdb.exp (delete_breakpoints): Rewrite using
2014 gdb_test_multiple.
2015
e5b85ead
PA
20162015-02-23 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.base/info-os.c: Include stdlib.h.
2019
85c3a371
DE
20202015-02-22 Doug Evans <xdje42@gmail.com>
2021
2022 PR symtab/17855
2023 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2024 is read after symbols have been re-read.
2025 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2026 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2027
96553a0c
DE
20282015-02-21 Doug Evans <dje@google.com>
2029
2030 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2031
97a0c697
JK
20322015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2033
2034 PR corefiles/17808
2035 * gdb.arch/i386-biarch-core.core.bz2: New file.
2036 * gdb.arch/i386-biarch-core.exp: New file.
2037
a47cd6e9
PA
20382015-02-21 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2041 runto_main fails.
2042
c5facdc4
PA
20432015-02-20 Pedro Alves <palves@redhat.com>
2044
2045 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2046 info probes.
2047
2db9a427
PA
20482015-02-20 Pedro Alves <palves@redhat.com>
2049
2050 * gdb.threads/multi-create-ns-info-thr.exp: New file.
2051
60fb7e9e
PA
20522015-02-20 Pedro Alves <palves@redhat.com>
2053
2054 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
2055 clean_restart before gdb_target_supports_trace.
2056
5c5019c2
PA
20572015-02-20 Pedro Alves <palves@redhat.com>
2058
2059 PR threads/18006
2060 * gdb.threads/clone-thread_db.c: New file.
2061 * gdb.threads/clone-thread_db.exp: New file.
2062
c9587f88
AT
20632015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2064
2065 PR breakpoints/16812
2066 * gdb.base/catch-gdb-caused-signals.c: New file.
2067 * gdb.base/catch-gdb-caused-signals.exp: New file.
2068
f6a88844
JM
20692015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2070
2071 * configure: Regenerated.
2072 * configure.ac: Use GDB_AC_TRANSFORM.
2073 * aclocal.m4: sinclude ../transform.m4.
2074
497c491b
JM
20752015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2076
2077 * lib/dtrace.exp: New file.
2078 * gdb.base/dtrace-probe.exp: Likewise.
2079 * gdb.base/dtrace-probe.d: Likewise.
2080 * gdb.base/dtrace-probe.c: Likewise.
2081 * lib/pdtrace.in: Likewise.
2082 * configure.ac: Output variables with the transformed names of
2083 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
2084 * configure: Regenerated.
2085
03e98035
JM
20862015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2087
2088 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2089 expected message when trying to access $_probe_* convenience
2090 variables while not on a probe.
2091
63cc30e9
JK
20922015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2093
2094 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2095
0703599a
PA
20962015-02-11 Pedro Alves <pedro@codesourcery.com>
2097
2098 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2099 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2100
7e60a48e
DE
21012015-02-10 Doug Evans <xdje42@gmail.com>
2102
2103 * lib/gdb.exp (gdb_load): Always return a result.
2104
01b088bc
PA
21052015-02-10 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.threads/signal-sigtrap.c: New file.
2108 * gdb.threads/signal-sigtrap.exp: New file.
2109
b05ec7a5
AT
21102015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2111
2112 * gdb.trace/no-attach-trace.c: New file.
2113 * gdb.trace/no-attach-trace.exp: New file.
2114
a2c2acaf
MW
21152015-02-09 Mark Wielaard <mjw@redhat.com>
2116
2117 * gdb.dwarf2/atomic.c: New file.
2118 * gdb.dwarf2/atomic-type.exp: Likewise.
2119
31fd9caa
MM
21202015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2121
2122 * gdb.btrace/buffer-size.exp: Update "info record" output.
2123 * gdb.btrace/delta.exp: Update "info record" output.
2124 * gdb.btrace/enable.exp: Update "info record" output.
2125 * gdb.btrace/finish.exp: Update "info record" output.
2126 * gdb.btrace/instruction_history.exp: Update "info record" output.
2127 * gdb.btrace/next.exp: Update "info record" output.
2128 * gdb.btrace/nexti.exp: Update "info record" output.
2129 * gdb.btrace/step.exp: Update "info record" output.
2130 * gdb.btrace/stepi.exp: Update "info record" output.
2131 * gdb.btrace/nohist.exp: Update "info record" output.
2132
d33501a5
MM
21332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2134
2135 * gdb.btrace/buffer-size: New.
2136
f4abbc16
MM
21372015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2138
2139 * gdb.btrace/delta.exp: Update "info record" output.
2140 * gdb.btrace/enable.exp: Update "info record" output.
2141 * gdb.btrace/finish.exp: Update "info record" output.
2142 * gdb.btrace/instruction_history.exp: Update "info record" output.
2143 * gdb.btrace/next.exp: Update "info record" output.
2144 * gdb.btrace/nexti.exp: Update "info record" output.
2145 * gdb.btrace/step.exp: Update "info record" output.
2146 * gdb.btrace/stepi.exp: Update "info record" output.
2147 * gdb.btrace/nohist.exp: Update "info record" output.
2148
b9d61307
SM
21492015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2150
2151 PR gdb/15678
2152 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2153
e584fdbc
PA
21542015-02-06 Pedro Alves <palves@redhat.com>
2155
2156 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2157 macro.
2158 (seconds_left, again): New globals.
2159 (main): Wait seconds_left in a 1-second sleep loop instead of
2160 sleeping 180 seconds. If 'again' is set, reset the seconds
2161 counter.
2162 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2163 'again' in the inferior before detaching. Print the seconds left.
2164 (options): New global.
2165 (top level): Build program with -DTIMEOUT=$timeout.
2166
77f41761
PA
21672015-02-06 Pedro Alves <palves@redhat.com>
2168
2169 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2170 determine how many seconds to pass to 'alarm'.
2171 * gdb.base/gdb-sigterm.exp (top level): Build program with
2172 -DTIMEOUT=$timeout.
2173 (do_test): Return success/failure indication. Add more verbose
2174 logging. Don't fail if 200 single steps are seen. Instead, fail
2175 when the test times out.
2176 (passes): New global.
2177 (top level): Break the testing loop if testing fails on any
2178 iteration. Use gdb_assert.
2179
b9394193
DB
21802015-02-04 Don Breazeal <donb@codesourcery.com>
2181
2182 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2183 and initialize them.
2184 (ipc_cleanup): New function.
2185 (main): Don't declare shmid, semid, and msqid. Add a call to
2186 atexit so that we call ipc_cleanup on exit.
2187
42d9e528
PA
21882015-02-04 Pedro Alves <palves@redhat.com>
2189
2190 * boards/native-extended-gdbserver.exp: Remove any target variant
2191 specifications from the board name before clearing the isremote
2192 flag from board_info.
2193
ae6ae975
DE
21942015-01-31 Doug Evans <xdje42@gmail.com>
2195
2196 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2197
cfb069a8
GB
21982015-01-31 Gary Benson <gbenson@redhat.com>
2199
2200 * gdb.base/completion.exp: Disable completion limiting for
2201 existing tests. Add new tests to check completion limiting.
2202 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2203
5dd31d79
DE
22042015-01-31 Doug Evans <xdje42@gmail.com>
2205
2206 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2207
9f050062
DE
22082015-01-31 Doug Evans <xdje42@gmail.com>
2209
2210 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2211 entries. Duplicate file section script entries.
2212 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2213 inlined entries. Add test for safe-path rejection.
2214 * gdb.python/py-section-script.c: Add duplicate inlined section script
2215 entries. Duplicate file section script entries.
2216 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2217 inlined entries. Add test for safe-path rejection.
2218
df25ebbd
JB
22192015-01-29 Joel Brobecker <brobecker@adacore.com>
2220
2221 * gdb.ada/disc_arr_bound: New testcase.
2222
4a0ca9ec
JB
22232015-01-29 Joel Brobecker <brobecker@adacore.com>
2224
2225 * gdb.ada/mi_var_array: New testcase.
2226
3a8b707a
DE
22272015-01-27 Doug Evans <dje@google.com>
2228
2229 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2230 Add test for objfile.filename, objfile.username after objfile
2231 has been unloaded.
2232
f8313f6e
JB
22332015-01-26 Joel Brobecker <brobecker@adacore.com>
2234
2235 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2236 the second test to print the name attribute of value
2237 returned by the call to gdb.lookup_type, and adjust
2238 the expected output accordingly.
2239
37bc665e
MW
22402015-01-25 Mark Wielaard <mjw@redhat.com>
2241
2242 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2243 * gdb.base/disp-step-fork.c: Include unistd.h.
2244 * gdb.base/siginfo-obj.c: Include stdio.h.
2245 * gdb.base/siginfo-thread.c: Likewise.
2246 * gdb.mi/non-stop.c: Include unistd.h.
2247 * gdb.mi/nsthrexec.c: Include stdio.h.
2248 * gdb.mi/pthreads.c: Include unistd.h.
2249 * gdb.modula2/unbounded1.c (main): Declare returns int.
2250 * gdb.reverse/consecutive-reverse.c: Likewise.
2251 * gdb.threads/create-fail.c: Include unistd.h.
2252 * gdb.threads/killed.c: Likewise.
2253 * gdb.threads/linux-dp.c: Likewise.
2254 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2255 * gdb.threads/non-ldr-exc-2.c: Likewise.
2256 * gdb.threads/non-ldr-exc-3.c: Likewise.
2257 * gdb.threads/non-ldr-exc-4.c: Likewise.
2258 * gdb.threads/pthreads.c: Include unistd.h.
2259 (main): Declare returns int.
2260 * gdb.threads/tls-main.c (foo): New declaration.
2261 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2262
f7e5394d
SM
22632015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2264
2265 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2266 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2267
743649fd
MW
22682015-01-15 Mark Wielaard <mjw@redhat.com>
2269
2270 * gdb.base/noreturn-return.c: New file.
2271 * gdb.base/noreturn-return.exp: New file.
2272 * gdb.base/noreturn-finish.c: New file.
2273 * gdb.base/noreturn-finish.exp: New file.
2274
198297aa
PA
22752015-01-23 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.threads/continue-pending-after-query.c: New file.
2278 * gdb.threads/continue-pending-after-query.exp: New file.
2279
717cf30c
AG
22802015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2281 Simon Marchi <simon.marchi@ericsson.com>
2282
2283 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2284 * gdb.base/valgrind-db-attach.exp: Same.
2285 * gdb.base/valgrind-infcall.exp: Same.
2286 * lib/mi-support.exp (default_mi_gdb_start): Same.
2287 * lib/prompt.exp (default_prompt_gdb_start): Same.
2288 * lib/gdb.exp (default_gdb_spawn): Same.
2289 (gdb_interact): New.
2290
2291
4b62a76e
JK
22922015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2293
2294 * gdb.compile/compile.exp (pointer to jit function): New test.
2295
b4cdae6f
WW
22962015-01-17 Wei-cheng Wang <cole945@gmail.com>
2297
2298 * lib/gdb.exp (supports_process_record): Return true for
2299 powerpc*-*-linux*.
2300 (supports_reverse): Likewise.
2301
d221e7ef
DB
23022015-01-15 Don Breazeal <donb@codesourcery.com>
2303
2304 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2305 instead of checking whether the target board is remote and
2306 use spawn_wait_for_attach instead of exec/sleep.
2307 * gdb.base/attach-twice.exp: Likewise.
2308
bafffb51
JB
23092015-01-15 Joel Brobecker <brobecker@adacore.com>
2310
2311 * gdb.ada/var_arr_attrs: New testcase.
2312
5589af0e
PA
23132015-01-14 Pedro Alves <palves@redhat.com>
2314 Joel Brobecker <brobecker@adacore.com>
2315
2316 PR gdb/17525
2317 * gdb.base/bp-cmds-execution-x-script.c: New file.
2318 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2319 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2320
6c400b59
PA
23212015-01-14 Pedro Alves <palves@redhat.com>
2322
2323 PR cli/17828
2324 * gdb.base/batch-preserve-term-settings.c: New file.
2325 * gdb.base/batch-preserve-term-settings.exp: New file.
2326
e02c96a7
DE
23272015-01-13 Doug Evans <dje@google.com>
2328
2329 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2330 binary.
2331
576fd14c
JB
23322015-01-13 Joel Brobecker <brobecker@adacore.com>
2333
2334 * Makefile.in (clean mostlyclean): Do not delete *.py.
2335
04dccad0
JB
23362015-01-13 Joel Brobecker <brobecker@adacore.com>
2337
2338 * gdb.python/py-lookup-type.exp: New file.
2339
3d230f71
PA
23402015-01-12 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2343 restore GDBFLAGS before returning.
2344
7e67715d
JK
23452015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2346
2347 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2348 is_amd64_regs_target and is_x86_like_target.
2349
f2e0d4b4
DE
23502015-01-11 Doug Evans <xdje42@gmail.com>
2351
2352 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2353 is given without an explicit form.
2354 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2355 attributes.
2356 * gdb.dwarf/corrupt.exp: Ditto.
2357 * gdb.dwarf2/enum-type.exp: Ditto.
2358 * gdb.trace/entry-values.exp: Ditto.
2359 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2360
439250fb
DE
23612015-01-11 Doug Evans <xdje42@gmail.com>
2362
2363 PR gdb/15830
2364 * gdb.base/maint.exp: Remove references to "maint demangle".
2365 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2366 Add tests for explicitly specifying language to demangle.
2367 * gdb.dlang/demangle.exp: Ditto.
2368
ede9f622
PA
23692015-01-09 Pedro Alves <palves@redhat.com>
2370
2371 * gdb.threads/non-stop-fair-events.c: New file.
2372 * gdb.threads/non-stop-fair-events.exp: New file.
2373
a7b796db
PA
23742015-01-09 Pedro Alves <palves@redhat.com>
2375
2376 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2377 the global scope. Set a breakpoint after all threads are started
2378 rather than stepping over two source lines. Expect the prompt.
2379 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2380 global.
2381 (NUM): Now 15.
2382 (main): Use threads_started_barrier to wait for all threads to
2383 start. Main thread no longer calls thread_function. Exit after
2384 180 seconds.
2385 (loop): New function.
2386 (thread_function): Wait on threads_started_barrier barrier. Call
2387 'loop' at each iteration.
2388 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2389 threads have started, instead of hardcoding number of "next"
2390 steps. Use an access watchpoint instead of a write watchpoint.
2391
9665ffdd
PA
23922015-01-09 Pedro Alves <palves@redhat.com>
2393
2394 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2395 (thread_func): Wait on barrier.
2396 (main): Wait for all threads to start before stopping GDB.
2397 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2398 global.
2399 (thread1_func, thread2_func): Wait on barrier.
2400 (main): Wait for all threads to start before stopping GDB.
2401 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2402 New global.
2403 (thread1_func, thread2_func): Wait on barrier.
2404 (main): Wait for all threads to start before stopping GDB.
2405
c945a99f
PA
24062015-01-09 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.threads/attach-many-short-lived-threads.c: New file.
2409 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2410
c1a747c1
PA
24112014-01-09 Pedro Alves <palves@redhat.com>
2412
2413 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2414 instead of to thread 2.
2415 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2416 Add barrier around each pthread_create call instead of around all
2417 calls.
2418 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2419 Set a break on thread_function and have the child threads hit it
2420 one at at a time.
2421
60b3033e
PA
24222015-01-09 Pedro Alves <palves@redhat.com>
2423
2424 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2425 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2426 false.
2427 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2428 checking whether the target board is remote.
2429 * gdb.multi/multi-attach.exp: Likewise.
2430 * gdb.python/py-sync-interp.exp: Likewise.
2431 * gdb.server/ext-attach.exp: Likewise.
2432 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2433 tests that need to attach, instead of checking whether the target
2434 board is remote at the top of the file.
2435
acc018ac
YQ
24362015-01-08 Yao Qi <yao@codesourcery.com>
2437
2438 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2439
50a18af8
JK
24402015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2441
2442 Fix testcase compilation.
2443 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2444
8503d6e1
JB
24452015-01-06 Joel Brobecker <brobecker@adacore.com>
2446
2447 * gdb.python/py-type.exp: Add a couple test about empty
2448 array creation, and negative-length array creation.
2449
cc73dbcc
DE
24502015-01-02 Doug Evans <xdje42@gmail.com>
2451
2452 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2453
0300bbc7
DE
24542015-01-02 Doug Evans <dje@google.com>
2455
2456 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2457
9d85a0ec
YQ
24582014-12-29 Yao Qi <yao@codesourcery.com>
2459
2460 * gdb.trace/entry-values.exp: Update comments. Rename variable
2461 bar_call_foo to returned_from_foo.
2462
87186c6a
MMN
24632014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2464
2465 PR gdb/17394
2466 * gdb.linespec/break-asm-file.c: New file.
2467 * gdb.linespec/break-asm-file.exp: New file.
2468 * gdb.linespec/break-asm-file0.s: New file.
2469 * gdb.linespec/break-asm-file1.s: New file.
2470
1bab7383
YQ
24712014-12-18 Nigel Stephens <nigel@mips.com>
2472 Maciej W. Rozycki <macro@codesourcery.com>
2473
2474 * gdb.base/float.exp: Handle the new output from "info float" on
2475 MIPS targets.
2476
1bc1068a
JK
24772014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2478
2479 Fix MinGW compilation.
2480 * gdb.compile/compile-ops.exp: Update untested message if
2481 !skip_compile_feature_tests.
2482 * gdb.compile/compile-setjmp.exp: Likewise.
2483 * gdb.compile/compile-tls.exp: Likewise.
2484 * gdb.compile/compile.exp: Likewise.
2485 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2486 supported on this host".
2487
b6615d10
DE
24882014-12-16 Doug Evans <xdje42@gmail.com>
2489
2490 * boards/stabs.exp: New file.
2491
25dda427
AA
24922014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2493
2494 * gdb.base/completion.exp: Adjust to format changes of "maint
2495 print user-registers".
2496
bf330350
CU
24972014-12-16 Catalin Udma <catalin.udma@freescale.com>
2498
2499 PR server/17457
2500 * gdb.arch/aarch64-fp.c: New file.
2501 * gdb.arch/aarch64-fp.exp: New file.
2502
395cf596
SDJ
25032014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2504
2505 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2506 r210637, r210913, r211666, r215400, r215817).
2507
2508 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2509 * dg-extract-results.py: New file.
2510 * dg-extract-results.sh: Use it if the environment seems
2511 suitable.
2512
2513 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2514
2515 * dg-extract-results.py (parse_run): Handle warnings that
2516 are printed before a test harness is run.
2517
2518 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2519
2520 * dg-extract-results.py (Named): Remove __cmp__ method.
2521 (output_variation): Use a key to sort variation.harnesses.
2522
2523 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2524
2525 * dg-extract-results.py: For Python 3, force sys.stdout to
2526 handle surrogate escape sequences.
2527 (safe_open): New function.
2528 (output_segment, main): Use it.
2529
2530 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2531
2532 * dg-extract-results.py (Prog.result_re): Include options
2533 in test name.
2534
2535 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2536
2537 * dg-extract-results.py (output_variation): Always sort if
2538 do_sum.
2539
e882ef3c
SM
25402014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2541
2542 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2543 as long as we get pagination notifications.
2544
4992aa20
JM
25452014-12-15 Jason Merrill <jason@redhat.com>
2546
2547 * Makefile.in (check-gdb.%): Restore.
2548 * README: Mention it.
2549
c1b5a1a6
JB
25502014-12-13 Joel Brobecker <brobecker@adacore.com>
2551
2552 * gdb.ada/str_uninit: New testcase.
2553
5537b577
JK
25542014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2555
2556 PR symtab/17642
2557 * gdb.base/vla-stub-define.c: New file.
2558 * gdb.base/vla-stub.c: New file.
2559 * gdb.base/vla-stub.exp: New file.
2560
bb2ec1b3
TT
25612014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2562 Jan Kratochvil <jan.kratochvil@redhat.com>
2563 Tom Tromey <tromey@redhat.com>
2564
2565 * configure.ac: Add gdb.compile/.
2566 * configure: Regenerate.
2567 * gdb.compile/Makefile.in: New file.
2568 * gdb.compile/compile-ops.exp: New file.
2569 * gdb.compile/compile-ops.c: New file.
2570 * gdb.compile/compile-tls.c: New file.
2571 * gdb.compile/compile-tls.exp: New file.
2572 * gdb.compile/compile-constvar.S: New file.
2573 * gdb.compile/compile-constvar.c: New file.
2574 * gdb.compile/compile-mod.c: New file.
2575 * gdb.compile/compile-nodebug.c: New file.
2576 * gdb.compile/compile-setjmp-mod.c: New file.
2577 * gdb.compile/compile-setjmp.c: New file.
2578 * gdb.compile/compile-setjmp.exp: New file.
2579 * gdb.compile/compile-shlib.c: New file.
2580 * gdb.compile/compile.c: New file.
2581 * gdb.compile/compile.exp: New file.
2582 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2583
4ff709eb
TT
25842014-12-12 Tom Tromey <tromey@redhat.com>
2585
2586 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2587 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2588
6dddd6a5
DE
25892014-12-12 Doug Evans <dje@google.com>
2590
2591 * lib/gdb-python.exp (get_python_valueof): New function.
2592 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2593
71c24708
AA
25942014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2595
2596 * gdb.base/completion.exp: Add test for completion of "info
2597 registers ".
2598
3e29f34a
MR
25992014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2600
2601 * gdb.base/func-ptrs.c: New file.
2602 * gdb.base/func-ptrs.exp: New file.
2603
fc126975
SM
26042014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2605
2606 PR breakpoints/17012
2607 * gdb.base/dprintf-detach.c: New file.
2608 * gdb.base/dprintf-detach.exp: New file.
2609
0a46d518
SM
26102014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2611
2612 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2613 * lib/gdb.exp (target_is_gdbserver): New procedure.
2614
a0be3e44
DE
26152014-12-08 Doug Evans <dje@google.com>
2616
2617 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2618
df1b803a
YQ
26192014-12-05 Yao Qi <yao@codesourcery.com>
2620
2621 * gdb.guile/scm-error.exp: Remove the third argument to
2622 gdb_remote_download.
2623 * gdb.guile/scm-frame-args.exp: Likewise.
2624 * gdb.guile/scm-section-script.exp: Likewise.
2625
ddb9f679
YQ
26262014-12-05 Yao Qi <yao@codesourcery.com>
2627
2628 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2629
86e4ed39
DE
26302014-12-04 Doug Evans <dje@google.com>
2631
2632 * gdb.python/py-objfile.exp: Add tests for
2633 objfile.add_separate_debug_file.
2634
7c50a931
DE
26352014-12-04 Doug Evans <dje@google.com>
2636
2637 * lib/gdb.exp (get_build_id): New function.
2638 (build_id_debug_filename_get): Rewrite to use it.
2639 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2640
621661e3
MR
26412014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2642
2643 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2644 `method(long)', not just 0x0.
2645 * gdb.cp/nsalias.exp: Align code labels to 4.
2646 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2647 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2648 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2649 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2650 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2651 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2652
29f0c3b7
DE
26532014-12-02 Doug Evans <dje@google.com>
2654
e1e061e7 2655 PR symtab/17602
29f0c3b7 2656 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2657 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2658 * gdb.cp/anon-ns.exp: Update.
2659
162078c8
NB
26602014-12-02 Nick Bull <nicholaspbull@gmail.com>
2661
2662 * gdb.python/py-events.py (inferior_call_handler): New.
2663 (register_changed_handler, memory_changed_handler): New.
2664 (test_events.invoke): Register new handlers.
2665 * gdb.python/py-events.exp: Add tests for inferior call,
2666 memory_changed and register_changed events.
2667
fdb09caf
AA
26682014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2669
2670 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2671 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2672 if the linker doesn't understand this.
2673
55cfb2c4
SM
26742014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2675
2676 * gdb.python/python.exp: Change expected reply to help().
2677
9e8cd6df
YQ
26782014-12-01 Yao Qi <yao@codesourcery.com>
2679
2680 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2681 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2682 * configure: Re-generated.
2683
6c659fc2
SC
26842014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2685
2686 * gdb.cp/chained-calls.cc: New file.
2687 * gdb.cp/chained-calls.exp: New file.
2688 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2689
d7fc3181
SM
26902014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2691
2692 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2693 * gdb.dwarf2/symtab-producer.exp: Same.
2694 * gdb.gdb/python-interrupts.exp: Same.
2695 * gdb.gdb/python-selftest.exp: Same.
2696 * gdb.python/py-linetable.exp: Same.
2697 * gdb.python/py-type.exp: Same.
2698 * gdb.python/py-value-cc.exp: Same.
2699 * gdb.python/py-value.exp: Same.
2700
10e79639
YQ
27012014-11-28 Yao Qi <yao@codesourcery.com>
2702
2703 * gdb.base/break-probes.exp: Match library name prefixed with
2704 sysroot.
2705
f28a0564
SM
27062014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2707
2708 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2709 test expected output. Add parentheses for the call to print.
2710 Remove L suffix from integers.
2711
3fe1ce1d
DE
27122014-11-26 Doug Evans <dje@google.com>
2713
2714 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2715
84429e27
YQ
27162014-11-22 Yao Qi <yao@codesourcery.com>
2717
2718 * gdb.trace/entry-values.c: Remove asms.
2719 (foo): Add foo_label.
2720 (bar): Add bar_label.
2721 * gdb.trace/entry-values.exp: Remove code computing foo's
2722 length and bar's length.
2723 (Dwarf::assemble): Invoke function_range for bar and use
2724 MACRO_AT_func for foo.
2725
26741859
YQ
27262014-11-22 Yao Qi <yao@codesourcery.com>
2727
2728 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2729 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2730 Use .Lgcc43_procstart instead of gcc43.
2731
45e44d27
JB
27322014-11-21 Joel Brobecker <brobecker@adacore.com>
2733
2734 * gdb.ada/n_arr_bound: New testcase.
2735
458c8db8
SDJ
27362014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2737
2738 PR breakpoints/10737
2739 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2740 test_catch_syscall_multi_arch.
2741 (test_catch_syscall_multi_arch): New function.
2742
43f3e411
DE
27432014-11-20 Doug Evans <xdje42@gmail.com>
2744
2745 * gdb.base/maint.exp: Update expected output.
2746
0d7b2549
AA
27472014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2748
2749 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2750 4-byte instruction on S390.
2751
8908fca5
JB
27522014-11-19 Joel Brobecker <brobecker@adacore.com>
2753
2754 * gdb.ada/arr_arr: New testcase.
2755
4a46959e
JB
27562014-11-19 Joel Brobecker <brobecker@adacore.com>
2757
2758 * gdb.ada/pkd_arr_elem: New Testcase.
2759
470e2f4e
LM
27602014-11-18 Luis Machado <lgustavo@codesourcery.com>
2761
2762 * gdb.reverse/break-precsave: Expect completion message for
2763 core file reads.
2764 * gdb.reverse/consecutive-precsave.exp: Likewise.
2765 * gdb.reverse/finish-precsave.exp: Likewise.
2766 * gdb.reverse/i386-precsave.exp: Likewise.
2767 * gdb.reverse/machinestate-precsave.exp: Likewise.
2768 * gdb.reverse/sigall-precsave.exp: Likewise.
2769 * gdb.reverse/solib-precsave.exp: Likewise.
2770 * gdb.reverse/step-precsave.exp: Likewise.
2771 * gdb.reverse/until-precsave.exp: Likewise.
2772 * gdb.reverse/watch-precsave.exp: Likewise.
2773
a267f3ad
AA
27742014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2775
2776 * gdb.base/bp-permanent.c: Include unistd.h.
2777 * gdb.python/py-framefilter-mi.c (main): Add return type.
2778 * gdb.python/py-framefilter.c (main): Likewise.
2779 * gdb.trace/actions-changed.c (main): Likewise.
2780
12084a9a
AA
27812014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2782
2783 * gdb.mi/until.c: Add eye-catchers.
2784 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2785 line numbers.
2786
dc7e1a77
AA
27872014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2788
2789 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2790 function header variants in break1.c.
2791 * gdb.base/ena-dis-br.exp: Likewise.
2792 * gdb.base/hbreak2.exp: Likewise.
2793 * gdb.reverse/until-precsave.exp: Drop references to removed
2794 non-prototype function header variants in ur1.c.
2795 * gdb.reverse/until-reverse.exp: Likewise.
2796
41c77605
PM
27972014-11-17 Petr Machata <pmachata@redhat.com>
2798
2799 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2800 ${_cu_offset_size} bytes abbrev offset.
2801
34248c3a
DE
28022014-11-15 Doug Evans <xdje42@gmail.com>
2803
2804 PR symtab/17559
2805 * gdb.base/line-symtabs.exp: New file.
2806 * gdb.base/line-symtabs.c: New file.
2807 * gdb.base/line-symtabs.h: New file.
2808
646da059
YQ
28092014-11-14 Yao Qi <yao@codesourcery.com>
2810
2811 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2812 (func): Add label func_label.
2813 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2814 Replace low_pc and high_pc with MACRO_AT_range.
2815 Replace name, low_pc and high_pc with MACRO_AT_func.
2816
9301ebe6
YQ
28172014-11-14 Yao Qi <yao@codesourcery.com>
2818
2819 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2820 Replace name, low_pc and high_pc with MACRO_AT_func.
2821
f166b542
YQ
28222014-11-14 Yao Qi <yao@codesourcery.com>
2823
2824 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2825 produce debug information.
2826 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2827
0f6e71e3
YQ
28282014-11-14 Yao Qi <yao@codesourcery.com>
2829
2830 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2831 object and get function length.
2832 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2833 with MACRO_AT_func.
2834 (top-level): Replace gdb_compile and clean_restart with
2835 prepare_for_testing.
2836 * gdb.dwarf2/main.c (main): Add label main_label.
2837
876c4df9
YQ
28382014-11-14 Yao Qi <yao@codesourcery.com>
2839
2840 * lib/dwarf.exp (function_range): New procedure.
2841 (Dwarf::_handle_macro_at_func): New procedure.
2842 (Dwarf::_handle_macro_at_range): New procedure.
2843 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2844
02ad9cf1
YQ
28452014-11-14 Yao Qi <yao@codesourcery.com>
2846
2847 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2848 (_handle_attribute): New procedure.
2849
a59add0c
AA
28502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2851
2852 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2853 * gdb.base/call-sc.c (zed): Likewise.
2854 * gdb.base/checkpoint.c (main): Likewise.
2855 * gdb.base/dump.c (main): Likewise.
2856 * gdb.base/gcore.c (main): Likewise.
2857 * gdb.base/huge.c (main): Likewise.
2858 * gdb.base/multi-forks.c (main): Likewise.
2859 * gdb.base/pr10179-a.c (main): Likewise.
2860 * gdb.base/savedregs.c (main): Likewise.
2861 * gdb.base/sigaltstack.c (main): Likewise.
2862 * gdb.base/siginfo.c (main): Likewise.
2863 * gdb.base/structs.c (zed): Likewise.
2864 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2865 * gdb.mi/mi-syn-frame.c (main): Likewise.
2866 * gdb.mi/until.c (foo, main): Likewise.
2867 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2868 * gdb.base/solib-weak.c (foo): Declare.
2869 * gdb.base/attach-twice.c: Include stdio.h.
2870 * gdb.base/weaklib1.c: Likewise.
2871 * gdb.base/weaklib2.c: Likewise.
2872 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2873 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2874 unistd.h.
2875 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2876 * gdb.mi/mi-exit-code.c: Likewise.
2877 * gdb.base/break-interp-lib.c: Include string.h.
2878 * gdb.base/coremaker.c: Likewise.
2879 * gdb.base/testenv.c: Likewise.
2880 * gdb.python/py-finish-breakpoint.c: Likewise.
2881 * gdb.base/inferior-died.c: Include sys/wait.h.
2882 * gdb.base/fileio.c: Include time.h.
2883 * gdb.base/async-shell.c: Include unistd.h.
2884 * gdb.base/dprintf-non-stop.c: Likewise.
2885 * gdb.base/info-os.c: Likewise.
2886 * gdb.mi/mi-console.c: Likewise.
2887 * gdb.mi/watch-nonstop.c: Likewise.
2888 * gdb.python/py-events.c: Likewise.
2889 * gdb.base/async.c (baz): Move up before its invocation.
2890 * gdb.base/code_elim2.c (my_global_func): Likewise.
2891 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2892 * gdb.base/advance.c (func2): Likewise.
2893
3b5d5997
AA
28942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2895
2896 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2897 variant.
2898 * gdb.base/annota3.c: Likewise.
2899 * gdb.base/async.c: Likewise.
2900 * gdb.base/average.c: Likewise.
2901 * gdb.base/call-ar-st.c: Likewise.
2902 * gdb.base/call-rt-st.c: Likewise.
2903 * gdb.base/call-sc.c: Likewise.
2904 * gdb.base/call-strs.c: Likewise.
2905 * gdb.base/ending-run.c: Likewise.
2906 * gdb.base/execd-prog.c: Likewise.
2907 * gdb.base/exprs.c: Likewise.
2908 * gdb.base/foll-exec.c: Likewise.
2909 * gdb.base/foll-fork.c: Likewise.
2910 * gdb.base/foll-vfork.c: Likewise.
2911 * gdb.base/funcargs.c: Likewise.
2912 * gdb.base/gcore.c: Likewise.
2913 * gdb.base/jump.c: Likewise.
2914 * gdb.base/langs0.c: Likewise.
2915 * gdb.base/langs1.c: Likewise.
2916 * gdb.base/langs2.c: Likewise.
2917 * gdb.base/mips_pro.c: Likewise.
2918 * gdb.base/nodebug.c: Likewise.
2919 * gdb.base/opaque0.c: Likewise.
2920 * gdb.base/opaque1.c: Likewise.
2921 * gdb.base/recurse.c: Likewise.
2922 * gdb.base/run.c: Likewise.
2923 * gdb.base/scope0.c: Likewise.
2924 * gdb.base/scope1.c: Likewise.
2925 * gdb.base/setshow.c: Likewise.
2926 * gdb.base/setvar.c: Likewise.
2927 * gdb.base/shmain.c: Likewise.
2928 * gdb.base/shr1.c: Likewise.
2929 * gdb.base/shr2.c: Likewise.
2930 * gdb.base/sigall.c: Likewise.
2931 * gdb.base/signals.c: Likewise.
2932 * gdb.base/so-indr-cl.c: Likewise.
2933 * gdb.base/solib2.c: Likewise.
2934 * gdb.base/structs.c: Likewise.
2935 * gdb.base/sum.c: Likewise.
2936 * gdb.base/vforked-prog.c: Likewise.
2937 * gdb.base/watchpoint.c: Likewise.
2938 * gdb.reverse/shr2.c: Likewise.
2939 * gdb.reverse/until-reverse.c: Likewise.
2940 * gdb.reverse/ur1.c: Likewise.
2941 * gdb.reverse/watch-reverse.c: Likewise.
2942
066a77c5
AA
29432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2944
2945 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2946 variant.
2947 * gdb.base/sepdebug.exp: Drop references to removed code.
2948
4f204ea5
AA
29492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2950
2951 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2952 variant. Preserve original line numbering.
2953 * gdb.base/list1.c: Likewise.
2954
3b377a3a
AA
29552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2956
2957 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2958 variant.
2959 * gdb.base/break1.c: Likewise.
2960 * gdb.base/break.exp: Drop references to removed code.
2961
e444df73
AA
29622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2963
2964 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2965 variant.
2966
8008f2a7
AA
29672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2968
2969 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2970
a5a06887
AA
29712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2972
2973 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2974 logic into perform_all_tests() and invoke it with and without
2975 function header prototypes.
2976 (do_function_calls): Remove conditional XFAIL for PR 5318.
2977 (rerun_and_prepare): Remove duplicate code.
2978 (perform_all_tests): New. Main logic moved here.
2979
44dba9b9
AA
29802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2981
2982 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2983 code guarded by #ifdef NO_PROTOTYPES.
2984 (t_double_many_args): Likewise.
2985 (DEF_FUNC_MANY_ARGS_1): Likewise.
2986 (DEF_FUNC_VALUES_1): Likewise.
2987 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2988 guarded by #ifdef PROTOTYPES.
2989
d1fbcd56
AA
29902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2991
2992 * gdb.mi/mi-console.c: Add eye-catcher.
2993 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2994 instead of literal line number.
2995
b0e59b8f
AA
29962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2997
2998 * gdb.base/shr2.c: Add eye-catcher.
2999 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3000 line number.
3001
78f98cca
AA
30022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3003
3004 * gdb.base/jump.c: Add eye-catchers.
3005 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3006 numbers.
3007
58fa2af0
AA
30082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3009
3010 * gdb.base/execd-prog.c: Add eye-catchers.
3011 * gdb.base/foll-exec.c: Likewise.
3012 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3013 line numbers.
3014
04e5059b
AA
30152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3016
3017 * gdb.base/ending-run.c: Add eye-catchers.
3018 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3019 literal line numbers.
3020
dbfdb174
AA
30212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3022
3023 * gdb.base/call-rt-st.c: Add eye-catchers.
3024 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3025 literal line numbers.
3026
888a2ade
AA
30272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3028
3029 * gdb.base/call-ar-st.c: Add eye-catchers.
3030 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3031 literal line numbers.
3032
6acc2dde
AA
30332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3034
3035 * gdb.base/average.c: Add eye-catchers.
3036 * gdb.base/sum.c: Likewise.
3037 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3038 regexps dynamically.
3039
9ecfcd1d
AA
30402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3041
3042 * gdb.base/solib1.c: Add eye-catchers.
3043 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3044 literal line numbers.
3045
78708b7c
PA
30462014-11-12 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3049 leader has exited.
3050
af48d08f
PA
30512014-11-12 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.arch/i386-bp_permanent.c: New file.
3054 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3055 (srcfile): Set to i386-bp_permanent.c.
3056 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
3057 that stepi does not execute the 'leave' instruction, instead of
3058 testing it does execute.
3059 * gdb.base/bp-permanent.c: New file.
3060 * gdb.base/bp-permanent.exp: New file.
3061
af3768e9
DE
30622014-11-10 Doug Evans <xdje42@gmail.com>
3063
3064 PR symtab/17564
3065 * gdb.base/symtab-search-order.exp: New file.
3066 * gdb.base/symtab-search-order.c: New file.
3067 * gdb.base/symtab-search-order-1.c: New file.
3068 * gdb.base/symtab-search-order-shlib-1.c: New file.
3069
9de00a4a
PA
30702014-11-07 Pedro Alves <palves@redhat.com>
3071
3072 PR gdb/17511
3073 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3074 i?86-*-linux*.
3075
e0f52461
SC
30762014-11-03 Siva Chandra Reddy <sivachandra@google.com>
3077
3078 PR c++/17494
3079 * gdb.cp/pr17494.cc: New file.
3080 * gdb.cp/pr17494.exp: New file.
3081
6ce8c980
YQ
30822014-11-02 Yao Qi <yao@codesourcery.com>
3083
3084 * gdb.python/python.exp: Get working directory and match the
3085 output of "set extended-prompt \\w " with it.
3086
02be9a71
DE
30872014-10-30 Doug Evans <dje@google.com>
3088
3089 * gdb.python/py-objfile.exp: Add tests for setting random attributes
3090 in objfiles.
3091 * gdb.python/py-progspace.exp: Add tests for setting random attributes
3092 in progspaces.
3093
3bdff46b
LM
30942014-10-30 Janis Johnson <janisjo@codesourcery.com>
3095
3096 * gdb.base/fullpath-expand.exp: Skip for a remote host.
3097 * gdb.base/realname-expand.exp: Likewise.
3098 * gdb.linespec/macro-relative.exp: Likewise.
3099
ab917dfb
PA
31002014-10-29 Pedro Alves <palves@redhat.com>
3101
3102 PR gdb/17408
3103 * gdb.threads/schedlock.c (some_function): New function.
3104 (call_function): New global.
3105 (MAYBE_CALL_SOME_FUNCTION): New macro.
3106 (thread_function): Call it.
3107 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3108 and use it instead of a global counter. Adjust all callers.
3109 (get_current_thread): Use "find current thread" for test message
3110 here rather than having all callers pass down the same string.
3111 (goto_loop): New procedure, factored out from ...
3112 (my_continue): ... this.
3113 (step_ten_loops): Change parameter from test message to command to
3114 use. Adjust.
3115 (list_count): Delete global.
3116 (check_result): New procedure, factored out from duplicate top
3117 level code.
3118 (continue tests): Wrap in with_test_prefix.
3119 (test_step): New procedure, factored out from duplicate top level
3120 code.
3121 (top level): Test "step" in combination with all scheduler-locking
3122 modes. Test "next" in combination with all scheduler-locking
3123 modes, and in combination with stepping over a function call or
3124 not.
3125 * gdb.threads/next-bp-other-thread.c: New file.
3126 * gdb.threads/next-bp-other-thread.exp: New file.
3127
d3d4baed
PA
31282014-10-29 Pedro Alves <palves@redhat.com>
3129
3130 PR python/17372
3131 * gdb.python/python.exp: Test a multi-line command that spawns
3132 interactive Python.
3133 * gdb.base/multi-line-starts-subshell.exp: New file.
3134
563e8d85
YQ
31352014-10-29 Yao Qi <yao@codesourcery.com>
3136
3137 * gdb.base/fileio.exp: Make directories on host.
3138
0ea4d52e
YQ
31392014-10-29 Yao Qi <yao@codesourcery.com>
3140
3141 * gdb.base/fileio.c (test_write): Close the file.
3142
7f5ef605
PA
31432014-10-28 Pedro Alves <palves@redhat.com>
3144
3145 PR gdb/12623
3146 * gdb.base/sigstep.c (no_handler): New global.
3147 (main): If 'no_handler is true, set the signal handlers to
3148 SIG_IGN.
3149 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3150 with_sw_watch and no_handler parameters. Handle them.
3151 (top level) <stepping over handler when stopped at a breakpoint
3152 test>: Add a test axis for testing with a software watchpoint, and
3153 another for testing with the signal handler set to SIG_IGN.
3154 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3155 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3156
abbdbd03
PA
31572014-10-28 Pedro Alves <palves@redhat.com>
3158
3159 PR gdb/17511
3160 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3161 * gdb.base/sigstep.exp (other_handler_location): New global.
3162 (advance): Support stepping into the signal handler, and running
3163 commands while in the handler.
3164 (in_handler_map): New global.
3165 (top level): In the advance test, add combinations for getting
3166 into the handler with stepping commands, and for running commands
3167 in the handler. Add comment descripting the advancei tests.
3168
1df4399f
PA
31692014-10-28 Pedro Alves <palves@redhat.com>
3170
3171 * gdb.base/sigstep.exp: Use build_executable instead of
3172 prepare_for_testing.
3173 (top level): Move code that starts GDB, runs to main and creates a
3174 display to ...
3175 (restart): ... this new procedure.
3176 (top level): Move backtrace from signal handler test to ...
3177 (validate_backtrace): ... this new procedure.
3178 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3179 with_test_prefix. Always restart GDB.
3180 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3181 with_test_prefix. Always restart GDB. No need to delete
3182 breakpoints after the test.
3183 (test_skip_handler): Remove prefix parameter.
3184 (skip_over_handler, breakpoint_to_handler)
3185 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3186 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3187 restart GDB. No need to delete breakpoints after the test.
3188 (top level): Use foreach to call the test procedures with
3189 different commands.
3190
a5b6e449
PA
31912014-10-28 Pedro Alves <palves@redhat.com>
3192
3193 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3194 instead of GNATS numbers.
3195 * gdb.base/sigbpt.exp: Likewise.
3196 * gdb.base/siginfo.exp: Likewise.
3197 * gdb.base/sigstep.exp: Likewise.
3198
e5f8a7cc
PA
31992014-10-27 Pedro Alves <palves@redhat.com>
3200
3201 * gdb.base/sigstep.c (dummy): New global.
3202 (main): Issue a couple writes to the new global.
3203 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3204 procedures.
3205 (skip_over_handler): Use test_skip_handler.
3206 (top level): Call skip_over_handler for stepi and nexti too.
3207 (breakpoint_over_handler): Use test_skip_handler.
3208 (top level): Call breakpoint_over_handler for stepi and nexti too.
3209
763905a3
YQ
32102014-10-27 Yao Qi <yao@codesourcery.com>
3211
3212 * gdb.trace/tfile.c (adjust_function_address)
3213 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3214 function descriptor.
3215
6f259a23
DB
32162014-10-24 Don Breazeal <donb@codesourcery.com>
3217
3218 * gdb.base/foll-fork.exp (test_follow_fork,
3219 catch_fork_child_follow): Check for updated fork messages emitted
3220 from infrun.c.
3221 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3222 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3223 vfork_and_exec_child_follow_through_step): Check for updated vfork
3224 messages emitted from infrun.c.
3225
09dd9a69
PA
32262014-10-24 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.base/corefile.exp: Remove references to ultrix.
3229 * gdb.base/interrupt.exp: Likewise.
3230 * gdb.base/whatis.exp: Likewise.
3231 * gdb.gdb/selftest.exp: Likewise.
3232 * gdb.threads/manythreads.exp: Likewise.
3233 * gdb.threads/print-threads.exp: Likewise.
3234 * gdb.threads/pthreads.exp:: Likewise.
3235 * gdb.threads/schedlock.exp: Likewise.
3236
3433cfa5
SC
32372014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3238
3239 * gdb.cp/non-trivial-retval.cc: Add a test case.
3240 * gdb.cp/non-trivial-retval.exp: Add a test.
3241
092f880b
YQ
32422014-10-20 Yao Qi <yao@codesourcery.com>
3243
3244 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3245 * gdb.python/py-objfile-script-gdb.py: New file.
3246 * gdb.python/py-objfile-script.exp: Update reference to
3247 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3248 of remote_download. Remove the dest file.
3249
acbdb7f3
YQ
32502014-10-20 Yao Qi <yao@codesourcery.com>
3251
3252 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3253 * gdb.base/step-line.exp: Likewise.
3254 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3255 * gdb.dwarf2/dw2-basic.exp: Likewise.
3256 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3257 * gdb.dwarf2/dw2-filename.exp: Likewise.
3258 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3259 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3260 * gdb.dwarf2/dw2-producer.exp: Likewise.
3261 * gdb.dwarf2/mac-fileno.exp: Likewise.
3262 * gdb.python/py-frame-args.exp: Likewise.
3263 * gdb.python/py-framefilter.exp: Likewise.
3264 * gdb.python/py-mi.exp: Likewise.
3265 * gdb.python/py-objfile-script.exp: Likewise
3266 * gdb.python/py-pp-integral.exp: Likewise.
3267 * gdb.python/py-pp-re-notag.exp: Likewise.
3268 * gdb.python/py-prettyprint.exp: Likewise.
3269 * gdb.python/py-section-script.exp: Likewise.
3270 * gdb.python/py-typeprint.exp: Likewise.
3271 * gdb.python/py-xmethods.exp: Likewise.
3272 * gdb.stabs/weird.exp: Likewise.
3273 * gdb.xml/tdesc-regs.exp: Likewise.
3274
bd286a29
KCY
32752014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3276
3277 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3278 (out_cu): Use addr_len for the size of addresses.
3279 (out_line): Likewise. Size DW_LNE_set_address instruction
3280 according to addr_len.
3281 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3282 (FUNC): Add START_INSNS to definition.
3283
673dc4a0
YQ
32842014-10-18 Yao Qi <yao@codesourcery.com>
3285
3286 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3287 gdb_has_argv0 return true.
3288 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3289 check [target_info exists noargs], check [gdb_has_argv0]
3290 instead.
3291 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3292 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3293 procedures.
3294
4ffbba72
DE
32952014-10-17 Doug Evans <dje@google.com>
3296
3297 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3298 event.
3299 * gdb.python/py-events.py: Add clear_objfiles event.
3300
d096d8c1
DE
33012014-10-17 Doug Evans <dje@google.com>
3302
3303 * gdb.python/py-objfile.exp: Test progspace attribute.
3304
a80db015
LM
33052014-10-17 Luis Machado <lgustavo@codesourcery.com>
3306
3307 * gdb.guile/scm-breakpoint.exp: Do not assume any
3308 directory separators when matching source file paths.
3309 * gdb.python/py-breakpoint.exp: Likewise.
3310 * gdb.reverse/break-precsave.exp: Likewise.
3311 * gdb.reverse/break-reverse.exp: Likewise.
3312 * gdb.reverse/consecutive-precsave.exp: Likewise.
3313 * gdb.reverse/finish-precsave.exp: Likewise.
3314 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3315 * gdb.reverse/finish-reverse.exp: Likewise.
3316 * gdb.reverse/i386-precsave.exp: Likewise.
3317 * gdb.reverse/i387-env-reverse.exp: Likewise.
3318 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3319 * gdb.reverse/machinestate-precsave.exp: Likewise.
3320 * gdb.reverse/machinestate.exp: Likewise.
3321 * gdb.reverse/sigall-precsave.exp: Likewise.
3322 * gdb.reverse/solib-precsave.exp: Likewise.
3323 * gdb.reverse/step-precsave.exp: Likewise.
3324 * gdb.reverse/until-precsave.exp: Likewise.
3325 * gdb.reverse/watch-precsave.exp: Likewise.
3326 * gdb.reverse/watch-reverse.exp: Likewise.
3327
b22089ab
YQ
33282014-10-17 Yao Qi <yao@codesourcery.com>
3329
3330 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3331 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3332
6c4486e6
PA
33332014-10-17 Pedro Alves <palves@redhat.com>
3334
3335 PR gdb/17471
3336 * gdb.base/bg-execution-repeat.c: New file.
3337 * gdb.base/bg-execution-repeat.exp: New file.
3338
0ff33695
PA
33392014-10-17 Pedro Alves <palves@redhat.com>
3340
3341 PR gdb/17300
3342 * gdb.base/continue-all-already-running.c: New file.
3343 * gdb.base/continue-all-already-running.exp: New file.
3344
6fdebc3d
PA
33452014-10-17 Pedro Alves <palves@redhat.com>
3346
3347 PR gdb/17472
3348 * gdb.base/annota-input-while-running.c: New file.
3349 * gdb.base/annota-input-while-running.exp: New file.
3350
32a8097b
PA
33512014-10-17 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.base/callfuncs.exp: emove references to osf.
3354 * gdb.base/sigall.exp: Likewise.
3355 * gdb.gdb/selftest.exp: Likewise.
3356 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3357 * gdb.mi/non-stop.c: Likewise.
3358 * gdb.mi/pthreads.c: Likewise.
3359 * gdb.reverse/sigall-precsave.exp: Likewise.
3360 * gdb.reverse/sigall-reverse.exp: Likewise.
3361 * gdb.threads/pthreads.c: Likewise.
3362 * gdb.threads/pthreads.exp: Likewise.
3363
7a3517ff
YQ
33642014-10-17 Yao Qi <yao@codesourcery.com>
3365
3366 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3367 check 'target_info exists noargs'.
3368 (test_command_prompt_position): Likewise.
3369 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3370 Remove "set args".
3371 (progvar_simple_while_test): Likewise.
3372 (progvar_complex_if_while_test): Likewise.
3373 (if_while_breakpoint_command_test): Likewise.
3374 (infrun_breakpoint_command_test): Likewise.
3375 (breakpoint_command_test): Likewise.
3376 (watchpoint_command_test): Likewise.
3377 (bp_deleted_in_command_test): Likewise.
3378 (temporary_breakpoint_commands): Likewise.
3379
bb99c472
YQ
33802014-10-16 Yao Qi <yao@codesourcery.com>
3381
3382 * gdb.base/remotetimeout.exp: Remove noargs checking.
3383
7c16b83e
PA
33842014-10-15 Pedro Alves <palves@redhat.com>
3385
3386 PR breakpoints/9649
3387 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3388 * gdb.base/breakpoint-in-ro-region.exp
3389 (probe_target_hardware_step): New procedure.
3390 (top level): Probe hardware stepping and hardware breakpoint
3391 support. Test stepping through a read-only region, with both
3392 "breakpoint auto-hw" on and off and both "always-inserted" on and
3393 off.
3394
35a49624
IB
33952014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3396
3397 * gdb.dlang/demangle.exp: Update for demangling changes.
3398
2d1c107c
SC
33992014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3400
3401 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3402 * gdb.cp/non-trivial-retval.exp: Add new tests.
3403
778811d5
SC
34042014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3405
3406 PR c++/13403
3407 PR c++/15154
3408 * gdb.cp/non-trivial-retval.cc: New file.
3409 * gdb.cp/non-trivial-retval.exp: New file.
3410
10c5f0a8
YQ
34112014-10-15 Yao Qi <yao@codesourcery.com>
3412
3413 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3414 remote host.
3415
65d7b369
YQ
34162014-10-15 Yao Qi <yao@codesourcery.com>
3417
3418 * gdb.python/py-symbol.exp: Match file base name if host is
3419 remote, otherwise match file name with dir name.
3420 * gdb.python/py-symtab.exp: Likewise.
3421 * gdb.python/python.exp: Likewise.
3422
46dc1394
YQ
34232014-10-15 Yao Qi <yao@codesourcery.com>
3424
3425 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3426 pattern.
3427 * gdb.python/py-symtab.exp: Likewise.
3428 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3429 locationn.
3430
c40cc657
JB
34312014-10-14 Joel Brobecker <brobecker@adacore.com>
3432
3433 * gdb.ada/addr_arith: New testcase.
3434
2abf49e1
MR
34352014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3436
3437 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3438 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3439 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3440 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3441
f7088df3
SDJ
34422014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3443
3444 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3445 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3446 * gdb.arch/stap-eval-lang-ada.exp: New file.
3447
4dc06805
YQ
34482014-10-14 Yao Qi <yao@codesourcery.com>
3449
3450 * gdb.mi/mi-var-child.c (nothing1): New function.
3451 (nothing2): New function.
3452 (do_children_tests): Set function pointers by nothing1 and
3453 nothing2.
3454 * gdb.mi/mi-var-child.exp: Step over new added statements.
3455 Update test to match the new output.
3456 * gdb.mi/var-cmd.c (nothing1): New function.
3457 (nothing2): New function.
3458 (do_children_tests): Set function pointers by nothing1 and
3459 nothing2.
3460 * gdb.mi/mi-var-display.exp: Update test to match output.
3461 Step to the line specified by $line_dct_nothing.
3462 Increase the number of lines to step.
3463
46a93de2
YQ
34642014-10-14 Yao Qi <yao@codesourcery.com>
3465
3466 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3467 tests.
3468 * gdb.mi/mi2-var-child.exp: Likewise.
3469
14ea52ee
DE
34702014-10-13 Doug Evans <dje@google.com>
3471
3472 * gdb.python/py-objfile.exp: Change name of file name test.
3473
e5c6e92b
DE
34742014-10-13 Doug Evans <dje@google.com>
3475
3476 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3477 from the start of the CU.
3478
c780cc2f
JK
34792014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3480 Yao Qi <yao@codesourcery.com>
3481
3482 Fix "save breakpoints" for "catch" command.
3483 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3484 Remove -nonewline. Match also the added "main" line.
3485
99894e11
JK
34862014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3487
3488 Fix "save breakpoints" for "disable $bpnum" command.
3489 * gdb.base/save-bp.c (main): Add label.
3490 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3491
6e1ac5a3
JK
34922014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3493
3494 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3495
754dd2b0
YQ
34962014-10-11 Yao Qi <yao@codesourcery.com>
3497
3498 * gdb.server/server-kill.exp: Execute command
3499 "set remote trace-status-packet on" before "tstatus".
3500
f90183d7
YQ
35012014-10-11 Yao Qi <yao@codesourcery.com>
3502
3503 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3504 (main): Call getppid.
3505 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3506 and continue to it. Read variable "server_pid".
3507
bf40a607
YQ
35082014-10-11 Yao Qi <yao@codesourcery.com>
3509
3510 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3511
052ca370
YQ
35122014-10-11 Yao Qi <yao@codesourcery.com>
3513
3514 * gdb.threads/thread-find.exp: Don't execute command
3515 "info threads".
3516 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3517 * gdb.threads/linux-dp.exp: Don't check the condition
3518 $threads_created equals to zero.
3519
3831839c
PA
35202014-10-10 Pedro Alves <palves@redhat.com>
3521
3522 * gdb.base/bigcore.exp: Remove references to IRIX.
3523 * gdb.base/funcargs.exp: Likewise.
3524 * gdb.base/interrupt.exp: Likewise.
3525 * gdb.base/mips_pro.exp: Likewise.
3526 * gdb.base/nodebug.exp: Likewise.
3527 * gdb.base/setvar.exp: Likewise.
3528 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3529
8b9a549d
PA
35302014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3531 Pedro Alves <palves@redhat.com>
3532
3533 PR symtab/14466
3534 * gdb.base/vdso-warning.c: New file.
3535 * gdb.base/vdso-warning.exp: New file.
3536
d48ba5e8
DE
35372014-10-02 Doug Evans <dje@google.com>
3538
3539 * gdb.base/structs.c (main): Don't run forever.
3540
2278c276
PA
35412014-10-02 Pedro Alves <palves@redhat.com>
3542
3543 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3544 (top level) <stop threads 1, stop threads 2>: Use it.
3545
b57bacec
PA
35462014-10-02 Pedro Alves <palves@redhat.com>
3547
3548 * gdb.threads/break-while-running.exp (test): Add new
3549 'update_thread_list' argument. Skip "info threads" if false.
3550 (top level): Add new 'update_thread_list' axis.
3551
13fd3ff3
PA
35522014-10-02 Pedro Alves <palves@redhat.com>
3553
3554 PR breakpoints/17431
3555 * gdb.base/execl-update-breakpoints.c: New file.
3556 * gdb.base/execl-update-breakpoints.exp: New file.
3557
0fec99e8
PA
35582014-10-01 Pedro Alves <palves@redhat.com>
3559
3560 * gdb.base/breakpoint-in-ro-region.c: New file.
3561 * gdb.base/breakpoint-in-ro-region.exp: New file.
3562
2ddf4301
SM
35632014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3564
3565 * gdb.mi/mi-exit-code.exp: New file.
3566 * gdb.mi/mi-exit-code.c: New file.
3567
6a5f3f43
YQ
35682014-09-30 Yao Qi <yao@codesourcery.com>
3569
3570 * lib/prelink-support.exp (build_executable_own_libs): Error if
3571 the target isn't native.
3572
345bcc73
YQ
35732014-09-30 Yao Qi <yao@codesourcery.com>
3574
3575 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3576 false.
3577
a25a5a45
PA
35782014-09-22 Pedro Alves <palves@redhat.com>
3579
3580 * gdb.threads/break-while-running.exp: New file.
3581 * gdb.threads/break-while-running.c: New file.
3582
00ba3162
YQ
35832014-09-19 Yao Qi <yao@codesourcery.com>
3584
3585 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3586 Invoke test. Restart GDB with --readnow and invoke test again.
3587
c3b7b696
YQ
35882014-09-19 Yao Qi <yao@codesourcery.com>
3589
3590 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3591 proc set_breakpoint_on_gcd_function. Invoke
3592 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3593 invoke set_breakpoint_on_gcd_function again.
3594
2b4fd423
DE
35952014-09-18 Doug Evans <dje@google.com>
3596
3597 * gdb.dwarf2/symtab-producer.exp: New file.
3598
a5947601
SDJ
35992014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3600
3601 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3602 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3603 * gdb.base/global-var-nested-by-dso.c: Likewise.
3604 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3605
91c19059
SDJ
36062014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3607 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.base/watch-bitfields.exp: Pass string other than test file
3610 name to prepare_for_testing.
3611 (watch): New procedure.
3612 (expect_watchpoint): Use with_test_prefix.
3613 (top level): Factor out tests to ...
3614 (test_watch_location, test_regular_watch): ... these new
3615 procedures, and use with_test_prefix and gdb_continue_to_end.
3616
bb9d5f81
PP
36172014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3618
3619 PR breakpoints/12526
3620 * gdb.base/watch-bitfields.exp: New file.
3621 * gdb.base/watch-bitfields.c: New file.
3622
635856f5
PA
36232014-09-16 Pedro Alves <palves@redhat.com>
3624
3625 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3626 software and hardware addresses, not software address against
3627 itself.
3628
7280ceea
PA
36292014-09-16 Pedro Alves <palves@redhat.com>
3630
3631 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3632 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3633
428b16bd
PA
36342014-09-16 Pedro Alves <palves@redhat.com>
3635
3636 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3637 files.
3638 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3639 "*-*-vxworks*" throughout.
3640 * gdb.base/break.exp: Likewise.
3641 * gdb.base/default.exp: Likewise.
3642 * gdb.base/scope.exp: Likewise.
3643 * gdb.base/sepdebug.exp: Likewise.
3644 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3645 throughout.
3646 * gdb.base/run.c: Likewise.
3647 * gdb.base/sepdebug.c: Likewise.
3648 * gdb.hp/gdb.aCC/run.c: Likewise.
3649 * gdb.reverse/until-reverse.c: Likewise.
3650 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3651
666d413c
YQ
36522014-09-16 Yao Qi <yao@codesourcery.com>
3653
3654 * boards/local-remote-host-native.exp: New file.
3655
57cbd724
DE
36562014-09-14 Doug Evans <xdje42@gmail.com>
3657
3658 * gdb.threads/queue-signal.c (thread_count): New variable.
3659 (thread_count_mutex, thread_count_condvar): New variables.
3660 (incr_thread_count, wait_all_threads_running): New functions.
3661 (main): Wait for all threads to be in their thread functions.
3662
81219e53
DE
36632014-09-13 Doug Evans <xdje42@gmail.com>
3664
3665 * gdb.threads/queue-signal.c: New file.
3666 * gdb.threads/queue-signal.exp: New file.
3667
3714cea7
DE
36682014-09-13 Doug Evans <xdje42@gmail.com>
3669
3670 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3671 be consistent with what default_gdb_init uses.
3672 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3673 the plain text of the prompt. Add some logging printfs.
3674 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3675
fa43b1d7
PA
36762014-09-12 Pedro Alves <palves@redhat.com>
3677
3678 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3679 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3680 * gdb.arch/i386-size-overlap.exp: Likewise.
3681 * gdb.arch/i386-size.exp: Likewise.
3682 * gdb.arch/i386-unwind.exp: Likewise.
3683 * gdb.base/a2-run.exp: Likewise.
3684 * gdb.base/break.exp: Likewise.
3685 * gdb.base/charset.exp: Likewise.
3686 * gdb.base/chng-syms.exp: Likewise.
3687 * gdb.base/commands.exp: Likewise.
3688 * gdb.base/dbx.exp: Likewise.
3689 * gdb.base/find.exp: Likewise.
3690 * gdb.base/funcargs.exp: Likewise.
3691 * gdb.base/jit-simple.exp: Likewise.
3692 * gdb.base/reread.exp: Likewise.
3693 * gdb.base/sepdebug.exp: Likewise.
3694 * gdb.base/step-bt.exp: Likewise.
3695 * gdb.cp/mb-inline.exp: Likewise.
3696 * gdb.cp/mb-templates.exp: Likewise.
3697 * gdb.objc/basicclass.exp: Likewise.
3698 * gdb.threads/killed.exp: Likewise.
3699
9d9bf2df
EBM
37002014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3701
3702 PR tdep/17379
3703 * gdb.arch/powerpc-stackless.S: New file.
3704 * gdb.arch/powerpc-stackless.exp: New file.
3705
1cf2f1b0
JK
37062014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 * gdb.base/attach.c: Include unistd.h.
3709 (main): Call alarm. Add label postloop.
3710 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3711 gdb_breakpoint, gdb_continue_to_breakpoint.
3712 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3713
98880d46
PA
37142014-09-11 Pedro Alves <palves@redhat.com>
3715
3716 PR gdb/17347
3717 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3718 * gdb.base/attach.exp (test_command_line_attach_run): New
3719 procedure.
3720 (top level): Call it.
3721
4c92ff2c
PA
37222014-09-11 Pedro Alves <palves@redhat.com>
3723
3724 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3725 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3726 (do_command_attach_tests): Use spawn_wait_for_attach.
3727 * gdb.base/solib-overlap.exp: Likewise.
3728 * gdb.multi/multi-attach.exp: Likewise.
3729 * gdb.python/py-prompt.exp: Likewise.
3730 * gdb.python/py-sync-interp.exp: Likewise.
3731 * gdb.server/ext-attach.exp: Likewise.
3732
3adc1a7d
GKB
37332014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3734
3735 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3736 command in testcase. Simplify testcase.
3737
96334934
JB
37382014-09-10 Joel Brobecker <brobecker@adacore.com>
3739
3740 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3741
eb479039
JB
37422014-09-10 Joel Brobecker <brobecker@adacore.com>
3743
3744 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3745
deede10c
JB
37462014-09-10 Joel Brobecker <brobecker@adacore.com>
3747
3748 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3749
7828a5f5
JB
37502014-09-10 Joel Brobecker <brobecker@adacore.com>
3751
3752 * gdb.dwarf2/dynarr-ptr.c: New file.
3753 * gdb.dwarf2/dynarr-ptr.exp: New file.
3754
33aeebcf
MR
37552014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3756
3757 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3758 of 30 rather than hardcoding 120 for a slow test case. Take the
3759 `gdb,timeout' target setting into account for this calculation.
3760 Don't extend the timeout for the test cases that don't need it.
3761
7b415901
MR
37622014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3763
3764 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3765 a factor of 2 for a slow test case. Take the `gdb,timeout'
3766 target setting into account for this calculation.
3767 * gdb.reverse/until-precsave.exp: Increase the timeout by
3768 a factor of 15 and 3 respectively rather than adding 120
3769 for a pair of slow test cases. Take the `gdb,timeout'
3770 target setting into account for this calculation.
3771
4a40f85a
MR
37722014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3773
3774 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3775 timeout, don't pass one down to gdb_expect.
3776 (gdb_expect): Rework timeout selection.
3777
09635af7
MR
37782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3779
3780 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3781 exception on timeout.
3782 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3783 (gdbserver_start_extended): Catch any `gdbserver_start' error
3784 exceptions.
3785 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3786 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3787 `gdbserver_gdb_load' error exceptions.
3788
2bdd10b7
MR
37892014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3790
3791 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3792 120 on waiting for the TCP socket to open.
3793
316935f0
DE
37942014-09-09 Doug Evans <xdje42@gmail.com>
3795
3796 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3797 _caller_matches, _any_caller_is, _any_caller_matches.
3798
83740597
DE
37992014-09-09 Doug Evans <xdje42@gmail.com>
3800
3801 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3802
4c122fc3
YQ
38032014-09-09 Yao Qi <yao@codesourcery.com>
3804
3805 * gdb.mi/mi-var-display.exp: Set print symbol off.
3806
a9f116cb
GKB
38072014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3808
3809 PR gdb/17035
3810 * gdb.base/commands.exp: Add tests to verify user-defined
3811 commands with empty bodies.
3812 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3813 python commands in `show user command`.
3814 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3815 scheme commands in `show user command`.
3816
c75bd3a2
JK
38172014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3818
3819 PR python/17355
3820 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3821 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3822 * gdb.python/py-framefilter-invalidarg.exp: New file.
3823 * gdb.python/py-framefilter-invalidarg.py: New file.
3824
faa42425
DE
38252014-09-06 Doug Evans <xdje42@gmail.com>
3826
3827 PR 15276
3828 * gdb.python/py-caller-is.c: New file.
3829 * gdb.python/py-caller-is.exp: New file.
3830
474ca4f6
SDJ
38312014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3832
3833 PR gdb/17235
3834 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3835 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3836
eb0b0463
SDJ
38372014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3838
3839 PR fortran/17237
3840 * gdb.fortran/print-formatted.exp: New file.
3841 * gdb.fortran/print-formatted.f90: Likewise.
3842
5f3b99cf
SS
38432014-09-03 Sasha Smundak <asmundak@google.com>
3844
3845 * gdb.python/py-frame.exp: Test Frame.read_register.
3846
7d793aa9
SDJ
38472014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3848
3849 PR python/16699
3850 * gdb.python/py-completion.exp: New file.
3851 * gdb.python/py-completion.py: Likewise.
3852
fb0576e9
DE
38532014-08-28 Doug Evans <dje@google.com>
3854
3855 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3856 eax,etc. are live with values set by gdb and thus the compiler can't
3857 use them.
3858 * gdb.arch/i386-pseudo.c (main): Ditto.
3859
ee92b0dd
DE
38602014-08-27 Doug Evans <dje@google.com>
3861
3862 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3863
6649db35
DE
38642014-08-25 Doug Evans <dje@google.com>
3865
3866 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3867 (main): Ditto.
3868
564b7600
DE
38692014-08-25 Doug Evans <dje@google.com>
3870
3871 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3872
3881fb67
YQ
38732014-08-24 Yao Qi <yao@codesourcery.com>
3874
3875 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3876 symbol off.
3877 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3878
a05a36a5
DE
38792014-08-22 Doug Evans <dje@google.com>
3880
3881 PR 17276
3882 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3883 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3884 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3885
7c343b48
YQ
38862014-08-22 Yao Qi <yao@codesourcery.com>
3887
3888 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3889 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3890 * gdb.python/python.exp: Likewise. Use .py file on the host
3891 instead of the build.
3892
22fd09ae
JK
38932014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3894
3895 * gdb.threads/gcore-stale-thread.c: New file.
3896 * gdb.threads/gcore-stale-thread.exp: New file.
3897
a8454a7c
PA
38982014-08-21 Pedro Alves <palves@redhat.com>
3899
3900 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3901 * gdb.base/gcore-relro-pie.exp: Likewise.
3902 * gdb.base/gcore-relro.exp: Likewise.
3903 * gdb.base/gcore.exp: Likewise.
3904 * gdb.base/print-symbol-loading.exp: Likewise.
3905 * gdb.threads/gcore-thread.exp: Likewise.
3906 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3907
2a31c623
PA
39082014-08-20 Pedro Alves <palves@redhat.com>
3909 Jan Kratochvil <jan.kratochvil@redhat.com>
3910
3911 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3912 configure.
3913 (EXPECT): Handle READ1 being set.
3914 (all): Depend on EXTRA_RULES.
3915 (check-read1, expect-read1, read1.so, read1): New rules.
3916 * README (Testsuite Parameters): Document the READ1 make variable.
3917 (Race detection): New section.
3918 * configure: Regenerate.
3919 * configure.ac: If build==host==target, and running under a
3920 GNU/glibc system, add read1 to the extra Makefile rules.
3921 (EXTRA_RULES): AC_SUBST it.
3922 * lib/read1.c: New file.
3923
d36430db
JB
39242014-08-20 Joel Brobecker <brobecker@adacore.com>
3925
3926 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3927 the handling of variables declared as a typedef to an array
3928 which a DW_AT_data_location attribute.
3929
9a0dc9e3
PA
39302014-08-19 Andrew Burgess <aburgess@broadcom.com>
3931 Pedro Alves <palves@redhat.com>
3932
3933 PR symtab/14604
3934 PR symtab/14605
3935 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3936 gdb_test.
3937
0718a8da
PA
39382014-08-19 Pedro Alves <palves@redhat.com>
3939
3940 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3941
13b448cd
YQ
39422014-08-19 Yao Qi <yao@codesourcery.com>
3943
3944 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3945 right line.
3946
1cbf5077
DB
39472014-08-18 David Blaikie <dblaikie@gmail.com>
3948
3949 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3950
bf0fae19
JB
39512014-08-18 Joel Brobecker <brobecker@adacore.com>
3952
3953 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3954 attribute in array range.
3955
3c8c5dcc
JB
39562014-08-18 Joel Brobecker <brobecker@adacore.com>
3957
3958 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3959
e66d4446
SC
39602014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3961
3962 PR c++/17132
3963 * gdb.cp/pr17132.cc: New file.
3964 * gdb.cp/pr17132.exp: New file.
3965
940df408
SC
39662014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3967
3968 * gdb.python/py-xmethods.py (A_getarrayind)
3969 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3970 Use 'print' with function call syntax.
3971 (E_method_matcher.match): Fix tab vs space indentation mixup.
3972
ebcc6c3a
YQ
39732014-08-15 Yao Qi <yao@codesourcery.com>
3974
3975 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3976 false.
3977
775e0f04
YQ
39782014-08-15 Yao Qi <yao@codesourcery.com>
3979
3980 * gdb.cp/casts.exp: Set print symbol off.
3981 * gdb.cp/class2.exp: Likewise.
3982 * gdb.cp/overload.exp: Likewise.
3983 * gdb.cp/templates.exp: Likewise.
3984
d769e349
DE
39852014-08-11 Doug Evans <dje@google.com>
3986
3987 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3988 (test_load_shlib): Update.
3989
20c6f1e1
YQ
39902014-08-09 Yao Qi <yao@codesourcery.com>
3991
3992 * gdb.base/display.exp: Invoke is_address_zero_readable.
3993 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3994 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3995 * gdb.base/hbreak-unmapped.exp: Return if
3996 is_address_zero_readable returns true.
3997 * gdb.base/signest.exp: Likewise.
3998 * gdb.base/signull.exp: Likewise.
3999 * gdb.base/sigbpt.exp: Likewise.
4000 * gdb.guile/scm-disasm.exp: Do the test if
4001 is_address_zero_readable returns false.
4002 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4003 * gdb.python/py-arch.exp: Likewise.
4004 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4005 * lib/gdb.exp (is_address_zero_readable): New proc.
4006
5792e8e3
YQ
40072014-08-09 Yao Qi <yao@codesourcery.com>
4008
4009 PR testsuite/13443
4010 * gdb.mi/mi-var-display.exp: Make test messages unique.
4011
3cecbbbe
TT
40122014-08-04 Tom Tromey <tromey@redhat.com>
4013
4014 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4015 target 0".
4016
00b51ff5
TT
40172014-08-04 Tom Tromey <tromey@redhat.com>
4018
4019 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4020 "target_resume".
4021
6908c509
JB
40222014-08-01 Joel Brobecker <brobecker@adacore.com>
4023
4024 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4025 inner_vla_struct_object_size.
4026 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4027 as xfail.
4028
cc6563d2
PA
40292014-07-30 Pedro Alves <palves@redhat.com>
4030
4031 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4032 comment.
4033
7e09a223
YQ
40342014-07-29 Yao Qi <yao@codesourcery.com>
4035
4036 PR gdb/17206
4037 * gdb.base/until-nodebug.exp: New.
4038
7ebdbe92
DE
40392014-07-28 Doug Evans <xdje42@gmail.com>
4040
4041 PR guile/17203
4042 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4043 previously existing parameter, and previously ambiguously spelled
4044 parameter.
4045
fdb1adc6
WN
40462014-07-28 Will Newton <will.newton@linaro.org>
4047
4048 * gdb.base/varargs.exp: Remove KFAILs for ARM.
4049
186fcde0
DE
40502014-07-26 Ludovic Courtès <ludo@gnu.org>
4051 Doug Evans <xdje42@gmail.com>
4052
4053 PR guile/17146
4054 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4055
70509625
PA
40562014-07-25 Pedro Alves <palves@redhat.com>
4057
4058 * gdb.threads/signal-command-handle-nopass.c: New file.
4059 * gdb.threads/signal-command-handle-nopass.exp: New file.
4060 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4061 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4062 * gdb.threads/signal-delivered-right-thread.c: New file.
4063 * gdb.threads/signal-delivered-right-thread.exp: New file.
4064
c3f814a1
PA
40652014-07-25 Pedro Alves <palves@redhat.com>
4066
4067 * gdb.base/double-prompt-target-event-error.exp
4068 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4069 match.
4070 (cancel_pagination_in_target_event): Rework double prompt
4071 detection.
4072 * gdb.base/paginate-after-ctrl-c-running.exp
4073 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4074 <return>' match.
4075 * gdb.base/paginate-bg-execution.exp
4076 (test_bg_execution_pagination_return)
4077 (test_bg_execution_pagination_cancel): Remove '-notransfer
4078 <return>' matches.
4079 * gdb.base/paginate-execution-startup.exp
4080 (test_fg_execution_pagination_return)
4081 (test_fg_execution_pagination_cancel): Remove '-notransfer
4082 <return>' matches.
4083 * gdb.base/paginate-inferior-exit.exp
4084 (test_paginate_inferior_exited): Remove '-notransfer <return>'
4085 match.
4086 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4087 * lib/gdb.exp (pagination_prompt): Run text through
4088 string_to_regexp.
4089 (gdb_test_multiple): Match $pagination_prompt instead of
4090 "<return>".
4091 (string_to_regexp): Move to lib/gdb-utils.exp.
4092
e214cf6c
JK
40932014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 * gdb.arch/amd64-entry-value-paramref.S: New file.
4096 * gdb.arch/amd64-entry-value-paramref.cc: New file.
4097 * gdb.arch/amd64-entry-value-paramref.exp: New file.
4098 * gdb.arch/amd64-optimout-repeat.S: New file.
4099 * gdb.arch/amd64-optimout-repeat.c: New file.
4100 * gdb.arch/amd64-optimout-repeat.exp: New file.
4101
17d0c5c8
JK
41022014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4103
4104 PR gdb/17170
4105 * gdb.base/statistics.exp: New file.
4106
b8b8facf
DE
41072014-07-17 Doug Evans <dje@google.com>
4108
74b49205 4109 PR gdb/17170
b8b8facf
DE
4110 * gdb.base/maint.exp: Update testing of per-command stats.
4111
1b5d0ab3
PA
41122014-07-16 Pedro Alves <palves@redhat.com>
4113
4114 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4115 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4116 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4117 (tfile_write_buf): New functions.
4118 (add_memory_block): Rewrite using the above.
4119 (adjust_function_address): New function.
4120 (FUNCTION_ADDRESS): New macro.
4121 (write_basic_trace_file): Remove short_x local, and use
4122 tfile_write_16. Change type of func_addr local to unsigned long
4123 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4124 here. Cast argument of add_memory_block to char pointer.
4125 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4126 (main): Remove parameters.
4127 * gdb.trace/tfile.exp: Remove nowarnings.
4128
4d974e88
SM
41292014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4130
4131 * gdb.base/debug-expr.exp: Test string evaluation with
4132 "debug expression" on.
4133
41e99568
PA
41342014-07-15 Pedro Alves <palves@redhat.com>
4135
4136 * gdb.base/reread.exp: Use clean_restart.
4137
487d9753
PL
41382014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4139
4140 * gdb.arch/avr-flash-qualifer.c: New.
4141 * gdb.arch/avr-flash-qualifer.exp: New.
4142
cc1c52ad
PA
41432014-07-14 Pedro Alves <palves@redhat.com>
4144
4145 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4146 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4147
1e973570
PA
41482014-07-14 Pedro Alves <palves@redhat.com>
4149
4150 * gdb.base/double-prompt-target-event-error.c: New file.
4151 * gdb.base/double-prompt-target-event-error.exp: New file.
4152
93d6eb10
PA
41532014-07-14 Pedro Alves <palves@redhat.com>
4154
4155 PR gdb/17072
4156 * gdb.base/paginate-inferior-exit.c: New file.
4157 * gdb.base/paginate-inferior-exit.exp: New file.
4158
0017922d
PA
41592014-07-14 Pedro Alves <palves@redhat.com>
4160
4161 PR gdb/17072
4162 * gdb.base/paginate-bg-execution.c: New file.
4163 * gdb.base/paginate-bg-execution.exp: New file.
4164
94696ad3
PA
41652014-07-14 Pedro Alves <palves@redhat.com>
4166
4167 PR gdb/17072
4168 * gdb.base/paginate-execution-startup.c: New file.
4169 * gdb.base/paginate-execution-startup.exp: New file.
4170 * lib/gdb.exp (pagination_prompt): New global.
4171 (default_gdb_spawn): New procedure, factored out from
4172 default_gdb_spawn.
4173 (default_gdb_start): Adjust to call default_gdb_spawn.
4174 (gdb_spawn): New procedure.
4175
bd293940
PA
41762014-07-14 Pedro Alves <palves@redhat.com>
4177
4178 * lib/gdb.exp (gdb_assert): New procedure.
4179 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4180
c933f875
PA
41812014-07-14 Pedro Alves <palves@redhat.com>
4182
4183 * gdb.base/execution-termios.c: New file.
4184 * gdb.base/execution-termios.exp: New file.
4185
d98b7a16
TT
41862014-07-14 Tom Tromey <tromey@redhat.com>
4187
4188 * gdb.cp/vla-cxx.cc: New file.
4189 * gdb.cp/vla-cxx.exp: New file.
4190
548740d6
TT
41912014-07-14 Tom Tromey <tromey@redhat.com>
4192
4193 * gdb.reverse/rerun-prec.c: New file.
4194 * gdb.reverse/rerun-prec.exp: New file.
4195
a25eb028
MR
41962014-07-12 Maciej W. Rozycki <macro@mips.com>
4197 Maciej W. Rozycki <macro@codesourcery.com>
4198
4199 * lib/gdb-utils.exp: New file.
4200 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4201 inline `gdb_init_command' processing.
4202 (gdb_start_cmd): Likewise.
4203 * lib/mi-support.exp (mi_run_cmd): Likewise.
4204 * README: Document `gdb_init_command' and `gdb_init_commands'.
4205
218c2655
JK
42062014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4207
4208 Fix false FAIL running under a very long directory name.
4209 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4210 and "set print elements 10000". Twice.
4211
5401fde3
YQ
42122014-07-11 Yao Qi <yao@codesourcery.com>
4213
4214 * gdb.base/exprs.exp: "set print symbol off".
4215
e76126e8
PA
42162014-07-11 Pedro Alves <palves@redhat.com>
4217
4218 * gdb.threads/kill.c: New file.
4219 * gdb.threads/kill.exp: New file.
4220
2d6f0de6
YQ
42212014-07-10 Yao Qi <yao@codesourcery.com>
4222
4223 * gdb.trace/tfile.c (write_basic_trace_file)
4224 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4225 address written to trace file.
4226
7180e04a
PA
42272014-07-09 Pedro Alves <palves@redhat.com>
4228
4229 * gdb.base/attach-wait-input.exp: New file.
4230 * gdb.base/attach-wait-input.c: New file.
4231
9a9a7608
AB
42322014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4233
4234 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4235 setting up test structures.
4236 (main): Call new test function.
4237 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4238 test function, continue into test function and walk test
4239 structures.
4240
161ac41e
YQ
42412014-07-02 Yao Qi <yao@codesourcery.com>
4242
4243 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4244 'bar_start' at the beginning of functions 'foo' and 'bar'
4245 respectively.
4246 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4247 instead of 'foo' and 'bar'.
4248
1f267ae3
MM
42492014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4250
4251 * gdb.btrace/segv.exp: New.
4252 * gdb.btrace/segv.c: New.
4253
2b239efb
LM
42542014-07-02 Luis Machado <lgustavo@codesourcery.com>
4255
4256 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4257 instruction.
4258
cf363f18
MW
42592014-06-30 Mark Wielaard <mjw@redhat.com>
4260
4261 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4262 vulture, vilify, villar): New volatile array constants.
4263 (vindictive, vegetation): New const volatile array constants.
4264 * gdb.base/volatile.exp: Test volatile and const volatile array
4265 types.
4266
aebf9d24
AA
42672014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4268
4269 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4270 target lacks support for awatch, rwatch, or hbreak.
4271
b67a2c6f
YQ
42722014-06-27 Yao Qi <yao@codesourcery.com>
4273
4274 * gdb.multi/dummy-frame-restore.exp: New.
4275 * gdb.multi/dummy-frame-restore.c: New.
4276
aef92902
MM
42772014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4278
4279 * gdb.btrace/gcore.exp: New.
4280
8e9db26e
PA
42812014-06-23 Pedro Alves <palves@redhat.com>
4282
4283 * gdb.base/watchpoint-reuse-slot.c: New file.
4284 * gdb.base/watchpoint-reuse-slot.exp: New file.
4285
70afc5b7
SC
42862014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4287
4288 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4289 progspace's filename in 'info', 'enable' and 'disable' command
4290 tests.
4291
b972bd9c
JK
42922014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4293
4294 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4295 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4296 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4297
125f8a3d
GB
42982014-06-20 Gary Benson <gbenson@redhat.com>
4299
4300 * gdb.arch/i386-avx.exp: Fix include file location.
4301 * gdb.arch/i386-sse.exp: Likewise.
4302
3ed9baed
IB
43032014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4304
4305 * gdb.dlang/expression.exp: New file.
4306
034f788c
PA
43072014-06-19 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4310 out from ...
4311 (top level): ... here. Iterate running tests under different
4312 scheduler-locking settings.
4313
45371d0c
LM
43142014-06-18 Luis Machado <lgustavo@codesourcery.com>
4315
4316 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4317 to DW_FORM_addr and use non-zero addresses.
4318
5d376983
SC
43192014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4320
4321 PR gdb/17017
4322 * gdb.python/py-xmethods.cc: Add global function call counters and
4323 increment them in their respective functions. Remove "cout"
4324 statements.
4325 * gdb.python/py-xmethods.exp: Make tests check the global function
4326 call counters instead of depending on inferior IO.
4327
a1aa2221
LM
43282014-06-18 Don Breazeal <donb@codesourcery.com>
4329
4330 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4331 Deleted procedure.
4332 (explicit_fork_parent_follow): Deleted procedure.
4333 (explicit_fork_child_follow): Deleted procedure.
4334 (test_follow_fork): New procedure.
4335 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4336 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4337 procedure calls.
4338
0fc05997
YQ
43392014-06-17 Yao Qi <yao@codesourcery.com>
4340
4341 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4342 CP1252.
4343
70795c52
LM
43442014-06-17 Luis Machado <lgustavo@codesourcery.com>
4345
4346 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4347 Initialize ptr and S explicitly.
4348 (skip_type_update_when_not_use_rtti_test): Likewise.
4349
6be47f0c
KS
43502014-06-16 Keith Seitz <keiths@redhat.com>
4351
4352 PR mi/15863
4353 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4354 the inferior is started.
4355
d03de421
PA
43562014-06-16 Pedro Alves <palves@redhat.com>
4357
4358 * gdb.base/break-main-file-remove-fail.c: New file.
4359 * gdb.base/break-main-file-remove-fail.exp: New file.
4360 * gdb.base/break-unload-file.exp: Use build_executable instead of
4361 prepare_for_testing.
4362 (test_break): New parameter "initial_load". Handle it.
4363 (top level): Add initial_load cmdline/file axis.
4364
f9579b99
TT
43652014-06-12 Tom Tromey <tromey@redhat.com>
4366
4367 * gdb.base/completion.exp: Don't use directory name in test.
4368
3657956b
GB
43692014-06-09 Gary Benson <gbenson@redhat.com>
4370
4371 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4372 separate the always-available ANSI-standard signals from the
4373 signals that require checking.
4374 (main): Likewise.
4375 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4376 Likewise.
4377 (main): Likewise.
4378
4186eb54
KS
43792014-06-07 Keith Seitz <keiths@redhat.com>
4380
4381 Revert:
4382 PR c++/16253
4383 * gdb.cp/var-tag.cc: New file.
4384 * gdb.cp/var-tag.exp: New file.
4385 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4386 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4387 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4388 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4389
25326a28 43902014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4391
4392 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4393
829155c9
PA
43942014-06-06 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4397 in target debug output instead of looking at RSP packets,
4398 disabling the test on any target that uses hardware stepping.
4399 Update comments.
4400
61c8d22e
PA
44012014-06-06 Pedro Alves <palves@redhat.com>
4402
4403 * gdb.base/break-unload-file.exp: Fix typo.
4404
d9a47287
YQ
44052014-06-06 Yao Qi <yao@codesourcery.com>
4406
4407 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4408 from "jit_function" to "^jit_function".
4409
e5e01dbf
YQ
44102014-06-06 Yao Qi <yao@codesourcery.com>
4411
4412 * gdb.base/async.c (foo): Add one statement.
4413 * gdb.base/async.exp: Get the next instruction address and
4414 match the output of "nexti" by instruction address. Match
4415 the hex address in the output of "finish".
4416
73ba372c
GB
44172014-06-06 Gary Benson <gbenson@redhat.com>
4418
4419 * gdb.base/call-signals.c: Remove preprocessor conditionals
4420 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4421 SIGSEGV and SIGTERM.
4422 * gdb.base/sigall.c: Likewise.
4423 * gdb.base/unwindonsignal.c: Likewise.
4424 * gdb.reverse/sigall-reverse.c: Likewise.
4425
831517df
YQ
44262014-06-06 Yao Qi <yao@codesourcery.com>
4427
4428 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4429 readable, skip the test.
4430
b8b91e98
YQ
44312014-06-06 Yao Qi <yao@codesourcery.com>
4432
4433 * gdb.threads/staticthreads.c (thread_function): Move the line
4434 setting breakpoint on forward.
4435 * gdb.threads/staticthreads.exp: Update comments.
4436
fb934770
LC
44372014-06-05 Ludovic Courtès <ludo@gnu.org>
4438
4439 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4440 "history-append! type error".
4441
6ef284bd
SM
44422014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4443
4444 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4445 erroneous dprintf expected input.
4446
a872e241
DE
44472014-06-04 Doug Evans <xdje42@gmail.com>
4448
4449 * gdb.guile/scm-generics.exp: Delete.
4450
16f691fb
DE
44512014-06-04 Doug Evans <xdje42@gmail.com>
4452
4453 * gdb.guile/scm-breakpoint.exp: Update.
4454 Add tests for breakpoint registration.
4455
012370f6
TT
44562014-06-04 Tom Tromey <tromey@redhat.com>
4457
4458 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4459 VLA-in-union.
4460 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4461 inner_vla_struct, vla_union types. Initialize objects of those
4462 types and compute their sizes.
4463
9f5a4cef
HZ
44642014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4465 Hui Zhu <hui@codesourcery.com>
4466
4467 * gdb.base/fileio.exp: Add test for shell not available as well as
4468 available.
4469 * gdb.base/fileio.c (test_system): Check for shell twice.
4470
90a45c4d
YQ
44712014-06-04 Yao Qi <yao@codesourcery.com>
4472
4473 * gdb.base/auto-connect-native-target.exp: Remove redundant
4474 space from the regexp pattern.
4475
70017e41
YQ
44762014-06-04 Yao Qi <yao@codesourcery.com>
4477
4478 * gdb.base/default.exp: Replace "child" with "native" in
4479 regexp pattern.
4480
883964a7
SC
44812014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4482
4483 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4484 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4485 * gdb.python/py-xmethods.py: Python script supporting the
4486 new testcase and tests.
4487
ef370185
JB
44882014-06-03 Joel Brobecker <brobecker@adacore.com>
4489 Pedro Alves <palves@redhat.com>
4490
4491 PR breakpoints/17000
4492 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4493 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4494
1e2ccb61
BM
44952014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4496
4497 * gdb.base/subst.exp: Add tests to verify partial path matching
4498 output.
4499
c6ec5ab2
PA
45002014-06-03 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4503 target that doesn't use software single-stepping.
4504
835c559f
PA
45052014-06-03 Pedro Alves <palves@redhat.com>
4506
4507 PR breakpoints/17000
4508 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4509 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4510
06eb1586
DE
45112014-06-02 Doug Evans <xdje42@gmail.com>
4512
4513 * gdb.guile/scm-parameter.exp: New file.
4514
e698b8c4
DE
45152014-06-02 Doug Evans <xdje42@gmail.com>
4516
4517 * gdb.guile/scm-cmd.c: New file.
4518 * gdb.guile/scm-cmd.exp: New file.
4519
ded03782
DE
45202014-06-02 Doug Evans <xdje42@gmail.com>
4521
4522 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4523 pretty-printer lookup.
4524 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4525 (make-pp_s-printer): Call it.
4526 (make-pretty-printer-from-dict): New function.
4527 (lookup-pretty-printer-maker-from-dict): New function.
4528 (*pretty-printer*): Simplify.
4529 (make-objfile-pp_s-printer): New function.
4530 (install-objfile-pretty-printers!): New function.
4531 (make-progspace-pp_s-printer): New function.
4532 (install-progspace-pretty-printers!): New function.
4533 * gdb.guile/scm-progspace.c: New file.
4534 * gdb.guile/scm-progspace.exp: New file.
4535
41fac0cf
PA
45362014-06-02 Pedro Alves <palves@redhat.com>
4537
4538 * gdb.base/dprintf-bp-same-addr.c: New file.
4539 * gdb.base/dprintf-bp-same-addr.exp: New file.
4540
96ae5695
EBM
45412014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4542
4543 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4544 * gdb.arch/powerpc-power.s: Likewise.
4545
da02b3a8
JB
45462014-06-02 Joel Brobecker <brobecker@adacore.com>
4547
4548 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4549
c72b2e7b
YQ
45502014-06-01 Yao Qi <yao@codesourcery.com>
4551
4552 * gdb.base/watchpoint.exp (test_watch_location): Check null
4553 pointer can be dereferenced. If not, do the test, otherwise
4554 skip it.
4555
53e8a631
AB
45562014-05-30 Andrew Burgess <aburgess@broadcom.com>
4557
4558 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4559 results.
4560 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4561
938f0e2f
AB
45622014-05-30 Andrew Burgess <aburgess@broadcom.com>
4563
4564 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4565 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4566 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4567 * gdb.arch/amd64-invalid-stack-top.c: New file.
4568 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4569
9ba6657a
PA
45702014-05-30 Pedro Alves <palves@redhat.com>
4571
4572 PR breakpoints/17000
4573 * gdb.base/sss-bp-on-user-bp.c: New file.
4574 * gdb.base/sss-bp-on-user-bp.exp: New file.
4575
522c09bf
DB
45762014-05-30 David Blaikie <dblaikie@gmail.com>
4577
4578 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4579 gnu_inline semantics via attribute.
4580 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4581 source explicitly specifies the required semantics.
4582
bf4ef81e
MR
45832014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4584
4585 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4586
329ea579
PA
45872014-05-29 Pedro Alves <palves@redhat.com>
4588 Tom Tromey <tromey@redhat.com>
4589
4590 * gdb.base/async-shell.exp: Don't enable target-async.
4591 * gdb.base/async.exp
4592 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4593 parameter. Adjust.
4594 (top level): Don't test with "target-async".
4595 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4596 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4597 * gdb.base/inferior-died.exp: Don't enable target-async.
4598 * gdb.base/interrupt-noterm.exp: Likewise.
4599 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4600 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4601 * gdb.mi/mi-nonstop.exp: Likewise.
4602 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4603 * gdb.mi/mi-nsintrall.exp: Likewise.
4604 * gdb.mi/mi-nsmoribund.exp: Likewise.
4605 * gdb.mi/mi-nsthrexec.exp: Likewise.
4606 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4607 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4608 * gdb.python/py-evsignal.exp: Don't enable target-async.
4609 * gdb.python/py-evthreads.exp: Likewise.
4610 * gdb.python/py-prompt.exp: Likewise.
4611 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4612 * gdb.server/solib-list.exp: Don't enable target-async.
4613 * gdb.threads/thread-specific-bp.exp: Likewise.
4614 * lib/mi-support.exp: Adjust to use mi-async.
4615
fd664c91
PA
46162014-05-29 Pedro Alves <palves@redhat.com>
4617
4618 PR gdb/13860
4619 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4620 reason, even in sync mode.
4621
251bde03
PA
46222014-05-29 Pedro Alves <palves@redhat.com>
4623 Hui Zhu <hui@codesourcery.com>
4624
4625 PR PR15693
4626 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4627 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4628 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4629 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4630
7f3c0343
JB
46312014-05-28 Joel Brobecker <brobecker@adacore.com>
4632
4633 * config/monitor.exp (gdb_target_monitor): Replace use of
4634 "set remotebaud" by "set serial baud".
4635
b2715b27
AW
46362014-05-26 Andy Wingo <wingo@igalia.com>
4637
4638 * gdb.guile/scm-breakpoint.exp:
4639 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4640 properties instead of gdb-object-properties.
4641
498a4489
YQ
46422014-05-26 Yao Qi <yao@codesourcery.com>
4643
4644 * gdb.server/no-thread-db.exp: Specify source file name
4645 explicitly when setting a breakpoint.
4646
589fdceb
MM
46472014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4648
4649 * gdb.btrace/vdso.c: New.
4650 * gdb.btrace/vdso.exp: New.
4651
e9089e05
MM
46522014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4653
4654 * gdb.base/gcore.exp (capture_command_output): Move ...
4655 * lib/gdb.exp (capture_command_output): ... here.
4656
67b5c0c1
MM
46572014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4658
4659 * gdb.btrace/data.exp: Test memory access during btrace replay.
4660
a2199296
SM
46612014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4662
4663 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4664
17b2616c
PA
46652014-05-21 Pedro Alves <palves@redhat.com>
4666
4667 PR gdb/13860
4668 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4669 (top level): Test that output related to execution commands is
4670 sent to the console with CLI commands, but not with MI commands.
4671 Test that breakpoint events are always mirrored to the console.
4672 Also expect the new source line to be output after a "next" in
4673 async mode too. Make it a pass/fail test.
4674 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4675 output.
4676 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4677
5166082f
PA
46782014-05-21 Pedro Alves <palves@redhat.com>
4679
4680 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4681 Use them to test variations of "list" after reaching a breakpoint.
4682 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4683 Test "list" with listsize 10 after reaching a breakpoint.
4684 * gdb.python/python.exp (decode_line current location line
4685 number): Adjust expected line number.
4686
2f25d70f
SM
46872014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4688
4689 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4690 behavior for $args, pass it directly to "run".
4691
ff604a67
MR
46922014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4693
4694 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4695 30000 to 65536.
4696
6a3cb8e8
PA
46972014-05-21 Pedro Alves <palves@redhat.com>
4698
4699 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4700 auto-connect-native-target off".
4701 * gdb.base/auto-connect-native-target.c: New file.
4702 * gdb.base/auto-connect-native-target.exp: New file.
4703
4ebfc96e
PA
47042014-05-21 Pedro Alves <palves@redhat.com>
4705
4706 * gdb.base/default.exp: Test "target native" instead of "target
4707 child".
4708
36d46afb
MW
47092014-05-21 Mark Wielaard <mjw@redhat.com>
4710
4711 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4712
5876f503
JK
47132014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4714
4715 Fix TLS access for -static -pthread.
4716 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4717 <HAVE_TLS> (thread_function, main): Initialize it.
4718 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4719 Add clean_restart.
4720 <$have_tls != "">: Check TLSVAR.
4721
0256a6ac
PA
47222014-05-21 Pedro Alves <palves@redhat.com>
4723
4724 * gdb.base/dcache-line-read-error.c: New.
4725 * gdb.base/dcache-line-read-error.exp: New.
4726
936d2992
PA
47272014-05-20 Pedro Alves <palves@redhat.com>
4728
4729 * gdb.base/compare-sections.c: New file.
4730 * gdb.base/compare-sections.exp: New file.
4731
802e8e6d
PA
47322014-05-20 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.base/break-idempotent.c: New file.
4735 * gdb.base/break-idempotent.exp: New file.
4736
e59fa00f
MM
47372014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4738
4739 * gdb.btrace/nohist.exp: New.
4740
8b696e31
YQ
47412014-05-20 Yao Qi <yao@codesourcery.com>
4742
4743 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4744 gdb.reverse directory and gdb_reverse_timeout exists in board
4745 setting.
4746 * README: Document gdb_reverse_timeout.
4747
73c9764f
YQ
47482014-05-20 Yao Qi <yao@codesourcery.com>
4749
4750 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4751 'test_file_name'. Treat args as a string instead of a list.
4752 (gdb_init): Rename argument 'args' by 'test_file_name'.
4753
f1f4348a
JK
47542014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4755
4756 * gdb.arch/powerpc-power.exp: New file.
4757 * gdb.arch/powerpc-power.s: New file.
4758
0dbe70ce
DE
47592014-05-16 Doug Evans <dje@google.com>
4760
4761 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4762 * gdb.base/completion.exp: Check that all expected files exist
4763 before doing file completion.
0dbe70ce 4764
8d551b02
DE
47652014-05-16 Doug Evans <dje@google.com>
4766
4767 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4768 Update.
4769 (do_syscall_tests_without_xml): Update.
4770
73eb7709
PA
47712014-05-16 Pedro Alves <palves@redhat.com>
4772
4773 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4774 instead of "unknown output after running".
4775
3fae92fc
YQ
47762014-05-16 Yao Qi <yao@codesourcery.com>
4777
4778 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4779 file1.txt from host at the end.
4780 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4781
c2b2ccc5
DE
47822014-05-15 Doug Evans <dje@google.com>
4783
4784 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4785 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4786 loading file. Add test for TU lookup.
4787
8c217a4b
SM
47882014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4789
4790 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4791 calling "-exec-arguments" or "set args" before running the
4792 inferior.
4793
3deb39c6
SM
47942014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4795
4796 * lib/mi-support.exp (mi_expect_stop): Expect message for
4797 inferiors that exit with non-zero exit code.
4798
71a79f8c
YQ
47992014-05-14 Yao Qi <yao@codesourcery.com>
4800
4801 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4802 match absolute path on remote host.
4803 (test_file_list_exec_source_files): Remove "/" from the
4804 pattern.
4805
f23fcd46
YQ
48062014-05-14 Yao Qi <yao@codesourcery.com>
4807
4808 * boards/local-remote-host-notty.exp (${board}_file): New
4809 proc.
4810
9404b58f
KM
48112014-05-07 Kyle McMartin <kyle@redhat.com>
4812
4813 Pushed by Joel Brobecker <brobecker@adacore.com>.
4814 * gdb.arch/aarch64-atomic-inst.c: New file.
4815 * gdb.arch/aarch64-atomic-inst.exp: New file.
4816
5e45f04c
YQ
48172014-05-07 Yao Qi <yao@codesourcery.com>
4818
4819 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4820 in current context" too.
4821
c888a17d
KS
48222014-05-05 Keith Seitz <keiths@redhat.com>
4823
4824 * gdb.linespec/ls-dollar.exp: Add test for linespec
4825 file:convenience_variable.
4826
290a839c
YQ
48272014-05-05 Yao Qi <yao@codesourcery.com>
4828
4829 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4830 traceframes into tfile and ctf trace files. Read data from
4831 trace file and test collected data.
4832 (gdb_collect_locals_test): Likewise.
4833 (gdb_unavailable_registers_test): Likewise.
4834 (gdb_unavailable_floats): Likewise.
4835 (gdb_collect_globals_test): Likewise.
4836 (top-level): Append "ctf" to trace_file_targets if GDB
4837 supports.
4838
b5262cd0
YQ
48392014-05-05 Yao Qi <yao@codesourcery.com>
4840
4841 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4842 code to ...
4843 (gdb_collect_args_test_1): ... it. New proc.
4844 (gdb_collect_locals_test): Move some code to ...
4845 (gdb_collect_locals_test_1): ... it. New proc.
4846 (gdb_unavailable_registers_test): Move some code to ...
4847 (gdb_unavailable_registers_test_1): ... it. New proc.
4848 (gdb_unavailable_floats): Move some code to ...
4849 (gdb_unavailable_floats_1): ... it. New proc.
4850
30a1e6cc
SDJ
48512014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4852
4853 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4854 probes to test for bitness recognition.
4855 * gdb.arch/amd64-stap-optional-prefix.exp
4856 (test_probe_value_without_reg): New procedure.
4857 Add code to test for different kinds of bitness.
4858
f33da99a
SDJ
48592014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4860
4861 PR breakpoints/16889
4862 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4863 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4864
5b80f00d
PA
48652014-05-01 Pedro Alves <palves@redhat.com>
4866
4867 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4868 gdb_file_cmd if no file is specified.
4869 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4870 last_loaded_file to set the remote exec-file.
4871
f8c2a73c
PA
48722014-05-01 Pedro Alves <palves@redhat.com>
4873
4874 * boards/local-remote-host.exp: New file.
4875
be6e8ac7
PA
48762014-05-01 Pedro Alves <palves@redhat.com>
4877
4878 * boards/local-remote-host.exp: Rename to ...
4879 * boards/local-remote-host-notty.exp: ... this.
4880
cac0dc8f
JB
48812014-04-28 Joel Brobecker <brobecker@adacore.com>
4882
4883 * gdb.ada/dyn_arrayidx: New testcase.
4884
9730e6cc
YQ
48852014-04-26 Yao Qi <yao@codesourcery.com>
4886
4887 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4888 and compute the length of function main. Save it in
4889 $main_length.
4890 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4891 (top-level): Use gdb_compile to compile objects into
4892 executable and restart GDB. Remove invocation to
4893 prepare_for_testing.
4894
7ae1a6a6
PA
48952014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4896 Pedro Alves <palves@redhat.com>
4897
4898 PR server/16255
4899 * gdb.multi/multi-attach.c: New file.
4900 * gdb.multi/multi-attach.exp: New file.
4901
4082afcc
PA
49022014-04-25 Pedro Alves <palves@redhat.com>
4903
4904 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4905 user.
4906 (top level): Test that "set remote conditional-breakpoints-packet
4907 off" works as intended.
4908 * gdb.base/dprintf.exp: Test that "set remote
4909 breakpoint-commands-packet off" works as intended.
4910 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4911 New function.
4912 (top level): Call it.
4913 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4914 remote fast-tracepoints-packet off" works as intended.
4915 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4916 * lib/gdb.exp (gdb_is_target_remote): ... here.
4917
2abc3f8d
DB
49182014-04-24 David Blaikie <dblaikie@gmail.com>
4919
4920 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4921 ensure clang would not discard them.
4922 * gdb.base/gdbvars.c: Ditto.
4923 * gdb.base/memattr.c: Ditto.
4924 * gdb.base/whatis.c: Ditto.
4925 * gdb.python/py-prettyprint.c: Ditto.
4926 * gdb.trace/actions.c: Ditto.
4927 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4928 ensure clang would not discard it.
4929
bfd39632
DB
49302014-04-24 David Blaikie <dblaikie@gmail.com>
4931
4932 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4933 clang to emit the full definition of type required by the test
4934 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4935
22842ff6
DB
49362014-04-24 David Blaikie <dblaikie@gmail.com>
4937
4938 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4939 coax Clang into emitting the definition of the type.
4940 * gdb.cp/pr10728-x.h (y): Ditto.
4941 * gdb.cp/pr10728-y.cc (y): Ditto.
4942
c2e827ad
DB
49432014-04-24 David Blaikie <dblaikie@gmail.com>
4944
4945 * gdb.base/label.exp: XFAIL label related tests under Clang.
4946 * gdb.cp/cplabel.exp: Ditto.
4947 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4948 under Clang those using labels.
4949
4c2d33e7
YQ
49502014-04-25 Yao Qi <yao@codesourcery.com>
4951
4952 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4953 double_label.
4954 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4955 partial_label and double_label.
4956
56083b99
DB
49572014-04-24 David Blaikie <dblaikie@gmail.com>
4958
4959 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4960
25d4e99d
DB
49612014-04-24 David Blaikie <dblaikie@gmail.com>
4962
4963 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4964 of the function to work across GCC and Clang.
4965 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4966 pointer types (const void ** const V void **).
4967
01f9f808
MS
49682014-04-24 Michael Sturm <michael.sturm@mintel.com>
4969 Walfred Tedeschi <walfred.tedeschi@intel.com>
4970
4971 * Makefile.in (EXECUTABLES): Added i386-avx512.
4972 * gdb.arch/i386-avx512.c: New file.
4973 * gdb.arch/i386-avx512.exp: Likewise.
4974
4b48d439
KS
49752014-04-23 Keith Seitz <keiths@redhat.com>
4976
4977 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4978 (mi_make_breakpoint_table): New procedure.
4979 (mi_create_breakpoint): Use mi_make_breakpoint
4980 and return the result.
4981 (mi_make_breakpoint): New procedure.
4982 (mi_build_kv_pairs): New procedure.
4983
4984 * gdb.mi/mi-break.exp: Remove unused globals,
4985 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4986 All callers updated.
4987 * gdb.mi/mi-dprintf.exp: Use variable to track command
4988 number.
4989 Update all callers of mi_create_breakpoint and use
4990 mi_make_breakpoint_table.
4991 Remove any unused global variables.
4992 * gdb.mi/mi-nonstop.exp: Likewise.
4993 * gdb.mi/mi-nsintrall.exp: Likewise.
4994 * gdb.mi/mi-nsmoribund.exp: Likewise.
4995 * gdb.mi/mi-nsthrexec.exp: Likewise.
4996 * gdb.mi/mi-reverse.exp: Likewise.
4997 * gdb.mi/mi-simplerun.exp: Likewise.
4998 * gdb.mi/mi-stepn.exp: Likewise.
4999 * gdb.mi/mi-syn-frame.exp: Likewise.
5000 * gdb.mi/mi-until.exp: Likewise.
5001 * gdb.mi/mi-var-cp.exp: Likewise.
5002 * gdb.mi/mi-var-display.exp: Likewise.
5003 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5004 * gdb.mi/mi2-var-child.exp: Likewise.
5005 * gdb.mi/mi-vla-c99.exp: Likewise.
5006 * lib/mi-support.exp: Likewise.
5007
5008 From Ian Lance Taylor <iant@cygnus.com>:
5009 * lib/gdb.exp (parse_args): New procedure.
5010
08351840
PA
50112014-04-23 Pedro Alves <palves@redhat.com>
5012
5013 * gdb.base/break-unload-file.c: New file.
5014 * gdb.base/break-unload-file.exp: New file.
5015 * gdb.base/sym-file-lib.c (baz): New function.
5016 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5017 field.
5018 (load): Store the segment's mapped size.
5019 (unload): New function.
5020 (unload_shlib): New function.
5021 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5022 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5023 set a breakpoint at baz, and call it.
5024 * gdb.base/sym-file.exp: New tests for stale breakpoint
5025 instructions.
5026
076855f9
PA
50272014-04-23 Pedro Alves <palves@redhat.com>
5028
5029 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5030 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5031 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5032 * gdb.base/hbreak-unmapped.c: New file.
5033 * gdb.base/hbreak-unmapped.exp: New file.
5034 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5035 * lib/gdb.exp (gdb_is_target_remote): ... here.
5036
483805cf
PA
50372014-04-22 Pedro Alves <palves@redhat.com>
5038
5039 * gdb.base/consecutive-step-over.c: New file.
5040 * gdb.base/consecutive-step-over.exp: New file.
5041
06d97543
PA
50422014-04-22 Pedro Alves <palves@redhat.com>
5043
5044 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5045 instead of send_gdb/gdb_expect.
5046
b4429ea2
YQ
50472014-04-22 Yao Qi <yao@codesourcery.com>
5048
5049 * lib/trace-support.exp (generate_tracefile): New procedure.
5050 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5051 return 0.
5052 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5053 if generate_tracefile returns 1.
5054
51d48146
PA
50552014-04-18 Tom Tromey <palves@redhat.com>
5056 Pedro alves <tromey@redhat.com>
5057
5058 PR backtrace/15558
5059 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5060 with a backtrace limit.
5061 * gdb.python/py-frame-inline.exp: Test running to an inline
5062 function with a backtrace limit, and printing the newest frame.
5063 * gdb.python/py-frame-inline.c (main): Call f.
5064
bd1dce5f
MS
50652014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5066
5067 * gdb.java/jnpe.exp: Drop srcdir from untested path.
5068
40d1a503
MS
50692014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5070
5071 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5072 Drop prefix from unsupported source file path.
5073
389b98f7
YQ
50742014-04-17 Yao Qi <yao@codesourcery.com>
5075
5076 * lib/gdb.exp (with_target_charset): New proc.
5077 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5078 with_target_charset.
5079 (test_print_strings): Likewise.
5080 (test_repeat_bytes): Likewise.
5081 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5082 for some tests.
5083
22869d73
KS
50842014-04-16 Keith Seitz <keiths@redhat.com>
5085
5086 PR gdb/15827
5087 * gdb.dwarf2/corrupt.c: New file.
5088 * gdb.dwarf2/corrupt.exp: New file.
5089
c4f87ca6
KS
50902014-04-16 Keith Seitz <keiths@redhat.com>
5091
5092 PR c++/16597
5093 * gdb.cp/namelessclass.cc: New file.
5094 * gdb.cp/namelessclass.exp: New file.
5095 * gdb.cp/namelessclass.S: New file.
5096
ab19de87
DE
50972014-04-16 Doug Evans <dje@google.com>
5098
5099 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5100 Add comment.
5101 (gdbserver_default_get_comm_port): New function.
5102 (gdbserver_start): Check if board file provided
5103 "gdbserver,get_comm_port" and use it if so.
5104 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5105 (gdb,socketport): Set to "stdio".
5106 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5107 (stdio_gdbserver_template): Delete.
5108 (${board}_get_remote_address): Update.
5109 (${board}_build_remote_cmd): Delete.
5110 (${board}_get_comm_port): New function.
5111 (${board}_spawn): Update.
5112 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5113 Delete.
5114 (${board}_get_remote_address): Update.
5115 (${board}_get_comm_port): New function.
5116
fc98a809
AB
51172014-04-16 Andrew Burgess <aburgess@broadcom.com>
5118
5119 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5120 appearing in any order.
5121
87fd9e6e
DE
51222014-04-15 Doug Evans <dje@google.com>
5123
5124 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5125 uninitialized value of "description".
5126
099fc3ea
KS
51272014-04-15 Keith Seitz <keiths@redhat.com>
5128
5129 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5130 Remove unused globals.
5131 (test_running_the_program): Likewise.
5132 (test_controlled_execution): Likewise.
5133 (test_controlling_breakpoints): Likewise.
5134 (test_program_termination): Likewise.
5135
5da151d4
KS
51362014-04-15 Keith Seitz <keiths@redhat.com>
5137
5138 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5139 unused globals.
5140 (test_rbreak_creation_and_listing): Likewise.
5141 (test_ignore_count): Likewise.
5142 (test_error): Likewise.
5143
35e5d2f0
PA
51442014-04-15 Pedro Alves <palves@redhat.com>
5145
5146 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5147 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5148 sym-file-loader.c.
5149 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5150 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5151 to sym-file-loader.c.
5152 (struct library): Forward declare.
5153 (load_shlib, lookup_function): Change prototypes.
5154 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5155 (translate_offset): Remove declarations.
5156 (get_text_addr): New declaration.
5157 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5158 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5159 sym-file-loader.h.
5160 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5161 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5162 here from sym-file-loader.h.
5163 (struct library): New structure.
5164 (load_shlib, lookup_function): Change prototypes and adjust to
5165 work with a struct library.
5166 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5167 (translate_offset): Make static.
5168 (get_text_addr): New function.
5169 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5170
eb4c1710
PA
51712014-04-15 Pedro Alves <palves@redhat.com>
5172
5173 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5174
2d1baf52
PA
51752014-04-15 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.base/sym-file-loader.c: Include <limits.h>.
5178 (SELF_LINK): New define.
5179 (get_origin): New function.
5180 (load_shlib): Use it.
5181 * gdb.base/sym-file.exp: Don't early return if the target is
5182 remote. Use runto_main, and issue fail is that fails. Use
5183 gdb_load_shlibs.
5184 (shlib_name): Delete.
5185 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5186
7dd6df01
PA
51872014-04-15 Pedro Alves <palves@redhat.com>
5188
5189 * gdb.base/sym-file.exp: Remove regex characters from test
5190 message. Don't refer to breakpoint numbers in test messages.
5191
b50c8614
KS
51922014-04-14 Keith Seitz <keiths@redhat.com>
5193
5194 PR c++/16253
5195 * gdb.cp/var-tag.cc: New file.
5196 * gdb.cp/var-tag.exp: New file.
5197 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5198 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5199 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5200 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5201
3d567982
TT
52022014-04-14 Tom Tromey <tromey@redhat.com>
5203
5204 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5205 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5206 type.
5207 * gdb.cp/enum-class.exp: New file.
5208 * gdb.cp/enum-class.cc: New file.
5209
0626fc76
TT
52102014-04-14 Tom Tromey <tromey@redhat.com>
5211
5212 * gdb.dwarf2/enum-type.exp: New file.
5213
dca325b3
SA
52142014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5215
5216 * gdb.mi/mi-vla-c99.exp: New file.
5217 * gdb.mi/vla.c: New file.
5218
5854b38a
SA
52192014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5220
5221 * gdb.base/vla-datatypes.c: New file.
5222 * gdb.base/vla-datatypes.exp: New file.
5223
463bb957
SA
52242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5225
5226 * gdb.base/vla-ptr.c: New file.
5227 * gdb.base/vla-ptr.exp: New file.
5228
3dd170be
SA
52292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5230
5231 * gdb.dwarf2/count.exp: New file.
5232
5ecaaa66
SA
52332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5234
5235 * gdb.base/vla-sideeffect.c: New file.
5236 * gdb.base/vla-sideeffect.exp: New file.
5237
41f1ada5
DB
52382014-04-14 David Blaikie <dblaikie@gmail.com>
5239
5240 * gdb.mi/non-stop.c: Add return value for non-void function return
5241 statement.
5242 * gdb.threads/staticthreads.c: Ditto.
5243
0be03e84
DE
52442014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5245 Doug Evans <xdje42@gmail.com>
5246
5247 * gdb.guile/scm-value.c: Improve test case.
5248 * gdb.guile/scm-value.exp: Add new test.
5249
f180a1fb
DB
52502014-04-11 David Blaikie <dblaikie@gmail.com>
5251
5252 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5253 override Clang's default.
5254
6b662e19
JB
52552014-04-11 Joel Brobecker <brobecker@adacore.com>
5256
5257 Revert the following changes (regressions):
5258
5259 * gdb.base/vla-sideeffect.c: New file.
5260 * gdb.base/vla-sideeffect.exp: New file.
5261
5262 * gdb.dwarf2/count.exp: New file.
5263
5264 * gdb.base/vla-multi.c: New file.
5265 * gdb.base/vla-multi.exp: New file.
5266
5267 * gdb.base/vla-ptr.c: New file.
5268 * gdb.base/vla-ptr.exp: New file.
5269
5270 * gdb.base/vla-datatypes.c: New file.
5271 * gdb.base/vla-datatypes.exp: New file.
5272
5273 * gdb.mi/mi-vla-c99.exp: New file.
5274 * gdb.mi/vla.c: New file.
5275
245a5f0b
KS
52762014-04-11 Keith Seitz <keiths@redhat.com>
5277
5278 PR c++/16675
5279 * gdb.cp/cpsizeof.exp: New file.
5280 * gdb.cp/cpsizeof.cc: New file.
5281
58a84dcf
SA
52822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5283
191a8a90
JB
5284 * gdb.mi/mi-vla-c99.exp: New file.
5285 * gdb.mi/vla.c: New file.
58a84dcf 5286
c8655f75
SA
52872014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5288
5289 * gdb.base/vla-datatypes.c: New file.
5290 * gdb.base/vla-datatypes.exp: New file.
5291
024e13b4
SA
52922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5293
5294 * gdb.base/vla-ptr.c: New file.
5295 * gdb.base/vla-ptr.exp: New file.
5296
1a237e0e
SA
52972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5298
5299 * gdb.base/vla-multi.c: New file.
5300 * gdb.base/vla-multi.exp: New file.
5301
504f3432
SA
53022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5303
5304 * gdb.dwarf2/count.exp: New file.
5305
3bce8237
SA
53062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5307
191a8a90
JB
5308 * gdb.base/vla-sideeffect.c: New file.
5309 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 5310
322f9c21
YQ
53112014-04-11 Yao Qi <yao@codesourcery.com>
5312
5313 * gdb.base/completion.exp: Check file exists before running tests
5314 on file completion.
5315
d708bcd1
PA
53162014-04-10 Pedro Alves <palves@redhat.com>
5317
5318 * gdb.base/cond-eval-mode.c: New file.
5319 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5320 prepare_for_testing to build the new file. Check result of
5321 runto_main.
5322 (test_break, test_watch): New procedures.
5323 (top level): Use them.
5324
ae1d2761
PM
53252014-04-08 Pierre Muller <muller@sourceware.org>
5326
5327 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5328 Ctrl-V use for mingw hosts.
5329
7af389b8
SC
53302014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5331
5332 * gdb.python/py-value.c: Improve test case.
5333 * gdb.python/py-value.exp: Add new test.
5334
5e703181
DE
53352014-04-07 David Blaikie <dblaikie@gmail.com>
5336
5337 * lib/compiler.c: Identify the clang compiler.
5338 * lib/compiler.cc: Ditto.
5339
9810b410
YQ
53402014-04-03 Yao Qi <yao@codesourcery.com>
5341
5342 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5343
98d1b8dc
AB
53442014-04-01 Anton Blanchard <anton@samba.org>
5345
5346 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5347 messages unique.
5348
3114cea1
AB
53492014-04-01 Anton Blanchard <anton@samba.org>
5350
5351 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5352 prepare_for_testing.
5353
62f7182c
AB
53542014-04-01 Anton Blanchard <anton@samba.org>
5355
5356 * gdb.arch/ppc64-atomic-inst.c: Remove.
5357 * gdb.arch/ppc64-atomic-inst.S: New file.
5358 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5359
770e7fc7
DE
53602014-03-31 Doug Evans <dje@google.com>
5361
5362 * gdb.base/print-symbol-loading-lib.c: New file.
5363 * gdb.base/print-symbol-loading-main.c: New file.
5364 * gdb.base/print-symbol-loading.exp: New file.
5365
46e2bafa
YQ
53662014-03-31 Yao Qi <yao@codesourcery.com>
5367
5368 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5369
8776cfe9
JB
53702014-03-28 Joel Brobecker <brobecker@adacore.com>
5371
5372 * gdb.ada/mi_dyn_arr: New testcase.
5373
5d1ef361
DE
53742014-03-27 Doug Evans <dje@google.com>
5375
5376 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5377
b5bee914
YQ
53782014-03-27 Yao Qi <yao@codesourcery.com>
5379
5380 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5381 if target is nios2-*-*.
5382
0d4d0e77
YQ
53832014-03-26 Yao Qi <yao@codesourcery.com>
5384
5385 * lib/gdb.exp (readline_is_used): New proc.
5386 * gdb.base/completion.exp: Move tests on command complete up.
5387 Skip the rest of tests if readline is not used.
5388 * gdb.ada/complete.exp: Skp the test if readline is not
5389 used.
5390 * gdb.base/filesym.exp: Likewise.
5391 * gdb.base/macscp.exp: Likewise.
5392 * gdb.base/readline-ask.exp: Likewise.
5393 * gdb.base/readline.exp: Likewise.
5394 * gdb.python/py-cmd.exp: Likewise.
5395 * gdb.trace/tfile.exp: Likewise.
5396
29361eee
YQ
53972014-03-26 Yao Qi <yao@codesourcery.com>
5398
5399 * gdb.base/macscp.exp: Fix code format issues.
5400
bc9a5525
UW
54012014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5402
5403 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5404 * gdb.asm/powerpc64le.inc: New file.
5405
d3839ede
PA
54062014-03-25 Pedro Alves <palves@redhat.com>
5407 Doug Evans <dje@google.com>
5408
5409 * gdb.base/source-execution.c: New file.
5410 * gdb.base/source-execution.exp: New file.
5411 * gdb.base/source-execution.gdb: New file.
5412
01672a57
DE
54132014-03-24 Doug Evans <dje@google.com>
5414
5415 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5416 using fission.
5417
88bbeca9
HZ
54182014-03-24 Hui Zhu <hui@codesourcery.com>
5419 Pedro Alves <palves@redhat.com>
5420
5421 PR breakpoints/16101
5422 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5423 test pass/fail messages. Detect missing support for dprintf when
5424 breakpoints are actually inserted.
5425 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5426 breakpoints are actually inserted.
5427 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5428 fails.
5429
d2348791
JK
54302014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5431
5432 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5433
feef67ab
DE
54342014-03-22 Doug Evans <xdje42@gmail.com>
5435
5436 * gdb.python/python.exp (python not supported): Verify multi-line
5437 python command issues an error.
25d743f9 5438 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5439 guile command issues an error.
feef67ab 5440
ecebef6a
MR
54412014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5442
5443 * gdb.threads/thread-specific.exp: Handle the lack of usable
5444 $this_breakpoint and $this_thread.
5445
ccdd1909
HZ
54462014-03-21 Hui Zhu <hui@codesourcery.com>
5447
5448 * gdb.base/attach.exp (do_command_attach_tests): New.
5449
beb460e8
PA
54502014-03-20 Tom Tromey <tromey@redhat.com>
5451 Pedro Alves <palves@redhat.com>
5452
5453 PR cli/15718
5454 * gdb.base/condbreak-call-false.c: New file.
5455 * gdb.base/condbreak-call-false.exp: New file.
5456
40acf43a
PA
54572014-03-20 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5460 Delete.
5461 (block_signals, unblock_signals): Delete.
5462 (child_function_2, main): Remove references to deleted variable
5463 and functions.
5464
9f5e1e02
PA
54652014-03-20 Pedro Alves <palves@redhat.com>
5466
5467 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5468 Use pthread_kill to signal thread 2.
5469 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5470 Adjust to make the test send itself a signal rather than using the
5471 host's "kill" command.
5472
99619bea
PA
54732014-03-20 Pedro Alves <palves@redhat.com>
5474
5475 * gdb.threads/multiple-step-overs.c: New file.
5476 * gdb.threads/multiple-step-overs.exp: New file.
5477 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5478 Adjust expected infrun debug output.
5479
2adfaa28
PA
54802014-03-20 Pedro Alves <palves@redhat.com>
5481
5482 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5483 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5484
31e77af2
PA
54852014-03-20 Pedro Alves <palves@redhat.com>
5486
5487 PR breakpoints/7143
5488 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5489 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5490 of gdb_test_multiple.
5491 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5492 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5493
b9f437de
PA
54942014-03-20 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5497 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5498
05adc73e
PA
54992014-03-19 Pedro Alves <palves@redhat.com>
5500
5501 * gdb.base/async.exp: Remove early return.
5502
6048b950
PA
55032014-03-19 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5506
8bcfb00a
PA
55072014-03-19 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.base/async.exp (test_background): Expect \r\n after
5510 "completed." in the fail pattern.
5511
884e37dc
PA
55122014-03-19 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.base/async.exp (test_background): New procedure.
5515 Use it for all background execution command tests.
5516
148e57e2
PA
55172014-03-19 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.base/async.exp: Use prepare_for_testing.
5520
f48088c7
PA
55212014-03-19 Pedro Alves <palves@redhat.com>
5522
5523 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5524 the same line.
5525
e2f6c966
PA
55262014-03-19 Pedro Alves <palves@redhat.com>
5527
5528 * gdb.base/async.c (main): Add "jump here" and "until here" line
5529 marker comments.
5530 * gdb.base/async.exp (jump_here): New global.
5531 (jump& test): Use it.
5532 (until_here): New global.
5533 (until& test): Use it.
5534
c30568d4
PA
55352014-03-19 Pedro Alves <palves@redhat.com>
5536
5537 * gdb.base/async.exp: Don't frob gdb_protocol.
5538
0172b6a7
DE
55392014-03-18 Doug Evans <xdje42@gmail.com>
5540
5541 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5542 Fix spelling of exec-done-display.
5543
06c868a8
JK
55442014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5545
5546 PR gdb/15358
5547 * gdb.base/gdb-sigterm.c: New file.
5548 * gdb.base/gdb-sigterm.exp: New file.
5549
0c7e1a46
PA
55502014-03-18 Pedro Alves <palves@redhat.com>
5551
5552 PR gdb/13860
5553 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5554 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5555 solib-event.
5556
f7c77d93
JB
55572014-03-17 Joel Brobecker <brobecker@adacore.com>
5558
5559 * gdb.ada/pckd_arr_ren: New testcase.
5560
5a1e8c7a
DE
55612014-03-13 Doug Evans <xdje42@gmail.com>
5562
5563 PR guile/16612
5564 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5565 collect after discarding symbols.
5566
350e1a76
DE
55672014-03-13 Ludovic Courtès <ludo@gnu.org>
5568 Doug Evans <xdje42@gmail.com>
5569
5570 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5571 to history survives a gc.
5572
a69900ae
PA
55732014-03-13 Pedro Alves <palves@redhat.com>
5574
5575 * gdb.base/default.exp: Don't test "target procfs".
5576
5db9f0bd
PA
55772014-03-13 Pedro Alves <palves@redhat.com>
5578
5579 * gdb.base/default.exp: Update "target child" and "target procfs"
5580 tests to not expect "Unix".
5581
b3ccfe11
TT
55822014-03-12 Tom Tromey <tromey@redhat.com>
5583
5584 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5585 New procs. Add target-async tests.
5586 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5587 Add target-async tests.
5588
646f4417
AA
55892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5590
5591 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5592 'func_start' and 'func_end' for the beginning and end of the
5593 function code, respectively.
5594 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5595 'func_end' instead of 'func' and 'main'.
5596
288c211f
AA
55972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5598
5599 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5600 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5601 generate the debug info assembler source.
5602
e0c0f156
AA
56032014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5604
5605 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5606 * gdb.dwarf2/arr-subrange.exp: Likewise.
5607 * gdb.dwarf2/dwz.exp: Likewise.
5608 * gdb.dwarf2/method-ptr.exp: Likewise.
5609 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5610 * gdb.dwarf2/subrange.exp: Likewise.
5611 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5612 * gdb.dwarf2/implptrpiece.exp: Likewise.
5613 * gdb.dwarf2/nostaticblock.exp: Likewise.
5614
0e5c4555
AA
56152014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5616
5617 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5618 directory to absolute path name arguments.
5619
5ec18f2b
JG
56202014-03-10 Joel Brobecker <brobecker@adacore.com>
5621
5622 * gdb.ada/tagged_access: New testcase.
5623
847fc4f2
MM
56242014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5625
5626 * gdb.btrace/data.exp: Update expected output.
5627
cc3da688
YQ
56282014-03-06 Yao Qi <yao@codesourcery.com>
5629
5630 * gdb.trace/pr16508.exp: New file.
5631
0f26cec1
PA
56322014-03-05 Pedro Alves <palves@redhat.com>
5633
5634 PR gdb/16575
5635 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5636 procedure.
5637 (top level): Adjust to use it. Add tests that exercise breakpoint
5638 interaction with the code-cache.
5639
7a5a839f
LC
56402014-02-26 Ludovic Courtès <ludo@gnu.org>
5641
5642 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5643 test for 'history-append!'.
5644
31aa7e4e
JB
56452014-02-26 Joel Brobecker <brobecker@adacore.com>
5646
5647 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5648 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5649 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5650 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5651 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5652 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5653
1b588015
JB
56542014-02-26 Joel Brobecker <brobecker@adacore.com>
5655
5656 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5657 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5658 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5659
55426c9d
JB
56602014-02-26 Joel Brobecker <brobecker@adacore.com>
5661
5662 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5663
dc53a7ad
JB
56642014-02-26 Joel Brobecker <brobecker@adacore.com>
5665
5666 * gdb.dwarf2/arr-stride.c: New file.
5667 * gdb.dwarf2/arr-stride.exp: New file.
5668
12ab52e9
PA
56692014-02-26 Pedro Alves <palves@redhat.com>
5670
5671 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5672 that won't ever trigger. Make sure that GDB reports the correct
5673 breakpoint that caused the stop.
5674
849c862e
JK
56752014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5676
5677 PR gdb/16626
5678 * gdb.base/auto-load-script: New file.
5679 * gdb.base/auto-load.c: New file.
5680 * gdb.base/auto-load.exp: New file.
5681
71b7d793
JK
5682 PR gdb/16626
5683 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5684
e2f0d509
JK
56852014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5686
5687 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5688 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5689
50cc37c8
DE
56902014-02-24 Doug Evans <dje@google.com>
5691
5692 * lib/gdb.exp (run_on_host): Log error output if program fails.
5693
ea4758f2
PA
56942014-02-21 Pedro Alves <palves@redhat.com>
5695
5696 * gdb.threads/step-after-sr-lock.c: Rename to ...
5697 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5698 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5699 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5700 ... this.
5701
d7b30f67
SDJ
57022014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5703
5704 PR tdep/16397
5705 * gdb.arch/amd64-stap-special-operands.exp: New file.
5706 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5707 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5708 * gdb.arch/amd64-stap-triplet.S: Likewise.
5709 * gdb.arch/amd64-stap-triplet.c: Likewise.
5710
83deb43f
JB
57112014-02-20 Joel Brobecker <brobecker@adacore.com>
5712
5713 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5714 in .section pseudo-op.
5715
adde2bff
DE
57162014-02-20 lin zuojian <manjian2006@gmail.com>
5717 Joel Brobecker <brobecker@adacore.com>
5718 Doug Evans <xdje42@gmail.com>
5719
5720 PR symtab/16581
5721 * gdb.dwarf2/dw2-icycle.S: New file.
5722 * gdb.dwarf2/dw2-icycle.c: New file.
5723 * gdb.dwarf2/dw2-icycle.exp: New file.
5724
f7bd0f78
SC
57252014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5726
5727 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5728 operations on gdb.Value objects.
5729 * gdb.python/py-value-cc.exp: Add new test to test operations on
5730 gdb.Value objects.
5731
c17ef0d5
DE
57322014-02-18 Doug Evans <dje@google.com>
5733
5734 * Makefile.in (TESTS): New variable.
5735 (expanded_tests, expanded_tests_or_none): New variables
5736 (check-single): Pass $(expanded_tests_or_none) to runtest.
5737 (check-parallel): Only run tests in $(TESTS) if non-empty.
5738 (check/no-matching-tests-found): New rule.
5739 * README: Document TESTS makefile variable.
5740
5dd3176f
DE
57412014-02-18 Doug Evans <dje@google.com>
5742
5743 * Makefile.in (check-parallel): rm -rf outputs temp.
5744
0b10be4f
JK
57452014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5746
5747 Fix "ERROR: no fileid for" in the testsuite.
5748 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5749
85f224e7
DE
57502014-02-12 Doug Evans <dje@google.com>
5751
5752 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5753 (MISCELLANEOUS): New variable.
5754 (clean): rm -rf $(MISCELLANEOUS).
5755 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5756 dwp live in the same directory as symlinks, with each symlink pointed
5757 to a differently named file in a different directory.
5758
149b30ff
DE
57592014-02-11 Doug Evans <dje@google.com>
5760
5761 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5762 of Tcl file commands.
5763
1dfdac32
MK
57642014-02-10 Mark Kettenis <kettenis@gnu.org>
5765
5766 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5767 "kill -SIGUSR1 -1".
5768
aa4fb036
JB
57692014-02-10 Joel Brobecker <brobecker@adacore.com>
5770
5771 * gdb.ada/tick_length_array_enum_idx: New testcase.
5772
ed3ef339
DE
57732014-02-10 Doug Evans <xdje42@gmail.com>
5774
5775 * configure.ac (AC_OUTPUT): Add gdb.guile.
5776 * configure: Regenerate.
5777 * lib/gdb-guile.exp: New file.
5778 * lib/gdb.exp (get_target_charset): New function.
5779 * gdb.base/help.exp: Update expected output from "apropos apropos".
5780 * gdb.guile/Makefile.in: New file.
5781 * gdb.guile/guile.exp: New file.
5782 * gdb.guile/scm-arch.c: New file.
5783 * gdb.guile/scm-arch.exp: New file.
5784 * gdb.guile/scm-block.c: New file.
5785 * gdb.guile/scm-block.exp: New file.
5786 * gdb.guile/scm-breakpoint.c: New file.
5787 * gdb.guile/scm-breakpoint.exp: New file.
5788 * gdb.guile/scm-disasm.c: New file.
5789 * gdb.guile/scm-disasm.exp: New file.
5790 * gdb.guile/scm-equal.c: New file.
5791 * gdb.guile/scm-equal.exp: New file.
5792 * gdb.guile/scm-error.exp: New file.
5793 * gdb.guile/scm-error.scm: New file.
5794 * gdb.guile/scm-frame-args.c: New file.
5795 * gdb.guile/scm-frame-args.exp: New file.
5796 * gdb.guile/scm-frame-args.scm: New file.
5797 * gdb.guile/scm-frame-inline.c: New file.
5798 * gdb.guile/scm-frame-inline.exp: New file.
5799 * gdb.guile/scm-frame.c: New file.
5800 * gdb.guile/scm-frame.exp: New file.
5801 * gdb.guile/scm-generics.exp: New file.
5802 * gdb.guile/scm-gsmob.exp: New file.
5803 * gdb.guile/scm-iterator.c: New file.
5804 * gdb.guile/scm-iterator.exp: New file.
5805 * gdb.guile/scm-math.c: New file.
5806 * gdb.guile/scm-math.exp: New file.
5807 * gdb.guile/scm-objfile-script-gdb.in: New file.
5808 * gdb.guile/scm-objfile-script.c: New file.
5809 * gdb.guile/scm-objfile-script.exp: New file.
5810 * gdb.guile/scm-objfile.c: New file.
5811 * gdb.guile/scm-objfile.exp: New file.
5812 * gdb.guile/scm-ports.exp: New file.
5813 * gdb.guile/scm-pretty-print.c: New file.
5814 * gdb.guile/scm-pretty-print.exp: New file.
5815 * gdb.guile/scm-pretty-print.scm: New file.
5816 * gdb.guile/scm-section-script.c: New file.
5817 * gdb.guile/scm-section-script.exp: New file.
5818 * gdb.guile/scm-section-script.scm: New file.
5819 * gdb.guile/scm-symbol.c: New file.
5820 * gdb.guile/scm-symbol.exp: New file.
5821 * gdb.guile/scm-symtab-2.c: New file.
5822 * gdb.guile/scm-symtab.c: New file.
5823 * gdb.guile/scm-symtab.exp: New file.
5824 * gdb.guile/scm-type.c: New file.
5825 * gdb.guile/scm-type.exp: New file.
5826 * gdb.guile/scm-value-cc.cc: New file.
5827 * gdb.guile/scm-value-cc.exp: New file.
5828 * gdb.guile/scm-value.c: New file.
5829 * gdb.guile/scm-value.exp: New file.
5830 * gdb.guile/source2.scm: New file.
5831 * gdb.guile/types-module.cc: New file.
5832 * gdb.guile/types-module.exp: New file.
5833
7026a7c1
YQ
58342014-02-10 Yao Qi <yao@codesourcery.com>
5835
5836 PR testsuite/16543
5837 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5838 * configure: Regenerated.
5839 * Makefile.in: New file.
5840
6c466447
AS
58412014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5842
5843 * gdb.python/py-framefilter.exp: Fix typo.
5844
6e854735
YQ
58452014-02-08 Yao Qi <yao@codesourcery.com>
5846
5847 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5848 that no =breakpoint-modified is emitted when breakpoints are
5849 modified through MI commands.
5850
d137e6dc
PA
58512014-02-07 Pedro Alves <pedro@codesourcery.com>
5852 Pedro Alves <palves@redhat.com>
5853
5854 * gdb.threads/step-after-sr-lock.c: New file.
5855 * gdb.threads/step-after-sr-lock.exp: New file.
5856
b5ee5a50
PA
58572014-02-07 Pedro Alves <palves@redhat.com>
5858
5859 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5860
3c77faf3
JK
58612014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5862
5863 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5864 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5865
6dddc817
DE
58662014-02-06 Doug Evans <xdje42@gmail.com>
5867
5868 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5869 output.
5870
5871 * gdb.gdb/python-interrupts.exp: New file.
5872
de7b2893
YQ
58732014-02-05 Yao Qi <yao@codesourcery.com>
5874
5875 * gdb.trace/report.exp (use_collected_data): Test the output
5876 of "info threads" and "info inferiors".
5877
66d032ac
YQ
58782014-02-05 Yao Qi <yao@codesourcery.com>
5879
5880 Revert this patch:
5881
5882 2013-05-24 Yao Qi <yao@codesourcery.com>
5883
5884 * gdb.trace/tfile.exp: Test inferior and thread.
5885
591a12a1
UW
58862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5887
5888 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5889 on a function.
5890 * gdb.base/step-bt.c: Call hello via function pointer to make
5891 sure its first instruction is executed on powerpc64le-linux.
5892
0ff3e01f
UW
58932014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5894
5895 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5896
084ee545
UW
58972014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5898
5899 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5900 of the test patterns for use on little-endian systems.
5901
6ed14ff3
UW
59022014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5903
5904 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5905 (decimal_vector): Fix for little-endian.
5906
401e27fd
JM
59072014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5908
5909 * gdb.arch/sparc-sysstep.exp: New file.
5910 * gdb.arch/sparc-sysstep.c: Likewise.
5911
5912 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5913
8b924729
EBM
59142014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5915
5916 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5917
fb151210
JB
59182014-01-23 Tom Tromey <tromey@redhat.com>
5919
5920 * gdb.ada/array_char_idx: New testcase.
5921
0740f8d8
TT
59222014-01-23 Tom Tromey <tromey@redhat.com>
5923
5924 PR python/16487:
5925 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5926 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5927 classes.
5928
21909fa1
TT
59292014-01-23 Tom Tromey <tromey@redhat.com>
5930
5931 PR python/16491:
5932 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5933 string from an inferior frame.
5934 * gdb.python/py-framefilter-mi.exp: Update.
5935
87ce2a04
DE
59362014-01-22 Doug Evans <dje@google.com>
5937
5938 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5939
237b092b
AA
59402014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5941
5942 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5943
d674a709
AA
59442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5945
5946 * gdb.trace/entry-values.exp: Remove excess space character from
5947 regex patterns. Handle s390 call instruction.
5948
20fa3390
AA
59492014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5950
5951 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5952 define "*_start" label. Make "name" static.
5953 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5954 ${name} by references to ${name}_start.
5955
78466714
AA
59562014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5957
5958 * gdb.base/info-macros.exp: Remove "debug" from the compile
5959 options.
5960
ec9f644a
IB
59612014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5962
5963 * gdb.dlang/demangle.exp: New file.
5964
94b1b47e
IB
59652014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5966
5967 * gdb.dlang/primitive-types.exp: New file.
5968
7f420862
IB
59692014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5970
5971 * configure.ac: Create gdb.dlang/Makefile.
5972 * configure: Regenerate.
5973 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5974 * gdb.dlang/Makefile.in: New file.
5975 * lib/d-support.exp: New file.
5976 * lib/gdb.exp (skip_d_tests): New proc.
5977
52834460
MM
59782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5979
5980 * gdb.btrace/delta.exp: Check reverse stepi.
5981 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5982 * gdb.btrace/finish.exp: New.
5983 * gdb.btrace/next.exp: New.
5984 * gdb.btrace/nexti.exp: New.
5985 * gdb.btrace/record_goto.c: Add comments.
5986 * gdb.btrace/step.exp: New.
5987 * gdb.btrace/stepi.exp: New.
5988 * gdb.btrace/multi-thread-step.c: New.
5989 * gdb.btrace/multi-thread-step.exp: New.
5990 * gdb.btrace/rn-dl-bind.c: New.
5991 * gdb.btrace/rn-dl-bind.exp: New.
5992 * gdb.btrace/data.c: New.
5993 * gdb.btrace/data.exp: New.
5994 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5995
6e07b1d2
MM
59962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5997
5998 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5999 * gdb.btrace/exception.exp: Update.
6000 * gdb.btrace/instruction_history.exp: Update.
6001 * gdb.btrace/record_goto.exp: Update.
6002 * gdb.btrace/tailcall.exp: Update.
6003 * gdb.btrace/unknown_functions.exp: Update.
6004 * gdb.btrace/delta.exp: New.
6005
0b722aec
MM
60062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6007
6008 * gdb.btrace/record_goto.exp: Add backtrace test.
6009 * gdb.btrace/tailcall.exp: Add backtrace test.
6010
066ce621
MM
60112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6012
6013 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6014 * gdb.btrace/record_goto.c: New.
6015 * gdb.btrace/record_goto.exp: New.
6016 * gdb.btrace/x86-record_goto.S: New.
6017
0688d04e
MM
60182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6019
6020 * gdb.btrace/function_call_history.exp: Update tests.
6021 * gdb.btrace/instruction_history.exp: Update tests.
6022
8710b709
MM
60232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6024
6025 * gdb.btrace/function_call_history.exp: Fix expected field
6026 order for "record function-call-history".
6027 Add new tests for "record function-call-history /c".
6028 * gdb.btrace/exception.cc: New.
6029 * gdb.btrace/exception.exp: New.
6030 * gdb.btrace/tailcall.exp: New.
6031 * gdb.btrace/x86-tailcall.S: New.
6032 * gdb.btrace/x86-tailcall.c: New.
6033 * gdb.btrace/unknown_functions.c: New.
6034 * gdb.btrace/unknown_functions.exp: New.
6035 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6036
5de9129b
MM
60372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6038
6039 * gdb.btrace/instruction_history.exp: Update.
6040 * gdb.btrace/function_call_history.exp: Update.
6041
23a7fe75
MM
60422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6043
6044 * gdb.btrace/function_call_history.exp: Fix expected function
6045 trace.
6046 * gdb.btrace/instruction_history.exp: Initialize traced.
6047 Remove traced_functions.
6048
724c7dd8
MM
60492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6050
6051 * gdb.btrace/function_call_history.exp: Update
6052 * gdb.btrace/instruction_history.exp: Update.
6053
6d78d93b
MM
60542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6055
6056 * gdb.btrace/enable.exp: Update expected text.
6057
93a360cc
OJ
60582014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6059
6060 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6061 bytes.
6062
3772b53f
MR
60632014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
6064
6065 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6066
596662fa
OJ
60672014-01-15 Omair Javaid <omair.javaid@linaro.org>
6068
6069 * lib/gdb.exp (supports_process_record): Return true for
6070 arm*-linux*. (supports_reverse): Likewise.
6071
b5b08fb4
SC
60722014-01-13 Siva Chandra Reddy <sivachandra@google.com>
6073
6074 PR python/15464
6075 PR python/16113
6076 * gdb.python/py-type.c: Enhance test case.
6077 * gdb.python/py-value-cc.cc: Likewise
6078 * gdb.python/py-type.exp: Add new tests.
6079 * gdb.python/py-value-cc.exp: Likewise
6080
52d7fb13
AA
60812014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6082 Pedro Alves <palves@redhat.com>
6083
6084 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6085 Make "name" extern.
6086 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6087 references to ${name}_start by references to ${name}.
6088
a2cd8cfe
JB
60892014-01-10 Joel Brobecker <brobecker@adacore.com>
6090
6091 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6092
4e23fced
JB
60932014-01-10 Joel Brobecker <brobecker@adacore.com>
6094
6095 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6096
c6a9e42c
PA
60972014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
6098 Pedro Alves <palves@redhat.com>
6099
6100 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 6101 mi_gdb_target_load.
c6a9e42c 6102
b7ea362b
PA
61032014-01-08 Pedro Alves <palves@redhat.com>
6104
6105 * gdb.threads/reconnect-signal.c: New file.
6106 * gdb.threads/reconnect-signal.exp: New file.
6107
5e3f4fab
EBM
61082014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6109
6110 * gdb.base/source-dir.exp: New file.
6111
79301218
JB
61122014-01-07 Joel Brobecker <brobecker@adacore.com>
6113
6114 * gdb.ada/mi_interface: New testcase.
6115
8e355c5d
JB
61162014-01-07 Joel Brobecker <brobecker@adacore.com>
6117
6118 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6119 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6120 gdb.ada/pp-rec-component/pck.ads: New files.
6121
c0d48811
JB
61222014-01-07 Joel Brobecker <brobecker@adacore.com>
6123
6124 * gdb.python/py-pp-integral.c: New file.
6125 * gdb.python/py-pp-integral.py: New file.
6126 * gdb.python/py-pp-integral.exp: New file.
6127
17b609c3 6128For older changes see ChangeLog-1993-2013.
c906108c 6129\f
8d8cb839
EZ
6130;; Local Variables:
6131;; mode: change-log
6132;; left-margin: 8
6133;; fill-column: 74
6134;; version-control: never
6135;; End:
902f2ccb 6136
32d0add0 6137 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
6138 Copying and distribution of this file, with or without modification,
6139 are permitted provided the copyright notice and this notice are preserved.
This page took 2.459816 seconds and 4 git commands to generate.