gdb_init argument ARGS is a string rather than a list
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
73c9764f
YQ
12014-05-20 Yao Qi <yao@codesourcery.com>
2
3 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4 'test_file_name'. Treat args as a string instead of a list.
5 (gdb_init): Rename argument 'args' by 'test_file_name'.
6
f1f4348a
JK
72014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8
9 * gdb.arch/powerpc-power.exp: New file.
10 * gdb.arch/powerpc-power.s: New file.
11
0dbe70ce
DE
122014-05-16 Doug Evans <dje@google.com>
13
14 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15 * gdb.base/completion.exp: Check that all expected files exist
16 before doing file completion.
0dbe70ce 17
8d551b02
DE
182014-05-16 Doug Evans <dje@google.com>
19
20 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
21 Update.
22 (do_syscall_tests_without_xml): Update.
23
73eb7709
PA
242014-05-16 Pedro Alves <palves@redhat.com>
25
26 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
27 instead of "unknown output after running".
28
3fae92fc
YQ
292014-05-16 Yao Qi <yao@codesourcery.com>
30
31 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
32 file1.txt from host at the end.
33 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
34
c2b2ccc5
DE
352014-05-15 Doug Evans <dje@google.com>
36
37 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
38 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
39 loading file. Add test for TU lookup.
40
8c217a4b
SM
412014-05-15 Simon Marchi <simon.marchi@ericsson.com>
42
43 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
44 calling "-exec-arguments" or "set args" before running the
45 inferior.
46
3deb39c6
SM
472014-05-15 Simon Marchi <simon.marchi@ericsson.com>
48
49 * lib/mi-support.exp (mi_expect_stop): Expect message for
50 inferiors that exit with non-zero exit code.
51
71a79f8c
YQ
522014-05-14 Yao Qi <yao@codesourcery.com>
53
54 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
55 match absolute path on remote host.
56 (test_file_list_exec_source_files): Remove "/" from the
57 pattern.
58
f23fcd46
YQ
592014-05-14 Yao Qi <yao@codesourcery.com>
60
61 * boards/local-remote-host-notty.exp (${board}_file): New
62 proc.
63
9404b58f
KM
642014-05-07 Kyle McMartin <kyle@redhat.com>
65
66 Pushed by Joel Brobecker <brobecker@adacore.com>.
67 * gdb.arch/aarch64-atomic-inst.c: New file.
68 * gdb.arch/aarch64-atomic-inst.exp: New file.
69
5e45f04c
YQ
702014-05-07 Yao Qi <yao@codesourcery.com>
71
72 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
73 in current context" too.
74
c888a17d
KS
752014-05-05 Keith Seitz <keiths@redhat.com>
76
77 * gdb.linespec/ls-dollar.exp: Add test for linespec
78 file:convenience_variable.
79
290a839c
YQ
802014-05-05 Yao Qi <yao@codesourcery.com>
81
82 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
83 traceframes into tfile and ctf trace files. Read data from
84 trace file and test collected data.
85 (gdb_collect_locals_test): Likewise.
86 (gdb_unavailable_registers_test): Likewise.
87 (gdb_unavailable_floats): Likewise.
88 (gdb_collect_globals_test): Likewise.
89 (top-level): Append "ctf" to trace_file_targets if GDB
90 supports.
91
b5262cd0
YQ
922014-05-05 Yao Qi <yao@codesourcery.com>
93
94 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
95 code to ...
96 (gdb_collect_args_test_1): ... it. New proc.
97 (gdb_collect_locals_test): Move some code to ...
98 (gdb_collect_locals_test_1): ... it. New proc.
99 (gdb_unavailable_registers_test): Move some code to ...
100 (gdb_unavailable_registers_test_1): ... it. New proc.
101 (gdb_unavailable_floats): Move some code to ...
102 (gdb_unavailable_floats_1): ... it. New proc.
103
30a1e6cc
SDJ
1042014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
105
106 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
107 probes to test for bitness recognition.
108 * gdb.arch/amd64-stap-optional-prefix.exp
109 (test_probe_value_without_reg): New procedure.
110 Add code to test for different kinds of bitness.
111
f33da99a
SDJ
1122014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
113
114 PR breakpoints/16889
115 * gdb.arch/amd64-stap-optional-prefix.S: New file.
116 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
117
5b80f00d
PA
1182014-05-01 Pedro Alves <palves@redhat.com>
119
120 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
121 gdb_file_cmd if no file is specified.
122 * boards/native-extended-gdbserver.exp (gdb_load): Use the
123 last_loaded_file to set the remote exec-file.
124
f8c2a73c
PA
1252014-05-01 Pedro Alves <palves@redhat.com>
126
127 * boards/local-remote-host.exp: New file.
128
be6e8ac7
PA
1292014-05-01 Pedro Alves <palves@redhat.com>
130
131 * boards/local-remote-host.exp: Rename to ...
132 * boards/local-remote-host-notty.exp: ... this.
133
cac0dc8f
JB
1342014-04-28 Joel Brobecker <brobecker@adacore.com>
135
136 * gdb.ada/dyn_arrayidx: New testcase.
137
9730e6cc
YQ
1382014-04-26 Yao Qi <yao@codesourcery.com>
139
140 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
141 and compute the length of function main. Save it in
142 $main_length.
143 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
144 (top-level): Use gdb_compile to compile objects into
145 executable and restart GDB. Remove invocation to
146 prepare_for_testing.
147
7ae1a6a6
PA
1482014-04-25 Simon Marchi <simon.marchi@ericsson.com>
149 Pedro Alves <palves@redhat.com>
150
151 PR server/16255
152 * gdb.multi/multi-attach.c: New file.
153 * gdb.multi/multi-attach.exp: New file.
154
4082afcc
PA
1552014-04-25 Pedro Alves <palves@redhat.com>
156
157 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
158 user.
159 (top level): Test that "set remote conditional-breakpoints-packet
160 off" works as intended.
161 * gdb.base/dprintf.exp: Test that "set remote
162 breakpoint-commands-packet off" works as intended.
163 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
164 New function.
165 (top level): Call it.
166 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
167 remote fast-tracepoints-packet off" works as intended.
168 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
169 * lib/gdb.exp (gdb_is_target_remote): ... here.
170
2abc3f8d
DB
1712014-04-24 David Blaikie <dblaikie@gmail.com>
172
173 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
174 ensure clang would not discard them.
175 * gdb.base/gdbvars.c: Ditto.
176 * gdb.base/memattr.c: Ditto.
177 * gdb.base/whatis.c: Ditto.
178 * gdb.python/py-prettyprint.c: Ditto.
179 * gdb.trace/actions.c: Ditto.
180 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
181 ensure clang would not discard it.
182
bfd39632
DB
1832014-04-24 David Blaikie <dblaikie@gmail.com>
184
185 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
186 clang to emit the full definition of type required by the test
187 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
188
22842ff6
DB
1892014-04-24 David Blaikie <dblaikie@gmail.com>
190
191 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
192 coax Clang into emitting the definition of the type.
193 * gdb.cp/pr10728-x.h (y): Ditto.
194 * gdb.cp/pr10728-y.cc (y): Ditto.
195
c2e827ad
DB
1962014-04-24 David Blaikie <dblaikie@gmail.com>
197
198 * gdb.base/label.exp: XFAIL label related tests under Clang.
199 * gdb.cp/cplabel.exp: Ditto.
200 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
201 under Clang those using labels.
202
4c2d33e7
YQ
2032014-04-25 Yao Qi <yao@codesourcery.com>
204
205 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
206 double_label.
207 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
208 partial_label and double_label.
209
56083b99
DB
2102014-04-24 David Blaikie <dblaikie@gmail.com>
211
212 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
213
25d4e99d
DB
2142014-04-24 David Blaikie <dblaikie@gmail.com>
215
216 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
217 of the function to work across GCC and Clang.
218 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
219 pointer types (const void ** const V void **).
220
01f9f808
MS
2212014-04-24 Michael Sturm <michael.sturm@mintel.com>
222 Walfred Tedeschi <walfred.tedeschi@intel.com>
223
224 * Makefile.in (EXECUTABLES): Added i386-avx512.
225 * gdb.arch/i386-avx512.c: New file.
226 * gdb.arch/i386-avx512.exp: Likewise.
227
4b48d439
KS
2282014-04-23 Keith Seitz <keiths@redhat.com>
229
230 * lib/mi-support.exp (mi_list_breakpoints): Delete.
231 (mi_make_breakpoint_table): New procedure.
232 (mi_create_breakpoint): Use mi_make_breakpoint
233 and return the result.
234 (mi_make_breakpoint): New procedure.
235 (mi_build_kv_pairs): New procedure.
236
237 * gdb.mi/mi-break.exp: Remove unused globals,
238 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
239 All callers updated.
240 * gdb.mi/mi-dprintf.exp: Use variable to track command
241 number.
242 Update all callers of mi_create_breakpoint and use
243 mi_make_breakpoint_table.
244 Remove any unused global variables.
245 * gdb.mi/mi-nonstop.exp: Likewise.
246 * gdb.mi/mi-nsintrall.exp: Likewise.
247 * gdb.mi/mi-nsmoribund.exp: Likewise.
248 * gdb.mi/mi-nsthrexec.exp: Likewise.
249 * gdb.mi/mi-reverse.exp: Likewise.
250 * gdb.mi/mi-simplerun.exp: Likewise.
251 * gdb.mi/mi-stepn.exp: Likewise.
252 * gdb.mi/mi-syn-frame.exp: Likewise.
253 * gdb.mi/mi-until.exp: Likewise.
254 * gdb.mi/mi-var-cp.exp: Likewise.
255 * gdb.mi/mi-var-display.exp: Likewise.
256 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
257 * gdb.mi/mi2-var-child.exp: Likewise.
258 * gdb.mi/mi-vla-c99.exp: Likewise.
259 * lib/mi-support.exp: Likewise.
260
261 From Ian Lance Taylor <iant@cygnus.com>:
262 * lib/gdb.exp (parse_args): New procedure.
263
08351840
PA
2642014-04-23 Pedro Alves <palves@redhat.com>
265
266 * gdb.base/break-unload-file.c: New file.
267 * gdb.base/break-unload-file.exp: New file.
268 * gdb.base/sym-file-lib.c (baz): New function.
269 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
270 field.
271 (load): Store the segment's mapped size.
272 (unload): New function.
273 (unload_shlib): New function.
274 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
275 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
276 set a breakpoint at baz, and call it.
277 * gdb.base/sym-file.exp: New tests for stale breakpoint
278 instructions.
279
076855f9
PA
2802014-04-23 Pedro Alves <palves@redhat.com>
281
282 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
283 * gdb.base/hbreak-in-shr-unsupported.c: New file.
284 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
285 * gdb.base/hbreak-unmapped.c: New file.
286 * gdb.base/hbreak-unmapped.exp: New file.
287 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
288 * lib/gdb.exp (gdb_is_target_remote): ... here.
289
483805cf
PA
2902014-04-22 Pedro Alves <palves@redhat.com>
291
292 * gdb.base/consecutive-step-over.c: New file.
293 * gdb.base/consecutive-step-over.exp: New file.
294
06d97543
PA
2952014-04-22 Pedro Alves <palves@redhat.com>
296
297 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
298 instead of send_gdb/gdb_expect.
299
b4429ea2
YQ
3002014-04-22 Yao Qi <yao@codesourcery.com>
301
302 * lib/trace-support.exp (generate_tracefile): New procedure.
303 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
304 return 0.
305 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
306 if generate_tracefile returns 1.
307
51d48146
PA
3082014-04-18 Tom Tromey <palves@redhat.com>
309 Pedro alves <tromey@redhat.com>
310
311 PR backtrace/15558
312 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
313 with a backtrace limit.
314 * gdb.python/py-frame-inline.exp: Test running to an inline
315 function with a backtrace limit, and printing the newest frame.
316 * gdb.python/py-frame-inline.c (main): Call f.
317
bd1dce5f
MS
3182014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
319
320 * gdb.java/jnpe.exp: Drop srcdir from untested path.
321
40d1a503
MS
3222014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
323
324 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
325 Drop prefix from unsupported source file path.
326
389b98f7
YQ
3272014-04-17 Yao Qi <yao@codesourcery.com>
328
329 * lib/gdb.exp (with_target_charset): New proc.
330 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
331 with_target_charset.
332 (test_print_strings): Likewise.
333 (test_repeat_bytes): Likewise.
334 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
335 for some tests.
336
22869d73
KS
3372014-04-16 Keith Seitz <keiths@redhat.com>
338
339 PR gdb/15827
340 * gdb.dwarf2/corrupt.c: New file.
341 * gdb.dwarf2/corrupt.exp: New file.
342
c4f87ca6
KS
3432014-04-16 Keith Seitz <keiths@redhat.com>
344
345 PR c++/16597
346 * gdb.cp/namelessclass.cc: New file.
347 * gdb.cp/namelessclass.exp: New file.
348 * gdb.cp/namelessclass.S: New file.
349
ab19de87
DE
3502014-04-16 Doug Evans <dje@google.com>
351
352 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
353 Add comment.
354 (gdbserver_default_get_comm_port): New function.
355 (gdbserver_start): Check if board file provided
356 "gdbserver,get_comm_port" and use it if so.
357 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
358 (gdb,socketport): Set to "stdio".
359 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
360 (stdio_gdbserver_template): Delete.
361 (${board}_get_remote_address): Update.
362 (${board}_build_remote_cmd): Delete.
363 (${board}_get_comm_port): New function.
364 (${board}_spawn): Update.
365 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
366 Delete.
367 (${board}_get_remote_address): Update.
368 (${board}_get_comm_port): New function.
369
fc98a809
AB
3702014-04-16 Andrew Burgess <aburgess@broadcom.com>
371
372 * gdb.base/memattr.exp: Improve regexps to handle memory regions
373 appearing in any order.
374
87fd9e6e
DE
3752014-04-15 Doug Evans <dje@google.com>
376
377 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
378 uninitialized value of "description".
379
099fc3ea
KS
3802014-04-15 Keith Seitz <keiths@redhat.com>
381
382 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
383 Remove unused globals.
384 (test_running_the_program): Likewise.
385 (test_controlled_execution): Likewise.
386 (test_controlling_breakpoints): Likewise.
387 (test_program_termination): Likewise.
388
5da151d4
KS
3892014-04-15 Keith Seitz <keiths@redhat.com>
390
391 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
392 unused globals.
393 (test_rbreak_creation_and_listing): Likewise.
394 (test_ignore_count): Likewise.
395 (test_error): Likewise.
396
35e5d2f0
PA
3972014-04-15 Pedro Alves <palves@redhat.com>
398
399 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
400 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
401 sym-file-loader.c.
402 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
403 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
404 to sym-file-loader.c.
405 (struct library): Forward declare.
406 (load_shlib, lookup_function): Change prototypes.
407 (find_shstrtab, find_strtab, find_shdr, find_symtab)
408 (translate_offset): Remove declarations.
409 (get_text_addr): New declaration.
410 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
411 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
412 sym-file-loader.h.
413 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
414 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
415 here from sym-file-loader.h.
416 (struct library): New structure.
417 (load_shlib, lookup_function): Change prototypes and adjust to
418 work with a struct library.
419 (find_shstrtab, find_strtab, find_shdr, find_symtab)
420 (translate_offset): Make static.
421 (get_text_addr): New function.
422 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
423
eb4c1710
PA
4242014-04-15 Pedro Alves <palves@redhat.com>
425
426 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
427
2d1baf52
PA
4282014-04-15 Pedro Alves <palves@redhat.com>
429
430 * gdb.base/sym-file-loader.c: Include <limits.h>.
431 (SELF_LINK): New define.
432 (get_origin): New function.
433 (load_shlib): Use it.
434 * gdb.base/sym-file.exp: Don't early return if the target is
435 remote. Use runto_main, and issue fail is that fails. Use
436 gdb_load_shlibs.
437 (shlib_name): Delete.
438 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
439
7dd6df01
PA
4402014-04-15 Pedro Alves <palves@redhat.com>
441
442 * gdb.base/sym-file.exp: Remove regex characters from test
443 message. Don't refer to breakpoint numbers in test messages.
444
b50c8614
KS
4452014-04-14 Keith Seitz <keiths@redhat.com>
446
447 PR c++/16253
448 * gdb.cp/var-tag.cc: New file.
449 * gdb.cp/var-tag.exp: New file.
450 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
451 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
452 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
453 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
454
3d567982
TT
4552014-04-14 Tom Tromey <tromey@redhat.com>
456
457 * gdb.cp/classes.exp (test_enums): Handle underlying type.
458 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
459 type.
460 * gdb.cp/enum-class.exp: New file.
461 * gdb.cp/enum-class.cc: New file.
462
0626fc76
TT
4632014-04-14 Tom Tromey <tromey@redhat.com>
464
465 * gdb.dwarf2/enum-type.exp: New file.
466
dca325b3
SA
4672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
468
469 * gdb.mi/mi-vla-c99.exp: New file.
470 * gdb.mi/vla.c: New file.
471
5854b38a
SA
4722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
473
474 * gdb.base/vla-datatypes.c: New file.
475 * gdb.base/vla-datatypes.exp: New file.
476
463bb957
SA
4772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
478
479 * gdb.base/vla-ptr.c: New file.
480 * gdb.base/vla-ptr.exp: New file.
481
3dd170be
SA
4822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
483
484 * gdb.dwarf2/count.exp: New file.
485
5ecaaa66
SA
4862014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
487
488 * gdb.base/vla-sideeffect.c: New file.
489 * gdb.base/vla-sideeffect.exp: New file.
490
41f1ada5
DB
4912014-04-14 David Blaikie <dblaikie@gmail.com>
492
493 * gdb.mi/non-stop.c: Add return value for non-void function return
494 statement.
495 * gdb.threads/staticthreads.c: Ditto.
496
0be03e84
DE
4972014-04-12 Siva Chandra Reddy <sivachandra@google.com>
498 Doug Evans <xdje42@gmail.com>
499
500 * gdb.guile/scm-value.c: Improve test case.
501 * gdb.guile/scm-value.exp: Add new test.
502
f180a1fb
DB
5032014-04-11 David Blaikie <dblaikie@gmail.com>
504
505 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
506 override Clang's default.
507
6b662e19
JB
5082014-04-11 Joel Brobecker <brobecker@adacore.com>
509
510 Revert the following changes (regressions):
511
512 * gdb.base/vla-sideeffect.c: New file.
513 * gdb.base/vla-sideeffect.exp: New file.
514
515 * gdb.dwarf2/count.exp: New file.
516
517 * gdb.base/vla-multi.c: New file.
518 * gdb.base/vla-multi.exp: New file.
519
520 * gdb.base/vla-ptr.c: New file.
521 * gdb.base/vla-ptr.exp: New file.
522
523 * gdb.base/vla-datatypes.c: New file.
524 * gdb.base/vla-datatypes.exp: New file.
525
526 * gdb.mi/mi-vla-c99.exp: New file.
527 * gdb.mi/vla.c: New file.
528
245a5f0b
KS
5292014-04-11 Keith Seitz <keiths@redhat.com>
530
531 PR c++/16675
532 * gdb.cp/cpsizeof.exp: New file.
533 * gdb.cp/cpsizeof.cc: New file.
534
58a84dcf
SA
5352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
536
191a8a90
JB
537 * gdb.mi/mi-vla-c99.exp: New file.
538 * gdb.mi/vla.c: New file.
58a84dcf 539
c8655f75
SA
5402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
541
542 * gdb.base/vla-datatypes.c: New file.
543 * gdb.base/vla-datatypes.exp: New file.
544
024e13b4
SA
5452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
546
547 * gdb.base/vla-ptr.c: New file.
548 * gdb.base/vla-ptr.exp: New file.
549
1a237e0e
SA
5502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
551
552 * gdb.base/vla-multi.c: New file.
553 * gdb.base/vla-multi.exp: New file.
554
504f3432
SA
5552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
556
557 * gdb.dwarf2/count.exp: New file.
558
3bce8237
SA
5592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
560
191a8a90
JB
561 * gdb.base/vla-sideeffect.c: New file.
562 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 563
322f9c21
YQ
5642014-04-11 Yao Qi <yao@codesourcery.com>
565
566 * gdb.base/completion.exp: Check file exists before running tests
567 on file completion.
568
d708bcd1
PA
5692014-04-10 Pedro Alves <palves@redhat.com>
570
571 * gdb.base/cond-eval-mode.c: New file.
572 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
573 prepare_for_testing to build the new file. Check result of
574 runto_main.
575 (test_break, test_watch): New procedures.
576 (top level): Use them.
577
ae1d2761
PM
5782014-04-08 Pierre Muller <muller@sourceware.org>
579
580 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
581 Ctrl-V use for mingw hosts.
582
7af389b8
SC
5832014-04-07 Siva Chandra Reddy <sivachandra@google.com>
584
585 * gdb.python/py-value.c: Improve test case.
586 * gdb.python/py-value.exp: Add new test.
587
5e703181
DE
5882014-04-07 David Blaikie <dblaikie@gmail.com>
589
590 * lib/compiler.c: Identify the clang compiler.
591 * lib/compiler.cc: Ditto.
592
9810b410
YQ
5932014-04-03 Yao Qi <yao@codesourcery.com>
594
595 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
596
98d1b8dc
AB
5972014-04-01 Anton Blanchard <anton@samba.org>
598
599 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
600 messages unique.
601
3114cea1
AB
6022014-04-01 Anton Blanchard <anton@samba.org>
603
604 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
605 prepare_for_testing.
606
62f7182c
AB
6072014-04-01 Anton Blanchard <anton@samba.org>
608
609 * gdb.arch/ppc64-atomic-inst.c: Remove.
610 * gdb.arch/ppc64-atomic-inst.S: New file.
611 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
612
770e7fc7
DE
6132014-03-31 Doug Evans <dje@google.com>
614
615 * gdb.base/print-symbol-loading-lib.c: New file.
616 * gdb.base/print-symbol-loading-main.c: New file.
617 * gdb.base/print-symbol-loading.exp: New file.
618
46e2bafa
YQ
6192014-03-31 Yao Qi <yao@codesourcery.com>
620
621 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
622
8776cfe9
JB
6232014-03-28 Joel Brobecker <brobecker@adacore.com>
624
625 * gdb.ada/mi_dyn_arr: New testcase.
626
5d1ef361
DE
6272014-03-27 Doug Evans <dje@google.com>
628
629 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
630
b5bee914
YQ
6312014-03-27 Yao Qi <yao@codesourcery.com>
632
633 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
634 if target is nios2-*-*.
635
0d4d0e77
YQ
6362014-03-26 Yao Qi <yao@codesourcery.com>
637
638 * lib/gdb.exp (readline_is_used): New proc.
639 * gdb.base/completion.exp: Move tests on command complete up.
640 Skip the rest of tests if readline is not used.
641 * gdb.ada/complete.exp: Skp the test if readline is not
642 used.
643 * gdb.base/filesym.exp: Likewise.
644 * gdb.base/macscp.exp: Likewise.
645 * gdb.base/readline-ask.exp: Likewise.
646 * gdb.base/readline.exp: Likewise.
647 * gdb.python/py-cmd.exp: Likewise.
648 * gdb.trace/tfile.exp: Likewise.
649
29361eee
YQ
6502014-03-26 Yao Qi <yao@codesourcery.com>
651
652 * gdb.base/macscp.exp: Fix code format issues.
653
bc9a5525
UW
6542014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
655
656 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
657 * gdb.asm/powerpc64le.inc: New file.
658
d3839ede
PA
6592014-03-25 Pedro Alves <palves@redhat.com>
660 Doug Evans <dje@google.com>
661
662 * gdb.base/source-execution.c: New file.
663 * gdb.base/source-execution.exp: New file.
664 * gdb.base/source-execution.gdb: New file.
665
01672a57
DE
6662014-03-24 Doug Evans <dje@google.com>
667
668 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
669 using fission.
670
88bbeca9
HZ
6712014-03-24 Hui Zhu <hui@codesourcery.com>
672 Pedro Alves <palves@redhat.com>
673
674 PR breakpoints/16101
675 * gdb.base/dprintf.exp: Use unsupported rather than changing the
676 test pass/fail messages. Detect missing support for dprintf when
677 breakpoints are actually inserted.
678 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
679 breakpoints are actually inserted.
680 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
681 fails.
682
d2348791
JK
6832014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
684
685 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
686
feef67ab
DE
6872014-03-22 Doug Evans <xdje42@gmail.com>
688
689 * gdb.python/python.exp (python not supported): Verify multi-line
690 python command issues an error.
25d743f9 691 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 692 guile command issues an error.
feef67ab 693
ecebef6a
MR
6942014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
695
696 * gdb.threads/thread-specific.exp: Handle the lack of usable
697 $this_breakpoint and $this_thread.
698
ccdd1909
HZ
6992014-03-21 Hui Zhu <hui@codesourcery.com>
700
701 * gdb.base/attach.exp (do_command_attach_tests): New.
702
beb460e8
PA
7032014-03-20 Tom Tromey <tromey@redhat.com>
704 Pedro Alves <palves@redhat.com>
705
706 PR cli/15718
707 * gdb.base/condbreak-call-false.c: New file.
708 * gdb.base/condbreak-call-false.exp: New file.
709
40acf43a
PA
7102014-03-20 Pedro Alves <palves@redhat.com>
711
712 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
713 Delete.
714 (block_signals, unblock_signals): Delete.
715 (child_function_2, main): Remove references to deleted variable
716 and functions.
717
9f5e1e02
PA
7182014-03-20 Pedro Alves <palves@redhat.com>
719
720 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
721 Use pthread_kill to signal thread 2.
722 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
723 Adjust to make the test send itself a signal rather than using the
724 host's "kill" command.
725
99619bea
PA
7262014-03-20 Pedro Alves <palves@redhat.com>
727
728 * gdb.threads/multiple-step-overs.c: New file.
729 * gdb.threads/multiple-step-overs.exp: New file.
730 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
731 Adjust expected infrun debug output.
732
2adfaa28
PA
7332014-03-20 Pedro Alves <palves@redhat.com>
734
735 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
736 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
737
31e77af2
PA
7382014-03-20 Pedro Alves <palves@redhat.com>
739
740 PR breakpoints/7143
741 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
742 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
743 of gdb_test_multiple.
744 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
745 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
746
b9f437de
PA
7472014-03-20 Pedro Alves <palves@redhat.com>
748
749 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
750 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
751
05adc73e
PA
7522014-03-19 Pedro Alves <palves@redhat.com>
753
754 * gdb.base/async.exp: Remove early return.
755
6048b950
PA
7562014-03-19 Pedro Alves <palves@redhat.com>
757
758 * gdb.base/async.exp (step& tests): Pass explicit test messages.
759
8bcfb00a
PA
7602014-03-19 Pedro Alves <palves@redhat.com>
761
762 * gdb.base/async.exp (test_background): Expect \r\n after
763 "completed." in the fail pattern.
764
884e37dc
PA
7652014-03-19 Pedro Alves <palves@redhat.com>
766
767 * gdb.base/async.exp (test_background): New procedure.
768 Use it for all background execution command tests.
769
148e57e2
PA
7702014-03-19 Pedro Alves <palves@redhat.com>
771
772 * gdb.base/async.exp: Use prepare_for_testing.
773
f48088c7
PA
7742014-03-19 Pedro Alves <palves@redhat.com>
775
776 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
777 the same line.
778
e2f6c966
PA
7792014-03-19 Pedro Alves <palves@redhat.com>
780
781 * gdb.base/async.c (main): Add "jump here" and "until here" line
782 marker comments.
783 * gdb.base/async.exp (jump_here): New global.
784 (jump& test): Use it.
785 (until_here): New global.
786 (until& test): Use it.
787
c30568d4
PA
7882014-03-19 Pedro Alves <palves@redhat.com>
789
790 * gdb.base/async.exp: Don't frob gdb_protocol.
791
0172b6a7
DE
7922014-03-18 Doug Evans <xdje42@gmail.com>
793
794 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
795 Fix spelling of exec-done-display.
796
06c868a8
JK
7972014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 PR gdb/15358
800 * gdb.base/gdb-sigterm.c: New file.
801 * gdb.base/gdb-sigterm.exp: New file.
802
0c7e1a46
PA
8032014-03-18 Pedro Alves <palves@redhat.com>
804
805 PR gdb/13860
806 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
807 * lib/mi-support.exp (mi_expect_stop): Add special handling for
808 solib-event.
809
f7c77d93
JB
8102014-03-17 Joel Brobecker <brobecker@adacore.com>
811
812 * gdb.ada/pckd_arr_ren: New testcase.
813
5a1e8c7a
DE
8142014-03-13 Doug Evans <xdje42@gmail.com>
815
816 PR guile/16612
817 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
818 collect after discarding symbols.
819
350e1a76
DE
8202014-03-13 Ludovic Courtès <ludo@gnu.org>
821 Doug Evans <xdje42@gmail.com>
822
823 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
824 to history survives a gc.
825
a69900ae
PA
8262014-03-13 Pedro Alves <palves@redhat.com>
827
828 * gdb.base/default.exp: Don't test "target procfs".
829
5db9f0bd
PA
8302014-03-13 Pedro Alves <palves@redhat.com>
831
832 * gdb.base/default.exp: Update "target child" and "target procfs"
833 tests to not expect "Unix".
834
b3ccfe11
TT
8352014-03-12 Tom Tromey <tromey@redhat.com>
836
837 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
838 New procs. Add target-async tests.
839 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
840 Add target-async tests.
841
646f4417
AA
8422014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
843
844 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
845 'func_start' and 'func_end' for the beginning and end of the
846 function code, respectively.
847 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
848 'func_end' instead of 'func' and 'main'.
849
288c211f
AA
8502014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
851
852 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
853 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
854 generate the debug info assembler source.
855
e0c0f156
AA
8562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
857
858 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
859 * gdb.dwarf2/arr-subrange.exp: Likewise.
860 * gdb.dwarf2/dwz.exp: Likewise.
861 * gdb.dwarf2/method-ptr.exp: Likewise.
862 * gdb.dwarf2/missing-sig-type.exp: Likewise.
863 * gdb.dwarf2/subrange.exp: Likewise.
864 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
865 * gdb.dwarf2/implptrpiece.exp: Likewise.
866 * gdb.dwarf2/nostaticblock.exp: Likewise.
867
0e5c4555
AA
8682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
869
870 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
871 directory to absolute path name arguments.
872
5ec18f2b
JG
8732014-03-10 Joel Brobecker <brobecker@adacore.com>
874
875 * gdb.ada/tagged_access: New testcase.
876
847fc4f2
MM
8772014-03-07 Markus Metzger <markus.t.metzger@intel.com>
878
879 * gdb.btrace/data.exp: Update expected output.
880
cc3da688
YQ
8812014-03-06 Yao Qi <yao@codesourcery.com>
882
883 * gdb.trace/pr16508.exp: New file.
884
0f26cec1
PA
8852014-03-05 Pedro Alves <palves@redhat.com>
886
887 PR gdb/16575
888 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
889 procedure.
890 (top level): Adjust to use it. Add tests that exercise breakpoint
891 interaction with the code-cache.
892
7a5a839f
LC
8932014-02-26 Ludovic Courtès <ludo@gnu.org>
894
895 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
896 test for 'history-append!'.
897
31aa7e4e
JB
8982014-02-26 Joel Brobecker <brobecker@adacore.com>
899
900 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
901 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
902 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
903 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
904 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
905 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
906
1b588015
JB
9072014-02-26 Joel Brobecker <brobecker@adacore.com>
908
909 * testsuite/gdb.python/py-pp-re-notag.c: New file.
910 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
911 * testsuite/gdb.python/py-pp-re-notag.p: New file.
912
55426c9d
JB
9132014-02-26 Joel Brobecker <brobecker@adacore.com>
914
915 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
916
dc53a7ad
JB
9172014-02-26 Joel Brobecker <brobecker@adacore.com>
918
919 * gdb.dwarf2/arr-stride.c: New file.
920 * gdb.dwarf2/arr-stride.exp: New file.
921
12ab52e9
PA
9222014-02-26 Pedro Alves <palves@redhat.com>
923
924 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
925 that won't ever trigger. Make sure that GDB reports the correct
926 breakpoint that caused the stop.
927
849c862e
JK
9282014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
929
930 PR gdb/16626
931 * gdb.base/auto-load-script: New file.
932 * gdb.base/auto-load.c: New file.
933 * gdb.base/auto-load.exp: New file.
934
71b7d793
JK
935 PR gdb/16626
936 * gdb.base/auto-load.exp: Fix out-of-srctree run.
937
e2f0d509
JK
9382014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
939
940 Fix dw2-icycle.exp -fsanitize=address GDB crash.
941 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
942
50cc37c8
DE
9432014-02-24 Doug Evans <dje@google.com>
944
945 * lib/gdb.exp (run_on_host): Log error output if program fails.
946
ea4758f2
PA
9472014-02-21 Pedro Alves <palves@redhat.com>
948
949 * gdb.threads/step-after-sr-lock.c: Rename to ...
950 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
951 * gdb.threads/step-after-sr-lock.exp: Rename to ...
952 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
953 ... this.
954
d7b30f67
SDJ
9552014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
956
957 PR tdep/16397
958 * gdb.arch/amd64-stap-special-operands.exp: New file.
959 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
960 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
961 * gdb.arch/amd64-stap-triplet.S: Likewise.
962 * gdb.arch/amd64-stap-triplet.c: Likewise.
963
83deb43f
JB
9642014-02-20 Joel Brobecker <brobecker@adacore.com>
965
966 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
967 in .section pseudo-op.
968
adde2bff
DE
9692014-02-20 lin zuojian <manjian2006@gmail.com>
970 Joel Brobecker <brobecker@adacore.com>
971 Doug Evans <xdje42@gmail.com>
972
973 PR symtab/16581
974 * gdb.dwarf2/dw2-icycle.S: New file.
975 * gdb.dwarf2/dw2-icycle.c: New file.
976 * gdb.dwarf2/dw2-icycle.exp: New file.
977
f7bd0f78
SC
9782014-02-19 Siva Chandra Reddy <sivachandra@google.com>
979
980 * gdb.python/py-value-cc.cc: Improve test case to enable testing
981 operations on gdb.Value objects.
982 * gdb.python/py-value-cc.exp: Add new test to test operations on
983 gdb.Value objects.
984
c17ef0d5
DE
9852014-02-18 Doug Evans <dje@google.com>
986
987 * Makefile.in (TESTS): New variable.
988 (expanded_tests, expanded_tests_or_none): New variables
989 (check-single): Pass $(expanded_tests_or_none) to runtest.
990 (check-parallel): Only run tests in $(TESTS) if non-empty.
991 (check/no-matching-tests-found): New rule.
992 * README: Document TESTS makefile variable.
993
5dd3176f
DE
9942014-02-18 Doug Evans <dje@google.com>
995
996 * Makefile.in (check-parallel): rm -rf outputs temp.
997
0b10be4f
JK
9982014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
999
1000 Fix "ERROR: no fileid for" in the testsuite.
1001 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1002
85f224e7
DE
10032014-02-12 Doug Evans <dje@google.com>
1004
1005 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1006 (MISCELLANEOUS): New variable.
1007 (clean): rm -rf $(MISCELLANEOUS).
1008 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1009 dwp live in the same directory as symlinks, with each symlink pointed
1010 to a differently named file in a different directory.
1011
149b30ff
DE
10122014-02-11 Doug Evans <dje@google.com>
1013
1014 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1015 of Tcl file commands.
1016
1dfdac32
MK
10172014-02-10 Mark Kettenis <kettenis@gnu.org>
1018
1019 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1020 "kill -SIGUSR1 -1".
1021
aa4fb036
JB
10222014-02-10 Joel Brobecker <brobecker@adacore.com>
1023
1024 * gdb.ada/tick_length_array_enum_idx: New testcase.
1025
ed3ef339
DE
10262014-02-10 Doug Evans <xdje42@gmail.com>
1027
1028 * configure.ac (AC_OUTPUT): Add gdb.guile.
1029 * configure: Regenerate.
1030 * lib/gdb-guile.exp: New file.
1031 * lib/gdb.exp (get_target_charset): New function.
1032 * gdb.base/help.exp: Update expected output from "apropos apropos".
1033 * gdb.guile/Makefile.in: New file.
1034 * gdb.guile/guile.exp: New file.
1035 * gdb.guile/scm-arch.c: New file.
1036 * gdb.guile/scm-arch.exp: New file.
1037 * gdb.guile/scm-block.c: New file.
1038 * gdb.guile/scm-block.exp: New file.
1039 * gdb.guile/scm-breakpoint.c: New file.
1040 * gdb.guile/scm-breakpoint.exp: New file.
1041 * gdb.guile/scm-disasm.c: New file.
1042 * gdb.guile/scm-disasm.exp: New file.
1043 * gdb.guile/scm-equal.c: New file.
1044 * gdb.guile/scm-equal.exp: New file.
1045 * gdb.guile/scm-error.exp: New file.
1046 * gdb.guile/scm-error.scm: New file.
1047 * gdb.guile/scm-frame-args.c: New file.
1048 * gdb.guile/scm-frame-args.exp: New file.
1049 * gdb.guile/scm-frame-args.scm: New file.
1050 * gdb.guile/scm-frame-inline.c: New file.
1051 * gdb.guile/scm-frame-inline.exp: New file.
1052 * gdb.guile/scm-frame.c: New file.
1053 * gdb.guile/scm-frame.exp: New file.
1054 * gdb.guile/scm-generics.exp: New file.
1055 * gdb.guile/scm-gsmob.exp: New file.
1056 * gdb.guile/scm-iterator.c: New file.
1057 * gdb.guile/scm-iterator.exp: New file.
1058 * gdb.guile/scm-math.c: New file.
1059 * gdb.guile/scm-math.exp: New file.
1060 * gdb.guile/scm-objfile-script-gdb.in: New file.
1061 * gdb.guile/scm-objfile-script.c: New file.
1062 * gdb.guile/scm-objfile-script.exp: New file.
1063 * gdb.guile/scm-objfile.c: New file.
1064 * gdb.guile/scm-objfile.exp: New file.
1065 * gdb.guile/scm-ports.exp: New file.
1066 * gdb.guile/scm-pretty-print.c: New file.
1067 * gdb.guile/scm-pretty-print.exp: New file.
1068 * gdb.guile/scm-pretty-print.scm: New file.
1069 * gdb.guile/scm-section-script.c: New file.
1070 * gdb.guile/scm-section-script.exp: New file.
1071 * gdb.guile/scm-section-script.scm: New file.
1072 * gdb.guile/scm-symbol.c: New file.
1073 * gdb.guile/scm-symbol.exp: New file.
1074 * gdb.guile/scm-symtab-2.c: New file.
1075 * gdb.guile/scm-symtab.c: New file.
1076 * gdb.guile/scm-symtab.exp: New file.
1077 * gdb.guile/scm-type.c: New file.
1078 * gdb.guile/scm-type.exp: New file.
1079 * gdb.guile/scm-value-cc.cc: New file.
1080 * gdb.guile/scm-value-cc.exp: New file.
1081 * gdb.guile/scm-value.c: New file.
1082 * gdb.guile/scm-value.exp: New file.
1083 * gdb.guile/source2.scm: New file.
1084 * gdb.guile/types-module.cc: New file.
1085 * gdb.guile/types-module.exp: New file.
1086
7026a7c1
YQ
10872014-02-10 Yao Qi <yao@codesourcery.com>
1088
1089 PR testsuite/16543
1090 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1091 * configure: Regenerated.
1092 * Makefile.in: New file.
1093
6c466447
AS
10942014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1095
1096 * gdb.python/py-framefilter.exp: Fix typo.
1097
6e854735
YQ
10982014-02-08 Yao Qi <yao@codesourcery.com>
1099
1100 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1101 that no =breakpoint-modified is emitted when breakpoints are
1102 modified through MI commands.
1103
d137e6dc
PA
11042014-02-07 Pedro Alves <pedro@codesourcery.com>
1105 Pedro Alves <palves@redhat.com>
1106
1107 * gdb.threads/step-after-sr-lock.c: New file.
1108 * gdb.threads/step-after-sr-lock.exp: New file.
1109
b5ee5a50
PA
11102014-02-07 Pedro Alves <palves@redhat.com>
1111
1112 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1113
3c77faf3
JK
11142014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1115
1116 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1117 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1118
6dddc817
DE
11192014-02-06 Doug Evans <xdje42@gmail.com>
1120
1121 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1122 output.
1123
1124 * gdb.gdb/python-interrupts.exp: New file.
1125
de7b2893
YQ
11262014-02-05 Yao Qi <yao@codesourcery.com>
1127
1128 * gdb.trace/report.exp (use_collected_data): Test the output
1129 of "info threads" and "info inferiors".
1130
66d032ac
YQ
11312014-02-05 Yao Qi <yao@codesourcery.com>
1132
1133 Revert this patch:
1134
1135 2013-05-24 Yao Qi <yao@codesourcery.com>
1136
1137 * gdb.trace/tfile.exp: Test inferior and thread.
1138
591a12a1
UW
11392014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1140
1141 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1142 on a function.
1143 * gdb.base/step-bt.c: Call hello via function pointer to make
1144 sure its first instruction is executed on powerpc64le-linux.
1145
0ff3e01f
UW
11462014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1147
1148 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1149
084ee545
UW
11502014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1151
1152 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1153 of the test patterns for use on little-endian systems.
1154
6ed14ff3
UW
11552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1156
1157 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1158 (decimal_vector): Fix for little-endian.
1159
401e27fd
JM
11602014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1161
1162 * gdb.arch/sparc-sysstep.exp: New file.
1163 * gdb.arch/sparc-sysstep.c: Likewise.
1164
1165 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1166
8b924729
EBM
11672014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1168
1169 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1170
fb151210
JB
11712014-01-23 Tom Tromey <tromey@redhat.com>
1172
1173 * gdb.ada/array_char_idx: New testcase.
1174
0740f8d8
TT
11752014-01-23 Tom Tromey <tromey@redhat.com>
1176
1177 PR python/16487:
1178 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1179 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1180 classes.
1181
21909fa1
TT
11822014-01-23 Tom Tromey <tromey@redhat.com>
1183
1184 PR python/16491:
1185 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1186 string from an inferior frame.
1187 * gdb.python/py-framefilter-mi.exp: Update.
1188
87ce2a04
DE
11892014-01-22 Doug Evans <dje@google.com>
1190
1191 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1192
237b092b
AA
11932014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1194
1195 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1196
d674a709
AA
11972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1198
1199 * gdb.trace/entry-values.exp: Remove excess space character from
1200 regex patterns. Handle s390 call instruction.
1201
20fa3390
AA
12022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1203
1204 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1205 define "*_start" label. Make "name" static.
1206 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1207 ${name} by references to ${name}_start.
1208
78466714
AA
12092014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1210
1211 * gdb.base/info-macros.exp: Remove "debug" from the compile
1212 options.
1213
ec9f644a
IB
12142014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1215
1216 * gdb.dlang/demangle.exp: New file.
1217
94b1b47e
IB
12182014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1219
1220 * gdb.dlang/primitive-types.exp: New file.
1221
7f420862
IB
12222014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1223
1224 * configure.ac: Create gdb.dlang/Makefile.
1225 * configure: Regenerate.
1226 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1227 * gdb.dlang/Makefile.in: New file.
1228 * lib/d-support.exp: New file.
1229 * lib/gdb.exp (skip_d_tests): New proc.
1230
52834460
MM
12312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1232
1233 * gdb.btrace/delta.exp: Check reverse stepi.
1234 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1235 * gdb.btrace/finish.exp: New.
1236 * gdb.btrace/next.exp: New.
1237 * gdb.btrace/nexti.exp: New.
1238 * gdb.btrace/record_goto.c: Add comments.
1239 * gdb.btrace/step.exp: New.
1240 * gdb.btrace/stepi.exp: New.
1241 * gdb.btrace/multi-thread-step.c: New.
1242 * gdb.btrace/multi-thread-step.exp: New.
1243 * gdb.btrace/rn-dl-bind.c: New.
1244 * gdb.btrace/rn-dl-bind.exp: New.
1245 * gdb.btrace/data.c: New.
1246 * gdb.btrace/data.exp: New.
1247 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1248
6e07b1d2
MM
12492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1250
1251 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1252 * gdb.btrace/exception.exp: Update.
1253 * gdb.btrace/instruction_history.exp: Update.
1254 * gdb.btrace/record_goto.exp: Update.
1255 * gdb.btrace/tailcall.exp: Update.
1256 * gdb.btrace/unknown_functions.exp: Update.
1257 * gdb.btrace/delta.exp: New.
1258
0b722aec
MM
12592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1260
1261 * gdb.btrace/record_goto.exp: Add backtrace test.
1262 * gdb.btrace/tailcall.exp: Add backtrace test.
1263
066ce621
MM
12642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1265
1266 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1267 * gdb.btrace/record_goto.c: New.
1268 * gdb.btrace/record_goto.exp: New.
1269 * gdb.btrace/x86-record_goto.S: New.
1270
0688d04e
MM
12712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1272
1273 * gdb.btrace/function_call_history.exp: Update tests.
1274 * gdb.btrace/instruction_history.exp: Update tests.
1275
8710b709
MM
12762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1277
1278 * gdb.btrace/function_call_history.exp: Fix expected field
1279 order for "record function-call-history".
1280 Add new tests for "record function-call-history /c".
1281 * gdb.btrace/exception.cc: New.
1282 * gdb.btrace/exception.exp: New.
1283 * gdb.btrace/tailcall.exp: New.
1284 * gdb.btrace/x86-tailcall.S: New.
1285 * gdb.btrace/x86-tailcall.c: New.
1286 * gdb.btrace/unknown_functions.c: New.
1287 * gdb.btrace/unknown_functions.exp: New.
1288 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1289
5de9129b
MM
12902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1291
1292 * gdb.btrace/instruction_history.exp: Update.
1293 * gdb.btrace/function_call_history.exp: Update.
1294
23a7fe75
MM
12952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1296
1297 * gdb.btrace/function_call_history.exp: Fix expected function
1298 trace.
1299 * gdb.btrace/instruction_history.exp: Initialize traced.
1300 Remove traced_functions.
1301
724c7dd8
MM
13022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1303
1304 * gdb.btrace/function_call_history.exp: Update
1305 * gdb.btrace/instruction_history.exp: Update.
1306
6d78d93b
MM
13072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1308
1309 * gdb.btrace/enable.exp: Update expected text.
1310
93a360cc
OJ
13112014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1312
1313 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1314 bytes.
1315
3772b53f
MR
13162014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1317
1318 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1319
596662fa
OJ
13202014-01-15 Omair Javaid <omair.javaid@linaro.org>
1321
1322 * lib/gdb.exp (supports_process_record): Return true for
1323 arm*-linux*. (supports_reverse): Likewise.
1324
b5b08fb4
SC
13252014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1326
1327 PR python/15464
1328 PR python/16113
1329 * gdb.python/py-type.c: Enhance test case.
1330 * gdb.python/py-value-cc.cc: Likewise
1331 * gdb.python/py-type.exp: Add new tests.
1332 * gdb.python/py-value-cc.exp: Likewise
1333
52d7fb13
AA
13342014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1335 Pedro Alves <palves@redhat.com>
1336
1337 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1338 Make "name" extern.
1339 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1340 references to ${name}_start by references to ${name}.
1341
a2cd8cfe
JB
13422014-01-10 Joel Brobecker <brobecker@adacore.com>
1343
1344 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1345
4e23fced
JB
13462014-01-10 Joel Brobecker <brobecker@adacore.com>
1347
1348 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1349
c6a9e42c
PA
13502014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1351 Pedro Alves <palves@redhat.com>
1352
1353 * gdb.mi/mi-info-os.exp: Connect to the target with
1354 mi_gdb_target_load.
1355
b7ea362b
PA
13562014-01-08 Pedro Alves <palves@redhat.com>
1357
1358 * gdb.threads/reconnect-signal.c: New file.
1359 * gdb.threads/reconnect-signal.exp: New file.
1360
5e3f4fab
EBM
13612014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1362
1363 * gdb.base/source-dir.exp: New file.
1364
79301218
JB
13652014-01-07 Joel Brobecker <brobecker@adacore.com>
1366
1367 * gdb.ada/mi_interface: New testcase.
1368
8e355c5d
JB
13692014-01-07 Joel Brobecker <brobecker@adacore.com>
1370
1371 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1372 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1373 gdb.ada/pp-rec-component/pck.ads: New files.
1374
c0d48811
JB
13752014-01-07 Joel Brobecker <brobecker@adacore.com>
1376
1377 * gdb.python/py-pp-integral.c: New file.
1378 * gdb.python/py-pp-integral.py: New file.
1379 * gdb.python/py-pp-integral.exp: New file.
1380
17b609c3 1381For older changes see ChangeLog-1993-2013.
c906108c 1382\f
8d8cb839
EZ
1383;; Local Variables:
1384;; mode: change-log
1385;; left-margin: 8
1386;; fill-column: 74
1387;; version-control: never
1388;; End:
902f2ccb 1389
14f8b115 1390 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1391 Copying and distribution of this file, with or without modification,
1392 are permitted provided the copyright notice and this notice are preserved.
This page took 2.078595 seconds and 4 git commands to generate.