gdb/testsuite: Handle underlying type in gdb.cp/var-tag.exp.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
36d46afb
MW
12014-05-21 Mark Wielaard <mjw@redhat.com>
2
3 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4
5876f503
JK
52014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6
7 Fix TLS access for -static -pthread.
8 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9 <HAVE_TLS> (thread_function, main): Initialize it.
10 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
11 Add clean_restart.
12 <$have_tls != "">: Check TLSVAR.
13
0256a6ac
PA
142014-05-21 Pedro Alves <palves@redhat.com>
15
16 * gdb.base/dcache-line-read-error.c: New.
17 * gdb.base/dcache-line-read-error.exp: New.
18
936d2992
PA
192014-05-20 Pedro Alves <palves@redhat.com>
20
21 * gdb.base/compare-sections.c: New file.
22 * gdb.base/compare-sections.exp: New file.
23
802e8e6d
PA
242014-05-20 Pedro Alves <palves@redhat.com>
25
26 * gdb.base/break-idempotent.c: New file.
27 * gdb.base/break-idempotent.exp: New file.
28
e59fa00f
MM
292014-05-20 Markus Metzger <markus.t.metzger@intel.com>
30
31 * gdb.btrace/nohist.exp: New.
32
8b696e31
YQ
332014-05-20 Yao Qi <yao@codesourcery.com>
34
35 * lib/gdb.exp (gdb_init): Set timeout if test file is under
36 gdb.reverse directory and gdb_reverse_timeout exists in board
37 setting.
38 * README: Document gdb_reverse_timeout.
39
73c9764f
YQ
402014-05-20 Yao Qi <yao@codesourcery.com>
41
42 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
43 'test_file_name'. Treat args as a string instead of a list.
44 (gdb_init): Rename argument 'args' by 'test_file_name'.
45
f1f4348a
JK
462014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
47
48 * gdb.arch/powerpc-power.exp: New file.
49 * gdb.arch/powerpc-power.s: New file.
50
0dbe70ce
DE
512014-05-16 Doug Evans <dje@google.com>
52
53 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
54 * gdb.base/completion.exp: Check that all expected files exist
55 before doing file completion.
0dbe70ce 56
8d551b02
DE
572014-05-16 Doug Evans <dje@google.com>
58
59 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
60 Update.
61 (do_syscall_tests_without_xml): Update.
62
73eb7709
PA
632014-05-16 Pedro Alves <palves@redhat.com>
64
65 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
66 instead of "unknown output after running".
67
3fae92fc
YQ
682014-05-16 Yao Qi <yao@codesourcery.com>
69
70 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
71 file1.txt from host at the end.
72 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
73
c2b2ccc5
DE
742014-05-15 Doug Evans <dje@google.com>
75
76 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
77 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
78 loading file. Add test for TU lookup.
79
8c217a4b
SM
802014-05-15 Simon Marchi <simon.marchi@ericsson.com>
81
82 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
83 calling "-exec-arguments" or "set args" before running the
84 inferior.
85
3deb39c6
SM
862014-05-15 Simon Marchi <simon.marchi@ericsson.com>
87
88 * lib/mi-support.exp (mi_expect_stop): Expect message for
89 inferiors that exit with non-zero exit code.
90
71a79f8c
YQ
912014-05-14 Yao Qi <yao@codesourcery.com>
92
93 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
94 match absolute path on remote host.
95 (test_file_list_exec_source_files): Remove "/" from the
96 pattern.
97
f23fcd46
YQ
982014-05-14 Yao Qi <yao@codesourcery.com>
99
100 * boards/local-remote-host-notty.exp (${board}_file): New
101 proc.
102
9404b58f
KM
1032014-05-07 Kyle McMartin <kyle@redhat.com>
104
105 Pushed by Joel Brobecker <brobecker@adacore.com>.
106 * gdb.arch/aarch64-atomic-inst.c: New file.
107 * gdb.arch/aarch64-atomic-inst.exp: New file.
108
5e45f04c
YQ
1092014-05-07 Yao Qi <yao@codesourcery.com>
110
111 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
112 in current context" too.
113
c888a17d
KS
1142014-05-05 Keith Seitz <keiths@redhat.com>
115
116 * gdb.linespec/ls-dollar.exp: Add test for linespec
117 file:convenience_variable.
118
290a839c
YQ
1192014-05-05 Yao Qi <yao@codesourcery.com>
120
121 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
122 traceframes into tfile and ctf trace files. Read data from
123 trace file and test collected data.
124 (gdb_collect_locals_test): Likewise.
125 (gdb_unavailable_registers_test): Likewise.
126 (gdb_unavailable_floats): Likewise.
127 (gdb_collect_globals_test): Likewise.
128 (top-level): Append "ctf" to trace_file_targets if GDB
129 supports.
130
b5262cd0
YQ
1312014-05-05 Yao Qi <yao@codesourcery.com>
132
133 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
134 code to ...
135 (gdb_collect_args_test_1): ... it. New proc.
136 (gdb_collect_locals_test): Move some code to ...
137 (gdb_collect_locals_test_1): ... it. New proc.
138 (gdb_unavailable_registers_test): Move some code to ...
139 (gdb_unavailable_registers_test_1): ... it. New proc.
140 (gdb_unavailable_floats): Move some code to ...
141 (gdb_unavailable_floats_1): ... it. New proc.
142
30a1e6cc
SDJ
1432014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
144
145 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
146 probes to test for bitness recognition.
147 * gdb.arch/amd64-stap-optional-prefix.exp
148 (test_probe_value_without_reg): New procedure.
149 Add code to test for different kinds of bitness.
150
f33da99a
SDJ
1512014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
152
153 PR breakpoints/16889
154 * gdb.arch/amd64-stap-optional-prefix.S: New file.
155 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
156
5b80f00d
PA
1572014-05-01 Pedro Alves <palves@redhat.com>
158
159 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
160 gdb_file_cmd if no file is specified.
161 * boards/native-extended-gdbserver.exp (gdb_load): Use the
162 last_loaded_file to set the remote exec-file.
163
f8c2a73c
PA
1642014-05-01 Pedro Alves <palves@redhat.com>
165
166 * boards/local-remote-host.exp: New file.
167
be6e8ac7
PA
1682014-05-01 Pedro Alves <palves@redhat.com>
169
170 * boards/local-remote-host.exp: Rename to ...
171 * boards/local-remote-host-notty.exp: ... this.
172
cac0dc8f
JB
1732014-04-28 Joel Brobecker <brobecker@adacore.com>
174
175 * gdb.ada/dyn_arrayidx: New testcase.
176
9730e6cc
YQ
1772014-04-26 Yao Qi <yao@codesourcery.com>
178
179 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
180 and compute the length of function main. Save it in
181 $main_length.
182 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
183 (top-level): Use gdb_compile to compile objects into
184 executable and restart GDB. Remove invocation to
185 prepare_for_testing.
186
7ae1a6a6
PA
1872014-04-25 Simon Marchi <simon.marchi@ericsson.com>
188 Pedro Alves <palves@redhat.com>
189
190 PR server/16255
191 * gdb.multi/multi-attach.c: New file.
192 * gdb.multi/multi-attach.exp: New file.
193
4082afcc
PA
1942014-04-25 Pedro Alves <palves@redhat.com>
195
196 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
197 user.
198 (top level): Test that "set remote conditional-breakpoints-packet
199 off" works as intended.
200 * gdb.base/dprintf.exp: Test that "set remote
201 breakpoint-commands-packet off" works as intended.
202 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
203 New function.
204 (top level): Call it.
205 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
206 remote fast-tracepoints-packet off" works as intended.
207 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
208 * lib/gdb.exp (gdb_is_target_remote): ... here.
209
2abc3f8d
DB
2102014-04-24 David Blaikie <dblaikie@gmail.com>
211
212 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
213 ensure clang would not discard them.
214 * gdb.base/gdbvars.c: Ditto.
215 * gdb.base/memattr.c: Ditto.
216 * gdb.base/whatis.c: Ditto.
217 * gdb.python/py-prettyprint.c: Ditto.
218 * gdb.trace/actions.c: Ditto.
219 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
220 ensure clang would not discard it.
221
bfd39632
DB
2222014-04-24 David Blaikie <dblaikie@gmail.com>
223
224 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
225 clang to emit the full definition of type required by the test
226 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
227
22842ff6
DB
2282014-04-24 David Blaikie <dblaikie@gmail.com>
229
230 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
231 coax Clang into emitting the definition of the type.
232 * gdb.cp/pr10728-x.h (y): Ditto.
233 * gdb.cp/pr10728-y.cc (y): Ditto.
234
c2e827ad
DB
2352014-04-24 David Blaikie <dblaikie@gmail.com>
236
237 * gdb.base/label.exp: XFAIL label related tests under Clang.
238 * gdb.cp/cplabel.exp: Ditto.
239 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
240 under Clang those using labels.
241
4c2d33e7
YQ
2422014-04-25 Yao Qi <yao@codesourcery.com>
243
244 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
245 double_label.
246 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
247 partial_label and double_label.
248
56083b99
DB
2492014-04-24 David Blaikie <dblaikie@gmail.com>
250
251 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
252
25d4e99d
DB
2532014-04-24 David Blaikie <dblaikie@gmail.com>
254
255 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
256 of the function to work across GCC and Clang.
257 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
258 pointer types (const void ** const V void **).
259
01f9f808
MS
2602014-04-24 Michael Sturm <michael.sturm@mintel.com>
261 Walfred Tedeschi <walfred.tedeschi@intel.com>
262
263 * Makefile.in (EXECUTABLES): Added i386-avx512.
264 * gdb.arch/i386-avx512.c: New file.
265 * gdb.arch/i386-avx512.exp: Likewise.
266
4b48d439
KS
2672014-04-23 Keith Seitz <keiths@redhat.com>
268
269 * lib/mi-support.exp (mi_list_breakpoints): Delete.
270 (mi_make_breakpoint_table): New procedure.
271 (mi_create_breakpoint): Use mi_make_breakpoint
272 and return the result.
273 (mi_make_breakpoint): New procedure.
274 (mi_build_kv_pairs): New procedure.
275
276 * gdb.mi/mi-break.exp: Remove unused globals,
277 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
278 All callers updated.
279 * gdb.mi/mi-dprintf.exp: Use variable to track command
280 number.
281 Update all callers of mi_create_breakpoint and use
282 mi_make_breakpoint_table.
283 Remove any unused global variables.
284 * gdb.mi/mi-nonstop.exp: Likewise.
285 * gdb.mi/mi-nsintrall.exp: Likewise.
286 * gdb.mi/mi-nsmoribund.exp: Likewise.
287 * gdb.mi/mi-nsthrexec.exp: Likewise.
288 * gdb.mi/mi-reverse.exp: Likewise.
289 * gdb.mi/mi-simplerun.exp: Likewise.
290 * gdb.mi/mi-stepn.exp: Likewise.
291 * gdb.mi/mi-syn-frame.exp: Likewise.
292 * gdb.mi/mi-until.exp: Likewise.
293 * gdb.mi/mi-var-cp.exp: Likewise.
294 * gdb.mi/mi-var-display.exp: Likewise.
295 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
296 * gdb.mi/mi2-var-child.exp: Likewise.
297 * gdb.mi/mi-vla-c99.exp: Likewise.
298 * lib/mi-support.exp: Likewise.
299
300 From Ian Lance Taylor <iant@cygnus.com>:
301 * lib/gdb.exp (parse_args): New procedure.
302
08351840
PA
3032014-04-23 Pedro Alves <palves@redhat.com>
304
305 * gdb.base/break-unload-file.c: New file.
306 * gdb.base/break-unload-file.exp: New file.
307 * gdb.base/sym-file-lib.c (baz): New function.
308 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
309 field.
310 (load): Store the segment's mapped size.
311 (unload): New function.
312 (unload_shlib): New function.
313 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
314 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
315 set a breakpoint at baz, and call it.
316 * gdb.base/sym-file.exp: New tests for stale breakpoint
317 instructions.
318
076855f9
PA
3192014-04-23 Pedro Alves <palves@redhat.com>
320
321 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
322 * gdb.base/hbreak-in-shr-unsupported.c: New file.
323 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
324 * gdb.base/hbreak-unmapped.c: New file.
325 * gdb.base/hbreak-unmapped.exp: New file.
326 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
327 * lib/gdb.exp (gdb_is_target_remote): ... here.
328
483805cf
PA
3292014-04-22 Pedro Alves <palves@redhat.com>
330
331 * gdb.base/consecutive-step-over.c: New file.
332 * gdb.base/consecutive-step-over.exp: New file.
333
06d97543
PA
3342014-04-22 Pedro Alves <palves@redhat.com>
335
336 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
337 instead of send_gdb/gdb_expect.
338
b4429ea2
YQ
3392014-04-22 Yao Qi <yao@codesourcery.com>
340
341 * lib/trace-support.exp (generate_tracefile): New procedure.
342 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
343 return 0.
344 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
345 if generate_tracefile returns 1.
346
51d48146
PA
3472014-04-18 Tom Tromey <palves@redhat.com>
348 Pedro alves <tromey@redhat.com>
349
350 PR backtrace/15558
351 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
352 with a backtrace limit.
353 * gdb.python/py-frame-inline.exp: Test running to an inline
354 function with a backtrace limit, and printing the newest frame.
355 * gdb.python/py-frame-inline.c (main): Call f.
356
bd1dce5f
MS
3572014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
358
359 * gdb.java/jnpe.exp: Drop srcdir from untested path.
360
40d1a503
MS
3612014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
362
363 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
364 Drop prefix from unsupported source file path.
365
389b98f7
YQ
3662014-04-17 Yao Qi <yao@codesourcery.com>
367
368 * lib/gdb.exp (with_target_charset): New proc.
369 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
370 with_target_charset.
371 (test_print_strings): Likewise.
372 (test_repeat_bytes): Likewise.
373 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
374 for some tests.
375
22869d73
KS
3762014-04-16 Keith Seitz <keiths@redhat.com>
377
378 PR gdb/15827
379 * gdb.dwarf2/corrupt.c: New file.
380 * gdb.dwarf2/corrupt.exp: New file.
381
c4f87ca6
KS
3822014-04-16 Keith Seitz <keiths@redhat.com>
383
384 PR c++/16597
385 * gdb.cp/namelessclass.cc: New file.
386 * gdb.cp/namelessclass.exp: New file.
387 * gdb.cp/namelessclass.S: New file.
388
ab19de87
DE
3892014-04-16 Doug Evans <dje@google.com>
390
391 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
392 Add comment.
393 (gdbserver_default_get_comm_port): New function.
394 (gdbserver_start): Check if board file provided
395 "gdbserver,get_comm_port" and use it if so.
396 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
397 (gdb,socketport): Set to "stdio".
398 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
399 (stdio_gdbserver_template): Delete.
400 (${board}_get_remote_address): Update.
401 (${board}_build_remote_cmd): Delete.
402 (${board}_get_comm_port): New function.
403 (${board}_spawn): Update.
404 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
405 Delete.
406 (${board}_get_remote_address): Update.
407 (${board}_get_comm_port): New function.
408
fc98a809
AB
4092014-04-16 Andrew Burgess <aburgess@broadcom.com>
410
411 * gdb.base/memattr.exp: Improve regexps to handle memory regions
412 appearing in any order.
413
87fd9e6e
DE
4142014-04-15 Doug Evans <dje@google.com>
415
416 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
417 uninitialized value of "description".
418
099fc3ea
KS
4192014-04-15 Keith Seitz <keiths@redhat.com>
420
421 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
422 Remove unused globals.
423 (test_running_the_program): Likewise.
424 (test_controlled_execution): Likewise.
425 (test_controlling_breakpoints): Likewise.
426 (test_program_termination): Likewise.
427
5da151d4
KS
4282014-04-15 Keith Seitz <keiths@redhat.com>
429
430 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
431 unused globals.
432 (test_rbreak_creation_and_listing): Likewise.
433 (test_ignore_count): Likewise.
434 (test_error): Likewise.
435
35e5d2f0
PA
4362014-04-15 Pedro Alves <palves@redhat.com>
437
438 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
439 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
440 sym-file-loader.c.
441 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
442 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
443 to sym-file-loader.c.
444 (struct library): Forward declare.
445 (load_shlib, lookup_function): Change prototypes.
446 (find_shstrtab, find_strtab, find_shdr, find_symtab)
447 (translate_offset): Remove declarations.
448 (get_text_addr): New declaration.
449 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
450 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
451 sym-file-loader.h.
452 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
453 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
454 here from sym-file-loader.h.
455 (struct library): New structure.
456 (load_shlib, lookup_function): Change prototypes and adjust to
457 work with a struct library.
458 (find_shstrtab, find_strtab, find_shdr, find_symtab)
459 (translate_offset): Make static.
460 (get_text_addr): New function.
461 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
462
eb4c1710
PA
4632014-04-15 Pedro Alves <palves@redhat.com>
464
465 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
466
2d1baf52
PA
4672014-04-15 Pedro Alves <palves@redhat.com>
468
469 * gdb.base/sym-file-loader.c: Include <limits.h>.
470 (SELF_LINK): New define.
471 (get_origin): New function.
472 (load_shlib): Use it.
473 * gdb.base/sym-file.exp: Don't early return if the target is
474 remote. Use runto_main, and issue fail is that fails. Use
475 gdb_load_shlibs.
476 (shlib_name): Delete.
477 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
478
7dd6df01
PA
4792014-04-15 Pedro Alves <palves@redhat.com>
480
481 * gdb.base/sym-file.exp: Remove regex characters from test
482 message. Don't refer to breakpoint numbers in test messages.
483
b50c8614
KS
4842014-04-14 Keith Seitz <keiths@redhat.com>
485
486 PR c++/16253
487 * gdb.cp/var-tag.cc: New file.
488 * gdb.cp/var-tag.exp: New file.
489 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
490 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
491 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
492 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
493
3d567982
TT
4942014-04-14 Tom Tromey <tromey@redhat.com>
495
496 * gdb.cp/classes.exp (test_enums): Handle underlying type.
497 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
498 type.
499 * gdb.cp/enum-class.exp: New file.
500 * gdb.cp/enum-class.cc: New file.
501
0626fc76
TT
5022014-04-14 Tom Tromey <tromey@redhat.com>
503
504 * gdb.dwarf2/enum-type.exp: New file.
505
dca325b3
SA
5062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
507
508 * gdb.mi/mi-vla-c99.exp: New file.
509 * gdb.mi/vla.c: New file.
510
5854b38a
SA
5112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
512
513 * gdb.base/vla-datatypes.c: New file.
514 * gdb.base/vla-datatypes.exp: New file.
515
463bb957
SA
5162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
517
518 * gdb.base/vla-ptr.c: New file.
519 * gdb.base/vla-ptr.exp: New file.
520
3dd170be
SA
5212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
522
523 * gdb.dwarf2/count.exp: New file.
524
5ecaaa66
SA
5252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
526
527 * gdb.base/vla-sideeffect.c: New file.
528 * gdb.base/vla-sideeffect.exp: New file.
529
41f1ada5
DB
5302014-04-14 David Blaikie <dblaikie@gmail.com>
531
532 * gdb.mi/non-stop.c: Add return value for non-void function return
533 statement.
534 * gdb.threads/staticthreads.c: Ditto.
535
0be03e84
DE
5362014-04-12 Siva Chandra Reddy <sivachandra@google.com>
537 Doug Evans <xdje42@gmail.com>
538
539 * gdb.guile/scm-value.c: Improve test case.
540 * gdb.guile/scm-value.exp: Add new test.
541
f180a1fb
DB
5422014-04-11 David Blaikie <dblaikie@gmail.com>
543
544 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
545 override Clang's default.
546
6b662e19
JB
5472014-04-11 Joel Brobecker <brobecker@adacore.com>
548
549 Revert the following changes (regressions):
550
551 * gdb.base/vla-sideeffect.c: New file.
552 * gdb.base/vla-sideeffect.exp: New file.
553
554 * gdb.dwarf2/count.exp: New file.
555
556 * gdb.base/vla-multi.c: New file.
557 * gdb.base/vla-multi.exp: New file.
558
559 * gdb.base/vla-ptr.c: New file.
560 * gdb.base/vla-ptr.exp: New file.
561
562 * gdb.base/vla-datatypes.c: New file.
563 * gdb.base/vla-datatypes.exp: New file.
564
565 * gdb.mi/mi-vla-c99.exp: New file.
566 * gdb.mi/vla.c: New file.
567
245a5f0b
KS
5682014-04-11 Keith Seitz <keiths@redhat.com>
569
570 PR c++/16675
571 * gdb.cp/cpsizeof.exp: New file.
572 * gdb.cp/cpsizeof.cc: New file.
573
58a84dcf
SA
5742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
575
191a8a90
JB
576 * gdb.mi/mi-vla-c99.exp: New file.
577 * gdb.mi/vla.c: New file.
58a84dcf 578
c8655f75
SA
5792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
580
581 * gdb.base/vla-datatypes.c: New file.
582 * gdb.base/vla-datatypes.exp: New file.
583
024e13b4
SA
5842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
585
586 * gdb.base/vla-ptr.c: New file.
587 * gdb.base/vla-ptr.exp: New file.
588
1a237e0e
SA
5892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
590
591 * gdb.base/vla-multi.c: New file.
592 * gdb.base/vla-multi.exp: New file.
593
504f3432
SA
5942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
595
596 * gdb.dwarf2/count.exp: New file.
597
3bce8237
SA
5982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
599
191a8a90
JB
600 * gdb.base/vla-sideeffect.c: New file.
601 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 602
322f9c21
YQ
6032014-04-11 Yao Qi <yao@codesourcery.com>
604
605 * gdb.base/completion.exp: Check file exists before running tests
606 on file completion.
607
d708bcd1
PA
6082014-04-10 Pedro Alves <palves@redhat.com>
609
610 * gdb.base/cond-eval-mode.c: New file.
611 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
612 prepare_for_testing to build the new file. Check result of
613 runto_main.
614 (test_break, test_watch): New procedures.
615 (top level): Use them.
616
ae1d2761
PM
6172014-04-08 Pierre Muller <muller@sourceware.org>
618
619 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
620 Ctrl-V use for mingw hosts.
621
7af389b8
SC
6222014-04-07 Siva Chandra Reddy <sivachandra@google.com>
623
624 * gdb.python/py-value.c: Improve test case.
625 * gdb.python/py-value.exp: Add new test.
626
5e703181
DE
6272014-04-07 David Blaikie <dblaikie@gmail.com>
628
629 * lib/compiler.c: Identify the clang compiler.
630 * lib/compiler.cc: Ditto.
631
9810b410
YQ
6322014-04-03 Yao Qi <yao@codesourcery.com>
633
634 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
635
98d1b8dc
AB
6362014-04-01 Anton Blanchard <anton@samba.org>
637
638 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
639 messages unique.
640
3114cea1
AB
6412014-04-01 Anton Blanchard <anton@samba.org>
642
643 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
644 prepare_for_testing.
645
62f7182c
AB
6462014-04-01 Anton Blanchard <anton@samba.org>
647
648 * gdb.arch/ppc64-atomic-inst.c: Remove.
649 * gdb.arch/ppc64-atomic-inst.S: New file.
650 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
651
770e7fc7
DE
6522014-03-31 Doug Evans <dje@google.com>
653
654 * gdb.base/print-symbol-loading-lib.c: New file.
655 * gdb.base/print-symbol-loading-main.c: New file.
656 * gdb.base/print-symbol-loading.exp: New file.
657
46e2bafa
YQ
6582014-03-31 Yao Qi <yao@codesourcery.com>
659
660 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
661
8776cfe9
JB
6622014-03-28 Joel Brobecker <brobecker@adacore.com>
663
664 * gdb.ada/mi_dyn_arr: New testcase.
665
5d1ef361
DE
6662014-03-27 Doug Evans <dje@google.com>
667
668 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
669
b5bee914
YQ
6702014-03-27 Yao Qi <yao@codesourcery.com>
671
672 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
673 if target is nios2-*-*.
674
0d4d0e77
YQ
6752014-03-26 Yao Qi <yao@codesourcery.com>
676
677 * lib/gdb.exp (readline_is_used): New proc.
678 * gdb.base/completion.exp: Move tests on command complete up.
679 Skip the rest of tests if readline is not used.
680 * gdb.ada/complete.exp: Skp the test if readline is not
681 used.
682 * gdb.base/filesym.exp: Likewise.
683 * gdb.base/macscp.exp: Likewise.
684 * gdb.base/readline-ask.exp: Likewise.
685 * gdb.base/readline.exp: Likewise.
686 * gdb.python/py-cmd.exp: Likewise.
687 * gdb.trace/tfile.exp: Likewise.
688
29361eee
YQ
6892014-03-26 Yao Qi <yao@codesourcery.com>
690
691 * gdb.base/macscp.exp: Fix code format issues.
692
bc9a5525
UW
6932014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
694
695 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
696 * gdb.asm/powerpc64le.inc: New file.
697
d3839ede
PA
6982014-03-25 Pedro Alves <palves@redhat.com>
699 Doug Evans <dje@google.com>
700
701 * gdb.base/source-execution.c: New file.
702 * gdb.base/source-execution.exp: New file.
703 * gdb.base/source-execution.gdb: New file.
704
01672a57
DE
7052014-03-24 Doug Evans <dje@google.com>
706
707 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
708 using fission.
709
88bbeca9
HZ
7102014-03-24 Hui Zhu <hui@codesourcery.com>
711 Pedro Alves <palves@redhat.com>
712
713 PR breakpoints/16101
714 * gdb.base/dprintf.exp: Use unsupported rather than changing the
715 test pass/fail messages. Detect missing support for dprintf when
716 breakpoints are actually inserted.
717 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
718 breakpoints are actually inserted.
719 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
720 fails.
721
d2348791
JK
7222014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
723
724 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
725
feef67ab
DE
7262014-03-22 Doug Evans <xdje42@gmail.com>
727
728 * gdb.python/python.exp (python not supported): Verify multi-line
729 python command issues an error.
25d743f9 730 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 731 guile command issues an error.
feef67ab 732
ecebef6a
MR
7332014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
734
735 * gdb.threads/thread-specific.exp: Handle the lack of usable
736 $this_breakpoint and $this_thread.
737
ccdd1909
HZ
7382014-03-21 Hui Zhu <hui@codesourcery.com>
739
740 * gdb.base/attach.exp (do_command_attach_tests): New.
741
beb460e8
PA
7422014-03-20 Tom Tromey <tromey@redhat.com>
743 Pedro Alves <palves@redhat.com>
744
745 PR cli/15718
746 * gdb.base/condbreak-call-false.c: New file.
747 * gdb.base/condbreak-call-false.exp: New file.
748
40acf43a
PA
7492014-03-20 Pedro Alves <palves@redhat.com>
750
751 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
752 Delete.
753 (block_signals, unblock_signals): Delete.
754 (child_function_2, main): Remove references to deleted variable
755 and functions.
756
9f5e1e02
PA
7572014-03-20 Pedro Alves <palves@redhat.com>
758
759 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
760 Use pthread_kill to signal thread 2.
761 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
762 Adjust to make the test send itself a signal rather than using the
763 host's "kill" command.
764
99619bea
PA
7652014-03-20 Pedro Alves <palves@redhat.com>
766
767 * gdb.threads/multiple-step-overs.c: New file.
768 * gdb.threads/multiple-step-overs.exp: New file.
769 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
770 Adjust expected infrun debug output.
771
2adfaa28
PA
7722014-03-20 Pedro Alves <palves@redhat.com>
773
774 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
775 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
776
31e77af2
PA
7772014-03-20 Pedro Alves <palves@redhat.com>
778
779 PR breakpoints/7143
780 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
781 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
782 of gdb_test_multiple.
783 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
784 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
785
b9f437de
PA
7862014-03-20 Pedro Alves <palves@redhat.com>
787
788 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
789 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
790
05adc73e
PA
7912014-03-19 Pedro Alves <palves@redhat.com>
792
793 * gdb.base/async.exp: Remove early return.
794
6048b950
PA
7952014-03-19 Pedro Alves <palves@redhat.com>
796
797 * gdb.base/async.exp (step& tests): Pass explicit test messages.
798
8bcfb00a
PA
7992014-03-19 Pedro Alves <palves@redhat.com>
800
801 * gdb.base/async.exp (test_background): Expect \r\n after
802 "completed." in the fail pattern.
803
884e37dc
PA
8042014-03-19 Pedro Alves <palves@redhat.com>
805
806 * gdb.base/async.exp (test_background): New procedure.
807 Use it for all background execution command tests.
808
148e57e2
PA
8092014-03-19 Pedro Alves <palves@redhat.com>
810
811 * gdb.base/async.exp: Use prepare_for_testing.
812
f48088c7
PA
8132014-03-19 Pedro Alves <palves@redhat.com>
814
815 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
816 the same line.
817
e2f6c966
PA
8182014-03-19 Pedro Alves <palves@redhat.com>
819
820 * gdb.base/async.c (main): Add "jump here" and "until here" line
821 marker comments.
822 * gdb.base/async.exp (jump_here): New global.
823 (jump& test): Use it.
824 (until_here): New global.
825 (until& test): Use it.
826
c30568d4
PA
8272014-03-19 Pedro Alves <palves@redhat.com>
828
829 * gdb.base/async.exp: Don't frob gdb_protocol.
830
0172b6a7
DE
8312014-03-18 Doug Evans <xdje42@gmail.com>
832
833 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
834 Fix spelling of exec-done-display.
835
06c868a8
JK
8362014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
837
838 PR gdb/15358
839 * gdb.base/gdb-sigterm.c: New file.
840 * gdb.base/gdb-sigterm.exp: New file.
841
0c7e1a46
PA
8422014-03-18 Pedro Alves <palves@redhat.com>
843
844 PR gdb/13860
845 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
846 * lib/mi-support.exp (mi_expect_stop): Add special handling for
847 solib-event.
848
f7c77d93
JB
8492014-03-17 Joel Brobecker <brobecker@adacore.com>
850
851 * gdb.ada/pckd_arr_ren: New testcase.
852
5a1e8c7a
DE
8532014-03-13 Doug Evans <xdje42@gmail.com>
854
855 PR guile/16612
856 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
857 collect after discarding symbols.
858
350e1a76
DE
8592014-03-13 Ludovic Courtès <ludo@gnu.org>
860 Doug Evans <xdje42@gmail.com>
861
862 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
863 to history survives a gc.
864
a69900ae
PA
8652014-03-13 Pedro Alves <palves@redhat.com>
866
867 * gdb.base/default.exp: Don't test "target procfs".
868
5db9f0bd
PA
8692014-03-13 Pedro Alves <palves@redhat.com>
870
871 * gdb.base/default.exp: Update "target child" and "target procfs"
872 tests to not expect "Unix".
873
b3ccfe11
TT
8742014-03-12 Tom Tromey <tromey@redhat.com>
875
876 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
877 New procs. Add target-async tests.
878 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
879 Add target-async tests.
880
646f4417
AA
8812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
882
883 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
884 'func_start' and 'func_end' for the beginning and end of the
885 function code, respectively.
886 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
887 'func_end' instead of 'func' and 'main'.
888
288c211f
AA
8892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
890
891 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
892 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
893 generate the debug info assembler source.
894
e0c0f156
AA
8952014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
896
897 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
898 * gdb.dwarf2/arr-subrange.exp: Likewise.
899 * gdb.dwarf2/dwz.exp: Likewise.
900 * gdb.dwarf2/method-ptr.exp: Likewise.
901 * gdb.dwarf2/missing-sig-type.exp: Likewise.
902 * gdb.dwarf2/subrange.exp: Likewise.
903 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
904 * gdb.dwarf2/implptrpiece.exp: Likewise.
905 * gdb.dwarf2/nostaticblock.exp: Likewise.
906
0e5c4555
AA
9072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
908
909 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
910 directory to absolute path name arguments.
911
5ec18f2b
JG
9122014-03-10 Joel Brobecker <brobecker@adacore.com>
913
914 * gdb.ada/tagged_access: New testcase.
915
847fc4f2
MM
9162014-03-07 Markus Metzger <markus.t.metzger@intel.com>
917
918 * gdb.btrace/data.exp: Update expected output.
919
cc3da688
YQ
9202014-03-06 Yao Qi <yao@codesourcery.com>
921
922 * gdb.trace/pr16508.exp: New file.
923
0f26cec1
PA
9242014-03-05 Pedro Alves <palves@redhat.com>
925
926 PR gdb/16575
927 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
928 procedure.
929 (top level): Adjust to use it. Add tests that exercise breakpoint
930 interaction with the code-cache.
931
7a5a839f
LC
9322014-02-26 Ludovic Courtès <ludo@gnu.org>
933
934 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
935 test for 'history-append!'.
936
31aa7e4e
JB
9372014-02-26 Joel Brobecker <brobecker@adacore.com>
938
939 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
940 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
941 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
942 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
943 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
944 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
945
1b588015
JB
9462014-02-26 Joel Brobecker <brobecker@adacore.com>
947
948 * testsuite/gdb.python/py-pp-re-notag.c: New file.
949 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
950 * testsuite/gdb.python/py-pp-re-notag.p: New file.
951
55426c9d
JB
9522014-02-26 Joel Brobecker <brobecker@adacore.com>
953
954 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
955
dc53a7ad
JB
9562014-02-26 Joel Brobecker <brobecker@adacore.com>
957
958 * gdb.dwarf2/arr-stride.c: New file.
959 * gdb.dwarf2/arr-stride.exp: New file.
960
12ab52e9
PA
9612014-02-26 Pedro Alves <palves@redhat.com>
962
963 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
964 that won't ever trigger. Make sure that GDB reports the correct
965 breakpoint that caused the stop.
966
849c862e
JK
9672014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
968
969 PR gdb/16626
970 * gdb.base/auto-load-script: New file.
971 * gdb.base/auto-load.c: New file.
972 * gdb.base/auto-load.exp: New file.
973
71b7d793
JK
974 PR gdb/16626
975 * gdb.base/auto-load.exp: Fix out-of-srctree run.
976
e2f0d509
JK
9772014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
978
979 Fix dw2-icycle.exp -fsanitize=address GDB crash.
980 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
981
50cc37c8
DE
9822014-02-24 Doug Evans <dje@google.com>
983
984 * lib/gdb.exp (run_on_host): Log error output if program fails.
985
ea4758f2
PA
9862014-02-21 Pedro Alves <palves@redhat.com>
987
988 * gdb.threads/step-after-sr-lock.c: Rename to ...
989 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
990 * gdb.threads/step-after-sr-lock.exp: Rename to ...
991 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
992 ... this.
993
d7b30f67
SDJ
9942014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
995
996 PR tdep/16397
997 * gdb.arch/amd64-stap-special-operands.exp: New file.
998 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
999 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1000 * gdb.arch/amd64-stap-triplet.S: Likewise.
1001 * gdb.arch/amd64-stap-triplet.c: Likewise.
1002
83deb43f
JB
10032014-02-20 Joel Brobecker <brobecker@adacore.com>
1004
1005 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1006 in .section pseudo-op.
1007
adde2bff
DE
10082014-02-20 lin zuojian <manjian2006@gmail.com>
1009 Joel Brobecker <brobecker@adacore.com>
1010 Doug Evans <xdje42@gmail.com>
1011
1012 PR symtab/16581
1013 * gdb.dwarf2/dw2-icycle.S: New file.
1014 * gdb.dwarf2/dw2-icycle.c: New file.
1015 * gdb.dwarf2/dw2-icycle.exp: New file.
1016
f7bd0f78
SC
10172014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1018
1019 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1020 operations on gdb.Value objects.
1021 * gdb.python/py-value-cc.exp: Add new test to test operations on
1022 gdb.Value objects.
1023
c17ef0d5
DE
10242014-02-18 Doug Evans <dje@google.com>
1025
1026 * Makefile.in (TESTS): New variable.
1027 (expanded_tests, expanded_tests_or_none): New variables
1028 (check-single): Pass $(expanded_tests_or_none) to runtest.
1029 (check-parallel): Only run tests in $(TESTS) if non-empty.
1030 (check/no-matching-tests-found): New rule.
1031 * README: Document TESTS makefile variable.
1032
5dd3176f
DE
10332014-02-18 Doug Evans <dje@google.com>
1034
1035 * Makefile.in (check-parallel): rm -rf outputs temp.
1036
0b10be4f
JK
10372014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1038
1039 Fix "ERROR: no fileid for" in the testsuite.
1040 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1041
85f224e7
DE
10422014-02-12 Doug Evans <dje@google.com>
1043
1044 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1045 (MISCELLANEOUS): New variable.
1046 (clean): rm -rf $(MISCELLANEOUS).
1047 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1048 dwp live in the same directory as symlinks, with each symlink pointed
1049 to a differently named file in a different directory.
1050
149b30ff
DE
10512014-02-11 Doug Evans <dje@google.com>
1052
1053 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1054 of Tcl file commands.
1055
1dfdac32
MK
10562014-02-10 Mark Kettenis <kettenis@gnu.org>
1057
1058 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1059 "kill -SIGUSR1 -1".
1060
aa4fb036
JB
10612014-02-10 Joel Brobecker <brobecker@adacore.com>
1062
1063 * gdb.ada/tick_length_array_enum_idx: New testcase.
1064
ed3ef339
DE
10652014-02-10 Doug Evans <xdje42@gmail.com>
1066
1067 * configure.ac (AC_OUTPUT): Add gdb.guile.
1068 * configure: Regenerate.
1069 * lib/gdb-guile.exp: New file.
1070 * lib/gdb.exp (get_target_charset): New function.
1071 * gdb.base/help.exp: Update expected output from "apropos apropos".
1072 * gdb.guile/Makefile.in: New file.
1073 * gdb.guile/guile.exp: New file.
1074 * gdb.guile/scm-arch.c: New file.
1075 * gdb.guile/scm-arch.exp: New file.
1076 * gdb.guile/scm-block.c: New file.
1077 * gdb.guile/scm-block.exp: New file.
1078 * gdb.guile/scm-breakpoint.c: New file.
1079 * gdb.guile/scm-breakpoint.exp: New file.
1080 * gdb.guile/scm-disasm.c: New file.
1081 * gdb.guile/scm-disasm.exp: New file.
1082 * gdb.guile/scm-equal.c: New file.
1083 * gdb.guile/scm-equal.exp: New file.
1084 * gdb.guile/scm-error.exp: New file.
1085 * gdb.guile/scm-error.scm: New file.
1086 * gdb.guile/scm-frame-args.c: New file.
1087 * gdb.guile/scm-frame-args.exp: New file.
1088 * gdb.guile/scm-frame-args.scm: New file.
1089 * gdb.guile/scm-frame-inline.c: New file.
1090 * gdb.guile/scm-frame-inline.exp: New file.
1091 * gdb.guile/scm-frame.c: New file.
1092 * gdb.guile/scm-frame.exp: New file.
1093 * gdb.guile/scm-generics.exp: New file.
1094 * gdb.guile/scm-gsmob.exp: New file.
1095 * gdb.guile/scm-iterator.c: New file.
1096 * gdb.guile/scm-iterator.exp: New file.
1097 * gdb.guile/scm-math.c: New file.
1098 * gdb.guile/scm-math.exp: New file.
1099 * gdb.guile/scm-objfile-script-gdb.in: New file.
1100 * gdb.guile/scm-objfile-script.c: New file.
1101 * gdb.guile/scm-objfile-script.exp: New file.
1102 * gdb.guile/scm-objfile.c: New file.
1103 * gdb.guile/scm-objfile.exp: New file.
1104 * gdb.guile/scm-ports.exp: New file.
1105 * gdb.guile/scm-pretty-print.c: New file.
1106 * gdb.guile/scm-pretty-print.exp: New file.
1107 * gdb.guile/scm-pretty-print.scm: New file.
1108 * gdb.guile/scm-section-script.c: New file.
1109 * gdb.guile/scm-section-script.exp: New file.
1110 * gdb.guile/scm-section-script.scm: New file.
1111 * gdb.guile/scm-symbol.c: New file.
1112 * gdb.guile/scm-symbol.exp: New file.
1113 * gdb.guile/scm-symtab-2.c: New file.
1114 * gdb.guile/scm-symtab.c: New file.
1115 * gdb.guile/scm-symtab.exp: New file.
1116 * gdb.guile/scm-type.c: New file.
1117 * gdb.guile/scm-type.exp: New file.
1118 * gdb.guile/scm-value-cc.cc: New file.
1119 * gdb.guile/scm-value-cc.exp: New file.
1120 * gdb.guile/scm-value.c: New file.
1121 * gdb.guile/scm-value.exp: New file.
1122 * gdb.guile/source2.scm: New file.
1123 * gdb.guile/types-module.cc: New file.
1124 * gdb.guile/types-module.exp: New file.
1125
7026a7c1
YQ
11262014-02-10 Yao Qi <yao@codesourcery.com>
1127
1128 PR testsuite/16543
1129 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1130 * configure: Regenerated.
1131 * Makefile.in: New file.
1132
6c466447
AS
11332014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1134
1135 * gdb.python/py-framefilter.exp: Fix typo.
1136
6e854735
YQ
11372014-02-08 Yao Qi <yao@codesourcery.com>
1138
1139 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1140 that no =breakpoint-modified is emitted when breakpoints are
1141 modified through MI commands.
1142
d137e6dc
PA
11432014-02-07 Pedro Alves <pedro@codesourcery.com>
1144 Pedro Alves <palves@redhat.com>
1145
1146 * gdb.threads/step-after-sr-lock.c: New file.
1147 * gdb.threads/step-after-sr-lock.exp: New file.
1148
b5ee5a50
PA
11492014-02-07 Pedro Alves <palves@redhat.com>
1150
1151 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1152
3c77faf3
JK
11532014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1154
1155 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1156 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1157
6dddc817
DE
11582014-02-06 Doug Evans <xdje42@gmail.com>
1159
1160 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1161 output.
1162
1163 * gdb.gdb/python-interrupts.exp: New file.
1164
de7b2893
YQ
11652014-02-05 Yao Qi <yao@codesourcery.com>
1166
1167 * gdb.trace/report.exp (use_collected_data): Test the output
1168 of "info threads" and "info inferiors".
1169
66d032ac
YQ
11702014-02-05 Yao Qi <yao@codesourcery.com>
1171
1172 Revert this patch:
1173
1174 2013-05-24 Yao Qi <yao@codesourcery.com>
1175
1176 * gdb.trace/tfile.exp: Test inferior and thread.
1177
591a12a1
UW
11782014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1179
1180 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1181 on a function.
1182 * gdb.base/step-bt.c: Call hello via function pointer to make
1183 sure its first instruction is executed on powerpc64le-linux.
1184
0ff3e01f
UW
11852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1186
1187 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1188
084ee545
UW
11892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1190
1191 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1192 of the test patterns for use on little-endian systems.
1193
6ed14ff3
UW
11942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1195
1196 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1197 (decimal_vector): Fix for little-endian.
1198
401e27fd
JM
11992014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1200
1201 * gdb.arch/sparc-sysstep.exp: New file.
1202 * gdb.arch/sparc-sysstep.c: Likewise.
1203
1204 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1205
8b924729
EBM
12062014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1207
1208 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1209
fb151210
JB
12102014-01-23 Tom Tromey <tromey@redhat.com>
1211
1212 * gdb.ada/array_char_idx: New testcase.
1213
0740f8d8
TT
12142014-01-23 Tom Tromey <tromey@redhat.com>
1215
1216 PR python/16487:
1217 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1218 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1219 classes.
1220
21909fa1
TT
12212014-01-23 Tom Tromey <tromey@redhat.com>
1222
1223 PR python/16491:
1224 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1225 string from an inferior frame.
1226 * gdb.python/py-framefilter-mi.exp: Update.
1227
87ce2a04
DE
12282014-01-22 Doug Evans <dje@google.com>
1229
1230 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1231
237b092b
AA
12322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1233
1234 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1235
d674a709
AA
12362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1237
1238 * gdb.trace/entry-values.exp: Remove excess space character from
1239 regex patterns. Handle s390 call instruction.
1240
20fa3390
AA
12412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1242
1243 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1244 define "*_start" label. Make "name" static.
1245 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1246 ${name} by references to ${name}_start.
1247
78466714
AA
12482014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1249
1250 * gdb.base/info-macros.exp: Remove "debug" from the compile
1251 options.
1252
ec9f644a
IB
12532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1254
1255 * gdb.dlang/demangle.exp: New file.
1256
94b1b47e
IB
12572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1258
1259 * gdb.dlang/primitive-types.exp: New file.
1260
7f420862
IB
12612014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1262
1263 * configure.ac: Create gdb.dlang/Makefile.
1264 * configure: Regenerate.
1265 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1266 * gdb.dlang/Makefile.in: New file.
1267 * lib/d-support.exp: New file.
1268 * lib/gdb.exp (skip_d_tests): New proc.
1269
52834460
MM
12702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1271
1272 * gdb.btrace/delta.exp: Check reverse stepi.
1273 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1274 * gdb.btrace/finish.exp: New.
1275 * gdb.btrace/next.exp: New.
1276 * gdb.btrace/nexti.exp: New.
1277 * gdb.btrace/record_goto.c: Add comments.
1278 * gdb.btrace/step.exp: New.
1279 * gdb.btrace/stepi.exp: New.
1280 * gdb.btrace/multi-thread-step.c: New.
1281 * gdb.btrace/multi-thread-step.exp: New.
1282 * gdb.btrace/rn-dl-bind.c: New.
1283 * gdb.btrace/rn-dl-bind.exp: New.
1284 * gdb.btrace/data.c: New.
1285 * gdb.btrace/data.exp: New.
1286 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1287
6e07b1d2
MM
12882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1289
1290 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1291 * gdb.btrace/exception.exp: Update.
1292 * gdb.btrace/instruction_history.exp: Update.
1293 * gdb.btrace/record_goto.exp: Update.
1294 * gdb.btrace/tailcall.exp: Update.
1295 * gdb.btrace/unknown_functions.exp: Update.
1296 * gdb.btrace/delta.exp: New.
1297
0b722aec
MM
12982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1299
1300 * gdb.btrace/record_goto.exp: Add backtrace test.
1301 * gdb.btrace/tailcall.exp: Add backtrace test.
1302
066ce621
MM
13032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1304
1305 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1306 * gdb.btrace/record_goto.c: New.
1307 * gdb.btrace/record_goto.exp: New.
1308 * gdb.btrace/x86-record_goto.S: New.
1309
0688d04e
MM
13102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1311
1312 * gdb.btrace/function_call_history.exp: Update tests.
1313 * gdb.btrace/instruction_history.exp: Update tests.
1314
8710b709
MM
13152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1316
1317 * gdb.btrace/function_call_history.exp: Fix expected field
1318 order for "record function-call-history".
1319 Add new tests for "record function-call-history /c".
1320 * gdb.btrace/exception.cc: New.
1321 * gdb.btrace/exception.exp: New.
1322 * gdb.btrace/tailcall.exp: New.
1323 * gdb.btrace/x86-tailcall.S: New.
1324 * gdb.btrace/x86-tailcall.c: New.
1325 * gdb.btrace/unknown_functions.c: New.
1326 * gdb.btrace/unknown_functions.exp: New.
1327 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1328
5de9129b
MM
13292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1330
1331 * gdb.btrace/instruction_history.exp: Update.
1332 * gdb.btrace/function_call_history.exp: Update.
1333
23a7fe75
MM
13342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1335
1336 * gdb.btrace/function_call_history.exp: Fix expected function
1337 trace.
1338 * gdb.btrace/instruction_history.exp: Initialize traced.
1339 Remove traced_functions.
1340
724c7dd8
MM
13412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1342
1343 * gdb.btrace/function_call_history.exp: Update
1344 * gdb.btrace/instruction_history.exp: Update.
1345
6d78d93b
MM
13462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1347
1348 * gdb.btrace/enable.exp: Update expected text.
1349
93a360cc
OJ
13502014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1351
1352 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1353 bytes.
1354
3772b53f
MR
13552014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1356
1357 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1358
596662fa
OJ
13592014-01-15 Omair Javaid <omair.javaid@linaro.org>
1360
1361 * lib/gdb.exp (supports_process_record): Return true for
1362 arm*-linux*. (supports_reverse): Likewise.
1363
b5b08fb4
SC
13642014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1365
1366 PR python/15464
1367 PR python/16113
1368 * gdb.python/py-type.c: Enhance test case.
1369 * gdb.python/py-value-cc.cc: Likewise
1370 * gdb.python/py-type.exp: Add new tests.
1371 * gdb.python/py-value-cc.exp: Likewise
1372
52d7fb13
AA
13732014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1374 Pedro Alves <palves@redhat.com>
1375
1376 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1377 Make "name" extern.
1378 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1379 references to ${name}_start by references to ${name}.
1380
a2cd8cfe
JB
13812014-01-10 Joel Brobecker <brobecker@adacore.com>
1382
1383 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1384
4e23fced
JB
13852014-01-10 Joel Brobecker <brobecker@adacore.com>
1386
1387 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1388
c6a9e42c
PA
13892014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1390 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.mi/mi-info-os.exp: Connect to the target with
1393 mi_gdb_target_load.
1394
b7ea362b
PA
13952014-01-08 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.threads/reconnect-signal.c: New file.
1398 * gdb.threads/reconnect-signal.exp: New file.
1399
5e3f4fab
EBM
14002014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1401
1402 * gdb.base/source-dir.exp: New file.
1403
79301218
JB
14042014-01-07 Joel Brobecker <brobecker@adacore.com>
1405
1406 * gdb.ada/mi_interface: New testcase.
1407
8e355c5d
JB
14082014-01-07 Joel Brobecker <brobecker@adacore.com>
1409
1410 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1411 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1412 gdb.ada/pp-rec-component/pck.ads: New files.
1413
c0d48811
JB
14142014-01-07 Joel Brobecker <brobecker@adacore.com>
1415
1416 * gdb.python/py-pp-integral.c: New file.
1417 * gdb.python/py-pp-integral.py: New file.
1418 * gdb.python/py-pp-integral.exp: New file.
1419
17b609c3 1420For older changes see ChangeLog-1993-2013.
c906108c 1421\f
8d8cb839
EZ
1422;; Local Variables:
1423;; mode: change-log
1424;; left-margin: 8
1425;; fill-column: 74
1426;; version-control: never
1427;; End:
902f2ccb 1428
14f8b115 1429 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1430 Copying and distribution of this file, with or without modification,
1431 are permitted provided the copyright notice and this notice are preserved.
This page took 3.106276 seconds and 4 git commands to generate.