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