]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Make the dcache (code/stack cache) handle line reading errors better
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
0256a6ac
PA
12014-05-21 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/dcache-line-read-error.c: New.
4 * gdb.base/dcache-line-read-error.exp: New.
5
936d2992
PA
62014-05-20 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/compare-sections.c: New file.
9 * gdb.base/compare-sections.exp: New file.
10
802e8e6d
PA
112014-05-20 Pedro Alves <palves@redhat.com>
12
13 * gdb.base/break-idempotent.c: New file.
14 * gdb.base/break-idempotent.exp: New file.
15
e59fa00f
MM
162014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17
18 * gdb.btrace/nohist.exp: New.
19
8b696e31
YQ
202014-05-20 Yao Qi <yao@codesourcery.com>
21
22 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23 gdb.reverse directory and gdb_reverse_timeout exists in board
24 setting.
25 * README: Document gdb_reverse_timeout.
26
73c9764f
YQ
272014-05-20 Yao Qi <yao@codesourcery.com>
28
29 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
30 'test_file_name'. Treat args as a string instead of a list.
31 (gdb_init): Rename argument 'args' by 'test_file_name'.
32
f1f4348a
JK
332014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
34
35 * gdb.arch/powerpc-power.exp: New file.
36 * gdb.arch/powerpc-power.s: New file.
37
0dbe70ce
DE
382014-05-16 Doug Evans <dje@google.com>
39
40 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
41 * gdb.base/completion.exp: Check that all expected files exist
42 before doing file completion.
0dbe70ce 43
8d551b02
DE
442014-05-16 Doug Evans <dje@google.com>
45
46 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
47 Update.
48 (do_syscall_tests_without_xml): Update.
49
73eb7709
PA
502014-05-16 Pedro Alves <palves@redhat.com>
51
52 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
53 instead of "unknown output after running".
54
3fae92fc
YQ
552014-05-16 Yao Qi <yao@codesourcery.com>
56
57 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
58 file1.txt from host at the end.
59 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
60
c2b2ccc5
DE
612014-05-15 Doug Evans <dje@google.com>
62
63 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
64 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
65 loading file. Add test for TU lookup.
66
8c217a4b
SM
672014-05-15 Simon Marchi <simon.marchi@ericsson.com>
68
69 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
70 calling "-exec-arguments" or "set args" before running the
71 inferior.
72
3deb39c6
SM
732014-05-15 Simon Marchi <simon.marchi@ericsson.com>
74
75 * lib/mi-support.exp (mi_expect_stop): Expect message for
76 inferiors that exit with non-zero exit code.
77
71a79f8c
YQ
782014-05-14 Yao Qi <yao@codesourcery.com>
79
80 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
81 match absolute path on remote host.
82 (test_file_list_exec_source_files): Remove "/" from the
83 pattern.
84
f23fcd46
YQ
852014-05-14 Yao Qi <yao@codesourcery.com>
86
87 * boards/local-remote-host-notty.exp (${board}_file): New
88 proc.
89
9404b58f
KM
902014-05-07 Kyle McMartin <kyle@redhat.com>
91
92 Pushed by Joel Brobecker <brobecker@adacore.com>.
93 * gdb.arch/aarch64-atomic-inst.c: New file.
94 * gdb.arch/aarch64-atomic-inst.exp: New file.
95
5e45f04c
YQ
962014-05-07 Yao Qi <yao@codesourcery.com>
97
98 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
99 in current context" too.
100
c888a17d
KS
1012014-05-05 Keith Seitz <keiths@redhat.com>
102
103 * gdb.linespec/ls-dollar.exp: Add test for linespec
104 file:convenience_variable.
105
290a839c
YQ
1062014-05-05 Yao Qi <yao@codesourcery.com>
107
108 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
109 traceframes into tfile and ctf trace files. Read data from
110 trace file and test collected data.
111 (gdb_collect_locals_test): Likewise.
112 (gdb_unavailable_registers_test): Likewise.
113 (gdb_unavailable_floats): Likewise.
114 (gdb_collect_globals_test): Likewise.
115 (top-level): Append "ctf" to trace_file_targets if GDB
116 supports.
117
b5262cd0
YQ
1182014-05-05 Yao Qi <yao@codesourcery.com>
119
120 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
121 code to ...
122 (gdb_collect_args_test_1): ... it. New proc.
123 (gdb_collect_locals_test): Move some code to ...
124 (gdb_collect_locals_test_1): ... it. New proc.
125 (gdb_unavailable_registers_test): Move some code to ...
126 (gdb_unavailable_registers_test_1): ... it. New proc.
127 (gdb_unavailable_floats): Move some code to ...
128 (gdb_unavailable_floats_1): ... it. New proc.
129
30a1e6cc
SDJ
1302014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
131
132 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
133 probes to test for bitness recognition.
134 * gdb.arch/amd64-stap-optional-prefix.exp
135 (test_probe_value_without_reg): New procedure.
136 Add code to test for different kinds of bitness.
137
f33da99a
SDJ
1382014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
139
140 PR breakpoints/16889
141 * gdb.arch/amd64-stap-optional-prefix.S: New file.
142 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
143
5b80f00d
PA
1442014-05-01 Pedro Alves <palves@redhat.com>
145
146 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
147 gdb_file_cmd if no file is specified.
148 * boards/native-extended-gdbserver.exp (gdb_load): Use the
149 last_loaded_file to set the remote exec-file.
150
f8c2a73c
PA
1512014-05-01 Pedro Alves <palves@redhat.com>
152
153 * boards/local-remote-host.exp: New file.
154
be6e8ac7
PA
1552014-05-01 Pedro Alves <palves@redhat.com>
156
157 * boards/local-remote-host.exp: Rename to ...
158 * boards/local-remote-host-notty.exp: ... this.
159
cac0dc8f
JB
1602014-04-28 Joel Brobecker <brobecker@adacore.com>
161
162 * gdb.ada/dyn_arrayidx: New testcase.
163
9730e6cc
YQ
1642014-04-26 Yao Qi <yao@codesourcery.com>
165
166 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
167 and compute the length of function main. Save it in
168 $main_length.
169 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
170 (top-level): Use gdb_compile to compile objects into
171 executable and restart GDB. Remove invocation to
172 prepare_for_testing.
173
7ae1a6a6
PA
1742014-04-25 Simon Marchi <simon.marchi@ericsson.com>
175 Pedro Alves <palves@redhat.com>
176
177 PR server/16255
178 * gdb.multi/multi-attach.c: New file.
179 * gdb.multi/multi-attach.exp: New file.
180
4082afcc
PA
1812014-04-25 Pedro Alves <palves@redhat.com>
182
183 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
184 user.
185 (top level): Test that "set remote conditional-breakpoints-packet
186 off" works as intended.
187 * gdb.base/dprintf.exp: Test that "set remote
188 breakpoint-commands-packet off" works as intended.
189 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
190 New function.
191 (top level): Call it.
192 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
193 remote fast-tracepoints-packet off" works as intended.
194 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
195 * lib/gdb.exp (gdb_is_target_remote): ... here.
196
2abc3f8d
DB
1972014-04-24 David Blaikie <dblaikie@gmail.com>
198
199 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
200 ensure clang would not discard them.
201 * gdb.base/gdbvars.c: Ditto.
202 * gdb.base/memattr.c: Ditto.
203 * gdb.base/whatis.c: Ditto.
204 * gdb.python/py-prettyprint.c: Ditto.
205 * gdb.trace/actions.c: Ditto.
206 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
207 ensure clang would not discard it.
208
bfd39632
DB
2092014-04-24 David Blaikie <dblaikie@gmail.com>
210
211 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
212 clang to emit the full definition of type required by the test
213 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
214
22842ff6
DB
2152014-04-24 David Blaikie <dblaikie@gmail.com>
216
217 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
218 coax Clang into emitting the definition of the type.
219 * gdb.cp/pr10728-x.h (y): Ditto.
220 * gdb.cp/pr10728-y.cc (y): Ditto.
221
c2e827ad
DB
2222014-04-24 David Blaikie <dblaikie@gmail.com>
223
224 * gdb.base/label.exp: XFAIL label related tests under Clang.
225 * gdb.cp/cplabel.exp: Ditto.
226 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
227 under Clang those using labels.
228
4c2d33e7
YQ
2292014-04-25 Yao Qi <yao@codesourcery.com>
230
231 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
232 double_label.
233 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
234 partial_label and double_label.
235
56083b99
DB
2362014-04-24 David Blaikie <dblaikie@gmail.com>
237
238 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
239
25d4e99d
DB
2402014-04-24 David Blaikie <dblaikie@gmail.com>
241
242 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
243 of the function to work across GCC and Clang.
244 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
245 pointer types (const void ** const V void **).
246
01f9f808
MS
2472014-04-24 Michael Sturm <michael.sturm@mintel.com>
248 Walfred Tedeschi <walfred.tedeschi@intel.com>
249
250 * Makefile.in (EXECUTABLES): Added i386-avx512.
251 * gdb.arch/i386-avx512.c: New file.
252 * gdb.arch/i386-avx512.exp: Likewise.
253
4b48d439
KS
2542014-04-23 Keith Seitz <keiths@redhat.com>
255
256 * lib/mi-support.exp (mi_list_breakpoints): Delete.
257 (mi_make_breakpoint_table): New procedure.
258 (mi_create_breakpoint): Use mi_make_breakpoint
259 and return the result.
260 (mi_make_breakpoint): New procedure.
261 (mi_build_kv_pairs): New procedure.
262
263 * gdb.mi/mi-break.exp: Remove unused globals,
264 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
265 All callers updated.
266 * gdb.mi/mi-dprintf.exp: Use variable to track command
267 number.
268 Update all callers of mi_create_breakpoint and use
269 mi_make_breakpoint_table.
270 Remove any unused global variables.
271 * gdb.mi/mi-nonstop.exp: Likewise.
272 * gdb.mi/mi-nsintrall.exp: Likewise.
273 * gdb.mi/mi-nsmoribund.exp: Likewise.
274 * gdb.mi/mi-nsthrexec.exp: Likewise.
275 * gdb.mi/mi-reverse.exp: Likewise.
276 * gdb.mi/mi-simplerun.exp: Likewise.
277 * gdb.mi/mi-stepn.exp: Likewise.
278 * gdb.mi/mi-syn-frame.exp: Likewise.
279 * gdb.mi/mi-until.exp: Likewise.
280 * gdb.mi/mi-var-cp.exp: Likewise.
281 * gdb.mi/mi-var-display.exp: Likewise.
282 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
283 * gdb.mi/mi2-var-child.exp: Likewise.
284 * gdb.mi/mi-vla-c99.exp: Likewise.
285 * lib/mi-support.exp: Likewise.
286
287 From Ian Lance Taylor <iant@cygnus.com>:
288 * lib/gdb.exp (parse_args): New procedure.
289
08351840
PA
2902014-04-23 Pedro Alves <palves@redhat.com>
291
292 * gdb.base/break-unload-file.c: New file.
293 * gdb.base/break-unload-file.exp: New file.
294 * gdb.base/sym-file-lib.c (baz): New function.
295 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
296 field.
297 (load): Store the segment's mapped size.
298 (unload): New function.
299 (unload_shlib): New function.
300 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
301 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
302 set a breakpoint at baz, and call it.
303 * gdb.base/sym-file.exp: New tests for stale breakpoint
304 instructions.
305
076855f9
PA
3062014-04-23 Pedro Alves <palves@redhat.com>
307
308 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
309 * gdb.base/hbreak-in-shr-unsupported.c: New file.
310 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
311 * gdb.base/hbreak-unmapped.c: New file.
312 * gdb.base/hbreak-unmapped.exp: New file.
313 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
314 * lib/gdb.exp (gdb_is_target_remote): ... here.
315
483805cf
PA
3162014-04-22 Pedro Alves <palves@redhat.com>
317
318 * gdb.base/consecutive-step-over.c: New file.
319 * gdb.base/consecutive-step-over.exp: New file.
320
06d97543
PA
3212014-04-22 Pedro Alves <palves@redhat.com>
322
323 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
324 instead of send_gdb/gdb_expect.
325
b4429ea2
YQ
3262014-04-22 Yao Qi <yao@codesourcery.com>
327
328 * lib/trace-support.exp (generate_tracefile): New procedure.
329 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
330 return 0.
331 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
332 if generate_tracefile returns 1.
333
51d48146
PA
3342014-04-18 Tom Tromey <palves@redhat.com>
335 Pedro alves <tromey@redhat.com>
336
337 PR backtrace/15558
338 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
339 with a backtrace limit.
340 * gdb.python/py-frame-inline.exp: Test running to an inline
341 function with a backtrace limit, and printing the newest frame.
342 * gdb.python/py-frame-inline.c (main): Call f.
343
bd1dce5f
MS
3442014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
345
346 * gdb.java/jnpe.exp: Drop srcdir from untested path.
347
40d1a503
MS
3482014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
349
350 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
351 Drop prefix from unsupported source file path.
352
389b98f7
YQ
3532014-04-17 Yao Qi <yao@codesourcery.com>
354
355 * lib/gdb.exp (with_target_charset): New proc.
356 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
357 with_target_charset.
358 (test_print_strings): Likewise.
359 (test_repeat_bytes): Likewise.
360 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
361 for some tests.
362
22869d73
KS
3632014-04-16 Keith Seitz <keiths@redhat.com>
364
365 PR gdb/15827
366 * gdb.dwarf2/corrupt.c: New file.
367 * gdb.dwarf2/corrupt.exp: New file.
368
c4f87ca6
KS
3692014-04-16 Keith Seitz <keiths@redhat.com>
370
371 PR c++/16597
372 * gdb.cp/namelessclass.cc: New file.
373 * gdb.cp/namelessclass.exp: New file.
374 * gdb.cp/namelessclass.S: New file.
375
ab19de87
DE
3762014-04-16 Doug Evans <dje@google.com>
377
378 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
379 Add comment.
380 (gdbserver_default_get_comm_port): New function.
381 (gdbserver_start): Check if board file provided
382 "gdbserver,get_comm_port" and use it if so.
383 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
384 (gdb,socketport): Set to "stdio".
385 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
386 (stdio_gdbserver_template): Delete.
387 (${board}_get_remote_address): Update.
388 (${board}_build_remote_cmd): Delete.
389 (${board}_get_comm_port): New function.
390 (${board}_spawn): Update.
391 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
392 Delete.
393 (${board}_get_remote_address): Update.
394 (${board}_get_comm_port): New function.
395
fc98a809
AB
3962014-04-16 Andrew Burgess <aburgess@broadcom.com>
397
398 * gdb.base/memattr.exp: Improve regexps to handle memory regions
399 appearing in any order.
400
87fd9e6e
DE
4012014-04-15 Doug Evans <dje@google.com>
402
403 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
404 uninitialized value of "description".
405
099fc3ea
KS
4062014-04-15 Keith Seitz <keiths@redhat.com>
407
408 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
409 Remove unused globals.
410 (test_running_the_program): Likewise.
411 (test_controlled_execution): Likewise.
412 (test_controlling_breakpoints): Likewise.
413 (test_program_termination): Likewise.
414
5da151d4
KS
4152014-04-15 Keith Seitz <keiths@redhat.com>
416
417 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
418 unused globals.
419 (test_rbreak_creation_and_listing): Likewise.
420 (test_ignore_count): Likewise.
421 (test_error): Likewise.
422
35e5d2f0
PA
4232014-04-15 Pedro Alves <palves@redhat.com>
424
425 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
426 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
427 sym-file-loader.c.
428 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
429 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
430 to sym-file-loader.c.
431 (struct library): Forward declare.
432 (load_shlib, lookup_function): Change prototypes.
433 (find_shstrtab, find_strtab, find_shdr, find_symtab)
434 (translate_offset): Remove declarations.
435 (get_text_addr): New declaration.
436 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
437 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
438 sym-file-loader.h.
439 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
440 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
441 here from sym-file-loader.h.
442 (struct library): New structure.
443 (load_shlib, lookup_function): Change prototypes and adjust to
444 work with a struct library.
445 (find_shstrtab, find_strtab, find_shdr, find_symtab)
446 (translate_offset): Make static.
447 (get_text_addr): New function.
448 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
449
eb4c1710
PA
4502014-04-15 Pedro Alves <palves@redhat.com>
451
452 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
453
2d1baf52
PA
4542014-04-15 Pedro Alves <palves@redhat.com>
455
456 * gdb.base/sym-file-loader.c: Include <limits.h>.
457 (SELF_LINK): New define.
458 (get_origin): New function.
459 (load_shlib): Use it.
460 * gdb.base/sym-file.exp: Don't early return if the target is
461 remote. Use runto_main, and issue fail is that fails. Use
462 gdb_load_shlibs.
463 (shlib_name): Delete.
464 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
465
7dd6df01
PA
4662014-04-15 Pedro Alves <palves@redhat.com>
467
468 * gdb.base/sym-file.exp: Remove regex characters from test
469 message. Don't refer to breakpoint numbers in test messages.
470
b50c8614
KS
4712014-04-14 Keith Seitz <keiths@redhat.com>
472
473 PR c++/16253
474 * gdb.cp/var-tag.cc: New file.
475 * gdb.cp/var-tag.exp: New file.
476 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
477 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
478 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
479 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
480
3d567982
TT
4812014-04-14 Tom Tromey <tromey@redhat.com>
482
483 * gdb.cp/classes.exp (test_enums): Handle underlying type.
484 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
485 type.
486 * gdb.cp/enum-class.exp: New file.
487 * gdb.cp/enum-class.cc: New file.
488
0626fc76
TT
4892014-04-14 Tom Tromey <tromey@redhat.com>
490
491 * gdb.dwarf2/enum-type.exp: New file.
492
dca325b3
SA
4932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
494
495 * gdb.mi/mi-vla-c99.exp: New file.
496 * gdb.mi/vla.c: New file.
497
5854b38a
SA
4982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
499
500 * gdb.base/vla-datatypes.c: New file.
501 * gdb.base/vla-datatypes.exp: New file.
502
463bb957
SA
5032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
504
505 * gdb.base/vla-ptr.c: New file.
506 * gdb.base/vla-ptr.exp: New file.
507
3dd170be
SA
5082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
509
510 * gdb.dwarf2/count.exp: New file.
511
5ecaaa66
SA
5122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
513
514 * gdb.base/vla-sideeffect.c: New file.
515 * gdb.base/vla-sideeffect.exp: New file.
516
41f1ada5
DB
5172014-04-14 David Blaikie <dblaikie@gmail.com>
518
519 * gdb.mi/non-stop.c: Add return value for non-void function return
520 statement.
521 * gdb.threads/staticthreads.c: Ditto.
522
0be03e84
DE
5232014-04-12 Siva Chandra Reddy <sivachandra@google.com>
524 Doug Evans <xdje42@gmail.com>
525
526 * gdb.guile/scm-value.c: Improve test case.
527 * gdb.guile/scm-value.exp: Add new test.
528
f180a1fb
DB
5292014-04-11 David Blaikie <dblaikie@gmail.com>
530
531 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
532 override Clang's default.
533
6b662e19
JB
5342014-04-11 Joel Brobecker <brobecker@adacore.com>
535
536 Revert the following changes (regressions):
537
538 * gdb.base/vla-sideeffect.c: New file.
539 * gdb.base/vla-sideeffect.exp: New file.
540
541 * gdb.dwarf2/count.exp: New file.
542
543 * gdb.base/vla-multi.c: New file.
544 * gdb.base/vla-multi.exp: New file.
545
546 * gdb.base/vla-ptr.c: New file.
547 * gdb.base/vla-ptr.exp: New file.
548
549 * gdb.base/vla-datatypes.c: New file.
550 * gdb.base/vla-datatypes.exp: New file.
551
552 * gdb.mi/mi-vla-c99.exp: New file.
553 * gdb.mi/vla.c: New file.
554
245a5f0b
KS
5552014-04-11 Keith Seitz <keiths@redhat.com>
556
557 PR c++/16675
558 * gdb.cp/cpsizeof.exp: New file.
559 * gdb.cp/cpsizeof.cc: New file.
560
58a84dcf
SA
5612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
562
191a8a90
JB
563 * gdb.mi/mi-vla-c99.exp: New file.
564 * gdb.mi/vla.c: New file.
58a84dcf 565
c8655f75
SA
5662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
567
568 * gdb.base/vla-datatypes.c: New file.
569 * gdb.base/vla-datatypes.exp: New file.
570
024e13b4
SA
5712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
572
573 * gdb.base/vla-ptr.c: New file.
574 * gdb.base/vla-ptr.exp: New file.
575
1a237e0e
SA
5762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
577
578 * gdb.base/vla-multi.c: New file.
579 * gdb.base/vla-multi.exp: New file.
580
504f3432
SA
5812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
582
583 * gdb.dwarf2/count.exp: New file.
584
3bce8237
SA
5852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
586
191a8a90
JB
587 * gdb.base/vla-sideeffect.c: New file.
588 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 589
322f9c21
YQ
5902014-04-11 Yao Qi <yao@codesourcery.com>
591
592 * gdb.base/completion.exp: Check file exists before running tests
593 on file completion.
594
d708bcd1
PA
5952014-04-10 Pedro Alves <palves@redhat.com>
596
597 * gdb.base/cond-eval-mode.c: New file.
598 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
599 prepare_for_testing to build the new file. Check result of
600 runto_main.
601 (test_break, test_watch): New procedures.
602 (top level): Use them.
603
ae1d2761
PM
6042014-04-08 Pierre Muller <muller@sourceware.org>
605
606 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
607 Ctrl-V use for mingw hosts.
608
7af389b8
SC
6092014-04-07 Siva Chandra Reddy <sivachandra@google.com>
610
611 * gdb.python/py-value.c: Improve test case.
612 * gdb.python/py-value.exp: Add new test.
613
5e703181
DE
6142014-04-07 David Blaikie <dblaikie@gmail.com>
615
616 * lib/compiler.c: Identify the clang compiler.
617 * lib/compiler.cc: Ditto.
618
9810b410
YQ
6192014-04-03 Yao Qi <yao@codesourcery.com>
620
621 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
622
98d1b8dc
AB
6232014-04-01 Anton Blanchard <anton@samba.org>
624
625 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
626 messages unique.
627
3114cea1
AB
6282014-04-01 Anton Blanchard <anton@samba.org>
629
630 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
631 prepare_for_testing.
632
62f7182c
AB
6332014-04-01 Anton Blanchard <anton@samba.org>
634
635 * gdb.arch/ppc64-atomic-inst.c: Remove.
636 * gdb.arch/ppc64-atomic-inst.S: New file.
637 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
638
770e7fc7
DE
6392014-03-31 Doug Evans <dje@google.com>
640
641 * gdb.base/print-symbol-loading-lib.c: New file.
642 * gdb.base/print-symbol-loading-main.c: New file.
643 * gdb.base/print-symbol-loading.exp: New file.
644
46e2bafa
YQ
6452014-03-31 Yao Qi <yao@codesourcery.com>
646
647 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
648
8776cfe9
JB
6492014-03-28 Joel Brobecker <brobecker@adacore.com>
650
651 * gdb.ada/mi_dyn_arr: New testcase.
652
5d1ef361
DE
6532014-03-27 Doug Evans <dje@google.com>
654
655 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
656
b5bee914
YQ
6572014-03-27 Yao Qi <yao@codesourcery.com>
658
659 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
660 if target is nios2-*-*.
661
0d4d0e77
YQ
6622014-03-26 Yao Qi <yao@codesourcery.com>
663
664 * lib/gdb.exp (readline_is_used): New proc.
665 * gdb.base/completion.exp: Move tests on command complete up.
666 Skip the rest of tests if readline is not used.
667 * gdb.ada/complete.exp: Skp the test if readline is not
668 used.
669 * gdb.base/filesym.exp: Likewise.
670 * gdb.base/macscp.exp: Likewise.
671 * gdb.base/readline-ask.exp: Likewise.
672 * gdb.base/readline.exp: Likewise.
673 * gdb.python/py-cmd.exp: Likewise.
674 * gdb.trace/tfile.exp: Likewise.
675
29361eee
YQ
6762014-03-26 Yao Qi <yao@codesourcery.com>
677
678 * gdb.base/macscp.exp: Fix code format issues.
679
bc9a5525
UW
6802014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
681
682 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
683 * gdb.asm/powerpc64le.inc: New file.
684
d3839ede
PA
6852014-03-25 Pedro Alves <palves@redhat.com>
686 Doug Evans <dje@google.com>
687
688 * gdb.base/source-execution.c: New file.
689 * gdb.base/source-execution.exp: New file.
690 * gdb.base/source-execution.gdb: New file.
691
01672a57
DE
6922014-03-24 Doug Evans <dje@google.com>
693
694 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
695 using fission.
696
88bbeca9
HZ
6972014-03-24 Hui Zhu <hui@codesourcery.com>
698 Pedro Alves <palves@redhat.com>
699
700 PR breakpoints/16101
701 * gdb.base/dprintf.exp: Use unsupported rather than changing the
702 test pass/fail messages. Detect missing support for dprintf when
703 breakpoints are actually inserted.
704 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
705 breakpoints are actually inserted.
706 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
707 fails.
708
d2348791
JK
7092014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
710
711 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
712
feef67ab
DE
7132014-03-22 Doug Evans <xdje42@gmail.com>
714
715 * gdb.python/python.exp (python not supported): Verify multi-line
716 python command issues an error.
25d743f9 717 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 718 guile command issues an error.
feef67ab 719
ecebef6a
MR
7202014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
721
722 * gdb.threads/thread-specific.exp: Handle the lack of usable
723 $this_breakpoint and $this_thread.
724
ccdd1909
HZ
7252014-03-21 Hui Zhu <hui@codesourcery.com>
726
727 * gdb.base/attach.exp (do_command_attach_tests): New.
728
beb460e8
PA
7292014-03-20 Tom Tromey <tromey@redhat.com>
730 Pedro Alves <palves@redhat.com>
731
732 PR cli/15718
733 * gdb.base/condbreak-call-false.c: New file.
734 * gdb.base/condbreak-call-false.exp: New file.
735
40acf43a
PA
7362014-03-20 Pedro Alves <palves@redhat.com>
737
738 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
739 Delete.
740 (block_signals, unblock_signals): Delete.
741 (child_function_2, main): Remove references to deleted variable
742 and functions.
743
9f5e1e02
PA
7442014-03-20 Pedro Alves <palves@redhat.com>
745
746 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
747 Use pthread_kill to signal thread 2.
748 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
749 Adjust to make the test send itself a signal rather than using the
750 host's "kill" command.
751
99619bea
PA
7522014-03-20 Pedro Alves <palves@redhat.com>
753
754 * gdb.threads/multiple-step-overs.c: New file.
755 * gdb.threads/multiple-step-overs.exp: New file.
756 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
757 Adjust expected infrun debug output.
758
2adfaa28
PA
7592014-03-20 Pedro Alves <palves@redhat.com>
760
761 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
762 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
763
31e77af2
PA
7642014-03-20 Pedro Alves <palves@redhat.com>
765
766 PR breakpoints/7143
767 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
768 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
769 of gdb_test_multiple.
770 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
771 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
772
b9f437de
PA
7732014-03-20 Pedro Alves <palves@redhat.com>
774
775 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
776 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
777
05adc73e
PA
7782014-03-19 Pedro Alves <palves@redhat.com>
779
780 * gdb.base/async.exp: Remove early return.
781
6048b950
PA
7822014-03-19 Pedro Alves <palves@redhat.com>
783
784 * gdb.base/async.exp (step& tests): Pass explicit test messages.
785
8bcfb00a
PA
7862014-03-19 Pedro Alves <palves@redhat.com>
787
788 * gdb.base/async.exp (test_background): Expect \r\n after
789 "completed." in the fail pattern.
790
884e37dc
PA
7912014-03-19 Pedro Alves <palves@redhat.com>
792
793 * gdb.base/async.exp (test_background): New procedure.
794 Use it for all background execution command tests.
795
148e57e2
PA
7962014-03-19 Pedro Alves <palves@redhat.com>
797
798 * gdb.base/async.exp: Use prepare_for_testing.
799
f48088c7
PA
8002014-03-19 Pedro Alves <palves@redhat.com>
801
802 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
803 the same line.
804
e2f6c966
PA
8052014-03-19 Pedro Alves <palves@redhat.com>
806
807 * gdb.base/async.c (main): Add "jump here" and "until here" line
808 marker comments.
809 * gdb.base/async.exp (jump_here): New global.
810 (jump& test): Use it.
811 (until_here): New global.
812 (until& test): Use it.
813
c30568d4
PA
8142014-03-19 Pedro Alves <palves@redhat.com>
815
816 * gdb.base/async.exp: Don't frob gdb_protocol.
817
0172b6a7
DE
8182014-03-18 Doug Evans <xdje42@gmail.com>
819
820 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
821 Fix spelling of exec-done-display.
822
06c868a8
JK
8232014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
824
825 PR gdb/15358
826 * gdb.base/gdb-sigterm.c: New file.
827 * gdb.base/gdb-sigterm.exp: New file.
828
0c7e1a46
PA
8292014-03-18 Pedro Alves <palves@redhat.com>
830
831 PR gdb/13860
832 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
833 * lib/mi-support.exp (mi_expect_stop): Add special handling for
834 solib-event.
835
f7c77d93
JB
8362014-03-17 Joel Brobecker <brobecker@adacore.com>
837
838 * gdb.ada/pckd_arr_ren: New testcase.
839
5a1e8c7a
DE
8402014-03-13 Doug Evans <xdje42@gmail.com>
841
842 PR guile/16612
843 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
844 collect after discarding symbols.
845
350e1a76
DE
8462014-03-13 Ludovic Courtès <ludo@gnu.org>
847 Doug Evans <xdje42@gmail.com>
848
849 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
850 to history survives a gc.
851
a69900ae
PA
8522014-03-13 Pedro Alves <palves@redhat.com>
853
854 * gdb.base/default.exp: Don't test "target procfs".
855
5db9f0bd
PA
8562014-03-13 Pedro Alves <palves@redhat.com>
857
858 * gdb.base/default.exp: Update "target child" and "target procfs"
859 tests to not expect "Unix".
860
b3ccfe11
TT
8612014-03-12 Tom Tromey <tromey@redhat.com>
862
863 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
864 New procs. Add target-async tests.
865 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
866 Add target-async tests.
867
646f4417
AA
8682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
869
870 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
871 'func_start' and 'func_end' for the beginning and end of the
872 function code, respectively.
873 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
874 'func_end' instead of 'func' and 'main'.
875
288c211f
AA
8762014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
877
878 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
879 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
880 generate the debug info assembler source.
881
e0c0f156
AA
8822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
883
884 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
885 * gdb.dwarf2/arr-subrange.exp: Likewise.
886 * gdb.dwarf2/dwz.exp: Likewise.
887 * gdb.dwarf2/method-ptr.exp: Likewise.
888 * gdb.dwarf2/missing-sig-type.exp: Likewise.
889 * gdb.dwarf2/subrange.exp: Likewise.
890 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
891 * gdb.dwarf2/implptrpiece.exp: Likewise.
892 * gdb.dwarf2/nostaticblock.exp: Likewise.
893
0e5c4555
AA
8942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
895
896 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
897 directory to absolute path name arguments.
898
5ec18f2b
JG
8992014-03-10 Joel Brobecker <brobecker@adacore.com>
900
901 * gdb.ada/tagged_access: New testcase.
902
847fc4f2
MM
9032014-03-07 Markus Metzger <markus.t.metzger@intel.com>
904
905 * gdb.btrace/data.exp: Update expected output.
906
cc3da688
YQ
9072014-03-06 Yao Qi <yao@codesourcery.com>
908
909 * gdb.trace/pr16508.exp: New file.
910
0f26cec1
PA
9112014-03-05 Pedro Alves <palves@redhat.com>
912
913 PR gdb/16575
914 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
915 procedure.
916 (top level): Adjust to use it. Add tests that exercise breakpoint
917 interaction with the code-cache.
918
7a5a839f
LC
9192014-02-26 Ludovic Courtès <ludo@gnu.org>
920
921 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
922 test for 'history-append!'.
923
31aa7e4e
JB
9242014-02-26 Joel Brobecker <brobecker@adacore.com>
925
926 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
927 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
928 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
929 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
930 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
931 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
932
1b588015
JB
9332014-02-26 Joel Brobecker <brobecker@adacore.com>
934
935 * testsuite/gdb.python/py-pp-re-notag.c: New file.
936 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
937 * testsuite/gdb.python/py-pp-re-notag.p: New file.
938
55426c9d
JB
9392014-02-26 Joel Brobecker <brobecker@adacore.com>
940
941 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
942
dc53a7ad
JB
9432014-02-26 Joel Brobecker <brobecker@adacore.com>
944
945 * gdb.dwarf2/arr-stride.c: New file.
946 * gdb.dwarf2/arr-stride.exp: New file.
947
12ab52e9
PA
9482014-02-26 Pedro Alves <palves@redhat.com>
949
950 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
951 that won't ever trigger. Make sure that GDB reports the correct
952 breakpoint that caused the stop.
953
849c862e
JK
9542014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
955
956 PR gdb/16626
957 * gdb.base/auto-load-script: New file.
958 * gdb.base/auto-load.c: New file.
959 * gdb.base/auto-load.exp: New file.
960
71b7d793
JK
961 PR gdb/16626
962 * gdb.base/auto-load.exp: Fix out-of-srctree run.
963
e2f0d509
JK
9642014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
965
966 Fix dw2-icycle.exp -fsanitize=address GDB crash.
967 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
968
50cc37c8
DE
9692014-02-24 Doug Evans <dje@google.com>
970
971 * lib/gdb.exp (run_on_host): Log error output if program fails.
972
ea4758f2
PA
9732014-02-21 Pedro Alves <palves@redhat.com>
974
975 * gdb.threads/step-after-sr-lock.c: Rename to ...
976 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
977 * gdb.threads/step-after-sr-lock.exp: Rename to ...
978 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
979 ... this.
980
d7b30f67
SDJ
9812014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
982
983 PR tdep/16397
984 * gdb.arch/amd64-stap-special-operands.exp: New file.
985 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
986 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
987 * gdb.arch/amd64-stap-triplet.S: Likewise.
988 * gdb.arch/amd64-stap-triplet.c: Likewise.
989
83deb43f
JB
9902014-02-20 Joel Brobecker <brobecker@adacore.com>
991
992 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
993 in .section pseudo-op.
994
adde2bff
DE
9952014-02-20 lin zuojian <manjian2006@gmail.com>
996 Joel Brobecker <brobecker@adacore.com>
997 Doug Evans <xdje42@gmail.com>
998
999 PR symtab/16581
1000 * gdb.dwarf2/dw2-icycle.S: New file.
1001 * gdb.dwarf2/dw2-icycle.c: New file.
1002 * gdb.dwarf2/dw2-icycle.exp: New file.
1003
f7bd0f78
SC
10042014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1005
1006 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1007 operations on gdb.Value objects.
1008 * gdb.python/py-value-cc.exp: Add new test to test operations on
1009 gdb.Value objects.
1010
c17ef0d5
DE
10112014-02-18 Doug Evans <dje@google.com>
1012
1013 * Makefile.in (TESTS): New variable.
1014 (expanded_tests, expanded_tests_or_none): New variables
1015 (check-single): Pass $(expanded_tests_or_none) to runtest.
1016 (check-parallel): Only run tests in $(TESTS) if non-empty.
1017 (check/no-matching-tests-found): New rule.
1018 * README: Document TESTS makefile variable.
1019
5dd3176f
DE
10202014-02-18 Doug Evans <dje@google.com>
1021
1022 * Makefile.in (check-parallel): rm -rf outputs temp.
1023
0b10be4f
JK
10242014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1025
1026 Fix "ERROR: no fileid for" in the testsuite.
1027 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1028
85f224e7
DE
10292014-02-12 Doug Evans <dje@google.com>
1030
1031 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1032 (MISCELLANEOUS): New variable.
1033 (clean): rm -rf $(MISCELLANEOUS).
1034 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1035 dwp live in the same directory as symlinks, with each symlink pointed
1036 to a differently named file in a different directory.
1037
149b30ff
DE
10382014-02-11 Doug Evans <dje@google.com>
1039
1040 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1041 of Tcl file commands.
1042
1dfdac32
MK
10432014-02-10 Mark Kettenis <kettenis@gnu.org>
1044
1045 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1046 "kill -SIGUSR1 -1".
1047
aa4fb036
JB
10482014-02-10 Joel Brobecker <brobecker@adacore.com>
1049
1050 * gdb.ada/tick_length_array_enum_idx: New testcase.
1051
ed3ef339
DE
10522014-02-10 Doug Evans <xdje42@gmail.com>
1053
1054 * configure.ac (AC_OUTPUT): Add gdb.guile.
1055 * configure: Regenerate.
1056 * lib/gdb-guile.exp: New file.
1057 * lib/gdb.exp (get_target_charset): New function.
1058 * gdb.base/help.exp: Update expected output from "apropos apropos".
1059 * gdb.guile/Makefile.in: New file.
1060 * gdb.guile/guile.exp: New file.
1061 * gdb.guile/scm-arch.c: New file.
1062 * gdb.guile/scm-arch.exp: New file.
1063 * gdb.guile/scm-block.c: New file.
1064 * gdb.guile/scm-block.exp: New file.
1065 * gdb.guile/scm-breakpoint.c: New file.
1066 * gdb.guile/scm-breakpoint.exp: New file.
1067 * gdb.guile/scm-disasm.c: New file.
1068 * gdb.guile/scm-disasm.exp: New file.
1069 * gdb.guile/scm-equal.c: New file.
1070 * gdb.guile/scm-equal.exp: New file.
1071 * gdb.guile/scm-error.exp: New file.
1072 * gdb.guile/scm-error.scm: New file.
1073 * gdb.guile/scm-frame-args.c: New file.
1074 * gdb.guile/scm-frame-args.exp: New file.
1075 * gdb.guile/scm-frame-args.scm: New file.
1076 * gdb.guile/scm-frame-inline.c: New file.
1077 * gdb.guile/scm-frame-inline.exp: New file.
1078 * gdb.guile/scm-frame.c: New file.
1079 * gdb.guile/scm-frame.exp: New file.
1080 * gdb.guile/scm-generics.exp: New file.
1081 * gdb.guile/scm-gsmob.exp: New file.
1082 * gdb.guile/scm-iterator.c: New file.
1083 * gdb.guile/scm-iterator.exp: New file.
1084 * gdb.guile/scm-math.c: New file.
1085 * gdb.guile/scm-math.exp: New file.
1086 * gdb.guile/scm-objfile-script-gdb.in: New file.
1087 * gdb.guile/scm-objfile-script.c: New file.
1088 * gdb.guile/scm-objfile-script.exp: New file.
1089 * gdb.guile/scm-objfile.c: New file.
1090 * gdb.guile/scm-objfile.exp: New file.
1091 * gdb.guile/scm-ports.exp: New file.
1092 * gdb.guile/scm-pretty-print.c: New file.
1093 * gdb.guile/scm-pretty-print.exp: New file.
1094 * gdb.guile/scm-pretty-print.scm: New file.
1095 * gdb.guile/scm-section-script.c: New file.
1096 * gdb.guile/scm-section-script.exp: New file.
1097 * gdb.guile/scm-section-script.scm: New file.
1098 * gdb.guile/scm-symbol.c: New file.
1099 * gdb.guile/scm-symbol.exp: New file.
1100 * gdb.guile/scm-symtab-2.c: New file.
1101 * gdb.guile/scm-symtab.c: New file.
1102 * gdb.guile/scm-symtab.exp: New file.
1103 * gdb.guile/scm-type.c: New file.
1104 * gdb.guile/scm-type.exp: New file.
1105 * gdb.guile/scm-value-cc.cc: New file.
1106 * gdb.guile/scm-value-cc.exp: New file.
1107 * gdb.guile/scm-value.c: New file.
1108 * gdb.guile/scm-value.exp: New file.
1109 * gdb.guile/source2.scm: New file.
1110 * gdb.guile/types-module.cc: New file.
1111 * gdb.guile/types-module.exp: New file.
1112
7026a7c1
YQ
11132014-02-10 Yao Qi <yao@codesourcery.com>
1114
1115 PR testsuite/16543
1116 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1117 * configure: Regenerated.
1118 * Makefile.in: New file.
1119
6c466447
AS
11202014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1121
1122 * gdb.python/py-framefilter.exp: Fix typo.
1123
6e854735
YQ
11242014-02-08 Yao Qi <yao@codesourcery.com>
1125
1126 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1127 that no =breakpoint-modified is emitted when breakpoints are
1128 modified through MI commands.
1129
d137e6dc
PA
11302014-02-07 Pedro Alves <pedro@codesourcery.com>
1131 Pedro Alves <palves@redhat.com>
1132
1133 * gdb.threads/step-after-sr-lock.c: New file.
1134 * gdb.threads/step-after-sr-lock.exp: New file.
1135
b5ee5a50
PA
11362014-02-07 Pedro Alves <palves@redhat.com>
1137
1138 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1139
3c77faf3
JK
11402014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1141
1142 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1143 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1144
6dddc817
DE
11452014-02-06 Doug Evans <xdje42@gmail.com>
1146
1147 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1148 output.
1149
1150 * gdb.gdb/python-interrupts.exp: New file.
1151
de7b2893
YQ
11522014-02-05 Yao Qi <yao@codesourcery.com>
1153
1154 * gdb.trace/report.exp (use_collected_data): Test the output
1155 of "info threads" and "info inferiors".
1156
66d032ac
YQ
11572014-02-05 Yao Qi <yao@codesourcery.com>
1158
1159 Revert this patch:
1160
1161 2013-05-24 Yao Qi <yao@codesourcery.com>
1162
1163 * gdb.trace/tfile.exp: Test inferior and thread.
1164
591a12a1
UW
11652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1166
1167 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1168 on a function.
1169 * gdb.base/step-bt.c: Call hello via function pointer to make
1170 sure its first instruction is executed on powerpc64le-linux.
1171
0ff3e01f
UW
11722014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1173
1174 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1175
084ee545
UW
11762014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1177
1178 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1179 of the test patterns for use on little-endian systems.
1180
6ed14ff3
UW
11812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1182
1183 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1184 (decimal_vector): Fix for little-endian.
1185
401e27fd
JM
11862014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1187
1188 * gdb.arch/sparc-sysstep.exp: New file.
1189 * gdb.arch/sparc-sysstep.c: Likewise.
1190
1191 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1192
8b924729
EBM
11932014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1194
1195 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1196
fb151210
JB
11972014-01-23 Tom Tromey <tromey@redhat.com>
1198
1199 * gdb.ada/array_char_idx: New testcase.
1200
0740f8d8
TT
12012014-01-23 Tom Tromey <tromey@redhat.com>
1202
1203 PR python/16487:
1204 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1205 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1206 classes.
1207
21909fa1
TT
12082014-01-23 Tom Tromey <tromey@redhat.com>
1209
1210 PR python/16491:
1211 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1212 string from an inferior frame.
1213 * gdb.python/py-framefilter-mi.exp: Update.
1214
87ce2a04
DE
12152014-01-22 Doug Evans <dje@google.com>
1216
1217 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1218
237b092b
AA
12192014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1220
1221 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1222
d674a709
AA
12232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1224
1225 * gdb.trace/entry-values.exp: Remove excess space character from
1226 regex patterns. Handle s390 call instruction.
1227
20fa3390
AA
12282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1229
1230 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1231 define "*_start" label. Make "name" static.
1232 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1233 ${name} by references to ${name}_start.
1234
78466714
AA
12352014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1236
1237 * gdb.base/info-macros.exp: Remove "debug" from the compile
1238 options.
1239
ec9f644a
IB
12402014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1241
1242 * gdb.dlang/demangle.exp: New file.
1243
94b1b47e
IB
12442014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1245
1246 * gdb.dlang/primitive-types.exp: New file.
1247
7f420862
IB
12482014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1249
1250 * configure.ac: Create gdb.dlang/Makefile.
1251 * configure: Regenerate.
1252 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1253 * gdb.dlang/Makefile.in: New file.
1254 * lib/d-support.exp: New file.
1255 * lib/gdb.exp (skip_d_tests): New proc.
1256
52834460
MM
12572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1258
1259 * gdb.btrace/delta.exp: Check reverse stepi.
1260 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1261 * gdb.btrace/finish.exp: New.
1262 * gdb.btrace/next.exp: New.
1263 * gdb.btrace/nexti.exp: New.
1264 * gdb.btrace/record_goto.c: Add comments.
1265 * gdb.btrace/step.exp: New.
1266 * gdb.btrace/stepi.exp: New.
1267 * gdb.btrace/multi-thread-step.c: New.
1268 * gdb.btrace/multi-thread-step.exp: New.
1269 * gdb.btrace/rn-dl-bind.c: New.
1270 * gdb.btrace/rn-dl-bind.exp: New.
1271 * gdb.btrace/data.c: New.
1272 * gdb.btrace/data.exp: New.
1273 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1274
6e07b1d2
MM
12752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1276
1277 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1278 * gdb.btrace/exception.exp: Update.
1279 * gdb.btrace/instruction_history.exp: Update.
1280 * gdb.btrace/record_goto.exp: Update.
1281 * gdb.btrace/tailcall.exp: Update.
1282 * gdb.btrace/unknown_functions.exp: Update.
1283 * gdb.btrace/delta.exp: New.
1284
0b722aec
MM
12852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1286
1287 * gdb.btrace/record_goto.exp: Add backtrace test.
1288 * gdb.btrace/tailcall.exp: Add backtrace test.
1289
066ce621
MM
12902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1291
1292 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1293 * gdb.btrace/record_goto.c: New.
1294 * gdb.btrace/record_goto.exp: New.
1295 * gdb.btrace/x86-record_goto.S: New.
1296
0688d04e
MM
12972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1298
1299 * gdb.btrace/function_call_history.exp: Update tests.
1300 * gdb.btrace/instruction_history.exp: Update tests.
1301
8710b709
MM
13022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1303
1304 * gdb.btrace/function_call_history.exp: Fix expected field
1305 order for "record function-call-history".
1306 Add new tests for "record function-call-history /c".
1307 * gdb.btrace/exception.cc: New.
1308 * gdb.btrace/exception.exp: New.
1309 * gdb.btrace/tailcall.exp: New.
1310 * gdb.btrace/x86-tailcall.S: New.
1311 * gdb.btrace/x86-tailcall.c: New.
1312 * gdb.btrace/unknown_functions.c: New.
1313 * gdb.btrace/unknown_functions.exp: New.
1314 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1315
5de9129b
MM
13162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1317
1318 * gdb.btrace/instruction_history.exp: Update.
1319 * gdb.btrace/function_call_history.exp: Update.
1320
23a7fe75
MM
13212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1322
1323 * gdb.btrace/function_call_history.exp: Fix expected function
1324 trace.
1325 * gdb.btrace/instruction_history.exp: Initialize traced.
1326 Remove traced_functions.
1327
724c7dd8
MM
13282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1329
1330 * gdb.btrace/function_call_history.exp: Update
1331 * gdb.btrace/instruction_history.exp: Update.
1332
6d78d93b
MM
13332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1334
1335 * gdb.btrace/enable.exp: Update expected text.
1336
93a360cc
OJ
13372014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1338
1339 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1340 bytes.
1341
3772b53f
MR
13422014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1343
1344 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1345
596662fa
OJ
13462014-01-15 Omair Javaid <omair.javaid@linaro.org>
1347
1348 * lib/gdb.exp (supports_process_record): Return true for
1349 arm*-linux*. (supports_reverse): Likewise.
1350
b5b08fb4
SC
13512014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1352
1353 PR python/15464
1354 PR python/16113
1355 * gdb.python/py-type.c: Enhance test case.
1356 * gdb.python/py-value-cc.cc: Likewise
1357 * gdb.python/py-type.exp: Add new tests.
1358 * gdb.python/py-value-cc.exp: Likewise
1359
52d7fb13
AA
13602014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1361 Pedro Alves <palves@redhat.com>
1362
1363 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1364 Make "name" extern.
1365 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1366 references to ${name}_start by references to ${name}.
1367
a2cd8cfe
JB
13682014-01-10 Joel Brobecker <brobecker@adacore.com>
1369
1370 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1371
4e23fced
JB
13722014-01-10 Joel Brobecker <brobecker@adacore.com>
1373
1374 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1375
c6a9e42c
PA
13762014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1377 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.mi/mi-info-os.exp: Connect to the target with
1380 mi_gdb_target_load.
1381
b7ea362b
PA
13822014-01-08 Pedro Alves <palves@redhat.com>
1383
1384 * gdb.threads/reconnect-signal.c: New file.
1385 * gdb.threads/reconnect-signal.exp: New file.
1386
5e3f4fab
EBM
13872014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1388
1389 * gdb.base/source-dir.exp: New file.
1390
79301218
JB
13912014-01-07 Joel Brobecker <brobecker@adacore.com>
1392
1393 * gdb.ada/mi_interface: New testcase.
1394
8e355c5d
JB
13952014-01-07 Joel Brobecker <brobecker@adacore.com>
1396
1397 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1398 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1399 gdb.ada/pp-rec-component/pck.ads: New files.
1400
c0d48811
JB
14012014-01-07 Joel Brobecker <brobecker@adacore.com>
1402
1403 * gdb.python/py-pp-integral.c: New file.
1404 * gdb.python/py-pp-integral.py: New file.
1405 * gdb.python/py-pp-integral.exp: New file.
1406
17b609c3 1407For older changes see ChangeLog-1993-2013.
c906108c 1408\f
8d8cb839
EZ
1409;; Local Variables:
1410;; mode: change-log
1411;; left-margin: 8
1412;; fill-column: 74
1413;; version-control: never
1414;; End:
902f2ccb 1415
14f8b115 1416 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1417 Copying and distribution of this file, with or without modification,
1418 are permitted provided the copyright notice and this notice are preserved.