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