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