Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2fd33e94
DB
12015-09-11 Don Breazeal <donb@codesourcery.com>
2
3 * gdb.base/foll-exec.c: Add copyright header. Fix
4 formatting issues.
5 * gdb.base/foll-exec.exp (zap_session): Delete proc.
6 (do_exec_tests): Use clean_restart in place of zap_session,
7 and for test initialization. Fix formatting issues. Use
8 fail in place of perror.
9 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10 an expect statement to match an expression with output from
11 the program under debug.
12 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15 * gdb.threads/non-ldr-exc-3.exp: Likewise.
16 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17
e70b6e8e
DE
182015-09-09 Doug Evans <dje@google.com>
19
20 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
21
7a551a51
DE
222015-09-09 Doug Evans <dje@google.com>
23
24 * gdb.base/pie-execl.exp: Fix result test of build_executable.
25
4c666f84
DE
262015-09-09 Doug Evans <dje@google.com>
27
28 * gdb.base/savedregs.exp: Fix typo.
29
243a9253
PA
302015-09-09 Pedro Alves <palves@redhat.com>
31
32 * gdb.mi/mi-cli.exp: Add CLI finish tests.
33
c0fa8fbd
SL
342015-09-08 Sandra Loosemore <sandra@codesourcery.com>
35
36 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
37 command actually switches threads. Give up on remaining
38 tests if target fails to stop at breakpoint.
39
cd7c1778
PMR
402015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
41
42 * gdb.ada/funcall_char.exp: New testcase.
43 * gdb.ada/funcall_char/foo.adb: New file.
44
dc5c8746
PMR
452015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
46
47 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
48 expected outputs. Add two testcases for completing ambiguous
49 functions.
50 * gdb.ada/complete/aux_pck.adb: New file.
51 * gdb.ada/complete/aux_pck.ads: New file.
52 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
53 Ambiguous_Func functions.
54 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
55 * gdb.ada/complete/pck.adb: Likewise.
56
4e83a1e7
UW
572015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
58
59 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
60 failures to run the test program under GDB.
61
8ce74153
LM
622015-08-26 Luis Machado <lgustavo@codesourcery.com>
63
64 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
65 to C.
66
e9756d52
PP
672015-08-26 Patrick Palka <patrick@parcs.ath.cx>
68
69 * gdb.base/run-after-attach.exp: New test file.
70 * gdb.base/run-after-attach.c: New test file.
71
8d37573b
DB
722015-08-26 Don Breazeal <donb@codesourcery.com>
73
74 * gdb.base/foll-exec-2.c: New test program.
75 * gdb.base/foll-exec-2.exp: New test.
76
63e43d3a
PMR
772015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
78
79 * gdb.base/nested-subp1.exp: New file.
80 * gdb.base/nested-subp1.c: New file.
81 * gdb.base/nested-subp2.exp: New file.
82 * gdb.base/nested-subp2.c: New file.
83 * gdb.base/nested-subp3.exp: New file.
84 * gdb.base/nested-subp3.c: New file.
85
3d40fbb5
PA
862015-08-24 Pedro Alves <palves@redhat.com>
87
88 * gdb.server/connect-without-multi-process.c: New file.
89 * gdb.server/connect-without-multi-process.exp: New file.
90
4422ac93
LM
912015-08-24 Luis Machado <lgustavo@codesourcery.com>
92
93 * gdb.opt/inline-markers.c: Make z int.
94
91dddb86
LM
952015-08-24 Luis Machado <lgustavo@codesourcery.com>
96
97 * gdb.opt/inline-markers.c: Make z volatile.
98
a48847ee
LM
992015-08-24 Luis Machado <lgustavo@codesourcery.com>
100
101 * gdb.opt/inline-bt.c: New volatile global z.
102 * gdb.opt/inline-cmds.c: Likewise.
103 * gdb.opt/inline-locals.c: Likewise.
104 * gdb.opt/inline-markers.c: New extern global z.
105 (marker): Use z.
106 (inline_fn): Likewise.
107
0ebbc52b
PA
1082015-08-24 Pedro Alves <palves@redhat.com>
109
110 * config/m32r-stub.exp: Remove file.
111 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
112 * gdb.base/call-rt-st.exp: Likewise.
113 * gdb.base/call-strs.exp: Likewise.
114 * gdb.base/default.exp: Remove references to h8300-*-hms and
115 *-*-udi*.
116 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
117
77c365df
AA
1182015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
119
120 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
121 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
122 and "return" use KFAIL when GDB can not read/write the vector
123 return value.
124
4313b8c0
GB
1252015-08-21 Gary Benson <gbenson@redhat.com>
126
127 * gdb.trace/pending.exp: Cope with remote transfer warnings.
128
0e433b32
PA
1292015-08-20 Pedro Alves <palves@redhat.com>
130
131 * gdb.server/solib-list.exp: No longer expect an interior stop in
132 non-stop mode.
133
221e1a37
PA
1342015-08-20 Pedro Alves <palves@redhat.com>
135
136 * gdb.server/connect-stopped-target.c: New file.
137 * gdb.server/connect-stopped-target.exp: New file.
138
40e3ad0e
PA
1392015-08-20 Pedro Alves <palves@redhat.com>
140
141 * gdb.dwarf2/comp-unit-lang.exp: New file.
142 * gdb.dwarf2/comp-unit-lang.c: New file.
143
af39b327
PMR
1442015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
145
146 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
147 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
148
7d45c7c3
KB
1492015-08-19 Kevin Buettner <kevinb@redhat.com>
150
151 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
152 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
153
4d6cceb4
DE
1542015-08-18 Doug Evans <dje@google.com>
155 Adrian Sendroiu <adrian.sendroiu@freescale.com>
156
157 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
158 skip_python_tests. New arg prompt_regexp.
159 (skip_python_tests): New function.
160 * lib/mi-support.exp (mi_skip_python_tests): New function.
161 * gdb.python/py-mi-objfile-gdb.py: New file.
162 * gdb.python/py-mi-objfile.c: New file.
163 * gdb.python/py-mi-objfile.exp: New file.
164
ad89c2aa
KS
1652015-08-17 Keith Seitz <keiths@redhat.com>
166
167 * gdb.linespec/explicit.exp: Move strace test from here ...
168 * gdb.trace/strace.exp: ... to here.
169
e3ae3c43
PP
1702015-08-15 Patrick Palka <patrick@parcs.ath.cx>
171
172 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
173 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
174
604b2636
DE
1752015-08-14 Doug Evans <xdje42@gmail.com>
176
177 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
178 inferior before selecting a new file.
179
6ff0ba5f
DE
1802015-08-14 Doug Evans <xdje42@gmail.com>
181
182 * gdb.mi/mi-disassemble.exp: Update.
183 * gdb.base/disasm-optim.S: New file.
184 * gdb.base/disasm-optim.c: New file.
185 * gdb.base/disasm-optim.h: New file.
186 * gdb.base/disasm-optim.exp: New file.
187
9ca98f92
KS
1882015-08-14 Keith Seitz <keiths@redhat.com>
189
190 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
191 "evaluated-by".
192
52bbc560
JB
1932015-08-13 Joel Brobecker <brobecker@adacore.com>
194
195 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
196
5d8c3ed3
PMR
1972015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
198
199 * gdb.ada/fun_renaming.exp: New testcase.
200 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
201 * gdb.ada/fun_renaming/pack.adb: New file.
202 * gdb.ada/fun_renaming/pack.ads: New file.
203
ea8812bc
KS
2042015-08-12 Keith Seitz <keiths@redhat.com>
205
206 * gdb.base/dso2dso.exp: Pass basename of source file in call to
207 gdb_get_line_number.
208
4dafcdeb
JB
2092015-08-12 Joel Brobecker <brobecker@adacore.com>
210
211 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
212 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
213 gdb.base/dso2dso.exp: New files.
214
5ba32597
SDJ
2152015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
216 Pedro Alves <palves@redhat.com>
217 Keith Seitz <keiths@redhat.com>
218
219 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
220 GDBFLAGS.
221
b6dafabf
PP
2222015-08-12 Patrick Palka <patrick@parcs.ath.cx>
223
224 * gdb.base/gdbhistsize-history.exp
225 (test_histsize_history_setting): Use save_vars.
226 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
227 Use save_vars.
228 (test_no_truncation_of_unlimited_history_file): Use save_vars.
229 * gdb.base/readline.exp: Use save_vars.
230
abe8e607
PP
2312015-08-12 Patrick Palka <patrick@parcs.ath.cx>
232
233 * lib/gdb.exp (save_vars): New proc.
234
629500fa
KS
2352015-08-11 Keith Seitz <keiths@redhat.com>
236
237 * gdb.base/help.exp: Update help_breakpoint_text.
238
eb8c4e2e
KS
2392015-08-11 Keith Seitz <keiths@redhat.com>
240
241 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
242 (at toplevel): Call test_explicit_breakpoints.
243 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
244 breakpoints.
245 * lib/mi-support.exp (mi_make_breakpoint): Add support for
246 breakpoint conditions, "-cond".
247
87f0e720
KS
2482015-08-11 Keith Seitz <keiths@redhat.com>
249
250 * gdb.linespec/3explicit.c: New file.
251 * gdb.linespec/cpexplicit.cc: New file.
252 * gdb.linespec/cpexplicit.exp: New file.
253 * gdb.linespec/explicit.c: New file.
254 * gdb.linespec/explicit.exp: New file.
255 * gdb.linespec/explicit2.c: New file.
256 * gdb.linespec/ls-errs.exp: Add explicit location tests.
257 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
258 before using in the matching pattern.
259 Clarify that `prefix' is a regular expression.
260
f00aae0f
KS
2612015-08-11 Keith Seitz <keiths@redhat.com>
262
263 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
264 test.
265 Add tests for missing ",FMT" and ",".
266
e27852be
DE
2672015-08-10 Doug Evans <dje@google.com>
268 Keith Seitz <keiths@redhat.com>
269
270 PR gdb/17960
271 * gdb.base/completion.exp: Add location completer tests.
272
7f03bd92
PA
2732015-08-07 Pedro Alves <palves@redhat.com>
274
275 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
276 tests here.
277 (top level): Run do_test with and without displaced stepping.
278
3fc8eb30
PA
2792015-08-07 Pedro Alves <palves@redhat.com>
280
281 * gdb.base/valgrind-disp-step.c: New file.
282 * gdb.base/valgrind-disp-step.exp: New file.
283
d4569d7b
PA
2842015-08-07 Pedro Alves <palves@redhat.com>
285
286 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
287 Delete function.
288 (main): Add alarm. Run an infinite loop instead of calling
289 wait_threads.
290 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
291 comment.
292 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
293 Delete function.
294 (main): Add alarm. Run an infinite loop instead of calling
295 wait_threads.
296 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
297 comment.
298
e1316e60
PA
2992015-08-07 Pedro Alves <palves@redhat.com>
300
301 * gdb.base/checkpoint-ns.exp: New file.
302 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
303 standard_testfile.
304
da8c46d2
MM
3052015-08-07 Markus Metzger <markus.t.metzger@intel.com>
306
307 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
308 * gdb.btrace/instruction_history.exp: Update.
309 * gdb.btrace/tsx.exp: New.
310 * gdb.btrace/tsx.c: New.
311
de1c2c52
PA
3122015-08-06 Pedro Alves <palves@redhat.com>
313
314 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
315 increase timeout.
316 * gdb.reverse/until-precsave.exp: Bump timeouts.
317
782e0bf4
PA
3182015-08-06 Pedro Alves <palves@redhat.com>
319
320 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
321
83e97ed0
PA
3222015-08-06 Pedro Alves <palves@redhat.com>
323
324 PR gdb/18749
325 * gdb.threads/process-dies-while-handling-bp.c: New file.
326 * gdb.threads/process-dies-while-handling-bp.exp: New file.
327
863d01bd
PA
3282015-08-06 Pedro Alves <palves@redhat.com>
329
330 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
331 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
332
0a39bb32
PA
3332015-08-05 Pedro Alves <palves@redhat.com>
334
335 * gdb.threads/next-while-other-thread-longjmps.c: New file.
336 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
337
ee2d2b10
SL
3382015-08-03 Sandra Loosemore <sandra@codesourcery.com>
339
340 * gdb.base/bp-permanent.exp: Report test as unsupported if
341 the target cannot stop at the permanent breakpoint.
342
4e1bdb00
DE
3432015-08-03 Doug Evans <dje@google.com>
344
345 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
346 10000.
347
3d338901
DE
3482015-08-03 Doug Evans <dje@google.com>
349
350 * Makefile.in (workers/%.worker, build-perf): New rule.
351 (GDB_PERFTEST_MODE): New variable.
352 (check-perf): Use it.
353 (clean): Clean up gdb.perf parallel build subdirs.
354 * lib/build-piece.exp: New file.
355 * lib/gdb.exp (make_gdb_parallel_path): New function
356 (standard_output_file, standard_temp_file): Call it.
357 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
358 of $GDB_PARALLEL.
359 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
360
af061d3e
DE
3612015-08-03 Doug Evans <dje@google.com>
362
8e1afc81 363 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
364 (LOG_FILE_NAME): New global.
365 (TextReporter.__init__): Initialize self.txt_sum.
366 (TextReporter.report): Add support for multiple data-points.
367 Move report to perftest.sum, put raw data in perftest.log.
368 (TextReporter.start): Open sum and log files.
369 (TextReporter.end): Close sum and log files.
8e1afc81
DE
370 * gdb.perf/lib/perftest/testresult.py
371 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 372
2c8c5d37
PA
3732015-07-31 Pedro Alves <palves@redhat.com>
374
375 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
376 Use spawn_id_get_pid. Wait for spawn id after eof. Use
377 kill_wait_spawned_process instead of explicit "kill -9".
378 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
379 returning a spawn id instead of a pid. Use spawn_id_get_pid and
380 kill_wait_spawned_process.
381 * gdb.base/attach-twice.exp: Likewise.
382 * gdb.base/attach.exp: Likewise.
383 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
384 gdb_test_multiple.
385 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
386 returning a spawn id instead of a pid. Use spawn_id_get_pid and
387 kill_wait_spawned_process.
388 * gdb.base/valgrind-infcall.exp: Likewise.
389 * gdb.multi/multi-attach.exp: Likewise.
390 * gdb.python/py-prompt.exp: Likewise.
391 * gdb.python/py-sync-interp.exp: Likewise.
392 * gdb.server/ext-attach.exp: Likewise.
393 * gdb.threads/attach-into-signal.exp (corefunc): Use
394 spawn_wait_for_attach, spawn_id_get_pid and
395 kill_wait_spawned_process.
396 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
397 spawn_wait_for_attach returning a spawn id instead of a pid. Use
398 spawn_id_get_pid and kill_wait_spawned_process.
399 * gdb.threads/attach-stopped.exp (corefunc): Use
400 spawn_wait_for_attach, spawn_id_get_pid and
401 kill_wait_spawned_process.
402 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
403 Use spawn_id_get_pid. Wait for spawn id after eof. Use
404 kill_wait_spawned_process instead of explicit "kill -9".
405 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
406 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
407 (spawn_wait_for_attach): Use spawn instead of exec to spawn
408 processes. Don't map cygwin/windows pids here. Now returns a
409 spawn id list.
410
032a0fca
SL
4112015-07-30 Sandra Loosemore <sandra@codesourcery.com>
412
413 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
414 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
415 correct patch.
416
61a934ca
SL
4172015-07-30 Sandra Loosemore <sandra@codesourcery.com>
418
419 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
420
4bc4d428
SL
4212015-07-30 Sandra Loosemore <sandra@codesourcery.com>
422
423 Reapply:
424 2014-05-21 Mark Wielaard <mjw@redhat.com>
425
426 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
427
998d452a
PA
4282015-07-30 Pedro Alves <palves@redhat.com>
429
430 * linux-low.c (handle_extended_wait): Set the child's last
431 reported status to TARGET_WAITKIND_STOPPED.
432
69dde7dc
PA
4332015-07-30 Pedro Alves <palves@redhat.com>
434
435 PR threads/18600
436 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
437 only shows inferior 1.
438
4dd63d48
PA
4392015-07-30 Simon Marchi <simon.marchi@ericsson.com>
440 Pedro Alves <palves@redhat.com>
441
442 PR threads/18600
443 * gdb.threads/fork-plus-threads.c: New file.
444 * gdb.threads/fork-plus-threads.exp: New file.
445
d618e4c5
PP
4462015-07-29 Patrick Palka <patrick@parcs.ath.cx>
447
448 * gdb.base/batch-preserve-term-settings.exp
449 (test_terminal_settings_preserved_after_cli_exit): Use
450 send_quit_command.
451
1eef6428
PA
4522015-07-29 Pedro Alves <palves@redhat.com>
453 Don Breazeal <donb@codesourcery.com>
454
455 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
456 output from both inferior_spawn_id and gdb_spawn_id.
457
7da5b897
SDJ
4582015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
459
460 * gdb.threads/attach-into-signal.exp (corefunc): Use
461 with_test_prefix on nested loops, uniquefying the test messages.
462
dac804df
SDJ
4632015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
464
465 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
466 commit.
467
06265e53
PP
4682015-07-29 Patrick Palka <patrick@parcs.ath.cx>
469
470 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
471 New proc.
472 (test_terminal_settings_preserved_after_sigterm): New test.
473
18206ca3
PP
4742015-07-29 Patrick Palka <patrick@parcs.ath.cx>
475
476 * gdb.base/batch-preserve-term-settings.exp
477 (test_terminal_settings_preserved_after_cli_exit): New test.
478
90074d11
PP
4792015-07-29 Patrick Palka <patrick@parcs.ath.cx>
480
481 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
482 manipulation of saved_gdbflags.
483 (test_terminal_settings_preserved): Remove global declaration of
484 the unused variable pagination_prompt. Remove manipulation of
485 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
486 GDBFLAGS.
487
eb1a7902
PA
4882015-07-29 Pedro Alves <palves@redhat.com>
489
490 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
491
8b75dd3b
PA
4922015-07-29 Pedro Alves <palves@redhat.com>
493
494 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
495 at the top.
496
dedad4e3
PA
4972015-07-29 Pedro Alves <palves@redhat.com>
498
499 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
500 (main): Call gdb_unbuffer_output.
501 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
502 (main): Call gdb_unbuffer_output.
503 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
504 (main): Call gdb_unbuffer_output.
505 * gdb.base/call-strs.exp: Adjust to step over the
506 gdb_unbuffer_output call.
507 * gdb.base/catch-gdb-caused-signals.c: Include
508 "../lib/unbuffer_output.c".
509 (main): Call gdb_unbuffer_output.
510 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
511 (main): Call gdb_unbuffer_output.
512 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
513 (main): Call gdb_unbuffer_output.
514 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
515 (main): Call gdb_unbuffer_output.
516 * gdb.base/shlib-call.exp: Adjust to step over the
517 gdb_unbuffer_output call.
518 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
519 (main): Call gdb_unbuffer_output.
520 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
521 (main): Call gdb_unbuffer_output.
522 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
523 (main): Rename to ...
524 (test): ... this.
525 (main): Reimplement.
526 * gdb.base/varargs.exp: Run to test instead of to main.
527 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
528 (main): Call gdb_unbuffer_output.
529
58789a91
PA
5302015-07-29 Pedro Alves <palves@redhat.com>
531
532 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
533 factore out from mi_continue_dprintf. For call-style dprintfs,
534 expect dprintf output out of $inferior_spawn_id.
535 (mi_continue_dprintf): Use mi_expect_dprintf.
536 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
537 (main): Call gdb_unbuffer_output.
538
e8376742
PA
5392015-07-29 Pedro Alves <palves@redhat.com>
540
541 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
542 (default_mi_gdb_start): Set inferior_spawn_id instead of
543 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
544 gdb_spawn_id.
545 (mi_gdb_test): Always expect inferior output from both
546 $inferior_spawn_id and $gdb_spawn_id.
547
08280010
PA
5482015-07-29 Pedro Alves <palves@redhat.com>
549
550 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
551 send_inferior and $inferior_spawn_id.
552
4d30e432
PA
5532015-07-29 Pedro Alves <palves@redhat.com>
554
555 * gdb.gdb/complaints.exp (test_initial_complaints)
556 (test_serial_complaints, test_short_complaints): Use
557 gdb_test_stdio.
558 (test_empty_complaint): Handle $inferior_spawn_id !=
559 $gdb_spawn_id.
560
0d30a335
PA
5612015-07-29 Pedro Alves <palves@redhat.com>
562
563 * gdb.base/varargs.exp: Use gdb_test_stdio.
564
39413b29
PA
5652015-07-29 Pedro Alves <palves@redhat.com>
566
567 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
568
7cb000a9
PA
5692015-07-29 Pedro Alves <palves@redhat.com>
570
571 * gdb.base/ending-run.exp: Use gdb_test_stdio.
572
d7b8ac82
PA
5732015-07-29 Pedro Alves <palves@redhat.com>
574
575 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
576 parameter into two new parameters, "inf_result" and "gdb_result".
577 Expect inferior output and gdb output from $inferior_spawn_id and
578 $gdb_spawn_id, respectively. Adjust all callers.
579
789c3a0c
PA
5802015-07-29 Pedro Alves <palves@redhat.com>
581
582 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
583 of gdb_test_sequence.
584
77e760c3
PA
5852015-07-29 Pedro Alves <palves@redhat.com>
586
587 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
588 (saw_spurious_output): Expect inferior output from
589 $inferior_spawn_id. Use gdb_test_stdio.
590
8396d2cd
PA
5912015-07-29 Pedro Alves <palves@redhat.com>
592
593 * gdb.base/dprintf.exp: Use standard_testfile. Change
594 prepare_for_testing call.
595 (srcfile): Don't set.
596 (restart): New procedure.
597 (test_dprintf): New procecure, use to continue over dprintfs.
598 (test_call, test_agent): New procedures, tests moved here.
599 Restart gdb and recreate dprintfs. Adjust expected output.
600
2051d61f
PA
6012015-07-29 Pedro Alves <palves@redhat.com>
602
603 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
604
452397af
PA
6052015-07-29 Pedro Alves <palves@redhat.com>
606
607 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
608
8aed9555
PA
6092015-07-29 Pedro Alves <palves@redhat.com>
610
611 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
612 gdb_test_stdio.
613
188a61b4
PA
6142015-07-29 Pedro Alves <palves@redhat.com>
615
616 * lib/gdb.exp (gdb_test_stdio): New procedure.
617
12264a45
PA
6182015-07-29 Pedro Alves <palves@redhat.com>
619
620 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
621
23ffc893
PA
6222015-07-29 Pedro Alves <palves@redhat.com>
623
624 * gdb.base/call-signal-resume.exp: Remove check for
625 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
626 * gdb.base/unwindonsignal.exp: Likewise.
627 * gdb.base/call-signals.c (gen_signal): Remove printf call.
628 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
629
65566918
PA
6302015-07-29 Pedro Alves <palves@redhat.com>
631
632 * gdb.base/siginfo-addr.c (pass): New function.
633 (handler): Call it iff si_addr is correct.
634 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
635 Set a breakpoint at "pass" and continue to it.
636
d60a9221
SDJ
6372015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
638
639 * gdb.python/py-objfile.exp: Make some tests have unique names.
640 * gdb.python/py-pp-registration.exp: Likewise.
641
bde40b8f
PA
6422015-07-28 Pedro Alves <palves@redhat.com>
643
644 * gdb.server/server-exec-info.exp: Issue a "disconnect".
645
13e1dec8
SM
6462015-07-27 Simon Marchi <simon.marchi@ericsson.com>
647
648 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
649
da33c9a7
SM
6502015-07-27 Simon Marchi <simon.marchi@ericsson.com>
651
652 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
653
077836f7
PP
6542015-07-27 Patrick Palka <patrick@parcs.ath.cx>
655
656 * gdb.base/gdb-sigterm-2.exp: New test.
657
b8cc7b2e
DE
6582015-07-25 Doug Evans <xdje42@gmail.com>
659
660 Revert:
661 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
662 (workers/%.worker, build-perf): New rule.
663 (GDB_PERFTEST_MODE): New variable.
664 (check-perf): Use it.
665 (clean): Clean up gdb.perf parallel build subdirs.
666 * lib/build-piece.exp: New file.
667 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
668 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
669 name.
670 (standard_temp_file): Ditto.
671 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
672 of $GDB_PARALLEL.
673
c8bd4544
DE
6742015-07-24 Doug Evans <dje@google.com>
675
676 * gdb.perf/lib/perftest/utils.py: New file.
677 * gdb.perf/gm-hello.cc: New file.
678 * gdb.perf/gm-pervasive-typedef.cc: New file.
679 * gdb.perf/gm-pervasive-typedef.h: New file.
680 * gdb.perf/gm-std.cc: New file.
681 * gdb.perf/gm-std.h: New file.
682 * gdb.perf/gm-use-cerr.cc: New file.
683 * gdb.perf/gm-utils.h: New file.
684 * gdb.perf/gmonster-null-lookup.py: New file.
685 * gdb.perf/gmonster-pervasive-typedef.py: New file.
686 * gdb.perf/gmonster-print-cerr.py: New file.
687 * gdb.perf/gmonster-ptype-string.py: New file.
688 * gdb.perf/gmonster-runto-main.py: New file.
689 * gdb.perf/gmonster-select-file.py: New file.
690 * gdb.perf/gmonster1-null-lookup.exp: New file.
691 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
692 * gdb.perf/gmonster1-print-cerr.exp: New file.
693 * gdb.perf/gmonster1-ptype-string.exp: New file.
694 * gdb.perf/gmonster1-runto-main.exp: New file.
695 * gdb.perf/gmonster1-select-file.exp: New file.
696 * gdb.perf/gmonster1.cc: New file.
697 * gdb.perf/gmonster1.exp: New file.
698 * gdb.perf/gmonster2-null-lookup.exp: New file.
699 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
700 * gdb.perf/gmonster2-print-cerr.exp: New file.
701 * gdb.perf/gmonster2-ptype-string.exp: New file.
702 * gdb.perf/gmonster2-runto-main.exp: New file.
703 * gdb.perf/gmonster2-select-file.exp: New file.
704 * gdb.perf/gmonster2.cc: New file.
705 * gdb.perf/gmonster2.exp: New file.
706
6eab34f3
DE
7072015-07-24 Doug Evans <dje@google.com>
708
709 * gdb.perf/README: New file.
710 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
711 * lib/gen-perf-test.exp: New file.
712
63738bfd
DE
7132015-07-24 Doug Evans <dje@google.com>
714
715 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
716 (PerfTest::startup): New function.
717 (PerfTest::run): Return result of calling body.
718 (PerfTest::assemble): Rewrite.
719 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
720 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
721 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
722 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
723 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
724
7b606f95
DE
7252015-07-24 Doug Evans <dje@google.com>
726
727 * lib/gdb.exp (clean_restart): Make executable optional.
728
a97b16b8
DE
7292015-07-24 Doug Evans <dje@google.com>
730
731 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
732 compiler_info references.
733 * gdb.cp/temargs.exp: Ditto.
734 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
735 (get_compiler_info): Early exit if already computed. Set compiler_info
736 to "unknown" if there was a problem.
737 (test_compiler_info): Add function comment. Call get_compiler_info.
738
35baa57f
DE
7392015-07-24 Doug Evans <dje@google.com>
740
741 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
742 (workers/%.worker, build-perf): New rule.
743 (GDB_PERFTEST_MODE): New variable.
744 (check-perf): Use it.
745 (clean): Clean up gdb.perf parallel build subdirs.
746 * lib/build-piece.exp: New file.
747 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
748 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
749 name.
750 (standard_temp_file): Ditto.
751 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
752 of $GDB_PARALLEL.
753
6ebea266
DE
7542015-07-24 Doug Evans <dje@google.com>
755
756 * lib/future.exp (gdb_default_target_compile): New option
757 "early_flags".
758 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
759 --as-needed.
760
1e76a7e9
SDJ
7612015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
762
763 * gdb.base/catch-syscall.exp: Call gdb_exit before
764 gdb_skip_xml_test.
765
5068630a
PA
7662015-07-24 Pedro Alves <palves@redhat.com>
767
768 * gdb.python/py-events.exp: Accept output between the stop event
769 and the prompt.
770 * gdb.python/py-evsignal.exp: Likewise.
771 * gdb.python/py-evthreads.exp: Likewise.
772
77598427
PA
7732015-07-24 Pedro Alves <palves@redhat.com>
774
775 PR gdb/18717
776 * gdb.threads/non-ldr-exit.c: New file.
777 * gdb.threads/non-ldr-exit.exp: New file.
778
11e6c98f
YQ
7792015-07-24 Yao Qi <yao.qi@linaro.org>
780
781 * gdb.server/ext-wrapper.exp: Test --wrapper option when
782 restarting process.
783
51aee833
YQ
7842015-07-24 Yao Qi <yao.qi@linaro.org>
785
786 * gdb.server/ext-restart.exp: New file.
787
8cfe207c
YQ
7882015-07-24 Yao Qi <yao.qi@linaro.org>
789
790 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
791 argument options.
792 * gdb.server/ext-wrapper.exp: New file.
793
cc12ce38
DE
7942015-07-23 Doug Evans <dje@google.com>
795
796 * gdb.dwarf2/dw2-dummy-cu.S: New file.
797 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
798
d0d84780
PMR
7992015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
800
801 * gdb.ada/var_arr_typedef.exp: New testcase.
802 * gdb.ada/var_arr_typedef/pack.adb: New file.
803 * gdb.ada/var_arr_typedef/pack.ads: New file.
804 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
805
8b558f79
JB
8062015-07-20 Joel Brobecker <brobecker@adacore.com>
807
808 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
809
775a3298
JK
8102015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
811
812 * gdb.arch/i386-biarch-core.exp: Replace istarget
813 by "complete set gnutarget". Remove expectation for the "core-file"
814 command.
815
db1ff28b
JK
8162015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
817
818 Revert the previous commit:
819 Tests for validate symbol file using build-id.
820
0a94970d
JK
8212015-07-15 Aleksandar Ristovski <aristovski@qnx.com
822
823 Tests for validate symbol file using build-id.
824 * gdb.base/solib-mismatch-lib.c: New file.
825 * gdb.base/solib-mismatch-libmod.c: New file.
826 * gdb.base/solib-mismatch.c: New file.
827 * gdb.base/solib-mismatch.exp: New file.
828
03346981
SL
8292015-07-15 Sandra Loosemore <sandra@codesourcery.com>
830
831 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
832 nios2-*-linux*.
833 * gdb.base/sigbpt.exp (stepi_out): Likewise.
834 * gdb.base/siginfo.exp: Likewise.
835 * gdb.base/sigstep.exp (advance, advancei): Likewise.
836
42422cc7
PL
8372015-07-15 Pierre Langlois <pierre.langlois@arm.com>
838
839 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
840 Move it to ...
841 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
842 ... here.
843 * gdb.trace/range-stepping.exp: Check that the target supports
844 range stepping.
845
cfa68bae
JK
8462015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
847
848 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
849
8ffdba26
PA
8502015-07-14 Pedro Alves <palves@redhat.com>
851
852 * gdb.base/killed-outside.exp: New file.
853 * gdb.base/killed-outside.c: New file.
854
218a5a11
JK
8552015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
856
857 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
858 (n at main): New.
859 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
860
e03ed3c6
AA
8612015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
862
863 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
864 infcall tests instead of setting up for KFAIL.
865
485668e5
MM
8662015-07-10 Markus Metzger <markus.t.metzger@intel.com>
867
868 * gdb.btrace/record_goto-step.exp: New.
869
08464196
JK
8702015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
871
872 PR compile/18484
873 * gdb.compile/compile.c (struct struct_type): Add volatile to
874 selffield's type.
875 * gdb.compile/compile.exp
876 (compile code struct_object.selffield = &struct_object): Skip further
877 struct_object tests if this one xfails.
878
bcf5c1d9
RC
8792015-07-08 Robert O'Callahan <robert@ocallahan.org>
880
881 PR exp/18617
882 * gdb.trace/ax.exp: Add test.
883
4931af25
YQ
8842015-07-07 Yao Qi <yao.qi@linaro.org>
885
886 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
887 instead of istarget "aarch64*-*-*".
888 * gdb.arch/aarch64-fp.exp: Likewise.
889 * gdb.base/float.exp: Likewise.
890 * gdb.reverse/aarch64.exp: Likewise.
891 * lib/gdb.exp (is_aarch64_target): New proc.
892
9fcf688e
YQ
8932015-07-07 Yao Qi <yao.qi@linaro.org>
894
895 * lib/gdb.exp (is_aarch32_target): New proc.
896 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
897 instead of "istarget "arm*-*-*"".
898 * gdb.arch/arm-disp-step.exp: Likewise.
899 * gdb.arch/thumb-bx-pc.exp: Likewise.
900 * gdb.arch/thumb-prologue.exp: Likewise.
901 * gdb.arch/thumb-singlestep.exp: Likewise.
902 * gdb.base/disp-step-syscall.exp: Likewise.
903 * gdb.base/float.exp: Likewise.
904
fbd8d50d
YQ
9052015-07-07 Yao Qi <yao.qi@linaro.org>
906
907 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
908 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
909
71be1fdc
YQ
9102015-07-07 Yao Qi <yao.qi@linaro.org>
911
912 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
913 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
914 if it exists.
915 * gdb.multi/multi-arch.exp: Likewise.
916
3e221d36
SM
9172015-07-07 Simon Marchi <simon.marchi@ericsson.com>
918
919 * gdb.python/py-lazy-string.exp: Add missing parentheses to
920 print.
921
d441430b
YQ
9222015-07-07 Yao Qi <yao.qi@linaro.org>
923
924 * gdb.arch/thumb-singlestep.exp: Do one more single step.
925
06f810bd
MG
9262015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
927
928 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
929 '[' and ']' characters.
930
5e61e7c0
IB
9312015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
932
933 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
934
28bf096c
PA
9352015-06-29 Pedro Alves <palves@redhat.com>
936
937 PR threads/18127
938 * gdb.threads/hand-call-new-thread.c: New file.
939 * gdb.threads/hand-call-new-thread.c: New file.
940
ee93cd5e
KS
9412015-06-26 Keith Seitz <keiths@redhat.com>
942 Doug Evans <dje@google.com>
943
944 PR 16253
945 * gdb.cp/var-tag-2.cc: New file.
946 * gdb.cp/var-tag-3.cc: New file.
947 * gdb.cp/var-tag-4.cc: New file.
948 * gdb.cp/var-tag.cc: New file.
949 * gdb.cp/var-tag.exp: New file.
950
fc637f04
PP
9512015-06-26 Patrick Palka <patrick@parcs.ath.cx>
952
953 * gdb.base/history-duplicates.exp: New test.
954
2e52ae68
PP
9552015-06-26 Patrick Palka <patrick@parcs.ath.cx>
956
957 * gdb.base/completion.exp: Test the completion of the "focus"
958 command.
959
6e22494e
JK
9602015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
961
962 * gdb.arch/amd64-prologue-skip.S: New file.
963 * gdb.arch/amd64-prologue-skip.exp: New file.
964
bf7b9cd9
SM
9652015-06-25 Simon Marchi <simon.marchi@ericsson.com>
966
967 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
968 is_address_zero_readable check.
969
201e8dfd
PB
9702015-06-24 Peter Bergner <bergner@vnet.ibm.com>
971
972 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
973 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
974
5cd867b4
YQ
9752015-06-24 Yao Qi <yao.qi@linaro.org>
976
977 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
978 linux targets.
979
4d7be007
YQ
9802015-06-24 Yao Qi <yao.qi@linaro.org>
981
982 * lib/gdb.exp (supports_get_siginfo_type): New proc.
983 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
984 * gdb.base/siginfo-thread.exp: Likewise.
985
07fcd301
YQ
9862015-06-22 Yao Qi <yao.qi@linaro.org>
987
988 * boards/remote-gdbserver-on-localhost.exp: Add comments.
989
52042a00
YQ
9902015-06-22 Yao Qi <yao.qi@linaro.org>
991
992 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
993 aarch64*-*-*.
994 (skip_hw_watchpoint_tests): Likewise.
995
74bd41ce
PP
9962015-06-18 Patrick Palka <patrick@parcs.ath.cx>
997
998 * gdb.base/gdbinit-history.exp: Test the interaction between
999 setting GDBHISTSIZE and setting the history size via .gdbinit.
1000
bc460514
PP
10012015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1002
1003 PR gdb/16999
1004 * gdb.base/gdbhistsize-history.exp: New test.
1005
b58c513b
PP
10062015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1007
1008 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1009 with GDBHISTSIZE.
1010 * gdb.base/readline.exp: Likewise.
1011
92046791
YQ
10122015-06-17 Yao Qi <yao.qi@linaro.org>
1013
1014 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1015 line.
1016
2093d2d3
PP
10172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1018
1019 * gdb.base/gdbinit-history.exp: Add test case to check that
1020 an unlimited history file does not get truncated on exit.
1021
e6c693af
AA
10222015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1023
1024 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1025 (VECTOR): New macro. Use it...
1026 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1027 ...for these typedefs.
1028 (int8, char1, int1, double1): New typedefs.
1029 (struct just_int2, struct two_int2): New structures.
1030 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1031 (add_structvecs, add_singlevecs): New functions.
1032 (main): Call add_some_intvecs twice.
1033 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1034 the compile and exit upon failure. Try compiling for the "native"
1035 architecture. Test inferior function calls with vector arguments
1036 and vector return value handling with "finish" and "return".
1037
c74f7d1c
JT
10382015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1039
1040 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1041 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1042 PE file.
1043 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1044
98aa42ee
AT
10452015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1046
1047 PR breakpoints/16465
1048 * gdb.mi/mi-dprintf-pending.c: New file.
1049 * gdb.mi/mi-dprintf-pending.exp: New test.
1050 * gdb.mi/mi-dprintf-pendshr.c: New file.
1051
7d73c23c 10522015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1053 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1054
1055 * gdb.arch/i386-mpx-map.c: New file.
1056 * gdb.arch/i386-mpx-map.exp: New File.
1057
10582015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1059
1060 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1061 * gdb.arch/i386-mpx.exp: Indentation fixed.
1062
10632015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1064
1065 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1066 function and improved indentation.
1067 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1068 gdb_test_multiple. Added additional tests to skip the test.
1069
10702015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1071
1072 * gdb.arch/i386-avx512.c: Change path in include file.
1073 * gdb.arch/i386-avx512.exp: Change include dir path
1074 compilation flag.
1075 * gdb.arch/i386-mpx.c: Change path in include file.
1076 * gdb.arch/i386-mpx.exp: Change include dir path compilation
1077 flag.
1078
d5eba19a
JK
10792015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1080
1081 * gdb.compile/compile-print.exp (compile print *vararray@3)
1082 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1083
7f361056
JK
10842015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1085
1086 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1087 (do not keep jit in memory): ... this.
1088 (expect 5): Change it to ...
1089 (expect no 5): ... this.
1090
3b462ec2
SM
10912015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1092
1093 PR gdb/15564
1094 * gdb.mi/mi-detach.exp: New file.
1095
e0619de6
JK
10962015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1097
1098 PR symtab/18392
1099 * gdb.arch/amd64-tailcall-self.S: New file.
1100 * gdb.arch/amd64-tailcall-self.c: New file.
1101 * gdb.arch/amd64-tailcall-self.exp: New file.
1102
e970cb34
DB
11032015-05-28 Don Breazeal <donb@codesourcery.com>
1104
1105 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1106 tests for remote targets by checking is_target_gdbserver.
1107
b2e2f908
DE
11082015-05-27 Doug Evans <dje@google.com>
1109
1110 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1111 * gdb.dwarf2/opaque-type-lookup.c: New file.
1112 * gdb.dwarf2/opaque-type-lookup.exp: New file.
1113
82c7be31
DE
11142015-05-26 Doug Evans <dje@google.com>
1115
1116 * gdb.cp/iostream.cc: New file.
1117 * gdb.cp/iostream.exp: New file.
1118
b4f54984
DE
11192015-05-26 Doug Evans <dje@google.com>
1120
1121 * gdb.dwarf2/dw2-op-call.exp: Update.
1122 * gdb.dwarf2/dw4-sig-types.exp: Update.
1123 * gdb.dwarf2/implptr.exp: Update.
1124 * gdb.mi/mi-cmd-param-changed.exp: Update.
1125
4ea6efe9
DE
11262015-05-26 Doug Evans <dje@google.com>
1127
1128 * gdb.python/py-lazy-string.c: New file.
1129 * gdb.python/py-lazy-string.exp: New file.
1130 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1131 (main): Update. Add estring3.
1132 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1133 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1134
f6bb7db3
YQ
11352015-05-26 Omair Javaid <omair.javaid@linaro.org>
1136 Yao Qi <yao.qi@linaro.org>
1137
1138 * gdb.reverse/aarch64.c: New.
1139 * gdb.reverse/aarch64.exp: New.
1140
a81bfbd0
OJ
11412015-05-26 Omair Javaid <omair.javaid@linaro.org>
1142
1143 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1144 (supports_reverse): Likewise.
1145
158bf1b4
PP
11462015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1147
1148 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1149 Use with_test_prefix.
1150
a0145030
AB
11512015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1152
1153 * gdb.base/completion.exp: Add test for completion of layout
1154 names.
1155
ebe3b578
AB
11562015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1157
1158 * lib/gdb.exp (skip_tui_tests): New proc.
1159 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1160
84204ed7
PA
11612015-05-19 Pedro Alves <palves@redhat.com>
1162
1163 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1164 Save the whole env array instead of just HOME. Unset HISTSIZE in
1165 the environment while testing. Restore whole environment
1166 afterwards.
1167
37442ce1
DE
11682015-05-16 Doug Evans <xdje42@gmail.com>
1169
1170 * gdb.guile/scm-ports.c: New file.
1171 * gdb.guile/scm-ports.exp: Add memory port tests.
1172
36de76f9
JK
11732015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1174
1175 * gdb.compile/compile-print.c: New file.
1176 * gdb.compile/compile-print.exp: New file.
1177
3a9558c4
JK
11782015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1179
1180 * gdb.compile/compile-ops.exp: Cast param to void.
1181 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1182 (compile code struct_object.selffield = &struct_object): Add xfail.
1183
aa715135
JG
11842015-05-15 Joel Brobecker <brobecker@adacore.com>
1185
1186 * gdb.ada/arr_enum_with_gap: New testcase.
1187
931e5bc3
JG
11882015-05-15 Joel Brobecker <brobecker@adacore.com>
1189
1190 * gdb.ada/byte_packed_arr: New testcase.
1191
9cd4d857
JB
11922015-05-15 Joel Brobecker <brobecker@adacore.com>
1193
1194 * gdb.ada/pckd_neg: New testcase.
1195
ebfd00d2
PP
11962015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1197
1198 PR gdb/17820
1199 * gdb.base/gdbinit-history.exp: New test.
1200 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1201 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1202
4c082a81
SC
12032015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1204
1205 * gdb.python/py-xmethods.cc: Enhance test case.
1206 * gdb.python/py-xmethods.exp: New tests.
1207 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1208 function.
1209 (B_indexoper): Likewise.
1210 (global_dm_list) : Add new xmethod worker functions.
1211
f7797074
SDJ
12122015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1213
1214 * gdb.base/coredump-filter.exp: Correctly unset
1215 "coredump_var_addr" array.
1216
a4674e4e
PA
12172015-05-08 Pedro Alves <palves@redhat.com>
1218
1219 * gdb.server/non-existing-program.exp: Unset spawn_id.
1220
df2eb078
SC
12212015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1222
1223 PR python/18291
1224 * gdb.python/py-xmethods.exp: Add tests.
1225
422349a3
YQ
12262015-05-08 Yao Qi <yao.qi@linaro.org>
1227
1228 PR gdb/18208
1229 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1230 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1231 function set_coredump_filter, and remove remote_exec call.
1232 Remove argument ipid. Callers update.
1233 (top level): Don't get inferior's PID.
1234
63fc80ce
AA
12352015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1236
1237 * gdb.base/watch_thread_num.exp: Skip test on targets without
1238 access watchpoints.
1239
80ad801e
PA
12402015-05-06 Pedro Alves <palves@redhat.com>
1241
1242 PR server/18081
1243 * gdb.server/non-existing-program.exp: New file.
1244
0fa7fe50
JB
12452015-05-05 Joel Brobecker <brobecker@adacore.com>
1246
1247 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1248
3ea89b92
PMR
12492015-05-05 Joel Brobecker <brobecker@adacore.com>
1250
1251 * gdb.ada/out_of_line_in_inlined: New testcase.
1252
87b8eff0
JB
12532015-05-05 Joel Brobecker <brobecker@adacore.com>
1254
1255 * gdb.ada/var_rec_arr: New testcase.
1256
5fccc635
YQ
12572015-04-30 Yao Qi <yao.qi@linaro.org>
1258
1259 * gdb.base/break-idempotent.exp: If
1260 skip_hw_watchpoint_multi_tests returns true, skip the tests
1261 on "rwatch" and "awatch".
1262
42d38f42
YQ
12632015-04-30 Yao Qi <yao.qi@linaro.org>
1264
1265 * gdb.base/relativedebug.exp: Invoke gdb command
1266 "info sharedlibrary", and if libc.so doesn't have debug info,
1267 skip the test.
1268
2ce1cdbf
DE
12692015-04-29 Doug Evans <dje@google.com>
1270
1271 * gdb.python/py-xmethods.exp: Add ptype tests.
1272 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1273 get_result_type method.
1274
f24a38c5
LM
12752015-04-29 Luis Machado <lgustavo@codesourcery.com>
1276
1277 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1278 the target does not support hardware watchpoints.
1279
ecbf2b3c
LM
12802015-04-29 Luis Machado <lgustavo@codesourcery.com>
1281
1282 * gdb.base/break-always.exp: Abort testing if writing to memory
1283 causes an error.
1284
34f5f757
DE
12852015-04-28 Doug Evans <dje@google.com>
1286
1287 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1288 * gdb.python/py-pp-registration.exp: ... here. New file.
1289 * gdb.python/py-pp-registration.c: New file.
1290 * gdb.python/py-pp-registration.py: New file.
1291
69b4374a
DE
12922015-04-28 Doug Evans <dje@google.com>
1293
1294 * gdb.python/py-bad-printers.c: New file.
1295 * gdb.python/py-bad-printers.py: New file.
1296 * gdb.python/py-bad-printers.exp: New file.
1297
59fb7612
SS
12982015-04-28 Sasha Smundak <asmundak@google.com>
1299
1300 * gdb.python/py-type.exp: New test.
1301
2631b16a
AW
13022015-04-28 Andy Wingo <wingo@igalia.com>
1303
1304 * gdb.python/py-parameter.exp:
1305 * gdb.guile/scm-parameter.exp: Escape the path that we are
1306 matching against, as it might contain characters that are special
1307 to regular expressions.
1308
460efde1
JB
13092015-04-27 Joel Brobecker <brobecker@adacore.com>
1310
1311 * gdb.ada/rec_comp: New testcase.
1312
2d369d8e
SDJ
13132015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1314
1315 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1316 before using it.
1317
cf75d6c3
AB
13182015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1319
1320 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1321 new tests for verilog output.
1322
8dbe7ca5
YQ
13232015-04-24 Yao Qi <yao.qi@linaro.org>
1324
1325 * boards/remote-gdbserver-on-localhost.exp: New file.
1326
4ef9fb2f
PA
13272015-04-23 Pedro Alves <palves@redhat.com>
1328
1329 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1330 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1331 "end of file", remove $inferior_spawn_id from the indirect list.
1332
0a803169
PA
13332015-04-23 Pedro Alves <palves@redhat.com>
1334
1335 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1336
749ef8f8
PA
13372015-04-23 Pedro Alves <palves@redhat.com>
1338
1339 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1340 on $any_spawn_id instead of only on $gdb_spawn_id.
1341
8aae4344
PM
13422015-04-21 Pierre Muller <muller@sourceware.org>
1343
1344 PR pascal/17815
1345 * lib/pascal.exp (gpc_compile): Add new option "class".
1346 (fpc_compile): Likewise.
1347 * gdb.pascal/case-insensitive-symbols.pas: New file.
1348 * gdb.pascal/case-insensitive-symbols.exp: New file.
1349
1586c8fb
GB
13502015-04-20 Gary Benson <gbenson@redhat.com>
1351
1352 * gdb.base/attach.exp: Fix three extended remote failures.
1353
1b6e6f5c
GB
13542015-04-17 Gary Benson <gbenson@redhat.com>
1355
1356 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1357 the main executable over the remote protocol.
1358
e797481d
PA
13592015-04-16 Pedro Alves <palves@redhat.com>
1360
1361 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1362 a new gdbserver if gdbserver_reconnect_p is set.
1363
1ca99c42
PA
13642015-04-16 Pedro Alves <palves@redhat.com>
1365
1366 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1367 is set, don't exit gdbserver.
1368
af9fd6f8
AA
13692015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1370
1371 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1372 appropriate .insn, such that an older assembler can be used.
1373 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1374 the z/Architecture instruction set on 31-bit targets as well.
1375
04ff1e61
AA
13762015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1377
1378 * gdb.go/handcall.exp: Remove all logic related to the first
1379 breakpoint and rely on go_runto_main instead.
1380 * gdb.go/strings.exp: Likewise.
1381 * gdb.go/unsafe.exp: Likewise.
1382 * gdb.go/hello.exp: Likewise. Also rename the remaining
1383 breakpoint marker to "breakpoint 1".
1384 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1385 * gdb.go/strings.go: Likewise.
1386 * gdb.go/unsafe.go: Likewise.
1387 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1388 "set breakpoint 2 here" and rename the remaining breakpoint marker
1389 to "breakpoint 1".
1390
40d2f8d6
SM
13912015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1392
1393 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1394 if itertools.imap is not present.
1395 * gdb.python/py-objfile.exp: Add parentheses.
1396 * gdb.python/py-type.exp: Same.
1397 * gdb.python/py-unwind-maint.py: Same.
1398
8cbc97c6
YQ
13992015-04-15 Yao Qi <yao.qi@linaro.org>
1400
1401 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1402 of ":$ptr_size" and set its form explicitly.
1403
45fd756c
YQ
14042015-04-15 Pedro Alves <palves@redhat.com>
1405 Yao Qi <yao.qi@linaro.org>
1406
1407 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1408 timeout by factor of 4.
1409 (test_regular_watch): Likewise.
1410 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1411 * gdb.reverse/sigall-reverse.exp: Likewise.
1412 * gdb.reverse/until-precsave.exp: Likewise.
1413 * lib/gdb.exp (with_timeout_factor): New proc.
1414 (gdb_expect): Move some code to ...
1415 (get_largest_timeout): ... here. New procedure.
1416
9e811bc3
LM
14172015-04-14 Luis Machado <lgustavo@codesourcery.com>
1418
1419 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1420
0ff6fcb2
LM
14212015-04-13 Luis Machado <lgustavo@codesourcery.com>
1422
1423 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1424 to write to the .text section.
1425
7578d5f7
LM
14262015-04-13 Luis Machado <lgustavo@codesourcery.com>
1427
1428 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1429 Handle the case of targets that do not provide PID information.
1430
2efe15c4
YQ
14312015-04-13 Yao Qi <yao.qi@linaro.org>
1432
1433 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1434 and use expect instead of gdb_expect.
1435
8cd8f2f8
SDJ
14362015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1437
1438 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1439 "coredump_var_addr" to avoid naming conflict with other testcases.
1440
9ee41772
PA
14412015-04-10 Pedro Alves <palves@redhat.com>
1442
1443 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1444 gdb_test_sequence and gdb_assert.
1445
07473109
PA
14462015-04-10 Pedro Alves <palves@redhat.com>
1447
1448 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1449 test messages that don't include the breakpoint address.
1450
de3db44c
YQ
14512015-04-10 Yao Qi <yao.qi@linaro.org>
1452
1453 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1454 false for some offset and width combinations which aren't
1455 supported by linux kernel.
1456
c79d856c
PA
14572015-04-10 Pedro Alves <palves@redhat.com>
1458
1459 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1460 procedure, factored out from ...
1461 (top level): ... here. Add "set displaced-stepping" testing axis.
1462 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1463 parameter "displaced". Use it.
1464 (top level): Use foreach and add "set displaced-stepping" testing
1465 axis.
1466
ebc90b50
PA
14672015-04-10 Pedro Alves <palves@redhat.com>
1468
1469 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1470 Remove comment.
1471 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1472 both the address of the instruction that triggers the watchpoint
1473 and the address of the instruction immediately after, and use
1474 those addresses for the test. Fix comment.
1475
8f572e5c
PA
14762015-04-10 Pedro Alves <palves@redhat.com>
1477
1478 * gdb.base/sigstep.exp (breakpoint_to_handler)
1479 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1480 Test "backtrace" in handler.
1481 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1482 (top level): Add new "displaced" test axis to
1483 breakpoint_to_handler, breakpoint_to_handler_entry and
1484 breakpoint_over_handler.
1485
8d707a12
PA
14862015-04-10 Pedro Alves <palves@redhat.com>
1487
1488 PR gdb/18216
1489 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1490
ef713951
YQ
14912015-04-10 Yao Qi <yao.qi@linaro.org>
1492
1493 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1494 (test_add_rn_pc): New function.
1495 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1496 (top level): Invoke test_add_rn_pc.
1497
906d60cf
PA
14982015-04-10 Pedro Alves <palves@redhat.com>
1499
1500 PR gdb/13858
1501 * gdb.base/step-over-no-symbols.exp: New file.
1502
f2983cc3
AW
15032015-04-09 Andy Wingo <wingo@igalia.com>
1504
1505 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1506 after the Python tests.
1507
6d62641c
SDJ
15082015-04-08 Keith Seitz <keiths@redhat.com>
1509
1510 PR python/16699
1511 * gdb.python/py-completion.exp: New tests for completion.
1512 * gdb.python/py-completion.py (CompleteLimit1): New class.
1513 (CompleteLimit2): Likewise.
1514 (CompleteLimit3): Likewise.
1515 (CompleteLimit4): Likewise.
1516 (CompleteLimit5): Likewise.
1517 (CompleteLimit6): Likewise.
1518 (CompleteLimit7): Likewise.
1519
f3770638
PA
15202015-04-08 Pedro Alves <palves@redhat.com>
1521
1522 PR gdb/18214
1523 PR gdb/18216
1524 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1525 function.
1526 (main): Install it as SIGUSR1 handler.
1527 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1528 parameter. Always use "setup" as prefix. Toggle "set
1529 displaced-stepping" off/on depending on global. Don't switch to
1530 thread 1 here.
1531 (top level): Add displaced stepping "off/on" test axis. Update
1532 "setup" calls. Wrap each subtest with with_test_prefix. Test
1533 continuing with a queued signal in each thread.
1534
4496bed7
PA
15352015-04-08 Pedro Alves <palves@redhat.com>
1536
1537 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1538 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1539 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1540 Return early if running to main fails.
1541 * gdb.trace/while-stepping.exp: Likewise.
1542
b97fde92
PA
15432015-04-07 Pedro Alves <palves@redhat.com>
1544
1545 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1546 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1547 interact with inferior program.
1548
f71c18e7
PA
15492015-04-07 Pedro Alves <palves@redhat.com>
1550
1551 * lib/gdb.exp (inferior_spawn_id): New global.
1552 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1553 spawn id after processing the user code.
1554 (default_gdb_start): Set inferior_spawn_id.
1555 (send_inferior): New procedure.
1556 * lib/gdbserver-support.exp (gdbserver_start): Set
1557 inferior_spawn_id.
1558 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1559
6423214f
PA
15602015-04-07 Pedro Alves <palves@redhat.com>
1561
1562 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1563 * lib/gdbserver-support.exp (gdbserver_start): Make
1564 $server_spawn_id global.
1565 (gdbserver_start): Don't wait for gdbserver's spawn id with
1566 expect_background.
1567 (close_gdbserver): New procedure.
1568 (gdb_exit): Rename the default version and reimplement.
1569
71c0ee8c
PA
15702015-04-07 Pedro Alves <palves@redhat.com>
1571
72f4393d 1572 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1573 append the substituted item, not the original item.
1574
203bc29b
PA
15752015-04-07 Pedro Alves <palves@redhat.com>
1576
1577 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1578 gdb_expect.
1579
508a3ddf
PA
15802015-04-07 Pedro Alves <palves@redhat.com>
1581
1582 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1583 output appearing once only.
1584
9f6dbe2b
PA
15852015-04-07 Pedro Alves <palves@redhat.com>
1586
1587 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1588 that doesn't expect anything. Return early if running to main
1589 fails.
1590
337532fa
YQ
15912015-04-07 Yao Qi <yao.qi@linaro.org>
1592
1593 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1594 (child_function): Call alarm.
1595 (main): Move call to alarm into the loop.
1596 * gdb.threads/non-stop-fair-events.exp: Build program with
1597 -DTIMEOUT=$timeout.
1598
01b622d4
DE
15992015-04-06 Doug Evans <xdje42@gmail.com>
1600
1601 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1602 Fix dest parameter to board_info.
1603 (fpc_compile): Ditto.
1604 (gdb_compile_pascal): Rename dest arg to destfile.
1605
961f4160
PMR
16062015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1607
1608 * gdb.ada/funcall_ref.exp: New file.
1609 * gdb.ada/funcall_ref/foo.adb: New file.
1610
cafda597
YQ
16112015-04-02 Yao Qi <yao.qi@linaro.org>
1612
1613 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1614 is remote.
1615
fed040c6
GB
16162015-04-02 Gary Benson <gbenson@redhat.com>
1617
1618 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1619
d11916aa
SS
16202015-04-01 Sasha Smundak <asmundak@google.com>
1621
1622 * gdb.python/py-unwind-maint.c: New file.
1623 * gdb.python/py-unwind-maint.exp: New test.
1624 * gdb.python/py-unwind-maint.py: New file.
1625 * gdb.python/py-unwind.c: New file.
1626 * gdb.python/py-unwind.exp: New test.
1627 * gdb.python/py-unwind.py: New test.
1628
a1471180
PA
16292015-04-01 Pedro Alves <palves@redhat.com>
1630
1631 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1632 to fail instead of non-existent $test.
1633
0bbeccb1
PA
16342015-04-01 Pedro Alves <palves@redhat.com>
1635
1636 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1637 GDBFLAGS if not empty.
1638
3c724c8c
PMR
16392015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1640
1641 * gdb.ada/complete.exp: Remove "multi_line".
1642 * gdb.ada/info_exc.exp: Remove "multi_line".
1643 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1644 * gdb.ada/ptype_field.exp: Remove "multi_line".
1645 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1646 * gdb.ada/tagged.exp: Remove "multi_line".
1647 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1648 [multi_line ...]
1649 * gdb.btrace/delta.exp: Likewise.
1650 * gdb.btrace/exception.exp: Likewise.
1651 * gdb.btrace/function_call_history.exp: Likewise.
1652 * gdb.btrace/instruction_history.exp: Likewise.
1653 * gdb.btrace/nohist.exp: Likewise.
1654 * gdb.btrace/record_goto.exp: Likewise.
1655 * gdb.btrace/segv.exp: Likewise.
1656 * gdb.btrace/stepi.exp: Likewise.
1657 * gdb.btrace/tailcall.exp: Likewise.
1658 * gdb.btrace/unknown_functions.exp: Likewise.
1659 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1660 * lib/gdb.exp: Add the "multi_line" helper.
1661
4eec2deb
PA
16622015-04-01 Pedro Alves <palves@redhat.com>
1663
1664 * gdb.threads/tid-reuse.c: New file.
1665 * gdb.threads/tid-reuse.exp: New file.
1666
df8411da
SDJ
16672015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1668
1669 PR corefiles/16092
1670 * gdb.base/coredump-filter.c: New file.
1671 * gdb.base/coredump-filter.exp: Likewise.
1672
6ef37366
PM
16732015-03-27 Petr Machata <pmachata@redhat.com>
1674
1675 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1676 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1677 (Dwarf::assemble): Initialize them.
1678 (Dwarf::lines): New function.
1679
7ec911b0
JT
16802015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1681
1682 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1683 SYMBOL_PREFIX for x86_64-*-cygwin.
1684
ff908ebf
AW
16852015-03-26 Andy Wingo <wingo@igalia.com>
1686
1687 PR symtab/18148
1688 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1689 const_value but not a location.
1690 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1691 location defined in non-main CUs are visible.
1692
6d5f0679
YQ
16932015-03-26 Yao Qi <yao.qi@linaro.org>
1694
1695 PR testsuite/18139
1696 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1697 Add a line number entry for the same line.
1698 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1699 Add a line number entry for the same line.
1700
2898689b
YQ
17012015-03-26 Yao Qi <yao.qi@linaro.org>
1702
1703 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1704 .int 0.
1705 (func): Likewise. Add .Lfunc_1 label.
1706 Use .Lfunc_1 label.
1707 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1708 .int 0.
1709 (func): Likewise.
1710 Use .Lfunc_1 label.
1711
85180498
YQ
17122015-03-26 Yao Qi <yao.qi@linaro.org>
1713
1714 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1715 Call gdb_compile instead to compile each .s files without debug
1716 information.
1717
8aa08a8d
YQ
17182015-03-26 Yao Qi <yao.qi@linaro.org>
1719
1720 * gdb.base/savedregs.exp (process_saved_regs): Make
1721 "Saved registers:" optional in the pattern.
1722
66849923
MM
17232015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1724
1725 * gdb.btrace/next.exp: Merged into step.exp.
1726 * gdb.btrace/finish.exp: Merged into step.exp.
1727 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1728 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1729 "record goto" and checking the exact replay position.
1730 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1731 check for "Recording format" in "info record" output.
1732 * gdb.btrace/record_goto.exp: Choose test file based on target.
1733 * gdb.btrace/x86-record_goto.S: Renamed into ...
1734 * gdb.btrace/x86_64-record_goto.S: ... this.
1735 * gdb.btrace/i686-record_goto.S: New.
1736 * gdb.btrace/x86-tailcall.S: Renamed into ...
1737 * gdb.btrace/x86_64-tailcall.S: ... this.
1738 * gdb.btrace/i686-tailcall.S: New.
1739 * gdb.btrace/x86-tailcall.c: Renamed into ...
1740 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1741 separate statements. Update test.
1742 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1743 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1744 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1745 * gdb.btrace/tailcall.exp: Choose test file based on target.
1746 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1747
11cc1b74
MM
17482015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1749
1750 * gdb.btrace/exception.exp: Increase BTS buffer size.
1751
a25d8bf9
PA
17522015-03-24 Pedro Alves <palves@redhat.com>
1753
1754 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1755
856e7dd6
PA
17562015-03-24 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.threads/schedlock.exp (test_step): No longer expect that
1759 "set scheduler-locking step" with "next" over a function call runs
1760 threads unlocked.
1761
ad235a41
AT
17622015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1763
1764 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1765
15630549
AT
17662015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1767
1768 PR breakpoints/16466
1769 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1770 * gdb.mi/mi-pending.c (thread_func): New function.
1771 (int main): Add threading support required.
1772 * gdb.mi/mi-pending.exp: Add tests for this issue.
1773 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1774 (pendfunc2): Remove stdio dependency.
1775 * gdb.mi/mi-pendshr2.c: New file.
1776
693dca06
KS
17772015-03-23 Keith Seitz <keiths@redhat.com>
1778
1779 * gdb.linespec/keywords.c: New file.
1780 * gdb.linespec/keywords.exp: New file.
1781
7e993ebf
KS
17822015-03-23 Keith Seitz <keiths@redhat.com>
1783
1784 PR gdb/18021
1785 * gdb.dwarf2/staticvirtual.exp: New test.
1786
bc23328c
JK
17872015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1788
1789 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1790 * README: Remove HP-UX and gdb.hp.
1791 (configuration):
1792 * configure: Regenerate.
1793 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1794 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1795 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1796 gdb.hp/gdb.defects/Makefile.
1797 * gdb.hp/Makefile.in: File deleted.
1798 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1799 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1800 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1801 * gdb.hp/gdb.aCC/run.c: File deleted.
1802 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1803 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1804 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1805 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1806 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1807 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1808 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1809 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1810 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1811 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1812 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1813 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1814 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1815 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1816 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1817 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1818 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1819 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1820 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1821 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1822 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1823 * gdb.hp/gdb.compat/average.c: File deleted.
1824 * gdb.hp/gdb.compat/sum.c: File deleted.
1825 * gdb.hp/gdb.compat/xdb.c: File deleted.
1826 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1827 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1828 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1829 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1830 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1831 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1832 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1833 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1834 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1835 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1836 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1837 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1838 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1839 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1840 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1841 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1842 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1843 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1844 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1845 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1846 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1847 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1848 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1849 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1850 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1851 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1852 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1853 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1854 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1855 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1856 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1857 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1858 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1859 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1860 * gdb.hp/tools/odump: File deleted.
1861
8bf3b159
PA
18622015-03-19 Pedro Alves <palves@redhat.com>
1863
1864 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1865 (saw_thread_3): New globals.
1866 (top level): Increment them when an event for the corresponding
1867 thread is seen.
1868 (no thread starvation): New test.
1869
eb54c8bf
PA
18702015-03-19 Pedro Alves <palves@redhat.com>
1871
1872 * gdb.threads/continue-pending-status.c: New file.
1873 * gdb.threads/continue-pending-status.exp: New file.
1874
32d2e5d6
PA
18752015-03-18 Pedro Alves <palves@redhat.com>
1876
1877 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1878 Use gdb_is_target_remote instead of is_remote. Use
1879 gdb_test_multiple instead of gdb_expect. Exit early if
1880 gdb_test_multiple hits its internal matches. Tighten stepi tests
1881 expected output. Fail on exit with any signal, instead of just
1882 SIGILL.
1883
f68f11b7
YQ
18842015-03-18 Yao Qi <yao.qi@linaro.org>
1885
1886 PR tdep/18107
1887 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1888 variable.
1889 * gdb.base/catch-syscall.exp: Don't skip it on
1890 aarch64*-*-linux* target. Remove elements in all_syscalls.
1891 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1892 target.
1893 (setup_all_syscalls): New proc.
1894
ca5fd19b
YQ
18952015-03-16 Yao Qi <yao.qi@linaro.org>
1896
1897 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1898 (top level): Skip tests if valid_addr_p returns false for
1899 $cmd1 or $cmd2.
1900
85642ba0
AW
19012015-03-11 Andy Wingo <wingo@igalia.com>
1902
1903 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1904
e03f9645
YQ
19052015-03-11 Yao Qi <yao.qi@linaro.org>
1906
1907 * gdb.base/catch-syscall.exp: Fix typo in comments.
1908
5d0962b2
YQ
19092015-03-11 Yao Qi <yao.qi@linaro.org>
1910
1911 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1912
b2df3cef
PA
19132015-03-09 Pedro Alves <palves@redhat.com>
1914
1915 * dg-extract-results.py: Delete.
1916
ef878e53
PA
19172015-03-09 Pedro Alves <palves@redhat.com>
1918
1919 Merge dg-extract-results.sh from GCC upstream (r218843).
1920
1921 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1922 * dg-extract-results.sh: Use --text with grep to avoid issues with
1923 binary files. Fall back to cat -v, if that doesn't work.
1924
9494d219
PA
19252015-03-05 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1928
a8d9763a
SM
19292015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1930
1931 * lib/mi-support.exp (mi_expect_interrupt): Accept
1932 alternative event for when in all-stop mode.
1933
be9957b8
PA
19342015-03-04 Pedro Alves <palves@redhat.com>
1935
1936 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1937
d57be0f4 19382015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1939
1940 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1941
c214c7cf
AA
19422015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1943
1944 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1945 regexps for GDB's current line display, accept a hex address
1946 preceding the line number.
1947
6d74a497
AA
19482015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1949
1950 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1951 the 'arch1' variable for "s390*-linux*" targets.
1952
511aee7c
PA
19532015-03-04 Pedro Alves <palves@redhat.com>
1954
1955 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1956 (main): Pass missing retval argument to pthread_join call.
1957
95e50b27
PA
19582015-03-02 Pedro Alves <palves@redhat.com>
1959
1960 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1961 (top level): Call do_test with non-stop as well.
1962
28054d69
PA
19632015-03-02 Pedro Alves <palves@redhat.com>
1964
1965 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1966 -1.
1967
4fa5d7b4
AA
19682015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1969
1970 * gdb.arch/s390-vregs.exp: New test.
1971 * gdb.arch/s390-vregs.S: New file.
1972
97c18565
PA
19732015-02-27 Pedro Alves <palves@redhat.com>
1974
1975 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1976 call to catch_command_errors.
1977 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1978 catch_command_errors.
1979
a37bfa30
PA
19802015-02-27 Pedro Alves <palves@redhat.com>
1981
1982 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1983 "true" for boolean result.
1984 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1985 prototype of main.
1986
6f98576f
PA
19872015-02-27 Pedro Alves <palves@redhat.com>
1988
1989 * lib/unbuffer_output.c: New file.
1990 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1991 (main): Call gdb_unbuffer_output.
1992
eba5ab56
YQ
19932015-02-27 Yao Qi <yao.qi@linaro.org>
1994
1995 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1996 target.
1997
0def5aaa
DE
19982015-02-26 Doug Evans <dje@google.com>
1999
2000 * gdb.cp/class2.cc (Dbase, D): New classes.
2001 (main): New local delta.
2002 * gdb.cp/class2.exp: Test printing delta.
2003 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2004 (dynbar): New global.
2005 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2006
081a1c2c
JK
20072015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2008
2009 * gdb.compile/compile-ifunc.c: New file.
2010 * gdb.compile/compile-ifunc.exp: New file.
2011
2f41223f
AT
20122015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
2013
2014 * gdb.base/structs.exp: Check for correct struct on finish.
2015
03eddd80
YQ
20162015-02-26 Yao Qi <yao.qi@linaro.org>
2017
2018 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2019 is zero.
2020
80c57053
JK
20212015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2022
2023 * gdb.arch/cordic.ko.bz2: New file.
2024 * gdb.arch/cordic.ko.debug.bz2: New file.
2025 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2026
21613c12
YQ
20272015-02-25 Yao Qi <yao.qi@linaro.org>
2028
2029 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2030 aarch64*-*-* target.
2031
d8b901ed
PA
20322015-02-23 Pedro Alves <palves@redhat.com>
2033
2034 * lib/gdb.exp (delete_breakpoints): Rewrite using
2035 gdb_test_multiple.
2036
e5b85ead
PA
20372015-02-23 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.base/info-os.c: Include stdlib.h.
2040
85c3a371
DE
20412015-02-22 Doug Evans <xdje42@gmail.com>
2042
2043 PR symtab/17855
2044 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2045 is read after symbols have been re-read.
2046 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2047 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2048
96553a0c
DE
20492015-02-21 Doug Evans <dje@google.com>
2050
2051 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2052
97a0c697
JK
20532015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2054
2055 PR corefiles/17808
2056 * gdb.arch/i386-biarch-core.core.bz2: New file.
2057 * gdb.arch/i386-biarch-core.exp: New file.
2058
a47cd6e9
PA
20592015-02-21 Pedro Alves <palves@redhat.com>
2060
2061 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2062 runto_main fails.
2063
c5facdc4
PA
20642015-02-20 Pedro Alves <palves@redhat.com>
2065
2066 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2067 info probes.
2068
2db9a427
PA
20692015-02-20 Pedro Alves <palves@redhat.com>
2070
2071 * gdb.threads/multi-create-ns-info-thr.exp: New file.
2072
60fb7e9e
PA
20732015-02-20 Pedro Alves <palves@redhat.com>
2074
2075 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
2076 clean_restart before gdb_target_supports_trace.
2077
5c5019c2
PA
20782015-02-20 Pedro Alves <palves@redhat.com>
2079
2080 PR threads/18006
2081 * gdb.threads/clone-thread_db.c: New file.
2082 * gdb.threads/clone-thread_db.exp: New file.
2083
c9587f88
AT
20842015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2085
2086 PR breakpoints/16812
2087 * gdb.base/catch-gdb-caused-signals.c: New file.
2088 * gdb.base/catch-gdb-caused-signals.exp: New file.
2089
f6a88844
JM
20902015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2091
2092 * configure: Regenerated.
2093 * configure.ac: Use GDB_AC_TRANSFORM.
2094 * aclocal.m4: sinclude ../transform.m4.
2095
497c491b
JM
20962015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2097
2098 * lib/dtrace.exp: New file.
2099 * gdb.base/dtrace-probe.exp: Likewise.
2100 * gdb.base/dtrace-probe.d: Likewise.
2101 * gdb.base/dtrace-probe.c: Likewise.
2102 * lib/pdtrace.in: Likewise.
2103 * configure.ac: Output variables with the transformed names of
2104 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
2105 * configure: Regenerated.
2106
03e98035
JM
21072015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2108
2109 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2110 expected message when trying to access $_probe_* convenience
2111 variables while not on a probe.
2112
63cc30e9
JK
21132015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2114
2115 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2116
0703599a
PA
21172015-02-11 Pedro Alves <pedro@codesourcery.com>
2118
2119 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2120 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2121
7e60a48e
DE
21222015-02-10 Doug Evans <xdje42@gmail.com>
2123
2124 * lib/gdb.exp (gdb_load): Always return a result.
2125
01b088bc
PA
21262015-02-10 Pedro Alves <palves@redhat.com>
2127
2128 * gdb.threads/signal-sigtrap.c: New file.
2129 * gdb.threads/signal-sigtrap.exp: New file.
2130
b05ec7a5
AT
21312015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2132
2133 * gdb.trace/no-attach-trace.c: New file.
2134 * gdb.trace/no-attach-trace.exp: New file.
2135
a2c2acaf
MW
21362015-02-09 Mark Wielaard <mjw@redhat.com>
2137
2138 * gdb.dwarf2/atomic.c: New file.
2139 * gdb.dwarf2/atomic-type.exp: Likewise.
2140
31fd9caa
MM
21412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2142
2143 * gdb.btrace/buffer-size.exp: Update "info record" output.
2144 * gdb.btrace/delta.exp: Update "info record" output.
2145 * gdb.btrace/enable.exp: Update "info record" output.
2146 * gdb.btrace/finish.exp: Update "info record" output.
2147 * gdb.btrace/instruction_history.exp: Update "info record" output.
2148 * gdb.btrace/next.exp: Update "info record" output.
2149 * gdb.btrace/nexti.exp: Update "info record" output.
2150 * gdb.btrace/step.exp: Update "info record" output.
2151 * gdb.btrace/stepi.exp: Update "info record" output.
2152 * gdb.btrace/nohist.exp: Update "info record" output.
2153
d33501a5
MM
21542015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2155
2156 * gdb.btrace/buffer-size: New.
2157
f4abbc16
MM
21582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2159
2160 * gdb.btrace/delta.exp: Update "info record" output.
2161 * gdb.btrace/enable.exp: Update "info record" output.
2162 * gdb.btrace/finish.exp: Update "info record" output.
2163 * gdb.btrace/instruction_history.exp: Update "info record" output.
2164 * gdb.btrace/next.exp: Update "info record" output.
2165 * gdb.btrace/nexti.exp: Update "info record" output.
2166 * gdb.btrace/step.exp: Update "info record" output.
2167 * gdb.btrace/stepi.exp: Update "info record" output.
2168 * gdb.btrace/nohist.exp: Update "info record" output.
2169
b9d61307
SM
21702015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2171
2172 PR gdb/15678
2173 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2174
e584fdbc
PA
21752015-02-06 Pedro Alves <palves@redhat.com>
2176
2177 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2178 macro.
2179 (seconds_left, again): New globals.
2180 (main): Wait seconds_left in a 1-second sleep loop instead of
2181 sleeping 180 seconds. If 'again' is set, reset the seconds
2182 counter.
2183 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2184 'again' in the inferior before detaching. Print the seconds left.
2185 (options): New global.
2186 (top level): Build program with -DTIMEOUT=$timeout.
2187
77f41761
PA
21882015-02-06 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2191 determine how many seconds to pass to 'alarm'.
2192 * gdb.base/gdb-sigterm.exp (top level): Build program with
2193 -DTIMEOUT=$timeout.
2194 (do_test): Return success/failure indication. Add more verbose
2195 logging. Don't fail if 200 single steps are seen. Instead, fail
2196 when the test times out.
2197 (passes): New global.
2198 (top level): Break the testing loop if testing fails on any
2199 iteration. Use gdb_assert.
2200
b9394193
DB
22012015-02-04 Don Breazeal <donb@codesourcery.com>
2202
2203 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2204 and initialize them.
2205 (ipc_cleanup): New function.
2206 (main): Don't declare shmid, semid, and msqid. Add a call to
2207 atexit so that we call ipc_cleanup on exit.
2208
42d9e528
PA
22092015-02-04 Pedro Alves <palves@redhat.com>
2210
2211 * boards/native-extended-gdbserver.exp: Remove any target variant
2212 specifications from the board name before clearing the isremote
2213 flag from board_info.
2214
ae6ae975
DE
22152015-01-31 Doug Evans <xdje42@gmail.com>
2216
2217 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2218
cfb069a8
GB
22192015-01-31 Gary Benson <gbenson@redhat.com>
2220
2221 * gdb.base/completion.exp: Disable completion limiting for
2222 existing tests. Add new tests to check completion limiting.
2223 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2224
5dd31d79
DE
22252015-01-31 Doug Evans <xdje42@gmail.com>
2226
2227 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2228
9f050062
DE
22292015-01-31 Doug Evans <xdje42@gmail.com>
2230
2231 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2232 entries. Duplicate file section script entries.
2233 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2234 inlined entries. Add test for safe-path rejection.
2235 * gdb.python/py-section-script.c: Add duplicate inlined section script
2236 entries. Duplicate file section script entries.
2237 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2238 inlined entries. Add test for safe-path rejection.
2239
df25ebbd
JB
22402015-01-29 Joel Brobecker <brobecker@adacore.com>
2241
2242 * gdb.ada/disc_arr_bound: New testcase.
2243
4a0ca9ec
JB
22442015-01-29 Joel Brobecker <brobecker@adacore.com>
2245
2246 * gdb.ada/mi_var_array: New testcase.
2247
3a8b707a
DE
22482015-01-27 Doug Evans <dje@google.com>
2249
2250 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2251 Add test for objfile.filename, objfile.username after objfile
2252 has been unloaded.
2253
f8313f6e
JB
22542015-01-26 Joel Brobecker <brobecker@adacore.com>
2255
2256 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2257 the second test to print the name attribute of value
2258 returned by the call to gdb.lookup_type, and adjust
2259 the expected output accordingly.
2260
37bc665e
MW
22612015-01-25 Mark Wielaard <mjw@redhat.com>
2262
2263 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2264 * gdb.base/disp-step-fork.c: Include unistd.h.
2265 * gdb.base/siginfo-obj.c: Include stdio.h.
2266 * gdb.base/siginfo-thread.c: Likewise.
2267 * gdb.mi/non-stop.c: Include unistd.h.
2268 * gdb.mi/nsthrexec.c: Include stdio.h.
2269 * gdb.mi/pthreads.c: Include unistd.h.
2270 * gdb.modula2/unbounded1.c (main): Declare returns int.
2271 * gdb.reverse/consecutive-reverse.c: Likewise.
2272 * gdb.threads/create-fail.c: Include unistd.h.
2273 * gdb.threads/killed.c: Likewise.
2274 * gdb.threads/linux-dp.c: Likewise.
2275 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2276 * gdb.threads/non-ldr-exc-2.c: Likewise.
2277 * gdb.threads/non-ldr-exc-3.c: Likewise.
2278 * gdb.threads/non-ldr-exc-4.c: Likewise.
2279 * gdb.threads/pthreads.c: Include unistd.h.
2280 (main): Declare returns int.
2281 * gdb.threads/tls-main.c (foo): New declaration.
2282 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2283
f7e5394d
SM
22842015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2285
2286 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2287 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2288
743649fd
MW
22892015-01-15 Mark Wielaard <mjw@redhat.com>
2290
2291 * gdb.base/noreturn-return.c: New file.
2292 * gdb.base/noreturn-return.exp: New file.
2293 * gdb.base/noreturn-finish.c: New file.
2294 * gdb.base/noreturn-finish.exp: New file.
2295
198297aa
PA
22962015-01-23 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.threads/continue-pending-after-query.c: New file.
2299 * gdb.threads/continue-pending-after-query.exp: New file.
2300
717cf30c
AG
23012015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2302 Simon Marchi <simon.marchi@ericsson.com>
2303
2304 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2305 * gdb.base/valgrind-db-attach.exp: Same.
2306 * gdb.base/valgrind-infcall.exp: Same.
2307 * lib/mi-support.exp (default_mi_gdb_start): Same.
2308 * lib/prompt.exp (default_prompt_gdb_start): Same.
2309 * lib/gdb.exp (default_gdb_spawn): Same.
2310 (gdb_interact): New.
2311
2312
4b62a76e
JK
23132015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2314
2315 * gdb.compile/compile.exp (pointer to jit function): New test.
2316
b4cdae6f
WW
23172015-01-17 Wei-cheng Wang <cole945@gmail.com>
2318
2319 * lib/gdb.exp (supports_process_record): Return true for
2320 powerpc*-*-linux*.
2321 (supports_reverse): Likewise.
2322
d221e7ef
DB
23232015-01-15 Don Breazeal <donb@codesourcery.com>
2324
2325 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2326 instead of checking whether the target board is remote and
2327 use spawn_wait_for_attach instead of exec/sleep.
2328 * gdb.base/attach-twice.exp: Likewise.
2329
bafffb51
JB
23302015-01-15 Joel Brobecker <brobecker@adacore.com>
2331
2332 * gdb.ada/var_arr_attrs: New testcase.
2333
5589af0e
PA
23342015-01-14 Pedro Alves <palves@redhat.com>
2335 Joel Brobecker <brobecker@adacore.com>
2336
2337 PR gdb/17525
2338 * gdb.base/bp-cmds-execution-x-script.c: New file.
2339 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2340 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2341
6c400b59
PA
23422015-01-14 Pedro Alves <palves@redhat.com>
2343
2344 PR cli/17828
2345 * gdb.base/batch-preserve-term-settings.c: New file.
2346 * gdb.base/batch-preserve-term-settings.exp: New file.
2347
e02c96a7
DE
23482015-01-13 Doug Evans <dje@google.com>
2349
2350 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2351 binary.
2352
576fd14c
JB
23532015-01-13 Joel Brobecker <brobecker@adacore.com>
2354
2355 * Makefile.in (clean mostlyclean): Do not delete *.py.
2356
04dccad0
JB
23572015-01-13 Joel Brobecker <brobecker@adacore.com>
2358
2359 * gdb.python/py-lookup-type.exp: New file.
2360
3d230f71
PA
23612015-01-12 Pedro Alves <palves@redhat.com>
2362
2363 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2364 restore GDBFLAGS before returning.
2365
7e67715d
JK
23662015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2367
2368 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2369 is_amd64_regs_target and is_x86_like_target.
2370
f2e0d4b4
DE
23712015-01-11 Doug Evans <xdje42@gmail.com>
2372
2373 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2374 is given without an explicit form.
2375 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2376 attributes.
2377 * gdb.dwarf/corrupt.exp: Ditto.
2378 * gdb.dwarf2/enum-type.exp: Ditto.
2379 * gdb.trace/entry-values.exp: Ditto.
2380 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2381
439250fb
DE
23822015-01-11 Doug Evans <xdje42@gmail.com>
2383
2384 PR gdb/15830
2385 * gdb.base/maint.exp: Remove references to "maint demangle".
2386 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2387 Add tests for explicitly specifying language to demangle.
2388 * gdb.dlang/demangle.exp: Ditto.
2389
ede9f622
PA
23902015-01-09 Pedro Alves <palves@redhat.com>
2391
2392 * gdb.threads/non-stop-fair-events.c: New file.
2393 * gdb.threads/non-stop-fair-events.exp: New file.
2394
a7b796db
PA
23952015-01-09 Pedro Alves <palves@redhat.com>
2396
2397 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2398 the global scope. Set a breakpoint after all threads are started
2399 rather than stepping over two source lines. Expect the prompt.
2400 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2401 global.
2402 (NUM): Now 15.
2403 (main): Use threads_started_barrier to wait for all threads to
2404 start. Main thread no longer calls thread_function. Exit after
2405 180 seconds.
2406 (loop): New function.
2407 (thread_function): Wait on threads_started_barrier barrier. Call
2408 'loop' at each iteration.
2409 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2410 threads have started, instead of hardcoding number of "next"
2411 steps. Use an access watchpoint instead of a write watchpoint.
2412
9665ffdd
PA
24132015-01-09 Pedro Alves <palves@redhat.com>
2414
2415 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2416 (thread_func): Wait on barrier.
2417 (main): Wait for all threads to start before stopping GDB.
2418 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2419 global.
2420 (thread1_func, thread2_func): Wait on barrier.
2421 (main): Wait for all threads to start before stopping GDB.
2422 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2423 New global.
2424 (thread1_func, thread2_func): Wait on barrier.
2425 (main): Wait for all threads to start before stopping GDB.
2426
c945a99f
PA
24272015-01-09 Pedro Alves <palves@redhat.com>
2428
2429 * gdb.threads/attach-many-short-lived-threads.c: New file.
2430 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2431
c1a747c1
PA
24322014-01-09 Pedro Alves <palves@redhat.com>
2433
2434 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2435 instead of to thread 2.
2436 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2437 Add barrier around each pthread_create call instead of around all
2438 calls.
2439 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2440 Set a break on thread_function and have the child threads hit it
2441 one at at a time.
2442
60b3033e
PA
24432015-01-09 Pedro Alves <palves@redhat.com>
2444
2445 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2446 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2447 false.
2448 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2449 checking whether the target board is remote.
2450 * gdb.multi/multi-attach.exp: Likewise.
2451 * gdb.python/py-sync-interp.exp: Likewise.
2452 * gdb.server/ext-attach.exp: Likewise.
2453 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2454 tests that need to attach, instead of checking whether the target
2455 board is remote at the top of the file.
2456
acc018ac
YQ
24572015-01-08 Yao Qi <yao@codesourcery.com>
2458
2459 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2460
50a18af8
JK
24612015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2462
2463 Fix testcase compilation.
2464 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2465
8503d6e1
JB
24662015-01-06 Joel Brobecker <brobecker@adacore.com>
2467
2468 * gdb.python/py-type.exp: Add a couple test about empty
2469 array creation, and negative-length array creation.
2470
cc73dbcc
DE
24712015-01-02 Doug Evans <xdje42@gmail.com>
2472
2473 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2474
0300bbc7
DE
24752015-01-02 Doug Evans <dje@google.com>
2476
2477 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2478
9d85a0ec
YQ
24792014-12-29 Yao Qi <yao@codesourcery.com>
2480
2481 * gdb.trace/entry-values.exp: Update comments. Rename variable
2482 bar_call_foo to returned_from_foo.
2483
87186c6a
MMN
24842014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2485
2486 PR gdb/17394
2487 * gdb.linespec/break-asm-file.c: New file.
2488 * gdb.linespec/break-asm-file.exp: New file.
2489 * gdb.linespec/break-asm-file0.s: New file.
2490 * gdb.linespec/break-asm-file1.s: New file.
2491
1bab7383
YQ
24922014-12-18 Nigel Stephens <nigel@mips.com>
2493 Maciej W. Rozycki <macro@codesourcery.com>
2494
2495 * gdb.base/float.exp: Handle the new output from "info float" on
2496 MIPS targets.
2497
1bc1068a
JK
24982014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2499
2500 Fix MinGW compilation.
2501 * gdb.compile/compile-ops.exp: Update untested message if
2502 !skip_compile_feature_tests.
2503 * gdb.compile/compile-setjmp.exp: Likewise.
2504 * gdb.compile/compile-tls.exp: Likewise.
2505 * gdb.compile/compile.exp: Likewise.
2506 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2507 supported on this host".
2508
b6615d10
DE
25092014-12-16 Doug Evans <xdje42@gmail.com>
2510
2511 * boards/stabs.exp: New file.
2512
25dda427
AA
25132014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2514
2515 * gdb.base/completion.exp: Adjust to format changes of "maint
2516 print user-registers".
2517
bf330350
CU
25182014-12-16 Catalin Udma <catalin.udma@freescale.com>
2519
2520 PR server/17457
2521 * gdb.arch/aarch64-fp.c: New file.
2522 * gdb.arch/aarch64-fp.exp: New file.
2523
395cf596
SDJ
25242014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2525
2526 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2527 r210637, r210913, r211666, r215400, r215817).
2528
2529 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2530 * dg-extract-results.py: New file.
2531 * dg-extract-results.sh: Use it if the environment seems
2532 suitable.
2533
2534 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2535
2536 * dg-extract-results.py (parse_run): Handle warnings that
2537 are printed before a test harness is run.
2538
2539 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2540
2541 * dg-extract-results.py (Named): Remove __cmp__ method.
2542 (output_variation): Use a key to sort variation.harnesses.
2543
2544 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2545
2546 * dg-extract-results.py: For Python 3, force sys.stdout to
2547 handle surrogate escape sequences.
2548 (safe_open): New function.
2549 (output_segment, main): Use it.
2550
2551 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2552
2553 * dg-extract-results.py (Prog.result_re): Include options
2554 in test name.
2555
2556 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2557
2558 * dg-extract-results.py (output_variation): Always sort if
2559 do_sum.
2560
e882ef3c
SM
25612014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2562
2563 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2564 as long as we get pagination notifications.
2565
4992aa20
JM
25662014-12-15 Jason Merrill <jason@redhat.com>
2567
2568 * Makefile.in (check-gdb.%): Restore.
2569 * README: Mention it.
2570
c1b5a1a6
JB
25712014-12-13 Joel Brobecker <brobecker@adacore.com>
2572
2573 * gdb.ada/str_uninit: New testcase.
2574
5537b577
JK
25752014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2576
2577 PR symtab/17642
2578 * gdb.base/vla-stub-define.c: New file.
2579 * gdb.base/vla-stub.c: New file.
2580 * gdb.base/vla-stub.exp: New file.
2581
bb2ec1b3
TT
25822014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2583 Jan Kratochvil <jan.kratochvil@redhat.com>
2584 Tom Tromey <tromey@redhat.com>
2585
2586 * configure.ac: Add gdb.compile/.
2587 * configure: Regenerate.
2588 * gdb.compile/Makefile.in: New file.
2589 * gdb.compile/compile-ops.exp: New file.
2590 * gdb.compile/compile-ops.c: New file.
2591 * gdb.compile/compile-tls.c: New file.
2592 * gdb.compile/compile-tls.exp: New file.
2593 * gdb.compile/compile-constvar.S: New file.
2594 * gdb.compile/compile-constvar.c: New file.
2595 * gdb.compile/compile-mod.c: New file.
2596 * gdb.compile/compile-nodebug.c: New file.
2597 * gdb.compile/compile-setjmp-mod.c: New file.
2598 * gdb.compile/compile-setjmp.c: New file.
2599 * gdb.compile/compile-setjmp.exp: New file.
2600 * gdb.compile/compile-shlib.c: New file.
2601 * gdb.compile/compile.c: New file.
2602 * gdb.compile/compile.exp: New file.
2603 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2604
4ff709eb
TT
26052014-12-12 Tom Tromey <tromey@redhat.com>
2606
2607 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2608 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2609
6dddd6a5
DE
26102014-12-12 Doug Evans <dje@google.com>
2611
2612 * lib/gdb-python.exp (get_python_valueof): New function.
2613 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2614
71c24708
AA
26152014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2616
2617 * gdb.base/completion.exp: Add test for completion of "info
2618 registers ".
2619
3e29f34a
MR
26202014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2621
2622 * gdb.base/func-ptrs.c: New file.
2623 * gdb.base/func-ptrs.exp: New file.
2624
fc126975
SM
26252014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2626
2627 PR breakpoints/17012
2628 * gdb.base/dprintf-detach.c: New file.
2629 * gdb.base/dprintf-detach.exp: New file.
2630
0a46d518
SM
26312014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2632
2633 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2634 * lib/gdb.exp (target_is_gdbserver): New procedure.
2635
a0be3e44
DE
26362014-12-08 Doug Evans <dje@google.com>
2637
2638 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2639
df1b803a
YQ
26402014-12-05 Yao Qi <yao@codesourcery.com>
2641
2642 * gdb.guile/scm-error.exp: Remove the third argument to
2643 gdb_remote_download.
2644 * gdb.guile/scm-frame-args.exp: Likewise.
2645 * gdb.guile/scm-section-script.exp: Likewise.
2646
ddb9f679
YQ
26472014-12-05 Yao Qi <yao@codesourcery.com>
2648
2649 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2650
86e4ed39
DE
26512014-12-04 Doug Evans <dje@google.com>
2652
2653 * gdb.python/py-objfile.exp: Add tests for
2654 objfile.add_separate_debug_file.
2655
7c50a931
DE
26562014-12-04 Doug Evans <dje@google.com>
2657
2658 * lib/gdb.exp (get_build_id): New function.
2659 (build_id_debug_filename_get): Rewrite to use it.
2660 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2661
621661e3
MR
26622014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2663
2664 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2665 `method(long)', not just 0x0.
2666 * gdb.cp/nsalias.exp: Align code labels to 4.
2667 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2668 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2669 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2670 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2671 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2672 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2673
29f0c3b7
DE
26742014-12-02 Doug Evans <dje@google.com>
2675
e1e061e7 2676 PR symtab/17602
29f0c3b7 2677 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2678 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2679 * gdb.cp/anon-ns.exp: Update.
2680
162078c8
NB
26812014-12-02 Nick Bull <nicholaspbull@gmail.com>
2682
2683 * gdb.python/py-events.py (inferior_call_handler): New.
2684 (register_changed_handler, memory_changed_handler): New.
2685 (test_events.invoke): Register new handlers.
2686 * gdb.python/py-events.exp: Add tests for inferior call,
2687 memory_changed and register_changed events.
2688
fdb09caf
AA
26892014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2690
2691 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2692 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2693 if the linker doesn't understand this.
2694
55cfb2c4
SM
26952014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2696
2697 * gdb.python/python.exp: Change expected reply to help().
2698
9e8cd6df
YQ
26992014-12-01 Yao Qi <yao@codesourcery.com>
2700
2701 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2702 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2703 * configure: Re-generated.
2704
6c659fc2
SC
27052014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2706
2707 * gdb.cp/chained-calls.cc: New file.
2708 * gdb.cp/chained-calls.exp: New file.
2709 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2710
d7fc3181
SM
27112014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2712
2713 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2714 * gdb.dwarf2/symtab-producer.exp: Same.
2715 * gdb.gdb/python-interrupts.exp: Same.
2716 * gdb.gdb/python-selftest.exp: Same.
2717 * gdb.python/py-linetable.exp: Same.
2718 * gdb.python/py-type.exp: Same.
2719 * gdb.python/py-value-cc.exp: Same.
2720 * gdb.python/py-value.exp: Same.
2721
10e79639
YQ
27222014-11-28 Yao Qi <yao@codesourcery.com>
2723
2724 * gdb.base/break-probes.exp: Match library name prefixed with
2725 sysroot.
2726
f28a0564
SM
27272014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2728
2729 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2730 test expected output. Add parentheses for the call to print.
2731 Remove L suffix from integers.
2732
3fe1ce1d
DE
27332014-11-26 Doug Evans <dje@google.com>
2734
2735 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2736
84429e27
YQ
27372014-11-22 Yao Qi <yao@codesourcery.com>
2738
2739 * gdb.trace/entry-values.c: Remove asms.
2740 (foo): Add foo_label.
2741 (bar): Add bar_label.
2742 * gdb.trace/entry-values.exp: Remove code computing foo's
2743 length and bar's length.
2744 (Dwarf::assemble): Invoke function_range for bar and use
2745 MACRO_AT_func for foo.
2746
26741859
YQ
27472014-11-22 Yao Qi <yao@codesourcery.com>
2748
2749 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2750 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2751 Use .Lgcc43_procstart instead of gcc43.
2752
45e44d27
JB
27532014-11-21 Joel Brobecker <brobecker@adacore.com>
2754
2755 * gdb.ada/n_arr_bound: New testcase.
2756
458c8db8
SDJ
27572014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2758
2759 PR breakpoints/10737
2760 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2761 test_catch_syscall_multi_arch.
2762 (test_catch_syscall_multi_arch): New function.
2763
43f3e411
DE
27642014-11-20 Doug Evans <xdje42@gmail.com>
2765
2766 * gdb.base/maint.exp: Update expected output.
2767
0d7b2549
AA
27682014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2769
2770 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2771 4-byte instruction on S390.
2772
8908fca5
JB
27732014-11-19 Joel Brobecker <brobecker@adacore.com>
2774
2775 * gdb.ada/arr_arr: New testcase.
2776
4a46959e
JB
27772014-11-19 Joel Brobecker <brobecker@adacore.com>
2778
2779 * gdb.ada/pkd_arr_elem: New Testcase.
2780
470e2f4e
LM
27812014-11-18 Luis Machado <lgustavo@codesourcery.com>
2782
2783 * gdb.reverse/break-precsave: Expect completion message for
2784 core file reads.
2785 * gdb.reverse/consecutive-precsave.exp: Likewise.
2786 * gdb.reverse/finish-precsave.exp: Likewise.
2787 * gdb.reverse/i386-precsave.exp: Likewise.
2788 * gdb.reverse/machinestate-precsave.exp: Likewise.
2789 * gdb.reverse/sigall-precsave.exp: Likewise.
2790 * gdb.reverse/solib-precsave.exp: Likewise.
2791 * gdb.reverse/step-precsave.exp: Likewise.
2792 * gdb.reverse/until-precsave.exp: Likewise.
2793 * gdb.reverse/watch-precsave.exp: Likewise.
2794
a267f3ad
AA
27952014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2796
2797 * gdb.base/bp-permanent.c: Include unistd.h.
2798 * gdb.python/py-framefilter-mi.c (main): Add return type.
2799 * gdb.python/py-framefilter.c (main): Likewise.
2800 * gdb.trace/actions-changed.c (main): Likewise.
2801
12084a9a
AA
28022014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2803
2804 * gdb.mi/until.c: Add eye-catchers.
2805 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2806 line numbers.
2807
dc7e1a77
AA
28082014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2809
2810 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2811 function header variants in break1.c.
2812 * gdb.base/ena-dis-br.exp: Likewise.
2813 * gdb.base/hbreak2.exp: Likewise.
2814 * gdb.reverse/until-precsave.exp: Drop references to removed
2815 non-prototype function header variants in ur1.c.
2816 * gdb.reverse/until-reverse.exp: Likewise.
2817
41c77605
PM
28182014-11-17 Petr Machata <pmachata@redhat.com>
2819
2820 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2821 ${_cu_offset_size} bytes abbrev offset.
2822
34248c3a
DE
28232014-11-15 Doug Evans <xdje42@gmail.com>
2824
2825 PR symtab/17559
2826 * gdb.base/line-symtabs.exp: New file.
2827 * gdb.base/line-symtabs.c: New file.
2828 * gdb.base/line-symtabs.h: New file.
2829
646da059
YQ
28302014-11-14 Yao Qi <yao@codesourcery.com>
2831
2832 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2833 (func): Add label func_label.
2834 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2835 Replace low_pc and high_pc with MACRO_AT_range.
2836 Replace name, low_pc and high_pc with MACRO_AT_func.
2837
9301ebe6
YQ
28382014-11-14 Yao Qi <yao@codesourcery.com>
2839
2840 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2841 Replace name, low_pc and high_pc with MACRO_AT_func.
2842
f166b542
YQ
28432014-11-14 Yao Qi <yao@codesourcery.com>
2844
2845 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2846 produce debug information.
2847 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2848
0f6e71e3
YQ
28492014-11-14 Yao Qi <yao@codesourcery.com>
2850
2851 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2852 object and get function length.
2853 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2854 with MACRO_AT_func.
2855 (top-level): Replace gdb_compile and clean_restart with
2856 prepare_for_testing.
2857 * gdb.dwarf2/main.c (main): Add label main_label.
2858
876c4df9
YQ
28592014-11-14 Yao Qi <yao@codesourcery.com>
2860
2861 * lib/dwarf.exp (function_range): New procedure.
2862 (Dwarf::_handle_macro_at_func): New procedure.
2863 (Dwarf::_handle_macro_at_range): New procedure.
2864 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2865
02ad9cf1
YQ
28662014-11-14 Yao Qi <yao@codesourcery.com>
2867
2868 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2869 (_handle_attribute): New procedure.
2870
a59add0c
AA
28712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2872
2873 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2874 * gdb.base/call-sc.c (zed): Likewise.
2875 * gdb.base/checkpoint.c (main): Likewise.
2876 * gdb.base/dump.c (main): Likewise.
2877 * gdb.base/gcore.c (main): Likewise.
2878 * gdb.base/huge.c (main): Likewise.
2879 * gdb.base/multi-forks.c (main): Likewise.
2880 * gdb.base/pr10179-a.c (main): Likewise.
2881 * gdb.base/savedregs.c (main): Likewise.
2882 * gdb.base/sigaltstack.c (main): Likewise.
2883 * gdb.base/siginfo.c (main): Likewise.
2884 * gdb.base/structs.c (zed): Likewise.
2885 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2886 * gdb.mi/mi-syn-frame.c (main): Likewise.
2887 * gdb.mi/until.c (foo, main): Likewise.
2888 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2889 * gdb.base/solib-weak.c (foo): Declare.
2890 * gdb.base/attach-twice.c: Include stdio.h.
2891 * gdb.base/weaklib1.c: Likewise.
2892 * gdb.base/weaklib2.c: Likewise.
2893 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2894 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2895 unistd.h.
2896 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2897 * gdb.mi/mi-exit-code.c: Likewise.
2898 * gdb.base/break-interp-lib.c: Include string.h.
2899 * gdb.base/coremaker.c: Likewise.
2900 * gdb.base/testenv.c: Likewise.
2901 * gdb.python/py-finish-breakpoint.c: Likewise.
2902 * gdb.base/inferior-died.c: Include sys/wait.h.
2903 * gdb.base/fileio.c: Include time.h.
2904 * gdb.base/async-shell.c: Include unistd.h.
2905 * gdb.base/dprintf-non-stop.c: Likewise.
2906 * gdb.base/info-os.c: Likewise.
2907 * gdb.mi/mi-console.c: Likewise.
2908 * gdb.mi/watch-nonstop.c: Likewise.
2909 * gdb.python/py-events.c: Likewise.
2910 * gdb.base/async.c (baz): Move up before its invocation.
2911 * gdb.base/code_elim2.c (my_global_func): Likewise.
2912 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2913 * gdb.base/advance.c (func2): Likewise.
2914
3b5d5997
AA
29152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2916
2917 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2918 variant.
2919 * gdb.base/annota3.c: Likewise.
2920 * gdb.base/async.c: Likewise.
2921 * gdb.base/average.c: Likewise.
2922 * gdb.base/call-ar-st.c: Likewise.
2923 * gdb.base/call-rt-st.c: Likewise.
2924 * gdb.base/call-sc.c: Likewise.
2925 * gdb.base/call-strs.c: Likewise.
2926 * gdb.base/ending-run.c: Likewise.
2927 * gdb.base/execd-prog.c: Likewise.
2928 * gdb.base/exprs.c: Likewise.
2929 * gdb.base/foll-exec.c: Likewise.
2930 * gdb.base/foll-fork.c: Likewise.
2931 * gdb.base/foll-vfork.c: Likewise.
2932 * gdb.base/funcargs.c: Likewise.
2933 * gdb.base/gcore.c: Likewise.
2934 * gdb.base/jump.c: Likewise.
2935 * gdb.base/langs0.c: Likewise.
2936 * gdb.base/langs1.c: Likewise.
2937 * gdb.base/langs2.c: Likewise.
2938 * gdb.base/mips_pro.c: Likewise.
2939 * gdb.base/nodebug.c: Likewise.
2940 * gdb.base/opaque0.c: Likewise.
2941 * gdb.base/opaque1.c: Likewise.
2942 * gdb.base/recurse.c: Likewise.
2943 * gdb.base/run.c: Likewise.
2944 * gdb.base/scope0.c: Likewise.
2945 * gdb.base/scope1.c: Likewise.
2946 * gdb.base/setshow.c: Likewise.
2947 * gdb.base/setvar.c: Likewise.
2948 * gdb.base/shmain.c: Likewise.
2949 * gdb.base/shr1.c: Likewise.
2950 * gdb.base/shr2.c: Likewise.
2951 * gdb.base/sigall.c: Likewise.
2952 * gdb.base/signals.c: Likewise.
2953 * gdb.base/so-indr-cl.c: Likewise.
2954 * gdb.base/solib2.c: Likewise.
2955 * gdb.base/structs.c: Likewise.
2956 * gdb.base/sum.c: Likewise.
2957 * gdb.base/vforked-prog.c: Likewise.
2958 * gdb.base/watchpoint.c: Likewise.
2959 * gdb.reverse/shr2.c: Likewise.
2960 * gdb.reverse/until-reverse.c: Likewise.
2961 * gdb.reverse/ur1.c: Likewise.
2962 * gdb.reverse/watch-reverse.c: Likewise.
2963
066a77c5
AA
29642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2965
2966 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2967 variant.
2968 * gdb.base/sepdebug.exp: Drop references to removed code.
2969
4f204ea5
AA
29702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2971
2972 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2973 variant. Preserve original line numbering.
2974 * gdb.base/list1.c: Likewise.
2975
3b377a3a
AA
29762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2977
2978 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2979 variant.
2980 * gdb.base/break1.c: Likewise.
2981 * gdb.base/break.exp: Drop references to removed code.
2982
e444df73
AA
29832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2984
2985 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2986 variant.
2987
8008f2a7
AA
29882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2989
2990 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2991
a5a06887
AA
29922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2993
2994 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2995 logic into perform_all_tests() and invoke it with and without
2996 function header prototypes.
2997 (do_function_calls): Remove conditional XFAIL for PR 5318.
2998 (rerun_and_prepare): Remove duplicate code.
2999 (perform_all_tests): New. Main logic moved here.
3000
44dba9b9
AA
30012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3002
3003 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3004 code guarded by #ifdef NO_PROTOTYPES.
3005 (t_double_many_args): Likewise.
3006 (DEF_FUNC_MANY_ARGS_1): Likewise.
3007 (DEF_FUNC_VALUES_1): Likewise.
3008 (t_structs_ldc): Renamed from t_structs_fc in conditional code
3009 guarded by #ifdef PROTOTYPES.
3010
d1fbcd56
AA
30112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3012
3013 * gdb.mi/mi-console.c: Add eye-catcher.
3014 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3015 instead of literal line number.
3016
b0e59b8f
AA
30172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3018
3019 * gdb.base/shr2.c: Add eye-catcher.
3020 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3021 line number.
3022
78f98cca
AA
30232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3024
3025 * gdb.base/jump.c: Add eye-catchers.
3026 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3027 numbers.
3028
58fa2af0
AA
30292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3030
3031 * gdb.base/execd-prog.c: Add eye-catchers.
3032 * gdb.base/foll-exec.c: Likewise.
3033 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3034 line numbers.
3035
04e5059b
AA
30362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3037
3038 * gdb.base/ending-run.c: Add eye-catchers.
3039 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3040 literal line numbers.
3041
dbfdb174
AA
30422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3043
3044 * gdb.base/call-rt-st.c: Add eye-catchers.
3045 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3046 literal line numbers.
3047
888a2ade
AA
30482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3049
3050 * gdb.base/call-ar-st.c: Add eye-catchers.
3051 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3052 literal line numbers.
3053
6acc2dde
AA
30542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3055
3056 * gdb.base/average.c: Add eye-catchers.
3057 * gdb.base/sum.c: Likewise.
3058 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3059 regexps dynamically.
3060
9ecfcd1d
AA
30612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3062
3063 * gdb.base/solib1.c: Add eye-catchers.
3064 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3065 literal line numbers.
3066
78708b7c
PA
30672014-11-12 Pedro Alves <palves@redhat.com>
3068
3069 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3070 leader has exited.
3071
af48d08f
PA
30722014-11-12 Pedro Alves <palves@redhat.com>
3073
3074 * gdb.arch/i386-bp_permanent.c: New file.
3075 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3076 (srcfile): Set to i386-bp_permanent.c.
3077 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
3078 that stepi does not execute the 'leave' instruction, instead of
3079 testing it does execute.
3080 * gdb.base/bp-permanent.c: New file.
3081 * gdb.base/bp-permanent.exp: New file.
3082
af3768e9
DE
30832014-11-10 Doug Evans <xdje42@gmail.com>
3084
3085 PR symtab/17564
3086 * gdb.base/symtab-search-order.exp: New file.
3087 * gdb.base/symtab-search-order.c: New file.
3088 * gdb.base/symtab-search-order-1.c: New file.
3089 * gdb.base/symtab-search-order-shlib-1.c: New file.
3090
9de00a4a
PA
30912014-11-07 Pedro Alves <palves@redhat.com>
3092
3093 PR gdb/17511
3094 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3095 i?86-*-linux*.
3096
e0f52461
SC
30972014-11-03 Siva Chandra Reddy <sivachandra@google.com>
3098
3099 PR c++/17494
3100 * gdb.cp/pr17494.cc: New file.
3101 * gdb.cp/pr17494.exp: New file.
3102
6ce8c980
YQ
31032014-11-02 Yao Qi <yao@codesourcery.com>
3104
3105 * gdb.python/python.exp: Get working directory and match the
3106 output of "set extended-prompt \\w " with it.
3107
02be9a71
DE
31082014-10-30 Doug Evans <dje@google.com>
3109
3110 * gdb.python/py-objfile.exp: Add tests for setting random attributes
3111 in objfiles.
3112 * gdb.python/py-progspace.exp: Add tests for setting random attributes
3113 in progspaces.
3114
3bdff46b
LM
31152014-10-30 Janis Johnson <janisjo@codesourcery.com>
3116
3117 * gdb.base/fullpath-expand.exp: Skip for a remote host.
3118 * gdb.base/realname-expand.exp: Likewise.
3119 * gdb.linespec/macro-relative.exp: Likewise.
3120
ab917dfb
PA
31212014-10-29 Pedro Alves <palves@redhat.com>
3122
3123 PR gdb/17408
3124 * gdb.threads/schedlock.c (some_function): New function.
3125 (call_function): New global.
3126 (MAYBE_CALL_SOME_FUNCTION): New macro.
3127 (thread_function): Call it.
3128 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3129 and use it instead of a global counter. Adjust all callers.
3130 (get_current_thread): Use "find current thread" for test message
3131 here rather than having all callers pass down the same string.
3132 (goto_loop): New procedure, factored out from ...
3133 (my_continue): ... this.
3134 (step_ten_loops): Change parameter from test message to command to
3135 use. Adjust.
3136 (list_count): Delete global.
3137 (check_result): New procedure, factored out from duplicate top
3138 level code.
3139 (continue tests): Wrap in with_test_prefix.
3140 (test_step): New procedure, factored out from duplicate top level
3141 code.
3142 (top level): Test "step" in combination with all scheduler-locking
3143 modes. Test "next" in combination with all scheduler-locking
3144 modes, and in combination with stepping over a function call or
3145 not.
3146 * gdb.threads/next-bp-other-thread.c: New file.
3147 * gdb.threads/next-bp-other-thread.exp: New file.
3148
d3d4baed
PA
31492014-10-29 Pedro Alves <palves@redhat.com>
3150
3151 PR python/17372
3152 * gdb.python/python.exp: Test a multi-line command that spawns
3153 interactive Python.
3154 * gdb.base/multi-line-starts-subshell.exp: New file.
3155
563e8d85
YQ
31562014-10-29 Yao Qi <yao@codesourcery.com>
3157
3158 * gdb.base/fileio.exp: Make directories on host.
3159
0ea4d52e
YQ
31602014-10-29 Yao Qi <yao@codesourcery.com>
3161
3162 * gdb.base/fileio.c (test_write): Close the file.
3163
7f5ef605
PA
31642014-10-28 Pedro Alves <palves@redhat.com>
3165
3166 PR gdb/12623
3167 * gdb.base/sigstep.c (no_handler): New global.
3168 (main): If 'no_handler is true, set the signal handlers to
3169 SIG_IGN.
3170 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3171 with_sw_watch and no_handler parameters. Handle them.
3172 (top level) <stepping over handler when stopped at a breakpoint
3173 test>: Add a test axis for testing with a software watchpoint, and
3174 another for testing with the signal handler set to SIG_IGN.
3175 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3176 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3177
abbdbd03
PA
31782014-10-28 Pedro Alves <palves@redhat.com>
3179
3180 PR gdb/17511
3181 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3182 * gdb.base/sigstep.exp (other_handler_location): New global.
3183 (advance): Support stepping into the signal handler, and running
3184 commands while in the handler.
3185 (in_handler_map): New global.
3186 (top level): In the advance test, add combinations for getting
3187 into the handler with stepping commands, and for running commands
3188 in the handler. Add comment descripting the advancei tests.
3189
1df4399f
PA
31902014-10-28 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.base/sigstep.exp: Use build_executable instead of
3193 prepare_for_testing.
3194 (top level): Move code that starts GDB, runs to main and creates a
3195 display to ...
3196 (restart): ... this new procedure.
3197 (top level): Move backtrace from signal handler test to ...
3198 (validate_backtrace): ... this new procedure.
3199 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3200 with_test_prefix. Always restart GDB.
3201 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3202 with_test_prefix. Always restart GDB. No need to delete
3203 breakpoints after the test.
3204 (test_skip_handler): Remove prefix parameter.
3205 (skip_over_handler, breakpoint_to_handler)
3206 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3207 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3208 restart GDB. No need to delete breakpoints after the test.
3209 (top level): Use foreach to call the test procedures with
3210 different commands.
3211
a5b6e449
PA
32122014-10-28 Pedro Alves <palves@redhat.com>
3213
3214 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3215 instead of GNATS numbers.
3216 * gdb.base/sigbpt.exp: Likewise.
3217 * gdb.base/siginfo.exp: Likewise.
3218 * gdb.base/sigstep.exp: Likewise.
3219
e5f8a7cc
PA
32202014-10-27 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.base/sigstep.c (dummy): New global.
3223 (main): Issue a couple writes to the new global.
3224 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3225 procedures.
3226 (skip_over_handler): Use test_skip_handler.
3227 (top level): Call skip_over_handler for stepi and nexti too.
3228 (breakpoint_over_handler): Use test_skip_handler.
3229 (top level): Call breakpoint_over_handler for stepi and nexti too.
3230
763905a3
YQ
32312014-10-27 Yao Qi <yao@codesourcery.com>
3232
3233 * gdb.trace/tfile.c (adjust_function_address)
3234 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3235 function descriptor.
3236
6f259a23
DB
32372014-10-24 Don Breazeal <donb@codesourcery.com>
3238
3239 * gdb.base/foll-fork.exp (test_follow_fork,
3240 catch_fork_child_follow): Check for updated fork messages emitted
3241 from infrun.c.
3242 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3243 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3244 vfork_and_exec_child_follow_through_step): Check for updated vfork
3245 messages emitted from infrun.c.
3246
09dd9a69
PA
32472014-10-24 Pedro Alves <palves@redhat.com>
3248
3249 * gdb.base/corefile.exp: Remove references to ultrix.
3250 * gdb.base/interrupt.exp: Likewise.
3251 * gdb.base/whatis.exp: Likewise.
3252 * gdb.gdb/selftest.exp: Likewise.
3253 * gdb.threads/manythreads.exp: Likewise.
3254 * gdb.threads/print-threads.exp: Likewise.
3255 * gdb.threads/pthreads.exp:: Likewise.
3256 * gdb.threads/schedlock.exp: Likewise.
3257
3433cfa5
SC
32582014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3259
3260 * gdb.cp/non-trivial-retval.cc: Add a test case.
3261 * gdb.cp/non-trivial-retval.exp: Add a test.
3262
092f880b
YQ
32632014-10-20 Yao Qi <yao@codesourcery.com>
3264
3265 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3266 * gdb.python/py-objfile-script-gdb.py: New file.
3267 * gdb.python/py-objfile-script.exp: Update reference to
3268 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3269 of remote_download. Remove the dest file.
3270
acbdb7f3
YQ
32712014-10-20 Yao Qi <yao@codesourcery.com>
3272
3273 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3274 * gdb.base/step-line.exp: Likewise.
3275 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3276 * gdb.dwarf2/dw2-basic.exp: Likewise.
3277 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3278 * gdb.dwarf2/dw2-filename.exp: Likewise.
3279 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3280 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3281 * gdb.dwarf2/dw2-producer.exp: Likewise.
3282 * gdb.dwarf2/mac-fileno.exp: Likewise.
3283 * gdb.python/py-frame-args.exp: Likewise.
3284 * gdb.python/py-framefilter.exp: Likewise.
3285 * gdb.python/py-mi.exp: Likewise.
3286 * gdb.python/py-objfile-script.exp: Likewise
3287 * gdb.python/py-pp-integral.exp: Likewise.
3288 * gdb.python/py-pp-re-notag.exp: Likewise.
3289 * gdb.python/py-prettyprint.exp: Likewise.
3290 * gdb.python/py-section-script.exp: Likewise.
3291 * gdb.python/py-typeprint.exp: Likewise.
3292 * gdb.python/py-xmethods.exp: Likewise.
3293 * gdb.stabs/weird.exp: Likewise.
3294 * gdb.xml/tdesc-regs.exp: Likewise.
3295
bd286a29
KCY
32962014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3297
3298 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3299 (out_cu): Use addr_len for the size of addresses.
3300 (out_line): Likewise. Size DW_LNE_set_address instruction
3301 according to addr_len.
3302 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3303 (FUNC): Add START_INSNS to definition.
3304
673dc4a0
YQ
33052014-10-18 Yao Qi <yao@codesourcery.com>
3306
3307 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3308 gdb_has_argv0 return true.
3309 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3310 check [target_info exists noargs], check [gdb_has_argv0]
3311 instead.
3312 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3313 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3314 procedures.
3315
4ffbba72
DE
33162014-10-17 Doug Evans <dje@google.com>
3317
3318 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3319 event.
3320 * gdb.python/py-events.py: Add clear_objfiles event.
3321
d096d8c1
DE
33222014-10-17 Doug Evans <dje@google.com>
3323
3324 * gdb.python/py-objfile.exp: Test progspace attribute.
3325
a80db015
LM
33262014-10-17 Luis Machado <lgustavo@codesourcery.com>
3327
3328 * gdb.guile/scm-breakpoint.exp: Do not assume any
3329 directory separators when matching source file paths.
3330 * gdb.python/py-breakpoint.exp: Likewise.
3331 * gdb.reverse/break-precsave.exp: Likewise.
3332 * gdb.reverse/break-reverse.exp: Likewise.
3333 * gdb.reverse/consecutive-precsave.exp: Likewise.
3334 * gdb.reverse/finish-precsave.exp: Likewise.
3335 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3336 * gdb.reverse/finish-reverse.exp: Likewise.
3337 * gdb.reverse/i386-precsave.exp: Likewise.
3338 * gdb.reverse/i387-env-reverse.exp: Likewise.
3339 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3340 * gdb.reverse/machinestate-precsave.exp: Likewise.
3341 * gdb.reverse/machinestate.exp: Likewise.
3342 * gdb.reverse/sigall-precsave.exp: Likewise.
3343 * gdb.reverse/solib-precsave.exp: Likewise.
3344 * gdb.reverse/step-precsave.exp: Likewise.
3345 * gdb.reverse/until-precsave.exp: Likewise.
3346 * gdb.reverse/watch-precsave.exp: Likewise.
3347 * gdb.reverse/watch-reverse.exp: Likewise.
3348
b22089ab
YQ
33492014-10-17 Yao Qi <yao@codesourcery.com>
3350
3351 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3352 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3353
6c4486e6
PA
33542014-10-17 Pedro Alves <palves@redhat.com>
3355
3356 PR gdb/17471
3357 * gdb.base/bg-execution-repeat.c: New file.
3358 * gdb.base/bg-execution-repeat.exp: New file.
3359
0ff33695
PA
33602014-10-17 Pedro Alves <palves@redhat.com>
3361
3362 PR gdb/17300
3363 * gdb.base/continue-all-already-running.c: New file.
3364 * gdb.base/continue-all-already-running.exp: New file.
3365
6fdebc3d
PA
33662014-10-17 Pedro Alves <palves@redhat.com>
3367
3368 PR gdb/17472
3369 * gdb.base/annota-input-while-running.c: New file.
3370 * gdb.base/annota-input-while-running.exp: New file.
3371
32a8097b
PA
33722014-10-17 Pedro Alves <palves@redhat.com>
3373
3374 * gdb.base/callfuncs.exp: emove references to osf.
3375 * gdb.base/sigall.exp: Likewise.
3376 * gdb.gdb/selftest.exp: Likewise.
3377 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3378 * gdb.mi/non-stop.c: Likewise.
3379 * gdb.mi/pthreads.c: Likewise.
3380 * gdb.reverse/sigall-precsave.exp: Likewise.
3381 * gdb.reverse/sigall-reverse.exp: Likewise.
3382 * gdb.threads/pthreads.c: Likewise.
3383 * gdb.threads/pthreads.exp: Likewise.
3384
7a3517ff
YQ
33852014-10-17 Yao Qi <yao@codesourcery.com>
3386
3387 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3388 check 'target_info exists noargs'.
3389 (test_command_prompt_position): Likewise.
3390 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3391 Remove "set args".
3392 (progvar_simple_while_test): Likewise.
3393 (progvar_complex_if_while_test): Likewise.
3394 (if_while_breakpoint_command_test): Likewise.
3395 (infrun_breakpoint_command_test): Likewise.
3396 (breakpoint_command_test): Likewise.
3397 (watchpoint_command_test): Likewise.
3398 (bp_deleted_in_command_test): Likewise.
3399 (temporary_breakpoint_commands): Likewise.
3400
bb99c472
YQ
34012014-10-16 Yao Qi <yao@codesourcery.com>
3402
3403 * gdb.base/remotetimeout.exp: Remove noargs checking.
3404
7c16b83e
PA
34052014-10-15 Pedro Alves <palves@redhat.com>
3406
3407 PR breakpoints/9649
3408 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3409 * gdb.base/breakpoint-in-ro-region.exp
3410 (probe_target_hardware_step): New procedure.
3411 (top level): Probe hardware stepping and hardware breakpoint
3412 support. Test stepping through a read-only region, with both
3413 "breakpoint auto-hw" on and off and both "always-inserted" on and
3414 off.
3415
35a49624
IB
34162014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3417
3418 * gdb.dlang/demangle.exp: Update for demangling changes.
3419
2d1c107c
SC
34202014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3421
3422 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3423 * gdb.cp/non-trivial-retval.exp: Add new tests.
3424
778811d5
SC
34252014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3426
3427 PR c++/13403
3428 PR c++/15154
3429 * gdb.cp/non-trivial-retval.cc: New file.
3430 * gdb.cp/non-trivial-retval.exp: New file.
3431
10c5f0a8
YQ
34322014-10-15 Yao Qi <yao@codesourcery.com>
3433
3434 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3435 remote host.
3436
65d7b369
YQ
34372014-10-15 Yao Qi <yao@codesourcery.com>
3438
3439 * gdb.python/py-symbol.exp: Match file base name if host is
3440 remote, otherwise match file name with dir name.
3441 * gdb.python/py-symtab.exp: Likewise.
3442 * gdb.python/python.exp: Likewise.
3443
46dc1394
YQ
34442014-10-15 Yao Qi <yao@codesourcery.com>
3445
3446 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3447 pattern.
3448 * gdb.python/py-symtab.exp: Likewise.
3449 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3450 locationn.
3451
c40cc657
JB
34522014-10-14 Joel Brobecker <brobecker@adacore.com>
3453
3454 * gdb.ada/addr_arith: New testcase.
3455
2abf49e1
MR
34562014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3457
3458 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3459 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3460 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3461 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3462
f7088df3
SDJ
34632014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3464
3465 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3466 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3467 * gdb.arch/stap-eval-lang-ada.exp: New file.
3468
4dc06805
YQ
34692014-10-14 Yao Qi <yao@codesourcery.com>
3470
3471 * gdb.mi/mi-var-child.c (nothing1): New function.
3472 (nothing2): New function.
3473 (do_children_tests): Set function pointers by nothing1 and
3474 nothing2.
3475 * gdb.mi/mi-var-child.exp: Step over new added statements.
3476 Update test to match the new output.
3477 * gdb.mi/var-cmd.c (nothing1): New function.
3478 (nothing2): New function.
3479 (do_children_tests): Set function pointers by nothing1 and
3480 nothing2.
3481 * gdb.mi/mi-var-display.exp: Update test to match output.
3482 Step to the line specified by $line_dct_nothing.
3483 Increase the number of lines to step.
3484
46a93de2
YQ
34852014-10-14 Yao Qi <yao@codesourcery.com>
3486
3487 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3488 tests.
3489 * gdb.mi/mi2-var-child.exp: Likewise.
3490
14ea52ee
DE
34912014-10-13 Doug Evans <dje@google.com>
3492
3493 * gdb.python/py-objfile.exp: Change name of file name test.
3494
e5c6e92b
DE
34952014-10-13 Doug Evans <dje@google.com>
3496
3497 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3498 from the start of the CU.
3499
c780cc2f
JK
35002014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3501 Yao Qi <yao@codesourcery.com>
3502
3503 Fix "save breakpoints" for "catch" command.
3504 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3505 Remove -nonewline. Match also the added "main" line.
3506
99894e11
JK
35072014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3508
3509 Fix "save breakpoints" for "disable $bpnum" command.
3510 * gdb.base/save-bp.c (main): Add label.
3511 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3512
6e1ac5a3
JK
35132014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3514
3515 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3516
754dd2b0
YQ
35172014-10-11 Yao Qi <yao@codesourcery.com>
3518
3519 * gdb.server/server-kill.exp: Execute command
3520 "set remote trace-status-packet on" before "tstatus".
3521
f90183d7
YQ
35222014-10-11 Yao Qi <yao@codesourcery.com>
3523
3524 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3525 (main): Call getppid.
3526 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3527 and continue to it. Read variable "server_pid".
3528
bf40a607
YQ
35292014-10-11 Yao Qi <yao@codesourcery.com>
3530
3531 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3532
052ca370
YQ
35332014-10-11 Yao Qi <yao@codesourcery.com>
3534
3535 * gdb.threads/thread-find.exp: Don't execute command
3536 "info threads".
3537 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3538 * gdb.threads/linux-dp.exp: Don't check the condition
3539 $threads_created equals to zero.
3540
3831839c
PA
35412014-10-10 Pedro Alves <palves@redhat.com>
3542
3543 * gdb.base/bigcore.exp: Remove references to IRIX.
3544 * gdb.base/funcargs.exp: Likewise.
3545 * gdb.base/interrupt.exp: Likewise.
3546 * gdb.base/mips_pro.exp: Likewise.
3547 * gdb.base/nodebug.exp: Likewise.
3548 * gdb.base/setvar.exp: Likewise.
3549 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3550
8b9a549d
PA
35512014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3552 Pedro Alves <palves@redhat.com>
3553
3554 PR symtab/14466
3555 * gdb.base/vdso-warning.c: New file.
3556 * gdb.base/vdso-warning.exp: New file.
3557
d48ba5e8
DE
35582014-10-02 Doug Evans <dje@google.com>
3559
3560 * gdb.base/structs.c (main): Don't run forever.
3561
2278c276
PA
35622014-10-02 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3565 (top level) <stop threads 1, stop threads 2>: Use it.
3566
b57bacec
PA
35672014-10-02 Pedro Alves <palves@redhat.com>
3568
3569 * gdb.threads/break-while-running.exp (test): Add new
3570 'update_thread_list' argument. Skip "info threads" if false.
3571 (top level): Add new 'update_thread_list' axis.
3572
13fd3ff3
PA
35732014-10-02 Pedro Alves <palves@redhat.com>
3574
3575 PR breakpoints/17431
3576 * gdb.base/execl-update-breakpoints.c: New file.
3577 * gdb.base/execl-update-breakpoints.exp: New file.
3578
0fec99e8
PA
35792014-10-01 Pedro Alves <palves@redhat.com>
3580
3581 * gdb.base/breakpoint-in-ro-region.c: New file.
3582 * gdb.base/breakpoint-in-ro-region.exp: New file.
3583
2ddf4301
SM
35842014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3585
3586 * gdb.mi/mi-exit-code.exp: New file.
3587 * gdb.mi/mi-exit-code.c: New file.
3588
6a5f3f43
YQ
35892014-09-30 Yao Qi <yao@codesourcery.com>
3590
3591 * lib/prelink-support.exp (build_executable_own_libs): Error if
3592 the target isn't native.
3593
345bcc73
YQ
35942014-09-30 Yao Qi <yao@codesourcery.com>
3595
3596 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3597 false.
3598
a25a5a45
PA
35992014-09-22 Pedro Alves <palves@redhat.com>
3600
3601 * gdb.threads/break-while-running.exp: New file.
3602 * gdb.threads/break-while-running.c: New file.
3603
00ba3162
YQ
36042014-09-19 Yao Qi <yao@codesourcery.com>
3605
3606 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3607 Invoke test. Restart GDB with --readnow and invoke test again.
3608
c3b7b696
YQ
36092014-09-19 Yao Qi <yao@codesourcery.com>
3610
3611 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3612 proc set_breakpoint_on_gcd_function. Invoke
3613 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3614 invoke set_breakpoint_on_gcd_function again.
3615
2b4fd423
DE
36162014-09-18 Doug Evans <dje@google.com>
3617
3618 * gdb.dwarf2/symtab-producer.exp: New file.
3619
a5947601
SDJ
36202014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3621
3622 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3623 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3624 * gdb.base/global-var-nested-by-dso.c: Likewise.
3625 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3626
91c19059
SDJ
36272014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3628 Pedro Alves <palves@redhat.com>
3629
3630 * gdb.base/watch-bitfields.exp: Pass string other than test file
3631 name to prepare_for_testing.
3632 (watch): New procedure.
3633 (expect_watchpoint): Use with_test_prefix.
3634 (top level): Factor out tests to ...
3635 (test_watch_location, test_regular_watch): ... these new
3636 procedures, and use with_test_prefix and gdb_continue_to_end.
3637
bb9d5f81
PP
36382014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3639
3640 PR breakpoints/12526
3641 * gdb.base/watch-bitfields.exp: New file.
3642 * gdb.base/watch-bitfields.c: New file.
3643
635856f5
PA
36442014-09-16 Pedro Alves <palves@redhat.com>
3645
3646 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3647 software and hardware addresses, not software address against
3648 itself.
3649
7280ceea
PA
36502014-09-16 Pedro Alves <palves@redhat.com>
3651
3652 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3653 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3654
428b16bd
PA
36552014-09-16 Pedro Alves <palves@redhat.com>
3656
3657 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3658 files.
3659 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3660 "*-*-vxworks*" throughout.
3661 * gdb.base/break.exp: Likewise.
3662 * gdb.base/default.exp: Likewise.
3663 * gdb.base/scope.exp: Likewise.
3664 * gdb.base/sepdebug.exp: Likewise.
3665 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3666 throughout.
3667 * gdb.base/run.c: Likewise.
3668 * gdb.base/sepdebug.c: Likewise.
3669 * gdb.hp/gdb.aCC/run.c: Likewise.
3670 * gdb.reverse/until-reverse.c: Likewise.
3671 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3672
666d413c
YQ
36732014-09-16 Yao Qi <yao@codesourcery.com>
3674
3675 * boards/local-remote-host-native.exp: New file.
3676
57cbd724
DE
36772014-09-14 Doug Evans <xdje42@gmail.com>
3678
3679 * gdb.threads/queue-signal.c (thread_count): New variable.
3680 (thread_count_mutex, thread_count_condvar): New variables.
3681 (incr_thread_count, wait_all_threads_running): New functions.
3682 (main): Wait for all threads to be in their thread functions.
3683
81219e53
DE
36842014-09-13 Doug Evans <xdje42@gmail.com>
3685
3686 * gdb.threads/queue-signal.c: New file.
3687 * gdb.threads/queue-signal.exp: New file.
3688
3714cea7
DE
36892014-09-13 Doug Evans <xdje42@gmail.com>
3690
3691 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3692 be consistent with what default_gdb_init uses.
3693 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3694 the plain text of the prompt. Add some logging printfs.
3695 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3696
fa43b1d7
PA
36972014-09-12 Pedro Alves <palves@redhat.com>
3698
3699 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3700 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3701 * gdb.arch/i386-size-overlap.exp: Likewise.
3702 * gdb.arch/i386-size.exp: Likewise.
3703 * gdb.arch/i386-unwind.exp: Likewise.
3704 * gdb.base/a2-run.exp: Likewise.
3705 * gdb.base/break.exp: Likewise.
3706 * gdb.base/charset.exp: Likewise.
3707 * gdb.base/chng-syms.exp: Likewise.
3708 * gdb.base/commands.exp: Likewise.
3709 * gdb.base/dbx.exp: Likewise.
3710 * gdb.base/find.exp: Likewise.
3711 * gdb.base/funcargs.exp: Likewise.
3712 * gdb.base/jit-simple.exp: Likewise.
3713 * gdb.base/reread.exp: Likewise.
3714 * gdb.base/sepdebug.exp: Likewise.
3715 * gdb.base/step-bt.exp: Likewise.
3716 * gdb.cp/mb-inline.exp: Likewise.
3717 * gdb.cp/mb-templates.exp: Likewise.
3718 * gdb.objc/basicclass.exp: Likewise.
3719 * gdb.threads/killed.exp: Likewise.
3720
9d9bf2df
EBM
37212014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3722
3723 PR tdep/17379
3724 * gdb.arch/powerpc-stackless.S: New file.
3725 * gdb.arch/powerpc-stackless.exp: New file.
3726
1cf2f1b0
JK
37272014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3728
3729 * gdb.base/attach.c: Include unistd.h.
3730 (main): Call alarm. Add label postloop.
3731 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3732 gdb_breakpoint, gdb_continue_to_breakpoint.
3733 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3734
98880d46
PA
37352014-09-11 Pedro Alves <palves@redhat.com>
3736
3737 PR gdb/17347
3738 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3739 * gdb.base/attach.exp (test_command_line_attach_run): New
3740 procedure.
3741 (top level): Call it.
3742
4c92ff2c
PA
37432014-09-11 Pedro Alves <palves@redhat.com>
3744
3745 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3746 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3747 (do_command_attach_tests): Use spawn_wait_for_attach.
3748 * gdb.base/solib-overlap.exp: Likewise.
3749 * gdb.multi/multi-attach.exp: Likewise.
3750 * gdb.python/py-prompt.exp: Likewise.
3751 * gdb.python/py-sync-interp.exp: Likewise.
3752 * gdb.server/ext-attach.exp: Likewise.
3753
3adc1a7d
GKB
37542014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3755
3756 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3757 command in testcase. Simplify testcase.
3758
96334934
JB
37592014-09-10 Joel Brobecker <brobecker@adacore.com>
3760
3761 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3762
eb479039
JB
37632014-09-10 Joel Brobecker <brobecker@adacore.com>
3764
3765 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3766
deede10c
JB
37672014-09-10 Joel Brobecker <brobecker@adacore.com>
3768
3769 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3770
7828a5f5
JB
37712014-09-10 Joel Brobecker <brobecker@adacore.com>
3772
3773 * gdb.dwarf2/dynarr-ptr.c: New file.
3774 * gdb.dwarf2/dynarr-ptr.exp: New file.
3775
33aeebcf
MR
37762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3777
3778 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3779 of 30 rather than hardcoding 120 for a slow test case. Take the
3780 `gdb,timeout' target setting into account for this calculation.
3781 Don't extend the timeout for the test cases that don't need it.
3782
7b415901
MR
37832014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3784
3785 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3786 a factor of 2 for a slow test case. Take the `gdb,timeout'
3787 target setting into account for this calculation.
3788 * gdb.reverse/until-precsave.exp: Increase the timeout by
3789 a factor of 15 and 3 respectively rather than adding 120
3790 for a pair of slow test cases. Take the `gdb,timeout'
3791 target setting into account for this calculation.
3792
4a40f85a
MR
37932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3794
3795 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3796 timeout, don't pass one down to gdb_expect.
3797 (gdb_expect): Rework timeout selection.
3798
09635af7
MR
37992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3800
3801 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3802 exception on timeout.
3803 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3804 (gdbserver_start_extended): Catch any `gdbserver_start' error
3805 exceptions.
3806 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3807 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3808 `gdbserver_gdb_load' error exceptions.
3809
2bdd10b7
MR
38102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3811
3812 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3813 120 on waiting for the TCP socket to open.
3814
316935f0
DE
38152014-09-09 Doug Evans <xdje42@gmail.com>
3816
3817 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3818 _caller_matches, _any_caller_is, _any_caller_matches.
3819
83740597
DE
38202014-09-09 Doug Evans <xdje42@gmail.com>
3821
3822 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3823
4c122fc3
YQ
38242014-09-09 Yao Qi <yao@codesourcery.com>
3825
3826 * gdb.mi/mi-var-display.exp: Set print symbol off.
3827
a9f116cb
GKB
38282014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3829
3830 PR gdb/17035
3831 * gdb.base/commands.exp: Add tests to verify user-defined
3832 commands with empty bodies.
3833 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3834 python commands in `show user command`.
3835 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3836 scheme commands in `show user command`.
3837
c75bd3a2
JK
38382014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3839
3840 PR python/17355
3841 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3842 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3843 * gdb.python/py-framefilter-invalidarg.exp: New file.
3844 * gdb.python/py-framefilter-invalidarg.py: New file.
3845
faa42425
DE
38462014-09-06 Doug Evans <xdje42@gmail.com>
3847
3848 PR 15276
3849 * gdb.python/py-caller-is.c: New file.
3850 * gdb.python/py-caller-is.exp: New file.
3851
474ca4f6
SDJ
38522014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3853
3854 PR gdb/17235
3855 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3856 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3857
eb0b0463
SDJ
38582014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3859
3860 PR fortran/17237
3861 * gdb.fortran/print-formatted.exp: New file.
3862 * gdb.fortran/print-formatted.f90: Likewise.
3863
5f3b99cf
SS
38642014-09-03 Sasha Smundak <asmundak@google.com>
3865
3866 * gdb.python/py-frame.exp: Test Frame.read_register.
3867
7d793aa9
SDJ
38682014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3869
3870 PR python/16699
3871 * gdb.python/py-completion.exp: New file.
3872 * gdb.python/py-completion.py: Likewise.
3873
fb0576e9
DE
38742014-08-28 Doug Evans <dje@google.com>
3875
3876 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3877 eax,etc. are live with values set by gdb and thus the compiler can't
3878 use them.
3879 * gdb.arch/i386-pseudo.c (main): Ditto.
3880
ee92b0dd
DE
38812014-08-27 Doug Evans <dje@google.com>
3882
3883 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3884
6649db35
DE
38852014-08-25 Doug Evans <dje@google.com>
3886
3887 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3888 (main): Ditto.
3889
564b7600
DE
38902014-08-25 Doug Evans <dje@google.com>
3891
3892 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3893
3881fb67
YQ
38942014-08-24 Yao Qi <yao@codesourcery.com>
3895
3896 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3897 symbol off.
3898 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3899
a05a36a5
DE
39002014-08-22 Doug Evans <dje@google.com>
3901
3902 PR 17276
3903 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3904 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3905 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3906
7c343b48
YQ
39072014-08-22 Yao Qi <yao@codesourcery.com>
3908
3909 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3910 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3911 * gdb.python/python.exp: Likewise. Use .py file on the host
3912 instead of the build.
3913
22fd09ae
JK
39142014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3915
3916 * gdb.threads/gcore-stale-thread.c: New file.
3917 * gdb.threads/gcore-stale-thread.exp: New file.
3918
a8454a7c
PA
39192014-08-21 Pedro Alves <palves@redhat.com>
3920
3921 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3922 * gdb.base/gcore-relro-pie.exp: Likewise.
3923 * gdb.base/gcore-relro.exp: Likewise.
3924 * gdb.base/gcore.exp: Likewise.
3925 * gdb.base/print-symbol-loading.exp: Likewise.
3926 * gdb.threads/gcore-thread.exp: Likewise.
3927 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3928
2a31c623
PA
39292014-08-20 Pedro Alves <palves@redhat.com>
3930 Jan Kratochvil <jan.kratochvil@redhat.com>
3931
3932 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3933 configure.
3934 (EXPECT): Handle READ1 being set.
3935 (all): Depend on EXTRA_RULES.
3936 (check-read1, expect-read1, read1.so, read1): New rules.
3937 * README (Testsuite Parameters): Document the READ1 make variable.
3938 (Race detection): New section.
3939 * configure: Regenerate.
3940 * configure.ac: If build==host==target, and running under a
3941 GNU/glibc system, add read1 to the extra Makefile rules.
3942 (EXTRA_RULES): AC_SUBST it.
3943 * lib/read1.c: New file.
3944
d36430db
JB
39452014-08-20 Joel Brobecker <brobecker@adacore.com>
3946
3947 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3948 the handling of variables declared as a typedef to an array
3949 which a DW_AT_data_location attribute.
3950
9a0dc9e3
PA
39512014-08-19 Andrew Burgess <aburgess@broadcom.com>
3952 Pedro Alves <palves@redhat.com>
3953
3954 PR symtab/14604
3955 PR symtab/14605
3956 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3957 gdb_test.
3958
0718a8da
PA
39592014-08-19 Pedro Alves <palves@redhat.com>
3960
3961 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3962
13b448cd
YQ
39632014-08-19 Yao Qi <yao@codesourcery.com>
3964
3965 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3966 right line.
3967
1cbf5077
DB
39682014-08-18 David Blaikie <dblaikie@gmail.com>
3969
3970 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3971
bf0fae19
JB
39722014-08-18 Joel Brobecker <brobecker@adacore.com>
3973
3974 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3975 attribute in array range.
3976
3c8c5dcc
JB
39772014-08-18 Joel Brobecker <brobecker@adacore.com>
3978
3979 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3980
e66d4446
SC
39812014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3982
3983 PR c++/17132
3984 * gdb.cp/pr17132.cc: New file.
3985 * gdb.cp/pr17132.exp: New file.
3986
940df408
SC
39872014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3988
3989 * gdb.python/py-xmethods.py (A_getarrayind)
3990 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3991 Use 'print' with function call syntax.
3992 (E_method_matcher.match): Fix tab vs space indentation mixup.
3993
ebcc6c3a
YQ
39942014-08-15 Yao Qi <yao@codesourcery.com>
3995
3996 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3997 false.
3998
775e0f04
YQ
39992014-08-15 Yao Qi <yao@codesourcery.com>
4000
4001 * gdb.cp/casts.exp: Set print symbol off.
4002 * gdb.cp/class2.exp: Likewise.
4003 * gdb.cp/overload.exp: Likewise.
4004 * gdb.cp/templates.exp: Likewise.
4005
d769e349
DE
40062014-08-11 Doug Evans <dje@google.com>
4007
4008 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4009 (test_load_shlib): Update.
4010
20c6f1e1
YQ
40112014-08-09 Yao Qi <yao@codesourcery.com>
4012
4013 * gdb.base/display.exp: Invoke is_address_zero_readable.
4014 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4015 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4016 * gdb.base/hbreak-unmapped.exp: Return if
4017 is_address_zero_readable returns true.
4018 * gdb.base/signest.exp: Likewise.
4019 * gdb.base/signull.exp: Likewise.
4020 * gdb.base/sigbpt.exp: Likewise.
4021 * gdb.guile/scm-disasm.exp: Do the test if
4022 is_address_zero_readable returns false.
4023 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4024 * gdb.python/py-arch.exp: Likewise.
4025 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4026 * lib/gdb.exp (is_address_zero_readable): New proc.
4027
5792e8e3
YQ
40282014-08-09 Yao Qi <yao@codesourcery.com>
4029
4030 PR testsuite/13443
4031 * gdb.mi/mi-var-display.exp: Make test messages unique.
4032
3cecbbbe
TT
40332014-08-04 Tom Tromey <tromey@redhat.com>
4034
4035 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4036 target 0".
4037
00b51ff5
TT
40382014-08-04 Tom Tromey <tromey@redhat.com>
4039
4040 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4041 "target_resume".
4042
6908c509
JB
40432014-08-01 Joel Brobecker <brobecker@adacore.com>
4044
4045 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4046 inner_vla_struct_object_size.
4047 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4048 as xfail.
4049
cc6563d2
PA
40502014-07-30 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4053 comment.
4054
7e09a223
YQ
40552014-07-29 Yao Qi <yao@codesourcery.com>
4056
4057 PR gdb/17206
4058 * gdb.base/until-nodebug.exp: New.
4059
7ebdbe92
DE
40602014-07-28 Doug Evans <xdje42@gmail.com>
4061
4062 PR guile/17203
4063 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4064 previously existing parameter, and previously ambiguously spelled
4065 parameter.
4066
fdb1adc6
WN
40672014-07-28 Will Newton <will.newton@linaro.org>
4068
4069 * gdb.base/varargs.exp: Remove KFAILs for ARM.
4070
186fcde0
DE
40712014-07-26 Ludovic Courtès <ludo@gnu.org>
4072 Doug Evans <xdje42@gmail.com>
4073
4074 PR guile/17146
4075 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4076
70509625
PA
40772014-07-25 Pedro Alves <palves@redhat.com>
4078
4079 * gdb.threads/signal-command-handle-nopass.c: New file.
4080 * gdb.threads/signal-command-handle-nopass.exp: New file.
4081 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4082 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4083 * gdb.threads/signal-delivered-right-thread.c: New file.
4084 * gdb.threads/signal-delivered-right-thread.exp: New file.
4085
c3f814a1
PA
40862014-07-25 Pedro Alves <palves@redhat.com>
4087
4088 * gdb.base/double-prompt-target-event-error.exp
4089 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4090 match.
4091 (cancel_pagination_in_target_event): Rework double prompt
4092 detection.
4093 * gdb.base/paginate-after-ctrl-c-running.exp
4094 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4095 <return>' match.
4096 * gdb.base/paginate-bg-execution.exp
4097 (test_bg_execution_pagination_return)
4098 (test_bg_execution_pagination_cancel): Remove '-notransfer
4099 <return>' matches.
4100 * gdb.base/paginate-execution-startup.exp
4101 (test_fg_execution_pagination_return)
4102 (test_fg_execution_pagination_cancel): Remove '-notransfer
4103 <return>' matches.
4104 * gdb.base/paginate-inferior-exit.exp
4105 (test_paginate_inferior_exited): Remove '-notransfer <return>'
4106 match.
4107 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4108 * lib/gdb.exp (pagination_prompt): Run text through
4109 string_to_regexp.
4110 (gdb_test_multiple): Match $pagination_prompt instead of
4111 "<return>".
4112 (string_to_regexp): Move to lib/gdb-utils.exp.
4113
e214cf6c
JK
41142014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4115
4116 * gdb.arch/amd64-entry-value-paramref.S: New file.
4117 * gdb.arch/amd64-entry-value-paramref.cc: New file.
4118 * gdb.arch/amd64-entry-value-paramref.exp: New file.
4119 * gdb.arch/amd64-optimout-repeat.S: New file.
4120 * gdb.arch/amd64-optimout-repeat.c: New file.
4121 * gdb.arch/amd64-optimout-repeat.exp: New file.
4122
17d0c5c8
JK
41232014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4124
4125 PR gdb/17170
4126 * gdb.base/statistics.exp: New file.
4127
b8b8facf
DE
41282014-07-17 Doug Evans <dje@google.com>
4129
74b49205 4130 PR gdb/17170
b8b8facf
DE
4131 * gdb.base/maint.exp: Update testing of per-command stats.
4132
1b5d0ab3
PA
41332014-07-16 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4136 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4137 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4138 (tfile_write_buf): New functions.
4139 (add_memory_block): Rewrite using the above.
4140 (adjust_function_address): New function.
4141 (FUNCTION_ADDRESS): New macro.
4142 (write_basic_trace_file): Remove short_x local, and use
4143 tfile_write_16. Change type of func_addr local to unsigned long
4144 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4145 here. Cast argument of add_memory_block to char pointer.
4146 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4147 (main): Remove parameters.
4148 * gdb.trace/tfile.exp: Remove nowarnings.
4149
4d974e88
SM
41502014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4151
4152 * gdb.base/debug-expr.exp: Test string evaluation with
4153 "debug expression" on.
4154
41e99568
PA
41552014-07-15 Pedro Alves <palves@redhat.com>
4156
4157 * gdb.base/reread.exp: Use clean_restart.
4158
487d9753
PL
41592014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4160
4161 * gdb.arch/avr-flash-qualifer.c: New.
4162 * gdb.arch/avr-flash-qualifer.exp: New.
4163
cc1c52ad
PA
41642014-07-14 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4167 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4168
1e973570
PA
41692014-07-14 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.base/double-prompt-target-event-error.c: New file.
4172 * gdb.base/double-prompt-target-event-error.exp: New file.
4173
93d6eb10
PA
41742014-07-14 Pedro Alves <palves@redhat.com>
4175
4176 PR gdb/17072
4177 * gdb.base/paginate-inferior-exit.c: New file.
4178 * gdb.base/paginate-inferior-exit.exp: New file.
4179
0017922d
PA
41802014-07-14 Pedro Alves <palves@redhat.com>
4181
4182 PR gdb/17072
4183 * gdb.base/paginate-bg-execution.c: New file.
4184 * gdb.base/paginate-bg-execution.exp: New file.
4185
94696ad3
PA
41862014-07-14 Pedro Alves <palves@redhat.com>
4187
4188 PR gdb/17072
4189 * gdb.base/paginate-execution-startup.c: New file.
4190 * gdb.base/paginate-execution-startup.exp: New file.
4191 * lib/gdb.exp (pagination_prompt): New global.
4192 (default_gdb_spawn): New procedure, factored out from
4193 default_gdb_spawn.
4194 (default_gdb_start): Adjust to call default_gdb_spawn.
4195 (gdb_spawn): New procedure.
4196
bd293940
PA
41972014-07-14 Pedro Alves <palves@redhat.com>
4198
4199 * lib/gdb.exp (gdb_assert): New procedure.
4200 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4201
c933f875
PA
42022014-07-14 Pedro Alves <palves@redhat.com>
4203
4204 * gdb.base/execution-termios.c: New file.
4205 * gdb.base/execution-termios.exp: New file.
4206
d98b7a16
TT
42072014-07-14 Tom Tromey <tromey@redhat.com>
4208
4209 * gdb.cp/vla-cxx.cc: New file.
4210 * gdb.cp/vla-cxx.exp: New file.
4211
548740d6
TT
42122014-07-14 Tom Tromey <tromey@redhat.com>
4213
4214 * gdb.reverse/rerun-prec.c: New file.
4215 * gdb.reverse/rerun-prec.exp: New file.
4216
a25eb028
MR
42172014-07-12 Maciej W. Rozycki <macro@mips.com>
4218 Maciej W. Rozycki <macro@codesourcery.com>
4219
4220 * lib/gdb-utils.exp: New file.
4221 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4222 inline `gdb_init_command' processing.
4223 (gdb_start_cmd): Likewise.
4224 * lib/mi-support.exp (mi_run_cmd): Likewise.
4225 * README: Document `gdb_init_command' and `gdb_init_commands'.
4226
218c2655
JK
42272014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4228
4229 Fix false FAIL running under a very long directory name.
4230 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4231 and "set print elements 10000". Twice.
4232
5401fde3
YQ
42332014-07-11 Yao Qi <yao@codesourcery.com>
4234
4235 * gdb.base/exprs.exp: "set print symbol off".
4236
e76126e8
PA
42372014-07-11 Pedro Alves <palves@redhat.com>
4238
4239 * gdb.threads/kill.c: New file.
4240 * gdb.threads/kill.exp: New file.
4241
2d6f0de6
YQ
42422014-07-10 Yao Qi <yao@codesourcery.com>
4243
4244 * gdb.trace/tfile.c (write_basic_trace_file)
4245 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4246 address written to trace file.
4247
7180e04a
PA
42482014-07-09 Pedro Alves <palves@redhat.com>
4249
4250 * gdb.base/attach-wait-input.exp: New file.
4251 * gdb.base/attach-wait-input.c: New file.
4252
9a9a7608
AB
42532014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4254
4255 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4256 setting up test structures.
4257 (main): Call new test function.
4258 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4259 test function, continue into test function and walk test
4260 structures.
4261
161ac41e
YQ
42622014-07-02 Yao Qi <yao@codesourcery.com>
4263
4264 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4265 'bar_start' at the beginning of functions 'foo' and 'bar'
4266 respectively.
4267 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4268 instead of 'foo' and 'bar'.
4269
1f267ae3
MM
42702014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4271
4272 * gdb.btrace/segv.exp: New.
4273 * gdb.btrace/segv.c: New.
4274
2b239efb
LM
42752014-07-02 Luis Machado <lgustavo@codesourcery.com>
4276
4277 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4278 instruction.
4279
cf363f18
MW
42802014-06-30 Mark Wielaard <mjw@redhat.com>
4281
4282 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4283 vulture, vilify, villar): New volatile array constants.
4284 (vindictive, vegetation): New const volatile array constants.
4285 * gdb.base/volatile.exp: Test volatile and const volatile array
4286 types.
4287
aebf9d24
AA
42882014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4289
4290 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4291 target lacks support for awatch, rwatch, or hbreak.
4292
b67a2c6f
YQ
42932014-06-27 Yao Qi <yao@codesourcery.com>
4294
4295 * gdb.multi/dummy-frame-restore.exp: New.
4296 * gdb.multi/dummy-frame-restore.c: New.
4297
aef92902
MM
42982014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4299
4300 * gdb.btrace/gcore.exp: New.
4301
8e9db26e
PA
43022014-06-23 Pedro Alves <palves@redhat.com>
4303
4304 * gdb.base/watchpoint-reuse-slot.c: New file.
4305 * gdb.base/watchpoint-reuse-slot.exp: New file.
4306
70afc5b7
SC
43072014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4308
4309 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4310 progspace's filename in 'info', 'enable' and 'disable' command
4311 tests.
4312
b972bd9c
JK
43132014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4314
4315 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4316 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4317 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4318
125f8a3d
GB
43192014-06-20 Gary Benson <gbenson@redhat.com>
4320
4321 * gdb.arch/i386-avx.exp: Fix include file location.
4322 * gdb.arch/i386-sse.exp: Likewise.
4323
3ed9baed
IB
43242014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4325
4326 * gdb.dlang/expression.exp: New file.
4327
034f788c
PA
43282014-06-19 Pedro Alves <palves@redhat.com>
4329
4330 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4331 out from ...
4332 (top level): ... here. Iterate running tests under different
4333 scheduler-locking settings.
4334
45371d0c
LM
43352014-06-18 Luis Machado <lgustavo@codesourcery.com>
4336
4337 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4338 to DW_FORM_addr and use non-zero addresses.
4339
5d376983
SC
43402014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4341
4342 PR gdb/17017
4343 * gdb.python/py-xmethods.cc: Add global function call counters and
4344 increment them in their respective functions. Remove "cout"
4345 statements.
4346 * gdb.python/py-xmethods.exp: Make tests check the global function
4347 call counters instead of depending on inferior IO.
4348
a1aa2221
LM
43492014-06-18 Don Breazeal <donb@codesourcery.com>
4350
4351 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4352 Deleted procedure.
4353 (explicit_fork_parent_follow): Deleted procedure.
4354 (explicit_fork_child_follow): Deleted procedure.
4355 (test_follow_fork): New procedure.
4356 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4357 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4358 procedure calls.
4359
0fc05997
YQ
43602014-06-17 Yao Qi <yao@codesourcery.com>
4361
4362 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4363 CP1252.
4364
70795c52
LM
43652014-06-17 Luis Machado <lgustavo@codesourcery.com>
4366
4367 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4368 Initialize ptr and S explicitly.
4369 (skip_type_update_when_not_use_rtti_test): Likewise.
4370
6be47f0c
KS
43712014-06-16 Keith Seitz <keiths@redhat.com>
4372
4373 PR mi/15863
4374 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4375 the inferior is started.
4376
d03de421
PA
43772014-06-16 Pedro Alves <palves@redhat.com>
4378
4379 * gdb.base/break-main-file-remove-fail.c: New file.
4380 * gdb.base/break-main-file-remove-fail.exp: New file.
4381 * gdb.base/break-unload-file.exp: Use build_executable instead of
4382 prepare_for_testing.
4383 (test_break): New parameter "initial_load". Handle it.
4384 (top level): Add initial_load cmdline/file axis.
4385
f9579b99
TT
43862014-06-12 Tom Tromey <tromey@redhat.com>
4387
4388 * gdb.base/completion.exp: Don't use directory name in test.
4389
3657956b
GB
43902014-06-09 Gary Benson <gbenson@redhat.com>
4391
4392 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4393 separate the always-available ANSI-standard signals from the
4394 signals that require checking.
4395 (main): Likewise.
4396 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4397 Likewise.
4398 (main): Likewise.
4399
4186eb54
KS
44002014-06-07 Keith Seitz <keiths@redhat.com>
4401
4402 Revert:
4403 PR c++/16253
4404 * gdb.cp/var-tag.cc: New file.
4405 * gdb.cp/var-tag.exp: New file.
4406 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4407 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4408 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4409 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4410
25326a28 44112014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4412
4413 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4414
829155c9
PA
44152014-06-06 Pedro Alves <palves@redhat.com>
4416
4417 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4418 in target debug output instead of looking at RSP packets,
4419 disabling the test on any target that uses hardware stepping.
4420 Update comments.
4421
61c8d22e
PA
44222014-06-06 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.base/break-unload-file.exp: Fix typo.
4425
d9a47287
YQ
44262014-06-06 Yao Qi <yao@codesourcery.com>
4427
4428 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4429 from "jit_function" to "^jit_function".
4430
e5e01dbf
YQ
44312014-06-06 Yao Qi <yao@codesourcery.com>
4432
4433 * gdb.base/async.c (foo): Add one statement.
4434 * gdb.base/async.exp: Get the next instruction address and
4435 match the output of "nexti" by instruction address. Match
4436 the hex address in the output of "finish".
4437
73ba372c
GB
44382014-06-06 Gary Benson <gbenson@redhat.com>
4439
4440 * gdb.base/call-signals.c: Remove preprocessor conditionals
4441 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4442 SIGSEGV and SIGTERM.
4443 * gdb.base/sigall.c: Likewise.
4444 * gdb.base/unwindonsignal.c: Likewise.
4445 * gdb.reverse/sigall-reverse.c: Likewise.
4446
831517df
YQ
44472014-06-06 Yao Qi <yao@codesourcery.com>
4448
4449 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4450 readable, skip the test.
4451
b8b91e98
YQ
44522014-06-06 Yao Qi <yao@codesourcery.com>
4453
4454 * gdb.threads/staticthreads.c (thread_function): Move the line
4455 setting breakpoint on forward.
4456 * gdb.threads/staticthreads.exp: Update comments.
4457
fb934770
LC
44582014-06-05 Ludovic Courtès <ludo@gnu.org>
4459
4460 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4461 "history-append! type error".
4462
6ef284bd
SM
44632014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4464
4465 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4466 erroneous dprintf expected input.
4467
a872e241
DE
44682014-06-04 Doug Evans <xdje42@gmail.com>
4469
4470 * gdb.guile/scm-generics.exp: Delete.
4471
16f691fb
DE
44722014-06-04 Doug Evans <xdje42@gmail.com>
4473
4474 * gdb.guile/scm-breakpoint.exp: Update.
4475 Add tests for breakpoint registration.
4476
012370f6
TT
44772014-06-04 Tom Tromey <tromey@redhat.com>
4478
4479 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4480 VLA-in-union.
4481 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4482 inner_vla_struct, vla_union types. Initialize objects of those
4483 types and compute their sizes.
4484
9f5a4cef
HZ
44852014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4486 Hui Zhu <hui@codesourcery.com>
4487
4488 * gdb.base/fileio.exp: Add test for shell not available as well as
4489 available.
4490 * gdb.base/fileio.c (test_system): Check for shell twice.
4491
90a45c4d
YQ
44922014-06-04 Yao Qi <yao@codesourcery.com>
4493
4494 * gdb.base/auto-connect-native-target.exp: Remove redundant
4495 space from the regexp pattern.
4496
70017e41
YQ
44972014-06-04 Yao Qi <yao@codesourcery.com>
4498
4499 * gdb.base/default.exp: Replace "child" with "native" in
4500 regexp pattern.
4501
883964a7
SC
45022014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4503
4504 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4505 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4506 * gdb.python/py-xmethods.py: Python script supporting the
4507 new testcase and tests.
4508
ef370185
JB
45092014-06-03 Joel Brobecker <brobecker@adacore.com>
4510 Pedro Alves <palves@redhat.com>
4511
4512 PR breakpoints/17000
4513 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4514 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4515
1e2ccb61
BM
45162014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4517
4518 * gdb.base/subst.exp: Add tests to verify partial path matching
4519 output.
4520
c6ec5ab2
PA
45212014-06-03 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4524 target that doesn't use software single-stepping.
4525
835c559f
PA
45262014-06-03 Pedro Alves <palves@redhat.com>
4527
4528 PR breakpoints/17000
4529 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4530 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4531
06eb1586
DE
45322014-06-02 Doug Evans <xdje42@gmail.com>
4533
4534 * gdb.guile/scm-parameter.exp: New file.
4535
e698b8c4
DE
45362014-06-02 Doug Evans <xdje42@gmail.com>
4537
4538 * gdb.guile/scm-cmd.c: New file.
4539 * gdb.guile/scm-cmd.exp: New file.
4540
ded03782
DE
45412014-06-02 Doug Evans <xdje42@gmail.com>
4542
4543 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4544 pretty-printer lookup.
4545 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4546 (make-pp_s-printer): Call it.
4547 (make-pretty-printer-from-dict): New function.
4548 (lookup-pretty-printer-maker-from-dict): New function.
4549 (*pretty-printer*): Simplify.
4550 (make-objfile-pp_s-printer): New function.
4551 (install-objfile-pretty-printers!): New function.
4552 (make-progspace-pp_s-printer): New function.
4553 (install-progspace-pretty-printers!): New function.
4554 * gdb.guile/scm-progspace.c: New file.
4555 * gdb.guile/scm-progspace.exp: New file.
4556
41fac0cf
PA
45572014-06-02 Pedro Alves <palves@redhat.com>
4558
4559 * gdb.base/dprintf-bp-same-addr.c: New file.
4560 * gdb.base/dprintf-bp-same-addr.exp: New file.
4561
96ae5695
EBM
45622014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4563
4564 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4565 * gdb.arch/powerpc-power.s: Likewise.
4566
da02b3a8
JB
45672014-06-02 Joel Brobecker <brobecker@adacore.com>
4568
4569 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4570
c72b2e7b
YQ
45712014-06-01 Yao Qi <yao@codesourcery.com>
4572
4573 * gdb.base/watchpoint.exp (test_watch_location): Check null
4574 pointer can be dereferenced. If not, do the test, otherwise
4575 skip it.
4576
53e8a631
AB
45772014-05-30 Andrew Burgess <aburgess@broadcom.com>
4578
4579 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4580 results.
4581 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4582
938f0e2f
AB
45832014-05-30 Andrew Burgess <aburgess@broadcom.com>
4584
4585 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4586 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4587 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4588 * gdb.arch/amd64-invalid-stack-top.c: New file.
4589 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4590
9ba6657a
PA
45912014-05-30 Pedro Alves <palves@redhat.com>
4592
4593 PR breakpoints/17000
4594 * gdb.base/sss-bp-on-user-bp.c: New file.
4595 * gdb.base/sss-bp-on-user-bp.exp: New file.
4596
522c09bf
DB
45972014-05-30 David Blaikie <dblaikie@gmail.com>
4598
4599 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4600 gnu_inline semantics via attribute.
4601 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4602 source explicitly specifies the required semantics.
4603
bf4ef81e
MR
46042014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4605
4606 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4607
329ea579
PA
46082014-05-29 Pedro Alves <palves@redhat.com>
4609 Tom Tromey <tromey@redhat.com>
4610
4611 * gdb.base/async-shell.exp: Don't enable target-async.
4612 * gdb.base/async.exp
4613 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4614 parameter. Adjust.
4615 (top level): Don't test with "target-async".
4616 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4617 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4618 * gdb.base/inferior-died.exp: Don't enable target-async.
4619 * gdb.base/interrupt-noterm.exp: Likewise.
4620 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4621 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4622 * gdb.mi/mi-nonstop.exp: Likewise.
4623 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4624 * gdb.mi/mi-nsintrall.exp: Likewise.
4625 * gdb.mi/mi-nsmoribund.exp: Likewise.
4626 * gdb.mi/mi-nsthrexec.exp: Likewise.
4627 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4628 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4629 * gdb.python/py-evsignal.exp: Don't enable target-async.
4630 * gdb.python/py-evthreads.exp: Likewise.
4631 * gdb.python/py-prompt.exp: Likewise.
4632 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4633 * gdb.server/solib-list.exp: Don't enable target-async.
4634 * gdb.threads/thread-specific-bp.exp: Likewise.
4635 * lib/mi-support.exp: Adjust to use mi-async.
4636
fd664c91
PA
46372014-05-29 Pedro Alves <palves@redhat.com>
4638
4639 PR gdb/13860
4640 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4641 reason, even in sync mode.
4642
251bde03
PA
46432014-05-29 Pedro Alves <palves@redhat.com>
4644 Hui Zhu <hui@codesourcery.com>
4645
4646 PR PR15693
4647 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4648 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4649 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4650 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4651
7f3c0343
JB
46522014-05-28 Joel Brobecker <brobecker@adacore.com>
4653
4654 * config/monitor.exp (gdb_target_monitor): Replace use of
4655 "set remotebaud" by "set serial baud".
4656
b2715b27
AW
46572014-05-26 Andy Wingo <wingo@igalia.com>
4658
4659 * gdb.guile/scm-breakpoint.exp:
4660 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4661 properties instead of gdb-object-properties.
4662
498a4489
YQ
46632014-05-26 Yao Qi <yao@codesourcery.com>
4664
4665 * gdb.server/no-thread-db.exp: Specify source file name
4666 explicitly when setting a breakpoint.
4667
589fdceb
MM
46682014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4669
4670 * gdb.btrace/vdso.c: New.
4671 * gdb.btrace/vdso.exp: New.
4672
e9089e05
MM
46732014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4674
4675 * gdb.base/gcore.exp (capture_command_output): Move ...
4676 * lib/gdb.exp (capture_command_output): ... here.
4677
67b5c0c1
MM
46782014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4679
4680 * gdb.btrace/data.exp: Test memory access during btrace replay.
4681
a2199296
SM
46822014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4683
4684 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4685
17b2616c
PA
46862014-05-21 Pedro Alves <palves@redhat.com>
4687
4688 PR gdb/13860
4689 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4690 (top level): Test that output related to execution commands is
4691 sent to the console with CLI commands, but not with MI commands.
4692 Test that breakpoint events are always mirrored to the console.
4693 Also expect the new source line to be output after a "next" in
4694 async mode too. Make it a pass/fail test.
4695 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4696 output.
4697 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4698
5166082f
PA
46992014-05-21 Pedro Alves <palves@redhat.com>
4700
4701 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4702 Use them to test variations of "list" after reaching a breakpoint.
4703 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4704 Test "list" with listsize 10 after reaching a breakpoint.
4705 * gdb.python/python.exp (decode_line current location line
4706 number): Adjust expected line number.
4707
2f25d70f
SM
47082014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4709
4710 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4711 behavior for $args, pass it directly to "run".
4712
ff604a67
MR
47132014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4714
4715 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4716 30000 to 65536.
4717
6a3cb8e8
PA
47182014-05-21 Pedro Alves <palves@redhat.com>
4719
4720 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4721 auto-connect-native-target off".
4722 * gdb.base/auto-connect-native-target.c: New file.
4723 * gdb.base/auto-connect-native-target.exp: New file.
4724
4ebfc96e
PA
47252014-05-21 Pedro Alves <palves@redhat.com>
4726
4727 * gdb.base/default.exp: Test "target native" instead of "target
4728 child".
4729
36d46afb
MW
47302014-05-21 Mark Wielaard <mjw@redhat.com>
4731
4732 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4733
5876f503
JK
47342014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 Fix TLS access for -static -pthread.
4737 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4738 <HAVE_TLS> (thread_function, main): Initialize it.
4739 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4740 Add clean_restart.
4741 <$have_tls != "">: Check TLSVAR.
4742
0256a6ac
PA
47432014-05-21 Pedro Alves <palves@redhat.com>
4744
4745 * gdb.base/dcache-line-read-error.c: New.
4746 * gdb.base/dcache-line-read-error.exp: New.
4747
936d2992
PA
47482014-05-20 Pedro Alves <palves@redhat.com>
4749
4750 * gdb.base/compare-sections.c: New file.
4751 * gdb.base/compare-sections.exp: New file.
4752
802e8e6d
PA
47532014-05-20 Pedro Alves <palves@redhat.com>
4754
4755 * gdb.base/break-idempotent.c: New file.
4756 * gdb.base/break-idempotent.exp: New file.
4757
e59fa00f
MM
47582014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4759
4760 * gdb.btrace/nohist.exp: New.
4761
8b696e31
YQ
47622014-05-20 Yao Qi <yao@codesourcery.com>
4763
4764 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4765 gdb.reverse directory and gdb_reverse_timeout exists in board
4766 setting.
4767 * README: Document gdb_reverse_timeout.
4768
73c9764f
YQ
47692014-05-20 Yao Qi <yao@codesourcery.com>
4770
4771 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4772 'test_file_name'. Treat args as a string instead of a list.
4773 (gdb_init): Rename argument 'args' by 'test_file_name'.
4774
f1f4348a
JK
47752014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4776
4777 * gdb.arch/powerpc-power.exp: New file.
4778 * gdb.arch/powerpc-power.s: New file.
4779
0dbe70ce
DE
47802014-05-16 Doug Evans <dje@google.com>
4781
4782 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4783 * gdb.base/completion.exp: Check that all expected files exist
4784 before doing file completion.
0dbe70ce 4785
8d551b02
DE
47862014-05-16 Doug Evans <dje@google.com>
4787
4788 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4789 Update.
4790 (do_syscall_tests_without_xml): Update.
4791
73eb7709
PA
47922014-05-16 Pedro Alves <palves@redhat.com>
4793
4794 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4795 instead of "unknown output after running".
4796
3fae92fc
YQ
47972014-05-16 Yao Qi <yao@codesourcery.com>
4798
4799 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4800 file1.txt from host at the end.
4801 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4802
c2b2ccc5
DE
48032014-05-15 Doug Evans <dje@google.com>
4804
4805 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4806 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4807 loading file. Add test for TU lookup.
4808
8c217a4b
SM
48092014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4810
4811 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4812 calling "-exec-arguments" or "set args" before running the
4813 inferior.
4814
3deb39c6
SM
48152014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4816
4817 * lib/mi-support.exp (mi_expect_stop): Expect message for
4818 inferiors that exit with non-zero exit code.
4819
71a79f8c
YQ
48202014-05-14 Yao Qi <yao@codesourcery.com>
4821
4822 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4823 match absolute path on remote host.
4824 (test_file_list_exec_source_files): Remove "/" from the
4825 pattern.
4826
f23fcd46
YQ
48272014-05-14 Yao Qi <yao@codesourcery.com>
4828
4829 * boards/local-remote-host-notty.exp (${board}_file): New
4830 proc.
4831
9404b58f
KM
48322014-05-07 Kyle McMartin <kyle@redhat.com>
4833
4834 Pushed by Joel Brobecker <brobecker@adacore.com>.
4835 * gdb.arch/aarch64-atomic-inst.c: New file.
4836 * gdb.arch/aarch64-atomic-inst.exp: New file.
4837
5e45f04c
YQ
48382014-05-07 Yao Qi <yao@codesourcery.com>
4839
4840 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4841 in current context" too.
4842
c888a17d
KS
48432014-05-05 Keith Seitz <keiths@redhat.com>
4844
4845 * gdb.linespec/ls-dollar.exp: Add test for linespec
4846 file:convenience_variable.
4847
290a839c
YQ
48482014-05-05 Yao Qi <yao@codesourcery.com>
4849
4850 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4851 traceframes into tfile and ctf trace files. Read data from
4852 trace file and test collected data.
4853 (gdb_collect_locals_test): Likewise.
4854 (gdb_unavailable_registers_test): Likewise.
4855 (gdb_unavailable_floats): Likewise.
4856 (gdb_collect_globals_test): Likewise.
4857 (top-level): Append "ctf" to trace_file_targets if GDB
4858 supports.
4859
b5262cd0
YQ
48602014-05-05 Yao Qi <yao@codesourcery.com>
4861
4862 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4863 code to ...
4864 (gdb_collect_args_test_1): ... it. New proc.
4865 (gdb_collect_locals_test): Move some code to ...
4866 (gdb_collect_locals_test_1): ... it. New proc.
4867 (gdb_unavailable_registers_test): Move some code to ...
4868 (gdb_unavailable_registers_test_1): ... it. New proc.
4869 (gdb_unavailable_floats): Move some code to ...
4870 (gdb_unavailable_floats_1): ... it. New proc.
4871
30a1e6cc
SDJ
48722014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4873
4874 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4875 probes to test for bitness recognition.
4876 * gdb.arch/amd64-stap-optional-prefix.exp
4877 (test_probe_value_without_reg): New procedure.
4878 Add code to test for different kinds of bitness.
4879
f33da99a
SDJ
48802014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4881
4882 PR breakpoints/16889
4883 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4884 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4885
5b80f00d
PA
48862014-05-01 Pedro Alves <palves@redhat.com>
4887
4888 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4889 gdb_file_cmd if no file is specified.
4890 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4891 last_loaded_file to set the remote exec-file.
4892
f8c2a73c
PA
48932014-05-01 Pedro Alves <palves@redhat.com>
4894
4895 * boards/local-remote-host.exp: New file.
4896
be6e8ac7
PA
48972014-05-01 Pedro Alves <palves@redhat.com>
4898
4899 * boards/local-remote-host.exp: Rename to ...
4900 * boards/local-remote-host-notty.exp: ... this.
4901
cac0dc8f
JB
49022014-04-28 Joel Brobecker <brobecker@adacore.com>
4903
4904 * gdb.ada/dyn_arrayidx: New testcase.
4905
9730e6cc
YQ
49062014-04-26 Yao Qi <yao@codesourcery.com>
4907
4908 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4909 and compute the length of function main. Save it in
4910 $main_length.
4911 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4912 (top-level): Use gdb_compile to compile objects into
4913 executable and restart GDB. Remove invocation to
4914 prepare_for_testing.
4915
7ae1a6a6
PA
49162014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4917 Pedro Alves <palves@redhat.com>
4918
4919 PR server/16255
4920 * gdb.multi/multi-attach.c: New file.
4921 * gdb.multi/multi-attach.exp: New file.
4922
4082afcc
PA
49232014-04-25 Pedro Alves <palves@redhat.com>
4924
4925 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4926 user.
4927 (top level): Test that "set remote conditional-breakpoints-packet
4928 off" works as intended.
4929 * gdb.base/dprintf.exp: Test that "set remote
4930 breakpoint-commands-packet off" works as intended.
4931 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4932 New function.
4933 (top level): Call it.
4934 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4935 remote fast-tracepoints-packet off" works as intended.
4936 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4937 * lib/gdb.exp (gdb_is_target_remote): ... here.
4938
2abc3f8d
DB
49392014-04-24 David Blaikie <dblaikie@gmail.com>
4940
4941 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4942 ensure clang would not discard them.
4943 * gdb.base/gdbvars.c: Ditto.
4944 * gdb.base/memattr.c: Ditto.
4945 * gdb.base/whatis.c: Ditto.
4946 * gdb.python/py-prettyprint.c: Ditto.
4947 * gdb.trace/actions.c: Ditto.
4948 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4949 ensure clang would not discard it.
4950
bfd39632
DB
49512014-04-24 David Blaikie <dblaikie@gmail.com>
4952
4953 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4954 clang to emit the full definition of type required by the test
4955 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4956
22842ff6
DB
49572014-04-24 David Blaikie <dblaikie@gmail.com>
4958
4959 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4960 coax Clang into emitting the definition of the type.
4961 * gdb.cp/pr10728-x.h (y): Ditto.
4962 * gdb.cp/pr10728-y.cc (y): Ditto.
4963
c2e827ad
DB
49642014-04-24 David Blaikie <dblaikie@gmail.com>
4965
4966 * gdb.base/label.exp: XFAIL label related tests under Clang.
4967 * gdb.cp/cplabel.exp: Ditto.
4968 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4969 under Clang those using labels.
4970
4c2d33e7
YQ
49712014-04-25 Yao Qi <yao@codesourcery.com>
4972
4973 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4974 double_label.
4975 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4976 partial_label and double_label.
4977
56083b99
DB
49782014-04-24 David Blaikie <dblaikie@gmail.com>
4979
4980 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4981
25d4e99d
DB
49822014-04-24 David Blaikie <dblaikie@gmail.com>
4983
4984 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4985 of the function to work across GCC and Clang.
4986 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4987 pointer types (const void ** const V void **).
4988
01f9f808
MS
49892014-04-24 Michael Sturm <michael.sturm@mintel.com>
4990 Walfred Tedeschi <walfred.tedeschi@intel.com>
4991
4992 * Makefile.in (EXECUTABLES): Added i386-avx512.
4993 * gdb.arch/i386-avx512.c: New file.
4994 * gdb.arch/i386-avx512.exp: Likewise.
4995
4b48d439
KS
49962014-04-23 Keith Seitz <keiths@redhat.com>
4997
4998 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4999 (mi_make_breakpoint_table): New procedure.
5000 (mi_create_breakpoint): Use mi_make_breakpoint
5001 and return the result.
5002 (mi_make_breakpoint): New procedure.
5003 (mi_build_kv_pairs): New procedure.
5004
5005 * gdb.mi/mi-break.exp: Remove unused globals,
5006 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5007 All callers updated.
5008 * gdb.mi/mi-dprintf.exp: Use variable to track command
5009 number.
5010 Update all callers of mi_create_breakpoint and use
5011 mi_make_breakpoint_table.
5012 Remove any unused global variables.
5013 * gdb.mi/mi-nonstop.exp: Likewise.
5014 * gdb.mi/mi-nsintrall.exp: Likewise.
5015 * gdb.mi/mi-nsmoribund.exp: Likewise.
5016 * gdb.mi/mi-nsthrexec.exp: Likewise.
5017 * gdb.mi/mi-reverse.exp: Likewise.
5018 * gdb.mi/mi-simplerun.exp: Likewise.
5019 * gdb.mi/mi-stepn.exp: Likewise.
5020 * gdb.mi/mi-syn-frame.exp: Likewise.
5021 * gdb.mi/mi-until.exp: Likewise.
5022 * gdb.mi/mi-var-cp.exp: Likewise.
5023 * gdb.mi/mi-var-display.exp: Likewise.
5024 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5025 * gdb.mi/mi2-var-child.exp: Likewise.
5026 * gdb.mi/mi-vla-c99.exp: Likewise.
5027 * lib/mi-support.exp: Likewise.
5028
5029 From Ian Lance Taylor <iant@cygnus.com>:
5030 * lib/gdb.exp (parse_args): New procedure.
5031
08351840
PA
50322014-04-23 Pedro Alves <palves@redhat.com>
5033
5034 * gdb.base/break-unload-file.c: New file.
5035 * gdb.base/break-unload-file.exp: New file.
5036 * gdb.base/sym-file-lib.c (baz): New function.
5037 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5038 field.
5039 (load): Store the segment's mapped size.
5040 (unload): New function.
5041 (unload_shlib): New function.
5042 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5043 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5044 set a breakpoint at baz, and call it.
5045 * gdb.base/sym-file.exp: New tests for stale breakpoint
5046 instructions.
5047
076855f9
PA
50482014-04-23 Pedro Alves <palves@redhat.com>
5049
5050 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5051 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5052 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5053 * gdb.base/hbreak-unmapped.c: New file.
5054 * gdb.base/hbreak-unmapped.exp: New file.
5055 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5056 * lib/gdb.exp (gdb_is_target_remote): ... here.
5057
483805cf
PA
50582014-04-22 Pedro Alves <palves@redhat.com>
5059
5060 * gdb.base/consecutive-step-over.c: New file.
5061 * gdb.base/consecutive-step-over.exp: New file.
5062
06d97543
PA
50632014-04-22 Pedro Alves <palves@redhat.com>
5064
5065 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5066 instead of send_gdb/gdb_expect.
5067
b4429ea2
YQ
50682014-04-22 Yao Qi <yao@codesourcery.com>
5069
5070 * lib/trace-support.exp (generate_tracefile): New procedure.
5071 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5072 return 0.
5073 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5074 if generate_tracefile returns 1.
5075
51d48146
PA
50762014-04-18 Tom Tromey <palves@redhat.com>
5077 Pedro alves <tromey@redhat.com>
5078
5079 PR backtrace/15558
5080 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5081 with a backtrace limit.
5082 * gdb.python/py-frame-inline.exp: Test running to an inline
5083 function with a backtrace limit, and printing the newest frame.
5084 * gdb.python/py-frame-inline.c (main): Call f.
5085
bd1dce5f
MS
50862014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5087
5088 * gdb.java/jnpe.exp: Drop srcdir from untested path.
5089
40d1a503
MS
50902014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5091
5092 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5093 Drop prefix from unsupported source file path.
5094
389b98f7
YQ
50952014-04-17 Yao Qi <yao@codesourcery.com>
5096
5097 * lib/gdb.exp (with_target_charset): New proc.
5098 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5099 with_target_charset.
5100 (test_print_strings): Likewise.
5101 (test_repeat_bytes): Likewise.
5102 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5103 for some tests.
5104
22869d73
KS
51052014-04-16 Keith Seitz <keiths@redhat.com>
5106
5107 PR gdb/15827
5108 * gdb.dwarf2/corrupt.c: New file.
5109 * gdb.dwarf2/corrupt.exp: New file.
5110
c4f87ca6
KS
51112014-04-16 Keith Seitz <keiths@redhat.com>
5112
5113 PR c++/16597
5114 * gdb.cp/namelessclass.cc: New file.
5115 * gdb.cp/namelessclass.exp: New file.
5116 * gdb.cp/namelessclass.S: New file.
5117
ab19de87
DE
51182014-04-16 Doug Evans <dje@google.com>
5119
5120 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5121 Add comment.
5122 (gdbserver_default_get_comm_port): New function.
5123 (gdbserver_start): Check if board file provided
5124 "gdbserver,get_comm_port" and use it if so.
5125 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5126 (gdb,socketport): Set to "stdio".
5127 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5128 (stdio_gdbserver_template): Delete.
5129 (${board}_get_remote_address): Update.
5130 (${board}_build_remote_cmd): Delete.
5131 (${board}_get_comm_port): New function.
5132 (${board}_spawn): Update.
5133 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5134 Delete.
5135 (${board}_get_remote_address): Update.
5136 (${board}_get_comm_port): New function.
5137
fc98a809
AB
51382014-04-16 Andrew Burgess <aburgess@broadcom.com>
5139
5140 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5141 appearing in any order.
5142
87fd9e6e
DE
51432014-04-15 Doug Evans <dje@google.com>
5144
5145 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5146 uninitialized value of "description".
5147
099fc3ea
KS
51482014-04-15 Keith Seitz <keiths@redhat.com>
5149
5150 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5151 Remove unused globals.
5152 (test_running_the_program): Likewise.
5153 (test_controlled_execution): Likewise.
5154 (test_controlling_breakpoints): Likewise.
5155 (test_program_termination): Likewise.
5156
5da151d4
KS
51572014-04-15 Keith Seitz <keiths@redhat.com>
5158
5159 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5160 unused globals.
5161 (test_rbreak_creation_and_listing): Likewise.
5162 (test_ignore_count): Likewise.
5163 (test_error): Likewise.
5164
35e5d2f0
PA
51652014-04-15 Pedro Alves <palves@redhat.com>
5166
5167 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5168 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5169 sym-file-loader.c.
5170 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5171 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5172 to sym-file-loader.c.
5173 (struct library): Forward declare.
5174 (load_shlib, lookup_function): Change prototypes.
5175 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5176 (translate_offset): Remove declarations.
5177 (get_text_addr): New declaration.
5178 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5179 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5180 sym-file-loader.h.
5181 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5182 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5183 here from sym-file-loader.h.
5184 (struct library): New structure.
5185 (load_shlib, lookup_function): Change prototypes and adjust to
5186 work with a struct library.
5187 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5188 (translate_offset): Make static.
5189 (get_text_addr): New function.
5190 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5191
eb4c1710
PA
51922014-04-15 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5195
2d1baf52
PA
51962014-04-15 Pedro Alves <palves@redhat.com>
5197
5198 * gdb.base/sym-file-loader.c: Include <limits.h>.
5199 (SELF_LINK): New define.
5200 (get_origin): New function.
5201 (load_shlib): Use it.
5202 * gdb.base/sym-file.exp: Don't early return if the target is
5203 remote. Use runto_main, and issue fail is that fails. Use
5204 gdb_load_shlibs.
5205 (shlib_name): Delete.
5206 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5207
7dd6df01
PA
52082014-04-15 Pedro Alves <palves@redhat.com>
5209
5210 * gdb.base/sym-file.exp: Remove regex characters from test
5211 message. Don't refer to breakpoint numbers in test messages.
5212
b50c8614
KS
52132014-04-14 Keith Seitz <keiths@redhat.com>
5214
5215 PR c++/16253
5216 * gdb.cp/var-tag.cc: New file.
5217 * gdb.cp/var-tag.exp: New file.
5218 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5219 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5220 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5221 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5222
3d567982
TT
52232014-04-14 Tom Tromey <tromey@redhat.com>
5224
5225 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5226 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5227 type.
5228 * gdb.cp/enum-class.exp: New file.
5229 * gdb.cp/enum-class.cc: New file.
5230
0626fc76
TT
52312014-04-14 Tom Tromey <tromey@redhat.com>
5232
5233 * gdb.dwarf2/enum-type.exp: New file.
5234
dca325b3
SA
52352014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5236
5237 * gdb.mi/mi-vla-c99.exp: New file.
5238 * gdb.mi/vla.c: New file.
5239
5854b38a
SA
52402014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5241
5242 * gdb.base/vla-datatypes.c: New file.
5243 * gdb.base/vla-datatypes.exp: New file.
5244
463bb957
SA
52452014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5246
5247 * gdb.base/vla-ptr.c: New file.
5248 * gdb.base/vla-ptr.exp: New file.
5249
3dd170be
SA
52502014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5251
5252 * gdb.dwarf2/count.exp: New file.
5253
5ecaaa66
SA
52542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5255
5256 * gdb.base/vla-sideeffect.c: New file.
5257 * gdb.base/vla-sideeffect.exp: New file.
5258
41f1ada5
DB
52592014-04-14 David Blaikie <dblaikie@gmail.com>
5260
5261 * gdb.mi/non-stop.c: Add return value for non-void function return
5262 statement.
5263 * gdb.threads/staticthreads.c: Ditto.
5264
0be03e84
DE
52652014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5266 Doug Evans <xdje42@gmail.com>
5267
5268 * gdb.guile/scm-value.c: Improve test case.
5269 * gdb.guile/scm-value.exp: Add new test.
5270
f180a1fb
DB
52712014-04-11 David Blaikie <dblaikie@gmail.com>
5272
5273 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5274 override Clang's default.
5275
6b662e19
JB
52762014-04-11 Joel Brobecker <brobecker@adacore.com>
5277
5278 Revert the following changes (regressions):
5279
5280 * gdb.base/vla-sideeffect.c: New file.
5281 * gdb.base/vla-sideeffect.exp: New file.
5282
5283 * gdb.dwarf2/count.exp: New file.
5284
5285 * gdb.base/vla-multi.c: New file.
5286 * gdb.base/vla-multi.exp: New file.
5287
5288 * gdb.base/vla-ptr.c: New file.
5289 * gdb.base/vla-ptr.exp: New file.
5290
5291 * gdb.base/vla-datatypes.c: New file.
5292 * gdb.base/vla-datatypes.exp: New file.
5293
5294 * gdb.mi/mi-vla-c99.exp: New file.
5295 * gdb.mi/vla.c: New file.
5296
245a5f0b
KS
52972014-04-11 Keith Seitz <keiths@redhat.com>
5298
5299 PR c++/16675
5300 * gdb.cp/cpsizeof.exp: New file.
5301 * gdb.cp/cpsizeof.cc: New file.
5302
58a84dcf
SA
53032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5304
191a8a90
JB
5305 * gdb.mi/mi-vla-c99.exp: New file.
5306 * gdb.mi/vla.c: New file.
58a84dcf 5307
c8655f75
SA
53082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5309
5310 * gdb.base/vla-datatypes.c: New file.
5311 * gdb.base/vla-datatypes.exp: New file.
5312
024e13b4
SA
53132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5314
5315 * gdb.base/vla-ptr.c: New file.
5316 * gdb.base/vla-ptr.exp: New file.
5317
1a237e0e
SA
53182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5319
5320 * gdb.base/vla-multi.c: New file.
5321 * gdb.base/vla-multi.exp: New file.
5322
504f3432
SA
53232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5324
5325 * gdb.dwarf2/count.exp: New file.
5326
3bce8237
SA
53272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5328
191a8a90
JB
5329 * gdb.base/vla-sideeffect.c: New file.
5330 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 5331
322f9c21
YQ
53322014-04-11 Yao Qi <yao@codesourcery.com>
5333
5334 * gdb.base/completion.exp: Check file exists before running tests
5335 on file completion.
5336
d708bcd1
PA
53372014-04-10 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.base/cond-eval-mode.c: New file.
5340 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5341 prepare_for_testing to build the new file. Check result of
5342 runto_main.
5343 (test_break, test_watch): New procedures.
5344 (top level): Use them.
5345
ae1d2761
PM
53462014-04-08 Pierre Muller <muller@sourceware.org>
5347
5348 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5349 Ctrl-V use for mingw hosts.
5350
7af389b8
SC
53512014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5352
5353 * gdb.python/py-value.c: Improve test case.
5354 * gdb.python/py-value.exp: Add new test.
5355
5e703181
DE
53562014-04-07 David Blaikie <dblaikie@gmail.com>
5357
5358 * lib/compiler.c: Identify the clang compiler.
5359 * lib/compiler.cc: Ditto.
5360
9810b410
YQ
53612014-04-03 Yao Qi <yao@codesourcery.com>
5362
5363 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5364
98d1b8dc
AB
53652014-04-01 Anton Blanchard <anton@samba.org>
5366
5367 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5368 messages unique.
5369
3114cea1
AB
53702014-04-01 Anton Blanchard <anton@samba.org>
5371
5372 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5373 prepare_for_testing.
5374
62f7182c
AB
53752014-04-01 Anton Blanchard <anton@samba.org>
5376
5377 * gdb.arch/ppc64-atomic-inst.c: Remove.
5378 * gdb.arch/ppc64-atomic-inst.S: New file.
5379 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5380
770e7fc7
DE
53812014-03-31 Doug Evans <dje@google.com>
5382
5383 * gdb.base/print-symbol-loading-lib.c: New file.
5384 * gdb.base/print-symbol-loading-main.c: New file.
5385 * gdb.base/print-symbol-loading.exp: New file.
5386
46e2bafa
YQ
53872014-03-31 Yao Qi <yao@codesourcery.com>
5388
5389 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5390
8776cfe9
JB
53912014-03-28 Joel Brobecker <brobecker@adacore.com>
5392
5393 * gdb.ada/mi_dyn_arr: New testcase.
5394
5d1ef361
DE
53952014-03-27 Doug Evans <dje@google.com>
5396
5397 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5398
b5bee914
YQ
53992014-03-27 Yao Qi <yao@codesourcery.com>
5400
5401 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5402 if target is nios2-*-*.
5403
0d4d0e77
YQ
54042014-03-26 Yao Qi <yao@codesourcery.com>
5405
5406 * lib/gdb.exp (readline_is_used): New proc.
5407 * gdb.base/completion.exp: Move tests on command complete up.
5408 Skip the rest of tests if readline is not used.
5409 * gdb.ada/complete.exp: Skp the test if readline is not
5410 used.
5411 * gdb.base/filesym.exp: Likewise.
5412 * gdb.base/macscp.exp: Likewise.
5413 * gdb.base/readline-ask.exp: Likewise.
5414 * gdb.base/readline.exp: Likewise.
5415 * gdb.python/py-cmd.exp: Likewise.
5416 * gdb.trace/tfile.exp: Likewise.
5417
29361eee
YQ
54182014-03-26 Yao Qi <yao@codesourcery.com>
5419
5420 * gdb.base/macscp.exp: Fix code format issues.
5421
bc9a5525
UW
54222014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5423
5424 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5425 * gdb.asm/powerpc64le.inc: New file.
5426
d3839ede
PA
54272014-03-25 Pedro Alves <palves@redhat.com>
5428 Doug Evans <dje@google.com>
5429
5430 * gdb.base/source-execution.c: New file.
5431 * gdb.base/source-execution.exp: New file.
5432 * gdb.base/source-execution.gdb: New file.
5433
01672a57
DE
54342014-03-24 Doug Evans <dje@google.com>
5435
5436 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5437 using fission.
5438
88bbeca9
HZ
54392014-03-24 Hui Zhu <hui@codesourcery.com>
5440 Pedro Alves <palves@redhat.com>
5441
5442 PR breakpoints/16101
5443 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5444 test pass/fail messages. Detect missing support for dprintf when
5445 breakpoints are actually inserted.
5446 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5447 breakpoints are actually inserted.
5448 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5449 fails.
5450
d2348791
JK
54512014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5452
5453 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5454
feef67ab
DE
54552014-03-22 Doug Evans <xdje42@gmail.com>
5456
5457 * gdb.python/python.exp (python not supported): Verify multi-line
5458 python command issues an error.
25d743f9 5459 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5460 guile command issues an error.
feef67ab 5461
ecebef6a
MR
54622014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5463
5464 * gdb.threads/thread-specific.exp: Handle the lack of usable
5465 $this_breakpoint and $this_thread.
5466
ccdd1909
HZ
54672014-03-21 Hui Zhu <hui@codesourcery.com>
5468
5469 * gdb.base/attach.exp (do_command_attach_tests): New.
5470
beb460e8
PA
54712014-03-20 Tom Tromey <tromey@redhat.com>
5472 Pedro Alves <palves@redhat.com>
5473
5474 PR cli/15718
5475 * gdb.base/condbreak-call-false.c: New file.
5476 * gdb.base/condbreak-call-false.exp: New file.
5477
40acf43a
PA
54782014-03-20 Pedro Alves <palves@redhat.com>
5479
5480 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5481 Delete.
5482 (block_signals, unblock_signals): Delete.
5483 (child_function_2, main): Remove references to deleted variable
5484 and functions.
5485
9f5e1e02
PA
54862014-03-20 Pedro Alves <palves@redhat.com>
5487
5488 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5489 Use pthread_kill to signal thread 2.
5490 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5491 Adjust to make the test send itself a signal rather than using the
5492 host's "kill" command.
5493
99619bea
PA
54942014-03-20 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.threads/multiple-step-overs.c: New file.
5497 * gdb.threads/multiple-step-overs.exp: New file.
5498 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5499 Adjust expected infrun debug output.
5500
2adfaa28
PA
55012014-03-20 Pedro Alves <palves@redhat.com>
5502
5503 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5504 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5505
31e77af2
PA
55062014-03-20 Pedro Alves <palves@redhat.com>
5507
5508 PR breakpoints/7143
5509 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5510 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5511 of gdb_test_multiple.
5512 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5513 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5514
b9f437de
PA
55152014-03-20 Pedro Alves <palves@redhat.com>
5516
5517 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5518 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5519
05adc73e
PA
55202014-03-19 Pedro Alves <palves@redhat.com>
5521
5522 * gdb.base/async.exp: Remove early return.
5523
6048b950
PA
55242014-03-19 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5527
8bcfb00a
PA
55282014-03-19 Pedro Alves <palves@redhat.com>
5529
5530 * gdb.base/async.exp (test_background): Expect \r\n after
5531 "completed." in the fail pattern.
5532
884e37dc
PA
55332014-03-19 Pedro Alves <palves@redhat.com>
5534
5535 * gdb.base/async.exp (test_background): New procedure.
5536 Use it for all background execution command tests.
5537
148e57e2
PA
55382014-03-19 Pedro Alves <palves@redhat.com>
5539
5540 * gdb.base/async.exp: Use prepare_for_testing.
5541
f48088c7
PA
55422014-03-19 Pedro Alves <palves@redhat.com>
5543
5544 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5545 the same line.
5546
e2f6c966
PA
55472014-03-19 Pedro Alves <palves@redhat.com>
5548
5549 * gdb.base/async.c (main): Add "jump here" and "until here" line
5550 marker comments.
5551 * gdb.base/async.exp (jump_here): New global.
5552 (jump& test): Use it.
5553 (until_here): New global.
5554 (until& test): Use it.
5555
c30568d4
PA
55562014-03-19 Pedro Alves <palves@redhat.com>
5557
5558 * gdb.base/async.exp: Don't frob gdb_protocol.
5559
0172b6a7
DE
55602014-03-18 Doug Evans <xdje42@gmail.com>
5561
5562 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5563 Fix spelling of exec-done-display.
5564
06c868a8
JK
55652014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5566
5567 PR gdb/15358
5568 * gdb.base/gdb-sigterm.c: New file.
5569 * gdb.base/gdb-sigterm.exp: New file.
5570
0c7e1a46
PA
55712014-03-18 Pedro Alves <palves@redhat.com>
5572
5573 PR gdb/13860
5574 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5575 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5576 solib-event.
5577
f7c77d93
JB
55782014-03-17 Joel Brobecker <brobecker@adacore.com>
5579
5580 * gdb.ada/pckd_arr_ren: New testcase.
5581
5a1e8c7a
DE
55822014-03-13 Doug Evans <xdje42@gmail.com>
5583
5584 PR guile/16612
5585 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5586 collect after discarding symbols.
5587
350e1a76
DE
55882014-03-13 Ludovic Courtès <ludo@gnu.org>
5589 Doug Evans <xdje42@gmail.com>
5590
5591 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5592 to history survives a gc.
5593
a69900ae
PA
55942014-03-13 Pedro Alves <palves@redhat.com>
5595
5596 * gdb.base/default.exp: Don't test "target procfs".
5597
5db9f0bd
PA
55982014-03-13 Pedro Alves <palves@redhat.com>
5599
5600 * gdb.base/default.exp: Update "target child" and "target procfs"
5601 tests to not expect "Unix".
5602
b3ccfe11
TT
56032014-03-12 Tom Tromey <tromey@redhat.com>
5604
5605 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5606 New procs. Add target-async tests.
5607 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5608 Add target-async tests.
5609
646f4417
AA
56102014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5611
5612 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5613 'func_start' and 'func_end' for the beginning and end of the
5614 function code, respectively.
5615 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5616 'func_end' instead of 'func' and 'main'.
5617
288c211f
AA
56182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5619
5620 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5621 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5622 generate the debug info assembler source.
5623
e0c0f156
AA
56242014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5625
5626 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5627 * gdb.dwarf2/arr-subrange.exp: Likewise.
5628 * gdb.dwarf2/dwz.exp: Likewise.
5629 * gdb.dwarf2/method-ptr.exp: Likewise.
5630 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5631 * gdb.dwarf2/subrange.exp: Likewise.
5632 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5633 * gdb.dwarf2/implptrpiece.exp: Likewise.
5634 * gdb.dwarf2/nostaticblock.exp: Likewise.
5635
0e5c4555
AA
56362014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5637
5638 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5639 directory to absolute path name arguments.
5640
5ec18f2b
JG
56412014-03-10 Joel Brobecker <brobecker@adacore.com>
5642
5643 * gdb.ada/tagged_access: New testcase.
5644
847fc4f2
MM
56452014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5646
5647 * gdb.btrace/data.exp: Update expected output.
5648
cc3da688
YQ
56492014-03-06 Yao Qi <yao@codesourcery.com>
5650
5651 * gdb.trace/pr16508.exp: New file.
5652
0f26cec1
PA
56532014-03-05 Pedro Alves <palves@redhat.com>
5654
5655 PR gdb/16575
5656 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5657 procedure.
5658 (top level): Adjust to use it. Add tests that exercise breakpoint
5659 interaction with the code-cache.
5660
7a5a839f
LC
56612014-02-26 Ludovic Courtès <ludo@gnu.org>
5662
5663 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5664 test for 'history-append!'.
5665
31aa7e4e
JB
56662014-02-26 Joel Brobecker <brobecker@adacore.com>
5667
5668 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5669 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5670 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5671 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5672 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5673 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5674
1b588015
JB
56752014-02-26 Joel Brobecker <brobecker@adacore.com>
5676
5677 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5678 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5679 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5680
55426c9d
JB
56812014-02-26 Joel Brobecker <brobecker@adacore.com>
5682
5683 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5684
dc53a7ad
JB
56852014-02-26 Joel Brobecker <brobecker@adacore.com>
5686
5687 * gdb.dwarf2/arr-stride.c: New file.
5688 * gdb.dwarf2/arr-stride.exp: New file.
5689
12ab52e9
PA
56902014-02-26 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5693 that won't ever trigger. Make sure that GDB reports the correct
5694 breakpoint that caused the stop.
5695
849c862e
JK
56962014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5697
5698 PR gdb/16626
5699 * gdb.base/auto-load-script: New file.
5700 * gdb.base/auto-load.c: New file.
5701 * gdb.base/auto-load.exp: New file.
5702
71b7d793
JK
5703 PR gdb/16626
5704 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5705
e2f0d509
JK
57062014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5707
5708 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5709 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5710
50cc37c8
DE
57112014-02-24 Doug Evans <dje@google.com>
5712
5713 * lib/gdb.exp (run_on_host): Log error output if program fails.
5714
ea4758f2
PA
57152014-02-21 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.threads/step-after-sr-lock.c: Rename to ...
5718 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5719 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5720 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5721 ... this.
5722
d7b30f67
SDJ
57232014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5724
5725 PR tdep/16397
5726 * gdb.arch/amd64-stap-special-operands.exp: New file.
5727 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5728 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5729 * gdb.arch/amd64-stap-triplet.S: Likewise.
5730 * gdb.arch/amd64-stap-triplet.c: Likewise.
5731
83deb43f
JB
57322014-02-20 Joel Brobecker <brobecker@adacore.com>
5733
5734 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5735 in .section pseudo-op.
5736
adde2bff
DE
57372014-02-20 lin zuojian <manjian2006@gmail.com>
5738 Joel Brobecker <brobecker@adacore.com>
5739 Doug Evans <xdje42@gmail.com>
5740
5741 PR symtab/16581
5742 * gdb.dwarf2/dw2-icycle.S: New file.
5743 * gdb.dwarf2/dw2-icycle.c: New file.
5744 * gdb.dwarf2/dw2-icycle.exp: New file.
5745
f7bd0f78
SC
57462014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5747
5748 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5749 operations on gdb.Value objects.
5750 * gdb.python/py-value-cc.exp: Add new test to test operations on
5751 gdb.Value objects.
5752
c17ef0d5
DE
57532014-02-18 Doug Evans <dje@google.com>
5754
5755 * Makefile.in (TESTS): New variable.
5756 (expanded_tests, expanded_tests_or_none): New variables
5757 (check-single): Pass $(expanded_tests_or_none) to runtest.
5758 (check-parallel): Only run tests in $(TESTS) if non-empty.
5759 (check/no-matching-tests-found): New rule.
5760 * README: Document TESTS makefile variable.
5761
5dd3176f
DE
57622014-02-18 Doug Evans <dje@google.com>
5763
5764 * Makefile.in (check-parallel): rm -rf outputs temp.
5765
0b10be4f
JK
57662014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5767
5768 Fix "ERROR: no fileid for" in the testsuite.
5769 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5770
85f224e7
DE
57712014-02-12 Doug Evans <dje@google.com>
5772
5773 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5774 (MISCELLANEOUS): New variable.
5775 (clean): rm -rf $(MISCELLANEOUS).
5776 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5777 dwp live in the same directory as symlinks, with each symlink pointed
5778 to a differently named file in a different directory.
5779
149b30ff
DE
57802014-02-11 Doug Evans <dje@google.com>
5781
5782 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5783 of Tcl file commands.
5784
1dfdac32
MK
57852014-02-10 Mark Kettenis <kettenis@gnu.org>
5786
5787 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5788 "kill -SIGUSR1 -1".
5789
aa4fb036
JB
57902014-02-10 Joel Brobecker <brobecker@adacore.com>
5791
5792 * gdb.ada/tick_length_array_enum_idx: New testcase.
5793
ed3ef339
DE
57942014-02-10 Doug Evans <xdje42@gmail.com>
5795
5796 * configure.ac (AC_OUTPUT): Add gdb.guile.
5797 * configure: Regenerate.
5798 * lib/gdb-guile.exp: New file.
5799 * lib/gdb.exp (get_target_charset): New function.
5800 * gdb.base/help.exp: Update expected output from "apropos apropos".
5801 * gdb.guile/Makefile.in: New file.
5802 * gdb.guile/guile.exp: New file.
5803 * gdb.guile/scm-arch.c: New file.
5804 * gdb.guile/scm-arch.exp: New file.
5805 * gdb.guile/scm-block.c: New file.
5806 * gdb.guile/scm-block.exp: New file.
5807 * gdb.guile/scm-breakpoint.c: New file.
5808 * gdb.guile/scm-breakpoint.exp: New file.
5809 * gdb.guile/scm-disasm.c: New file.
5810 * gdb.guile/scm-disasm.exp: New file.
5811 * gdb.guile/scm-equal.c: New file.
5812 * gdb.guile/scm-equal.exp: New file.
5813 * gdb.guile/scm-error.exp: New file.
5814 * gdb.guile/scm-error.scm: New file.
5815 * gdb.guile/scm-frame-args.c: New file.
5816 * gdb.guile/scm-frame-args.exp: New file.
5817 * gdb.guile/scm-frame-args.scm: New file.
5818 * gdb.guile/scm-frame-inline.c: New file.
5819 * gdb.guile/scm-frame-inline.exp: New file.
5820 * gdb.guile/scm-frame.c: New file.
5821 * gdb.guile/scm-frame.exp: New file.
5822 * gdb.guile/scm-generics.exp: New file.
5823 * gdb.guile/scm-gsmob.exp: New file.
5824 * gdb.guile/scm-iterator.c: New file.
5825 * gdb.guile/scm-iterator.exp: New file.
5826 * gdb.guile/scm-math.c: New file.
5827 * gdb.guile/scm-math.exp: New file.
5828 * gdb.guile/scm-objfile-script-gdb.in: New file.
5829 * gdb.guile/scm-objfile-script.c: New file.
5830 * gdb.guile/scm-objfile-script.exp: New file.
5831 * gdb.guile/scm-objfile.c: New file.
5832 * gdb.guile/scm-objfile.exp: New file.
5833 * gdb.guile/scm-ports.exp: New file.
5834 * gdb.guile/scm-pretty-print.c: New file.
5835 * gdb.guile/scm-pretty-print.exp: New file.
5836 * gdb.guile/scm-pretty-print.scm: New file.
5837 * gdb.guile/scm-section-script.c: New file.
5838 * gdb.guile/scm-section-script.exp: New file.
5839 * gdb.guile/scm-section-script.scm: New file.
5840 * gdb.guile/scm-symbol.c: New file.
5841 * gdb.guile/scm-symbol.exp: New file.
5842 * gdb.guile/scm-symtab-2.c: New file.
5843 * gdb.guile/scm-symtab.c: New file.
5844 * gdb.guile/scm-symtab.exp: New file.
5845 * gdb.guile/scm-type.c: New file.
5846 * gdb.guile/scm-type.exp: New file.
5847 * gdb.guile/scm-value-cc.cc: New file.
5848 * gdb.guile/scm-value-cc.exp: New file.
5849 * gdb.guile/scm-value.c: New file.
5850 * gdb.guile/scm-value.exp: New file.
5851 * gdb.guile/source2.scm: New file.
5852 * gdb.guile/types-module.cc: New file.
5853 * gdb.guile/types-module.exp: New file.
5854
7026a7c1
YQ
58552014-02-10 Yao Qi <yao@codesourcery.com>
5856
5857 PR testsuite/16543
5858 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5859 * configure: Regenerated.
5860 * Makefile.in: New file.
5861
6c466447
AS
58622014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5863
5864 * gdb.python/py-framefilter.exp: Fix typo.
5865
6e854735
YQ
58662014-02-08 Yao Qi <yao@codesourcery.com>
5867
5868 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5869 that no =breakpoint-modified is emitted when breakpoints are
5870 modified through MI commands.
5871
d137e6dc
PA
58722014-02-07 Pedro Alves <pedro@codesourcery.com>
5873 Pedro Alves <palves@redhat.com>
5874
5875 * gdb.threads/step-after-sr-lock.c: New file.
5876 * gdb.threads/step-after-sr-lock.exp: New file.
5877
b5ee5a50
PA
58782014-02-07 Pedro Alves <palves@redhat.com>
5879
5880 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5881
3c77faf3
JK
58822014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5883
5884 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5885 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5886
6dddc817
DE
58872014-02-06 Doug Evans <xdje42@gmail.com>
5888
5889 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5890 output.
5891
5892 * gdb.gdb/python-interrupts.exp: New file.
5893
de7b2893
YQ
58942014-02-05 Yao Qi <yao@codesourcery.com>
5895
5896 * gdb.trace/report.exp (use_collected_data): Test the output
5897 of "info threads" and "info inferiors".
5898
66d032ac
YQ
58992014-02-05 Yao Qi <yao@codesourcery.com>
5900
5901 Revert this patch:
5902
5903 2013-05-24 Yao Qi <yao@codesourcery.com>
5904
5905 * gdb.trace/tfile.exp: Test inferior and thread.
5906
591a12a1
UW
59072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5908
5909 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5910 on a function.
5911 * gdb.base/step-bt.c: Call hello via function pointer to make
5912 sure its first instruction is executed on powerpc64le-linux.
5913
0ff3e01f
UW
59142014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5915
5916 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5917
084ee545
UW
59182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5919
5920 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5921 of the test patterns for use on little-endian systems.
5922
6ed14ff3
UW
59232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5924
5925 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5926 (decimal_vector): Fix for little-endian.
5927
401e27fd
JM
59282014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5929
5930 * gdb.arch/sparc-sysstep.exp: New file.
5931 * gdb.arch/sparc-sysstep.c: Likewise.
5932
5933 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5934
8b924729
EBM
59352014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5936
5937 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5938
fb151210
JB
59392014-01-23 Tom Tromey <tromey@redhat.com>
5940
5941 * gdb.ada/array_char_idx: New testcase.
5942
0740f8d8
TT
59432014-01-23 Tom Tromey <tromey@redhat.com>
5944
5945 PR python/16487:
5946 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5947 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5948 classes.
5949
21909fa1
TT
59502014-01-23 Tom Tromey <tromey@redhat.com>
5951
5952 PR python/16491:
5953 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5954 string from an inferior frame.
5955 * gdb.python/py-framefilter-mi.exp: Update.
5956
87ce2a04
DE
59572014-01-22 Doug Evans <dje@google.com>
5958
5959 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5960
237b092b
AA
59612014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5962
5963 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5964
d674a709
AA
59652014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5966
5967 * gdb.trace/entry-values.exp: Remove excess space character from
5968 regex patterns. Handle s390 call instruction.
5969
20fa3390
AA
59702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5971
5972 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5973 define "*_start" label. Make "name" static.
5974 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5975 ${name} by references to ${name}_start.
5976
78466714
AA
59772014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5978
5979 * gdb.base/info-macros.exp: Remove "debug" from the compile
5980 options.
5981
ec9f644a
IB
59822014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5983
5984 * gdb.dlang/demangle.exp: New file.
5985
94b1b47e
IB
59862014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5987
5988 * gdb.dlang/primitive-types.exp: New file.
5989
7f420862
IB
59902014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5991
5992 * configure.ac: Create gdb.dlang/Makefile.
5993 * configure: Regenerate.
5994 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5995 * gdb.dlang/Makefile.in: New file.
5996 * lib/d-support.exp: New file.
5997 * lib/gdb.exp (skip_d_tests): New proc.
5998
52834460
MM
59992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6000
6001 * gdb.btrace/delta.exp: Check reverse stepi.
6002 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
6003 * gdb.btrace/finish.exp: New.
6004 * gdb.btrace/next.exp: New.
6005 * gdb.btrace/nexti.exp: New.
6006 * gdb.btrace/record_goto.c: Add comments.
6007 * gdb.btrace/step.exp: New.
6008 * gdb.btrace/stepi.exp: New.
6009 * gdb.btrace/multi-thread-step.c: New.
6010 * gdb.btrace/multi-thread-step.exp: New.
6011 * gdb.btrace/rn-dl-bind.c: New.
6012 * gdb.btrace/rn-dl-bind.exp: New.
6013 * gdb.btrace/data.c: New.
6014 * gdb.btrace/data.exp: New.
6015 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6016
6e07b1d2
MM
60172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6018
6019 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6020 * gdb.btrace/exception.exp: Update.
6021 * gdb.btrace/instruction_history.exp: Update.
6022 * gdb.btrace/record_goto.exp: Update.
6023 * gdb.btrace/tailcall.exp: Update.
6024 * gdb.btrace/unknown_functions.exp: Update.
6025 * gdb.btrace/delta.exp: New.
6026
0b722aec
MM
60272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6028
6029 * gdb.btrace/record_goto.exp: Add backtrace test.
6030 * gdb.btrace/tailcall.exp: Add backtrace test.
6031
066ce621
MM
60322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6033
6034 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6035 * gdb.btrace/record_goto.c: New.
6036 * gdb.btrace/record_goto.exp: New.
6037 * gdb.btrace/x86-record_goto.S: New.
6038
0688d04e
MM
60392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6040
6041 * gdb.btrace/function_call_history.exp: Update tests.
6042 * gdb.btrace/instruction_history.exp: Update tests.
6043
8710b709
MM
60442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6045
6046 * gdb.btrace/function_call_history.exp: Fix expected field
6047 order for "record function-call-history".
6048 Add new tests for "record function-call-history /c".
6049 * gdb.btrace/exception.cc: New.
6050 * gdb.btrace/exception.exp: New.
6051 * gdb.btrace/tailcall.exp: New.
6052 * gdb.btrace/x86-tailcall.S: New.
6053 * gdb.btrace/x86-tailcall.c: New.
6054 * gdb.btrace/unknown_functions.c: New.
6055 * gdb.btrace/unknown_functions.exp: New.
6056 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6057
5de9129b
MM
60582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6059
6060 * gdb.btrace/instruction_history.exp: Update.
6061 * gdb.btrace/function_call_history.exp: Update.
6062
23a7fe75
MM
60632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6064
6065 * gdb.btrace/function_call_history.exp: Fix expected function
6066 trace.
6067 * gdb.btrace/instruction_history.exp: Initialize traced.
6068 Remove traced_functions.
6069
724c7dd8
MM
60702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6071
6072 * gdb.btrace/function_call_history.exp: Update
6073 * gdb.btrace/instruction_history.exp: Update.
6074
6d78d93b
MM
60752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6076
6077 * gdb.btrace/enable.exp: Update expected text.
6078
93a360cc
OJ
60792014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6080
6081 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6082 bytes.
6083
3772b53f
MR
60842014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
6085
6086 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6087
596662fa
OJ
60882014-01-15 Omair Javaid <omair.javaid@linaro.org>
6089
6090 * lib/gdb.exp (supports_process_record): Return true for
6091 arm*-linux*. (supports_reverse): Likewise.
6092
b5b08fb4
SC
60932014-01-13 Siva Chandra Reddy <sivachandra@google.com>
6094
6095 PR python/15464
6096 PR python/16113
6097 * gdb.python/py-type.c: Enhance test case.
6098 * gdb.python/py-value-cc.cc: Likewise
6099 * gdb.python/py-type.exp: Add new tests.
6100 * gdb.python/py-value-cc.exp: Likewise
6101
52d7fb13
AA
61022014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6103 Pedro Alves <palves@redhat.com>
6104
6105 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6106 Make "name" extern.
6107 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6108 references to ${name}_start by references to ${name}.
6109
a2cd8cfe
JB
61102014-01-10 Joel Brobecker <brobecker@adacore.com>
6111
6112 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6113
4e23fced
JB
61142014-01-10 Joel Brobecker <brobecker@adacore.com>
6115
6116 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6117
c6a9e42c
PA
61182014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
6119 Pedro Alves <palves@redhat.com>
6120
6121 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 6122 mi_gdb_target_load.
c6a9e42c 6123
b7ea362b
PA
61242014-01-08 Pedro Alves <palves@redhat.com>
6125
6126 * gdb.threads/reconnect-signal.c: New file.
6127 * gdb.threads/reconnect-signal.exp: New file.
6128
5e3f4fab
EBM
61292014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6130
6131 * gdb.base/source-dir.exp: New file.
6132
79301218
JB
61332014-01-07 Joel Brobecker <brobecker@adacore.com>
6134
6135 * gdb.ada/mi_interface: New testcase.
6136
8e355c5d
JB
61372014-01-07 Joel Brobecker <brobecker@adacore.com>
6138
6139 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6140 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6141 gdb.ada/pp-rec-component/pck.ads: New files.
6142
c0d48811
JB
61432014-01-07 Joel Brobecker <brobecker@adacore.com>
6144
6145 * gdb.python/py-pp-integral.c: New file.
6146 * gdb.python/py-pp-integral.py: New file.
6147 * gdb.python/py-pp-integral.exp: New file.
6148
17b609c3 6149For older changes see ChangeLog-1993-2013.
c906108c 6150\f
8d8cb839
EZ
6151;; Local Variables:
6152;; mode: change-log
6153;; left-margin: 8
6154;; fill-column: 74
6155;; version-control: never
6156;; End:
902f2ccb 6157
32d0add0 6158 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
6159 Copying and distribution of this file, with or without modification,
6160 are permitted provided the copyright notice and this notice are preserved.
This page took 4.312433 seconds and 4 git commands to generate.