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