]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
fix file names in earlier checkin
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2
3 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4 behavior for $args, pass it directly to "run".
5
6 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7
8 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9 30000 to 65536.
10
11 2014-05-21 Pedro Alves <palves@redhat.com>
12
13 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14 auto-connect-native-target off".
15 * gdb.base/auto-connect-native-target.c: New file.
16 * gdb.base/auto-connect-native-target.exp: New file.
17
18 2014-05-21 Pedro Alves <palves@redhat.com>
19
20 * gdb.base/default.exp: Test "target native" instead of "target
21 child".
22
23 2014-05-21 Mark Wielaard <mjw@redhat.com>
24
25 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
26
27 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
28
29 Fix TLS access for -static -pthread.
30 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
31 <HAVE_TLS> (thread_function, main): Initialize it.
32 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
33 Add clean_restart.
34 <$have_tls != "">: Check TLSVAR.
35
36 2014-05-21 Pedro Alves <palves@redhat.com>
37
38 * gdb.base/dcache-line-read-error.c: New.
39 * gdb.base/dcache-line-read-error.exp: New.
40
41 2014-05-20 Pedro Alves <palves@redhat.com>
42
43 * gdb.base/compare-sections.c: New file.
44 * gdb.base/compare-sections.exp: New file.
45
46 2014-05-20 Pedro Alves <palves@redhat.com>
47
48 * gdb.base/break-idempotent.c: New file.
49 * gdb.base/break-idempotent.exp: New file.
50
51 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
52
53 * gdb.btrace/nohist.exp: New.
54
55 2014-05-20 Yao Qi <yao@codesourcery.com>
56
57 * lib/gdb.exp (gdb_init): Set timeout if test file is under
58 gdb.reverse directory and gdb_reverse_timeout exists in board
59 setting.
60 * README: Document gdb_reverse_timeout.
61
62 2014-05-20 Yao Qi <yao@codesourcery.com>
63
64 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
65 'test_file_name'. Treat args as a string instead of a list.
66 (gdb_init): Rename argument 'args' by 'test_file_name'.
67
68 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
69
70 * gdb.arch/powerpc-power.exp: New file.
71 * gdb.arch/powerpc-power.s: New file.
72
73 2014-05-16 Doug Evans <dje@google.com>
74
75 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
76 * gdb.base/completion.exp: Check that all expected files exist
77 before doing file completion.
78
79 2014-05-16 Doug Evans <dje@google.com>
80
81 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
82 Update.
83 (do_syscall_tests_without_xml): Update.
84
85 2014-05-16 Pedro Alves <palves@redhat.com>
86
87 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
88 instead of "unknown output after running".
89
90 2014-05-16 Yao Qi <yao@codesourcery.com>
91
92 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
93 file1.txt from host at the end.
94 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
95
96 2014-05-15 Doug Evans <dje@google.com>
97
98 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
99 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
100 loading file. Add test for TU lookup.
101
102 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
103
104 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
105 calling "-exec-arguments" or "set args" before running the
106 inferior.
107
108 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
109
110 * lib/mi-support.exp (mi_expect_stop): Expect message for
111 inferiors that exit with non-zero exit code.
112
113 2014-05-14 Yao Qi <yao@codesourcery.com>
114
115 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
116 match absolute path on remote host.
117 (test_file_list_exec_source_files): Remove "/" from the
118 pattern.
119
120 2014-05-14 Yao Qi <yao@codesourcery.com>
121
122 * boards/local-remote-host-notty.exp (${board}_file): New
123 proc.
124
125 2014-05-07 Kyle McMartin <kyle@redhat.com>
126
127 Pushed by Joel Brobecker <brobecker@adacore.com>.
128 * gdb.arch/aarch64-atomic-inst.c: New file.
129 * gdb.arch/aarch64-atomic-inst.exp: New file.
130
131 2014-05-07 Yao Qi <yao@codesourcery.com>
132
133 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
134 in current context" too.
135
136 2014-05-05 Keith Seitz <keiths@redhat.com>
137
138 * gdb.linespec/ls-dollar.exp: Add test for linespec
139 file:convenience_variable.
140
141 2014-05-05 Yao Qi <yao@codesourcery.com>
142
143 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
144 traceframes into tfile and ctf trace files. Read data from
145 trace file and test collected data.
146 (gdb_collect_locals_test): Likewise.
147 (gdb_unavailable_registers_test): Likewise.
148 (gdb_unavailable_floats): Likewise.
149 (gdb_collect_globals_test): Likewise.
150 (top-level): Append "ctf" to trace_file_targets if GDB
151 supports.
152
153 2014-05-05 Yao Qi <yao@codesourcery.com>
154
155 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
156 code to ...
157 (gdb_collect_args_test_1): ... it. New proc.
158 (gdb_collect_locals_test): Move some code to ...
159 (gdb_collect_locals_test_1): ... it. New proc.
160 (gdb_unavailable_registers_test): Move some code to ...
161 (gdb_unavailable_registers_test_1): ... it. New proc.
162 (gdb_unavailable_floats): Move some code to ...
163 (gdb_unavailable_floats_1): ... it. New proc.
164
165 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
166
167 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
168 probes to test for bitness recognition.
169 * gdb.arch/amd64-stap-optional-prefix.exp
170 (test_probe_value_without_reg): New procedure.
171 Add code to test for different kinds of bitness.
172
173 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
174
175 PR breakpoints/16889
176 * gdb.arch/amd64-stap-optional-prefix.S: New file.
177 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
178
179 2014-05-01 Pedro Alves <palves@redhat.com>
180
181 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
182 gdb_file_cmd if no file is specified.
183 * boards/native-extended-gdbserver.exp (gdb_load): Use the
184 last_loaded_file to set the remote exec-file.
185
186 2014-05-01 Pedro Alves <palves@redhat.com>
187
188 * boards/local-remote-host.exp: New file.
189
190 2014-05-01 Pedro Alves <palves@redhat.com>
191
192 * boards/local-remote-host.exp: Rename to ...
193 * boards/local-remote-host-notty.exp: ... this.
194
195 2014-04-28 Joel Brobecker <brobecker@adacore.com>
196
197 * gdb.ada/dyn_arrayidx: New testcase.
198
199 2014-04-26 Yao Qi <yao@codesourcery.com>
200
201 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
202 and compute the length of function main. Save it in
203 $main_length.
204 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
205 (top-level): Use gdb_compile to compile objects into
206 executable and restart GDB. Remove invocation to
207 prepare_for_testing.
208
209 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
210 Pedro Alves <palves@redhat.com>
211
212 PR server/16255
213 * gdb.multi/multi-attach.c: New file.
214 * gdb.multi/multi-attach.exp: New file.
215
216 2014-04-25 Pedro Alves <palves@redhat.com>
217
218 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
219 user.
220 (top level): Test that "set remote conditional-breakpoints-packet
221 off" works as intended.
222 * gdb.base/dprintf.exp: Test that "set remote
223 breakpoint-commands-packet off" works as intended.
224 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
225 New function.
226 (top level): Call it.
227 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
228 remote fast-tracepoints-packet off" works as intended.
229 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
230 * lib/gdb.exp (gdb_is_target_remote): ... here.
231
232 2014-04-24 David Blaikie <dblaikie@gmail.com>
233
234 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
235 ensure clang would not discard them.
236 * gdb.base/gdbvars.c: Ditto.
237 * gdb.base/memattr.c: Ditto.
238 * gdb.base/whatis.c: Ditto.
239 * gdb.python/py-prettyprint.c: Ditto.
240 * gdb.trace/actions.c: Ditto.
241 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
242 ensure clang would not discard it.
243
244 2014-04-24 David Blaikie <dblaikie@gmail.com>
245
246 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
247 clang to emit the full definition of type required by the test
248 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
249
250 2014-04-24 David Blaikie <dblaikie@gmail.com>
251
252 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
253 coax Clang into emitting the definition of the type.
254 * gdb.cp/pr10728-x.h (y): Ditto.
255 * gdb.cp/pr10728-y.cc (y): Ditto.
256
257 2014-04-24 David Blaikie <dblaikie@gmail.com>
258
259 * gdb.base/label.exp: XFAIL label related tests under Clang.
260 * gdb.cp/cplabel.exp: Ditto.
261 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
262 under Clang those using labels.
263
264 2014-04-25 Yao Qi <yao@codesourcery.com>
265
266 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
267 double_label.
268 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
269 partial_label and double_label.
270
271 2014-04-24 David Blaikie <dblaikie@gmail.com>
272
273 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
274
275 2014-04-24 David Blaikie <dblaikie@gmail.com>
276
277 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
278 of the function to work across GCC and Clang.
279 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
280 pointer types (const void ** const V void **).
281
282 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
283 Walfred Tedeschi <walfred.tedeschi@intel.com>
284
285 * Makefile.in (EXECUTABLES): Added i386-avx512.
286 * gdb.arch/i386-avx512.c: New file.
287 * gdb.arch/i386-avx512.exp: Likewise.
288
289 2014-04-23 Keith Seitz <keiths@redhat.com>
290
291 * lib/mi-support.exp (mi_list_breakpoints): Delete.
292 (mi_make_breakpoint_table): New procedure.
293 (mi_create_breakpoint): Use mi_make_breakpoint
294 and return the result.
295 (mi_make_breakpoint): New procedure.
296 (mi_build_kv_pairs): New procedure.
297
298 * gdb.mi/mi-break.exp: Remove unused globals,
299 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
300 All callers updated.
301 * gdb.mi/mi-dprintf.exp: Use variable to track command
302 number.
303 Update all callers of mi_create_breakpoint and use
304 mi_make_breakpoint_table.
305 Remove any unused global variables.
306 * gdb.mi/mi-nonstop.exp: Likewise.
307 * gdb.mi/mi-nsintrall.exp: Likewise.
308 * gdb.mi/mi-nsmoribund.exp: Likewise.
309 * gdb.mi/mi-nsthrexec.exp: Likewise.
310 * gdb.mi/mi-reverse.exp: Likewise.
311 * gdb.mi/mi-simplerun.exp: Likewise.
312 * gdb.mi/mi-stepn.exp: Likewise.
313 * gdb.mi/mi-syn-frame.exp: Likewise.
314 * gdb.mi/mi-until.exp: Likewise.
315 * gdb.mi/mi-var-cp.exp: Likewise.
316 * gdb.mi/mi-var-display.exp: Likewise.
317 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
318 * gdb.mi/mi2-var-child.exp: Likewise.
319 * gdb.mi/mi-vla-c99.exp: Likewise.
320 * lib/mi-support.exp: Likewise.
321
322 From Ian Lance Taylor <iant@cygnus.com>:
323 * lib/gdb.exp (parse_args): New procedure.
324
325 2014-04-23 Pedro Alves <palves@redhat.com>
326
327 * gdb.base/break-unload-file.c: New file.
328 * gdb.base/break-unload-file.exp: New file.
329 * gdb.base/sym-file-lib.c (baz): New function.
330 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
331 field.
332 (load): Store the segment's mapped size.
333 (unload): New function.
334 (unload_shlib): New function.
335 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
336 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
337 set a breakpoint at baz, and call it.
338 * gdb.base/sym-file.exp: New tests for stale breakpoint
339 instructions.
340
341 2014-04-23 Pedro Alves <palves@redhat.com>
342
343 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
344 * gdb.base/hbreak-in-shr-unsupported.c: New file.
345 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
346 * gdb.base/hbreak-unmapped.c: New file.
347 * gdb.base/hbreak-unmapped.exp: New file.
348 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
349 * lib/gdb.exp (gdb_is_target_remote): ... here.
350
351 2014-04-22 Pedro Alves <palves@redhat.com>
352
353 * gdb.base/consecutive-step-over.c: New file.
354 * gdb.base/consecutive-step-over.exp: New file.
355
356 2014-04-22 Pedro Alves <palves@redhat.com>
357
358 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
359 instead of send_gdb/gdb_expect.
360
361 2014-04-22 Yao Qi <yao@codesourcery.com>
362
363 * lib/trace-support.exp (generate_tracefile): New procedure.
364 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
365 return 0.
366 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
367 if generate_tracefile returns 1.
368
369 2014-04-18 Tom Tromey <palves@redhat.com>
370 Pedro alves <tromey@redhat.com>
371
372 PR backtrace/15558
373 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
374 with a backtrace limit.
375 * gdb.python/py-frame-inline.exp: Test running to an inline
376 function with a backtrace limit, and printing the newest frame.
377 * gdb.python/py-frame-inline.c (main): Call f.
378
379 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
380
381 * gdb.java/jnpe.exp: Drop srcdir from untested path.
382
383 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
384
385 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
386 Drop prefix from unsupported source file path.
387
388 2014-04-17 Yao Qi <yao@codesourcery.com>
389
390 * lib/gdb.exp (with_target_charset): New proc.
391 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
392 with_target_charset.
393 (test_print_strings): Likewise.
394 (test_repeat_bytes): Likewise.
395 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
396 for some tests.
397
398 2014-04-16 Keith Seitz <keiths@redhat.com>
399
400 PR gdb/15827
401 * gdb.dwarf2/corrupt.c: New file.
402 * gdb.dwarf2/corrupt.exp: New file.
403
404 2014-04-16 Keith Seitz <keiths@redhat.com>
405
406 PR c++/16597
407 * gdb.cp/namelessclass.cc: New file.
408 * gdb.cp/namelessclass.exp: New file.
409 * gdb.cp/namelessclass.S: New file.
410
411 2014-04-16 Doug Evans <dje@google.com>
412
413 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
414 Add comment.
415 (gdbserver_default_get_comm_port): New function.
416 (gdbserver_start): Check if board file provided
417 "gdbserver,get_comm_port" and use it if so.
418 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
419 (gdb,socketport): Set to "stdio".
420 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
421 (stdio_gdbserver_template): Delete.
422 (${board}_get_remote_address): Update.
423 (${board}_build_remote_cmd): Delete.
424 (${board}_get_comm_port): New function.
425 (${board}_spawn): Update.
426 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
427 Delete.
428 (${board}_get_remote_address): Update.
429 (${board}_get_comm_port): New function.
430
431 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
432
433 * gdb.base/memattr.exp: Improve regexps to handle memory regions
434 appearing in any order.
435
436 2014-04-15 Doug Evans <dje@google.com>
437
438 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
439 uninitialized value of "description".
440
441 2014-04-15 Keith Seitz <keiths@redhat.com>
442
443 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
444 Remove unused globals.
445 (test_running_the_program): Likewise.
446 (test_controlled_execution): Likewise.
447 (test_controlling_breakpoints): Likewise.
448 (test_program_termination): Likewise.
449
450 2014-04-15 Keith Seitz <keiths@redhat.com>
451
452 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
453 unused globals.
454 (test_rbreak_creation_and_listing): Likewise.
455 (test_ignore_count): Likewise.
456 (test_error): Likewise.
457
458 2014-04-15 Pedro Alves <palves@redhat.com>
459
460 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
461 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
462 sym-file-loader.c.
463 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
464 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
465 to sym-file-loader.c.
466 (struct library): Forward declare.
467 (load_shlib, lookup_function): Change prototypes.
468 (find_shstrtab, find_strtab, find_shdr, find_symtab)
469 (translate_offset): Remove declarations.
470 (get_text_addr): New declaration.
471 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
472 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
473 sym-file-loader.h.
474 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
475 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
476 here from sym-file-loader.h.
477 (struct library): New structure.
478 (load_shlib, lookup_function): Change prototypes and adjust to
479 work with a struct library.
480 (find_shstrtab, find_strtab, find_shdr, find_symtab)
481 (translate_offset): Make static.
482 (get_text_addr): New function.
483 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
484
485 2014-04-15 Pedro Alves <palves@redhat.com>
486
487 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
488
489 2014-04-15 Pedro Alves <palves@redhat.com>
490
491 * gdb.base/sym-file-loader.c: Include <limits.h>.
492 (SELF_LINK): New define.
493 (get_origin): New function.
494 (load_shlib): Use it.
495 * gdb.base/sym-file.exp: Don't early return if the target is
496 remote. Use runto_main, and issue fail is that fails. Use
497 gdb_load_shlibs.
498 (shlib_name): Delete.
499 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
500
501 2014-04-15 Pedro Alves <palves@redhat.com>
502
503 * gdb.base/sym-file.exp: Remove regex characters from test
504 message. Don't refer to breakpoint numbers in test messages.
505
506 2014-04-14 Keith Seitz <keiths@redhat.com>
507
508 PR c++/16253
509 * gdb.cp/var-tag.cc: New file.
510 * gdb.cp/var-tag.exp: New file.
511 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
512 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
513 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
514 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
515
516 2014-04-14 Tom Tromey <tromey@redhat.com>
517
518 * gdb.cp/classes.exp (test_enums): Handle underlying type.
519 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
520 type.
521 * gdb.cp/enum-class.exp: New file.
522 * gdb.cp/enum-class.cc: New file.
523
524 2014-04-14 Tom Tromey <tromey@redhat.com>
525
526 * gdb.dwarf2/enum-type.exp: New file.
527
528 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
529
530 * gdb.mi/mi-vla-c99.exp: New file.
531 * gdb.mi/vla.c: New file.
532
533 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
534
535 * gdb.base/vla-datatypes.c: New file.
536 * gdb.base/vla-datatypes.exp: New file.
537
538 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
539
540 * gdb.base/vla-ptr.c: New file.
541 * gdb.base/vla-ptr.exp: New file.
542
543 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
544
545 * gdb.dwarf2/count.exp: New file.
546
547 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
548
549 * gdb.base/vla-sideeffect.c: New file.
550 * gdb.base/vla-sideeffect.exp: New file.
551
552 2014-04-14 David Blaikie <dblaikie@gmail.com>
553
554 * gdb.mi/non-stop.c: Add return value for non-void function return
555 statement.
556 * gdb.threads/staticthreads.c: Ditto.
557
558 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
559 Doug Evans <xdje42@gmail.com>
560
561 * gdb.guile/scm-value.c: Improve test case.
562 * gdb.guile/scm-value.exp: Add new test.
563
564 2014-04-11 David Blaikie <dblaikie@gmail.com>
565
566 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
567 override Clang's default.
568
569 2014-04-11 Joel Brobecker <brobecker@adacore.com>
570
571 Revert the following changes (regressions):
572
573 * gdb.base/vla-sideeffect.c: New file.
574 * gdb.base/vla-sideeffect.exp: New file.
575
576 * gdb.dwarf2/count.exp: New file.
577
578 * gdb.base/vla-multi.c: New file.
579 * gdb.base/vla-multi.exp: New file.
580
581 * gdb.base/vla-ptr.c: New file.
582 * gdb.base/vla-ptr.exp: New file.
583
584 * gdb.base/vla-datatypes.c: New file.
585 * gdb.base/vla-datatypes.exp: New file.
586
587 * gdb.mi/mi-vla-c99.exp: New file.
588 * gdb.mi/vla.c: New file.
589
590 2014-04-11 Keith Seitz <keiths@redhat.com>
591
592 PR c++/16675
593 * gdb.cp/cpsizeof.exp: New file.
594 * gdb.cp/cpsizeof.cc: New file.
595
596 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
597
598 * gdb.mi/mi-vla-c99.exp: New file.
599 * gdb.mi/vla.c: New file.
600
601 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
602
603 * gdb.base/vla-datatypes.c: New file.
604 * gdb.base/vla-datatypes.exp: New file.
605
606 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
607
608 * gdb.base/vla-ptr.c: New file.
609 * gdb.base/vla-ptr.exp: New file.
610
611 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
612
613 * gdb.base/vla-multi.c: New file.
614 * gdb.base/vla-multi.exp: New file.
615
616 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
617
618 * gdb.dwarf2/count.exp: New file.
619
620 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
621
622 * gdb.base/vla-sideeffect.c: New file.
623 * gdb.base/vla-sideeffect.exp: New file.
624
625 2014-04-11 Yao Qi <yao@codesourcery.com>
626
627 * gdb.base/completion.exp: Check file exists before running tests
628 on file completion.
629
630 2014-04-10 Pedro Alves <palves@redhat.com>
631
632 * gdb.base/cond-eval-mode.c: New file.
633 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
634 prepare_for_testing to build the new file. Check result of
635 runto_main.
636 (test_break, test_watch): New procedures.
637 (top level): Use them.
638
639 2014-04-08 Pierre Muller <muller@sourceware.org>
640
641 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
642 Ctrl-V use for mingw hosts.
643
644 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
645
646 * gdb.python/py-value.c: Improve test case.
647 * gdb.python/py-value.exp: Add new test.
648
649 2014-04-07 David Blaikie <dblaikie@gmail.com>
650
651 * lib/compiler.c: Identify the clang compiler.
652 * lib/compiler.cc: Ditto.
653
654 2014-04-03 Yao Qi <yao@codesourcery.com>
655
656 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
657
658 2014-04-01 Anton Blanchard <anton@samba.org>
659
660 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
661 messages unique.
662
663 2014-04-01 Anton Blanchard <anton@samba.org>
664
665 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
666 prepare_for_testing.
667
668 2014-04-01 Anton Blanchard <anton@samba.org>
669
670 * gdb.arch/ppc64-atomic-inst.c: Remove.
671 * gdb.arch/ppc64-atomic-inst.S: New file.
672 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
673
674 2014-03-31 Doug Evans <dje@google.com>
675
676 * gdb.base/print-symbol-loading-lib.c: New file.
677 * gdb.base/print-symbol-loading-main.c: New file.
678 * gdb.base/print-symbol-loading.exp: New file.
679
680 2014-03-31 Yao Qi <yao@codesourcery.com>
681
682 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
683
684 2014-03-28 Joel Brobecker <brobecker@adacore.com>
685
686 * gdb.ada/mi_dyn_arr: New testcase.
687
688 2014-03-27 Doug Evans <dje@google.com>
689
690 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
691
692 2014-03-27 Yao Qi <yao@codesourcery.com>
693
694 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
695 if target is nios2-*-*.
696
697 2014-03-26 Yao Qi <yao@codesourcery.com>
698
699 * lib/gdb.exp (readline_is_used): New proc.
700 * gdb.base/completion.exp: Move tests on command complete up.
701 Skip the rest of tests if readline is not used.
702 * gdb.ada/complete.exp: Skp the test if readline is not
703 used.
704 * gdb.base/filesym.exp: Likewise.
705 * gdb.base/macscp.exp: Likewise.
706 * gdb.base/readline-ask.exp: Likewise.
707 * gdb.base/readline.exp: Likewise.
708 * gdb.python/py-cmd.exp: Likewise.
709 * gdb.trace/tfile.exp: Likewise.
710
711 2014-03-26 Yao Qi <yao@codesourcery.com>
712
713 * gdb.base/macscp.exp: Fix code format issues.
714
715 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
716
717 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
718 * gdb.asm/powerpc64le.inc: New file.
719
720 2014-03-25 Pedro Alves <palves@redhat.com>
721 Doug Evans <dje@google.com>
722
723 * gdb.base/source-execution.c: New file.
724 * gdb.base/source-execution.exp: New file.
725 * gdb.base/source-execution.gdb: New file.
726
727 2014-03-24 Doug Evans <dje@google.com>
728
729 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
730 using fission.
731
732 2014-03-24 Hui Zhu <hui@codesourcery.com>
733 Pedro Alves <palves@redhat.com>
734
735 PR breakpoints/16101
736 * gdb.base/dprintf.exp: Use unsupported rather than changing the
737 test pass/fail messages. Detect missing support for dprintf when
738 breakpoints are actually inserted.
739 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
740 breakpoints are actually inserted.
741 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
742 fails.
743
744 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
745
746 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
747
748 2014-03-22 Doug Evans <xdje42@gmail.com>
749
750 * gdb.python/python.exp (python not supported): Verify multi-line
751 python command issues an error.
752 * gdb.guile/guile.exp (guile not supported): Verify multi-line
753 guile command issues an error.
754
755 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
756
757 * gdb.threads/thread-specific.exp: Handle the lack of usable
758 $this_breakpoint and $this_thread.
759
760 2014-03-21 Hui Zhu <hui@codesourcery.com>
761
762 * gdb.base/attach.exp (do_command_attach_tests): New.
763
764 2014-03-20 Tom Tromey <tromey@redhat.com>
765 Pedro Alves <palves@redhat.com>
766
767 PR cli/15718
768 * gdb.base/condbreak-call-false.c: New file.
769 * gdb.base/condbreak-call-false.exp: New file.
770
771 2014-03-20 Pedro Alves <palves@redhat.com>
772
773 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
774 Delete.
775 (block_signals, unblock_signals): Delete.
776 (child_function_2, main): Remove references to deleted variable
777 and functions.
778
779 2014-03-20 Pedro Alves <palves@redhat.com>
780
781 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
782 Use pthread_kill to signal thread 2.
783 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
784 Adjust to make the test send itself a signal rather than using the
785 host's "kill" command.
786
787 2014-03-20 Pedro Alves <palves@redhat.com>
788
789 * gdb.threads/multiple-step-overs.c: New file.
790 * gdb.threads/multiple-step-overs.exp: New file.
791 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
792 Adjust expected infrun debug output.
793
794 2014-03-20 Pedro Alves <palves@redhat.com>
795
796 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
797 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
798
799 2014-03-20 Pedro Alves <palves@redhat.com>
800
801 PR breakpoints/7143
802 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
803 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
804 of gdb_test_multiple.
805 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
806 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
807
808 2014-03-20 Pedro Alves <palves@redhat.com>
809
810 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
811 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
812
813 2014-03-19 Pedro Alves <palves@redhat.com>
814
815 * gdb.base/async.exp: Remove early return.
816
817 2014-03-19 Pedro Alves <palves@redhat.com>
818
819 * gdb.base/async.exp (step& tests): Pass explicit test messages.
820
821 2014-03-19 Pedro Alves <palves@redhat.com>
822
823 * gdb.base/async.exp (test_background): Expect \r\n after
824 "completed." in the fail pattern.
825
826 2014-03-19 Pedro Alves <palves@redhat.com>
827
828 * gdb.base/async.exp (test_background): New procedure.
829 Use it for all background execution command tests.
830
831 2014-03-19 Pedro Alves <palves@redhat.com>
832
833 * gdb.base/async.exp: Use prepare_for_testing.
834
835 2014-03-19 Pedro Alves <palves@redhat.com>
836
837 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
838 the same line.
839
840 2014-03-19 Pedro Alves <palves@redhat.com>
841
842 * gdb.base/async.c (main): Add "jump here" and "until here" line
843 marker comments.
844 * gdb.base/async.exp (jump_here): New global.
845 (jump& test): Use it.
846 (until_here): New global.
847 (until& test): Use it.
848
849 2014-03-19 Pedro Alves <palves@redhat.com>
850
851 * gdb.base/async.exp: Don't frob gdb_protocol.
852
853 2014-03-18 Doug Evans <xdje42@gmail.com>
854
855 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
856 Fix spelling of exec-done-display.
857
858 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
859
860 PR gdb/15358
861 * gdb.base/gdb-sigterm.c: New file.
862 * gdb.base/gdb-sigterm.exp: New file.
863
864 2014-03-18 Pedro Alves <palves@redhat.com>
865
866 PR gdb/13860
867 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
868 * lib/mi-support.exp (mi_expect_stop): Add special handling for
869 solib-event.
870
871 2014-03-17 Joel Brobecker <brobecker@adacore.com>
872
873 * gdb.ada/pckd_arr_ren: New testcase.
874
875 2014-03-13 Doug Evans <xdje42@gmail.com>
876
877 PR guile/16612
878 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
879 collect after discarding symbols.
880
881 2014-03-13 Ludovic Courtès <ludo@gnu.org>
882 Doug Evans <xdje42@gmail.com>
883
884 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
885 to history survives a gc.
886
887 2014-03-13 Pedro Alves <palves@redhat.com>
888
889 * gdb.base/default.exp: Don't test "target procfs".
890
891 2014-03-13 Pedro Alves <palves@redhat.com>
892
893 * gdb.base/default.exp: Update "target child" and "target procfs"
894 tests to not expect "Unix".
895
896 2014-03-12 Tom Tromey <tromey@redhat.com>
897
898 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
899 New procs. Add target-async tests.
900 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
901 Add target-async tests.
902
903 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
904
905 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
906 'func_start' and 'func_end' for the beginning and end of the
907 function code, respectively.
908 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
909 'func_end' instead of 'func' and 'main'.
910
911 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
912
913 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
914 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
915 generate the debug info assembler source.
916
917 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
918
919 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
920 * gdb.dwarf2/arr-subrange.exp: Likewise.
921 * gdb.dwarf2/dwz.exp: Likewise.
922 * gdb.dwarf2/method-ptr.exp: Likewise.
923 * gdb.dwarf2/missing-sig-type.exp: Likewise.
924 * gdb.dwarf2/subrange.exp: Likewise.
925 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
926 * gdb.dwarf2/implptrpiece.exp: Likewise.
927 * gdb.dwarf2/nostaticblock.exp: Likewise.
928
929 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
930
931 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
932 directory to absolute path name arguments.
933
934 2014-03-10 Joel Brobecker <brobecker@adacore.com>
935
936 * gdb.ada/tagged_access: New testcase.
937
938 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
939
940 * gdb.btrace/data.exp: Update expected output.
941
942 2014-03-06 Yao Qi <yao@codesourcery.com>
943
944 * gdb.trace/pr16508.exp: New file.
945
946 2014-03-05 Pedro Alves <palves@redhat.com>
947
948 PR gdb/16575
949 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
950 procedure.
951 (top level): Adjust to use it. Add tests that exercise breakpoint
952 interaction with the code-cache.
953
954 2014-02-26 Ludovic Courtès <ludo@gnu.org>
955
956 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
957 test for 'history-append!'.
958
959 2014-02-26 Joel Brobecker <brobecker@adacore.com>
960
961 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
962 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
963 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
964 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
965 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
966 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
967
968 2014-02-26 Joel Brobecker <brobecker@adacore.com>
969
970 * testsuite/gdb.python/py-pp-re-notag.c: New file.
971 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
972 * testsuite/gdb.python/py-pp-re-notag.p: New file.
973
974 2014-02-26 Joel Brobecker <brobecker@adacore.com>
975
976 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
977
978 2014-02-26 Joel Brobecker <brobecker@adacore.com>
979
980 * gdb.dwarf2/arr-stride.c: New file.
981 * gdb.dwarf2/arr-stride.exp: New file.
982
983 2014-02-26 Pedro Alves <palves@redhat.com>
984
985 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
986 that won't ever trigger. Make sure that GDB reports the correct
987 breakpoint that caused the stop.
988
989 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
990
991 PR gdb/16626
992 * gdb.base/auto-load-script: New file.
993 * gdb.base/auto-load.c: New file.
994 * gdb.base/auto-load.exp: New file.
995
996 PR gdb/16626
997 * gdb.base/auto-load.exp: Fix out-of-srctree run.
998
999 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1000
1001 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1002 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1003
1004 2014-02-24 Doug Evans <dje@google.com>
1005
1006 * lib/gdb.exp (run_on_host): Log error output if program fails.
1007
1008 2014-02-21 Pedro Alves <palves@redhat.com>
1009
1010 * gdb.threads/step-after-sr-lock.c: Rename to ...
1011 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1012 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1013 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1014 ... this.
1015
1016 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1017
1018 PR tdep/16397
1019 * gdb.arch/amd64-stap-special-operands.exp: New file.
1020 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1021 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1022 * gdb.arch/amd64-stap-triplet.S: Likewise.
1023 * gdb.arch/amd64-stap-triplet.c: Likewise.
1024
1025 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1026
1027 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1028 in .section pseudo-op.
1029
1030 2014-02-20 lin zuojian <manjian2006@gmail.com>
1031 Joel Brobecker <brobecker@adacore.com>
1032 Doug Evans <xdje42@gmail.com>
1033
1034 PR symtab/16581
1035 * gdb.dwarf2/dw2-icycle.S: New file.
1036 * gdb.dwarf2/dw2-icycle.c: New file.
1037 * gdb.dwarf2/dw2-icycle.exp: New file.
1038
1039 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1040
1041 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1042 operations on gdb.Value objects.
1043 * gdb.python/py-value-cc.exp: Add new test to test operations on
1044 gdb.Value objects.
1045
1046 2014-02-18 Doug Evans <dje@google.com>
1047
1048 * Makefile.in (TESTS): New variable.
1049 (expanded_tests, expanded_tests_or_none): New variables
1050 (check-single): Pass $(expanded_tests_or_none) to runtest.
1051 (check-parallel): Only run tests in $(TESTS) if non-empty.
1052 (check/no-matching-tests-found): New rule.
1053 * README: Document TESTS makefile variable.
1054
1055 2014-02-18 Doug Evans <dje@google.com>
1056
1057 * Makefile.in (check-parallel): rm -rf outputs temp.
1058
1059 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1060
1061 Fix "ERROR: no fileid for" in the testsuite.
1062 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1063
1064 2014-02-12 Doug Evans <dje@google.com>
1065
1066 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1067 (MISCELLANEOUS): New variable.
1068 (clean): rm -rf $(MISCELLANEOUS).
1069 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1070 dwp live in the same directory as symlinks, with each symlink pointed
1071 to a differently named file in a different directory.
1072
1073 2014-02-11 Doug Evans <dje@google.com>
1074
1075 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1076 of Tcl file commands.
1077
1078 2014-02-10 Mark Kettenis <kettenis@gnu.org>
1079
1080 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1081 "kill -SIGUSR1 -1".
1082
1083 2014-02-10 Joel Brobecker <brobecker@adacore.com>
1084
1085 * gdb.ada/tick_length_array_enum_idx: New testcase.
1086
1087 2014-02-10 Doug Evans <xdje42@gmail.com>
1088
1089 * configure.ac (AC_OUTPUT): Add gdb.guile.
1090 * configure: Regenerate.
1091 * lib/gdb-guile.exp: New file.
1092 * lib/gdb.exp (get_target_charset): New function.
1093 * gdb.base/help.exp: Update expected output from "apropos apropos".
1094 * gdb.guile/Makefile.in: New file.
1095 * gdb.guile/guile.exp: New file.
1096 * gdb.guile/scm-arch.c: New file.
1097 * gdb.guile/scm-arch.exp: New file.
1098 * gdb.guile/scm-block.c: New file.
1099 * gdb.guile/scm-block.exp: New file.
1100 * gdb.guile/scm-breakpoint.c: New file.
1101 * gdb.guile/scm-breakpoint.exp: New file.
1102 * gdb.guile/scm-disasm.c: New file.
1103 * gdb.guile/scm-disasm.exp: New file.
1104 * gdb.guile/scm-equal.c: New file.
1105 * gdb.guile/scm-equal.exp: New file.
1106 * gdb.guile/scm-error.exp: New file.
1107 * gdb.guile/scm-error.scm: New file.
1108 * gdb.guile/scm-frame-args.c: New file.
1109 * gdb.guile/scm-frame-args.exp: New file.
1110 * gdb.guile/scm-frame-args.scm: New file.
1111 * gdb.guile/scm-frame-inline.c: New file.
1112 * gdb.guile/scm-frame-inline.exp: New file.
1113 * gdb.guile/scm-frame.c: New file.
1114 * gdb.guile/scm-frame.exp: New file.
1115 * gdb.guile/scm-generics.exp: New file.
1116 * gdb.guile/scm-gsmob.exp: New file.
1117 * gdb.guile/scm-iterator.c: New file.
1118 * gdb.guile/scm-iterator.exp: New file.
1119 * gdb.guile/scm-math.c: New file.
1120 * gdb.guile/scm-math.exp: New file.
1121 * gdb.guile/scm-objfile-script-gdb.in: New file.
1122 * gdb.guile/scm-objfile-script.c: New file.
1123 * gdb.guile/scm-objfile-script.exp: New file.
1124 * gdb.guile/scm-objfile.c: New file.
1125 * gdb.guile/scm-objfile.exp: New file.
1126 * gdb.guile/scm-ports.exp: New file.
1127 * gdb.guile/scm-pretty-print.c: New file.
1128 * gdb.guile/scm-pretty-print.exp: New file.
1129 * gdb.guile/scm-pretty-print.scm: New file.
1130 * gdb.guile/scm-section-script.c: New file.
1131 * gdb.guile/scm-section-script.exp: New file.
1132 * gdb.guile/scm-section-script.scm: New file.
1133 * gdb.guile/scm-symbol.c: New file.
1134 * gdb.guile/scm-symbol.exp: New file.
1135 * gdb.guile/scm-symtab-2.c: New file.
1136 * gdb.guile/scm-symtab.c: New file.
1137 * gdb.guile/scm-symtab.exp: New file.
1138 * gdb.guile/scm-type.c: New file.
1139 * gdb.guile/scm-type.exp: New file.
1140 * gdb.guile/scm-value-cc.cc: New file.
1141 * gdb.guile/scm-value-cc.exp: New file.
1142 * gdb.guile/scm-value.c: New file.
1143 * gdb.guile/scm-value.exp: New file.
1144 * gdb.guile/source2.scm: New file.
1145 * gdb.guile/types-module.cc: New file.
1146 * gdb.guile/types-module.exp: New file.
1147
1148 2014-02-10 Yao Qi <yao@codesourcery.com>
1149
1150 PR testsuite/16543
1151 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1152 * configure: Regenerated.
1153 * Makefile.in: New file.
1154
1155 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1156
1157 * gdb.python/py-framefilter.exp: Fix typo.
1158
1159 2014-02-08 Yao Qi <yao@codesourcery.com>
1160
1161 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1162 that no =breakpoint-modified is emitted when breakpoints are
1163 modified through MI commands.
1164
1165 2014-02-07 Pedro Alves <pedro@codesourcery.com>
1166 Pedro Alves <palves@redhat.com>
1167
1168 * gdb.threads/step-after-sr-lock.c: New file.
1169 * gdb.threads/step-after-sr-lock.exp: New file.
1170
1171 2014-02-07 Pedro Alves <palves@redhat.com>
1172
1173 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1174
1175 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1176
1177 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1178 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1179
1180 2014-02-06 Doug Evans <xdje42@gmail.com>
1181
1182 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1183 output.
1184
1185 * gdb.gdb/python-interrupts.exp: New file.
1186
1187 2014-02-05 Yao Qi <yao@codesourcery.com>
1188
1189 * gdb.trace/report.exp (use_collected_data): Test the output
1190 of "info threads" and "info inferiors".
1191
1192 2014-02-05 Yao Qi <yao@codesourcery.com>
1193
1194 Revert this patch:
1195
1196 2013-05-24 Yao Qi <yao@codesourcery.com>
1197
1198 * gdb.trace/tfile.exp: Test inferior and thread.
1199
1200 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1201
1202 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1203 on a function.
1204 * gdb.base/step-bt.c: Call hello via function pointer to make
1205 sure its first instruction is executed on powerpc64le-linux.
1206
1207 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1208
1209 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1210
1211 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1212
1213 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1214 of the test patterns for use on little-endian systems.
1215
1216 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1217
1218 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1219 (decimal_vector): Fix for little-endian.
1220
1221 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1222
1223 * gdb.arch/sparc-sysstep.exp: New file.
1224 * gdb.arch/sparc-sysstep.c: Likewise.
1225
1226 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1227
1228 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1229
1230 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1231
1232 2014-01-23 Tom Tromey <tromey@redhat.com>
1233
1234 * gdb.ada/array_char_idx: New testcase.
1235
1236 2014-01-23 Tom Tromey <tromey@redhat.com>
1237
1238 PR python/16487:
1239 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1240 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1241 classes.
1242
1243 2014-01-23 Tom Tromey <tromey@redhat.com>
1244
1245 PR python/16491:
1246 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1247 string from an inferior frame.
1248 * gdb.python/py-framefilter-mi.exp: Update.
1249
1250 2014-01-22 Doug Evans <dje@google.com>
1251
1252 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1253
1254 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1255
1256 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1257
1258 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1259
1260 * gdb.trace/entry-values.exp: Remove excess space character from
1261 regex patterns. Handle s390 call instruction.
1262
1263 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1264
1265 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1266 define "*_start" label. Make "name" static.
1267 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1268 ${name} by references to ${name}_start.
1269
1270 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1271
1272 * gdb.base/info-macros.exp: Remove "debug" from the compile
1273 options.
1274
1275 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1276
1277 * gdb.dlang/demangle.exp: New file.
1278
1279 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1280
1281 * gdb.dlang/primitive-types.exp: New file.
1282
1283 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1284
1285 * configure.ac: Create gdb.dlang/Makefile.
1286 * configure: Regenerate.
1287 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1288 * gdb.dlang/Makefile.in: New file.
1289 * lib/d-support.exp: New file.
1290 * lib/gdb.exp (skip_d_tests): New proc.
1291
1292 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1293
1294 * gdb.btrace/delta.exp: Check reverse stepi.
1295 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1296 * gdb.btrace/finish.exp: New.
1297 * gdb.btrace/next.exp: New.
1298 * gdb.btrace/nexti.exp: New.
1299 * gdb.btrace/record_goto.c: Add comments.
1300 * gdb.btrace/step.exp: New.
1301 * gdb.btrace/stepi.exp: New.
1302 * gdb.btrace/multi-thread-step.c: New.
1303 * gdb.btrace/multi-thread-step.exp: New.
1304 * gdb.btrace/rn-dl-bind.c: New.
1305 * gdb.btrace/rn-dl-bind.exp: New.
1306 * gdb.btrace/data.c: New.
1307 * gdb.btrace/data.exp: New.
1308 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1309
1310 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1311
1312 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1313 * gdb.btrace/exception.exp: Update.
1314 * gdb.btrace/instruction_history.exp: Update.
1315 * gdb.btrace/record_goto.exp: Update.
1316 * gdb.btrace/tailcall.exp: Update.
1317 * gdb.btrace/unknown_functions.exp: Update.
1318 * gdb.btrace/delta.exp: New.
1319
1320 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1321
1322 * gdb.btrace/record_goto.exp: Add backtrace test.
1323 * gdb.btrace/tailcall.exp: Add backtrace test.
1324
1325 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1326
1327 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1328 * gdb.btrace/record_goto.c: New.
1329 * gdb.btrace/record_goto.exp: New.
1330 * gdb.btrace/x86-record_goto.S: New.
1331
1332 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1333
1334 * gdb.btrace/function_call_history.exp: Update tests.
1335 * gdb.btrace/instruction_history.exp: Update tests.
1336
1337 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1338
1339 * gdb.btrace/function_call_history.exp: Fix expected field
1340 order for "record function-call-history".
1341 Add new tests for "record function-call-history /c".
1342 * gdb.btrace/exception.cc: New.
1343 * gdb.btrace/exception.exp: New.
1344 * gdb.btrace/tailcall.exp: New.
1345 * gdb.btrace/x86-tailcall.S: New.
1346 * gdb.btrace/x86-tailcall.c: New.
1347 * gdb.btrace/unknown_functions.c: New.
1348 * gdb.btrace/unknown_functions.exp: New.
1349 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1350
1351 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1352
1353 * gdb.btrace/instruction_history.exp: Update.
1354 * gdb.btrace/function_call_history.exp: Update.
1355
1356 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1357
1358 * gdb.btrace/function_call_history.exp: Fix expected function
1359 trace.
1360 * gdb.btrace/instruction_history.exp: Initialize traced.
1361 Remove traced_functions.
1362
1363 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1364
1365 * gdb.btrace/function_call_history.exp: Update
1366 * gdb.btrace/instruction_history.exp: Update.
1367
1368 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1369
1370 * gdb.btrace/enable.exp: Update expected text.
1371
1372 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1373
1374 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1375 bytes.
1376
1377 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1378
1379 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1380
1381 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1382
1383 * lib/gdb.exp (supports_process_record): Return true for
1384 arm*-linux*. (supports_reverse): Likewise.
1385
1386 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1387
1388 PR python/15464
1389 PR python/16113
1390 * gdb.python/py-type.c: Enhance test case.
1391 * gdb.python/py-value-cc.cc: Likewise
1392 * gdb.python/py-type.exp: Add new tests.
1393 * gdb.python/py-value-cc.exp: Likewise
1394
1395 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1396 Pedro Alves <palves@redhat.com>
1397
1398 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1399 Make "name" extern.
1400 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1401 references to ${name}_start by references to ${name}.
1402
1403 2014-01-10 Joel Brobecker <brobecker@adacore.com>
1404
1405 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1406
1407 2014-01-10 Joel Brobecker <brobecker@adacore.com>
1408
1409 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1410
1411 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1412 Pedro Alves <palves@redhat.com>
1413
1414 * gdb.mi/mi-info-os.exp: Connect to the target with
1415 mi_gdb_target_load.
1416
1417 2014-01-08 Pedro Alves <palves@redhat.com>
1418
1419 * gdb.threads/reconnect-signal.c: New file.
1420 * gdb.threads/reconnect-signal.exp: New file.
1421
1422 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1423
1424 * gdb.base/source-dir.exp: New file.
1425
1426 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1427
1428 * gdb.ada/mi_interface: New testcase.
1429
1430 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1431
1432 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1433 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1434 gdb.ada/pp-rec-component/pck.ads: New files.
1435
1436 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1437
1438 * gdb.python/py-pp-integral.c: New file.
1439 * gdb.python/py-pp-integral.py: New file.
1440 * gdb.python/py-pp-integral.exp: New file.
1441
1442 For older changes see ChangeLog-1993-2013.
1443 \f
1444 ;; Local Variables:
1445 ;; mode: change-log
1446 ;; left-margin: 8
1447 ;; fill-column: 74
1448 ;; version-control: never
1449 ;; End:
1450
1451 Copyright 2014 Free Software Foundation, Inc.
1452 Copying and distribution of this file, with or without modification,
1453 are permitted provided the copyright notice and this notice are preserved.