Make compare-sections work against all targets; add compare-sections [-r] tests.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
936d2992
PA
12014-05-20 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/compare-sections.c: New file.
4 * gdb.base/compare-sections.exp: New file.
5
802e8e6d
PA
62014-05-20 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/break-idempotent.c: New file.
9 * gdb.base/break-idempotent.exp: New file.
10
e59fa00f
MM
112014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12
13 * gdb.btrace/nohist.exp: New.
14
8b696e31
YQ
152014-05-20 Yao Qi <yao@codesourcery.com>
16
17 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18 gdb.reverse directory and gdb_reverse_timeout exists in board
19 setting.
20 * README: Document gdb_reverse_timeout.
21
73c9764f
YQ
222014-05-20 Yao Qi <yao@codesourcery.com>
23
24 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
25 'test_file_name'. Treat args as a string instead of a list.
26 (gdb_init): Rename argument 'args' by 'test_file_name'.
27
f1f4348a
JK
282014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
29
30 * gdb.arch/powerpc-power.exp: New file.
31 * gdb.arch/powerpc-power.s: New file.
32
0dbe70ce
DE
332014-05-16 Doug Evans <dje@google.com>
34
35 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
36 * gdb.base/completion.exp: Check that all expected files exist
37 before doing file completion.
0dbe70ce 38
8d551b02
DE
392014-05-16 Doug Evans <dje@google.com>
40
41 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
42 Update.
43 (do_syscall_tests_without_xml): Update.
44
73eb7709
PA
452014-05-16 Pedro Alves <palves@redhat.com>
46
47 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
48 instead of "unknown output after running".
49
3fae92fc
YQ
502014-05-16 Yao Qi <yao@codesourcery.com>
51
52 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
53 file1.txt from host at the end.
54 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
55
c2b2ccc5
DE
562014-05-15 Doug Evans <dje@google.com>
57
58 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
59 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
60 loading file. Add test for TU lookup.
61
8c217a4b
SM
622014-05-15 Simon Marchi <simon.marchi@ericsson.com>
63
64 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
65 calling "-exec-arguments" or "set args" before running the
66 inferior.
67
3deb39c6
SM
682014-05-15 Simon Marchi <simon.marchi@ericsson.com>
69
70 * lib/mi-support.exp (mi_expect_stop): Expect message for
71 inferiors that exit with non-zero exit code.
72
71a79f8c
YQ
732014-05-14 Yao Qi <yao@codesourcery.com>
74
75 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
76 match absolute path on remote host.
77 (test_file_list_exec_source_files): Remove "/" from the
78 pattern.
79
f23fcd46
YQ
802014-05-14 Yao Qi <yao@codesourcery.com>
81
82 * boards/local-remote-host-notty.exp (${board}_file): New
83 proc.
84
9404b58f
KM
852014-05-07 Kyle McMartin <kyle@redhat.com>
86
87 Pushed by Joel Brobecker <brobecker@adacore.com>.
88 * gdb.arch/aarch64-atomic-inst.c: New file.
89 * gdb.arch/aarch64-atomic-inst.exp: New file.
90
5e45f04c
YQ
912014-05-07 Yao Qi <yao@codesourcery.com>
92
93 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
94 in current context" too.
95
c888a17d
KS
962014-05-05 Keith Seitz <keiths@redhat.com>
97
98 * gdb.linespec/ls-dollar.exp: Add test for linespec
99 file:convenience_variable.
100
290a839c
YQ
1012014-05-05 Yao Qi <yao@codesourcery.com>
102
103 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
104 traceframes into tfile and ctf trace files. Read data from
105 trace file and test collected data.
106 (gdb_collect_locals_test): Likewise.
107 (gdb_unavailable_registers_test): Likewise.
108 (gdb_unavailable_floats): Likewise.
109 (gdb_collect_globals_test): Likewise.
110 (top-level): Append "ctf" to trace_file_targets if GDB
111 supports.
112
b5262cd0
YQ
1132014-05-05 Yao Qi <yao@codesourcery.com>
114
115 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
116 code to ...
117 (gdb_collect_args_test_1): ... it. New proc.
118 (gdb_collect_locals_test): Move some code to ...
119 (gdb_collect_locals_test_1): ... it. New proc.
120 (gdb_unavailable_registers_test): Move some code to ...
121 (gdb_unavailable_registers_test_1): ... it. New proc.
122 (gdb_unavailable_floats): Move some code to ...
123 (gdb_unavailable_floats_1): ... it. New proc.
124
30a1e6cc
SDJ
1252014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
126
127 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
128 probes to test for bitness recognition.
129 * gdb.arch/amd64-stap-optional-prefix.exp
130 (test_probe_value_without_reg): New procedure.
131 Add code to test for different kinds of bitness.
132
f33da99a
SDJ
1332014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
134
135 PR breakpoints/16889
136 * gdb.arch/amd64-stap-optional-prefix.S: New file.
137 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
138
5b80f00d
PA
1392014-05-01 Pedro Alves <palves@redhat.com>
140
141 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
142 gdb_file_cmd if no file is specified.
143 * boards/native-extended-gdbserver.exp (gdb_load): Use the
144 last_loaded_file to set the remote exec-file.
145
f8c2a73c
PA
1462014-05-01 Pedro Alves <palves@redhat.com>
147
148 * boards/local-remote-host.exp: New file.
149
be6e8ac7
PA
1502014-05-01 Pedro Alves <palves@redhat.com>
151
152 * boards/local-remote-host.exp: Rename to ...
153 * boards/local-remote-host-notty.exp: ... this.
154
cac0dc8f
JB
1552014-04-28 Joel Brobecker <brobecker@adacore.com>
156
157 * gdb.ada/dyn_arrayidx: New testcase.
158
9730e6cc
YQ
1592014-04-26 Yao Qi <yao@codesourcery.com>
160
161 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
162 and compute the length of function main. Save it in
163 $main_length.
164 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
165 (top-level): Use gdb_compile to compile objects into
166 executable and restart GDB. Remove invocation to
167 prepare_for_testing.
168
7ae1a6a6
PA
1692014-04-25 Simon Marchi <simon.marchi@ericsson.com>
170 Pedro Alves <palves@redhat.com>
171
172 PR server/16255
173 * gdb.multi/multi-attach.c: New file.
174 * gdb.multi/multi-attach.exp: New file.
175
4082afcc
PA
1762014-04-25 Pedro Alves <palves@redhat.com>
177
178 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
179 user.
180 (top level): Test that "set remote conditional-breakpoints-packet
181 off" works as intended.
182 * gdb.base/dprintf.exp: Test that "set remote
183 breakpoint-commands-packet off" works as intended.
184 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
185 New function.
186 (top level): Call it.
187 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
188 remote fast-tracepoints-packet off" works as intended.
189 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
190 * lib/gdb.exp (gdb_is_target_remote): ... here.
191
2abc3f8d
DB
1922014-04-24 David Blaikie <dblaikie@gmail.com>
193
194 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
195 ensure clang would not discard them.
196 * gdb.base/gdbvars.c: Ditto.
197 * gdb.base/memattr.c: Ditto.
198 * gdb.base/whatis.c: Ditto.
199 * gdb.python/py-prettyprint.c: Ditto.
200 * gdb.trace/actions.c: Ditto.
201 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
202 ensure clang would not discard it.
203
bfd39632
DB
2042014-04-24 David Blaikie <dblaikie@gmail.com>
205
206 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
207 clang to emit the full definition of type required by the test
208 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
209
22842ff6
DB
2102014-04-24 David Blaikie <dblaikie@gmail.com>
211
212 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
213 coax Clang into emitting the definition of the type.
214 * gdb.cp/pr10728-x.h (y): Ditto.
215 * gdb.cp/pr10728-y.cc (y): Ditto.
216
c2e827ad
DB
2172014-04-24 David Blaikie <dblaikie@gmail.com>
218
219 * gdb.base/label.exp: XFAIL label related tests under Clang.
220 * gdb.cp/cplabel.exp: Ditto.
221 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
222 under Clang those using labels.
223
4c2d33e7
YQ
2242014-04-25 Yao Qi <yao@codesourcery.com>
225
226 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
227 double_label.
228 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
229 partial_label and double_label.
230
56083b99
DB
2312014-04-24 David Blaikie <dblaikie@gmail.com>
232
233 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
234
25d4e99d
DB
2352014-04-24 David Blaikie <dblaikie@gmail.com>
236
237 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
238 of the function to work across GCC and Clang.
239 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
240 pointer types (const void ** const V void **).
241
01f9f808
MS
2422014-04-24 Michael Sturm <michael.sturm@mintel.com>
243 Walfred Tedeschi <walfred.tedeschi@intel.com>
244
245 * Makefile.in (EXECUTABLES): Added i386-avx512.
246 * gdb.arch/i386-avx512.c: New file.
247 * gdb.arch/i386-avx512.exp: Likewise.
248
4b48d439
KS
2492014-04-23 Keith Seitz <keiths@redhat.com>
250
251 * lib/mi-support.exp (mi_list_breakpoints): Delete.
252 (mi_make_breakpoint_table): New procedure.
253 (mi_create_breakpoint): Use mi_make_breakpoint
254 and return the result.
255 (mi_make_breakpoint): New procedure.
256 (mi_build_kv_pairs): New procedure.
257
258 * gdb.mi/mi-break.exp: Remove unused globals,
259 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
260 All callers updated.
261 * gdb.mi/mi-dprintf.exp: Use variable to track command
262 number.
263 Update all callers of mi_create_breakpoint and use
264 mi_make_breakpoint_table.
265 Remove any unused global variables.
266 * gdb.mi/mi-nonstop.exp: Likewise.
267 * gdb.mi/mi-nsintrall.exp: Likewise.
268 * gdb.mi/mi-nsmoribund.exp: Likewise.
269 * gdb.mi/mi-nsthrexec.exp: Likewise.
270 * gdb.mi/mi-reverse.exp: Likewise.
271 * gdb.mi/mi-simplerun.exp: Likewise.
272 * gdb.mi/mi-stepn.exp: Likewise.
273 * gdb.mi/mi-syn-frame.exp: Likewise.
274 * gdb.mi/mi-until.exp: Likewise.
275 * gdb.mi/mi-var-cp.exp: Likewise.
276 * gdb.mi/mi-var-display.exp: Likewise.
277 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
278 * gdb.mi/mi2-var-child.exp: Likewise.
279 * gdb.mi/mi-vla-c99.exp: Likewise.
280 * lib/mi-support.exp: Likewise.
281
282 From Ian Lance Taylor <iant@cygnus.com>:
283 * lib/gdb.exp (parse_args): New procedure.
284
08351840
PA
2852014-04-23 Pedro Alves <palves@redhat.com>
286
287 * gdb.base/break-unload-file.c: New file.
288 * gdb.base/break-unload-file.exp: New file.
289 * gdb.base/sym-file-lib.c (baz): New function.
290 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
291 field.
292 (load): Store the segment's mapped size.
293 (unload): New function.
294 (unload_shlib): New function.
295 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
296 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
297 set a breakpoint at baz, and call it.
298 * gdb.base/sym-file.exp: New tests for stale breakpoint
299 instructions.
300
076855f9
PA
3012014-04-23 Pedro Alves <palves@redhat.com>
302
303 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
304 * gdb.base/hbreak-in-shr-unsupported.c: New file.
305 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
306 * gdb.base/hbreak-unmapped.c: New file.
307 * gdb.base/hbreak-unmapped.exp: New file.
308 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
309 * lib/gdb.exp (gdb_is_target_remote): ... here.
310
483805cf
PA
3112014-04-22 Pedro Alves <palves@redhat.com>
312
313 * gdb.base/consecutive-step-over.c: New file.
314 * gdb.base/consecutive-step-over.exp: New file.
315
06d97543
PA
3162014-04-22 Pedro Alves <palves@redhat.com>
317
318 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
319 instead of send_gdb/gdb_expect.
320
b4429ea2
YQ
3212014-04-22 Yao Qi <yao@codesourcery.com>
322
323 * lib/trace-support.exp (generate_tracefile): New procedure.
324 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
325 return 0.
326 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
327 if generate_tracefile returns 1.
328
51d48146
PA
3292014-04-18 Tom Tromey <palves@redhat.com>
330 Pedro alves <tromey@redhat.com>
331
332 PR backtrace/15558
333 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
334 with a backtrace limit.
335 * gdb.python/py-frame-inline.exp: Test running to an inline
336 function with a backtrace limit, and printing the newest frame.
337 * gdb.python/py-frame-inline.c (main): Call f.
338
bd1dce5f
MS
3392014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
340
341 * gdb.java/jnpe.exp: Drop srcdir from untested path.
342
40d1a503
MS
3432014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
344
345 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
346 Drop prefix from unsupported source file path.
347
389b98f7
YQ
3482014-04-17 Yao Qi <yao@codesourcery.com>
349
350 * lib/gdb.exp (with_target_charset): New proc.
351 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
352 with_target_charset.
353 (test_print_strings): Likewise.
354 (test_repeat_bytes): Likewise.
355 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
356 for some tests.
357
22869d73
KS
3582014-04-16 Keith Seitz <keiths@redhat.com>
359
360 PR gdb/15827
361 * gdb.dwarf2/corrupt.c: New file.
362 * gdb.dwarf2/corrupt.exp: New file.
363
c4f87ca6
KS
3642014-04-16 Keith Seitz <keiths@redhat.com>
365
366 PR c++/16597
367 * gdb.cp/namelessclass.cc: New file.
368 * gdb.cp/namelessclass.exp: New file.
369 * gdb.cp/namelessclass.S: New file.
370
ab19de87
DE
3712014-04-16 Doug Evans <dje@google.com>
372
373 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
374 Add comment.
375 (gdbserver_default_get_comm_port): New function.
376 (gdbserver_start): Check if board file provided
377 "gdbserver,get_comm_port" and use it if so.
378 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
379 (gdb,socketport): Set to "stdio".
380 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
381 (stdio_gdbserver_template): Delete.
382 (${board}_get_remote_address): Update.
383 (${board}_build_remote_cmd): Delete.
384 (${board}_get_comm_port): New function.
385 (${board}_spawn): Update.
386 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
387 Delete.
388 (${board}_get_remote_address): Update.
389 (${board}_get_comm_port): New function.
390
fc98a809
AB
3912014-04-16 Andrew Burgess <aburgess@broadcom.com>
392
393 * gdb.base/memattr.exp: Improve regexps to handle memory regions
394 appearing in any order.
395
87fd9e6e
DE
3962014-04-15 Doug Evans <dje@google.com>
397
398 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
399 uninitialized value of "description".
400
099fc3ea
KS
4012014-04-15 Keith Seitz <keiths@redhat.com>
402
403 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
404 Remove unused globals.
405 (test_running_the_program): Likewise.
406 (test_controlled_execution): Likewise.
407 (test_controlling_breakpoints): Likewise.
408 (test_program_termination): Likewise.
409
5da151d4
KS
4102014-04-15 Keith Seitz <keiths@redhat.com>
411
412 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
413 unused globals.
414 (test_rbreak_creation_and_listing): Likewise.
415 (test_ignore_count): Likewise.
416 (test_error): Likewise.
417
35e5d2f0
PA
4182014-04-15 Pedro Alves <palves@redhat.com>
419
420 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
421 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
422 sym-file-loader.c.
423 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
424 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
425 to sym-file-loader.c.
426 (struct library): Forward declare.
427 (load_shlib, lookup_function): Change prototypes.
428 (find_shstrtab, find_strtab, find_shdr, find_symtab)
429 (translate_offset): Remove declarations.
430 (get_text_addr): New declaration.
431 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
432 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
433 sym-file-loader.h.
434 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
435 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
436 here from sym-file-loader.h.
437 (struct library): New structure.
438 (load_shlib, lookup_function): Change prototypes and adjust to
439 work with a struct library.
440 (find_shstrtab, find_strtab, find_shdr, find_symtab)
441 (translate_offset): Make static.
442 (get_text_addr): New function.
443 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
444
eb4c1710
PA
4452014-04-15 Pedro Alves <palves@redhat.com>
446
447 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
448
2d1baf52
PA
4492014-04-15 Pedro Alves <palves@redhat.com>
450
451 * gdb.base/sym-file-loader.c: Include <limits.h>.
452 (SELF_LINK): New define.
453 (get_origin): New function.
454 (load_shlib): Use it.
455 * gdb.base/sym-file.exp: Don't early return if the target is
456 remote. Use runto_main, and issue fail is that fails. Use
457 gdb_load_shlibs.
458 (shlib_name): Delete.
459 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
460
7dd6df01
PA
4612014-04-15 Pedro Alves <palves@redhat.com>
462
463 * gdb.base/sym-file.exp: Remove regex characters from test
464 message. Don't refer to breakpoint numbers in test messages.
465
b50c8614
KS
4662014-04-14 Keith Seitz <keiths@redhat.com>
467
468 PR c++/16253
469 * gdb.cp/var-tag.cc: New file.
470 * gdb.cp/var-tag.exp: New file.
471 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
472 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
473 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
474 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
475
3d567982
TT
4762014-04-14 Tom Tromey <tromey@redhat.com>
477
478 * gdb.cp/classes.exp (test_enums): Handle underlying type.
479 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
480 type.
481 * gdb.cp/enum-class.exp: New file.
482 * gdb.cp/enum-class.cc: New file.
483
0626fc76
TT
4842014-04-14 Tom Tromey <tromey@redhat.com>
485
486 * gdb.dwarf2/enum-type.exp: New file.
487
dca325b3
SA
4882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
489
490 * gdb.mi/mi-vla-c99.exp: New file.
491 * gdb.mi/vla.c: New file.
492
5854b38a
SA
4932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
494
495 * gdb.base/vla-datatypes.c: New file.
496 * gdb.base/vla-datatypes.exp: New file.
497
463bb957
SA
4982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
499
500 * gdb.base/vla-ptr.c: New file.
501 * gdb.base/vla-ptr.exp: New file.
502
3dd170be
SA
5032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
504
505 * gdb.dwarf2/count.exp: New file.
506
5ecaaa66
SA
5072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
508
509 * gdb.base/vla-sideeffect.c: New file.
510 * gdb.base/vla-sideeffect.exp: New file.
511
41f1ada5
DB
5122014-04-14 David Blaikie <dblaikie@gmail.com>
513
514 * gdb.mi/non-stop.c: Add return value for non-void function return
515 statement.
516 * gdb.threads/staticthreads.c: Ditto.
517
0be03e84
DE
5182014-04-12 Siva Chandra Reddy <sivachandra@google.com>
519 Doug Evans <xdje42@gmail.com>
520
521 * gdb.guile/scm-value.c: Improve test case.
522 * gdb.guile/scm-value.exp: Add new test.
523
f180a1fb
DB
5242014-04-11 David Blaikie <dblaikie@gmail.com>
525
526 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
527 override Clang's default.
528
6b662e19
JB
5292014-04-11 Joel Brobecker <brobecker@adacore.com>
530
531 Revert the following changes (regressions):
532
533 * gdb.base/vla-sideeffect.c: New file.
534 * gdb.base/vla-sideeffect.exp: New file.
535
536 * gdb.dwarf2/count.exp: New file.
537
538 * gdb.base/vla-multi.c: New file.
539 * gdb.base/vla-multi.exp: New file.
540
541 * gdb.base/vla-ptr.c: New file.
542 * gdb.base/vla-ptr.exp: New file.
543
544 * gdb.base/vla-datatypes.c: New file.
545 * gdb.base/vla-datatypes.exp: New file.
546
547 * gdb.mi/mi-vla-c99.exp: New file.
548 * gdb.mi/vla.c: New file.
549
245a5f0b
KS
5502014-04-11 Keith Seitz <keiths@redhat.com>
551
552 PR c++/16675
553 * gdb.cp/cpsizeof.exp: New file.
554 * gdb.cp/cpsizeof.cc: New file.
555
58a84dcf
SA
5562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
557
191a8a90
JB
558 * gdb.mi/mi-vla-c99.exp: New file.
559 * gdb.mi/vla.c: New file.
58a84dcf 560
c8655f75
SA
5612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
562
563 * gdb.base/vla-datatypes.c: New file.
564 * gdb.base/vla-datatypes.exp: New file.
565
024e13b4
SA
5662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
567
568 * gdb.base/vla-ptr.c: New file.
569 * gdb.base/vla-ptr.exp: New file.
570
1a237e0e
SA
5712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
572
573 * gdb.base/vla-multi.c: New file.
574 * gdb.base/vla-multi.exp: New file.
575
504f3432
SA
5762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
577
578 * gdb.dwarf2/count.exp: New file.
579
3bce8237
SA
5802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
581
191a8a90
JB
582 * gdb.base/vla-sideeffect.c: New file.
583 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 584
322f9c21
YQ
5852014-04-11 Yao Qi <yao@codesourcery.com>
586
587 * gdb.base/completion.exp: Check file exists before running tests
588 on file completion.
589
d708bcd1
PA
5902014-04-10 Pedro Alves <palves@redhat.com>
591
592 * gdb.base/cond-eval-mode.c: New file.
593 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
594 prepare_for_testing to build the new file. Check result of
595 runto_main.
596 (test_break, test_watch): New procedures.
597 (top level): Use them.
598
ae1d2761
PM
5992014-04-08 Pierre Muller <muller@sourceware.org>
600
601 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
602 Ctrl-V use for mingw hosts.
603
7af389b8
SC
6042014-04-07 Siva Chandra Reddy <sivachandra@google.com>
605
606 * gdb.python/py-value.c: Improve test case.
607 * gdb.python/py-value.exp: Add new test.
608
5e703181
DE
6092014-04-07 David Blaikie <dblaikie@gmail.com>
610
611 * lib/compiler.c: Identify the clang compiler.
612 * lib/compiler.cc: Ditto.
613
9810b410
YQ
6142014-04-03 Yao Qi <yao@codesourcery.com>
615
616 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
617
98d1b8dc
AB
6182014-04-01 Anton Blanchard <anton@samba.org>
619
620 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
621 messages unique.
622
3114cea1
AB
6232014-04-01 Anton Blanchard <anton@samba.org>
624
625 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
626 prepare_for_testing.
627
62f7182c
AB
6282014-04-01 Anton Blanchard <anton@samba.org>
629
630 * gdb.arch/ppc64-atomic-inst.c: Remove.
631 * gdb.arch/ppc64-atomic-inst.S: New file.
632 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
633
770e7fc7
DE
6342014-03-31 Doug Evans <dje@google.com>
635
636 * gdb.base/print-symbol-loading-lib.c: New file.
637 * gdb.base/print-symbol-loading-main.c: New file.
638 * gdb.base/print-symbol-loading.exp: New file.
639
46e2bafa
YQ
6402014-03-31 Yao Qi <yao@codesourcery.com>
641
642 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
643
8776cfe9
JB
6442014-03-28 Joel Brobecker <brobecker@adacore.com>
645
646 * gdb.ada/mi_dyn_arr: New testcase.
647
5d1ef361
DE
6482014-03-27 Doug Evans <dje@google.com>
649
650 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
651
b5bee914
YQ
6522014-03-27 Yao Qi <yao@codesourcery.com>
653
654 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
655 if target is nios2-*-*.
656
0d4d0e77
YQ
6572014-03-26 Yao Qi <yao@codesourcery.com>
658
659 * lib/gdb.exp (readline_is_used): New proc.
660 * gdb.base/completion.exp: Move tests on command complete up.
661 Skip the rest of tests if readline is not used.
662 * gdb.ada/complete.exp: Skp the test if readline is not
663 used.
664 * gdb.base/filesym.exp: Likewise.
665 * gdb.base/macscp.exp: Likewise.
666 * gdb.base/readline-ask.exp: Likewise.
667 * gdb.base/readline.exp: Likewise.
668 * gdb.python/py-cmd.exp: Likewise.
669 * gdb.trace/tfile.exp: Likewise.
670
29361eee
YQ
6712014-03-26 Yao Qi <yao@codesourcery.com>
672
673 * gdb.base/macscp.exp: Fix code format issues.
674
bc9a5525
UW
6752014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
676
677 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
678 * gdb.asm/powerpc64le.inc: New file.
679
d3839ede
PA
6802014-03-25 Pedro Alves <palves@redhat.com>
681 Doug Evans <dje@google.com>
682
683 * gdb.base/source-execution.c: New file.
684 * gdb.base/source-execution.exp: New file.
685 * gdb.base/source-execution.gdb: New file.
686
01672a57
DE
6872014-03-24 Doug Evans <dje@google.com>
688
689 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
690 using fission.
691
88bbeca9
HZ
6922014-03-24 Hui Zhu <hui@codesourcery.com>
693 Pedro Alves <palves@redhat.com>
694
695 PR breakpoints/16101
696 * gdb.base/dprintf.exp: Use unsupported rather than changing the
697 test pass/fail messages. Detect missing support for dprintf when
698 breakpoints are actually inserted.
699 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
700 breakpoints are actually inserted.
701 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
702 fails.
703
d2348791
JK
7042014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
705
706 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
707
feef67ab
DE
7082014-03-22 Doug Evans <xdje42@gmail.com>
709
710 * gdb.python/python.exp (python not supported): Verify multi-line
711 python command issues an error.
25d743f9 712 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 713 guile command issues an error.
feef67ab 714
ecebef6a
MR
7152014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
716
717 * gdb.threads/thread-specific.exp: Handle the lack of usable
718 $this_breakpoint and $this_thread.
719
ccdd1909
HZ
7202014-03-21 Hui Zhu <hui@codesourcery.com>
721
722 * gdb.base/attach.exp (do_command_attach_tests): New.
723
beb460e8
PA
7242014-03-20 Tom Tromey <tromey@redhat.com>
725 Pedro Alves <palves@redhat.com>
726
727 PR cli/15718
728 * gdb.base/condbreak-call-false.c: New file.
729 * gdb.base/condbreak-call-false.exp: New file.
730
40acf43a
PA
7312014-03-20 Pedro Alves <palves@redhat.com>
732
733 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
734 Delete.
735 (block_signals, unblock_signals): Delete.
736 (child_function_2, main): Remove references to deleted variable
737 and functions.
738
9f5e1e02
PA
7392014-03-20 Pedro Alves <palves@redhat.com>
740
741 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
742 Use pthread_kill to signal thread 2.
743 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
744 Adjust to make the test send itself a signal rather than using the
745 host's "kill" command.
746
99619bea
PA
7472014-03-20 Pedro Alves <palves@redhat.com>
748
749 * gdb.threads/multiple-step-overs.c: New file.
750 * gdb.threads/multiple-step-overs.exp: New file.
751 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
752 Adjust expected infrun debug output.
753
2adfaa28
PA
7542014-03-20 Pedro Alves <palves@redhat.com>
755
756 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
757 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
758
31e77af2
PA
7592014-03-20 Pedro Alves <palves@redhat.com>
760
761 PR breakpoints/7143
762 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
763 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
764 of gdb_test_multiple.
765 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
766 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
767
b9f437de
PA
7682014-03-20 Pedro Alves <palves@redhat.com>
769
770 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
771 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
772
05adc73e
PA
7732014-03-19 Pedro Alves <palves@redhat.com>
774
775 * gdb.base/async.exp: Remove early return.
776
6048b950
PA
7772014-03-19 Pedro Alves <palves@redhat.com>
778
779 * gdb.base/async.exp (step& tests): Pass explicit test messages.
780
8bcfb00a
PA
7812014-03-19 Pedro Alves <palves@redhat.com>
782
783 * gdb.base/async.exp (test_background): Expect \r\n after
784 "completed." in the fail pattern.
785
884e37dc
PA
7862014-03-19 Pedro Alves <palves@redhat.com>
787
788 * gdb.base/async.exp (test_background): New procedure.
789 Use it for all background execution command tests.
790
148e57e2
PA
7912014-03-19 Pedro Alves <palves@redhat.com>
792
793 * gdb.base/async.exp: Use prepare_for_testing.
794
f48088c7
PA
7952014-03-19 Pedro Alves <palves@redhat.com>
796
797 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
798 the same line.
799
e2f6c966
PA
8002014-03-19 Pedro Alves <palves@redhat.com>
801
802 * gdb.base/async.c (main): Add "jump here" and "until here" line
803 marker comments.
804 * gdb.base/async.exp (jump_here): New global.
805 (jump& test): Use it.
806 (until_here): New global.
807 (until& test): Use it.
808
c30568d4
PA
8092014-03-19 Pedro Alves <palves@redhat.com>
810
811 * gdb.base/async.exp: Don't frob gdb_protocol.
812
0172b6a7
DE
8132014-03-18 Doug Evans <xdje42@gmail.com>
814
815 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
816 Fix spelling of exec-done-display.
817
06c868a8
JK
8182014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
819
820 PR gdb/15358
821 * gdb.base/gdb-sigterm.c: New file.
822 * gdb.base/gdb-sigterm.exp: New file.
823
0c7e1a46
PA
8242014-03-18 Pedro Alves <palves@redhat.com>
825
826 PR gdb/13860
827 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
828 * lib/mi-support.exp (mi_expect_stop): Add special handling for
829 solib-event.
830
f7c77d93
JB
8312014-03-17 Joel Brobecker <brobecker@adacore.com>
832
833 * gdb.ada/pckd_arr_ren: New testcase.
834
5a1e8c7a
DE
8352014-03-13 Doug Evans <xdje42@gmail.com>
836
837 PR guile/16612
838 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
839 collect after discarding symbols.
840
350e1a76
DE
8412014-03-13 Ludovic Courtès <ludo@gnu.org>
842 Doug Evans <xdje42@gmail.com>
843
844 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
845 to history survives a gc.
846
a69900ae
PA
8472014-03-13 Pedro Alves <palves@redhat.com>
848
849 * gdb.base/default.exp: Don't test "target procfs".
850
5db9f0bd
PA
8512014-03-13 Pedro Alves <palves@redhat.com>
852
853 * gdb.base/default.exp: Update "target child" and "target procfs"
854 tests to not expect "Unix".
855
b3ccfe11
TT
8562014-03-12 Tom Tromey <tromey@redhat.com>
857
858 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
859 New procs. Add target-async tests.
860 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
861 Add target-async tests.
862
646f4417
AA
8632014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
864
865 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
866 'func_start' and 'func_end' for the beginning and end of the
867 function code, respectively.
868 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
869 'func_end' instead of 'func' and 'main'.
870
288c211f
AA
8712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
872
873 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
874 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
875 generate the debug info assembler source.
876
e0c0f156
AA
8772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
878
879 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
880 * gdb.dwarf2/arr-subrange.exp: Likewise.
881 * gdb.dwarf2/dwz.exp: Likewise.
882 * gdb.dwarf2/method-ptr.exp: Likewise.
883 * gdb.dwarf2/missing-sig-type.exp: Likewise.
884 * gdb.dwarf2/subrange.exp: Likewise.
885 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
886 * gdb.dwarf2/implptrpiece.exp: Likewise.
887 * gdb.dwarf2/nostaticblock.exp: Likewise.
888
0e5c4555
AA
8892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
890
891 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
892 directory to absolute path name arguments.
893
5ec18f2b
JG
8942014-03-10 Joel Brobecker <brobecker@adacore.com>
895
896 * gdb.ada/tagged_access: New testcase.
897
847fc4f2
MM
8982014-03-07 Markus Metzger <markus.t.metzger@intel.com>
899
900 * gdb.btrace/data.exp: Update expected output.
901
cc3da688
YQ
9022014-03-06 Yao Qi <yao@codesourcery.com>
903
904 * gdb.trace/pr16508.exp: New file.
905
0f26cec1
PA
9062014-03-05 Pedro Alves <palves@redhat.com>
907
908 PR gdb/16575
909 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
910 procedure.
911 (top level): Adjust to use it. Add tests that exercise breakpoint
912 interaction with the code-cache.
913
7a5a839f
LC
9142014-02-26 Ludovic Courtès <ludo@gnu.org>
915
916 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
917 test for 'history-append!'.
918
31aa7e4e
JB
9192014-02-26 Joel Brobecker <brobecker@adacore.com>
920
921 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
922 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
923 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
924 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
925 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
926 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
927
1b588015
JB
9282014-02-26 Joel Brobecker <brobecker@adacore.com>
929
930 * testsuite/gdb.python/py-pp-re-notag.c: New file.
931 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
932 * testsuite/gdb.python/py-pp-re-notag.p: New file.
933
55426c9d
JB
9342014-02-26 Joel Brobecker <brobecker@adacore.com>
935
936 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
937
dc53a7ad
JB
9382014-02-26 Joel Brobecker <brobecker@adacore.com>
939
940 * gdb.dwarf2/arr-stride.c: New file.
941 * gdb.dwarf2/arr-stride.exp: New file.
942
12ab52e9
PA
9432014-02-26 Pedro Alves <palves@redhat.com>
944
945 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
946 that won't ever trigger. Make sure that GDB reports the correct
947 breakpoint that caused the stop.
948
849c862e
JK
9492014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
950
951 PR gdb/16626
952 * gdb.base/auto-load-script: New file.
953 * gdb.base/auto-load.c: New file.
954 * gdb.base/auto-load.exp: New file.
955
71b7d793
JK
956 PR gdb/16626
957 * gdb.base/auto-load.exp: Fix out-of-srctree run.
958
e2f0d509
JK
9592014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
960
961 Fix dw2-icycle.exp -fsanitize=address GDB crash.
962 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
963
50cc37c8
DE
9642014-02-24 Doug Evans <dje@google.com>
965
966 * lib/gdb.exp (run_on_host): Log error output if program fails.
967
ea4758f2
PA
9682014-02-21 Pedro Alves <palves@redhat.com>
969
970 * gdb.threads/step-after-sr-lock.c: Rename to ...
971 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
972 * gdb.threads/step-after-sr-lock.exp: Rename to ...
973 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
974 ... this.
975
d7b30f67
SDJ
9762014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
977
978 PR tdep/16397
979 * gdb.arch/amd64-stap-special-operands.exp: New file.
980 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
981 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
982 * gdb.arch/amd64-stap-triplet.S: Likewise.
983 * gdb.arch/amd64-stap-triplet.c: Likewise.
984
83deb43f
JB
9852014-02-20 Joel Brobecker <brobecker@adacore.com>
986
987 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
988 in .section pseudo-op.
989
adde2bff
DE
9902014-02-20 lin zuojian <manjian2006@gmail.com>
991 Joel Brobecker <brobecker@adacore.com>
992 Doug Evans <xdje42@gmail.com>
993
994 PR symtab/16581
995 * gdb.dwarf2/dw2-icycle.S: New file.
996 * gdb.dwarf2/dw2-icycle.c: New file.
997 * gdb.dwarf2/dw2-icycle.exp: New file.
998
f7bd0f78
SC
9992014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1000
1001 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1002 operations on gdb.Value objects.
1003 * gdb.python/py-value-cc.exp: Add new test to test operations on
1004 gdb.Value objects.
1005
c17ef0d5
DE
10062014-02-18 Doug Evans <dje@google.com>
1007
1008 * Makefile.in (TESTS): New variable.
1009 (expanded_tests, expanded_tests_or_none): New variables
1010 (check-single): Pass $(expanded_tests_or_none) to runtest.
1011 (check-parallel): Only run tests in $(TESTS) if non-empty.
1012 (check/no-matching-tests-found): New rule.
1013 * README: Document TESTS makefile variable.
1014
5dd3176f
DE
10152014-02-18 Doug Evans <dje@google.com>
1016
1017 * Makefile.in (check-parallel): rm -rf outputs temp.
1018
0b10be4f
JK
10192014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1020
1021 Fix "ERROR: no fileid for" in the testsuite.
1022 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1023
85f224e7
DE
10242014-02-12 Doug Evans <dje@google.com>
1025
1026 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1027 (MISCELLANEOUS): New variable.
1028 (clean): rm -rf $(MISCELLANEOUS).
1029 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1030 dwp live in the same directory as symlinks, with each symlink pointed
1031 to a differently named file in a different directory.
1032
149b30ff
DE
10332014-02-11 Doug Evans <dje@google.com>
1034
1035 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1036 of Tcl file commands.
1037
1dfdac32
MK
10382014-02-10 Mark Kettenis <kettenis@gnu.org>
1039
1040 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1041 "kill -SIGUSR1 -1".
1042
aa4fb036
JB
10432014-02-10 Joel Brobecker <brobecker@adacore.com>
1044
1045 * gdb.ada/tick_length_array_enum_idx: New testcase.
1046
ed3ef339
DE
10472014-02-10 Doug Evans <xdje42@gmail.com>
1048
1049 * configure.ac (AC_OUTPUT): Add gdb.guile.
1050 * configure: Regenerate.
1051 * lib/gdb-guile.exp: New file.
1052 * lib/gdb.exp (get_target_charset): New function.
1053 * gdb.base/help.exp: Update expected output from "apropos apropos".
1054 * gdb.guile/Makefile.in: New file.
1055 * gdb.guile/guile.exp: New file.
1056 * gdb.guile/scm-arch.c: New file.
1057 * gdb.guile/scm-arch.exp: New file.
1058 * gdb.guile/scm-block.c: New file.
1059 * gdb.guile/scm-block.exp: New file.
1060 * gdb.guile/scm-breakpoint.c: New file.
1061 * gdb.guile/scm-breakpoint.exp: New file.
1062 * gdb.guile/scm-disasm.c: New file.
1063 * gdb.guile/scm-disasm.exp: New file.
1064 * gdb.guile/scm-equal.c: New file.
1065 * gdb.guile/scm-equal.exp: New file.
1066 * gdb.guile/scm-error.exp: New file.
1067 * gdb.guile/scm-error.scm: New file.
1068 * gdb.guile/scm-frame-args.c: New file.
1069 * gdb.guile/scm-frame-args.exp: New file.
1070 * gdb.guile/scm-frame-args.scm: New file.
1071 * gdb.guile/scm-frame-inline.c: New file.
1072 * gdb.guile/scm-frame-inline.exp: New file.
1073 * gdb.guile/scm-frame.c: New file.
1074 * gdb.guile/scm-frame.exp: New file.
1075 * gdb.guile/scm-generics.exp: New file.
1076 * gdb.guile/scm-gsmob.exp: New file.
1077 * gdb.guile/scm-iterator.c: New file.
1078 * gdb.guile/scm-iterator.exp: New file.
1079 * gdb.guile/scm-math.c: New file.
1080 * gdb.guile/scm-math.exp: New file.
1081 * gdb.guile/scm-objfile-script-gdb.in: New file.
1082 * gdb.guile/scm-objfile-script.c: New file.
1083 * gdb.guile/scm-objfile-script.exp: New file.
1084 * gdb.guile/scm-objfile.c: New file.
1085 * gdb.guile/scm-objfile.exp: New file.
1086 * gdb.guile/scm-ports.exp: New file.
1087 * gdb.guile/scm-pretty-print.c: New file.
1088 * gdb.guile/scm-pretty-print.exp: New file.
1089 * gdb.guile/scm-pretty-print.scm: New file.
1090 * gdb.guile/scm-section-script.c: New file.
1091 * gdb.guile/scm-section-script.exp: New file.
1092 * gdb.guile/scm-section-script.scm: New file.
1093 * gdb.guile/scm-symbol.c: New file.
1094 * gdb.guile/scm-symbol.exp: New file.
1095 * gdb.guile/scm-symtab-2.c: New file.
1096 * gdb.guile/scm-symtab.c: New file.
1097 * gdb.guile/scm-symtab.exp: New file.
1098 * gdb.guile/scm-type.c: New file.
1099 * gdb.guile/scm-type.exp: New file.
1100 * gdb.guile/scm-value-cc.cc: New file.
1101 * gdb.guile/scm-value-cc.exp: New file.
1102 * gdb.guile/scm-value.c: New file.
1103 * gdb.guile/scm-value.exp: New file.
1104 * gdb.guile/source2.scm: New file.
1105 * gdb.guile/types-module.cc: New file.
1106 * gdb.guile/types-module.exp: New file.
1107
7026a7c1
YQ
11082014-02-10 Yao Qi <yao@codesourcery.com>
1109
1110 PR testsuite/16543
1111 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1112 * configure: Regenerated.
1113 * Makefile.in: New file.
1114
6c466447
AS
11152014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1116
1117 * gdb.python/py-framefilter.exp: Fix typo.
1118
6e854735
YQ
11192014-02-08 Yao Qi <yao@codesourcery.com>
1120
1121 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1122 that no =breakpoint-modified is emitted when breakpoints are
1123 modified through MI commands.
1124
d137e6dc
PA
11252014-02-07 Pedro Alves <pedro@codesourcery.com>
1126 Pedro Alves <palves@redhat.com>
1127
1128 * gdb.threads/step-after-sr-lock.c: New file.
1129 * gdb.threads/step-after-sr-lock.exp: New file.
1130
b5ee5a50
PA
11312014-02-07 Pedro Alves <palves@redhat.com>
1132
1133 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1134
3c77faf3
JK
11352014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1136
1137 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1138 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1139
6dddc817
DE
11402014-02-06 Doug Evans <xdje42@gmail.com>
1141
1142 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1143 output.
1144
1145 * gdb.gdb/python-interrupts.exp: New file.
1146
de7b2893
YQ
11472014-02-05 Yao Qi <yao@codesourcery.com>
1148
1149 * gdb.trace/report.exp (use_collected_data): Test the output
1150 of "info threads" and "info inferiors".
1151
66d032ac
YQ
11522014-02-05 Yao Qi <yao@codesourcery.com>
1153
1154 Revert this patch:
1155
1156 2013-05-24 Yao Qi <yao@codesourcery.com>
1157
1158 * gdb.trace/tfile.exp: Test inferior and thread.
1159
591a12a1
UW
11602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1161
1162 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1163 on a function.
1164 * gdb.base/step-bt.c: Call hello via function pointer to make
1165 sure its first instruction is executed on powerpc64le-linux.
1166
0ff3e01f
UW
11672014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1168
1169 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1170
084ee545
UW
11712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1172
1173 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1174 of the test patterns for use on little-endian systems.
1175
6ed14ff3
UW
11762014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1177
1178 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1179 (decimal_vector): Fix for little-endian.
1180
401e27fd
JM
11812014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1182
1183 * gdb.arch/sparc-sysstep.exp: New file.
1184 * gdb.arch/sparc-sysstep.c: Likewise.
1185
1186 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1187
8b924729
EBM
11882014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1189
1190 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1191
fb151210
JB
11922014-01-23 Tom Tromey <tromey@redhat.com>
1193
1194 * gdb.ada/array_char_idx: New testcase.
1195
0740f8d8
TT
11962014-01-23 Tom Tromey <tromey@redhat.com>
1197
1198 PR python/16487:
1199 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1200 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1201 classes.
1202
21909fa1
TT
12032014-01-23 Tom Tromey <tromey@redhat.com>
1204
1205 PR python/16491:
1206 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1207 string from an inferior frame.
1208 * gdb.python/py-framefilter-mi.exp: Update.
1209
87ce2a04
DE
12102014-01-22 Doug Evans <dje@google.com>
1211
1212 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1213
237b092b
AA
12142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1215
1216 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1217
d674a709
AA
12182014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1219
1220 * gdb.trace/entry-values.exp: Remove excess space character from
1221 regex patterns. Handle s390 call instruction.
1222
20fa3390
AA
12232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1224
1225 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1226 define "*_start" label. Make "name" static.
1227 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1228 ${name} by references to ${name}_start.
1229
78466714
AA
12302014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1231
1232 * gdb.base/info-macros.exp: Remove "debug" from the compile
1233 options.
1234
ec9f644a
IB
12352014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1236
1237 * gdb.dlang/demangle.exp: New file.
1238
94b1b47e
IB
12392014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1240
1241 * gdb.dlang/primitive-types.exp: New file.
1242
7f420862
IB
12432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1244
1245 * configure.ac: Create gdb.dlang/Makefile.
1246 * configure: Regenerate.
1247 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1248 * gdb.dlang/Makefile.in: New file.
1249 * lib/d-support.exp: New file.
1250 * lib/gdb.exp (skip_d_tests): New proc.
1251
52834460
MM
12522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1253
1254 * gdb.btrace/delta.exp: Check reverse stepi.
1255 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1256 * gdb.btrace/finish.exp: New.
1257 * gdb.btrace/next.exp: New.
1258 * gdb.btrace/nexti.exp: New.
1259 * gdb.btrace/record_goto.c: Add comments.
1260 * gdb.btrace/step.exp: New.
1261 * gdb.btrace/stepi.exp: New.
1262 * gdb.btrace/multi-thread-step.c: New.
1263 * gdb.btrace/multi-thread-step.exp: New.
1264 * gdb.btrace/rn-dl-bind.c: New.
1265 * gdb.btrace/rn-dl-bind.exp: New.
1266 * gdb.btrace/data.c: New.
1267 * gdb.btrace/data.exp: New.
1268 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1269
6e07b1d2
MM
12702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1271
1272 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1273 * gdb.btrace/exception.exp: Update.
1274 * gdb.btrace/instruction_history.exp: Update.
1275 * gdb.btrace/record_goto.exp: Update.
1276 * gdb.btrace/tailcall.exp: Update.
1277 * gdb.btrace/unknown_functions.exp: Update.
1278 * gdb.btrace/delta.exp: New.
1279
0b722aec
MM
12802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1281
1282 * gdb.btrace/record_goto.exp: Add backtrace test.
1283 * gdb.btrace/tailcall.exp: Add backtrace test.
1284
066ce621
MM
12852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1286
1287 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1288 * gdb.btrace/record_goto.c: New.
1289 * gdb.btrace/record_goto.exp: New.
1290 * gdb.btrace/x86-record_goto.S: New.
1291
0688d04e
MM
12922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1293
1294 * gdb.btrace/function_call_history.exp: Update tests.
1295 * gdb.btrace/instruction_history.exp: Update tests.
1296
8710b709
MM
12972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1298
1299 * gdb.btrace/function_call_history.exp: Fix expected field
1300 order for "record function-call-history".
1301 Add new tests for "record function-call-history /c".
1302 * gdb.btrace/exception.cc: New.
1303 * gdb.btrace/exception.exp: New.
1304 * gdb.btrace/tailcall.exp: New.
1305 * gdb.btrace/x86-tailcall.S: New.
1306 * gdb.btrace/x86-tailcall.c: New.
1307 * gdb.btrace/unknown_functions.c: New.
1308 * gdb.btrace/unknown_functions.exp: New.
1309 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1310
5de9129b
MM
13112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1312
1313 * gdb.btrace/instruction_history.exp: Update.
1314 * gdb.btrace/function_call_history.exp: Update.
1315
23a7fe75
MM
13162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1317
1318 * gdb.btrace/function_call_history.exp: Fix expected function
1319 trace.
1320 * gdb.btrace/instruction_history.exp: Initialize traced.
1321 Remove traced_functions.
1322
724c7dd8
MM
13232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1324
1325 * gdb.btrace/function_call_history.exp: Update
1326 * gdb.btrace/instruction_history.exp: Update.
1327
6d78d93b
MM
13282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1329
1330 * gdb.btrace/enable.exp: Update expected text.
1331
93a360cc
OJ
13322014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1333
1334 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1335 bytes.
1336
3772b53f
MR
13372014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1338
1339 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1340
596662fa
OJ
13412014-01-15 Omair Javaid <omair.javaid@linaro.org>
1342
1343 * lib/gdb.exp (supports_process_record): Return true for
1344 arm*-linux*. (supports_reverse): Likewise.
1345
b5b08fb4
SC
13462014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1347
1348 PR python/15464
1349 PR python/16113
1350 * gdb.python/py-type.c: Enhance test case.
1351 * gdb.python/py-value-cc.cc: Likewise
1352 * gdb.python/py-type.exp: Add new tests.
1353 * gdb.python/py-value-cc.exp: Likewise
1354
52d7fb13
AA
13552014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1356 Pedro Alves <palves@redhat.com>
1357
1358 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1359 Make "name" extern.
1360 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1361 references to ${name}_start by references to ${name}.
1362
a2cd8cfe
JB
13632014-01-10 Joel Brobecker <brobecker@adacore.com>
1364
1365 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1366
4e23fced
JB
13672014-01-10 Joel Brobecker <brobecker@adacore.com>
1368
1369 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1370
c6a9e42c
PA
13712014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1372 Pedro Alves <palves@redhat.com>
1373
1374 * gdb.mi/mi-info-os.exp: Connect to the target with
1375 mi_gdb_target_load.
1376
b7ea362b
PA
13772014-01-08 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.threads/reconnect-signal.c: New file.
1380 * gdb.threads/reconnect-signal.exp: New file.
1381
5e3f4fab
EBM
13822014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1383
1384 * gdb.base/source-dir.exp: New file.
1385
79301218
JB
13862014-01-07 Joel Brobecker <brobecker@adacore.com>
1387
1388 * gdb.ada/mi_interface: New testcase.
1389
8e355c5d
JB
13902014-01-07 Joel Brobecker <brobecker@adacore.com>
1391
1392 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1393 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1394 gdb.ada/pp-rec-component/pck.ads: New files.
1395
c0d48811
JB
13962014-01-07 Joel Brobecker <brobecker@adacore.com>
1397
1398 * gdb.python/py-pp-integral.c: New file.
1399 * gdb.python/py-pp-integral.py: New file.
1400 * gdb.python/py-pp-integral.exp: New file.
1401
17b609c3 1402For older changes see ChangeLog-1993-2013.
c906108c 1403\f
8d8cb839
EZ
1404;; Local Variables:
1405;; mode: change-log
1406;; left-margin: 8
1407;; fill-column: 74
1408;; version-control: never
1409;; End:
902f2ccb 1410
14f8b115 1411 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1412 Copying and distribution of this file, with or without modification,
1413 are permitted provided the copyright notice and this notice are preserved.
This page took 2.022506 seconds and 4 git commands to generate.