Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
8aed1c0d
PA
12017-10-12 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/attach.exp: Remove references to gdb64.
4 * gdb.base/dbx.exp: Remove references to gdb64.
5
cfa34c87
SM
62017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7 Pedro Alves <palves@redhat.com>
8
9 * gdb.base/label.exp: Remove is_remote target check.
10
9192b7de
PA
112017-10-12 Pedro Alves <palves@redhat.com>
12
13 * gdb.base/auvx.exp (coredir): Update comment.
14 (top level) <core_works>: Use "set cwd" command instead of "cd"
15 command.
16
6bf0052d
PA
172017-10-12 Pedro Alves <palves@redhat.com>
18 Simon Marchi <simon.marchi@polymtl.ca>
19
20 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
21 target boards.
22
e48ef82d
PA
232017-10-12 Pedro Alves <palves@redhat.com>
24 Simon Marchi <simon.marchi@polymtl.ca>
25
26 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
27 Instead skip if there's any gdb_protocol set.
28
8d7aea57
SM
292017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
30 Pedro Alves <palves@redhat.com>
31
32 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
33
30440677
PA
342017-10-12 Pedro Alves <palves@redhat.com>
35 Simon Marchi <simon.marchi@polymtl.ca>
36
37 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
38 instead of on dejagnu remote boards.
39
4e04f045
PA
402017-10-12 Pedro Alves <palves@redhat.com>
41 Simon Marchi <simon.marchi@polymtl.ca>
42
43 * gdb.base/inferior-died.exp: Remove is_remote and isnative
44 checks. Use build_executable + clean_restart instead of
45 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
46 of enabling non-stop after starting gdb.
47
871a186e
PA
482017-10-12 Pedro Alves <palves@redhat.com>
49
50 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
51 * gdb.threads/non-ldr-exc-2.exp: Ditto.
52 * gdb.threads/non-ldr-exc-3.exp: Ditto.
53 * gdb.threads/non-ldr-exc-4.exp: Ditto.
54
56d704da
AK
552017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
56
57 * gdb.arch/arc-tdesc-cpu.exp: New file.
58 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
59
2f20e312
SM
602017-10-10 Simon Marchi <simon.marchi@ericsson.com>
61
62 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
63
65630365
PA
642017-10-10 Pedro Alves <palves@redhat.com>
65
66 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
67 expect CLI output.
68
bf469271
PA
692017-10-10 Pedro Alves <palves@redhat.com>
70
71 * lib/selftest-support.exp (selftest_setup): Update for
72 captured_command_loop's prototype change.
73
777a42f1
PA
742017-10-09 Pedro Alves <palves@redhat.com>
75
76 Test both arch1=>arch2 and arch2=>arch1.
77
78 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
79 (srcfile2, binfile2, march1, march2): Remove globals. Largely
80 factored out to...
81 (append_arch1_options, append_arch2_options, append_arch_options)
82 (build_executables): New procedures.
83 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
84 local.
85 (top level): Add new 'first_arch' testing axis.
86
cbd2b4e3
PA
872017-10-09 Pedro Alves <palves@redhat.com>
88
89 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
90 (barrier): New.
91 (thread_start, all_started): New functions.
92 (main): Spawn new thread and wait until it is scheduled.
93 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
94 option.
95 (do_test): Add 'selected_thread' parameter. Run to all_started
96 instead of main. Explicitly set the breakpoint at main. Switch
97 to the SELECTED_THREAD thread.
98 (top level): Test handling the exec event with either the main
99 thread or the second thread selected.
100
5c9e4427
PA
1012017-10-09 Pedro Alves <palves@redhat.com>
102
103 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
104 logic. Move STOP marker after the value checks.
105 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
106 regexp.
107
b3b7c423
SL
1082017-10-06 Sandra Loosemore <sandra@codesourcery.com>
109
110 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
111
3b4b2f16
UW
1122017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
113
114 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
115 integer-to-dfp conversion.
116 * gdb.base/dfp-test.exp: Likewise.
117
5cd63fda
PA
1182017-10-04 Pedro Alves <palves@redhat.com>
119
120 * gdb.multi/hangout.c: Include <unistd.h>.
121 (hangout_loop): New function.
122 (main): Call alarm. Call hangout_loop in a loop.
123 * gdb.multi/hello.c: Include <unistd.h>.
124 (hello_loop): New function.
125 (main): Call alarm. Call hangout_loop in a loop.
126 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
127 inferior with the other selected.
128
4c71c105
SM
1292017-10-04 Simon Marchi <simon.marchi@ericsson.com>
130
131 * gdb.mi/list-thread-groups-available.exp: New file.
132 * gdb.mi/list-thread-groups-available.c: New file.
133
bc3b087d
SDJ
1342017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
135
136 * gdb.base/set-cwd.exp: Make it available on
137 native-extended-gdbserver.
138
d092c5a2
SDJ
1392017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
140
141 * gdb.base/set-cwd.c: New file.
142 * gdb.base/set-cwd.exp: Likewise.
143
45320ffa
TT
1442017-10-02 Tom Tromey <tom@tromey.com>
145
146 PR rust/22236:
147 * gdb.rust/simple.rs (main): New variable "fslice".
148 * gdb.rust/simple.exp: Add slice tests. Update string tests.
149
b3e3859b
TT
1502017-10-02 Tom Tromey <tom@tromey.com>
151
152 * gdb.rust/simple.exp: Test ptype of a slice.
153
01af5e0d
TT
1542017-10-02 Tom Tromey <tom@tromey.com>
155
156 * gdb.rust/simple.exp: Test index of slice.
157
a9bbfbd8
TT
1582017-09-27 Tom Tromey <tom@tromey.com>
159
160 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
161
df8899e5
TP
1622017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
163 Pedro Alves <palves@redhat.com>
164
165 * gdb.base/compare-sections.exp (get value of read-only section): Read
166 as unsigned value.
167 (corrupt read-only section): Likewise and don't set written if patching
168 failed.
169
757bf54b
KB
1702017-09-21 Kevin Buettner <kevinb@redhat.com>
171
172 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
173 files.
174
06871ae8
PA
1752017-09-20 Pedro Alves <palves@redhat.com>
176
177 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
178 symbol names in gdb's output.
179 * gdb.cp/overload.exp ("list all overloads"): Likewise.
180
e5f25bc5
PA
1812017-09-20 Pedro Alves <palves@redhat.com>
182
183 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
184 Rename to ...
185 (test_list_ambiguous_symbol): ... this and add a symbol name
186 parameter. Adjust.
187 (test_list_ambiguous_function): Reimplement on top of
188 test_list_ambiguous_symbol and also test listing ambiguous
189 variables.
190 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
191 (ambiguous_fun): ... this.
192 (ambiguous_var): New.
193 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
194 (ambiguous_fun): ... this.
195 (ambiguous_var): New.
196
4e5a4f58
JB
1972017-09-19 John Baldwin <jhb@FreeBSD.org>
198
199 * gdb.base/starti.c: New file.
200 * gdb.base/starti.exp: New file.
201 * lib/gdb.exp (gdb_starti_cmd): New procedure.
202
26e53f3e
PA
2032017-09-14 Pedro Alves <palves@redhat.com>
204
205 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
206 (top level): Use it instead of runto.
207
cb791d59
TT
2082017-09-11 Tom Tromey <tom@tromey.com>
209
210 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
211
7c96f8c1
TT
2122017-09-11 Tom Tromey <tom@tromey.com>
213
214 * gdb.python/py-infthread.exp: Add tests for new_thread event.
215 * gdb.python/py-inferior.exp: Add tests for new inferior events.
216
469412dd
CW
2172017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
218
219 * gdb.fortran/printing-types.exp: New file.
220 * gdb.fortran/printing-types.exp: New file.
221
e0f86435
BH
2222017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
223
224 * gdb.fortran/vla-ptype.exp: Fix typos.
225 * gdb.fortran/vla-value.exp: Same.
226
9e9af4be
BH
2272017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
228
229 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
230 * gdb.mi/mi-var-child-f.exp: Likewise.
231 * gdb.mi/mi-vla-fortran.exp: Likewise.
232
a5ad232b
FP
2332017-09-08 Frank Penczek <frank.penczek@intel.com>
234 Christoph Weinmann <christoph.t.weinmann@intel.com>
235 Bernhard Heckel <bernhard.heckel@intel.com>
236
237 * gdb.fortran/ptr-indentation.f90: New file.
238 * gdb.fortran/ptr-indentation.exp: New file.
239
5aec60eb
TT
2402017-09-05 Tom Tromey <tom@tromey.com>
241
242 PR gdb/22010:
243 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
244
8f8f8152
TP
2452017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
246
247 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
248
fbd1b771
JK
2492017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
250
251 * gdb.threads/tls-nodebug-pie.c: New file.
252 * gdb.threads/tls-nodebug-pie.exp: New file.
253
5eb5f850
TT
2542017-09-05 Tom Tromey <tom@tromey.com>
255
256 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
257 for rust.
258
ae780a21
SM
2592017-09-05 Simon Marchi <simon.marchi@ericsson.com>
260
261 * gdb.multi/multi-arch-exec.exp: Test with different
262 "follow-exec-mode" settings.
263 (do_test): New procedure.
264
3693fdb3
PA
2652017-09-04 Pedro Alves <palves@redhat.com>
266
267 * gdb.base/func-static.c (S::method const, S::method volatile)
268 (S::method volatile const): New methods.
269 (c_s, v_s, cv_s): New instances.
270 (main): Call method() on them.
271 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
272 (cannot_resolve): New procedure.
273 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
274 print-quote-unquoted columns.
275 (do_test): Test printing each scope too.
276
e68cb8e0
PA
2772017-09-04 Pedro Alves <palves@redhat.com>
278
279 * gdb.base/local-static.exp: Also test with
280 class::method::variable wholly quoted.
281 * gdb.cp/m-static.exp (class::method::variable): Remove test.
282
858be34c
PA
2832017-09-04 Pedro Alves <palves@redhat.com>
284
285 * gdb.base/local-static.c: New.
286 * gdb.base/local-static.cc: New.
287 * gdb.base/local-static.exp: New.
288
46a4882b
PA
2892017-09-04 Pedro Alves <palves@redhat.com>
290
291 * gdb.asm/asm-source.exp: Add casts to int.
292 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
293 (dataglobal64_1, dataglobal64_2): New globals.
294 * gdb.base/nodebug.exp: Test different expressions involving the
295 new globals, with print, whatis and ptype. Add casts to int.
296 * gdb.base/solib-display.exp: Add casts to int.
297 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
298 * gdb.cp/m-static.exp: Add cast to int.
299 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
300 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
301 tls variable with no debug info without a cast. Test with a cast
302 to int too.
303 * gdb.trace/entry-values.exp: Add casts.
304
2c5a2be1
PA
3052017-09-04 Pedro Alves <palves@redhat.com>
306
307 * gdb.base/nodebug.exp: Test that ptype's error about functions
308 with unknown return type includes the function name too.
309
7022349d
PA
3102017-09-04 Pedro Alves <palves@redhat.com>
311
312 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
313 return type of munmap in infcall.
314 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
315 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
316 type of ftell in infcall.
317 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
318 type of getpid in infcall.
319 * gdb.base/infcall-exec.exp: Cast return type of execlp in
320 infcall.
321 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
322 Bail on failure to extract the pid.
323 * gdb.base/nodebug.c: #include <stdint.h>.
324 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
325 New functions.
326 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
327 Change expected output of print/whatis/ptype with functions with
328 no debug info. Test all supported languages. Call
329 test_call_promotion.
330 * gdb.compile/compile.exp: Adjust expected output to expect
331 warning.
332 * gdb.threads/siginfo-threads.exp: Likewise.
333
54990598
PA
3342017-09-04 Pedro Alves <palves@redhat.com>
335
336 * gdb.base/callfuncs.exp (do_function_calls): New parameter
337 "prototypes". Test calling float functions via prototyped and
338 unprototyped function pointers.
339 (perform_all_tests): New parameter "prototypes". Pass it down.
340 (top level): Pass down "prototypes" parameter to
341 perform_all_tests.
342
34d16ea2
SM
3432017-09-04 Simon Marchi <simon.marchi@ericsson.com>
344
345 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
346 Test with nested loops.
347
9521ecda
SM
3482017-09-04 Simon Marchi <simon.marchi@ericsson.com>
349
350 * gdb.base/commands.exp: Call the new procedures.
351 (loop_break_test, loop_continue_test): New procedures.
352
80a65e9b
SM
3532017-09-04 Simon Marchi <simon.marchi@ericsson.com>
354
355 * gdb.base/commands.exp: Call new procedure.
356 (define_if_without_arg_test): New procedure.
357
e439fa14
PA
3582017-09-04 Pedro Alves <palves@redhat.com>
359
360 * gdb.base/list-ambiguous.exp: New file.
361 * gdb.base/list-ambiguous0.c: New file.
362 * gdb.base/list-ambiguous1.c: New file.
363 * gdb.base/list.exp (test_list_range): Adjust expected output.
364
0a2dde4a
SDJ
3652017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
366
367 * gdb.base/share-env-with-gdbserver.c: New file.
368 * gdb.base/share-env-with-gdbserver.exp: Likewise.
369
5e89eb3a
SM
3702017-08-28 Simon Marchi <simon.marchi@ericsson.com>
371
372 * gdb.base/commands.exp (gdbvar_simple_if_test,
373 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
374 progvar_simple_if_test, progvar_simple_while_test,
375 progvar_complex_if_while_test, user_defined_command_test,
376 user_defined_command_args_eval,
377 user_defined_command_args_stack_test,
378 user_defined_command_manyargs_test, bp_deleted_in_command_test,
379 temporary_breakpoint_commands,
380 gdb_test_no_prompt, redefine_hook_test,
381 redefine_backtrace_test): Remove "global gdb_prompt".
382
fd437cbc
SM
3832017-08-28 Simon Marchi <simon.marchi@ericsson.com>
384
385 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
386 New proc, call it from toplevel.
387
87215ad1
SDJ
3882017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
389
390 PR remote/21852
391 * gdb.server/normal.c: New file, copied from gdb.base.
392 * gdb.server/run-without-local-binary.exp: New file.
393
58afddc6
WP
3942017-08-07 Weimin Pan <weimin.pan@oracle.com>
395
396 * gdb.arch/sparc64-adi.exp: New file.
397 * gdb.arch/sparc64-adi.c: New file.
398
5277199a
PA
3992017-08-22 Pedro Alves <palves@redhat.com>
400
401 * gdb.cp/overload.exp (line_range_pattern): New procedure.
402 (top level): Add "list all overloads" tests.
403
14278e1f
TT
4042017-08-22 Tom Tromey <tom@tromey.com>
405
406 * gdb.gdb/xfullpath.exp: Remove.
407
bf223d3e
PA
4082017-08-21 Pedro Alves <palves@redhat.com>
409
410 PR gdb/19487
411 * gdb.base/symbol-alias.c: New.
412 * gdb.base/symbol-alias2.c: New.
413 * gdb.base/symbol-alias.exp: New.
414
c973d0aa
PA
4152017-08-21 Pedro Alves <palves@redhat.com>
416
417 * gdb.base/dfp-test.c
418 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
419 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
420 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
421 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
422 * gdb.base/whatis-ptype-typedefs.c: New.
423 * gdb.base/whatis-ptype-typedefs.exp: New.
424 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
425 (an_int, an_int_type, an_int_type2): New globals.
426 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
427 involving typedefs and cast expressions.
428 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
429 (lookup_typedefs_function): New.
430 (typedefs_pretty_printers_dict): New.
431 (top level): Register lookup_typedefs_function in
432 gdb.pretty_printers.
433
6d580b63
YQ
4342017-08-18 Yao Qi <yao.qi@linaro.org>
435
436 * gdb.server/unittest.exp: New.
437
206726fb
SDJ
4382017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
439
440 PR gdb/21954
441 * gdb.base/environ.exp: Add test to check if 'unset environment'
442 works.
443
bf0ec4c2
AA
4442017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
445
446 * lib/gdb.exp (universal_compile_options): New caching proc.
447 (gdb_compile): Suppress GCC's coloring of messages.
448
d6382fff
TT
4492017-08-14 Tom Tromey <tom@tromey.com>
450
451 PR gdb/21675:
452 * gdb.base/printcmds.exp (test_radices): New function.
453 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
454 * gdb.base/sizeof.exp (check_valueof): Use p/d.
455 * lib/gdb.exp (get_integer_valueof): Use p/d.
456
c2c2dd9f
SM
4572017-08-12 Simon Marchi <simon.marchi@ericsson.com>
458
459 * lib/gdb.exp (get_valueof): Don't capture end-of-line
460 characters.
461
fdffd6f4
TT
4622017-08-05 Tom Tromey <tom@tromey.com>
463
464 * gdb.rust/simple.exp: Allow String to appear in a different
465 namespace.
466
27d41eac
YQ
4672017-07-26 Yao Qi <yao.qi@linaro.org>
468
469 * gdb.gdb/unittest.exp: Invoke command
470 "maintenance check xml-descriptions".
471
031ed05d
AA
4722017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
473
474 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
475 calling context.
476 (hex128): Drop erroneous calculation of parameters.
477
dcd27ddf
SM
4782017-07-22 Simon Marchi <simon.marchi@ericsson.com>
479
480 * gdb.python/py-unwind.exp: Disable stack protection when
481 building test file.
482
47e77640
PA
4832017-07-20 Pedro Alves <palves@redhat.com>
484
485 * gdb.base/default.exp (set language): Adjust expected output.
486
62d2a18a
PA
4872017-07-20 Pedro Alves <palves@redhat.com>
488
489 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
490 (test_minsym): ... this, and make static.
491 (get_pck__foo__bar__minsym): Rename to ...
492 (get_test_minsym): ... this.
493 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
494 symbol names and comments.
495 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
496 (get_test_minsym): ... this.
497 (pck__foo__bar__minsym__2): Rename to ...
498 (test_minsym): ... this.
499 (main): Adjust.
500
c45ec17c
PA
5012017-07-17 Pedro Alves <palves@redhat.com>
502
503 * gdb.base/completion.exp: Adjust expected output.
504 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
505 the completer works.
506
c6756f62
PA
5072017-07-17 Pedro Alves <palves@redhat.com>
508
509 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
510
5bd68487
AB
5112017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
512
513 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
514
8880f2a9
TT
5152017-07-14 Tom Tromey <tom@tromey.com>
516
517 PR rust/21764:
518 * gdb.rust/simple.exp: Add tests.
519
65547233
TT
5202017-07-14 Tom Tromey <tom@tromey.com>
521
522 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
523
8f14146e
PA
5242017-07-14 Pedro Alves <palves@redhat.com>
525
526 * gdb.linespec/base/one/thefile.cc (z1): New function.
527 * gdb.linespec/base/two/thefile.cc (z2): New function.
528 * gdb.linespec/linespec.exp: Add tests.
529
b4365d02
AB
5302017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
531
532 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
533 to mi_create_breakpoint.
534
5d2cbaa5
AB
5352017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
538 mi_create_breakpoint.
539
11cb5716
IB
5402017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
541
542 * gdb.dlang/demangle.exp: Update for demangling changes.
543
03278692
TT
5442017-07-09 Tom Tromey <tom@tromey.com>
545
546 * gdb.dwarf2/shortpiece.exp: New file.
547
33c5cd75
DB
5482017-07-06 David Blaikie <dblaikie@gmail.com>
549
550 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
551 built from fissiont-multi-cu{1,2}.c.
552 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
553 except putting 'main' and 'func' in separate CUs in the same DWO file.
554 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
555 test.
556 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
557 test.
558
8455d262
PA
5592017-07-06 Pedro Alves <palves@redhat.com>
560
561 * gdb.python/py-unwind.exp: Test flushregs.
562
dc4bde35
SDJ
5632017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
564
565 PR cli/21688
566 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
567 tests for alias commands and trailing whitespace.
568
51ed89aa
SDJ
5692017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
570
571 PR cli/21688
572 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
573 procedure. Call it.
574
eb17d413
PA
5752017-06-29 Pedro Alves <palves@redhat.com>
576
577 * gdb.base/printcmds.exp: Add tests.
578
41664b45
DG
5792017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
580
581 PR gdb/21337
582 * gdb.base/reread-readsym.exp: New file.
583 * gdb.base/reread-readsym.c: New file.
584
75312ae3
KB
5852017-06-21 Kevin Buettner <kevinb@redhat.com>
586
587 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
588 subpattern.
589
66953522
PB
5902017-06-19 Peter Bergner <bergner@vnet.ibm.com>
591
592 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
593 extended mnemonic.
594 * gdb.arch/powerpc-power9.s: Likewise.
595
5524b525
AA
5962017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
597
598 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
599 on 32-bit x86 targets. Exploit is_*_target macros where
600 appropriate.
601
03c8af18
AA
6022017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
603
604 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
605 register pieces.
606
3bf31011
AA
6072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
608
609 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
610 located in one or more DWARF pieces.
611
805acca0
AA
6122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
613
614 * lib/gdb.exp (get_endianness): New proc.
615 * gdb.arch/aarch64-fp.exp: Use it.
616 * gdb.arch/altivec-regs.exp: Likewise.
617 * gdb.arch/e500-regs.exp: Likewise.
618 * gdb.arch/vsx-regs.exp: Likewise.
619 * gdb.base/dump.exp: Likewise.
620 * gdb.base/funcargs.exp: Likewise.
621 * gdb.base/gnu_vector.exp: Likewise.
622 * gdb.dwarf2/formdata16.exp: Likewise.
623 * gdb.dwarf2/implptrpiece.exp: Likewise.
624 * gdb.dwarf2/nonvar-access.exp: Likewise.
625 * gdb.python/py-inferior.exp: Likewise.
626 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
627
e9352324
AA
6282017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
629
630 PR gdb/21226
631 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
632 stack value pieces are taken from the LSB end.
633
d5d1163e
AA
6342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
635
636 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
637 variable at nonzero offset.
638
0567c986
AA
6392017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
640
641 * gdb.dwarf2/var-access.c: New file.
642 * gdb.dwarf2/var-access.exp: New test.
643 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
644
973e9aab
TT
6452017-06-12 Tom Tromey <tom@tromey.com>
646
647 * gdb.dwarf2/formdata16.exp: Add tests.
648
d9109c80
TT
6492017-06-12 Tom Tromey <tom@tromey.com>
650
651 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
652
30a25466
TT
6532017-06-12 Tom Tromey <tom@tromey.com>
654
655 PR exp/16225:
656 * gdb.reverse/i386-sse-reverse.exp: Update tests.
657 * gdb.arch/vsx-regs.exp: Update tests.
658 * gdb.arch/s390-vregs.exp (hex128): New proc.
659 Update test.
660 * gdb.arch/altivec-regs.exp: Update tests.
661
aefd8b33
SDJ
6622017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
663
664 * gdb.base/startup-with-shell.c: New file.
665 * gdb.base/startup-with-shell.exp: Likewise.
666
2090129c
SDJ
6672017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
668
669 * gdb.server/non-existing-program.exp: Update regex in order to
670 reflect the fact that gdbserver is now using fork_inferior (with a
671 shell) to startup the inferior.
672
8e86a419
SM
6732017-05-30 Simon Marchi <simon.marchi@ericsson.com>
674
675 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
676 support function calls from GDB.
677
e6cf65f2
TT
6782017-05-21 Tom Tromey <tom@tromey.com>
679
680 PR rust/21466:
681 * gdb.rust/unsized.exp: New file.
682 * gdb.rust/unsized.rs: New file.
683
43cc5389
TT
6842017-05-19 Tom Tromey <tom@tromey.com>
685
686 PR rust/21484:
687 * gdb.rust/watch.exp: New file.
688 * gdb.rust/watch.rs: New file.
689
ec8df234
TT
6902017-05-18 Tom Tromey <tom@tromey.com>
691
692 * gdb.rust/simple.exp: Allow Box to be qualified.
693
3e3e7fae
TP
6942017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
695
696 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
697
59cc050d
PA
6982017-05-18 Pedro Alves <palves@redhat.com>
699
700 * gdb.base/fileio.c (test_write, test_read, test_close)
701 (test_fstat): Don't print 'ret' in the fail path.
702
c8f6abd1
PA
7032017-05-18 Pedro Alves <palves@redhat.com>
704
705 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
706 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
707 (test_system, test_rename, test_unlink, test_time): Change
708 prototypes.
709 * gdb.base/fileio.exp (stop_msg): Adjust.
710
d2a03b77
PA
7112017-05-18 Pedro Alves <palves@redhat.com>
712
713 * gdb.base/fileio.c (null_str): New global.
714 (test_stat): Use it.
715 * gdb.base/fileio.exp: Remove nowarnings.
716
0d5c6999
YQ
7172017-05-17 Yao Qi <yao.qi@linaro.org>
718
719 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
720
21873064
YQ
7212017-05-17 Simon Marchi <simon.marchi@ericsson.com>
722
723 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
724 argument command.
725 (top-level): Invoke test_set_inferior_tty.
726
d512d31c
PA
7272017-05-04 Pedro Alves <palves@redhat.com>
728
729 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
730 Add parens to print call for Python 3.
731
90cef2ed
KS
7322017-05-03 Keith Seitz <keiths@redhat.com>
733
734 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
735 (main): Call it.
736
14f819c8
TW
7372017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
738
739 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
740 to prev and next.
741
913aeadd
TW
7422017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
743
744 * gdb.python/py-record-btrace.exp: Remove test for
745 gdb.BtraceInstruction.error.
746
a3be24ad
TW
7472017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
748
749 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
750
ae20e79a
TW
7512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
752
753 * gdb.python/py-record-btrace-threads.c: New file.
754 * gdb.python/py-record-btrace-threads.exp: New file.
755
45ce1b47
SDJ
7562017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
757
758 PR testsuite/8595
759 * gdb.base/environ.exp: Make test available in all architectures.
760 Move bits related to "info program" testing to
761 gdb.base/info-program.exp. Rewrite tests to use the two new
762 procedures mentione below.
763 (test_set_show_env_var) New procedure.
764 (test_set_show_env_var_equal): Likewise.
765 * gdb.base/info-program.exp: New file.
766
e15c3eb4
KS
7672017-04-27 Keith Seitz <keiths@redhat.com>
768
769 * gdb.cp/oranking.cc (test15): New function.
770 (main): Call test15 and declare additional variables for testing.
771 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
772 "p foo101('abc')" tests.
773 Add tests for cv qualifier overloads.
774 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
775 "lvalue reference overload" test.
776 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
777 "print value of f1 on Child&& in f2" test.
778
3a3fd0fd
PA
7792017-04-19 Pedro Alves <palves@redhat.com>
780
781 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
782 procedure.
783 (top level): Call it.
784 * lib/gdb.exp (gdb_define_cmd): New procedure.
785
53375380
PA
7862017-04-12 Pedro Alves <palves@redhat.com>
787
788 PR gdb/21323
789 * gdb.cp/wide_char_types.c: Include <wchar.h>.
790 (wchar): New global.
791 * gdb.cp/wide_char_types.exp (wide_char_types_program)
792 (do_test_wide_char, wide_char_types_no_program, top level): Add
793 wchar_t testing.
794
53e710ac
PA
7952017-04-12 Pedro Alves <palves@redhat.com>
796
797 PR c++/21323
798 * gdb.cp/wide_char_types.c: New file.
799 * gdb.cp/wide_char_types.exp: New file.
800
0ad9d8c7
SDJ
8012017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
802
803 PR gdb/21352
804 * gdb.trace/tsv.exp: Add test for "tsave -r".
805
b1b45502
IB
8062017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
807
808 * gdb.dlang/watch-loc.c: New file.
809 * gdb.dlang/watch-loc.exp: New file.
810
ec13808e
JK
8112017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
812
813 * gdb.python/py-section-script.exp (sepdebug): New testcases.
814
fe5f7374
AK
8152017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
816
817 * gdb.arch/arc-analyze-prologue.S: New file.
818 * gdb.arch/arc-analyze-prologue.exp: Likewise.
819
eea78757
AK
8202017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
821
822 * gdb.arch/arc-decode-insn.S: New file.
823 * gdb.arch/arc-decode-insn.exp: Likewise.
824
5badf10a
IR
8252017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
826
827 PR tdep/20928
828 * gdb.arch/sparc64-regs.exp: New file.
829 * gdb.arch/sparc64-regs.S: Likewise.
830
cee59b3f
TW
8312017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
832
833 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
834 and memory view on Python 3.
835
c0f55cc6
AV
8362017-03-20 Artemiy Volkov <artemiyv@acm.org>
837 Keith Seitz <keiths@redhat.com>
838
839 PR gdb/14441
840 * gdb.cp/demangle.exp: Add rvalue reference tests.
841 * gdb.cp/rvalue-ref-casts.cc: New file.
842 * gdb.cp/rvalue-ref-casts.exp: New file.
843 * gdb.cp/rvalue-ref-overload.cc: New file.
844 * gdb.cp/rvalue-ref-overload.exp: New file.
845 * gdb.cp/rvalue-ref-params.cc: New file.
846 * gdb.cp/rvalue-ref-params.exp: New file.
847 * gdb.cp/rvalue-ref-sizeof.cc: New file.
848 * gdb.cp/rvalue-ref-sizeof.exp: New file.
849 * gdb.cp/rvalue-ref-types.cc: New file.
850 * gdb.cp/rvalue-ref-types.exp: New file.
851 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
852 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
853
51457a05
MAL
8542017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
855
856 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
857 New procedure.
858
5b291c04
MAL
8592017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
860
861 * lib/mi-support.exp (mi_gdb_test): Add additional message
862 for unexpected output.
863
59a56148
AA
8642017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
865
866 * gdb.base/examine-backward.c (Barrier): New character array
867 constant, to ensure that TestStrings is preceded by a string
868 terminator.
869
7942e96e
AA
8702017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
871
872 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
873 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
874 and implicit pointer into such a location.
875
6ebac3fb
DE
8762017-03-16 Doug Evans <dje@google.com>
877
878 * gdb.python/py-lazy-string (pointer): Really add new typedef.
879
ec3b243d
TP
8802017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
881
882 * gdb.cp/m-static.exp: Fix expectation for prototype of
883 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
884
8852017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
886
887 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
888 * gdb.guile/scm-lazy-string.c: New file.
889 * gdb.guile/scm-value.exp: Move lazy string tests to ...
890 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
891 for pointer, array, typedef lazy strings.
892
2cc36e25 8932017-03-16 Doug Evans <dje@google.com>
34b43320
DE
894
895 PR python/17728, python/18439, python/18779
896 * gdb.python/py-value.c (main) Delete locals sptr, sn.
897 * gdb.python/py-lazy-string.c (pointer): New typedef.
898 (main): New locals ptr, array, typedef_ptr.
899 * gdb.python/py-value.exp: Move lazy string tests to ...
900 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
901 array, typedef lazy strings.
ec3b243d 902
0efcde63
AK
9032017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
904
905 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
906 Add optional 'test' parameter.
907
7978d7c3
SM
9082017-03-13 Simon Marchi <simon.marchi@ericsson.com>
909
910 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
911 Skip for versions of DejaGnu < 1.5.
912
896c0c1e
SM
9132017-03-13 Simon Marchi <simon.marchi@ericsson.com>
914
915 * lib/gdb.exp (dejagnu_version): New proc.
916 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
917 Use dejagnu_version.
918
5f4d1085
KS
9192017-03-10 Keith Seitz <keiths@redhat.com>
920
921 PR c++/8128
922 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
923 type from destructor regexps.
924 Add a branch which actually passes the test.
925 Adjust "ptype t5i" test names.
926
1de05205
PA
9272017-03-08 Pedro Alves <palves@redhat.com>
928
929 * gdb.base/step-over-exit.exp: Add explicit test message.
930
c65d6b55
PA
9312017-03-08 Pedro Alves <palves@redhat.com>
932
933 PR gdb/18360
934 * gdb.threads/interrupt-while-step-over.c: New file.
935 * gdb.threads/interrupt-while-step-over.exp: New file.
936
2e86a283
PA
9372017-03-08 Pedro Alves <palves@redhat.com>
938
939 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
940 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
941
25dcbff6
PA
9422017-03-08 Pedro Alves <palves@redhat.com>
943
944 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
945 PKRU as not supported as a PASS.
946
dc9366eb
PA
9472017-03-08 Pedro Alves <palves@redhat.com>
948
949 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
950 prefix instead of $binfile1/$binfile2.
951 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
952 in test message.
953 * gdb.python/py-completion.exp: Use "load python file" as test
954 messages instead of unstable path names.
955
6e5d74e7
PA
9562017-03-08 Pedro Alves <palves@redhat.com>
957 Jan Kratochvil <jan.kratochvil@redhat.com>
958
959 PR cli/21218
960 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
961 New proc.
962 (top level): Call it.
963
9753a2f6
PA
9642017-03-08 Pedro Alves <palves@redhat.com>
965
966 PR tui/21216
967 * gdb.tui/tui-nl-filtered-output.exp: New file.
968
1a4dd9dd
PA
9692017-03-08 Pedro Alves <palves@redhat.com>
970
971 * gdb.base/completion.exp: Move TUI completion tests to ...
972 * gdb.tui/completion.exp: ... this new file.
973
7cbbff33
PA
9742017-03-08 Pedro Alves <palves@redhat.com>
975
976 * gdb.base/tui-disasm-long-lines.c,
977 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
978 gdb.base/tui-layout.exp: Move to ...
979 * gdb.tui/: ... this new directory.
980
5f6fd321
PA
9812017-03-07 Pedro Alves <palves@redhat.com>
982
983 * gdb.base/tui-layout.c: New file.
984 * gdb.base/tui-layout.exp: New file.
985
44959fa8
PA
9862017-03-07 Pedro Alves <palves@redhat.com>
987
988 * gdb.base/tui-layout.c: Rename to ...
989 * gdb.base/tui-disasm-long-lines.c: ... this.
990 * gdb.base/tui-layout.exp: Rename to ...
991 * gdb.base/tui-disasm-long-lines.exp: ... this.
992
f8c4e718
PA
9932017-03-07 Pedro Alves <palves@redhat.com>
994
995 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
996
6dbb839a 9972017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
998
999 * i386-mpx-call.c: New file.
1000 * i386-mpx-call.exp: New file.
1001
65b48a81
PB
10022017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1003
1004 * gdb.arch/powerpc-power.exp: Delete test.
1005 * gdb.arch/powerpc-power.s: Likewise.
1006 * gdb.disasm/disassembler-options.exp: New test.
1007 * gdb.arch/powerpc-altivec.exp: Likewise.
1008 * gdb.arch/powerpc-altivec.s: Likewise.
1009 * gdb.arch/powerpc-altivec2.exp: Likewise.
1010 * gdb.arch/powerpc-altivec2.s: Likewise.
1011 * gdb.arch/powerpc-altivec3.exp: Likewise.
1012 * gdb.arch/powerpc-altivec3.s: Likewise.
1013 * gdb.arch/powerpc-power7.exp: Likewise.
1014 * gdb.arch/powerpc-power7.s: Likewise.
1015 * gdb.arch/powerpc-power8.exp: Likewise.
1016 * gdb.arch/powerpc-power8.s: Likewise.
1017 * gdb.arch/powerpc-power9.exp: Likewise.
1018 * gdb.arch/powerpc-power9.s: Likewise.
1019 * gdb.arch/powerpc-vsx.exp: Likewise.
1020 * gdb.arch/powerpc-vsx.s: Likewise.
1021 * gdb.arch/powerpc-vsx2.exp: Likewise.
1022 * gdb.arch/powerpc-vsx2.s: Likewise.
1023 * gdb.arch/powerpc-vsx3.exp: Likewise.
1024 * gdb.arch/powerpc-vsx3.s: Likewise.
1025 * gdb.arch/arm-disassembler-options.exp: Likewise.
1026 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1027 * gdb.arch/s390-disassembler-options.exp: Likewise.
1028
17cd4947
LM
10292017-02-23 Luis Machado <lgustavo@codesourcery.com>
1030
1031 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
1032 (check_supported_features): ... this. Changed return type to void.
1033 (supports_rdseed): New static global.
1034 (rdseed): Check supports_rdseed.
1035 (initialize): Call check_supported_features.
1036
2039d74e
EBM
10372017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1038
1039 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
1040 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
1041 and lqarx/stqcx.
1042 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
1043 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
1044
a51d7ecf
EBM
10452017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1046
1047 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
1048 uppercase.
1049
0224619f
JK
10502017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1051
1052 * gdb.dwarf2/formdata16.c: New file.
1053 * gdb.dwarf2/formdata16.exp: New file.
1054 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
1055
216f72a1
JK
10562017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1057
1058 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
1059 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
1060 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
1061 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
1062 DW_AT_GNU_*.
1063
43988095
JK
10642017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1065
1066 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
1067
99e8a4f9
SDJ
10682017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
1069
1070 PR gdb/21164
1071 * gdb.base/maint.exp: Add testcases for when the commands do
1072 not have arguments.
1073
b58a8c0c
TP
10742017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1075
1076 * gdb.cp/chained-calls.exp: Use p instead of P.
1077
4e746bb6
TW
10782017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1079
1080 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
1081 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
1082
3f77c769
TT
10832017-02-14 Tom Tromey <tom@tromey.com>
1084
1085 PR python/13598:
1086 * gdb.python/py-events.exp: Add before_prompt event tests.
1087
075beec0
AA
10882017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1089
1090 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
1091
bf5f525c
LM
10922017-02-13 Luis Machado <lgustavo@codesourcery.com>
1093
1094 * gdb.linespec/explicit.c (my_unique_function_name): New function.
1095 (main): Call my_unique_function_name.
1096 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
1097 completion of patterns with a single match.
1098 Add missing -re switches to gdb_test_multiple calls.
1099
13a66184
LM
11002017-02-13 Luis Machado <lgustavo@codesourcery.com>
1101
1102 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
1103 return if core file is not recognized.
1104
26a06916
SM
11052017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1106
1107 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
1108 and extra UIs.
1109
b761ca9e
SM
11102017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1111
1112 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
1113 proc_with_prefix.
1114
b964bee0
TT
11152017-02-10 Tom Tromey <tom@tromey.com>
1116
1117 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
1118
18da0c51
MG
11192017-02-10 Martin Galvan <martingalvan@sourceware.org>
1120
1121 PR gdb/21122
1122 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
1123
604c4576
JG
11242017-02-08 Jerome Guitton <guitton@adacore.com>
1125
1126 * gdb.base/define.exp: Add test for command abbreviations
1127 in define.
1128
20b477a7
LM
11292017-02-06 Luis Machado <lgustavo@codesourcery.com>
1130
1131 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
1132 * gdb.reverse/insn-reverse-x86.c: New file.
1133
3f7b46f2
IR
11342017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1135
1136 PR tdep/20936
1137 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
1138
f0fd41c1
TT
11392017-02-03 Tom Tromey <tom@tromey.com>
1140
1141 PR rust/21097:
1142 * gdb.rust/simple.exp: Add new tests.
1143
5be5dbf0
PA
11442017-02-02 Pedro Alves <palves@redhat.com>
1145
1146 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
1147 tests.
1148
7346ef59
AA
11492017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1150
1151 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
1152 taking a 2-byte value out of a 4-byte DWARF implicit value on
1153 big-endian targets.
1154 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
1155 logic. Add test cases for DW_OP_implicit.
1156
787f0025
MM
11572017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1158
1159 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
1160
68777c29
MM
11612017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1162
1163 * gdb.btrace/enable.exp: Call gdb_exit before
1164 skip_gdbserver_tests.
1165
0a1c7e28
MM
11662017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1167
1168 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
1169 GDBFLAGS.
1170
b5ac99b0
MM
11712017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1172
1173 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
1174 the test is skipped.
1175 * gdb.btrace/data.exp: Likewise.
1176 * gdb.btrace/delta.exp: Likewise.
1177 * gdb.btrace/dlopen.exp: Likewise.
1178 * gdb.btrace/enable-running.exp: Likewise.
1179 * gdb.btrace/enable.exp: Likewise.
1180 * gdb.btrace/exception.exp: Likewise.
1181 * gdb.btrace/function_call_history.exp: Likewise.
1182 * gdb.btrace/gcore.exp: Likewise.
1183 * gdb.btrace/instruction_history.exp: Likewise.
1184 * gdb.btrace/multi-thread-step.exp: Likewise.
1185 * gdb.btrace/nohist.exp: Likewise.
1186 * gdb.btrace/non-stop.exp: Likewise.
1187 * gdb.btrace/reconnect.exp: Likewise.
1188 * gdb.btrace/record_goto-step.exp: Likewise.
1189 * gdb.btrace/record_goto.exp: Likewise.
1190 * gdb.btrace/rn-dl-bind.exp: Likewise.
1191 * gdb.btrace/segv.exp: Likewise.
1192 * gdb.btrace/step.exp: Likewise.
1193 * gdb.btrace/stepi.exp: Likewise.
1194 * gdb.btrace/tailcall-only.exp: Likewise.
1195 * gdb.btrace/tailcall.exp: Likewise.
1196 * gdb.btrace/tsx.exp: Likewise.
1197 * gdb.btrace/unknown_functions.exp: Likewise.
1198 * gdb.btrace/vdso.exp: Likewise.
1199
cd4007e4
MM
12002017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1201
1202 * gdb.btrace/enable-running.c: New.
1203 * gdb.btrace/enable-running.exp: New.
1204
2735833d
WT
12052017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1206
1207 * gdb.arch/amd64-gs_base.c: New file.
1208 * gdb.arch/amd64-gs_base.exp: New file.
1209
b51e1e94
LM
12102017-01-26 Luis Machado <lgustavo@codesourcery.com>
1211
1212 * lib/memory.exp: Remove spurious empty newlines.
1213
72ca0410
SM
12142017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1215
1216 * gdb.python/py-bad-printers.exp: Load python file using "source".
1217 * gdb.python/py-events.exp: Likewise.
1218 * gdb.python/py-evsignal.exp: Likewise.
1219 * gdb.python/py-evthreads.exp: Likewise.
1220 * gdb.python/py-frame-args.exp: Likewise.
1221 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1222 * gdb.python/py-framefilter-mi.exp: Likewise.
1223 * gdb.python/py-framefilter.exp: Likewise.
1224 * gdb.python/py-mi.exp: Likewise.
1225 * gdb.python/py-pp-maint.exp: Likewise.
1226 * gdb.python/py-pp-registration.exp: Likewise.
1227 * gdb.python/py-prettyprint.exp: Likewise.
1228 (run_lang_tests): Likewise.
1229 * gdb.python/py-typeprint.exp: Likewise.
1230
e309aa65
LM
12312017-01-26 Luis Machado <lgustavo@codesourcery.com>
1232
1233 * lib/memory.exp: New file.
1234 * lib/gdb.exp: Load memory.exp.
1235 * gdb.base/memattr.exp (delete_memory): Move proc to
1236 lib/memory.exp and rename to delete_memory_regions.
1237 Replace delete_memory with delete_memory_regions.
1238 Cleanup memory regions before tests.
1239 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1240 before tests.
1241
515aff23
LM
12422017-01-26 Luis Machado <lgustavo@codesourcery.com>
1243
1244 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1245 files.
1246 (initialize): New function conditionally defined.
1247 (testcases): Move within conditional block.
1248 (main): Call initialize.
1249 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1250 of gdb.reverse/insn-reverse.c.
1251 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1252 gdb.reverse/insn-reverse.c.
1253
d8b49cf0
YQ
12542017-01-26 Yao Qi <yao.qi@linaro.org>
1255
1256 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1257 disassemble on address 0.
1258
f13a9a0c
YQ
12592017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1260 Yao Qi <yao.qi@linaro.org>
1261
1262 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1263 * gdb.dwarf2/implptr-64bit.S: Remove.
1264 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1265 variables in caller's context. Add DW_OP_implicit_value.
1266
5ac95241
YQ
12672017-01-25 Yao Qi <yao.qi@linaro.org>
1268
1269 * lib/dwarf.exp (Dwarf::_location): Handle
1270 DW_OP_GNU_implicit_pointer with proper size.
1271
23e82930
LM
12722017-01-20 Luis Machado <lgustavo@codesourcery.com>
1273
1274 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1275 and add untested calls.
1276
d334ae25
LM
12772017-01-20 Luis Machado <lgustavo@codesourcery.com>
1278
1279 * gdb.python/python.exp: Check line number against what GDB thinks
1280 the line number is for func1.
1281
f5e6296e
IB
12822017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1283
1284 * gdb.dlang/debug-expr.exp: New file.
1285
5b362f04
LM
12862016-12-23 Luis Machado <lgustavo@codesourcery.com>
1287
1288 Fix test names for the following files:
1289
1290 * gdb.ada/exec_changed.exp
1291 * gdb.ada/info_types.exp
1292 * gdb.arch/aarch64-atomic-inst.exp
1293 * gdb.arch/aarch64-fp.exp
1294 * gdb.arch/altivec-abi.exp
1295 * gdb.arch/altivec-regs.exp
1296 * gdb.arch/amd64-byte.exp
1297 * gdb.arch/amd64-disp-step.exp
1298 * gdb.arch/amd64-dword.exp
1299 * gdb.arch/amd64-entry-value-inline.exp
1300 * gdb.arch/amd64-entry-value-param.exp
1301 * gdb.arch/amd64-entry-value-paramref.exp
1302 * gdb.arch/amd64-entry-value.exp
1303 * gdb.arch/amd64-i386-address.exp
1304 * gdb.arch/amd64-invalid-stack-middle.exp
1305 * gdb.arch/amd64-invalid-stack-top.exp
1306 * gdb.arch/amd64-optimout-repeat.exp
1307 * gdb.arch/amd64-prologue-skip.exp
1308 * gdb.arch/amd64-prologue-xmm.exp
1309 * gdb.arch/amd64-stap-special-operands.exp
1310 * gdb.arch/amd64-stap-wrong-subexp.exp
1311 * gdb.arch/amd64-tailcall-cxx.exp
1312 * gdb.arch/amd64-tailcall-noret.exp
1313 * gdb.arch/amd64-tailcall-ret.exp
1314 * gdb.arch/amd64-tailcall-self.exp
1315 * gdb.arch/amd64-word.exp
1316 * gdb.arch/arm-bl-branch-dest.exp
1317 * gdb.arch/arm-disp-step.exp
1318 * gdb.arch/arm-neon.exp
1319 * gdb.arch/arm-single-step-kernel-helper.exp
1320 * gdb.arch/avr-flash-qualifier.exp
1321 * gdb.arch/disp-step-insn-reloc.exp
1322 * gdb.arch/e500-abi.exp
1323 * gdb.arch/e500-regs.exp
1324 * gdb.arch/ftrace-insn-reloc.exp
1325 * gdb.arch/i386-avx512.exp
1326 * gdb.arch/i386-bp_permanent.exp
1327 * gdb.arch/i386-byte.exp
1328 * gdb.arch/i386-cfi-notcurrent.exp
1329 * gdb.arch/i386-disp-step.exp
1330 * gdb.arch/i386-dr3-watch.exp
1331 * gdb.arch/i386-float.exp
1332 * gdb.arch/i386-gnu-cfi.exp
1333 * gdb.arch/i386-mpx-map.exp
1334 * gdb.arch/i386-mpx-sigsegv.exp
1335 * gdb.arch/i386-mpx-simple_segv.exp
1336 * gdb.arch/i386-mpx.exp
1337 * gdb.arch/i386-permbkpt.exp
1338 * gdb.arch/i386-prologue.exp
1339 * gdb.arch/i386-signal.exp
1340 * gdb.arch/i386-size-overlap.exp
1341 * gdb.arch/i386-unwind.exp
1342 * gdb.arch/i386-word.exp
1343 * gdb.arch/mips-fcr.exp
1344 * gdb.arch/powerpc-d128-regs.exp
1345 * gdb.arch/powerpc-stackless.exp
1346 * gdb.arch/ppc64-atomic-inst.exp
1347 * gdb.arch/s390-stackless.exp
1348 * gdb.arch/s390-tdbregs.exp
1349 * gdb.arch/s390-vregs.exp
1350 * gdb.arch/sparc-sysstep.exp
1351 * gdb.arch/thumb-bx-pc.exp
1352 * gdb.arch/thumb-singlestep.exp
1353 * gdb.arch/thumb2-it.exp
1354 * gdb.arch/vsx-regs.exp
1355 * gdb.asm/asm-source.exp
1356 * gdb.base/a2-run.exp
1357 * gdb.base/advance.exp
1358 * gdb.base/all-bin.exp
1359 * gdb.base/anon.exp
1360 * gdb.base/args.exp
1361 * gdb.base/arithmet.exp
1362 * gdb.base/async-shell.exp
1363 * gdb.base/async.exp
1364 * gdb.base/attach-pie-noexec.exp
1365 * gdb.base/attach-twice.exp
1366 * gdb.base/auto-load.exp
1367 * gdb.base/bang.exp
1368 * gdb.base/bitfields.exp
1369 * gdb.base/break-always.exp
1370 * gdb.base/break-caller-line.exp
1371 * gdb.base/break-entry.exp
1372 * gdb.base/break-inline.exp
1373 * gdb.base/break-on-linker-gcd-function.exp
1374 * gdb.base/break-probes.exp
1375 * gdb.base/break.exp
1376 * gdb.base/breakpoint-shadow.exp
1377 * gdb.base/call-ar-st.exp
1378 * gdb.base/call-sc.exp
1379 * gdb.base/call-signal-resume.exp
1380 * gdb.base/call-strs.exp
1381 * gdb.base/callfuncs.exp
1382 * gdb.base/catch-fork-static.exp
1383 * gdb.base/catch-gdb-caused-signals.exp
1384 * gdb.base/catch-load.exp
1385 * gdb.base/catch-signal-fork.exp
1386 * gdb.base/catch-signal.exp
1387 * gdb.base/catch-syscall.exp
1388 * gdb.base/charset.exp
1389 * gdb.base/checkpoint.exp
1390 * gdb.base/chng-syms.exp
1391 * gdb.base/code-expr.exp
1392 * gdb.base/code_elim.exp
1393 * gdb.base/commands.exp
1394 * gdb.base/completion.exp
1395 * gdb.base/complex.exp
1396 * gdb.base/cond-expr.exp
1397 * gdb.base/condbreak.exp
1398 * gdb.base/consecutive.exp
1399 * gdb.base/continue-all-already-running.exp
1400 * gdb.base/coredump-filter.exp
1401 * gdb.base/corefile.exp
1402 * gdb.base/dbx.exp
1403 * gdb.base/debug-expr.exp
1404 * gdb.base/define.exp
1405 * gdb.base/del.exp
1406 * gdb.base/disabled-location.exp
1407 * gdb.base/disasm-end-cu.exp
1408 * gdb.base/disasm-optim.exp
1409 * gdb.base/display.exp
1410 * gdb.base/duplicate-bp.exp
1411 * gdb.base/ena-dis-br.exp
1412 * gdb.base/ending-run.exp
1413 * gdb.base/enumval.exp
1414 * gdb.base/environ.exp
1415 * gdb.base/eu-strip-infcall.exp
1416 * gdb.base/eval-avoid-side-effects.exp
1417 * gdb.base/eval-skip.exp
1418 * gdb.base/exitsignal.exp
1419 * gdb.base/expand-psymtabs.exp
1420 * gdb.base/filesym.exp
1421 * gdb.base/find-unmapped.exp
1422 * gdb.base/finish.exp
1423 * gdb.base/float.exp
1424 * gdb.base/foll-exec-mode.exp
1425 * gdb.base/foll-exec.exp
1426 * gdb.base/foll-fork.exp
1427 * gdb.base/fortran-sym-case.exp
1428 * gdb.base/freebpcmd.exp
1429 * gdb.base/func-ptr.exp
1430 * gdb.base/func-ptrs.exp
1431 * gdb.base/funcargs.exp
1432 * gdb.base/gcore-buffer-overflow.exp
1433 * gdb.base/gcore-relro-pie.exp
1434 * gdb.base/gcore-relro.exp
1435 * gdb.base/gcore.exp
1436 * gdb.base/gdb1090.exp
1437 * gdb.base/gdb11530.exp
1438 * gdb.base/gdb11531.exp
1439 * gdb.base/gdb1821.exp
1440 * gdb.base/gdbindex-stabs.exp
1441 * gdb.base/gdbvars.exp
1442 * gdb.base/hbreak.exp
1443 * gdb.base/hbreak2.exp
1444 * gdb.base/included.exp
1445 * gdb.base/infcall-input.exp
1446 * gdb.base/inferior-died.exp
1447 * gdb.base/infnan.exp
1448 * gdb.base/info-macros.exp
1449 * gdb.base/info-os.exp
1450 * gdb.base/info-proc.exp
1451 * gdb.base/info-shared.exp
1452 * gdb.base/info-target.exp
1453 * gdb.base/infoline.exp
1454 * gdb.base/interp.exp
1455 * gdb.base/interrupt.exp
1456 * gdb.base/jit-reader.exp
1457 * gdb.base/jit-simple.exp
1458 * gdb.base/kill-after-signal.exp
1459 * gdb.base/kill-detach-inferiors-cmd.exp
1460 * gdb.base/label.exp
1461 * gdb.base/langs.exp
1462 * gdb.base/ldbl_e308.exp
1463 * gdb.base/line-symtabs.exp
1464 * gdb.base/linespecs.exp
1465 * gdb.base/list.exp
1466 * gdb.base/long_long.exp
1467 * gdb.base/longest-types.exp
1468 * gdb.base/maint.exp
1469 * gdb.base/max-value-size.exp
1470 * gdb.base/memattr.exp
1471 * gdb.base/mips_pro.exp
1472 * gdb.base/morestack.exp
1473 * gdb.base/moribund-step.exp
1474 * gdb.base/multi-forks.exp
1475 * gdb.base/nested-addr.exp
1476 * gdb.base/nextoverexit.exp
1477 * gdb.base/noreturn-finish.exp
1478 * gdb.base/noreturn-return.exp
1479 * gdb.base/nostdlib.exp
1480 * gdb.base/offsets.exp
1481 * gdb.base/opaque.exp
1482 * gdb.base/pc-fp.exp
1483 * gdb.base/permissions.exp
1484 * gdb.base/print-symbol-loading.exp
1485 * gdb.base/prologue-include.exp
1486 * gdb.base/psymtab.exp
1487 * gdb.base/ptype.exp
1488 * gdb.base/random-signal.exp
1489 * gdb.base/randomize.exp
1490 * gdb.base/range-stepping.exp
1491 * gdb.base/readline-ask.exp
1492 * gdb.base/recpar.exp
1493 * gdb.base/recurse.exp
1494 * gdb.base/relational.exp
1495 * gdb.base/restore.exp
1496 * gdb.base/return-nodebug.exp
1497 * gdb.base/return.exp
1498 * gdb.base/run-after-attach.exp
1499 * gdb.base/save-bp.exp
1500 * gdb.base/scope.exp
1501 * gdb.base/sect-cmd.exp
1502 * gdb.base/set-lang-auto.exp
1503 * gdb.base/set-noassign.exp
1504 * gdb.base/setvar.exp
1505 * gdb.base/sigall.exp
1506 * gdb.base/sigbpt.exp
1507 * gdb.base/siginfo-addr.exp
1508 * gdb.base/siginfo-infcall.exp
1509 * gdb.base/siginfo-obj.exp
1510 * gdb.base/siginfo.exp
1511 * gdb.base/signals-state-child.exp
1512 * gdb.base/signest.exp
1513 * gdb.base/sigstep.exp
1514 * gdb.base/sizeof.exp
1515 * gdb.base/skip.exp
1516 * gdb.base/solib-corrupted.exp
1517 * gdb.base/solib-nodir.exp
1518 * gdb.base/solib-search.exp
1519 * gdb.base/stack-checking.exp
1520 * gdb.base/stale-infcall.exp
1521 * gdb.base/stap-probe.exp
1522 * gdb.base/start.exp
1523 * gdb.base/step-break.exp
1524 * gdb.base/step-bt.exp
1525 * gdb.base/step-line.exp
1526 * gdb.base/step-over-exit.exp
1527 * gdb.base/step-over-syscall.exp
1528 * gdb.base/step-resume-infcall.exp
1529 * gdb.base/step-test.exp
1530 * gdb.base/store.exp
1531 * gdb.base/structs3.exp
1532 * gdb.base/sym-file.exp
1533 * gdb.base/symbol-without-target_section.exp
1534 * gdb.base/term.exp
1535 * gdb.base/testenv.exp
1536 * gdb.base/ui-redirect.exp
1537 * gdb.base/until.exp
1538 * gdb.base/unwindonsignal.exp
1539 * gdb.base/value-double-free.exp
1540 * gdb.base/vla-datatypes.exp
1541 * gdb.base/vla-ptr.exp
1542 * gdb.base/vla-sideeffect.exp
1543 * gdb.base/volatile.exp
1544 * gdb.base/watch-cond-infcall.exp
1545 * gdb.base/watch-cond.exp
1546 * gdb.base/watch-non-mem.exp
1547 * gdb.base/watch-read.exp
1548 * gdb.base/watch-vfork.exp
1549 * gdb.base/watchpoint-cond-gone.exp
1550 * gdb.base/watchpoint-delete.exp
1551 * gdb.base/watchpoint-hw-hit-once.exp
1552 * gdb.base/watchpoint-hw.exp
1553 * gdb.base/watchpoint-stops-at-right-insn.exp
1554 * gdb.base/watchpoints.exp
1555 * gdb.base/wchar.exp
1556 * gdb.base/whatis-exp.exp
1557 * gdb.btrace/buffer-size.exp
1558 * gdb.btrace/data.exp
1559 * gdb.btrace/delta.exp
1560 * gdb.btrace/dlopen.exp
1561 * gdb.btrace/enable.exp
1562 * gdb.btrace/exception.exp
1563 * gdb.btrace/function_call_history.exp
1564 * gdb.btrace/gcore.exp
1565 * gdb.btrace/instruction_history.exp
1566 * gdb.btrace/nohist.exp
1567 * gdb.btrace/reconnect.exp
1568 * gdb.btrace/record_goto-step.exp
1569 * gdb.btrace/record_goto.exp
1570 * gdb.btrace/rn-dl-bind.exp
1571 * gdb.btrace/segv.exp
1572 * gdb.btrace/step.exp
1573 * gdb.btrace/stepi.exp
1574 * gdb.btrace/tailcall-only.exp
1575 * gdb.btrace/tailcall.exp
1576 * gdb.btrace/tsx.exp
1577 * gdb.btrace/unknown_functions.exp
1578 * gdb.btrace/vdso.exp
1579 * gdb.compile/compile-ifunc.exp
1580 * gdb.compile/compile-ops.exp
1581 * gdb.compile/compile-print.exp
1582 * gdb.compile/compile-setjmp.exp
1583 * gdb.cp/abstract-origin.exp
1584 * gdb.cp/ambiguous.exp
1585 * gdb.cp/annota2.exp
1586 * gdb.cp/annota3.exp
1587 * gdb.cp/anon-ns.exp
1588 * gdb.cp/anon-struct.exp
1589 * gdb.cp/anon-union.exp
1590 * gdb.cp/arg-reference.exp
1591 * gdb.cp/baseenum.exp
1592 * gdb.cp/bool.exp
1593 * gdb.cp/breakpoint.exp
1594 * gdb.cp/bs15503.exp
1595 * gdb.cp/call-c.exp
1596 * gdb.cp/casts.exp
1597 * gdb.cp/chained-calls.exp
1598 * gdb.cp/class2.exp
1599 * gdb.cp/classes.exp
1600 * gdb.cp/cmpd-minsyms.exp
1601 * gdb.cp/converts.exp
1602 * gdb.cp/cp-relocate.exp
1603 * gdb.cp/cpcompletion.exp
1604 * gdb.cp/cpexprs.exp
1605 * gdb.cp/cplabel.exp
1606 * gdb.cp/cplusfuncs.exp
1607 * gdb.cp/cpsizeof.exp
1608 * gdb.cp/ctti.exp
1609 * gdb.cp/derivation.exp
1610 * gdb.cp/destrprint.exp
1611 * gdb.cp/dispcxx.exp
1612 * gdb.cp/enum-class.exp
1613 * gdb.cp/exception.exp
1614 * gdb.cp/exceptprint.exp
1615 * gdb.cp/expand-psymtabs-cxx.exp
1616 * gdb.cp/expand-sals.exp
1617 * gdb.cp/extern-c.exp
1618 * gdb.cp/filename.exp
1619 * gdb.cp/formatted-ref.exp
1620 * gdb.cp/fpointer.exp
1621 * gdb.cp/gdb1355.exp
1622 * gdb.cp/gdb2495.exp
1623 * gdb.cp/hang.exp
1624 * gdb.cp/impl-this.exp
1625 * gdb.cp/infcall-dlopen.exp
1626 * gdb.cp/inherit.exp
1627 * gdb.cp/iostream.exp
1628 * gdb.cp/koenig.exp
1629 * gdb.cp/local.exp
1630 * gdb.cp/m-data.exp
1631 * gdb.cp/m-static.exp
1632 * gdb.cp/mb-ctor.exp
1633 * gdb.cp/mb-inline.exp
1634 * gdb.cp/mb-templates.exp
1635 * gdb.cp/member-name.exp
1636 * gdb.cp/member-ptr.exp
1637 * gdb.cp/meth-typedefs.exp
1638 * gdb.cp/method.exp
1639 * gdb.cp/method2.exp
1640 * gdb.cp/minsym-fallback.exp
1641 * gdb.cp/misc.exp
1642 * gdb.cp/namelessclass.exp
1643 * gdb.cp/namespace-enum.exp
1644 * gdb.cp/namespace-nested-import.exp
1645 * gdb.cp/namespace.exp
1646 * gdb.cp/nextoverthrow.exp
1647 * gdb.cp/no-dmgl-verbose.exp
1648 * gdb.cp/non-trivial-retval.exp
1649 * gdb.cp/noparam.exp
1650 * gdb.cp/nsdecl.exp
1651 * gdb.cp/nsimport.exp
1652 * gdb.cp/nsnested.exp
1653 * gdb.cp/nsnoimports.exp
1654 * gdb.cp/nsrecurs.exp
1655 * gdb.cp/nsstress.exp
1656 * gdb.cp/nsusing.exp
1657 * gdb.cp/operator.exp
1658 * gdb.cp/oranking.exp
1659 * gdb.cp/overload-const.exp
1660 * gdb.cp/overload.exp
1661 * gdb.cp/ovldbreak.exp
1662 * gdb.cp/ovsrch.exp
1663 * gdb.cp/paren-type.exp
1664 * gdb.cp/parse-lang.exp
1665 * gdb.cp/pass-by-ref.exp
1666 * gdb.cp/pr-1023.exp
1667 * gdb.cp/pr-1210.exp
1668 * gdb.cp/pr-574.exp
1669 * gdb.cp/pr10687.exp
1670 * gdb.cp/pr12028.exp
1671 * gdb.cp/pr17132.exp
1672 * gdb.cp/pr17494.exp
1673 * gdb.cp/pr9067.exp
1674 * gdb.cp/pr9167.exp
1675 * gdb.cp/pr9631.exp
1676 * gdb.cp/printmethod.exp
1677 * gdb.cp/psmang.exp
1678 * gdb.cp/psymtab-parameter.exp
1679 * gdb.cp/ptype-cv-cp.exp
1680 * gdb.cp/ptype-flags.exp
1681 * gdb.cp/re-set-overloaded.exp
1682 * gdb.cp/ref-types.exp
1683 * gdb.cp/rtti.exp
1684 * gdb.cp/scope-err.exp
1685 * gdb.cp/shadow.exp
1686 * gdb.cp/smartp.exp
1687 * gdb.cp/static-method.exp
1688 * gdb.cp/static-print-quit.exp
1689 * gdb.cp/temargs.exp
1690 * gdb.cp/templates.exp
1691 * gdb.cp/try_catch.exp
1692 * gdb.cp/typedef-operator.exp
1693 * gdb.cp/typeid.exp
1694 * gdb.cp/userdef.exp
1695 * gdb.cp/using-crash.exp
1696 * gdb.cp/var-tag.exp
1697 * gdb.cp/virtbase.exp
1698 * gdb.cp/virtfunc.exp
1699 * gdb.cp/virtfunc2.exp
1700 * gdb.cp/vla-cxx.exp
1701 * gdb.disasm/t01_mov.exp
1702 * gdb.disasm/t02_mova.exp
1703 * gdb.disasm/t03_add.exp
1704 * gdb.disasm/t04_sub.exp
1705 * gdb.disasm/t05_cmp.exp
1706 * gdb.disasm/t06_ari2.exp
1707 * gdb.disasm/t07_ari3.exp
1708 * gdb.disasm/t08_or.exp
1709 * gdb.disasm/t09_xor.exp
1710 * gdb.disasm/t10_and.exp
1711 * gdb.disasm/t11_logs.exp
1712 * gdb.disasm/t12_bit.exp
1713 * gdb.disasm/t13_otr.exp
1714 * gdb.dlang/circular.exp
1715 * gdb.dwarf2/arr-stride.exp
1716 * gdb.dwarf2/arr-subrange.exp
1717 * gdb.dwarf2/atomic-type.exp
1718 * gdb.dwarf2/bad-regnum.exp
1719 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1720 * gdb.dwarf2/callframecfa.exp
1721 * gdb.dwarf2/clztest.exp
1722 * gdb.dwarf2/corrupt.exp
1723 * gdb.dwarf2/data-loc.exp
1724 * gdb.dwarf2/dup-psym.exp
1725 * gdb.dwarf2/dw2-anon-mptr.exp
1726 * gdb.dwarf2/dw2-anonymous-func.exp
1727 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1728 * gdb.dwarf2/dw2-bad-unresolved.exp
1729 * gdb.dwarf2/dw2-basic.exp
1730 * gdb.dwarf2/dw2-canonicalize-type.exp
1731 * gdb.dwarf2/dw2-case-insensitive.exp
1732 * gdb.dwarf2/dw2-common-block.exp
1733 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1734 * gdb.dwarf2/dw2-compressed.exp
1735 * gdb.dwarf2/dw2-const.exp
1736 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1737 * gdb.dwarf2/dw2-cu-size.exp
1738 * gdb.dwarf2/dw2-dup-frame.exp
1739 * gdb.dwarf2/dw2-entry-value.exp
1740 * gdb.dwarf2/dw2-icycle.exp
1741 * gdb.dwarf2/dw2-ifort-parameter.exp
1742 * gdb.dwarf2/dw2-inline-break.exp
1743 * gdb.dwarf2/dw2-inline-param.exp
1744 * gdb.dwarf2/dw2-intercu.exp
1745 * gdb.dwarf2/dw2-intermix.exp
1746 * gdb.dwarf2/dw2-lexical-block-bare.exp
1747 * gdb.dwarf2/dw2-linkage-name-trust.exp
1748 * gdb.dwarf2/dw2-minsym-in-cu.exp
1749 * gdb.dwarf2/dw2-noloc.exp
1750 * gdb.dwarf2/dw2-op-call.exp
1751 * gdb.dwarf2/dw2-op-out-param.exp
1752 * gdb.dwarf2/dw2-opt-structptr.exp
1753 * gdb.dwarf2/dw2-param-error.exp
1754 * gdb.dwarf2/dw2-producer.exp
1755 * gdb.dwarf2/dw2-ranges-base.exp
1756 * gdb.dwarf2/dw2-ref-missing-frame.exp
1757 * gdb.dwarf2/dw2-reg-undefined.exp
1758 * gdb.dwarf2/dw2-regno-invalid.exp
1759 * gdb.dwarf2/dw2-restore.exp
1760 * gdb.dwarf2/dw2-restrict.exp
1761 * gdb.dwarf2/dw2-single-line-discriminators.exp
1762 * gdb.dwarf2/dw2-strp.exp
1763 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1764 * gdb.dwarf2/dw2-unresolved.exp
1765 * gdb.dwarf2/dw2-var-zero-addr.exp
1766 * gdb.dwarf2/dw4-sig-types.exp
1767 * gdb.dwarf2/dwz.exp
1768 * gdb.dwarf2/dynarr-ptr.exp
1769 * gdb.dwarf2/enum-type.exp
1770 * gdb.dwarf2/gdb-index.exp
1771 * gdb.dwarf2/implptr-64bit.exp
1772 * gdb.dwarf2/implptr-optimized-out.exp
1773 * gdb.dwarf2/implptr.exp
1774 * gdb.dwarf2/implref-array.exp
1775 * gdb.dwarf2/implref-const.exp
1776 * gdb.dwarf2/implref-global.exp
1777 * gdb.dwarf2/implref-struct.exp
1778 * gdb.dwarf2/mac-fileno.exp
1779 * gdb.dwarf2/main-subprogram.exp
1780 * gdb.dwarf2/member-ptr-forwardref.exp
1781 * gdb.dwarf2/method-ptr.exp
1782 * gdb.dwarf2/missing-sig-type.exp
1783 * gdb.dwarf2/nonvar-access.exp
1784 * gdb.dwarf2/opaque-type-lookup.exp
1785 * gdb.dwarf2/pieces-optimized-out.exp
1786 * gdb.dwarf2/pieces.exp
1787 * gdb.dwarf2/pr10770.exp
1788 * gdb.dwarf2/pr13961.exp
1789 * gdb.dwarf2/staticvirtual.exp
1790 * gdb.dwarf2/subrange.exp
1791 * gdb.dwarf2/symtab-producer.exp
1792 * gdb.dwarf2/trace-crash.exp
1793 * gdb.dwarf2/typeddwarf.exp
1794 * gdb.dwarf2/valop.exp
1795 * gdb.dwarf2/watch-notconst.exp
1796 * gdb.fortran/array-element.exp
1797 * gdb.fortran/charset.exp
1798 * gdb.fortran/common-block.exp
1799 * gdb.fortran/complex.exp
1800 * gdb.fortran/derived-type-function.exp
1801 * gdb.fortran/derived-type.exp
1802 * gdb.fortran/logical.exp
1803 * gdb.fortran/module.exp
1804 * gdb.fortran/multi-dim.exp
1805 * gdb.fortran/nested-funcs.exp
1806 * gdb.fortran/print-formatted.exp
1807 * gdb.fortran/subarray.exp
1808 * gdb.fortran/vla-alloc-assoc.exp
1809 * gdb.fortran/vla-datatypes.exp
1810 * gdb.fortran/vla-history.exp
1811 * gdb.fortran/vla-ptr-info.exp
1812 * gdb.fortran/vla-ptype-sub.exp
1813 * gdb.fortran/vla-ptype.exp
1814 * gdb.fortran/vla-sizeof.exp
1815 * gdb.fortran/vla-type.exp
1816 * gdb.fortran/vla-value-sub-arbitrary.exp
1817 * gdb.fortran/vla-value-sub-finish.exp
1818 * gdb.fortran/vla-value-sub.exp
1819 * gdb.fortran/vla-value.exp
1820 * gdb.fortran/whatis_type.exp
1821 * gdb.go/chan.exp
1822 * gdb.go/handcall.exp
1823 * gdb.go/hello.exp
1824 * gdb.go/integers.exp
1825 * gdb.go/methods.exp
1826 * gdb.go/package.exp
1827 * gdb.go/strings.exp
1828 * gdb.go/types.exp
1829 * gdb.go/unsafe.exp
1830 * gdb.guile/scm-arch.exp
1831 * gdb.guile/scm-block.exp
1832 * gdb.guile/scm-breakpoint.exp
1833 * gdb.guile/scm-cmd.exp
1834 * gdb.guile/scm-disasm.exp
1835 * gdb.guile/scm-equal.exp
1836 * gdb.guile/scm-frame-args.exp
1837 * gdb.guile/scm-frame-inline.exp
1838 * gdb.guile/scm-frame.exp
1839 * gdb.guile/scm-iterator.exp
1840 * gdb.guile/scm-math.exp
1841 * gdb.guile/scm-objfile.exp
1842 * gdb.guile/scm-ports.exp
1843 * gdb.guile/scm-symbol.exp
1844 * gdb.guile/scm-symtab.exp
1845 * gdb.guile/scm-value-cc.exp
1846 * gdb.guile/types-module.exp
1847 * gdb.linespec/break-ask.exp
1848 * gdb.linespec/cpexplicit.exp
1849 * gdb.linespec/explicit.exp
1850 * gdb.linespec/keywords.exp
1851 * gdb.linespec/linespec.exp
1852 * gdb.linespec/ls-dollar.exp
1853 * gdb.linespec/ls-errs.exp
1854 * gdb.linespec/skip-two.exp
1855 * gdb.linespec/thread.exp
1856 * gdb.mi/mi-async.exp
1857 * gdb.mi/mi-basics.exp
1858 * gdb.mi/mi-break.exp
1859 * gdb.mi/mi-catch-load.exp
1860 * gdb.mi/mi-cli.exp
1861 * gdb.mi/mi-cmd-param-changed.exp
1862 * gdb.mi/mi-console.exp
1863 * gdb.mi/mi-detach.exp
1864 * gdb.mi/mi-disassemble.exp
1865 * gdb.mi/mi-eval.exp
1866 * gdb.mi/mi-file-transfer.exp
1867 * gdb.mi/mi-file.exp
1868 * gdb.mi/mi-fill-memory.exp
1869 * gdb.mi/mi-inheritance-syntax-error.exp
1870 * gdb.mi/mi-linespec-err-cp.exp
1871 * gdb.mi/mi-logging.exp
1872 * gdb.mi/mi-memory-changed.exp
1873 * gdb.mi/mi-read-memory.exp
1874 * gdb.mi/mi-record-changed.exp
1875 * gdb.mi/mi-reg-undefined.exp
1876 * gdb.mi/mi-regs.exp
1877 * gdb.mi/mi-return.exp
1878 * gdb.mi/mi-reverse.exp
1879 * gdb.mi/mi-simplerun.exp
1880 * gdb.mi/mi-solib.exp
1881 * gdb.mi/mi-stack.exp
1882 * gdb.mi/mi-stepi.exp
1883 * gdb.mi/mi-syn-frame.exp
1884 * gdb.mi/mi-until.exp
1885 * gdb.mi/mi-var-block.exp
1886 * gdb.mi/mi-var-child.exp
1887 * gdb.mi/mi-var-cmd.exp
1888 * gdb.mi/mi-var-cp.exp
1889 * gdb.mi/mi-var-display.exp
1890 * gdb.mi/mi-var-invalidate.exp
1891 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1892 * gdb.mi/mi-vla-fortran.exp
1893 * gdb.mi/mi-watch.exp
1894 * gdb.mi/mi2-var-child.exp
1895 * gdb.mi/user-selected-context-sync.exp
1896 * gdb.modula2/unbounded-array.exp
1897 * gdb.multi/dummy-frame-restore.exp
1898 * gdb.multi/multi-arch-exec.exp
1899 * gdb.multi/multi-arch.exp
1900 * gdb.multi/tids.exp
1901 * gdb.multi/watchpoint-multi.exp
1902 * gdb.opencl/callfuncs.exp
1903 * gdb.opencl/convs_casts.exp
1904 * gdb.opencl/datatypes.exp
1905 * gdb.opencl/operators.exp
1906 * gdb.opencl/vec_comps.exp
1907 * gdb.opt/clobbered-registers-O2.exp
1908 * gdb.opt/inline-break.exp
1909 * gdb.opt/inline-bt.exp
1910 * gdb.opt/inline-cmds.exp
1911 * gdb.opt/inline-locals.exp
1912 * gdb.pascal/case-insensitive-symbols.exp
1913 * gdb.pascal/floats.exp
1914 * gdb.pascal/gdb11492.exp
1915 * gdb.python/lib-types.exp
1916 * gdb.python/py-arch.exp
1917 * gdb.python/py-as-string.exp
1918 * gdb.python/py-bad-printers.exp
1919 * gdb.python/py-block.exp
1920 * gdb.python/py-breakpoint-create-fail.exp
1921 * gdb.python/py-breakpoint.exp
1922 * gdb.python/py-caller-is.exp
1923 * gdb.python/py-cmd.exp
1924 * gdb.python/py-explore-cc.exp
1925 * gdb.python/py-explore.exp
1926 * gdb.python/py-finish-breakpoint.exp
1927 * gdb.python/py-finish-breakpoint2.exp
1928 * gdb.python/py-frame-args.exp
1929 * gdb.python/py-frame-inline.exp
1930 * gdb.python/py-frame.exp
1931 * gdb.python/py-framefilter-mi.exp
1932 * gdb.python/py-infthread.exp
1933 * gdb.python/py-lazy-string.exp
1934 * gdb.python/py-linetable.exp
1935 * gdb.python/py-mi-events.exp
1936 * gdb.python/py-mi-objfile.exp
1937 * gdb.python/py-mi.exp
1938 * gdb.python/py-objfile.exp
1939 * gdb.python/py-pp-integral.exp
1940 * gdb.python/py-pp-maint.exp
1941 * gdb.python/py-pp-re-notag.exp
1942 * gdb.python/py-pp-registration.exp
1943 * gdb.python/py-recurse-unwind.exp
1944 * gdb.python/py-strfns.exp
1945 * gdb.python/py-symbol.exp
1946 * gdb.python/py-symtab.exp
1947 * gdb.python/py-sync-interp.exp
1948 * gdb.python/py-typeprint.exp
1949 * gdb.python/py-unwind-maint.exp
1950 * gdb.python/py-unwind.exp
1951 * gdb.python/py-value-cc.exp
1952 * gdb.python/py-xmethods.exp
1953 * gdb.reverse/amd64-tailcall-reverse.exp
1954 * gdb.reverse/break-precsave.exp
1955 * gdb.reverse/break-reverse.exp
1956 * gdb.reverse/consecutive-precsave.exp
1957 * gdb.reverse/consecutive-reverse.exp
1958 * gdb.reverse/finish-precsave.exp
1959 * gdb.reverse/finish-reverse-bkpt.exp
1960 * gdb.reverse/finish-reverse.exp
1961 * gdb.reverse/fstatat-reverse.exp
1962 * gdb.reverse/getresuid-reverse.exp
1963 * gdb.reverse/i386-precsave.exp
1964 * gdb.reverse/i386-reverse.exp
1965 * gdb.reverse/i386-sse-reverse.exp
1966 * gdb.reverse/i387-env-reverse.exp
1967 * gdb.reverse/i387-stack-reverse.exp
1968 * gdb.reverse/insn-reverse.exp
1969 * gdb.reverse/machinestate-precsave.exp
1970 * gdb.reverse/machinestate.exp
1971 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1972 * gdb.reverse/pipe-reverse.exp
1973 * gdb.reverse/readv-reverse.exp
1974 * gdb.reverse/recvmsg-reverse.exp
1975 * gdb.reverse/rerun-prec.exp
1976 * gdb.reverse/s390-mvcle.exp
1977 * gdb.reverse/step-precsave.exp
1978 * gdb.reverse/step-reverse.exp
1979 * gdb.reverse/time-reverse.exp
1980 * gdb.reverse/until-precsave.exp
1981 * gdb.reverse/until-reverse.exp
1982 * gdb.reverse/waitpid-reverse.exp
1983 * gdb.reverse/watch-precsave.exp
1984 * gdb.reverse/watch-reverse.exp
1985 * gdb.rust/generics.exp
1986 * gdb.rust/methods.exp
1987 * gdb.rust/modules.exp
1988 * gdb.rust/simple.exp
1989 * gdb.server/connect-with-no-symbol-file.exp
1990 * gdb.server/ext-attach.exp
1991 * gdb.server/ext-restart.exp
1992 * gdb.server/ext-wrapper.exp
1993 * gdb.server/file-transfer.exp
1994 * gdb.server/server-exec-info.exp
1995 * gdb.server/server-kill.exp
1996 * gdb.server/server-mon.exp
1997 * gdb.server/wrapper.exp
1998 * gdb.stabs/exclfwd.exp
1999 * gdb.stabs/gdb11479.exp
2000 * gdb.threads/clone-new-thread-event.exp
2001 * gdb.threads/corethreads.exp
2002 * gdb.threads/current-lwp-dead.exp
2003 * gdb.threads/dlopen-libpthread.exp
2004 * gdb.threads/gcore-thread.exp
2005 * gdb.threads/sigstep-threads.exp
2006 * gdb.threads/watchpoint-fork.exp
2007 * gdb.trace/actions-changed.exp
2008 * gdb.trace/backtrace.exp
2009 * gdb.trace/change-loc.exp
2010 * gdb.trace/circ.exp
2011 * gdb.trace/collection.exp
2012 * gdb.trace/disconnected-tracing.exp
2013 * gdb.trace/ftrace.exp
2014 * gdb.trace/mi-trace-frame-collected.exp
2015 * gdb.trace/mi-trace-unavailable.exp
2016 * gdb.trace/mi-traceframe-changed.exp
2017 * gdb.trace/mi-tsv-changed.exp
2018 * gdb.trace/no-attach-trace.exp
2019 * gdb.trace/passc-dyn.exp
2020 * gdb.trace/qtro.exp
2021 * gdb.trace/range-stepping.exp
2022 * gdb.trace/read-memory.exp
2023 * gdb.trace/save-trace.exp
2024 * gdb.trace/signal.exp
2025 * gdb.trace/status-stop.exp
2026 * gdb.trace/tfile.exp
2027 * gdb.trace/trace-break.exp
2028 * gdb.trace/trace-buffer-size.exp
2029 * gdb.trace/trace-condition.exp
2030 * gdb.trace/tracefile-pseudo-reg.exp
2031 * gdb.trace/tstatus.exp
2032 * gdb.trace/unavailable.exp
2033 * gdb.trace/while-dyn.exp
2034 * gdb.trace/while-stepping.exp
2035
34c41c68
DE
20362016-12-22 Doug Evans <xdje42@gmail.com>
2037
2038 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
2039 and msymbols.
2040
16e69324
YQ
20412016-12-19 Yao Qi <yao.qi@linaro.org>
2042
2043 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
2044 (test_with_self): Don't call do_steps_and_nexts, and remove
2045 code about stepping into xmalloc.
2046
f94f411b
YQ
20472016-12-09 Yao Qi <yao.qi@linaro.org>
2048
2049 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
2050
20512016-12-09 Yao Qi <yao.qi@linaro.org>
2052
2053 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
2054
f1b5deee
PA
20552016-12-09 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.base/all-architectures-0.exp: New file.
2058 * gdb.base/all-architectures-1.exp: New file.
2059 * gdb.base/all-architectures-2.exp: New file.
2060 * gdb.base/all-architectures-3.exp: New file.
2061 * gdb.base/all-architectures-4.exp: New file.
2062 * gdb.base/all-architectures-5.exp: New file.
2063 * gdb.base/all-architectures-6.exp: New file.
2064 * gdb.base/all-architectures-7.exp: New file.
2065 * gdb.base/all-architectures.exp.in: New file.
2066
364ca42e
YQ
20672016-12-09 Yao Qi <yao.qi@linaro.org>
2068
2069 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
2070
107c2d62
LM
20712016-12-02 Luis Machado <lgustavo@codesourcery.com>
2072
2073 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
2074 possible.
2075 Remove useless pattern-matching code.
2076
df3ee9ca
PA
20772016-12-02 Pedro Alves <palves@redhat.com>
2078
2079 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
2080 procedure.
2081 (top level): Call it.
2082
ec835369
PA
20832016-12-02 Pedro Alves <palves@redhat.com>
2084
2085 * gdb.base/commands.exp (user_defined_command_args_stack_test):
2086 New procedure.
2087 (top level): Call it.
2088
01770bbd
PA
20892016-12-02 Pedro Alves <palves@redhat.com>
2090
2091 PR cli/20559
2092 * gdb.base/commands.exp (user_defined_command_args_eval): New
2093 procedure.
2094 (top level): Call it.
2095
008459ea
LM
20962016-12-02 Luis Machado <lgustavo@codesourcery.com>
2097
2098 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
2099 timeout handling.
2100
0c1b455e
TT
21012016-12-02 Tom Tromey <tom@tromey.com>
2102
2103 * gdb.dwarf2/main-subprogram.c: New file.
2104 * gdb.dwarf2/main-subprogram.exp: New file.
2105
018572b8
LM
21062016-12-01 Luis Machado <lgustavo@codesourcery.com>
2107
2108 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
2109 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
2110 gdb_test_no_output for a couple of cases.
2111 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
2112
84c93cd5
LM
21132016-12-01 Luis Machado <lgustavo@codesourcery.com>
2114
2115 Fix test names and standardize compilation error messages throughout
2116 the following files:
2117
2118 * gdb.ada/start.exp
2119 * gdb.arch/alpha-step.exp
2120 * gdb.arch/e500-prologue.exp
2121 * gdb.arch/ftrace-insn-reloc.exp
2122 * gdb.arch/gdb1291.exp
2123 * gdb.arch/gdb1431.exp
2124 * gdb.arch/gdb1558.exp
2125 * gdb.arch/i386-dr3-watch.exp
2126 * gdb.arch/i386-sse-stack-align.exp
2127 * gdb.arch/ia64-breakpoint-shadow.exp
2128 * gdb.arch/pa-nullify.exp
2129 * gdb.arch/powerpc-aix-prologue.exp
2130 * gdb.arch/thumb-bx-pc.exp
2131 * gdb.base/annota1.exp
2132 * gdb.base/annota3.exp
2133 * gdb.base/arrayidx.exp
2134 * gdb.base/assign.exp
2135 * gdb.base/attach.exp
2136 * gdb.base/auxv.exp
2137 * gdb.base/bang.exp
2138 * gdb.base/bfp-test.exp
2139 * gdb.base/bigcore.exp
2140 * gdb.base/bitfields2.exp
2141 * gdb.base/break-fun-addr.exp
2142 * gdb.base/break-probes.exp
2143 * gdb.base/call-rt-st.exp
2144 * gdb.base/callexit.exp
2145 * gdb.base/catch-fork-kill.exp
2146 * gdb.base/charset.exp
2147 * gdb.base/checkpoint.exp
2148 * gdb.base/comprdebug.exp
2149 * gdb.base/constvars.exp
2150 * gdb.base/coredump-filter.exp
2151 * gdb.base/cursal.exp
2152 * gdb.base/cvexpr.exp
2153 * gdb.base/detach.exp
2154 * gdb.base/display.exp
2155 * gdb.base/dmsym.exp
2156 * gdb.base/dprintf-pending.exp
2157 * gdb.base/dso2dso.exp
2158 * gdb.base/dtrace-probe.exp
2159 * gdb.base/dump.exp
2160 * gdb.base/enum_cond.exp
2161 * gdb.base/exe-lock.exp
2162 * gdb.base/exec-invalid-sysroot.exp
2163 * gdb.base/execl-update-breakpoints.exp
2164 * gdb.base/exprs.exp
2165 * gdb.base/fileio.exp
2166 * gdb.base/find.exp
2167 * gdb.base/finish.exp
2168 * gdb.base/fixsection.exp
2169 * gdb.base/foll-vfork.exp
2170 * gdb.base/frame-args.exp
2171 * gdb.base/gcore.exp
2172 * gdb.base/gdb1250.exp
2173 * gdb.base/global-var-nested-by-dso.exp
2174 * gdb.base/gnu-ifunc.exp
2175 * gdb.base/hashline1.exp
2176 * gdb.base/hashline2.exp
2177 * gdb.base/hashline3.exp
2178 * gdb.base/hbreak-in-shr-unsupported.exp
2179 * gdb.base/huge.exp
2180 * gdb.base/infcall-input.exp
2181 * gdb.base/info-fun.exp
2182 * gdb.base/info-shared.exp
2183 * gdb.base/jit-simple.exp
2184 * gdb.base/jit-so.exp
2185 * gdb.base/jit.exp
2186 * gdb.base/jump.exp
2187 * gdb.base/label.exp
2188 * gdb.base/lineinc.exp
2189 * gdb.base/logical.exp
2190 * gdb.base/longjmp.exp
2191 * gdb.base/macscp.exp
2192 * gdb.base/miscexprs.exp
2193 * gdb.base/new-ui-echo.exp
2194 * gdb.base/new-ui-pending-input.exp
2195 * gdb.base/new-ui.exp
2196 * gdb.base/nodebug.exp
2197 * gdb.base/nofield.exp
2198 * gdb.base/offsets.exp
2199 * gdb.base/overlays.exp
2200 * gdb.base/pending.exp
2201 * gdb.base/pointers.exp
2202 * gdb.base/pr11022.exp
2203 * gdb.base/printcmds.exp
2204 * gdb.base/prologue.exp
2205 * gdb.base/ptr-typedef.exp
2206 * gdb.base/realname-expand.exp
2207 * gdb.base/relativedebug.exp
2208 * gdb.base/relocate.exp
2209 * gdb.base/remote.exp
2210 * gdb.base/reread.exp
2211 * gdb.base/return2.exp
2212 * gdb.base/savedregs.exp
2213 * gdb.base/sep.exp
2214 * gdb.base/sepdebug.exp
2215 * gdb.base/sepsymtab.exp
2216 * gdb.base/set-inferior-tty.exp
2217 * gdb.base/setshow.exp
2218 * gdb.base/shlib-call.exp
2219 * gdb.base/sigaltstack.exp
2220 * gdb.base/siginfo-addr.exp
2221 * gdb.base/signals.exp
2222 * gdb.base/signull.exp
2223 * gdb.base/sigrepeat.exp
2224 * gdb.base/so-impl-ld.exp
2225 * gdb.base/solib-display.exp
2226 * gdb.base/solib-overlap.exp
2227 * gdb.base/solib-search.exp
2228 * gdb.base/solib-symbol.exp
2229 * gdb.base/structs.exp
2230 * gdb.base/structs2.exp
2231 * gdb.base/symtab-search-order.exp
2232 * gdb.base/twice.exp
2233 * gdb.base/unload.exp
2234 * gdb.base/varargs.exp
2235 * gdb.base/watchpoint-solib.exp
2236 * gdb.base/watchpoint.exp
2237 * gdb.base/whatis.exp
2238 * gdb.base/wrong_frame_bt_full.exp
2239 * gdb.btrace/dlopen.exp
2240 * gdb.cell/ea-standalone.exp
2241 * gdb.cell/ea-test.exp
2242 * gdb.cp/dispcxx.exp
2243 * gdb.cp/gdb2384.exp
2244 * gdb.cp/method2.exp
2245 * gdb.cp/nextoverthrow.exp
2246 * gdb.cp/pr10728.exp
2247 * gdb.disasm/am33.exp
2248 * gdb.disasm/h8300s.exp
2249 * gdb.disasm/mn10300.exp
2250 * gdb.disasm/sh3.exp
2251 * gdb.dwarf2/dw2-dir-file-name.exp
2252 * gdb.fortran/complex.exp
2253 * gdb.fortran/library-module.exp
2254 * gdb.guile/scm-pretty-print.exp
2255 * gdb.guile/scm-symbol.exp
2256 * gdb.guile/scm-type.exp
2257 * gdb.guile/scm-value.exp
2258 * gdb.linespec/linespec.exp
2259 * gdb.mi/gdb701.exp
2260 * gdb.mi/gdb792.exp
2261 * gdb.mi/mi-breakpoint-changed.exp
2262 * gdb.mi/mi-dprintf-pending.exp
2263 * gdb.mi/mi-dprintf.exp
2264 * gdb.mi/mi-exit-code.exp
2265 * gdb.mi/mi-pending.exp
2266 * gdb.mi/mi-solib.exp
2267 * gdb.mi/new-ui-mi-sync.exp
2268 * gdb.mi/pr11022.exp
2269 * gdb.mi/user-selected-context-sync.exp
2270 * gdb.opt/solib-intra-step.exp
2271 * gdb.python/py-events.exp
2272 * gdb.python/py-finish-breakpoint.exp
2273 * gdb.python/py-mi.exp
2274 * gdb.python/py-prettyprint.exp
2275 * gdb.python/py-shared.exp
2276 * gdb.python/py-symbol.exp
2277 * gdb.python/py-template.exp
2278 * gdb.python/py-type.exp
2279 * gdb.python/py-value.exp
2280 * gdb.reverse/solib-precsave.exp
2281 * gdb.reverse/solib-reverse.exp
2282 * gdb.server/solib-list.exp
2283 * gdb.stabs/weird.exp
2284 * gdb.threads/reconnect-signal.exp
2285 * gdb.threads/stepi-random-signal.exp
2286 * gdb.trace/actions.exp
2287 * gdb.trace/ax.exp
2288 * gdb.trace/backtrace.exp
2289 * gdb.trace/change-loc.exp
2290 * gdb.trace/deltrace.exp
2291 * gdb.trace/ftrace-lock.exp
2292 * gdb.trace/ftrace.exp
2293 * gdb.trace/infotrace.exp
2294 * gdb.trace/mi-tracepoint-changed.exp
2295 * gdb.trace/packetlen.exp
2296 * gdb.trace/passcount.exp
2297 * gdb.trace/pending.exp
2298 * gdb.trace/range-stepping.exp
2299 * gdb.trace/report.exp
2300 * gdb.trace/stap-trace.exp
2301 * gdb.trace/tfind.exp
2302 * gdb.trace/trace-break.exp
2303 * gdb.trace/trace-condition.exp
2304 * gdb.trace/trace-enable-disable.exp
2305 * gdb.trace/trace-mt.exp
2306 * gdb.trace/tracecmd.exp
2307 * gdb.trace/tspeed.exp
2308 * gdb.trace/tsv.exp
2309 * lib/perftest.exp
2310
fb9feb35
LM
23112016-12-01 Luis Machado <lgustavo@codesourcery.com>
2312
2313 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2314 with gdb_test_no_output.
2315 Use command as test name.
2316
cd2ddb6c
LM
23172016-12-01 Luis Machado <lgustavo@codesourcery.com>
2318
2319 Fix test names starting with uppercase throughout the files.
2320
2321 * gdb.ada/assign_1.exp
2322 * gdb.ada/boolean_expr.exp
2323 * gdb.base/arrayidx.exp
2324 * gdb.base/del.exp
2325 * gdb.base/gcore-buffer-overflow.exp
2326 * gdb.base/testenv.exp
2327 * gdb.compile/compile.exp
2328 * gdb.python/py-framefilter-invalidarg.exp
2329 * gdb.python/py-framefilter.exp
2330
bb95117e
LM
23312016-12-01 Luis Machado <lgustavo@codesourcery.com>
2332
2333 Fix test names starting with uppercase throughout the files.
2334
2335 * gdb.ada/array_return.exp
2336 * gdb.ada/expr_delims.exp
2337 * gdb.ada/mi_dyn_arr.exp
2338 * gdb.ada/mi_interface.exp
2339 * gdb.ada/mi_var_array.exp
2340 * gdb.ada/watch_arg.exp
2341 * gdb.arch/alpha-step.exp
2342 * gdb.arch/altivec-regs.exp
2343 * gdb.arch/e500-regs.exp
2344 * gdb.arch/powerpc-d128-regs.exp
2345 * gdb.base/arrayidx.exp
2346 * gdb.base/break.exp
2347 * gdb.base/checkpoint.exp
2348 * gdb.base/debug-expr.exp
2349 * gdb.base/dmsym.exp
2350 * gdb.base/radix.exp
2351 * gdb.base/sepdebug.exp
2352 * gdb.base/testenv.exp
2353 * gdb.base/watch_thread_num.exp
2354 * gdb.base/watchpoint-cond-gone.exp
2355 * gdb.cell/break.exp
2356 * gdb.cell/ea-cache.exp
2357 * gdb.compile/compile.exp
2358 * gdb.cp/gdb2495.exp
2359 * gdb.gdb/selftest.exp
2360 * gdb.gdb/xfullpath.exp
2361 * gdb.go/hello.exp
2362 * gdb.go/integers.exp
2363 * gdb.objc/basicclass.exp
2364 * gdb.pascal/hello.exp
2365 * gdb.pascal/integers.exp
2366 * gdb.python/py-breakpoint.exp
2367 * gdb.python/py-cmd.exp
2368 * gdb.python/py-linetable.exp
2369 * gdb.python/py-xmethods.exp
2370 * gdb.python/python.exp
2371 * gdb.reverse/consecutive-precsave.exp
2372 * gdb.reverse/finish-precsave.exp
2373 * gdb.reverse/i386-precsave.exp
2374 * gdb.reverse/machinestate-precsave.exp
2375 * gdb.reverse/sigall-precsave.exp
2376 * gdb.reverse/solib-precsave.exp
2377 * gdb.reverse/step-precsave.exp
2378 * gdb.reverse/until-precsave.exp
2379 * gdb.reverse/watch-precsave.exp
2380 * gdb.threads/leader-exit.exp
2381 * gdb.threads/pthreads.exp
2382 * gdb.threads/wp-replication.exp
2383 * gdb.trace/actions.exp
2384 * gdb.trace/mi-tsv-changed.exp
2385 * gdb.trace/tsv.exp
2386
de97fdd4
LM
23872016-12-01 Luis Machado <lgustavo@codesourcery.com>
2388
2389 Fix test names starting with uppercase throughout the files.
2390
2391 * gdb.arch/i386-bp_permanent.exp
2392 * gdb.arch/i386-gnu-cfi.exp
2393 * gdb.base/disasm-end-cu.exp
2394 * gdb.base/macscp.exp
2395 * gdb.base/pending.exp
2396 * gdb.base/watch_thread_num.exp
2397 * gdb.cp/exception.exp
2398 * gdb.cp/gdb2495.exp
2399 * gdb.cp/local.exp
2400 * gdb.python/py-evsignal.exp
2401 * gdb.python/python.exp
2402 * gdb.trace/tracecmd.exp
2403
9f058c10
LM
24042016-12-01 Luis Machado <lgustavo@codesourcery.com>
2405
2406 Fix test names starting with uppercase throughout the files.
2407
2408 * gdb.base/charset.exp
2409 * gdb.base/eval.exp
2410 * gdb.base/multi-forks.exp
2411 * gdb.guile/scm-progspace.exp
2412 * gdb.opencl/datatypes.exp
2413 * gdb.python/py-block.exp
2414 * gdb.python/py-function.exp
2415 * gdb.python/py-symbol.exp
2416 * gdb.python/py-symtab.exp
2417 * gdb.python/py-xmethods.exp
2418 * gdb.reverse/break-precsave.exp
2419 * gdb.reverse/break-reverse.exp
2420 * gdb.reverse/consecutive-precsave.exp
2421 * gdb.reverse/consecutive-reverse.exp
2422 * gdb.reverse/finish-precsave.exp
2423 * gdb.reverse/finish-reverse-bkpt.exp
2424 * gdb.reverse/finish-reverse.exp
2425 * gdb.reverse/fstatat-reverse.exp
2426 * gdb.reverse/getresuid-reverse.exp
2427 * gdb.reverse/i386-precsave.exp
2428 * gdb.reverse/i386-reverse.exp
2429 * gdb.reverse/i386-sse-reverse.exp
2430 * gdb.reverse/i387-stack-reverse.exp
2431 * gdb.reverse/insn-reverse.exp
2432 * gdb.reverse/machinestate-precsave.exp
2433 * gdb.reverse/machinestate.exp
2434 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2435 * gdb.reverse/pipe-reverse.exp
2436 * gdb.reverse/readv-reverse.exp
2437 * gdb.reverse/recvmsg-reverse.exp
2438 * gdb.reverse/rerun-prec.exp
2439 * gdb.reverse/s390-mvcle.exp
2440 * gdb.reverse/sigall-precsave.exp
2441 * gdb.reverse/sigall-reverse.exp
2442 * gdb.reverse/solib-precsave.exp
2443 * gdb.reverse/solib-reverse.exp
2444 * gdb.reverse/step-precsave.exp
2445 * gdb.reverse/step-reverse.exp
2446 * gdb.reverse/time-reverse.exp
2447 * gdb.reverse/until-precsave.exp
2448 * gdb.reverse/until-reverse.exp
2449 * gdb.reverse/waitpid-reverse.exp
2450 * gdb.reverse/watch-precsave.exp
2451 * gdb.reverse/watch-reverse.exp
2452
cdc7edd7
LM
24532016-12-01 Luis Machado <lgustavo@codesourcery.com>
2454
2455 Fix test names starting with uppercase throughout the files.
2456
2457 * gdb.arch/i386-mpx-simple_segv.exp
2458 * gdb.arch/i386-mpx.exp
2459 * gdb.arch/i386-permbkpt.exp
2460 * gdb.arch/pa-nullify.exp
2461 * gdb.arch/powerpc-d128-regs.exp
2462 * gdb.arch/vsx-regs.exp
2463 * gdb.base/bfp-test.exp
2464 * gdb.base/break.exp
2465 * gdb.base/breakpoint-shadow.exp
2466 * gdb.base/callfuncs.exp
2467 * gdb.base/charset.exp
2468 * gdb.base/commands.exp
2469 * gdb.base/completion.exp
2470 * gdb.base/dfp-test.exp
2471 * gdb.base/echo.exp
2472 * gdb.base/ending-run.exp
2473 * gdb.base/eval.exp
2474 * gdb.base/expand-psymtabs.exp
2475 * gdb.base/float128.exp
2476 * gdb.base/floatn.exp
2477 * gdb.base/foll-exec-mode.exp
2478 * gdb.base/gdb1056.exp
2479 * gdb.base/gdb11531.exp
2480 * gdb.base/kill-after-signal.exp
2481 * gdb.base/multi-forks.exp
2482 * gdb.base/overlays.exp
2483 * gdb.base/pending.exp
2484 * gdb.base/sepdebug.exp
2485 * gdb.base/testenv.exp
2486 * gdb.base/valgrind-db-attach.exp
2487 * gdb.base/watch_thread_num.exp
2488 * gdb.base/watchpoint-cond-gone.exp
2489 * gdb.base/watchpoint.exp
2490 * gdb.base/watchpoints.exp
2491 * gdb.cp/arg-reference.exp
2492 * gdb.cp/baseenum.exp
2493 * gdb.cp/operator.exp
2494 * gdb.cp/shadow.exp
2495 * gdb.dwarf2/dw2-op-out-param.exp
2496 * gdb.dwarf2/dw2-reg-undefined.exp
2497 * gdb.go/chan.exp
2498 * gdb.go/hello.exp
2499 * gdb.go/integers.exp
2500 * gdb.go/methods.exp
2501 * gdb.go/package.exp
2502 * gdb.guile/scm-parameter.exp
2503 * gdb.guile/scm-progspace.exp
2504 * gdb.guile/scm-value.exp
2505 * gdb.mi/mi-pending.exp
2506 * gdb.mi/user-selected-context-sync.exp
2507 * gdb.multi/multi-attach.exp
2508 * gdb.multi/tids.exp
2509 * gdb.opt/clobbered-registers-O2.exp
2510 * gdb.pascal/floats.exp
2511 * gdb.pascal/integers.exp
2512 * gdb.python/py-block.exp
2513 * gdb.python/py-events.exp
2514 * gdb.python/py-parameter.exp
2515 * gdb.python/py-symbol.exp
2516 * gdb.python/py-symtab.exp
2517 * gdb.python/py-type.exp
2518 * gdb.python/py-value.exp
2519 * gdb.python/py-xmethods.exp
2520 * gdb.python/python.exp
2521 * gdb.reverse/break-precsave.exp
2522 * gdb.reverse/consecutive-precsave.exp
2523 * gdb.reverse/finish-precsave.exp
2524 * gdb.reverse/i386-precsave.exp
2525 * gdb.reverse/machinestate-precsave.exp
2526 * gdb.reverse/sigall-precsave.exp
2527 * gdb.reverse/solib-precsave.exp
2528 * gdb.reverse/step-precsave.exp
2529 * gdb.reverse/until-precsave.exp
2530 * gdb.reverse/watch-precsave.exp
2531 * gdb.server/ext-attach.exp
2532 * gdb.server/ext-restart.exp
2533 * gdb.server/ext-run.exp
2534 * gdb.server/ext-wrapper.exp
2535 * gdb.stabs/gdb11479.exp
2536 * gdb.stabs/weird.exp
2537 * gdb.threads/attach-many-short-lived-threads.exp
2538 * gdb.threads/kill.exp
2539 * gdb.threads/watchpoint-fork.exp
2540
bc6c7af4
LM
25412016-12-01 Luis Machado <lgustavo@codesourcery.com>
2542
2543 Fix test names starting with uppercase throughout all the files below.
2544
2545 * gdb.ada/array_return.exp
2546 * gdb.ada/catch_ex.exp
2547 * gdb.ada/info_exc.exp
2548 * gdb.ada/mi_catch_ex.exp
2549 * gdb.ada/mi_dyn_arr.exp
2550 * gdb.ada/mi_ex_cond.exp
2551 * gdb.ada/mi_exc_info.exp
2552 * gdb.ada/mi_interface.exp
2553 * gdb.ada/mi_task_arg.exp
2554 * gdb.ada/mi_task_info.exp
2555 * gdb.ada/mi_var_array.exp
2556 * gdb.arch/alpha-step.exp
2557 * gdb.arch/amd64-disp-step.exp
2558 * gdb.arch/arm-disp-step.exp
2559 * gdb.arch/disp-step-insn-reloc.exp
2560 * gdb.arch/e500-prologue.exp
2561 * gdb.arch/ftrace-insn-reloc.exp
2562 * gdb.arch/gdb1558.exp
2563 * gdb.arch/i386-bp_permanent.exp
2564 * gdb.arch/i386-disp-step.exp
2565 * gdb.arch/i386-float.exp
2566 * gdb.arch/i386-gnu-cfi.exp
2567 * gdb.arch/ia64-breakpoint-shadow.exp
2568 * gdb.arch/mips16-thunks.exp
2569 * gdb.arch/pa-nullify.exp
2570 * gdb.arch/powerpc-aix-prologue.exp
2571 * gdb.arch/powerpc-power.exp
2572 * gdb.arch/ppc-dfp.exp
2573 * gdb.arch/s390-tdbregs.exp
2574 * gdb.arch/spu-info.exp
2575 * gdb.arch/spu-ls.exp
2576 * gdb.arch/thumb-bx-pc.exp
2577 * gdb.base/advance.exp
2578 * gdb.base/annota-input-while-running.exp
2579 * gdb.base/arrayidx.exp
2580 * gdb.base/asmlabel.exp
2581 * gdb.base/async.exp
2582 * gdb.base/attach-wait-input.exp
2583 * gdb.base/auto-connect-native-target.exp
2584 * gdb.base/batch-preserve-term-settings.exp
2585 * gdb.base/bfp-test.exp
2586 * gdb.base/bigcore.exp
2587 * gdb.base/bp-permanent.exp
2588 * gdb.base/break-always.exp
2589 * gdb.base/break-fun-addr.exp
2590 * gdb.base/break-idempotent.exp
2591 * gdb.base/break-main-file-remove-fail.exp
2592 * gdb.base/break-probes.exp
2593 * gdb.base/break-unload-file.exp
2594 * gdb.base/break.exp
2595 * gdb.base/call-ar-st.exp
2596 * gdb.base/call-rt-st.exp
2597 * gdb.base/call-sc.exp
2598 * gdb.base/call-signal-resume.exp
2599 * gdb.base/call-strs.exp
2600 * gdb.base/callexit.exp
2601 * gdb.base/callfuncs.exp
2602 * gdb.base/catch-gdb-caused-signals.exp
2603 * gdb.base/catch-signal-siginfo-cond.exp
2604 * gdb.base/catch-syscall.exp
2605 * gdb.base/compare-sections.exp
2606 * gdb.base/cond-eval-mode.exp
2607 * gdb.base/condbreak-call-false.exp
2608 * gdb.base/consecutive-step-over.exp
2609 * gdb.base/cursal.exp
2610 * gdb.base/disabled-location.exp
2611 * gdb.base/disasm-end-cu.exp
2612 * gdb.base/display.exp
2613 * gdb.base/double-prompt-target-event-error.exp
2614 * gdb.base/dprintf-bp-same-addr.exp
2615 * gdb.base/dprintf-detach.exp
2616 * gdb.base/dprintf-next.exp
2617 * gdb.base/dprintf-non-stop.exp
2618 * gdb.base/dprintf-pending.exp
2619 * gdb.base/dso2dso.exp
2620 * gdb.base/ending-run.exp
2621 * gdb.base/enum_cond.exp
2622 * gdb.base/examine-backward.exp
2623 * gdb.base/exe-lock.exp
2624 * gdb.base/exec-invalid-sysroot.exp
2625 * gdb.base/execl-update-breakpoints.exp
2626 * gdb.base/execution-termios.exp
2627 * gdb.base/fileio.exp
2628 * gdb.base/fixsection.exp
2629 * gdb.base/foll-exec-mode.exp
2630 * gdb.base/foll-exec.exp
2631 * gdb.base/fork-running-state.exp
2632 * gdb.base/frame-args.exp
2633 * gdb.base/fullpath-expand.exp
2634 * gdb.base/func-ptr.exp
2635 * gdb.base/gcore-relro-pie.exp
2636 * gdb.base/gdb1090.exp
2637 * gdb.base/gdb1555.exp
2638 * gdb.base/global-var-nested-by-dso.exp
2639 * gdb.base/gnu-ifunc.exp
2640 * gdb.base/hbreak-in-shr-unsupported.exp
2641 * gdb.base/hbreak-unmapped.exp
2642 * gdb.base/hook-stop.exp
2643 * gdb.base/infcall-input.exp
2644 * gdb.base/info-fun.exp
2645 * gdb.base/info-shared.exp
2646 * gdb.base/interrupt-noterm.exp
2647 * gdb.base/jit-so.exp
2648 * gdb.base/jit.exp
2649 * gdb.base/line-symtabs.exp
2650 * gdb.base/list.exp
2651 * gdb.base/longjmp.exp
2652 * gdb.base/macscp.exp
2653 * gdb.base/max-value-size.exp
2654 * gdb.base/nodebug.exp
2655 * gdb.base/nofield.exp
2656 * gdb.base/overlays.exp
2657 * gdb.base/paginate-after-ctrl-c-running.exp
2658 * gdb.base/paginate-bg-execution.exp
2659 * gdb.base/paginate-inferior-exit.exp
2660 * gdb.base/pending.exp
2661 * gdb.base/pr11022.exp
2662 * gdb.base/printcmds.exp
2663 * gdb.base/ptr-typedef.exp
2664 * gdb.base/ptype.exp
2665 * gdb.base/randomize.exp
2666 * gdb.base/range-stepping.exp
2667 * gdb.base/realname-expand.exp
2668 * gdb.base/relativedebug.exp
2669 * gdb.base/remote.exp
2670 * gdb.base/savedregs.exp
2671 * gdb.base/sepdebug.exp
2672 * gdb.base/set-noassign.exp
2673 * gdb.base/shlib-call.exp
2674 * gdb.base/shreloc.exp
2675 * gdb.base/sigaltstack.exp
2676 * gdb.base/sigbpt.exp
2677 * gdb.base/siginfo-addr.exp
2678 * gdb.base/siginfo-obj.exp
2679 * gdb.base/siginfo-thread.exp
2680 * gdb.base/signest.exp
2681 * gdb.base/signull.exp
2682 * gdb.base/sigrepeat.exp
2683 * gdb.base/skip.exp
2684 * gdb.base/so-impl-ld.exp
2685 * gdb.base/solib-corrupted.exp
2686 * gdb.base/solib-disc.exp
2687 * gdb.base/solib-display.exp
2688 * gdb.base/solib-overlap.exp
2689 * gdb.base/solib-search.exp
2690 * gdb.base/solib-symbol.exp
2691 * gdb.base/source-execution.exp
2692 * gdb.base/sss-bp-on-user-bp-2.exp
2693 * gdb.base/sss-bp-on-user-bp.exp
2694 * gdb.base/stack-checking.exp
2695 * gdb.base/stale-infcall.exp
2696 * gdb.base/step-break.exp
2697 * gdb.base/step-line.exp
2698 * gdb.base/step-over-exit.exp
2699 * gdb.base/step-test.exp
2700 * gdb.base/structs.exp
2701 * gdb.base/sym-file.exp
2702 * gdb.base/symtab-search-order.exp
2703 * gdb.base/term.exp
2704 * gdb.base/type-opaque.exp
2705 * gdb.base/unload.exp
2706 * gdb.base/until-nodebug.exp
2707 * gdb.base/until.exp
2708 * gdb.base/unwindonsignal.exp
2709 * gdb.base/watch-cond.exp
2710 * gdb.base/watch-non-mem.exp
2711 * gdb.base/watch_thread_num.exp
2712 * gdb.base/watchpoint-reuse-slot.exp
2713 * gdb.base/watchpoint-solib.exp
2714 * gdb.base/watchpoint.exp
2715 * gdb.btrace/dlopen.exp
2716 * gdb.cell/arch.exp
2717 * gdb.cell/break.exp
2718 * gdb.cell/bt.exp
2719 * gdb.cell/core.exp
2720 * gdb.cell/data.exp
2721 * gdb.cell/dwarfaddr.exp
2722 * gdb.cell/ea-cache.exp
2723 * gdb.cell/ea-standalone.exp
2724 * gdb.cell/ea-test.exp
2725 * gdb.cell/f-regs.exp
2726 * gdb.cell/fork.exp
2727 * gdb.cell/gcore.exp
2728 * gdb.cell/mem-access.exp
2729 * gdb.cell/ptype.exp
2730 * gdb.cell/registers.exp
2731 * gdb.cell/sizeof.exp
2732 * gdb.cell/solib-symbol.exp
2733 * gdb.cell/solib.exp
2734 * gdb.compile/compile-tls.exp
2735 * gdb.cp/exception.exp
2736 * gdb.cp/gdb2495.exp
2737 * gdb.cp/local.exp
2738 * gdb.cp/mb-inline.exp
2739 * gdb.cp/mb-templates.exp
2740 * gdb.cp/pr10687.exp
2741 * gdb.cp/pr9167.exp
2742 * gdb.cp/scope-err.exp
2743 * gdb.cp/templates.exp
2744 * gdb.cp/virtfunc.exp
2745 * gdb.dwarf2/dw2-dir-file-name.exp
2746 * gdb.dwarf2/dw2-single-line-discriminators.exp
2747 * gdb.fortran/complex.exp
2748 * gdb.fortran/library-module.exp
2749 * gdb.guile/guile.exp
2750 * gdb.guile/scm-cmd.exp
2751 * gdb.guile/scm-frame-inline.exp
2752 * gdb.guile/scm-objfile.exp
2753 * gdb.guile/scm-pretty-print.exp
2754 * gdb.guile/scm-symbol.exp
2755 * gdb.guile/scm-type.exp
2756 * gdb.guile/scm-value.exp
2757 * gdb.linespec/keywords.exp
2758 * gdb.linespec/ls-errs.exp
2759 * gdb.linespec/macro-relative.exp
2760 * gdb.linespec/thread.exp
2761 * gdb.mi/mi-breakpoint-changed.exp
2762 * gdb.mi/mi-dprintf-pending.exp
2763 * gdb.mi/mi-fullname-deleted.exp
2764 * gdb.mi/mi-logging.exp
2765 * gdb.mi/mi-pending.exp
2766 * gdb.mi/mi-solib.exp
2767 * gdb.mi/new-ui-mi-sync.exp
2768 * gdb.mi/user-selected-context-sync.exp
2769 * gdb.multi/dummy-frame-restore.exp
2770 * gdb.multi/multi-arch-exec.exp
2771 * gdb.multi/remove-inferiors.exp
2772 * gdb.multi/watchpoint-multi-exit.exp
2773 * gdb.opt/solib-intra-step.exp
2774 * gdb.perf/backtrace.exp
2775 * gdb.perf/single-step.exp
2776 * gdb.perf/skip-command.exp
2777 * gdb.perf/skip-prologue.exp
2778 * gdb.perf/solib.exp
2779 * gdb.python/lib-types.exp
2780 * gdb.python/py-as-string.exp
2781 * gdb.python/py-bad-printers.exp
2782 * gdb.python/py-block.exp
2783 * gdb.python/py-breakpoint.exp
2784 * gdb.python/py-cmd.exp
2785 * gdb.python/py-events.exp
2786 * gdb.python/py-evthreads.exp
2787 * gdb.python/py-finish-breakpoint.exp
2788 * gdb.python/py-finish-breakpoint2.exp
2789 * gdb.python/py-frame-inline.exp
2790 * gdb.python/py-frame.exp
2791 * gdb.python/py-inferior.exp
2792 * gdb.python/py-infthread.exp
2793 * gdb.python/py-mi.exp
2794 * gdb.python/py-objfile.exp
2795 * gdb.python/py-pp-maint.exp
2796 * gdb.python/py-pp-registration.exp
2797 * gdb.python/py-prettyprint.exp
2798 * gdb.python/py-recurse-unwind.exp
2799 * gdb.python/py-shared.exp
2800 * gdb.python/py-symbol.exp
2801 * gdb.python/py-symtab.exp
2802 * gdb.python/py-template.exp
2803 * gdb.python/py-type.exp
2804 * gdb.python/py-unwind-maint.exp
2805 * gdb.python/py-unwind.exp
2806 * gdb.python/py-value.exp
2807 * gdb.python/python.exp
2808 * gdb.reverse/finish-reverse-bkpt.exp
2809 * gdb.reverse/insn-reverse.exp
2810 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2811 * gdb.reverse/solib-precsave.exp
2812 * gdb.reverse/solib-reverse.exp
2813 * gdb.stabs/gdb11479.exp
2814 * gdb.stabs/weird.exp
2815 * gdb.threads/fork-child-threads.exp
2816 * gdb.threads/fork-plus-threads.exp
2817 * gdb.threads/fork-thread-pending.exp
2818 * gdb.threads/forking-threads-plus-breakpoint.exp
2819 * gdb.threads/hand-call-in-threads.exp
2820 * gdb.threads/interrupted-hand-call.exp
2821 * gdb.threads/linux-dp.exp
2822 * gdb.threads/local-watch-wrong-thread.exp
2823 * gdb.threads/next-while-other-thread-longjmps.exp
2824 * gdb.threads/non-ldr-exit.exp
2825 * gdb.threads/pending-step.exp
2826 * gdb.threads/print-threads.exp
2827 * gdb.threads/process-dies-while-detaching.exp
2828 * gdb.threads/process-dies-while-handling-bp.exp
2829 * gdb.threads/pthreads.exp
2830 * gdb.threads/queue-signal.exp
2831 * gdb.threads/reconnect-signal.exp
2832 * gdb.threads/signal-command-handle-nopass.exp
2833 * gdb.threads/signal-command-multiple-signals-pending.exp
2834 * gdb.threads/signal-delivered-right-thread.exp
2835 * gdb.threads/signal-sigtrap.exp
2836 * gdb.threads/sigthread.exp
2837 * gdb.threads/staticthreads.exp
2838 * gdb.threads/stepi-random-signal.exp
2839 * gdb.threads/thread-unwindonsignal.exp
2840 * gdb.threads/thread_check.exp
2841 * gdb.threads/thread_events.exp
2842 * gdb.threads/tid-reuse.exp
2843 * gdb.threads/tls-nodebug.exp
2844 * gdb.threads/tls-shared.exp
2845 * gdb.threads/tls-so_extern.exp
2846 * gdb.threads/tls.exp
2847 * gdb.threads/wp-replication.exp
2848 * gdb.trace/actions-changed.exp
2849 * gdb.trace/actions.exp
2850 * gdb.trace/backtrace.exp
2851 * gdb.trace/change-loc.exp
2852 * gdb.trace/collection.exp
2853 * gdb.trace/deltrace.exp
2854 * gdb.trace/disconnected-tracing.exp
2855 * gdb.trace/entry-values.exp
2856 * gdb.trace/ftrace-lock.exp
2857 * gdb.trace/ftrace.exp
2858 * gdb.trace/infotrace.exp
2859 * gdb.trace/mi-trace-frame-collected.exp
2860 * gdb.trace/mi-trace-unavailable.exp
2861 * gdb.trace/mi-traceframe-changed.exp
2862 * gdb.trace/mi-tracepoint-changed.exp
2863 * gdb.trace/mi-tsv-changed.exp
2864 * gdb.trace/no-attach-trace.exp
2865 * gdb.trace/packetlen.exp
2866 * gdb.trace/passc-dyn.exp
2867 * gdb.trace/passcount.exp
2868 * gdb.trace/pending.exp
2869 * gdb.trace/pr16508.exp
2870 * gdb.trace/qtro.exp
2871 * gdb.trace/range-stepping.exp
2872 * gdb.trace/read-memory.exp
2873 * gdb.trace/report.exp
2874 * gdb.trace/save-trace.exp
2875 * gdb.trace/signal.exp
2876 * gdb.trace/stap-trace.exp
2877 * gdb.trace/status-stop.exp
2878 * gdb.trace/strace.exp
2879 * gdb.trace/tfile.exp
2880 * gdb.trace/tfind.exp
2881 * gdb.trace/trace-break.exp
2882 * gdb.trace/trace-condition.exp
2883 * gdb.trace/trace-enable-disable.exp
2884 * gdb.trace/trace-mt.exp
2885 * gdb.trace/tracecmd.exp
2886 * gdb.trace/tracefile-pseudo-reg.exp
2887 * gdb.trace/tspeed.exp
2888 * gdb.trace/tstatus.exp
2889 * gdb.trace/tsv.exp
2890 * gdb.trace/unavailable.exp
2891 * gdb.trace/while-dyn.exp
2892 * gdb.trace/while-stepping.exp
2893 * lib/gdb-guile.exp
2894 * lib/gdb.exp
2895 * lib/mi-support.exp
2896 * lib/pascal.exp
2897 * lib/perftest.exp
2898 * lib/prelink-support.exp
2899 * lib/selftest-support.exp
2900
ad02e4fe
SM
29012016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2902
2903 * Makefile.in: Include disable-implicit-rules.mk.
2904
22347e55
AA
29052016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2906
2907 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2908 non-byte-aligned bit fields.
2909
da5b30da
AA
29102016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2911
2912 PR gdb/12616
2913 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2914 respects the DW_AT_data_bit_offset attribute.
2915
b593ecca
SM
29162016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2917
2918 * gdb.base/default.exp: Fix output of "set language".
2919
3b165252
SM
29202016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2921
2922 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2923 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2924 make.
2925 * configure.ac: Remove checks for the make program.
2926 * configure: Re-generate.
2927
1a2f3d7f
KB
29282016-11-16 Kevin Buettner <kevinb@redhat.com>
2929
2930 * gdb.python/py-recurse-unwind.c (main): Add loop.
2931 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2932 to read_register() and gdb.parse_and_eval(). Make each code
2933 call a separate case that can be individually tested.
2934 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2935 proc. Call cont_and_backtrace for each of the code paths that
2936 we want to test in the unwinder.
2937
b7f38fda
AA
29382016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2939
2940 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2941 the definition of struct S.
2942
1f8db343
CM
29432016-11-11 Catherine Moore <clm@codesourcery.com>
2944
2945 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2946
fad0c9fb
PA
29472016-11-09 Pedro Alves <palves@redhat.com>
2948
2949 * gdb.base/commands.exp (runto_or_return): New procedure.
2950 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2951 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2952 (progvar_simple_while_test, progvar_complex_if_while_test)
2953 (if_while_breakpoint_command_test)
2954 (infrun_breakpoint_command_test, breakpoint_command_test)
2955 (user_defined_command_test, watchpoint_command_test)
2956 (test_command_prompt_position, redefine_hook_test)
2957 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2958 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2959 multi_line_input and multi_line. Remove gdb_expect and
2960 gdb_stop_suppressing_tests uses.
2961 * lib/gdb.exp (valnum_re): New global.
2962 (multi_line_input): New procedure.
2963
8354c62c
SM
29642016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2965
2966 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2967 Remove.
2968 (test_setup): Define with proc_with_prefix.
2969 (test_cli_inferior): Likewise.
2970 (test_cli_thread): Likewise.
2971 (test_cli_frame): Likewise.
2972 (test_cli_select_frame): Likewise.
2973 (test_cli_up_down): Likewise.
2974 (test_mi_thread_select): Likewise.
2975 (test_mi_stack_select_frame): Likewise.
2976 (test_cli_in_mi_inferior): Likewise.
2977 (test_cli_in_mi_thread): Likewise.
2978 (test_cli_in_mi_frame): Likewise.
2979 (top level): Do not use with_test_prefix_procname.
2980
64f367a2
PA
29812016-11-09 Pedro Alves <palves@redhat.com>
2982
2983 * gdb.base/commands.exp (gdbvar_simple_if_test)
2984 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2985 (progvar_simple_if_test, progvar_simple_while_test)
2986 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2987 (infrun_breakpoint_command_test, breakpoint_command_test)
2988 (user_defined_command_test, watchpoint_command_test)
2989 (test_command_prompt_position, deprecated_command_test)
2990 (bp_deleted_in_command, temporary_breakpoint_commands)
2991 (stray_arg0_test, source_file_with_indented_comment)
2992 (recursive_source_test, if_commands_test)
2993 (error_clears_commands_left, redefine_hook_test)
2994 (redefine_backtrace_test): Use proc_with_prefix.
2995 * lib/gdb.exp (proc_with_prefix): New proc.
2996
0bb65f1e
AA
29972016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2998
2999 * gdb.base/tui-layout.c: New file.
3000 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
3001 disassembly window contains very long lines.
3002
7353f247
TT
30032016-11-08 Tom Tromey <tom@tromey.com>
3004
3005 * gdb.python/py-value.exp (test_value_creation): Make "long" test
3006 depend on Python 2.
3007
30a7bb83
TT
30082016-11-08 Tom Tromey <tom@tromey.com>
3009
3010 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
3011 New method.
3012
cdf5a07c
MG
30132016-10-29 Manish Goregaokar <manish@mozilla.com>
3014
2806dc7e 3015 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 3016
51a789c3
MG
30172016-10-27 Manish Goregaokar <manish@mozilla.com>
3018
2806dc7e
PA
3019 * gdb.rust/simple.rs: Add test for univariant enums without
3020 discriminants and for encoded struct-like enums.
51a789c3 3021
f610ab6d
PA
30222016-10-28 Pedro Alves <palves@redhat.com>
3023
3024 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
3025 gdb_test_multiple, tighten regexps and match symtabs and line
3026 tables incrementally.
3027
b129b0ca
LM
30282016-10-28 Luis Machado <lgustavo@codesourcery.com>
3029
3030 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
3031 general.
3032
ecf45d2c
SL
30332016-10-25 Luis Machado <lgustavo@codesourcery.com>
3034
3035 * gdb.base/exec-invalid-sysroot.exp: New file.
3036
b8d38ee4
JK
30372016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3038
3039 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
3040
f90fd8c2
JK
30412016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3042
3043 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
3044
2d2476aa
MR
30452016-10-19 Maciej W. Rozycki <macro@imgtec.com>
3046
2806dc7e
PA
3047 * gdb.base/killed-outside.exp: Remove $options from a call to
3048 `prepare_for_testing'.
2d2476aa 3049
e42b25a0
SM
30502016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3051
3052 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3053 Change test message.
3054
3ccdb432
SM
30552016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3056
3057 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
3058 Update comment.
3059
5bad3170
SM
30602016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3061
3062 * gdb.trace/mi-trace-save.exp: New file.
3063
5ad9dba7
YQ
30642016-10-13 Yao Qi <yao.qi@linaro.org>
3065
3066 * gdb.base/code_elim.exp (get_var_address): Remove.
3067 * gdb.base/relocate.exp: Likewise.
3068 * gdb.base/shreloc.exp: Likewise.
3069 * lib/gdb.exp (get_var_address): New.
3070
62df7e21
YQ
30712016-10-13 Yao Qi <yao.qi@linaro.org>
3072
3073 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
3074 floating point tests if $skip_float_test is false.
3075
4dac951e
LM
30762016-10-12 Luis Machado <lgustavo@codesourcery.com>
3077
3078 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
3079 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
3080 argc values.
3081 Add 1 to argc so we guarantee distinct initial/modified argc values.
3082
8f1a8fc4
JK
30832016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3084
3085 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
3086
16c85b5d
JK
30872016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3088
3089 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
3090 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3091 * gdb.arch/vsx-regs.exp: Likewise.
3092
1d0e042a
YQ
30932016-10-07 Yao Qi <yao.qi@linaro.org>
3094
3095 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
3096
68dadef5
MM
30972016-10-07 Markus Metzger <markus.t.metzger@intel.com>
3098
3099 * gdb.python/python.exp: Test decode_line("*0").
3100
33fa2c6e
DE
31012016-10-06 Doug Evans <dje@google.com>
3102
3103 * gdb.python/py-value.exp (test_value_creation): Add test for large
3104 unsigned 64-bit value.
3105
9c37b5ae
TT
31062016-10-06 Tom Tromey <tom@tromey.com>
3107
3108 * gdb.compile/compile.exp: Change java tests to rust.
3109 * gdb.base/setshow.exp: Change java tests to rust.
3110 * gdb.base/default.exp: Remove java from language list.
3111 * README (Examples): Update language example.
3112 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
3113 test.
3114 * lib/gdb.exp (skip_java_tests): Remove.
3115 * lib/java.exp: Remove.
3116 * gdb.java: Remove.
3117
78b86327
MR
31182016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3119
3120 * gdb.arch/mips-fcr.exp: New test.
3121 * gdb.arch/mips-fcr.c: Source for the new test.
3122
7470adbb
MR
31232016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3124
3125 * gdb.base/solib-disc.exp: Use `standard_output_file'
3126 throughout.
3127
4a556533
PA
31282016-10-06 Pedro Alves <palves@redhat.com>
3129
3130 * gdb.base/jit-simple-dl.c: New file.
3131 * gdb.base/jit-simple-jit.c: New file, factored out from ...
3132 * gdb.base/jit-simple.c: ... this.
3133 * gdb.base/jit-simple.exp (jit_run): Delete.
3134 (build_jit): New proc.
3135 (jit_test_reread): Recompile either the main program or the shared
3136 library, depending on what is being tested. Skip changing address
3137 if caller wants to. Compare before/after addresses. If testing
3138 standalone, explicitly load the binary. Test "maint info
3139 breakpoints".
3140 (top level): Add "standalone vs shared lib" and "change address"
3141 vs "same address" axes.
3142
5a122fbc
PA
31432016-10-06 Pedro Alves <palves@redhat.com>
3144
3145 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
3146 call.
3147 (jit_run): Delete.
3148 (jit_test_reread): Use with_test_prefix. Reload the main binary
3149 explicitly. Compare the before/after addresses of the JIT
3150 descriptor.
3151
ee8da4b8
DE
31522016-08-15 Doug Evans <dje@google.com>
3153
3154 * gdb.xml/extra-regs.xml: Update, end field now required, default type
3155 for single bitfields is bool.
3156 * gdb.xml/tdesc-regs.exp: Ditto.
3157
f389f6fe
JK
31582016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3159
3160 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
3161
fdebf1a4
YQ
31622016-10-05 Yao Qi <yao.qi@linaro.org>
3163
3164 * lib/gdb.exp (support_complex_tests): Return zero if
3165 gdb_skip_float_test return true.
3166
9c36d954 31672016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 3168 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
3169
3170 PR gdb/20487
3171 * gdb.mi/user-selected-context-sync.exp: New file.
3172 * gdb.mi/user-selected-context-sync.c: New file.
3173
4034d0ff 31742016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 3175 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
3176
3177 PR gdb/20487
3178 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
3179 =thread-select-event check.
3180
a4297203
PB
31812016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3182
3183 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3184 the compulsory L operand changes.
3185 * gdb.arch/powerpc-power.s: Likewise.
3186
bb805577
JK
31872016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3190 * gdb.base/jit-attach-pie.c: New file.
3191 * gdb.base/jit-attach-pie.exp: New file.
3192
6d61dee5
PA
31932016-09-28 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.base/infcall-input.c: New file.
3196 * gdb.base/infcall-input.exp: New file.
3197
f73842fc
YQ
31982016-09-22 Yao Qi <yao.qi@linaro.org>
3199
3200 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3201 (gdb_exit): Rename it to ...
3202 (gdbserver_gdb_exit): ... Close GDBserver.
3203 (gdb_exit): New proc, call gdbserver_gdb_exit.
3204 (mi_gdb_exit): Likewise.
3205
90681dab
YQ
32062016-09-22 Yao Qi <yao.qi@linaro.org>
3207
3208 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3209 path.
3210 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3211 Remove duplication.
3212
9c211fd8
YQ
32132016-09-22 Yao Qi <yao.qi@linaro.org>
3214
3215 * lib/gdbserver-support.exp: Check the existence of
3216 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
3217
ad0a504f
AK
32182016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3219
3220 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3221
36cf1806
TT
32222016-09-21 Tom Tromey <tom@tromey.com>
3223
3224 PR gdb/20604:
3225 * gdb.base/quit.exp: New file.
3226
74172ecf
SM
32272016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3228
3229 * .gitignore: New file.
3230
3d0ec882
MR
32312016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3232
3233 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3234 throughout.
3235
8193adea
AA
32362016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3237
3238 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3239
d41a5c09
JK
32402016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3241
3242 * gdb.cp/casts.cc (decltype): Move it ...
3243 (main): ... with its call to ...
3244 * gdb.cp/casts03.cc: ... a new file.
3245 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3246
d2dfe700
JK
32472016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3248
3249 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3250
e2a92b16
PB
32512016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3252
3253 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3254 and sync up the test with tests in gas/testsuite/gas/ppc.
3255 * gdb.arch/powerpc-power.exp: Likewise.
3256
49b4de64
JK
32572016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3258
3259 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3260
2c29df25
SDJ
32612016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3262 Jan Kratochvil <jan.kratochvil@redhat.com>
3263
3264 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3265 make m1's definition to be different from m2's. Use 'dummy' as an
3266 argument for probe 'two'.
3267
cc3c2846
JB
32682016-09-10 Jon Beniston <jon@beniston.com>
3269
3270 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3271 for sim target.
3272
e1b2624a
AA
32732016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3274
3275 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3276 variable declaration.
3277 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3278 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3279 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3280 received HWCAP as its argument.
3281
4295e285
PA
32822016-09-06 Pedro Alves <palves@redhat.com>
3283
3284 * gdb.base/new-ui-pending-input.c: New file.
3285 * gdb.base/new-ui-pending-input.exp: New file.
3286 * gdb.exp (clear_gdb_spawn_id): New procedure.
3287 (with_spawn_id): Check whether gdb_spawn_id exists before
3288 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3289 on exit.
3290
00d5215e
UW
32912016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3292
3293 * gdb.base/float128.c: New file.
3294 * gdb.base/float128.exp: Likewise.
3295 * gdb.base/floatn.c: Likewise.
3296 * gdb.base/floatn.exp: Likewise.
3297
a9ff5f12
UW
32982016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3299
3300 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3301
f245535c
PA
33022016-09-05 Pedro Alves <palves@redhat.com>
3303
3304 PR backtrace/19927
3305 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3306 unwinders are immediately called as side effect of "source" or
3307 "disable unwinder" commands.
3308 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3309
ae9cf263
YQ
33102016-09-02 Yao Qi <yao.qi@linaro.org>
3311
3312 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3313 is true and $type is "float" or "double".
3314
27aba047
YQ
33152016-09-02 Yao Qi <yao.qi@linaro.org>
3316
3317 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3318 true.
3319 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3320 * gdb.base/call-rt-st.exp: Likewise.
3321 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3322 return value instead of gdb,skip_float_test.
3323 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3324 (do_function_calls): Use its return value instead of
3325 gdb,skip_float_test.
3326 * gdb.base/finish.exp: Likewise.
3327 * gdb.base/funcargs.exp: Likewise.
3328 * gdb.base/return.exp: Likewise.
3329 * gdb.base/return2.exp: Likewise.
3330 * gdb.base/varargs.exp: Likewise.
3331 * lib/gdb.exp (gdb_skip_float_test): Change it to
3332 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3333
5af962df
AA
33342016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3335
3336 * gdb.multi/tids.exp: Test "thread apply all".
3337
7fac6910
JK
33382016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3339
3340 * gdb.base/default.exp (tty): Remove.
3341
bb1fe4ac
KB
33422016-08-24 Kevin Buettner <kevinb@redhat.com>
3343
2806dc7e
PA
3344 * gdb.python/py-recurse-unwind.c: New file.
3345 * gdb.python/py-recurse-unwind.py: New file.
3346 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 3347
0a1ddfa6
SM
33482016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3349
3350 * gdb.base/set-inferior-tty.exp: New file.
3351 * gdb.base/set-inferior-tty.c: New file.
3352
d9de1fe3
PA
33532016-08-23 Pedro Alves <palves@redhat.com>
3354
3355 PR gdb/20494
3356 * gdb.base/new-ui-echo.c: New file.
3357 * gdb.base/new-ui-echo.exp: New file.
3358
e9d9abd7
YQ
33592016-08-23 Yao Qi <yao.qi@linaro.org>
3360
3361 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3362 gdbserver_spawn.
3363 * gdb.server/connect-without-multi-process.exp (do_test):
3364 Likewise.
3365
3589529e
YQ
33662016-08-23 Yao Qi <yao.qi@linaro.org>
3367
3368 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3369 standalone_txt. Delete gdb_txt and standalone_txt on host
3370 and target. Spawn the binary on target. Copy files from
3371 target to host.
3372
6bb90213
PA
33732016-08-22 Pedro Alves <palves@redhat.com>
3374
3375 PR gdb/20505
3376 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3377 with_test_prefix. Factor out bits to ...
3378 (test_no_vdso): ... this new procedure.
3379
20c2c024
CL
33802016-08-19 Carl Love <cel@us.ibm.com>
3381
3382 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3383 maintaining separate logic for constructing the output path.
3384 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3385 * gdb.arch/ppc-dfp.exp: Likewise.
3386 * gdb.arch/ppc-fp.exp: Likewise.
3387 * gdb.arch/vsx-regs.exp: Likewise.
3388 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3389 binprefix for generating the additional binary files.
3390
0646e07d
PA
33912016-08-19 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.trace/mi-trace-frame-collected.exp
3394 (test_trace_frame_collected): On x32, expect two registers.
3395
46da9242
CL
33962016-08-18 Carl Love <cel@us.ibm.com>
3397
3398 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3399 and sync up the test with tests in gas/testsuite/gas/ppc.
3400 * gdb.arch/powerpc-power.exp: Likewise.
3401
eb2332d7
SM
34022016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3403
3404 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3405 expected error message.
3406
63c61e04
SM
34072016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3408
3409 * gdb.multi/remove-inferiors.exp: New file.
3410 * gdb.multi/remove-inferiors.c: New file.
3411
7b17065f
YQ
34122016-08-12 Yao Qi <yao.qi@linaro.org>
3413
3414 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3415 argument list.
3416
01d3dedf
PA
34172016-08-10 Pedro Alves <palves@redhat.com>
3418
3419 PR gdb/19187
3420 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3421 setup_kfails.
3422
3eb7562a
PA
34232016-08-09 Pedro Alves <palves@redhat.com>
3424 Simon Marchi <simon.marchi@ericsson.com>
3425
3426 PR gdb/20418
3427 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3428 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3429
80614914
PA
34302016-08-09 Pedro Alves <palves@redhat.com>
3431
3432 PR mi/20431
3433 * gdb.mi/mi-cmd-error.exp: New file.
3434
f348d89a
PA
34352016-08-09 Pedro Alves <palves@redhat.com>
3436
3437 PR gdb/18653
3438 * gdb.base/signals-state-child.c: New file.
3439 * gdb.base/signals-state-child.exp: New file.
3440 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3441
e5ca03b4
PA
34422016-08-09 Pedro Alves <palves@redhat.com>
3443
3444 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3445
282a0691
TT
34462016-08-03 Tom Tromey <tom@tromey.com>
3447
3448 PR python/18565:
3449 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3450
41bfcd63
YQ
34512016-08-01 Yao Qi <yao.qi@linaro.org>
3452
3453 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3454 variable mode to "multi-process" if $multi_process is 1, otherwise
3455 set it to "single-process".
3456
e3465b24
YQ
34572016-08-01 Yao Qi <yao.qi@linaro.org>
3458
3459 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3460 * gdb.cp/cpexprs.exp: Likewise.
3461 * gdb.cp/m-static.exp: Likewise.
3462
0b31a4bc
TT
34632016-07-26 Tom Tromey <tom@tromey.com>
3464
3465 PR python/20190:
3466 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3467 test.
3468
e0461dbb
MM
34692016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3470
3471 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3472 selecting assembly source files.
3473 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3474 assembly source files.
3475 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3476 assembly source files.
3477 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3478 selecting assembly source files.
3479
8194e927
SM
34802016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3481
3482 * gdb.base/new-ui.exp (do_test_invalid_args): New
3483 procedure.
3484
c0272db5
TW
34852016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3486
3487 * gdb.btrace/reconnect.c: New file.
3488 * gdb.btrace/reconnect.exp: New file.
3489
e3487908
GKB
34902016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3491
3492 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3493 to test_catch_syscall_group.
3494 (test_catch_syscall_group): New.
3495
12df5c00
TT
34962016-07-21 Tom Tromey <tom@tromey.com>
3497
3498 * gdb.rust/simple.rs (main): Use empty struct expression.
3499 * gdb.rust/simple.exp: Add tests for empty struct expression.
3500
bae62ee2
YQ
35012016-07-21 Yao Qi <yao.qi@linaro.org>
3502
3503 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3504 if gdb_skip_xml_test is true on some targets.
3505
b1b53fb3
YQ
35062016-07-21 Yao Qi <yao.qi@linaro.org>
3507
3508 * gdb.server/solib-list.exp: Unset last_loaded_file.
3509
027d97f8
JK
35102016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3511
3512 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3513 "step into captured_main (args)".
3514
7674d381
JK
35152016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3516
3517 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3518
72b5d099
JK
35192016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3520
3521 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3522
1f960ced
PA
35232016-07-19 Pedro Alves <palves@redhat.com>
3524
3525 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3526 * gdb.opt/inline-bt.exp: Likewise.
3527 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3528 additional_flags=-Winline.
3529 * gdb.opt/inline-locals.exp: Likewise.
3530 * gdb.opt/inline-markers.c (ATTR): Define.
3531 (inlined_fn): Use it.
3532
f25827c1
YQ
35332016-07-19 Yao Qi <yao.qi@linaro.org>
3534
3535 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3536 (test_with_self): Remove some code. Remove argument executable.
3537 (top-level): Use do_self_tests.
3538
37539ebe
DB
35392016-07-15 Zachary Welch <zwelch@codesourcery.com>
3540 Don Breazeal <donb@codesourcery.com>
3541
3542 * gdb.base/maint.exp: Escape paths used in regular expressions.
3543 * gdb.stabs/weird.exp: Likewise.
3544
dac790e1
TT
35452016-07-13 Tom Tromey <tom@tromey.com>
3546
3547 PR python/15620, PR python/18620:
3548 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3549 (test_bkpt_events): New procs.
3550
93daf339
TT
35512016-07-13 Tom Tromey <tom@tromey.com>
3552
3553 PR python/17698:
3554 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3555 test.
3556 (test_watchpoints): Likewise.
3557 (test_bkpt_pending): New proc.
3558
6571a381
TT
35592016-07-13 Tom Tromey <tom@tromey.com>
3560
3561 PR cli/18053:
3562 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3563 completion test.
3564
e8732474
JK
35652016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3566
3567 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3568 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3569 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3570 f_label.
3571 (g): Rename g_end_lbl to g_label.
3572 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3573 low_pc and high_pc.
3574 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3575
e0f3fd7c
TT
35762016-07-12 Tom Tromey <tom@tromey.com>
3577
3578 PR python/19293:
3579 * gdb.python/py-unwind-maint.exp: Update tests.
3580
3cfe46b6
YQ
35812016-07-12 Yao Qi <yao.qi@linaro.org>
3582
3583 * lib/selftest-support.exp (selftest_setup): Match the output
3584 when captured_main is inlined.
3585
4f19a0e6
WT
35862016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3587
3588 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3589 New variables.
3590 (print this%a, print this%b, print this): New tests.
3591 * gdb.fortran/derived-types.f90 (this): New object and
3592 initialization.
3593
986cf455
SM
35942016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3595
3596 * gdb.ada/arraydim.exp: Remove extra directory level in build
3597 directory.
3598
f0464b23
SM
35992016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3600
3601 * lib/ada.exp: Remove extra directory level in build directory.
3602 * gdb.ada/cond_lang.exp: Likewise.
3603 * gdb.ada/exec_changed.exp: Likewise.
3604 * gdb.ada/lang_switch.exp: Likewise.
3605
42d94011
MG
36062016-07-06 Manish Goregaokar <manish@mozilla.com>
3607
2806dc7e
PA
3608 * simple.rs: Add test for raw pointer subscripting.
3609 * simple.exp: Add test expectations.
42d94011 3610
647c264c
YQ
36112016-07-05 Yao Qi <yao.qi@linaro.org>
3612
3613 * gdb.mi/mi-reverse.exp: Match =record-started output.
3614
20aa2c60
PA
36152016-07-01 Pedro Alves <palves@redhat.com>
3616
3617 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3618 procedure.
3619 (jit_reader_test): Test the jit reader's unwinder.
3620 * gdb.base/jithost.c (jit_function_00_code): New global.
3621 (main): Use memcpy to fill in the mmapped code, instead of poking
3622 bytes manually here.
3623 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3624 value.
3625 (read_debug_info): Save the function's range.
3626 (read_sp): New function.
3627 (unwind_frame): Use it. Also unwind RBP.
3628 (get_frame_id): Use read_sp.
3629 (gdb_init_reader): Use calloc instead of malloc.
3630 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3631 parameter. Use gdb_test_multiple.
3632
ced2dffb
PA
36332016-07-01 Pedro Alves <palves@redhat.com>
3634 Antoine Tremblay <antoine.tremblay@ericsson.com>
3635
3636 * gdb.threads/process-dies-while-detaching.c: New file.
3637 * gdb.threads/process-dies-while-detaching.exp: New file.
3638
63000888
PA
36392016-07-01 Pedro Alves <palves@redhat.com>
3640
3641 * gdb.multi/watchpoint-multi-exit.c: New file.
3642 * gdb.multi/watchpoint-multi-exit.exp: New file.
3643
038d4868
PA
36442016-06-30 Pedro Alves <palves@redhat.com>
3645
3646 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3647 unset inferior_spawn_id.
3648
994e9c83
PA
36492016-06-30 Pedro Alves <palves@redhat.com>
3650
3651 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3652 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3653
e5653468
YQ
36542016-06-29 Yao Qi <yao.qi@linaro.org>
3655
3656 * gdb.base/return.c: Add copyright header.
3657
803b47e5
TT
36582016-06-29 Tom Tromey <tom@tromey.com>
3659
3660 PR python/20129:
3661 * gdb.python/py-framefilter.exp: Add tests for setting priority
3662 and disabling of non-existent frame filter.
3663
28244707
YQ
36642016-06-29 Yao Qi <yao.qi@linaro.org>
3665
3666 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3667 0x0f07ff.
3668
a31d2f06
YQ
36692016-06-28 Yao Qi <yao.qi@linaro.org>
3670
3671 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3672 triplets. Start gdb, execute catch syscall, and continue. Check
3673 gdb's output to determine catch syscall is supported.
3674
921d8f54
MG
36752016-06-27 Manish Goregaokar <manish@mozilla.com>
3676
25d49b86
PA
3677 * gdb.rust/simple.rs: Add test for returning unit in a function.
3678 * gdb.rust/simple.exp: Add expectation for functions returning
3679 unit.
921d8f54 3680
f4952523
PMR
36812016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3682
3683 * gdb.python/py-breakpoint-create-fail.c,
3684 gdb.python/py-breakpoint-create-fail.exp,
3685 gdb.python/py-breakpoint-create-fail.py: New testcase.
3686
fccb08f8
MG
36872016-06-25 Manish Goregaokar <manish@mozilla.com>
3688
3689 PR gdb/20239
3690 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3691 * gdb.rust/simple.exp: Add test expectations for new NonZero
3692 tests.
fccb08f8 3693
6b850546
DT
36942016-06-24 David Taylor <dtaylor@emc.com>
3695
3696 * gdb.base/offsets.exp: New file.
3697 * gdb.base/offsets.c: New file.
3698
17621150
TT
36992016-06-23 Tom Tromey <tom@tromey.com>
3700
3701 PR gdb/16483:
3702 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3703 before any filters are loaded.
3704
04d59df6
WT
37052016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3706
3707 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3708 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3709 structs.
3710 * gdb.fortran/derived-type-function.exp: New file.
3711 * gdb.fortran/derived-type-function.f90: New file.
3712
3713
ac69f786
PA
37142016-06-21 Pedro Alves <palves@redhat.com>
3715
3716 * gdb.base/new-ui.exp: New file.
3717 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3718 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3719 (with_spawn_id): New procedure.
3720
49940788
PA
37212016-06-21 Pedro Alves <palves@redhat.com>
3722
3723 * gdb.mi/mi-exec-run.exp: New file.
3724
ef274d26
PA
37252016-06-21 Pedro Alves <palves@redhat.com>
3726
3727 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3728 breakpoint command's output on the main UI.
3729 (test_break): New procedure, factored out from calls in the top
3730 level.
3731 (top level): Use foreach_with_prefix to test MI as main UI and as
3732 separate UI.
3733
468afe6c
PA
37342016-06-21 Pedro Alves <palves@redhat.com>
3735
3736 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3737 (test_awatch_creation_and_listing)
3738 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3739 Remove 'type' parameter.
3740 (test_watchpoint_all): New parameter mi_mode. Remove
3741 with_test_prefix.
3742 (top level): Use foreach_with_prefix, and add main/separate UI MI
3743 testing axis.
3744
51f77c37
PA
37452016-06-21 Pedro Alves <palves@redhat.com>
3746
3747 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3748 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3749 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3750 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3751 (gdb_main_spawn_id, mi_spawn_id): Declare and
3752 comment.
3753 (mi_create_inferior_pty): New procedure,
3754 factored out from default_mi_gdb_start.
3755 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3756 procedures.
3757 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3758 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3759 Use mi_create_inferior_pty.
3760 (mi_gdb_start): Use eval to pass down args list.
3761
8980e177
PA
37622016-06-21 Pedro Alves <palves@redhat.com>
3763
3764 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3765 * gdb.opt/inline-cmds.exp: Add MI tests.
3766
f38d3ad1
PA
37672016-06-21 Pedro Alves <palves@redhat.com>
3768
3769 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3770
45db7c09
PA
37712016-06-21 Pedro Alves <palves@redhat.com>
3772
3773 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3774 (top level): Use it instead of mi_execute_to.
3775
5a069ab3
PA
37762016-06-21 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3779 (cont_handler_str): New.
3780 (signal_stop_handler): Set stop_handler_str instead of printing to
3781 stdout.
3782 (continue_handler): Set cont_handler_str instead of printing to
3783 stdout.
3784 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3785 mi_send_resuming_command. Print stop_handler_str and
3786 cont_handler_str instead of expecting the python events print
3787 directly.
3788
2838cc1d
SD
37892016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3790
3791 * gdb.base/jit-reader.exp: New file.
3792 * gdb.base/jithost.c: New file.
3793 * gdb.base/jithost.h: New file.
3794 * gdb.base/jitreader.c : New file.
3795 * gdb.base/jit-protocol.h: New file.
3796
21a77091
YQ
37972016-06-17 Yao Qi <yao.qi@linaro.org>
3798
3799 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3800 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3801 and detach-on-fork. Adjust tests.
3802 (top level): Invoke break_cond_on_syscall with combinations of
3803 syscall, follow-fork-mode and detach-on-fork.
3804
f50bf8e5
YQ
38052016-06-17 Yao Qi <yao.qi@linaro.org>
3806
3807 * gdb.base/step-over-exit.c: New.
3808 * gdb.base/step-over-exit.exp: New.
3809
a28d8e50
YTL
38102016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3811
3812 * gdb.base/float.exp: Add target check for nds32*-*-*.
3813 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3814
cad8e26d
AB
38152016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3816
3817 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3818 for unsupported target features.
3819 * gdb.base/call-rt-st.exp: Likewise.
3820 * gdb.base/call-sc.exp: Likewise.
3821 * gdb.base/call-signal-resume.exp: Likewise.
3822 * gdb.base/call-strs.exp: Likewise.
3823 * gdb.base/callexit.exp: Likewise.
3824 * gdb.base/callfuncs.exp: Likewise.
3825 * gdb.base/nodebug.exp: Likewise.
3826 * gdb.base/printcmds.exp: Likewise.
3827 * gdb.base/ptype.exp: Likewise.
3828 * gdb.base/structs.exp: Likewise.
3829 * gdb.base/unwindonsignal.exp: Likewise.
3830 * gdb.cp/gdb2495.exp: Likewise.
3831 * gdb.cp/templates.exp: Likewise.
3832 * gdb.cp/virtfunc.exp: Likewise.
3833 * gdb.threads/hand-call-in-threads.exp: Likewise.
3834 * gdb.threads/interrupted-hand-call.exp: Likewise.
3835 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3836
347dc102
TT
38372016-06-10 Tom Tromey <tom@tromey.com>
3838
3839 PR rust/20110:
3840 * gdb.rust/expr.exp: Add test for integer constant larger than
3841 i32.
3842
5e13cf25
BH
38432016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3844
3845 * gdb.fortran/nested-funcs.exp: New.
3846 * gdb.fortran/nested-funcs.f90: New.
3847
bb556f1f
TK
38482016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3849
3850 * gdb.base/examine-backward.c: New file.
3851 * gdb.base/examine-backward.exp: New file.
3852
38b022b4
SM
38532016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3854
3855 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3856 matching.
3857
1b40ec05
TT
38582016-06-02 Tom Tromey <tom@tromey.com>
3859
3860 PR python/18984:
3861 * gdb.python/py-shared.exp: Add solib_name test.
3862
193bd378
SM
38632016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3864
3865 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3866
3326303b
MG
38672016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3868
3869 PR c++/19893
3870 * gdb.dwarf2/implref.exp: Rename to...
3871 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3872 * gdb.dwarf2/implref-array.c: New file.
3873 * gdb.dwarf2/implref-array.exp: Likewise.
3874 * gdb.dwarf2/implref-global.c: Likewise.
3875 * gdb.dwarf2/implref-global.exp: Likewise.
3876 * gdb.dwarf2/implref-struct.c: Likewise.
3877 * gdb.dwarf2/implref-struct.exp: Likewise.
3878
825c8ef2
AT
38792016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3880
3881 * gdb.trace/trace-condition.exp: Add 64bit tests.
3882
2320162a
AT
38832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3884
3885 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3886 bits types.
3887 (main): Adapt to 8 to 64 bits types.
3888 * gdb.trace/trace-condition.exp: Add new tests.
3889
a7818233
AT
38902016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3891
3892 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3893
0d336466
AT
38942016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3895
3896 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3897 Move condition tests...
3898 * gdb.trace/trace-condition.exp: Here.
3899
7faeb45a
AT
39002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3901
3902 * gdb.trace/trace-condition.exp: Add counter-case tests.
3903
e385593e
JK
39042016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3905
3906 PR c++/15231
3907 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3908 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3909
744608cc
PA
39102016-05-27 Pedro Alves <palves@redhat.com>
3911
3912 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3913 New procedure.
3914 (top level): Call it, and bail out of DejaGnu is known to be bad.
3915
ac775bf4
AB
39162016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3917
3918 * gdb.base/whatis.c: Extend the test case.
3919 * gdb.base/whatis.exp: Add additional tests.
3920
2bbad2ea
BH
39212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3922
3923* gdb.fortran/type.f90: Add pointer variable.
3924* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3925
8b70175d
BH
39262016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3927
3928 * gdb.fortran/vla-type.exp: Fix testcase name.
3929
86d8a848
BH
39302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3931
3932 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3933
e188eb36
BH
39342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3935
3936 * gdb.fortran/type.f90: Add nested structures.
3937 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3938 * gdb.fortran/derived-type.exp: Adapt expected output.
3939 * gdb.fortran/vla-type.exp: Adapt expected output.
3940
9b2db1fd
BH
39412016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3942
3943 * gdb.fortran/whatis_type.exp: Adapt expected output.
3944
72b17055
BH
39452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3946
3947 * gdb.fortran/print_type.exp: Fix expected output.
3948 * gdb.fortran/whatis_type.exp: Fix expected output.
3949
3cd81d8d
BH
39502016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3951
3952 * gdb.fortran/whatis_type.exp: Use multi_line.
3953
ddae9462
TT
39542016-05-24 Tom Tromey <tom@tromey.com>
3955
3956 PR python/17386:
3957 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3958 use value as an index.
3959
1957f6b8
TT
39602016-05-23 Tom Tromey <tom@tromey.com>
3961
3962 PR python/17981:
3963 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3964 no-breakpoint case.
3965
026a9174
PA
39662016-05-24 Pedro Alves <palves@redhat.com>
3967
3968 PR gdb/19828
3969 * gdb.threads/clone-attach-detach.c: New file.
3970 * gdb.threads/clone-attach-detach.exp: New file.
3971
e70a7231
FR
39722016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3973
3974 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3975
0f6ed0e0
TT
39762016-05-23 Tom Tromey <tom@tromey.com>
3977
3978 PR python/19438, PR python/18393:
3979 * gdb.python/py-progspace.exp: Add "dir" test.
3980 * gdb.python/py-objfile.exp: Add "dir" test.
3981
ffd19d61
YQ
39822016-05-23 Yao Qi <yao.qi@linaro.org>
3983
3984 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3985 * gdb.arch/thumb2-it.exp: Likewise.
3986
9e8f9b05
SM
39872016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3988
3989 * gdb.mi/mi-threads-interrupt.c: New file.
3990 * gdb.mi/mi-threads-interrupt.exp: New file.
3991
61c6156d
SM
39922016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3993
3994 PR gdb/18077
3995 * gdb.mi/mi-async-run.exp: New file.
3996 * gdb.mi/mi-async-run.c: New file.
3997
67218854
TT
39982016-05-17 Tom Tromey <tom@tromey.com>
3999 Manish Goregaokar <manishsmail@gmail.com>
4000
4001 * lib/rust-support.exp: New file.
4002 * lib/gdb.exp (skip_rust_tests): New proc.
4003 (build_executable_from_specs): Handle rust.
4004 * lib/future.exp (gdb_find_rustc): New proc.
4005 (gdb_default_target_compile): Handle rust.
4006 * gdb.rust/expr.exp: New file.
4007 * gdb.rust/generics.exp: New file.
4008 * gdb.rust/generics.rs: New file.
4009 * gdb.rust/methods.exp: New file.
4010 * gdb.rust/methods.rs: New file.
4011 * gdb.rust/modules.exp: New file.
4012 * gdb.rust/modules.rs: New file.
4013 * gdb.rust/simple.exp: New file.
4014 * gdb.rust/simple.rs: New file.
4015
c44af4eb
TT
40162016-05-17 Tom Tromey <tom@tromey.com>
4017
4018 * gdb.base/default.exp (set language): Add rust.
4019
dcd1f979
TT
40202016-05-17 Tom Tromey <tom@tromey.com>
4021
4022 * gdb.gdb/unittest.exp: New file.
4023
155b7f57
YQ
40242016-05-16 Yao Qi <yao.qi@linaro.org>
4025
4026 * gdb.base/batch-preserve-term-settings.exp: Remove variable
4027 shell_prompt. Update shell_prompt_re.
4028
8ddd5a6c
DE
40292016-05-12 Doug Evans <dje@google.com>
4030
4031 PR symtab/19999
4032 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
4033 $options when building executable.
4034 * gdb.dwarf2/fission-loclists-pie.S: New file.
4035 * gdb.dwarf2/fission-loclists-pie.exp: New file.
4036
02e370d9
SM
40372016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4038
4039 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
4040 of [is_remote target],
4041
8929ad8b
SM
40422016-05-04 Simon Marchi <simon.marchi@ericsson.com>
4043
4044 * lib/gdb.exp (use_gdb_stub): New procedure.
4045
6c447423
DE
40462016-05-03 Yunlian Jiang <yunlian@google.com>
4047 Doug Evans <dje@google.com>
4048
4049 PR symtab/19914
4050 * gdb.dwarf2/dwp-sepdebug.c: New file.
4051 * gdb.dwarf2/dwp-sepdebug.exp: New file.
4052
444e826c
SM
40532016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4054
4055 * gdb.base/detach.exp: Remove is_remote check.
4056
740feeaa
SM
40572016-05-02 Simon Marchi <simon.marchi@ericsson.com>
4058
4059 * gdb.base/annota-input-while-running.exp: Don't check for
4060 [is_remote target]. Enable annotations after running to main.
4061 Remove unused "set test..." line.
4062
9080ac9d
SM
40632016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4064
4065 * gdb.trace/trace-enable-disable.exp: New file.
4066 * gdb.trace/trace-enable-disable.c: New file.
4067
952ebca5
SM
40682016-04-28 Simon Marchi <simon.marchi@ericsson.com>
4069
4070 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
4071 use it in info sharedlibrary test.
4072 * gdb.trace/ftrace-lock.exp: Likewise.
4073 * gdb.trace/ftrace.exp: Likewise.
4074 * gdb.trace/range-stepping.exp: Likewise.
4075 * gdb.trace/trace-break.exp: Likewise.
4076 * gdb.trace/trace-condition.exp: Likewise.
4077 * gdb.trace/trace-mt.exp: Likewise.
4078
d9019901
SM
40792016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4080
4081 * lib/gdb.exp (gdb_load_shlibs): Rename to...
4082 (gdb_load_shlib): ... this.
4083 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
4084 gdb_load_shlib.
4085 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
4086 * gdb.base/ctxobj.exp: Likewise.
4087 * gdb.base/dprintf-pending.exp: Likewise.
4088 * gdb.base/dso2dso.exp: Likewise.
4089 * gdb.base/fixsection.exp: Likewise.
4090 * gdb.base/gcore-relro.exp: Likewise.
4091 * gdb.base/gdb1555.exp: Likewise.
4092 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4093 * gdb.base/gnu-ifunc.exp: Likewise.
4094 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
4095 * gdb.base/jit-so.exp (one_jit_test): Likewise.
4096 * gdb.base/pending.exp: Likewise.
4097 * gdb.base/print-file-var.exp: Likewise.
4098 * gdb.base/print-symbol-loading.exp: Likewise.
4099 * gdb.base/shlib-call.exp: Likewise.
4100 * gdb.base/shreloc.exp: Likewise.
4101 * gdb.base/so-impl-ld.exp: Likewise.
4102 * gdb.base/solib-disc.exp: Likewise.
4103 * gdb.base/solib-nodir.exp: Likewise.
4104 * gdb.base/solib-overlap.exp: Likewise.
4105 * gdb.base/solib-symbol.exp: Likewise.
4106 * gdb.base/solib-weak.exp (do_test): Likewise.
4107 * gdb.base/sym-file.exp: Likewise.
4108 * gdb.base/symtab-search-order.exp: Likewise.
4109 * gdb.base/type-opaque.exp: Likewise.
4110 * gdb.base/unload.exp: Likewise.
4111 * gdb.base/watchpoint-solib.exp: Likewise.
4112 * gdb.compile/compile.exp: Likewise.
4113 * gdb.cp/gdb2384.exp: Likewise.
4114 * gdb.cp/infcall-dlopen.exp: Likewise.
4115 * gdb.cp/re-set-overloaded.exp: Likewise.
4116 * gdb.fortran/library-module.exp: Likewise.
4117 * gdb.opt/solib-intra-step.exp: Likewise.
4118 * gdb.python/py-finish-breakpoint.exp: Likewise.
4119 * gdb.python/py-shared.exp: Likewise.
4120 * gdb.reverse/solib-precsave.exp: Likewise.
4121 * gdb.reverse/solib-reverse.exp: Likewise.
4122 * gdb.server/solib-list.exp: Likewise.
4123 * gdb.threads/dlopen-libpthread.exp: Likewise.
4124 * gdb.threads/tls-shared.exp: Likewise.
4125 * gdb.threads/tls-so_extern.exp: Likewise.
4126 * gdb.trace/change-loc.exp: Likewise.
4127 * gdb.trace/ftrace-lock.exp: Likewise.
4128 * gdb.trace/ftrace.exp: Likewise.
4129 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
4130 * gdb.trace/pending.exp: Likewise.
4131 * gdb.trace/range-stepping.exp: Likewise.
4132 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
4133 (strace_info_marker): Likewise.
4134 (strace_probe_marker): Likewise.
4135 (strace_trace_on_same_addr): Likewise.
4136 (strace_trace_on_diff_addr): Likewise.
4137 * gdb.trace/trace-break.exp: Likewise.
4138 * gdb.trace/trace-condition.exp: Likewise.
4139 * gdb.trace/trace-mt.exp: Likewise.
4140
fca4cfd9
SM
41412016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4142
4143 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
4144 result of gdb_remote_download.
4145 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
4146 * gdb.base/dso2dso.exp: Likewise.
4147 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4148 * gdb.base/print-file-var.exp: Likewise.
4149 * gdb.base/shlib-call.exp: Likewise.
4150 * gdb.base/shreloc.exp: Likewise.
4151 * gdb.base/solib-overlap.exp: Likewise.
4152 * gdb.base/solib-weak.exp (do_test): Likewise.
4153 * gdb.base/unload.exp: Likewise.
4154
11cf4ffb
YQ
41552016-04-27 Yao Qi <yao.qi@linaro.org>
4156
4157 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
4158 exists.
4159
3e2e34f8
KB
41602016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4161
4162 * vla-type.exp: Print structure from toplevel.
4163
8f07e298
BH
41642016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4165
4166 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
4167 of dynamic types.
4168 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
4169 of dynamic types.
4170
9920b434
BH
41712016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4172
4173 * gdb.fortran/vla-type.f90: New file.
4174 * gdb.fortran/vla-type.exp: New file.
4175
f3abeff5
YQ
41762016-04-25 Yao Qi <yao.qi@linaro.org>
4177
4178 * gdb.base/branch-to-self.c: New file.
4179 * gdb.base/branch-to-self.exp: New file.
4180
0a5d52f0
YQ
41812016-04-22 Yao Qi <yao.qi@linaro.org>
4182
4183 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4184 more after $hex.
4185
495346f6
YQ
41862016-04-22 Yao Qi <yao.qi@linaro.org>
4187
4188 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4189 * gdb.base/annota3.exp: Likewise.
4190
4a7e075c
YQ
41912016-04-22 Yao Qi <yao.qi@linaro.org>
4192
4193 * gdb.reverse/step-precsave.exp: Do one step and test program
4194 stops in "callee" and do multiple steps until program goes out
4195 of "callee".
4196 * gdb.reverse/step-reverse.exp: Likewise.
4197
5b061e98
YQ
41982016-04-22 Yao Qi <yao.qi@linaro.org>
4199
4200 * gdb.trace/signal.exp: Also pass if
4201 $tracepoint_hits($i) > $iterations.
4202
5c5dc57f
YQ
42032016-04-22 Yao Qi <yao.qi@linaro.org>
4204
4205 * gdb.trace/signal.c: New file.
4206 * gdb.trace/signal.exp: New file.
4207
a55411b9
DE
42082016-04-19 Doug Evans <xdje42@gmail.com>
4209
4210 * gdb.base/bad-file.exp: New file.
4211
a22df60a
MG
42122016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4213
4214 * gdb.dwarf2/implref.exp: New file.
4215
0c13f7e5
BH
42162016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4217
4218 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
4219 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
4220 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4221 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4222 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4223 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4224 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4225 * lib/fortran.exp (fortran_int4): New procedure.
4226 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4227 (fortran_logical4): Likewise.
4228
9b9b09e9
BH
42292016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
4230
4231 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4232
a14d1f4d
BH
42332016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4234
4235 * lib/compiler.c: Add Intel specific preprocessor macros.
4236 * lib/compiler.cc: Likewise.
25d49b86 4237
7d49b1d0
LM
42382016-04-13 Luis Machado <lgustavo@codesourcery.com>
4239
4240 * gdb.server/connect-with-no-symbol-file.c: New file.
4241 * gdb.server/connect-with-no-symbol-file.exp: New file.
4242
8392fa22
SM
42432016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4244
4245 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4246
8c4c4aeb
SM
42472016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4248
4249 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4250 standard output directory.
4251
45e3745e
AT
42522016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4253
4254 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4255
e26b7e41
MM
42562016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4257
4258 * gdb.btrace/instruction_history.c (loop): Add declaration.
4259
8ce09462
AT
42602016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4261
4262 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4263
2e88a1ea
SM
42642016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4265
4266 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4267 parentheses to print.
4268 (continue_handler): Likewise.
4269
f48e22e3
SM
42702016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4271
4272 * gdb.server/solib-list.exp: Remove is_remote check.
4273 Pass shlib= to gdb_compile. Don't link shared library with
4274 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4275 Run binary filename through "readlink -f" on the target.
4276
096be756
PA
42772016-04-08 Pedro Alves <palves@redhat.com>
4278
4279 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4280 interpreter filename as argument to gdbserver_spawn.
4281 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4282 Return empty if $last_loaded_file does not exist.
4283
06500533
JK
42842016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4285
4286 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4287 * gdb.base/jit-main.c: Use exit after usage.
4288
2d35e871
JK
42892016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4290
4291 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4292 GDBHISTSIZE prior to the tests.
4293 * gdb.base/gdbinit-history.exp: Likewise.
4294
42952016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
4296
4297 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4298 instead of build_executable. Use gdb_load_shlibs.
4299
c8064e7e
YQ
43002016-04-07 Yao Qi <yao.qi@linaro.org>
4301
4302 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4303 Execute "si" command.
4304
bde47561
YQ
43052016-04-07 Yao Qi <yao.qi@linaro.org>
4306
4307 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4308 number instead of the comments on some line.
4309
b16f8a3b
DB
43102016-04-06 Don Breazeal <donb@codesourcery.com>
4311
4312 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4313 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4314
c2f901df
SM
43152016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4316
4317 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4318 standard_output_file. Remove unused binfile variable.
4319
ac17fda0
CU
43202016-04-05 Catalin Udma <catalin.udma@freescale.com>
4321
4322 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4323 * gdb.python/py-mi-objfile.exp: Match "list main" output
4324 in console format.
4325
03a8c4df
SM
43262016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4327
4328 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4329 absolute.
4330
6e774b13
SM
43312016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4332
4333 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4334 absolute.
4335 * gdb.trace/ftrace.exp: Likewise.
4336 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4337 targets as well.
4338 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4339 (gdb_load_shlibs): Copy libraries to test directory when testing
4340 natively. Only set solib-search-path if testing remotely.
4341 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4342
7817ea46
SM
43432016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4344
4345 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4346 gdb_download. Use it even if the target is not remote.
4347 * gdb.base/jit.exp (compile_jit_test): Likewise.
4348 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4349 output directory if the destination board is local, otherwise use
4350 the standard remote_download from DejaGnu.
4351 (gdb_download): Remove.
4352 (gdb_load_shlibs): Use gdb_remote_download instead of
4353 gdb_download.
4354 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4355 Use gdb_remote_download instead of gdb_download. Use it even if
4356 the target is not remote.
4357 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4358 instead of gdb_download.
4359
7beb7f68
SM
43602016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4361
4362 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4363 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4364 run.
4365
cc63428a
AV
43662016-04-01 Artemiy Volkov <artemiyv@acm.org>
4367
4368 PR gdb/19820
4369 * gdb.base/printcmds.exp: Add artificial arrays tests.
4370
64cdf930
PA
43712016-03-31 Pedro Alves <palves@redhat.com>
4372
4373 PR gdb/19858
4374 * gdb.base/jit-main.c: Include unistd.h.
4375 (ATTACH): Define to 0 if not already defined.
4376 (wait_for_gdb, mypid): New globals.
4377 (WAIT_FOR_GDB): New macro.
4378 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4379 some breakpoint locations.
4380 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4381 New procedures.
4382 (one_jit_test): Add REATTACH parameter, and handle it. Use
4383 continue_to_test_location.
4384 (top level): Test attach, and adjusts calls to one_jit_test.
4385
40dea8cb
PA
43862016-03-31 Pedro Alves <palves@redhat.com>
4387
4388 PR gdb/19858
4389 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4390 BINSUFFIX parameter, and handle it.
4391 (top level): Adjust calls compile_jit_test.
4392
e7ea3ec7
CU
43932016-03-31 Catalin Udma <catalin.udma@freescale.com>
4394
4395 PR python/19743
4396 * gdb.python/py-mi-events-gdb.py: New file.
4397 * gdb.python/py-mi-events.c: New file.
4398 * gdb.python/py-mi-events.exp: New file.
4399
e6359af3
YQ
44002016-03-30 Yao Qi <yao.qi@linaro.org>
4401
4402 * gdb.reverse/until-precsave.exp: Match function name only.
4403 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4404 Move malloc to a condition block.
4405 * gdb.reverse/until-reverse.exp: Match function name only.
4406
a4105d04
MK
44072016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4408
4409 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4410 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4411 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4412 variable for GPR 0 instead of assuming it is register 0.
4413 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4414 * lib/trace-support.exp: Add s390 registers.
4415
bfa6adb9
YQ
44162016-03-29 Yao Qi <yao.qi@linaro.org>
4417
4418 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4419
1e6697ea
YQ
44202016-03-24 Yao Qi <yao.qi@linaro.org>
4421
4422 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4423 test message.
4424
64bcd522
AA
44252016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4426
4427 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4428 maintaining separate logic for constructing the output path.
4429
7868401b
DB
44302016-03-16 Don Breazeal <donb@codesourcery.com>
4431
4432 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4433 Retry fork and waitpid on interrupted system call errors.
4434 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4435 Use with_timeout_factor to increase timeout by factor of 10.
4436
1cafadb4
DB
44372016-03-15 Don Breazeal <donb@codesourcery.com>
4438
4439 * gdb.cp/scope-err.cc: New test program.
4440 * gdb.cp/scope-err.exp: New test script.
4441 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4442 lines and "set breakpoint here" comment.
4443 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4444 Fixed some whitespace and format issues.
4445 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4446 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4447
81516450
DE
44482016-03-15 Doug Evans <dje@google.com>
4449
4450 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4451 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4452 All callers updated. Add tests for enums, mixed flags register.
4453
aa52b601
DE
44542016-03-15 Doug Evans <dje@google.com>
4455
4456 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4457 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4458
fa4ff313
SM
44592016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4460
4461 * gdb.base/default.exp: Add $_as_string to the list of expected
4462 convenience functions.
4463
f2403c39
AB
44642016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4465
4466 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4467
f2f3ccb9
SM
44682016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4469
4470 * gdb.python/py-as-string.exp: New file.
4471 * gdb.python/py-as-string.c: New file.
4472
00dbd492
PA
44732016-03-09 Pedro Alves <palves@redhat.com>
4474
4475 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4476 signal" -> "Thread NN received signal" output change.
4477 * gdb.threads/ia64-sigill.exp: Likewise.
4478 * gdb.threads/linux-dp.exp: Likewise.
4479 * gdb.threads/manythreads.exp: Likewise.
4480 * gdb.threads/pending-step.exp: Likewise.
4481 * gdb.threads/print-threads.exp: Likewise.
4482 * gdb.threads/sigstep-threads.exp: Likewise.
4483 * gdb.threads/staticthreads.exp: Likewise.
4484 * gdb.threads/tls.exp: Likewise.
4485
1e6697ea
YQ
44862016-03-09 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.base/command-line-input.exp: New file.
4489
b04fd3be
MK
44902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4491
4492 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4493 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4494 * gdb.trace/pending.exp: Accept leading dot before function name.
4495 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4496 * lib/trace-support.exp: Set registers for ppc.
4497
98fa59e9
MK
44982016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4499
4500 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4501 use it for disassembly; accept .main in addition to main in backtrace.
4502
f77198c8
MK
45032016-03-09 Wei-cheng Wang <cole945@gmail.com>
4504 Marcin Kościelnicki <koriakin@0x04.net>
4505
4506 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4507 (gdb_recursion_test_ptr): New global variable.
4508 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4509 gdb_recursion_test.
4510 (gdb_c_test): Ditto.
4511
ba84e0da
MK
45122016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4513
4514 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4515 ordering.
4516
4366d36e
MK
45172016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4518
4519 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4520 (bar): Add bar_start_lbl label.
4521 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4522 of foo/bar for emitting DWARF and tracing.
4523
5eb264df
SDJ
45242016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4525
4526 * analyze-racy-logs.py: Set executable bit.
4527
fb6a751f
SDJ
45282016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4529
4530 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4531 (CHECK_TARGET_TMP): Likewise.
4532 (check-single-racy): New rule.
4533 (check-parallel-racy): Likewise.
4534 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4535 (do-check-parallel-racy): New rule.
4536 (check-racy/%.exp): Likewise.
4537 * README (Racy testcases): New section.
4538 * analyze-racy-logs.py: New file.
4539
bdf7e230
DE
45402016-03-03 Doug Evans <dje@google.com>
4541
4542 * gdb.base/skip.exp: Use with_test_prefix.
4543
4719d415
YQ
45442016-03-03 Yao Qi <yao.qi@linaro.org>
4545
4546 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4547 Invoke step_over_syscall "clone" and break_cond_on_syscall
4548 "clone".
4549 * gdb.base/step-over-clone.c: New file.
4550
ea507862
YQ
45512016-03-03 Yao Qi <yao.qi@linaro.org>
4552
4553 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4554 code format.
4555
8fc8cbda
YQ
45562016-03-03 Yao Qi <yao.qi@linaro.org>
4557
4558 * gdb.base/disp-step-fork.c: Rename to ...
4559 * gdb.base/step-over-fork.c: ... it. New file.
4560 * gdb.base/disp-step-vfork.c: Rename to ...
4561 * gdb.base/step-over-vfork.c: ... it. New file.
4562 * gdb.base/disp-step-syscall.exp: Rename to ...
4563 * gdb.base/step-over-syscall.exp: ... it. New file.
4564 (disp_step_cross_syscall): Rename to ...
4565 (step_over_syscall): ... it.
4566
92fa70b0
YQ
45672016-03-03 Yao Qi <yao.qi@linaro.org>
4568
4569 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4570 If target supports condition evaluation on target, invoke
4571 break_cond_on_syscall for fork and vfork.
4572
e197ad3c
YQ
45732016-03-03 Yao Qi <yao.qi@linaro.org>
4574
4575 * gdb.base/disp-step-syscall.exp: Don't invoke
4576 support_displaced_stepping.
4577 (disp_step_cross_syscall): Test with displaced stepping off and
4578 on if supported.
4579
0b47da9f
YQ
45802016-03-03 Yao Qi <yao.qi@linaro.org>
4581
4582 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4583 proc.
4584 (setup): New proc.
4585 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4586 and setup.
4587
065ab6dc
BH
45882016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4589
4590 * gdb.fortran/vla-history.exp: Remove breakpoint.
4591
07e448ad 45922016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4593
25d49b86
PA
4594 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4595 exceeds timeout.
07e448ad 4596
9ac2d526 45972016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4598
25d49b86
PA
4599 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4600 breakpoint.
9ac2d526 4601
17807369
BH
46022016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4603
4604 * gdb.mi/vla.f90: Nullify pointer after declaration.
4605
86e501af
PA
46062016-03-01 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4609
1e903e32
PA
46102016-03-01 Pedro Alves <palves@redhat.com>
4611
4612 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4613 before anything else.
4614 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4615 _GNU_SOURCE here.
4616 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4617 before anything else.
4618 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4619
6ccb54e2
PA
46202016-03-01 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4623
30ca9da1
YQ
46242016-03-01 Yao Qi <yao.qi@linaro.org>
4625
4626 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4627 prepare_for_testing.
4628
dc856b38
YQ
46292016-03-01 Yao Qi <yao.qi@linaro.org>
4630
4631 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4632
4a932159
AA
46332016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4634
4635 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4636 manually constructing the output path.
4637
f2489477
AA
46382016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4639
4640 * gdb.arch/s390-stackless.S: New.
4641 * gdb.arch/s390-stackless.exp: New.
4642
38899f16
IB
46432016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4644
4645 * gdb.dlang/circular.c: New file.
4646 * gdb.dlang/circular.exp: New file.
4647
9fde51ed
YQ
46482016-02-26 Yao Qi <yao.qi@linaro.org>
4649
4650 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4651 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4652 (testcases): Update.
4653
ce90fefe
YQ
46542016-02-26 Yao Qi <yao.qi@linaro.org>
4655
4656 * gdb.reverse/aarch64.c: Rename to ...
4657 * gdb.reverse/insn-reverse.c: ... it.
4658 * gdb.reverse/aarch64.exp: Rename to ...
4659 * gdb.reverse/insn-reverse.exp: ... it.
4660
3263bceb
YQ
46612016-02-26 Yao Qi <yao.qi@linaro.org>
4662
4663 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4664 (testcase_ftype): New.
4665 (testcases): New array.
4666 (n_testcases): New.
4667 (main): Call each element in testcases.
4668 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4669 (read_testcase): New.
4670 Do the tests in a loop.
4671
6cb59ff1
YQ
46722016-02-25 Yao Qi <yao.qi@linaro.org>
4673
4674 * gdb.base/branches.c: Remove.
4675
ae91f625
MK
46762016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4677
4678 PR gdb/13808
4679 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4680
678b48b7
MK
46812016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4682
4683 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4684
7337a6f2
MK
46852016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4686
4687 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4688 change x86_64 call_insn to 'callq'.
4689
861ca91f
AT
46902016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4691
4692 * gdb.trace/tfile-avx.c: Move to...
4693 * gdb.trace/tracefile-pseudo-reg.c: Here.
4694 * gdb.trace/tfile-avx.exp: Move to...
4695 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4696
bf74e428
GB
46972016-02-24 Gary Benson <gbenson@redhat.com>
4698
4699 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4700 message on attach.
4701
cce0e923
DE
47022016-02-23 Doug Evans <dje@google.com>
4703
4704 * gdb.base/skip.c (test_skip): New function.
4705 (end_test_skip_file_and_function): New function.
4706 (test_skip_file_and_function): New function.
4707 * gdb.base/skip1.c (test_skip): New function.
4708 (skip1_test_skip_file_and_function): New function.
4709 * gdb.base/skip.exp: Add tests for new skip options.
4710 * gdb.base/skip-solib.exp: Update expected output.
4711 * gdb.perf/skip-command.cc: New file.
4712 * gdb.perf/skip-command.exp: New file.
4713 * gdb.perf/skip-command.py: New file.
4714
4000e47e
MK
47152016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4716
4717 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4718 info registers pattern.
4719
24f75ead
IB
47202016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4721
4722 * lib/future.exp: Add D support.
4723 (gdb_find_gdc): New proc.
4724 (gdb_default_target_compile): Add D support.
4725
fbb7bcbe
WW
47262016-02-18 Wei-cheng Wang <cole945@gmail.com>
4727
4728 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4729 user+system time.
4730 (trace_speed_test): Determine the iteration count for a time
4731 between 15..30 seconds.
4732
012b3a21
WT
47332016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4734
4735 * gdb.arch/i386-mpx-sigsegv.c: New file.
4736 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4737 * gdb.arch/i386-mpx-simple_segv.c: New file.
4738 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4739
2d5189bd
YQ
47402016-02-18 Yao Qi <yao.qi@linaro.org>
4741
4742 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4743 Don't call setup_kfail.
4744
40fb20d0
YQ
47452016-02-18 Yao Qi <yao.qi@linaro.org>
4746
4747 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4748 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4749
21b1f8d2
DE
47502016-02-16 Doug Evans <dje@google.com>
4751
4752 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4753 * gdb.base/skip1.c: Ditto.
4754 * gdb.base/skip.exp: Whitespace cleanup.
4755
4041ed77
DB
47562016-02-16 Don Breazeal <donb@codesourcery.com>
4757
4758 PR remote/19496
4759 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4760 Remove kfail for PR remote/19496.
4761
c4ef31bf
SM
47622016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4763
4764 * lib/gdb.exp (standard_temp_file): Return a path specific to
4765 the runtest invocation.
4766
266b65b3
SM
47672016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4768
4769 * gdb.trace/save-trace.exp: Change relative path to be in the
4770 standard output directory.
4771
a7a0a6a9
JK
47722016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4773
4774 * gdb.arch/i386-prologue.c: Add missing prototypes.
4775
c99dbb42
JK
47762016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4777
4778 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4779 * gdb.arch/i386-prologue.exp: Likewise.
4780 * gdb.arch/i386-size.exp: Likewise.
4781
aa480355
SM
47822016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4783
4784 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4785 define object file path.
4786 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4787 file path.
4788 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4789 standard_output_file to define binfile.
4790
ba881f50
JK
47912016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 Fix compatibility with recent gfortran-5.3.1.
4794 * gdb.fortran/vla-history.exp (print vla1 allocated)
4795 (print vla2 allocated, print $2, print $3): Remove
4796 (print $4): Rename to ...
4797 (print $2): ... here.
4798 (print $9): Rename to ...
4799 (print $5): ... here.
4800 (print $10): Rename to ...
4801 (print $6): ... here.
4802 * gdb.fortran/vla.f90: Add pvla initialization.
4803
e9fb005c
JK
48042016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4805
4806 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4807 New test.
4808 * gdb.fortran/vla-value-sub.exp: Likewise.
4809
e44e00ff
MK
48102016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4811
4812 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4813
97e94151
SM
48142016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4815
4816 * i386-biarch-core.exp: Define corefile using
4817 standard_output_file.
4818
01113bc1
YQ
48192016-02-12 Yao Qi <yao.qi@linaro.org>
4820
4821 * gdb.arch/arm-single-step-kernel-helper.c: New.
4822 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4823
33b4777c
MM
48242016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4825
4826 * gdb.btrace/tailcall-only.exp: New.
4827 * gdb.btrace/tailcall-only.c: New.
4828 * gdb.btrace/x86_64-tailcall-only.S: New.
4829 * gdb.btrace/i686-tailcall-only.S: New.
4830
acc23c11
PA
48312016-02-11 Pedro Alves <palves@redhat.com>
4832
4833 * README (Parallel testing): Add missing double quotes.
4834
e352bf0a
PA
48352016-02-11 Pedro Alves <palves@redhat.com>
4836
4837 * README (Parallel testing): New section.
4838 (GDB_PARALLEL): Rewrite.
4839 (FORCE_PARALLEL): Document.
4840
9f5fed78
MK
48412016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4842
4843 * gdb.trace/tfile-avx.c: New test.
4844 * gdb.trace/tfile-avx.exp: New test.
4845
9ef9e6a6
KS
48462016-02-09 Keith Seitz <keiths@redhat.com>
4847
4848 PR breakpoints/19546
4849 * gdb.base/infcall-exec.c: New file.
4850 * gdb.base/infcall-exec2.c: New file.
4851 * gdb.base/infcall-exec.exp: New file.
4852
a96e36da
KS
48532016-02-09 Keith Seitz <keiths@redhat.com>
4854
4855 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4856 (toplevel): Call test_bkpt_address.
4857
9f61929f
KS
48582016-02-09 Keith Seitz <keiths@redhat.com>
4859
4860 PR python/19506
4861 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4862 (toplevel): Call test_bkpt_address.
4863
1e94266c
SM
48642016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4865
4866 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4867 to AC_OUTPUT.
4868 * configure: Regenerate.
4869
2a7f3dff
PA
48702016-02-09 Pedro Alves <palves@redhat.com>
4871
4872 PR breakpoints/19548
4873 * gdb.base/execl-update-breakpoints.c (some_function): New
4874 function.
4875 (main): Call it.
4876 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4877 Tighten expected GDB output.
4878
2151ccc5
SM
48792016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4880
4881 * Makefile.in (ALL_SUBDIRS): Remove.
4882 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4883 (distclean maintainer-clean realclean): Likewise.
4884 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4885 * configure: Regenerate.
4886 * gdb.ada/Makefile.in: Delete.
4887 * gdb.arch/Makefile.in: Likewise.
4888 * gdb.asm/Makefile.in: Likewise.
4889 * gdb.base/Makefile.in: Likewise.
4890 * gdb.btrace/Makefile.in: Likewise.
4891 * gdb.cell/Makefile.in: Likewise.
4892 * gdb.compile/Makefile.in: Likewise.
4893 * gdb.cp/Makefile.in: Likewise.
4894 * gdb.disasm/Makefile.in: Likewise.
4895 * gdb.dlang/Makefile.in: Likewise.
4896 * gdb.dwarf2/Makefile.in: Likewise.
4897 * gdb.fortran/Makefile.in: Likewise.
4898 * gdb.gdb/Makefile.in: Likewise.
4899 * gdb.go/Makefile.in: Likewise.
4900 * gdb.guile/Makefile.in: Likewise.
4901 * gdb.java/Makefile.in: Likewise.
4902 * gdb.linespec/Makefile.in: Likewise.
4903 * gdb.mi/Makefile.in: Likewise.
4904 * gdb.modula2/Makefile.in: Likewise.
4905 * gdb.multi/Makefile.in: Likewise.
4906 * gdb.objc/Makefile.in: Likewise.
4907 * gdb.opencl/Makefile.in: Likewise.
4908 * gdb.opt/Makefile.in: Likewise.
4909 * gdb.pascal/Makefile.in: Likewise.
4910 * gdb.perf/Makefile.in: Likewise.
4911 * gdb.python/Makefile.in: Likewise.
4912 * gdb.reverse/Makefile.in: Likewise.
4913 * gdb.server/Makefile.in: Likewise.
4914 * gdb.stabs/Makefile.in: Likewise.
4915 * gdb.threads/Makefile.in: Likewise.
4916 * gdb.trace/Makefile.in: Likewise.
4917 * gdb.xml/Makefile.in: Likewise.
4918 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4919 GDB_PARALLEL.
4920 (standard_output_file): Remove check for GDB_PARALLEL, always
4921 return path in outputs/$subdir/$testname.
4922
437277d4
SM
49232016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4924
4925 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4926 (site.exp): Assign abs_srcdir to tcl's srcdir.
4927
31d913c7
YQ
49282016-02-04 Yao Qi <yao.qi@linaro.org>
4929
4930 * gdb.base/foll-exec-mode.c: Include limits.h.
4931 (main): Add parameters argc and argv. Get directory from
4932 argv[0].
4933 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4934 compilation.
4935 * gdb.base/foll-exec.c: Include limits.h.
4936 (main): Add parameters argc and argv.
4937 Get directory from argv[0].
4938 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4939 Adjust tests on the number of lines as source code changed.
4940 * gdb.base/foll-vfork-exit.c: Include limits.h.
4941 (main): Add one line of statement before vfork.
4942 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4943 (main): Add parameters argc and argv. Get directory from
4944 argv[0].
4945 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4946 (setup_gdb): Set tbreak to skip some source lines.
4947 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4948 (main): Add parameters argc and argv. Get directory from
4949 argv[0].
4950 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4951 compilation.
4952 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4953 (main): Add parameters argc and argv. Get directory from
4954 argv[0].
4955 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4956 compilation.
4957
9482b9fb
DE
49582016-02-01 Doug Evans <dje@google.com>
4959
4960 * gdb.base/skip.exp: Clean up multiple references to same test name.
4961
6b2e4f10
PA
49622016-02-01 Pedro Alves <palves@redhat.com>
4963
ccb6afd6 4964 PR remote/19496
6b2e4f10
PA
4965 * gdb.threads/forking-threads-plus-breakpoint.exp
4966 (displaced_stepping_supported): New global.
4967 (probe_displaced_stepping_support): New procedure.
4968 (do_test): Add 'displaced' parameter, and use it.
4969 (top level): Check for displaced stepping support. Add displaced
4970 stepping on/off testing axis.
4971
37a8db1a
AB
49722016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4973
4974 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4975 pointer. Don't perform further tests on the unassociated pointer
4976 if the first test fails.
4977
5fdf6324
AB
49782016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4979
4980 * gdb.base/max-value-size.c: New file.
4981 * gdb.base/max-value-size.exp: New file.
4982 * gdb.base/huge.exp: Disable max-value-size for this test.
4983
935c6144
IB
49842016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4985
4986 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4987
7fe8399d
YQ
49882016-01-28 Yao Qi <yao.qi@linaro.org>
4989
4990 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4991
a2077e25
PA
49922016-01-25 Pedro Alves <palves@redhat.com>
4993
4994 PR threads/19461
4995 * gdb.base/fork-running-state.c: New file.
4996 * gdb.base/fork-running-state.exp: New file.
4997
1d2736d4
PA
49982016-01-25 Pedro Alves <palves@redhat.com>
4999
5000 PR gdb/19494
5001 * gdb.base/catch-fork-kill.c: New file.
5002 * gdb.base/catch-fork-kill.exp: New file.
5003
f1da4b11
PA
50042016-01-25 Pedro Alves <palves@redhat.com>
5005
5006 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
5007 Delete, moved to lib/gdb.exp.
5008 * gdb.threads/forking-threads-plus-breakpoint.exp
5009 (foreach_with_prefix): Likewise.
5010 * gdb.threads/process-dies-while-handling-bp.exp
5011 (foreach_with_prefix): Likewise.
5012 * lib/gdb.exp (foreach_with_prefix): New procedure.
5013
45f38546
MK
50142016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
5015
5016 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
5017 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
5018
dc29a1ce
MK
50192016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
5020
5021 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
5022 endian targets.
5023
092127d7
JK
50242016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5025 Pedro Alves <palves@redhat.com>
5026
5027 Fix testsuite compatibility with Guile.
5028 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
5029 number.
5030
31d765d3
JK
50312016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5032
5033 Fix testsuite compatibility with Guile.
5034 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
5035 (thread 1): New test for backtrace through signal handler.
5036
1ac78c04
YQ
50372016-01-22 Yao Qi <yao.qi@linaro.org>
5038
5039 PR testsuite/19491
5040 * gdb.base/multi-forks.c: Include
5041 ../lib/unbuffer_output.c
5042 (main): Call gdb_unbuffer_output.
5043
4f5946a8
DE
50442016-01-21 Doug Evans <dje@google.com>
5045
5046 * lib/ada.exp (gdb_compile_ada): Fix typo.
5047
305e13e6
JB
50482016-01-21 Joel Brobecker <brobecker@adacore.com>
5049
5050 * gdb.base/break-fun-addr.exp: New file.
5051 * gdb.base/break-fun-addr1.c: New file.
5052 * gdb.base/break-fun-addr2.c: New file.
5053
5f5dfff6
SM
50542016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
5055
5056 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
5057 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
5058 enum flag values.
5059
fd356fa2
AA
50602016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5061
5062 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
5063 when GDB can not set the vector return value. Add more comments
5064 for clarification.
5065
9df22175
AT
50662016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
5067
5068 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
5069 command.
5070
41d1845e
SM
50712016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5072
5073 * Makefile.in (DO_RUNTEST): Add --status and update usages.
5074
01ac6840
SM
50752016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5076
5077 * Makefile.in (check-single): Pass --status to runtest.
5078 (check/%.exp): Likewise.
5079
50802016-01-19 Simon Marchi <simon.marchi@ericsson.com>
5081
5082 * Makefile.in (check-parallel): Propagate return code from make
5083 do-check-parallel.
5084
bd0a71fa
MK
50852016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
5086
5087 * gdb.trace/ftrace.exp: Fix expected message on continue.
5088 * gdb.trace/pending.exp: Fix expected message on continue.
5089 * gdb.trace/trace-break.exp: Fix expected message on continue.
5090
8bcbad33
SM
50912016-01-18 Simon Marchi <simon.marchi@ericsson.com>
5092
5093 * lib/gdb.exp (gdb_test): Remove unused global references.
5094
f303dbd6
PA
50952016-01-18 Pedro Alves <palves@redhat.com>
5096
5097 * gdb.base/async-shell.exp: Adjust expected output.
5098 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
5099 * gdb.base/siginfo-thread.exp: Adjust expected output.
5100 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
5101 * gdb.java/jnpe.exp: Adjust expected output.
5102 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
5103 * gdb.threads/continue-pending-status.exp: Adjust expected output.
5104 * gdb.threads/leader-exit.exp: Adjust expected output.
5105 * gdb.threads/manythreads.exp: Adjust expected output.
5106 * gdb.threads/pthreads.exp: Adjust expected output.
5107 * gdb.threads/schedlock.exp: Adjust expected output.
5108 * gdb.threads/siginfo-threads.exp: Adjust expected output.
5109 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
5110 expected output.
5111 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
5112 output.
5113 * gdb.threads/sigthread.exp: Adjust expected output.
5114 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
5115
b2789696
YQ
51162016-01-18 Yao Qi <yao.qi@linaro.org>
5117
5118 * gdb.guile/scm-section-script.c: Replace @progbits with
5119 %progbits.
5120 * gdb.python/py-section-script.c: Likewise.
5121
71ef29a8
PA
51222016-01-15 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.multi/tids.exp: Test star wildcard ranges.
5125
3f5b7598
PA
51262016-01-15 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
5129 command from "thread apply" invocation.
5130 (thr_apply_info_thr_invalid): Default the expected output to the
5131 input tid list.
5132 (top level): Add tests that use convenience variables. Add tests
5133 for "thread apply" with a valid TID list, but missing the command.
5134
663f6d42
PA
51352016-01-13 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.base/default.exp: Expect $_gthread as well.
5138 * gdb.multi/tids.exp: Test $_gthread.
5139 * gdb.threads/thread-specific.exp: Test $_gthread.
5140
c84f6bbf
PA
51412016-01-13 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.multi/tids.exp: Test "info threads -gid".
5144
22a02324
PA
51452016-01-13 Pedro Alves <palves@redhat.com>
5146
5147 * gdb.multi/tids.exp: Test InferiorThread.global_num and
5148 Breakpoint.thread.
5149 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
5150
5d5658a1
PA
51512016-01-07 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.base/break.exp: Adjust to output changes.
5154 * gdb.base/hbreak2.exp: Likewise.
5155 * gdb.base/sepdebug.exp: Likewise.
5156 * gdb.base/watch_thread_num.exp: Likewise.
5157 * gdb.linespec/keywords.exp: Likewise.
5158 * gdb.multi/info-threads.exp: Likewise.
5159 * gdb.threads/thread-find.exp: Likewise.
5160 * gdb.multi/tids.c: New file.
5161 * gdb.multi/tids.exp: New file.
5162
84654457
PA
51632016-01-13 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
5166
e3940304
PA
51672016-01-13 Pedro Alves <palves@redhat.com>
5168
5169 * gdb.base/default.exp: Expect $_inferior as well.
5170 * gdb.multi/base.exp: Test $_inferior.
5171
a911d87a
PA
51722016-01-13 Pedro Alves <palves@redhat.com>
5173
5174 PR breakpoints/19388
5175 * gdb.base/catch-signal-siginfo-cond.c: New file.
5176 * gdb.base/catch-signal-siginfo-cond.exp: New file.
5177
82075af2
JS
51782016-01-12 Josh Stone <jistone@redhat.com>
5179 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5180
5181 * gdb.base/catch-syscall.c (do_execve): New variable.
5182 (main): Conditionally trigger an execve.
5183 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5184 (test_catch_syscall_execve): New, check entry/return across execve.
5185 (do_syscall_tests): Call test_catch_syscall_execve.
5186
e46eeedd
PA
51872016-01-12 Pedro Alves <palves@redhat.com>
5188
5189 * gdb.base/random-signal.exp (do_test): New procedure, with body
5190 of testcase moved in.
5191
01d8c27e
JK
51922016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5193 Pedro Alves <palves@redhat.com>
5194
5195 * gdb.base/funcargs.exp (finish from indirectly called function):
5196 Reintroduce the case for 'First'.
5197
9a706302
JK
51982016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5199 Pedro Alves <palves@redhat.com>
5200
5201 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5202 (tcatch_vfork_then_child_follow_exec)
5203 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5204 identification.
5205
c0ecb95f
JK
52062016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5207
5208 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5209 and repeats to unlimited.
5210 * gdb.python/py-value.exp: Likewise.
5211 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5212 and repeats to unlimited.
5213
6cfc1fcb
JK
52142016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5215
5216 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
5217 and reordering the functions.
5218 * gdb.multi/hangout.c: Likewise.
5219 * gdb.multi/hello.c: Likewise.
5220
582a1b00
SM
52212016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5222
5223 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5224 absolute.
5225 (SingleStatisticTestResult.report): Use dict.keys instead of
5226 dict.iterkeys.
5227
79bc59cb
PA
52282016-01-06 Pedro Alves <palves@redhat.com>
5229
5230 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
5231
43368e1d
MM
52322016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5233
5234 * gdb.btrace/dlopen.exp: New.
5235 * gdb.btrace/dlopen.c: New.
5236 * gdb.btrace/dlopen-dso.c: New.
5237
79fad5b8
SL
52382015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5239
5240 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5241 PATTERN argument is optional.
5242
ab8314b3
JB
52432015-12-24 Joel Brobecker <brobecker@adacore.com>
5244
5245 * lib/ada.exp (target_compile_ada_from_dir): New function.
5246 (gdb_compile_ada): Reimplement avoiding the use of project files.
5247 * gdb.ada/gnat_ada.gpr: Delete.
5248 * gdb.ada/cond_lang.exp: Adjust test to make path before
5249 filename optional.
5250 * gdb.ada/small_reg_param.exp: Likewise.
5251
fe33faff
SM
52522015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5253
5254 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5255
6d265cb4
TP
52562015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5257
5258 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5259 case.
5260
10125099
SM
52612015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5262
5263 * gdb.base/break.exp: Remove dead code.
5264 * gdb.base/sepdebug.exp: Likewise.
5265
3ca22649
SM
52662015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5267
5268 * gdb.asm/asm-source.exp: Remove HP-UX references.
5269 * gdb.base/annota1.exp: Likewise.
5270 * gdb.base/annota3.exp: Likewise.
5271 * gdb.base/attach.exp: Likewise.
5272 * gdb.base/bigcore.exp: Likewise.
5273 * gdb.base/break.exp: Likewise.
5274 * gdb.base/call-ar-st.exp: Likewise.
5275 * gdb.base/callfuncs.exp: Likewise.
5276 * gdb.base/catch-fork-static.exp: Likewise.
5277 * gdb.base/display.exp: Likewise.
5278 * gdb.base/foll-exec-mode.exp: Likewise.
5279 * gdb.base/foll-exec.exp: Likewise.
5280 * gdb.base/foll-fork.exp: Likewise.
5281 * gdb.base/foll-vfork.exp: Likewise.
5282 * gdb.base/funcargs.exp: Likewise.
5283 * gdb.base/hbreak2.exp: Likewise.
5284 * gdb.base/inferior-died.exp: Likewise.
5285 * gdb.base/interrupt.exp: Likewise.
5286 * gdb.base/multi-forks.exp: Likewise.
5287 * gdb.base/nodebug.exp: Likewise.
5288 * gdb.base/sepdebug.exp: Likewise.
5289 * gdb.base/solib1.c: Likewise.
5290 * gdb.base/step-test.exp: Likewise.
5291 * gdb.mi/non-stop.c: Likewise.
5292 * gdb.mi/pthreads.c: Likewise.
5293 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5294 * gdb.threads/pthreads.c: Likewise.
5295 * gdb.threads/staticthreads.exp: Likewise.
5296 * lib/future.exp: Likewise.
5297 * lib/gdb.exp: Likewise.
5298 * gdb.base/so-indr-cl.c: Remove.
5299 * gdb.base/so-indr-cl.exp: Likewise.
5300 * gdb.base/solib.c: Likewise.
5301 * gdb.base/solib.exp: Likewise.
5302 * gdb.base/solib2.c: Likewise.
5303
b6304613
SM
53042015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5305
5306 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5307 * gdb.base/call-ar-st.exp: Likewise.
5308 * gdb.base/callfuncs.exp: Likewise.
5309 * gdb.base/condbreak.exp: Likewise.
5310 * gdb.base/constvars.exp: Likewise.
5311 * gdb.base/hbreak2.exp: Likewise.
5312 * gdb.base/langs.exp: Likewise.
5313 * gdb.base/list.exp: Likewise.
5314 * gdb.base/long_long.exp: Likewise.
5315 * gdb.base/ptype.exp: Likewise.
5316 * gdb.base/scope.exp: Likewise.
5317 * gdb.base/signals.exp: Likewise.
5318 * gdb.base/so-impl-ld.exp: Likewise.
5319 * gdb.base/varargs.exp: Likewise.
5320 * gdb.base/volatile.exp: Likewise.
5321 * gdb.base/whatis.exp: Likewise.
5322 * gdb.cp/cplusfuncs.exp: Likewise.
5323 * gdb.cp/inherit.exp: Likewise.
5324 * gdb.cp/local.exp: Likewise.
5325 * gdb.cp/member-ptr.exp: Likewise.
5326 * gdb.cp/method.exp: Likewise.
5327 * gdb.cp/overload.exp: Likewise.
5328 * gdb.cp/templates.exp: Likewise.
5329 * gdb.stabs/weird.exp: Likewise.
5330 * lib/compiler.c: Likewise.
5331 * lib/compiler.cc: Likewise.
5332 * lib/cp-support.exp: Likewise.
5333 * lib/gdb.exp: Likewise.
5334
bf401b07
SM
53352015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5336
5337 * configure.ac: Remove HP-UX case.
5338 * configure: Regenerate.
5339
aff9c0f8
SM
53402015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5341
5342 * lib/gdb.exp (gdb_compile): Add function doc.
5343
a6904d5a
PA
53442015-12-17 Pedro Alves <palves@redhat.com>
5345
5346 PR threads/19354
5347 * gdb.multi/info-threads.exp: New file.
5348
a22279dd
YQ
53492015-12-15 Yao Qi <yao.qi@linaro.org>
5350
5351 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5352 is aarch64*-*-*.
5353
0588c796
SL
53542015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5355
5356 * gdb.base/history-duplicates.exp: Skip if no readline support.
5357
5d978e17
SL
53582015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5359
5360 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5361
7e763b86
SL
53622015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5363
5364 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5365
87a3a92c
SL
53662015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5367
5368 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5369 ctrl-C if nointerrupts target property is set.
5370 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5371 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5372 * gdb.base/paginate-bg-execution.exp: Likewise.
5373 * gdb.base/paginate-execution-startup.exp: Likewise.
5374 * gdb.base/random-signal.exp: Likewise.
5375 * gdb.base/range-stepping.exp: Likewise.
5376 * gdb.cp/annota2.exp: Likewise.
5377 * gdb.cp/annota3.exp: Likewise.
5378 * gdb.gdb/selftest.exp: Likewise.
5379 * gdb.threads/continue-pending-status.exp: Likewise.
5380 * gdb.threads/leader-exit.exp: Likewise.
5381 * gdb.threads/manythreads.exp: Likewise.
5382 * gdb.threads/pthreads.exp: Likewise.
5383 * gdb.threads/schedlock.exp: Likewise.
5384 * gdb.threads/sigthread.exp: Likewise.
5385
a8f077dc
DB
53862015-12-11 Don Breazeal <donb@codesourcery.com>
5387
5388 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5389 remote.
5390 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5391 * gdb.base/foll-exec.exp (main): Enable for target remote.
5392 * gdb.base/foll-fork.exp (main): Likewise.
5393 * gdb.base/foll-vfork.exp (main): Likewise.
5394 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5395 (proc continue_to_exit_bp_loc): Use clean_restart.
5396 * gdb.base/pie-execl.exp (main): Disable for target remote.
5397 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5398 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5399 * gdb.threads/execl.exp (main): Likewise.
5400 * gdb.threads/fork-child-threads.exp (main): Likewise.
5401 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5402 remote.
5403 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5404 remote.
5405 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5406 pid.tid style ptids, instead of just tid.
5407 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5408 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5409 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5410 ptids, instead of just tid.
5411
3b2464a8
AB
54122015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5413
5414 * gdb.base/list.exp (test_list_forward): Add end of file error
5415 test.
5416 (test_repeat_list_command): Add end of file error test.
5417 (test_list_backwards): Add beginning of file error test.
5418
a0def019
AB
54192015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5420
5421 * gdb.base/list.exp (test_list_invalid_args): New function,
5422 defined, and called.
5423
5c000dff
AB
54242015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5425
5426 * gdb.base/list.exp (test_list): Make test names unique.
5427
f1637ebe
YQ
54282015-12-11 Yao Qi <yao.qi@linaro.org>
5429
5430 * gdb.base/coremaker2.c: Remove.
5431
36d6fc0a
PA
54322015-12-10 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.multi/base.exp: Remove stale "spaces" references.
5435
762f7747
PA
54362015-12-10 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.multi/base.exp: Don't use nowarnings.
5439 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5440 * gdb.multi/hangout.c: Include stdio.h.
5441 * gdb.multi/hello.c: Include stdlib.h.
5442 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5443 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5444 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5445
28d2bfb9
AB
54462015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5447
5448 * gdb.dwarf2/dw2-ranges-base.c: New file.
5449 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5450 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5451 support additional line table, and debug ranges generation.
5452 (Dwarf::ranges): New function, generate .debug_ranges.
5453 (Dwarf::lines): Support generating simple line table programs.
5454 (Dwarf::assemble): Initialise new namespace variables.
5455
5fc2beac
KB
54562015-12-09 Kevin Buettner <kevinb@redhat.com>
5457
5458 * gdb.base/async.exp (proc test_background): Add case for
5459 asynchronous execution not supported.
5460
1c35a88f
LM
54612015-12-09 Luis Machado <lgustavo@codesourcery.com>
5462
5463 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5464 format and change test names to make them unique.
5465
b593e3d9
RK
54662015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5467 Pedro Alves <pedro@redhat.com>
5468
5469 PR gdb/18702
5470 Add checking of floatformats setup on x86_64 hosts.
5471 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5472 (smallval, bigval): New labels/constants.
5473 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5474 float" after loading bigval and smallval.
5475
d72413e6
PMR
54762015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5477
5478 * gdb.ada/fun_overload_menu.exp: New testcase.
5479 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5480
ece66d65
JS
54812015-12-04 Josh Stone <jistone@redhat.com>
5482
5483 * gdb.base/catch-fork-static.exp: New.
5484
41d0efca
YQ
54852015-12-03 Yao Qi <yao.qi@linaro.org>
5486
5487 * gdb.base/sizeof.c: Don't include stdio.h and
5488 ../lib/unbuffer_output.c.
5489 (main): New variable 'size' and 'value'. Remove printf and
5490 gdb_unbuffer_output. Assign return value to size and value.
5491 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5492 at the beginning.
5493 (check_sizeof): Check the result by printing variable 'size'.
5494 (check_valueof): Check the result by printing variable 'value'.
5495
99fd02d9
YQ
54962015-12-01 Yao Qi <yao.qi@linaro.org>
5497
5498 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5499 for aarch64*-*-linux* target.
5500
f2faf941
PA
55012015-11-30 Pedro Alves <palves@redhat.com>
5502
5503 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5504
04bf20c5
PA
55052015-11-30 Pedro Alves <palves@redhat.com>
5506
5507 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5508 Handle non-stop mode vCont replies.
5509
09df4675
PA
55102015-11-30 Pedro Alves <palves@redhat.com>
5511
5512 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5513 prepare_for_testing. Start gdb with "set non-stop on" appended to
5514 GDBFLAGS. Lax expected stop output.
5515
58b584af
YQ
55162015-11-27 Yao Qi <yao.qi@linaro.org>
5517
5518 * gdb.arch/arm-neon.exp: New.
5519 * gdb.arch/arm-neon.c: New.
5520
dfcb77a8
YQ
55212015-11-27 Yao Qi <yao.qi@linaro.org>
5522
5523 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5524
88e8ec1b
YQ
55252015-11-27 Yao Qi <yao.qi@linaro.org>
5526
5527 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5528 frames-invalid annotation.
5529
bfde72c2
YQ
55302015-11-27 Yao Qi <yao.qi@linaro.org>
5531
5532 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5533
f6512a69
SM
55342015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5535
5536 * gdb.threads/names.exp: New file.
5537 * gdb.threads/names.c: New file.
5538 * README: Mention gdb,no_thread_names.
5539
46a3515b
MM
55402015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5541
5542 PR 19297
5543 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5544 support" error.
5545
62147a22
PA
55462015-11-24 Pedro Alves <palves@redhat.com>
5547
5548 PR 17539
5549 * gdb.base/display.exp: Expect displays to be sorted in ascending
5550 order. Use multi_line.
5551 * gdb.base/solib-display.exp: Likewise.
5552
2f341b6e
PA
55532015-11-24 Pedro Alves <palves@redhat.com>
5554
5555 PR 17539
25d49b86
PA
5556 * gdb.base/display.exp: Expect displays to be sorted in ascending
5557 order. Use multi_line.
5558 * gdb.base/solib-display.exp: Likewise.
2f341b6e 5559
7e0aa6aa
PA
55602015-11-24 Pedro Alves <palves@redhat.com>
5561
5562 PR 17539
5563 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5564 threads in ascending order.
5565 * gdb.base/foll-fork.exp: Likewise.
5566 * gdb.base/foll-vfork.exp: Likewise.
5567 * gdb.base/multi-forks.exp: Likewise.
5568 * gdb.mi/mi-nonstop.exp: Likewise.
5569 * gdb.mi/mi-nsintrall.exp: Likewise.
5570 * gdb.multi/base.exp: Likewise.
5571 * gdb.multi/multi-arch.exp: Likewise.
5572 * gdb.python/py-inferior.exp: Likewise.
5573 * gdb.threads/break-while-running.exp: Likewise.
5574 * gdb.threads/execl.exp: Likewise.
5575 * gdb.threads/gcore-thread.exp: Likewise.
5576 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5577 * gdb.threads/kill.exp: Likewise.
5578 * gdb.threads/linux-dp.exp: Likewise.
5579 * gdb.threads/multiple-step-overs.exp: Likewise.
5580 * gdb.threads/next-bp-other-thread.exp: Likewise.
5581 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5582 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5583 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5584 * gdb.threads/thread-find.exp: Likewise.
5585 * gdb.threads/tls.exp: Likewise.
5586 * lib/mi-support.exp (mi_reverse_list): Delete.
5587 (mi_check_thread_states): No longer reverse list.
5588
2cc57ad8
PA
55892015-11-24 Pedro Alves <palves@redhat.com>
5590
5591 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5592 use lowercase.
5593
c93e8391
SM
55942015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5595
5596 * gdb.trace/actions.c: Include trace-common.h.
5597 (main): Add a location for a fast tracepoint.
5598 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5599 the normal tracepoints.
5600 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5601
045ccf91
SM
56022015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5603
5604 * save-trace.exp: Factor out code to these...
5605 (gdb_save_tracepoints): New.
5606 (gdb_load_tracepoints): New.
5607 (do_save_load_test): New.
5608
5506f9f6
KB
56092015-11-23 Kevin Buettner <kevinb@redhat.com>
5610
5611 * gdb.base/asmlabel.exp: New test.
5612 * gdb.base/asmlabel.c: New test case.
5613
16c3b12f
JB
56142015-11-23 Joel Brobecker <brobecker@adacore.com>
5615
5616 * gdb.base/wrong_frame_bt_full-main.c: New file.
5617 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5618 * gdb.base/wrong_frame_bt_full.exp: New file.
5619
155bfbd3
JB
56202015-11-23 Joel Brobecker <brobecker@adacore.com>
5621
5622 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5623
bb097445
JM
56242015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5625
206853a0 5626 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5627 pstate register when comparing registers values in
5628 sparc64-*-linux-gnu targets to avoid spurious differences.
5629
9c88ed8f
JM
56302015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5631
206853a0 5632 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5633
96161e25
SL
56342015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5635
5636 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5637 as type argument to gdb_compile.
5638 * gdb.base/nested-subp2.exp: Likewise.
5639 * gdb.base/nested-subp3.exp: Likewise.
5640
340c2830
DV
56412015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5642
5643 * lib/dwarf.exp (_note): Fix left shift of negative value.
5644 * gdb.trace/trace-condition.exp: Likewise.
5645
c1862d0f
YQ
56462015-11-13 Yao Qi <yao.qi@linaro.org>
5647
5648 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5649 comments about d10v.
5650 (test_scalar_returns): Likewise.
5651 * gdb.base/d10v.ld: Remove.
5652 * gdb.base/overlays.exp: Remove the target triplet checking for
5653 d10v-*-*.
5654 * gdb.base/structs.exp (test_struct_returns): Remove the
5655 comments about d10v.
5656 (test_struct_calls): Likewise.
5657
77ae9c19
YQ
56582015-11-13 Yao Qi <yao.qi@linaro.org>
5659
5660 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5661 * gdb.base/gnu_vector.c: Don't include stdio.h.
5662 (main): Don't print res and call add_some_intvecs.
5663
430e004e
MK
56642015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5665
5666 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5667 macro.
5668 (func5): Removed.
5669 (func4): Use FAST_TRACEPOINT_LABEL.
5670 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5671 macro.
5672 (func): Removed.
5673 (thread_function): Use FAST_TRACEPOINT_LABEL.
5674 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5675 (func): Remove.
5676 (marker): Use FAST_TRACEPOINT_LABEL.
5677 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5678 (pendfunc1): Remove.
5679 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5680 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5681 (foo): Remove.
5682 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5683 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5684 macro.
5685 (func): Remove.
5686 (marker): Use FAST_TRACEPOINT_LABEL.
5687 * gdb.trace/trace-common.h: New header.
5688 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5689 macro.
5690 (func): Remove.
5691 (marker): Use FAST_TRACEPOINT_LABEL.
5692 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5693 (func): Remove.
5694 (thread_function): Use FAST_TRACEPOINT_LABEL.
5695
6e7675a7
MK
56962015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5697
5698 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5699 in front.
5700 * gdb.trace/change-loc.exp: Use global pcreg definition.
5701 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5702 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5703 in front.
5704 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5705 * gdb.trace/pending.exp: Likewise.
5706 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5707 * gdb.trace/trace-break.exp: Likewise.
5708 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5709 in front.
5710 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5711 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5712 in front.
5713 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5714
dddc0e16
JB
57152015-11-09 Joel Brobecker <brobecker@adacore.com>
5716
5717 * gdb.ada/fin_fun_out: New testcase.
5718
c6f0b406
KB
57192015-11-07 Kevin Buettner <kevinb@redhat.com>
5720
5721 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5722 value associated with DW_AT_byte_size.
5723 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5724 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5725 DW_AT_upper_bound.
5726
f01dcfd9
KB
57272015-11-07 Kevin Buettner <kevinb@redhat.com>
5728
5729 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5730 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5731 version.
5732 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5733 gdb.dwarf2/dw2-canonicalize-type.exp,
5734 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5735 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5736 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5737 provided by gdb_target_symbol_prefix_flags_asm.
5738 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5739 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5740 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5741 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5742 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5743 macros where needed). Use this macro for symbols which require
5744 the prefix provided by SYMBOL_PREFIX.
5745
2223449a
KB
57462015-11-05 Kevin Buettner <kevinb@redhat.com>
5747
5748 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5749 New procs.
5750 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5751 representing expressions, of more than one list element.
5752 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5753 to prepend linker symbol prefix to f.
5754 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5755 table_1 and table_2.
5756 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5757 Likewise, for f and g.
5758 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5759 for ptr.
5760 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5761 for main.
5762 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5763 table_1_ptr and table_2_ptr.
5764
6f2f1a3a
JK
57652015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5766 Joel Brobecker <brobecker@adacore.com>
5767
5768 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5769
566c56c9
MK
57702015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5771
5772 * gdb.reverse/s390-mvcle.c: New test.
5773 * gdb.reverse/s390-mvcle.exp: New file.
5774 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5775
d5f0636b
MK
57762015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5777
5778 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5779
7ad8b86c
MK
57802015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5781
5782 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5783 reaching marker2.
5784 * gdb.reverse/getresuid-reverse.exp: Likewise.
5785 * gdb.reverse/pipe-reverse.exp: Likewise.
5786 * gdb.reverse/readv-reverse.exp: Likewise.
5787 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5788 * gdb.reverse/time-reverse.exp: Likewise.
5789 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5790
4081c0f1
YQ
57912015-10-30 Yao Qi <yao.qi@linaro.org>
5792
5793 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5794 (empty_cycle): Remove.
5795 (main): Don't call empty_cycle. Don't use watch_count_done.
5796 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5797 empty_cycle. Rewrite the code counting HW watchpoints.
5798
452b4ba5
MK
57992015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5800
5801 * gdb.reverse/fstatat-reverse.c: New test.
5802 * gdb.reverse/fstatat-reverse.exp: New file.
5803 * gdb.reverse/getresuid-reverse.c: New test.
5804 * gdb.reverse/getresuid-reverse.exp: New file.
5805 * gdb.reverse/pipe-reverse.c: New test.
5806 * gdb.reverse/pipe-reverse.exp: New file.
5807 * gdb.reverse/readv-reverse.c: New test.
5808 * gdb.reverse/readv-reverse.exp: New file.
5809 * gdb.reverse/recvmsg-reverse.c: New test.
5810 * gdb.reverse/recvmsg-reverse.exp: New file.
5811 * gdb.reverse/time-reverse.c: New test.
5812 * gdb.reverse/time-reverse.exp: New file.
5813 * gdb.reverse/waitpid-reverse.c: New test.
5814 * gdb.reverse/waitpid-reverse.exp: New file.
5815
5e2e7507
JK
58162015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5817
5818 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5819
0fde2c53
DE
58202015-10-26 Doug Evans <dje@google.com>
5821
5822 PR symtab/17391
5823 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5824 * gdb.dwarf2/bad-regnum.c: New file.
5825 * gdb.dwarf2/bad-regnum.exp: New file.
5826
1a70ae97
DE
58272015-10-26 Doug Evans <dje@google.com>
5828
5829 PR python/18938
5830 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5831 file.
5832
27dc26ab
JK
58332015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5834
5835 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5836 for a change by "Mention language in compile error message".
5837
bed91f4d
SM
58382015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5839
5840 PR python/18073
5841 * gdb.python/py-type.c (C::a_method): New.
5842 (C::a_const_method): New.
5843 (C::a_static_method): New.
5844 (a_function): New.
5845 * gdb.python/py-type.exp (test_fields): Test getting fields
5846 from function and method.
5847
3f2f83dd
KB
58482015-10-21 Keven Boell <keven.boell@intel.com>
5849
5850 * gdb.fortran/vla-alloc-assoc.exp: New file.
5851 * gdb.fortran/vla-datatypes.exp: New file.
5852 * gdb.fortran/vla-datatypes.f90: New file.
5853 * gdb.fortran/vla-history.exp: New file.
5854 * gdb.fortran/vla-ptype-sub.exp: New file.
5855 * gdb.fortran/vla-ptype.exp: New file.
5856 * gdb.fortran/vla-sizeof.exp: New file.
5857 * gdb.fortran/vla-sub.f90: New file.
5858 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5859 * gdb.fortran/vla-value-sub-finish.exp: New file.
5860 * gdb.fortran/vla-value-sub.exp: New file.
5861 * gdb.fortran/vla-value.exp: New file.
5862 * gdb.fortran/vla-ptr-info.exp: New file.
5863 * gdb.mi/mi-vla-fortran.exp: New file.
5864 * gdb.mi/vla.f90: New file.
5865
27145d50
SL
58662015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5867
5868 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5869 of hardwired timeout value.
5870
5f3ff4f8
JK
58712015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5872 Pedro Alves <palves@redhat.com>
5873
5874 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5875 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5876
bfd09d20
JS
58772015-10-19 Josh Stone <jistone@redhat.com>
5878
5879 * gdb.base/catch-syscall.c: Include <sched.h>.
5880 (unknown_syscall): New variable.
5881 (main): Trigger a vfork and an unknown syscall.
5882 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5883 (unknown_syscall_number): Likewise.
5884 (check_call_to_syscall): Accept an optional syscall pattern.
5885 (check_return_from_syscall): Likewise.
5886 (check_continue): Likewise.
5887 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5888 (test_catch_syscall_skipping_return): New test toggling off 'catch
5889 syscall' to step over the syscall return, then toggling back on.
5890 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5891 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5892 (do_syscall_tests): Call test_catch_syscall_without_args and
5893 test_catch_syscall_mid_vfork.
5894 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5895 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5896
b32b93c6
AS
58972015-10-19 Andrew Stubbs <ams@codesourcery.com>
5898
5899 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5900 print g_vE): Add new pass patterns.
5901 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5902 print various symbol names for vptr fields.
5903
9d622bda
AB
59042015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5905
5906 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5907 results.
5908
0fd8ac1c
YQ
59092015-10-12 Yao Qi <yao.qi@linaro.org>
5910
5911 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5912
34240514
YQ
59132015-10-12 Yao Qi <yao.qi@linaro.org>
5914
5915 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5916 is aarch64*-*-linux*.
5917
8240f442
YQ
59182015-10-12 Yao Qi <yao.qi@linaro.org>
5919
5920 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5921 (can_relocate_bcond_true): ... it.
5922 (can_relocate_bcond_false): New function.
5923 (foo): Likewise.
5924 (can_relocate_bl): Likewise.
5925 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5926 can_relocate_bl.
5927
2520f728
PMR
59282015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5929
5930 * gdb.base/nested-addr.c: New file.
5931 * gdb.base/nested-addr.exp: New testcase.
5932
abcef95a
MM
59332015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5934
5935 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5936 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5937 its output. Ignore the output of "record goto begin" and instead
5938 check that GDB is replaying.
5939
145e3ddb
PA
59402015-10-09 Pedro Alves <palves@redhat.com>
5941
5942 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5943 (top level): Use it in the run with no args test.
5944
d5d8c4e1
IB
59452015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5946
5947 * gdb.dlang/properties.exp: New file.
5948
06e635ef
SL
59492015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5950
5951 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5952 whether or not address 0x1000 is mapped on the target.
5953
e019fd1d
SM
59542015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5955
5956 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5957 build.
5958
77ba2a67
MM
59592015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5960
5961 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5962 instruction-history test.
5963
c60eb31f
DE
59642015-09-28 Doug Evans <dje@google.com>
5965
5966 * gdb.base/gcore.c (array_func): Add reference to static_array.
5967
9a3c8263
SM
59682015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5969
5970 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5971 source line.
5972
9720e656
SL
59732015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5974
5975 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5976 short or char as base type.
5977
938d3bf2
SL
59782015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5979
5980 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5981 to allow any size enum.
5982
e6c2c623
PMR
59832015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5984
5985 * gdb.ada/array_ptr_renaming.exp: New testcase.
5986 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5987 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5988
06da0f77
PL
59892015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5990
5991 * gdb.trace/ftrace-lock.c: New file.
5992 * gdb.trace/ftrace-lock.exp: New file.
5993
4f51c22a
PL
59942015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5995
5996 * gdb.arch/insn-reloc.c: New file.
5997 * gdb.arch/ftrace-insn-reloc.exp: New file.
5998
7041adf4
PL
59992015-09-21 Pierre Langlois <pierre.langlois@arm.com>
6000
6001 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
6002 instruction.
6003 * gdb.trace/pendshr1.c (pendfunc): Likewise.
6004 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
6005 * gdb.trace/range-stepping.c: Likewise.
6006 * gdb.trace/trace-break.c: Likewise.
6007 * gdb.trace/trace-mt.c (thread_function): Likewise.
6008 * gdb.trace/ftrace.c (marker): Likewise.
6009 * gdb.trace/trace-condition.c (marker): Likewise.
6010 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
6011 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
6012 is_aarch64_target.
6013
015d2e7e
DE
60142015-09-18 Doug Evans <xdje42@gmail.com>
6015
6016 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
6017 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
6018
26b188a2
SL
60192015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6020
6021 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
6022 the breakpoint.
6023
79dc332b
SL
60242015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6025
6026 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
6027 the pending breakpoint. Remove timeout override for "Run till
6028 MI pending breakpoint on pendfunc3 on thread 2" test.
6029
f57929f2
SL
60302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6031
6032 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
6033 filename pattern.
6034
3f469b17
SL
60352015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6036
6037 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
6038 in breakpoint filename pattern.
6039
515b89b3
SL
60402015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6041
7800dbe4
SL
6042 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
6043
60442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
6045
515b89b3
SL
6046 * gdb.linespec/explicit.exp: Check for readline support for
6047 tab-completion tests. Fix obvious typo.
6048
d2939ba2
MM
60492015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6050
6051 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
6052 and replay.
6053
cbb55fa7
MM
60542015-09-18 Markus Metzger <markus.t.metzger@intel.com>
6055
6056 * gdb.btrace/non-stop.c: New.
6057 * gdb.btrace/non-stop.exp: New.
6058
43691ca1
PL
60592015-09-17 Pierre Langlois <pierre.langlois@arm.com>
6060 Yao Qi <yao.qi@linaro.org>
6061
6062 * gdb.trace/trace-condition.c: New file.
6063 * gdb.trace/trace-condition.exp: New file.
6064
d78908cf
WW
60652015-09-16 Wei-cheng Wang <cole945@gmail.com>
6066
6067 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
6068 for testing bytecode compilation.
6069
1ed415e2
PA
60702015-09-16 Pedro Alves <palves@redhat.com>
6071 Sandra Loosemore <sandra@codesourcery.com>
6072
6073 * gdb.threads/non-stop-fair-events.c (timeout): New global.
6074 (SECONDS): Redefine.
6075 (main): Call pthread_kill and alarm early.
6076 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
6077 support.
6078 (test): If the target can't hardware step and doesn't support
6079 displaced stepping, increase the timeout.
6080
d136eff5
PA
60812015-09-16 Pedro Alves <palves@redhat.com>
6082
6083 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
6084 (enable_debug): New procedures.
6085 (test): Use them. Bail out if waiting for threads fails.
6086 (top level): Bail out if a test fails.
6087
991f019c
YQ
60882015-09-16 Yao Qi <yao.qi@linaro.org>
6089
6090 * gdb.asm/asm-source.exp: Set asm-arch for
6091 aarch64*-*-* target.
6092 * gdb.asm/aarch64.inc: New file.
6093
bfca584f
PMR
60942015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
6095
6096 * gdb.ada/array_of_variable_length.exp: New testcase.
6097 * gdb.ada/array_of_variable_length/foo.adb: New file.
6098 * gdb.ada/array_of_variable_length/pck.adb: New file.
6099 * gdb.ada/array_of_variable_length/pck.ads: New file.
6100
b326e587
DE
61012015-09-15 Doug Evans <dje@google.com>
6102
6103 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
6104 of function static local variable.
6105
5382cfab
PW
61062015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6107
6108 * gdb.threads/tls-so_extern.exp: New test file.
6109 * gdb.threads/tls-so_extern.c: New test file.
6110 * gdb.threads/tls-so_extern_main.c: New test file.
6111
141c5cc4
JK
61122015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6113
6114 * gdb.opt/solib-intra-step-lib.c: New file.
6115 * gdb.opt/solib-intra-step-main.c: New file.
6116 * gdb.opt/solib-intra-step.exp: New file.
6117
d15dcecd
PA
61182015-09-15 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
6121 gdb_continue_to_breakpoint instead of gdb_test_multiple.
6122
4c2f2a79
PA
61232015-09-14 Pedro Alves <palves@redhat.com>
6124
6125 * gdb.base/hook-stop-continue.c: Delete.
6126 * gdb.base/hook-stop-continue.exp: Delete.
6127 * gdb.base/hook-stop-frame.c: Delete.
6128 * gdb.base/hook-stop-frame.exp: Delete.
6129 * gdb.base/hook-stop.c: New file.
6130 * gdb.base/hook-stop.exp: New file.
6131
919e6dbe
PMR
61322015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
6133
6134 * gdb.ada/access_to_packed_array.exp: New testcase.
6135 * gdb.ada/access_to_packed_array/foo.adb: New file.
6136 * gdb.ada/access_to_packed_array/pack.adb: New file.
6137 * gdb.ada/access_to_packed_array/pack.ads: New file.
6138
157280a4
MM
61392015-09-14 Markus Metzger <markus.t.metzger@intel.com>
6140
6141 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
6142 buffer size test.
6143
2fd33e94
DB
61442015-09-11 Don Breazeal <donb@codesourcery.com>
6145
6146 * gdb.base/foll-exec.c: Add copyright header. Fix
6147 formatting issues.
6148 * gdb.base/foll-exec.exp (zap_session): Delete proc.
6149 (do_exec_tests): Use clean_restart in place of zap_session,
6150 and for test initialization. Fix formatting issues. Use
6151 fail in place of perror.
6152 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
6153 an expect statement to match an expression with output from
6154 the program under debug.
6155 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
6156 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
6157 * gdb.threads/non-ldr-exc-2.exp: Likewise.
6158 * gdb.threads/non-ldr-exc-3.exp: Likewise.
6159 * gdb.threads/non-ldr-exc-4.exp: Likewise.
6160
e70b6e8e
DE
61612015-09-09 Doug Evans <dje@google.com>
6162
6163 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
6164
7a551a51
DE
61652015-09-09 Doug Evans <dje@google.com>
6166
6167 * gdb.base/pie-execl.exp: Fix result test of build_executable.
6168
4c666f84
DE
61692015-09-09 Doug Evans <dje@google.com>
6170
6171 * gdb.base/savedregs.exp: Fix typo.
6172
243a9253
PA
61732015-09-09 Pedro Alves <palves@redhat.com>
6174
6175 * gdb.mi/mi-cli.exp: Add CLI finish tests.
6176
c0fa8fbd
SL
61772015-09-08 Sandra Loosemore <sandra@codesourcery.com>
6178
6179 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6180 command actually switches threads. Give up on remaining
6181 tests if target fails to stop at breakpoint.
6182
cd7c1778
PMR
61832015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6184
6185 * gdb.ada/funcall_char.exp: New testcase.
6186 * gdb.ada/funcall_char/foo.adb: New file.
6187
dc5c8746
PMR
61882015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6189
6190 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6191 expected outputs. Add two testcases for completing ambiguous
6192 functions.
6193 * gdb.ada/complete/aux_pck.adb: New file.
6194 * gdb.ada/complete/aux_pck.ads: New file.
6195 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6196 Ambiguous_Func functions.
6197 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6198 * gdb.ada/complete/pck.adb: Likewise.
6199
4e83a1e7
UW
62002015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6201
6202 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6203 failures to run the test program under GDB.
6204
8ce74153
LM
62052015-08-26 Luis Machado <lgustavo@codesourcery.com>
6206
6207 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6208 to C.
6209
e9756d52
PP
62102015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6211
6212 * gdb.base/run-after-attach.exp: New test file.
6213 * gdb.base/run-after-attach.c: New test file.
6214
8d37573b
DB
62152015-08-26 Don Breazeal <donb@codesourcery.com>
6216
6217 * gdb.base/foll-exec-2.c: New test program.
6218 * gdb.base/foll-exec-2.exp: New test.
6219
63e43d3a
PMR
62202015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6221
6222 * gdb.base/nested-subp1.exp: New file.
6223 * gdb.base/nested-subp1.c: New file.
6224 * gdb.base/nested-subp2.exp: New file.
6225 * gdb.base/nested-subp2.c: New file.
6226 * gdb.base/nested-subp3.exp: New file.
6227 * gdb.base/nested-subp3.c: New file.
6228
3d40fbb5
PA
62292015-08-24 Pedro Alves <palves@redhat.com>
6230
6231 * gdb.server/connect-without-multi-process.c: New file.
6232 * gdb.server/connect-without-multi-process.exp: New file.
6233
4422ac93
LM
62342015-08-24 Luis Machado <lgustavo@codesourcery.com>
6235
6236 * gdb.opt/inline-markers.c: Make z int.
6237
91dddb86
LM
62382015-08-24 Luis Machado <lgustavo@codesourcery.com>
6239
6240 * gdb.opt/inline-markers.c: Make z volatile.
6241
a48847ee
LM
62422015-08-24 Luis Machado <lgustavo@codesourcery.com>
6243
6244 * gdb.opt/inline-bt.c: New volatile global z.
6245 * gdb.opt/inline-cmds.c: Likewise.
6246 * gdb.opt/inline-locals.c: Likewise.
6247 * gdb.opt/inline-markers.c: New extern global z.
6248 (marker): Use z.
6249 (inline_fn): Likewise.
6250
0ebbc52b
PA
62512015-08-24 Pedro Alves <palves@redhat.com>
6252
6253 * config/m32r-stub.exp: Remove file.
6254 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6255 * gdb.base/call-rt-st.exp: Likewise.
6256 * gdb.base/call-strs.exp: Likewise.
6257 * gdb.base/default.exp: Remove references to h8300-*-hms and
6258 *-*-udi*.
6259 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6260
77c365df
AA
62612015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6262
6263 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6264 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6265 and "return" use KFAIL when GDB can not read/write the vector
6266 return value.
6267
4313b8c0
GB
62682015-08-21 Gary Benson <gbenson@redhat.com>
6269
6270 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6271
0e433b32
PA
62722015-08-20 Pedro Alves <palves@redhat.com>
6273
6274 * gdb.server/solib-list.exp: No longer expect an interior stop in
6275 non-stop mode.
6276
221e1a37
PA
62772015-08-20 Pedro Alves <palves@redhat.com>
6278
6279 * gdb.server/connect-stopped-target.c: New file.
6280 * gdb.server/connect-stopped-target.exp: New file.
6281
40e3ad0e
PA
62822015-08-20 Pedro Alves <palves@redhat.com>
6283
6284 * gdb.dwarf2/comp-unit-lang.exp: New file.
6285 * gdb.dwarf2/comp-unit-lang.c: New file.
6286
af39b327
PMR
62872015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6288
6289 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6290 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6291
7d45c7c3 62922015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 6293
7d45c7c3
KB
6294 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6295 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6296
4d6cceb4
DE
62972015-08-18 Doug Evans <dje@google.com>
6298 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6299
6300 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6301 skip_python_tests. New arg prompt_regexp.
6302 (skip_python_tests): New function.
6303 * lib/mi-support.exp (mi_skip_python_tests): New function.
6304 * gdb.python/py-mi-objfile-gdb.py: New file.
6305 * gdb.python/py-mi-objfile.c: New file.
6306 * gdb.python/py-mi-objfile.exp: New file.
6307
ad89c2aa
KS
63082015-08-17 Keith Seitz <keiths@redhat.com>
6309
6310 * gdb.linespec/explicit.exp: Move strace test from here ...
6311 * gdb.trace/strace.exp: ... to here.
6312
e3ae3c43
PP
63132015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6314
6315 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6316 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6317
604b2636
DE
63182015-08-14 Doug Evans <xdje42@gmail.com>
6319
6320 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6321 inferior before selecting a new file.
6322
6ff0ba5f
DE
63232015-08-14 Doug Evans <xdje42@gmail.com>
6324
6325 * gdb.mi/mi-disassemble.exp: Update.
6326 * gdb.base/disasm-optim.S: New file.
6327 * gdb.base/disasm-optim.c: New file.
6328 * gdb.base/disasm-optim.h: New file.
6329 * gdb.base/disasm-optim.exp: New file.
6330
9ca98f92
KS
63312015-08-14 Keith Seitz <keiths@redhat.com>
6332
6333 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6334 "evaluated-by".
6335
52bbc560
JB
63362015-08-13 Joel Brobecker <brobecker@adacore.com>
6337
6338 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6339
5d8c3ed3
PMR
63402015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6341
6342 * gdb.ada/fun_renaming.exp: New testcase.
6343 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6344 * gdb.ada/fun_renaming/pack.adb: New file.
6345 * gdb.ada/fun_renaming/pack.ads: New file.
6346
ea8812bc
KS
63472015-08-12 Keith Seitz <keiths@redhat.com>
6348
6349 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6350 gdb_get_line_number.
6351
4dafcdeb
JB
63522015-08-12 Joel Brobecker <brobecker@adacore.com>
6353
6354 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6355 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6356 gdb.base/dso2dso.exp: New files.
6357
5ba32597
SDJ
63582015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6359 Pedro Alves <palves@redhat.com>
6360 Keith Seitz <keiths@redhat.com>
6361
6362 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6363 GDBFLAGS.
6364
b6dafabf
PP
63652015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6366
6367 * gdb.base/gdbhistsize-history.exp
6368 (test_histsize_history_setting): Use save_vars.
6369 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6370 Use save_vars.
6371 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6372 * gdb.base/readline.exp: Use save_vars.
6373
abe8e607
PP
63742015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6375
6376 * lib/gdb.exp (save_vars): New proc.
6377
629500fa
KS
63782015-08-11 Keith Seitz <keiths@redhat.com>
6379
6380 * gdb.base/help.exp: Update help_breakpoint_text.
6381
eb8c4e2e
KS
63822015-08-11 Keith Seitz <keiths@redhat.com>
6383
6384 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6385 (at toplevel): Call test_explicit_breakpoints.
6386 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6387 breakpoints.
6388 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6389 breakpoint conditions, "-cond".
6390
87f0e720
KS
63912015-08-11 Keith Seitz <keiths@redhat.com>
6392
6393 * gdb.linespec/3explicit.c: New file.
6394 * gdb.linespec/cpexplicit.cc: New file.
6395 * gdb.linespec/cpexplicit.exp: New file.
6396 * gdb.linespec/explicit.c: New file.
6397 * gdb.linespec/explicit.exp: New file.
6398 * gdb.linespec/explicit2.c: New file.
6399 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6400 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6401 before using in the matching pattern.
6402 Clarify that `prefix' is a regular expression.
6403
f00aae0f
KS
64042015-08-11 Keith Seitz <keiths@redhat.com>
6405
6406 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6407 test.
6408 Add tests for missing ",FMT" and ",".
6409
e27852be
DE
64102015-08-10 Doug Evans <dje@google.com>
6411 Keith Seitz <keiths@redhat.com>
6412
6413 PR gdb/17960
6414 * gdb.base/completion.exp: Add location completer tests.
6415
7f03bd92
PA
64162015-08-07 Pedro Alves <palves@redhat.com>
6417
6418 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6419 tests here.
6420 (top level): Run do_test with and without displaced stepping.
6421
3fc8eb30
PA
64222015-08-07 Pedro Alves <palves@redhat.com>
6423
6424 * gdb.base/valgrind-disp-step.c: New file.
6425 * gdb.base/valgrind-disp-step.exp: New file.
6426
d4569d7b
PA
64272015-08-07 Pedro Alves <palves@redhat.com>
6428
6429 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6430 Delete function.
6431 (main): Add alarm. Run an infinite loop instead of calling
6432 wait_threads.
6433 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6434 comment.
6435 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6436 Delete function.
6437 (main): Add alarm. Run an infinite loop instead of calling
6438 wait_threads.
6439 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6440 comment.
6441
e1316e60
PA
64422015-08-07 Pedro Alves <palves@redhat.com>
6443
6444 * gdb.base/checkpoint-ns.exp: New file.
6445 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6446 standard_testfile.
6447
da8c46d2
MM
64482015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6449
6450 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6451 * gdb.btrace/instruction_history.exp: Update.
6452 * gdb.btrace/tsx.exp: New.
6453 * gdb.btrace/tsx.c: New.
6454
de1c2c52
PA
64552015-08-06 Pedro Alves <palves@redhat.com>
6456
6457 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6458 increase timeout.
6459 * gdb.reverse/until-precsave.exp: Bump timeouts.
6460
782e0bf4
PA
64612015-08-06 Pedro Alves <palves@redhat.com>
6462
6463 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6464
83e97ed0
PA
64652015-08-06 Pedro Alves <palves@redhat.com>
6466
6467 PR gdb/18749
6468 * gdb.threads/process-dies-while-handling-bp.c: New file.
6469 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6470
863d01bd
PA
64712015-08-06 Pedro Alves <palves@redhat.com>
6472
6473 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6474 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6475
0a39bb32
PA
64762015-08-05 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6479 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6480
ee2d2b10
SL
64812015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6482
6483 * gdb.base/bp-permanent.exp: Report test as unsupported if
6484 the target cannot stop at the permanent breakpoint.
6485
4e1bdb00
DE
64862015-08-03 Doug Evans <dje@google.com>
6487
6488 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6489 10000.
6490
3d338901
DE
64912015-08-03 Doug Evans <dje@google.com>
6492
6493 * Makefile.in (workers/%.worker, build-perf): New rule.
6494 (GDB_PERFTEST_MODE): New variable.
6495 (check-perf): Use it.
6496 (clean): Clean up gdb.perf parallel build subdirs.
6497 * lib/build-piece.exp: New file.
6498 * lib/gdb.exp (make_gdb_parallel_path): New function
6499 (standard_output_file, standard_temp_file): Call it.
6500 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6501 of $GDB_PARALLEL.
6502 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6503
af061d3e
DE
65042015-08-03 Doug Evans <dje@google.com>
6505
8e1afc81 6506 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
6507 (LOG_FILE_NAME): New global.
6508 (TextReporter.__init__): Initialize self.txt_sum.
6509 (TextReporter.report): Add support for multiple data-points.
6510 Move report to perftest.sum, put raw data in perftest.log.
6511 (TextReporter.start): Open sum and log files.
6512 (TextReporter.end): Close sum and log files.
8e1afc81
DE
6513 * gdb.perf/lib/perftest/testresult.py
6514 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 6515
2c8c5d37
PA
65162015-07-31 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6519 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6520 kill_wait_spawned_process instead of explicit "kill -9".
6521 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6522 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6523 kill_wait_spawned_process.
6524 * gdb.base/attach-twice.exp: Likewise.
6525 * gdb.base/attach.exp: Likewise.
6526 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6527 gdb_test_multiple.
6528 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6529 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6530 kill_wait_spawned_process.
6531 * gdb.base/valgrind-infcall.exp: Likewise.
6532 * gdb.multi/multi-attach.exp: Likewise.
6533 * gdb.python/py-prompt.exp: Likewise.
6534 * gdb.python/py-sync-interp.exp: Likewise.
6535 * gdb.server/ext-attach.exp: Likewise.
6536 * gdb.threads/attach-into-signal.exp (corefunc): Use
6537 spawn_wait_for_attach, spawn_id_get_pid and
6538 kill_wait_spawned_process.
6539 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6540 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6541 spawn_id_get_pid and kill_wait_spawned_process.
6542 * gdb.threads/attach-stopped.exp (corefunc): Use
6543 spawn_wait_for_attach, spawn_id_get_pid and
6544 kill_wait_spawned_process.
6545 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6546 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6547 kill_wait_spawned_process instead of explicit "kill -9".
6548 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6549 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6550 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6551 processes. Don't map cygwin/windows pids here. Now returns a
6552 spawn id list.
6553
032a0fca
SL
65542015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6555
6556 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6557 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6558 correct patch.
6559
61a934ca
SL
65602015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6561
6562 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6563
4bc4d428
SL
65642015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6565
6566 Reapply:
6567 2014-05-21 Mark Wielaard <mjw@redhat.com>
6568
6569 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6570
998d452a
PA
65712015-07-30 Pedro Alves <palves@redhat.com>
6572
6573 * linux-low.c (handle_extended_wait): Set the child's last
6574 reported status to TARGET_WAITKIND_STOPPED.
6575
69dde7dc
PA
65762015-07-30 Pedro Alves <palves@redhat.com>
6577
6578 PR threads/18600
6579 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6580 only shows inferior 1.
6581
4dd63d48
PA
65822015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6583 Pedro Alves <palves@redhat.com>
6584
6585 PR threads/18600
6586 * gdb.threads/fork-plus-threads.c: New file.
6587 * gdb.threads/fork-plus-threads.exp: New file.
6588
d618e4c5
PP
65892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6590
6591 * gdb.base/batch-preserve-term-settings.exp
6592 (test_terminal_settings_preserved_after_cli_exit): Use
6593 send_quit_command.
6594
1eef6428
PA
65952015-07-29 Pedro Alves <palves@redhat.com>
6596 Don Breazeal <donb@codesourcery.com>
6597
6598 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6599 output from both inferior_spawn_id and gdb_spawn_id.
6600
7da5b897
SDJ
66012015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6602
6603 * gdb.threads/attach-into-signal.exp (corefunc): Use
6604 with_test_prefix on nested loops, uniquefying the test messages.
6605
dac804df
SDJ
66062015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6607
6608 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6609 commit.
6610
06265e53
PP
66112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6612
6613 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6614 New proc.
6615 (test_terminal_settings_preserved_after_sigterm): New test.
6616
18206ca3
PP
66172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6618
6619 * gdb.base/batch-preserve-term-settings.exp
6620 (test_terminal_settings_preserved_after_cli_exit): New test.
6621
90074d11
PP
66222015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6623
6624 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6625 manipulation of saved_gdbflags.
6626 (test_terminal_settings_preserved): Remove global declaration of
6627 the unused variable pagination_prompt. Remove manipulation of
6628 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6629 GDBFLAGS.
6630
eb1a7902
PA
66312015-07-29 Pedro Alves <palves@redhat.com>
6632
6633 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6634
8b75dd3b
PA
66352015-07-29 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6638 at the top.
6639
dedad4e3
PA
66402015-07-29 Pedro Alves <palves@redhat.com>
6641
6642 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6643 (main): Call gdb_unbuffer_output.
6644 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6645 (main): Call gdb_unbuffer_output.
6646 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6647 (main): Call gdb_unbuffer_output.
6648 * gdb.base/call-strs.exp: Adjust to step over the
6649 gdb_unbuffer_output call.
6650 * gdb.base/catch-gdb-caused-signals.c: Include
6651 "../lib/unbuffer_output.c".
6652 (main): Call gdb_unbuffer_output.
6653 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6654 (main): Call gdb_unbuffer_output.
6655 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6656 (main): Call gdb_unbuffer_output.
6657 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6658 (main): Call gdb_unbuffer_output.
6659 * gdb.base/shlib-call.exp: Adjust to step over the
6660 gdb_unbuffer_output call.
6661 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6662 (main): Call gdb_unbuffer_output.
6663 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6664 (main): Call gdb_unbuffer_output.
6665 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6666 (main): Rename to ...
6667 (test): ... this.
6668 (main): Reimplement.
6669 * gdb.base/varargs.exp: Run to test instead of to main.
6670 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6671 (main): Call gdb_unbuffer_output.
6672
58789a91
PA
66732015-07-29 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6676 factore out from mi_continue_dprintf. For call-style dprintfs,
6677 expect dprintf output out of $inferior_spawn_id.
6678 (mi_continue_dprintf): Use mi_expect_dprintf.
6679 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6680 (main): Call gdb_unbuffer_output.
6681
e8376742
PA
66822015-07-29 Pedro Alves <palves@redhat.com>
6683
6684 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6685 (default_mi_gdb_start): Set inferior_spawn_id instead of
6686 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6687 gdb_spawn_id.
6688 (mi_gdb_test): Always expect inferior output from both
6689 $inferior_spawn_id and $gdb_spawn_id.
6690
08280010
PA
66912015-07-29 Pedro Alves <palves@redhat.com>
6692
6693 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6694 send_inferior and $inferior_spawn_id.
6695
4d30e432
PA
66962015-07-29 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.gdb/complaints.exp (test_initial_complaints)
6699 (test_serial_complaints, test_short_complaints): Use
6700 gdb_test_stdio.
6701 (test_empty_complaint): Handle $inferior_spawn_id !=
6702 $gdb_spawn_id.
6703
0d30a335
PA
67042015-07-29 Pedro Alves <palves@redhat.com>
6705
6706 * gdb.base/varargs.exp: Use gdb_test_stdio.
6707
39413b29
PA
67082015-07-29 Pedro Alves <palves@redhat.com>
6709
6710 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6711
7cb000a9
PA
67122015-07-29 Pedro Alves <palves@redhat.com>
6713
6714 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6715
d7b8ac82
PA
67162015-07-29 Pedro Alves <palves@redhat.com>
6717
6718 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6719 parameter into two new parameters, "inf_result" and "gdb_result".
6720 Expect inferior output and gdb output from $inferior_spawn_id and
6721 $gdb_spawn_id, respectively. Adjust all callers.
6722
789c3a0c
PA
67232015-07-29 Pedro Alves <palves@redhat.com>
6724
6725 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6726 of gdb_test_sequence.
6727
77e760c3
PA
67282015-07-29 Pedro Alves <palves@redhat.com>
6729
6730 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6731 (saw_spurious_output): Expect inferior output from
6732 $inferior_spawn_id. Use gdb_test_stdio.
6733
8396d2cd
PA
67342015-07-29 Pedro Alves <palves@redhat.com>
6735
6736 * gdb.base/dprintf.exp: Use standard_testfile. Change
6737 prepare_for_testing call.
6738 (srcfile): Don't set.
6739 (restart): New procedure.
6740 (test_dprintf): New procecure, use to continue over dprintfs.
6741 (test_call, test_agent): New procedures, tests moved here.
6742 Restart gdb and recreate dprintfs. Adjust expected output.
6743
2051d61f
PA
67442015-07-29 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6747
452397af
PA
67482015-07-29 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6751
8aed9555
PA
67522015-07-29 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6755 gdb_test_stdio.
6756
188a61b4
PA
67572015-07-29 Pedro Alves <palves@redhat.com>
6758
6759 * lib/gdb.exp (gdb_test_stdio): New procedure.
6760
12264a45
PA
67612015-07-29 Pedro Alves <palves@redhat.com>
6762
6763 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6764
23ffc893
PA
67652015-07-29 Pedro Alves <palves@redhat.com>
6766
6767 * gdb.base/call-signal-resume.exp: Remove check for
6768 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6769 * gdb.base/unwindonsignal.exp: Likewise.
6770 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6771 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6772
65566918
PA
67732015-07-29 Pedro Alves <palves@redhat.com>
6774
6775 * gdb.base/siginfo-addr.c (pass): New function.
6776 (handler): Call it iff si_addr is correct.
6777 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6778 Set a breakpoint at "pass" and continue to it.
6779
d60a9221
SDJ
67802015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6781
6782 * gdb.python/py-objfile.exp: Make some tests have unique names.
6783 * gdb.python/py-pp-registration.exp: Likewise.
6784
bde40b8f
PA
67852015-07-28 Pedro Alves <palves@redhat.com>
6786
6787 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6788
13e1dec8
SM
67892015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6790
6791 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6792
da33c9a7
SM
67932015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6794
6795 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6796
077836f7
PP
67972015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6798
6799 * gdb.base/gdb-sigterm-2.exp: New test.
6800
b8cc7b2e
DE
68012015-07-25 Doug Evans <xdje42@gmail.com>
6802
6803 Revert:
6804 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6805 (workers/%.worker, build-perf): New rule.
6806 (GDB_PERFTEST_MODE): New variable.
6807 (check-perf): Use it.
6808 (clean): Clean up gdb.perf parallel build subdirs.
6809 * lib/build-piece.exp: New file.
6810 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6811 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6812 name.
6813 (standard_temp_file): Ditto.
6814 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6815 of $GDB_PARALLEL.
6816
c8bd4544
DE
68172015-07-24 Doug Evans <dje@google.com>
6818
6819 * gdb.perf/lib/perftest/utils.py: New file.
6820 * gdb.perf/gm-hello.cc: New file.
6821 * gdb.perf/gm-pervasive-typedef.cc: New file.
6822 * gdb.perf/gm-pervasive-typedef.h: New file.
6823 * gdb.perf/gm-std.cc: New file.
6824 * gdb.perf/gm-std.h: New file.
6825 * gdb.perf/gm-use-cerr.cc: New file.
6826 * gdb.perf/gm-utils.h: New file.
6827 * gdb.perf/gmonster-null-lookup.py: New file.
6828 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6829 * gdb.perf/gmonster-print-cerr.py: New file.
6830 * gdb.perf/gmonster-ptype-string.py: New file.
6831 * gdb.perf/gmonster-runto-main.py: New file.
6832 * gdb.perf/gmonster-select-file.py: New file.
6833 * gdb.perf/gmonster1-null-lookup.exp: New file.
6834 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6835 * gdb.perf/gmonster1-print-cerr.exp: New file.
6836 * gdb.perf/gmonster1-ptype-string.exp: New file.
6837 * gdb.perf/gmonster1-runto-main.exp: New file.
6838 * gdb.perf/gmonster1-select-file.exp: New file.
6839 * gdb.perf/gmonster1.cc: New file.
6840 * gdb.perf/gmonster1.exp: New file.
6841 * gdb.perf/gmonster2-null-lookup.exp: New file.
6842 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6843 * gdb.perf/gmonster2-print-cerr.exp: New file.
6844 * gdb.perf/gmonster2-ptype-string.exp: New file.
6845 * gdb.perf/gmonster2-runto-main.exp: New file.
6846 * gdb.perf/gmonster2-select-file.exp: New file.
6847 * gdb.perf/gmonster2.cc: New file.
6848 * gdb.perf/gmonster2.exp: New file.
6849
6eab34f3
DE
68502015-07-24 Doug Evans <dje@google.com>
6851
6852 * gdb.perf/README: New file.
6853 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6854 * lib/gen-perf-test.exp: New file.
6855
63738bfd
DE
68562015-07-24 Doug Evans <dje@google.com>
6857
6858 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6859 (PerfTest::startup): New function.
6860 (PerfTest::run): Return result of calling body.
6861 (PerfTest::assemble): Rewrite.
6862 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6863 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6864 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6865 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6866 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6867
7b606f95
DE
68682015-07-24 Doug Evans <dje@google.com>
6869
6870 * lib/gdb.exp (clean_restart): Make executable optional.
6871
a97b16b8
DE
68722015-07-24 Doug Evans <dje@google.com>
6873
6874 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6875 compiler_info references.
6876 * gdb.cp/temargs.exp: Ditto.
6877 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6878 (get_compiler_info): Early exit if already computed. Set compiler_info
6879 to "unknown" if there was a problem.
6880 (test_compiler_info): Add function comment. Call get_compiler_info.
6881
35baa57f
DE
68822015-07-24 Doug Evans <dje@google.com>
6883
6884 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6885 (workers/%.worker, build-perf): New rule.
6886 (GDB_PERFTEST_MODE): New variable.
6887 (check-perf): Use it.
6888 (clean): Clean up gdb.perf parallel build subdirs.
6889 * lib/build-piece.exp: New file.
6890 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6891 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6892 name.
6893 (standard_temp_file): Ditto.
6894 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6895 of $GDB_PARALLEL.
6896
6ebea266
DE
68972015-07-24 Doug Evans <dje@google.com>
6898
6899 * lib/future.exp (gdb_default_target_compile): New option
6900 "early_flags".
6901 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6902 --as-needed.
6903
1e76a7e9
SDJ
69042015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6905
6906 * gdb.base/catch-syscall.exp: Call gdb_exit before
6907 gdb_skip_xml_test.
6908
5068630a
PA
69092015-07-24 Pedro Alves <palves@redhat.com>
6910
6911 * gdb.python/py-events.exp: Accept output between the stop event
6912 and the prompt.
6913 * gdb.python/py-evsignal.exp: Likewise.
6914 * gdb.python/py-evthreads.exp: Likewise.
6915
77598427
PA
69162015-07-24 Pedro Alves <palves@redhat.com>
6917
6918 PR gdb/18717
6919 * gdb.threads/non-ldr-exit.c: New file.
6920 * gdb.threads/non-ldr-exit.exp: New file.
6921
11e6c98f
YQ
69222015-07-24 Yao Qi <yao.qi@linaro.org>
6923
6924 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6925 restarting process.
6926
51aee833
YQ
69272015-07-24 Yao Qi <yao.qi@linaro.org>
6928
6929 * gdb.server/ext-restart.exp: New file.
6930
8cfe207c
YQ
69312015-07-24 Yao Qi <yao.qi@linaro.org>
6932
6933 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6934 argument options.
6935 * gdb.server/ext-wrapper.exp: New file.
6936
cc12ce38
DE
69372015-07-23 Doug Evans <dje@google.com>
6938
6939 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6940 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6941
d0d84780
PMR
69422015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6943
6944 * gdb.ada/var_arr_typedef.exp: New testcase.
6945 * gdb.ada/var_arr_typedef/pack.adb: New file.
6946 * gdb.ada/var_arr_typedef/pack.ads: New file.
6947 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6948
8b558f79
JB
69492015-07-20 Joel Brobecker <brobecker@adacore.com>
6950
6951 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6952
775a3298
JK
69532015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6954
6955 * gdb.arch/i386-biarch-core.exp: Replace istarget
6956 by "complete set gnutarget". Remove expectation for the "core-file"
6957 command.
6958
db1ff28b
JK
69592015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6960
6961 Revert the previous commit:
6962 Tests for validate symbol file using build-id.
6963
0a94970d
JK
69642015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6965
6966 Tests for validate symbol file using build-id.
6967 * gdb.base/solib-mismatch-lib.c: New file.
6968 * gdb.base/solib-mismatch-libmod.c: New file.
6969 * gdb.base/solib-mismatch.c: New file.
6970 * gdb.base/solib-mismatch.exp: New file.
6971
03346981
SL
69722015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6973
6974 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6975 nios2-*-linux*.
6976 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6977 * gdb.base/siginfo.exp: Likewise.
6978 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6979
42422cc7
PL
69802015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6981
6982 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6983 Move it to ...
6984 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6985 ... here.
6986 * gdb.trace/range-stepping.exp: Check that the target supports
6987 range stepping.
6988
cfa68bae
JK
69892015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6990
6991 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6992
8ffdba26
PA
69932015-07-14 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.base/killed-outside.exp: New file.
6996 * gdb.base/killed-outside.c: New file.
6997
218a5a11
JK
69982015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6999
7000 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
7001 (n at main): New.
7002 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
7003
e03ed3c6
AA
70042015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7005
7006 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
7007 infcall tests instead of setting up for KFAIL.
7008
485668e5
MM
70092015-07-10 Markus Metzger <markus.t.metzger@intel.com>
7010
7011 * gdb.btrace/record_goto-step.exp: New.
7012
08464196
JK
70132015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7014
7015 PR compile/18484
7016 * gdb.compile/compile.c (struct struct_type): Add volatile to
7017 selffield's type.
7018 * gdb.compile/compile.exp
7019 (compile code struct_object.selffield = &struct_object): Skip further
7020 struct_object tests if this one xfails.
7021
bcf5c1d9
RC
70222015-07-08 Robert O'Callahan <robert@ocallahan.org>
7023
7024 PR exp/18617
7025 * gdb.trace/ax.exp: Add test.
7026
4931af25
YQ
70272015-07-07 Yao Qi <yao.qi@linaro.org>
7028
7029 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
7030 instead of istarget "aarch64*-*-*".
7031 * gdb.arch/aarch64-fp.exp: Likewise.
7032 * gdb.base/float.exp: Likewise.
7033 * gdb.reverse/aarch64.exp: Likewise.
7034 * lib/gdb.exp (is_aarch64_target): New proc.
7035
9fcf688e
YQ
70362015-07-07 Yao Qi <yao.qi@linaro.org>
7037
7038 * lib/gdb.exp (is_aarch32_target): New proc.
7039 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
7040 instead of "istarget "arm*-*-*"".
7041 * gdb.arch/arm-disp-step.exp: Likewise.
7042 * gdb.arch/thumb-bx-pc.exp: Likewise.
7043 * gdb.arch/thumb-prologue.exp: Likewise.
7044 * gdb.arch/thumb-singlestep.exp: Likewise.
7045 * gdb.base/disp-step-syscall.exp: Likewise.
7046 * gdb.base/float.exp: Likewise.
7047
fbd8d50d
YQ
70482015-07-07 Yao Qi <yao.qi@linaro.org>
7049
7050 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
7051 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
7052
71be1fdc
YQ
70532015-07-07 Yao Qi <yao.qi@linaro.org>
7054
7055 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
7056 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
7057 if it exists.
7058 * gdb.multi/multi-arch.exp: Likewise.
7059
3e221d36
SM
70602015-07-07 Simon Marchi <simon.marchi@ericsson.com>
7061
7062 * gdb.python/py-lazy-string.exp: Add missing parentheses to
7063 print.
7064
d441430b
YQ
70652015-07-07 Yao Qi <yao.qi@linaro.org>
7066
7067 * gdb.arch/thumb-singlestep.exp: Do one more single step.
7068
06f810bd
MG
70692015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
7070
7071 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
7072 '[' and ']' characters.
7073
5e61e7c0
IB
70742015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
7075
7076 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7077
28bf096c
PA
70782015-06-29 Pedro Alves <palves@redhat.com>
7079
7080 PR threads/18127
7081 * gdb.threads/hand-call-new-thread.c: New file.
7082 * gdb.threads/hand-call-new-thread.c: New file.
7083
ee93cd5e
KS
70842015-06-26 Keith Seitz <keiths@redhat.com>
7085 Doug Evans <dje@google.com>
7086
7087 PR 16253
7088 * gdb.cp/var-tag-2.cc: New file.
7089 * gdb.cp/var-tag-3.cc: New file.
7090 * gdb.cp/var-tag-4.cc: New file.
7091 * gdb.cp/var-tag.cc: New file.
7092 * gdb.cp/var-tag.exp: New file.
7093
fc637f04
PP
70942015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7095
7096 * gdb.base/history-duplicates.exp: New test.
7097
2e52ae68
PP
70982015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7099
7100 * gdb.base/completion.exp: Test the completion of the "focus"
7101 command.
7102
6e22494e
JK
71032015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7104
7105 * gdb.arch/amd64-prologue-skip.S: New file.
7106 * gdb.arch/amd64-prologue-skip.exp: New file.
7107
bf7b9cd9
SM
71082015-06-25 Simon Marchi <simon.marchi@ericsson.com>
7109
7110 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
7111 is_address_zero_readable check.
7112
201e8dfd
PB
71132015-06-24 Peter Bergner <bergner@vnet.ibm.com>
7114
7115 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
7116 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
7117
5cd867b4
YQ
71182015-06-24 Yao Qi <yao.qi@linaro.org>
7119
7120 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
7121 linux targets.
7122
4d7be007
YQ
71232015-06-24 Yao Qi <yao.qi@linaro.org>
7124
7125 * lib/gdb.exp (supports_get_siginfo_type): New proc.
7126 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
7127 * gdb.base/siginfo-thread.exp: Likewise.
7128
07fcd301
YQ
71292015-06-22 Yao Qi <yao.qi@linaro.org>
7130
7131 * boards/remote-gdbserver-on-localhost.exp: Add comments.
7132
52042a00
YQ
71332015-06-22 Yao Qi <yao.qi@linaro.org>
7134
7135 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
7136 aarch64*-*-*.
7137 (skip_hw_watchpoint_tests): Likewise.
7138
74bd41ce
PP
71392015-06-18 Patrick Palka <patrick@parcs.ath.cx>
7140
7141 * gdb.base/gdbinit-history.exp: Test the interaction between
7142 setting GDBHISTSIZE and setting the history size via .gdbinit.
7143
bc460514
PP
71442015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7145
7146 PR gdb/16999
7147 * gdb.base/gdbhistsize-history.exp: New test.
7148
b58c513b
PP
71492015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7150
7151 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
7152 with GDBHISTSIZE.
7153 * gdb.base/readline.exp: Likewise.
7154
92046791
YQ
71552015-06-17 Yao Qi <yao.qi@linaro.org>
7156
7157 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
7158 line.
7159
2093d2d3
PP
71602015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7161
7162 * gdb.base/gdbinit-history.exp: Add test case to check that
7163 an unlimited history file does not get truncated on exit.
7164
e6c693af
AA
71652015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7166
7167 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
7168 (VECTOR): New macro. Use it...
7169 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
7170 ...for these typedefs.
7171 (int8, char1, int1, double1): New typedefs.
7172 (struct just_int2, struct two_int2): New structures.
7173 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
7174 (add_structvecs, add_singlevecs): New functions.
7175 (main): Call add_some_intvecs twice.
7176 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
7177 the compile and exit upon failure. Try compiling for the "native"
7178 architecture. Test inferior function calls with vector arguments
7179 and vector return value handling with "finish" and "return".
7180
c74f7d1c
JT
71812015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7182
7183 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7184 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7185 PE file.
7186 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7187
98aa42ee
AT
71882015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7189
7190 PR breakpoints/16465
7191 * gdb.mi/mi-dprintf-pending.c: New file.
7192 * gdb.mi/mi-dprintf-pending.exp: New test.
7193 * gdb.mi/mi-dprintf-pendshr.c: New file.
7194
7d73c23c 71952015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 7196 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
7197
7198 * gdb.arch/i386-mpx-map.c: New file.
7199 * gdb.arch/i386-mpx-map.exp: New File.
7200
72012015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7202
7203 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7204 * gdb.arch/i386-mpx.exp: Indentation fixed.
7205
72062015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7207
7208 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7209 function and improved indentation.
7210 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7211 gdb_test_multiple. Added additional tests to skip the test.
7212
72132015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7214
7215 * gdb.arch/i386-avx512.c: Change path in include file.
7216 * gdb.arch/i386-avx512.exp: Change include dir path
7217 compilation flag.
7218 * gdb.arch/i386-mpx.c: Change path in include file.
7219 * gdb.arch/i386-mpx.exp: Change include dir path compilation
7220 flag.
7221
d5eba19a
JK
72222015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7223
7224 * gdb.compile/compile-print.exp (compile print *vararray@3)
7225 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7226
7f361056
JK
72272015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7228
7229 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
7230 (do not keep jit in memory): ... this.
7231 (expect 5): Change it to ...
7232 (expect no 5): ... this.
7233
3b462ec2
SM
72342015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7235
7236 PR gdb/15564
7237 * gdb.mi/mi-detach.exp: New file.
7238
e0619de6
JK
72392015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7240
7241 PR symtab/18392
7242 * gdb.arch/amd64-tailcall-self.S: New file.
7243 * gdb.arch/amd64-tailcall-self.c: New file.
7244 * gdb.arch/amd64-tailcall-self.exp: New file.
7245
e970cb34
DB
72462015-05-28 Don Breazeal <donb@codesourcery.com>
7247
7248 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7249 tests for remote targets by checking is_target_gdbserver.
7250
b2e2f908
DE
72512015-05-27 Doug Evans <dje@google.com>
7252
7253 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7254 * gdb.dwarf2/opaque-type-lookup.c: New file.
7255 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7256
82c7be31
DE
72572015-05-26 Doug Evans <dje@google.com>
7258
7259 * gdb.cp/iostream.cc: New file.
7260 * gdb.cp/iostream.exp: New file.
7261
b4f54984
DE
72622015-05-26 Doug Evans <dje@google.com>
7263
7264 * gdb.dwarf2/dw2-op-call.exp: Update.
7265 * gdb.dwarf2/dw4-sig-types.exp: Update.
7266 * gdb.dwarf2/implptr.exp: Update.
7267 * gdb.mi/mi-cmd-param-changed.exp: Update.
7268
4ea6efe9
DE
72692015-05-26 Doug Evans <dje@google.com>
7270
7271 * gdb.python/py-lazy-string.c: New file.
7272 * gdb.python/py-lazy-string.exp: New file.
7273 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7274 (main): Update. Add estring3.
7275 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7276 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7277
f6bb7db3
YQ
72782015-05-26 Omair Javaid <omair.javaid@linaro.org>
7279 Yao Qi <yao.qi@linaro.org>
7280
7281 * gdb.reverse/aarch64.c: New.
7282 * gdb.reverse/aarch64.exp: New.
7283
a81bfbd0
OJ
72842015-05-26 Omair Javaid <omair.javaid@linaro.org>
7285
25d49b86
PA
7286 * lib/gdb.exp (supports_process_record): Return true for
7287 aarch64*-linux*.
a81bfbd0
OJ
7288 (supports_reverse): Likewise.
7289
158bf1b4
PP
72902015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7291
7292 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7293 Use with_test_prefix.
7294
a0145030
AB
72952015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7296
7297 * gdb.base/completion.exp: Add test for completion of layout
7298 names.
7299
ebe3b578
AB
73002015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7301
7302 * lib/gdb.exp (skip_tui_tests): New proc.
7303 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7304
84204ed7
PA
73052015-05-19 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7308 Save the whole env array instead of just HOME. Unset HISTSIZE in
7309 the environment while testing. Restore whole environment
7310 afterwards.
7311
37442ce1
DE
73122015-05-16 Doug Evans <xdje42@gmail.com>
7313
7314 * gdb.guile/scm-ports.c: New file.
7315 * gdb.guile/scm-ports.exp: Add memory port tests.
7316
36de76f9
JK
73172015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7318
7319 * gdb.compile/compile-print.c: New file.
7320 * gdb.compile/compile-print.exp: New file.
7321
3a9558c4
JK
73222015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7323
7324 * gdb.compile/compile-ops.exp: Cast param to void.
7325 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7326 (compile code struct_object.selffield = &struct_object): Add xfail.
7327
aa715135
JG
73282015-05-15 Joel Brobecker <brobecker@adacore.com>
7329
7330 * gdb.ada/arr_enum_with_gap: New testcase.
7331
931e5bc3
JG
73322015-05-15 Joel Brobecker <brobecker@adacore.com>
7333
7334 * gdb.ada/byte_packed_arr: New testcase.
7335
9cd4d857
JB
73362015-05-15 Joel Brobecker <brobecker@adacore.com>
7337
7338 * gdb.ada/pckd_neg: New testcase.
7339
ebfd00d2
PP
73402015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7341
7342 PR gdb/17820
7343 * gdb.base/gdbinit-history.exp: New test.
7344 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7345 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7346
4c082a81
SC
73472015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7348
7349 * gdb.python/py-xmethods.cc: Enhance test case.
7350 * gdb.python/py-xmethods.exp: New tests.
7351 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7352 function.
7353 (B_indexoper): Likewise.
7354 (global_dm_list) : Add new xmethod worker functions.
7355
f7797074
SDJ
73562015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7357
7358 * gdb.base/coredump-filter.exp: Correctly unset
7359 "coredump_var_addr" array.
7360
a4674e4e
PA
73612015-05-08 Pedro Alves <palves@redhat.com>
7362
7363 * gdb.server/non-existing-program.exp: Unset spawn_id.
7364
df2eb078
SC
73652015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7366
7367 PR python/18291
7368 * gdb.python/py-xmethods.exp: Add tests.
7369
422349a3
YQ
73702015-05-08 Yao Qi <yao.qi@linaro.org>
7371
7372 PR gdb/18208
7373 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7374 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7375 function set_coredump_filter, and remove remote_exec call.
7376 Remove argument ipid. Callers update.
7377 (top level): Don't get inferior's PID.
7378
63fc80ce
AA
73792015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7380
7381 * gdb.base/watch_thread_num.exp: Skip test on targets without
7382 access watchpoints.
7383
80ad801e
PA
73842015-05-06 Pedro Alves <palves@redhat.com>
7385
7386 PR server/18081
7387 * gdb.server/non-existing-program.exp: New file.
7388
0fa7fe50
JB
73892015-05-05 Joel Brobecker <brobecker@adacore.com>
7390
7391 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7392
3ea89b92
PMR
73932015-05-05 Joel Brobecker <brobecker@adacore.com>
7394
7395 * gdb.ada/out_of_line_in_inlined: New testcase.
7396
87b8eff0
JB
73972015-05-05 Joel Brobecker <brobecker@adacore.com>
7398
7399 * gdb.ada/var_rec_arr: New testcase.
7400
5fccc635
YQ
74012015-04-30 Yao Qi <yao.qi@linaro.org>
7402
7403 * gdb.base/break-idempotent.exp: If
7404 skip_hw_watchpoint_multi_tests returns true, skip the tests
7405 on "rwatch" and "awatch".
7406
42d38f42
YQ
74072015-04-30 Yao Qi <yao.qi@linaro.org>
7408
7409 * gdb.base/relativedebug.exp: Invoke gdb command
7410 "info sharedlibrary", and if libc.so doesn't have debug info,
7411 skip the test.
7412
2ce1cdbf
DE
74132015-04-29 Doug Evans <dje@google.com>
7414
7415 * gdb.python/py-xmethods.exp: Add ptype tests.
7416 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7417 get_result_type method.
7418
f24a38c5
LM
74192015-04-29 Luis Machado <lgustavo@codesourcery.com>
7420
7421 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7422 the target does not support hardware watchpoints.
7423
ecbf2b3c
LM
74242015-04-29 Luis Machado <lgustavo@codesourcery.com>
7425
7426 * gdb.base/break-always.exp: Abort testing if writing to memory
7427 causes an error.
7428
34f5f757
DE
74292015-04-28 Doug Evans <dje@google.com>
7430
7431 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7432 * gdb.python/py-pp-registration.exp: ... here. New file.
7433 * gdb.python/py-pp-registration.c: New file.
7434 * gdb.python/py-pp-registration.py: New file.
7435
69b4374a
DE
74362015-04-28 Doug Evans <dje@google.com>
7437
7438 * gdb.python/py-bad-printers.c: New file.
7439 * gdb.python/py-bad-printers.py: New file.
7440 * gdb.python/py-bad-printers.exp: New file.
7441
59fb7612
SS
74422015-04-28 Sasha Smundak <asmundak@google.com>
7443
7444 * gdb.python/py-type.exp: New test.
7445
2631b16a
AW
74462015-04-28 Andy Wingo <wingo@igalia.com>
7447
7448 * gdb.python/py-parameter.exp:
7449 * gdb.guile/scm-parameter.exp: Escape the path that we are
7450 matching against, as it might contain characters that are special
7451 to regular expressions.
7452
460efde1
JB
74532015-04-27 Joel Brobecker <brobecker@adacore.com>
7454
7455 * gdb.ada/rec_comp: New testcase.
7456
2d369d8e
SDJ
74572015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7458
7459 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7460 before using it.
7461
cf75d6c3
AB
74622015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7463
7464 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7465 new tests for verilog output.
7466
8dbe7ca5
YQ
74672015-04-24 Yao Qi <yao.qi@linaro.org>
7468
7469 * boards/remote-gdbserver-on-localhost.exp: New file.
7470
4ef9fb2f
PA
74712015-04-23 Pedro Alves <palves@redhat.com>
7472
7473 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7474 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7475 "end of file", remove $inferior_spawn_id from the indirect list.
7476
0a803169
PA
74772015-04-23 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7480
749ef8f8
PA
74812015-04-23 Pedro Alves <palves@redhat.com>
7482
7483 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7484 on $any_spawn_id instead of only on $gdb_spawn_id.
7485
8aae4344
PM
74862015-04-21 Pierre Muller <muller@sourceware.org>
7487
7488 PR pascal/17815
7489 * lib/pascal.exp (gpc_compile): Add new option "class".
7490 (fpc_compile): Likewise.
7491 * gdb.pascal/case-insensitive-symbols.pas: New file.
7492 * gdb.pascal/case-insensitive-symbols.exp: New file.
7493
1586c8fb
GB
74942015-04-20 Gary Benson <gbenson@redhat.com>
7495
7496 * gdb.base/attach.exp: Fix three extended remote failures.
7497
1b6e6f5c
GB
74982015-04-17 Gary Benson <gbenson@redhat.com>
7499
7500 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7501 the main executable over the remote protocol.
7502
e797481d
PA
75032015-04-16 Pedro Alves <palves@redhat.com>
7504
7505 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7506 a new gdbserver if gdbserver_reconnect_p is set.
7507
1ca99c42
PA
75082015-04-16 Pedro Alves <palves@redhat.com>
7509
7510 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7511 is set, don't exit gdbserver.
7512
af9fd6f8
AA
75132015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7514
7515 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7516 appropriate .insn, such that an older assembler can be used.
7517 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7518 the z/Architecture instruction set on 31-bit targets as well.
7519
04ff1e61
AA
75202015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7521
7522 * gdb.go/handcall.exp: Remove all logic related to the first
7523 breakpoint and rely on go_runto_main instead.
7524 * gdb.go/strings.exp: Likewise.
7525 * gdb.go/unsafe.exp: Likewise.
7526 * gdb.go/hello.exp: Likewise. Also rename the remaining
7527 breakpoint marker to "breakpoint 1".
7528 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7529 * gdb.go/strings.go: Likewise.
7530 * gdb.go/unsafe.go: Likewise.
7531 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7532 "set breakpoint 2 here" and rename the remaining breakpoint marker
7533 to "breakpoint 1".
7534
40d2f8d6
SM
75352015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7536
7537 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7538 if itertools.imap is not present.
7539 * gdb.python/py-objfile.exp: Add parentheses.
7540 * gdb.python/py-type.exp: Same.
7541 * gdb.python/py-unwind-maint.py: Same.
7542
8cbc97c6
YQ
75432015-04-15 Yao Qi <yao.qi@linaro.org>
7544
7545 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7546 of ":$ptr_size" and set its form explicitly.
7547
45fd756c
YQ
75482015-04-15 Pedro Alves <palves@redhat.com>
7549 Yao Qi <yao.qi@linaro.org>
7550
7551 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7552 timeout by factor of 4.
7553 (test_regular_watch): Likewise.
7554 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7555 * gdb.reverse/sigall-reverse.exp: Likewise.
7556 * gdb.reverse/until-precsave.exp: Likewise.
7557 * lib/gdb.exp (with_timeout_factor): New proc.
7558 (gdb_expect): Move some code to ...
7559 (get_largest_timeout): ... here. New procedure.
7560
9e811bc3
LM
75612015-04-14 Luis Machado <lgustavo@codesourcery.com>
7562
7563 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7564
0ff6fcb2
LM
75652015-04-13 Luis Machado <lgustavo@codesourcery.com>
7566
7567 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7568 to write to the .text section.
7569
7578d5f7
LM
75702015-04-13 Luis Machado <lgustavo@codesourcery.com>
7571
7572 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7573 Handle the case of targets that do not provide PID information.
7574
2efe15c4
YQ
75752015-04-13 Yao Qi <yao.qi@linaro.org>
7576
7577 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7578 and use expect instead of gdb_expect.
7579
8cd8f2f8
SDJ
75802015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7581
7582 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7583 "coredump_var_addr" to avoid naming conflict with other testcases.
7584
9ee41772
PA
75852015-04-10 Pedro Alves <palves@redhat.com>
7586
7587 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7588 gdb_test_sequence and gdb_assert.
7589
07473109
PA
75902015-04-10 Pedro Alves <palves@redhat.com>
7591
7592 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7593 test messages that don't include the breakpoint address.
7594
de3db44c
YQ
75952015-04-10 Yao Qi <yao.qi@linaro.org>
7596
7597 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7598 false for some offset and width combinations which aren't
7599 supported by linux kernel.
7600
c79d856c
PA
76012015-04-10 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7604 procedure, factored out from ...
7605 (top level): ... here. Add "set displaced-stepping" testing axis.
7606 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7607 parameter "displaced". Use it.
7608 (top level): Use foreach and add "set displaced-stepping" testing
7609 axis.
7610
ebc90b50
PA
76112015-04-10 Pedro Alves <palves@redhat.com>
7612
7613 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7614 Remove comment.
7615 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7616 both the address of the instruction that triggers the watchpoint
7617 and the address of the instruction immediately after, and use
7618 those addresses for the test. Fix comment.
7619
8f572e5c
PA
76202015-04-10 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.base/sigstep.exp (breakpoint_to_handler)
7623 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7624 Test "backtrace" in handler.
7625 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7626 (top level): Add new "displaced" test axis to
7627 breakpoint_to_handler, breakpoint_to_handler_entry and
7628 breakpoint_over_handler.
7629
8d707a12
PA
76302015-04-10 Pedro Alves <palves@redhat.com>
7631
7632 PR gdb/18216
7633 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7634
ef713951
YQ
76352015-04-10 Yao Qi <yao.qi@linaro.org>
7636
7637 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7638 (test_add_rn_pc): New function.
7639 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7640 (top level): Invoke test_add_rn_pc.
7641
906d60cf
PA
76422015-04-10 Pedro Alves <palves@redhat.com>
7643
7644 PR gdb/13858
7645 * gdb.base/step-over-no-symbols.exp: New file.
7646
f2983cc3
AW
76472015-04-09 Andy Wingo <wingo@igalia.com>
7648
7649 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7650 after the Python tests.
7651
6d62641c
SDJ
76522015-04-08 Keith Seitz <keiths@redhat.com>
7653
7654 PR python/16699
7655 * gdb.python/py-completion.exp: New tests for completion.
7656 * gdb.python/py-completion.py (CompleteLimit1): New class.
7657 (CompleteLimit2): Likewise.
7658 (CompleteLimit3): Likewise.
7659 (CompleteLimit4): Likewise.
7660 (CompleteLimit5): Likewise.
7661 (CompleteLimit6): Likewise.
7662 (CompleteLimit7): Likewise.
7663
f3770638
PA
76642015-04-08 Pedro Alves <palves@redhat.com>
7665
7666 PR gdb/18214
7667 PR gdb/18216
7668 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7669 function.
7670 (main): Install it as SIGUSR1 handler.
7671 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7672 parameter. Always use "setup" as prefix. Toggle "set
7673 displaced-stepping" off/on depending on global. Don't switch to
7674 thread 1 here.
7675 (top level): Add displaced stepping "off/on" test axis. Update
7676 "setup" calls. Wrap each subtest with with_test_prefix. Test
7677 continuing with a queued signal in each thread.
7678
4496bed7
PA
76792015-04-08 Pedro Alves <palves@redhat.com>
7680
7681 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7682 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7683 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7684 Return early if running to main fails.
7685 * gdb.trace/while-stepping.exp: Likewise.
7686
b97fde92
PA
76872015-04-07 Pedro Alves <palves@redhat.com>
7688
7689 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7690 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7691 interact with inferior program.
7692
f71c18e7
PA
76932015-04-07 Pedro Alves <palves@redhat.com>
7694
7695 * lib/gdb.exp (inferior_spawn_id): New global.
7696 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7697 spawn id after processing the user code.
7698 (default_gdb_start): Set inferior_spawn_id.
7699 (send_inferior): New procedure.
7700 * lib/gdbserver-support.exp (gdbserver_start): Set
7701 inferior_spawn_id.
7702 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7703
6423214f
PA
77042015-04-07 Pedro Alves <palves@redhat.com>
7705
7706 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7707 * lib/gdbserver-support.exp (gdbserver_start): Make
7708 $server_spawn_id global.
7709 (gdbserver_start): Don't wait for gdbserver's spawn id with
7710 expect_background.
7711 (close_gdbserver): New procedure.
7712 (gdb_exit): Rename the default version and reimplement.
7713
71c0ee8c
PA
77142015-04-07 Pedro Alves <palves@redhat.com>
7715
72f4393d 7716 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7717 append the substituted item, not the original item.
7718
203bc29b
PA
77192015-04-07 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7722 gdb_expect.
7723
508a3ddf
PA
77242015-04-07 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7727 output appearing once only.
7728
9f6dbe2b
PA
77292015-04-07 Pedro Alves <palves@redhat.com>
7730
7731 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7732 that doesn't expect anything. Return early if running to main
7733 fails.
7734
337532fa
YQ
77352015-04-07 Yao Qi <yao.qi@linaro.org>
7736
7737 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7738 (child_function): Call alarm.
7739 (main): Move call to alarm into the loop.
7740 * gdb.threads/non-stop-fair-events.exp: Build program with
7741 -DTIMEOUT=$timeout.
7742
01b622d4
DE
77432015-04-06 Doug Evans <xdje42@gmail.com>
7744
7745 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7746 Fix dest parameter to board_info.
7747 (fpc_compile): Ditto.
7748 (gdb_compile_pascal): Rename dest arg to destfile.
7749
961f4160
PMR
77502015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7751
7752 * gdb.ada/funcall_ref.exp: New file.
7753 * gdb.ada/funcall_ref/foo.adb: New file.
7754
cafda597
YQ
77552015-04-02 Yao Qi <yao.qi@linaro.org>
7756
7757 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7758 is remote.
7759
fed040c6
GB
77602015-04-02 Gary Benson <gbenson@redhat.com>
7761
7762 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7763
d11916aa
SS
77642015-04-01 Sasha Smundak <asmundak@google.com>
7765
7766 * gdb.python/py-unwind-maint.c: New file.
7767 * gdb.python/py-unwind-maint.exp: New test.
7768 * gdb.python/py-unwind-maint.py: New file.
7769 * gdb.python/py-unwind.c: New file.
7770 * gdb.python/py-unwind.exp: New test.
7771 * gdb.python/py-unwind.py: New test.
7772
a1471180
PA
77732015-04-01 Pedro Alves <palves@redhat.com>
7774
7775 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7776 to fail instead of non-existent $test.
7777
0bbeccb1
PA
77782015-04-01 Pedro Alves <palves@redhat.com>
7779
7780 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7781 GDBFLAGS if not empty.
7782
3c724c8c
PMR
77832015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7784
7785 * gdb.ada/complete.exp: Remove "multi_line".
7786 * gdb.ada/info_exc.exp: Remove "multi_line".
7787 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7788 * gdb.ada/ptype_field.exp: Remove "multi_line".
7789 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7790 * gdb.ada/tagged.exp: Remove "multi_line".
7791 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7792 [multi_line ...]
7793 * gdb.btrace/delta.exp: Likewise.
7794 * gdb.btrace/exception.exp: Likewise.
7795 * gdb.btrace/function_call_history.exp: Likewise.
7796 * gdb.btrace/instruction_history.exp: Likewise.
7797 * gdb.btrace/nohist.exp: Likewise.
7798 * gdb.btrace/record_goto.exp: Likewise.
7799 * gdb.btrace/segv.exp: Likewise.
7800 * gdb.btrace/stepi.exp: Likewise.
7801 * gdb.btrace/tailcall.exp: Likewise.
7802 * gdb.btrace/unknown_functions.exp: Likewise.
7803 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7804 * lib/gdb.exp: Add the "multi_line" helper.
7805
4eec2deb
PA
78062015-04-01 Pedro Alves <palves@redhat.com>
7807
7808 * gdb.threads/tid-reuse.c: New file.
7809 * gdb.threads/tid-reuse.exp: New file.
7810
df8411da
SDJ
78112015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7812
7813 PR corefiles/16092
7814 * gdb.base/coredump-filter.c: New file.
7815 * gdb.base/coredump-filter.exp: Likewise.
7816
6ef37366
PM
78172015-03-27 Petr Machata <pmachata@redhat.com>
7818
7819 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7820 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7821 (Dwarf::assemble): Initialize them.
7822 (Dwarf::lines): New function.
7823
7ec911b0
JT
78242015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7825
7826 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7827 SYMBOL_PREFIX for x86_64-*-cygwin.
7828
ff908ebf
AW
78292015-03-26 Andy Wingo <wingo@igalia.com>
7830
7831 PR symtab/18148
7832 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7833 const_value but not a location.
7834 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7835 location defined in non-main CUs are visible.
7836
6d5f0679
YQ
78372015-03-26 Yao Qi <yao.qi@linaro.org>
7838
7839 PR testsuite/18139
7840 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7841 Add a line number entry for the same line.
7842 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7843 Add a line number entry for the same line.
7844
2898689b
YQ
78452015-03-26 Yao Qi <yao.qi@linaro.org>
7846
7847 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7848 .int 0.
7849 (func): Likewise. Add .Lfunc_1 label.
7850 Use .Lfunc_1 label.
7851 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7852 .int 0.
7853 (func): Likewise.
7854 Use .Lfunc_1 label.
7855
85180498
YQ
78562015-03-26 Yao Qi <yao.qi@linaro.org>
7857
7858 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7859 Call gdb_compile instead to compile each .s files without debug
7860 information.
7861
8aa08a8d
YQ
78622015-03-26 Yao Qi <yao.qi@linaro.org>
7863
7864 * gdb.base/savedregs.exp (process_saved_regs): Make
7865 "Saved registers:" optional in the pattern.
7866
66849923
MM
78672015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7868
7869 * gdb.btrace/next.exp: Merged into step.exp.
7870 * gdb.btrace/finish.exp: Merged into step.exp.
7871 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7872 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7873 "record goto" and checking the exact replay position.
7874 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7875 check for "Recording format" in "info record" output.
7876 * gdb.btrace/record_goto.exp: Choose test file based on target.
7877 * gdb.btrace/x86-record_goto.S: Renamed into ...
7878 * gdb.btrace/x86_64-record_goto.S: ... this.
7879 * gdb.btrace/i686-record_goto.S: New.
7880 * gdb.btrace/x86-tailcall.S: Renamed into ...
7881 * gdb.btrace/x86_64-tailcall.S: ... this.
7882 * gdb.btrace/i686-tailcall.S: New.
7883 * gdb.btrace/x86-tailcall.c: Renamed into ...
7884 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7885 separate statements. Update test.
7886 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7887 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7888 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7889 * gdb.btrace/tailcall.exp: Choose test file based on target.
7890 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7891
11cc1b74
MM
78922015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7893
7894 * gdb.btrace/exception.exp: Increase BTS buffer size.
7895
a25d8bf9
PA
78962015-03-24 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7899
856e7dd6
PA
79002015-03-24 Pedro Alves <palves@redhat.com>
7901
7902 * gdb.threads/schedlock.exp (test_step): No longer expect that
7903 "set scheduler-locking step" with "next" over a function call runs
7904 threads unlocked.
7905
ad235a41
AT
79062015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7907
7908 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7909
15630549
AT
79102015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7911
7912 PR breakpoints/16466
7913 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7914 * gdb.mi/mi-pending.c (thread_func): New function.
7915 (int main): Add threading support required.
7916 * gdb.mi/mi-pending.exp: Add tests for this issue.
7917 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7918 (pendfunc2): Remove stdio dependency.
7919 * gdb.mi/mi-pendshr2.c: New file.
7920
693dca06
KS
79212015-03-23 Keith Seitz <keiths@redhat.com>
7922
7923 * gdb.linespec/keywords.c: New file.
7924 * gdb.linespec/keywords.exp: New file.
7925
7e993ebf
KS
79262015-03-23 Keith Seitz <keiths@redhat.com>
7927
7928 PR gdb/18021
7929 * gdb.dwarf2/staticvirtual.exp: New test.
7930
bc23328c
JK
79312015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7932
7933 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7934 * README: Remove HP-UX and gdb.hp.
7935 (configuration):
7936 * configure: Regenerate.
7937 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7938 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7939 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7940 gdb.hp/gdb.defects/Makefile.
7941 * gdb.hp/Makefile.in: File deleted.
7942 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7943 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7944 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7945 * gdb.hp/gdb.aCC/run.c: File deleted.
7946 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7947 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7948 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7949 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7950 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7951 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7952 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7953 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7954 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7955 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7956 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7957 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7958 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7959 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7960 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7961 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7962 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7963 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7964 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7965 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7966 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7967 * gdb.hp/gdb.compat/average.c: File deleted.
7968 * gdb.hp/gdb.compat/sum.c: File deleted.
7969 * gdb.hp/gdb.compat/xdb.c: File deleted.
7970 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7971 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7972 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7973 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7974 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7975 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7976 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7977 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7978 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7979 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7980 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7981 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7982 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7983 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7984 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7985 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7986 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7987 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7988 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7989 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7990 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7991 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7992 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7993 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7994 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7995 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7996 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7997 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7998 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7999 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
8000 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
8001 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
8002 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
8003 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
8004 * gdb.hp/tools/odump: File deleted.
8005
8bf3b159
PA
80062015-03-19 Pedro Alves <palves@redhat.com>
8007
8008 * gdb.threads/continue-pending-status.exp (saw_thread_2)
8009 (saw_thread_3): New globals.
8010 (top level): Increment them when an event for the corresponding
8011 thread is seen.
8012 (no thread starvation): New test.
8013
eb54c8bf
PA
80142015-03-19 Pedro Alves <palves@redhat.com>
8015
8016 * gdb.threads/continue-pending-status.c: New file.
8017 * gdb.threads/continue-pending-status.exp: New file.
8018
32d2e5d6
PA
80192015-03-18 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8022 Use gdb_is_target_remote instead of is_remote. Use
8023 gdb_test_multiple instead of gdb_expect. Exit early if
8024 gdb_test_multiple hits its internal matches. Tighten stepi tests
8025 expected output. Fail on exit with any signal, instead of just
8026 SIGILL.
8027
f68f11b7
YQ
80282015-03-18 Yao Qi <yao.qi@linaro.org>
8029
8030 PR tdep/18107
8031 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
8032 variable.
8033 * gdb.base/catch-syscall.exp: Don't skip it on
8034 aarch64*-*-linux* target. Remove elements in all_syscalls.
8035 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
8036 target.
8037 (setup_all_syscalls): New proc.
8038
ca5fd19b
YQ
80392015-03-16 Yao Qi <yao.qi@linaro.org>
8040
8041 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
8042 (top level): Skip tests if valid_addr_p returns false for
8043 $cmd1 or $cmd2.
8044
85642ba0
AW
80452015-03-11 Andy Wingo <wingo@igalia.com>
8046
8047 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
8048
e03f9645
YQ
80492015-03-11 Yao Qi <yao.qi@linaro.org>
8050
8051 * gdb.base/catch-syscall.exp: Fix typo in comments.
8052
5d0962b2
YQ
80532015-03-11 Yao Qi <yao.qi@linaro.org>
8054
8055 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
8056
b2df3cef
PA
80572015-03-09 Pedro Alves <palves@redhat.com>
8058
8059 * dg-extract-results.py: Delete.
8060
ef878e53
PA
80612015-03-09 Pedro Alves <palves@redhat.com>
8062
8063 Merge dg-extract-results.sh from GCC upstream (r218843).
8064
8065 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
8066 * dg-extract-results.sh: Use --text with grep to avoid issues with
8067 binary files. Fall back to cat -v, if that doesn't work.
8068
9494d219
PA
80692015-03-05 Pedro Alves <palves@redhat.com>
8070
8071 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
8072
a8d9763a
SM
80732015-03-04 Simon Marchi <simon.marchi@ericsson.com>
8074
8075 * lib/mi-support.exp (mi_expect_interrupt): Accept
8076 alternative event for when in all-stop mode.
8077
be9957b8
PA
80782015-03-04 Pedro Alves <palves@redhat.com>
8079
8080 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
8081
d57be0f4 80822015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
8083
8084 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
8085
c214c7cf
AA
80862015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8087
8088 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
8089 regexps for GDB's current line display, accept a hex address
8090 preceding the line number.
8091
6d74a497
AA
80922015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8093
8094 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
8095 the 'arch1' variable for "s390*-linux*" targets.
8096
511aee7c
PA
80972015-03-04 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
8100 (main): Pass missing retval argument to pthread_join call.
8101
95e50b27
PA
81022015-03-02 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
8105 (top level): Call do_test with non-stop as well.
8106
28054d69
PA
81072015-03-02 Pedro Alves <palves@redhat.com>
8108
8109 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
8110 -1.
8111
4fa5d7b4
AA
81122015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8113
8114 * gdb.arch/s390-vregs.exp: New test.
8115 * gdb.arch/s390-vregs.S: New file.
8116
97c18565
PA
81172015-02-27 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
8120 call to catch_command_errors.
8121 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
8122 catch_command_errors.
8123
a37bfa30
PA
81242015-02-27 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
8127 "true" for boolean result.
8128 * gdb.gdb/selftest.exp (test_with_self): Also accept full
8129 prototype of main.
8130
6f98576f
PA
81312015-02-27 Pedro Alves <palves@redhat.com>
8132
8133 * lib/unbuffer_output.c: New file.
8134 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
8135 (main): Call gdb_unbuffer_output.
8136
eba5ab56
YQ
81372015-02-27 Yao Qi <yao.qi@linaro.org>
8138
8139 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
8140 target.
8141
0def5aaa
DE
81422015-02-26 Doug Evans <dje@google.com>
8143
8144 * gdb.cp/class2.cc (Dbase, D): New classes.
8145 (main): New local delta.
8146 * gdb.cp/class2.exp: Test printing delta.
8147 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
8148 (dynbar): New global.
8149 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
8150
081a1c2c
JK
81512015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8152
8153 * gdb.compile/compile-ifunc.c: New file.
8154 * gdb.compile/compile-ifunc.exp: New file.
8155
2f41223f
AT
81562015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8157
8158 * gdb.base/structs.exp: Check for correct struct on finish.
8159
03eddd80
YQ
81602015-02-26 Yao Qi <yao.qi@linaro.org>
8161
8162 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
8163 is zero.
8164
80c57053
JK
81652015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8166
8167 * gdb.arch/cordic.ko.bz2: New file.
8168 * gdb.arch/cordic.ko.debug.bz2: New file.
8169 * gdb.arch/ppc64-symtab-cordic.exp: New file.
8170
21613c12
YQ
81712015-02-25 Yao Qi <yao.qi@linaro.org>
8172
8173 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
8174 aarch64*-*-* target.
8175
d8b901ed
PA
81762015-02-23 Pedro Alves <palves@redhat.com>
8177
8178 * lib/gdb.exp (delete_breakpoints): Rewrite using
8179 gdb_test_multiple.
8180
e5b85ead
PA
81812015-02-23 Pedro Alves <palves@redhat.com>
8182
8183 * gdb.base/info-os.c: Include stdlib.h.
8184
85c3a371
DE
81852015-02-22 Doug Evans <xdje42@gmail.com>
8186
8187 PR symtab/17855
8188 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8189 is read after symbols have been re-read.
8190 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8191 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8192
96553a0c
DE
81932015-02-21 Doug Evans <dje@google.com>
8194
8195 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8196
97a0c697
JK
81972015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8198
8199 PR corefiles/17808
8200 * gdb.arch/i386-biarch-core.core.bz2: New file.
8201 * gdb.arch/i386-biarch-core.exp: New file.
8202
a47cd6e9
PA
82032015-02-21 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8206 runto_main fails.
8207
c5facdc4
PA
82082015-02-20 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8211 info probes.
8212
2db9a427
PA
82132015-02-20 Pedro Alves <palves@redhat.com>
8214
8215 * gdb.threads/multi-create-ns-info-thr.exp: New file.
8216
60fb7e9e
PA
82172015-02-20 Pedro Alves <palves@redhat.com>
8218
8219 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
8220 clean_restart before gdb_target_supports_trace.
8221
5c5019c2
PA
82222015-02-20 Pedro Alves <palves@redhat.com>
8223
8224 PR threads/18006
8225 * gdb.threads/clone-thread_db.c: New file.
8226 * gdb.threads/clone-thread_db.exp: New file.
8227
c9587f88
AT
82282015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8229
8230 PR breakpoints/16812
8231 * gdb.base/catch-gdb-caused-signals.c: New file.
8232 * gdb.base/catch-gdb-caused-signals.exp: New file.
8233
f6a88844
JM
82342015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8235
8236 * configure: Regenerated.
8237 * configure.ac: Use GDB_AC_TRANSFORM.
8238 * aclocal.m4: sinclude ../transform.m4.
8239
497c491b
JM
82402015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8241
8242 * lib/dtrace.exp: New file.
8243 * gdb.base/dtrace-probe.exp: Likewise.
8244 * gdb.base/dtrace-probe.d: Likewise.
8245 * gdb.base/dtrace-probe.c: Likewise.
8246 * lib/pdtrace.in: Likewise.
8247 * configure.ac: Output variables with the transformed names of
8248 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8249 * configure: Regenerated.
8250
03e98035
JM
82512015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8252
8253 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8254 expected message when trying to access $_probe_* convenience
8255 variables while not on a probe.
8256
63cc30e9
JK
82572015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8258
8259 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8260
0703599a
PA
82612015-02-11 Pedro Alves <pedro@codesourcery.com>
8262
8263 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8264 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8265
7e60a48e
DE
82662015-02-10 Doug Evans <xdje42@gmail.com>
8267
8268 * lib/gdb.exp (gdb_load): Always return a result.
8269
01b088bc
PA
82702015-02-10 Pedro Alves <palves@redhat.com>
8271
8272 * gdb.threads/signal-sigtrap.c: New file.
8273 * gdb.threads/signal-sigtrap.exp: New file.
8274
b05ec7a5
AT
82752015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8276
8277 * gdb.trace/no-attach-trace.c: New file.
8278 * gdb.trace/no-attach-trace.exp: New file.
8279
a2c2acaf
MW
82802015-02-09 Mark Wielaard <mjw@redhat.com>
8281
8282 * gdb.dwarf2/atomic.c: New file.
8283 * gdb.dwarf2/atomic-type.exp: Likewise.
8284
31fd9caa
MM
82852015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8286
8287 * gdb.btrace/buffer-size.exp: Update "info record" output.
8288 * gdb.btrace/delta.exp: Update "info record" output.
8289 * gdb.btrace/enable.exp: Update "info record" output.
8290 * gdb.btrace/finish.exp: Update "info record" output.
8291 * gdb.btrace/instruction_history.exp: Update "info record" output.
8292 * gdb.btrace/next.exp: Update "info record" output.
8293 * gdb.btrace/nexti.exp: Update "info record" output.
8294 * gdb.btrace/step.exp: Update "info record" output.
8295 * gdb.btrace/stepi.exp: Update "info record" output.
8296 * gdb.btrace/nohist.exp: Update "info record" output.
8297
d33501a5
MM
82982015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8299
8300 * gdb.btrace/buffer-size: New.
8301
f4abbc16
MM
83022015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8303
8304 * gdb.btrace/delta.exp: Update "info record" output.
8305 * gdb.btrace/enable.exp: Update "info record" output.
8306 * gdb.btrace/finish.exp: Update "info record" output.
8307 * gdb.btrace/instruction_history.exp: Update "info record" output.
8308 * gdb.btrace/next.exp: Update "info record" output.
8309 * gdb.btrace/nexti.exp: Update "info record" output.
8310 * gdb.btrace/step.exp: Update "info record" output.
8311 * gdb.btrace/stepi.exp: Update "info record" output.
8312 * gdb.btrace/nohist.exp: Update "info record" output.
8313
b9d61307
SM
83142015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8315
8316 PR gdb/15678
8317 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8318
e584fdbc
PA
83192015-02-06 Pedro Alves <palves@redhat.com>
8320
8321 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8322 macro.
8323 (seconds_left, again): New globals.
8324 (main): Wait seconds_left in a 1-second sleep loop instead of
8325 sleeping 180 seconds. If 'again' is set, reset the seconds
8326 counter.
8327 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8328 'again' in the inferior before detaching. Print the seconds left.
8329 (options): New global.
8330 (top level): Build program with -DTIMEOUT=$timeout.
8331
77f41761
PA
83322015-02-06 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8335 determine how many seconds to pass to 'alarm'.
8336 * gdb.base/gdb-sigterm.exp (top level): Build program with
8337 -DTIMEOUT=$timeout.
8338 (do_test): Return success/failure indication. Add more verbose
8339 logging. Don't fail if 200 single steps are seen. Instead, fail
8340 when the test times out.
8341 (passes): New global.
8342 (top level): Break the testing loop if testing fails on any
8343 iteration. Use gdb_assert.
8344
b9394193
DB
83452015-02-04 Don Breazeal <donb@codesourcery.com>
8346
8347 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8348 and initialize them.
8349 (ipc_cleanup): New function.
8350 (main): Don't declare shmid, semid, and msqid. Add a call to
8351 atexit so that we call ipc_cleanup on exit.
8352
42d9e528
PA
83532015-02-04 Pedro Alves <palves@redhat.com>
8354
8355 * boards/native-extended-gdbserver.exp: Remove any target variant
8356 specifications from the board name before clearing the isremote
8357 flag from board_info.
8358
ae6ae975
DE
83592015-01-31 Doug Evans <xdje42@gmail.com>
8360
8361 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8362
cfb069a8
GB
83632015-01-31 Gary Benson <gbenson@redhat.com>
8364
8365 * gdb.base/completion.exp: Disable completion limiting for
8366 existing tests. Add new tests to check completion limiting.
8367 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8368
5dd31d79
DE
83692015-01-31 Doug Evans <xdje42@gmail.com>
8370
8371 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8372
9f050062
DE
83732015-01-31 Doug Evans <xdje42@gmail.com>
8374
8375 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8376 entries. Duplicate file section script entries.
8377 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8378 inlined entries. Add test for safe-path rejection.
8379 * gdb.python/py-section-script.c: Add duplicate inlined section script
8380 entries. Duplicate file section script entries.
8381 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8382 inlined entries. Add test for safe-path rejection.
8383
df25ebbd
JB
83842015-01-29 Joel Brobecker <brobecker@adacore.com>
8385
8386 * gdb.ada/disc_arr_bound: New testcase.
8387
4a0ca9ec
JB
83882015-01-29 Joel Brobecker <brobecker@adacore.com>
8389
8390 * gdb.ada/mi_var_array: New testcase.
8391
3a8b707a
DE
83922015-01-27 Doug Evans <dje@google.com>
8393
8394 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8395 Add test for objfile.filename, objfile.username after objfile
8396 has been unloaded.
8397
f8313f6e
JB
83982015-01-26 Joel Brobecker <brobecker@adacore.com>
8399
8400 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8401 the second test to print the name attribute of value
8402 returned by the call to gdb.lookup_type, and adjust
8403 the expected output accordingly.
8404
37bc665e
MW
84052015-01-25 Mark Wielaard <mjw@redhat.com>
8406
8407 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8408 * gdb.base/disp-step-fork.c: Include unistd.h.
8409 * gdb.base/siginfo-obj.c: Include stdio.h.
8410 * gdb.base/siginfo-thread.c: Likewise.
8411 * gdb.mi/non-stop.c: Include unistd.h.
8412 * gdb.mi/nsthrexec.c: Include stdio.h.
8413 * gdb.mi/pthreads.c: Include unistd.h.
8414 * gdb.modula2/unbounded1.c (main): Declare returns int.
8415 * gdb.reverse/consecutive-reverse.c: Likewise.
8416 * gdb.threads/create-fail.c: Include unistd.h.
8417 * gdb.threads/killed.c: Likewise.
8418 * gdb.threads/linux-dp.c: Likewise.
8419 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8420 * gdb.threads/non-ldr-exc-2.c: Likewise.
8421 * gdb.threads/non-ldr-exc-3.c: Likewise.
8422 * gdb.threads/non-ldr-exc-4.c: Likewise.
8423 * gdb.threads/pthreads.c: Include unistd.h.
8424 (main): Declare returns int.
8425 * gdb.threads/tls-main.c (foo): New declaration.
8426 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8427
f7e5394d
SM
84282015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8429
8430 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8431 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8432
743649fd
MW
84332015-01-15 Mark Wielaard <mjw@redhat.com>
8434
8435 * gdb.base/noreturn-return.c: New file.
8436 * gdb.base/noreturn-return.exp: New file.
8437 * gdb.base/noreturn-finish.c: New file.
8438 * gdb.base/noreturn-finish.exp: New file.
8439
198297aa
PA
84402015-01-23 Pedro Alves <palves@redhat.com>
8441
8442 * gdb.threads/continue-pending-after-query.c: New file.
8443 * gdb.threads/continue-pending-after-query.exp: New file.
8444
717cf30c
AG
84452015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8446 Simon Marchi <simon.marchi@ericsson.com>
8447
8448 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8449 * gdb.base/valgrind-db-attach.exp: Same.
8450 * gdb.base/valgrind-infcall.exp: Same.
8451 * lib/mi-support.exp (default_mi_gdb_start): Same.
8452 * lib/prompt.exp (default_prompt_gdb_start): Same.
8453 * lib/gdb.exp (default_gdb_spawn): Same.
8454 (gdb_interact): New.
8455
8456
4b62a76e
JK
84572015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8458
8459 * gdb.compile/compile.exp (pointer to jit function): New test.
8460
b4cdae6f
WW
84612015-01-17 Wei-cheng Wang <cole945@gmail.com>
8462
8463 * lib/gdb.exp (supports_process_record): Return true for
8464 powerpc*-*-linux*.
8465 (supports_reverse): Likewise.
8466
d221e7ef
DB
84672015-01-15 Don Breazeal <donb@codesourcery.com>
8468
8469 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8470 instead of checking whether the target board is remote and
8471 use spawn_wait_for_attach instead of exec/sleep.
8472 * gdb.base/attach-twice.exp: Likewise.
8473
bafffb51
JB
84742015-01-15 Joel Brobecker <brobecker@adacore.com>
8475
8476 * gdb.ada/var_arr_attrs: New testcase.
8477
5589af0e
PA
84782015-01-14 Pedro Alves <palves@redhat.com>
8479 Joel Brobecker <brobecker@adacore.com>
8480
8481 PR gdb/17525
8482 * gdb.base/bp-cmds-execution-x-script.c: New file.
8483 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8484 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8485
6c400b59
PA
84862015-01-14 Pedro Alves <palves@redhat.com>
8487
8488 PR cli/17828
8489 * gdb.base/batch-preserve-term-settings.c: New file.
8490 * gdb.base/batch-preserve-term-settings.exp: New file.
8491
e02c96a7
DE
84922015-01-13 Doug Evans <dje@google.com>
8493
8494 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8495 binary.
8496
576fd14c
JB
84972015-01-13 Joel Brobecker <brobecker@adacore.com>
8498
8499 * Makefile.in (clean mostlyclean): Do not delete *.py.
8500
04dccad0
JB
85012015-01-13 Joel Brobecker <brobecker@adacore.com>
8502
8503 * gdb.python/py-lookup-type.exp: New file.
8504
3d230f71
PA
85052015-01-12 Pedro Alves <palves@redhat.com>
8506
8507 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8508 restore GDBFLAGS before returning.
8509
7e67715d
JK
85102015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8511
8512 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8513 is_amd64_regs_target and is_x86_like_target.
8514
f2e0d4b4
DE
85152015-01-11 Doug Evans <xdje42@gmail.com>
8516
8517 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8518 is given without an explicit form.
8519 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8520 attributes.
8521 * gdb.dwarf/corrupt.exp: Ditto.
8522 * gdb.dwarf2/enum-type.exp: Ditto.
8523 * gdb.trace/entry-values.exp: Ditto.
8524 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8525
439250fb
DE
85262015-01-11 Doug Evans <xdje42@gmail.com>
8527
8528 PR gdb/15830
8529 * gdb.base/maint.exp: Remove references to "maint demangle".
8530 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8531 Add tests for explicitly specifying language to demangle.
8532 * gdb.dlang/demangle.exp: Ditto.
8533
ede9f622
PA
85342015-01-09 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.threads/non-stop-fair-events.c: New file.
8537 * gdb.threads/non-stop-fair-events.exp: New file.
8538
a7b796db
PA
85392015-01-09 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8542 the global scope. Set a breakpoint after all threads are started
8543 rather than stepping over two source lines. Expect the prompt.
8544 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8545 global.
8546 (NUM): Now 15.
8547 (main): Use threads_started_barrier to wait for all threads to
8548 start. Main thread no longer calls thread_function. Exit after
8549 180 seconds.
8550 (loop): New function.
8551 (thread_function): Wait on threads_started_barrier barrier. Call
8552 'loop' at each iteration.
8553 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8554 threads have started, instead of hardcoding number of "next"
8555 steps. Use an access watchpoint instead of a write watchpoint.
8556
9665ffdd
PA
85572015-01-09 Pedro Alves <palves@redhat.com>
8558
8559 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8560 (thread_func): Wait on barrier.
8561 (main): Wait for all threads to start before stopping GDB.
8562 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8563 global.
8564 (thread1_func, thread2_func): Wait on barrier.
8565 (main): Wait for all threads to start before stopping GDB.
8566 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8567 New global.
8568 (thread1_func, thread2_func): Wait on barrier.
8569 (main): Wait for all threads to start before stopping GDB.
8570
c945a99f
PA
85712015-01-09 Pedro Alves <palves@redhat.com>
8572
8573 * gdb.threads/attach-many-short-lived-threads.c: New file.
8574 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8575
c1a747c1
PA
85762014-01-09 Pedro Alves <palves@redhat.com>
8577
8578 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8579 instead of to thread 2.
8580 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8581 Add barrier around each pthread_create call instead of around all
8582 calls.
8583 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8584 Set a break on thread_function and have the child threads hit it
8585 one at at a time.
8586
60b3033e
PA
85872015-01-09 Pedro Alves <palves@redhat.com>
8588
8589 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8590 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8591 false.
8592 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8593 checking whether the target board is remote.
8594 * gdb.multi/multi-attach.exp: Likewise.
8595 * gdb.python/py-sync-interp.exp: Likewise.
8596 * gdb.server/ext-attach.exp: Likewise.
8597 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8598 tests that need to attach, instead of checking whether the target
8599 board is remote at the top of the file.
8600
acc018ac
YQ
86012015-01-08 Yao Qi <yao@codesourcery.com>
8602
8603 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8604
50a18af8
JK
86052015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8606
8607 Fix testcase compilation.
8608 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8609
8503d6e1
JB
86102015-01-06 Joel Brobecker <brobecker@adacore.com>
8611
8612 * gdb.python/py-type.exp: Add a couple test about empty
8613 array creation, and negative-length array creation.
8614
cc73dbcc
DE
86152015-01-02 Doug Evans <xdje42@gmail.com>
8616
8617 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8618
0300bbc7
DE
86192015-01-02 Doug Evans <dje@google.com>
8620
8621 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8622
9d85a0ec
YQ
86232014-12-29 Yao Qi <yao@codesourcery.com>
8624
8625 * gdb.trace/entry-values.exp: Update comments. Rename variable
8626 bar_call_foo to returned_from_foo.
8627
87186c6a
MMN
86282014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8629
8630 PR gdb/17394
8631 * gdb.linespec/break-asm-file.c: New file.
8632 * gdb.linespec/break-asm-file.exp: New file.
8633 * gdb.linespec/break-asm-file0.s: New file.
8634 * gdb.linespec/break-asm-file1.s: New file.
8635
1bab7383
YQ
86362014-12-18 Nigel Stephens <nigel@mips.com>
8637 Maciej W. Rozycki <macro@codesourcery.com>
8638
8639 * gdb.base/float.exp: Handle the new output from "info float" on
8640 MIPS targets.
8641
1bc1068a
JK
86422014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8643
8644 Fix MinGW compilation.
8645 * gdb.compile/compile-ops.exp: Update untested message if
8646 !skip_compile_feature_tests.
8647 * gdb.compile/compile-setjmp.exp: Likewise.
8648 * gdb.compile/compile-tls.exp: Likewise.
8649 * gdb.compile/compile.exp: Likewise.
8650 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8651 supported on this host".
8652
b6615d10
DE
86532014-12-16 Doug Evans <xdje42@gmail.com>
8654
8655 * boards/stabs.exp: New file.
8656
25dda427
AA
86572014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8658
8659 * gdb.base/completion.exp: Adjust to format changes of "maint
8660 print user-registers".
8661
bf330350
CU
86622014-12-16 Catalin Udma <catalin.udma@freescale.com>
8663
8664 PR server/17457
8665 * gdb.arch/aarch64-fp.c: New file.
8666 * gdb.arch/aarch64-fp.exp: New file.
8667
395cf596
SDJ
86682014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8669
8670 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8671 r210637, r210913, r211666, r215400, r215817).
8672
8673 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8674 * dg-extract-results.py: New file.
8675 * dg-extract-results.sh: Use it if the environment seems
8676 suitable.
8677
8678 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8679
8680 * dg-extract-results.py (parse_run): Handle warnings that
8681 are printed before a test harness is run.
8682
8683 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8684
8685 * dg-extract-results.py (Named): Remove __cmp__ method.
8686 (output_variation): Use a key to sort variation.harnesses.
8687
8688 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8689
8690 * dg-extract-results.py: For Python 3, force sys.stdout to
8691 handle surrogate escape sequences.
8692 (safe_open): New function.
8693 (output_segment, main): Use it.
8694
8695 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8696
8697 * dg-extract-results.py (Prog.result_re): Include options
8698 in test name.
8699
8700 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8701
8702 * dg-extract-results.py (output_variation): Always sort if
8703 do_sum.
8704
e882ef3c
SM
87052014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8706
8707 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8708 as long as we get pagination notifications.
8709
4992aa20
JM
87102014-12-15 Jason Merrill <jason@redhat.com>
8711
8712 * Makefile.in (check-gdb.%): Restore.
8713 * README: Mention it.
8714
c1b5a1a6
JB
87152014-12-13 Joel Brobecker <brobecker@adacore.com>
8716
8717 * gdb.ada/str_uninit: New testcase.
8718
5537b577
JK
87192014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8720
8721 PR symtab/17642
8722 * gdb.base/vla-stub-define.c: New file.
8723 * gdb.base/vla-stub.c: New file.
8724 * gdb.base/vla-stub.exp: New file.
8725
bb2ec1b3
TT
87262014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8727 Jan Kratochvil <jan.kratochvil@redhat.com>
8728 Tom Tromey <tromey@redhat.com>
8729
8730 * configure.ac: Add gdb.compile/.
8731 * configure: Regenerate.
8732 * gdb.compile/Makefile.in: New file.
8733 * gdb.compile/compile-ops.exp: New file.
8734 * gdb.compile/compile-ops.c: New file.
8735 * gdb.compile/compile-tls.c: New file.
8736 * gdb.compile/compile-tls.exp: New file.
8737 * gdb.compile/compile-constvar.S: New file.
8738 * gdb.compile/compile-constvar.c: New file.
8739 * gdb.compile/compile-mod.c: New file.
8740 * gdb.compile/compile-nodebug.c: New file.
8741 * gdb.compile/compile-setjmp-mod.c: New file.
8742 * gdb.compile/compile-setjmp.c: New file.
8743 * gdb.compile/compile-setjmp.exp: New file.
8744 * gdb.compile/compile-shlib.c: New file.
8745 * gdb.compile/compile.c: New file.
8746 * gdb.compile/compile.exp: New file.
8747 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8748
4ff709eb
TT
87492014-12-12 Tom Tromey <tromey@redhat.com>
8750
8751 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8752 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8753
6dddd6a5
DE
87542014-12-12 Doug Evans <dje@google.com>
8755
8756 * lib/gdb-python.exp (get_python_valueof): New function.
8757 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8758
71c24708
AA
87592014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8760
8761 * gdb.base/completion.exp: Add test for completion of "info
8762 registers ".
8763
3e29f34a
MR
87642014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8765
8766 * gdb.base/func-ptrs.c: New file.
8767 * gdb.base/func-ptrs.exp: New file.
8768
fc126975
SM
87692014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8770
8771 PR breakpoints/17012
8772 * gdb.base/dprintf-detach.c: New file.
8773 * gdb.base/dprintf-detach.exp: New file.
8774
0a46d518
SM
87752014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8776
8777 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8778 * lib/gdb.exp (target_is_gdbserver): New procedure.
8779
a0be3e44
DE
87802014-12-08 Doug Evans <dje@google.com>
8781
8782 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8783
df1b803a
YQ
87842014-12-05 Yao Qi <yao@codesourcery.com>
8785
8786 * gdb.guile/scm-error.exp: Remove the third argument to
8787 gdb_remote_download.
8788 * gdb.guile/scm-frame-args.exp: Likewise.
8789 * gdb.guile/scm-section-script.exp: Likewise.
8790
ddb9f679
YQ
87912014-12-05 Yao Qi <yao@codesourcery.com>
8792
8793 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8794
86e4ed39
DE
87952014-12-04 Doug Evans <dje@google.com>
8796
8797 * gdb.python/py-objfile.exp: Add tests for
8798 objfile.add_separate_debug_file.
8799
7c50a931
DE
88002014-12-04 Doug Evans <dje@google.com>
8801
8802 * lib/gdb.exp (get_build_id): New function.
8803 (build_id_debug_filename_get): Rewrite to use it.
8804 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8805
621661e3
MR
88062014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8807
8808 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8809 `method(long)', not just 0x0.
8810 * gdb.cp/nsalias.exp: Align code labels to 4.
8811 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8812 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8813 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8814 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8815 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8816 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8817
29f0c3b7
DE
88182014-12-02 Doug Evans <dje@google.com>
8819
e1e061e7 8820 PR symtab/17602
29f0c3b7 8821 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8822 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8823 * gdb.cp/anon-ns.exp: Update.
8824
162078c8
NB
88252014-12-02 Nick Bull <nicholaspbull@gmail.com>
8826
8827 * gdb.python/py-events.py (inferior_call_handler): New.
8828 (register_changed_handler, memory_changed_handler): New.
8829 (test_events.invoke): Register new handlers.
8830 * gdb.python/py-events.exp: Add tests for inferior call,
8831 memory_changed and register_changed events.
8832
fdb09caf
AA
88332014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8834
8835 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8836 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8837 if the linker doesn't understand this.
8838
55cfb2c4
SM
88392014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8840
8841 * gdb.python/python.exp: Change expected reply to help().
8842
9e8cd6df
YQ
88432014-12-01 Yao Qi <yao@codesourcery.com>
8844
8845 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8846 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8847 * configure: Re-generated.
8848
6c659fc2
SC
88492014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8850
8851 * gdb.cp/chained-calls.cc: New file.
8852 * gdb.cp/chained-calls.exp: New file.
8853 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8854
d7fc3181
SM
88552014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8856
8857 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8858 * gdb.dwarf2/symtab-producer.exp: Same.
8859 * gdb.gdb/python-interrupts.exp: Same.
8860 * gdb.gdb/python-selftest.exp: Same.
8861 * gdb.python/py-linetable.exp: Same.
8862 * gdb.python/py-type.exp: Same.
8863 * gdb.python/py-value-cc.exp: Same.
8864 * gdb.python/py-value.exp: Same.
8865
10e79639
YQ
88662014-11-28 Yao Qi <yao@codesourcery.com>
8867
8868 * gdb.base/break-probes.exp: Match library name prefixed with
8869 sysroot.
8870
f28a0564
SM
88712014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8872
8873 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8874 test expected output. Add parentheses for the call to print.
8875 Remove L suffix from integers.
8876
3fe1ce1d
DE
88772014-11-26 Doug Evans <dje@google.com>
8878
8879 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8880
84429e27
YQ
88812014-11-22 Yao Qi <yao@codesourcery.com>
8882
8883 * gdb.trace/entry-values.c: Remove asms.
8884 (foo): Add foo_label.
8885 (bar): Add bar_label.
8886 * gdb.trace/entry-values.exp: Remove code computing foo's
8887 length and bar's length.
8888 (Dwarf::assemble): Invoke function_range for bar and use
8889 MACRO_AT_func for foo.
8890
26741859
YQ
88912014-11-22 Yao Qi <yao@codesourcery.com>
8892
8893 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8894 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8895 Use .Lgcc43_procstart instead of gcc43.
8896
45e44d27
JB
88972014-11-21 Joel Brobecker <brobecker@adacore.com>
8898
8899 * gdb.ada/n_arr_bound: New testcase.
8900
458c8db8
SDJ
89012014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8902
8903 PR breakpoints/10737
8904 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8905 test_catch_syscall_multi_arch.
8906 (test_catch_syscall_multi_arch): New function.
8907
43f3e411
DE
89082014-11-20 Doug Evans <xdje42@gmail.com>
8909
8910 * gdb.base/maint.exp: Update expected output.
8911
0d7b2549
AA
89122014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8913
8914 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8915 4-byte instruction on S390.
8916
8908fca5
JB
89172014-11-19 Joel Brobecker <brobecker@adacore.com>
8918
8919 * gdb.ada/arr_arr: New testcase.
8920
4a46959e
JB
89212014-11-19 Joel Brobecker <brobecker@adacore.com>
8922
8923 * gdb.ada/pkd_arr_elem: New Testcase.
8924
470e2f4e
LM
89252014-11-18 Luis Machado <lgustavo@codesourcery.com>
8926
8927 * gdb.reverse/break-precsave: Expect completion message for
8928 core file reads.
8929 * gdb.reverse/consecutive-precsave.exp: Likewise.
8930 * gdb.reverse/finish-precsave.exp: Likewise.
8931 * gdb.reverse/i386-precsave.exp: Likewise.
8932 * gdb.reverse/machinestate-precsave.exp: Likewise.
8933 * gdb.reverse/sigall-precsave.exp: Likewise.
8934 * gdb.reverse/solib-precsave.exp: Likewise.
8935 * gdb.reverse/step-precsave.exp: Likewise.
8936 * gdb.reverse/until-precsave.exp: Likewise.
8937 * gdb.reverse/watch-precsave.exp: Likewise.
8938
a267f3ad
AA
89392014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8940
8941 * gdb.base/bp-permanent.c: Include unistd.h.
8942 * gdb.python/py-framefilter-mi.c (main): Add return type.
8943 * gdb.python/py-framefilter.c (main): Likewise.
8944 * gdb.trace/actions-changed.c (main): Likewise.
8945
12084a9a
AA
89462014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8947
8948 * gdb.mi/until.c: Add eye-catchers.
8949 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8950 line numbers.
8951
dc7e1a77
AA
89522014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8953
8954 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8955 function header variants in break1.c.
8956 * gdb.base/ena-dis-br.exp: Likewise.
8957 * gdb.base/hbreak2.exp: Likewise.
8958 * gdb.reverse/until-precsave.exp: Drop references to removed
8959 non-prototype function header variants in ur1.c.
8960 * gdb.reverse/until-reverse.exp: Likewise.
8961
41c77605
PM
89622014-11-17 Petr Machata <pmachata@redhat.com>
8963
8964 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8965 ${_cu_offset_size} bytes abbrev offset.
8966
34248c3a
DE
89672014-11-15 Doug Evans <xdje42@gmail.com>
8968
8969 PR symtab/17559
8970 * gdb.base/line-symtabs.exp: New file.
8971 * gdb.base/line-symtabs.c: New file.
8972 * gdb.base/line-symtabs.h: New file.
8973
646da059
YQ
89742014-11-14 Yao Qi <yao@codesourcery.com>
8975
8976 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8977 (func): Add label func_label.
8978 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8979 Replace low_pc and high_pc with MACRO_AT_range.
8980 Replace name, low_pc and high_pc with MACRO_AT_func.
8981
9301ebe6
YQ
89822014-11-14 Yao Qi <yao@codesourcery.com>
8983
8984 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8985 Replace name, low_pc and high_pc with MACRO_AT_func.
8986
f166b542
YQ
89872014-11-14 Yao Qi <yao@codesourcery.com>
8988
8989 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8990 produce debug information.
8991 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8992
0f6e71e3
YQ
89932014-11-14 Yao Qi <yao@codesourcery.com>
8994
8995 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8996 object and get function length.
8997 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8998 with MACRO_AT_func.
8999 (top-level): Replace gdb_compile and clean_restart with
9000 prepare_for_testing.
9001 * gdb.dwarf2/main.c (main): Add label main_label.
9002
876c4df9
YQ
90032014-11-14 Yao Qi <yao@codesourcery.com>
9004
9005 * lib/dwarf.exp (function_range): New procedure.
9006 (Dwarf::_handle_macro_at_func): New procedure.
9007 (Dwarf::_handle_macro_at_range): New procedure.
9008 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
9009
02ad9cf1
YQ
90102014-11-14 Yao Qi <yao@codesourcery.com>
9011
9012 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
9013 (_handle_attribute): New procedure.
9014
a59add0c
AA
90152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9016
9017 * gdb.ada/cond_lang/foo.c (callme): Add return type.
9018 * gdb.base/call-sc.c (zed): Likewise.
9019 * gdb.base/checkpoint.c (main): Likewise.
9020 * gdb.base/dump.c (main): Likewise.
9021 * gdb.base/gcore.c (main): Likewise.
9022 * gdb.base/huge.c (main): Likewise.
9023 * gdb.base/multi-forks.c (main): Likewise.
9024 * gdb.base/pr10179-a.c (main): Likewise.
9025 * gdb.base/savedregs.c (main): Likewise.
9026 * gdb.base/sigaltstack.c (main): Likewise.
9027 * gdb.base/siginfo.c (main): Likewise.
9028 * gdb.base/structs.c (zed): Likewise.
9029 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
9030 * gdb.mi/mi-syn-frame.c (main): Likewise.
9031 * gdb.mi/until.c (foo, main): Likewise.
9032 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
9033 * gdb.base/solib-weak.c (foo): Declare.
9034 * gdb.base/attach-twice.c: Include stdio.h.
9035 * gdb.base/weaklib1.c: Likewise.
9036 * gdb.base/weaklib2.c: Likewise.
9037 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
9038 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
9039 unistd.h.
9040 * gdb.base/attach-pie-misread.c: Include stdlib.h.
9041 * gdb.mi/mi-exit-code.c: Likewise.
9042 * gdb.base/break-interp-lib.c: Include string.h.
9043 * gdb.base/coremaker.c: Likewise.
9044 * gdb.base/testenv.c: Likewise.
9045 * gdb.python/py-finish-breakpoint.c: Likewise.
9046 * gdb.base/inferior-died.c: Include sys/wait.h.
9047 * gdb.base/fileio.c: Include time.h.
9048 * gdb.base/async-shell.c: Include unistd.h.
9049 * gdb.base/dprintf-non-stop.c: Likewise.
9050 * gdb.base/info-os.c: Likewise.
9051 * gdb.mi/mi-console.c: Likewise.
9052 * gdb.mi/watch-nonstop.c: Likewise.
9053 * gdb.python/py-events.c: Likewise.
9054 * gdb.base/async.c (baz): Move up before its invocation.
9055 * gdb.base/code_elim2.c (my_global_func): Likewise.
9056 * gdb.base/skip-solib-lib.c (multiply): Likewise.
9057 * gdb.base/advance.c (func2): Likewise.
9058
3b5d5997
AA
90592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9060
9061 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
9062 variant.
9063 * gdb.base/annota3.c: Likewise.
9064 * gdb.base/async.c: Likewise.
9065 * gdb.base/average.c: Likewise.
9066 * gdb.base/call-ar-st.c: Likewise.
9067 * gdb.base/call-rt-st.c: Likewise.
9068 * gdb.base/call-sc.c: Likewise.
9069 * gdb.base/call-strs.c: Likewise.
9070 * gdb.base/ending-run.c: Likewise.
9071 * gdb.base/execd-prog.c: Likewise.
9072 * gdb.base/exprs.c: Likewise.
9073 * gdb.base/foll-exec.c: Likewise.
9074 * gdb.base/foll-fork.c: Likewise.
9075 * gdb.base/foll-vfork.c: Likewise.
9076 * gdb.base/funcargs.c: Likewise.
9077 * gdb.base/gcore.c: Likewise.
9078 * gdb.base/jump.c: Likewise.
9079 * gdb.base/langs0.c: Likewise.
9080 * gdb.base/langs1.c: Likewise.
9081 * gdb.base/langs2.c: Likewise.
9082 * gdb.base/mips_pro.c: Likewise.
9083 * gdb.base/nodebug.c: Likewise.
9084 * gdb.base/opaque0.c: Likewise.
9085 * gdb.base/opaque1.c: Likewise.
9086 * gdb.base/recurse.c: Likewise.
9087 * gdb.base/run.c: Likewise.
9088 * gdb.base/scope0.c: Likewise.
9089 * gdb.base/scope1.c: Likewise.
9090 * gdb.base/setshow.c: Likewise.
9091 * gdb.base/setvar.c: Likewise.
9092 * gdb.base/shmain.c: Likewise.
9093 * gdb.base/shr1.c: Likewise.
9094 * gdb.base/shr2.c: Likewise.
9095 * gdb.base/sigall.c: Likewise.
9096 * gdb.base/signals.c: Likewise.
9097 * gdb.base/so-indr-cl.c: Likewise.
9098 * gdb.base/solib2.c: Likewise.
9099 * gdb.base/structs.c: Likewise.
9100 * gdb.base/sum.c: Likewise.
9101 * gdb.base/vforked-prog.c: Likewise.
9102 * gdb.base/watchpoint.c: Likewise.
9103 * gdb.reverse/shr2.c: Likewise.
9104 * gdb.reverse/until-reverse.c: Likewise.
9105 * gdb.reverse/ur1.c: Likewise.
9106 * gdb.reverse/watch-reverse.c: Likewise.
9107
066a77c5
AA
91082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9109
9110 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
9111 variant.
9112 * gdb.base/sepdebug.exp: Drop references to removed code.
9113
4f204ea5
AA
91142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9115
9116 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
9117 variant. Preserve original line numbering.
9118 * gdb.base/list1.c: Likewise.
9119
3b377a3a
AA
91202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9121
9122 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
9123 variant.
9124 * gdb.base/break1.c: Likewise.
9125 * gdb.base/break.exp: Drop references to removed code.
9126
e444df73
AA
91272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9128
9129 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
9130 variant.
9131
8008f2a7
AA
91322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9133
9134 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
9135
a5a06887
AA
91362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9137
9138 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
9139 logic into perform_all_tests() and invoke it with and without
9140 function header prototypes.
9141 (do_function_calls): Remove conditional XFAIL for PR 5318.
9142 (rerun_and_prepare): Remove duplicate code.
9143 (perform_all_tests): New. Main logic moved here.
9144
44dba9b9
AA
91452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9146
9147 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
9148 code guarded by #ifdef NO_PROTOTYPES.
9149 (t_double_many_args): Likewise.
9150 (DEF_FUNC_MANY_ARGS_1): Likewise.
9151 (DEF_FUNC_VALUES_1): Likewise.
9152 (t_structs_ldc): Renamed from t_structs_fc in conditional code
9153 guarded by #ifdef PROTOTYPES.
9154
d1fbcd56
AA
91552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9156
9157 * gdb.mi/mi-console.c: Add eye-catcher.
9158 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
9159 instead of literal line number.
9160
b0e59b8f
AA
91612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9162
9163 * gdb.base/shr2.c: Add eye-catcher.
9164 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
9165 line number.
9166
78f98cca
AA
91672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9168
9169 * gdb.base/jump.c: Add eye-catchers.
9170 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
9171 numbers.
9172
58fa2af0
AA
91732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9174
9175 * gdb.base/execd-prog.c: Add eye-catchers.
9176 * gdb.base/foll-exec.c: Likewise.
9177 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
9178 line numbers.
9179
04e5059b
AA
91802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9181
9182 * gdb.base/ending-run.c: Add eye-catchers.
9183 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9184 literal line numbers.
9185
dbfdb174
AA
91862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9187
9188 * gdb.base/call-rt-st.c: Add eye-catchers.
9189 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9190 literal line numbers.
9191
888a2ade
AA
91922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9193
9194 * gdb.base/call-ar-st.c: Add eye-catchers.
9195 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9196 literal line numbers.
9197
6acc2dde
AA
91982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9199
9200 * gdb.base/average.c: Add eye-catchers.
9201 * gdb.base/sum.c: Likewise.
9202 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9203 regexps dynamically.
9204
9ecfcd1d
AA
92052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9206
9207 * gdb.base/solib1.c: Add eye-catchers.
9208 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9209 literal line numbers.
9210
78708b7c
PA
92112014-11-12 Pedro Alves <palves@redhat.com>
9212
9213 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9214 leader has exited.
9215
af48d08f
PA
92162014-11-12 Pedro Alves <palves@redhat.com>
9217
9218 * gdb.arch/i386-bp_permanent.c: New file.
9219 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
9220 (srcfile): Set to i386-bp_permanent.c.
9221 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9222 that stepi does not execute the 'leave' instruction, instead of
9223 testing it does execute.
9224 * gdb.base/bp-permanent.c: New file.
9225 * gdb.base/bp-permanent.exp: New file.
9226
af3768e9
DE
92272014-11-10 Doug Evans <xdje42@gmail.com>
9228
9229 PR symtab/17564
9230 * gdb.base/symtab-search-order.exp: New file.
9231 * gdb.base/symtab-search-order.c: New file.
9232 * gdb.base/symtab-search-order-1.c: New file.
9233 * gdb.base/symtab-search-order-shlib-1.c: New file.
9234
9de00a4a
PA
92352014-11-07 Pedro Alves <palves@redhat.com>
9236
9237 PR gdb/17511
9238 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9239 i?86-*-linux*.
9240
e0f52461
SC
92412014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9242
9243 PR c++/17494
9244 * gdb.cp/pr17494.cc: New file.
9245 * gdb.cp/pr17494.exp: New file.
9246
6ce8c980
YQ
92472014-11-02 Yao Qi <yao@codesourcery.com>
9248
9249 * gdb.python/python.exp: Get working directory and match the
9250 output of "set extended-prompt \\w " with it.
9251
02be9a71
DE
92522014-10-30 Doug Evans <dje@google.com>
9253
9254 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9255 in objfiles.
9256 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9257 in progspaces.
9258
3bdff46b
LM
92592014-10-30 Janis Johnson <janisjo@codesourcery.com>
9260
9261 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9262 * gdb.base/realname-expand.exp: Likewise.
9263 * gdb.linespec/macro-relative.exp: Likewise.
9264
ab917dfb
PA
92652014-10-29 Pedro Alves <palves@redhat.com>
9266
9267 PR gdb/17408
9268 * gdb.threads/schedlock.c (some_function): New function.
9269 (call_function): New global.
9270 (MAYBE_CALL_SOME_FUNCTION): New macro.
9271 (thread_function): Call it.
9272 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9273 and use it instead of a global counter. Adjust all callers.
9274 (get_current_thread): Use "find current thread" for test message
9275 here rather than having all callers pass down the same string.
9276 (goto_loop): New procedure, factored out from ...
9277 (my_continue): ... this.
9278 (step_ten_loops): Change parameter from test message to command to
9279 use. Adjust.
9280 (list_count): Delete global.
9281 (check_result): New procedure, factored out from duplicate top
9282 level code.
9283 (continue tests): Wrap in with_test_prefix.
9284 (test_step): New procedure, factored out from duplicate top level
9285 code.
9286 (top level): Test "step" in combination with all scheduler-locking
9287 modes. Test "next" in combination with all scheduler-locking
9288 modes, and in combination with stepping over a function call or
9289 not.
9290 * gdb.threads/next-bp-other-thread.c: New file.
9291 * gdb.threads/next-bp-other-thread.exp: New file.
9292
d3d4baed
PA
92932014-10-29 Pedro Alves <palves@redhat.com>
9294
9295 PR python/17372
9296 * gdb.python/python.exp: Test a multi-line command that spawns
9297 interactive Python.
9298 * gdb.base/multi-line-starts-subshell.exp: New file.
9299
563e8d85
YQ
93002014-10-29 Yao Qi <yao@codesourcery.com>
9301
9302 * gdb.base/fileio.exp: Make directories on host.
9303
0ea4d52e
YQ
93042014-10-29 Yao Qi <yao@codesourcery.com>
9305
9306 * gdb.base/fileio.c (test_write): Close the file.
9307
7f5ef605
PA
93082014-10-28 Pedro Alves <palves@redhat.com>
9309
9310 PR gdb/12623
9311 * gdb.base/sigstep.c (no_handler): New global.
9312 (main): If 'no_handler is true, set the signal handlers to
9313 SIG_IGN.
9314 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9315 with_sw_watch and no_handler parameters. Handle them.
9316 (top level) <stepping over handler when stopped at a breakpoint
9317 test>: Add a test axis for testing with a software watchpoint, and
9318 another for testing with the signal handler set to SIG_IGN.
9319 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9320 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9321
abbdbd03
PA
93222014-10-28 Pedro Alves <palves@redhat.com>
9323
9324 PR gdb/17511
9325 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9326 * gdb.base/sigstep.exp (other_handler_location): New global.
9327 (advance): Support stepping into the signal handler, and running
9328 commands while in the handler.
9329 (in_handler_map): New global.
9330 (top level): In the advance test, add combinations for getting
9331 into the handler with stepping commands, and for running commands
9332 in the handler. Add comment descripting the advancei tests.
9333
1df4399f
PA
93342014-10-28 Pedro Alves <palves@redhat.com>
9335
9336 * gdb.base/sigstep.exp: Use build_executable instead of
9337 prepare_for_testing.
9338 (top level): Move code that starts GDB, runs to main and creates a
9339 display to ...
9340 (restart): ... this new procedure.
9341 (top level): Move backtrace from signal handler test to ...
9342 (validate_backtrace): ... this new procedure.
9343 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9344 with_test_prefix. Always restart GDB.
9345 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9346 with_test_prefix. Always restart GDB. No need to delete
9347 breakpoints after the test.
9348 (test_skip_handler): Remove prefix parameter.
9349 (skip_over_handler, breakpoint_to_handler)
9350 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9351 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9352 restart GDB. No need to delete breakpoints after the test.
9353 (top level): Use foreach to call the test procedures with
9354 different commands.
9355
a5b6e449
PA
93562014-10-28 Pedro Alves <palves@redhat.com>
9357
9358 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9359 instead of GNATS numbers.
9360 * gdb.base/sigbpt.exp: Likewise.
9361 * gdb.base/siginfo.exp: Likewise.
9362 * gdb.base/sigstep.exp: Likewise.
9363
e5f8a7cc
PA
93642014-10-27 Pedro Alves <palves@redhat.com>
9365
9366 * gdb.base/sigstep.c (dummy): New global.
9367 (main): Issue a couple writes to the new global.
9368 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9369 procedures.
9370 (skip_over_handler): Use test_skip_handler.
9371 (top level): Call skip_over_handler for stepi and nexti too.
9372 (breakpoint_over_handler): Use test_skip_handler.
9373 (top level): Call breakpoint_over_handler for stepi and nexti too.
9374
763905a3
YQ
93752014-10-27 Yao Qi <yao@codesourcery.com>
9376
9377 * gdb.trace/tfile.c (adjust_function_address)
9378 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9379 function descriptor.
9380
6f259a23
DB
93812014-10-24 Don Breazeal <donb@codesourcery.com>
9382
9383 * gdb.base/foll-fork.exp (test_follow_fork,
9384 catch_fork_child_follow): Check for updated fork messages emitted
9385 from infrun.c.
9386 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9387 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9388 vfork_and_exec_child_follow_through_step): Check for updated vfork
9389 messages emitted from infrun.c.
9390
09dd9a69
PA
93912014-10-24 Pedro Alves <palves@redhat.com>
9392
9393 * gdb.base/corefile.exp: Remove references to ultrix.
9394 * gdb.base/interrupt.exp: Likewise.
9395 * gdb.base/whatis.exp: Likewise.
9396 * gdb.gdb/selftest.exp: Likewise.
9397 * gdb.threads/manythreads.exp: Likewise.
9398 * gdb.threads/print-threads.exp: Likewise.
9399 * gdb.threads/pthreads.exp:: Likewise.
9400 * gdb.threads/schedlock.exp: Likewise.
9401
3433cfa5
SC
94022014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9403
9404 * gdb.cp/non-trivial-retval.cc: Add a test case.
9405 * gdb.cp/non-trivial-retval.exp: Add a test.
9406
092f880b
YQ
94072014-10-20 Yao Qi <yao@codesourcery.com>
9408
9409 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9410 * gdb.python/py-objfile-script-gdb.py: New file.
9411 * gdb.python/py-objfile-script.exp: Update reference to
9412 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9413 of remote_download. Remove the dest file.
9414
acbdb7f3
YQ
94152014-10-20 Yao Qi <yao@codesourcery.com>
9416
9417 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9418 * gdb.base/step-line.exp: Likewise.
9419 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9420 * gdb.dwarf2/dw2-basic.exp: Likewise.
9421 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9422 * gdb.dwarf2/dw2-filename.exp: Likewise.
9423 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9424 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9425 * gdb.dwarf2/dw2-producer.exp: Likewise.
9426 * gdb.dwarf2/mac-fileno.exp: Likewise.
9427 * gdb.python/py-frame-args.exp: Likewise.
9428 * gdb.python/py-framefilter.exp: Likewise.
9429 * gdb.python/py-mi.exp: Likewise.
9430 * gdb.python/py-objfile-script.exp: Likewise
9431 * gdb.python/py-pp-integral.exp: Likewise.
9432 * gdb.python/py-pp-re-notag.exp: Likewise.
9433 * gdb.python/py-prettyprint.exp: Likewise.
9434 * gdb.python/py-section-script.exp: Likewise.
9435 * gdb.python/py-typeprint.exp: Likewise.
9436 * gdb.python/py-xmethods.exp: Likewise.
9437 * gdb.stabs/weird.exp: Likewise.
9438 * gdb.xml/tdesc-regs.exp: Likewise.
9439
bd286a29
KCY
94402014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9441
9442 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9443 (out_cu): Use addr_len for the size of addresses.
9444 (out_line): Likewise. Size DW_LNE_set_address instruction
9445 according to addr_len.
9446 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9447 (FUNC): Add START_INSNS to definition.
9448
673dc4a0
YQ
94492014-10-18 Yao Qi <yao@codesourcery.com>
9450
9451 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9452 gdb_has_argv0 return true.
9453 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9454 check [target_info exists noargs], check [gdb_has_argv0]
9455 instead.
9456 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9457 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9458 procedures.
9459
4ffbba72
DE
94602014-10-17 Doug Evans <dje@google.com>
9461
9462 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9463 event.
9464 * gdb.python/py-events.py: Add clear_objfiles event.
9465
d096d8c1
DE
94662014-10-17 Doug Evans <dje@google.com>
9467
9468 * gdb.python/py-objfile.exp: Test progspace attribute.
9469
a80db015
LM
94702014-10-17 Luis Machado <lgustavo@codesourcery.com>
9471
9472 * gdb.guile/scm-breakpoint.exp: Do not assume any
9473 directory separators when matching source file paths.
9474 * gdb.python/py-breakpoint.exp: Likewise.
9475 * gdb.reverse/break-precsave.exp: Likewise.
9476 * gdb.reverse/break-reverse.exp: Likewise.
9477 * gdb.reverse/consecutive-precsave.exp: Likewise.
9478 * gdb.reverse/finish-precsave.exp: Likewise.
9479 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9480 * gdb.reverse/finish-reverse.exp: Likewise.
9481 * gdb.reverse/i386-precsave.exp: Likewise.
9482 * gdb.reverse/i387-env-reverse.exp: Likewise.
9483 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9484 * gdb.reverse/machinestate-precsave.exp: Likewise.
9485 * gdb.reverse/machinestate.exp: Likewise.
9486 * gdb.reverse/sigall-precsave.exp: Likewise.
9487 * gdb.reverse/solib-precsave.exp: Likewise.
9488 * gdb.reverse/step-precsave.exp: Likewise.
9489 * gdb.reverse/until-precsave.exp: Likewise.
9490 * gdb.reverse/watch-precsave.exp: Likewise.
9491 * gdb.reverse/watch-reverse.exp: Likewise.
9492
b22089ab
YQ
94932014-10-17 Yao Qi <yao@codesourcery.com>
9494
9495 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9496 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9497
6c4486e6
PA
94982014-10-17 Pedro Alves <palves@redhat.com>
9499
9500 PR gdb/17471
9501 * gdb.base/bg-execution-repeat.c: New file.
9502 * gdb.base/bg-execution-repeat.exp: New file.
9503
0ff33695
PA
95042014-10-17 Pedro Alves <palves@redhat.com>
9505
9506 PR gdb/17300
9507 * gdb.base/continue-all-already-running.c: New file.
9508 * gdb.base/continue-all-already-running.exp: New file.
9509
6fdebc3d
PA
95102014-10-17 Pedro Alves <palves@redhat.com>
9511
9512 PR gdb/17472
9513 * gdb.base/annota-input-while-running.c: New file.
9514 * gdb.base/annota-input-while-running.exp: New file.
9515
32a8097b
PA
95162014-10-17 Pedro Alves <palves@redhat.com>
9517
9518 * gdb.base/callfuncs.exp: emove references to osf.
9519 * gdb.base/sigall.exp: Likewise.
9520 * gdb.gdb/selftest.exp: Likewise.
9521 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9522 * gdb.mi/non-stop.c: Likewise.
9523 * gdb.mi/pthreads.c: Likewise.
9524 * gdb.reverse/sigall-precsave.exp: Likewise.
9525 * gdb.reverse/sigall-reverse.exp: Likewise.
9526 * gdb.threads/pthreads.c: Likewise.
9527 * gdb.threads/pthreads.exp: Likewise.
9528
7a3517ff
YQ
95292014-10-17 Yao Qi <yao@codesourcery.com>
9530
9531 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9532 check 'target_info exists noargs'.
9533 (test_command_prompt_position): Likewise.
9534 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9535 Remove "set args".
9536 (progvar_simple_while_test): Likewise.
9537 (progvar_complex_if_while_test): Likewise.
9538 (if_while_breakpoint_command_test): Likewise.
9539 (infrun_breakpoint_command_test): Likewise.
9540 (breakpoint_command_test): Likewise.
9541 (watchpoint_command_test): Likewise.
9542 (bp_deleted_in_command_test): Likewise.
9543 (temporary_breakpoint_commands): Likewise.
9544
bb99c472
YQ
95452014-10-16 Yao Qi <yao@codesourcery.com>
9546
9547 * gdb.base/remotetimeout.exp: Remove noargs checking.
9548
7c16b83e
PA
95492014-10-15 Pedro Alves <palves@redhat.com>
9550
9551 PR breakpoints/9649
9552 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9553 * gdb.base/breakpoint-in-ro-region.exp
9554 (probe_target_hardware_step): New procedure.
9555 (top level): Probe hardware stepping and hardware breakpoint
9556 support. Test stepping through a read-only region, with both
9557 "breakpoint auto-hw" on and off and both "always-inserted" on and
9558 off.
9559
35a49624
IB
95602014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9561
9562 * gdb.dlang/demangle.exp: Update for demangling changes.
9563
2d1c107c
SC
95642014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9565
9566 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9567 * gdb.cp/non-trivial-retval.exp: Add new tests.
9568
778811d5
SC
95692014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9570
9571 PR c++/13403
9572 PR c++/15154
9573 * gdb.cp/non-trivial-retval.cc: New file.
9574 * gdb.cp/non-trivial-retval.exp: New file.
9575
10c5f0a8
YQ
95762014-10-15 Yao Qi <yao@codesourcery.com>
9577
9578 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9579 remote host.
9580
65d7b369
YQ
95812014-10-15 Yao Qi <yao@codesourcery.com>
9582
9583 * gdb.python/py-symbol.exp: Match file base name if host is
9584 remote, otherwise match file name with dir name.
9585 * gdb.python/py-symtab.exp: Likewise.
9586 * gdb.python/python.exp: Likewise.
9587
46dc1394
YQ
95882014-10-15 Yao Qi <yao@codesourcery.com>
9589
9590 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9591 pattern.
9592 * gdb.python/py-symtab.exp: Likewise.
9593 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9594 locationn.
9595
c40cc657
JB
95962014-10-14 Joel Brobecker <brobecker@adacore.com>
9597
9598 * gdb.ada/addr_arith: New testcase.
9599
2abf49e1
MR
96002014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9601
9602 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9603 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9604 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9605 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9606
f7088df3
SDJ
96072014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9608
9609 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9610 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9611 * gdb.arch/stap-eval-lang-ada.exp: New file.
9612
4dc06805
YQ
96132014-10-14 Yao Qi <yao@codesourcery.com>
9614
9615 * gdb.mi/mi-var-child.c (nothing1): New function.
9616 (nothing2): New function.
9617 (do_children_tests): Set function pointers by nothing1 and
9618 nothing2.
9619 * gdb.mi/mi-var-child.exp: Step over new added statements.
9620 Update test to match the new output.
9621 * gdb.mi/var-cmd.c (nothing1): New function.
9622 (nothing2): New function.
9623 (do_children_tests): Set function pointers by nothing1 and
9624 nothing2.
9625 * gdb.mi/mi-var-display.exp: Update test to match output.
9626 Step to the line specified by $line_dct_nothing.
9627 Increase the number of lines to step.
9628
46a93de2
YQ
96292014-10-14 Yao Qi <yao@codesourcery.com>
9630
9631 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9632 tests.
9633 * gdb.mi/mi2-var-child.exp: Likewise.
9634
14ea52ee
DE
96352014-10-13 Doug Evans <dje@google.com>
9636
9637 * gdb.python/py-objfile.exp: Change name of file name test.
9638
e5c6e92b
DE
96392014-10-13 Doug Evans <dje@google.com>
9640
9641 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9642 from the start of the CU.
9643
c780cc2f
JK
96442014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9645 Yao Qi <yao@codesourcery.com>
9646
9647 Fix "save breakpoints" for "catch" command.
9648 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9649 Remove -nonewline. Match also the added "main" line.
9650
99894e11
JK
96512014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9652
9653 Fix "save breakpoints" for "disable $bpnum" command.
9654 * gdb.base/save-bp.c (main): Add label.
9655 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9656
6e1ac5a3
JK
96572014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9658
9659 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9660
754dd2b0
YQ
96612014-10-11 Yao Qi <yao@codesourcery.com>
9662
9663 * gdb.server/server-kill.exp: Execute command
9664 "set remote trace-status-packet on" before "tstatus".
9665
f90183d7
YQ
96662014-10-11 Yao Qi <yao@codesourcery.com>
9667
9668 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9669 (main): Call getppid.
9670 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9671 and continue to it. Read variable "server_pid".
9672
bf40a607
YQ
96732014-10-11 Yao Qi <yao@codesourcery.com>
9674
9675 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9676
052ca370
YQ
96772014-10-11 Yao Qi <yao@codesourcery.com>
9678
9679 * gdb.threads/thread-find.exp: Don't execute command
9680 "info threads".
9681 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9682 * gdb.threads/linux-dp.exp: Don't check the condition
9683 $threads_created equals to zero.
9684
3831839c
PA
96852014-10-10 Pedro Alves <palves@redhat.com>
9686
9687 * gdb.base/bigcore.exp: Remove references to IRIX.
9688 * gdb.base/funcargs.exp: Likewise.
9689 * gdb.base/interrupt.exp: Likewise.
9690 * gdb.base/mips_pro.exp: Likewise.
9691 * gdb.base/nodebug.exp: Likewise.
9692 * gdb.base/setvar.exp: Likewise.
9693 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9694
8b9a549d
PA
96952014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9696 Pedro Alves <palves@redhat.com>
9697
9698 PR symtab/14466
9699 * gdb.base/vdso-warning.c: New file.
9700 * gdb.base/vdso-warning.exp: New file.
9701
d48ba5e8
DE
97022014-10-02 Doug Evans <dje@google.com>
9703
9704 * gdb.base/structs.c (main): Don't run forever.
9705
2278c276
PA
97062014-10-02 Pedro Alves <palves@redhat.com>
9707
9708 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9709 (top level) <stop threads 1, stop threads 2>: Use it.
9710
b57bacec
PA
97112014-10-02 Pedro Alves <palves@redhat.com>
9712
9713 * gdb.threads/break-while-running.exp (test): Add new
9714 'update_thread_list' argument. Skip "info threads" if false.
9715 (top level): Add new 'update_thread_list' axis.
9716
13fd3ff3
PA
97172014-10-02 Pedro Alves <palves@redhat.com>
9718
9719 PR breakpoints/17431
9720 * gdb.base/execl-update-breakpoints.c: New file.
9721 * gdb.base/execl-update-breakpoints.exp: New file.
9722
0fec99e8
PA
97232014-10-01 Pedro Alves <palves@redhat.com>
9724
9725 * gdb.base/breakpoint-in-ro-region.c: New file.
9726 * gdb.base/breakpoint-in-ro-region.exp: New file.
9727
2ddf4301
SM
97282014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9729
9730 * gdb.mi/mi-exit-code.exp: New file.
9731 * gdb.mi/mi-exit-code.c: New file.
9732
6a5f3f43
YQ
97332014-09-30 Yao Qi <yao@codesourcery.com>
9734
9735 * lib/prelink-support.exp (build_executable_own_libs): Error if
9736 the target isn't native.
9737
345bcc73
YQ
97382014-09-30 Yao Qi <yao@codesourcery.com>
9739
9740 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9741 false.
9742
a25a5a45
PA
97432014-09-22 Pedro Alves <palves@redhat.com>
9744
9745 * gdb.threads/break-while-running.exp: New file.
9746 * gdb.threads/break-while-running.c: New file.
9747
00ba3162
YQ
97482014-09-19 Yao Qi <yao@codesourcery.com>
9749
9750 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9751 Invoke test. Restart GDB with --readnow and invoke test again.
9752
c3b7b696
YQ
97532014-09-19 Yao Qi <yao@codesourcery.com>
9754
9755 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9756 proc set_breakpoint_on_gcd_function. Invoke
9757 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9758 invoke set_breakpoint_on_gcd_function again.
9759
2b4fd423
DE
97602014-09-18 Doug Evans <dje@google.com>
9761
9762 * gdb.dwarf2/symtab-producer.exp: New file.
9763
a5947601
SDJ
97642014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9765
9766 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9767 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9768 * gdb.base/global-var-nested-by-dso.c: Likewise.
9769 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9770
91c19059
SDJ
97712014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9772 Pedro Alves <palves@redhat.com>
9773
9774 * gdb.base/watch-bitfields.exp: Pass string other than test file
9775 name to prepare_for_testing.
9776 (watch): New procedure.
9777 (expect_watchpoint): Use with_test_prefix.
9778 (top level): Factor out tests to ...
9779 (test_watch_location, test_regular_watch): ... these new
9780 procedures, and use with_test_prefix and gdb_continue_to_end.
9781
bb9d5f81
PP
97822014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9783
9784 PR breakpoints/12526
9785 * gdb.base/watch-bitfields.exp: New file.
9786 * gdb.base/watch-bitfields.c: New file.
9787
635856f5
PA
97882014-09-16 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9791 software and hardware addresses, not software address against
9792 itself.
9793
7280ceea
PA
97942014-09-16 Pedro Alves <palves@redhat.com>
9795
9796 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9797 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9798
428b16bd
PA
97992014-09-16 Pedro Alves <palves@redhat.com>
9800
9801 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9802 files.
9803 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9804 "*-*-vxworks*" throughout.
9805 * gdb.base/break.exp: Likewise.
9806 * gdb.base/default.exp: Likewise.
9807 * gdb.base/scope.exp: Likewise.
9808 * gdb.base/sepdebug.exp: Likewise.
9809 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9810 throughout.
9811 * gdb.base/run.c: Likewise.
9812 * gdb.base/sepdebug.c: Likewise.
9813 * gdb.hp/gdb.aCC/run.c: Likewise.
9814 * gdb.reverse/until-reverse.c: Likewise.
9815 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9816
666d413c
YQ
98172014-09-16 Yao Qi <yao@codesourcery.com>
9818
9819 * boards/local-remote-host-native.exp: New file.
9820
57cbd724
DE
98212014-09-14 Doug Evans <xdje42@gmail.com>
9822
9823 * gdb.threads/queue-signal.c (thread_count): New variable.
9824 (thread_count_mutex, thread_count_condvar): New variables.
9825 (incr_thread_count, wait_all_threads_running): New functions.
9826 (main): Wait for all threads to be in their thread functions.
9827
81219e53
DE
98282014-09-13 Doug Evans <xdje42@gmail.com>
9829
9830 * gdb.threads/queue-signal.c: New file.
9831 * gdb.threads/queue-signal.exp: New file.
9832
3714cea7
DE
98332014-09-13 Doug Evans <xdje42@gmail.com>
9834
9835 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9836 be consistent with what default_gdb_init uses.
9837 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9838 the plain text of the prompt. Add some logging printfs.
9839 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9840
fa43b1d7
PA
98412014-09-12 Pedro Alves <palves@redhat.com>
9842
9843 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9844 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9845 * gdb.arch/i386-size-overlap.exp: Likewise.
9846 * gdb.arch/i386-size.exp: Likewise.
9847 * gdb.arch/i386-unwind.exp: Likewise.
9848 * gdb.base/a2-run.exp: Likewise.
9849 * gdb.base/break.exp: Likewise.
9850 * gdb.base/charset.exp: Likewise.
9851 * gdb.base/chng-syms.exp: Likewise.
9852 * gdb.base/commands.exp: Likewise.
9853 * gdb.base/dbx.exp: Likewise.
9854 * gdb.base/find.exp: Likewise.
9855 * gdb.base/funcargs.exp: Likewise.
9856 * gdb.base/jit-simple.exp: Likewise.
9857 * gdb.base/reread.exp: Likewise.
9858 * gdb.base/sepdebug.exp: Likewise.
9859 * gdb.base/step-bt.exp: Likewise.
9860 * gdb.cp/mb-inline.exp: Likewise.
9861 * gdb.cp/mb-templates.exp: Likewise.
9862 * gdb.objc/basicclass.exp: Likewise.
9863 * gdb.threads/killed.exp: Likewise.
9864
9d9bf2df
EBM
98652014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9866
9867 PR tdep/17379
9868 * gdb.arch/powerpc-stackless.S: New file.
9869 * gdb.arch/powerpc-stackless.exp: New file.
9870
1cf2f1b0
JK
98712014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9872
9873 * gdb.base/attach.c: Include unistd.h.
9874 (main): Call alarm. Add label postloop.
9875 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9876 gdb_breakpoint, gdb_continue_to_breakpoint.
9877 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9878
98880d46
PA
98792014-09-11 Pedro Alves <palves@redhat.com>
9880
9881 PR gdb/17347
9882 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9883 * gdb.base/attach.exp (test_command_line_attach_run): New
9884 procedure.
9885 (top level): Call it.
9886
4c92ff2c
PA
98872014-09-11 Pedro Alves <palves@redhat.com>
9888
9889 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9890 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9891 (do_command_attach_tests): Use spawn_wait_for_attach.
9892 * gdb.base/solib-overlap.exp: Likewise.
9893 * gdb.multi/multi-attach.exp: Likewise.
9894 * gdb.python/py-prompt.exp: Likewise.
9895 * gdb.python/py-sync-interp.exp: Likewise.
9896 * gdb.server/ext-attach.exp: Likewise.
9897
3adc1a7d
GKB
98982014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9899
9900 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9901 command in testcase. Simplify testcase.
9902
96334934
JB
99032014-09-10 Joel Brobecker <brobecker@adacore.com>
9904
9905 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9906
eb479039
JB
99072014-09-10 Joel Brobecker <brobecker@adacore.com>
9908
9909 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9910
deede10c
JB
99112014-09-10 Joel Brobecker <brobecker@adacore.com>
9912
9913 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9914
7828a5f5
JB
99152014-09-10 Joel Brobecker <brobecker@adacore.com>
9916
9917 * gdb.dwarf2/dynarr-ptr.c: New file.
9918 * gdb.dwarf2/dynarr-ptr.exp: New file.
9919
33aeebcf
MR
99202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9921
9922 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9923 of 30 rather than hardcoding 120 for a slow test case. Take the
9924 `gdb,timeout' target setting into account for this calculation.
9925 Don't extend the timeout for the test cases that don't need it.
9926
7b415901
MR
99272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9928
9929 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9930 a factor of 2 for a slow test case. Take the `gdb,timeout'
9931 target setting into account for this calculation.
9932 * gdb.reverse/until-precsave.exp: Increase the timeout by
9933 a factor of 15 and 3 respectively rather than adding 120
9934 for a pair of slow test cases. Take the `gdb,timeout'
9935 target setting into account for this calculation.
9936
4a40f85a
MR
99372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9938
9939 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9940 timeout, don't pass one down to gdb_expect.
9941 (gdb_expect): Rework timeout selection.
9942
09635af7
MR
99432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9944
9945 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9946 exception on timeout.
9947 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9948 (gdbserver_start_extended): Catch any `gdbserver_start' error
9949 exceptions.
9950 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9951 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9952 `gdbserver_gdb_load' error exceptions.
9953
2bdd10b7
MR
99542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9955
9956 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9957 120 on waiting for the TCP socket to open.
9958
316935f0
DE
99592014-09-09 Doug Evans <xdje42@gmail.com>
9960
9961 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9962 _caller_matches, _any_caller_is, _any_caller_matches.
9963
83740597
DE
99642014-09-09 Doug Evans <xdje42@gmail.com>
9965
9966 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9967
4c122fc3
YQ
99682014-09-09 Yao Qi <yao@codesourcery.com>
9969
9970 * gdb.mi/mi-var-display.exp: Set print symbol off.
9971
a9f116cb
GKB
99722014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9973
9974 PR gdb/17035
9975 * gdb.base/commands.exp: Add tests to verify user-defined
9976 commands with empty bodies.
9977 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9978 python commands in `show user command`.
9979 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9980 scheme commands in `show user command`.
9981
c75bd3a2
JK
99822014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9983
9984 PR python/17355
9985 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9986 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9987 * gdb.python/py-framefilter-invalidarg.exp: New file.
9988 * gdb.python/py-framefilter-invalidarg.py: New file.
9989
faa42425
DE
99902014-09-06 Doug Evans <xdje42@gmail.com>
9991
9992 PR 15276
9993 * gdb.python/py-caller-is.c: New file.
9994 * gdb.python/py-caller-is.exp: New file.
9995
474ca4f6
SDJ
99962014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9997
9998 PR gdb/17235
9999 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
10000 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
10001
eb0b0463
SDJ
100022014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
10003
10004 PR fortran/17237
10005 * gdb.fortran/print-formatted.exp: New file.
10006 * gdb.fortran/print-formatted.f90: Likewise.
10007
5f3b99cf
SS
100082014-09-03 Sasha Smundak <asmundak@google.com>
10009
10010 * gdb.python/py-frame.exp: Test Frame.read_register.
10011
7d793aa9
SDJ
100122014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
10013
10014 PR python/16699
10015 * gdb.python/py-completion.exp: New file.
10016 * gdb.python/py-completion.py: Likewise.
10017
fb0576e9
DE
100182014-08-28 Doug Evans <dje@google.com>
10019
10020 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
10021 eax,etc. are live with values set by gdb and thus the compiler can't
10022 use them.
10023 * gdb.arch/i386-pseudo.c (main): Ditto.
10024
ee92b0dd
DE
100252014-08-27 Doug Evans <dje@google.com>
10026
10027 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
10028
6649db35
DE
100292014-08-25 Doug Evans <dje@google.com>
10030
10031 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
10032 (main): Ditto.
10033
564b7600
DE
100342014-08-25 Doug Evans <dje@google.com>
10035
10036 * gdb.threads/thread-execl.exp: #include <stdio.h>.
10037
3881fb67
YQ
100382014-08-24 Yao Qi <yao@codesourcery.com>
10039
10040 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
10041 symbol off.
10042 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
10043
a05a36a5
DE
100442014-08-22 Doug Evans <dje@google.com>
10045
10046 PR 17276
10047 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
10048 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
10049 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
10050
7c343b48
YQ
100512014-08-22 Yao Qi <yao@codesourcery.com>
10052
10053 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
10054 * gdb.python/py-finish-breakpoint2.exp: Likewise.
10055 * gdb.python/python.exp: Likewise. Use .py file on the host
10056 instead of the build.
10057
22fd09ae
JK
100582014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10059
10060 * gdb.threads/gcore-stale-thread.c: New file.
10061 * gdb.threads/gcore-stale-thread.exp: New file.
10062
a8454a7c
PA
100632014-08-21 Pedro Alves <palves@redhat.com>
10064
10065 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
10066 * gdb.base/gcore-relro-pie.exp: Likewise.
10067 * gdb.base/gcore-relro.exp: Likewise.
10068 * gdb.base/gcore.exp: Likewise.
10069 * gdb.base/print-symbol-loading.exp: Likewise.
10070 * gdb.threads/gcore-thread.exp: Likewise.
10071 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
10072
2a31c623
PA
100732014-08-20 Pedro Alves <palves@redhat.com>
10074 Jan Kratochvil <jan.kratochvil@redhat.com>
10075
10076 * Makefile.in (EXTRA_RULES, CC): New variables, get from
10077 configure.
10078 (EXPECT): Handle READ1 being set.
10079 (all): Depend on EXTRA_RULES.
10080 (check-read1, expect-read1, read1.so, read1): New rules.
10081 * README (Testsuite Parameters): Document the READ1 make variable.
10082 (Race detection): New section.
10083 * configure: Regenerate.
10084 * configure.ac: If build==host==target, and running under a
10085 GNU/glibc system, add read1 to the extra Makefile rules.
10086 (EXTRA_RULES): AC_SUBST it.
10087 * lib/read1.c: New file.
10088
d36430db
JB
100892014-08-20 Joel Brobecker <brobecker@adacore.com>
10090
10091 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
10092 the handling of variables declared as a typedef to an array
10093 which a DW_AT_data_location attribute.
10094
9a0dc9e3
PA
100952014-08-19 Andrew Burgess <aburgess@broadcom.com>
10096 Pedro Alves <palves@redhat.com>
10097
10098 PR symtab/14604
10099 PR symtab/14605
10100 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
10101 gdb_test.
10102
0718a8da
PA
101032014-08-19 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
10106
13b448cd
YQ
101072014-08-19 Yao Qi <yao@codesourcery.com>
10108
10109 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
10110 right line.
10111
1cbf5077
DB
101122014-08-18 David Blaikie <dblaikie@gmail.com>
10113
10114 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
10115
bf0fae19
JB
101162014-08-18 Joel Brobecker <brobecker@adacore.com>
10117
10118 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
10119 attribute in array range.
10120
3c8c5dcc
JB
101212014-08-18 Joel Brobecker <brobecker@adacore.com>
10122
10123 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
10124
e66d4446
SC
101252014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10126
10127 PR c++/17132
10128 * gdb.cp/pr17132.cc: New file.
10129 * gdb.cp/pr17132.exp: New file.
10130
940df408
SC
101312014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10132
10133 * gdb.python/py-xmethods.py (A_getarrayind)
10134 (E_method_char_worker.__call__, E_method_int_worker.__call__):
10135 Use 'print' with function call syntax.
10136 (E_method_matcher.match): Fix tab vs space indentation mixup.
10137
ebcc6c3a
YQ
101382014-08-15 Yao Qi <yao@codesourcery.com>
10139
10140 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
10141 false.
10142
775e0f04
YQ
101432014-08-15 Yao Qi <yao@codesourcery.com>
10144
10145 * gdb.cp/casts.exp: Set print symbol off.
10146 * gdb.cp/class2.exp: Likewise.
10147 * gdb.cp/overload.exp: Likewise.
10148 * gdb.cp/templates.exp: Likewise.
10149
d769e349
DE
101502014-08-11 Doug Evans <dje@google.com>
10151
10152 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10153 (test_load_shlib): Update.
10154
20c6f1e1
YQ
101552014-08-09 Yao Qi <yao@codesourcery.com>
10156
10157 * gdb.base/display.exp: Invoke is_address_zero_readable.
10158 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
10159 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10160 * gdb.base/hbreak-unmapped.exp: Return if
10161 is_address_zero_readable returns true.
10162 * gdb.base/signest.exp: Likewise.
10163 * gdb.base/signull.exp: Likewise.
10164 * gdb.base/sigbpt.exp: Likewise.
10165 * gdb.guile/scm-disasm.exp: Do the test if
10166 is_address_zero_readable returns false.
10167 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
10168 * gdb.python/py-arch.exp: Likewise.
10169 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
10170 * lib/gdb.exp (is_address_zero_readable): New proc.
10171
5792e8e3
YQ
101722014-08-09 Yao Qi <yao@codesourcery.com>
10173
10174 PR testsuite/13443
10175 * gdb.mi/mi-var-display.exp: Make test messages unique.
10176
3cecbbbe
TT
101772014-08-04 Tom Tromey <tromey@redhat.com>
10178
10179 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10180 target 0".
10181
00b51ff5
TT
101822014-08-04 Tom Tromey <tromey@redhat.com>
10183
10184 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10185 "target_resume".
10186
6908c509
JB
101872014-08-01 Joel Brobecker <brobecker@adacore.com>
10188
10189 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10190 inner_vla_struct_object_size.
10191 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10192 as xfail.
10193
cc6563d2
PA
101942014-07-30 Pedro Alves <palves@redhat.com>
10195
10196 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10197 comment.
10198
7e09a223
YQ
101992014-07-29 Yao Qi <yao@codesourcery.com>
10200
10201 PR gdb/17206
10202 * gdb.base/until-nodebug.exp: New.
10203
7ebdbe92
DE
102042014-07-28 Doug Evans <xdje42@gmail.com>
10205
10206 PR guile/17203
10207 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10208 previously existing parameter, and previously ambiguously spelled
10209 parameter.
10210
fdb1adc6
WN
102112014-07-28 Will Newton <will.newton@linaro.org>
10212
10213 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10214
186fcde0
DE
102152014-07-26 Ludovic Courtès <ludo@gnu.org>
10216 Doug Evans <xdje42@gmail.com>
10217
10218 PR guile/17146
10219 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
10220
70509625
PA
102212014-07-25 Pedro Alves <palves@redhat.com>
10222
10223 * gdb.threads/signal-command-handle-nopass.c: New file.
10224 * gdb.threads/signal-command-handle-nopass.exp: New file.
10225 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10226 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10227 * gdb.threads/signal-delivered-right-thread.c: New file.
10228 * gdb.threads/signal-delivered-right-thread.exp: New file.
10229
c3f814a1
PA
102302014-07-25 Pedro Alves <palves@redhat.com>
10231
10232 * gdb.base/double-prompt-target-event-error.exp
10233 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10234 match.
10235 (cancel_pagination_in_target_event): Rework double prompt
10236 detection.
10237 * gdb.base/paginate-after-ctrl-c-running.exp
10238 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10239 <return>' match.
10240 * gdb.base/paginate-bg-execution.exp
10241 (test_bg_execution_pagination_return)
10242 (test_bg_execution_pagination_cancel): Remove '-notransfer
10243 <return>' matches.
10244 * gdb.base/paginate-execution-startup.exp
10245 (test_fg_execution_pagination_return)
10246 (test_fg_execution_pagination_cancel): Remove '-notransfer
10247 <return>' matches.
10248 * gdb.base/paginate-inferior-exit.exp
10249 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10250 match.
10251 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10252 * lib/gdb.exp (pagination_prompt): Run text through
10253 string_to_regexp.
10254 (gdb_test_multiple): Match $pagination_prompt instead of
10255 "<return>".
10256 (string_to_regexp): Move to lib/gdb-utils.exp.
10257
e214cf6c
JK
102582014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10259
10260 * gdb.arch/amd64-entry-value-paramref.S: New file.
10261 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10262 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10263 * gdb.arch/amd64-optimout-repeat.S: New file.
10264 * gdb.arch/amd64-optimout-repeat.c: New file.
10265 * gdb.arch/amd64-optimout-repeat.exp: New file.
10266
17d0c5c8
JK
102672014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10268
10269 PR gdb/17170
10270 * gdb.base/statistics.exp: New file.
10271
b8b8facf
DE
102722014-07-17 Doug Evans <dje@google.com>
10273
74b49205 10274 PR gdb/17170
b8b8facf
DE
10275 * gdb.base/maint.exp: Update testing of per-command stats.
10276
1b5d0ab3
PA
102772014-07-16 Pedro Alves <palves@redhat.com>
10278
10279 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10280 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10281 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10282 (tfile_write_buf): New functions.
10283 (add_memory_block): Rewrite using the above.
10284 (adjust_function_address): New function.
10285 (FUNCTION_ADDRESS): New macro.
10286 (write_basic_trace_file): Remove short_x local, and use
10287 tfile_write_16. Change type of func_addr local to unsigned long
10288 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10289 here. Cast argument of add_memory_block to char pointer.
10290 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10291 (main): Remove parameters.
10292 * gdb.trace/tfile.exp: Remove nowarnings.
10293
4d974e88
SM
102942014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10295
10296 * gdb.base/debug-expr.exp: Test string evaluation with
10297 "debug expression" on.
10298
41e99568
PA
102992014-07-15 Pedro Alves <palves@redhat.com>
10300
10301 * gdb.base/reread.exp: Use clean_restart.
10302
487d9753
PL
103032014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10304
10305 * gdb.arch/avr-flash-qualifer.c: New.
10306 * gdb.arch/avr-flash-qualifer.exp: New.
10307
cc1c52ad
PA
103082014-07-14 Pedro Alves <palves@redhat.com>
10309
10310 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10311 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10312
1e973570
PA
103132014-07-14 Pedro Alves <palves@redhat.com>
10314
10315 * gdb.base/double-prompt-target-event-error.c: New file.
10316 * gdb.base/double-prompt-target-event-error.exp: New file.
10317
93d6eb10
PA
103182014-07-14 Pedro Alves <palves@redhat.com>
10319
10320 PR gdb/17072
10321 * gdb.base/paginate-inferior-exit.c: New file.
10322 * gdb.base/paginate-inferior-exit.exp: New file.
10323
0017922d
PA
103242014-07-14 Pedro Alves <palves@redhat.com>
10325
10326 PR gdb/17072
10327 * gdb.base/paginate-bg-execution.c: New file.
10328 * gdb.base/paginate-bg-execution.exp: New file.
10329
94696ad3
PA
103302014-07-14 Pedro Alves <palves@redhat.com>
10331
10332 PR gdb/17072
10333 * gdb.base/paginate-execution-startup.c: New file.
10334 * gdb.base/paginate-execution-startup.exp: New file.
10335 * lib/gdb.exp (pagination_prompt): New global.
10336 (default_gdb_spawn): New procedure, factored out from
10337 default_gdb_spawn.
10338 (default_gdb_start): Adjust to call default_gdb_spawn.
10339 (gdb_spawn): New procedure.
10340
bd293940
PA
103412014-07-14 Pedro Alves <palves@redhat.com>
10342
10343 * lib/gdb.exp (gdb_assert): New procedure.
10344 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10345
c933f875
PA
103462014-07-14 Pedro Alves <palves@redhat.com>
10347
10348 * gdb.base/execution-termios.c: New file.
10349 * gdb.base/execution-termios.exp: New file.
10350
d98b7a16
TT
103512014-07-14 Tom Tromey <tromey@redhat.com>
10352
10353 * gdb.cp/vla-cxx.cc: New file.
10354 * gdb.cp/vla-cxx.exp: New file.
10355
548740d6
TT
103562014-07-14 Tom Tromey <tromey@redhat.com>
10357
10358 * gdb.reverse/rerun-prec.c: New file.
10359 * gdb.reverse/rerun-prec.exp: New file.
10360
a25eb028
MR
103612014-07-12 Maciej W. Rozycki <macro@mips.com>
10362 Maciej W. Rozycki <macro@codesourcery.com>
10363
10364 * lib/gdb-utils.exp: New file.
10365 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10366 inline `gdb_init_command' processing.
10367 (gdb_start_cmd): Likewise.
10368 * lib/mi-support.exp (mi_run_cmd): Likewise.
10369 * README: Document `gdb_init_command' and `gdb_init_commands'.
10370
218c2655
JK
103712014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10372
10373 Fix false FAIL running under a very long directory name.
10374 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10375 and "set print elements 10000". Twice.
10376
5401fde3
YQ
103772014-07-11 Yao Qi <yao@codesourcery.com>
10378
10379 * gdb.base/exprs.exp: "set print symbol off".
10380
e76126e8
PA
103812014-07-11 Pedro Alves <palves@redhat.com>
10382
10383 * gdb.threads/kill.c: New file.
10384 * gdb.threads/kill.exp: New file.
10385
2d6f0de6
YQ
103862014-07-10 Yao Qi <yao@codesourcery.com>
10387
10388 * gdb.trace/tfile.c (write_basic_trace_file)
10389 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10390 address written to trace file.
10391
7180e04a
PA
103922014-07-09 Pedro Alves <palves@redhat.com>
10393
10394 * gdb.base/attach-wait-input.exp: New file.
10395 * gdb.base/attach-wait-input.c: New file.
10396
9a9a7608
AB
103972014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10398
10399 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10400 setting up test structures.
10401 (main): Call new test function.
10402 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10403 test function, continue into test function and walk test
10404 structures.
10405
161ac41e
YQ
104062014-07-02 Yao Qi <yao@codesourcery.com>
10407
10408 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10409 'bar_start' at the beginning of functions 'foo' and 'bar'
10410 respectively.
10411 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10412 instead of 'foo' and 'bar'.
10413
1f267ae3
MM
104142014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10415
10416 * gdb.btrace/segv.exp: New.
10417 * gdb.btrace/segv.c: New.
10418
2b239efb
LM
104192014-07-02 Luis Machado <lgustavo@codesourcery.com>
10420
10421 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10422 instruction.
10423
cf363f18
MW
104242014-06-30 Mark Wielaard <mjw@redhat.com>
10425
10426 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10427 vulture, vilify, villar): New volatile array constants.
10428 (vindictive, vegetation): New const volatile array constants.
10429 * gdb.base/volatile.exp: Test volatile and const volatile array
10430 types.
10431
aebf9d24
AA
104322014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10433
10434 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10435 target lacks support for awatch, rwatch, or hbreak.
10436
b67a2c6f
YQ
104372014-06-27 Yao Qi <yao@codesourcery.com>
10438
10439 * gdb.multi/dummy-frame-restore.exp: New.
10440 * gdb.multi/dummy-frame-restore.c: New.
10441
aef92902
MM
104422014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10443
10444 * gdb.btrace/gcore.exp: New.
10445
8e9db26e
PA
104462014-06-23 Pedro Alves <palves@redhat.com>
10447
10448 * gdb.base/watchpoint-reuse-slot.c: New file.
10449 * gdb.base/watchpoint-reuse-slot.exp: New file.
10450
70afc5b7
SC
104512014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10452
10453 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10454 progspace's filename in 'info', 'enable' and 'disable' command
10455 tests.
10456
b972bd9c
JK
104572014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10458
10459 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10460 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10461 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10462
125f8a3d
GB
104632014-06-20 Gary Benson <gbenson@redhat.com>
10464
10465 * gdb.arch/i386-avx.exp: Fix include file location.
10466 * gdb.arch/i386-sse.exp: Likewise.
10467
3ed9baed
IB
104682014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10469
10470 * gdb.dlang/expression.exp: New file.
10471
034f788c
PA
104722014-06-19 Pedro Alves <palves@redhat.com>
10473
10474 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10475 out from ...
10476 (top level): ... here. Iterate running tests under different
10477 scheduler-locking settings.
10478
45371d0c
LM
104792014-06-18 Luis Machado <lgustavo@codesourcery.com>
10480
10481 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10482 to DW_FORM_addr and use non-zero addresses.
10483
5d376983
SC
104842014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10485
10486 PR gdb/17017
10487 * gdb.python/py-xmethods.cc: Add global function call counters and
10488 increment them in their respective functions. Remove "cout"
10489 statements.
10490 * gdb.python/py-xmethods.exp: Make tests check the global function
10491 call counters instead of depending on inferior IO.
10492
a1aa2221
LM
104932014-06-18 Don Breazeal <donb@codesourcery.com>
10494
10495 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10496 Deleted procedure.
10497 (explicit_fork_parent_follow): Deleted procedure.
10498 (explicit_fork_child_follow): Deleted procedure.
10499 (test_follow_fork): New procedure.
10500 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 10501 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
10502 procedure calls.
10503
0fc05997
YQ
105042014-06-17 Yao Qi <yao@codesourcery.com>
10505
10506 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10507 CP1252.
10508
70795c52
LM
105092014-06-17 Luis Machado <lgustavo@codesourcery.com>
10510
10511 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10512 Initialize ptr and S explicitly.
10513 (skip_type_update_when_not_use_rtti_test): Likewise.
10514
6be47f0c
KS
105152014-06-16 Keith Seitz <keiths@redhat.com>
10516
10517 PR mi/15863
10518 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10519 the inferior is started.
10520
d03de421
PA
105212014-06-16 Pedro Alves <palves@redhat.com>
10522
10523 * gdb.base/break-main-file-remove-fail.c: New file.
10524 * gdb.base/break-main-file-remove-fail.exp: New file.
10525 * gdb.base/break-unload-file.exp: Use build_executable instead of
10526 prepare_for_testing.
10527 (test_break): New parameter "initial_load". Handle it.
10528 (top level): Add initial_load cmdline/file axis.
10529
f9579b99
TT
105302014-06-12 Tom Tromey <tromey@redhat.com>
10531
10532 * gdb.base/completion.exp: Don't use directory name in test.
10533
3657956b
GB
105342014-06-09 Gary Benson <gbenson@redhat.com>
10535
10536 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10537 separate the always-available ANSI-standard signals from the
10538 signals that require checking.
10539 (main): Likewise.
10540 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10541 Likewise.
10542 (main): Likewise.
10543
4186eb54
KS
105442014-06-07 Keith Seitz <keiths@redhat.com>
10545
10546 Revert:
10547 PR c++/16253
10548 * gdb.cp/var-tag.cc: New file.
10549 * gdb.cp/var-tag.exp: New file.
10550 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10551 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10552 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10553 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10554
25326a28 105552014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
10556
10557 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10558
829155c9
PA
105592014-06-06 Pedro Alves <palves@redhat.com>
10560
10561 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10562 in target debug output instead of looking at RSP packets,
10563 disabling the test on any target that uses hardware stepping.
10564 Update comments.
10565
61c8d22e
PA
105662014-06-06 Pedro Alves <palves@redhat.com>
10567
10568 * gdb.base/break-unload-file.exp: Fix typo.
10569
d9a47287
YQ
105702014-06-06 Yao Qi <yao@codesourcery.com>
10571
10572 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10573 from "jit_function" to "^jit_function".
10574
e5e01dbf
YQ
105752014-06-06 Yao Qi <yao@codesourcery.com>
10576
10577 * gdb.base/async.c (foo): Add one statement.
10578 * gdb.base/async.exp: Get the next instruction address and
10579 match the output of "nexti" by instruction address. Match
10580 the hex address in the output of "finish".
10581
73ba372c
GB
105822014-06-06 Gary Benson <gbenson@redhat.com>
10583
10584 * gdb.base/call-signals.c: Remove preprocessor conditionals
10585 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10586 SIGSEGV and SIGTERM.
10587 * gdb.base/sigall.c: Likewise.
10588 * gdb.base/unwindonsignal.c: Likewise.
10589 * gdb.reverse/sigall-reverse.c: Likewise.
10590
831517df
YQ
105912014-06-06 Yao Qi <yao@codesourcery.com>
10592
10593 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10594 readable, skip the test.
10595
b8b91e98
YQ
105962014-06-06 Yao Qi <yao@codesourcery.com>
10597
10598 * gdb.threads/staticthreads.c (thread_function): Move the line
10599 setting breakpoint on forward.
10600 * gdb.threads/staticthreads.exp: Update comments.
10601
fb934770
LC
106022014-06-05 Ludovic Courtès <ludo@gnu.org>
10603
10604 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10605 "history-append! type error".
10606
6ef284bd
SM
106072014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10608
10609 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10610 erroneous dprintf expected input.
10611
a872e241
DE
106122014-06-04 Doug Evans <xdje42@gmail.com>
10613
10614 * gdb.guile/scm-generics.exp: Delete.
10615
16f691fb
DE
106162014-06-04 Doug Evans <xdje42@gmail.com>
10617
10618 * gdb.guile/scm-breakpoint.exp: Update.
10619 Add tests for breakpoint registration.
10620
012370f6
TT
106212014-06-04 Tom Tromey <tromey@redhat.com>
10622
10623 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10624 VLA-in-union.
10625 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10626 inner_vla_struct, vla_union types. Initialize objects of those
10627 types and compute their sizes.
10628
9f5a4cef
HZ
106292014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10630 Hui Zhu <hui@codesourcery.com>
10631
10632 * gdb.base/fileio.exp: Add test for shell not available as well as
10633 available.
10634 * gdb.base/fileio.c (test_system): Check for shell twice.
10635
90a45c4d
YQ
106362014-06-04 Yao Qi <yao@codesourcery.com>
10637
10638 * gdb.base/auto-connect-native-target.exp: Remove redundant
10639 space from the regexp pattern.
10640
70017e41
YQ
106412014-06-04 Yao Qi <yao@codesourcery.com>
10642
10643 * gdb.base/default.exp: Replace "child" with "native" in
10644 regexp pattern.
10645
883964a7
SC
106462014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10647
10648 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10649 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10650 * gdb.python/py-xmethods.py: Python script supporting the
10651 new testcase and tests.
10652
ef370185
JB
106532014-06-03 Joel Brobecker <brobecker@adacore.com>
10654 Pedro Alves <palves@redhat.com>
10655
10656 PR breakpoints/17000
10657 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10658 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10659
1e2ccb61
BM
106602014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10661
10662 * gdb.base/subst.exp: Add tests to verify partial path matching
10663 output.
10664
c6ec5ab2
PA
106652014-06-03 Pedro Alves <palves@redhat.com>
10666
10667 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10668 target that doesn't use software single-stepping.
10669
835c559f
PA
106702014-06-03 Pedro Alves <palves@redhat.com>
10671
10672 PR breakpoints/17000
10673 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10674 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10675
06eb1586
DE
106762014-06-02 Doug Evans <xdje42@gmail.com>
10677
10678 * gdb.guile/scm-parameter.exp: New file.
10679
e698b8c4
DE
106802014-06-02 Doug Evans <xdje42@gmail.com>
10681
10682 * gdb.guile/scm-cmd.c: New file.
10683 * gdb.guile/scm-cmd.exp: New file.
10684
ded03782
DE
106852014-06-02 Doug Evans <xdje42@gmail.com>
10686
10687 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10688 pretty-printer lookup.
10689 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10690 (make-pp_s-printer): Call it.
10691 (make-pretty-printer-from-dict): New function.
10692 (lookup-pretty-printer-maker-from-dict): New function.
10693 (*pretty-printer*): Simplify.
10694 (make-objfile-pp_s-printer): New function.
10695 (install-objfile-pretty-printers!): New function.
10696 (make-progspace-pp_s-printer): New function.
10697 (install-progspace-pretty-printers!): New function.
10698 * gdb.guile/scm-progspace.c: New file.
10699 * gdb.guile/scm-progspace.exp: New file.
10700
41fac0cf
PA
107012014-06-02 Pedro Alves <palves@redhat.com>
10702
10703 * gdb.base/dprintf-bp-same-addr.c: New file.
10704 * gdb.base/dprintf-bp-same-addr.exp: New file.
10705
96ae5695
EBM
107062014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10707
10708 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10709 * gdb.arch/powerpc-power.s: Likewise.
10710
da02b3a8
JB
107112014-06-02 Joel Brobecker <brobecker@adacore.com>
10712
10713 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10714
c72b2e7b
YQ
107152014-06-01 Yao Qi <yao@codesourcery.com>
10716
10717 * gdb.base/watchpoint.exp (test_watch_location): Check null
10718 pointer can be dereferenced. If not, do the test, otherwise
10719 skip it.
10720
53e8a631
AB
107212014-05-30 Andrew Burgess <aburgess@broadcom.com>
10722
10723 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10724 results.
10725 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10726
938f0e2f
AB
107272014-05-30 Andrew Burgess <aburgess@broadcom.com>
10728
10729 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10730 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10731 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10732 * gdb.arch/amd64-invalid-stack-top.c: New file.
10733 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10734
9ba6657a
PA
107352014-05-30 Pedro Alves <palves@redhat.com>
10736
10737 PR breakpoints/17000
10738 * gdb.base/sss-bp-on-user-bp.c: New file.
10739 * gdb.base/sss-bp-on-user-bp.exp: New file.
10740
522c09bf
DB
107412014-05-30 David Blaikie <dblaikie@gmail.com>
10742
10743 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10744 gnu_inline semantics via attribute.
10745 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10746 source explicitly specifies the required semantics.
10747
bf4ef81e
MR
107482014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10749
10750 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10751
329ea579
PA
107522014-05-29 Pedro Alves <palves@redhat.com>
10753 Tom Tromey <tromey@redhat.com>
10754
10755 * gdb.base/async-shell.exp: Don't enable target-async.
10756 * gdb.base/async.exp
10757 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10758 parameter. Adjust.
10759 (top level): Don't test with "target-async".
10760 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10761 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10762 * gdb.base/inferior-died.exp: Don't enable target-async.
10763 * gdb.base/interrupt-noterm.exp: Likewise.
10764 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10765 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10766 * gdb.mi/mi-nonstop.exp: Likewise.
10767 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10768 * gdb.mi/mi-nsintrall.exp: Likewise.
10769 * gdb.mi/mi-nsmoribund.exp: Likewise.
10770 * gdb.mi/mi-nsthrexec.exp: Likewise.
10771 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10772 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10773 * gdb.python/py-evsignal.exp: Don't enable target-async.
10774 * gdb.python/py-evthreads.exp: Likewise.
10775 * gdb.python/py-prompt.exp: Likewise.
10776 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10777 * gdb.server/solib-list.exp: Don't enable target-async.
10778 * gdb.threads/thread-specific-bp.exp: Likewise.
10779 * lib/mi-support.exp: Adjust to use mi-async.
10780
fd664c91
PA
107812014-05-29 Pedro Alves <palves@redhat.com>
10782
10783 PR gdb/13860
10784 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10785 reason, even in sync mode.
10786
251bde03
PA
107872014-05-29 Pedro Alves <palves@redhat.com>
10788 Hui Zhu <hui@codesourcery.com>
10789
10790 PR PR15693
10791 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10792 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10793 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10794 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10795
7f3c0343
JB
107962014-05-28 Joel Brobecker <brobecker@adacore.com>
10797
10798 * config/monitor.exp (gdb_target_monitor): Replace use of
10799 "set remotebaud" by "set serial baud".
10800
b2715b27
AW
108012014-05-26 Andy Wingo <wingo@igalia.com>
10802
10803 * gdb.guile/scm-breakpoint.exp:
10804 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10805 properties instead of gdb-object-properties.
10806
498a4489
YQ
108072014-05-26 Yao Qi <yao@codesourcery.com>
10808
10809 * gdb.server/no-thread-db.exp: Specify source file name
10810 explicitly when setting a breakpoint.
10811
589fdceb
MM
108122014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10813
10814 * gdb.btrace/vdso.c: New.
10815 * gdb.btrace/vdso.exp: New.
10816
e9089e05
MM
108172014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10818
10819 * gdb.base/gcore.exp (capture_command_output): Move ...
10820 * lib/gdb.exp (capture_command_output): ... here.
10821
67b5c0c1
MM
108222014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10823
10824 * gdb.btrace/data.exp: Test memory access during btrace replay.
10825
a2199296
SM
108262014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10827
10828 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10829
17b2616c
PA
108302014-05-21 Pedro Alves <palves@redhat.com>
10831
10832 PR gdb/13860
10833 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10834 (top level): Test that output related to execution commands is
10835 sent to the console with CLI commands, but not with MI commands.
10836 Test that breakpoint events are always mirrored to the console.
10837 Also expect the new source line to be output after a "next" in
10838 async mode too. Make it a pass/fail test.
10839 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10840 output.
10841 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10842
5166082f
PA
108432014-05-21 Pedro Alves <palves@redhat.com>
10844
10845 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10846 Use them to test variations of "list" after reaching a breakpoint.
10847 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10848 Test "list" with listsize 10 after reaching a breakpoint.
10849 * gdb.python/python.exp (decode_line current location line
10850 number): Adjust expected line number.
10851
2f25d70f
SM
108522014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10853
10854 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10855 behavior for $args, pass it directly to "run".
10856
ff604a67
MR
108572014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10858
10859 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10860 30000 to 65536.
10861
6a3cb8e8
PA
108622014-05-21 Pedro Alves <palves@redhat.com>
10863
10864 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10865 auto-connect-native-target off".
10866 * gdb.base/auto-connect-native-target.c: New file.
10867 * gdb.base/auto-connect-native-target.exp: New file.
10868
4ebfc96e
PA
108692014-05-21 Pedro Alves <palves@redhat.com>
10870
10871 * gdb.base/default.exp: Test "target native" instead of "target
10872 child".
10873
36d46afb
MW
108742014-05-21 Mark Wielaard <mjw@redhat.com>
10875
10876 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10877
5876f503
JK
108782014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10879
10880 Fix TLS access for -static -pthread.
10881 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10882 <HAVE_TLS> (thread_function, main): Initialize it.
10883 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10884 Add clean_restart.
10885 <$have_tls != "">: Check TLSVAR.
10886
0256a6ac
PA
108872014-05-21 Pedro Alves <palves@redhat.com>
10888
10889 * gdb.base/dcache-line-read-error.c: New.
10890 * gdb.base/dcache-line-read-error.exp: New.
10891
936d2992
PA
108922014-05-20 Pedro Alves <palves@redhat.com>
10893
10894 * gdb.base/compare-sections.c: New file.
10895 * gdb.base/compare-sections.exp: New file.
10896
802e8e6d
PA
108972014-05-20 Pedro Alves <palves@redhat.com>
10898
10899 * gdb.base/break-idempotent.c: New file.
10900 * gdb.base/break-idempotent.exp: New file.
10901
e59fa00f
MM
109022014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10903
10904 * gdb.btrace/nohist.exp: New.
10905
8b696e31
YQ
109062014-05-20 Yao Qi <yao@codesourcery.com>
10907
10908 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10909 gdb.reverse directory and gdb_reverse_timeout exists in board
10910 setting.
10911 * README: Document gdb_reverse_timeout.
10912
73c9764f
YQ
109132014-05-20 Yao Qi <yao@codesourcery.com>
10914
10915 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10916 'test_file_name'. Treat args as a string instead of a list.
10917 (gdb_init): Rename argument 'args' by 'test_file_name'.
10918
f1f4348a
JK
109192014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10920
10921 * gdb.arch/powerpc-power.exp: New file.
10922 * gdb.arch/powerpc-power.s: New file.
10923
0dbe70ce
DE
109242014-05-16 Doug Evans <dje@google.com>
10925
10926 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10927 * gdb.base/completion.exp: Check that all expected files exist
10928 before doing file completion.
0dbe70ce 10929
8d551b02
DE
109302014-05-16 Doug Evans <dje@google.com>
10931
10932 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10933 Update.
10934 (do_syscall_tests_without_xml): Update.
10935
73eb7709
PA
109362014-05-16 Pedro Alves <palves@redhat.com>
10937
10938 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10939 instead of "unknown output after running".
10940
3fae92fc
YQ
109412014-05-16 Yao Qi <yao@codesourcery.com>
10942
10943 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10944 file1.txt from host at the end.
10945 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10946
c2b2ccc5
DE
109472014-05-15 Doug Evans <dje@google.com>
10948
10949 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10950 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10951 loading file. Add test for TU lookup.
10952
8c217a4b
SM
109532014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10954
10955 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10956 calling "-exec-arguments" or "set args" before running the
10957 inferior.
10958
3deb39c6
SM
109592014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10960
10961 * lib/mi-support.exp (mi_expect_stop): Expect message for
10962 inferiors that exit with non-zero exit code.
10963
71a79f8c
YQ
109642014-05-14 Yao Qi <yao@codesourcery.com>
10965
10966 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10967 match absolute path on remote host.
10968 (test_file_list_exec_source_files): Remove "/" from the
10969 pattern.
10970
f23fcd46
YQ
109712014-05-14 Yao Qi <yao@codesourcery.com>
10972
10973 * boards/local-remote-host-notty.exp (${board}_file): New
10974 proc.
10975
9404b58f
KM
109762014-05-07 Kyle McMartin <kyle@redhat.com>
10977
10978 Pushed by Joel Brobecker <brobecker@adacore.com>.
10979 * gdb.arch/aarch64-atomic-inst.c: New file.
10980 * gdb.arch/aarch64-atomic-inst.exp: New file.
10981
5e45f04c
YQ
109822014-05-07 Yao Qi <yao@codesourcery.com>
10983
10984 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10985 in current context" too.
10986
c888a17d
KS
109872014-05-05 Keith Seitz <keiths@redhat.com>
10988
10989 * gdb.linespec/ls-dollar.exp: Add test for linespec
10990 file:convenience_variable.
10991
290a839c
YQ
109922014-05-05 Yao Qi <yao@codesourcery.com>
10993
10994 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10995 traceframes into tfile and ctf trace files. Read data from
10996 trace file and test collected data.
10997 (gdb_collect_locals_test): Likewise.
10998 (gdb_unavailable_registers_test): Likewise.
10999 (gdb_unavailable_floats): Likewise.
11000 (gdb_collect_globals_test): Likewise.
11001 (top-level): Append "ctf" to trace_file_targets if GDB
11002 supports.
11003
b5262cd0
YQ
110042014-05-05 Yao Qi <yao@codesourcery.com>
11005
11006 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
11007 code to ...
11008 (gdb_collect_args_test_1): ... it. New proc.
11009 (gdb_collect_locals_test): Move some code to ...
11010 (gdb_collect_locals_test_1): ... it. New proc.
11011 (gdb_unavailable_registers_test): Move some code to ...
11012 (gdb_unavailable_registers_test_1): ... it. New proc.
11013 (gdb_unavailable_floats): Move some code to ...
11014 (gdb_unavailable_floats_1): ... it. New proc.
11015
30a1e6cc
SDJ
110162014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11017
11018 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
11019 probes to test for bitness recognition.
11020 * gdb.arch/amd64-stap-optional-prefix.exp
11021 (test_probe_value_without_reg): New procedure.
11022 Add code to test for different kinds of bitness.
11023
f33da99a
SDJ
110242014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
11025
11026 PR breakpoints/16889
11027 * gdb.arch/amd64-stap-optional-prefix.S: New file.
11028 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11029
5b80f00d
PA
110302014-05-01 Pedro Alves <palves@redhat.com>
11031
11032 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
11033 gdb_file_cmd if no file is specified.
11034 * boards/native-extended-gdbserver.exp (gdb_load): Use the
11035 last_loaded_file to set the remote exec-file.
11036
f8c2a73c
PA
110372014-05-01 Pedro Alves <palves@redhat.com>
11038
11039 * boards/local-remote-host.exp: New file.
11040
be6e8ac7
PA
110412014-05-01 Pedro Alves <palves@redhat.com>
11042
11043 * boards/local-remote-host.exp: Rename to ...
11044 * boards/local-remote-host-notty.exp: ... this.
11045
cac0dc8f
JB
110462014-04-28 Joel Brobecker <brobecker@adacore.com>
11047
11048 * gdb.ada/dyn_arrayidx: New testcase.
11049
9730e6cc
YQ
110502014-04-26 Yao Qi <yao@codesourcery.com>
11051
11052 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
11053 and compute the length of function main. Save it in
11054 $main_length.
11055 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
11056 (top-level): Use gdb_compile to compile objects into
11057 executable and restart GDB. Remove invocation to
11058 prepare_for_testing.
11059
7ae1a6a6
PA
110602014-04-25 Simon Marchi <simon.marchi@ericsson.com>
11061 Pedro Alves <palves@redhat.com>
11062
11063 PR server/16255
11064 * gdb.multi/multi-attach.c: New file.
11065 * gdb.multi/multi-attach.exp: New file.
11066
4082afcc
PA
110672014-04-25 Pedro Alves <palves@redhat.com>
11068
11069 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
11070 user.
11071 (top level): Test that "set remote conditional-breakpoints-packet
11072 off" works as intended.
11073 * gdb.base/dprintf.exp: Test that "set remote
11074 breakpoint-commands-packet off" works as intended.
11075 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
11076 New function.
11077 (top level): Call it.
11078 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
11079 remote fast-tracepoints-packet off" works as intended.
11080 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
11081 * lib/gdb.exp (gdb_is_target_remote): ... here.
11082
2abc3f8d
DB
110832014-04-24 David Blaikie <dblaikie@gmail.com>
11084
11085 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
11086 ensure clang would not discard them.
11087 * gdb.base/gdbvars.c: Ditto.
11088 * gdb.base/memattr.c: Ditto.
11089 * gdb.base/whatis.c: Ditto.
11090 * gdb.python/py-prettyprint.c: Ditto.
11091 * gdb.trace/actions.c: Ditto.
11092 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
11093 ensure clang would not discard it.
11094
bfd39632
DB
110952014-04-24 David Blaikie <dblaikie@gmail.com>
11096
11097 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
11098 clang to emit the full definition of type required by the test
11099 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
11100
22842ff6
DB
111012014-04-24 David Blaikie <dblaikie@gmail.com>
11102
11103 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
11104 coax Clang into emitting the definition of the type.
11105 * gdb.cp/pr10728-x.h (y): Ditto.
11106 * gdb.cp/pr10728-y.cc (y): Ditto.
11107
c2e827ad
DB
111082014-04-24 David Blaikie <dblaikie@gmail.com>
11109
11110 * gdb.base/label.exp: XFAIL label related tests under Clang.
11111 * gdb.cp/cplabel.exp: Ditto.
11112 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
11113 under Clang those using labels.
11114
4c2d33e7
YQ
111152014-04-25 Yao Qi <yao@codesourcery.com>
11116
11117 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
11118 double_label.
11119 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
11120 partial_label and double_label.
11121
56083b99
DB
111222014-04-24 David Blaikie <dblaikie@gmail.com>
11123
11124 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
11125
25d4e99d
DB
111262014-04-24 David Blaikie <dblaikie@gmail.com>
11127
11128 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
11129 of the function to work across GCC and Clang.
11130 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
11131 pointer types (const void ** const V void **).
11132
01f9f808
MS
111332014-04-24 Michael Sturm <michael.sturm@mintel.com>
11134 Walfred Tedeschi <walfred.tedeschi@intel.com>
11135
11136 * Makefile.in (EXECUTABLES): Added i386-avx512.
11137 * gdb.arch/i386-avx512.c: New file.
11138 * gdb.arch/i386-avx512.exp: Likewise.
11139
4b48d439
KS
111402014-04-23 Keith Seitz <keiths@redhat.com>
11141
11142 * lib/mi-support.exp (mi_list_breakpoints): Delete.
11143 (mi_make_breakpoint_table): New procedure.
11144 (mi_create_breakpoint): Use mi_make_breakpoint
11145 and return the result.
11146 (mi_make_breakpoint): New procedure.
11147 (mi_build_kv_pairs): New procedure.
11148
11149 * gdb.mi/mi-break.exp: Remove unused globals,
11150 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
11151 All callers updated.
11152 * gdb.mi/mi-dprintf.exp: Use variable to track command
11153 number.
11154 Update all callers of mi_create_breakpoint and use
11155 mi_make_breakpoint_table.
11156 Remove any unused global variables.
11157 * gdb.mi/mi-nonstop.exp: Likewise.
11158 * gdb.mi/mi-nsintrall.exp: Likewise.
11159 * gdb.mi/mi-nsmoribund.exp: Likewise.
11160 * gdb.mi/mi-nsthrexec.exp: Likewise.
11161 * gdb.mi/mi-reverse.exp: Likewise.
11162 * gdb.mi/mi-simplerun.exp: Likewise.
11163 * gdb.mi/mi-stepn.exp: Likewise.
11164 * gdb.mi/mi-syn-frame.exp: Likewise.
11165 * gdb.mi/mi-until.exp: Likewise.
11166 * gdb.mi/mi-var-cp.exp: Likewise.
11167 * gdb.mi/mi-var-display.exp: Likewise.
11168 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
11169 * gdb.mi/mi2-var-child.exp: Likewise.
11170 * gdb.mi/mi-vla-c99.exp: Likewise.
11171 * lib/mi-support.exp: Likewise.
11172
11173 From Ian Lance Taylor <iant@cygnus.com>:
11174 * lib/gdb.exp (parse_args): New procedure.
11175
08351840
PA
111762014-04-23 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.base/break-unload-file.c: New file.
11179 * gdb.base/break-unload-file.exp: New file.
11180 * gdb.base/sym-file-lib.c (baz): New function.
11181 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11182 field.
11183 (load): Store the segment's mapped size.
11184 (unload): New function.
11185 (unload_shlib): New function.
11186 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11187 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11188 set a breakpoint at baz, and call it.
11189 * gdb.base/sym-file.exp: New tests for stale breakpoint
11190 instructions.
11191
076855f9
PA
111922014-04-23 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11195 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11196 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11197 * gdb.base/hbreak-unmapped.c: New file.
11198 * gdb.base/hbreak-unmapped.exp: New file.
11199 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11200 * lib/gdb.exp (gdb_is_target_remote): ... here.
11201
483805cf
PA
112022014-04-22 Pedro Alves <palves@redhat.com>
11203
11204 * gdb.base/consecutive-step-over.c: New file.
11205 * gdb.base/consecutive-step-over.exp: New file.
11206
06d97543
PA
112072014-04-22 Pedro Alves <palves@redhat.com>
11208
11209 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11210 instead of send_gdb/gdb_expect.
11211
b4429ea2
YQ
112122014-04-22 Yao Qi <yao@codesourcery.com>
11213
11214 * lib/trace-support.exp (generate_tracefile): New procedure.
11215 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
11216 return 0.
11217 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
11218 if generate_tracefile returns 1.
11219
51d48146
PA
112202014-04-18 Tom Tromey <palves@redhat.com>
11221 Pedro alves <tromey@redhat.com>
11222
11223 PR backtrace/15558
11224 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11225 with a backtrace limit.
11226 * gdb.python/py-frame-inline.exp: Test running to an inline
11227 function with a backtrace limit, and printing the newest frame.
11228 * gdb.python/py-frame-inline.c (main): Call f.
11229
bd1dce5f
MS
112302014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11231
11232 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11233
40d1a503
MS
112342014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11235
11236 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
11237 Drop prefix from unsupported source file path.
11238
389b98f7
YQ
112392014-04-17 Yao Qi <yao@codesourcery.com>
11240
11241 * lib/gdb.exp (with_target_charset): New proc.
11242 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11243 with_target_charset.
11244 (test_print_strings): Likewise.
11245 (test_repeat_bytes): Likewise.
11246 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11247 for some tests.
11248
22869d73
KS
112492014-04-16 Keith Seitz <keiths@redhat.com>
11250
11251 PR gdb/15827
11252 * gdb.dwarf2/corrupt.c: New file.
11253 * gdb.dwarf2/corrupt.exp: New file.
11254
c4f87ca6
KS
112552014-04-16 Keith Seitz <keiths@redhat.com>
11256
11257 PR c++/16597
11258 * gdb.cp/namelessclass.cc: New file.
11259 * gdb.cp/namelessclass.exp: New file.
11260 * gdb.cp/namelessclass.S: New file.
11261
ab19de87
DE
112622014-04-16 Doug Evans <dje@google.com>
11263
11264 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11265 Add comment.
11266 (gdbserver_default_get_comm_port): New function.
11267 (gdbserver_start): Check if board file provided
11268 "gdbserver,get_comm_port" and use it if so.
11269 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11270 (gdb,socketport): Set to "stdio".
11271 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11272 (stdio_gdbserver_template): Delete.
11273 (${board}_get_remote_address): Update.
11274 (${board}_build_remote_cmd): Delete.
11275 (${board}_get_comm_port): New function.
11276 (${board}_spawn): Update.
11277 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11278 Delete.
11279 (${board}_get_remote_address): Update.
11280 (${board}_get_comm_port): New function.
11281
fc98a809
AB
112822014-04-16 Andrew Burgess <aburgess@broadcom.com>
11283
11284 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11285 appearing in any order.
11286
87fd9e6e
DE
112872014-04-15 Doug Evans <dje@google.com>
11288
11289 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11290 uninitialized value of "description".
11291
099fc3ea
KS
112922014-04-15 Keith Seitz <keiths@redhat.com>
11293
11294 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11295 Remove unused globals.
11296 (test_running_the_program): Likewise.
11297 (test_controlled_execution): Likewise.
11298 (test_controlling_breakpoints): Likewise.
11299 (test_program_termination): Likewise.
11300
5da151d4
KS
113012014-04-15 Keith Seitz <keiths@redhat.com>
11302
11303 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11304 unused globals.
11305 (test_rbreak_creation_and_listing): Likewise.
11306 (test_ignore_count): Likewise.
11307 (test_error): Likewise.
11308
35e5d2f0
PA
113092014-04-15 Pedro Alves <palves@redhat.com>
11310
11311 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11312 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11313 sym-file-loader.c.
11314 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11315 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11316 to sym-file-loader.c.
11317 (struct library): Forward declare.
11318 (load_shlib, lookup_function): Change prototypes.
11319 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11320 (translate_offset): Remove declarations.
11321 (get_text_addr): New declaration.
11322 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11323 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11324 sym-file-loader.h.
11325 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11326 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11327 here from sym-file-loader.h.
11328 (struct library): New structure.
11329 (load_shlib, lookup_function): Change prototypes and adjust to
11330 work with a struct library.
11331 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11332 (translate_offset): Make static.
11333 (get_text_addr): New function.
11334 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11335
eb4c1710
PA
113362014-04-15 Pedro Alves <palves@redhat.com>
11337
11338 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11339
2d1baf52
PA
113402014-04-15 Pedro Alves <palves@redhat.com>
11341
11342 * gdb.base/sym-file-loader.c: Include <limits.h>.
11343 (SELF_LINK): New define.
11344 (get_origin): New function.
11345 (load_shlib): Use it.
11346 * gdb.base/sym-file.exp: Don't early return if the target is
11347 remote. Use runto_main, and issue fail is that fails. Use
11348 gdb_load_shlibs.
11349 (shlib_name): Delete.
11350 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11351
7dd6df01
PA
113522014-04-15 Pedro Alves <palves@redhat.com>
11353
11354 * gdb.base/sym-file.exp: Remove regex characters from test
11355 message. Don't refer to breakpoint numbers in test messages.
11356
b50c8614
KS
113572014-04-14 Keith Seitz <keiths@redhat.com>
11358
11359 PR c++/16253
11360 * gdb.cp/var-tag.cc: New file.
11361 * gdb.cp/var-tag.exp: New file.
11362 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11363 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11364 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11365 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11366
3d567982
TT
113672014-04-14 Tom Tromey <tromey@redhat.com>
11368
11369 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11370 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11371 type.
11372 * gdb.cp/enum-class.exp: New file.
11373 * gdb.cp/enum-class.cc: New file.
11374
0626fc76
TT
113752014-04-14 Tom Tromey <tromey@redhat.com>
11376
11377 * gdb.dwarf2/enum-type.exp: New file.
11378
dca325b3
SA
113792014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11380
11381 * gdb.mi/mi-vla-c99.exp: New file.
11382 * gdb.mi/vla.c: New file.
11383
5854b38a
SA
113842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11385
11386 * gdb.base/vla-datatypes.c: New file.
11387 * gdb.base/vla-datatypes.exp: New file.
11388
463bb957
SA
113892014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11390
11391 * gdb.base/vla-ptr.c: New file.
11392 * gdb.base/vla-ptr.exp: New file.
11393
3dd170be
SA
113942014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11395
11396 * gdb.dwarf2/count.exp: New file.
11397
5ecaaa66
SA
113982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11399
11400 * gdb.base/vla-sideeffect.c: New file.
11401 * gdb.base/vla-sideeffect.exp: New file.
11402
41f1ada5
DB
114032014-04-14 David Blaikie <dblaikie@gmail.com>
11404
11405 * gdb.mi/non-stop.c: Add return value for non-void function return
11406 statement.
11407 * gdb.threads/staticthreads.c: Ditto.
11408
0be03e84
DE
114092014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11410 Doug Evans <xdje42@gmail.com>
11411
11412 * gdb.guile/scm-value.c: Improve test case.
11413 * gdb.guile/scm-value.exp: Add new test.
11414
f180a1fb
DB
114152014-04-11 David Blaikie <dblaikie@gmail.com>
11416
11417 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11418 override Clang's default.
11419
6b662e19
JB
114202014-04-11 Joel Brobecker <brobecker@adacore.com>
11421
11422 Revert the following changes (regressions):
11423
11424 * gdb.base/vla-sideeffect.c: New file.
11425 * gdb.base/vla-sideeffect.exp: New file.
11426
11427 * gdb.dwarf2/count.exp: New file.
11428
11429 * gdb.base/vla-multi.c: New file.
11430 * gdb.base/vla-multi.exp: New file.
11431
11432 * gdb.base/vla-ptr.c: New file.
11433 * gdb.base/vla-ptr.exp: New file.
11434
11435 * gdb.base/vla-datatypes.c: New file.
11436 * gdb.base/vla-datatypes.exp: New file.
11437
11438 * gdb.mi/mi-vla-c99.exp: New file.
11439 * gdb.mi/vla.c: New file.
11440
245a5f0b
KS
114412014-04-11 Keith Seitz <keiths@redhat.com>
11442
11443 PR c++/16675
11444 * gdb.cp/cpsizeof.exp: New file.
11445 * gdb.cp/cpsizeof.cc: New file.
11446
58a84dcf
SA
114472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11448
191a8a90
JB
11449 * gdb.mi/mi-vla-c99.exp: New file.
11450 * gdb.mi/vla.c: New file.
58a84dcf 11451
c8655f75
SA
114522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11453
11454 * gdb.base/vla-datatypes.c: New file.
11455 * gdb.base/vla-datatypes.exp: New file.
11456
024e13b4
SA
114572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11458
11459 * gdb.base/vla-ptr.c: New file.
11460 * gdb.base/vla-ptr.exp: New file.
11461
1a237e0e
SA
114622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11463
11464 * gdb.base/vla-multi.c: New file.
11465 * gdb.base/vla-multi.exp: New file.
11466
504f3432
SA
114672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11468
11469 * gdb.dwarf2/count.exp: New file.
11470
3bce8237
SA
114712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11472
191a8a90
JB
11473 * gdb.base/vla-sideeffect.c: New file.
11474 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 11475
322f9c21
YQ
114762014-04-11 Yao Qi <yao@codesourcery.com>
11477
11478 * gdb.base/completion.exp: Check file exists before running tests
11479 on file completion.
11480
d708bcd1
PA
114812014-04-10 Pedro Alves <palves@redhat.com>
11482
11483 * gdb.base/cond-eval-mode.c: New file.
11484 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11485 prepare_for_testing to build the new file. Check result of
11486 runto_main.
11487 (test_break, test_watch): New procedures.
11488 (top level): Use them.
11489
ae1d2761
PM
114902014-04-08 Pierre Muller <muller@sourceware.org>
11491
11492 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11493 Ctrl-V use for mingw hosts.
11494
7af389b8
SC
114952014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11496
11497 * gdb.python/py-value.c: Improve test case.
11498 * gdb.python/py-value.exp: Add new test.
11499
5e703181
DE
115002014-04-07 David Blaikie <dblaikie@gmail.com>
11501
11502 * lib/compiler.c: Identify the clang compiler.
11503 * lib/compiler.cc: Ditto.
11504
9810b410
YQ
115052014-04-03 Yao Qi <yao@codesourcery.com>
11506
11507 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11508
98d1b8dc
AB
115092014-04-01 Anton Blanchard <anton@samba.org>
11510
11511 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11512 messages unique.
11513
3114cea1
AB
115142014-04-01 Anton Blanchard <anton@samba.org>
11515
11516 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11517 prepare_for_testing.
11518
62f7182c
AB
115192014-04-01 Anton Blanchard <anton@samba.org>
11520
11521 * gdb.arch/ppc64-atomic-inst.c: Remove.
11522 * gdb.arch/ppc64-atomic-inst.S: New file.
11523 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11524
770e7fc7
DE
115252014-03-31 Doug Evans <dje@google.com>
11526
11527 * gdb.base/print-symbol-loading-lib.c: New file.
11528 * gdb.base/print-symbol-loading-main.c: New file.
11529 * gdb.base/print-symbol-loading.exp: New file.
11530
46e2bafa
YQ
115312014-03-31 Yao Qi <yao@codesourcery.com>
11532
11533 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11534
8776cfe9
JB
115352014-03-28 Joel Brobecker <brobecker@adacore.com>
11536
11537 * gdb.ada/mi_dyn_arr: New testcase.
11538
5d1ef361
DE
115392014-03-27 Doug Evans <dje@google.com>
11540
11541 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11542
b5bee914
YQ
115432014-03-27 Yao Qi <yao@codesourcery.com>
11544
11545 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11546 if target is nios2-*-*.
11547
0d4d0e77
YQ
115482014-03-26 Yao Qi <yao@codesourcery.com>
11549
11550 * lib/gdb.exp (readline_is_used): New proc.
11551 * gdb.base/completion.exp: Move tests on command complete up.
11552 Skip the rest of tests if readline is not used.
11553 * gdb.ada/complete.exp: Skp the test if readline is not
11554 used.
11555 * gdb.base/filesym.exp: Likewise.
11556 * gdb.base/macscp.exp: Likewise.
11557 * gdb.base/readline-ask.exp: Likewise.
11558 * gdb.base/readline.exp: Likewise.
11559 * gdb.python/py-cmd.exp: Likewise.
11560 * gdb.trace/tfile.exp: Likewise.
11561
29361eee
YQ
115622014-03-26 Yao Qi <yao@codesourcery.com>
11563
11564 * gdb.base/macscp.exp: Fix code format issues.
11565
bc9a5525
UW
115662014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11567
11568 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11569 * gdb.asm/powerpc64le.inc: New file.
11570
d3839ede
PA
115712014-03-25 Pedro Alves <palves@redhat.com>
11572 Doug Evans <dje@google.com>
11573
11574 * gdb.base/source-execution.c: New file.
11575 * gdb.base/source-execution.exp: New file.
11576 * gdb.base/source-execution.gdb: New file.
11577
01672a57
DE
115782014-03-24 Doug Evans <dje@google.com>
11579
11580 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11581 using fission.
11582
88bbeca9
HZ
115832014-03-24 Hui Zhu <hui@codesourcery.com>
11584 Pedro Alves <palves@redhat.com>
11585
11586 PR breakpoints/16101
11587 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11588 test pass/fail messages. Detect missing support for dprintf when
11589 breakpoints are actually inserted.
11590 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11591 breakpoints are actually inserted.
11592 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11593 fails.
11594
d2348791
JK
115952014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11596
11597 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11598
feef67ab
DE
115992014-03-22 Doug Evans <xdje42@gmail.com>
11600
11601 * gdb.python/python.exp (python not supported): Verify multi-line
11602 python command issues an error.
25d743f9 11603 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 11604 guile command issues an error.
feef67ab 11605
ecebef6a
MR
116062014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11607
11608 * gdb.threads/thread-specific.exp: Handle the lack of usable
11609 $this_breakpoint and $this_thread.
11610
ccdd1909
HZ
116112014-03-21 Hui Zhu <hui@codesourcery.com>
11612
11613 * gdb.base/attach.exp (do_command_attach_tests): New.
11614
beb460e8
PA
116152014-03-20 Tom Tromey <tromey@redhat.com>
11616 Pedro Alves <palves@redhat.com>
11617
11618 PR cli/15718
11619 * gdb.base/condbreak-call-false.c: New file.
11620 * gdb.base/condbreak-call-false.exp: New file.
11621
40acf43a
PA
116222014-03-20 Pedro Alves <palves@redhat.com>
11623
11624 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11625 Delete.
11626 (block_signals, unblock_signals): Delete.
11627 (child_function_2, main): Remove references to deleted variable
11628 and functions.
11629
9f5e1e02
PA
116302014-03-20 Pedro Alves <palves@redhat.com>
11631
11632 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11633 Use pthread_kill to signal thread 2.
11634 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11635 Adjust to make the test send itself a signal rather than using the
11636 host's "kill" command.
11637
99619bea
PA
116382014-03-20 Pedro Alves <palves@redhat.com>
11639
11640 * gdb.threads/multiple-step-overs.c: New file.
11641 * gdb.threads/multiple-step-overs.exp: New file.
11642 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11643 Adjust expected infrun debug output.
11644
2adfaa28
PA
116452014-03-20 Pedro Alves <palves@redhat.com>
11646
11647 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11648 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11649
31e77af2
PA
116502014-03-20 Pedro Alves <palves@redhat.com>
11651
11652 PR breakpoints/7143
11653 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11654 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11655 of gdb_test_multiple.
11656 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11657 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11658
b9f437de
PA
116592014-03-20 Pedro Alves <palves@redhat.com>
11660
11661 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11662 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11663
05adc73e
PA
116642014-03-19 Pedro Alves <palves@redhat.com>
11665
11666 * gdb.base/async.exp: Remove early return.
11667
6048b950
PA
116682014-03-19 Pedro Alves <palves@redhat.com>
11669
11670 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11671
8bcfb00a
PA
116722014-03-19 Pedro Alves <palves@redhat.com>
11673
11674 * gdb.base/async.exp (test_background): Expect \r\n after
11675 "completed." in the fail pattern.
11676
884e37dc
PA
116772014-03-19 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.base/async.exp (test_background): New procedure.
11680 Use it for all background execution command tests.
11681
148e57e2
PA
116822014-03-19 Pedro Alves <palves@redhat.com>
11683
11684 * gdb.base/async.exp: Use prepare_for_testing.
11685
f48088c7
PA
116862014-03-19 Pedro Alves <palves@redhat.com>
11687
11688 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11689 the same line.
11690
e2f6c966
PA
116912014-03-19 Pedro Alves <palves@redhat.com>
11692
11693 * gdb.base/async.c (main): Add "jump here" and "until here" line
11694 marker comments.
11695 * gdb.base/async.exp (jump_here): New global.
11696 (jump& test): Use it.
11697 (until_here): New global.
11698 (until& test): Use it.
11699
c30568d4
PA
117002014-03-19 Pedro Alves <palves@redhat.com>
11701
11702 * gdb.base/async.exp: Don't frob gdb_protocol.
11703
0172b6a7
DE
117042014-03-18 Doug Evans <xdje42@gmail.com>
11705
11706 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11707 Fix spelling of exec-done-display.
11708
06c868a8
JK
117092014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11710
11711 PR gdb/15358
11712 * gdb.base/gdb-sigterm.c: New file.
11713 * gdb.base/gdb-sigterm.exp: New file.
11714
0c7e1a46
PA
117152014-03-18 Pedro Alves <palves@redhat.com>
11716
11717 PR gdb/13860
11718 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11719 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11720 solib-event.
11721
f7c77d93
JB
117222014-03-17 Joel Brobecker <brobecker@adacore.com>
11723
11724 * gdb.ada/pckd_arr_ren: New testcase.
11725
5a1e8c7a
DE
117262014-03-13 Doug Evans <xdje42@gmail.com>
11727
11728 PR guile/16612
11729 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11730 collect after discarding symbols.
11731
350e1a76
DE
117322014-03-13 Ludovic Courtès <ludo@gnu.org>
11733 Doug Evans <xdje42@gmail.com>
11734
11735 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11736 to history survives a gc.
11737
a69900ae
PA
117382014-03-13 Pedro Alves <palves@redhat.com>
11739
11740 * gdb.base/default.exp: Don't test "target procfs".
11741
5db9f0bd
PA
117422014-03-13 Pedro Alves <palves@redhat.com>
11743
11744 * gdb.base/default.exp: Update "target child" and "target procfs"
11745 tests to not expect "Unix".
11746
b3ccfe11
TT
117472014-03-12 Tom Tromey <tromey@redhat.com>
11748
11749 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11750 New procs. Add target-async tests.
11751 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11752 Add target-async tests.
11753
646f4417
AA
117542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11755
11756 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11757 'func_start' and 'func_end' for the beginning and end of the
11758 function code, respectively.
11759 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11760 'func_end' instead of 'func' and 'main'.
11761
288c211f
AA
117622014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11763
11764 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11765 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11766 generate the debug info assembler source.
11767
e0c0f156
AA
117682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11769
11770 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11771 * gdb.dwarf2/arr-subrange.exp: Likewise.
11772 * gdb.dwarf2/dwz.exp: Likewise.
11773 * gdb.dwarf2/method-ptr.exp: Likewise.
11774 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11775 * gdb.dwarf2/subrange.exp: Likewise.
11776 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11777 * gdb.dwarf2/implptrpiece.exp: Likewise.
11778 * gdb.dwarf2/nostaticblock.exp: Likewise.
11779
0e5c4555
AA
117802014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11781
11782 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11783 directory to absolute path name arguments.
11784
5ec18f2b
JG
117852014-03-10 Joel Brobecker <brobecker@adacore.com>
11786
11787 * gdb.ada/tagged_access: New testcase.
11788
847fc4f2
MM
117892014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11790
11791 * gdb.btrace/data.exp: Update expected output.
11792
cc3da688
YQ
117932014-03-06 Yao Qi <yao@codesourcery.com>
11794
11795 * gdb.trace/pr16508.exp: New file.
11796
0f26cec1
PA
117972014-03-05 Pedro Alves <palves@redhat.com>
11798
11799 PR gdb/16575
11800 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11801 procedure.
11802 (top level): Adjust to use it. Add tests that exercise breakpoint
11803 interaction with the code-cache.
11804
7a5a839f
LC
118052014-02-26 Ludovic Courtès <ludo@gnu.org>
11806
11807 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11808 test for 'history-append!'.
11809
31aa7e4e
JB
118102014-02-26 Joel Brobecker <brobecker@adacore.com>
11811
11812 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11813 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11814 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11815 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11816 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11817 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11818
1b588015
JB
118192014-02-26 Joel Brobecker <brobecker@adacore.com>
11820
11821 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11822 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11823 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11824
55426c9d
JB
118252014-02-26 Joel Brobecker <brobecker@adacore.com>
11826
11827 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11828
dc53a7ad
JB
118292014-02-26 Joel Brobecker <brobecker@adacore.com>
11830
11831 * gdb.dwarf2/arr-stride.c: New file.
11832 * gdb.dwarf2/arr-stride.exp: New file.
11833
12ab52e9
PA
118342014-02-26 Pedro Alves <palves@redhat.com>
11835
11836 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11837 that won't ever trigger. Make sure that GDB reports the correct
11838 breakpoint that caused the stop.
11839
849c862e
JK
118402014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11841
11842 PR gdb/16626
11843 * gdb.base/auto-load-script: New file.
11844 * gdb.base/auto-load.c: New file.
11845 * gdb.base/auto-load.exp: New file.
11846
71b7d793
JK
11847 PR gdb/16626
11848 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11849
e2f0d509
JK
118502014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11851
11852 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11853 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11854
50cc37c8
DE
118552014-02-24 Doug Evans <dje@google.com>
11856
11857 * lib/gdb.exp (run_on_host): Log error output if program fails.
11858
ea4758f2
PA
118592014-02-21 Pedro Alves <palves@redhat.com>
11860
11861 * gdb.threads/step-after-sr-lock.c: Rename to ...
11862 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11863 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11864 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11865 ... this.
11866
d7b30f67
SDJ
118672014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11868
11869 PR tdep/16397
11870 * gdb.arch/amd64-stap-special-operands.exp: New file.
11871 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11872 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11873 * gdb.arch/amd64-stap-triplet.S: Likewise.
11874 * gdb.arch/amd64-stap-triplet.c: Likewise.
11875
83deb43f
JB
118762014-02-20 Joel Brobecker <brobecker@adacore.com>
11877
11878 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11879 in .section pseudo-op.
11880
adde2bff
DE
118812014-02-20 lin zuojian <manjian2006@gmail.com>
11882 Joel Brobecker <brobecker@adacore.com>
11883 Doug Evans <xdje42@gmail.com>
11884
11885 PR symtab/16581
11886 * gdb.dwarf2/dw2-icycle.S: New file.
11887 * gdb.dwarf2/dw2-icycle.c: New file.
11888 * gdb.dwarf2/dw2-icycle.exp: New file.
11889
f7bd0f78
SC
118902014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11891
11892 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11893 operations on gdb.Value objects.
11894 * gdb.python/py-value-cc.exp: Add new test to test operations on
11895 gdb.Value objects.
11896
c17ef0d5
DE
118972014-02-18 Doug Evans <dje@google.com>
11898
11899 * Makefile.in (TESTS): New variable.
11900 (expanded_tests, expanded_tests_or_none): New variables
11901 (check-single): Pass $(expanded_tests_or_none) to runtest.
11902 (check-parallel): Only run tests in $(TESTS) if non-empty.
11903 (check/no-matching-tests-found): New rule.
11904 * README: Document TESTS makefile variable.
11905
5dd3176f
DE
119062014-02-18 Doug Evans <dje@google.com>
11907
11908 * Makefile.in (check-parallel): rm -rf outputs temp.
11909
0b10be4f
JK
119102014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11911
11912 Fix "ERROR: no fileid for" in the testsuite.
11913 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11914
85f224e7
DE
119152014-02-12 Doug Evans <dje@google.com>
11916
11917 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11918 (MISCELLANEOUS): New variable.
11919 (clean): rm -rf $(MISCELLANEOUS).
11920 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11921 dwp live in the same directory as symlinks, with each symlink pointed
11922 to a differently named file in a different directory.
11923
149b30ff
DE
119242014-02-11 Doug Evans <dje@google.com>
11925
11926 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11927 of Tcl file commands.
11928
1dfdac32
MK
119292014-02-10 Mark Kettenis <kettenis@gnu.org>
11930
11931 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11932 "kill -SIGUSR1 -1".
11933
aa4fb036
JB
119342014-02-10 Joel Brobecker <brobecker@adacore.com>
11935
11936 * gdb.ada/tick_length_array_enum_idx: New testcase.
11937
ed3ef339
DE
119382014-02-10 Doug Evans <xdje42@gmail.com>
11939
11940 * configure.ac (AC_OUTPUT): Add gdb.guile.
11941 * configure: Regenerate.
11942 * lib/gdb-guile.exp: New file.
11943 * lib/gdb.exp (get_target_charset): New function.
11944 * gdb.base/help.exp: Update expected output from "apropos apropos".
11945 * gdb.guile/Makefile.in: New file.
11946 * gdb.guile/guile.exp: New file.
11947 * gdb.guile/scm-arch.c: New file.
11948 * gdb.guile/scm-arch.exp: New file.
11949 * gdb.guile/scm-block.c: New file.
11950 * gdb.guile/scm-block.exp: New file.
11951 * gdb.guile/scm-breakpoint.c: New file.
11952 * gdb.guile/scm-breakpoint.exp: New file.
11953 * gdb.guile/scm-disasm.c: New file.
11954 * gdb.guile/scm-disasm.exp: New file.
11955 * gdb.guile/scm-equal.c: New file.
11956 * gdb.guile/scm-equal.exp: New file.
11957 * gdb.guile/scm-error.exp: New file.
11958 * gdb.guile/scm-error.scm: New file.
11959 * gdb.guile/scm-frame-args.c: New file.
11960 * gdb.guile/scm-frame-args.exp: New file.
11961 * gdb.guile/scm-frame-args.scm: New file.
11962 * gdb.guile/scm-frame-inline.c: New file.
11963 * gdb.guile/scm-frame-inline.exp: New file.
11964 * gdb.guile/scm-frame.c: New file.
11965 * gdb.guile/scm-frame.exp: New file.
11966 * gdb.guile/scm-generics.exp: New file.
11967 * gdb.guile/scm-gsmob.exp: New file.
11968 * gdb.guile/scm-iterator.c: New file.
11969 * gdb.guile/scm-iterator.exp: New file.
11970 * gdb.guile/scm-math.c: New file.
11971 * gdb.guile/scm-math.exp: New file.
11972 * gdb.guile/scm-objfile-script-gdb.in: New file.
11973 * gdb.guile/scm-objfile-script.c: New file.
11974 * gdb.guile/scm-objfile-script.exp: New file.
11975 * gdb.guile/scm-objfile.c: New file.
11976 * gdb.guile/scm-objfile.exp: New file.
11977 * gdb.guile/scm-ports.exp: New file.
11978 * gdb.guile/scm-pretty-print.c: New file.
11979 * gdb.guile/scm-pretty-print.exp: New file.
11980 * gdb.guile/scm-pretty-print.scm: New file.
11981 * gdb.guile/scm-section-script.c: New file.
11982 * gdb.guile/scm-section-script.exp: New file.
11983 * gdb.guile/scm-section-script.scm: New file.
11984 * gdb.guile/scm-symbol.c: New file.
11985 * gdb.guile/scm-symbol.exp: New file.
11986 * gdb.guile/scm-symtab-2.c: New file.
11987 * gdb.guile/scm-symtab.c: New file.
11988 * gdb.guile/scm-symtab.exp: New file.
11989 * gdb.guile/scm-type.c: New file.
11990 * gdb.guile/scm-type.exp: New file.
11991 * gdb.guile/scm-value-cc.cc: New file.
11992 * gdb.guile/scm-value-cc.exp: New file.
11993 * gdb.guile/scm-value.c: New file.
11994 * gdb.guile/scm-value.exp: New file.
11995 * gdb.guile/source2.scm: New file.
11996 * gdb.guile/types-module.cc: New file.
11997 * gdb.guile/types-module.exp: New file.
11998
7026a7c1
YQ
119992014-02-10 Yao Qi <yao@codesourcery.com>
12000
12001 PR testsuite/16543
12002 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
12003 * configure: Regenerated.
12004 * Makefile.in: New file.
12005
6c466447
AS
120062014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12007
12008 * gdb.python/py-framefilter.exp: Fix typo.
12009
6e854735
YQ
120102014-02-08 Yao Qi <yao@codesourcery.com>
12011
12012 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
12013 that no =breakpoint-modified is emitted when breakpoints are
12014 modified through MI commands.
12015
d137e6dc
PA
120162014-02-07 Pedro Alves <pedro@codesourcery.com>
12017 Pedro Alves <palves@redhat.com>
12018
12019 * gdb.threads/step-after-sr-lock.c: New file.
12020 * gdb.threads/step-after-sr-lock.exp: New file.
12021
b5ee5a50
PA
120222014-02-07 Pedro Alves <palves@redhat.com>
12023
12024 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
12025
3c77faf3
JK
120262014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12027
12028 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
12029 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
12030
6dddc817
DE
120312014-02-06 Doug Evans <xdje42@gmail.com>
12032
12033 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
12034 output.
12035
12036 * gdb.gdb/python-interrupts.exp: New file.
12037
de7b2893
YQ
120382014-02-05 Yao Qi <yao@codesourcery.com>
12039
12040 * gdb.trace/report.exp (use_collected_data): Test the output
12041 of "info threads" and "info inferiors".
12042
66d032ac
YQ
120432014-02-05 Yao Qi <yao@codesourcery.com>
12044
12045 Revert this patch:
12046
12047 2013-05-24 Yao Qi <yao@codesourcery.com>
12048
12049 * gdb.trace/tfile.exp: Test inferior and thread.
12050
591a12a1
UW
120512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12052
12053 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
12054 on a function.
12055 * gdb.base/step-bt.c: Call hello via function pointer to make
12056 sure its first instruction is executed on powerpc64le-linux.
12057
0ff3e01f
UW
120582014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12059
12060 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
12061
084ee545
UW
120622014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12063
12064 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
12065 of the test patterns for use on little-endian systems.
12066
6ed14ff3
UW
120672014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
12068
12069 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
12070 (decimal_vector): Fix for little-endian.
12071
401e27fd
JM
120722014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
12073
12074 * gdb.arch/sparc-sysstep.exp: New file.
12075 * gdb.arch/sparc-sysstep.c: Likewise.
12076
12077 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
12078
8b924729
EBM
120792014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12080
12081 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
12082
fb151210
JB
120832014-01-23 Tom Tromey <tromey@redhat.com>
12084
12085 * gdb.ada/array_char_idx: New testcase.
12086
0740f8d8
TT
120872014-01-23 Tom Tromey <tromey@redhat.com>
12088
12089 PR python/16487:
12090 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
12091 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
12092 classes.
12093
21909fa1
TT
120942014-01-23 Tom Tromey <tromey@redhat.com>
12095
12096 PR python/16491:
12097 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
12098 string from an inferior frame.
12099 * gdb.python/py-framefilter-mi.exp: Update.
12100
87ce2a04
DE
121012014-01-22 Doug Evans <dje@google.com>
12102
12103 * gdb.server/server-mon.exp: Add tests for "set debug-format".
12104
237b092b
AA
121052014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12106
12107 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
12108
d674a709
AA
121092014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12110
12111 * gdb.trace/entry-values.exp: Remove excess space character from
12112 regex patterns. Handle s390 call instruction.
12113
20fa3390
AA
121142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12115
12116 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
12117 define "*_start" label. Make "name" static.
12118 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
12119 ${name} by references to ${name}_start.
12120
78466714
AA
121212014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12122
12123 * gdb.base/info-macros.exp: Remove "debug" from the compile
12124 options.
12125
ec9f644a
IB
121262014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12127
12128 * gdb.dlang/demangle.exp: New file.
12129
94b1b47e
IB
121302014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12131
12132 * gdb.dlang/primitive-types.exp: New file.
12133
7f420862
IB
121342014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12135
12136 * configure.ac: Create gdb.dlang/Makefile.
12137 * configure: Regenerate.
12138 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
12139 * gdb.dlang/Makefile.in: New file.
12140 * lib/d-support.exp: New file.
12141 * lib/gdb.exp (skip_d_tests): New proc.
12142
52834460
MM
121432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12144
12145 * gdb.btrace/delta.exp: Check reverse stepi.
12146 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
12147 * gdb.btrace/finish.exp: New.
12148 * gdb.btrace/next.exp: New.
12149 * gdb.btrace/nexti.exp: New.
12150 * gdb.btrace/record_goto.c: Add comments.
12151 * gdb.btrace/step.exp: New.
12152 * gdb.btrace/stepi.exp: New.
12153 * gdb.btrace/multi-thread-step.c: New.
12154 * gdb.btrace/multi-thread-step.exp: New.
12155 * gdb.btrace/rn-dl-bind.c: New.
12156 * gdb.btrace/rn-dl-bind.exp: New.
12157 * gdb.btrace/data.c: New.
12158 * gdb.btrace/data.exp: New.
12159 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12160
6e07b1d2
MM
121612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12162
12163 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
12164 * gdb.btrace/exception.exp: Update.
12165 * gdb.btrace/instruction_history.exp: Update.
12166 * gdb.btrace/record_goto.exp: Update.
12167 * gdb.btrace/tailcall.exp: Update.
12168 * gdb.btrace/unknown_functions.exp: Update.
12169 * gdb.btrace/delta.exp: New.
12170
0b722aec
MM
121712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12172
12173 * gdb.btrace/record_goto.exp: Add backtrace test.
12174 * gdb.btrace/tailcall.exp: Add backtrace test.
12175
066ce621
MM
121762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12177
12178 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
12179 * gdb.btrace/record_goto.c: New.
12180 * gdb.btrace/record_goto.exp: New.
12181 * gdb.btrace/x86-record_goto.S: New.
12182
0688d04e
MM
121832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12184
12185 * gdb.btrace/function_call_history.exp: Update tests.
12186 * gdb.btrace/instruction_history.exp: Update tests.
12187
8710b709
MM
121882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12189
12190 * gdb.btrace/function_call_history.exp: Fix expected field
12191 order for "record function-call-history".
12192 Add new tests for "record function-call-history /c".
12193 * gdb.btrace/exception.cc: New.
12194 * gdb.btrace/exception.exp: New.
12195 * gdb.btrace/tailcall.exp: New.
12196 * gdb.btrace/x86-tailcall.S: New.
12197 * gdb.btrace/x86-tailcall.c: New.
12198 * gdb.btrace/unknown_functions.c: New.
12199 * gdb.btrace/unknown_functions.exp: New.
12200 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12201
5de9129b
MM
122022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12203
12204 * gdb.btrace/instruction_history.exp: Update.
12205 * gdb.btrace/function_call_history.exp: Update.
12206
23a7fe75
MM
122072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12208
12209 * gdb.btrace/function_call_history.exp: Fix expected function
12210 trace.
12211 * gdb.btrace/instruction_history.exp: Initialize traced.
12212 Remove traced_functions.
12213
724c7dd8
MM
122142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12215
12216 * gdb.btrace/function_call_history.exp: Update
12217 * gdb.btrace/instruction_history.exp: Update.
12218
6d78d93b
MM
122192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12220
12221 * gdb.btrace/enable.exp: Update expected text.
12222
93a360cc
OJ
122232014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12224
12225 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12226 bytes.
12227
3772b53f
MR
122282014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12229
12230 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
12231
596662fa
OJ
122322014-01-15 Omair Javaid <omair.javaid@linaro.org>
12233
12234 * lib/gdb.exp (supports_process_record): Return true for
12235 arm*-linux*. (supports_reverse): Likewise.
12236
b5b08fb4
SC
122372014-01-13 Siva Chandra Reddy <sivachandra@google.com>
12238
12239 PR python/15464
12240 PR python/16113
12241 * gdb.python/py-type.c: Enhance test case.
12242 * gdb.python/py-value-cc.cc: Likewise
12243 * gdb.python/py-type.exp: Add new tests.
12244 * gdb.python/py-value-cc.exp: Likewise
12245
52d7fb13
AA
122462014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12247 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12250 Make "name" extern.
12251 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12252 references to ${name}_start by references to ${name}.
12253
a2cd8cfe
JB
122542014-01-10 Joel Brobecker <brobecker@adacore.com>
12255
12256 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12257
4e23fced
JB
122582014-01-10 Joel Brobecker <brobecker@adacore.com>
12259
12260 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12261
c6a9e42c
PA
122622014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12263 Pedro Alves <palves@redhat.com>
12264
12265 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 12266 mi_gdb_target_load.
c6a9e42c 12267
b7ea362b
PA
122682014-01-08 Pedro Alves <palves@redhat.com>
12269
12270 * gdb.threads/reconnect-signal.c: New file.
12271 * gdb.threads/reconnect-signal.exp: New file.
12272
5e3f4fab
EBM
122732014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12274
12275 * gdb.base/source-dir.exp: New file.
12276
79301218
JB
122772014-01-07 Joel Brobecker <brobecker@adacore.com>
12278
12279 * gdb.ada/mi_interface: New testcase.
12280
8e355c5d
JB
122812014-01-07 Joel Brobecker <brobecker@adacore.com>
12282
12283 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12284 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12285 gdb.ada/pp-rec-component/pck.ads: New files.
12286
c0d48811
JB
122872014-01-07 Joel Brobecker <brobecker@adacore.com>
12288
12289 * gdb.python/py-pp-integral.c: New file.
12290 * gdb.python/py-pp-integral.py: New file.
12291 * gdb.python/py-pp-integral.exp: New file.
12292
17b609c3 12293For older changes see ChangeLog-1993-2013.
c906108c 12294\f
8d8cb839
EZ
12295;; Local Variables:
12296;; mode: change-log
12297;; left-margin: 8
12298;; fill-column: 74
12299;; version-control: never
12300;; End:
902f2ccb 12301
61baf725 12302 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
12303 Copying and distribution of this file, with or without modification,
12304 are permitted provided the copyright notice and this notice are preserved.
This page took 3.058455 seconds and 4 git commands to generate.