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