Target FP: Make use of MPFR if available
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2400729e
UW
12017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * gdb.base/float128.c (large128): New variable.
4 * gdb.base/float128.exp: Add test to print largest __float128 value.
5
7a26362d
UW
62017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7
8 * gdb.arch/vsx-regs.exp: Update register content checks.
9
ed0f4273
UW
102017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
11
12 * gdb.arch/ppc-longdouble.exp: New file.
13 * gdb.arch/ppc-longdouble.c: Likewise.
14
a25d69c6
PA
152017-11-21 Pedro Alves <palves@redhat.com>
16
17 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
18
73fcf641
PA
192017-11-20 Pedro Alves <palves@redhat.com>
20
21 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
22 (long_double_typedef): New typedefs.
23 Use DEF on double and long double.
24 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
25 cases.
26 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
27 and 'long_double_ptr_same_size' locals. Use them to decide
28 whether cast from array/function to float is valid/invalid.
29
71a3c369
TT
302017-11-17 Tom Tromey <tom@tromey.com>
31
32 * gdb.rust/traits.rs: New file.
33 * gdb.rust/traits.exp: New file.
34
ced9779b
JB
352017-11-17 Joel Brobecker <brobecker@adacore.com>
36
37 * gdb.ada/minsyms: New testcase.
38
a0922d80
PA
392017-11-16 Pedro Alves <palves@redhat.com>
40
41 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
42 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
43
ea04e54c
PA
442017-11-16 Pedro Alves <palves@redhat.com>
45
46 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
47 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
48
e849ea89
PA
492017-11-16 Pedro Alves <palves@redhat.com>
50
51 * gdb.server/reconnect-ctrl-c.c: New file.
52 * gdb.server/reconnect-ctrl-c.exp: New file.
53
d8ae99a7
PM
542017-11-16 Phil Muldoon <pmuldoon@redhat.com>
55
56 * gdb.python/py-rbreak.exp: New file.
57 * gdb.python/py-rbreak.c: New file.
58 * gdb.python/py-rbreak-func2.c: New file.
59
968a13f8
PA
602017-11-16 Pedro Alves <palves@redhat.com>
61
62 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
63 pattern.
64 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
65 GDB.
66
71774bc9
SM
672017-11-15 Simon Marchi <simon.marchi@ericsson.com>
68
69 * gdb.tui/completionn.exp (test_tab_completion): Add space in
70 regex.
71
ddbb44cf
SM
722017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
73
74 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
75 test names.
76
584a564f
PA
772017-11-09 Pedro Alves <palves@redhat.com>
78
79 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
80 factored out from ...
81 (top level): ... here, and adjusted to avoid expecting beyond the
82 prompt in a single gdb_test_multiple.
83
5ed7a928
PA
842017-11-09 Pedro Alves <palves@redhat.com>
85
86 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
87 output.
88 * gdb.server/ext-attach.exp ("kill" test): Likewise.
89 * gdb.server/ext-restart.exp ("kill" test): Likewise.
90 * gdb.server/ext-run.exp ("kill" test): Likewise.
91 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
92
a60e0738
PA
932017-11-09 Pedro Alves <palves@redhat.com>
94
95 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
96 match till end of line.
97
2c88253f
PA
982017-11-09 Pedro Alves <palves@redhat.com>
99
100 * gdb.base/memattr.exp: Tighten regexes to match the end line.
101
c7a38517
PA
1022017-11-09 Pedro Alves <palves@redhat.com>
103
104 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
105 New procedures, factored out from ...
106 (top level): ... here, and adjusted to avoid expecting beyond the
107 prompt in one go.
108
f29f4b6b
PA
1092017-11-09 Pedro Alves <palves@redhat.com>
110
111 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
112 output. Fix '?' match.
113
286acbb5
JB
1142017-11-08 Joel Brobecker <brobecker@adacore.com>
115
116 * gdb.ada/scoped_watch: New testcase.
117 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
118 which is actually correct.
119 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
120 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
121
62d7ae92
PA
1222017-11-08 Pedro Alves <palves@redhat.com>
123
124 * gdb.gdb/complaints.exp (test_initial_complaints)
125 (test_serial_complaints, test_short_complaints): Call
126 complaint_internal instead of complaint.
127
280ca31f
DT
1282017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
129
130 * gdb.threads/tls-core.c: New file.
131 * gdb.threads/tls-core.exp: Likewise.
132
b5ec771e
PA
1332017-11-08 Pedro Alves <palves@redhat.com>
134
135 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
136 (p Exported_Capitalized): New test.
137 (p exported_capitalized): New test.
138
a02b41a7
PA
1392017-11-07 Pedro Alves <palves@redhat.com>
140
141 * gdb.cp/ena-dis-br-range.exp: Add more tests.
142
95e95a6d
PA
1432017-11-07 Pedro Alves <palves@redhat.com>
144
145 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
146 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
147 (disable_invalid, disable_inverted, disable_negative): New
148 procedures.
149 ("bad numbers"): New set of tests.
150
cee62dbd
PA
1512017-11-07 Pedro Alves <palves@redhat.com>
152
153 * gdb.cp/ena-dis-br-range.exp: Add tests.
154
cc638e86
PA
1552017-11-07 Pedro Alves <palves@redhat.com>
156
157 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
158
d0fe4701
XR
1592017-11-07 Xavier Roirand <roirand@adacore.com>
160 Pedro Alves <palves@redhat.com>
161
162 * gdb.base/ena-dis-br.exp: Add reference to
163 gdb.cp/ena-dis-br-range.exp.
164 * gdb.cp/ena-dis-br-range.exp: New file.
165 * gdb.cp/ena-dis-br-range.cc: New file.
166
46f67f80
PA
1672017-11-06 Pedro Alves <palves@redhat.com>
168
169 * gdb.base/attach-non-pgrp-leader.c: New.
170 * gdb.base/attach-non-pgrp-leader.exp: New.
171
726e1356
PA
1722017-11-06 Pedro Alves <palves@redhat.com>
173
174 * configure.ac: No longer check for termio.h and sgtty.h.
175 * configure: Regenerate.
176 * remote-utils.c: Include termios.h instead of gdb_termios.h.
177 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
178 Remove termio and sgtty code.
179
50ab6ace
YQ
1802017-11-03 Yao Qi <yao.qi@linaro.org>
181
182 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
183 in GDB is disabled.
184
8e68731c
YQ
1852017-11-03 Yao Qi <yao.qi@linaro.org>
186
187 * gdb.python/py-thrhandle.exp: Skip it if python is not
188 enabled.
189
3a87ae65
SM
1902017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
191
192 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
193 as a breakpoint command.
194
484d8d36
MD
1952017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
196
197 PR python/21213
198 * gdb.python/py-infthread.exp: Test calling
199 InferiorThread.inferior () multiple times in a row.
200
4a27f119
KS
2012017-10-27 Keith Seitz <keiths@redhat.com>
202
203 * gdb.opt/inline-break.exp (break_info_1): New procedure.
204 Test "info break" for every inlined function breakpoint.
205
bb11dd58
YQ
2062017-10-27 Yao Qi <yao.qi@linaro.org>
207
208 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
209
a43f3893
PF
2102017-10-26 Patrick Frants <osscontribute@gmail.com>
211
212 * gdb.cp/classes.exp (test_static_members): Test printing
213 Outer::instance.
214 * gdb.cp/classes.c (struct Inner, struct Outer): New.
215 (Inner::instance, Outer::instance): New.
216
792ccf00
PA
2172017-10-24 Pedro Alves <palves@redhat.com>
218
219 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
220 extra console" test in two stages.
221
eb2bfbad
PA
2222017-10-24 Pedro Alves <palves@redhat.com>
223
224 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
225
1f75a651
PA
2262017-10-24 Pedro Alves <palves@redhat.com>
227
228 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
229 loop.
230
779990d9
PA
2312017-10-24 Pedro Alves <palves@redhat.com>
232
233 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
234 $attempt" and "stoppedtry $stoppedtry" test prefixes.
235
ad9b8f5d
PA
2362017-10-24 Pedro Alves <palves@redhat.com>
237
238 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
239 parameter and handle it. Don't output read value in test name.
240
fee6da6e
PA
2412017-10-24 Pedro Alves <palves@redhat.com>
242
243 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
244 custom test name.
245
10389c2c
PA
2462017-10-24 Pedro Alves <palves@redhat.com>
247
248 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
249 include the unstable output directory name in the test's name.
250 (initial_setup_simple) <'set args'>: Use custom test name.
251
a80e65a9
PA
2522017-10-24 Pedro Alves <palves@redhat.com>
253
254 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
255 with explicit test name.
256
15763a09
PA
2572017-10-20 Pedro Alves <palves@redhat.com>
258
259 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
260 'wait -i'. Use gdb_assert and remote_close.
261
49a4ce2e
AB
2622017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
265 number from variable rather than hard-coded.
266
a75868f5
PA
2672017-10-19 Pedro Alves <palves@redhat.com>
268
269 * gdb.base/long-inferior-output.c: New file.
270 * gdb.base/long-inferior-output.exp: New file.
271
c8ba13ad
KS
2722017-11-18 Keith Seitz <keiths@redhat.com>
273
274 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
275 method.
276 (main): Call it.
277 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
278 Add additional user-defined conversion operator tests.
279
b27de576
PA
2802017-10-17 Pedro Alves <palves@redhat.com>
281
282 * boards/native-stdio-gdbserver.exp: Load "local-board".
283
8484c955
PA
2842017-10-17 Pedro Alves <palves@redhat.com>
285
286 * gdb.base/quit-live.c: New file.
287 * gdb.base/quit-live.exp: New file.
288
83d5a34d
KS
2892017-10-16 Keith Seitz <keiths@redhat.com>
290
291 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
292 (class_with_protected_typedef, class_with_private_typedef)
293 (struct_with_public_typedef, struct_with_protected_typedef)
294 (struct_with_private_typedef): New classes/structs.
295 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
296 typedefs and access specifiers.
297
739b3f1d
PA
2982017-10-16 Pedro Alves <palves@redhat.com>
299 Simon Marchi <simon.marchi@polymtl.ca>
300
301 * README (Local vs Remote vs Native): New section.
302 * boards/local-board.exp: New file, with bits factored out from
303 ...
304 * boards/native-extended-gdbserver.exp: ... here. Load
305 "local-board".
306 * boards/native-gdbserver.exp: Load "local-board".
307 (${board}_spawn, ${board}_exec): Delete.
308 * boards/native-stdio-gdbserver.exp: Most contents factored out to
309 ...
310 * boards/stdio-gdbserver-base.exp: ... this new file.
311 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
312 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
313 procedure.
314 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
315 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
316 stdio_gdbserver_command.
317 (${board}_get_remote_address, ${board}_get_comm_port)
318 (${board}_download, ${board}_upload): Delete.
319 (get_target_remote_pipe_cmd): New.
320
fe68b953
SM
3212017-10-16 Simon Marchi <simon.marchi@ericsson.com>
322
323 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
324 test_bkpt_deletion, test_bkpt_cond_and_cmds,
325 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
326 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
327 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
328 remove with_test_prefix.
329
300b6685
PA
3302017-10-13 Pedro Alves <palves@redhat.com>
331
332 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
333 * gdb.base/annota1.exp: Use it instead of is_remote.
334 * gdb.base/annota3.exp: Use it instead of is_remote.
335 * gdb.cp/annota2.exp: Use it instead of is_remote.
336 * gdb.cp/annota3.exp: Use it instead of is_remote.
337 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
338
50500caf
PA
3392017-10-13 Pedro Alves <palves@redhat.com>
340
341 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
342 (test_num_test_vars, run_and_count_vars, find_env)
343 (test_set_unset_env, test_inherit_env_var): New procedures.
344 (top level): Use them.
345
dad0c6d2
PA
3462017-10-13 Pedro Alves <palves@redhat.com>
347
348 * lib/selftest-support.exp (selftest_setup): Extend comments, and
349 also skip on stub-like targets.
350
8b0553c1
PA
3512017-10-13 Pedro Alves <palves@redhat.com>
352
353 PR gdb/22293
354 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
355 (top level): Move some tests to ...
356 (test_not_found): ... this new procedure.
357 (top level): Call it.
358
7594f623
PA
3592017-10-13 Pedro Alves <palves@redhat.com>
360
361 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
362 expect different "info terminal" output if testing with a
363 non-native target.
364
ebe3b402
PA
3652017-10-13 Pedro Alves <palves@redhat.com>
366 Simon Marchi <simon.marchi@polymtl.ca>
367
368 PR python/12966
369 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
370
42f1b161
PA
3712017-10-13 Pedro Alves <palves@redhat.com>
372
373 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
374 already.
375
8d6ef72b
PA
3762017-10-13 Pedro Alves <palves@redhat.com>
377
378 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
379 is_remote.
380
d7bcd5b8
PA
3812017-10-13 Pedro Alves <palves@redhat.com>
382
383 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
384 is_remote.
385
df479dc6
PA
3862017-10-13 Pedro Alves <palves@redhat.com>
387
388 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
389 is set.
390 (corefile_test_attach): Likewise. Check can_spawn_for_attach
391 instead of is_remote.
392
23fb630a
PA
3932017-10-13 Pedro Alves <palves@redhat.com>
394
395 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
396 (top level): Add comment.
397
cc77b1dc
PA
3982017-10-13 Pedro Alves <palves@redhat.com>
399
400 * gdb.base/remote.exp (top level): Fix comment typo and add
401 missing return.
402
27c9e813
PA
4032017-10-13 Pedro Alves <palves@redhat.com>
404 Simon Marchi <simon.marchi@polymtl.ca>
405
406 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
407 calls and add comments. Skip test if use_gdb_stub is set.
408 (top level): Use "set cwd" command instead of "cd" command.
409
5e830d98
PA
4102017-10-13 Pedro Alves <palves@redhat.com>
411
412 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
413 is_remote target check.
414
f5ca0032
PA
4152017-10-13 Pedro Alves <palves@redhat.com>
416
417 * gdb.base/scope.exp: Use build_executable + clean_restart +
418 gdb_file_cmd instead of prepare_for_testing and no longer skip
419 "before run" tests on is_remote target boards. Update comments.
420 * boards/native-extended-gdbserver.exp
421 (extended_gdbserver_load_last_file): New, factored out from ...
422 (gdb_load): ... this. Move further below and add comment.
423 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
424
8aed1c0d
PA
4252017-10-12 Pedro Alves <palves@redhat.com>
426
427 * gdb.base/attach.exp: Remove references to gdb64.
428 * gdb.base/dbx.exp: Remove references to gdb64.
429
cfa34c87
SM
4302017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
431 Pedro Alves <palves@redhat.com>
432
433 * gdb.base/label.exp: Remove is_remote target check.
434
9192b7de
PA
4352017-10-12 Pedro Alves <palves@redhat.com>
436
437 * gdb.base/auvx.exp (coredir): Update comment.
438 (top level) <core_works>: Use "set cwd" command instead of "cd"
439 command.
440
6bf0052d
PA
4412017-10-12 Pedro Alves <palves@redhat.com>
442 Simon Marchi <simon.marchi@polymtl.ca>
443
444 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
445 target boards.
446
e48ef82d
PA
4472017-10-12 Pedro Alves <palves@redhat.com>
448 Simon Marchi <simon.marchi@polymtl.ca>
449
450 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
451 Instead skip if there's any gdb_protocol set.
452
8d7aea57
SM
4532017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
454 Pedro Alves <palves@redhat.com>
455
456 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
457
30440677
PA
4582017-10-12 Pedro Alves <palves@redhat.com>
459 Simon Marchi <simon.marchi@polymtl.ca>
460
461 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
462 instead of on dejagnu remote boards.
463
4e04f045
PA
4642017-10-12 Pedro Alves <palves@redhat.com>
465 Simon Marchi <simon.marchi@polymtl.ca>
466
467 * gdb.base/inferior-died.exp: Remove is_remote and isnative
468 checks. Use build_executable + clean_restart instead of
469 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
470 of enabling non-stop after starting gdb.
471
871a186e
PA
4722017-10-12 Pedro Alves <palves@redhat.com>
473
474 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
475 * gdb.threads/non-ldr-exc-2.exp: Ditto.
476 * gdb.threads/non-ldr-exc-3.exp: Ditto.
477 * gdb.threads/non-ldr-exc-4.exp: Ditto.
478
56d704da
AK
4792017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
480
481 * gdb.arch/arc-tdesc-cpu.exp: New file.
482 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
483
2f20e312
SM
4842017-10-10 Simon Marchi <simon.marchi@ericsson.com>
485
486 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
487
65630365
PA
4882017-10-10 Pedro Alves <palves@redhat.com>
489
490 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
491 expect CLI output.
492
bf469271
PA
4932017-10-10 Pedro Alves <palves@redhat.com>
494
495 * lib/selftest-support.exp (selftest_setup): Update for
496 captured_command_loop's prototype change.
497
777a42f1
PA
4982017-10-09 Pedro Alves <palves@redhat.com>
499
500 Test both arch1=>arch2 and arch2=>arch1.
501
502 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
503 (srcfile2, binfile2, march1, march2): Remove globals. Largely
504 factored out to...
505 (append_arch1_options, append_arch2_options, append_arch_options)
506 (build_executables): New procedures.
507 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
508 local.
509 (top level): Add new 'first_arch' testing axis.
510
cbd2b4e3
PA
5112017-10-09 Pedro Alves <palves@redhat.com>
512
513 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
514 (barrier): New.
515 (thread_start, all_started): New functions.
516 (main): Spawn new thread and wait until it is scheduled.
517 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
518 option.
519 (do_test): Add 'selected_thread' parameter. Run to all_started
520 instead of main. Explicitly set the breakpoint at main. Switch
521 to the SELECTED_THREAD thread.
522 (top level): Test handling the exec event with either the main
523 thread or the second thread selected.
524
5c9e4427
PA
5252017-10-09 Pedro Alves <palves@redhat.com>
526
527 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
528 logic. Move STOP marker after the value checks.
529 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
530 regexp.
531
b3b7c423
SL
5322017-10-06 Sandra Loosemore <sandra@codesourcery.com>
533
534 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
535
3b4b2f16
UW
5362017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
537
538 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
539 integer-to-dfp conversion.
540 * gdb.base/dfp-test.exp: Likewise.
541
5cd63fda
PA
5422017-10-04 Pedro Alves <palves@redhat.com>
543
544 * gdb.multi/hangout.c: Include <unistd.h>.
545 (hangout_loop): New function.
546 (main): Call alarm. Call hangout_loop in a loop.
547 * gdb.multi/hello.c: Include <unistd.h>.
548 (hello_loop): New function.
549 (main): Call alarm. Call hangout_loop in a loop.
550 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
551 inferior with the other selected.
552
4c71c105
SM
5532017-10-04 Simon Marchi <simon.marchi@ericsson.com>
554
555 * gdb.mi/list-thread-groups-available.exp: New file.
556 * gdb.mi/list-thread-groups-available.c: New file.
557
bc3b087d
SDJ
5582017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
559
560 * gdb.base/set-cwd.exp: Make it available on
561 native-extended-gdbserver.
562
d092c5a2
SDJ
5632017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
564
565 * gdb.base/set-cwd.c: New file.
566 * gdb.base/set-cwd.exp: Likewise.
567
45320ffa
TT
5682017-10-02 Tom Tromey <tom@tromey.com>
569
570 PR rust/22236:
571 * gdb.rust/simple.rs (main): New variable "fslice".
572 * gdb.rust/simple.exp: Add slice tests. Update string tests.
573
b3e3859b
TT
5742017-10-02 Tom Tromey <tom@tromey.com>
575
576 * gdb.rust/simple.exp: Test ptype of a slice.
577
01af5e0d
TT
5782017-10-02 Tom Tromey <tom@tromey.com>
579
580 * gdb.rust/simple.exp: Test index of slice.
581
a9bbfbd8
TT
5822017-09-27 Tom Tromey <tom@tromey.com>
583
584 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
585
df8899e5
TP
5862017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
587 Pedro Alves <palves@redhat.com>
588
589 * gdb.base/compare-sections.exp (get value of read-only section): Read
590 as unsigned value.
591 (corrupt read-only section): Likewise and don't set written if patching
592 failed.
593
757bf54b
KB
5942017-09-21 Kevin Buettner <kevinb@redhat.com>
595
596 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
597 files.
598
06871ae8
PA
5992017-09-20 Pedro Alves <palves@redhat.com>
600
601 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
602 symbol names in gdb's output.
603 * gdb.cp/overload.exp ("list all overloads"): Likewise.
604
e5f25bc5
PA
6052017-09-20 Pedro Alves <palves@redhat.com>
606
607 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
608 Rename to ...
609 (test_list_ambiguous_symbol): ... this and add a symbol name
610 parameter. Adjust.
611 (test_list_ambiguous_function): Reimplement on top of
612 test_list_ambiguous_symbol and also test listing ambiguous
613 variables.
614 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
615 (ambiguous_fun): ... this.
616 (ambiguous_var): New.
617 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
618 (ambiguous_fun): ... this.
619 (ambiguous_var): New.
620
4e5a4f58
JB
6212017-09-19 John Baldwin <jhb@FreeBSD.org>
622
623 * gdb.base/starti.c: New file.
624 * gdb.base/starti.exp: New file.
625 * lib/gdb.exp (gdb_starti_cmd): New procedure.
626
26e53f3e
PA
6272017-09-14 Pedro Alves <palves@redhat.com>
628
629 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
630 (top level): Use it instead of runto.
631
cb791d59
TT
6322017-09-11 Tom Tromey <tom@tromey.com>
633
634 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
635
7c96f8c1
TT
6362017-09-11 Tom Tromey <tom@tromey.com>
637
638 * gdb.python/py-infthread.exp: Add tests for new_thread event.
639 * gdb.python/py-inferior.exp: Add tests for new inferior events.
640
469412dd
CW
6412017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
642
643 * gdb.fortran/printing-types.exp: New file.
644 * gdb.fortran/printing-types.exp: New file.
645
e0f86435
BH
6462017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
647
648 * gdb.fortran/vla-ptype.exp: Fix typos.
649 * gdb.fortran/vla-value.exp: Same.
650
9e9af4be
BH
6512017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
652
653 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
654 * gdb.mi/mi-var-child-f.exp: Likewise.
655 * gdb.mi/mi-vla-fortran.exp: Likewise.
656
a5ad232b
FP
6572017-09-08 Frank Penczek <frank.penczek@intel.com>
658 Christoph Weinmann <christoph.t.weinmann@intel.com>
659 Bernhard Heckel <bernhard.heckel@intel.com>
660
661 * gdb.fortran/ptr-indentation.f90: New file.
662 * gdb.fortran/ptr-indentation.exp: New file.
663
5aec60eb
TT
6642017-09-05 Tom Tromey <tom@tromey.com>
665
666 PR gdb/22010:
667 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
668
8f8f8152
TP
6692017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
670
671 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
672
fbd1b771
JK
6732017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
674
675 * gdb.threads/tls-nodebug-pie.c: New file.
676 * gdb.threads/tls-nodebug-pie.exp: New file.
677
5eb5f850
TT
6782017-09-05 Tom Tromey <tom@tromey.com>
679
680 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
681 for rust.
682
ae780a21
SM
6832017-09-05 Simon Marchi <simon.marchi@ericsson.com>
684
685 * gdb.multi/multi-arch-exec.exp: Test with different
686 "follow-exec-mode" settings.
687 (do_test): New procedure.
688
3693fdb3
PA
6892017-09-04 Pedro Alves <palves@redhat.com>
690
691 * gdb.base/func-static.c (S::method const, S::method volatile)
692 (S::method volatile const): New methods.
693 (c_s, v_s, cv_s): New instances.
694 (main): Call method() on them.
695 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
696 (cannot_resolve): New procedure.
697 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
698 print-quote-unquoted columns.
699 (do_test): Test printing each scope too.
700
e68cb8e0
PA
7012017-09-04 Pedro Alves <palves@redhat.com>
702
703 * gdb.base/local-static.exp: Also test with
704 class::method::variable wholly quoted.
705 * gdb.cp/m-static.exp (class::method::variable): Remove test.
706
858be34c
PA
7072017-09-04 Pedro Alves <palves@redhat.com>
708
709 * gdb.base/local-static.c: New.
710 * gdb.base/local-static.cc: New.
711 * gdb.base/local-static.exp: New.
712
46a4882b
PA
7132017-09-04 Pedro Alves <palves@redhat.com>
714
715 * gdb.asm/asm-source.exp: Add casts to int.
716 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
717 (dataglobal64_1, dataglobal64_2): New globals.
718 * gdb.base/nodebug.exp: Test different expressions involving the
719 new globals, with print, whatis and ptype. Add casts to int.
720 * gdb.base/solib-display.exp: Add casts to int.
721 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
722 * gdb.cp/m-static.exp: Add cast to int.
723 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
724 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
725 tls variable with no debug info without a cast. Test with a cast
726 to int too.
727 * gdb.trace/entry-values.exp: Add casts.
728
2c5a2be1
PA
7292017-09-04 Pedro Alves <palves@redhat.com>
730
731 * gdb.base/nodebug.exp: Test that ptype's error about functions
732 with unknown return type includes the function name too.
733
7022349d
PA
7342017-09-04 Pedro Alves <palves@redhat.com>
735
736 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
737 return type of munmap in infcall.
738 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
739 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
740 type of ftell in infcall.
741 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
742 type of getpid in infcall.
743 * gdb.base/infcall-exec.exp: Cast return type of execlp in
744 infcall.
745 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
746 Bail on failure to extract the pid.
747 * gdb.base/nodebug.c: #include <stdint.h>.
748 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
749 New functions.
750 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
751 Change expected output of print/whatis/ptype with functions with
752 no debug info. Test all supported languages. Call
753 test_call_promotion.
754 * gdb.compile/compile.exp: Adjust expected output to expect
755 warning.
756 * gdb.threads/siginfo-threads.exp: Likewise.
757
54990598
PA
7582017-09-04 Pedro Alves <palves@redhat.com>
759
760 * gdb.base/callfuncs.exp (do_function_calls): New parameter
761 "prototypes". Test calling float functions via prototyped and
762 unprototyped function pointers.
763 (perform_all_tests): New parameter "prototypes". Pass it down.
764 (top level): Pass down "prototypes" parameter to
765 perform_all_tests.
766
34d16ea2
SM
7672017-09-04 Simon Marchi <simon.marchi@ericsson.com>
768
769 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
770 Test with nested loops.
771
9521ecda
SM
7722017-09-04 Simon Marchi <simon.marchi@ericsson.com>
773
774 * gdb.base/commands.exp: Call the new procedures.
775 (loop_break_test, loop_continue_test): New procedures.
776
80a65e9b
SM
7772017-09-04 Simon Marchi <simon.marchi@ericsson.com>
778
779 * gdb.base/commands.exp: Call new procedure.
780 (define_if_without_arg_test): New procedure.
781
e439fa14
PA
7822017-09-04 Pedro Alves <palves@redhat.com>
783
784 * gdb.base/list-ambiguous.exp: New file.
785 * gdb.base/list-ambiguous0.c: New file.
786 * gdb.base/list-ambiguous1.c: New file.
787 * gdb.base/list.exp (test_list_range): Adjust expected output.
788
0a2dde4a
SDJ
7892017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
790
791 * gdb.base/share-env-with-gdbserver.c: New file.
792 * gdb.base/share-env-with-gdbserver.exp: Likewise.
793
5e89eb3a
SM
7942017-08-28 Simon Marchi <simon.marchi@ericsson.com>
795
796 * gdb.base/commands.exp (gdbvar_simple_if_test,
797 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
798 progvar_simple_if_test, progvar_simple_while_test,
799 progvar_complex_if_while_test, user_defined_command_test,
800 user_defined_command_args_eval,
801 user_defined_command_args_stack_test,
802 user_defined_command_manyargs_test, bp_deleted_in_command_test,
803 temporary_breakpoint_commands,
804 gdb_test_no_prompt, redefine_hook_test,
805 redefine_backtrace_test): Remove "global gdb_prompt".
806
fd437cbc
SM
8072017-08-28 Simon Marchi <simon.marchi@ericsson.com>
808
809 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
810 New proc, call it from toplevel.
811
87215ad1
SDJ
8122017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
813
814 PR remote/21852
815 * gdb.server/normal.c: New file, copied from gdb.base.
816 * gdb.server/run-without-local-binary.exp: New file.
817
58afddc6
WP
8182017-08-07 Weimin Pan <weimin.pan@oracle.com>
819
820 * gdb.arch/sparc64-adi.exp: New file.
821 * gdb.arch/sparc64-adi.c: New file.
822
5277199a
PA
8232017-08-22 Pedro Alves <palves@redhat.com>
824
825 * gdb.cp/overload.exp (line_range_pattern): New procedure.
826 (top level): Add "list all overloads" tests.
827
14278e1f
TT
8282017-08-22 Tom Tromey <tom@tromey.com>
829
830 * gdb.gdb/xfullpath.exp: Remove.
831
bf223d3e
PA
8322017-08-21 Pedro Alves <palves@redhat.com>
833
834 PR gdb/19487
835 * gdb.base/symbol-alias.c: New.
836 * gdb.base/symbol-alias2.c: New.
837 * gdb.base/symbol-alias.exp: New.
838
c973d0aa
PA
8392017-08-21 Pedro Alves <palves@redhat.com>
840
841 * gdb.base/dfp-test.c
842 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
843 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
844 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
845 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
846 * gdb.base/whatis-ptype-typedefs.c: New.
847 * gdb.base/whatis-ptype-typedefs.exp: New.
848 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
849 (an_int, an_int_type, an_int_type2): New globals.
850 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
851 involving typedefs and cast expressions.
852 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
853 (lookup_typedefs_function): New.
854 (typedefs_pretty_printers_dict): New.
855 (top level): Register lookup_typedefs_function in
856 gdb.pretty_printers.
857
6d580b63
YQ
8582017-08-18 Yao Qi <yao.qi@linaro.org>
859
860 * gdb.server/unittest.exp: New.
861
206726fb
SDJ
8622017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
863
864 PR gdb/21954
865 * gdb.base/environ.exp: Add test to check if 'unset environment'
866 works.
867
bf0ec4c2
AA
8682017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
869
870 * lib/gdb.exp (universal_compile_options): New caching proc.
871 (gdb_compile): Suppress GCC's coloring of messages.
872
d6382fff
TT
8732017-08-14 Tom Tromey <tom@tromey.com>
874
875 PR gdb/21675:
876 * gdb.base/printcmds.exp (test_radices): New function.
877 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
878 * gdb.base/sizeof.exp (check_valueof): Use p/d.
879 * lib/gdb.exp (get_integer_valueof): Use p/d.
880
c2c2dd9f
SM
8812017-08-12 Simon Marchi <simon.marchi@ericsson.com>
882
883 * lib/gdb.exp (get_valueof): Don't capture end-of-line
884 characters.
885
fdffd6f4
TT
8862017-08-05 Tom Tromey <tom@tromey.com>
887
888 * gdb.rust/simple.exp: Allow String to appear in a different
889 namespace.
890
27d41eac
YQ
8912017-07-26 Yao Qi <yao.qi@linaro.org>
892
893 * gdb.gdb/unittest.exp: Invoke command
894 "maintenance check xml-descriptions".
895
031ed05d
AA
8962017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
897
898 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
899 calling context.
900 (hex128): Drop erroneous calculation of parameters.
901
dcd27ddf
SM
9022017-07-22 Simon Marchi <simon.marchi@ericsson.com>
903
904 * gdb.python/py-unwind.exp: Disable stack protection when
905 building test file.
906
47e77640
PA
9072017-07-20 Pedro Alves <palves@redhat.com>
908
909 * gdb.base/default.exp (set language): Adjust expected output.
910
62d2a18a
PA
9112017-07-20 Pedro Alves <palves@redhat.com>
912
913 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
914 (test_minsym): ... this, and make static.
915 (get_pck__foo__bar__minsym): Rename to ...
916 (get_test_minsym): ... this.
917 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
918 symbol names and comments.
919 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
920 (get_test_minsym): ... this.
921 (pck__foo__bar__minsym__2): Rename to ...
922 (test_minsym): ... this.
923 (main): Adjust.
924
c45ec17c
PA
9252017-07-17 Pedro Alves <palves@redhat.com>
926
927 * gdb.base/completion.exp: Adjust expected output.
928 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
929 the completer works.
930
c6756f62
PA
9312017-07-17 Pedro Alves <palves@redhat.com>
932
933 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
934
5bd68487
AB
9352017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
938
8880f2a9
TT
9392017-07-14 Tom Tromey <tom@tromey.com>
940
941 PR rust/21764:
942 * gdb.rust/simple.exp: Add tests.
943
65547233
TT
9442017-07-14 Tom Tromey <tom@tromey.com>
945
946 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
947
8f14146e
PA
9482017-07-14 Pedro Alves <palves@redhat.com>
949
950 * gdb.linespec/base/one/thefile.cc (z1): New function.
951 * gdb.linespec/base/two/thefile.cc (z2): New function.
952 * gdb.linespec/linespec.exp: Add tests.
953
b4365d02
AB
9542017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
955
956 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
957 to mi_create_breakpoint.
958
5d2cbaa5
AB
9592017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
962 mi_create_breakpoint.
963
11cb5716
IB
9642017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
965
966 * gdb.dlang/demangle.exp: Update for demangling changes.
967
03278692
TT
9682017-07-09 Tom Tromey <tom@tromey.com>
969
970 * gdb.dwarf2/shortpiece.exp: New file.
971
33c5cd75
DB
9722017-07-06 David Blaikie <dblaikie@gmail.com>
973
974 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
975 built from fissiont-multi-cu{1,2}.c.
976 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
977 except putting 'main' and 'func' in separate CUs in the same DWO file.
978 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
979 test.
980 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
981 test.
982
8455d262
PA
9832017-07-06 Pedro Alves <palves@redhat.com>
984
985 * gdb.python/py-unwind.exp: Test flushregs.
986
dc4bde35
SDJ
9872017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
988
989 PR cli/21688
990 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
991 tests for alias commands and trailing whitespace.
992
51ed89aa
SDJ
9932017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
994
995 PR cli/21688
996 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
997 procedure. Call it.
998
eb17d413
PA
9992017-06-29 Pedro Alves <palves@redhat.com>
1000
1001 * gdb.base/printcmds.exp: Add tests.
1002
41664b45
DG
10032017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
1004
1005 PR gdb/21337
1006 * gdb.base/reread-readsym.exp: New file.
1007 * gdb.base/reread-readsym.c: New file.
1008
75312ae3
KB
10092017-06-21 Kevin Buettner <kevinb@redhat.com>
1010
1011 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
1012 subpattern.
1013
66953522
PB
10142017-06-19 Peter Bergner <bergner@vnet.ibm.com>
1015
1016 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
1017 extended mnemonic.
1018 * gdb.arch/powerpc-power9.s: Likewise.
1019
5524b525
AA
10202017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1021
1022 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
1023 on 32-bit x86 targets. Exploit is_*_target macros where
1024 appropriate.
1025
03c8af18
AA
10262017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1027
1028 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
1029 register pieces.
1030
3bf31011
AA
10312017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1032
1033 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
1034 located in one or more DWARF pieces.
1035
805acca0
AA
10362017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1037
1038 * lib/gdb.exp (get_endianness): New proc.
1039 * gdb.arch/aarch64-fp.exp: Use it.
1040 * gdb.arch/altivec-regs.exp: Likewise.
1041 * gdb.arch/e500-regs.exp: Likewise.
1042 * gdb.arch/vsx-regs.exp: Likewise.
1043 * gdb.base/dump.exp: Likewise.
1044 * gdb.base/funcargs.exp: Likewise.
1045 * gdb.base/gnu_vector.exp: Likewise.
1046 * gdb.dwarf2/formdata16.exp: Likewise.
1047 * gdb.dwarf2/implptrpiece.exp: Likewise.
1048 * gdb.dwarf2/nonvar-access.exp: Likewise.
1049 * gdb.python/py-inferior.exp: Likewise.
1050 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1051
e9352324
AA
10522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1053
1054 PR gdb/21226
1055 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
1056 stack value pieces are taken from the LSB end.
1057
d5d1163e
AA
10582017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1059
1060 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
1061 variable at nonzero offset.
1062
0567c986
AA
10632017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1064
1065 * gdb.dwarf2/var-access.c: New file.
1066 * gdb.dwarf2/var-access.exp: New test.
1067 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
1068
973e9aab
TT
10692017-06-12 Tom Tromey <tom@tromey.com>
1070
1071 * gdb.dwarf2/formdata16.exp: Add tests.
1072
d9109c80
TT
10732017-06-12 Tom Tromey <tom@tromey.com>
1074
1075 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
1076
30a25466
TT
10772017-06-12 Tom Tromey <tom@tromey.com>
1078
1079 PR exp/16225:
1080 * gdb.reverse/i386-sse-reverse.exp: Update tests.
1081 * gdb.arch/vsx-regs.exp: Update tests.
1082 * gdb.arch/s390-vregs.exp (hex128): New proc.
1083 Update test.
1084 * gdb.arch/altivec-regs.exp: Update tests.
1085
aefd8b33
SDJ
10862017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1087
1088 * gdb.base/startup-with-shell.c: New file.
1089 * gdb.base/startup-with-shell.exp: Likewise.
1090
2090129c
SDJ
10912017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1092
1093 * gdb.server/non-existing-program.exp: Update regex in order to
1094 reflect the fact that gdbserver is now using fork_inferior (with a
1095 shell) to startup the inferior.
1096
8e86a419
SM
10972017-05-30 Simon Marchi <simon.marchi@ericsson.com>
1098
1099 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
1100 support function calls from GDB.
1101
e6cf65f2
TT
11022017-05-21 Tom Tromey <tom@tromey.com>
1103
1104 PR rust/21466:
1105 * gdb.rust/unsized.exp: New file.
1106 * gdb.rust/unsized.rs: New file.
1107
43cc5389
TT
11082017-05-19 Tom Tromey <tom@tromey.com>
1109
1110 PR rust/21484:
1111 * gdb.rust/watch.exp: New file.
1112 * gdb.rust/watch.rs: New file.
1113
ec8df234
TT
11142017-05-18 Tom Tromey <tom@tromey.com>
1115
1116 * gdb.rust/simple.exp: Allow Box to be qualified.
1117
3e3e7fae
TP
11182017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
1119
1120 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
1121
59cc050d
PA
11222017-05-18 Pedro Alves <palves@redhat.com>
1123
1124 * gdb.base/fileio.c (test_write, test_read, test_close)
1125 (test_fstat): Don't print 'ret' in the fail path.
1126
c8f6abd1
PA
11272017-05-18 Pedro Alves <palves@redhat.com>
1128
1129 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
1130 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
1131 (test_system, test_rename, test_unlink, test_time): Change
1132 prototypes.
1133 * gdb.base/fileio.exp (stop_msg): Adjust.
1134
d2a03b77
PA
11352017-05-18 Pedro Alves <palves@redhat.com>
1136
1137 * gdb.base/fileio.c (null_str): New global.
1138 (test_stat): Use it.
1139 * gdb.base/fileio.exp: Remove nowarnings.
1140
0d5c6999
YQ
11412017-05-17 Yao Qi <yao.qi@linaro.org>
1142
1143 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
1144
21873064
YQ
11452017-05-17 Simon Marchi <simon.marchi@ericsson.com>
1146
1147 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
1148 argument command.
1149 (top-level): Invoke test_set_inferior_tty.
1150
d512d31c
PA
11512017-05-04 Pedro Alves <palves@redhat.com>
1152
1153 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
1154 Add parens to print call for Python 3.
1155
90cef2ed
KS
11562017-05-03 Keith Seitz <keiths@redhat.com>
1157
1158 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
1159 (main): Call it.
1160
14f819c8
TW
11612017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1162
1163 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
1164 to prev and next.
1165
913aeadd
TW
11662017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1167
1168 * gdb.python/py-record-btrace.exp: Remove test for
1169 gdb.BtraceInstruction.error.
1170
a3be24ad
TW
11712017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1172
1173 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
1174
ae20e79a
TW
11752017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1176
1177 * gdb.python/py-record-btrace-threads.c: New file.
1178 * gdb.python/py-record-btrace-threads.exp: New file.
1179
45ce1b47
SDJ
11802017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1181
1182 PR testsuite/8595
1183 * gdb.base/environ.exp: Make test available in all architectures.
1184 Move bits related to "info program" testing to
1185 gdb.base/info-program.exp. Rewrite tests to use the two new
1186 procedures mentione below.
1187 (test_set_show_env_var) New procedure.
1188 (test_set_show_env_var_equal): Likewise.
1189 * gdb.base/info-program.exp: New file.
1190
e15c3eb4
KS
11912017-04-27 Keith Seitz <keiths@redhat.com>
1192
1193 * gdb.cp/oranking.cc (test15): New function.
1194 (main): Call test15 and declare additional variables for testing.
1195 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
1196 "p foo101('abc')" tests.
1197 Add tests for cv qualifier overloads.
1198 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
1199 "lvalue reference overload" test.
1200 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
1201 "print value of f1 on Child&& in f2" test.
1202
3a3fd0fd
PA
12032017-04-19 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
1206 procedure.
1207 (top level): Call it.
1208 * lib/gdb.exp (gdb_define_cmd): New procedure.
1209
53375380
PA
12102017-04-12 Pedro Alves <palves@redhat.com>
1211
1212 PR gdb/21323
1213 * gdb.cp/wide_char_types.c: Include <wchar.h>.
1214 (wchar): New global.
1215 * gdb.cp/wide_char_types.exp (wide_char_types_program)
1216 (do_test_wide_char, wide_char_types_no_program, top level): Add
1217 wchar_t testing.
1218
53e710ac
PA
12192017-04-12 Pedro Alves <palves@redhat.com>
1220
1221 PR c++/21323
1222 * gdb.cp/wide_char_types.c: New file.
1223 * gdb.cp/wide_char_types.exp: New file.
1224
0ad9d8c7
SDJ
12252017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
1226
1227 PR gdb/21352
1228 * gdb.trace/tsv.exp: Add test for "tsave -r".
1229
b1b45502
IB
12302017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
1231
1232 * gdb.dlang/watch-loc.c: New file.
1233 * gdb.dlang/watch-loc.exp: New file.
1234
ec13808e
JK
12352017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1236
1237 * gdb.python/py-section-script.exp (sepdebug): New testcases.
1238
fe5f7374
AK
12392017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1240
1241 * gdb.arch/arc-analyze-prologue.S: New file.
1242 * gdb.arch/arc-analyze-prologue.exp: Likewise.
1243
eea78757
AK
12442017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1245
1246 * gdb.arch/arc-decode-insn.S: New file.
1247 * gdb.arch/arc-decode-insn.exp: Likewise.
1248
5badf10a
IR
12492017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
1250
1251 PR tdep/20928
1252 * gdb.arch/sparc64-regs.exp: New file.
1253 * gdb.arch/sparc64-regs.S: Likewise.
1254
cee59b3f
TW
12552017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1256
1257 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
1258 and memory view on Python 3.
1259
c0f55cc6
AV
12602017-03-20 Artemiy Volkov <artemiyv@acm.org>
1261 Keith Seitz <keiths@redhat.com>
1262
1263 PR gdb/14441
1264 * gdb.cp/demangle.exp: Add rvalue reference tests.
1265 * gdb.cp/rvalue-ref-casts.cc: New file.
1266 * gdb.cp/rvalue-ref-casts.exp: New file.
1267 * gdb.cp/rvalue-ref-overload.cc: New file.
1268 * gdb.cp/rvalue-ref-overload.exp: New file.
1269 * gdb.cp/rvalue-ref-params.cc: New file.
1270 * gdb.cp/rvalue-ref-params.exp: New file.
1271 * gdb.cp/rvalue-ref-sizeof.cc: New file.
1272 * gdb.cp/rvalue-ref-sizeof.exp: New file.
1273 * gdb.cp/rvalue-ref-types.cc: New file.
1274 * gdb.cp/rvalue-ref-types.exp: New file.
1275 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
1276 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
1277
51457a05
MAL
12782017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1279
1280 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
1281 New procedure.
1282
5b291c04
MAL
12832017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1284
1285 * lib/mi-support.exp (mi_gdb_test): Add additional message
1286 for unexpected output.
1287
59a56148
AA
12882017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1289
1290 * gdb.base/examine-backward.c (Barrier): New character array
1291 constant, to ensure that TestStrings is preceded by a string
1292 terminator.
1293
7942e96e
AA
12942017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1295
1296 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
1297 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
1298 and implicit pointer into such a location.
1299
6ebac3fb
DE
13002017-03-16 Doug Evans <dje@google.com>
1301
1302 * gdb.python/py-lazy-string (pointer): Really add new typedef.
1303
ec3b243d
TP
13042017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
1305
1306 * gdb.cp/m-static.exp: Fix expectation for prototype of
1307 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
1308
13092017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
1310
1311 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
1312 * gdb.guile/scm-lazy-string.c: New file.
1313 * gdb.guile/scm-value.exp: Move lazy string tests to ...
1314 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
1315 for pointer, array, typedef lazy strings.
1316
2cc36e25 13172017-03-16 Doug Evans <dje@google.com>
34b43320
DE
1318
1319 PR python/17728, python/18439, python/18779
1320 * gdb.python/py-value.c (main) Delete locals sptr, sn.
1321 * gdb.python/py-lazy-string.c (pointer): New typedef.
1322 (main): New locals ptr, array, typedef_ptr.
1323 * gdb.python/py-value.exp: Move lazy string tests to ...
1324 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
1325 array, typedef lazy strings.
ec3b243d 1326
0efcde63
AK
13272017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
1328
1329 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
1330 Add optional 'test' parameter.
1331
7978d7c3
SM
13322017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1333
1334 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1335 Skip for versions of DejaGnu < 1.5.
1336
896c0c1e
SM
13372017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1338
1339 * lib/gdb.exp (dejagnu_version): New proc.
1340 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
1341 Use dejagnu_version.
1342
5f4d1085
KS
13432017-03-10 Keith Seitz <keiths@redhat.com>
1344
1345 PR c++/8128
1346 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
1347 type from destructor regexps.
1348 Add a branch which actually passes the test.
1349 Adjust "ptype t5i" test names.
1350
1de05205
PA
13512017-03-08 Pedro Alves <palves@redhat.com>
1352
1353 * gdb.base/step-over-exit.exp: Add explicit test message.
1354
c65d6b55
PA
13552017-03-08 Pedro Alves <palves@redhat.com>
1356
1357 PR gdb/18360
1358 * gdb.threads/interrupt-while-step-over.c: New file.
1359 * gdb.threads/interrupt-while-step-over.exp: New file.
1360
2e86a283
PA
13612017-03-08 Pedro Alves <palves@redhat.com>
1362
1363 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
1364 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
1365
25dcbff6
PA
13662017-03-08 Pedro Alves <palves@redhat.com>
1367
1368 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
1369 PKRU as not supported as a PASS.
1370
dc9366eb
PA
13712017-03-08 Pedro Alves <palves@redhat.com>
1372
1373 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
1374 prefix instead of $binfile1/$binfile2.
1375 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
1376 in test message.
1377 * gdb.python/py-completion.exp: Use "load python file" as test
1378 messages instead of unstable path names.
1379
6e5d74e7
PA
13802017-03-08 Pedro Alves <palves@redhat.com>
1381 Jan Kratochvil <jan.kratochvil@redhat.com>
1382
1383 PR cli/21218
1384 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
1385 New proc.
1386 (top level): Call it.
1387
9753a2f6
PA
13882017-03-08 Pedro Alves <palves@redhat.com>
1389
1390 PR tui/21216
1391 * gdb.tui/tui-nl-filtered-output.exp: New file.
1392
1a4dd9dd
PA
13932017-03-08 Pedro Alves <palves@redhat.com>
1394
1395 * gdb.base/completion.exp: Move TUI completion tests to ...
1396 * gdb.tui/completion.exp: ... this new file.
1397
7cbbff33
PA
13982017-03-08 Pedro Alves <palves@redhat.com>
1399
1400 * gdb.base/tui-disasm-long-lines.c,
1401 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
1402 gdb.base/tui-layout.exp: Move to ...
1403 * gdb.tui/: ... this new directory.
1404
5f6fd321
PA
14052017-03-07 Pedro Alves <palves@redhat.com>
1406
1407 * gdb.base/tui-layout.c: New file.
1408 * gdb.base/tui-layout.exp: New file.
1409
44959fa8
PA
14102017-03-07 Pedro Alves <palves@redhat.com>
1411
1412 * gdb.base/tui-layout.c: Rename to ...
1413 * gdb.base/tui-disasm-long-lines.c: ... this.
1414 * gdb.base/tui-layout.exp: Rename to ...
1415 * gdb.base/tui-disasm-long-lines.exp: ... this.
1416
f8c4e718
PA
14172017-03-07 Pedro Alves <palves@redhat.com>
1418
1419 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
1420
6dbb839a 14212017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
1422
1423 * i386-mpx-call.c: New file.
1424 * i386-mpx-call.exp: New file.
1425
65b48a81
PB
14262017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1427
1428 * gdb.arch/powerpc-power.exp: Delete test.
1429 * gdb.arch/powerpc-power.s: Likewise.
1430 * gdb.disasm/disassembler-options.exp: New test.
1431 * gdb.arch/powerpc-altivec.exp: Likewise.
1432 * gdb.arch/powerpc-altivec.s: Likewise.
1433 * gdb.arch/powerpc-altivec2.exp: Likewise.
1434 * gdb.arch/powerpc-altivec2.s: Likewise.
1435 * gdb.arch/powerpc-altivec3.exp: Likewise.
1436 * gdb.arch/powerpc-altivec3.s: Likewise.
1437 * gdb.arch/powerpc-power7.exp: Likewise.
1438 * gdb.arch/powerpc-power7.s: Likewise.
1439 * gdb.arch/powerpc-power8.exp: Likewise.
1440 * gdb.arch/powerpc-power8.s: Likewise.
1441 * gdb.arch/powerpc-power9.exp: Likewise.
1442 * gdb.arch/powerpc-power9.s: Likewise.
1443 * gdb.arch/powerpc-vsx.exp: Likewise.
1444 * gdb.arch/powerpc-vsx.s: Likewise.
1445 * gdb.arch/powerpc-vsx2.exp: Likewise.
1446 * gdb.arch/powerpc-vsx2.s: Likewise.
1447 * gdb.arch/powerpc-vsx3.exp: Likewise.
1448 * gdb.arch/powerpc-vsx3.s: Likewise.
1449 * gdb.arch/arm-disassembler-options.exp: Likewise.
1450 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1451 * gdb.arch/s390-disassembler-options.exp: Likewise.
1452
17cd4947
LM
14532017-02-23 Luis Machado <lgustavo@codesourcery.com>
1454
1455 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
1456 (check_supported_features): ... this. Changed return type to void.
1457 (supports_rdseed): New static global.
1458 (rdseed): Check supports_rdseed.
1459 (initialize): Call check_supported_features.
1460
2039d74e
EBM
14612017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1462
1463 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
1464 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
1465 and lqarx/stqcx.
1466 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
1467 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
1468
a51d7ecf
EBM
14692017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1470
1471 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
1472 uppercase.
1473
0224619f
JK
14742017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1475
1476 * gdb.dwarf2/formdata16.c: New file.
1477 * gdb.dwarf2/formdata16.exp: New file.
1478 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
1479
216f72a1
JK
14802017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1481
1482 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
1483 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
1484 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
1485 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
1486 DW_AT_GNU_*.
1487
43988095
JK
14882017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1489
1490 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
1491
99e8a4f9
SDJ
14922017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
1493
1494 PR gdb/21164
1495 * gdb.base/maint.exp: Add testcases for when the commands do
1496 not have arguments.
1497
b58a8c0c
TP
14982017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1499
1500 * gdb.cp/chained-calls.exp: Use p instead of P.
1501
4e746bb6
TW
15022017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1503
1504 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
1505 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
1506
3f77c769
TT
15072017-02-14 Tom Tromey <tom@tromey.com>
1508
1509 PR python/13598:
1510 * gdb.python/py-events.exp: Add before_prompt event tests.
1511
075beec0
AA
15122017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1513
1514 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
1515
bf5f525c
LM
15162017-02-13 Luis Machado <lgustavo@codesourcery.com>
1517
1518 * gdb.linespec/explicit.c (my_unique_function_name): New function.
1519 (main): Call my_unique_function_name.
1520 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
1521 completion of patterns with a single match.
1522 Add missing -re switches to gdb_test_multiple calls.
1523
13a66184
LM
15242017-02-13 Luis Machado <lgustavo@codesourcery.com>
1525
1526 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
1527 return if core file is not recognized.
1528
26a06916
SM
15292017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1530
1531 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
1532 and extra UIs.
1533
b761ca9e
SM
15342017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1535
1536 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
1537 proc_with_prefix.
1538
b964bee0
TT
15392017-02-10 Tom Tromey <tom@tromey.com>
1540
1541 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
1542
18da0c51
MG
15432017-02-10 Martin Galvan <martingalvan@sourceware.org>
1544
1545 PR gdb/21122
1546 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
1547
604c4576
JG
15482017-02-08 Jerome Guitton <guitton@adacore.com>
1549
1550 * gdb.base/define.exp: Add test for command abbreviations
1551 in define.
1552
20b477a7
LM
15532017-02-06 Luis Machado <lgustavo@codesourcery.com>
1554
1555 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
1556 * gdb.reverse/insn-reverse-x86.c: New file.
1557
3f7b46f2
IR
15582017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1559
1560 PR tdep/20936
1561 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
1562
f0fd41c1
TT
15632017-02-03 Tom Tromey <tom@tromey.com>
1564
1565 PR rust/21097:
1566 * gdb.rust/simple.exp: Add new tests.
1567
5be5dbf0
PA
15682017-02-02 Pedro Alves <palves@redhat.com>
1569
1570 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
1571 tests.
1572
7346ef59
AA
15732017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1574
1575 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
1576 taking a 2-byte value out of a 4-byte DWARF implicit value on
1577 big-endian targets.
1578 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
1579 logic. Add test cases for DW_OP_implicit.
1580
787f0025
MM
15812017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1582
1583 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
1584
68777c29
MM
15852017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1586
1587 * gdb.btrace/enable.exp: Call gdb_exit before
1588 skip_gdbserver_tests.
1589
0a1c7e28
MM
15902017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1591
1592 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
1593 GDBFLAGS.
1594
b5ac99b0
MM
15952017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1596
1597 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
1598 the test is skipped.
1599 * gdb.btrace/data.exp: Likewise.
1600 * gdb.btrace/delta.exp: Likewise.
1601 * gdb.btrace/dlopen.exp: Likewise.
1602 * gdb.btrace/enable-running.exp: Likewise.
1603 * gdb.btrace/enable.exp: Likewise.
1604 * gdb.btrace/exception.exp: Likewise.
1605 * gdb.btrace/function_call_history.exp: Likewise.
1606 * gdb.btrace/gcore.exp: Likewise.
1607 * gdb.btrace/instruction_history.exp: Likewise.
1608 * gdb.btrace/multi-thread-step.exp: Likewise.
1609 * gdb.btrace/nohist.exp: Likewise.
1610 * gdb.btrace/non-stop.exp: Likewise.
1611 * gdb.btrace/reconnect.exp: Likewise.
1612 * gdb.btrace/record_goto-step.exp: Likewise.
1613 * gdb.btrace/record_goto.exp: Likewise.
1614 * gdb.btrace/rn-dl-bind.exp: Likewise.
1615 * gdb.btrace/segv.exp: Likewise.
1616 * gdb.btrace/step.exp: Likewise.
1617 * gdb.btrace/stepi.exp: Likewise.
1618 * gdb.btrace/tailcall-only.exp: Likewise.
1619 * gdb.btrace/tailcall.exp: Likewise.
1620 * gdb.btrace/tsx.exp: Likewise.
1621 * gdb.btrace/unknown_functions.exp: Likewise.
1622 * gdb.btrace/vdso.exp: Likewise.
1623
cd4007e4
MM
16242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1625
1626 * gdb.btrace/enable-running.c: New.
1627 * gdb.btrace/enable-running.exp: New.
1628
2735833d
WT
16292017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1630
1631 * gdb.arch/amd64-gs_base.c: New file.
1632 * gdb.arch/amd64-gs_base.exp: New file.
1633
b51e1e94
LM
16342017-01-26 Luis Machado <lgustavo@codesourcery.com>
1635
1636 * lib/memory.exp: Remove spurious empty newlines.
1637
72ca0410
SM
16382017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1639
1640 * gdb.python/py-bad-printers.exp: Load python file using "source".
1641 * gdb.python/py-events.exp: Likewise.
1642 * gdb.python/py-evsignal.exp: Likewise.
1643 * gdb.python/py-evthreads.exp: Likewise.
1644 * gdb.python/py-frame-args.exp: Likewise.
1645 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1646 * gdb.python/py-framefilter-mi.exp: Likewise.
1647 * gdb.python/py-framefilter.exp: Likewise.
1648 * gdb.python/py-mi.exp: Likewise.
1649 * gdb.python/py-pp-maint.exp: Likewise.
1650 * gdb.python/py-pp-registration.exp: Likewise.
1651 * gdb.python/py-prettyprint.exp: Likewise.
1652 (run_lang_tests): Likewise.
1653 * gdb.python/py-typeprint.exp: Likewise.
1654
e309aa65
LM
16552017-01-26 Luis Machado <lgustavo@codesourcery.com>
1656
1657 * lib/memory.exp: New file.
1658 * lib/gdb.exp: Load memory.exp.
1659 * gdb.base/memattr.exp (delete_memory): Move proc to
1660 lib/memory.exp and rename to delete_memory_regions.
1661 Replace delete_memory with delete_memory_regions.
1662 Cleanup memory regions before tests.
1663 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1664 before tests.
1665
515aff23
LM
16662017-01-26 Luis Machado <lgustavo@codesourcery.com>
1667
1668 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1669 files.
1670 (initialize): New function conditionally defined.
1671 (testcases): Move within conditional block.
1672 (main): Call initialize.
1673 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1674 of gdb.reverse/insn-reverse.c.
1675 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1676 gdb.reverse/insn-reverse.c.
1677
d8b49cf0
YQ
16782017-01-26 Yao Qi <yao.qi@linaro.org>
1679
1680 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1681 disassemble on address 0.
1682
f13a9a0c
YQ
16832017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1684 Yao Qi <yao.qi@linaro.org>
1685
1686 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1687 * gdb.dwarf2/implptr-64bit.S: Remove.
1688 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1689 variables in caller's context. Add DW_OP_implicit_value.
1690
5ac95241
YQ
16912017-01-25 Yao Qi <yao.qi@linaro.org>
1692
1693 * lib/dwarf.exp (Dwarf::_location): Handle
1694 DW_OP_GNU_implicit_pointer with proper size.
1695
23e82930
LM
16962017-01-20 Luis Machado <lgustavo@codesourcery.com>
1697
1698 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1699 and add untested calls.
1700
d334ae25
LM
17012017-01-20 Luis Machado <lgustavo@codesourcery.com>
1702
1703 * gdb.python/python.exp: Check line number against what GDB thinks
1704 the line number is for func1.
1705
f5e6296e
IB
17062017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1707
1708 * gdb.dlang/debug-expr.exp: New file.
1709
5b362f04
LM
17102016-12-23 Luis Machado <lgustavo@codesourcery.com>
1711
1712 Fix test names for the following files:
1713
1714 * gdb.ada/exec_changed.exp
1715 * gdb.ada/info_types.exp
1716 * gdb.arch/aarch64-atomic-inst.exp
1717 * gdb.arch/aarch64-fp.exp
1718 * gdb.arch/altivec-abi.exp
1719 * gdb.arch/altivec-regs.exp
1720 * gdb.arch/amd64-byte.exp
1721 * gdb.arch/amd64-disp-step.exp
1722 * gdb.arch/amd64-dword.exp
1723 * gdb.arch/amd64-entry-value-inline.exp
1724 * gdb.arch/amd64-entry-value-param.exp
1725 * gdb.arch/amd64-entry-value-paramref.exp
1726 * gdb.arch/amd64-entry-value.exp
1727 * gdb.arch/amd64-i386-address.exp
1728 * gdb.arch/amd64-invalid-stack-middle.exp
1729 * gdb.arch/amd64-invalid-stack-top.exp
1730 * gdb.arch/amd64-optimout-repeat.exp
1731 * gdb.arch/amd64-prologue-skip.exp
1732 * gdb.arch/amd64-prologue-xmm.exp
1733 * gdb.arch/amd64-stap-special-operands.exp
1734 * gdb.arch/amd64-stap-wrong-subexp.exp
1735 * gdb.arch/amd64-tailcall-cxx.exp
1736 * gdb.arch/amd64-tailcall-noret.exp
1737 * gdb.arch/amd64-tailcall-ret.exp
1738 * gdb.arch/amd64-tailcall-self.exp
1739 * gdb.arch/amd64-word.exp
1740 * gdb.arch/arm-bl-branch-dest.exp
1741 * gdb.arch/arm-disp-step.exp
1742 * gdb.arch/arm-neon.exp
1743 * gdb.arch/arm-single-step-kernel-helper.exp
1744 * gdb.arch/avr-flash-qualifier.exp
1745 * gdb.arch/disp-step-insn-reloc.exp
1746 * gdb.arch/e500-abi.exp
1747 * gdb.arch/e500-regs.exp
1748 * gdb.arch/ftrace-insn-reloc.exp
1749 * gdb.arch/i386-avx512.exp
1750 * gdb.arch/i386-bp_permanent.exp
1751 * gdb.arch/i386-byte.exp
1752 * gdb.arch/i386-cfi-notcurrent.exp
1753 * gdb.arch/i386-disp-step.exp
1754 * gdb.arch/i386-dr3-watch.exp
1755 * gdb.arch/i386-float.exp
1756 * gdb.arch/i386-gnu-cfi.exp
1757 * gdb.arch/i386-mpx-map.exp
1758 * gdb.arch/i386-mpx-sigsegv.exp
1759 * gdb.arch/i386-mpx-simple_segv.exp
1760 * gdb.arch/i386-mpx.exp
1761 * gdb.arch/i386-permbkpt.exp
1762 * gdb.arch/i386-prologue.exp
1763 * gdb.arch/i386-signal.exp
1764 * gdb.arch/i386-size-overlap.exp
1765 * gdb.arch/i386-unwind.exp
1766 * gdb.arch/i386-word.exp
1767 * gdb.arch/mips-fcr.exp
1768 * gdb.arch/powerpc-d128-regs.exp
1769 * gdb.arch/powerpc-stackless.exp
1770 * gdb.arch/ppc64-atomic-inst.exp
1771 * gdb.arch/s390-stackless.exp
1772 * gdb.arch/s390-tdbregs.exp
1773 * gdb.arch/s390-vregs.exp
1774 * gdb.arch/sparc-sysstep.exp
1775 * gdb.arch/thumb-bx-pc.exp
1776 * gdb.arch/thumb-singlestep.exp
1777 * gdb.arch/thumb2-it.exp
1778 * gdb.arch/vsx-regs.exp
1779 * gdb.asm/asm-source.exp
1780 * gdb.base/a2-run.exp
1781 * gdb.base/advance.exp
1782 * gdb.base/all-bin.exp
1783 * gdb.base/anon.exp
1784 * gdb.base/args.exp
1785 * gdb.base/arithmet.exp
1786 * gdb.base/async-shell.exp
1787 * gdb.base/async.exp
1788 * gdb.base/attach-pie-noexec.exp
1789 * gdb.base/attach-twice.exp
1790 * gdb.base/auto-load.exp
1791 * gdb.base/bang.exp
1792 * gdb.base/bitfields.exp
1793 * gdb.base/break-always.exp
1794 * gdb.base/break-caller-line.exp
1795 * gdb.base/break-entry.exp
1796 * gdb.base/break-inline.exp
1797 * gdb.base/break-on-linker-gcd-function.exp
1798 * gdb.base/break-probes.exp
1799 * gdb.base/break.exp
1800 * gdb.base/breakpoint-shadow.exp
1801 * gdb.base/call-ar-st.exp
1802 * gdb.base/call-sc.exp
1803 * gdb.base/call-signal-resume.exp
1804 * gdb.base/call-strs.exp
1805 * gdb.base/callfuncs.exp
1806 * gdb.base/catch-fork-static.exp
1807 * gdb.base/catch-gdb-caused-signals.exp
1808 * gdb.base/catch-load.exp
1809 * gdb.base/catch-signal-fork.exp
1810 * gdb.base/catch-signal.exp
1811 * gdb.base/catch-syscall.exp
1812 * gdb.base/charset.exp
1813 * gdb.base/checkpoint.exp
1814 * gdb.base/chng-syms.exp
1815 * gdb.base/code-expr.exp
1816 * gdb.base/code_elim.exp
1817 * gdb.base/commands.exp
1818 * gdb.base/completion.exp
1819 * gdb.base/complex.exp
1820 * gdb.base/cond-expr.exp
1821 * gdb.base/condbreak.exp
1822 * gdb.base/consecutive.exp
1823 * gdb.base/continue-all-already-running.exp
1824 * gdb.base/coredump-filter.exp
1825 * gdb.base/corefile.exp
1826 * gdb.base/dbx.exp
1827 * gdb.base/debug-expr.exp
1828 * gdb.base/define.exp
1829 * gdb.base/del.exp
1830 * gdb.base/disabled-location.exp
1831 * gdb.base/disasm-end-cu.exp
1832 * gdb.base/disasm-optim.exp
1833 * gdb.base/display.exp
1834 * gdb.base/duplicate-bp.exp
1835 * gdb.base/ena-dis-br.exp
1836 * gdb.base/ending-run.exp
1837 * gdb.base/enumval.exp
1838 * gdb.base/environ.exp
1839 * gdb.base/eu-strip-infcall.exp
1840 * gdb.base/eval-avoid-side-effects.exp
1841 * gdb.base/eval-skip.exp
1842 * gdb.base/exitsignal.exp
1843 * gdb.base/expand-psymtabs.exp
1844 * gdb.base/filesym.exp
1845 * gdb.base/find-unmapped.exp
1846 * gdb.base/finish.exp
1847 * gdb.base/float.exp
1848 * gdb.base/foll-exec-mode.exp
1849 * gdb.base/foll-exec.exp
1850 * gdb.base/foll-fork.exp
1851 * gdb.base/fortran-sym-case.exp
1852 * gdb.base/freebpcmd.exp
1853 * gdb.base/func-ptr.exp
1854 * gdb.base/func-ptrs.exp
1855 * gdb.base/funcargs.exp
1856 * gdb.base/gcore-buffer-overflow.exp
1857 * gdb.base/gcore-relro-pie.exp
1858 * gdb.base/gcore-relro.exp
1859 * gdb.base/gcore.exp
1860 * gdb.base/gdb1090.exp
1861 * gdb.base/gdb11530.exp
1862 * gdb.base/gdb11531.exp
1863 * gdb.base/gdb1821.exp
1864 * gdb.base/gdbindex-stabs.exp
1865 * gdb.base/gdbvars.exp
1866 * gdb.base/hbreak.exp
1867 * gdb.base/hbreak2.exp
1868 * gdb.base/included.exp
1869 * gdb.base/infcall-input.exp
1870 * gdb.base/inferior-died.exp
1871 * gdb.base/infnan.exp
1872 * gdb.base/info-macros.exp
1873 * gdb.base/info-os.exp
1874 * gdb.base/info-proc.exp
1875 * gdb.base/info-shared.exp
1876 * gdb.base/info-target.exp
1877 * gdb.base/infoline.exp
1878 * gdb.base/interp.exp
1879 * gdb.base/interrupt.exp
1880 * gdb.base/jit-reader.exp
1881 * gdb.base/jit-simple.exp
1882 * gdb.base/kill-after-signal.exp
1883 * gdb.base/kill-detach-inferiors-cmd.exp
1884 * gdb.base/label.exp
1885 * gdb.base/langs.exp
1886 * gdb.base/ldbl_e308.exp
1887 * gdb.base/line-symtabs.exp
1888 * gdb.base/linespecs.exp
1889 * gdb.base/list.exp
1890 * gdb.base/long_long.exp
1891 * gdb.base/longest-types.exp
1892 * gdb.base/maint.exp
1893 * gdb.base/max-value-size.exp
1894 * gdb.base/memattr.exp
1895 * gdb.base/mips_pro.exp
1896 * gdb.base/morestack.exp
1897 * gdb.base/moribund-step.exp
1898 * gdb.base/multi-forks.exp
1899 * gdb.base/nested-addr.exp
1900 * gdb.base/nextoverexit.exp
1901 * gdb.base/noreturn-finish.exp
1902 * gdb.base/noreturn-return.exp
1903 * gdb.base/nostdlib.exp
1904 * gdb.base/offsets.exp
1905 * gdb.base/opaque.exp
1906 * gdb.base/pc-fp.exp
1907 * gdb.base/permissions.exp
1908 * gdb.base/print-symbol-loading.exp
1909 * gdb.base/prologue-include.exp
1910 * gdb.base/psymtab.exp
1911 * gdb.base/ptype.exp
1912 * gdb.base/random-signal.exp
1913 * gdb.base/randomize.exp
1914 * gdb.base/range-stepping.exp
1915 * gdb.base/readline-ask.exp
1916 * gdb.base/recpar.exp
1917 * gdb.base/recurse.exp
1918 * gdb.base/relational.exp
1919 * gdb.base/restore.exp
1920 * gdb.base/return-nodebug.exp
1921 * gdb.base/return.exp
1922 * gdb.base/run-after-attach.exp
1923 * gdb.base/save-bp.exp
1924 * gdb.base/scope.exp
1925 * gdb.base/sect-cmd.exp
1926 * gdb.base/set-lang-auto.exp
1927 * gdb.base/set-noassign.exp
1928 * gdb.base/setvar.exp
1929 * gdb.base/sigall.exp
1930 * gdb.base/sigbpt.exp
1931 * gdb.base/siginfo-addr.exp
1932 * gdb.base/siginfo-infcall.exp
1933 * gdb.base/siginfo-obj.exp
1934 * gdb.base/siginfo.exp
1935 * gdb.base/signals-state-child.exp
1936 * gdb.base/signest.exp
1937 * gdb.base/sigstep.exp
1938 * gdb.base/sizeof.exp
1939 * gdb.base/skip.exp
1940 * gdb.base/solib-corrupted.exp
1941 * gdb.base/solib-nodir.exp
1942 * gdb.base/solib-search.exp
1943 * gdb.base/stack-checking.exp
1944 * gdb.base/stale-infcall.exp
1945 * gdb.base/stap-probe.exp
1946 * gdb.base/start.exp
1947 * gdb.base/step-break.exp
1948 * gdb.base/step-bt.exp
1949 * gdb.base/step-line.exp
1950 * gdb.base/step-over-exit.exp
1951 * gdb.base/step-over-syscall.exp
1952 * gdb.base/step-resume-infcall.exp
1953 * gdb.base/step-test.exp
1954 * gdb.base/store.exp
1955 * gdb.base/structs3.exp
1956 * gdb.base/sym-file.exp
1957 * gdb.base/symbol-without-target_section.exp
1958 * gdb.base/term.exp
1959 * gdb.base/testenv.exp
1960 * gdb.base/ui-redirect.exp
1961 * gdb.base/until.exp
1962 * gdb.base/unwindonsignal.exp
1963 * gdb.base/value-double-free.exp
1964 * gdb.base/vla-datatypes.exp
1965 * gdb.base/vla-ptr.exp
1966 * gdb.base/vla-sideeffect.exp
1967 * gdb.base/volatile.exp
1968 * gdb.base/watch-cond-infcall.exp
1969 * gdb.base/watch-cond.exp
1970 * gdb.base/watch-non-mem.exp
1971 * gdb.base/watch-read.exp
1972 * gdb.base/watch-vfork.exp
1973 * gdb.base/watchpoint-cond-gone.exp
1974 * gdb.base/watchpoint-delete.exp
1975 * gdb.base/watchpoint-hw-hit-once.exp
1976 * gdb.base/watchpoint-hw.exp
1977 * gdb.base/watchpoint-stops-at-right-insn.exp
1978 * gdb.base/watchpoints.exp
1979 * gdb.base/wchar.exp
1980 * gdb.base/whatis-exp.exp
1981 * gdb.btrace/buffer-size.exp
1982 * gdb.btrace/data.exp
1983 * gdb.btrace/delta.exp
1984 * gdb.btrace/dlopen.exp
1985 * gdb.btrace/enable.exp
1986 * gdb.btrace/exception.exp
1987 * gdb.btrace/function_call_history.exp
1988 * gdb.btrace/gcore.exp
1989 * gdb.btrace/instruction_history.exp
1990 * gdb.btrace/nohist.exp
1991 * gdb.btrace/reconnect.exp
1992 * gdb.btrace/record_goto-step.exp
1993 * gdb.btrace/record_goto.exp
1994 * gdb.btrace/rn-dl-bind.exp
1995 * gdb.btrace/segv.exp
1996 * gdb.btrace/step.exp
1997 * gdb.btrace/stepi.exp
1998 * gdb.btrace/tailcall-only.exp
1999 * gdb.btrace/tailcall.exp
2000 * gdb.btrace/tsx.exp
2001 * gdb.btrace/unknown_functions.exp
2002 * gdb.btrace/vdso.exp
2003 * gdb.compile/compile-ifunc.exp
2004 * gdb.compile/compile-ops.exp
2005 * gdb.compile/compile-print.exp
2006 * gdb.compile/compile-setjmp.exp
2007 * gdb.cp/abstract-origin.exp
2008 * gdb.cp/ambiguous.exp
2009 * gdb.cp/annota2.exp
2010 * gdb.cp/annota3.exp
2011 * gdb.cp/anon-ns.exp
2012 * gdb.cp/anon-struct.exp
2013 * gdb.cp/anon-union.exp
2014 * gdb.cp/arg-reference.exp
2015 * gdb.cp/baseenum.exp
2016 * gdb.cp/bool.exp
2017 * gdb.cp/breakpoint.exp
2018 * gdb.cp/bs15503.exp
2019 * gdb.cp/call-c.exp
2020 * gdb.cp/casts.exp
2021 * gdb.cp/chained-calls.exp
2022 * gdb.cp/class2.exp
2023 * gdb.cp/classes.exp
2024 * gdb.cp/cmpd-minsyms.exp
2025 * gdb.cp/converts.exp
2026 * gdb.cp/cp-relocate.exp
2027 * gdb.cp/cpcompletion.exp
2028 * gdb.cp/cpexprs.exp
2029 * gdb.cp/cplabel.exp
2030 * gdb.cp/cplusfuncs.exp
2031 * gdb.cp/cpsizeof.exp
2032 * gdb.cp/ctti.exp
2033 * gdb.cp/derivation.exp
2034 * gdb.cp/destrprint.exp
2035 * gdb.cp/dispcxx.exp
2036 * gdb.cp/enum-class.exp
2037 * gdb.cp/exception.exp
2038 * gdb.cp/exceptprint.exp
2039 * gdb.cp/expand-psymtabs-cxx.exp
2040 * gdb.cp/expand-sals.exp
2041 * gdb.cp/extern-c.exp
2042 * gdb.cp/filename.exp
2043 * gdb.cp/formatted-ref.exp
2044 * gdb.cp/fpointer.exp
2045 * gdb.cp/gdb1355.exp
2046 * gdb.cp/gdb2495.exp
2047 * gdb.cp/hang.exp
2048 * gdb.cp/impl-this.exp
2049 * gdb.cp/infcall-dlopen.exp
2050 * gdb.cp/inherit.exp
2051 * gdb.cp/iostream.exp
2052 * gdb.cp/koenig.exp
2053 * gdb.cp/local.exp
2054 * gdb.cp/m-data.exp
2055 * gdb.cp/m-static.exp
2056 * gdb.cp/mb-ctor.exp
2057 * gdb.cp/mb-inline.exp
2058 * gdb.cp/mb-templates.exp
2059 * gdb.cp/member-name.exp
2060 * gdb.cp/member-ptr.exp
2061 * gdb.cp/meth-typedefs.exp
2062 * gdb.cp/method.exp
2063 * gdb.cp/method2.exp
2064 * gdb.cp/minsym-fallback.exp
2065 * gdb.cp/misc.exp
2066 * gdb.cp/namelessclass.exp
2067 * gdb.cp/namespace-enum.exp
2068 * gdb.cp/namespace-nested-import.exp
2069 * gdb.cp/namespace.exp
2070 * gdb.cp/nextoverthrow.exp
2071 * gdb.cp/no-dmgl-verbose.exp
2072 * gdb.cp/non-trivial-retval.exp
2073 * gdb.cp/noparam.exp
2074 * gdb.cp/nsdecl.exp
2075 * gdb.cp/nsimport.exp
2076 * gdb.cp/nsnested.exp
2077 * gdb.cp/nsnoimports.exp
2078 * gdb.cp/nsrecurs.exp
2079 * gdb.cp/nsstress.exp
2080 * gdb.cp/nsusing.exp
2081 * gdb.cp/operator.exp
2082 * gdb.cp/oranking.exp
2083 * gdb.cp/overload-const.exp
2084 * gdb.cp/overload.exp
2085 * gdb.cp/ovldbreak.exp
2086 * gdb.cp/ovsrch.exp
2087 * gdb.cp/paren-type.exp
2088 * gdb.cp/parse-lang.exp
2089 * gdb.cp/pass-by-ref.exp
2090 * gdb.cp/pr-1023.exp
2091 * gdb.cp/pr-1210.exp
2092 * gdb.cp/pr-574.exp
2093 * gdb.cp/pr10687.exp
2094 * gdb.cp/pr12028.exp
2095 * gdb.cp/pr17132.exp
2096 * gdb.cp/pr17494.exp
2097 * gdb.cp/pr9067.exp
2098 * gdb.cp/pr9167.exp
2099 * gdb.cp/pr9631.exp
2100 * gdb.cp/printmethod.exp
2101 * gdb.cp/psmang.exp
2102 * gdb.cp/psymtab-parameter.exp
2103 * gdb.cp/ptype-cv-cp.exp
2104 * gdb.cp/ptype-flags.exp
2105 * gdb.cp/re-set-overloaded.exp
2106 * gdb.cp/ref-types.exp
2107 * gdb.cp/rtti.exp
2108 * gdb.cp/scope-err.exp
2109 * gdb.cp/shadow.exp
2110 * gdb.cp/smartp.exp
2111 * gdb.cp/static-method.exp
2112 * gdb.cp/static-print-quit.exp
2113 * gdb.cp/temargs.exp
2114 * gdb.cp/templates.exp
2115 * gdb.cp/try_catch.exp
2116 * gdb.cp/typedef-operator.exp
2117 * gdb.cp/typeid.exp
2118 * gdb.cp/userdef.exp
2119 * gdb.cp/using-crash.exp
2120 * gdb.cp/var-tag.exp
2121 * gdb.cp/virtbase.exp
2122 * gdb.cp/virtfunc.exp
2123 * gdb.cp/virtfunc2.exp
2124 * gdb.cp/vla-cxx.exp
2125 * gdb.disasm/t01_mov.exp
2126 * gdb.disasm/t02_mova.exp
2127 * gdb.disasm/t03_add.exp
2128 * gdb.disasm/t04_sub.exp
2129 * gdb.disasm/t05_cmp.exp
2130 * gdb.disasm/t06_ari2.exp
2131 * gdb.disasm/t07_ari3.exp
2132 * gdb.disasm/t08_or.exp
2133 * gdb.disasm/t09_xor.exp
2134 * gdb.disasm/t10_and.exp
2135 * gdb.disasm/t11_logs.exp
2136 * gdb.disasm/t12_bit.exp
2137 * gdb.disasm/t13_otr.exp
2138 * gdb.dlang/circular.exp
2139 * gdb.dwarf2/arr-stride.exp
2140 * gdb.dwarf2/arr-subrange.exp
2141 * gdb.dwarf2/atomic-type.exp
2142 * gdb.dwarf2/bad-regnum.exp
2143 * gdb.dwarf2/bitfield-parent-optimized-out.exp
2144 * gdb.dwarf2/callframecfa.exp
2145 * gdb.dwarf2/clztest.exp
2146 * gdb.dwarf2/corrupt.exp
2147 * gdb.dwarf2/data-loc.exp
2148 * gdb.dwarf2/dup-psym.exp
2149 * gdb.dwarf2/dw2-anon-mptr.exp
2150 * gdb.dwarf2/dw2-anonymous-func.exp
2151 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
2152 * gdb.dwarf2/dw2-bad-unresolved.exp
2153 * gdb.dwarf2/dw2-basic.exp
2154 * gdb.dwarf2/dw2-canonicalize-type.exp
2155 * gdb.dwarf2/dw2-case-insensitive.exp
2156 * gdb.dwarf2/dw2-common-block.exp
2157 * gdb.dwarf2/dw2-compdir-oldgcc.exp
2158 * gdb.dwarf2/dw2-compressed.exp
2159 * gdb.dwarf2/dw2-const.exp
2160 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
2161 * gdb.dwarf2/dw2-cu-size.exp
2162 * gdb.dwarf2/dw2-dup-frame.exp
2163 * gdb.dwarf2/dw2-entry-value.exp
2164 * gdb.dwarf2/dw2-icycle.exp
2165 * gdb.dwarf2/dw2-ifort-parameter.exp
2166 * gdb.dwarf2/dw2-inline-break.exp
2167 * gdb.dwarf2/dw2-inline-param.exp
2168 * gdb.dwarf2/dw2-intercu.exp
2169 * gdb.dwarf2/dw2-intermix.exp
2170 * gdb.dwarf2/dw2-lexical-block-bare.exp
2171 * gdb.dwarf2/dw2-linkage-name-trust.exp
2172 * gdb.dwarf2/dw2-minsym-in-cu.exp
2173 * gdb.dwarf2/dw2-noloc.exp
2174 * gdb.dwarf2/dw2-op-call.exp
2175 * gdb.dwarf2/dw2-op-out-param.exp
2176 * gdb.dwarf2/dw2-opt-structptr.exp
2177 * gdb.dwarf2/dw2-param-error.exp
2178 * gdb.dwarf2/dw2-producer.exp
2179 * gdb.dwarf2/dw2-ranges-base.exp
2180 * gdb.dwarf2/dw2-ref-missing-frame.exp
2181 * gdb.dwarf2/dw2-reg-undefined.exp
2182 * gdb.dwarf2/dw2-regno-invalid.exp
2183 * gdb.dwarf2/dw2-restore.exp
2184 * gdb.dwarf2/dw2-restrict.exp
2185 * gdb.dwarf2/dw2-single-line-discriminators.exp
2186 * gdb.dwarf2/dw2-strp.exp
2187 * gdb.dwarf2/dw2-undefined-ret-addr.exp
2188 * gdb.dwarf2/dw2-unresolved.exp
2189 * gdb.dwarf2/dw2-var-zero-addr.exp
2190 * gdb.dwarf2/dw4-sig-types.exp
2191 * gdb.dwarf2/dwz.exp
2192 * gdb.dwarf2/dynarr-ptr.exp
2193 * gdb.dwarf2/enum-type.exp
2194 * gdb.dwarf2/gdb-index.exp
2195 * gdb.dwarf2/implptr-64bit.exp
2196 * gdb.dwarf2/implptr-optimized-out.exp
2197 * gdb.dwarf2/implptr.exp
2198 * gdb.dwarf2/implref-array.exp
2199 * gdb.dwarf2/implref-const.exp
2200 * gdb.dwarf2/implref-global.exp
2201 * gdb.dwarf2/implref-struct.exp
2202 * gdb.dwarf2/mac-fileno.exp
2203 * gdb.dwarf2/main-subprogram.exp
2204 * gdb.dwarf2/member-ptr-forwardref.exp
2205 * gdb.dwarf2/method-ptr.exp
2206 * gdb.dwarf2/missing-sig-type.exp
2207 * gdb.dwarf2/nonvar-access.exp
2208 * gdb.dwarf2/opaque-type-lookup.exp
2209 * gdb.dwarf2/pieces-optimized-out.exp
2210 * gdb.dwarf2/pieces.exp
2211 * gdb.dwarf2/pr10770.exp
2212 * gdb.dwarf2/pr13961.exp
2213 * gdb.dwarf2/staticvirtual.exp
2214 * gdb.dwarf2/subrange.exp
2215 * gdb.dwarf2/symtab-producer.exp
2216 * gdb.dwarf2/trace-crash.exp
2217 * gdb.dwarf2/typeddwarf.exp
2218 * gdb.dwarf2/valop.exp
2219 * gdb.dwarf2/watch-notconst.exp
2220 * gdb.fortran/array-element.exp
2221 * gdb.fortran/charset.exp
2222 * gdb.fortran/common-block.exp
2223 * gdb.fortran/complex.exp
2224 * gdb.fortran/derived-type-function.exp
2225 * gdb.fortran/derived-type.exp
2226 * gdb.fortran/logical.exp
2227 * gdb.fortran/module.exp
2228 * gdb.fortran/multi-dim.exp
2229 * gdb.fortran/nested-funcs.exp
2230 * gdb.fortran/print-formatted.exp
2231 * gdb.fortran/subarray.exp
2232 * gdb.fortran/vla-alloc-assoc.exp
2233 * gdb.fortran/vla-datatypes.exp
2234 * gdb.fortran/vla-history.exp
2235 * gdb.fortran/vla-ptr-info.exp
2236 * gdb.fortran/vla-ptype-sub.exp
2237 * gdb.fortran/vla-ptype.exp
2238 * gdb.fortran/vla-sizeof.exp
2239 * gdb.fortran/vla-type.exp
2240 * gdb.fortran/vla-value-sub-arbitrary.exp
2241 * gdb.fortran/vla-value-sub-finish.exp
2242 * gdb.fortran/vla-value-sub.exp
2243 * gdb.fortran/vla-value.exp
2244 * gdb.fortran/whatis_type.exp
2245 * gdb.go/chan.exp
2246 * gdb.go/handcall.exp
2247 * gdb.go/hello.exp
2248 * gdb.go/integers.exp
2249 * gdb.go/methods.exp
2250 * gdb.go/package.exp
2251 * gdb.go/strings.exp
2252 * gdb.go/types.exp
2253 * gdb.go/unsafe.exp
2254 * gdb.guile/scm-arch.exp
2255 * gdb.guile/scm-block.exp
2256 * gdb.guile/scm-breakpoint.exp
2257 * gdb.guile/scm-cmd.exp
2258 * gdb.guile/scm-disasm.exp
2259 * gdb.guile/scm-equal.exp
2260 * gdb.guile/scm-frame-args.exp
2261 * gdb.guile/scm-frame-inline.exp
2262 * gdb.guile/scm-frame.exp
2263 * gdb.guile/scm-iterator.exp
2264 * gdb.guile/scm-math.exp
2265 * gdb.guile/scm-objfile.exp
2266 * gdb.guile/scm-ports.exp
2267 * gdb.guile/scm-symbol.exp
2268 * gdb.guile/scm-symtab.exp
2269 * gdb.guile/scm-value-cc.exp
2270 * gdb.guile/types-module.exp
2271 * gdb.linespec/break-ask.exp
2272 * gdb.linespec/cpexplicit.exp
2273 * gdb.linespec/explicit.exp
2274 * gdb.linespec/keywords.exp
2275 * gdb.linespec/linespec.exp
2276 * gdb.linespec/ls-dollar.exp
2277 * gdb.linespec/ls-errs.exp
2278 * gdb.linespec/skip-two.exp
2279 * gdb.linespec/thread.exp
2280 * gdb.mi/mi-async.exp
2281 * gdb.mi/mi-basics.exp
2282 * gdb.mi/mi-break.exp
2283 * gdb.mi/mi-catch-load.exp
2284 * gdb.mi/mi-cli.exp
2285 * gdb.mi/mi-cmd-param-changed.exp
2286 * gdb.mi/mi-console.exp
2287 * gdb.mi/mi-detach.exp
2288 * gdb.mi/mi-disassemble.exp
2289 * gdb.mi/mi-eval.exp
2290 * gdb.mi/mi-file-transfer.exp
2291 * gdb.mi/mi-file.exp
2292 * gdb.mi/mi-fill-memory.exp
2293 * gdb.mi/mi-inheritance-syntax-error.exp
2294 * gdb.mi/mi-linespec-err-cp.exp
2295 * gdb.mi/mi-logging.exp
2296 * gdb.mi/mi-memory-changed.exp
2297 * gdb.mi/mi-read-memory.exp
2298 * gdb.mi/mi-record-changed.exp
2299 * gdb.mi/mi-reg-undefined.exp
2300 * gdb.mi/mi-regs.exp
2301 * gdb.mi/mi-return.exp
2302 * gdb.mi/mi-reverse.exp
2303 * gdb.mi/mi-simplerun.exp
2304 * gdb.mi/mi-solib.exp
2305 * gdb.mi/mi-stack.exp
2306 * gdb.mi/mi-stepi.exp
2307 * gdb.mi/mi-syn-frame.exp
2308 * gdb.mi/mi-until.exp
2309 * gdb.mi/mi-var-block.exp
2310 * gdb.mi/mi-var-child.exp
2311 * gdb.mi/mi-var-cmd.exp
2312 * gdb.mi/mi-var-cp.exp
2313 * gdb.mi/mi-var-display.exp
2314 * gdb.mi/mi-var-invalidate.exp
2315 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
2316 * gdb.mi/mi-vla-fortran.exp
2317 * gdb.mi/mi-watch.exp
2318 * gdb.mi/mi2-var-child.exp
2319 * gdb.mi/user-selected-context-sync.exp
2320 * gdb.modula2/unbounded-array.exp
2321 * gdb.multi/dummy-frame-restore.exp
2322 * gdb.multi/multi-arch-exec.exp
2323 * gdb.multi/multi-arch.exp
2324 * gdb.multi/tids.exp
2325 * gdb.multi/watchpoint-multi.exp
2326 * gdb.opencl/callfuncs.exp
2327 * gdb.opencl/convs_casts.exp
2328 * gdb.opencl/datatypes.exp
2329 * gdb.opencl/operators.exp
2330 * gdb.opencl/vec_comps.exp
2331 * gdb.opt/clobbered-registers-O2.exp
2332 * gdb.opt/inline-break.exp
2333 * gdb.opt/inline-bt.exp
2334 * gdb.opt/inline-cmds.exp
2335 * gdb.opt/inline-locals.exp
2336 * gdb.pascal/case-insensitive-symbols.exp
2337 * gdb.pascal/floats.exp
2338 * gdb.pascal/gdb11492.exp
2339 * gdb.python/lib-types.exp
2340 * gdb.python/py-arch.exp
2341 * gdb.python/py-as-string.exp
2342 * gdb.python/py-bad-printers.exp
2343 * gdb.python/py-block.exp
2344 * gdb.python/py-breakpoint-create-fail.exp
2345 * gdb.python/py-breakpoint.exp
2346 * gdb.python/py-caller-is.exp
2347 * gdb.python/py-cmd.exp
2348 * gdb.python/py-explore-cc.exp
2349 * gdb.python/py-explore.exp
2350 * gdb.python/py-finish-breakpoint.exp
2351 * gdb.python/py-finish-breakpoint2.exp
2352 * gdb.python/py-frame-args.exp
2353 * gdb.python/py-frame-inline.exp
2354 * gdb.python/py-frame.exp
2355 * gdb.python/py-framefilter-mi.exp
2356 * gdb.python/py-infthread.exp
2357 * gdb.python/py-lazy-string.exp
2358 * gdb.python/py-linetable.exp
2359 * gdb.python/py-mi-events.exp
2360 * gdb.python/py-mi-objfile.exp
2361 * gdb.python/py-mi.exp
2362 * gdb.python/py-objfile.exp
2363 * gdb.python/py-pp-integral.exp
2364 * gdb.python/py-pp-maint.exp
2365 * gdb.python/py-pp-re-notag.exp
2366 * gdb.python/py-pp-registration.exp
2367 * gdb.python/py-recurse-unwind.exp
2368 * gdb.python/py-strfns.exp
2369 * gdb.python/py-symbol.exp
2370 * gdb.python/py-symtab.exp
2371 * gdb.python/py-sync-interp.exp
2372 * gdb.python/py-typeprint.exp
2373 * gdb.python/py-unwind-maint.exp
2374 * gdb.python/py-unwind.exp
2375 * gdb.python/py-value-cc.exp
2376 * gdb.python/py-xmethods.exp
2377 * gdb.reverse/amd64-tailcall-reverse.exp
2378 * gdb.reverse/break-precsave.exp
2379 * gdb.reverse/break-reverse.exp
2380 * gdb.reverse/consecutive-precsave.exp
2381 * gdb.reverse/consecutive-reverse.exp
2382 * gdb.reverse/finish-precsave.exp
2383 * gdb.reverse/finish-reverse-bkpt.exp
2384 * gdb.reverse/finish-reverse.exp
2385 * gdb.reverse/fstatat-reverse.exp
2386 * gdb.reverse/getresuid-reverse.exp
2387 * gdb.reverse/i386-precsave.exp
2388 * gdb.reverse/i386-reverse.exp
2389 * gdb.reverse/i386-sse-reverse.exp
2390 * gdb.reverse/i387-env-reverse.exp
2391 * gdb.reverse/i387-stack-reverse.exp
2392 * gdb.reverse/insn-reverse.exp
2393 * gdb.reverse/machinestate-precsave.exp
2394 * gdb.reverse/machinestate.exp
2395 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2396 * gdb.reverse/pipe-reverse.exp
2397 * gdb.reverse/readv-reverse.exp
2398 * gdb.reverse/recvmsg-reverse.exp
2399 * gdb.reverse/rerun-prec.exp
2400 * gdb.reverse/s390-mvcle.exp
2401 * gdb.reverse/step-precsave.exp
2402 * gdb.reverse/step-reverse.exp
2403 * gdb.reverse/time-reverse.exp
2404 * gdb.reverse/until-precsave.exp
2405 * gdb.reverse/until-reverse.exp
2406 * gdb.reverse/waitpid-reverse.exp
2407 * gdb.reverse/watch-precsave.exp
2408 * gdb.reverse/watch-reverse.exp
2409 * gdb.rust/generics.exp
2410 * gdb.rust/methods.exp
2411 * gdb.rust/modules.exp
2412 * gdb.rust/simple.exp
2413 * gdb.server/connect-with-no-symbol-file.exp
2414 * gdb.server/ext-attach.exp
2415 * gdb.server/ext-restart.exp
2416 * gdb.server/ext-wrapper.exp
2417 * gdb.server/file-transfer.exp
2418 * gdb.server/server-exec-info.exp
2419 * gdb.server/server-kill.exp
2420 * gdb.server/server-mon.exp
2421 * gdb.server/wrapper.exp
2422 * gdb.stabs/exclfwd.exp
2423 * gdb.stabs/gdb11479.exp
2424 * gdb.threads/clone-new-thread-event.exp
2425 * gdb.threads/corethreads.exp
2426 * gdb.threads/current-lwp-dead.exp
2427 * gdb.threads/dlopen-libpthread.exp
2428 * gdb.threads/gcore-thread.exp
2429 * gdb.threads/sigstep-threads.exp
2430 * gdb.threads/watchpoint-fork.exp
2431 * gdb.trace/actions-changed.exp
2432 * gdb.trace/backtrace.exp
2433 * gdb.trace/change-loc.exp
2434 * gdb.trace/circ.exp
2435 * gdb.trace/collection.exp
2436 * gdb.trace/disconnected-tracing.exp
2437 * gdb.trace/ftrace.exp
2438 * gdb.trace/mi-trace-frame-collected.exp
2439 * gdb.trace/mi-trace-unavailable.exp
2440 * gdb.trace/mi-traceframe-changed.exp
2441 * gdb.trace/mi-tsv-changed.exp
2442 * gdb.trace/no-attach-trace.exp
2443 * gdb.trace/passc-dyn.exp
2444 * gdb.trace/qtro.exp
2445 * gdb.trace/range-stepping.exp
2446 * gdb.trace/read-memory.exp
2447 * gdb.trace/save-trace.exp
2448 * gdb.trace/signal.exp
2449 * gdb.trace/status-stop.exp
2450 * gdb.trace/tfile.exp
2451 * gdb.trace/trace-break.exp
2452 * gdb.trace/trace-buffer-size.exp
2453 * gdb.trace/trace-condition.exp
2454 * gdb.trace/tracefile-pseudo-reg.exp
2455 * gdb.trace/tstatus.exp
2456 * gdb.trace/unavailable.exp
2457 * gdb.trace/while-dyn.exp
2458 * gdb.trace/while-stepping.exp
2459
34c41c68
DE
24602016-12-22 Doug Evans <xdje42@gmail.com>
2461
2462 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
2463 and msymbols.
2464
16e69324
YQ
24652016-12-19 Yao Qi <yao.qi@linaro.org>
2466
2467 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
2468 (test_with_self): Don't call do_steps_and_nexts, and remove
2469 code about stepping into xmalloc.
2470
f94f411b
YQ
24712016-12-09 Yao Qi <yao.qi@linaro.org>
2472
2473 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
2474
24752016-12-09 Yao Qi <yao.qi@linaro.org>
2476
2477 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
2478
f1b5deee
PA
24792016-12-09 Pedro Alves <palves@redhat.com>
2480
2481 * gdb.base/all-architectures-0.exp: New file.
2482 * gdb.base/all-architectures-1.exp: New file.
2483 * gdb.base/all-architectures-2.exp: New file.
2484 * gdb.base/all-architectures-3.exp: New file.
2485 * gdb.base/all-architectures-4.exp: New file.
2486 * gdb.base/all-architectures-5.exp: New file.
2487 * gdb.base/all-architectures-6.exp: New file.
2488 * gdb.base/all-architectures-7.exp: New file.
2489 * gdb.base/all-architectures.exp.in: New file.
2490
364ca42e
YQ
24912016-12-09 Yao Qi <yao.qi@linaro.org>
2492
2493 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
2494
107c2d62
LM
24952016-12-02 Luis Machado <lgustavo@codesourcery.com>
2496
2497 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
2498 possible.
2499 Remove useless pattern-matching code.
2500
df3ee9ca
PA
25012016-12-02 Pedro Alves <palves@redhat.com>
2502
2503 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
2504 procedure.
2505 (top level): Call it.
2506
ec835369
PA
25072016-12-02 Pedro Alves <palves@redhat.com>
2508
2509 * gdb.base/commands.exp (user_defined_command_args_stack_test):
2510 New procedure.
2511 (top level): Call it.
2512
01770bbd
PA
25132016-12-02 Pedro Alves <palves@redhat.com>
2514
2515 PR cli/20559
2516 * gdb.base/commands.exp (user_defined_command_args_eval): New
2517 procedure.
2518 (top level): Call it.
2519
008459ea
LM
25202016-12-02 Luis Machado <lgustavo@codesourcery.com>
2521
2522 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
2523 timeout handling.
2524
0c1b455e
TT
25252016-12-02 Tom Tromey <tom@tromey.com>
2526
2527 * gdb.dwarf2/main-subprogram.c: New file.
2528 * gdb.dwarf2/main-subprogram.exp: New file.
2529
018572b8
LM
25302016-12-01 Luis Machado <lgustavo@codesourcery.com>
2531
2532 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
2533 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
2534 gdb_test_no_output for a couple of cases.
2535 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
2536
84c93cd5
LM
25372016-12-01 Luis Machado <lgustavo@codesourcery.com>
2538
2539 Fix test names and standardize compilation error messages throughout
2540 the following files:
2541
2542 * gdb.ada/start.exp
2543 * gdb.arch/alpha-step.exp
2544 * gdb.arch/e500-prologue.exp
2545 * gdb.arch/ftrace-insn-reloc.exp
2546 * gdb.arch/gdb1291.exp
2547 * gdb.arch/gdb1431.exp
2548 * gdb.arch/gdb1558.exp
2549 * gdb.arch/i386-dr3-watch.exp
2550 * gdb.arch/i386-sse-stack-align.exp
2551 * gdb.arch/ia64-breakpoint-shadow.exp
2552 * gdb.arch/pa-nullify.exp
2553 * gdb.arch/powerpc-aix-prologue.exp
2554 * gdb.arch/thumb-bx-pc.exp
2555 * gdb.base/annota1.exp
2556 * gdb.base/annota3.exp
2557 * gdb.base/arrayidx.exp
2558 * gdb.base/assign.exp
2559 * gdb.base/attach.exp
2560 * gdb.base/auxv.exp
2561 * gdb.base/bang.exp
2562 * gdb.base/bfp-test.exp
2563 * gdb.base/bigcore.exp
2564 * gdb.base/bitfields2.exp
2565 * gdb.base/break-fun-addr.exp
2566 * gdb.base/break-probes.exp
2567 * gdb.base/call-rt-st.exp
2568 * gdb.base/callexit.exp
2569 * gdb.base/catch-fork-kill.exp
2570 * gdb.base/charset.exp
2571 * gdb.base/checkpoint.exp
2572 * gdb.base/comprdebug.exp
2573 * gdb.base/constvars.exp
2574 * gdb.base/coredump-filter.exp
2575 * gdb.base/cursal.exp
2576 * gdb.base/cvexpr.exp
2577 * gdb.base/detach.exp
2578 * gdb.base/display.exp
2579 * gdb.base/dmsym.exp
2580 * gdb.base/dprintf-pending.exp
2581 * gdb.base/dso2dso.exp
2582 * gdb.base/dtrace-probe.exp
2583 * gdb.base/dump.exp
2584 * gdb.base/enum_cond.exp
2585 * gdb.base/exe-lock.exp
2586 * gdb.base/exec-invalid-sysroot.exp
2587 * gdb.base/execl-update-breakpoints.exp
2588 * gdb.base/exprs.exp
2589 * gdb.base/fileio.exp
2590 * gdb.base/find.exp
2591 * gdb.base/finish.exp
2592 * gdb.base/fixsection.exp
2593 * gdb.base/foll-vfork.exp
2594 * gdb.base/frame-args.exp
2595 * gdb.base/gcore.exp
2596 * gdb.base/gdb1250.exp
2597 * gdb.base/global-var-nested-by-dso.exp
2598 * gdb.base/gnu-ifunc.exp
2599 * gdb.base/hashline1.exp
2600 * gdb.base/hashline2.exp
2601 * gdb.base/hashline3.exp
2602 * gdb.base/hbreak-in-shr-unsupported.exp
2603 * gdb.base/huge.exp
2604 * gdb.base/infcall-input.exp
2605 * gdb.base/info-fun.exp
2606 * gdb.base/info-shared.exp
2607 * gdb.base/jit-simple.exp
2608 * gdb.base/jit-so.exp
2609 * gdb.base/jit.exp
2610 * gdb.base/jump.exp
2611 * gdb.base/label.exp
2612 * gdb.base/lineinc.exp
2613 * gdb.base/logical.exp
2614 * gdb.base/longjmp.exp
2615 * gdb.base/macscp.exp
2616 * gdb.base/miscexprs.exp
2617 * gdb.base/new-ui-echo.exp
2618 * gdb.base/new-ui-pending-input.exp
2619 * gdb.base/new-ui.exp
2620 * gdb.base/nodebug.exp
2621 * gdb.base/nofield.exp
2622 * gdb.base/offsets.exp
2623 * gdb.base/overlays.exp
2624 * gdb.base/pending.exp
2625 * gdb.base/pointers.exp
2626 * gdb.base/pr11022.exp
2627 * gdb.base/printcmds.exp
2628 * gdb.base/prologue.exp
2629 * gdb.base/ptr-typedef.exp
2630 * gdb.base/realname-expand.exp
2631 * gdb.base/relativedebug.exp
2632 * gdb.base/relocate.exp
2633 * gdb.base/remote.exp
2634 * gdb.base/reread.exp
2635 * gdb.base/return2.exp
2636 * gdb.base/savedregs.exp
2637 * gdb.base/sep.exp
2638 * gdb.base/sepdebug.exp
2639 * gdb.base/sepsymtab.exp
2640 * gdb.base/set-inferior-tty.exp
2641 * gdb.base/setshow.exp
2642 * gdb.base/shlib-call.exp
2643 * gdb.base/sigaltstack.exp
2644 * gdb.base/siginfo-addr.exp
2645 * gdb.base/signals.exp
2646 * gdb.base/signull.exp
2647 * gdb.base/sigrepeat.exp
2648 * gdb.base/so-impl-ld.exp
2649 * gdb.base/solib-display.exp
2650 * gdb.base/solib-overlap.exp
2651 * gdb.base/solib-search.exp
2652 * gdb.base/solib-symbol.exp
2653 * gdb.base/structs.exp
2654 * gdb.base/structs2.exp
2655 * gdb.base/symtab-search-order.exp
2656 * gdb.base/twice.exp
2657 * gdb.base/unload.exp
2658 * gdb.base/varargs.exp
2659 * gdb.base/watchpoint-solib.exp
2660 * gdb.base/watchpoint.exp
2661 * gdb.base/whatis.exp
2662 * gdb.base/wrong_frame_bt_full.exp
2663 * gdb.btrace/dlopen.exp
2664 * gdb.cell/ea-standalone.exp
2665 * gdb.cell/ea-test.exp
2666 * gdb.cp/dispcxx.exp
2667 * gdb.cp/gdb2384.exp
2668 * gdb.cp/method2.exp
2669 * gdb.cp/nextoverthrow.exp
2670 * gdb.cp/pr10728.exp
2671 * gdb.disasm/am33.exp
2672 * gdb.disasm/h8300s.exp
2673 * gdb.disasm/mn10300.exp
2674 * gdb.disasm/sh3.exp
2675 * gdb.dwarf2/dw2-dir-file-name.exp
2676 * gdb.fortran/complex.exp
2677 * gdb.fortran/library-module.exp
2678 * gdb.guile/scm-pretty-print.exp
2679 * gdb.guile/scm-symbol.exp
2680 * gdb.guile/scm-type.exp
2681 * gdb.guile/scm-value.exp
2682 * gdb.linespec/linespec.exp
2683 * gdb.mi/gdb701.exp
2684 * gdb.mi/gdb792.exp
2685 * gdb.mi/mi-breakpoint-changed.exp
2686 * gdb.mi/mi-dprintf-pending.exp
2687 * gdb.mi/mi-dprintf.exp
2688 * gdb.mi/mi-exit-code.exp
2689 * gdb.mi/mi-pending.exp
2690 * gdb.mi/mi-solib.exp
2691 * gdb.mi/new-ui-mi-sync.exp
2692 * gdb.mi/pr11022.exp
2693 * gdb.mi/user-selected-context-sync.exp
2694 * gdb.opt/solib-intra-step.exp
2695 * gdb.python/py-events.exp
2696 * gdb.python/py-finish-breakpoint.exp
2697 * gdb.python/py-mi.exp
2698 * gdb.python/py-prettyprint.exp
2699 * gdb.python/py-shared.exp
2700 * gdb.python/py-symbol.exp
2701 * gdb.python/py-template.exp
2702 * gdb.python/py-type.exp
2703 * gdb.python/py-value.exp
2704 * gdb.reverse/solib-precsave.exp
2705 * gdb.reverse/solib-reverse.exp
2706 * gdb.server/solib-list.exp
2707 * gdb.stabs/weird.exp
2708 * gdb.threads/reconnect-signal.exp
2709 * gdb.threads/stepi-random-signal.exp
2710 * gdb.trace/actions.exp
2711 * gdb.trace/ax.exp
2712 * gdb.trace/backtrace.exp
2713 * gdb.trace/change-loc.exp
2714 * gdb.trace/deltrace.exp
2715 * gdb.trace/ftrace-lock.exp
2716 * gdb.trace/ftrace.exp
2717 * gdb.trace/infotrace.exp
2718 * gdb.trace/mi-tracepoint-changed.exp
2719 * gdb.trace/packetlen.exp
2720 * gdb.trace/passcount.exp
2721 * gdb.trace/pending.exp
2722 * gdb.trace/range-stepping.exp
2723 * gdb.trace/report.exp
2724 * gdb.trace/stap-trace.exp
2725 * gdb.trace/tfind.exp
2726 * gdb.trace/trace-break.exp
2727 * gdb.trace/trace-condition.exp
2728 * gdb.trace/trace-enable-disable.exp
2729 * gdb.trace/trace-mt.exp
2730 * gdb.trace/tracecmd.exp
2731 * gdb.trace/tspeed.exp
2732 * gdb.trace/tsv.exp
2733 * lib/perftest.exp
2734
fb9feb35
LM
27352016-12-01 Luis Machado <lgustavo@codesourcery.com>
2736
2737 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2738 with gdb_test_no_output.
2739 Use command as test name.
2740
cd2ddb6c
LM
27412016-12-01 Luis Machado <lgustavo@codesourcery.com>
2742
2743 Fix test names starting with uppercase throughout the files.
2744
2745 * gdb.ada/assign_1.exp
2746 * gdb.ada/boolean_expr.exp
2747 * gdb.base/arrayidx.exp
2748 * gdb.base/del.exp
2749 * gdb.base/gcore-buffer-overflow.exp
2750 * gdb.base/testenv.exp
2751 * gdb.compile/compile.exp
2752 * gdb.python/py-framefilter-invalidarg.exp
2753 * gdb.python/py-framefilter.exp
2754
bb95117e
LM
27552016-12-01 Luis Machado <lgustavo@codesourcery.com>
2756
2757 Fix test names starting with uppercase throughout the files.
2758
2759 * gdb.ada/array_return.exp
2760 * gdb.ada/expr_delims.exp
2761 * gdb.ada/mi_dyn_arr.exp
2762 * gdb.ada/mi_interface.exp
2763 * gdb.ada/mi_var_array.exp
2764 * gdb.ada/watch_arg.exp
2765 * gdb.arch/alpha-step.exp
2766 * gdb.arch/altivec-regs.exp
2767 * gdb.arch/e500-regs.exp
2768 * gdb.arch/powerpc-d128-regs.exp
2769 * gdb.base/arrayidx.exp
2770 * gdb.base/break.exp
2771 * gdb.base/checkpoint.exp
2772 * gdb.base/debug-expr.exp
2773 * gdb.base/dmsym.exp
2774 * gdb.base/radix.exp
2775 * gdb.base/sepdebug.exp
2776 * gdb.base/testenv.exp
2777 * gdb.base/watch_thread_num.exp
2778 * gdb.base/watchpoint-cond-gone.exp
2779 * gdb.cell/break.exp
2780 * gdb.cell/ea-cache.exp
2781 * gdb.compile/compile.exp
2782 * gdb.cp/gdb2495.exp
2783 * gdb.gdb/selftest.exp
2784 * gdb.gdb/xfullpath.exp
2785 * gdb.go/hello.exp
2786 * gdb.go/integers.exp
2787 * gdb.objc/basicclass.exp
2788 * gdb.pascal/hello.exp
2789 * gdb.pascal/integers.exp
2790 * gdb.python/py-breakpoint.exp
2791 * gdb.python/py-cmd.exp
2792 * gdb.python/py-linetable.exp
2793 * gdb.python/py-xmethods.exp
2794 * gdb.python/python.exp
2795 * gdb.reverse/consecutive-precsave.exp
2796 * gdb.reverse/finish-precsave.exp
2797 * gdb.reverse/i386-precsave.exp
2798 * gdb.reverse/machinestate-precsave.exp
2799 * gdb.reverse/sigall-precsave.exp
2800 * gdb.reverse/solib-precsave.exp
2801 * gdb.reverse/step-precsave.exp
2802 * gdb.reverse/until-precsave.exp
2803 * gdb.reverse/watch-precsave.exp
2804 * gdb.threads/leader-exit.exp
2805 * gdb.threads/pthreads.exp
2806 * gdb.threads/wp-replication.exp
2807 * gdb.trace/actions.exp
2808 * gdb.trace/mi-tsv-changed.exp
2809 * gdb.trace/tsv.exp
2810
de97fdd4
LM
28112016-12-01 Luis Machado <lgustavo@codesourcery.com>
2812
2813 Fix test names starting with uppercase throughout the files.
2814
2815 * gdb.arch/i386-bp_permanent.exp
2816 * gdb.arch/i386-gnu-cfi.exp
2817 * gdb.base/disasm-end-cu.exp
2818 * gdb.base/macscp.exp
2819 * gdb.base/pending.exp
2820 * gdb.base/watch_thread_num.exp
2821 * gdb.cp/exception.exp
2822 * gdb.cp/gdb2495.exp
2823 * gdb.cp/local.exp
2824 * gdb.python/py-evsignal.exp
2825 * gdb.python/python.exp
2826 * gdb.trace/tracecmd.exp
2827
9f058c10
LM
28282016-12-01 Luis Machado <lgustavo@codesourcery.com>
2829
2830 Fix test names starting with uppercase throughout the files.
2831
2832 * gdb.base/charset.exp
2833 * gdb.base/eval.exp
2834 * gdb.base/multi-forks.exp
2835 * gdb.guile/scm-progspace.exp
2836 * gdb.opencl/datatypes.exp
2837 * gdb.python/py-block.exp
2838 * gdb.python/py-function.exp
2839 * gdb.python/py-symbol.exp
2840 * gdb.python/py-symtab.exp
2841 * gdb.python/py-xmethods.exp
2842 * gdb.reverse/break-precsave.exp
2843 * gdb.reverse/break-reverse.exp
2844 * gdb.reverse/consecutive-precsave.exp
2845 * gdb.reverse/consecutive-reverse.exp
2846 * gdb.reverse/finish-precsave.exp
2847 * gdb.reverse/finish-reverse-bkpt.exp
2848 * gdb.reverse/finish-reverse.exp
2849 * gdb.reverse/fstatat-reverse.exp
2850 * gdb.reverse/getresuid-reverse.exp
2851 * gdb.reverse/i386-precsave.exp
2852 * gdb.reverse/i386-reverse.exp
2853 * gdb.reverse/i386-sse-reverse.exp
2854 * gdb.reverse/i387-stack-reverse.exp
2855 * gdb.reverse/insn-reverse.exp
2856 * gdb.reverse/machinestate-precsave.exp
2857 * gdb.reverse/machinestate.exp
2858 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2859 * gdb.reverse/pipe-reverse.exp
2860 * gdb.reverse/readv-reverse.exp
2861 * gdb.reverse/recvmsg-reverse.exp
2862 * gdb.reverse/rerun-prec.exp
2863 * gdb.reverse/s390-mvcle.exp
2864 * gdb.reverse/sigall-precsave.exp
2865 * gdb.reverse/sigall-reverse.exp
2866 * gdb.reverse/solib-precsave.exp
2867 * gdb.reverse/solib-reverse.exp
2868 * gdb.reverse/step-precsave.exp
2869 * gdb.reverse/step-reverse.exp
2870 * gdb.reverse/time-reverse.exp
2871 * gdb.reverse/until-precsave.exp
2872 * gdb.reverse/until-reverse.exp
2873 * gdb.reverse/waitpid-reverse.exp
2874 * gdb.reverse/watch-precsave.exp
2875 * gdb.reverse/watch-reverse.exp
2876
cdc7edd7
LM
28772016-12-01 Luis Machado <lgustavo@codesourcery.com>
2878
2879 Fix test names starting with uppercase throughout the files.
2880
2881 * gdb.arch/i386-mpx-simple_segv.exp
2882 * gdb.arch/i386-mpx.exp
2883 * gdb.arch/i386-permbkpt.exp
2884 * gdb.arch/pa-nullify.exp
2885 * gdb.arch/powerpc-d128-regs.exp
2886 * gdb.arch/vsx-regs.exp
2887 * gdb.base/bfp-test.exp
2888 * gdb.base/break.exp
2889 * gdb.base/breakpoint-shadow.exp
2890 * gdb.base/callfuncs.exp
2891 * gdb.base/charset.exp
2892 * gdb.base/commands.exp
2893 * gdb.base/completion.exp
2894 * gdb.base/dfp-test.exp
2895 * gdb.base/echo.exp
2896 * gdb.base/ending-run.exp
2897 * gdb.base/eval.exp
2898 * gdb.base/expand-psymtabs.exp
2899 * gdb.base/float128.exp
2900 * gdb.base/floatn.exp
2901 * gdb.base/foll-exec-mode.exp
2902 * gdb.base/gdb1056.exp
2903 * gdb.base/gdb11531.exp
2904 * gdb.base/kill-after-signal.exp
2905 * gdb.base/multi-forks.exp
2906 * gdb.base/overlays.exp
2907 * gdb.base/pending.exp
2908 * gdb.base/sepdebug.exp
2909 * gdb.base/testenv.exp
2910 * gdb.base/valgrind-db-attach.exp
2911 * gdb.base/watch_thread_num.exp
2912 * gdb.base/watchpoint-cond-gone.exp
2913 * gdb.base/watchpoint.exp
2914 * gdb.base/watchpoints.exp
2915 * gdb.cp/arg-reference.exp
2916 * gdb.cp/baseenum.exp
2917 * gdb.cp/operator.exp
2918 * gdb.cp/shadow.exp
2919 * gdb.dwarf2/dw2-op-out-param.exp
2920 * gdb.dwarf2/dw2-reg-undefined.exp
2921 * gdb.go/chan.exp
2922 * gdb.go/hello.exp
2923 * gdb.go/integers.exp
2924 * gdb.go/methods.exp
2925 * gdb.go/package.exp
2926 * gdb.guile/scm-parameter.exp
2927 * gdb.guile/scm-progspace.exp
2928 * gdb.guile/scm-value.exp
2929 * gdb.mi/mi-pending.exp
2930 * gdb.mi/user-selected-context-sync.exp
2931 * gdb.multi/multi-attach.exp
2932 * gdb.multi/tids.exp
2933 * gdb.opt/clobbered-registers-O2.exp
2934 * gdb.pascal/floats.exp
2935 * gdb.pascal/integers.exp
2936 * gdb.python/py-block.exp
2937 * gdb.python/py-events.exp
2938 * gdb.python/py-parameter.exp
2939 * gdb.python/py-symbol.exp
2940 * gdb.python/py-symtab.exp
2941 * gdb.python/py-type.exp
2942 * gdb.python/py-value.exp
2943 * gdb.python/py-xmethods.exp
2944 * gdb.python/python.exp
2945 * gdb.reverse/break-precsave.exp
2946 * gdb.reverse/consecutive-precsave.exp
2947 * gdb.reverse/finish-precsave.exp
2948 * gdb.reverse/i386-precsave.exp
2949 * gdb.reverse/machinestate-precsave.exp
2950 * gdb.reverse/sigall-precsave.exp
2951 * gdb.reverse/solib-precsave.exp
2952 * gdb.reverse/step-precsave.exp
2953 * gdb.reverse/until-precsave.exp
2954 * gdb.reverse/watch-precsave.exp
2955 * gdb.server/ext-attach.exp
2956 * gdb.server/ext-restart.exp
2957 * gdb.server/ext-run.exp
2958 * gdb.server/ext-wrapper.exp
2959 * gdb.stabs/gdb11479.exp
2960 * gdb.stabs/weird.exp
2961 * gdb.threads/attach-many-short-lived-threads.exp
2962 * gdb.threads/kill.exp
2963 * gdb.threads/watchpoint-fork.exp
2964
bc6c7af4
LM
29652016-12-01 Luis Machado <lgustavo@codesourcery.com>
2966
2967 Fix test names starting with uppercase throughout all the files below.
2968
2969 * gdb.ada/array_return.exp
2970 * gdb.ada/catch_ex.exp
2971 * gdb.ada/info_exc.exp
2972 * gdb.ada/mi_catch_ex.exp
2973 * gdb.ada/mi_dyn_arr.exp
2974 * gdb.ada/mi_ex_cond.exp
2975 * gdb.ada/mi_exc_info.exp
2976 * gdb.ada/mi_interface.exp
2977 * gdb.ada/mi_task_arg.exp
2978 * gdb.ada/mi_task_info.exp
2979 * gdb.ada/mi_var_array.exp
2980 * gdb.arch/alpha-step.exp
2981 * gdb.arch/amd64-disp-step.exp
2982 * gdb.arch/arm-disp-step.exp
2983 * gdb.arch/disp-step-insn-reloc.exp
2984 * gdb.arch/e500-prologue.exp
2985 * gdb.arch/ftrace-insn-reloc.exp
2986 * gdb.arch/gdb1558.exp
2987 * gdb.arch/i386-bp_permanent.exp
2988 * gdb.arch/i386-disp-step.exp
2989 * gdb.arch/i386-float.exp
2990 * gdb.arch/i386-gnu-cfi.exp
2991 * gdb.arch/ia64-breakpoint-shadow.exp
2992 * gdb.arch/mips16-thunks.exp
2993 * gdb.arch/pa-nullify.exp
2994 * gdb.arch/powerpc-aix-prologue.exp
2995 * gdb.arch/powerpc-power.exp
2996 * gdb.arch/ppc-dfp.exp
2997 * gdb.arch/s390-tdbregs.exp
2998 * gdb.arch/spu-info.exp
2999 * gdb.arch/spu-ls.exp
3000 * gdb.arch/thumb-bx-pc.exp
3001 * gdb.base/advance.exp
3002 * gdb.base/annota-input-while-running.exp
3003 * gdb.base/arrayidx.exp
3004 * gdb.base/asmlabel.exp
3005 * gdb.base/async.exp
3006 * gdb.base/attach-wait-input.exp
3007 * gdb.base/auto-connect-native-target.exp
3008 * gdb.base/batch-preserve-term-settings.exp
3009 * gdb.base/bfp-test.exp
3010 * gdb.base/bigcore.exp
3011 * gdb.base/bp-permanent.exp
3012 * gdb.base/break-always.exp
3013 * gdb.base/break-fun-addr.exp
3014 * gdb.base/break-idempotent.exp
3015 * gdb.base/break-main-file-remove-fail.exp
3016 * gdb.base/break-probes.exp
3017 * gdb.base/break-unload-file.exp
3018 * gdb.base/break.exp
3019 * gdb.base/call-ar-st.exp
3020 * gdb.base/call-rt-st.exp
3021 * gdb.base/call-sc.exp
3022 * gdb.base/call-signal-resume.exp
3023 * gdb.base/call-strs.exp
3024 * gdb.base/callexit.exp
3025 * gdb.base/callfuncs.exp
3026 * gdb.base/catch-gdb-caused-signals.exp
3027 * gdb.base/catch-signal-siginfo-cond.exp
3028 * gdb.base/catch-syscall.exp
3029 * gdb.base/compare-sections.exp
3030 * gdb.base/cond-eval-mode.exp
3031 * gdb.base/condbreak-call-false.exp
3032 * gdb.base/consecutive-step-over.exp
3033 * gdb.base/cursal.exp
3034 * gdb.base/disabled-location.exp
3035 * gdb.base/disasm-end-cu.exp
3036 * gdb.base/display.exp
3037 * gdb.base/double-prompt-target-event-error.exp
3038 * gdb.base/dprintf-bp-same-addr.exp
3039 * gdb.base/dprintf-detach.exp
3040 * gdb.base/dprintf-next.exp
3041 * gdb.base/dprintf-non-stop.exp
3042 * gdb.base/dprintf-pending.exp
3043 * gdb.base/dso2dso.exp
3044 * gdb.base/ending-run.exp
3045 * gdb.base/enum_cond.exp
3046 * gdb.base/examine-backward.exp
3047 * gdb.base/exe-lock.exp
3048 * gdb.base/exec-invalid-sysroot.exp
3049 * gdb.base/execl-update-breakpoints.exp
3050 * gdb.base/execution-termios.exp
3051 * gdb.base/fileio.exp
3052 * gdb.base/fixsection.exp
3053 * gdb.base/foll-exec-mode.exp
3054 * gdb.base/foll-exec.exp
3055 * gdb.base/fork-running-state.exp
3056 * gdb.base/frame-args.exp
3057 * gdb.base/fullpath-expand.exp
3058 * gdb.base/func-ptr.exp
3059 * gdb.base/gcore-relro-pie.exp
3060 * gdb.base/gdb1090.exp
3061 * gdb.base/gdb1555.exp
3062 * gdb.base/global-var-nested-by-dso.exp
3063 * gdb.base/gnu-ifunc.exp
3064 * gdb.base/hbreak-in-shr-unsupported.exp
3065 * gdb.base/hbreak-unmapped.exp
3066 * gdb.base/hook-stop.exp
3067 * gdb.base/infcall-input.exp
3068 * gdb.base/info-fun.exp
3069 * gdb.base/info-shared.exp
3070 * gdb.base/interrupt-noterm.exp
3071 * gdb.base/jit-so.exp
3072 * gdb.base/jit.exp
3073 * gdb.base/line-symtabs.exp
3074 * gdb.base/list.exp
3075 * gdb.base/longjmp.exp
3076 * gdb.base/macscp.exp
3077 * gdb.base/max-value-size.exp
3078 * gdb.base/nodebug.exp
3079 * gdb.base/nofield.exp
3080 * gdb.base/overlays.exp
3081 * gdb.base/paginate-after-ctrl-c-running.exp
3082 * gdb.base/paginate-bg-execution.exp
3083 * gdb.base/paginate-inferior-exit.exp
3084 * gdb.base/pending.exp
3085 * gdb.base/pr11022.exp
3086 * gdb.base/printcmds.exp
3087 * gdb.base/ptr-typedef.exp
3088 * gdb.base/ptype.exp
3089 * gdb.base/randomize.exp
3090 * gdb.base/range-stepping.exp
3091 * gdb.base/realname-expand.exp
3092 * gdb.base/relativedebug.exp
3093 * gdb.base/remote.exp
3094 * gdb.base/savedregs.exp
3095 * gdb.base/sepdebug.exp
3096 * gdb.base/set-noassign.exp
3097 * gdb.base/shlib-call.exp
3098 * gdb.base/shreloc.exp
3099 * gdb.base/sigaltstack.exp
3100 * gdb.base/sigbpt.exp
3101 * gdb.base/siginfo-addr.exp
3102 * gdb.base/siginfo-obj.exp
3103 * gdb.base/siginfo-thread.exp
3104 * gdb.base/signest.exp
3105 * gdb.base/signull.exp
3106 * gdb.base/sigrepeat.exp
3107 * gdb.base/skip.exp
3108 * gdb.base/so-impl-ld.exp
3109 * gdb.base/solib-corrupted.exp
3110 * gdb.base/solib-disc.exp
3111 * gdb.base/solib-display.exp
3112 * gdb.base/solib-overlap.exp
3113 * gdb.base/solib-search.exp
3114 * gdb.base/solib-symbol.exp
3115 * gdb.base/source-execution.exp
3116 * gdb.base/sss-bp-on-user-bp-2.exp
3117 * gdb.base/sss-bp-on-user-bp.exp
3118 * gdb.base/stack-checking.exp
3119 * gdb.base/stale-infcall.exp
3120 * gdb.base/step-break.exp
3121 * gdb.base/step-line.exp
3122 * gdb.base/step-over-exit.exp
3123 * gdb.base/step-test.exp
3124 * gdb.base/structs.exp
3125 * gdb.base/sym-file.exp
3126 * gdb.base/symtab-search-order.exp
3127 * gdb.base/term.exp
3128 * gdb.base/type-opaque.exp
3129 * gdb.base/unload.exp
3130 * gdb.base/until-nodebug.exp
3131 * gdb.base/until.exp
3132 * gdb.base/unwindonsignal.exp
3133 * gdb.base/watch-cond.exp
3134 * gdb.base/watch-non-mem.exp
3135 * gdb.base/watch_thread_num.exp
3136 * gdb.base/watchpoint-reuse-slot.exp
3137 * gdb.base/watchpoint-solib.exp
3138 * gdb.base/watchpoint.exp
3139 * gdb.btrace/dlopen.exp
3140 * gdb.cell/arch.exp
3141 * gdb.cell/break.exp
3142 * gdb.cell/bt.exp
3143 * gdb.cell/core.exp
3144 * gdb.cell/data.exp
3145 * gdb.cell/dwarfaddr.exp
3146 * gdb.cell/ea-cache.exp
3147 * gdb.cell/ea-standalone.exp
3148 * gdb.cell/ea-test.exp
3149 * gdb.cell/f-regs.exp
3150 * gdb.cell/fork.exp
3151 * gdb.cell/gcore.exp
3152 * gdb.cell/mem-access.exp
3153 * gdb.cell/ptype.exp
3154 * gdb.cell/registers.exp
3155 * gdb.cell/sizeof.exp
3156 * gdb.cell/solib-symbol.exp
3157 * gdb.cell/solib.exp
3158 * gdb.compile/compile-tls.exp
3159 * gdb.cp/exception.exp
3160 * gdb.cp/gdb2495.exp
3161 * gdb.cp/local.exp
3162 * gdb.cp/mb-inline.exp
3163 * gdb.cp/mb-templates.exp
3164 * gdb.cp/pr10687.exp
3165 * gdb.cp/pr9167.exp
3166 * gdb.cp/scope-err.exp
3167 * gdb.cp/templates.exp
3168 * gdb.cp/virtfunc.exp
3169 * gdb.dwarf2/dw2-dir-file-name.exp
3170 * gdb.dwarf2/dw2-single-line-discriminators.exp
3171 * gdb.fortran/complex.exp
3172 * gdb.fortran/library-module.exp
3173 * gdb.guile/guile.exp
3174 * gdb.guile/scm-cmd.exp
3175 * gdb.guile/scm-frame-inline.exp
3176 * gdb.guile/scm-objfile.exp
3177 * gdb.guile/scm-pretty-print.exp
3178 * gdb.guile/scm-symbol.exp
3179 * gdb.guile/scm-type.exp
3180 * gdb.guile/scm-value.exp
3181 * gdb.linespec/keywords.exp
3182 * gdb.linespec/ls-errs.exp
3183 * gdb.linespec/macro-relative.exp
3184 * gdb.linespec/thread.exp
3185 * gdb.mi/mi-breakpoint-changed.exp
3186 * gdb.mi/mi-dprintf-pending.exp
3187 * gdb.mi/mi-fullname-deleted.exp
3188 * gdb.mi/mi-logging.exp
3189 * gdb.mi/mi-pending.exp
3190 * gdb.mi/mi-solib.exp
3191 * gdb.mi/new-ui-mi-sync.exp
3192 * gdb.mi/user-selected-context-sync.exp
3193 * gdb.multi/dummy-frame-restore.exp
3194 * gdb.multi/multi-arch-exec.exp
3195 * gdb.multi/remove-inferiors.exp
3196 * gdb.multi/watchpoint-multi-exit.exp
3197 * gdb.opt/solib-intra-step.exp
3198 * gdb.perf/backtrace.exp
3199 * gdb.perf/single-step.exp
3200 * gdb.perf/skip-command.exp
3201 * gdb.perf/skip-prologue.exp
3202 * gdb.perf/solib.exp
3203 * gdb.python/lib-types.exp
3204 * gdb.python/py-as-string.exp
3205 * gdb.python/py-bad-printers.exp
3206 * gdb.python/py-block.exp
3207 * gdb.python/py-breakpoint.exp
3208 * gdb.python/py-cmd.exp
3209 * gdb.python/py-events.exp
3210 * gdb.python/py-evthreads.exp
3211 * gdb.python/py-finish-breakpoint.exp
3212 * gdb.python/py-finish-breakpoint2.exp
3213 * gdb.python/py-frame-inline.exp
3214 * gdb.python/py-frame.exp
3215 * gdb.python/py-inferior.exp
3216 * gdb.python/py-infthread.exp
3217 * gdb.python/py-mi.exp
3218 * gdb.python/py-objfile.exp
3219 * gdb.python/py-pp-maint.exp
3220 * gdb.python/py-pp-registration.exp
3221 * gdb.python/py-prettyprint.exp
3222 * gdb.python/py-recurse-unwind.exp
3223 * gdb.python/py-shared.exp
3224 * gdb.python/py-symbol.exp
3225 * gdb.python/py-symtab.exp
3226 * gdb.python/py-template.exp
3227 * gdb.python/py-type.exp
3228 * gdb.python/py-unwind-maint.exp
3229 * gdb.python/py-unwind.exp
3230 * gdb.python/py-value.exp
3231 * gdb.python/python.exp
3232 * gdb.reverse/finish-reverse-bkpt.exp
3233 * gdb.reverse/insn-reverse.exp
3234 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3235 * gdb.reverse/solib-precsave.exp
3236 * gdb.reverse/solib-reverse.exp
3237 * gdb.stabs/gdb11479.exp
3238 * gdb.stabs/weird.exp
3239 * gdb.threads/fork-child-threads.exp
3240 * gdb.threads/fork-plus-threads.exp
3241 * gdb.threads/fork-thread-pending.exp
3242 * gdb.threads/forking-threads-plus-breakpoint.exp
3243 * gdb.threads/hand-call-in-threads.exp
3244 * gdb.threads/interrupted-hand-call.exp
3245 * gdb.threads/linux-dp.exp
3246 * gdb.threads/local-watch-wrong-thread.exp
3247 * gdb.threads/next-while-other-thread-longjmps.exp
3248 * gdb.threads/non-ldr-exit.exp
3249 * gdb.threads/pending-step.exp
3250 * gdb.threads/print-threads.exp
3251 * gdb.threads/process-dies-while-detaching.exp
3252 * gdb.threads/process-dies-while-handling-bp.exp
3253 * gdb.threads/pthreads.exp
3254 * gdb.threads/queue-signal.exp
3255 * gdb.threads/reconnect-signal.exp
3256 * gdb.threads/signal-command-handle-nopass.exp
3257 * gdb.threads/signal-command-multiple-signals-pending.exp
3258 * gdb.threads/signal-delivered-right-thread.exp
3259 * gdb.threads/signal-sigtrap.exp
3260 * gdb.threads/sigthread.exp
3261 * gdb.threads/staticthreads.exp
3262 * gdb.threads/stepi-random-signal.exp
3263 * gdb.threads/thread-unwindonsignal.exp
3264 * gdb.threads/thread_check.exp
3265 * gdb.threads/thread_events.exp
3266 * gdb.threads/tid-reuse.exp
3267 * gdb.threads/tls-nodebug.exp
3268 * gdb.threads/tls-shared.exp
3269 * gdb.threads/tls-so_extern.exp
3270 * gdb.threads/tls.exp
3271 * gdb.threads/wp-replication.exp
3272 * gdb.trace/actions-changed.exp
3273 * gdb.trace/actions.exp
3274 * gdb.trace/backtrace.exp
3275 * gdb.trace/change-loc.exp
3276 * gdb.trace/collection.exp
3277 * gdb.trace/deltrace.exp
3278 * gdb.trace/disconnected-tracing.exp
3279 * gdb.trace/entry-values.exp
3280 * gdb.trace/ftrace-lock.exp
3281 * gdb.trace/ftrace.exp
3282 * gdb.trace/infotrace.exp
3283 * gdb.trace/mi-trace-frame-collected.exp
3284 * gdb.trace/mi-trace-unavailable.exp
3285 * gdb.trace/mi-traceframe-changed.exp
3286 * gdb.trace/mi-tracepoint-changed.exp
3287 * gdb.trace/mi-tsv-changed.exp
3288 * gdb.trace/no-attach-trace.exp
3289 * gdb.trace/packetlen.exp
3290 * gdb.trace/passc-dyn.exp
3291 * gdb.trace/passcount.exp
3292 * gdb.trace/pending.exp
3293 * gdb.trace/pr16508.exp
3294 * gdb.trace/qtro.exp
3295 * gdb.trace/range-stepping.exp
3296 * gdb.trace/read-memory.exp
3297 * gdb.trace/report.exp
3298 * gdb.trace/save-trace.exp
3299 * gdb.trace/signal.exp
3300 * gdb.trace/stap-trace.exp
3301 * gdb.trace/status-stop.exp
3302 * gdb.trace/strace.exp
3303 * gdb.trace/tfile.exp
3304 * gdb.trace/tfind.exp
3305 * gdb.trace/trace-break.exp
3306 * gdb.trace/trace-condition.exp
3307 * gdb.trace/trace-enable-disable.exp
3308 * gdb.trace/trace-mt.exp
3309 * gdb.trace/tracecmd.exp
3310 * gdb.trace/tracefile-pseudo-reg.exp
3311 * gdb.trace/tspeed.exp
3312 * gdb.trace/tstatus.exp
3313 * gdb.trace/tsv.exp
3314 * gdb.trace/unavailable.exp
3315 * gdb.trace/while-dyn.exp
3316 * gdb.trace/while-stepping.exp
3317 * lib/gdb-guile.exp
3318 * lib/gdb.exp
3319 * lib/mi-support.exp
3320 * lib/pascal.exp
3321 * lib/perftest.exp
3322 * lib/prelink-support.exp
3323 * lib/selftest-support.exp
3324
ad02e4fe
SM
33252016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
3326
3327 * Makefile.in: Include disable-implicit-rules.mk.
3328
22347e55
AA
33292016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3330
3331 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
3332 non-byte-aligned bit fields.
3333
da5b30da
AA
33342016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3335
3336 PR gdb/12616
3337 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
3338 respects the DW_AT_data_bit_offset attribute.
3339
b593ecca
SM
33402016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
3341
3342 * gdb.base/default.exp: Fix output of "set language".
3343
3b165252
SM
33442016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
3345
3346 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
3347 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
3348 make.
3349 * configure.ac: Remove checks for the make program.
3350 * configure: Re-generate.
3351
1a2f3d7f
KB
33522016-11-16 Kevin Buettner <kevinb@redhat.com>
3353
3354 * gdb.python/py-recurse-unwind.c (main): Add loop.
3355 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
3356 to read_register() and gdb.parse_and_eval(). Make each code
3357 call a separate case that can be individually tested.
3358 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
3359 proc. Call cont_and_backtrace for each of the code paths that
3360 we want to test in the unwinder.
3361
b7f38fda
AA
33622016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
3363
3364 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
3365 the definition of struct S.
3366
1f8db343
CM
33672016-11-11 Catherine Moore <clm@codesourcery.com>
3368
3369 * gdb.base/dump.exp: Identify verilog format dump tests as such.
3370
fad0c9fb
PA
33712016-11-09 Pedro Alves <palves@redhat.com>
3372
3373 * gdb.base/commands.exp (runto_or_return): New procedure.
3374 (gdbvar_simple_if_test, gdbvar_simple_while_test)
3375 (gdbvar_complex_if_while_test, progvar_simple_if_test)
3376 (progvar_simple_while_test, progvar_complex_if_while_test)
3377 (if_while_breakpoint_command_test)
3378 (infrun_breakpoint_command_test, breakpoint_command_test)
3379 (user_defined_command_test, watchpoint_command_test)
3380 (test_command_prompt_position, redefine_hook_test)
3381 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
3382 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
3383 multi_line_input and multi_line. Remove gdb_expect and
3384 gdb_stop_suppressing_tests uses.
3385 * lib/gdb.exp (valnum_re): New global.
3386 (multi_line_input): New procedure.
3387
8354c62c
SM
33882016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
3389
3390 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
3391 Remove.
3392 (test_setup): Define with proc_with_prefix.
3393 (test_cli_inferior): Likewise.
3394 (test_cli_thread): Likewise.
3395 (test_cli_frame): Likewise.
3396 (test_cli_select_frame): Likewise.
3397 (test_cli_up_down): Likewise.
3398 (test_mi_thread_select): Likewise.
3399 (test_mi_stack_select_frame): Likewise.
3400 (test_cli_in_mi_inferior): Likewise.
3401 (test_cli_in_mi_thread): Likewise.
3402 (test_cli_in_mi_frame): Likewise.
3403 (top level): Do not use with_test_prefix_procname.
3404
64f367a2
PA
34052016-11-09 Pedro Alves <palves@redhat.com>
3406
3407 * gdb.base/commands.exp (gdbvar_simple_if_test)
3408 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
3409 (progvar_simple_if_test, progvar_simple_while_test)
3410 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
3411 (infrun_breakpoint_command_test, breakpoint_command_test)
3412 (user_defined_command_test, watchpoint_command_test)
3413 (test_command_prompt_position, deprecated_command_test)
3414 (bp_deleted_in_command, temporary_breakpoint_commands)
3415 (stray_arg0_test, source_file_with_indented_comment)
3416 (recursive_source_test, if_commands_test)
3417 (error_clears_commands_left, redefine_hook_test)
3418 (redefine_backtrace_test): Use proc_with_prefix.
3419 * lib/gdb.exp (proc_with_prefix): New proc.
3420
0bb65f1e
AA
34212016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3422
3423 * gdb.base/tui-layout.c: New file.
3424 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
3425 disassembly window contains very long lines.
3426
7353f247
TT
34272016-11-08 Tom Tromey <tom@tromey.com>
3428
3429 * gdb.python/py-value.exp (test_value_creation): Make "long" test
3430 depend on Python 2.
3431
30a7bb83
TT
34322016-11-08 Tom Tromey <tom@tromey.com>
3433
3434 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
3435 New method.
3436
cdf5a07c
MG
34372016-10-29 Manish Goregaokar <manish@mozilla.com>
3438
2806dc7e 3439 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 3440
51a789c3
MG
34412016-10-27 Manish Goregaokar <manish@mozilla.com>
3442
2806dc7e
PA
3443 * gdb.rust/simple.rs: Add test for univariant enums without
3444 discriminants and for encoded struct-like enums.
51a789c3 3445
f610ab6d
PA
34462016-10-28 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
3449 gdb_test_multiple, tighten regexps and match symtabs and line
3450 tables incrementally.
3451
b129b0ca
LM
34522016-10-28 Luis Machado <lgustavo@codesourcery.com>
3453
3454 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
3455 general.
3456
ecf45d2c
SL
34572016-10-25 Luis Machado <lgustavo@codesourcery.com>
3458
3459 * gdb.base/exec-invalid-sysroot.exp: New file.
3460
b8d38ee4
JK
34612016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3462
3463 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
3464
f90fd8c2
JK
34652016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3466
3467 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
3468
2d2476aa
MR
34692016-10-19 Maciej W. Rozycki <macro@imgtec.com>
3470
2806dc7e
PA
3471 * gdb.base/killed-outside.exp: Remove $options from a call to
3472 `prepare_for_testing'.
2d2476aa 3473
e42b25a0
SM
34742016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3475
3476 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3477 Change test message.
3478
3ccdb432
SM
34792016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3480
3481 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3482 Update comment.
3483
5bad3170
SM
34842016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3485
3486 * gdb.trace/mi-trace-save.exp: New file.
3487
5ad9dba7
YQ
34882016-10-13 Yao Qi <yao.qi@linaro.org>
3489
3490 * gdb.base/code_elim.exp (get_var_address): Remove.
3491 * gdb.base/relocate.exp: Likewise.
3492 * gdb.base/shreloc.exp: Likewise.
3493 * lib/gdb.exp (get_var_address): New.
3494
62df7e21
YQ
34952016-10-13 Yao Qi <yao.qi@linaro.org>
3496
3497 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
3498 floating point tests if $skip_float_test is false.
3499
4dac951e
LM
35002016-10-12 Luis Machado <lgustavo@codesourcery.com>
3501
3502 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
3503 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
3504 argc values.
3505 Add 1 to argc so we guarantee distinct initial/modified argc values.
3506
8f1a8fc4
JK
35072016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3508
3509 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
3510
16c85b5d
JK
35112016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3512
3513 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
3514 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3515 * gdb.arch/vsx-regs.exp: Likewise.
3516
1d0e042a
YQ
35172016-10-07 Yao Qi <yao.qi@linaro.org>
3518
3519 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
3520
68dadef5
MM
35212016-10-07 Markus Metzger <markus.t.metzger@intel.com>
3522
3523 * gdb.python/python.exp: Test decode_line("*0").
3524
33fa2c6e
DE
35252016-10-06 Doug Evans <dje@google.com>
3526
3527 * gdb.python/py-value.exp (test_value_creation): Add test for large
3528 unsigned 64-bit value.
3529
9c37b5ae
TT
35302016-10-06 Tom Tromey <tom@tromey.com>
3531
3532 * gdb.compile/compile.exp: Change java tests to rust.
3533 * gdb.base/setshow.exp: Change java tests to rust.
3534 * gdb.base/default.exp: Remove java from language list.
3535 * README (Examples): Update language example.
3536 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
3537 test.
3538 * lib/gdb.exp (skip_java_tests): Remove.
3539 * lib/java.exp: Remove.
3540 * gdb.java: Remove.
3541
78b86327
MR
35422016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3543
3544 * gdb.arch/mips-fcr.exp: New test.
3545 * gdb.arch/mips-fcr.c: Source for the new test.
3546
7470adbb
MR
35472016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3548
3549 * gdb.base/solib-disc.exp: Use `standard_output_file'
3550 throughout.
3551
4a556533
PA
35522016-10-06 Pedro Alves <palves@redhat.com>
3553
3554 * gdb.base/jit-simple-dl.c: New file.
3555 * gdb.base/jit-simple-jit.c: New file, factored out from ...
3556 * gdb.base/jit-simple.c: ... this.
3557 * gdb.base/jit-simple.exp (jit_run): Delete.
3558 (build_jit): New proc.
3559 (jit_test_reread): Recompile either the main program or the shared
3560 library, depending on what is being tested. Skip changing address
3561 if caller wants to. Compare before/after addresses. If testing
3562 standalone, explicitly load the binary. Test "maint info
3563 breakpoints".
3564 (top level): Add "standalone vs shared lib" and "change address"
3565 vs "same address" axes.
3566
5a122fbc
PA
35672016-10-06 Pedro Alves <palves@redhat.com>
3568
3569 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
3570 call.
3571 (jit_run): Delete.
3572 (jit_test_reread): Use with_test_prefix. Reload the main binary
3573 explicitly. Compare the before/after addresses of the JIT
3574 descriptor.
3575
ee8da4b8
DE
35762016-08-15 Doug Evans <dje@google.com>
3577
3578 * gdb.xml/extra-regs.xml: Update, end field now required, default type
3579 for single bitfields is bool.
3580 * gdb.xml/tdesc-regs.exp: Ditto.
3581
f389f6fe
JK
35822016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3583
3584 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
3585
fdebf1a4
YQ
35862016-10-05 Yao Qi <yao.qi@linaro.org>
3587
3588 * lib/gdb.exp (support_complex_tests): Return zero if
3589 gdb_skip_float_test return true.
3590
9c36d954 35912016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 3592 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
3593
3594 PR gdb/20487
3595 * gdb.mi/user-selected-context-sync.exp: New file.
3596 * gdb.mi/user-selected-context-sync.c: New file.
3597
4034d0ff 35982016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 3599 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
3600
3601 PR gdb/20487
3602 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
3603 =thread-select-event check.
3604
a4297203
PB
36052016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3606
3607 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3608 the compulsory L operand changes.
3609 * gdb.arch/powerpc-power.s: Likewise.
3610
bb805577
JK
36112016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3612
3613 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3614 * gdb.base/jit-attach-pie.c: New file.
3615 * gdb.base/jit-attach-pie.exp: New file.
3616
6d61dee5
PA
36172016-09-28 Pedro Alves <palves@redhat.com>
3618
3619 * gdb.base/infcall-input.c: New file.
3620 * gdb.base/infcall-input.exp: New file.
3621
f73842fc
YQ
36222016-09-22 Yao Qi <yao.qi@linaro.org>
3623
3624 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3625 (gdb_exit): Rename it to ...
3626 (gdbserver_gdb_exit): ... Close GDBserver.
3627 (gdb_exit): New proc, call gdbserver_gdb_exit.
3628 (mi_gdb_exit): Likewise.
3629
90681dab
YQ
36302016-09-22 Yao Qi <yao.qi@linaro.org>
3631
3632 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3633 path.
3634 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3635 Remove duplication.
3636
9c211fd8
YQ
36372016-09-22 Yao Qi <yao.qi@linaro.org>
3638
3639 * lib/gdbserver-support.exp: Check the existence of
3640 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
3641
ad0a504f
AK
36422016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3643
3644 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3645
36cf1806
TT
36462016-09-21 Tom Tromey <tom@tromey.com>
3647
3648 PR gdb/20604:
3649 * gdb.base/quit.exp: New file.
3650
74172ecf
SM
36512016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3652
3653 * .gitignore: New file.
3654
3d0ec882
MR
36552016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3656
3657 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3658 throughout.
3659
8193adea
AA
36602016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3661
3662 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3663
d41a5c09
JK
36642016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3665
3666 * gdb.cp/casts.cc (decltype): Move it ...
3667 (main): ... with its call to ...
3668 * gdb.cp/casts03.cc: ... a new file.
3669 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3670
d2dfe700
JK
36712016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3672
3673 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3674
e2a92b16
PB
36752016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3676
3677 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3678 and sync up the test with tests in gas/testsuite/gas/ppc.
3679 * gdb.arch/powerpc-power.exp: Likewise.
3680
49b4de64
JK
36812016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3682
3683 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3684
2c29df25
SDJ
36852016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3686 Jan Kratochvil <jan.kratochvil@redhat.com>
3687
3688 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3689 make m1's definition to be different from m2's. Use 'dummy' as an
3690 argument for probe 'two'.
3691
cc3c2846
JB
36922016-09-10 Jon Beniston <jon@beniston.com>
3693
3694 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3695 for sim target.
3696
e1b2624a
AA
36972016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3698
3699 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3700 variable declaration.
3701 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3702 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3703 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3704 received HWCAP as its argument.
3705
4295e285
PA
37062016-09-06 Pedro Alves <palves@redhat.com>
3707
3708 * gdb.base/new-ui-pending-input.c: New file.
3709 * gdb.base/new-ui-pending-input.exp: New file.
3710 * gdb.exp (clear_gdb_spawn_id): New procedure.
3711 (with_spawn_id): Check whether gdb_spawn_id exists before
3712 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3713 on exit.
3714
00d5215e
UW
37152016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3716
3717 * gdb.base/float128.c: New file.
3718 * gdb.base/float128.exp: Likewise.
3719 * gdb.base/floatn.c: Likewise.
3720 * gdb.base/floatn.exp: Likewise.
3721
a9ff5f12
UW
37222016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3723
3724 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3725
f245535c
PA
37262016-09-05 Pedro Alves <palves@redhat.com>
3727
3728 PR backtrace/19927
3729 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3730 unwinders are immediately called as side effect of "source" or
3731 "disable unwinder" commands.
3732 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3733
ae9cf263
YQ
37342016-09-02 Yao Qi <yao.qi@linaro.org>
3735
3736 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3737 is true and $type is "float" or "double".
3738
27aba047
YQ
37392016-09-02 Yao Qi <yao.qi@linaro.org>
3740
3741 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3742 true.
3743 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3744 * gdb.base/call-rt-st.exp: Likewise.
3745 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3746 return value instead of gdb,skip_float_test.
3747 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3748 (do_function_calls): Use its return value instead of
3749 gdb,skip_float_test.
3750 * gdb.base/finish.exp: Likewise.
3751 * gdb.base/funcargs.exp: Likewise.
3752 * gdb.base/return.exp: Likewise.
3753 * gdb.base/return2.exp: Likewise.
3754 * gdb.base/varargs.exp: Likewise.
3755 * lib/gdb.exp (gdb_skip_float_test): Change it to
3756 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3757
5af962df
AA
37582016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3759
3760 * gdb.multi/tids.exp: Test "thread apply all".
3761
7fac6910
JK
37622016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3763
3764 * gdb.base/default.exp (tty): Remove.
3765
bb1fe4ac
KB
37662016-08-24 Kevin Buettner <kevinb@redhat.com>
3767
2806dc7e
PA
3768 * gdb.python/py-recurse-unwind.c: New file.
3769 * gdb.python/py-recurse-unwind.py: New file.
3770 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 3771
0a1ddfa6
SM
37722016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3773
3774 * gdb.base/set-inferior-tty.exp: New file.
3775 * gdb.base/set-inferior-tty.c: New file.
3776
d9de1fe3
PA
37772016-08-23 Pedro Alves <palves@redhat.com>
3778
3779 PR gdb/20494
3780 * gdb.base/new-ui-echo.c: New file.
3781 * gdb.base/new-ui-echo.exp: New file.
3782
e9d9abd7
YQ
37832016-08-23 Yao Qi <yao.qi@linaro.org>
3784
3785 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3786 gdbserver_spawn.
3787 * gdb.server/connect-without-multi-process.exp (do_test):
3788 Likewise.
3789
3589529e
YQ
37902016-08-23 Yao Qi <yao.qi@linaro.org>
3791
3792 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3793 standalone_txt. Delete gdb_txt and standalone_txt on host
3794 and target. Spawn the binary on target. Copy files from
3795 target to host.
3796
6bb90213
PA
37972016-08-22 Pedro Alves <palves@redhat.com>
3798
3799 PR gdb/20505
3800 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3801 with_test_prefix. Factor out bits to ...
3802 (test_no_vdso): ... this new procedure.
3803
20c2c024
CL
38042016-08-19 Carl Love <cel@us.ibm.com>
3805
3806 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3807 maintaining separate logic for constructing the output path.
3808 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3809 * gdb.arch/ppc-dfp.exp: Likewise.
3810 * gdb.arch/ppc-fp.exp: Likewise.
3811 * gdb.arch/vsx-regs.exp: Likewise.
3812 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3813 binprefix for generating the additional binary files.
3814
0646e07d
PA
38152016-08-19 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.trace/mi-trace-frame-collected.exp
3818 (test_trace_frame_collected): On x32, expect two registers.
3819
46da9242
CL
38202016-08-18 Carl Love <cel@us.ibm.com>
3821
3822 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3823 and sync up the test with tests in gas/testsuite/gas/ppc.
3824 * gdb.arch/powerpc-power.exp: Likewise.
3825
eb2332d7
SM
38262016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3827
3828 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3829 expected error message.
3830
63c61e04
SM
38312016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3832
3833 * gdb.multi/remove-inferiors.exp: New file.
3834 * gdb.multi/remove-inferiors.c: New file.
3835
7b17065f
YQ
38362016-08-12 Yao Qi <yao.qi@linaro.org>
3837
3838 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3839 argument list.
3840
01d3dedf
PA
38412016-08-10 Pedro Alves <palves@redhat.com>
3842
3843 PR gdb/19187
3844 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3845 setup_kfails.
3846
3eb7562a
PA
38472016-08-09 Pedro Alves <palves@redhat.com>
3848 Simon Marchi <simon.marchi@ericsson.com>
3849
3850 PR gdb/20418
3851 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3852 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3853
80614914
PA
38542016-08-09 Pedro Alves <palves@redhat.com>
3855
3856 PR mi/20431
3857 * gdb.mi/mi-cmd-error.exp: New file.
3858
f348d89a
PA
38592016-08-09 Pedro Alves <palves@redhat.com>
3860
3861 PR gdb/18653
3862 * gdb.base/signals-state-child.c: New file.
3863 * gdb.base/signals-state-child.exp: New file.
3864 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3865
e5ca03b4
PA
38662016-08-09 Pedro Alves <palves@redhat.com>
3867
3868 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3869
282a0691
TT
38702016-08-03 Tom Tromey <tom@tromey.com>
3871
3872 PR python/18565:
3873 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3874
41bfcd63
YQ
38752016-08-01 Yao Qi <yao.qi@linaro.org>
3876
3877 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3878 variable mode to "multi-process" if $multi_process is 1, otherwise
3879 set it to "single-process".
3880
e3465b24
YQ
38812016-08-01 Yao Qi <yao.qi@linaro.org>
3882
3883 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3884 * gdb.cp/cpexprs.exp: Likewise.
3885 * gdb.cp/m-static.exp: Likewise.
3886
0b31a4bc
TT
38872016-07-26 Tom Tromey <tom@tromey.com>
3888
3889 PR python/20190:
3890 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3891 test.
3892
e0461dbb
MM
38932016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3894
3895 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3896 selecting assembly source files.
3897 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3898 assembly source files.
3899 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3900 assembly source files.
3901 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3902 selecting assembly source files.
3903
8194e927
SM
39042016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3905
3906 * gdb.base/new-ui.exp (do_test_invalid_args): New
3907 procedure.
3908
c0272db5
TW
39092016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3910
3911 * gdb.btrace/reconnect.c: New file.
3912 * gdb.btrace/reconnect.exp: New file.
3913
e3487908
GKB
39142016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3915
3916 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3917 to test_catch_syscall_group.
3918 (test_catch_syscall_group): New.
3919
12df5c00
TT
39202016-07-21 Tom Tromey <tom@tromey.com>
3921
3922 * gdb.rust/simple.rs (main): Use empty struct expression.
3923 * gdb.rust/simple.exp: Add tests for empty struct expression.
3924
bae62ee2
YQ
39252016-07-21 Yao Qi <yao.qi@linaro.org>
3926
3927 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3928 if gdb_skip_xml_test is true on some targets.
3929
b1b53fb3
YQ
39302016-07-21 Yao Qi <yao.qi@linaro.org>
3931
3932 * gdb.server/solib-list.exp: Unset last_loaded_file.
3933
027d97f8
JK
39342016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3935
3936 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3937 "step into captured_main (args)".
3938
7674d381
JK
39392016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3940
3941 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3942
72b5d099
JK
39432016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3944
3945 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3946
1f960ced
PA
39472016-07-19 Pedro Alves <palves@redhat.com>
3948
3949 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3950 * gdb.opt/inline-bt.exp: Likewise.
3951 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3952 additional_flags=-Winline.
3953 * gdb.opt/inline-locals.exp: Likewise.
3954 * gdb.opt/inline-markers.c (ATTR): Define.
3955 (inlined_fn): Use it.
3956
f25827c1
YQ
39572016-07-19 Yao Qi <yao.qi@linaro.org>
3958
3959 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3960 (test_with_self): Remove some code. Remove argument executable.
3961 (top-level): Use do_self_tests.
3962
37539ebe
DB
39632016-07-15 Zachary Welch <zwelch@codesourcery.com>
3964 Don Breazeal <donb@codesourcery.com>
3965
3966 * gdb.base/maint.exp: Escape paths used in regular expressions.
3967 * gdb.stabs/weird.exp: Likewise.
3968
dac790e1
TT
39692016-07-13 Tom Tromey <tom@tromey.com>
3970
3971 PR python/15620, PR python/18620:
3972 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3973 (test_bkpt_events): New procs.
3974
93daf339
TT
39752016-07-13 Tom Tromey <tom@tromey.com>
3976
3977 PR python/17698:
3978 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3979 test.
3980 (test_watchpoints): Likewise.
3981 (test_bkpt_pending): New proc.
3982
6571a381
TT
39832016-07-13 Tom Tromey <tom@tromey.com>
3984
3985 PR cli/18053:
3986 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3987 completion test.
3988
e8732474
JK
39892016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3990
3991 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3992 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3993 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3994 f_label.
3995 (g): Rename g_end_lbl to g_label.
3996 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3997 low_pc and high_pc.
3998 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3999
e0f3fd7c
TT
40002016-07-12 Tom Tromey <tom@tromey.com>
4001
4002 PR python/19293:
4003 * gdb.python/py-unwind-maint.exp: Update tests.
4004
3cfe46b6
YQ
40052016-07-12 Yao Qi <yao.qi@linaro.org>
4006
4007 * lib/selftest-support.exp (selftest_setup): Match the output
4008 when captured_main is inlined.
4009
4f19a0e6
WT
40102016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4011
4012 * gdb.fortran/derived-types.exp (result_line, result_line_2):
4013 New variables.
4014 (print this%a, print this%b, print this): New tests.
4015 * gdb.fortran/derived-types.f90 (this): New object and
4016 initialization.
4017
986cf455
SM
40182016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4019
4020 * gdb.ada/arraydim.exp: Remove extra directory level in build
4021 directory.
4022
f0464b23
SM
40232016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4024
4025 * lib/ada.exp: Remove extra directory level in build directory.
4026 * gdb.ada/cond_lang.exp: Likewise.
4027 * gdb.ada/exec_changed.exp: Likewise.
4028 * gdb.ada/lang_switch.exp: Likewise.
4029
42d94011
MG
40302016-07-06 Manish Goregaokar <manish@mozilla.com>
4031
2806dc7e
PA
4032 * simple.rs: Add test for raw pointer subscripting.
4033 * simple.exp: Add test expectations.
42d94011 4034
647c264c
YQ
40352016-07-05 Yao Qi <yao.qi@linaro.org>
4036
4037 * gdb.mi/mi-reverse.exp: Match =record-started output.
4038
20aa2c60
PA
40392016-07-01 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.base/jit-reader.exp (info_registers_current_frame): New
4042 procedure.
4043 (jit_reader_test): Test the jit reader's unwinder.
4044 * gdb.base/jithost.c (jit_function_00_code): New global.
4045 (main): Use memcpy to fill in the mmapped code, instead of poking
4046 bytes manually here.
4047 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
4048 value.
4049 (read_debug_info): Save the function's range.
4050 (read_sp): New function.
4051 (unwind_frame): Use it. Also unwind RBP.
4052 (get_frame_id): Use read_sp.
4053 (gdb_init_reader): Use calloc instead of malloc.
4054 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
4055 parameter. Use gdb_test_multiple.
4056
ced2dffb
PA
40572016-07-01 Pedro Alves <palves@redhat.com>
4058 Antoine Tremblay <antoine.tremblay@ericsson.com>
4059
4060 * gdb.threads/process-dies-while-detaching.c: New file.
4061 * gdb.threads/process-dies-while-detaching.exp: New file.
4062
63000888
PA
40632016-07-01 Pedro Alves <palves@redhat.com>
4064
4065 * gdb.multi/watchpoint-multi-exit.c: New file.
4066 * gdb.multi/watchpoint-multi-exit.exp: New file.
4067
038d4868
PA
40682016-06-30 Pedro Alves <palves@redhat.com>
4069
4070 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
4071 unset inferior_spawn_id.
4072
994e9c83
PA
40732016-06-30 Pedro Alves <palves@redhat.com>
4074
4075 * lib/mi-support.exp (default_mi_gdb_start): Declare global
4076 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
4077
e5653468
YQ
40782016-06-29 Yao Qi <yao.qi@linaro.org>
4079
4080 * gdb.base/return.c: Add copyright header.
4081
803b47e5
TT
40822016-06-29 Tom Tromey <tom@tromey.com>
4083
4084 PR python/20129:
4085 * gdb.python/py-framefilter.exp: Add tests for setting priority
4086 and disabling of non-existent frame filter.
4087
28244707
YQ
40882016-06-29 Yao Qi <yao.qi@linaro.org>
4089
4090 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
4091 0x0f07ff.
4092
a31d2f06
YQ
40932016-06-28 Yao Qi <yao.qi@linaro.org>
4094
4095 * gdb.base/catch-syscall.exp: Remove check on isnative and target
4096 triplets. Start gdb, execute catch syscall, and continue. Check
4097 gdb's output to determine catch syscall is supported.
4098
921d8f54
MG
40992016-06-27 Manish Goregaokar <manish@mozilla.com>
4100
25d49b86
PA
4101 * gdb.rust/simple.rs: Add test for returning unit in a function.
4102 * gdb.rust/simple.exp: Add expectation for functions returning
4103 unit.
921d8f54 4104
f4952523
PMR
41052016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
4106
4107 * gdb.python/py-breakpoint-create-fail.c,
4108 gdb.python/py-breakpoint-create-fail.exp,
4109 gdb.python/py-breakpoint-create-fail.py: New testcase.
4110
fccb08f8
MG
41112016-06-25 Manish Goregaokar <manish@mozilla.com>
4112
4113 PR gdb/20239
4114 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
4115 * gdb.rust/simple.exp: Add test expectations for new NonZero
4116 tests.
fccb08f8 4117
6b850546
DT
41182016-06-24 David Taylor <dtaylor@emc.com>
4119
4120 * gdb.base/offsets.exp: New file.
4121 * gdb.base/offsets.c: New file.
4122
17621150
TT
41232016-06-23 Tom Tromey <tom@tromey.com>
4124
4125 PR gdb/16483:
4126 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
4127 before any filters are loaded.
4128
04d59df6
WT
41292016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
4130
4131 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
4132 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
4133 structs.
4134 * gdb.fortran/derived-type-function.exp: New file.
4135 * gdb.fortran/derived-type-function.f90: New file.
4136
4137
ac69f786
PA
41382016-06-21 Pedro Alves <palves@redhat.com>
4139
4140 * gdb.base/new-ui.exp: New file.
4141 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
4142 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
4143 (with_spawn_id): New procedure.
4144
49940788
PA
41452016-06-21 Pedro Alves <palves@redhat.com>
4146
4147 * gdb.mi/mi-exec-run.exp: New file.
4148
ef274d26
PA
41492016-06-21 Pedro Alves <palves@redhat.com>
4150
4151 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
4152 breakpoint command's output on the main UI.
4153 (test_break): New procedure, factored out from calls in the top
4154 level.
4155 (top level): Use foreach_with_prefix to test MI as main UI and as
4156 separate UI.
4157
468afe6c
PA
41582016-06-21 Pedro Alves <palves@redhat.com>
4159
4160 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
4161 (test_awatch_creation_and_listing)
4162 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
4163 Remove 'type' parameter.
4164 (test_watchpoint_all): New parameter mi_mode. Remove
4165 with_test_prefix.
4166 (top level): Use foreach_with_prefix, and add main/separate UI MI
4167 testing axis.
4168
51f77c37
PA
41692016-06-21 Pedro Alves <palves@redhat.com>
4170
4171 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
4172 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
4173 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
4174 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
4175 (gdb_main_spawn_id, mi_spawn_id): Declare and
4176 comment.
4177 (mi_create_inferior_pty): New procedure,
4178 factored out from default_mi_gdb_start.
4179 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
4180 procedures.
4181 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
4182 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
4183 Use mi_create_inferior_pty.
4184 (mi_gdb_start): Use eval to pass down args list.
4185
8980e177
PA
41862016-06-21 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
4189 * gdb.opt/inline-cmds.exp: Add MI tests.
4190
f38d3ad1
PA
41912016-06-21 Pedro Alves <palves@redhat.com>
4192
4193 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
4194
45db7c09
PA
41952016-06-21 Pedro Alves <palves@redhat.com>
4196
4197 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
4198 (top level): Use it instead of mi_execute_to.
4199
5a069ab3
PA
42002016-06-21 Pedro Alves <palves@redhat.com>
4201
4202 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
4203 (cont_handler_str): New.
4204 (signal_stop_handler): Set stop_handler_str instead of printing to
4205 stdout.
4206 (continue_handler): Set cont_handler_str instead of printing to
4207 stdout.
4208 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
4209 mi_send_resuming_command. Print stop_handler_str and
4210 cont_handler_str instead of expecting the python events print
4211 directly.
4212
2838cc1d
SD
42132016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4214
4215 * gdb.base/jit-reader.exp: New file.
4216 * gdb.base/jithost.c: New file.
4217 * gdb.base/jithost.h: New file.
4218 * gdb.base/jitreader.c : New file.
4219 * gdb.base/jit-protocol.h: New file.
4220
21a77091
YQ
42212016-06-17 Yao Qi <yao.qi@linaro.org>
4222
4223 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
4224 parameters follow_fork and detach_on_fork. Set follow-fork-mode
4225 and detach-on-fork. Adjust tests.
4226 (top level): Invoke break_cond_on_syscall with combinations of
4227 syscall, follow-fork-mode and detach-on-fork.
4228
f50bf8e5
YQ
42292016-06-17 Yao Qi <yao.qi@linaro.org>
4230
4231 * gdb.base/step-over-exit.c: New.
4232 * gdb.base/step-over-exit.exp: New.
4233
a28d8e50
YTL
42342016-06-17 Yan-Ting Lin <currygt52@gmail.com>
4235
4236 * gdb.base/float.exp: Add target check for nds32*-*-*.
4237 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
4238
cad8e26d
AB
42392016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4240
4241 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
4242 for unsupported target features.
4243 * gdb.base/call-rt-st.exp: Likewise.
4244 * gdb.base/call-sc.exp: Likewise.
4245 * gdb.base/call-signal-resume.exp: Likewise.
4246 * gdb.base/call-strs.exp: Likewise.
4247 * gdb.base/callexit.exp: Likewise.
4248 * gdb.base/callfuncs.exp: Likewise.
4249 * gdb.base/nodebug.exp: Likewise.
4250 * gdb.base/printcmds.exp: Likewise.
4251 * gdb.base/ptype.exp: Likewise.
4252 * gdb.base/structs.exp: Likewise.
4253 * gdb.base/unwindonsignal.exp: Likewise.
4254 * gdb.cp/gdb2495.exp: Likewise.
4255 * gdb.cp/templates.exp: Likewise.
4256 * gdb.cp/virtfunc.exp: Likewise.
4257 * gdb.threads/hand-call-in-threads.exp: Likewise.
4258 * gdb.threads/interrupted-hand-call.exp: Likewise.
4259 * gdb.threads/thread-unwindonsignal.exp: Likewise.
4260
347dc102
TT
42612016-06-10 Tom Tromey <tom@tromey.com>
4262
4263 PR rust/20110:
4264 * gdb.rust/expr.exp: Add test for integer constant larger than
4265 i32.
4266
5e13cf25
BH
42672016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
4268
4269 * gdb.fortran/nested-funcs.exp: New.
4270 * gdb.fortran/nested-funcs.f90: New.
4271
bb556f1f
TK
42722016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
4273
4274 * gdb.base/examine-backward.c: New file.
4275 * gdb.base/examine-backward.exp: New file.
4276
38b022b4
SM
42772016-06-06 Simon Marchi <simon.marchi@ericsson.com>
4278
4279 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
4280 matching.
4281
1b40ec05
TT
42822016-06-02 Tom Tromey <tom@tromey.com>
4283
4284 PR python/18984:
4285 * gdb.python/py-shared.exp: Add solib_name test.
4286
193bd378
SM
42872016-06-02 Simon Marchi <simon.marchi@ericsson.com>
4288
4289 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
4290
3326303b
MG
42912016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
4292
4293 PR c++/19893
4294 * gdb.dwarf2/implref.exp: Rename to...
4295 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
4296 * gdb.dwarf2/implref-array.c: New file.
4297 * gdb.dwarf2/implref-array.exp: Likewise.
4298 * gdb.dwarf2/implref-global.c: Likewise.
4299 * gdb.dwarf2/implref-global.exp: Likewise.
4300 * gdb.dwarf2/implref-struct.c: Likewise.
4301 * gdb.dwarf2/implref-struct.exp: Likewise.
4302
825c8ef2
AT
43032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4304
4305 * gdb.trace/trace-condition.exp: Add 64bit tests.
4306
2320162a
AT
43072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4308
4309 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
4310 bits types.
4311 (main): Adapt to 8 to 64 bits types.
4312 * gdb.trace/trace-condition.exp: Add new tests.
4313
a7818233
AT
43142016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4315
4316 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
4317
0d336466
AT
43182016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4319
4320 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
4321 Move condition tests...
4322 * gdb.trace/trace-condition.exp: Here.
4323
7faeb45a
AT
43242016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4325
4326 * gdb.trace/trace-condition.exp: Add counter-case tests.
4327
e385593e
JK
43282016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4329
4330 PR c++/15231
4331 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
4332 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
4333
744608cc
PA
43342016-05-27 Pedro Alves <palves@redhat.com>
4335
4336 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4337 New procedure.
4338 (top level): Call it, and bail out of DejaGnu is known to be bad.
4339
ac775bf4
AB
43402016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
4341
4342 * gdb.base/whatis.c: Extend the test case.
4343 * gdb.base/whatis.exp: Add additional tests.
4344
2bbad2ea
BH
43452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4346
4347* gdb.fortran/type.f90: Add pointer variable.
4348* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
4349
8b70175d
BH
43502016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4351
4352 * gdb.fortran/vla-type.exp: Fix testcase name.
4353
86d8a848
BH
43542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4355
4356 * gdb.fortran/vla-type.exp: Access elements in nested structs.
4357
e188eb36
BH
43582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4359
4360 * gdb.fortran/type.f90: Add nested structures.
4361 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
4362 * gdb.fortran/derived-type.exp: Adapt expected output.
4363 * gdb.fortran/vla-type.exp: Adapt expected output.
4364
9b2db1fd
BH
43652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4366
4367 * gdb.fortran/whatis_type.exp: Adapt expected output.
4368
72b17055
BH
43692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4370
4371 * gdb.fortran/print_type.exp: Fix expected output.
4372 * gdb.fortran/whatis_type.exp: Fix expected output.
4373
3cd81d8d
BH
43742016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
4375
4376 * gdb.fortran/whatis_type.exp: Use multi_line.
4377
ddae9462
TT
43782016-05-24 Tom Tromey <tom@tromey.com>
4379
4380 PR python/17386:
4381 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
4382 use value as an index.
4383
1957f6b8
TT
43842016-05-23 Tom Tromey <tom@tromey.com>
4385
4386 PR python/17981:
4387 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
4388 no-breakpoint case.
4389
026a9174
PA
43902016-05-24 Pedro Alves <palves@redhat.com>
4391
4392 PR gdb/19828
4393 * gdb.threads/clone-attach-detach.c: New file.
4394 * gdb.threads/clone-attach-detach.exp: New file.
4395
e70a7231
FR
43962016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
4397
4398 * gdb.base/annota-input-while-running.exp: Fix syntax error.
4399
0f6ed0e0
TT
44002016-05-23 Tom Tromey <tom@tromey.com>
4401
4402 PR python/19438, PR python/18393:
4403 * gdb.python/py-progspace.exp: Add "dir" test.
4404 * gdb.python/py-objfile.exp: Add "dir" test.
4405
ffd19d61
YQ
44062016-05-23 Yao Qi <yao.qi@linaro.org>
4407
4408 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
4409 * gdb.arch/thumb2-it.exp: Likewise.
4410
9e8f9b05
SM
44112016-05-18 Simon Marchi <simon.marchi@ericsson.com>
4412
4413 * gdb.mi/mi-threads-interrupt.c: New file.
4414 * gdb.mi/mi-threads-interrupt.exp: New file.
4415
61c6156d
SM
44162016-05-17 Simon Marchi <simon.marchi@ericsson.com>
4417
4418 PR gdb/18077
4419 * gdb.mi/mi-async-run.exp: New file.
4420 * gdb.mi/mi-async-run.c: New file.
4421
67218854
TT
44222016-05-17 Tom Tromey <tom@tromey.com>
4423 Manish Goregaokar <manishsmail@gmail.com>
4424
4425 * lib/rust-support.exp: New file.
4426 * lib/gdb.exp (skip_rust_tests): New proc.
4427 (build_executable_from_specs): Handle rust.
4428 * lib/future.exp (gdb_find_rustc): New proc.
4429 (gdb_default_target_compile): Handle rust.
4430 * gdb.rust/expr.exp: New file.
4431 * gdb.rust/generics.exp: New file.
4432 * gdb.rust/generics.rs: New file.
4433 * gdb.rust/methods.exp: New file.
4434 * gdb.rust/methods.rs: New file.
4435 * gdb.rust/modules.exp: New file.
4436 * gdb.rust/modules.rs: New file.
4437 * gdb.rust/simple.exp: New file.
4438 * gdb.rust/simple.rs: New file.
4439
c44af4eb
TT
44402016-05-17 Tom Tromey <tom@tromey.com>
4441
4442 * gdb.base/default.exp (set language): Add rust.
4443
dcd1f979
TT
44442016-05-17 Tom Tromey <tom@tromey.com>
4445
4446 * gdb.gdb/unittest.exp: New file.
4447
155b7f57
YQ
44482016-05-16 Yao Qi <yao.qi@linaro.org>
4449
4450 * gdb.base/batch-preserve-term-settings.exp: Remove variable
4451 shell_prompt. Update shell_prompt_re.
4452
8ddd5a6c
DE
44532016-05-12 Doug Evans <dje@google.com>
4454
4455 PR symtab/19999
4456 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
4457 $options when building executable.
4458 * gdb.dwarf2/fission-loclists-pie.S: New file.
4459 * gdb.dwarf2/fission-loclists-pie.exp: New file.
4460
02e370d9
SM
44612016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4462
4463 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
4464 of [is_remote target],
4465
8929ad8b
SM
44662016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4467
4468 * lib/gdb.exp (use_gdb_stub): New procedure.
4469
6c447423
DE
44702016-05-03 Yunlian Jiang <yunlian@google.com>
4471 Doug Evans <dje@google.com>
4472
4473 PR symtab/19914
4474 * gdb.dwarf2/dwp-sepdebug.c: New file.
4475 * gdb.dwarf2/dwp-sepdebug.exp: New file.
4476
444e826c
SM
44772016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4478
4479 * gdb.base/detach.exp: Remove is_remote check.
4480
740feeaa
SM
44812016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4482
4483 * gdb.base/annota-input-while-running.exp: Don't check for
4484 [is_remote target]. Enable annotations after running to main.
4485 Remove unused "set test..." line.
4486
9080ac9d
SM
44872016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4488
4489 * gdb.trace/trace-enable-disable.exp: New file.
4490 * gdb.trace/trace-enable-disable.c: New file.
4491
952ebca5
SM
44922016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4493
4494 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
4495 use it in info sharedlibrary test.
4496 * gdb.trace/ftrace-lock.exp: Likewise.
4497 * gdb.trace/ftrace.exp: Likewise.
4498 * gdb.trace/range-stepping.exp: Likewise.
4499 * gdb.trace/trace-break.exp: Likewise.
4500 * gdb.trace/trace-condition.exp: Likewise.
4501 * gdb.trace/trace-mt.exp: Likewise.
4502
d9019901
SM
45032016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4504
4505 * lib/gdb.exp (gdb_load_shlibs): Rename to...
4506 (gdb_load_shlib): ... this.
4507 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
4508 gdb_load_shlib.
4509 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
4510 * gdb.base/ctxobj.exp: Likewise.
4511 * gdb.base/dprintf-pending.exp: Likewise.
4512 * gdb.base/dso2dso.exp: Likewise.
4513 * gdb.base/fixsection.exp: Likewise.
4514 * gdb.base/gcore-relro.exp: Likewise.
4515 * gdb.base/gdb1555.exp: Likewise.
4516 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4517 * gdb.base/gnu-ifunc.exp: Likewise.
4518 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
4519 * gdb.base/jit-so.exp (one_jit_test): Likewise.
4520 * gdb.base/pending.exp: Likewise.
4521 * gdb.base/print-file-var.exp: Likewise.
4522 * gdb.base/print-symbol-loading.exp: Likewise.
4523 * gdb.base/shlib-call.exp: Likewise.
4524 * gdb.base/shreloc.exp: Likewise.
4525 * gdb.base/so-impl-ld.exp: Likewise.
4526 * gdb.base/solib-disc.exp: Likewise.
4527 * gdb.base/solib-nodir.exp: Likewise.
4528 * gdb.base/solib-overlap.exp: Likewise.
4529 * gdb.base/solib-symbol.exp: Likewise.
4530 * gdb.base/solib-weak.exp (do_test): Likewise.
4531 * gdb.base/sym-file.exp: Likewise.
4532 * gdb.base/symtab-search-order.exp: Likewise.
4533 * gdb.base/type-opaque.exp: Likewise.
4534 * gdb.base/unload.exp: Likewise.
4535 * gdb.base/watchpoint-solib.exp: Likewise.
4536 * gdb.compile/compile.exp: Likewise.
4537 * gdb.cp/gdb2384.exp: Likewise.
4538 * gdb.cp/infcall-dlopen.exp: Likewise.
4539 * gdb.cp/re-set-overloaded.exp: Likewise.
4540 * gdb.fortran/library-module.exp: Likewise.
4541 * gdb.opt/solib-intra-step.exp: Likewise.
4542 * gdb.python/py-finish-breakpoint.exp: Likewise.
4543 * gdb.python/py-shared.exp: Likewise.
4544 * gdb.reverse/solib-precsave.exp: Likewise.
4545 * gdb.reverse/solib-reverse.exp: Likewise.
4546 * gdb.server/solib-list.exp: Likewise.
4547 * gdb.threads/dlopen-libpthread.exp: Likewise.
4548 * gdb.threads/tls-shared.exp: Likewise.
4549 * gdb.threads/tls-so_extern.exp: Likewise.
4550 * gdb.trace/change-loc.exp: Likewise.
4551 * gdb.trace/ftrace-lock.exp: Likewise.
4552 * gdb.trace/ftrace.exp: Likewise.
4553 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
4554 * gdb.trace/pending.exp: Likewise.
4555 * gdb.trace/range-stepping.exp: Likewise.
4556 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
4557 (strace_info_marker): Likewise.
4558 (strace_probe_marker): Likewise.
4559 (strace_trace_on_same_addr): Likewise.
4560 (strace_trace_on_diff_addr): Likewise.
4561 * gdb.trace/trace-break.exp: Likewise.
4562 * gdb.trace/trace-condition.exp: Likewise.
4563 * gdb.trace/trace-mt.exp: Likewise.
4564
fca4cfd9
SM
45652016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4566
4567 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
4568 result of gdb_remote_download.
4569 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
4570 * gdb.base/dso2dso.exp: Likewise.
4571 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4572 * gdb.base/print-file-var.exp: Likewise.
4573 * gdb.base/shlib-call.exp: Likewise.
4574 * gdb.base/shreloc.exp: Likewise.
4575 * gdb.base/solib-overlap.exp: Likewise.
4576 * gdb.base/solib-weak.exp (do_test): Likewise.
4577 * gdb.base/unload.exp: Likewise.
4578
11cf4ffb
YQ
45792016-04-27 Yao Qi <yao.qi@linaro.org>
4580
4581 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
4582 exists.
4583
3e2e34f8
KB
45842016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4585
4586 * vla-type.exp: Print structure from toplevel.
4587
8f07e298
BH
45882016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4589
4590 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
4591 of dynamic types.
4592 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
4593 of dynamic types.
4594
9920b434
BH
45952016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4596
4597 * gdb.fortran/vla-type.f90: New file.
4598 * gdb.fortran/vla-type.exp: New file.
4599
f3abeff5
YQ
46002016-04-25 Yao Qi <yao.qi@linaro.org>
4601
4602 * gdb.base/branch-to-self.c: New file.
4603 * gdb.base/branch-to-self.exp: New file.
4604
0a5d52f0
YQ
46052016-04-22 Yao Qi <yao.qi@linaro.org>
4606
4607 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4608 more after $hex.
4609
495346f6
YQ
46102016-04-22 Yao Qi <yao.qi@linaro.org>
4611
4612 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4613 * gdb.base/annota3.exp: Likewise.
4614
4a7e075c
YQ
46152016-04-22 Yao Qi <yao.qi@linaro.org>
4616
4617 * gdb.reverse/step-precsave.exp: Do one step and test program
4618 stops in "callee" and do multiple steps until program goes out
4619 of "callee".
4620 * gdb.reverse/step-reverse.exp: Likewise.
4621
5b061e98
YQ
46222016-04-22 Yao Qi <yao.qi@linaro.org>
4623
4624 * gdb.trace/signal.exp: Also pass if
4625 $tracepoint_hits($i) > $iterations.
4626
5c5dc57f
YQ
46272016-04-22 Yao Qi <yao.qi@linaro.org>
4628
4629 * gdb.trace/signal.c: New file.
4630 * gdb.trace/signal.exp: New file.
4631
a55411b9
DE
46322016-04-19 Doug Evans <xdje42@gmail.com>
4633
4634 * gdb.base/bad-file.exp: New file.
4635
a22df60a
MG
46362016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4637
4638 * gdb.dwarf2/implref.exp: New file.
4639
0c13f7e5
BH
46402016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4641
4642 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
4643 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
4644 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4645 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4646 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4647 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4648 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4649 * lib/fortran.exp (fortran_int4): New procedure.
4650 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4651 (fortran_logical4): Likewise.
4652
9b9b09e9
BH
46532016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
4654
4655 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4656
a14d1f4d
BH
46572016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4658
4659 * lib/compiler.c: Add Intel specific preprocessor macros.
4660 * lib/compiler.cc: Likewise.
25d49b86 4661
7d49b1d0
LM
46622016-04-13 Luis Machado <lgustavo@codesourcery.com>
4663
4664 * gdb.server/connect-with-no-symbol-file.c: New file.
4665 * gdb.server/connect-with-no-symbol-file.exp: New file.
4666
8392fa22
SM
46672016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4668
4669 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4670
8c4c4aeb
SM
46712016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4672
4673 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4674 standard output directory.
4675
45e3745e
AT
46762016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4677
4678 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4679
e26b7e41
MM
46802016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4681
4682 * gdb.btrace/instruction_history.c (loop): Add declaration.
4683
8ce09462
AT
46842016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4685
4686 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4687
2e88a1ea
SM
46882016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4689
4690 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4691 parentheses to print.
4692 (continue_handler): Likewise.
4693
f48e22e3
SM
46942016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4695
4696 * gdb.server/solib-list.exp: Remove is_remote check.
4697 Pass shlib= to gdb_compile. Don't link shared library with
4698 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4699 Run binary filename through "readlink -f" on the target.
4700
096be756
PA
47012016-04-08 Pedro Alves <palves@redhat.com>
4702
4703 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4704 interpreter filename as argument to gdbserver_spawn.
4705 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4706 Return empty if $last_loaded_file does not exist.
4707
06500533
JK
47082016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4709
4710 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4711 * gdb.base/jit-main.c: Use exit after usage.
4712
2d35e871
JK
47132016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4714
4715 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4716 GDBHISTSIZE prior to the tests.
4717 * gdb.base/gdbinit-history.exp: Likewise.
4718
47192016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
4720
4721 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4722 instead of build_executable. Use gdb_load_shlibs.
4723
c8064e7e
YQ
47242016-04-07 Yao Qi <yao.qi@linaro.org>
4725
4726 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4727 Execute "si" command.
4728
bde47561
YQ
47292016-04-07 Yao Qi <yao.qi@linaro.org>
4730
4731 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4732 number instead of the comments on some line.
4733
b16f8a3b
DB
47342016-04-06 Don Breazeal <donb@codesourcery.com>
4735
4736 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4737 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4738
c2f901df
SM
47392016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4740
4741 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4742 standard_output_file. Remove unused binfile variable.
4743
ac17fda0
CU
47442016-04-05 Catalin Udma <catalin.udma@freescale.com>
4745
4746 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4747 * gdb.python/py-mi-objfile.exp: Match "list main" output
4748 in console format.
4749
03a8c4df
SM
47502016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4751
4752 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4753 absolute.
4754
6e774b13
SM
47552016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4756
4757 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4758 absolute.
4759 * gdb.trace/ftrace.exp: Likewise.
4760 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4761 targets as well.
4762 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4763 (gdb_load_shlibs): Copy libraries to test directory when testing
4764 natively. Only set solib-search-path if testing remotely.
4765 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4766
7817ea46
SM
47672016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4768
4769 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4770 gdb_download. Use it even if the target is not remote.
4771 * gdb.base/jit.exp (compile_jit_test): Likewise.
4772 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4773 output directory if the destination board is local, otherwise use
4774 the standard remote_download from DejaGnu.
4775 (gdb_download): Remove.
4776 (gdb_load_shlibs): Use gdb_remote_download instead of
4777 gdb_download.
4778 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4779 Use gdb_remote_download instead of gdb_download. Use it even if
4780 the target is not remote.
4781 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4782 instead of gdb_download.
4783
7beb7f68
SM
47842016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4785
4786 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4787 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4788 run.
4789
cc63428a
AV
47902016-04-01 Artemiy Volkov <artemiyv@acm.org>
4791
4792 PR gdb/19820
4793 * gdb.base/printcmds.exp: Add artificial arrays tests.
4794
64cdf930
PA
47952016-03-31 Pedro Alves <palves@redhat.com>
4796
4797 PR gdb/19858
4798 * gdb.base/jit-main.c: Include unistd.h.
4799 (ATTACH): Define to 0 if not already defined.
4800 (wait_for_gdb, mypid): New globals.
4801 (WAIT_FOR_GDB): New macro.
4802 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4803 some breakpoint locations.
4804 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4805 New procedures.
4806 (one_jit_test): Add REATTACH parameter, and handle it. Use
4807 continue_to_test_location.
4808 (top level): Test attach, and adjusts calls to one_jit_test.
4809
40dea8cb
PA
48102016-03-31 Pedro Alves <palves@redhat.com>
4811
4812 PR gdb/19858
4813 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4814 BINSUFFIX parameter, and handle it.
4815 (top level): Adjust calls compile_jit_test.
4816
e7ea3ec7
CU
48172016-03-31 Catalin Udma <catalin.udma@freescale.com>
4818
4819 PR python/19743
4820 * gdb.python/py-mi-events-gdb.py: New file.
4821 * gdb.python/py-mi-events.c: New file.
4822 * gdb.python/py-mi-events.exp: New file.
4823
e6359af3
YQ
48242016-03-30 Yao Qi <yao.qi@linaro.org>
4825
4826 * gdb.reverse/until-precsave.exp: Match function name only.
4827 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4828 Move malloc to a condition block.
4829 * gdb.reverse/until-reverse.exp: Match function name only.
4830
a4105d04
MK
48312016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4832
4833 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4834 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4835 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4836 variable for GPR 0 instead of assuming it is register 0.
4837 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4838 * lib/trace-support.exp: Add s390 registers.
4839
bfa6adb9
YQ
48402016-03-29 Yao Qi <yao.qi@linaro.org>
4841
4842 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4843
1e6697ea
YQ
48442016-03-24 Yao Qi <yao.qi@linaro.org>
4845
4846 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4847 test message.
4848
64bcd522
AA
48492016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4850
4851 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4852 maintaining separate logic for constructing the output path.
4853
7868401b
DB
48542016-03-16 Don Breazeal <donb@codesourcery.com>
4855
4856 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4857 Retry fork and waitpid on interrupted system call errors.
4858 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4859 Use with_timeout_factor to increase timeout by factor of 10.
4860
1cafadb4
DB
48612016-03-15 Don Breazeal <donb@codesourcery.com>
4862
4863 * gdb.cp/scope-err.cc: New test program.
4864 * gdb.cp/scope-err.exp: New test script.
4865 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4866 lines and "set breakpoint here" comment.
4867 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4868 Fixed some whitespace and format issues.
4869 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4870 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4871
81516450
DE
48722016-03-15 Doug Evans <dje@google.com>
4873
4874 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4875 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4876 All callers updated. Add tests for enums, mixed flags register.
4877
aa52b601
DE
48782016-03-15 Doug Evans <dje@google.com>
4879
4880 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4881 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4882
fa4ff313
SM
48832016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4884
4885 * gdb.base/default.exp: Add $_as_string to the list of expected
4886 convenience functions.
4887
f2403c39
AB
48882016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4889
4890 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4891
f2f3ccb9
SM
48922016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4893
4894 * gdb.python/py-as-string.exp: New file.
4895 * gdb.python/py-as-string.c: New file.
4896
00dbd492
PA
48972016-03-09 Pedro Alves <palves@redhat.com>
4898
4899 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4900 signal" -> "Thread NN received signal" output change.
4901 * gdb.threads/ia64-sigill.exp: Likewise.
4902 * gdb.threads/linux-dp.exp: Likewise.
4903 * gdb.threads/manythreads.exp: Likewise.
4904 * gdb.threads/pending-step.exp: Likewise.
4905 * gdb.threads/print-threads.exp: Likewise.
4906 * gdb.threads/sigstep-threads.exp: Likewise.
4907 * gdb.threads/staticthreads.exp: Likewise.
4908 * gdb.threads/tls.exp: Likewise.
4909
1e6697ea
YQ
49102016-03-09 Pedro Alves <palves@redhat.com>
4911
4912 * gdb.base/command-line-input.exp: New file.
4913
b04fd3be
MK
49142016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4915
4916 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4917 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4918 * gdb.trace/pending.exp: Accept leading dot before function name.
4919 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4920 * lib/trace-support.exp: Set registers for ppc.
4921
98fa59e9
MK
49222016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4923
4924 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4925 use it for disassembly; accept .main in addition to main in backtrace.
4926
f77198c8
MK
49272016-03-09 Wei-cheng Wang <cole945@gmail.com>
4928 Marcin Kościelnicki <koriakin@0x04.net>
4929
4930 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4931 (gdb_recursion_test_ptr): New global variable.
4932 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4933 gdb_recursion_test.
4934 (gdb_c_test): Ditto.
4935
ba84e0da
MK
49362016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4937
4938 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4939 ordering.
4940
4366d36e
MK
49412016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4942
4943 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4944 (bar): Add bar_start_lbl label.
4945 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4946 of foo/bar for emitting DWARF and tracing.
4947
5eb264df
SDJ
49482016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4949
4950 * analyze-racy-logs.py: Set executable bit.
4951
fb6a751f
SDJ
49522016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4953
4954 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4955 (CHECK_TARGET_TMP): Likewise.
4956 (check-single-racy): New rule.
4957 (check-parallel-racy): Likewise.
4958 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4959 (do-check-parallel-racy): New rule.
4960 (check-racy/%.exp): Likewise.
4961 * README (Racy testcases): New section.
4962 * analyze-racy-logs.py: New file.
4963
bdf7e230
DE
49642016-03-03 Doug Evans <dje@google.com>
4965
4966 * gdb.base/skip.exp: Use with_test_prefix.
4967
4719d415
YQ
49682016-03-03 Yao Qi <yao.qi@linaro.org>
4969
4970 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4971 Invoke step_over_syscall "clone" and break_cond_on_syscall
4972 "clone".
4973 * gdb.base/step-over-clone.c: New file.
4974
ea507862
YQ
49752016-03-03 Yao Qi <yao.qi@linaro.org>
4976
4977 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4978 code format.
4979
8fc8cbda
YQ
49802016-03-03 Yao Qi <yao.qi@linaro.org>
4981
4982 * gdb.base/disp-step-fork.c: Rename to ...
4983 * gdb.base/step-over-fork.c: ... it. New file.
4984 * gdb.base/disp-step-vfork.c: Rename to ...
4985 * gdb.base/step-over-vfork.c: ... it. New file.
4986 * gdb.base/disp-step-syscall.exp: Rename to ...
4987 * gdb.base/step-over-syscall.exp: ... it. New file.
4988 (disp_step_cross_syscall): Rename to ...
4989 (step_over_syscall): ... it.
4990
92fa70b0
YQ
49912016-03-03 Yao Qi <yao.qi@linaro.org>
4992
4993 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4994 If target supports condition evaluation on target, invoke
4995 break_cond_on_syscall for fork and vfork.
4996
e197ad3c
YQ
49972016-03-03 Yao Qi <yao.qi@linaro.org>
4998
4999 * gdb.base/disp-step-syscall.exp: Don't invoke
5000 support_displaced_stepping.
5001 (disp_step_cross_syscall): Test with displaced stepping off and
5002 on if supported.
5003
0b47da9f
YQ
50042016-03-03 Yao Qi <yao.qi@linaro.org>
5005
5006 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
5007 proc.
5008 (setup): New proc.
5009 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
5010 and setup.
5011
065ab6dc
BH
50122016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5013
5014 * gdb.fortran/vla-history.exp: Remove breakpoint.
5015
07e448ad 50162016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5017
25d49b86
PA
5018 * gdb.fortran/vla-history.exp: Lookup array elements and printing
5019 exceeds timeout.
07e448ad 5020
9ac2d526 50212016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5022
25d49b86
PA
5023 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
5024 breakpoint.
9ac2d526 5025
17807369
BH
50262016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5027
5028 * gdb.mi/vla.f90: Nullify pointer after declaration.
5029
86e501af
PA
50302016-03-01 Pedro Alves <palves@redhat.com>
5031
5032 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
5033
1e903e32
PA
50342016-03-01 Pedro Alves <palves@redhat.com>
5035
5036 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
5037 before anything else.
5038 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
5039 _GNU_SOURCE here.
5040 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
5041 before anything else.
5042 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
5043
6ccb54e2
PA
50442016-03-01 Pedro Alves <palves@redhat.com>
5045
5046 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
5047
30ca9da1
YQ
50482016-03-01 Yao Qi <yao.qi@linaro.org>
5049
5050 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
5051 prepare_for_testing.
5052
dc856b38
YQ
50532016-03-01 Yao Qi <yao.qi@linaro.org>
5054
5055 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
5056
4a932159
AA
50572016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5058
5059 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
5060 manually constructing the output path.
5061
f2489477
AA
50622016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5063
5064 * gdb.arch/s390-stackless.S: New.
5065 * gdb.arch/s390-stackless.exp: New.
5066
38899f16
IB
50672016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
5068
5069 * gdb.dlang/circular.c: New file.
5070 * gdb.dlang/circular.exp: New file.
5071
9fde51ed
YQ
50722016-02-26 Yao Qi <yao.qi@linaro.org>
5073
5074 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
5075 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
5076 (testcases): Update.
5077
ce90fefe
YQ
50782016-02-26 Yao Qi <yao.qi@linaro.org>
5079
5080 * gdb.reverse/aarch64.c: Rename to ...
5081 * gdb.reverse/insn-reverse.c: ... it.
5082 * gdb.reverse/aarch64.exp: Rename to ...
5083 * gdb.reverse/insn-reverse.exp: ... it.
5084
3263bceb
YQ
50852016-02-26 Yao Qi <yao.qi@linaro.org>
5086
5087 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
5088 (testcase_ftype): New.
5089 (testcases): New array.
5090 (n_testcases): New.
5091 (main): Call each element in testcases.
5092 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
5093 (read_testcase): New.
5094 Do the tests in a loop.
5095
6cb59ff1
YQ
50962016-02-25 Yao Qi <yao.qi@linaro.org>
5097
5098 * gdb.base/branches.c: Remove.
5099
ae91f625
MK
51002016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5101
5102 PR gdb/13808
5103 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
5104
678b48b7
MK
51052016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5106
5107 * gdb.trace/ftrace.exp: Remove unnecessary target check.
5108
7337a6f2
MK
51092016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5110
5111 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
5112 change x86_64 call_insn to 'callq'.
5113
861ca91f
AT
51142016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5115
5116 * gdb.trace/tfile-avx.c: Move to...
5117 * gdb.trace/tracefile-pseudo-reg.c: Here.
5118 * gdb.trace/tfile-avx.exp: Move to...
5119 * gdb.trace/tracefile-pseudo-reg.exp: Here.
5120
bf74e428
GB
51212016-02-24 Gary Benson <gbenson@redhat.com>
5122
5123 * gdb.base/attach-pie-noexec.exp: Do not expect an error
5124 message on attach.
5125
cce0e923
DE
51262016-02-23 Doug Evans <dje@google.com>
5127
5128 * gdb.base/skip.c (test_skip): New function.
5129 (end_test_skip_file_and_function): New function.
5130 (test_skip_file_and_function): New function.
5131 * gdb.base/skip1.c (test_skip): New function.
5132 (skip1_test_skip_file_and_function): New function.
5133 * gdb.base/skip.exp: Add tests for new skip options.
5134 * gdb.base/skip-solib.exp: Update expected output.
5135 * gdb.perf/skip-command.cc: New file.
5136 * gdb.perf/skip-command.exp: New file.
5137 * gdb.perf/skip-command.py: New file.
5138
4000e47e
MK
51392016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
5140
5141 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
5142 info registers pattern.
5143
24f75ead
IB
51442016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
5145
5146 * lib/future.exp: Add D support.
5147 (gdb_find_gdc): New proc.
5148 (gdb_default_target_compile): Add D support.
5149
fbb7bcbe
WW
51502016-02-18 Wei-cheng Wang <cole945@gmail.com>
5151
5152 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
5153 user+system time.
5154 (trace_speed_test): Determine the iteration count for a time
5155 between 15..30 seconds.
5156
012b3a21
WT
51572016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
5158
5159 * gdb.arch/i386-mpx-sigsegv.c: New file.
5160 * gdb.arch/i386-mpx-sigsegv.exp: New file.
5161 * gdb.arch/i386-mpx-simple_segv.c: New file.
5162 * gdb.arch/i386-mpx-simple_segv.exp: New file.
5163
2d5189bd
YQ
51642016-02-18 Yao Qi <yao.qi@linaro.org>
5165
5166 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
5167 Don't call setup_kfail.
5168
40fb20d0
YQ
51692016-02-18 Yao Qi <yao.qi@linaro.org>
5170
5171 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5172 Set "set breakpoint condition-evaluation" per $cond_bp_target.
5173
21b1f8d2
DE
51742016-02-16 Doug Evans <dje@google.com>
5175
5176 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
5177 * gdb.base/skip1.c: Ditto.
5178 * gdb.base/skip.exp: Whitespace cleanup.
5179
4041ed77
DB
51802016-02-16 Don Breazeal <donb@codesourcery.com>
5181
5182 PR remote/19496
5183 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5184 Remove kfail for PR remote/19496.
5185
c4ef31bf
SM
51862016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5187
5188 * lib/gdb.exp (standard_temp_file): Return a path specific to
5189 the runtest invocation.
5190
266b65b3
SM
51912016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5192
5193 * gdb.trace/save-trace.exp: Change relative path to be in the
5194 standard output directory.
5195
a7a0a6a9
JK
51962016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5197
5198 * gdb.arch/i386-prologue.c: Add missing prototypes.
5199
c99dbb42
JK
52002016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5201
5202 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
5203 * gdb.arch/i386-prologue.exp: Likewise.
5204 * gdb.arch/i386-size.exp: Likewise.
5205
aa480355
SM
52062016-02-15 Simon Marchi <simon.marchi@ericsson.com>
5207
5208 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
5209 define object file path.
5210 * gdb.btrace/gcore.exp: Use standard_output_file to define core
5211 file path.
5212 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
5213 standard_output_file to define binfile.
5214
ba881f50
JK
52152016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5216
5217 Fix compatibility with recent gfortran-5.3.1.
5218 * gdb.fortran/vla-history.exp (print vla1 allocated)
5219 (print vla2 allocated, print $2, print $3): Remove
5220 (print $4): Rename to ...
5221 (print $2): ... here.
5222 (print $9): Rename to ...
5223 (print $5): ... here.
5224 (print $10): Rename to ...
5225 (print $6): ... here.
5226 * gdb.fortran/vla.f90: Add pvla initialization.
5227
e9fb005c
JK
52282016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5229
5230 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
5231 New test.
5232 * gdb.fortran/vla-value-sub.exp: Likewise.
5233
e44e00ff
MK
52342016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
5235
5236 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
5237
97e94151
SM
52382016-02-12 Simon Marchi <simon.marchi@ericsson.com>
5239
5240 * i386-biarch-core.exp: Define corefile using
5241 standard_output_file.
5242
01113bc1
YQ
52432016-02-12 Yao Qi <yao.qi@linaro.org>
5244
5245 * gdb.arch/arm-single-step-kernel-helper.c: New.
5246 * gdb.arch/arm-single-step-kernel-helper.exp: New.
5247
33b4777c
MM
52482016-02-12 Markus Metzger <markus.t.metzger@intel.com>
5249
5250 * gdb.btrace/tailcall-only.exp: New.
5251 * gdb.btrace/tailcall-only.c: New.
5252 * gdb.btrace/x86_64-tailcall-only.S: New.
5253 * gdb.btrace/i686-tailcall-only.S: New.
5254
acc23c11
PA
52552016-02-11 Pedro Alves <palves@redhat.com>
5256
5257 * README (Parallel testing): Add missing double quotes.
5258
e352bf0a
PA
52592016-02-11 Pedro Alves <palves@redhat.com>
5260
5261 * README (Parallel testing): New section.
5262 (GDB_PARALLEL): Rewrite.
5263 (FORCE_PARALLEL): Document.
5264
9f5fed78
MK
52652016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
5266
5267 * gdb.trace/tfile-avx.c: New test.
5268 * gdb.trace/tfile-avx.exp: New test.
5269
9ef9e6a6
KS
52702016-02-09 Keith Seitz <keiths@redhat.com>
5271
5272 PR breakpoints/19546
5273 * gdb.base/infcall-exec.c: New file.
5274 * gdb.base/infcall-exec2.c: New file.
5275 * gdb.base/infcall-exec.exp: New file.
5276
a96e36da
KS
52772016-02-09 Keith Seitz <keiths@redhat.com>
5278
5279 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
5280 (toplevel): Call test_bkpt_address.
5281
9f61929f
KS
52822016-02-09 Keith Seitz <keiths@redhat.com>
5283
5284 PR python/19506
5285 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
5286 (toplevel): Call test_bkpt_address.
5287
1e94266c
SM
52882016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5289
5290 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5291 to AC_OUTPUT.
5292 * configure: Regenerate.
5293
2a7f3dff
PA
52942016-02-09 Pedro Alves <palves@redhat.com>
5295
5296 PR breakpoints/19548
5297 * gdb.base/execl-update-breakpoints.c (some_function): New
5298 function.
5299 (main): Call it.
5300 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
5301 Tighten expected GDB output.
5302
2151ccc5
SM
53032016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5304
5305 * Makefile.in (ALL_SUBDIRS): Remove.
5306 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
5307 (distclean maintainer-clean realclean): Likewise.
5308 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
5309 * configure: Regenerate.
5310 * gdb.ada/Makefile.in: Delete.
5311 * gdb.arch/Makefile.in: Likewise.
5312 * gdb.asm/Makefile.in: Likewise.
5313 * gdb.base/Makefile.in: Likewise.
5314 * gdb.btrace/Makefile.in: Likewise.
5315 * gdb.cell/Makefile.in: Likewise.
5316 * gdb.compile/Makefile.in: Likewise.
5317 * gdb.cp/Makefile.in: Likewise.
5318 * gdb.disasm/Makefile.in: Likewise.
5319 * gdb.dlang/Makefile.in: Likewise.
5320 * gdb.dwarf2/Makefile.in: Likewise.
5321 * gdb.fortran/Makefile.in: Likewise.
5322 * gdb.gdb/Makefile.in: Likewise.
5323 * gdb.go/Makefile.in: Likewise.
5324 * gdb.guile/Makefile.in: Likewise.
5325 * gdb.java/Makefile.in: Likewise.
5326 * gdb.linespec/Makefile.in: Likewise.
5327 * gdb.mi/Makefile.in: Likewise.
5328 * gdb.modula2/Makefile.in: Likewise.
5329 * gdb.multi/Makefile.in: Likewise.
5330 * gdb.objc/Makefile.in: Likewise.
5331 * gdb.opencl/Makefile.in: Likewise.
5332 * gdb.opt/Makefile.in: Likewise.
5333 * gdb.pascal/Makefile.in: Likewise.
5334 * gdb.perf/Makefile.in: Likewise.
5335 * gdb.python/Makefile.in: Likewise.
5336 * gdb.reverse/Makefile.in: Likewise.
5337 * gdb.server/Makefile.in: Likewise.
5338 * gdb.stabs/Makefile.in: Likewise.
5339 * gdb.threads/Makefile.in: Likewise.
5340 * gdb.trace/Makefile.in: Likewise.
5341 * gdb.xml/Makefile.in: Likewise.
5342 * lib/gdb.exp (make_gdb_parallel_path): Add check for
5343 GDB_PARALLEL.
5344 (standard_output_file): Remove check for GDB_PARALLEL, always
5345 return path in outputs/$subdir/$testname.
5346
437277d4
SM
53472016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5348
5349 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
5350 (site.exp): Assign abs_srcdir to tcl's srcdir.
5351
31d913c7
YQ
53522016-02-04 Yao Qi <yao.qi@linaro.org>
5353
5354 * gdb.base/foll-exec-mode.c: Include limits.h.
5355 (main): Add parameters argc and argv. Get directory from
5356 argv[0].
5357 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
5358 compilation.
5359 * gdb.base/foll-exec.c: Include limits.h.
5360 (main): Add parameters argc and argv.
5361 Get directory from argv[0].
5362 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
5363 Adjust tests on the number of lines as source code changed.
5364 * gdb.base/foll-vfork-exit.c: Include limits.h.
5365 (main): Add one line of statement before vfork.
5366 * gdb.base/foll-vfork.c: Include limits.h and string.h.
5367 (main): Add parameters argc and argv. Get directory from
5368 argv[0].
5369 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
5370 (setup_gdb): Set tbreak to skip some source lines.
5371 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
5372 (main): Add parameters argc and argv. Get directory from
5373 argv[0].
5374 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
5375 compilation.
5376 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
5377 (main): Add parameters argc and argv. Get directory from
5378 argv[0].
5379 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
5380 compilation.
5381
9482b9fb
DE
53822016-02-01 Doug Evans <dje@google.com>
5383
5384 * gdb.base/skip.exp: Clean up multiple references to same test name.
5385
6b2e4f10
PA
53862016-02-01 Pedro Alves <palves@redhat.com>
5387
ccb6afd6 5388 PR remote/19496
6b2e4f10
PA
5389 * gdb.threads/forking-threads-plus-breakpoint.exp
5390 (displaced_stepping_supported): New global.
5391 (probe_displaced_stepping_support): New procedure.
5392 (do_test): Add 'displaced' parameter, and use it.
5393 (top level): Check for displaced stepping support. Add displaced
5394 stepping on/off testing axis.
5395
37a8db1a
AB
53962016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5397
5398 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
5399 pointer. Don't perform further tests on the unassociated pointer
5400 if the first test fails.
5401
5fdf6324
AB
54022016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5403
5404 * gdb.base/max-value-size.c: New file.
5405 * gdb.base/max-value-size.exp: New file.
5406 * gdb.base/huge.exp: Disable max-value-size for this test.
5407
935c6144
IB
54082016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
5409
5410 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5411
7fe8399d
YQ
54122016-01-28 Yao Qi <yao.qi@linaro.org>
5413
5414 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
5415
a2077e25
PA
54162016-01-25 Pedro Alves <palves@redhat.com>
5417
5418 PR threads/19461
5419 * gdb.base/fork-running-state.c: New file.
5420 * gdb.base/fork-running-state.exp: New file.
5421
1d2736d4
PA
54222016-01-25 Pedro Alves <palves@redhat.com>
5423
5424 PR gdb/19494
5425 * gdb.base/catch-fork-kill.c: New file.
5426 * gdb.base/catch-fork-kill.exp: New file.
5427
f1da4b11
PA
54282016-01-25 Pedro Alves <palves@redhat.com>
5429
5430 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
5431 Delete, moved to lib/gdb.exp.
5432 * gdb.threads/forking-threads-plus-breakpoint.exp
5433 (foreach_with_prefix): Likewise.
5434 * gdb.threads/process-dies-while-handling-bp.exp
5435 (foreach_with_prefix): Likewise.
5436 * lib/gdb.exp (foreach_with_prefix): New procedure.
5437
45f38546
MK
54382016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
5439
5440 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
5441 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
5442
dc29a1ce
MK
54432016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
5444
5445 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
5446 endian targets.
5447
092127d7
JK
54482016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5449 Pedro Alves <palves@redhat.com>
5450
5451 Fix testsuite compatibility with Guile.
5452 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
5453 number.
5454
31d765d3
JK
54552016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5456
5457 Fix testsuite compatibility with Guile.
5458 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
5459 (thread 1): New test for backtrace through signal handler.
5460
1ac78c04
YQ
54612016-01-22 Yao Qi <yao.qi@linaro.org>
5462
5463 PR testsuite/19491
5464 * gdb.base/multi-forks.c: Include
5465 ../lib/unbuffer_output.c
5466 (main): Call gdb_unbuffer_output.
5467
4f5946a8
DE
54682016-01-21 Doug Evans <dje@google.com>
5469
5470 * lib/ada.exp (gdb_compile_ada): Fix typo.
5471
305e13e6
JB
54722016-01-21 Joel Brobecker <brobecker@adacore.com>
5473
5474 * gdb.base/break-fun-addr.exp: New file.
5475 * gdb.base/break-fun-addr1.c: New file.
5476 * gdb.base/break-fun-addr2.c: New file.
5477
5f5dfff6
SM
54782016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
5479
5480 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
5481 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
5482 enum flag values.
5483
fd356fa2
AA
54842016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5485
5486 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
5487 when GDB can not set the vector return value. Add more comments
5488 for clarification.
5489
9df22175
AT
54902016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
5491
5492 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
5493 command.
5494
41d1845e
SM
54952016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5496
5497 * Makefile.in (DO_RUNTEST): Add --status and update usages.
5498
01ac6840
SM
54992016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5500
5501 * Makefile.in (check-single): Pass --status to runtest.
5502 (check/%.exp): Likewise.
5503
55042016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5505
5506 * Makefile.in (check-parallel): Propagate return code from make
5507 do-check-parallel.
5508
bd0a71fa
MK
55092016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
5510
5511 * gdb.trace/ftrace.exp: Fix expected message on continue.
5512 * gdb.trace/pending.exp: Fix expected message on continue.
5513 * gdb.trace/trace-break.exp: Fix expected message on continue.
5514
8bcbad33
SM
55152016-01-18 Simon Marchi <simon.marchi@ericsson.com>
5516
5517 * lib/gdb.exp (gdb_test): Remove unused global references.
5518
f303dbd6
PA
55192016-01-18 Pedro Alves <palves@redhat.com>
5520
5521 * gdb.base/async-shell.exp: Adjust expected output.
5522 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
5523 * gdb.base/siginfo-thread.exp: Adjust expected output.
5524 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
5525 * gdb.java/jnpe.exp: Adjust expected output.
5526 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
5527 * gdb.threads/continue-pending-status.exp: Adjust expected output.
5528 * gdb.threads/leader-exit.exp: Adjust expected output.
5529 * gdb.threads/manythreads.exp: Adjust expected output.
5530 * gdb.threads/pthreads.exp: Adjust expected output.
5531 * gdb.threads/schedlock.exp: Adjust expected output.
5532 * gdb.threads/siginfo-threads.exp: Adjust expected output.
5533 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
5534 expected output.
5535 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
5536 output.
5537 * gdb.threads/sigthread.exp: Adjust expected output.
5538 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
5539
b2789696
YQ
55402016-01-18 Yao Qi <yao.qi@linaro.org>
5541
5542 * gdb.guile/scm-section-script.c: Replace @progbits with
5543 %progbits.
5544 * gdb.python/py-section-script.c: Likewise.
5545
71ef29a8
PA
55462016-01-15 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.multi/tids.exp: Test star wildcard ranges.
5549
3f5b7598
PA
55502016-01-15 Pedro Alves <palves@redhat.com>
5551
5552 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
5553 command from "thread apply" invocation.
5554 (thr_apply_info_thr_invalid): Default the expected output to the
5555 input tid list.
5556 (top level): Add tests that use convenience variables. Add tests
5557 for "thread apply" with a valid TID list, but missing the command.
5558
663f6d42
PA
55592016-01-13 Pedro Alves <palves@redhat.com>
5560
5561 * gdb.base/default.exp: Expect $_gthread as well.
5562 * gdb.multi/tids.exp: Test $_gthread.
5563 * gdb.threads/thread-specific.exp: Test $_gthread.
5564
c84f6bbf
PA
55652016-01-13 Pedro Alves <palves@redhat.com>
5566
5567 * gdb.multi/tids.exp: Test "info threads -gid".
5568
22a02324
PA
55692016-01-13 Pedro Alves <palves@redhat.com>
5570
5571 * gdb.multi/tids.exp: Test InferiorThread.global_num and
5572 Breakpoint.thread.
5573 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
5574
5d5658a1
PA
55752016-01-07 Pedro Alves <palves@redhat.com>
5576
5577 * gdb.base/break.exp: Adjust to output changes.
5578 * gdb.base/hbreak2.exp: Likewise.
5579 * gdb.base/sepdebug.exp: Likewise.
5580 * gdb.base/watch_thread_num.exp: Likewise.
5581 * gdb.linespec/keywords.exp: Likewise.
5582 * gdb.multi/info-threads.exp: Likewise.
5583 * gdb.threads/thread-find.exp: Likewise.
5584 * gdb.multi/tids.c: New file.
5585 * gdb.multi/tids.exp: New file.
5586
84654457
PA
55872016-01-13 Pedro Alves <palves@redhat.com>
5588
5589 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
5590
e3940304
PA
55912016-01-13 Pedro Alves <palves@redhat.com>
5592
5593 * gdb.base/default.exp: Expect $_inferior as well.
5594 * gdb.multi/base.exp: Test $_inferior.
5595
a911d87a
PA
55962016-01-13 Pedro Alves <palves@redhat.com>
5597
5598 PR breakpoints/19388
5599 * gdb.base/catch-signal-siginfo-cond.c: New file.
5600 * gdb.base/catch-signal-siginfo-cond.exp: New file.
5601
82075af2
JS
56022016-01-12 Josh Stone <jistone@redhat.com>
5603 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5604
5605 * gdb.base/catch-syscall.c (do_execve): New variable.
5606 (main): Conditionally trigger an execve.
5607 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5608 (test_catch_syscall_execve): New, check entry/return across execve.
5609 (do_syscall_tests): Call test_catch_syscall_execve.
5610
e46eeedd
PA
56112016-01-12 Pedro Alves <palves@redhat.com>
5612
5613 * gdb.base/random-signal.exp (do_test): New procedure, with body
5614 of testcase moved in.
5615
01d8c27e
JK
56162016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5617 Pedro Alves <palves@redhat.com>
5618
5619 * gdb.base/funcargs.exp (finish from indirectly called function):
5620 Reintroduce the case for 'First'.
5621
9a706302
JK
56222016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5623 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5626 (tcatch_vfork_then_child_follow_exec)
5627 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5628 identification.
5629
c0ecb95f
JK
56302016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5631
5632 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5633 and repeats to unlimited.
5634 * gdb.python/py-value.exp: Likewise.
5635 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5636 and repeats to unlimited.
5637
6cfc1fcb
JK
56382016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5639
5640 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
5641 and reordering the functions.
5642 * gdb.multi/hangout.c: Likewise.
5643 * gdb.multi/hello.c: Likewise.
5644
582a1b00
SM
56452016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5646
5647 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5648 absolute.
5649 (SingleStatisticTestResult.report): Use dict.keys instead of
5650 dict.iterkeys.
5651
79bc59cb
PA
56522016-01-06 Pedro Alves <palves@redhat.com>
5653
5654 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
5655
43368e1d
MM
56562016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5657
5658 * gdb.btrace/dlopen.exp: New.
5659 * gdb.btrace/dlopen.c: New.
5660 * gdb.btrace/dlopen-dso.c: New.
5661
79fad5b8
SL
56622015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5663
5664 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5665 PATTERN argument is optional.
5666
ab8314b3
JB
56672015-12-24 Joel Brobecker <brobecker@adacore.com>
5668
5669 * lib/ada.exp (target_compile_ada_from_dir): New function.
5670 (gdb_compile_ada): Reimplement avoiding the use of project files.
5671 * gdb.ada/gnat_ada.gpr: Delete.
5672 * gdb.ada/cond_lang.exp: Adjust test to make path before
5673 filename optional.
5674 * gdb.ada/small_reg_param.exp: Likewise.
5675
fe33faff
SM
56762015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5677
5678 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5679
6d265cb4
TP
56802015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5681
5682 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5683 case.
5684
10125099
SM
56852015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5686
5687 * gdb.base/break.exp: Remove dead code.
5688 * gdb.base/sepdebug.exp: Likewise.
5689
3ca22649
SM
56902015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5691
5692 * gdb.asm/asm-source.exp: Remove HP-UX references.
5693 * gdb.base/annota1.exp: Likewise.
5694 * gdb.base/annota3.exp: Likewise.
5695 * gdb.base/attach.exp: Likewise.
5696 * gdb.base/bigcore.exp: Likewise.
5697 * gdb.base/break.exp: Likewise.
5698 * gdb.base/call-ar-st.exp: Likewise.
5699 * gdb.base/callfuncs.exp: Likewise.
5700 * gdb.base/catch-fork-static.exp: Likewise.
5701 * gdb.base/display.exp: Likewise.
5702 * gdb.base/foll-exec-mode.exp: Likewise.
5703 * gdb.base/foll-exec.exp: Likewise.
5704 * gdb.base/foll-fork.exp: Likewise.
5705 * gdb.base/foll-vfork.exp: Likewise.
5706 * gdb.base/funcargs.exp: Likewise.
5707 * gdb.base/hbreak2.exp: Likewise.
5708 * gdb.base/inferior-died.exp: Likewise.
5709 * gdb.base/interrupt.exp: Likewise.
5710 * gdb.base/multi-forks.exp: Likewise.
5711 * gdb.base/nodebug.exp: Likewise.
5712 * gdb.base/sepdebug.exp: Likewise.
5713 * gdb.base/solib1.c: Likewise.
5714 * gdb.base/step-test.exp: Likewise.
5715 * gdb.mi/non-stop.c: Likewise.
5716 * gdb.mi/pthreads.c: Likewise.
5717 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5718 * gdb.threads/pthreads.c: Likewise.
5719 * gdb.threads/staticthreads.exp: Likewise.
5720 * lib/future.exp: Likewise.
5721 * lib/gdb.exp: Likewise.
5722 * gdb.base/so-indr-cl.c: Remove.
5723 * gdb.base/so-indr-cl.exp: Likewise.
5724 * gdb.base/solib.c: Likewise.
5725 * gdb.base/solib.exp: Likewise.
5726 * gdb.base/solib2.c: Likewise.
5727
b6304613
SM
57282015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5729
5730 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5731 * gdb.base/call-ar-st.exp: Likewise.
5732 * gdb.base/callfuncs.exp: Likewise.
5733 * gdb.base/condbreak.exp: Likewise.
5734 * gdb.base/constvars.exp: Likewise.
5735 * gdb.base/hbreak2.exp: Likewise.
5736 * gdb.base/langs.exp: Likewise.
5737 * gdb.base/list.exp: Likewise.
5738 * gdb.base/long_long.exp: Likewise.
5739 * gdb.base/ptype.exp: Likewise.
5740 * gdb.base/scope.exp: Likewise.
5741 * gdb.base/signals.exp: Likewise.
5742 * gdb.base/so-impl-ld.exp: Likewise.
5743 * gdb.base/varargs.exp: Likewise.
5744 * gdb.base/volatile.exp: Likewise.
5745 * gdb.base/whatis.exp: Likewise.
5746 * gdb.cp/cplusfuncs.exp: Likewise.
5747 * gdb.cp/inherit.exp: Likewise.
5748 * gdb.cp/local.exp: Likewise.
5749 * gdb.cp/member-ptr.exp: Likewise.
5750 * gdb.cp/method.exp: Likewise.
5751 * gdb.cp/overload.exp: Likewise.
5752 * gdb.cp/templates.exp: Likewise.
5753 * gdb.stabs/weird.exp: Likewise.
5754 * lib/compiler.c: Likewise.
5755 * lib/compiler.cc: Likewise.
5756 * lib/cp-support.exp: Likewise.
5757 * lib/gdb.exp: Likewise.
5758
bf401b07
SM
57592015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5760
5761 * configure.ac: Remove HP-UX case.
5762 * configure: Regenerate.
5763
aff9c0f8
SM
57642015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5765
5766 * lib/gdb.exp (gdb_compile): Add function doc.
5767
a6904d5a
PA
57682015-12-17 Pedro Alves <palves@redhat.com>
5769
5770 PR threads/19354
5771 * gdb.multi/info-threads.exp: New file.
5772
a22279dd
YQ
57732015-12-15 Yao Qi <yao.qi@linaro.org>
5774
5775 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5776 is aarch64*-*-*.
5777
0588c796
SL
57782015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5779
5780 * gdb.base/history-duplicates.exp: Skip if no readline support.
5781
5d978e17
SL
57822015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5783
5784 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5785
7e763b86
SL
57862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5787
5788 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5789
87a3a92c
SL
57902015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5791
5792 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5793 ctrl-C if nointerrupts target property is set.
5794 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5795 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5796 * gdb.base/paginate-bg-execution.exp: Likewise.
5797 * gdb.base/paginate-execution-startup.exp: Likewise.
5798 * gdb.base/random-signal.exp: Likewise.
5799 * gdb.base/range-stepping.exp: Likewise.
5800 * gdb.cp/annota2.exp: Likewise.
5801 * gdb.cp/annota3.exp: Likewise.
5802 * gdb.gdb/selftest.exp: Likewise.
5803 * gdb.threads/continue-pending-status.exp: Likewise.
5804 * gdb.threads/leader-exit.exp: Likewise.
5805 * gdb.threads/manythreads.exp: Likewise.
5806 * gdb.threads/pthreads.exp: Likewise.
5807 * gdb.threads/schedlock.exp: Likewise.
5808 * gdb.threads/sigthread.exp: Likewise.
5809
a8f077dc
DB
58102015-12-11 Don Breazeal <donb@codesourcery.com>
5811
5812 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5813 remote.
5814 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5815 * gdb.base/foll-exec.exp (main): Enable for target remote.
5816 * gdb.base/foll-fork.exp (main): Likewise.
5817 * gdb.base/foll-vfork.exp (main): Likewise.
5818 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5819 (proc continue_to_exit_bp_loc): Use clean_restart.
5820 * gdb.base/pie-execl.exp (main): Disable for target remote.
5821 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5822 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5823 * gdb.threads/execl.exp (main): Likewise.
5824 * gdb.threads/fork-child-threads.exp (main): Likewise.
5825 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5826 remote.
5827 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5828 remote.
5829 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5830 pid.tid style ptids, instead of just tid.
5831 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5832 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5833 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5834 ptids, instead of just tid.
5835
3b2464a8
AB
58362015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5837
5838 * gdb.base/list.exp (test_list_forward): Add end of file error
5839 test.
5840 (test_repeat_list_command): Add end of file error test.
5841 (test_list_backwards): Add beginning of file error test.
5842
a0def019
AB
58432015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5844
5845 * gdb.base/list.exp (test_list_invalid_args): New function,
5846 defined, and called.
5847
5c000dff
AB
58482015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5849
5850 * gdb.base/list.exp (test_list): Make test names unique.
5851
f1637ebe
YQ
58522015-12-11 Yao Qi <yao.qi@linaro.org>
5853
5854 * gdb.base/coremaker2.c: Remove.
5855
36d6fc0a
PA
58562015-12-10 Pedro Alves <palves@redhat.com>
5857
5858 * gdb.multi/base.exp: Remove stale "spaces" references.
5859
762f7747
PA
58602015-12-10 Pedro Alves <palves@redhat.com>
5861
5862 * gdb.multi/base.exp: Don't use nowarnings.
5863 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5864 * gdb.multi/hangout.c: Include stdio.h.
5865 * gdb.multi/hello.c: Include stdlib.h.
5866 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5867 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5868 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5869
28d2bfb9
AB
58702015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5871
5872 * gdb.dwarf2/dw2-ranges-base.c: New file.
5873 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5874 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5875 support additional line table, and debug ranges generation.
5876 (Dwarf::ranges): New function, generate .debug_ranges.
5877 (Dwarf::lines): Support generating simple line table programs.
5878 (Dwarf::assemble): Initialise new namespace variables.
5879
5fc2beac
KB
58802015-12-09 Kevin Buettner <kevinb@redhat.com>
5881
5882 * gdb.base/async.exp (proc test_background): Add case for
5883 asynchronous execution not supported.
5884
1c35a88f
LM
58852015-12-09 Luis Machado <lgustavo@codesourcery.com>
5886
5887 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5888 format and change test names to make them unique.
5889
b593e3d9
RK
58902015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5891 Pedro Alves <pedro@redhat.com>
5892
5893 PR gdb/18702
5894 Add checking of floatformats setup on x86_64 hosts.
5895 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5896 (smallval, bigval): New labels/constants.
5897 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5898 float" after loading bigval and smallval.
5899
d72413e6
PMR
59002015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5901
5902 * gdb.ada/fun_overload_menu.exp: New testcase.
5903 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5904
ece66d65
JS
59052015-12-04 Josh Stone <jistone@redhat.com>
5906
5907 * gdb.base/catch-fork-static.exp: New.
5908
41d0efca
YQ
59092015-12-03 Yao Qi <yao.qi@linaro.org>
5910
5911 * gdb.base/sizeof.c: Don't include stdio.h and
5912 ../lib/unbuffer_output.c.
5913 (main): New variable 'size' and 'value'. Remove printf and
5914 gdb_unbuffer_output. Assign return value to size and value.
5915 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5916 at the beginning.
5917 (check_sizeof): Check the result by printing variable 'size'.
5918 (check_valueof): Check the result by printing variable 'value'.
5919
99fd02d9
YQ
59202015-12-01 Yao Qi <yao.qi@linaro.org>
5921
5922 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5923 for aarch64*-*-linux* target.
5924
f2faf941
PA
59252015-11-30 Pedro Alves <palves@redhat.com>
5926
5927 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5928
04bf20c5
PA
59292015-11-30 Pedro Alves <palves@redhat.com>
5930
5931 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5932 Handle non-stop mode vCont replies.
5933
09df4675
PA
59342015-11-30 Pedro Alves <palves@redhat.com>
5935
5936 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5937 prepare_for_testing. Start gdb with "set non-stop on" appended to
5938 GDBFLAGS. Lax expected stop output.
5939
58b584af
YQ
59402015-11-27 Yao Qi <yao.qi@linaro.org>
5941
5942 * gdb.arch/arm-neon.exp: New.
5943 * gdb.arch/arm-neon.c: New.
5944
dfcb77a8
YQ
59452015-11-27 Yao Qi <yao.qi@linaro.org>
5946
5947 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5948
88e8ec1b
YQ
59492015-11-27 Yao Qi <yao.qi@linaro.org>
5950
5951 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5952 frames-invalid annotation.
5953
bfde72c2
YQ
59542015-11-27 Yao Qi <yao.qi@linaro.org>
5955
5956 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5957
f6512a69
SM
59582015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5959
5960 * gdb.threads/names.exp: New file.
5961 * gdb.threads/names.c: New file.
5962 * README: Mention gdb,no_thread_names.
5963
46a3515b
MM
59642015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5965
5966 PR 19297
5967 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5968 support" error.
5969
62147a22
PA
59702015-11-24 Pedro Alves <palves@redhat.com>
5971
5972 PR 17539
5973 * gdb.base/display.exp: Expect displays to be sorted in ascending
5974 order. Use multi_line.
5975 * gdb.base/solib-display.exp: Likewise.
5976
2f341b6e
PA
59772015-11-24 Pedro Alves <palves@redhat.com>
5978
5979 PR 17539
25d49b86
PA
5980 * gdb.base/display.exp: Expect displays to be sorted in ascending
5981 order. Use multi_line.
5982 * gdb.base/solib-display.exp: Likewise.
2f341b6e 5983
7e0aa6aa
PA
59842015-11-24 Pedro Alves <palves@redhat.com>
5985
5986 PR 17539
5987 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5988 threads in ascending order.
5989 * gdb.base/foll-fork.exp: Likewise.
5990 * gdb.base/foll-vfork.exp: Likewise.
5991 * gdb.base/multi-forks.exp: Likewise.
5992 * gdb.mi/mi-nonstop.exp: Likewise.
5993 * gdb.mi/mi-nsintrall.exp: Likewise.
5994 * gdb.multi/base.exp: Likewise.
5995 * gdb.multi/multi-arch.exp: Likewise.
5996 * gdb.python/py-inferior.exp: Likewise.
5997 * gdb.threads/break-while-running.exp: Likewise.
5998 * gdb.threads/execl.exp: Likewise.
5999 * gdb.threads/gcore-thread.exp: Likewise.
6000 * gdb.threads/info-threads-cur-sal.exp: Likewise.
6001 * gdb.threads/kill.exp: Likewise.
6002 * gdb.threads/linux-dp.exp: Likewise.
6003 * gdb.threads/multiple-step-overs.exp: Likewise.
6004 * gdb.threads/next-bp-other-thread.exp: Likewise.
6005 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
6006 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
6007 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
6008 * gdb.threads/thread-find.exp: Likewise.
6009 * gdb.threads/tls.exp: Likewise.
6010 * lib/mi-support.exp (mi_reverse_list): Delete.
6011 (mi_check_thread_states): No longer reverse list.
6012
2cc57ad8
PA
60132015-11-24 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
6016 use lowercase.
6017
c93e8391
SM
60182015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6019
6020 * gdb.trace/actions.c: Include trace-common.h.
6021 (main): Add a location for a fast tracepoint.
6022 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
6023 the normal tracepoints.
6024 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
6025
045ccf91
SM
60262015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6027
6028 * save-trace.exp: Factor out code to these...
6029 (gdb_save_tracepoints): New.
6030 (gdb_load_tracepoints): New.
6031 (do_save_load_test): New.
6032
5506f9f6
KB
60332015-11-23 Kevin Buettner <kevinb@redhat.com>
6034
6035 * gdb.base/asmlabel.exp: New test.
6036 * gdb.base/asmlabel.c: New test case.
6037
16c3b12f
JB
60382015-11-23 Joel Brobecker <brobecker@adacore.com>
6039
6040 * gdb.base/wrong_frame_bt_full-main.c: New file.
6041 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
6042 * gdb.base/wrong_frame_bt_full.exp: New file.
6043
155bfbd3
JB
60442015-11-23 Joel Brobecker <brobecker@adacore.com>
6045
6046 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
6047
bb097445
JM
60482015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6049
206853a0 6050 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
6051 pstate register when comparing registers values in
6052 sparc64-*-linux-gnu targets to avoid spurious differences.
6053
9c88ed8f
JM
60542015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6055
206853a0 6056 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 6057
96161e25
SL
60582015-11-19 Sandra Loosemore <sandra@codesourcery.com>
6059
6060 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
6061 as type argument to gdb_compile.
6062 * gdb.base/nested-subp2.exp: Likewise.
6063 * gdb.base/nested-subp3.exp: Likewise.
6064
340c2830
DV
60652015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
6066
6067 * lib/dwarf.exp (_note): Fix left shift of negative value.
6068 * gdb.trace/trace-condition.exp: Likewise.
6069
c1862d0f
YQ
60702015-11-13 Yao Qi <yao.qi@linaro.org>
6071
6072 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
6073 comments about d10v.
6074 (test_scalar_returns): Likewise.
6075 * gdb.base/d10v.ld: Remove.
6076 * gdb.base/overlays.exp: Remove the target triplet checking for
6077 d10v-*-*.
6078 * gdb.base/structs.exp (test_struct_returns): Remove the
6079 comments about d10v.
6080 (test_struct_calls): Likewise.
6081
77ae9c19
YQ
60822015-11-13 Yao Qi <yao.qi@linaro.org>
6083
6084 * gdb.base/gnu_vector.exp: Check the return value by "p res".
6085 * gdb.base/gnu_vector.c: Don't include stdio.h.
6086 (main): Don't print res and call add_some_intvecs.
6087
430e004e
MK
60882015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
6089
6090 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
6091 macro.
6092 (func5): Removed.
6093 (func4): Use FAST_TRACEPOINT_LABEL.
6094 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
6095 macro.
6096 (func): Removed.
6097 (thread_function): Use FAST_TRACEPOINT_LABEL.
6098 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
6099 (func): Remove.
6100 (marker): Use FAST_TRACEPOINT_LABEL.
6101 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
6102 (pendfunc1): Remove.
6103 (pendfunc): Use FAST_TRACEPOINT_LABEL.
6104 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
6105 (foo): Remove.
6106 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
6107 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
6108 macro.
6109 (func): Remove.
6110 (marker): Use FAST_TRACEPOINT_LABEL.
6111 * gdb.trace/trace-common.h: New header.
6112 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
6113 macro.
6114 (func): Remove.
6115 (marker): Use FAST_TRACEPOINT_LABEL.
6116 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
6117 (func): Remove.
6118 (thread_function): Use FAST_TRACEPOINT_LABEL.
6119
6e7675a7
MK
61202015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
6121
6122 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
6123 in front.
6124 * gdb.trace/change-loc.exp: Use global pcreg definition.
6125 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
6126 * gdb.trace/entry-values.exp: Use global spreg definition, add $
6127 in front.
6128 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
6129 * gdb.trace/pending.exp: Likewise.
6130 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
6131 * gdb.trace/trace-break.exp: Likewise.
6132 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
6133 in front.
6134 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
6135 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
6136 in front.
6137 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
6138
dddc0e16
JB
61392015-11-09 Joel Brobecker <brobecker@adacore.com>
6140
6141 * gdb.ada/fin_fun_out: New testcase.
6142
c6f0b406
KB
61432015-11-07 Kevin Buettner <kevinb@redhat.com>
6144
6145 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
6146 value associated with DW_AT_byte_size.
6147 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
6148 constants for DW_AT_byte_size, DW_AT_lower_bound, and
6149 DW_AT_upper_bound.
6150
f01dcfd9
KB
61512015-11-07 Kevin Buettner <kevinb@redhat.com>
6152
6153 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
6154 (gdb_target_symbol_prefix_flags): Define in terms of _asm
6155 version.
6156 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
6157 gdb.dwarf2/dw2-canonicalize-type.exp,
6158 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
6159 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
6160 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
6161 provided by gdb_target_symbol_prefix_flags_asm.
6162 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
6163 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
6164 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
6165 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
6166 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
6167 macros where needed). Use this macro for symbols which require
6168 the prefix provided by SYMBOL_PREFIX.
6169
2223449a
KB
61702015-11-05 Kevin Buettner <kevinb@redhat.com>
6171
6172 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
6173 New procs.
6174 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
6175 representing expressions, of more than one list element.
6176 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
6177 to prepend linker symbol prefix to f.
6178 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
6179 table_1 and table_2.
6180 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
6181 Likewise, for f and g.
6182 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
6183 for ptr.
6184 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
6185 for main.
6186 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
6187 table_1_ptr and table_2_ptr.
6188
6f2f1a3a
JK
61892015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6190 Joel Brobecker <brobecker@adacore.com>
6191
6192 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
6193
566c56c9
MK
61942015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
6195
6196 * gdb.reverse/s390-mvcle.c: New test.
6197 * gdb.reverse/s390-mvcle.exp: New file.
6198 * lib/gdb.exp: Enable reverse tests on s390*-linux.
6199
d5f0636b
MK
62002015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6201
6202 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
6203
7ad8b86c
MK
62042015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6205
6206 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
6207 reaching marker2.
6208 * gdb.reverse/getresuid-reverse.exp: Likewise.
6209 * gdb.reverse/pipe-reverse.exp: Likewise.
6210 * gdb.reverse/readv-reverse.exp: Likewise.
6211 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6212 * gdb.reverse/time-reverse.exp: Likewise.
6213 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
6214
4081c0f1
YQ
62152015-10-30 Yao Qi <yao.qi@linaro.org>
6216
6217 * gdb.threads/wp-replication.c (watch_count_done): Remove.
6218 (empty_cycle): Remove.
6219 (main): Don't call empty_cycle. Don't use watch_count_done.
6220 * gdb.threads/wp-replication.exp: Don't set breakpoint on
6221 empty_cycle. Rewrite the code counting HW watchpoints.
6222
452b4ba5
MK
62232015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
6224
6225 * gdb.reverse/fstatat-reverse.c: New test.
6226 * gdb.reverse/fstatat-reverse.exp: New file.
6227 * gdb.reverse/getresuid-reverse.c: New test.
6228 * gdb.reverse/getresuid-reverse.exp: New file.
6229 * gdb.reverse/pipe-reverse.c: New test.
6230 * gdb.reverse/pipe-reverse.exp: New file.
6231 * gdb.reverse/readv-reverse.c: New test.
6232 * gdb.reverse/readv-reverse.exp: New file.
6233 * gdb.reverse/recvmsg-reverse.c: New test.
6234 * gdb.reverse/recvmsg-reverse.exp: New file.
6235 * gdb.reverse/time-reverse.c: New test.
6236 * gdb.reverse/time-reverse.exp: New file.
6237 * gdb.reverse/waitpid-reverse.c: New test.
6238 * gdb.reverse/waitpid-reverse.exp: New file.
6239
5e2e7507
JK
62402015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6241
6242 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
6243
0fde2c53
DE
62442015-10-26 Doug Evans <dje@google.com>
6245
6246 PR symtab/17391
6247 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
6248 * gdb.dwarf2/bad-regnum.c: New file.
6249 * gdb.dwarf2/bad-regnum.exp: New file.
6250
1a70ae97
DE
62512015-10-26 Doug Evans <dje@google.com>
6252
6253 PR python/18938
6254 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
6255 file.
6256
27dc26ab
JK
62572015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6258
6259 * gdb.compile/compile.exp (compile code globalvar): Update expectation
6260 for a change by "Mention language in compile error message".
6261
bed91f4d
SM
62622015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
6263
6264 PR python/18073
6265 * gdb.python/py-type.c (C::a_method): New.
6266 (C::a_const_method): New.
6267 (C::a_static_method): New.
6268 (a_function): New.
6269 * gdb.python/py-type.exp (test_fields): Test getting fields
6270 from function and method.
6271
3f2f83dd
KB
62722015-10-21 Keven Boell <keven.boell@intel.com>
6273
6274 * gdb.fortran/vla-alloc-assoc.exp: New file.
6275 * gdb.fortran/vla-datatypes.exp: New file.
6276 * gdb.fortran/vla-datatypes.f90: New file.
6277 * gdb.fortran/vla-history.exp: New file.
6278 * gdb.fortran/vla-ptype-sub.exp: New file.
6279 * gdb.fortran/vla-ptype.exp: New file.
6280 * gdb.fortran/vla-sizeof.exp: New file.
6281 * gdb.fortran/vla-sub.f90: New file.
6282 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
6283 * gdb.fortran/vla-value-sub-finish.exp: New file.
6284 * gdb.fortran/vla-value-sub.exp: New file.
6285 * gdb.fortran/vla-value.exp: New file.
6286 * gdb.fortran/vla-ptr-info.exp: New file.
6287 * gdb.mi/mi-vla-fortran.exp: New file.
6288 * gdb.mi/vla.f90: New file.
6289
27145d50
SL
62902015-10-21 Sandra Loosemore <sandra@codesourcery.com>
6291
6292 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
6293 of hardwired timeout value.
6294
5f3ff4f8
JK
62952015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6296 Pedro Alves <palves@redhat.com>
6297
6298 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
6299 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
6300
bfd09d20
JS
63012015-10-19 Josh Stone <jistone@redhat.com>
6302
6303 * gdb.base/catch-syscall.c: Include <sched.h>.
6304 (unknown_syscall): New variable.
6305 (main): Trigger a vfork and an unknown syscall.
6306 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
6307 (unknown_syscall_number): Likewise.
6308 (check_call_to_syscall): Accept an optional syscall pattern.
6309 (check_return_from_syscall): Likewise.
6310 (check_continue): Likewise.
6311 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
6312 (test_catch_syscall_skipping_return): New test toggling off 'catch
6313 syscall' to step over the syscall return, then toggling back on.
6314 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
6315 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
6316 (do_syscall_tests): Call test_catch_syscall_without_args and
6317 test_catch_syscall_mid_vfork.
6318 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
6319 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
6320
b32b93c6
AS
63212015-10-19 Andrew Stubbs <ams@codesourcery.com>
6322
6323 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
6324 print g_vE): Add new pass patterns.
6325 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
6326 print various symbol names for vptr fields.
6327
9d622bda
AB
63282015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
6329
6330 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
6331 results.
6332
0fd8ac1c
YQ
63332015-10-12 Yao Qi <yao.qi@linaro.org>
6334
6335 * gdb.arch/disp-step-insn-reloc.exp: New test case.
6336
34240514
YQ
63372015-10-12 Yao Qi <yao.qi@linaro.org>
6338
6339 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
6340 is aarch64*-*-linux*.
6341
8240f442
YQ
63422015-10-12 Yao Qi <yao.qi@linaro.org>
6343
6344 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
6345 (can_relocate_bcond_true): ... it.
6346 (can_relocate_bcond_false): New function.
6347 (foo): Likewise.
6348 (can_relocate_bl): Likewise.
6349 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
6350 can_relocate_bl.
6351
2520f728
PMR
63522015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
6353
6354 * gdb.base/nested-addr.c: New file.
6355 * gdb.base/nested-addr.exp: New testcase.
6356
abcef95a
MM
63572015-10-09 Markus Metzger <markus.t.metzger@intel.com>
6358
6359 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
6360 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
6361 its output. Ignore the output of "record goto begin" and instead
6362 check that GDB is replaying.
6363
145e3ddb
PA
63642015-10-09 Pedro Alves <palves@redhat.com>
6365
6366 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
6367 (top level): Use it in the run with no args test.
6368
d5d8c4e1
IB
63692015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
6370
6371 * gdb.dlang/properties.exp: New file.
6372
06e635ef
SL
63732015-10-02 Sandra Loosemore <sandra@codesourcery.com>
6374
6375 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
6376 whether or not address 0x1000 is mapped on the target.
6377
e019fd1d
SM
63782015-09-30 Simon Marchi <simon.marchi@ericsson.com>
6379
6380 * gdb.python/py-type.exp: Do not run tests if binaries fail to
6381 build.
6382
77ba2a67
MM
63832015-09-30 Markus Metzger <markus.t.metzger@intel.com>
6384
6385 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
6386 instruction-history test.
6387
c60eb31f
DE
63882015-09-28 Doug Evans <dje@google.com>
6389
6390 * gdb.base/gcore.c (array_func): Add reference to static_array.
6391
9a3c8263
SM
63922015-09-25 Simon Marchi <simon.marchi@ericsson.com>
6393
6394 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
6395 source line.
6396
9720e656
SL
63972015-09-24 Sandra Loosemore <sandra@codesourcery.com>
6398
6399 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
6400 short or char as base type.
6401
938d3bf2
SL
64022015-09-23 Sandra Loosemore <sandra@codesourcery.com>
6403
6404 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
6405 to allow any size enum.
6406
e6c2c623
PMR
64072015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
6408
6409 * gdb.ada/array_ptr_renaming.exp: New testcase.
6410 * gdb.ada/array_ptr_renaming/foo.adb: New file.
6411 * gdb.ada/array_ptr_renaming/pack.ads: New file.
6412
06da0f77
PL
64132015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6414
6415 * gdb.trace/ftrace-lock.c: New file.
6416 * gdb.trace/ftrace-lock.exp: New file.
6417
4f51c22a
PL
64182015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6419
6420 * gdb.arch/insn-reloc.c: New file.
6421 * gdb.arch/ftrace-insn-reloc.exp: New file.
6422
7041adf4
PL
64232015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6424
6425 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
6426 instruction.
6427 * gdb.trace/pendshr1.c (pendfunc): Likewise.
6428 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
6429 * gdb.trace/range-stepping.c: Likewise.
6430 * gdb.trace/trace-break.c: Likewise.
6431 * gdb.trace/trace-mt.c (thread_function): Likewise.
6432 * gdb.trace/ftrace.c (marker): Likewise.
6433 * gdb.trace/trace-condition.c (marker): Likewise.
6434 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
6435 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
6436 is_aarch64_target.
6437
015d2e7e
DE
64382015-09-18 Doug Evans <xdje42@gmail.com>
6439
6440 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
6441 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
6442
26b188a2
SL
64432015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6444
6445 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
6446 the breakpoint.
6447
79dc332b
SL
64482015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6449
6450 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
6451 the pending breakpoint. Remove timeout override for "Run till
6452 MI pending breakpoint on pendfunc3 on thread 2" test.
6453
f57929f2
SL
64542015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6455
6456 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
6457 filename pattern.
6458
3f469b17
SL
64592015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6460
6461 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
6462 in breakpoint filename pattern.
6463
515b89b3
SL
64642015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6465
7800dbe4
SL
6466 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
6467
64682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6469
515b89b3
SL
6470 * gdb.linespec/explicit.exp: Check for readline support for
6471 tab-completion tests. Fix obvious typo.
6472
d2939ba2
MM
64732015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6474
6475 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
6476 and replay.
6477
cbb55fa7
MM
64782015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6479
6480 * gdb.btrace/non-stop.c: New.
6481 * gdb.btrace/non-stop.exp: New.
6482
43691ca1
PL
64832015-09-17 Pierre Langlois <pierre.langlois@arm.com>
6484 Yao Qi <yao.qi@linaro.org>
6485
6486 * gdb.trace/trace-condition.c: New file.
6487 * gdb.trace/trace-condition.exp: New file.
6488
d78908cf
WW
64892015-09-16 Wei-cheng Wang <cole945@gmail.com>
6490
6491 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
6492 for testing bytecode compilation.
6493
1ed415e2
PA
64942015-09-16 Pedro Alves <palves@redhat.com>
6495 Sandra Loosemore <sandra@codesourcery.com>
6496
6497 * gdb.threads/non-stop-fair-events.c (timeout): New global.
6498 (SECONDS): Redefine.
6499 (main): Call pthread_kill and alarm early.
6500 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
6501 support.
6502 (test): If the target can't hardware step and doesn't support
6503 displaced stepping, increase the timeout.
6504
d136eff5
PA
65052015-09-16 Pedro Alves <palves@redhat.com>
6506
6507 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
6508 (enable_debug): New procedures.
6509 (test): Use them. Bail out if waiting for threads fails.
6510 (top level): Bail out if a test fails.
6511
991f019c
YQ
65122015-09-16 Yao Qi <yao.qi@linaro.org>
6513
6514 * gdb.asm/asm-source.exp: Set asm-arch for
6515 aarch64*-*-* target.
6516 * gdb.asm/aarch64.inc: New file.
6517
bfca584f
PMR
65182015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
6519
6520 * gdb.ada/array_of_variable_length.exp: New testcase.
6521 * gdb.ada/array_of_variable_length/foo.adb: New file.
6522 * gdb.ada/array_of_variable_length/pck.adb: New file.
6523 * gdb.ada/array_of_variable_length/pck.ads: New file.
6524
b326e587
DE
65252015-09-15 Doug Evans <dje@google.com>
6526
6527 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
6528 of function static local variable.
6529
5382cfab
PW
65302015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6531
6532 * gdb.threads/tls-so_extern.exp: New test file.
6533 * gdb.threads/tls-so_extern.c: New test file.
6534 * gdb.threads/tls-so_extern_main.c: New test file.
6535
141c5cc4
JK
65362015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6537
6538 * gdb.opt/solib-intra-step-lib.c: New file.
6539 * gdb.opt/solib-intra-step-main.c: New file.
6540 * gdb.opt/solib-intra-step.exp: New file.
6541
d15dcecd
PA
65422015-09-15 Pedro Alves <palves@redhat.com>
6543
6544 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
6545 gdb_continue_to_breakpoint instead of gdb_test_multiple.
6546
4c2f2a79
PA
65472015-09-14 Pedro Alves <palves@redhat.com>
6548
6549 * gdb.base/hook-stop-continue.c: Delete.
6550 * gdb.base/hook-stop-continue.exp: Delete.
6551 * gdb.base/hook-stop-frame.c: Delete.
6552 * gdb.base/hook-stop-frame.exp: Delete.
6553 * gdb.base/hook-stop.c: New file.
6554 * gdb.base/hook-stop.exp: New file.
6555
919e6dbe
PMR
65562015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
6557
6558 * gdb.ada/access_to_packed_array.exp: New testcase.
6559 * gdb.ada/access_to_packed_array/foo.adb: New file.
6560 * gdb.ada/access_to_packed_array/pack.adb: New file.
6561 * gdb.ada/access_to_packed_array/pack.ads: New file.
6562
157280a4
MM
65632015-09-14 Markus Metzger <markus.t.metzger@intel.com>
6564
6565 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
6566 buffer size test.
6567
2fd33e94
DB
65682015-09-11 Don Breazeal <donb@codesourcery.com>
6569
6570 * gdb.base/foll-exec.c: Add copyright header. Fix
6571 formatting issues.
6572 * gdb.base/foll-exec.exp (zap_session): Delete proc.
6573 (do_exec_tests): Use clean_restart in place of zap_session,
6574 and for test initialization. Fix formatting issues. Use
6575 fail in place of perror.
6576 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
6577 an expect statement to match an expression with output from
6578 the program under debug.
6579 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
6580 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
6581 * gdb.threads/non-ldr-exc-2.exp: Likewise.
6582 * gdb.threads/non-ldr-exc-3.exp: Likewise.
6583 * gdb.threads/non-ldr-exc-4.exp: Likewise.
6584
e70b6e8e
DE
65852015-09-09 Doug Evans <dje@google.com>
6586
6587 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
6588
7a551a51
DE
65892015-09-09 Doug Evans <dje@google.com>
6590
6591 * gdb.base/pie-execl.exp: Fix result test of build_executable.
6592
4c666f84
DE
65932015-09-09 Doug Evans <dje@google.com>
6594
6595 * gdb.base/savedregs.exp: Fix typo.
6596
243a9253
PA
65972015-09-09 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.mi/mi-cli.exp: Add CLI finish tests.
6600
c0fa8fbd
SL
66012015-09-08 Sandra Loosemore <sandra@codesourcery.com>
6602
6603 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6604 command actually switches threads. Give up on remaining
6605 tests if target fails to stop at breakpoint.
6606
cd7c1778
PMR
66072015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6608
6609 * gdb.ada/funcall_char.exp: New testcase.
6610 * gdb.ada/funcall_char/foo.adb: New file.
6611
dc5c8746
PMR
66122015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6613
6614 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6615 expected outputs. Add two testcases for completing ambiguous
6616 functions.
6617 * gdb.ada/complete/aux_pck.adb: New file.
6618 * gdb.ada/complete/aux_pck.ads: New file.
6619 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6620 Ambiguous_Func functions.
6621 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6622 * gdb.ada/complete/pck.adb: Likewise.
6623
4e83a1e7
UW
66242015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6625
6626 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6627 failures to run the test program under GDB.
6628
8ce74153
LM
66292015-08-26 Luis Machado <lgustavo@codesourcery.com>
6630
6631 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6632 to C.
6633
e9756d52
PP
66342015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6635
6636 * gdb.base/run-after-attach.exp: New test file.
6637 * gdb.base/run-after-attach.c: New test file.
6638
8d37573b
DB
66392015-08-26 Don Breazeal <donb@codesourcery.com>
6640
6641 * gdb.base/foll-exec-2.c: New test program.
6642 * gdb.base/foll-exec-2.exp: New test.
6643
63e43d3a
PMR
66442015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6645
6646 * gdb.base/nested-subp1.exp: New file.
6647 * gdb.base/nested-subp1.c: New file.
6648 * gdb.base/nested-subp2.exp: New file.
6649 * gdb.base/nested-subp2.c: New file.
6650 * gdb.base/nested-subp3.exp: New file.
6651 * gdb.base/nested-subp3.c: New file.
6652
3d40fbb5
PA
66532015-08-24 Pedro Alves <palves@redhat.com>
6654
6655 * gdb.server/connect-without-multi-process.c: New file.
6656 * gdb.server/connect-without-multi-process.exp: New file.
6657
4422ac93
LM
66582015-08-24 Luis Machado <lgustavo@codesourcery.com>
6659
6660 * gdb.opt/inline-markers.c: Make z int.
6661
91dddb86
LM
66622015-08-24 Luis Machado <lgustavo@codesourcery.com>
6663
6664 * gdb.opt/inline-markers.c: Make z volatile.
6665
a48847ee
LM
66662015-08-24 Luis Machado <lgustavo@codesourcery.com>
6667
6668 * gdb.opt/inline-bt.c: New volatile global z.
6669 * gdb.opt/inline-cmds.c: Likewise.
6670 * gdb.opt/inline-locals.c: Likewise.
6671 * gdb.opt/inline-markers.c: New extern global z.
6672 (marker): Use z.
6673 (inline_fn): Likewise.
6674
0ebbc52b
PA
66752015-08-24 Pedro Alves <palves@redhat.com>
6676
6677 * config/m32r-stub.exp: Remove file.
6678 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6679 * gdb.base/call-rt-st.exp: Likewise.
6680 * gdb.base/call-strs.exp: Likewise.
6681 * gdb.base/default.exp: Remove references to h8300-*-hms and
6682 *-*-udi*.
6683 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6684
77c365df
AA
66852015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6686
6687 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6688 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6689 and "return" use KFAIL when GDB can not read/write the vector
6690 return value.
6691
4313b8c0
GB
66922015-08-21 Gary Benson <gbenson@redhat.com>
6693
6694 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6695
0e433b32
PA
66962015-08-20 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.server/solib-list.exp: No longer expect an interior stop in
6699 non-stop mode.
6700
221e1a37
PA
67012015-08-20 Pedro Alves <palves@redhat.com>
6702
6703 * gdb.server/connect-stopped-target.c: New file.
6704 * gdb.server/connect-stopped-target.exp: New file.
6705
40e3ad0e
PA
67062015-08-20 Pedro Alves <palves@redhat.com>
6707
6708 * gdb.dwarf2/comp-unit-lang.exp: New file.
6709 * gdb.dwarf2/comp-unit-lang.c: New file.
6710
af39b327
PMR
67112015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6712
6713 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6714 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6715
7d45c7c3 67162015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 6717
7d45c7c3
KB
6718 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6719 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6720
4d6cceb4
DE
67212015-08-18 Doug Evans <dje@google.com>
6722 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6723
6724 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6725 skip_python_tests. New arg prompt_regexp.
6726 (skip_python_tests): New function.
6727 * lib/mi-support.exp (mi_skip_python_tests): New function.
6728 * gdb.python/py-mi-objfile-gdb.py: New file.
6729 * gdb.python/py-mi-objfile.c: New file.
6730 * gdb.python/py-mi-objfile.exp: New file.
6731
ad89c2aa
KS
67322015-08-17 Keith Seitz <keiths@redhat.com>
6733
6734 * gdb.linespec/explicit.exp: Move strace test from here ...
6735 * gdb.trace/strace.exp: ... to here.
6736
e3ae3c43
PP
67372015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6738
6739 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6740 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6741
604b2636
DE
67422015-08-14 Doug Evans <xdje42@gmail.com>
6743
6744 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6745 inferior before selecting a new file.
6746
6ff0ba5f
DE
67472015-08-14 Doug Evans <xdje42@gmail.com>
6748
6749 * gdb.mi/mi-disassemble.exp: Update.
6750 * gdb.base/disasm-optim.S: New file.
6751 * gdb.base/disasm-optim.c: New file.
6752 * gdb.base/disasm-optim.h: New file.
6753 * gdb.base/disasm-optim.exp: New file.
6754
9ca98f92
KS
67552015-08-14 Keith Seitz <keiths@redhat.com>
6756
6757 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6758 "evaluated-by".
6759
52bbc560
JB
67602015-08-13 Joel Brobecker <brobecker@adacore.com>
6761
6762 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6763
5d8c3ed3
PMR
67642015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6765
6766 * gdb.ada/fun_renaming.exp: New testcase.
6767 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6768 * gdb.ada/fun_renaming/pack.adb: New file.
6769 * gdb.ada/fun_renaming/pack.ads: New file.
6770
ea8812bc
KS
67712015-08-12 Keith Seitz <keiths@redhat.com>
6772
6773 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6774 gdb_get_line_number.
6775
4dafcdeb
JB
67762015-08-12 Joel Brobecker <brobecker@adacore.com>
6777
6778 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6779 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6780 gdb.base/dso2dso.exp: New files.
6781
5ba32597
SDJ
67822015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6783 Pedro Alves <palves@redhat.com>
6784 Keith Seitz <keiths@redhat.com>
6785
6786 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6787 GDBFLAGS.
6788
b6dafabf
PP
67892015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6790
6791 * gdb.base/gdbhistsize-history.exp
6792 (test_histsize_history_setting): Use save_vars.
6793 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6794 Use save_vars.
6795 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6796 * gdb.base/readline.exp: Use save_vars.
6797
abe8e607
PP
67982015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6799
6800 * lib/gdb.exp (save_vars): New proc.
6801
629500fa
KS
68022015-08-11 Keith Seitz <keiths@redhat.com>
6803
6804 * gdb.base/help.exp: Update help_breakpoint_text.
6805
eb8c4e2e
KS
68062015-08-11 Keith Seitz <keiths@redhat.com>
6807
6808 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6809 (at toplevel): Call test_explicit_breakpoints.
6810 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6811 breakpoints.
6812 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6813 breakpoint conditions, "-cond".
6814
87f0e720
KS
68152015-08-11 Keith Seitz <keiths@redhat.com>
6816
6817 * gdb.linespec/3explicit.c: New file.
6818 * gdb.linespec/cpexplicit.cc: New file.
6819 * gdb.linespec/cpexplicit.exp: New file.
6820 * gdb.linespec/explicit.c: New file.
6821 * gdb.linespec/explicit.exp: New file.
6822 * gdb.linespec/explicit2.c: New file.
6823 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6824 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6825 before using in the matching pattern.
6826 Clarify that `prefix' is a regular expression.
6827
f00aae0f
KS
68282015-08-11 Keith Seitz <keiths@redhat.com>
6829
6830 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6831 test.
6832 Add tests for missing ",FMT" and ",".
6833
e27852be
DE
68342015-08-10 Doug Evans <dje@google.com>
6835 Keith Seitz <keiths@redhat.com>
6836
6837 PR gdb/17960
6838 * gdb.base/completion.exp: Add location completer tests.
6839
7f03bd92
PA
68402015-08-07 Pedro Alves <palves@redhat.com>
6841
6842 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6843 tests here.
6844 (top level): Run do_test with and without displaced stepping.
6845
3fc8eb30
PA
68462015-08-07 Pedro Alves <palves@redhat.com>
6847
6848 * gdb.base/valgrind-disp-step.c: New file.
6849 * gdb.base/valgrind-disp-step.exp: New file.
6850
d4569d7b
PA
68512015-08-07 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6854 Delete function.
6855 (main): Add alarm. Run an infinite loop instead of calling
6856 wait_threads.
6857 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6858 comment.
6859 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6860 Delete function.
6861 (main): Add alarm. Run an infinite loop instead of calling
6862 wait_threads.
6863 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6864 comment.
6865
e1316e60
PA
68662015-08-07 Pedro Alves <palves@redhat.com>
6867
6868 * gdb.base/checkpoint-ns.exp: New file.
6869 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6870 standard_testfile.
6871
da8c46d2
MM
68722015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6873
6874 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6875 * gdb.btrace/instruction_history.exp: Update.
6876 * gdb.btrace/tsx.exp: New.
6877 * gdb.btrace/tsx.c: New.
6878
de1c2c52
PA
68792015-08-06 Pedro Alves <palves@redhat.com>
6880
6881 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6882 increase timeout.
6883 * gdb.reverse/until-precsave.exp: Bump timeouts.
6884
782e0bf4
PA
68852015-08-06 Pedro Alves <palves@redhat.com>
6886
6887 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6888
83e97ed0
PA
68892015-08-06 Pedro Alves <palves@redhat.com>
6890
6891 PR gdb/18749
6892 * gdb.threads/process-dies-while-handling-bp.c: New file.
6893 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6894
863d01bd
PA
68952015-08-06 Pedro Alves <palves@redhat.com>
6896
6897 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6898 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6899
0a39bb32
PA
69002015-08-05 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6903 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6904
ee2d2b10
SL
69052015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6906
6907 * gdb.base/bp-permanent.exp: Report test as unsupported if
6908 the target cannot stop at the permanent breakpoint.
6909
4e1bdb00
DE
69102015-08-03 Doug Evans <dje@google.com>
6911
6912 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6913 10000.
6914
3d338901
DE
69152015-08-03 Doug Evans <dje@google.com>
6916
6917 * Makefile.in (workers/%.worker, build-perf): New rule.
6918 (GDB_PERFTEST_MODE): New variable.
6919 (check-perf): Use it.
6920 (clean): Clean up gdb.perf parallel build subdirs.
6921 * lib/build-piece.exp: New file.
6922 * lib/gdb.exp (make_gdb_parallel_path): New function
6923 (standard_output_file, standard_temp_file): Call it.
6924 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6925 of $GDB_PARALLEL.
6926 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6927
af061d3e
DE
69282015-08-03 Doug Evans <dje@google.com>
6929
8e1afc81 6930 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
6931 (LOG_FILE_NAME): New global.
6932 (TextReporter.__init__): Initialize self.txt_sum.
6933 (TextReporter.report): Add support for multiple data-points.
6934 Move report to perftest.sum, put raw data in perftest.log.
6935 (TextReporter.start): Open sum and log files.
6936 (TextReporter.end): Close sum and log files.
8e1afc81
DE
6937 * gdb.perf/lib/perftest/testresult.py
6938 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 6939
2c8c5d37
PA
69402015-07-31 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6943 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6944 kill_wait_spawned_process instead of explicit "kill -9".
6945 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6946 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6947 kill_wait_spawned_process.
6948 * gdb.base/attach-twice.exp: Likewise.
6949 * gdb.base/attach.exp: Likewise.
6950 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6951 gdb_test_multiple.
6952 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6953 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6954 kill_wait_spawned_process.
6955 * gdb.base/valgrind-infcall.exp: Likewise.
6956 * gdb.multi/multi-attach.exp: Likewise.
6957 * gdb.python/py-prompt.exp: Likewise.
6958 * gdb.python/py-sync-interp.exp: Likewise.
6959 * gdb.server/ext-attach.exp: Likewise.
6960 * gdb.threads/attach-into-signal.exp (corefunc): Use
6961 spawn_wait_for_attach, spawn_id_get_pid and
6962 kill_wait_spawned_process.
6963 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6964 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6965 spawn_id_get_pid and kill_wait_spawned_process.
6966 * gdb.threads/attach-stopped.exp (corefunc): Use
6967 spawn_wait_for_attach, spawn_id_get_pid and
6968 kill_wait_spawned_process.
6969 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6970 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6971 kill_wait_spawned_process instead of explicit "kill -9".
6972 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6973 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6974 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6975 processes. Don't map cygwin/windows pids here. Now returns a
6976 spawn id list.
6977
032a0fca
SL
69782015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6979
6980 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6981 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6982 correct patch.
6983
61a934ca
SL
69842015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6985
6986 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6987
4bc4d428
SL
69882015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6989
6990 Reapply:
6991 2014-05-21 Mark Wielaard <mjw@redhat.com>
6992
6993 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6994
998d452a
PA
69952015-07-30 Pedro Alves <palves@redhat.com>
6996
6997 * linux-low.c (handle_extended_wait): Set the child's last
6998 reported status to TARGET_WAITKIND_STOPPED.
6999
69dde7dc
PA
70002015-07-30 Pedro Alves <palves@redhat.com>
7001
7002 PR threads/18600
7003 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
7004 only shows inferior 1.
7005
4dd63d48
PA
70062015-07-30 Simon Marchi <simon.marchi@ericsson.com>
7007 Pedro Alves <palves@redhat.com>
7008
7009 PR threads/18600
7010 * gdb.threads/fork-plus-threads.c: New file.
7011 * gdb.threads/fork-plus-threads.exp: New file.
7012
d618e4c5
PP
70132015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7014
7015 * gdb.base/batch-preserve-term-settings.exp
7016 (test_terminal_settings_preserved_after_cli_exit): Use
7017 send_quit_command.
7018
1eef6428
PA
70192015-07-29 Pedro Alves <palves@redhat.com>
7020 Don Breazeal <donb@codesourcery.com>
7021
7022 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
7023 output from both inferior_spawn_id and gdb_spawn_id.
7024
7da5b897
SDJ
70252015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7026
7027 * gdb.threads/attach-into-signal.exp (corefunc): Use
7028 with_test_prefix on nested loops, uniquefying the test messages.
7029
dac804df
SDJ
70302015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7031
7032 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
7033 commit.
7034
06265e53
PP
70352015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7036
7037 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
7038 New proc.
7039 (test_terminal_settings_preserved_after_sigterm): New test.
7040
18206ca3
PP
70412015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7042
7043 * gdb.base/batch-preserve-term-settings.exp
7044 (test_terminal_settings_preserved_after_cli_exit): New test.
7045
90074d11
PP
70462015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7047
7048 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
7049 manipulation of saved_gdbflags.
7050 (test_terminal_settings_preserved): Remove global declaration of
7051 the unused variable pagination_prompt. Remove manipulation of
7052 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
7053 GDBFLAGS.
7054
eb1a7902
PA
70552015-07-29 Pedro Alves <palves@redhat.com>
7056
7057 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
7058
8b75dd3b
PA
70592015-07-29 Pedro Alves <palves@redhat.com>
7060
7061 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
7062 at the top.
7063
dedad4e3
PA
70642015-07-29 Pedro Alves <palves@redhat.com>
7065
7066 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
7067 (main): Call gdb_unbuffer_output.
7068 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
7069 (main): Call gdb_unbuffer_output.
7070 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
7071 (main): Call gdb_unbuffer_output.
7072 * gdb.base/call-strs.exp: Adjust to step over the
7073 gdb_unbuffer_output call.
7074 * gdb.base/catch-gdb-caused-signals.c: Include
7075 "../lib/unbuffer_output.c".
7076 (main): Call gdb_unbuffer_output.
7077 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
7078 (main): Call gdb_unbuffer_output.
7079 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
7080 (main): Call gdb_unbuffer_output.
7081 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
7082 (main): Call gdb_unbuffer_output.
7083 * gdb.base/shlib-call.exp: Adjust to step over the
7084 gdb_unbuffer_output call.
7085 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
7086 (main): Call gdb_unbuffer_output.
7087 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
7088 (main): Call gdb_unbuffer_output.
7089 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
7090 (main): Rename to ...
7091 (test): ... this.
7092 (main): Reimplement.
7093 * gdb.base/varargs.exp: Run to test instead of to main.
7094 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7095 (main): Call gdb_unbuffer_output.
7096
58789a91
PA
70972015-07-29 Pedro Alves <palves@redhat.com>
7098
7099 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
7100 factore out from mi_continue_dprintf. For call-style dprintfs,
7101 expect dprintf output out of $inferior_spawn_id.
7102 (mi_continue_dprintf): Use mi_expect_dprintf.
7103 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7104 (main): Call gdb_unbuffer_output.
7105
e8376742
PA
71062015-07-29 Pedro Alves <palves@redhat.com>
7107
7108 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
7109 (default_mi_gdb_start): Set inferior_spawn_id instead of
7110 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
7111 gdb_spawn_id.
7112 (mi_gdb_test): Always expect inferior output from both
7113 $inferior_spawn_id and $gdb_spawn_id.
7114
08280010
PA
71152015-07-29 Pedro Alves <palves@redhat.com>
7116
7117 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
7118 send_inferior and $inferior_spawn_id.
7119
4d30e432
PA
71202015-07-29 Pedro Alves <palves@redhat.com>
7121
7122 * gdb.gdb/complaints.exp (test_initial_complaints)
7123 (test_serial_complaints, test_short_complaints): Use
7124 gdb_test_stdio.
7125 (test_empty_complaint): Handle $inferior_spawn_id !=
7126 $gdb_spawn_id.
7127
0d30a335
PA
71282015-07-29 Pedro Alves <palves@redhat.com>
7129
7130 * gdb.base/varargs.exp: Use gdb_test_stdio.
7131
39413b29
PA
71322015-07-29 Pedro Alves <palves@redhat.com>
7133
7134 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
7135
7cb000a9
PA
71362015-07-29 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.base/ending-run.exp: Use gdb_test_stdio.
7139
d7b8ac82
PA
71402015-07-29 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
7143 parameter into two new parameters, "inf_result" and "gdb_result".
7144 Expect inferior output and gdb output from $inferior_spawn_id and
7145 $gdb_spawn_id, respectively. Adjust all callers.
7146
789c3a0c
PA
71472015-07-29 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
7150 of gdb_test_sequence.
7151
77e760c3
PA
71522015-07-29 Pedro Alves <palves@redhat.com>
7153
7154 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
7155 (saw_spurious_output): Expect inferior output from
7156 $inferior_spawn_id. Use gdb_test_stdio.
7157
8396d2cd
PA
71582015-07-29 Pedro Alves <palves@redhat.com>
7159
7160 * gdb.base/dprintf.exp: Use standard_testfile. Change
7161 prepare_for_testing call.
7162 (srcfile): Don't set.
7163 (restart): New procedure.
7164 (test_dprintf): New procecure, use to continue over dprintfs.
7165 (test_call, test_agent): New procedures, tests moved here.
7166 Restart gdb and recreate dprintfs. Adjust expected output.
7167
2051d61f
PA
71682015-07-29 Pedro Alves <palves@redhat.com>
7169
7170 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
7171
452397af
PA
71722015-07-29 Pedro Alves <palves@redhat.com>
7173
7174 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
7175
8aed9555
PA
71762015-07-29 Pedro Alves <palves@redhat.com>
7177
7178 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
7179 gdb_test_stdio.
7180
188a61b4
PA
71812015-07-29 Pedro Alves <palves@redhat.com>
7182
7183 * lib/gdb.exp (gdb_test_stdio): New procedure.
7184
12264a45
PA
71852015-07-29 Pedro Alves <palves@redhat.com>
7186
7187 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
7188
23ffc893
PA
71892015-07-29 Pedro Alves <palves@redhat.com>
7190
7191 * gdb.base/call-signal-resume.exp: Remove check for
7192 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
7193 * gdb.base/unwindonsignal.exp: Likewise.
7194 * gdb.base/call-signals.c (gen_signal): Remove printf call.
7195 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
7196
65566918
PA
71972015-07-29 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.base/siginfo-addr.c (pass): New function.
7200 (handler): Call it iff si_addr is correct.
7201 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
7202 Set a breakpoint at "pass" and continue to it.
7203
d60a9221
SDJ
72042015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
7205
7206 * gdb.python/py-objfile.exp: Make some tests have unique names.
7207 * gdb.python/py-pp-registration.exp: Likewise.
7208
bde40b8f
PA
72092015-07-28 Pedro Alves <palves@redhat.com>
7210
7211 * gdb.server/server-exec-info.exp: Issue a "disconnect".
7212
13e1dec8
SM
72132015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7214
7215 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
7216
da33c9a7
SM
72172015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7218
7219 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
7220
077836f7
PP
72212015-07-27 Patrick Palka <patrick@parcs.ath.cx>
7222
7223 * gdb.base/gdb-sigterm-2.exp: New test.
7224
b8cc7b2e
DE
72252015-07-25 Doug Evans <xdje42@gmail.com>
7226
7227 Revert:
7228 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7229 (workers/%.worker, build-perf): New rule.
7230 (GDB_PERFTEST_MODE): New variable.
7231 (check-perf): Use it.
7232 (clean): Clean up gdb.perf parallel build subdirs.
7233 * lib/build-piece.exp: New file.
7234 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7235 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7236 name.
7237 (standard_temp_file): Ditto.
7238 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7239 of $GDB_PARALLEL.
7240
c8bd4544
DE
72412015-07-24 Doug Evans <dje@google.com>
7242
7243 * gdb.perf/lib/perftest/utils.py: New file.
7244 * gdb.perf/gm-hello.cc: New file.
7245 * gdb.perf/gm-pervasive-typedef.cc: New file.
7246 * gdb.perf/gm-pervasive-typedef.h: New file.
7247 * gdb.perf/gm-std.cc: New file.
7248 * gdb.perf/gm-std.h: New file.
7249 * gdb.perf/gm-use-cerr.cc: New file.
7250 * gdb.perf/gm-utils.h: New file.
7251 * gdb.perf/gmonster-null-lookup.py: New file.
7252 * gdb.perf/gmonster-pervasive-typedef.py: New file.
7253 * gdb.perf/gmonster-print-cerr.py: New file.
7254 * gdb.perf/gmonster-ptype-string.py: New file.
7255 * gdb.perf/gmonster-runto-main.py: New file.
7256 * gdb.perf/gmonster-select-file.py: New file.
7257 * gdb.perf/gmonster1-null-lookup.exp: New file.
7258 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
7259 * gdb.perf/gmonster1-print-cerr.exp: New file.
7260 * gdb.perf/gmonster1-ptype-string.exp: New file.
7261 * gdb.perf/gmonster1-runto-main.exp: New file.
7262 * gdb.perf/gmonster1-select-file.exp: New file.
7263 * gdb.perf/gmonster1.cc: New file.
7264 * gdb.perf/gmonster1.exp: New file.
7265 * gdb.perf/gmonster2-null-lookup.exp: New file.
7266 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
7267 * gdb.perf/gmonster2-print-cerr.exp: New file.
7268 * gdb.perf/gmonster2-ptype-string.exp: New file.
7269 * gdb.perf/gmonster2-runto-main.exp: New file.
7270 * gdb.perf/gmonster2-select-file.exp: New file.
7271 * gdb.perf/gmonster2.cc: New file.
7272 * gdb.perf/gmonster2.exp: New file.
7273
6eab34f3
DE
72742015-07-24 Doug Evans <dje@google.com>
7275
7276 * gdb.perf/README: New file.
7277 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
7278 * lib/gen-perf-test.exp: New file.
7279
63738bfd
DE
72802015-07-24 Doug Evans <dje@google.com>
7281
7282 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
7283 (PerfTest::startup): New function.
7284 (PerfTest::run): Return result of calling body.
7285 (PerfTest::assemble): Rewrite.
7286 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
7287 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
7288 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
7289 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
7290 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
7291
7b606f95
DE
72922015-07-24 Doug Evans <dje@google.com>
7293
7294 * lib/gdb.exp (clean_restart): Make executable optional.
7295
a97b16b8
DE
72962015-07-24 Doug Evans <dje@google.com>
7297
7298 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
7299 compiler_info references.
7300 * gdb.cp/temargs.exp: Ditto.
7301 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
7302 (get_compiler_info): Early exit if already computed. Set compiler_info
7303 to "unknown" if there was a problem.
7304 (test_compiler_info): Add function comment. Call get_compiler_info.
7305
35baa57f
DE
73062015-07-24 Doug Evans <dje@google.com>
7307
7308 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7309 (workers/%.worker, build-perf): New rule.
7310 (GDB_PERFTEST_MODE): New variable.
7311 (check-perf): Use it.
7312 (clean): Clean up gdb.perf parallel build subdirs.
7313 * lib/build-piece.exp: New file.
7314 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7315 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7316 name.
7317 (standard_temp_file): Ditto.
7318 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7319 of $GDB_PARALLEL.
7320
6ebea266
DE
73212015-07-24 Doug Evans <dje@google.com>
7322
7323 * lib/future.exp (gdb_default_target_compile): New option
7324 "early_flags".
7325 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
7326 --as-needed.
7327
1e76a7e9
SDJ
73282015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
7329
7330 * gdb.base/catch-syscall.exp: Call gdb_exit before
7331 gdb_skip_xml_test.
7332
5068630a
PA
73332015-07-24 Pedro Alves <palves@redhat.com>
7334
7335 * gdb.python/py-events.exp: Accept output between the stop event
7336 and the prompt.
7337 * gdb.python/py-evsignal.exp: Likewise.
7338 * gdb.python/py-evthreads.exp: Likewise.
7339
77598427
PA
73402015-07-24 Pedro Alves <palves@redhat.com>
7341
7342 PR gdb/18717
7343 * gdb.threads/non-ldr-exit.c: New file.
7344 * gdb.threads/non-ldr-exit.exp: New file.
7345
11e6c98f
YQ
73462015-07-24 Yao Qi <yao.qi@linaro.org>
7347
7348 * gdb.server/ext-wrapper.exp: Test --wrapper option when
7349 restarting process.
7350
51aee833
YQ
73512015-07-24 Yao Qi <yao.qi@linaro.org>
7352
7353 * gdb.server/ext-restart.exp: New file.
7354
8cfe207c
YQ
73552015-07-24 Yao Qi <yao.qi@linaro.org>
7356
7357 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
7358 argument options.
7359 * gdb.server/ext-wrapper.exp: New file.
7360
cc12ce38
DE
73612015-07-23 Doug Evans <dje@google.com>
7362
7363 * gdb.dwarf2/dw2-dummy-cu.S: New file.
7364 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
7365
d0d84780
PMR
73662015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
7367
7368 * gdb.ada/var_arr_typedef.exp: New testcase.
7369 * gdb.ada/var_arr_typedef/pack.adb: New file.
7370 * gdb.ada/var_arr_typedef/pack.ads: New file.
7371 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
7372
8b558f79
JB
73732015-07-20 Joel Brobecker <brobecker@adacore.com>
7374
7375 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
7376
775a3298
JK
73772015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7378
7379 * gdb.arch/i386-biarch-core.exp: Replace istarget
7380 by "complete set gnutarget". Remove expectation for the "core-file"
7381 command.
7382
db1ff28b
JK
73832015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7384
7385 Revert the previous commit:
7386 Tests for validate symbol file using build-id.
7387
0a94970d
JK
73882015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7389
7390 Tests for validate symbol file using build-id.
7391 * gdb.base/solib-mismatch-lib.c: New file.
7392 * gdb.base/solib-mismatch-libmod.c: New file.
7393 * gdb.base/solib-mismatch.c: New file.
7394 * gdb.base/solib-mismatch.exp: New file.
7395
03346981
SL
73962015-07-15 Sandra Loosemore <sandra@codesourcery.com>
7397
7398 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
7399 nios2-*-linux*.
7400 * gdb.base/sigbpt.exp (stepi_out): Likewise.
7401 * gdb.base/siginfo.exp: Likewise.
7402 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7403
42422cc7
PL
74042015-07-15 Pierre Langlois <pierre.langlois@arm.com>
7405
7406 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
7407 Move it to ...
7408 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
7409 ... here.
7410 * gdb.trace/range-stepping.exp: Check that the target supports
7411 range stepping.
7412
cfa68bae
JK
74132015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7414
7415 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
7416
8ffdba26
PA
74172015-07-14 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.base/killed-outside.exp: New file.
7420 * gdb.base/killed-outside.c: New file.
7421
218a5a11
JK
74222015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7423
7424 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
7425 (n at main): New.
7426 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
7427
e03ed3c6
AA
74282015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7429
7430 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
7431 infcall tests instead of setting up for KFAIL.
7432
485668e5
MM
74332015-07-10 Markus Metzger <markus.t.metzger@intel.com>
7434
7435 * gdb.btrace/record_goto-step.exp: New.
7436
08464196
JK
74372015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7438
7439 PR compile/18484
7440 * gdb.compile/compile.c (struct struct_type): Add volatile to
7441 selffield's type.
7442 * gdb.compile/compile.exp
7443 (compile code struct_object.selffield = &struct_object): Skip further
7444 struct_object tests if this one xfails.
7445
bcf5c1d9
RC
74462015-07-08 Robert O'Callahan <robert@ocallahan.org>
7447
7448 PR exp/18617
7449 * gdb.trace/ax.exp: Add test.
7450
4931af25
YQ
74512015-07-07 Yao Qi <yao.qi@linaro.org>
7452
7453 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
7454 instead of istarget "aarch64*-*-*".
7455 * gdb.arch/aarch64-fp.exp: Likewise.
7456 * gdb.base/float.exp: Likewise.
7457 * gdb.reverse/aarch64.exp: Likewise.
7458 * lib/gdb.exp (is_aarch64_target): New proc.
7459
9fcf688e
YQ
74602015-07-07 Yao Qi <yao.qi@linaro.org>
7461
7462 * lib/gdb.exp (is_aarch32_target): New proc.
7463 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
7464 instead of "istarget "arm*-*-*"".
7465 * gdb.arch/arm-disp-step.exp: Likewise.
7466 * gdb.arch/thumb-bx-pc.exp: Likewise.
7467 * gdb.arch/thumb-prologue.exp: Likewise.
7468 * gdb.arch/thumb-singlestep.exp: Likewise.
7469 * gdb.base/disp-step-syscall.exp: Likewise.
7470 * gdb.base/float.exp: Likewise.
7471
fbd8d50d
YQ
74722015-07-07 Yao Qi <yao.qi@linaro.org>
7473
7474 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
7475 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
7476
71be1fdc
YQ
74772015-07-07 Yao Qi <yao.qi@linaro.org>
7478
7479 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
7480 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
7481 if it exists.
7482 * gdb.multi/multi-arch.exp: Likewise.
7483
3e221d36
SM
74842015-07-07 Simon Marchi <simon.marchi@ericsson.com>
7485
7486 * gdb.python/py-lazy-string.exp: Add missing parentheses to
7487 print.
7488
d441430b
YQ
74892015-07-07 Yao Qi <yao.qi@linaro.org>
7490
7491 * gdb.arch/thumb-singlestep.exp: Do one more single step.
7492
06f810bd
MG
74932015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
7494
7495 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
7496 '[' and ']' characters.
7497
5e61e7c0
IB
74982015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
7499
7500 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7501
28bf096c
PA
75022015-06-29 Pedro Alves <palves@redhat.com>
7503
7504 PR threads/18127
7505 * gdb.threads/hand-call-new-thread.c: New file.
7506 * gdb.threads/hand-call-new-thread.c: New file.
7507
ee93cd5e
KS
75082015-06-26 Keith Seitz <keiths@redhat.com>
7509 Doug Evans <dje@google.com>
7510
7511 PR 16253
7512 * gdb.cp/var-tag-2.cc: New file.
7513 * gdb.cp/var-tag-3.cc: New file.
7514 * gdb.cp/var-tag-4.cc: New file.
7515 * gdb.cp/var-tag.cc: New file.
7516 * gdb.cp/var-tag.exp: New file.
7517
fc637f04
PP
75182015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7519
7520 * gdb.base/history-duplicates.exp: New test.
7521
2e52ae68
PP
75222015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7523
7524 * gdb.base/completion.exp: Test the completion of the "focus"
7525 command.
7526
6e22494e
JK
75272015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7528
7529 * gdb.arch/amd64-prologue-skip.S: New file.
7530 * gdb.arch/amd64-prologue-skip.exp: New file.
7531
bf7b9cd9
SM
75322015-06-25 Simon Marchi <simon.marchi@ericsson.com>
7533
7534 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
7535 is_address_zero_readable check.
7536
201e8dfd
PB
75372015-06-24 Peter Bergner <bergner@vnet.ibm.com>
7538
7539 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
7540 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
7541
5cd867b4
YQ
75422015-06-24 Yao Qi <yao.qi@linaro.org>
7543
7544 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
7545 linux targets.
7546
4d7be007
YQ
75472015-06-24 Yao Qi <yao.qi@linaro.org>
7548
7549 * lib/gdb.exp (supports_get_siginfo_type): New proc.
7550 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
7551 * gdb.base/siginfo-thread.exp: Likewise.
7552
07fcd301
YQ
75532015-06-22 Yao Qi <yao.qi@linaro.org>
7554
7555 * boards/remote-gdbserver-on-localhost.exp: Add comments.
7556
52042a00
YQ
75572015-06-22 Yao Qi <yao.qi@linaro.org>
7558
7559 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
7560 aarch64*-*-*.
7561 (skip_hw_watchpoint_tests): Likewise.
7562
74bd41ce
PP
75632015-06-18 Patrick Palka <patrick@parcs.ath.cx>
7564
7565 * gdb.base/gdbinit-history.exp: Test the interaction between
7566 setting GDBHISTSIZE and setting the history size via .gdbinit.
7567
bc460514
PP
75682015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7569
7570 PR gdb/16999
7571 * gdb.base/gdbhistsize-history.exp: New test.
7572
b58c513b
PP
75732015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7574
7575 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
7576 with GDBHISTSIZE.
7577 * gdb.base/readline.exp: Likewise.
7578
92046791
YQ
75792015-06-17 Yao Qi <yao.qi@linaro.org>
7580
7581 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
7582 line.
7583
2093d2d3
PP
75842015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7585
7586 * gdb.base/gdbinit-history.exp: Add test case to check that
7587 an unlimited history file does not get truncated on exit.
7588
e6c693af
AA
75892015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7590
7591 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
7592 (VECTOR): New macro. Use it...
7593 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
7594 ...for these typedefs.
7595 (int8, char1, int1, double1): New typedefs.
7596 (struct just_int2, struct two_int2): New structures.
7597 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
7598 (add_structvecs, add_singlevecs): New functions.
7599 (main): Call add_some_intvecs twice.
7600 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
7601 the compile and exit upon failure. Try compiling for the "native"
7602 architecture. Test inferior function calls with vector arguments
7603 and vector return value handling with "finish" and "return".
7604
c74f7d1c
JT
76052015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7606
7607 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7608 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7609 PE file.
7610 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7611
98aa42ee
AT
76122015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7613
7614 PR breakpoints/16465
7615 * gdb.mi/mi-dprintf-pending.c: New file.
7616 * gdb.mi/mi-dprintf-pending.exp: New test.
7617 * gdb.mi/mi-dprintf-pendshr.c: New file.
7618
7d73c23c 76192015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 7620 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
7621
7622 * gdb.arch/i386-mpx-map.c: New file.
7623 * gdb.arch/i386-mpx-map.exp: New File.
7624
76252015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7626
7627 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7628 * gdb.arch/i386-mpx.exp: Indentation fixed.
7629
76302015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7631
7632 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7633 function and improved indentation.
7634 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7635 gdb_test_multiple. Added additional tests to skip the test.
7636
76372015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7638
7639 * gdb.arch/i386-avx512.c: Change path in include file.
7640 * gdb.arch/i386-avx512.exp: Change include dir path
7641 compilation flag.
7642 * gdb.arch/i386-mpx.c: Change path in include file.
7643 * gdb.arch/i386-mpx.exp: Change include dir path compilation
7644 flag.
7645
d5eba19a
JK
76462015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7647
7648 * gdb.compile/compile-print.exp (compile print *vararray@3)
7649 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7650
7f361056
JK
76512015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7652
7653 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
7654 (do not keep jit in memory): ... this.
7655 (expect 5): Change it to ...
7656 (expect no 5): ... this.
7657
3b462ec2
SM
76582015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7659
7660 PR gdb/15564
7661 * gdb.mi/mi-detach.exp: New file.
7662
e0619de6
JK
76632015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7664
7665 PR symtab/18392
7666 * gdb.arch/amd64-tailcall-self.S: New file.
7667 * gdb.arch/amd64-tailcall-self.c: New file.
7668 * gdb.arch/amd64-tailcall-self.exp: New file.
7669
e970cb34
DB
76702015-05-28 Don Breazeal <donb@codesourcery.com>
7671
7672 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7673 tests for remote targets by checking is_target_gdbserver.
7674
b2e2f908
DE
76752015-05-27 Doug Evans <dje@google.com>
7676
7677 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7678 * gdb.dwarf2/opaque-type-lookup.c: New file.
7679 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7680
82c7be31
DE
76812015-05-26 Doug Evans <dje@google.com>
7682
7683 * gdb.cp/iostream.cc: New file.
7684 * gdb.cp/iostream.exp: New file.
7685
b4f54984
DE
76862015-05-26 Doug Evans <dje@google.com>
7687
7688 * gdb.dwarf2/dw2-op-call.exp: Update.
7689 * gdb.dwarf2/dw4-sig-types.exp: Update.
7690 * gdb.dwarf2/implptr.exp: Update.
7691 * gdb.mi/mi-cmd-param-changed.exp: Update.
7692
4ea6efe9
DE
76932015-05-26 Doug Evans <dje@google.com>
7694
7695 * gdb.python/py-lazy-string.c: New file.
7696 * gdb.python/py-lazy-string.exp: New file.
7697 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7698 (main): Update. Add estring3.
7699 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7700 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7701
f6bb7db3
YQ
77022015-05-26 Omair Javaid <omair.javaid@linaro.org>
7703 Yao Qi <yao.qi@linaro.org>
7704
7705 * gdb.reverse/aarch64.c: New.
7706 * gdb.reverse/aarch64.exp: New.
7707
a81bfbd0
OJ
77082015-05-26 Omair Javaid <omair.javaid@linaro.org>
7709
25d49b86
PA
7710 * lib/gdb.exp (supports_process_record): Return true for
7711 aarch64*-linux*.
a81bfbd0
OJ
7712 (supports_reverse): Likewise.
7713
158bf1b4
PP
77142015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7715
7716 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7717 Use with_test_prefix.
7718
a0145030
AB
77192015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7720
7721 * gdb.base/completion.exp: Add test for completion of layout
7722 names.
7723
ebe3b578
AB
77242015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7725
7726 * lib/gdb.exp (skip_tui_tests): New proc.
7727 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7728
84204ed7
PA
77292015-05-19 Pedro Alves <palves@redhat.com>
7730
7731 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7732 Save the whole env array instead of just HOME. Unset HISTSIZE in
7733 the environment while testing. Restore whole environment
7734 afterwards.
7735
37442ce1
DE
77362015-05-16 Doug Evans <xdje42@gmail.com>
7737
7738 * gdb.guile/scm-ports.c: New file.
7739 * gdb.guile/scm-ports.exp: Add memory port tests.
7740
36de76f9
JK
77412015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7742
7743 * gdb.compile/compile-print.c: New file.
7744 * gdb.compile/compile-print.exp: New file.
7745
3a9558c4
JK
77462015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7747
7748 * gdb.compile/compile-ops.exp: Cast param to void.
7749 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7750 (compile code struct_object.selffield = &struct_object): Add xfail.
7751
aa715135
JG
77522015-05-15 Joel Brobecker <brobecker@adacore.com>
7753
7754 * gdb.ada/arr_enum_with_gap: New testcase.
7755
931e5bc3
JG
77562015-05-15 Joel Brobecker <brobecker@adacore.com>
7757
7758 * gdb.ada/byte_packed_arr: New testcase.
7759
9cd4d857
JB
77602015-05-15 Joel Brobecker <brobecker@adacore.com>
7761
7762 * gdb.ada/pckd_neg: New testcase.
7763
ebfd00d2
PP
77642015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7765
7766 PR gdb/17820
7767 * gdb.base/gdbinit-history.exp: New test.
7768 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7769 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7770
4c082a81
SC
77712015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7772
7773 * gdb.python/py-xmethods.cc: Enhance test case.
7774 * gdb.python/py-xmethods.exp: New tests.
7775 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7776 function.
7777 (B_indexoper): Likewise.
7778 (global_dm_list) : Add new xmethod worker functions.
7779
f7797074
SDJ
77802015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7781
7782 * gdb.base/coredump-filter.exp: Correctly unset
7783 "coredump_var_addr" array.
7784
a4674e4e
PA
77852015-05-08 Pedro Alves <palves@redhat.com>
7786
7787 * gdb.server/non-existing-program.exp: Unset spawn_id.
7788
df2eb078
SC
77892015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7790
7791 PR python/18291
7792 * gdb.python/py-xmethods.exp: Add tests.
7793
422349a3
YQ
77942015-05-08 Yao Qi <yao.qi@linaro.org>
7795
7796 PR gdb/18208
7797 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7798 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7799 function set_coredump_filter, and remove remote_exec call.
7800 Remove argument ipid. Callers update.
7801 (top level): Don't get inferior's PID.
7802
63fc80ce
AA
78032015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7804
7805 * gdb.base/watch_thread_num.exp: Skip test on targets without
7806 access watchpoints.
7807
80ad801e
PA
78082015-05-06 Pedro Alves <palves@redhat.com>
7809
7810 PR server/18081
7811 * gdb.server/non-existing-program.exp: New file.
7812
0fa7fe50
JB
78132015-05-05 Joel Brobecker <brobecker@adacore.com>
7814
7815 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7816
3ea89b92
PMR
78172015-05-05 Joel Brobecker <brobecker@adacore.com>
7818
7819 * gdb.ada/out_of_line_in_inlined: New testcase.
7820
87b8eff0
JB
78212015-05-05 Joel Brobecker <brobecker@adacore.com>
7822
7823 * gdb.ada/var_rec_arr: New testcase.
7824
5fccc635
YQ
78252015-04-30 Yao Qi <yao.qi@linaro.org>
7826
7827 * gdb.base/break-idempotent.exp: If
7828 skip_hw_watchpoint_multi_tests returns true, skip the tests
7829 on "rwatch" and "awatch".
7830
42d38f42
YQ
78312015-04-30 Yao Qi <yao.qi@linaro.org>
7832
7833 * gdb.base/relativedebug.exp: Invoke gdb command
7834 "info sharedlibrary", and if libc.so doesn't have debug info,
7835 skip the test.
7836
2ce1cdbf
DE
78372015-04-29 Doug Evans <dje@google.com>
7838
7839 * gdb.python/py-xmethods.exp: Add ptype tests.
7840 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7841 get_result_type method.
7842
f24a38c5
LM
78432015-04-29 Luis Machado <lgustavo@codesourcery.com>
7844
7845 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7846 the target does not support hardware watchpoints.
7847
ecbf2b3c
LM
78482015-04-29 Luis Machado <lgustavo@codesourcery.com>
7849
7850 * gdb.base/break-always.exp: Abort testing if writing to memory
7851 causes an error.
7852
34f5f757
DE
78532015-04-28 Doug Evans <dje@google.com>
7854
7855 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7856 * gdb.python/py-pp-registration.exp: ... here. New file.
7857 * gdb.python/py-pp-registration.c: New file.
7858 * gdb.python/py-pp-registration.py: New file.
7859
69b4374a
DE
78602015-04-28 Doug Evans <dje@google.com>
7861
7862 * gdb.python/py-bad-printers.c: New file.
7863 * gdb.python/py-bad-printers.py: New file.
7864 * gdb.python/py-bad-printers.exp: New file.
7865
59fb7612
SS
78662015-04-28 Sasha Smundak <asmundak@google.com>
7867
7868 * gdb.python/py-type.exp: New test.
7869
2631b16a
AW
78702015-04-28 Andy Wingo <wingo@igalia.com>
7871
7872 * gdb.python/py-parameter.exp:
7873 * gdb.guile/scm-parameter.exp: Escape the path that we are
7874 matching against, as it might contain characters that are special
7875 to regular expressions.
7876
460efde1
JB
78772015-04-27 Joel Brobecker <brobecker@adacore.com>
7878
7879 * gdb.ada/rec_comp: New testcase.
7880
2d369d8e
SDJ
78812015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7882
7883 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7884 before using it.
7885
cf75d6c3
AB
78862015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7887
7888 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7889 new tests for verilog output.
7890
8dbe7ca5
YQ
78912015-04-24 Yao Qi <yao.qi@linaro.org>
7892
7893 * boards/remote-gdbserver-on-localhost.exp: New file.
7894
4ef9fb2f
PA
78952015-04-23 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7898 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7899 "end of file", remove $inferior_spawn_id from the indirect list.
7900
0a803169
PA
79012015-04-23 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7904
749ef8f8
PA
79052015-04-23 Pedro Alves <palves@redhat.com>
7906
7907 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7908 on $any_spawn_id instead of only on $gdb_spawn_id.
7909
8aae4344
PM
79102015-04-21 Pierre Muller <muller@sourceware.org>
7911
7912 PR pascal/17815
7913 * lib/pascal.exp (gpc_compile): Add new option "class".
7914 (fpc_compile): Likewise.
7915 * gdb.pascal/case-insensitive-symbols.pas: New file.
7916 * gdb.pascal/case-insensitive-symbols.exp: New file.
7917
1586c8fb
GB
79182015-04-20 Gary Benson <gbenson@redhat.com>
7919
7920 * gdb.base/attach.exp: Fix three extended remote failures.
7921
1b6e6f5c
GB
79222015-04-17 Gary Benson <gbenson@redhat.com>
7923
7924 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7925 the main executable over the remote protocol.
7926
e797481d
PA
79272015-04-16 Pedro Alves <palves@redhat.com>
7928
7929 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7930 a new gdbserver if gdbserver_reconnect_p is set.
7931
1ca99c42
PA
79322015-04-16 Pedro Alves <palves@redhat.com>
7933
7934 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7935 is set, don't exit gdbserver.
7936
af9fd6f8
AA
79372015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7938
7939 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7940 appropriate .insn, such that an older assembler can be used.
7941 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7942 the z/Architecture instruction set on 31-bit targets as well.
7943
04ff1e61
AA
79442015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7945
7946 * gdb.go/handcall.exp: Remove all logic related to the first
7947 breakpoint and rely on go_runto_main instead.
7948 * gdb.go/strings.exp: Likewise.
7949 * gdb.go/unsafe.exp: Likewise.
7950 * gdb.go/hello.exp: Likewise. Also rename the remaining
7951 breakpoint marker to "breakpoint 1".
7952 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7953 * gdb.go/strings.go: Likewise.
7954 * gdb.go/unsafe.go: Likewise.
7955 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7956 "set breakpoint 2 here" and rename the remaining breakpoint marker
7957 to "breakpoint 1".
7958
40d2f8d6
SM
79592015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7960
7961 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7962 if itertools.imap is not present.
7963 * gdb.python/py-objfile.exp: Add parentheses.
7964 * gdb.python/py-type.exp: Same.
7965 * gdb.python/py-unwind-maint.py: Same.
7966
8cbc97c6
YQ
79672015-04-15 Yao Qi <yao.qi@linaro.org>
7968
7969 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7970 of ":$ptr_size" and set its form explicitly.
7971
45fd756c
YQ
79722015-04-15 Pedro Alves <palves@redhat.com>
7973 Yao Qi <yao.qi@linaro.org>
7974
7975 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7976 timeout by factor of 4.
7977 (test_regular_watch): Likewise.
7978 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7979 * gdb.reverse/sigall-reverse.exp: Likewise.
7980 * gdb.reverse/until-precsave.exp: Likewise.
7981 * lib/gdb.exp (with_timeout_factor): New proc.
7982 (gdb_expect): Move some code to ...
7983 (get_largest_timeout): ... here. New procedure.
7984
9e811bc3
LM
79852015-04-14 Luis Machado <lgustavo@codesourcery.com>
7986
7987 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7988
0ff6fcb2
LM
79892015-04-13 Luis Machado <lgustavo@codesourcery.com>
7990
7991 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7992 to write to the .text section.
7993
7578d5f7
LM
79942015-04-13 Luis Machado <lgustavo@codesourcery.com>
7995
7996 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7997 Handle the case of targets that do not provide PID information.
7998
2efe15c4
YQ
79992015-04-13 Yao Qi <yao.qi@linaro.org>
8000
8001 * lib/gdbserver-support.exp (gdb_exit): Catch exception
8002 and use expect instead of gdb_expect.
8003
8cd8f2f8
SDJ
80042015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8005
8006 * gdb.base/coredump-filter.exp: Rename variable "addr" to
8007 "coredump_var_addr" to avoid naming conflict with other testcases.
8008
9ee41772
PA
80092015-04-10 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
8012 gdb_test_sequence and gdb_assert.
8013
07473109
PA
80142015-04-10 Pedro Alves <palves@redhat.com>
8015
8016 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
8017 test messages that don't include the breakpoint address.
8018
de3db44c
YQ
80192015-04-10 Yao Qi <yao.qi@linaro.org>
8020
8021 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
8022 false for some offset and width combinations which aren't
8023 supported by linux kernel.
8024
c79d856c
PA
80252015-04-10 Pedro Alves <palves@redhat.com>
8026
8027 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
8028 procedure, factored out from ...
8029 (top level): ... here. Add "set displaced-stepping" testing axis.
8030 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
8031 parameter "displaced". Use it.
8032 (top level): Use foreach and add "set displaced-stepping" testing
8033 axis.
8034
ebc90b50
PA
80352015-04-10 Pedro Alves <palves@redhat.com>
8036
8037 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
8038 Remove comment.
8039 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
8040 both the address of the instruction that triggers the watchpoint
8041 and the address of the instruction immediately after, and use
8042 those addresses for the test. Fix comment.
8043
8f572e5c
PA
80442015-04-10 Pedro Alves <palves@redhat.com>
8045
8046 * gdb.base/sigstep.exp (breakpoint_to_handler)
8047 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
8048 Test "backtrace" in handler.
8049 (breakpoint_over_handler): New parameter 'displaced'. Use it.
8050 (top level): Add new "displaced" test axis to
8051 breakpoint_to_handler, breakpoint_to_handler_entry and
8052 breakpoint_over_handler.
8053
8d707a12
PA
80542015-04-10 Pedro Alves <palves@redhat.com>
8055
8056 PR gdb/18216
8057 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
8058
ef713951
YQ
80592015-04-10 Yao Qi <yao.qi@linaro.org>
8060
8061 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
8062 (test_add_rn_pc): New function.
8063 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
8064 (top level): Invoke test_add_rn_pc.
8065
906d60cf
PA
80662015-04-10 Pedro Alves <palves@redhat.com>
8067
8068 PR gdb/13858
8069 * gdb.base/step-over-no-symbols.exp: New file.
8070
f2983cc3
AW
80712015-04-09 Andy Wingo <wingo@igalia.com>
8072
8073 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
8074 after the Python tests.
8075
6d62641c
SDJ
80762015-04-08 Keith Seitz <keiths@redhat.com>
8077
8078 PR python/16699
8079 * gdb.python/py-completion.exp: New tests for completion.
8080 * gdb.python/py-completion.py (CompleteLimit1): New class.
8081 (CompleteLimit2): Likewise.
8082 (CompleteLimit3): Likewise.
8083 (CompleteLimit4): Likewise.
8084 (CompleteLimit5): Likewise.
8085 (CompleteLimit6): Likewise.
8086 (CompleteLimit7): Likewise.
8087
f3770638
PA
80882015-04-08 Pedro Alves <palves@redhat.com>
8089
8090 PR gdb/18214
8091 PR gdb/18216
8092 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
8093 function.
8094 (main): Install it as SIGUSR1 handler.
8095 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
8096 parameter. Always use "setup" as prefix. Toggle "set
8097 displaced-stepping" off/on depending on global. Don't switch to
8098 thread 1 here.
8099 (top level): Add displaced stepping "off/on" test axis. Update
8100 "setup" calls. Wrap each subtest with with_test_prefix. Test
8101 continuing with a queued signal in each thread.
8102
4496bed7
PA
81032015-04-08 Pedro Alves <palves@redhat.com>
8104
8105 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
8106 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
8107 gdb_breakpoint instead of gdb_test that doesn't expect anything.
8108 Return early if running to main fails.
8109 * gdb.trace/while-stepping.exp: Likewise.
8110
b97fde92
PA
81112015-04-07 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
8114 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
8115 interact with inferior program.
8116
f71c18e7
PA
81172015-04-07 Pedro Alves <palves@redhat.com>
8118
8119 * lib/gdb.exp (inferior_spawn_id): New global.
8120 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
8121 spawn id after processing the user code.
8122 (default_gdb_start): Set inferior_spawn_id.
8123 (send_inferior): New procedure.
8124 * lib/gdbserver-support.exp (gdbserver_start): Set
8125 inferior_spawn_id.
8126 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
8127
6423214f
PA
81282015-04-07 Pedro Alves <palves@redhat.com>
8129
8130 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
8131 * lib/gdbserver-support.exp (gdbserver_start): Make
8132 $server_spawn_id global.
8133 (gdbserver_start): Don't wait for gdbserver's spawn id with
8134 expect_background.
8135 (close_gdbserver): New procedure.
8136 (gdb_exit): Rename the default version and reimplement.
8137
71c0ee8c
PA
81382015-04-07 Pedro Alves <palves@redhat.com>
8139
72f4393d 8140 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
8141 append the substituted item, not the original item.
8142
203bc29b
PA
81432015-04-07 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
8146 gdb_expect.
8147
508a3ddf
PA
81482015-04-07 Pedro Alves <palves@redhat.com>
8149
8150 * gdb.base/interrupt.exp: Don't handle the case of the inferior
8151 output appearing once only.
8152
9f6dbe2b
PA
81532015-04-07 Pedro Alves <palves@redhat.com>
8154
8155 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
8156 that doesn't expect anything. Return early if running to main
8157 fails.
8158
337532fa
YQ
81592015-04-07 Yao Qi <yao.qi@linaro.org>
8160
8161 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
8162 (child_function): Call alarm.
8163 (main): Move call to alarm into the loop.
8164 * gdb.threads/non-stop-fair-events.exp: Build program with
8165 -DTIMEOUT=$timeout.
8166
01b622d4
DE
81672015-04-06 Doug Evans <xdje42@gmail.com>
8168
8169 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
8170 Fix dest parameter to board_info.
8171 (fpc_compile): Ditto.
8172 (gdb_compile_pascal): Rename dest arg to destfile.
8173
961f4160
PMR
81742015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8175
8176 * gdb.ada/funcall_ref.exp: New file.
8177 * gdb.ada/funcall_ref/foo.adb: New file.
8178
cafda597
YQ
81792015-04-02 Yao Qi <yao.qi@linaro.org>
8180
8181 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
8182 is remote.
8183
fed040c6
GB
81842015-04-02 Gary Benson <gbenson@redhat.com>
8185
8186 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
8187
d11916aa
SS
81882015-04-01 Sasha Smundak <asmundak@google.com>
8189
8190 * gdb.python/py-unwind-maint.c: New file.
8191 * gdb.python/py-unwind-maint.exp: New test.
8192 * gdb.python/py-unwind-maint.py: New file.
8193 * gdb.python/py-unwind.c: New file.
8194 * gdb.python/py-unwind.exp: New test.
8195 * gdb.python/py-unwind.py: New test.
8196
a1471180
PA
81972015-04-01 Pedro Alves <palves@redhat.com>
8198
8199 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
8200 to fail instead of non-existent $test.
8201
0bbeccb1
PA
82022015-04-01 Pedro Alves <palves@redhat.com>
8203
8204 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
8205 GDBFLAGS if not empty.
8206
3c724c8c
PMR
82072015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
8208
8209 * gdb.ada/complete.exp: Remove "multi_line".
8210 * gdb.ada/info_exc.exp: Remove "multi_line".
8211 * gdb.ada/packed_tagged.exp: Remove "multi_line".
8212 * gdb.ada/ptype_field.exp: Remove "multi_line".
8213 * gdb.ada/sym_print_name.exp: Remove "multi_line".
8214 * gdb.ada/tagged.exp: Remove "multi_line".
8215 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
8216 [multi_line ...]
8217 * gdb.btrace/delta.exp: Likewise.
8218 * gdb.btrace/exception.exp: Likewise.
8219 * gdb.btrace/function_call_history.exp: Likewise.
8220 * gdb.btrace/instruction_history.exp: Likewise.
8221 * gdb.btrace/nohist.exp: Likewise.
8222 * gdb.btrace/record_goto.exp: Likewise.
8223 * gdb.btrace/segv.exp: Likewise.
8224 * gdb.btrace/stepi.exp: Likewise.
8225 * gdb.btrace/tailcall.exp: Likewise.
8226 * gdb.btrace/unknown_functions.exp: Likewise.
8227 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
8228 * lib/gdb.exp: Add the "multi_line" helper.
8229
4eec2deb
PA
82302015-04-01 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.threads/tid-reuse.c: New file.
8233 * gdb.threads/tid-reuse.exp: New file.
8234
df8411da
SDJ
82352015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8236
8237 PR corefiles/16092
8238 * gdb.base/coredump-filter.c: New file.
8239 * gdb.base/coredump-filter.exp: Likewise.
8240
6ef37366
PM
82412015-03-27 Petr Machata <pmachata@redhat.com>
8242
8243 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
8244 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
8245 (Dwarf::assemble): Initialize them.
8246 (Dwarf::lines): New function.
8247
7ec911b0
JT
82482015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
8249
8250 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
8251 SYMBOL_PREFIX for x86_64-*-cygwin.
8252
ff908ebf
AW
82532015-03-26 Andy Wingo <wingo@igalia.com>
8254
8255 PR symtab/18148
8256 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
8257 const_value but not a location.
8258 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
8259 location defined in non-main CUs are visible.
8260
6d5f0679
YQ
82612015-03-26 Yao Qi <yao.qi@linaro.org>
8262
8263 PR testsuite/18139
8264 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
8265 Add a line number entry for the same line.
8266 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
8267 Add a line number entry for the same line.
8268
2898689b
YQ
82692015-03-26 Yao Qi <yao.qi@linaro.org>
8270
8271 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
8272 .int 0.
8273 (func): Likewise. Add .Lfunc_1 label.
8274 Use .Lfunc_1 label.
8275 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
8276 .int 0.
8277 (func): Likewise.
8278 Use .Lfunc_1 label.
8279
85180498
YQ
82802015-03-26 Yao Qi <yao.qi@linaro.org>
8281
8282 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
8283 Call gdb_compile instead to compile each .s files without debug
8284 information.
8285
8aa08a8d
YQ
82862015-03-26 Yao Qi <yao.qi@linaro.org>
8287
8288 * gdb.base/savedregs.exp (process_saved_regs): Make
8289 "Saved registers:" optional in the pattern.
8290
66849923
MM
82912015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8292
8293 * gdb.btrace/next.exp: Merged into step.exp.
8294 * gdb.btrace/finish.exp: Merged into step.exp.
8295 * gdb.btrace/nexti.exp: Merged into stepi.exp.
8296 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
8297 "record goto" and checking the exact replay position.
8298 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
8299 check for "Recording format" in "info record" output.
8300 * gdb.btrace/record_goto.exp: Choose test file based on target.
8301 * gdb.btrace/x86-record_goto.S: Renamed into ...
8302 * gdb.btrace/x86_64-record_goto.S: ... this.
8303 * gdb.btrace/i686-record_goto.S: New.
8304 * gdb.btrace/x86-tailcall.S: Renamed into ...
8305 * gdb.btrace/x86_64-tailcall.S: ... this.
8306 * gdb.btrace/i686-tailcall.S: New.
8307 * gdb.btrace/x86-tailcall.c: Renamed into ...
8308 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
8309 separate statements. Update test.
8310 * gdb.btrace/delta.exp: Use record_goto.c as test file.
8311 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
8312 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
8313 * gdb.btrace/tailcall.exp: Choose test file based on target.
8314 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
8315
11cc1b74
MM
83162015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8317
8318 * gdb.btrace/exception.exp: Increase BTS buffer size.
8319
a25d8bf9
PA
83202015-03-24 Pedro Alves <palves@redhat.com>
8321
8322 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
8323
856e7dd6
PA
83242015-03-24 Pedro Alves <palves@redhat.com>
8325
8326 * gdb.threads/schedlock.exp (test_step): No longer expect that
8327 "set scheduler-locking step" with "next" over a function call runs
8328 threads unlocked.
8329
ad235a41
AT
83302015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8331
8332 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
8333
15630549
AT
83342015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8335
8336 PR breakpoints/16466
8337 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
8338 * gdb.mi/mi-pending.c (thread_func): New function.
8339 (int main): Add threading support required.
8340 * gdb.mi/mi-pending.exp: Add tests for this issue.
8341 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
8342 (pendfunc2): Remove stdio dependency.
8343 * gdb.mi/mi-pendshr2.c: New file.
8344
693dca06
KS
83452015-03-23 Keith Seitz <keiths@redhat.com>
8346
8347 * gdb.linespec/keywords.c: New file.
8348 * gdb.linespec/keywords.exp: New file.
8349
7e993ebf
KS
83502015-03-23 Keith Seitz <keiths@redhat.com>
8351
8352 PR gdb/18021
8353 * gdb.dwarf2/staticvirtual.exp: New test.
8354
bc23328c
JK
83552015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8356
8357 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
8358 * README: Remove HP-UX and gdb.hp.
8359 (configuration):
8360 * configure: Regenerate.
8361 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
8362 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
8363 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
8364 gdb.hp/gdb.defects/Makefile.
8365 * gdb.hp/Makefile.in: File deleted.
8366 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
8367 * gdb.hp/gdb.aCC/optimize.c: File deleted.
8368 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
8369 * gdb.hp/gdb.aCC/run.c: File deleted.
8370 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
8371 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
8372 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
8373 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
8374 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
8375 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
8376 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
8377 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
8378 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
8379 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
8380 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
8381 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
8382 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
8383 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
8384 * gdb.hp/gdb.base-hp/reg.s: File deleted.
8385 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
8386 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
8387 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
8388 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
8389 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
8390 * gdb.hp/gdb.compat/Makefile.in: File deleted.
8391 * gdb.hp/gdb.compat/average.c: File deleted.
8392 * gdb.hp/gdb.compat/sum.c: File deleted.
8393 * gdb.hp/gdb.compat/xdb.c: File deleted.
8394 * gdb.hp/gdb.compat/xdb0.c: File deleted.
8395 * gdb.hp/gdb.compat/xdb0.h: File deleted.
8396 * gdb.hp/gdb.compat/xdb1.c: File deleted.
8397 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
8398 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
8399 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
8400 * gdb.hp/gdb.defects/Makefile.in: File deleted.
8401 * gdb.hp/gdb.defects/bs14602.c: File deleted.
8402 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
8403 * gdb.hp/gdb.defects/solib-d.c: File deleted.
8404 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
8405 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
8406 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
8407 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
8408 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
8409 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
8410 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
8411 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
8412 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
8413 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
8414 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
8415 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
8416 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
8417 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
8418 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
8419 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
8420 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
8421 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
8422 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
8423 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
8424 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
8425 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
8426 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
8427 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
8428 * gdb.hp/tools/odump: File deleted.
8429
8bf3b159
PA
84302015-03-19 Pedro Alves <palves@redhat.com>
8431
8432 * gdb.threads/continue-pending-status.exp (saw_thread_2)
8433 (saw_thread_3): New globals.
8434 (top level): Increment them when an event for the corresponding
8435 thread is seen.
8436 (no thread starvation): New test.
8437
eb54c8bf
PA
84382015-03-19 Pedro Alves <palves@redhat.com>
8439
8440 * gdb.threads/continue-pending-status.c: New file.
8441 * gdb.threads/continue-pending-status.exp: New file.
8442
32d2e5d6
PA
84432015-03-18 Pedro Alves <palves@redhat.com>
8444
8445 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8446 Use gdb_is_target_remote instead of is_remote. Use
8447 gdb_test_multiple instead of gdb_expect. Exit early if
8448 gdb_test_multiple hits its internal matches. Tighten stepi tests
8449 expected output. Fail on exit with any signal, instead of just
8450 SIGILL.
8451
f68f11b7
YQ
84522015-03-18 Yao Qi <yao.qi@linaro.org>
8453
8454 PR tdep/18107
8455 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
8456 variable.
8457 * gdb.base/catch-syscall.exp: Don't skip it on
8458 aarch64*-*-linux* target. Remove elements in all_syscalls.
8459 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
8460 target.
8461 (setup_all_syscalls): New proc.
8462
ca5fd19b
YQ
84632015-03-16 Yao Qi <yao.qi@linaro.org>
8464
8465 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
8466 (top level): Skip tests if valid_addr_p returns false for
8467 $cmd1 or $cmd2.
8468
85642ba0
AW
84692015-03-11 Andy Wingo <wingo@igalia.com>
8470
8471 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
8472
e03f9645
YQ
84732015-03-11 Yao Qi <yao.qi@linaro.org>
8474
8475 * gdb.base/catch-syscall.exp: Fix typo in comments.
8476
5d0962b2
YQ
84772015-03-11 Yao Qi <yao.qi@linaro.org>
8478
8479 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
8480
b2df3cef
PA
84812015-03-09 Pedro Alves <palves@redhat.com>
8482
8483 * dg-extract-results.py: Delete.
8484
ef878e53
PA
84852015-03-09 Pedro Alves <palves@redhat.com>
8486
8487 Merge dg-extract-results.sh from GCC upstream (r218843).
8488
8489 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
8490 * dg-extract-results.sh: Use --text with grep to avoid issues with
8491 binary files. Fall back to cat -v, if that doesn't work.
8492
9494d219
PA
84932015-03-05 Pedro Alves <palves@redhat.com>
8494
8495 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
8496
a8d9763a
SM
84972015-03-04 Simon Marchi <simon.marchi@ericsson.com>
8498
8499 * lib/mi-support.exp (mi_expect_interrupt): Accept
8500 alternative event for when in all-stop mode.
8501
be9957b8
PA
85022015-03-04 Pedro Alves <palves@redhat.com>
8503
8504 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
8505
d57be0f4 85062015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
8507
8508 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
8509
c214c7cf
AA
85102015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8511
8512 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
8513 regexps for GDB's current line display, accept a hex address
8514 preceding the line number.
8515
6d74a497
AA
85162015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8517
8518 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
8519 the 'arch1' variable for "s390*-linux*" targets.
8520
511aee7c
PA
85212015-03-04 Pedro Alves <palves@redhat.com>
8522
8523 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
8524 (main): Pass missing retval argument to pthread_join call.
8525
95e50b27
PA
85262015-03-02 Pedro Alves <palves@redhat.com>
8527
8528 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
8529 (top level): Call do_test with non-stop as well.
8530
28054d69
PA
85312015-03-02 Pedro Alves <palves@redhat.com>
8532
8533 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
8534 -1.
8535
4fa5d7b4
AA
85362015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8537
8538 * gdb.arch/s390-vregs.exp: New test.
8539 * gdb.arch/s390-vregs.S: New file.
8540
97c18565
PA
85412015-02-27 Pedro Alves <palves@redhat.com>
8542
8543 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
8544 call to catch_command_errors.
8545 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
8546 catch_command_errors.
8547
a37bfa30
PA
85482015-02-27 Pedro Alves <palves@redhat.com>
8549
8550 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
8551 "true" for boolean result.
8552 * gdb.gdb/selftest.exp (test_with_self): Also accept full
8553 prototype of main.
8554
6f98576f
PA
85552015-02-27 Pedro Alves <palves@redhat.com>
8556
8557 * lib/unbuffer_output.c: New file.
8558 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
8559 (main): Call gdb_unbuffer_output.
8560
eba5ab56
YQ
85612015-02-27 Yao Qi <yao.qi@linaro.org>
8562
8563 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
8564 target.
8565
0def5aaa
DE
85662015-02-26 Doug Evans <dje@google.com>
8567
8568 * gdb.cp/class2.cc (Dbase, D): New classes.
8569 (main): New local delta.
8570 * gdb.cp/class2.exp: Test printing delta.
8571 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
8572 (dynbar): New global.
8573 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
8574
081a1c2c
JK
85752015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8576
8577 * gdb.compile/compile-ifunc.c: New file.
8578 * gdb.compile/compile-ifunc.exp: New file.
8579
2f41223f
AT
85802015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8581
8582 * gdb.base/structs.exp: Check for correct struct on finish.
8583
03eddd80
YQ
85842015-02-26 Yao Qi <yao.qi@linaro.org>
8585
8586 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
8587 is zero.
8588
80c57053
JK
85892015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8590
8591 * gdb.arch/cordic.ko.bz2: New file.
8592 * gdb.arch/cordic.ko.debug.bz2: New file.
8593 * gdb.arch/ppc64-symtab-cordic.exp: New file.
8594
21613c12
YQ
85952015-02-25 Yao Qi <yao.qi@linaro.org>
8596
8597 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
8598 aarch64*-*-* target.
8599
d8b901ed
PA
86002015-02-23 Pedro Alves <palves@redhat.com>
8601
8602 * lib/gdb.exp (delete_breakpoints): Rewrite using
8603 gdb_test_multiple.
8604
e5b85ead
PA
86052015-02-23 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.base/info-os.c: Include stdlib.h.
8608
85c3a371
DE
86092015-02-22 Doug Evans <xdje42@gmail.com>
8610
8611 PR symtab/17855
8612 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8613 is read after symbols have been re-read.
8614 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8615 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8616
96553a0c
DE
86172015-02-21 Doug Evans <dje@google.com>
8618
8619 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8620
97a0c697
JK
86212015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8622
8623 PR corefiles/17808
8624 * gdb.arch/i386-biarch-core.core.bz2: New file.
8625 * gdb.arch/i386-biarch-core.exp: New file.
8626
a47cd6e9
PA
86272015-02-21 Pedro Alves <palves@redhat.com>
8628
8629 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8630 runto_main fails.
8631
c5facdc4
PA
86322015-02-20 Pedro Alves <palves@redhat.com>
8633
8634 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8635 info probes.
8636
2db9a427
PA
86372015-02-20 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.threads/multi-create-ns-info-thr.exp: New file.
8640
60fb7e9e
PA
86412015-02-20 Pedro Alves <palves@redhat.com>
8642
8643 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
8644 clean_restart before gdb_target_supports_trace.
8645
5c5019c2
PA
86462015-02-20 Pedro Alves <palves@redhat.com>
8647
8648 PR threads/18006
8649 * gdb.threads/clone-thread_db.c: New file.
8650 * gdb.threads/clone-thread_db.exp: New file.
8651
c9587f88
AT
86522015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8653
8654 PR breakpoints/16812
8655 * gdb.base/catch-gdb-caused-signals.c: New file.
8656 * gdb.base/catch-gdb-caused-signals.exp: New file.
8657
f6a88844
JM
86582015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8659
8660 * configure: Regenerated.
8661 * configure.ac: Use GDB_AC_TRANSFORM.
8662 * aclocal.m4: sinclude ../transform.m4.
8663
497c491b
JM
86642015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8665
8666 * lib/dtrace.exp: New file.
8667 * gdb.base/dtrace-probe.exp: Likewise.
8668 * gdb.base/dtrace-probe.d: Likewise.
8669 * gdb.base/dtrace-probe.c: Likewise.
8670 * lib/pdtrace.in: Likewise.
8671 * configure.ac: Output variables with the transformed names of
8672 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8673 * configure: Regenerated.
8674
03e98035
JM
86752015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8676
8677 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8678 expected message when trying to access $_probe_* convenience
8679 variables while not on a probe.
8680
63cc30e9
JK
86812015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8682
8683 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8684
0703599a
PA
86852015-02-11 Pedro Alves <pedro@codesourcery.com>
8686
8687 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8688 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8689
7e60a48e
DE
86902015-02-10 Doug Evans <xdje42@gmail.com>
8691
8692 * lib/gdb.exp (gdb_load): Always return a result.
8693
01b088bc
PA
86942015-02-10 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.threads/signal-sigtrap.c: New file.
8697 * gdb.threads/signal-sigtrap.exp: New file.
8698
b05ec7a5
AT
86992015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8700
8701 * gdb.trace/no-attach-trace.c: New file.
8702 * gdb.trace/no-attach-trace.exp: New file.
8703
a2c2acaf
MW
87042015-02-09 Mark Wielaard <mjw@redhat.com>
8705
8706 * gdb.dwarf2/atomic.c: New file.
8707 * gdb.dwarf2/atomic-type.exp: Likewise.
8708
31fd9caa
MM
87092015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8710
8711 * gdb.btrace/buffer-size.exp: Update "info record" output.
8712 * gdb.btrace/delta.exp: Update "info record" output.
8713 * gdb.btrace/enable.exp: Update "info record" output.
8714 * gdb.btrace/finish.exp: Update "info record" output.
8715 * gdb.btrace/instruction_history.exp: Update "info record" output.
8716 * gdb.btrace/next.exp: Update "info record" output.
8717 * gdb.btrace/nexti.exp: Update "info record" output.
8718 * gdb.btrace/step.exp: Update "info record" output.
8719 * gdb.btrace/stepi.exp: Update "info record" output.
8720 * gdb.btrace/nohist.exp: Update "info record" output.
8721
d33501a5
MM
87222015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8723
8724 * gdb.btrace/buffer-size: New.
8725
f4abbc16
MM
87262015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8727
8728 * gdb.btrace/delta.exp: Update "info record" output.
8729 * gdb.btrace/enable.exp: Update "info record" output.
8730 * gdb.btrace/finish.exp: Update "info record" output.
8731 * gdb.btrace/instruction_history.exp: Update "info record" output.
8732 * gdb.btrace/next.exp: Update "info record" output.
8733 * gdb.btrace/nexti.exp: Update "info record" output.
8734 * gdb.btrace/step.exp: Update "info record" output.
8735 * gdb.btrace/stepi.exp: Update "info record" output.
8736 * gdb.btrace/nohist.exp: Update "info record" output.
8737
b9d61307
SM
87382015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8739
8740 PR gdb/15678
8741 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8742
e584fdbc
PA
87432015-02-06 Pedro Alves <palves@redhat.com>
8744
8745 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8746 macro.
8747 (seconds_left, again): New globals.
8748 (main): Wait seconds_left in a 1-second sleep loop instead of
8749 sleeping 180 seconds. If 'again' is set, reset the seconds
8750 counter.
8751 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8752 'again' in the inferior before detaching. Print the seconds left.
8753 (options): New global.
8754 (top level): Build program with -DTIMEOUT=$timeout.
8755
77f41761
PA
87562015-02-06 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8759 determine how many seconds to pass to 'alarm'.
8760 * gdb.base/gdb-sigterm.exp (top level): Build program with
8761 -DTIMEOUT=$timeout.
8762 (do_test): Return success/failure indication. Add more verbose
8763 logging. Don't fail if 200 single steps are seen. Instead, fail
8764 when the test times out.
8765 (passes): New global.
8766 (top level): Break the testing loop if testing fails on any
8767 iteration. Use gdb_assert.
8768
b9394193
DB
87692015-02-04 Don Breazeal <donb@codesourcery.com>
8770
8771 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8772 and initialize them.
8773 (ipc_cleanup): New function.
8774 (main): Don't declare shmid, semid, and msqid. Add a call to
8775 atexit so that we call ipc_cleanup on exit.
8776
42d9e528
PA
87772015-02-04 Pedro Alves <palves@redhat.com>
8778
8779 * boards/native-extended-gdbserver.exp: Remove any target variant
8780 specifications from the board name before clearing the isremote
8781 flag from board_info.
8782
ae6ae975
DE
87832015-01-31 Doug Evans <xdje42@gmail.com>
8784
8785 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8786
cfb069a8
GB
87872015-01-31 Gary Benson <gbenson@redhat.com>
8788
8789 * gdb.base/completion.exp: Disable completion limiting for
8790 existing tests. Add new tests to check completion limiting.
8791 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8792
5dd31d79
DE
87932015-01-31 Doug Evans <xdje42@gmail.com>
8794
8795 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8796
9f050062
DE
87972015-01-31 Doug Evans <xdje42@gmail.com>
8798
8799 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8800 entries. Duplicate file section script entries.
8801 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8802 inlined entries. Add test for safe-path rejection.
8803 * gdb.python/py-section-script.c: Add duplicate inlined section script
8804 entries. Duplicate file section script entries.
8805 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8806 inlined entries. Add test for safe-path rejection.
8807
df25ebbd
JB
88082015-01-29 Joel Brobecker <brobecker@adacore.com>
8809
8810 * gdb.ada/disc_arr_bound: New testcase.
8811
4a0ca9ec
JB
88122015-01-29 Joel Brobecker <brobecker@adacore.com>
8813
8814 * gdb.ada/mi_var_array: New testcase.
8815
3a8b707a
DE
88162015-01-27 Doug Evans <dje@google.com>
8817
8818 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8819 Add test for objfile.filename, objfile.username after objfile
8820 has been unloaded.
8821
f8313f6e
JB
88222015-01-26 Joel Brobecker <brobecker@adacore.com>
8823
8824 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8825 the second test to print the name attribute of value
8826 returned by the call to gdb.lookup_type, and adjust
8827 the expected output accordingly.
8828
37bc665e
MW
88292015-01-25 Mark Wielaard <mjw@redhat.com>
8830
8831 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8832 * gdb.base/disp-step-fork.c: Include unistd.h.
8833 * gdb.base/siginfo-obj.c: Include stdio.h.
8834 * gdb.base/siginfo-thread.c: Likewise.
8835 * gdb.mi/non-stop.c: Include unistd.h.
8836 * gdb.mi/nsthrexec.c: Include stdio.h.
8837 * gdb.mi/pthreads.c: Include unistd.h.
8838 * gdb.modula2/unbounded1.c (main): Declare returns int.
8839 * gdb.reverse/consecutive-reverse.c: Likewise.
8840 * gdb.threads/create-fail.c: Include unistd.h.
8841 * gdb.threads/killed.c: Likewise.
8842 * gdb.threads/linux-dp.c: Likewise.
8843 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8844 * gdb.threads/non-ldr-exc-2.c: Likewise.
8845 * gdb.threads/non-ldr-exc-3.c: Likewise.
8846 * gdb.threads/non-ldr-exc-4.c: Likewise.
8847 * gdb.threads/pthreads.c: Include unistd.h.
8848 (main): Declare returns int.
8849 * gdb.threads/tls-main.c (foo): New declaration.
8850 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8851
f7e5394d
SM
88522015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8853
8854 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8855 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8856
743649fd
MW
88572015-01-15 Mark Wielaard <mjw@redhat.com>
8858
8859 * gdb.base/noreturn-return.c: New file.
8860 * gdb.base/noreturn-return.exp: New file.
8861 * gdb.base/noreturn-finish.c: New file.
8862 * gdb.base/noreturn-finish.exp: New file.
8863
198297aa
PA
88642015-01-23 Pedro Alves <palves@redhat.com>
8865
8866 * gdb.threads/continue-pending-after-query.c: New file.
8867 * gdb.threads/continue-pending-after-query.exp: New file.
8868
717cf30c
AG
88692015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8870 Simon Marchi <simon.marchi@ericsson.com>
8871
8872 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8873 * gdb.base/valgrind-db-attach.exp: Same.
8874 * gdb.base/valgrind-infcall.exp: Same.
8875 * lib/mi-support.exp (default_mi_gdb_start): Same.
8876 * lib/prompt.exp (default_prompt_gdb_start): Same.
8877 * lib/gdb.exp (default_gdb_spawn): Same.
8878 (gdb_interact): New.
8879
8880
4b62a76e
JK
88812015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8882
8883 * gdb.compile/compile.exp (pointer to jit function): New test.
8884
b4cdae6f
WW
88852015-01-17 Wei-cheng Wang <cole945@gmail.com>
8886
8887 * lib/gdb.exp (supports_process_record): Return true for
8888 powerpc*-*-linux*.
8889 (supports_reverse): Likewise.
8890
d221e7ef
DB
88912015-01-15 Don Breazeal <donb@codesourcery.com>
8892
8893 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8894 instead of checking whether the target board is remote and
8895 use spawn_wait_for_attach instead of exec/sleep.
8896 * gdb.base/attach-twice.exp: Likewise.
8897
bafffb51
JB
88982015-01-15 Joel Brobecker <brobecker@adacore.com>
8899
8900 * gdb.ada/var_arr_attrs: New testcase.
8901
5589af0e
PA
89022015-01-14 Pedro Alves <palves@redhat.com>
8903 Joel Brobecker <brobecker@adacore.com>
8904
8905 PR gdb/17525
8906 * gdb.base/bp-cmds-execution-x-script.c: New file.
8907 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8908 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8909
6c400b59
PA
89102015-01-14 Pedro Alves <palves@redhat.com>
8911
8912 PR cli/17828
8913 * gdb.base/batch-preserve-term-settings.c: New file.
8914 * gdb.base/batch-preserve-term-settings.exp: New file.
8915
e02c96a7
DE
89162015-01-13 Doug Evans <dje@google.com>
8917
8918 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8919 binary.
8920
576fd14c
JB
89212015-01-13 Joel Brobecker <brobecker@adacore.com>
8922
8923 * Makefile.in (clean mostlyclean): Do not delete *.py.
8924
04dccad0
JB
89252015-01-13 Joel Brobecker <brobecker@adacore.com>
8926
8927 * gdb.python/py-lookup-type.exp: New file.
8928
3d230f71
PA
89292015-01-12 Pedro Alves <palves@redhat.com>
8930
8931 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8932 restore GDBFLAGS before returning.
8933
7e67715d
JK
89342015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8935
8936 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8937 is_amd64_regs_target and is_x86_like_target.
8938
f2e0d4b4
DE
89392015-01-11 Doug Evans <xdje42@gmail.com>
8940
8941 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8942 is given without an explicit form.
8943 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8944 attributes.
8945 * gdb.dwarf/corrupt.exp: Ditto.
8946 * gdb.dwarf2/enum-type.exp: Ditto.
8947 * gdb.trace/entry-values.exp: Ditto.
8948 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8949
439250fb
DE
89502015-01-11 Doug Evans <xdje42@gmail.com>
8951
8952 PR gdb/15830
8953 * gdb.base/maint.exp: Remove references to "maint demangle".
8954 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8955 Add tests for explicitly specifying language to demangle.
8956 * gdb.dlang/demangle.exp: Ditto.
8957
ede9f622
PA
89582015-01-09 Pedro Alves <palves@redhat.com>
8959
8960 * gdb.threads/non-stop-fair-events.c: New file.
8961 * gdb.threads/non-stop-fair-events.exp: New file.
8962
a7b796db
PA
89632015-01-09 Pedro Alves <palves@redhat.com>
8964
8965 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8966 the global scope. Set a breakpoint after all threads are started
8967 rather than stepping over two source lines. Expect the prompt.
8968 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8969 global.
8970 (NUM): Now 15.
8971 (main): Use threads_started_barrier to wait for all threads to
8972 start. Main thread no longer calls thread_function. Exit after
8973 180 seconds.
8974 (loop): New function.
8975 (thread_function): Wait on threads_started_barrier barrier. Call
8976 'loop' at each iteration.
8977 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8978 threads have started, instead of hardcoding number of "next"
8979 steps. Use an access watchpoint instead of a write watchpoint.
8980
9665ffdd
PA
89812015-01-09 Pedro Alves <palves@redhat.com>
8982
8983 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8984 (thread_func): Wait on barrier.
8985 (main): Wait for all threads to start before stopping GDB.
8986 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8987 global.
8988 (thread1_func, thread2_func): Wait on barrier.
8989 (main): Wait for all threads to start before stopping GDB.
8990 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8991 New global.
8992 (thread1_func, thread2_func): Wait on barrier.
8993 (main): Wait for all threads to start before stopping GDB.
8994
c945a99f
PA
89952015-01-09 Pedro Alves <palves@redhat.com>
8996
8997 * gdb.threads/attach-many-short-lived-threads.c: New file.
8998 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8999
c1a747c1
PA
90002014-01-09 Pedro Alves <palves@redhat.com>
9001
9002 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
9003 instead of to thread 2.
9004 * gdb.threads/signal-command-multiple-signals-pending.c (main):
9005 Add barrier around each pthread_create call instead of around all
9006 calls.
9007 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
9008 Set a break on thread_function and have the child threads hit it
9009 one at at a time.
9010
60b3033e
PA
90112015-01-09 Pedro Alves <palves@redhat.com>
9012
9013 * lib/gdb.exp (can_spawn_for_attach): New procedure.
9014 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
9015 false.
9016 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
9017 checking whether the target board is remote.
9018 * gdb.multi/multi-attach.exp: Likewise.
9019 * gdb.python/py-sync-interp.exp: Likewise.
9020 * gdb.server/ext-attach.exp: Likewise.
9021 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
9022 tests that need to attach, instead of checking whether the target
9023 board is remote at the top of the file.
9024
acc018ac
YQ
90252015-01-08 Yao Qi <yao@codesourcery.com>
9026
9027 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
9028
50a18af8
JK
90292015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9030
9031 Fix testcase compilation.
9032 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
9033
8503d6e1
JB
90342015-01-06 Joel Brobecker <brobecker@adacore.com>
9035
9036 * gdb.python/py-type.exp: Add a couple test about empty
9037 array creation, and negative-length array creation.
9038
cc73dbcc
DE
90392015-01-02 Doug Evans <xdje42@gmail.com>
9040
9041 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
9042
0300bbc7
DE
90432015-01-02 Doug Evans <dje@google.com>
9044
9045 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
9046
9d85a0ec
YQ
90472014-12-29 Yao Qi <yao@codesourcery.com>
9048
9049 * gdb.trace/entry-values.exp: Update comments. Rename variable
9050 bar_call_foo to returned_from_foo.
9051
87186c6a
MMN
90522014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
9053
9054 PR gdb/17394
9055 * gdb.linespec/break-asm-file.c: New file.
9056 * gdb.linespec/break-asm-file.exp: New file.
9057 * gdb.linespec/break-asm-file0.s: New file.
9058 * gdb.linespec/break-asm-file1.s: New file.
9059
1bab7383
YQ
90602014-12-18 Nigel Stephens <nigel@mips.com>
9061 Maciej W. Rozycki <macro@codesourcery.com>
9062
9063 * gdb.base/float.exp: Handle the new output from "info float" on
9064 MIPS targets.
9065
1bc1068a
JK
90662014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9067
9068 Fix MinGW compilation.
9069 * gdb.compile/compile-ops.exp: Update untested message if
9070 !skip_compile_feature_tests.
9071 * gdb.compile/compile-setjmp.exp: Likewise.
9072 * gdb.compile/compile-tls.exp: Likewise.
9073 * gdb.compile/compile.exp: Likewise.
9074 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
9075 supported on this host".
9076
b6615d10
DE
90772014-12-16 Doug Evans <xdje42@gmail.com>
9078
9079 * boards/stabs.exp: New file.
9080
25dda427
AA
90812014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
9082
9083 * gdb.base/completion.exp: Adjust to format changes of "maint
9084 print user-registers".
9085
bf330350
CU
90862014-12-16 Catalin Udma <catalin.udma@freescale.com>
9087
9088 PR server/17457
9089 * gdb.arch/aarch64-fp.c: New file.
9090 * gdb.arch/aarch64-fp.exp: New file.
9091
395cf596
SDJ
90922014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9093
9094 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
9095 r210637, r210913, r211666, r215400, r215817).
9096
9097 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
9098 * dg-extract-results.py: New file.
9099 * dg-extract-results.sh: Use it if the environment seems
9100 suitable.
9101
9102 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
9103
9104 * dg-extract-results.py (parse_run): Handle warnings that
9105 are printed before a test harness is run.
9106
9107 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
9108
9109 * dg-extract-results.py (Named): Remove __cmp__ method.
9110 (output_variation): Use a key to sort variation.harnesses.
9111
9112 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
9113
9114 * dg-extract-results.py: For Python 3, force sys.stdout to
9115 handle surrogate escape sequences.
9116 (safe_open): New function.
9117 (output_segment, main): Use it.
9118
9119 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
9120
9121 * dg-extract-results.py (Prog.result_re): Include options
9122 in test name.
9123
9124 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
9125
9126 * dg-extract-results.py (output_variation): Always sort if
9127 do_sum.
9128
e882ef3c
SM
91292014-12-15 Simon Marchi <simon.marchi@ericsson.com>
9130
9131 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
9132 as long as we get pagination notifications.
9133
4992aa20
JM
91342014-12-15 Jason Merrill <jason@redhat.com>
9135
9136 * Makefile.in (check-gdb.%): Restore.
9137 * README: Mention it.
9138
c1b5a1a6
JB
91392014-12-13 Joel Brobecker <brobecker@adacore.com>
9140
9141 * gdb.ada/str_uninit: New testcase.
9142
5537b577
JK
91432014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9144
9145 PR symtab/17642
9146 * gdb.base/vla-stub-define.c: New file.
9147 * gdb.base/vla-stub.c: New file.
9148 * gdb.base/vla-stub.exp: New file.
9149
bb2ec1b3
TT
91502014-12-12 Phil Muldoon <pmuldoon@redhat.com>
9151 Jan Kratochvil <jan.kratochvil@redhat.com>
9152 Tom Tromey <tromey@redhat.com>
9153
9154 * configure.ac: Add gdb.compile/.
9155 * configure: Regenerate.
9156 * gdb.compile/Makefile.in: New file.
9157 * gdb.compile/compile-ops.exp: New file.
9158 * gdb.compile/compile-ops.c: New file.
9159 * gdb.compile/compile-tls.c: New file.
9160 * gdb.compile/compile-tls.exp: New file.
9161 * gdb.compile/compile-constvar.S: New file.
9162 * gdb.compile/compile-constvar.c: New file.
9163 * gdb.compile/compile-mod.c: New file.
9164 * gdb.compile/compile-nodebug.c: New file.
9165 * gdb.compile/compile-setjmp-mod.c: New file.
9166 * gdb.compile/compile-setjmp.c: New file.
9167 * gdb.compile/compile-setjmp.exp: New file.
9168 * gdb.compile/compile-shlib.c: New file.
9169 * gdb.compile/compile.c: New file.
9170 * gdb.compile/compile.exp: New file.
9171 * lib/gdb.exp (skip_compile_feature_tests): New proc.
9172
4ff709eb
TT
91732014-12-12 Tom Tromey <tromey@redhat.com>
9174
9175 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
9176 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
9177
6dddd6a5
DE
91782014-12-12 Doug Evans <dje@google.com>
9179
9180 * lib/gdb-python.exp (get_python_valueof): New function.
9181 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
9182
71c24708
AA
91832014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
9184
9185 * gdb.base/completion.exp: Add test for completion of "info
9186 registers ".
9187
3e29f34a
MR
91882014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
9189
9190 * gdb.base/func-ptrs.c: New file.
9191 * gdb.base/func-ptrs.exp: New file.
9192
fc126975
SM
91932014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9194
9195 PR breakpoints/17012
9196 * gdb.base/dprintf-detach.c: New file.
9197 * gdb.base/dprintf-detach.exp: New file.
9198
0a46d518
SM
91992014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9200
9201 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
9202 * lib/gdb.exp (target_is_gdbserver): New procedure.
9203
a0be3e44
DE
92042014-12-08 Doug Evans <dje@google.com>
9205
9206 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
9207
df1b803a
YQ
92082014-12-05 Yao Qi <yao@codesourcery.com>
9209
9210 * gdb.guile/scm-error.exp: Remove the third argument to
9211 gdb_remote_download.
9212 * gdb.guile/scm-frame-args.exp: Likewise.
9213 * gdb.guile/scm-section-script.exp: Likewise.
9214
ddb9f679
YQ
92152014-12-05 Yao Qi <yao@codesourcery.com>
9216
9217 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
9218
86e4ed39
DE
92192014-12-04 Doug Evans <dje@google.com>
9220
9221 * gdb.python/py-objfile.exp: Add tests for
9222 objfile.add_separate_debug_file.
9223
7c50a931
DE
92242014-12-04 Doug Evans <dje@google.com>
9225
9226 * lib/gdb.exp (get_build_id): New function.
9227 (build_id_debug_filename_get): Rewrite to use it.
9228 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
9229
621661e3
MR
92302014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
9231
9232 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
9233 `method(long)', not just 0x0.
9234 * gdb.cp/nsalias.exp: Align code labels to 4.
9235 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
9236 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
9237 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
9238 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
9239 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
9240 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
9241
29f0c3b7
DE
92422014-12-02 Doug Evans <dje@google.com>
9243
e1e061e7 9244 PR symtab/17602
29f0c3b7 9245 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 9246 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
9247 * gdb.cp/anon-ns.exp: Update.
9248
162078c8
NB
92492014-12-02 Nick Bull <nicholaspbull@gmail.com>
9250
9251 * gdb.python/py-events.py (inferior_call_handler): New.
9252 (register_changed_handler, memory_changed_handler): New.
9253 (test_events.invoke): Register new handlers.
9254 * gdb.python/py-events.exp: Add tests for inferior call,
9255 memory_changed and register_changed events.
9256
fdb09caf
AA
92572014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9258
9259 * gdb.base/execl-update-breakpoints.exp: Specify the link address
9260 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
9261 if the linker doesn't understand this.
9262
55cfb2c4
SM
92632014-12-01 Simon Marchi <simon.marchi@ericsson.com>
9264
9265 * gdb.python/python.exp: Change expected reply to help().
9266
9e8cd6df
YQ
92672014-12-01 Yao Qi <yao@codesourcery.com>
9268
9269 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
9270 AC_CONFIG_SUBDIRS(gdb.gdbtk).
9271 * configure: Re-generated.
9272
6c659fc2
SC
92732014-11-28 Siva Chandra Reddy <sivachandra@google.com>
9274
9275 * gdb.cp/chained-calls.cc: New file.
9276 * gdb.cp/chained-calls.exp: New file.
9277 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
9278
d7fc3181
SM
92792014-11-28 Simon Marchi <simon.marchi@ericsson.com>
9280
9281 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
9282 * gdb.dwarf2/symtab-producer.exp: Same.
9283 * gdb.gdb/python-interrupts.exp: Same.
9284 * gdb.gdb/python-selftest.exp: Same.
9285 * gdb.python/py-linetable.exp: Same.
9286 * gdb.python/py-type.exp: Same.
9287 * gdb.python/py-value-cc.exp: Same.
9288 * gdb.python/py-value.exp: Same.
9289
10e79639
YQ
92902014-11-28 Yao Qi <yao@codesourcery.com>
9291
9292 * gdb.base/break-probes.exp: Match library name prefixed with
9293 sysroot.
9294
f28a0564
SM
92952014-11-27 Simon Marchi <simon.marchi@ericsson.com>
9296
9297 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
9298 test expected output. Add parentheses for the call to print.
9299 Remove L suffix from integers.
9300
3fe1ce1d
DE
93012014-11-26 Doug Evans <dje@google.com>
9302
9303 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
9304
84429e27
YQ
93052014-11-22 Yao Qi <yao@codesourcery.com>
9306
9307 * gdb.trace/entry-values.c: Remove asms.
9308 (foo): Add foo_label.
9309 (bar): Add bar_label.
9310 * gdb.trace/entry-values.exp: Remove code computing foo's
9311 length and bar's length.
9312 (Dwarf::assemble): Invoke function_range for bar and use
9313 MACRO_AT_func for foo.
9314
26741859
YQ
93152014-11-22 Yao Qi <yao@codesourcery.com>
9316
9317 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
9318 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
9319 Use .Lgcc43_procstart instead of gcc43.
9320
45e44d27
JB
93212014-11-21 Joel Brobecker <brobecker@adacore.com>
9322
9323 * gdb.ada/n_arr_bound: New testcase.
9324
458c8db8
SDJ
93252014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
9326
9327 PR breakpoints/10737
9328 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
9329 test_catch_syscall_multi_arch.
9330 (test_catch_syscall_multi_arch): New function.
9331
43f3e411
DE
93322014-11-20 Doug Evans <xdje42@gmail.com>
9333
9334 * gdb.base/maint.exp: Update expected output.
9335
0d7b2549
AA
93362014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9337
9338 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
9339 4-byte instruction on S390.
9340
8908fca5
JB
93412014-11-19 Joel Brobecker <brobecker@adacore.com>
9342
9343 * gdb.ada/arr_arr: New testcase.
9344
4a46959e
JB
93452014-11-19 Joel Brobecker <brobecker@adacore.com>
9346
9347 * gdb.ada/pkd_arr_elem: New Testcase.
9348
470e2f4e
LM
93492014-11-18 Luis Machado <lgustavo@codesourcery.com>
9350
9351 * gdb.reverse/break-precsave: Expect completion message for
9352 core file reads.
9353 * gdb.reverse/consecutive-precsave.exp: Likewise.
9354 * gdb.reverse/finish-precsave.exp: Likewise.
9355 * gdb.reverse/i386-precsave.exp: Likewise.
9356 * gdb.reverse/machinestate-precsave.exp: Likewise.
9357 * gdb.reverse/sigall-precsave.exp: Likewise.
9358 * gdb.reverse/solib-precsave.exp: Likewise.
9359 * gdb.reverse/step-precsave.exp: Likewise.
9360 * gdb.reverse/until-precsave.exp: Likewise.
9361 * gdb.reverse/watch-precsave.exp: Likewise.
9362
a267f3ad
AA
93632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9364
9365 * gdb.base/bp-permanent.c: Include unistd.h.
9366 * gdb.python/py-framefilter-mi.c (main): Add return type.
9367 * gdb.python/py-framefilter.c (main): Likewise.
9368 * gdb.trace/actions-changed.c (main): Likewise.
9369
12084a9a
AA
93702014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9371
9372 * gdb.mi/until.c: Add eye-catchers.
9373 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
9374 line numbers.
9375
dc7e1a77
AA
93762014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9377
9378 * gdb.base/condbreak.exp: Drop references to removed non-prototype
9379 function header variants in break1.c.
9380 * gdb.base/ena-dis-br.exp: Likewise.
9381 * gdb.base/hbreak2.exp: Likewise.
9382 * gdb.reverse/until-precsave.exp: Drop references to removed
9383 non-prototype function header variants in ur1.c.
9384 * gdb.reverse/until-reverse.exp: Likewise.
9385
41c77605
PM
93862014-11-17 Petr Machata <pmachata@redhat.com>
9387
9388 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
9389 ${_cu_offset_size} bytes abbrev offset.
9390
34248c3a
DE
93912014-11-15 Doug Evans <xdje42@gmail.com>
9392
9393 PR symtab/17559
9394 * gdb.base/line-symtabs.exp: New file.
9395 * gdb.base/line-symtabs.c: New file.
9396 * gdb.base/line-symtabs.h: New file.
9397
646da059
YQ
93982014-11-14 Yao Qi <yao@codesourcery.com>
9399
9400 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
9401 (func): Add label func_label.
9402 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
9403 Replace low_pc and high_pc with MACRO_AT_range.
9404 Replace name, low_pc and high_pc with MACRO_AT_func.
9405
9301ebe6
YQ
94062014-11-14 Yao Qi <yao@codesourcery.com>
9407
9408 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
9409 Replace name, low_pc and high_pc with MACRO_AT_func.
9410
f166b542
YQ
94112014-11-14 Yao Qi <yao@codesourcery.com>
9412
9413 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
9414 produce debug information.
9415 * gdb.dwarf2/implptr-optimized-out.S: Removed.
9416
0f6e71e3
YQ
94172014-11-14 Yao Qi <yao@codesourcery.com>
9418
9419 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
9420 object and get function length.
9421 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
9422 with MACRO_AT_func.
9423 (top-level): Replace gdb_compile and clean_restart with
9424 prepare_for_testing.
9425 * gdb.dwarf2/main.c (main): Add label main_label.
9426
876c4df9
YQ
94272014-11-14 Yao Qi <yao@codesourcery.com>
9428
9429 * lib/dwarf.exp (function_range): New procedure.
9430 (Dwarf::_handle_macro_at_func): New procedure.
9431 (Dwarf::_handle_macro_at_range): New procedure.
9432 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
9433
02ad9cf1
YQ
94342014-11-14 Yao Qi <yao@codesourcery.com>
9435
9436 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
9437 (_handle_attribute): New procedure.
9438
a59add0c
AA
94392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9440
9441 * gdb.ada/cond_lang/foo.c (callme): Add return type.
9442 * gdb.base/call-sc.c (zed): Likewise.
9443 * gdb.base/checkpoint.c (main): Likewise.
9444 * gdb.base/dump.c (main): Likewise.
9445 * gdb.base/gcore.c (main): Likewise.
9446 * gdb.base/huge.c (main): Likewise.
9447 * gdb.base/multi-forks.c (main): Likewise.
9448 * gdb.base/pr10179-a.c (main): Likewise.
9449 * gdb.base/savedregs.c (main): Likewise.
9450 * gdb.base/sigaltstack.c (main): Likewise.
9451 * gdb.base/siginfo.c (main): Likewise.
9452 * gdb.base/structs.c (zed): Likewise.
9453 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
9454 * gdb.mi/mi-syn-frame.c (main): Likewise.
9455 * gdb.mi/until.c (foo, main): Likewise.
9456 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
9457 * gdb.base/solib-weak.c (foo): Declare.
9458 * gdb.base/attach-twice.c: Include stdio.h.
9459 * gdb.base/weaklib1.c: Likewise.
9460 * gdb.base/weaklib2.c: Likewise.
9461 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
9462 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
9463 unistd.h.
9464 * gdb.base/attach-pie-misread.c: Include stdlib.h.
9465 * gdb.mi/mi-exit-code.c: Likewise.
9466 * gdb.base/break-interp-lib.c: Include string.h.
9467 * gdb.base/coremaker.c: Likewise.
9468 * gdb.base/testenv.c: Likewise.
9469 * gdb.python/py-finish-breakpoint.c: Likewise.
9470 * gdb.base/inferior-died.c: Include sys/wait.h.
9471 * gdb.base/fileio.c: Include time.h.
9472 * gdb.base/async-shell.c: Include unistd.h.
9473 * gdb.base/dprintf-non-stop.c: Likewise.
9474 * gdb.base/info-os.c: Likewise.
9475 * gdb.mi/mi-console.c: Likewise.
9476 * gdb.mi/watch-nonstop.c: Likewise.
9477 * gdb.python/py-events.c: Likewise.
9478 * gdb.base/async.c (baz): Move up before its invocation.
9479 * gdb.base/code_elim2.c (my_global_func): Likewise.
9480 * gdb.base/skip-solib-lib.c (multiply): Likewise.
9481 * gdb.base/advance.c (func2): Likewise.
9482
3b5d5997
AA
94832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9484
9485 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
9486 variant.
9487 * gdb.base/annota3.c: Likewise.
9488 * gdb.base/async.c: Likewise.
9489 * gdb.base/average.c: Likewise.
9490 * gdb.base/call-ar-st.c: Likewise.
9491 * gdb.base/call-rt-st.c: Likewise.
9492 * gdb.base/call-sc.c: Likewise.
9493 * gdb.base/call-strs.c: Likewise.
9494 * gdb.base/ending-run.c: Likewise.
9495 * gdb.base/execd-prog.c: Likewise.
9496 * gdb.base/exprs.c: Likewise.
9497 * gdb.base/foll-exec.c: Likewise.
9498 * gdb.base/foll-fork.c: Likewise.
9499 * gdb.base/foll-vfork.c: Likewise.
9500 * gdb.base/funcargs.c: Likewise.
9501 * gdb.base/gcore.c: Likewise.
9502 * gdb.base/jump.c: Likewise.
9503 * gdb.base/langs0.c: Likewise.
9504 * gdb.base/langs1.c: Likewise.
9505 * gdb.base/langs2.c: Likewise.
9506 * gdb.base/mips_pro.c: Likewise.
9507 * gdb.base/nodebug.c: Likewise.
9508 * gdb.base/opaque0.c: Likewise.
9509 * gdb.base/opaque1.c: Likewise.
9510 * gdb.base/recurse.c: Likewise.
9511 * gdb.base/run.c: Likewise.
9512 * gdb.base/scope0.c: Likewise.
9513 * gdb.base/scope1.c: Likewise.
9514 * gdb.base/setshow.c: Likewise.
9515 * gdb.base/setvar.c: Likewise.
9516 * gdb.base/shmain.c: Likewise.
9517 * gdb.base/shr1.c: Likewise.
9518 * gdb.base/shr2.c: Likewise.
9519 * gdb.base/sigall.c: Likewise.
9520 * gdb.base/signals.c: Likewise.
9521 * gdb.base/so-indr-cl.c: Likewise.
9522 * gdb.base/solib2.c: Likewise.
9523 * gdb.base/structs.c: Likewise.
9524 * gdb.base/sum.c: Likewise.
9525 * gdb.base/vforked-prog.c: Likewise.
9526 * gdb.base/watchpoint.c: Likewise.
9527 * gdb.reverse/shr2.c: Likewise.
9528 * gdb.reverse/until-reverse.c: Likewise.
9529 * gdb.reverse/ur1.c: Likewise.
9530 * gdb.reverse/watch-reverse.c: Likewise.
9531
066a77c5
AA
95322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9533
9534 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
9535 variant.
9536 * gdb.base/sepdebug.exp: Drop references to removed code.
9537
4f204ea5
AA
95382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9539
9540 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
9541 variant. Preserve original line numbering.
9542 * gdb.base/list1.c: Likewise.
9543
3b377a3a
AA
95442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9545
9546 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
9547 variant.
9548 * gdb.base/break1.c: Likewise.
9549 * gdb.base/break.exp: Drop references to removed code.
9550
e444df73
AA
95512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9552
9553 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
9554 variant.
9555
8008f2a7
AA
95562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9557
9558 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
9559
a5a06887
AA
95602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9561
9562 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
9563 logic into perform_all_tests() and invoke it with and without
9564 function header prototypes.
9565 (do_function_calls): Remove conditional XFAIL for PR 5318.
9566 (rerun_and_prepare): Remove duplicate code.
9567 (perform_all_tests): New. Main logic moved here.
9568
44dba9b9
AA
95692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9570
9571 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
9572 code guarded by #ifdef NO_PROTOTYPES.
9573 (t_double_many_args): Likewise.
9574 (DEF_FUNC_MANY_ARGS_1): Likewise.
9575 (DEF_FUNC_VALUES_1): Likewise.
9576 (t_structs_ldc): Renamed from t_structs_fc in conditional code
9577 guarded by #ifdef PROTOTYPES.
9578
d1fbcd56
AA
95792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9580
9581 * gdb.mi/mi-console.c: Add eye-catcher.
9582 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
9583 instead of literal line number.
9584
b0e59b8f
AA
95852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9586
9587 * gdb.base/shr2.c: Add eye-catcher.
9588 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
9589 line number.
9590
78f98cca
AA
95912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9592
9593 * gdb.base/jump.c: Add eye-catchers.
9594 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
9595 numbers.
9596
58fa2af0
AA
95972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9598
9599 * gdb.base/execd-prog.c: Add eye-catchers.
9600 * gdb.base/foll-exec.c: Likewise.
9601 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
9602 line numbers.
9603
04e5059b
AA
96042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9605
9606 * gdb.base/ending-run.c: Add eye-catchers.
9607 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9608 literal line numbers.
9609
dbfdb174
AA
96102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9611
9612 * gdb.base/call-rt-st.c: Add eye-catchers.
9613 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9614 literal line numbers.
9615
888a2ade
AA
96162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9617
9618 * gdb.base/call-ar-st.c: Add eye-catchers.
9619 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9620 literal line numbers.
9621
6acc2dde
AA
96222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9623
9624 * gdb.base/average.c: Add eye-catchers.
9625 * gdb.base/sum.c: Likewise.
9626 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9627 regexps dynamically.
9628
9ecfcd1d
AA
96292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9630
9631 * gdb.base/solib1.c: Add eye-catchers.
9632 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9633 literal line numbers.
9634
78708b7c
PA
96352014-11-12 Pedro Alves <palves@redhat.com>
9636
9637 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9638 leader has exited.
9639
af48d08f
PA
96402014-11-12 Pedro Alves <palves@redhat.com>
9641
9642 * gdb.arch/i386-bp_permanent.c: New file.
9643 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
9644 (srcfile): Set to i386-bp_permanent.c.
9645 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9646 that stepi does not execute the 'leave' instruction, instead of
9647 testing it does execute.
9648 * gdb.base/bp-permanent.c: New file.
9649 * gdb.base/bp-permanent.exp: New file.
9650
af3768e9
DE
96512014-11-10 Doug Evans <xdje42@gmail.com>
9652
9653 PR symtab/17564
9654 * gdb.base/symtab-search-order.exp: New file.
9655 * gdb.base/symtab-search-order.c: New file.
9656 * gdb.base/symtab-search-order-1.c: New file.
9657 * gdb.base/symtab-search-order-shlib-1.c: New file.
9658
9de00a4a
PA
96592014-11-07 Pedro Alves <palves@redhat.com>
9660
9661 PR gdb/17511
9662 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9663 i?86-*-linux*.
9664
e0f52461
SC
96652014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9666
9667 PR c++/17494
9668 * gdb.cp/pr17494.cc: New file.
9669 * gdb.cp/pr17494.exp: New file.
9670
6ce8c980
YQ
96712014-11-02 Yao Qi <yao@codesourcery.com>
9672
9673 * gdb.python/python.exp: Get working directory and match the
9674 output of "set extended-prompt \\w " with it.
9675
02be9a71
DE
96762014-10-30 Doug Evans <dje@google.com>
9677
9678 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9679 in objfiles.
9680 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9681 in progspaces.
9682
3bdff46b
LM
96832014-10-30 Janis Johnson <janisjo@codesourcery.com>
9684
9685 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9686 * gdb.base/realname-expand.exp: Likewise.
9687 * gdb.linespec/macro-relative.exp: Likewise.
9688
ab917dfb
PA
96892014-10-29 Pedro Alves <palves@redhat.com>
9690
9691 PR gdb/17408
9692 * gdb.threads/schedlock.c (some_function): New function.
9693 (call_function): New global.
9694 (MAYBE_CALL_SOME_FUNCTION): New macro.
9695 (thread_function): Call it.
9696 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9697 and use it instead of a global counter. Adjust all callers.
9698 (get_current_thread): Use "find current thread" for test message
9699 here rather than having all callers pass down the same string.
9700 (goto_loop): New procedure, factored out from ...
9701 (my_continue): ... this.
9702 (step_ten_loops): Change parameter from test message to command to
9703 use. Adjust.
9704 (list_count): Delete global.
9705 (check_result): New procedure, factored out from duplicate top
9706 level code.
9707 (continue tests): Wrap in with_test_prefix.
9708 (test_step): New procedure, factored out from duplicate top level
9709 code.
9710 (top level): Test "step" in combination with all scheduler-locking
9711 modes. Test "next" in combination with all scheduler-locking
9712 modes, and in combination with stepping over a function call or
9713 not.
9714 * gdb.threads/next-bp-other-thread.c: New file.
9715 * gdb.threads/next-bp-other-thread.exp: New file.
9716
d3d4baed
PA
97172014-10-29 Pedro Alves <palves@redhat.com>
9718
9719 PR python/17372
9720 * gdb.python/python.exp: Test a multi-line command that spawns
9721 interactive Python.
9722 * gdb.base/multi-line-starts-subshell.exp: New file.
9723
563e8d85
YQ
97242014-10-29 Yao Qi <yao@codesourcery.com>
9725
9726 * gdb.base/fileio.exp: Make directories on host.
9727
0ea4d52e
YQ
97282014-10-29 Yao Qi <yao@codesourcery.com>
9729
9730 * gdb.base/fileio.c (test_write): Close the file.
9731
7f5ef605
PA
97322014-10-28 Pedro Alves <palves@redhat.com>
9733
9734 PR gdb/12623
9735 * gdb.base/sigstep.c (no_handler): New global.
9736 (main): If 'no_handler is true, set the signal handlers to
9737 SIG_IGN.
9738 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9739 with_sw_watch and no_handler parameters. Handle them.
9740 (top level) <stepping over handler when stopped at a breakpoint
9741 test>: Add a test axis for testing with a software watchpoint, and
9742 another for testing with the signal handler set to SIG_IGN.
9743 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9744 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9745
abbdbd03
PA
97462014-10-28 Pedro Alves <palves@redhat.com>
9747
9748 PR gdb/17511
9749 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9750 * gdb.base/sigstep.exp (other_handler_location): New global.
9751 (advance): Support stepping into the signal handler, and running
9752 commands while in the handler.
9753 (in_handler_map): New global.
9754 (top level): In the advance test, add combinations for getting
9755 into the handler with stepping commands, and for running commands
9756 in the handler. Add comment descripting the advancei tests.
9757
1df4399f
PA
97582014-10-28 Pedro Alves <palves@redhat.com>
9759
9760 * gdb.base/sigstep.exp: Use build_executable instead of
9761 prepare_for_testing.
9762 (top level): Move code that starts GDB, runs to main and creates a
9763 display to ...
9764 (restart): ... this new procedure.
9765 (top level): Move backtrace from signal handler test to ...
9766 (validate_backtrace): ... this new procedure.
9767 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9768 with_test_prefix. Always restart GDB.
9769 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9770 with_test_prefix. Always restart GDB. No need to delete
9771 breakpoints after the test.
9772 (test_skip_handler): Remove prefix parameter.
9773 (skip_over_handler, breakpoint_to_handler)
9774 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9775 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9776 restart GDB. No need to delete breakpoints after the test.
9777 (top level): Use foreach to call the test procedures with
9778 different commands.
9779
a5b6e449
PA
97802014-10-28 Pedro Alves <palves@redhat.com>
9781
9782 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9783 instead of GNATS numbers.
9784 * gdb.base/sigbpt.exp: Likewise.
9785 * gdb.base/siginfo.exp: Likewise.
9786 * gdb.base/sigstep.exp: Likewise.
9787
e5f8a7cc
PA
97882014-10-27 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.base/sigstep.c (dummy): New global.
9791 (main): Issue a couple writes to the new global.
9792 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9793 procedures.
9794 (skip_over_handler): Use test_skip_handler.
9795 (top level): Call skip_over_handler for stepi and nexti too.
9796 (breakpoint_over_handler): Use test_skip_handler.
9797 (top level): Call breakpoint_over_handler for stepi and nexti too.
9798
763905a3
YQ
97992014-10-27 Yao Qi <yao@codesourcery.com>
9800
9801 * gdb.trace/tfile.c (adjust_function_address)
9802 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9803 function descriptor.
9804
6f259a23
DB
98052014-10-24 Don Breazeal <donb@codesourcery.com>
9806
9807 * gdb.base/foll-fork.exp (test_follow_fork,
9808 catch_fork_child_follow): Check for updated fork messages emitted
9809 from infrun.c.
9810 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9811 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9812 vfork_and_exec_child_follow_through_step): Check for updated vfork
9813 messages emitted from infrun.c.
9814
09dd9a69
PA
98152014-10-24 Pedro Alves <palves@redhat.com>
9816
9817 * gdb.base/corefile.exp: Remove references to ultrix.
9818 * gdb.base/interrupt.exp: Likewise.
9819 * gdb.base/whatis.exp: Likewise.
9820 * gdb.gdb/selftest.exp: Likewise.
9821 * gdb.threads/manythreads.exp: Likewise.
9822 * gdb.threads/print-threads.exp: Likewise.
9823 * gdb.threads/pthreads.exp:: Likewise.
9824 * gdb.threads/schedlock.exp: Likewise.
9825
3433cfa5
SC
98262014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9827
9828 * gdb.cp/non-trivial-retval.cc: Add a test case.
9829 * gdb.cp/non-trivial-retval.exp: Add a test.
9830
092f880b
YQ
98312014-10-20 Yao Qi <yao@codesourcery.com>
9832
9833 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9834 * gdb.python/py-objfile-script-gdb.py: New file.
9835 * gdb.python/py-objfile-script.exp: Update reference to
9836 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9837 of remote_download. Remove the dest file.
9838
acbdb7f3
YQ
98392014-10-20 Yao Qi <yao@codesourcery.com>
9840
9841 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9842 * gdb.base/step-line.exp: Likewise.
9843 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9844 * gdb.dwarf2/dw2-basic.exp: Likewise.
9845 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9846 * gdb.dwarf2/dw2-filename.exp: Likewise.
9847 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9848 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9849 * gdb.dwarf2/dw2-producer.exp: Likewise.
9850 * gdb.dwarf2/mac-fileno.exp: Likewise.
9851 * gdb.python/py-frame-args.exp: Likewise.
9852 * gdb.python/py-framefilter.exp: Likewise.
9853 * gdb.python/py-mi.exp: Likewise.
9854 * gdb.python/py-objfile-script.exp: Likewise
9855 * gdb.python/py-pp-integral.exp: Likewise.
9856 * gdb.python/py-pp-re-notag.exp: Likewise.
9857 * gdb.python/py-prettyprint.exp: Likewise.
9858 * gdb.python/py-section-script.exp: Likewise.
9859 * gdb.python/py-typeprint.exp: Likewise.
9860 * gdb.python/py-xmethods.exp: Likewise.
9861 * gdb.stabs/weird.exp: Likewise.
9862 * gdb.xml/tdesc-regs.exp: Likewise.
9863
bd286a29
KCY
98642014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9865
9866 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9867 (out_cu): Use addr_len for the size of addresses.
9868 (out_line): Likewise. Size DW_LNE_set_address instruction
9869 according to addr_len.
9870 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9871 (FUNC): Add START_INSNS to definition.
9872
673dc4a0
YQ
98732014-10-18 Yao Qi <yao@codesourcery.com>
9874
9875 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9876 gdb_has_argv0 return true.
9877 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9878 check [target_info exists noargs], check [gdb_has_argv0]
9879 instead.
9880 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9881 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9882 procedures.
9883
4ffbba72
DE
98842014-10-17 Doug Evans <dje@google.com>
9885
9886 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9887 event.
9888 * gdb.python/py-events.py: Add clear_objfiles event.
9889
d096d8c1
DE
98902014-10-17 Doug Evans <dje@google.com>
9891
9892 * gdb.python/py-objfile.exp: Test progspace attribute.
9893
a80db015
LM
98942014-10-17 Luis Machado <lgustavo@codesourcery.com>
9895
9896 * gdb.guile/scm-breakpoint.exp: Do not assume any
9897 directory separators when matching source file paths.
9898 * gdb.python/py-breakpoint.exp: Likewise.
9899 * gdb.reverse/break-precsave.exp: Likewise.
9900 * gdb.reverse/break-reverse.exp: Likewise.
9901 * gdb.reverse/consecutive-precsave.exp: Likewise.
9902 * gdb.reverse/finish-precsave.exp: Likewise.
9903 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9904 * gdb.reverse/finish-reverse.exp: Likewise.
9905 * gdb.reverse/i386-precsave.exp: Likewise.
9906 * gdb.reverse/i387-env-reverse.exp: Likewise.
9907 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9908 * gdb.reverse/machinestate-precsave.exp: Likewise.
9909 * gdb.reverse/machinestate.exp: Likewise.
9910 * gdb.reverse/sigall-precsave.exp: Likewise.
9911 * gdb.reverse/solib-precsave.exp: Likewise.
9912 * gdb.reverse/step-precsave.exp: Likewise.
9913 * gdb.reverse/until-precsave.exp: Likewise.
9914 * gdb.reverse/watch-precsave.exp: Likewise.
9915 * gdb.reverse/watch-reverse.exp: Likewise.
9916
b22089ab
YQ
99172014-10-17 Yao Qi <yao@codesourcery.com>
9918
9919 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9920 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9921
6c4486e6
PA
99222014-10-17 Pedro Alves <palves@redhat.com>
9923
9924 PR gdb/17471
9925 * gdb.base/bg-execution-repeat.c: New file.
9926 * gdb.base/bg-execution-repeat.exp: New file.
9927
0ff33695
PA
99282014-10-17 Pedro Alves <palves@redhat.com>
9929
9930 PR gdb/17300
9931 * gdb.base/continue-all-already-running.c: New file.
9932 * gdb.base/continue-all-already-running.exp: New file.
9933
6fdebc3d
PA
99342014-10-17 Pedro Alves <palves@redhat.com>
9935
9936 PR gdb/17472
9937 * gdb.base/annota-input-while-running.c: New file.
9938 * gdb.base/annota-input-while-running.exp: New file.
9939
32a8097b
PA
99402014-10-17 Pedro Alves <palves@redhat.com>
9941
9942 * gdb.base/callfuncs.exp: emove references to osf.
9943 * gdb.base/sigall.exp: Likewise.
9944 * gdb.gdb/selftest.exp: Likewise.
9945 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9946 * gdb.mi/non-stop.c: Likewise.
9947 * gdb.mi/pthreads.c: Likewise.
9948 * gdb.reverse/sigall-precsave.exp: Likewise.
9949 * gdb.reverse/sigall-reverse.exp: Likewise.
9950 * gdb.threads/pthreads.c: Likewise.
9951 * gdb.threads/pthreads.exp: Likewise.
9952
7a3517ff
YQ
99532014-10-17 Yao Qi <yao@codesourcery.com>
9954
9955 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9956 check 'target_info exists noargs'.
9957 (test_command_prompt_position): Likewise.
9958 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9959 Remove "set args".
9960 (progvar_simple_while_test): Likewise.
9961 (progvar_complex_if_while_test): Likewise.
9962 (if_while_breakpoint_command_test): Likewise.
9963 (infrun_breakpoint_command_test): Likewise.
9964 (breakpoint_command_test): Likewise.
9965 (watchpoint_command_test): Likewise.
9966 (bp_deleted_in_command_test): Likewise.
9967 (temporary_breakpoint_commands): Likewise.
9968
bb99c472
YQ
99692014-10-16 Yao Qi <yao@codesourcery.com>
9970
9971 * gdb.base/remotetimeout.exp: Remove noargs checking.
9972
7c16b83e
PA
99732014-10-15 Pedro Alves <palves@redhat.com>
9974
9975 PR breakpoints/9649
9976 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9977 * gdb.base/breakpoint-in-ro-region.exp
9978 (probe_target_hardware_step): New procedure.
9979 (top level): Probe hardware stepping and hardware breakpoint
9980 support. Test stepping through a read-only region, with both
9981 "breakpoint auto-hw" on and off and both "always-inserted" on and
9982 off.
9983
35a49624
IB
99842014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9985
9986 * gdb.dlang/demangle.exp: Update for demangling changes.
9987
2d1c107c
SC
99882014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9989
9990 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9991 * gdb.cp/non-trivial-retval.exp: Add new tests.
9992
778811d5
SC
99932014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9994
9995 PR c++/13403
9996 PR c++/15154
9997 * gdb.cp/non-trivial-retval.cc: New file.
9998 * gdb.cp/non-trivial-retval.exp: New file.
9999
10c5f0a8
YQ
100002014-10-15 Yao Qi <yao@codesourcery.com>
10001
10002 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
10003 remote host.
10004
65d7b369
YQ
100052014-10-15 Yao Qi <yao@codesourcery.com>
10006
10007 * gdb.python/py-symbol.exp: Match file base name if host is
10008 remote, otherwise match file name with dir name.
10009 * gdb.python/py-symtab.exp: Likewise.
10010 * gdb.python/python.exp: Likewise.
10011
46dc1394
YQ
100122014-10-15 Yao Qi <yao@codesourcery.com>
10013
10014 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
10015 pattern.
10016 * gdb.python/py-symtab.exp: Likewise.
10017 * gdb.python/python.exp: Remove trailing ".*". Fix typo
10018 locationn.
10019
c40cc657
JB
100202014-10-14 Joel Brobecker <brobecker@adacore.com>
10021
10022 * gdb.ada/addr_arith: New testcase.
10023
2abf49e1
MR
100242014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
10025
10026 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
10027 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
10028 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
10029 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
10030
f7088df3
SDJ
100312014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
10032
10033 * gdb.arch/stap-eval-lang-ada.S: Likewise.
10034 * gdb.arch/stap-eval-lang-ada.c: Likewise.
10035 * gdb.arch/stap-eval-lang-ada.exp: New file.
10036
4dc06805
YQ
100372014-10-14 Yao Qi <yao@codesourcery.com>
10038
10039 * gdb.mi/mi-var-child.c (nothing1): New function.
10040 (nothing2): New function.
10041 (do_children_tests): Set function pointers by nothing1 and
10042 nothing2.
10043 * gdb.mi/mi-var-child.exp: Step over new added statements.
10044 Update test to match the new output.
10045 * gdb.mi/var-cmd.c (nothing1): New function.
10046 (nothing2): New function.
10047 (do_children_tests): Set function pointers by nothing1 and
10048 nothing2.
10049 * gdb.mi/mi-var-display.exp: Update test to match output.
10050 Step to the line specified by $line_dct_nothing.
10051 Increase the number of lines to step.
10052
46a93de2
YQ
100532014-10-14 Yao Qi <yao@codesourcery.com>
10054
10055 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
10056 tests.
10057 * gdb.mi/mi2-var-child.exp: Likewise.
10058
14ea52ee
DE
100592014-10-13 Doug Evans <dje@google.com>
10060
10061 * gdb.python/py-objfile.exp: Change name of file name test.
10062
e5c6e92b
DE
100632014-10-13 Doug Evans <dje@google.com>
10064
10065 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
10066 from the start of the CU.
10067
c780cc2f
JK
100682014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10069 Yao Qi <yao@codesourcery.com>
10070
10071 Fix "save breakpoints" for "catch" command.
10072 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
10073 Remove -nonewline. Match also the added "main" line.
10074
99894e11
JK
100752014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10076
10077 Fix "save breakpoints" for "disable $bpnum" command.
10078 * gdb.base/save-bp.c (main): Add label.
10079 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
10080
6e1ac5a3
JK
100812014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10082
10083 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
10084
754dd2b0
YQ
100852014-10-11 Yao Qi <yao@codesourcery.com>
10086
10087 * gdb.server/server-kill.exp: Execute command
10088 "set remote trace-status-packet on" before "tstatus".
10089
f90183d7
YQ
100902014-10-11 Yao Qi <yao@codesourcery.com>
10091
10092 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
10093 (main): Call getppid.
10094 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
10095 and continue to it. Read variable "server_pid".
10096
bf40a607
YQ
100972014-10-11 Yao Qi <yao@codesourcery.com>
10098
10099 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
10100
052ca370
YQ
101012014-10-11 Yao Qi <yao@codesourcery.com>
10102
10103 * gdb.threads/thread-find.exp: Don't execute command
10104 "info threads".
10105 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
10106 * gdb.threads/linux-dp.exp: Don't check the condition
10107 $threads_created equals to zero.
10108
3831839c
PA
101092014-10-10 Pedro Alves <palves@redhat.com>
10110
10111 * gdb.base/bigcore.exp: Remove references to IRIX.
10112 * gdb.base/funcargs.exp: Likewise.
10113 * gdb.base/interrupt.exp: Likewise.
10114 * gdb.base/mips_pro.exp: Likewise.
10115 * gdb.base/nodebug.exp: Likewise.
10116 * gdb.base/setvar.exp: Likewise.
10117 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
10118
8b9a549d
PA
101192014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10120 Pedro Alves <palves@redhat.com>
10121
10122 PR symtab/14466
10123 * gdb.base/vdso-warning.c: New file.
10124 * gdb.base/vdso-warning.exp: New file.
10125
d48ba5e8
DE
101262014-10-02 Doug Evans <dje@google.com>
10127
10128 * gdb.base/structs.c (main): Don't run forever.
10129
2278c276
PA
101302014-10-02 Pedro Alves <palves@redhat.com>
10131
10132 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
10133 (top level) <stop threads 1, stop threads 2>: Use it.
10134
b57bacec
PA
101352014-10-02 Pedro Alves <palves@redhat.com>
10136
10137 * gdb.threads/break-while-running.exp (test): Add new
10138 'update_thread_list' argument. Skip "info threads" if false.
10139 (top level): Add new 'update_thread_list' axis.
10140
13fd3ff3
PA
101412014-10-02 Pedro Alves <palves@redhat.com>
10142
10143 PR breakpoints/17431
10144 * gdb.base/execl-update-breakpoints.c: New file.
10145 * gdb.base/execl-update-breakpoints.exp: New file.
10146
0fec99e8
PA
101472014-10-01 Pedro Alves <palves@redhat.com>
10148
10149 * gdb.base/breakpoint-in-ro-region.c: New file.
10150 * gdb.base/breakpoint-in-ro-region.exp: New file.
10151
2ddf4301
SM
101522014-10-01 Simon Marchi <simon.marchi@ericsson.com>
10153
10154 * gdb.mi/mi-exit-code.exp: New file.
10155 * gdb.mi/mi-exit-code.c: New file.
10156
6a5f3f43
YQ
101572014-09-30 Yao Qi <yao@codesourcery.com>
10158
10159 * lib/prelink-support.exp (build_executable_own_libs): Error if
10160 the target isn't native.
10161
345bcc73
YQ
101622014-09-30 Yao Qi <yao@codesourcery.com>
10163
10164 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
10165 false.
10166
a25a5a45
PA
101672014-09-22 Pedro Alves <palves@redhat.com>
10168
10169 * gdb.threads/break-while-running.exp: New file.
10170 * gdb.threads/break-while-running.c: New file.
10171
00ba3162
YQ
101722014-09-19 Yao Qi <yao@codesourcery.com>
10173
10174 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
10175 Invoke test. Restart GDB with --readnow and invoke test again.
10176
c3b7b696
YQ
101772014-09-19 Yao Qi <yao@codesourcery.com>
10178
10179 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
10180 proc set_breakpoint_on_gcd_function. Invoke
10181 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
10182 invoke set_breakpoint_on_gcd_function again.
10183
2b4fd423
DE
101842014-09-18 Doug Evans <dje@google.com>
10185
10186 * gdb.dwarf2/symtab-producer.exp: New file.
10187
a5947601
SDJ
101882014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10189
10190 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
10191 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
10192 * gdb.base/global-var-nested-by-dso.c: Likewise.
10193 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10194
91c19059
SDJ
101952014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10196 Pedro Alves <palves@redhat.com>
10197
10198 * gdb.base/watch-bitfields.exp: Pass string other than test file
10199 name to prepare_for_testing.
10200 (watch): New procedure.
10201 (expect_watchpoint): Use with_test_prefix.
10202 (top level): Factor out tests to ...
10203 (test_watch_location, test_regular_watch): ... these new
10204 procedures, and use with_test_prefix and gdb_continue_to_end.
10205
bb9d5f81
PP
102062014-09-16 Patrick Palka <patrick@parcs.ath.cx>
10207
10208 PR breakpoints/12526
10209 * gdb.base/watch-bitfields.exp: New file.
10210 * gdb.base/watch-bitfields.c: New file.
10211
635856f5
PA
102122014-09-16 Pedro Alves <palves@redhat.com>
10213
10214 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
10215 software and hardware addresses, not software address against
10216 itself.
10217
7280ceea
PA
102182014-09-16 Pedro Alves <palves@redhat.com>
10219
10220 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
10221 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
10222
428b16bd
PA
102232014-09-16 Pedro Alves <palves@redhat.com>
10224
10225 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
10226 files.
10227 * gdb.base/a2-run.exp: Remove all code guarded by istarget
10228 "*-*-vxworks*" throughout.
10229 * gdb.base/break.exp: Likewise.
10230 * gdb.base/default.exp: Likewise.
10231 * gdb.base/scope.exp: Likewise.
10232 * gdb.base/sepdebug.exp: Likewise.
10233 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
10234 throughout.
10235 * gdb.base/run.c: Likewise.
10236 * gdb.base/sepdebug.c: Likewise.
10237 * gdb.hp/gdb.aCC/run.c: Likewise.
10238 * gdb.reverse/until-reverse.c: Likewise.
10239 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
10240
666d413c
YQ
102412014-09-16 Yao Qi <yao@codesourcery.com>
10242
10243 * boards/local-remote-host-native.exp: New file.
10244
57cbd724
DE
102452014-09-14 Doug Evans <xdje42@gmail.com>
10246
10247 * gdb.threads/queue-signal.c (thread_count): New variable.
10248 (thread_count_mutex, thread_count_condvar): New variables.
10249 (incr_thread_count, wait_all_threads_running): New functions.
10250 (main): Wait for all threads to be in their thread functions.
10251
81219e53
DE
102522014-09-13 Doug Evans <xdje42@gmail.com>
10253
10254 * gdb.threads/queue-signal.c: New file.
10255 * gdb.threads/queue-signal.exp: New file.
10256
3714cea7
DE
102572014-09-13 Doug Evans <xdje42@gmail.com>
10258
10259 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
10260 be consistent with what default_gdb_init uses.
10261 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
10262 the plain text of the prompt. Add some logging printfs.
10263 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
10264
fa43b1d7
PA
102652014-09-12 Pedro Alves <palves@redhat.com>
10266
10267 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
10268 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
10269 * gdb.arch/i386-size-overlap.exp: Likewise.
10270 * gdb.arch/i386-size.exp: Likewise.
10271 * gdb.arch/i386-unwind.exp: Likewise.
10272 * gdb.base/a2-run.exp: Likewise.
10273 * gdb.base/break.exp: Likewise.
10274 * gdb.base/charset.exp: Likewise.
10275 * gdb.base/chng-syms.exp: Likewise.
10276 * gdb.base/commands.exp: Likewise.
10277 * gdb.base/dbx.exp: Likewise.
10278 * gdb.base/find.exp: Likewise.
10279 * gdb.base/funcargs.exp: Likewise.
10280 * gdb.base/jit-simple.exp: Likewise.
10281 * gdb.base/reread.exp: Likewise.
10282 * gdb.base/sepdebug.exp: Likewise.
10283 * gdb.base/step-bt.exp: Likewise.
10284 * gdb.cp/mb-inline.exp: Likewise.
10285 * gdb.cp/mb-templates.exp: Likewise.
10286 * gdb.objc/basicclass.exp: Likewise.
10287 * gdb.threads/killed.exp: Likewise.
10288
9d9bf2df
EBM
102892014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10290
10291 PR tdep/17379
10292 * gdb.arch/powerpc-stackless.S: New file.
10293 * gdb.arch/powerpc-stackless.exp: New file.
10294
1cf2f1b0
JK
102952014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10296
10297 * gdb.base/attach.c: Include unistd.h.
10298 (main): Call alarm. Add label postloop.
10299 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
10300 gdb_breakpoint, gdb_continue_to_breakpoint.
10301 (test_command_line_attach_run): Kill ${testpid} in one exit path.
10302
98880d46
PA
103032014-09-11 Pedro Alves <palves@redhat.com>
10304
10305 PR gdb/17347
10306 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
10307 * gdb.base/attach.exp (test_command_line_attach_run): New
10308 procedure.
10309 (top level): Call it.
10310
4c92ff2c
PA
103112014-09-11 Pedro Alves <palves@redhat.com>
10312
10313 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
10314 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
10315 (do_command_attach_tests): Use spawn_wait_for_attach.
10316 * gdb.base/solib-overlap.exp: Likewise.
10317 * gdb.multi/multi-attach.exp: Likewise.
10318 * gdb.python/py-prompt.exp: Likewise.
10319 * gdb.python/py-sync-interp.exp: Likewise.
10320 * gdb.server/ext-attach.exp: Likewise.
10321
3adc1a7d
GKB
103222014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
10323
10324 * gdb.fortran/array-element.exp: Remove unexpected "continue"
10325 command in testcase. Simplify testcase.
10326
96334934
JB
103272014-09-10 Joel Brobecker <brobecker@adacore.com>
10328
10329 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
10330
eb479039
JB
103312014-09-10 Joel Brobecker <brobecker@adacore.com>
10332
10333 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
10334
deede10c
JB
103352014-09-10 Joel Brobecker <brobecker@adacore.com>
10336
10337 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
10338
7828a5f5
JB
103392014-09-10 Joel Brobecker <brobecker@adacore.com>
10340
10341 * gdb.dwarf2/dynarr-ptr.c: New file.
10342 * gdb.dwarf2/dynarr-ptr.exp: New file.
10343
33aeebcf
MR
103442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10345
10346 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
10347 of 30 rather than hardcoding 120 for a slow test case. Take the
10348 `gdb,timeout' target setting into account for this calculation.
10349 Don't extend the timeout for the test cases that don't need it.
10350
7b415901
MR
103512014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10352
10353 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
10354 a factor of 2 for a slow test case. Take the `gdb,timeout'
10355 target setting into account for this calculation.
10356 * gdb.reverse/until-precsave.exp: Increase the timeout by
10357 a factor of 15 and 3 respectively rather than adding 120
10358 for a pair of slow test cases. Take the `gdb,timeout'
10359 target setting into account for this calculation.
10360
4a40f85a
MR
103612014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10362
10363 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
10364 timeout, don't pass one down to gdb_expect.
10365 (gdb_expect): Rework timeout selection.
10366
09635af7
MR
103672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10368
10369 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
10370 exception on timeout.
10371 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
10372 (gdbserver_start_extended): Catch any `gdbserver_start' error
10373 exceptions.
10374 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
10375 * lib/mi-support.exp (mi_gdb_target_load): Catch any
10376 `gdbserver_gdb_load' error exceptions.
10377
2bdd10b7
MR
103782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
10379
10380 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
10381 120 on waiting for the TCP socket to open.
10382
316935f0
DE
103832014-09-09 Doug Evans <xdje42@gmail.com>
10384
10385 * gdb.base/default.exp (show_conv_list): Add _caller_is,
10386 _caller_matches, _any_caller_is, _any_caller_matches.
10387
83740597
DE
103882014-09-09 Doug Evans <xdje42@gmail.com>
10389
10390 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
10391
4c122fc3
YQ
103922014-09-09 Yao Qi <yao@codesourcery.com>
10393
10394 * gdb.mi/mi-var-display.exp: Set print symbol off.
10395
a9f116cb
GKB
103962014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
10397
10398 PR gdb/17035
10399 * gdb.base/commands.exp: Add tests to verify user-defined
10400 commands with empty bodies.
10401 * gdb.python/py-cmd.exp: Test that we don't show user-defined
10402 python commands in `show user command`.
10403 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
10404 scheme commands in `show user command`.
10405
c75bd3a2
JK
104062014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10407
10408 PR python/17355
10409 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
10410 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
10411 * gdb.python/py-framefilter-invalidarg.exp: New file.
10412 * gdb.python/py-framefilter-invalidarg.py: New file.
10413
faa42425
DE
104142014-09-06 Doug Evans <xdje42@gmail.com>
10415
10416 PR 15276
10417 * gdb.python/py-caller-is.c: New file.
10418 * gdb.python/py-caller-is.exp: New file.
10419
474ca4f6
SDJ
104202014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
10421
10422 PR gdb/17235
10423 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
10424 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
10425
eb0b0463
SDJ
104262014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
10427
10428 PR fortran/17237
10429 * gdb.fortran/print-formatted.exp: New file.
10430 * gdb.fortran/print-formatted.f90: Likewise.
10431
5f3b99cf
SS
104322014-09-03 Sasha Smundak <asmundak@google.com>
10433
10434 * gdb.python/py-frame.exp: Test Frame.read_register.
10435
7d793aa9
SDJ
104362014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
10437
10438 PR python/16699
10439 * gdb.python/py-completion.exp: New file.
10440 * gdb.python/py-completion.py: Likewise.
10441
fb0576e9
DE
104422014-08-28 Doug Evans <dje@google.com>
10443
10444 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
10445 eax,etc. are live with values set by gdb and thus the compiler can't
10446 use them.
10447 * gdb.arch/i386-pseudo.c (main): Ditto.
10448
ee92b0dd
DE
104492014-08-27 Doug Evans <dje@google.com>
10450
10451 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
10452
6649db35
DE
104532014-08-25 Doug Evans <dje@google.com>
10454
10455 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
10456 (main): Ditto.
10457
564b7600
DE
104582014-08-25 Doug Evans <dje@google.com>
10459
10460 * gdb.threads/thread-execl.exp: #include <stdio.h>.
10461
3881fb67
YQ
104622014-08-24 Yao Qi <yao@codesourcery.com>
10463
10464 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
10465 symbol off.
10466 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
10467
a05a36a5
DE
104682014-08-22 Doug Evans <dje@google.com>
10469
10470 PR 17276
10471 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
10472 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
10473 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
10474
7c343b48
YQ
104752014-08-22 Yao Qi <yao@codesourcery.com>
10476
10477 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
10478 * gdb.python/py-finish-breakpoint2.exp: Likewise.
10479 * gdb.python/python.exp: Likewise. Use .py file on the host
10480 instead of the build.
10481
22fd09ae
JK
104822014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10483
10484 * gdb.threads/gcore-stale-thread.c: New file.
10485 * gdb.threads/gcore-stale-thread.exp: New file.
10486
a8454a7c
PA
104872014-08-21 Pedro Alves <palves@redhat.com>
10488
10489 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
10490 * gdb.base/gcore-relro-pie.exp: Likewise.
10491 * gdb.base/gcore-relro.exp: Likewise.
10492 * gdb.base/gcore.exp: Likewise.
10493 * gdb.base/print-symbol-loading.exp: Likewise.
10494 * gdb.threads/gcore-thread.exp: Likewise.
10495 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
10496
2a31c623
PA
104972014-08-20 Pedro Alves <palves@redhat.com>
10498 Jan Kratochvil <jan.kratochvil@redhat.com>
10499
10500 * Makefile.in (EXTRA_RULES, CC): New variables, get from
10501 configure.
10502 (EXPECT): Handle READ1 being set.
10503 (all): Depend on EXTRA_RULES.
10504 (check-read1, expect-read1, read1.so, read1): New rules.
10505 * README (Testsuite Parameters): Document the READ1 make variable.
10506 (Race detection): New section.
10507 * configure: Regenerate.
10508 * configure.ac: If build==host==target, and running under a
10509 GNU/glibc system, add read1 to the extra Makefile rules.
10510 (EXTRA_RULES): AC_SUBST it.
10511 * lib/read1.c: New file.
10512
d36430db
JB
105132014-08-20 Joel Brobecker <brobecker@adacore.com>
10514
10515 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
10516 the handling of variables declared as a typedef to an array
10517 which a DW_AT_data_location attribute.
10518
9a0dc9e3
PA
105192014-08-19 Andrew Burgess <aburgess@broadcom.com>
10520 Pedro Alves <palves@redhat.com>
10521
10522 PR symtab/14604
10523 PR symtab/14605
10524 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
10525 gdb_test.
10526
0718a8da
PA
105272014-08-19 Pedro Alves <palves@redhat.com>
10528
10529 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
10530
13b448cd
YQ
105312014-08-19 Yao Qi <yao@codesourcery.com>
10532
10533 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
10534 right line.
10535
1cbf5077
DB
105362014-08-18 David Blaikie <dblaikie@gmail.com>
10537
10538 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
10539
bf0fae19
JB
105402014-08-18 Joel Brobecker <brobecker@adacore.com>
10541
10542 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
10543 attribute in array range.
10544
3c8c5dcc
JB
105452014-08-18 Joel Brobecker <brobecker@adacore.com>
10546
10547 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
10548
e66d4446
SC
105492014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10550
10551 PR c++/17132
10552 * gdb.cp/pr17132.cc: New file.
10553 * gdb.cp/pr17132.exp: New file.
10554
940df408
SC
105552014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10556
10557 * gdb.python/py-xmethods.py (A_getarrayind)
10558 (E_method_char_worker.__call__, E_method_int_worker.__call__):
10559 Use 'print' with function call syntax.
10560 (E_method_matcher.match): Fix tab vs space indentation mixup.
10561
ebcc6c3a
YQ
105622014-08-15 Yao Qi <yao@codesourcery.com>
10563
10564 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
10565 false.
10566
775e0f04
YQ
105672014-08-15 Yao Qi <yao@codesourcery.com>
10568
10569 * gdb.cp/casts.exp: Set print symbol off.
10570 * gdb.cp/class2.exp: Likewise.
10571 * gdb.cp/overload.exp: Likewise.
10572 * gdb.cp/templates.exp: Likewise.
10573
d769e349
DE
105742014-08-11 Doug Evans <dje@google.com>
10575
10576 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10577 (test_load_shlib): Update.
10578
20c6f1e1
YQ
105792014-08-09 Yao Qi <yao@codesourcery.com>
10580
10581 * gdb.base/display.exp: Invoke is_address_zero_readable.
10582 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
10583 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10584 * gdb.base/hbreak-unmapped.exp: Return if
10585 is_address_zero_readable returns true.
10586 * gdb.base/signest.exp: Likewise.
10587 * gdb.base/signull.exp: Likewise.
10588 * gdb.base/sigbpt.exp: Likewise.
10589 * gdb.guile/scm-disasm.exp: Do the test if
10590 is_address_zero_readable returns false.
10591 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
10592 * gdb.python/py-arch.exp: Likewise.
10593 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
10594 * lib/gdb.exp (is_address_zero_readable): New proc.
10595
5792e8e3
YQ
105962014-08-09 Yao Qi <yao@codesourcery.com>
10597
10598 PR testsuite/13443
10599 * gdb.mi/mi-var-display.exp: Make test messages unique.
10600
3cecbbbe
TT
106012014-08-04 Tom Tromey <tromey@redhat.com>
10602
10603 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10604 target 0".
10605
00b51ff5
TT
106062014-08-04 Tom Tromey <tromey@redhat.com>
10607
10608 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10609 "target_resume".
10610
6908c509
JB
106112014-08-01 Joel Brobecker <brobecker@adacore.com>
10612
10613 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10614 inner_vla_struct_object_size.
10615 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10616 as xfail.
10617
cc6563d2
PA
106182014-07-30 Pedro Alves <palves@redhat.com>
10619
10620 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10621 comment.
10622
7e09a223
YQ
106232014-07-29 Yao Qi <yao@codesourcery.com>
10624
10625 PR gdb/17206
10626 * gdb.base/until-nodebug.exp: New.
10627
7ebdbe92
DE
106282014-07-28 Doug Evans <xdje42@gmail.com>
10629
10630 PR guile/17203
10631 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10632 previously existing parameter, and previously ambiguously spelled
10633 parameter.
10634
fdb1adc6
WN
106352014-07-28 Will Newton <will.newton@linaro.org>
10636
10637 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10638
186fcde0
DE
106392014-07-26 Ludovic Courtès <ludo@gnu.org>
10640 Doug Evans <xdje42@gmail.com>
10641
10642 PR guile/17146
10643 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
10644
70509625
PA
106452014-07-25 Pedro Alves <palves@redhat.com>
10646
10647 * gdb.threads/signal-command-handle-nopass.c: New file.
10648 * gdb.threads/signal-command-handle-nopass.exp: New file.
10649 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10650 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10651 * gdb.threads/signal-delivered-right-thread.c: New file.
10652 * gdb.threads/signal-delivered-right-thread.exp: New file.
10653
c3f814a1
PA
106542014-07-25 Pedro Alves <palves@redhat.com>
10655
10656 * gdb.base/double-prompt-target-event-error.exp
10657 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10658 match.
10659 (cancel_pagination_in_target_event): Rework double prompt
10660 detection.
10661 * gdb.base/paginate-after-ctrl-c-running.exp
10662 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10663 <return>' match.
10664 * gdb.base/paginate-bg-execution.exp
10665 (test_bg_execution_pagination_return)
10666 (test_bg_execution_pagination_cancel): Remove '-notransfer
10667 <return>' matches.
10668 * gdb.base/paginate-execution-startup.exp
10669 (test_fg_execution_pagination_return)
10670 (test_fg_execution_pagination_cancel): Remove '-notransfer
10671 <return>' matches.
10672 * gdb.base/paginate-inferior-exit.exp
10673 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10674 match.
10675 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10676 * lib/gdb.exp (pagination_prompt): Run text through
10677 string_to_regexp.
10678 (gdb_test_multiple): Match $pagination_prompt instead of
10679 "<return>".
10680 (string_to_regexp): Move to lib/gdb-utils.exp.
10681
e214cf6c
JK
106822014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10683
10684 * gdb.arch/amd64-entry-value-paramref.S: New file.
10685 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10686 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10687 * gdb.arch/amd64-optimout-repeat.S: New file.
10688 * gdb.arch/amd64-optimout-repeat.c: New file.
10689 * gdb.arch/amd64-optimout-repeat.exp: New file.
10690
17d0c5c8
JK
106912014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10692
10693 PR gdb/17170
10694 * gdb.base/statistics.exp: New file.
10695
b8b8facf
DE
106962014-07-17 Doug Evans <dje@google.com>
10697
74b49205 10698 PR gdb/17170
b8b8facf
DE
10699 * gdb.base/maint.exp: Update testing of per-command stats.
10700
1b5d0ab3
PA
107012014-07-16 Pedro Alves <palves@redhat.com>
10702
10703 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10704 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10705 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10706 (tfile_write_buf): New functions.
10707 (add_memory_block): Rewrite using the above.
10708 (adjust_function_address): New function.
10709 (FUNCTION_ADDRESS): New macro.
10710 (write_basic_trace_file): Remove short_x local, and use
10711 tfile_write_16. Change type of func_addr local to unsigned long
10712 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10713 here. Cast argument of add_memory_block to char pointer.
10714 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10715 (main): Remove parameters.
10716 * gdb.trace/tfile.exp: Remove nowarnings.
10717
4d974e88
SM
107182014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10719
10720 * gdb.base/debug-expr.exp: Test string evaluation with
10721 "debug expression" on.
10722
41e99568
PA
107232014-07-15 Pedro Alves <palves@redhat.com>
10724
10725 * gdb.base/reread.exp: Use clean_restart.
10726
487d9753
PL
107272014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10728
10729 * gdb.arch/avr-flash-qualifer.c: New.
10730 * gdb.arch/avr-flash-qualifer.exp: New.
10731
cc1c52ad
PA
107322014-07-14 Pedro Alves <palves@redhat.com>
10733
10734 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10735 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10736
1e973570
PA
107372014-07-14 Pedro Alves <palves@redhat.com>
10738
10739 * gdb.base/double-prompt-target-event-error.c: New file.
10740 * gdb.base/double-prompt-target-event-error.exp: New file.
10741
93d6eb10
PA
107422014-07-14 Pedro Alves <palves@redhat.com>
10743
10744 PR gdb/17072
10745 * gdb.base/paginate-inferior-exit.c: New file.
10746 * gdb.base/paginate-inferior-exit.exp: New file.
10747
0017922d
PA
107482014-07-14 Pedro Alves <palves@redhat.com>
10749
10750 PR gdb/17072
10751 * gdb.base/paginate-bg-execution.c: New file.
10752 * gdb.base/paginate-bg-execution.exp: New file.
10753
94696ad3
PA
107542014-07-14 Pedro Alves <palves@redhat.com>
10755
10756 PR gdb/17072
10757 * gdb.base/paginate-execution-startup.c: New file.
10758 * gdb.base/paginate-execution-startup.exp: New file.
10759 * lib/gdb.exp (pagination_prompt): New global.
10760 (default_gdb_spawn): New procedure, factored out from
10761 default_gdb_spawn.
10762 (default_gdb_start): Adjust to call default_gdb_spawn.
10763 (gdb_spawn): New procedure.
10764
bd293940
PA
107652014-07-14 Pedro Alves <palves@redhat.com>
10766
10767 * lib/gdb.exp (gdb_assert): New procedure.
10768 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10769
c933f875
PA
107702014-07-14 Pedro Alves <palves@redhat.com>
10771
10772 * gdb.base/execution-termios.c: New file.
10773 * gdb.base/execution-termios.exp: New file.
10774
d98b7a16
TT
107752014-07-14 Tom Tromey <tromey@redhat.com>
10776
10777 * gdb.cp/vla-cxx.cc: New file.
10778 * gdb.cp/vla-cxx.exp: New file.
10779
548740d6
TT
107802014-07-14 Tom Tromey <tromey@redhat.com>
10781
10782 * gdb.reverse/rerun-prec.c: New file.
10783 * gdb.reverse/rerun-prec.exp: New file.
10784
a25eb028
MR
107852014-07-12 Maciej W. Rozycki <macro@mips.com>
10786 Maciej W. Rozycki <macro@codesourcery.com>
10787
10788 * lib/gdb-utils.exp: New file.
10789 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10790 inline `gdb_init_command' processing.
10791 (gdb_start_cmd): Likewise.
10792 * lib/mi-support.exp (mi_run_cmd): Likewise.
10793 * README: Document `gdb_init_command' and `gdb_init_commands'.
10794
218c2655
JK
107952014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10796
10797 Fix false FAIL running under a very long directory name.
10798 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10799 and "set print elements 10000". Twice.
10800
5401fde3
YQ
108012014-07-11 Yao Qi <yao@codesourcery.com>
10802
10803 * gdb.base/exprs.exp: "set print symbol off".
10804
e76126e8
PA
108052014-07-11 Pedro Alves <palves@redhat.com>
10806
10807 * gdb.threads/kill.c: New file.
10808 * gdb.threads/kill.exp: New file.
10809
2d6f0de6
YQ
108102014-07-10 Yao Qi <yao@codesourcery.com>
10811
10812 * gdb.trace/tfile.c (write_basic_trace_file)
10813 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10814 address written to trace file.
10815
7180e04a
PA
108162014-07-09 Pedro Alves <palves@redhat.com>
10817
10818 * gdb.base/attach-wait-input.exp: New file.
10819 * gdb.base/attach-wait-input.c: New file.
10820
9a9a7608
AB
108212014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10822
10823 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10824 setting up test structures.
10825 (main): Call new test function.
10826 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10827 test function, continue into test function and walk test
10828 structures.
10829
161ac41e
YQ
108302014-07-02 Yao Qi <yao@codesourcery.com>
10831
10832 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10833 'bar_start' at the beginning of functions 'foo' and 'bar'
10834 respectively.
10835 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10836 instead of 'foo' and 'bar'.
10837
1f267ae3
MM
108382014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10839
10840 * gdb.btrace/segv.exp: New.
10841 * gdb.btrace/segv.c: New.
10842
2b239efb
LM
108432014-07-02 Luis Machado <lgustavo@codesourcery.com>
10844
10845 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10846 instruction.
10847
cf363f18
MW
108482014-06-30 Mark Wielaard <mjw@redhat.com>
10849
10850 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10851 vulture, vilify, villar): New volatile array constants.
10852 (vindictive, vegetation): New const volatile array constants.
10853 * gdb.base/volatile.exp: Test volatile and const volatile array
10854 types.
10855
aebf9d24
AA
108562014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10857
10858 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10859 target lacks support for awatch, rwatch, or hbreak.
10860
b67a2c6f
YQ
108612014-06-27 Yao Qi <yao@codesourcery.com>
10862
10863 * gdb.multi/dummy-frame-restore.exp: New.
10864 * gdb.multi/dummy-frame-restore.c: New.
10865
aef92902
MM
108662014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10867
10868 * gdb.btrace/gcore.exp: New.
10869
8e9db26e
PA
108702014-06-23 Pedro Alves <palves@redhat.com>
10871
10872 * gdb.base/watchpoint-reuse-slot.c: New file.
10873 * gdb.base/watchpoint-reuse-slot.exp: New file.
10874
70afc5b7
SC
108752014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10876
10877 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10878 progspace's filename in 'info', 'enable' and 'disable' command
10879 tests.
10880
b972bd9c
JK
108812014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10882
10883 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10884 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10885 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10886
125f8a3d
GB
108872014-06-20 Gary Benson <gbenson@redhat.com>
10888
10889 * gdb.arch/i386-avx.exp: Fix include file location.
10890 * gdb.arch/i386-sse.exp: Likewise.
10891
3ed9baed
IB
108922014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10893
10894 * gdb.dlang/expression.exp: New file.
10895
034f788c
PA
108962014-06-19 Pedro Alves <palves@redhat.com>
10897
10898 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10899 out from ...
10900 (top level): ... here. Iterate running tests under different
10901 scheduler-locking settings.
10902
45371d0c
LM
109032014-06-18 Luis Machado <lgustavo@codesourcery.com>
10904
10905 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10906 to DW_FORM_addr and use non-zero addresses.
10907
5d376983
SC
109082014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10909
10910 PR gdb/17017
10911 * gdb.python/py-xmethods.cc: Add global function call counters and
10912 increment them in their respective functions. Remove "cout"
10913 statements.
10914 * gdb.python/py-xmethods.exp: Make tests check the global function
10915 call counters instead of depending on inferior IO.
10916
a1aa2221
LM
109172014-06-18 Don Breazeal <donb@codesourcery.com>
10918
10919 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10920 Deleted procedure.
10921 (explicit_fork_parent_follow): Deleted procedure.
10922 (explicit_fork_child_follow): Deleted procedure.
10923 (test_follow_fork): New procedure.
10924 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 10925 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
10926 procedure calls.
10927
0fc05997
YQ
109282014-06-17 Yao Qi <yao@codesourcery.com>
10929
10930 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10931 CP1252.
10932
70795c52
LM
109332014-06-17 Luis Machado <lgustavo@codesourcery.com>
10934
10935 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10936 Initialize ptr and S explicitly.
10937 (skip_type_update_when_not_use_rtti_test): Likewise.
10938
6be47f0c
KS
109392014-06-16 Keith Seitz <keiths@redhat.com>
10940
10941 PR mi/15863
10942 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10943 the inferior is started.
10944
d03de421
PA
109452014-06-16 Pedro Alves <palves@redhat.com>
10946
10947 * gdb.base/break-main-file-remove-fail.c: New file.
10948 * gdb.base/break-main-file-remove-fail.exp: New file.
10949 * gdb.base/break-unload-file.exp: Use build_executable instead of
10950 prepare_for_testing.
10951 (test_break): New parameter "initial_load". Handle it.
10952 (top level): Add initial_load cmdline/file axis.
10953
f9579b99
TT
109542014-06-12 Tom Tromey <tromey@redhat.com>
10955
10956 * gdb.base/completion.exp: Don't use directory name in test.
10957
3657956b
GB
109582014-06-09 Gary Benson <gbenson@redhat.com>
10959
10960 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10961 separate the always-available ANSI-standard signals from the
10962 signals that require checking.
10963 (main): Likewise.
10964 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10965 Likewise.
10966 (main): Likewise.
10967
4186eb54
KS
109682014-06-07 Keith Seitz <keiths@redhat.com>
10969
10970 Revert:
10971 PR c++/16253
10972 * gdb.cp/var-tag.cc: New file.
10973 * gdb.cp/var-tag.exp: New file.
10974 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10975 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10976 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10977 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10978
25326a28 109792014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
10980
10981 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10982
829155c9
PA
109832014-06-06 Pedro Alves <palves@redhat.com>
10984
10985 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10986 in target debug output instead of looking at RSP packets,
10987 disabling the test on any target that uses hardware stepping.
10988 Update comments.
10989
61c8d22e
PA
109902014-06-06 Pedro Alves <palves@redhat.com>
10991
10992 * gdb.base/break-unload-file.exp: Fix typo.
10993
d9a47287
YQ
109942014-06-06 Yao Qi <yao@codesourcery.com>
10995
10996 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10997 from "jit_function" to "^jit_function".
10998
e5e01dbf
YQ
109992014-06-06 Yao Qi <yao@codesourcery.com>
11000
11001 * gdb.base/async.c (foo): Add one statement.
11002 * gdb.base/async.exp: Get the next instruction address and
11003 match the output of "nexti" by instruction address. Match
11004 the hex address in the output of "finish".
11005
73ba372c
GB
110062014-06-06 Gary Benson <gbenson@redhat.com>
11007
11008 * gdb.base/call-signals.c: Remove preprocessor conditionals
11009 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
11010 SIGSEGV and SIGTERM.
11011 * gdb.base/sigall.c: Likewise.
11012 * gdb.base/unwindonsignal.c: Likewise.
11013 * gdb.reverse/sigall-reverse.c: Likewise.
11014
831517df
YQ
110152014-06-06 Yao Qi <yao@codesourcery.com>
11016
11017 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
11018 readable, skip the test.
11019
b8b91e98
YQ
110202014-06-06 Yao Qi <yao@codesourcery.com>
11021
11022 * gdb.threads/staticthreads.c (thread_function): Move the line
11023 setting breakpoint on forward.
11024 * gdb.threads/staticthreads.exp: Update comments.
11025
fb934770
LC
110262014-06-05 Ludovic Courtès <ludo@gnu.org>
11027
11028 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
11029 "history-append! type error".
11030
6ef284bd
SM
110312014-06-05 Simon Marchi <simon.marchi@ericsson.com>
11032
11033 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
11034 erroneous dprintf expected input.
11035
a872e241
DE
110362014-06-04 Doug Evans <xdje42@gmail.com>
11037
11038 * gdb.guile/scm-generics.exp: Delete.
11039
16f691fb
DE
110402014-06-04 Doug Evans <xdje42@gmail.com>
11041
11042 * gdb.guile/scm-breakpoint.exp: Update.
11043 Add tests for breakpoint registration.
11044
012370f6
TT
110452014-06-04 Tom Tromey <tromey@redhat.com>
11046
11047 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
11048 VLA-in-union.
11049 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
11050 inner_vla_struct, vla_union types. Initialize objects of those
11051 types and compute their sizes.
11052
9f5a4cef
HZ
110532014-06-04 Nathan Sidwell <nathan@codesourcery.com>
11054 Hui Zhu <hui@codesourcery.com>
11055
11056 * gdb.base/fileio.exp: Add test for shell not available as well as
11057 available.
11058 * gdb.base/fileio.c (test_system): Check for shell twice.
11059
90a45c4d
YQ
110602014-06-04 Yao Qi <yao@codesourcery.com>
11061
11062 * gdb.base/auto-connect-native-target.exp: Remove redundant
11063 space from the regexp pattern.
11064
70017e41
YQ
110652014-06-04 Yao Qi <yao@codesourcery.com>
11066
11067 * gdb.base/default.exp: Replace "child" with "native" in
11068 regexp pattern.
11069
883964a7
SC
110702014-06-03 Siva Chandra Reddy <sivachandra@google.com>
11071
11072 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
11073 * gdb.python/py-xmethods.exp: New tests to test xmethods.
11074 * gdb.python/py-xmethods.py: Python script supporting the
11075 new testcase and tests.
11076
ef370185
JB
110772014-06-03 Joel Brobecker <brobecker@adacore.com>
11078 Pedro Alves <palves@redhat.com>
11079
11080 PR breakpoints/17000
11081 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
11082 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
11083
1e2ccb61
BM
110842014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
11085
11086 * gdb.base/subst.exp: Add tests to verify partial path matching
11087 output.
11088
c6ec5ab2
PA
110892014-06-03 Pedro Alves <palves@redhat.com>
11090
11091 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
11092 target that doesn't use software single-stepping.
11093
835c559f
PA
110942014-06-03 Pedro Alves <palves@redhat.com>
11095
11096 PR breakpoints/17000
11097 * gdb.base/sss-bp-on-user-bp-2.c: New file.
11098 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
11099
06eb1586
DE
111002014-06-02 Doug Evans <xdje42@gmail.com>
11101
11102 * gdb.guile/scm-parameter.exp: New file.
11103
e698b8c4
DE
111042014-06-02 Doug Evans <xdje42@gmail.com>
11105
11106 * gdb.guile/scm-cmd.c: New file.
11107 * gdb.guile/scm-cmd.exp: New file.
11108
ded03782
DE
111092014-06-02 Doug Evans <xdje42@gmail.com>
11110
11111 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
11112 pretty-printer lookup.
11113 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
11114 (make-pp_s-printer): Call it.
11115 (make-pretty-printer-from-dict): New function.
11116 (lookup-pretty-printer-maker-from-dict): New function.
11117 (*pretty-printer*): Simplify.
11118 (make-objfile-pp_s-printer): New function.
11119 (install-objfile-pretty-printers!): New function.
11120 (make-progspace-pp_s-printer): New function.
11121 (install-progspace-pretty-printers!): New function.
11122 * gdb.guile/scm-progspace.c: New file.
11123 * gdb.guile/scm-progspace.exp: New file.
11124
41fac0cf
PA
111252014-06-02 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.base/dprintf-bp-same-addr.c: New file.
11128 * gdb.base/dprintf-bp-same-addr.exp: New file.
11129
96ae5695
EBM
111302014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11131
11132 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
11133 * gdb.arch/powerpc-power.s: Likewise.
11134
da02b3a8
JB
111352014-06-02 Joel Brobecker <brobecker@adacore.com>
11136
11137 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
11138
c72b2e7b
YQ
111392014-06-01 Yao Qi <yao@codesourcery.com>
11140
11141 * gdb.base/watchpoint.exp (test_watch_location): Check null
11142 pointer can be dereferenced. If not, do the test, otherwise
11143 skip it.
11144
53e8a631
AB
111452014-05-30 Andrew Burgess <aburgess@broadcom.com>
11146
11147 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
11148 results.
11149 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
11150
938f0e2f
AB
111512014-05-30 Andrew Burgess <aburgess@broadcom.com>
11152
11153 * gdb.arch/amd64-invalid-stack-middle.S: New file.
11154 * gdb.arch/amd64-invalid-stack-middle.c: New file.
11155 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
11156 * gdb.arch/amd64-invalid-stack-top.c: New file.
11157 * gdb.arch/amd64-invalid-stack-top.exp: New file.
11158
9ba6657a
PA
111592014-05-30 Pedro Alves <palves@redhat.com>
11160
11161 PR breakpoints/17000
11162 * gdb.base/sss-bp-on-user-bp.c: New file.
11163 * gdb.base/sss-bp-on-user-bp.exp: New file.
11164
522c09bf
DB
111652014-05-30 David Blaikie <dblaikie@gmail.com>
11166
11167 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
11168 gnu_inline semantics via attribute.
11169 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
11170 source explicitly specifies the required semantics.
11171
bf4ef81e
MR
111722014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
11173
11174 * gdb.reverse/sigall-reverse.exp: Fix a typo.
11175
329ea579
PA
111762014-05-29 Pedro Alves <palves@redhat.com>
11177 Tom Tromey <tromey@redhat.com>
11178
11179 * gdb.base/async-shell.exp: Don't enable target-async.
11180 * gdb.base/async.exp
11181 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
11182 parameter. Adjust.
11183 (top level): Don't test with "target-async".
11184 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
11185 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
11186 * gdb.base/inferior-died.exp: Don't enable target-async.
11187 * gdb.base/interrupt-noterm.exp: Likewise.
11188 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
11189 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11190 * gdb.mi/mi-nonstop.exp: Likewise.
11191 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11192 * gdb.mi/mi-nsintrall.exp: Likewise.
11193 * gdb.mi/mi-nsmoribund.exp: Likewise.
11194 * gdb.mi/mi-nsthrexec.exp: Likewise.
11195 * gdb.mi/mi-watch-nonstop.exp: Likewise.
11196 * gdb.multi/watchpoint-multi.exp: Adjust comment.
11197 * gdb.python/py-evsignal.exp: Don't enable target-async.
11198 * gdb.python/py-evthreads.exp: Likewise.
11199 * gdb.python/py-prompt.exp: Likewise.
11200 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
11201 * gdb.server/solib-list.exp: Don't enable target-async.
11202 * gdb.threads/thread-specific-bp.exp: Likewise.
11203 * lib/mi-support.exp: Adjust to use mi-async.
11204
fd664c91
PA
112052014-05-29 Pedro Alves <palves@redhat.com>
11206
11207 PR gdb/13860
11208 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
11209 reason, even in sync mode.
11210
251bde03
PA
112112014-05-29 Pedro Alves <palves@redhat.com>
11212 Hui Zhu <hui@codesourcery.com>
11213
11214 PR PR15693
11215 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
11216 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
11217 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
11218 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
11219
7f3c0343
JB
112202014-05-28 Joel Brobecker <brobecker@adacore.com>
11221
11222 * config/monitor.exp (gdb_target_monitor): Replace use of
11223 "set remotebaud" by "set serial baud".
11224
b2715b27
AW
112252014-05-26 Andy Wingo <wingo@igalia.com>
11226
11227 * gdb.guile/scm-breakpoint.exp:
11228 * gdb.guile/scm-gsmob.exp: Update to use plain old object
11229 properties instead of gdb-object-properties.
11230
498a4489
YQ
112312014-05-26 Yao Qi <yao@codesourcery.com>
11232
11233 * gdb.server/no-thread-db.exp: Specify source file name
11234 explicitly when setting a breakpoint.
11235
589fdceb
MM
112362014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11237
11238 * gdb.btrace/vdso.c: New.
11239 * gdb.btrace/vdso.exp: New.
11240
e9089e05
MM
112412014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11242
11243 * gdb.base/gcore.exp (capture_command_output): Move ...
11244 * lib/gdb.exp (capture_command_output): ... here.
11245
67b5c0c1
MM
112462014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11247
11248 * gdb.btrace/data.exp: Test memory access during btrace replay.
11249
a2199296
SM
112502014-05-22 Simon Marchi <simon.marchi@ericsson.com>
11251
11252 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
11253
17b2616c
PA
112542014-05-21 Pedro Alves <palves@redhat.com>
11255
11256 PR gdb/13860
11257 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
11258 (top level): Test that output related to execution commands is
11259 sent to the console with CLI commands, but not with MI commands.
11260 Test that breakpoint events are always mirrored to the console.
11261 Also expect the new source line to be output after a "next" in
11262 async mode too. Make it a pass/fail test.
11263 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
11264 output.
11265 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
11266
5166082f
PA
112672014-05-21 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.base/list.exp (build_pattern, test_list): New procedures.
11270 Use them to test variations of "list" after reaching a breakpoint.
11271 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
11272 Test "list" with listsize 10 after reaching a breakpoint.
11273 * gdb.python/python.exp (decode_line current location line
11274 number): Adjust expected line number.
11275
2f25d70f
SM
112762014-05-21 Simon Marchi <simon.marchi@ericsson.com>
11277
11278 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
11279 behavior for $args, pass it directly to "run".
11280
ff604a67
MR
112812014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
11282
11283 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
11284 30000 to 65536.
11285
6a3cb8e8
PA
112862014-05-21 Pedro Alves <palves@redhat.com>
11287
11288 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
11289 auto-connect-native-target off".
11290 * gdb.base/auto-connect-native-target.c: New file.
11291 * gdb.base/auto-connect-native-target.exp: New file.
11292
4ebfc96e
PA
112932014-05-21 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.base/default.exp: Test "target native" instead of "target
11296 child".
11297
36d46afb
MW
112982014-05-21 Mark Wielaard <mjw@redhat.com>
11299
11300 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11301
5876f503
JK
113022014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11303
11304 Fix TLS access for -static -pthread.
11305 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
11306 <HAVE_TLS> (thread_function, main): Initialize it.
11307 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
11308 Add clean_restart.
11309 <$have_tls != "">: Check TLSVAR.
11310
0256a6ac
PA
113112014-05-21 Pedro Alves <palves@redhat.com>
11312
11313 * gdb.base/dcache-line-read-error.c: New.
11314 * gdb.base/dcache-line-read-error.exp: New.
11315
936d2992
PA
113162014-05-20 Pedro Alves <palves@redhat.com>
11317
11318 * gdb.base/compare-sections.c: New file.
11319 * gdb.base/compare-sections.exp: New file.
11320
802e8e6d
PA
113212014-05-20 Pedro Alves <palves@redhat.com>
11322
11323 * gdb.base/break-idempotent.c: New file.
11324 * gdb.base/break-idempotent.exp: New file.
11325
e59fa00f
MM
113262014-05-20 Markus Metzger <markus.t.metzger@intel.com>
11327
11328 * gdb.btrace/nohist.exp: New.
11329
8b696e31
YQ
113302014-05-20 Yao Qi <yao@codesourcery.com>
11331
11332 * lib/gdb.exp (gdb_init): Set timeout if test file is under
11333 gdb.reverse directory and gdb_reverse_timeout exists in board
11334 setting.
11335 * README: Document gdb_reverse_timeout.
11336
73c9764f
YQ
113372014-05-20 Yao Qi <yao@codesourcery.com>
11338
11339 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
11340 'test_file_name'. Treat args as a string instead of a list.
11341 (gdb_init): Rename argument 'args' by 'test_file_name'.
11342
f1f4348a
JK
113432014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11344
11345 * gdb.arch/powerpc-power.exp: New file.
11346 * gdb.arch/powerpc-power.s: New file.
11347
0dbe70ce
DE
113482014-05-16 Doug Evans <dje@google.com>
11349
11350 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
11351 * gdb.base/completion.exp: Check that all expected files exist
11352 before doing file completion.
0dbe70ce 11353
8d551b02
DE
113542014-05-16 Doug Evans <dje@google.com>
11355
11356 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
11357 Update.
11358 (do_syscall_tests_without_xml): Update.
11359
73eb7709
PA
113602014-05-16 Pedro Alves <palves@redhat.com>
11361
11362 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
11363 instead of "unknown output after running".
11364
3fae92fc
YQ
113652014-05-16 Yao Qi <yao@codesourcery.com>
11366
11367 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
11368 file1.txt from host at the end.
11369 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11370
c2b2ccc5
DE
113712014-05-15 Doug Evans <dje@google.com>
11372
11373 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
11374 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
11375 loading file. Add test for TU lookup.
11376
8c217a4b
SM
113772014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11378
11379 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
11380 calling "-exec-arguments" or "set args" before running the
11381 inferior.
11382
3deb39c6
SM
113832014-05-15 Simon Marchi <simon.marchi@ericsson.com>
11384
11385 * lib/mi-support.exp (mi_expect_stop): Expect message for
11386 inferiors that exit with non-zero exit code.
11387
71a79f8c
YQ
113882014-05-14 Yao Qi <yao@codesourcery.com>
11389
11390 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
11391 match absolute path on remote host.
11392 (test_file_list_exec_source_files): Remove "/" from the
11393 pattern.
11394
f23fcd46
YQ
113952014-05-14 Yao Qi <yao@codesourcery.com>
11396
11397 * boards/local-remote-host-notty.exp (${board}_file): New
11398 proc.
11399
9404b58f
KM
114002014-05-07 Kyle McMartin <kyle@redhat.com>
11401
11402 Pushed by Joel Brobecker <brobecker@adacore.com>.
11403 * gdb.arch/aarch64-atomic-inst.c: New file.
11404 * gdb.arch/aarch64-atomic-inst.exp: New file.
11405
5e45f04c
YQ
114062014-05-07 Yao Qi <yao@codesourcery.com>
11407
11408 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
11409 in current context" too.
11410
c888a17d
KS
114112014-05-05 Keith Seitz <keiths@redhat.com>
11412
11413 * gdb.linespec/ls-dollar.exp: Add test for linespec
11414 file:convenience_variable.
11415
290a839c
YQ
114162014-05-05 Yao Qi <yao@codesourcery.com>
11417
11418 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
11419 traceframes into tfile and ctf trace files. Read data from
11420 trace file and test collected data.
11421 (gdb_collect_locals_test): Likewise.
11422 (gdb_unavailable_registers_test): Likewise.
11423 (gdb_unavailable_floats): Likewise.
11424 (gdb_collect_globals_test): Likewise.
11425 (top-level): Append "ctf" to trace_file_targets if GDB
11426 supports.
11427
b5262cd0
YQ
114282014-05-05 Yao Qi <yao@codesourcery.com>
11429
11430 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
11431 code to ...
11432 (gdb_collect_args_test_1): ... it. New proc.
11433 (gdb_collect_locals_test): Move some code to ...
11434 (gdb_collect_locals_test_1): ... it. New proc.
11435 (gdb_unavailable_registers_test): Move some code to ...
11436 (gdb_unavailable_registers_test_1): ... it. New proc.
11437 (gdb_unavailable_floats): Move some code to ...
11438 (gdb_unavailable_floats_1): ... it. New proc.
11439
30a1e6cc
SDJ
114402014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11441
11442 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
11443 probes to test for bitness recognition.
11444 * gdb.arch/amd64-stap-optional-prefix.exp
11445 (test_probe_value_without_reg): New procedure.
11446 Add code to test for different kinds of bitness.
11447
f33da99a
SDJ
114482014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11449
11450 PR breakpoints/16889
11451 * gdb.arch/amd64-stap-optional-prefix.S: New file.
11452 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11453
5b80f00d
PA
114542014-05-01 Pedro Alves <palves@redhat.com>
11455
11456 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
11457 gdb_file_cmd if no file is specified.
11458 * boards/native-extended-gdbserver.exp (gdb_load): Use the
11459 last_loaded_file to set the remote exec-file.
11460
f8c2a73c
PA
114612014-05-01 Pedro Alves <palves@redhat.com>
11462
11463 * boards/local-remote-host.exp: New file.
11464
be6e8ac7
PA
114652014-05-01 Pedro Alves <palves@redhat.com>
11466
11467 * boards/local-remote-host.exp: Rename to ...
11468 * boards/local-remote-host-notty.exp: ... this.
11469
cac0dc8f
JB
114702014-04-28 Joel Brobecker <brobecker@adacore.com>
11471
11472 * gdb.ada/dyn_arrayidx: New testcase.
11473
9730e6cc
YQ
114742014-04-26 Yao Qi <yao@codesourcery.com>
11475
11476 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
11477 and compute the length of function main. Save it in
11478 $main_length.
11479 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
11480 (top-level): Use gdb_compile to compile objects into
11481 executable and restart GDB. Remove invocation to
11482 prepare_for_testing.
11483
7ae1a6a6
PA
114842014-04-25 Simon Marchi <simon.marchi@ericsson.com>
11485 Pedro Alves <palves@redhat.com>
11486
11487 PR server/16255
11488 * gdb.multi/multi-attach.c: New file.
11489 * gdb.multi/multi-attach.exp: New file.
11490
4082afcc
PA
114912014-04-25 Pedro Alves <palves@redhat.com>
11492
11493 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
11494 user.
11495 (top level): Test that "set remote conditional-breakpoints-packet
11496 off" works as intended.
11497 * gdb.base/dprintf.exp: Test that "set remote
11498 breakpoint-commands-packet off" works as intended.
11499 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
11500 New function.
11501 (top level): Call it.
11502 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
11503 remote fast-tracepoints-packet off" works as intended.
11504 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
11505 * lib/gdb.exp (gdb_is_target_remote): ... here.
11506
2abc3f8d
DB
115072014-04-24 David Blaikie <dblaikie@gmail.com>
11508
11509 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
11510 ensure clang would not discard them.
11511 * gdb.base/gdbvars.c: Ditto.
11512 * gdb.base/memattr.c: Ditto.
11513 * gdb.base/whatis.c: Ditto.
11514 * gdb.python/py-prettyprint.c: Ditto.
11515 * gdb.trace/actions.c: Ditto.
11516 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
11517 ensure clang would not discard it.
11518
bfd39632
DB
115192014-04-24 David Blaikie <dblaikie@gmail.com>
11520
11521 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
11522 clang to emit the full definition of type required by the test
11523 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
11524
22842ff6
DB
115252014-04-24 David Blaikie <dblaikie@gmail.com>
11526
11527 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
11528 coax Clang into emitting the definition of the type.
11529 * gdb.cp/pr10728-x.h (y): Ditto.
11530 * gdb.cp/pr10728-y.cc (y): Ditto.
11531
c2e827ad
DB
115322014-04-24 David Blaikie <dblaikie@gmail.com>
11533
11534 * gdb.base/label.exp: XFAIL label related tests under Clang.
11535 * gdb.cp/cplabel.exp: Ditto.
11536 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
11537 under Clang those using labels.
11538
4c2d33e7
YQ
115392014-04-25 Yao Qi <yao@codesourcery.com>
11540
11541 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
11542 double_label.
11543 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
11544 partial_label and double_label.
11545
56083b99
DB
115462014-04-24 David Blaikie <dblaikie@gmail.com>
11547
11548 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
11549
25d4e99d
DB
115502014-04-24 David Blaikie <dblaikie@gmail.com>
11551
11552 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
11553 of the function to work across GCC and Clang.
11554 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
11555 pointer types (const void ** const V void **).
11556
01f9f808
MS
115572014-04-24 Michael Sturm <michael.sturm@mintel.com>
11558 Walfred Tedeschi <walfred.tedeschi@intel.com>
11559
11560 * Makefile.in (EXECUTABLES): Added i386-avx512.
11561 * gdb.arch/i386-avx512.c: New file.
11562 * gdb.arch/i386-avx512.exp: Likewise.
11563
4b48d439
KS
115642014-04-23 Keith Seitz <keiths@redhat.com>
11565
11566 * lib/mi-support.exp (mi_list_breakpoints): Delete.
11567 (mi_make_breakpoint_table): New procedure.
11568 (mi_create_breakpoint): Use mi_make_breakpoint
11569 and return the result.
11570 (mi_make_breakpoint): New procedure.
11571 (mi_build_kv_pairs): New procedure.
11572
11573 * gdb.mi/mi-break.exp: Remove unused globals,
11574 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
11575 All callers updated.
11576 * gdb.mi/mi-dprintf.exp: Use variable to track command
11577 number.
11578 Update all callers of mi_create_breakpoint and use
11579 mi_make_breakpoint_table.
11580 Remove any unused global variables.
11581 * gdb.mi/mi-nonstop.exp: Likewise.
11582 * gdb.mi/mi-nsintrall.exp: Likewise.
11583 * gdb.mi/mi-nsmoribund.exp: Likewise.
11584 * gdb.mi/mi-nsthrexec.exp: Likewise.
11585 * gdb.mi/mi-reverse.exp: Likewise.
11586 * gdb.mi/mi-simplerun.exp: Likewise.
11587 * gdb.mi/mi-stepn.exp: Likewise.
11588 * gdb.mi/mi-syn-frame.exp: Likewise.
11589 * gdb.mi/mi-until.exp: Likewise.
11590 * gdb.mi/mi-var-cp.exp: Likewise.
11591 * gdb.mi/mi-var-display.exp: Likewise.
11592 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
11593 * gdb.mi/mi2-var-child.exp: Likewise.
11594 * gdb.mi/mi-vla-c99.exp: Likewise.
11595 * lib/mi-support.exp: Likewise.
11596
11597 From Ian Lance Taylor <iant@cygnus.com>:
11598 * lib/gdb.exp (parse_args): New procedure.
11599
08351840
PA
116002014-04-23 Pedro Alves <palves@redhat.com>
11601
11602 * gdb.base/break-unload-file.c: New file.
11603 * gdb.base/break-unload-file.exp: New file.
11604 * gdb.base/sym-file-lib.c (baz): New function.
11605 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11606 field.
11607 (load): Store the segment's mapped size.
11608 (unload): New function.
11609 (unload_shlib): New function.
11610 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11611 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11612 set a breakpoint at baz, and call it.
11613 * gdb.base/sym-file.exp: New tests for stale breakpoint
11614 instructions.
11615
076855f9
PA
116162014-04-23 Pedro Alves <palves@redhat.com>
11617
11618 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11619 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11620 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11621 * gdb.base/hbreak-unmapped.c: New file.
11622 * gdb.base/hbreak-unmapped.exp: New file.
11623 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11624 * lib/gdb.exp (gdb_is_target_remote): ... here.
11625
483805cf
PA
116262014-04-22 Pedro Alves <palves@redhat.com>
11627
11628 * gdb.base/consecutive-step-over.c: New file.
11629 * gdb.base/consecutive-step-over.exp: New file.
11630
06d97543
PA
116312014-04-22 Pedro Alves <palves@redhat.com>
11632
11633 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11634 instead of send_gdb/gdb_expect.
11635
b4429ea2
YQ
116362014-04-22 Yao Qi <yao@codesourcery.com>
11637
11638 * lib/trace-support.exp (generate_tracefile): New procedure.
11639 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
11640 return 0.
11641 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
11642 if generate_tracefile returns 1.
11643
51d48146
PA
116442014-04-18 Tom Tromey <palves@redhat.com>
11645 Pedro alves <tromey@redhat.com>
11646
11647 PR backtrace/15558
11648 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11649 with a backtrace limit.
11650 * gdb.python/py-frame-inline.exp: Test running to an inline
11651 function with a backtrace limit, and printing the newest frame.
11652 * gdb.python/py-frame-inline.c (main): Call f.
11653
bd1dce5f
MS
116542014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11655
11656 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11657
40d1a503
MS
116582014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11659
11660 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
11661 Drop prefix from unsupported source file path.
11662
389b98f7
YQ
116632014-04-17 Yao Qi <yao@codesourcery.com>
11664
11665 * lib/gdb.exp (with_target_charset): New proc.
11666 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11667 with_target_charset.
11668 (test_print_strings): Likewise.
11669 (test_repeat_bytes): Likewise.
11670 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11671 for some tests.
11672
22869d73
KS
116732014-04-16 Keith Seitz <keiths@redhat.com>
11674
11675 PR gdb/15827
11676 * gdb.dwarf2/corrupt.c: New file.
11677 * gdb.dwarf2/corrupt.exp: New file.
11678
c4f87ca6
KS
116792014-04-16 Keith Seitz <keiths@redhat.com>
11680
11681 PR c++/16597
11682 * gdb.cp/namelessclass.cc: New file.
11683 * gdb.cp/namelessclass.exp: New file.
11684 * gdb.cp/namelessclass.S: New file.
11685
ab19de87
DE
116862014-04-16 Doug Evans <dje@google.com>
11687
11688 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11689 Add comment.
11690 (gdbserver_default_get_comm_port): New function.
11691 (gdbserver_start): Check if board file provided
11692 "gdbserver,get_comm_port" and use it if so.
11693 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11694 (gdb,socketport): Set to "stdio".
11695 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11696 (stdio_gdbserver_template): Delete.
11697 (${board}_get_remote_address): Update.
11698 (${board}_build_remote_cmd): Delete.
11699 (${board}_get_comm_port): New function.
11700 (${board}_spawn): Update.
11701 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11702 Delete.
11703 (${board}_get_remote_address): Update.
11704 (${board}_get_comm_port): New function.
11705
fc98a809
AB
117062014-04-16 Andrew Burgess <aburgess@broadcom.com>
11707
11708 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11709 appearing in any order.
11710
87fd9e6e
DE
117112014-04-15 Doug Evans <dje@google.com>
11712
11713 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11714 uninitialized value of "description".
11715
099fc3ea
KS
117162014-04-15 Keith Seitz <keiths@redhat.com>
11717
11718 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11719 Remove unused globals.
11720 (test_running_the_program): Likewise.
11721 (test_controlled_execution): Likewise.
11722 (test_controlling_breakpoints): Likewise.
11723 (test_program_termination): Likewise.
11724
5da151d4
KS
117252014-04-15 Keith Seitz <keiths@redhat.com>
11726
11727 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11728 unused globals.
11729 (test_rbreak_creation_and_listing): Likewise.
11730 (test_ignore_count): Likewise.
11731 (test_error): Likewise.
11732
35e5d2f0
PA
117332014-04-15 Pedro Alves <palves@redhat.com>
11734
11735 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11736 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11737 sym-file-loader.c.
11738 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11739 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11740 to sym-file-loader.c.
11741 (struct library): Forward declare.
11742 (load_shlib, lookup_function): Change prototypes.
11743 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11744 (translate_offset): Remove declarations.
11745 (get_text_addr): New declaration.
11746 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11747 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11748 sym-file-loader.h.
11749 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11750 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11751 here from sym-file-loader.h.
11752 (struct library): New structure.
11753 (load_shlib, lookup_function): Change prototypes and adjust to
11754 work with a struct library.
11755 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11756 (translate_offset): Make static.
11757 (get_text_addr): New function.
11758 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11759
eb4c1710
PA
117602014-04-15 Pedro Alves <palves@redhat.com>
11761
11762 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11763
2d1baf52
PA
117642014-04-15 Pedro Alves <palves@redhat.com>
11765
11766 * gdb.base/sym-file-loader.c: Include <limits.h>.
11767 (SELF_LINK): New define.
11768 (get_origin): New function.
11769 (load_shlib): Use it.
11770 * gdb.base/sym-file.exp: Don't early return if the target is
11771 remote. Use runto_main, and issue fail is that fails. Use
11772 gdb_load_shlibs.
11773 (shlib_name): Delete.
11774 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11775
7dd6df01
PA
117762014-04-15 Pedro Alves <palves@redhat.com>
11777
11778 * gdb.base/sym-file.exp: Remove regex characters from test
11779 message. Don't refer to breakpoint numbers in test messages.
11780
b50c8614
KS
117812014-04-14 Keith Seitz <keiths@redhat.com>
11782
11783 PR c++/16253
11784 * gdb.cp/var-tag.cc: New file.
11785 * gdb.cp/var-tag.exp: New file.
11786 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11787 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11788 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11789 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11790
3d567982
TT
117912014-04-14 Tom Tromey <tromey@redhat.com>
11792
11793 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11794 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11795 type.
11796 * gdb.cp/enum-class.exp: New file.
11797 * gdb.cp/enum-class.cc: New file.
11798
0626fc76
TT
117992014-04-14 Tom Tromey <tromey@redhat.com>
11800
11801 * gdb.dwarf2/enum-type.exp: New file.
11802
dca325b3
SA
118032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11804
11805 * gdb.mi/mi-vla-c99.exp: New file.
11806 * gdb.mi/vla.c: New file.
11807
5854b38a
SA
118082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11809
11810 * gdb.base/vla-datatypes.c: New file.
11811 * gdb.base/vla-datatypes.exp: New file.
11812
463bb957
SA
118132014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11814
11815 * gdb.base/vla-ptr.c: New file.
11816 * gdb.base/vla-ptr.exp: New file.
11817
3dd170be
SA
118182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11819
11820 * gdb.dwarf2/count.exp: New file.
11821
5ecaaa66
SA
118222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11823
11824 * gdb.base/vla-sideeffect.c: New file.
11825 * gdb.base/vla-sideeffect.exp: New file.
11826
41f1ada5
DB
118272014-04-14 David Blaikie <dblaikie@gmail.com>
11828
11829 * gdb.mi/non-stop.c: Add return value for non-void function return
11830 statement.
11831 * gdb.threads/staticthreads.c: Ditto.
11832
0be03e84
DE
118332014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11834 Doug Evans <xdje42@gmail.com>
11835
11836 * gdb.guile/scm-value.c: Improve test case.
11837 * gdb.guile/scm-value.exp: Add new test.
11838
f180a1fb
DB
118392014-04-11 David Blaikie <dblaikie@gmail.com>
11840
11841 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11842 override Clang's default.
11843
6b662e19
JB
118442014-04-11 Joel Brobecker <brobecker@adacore.com>
11845
11846 Revert the following changes (regressions):
11847
11848 * gdb.base/vla-sideeffect.c: New file.
11849 * gdb.base/vla-sideeffect.exp: New file.
11850
11851 * gdb.dwarf2/count.exp: New file.
11852
11853 * gdb.base/vla-multi.c: New file.
11854 * gdb.base/vla-multi.exp: New file.
11855
11856 * gdb.base/vla-ptr.c: New file.
11857 * gdb.base/vla-ptr.exp: New file.
11858
11859 * gdb.base/vla-datatypes.c: New file.
11860 * gdb.base/vla-datatypes.exp: New file.
11861
11862 * gdb.mi/mi-vla-c99.exp: New file.
11863 * gdb.mi/vla.c: New file.
11864
245a5f0b
KS
118652014-04-11 Keith Seitz <keiths@redhat.com>
11866
11867 PR c++/16675
11868 * gdb.cp/cpsizeof.exp: New file.
11869 * gdb.cp/cpsizeof.cc: New file.
11870
58a84dcf
SA
118712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11872
191a8a90
JB
11873 * gdb.mi/mi-vla-c99.exp: New file.
11874 * gdb.mi/vla.c: New file.
58a84dcf 11875
c8655f75
SA
118762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11877
11878 * gdb.base/vla-datatypes.c: New file.
11879 * gdb.base/vla-datatypes.exp: New file.
11880
024e13b4
SA
118812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11882
11883 * gdb.base/vla-ptr.c: New file.
11884 * gdb.base/vla-ptr.exp: New file.
11885
1a237e0e
SA
118862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11887
11888 * gdb.base/vla-multi.c: New file.
11889 * gdb.base/vla-multi.exp: New file.
11890
504f3432
SA
118912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11892
11893 * gdb.dwarf2/count.exp: New file.
11894
3bce8237
SA
118952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11896
191a8a90
JB
11897 * gdb.base/vla-sideeffect.c: New file.
11898 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 11899
322f9c21
YQ
119002014-04-11 Yao Qi <yao@codesourcery.com>
11901
11902 * gdb.base/completion.exp: Check file exists before running tests
11903 on file completion.
11904
d708bcd1
PA
119052014-04-10 Pedro Alves <palves@redhat.com>
11906
11907 * gdb.base/cond-eval-mode.c: New file.
11908 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11909 prepare_for_testing to build the new file. Check result of
11910 runto_main.
11911 (test_break, test_watch): New procedures.
11912 (top level): Use them.
11913
ae1d2761
PM
119142014-04-08 Pierre Muller <muller@sourceware.org>
11915
11916 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11917 Ctrl-V use for mingw hosts.
11918
7af389b8
SC
119192014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11920
11921 * gdb.python/py-value.c: Improve test case.
11922 * gdb.python/py-value.exp: Add new test.
11923
5e703181
DE
119242014-04-07 David Blaikie <dblaikie@gmail.com>
11925
11926 * lib/compiler.c: Identify the clang compiler.
11927 * lib/compiler.cc: Ditto.
11928
9810b410
YQ
119292014-04-03 Yao Qi <yao@codesourcery.com>
11930
11931 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11932
98d1b8dc
AB
119332014-04-01 Anton Blanchard <anton@samba.org>
11934
11935 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11936 messages unique.
11937
3114cea1
AB
119382014-04-01 Anton Blanchard <anton@samba.org>
11939
11940 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11941 prepare_for_testing.
11942
62f7182c
AB
119432014-04-01 Anton Blanchard <anton@samba.org>
11944
11945 * gdb.arch/ppc64-atomic-inst.c: Remove.
11946 * gdb.arch/ppc64-atomic-inst.S: New file.
11947 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11948
770e7fc7
DE
119492014-03-31 Doug Evans <dje@google.com>
11950
11951 * gdb.base/print-symbol-loading-lib.c: New file.
11952 * gdb.base/print-symbol-loading-main.c: New file.
11953 * gdb.base/print-symbol-loading.exp: New file.
11954
46e2bafa
YQ
119552014-03-31 Yao Qi <yao@codesourcery.com>
11956
11957 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11958
8776cfe9
JB
119592014-03-28 Joel Brobecker <brobecker@adacore.com>
11960
11961 * gdb.ada/mi_dyn_arr: New testcase.
11962
5d1ef361
DE
119632014-03-27 Doug Evans <dje@google.com>
11964
11965 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11966
b5bee914
YQ
119672014-03-27 Yao Qi <yao@codesourcery.com>
11968
11969 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11970 if target is nios2-*-*.
11971
0d4d0e77
YQ
119722014-03-26 Yao Qi <yao@codesourcery.com>
11973
11974 * lib/gdb.exp (readline_is_used): New proc.
11975 * gdb.base/completion.exp: Move tests on command complete up.
11976 Skip the rest of tests if readline is not used.
11977 * gdb.ada/complete.exp: Skp the test if readline is not
11978 used.
11979 * gdb.base/filesym.exp: Likewise.
11980 * gdb.base/macscp.exp: Likewise.
11981 * gdb.base/readline-ask.exp: Likewise.
11982 * gdb.base/readline.exp: Likewise.
11983 * gdb.python/py-cmd.exp: Likewise.
11984 * gdb.trace/tfile.exp: Likewise.
11985
29361eee
YQ
119862014-03-26 Yao Qi <yao@codesourcery.com>
11987
11988 * gdb.base/macscp.exp: Fix code format issues.
11989
bc9a5525
UW
119902014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11991
11992 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11993 * gdb.asm/powerpc64le.inc: New file.
11994
d3839ede
PA
119952014-03-25 Pedro Alves <palves@redhat.com>
11996 Doug Evans <dje@google.com>
11997
11998 * gdb.base/source-execution.c: New file.
11999 * gdb.base/source-execution.exp: New file.
12000 * gdb.base/source-execution.gdb: New file.
12001
01672a57
DE
120022014-03-24 Doug Evans <dje@google.com>
12003
12004 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
12005 using fission.
12006
88bbeca9
HZ
120072014-03-24 Hui Zhu <hui@codesourcery.com>
12008 Pedro Alves <palves@redhat.com>
12009
12010 PR breakpoints/16101
12011 * gdb.base/dprintf.exp: Use unsupported rather than changing the
12012 test pass/fail messages. Detect missing support for dprintf when
12013 breakpoints are actually inserted.
12014 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
12015 breakpoints are actually inserted.
12016 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
12017 fails.
12018
d2348791
JK
120192014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12020
12021 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
12022
feef67ab
DE
120232014-03-22 Doug Evans <xdje42@gmail.com>
12024
12025 * gdb.python/python.exp (python not supported): Verify multi-line
12026 python command issues an error.
25d743f9 12027 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 12028 guile command issues an error.
feef67ab 12029
ecebef6a
MR
120302014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
12031
12032 * gdb.threads/thread-specific.exp: Handle the lack of usable
12033 $this_breakpoint and $this_thread.
12034
ccdd1909
HZ
120352014-03-21 Hui Zhu <hui@codesourcery.com>
12036
12037 * gdb.base/attach.exp (do_command_attach_tests): New.
12038
beb460e8
PA
120392014-03-20 Tom Tromey <tromey@redhat.com>
12040 Pedro Alves <palves@redhat.com>
12041
12042 PR cli/15718
12043 * gdb.base/condbreak-call-false.c: New file.
12044 * gdb.base/condbreak-call-false.exp: New file.
12045
40acf43a
PA
120462014-03-20 Pedro Alves <palves@redhat.com>
12047
12048 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
12049 Delete.
12050 (block_signals, unblock_signals): Delete.
12051 (child_function_2, main): Remove references to deleted variable
12052 and functions.
12053
9f5e1e02
PA
120542014-03-20 Pedro Alves <palves@redhat.com>
12055
12056 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
12057 Use pthread_kill to signal thread 2.
12058 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12059 Adjust to make the test send itself a signal rather than using the
12060 host's "kill" command.
12061
99619bea
PA
120622014-03-20 Pedro Alves <palves@redhat.com>
12063
12064 * gdb.threads/multiple-step-overs.c: New file.
12065 * gdb.threads/multiple-step-overs.exp: New file.
12066 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12067 Adjust expected infrun debug output.
12068
2adfaa28
PA
120692014-03-20 Pedro Alves <palves@redhat.com>
12070
12071 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
12072 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
12073
31e77af2
PA
120742014-03-20 Pedro Alves <palves@redhat.com>
12075
12076 PR breakpoints/7143
12077 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
12078 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
12079 of gdb_test_multiple.
12080 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
12081 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
12082
b9f437de
PA
120832014-03-20 Pedro Alves <palves@redhat.com>
12084
12085 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
12086 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
12087
05adc73e
PA
120882014-03-19 Pedro Alves <palves@redhat.com>
12089
12090 * gdb.base/async.exp: Remove early return.
12091
6048b950
PA
120922014-03-19 Pedro Alves <palves@redhat.com>
12093
12094 * gdb.base/async.exp (step& tests): Pass explicit test messages.
12095
8bcfb00a
PA
120962014-03-19 Pedro Alves <palves@redhat.com>
12097
12098 * gdb.base/async.exp (test_background): Expect \r\n after
12099 "completed." in the fail pattern.
12100
884e37dc
PA
121012014-03-19 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.base/async.exp (test_background): New procedure.
12104 Use it for all background execution command tests.
12105
148e57e2
PA
121062014-03-19 Pedro Alves <palves@redhat.com>
12107
12108 * gdb.base/async.exp: Use prepare_for_testing.
12109
f48088c7
PA
121102014-03-19 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
12113 the same line.
12114
e2f6c966
PA
121152014-03-19 Pedro Alves <palves@redhat.com>
12116
12117 * gdb.base/async.c (main): Add "jump here" and "until here" line
12118 marker comments.
12119 * gdb.base/async.exp (jump_here): New global.
12120 (jump& test): Use it.
12121 (until_here): New global.
12122 (until& test): Use it.
12123
c30568d4
PA
121242014-03-19 Pedro Alves <palves@redhat.com>
12125
12126 * gdb.base/async.exp: Don't frob gdb_protocol.
12127
0172b6a7
DE
121282014-03-18 Doug Evans <xdje42@gmail.com>
12129
12130 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
12131 Fix spelling of exec-done-display.
12132
06c868a8
JK
121332014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
12134
12135 PR gdb/15358
12136 * gdb.base/gdb-sigterm.c: New file.
12137 * gdb.base/gdb-sigterm.exp: New file.
12138
0c7e1a46
PA
121392014-03-18 Pedro Alves <palves@redhat.com>
12140
12141 PR gdb/13860
12142 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
12143 * lib/mi-support.exp (mi_expect_stop): Add special handling for
12144 solib-event.
12145
f7c77d93
JB
121462014-03-17 Joel Brobecker <brobecker@adacore.com>
12147
12148 * gdb.ada/pckd_arr_ren: New testcase.
12149
5a1e8c7a
DE
121502014-03-13 Doug Evans <xdje42@gmail.com>
12151
12152 PR guile/16612
12153 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
12154 collect after discarding symbols.
12155
350e1a76
DE
121562014-03-13 Ludovic Courtès <ludo@gnu.org>
12157 Doug Evans <xdje42@gmail.com>
12158
12159 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
12160 to history survives a gc.
12161
a69900ae
PA
121622014-03-13 Pedro Alves <palves@redhat.com>
12163
12164 * gdb.base/default.exp: Don't test "target procfs".
12165
5db9f0bd
PA
121662014-03-13 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.base/default.exp: Update "target child" and "target procfs"
12169 tests to not expect "Unix".
12170
b3ccfe11
TT
121712014-03-12 Tom Tromey <tromey@redhat.com>
12172
12173 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
12174 New procs. Add target-async tests.
12175 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
12176 Add target-async tests.
12177
646f4417
AA
121782014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12179
12180 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
12181 'func_start' and 'func_end' for the beginning and end of the
12182 function code, respectively.
12183 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
12184 'func_end' instead of 'func' and 'main'.
12185
288c211f
AA
121862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12187
12188 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
12189 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
12190 generate the debug info assembler source.
12191
e0c0f156
AA
121922014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12193
12194 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
12195 * gdb.dwarf2/arr-subrange.exp: Likewise.
12196 * gdb.dwarf2/dwz.exp: Likewise.
12197 * gdb.dwarf2/method-ptr.exp: Likewise.
12198 * gdb.dwarf2/missing-sig-type.exp: Likewise.
12199 * gdb.dwarf2/subrange.exp: Likewise.
12200 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
12201 * gdb.dwarf2/implptrpiece.exp: Likewise.
12202 * gdb.dwarf2/nostaticblock.exp: Likewise.
12203
0e5c4555
AA
122042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12205
12206 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
12207 directory to absolute path name arguments.
12208
5ec18f2b
JG
122092014-03-10 Joel Brobecker <brobecker@adacore.com>
12210
12211 * gdb.ada/tagged_access: New testcase.
12212
847fc4f2
MM
122132014-03-07 Markus Metzger <markus.t.metzger@intel.com>
12214
12215 * gdb.btrace/data.exp: Update expected output.
12216
cc3da688
YQ
122172014-03-06 Yao Qi <yao@codesourcery.com>
12218
12219 * gdb.trace/pr16508.exp: New file.
12220
0f26cec1
PA
122212014-03-05 Pedro Alves <palves@redhat.com>
12222
12223 PR gdb/16575
12224 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
12225 procedure.
12226 (top level): Adjust to use it. Add tests that exercise breakpoint
12227 interaction with the code-cache.
12228
7a5a839f
LC
122292014-02-26 Ludovic Courtès <ludo@gnu.org>
12230
12231 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
12232 test for 'history-append!'.
12233
31aa7e4e
JB
122342014-02-26 Joel Brobecker <brobecker@adacore.com>
12235
12236 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
12237 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
12238 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
12239 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
12240 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
12241 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
12242
1b588015
JB
122432014-02-26 Joel Brobecker <brobecker@adacore.com>
12244
12245 * testsuite/gdb.python/py-pp-re-notag.c: New file.
12246 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
12247 * testsuite/gdb.python/py-pp-re-notag.p: New file.
12248
55426c9d
JB
122492014-02-26 Joel Brobecker <brobecker@adacore.com>
12250
12251 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
12252
dc53a7ad
JB
122532014-02-26 Joel Brobecker <brobecker@adacore.com>
12254
12255 * gdb.dwarf2/arr-stride.c: New file.
12256 * gdb.dwarf2/arr-stride.exp: New file.
12257
12ab52e9
PA
122582014-02-26 Pedro Alves <palves@redhat.com>
12259
12260 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
12261 that won't ever trigger. Make sure that GDB reports the correct
12262 breakpoint that caused the stop.
12263
849c862e
JK
122642014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12265
12266 PR gdb/16626
12267 * gdb.base/auto-load-script: New file.
12268 * gdb.base/auto-load.c: New file.
12269 * gdb.base/auto-load.exp: New file.
12270
71b7d793
JK
12271 PR gdb/16626
12272 * gdb.base/auto-load.exp: Fix out-of-srctree run.
12273
e2f0d509
JK
122742014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12275
12276 Fix dw2-icycle.exp -fsanitize=address GDB crash.
12277 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
12278
50cc37c8
DE
122792014-02-24 Doug Evans <dje@google.com>
12280
12281 * lib/gdb.exp (run_on_host): Log error output if program fails.
12282
ea4758f2
PA
122832014-02-21 Pedro Alves <palves@redhat.com>
12284
12285 * gdb.threads/step-after-sr-lock.c: Rename to ...
12286 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
12287 * gdb.threads/step-after-sr-lock.exp: Rename to ...
12288 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12289 ... this.
12290
d7b30f67
SDJ
122912014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
12292
12293 PR tdep/16397
12294 * gdb.arch/amd64-stap-special-operands.exp: New file.
12295 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
12296 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
12297 * gdb.arch/amd64-stap-triplet.S: Likewise.
12298 * gdb.arch/amd64-stap-triplet.c: Likewise.
12299
83deb43f
JB
123002014-02-20 Joel Brobecker <brobecker@adacore.com>
12301
12302 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
12303 in .section pseudo-op.
12304
adde2bff
DE
123052014-02-20 lin zuojian <manjian2006@gmail.com>
12306 Joel Brobecker <brobecker@adacore.com>
12307 Doug Evans <xdje42@gmail.com>
12308
12309 PR symtab/16581
12310 * gdb.dwarf2/dw2-icycle.S: New file.
12311 * gdb.dwarf2/dw2-icycle.c: New file.
12312 * gdb.dwarf2/dw2-icycle.exp: New file.
12313
f7bd0f78
SC
123142014-02-19 Siva Chandra Reddy <sivachandra@google.com>
12315
12316 * gdb.python/py-value-cc.cc: Improve test case to enable testing
12317 operations on gdb.Value objects.
12318 * gdb.python/py-value-cc.exp: Add new test to test operations on
12319 gdb.Value objects.
12320
c17ef0d5
DE
123212014-02-18 Doug Evans <dje@google.com>
12322
12323 * Makefile.in (TESTS): New variable.
12324 (expanded_tests, expanded_tests_or_none): New variables
12325 (check-single): Pass $(expanded_tests_or_none) to runtest.
12326 (check-parallel): Only run tests in $(TESTS) if non-empty.
12327 (check/no-matching-tests-found): New rule.
12328 * README: Document TESTS makefile variable.
12329
5dd3176f
DE
123302014-02-18 Doug Evans <dje@google.com>
12331
12332 * Makefile.in (check-parallel): rm -rf outputs temp.
12333
0b10be4f
JK
123342014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12335
12336 Fix "ERROR: no fileid for" in the testsuite.
12337 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
12338
85f224e7
DE
123392014-02-12 Doug Evans <dje@google.com>
12340
12341 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
12342 (MISCELLANEOUS): New variable.
12343 (clean): rm -rf $(MISCELLANEOUS).
12344 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
12345 dwp live in the same directory as symlinks, with each symlink pointed
12346 to a differently named file in a different directory.
12347
149b30ff
DE
123482014-02-11 Doug Evans <dje@google.com>
12349
12350 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
12351 of Tcl file commands.
12352
1dfdac32
MK
123532014-02-10 Mark Kettenis <kettenis@gnu.org>
12354
12355 * gdb.threads/step-after-sr-lock.exp: Avoid executing
12356 "kill -SIGUSR1 -1".
12357
aa4fb036
JB
123582014-02-10 Joel Brobecker <brobecker@adacore.com>
12359
12360 * gdb.ada/tick_length_array_enum_idx: New testcase.
12361
ed3ef339
DE
123622014-02-10 Doug Evans <xdje42@gmail.com>
12363
12364 * configure.ac (AC_OUTPUT): Add gdb.guile.
12365 * configure: Regenerate.
12366 * lib/gdb-guile.exp: New file.
12367 * lib/gdb.exp (get_target_charset): New function.
12368 * gdb.base/help.exp: Update expected output from "apropos apropos".
12369 * gdb.guile/Makefile.in: New file.
12370 * gdb.guile/guile.exp: New file.
12371 * gdb.guile/scm-arch.c: New file.
12372 * gdb.guile/scm-arch.exp: New file.
12373 * gdb.guile/scm-block.c: New file.
12374 * gdb.guile/scm-block.exp: New file.
12375 * gdb.guile/scm-breakpoint.c: New file.
12376 * gdb.guile/scm-breakpoint.exp: New file.
12377 * gdb.guile/scm-disasm.c: New file.
12378 * gdb.guile/scm-disasm.exp: New file.
12379 * gdb.guile/scm-equal.c: New file.
12380 * gdb.guile/scm-equal.exp: New file.
12381 * gdb.guile/scm-error.exp: New file.
12382 * gdb.guile/scm-error.scm: New file.
12383 * gdb.guile/scm-frame-args.c: New file.
12384 * gdb.guile/scm-frame-args.exp: New file.
12385 * gdb.guile/scm-frame-args.scm: New file.
12386 * gdb.guile/scm-frame-inline.c: New file.
12387 * gdb.guile/scm-frame-inline.exp: New file.
12388 * gdb.guile/scm-frame.c: New file.
12389 * gdb.guile/scm-frame.exp: New file.
12390 * gdb.guile/scm-generics.exp: New file.
12391 * gdb.guile/scm-gsmob.exp: New file.
12392 * gdb.guile/scm-iterator.c: New file.
12393 * gdb.guile/scm-iterator.exp: New file.
12394 * gdb.guile/scm-math.c: New file.
12395 * gdb.guile/scm-math.exp: New file.
12396 * gdb.guile/scm-objfile-script-gdb.in: New file.
12397 * gdb.guile/scm-objfile-script.c: New file.
12398 * gdb.guile/scm-objfile-script.exp: New file.
12399 * gdb.guile/scm-objfile.c: New file.
12400 * gdb.guile/scm-objfile.exp: New file.
12401 * gdb.guile/scm-ports.exp: New file.
12402 * gdb.guile/scm-pretty-print.c: New file.
12403 * gdb.guile/scm-pretty-print.exp: New file.
12404 * gdb.guile/scm-pretty-print.scm: New file.
12405 * gdb.guile/scm-section-script.c: New file.
12406 * gdb.guile/scm-section-script.exp: New file.
12407 * gdb.guile/scm-section-script.scm: New file.
12408 * gdb.guile/scm-symbol.c: New file.
12409 * gdb.guile/scm-symbol.exp: New file.
12410 * gdb.guile/scm-symtab-2.c: New file.
12411 * gdb.guile/scm-symtab.c: New file.
12412 * gdb.guile/scm-symtab.exp: New file.
12413 * gdb.guile/scm-type.c: New file.
12414 * gdb.guile/scm-type.exp: New file.
12415 * gdb.guile/scm-value-cc.cc: New file.
12416 * gdb.guile/scm-value-cc.exp: New file.
12417 * gdb.guile/scm-value.c: New file.
12418 * gdb.guile/scm-value.exp: New file.
12419 * gdb.guile/source2.scm: New file.
12420 * gdb.guile/types-module.cc: New file.
12421 * gdb.guile/types-module.exp: New file.
12422
7026a7c1
YQ
124232014-02-10 Yao Qi <yao@codesourcery.com>
12424
12425 PR testsuite/16543
12426 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
12427 * configure: Regenerated.
12428 * Makefile.in: New file.
12429
6c466447
AS
124302014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12431
12432 * gdb.python/py-framefilter.exp: Fix typo.
12433
6e854735
YQ
124342014-02-08 Yao Qi <yao@codesourcery.com>
12435
12436 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
12437 that no =breakpoint-modified is emitted when breakpoints are
12438 modified through MI commands.
12439
d137e6dc
PA
124402014-02-07 Pedro Alves <pedro@codesourcery.com>
12441 Pedro Alves <palves@redhat.com>
12442
12443 * gdb.threads/step-after-sr-lock.c: New file.
12444 * gdb.threads/step-after-sr-lock.exp: New file.
12445
b5ee5a50
PA
124462014-02-07 Pedro Alves <palves@redhat.com>
12447
12448 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
12449
3c77faf3
JK
124502014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12451
12452 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
12453 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
12454
6dddc817
DE
124552014-02-06 Doug Evans <xdje42@gmail.com>
12456
12457 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
12458 output.
12459
12460 * gdb.gdb/python-interrupts.exp: New file.
12461
de7b2893
YQ
124622014-02-05 Yao Qi <yao@codesourcery.com>
12463
12464 * gdb.trace/report.exp (use_collected_data): Test the output
12465 of "info threads" and "info inferiors".
12466
66d032ac
YQ
124672014-02-05 Yao Qi <yao@codesourcery.com>
12468
12469 Revert this patch:
12470
12471 2013-05-24 Yao Qi <yao@codesourcery.com>
12472
12473 * gdb.trace/tfile.exp: Test inferior and thread.
12474
591a12a1
UW
124752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12476
12477 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
12478 on a function.
12479 * gdb.base/step-bt.c: Call hello via function pointer to make
12480 sure its first instruction is executed on powerpc64le-linux.
12481
0ff3e01f
UW
124822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12483
12484 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
12485
084ee545
UW
124862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12487
12488 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
12489 of the test patterns for use on little-endian systems.
12490
6ed14ff3
UW
124912014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12492
12493 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
12494 (decimal_vector): Fix for little-endian.
12495
401e27fd
JM
124962014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
12497
12498 * gdb.arch/sparc-sysstep.exp: New file.
12499 * gdb.arch/sparc-sysstep.c: Likewise.
12500
12501 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
12502
8b924729
EBM
125032014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12504
12505 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
12506
fb151210
JB
125072014-01-23 Tom Tromey <tromey@redhat.com>
12508
12509 * gdb.ada/array_char_idx: New testcase.
12510
0740f8d8
TT
125112014-01-23 Tom Tromey <tromey@redhat.com>
12512
12513 PR python/16487:
12514 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
12515 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
12516 classes.
12517
21909fa1
TT
125182014-01-23 Tom Tromey <tromey@redhat.com>
12519
12520 PR python/16491:
12521 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
12522 string from an inferior frame.
12523 * gdb.python/py-framefilter-mi.exp: Update.
12524
87ce2a04
DE
125252014-01-22 Doug Evans <dje@google.com>
12526
12527 * gdb.server/server-mon.exp: Add tests for "set debug-format".
12528
237b092b
AA
125292014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12530
12531 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
12532
d674a709
AA
125332014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12534
12535 * gdb.trace/entry-values.exp: Remove excess space character from
12536 regex patterns. Handle s390 call instruction.
12537
20fa3390
AA
125382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12539
12540 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
12541 define "*_start" label. Make "name" static.
12542 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
12543 ${name} by references to ${name}_start.
12544
78466714
AA
125452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12546
12547 * gdb.base/info-macros.exp: Remove "debug" from the compile
12548 options.
12549
ec9f644a
IB
125502014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12551
12552 * gdb.dlang/demangle.exp: New file.
12553
94b1b47e
IB
125542014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12555
12556 * gdb.dlang/primitive-types.exp: New file.
12557
7f420862
IB
125582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12559
12560 * configure.ac: Create gdb.dlang/Makefile.
12561 * configure: Regenerate.
12562 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
12563 * gdb.dlang/Makefile.in: New file.
12564 * lib/d-support.exp: New file.
12565 * lib/gdb.exp (skip_d_tests): New proc.
12566
52834460
MM
125672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12568
12569 * gdb.btrace/delta.exp: Check reverse stepi.
12570 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
12571 * gdb.btrace/finish.exp: New.
12572 * gdb.btrace/next.exp: New.
12573 * gdb.btrace/nexti.exp: New.
12574 * gdb.btrace/record_goto.c: Add comments.
12575 * gdb.btrace/step.exp: New.
12576 * gdb.btrace/stepi.exp: New.
12577 * gdb.btrace/multi-thread-step.c: New.
12578 * gdb.btrace/multi-thread-step.exp: New.
12579 * gdb.btrace/rn-dl-bind.c: New.
12580 * gdb.btrace/rn-dl-bind.exp: New.
12581 * gdb.btrace/data.c: New.
12582 * gdb.btrace/data.exp: New.
12583 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12584
6e07b1d2
MM
125852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12586
12587 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
12588 * gdb.btrace/exception.exp: Update.
12589 * gdb.btrace/instruction_history.exp: Update.
12590 * gdb.btrace/record_goto.exp: Update.
12591 * gdb.btrace/tailcall.exp: Update.
12592 * gdb.btrace/unknown_functions.exp: Update.
12593 * gdb.btrace/delta.exp: New.
12594
0b722aec
MM
125952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12596
12597 * gdb.btrace/record_goto.exp: Add backtrace test.
12598 * gdb.btrace/tailcall.exp: Add backtrace test.
12599
066ce621
MM
126002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12601
12602 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
12603 * gdb.btrace/record_goto.c: New.
12604 * gdb.btrace/record_goto.exp: New.
12605 * gdb.btrace/x86-record_goto.S: New.
12606
0688d04e
MM
126072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12608
12609 * gdb.btrace/function_call_history.exp: Update tests.
12610 * gdb.btrace/instruction_history.exp: Update tests.
12611
8710b709
MM
126122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12613
12614 * gdb.btrace/function_call_history.exp: Fix expected field
12615 order for "record function-call-history".
12616 Add new tests for "record function-call-history /c".
12617 * gdb.btrace/exception.cc: New.
12618 * gdb.btrace/exception.exp: New.
12619 * gdb.btrace/tailcall.exp: New.
12620 * gdb.btrace/x86-tailcall.S: New.
12621 * gdb.btrace/x86-tailcall.c: New.
12622 * gdb.btrace/unknown_functions.c: New.
12623 * gdb.btrace/unknown_functions.exp: New.
12624 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12625
5de9129b
MM
126262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12627
12628 * gdb.btrace/instruction_history.exp: Update.
12629 * gdb.btrace/function_call_history.exp: Update.
12630
23a7fe75
MM
126312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12632
12633 * gdb.btrace/function_call_history.exp: Fix expected function
12634 trace.
12635 * gdb.btrace/instruction_history.exp: Initialize traced.
12636 Remove traced_functions.
12637
724c7dd8
MM
126382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12639
12640 * gdb.btrace/function_call_history.exp: Update
12641 * gdb.btrace/instruction_history.exp: Update.
12642
6d78d93b
MM
126432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12644
12645 * gdb.btrace/enable.exp: Update expected text.
12646
93a360cc
OJ
126472014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12648
12649 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12650 bytes.
12651
3772b53f
MR
126522014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12653
12654 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
12655
596662fa
OJ
126562014-01-15 Omair Javaid <omair.javaid@linaro.org>
12657
12658 * lib/gdb.exp (supports_process_record): Return true for
12659 arm*-linux*. (supports_reverse): Likewise.
12660
b5b08fb4
SC
126612014-01-13 Siva Chandra Reddy <sivachandra@google.com>
12662
12663 PR python/15464
12664 PR python/16113
12665 * gdb.python/py-type.c: Enhance test case.
12666 * gdb.python/py-value-cc.cc: Likewise
12667 * gdb.python/py-type.exp: Add new tests.
12668 * gdb.python/py-value-cc.exp: Likewise
12669
52d7fb13
AA
126702014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12671 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12674 Make "name" extern.
12675 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12676 references to ${name}_start by references to ${name}.
12677
a2cd8cfe
JB
126782014-01-10 Joel Brobecker <brobecker@adacore.com>
12679
12680 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12681
4e23fced
JB
126822014-01-10 Joel Brobecker <brobecker@adacore.com>
12683
12684 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12685
c6a9e42c
PA
126862014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12687 Pedro Alves <palves@redhat.com>
12688
12689 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 12690 mi_gdb_target_load.
c6a9e42c 12691
b7ea362b
PA
126922014-01-08 Pedro Alves <palves@redhat.com>
12693
12694 * gdb.threads/reconnect-signal.c: New file.
12695 * gdb.threads/reconnect-signal.exp: New file.
12696
5e3f4fab
EBM
126972014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12698
12699 * gdb.base/source-dir.exp: New file.
12700
79301218
JB
127012014-01-07 Joel Brobecker <brobecker@adacore.com>
12702
12703 * gdb.ada/mi_interface: New testcase.
12704
8e355c5d
JB
127052014-01-07 Joel Brobecker <brobecker@adacore.com>
12706
12707 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12708 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12709 gdb.ada/pp-rec-component/pck.ads: New files.
12710
c0d48811
JB
127112014-01-07 Joel Brobecker <brobecker@adacore.com>
12712
12713 * gdb.python/py-pp-integral.c: New file.
12714 * gdb.python/py-pp-integral.py: New file.
12715 * gdb.python/py-pp-integral.exp: New file.
12716
17b609c3 12717For older changes see ChangeLog-1993-2013.
c906108c 12718\f
8d8cb839
EZ
12719;; Local Variables:
12720;; mode: change-log
12721;; left-margin: 8
12722;; fill-column: 74
12723;; version-control: never
12724;; End:
902f2ccb 12725
61baf725 12726 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
12727 Copying and distribution of this file, with or without modification,
12728 are permitted provided the copyright notice and this notice are preserved.
This page took 3.003539 seconds and 4 git commands to generate.