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