]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
NEWS: Mention native target renames.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4ebfc96e
PA
12014-05-21 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/default.exp: Test "target native" instead of "target
4 child".
5
36d46afb
MW
62014-05-21 Mark Wielaard <mjw@redhat.com>
7
8 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9
5876f503
JK
102014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11
12 Fix TLS access for -static -pthread.
13 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14 <HAVE_TLS> (thread_function, main): Initialize it.
15 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16 Add clean_restart.
17 <$have_tls != "">: Check TLSVAR.
18
0256a6ac
PA
192014-05-21 Pedro Alves <palves@redhat.com>
20
21 * gdb.base/dcache-line-read-error.c: New.
22 * gdb.base/dcache-line-read-error.exp: New.
23
936d2992
PA
242014-05-20 Pedro Alves <palves@redhat.com>
25
26 * gdb.base/compare-sections.c: New file.
27 * gdb.base/compare-sections.exp: New file.
28
802e8e6d
PA
292014-05-20 Pedro Alves <palves@redhat.com>
30
31 * gdb.base/break-idempotent.c: New file.
32 * gdb.base/break-idempotent.exp: New file.
33
e59fa00f
MM
342014-05-20 Markus Metzger <markus.t.metzger@intel.com>
35
36 * gdb.btrace/nohist.exp: New.
37
8b696e31
YQ
382014-05-20 Yao Qi <yao@codesourcery.com>
39
40 * lib/gdb.exp (gdb_init): Set timeout if test file is under
41 gdb.reverse directory and gdb_reverse_timeout exists in board
42 setting.
43 * README: Document gdb_reverse_timeout.
44
73c9764f
YQ
452014-05-20 Yao Qi <yao@codesourcery.com>
46
47 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
48 'test_file_name'. Treat args as a string instead of a list.
49 (gdb_init): Rename argument 'args' by 'test_file_name'.
50
f1f4348a
JK
512014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
52
53 * gdb.arch/powerpc-power.exp: New file.
54 * gdb.arch/powerpc-power.s: New file.
55
0dbe70ce
DE
562014-05-16 Doug Evans <dje@google.com>
57
58 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
59 * gdb.base/completion.exp: Check that all expected files exist
60 before doing file completion.
0dbe70ce 61
8d551b02
DE
622014-05-16 Doug Evans <dje@google.com>
63
64 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
65 Update.
66 (do_syscall_tests_without_xml): Update.
67
73eb7709
PA
682014-05-16 Pedro Alves <palves@redhat.com>
69
70 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
71 instead of "unknown output after running".
72
3fae92fc
YQ
732014-05-16 Yao Qi <yao@codesourcery.com>
74
75 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
76 file1.txt from host at the end.
77 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
78
c2b2ccc5
DE
792014-05-15 Doug Evans <dje@google.com>
80
81 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
82 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
83 loading file. Add test for TU lookup.
84
8c217a4b
SM
852014-05-15 Simon Marchi <simon.marchi@ericsson.com>
86
87 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
88 calling "-exec-arguments" or "set args" before running the
89 inferior.
90
3deb39c6
SM
912014-05-15 Simon Marchi <simon.marchi@ericsson.com>
92
93 * lib/mi-support.exp (mi_expect_stop): Expect message for
94 inferiors that exit with non-zero exit code.
95
71a79f8c
YQ
962014-05-14 Yao Qi <yao@codesourcery.com>
97
98 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
99 match absolute path on remote host.
100 (test_file_list_exec_source_files): Remove "/" from the
101 pattern.
102
f23fcd46
YQ
1032014-05-14 Yao Qi <yao@codesourcery.com>
104
105 * boards/local-remote-host-notty.exp (${board}_file): New
106 proc.
107
9404b58f
KM
1082014-05-07 Kyle McMartin <kyle@redhat.com>
109
110 Pushed by Joel Brobecker <brobecker@adacore.com>.
111 * gdb.arch/aarch64-atomic-inst.c: New file.
112 * gdb.arch/aarch64-atomic-inst.exp: New file.
113
5e45f04c
YQ
1142014-05-07 Yao Qi <yao@codesourcery.com>
115
116 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
117 in current context" too.
118
c888a17d
KS
1192014-05-05 Keith Seitz <keiths@redhat.com>
120
121 * gdb.linespec/ls-dollar.exp: Add test for linespec
122 file:convenience_variable.
123
290a839c
YQ
1242014-05-05 Yao Qi <yao@codesourcery.com>
125
126 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
127 traceframes into tfile and ctf trace files. Read data from
128 trace file and test collected data.
129 (gdb_collect_locals_test): Likewise.
130 (gdb_unavailable_registers_test): Likewise.
131 (gdb_unavailable_floats): Likewise.
132 (gdb_collect_globals_test): Likewise.
133 (top-level): Append "ctf" to trace_file_targets if GDB
134 supports.
135
b5262cd0
YQ
1362014-05-05 Yao Qi <yao@codesourcery.com>
137
138 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
139 code to ...
140 (gdb_collect_args_test_1): ... it. New proc.
141 (gdb_collect_locals_test): Move some code to ...
142 (gdb_collect_locals_test_1): ... it. New proc.
143 (gdb_unavailable_registers_test): Move some code to ...
144 (gdb_unavailable_registers_test_1): ... it. New proc.
145 (gdb_unavailable_floats): Move some code to ...
146 (gdb_unavailable_floats_1): ... it. New proc.
147
30a1e6cc
SDJ
1482014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
149
150 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
151 probes to test for bitness recognition.
152 * gdb.arch/amd64-stap-optional-prefix.exp
153 (test_probe_value_without_reg): New procedure.
154 Add code to test for different kinds of bitness.
155
f33da99a
SDJ
1562014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
157
158 PR breakpoints/16889
159 * gdb.arch/amd64-stap-optional-prefix.S: New file.
160 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
161
5b80f00d
PA
1622014-05-01 Pedro Alves <palves@redhat.com>
163
164 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
165 gdb_file_cmd if no file is specified.
166 * boards/native-extended-gdbserver.exp (gdb_load): Use the
167 last_loaded_file to set the remote exec-file.
168
f8c2a73c
PA
1692014-05-01 Pedro Alves <palves@redhat.com>
170
171 * boards/local-remote-host.exp: New file.
172
be6e8ac7
PA
1732014-05-01 Pedro Alves <palves@redhat.com>
174
175 * boards/local-remote-host.exp: Rename to ...
176 * boards/local-remote-host-notty.exp: ... this.
177
cac0dc8f
JB
1782014-04-28 Joel Brobecker <brobecker@adacore.com>
179
180 * gdb.ada/dyn_arrayidx: New testcase.
181
9730e6cc
YQ
1822014-04-26 Yao Qi <yao@codesourcery.com>
183
184 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
185 and compute the length of function main. Save it in
186 $main_length.
187 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
188 (top-level): Use gdb_compile to compile objects into
189 executable and restart GDB. Remove invocation to
190 prepare_for_testing.
191
7ae1a6a6
PA
1922014-04-25 Simon Marchi <simon.marchi@ericsson.com>
193 Pedro Alves <palves@redhat.com>
194
195 PR server/16255
196 * gdb.multi/multi-attach.c: New file.
197 * gdb.multi/multi-attach.exp: New file.
198
4082afcc
PA
1992014-04-25 Pedro Alves <palves@redhat.com>
200
201 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
202 user.
203 (top level): Test that "set remote conditional-breakpoints-packet
204 off" works as intended.
205 * gdb.base/dprintf.exp: Test that "set remote
206 breakpoint-commands-packet off" works as intended.
207 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
208 New function.
209 (top level): Call it.
210 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
211 remote fast-tracepoints-packet off" works as intended.
212 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
213 * lib/gdb.exp (gdb_is_target_remote): ... here.
214
2abc3f8d
DB
2152014-04-24 David Blaikie <dblaikie@gmail.com>
216
217 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
218 ensure clang would not discard them.
219 * gdb.base/gdbvars.c: Ditto.
220 * gdb.base/memattr.c: Ditto.
221 * gdb.base/whatis.c: Ditto.
222 * gdb.python/py-prettyprint.c: Ditto.
223 * gdb.trace/actions.c: Ditto.
224 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
225 ensure clang would not discard it.
226
bfd39632
DB
2272014-04-24 David Blaikie <dblaikie@gmail.com>
228
229 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
230 clang to emit the full definition of type required by the test
231 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
232
22842ff6
DB
2332014-04-24 David Blaikie <dblaikie@gmail.com>
234
235 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
236 coax Clang into emitting the definition of the type.
237 * gdb.cp/pr10728-x.h (y): Ditto.
238 * gdb.cp/pr10728-y.cc (y): Ditto.
239
c2e827ad
DB
2402014-04-24 David Blaikie <dblaikie@gmail.com>
241
242 * gdb.base/label.exp: XFAIL label related tests under Clang.
243 * gdb.cp/cplabel.exp: Ditto.
244 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
245 under Clang those using labels.
246
4c2d33e7
YQ
2472014-04-25 Yao Qi <yao@codesourcery.com>
248
249 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
250 double_label.
251 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
252 partial_label and double_label.
253
56083b99
DB
2542014-04-24 David Blaikie <dblaikie@gmail.com>
255
256 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
257
25d4e99d
DB
2582014-04-24 David Blaikie <dblaikie@gmail.com>
259
260 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
261 of the function to work across GCC and Clang.
262 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
263 pointer types (const void ** const V void **).
264
01f9f808
MS
2652014-04-24 Michael Sturm <michael.sturm@mintel.com>
266 Walfred Tedeschi <walfred.tedeschi@intel.com>
267
268 * Makefile.in (EXECUTABLES): Added i386-avx512.
269 * gdb.arch/i386-avx512.c: New file.
270 * gdb.arch/i386-avx512.exp: Likewise.
271
4b48d439
KS
2722014-04-23 Keith Seitz <keiths@redhat.com>
273
274 * lib/mi-support.exp (mi_list_breakpoints): Delete.
275 (mi_make_breakpoint_table): New procedure.
276 (mi_create_breakpoint): Use mi_make_breakpoint
277 and return the result.
278 (mi_make_breakpoint): New procedure.
279 (mi_build_kv_pairs): New procedure.
280
281 * gdb.mi/mi-break.exp: Remove unused globals,
282 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
283 All callers updated.
284 * gdb.mi/mi-dprintf.exp: Use variable to track command
285 number.
286 Update all callers of mi_create_breakpoint and use
287 mi_make_breakpoint_table.
288 Remove any unused global variables.
289 * gdb.mi/mi-nonstop.exp: Likewise.
290 * gdb.mi/mi-nsintrall.exp: Likewise.
291 * gdb.mi/mi-nsmoribund.exp: Likewise.
292 * gdb.mi/mi-nsthrexec.exp: Likewise.
293 * gdb.mi/mi-reverse.exp: Likewise.
294 * gdb.mi/mi-simplerun.exp: Likewise.
295 * gdb.mi/mi-stepn.exp: Likewise.
296 * gdb.mi/mi-syn-frame.exp: Likewise.
297 * gdb.mi/mi-until.exp: Likewise.
298 * gdb.mi/mi-var-cp.exp: Likewise.
299 * gdb.mi/mi-var-display.exp: Likewise.
300 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
301 * gdb.mi/mi2-var-child.exp: Likewise.
302 * gdb.mi/mi-vla-c99.exp: Likewise.
303 * lib/mi-support.exp: Likewise.
304
305 From Ian Lance Taylor <iant@cygnus.com>:
306 * lib/gdb.exp (parse_args): New procedure.
307
08351840
PA
3082014-04-23 Pedro Alves <palves@redhat.com>
309
310 * gdb.base/break-unload-file.c: New file.
311 * gdb.base/break-unload-file.exp: New file.
312 * gdb.base/sym-file-lib.c (baz): New function.
313 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
314 field.
315 (load): Store the segment's mapped size.
316 (unload): New function.
317 (unload_shlib): New function.
318 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
319 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
320 set a breakpoint at baz, and call it.
321 * gdb.base/sym-file.exp: New tests for stale breakpoint
322 instructions.
323
076855f9
PA
3242014-04-23 Pedro Alves <palves@redhat.com>
325
326 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
327 * gdb.base/hbreak-in-shr-unsupported.c: New file.
328 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
329 * gdb.base/hbreak-unmapped.c: New file.
330 * gdb.base/hbreak-unmapped.exp: New file.
331 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
332 * lib/gdb.exp (gdb_is_target_remote): ... here.
333
483805cf
PA
3342014-04-22 Pedro Alves <palves@redhat.com>
335
336 * gdb.base/consecutive-step-over.c: New file.
337 * gdb.base/consecutive-step-over.exp: New file.
338
06d97543
PA
3392014-04-22 Pedro Alves <palves@redhat.com>
340
341 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
342 instead of send_gdb/gdb_expect.
343
b4429ea2
YQ
3442014-04-22 Yao Qi <yao@codesourcery.com>
345
346 * lib/trace-support.exp (generate_tracefile): New procedure.
347 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
348 return 0.
349 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
350 if generate_tracefile returns 1.
351
51d48146
PA
3522014-04-18 Tom Tromey <palves@redhat.com>
353 Pedro alves <tromey@redhat.com>
354
355 PR backtrace/15558
356 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
357 with a backtrace limit.
358 * gdb.python/py-frame-inline.exp: Test running to an inline
359 function with a backtrace limit, and printing the newest frame.
360 * gdb.python/py-frame-inline.c (main): Call f.
361
bd1dce5f
MS
3622014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
363
364 * gdb.java/jnpe.exp: Drop srcdir from untested path.
365
40d1a503
MS
3662014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
367
368 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
369 Drop prefix from unsupported source file path.
370
389b98f7
YQ
3712014-04-17 Yao Qi <yao@codesourcery.com>
372
373 * lib/gdb.exp (with_target_charset): New proc.
374 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
375 with_target_charset.
376 (test_print_strings): Likewise.
377 (test_repeat_bytes): Likewise.
378 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
379 for some tests.
380
22869d73
KS
3812014-04-16 Keith Seitz <keiths@redhat.com>
382
383 PR gdb/15827
384 * gdb.dwarf2/corrupt.c: New file.
385 * gdb.dwarf2/corrupt.exp: New file.
386
c4f87ca6
KS
3872014-04-16 Keith Seitz <keiths@redhat.com>
388
389 PR c++/16597
390 * gdb.cp/namelessclass.cc: New file.
391 * gdb.cp/namelessclass.exp: New file.
392 * gdb.cp/namelessclass.S: New file.
393
ab19de87
DE
3942014-04-16 Doug Evans <dje@google.com>
395
396 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
397 Add comment.
398 (gdbserver_default_get_comm_port): New function.
399 (gdbserver_start): Check if board file provided
400 "gdbserver,get_comm_port" and use it if so.
401 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
402 (gdb,socketport): Set to "stdio".
403 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
404 (stdio_gdbserver_template): Delete.
405 (${board}_get_remote_address): Update.
406 (${board}_build_remote_cmd): Delete.
407 (${board}_get_comm_port): New function.
408 (${board}_spawn): Update.
409 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
410 Delete.
411 (${board}_get_remote_address): Update.
412 (${board}_get_comm_port): New function.
413
fc98a809
AB
4142014-04-16 Andrew Burgess <aburgess@broadcom.com>
415
416 * gdb.base/memattr.exp: Improve regexps to handle memory regions
417 appearing in any order.
418
87fd9e6e
DE
4192014-04-15 Doug Evans <dje@google.com>
420
421 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
422 uninitialized value of "description".
423
099fc3ea
KS
4242014-04-15 Keith Seitz <keiths@redhat.com>
425
426 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
427 Remove unused globals.
428 (test_running_the_program): Likewise.
429 (test_controlled_execution): Likewise.
430 (test_controlling_breakpoints): Likewise.
431 (test_program_termination): Likewise.
432
5da151d4
KS
4332014-04-15 Keith Seitz <keiths@redhat.com>
434
435 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
436 unused globals.
437 (test_rbreak_creation_and_listing): Likewise.
438 (test_ignore_count): Likewise.
439 (test_error): Likewise.
440
35e5d2f0
PA
4412014-04-15 Pedro Alves <palves@redhat.com>
442
443 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
444 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
445 sym-file-loader.c.
446 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
447 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
448 to sym-file-loader.c.
449 (struct library): Forward declare.
450 (load_shlib, lookup_function): Change prototypes.
451 (find_shstrtab, find_strtab, find_shdr, find_symtab)
452 (translate_offset): Remove declarations.
453 (get_text_addr): New declaration.
454 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
455 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
456 sym-file-loader.h.
457 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
458 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
459 here from sym-file-loader.h.
460 (struct library): New structure.
461 (load_shlib, lookup_function): Change prototypes and adjust to
462 work with a struct library.
463 (find_shstrtab, find_strtab, find_shdr, find_symtab)
464 (translate_offset): Make static.
465 (get_text_addr): New function.
466 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
467
eb4c1710
PA
4682014-04-15 Pedro Alves <palves@redhat.com>
469
470 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
471
2d1baf52
PA
4722014-04-15 Pedro Alves <palves@redhat.com>
473
474 * gdb.base/sym-file-loader.c: Include <limits.h>.
475 (SELF_LINK): New define.
476 (get_origin): New function.
477 (load_shlib): Use it.
478 * gdb.base/sym-file.exp: Don't early return if the target is
479 remote. Use runto_main, and issue fail is that fails. Use
480 gdb_load_shlibs.
481 (shlib_name): Delete.
482 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
483
7dd6df01
PA
4842014-04-15 Pedro Alves <palves@redhat.com>
485
486 * gdb.base/sym-file.exp: Remove regex characters from test
487 message. Don't refer to breakpoint numbers in test messages.
488
b50c8614
KS
4892014-04-14 Keith Seitz <keiths@redhat.com>
490
491 PR c++/16253
492 * gdb.cp/var-tag.cc: New file.
493 * gdb.cp/var-tag.exp: New file.
494 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
495 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
496 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
497 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
498
3d567982
TT
4992014-04-14 Tom Tromey <tromey@redhat.com>
500
501 * gdb.cp/classes.exp (test_enums): Handle underlying type.
502 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
503 type.
504 * gdb.cp/enum-class.exp: New file.
505 * gdb.cp/enum-class.cc: New file.
506
0626fc76
TT
5072014-04-14 Tom Tromey <tromey@redhat.com>
508
509 * gdb.dwarf2/enum-type.exp: New file.
510
dca325b3
SA
5112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
512
513 * gdb.mi/mi-vla-c99.exp: New file.
514 * gdb.mi/vla.c: New file.
515
5854b38a
SA
5162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
517
518 * gdb.base/vla-datatypes.c: New file.
519 * gdb.base/vla-datatypes.exp: New file.
520
463bb957
SA
5212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
522
523 * gdb.base/vla-ptr.c: New file.
524 * gdb.base/vla-ptr.exp: New file.
525
3dd170be
SA
5262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
527
528 * gdb.dwarf2/count.exp: New file.
529
5ecaaa66
SA
5302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
531
532 * gdb.base/vla-sideeffect.c: New file.
533 * gdb.base/vla-sideeffect.exp: New file.
534
41f1ada5
DB
5352014-04-14 David Blaikie <dblaikie@gmail.com>
536
537 * gdb.mi/non-stop.c: Add return value for non-void function return
538 statement.
539 * gdb.threads/staticthreads.c: Ditto.
540
0be03e84
DE
5412014-04-12 Siva Chandra Reddy <sivachandra@google.com>
542 Doug Evans <xdje42@gmail.com>
543
544 * gdb.guile/scm-value.c: Improve test case.
545 * gdb.guile/scm-value.exp: Add new test.
546
f180a1fb
DB
5472014-04-11 David Blaikie <dblaikie@gmail.com>
548
549 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
550 override Clang's default.
551
6b662e19
JB
5522014-04-11 Joel Brobecker <brobecker@adacore.com>
553
554 Revert the following changes (regressions):
555
556 * gdb.base/vla-sideeffect.c: New file.
557 * gdb.base/vla-sideeffect.exp: New file.
558
559 * gdb.dwarf2/count.exp: New file.
560
561 * gdb.base/vla-multi.c: New file.
562 * gdb.base/vla-multi.exp: New file.
563
564 * gdb.base/vla-ptr.c: New file.
565 * gdb.base/vla-ptr.exp: New file.
566
567 * gdb.base/vla-datatypes.c: New file.
568 * gdb.base/vla-datatypes.exp: New file.
569
570 * gdb.mi/mi-vla-c99.exp: New file.
571 * gdb.mi/vla.c: New file.
572
245a5f0b
KS
5732014-04-11 Keith Seitz <keiths@redhat.com>
574
575 PR c++/16675
576 * gdb.cp/cpsizeof.exp: New file.
577 * gdb.cp/cpsizeof.cc: New file.
578
58a84dcf
SA
5792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
580
191a8a90
JB
581 * gdb.mi/mi-vla-c99.exp: New file.
582 * gdb.mi/vla.c: New file.
58a84dcf 583
c8655f75
SA
5842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
585
586 * gdb.base/vla-datatypes.c: New file.
587 * gdb.base/vla-datatypes.exp: New file.
588
024e13b4
SA
5892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
590
591 * gdb.base/vla-ptr.c: New file.
592 * gdb.base/vla-ptr.exp: New file.
593
1a237e0e
SA
5942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
595
596 * gdb.base/vla-multi.c: New file.
597 * gdb.base/vla-multi.exp: New file.
598
504f3432
SA
5992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
600
601 * gdb.dwarf2/count.exp: New file.
602
3bce8237
SA
6032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
604
191a8a90
JB
605 * gdb.base/vla-sideeffect.c: New file.
606 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 607
322f9c21
YQ
6082014-04-11 Yao Qi <yao@codesourcery.com>
609
610 * gdb.base/completion.exp: Check file exists before running tests
611 on file completion.
612
d708bcd1
PA
6132014-04-10 Pedro Alves <palves@redhat.com>
614
615 * gdb.base/cond-eval-mode.c: New file.
616 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
617 prepare_for_testing to build the new file. Check result of
618 runto_main.
619 (test_break, test_watch): New procedures.
620 (top level): Use them.
621
ae1d2761
PM
6222014-04-08 Pierre Muller <muller@sourceware.org>
623
624 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
625 Ctrl-V use for mingw hosts.
626
7af389b8
SC
6272014-04-07 Siva Chandra Reddy <sivachandra@google.com>
628
629 * gdb.python/py-value.c: Improve test case.
630 * gdb.python/py-value.exp: Add new test.
631
5e703181
DE
6322014-04-07 David Blaikie <dblaikie@gmail.com>
633
634 * lib/compiler.c: Identify the clang compiler.
635 * lib/compiler.cc: Ditto.
636
9810b410
YQ
6372014-04-03 Yao Qi <yao@codesourcery.com>
638
639 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
640
98d1b8dc
AB
6412014-04-01 Anton Blanchard <anton@samba.org>
642
643 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
644 messages unique.
645
3114cea1
AB
6462014-04-01 Anton Blanchard <anton@samba.org>
647
648 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
649 prepare_for_testing.
650
62f7182c
AB
6512014-04-01 Anton Blanchard <anton@samba.org>
652
653 * gdb.arch/ppc64-atomic-inst.c: Remove.
654 * gdb.arch/ppc64-atomic-inst.S: New file.
655 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
656
770e7fc7
DE
6572014-03-31 Doug Evans <dje@google.com>
658
659 * gdb.base/print-symbol-loading-lib.c: New file.
660 * gdb.base/print-symbol-loading-main.c: New file.
661 * gdb.base/print-symbol-loading.exp: New file.
662
46e2bafa
YQ
6632014-03-31 Yao Qi <yao@codesourcery.com>
664
665 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
666
8776cfe9
JB
6672014-03-28 Joel Brobecker <brobecker@adacore.com>
668
669 * gdb.ada/mi_dyn_arr: New testcase.
670
5d1ef361
DE
6712014-03-27 Doug Evans <dje@google.com>
672
673 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
674
b5bee914
YQ
6752014-03-27 Yao Qi <yao@codesourcery.com>
676
677 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
678 if target is nios2-*-*.
679
0d4d0e77
YQ
6802014-03-26 Yao Qi <yao@codesourcery.com>
681
682 * lib/gdb.exp (readline_is_used): New proc.
683 * gdb.base/completion.exp: Move tests on command complete up.
684 Skip the rest of tests if readline is not used.
685 * gdb.ada/complete.exp: Skp the test if readline is not
686 used.
687 * gdb.base/filesym.exp: Likewise.
688 * gdb.base/macscp.exp: Likewise.
689 * gdb.base/readline-ask.exp: Likewise.
690 * gdb.base/readline.exp: Likewise.
691 * gdb.python/py-cmd.exp: Likewise.
692 * gdb.trace/tfile.exp: Likewise.
693
29361eee
YQ
6942014-03-26 Yao Qi <yao@codesourcery.com>
695
696 * gdb.base/macscp.exp: Fix code format issues.
697
bc9a5525
UW
6982014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
699
700 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
701 * gdb.asm/powerpc64le.inc: New file.
702
d3839ede
PA
7032014-03-25 Pedro Alves <palves@redhat.com>
704 Doug Evans <dje@google.com>
705
706 * gdb.base/source-execution.c: New file.
707 * gdb.base/source-execution.exp: New file.
708 * gdb.base/source-execution.gdb: New file.
709
01672a57
DE
7102014-03-24 Doug Evans <dje@google.com>
711
712 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
713 using fission.
714
88bbeca9
HZ
7152014-03-24 Hui Zhu <hui@codesourcery.com>
716 Pedro Alves <palves@redhat.com>
717
718 PR breakpoints/16101
719 * gdb.base/dprintf.exp: Use unsupported rather than changing the
720 test pass/fail messages. Detect missing support for dprintf when
721 breakpoints are actually inserted.
722 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
723 breakpoints are actually inserted.
724 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
725 fails.
726
d2348791
JK
7272014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
728
729 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
730
feef67ab
DE
7312014-03-22 Doug Evans <xdje42@gmail.com>
732
733 * gdb.python/python.exp (python not supported): Verify multi-line
734 python command issues an error.
25d743f9 735 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 736 guile command issues an error.
feef67ab 737
ecebef6a
MR
7382014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
739
740 * gdb.threads/thread-specific.exp: Handle the lack of usable
741 $this_breakpoint and $this_thread.
742
ccdd1909
HZ
7432014-03-21 Hui Zhu <hui@codesourcery.com>
744
745 * gdb.base/attach.exp (do_command_attach_tests): New.
746
beb460e8
PA
7472014-03-20 Tom Tromey <tromey@redhat.com>
748 Pedro Alves <palves@redhat.com>
749
750 PR cli/15718
751 * gdb.base/condbreak-call-false.c: New file.
752 * gdb.base/condbreak-call-false.exp: New file.
753
40acf43a
PA
7542014-03-20 Pedro Alves <palves@redhat.com>
755
756 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
757 Delete.
758 (block_signals, unblock_signals): Delete.
759 (child_function_2, main): Remove references to deleted variable
760 and functions.
761
9f5e1e02
PA
7622014-03-20 Pedro Alves <palves@redhat.com>
763
764 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
765 Use pthread_kill to signal thread 2.
766 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
767 Adjust to make the test send itself a signal rather than using the
768 host's "kill" command.
769
99619bea
PA
7702014-03-20 Pedro Alves <palves@redhat.com>
771
772 * gdb.threads/multiple-step-overs.c: New file.
773 * gdb.threads/multiple-step-overs.exp: New file.
774 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
775 Adjust expected infrun debug output.
776
2adfaa28
PA
7772014-03-20 Pedro Alves <palves@redhat.com>
778
779 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
780 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
781
31e77af2
PA
7822014-03-20 Pedro Alves <palves@redhat.com>
783
784 PR breakpoints/7143
785 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
786 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
787 of gdb_test_multiple.
788 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
789 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
790
b9f437de
PA
7912014-03-20 Pedro Alves <palves@redhat.com>
792
793 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
794 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
795
05adc73e
PA
7962014-03-19 Pedro Alves <palves@redhat.com>
797
798 * gdb.base/async.exp: Remove early return.
799
6048b950
PA
8002014-03-19 Pedro Alves <palves@redhat.com>
801
802 * gdb.base/async.exp (step& tests): Pass explicit test messages.
803
8bcfb00a
PA
8042014-03-19 Pedro Alves <palves@redhat.com>
805
806 * gdb.base/async.exp (test_background): Expect \r\n after
807 "completed." in the fail pattern.
808
884e37dc
PA
8092014-03-19 Pedro Alves <palves@redhat.com>
810
811 * gdb.base/async.exp (test_background): New procedure.
812 Use it for all background execution command tests.
813
148e57e2
PA
8142014-03-19 Pedro Alves <palves@redhat.com>
815
816 * gdb.base/async.exp: Use prepare_for_testing.
817
f48088c7
PA
8182014-03-19 Pedro Alves <palves@redhat.com>
819
820 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
821 the same line.
822
e2f6c966
PA
8232014-03-19 Pedro Alves <palves@redhat.com>
824
825 * gdb.base/async.c (main): Add "jump here" and "until here" line
826 marker comments.
827 * gdb.base/async.exp (jump_here): New global.
828 (jump& test): Use it.
829 (until_here): New global.
830 (until& test): Use it.
831
c30568d4
PA
8322014-03-19 Pedro Alves <palves@redhat.com>
833
834 * gdb.base/async.exp: Don't frob gdb_protocol.
835
0172b6a7
DE
8362014-03-18 Doug Evans <xdje42@gmail.com>
837
838 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
839 Fix spelling of exec-done-display.
840
06c868a8
JK
8412014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
842
843 PR gdb/15358
844 * gdb.base/gdb-sigterm.c: New file.
845 * gdb.base/gdb-sigterm.exp: New file.
846
0c7e1a46
PA
8472014-03-18 Pedro Alves <palves@redhat.com>
848
849 PR gdb/13860
850 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
851 * lib/mi-support.exp (mi_expect_stop): Add special handling for
852 solib-event.
853
f7c77d93
JB
8542014-03-17 Joel Brobecker <brobecker@adacore.com>
855
856 * gdb.ada/pckd_arr_ren: New testcase.
857
5a1e8c7a
DE
8582014-03-13 Doug Evans <xdje42@gmail.com>
859
860 PR guile/16612
861 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
862 collect after discarding symbols.
863
350e1a76
DE
8642014-03-13 Ludovic Courtès <ludo@gnu.org>
865 Doug Evans <xdje42@gmail.com>
866
867 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
868 to history survives a gc.
869
a69900ae
PA
8702014-03-13 Pedro Alves <palves@redhat.com>
871
872 * gdb.base/default.exp: Don't test "target procfs".
873
5db9f0bd
PA
8742014-03-13 Pedro Alves <palves@redhat.com>
875
876 * gdb.base/default.exp: Update "target child" and "target procfs"
877 tests to not expect "Unix".
878
b3ccfe11
TT
8792014-03-12 Tom Tromey <tromey@redhat.com>
880
881 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
882 New procs. Add target-async tests.
883 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
884 Add target-async tests.
885
646f4417
AA
8862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
887
888 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
889 'func_start' and 'func_end' for the beginning and end of the
890 function code, respectively.
891 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
892 'func_end' instead of 'func' and 'main'.
893
288c211f
AA
8942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
895
896 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
897 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
898 generate the debug info assembler source.
899
e0c0f156
AA
9002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
901
902 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
903 * gdb.dwarf2/arr-subrange.exp: Likewise.
904 * gdb.dwarf2/dwz.exp: Likewise.
905 * gdb.dwarf2/method-ptr.exp: Likewise.
906 * gdb.dwarf2/missing-sig-type.exp: Likewise.
907 * gdb.dwarf2/subrange.exp: Likewise.
908 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
909 * gdb.dwarf2/implptrpiece.exp: Likewise.
910 * gdb.dwarf2/nostaticblock.exp: Likewise.
911
0e5c4555
AA
9122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
913
914 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
915 directory to absolute path name arguments.
916
5ec18f2b
JG
9172014-03-10 Joel Brobecker <brobecker@adacore.com>
918
919 * gdb.ada/tagged_access: New testcase.
920
847fc4f2
MM
9212014-03-07 Markus Metzger <markus.t.metzger@intel.com>
922
923 * gdb.btrace/data.exp: Update expected output.
924
cc3da688
YQ
9252014-03-06 Yao Qi <yao@codesourcery.com>
926
927 * gdb.trace/pr16508.exp: New file.
928
0f26cec1
PA
9292014-03-05 Pedro Alves <palves@redhat.com>
930
931 PR gdb/16575
932 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
933 procedure.
934 (top level): Adjust to use it. Add tests that exercise breakpoint
935 interaction with the code-cache.
936
7a5a839f
LC
9372014-02-26 Ludovic Courtès <ludo@gnu.org>
938
939 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
940 test for 'history-append!'.
941
31aa7e4e
JB
9422014-02-26 Joel Brobecker <brobecker@adacore.com>
943
944 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
945 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
946 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
947 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
948 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
949 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
950
1b588015
JB
9512014-02-26 Joel Brobecker <brobecker@adacore.com>
952
953 * testsuite/gdb.python/py-pp-re-notag.c: New file.
954 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
955 * testsuite/gdb.python/py-pp-re-notag.p: New file.
956
55426c9d
JB
9572014-02-26 Joel Brobecker <brobecker@adacore.com>
958
959 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
960
dc53a7ad
JB
9612014-02-26 Joel Brobecker <brobecker@adacore.com>
962
963 * gdb.dwarf2/arr-stride.c: New file.
964 * gdb.dwarf2/arr-stride.exp: New file.
965
12ab52e9
PA
9662014-02-26 Pedro Alves <palves@redhat.com>
967
968 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
969 that won't ever trigger. Make sure that GDB reports the correct
970 breakpoint that caused the stop.
971
849c862e
JK
9722014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
973
974 PR gdb/16626
975 * gdb.base/auto-load-script: New file.
976 * gdb.base/auto-load.c: New file.
977 * gdb.base/auto-load.exp: New file.
978
71b7d793
JK
979 PR gdb/16626
980 * gdb.base/auto-load.exp: Fix out-of-srctree run.
981
e2f0d509
JK
9822014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
983
984 Fix dw2-icycle.exp -fsanitize=address GDB crash.
985 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
986
50cc37c8
DE
9872014-02-24 Doug Evans <dje@google.com>
988
989 * lib/gdb.exp (run_on_host): Log error output if program fails.
990
ea4758f2
PA
9912014-02-21 Pedro Alves <palves@redhat.com>
992
993 * gdb.threads/step-after-sr-lock.c: Rename to ...
994 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
995 * gdb.threads/step-after-sr-lock.exp: Rename to ...
996 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
997 ... this.
998
d7b30f67
SDJ
9992014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1000
1001 PR tdep/16397
1002 * gdb.arch/amd64-stap-special-operands.exp: New file.
1003 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1004 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1005 * gdb.arch/amd64-stap-triplet.S: Likewise.
1006 * gdb.arch/amd64-stap-triplet.c: Likewise.
1007
83deb43f
JB
10082014-02-20 Joel Brobecker <brobecker@adacore.com>
1009
1010 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1011 in .section pseudo-op.
1012
adde2bff
DE
10132014-02-20 lin zuojian <manjian2006@gmail.com>
1014 Joel Brobecker <brobecker@adacore.com>
1015 Doug Evans <xdje42@gmail.com>
1016
1017 PR symtab/16581
1018 * gdb.dwarf2/dw2-icycle.S: New file.
1019 * gdb.dwarf2/dw2-icycle.c: New file.
1020 * gdb.dwarf2/dw2-icycle.exp: New file.
1021
f7bd0f78
SC
10222014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1023
1024 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1025 operations on gdb.Value objects.
1026 * gdb.python/py-value-cc.exp: Add new test to test operations on
1027 gdb.Value objects.
1028
c17ef0d5
DE
10292014-02-18 Doug Evans <dje@google.com>
1030
1031 * Makefile.in (TESTS): New variable.
1032 (expanded_tests, expanded_tests_or_none): New variables
1033 (check-single): Pass $(expanded_tests_or_none) to runtest.
1034 (check-parallel): Only run tests in $(TESTS) if non-empty.
1035 (check/no-matching-tests-found): New rule.
1036 * README: Document TESTS makefile variable.
1037
5dd3176f
DE
10382014-02-18 Doug Evans <dje@google.com>
1039
1040 * Makefile.in (check-parallel): rm -rf outputs temp.
1041
0b10be4f
JK
10422014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1043
1044 Fix "ERROR: no fileid for" in the testsuite.
1045 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1046
85f224e7
DE
10472014-02-12 Doug Evans <dje@google.com>
1048
1049 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1050 (MISCELLANEOUS): New variable.
1051 (clean): rm -rf $(MISCELLANEOUS).
1052 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1053 dwp live in the same directory as symlinks, with each symlink pointed
1054 to a differently named file in a different directory.
1055
149b30ff
DE
10562014-02-11 Doug Evans <dje@google.com>
1057
1058 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1059 of Tcl file commands.
1060
1dfdac32
MK
10612014-02-10 Mark Kettenis <kettenis@gnu.org>
1062
1063 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1064 "kill -SIGUSR1 -1".
1065
aa4fb036
JB
10662014-02-10 Joel Brobecker <brobecker@adacore.com>
1067
1068 * gdb.ada/tick_length_array_enum_idx: New testcase.
1069
ed3ef339
DE
10702014-02-10 Doug Evans <xdje42@gmail.com>
1071
1072 * configure.ac (AC_OUTPUT): Add gdb.guile.
1073 * configure: Regenerate.
1074 * lib/gdb-guile.exp: New file.
1075 * lib/gdb.exp (get_target_charset): New function.
1076 * gdb.base/help.exp: Update expected output from "apropos apropos".
1077 * gdb.guile/Makefile.in: New file.
1078 * gdb.guile/guile.exp: New file.
1079 * gdb.guile/scm-arch.c: New file.
1080 * gdb.guile/scm-arch.exp: New file.
1081 * gdb.guile/scm-block.c: New file.
1082 * gdb.guile/scm-block.exp: New file.
1083 * gdb.guile/scm-breakpoint.c: New file.
1084 * gdb.guile/scm-breakpoint.exp: New file.
1085 * gdb.guile/scm-disasm.c: New file.
1086 * gdb.guile/scm-disasm.exp: New file.
1087 * gdb.guile/scm-equal.c: New file.
1088 * gdb.guile/scm-equal.exp: New file.
1089 * gdb.guile/scm-error.exp: New file.
1090 * gdb.guile/scm-error.scm: New file.
1091 * gdb.guile/scm-frame-args.c: New file.
1092 * gdb.guile/scm-frame-args.exp: New file.
1093 * gdb.guile/scm-frame-args.scm: New file.
1094 * gdb.guile/scm-frame-inline.c: New file.
1095 * gdb.guile/scm-frame-inline.exp: New file.
1096 * gdb.guile/scm-frame.c: New file.
1097 * gdb.guile/scm-frame.exp: New file.
1098 * gdb.guile/scm-generics.exp: New file.
1099 * gdb.guile/scm-gsmob.exp: New file.
1100 * gdb.guile/scm-iterator.c: New file.
1101 * gdb.guile/scm-iterator.exp: New file.
1102 * gdb.guile/scm-math.c: New file.
1103 * gdb.guile/scm-math.exp: New file.
1104 * gdb.guile/scm-objfile-script-gdb.in: New file.
1105 * gdb.guile/scm-objfile-script.c: New file.
1106 * gdb.guile/scm-objfile-script.exp: New file.
1107 * gdb.guile/scm-objfile.c: New file.
1108 * gdb.guile/scm-objfile.exp: New file.
1109 * gdb.guile/scm-ports.exp: New file.
1110 * gdb.guile/scm-pretty-print.c: New file.
1111 * gdb.guile/scm-pretty-print.exp: New file.
1112 * gdb.guile/scm-pretty-print.scm: New file.
1113 * gdb.guile/scm-section-script.c: New file.
1114 * gdb.guile/scm-section-script.exp: New file.
1115 * gdb.guile/scm-section-script.scm: New file.
1116 * gdb.guile/scm-symbol.c: New file.
1117 * gdb.guile/scm-symbol.exp: New file.
1118 * gdb.guile/scm-symtab-2.c: New file.
1119 * gdb.guile/scm-symtab.c: New file.
1120 * gdb.guile/scm-symtab.exp: New file.
1121 * gdb.guile/scm-type.c: New file.
1122 * gdb.guile/scm-type.exp: New file.
1123 * gdb.guile/scm-value-cc.cc: New file.
1124 * gdb.guile/scm-value-cc.exp: New file.
1125 * gdb.guile/scm-value.c: New file.
1126 * gdb.guile/scm-value.exp: New file.
1127 * gdb.guile/source2.scm: New file.
1128 * gdb.guile/types-module.cc: New file.
1129 * gdb.guile/types-module.exp: New file.
1130
7026a7c1
YQ
11312014-02-10 Yao Qi <yao@codesourcery.com>
1132
1133 PR testsuite/16543
1134 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1135 * configure: Regenerated.
1136 * Makefile.in: New file.
1137
6c466447
AS
11382014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1139
1140 * gdb.python/py-framefilter.exp: Fix typo.
1141
6e854735
YQ
11422014-02-08 Yao Qi <yao@codesourcery.com>
1143
1144 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1145 that no =breakpoint-modified is emitted when breakpoints are
1146 modified through MI commands.
1147
d137e6dc
PA
11482014-02-07 Pedro Alves <pedro@codesourcery.com>
1149 Pedro Alves <palves@redhat.com>
1150
1151 * gdb.threads/step-after-sr-lock.c: New file.
1152 * gdb.threads/step-after-sr-lock.exp: New file.
1153
b5ee5a50
PA
11542014-02-07 Pedro Alves <palves@redhat.com>
1155
1156 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1157
3c77faf3
JK
11582014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1159
1160 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1161 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1162
6dddc817
DE
11632014-02-06 Doug Evans <xdje42@gmail.com>
1164
1165 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1166 output.
1167
1168 * gdb.gdb/python-interrupts.exp: New file.
1169
de7b2893
YQ
11702014-02-05 Yao Qi <yao@codesourcery.com>
1171
1172 * gdb.trace/report.exp (use_collected_data): Test the output
1173 of "info threads" and "info inferiors".
1174
66d032ac
YQ
11752014-02-05 Yao Qi <yao@codesourcery.com>
1176
1177 Revert this patch:
1178
1179 2013-05-24 Yao Qi <yao@codesourcery.com>
1180
1181 * gdb.trace/tfile.exp: Test inferior and thread.
1182
591a12a1
UW
11832014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1184
1185 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1186 on a function.
1187 * gdb.base/step-bt.c: Call hello via function pointer to make
1188 sure its first instruction is executed on powerpc64le-linux.
1189
0ff3e01f
UW
11902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1191
1192 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1193
084ee545
UW
11942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1195
1196 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1197 of the test patterns for use on little-endian systems.
1198
6ed14ff3
UW
11992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1200
1201 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1202 (decimal_vector): Fix for little-endian.
1203
401e27fd
JM
12042014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1205
1206 * gdb.arch/sparc-sysstep.exp: New file.
1207 * gdb.arch/sparc-sysstep.c: Likewise.
1208
1209 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1210
8b924729
EBM
12112014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1212
1213 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1214
fb151210
JB
12152014-01-23 Tom Tromey <tromey@redhat.com>
1216
1217 * gdb.ada/array_char_idx: New testcase.
1218
0740f8d8
TT
12192014-01-23 Tom Tromey <tromey@redhat.com>
1220
1221 PR python/16487:
1222 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1223 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1224 classes.
1225
21909fa1
TT
12262014-01-23 Tom Tromey <tromey@redhat.com>
1227
1228 PR python/16491:
1229 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1230 string from an inferior frame.
1231 * gdb.python/py-framefilter-mi.exp: Update.
1232
87ce2a04
DE
12332014-01-22 Doug Evans <dje@google.com>
1234
1235 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1236
237b092b
AA
12372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1238
1239 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1240
d674a709
AA
12412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1242
1243 * gdb.trace/entry-values.exp: Remove excess space character from
1244 regex patterns. Handle s390 call instruction.
1245
20fa3390
AA
12462014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1247
1248 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1249 define "*_start" label. Make "name" static.
1250 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1251 ${name} by references to ${name}_start.
1252
78466714
AA
12532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1254
1255 * gdb.base/info-macros.exp: Remove "debug" from the compile
1256 options.
1257
ec9f644a
IB
12582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1259
1260 * gdb.dlang/demangle.exp: New file.
1261
94b1b47e
IB
12622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1263
1264 * gdb.dlang/primitive-types.exp: New file.
1265
7f420862
IB
12662014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1267
1268 * configure.ac: Create gdb.dlang/Makefile.
1269 * configure: Regenerate.
1270 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1271 * gdb.dlang/Makefile.in: New file.
1272 * lib/d-support.exp: New file.
1273 * lib/gdb.exp (skip_d_tests): New proc.
1274
52834460
MM
12752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1276
1277 * gdb.btrace/delta.exp: Check reverse stepi.
1278 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1279 * gdb.btrace/finish.exp: New.
1280 * gdb.btrace/next.exp: New.
1281 * gdb.btrace/nexti.exp: New.
1282 * gdb.btrace/record_goto.c: Add comments.
1283 * gdb.btrace/step.exp: New.
1284 * gdb.btrace/stepi.exp: New.
1285 * gdb.btrace/multi-thread-step.c: New.
1286 * gdb.btrace/multi-thread-step.exp: New.
1287 * gdb.btrace/rn-dl-bind.c: New.
1288 * gdb.btrace/rn-dl-bind.exp: New.
1289 * gdb.btrace/data.c: New.
1290 * gdb.btrace/data.exp: New.
1291 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1292
6e07b1d2
MM
12932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1294
1295 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1296 * gdb.btrace/exception.exp: Update.
1297 * gdb.btrace/instruction_history.exp: Update.
1298 * gdb.btrace/record_goto.exp: Update.
1299 * gdb.btrace/tailcall.exp: Update.
1300 * gdb.btrace/unknown_functions.exp: Update.
1301 * gdb.btrace/delta.exp: New.
1302
0b722aec
MM
13032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1304
1305 * gdb.btrace/record_goto.exp: Add backtrace test.
1306 * gdb.btrace/tailcall.exp: Add backtrace test.
1307
066ce621
MM
13082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1309
1310 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1311 * gdb.btrace/record_goto.c: New.
1312 * gdb.btrace/record_goto.exp: New.
1313 * gdb.btrace/x86-record_goto.S: New.
1314
0688d04e
MM
13152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1316
1317 * gdb.btrace/function_call_history.exp: Update tests.
1318 * gdb.btrace/instruction_history.exp: Update tests.
1319
8710b709
MM
13202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1321
1322 * gdb.btrace/function_call_history.exp: Fix expected field
1323 order for "record function-call-history".
1324 Add new tests for "record function-call-history /c".
1325 * gdb.btrace/exception.cc: New.
1326 * gdb.btrace/exception.exp: New.
1327 * gdb.btrace/tailcall.exp: New.
1328 * gdb.btrace/x86-tailcall.S: New.
1329 * gdb.btrace/x86-tailcall.c: New.
1330 * gdb.btrace/unknown_functions.c: New.
1331 * gdb.btrace/unknown_functions.exp: New.
1332 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1333
5de9129b
MM
13342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1335
1336 * gdb.btrace/instruction_history.exp: Update.
1337 * gdb.btrace/function_call_history.exp: Update.
1338
23a7fe75
MM
13392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1340
1341 * gdb.btrace/function_call_history.exp: Fix expected function
1342 trace.
1343 * gdb.btrace/instruction_history.exp: Initialize traced.
1344 Remove traced_functions.
1345
724c7dd8
MM
13462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1347
1348 * gdb.btrace/function_call_history.exp: Update
1349 * gdb.btrace/instruction_history.exp: Update.
1350
6d78d93b
MM
13512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1352
1353 * gdb.btrace/enable.exp: Update expected text.
1354
93a360cc
OJ
13552014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1356
1357 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1358 bytes.
1359
3772b53f
MR
13602014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1361
1362 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1363
596662fa
OJ
13642014-01-15 Omair Javaid <omair.javaid@linaro.org>
1365
1366 * lib/gdb.exp (supports_process_record): Return true for
1367 arm*-linux*. (supports_reverse): Likewise.
1368
b5b08fb4
SC
13692014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1370
1371 PR python/15464
1372 PR python/16113
1373 * gdb.python/py-type.c: Enhance test case.
1374 * gdb.python/py-value-cc.cc: Likewise
1375 * gdb.python/py-type.exp: Add new tests.
1376 * gdb.python/py-value-cc.exp: Likewise
1377
52d7fb13
AA
13782014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1379 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1382 Make "name" extern.
1383 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1384 references to ${name}_start by references to ${name}.
1385
a2cd8cfe
JB
13862014-01-10 Joel Brobecker <brobecker@adacore.com>
1387
1388 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1389
4e23fced
JB
13902014-01-10 Joel Brobecker <brobecker@adacore.com>
1391
1392 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1393
c6a9e42c
PA
13942014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1395 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.mi/mi-info-os.exp: Connect to the target with
1398 mi_gdb_target_load.
1399
b7ea362b
PA
14002014-01-08 Pedro Alves <palves@redhat.com>
1401
1402 * gdb.threads/reconnect-signal.c: New file.
1403 * gdb.threads/reconnect-signal.exp: New file.
1404
5e3f4fab
EBM
14052014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1406
1407 * gdb.base/source-dir.exp: New file.
1408
79301218
JB
14092014-01-07 Joel Brobecker <brobecker@adacore.com>
1410
1411 * gdb.ada/mi_interface: New testcase.
1412
8e355c5d
JB
14132014-01-07 Joel Brobecker <brobecker@adacore.com>
1414
1415 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1416 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1417 gdb.ada/pp-rec-component/pck.ads: New files.
1418
c0d48811
JB
14192014-01-07 Joel Brobecker <brobecker@adacore.com>
1420
1421 * gdb.python/py-pp-integral.c: New file.
1422 * gdb.python/py-pp-integral.py: New file.
1423 * gdb.python/py-pp-integral.exp: New file.
1424
17b609c3 1425For older changes see ChangeLog-1993-2013.
c906108c 1426\f
8d8cb839
EZ
1427;; Local Variables:
1428;; mode: change-log
1429;; left-margin: 8
1430;; fill-column: 74
1431;; version-control: never
1432;; End:
902f2ccb 1433
14f8b115 1434 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1435 Copying and distribution of this file, with or without modification,
1436 are permitted provided the copyright notice and this notice are preserved.