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