]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
NEWS: Mention native target renames.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-05-21 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/default.exp: Test "target native" instead of "target
4 child".
5
6 2014-05-21 Mark Wielaard <mjw@redhat.com>
7
8 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9
10 2014-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
19 2014-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
24 2014-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
29 2014-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
34 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
35
36 * gdb.btrace/nohist.exp: New.
37
38 2014-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
45 2014-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
51 2014-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
56 2014-05-16 Doug Evans <dje@google.com>
57
58 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
59 * gdb.base/completion.exp: Check that all expected files exist
60 before doing file completion.
61
62 2014-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
68 2014-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
73 2014-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
79 2014-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
85 2014-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
91 2014-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
96 2014-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
103 2014-05-14 Yao Qi <yao@codesourcery.com>
104
105 * boards/local-remote-host-notty.exp (${board}_file): New
106 proc.
107
108 2014-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
114 2014-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
119 2014-05-05 Keith Seitz <keiths@redhat.com>
120
121 * gdb.linespec/ls-dollar.exp: Add test for linespec
122 file:convenience_variable.
123
124 2014-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
136 2014-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
148 2014-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
156 2014-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
162 2014-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
169 2014-05-01 Pedro Alves <palves@redhat.com>
170
171 * boards/local-remote-host.exp: New file.
172
173 2014-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
178 2014-04-28 Joel Brobecker <brobecker@adacore.com>
179
180 * gdb.ada/dyn_arrayidx: New testcase.
181
182 2014-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
192 2014-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
199 2014-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
215 2014-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
227 2014-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
233 2014-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
240 2014-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
247 2014-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
254 2014-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
258 2014-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
265 2014-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
272 2014-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
308 2014-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
324 2014-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
334 2014-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
339 2014-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
344 2014-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
352 2014-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
362 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
363
364 * gdb.java/jnpe.exp: Drop srcdir from untested path.
365
366 2014-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
371 2014-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
381 2014-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
387 2014-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
394 2014-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
414 2014-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
419 2014-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
424 2014-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
433 2014-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
441 2014-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
468 2014-04-15 Pedro Alves <palves@redhat.com>
469
470 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
471
472 2014-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
484 2014-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
489 2014-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
499 2014-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
507 2014-04-14 Tom Tromey <tromey@redhat.com>
508
509 * gdb.dwarf2/enum-type.exp: New file.
510
511 2014-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
516 2014-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
521 2014-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
526 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
527
528 * gdb.dwarf2/count.exp: New file.
529
530 2014-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
535 2014-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
541 2014-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
547 2014-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
552 2014-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
573 2014-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
579 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
580
581 * gdb.mi/mi-vla-c99.exp: New file.
582 * gdb.mi/vla.c: New file.
583
584 2014-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
589 2014-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
594 2014-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
599 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
600
601 * gdb.dwarf2/count.exp: New file.
602
603 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
604
605 * gdb.base/vla-sideeffect.c: New file.
606 * gdb.base/vla-sideeffect.exp: New file.
607
608 2014-04-11 Yao Qi <yao@codesourcery.com>
609
610 * gdb.base/completion.exp: Check file exists before running tests
611 on file completion.
612
613 2014-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
622 2014-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
627 2014-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
632 2014-04-07 David Blaikie <dblaikie@gmail.com>
633
634 * lib/compiler.c: Identify the clang compiler.
635 * lib/compiler.cc: Ditto.
636
637 2014-04-03 Yao Qi <yao@codesourcery.com>
638
639 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
640
641 2014-04-01 Anton Blanchard <anton@samba.org>
642
643 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
644 messages unique.
645
646 2014-04-01 Anton Blanchard <anton@samba.org>
647
648 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
649 prepare_for_testing.
650
651 2014-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
657 2014-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
663 2014-03-31 Yao Qi <yao@codesourcery.com>
664
665 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
666
667 2014-03-28 Joel Brobecker <brobecker@adacore.com>
668
669 * gdb.ada/mi_dyn_arr: New testcase.
670
671 2014-03-27 Doug Evans <dje@google.com>
672
673 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
674
675 2014-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
680 2014-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
694 2014-03-26 Yao Qi <yao@codesourcery.com>
695
696 * gdb.base/macscp.exp: Fix code format issues.
697
698 2014-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
703 2014-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
710 2014-03-24 Doug Evans <dje@google.com>
711
712 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
713 using fission.
714
715 2014-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
727 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
728
729 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
730
731 2014-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.
735 * gdb.guile/guile.exp (guile not supported): Verify multi-line
736 guile command issues an error.
737
738 2014-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
743 2014-03-21 Hui Zhu <hui@codesourcery.com>
744
745 * gdb.base/attach.exp (do_command_attach_tests): New.
746
747 2014-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
754 2014-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
762 2014-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
770 2014-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
777 2014-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
782 2014-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
791 2014-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
796 2014-03-19 Pedro Alves <palves@redhat.com>
797
798 * gdb.base/async.exp: Remove early return.
799
800 2014-03-19 Pedro Alves <palves@redhat.com>
801
802 * gdb.base/async.exp (step& tests): Pass explicit test messages.
803
804 2014-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
809 2014-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
814 2014-03-19 Pedro Alves <palves@redhat.com>
815
816 * gdb.base/async.exp: Use prepare_for_testing.
817
818 2014-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
823 2014-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
832 2014-03-19 Pedro Alves <palves@redhat.com>
833
834 * gdb.base/async.exp: Don't frob gdb_protocol.
835
836 2014-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
841 2014-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
847 2014-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
854 2014-03-17 Joel Brobecker <brobecker@adacore.com>
855
856 * gdb.ada/pckd_arr_ren: New testcase.
857
858 2014-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
864 2014-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
870 2014-03-13 Pedro Alves <palves@redhat.com>
871
872 * gdb.base/default.exp: Don't test "target procfs".
873
874 2014-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
879 2014-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
886 2014-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
894 2014-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
900 2014-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
912 2014-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
917 2014-03-10 Joel Brobecker <brobecker@adacore.com>
918
919 * gdb.ada/tagged_access: New testcase.
920
921 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
922
923 * gdb.btrace/data.exp: Update expected output.
924
925 2014-03-06 Yao Qi <yao@codesourcery.com>
926
927 * gdb.trace/pr16508.exp: New file.
928
929 2014-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
937 2014-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
942 2014-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
951 2014-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
957 2014-02-26 Joel Brobecker <brobecker@adacore.com>
958
959 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
960
961 2014-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
966 2014-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
972 2014-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
979 PR gdb/16626
980 * gdb.base/auto-load.exp: Fix out-of-srctree run.
981
982 2014-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
987 2014-02-24 Doug Evans <dje@google.com>
988
989 * lib/gdb.exp (run_on_host): Log error output if program fails.
990
991 2014-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
999 2014-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
1008 2014-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
1013 2014-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
1022 2014-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
1029 2014-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
1038 2014-02-18 Doug Evans <dje@google.com>
1039
1040 * Makefile.in (check-parallel): rm -rf outputs temp.
1041
1042 2014-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
1047 2014-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
1056 2014-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
1061 2014-02-10 Mark Kettenis <kettenis@gnu.org>
1062
1063 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1064 "kill -SIGUSR1 -1".
1065
1066 2014-02-10 Joel Brobecker <brobecker@adacore.com>
1067
1068 * gdb.ada/tick_length_array_enum_idx: New testcase.
1069
1070 2014-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
1131 2014-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
1138 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1139
1140 * gdb.python/py-framefilter.exp: Fix typo.
1141
1142 2014-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
1148 2014-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
1154 2014-02-07 Pedro Alves <palves@redhat.com>
1155
1156 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1157
1158 2014-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
1163 2014-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
1170 2014-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
1175 2014-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
1183 2014-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
1190 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1191
1192 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1193
1194 2014-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
1199 2014-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
1204 2014-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
1211 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1212
1213 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1214
1215 2014-01-23 Tom Tromey <tromey@redhat.com>
1216
1217 * gdb.ada/array_char_idx: New testcase.
1218
1219 2014-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
1226 2014-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
1233 2014-01-22 Doug Evans <dje@google.com>
1234
1235 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1236
1237 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1238
1239 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1240
1241 2014-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
1246 2014-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
1253 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1254
1255 * gdb.base/info-macros.exp: Remove "debug" from the compile
1256 options.
1257
1258 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1259
1260 * gdb.dlang/demangle.exp: New file.
1261
1262 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1263
1264 * gdb.dlang/primitive-types.exp: New file.
1265
1266 2014-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
1275 2014-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
1293 2014-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
1303 2014-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
1308 2014-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
1315 2014-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
1320 2014-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
1334 2014-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
1339 2014-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
1346 2014-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
1351 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1352
1353 * gdb.btrace/enable.exp: Update expected text.
1354
1355 2014-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
1360 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1361
1362 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1363
1364 2014-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
1369 2014-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
1378 2014-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
1386 2014-01-10 Joel Brobecker <brobecker@adacore.com>
1387
1388 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1389
1390 2014-01-10 Joel Brobecker <brobecker@adacore.com>
1391
1392 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1393
1394 2014-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
1400 2014-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
1405 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1406
1407 * gdb.base/source-dir.exp: New file.
1408
1409 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1410
1411 * gdb.ada/mi_interface: New testcase.
1412
1413 2014-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
1419 2014-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
1425 For older changes see ChangeLog-1993-2013.
1426 \f
1427 ;; Local Variables:
1428 ;; mode: change-log
1429 ;; left-margin: 8
1430 ;; fill-column: 74
1431 ;; version-control: never
1432 ;; End:
1433
1434 Copyright 2014 Free Software Foundation, Inc.
1435 Copying and distribution of this file, with or without modification,
1436 are permitted provided the copyright notice and this notice are preserved.