]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
daily update
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
589fdceb
MM
12014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2
3 * gdb.btrace/vdso.c: New.
4 * gdb.btrace/vdso.exp: New.
5
e9089e05
MM
62014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7
8 * gdb.base/gcore.exp (capture_command_output): Move ...
9 * lib/gdb.exp (capture_command_output): ... here.
10
67b5c0c1
MM
112014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12
13 * gdb.btrace/data.exp: Test memory access during btrace replay.
14
a2199296
SM
152014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16
17 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18
17b2616c
PA
192014-05-21 Pedro Alves <palves@redhat.com>
20
21 PR gdb/13860
22 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23 (top level): Test that output related to execution commands is
24 sent to the console with CLI commands, but not with MI commands.
25 Test that breakpoint events are always mirrored to the console.
26 Also expect the new source line to be output after a "next" in
27 async mode too. Make it a pass/fail test.
28 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
29 output.
30 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
31
5166082f
PA
322014-05-21 Pedro Alves <palves@redhat.com>
33
34 * gdb.base/list.exp (build_pattern, test_list): New procedures.
35 Use them to test variations of "list" after reaching a breakpoint.
36 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
37 Test "list" with listsize 10 after reaching a breakpoint.
38 * gdb.python/python.exp (decode_line current location line
39 number): Adjust expected line number.
40
2f25d70f
SM
412014-05-21 Simon Marchi <simon.marchi@ericsson.com>
42
43 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
44 behavior for $args, pass it directly to "run".
45
ff604a67
MR
462014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
47
48 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
49 30000 to 65536.
50
6a3cb8e8
PA
512014-05-21 Pedro Alves <palves@redhat.com>
52
53 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
54 auto-connect-native-target off".
55 * gdb.base/auto-connect-native-target.c: New file.
56 * gdb.base/auto-connect-native-target.exp: New file.
57
4ebfc96e
PA
582014-05-21 Pedro Alves <palves@redhat.com>
59
60 * gdb.base/default.exp: Test "target native" instead of "target
61 child".
62
36d46afb
MW
632014-05-21 Mark Wielaard <mjw@redhat.com>
64
65 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
66
5876f503
JK
672014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
68
69 Fix TLS access for -static -pthread.
70 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
71 <HAVE_TLS> (thread_function, main): Initialize it.
72 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
73 Add clean_restart.
74 <$have_tls != "">: Check TLSVAR.
75
0256a6ac
PA
762014-05-21 Pedro Alves <palves@redhat.com>
77
78 * gdb.base/dcache-line-read-error.c: New.
79 * gdb.base/dcache-line-read-error.exp: New.
80
936d2992
PA
812014-05-20 Pedro Alves <palves@redhat.com>
82
83 * gdb.base/compare-sections.c: New file.
84 * gdb.base/compare-sections.exp: New file.
85
802e8e6d
PA
862014-05-20 Pedro Alves <palves@redhat.com>
87
88 * gdb.base/break-idempotent.c: New file.
89 * gdb.base/break-idempotent.exp: New file.
90
e59fa00f
MM
912014-05-20 Markus Metzger <markus.t.metzger@intel.com>
92
93 * gdb.btrace/nohist.exp: New.
94
8b696e31
YQ
952014-05-20 Yao Qi <yao@codesourcery.com>
96
97 * lib/gdb.exp (gdb_init): Set timeout if test file is under
98 gdb.reverse directory and gdb_reverse_timeout exists in board
99 setting.
100 * README: Document gdb_reverse_timeout.
101
73c9764f
YQ
1022014-05-20 Yao Qi <yao@codesourcery.com>
103
104 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
105 'test_file_name'. Treat args as a string instead of a list.
106 (gdb_init): Rename argument 'args' by 'test_file_name'.
107
f1f4348a
JK
1082014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
109
110 * gdb.arch/powerpc-power.exp: New file.
111 * gdb.arch/powerpc-power.s: New file.
112
0dbe70ce
DE
1132014-05-16 Doug Evans <dje@google.com>
114
115 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
116 * gdb.base/completion.exp: Check that all expected files exist
117 before doing file completion.
0dbe70ce 118
8d551b02
DE
1192014-05-16 Doug Evans <dje@google.com>
120
121 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
122 Update.
123 (do_syscall_tests_without_xml): Update.
124
73eb7709
PA
1252014-05-16 Pedro Alves <palves@redhat.com>
126
127 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
128 instead of "unknown output after running".
129
3fae92fc
YQ
1302014-05-16 Yao Qi <yao@codesourcery.com>
131
132 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
133 file1.txt from host at the end.
134 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
135
c2b2ccc5
DE
1362014-05-15 Doug Evans <dje@google.com>
137
138 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
139 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
140 loading file. Add test for TU lookup.
141
8c217a4b
SM
1422014-05-15 Simon Marchi <simon.marchi@ericsson.com>
143
144 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
145 calling "-exec-arguments" or "set args" before running the
146 inferior.
147
3deb39c6
SM
1482014-05-15 Simon Marchi <simon.marchi@ericsson.com>
149
150 * lib/mi-support.exp (mi_expect_stop): Expect message for
151 inferiors that exit with non-zero exit code.
152
71a79f8c
YQ
1532014-05-14 Yao Qi <yao@codesourcery.com>
154
155 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
156 match absolute path on remote host.
157 (test_file_list_exec_source_files): Remove "/" from the
158 pattern.
159
f23fcd46
YQ
1602014-05-14 Yao Qi <yao@codesourcery.com>
161
162 * boards/local-remote-host-notty.exp (${board}_file): New
163 proc.
164
9404b58f
KM
1652014-05-07 Kyle McMartin <kyle@redhat.com>
166
167 Pushed by Joel Brobecker <brobecker@adacore.com>.
168 * gdb.arch/aarch64-atomic-inst.c: New file.
169 * gdb.arch/aarch64-atomic-inst.exp: New file.
170
5e45f04c
YQ
1712014-05-07 Yao Qi <yao@codesourcery.com>
172
173 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
174 in current context" too.
175
c888a17d
KS
1762014-05-05 Keith Seitz <keiths@redhat.com>
177
178 * gdb.linespec/ls-dollar.exp: Add test for linespec
179 file:convenience_variable.
180
290a839c
YQ
1812014-05-05 Yao Qi <yao@codesourcery.com>
182
183 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
184 traceframes into tfile and ctf trace files. Read data from
185 trace file and test collected data.
186 (gdb_collect_locals_test): Likewise.
187 (gdb_unavailable_registers_test): Likewise.
188 (gdb_unavailable_floats): Likewise.
189 (gdb_collect_globals_test): Likewise.
190 (top-level): Append "ctf" to trace_file_targets if GDB
191 supports.
192
b5262cd0
YQ
1932014-05-05 Yao Qi <yao@codesourcery.com>
194
195 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
196 code to ...
197 (gdb_collect_args_test_1): ... it. New proc.
198 (gdb_collect_locals_test): Move some code to ...
199 (gdb_collect_locals_test_1): ... it. New proc.
200 (gdb_unavailable_registers_test): Move some code to ...
201 (gdb_unavailable_registers_test_1): ... it. New proc.
202 (gdb_unavailable_floats): Move some code to ...
203 (gdb_unavailable_floats_1): ... it. New proc.
204
30a1e6cc
SDJ
2052014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
206
207 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
208 probes to test for bitness recognition.
209 * gdb.arch/amd64-stap-optional-prefix.exp
210 (test_probe_value_without_reg): New procedure.
211 Add code to test for different kinds of bitness.
212
f33da99a
SDJ
2132014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
214
215 PR breakpoints/16889
216 * gdb.arch/amd64-stap-optional-prefix.S: New file.
217 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
218
5b80f00d
PA
2192014-05-01 Pedro Alves <palves@redhat.com>
220
221 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
222 gdb_file_cmd if no file is specified.
223 * boards/native-extended-gdbserver.exp (gdb_load): Use the
224 last_loaded_file to set the remote exec-file.
225
f8c2a73c
PA
2262014-05-01 Pedro Alves <palves@redhat.com>
227
228 * boards/local-remote-host.exp: New file.
229
be6e8ac7
PA
2302014-05-01 Pedro Alves <palves@redhat.com>
231
232 * boards/local-remote-host.exp: Rename to ...
233 * boards/local-remote-host-notty.exp: ... this.
234
cac0dc8f
JB
2352014-04-28 Joel Brobecker <brobecker@adacore.com>
236
237 * gdb.ada/dyn_arrayidx: New testcase.
238
9730e6cc
YQ
2392014-04-26 Yao Qi <yao@codesourcery.com>
240
241 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
242 and compute the length of function main. Save it in
243 $main_length.
244 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
245 (top-level): Use gdb_compile to compile objects into
246 executable and restart GDB. Remove invocation to
247 prepare_for_testing.
248
7ae1a6a6
PA
2492014-04-25 Simon Marchi <simon.marchi@ericsson.com>
250 Pedro Alves <palves@redhat.com>
251
252 PR server/16255
253 * gdb.multi/multi-attach.c: New file.
254 * gdb.multi/multi-attach.exp: New file.
255
4082afcc
PA
2562014-04-25 Pedro Alves <palves@redhat.com>
257
258 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
259 user.
260 (top level): Test that "set remote conditional-breakpoints-packet
261 off" works as intended.
262 * gdb.base/dprintf.exp: Test that "set remote
263 breakpoint-commands-packet off" works as intended.
264 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
265 New function.
266 (top level): Call it.
267 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
268 remote fast-tracepoints-packet off" works as intended.
269 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
270 * lib/gdb.exp (gdb_is_target_remote): ... here.
271
2abc3f8d
DB
2722014-04-24 David Blaikie <dblaikie@gmail.com>
273
274 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
275 ensure clang would not discard them.
276 * gdb.base/gdbvars.c: Ditto.
277 * gdb.base/memattr.c: Ditto.
278 * gdb.base/whatis.c: Ditto.
279 * gdb.python/py-prettyprint.c: Ditto.
280 * gdb.trace/actions.c: Ditto.
281 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
282 ensure clang would not discard it.
283
bfd39632
DB
2842014-04-24 David Blaikie <dblaikie@gmail.com>
285
286 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
287 clang to emit the full definition of type required by the test
288 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
289
22842ff6
DB
2902014-04-24 David Blaikie <dblaikie@gmail.com>
291
292 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
293 coax Clang into emitting the definition of the type.
294 * gdb.cp/pr10728-x.h (y): Ditto.
295 * gdb.cp/pr10728-y.cc (y): Ditto.
296
c2e827ad
DB
2972014-04-24 David Blaikie <dblaikie@gmail.com>
298
299 * gdb.base/label.exp: XFAIL label related tests under Clang.
300 * gdb.cp/cplabel.exp: Ditto.
301 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
302 under Clang those using labels.
303
4c2d33e7
YQ
3042014-04-25 Yao Qi <yao@codesourcery.com>
305
306 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
307 double_label.
308 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
309 partial_label and double_label.
310
56083b99
DB
3112014-04-24 David Blaikie <dblaikie@gmail.com>
312
313 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
314
25d4e99d
DB
3152014-04-24 David Blaikie <dblaikie@gmail.com>
316
317 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
318 of the function to work across GCC and Clang.
319 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
320 pointer types (const void ** const V void **).
321
01f9f808
MS
3222014-04-24 Michael Sturm <michael.sturm@mintel.com>
323 Walfred Tedeschi <walfred.tedeschi@intel.com>
324
325 * Makefile.in (EXECUTABLES): Added i386-avx512.
326 * gdb.arch/i386-avx512.c: New file.
327 * gdb.arch/i386-avx512.exp: Likewise.
328
4b48d439
KS
3292014-04-23 Keith Seitz <keiths@redhat.com>
330
331 * lib/mi-support.exp (mi_list_breakpoints): Delete.
332 (mi_make_breakpoint_table): New procedure.
333 (mi_create_breakpoint): Use mi_make_breakpoint
334 and return the result.
335 (mi_make_breakpoint): New procedure.
336 (mi_build_kv_pairs): New procedure.
337
338 * gdb.mi/mi-break.exp: Remove unused globals,
339 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
340 All callers updated.
341 * gdb.mi/mi-dprintf.exp: Use variable to track command
342 number.
343 Update all callers of mi_create_breakpoint and use
344 mi_make_breakpoint_table.
345 Remove any unused global variables.
346 * gdb.mi/mi-nonstop.exp: Likewise.
347 * gdb.mi/mi-nsintrall.exp: Likewise.
348 * gdb.mi/mi-nsmoribund.exp: Likewise.
349 * gdb.mi/mi-nsthrexec.exp: Likewise.
350 * gdb.mi/mi-reverse.exp: Likewise.
351 * gdb.mi/mi-simplerun.exp: Likewise.
352 * gdb.mi/mi-stepn.exp: Likewise.
353 * gdb.mi/mi-syn-frame.exp: Likewise.
354 * gdb.mi/mi-until.exp: Likewise.
355 * gdb.mi/mi-var-cp.exp: Likewise.
356 * gdb.mi/mi-var-display.exp: Likewise.
357 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
358 * gdb.mi/mi2-var-child.exp: Likewise.
359 * gdb.mi/mi-vla-c99.exp: Likewise.
360 * lib/mi-support.exp: Likewise.
361
362 From Ian Lance Taylor <iant@cygnus.com>:
363 * lib/gdb.exp (parse_args): New procedure.
364
08351840
PA
3652014-04-23 Pedro Alves <palves@redhat.com>
366
367 * gdb.base/break-unload-file.c: New file.
368 * gdb.base/break-unload-file.exp: New file.
369 * gdb.base/sym-file-lib.c (baz): New function.
370 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
371 field.
372 (load): Store the segment's mapped size.
373 (unload): New function.
374 (unload_shlib): New function.
375 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
376 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
377 set a breakpoint at baz, and call it.
378 * gdb.base/sym-file.exp: New tests for stale breakpoint
379 instructions.
380
076855f9
PA
3812014-04-23 Pedro Alves <palves@redhat.com>
382
383 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
384 * gdb.base/hbreak-in-shr-unsupported.c: New file.
385 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
386 * gdb.base/hbreak-unmapped.c: New file.
387 * gdb.base/hbreak-unmapped.exp: New file.
388 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
389 * lib/gdb.exp (gdb_is_target_remote): ... here.
390
483805cf
PA
3912014-04-22 Pedro Alves <palves@redhat.com>
392
393 * gdb.base/consecutive-step-over.c: New file.
394 * gdb.base/consecutive-step-over.exp: New file.
395
06d97543
PA
3962014-04-22 Pedro Alves <palves@redhat.com>
397
398 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
399 instead of send_gdb/gdb_expect.
400
b4429ea2
YQ
4012014-04-22 Yao Qi <yao@codesourcery.com>
402
403 * lib/trace-support.exp (generate_tracefile): New procedure.
404 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
405 return 0.
406 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
407 if generate_tracefile returns 1.
408
51d48146
PA
4092014-04-18 Tom Tromey <palves@redhat.com>
410 Pedro alves <tromey@redhat.com>
411
412 PR backtrace/15558
413 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
414 with a backtrace limit.
415 * gdb.python/py-frame-inline.exp: Test running to an inline
416 function with a backtrace limit, and printing the newest frame.
417 * gdb.python/py-frame-inline.c (main): Call f.
418
bd1dce5f
MS
4192014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
420
421 * gdb.java/jnpe.exp: Drop srcdir from untested path.
422
40d1a503
MS
4232014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
424
425 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
426 Drop prefix from unsupported source file path.
427
389b98f7
YQ
4282014-04-17 Yao Qi <yao@codesourcery.com>
429
430 * lib/gdb.exp (with_target_charset): New proc.
431 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
432 with_target_charset.
433 (test_print_strings): Likewise.
434 (test_repeat_bytes): Likewise.
435 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
436 for some tests.
437
22869d73
KS
4382014-04-16 Keith Seitz <keiths@redhat.com>
439
440 PR gdb/15827
441 * gdb.dwarf2/corrupt.c: New file.
442 * gdb.dwarf2/corrupt.exp: New file.
443
c4f87ca6
KS
4442014-04-16 Keith Seitz <keiths@redhat.com>
445
446 PR c++/16597
447 * gdb.cp/namelessclass.cc: New file.
448 * gdb.cp/namelessclass.exp: New file.
449 * gdb.cp/namelessclass.S: New file.
450
ab19de87
DE
4512014-04-16 Doug Evans <dje@google.com>
452
453 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
454 Add comment.
455 (gdbserver_default_get_comm_port): New function.
456 (gdbserver_start): Check if board file provided
457 "gdbserver,get_comm_port" and use it if so.
458 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
459 (gdb,socketport): Set to "stdio".
460 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
461 (stdio_gdbserver_template): Delete.
462 (${board}_get_remote_address): Update.
463 (${board}_build_remote_cmd): Delete.
464 (${board}_get_comm_port): New function.
465 (${board}_spawn): Update.
466 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
467 Delete.
468 (${board}_get_remote_address): Update.
469 (${board}_get_comm_port): New function.
470
fc98a809
AB
4712014-04-16 Andrew Burgess <aburgess@broadcom.com>
472
473 * gdb.base/memattr.exp: Improve regexps to handle memory regions
474 appearing in any order.
475
87fd9e6e
DE
4762014-04-15 Doug Evans <dje@google.com>
477
478 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
479 uninitialized value of "description".
480
099fc3ea
KS
4812014-04-15 Keith Seitz <keiths@redhat.com>
482
483 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
484 Remove unused globals.
485 (test_running_the_program): Likewise.
486 (test_controlled_execution): Likewise.
487 (test_controlling_breakpoints): Likewise.
488 (test_program_termination): Likewise.
489
5da151d4
KS
4902014-04-15 Keith Seitz <keiths@redhat.com>
491
492 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
493 unused globals.
494 (test_rbreak_creation_and_listing): Likewise.
495 (test_ignore_count): Likewise.
496 (test_error): Likewise.
497
35e5d2f0
PA
4982014-04-15 Pedro Alves <palves@redhat.com>
499
500 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
501 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
502 sym-file-loader.c.
503 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
504 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
505 to sym-file-loader.c.
506 (struct library): Forward declare.
507 (load_shlib, lookup_function): Change prototypes.
508 (find_shstrtab, find_strtab, find_shdr, find_symtab)
509 (translate_offset): Remove declarations.
510 (get_text_addr): New declaration.
511 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
512 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
513 sym-file-loader.h.
514 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
515 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
516 here from sym-file-loader.h.
517 (struct library): New structure.
518 (load_shlib, lookup_function): Change prototypes and adjust to
519 work with a struct library.
520 (find_shstrtab, find_strtab, find_shdr, find_symtab)
521 (translate_offset): Make static.
522 (get_text_addr): New function.
523 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
524
eb4c1710
PA
5252014-04-15 Pedro Alves <palves@redhat.com>
526
527 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
528
2d1baf52
PA
5292014-04-15 Pedro Alves <palves@redhat.com>
530
531 * gdb.base/sym-file-loader.c: Include <limits.h>.
532 (SELF_LINK): New define.
533 (get_origin): New function.
534 (load_shlib): Use it.
535 * gdb.base/sym-file.exp: Don't early return if the target is
536 remote. Use runto_main, and issue fail is that fails. Use
537 gdb_load_shlibs.
538 (shlib_name): Delete.
539 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
540
7dd6df01
PA
5412014-04-15 Pedro Alves <palves@redhat.com>
542
543 * gdb.base/sym-file.exp: Remove regex characters from test
544 message. Don't refer to breakpoint numbers in test messages.
545
b50c8614
KS
5462014-04-14 Keith Seitz <keiths@redhat.com>
547
548 PR c++/16253
549 * gdb.cp/var-tag.cc: New file.
550 * gdb.cp/var-tag.exp: New file.
551 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
552 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
553 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
554 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
555
3d567982
TT
5562014-04-14 Tom Tromey <tromey@redhat.com>
557
558 * gdb.cp/classes.exp (test_enums): Handle underlying type.
559 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
560 type.
561 * gdb.cp/enum-class.exp: New file.
562 * gdb.cp/enum-class.cc: New file.
563
0626fc76
TT
5642014-04-14 Tom Tromey <tromey@redhat.com>
565
566 * gdb.dwarf2/enum-type.exp: New file.
567
dca325b3
SA
5682014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
569
570 * gdb.mi/mi-vla-c99.exp: New file.
571 * gdb.mi/vla.c: New file.
572
5854b38a
SA
5732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
574
575 * gdb.base/vla-datatypes.c: New file.
576 * gdb.base/vla-datatypes.exp: New file.
577
463bb957
SA
5782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
579
580 * gdb.base/vla-ptr.c: New file.
581 * gdb.base/vla-ptr.exp: New file.
582
3dd170be
SA
5832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
584
585 * gdb.dwarf2/count.exp: New file.
586
5ecaaa66
SA
5872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
588
589 * gdb.base/vla-sideeffect.c: New file.
590 * gdb.base/vla-sideeffect.exp: New file.
591
41f1ada5
DB
5922014-04-14 David Blaikie <dblaikie@gmail.com>
593
594 * gdb.mi/non-stop.c: Add return value for non-void function return
595 statement.
596 * gdb.threads/staticthreads.c: Ditto.
597
0be03e84
DE
5982014-04-12 Siva Chandra Reddy <sivachandra@google.com>
599 Doug Evans <xdje42@gmail.com>
600
601 * gdb.guile/scm-value.c: Improve test case.
602 * gdb.guile/scm-value.exp: Add new test.
603
f180a1fb
DB
6042014-04-11 David Blaikie <dblaikie@gmail.com>
605
606 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
607 override Clang's default.
608
6b662e19
JB
6092014-04-11 Joel Brobecker <brobecker@adacore.com>
610
611 Revert the following changes (regressions):
612
613 * gdb.base/vla-sideeffect.c: New file.
614 * gdb.base/vla-sideeffect.exp: New file.
615
616 * gdb.dwarf2/count.exp: New file.
617
618 * gdb.base/vla-multi.c: New file.
619 * gdb.base/vla-multi.exp: New file.
620
621 * gdb.base/vla-ptr.c: New file.
622 * gdb.base/vla-ptr.exp: New file.
623
624 * gdb.base/vla-datatypes.c: New file.
625 * gdb.base/vla-datatypes.exp: New file.
626
627 * gdb.mi/mi-vla-c99.exp: New file.
628 * gdb.mi/vla.c: New file.
629
245a5f0b
KS
6302014-04-11 Keith Seitz <keiths@redhat.com>
631
632 PR c++/16675
633 * gdb.cp/cpsizeof.exp: New file.
634 * gdb.cp/cpsizeof.cc: New file.
635
58a84dcf
SA
6362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
637
191a8a90
JB
638 * gdb.mi/mi-vla-c99.exp: New file.
639 * gdb.mi/vla.c: New file.
58a84dcf 640
c8655f75
SA
6412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
642
643 * gdb.base/vla-datatypes.c: New file.
644 * gdb.base/vla-datatypes.exp: New file.
645
024e13b4
SA
6462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
647
648 * gdb.base/vla-ptr.c: New file.
649 * gdb.base/vla-ptr.exp: New file.
650
1a237e0e
SA
6512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
652
653 * gdb.base/vla-multi.c: New file.
654 * gdb.base/vla-multi.exp: New file.
655
504f3432
SA
6562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
657
658 * gdb.dwarf2/count.exp: New file.
659
3bce8237
SA
6602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
661
191a8a90
JB
662 * gdb.base/vla-sideeffect.c: New file.
663 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 664
322f9c21
YQ
6652014-04-11 Yao Qi <yao@codesourcery.com>
666
667 * gdb.base/completion.exp: Check file exists before running tests
668 on file completion.
669
d708bcd1
PA
6702014-04-10 Pedro Alves <palves@redhat.com>
671
672 * gdb.base/cond-eval-mode.c: New file.
673 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
674 prepare_for_testing to build the new file. Check result of
675 runto_main.
676 (test_break, test_watch): New procedures.
677 (top level): Use them.
678
ae1d2761
PM
6792014-04-08 Pierre Muller <muller@sourceware.org>
680
681 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
682 Ctrl-V use for mingw hosts.
683
7af389b8
SC
6842014-04-07 Siva Chandra Reddy <sivachandra@google.com>
685
686 * gdb.python/py-value.c: Improve test case.
687 * gdb.python/py-value.exp: Add new test.
688
5e703181
DE
6892014-04-07 David Blaikie <dblaikie@gmail.com>
690
691 * lib/compiler.c: Identify the clang compiler.
692 * lib/compiler.cc: Ditto.
693
9810b410
YQ
6942014-04-03 Yao Qi <yao@codesourcery.com>
695
696 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
697
98d1b8dc
AB
6982014-04-01 Anton Blanchard <anton@samba.org>
699
700 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
701 messages unique.
702
3114cea1
AB
7032014-04-01 Anton Blanchard <anton@samba.org>
704
705 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
706 prepare_for_testing.
707
62f7182c
AB
7082014-04-01 Anton Blanchard <anton@samba.org>
709
710 * gdb.arch/ppc64-atomic-inst.c: Remove.
711 * gdb.arch/ppc64-atomic-inst.S: New file.
712 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
713
770e7fc7
DE
7142014-03-31 Doug Evans <dje@google.com>
715
716 * gdb.base/print-symbol-loading-lib.c: New file.
717 * gdb.base/print-symbol-loading-main.c: New file.
718 * gdb.base/print-symbol-loading.exp: New file.
719
46e2bafa
YQ
7202014-03-31 Yao Qi <yao@codesourcery.com>
721
722 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
723
8776cfe9
JB
7242014-03-28 Joel Brobecker <brobecker@adacore.com>
725
726 * gdb.ada/mi_dyn_arr: New testcase.
727
5d1ef361
DE
7282014-03-27 Doug Evans <dje@google.com>
729
730 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
731
b5bee914
YQ
7322014-03-27 Yao Qi <yao@codesourcery.com>
733
734 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
735 if target is nios2-*-*.
736
0d4d0e77
YQ
7372014-03-26 Yao Qi <yao@codesourcery.com>
738
739 * lib/gdb.exp (readline_is_used): New proc.
740 * gdb.base/completion.exp: Move tests on command complete up.
741 Skip the rest of tests if readline is not used.
742 * gdb.ada/complete.exp: Skp the test if readline is not
743 used.
744 * gdb.base/filesym.exp: Likewise.
745 * gdb.base/macscp.exp: Likewise.
746 * gdb.base/readline-ask.exp: Likewise.
747 * gdb.base/readline.exp: Likewise.
748 * gdb.python/py-cmd.exp: Likewise.
749 * gdb.trace/tfile.exp: Likewise.
750
29361eee
YQ
7512014-03-26 Yao Qi <yao@codesourcery.com>
752
753 * gdb.base/macscp.exp: Fix code format issues.
754
bc9a5525
UW
7552014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
756
757 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
758 * gdb.asm/powerpc64le.inc: New file.
759
d3839ede
PA
7602014-03-25 Pedro Alves <palves@redhat.com>
761 Doug Evans <dje@google.com>
762
763 * gdb.base/source-execution.c: New file.
764 * gdb.base/source-execution.exp: New file.
765 * gdb.base/source-execution.gdb: New file.
766
01672a57
DE
7672014-03-24 Doug Evans <dje@google.com>
768
769 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
770 using fission.
771
88bbeca9
HZ
7722014-03-24 Hui Zhu <hui@codesourcery.com>
773 Pedro Alves <palves@redhat.com>
774
775 PR breakpoints/16101
776 * gdb.base/dprintf.exp: Use unsupported rather than changing the
777 test pass/fail messages. Detect missing support for dprintf when
778 breakpoints are actually inserted.
779 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
780 breakpoints are actually inserted.
781 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
782 fails.
783
d2348791
JK
7842014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
785
786 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
787
feef67ab
DE
7882014-03-22 Doug Evans <xdje42@gmail.com>
789
790 * gdb.python/python.exp (python not supported): Verify multi-line
791 python command issues an error.
25d743f9 792 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 793 guile command issues an error.
feef67ab 794
ecebef6a
MR
7952014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
796
797 * gdb.threads/thread-specific.exp: Handle the lack of usable
798 $this_breakpoint and $this_thread.
799
ccdd1909
HZ
8002014-03-21 Hui Zhu <hui@codesourcery.com>
801
802 * gdb.base/attach.exp (do_command_attach_tests): New.
803
beb460e8
PA
8042014-03-20 Tom Tromey <tromey@redhat.com>
805 Pedro Alves <palves@redhat.com>
806
807 PR cli/15718
808 * gdb.base/condbreak-call-false.c: New file.
809 * gdb.base/condbreak-call-false.exp: New file.
810
40acf43a
PA
8112014-03-20 Pedro Alves <palves@redhat.com>
812
813 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
814 Delete.
815 (block_signals, unblock_signals): Delete.
816 (child_function_2, main): Remove references to deleted variable
817 and functions.
818
9f5e1e02
PA
8192014-03-20 Pedro Alves <palves@redhat.com>
820
821 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
822 Use pthread_kill to signal thread 2.
823 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
824 Adjust to make the test send itself a signal rather than using the
825 host's "kill" command.
826
99619bea
PA
8272014-03-20 Pedro Alves <palves@redhat.com>
828
829 * gdb.threads/multiple-step-overs.c: New file.
830 * gdb.threads/multiple-step-overs.exp: New file.
831 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
832 Adjust expected infrun debug output.
833
2adfaa28
PA
8342014-03-20 Pedro Alves <palves@redhat.com>
835
836 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
837 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
838
31e77af2
PA
8392014-03-20 Pedro Alves <palves@redhat.com>
840
841 PR breakpoints/7143
842 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
843 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
844 of gdb_test_multiple.
845 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
846 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
847
b9f437de
PA
8482014-03-20 Pedro Alves <palves@redhat.com>
849
850 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
851 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
852
05adc73e
PA
8532014-03-19 Pedro Alves <palves@redhat.com>
854
855 * gdb.base/async.exp: Remove early return.
856
6048b950
PA
8572014-03-19 Pedro Alves <palves@redhat.com>
858
859 * gdb.base/async.exp (step& tests): Pass explicit test messages.
860
8bcfb00a
PA
8612014-03-19 Pedro Alves <palves@redhat.com>
862
863 * gdb.base/async.exp (test_background): Expect \r\n after
864 "completed." in the fail pattern.
865
884e37dc
PA
8662014-03-19 Pedro Alves <palves@redhat.com>
867
868 * gdb.base/async.exp (test_background): New procedure.
869 Use it for all background execution command tests.
870
148e57e2
PA
8712014-03-19 Pedro Alves <palves@redhat.com>
872
873 * gdb.base/async.exp: Use prepare_for_testing.
874
f48088c7
PA
8752014-03-19 Pedro Alves <palves@redhat.com>
876
877 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
878 the same line.
879
e2f6c966
PA
8802014-03-19 Pedro Alves <palves@redhat.com>
881
882 * gdb.base/async.c (main): Add "jump here" and "until here" line
883 marker comments.
884 * gdb.base/async.exp (jump_here): New global.
885 (jump& test): Use it.
886 (until_here): New global.
887 (until& test): Use it.
888
c30568d4
PA
8892014-03-19 Pedro Alves <palves@redhat.com>
890
891 * gdb.base/async.exp: Don't frob gdb_protocol.
892
0172b6a7
DE
8932014-03-18 Doug Evans <xdje42@gmail.com>
894
895 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
896 Fix spelling of exec-done-display.
897
06c868a8
JK
8982014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
899
900 PR gdb/15358
901 * gdb.base/gdb-sigterm.c: New file.
902 * gdb.base/gdb-sigterm.exp: New file.
903
0c7e1a46
PA
9042014-03-18 Pedro Alves <palves@redhat.com>
905
906 PR gdb/13860
907 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
908 * lib/mi-support.exp (mi_expect_stop): Add special handling for
909 solib-event.
910
f7c77d93
JB
9112014-03-17 Joel Brobecker <brobecker@adacore.com>
912
913 * gdb.ada/pckd_arr_ren: New testcase.
914
5a1e8c7a
DE
9152014-03-13 Doug Evans <xdje42@gmail.com>
916
917 PR guile/16612
918 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
919 collect after discarding symbols.
920
350e1a76
DE
9212014-03-13 Ludovic Courtès <ludo@gnu.org>
922 Doug Evans <xdje42@gmail.com>
923
924 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
925 to history survives a gc.
926
a69900ae
PA
9272014-03-13 Pedro Alves <palves@redhat.com>
928
929 * gdb.base/default.exp: Don't test "target procfs".
930
5db9f0bd
PA
9312014-03-13 Pedro Alves <palves@redhat.com>
932
933 * gdb.base/default.exp: Update "target child" and "target procfs"
934 tests to not expect "Unix".
935
b3ccfe11
TT
9362014-03-12 Tom Tromey <tromey@redhat.com>
937
938 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
939 New procs. Add target-async tests.
940 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
941 Add target-async tests.
942
646f4417
AA
9432014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
944
945 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
946 'func_start' and 'func_end' for the beginning and end of the
947 function code, respectively.
948 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
949 'func_end' instead of 'func' and 'main'.
950
288c211f
AA
9512014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
952
953 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
954 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
955 generate the debug info assembler source.
956
e0c0f156
AA
9572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
958
959 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
960 * gdb.dwarf2/arr-subrange.exp: Likewise.
961 * gdb.dwarf2/dwz.exp: Likewise.
962 * gdb.dwarf2/method-ptr.exp: Likewise.
963 * gdb.dwarf2/missing-sig-type.exp: Likewise.
964 * gdb.dwarf2/subrange.exp: Likewise.
965 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
966 * gdb.dwarf2/implptrpiece.exp: Likewise.
967 * gdb.dwarf2/nostaticblock.exp: Likewise.
968
0e5c4555
AA
9692014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
970
971 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
972 directory to absolute path name arguments.
973
5ec18f2b
JG
9742014-03-10 Joel Brobecker <brobecker@adacore.com>
975
976 * gdb.ada/tagged_access: New testcase.
977
847fc4f2
MM
9782014-03-07 Markus Metzger <markus.t.metzger@intel.com>
979
980 * gdb.btrace/data.exp: Update expected output.
981
cc3da688
YQ
9822014-03-06 Yao Qi <yao@codesourcery.com>
983
984 * gdb.trace/pr16508.exp: New file.
985
0f26cec1
PA
9862014-03-05 Pedro Alves <palves@redhat.com>
987
988 PR gdb/16575
989 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
990 procedure.
991 (top level): Adjust to use it. Add tests that exercise breakpoint
992 interaction with the code-cache.
993
7a5a839f
LC
9942014-02-26 Ludovic Courtès <ludo@gnu.org>
995
996 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
997 test for 'history-append!'.
998
31aa7e4e
JB
9992014-02-26 Joel Brobecker <brobecker@adacore.com>
1000
1001 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1002 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1003 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1004 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1005 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1006 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1007
1b588015
JB
10082014-02-26 Joel Brobecker <brobecker@adacore.com>
1009
1010 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1011 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1012 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1013
55426c9d
JB
10142014-02-26 Joel Brobecker <brobecker@adacore.com>
1015
1016 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1017
dc53a7ad
JB
10182014-02-26 Joel Brobecker <brobecker@adacore.com>
1019
1020 * gdb.dwarf2/arr-stride.c: New file.
1021 * gdb.dwarf2/arr-stride.exp: New file.
1022
12ab52e9
PA
10232014-02-26 Pedro Alves <palves@redhat.com>
1024
1025 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1026 that won't ever trigger. Make sure that GDB reports the correct
1027 breakpoint that caused the stop.
1028
849c862e
JK
10292014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1030
1031 PR gdb/16626
1032 * gdb.base/auto-load-script: New file.
1033 * gdb.base/auto-load.c: New file.
1034 * gdb.base/auto-load.exp: New file.
1035
71b7d793
JK
1036 PR gdb/16626
1037 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1038
e2f0d509
JK
10392014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1040
1041 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1042 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1043
50cc37c8
DE
10442014-02-24 Doug Evans <dje@google.com>
1045
1046 * lib/gdb.exp (run_on_host): Log error output if program fails.
1047
ea4758f2
PA
10482014-02-21 Pedro Alves <palves@redhat.com>
1049
1050 * gdb.threads/step-after-sr-lock.c: Rename to ...
1051 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1052 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1053 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1054 ... this.
1055
d7b30f67
SDJ
10562014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1057
1058 PR tdep/16397
1059 * gdb.arch/amd64-stap-special-operands.exp: New file.
1060 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1061 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1062 * gdb.arch/amd64-stap-triplet.S: Likewise.
1063 * gdb.arch/amd64-stap-triplet.c: Likewise.
1064
83deb43f
JB
10652014-02-20 Joel Brobecker <brobecker@adacore.com>
1066
1067 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1068 in .section pseudo-op.
1069
adde2bff
DE
10702014-02-20 lin zuojian <manjian2006@gmail.com>
1071 Joel Brobecker <brobecker@adacore.com>
1072 Doug Evans <xdje42@gmail.com>
1073
1074 PR symtab/16581
1075 * gdb.dwarf2/dw2-icycle.S: New file.
1076 * gdb.dwarf2/dw2-icycle.c: New file.
1077 * gdb.dwarf2/dw2-icycle.exp: New file.
1078
f7bd0f78
SC
10792014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1080
1081 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1082 operations on gdb.Value objects.
1083 * gdb.python/py-value-cc.exp: Add new test to test operations on
1084 gdb.Value objects.
1085
c17ef0d5
DE
10862014-02-18 Doug Evans <dje@google.com>
1087
1088 * Makefile.in (TESTS): New variable.
1089 (expanded_tests, expanded_tests_or_none): New variables
1090 (check-single): Pass $(expanded_tests_or_none) to runtest.
1091 (check-parallel): Only run tests in $(TESTS) if non-empty.
1092 (check/no-matching-tests-found): New rule.
1093 * README: Document TESTS makefile variable.
1094
5dd3176f
DE
10952014-02-18 Doug Evans <dje@google.com>
1096
1097 * Makefile.in (check-parallel): rm -rf outputs temp.
1098
0b10be4f
JK
10992014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1100
1101 Fix "ERROR: no fileid for" in the testsuite.
1102 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1103
85f224e7
DE
11042014-02-12 Doug Evans <dje@google.com>
1105
1106 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1107 (MISCELLANEOUS): New variable.
1108 (clean): rm -rf $(MISCELLANEOUS).
1109 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1110 dwp live in the same directory as symlinks, with each symlink pointed
1111 to a differently named file in a different directory.
1112
149b30ff
DE
11132014-02-11 Doug Evans <dje@google.com>
1114
1115 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1116 of Tcl file commands.
1117
1dfdac32
MK
11182014-02-10 Mark Kettenis <kettenis@gnu.org>
1119
1120 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1121 "kill -SIGUSR1 -1".
1122
aa4fb036
JB
11232014-02-10 Joel Brobecker <brobecker@adacore.com>
1124
1125 * gdb.ada/tick_length_array_enum_idx: New testcase.
1126
ed3ef339
DE
11272014-02-10 Doug Evans <xdje42@gmail.com>
1128
1129 * configure.ac (AC_OUTPUT): Add gdb.guile.
1130 * configure: Regenerate.
1131 * lib/gdb-guile.exp: New file.
1132 * lib/gdb.exp (get_target_charset): New function.
1133 * gdb.base/help.exp: Update expected output from "apropos apropos".
1134 * gdb.guile/Makefile.in: New file.
1135 * gdb.guile/guile.exp: New file.
1136 * gdb.guile/scm-arch.c: New file.
1137 * gdb.guile/scm-arch.exp: New file.
1138 * gdb.guile/scm-block.c: New file.
1139 * gdb.guile/scm-block.exp: New file.
1140 * gdb.guile/scm-breakpoint.c: New file.
1141 * gdb.guile/scm-breakpoint.exp: New file.
1142 * gdb.guile/scm-disasm.c: New file.
1143 * gdb.guile/scm-disasm.exp: New file.
1144 * gdb.guile/scm-equal.c: New file.
1145 * gdb.guile/scm-equal.exp: New file.
1146 * gdb.guile/scm-error.exp: New file.
1147 * gdb.guile/scm-error.scm: New file.
1148 * gdb.guile/scm-frame-args.c: New file.
1149 * gdb.guile/scm-frame-args.exp: New file.
1150 * gdb.guile/scm-frame-args.scm: New file.
1151 * gdb.guile/scm-frame-inline.c: New file.
1152 * gdb.guile/scm-frame-inline.exp: New file.
1153 * gdb.guile/scm-frame.c: New file.
1154 * gdb.guile/scm-frame.exp: New file.
1155 * gdb.guile/scm-generics.exp: New file.
1156 * gdb.guile/scm-gsmob.exp: New file.
1157 * gdb.guile/scm-iterator.c: New file.
1158 * gdb.guile/scm-iterator.exp: New file.
1159 * gdb.guile/scm-math.c: New file.
1160 * gdb.guile/scm-math.exp: New file.
1161 * gdb.guile/scm-objfile-script-gdb.in: New file.
1162 * gdb.guile/scm-objfile-script.c: New file.
1163 * gdb.guile/scm-objfile-script.exp: New file.
1164 * gdb.guile/scm-objfile.c: New file.
1165 * gdb.guile/scm-objfile.exp: New file.
1166 * gdb.guile/scm-ports.exp: New file.
1167 * gdb.guile/scm-pretty-print.c: New file.
1168 * gdb.guile/scm-pretty-print.exp: New file.
1169 * gdb.guile/scm-pretty-print.scm: New file.
1170 * gdb.guile/scm-section-script.c: New file.
1171 * gdb.guile/scm-section-script.exp: New file.
1172 * gdb.guile/scm-section-script.scm: New file.
1173 * gdb.guile/scm-symbol.c: New file.
1174 * gdb.guile/scm-symbol.exp: New file.
1175 * gdb.guile/scm-symtab-2.c: New file.
1176 * gdb.guile/scm-symtab.c: New file.
1177 * gdb.guile/scm-symtab.exp: New file.
1178 * gdb.guile/scm-type.c: New file.
1179 * gdb.guile/scm-type.exp: New file.
1180 * gdb.guile/scm-value-cc.cc: New file.
1181 * gdb.guile/scm-value-cc.exp: New file.
1182 * gdb.guile/scm-value.c: New file.
1183 * gdb.guile/scm-value.exp: New file.
1184 * gdb.guile/source2.scm: New file.
1185 * gdb.guile/types-module.cc: New file.
1186 * gdb.guile/types-module.exp: New file.
1187
7026a7c1
YQ
11882014-02-10 Yao Qi <yao@codesourcery.com>
1189
1190 PR testsuite/16543
1191 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1192 * configure: Regenerated.
1193 * Makefile.in: New file.
1194
6c466447
AS
11952014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1196
1197 * gdb.python/py-framefilter.exp: Fix typo.
1198
6e854735
YQ
11992014-02-08 Yao Qi <yao@codesourcery.com>
1200
1201 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1202 that no =breakpoint-modified is emitted when breakpoints are
1203 modified through MI commands.
1204
d137e6dc
PA
12052014-02-07 Pedro Alves <pedro@codesourcery.com>
1206 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.threads/step-after-sr-lock.c: New file.
1209 * gdb.threads/step-after-sr-lock.exp: New file.
1210
b5ee5a50
PA
12112014-02-07 Pedro Alves <palves@redhat.com>
1212
1213 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1214
3c77faf3
JK
12152014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1216
1217 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1218 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1219
6dddc817
DE
12202014-02-06 Doug Evans <xdje42@gmail.com>
1221
1222 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1223 output.
1224
1225 * gdb.gdb/python-interrupts.exp: New file.
1226
de7b2893
YQ
12272014-02-05 Yao Qi <yao@codesourcery.com>
1228
1229 * gdb.trace/report.exp (use_collected_data): Test the output
1230 of "info threads" and "info inferiors".
1231
66d032ac
YQ
12322014-02-05 Yao Qi <yao@codesourcery.com>
1233
1234 Revert this patch:
1235
1236 2013-05-24 Yao Qi <yao@codesourcery.com>
1237
1238 * gdb.trace/tfile.exp: Test inferior and thread.
1239
591a12a1
UW
12402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1241
1242 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1243 on a function.
1244 * gdb.base/step-bt.c: Call hello via function pointer to make
1245 sure its first instruction is executed on powerpc64le-linux.
1246
0ff3e01f
UW
12472014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1248
1249 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1250
084ee545
UW
12512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1252
1253 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1254 of the test patterns for use on little-endian systems.
1255
6ed14ff3
UW
12562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1257
1258 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1259 (decimal_vector): Fix for little-endian.
1260
401e27fd
JM
12612014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1262
1263 * gdb.arch/sparc-sysstep.exp: New file.
1264 * gdb.arch/sparc-sysstep.c: Likewise.
1265
1266 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1267
8b924729
EBM
12682014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1269
1270 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1271
fb151210
JB
12722014-01-23 Tom Tromey <tromey@redhat.com>
1273
1274 * gdb.ada/array_char_idx: New testcase.
1275
0740f8d8
TT
12762014-01-23 Tom Tromey <tromey@redhat.com>
1277
1278 PR python/16487:
1279 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1280 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1281 classes.
1282
21909fa1
TT
12832014-01-23 Tom Tromey <tromey@redhat.com>
1284
1285 PR python/16491:
1286 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1287 string from an inferior frame.
1288 * gdb.python/py-framefilter-mi.exp: Update.
1289
87ce2a04
DE
12902014-01-22 Doug Evans <dje@google.com>
1291
1292 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1293
237b092b
AA
12942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1295
1296 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1297
d674a709
AA
12982014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1299
1300 * gdb.trace/entry-values.exp: Remove excess space character from
1301 regex patterns. Handle s390 call instruction.
1302
20fa3390
AA
13032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1304
1305 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1306 define "*_start" label. Make "name" static.
1307 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1308 ${name} by references to ${name}_start.
1309
78466714
AA
13102014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1311
1312 * gdb.base/info-macros.exp: Remove "debug" from the compile
1313 options.
1314
ec9f644a
IB
13152014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1316
1317 * gdb.dlang/demangle.exp: New file.
1318
94b1b47e
IB
13192014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1320
1321 * gdb.dlang/primitive-types.exp: New file.
1322
7f420862
IB
13232014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1324
1325 * configure.ac: Create gdb.dlang/Makefile.
1326 * configure: Regenerate.
1327 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1328 * gdb.dlang/Makefile.in: New file.
1329 * lib/d-support.exp: New file.
1330 * lib/gdb.exp (skip_d_tests): New proc.
1331
52834460
MM
13322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1333
1334 * gdb.btrace/delta.exp: Check reverse stepi.
1335 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1336 * gdb.btrace/finish.exp: New.
1337 * gdb.btrace/next.exp: New.
1338 * gdb.btrace/nexti.exp: New.
1339 * gdb.btrace/record_goto.c: Add comments.
1340 * gdb.btrace/step.exp: New.
1341 * gdb.btrace/stepi.exp: New.
1342 * gdb.btrace/multi-thread-step.c: New.
1343 * gdb.btrace/multi-thread-step.exp: New.
1344 * gdb.btrace/rn-dl-bind.c: New.
1345 * gdb.btrace/rn-dl-bind.exp: New.
1346 * gdb.btrace/data.c: New.
1347 * gdb.btrace/data.exp: New.
1348 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1349
6e07b1d2
MM
13502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1351
1352 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1353 * gdb.btrace/exception.exp: Update.
1354 * gdb.btrace/instruction_history.exp: Update.
1355 * gdb.btrace/record_goto.exp: Update.
1356 * gdb.btrace/tailcall.exp: Update.
1357 * gdb.btrace/unknown_functions.exp: Update.
1358 * gdb.btrace/delta.exp: New.
1359
0b722aec
MM
13602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1361
1362 * gdb.btrace/record_goto.exp: Add backtrace test.
1363 * gdb.btrace/tailcall.exp: Add backtrace test.
1364
066ce621
MM
13652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1366
1367 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1368 * gdb.btrace/record_goto.c: New.
1369 * gdb.btrace/record_goto.exp: New.
1370 * gdb.btrace/x86-record_goto.S: New.
1371
0688d04e
MM
13722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1373
1374 * gdb.btrace/function_call_history.exp: Update tests.
1375 * gdb.btrace/instruction_history.exp: Update tests.
1376
8710b709
MM
13772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1378
1379 * gdb.btrace/function_call_history.exp: Fix expected field
1380 order for "record function-call-history".
1381 Add new tests for "record function-call-history /c".
1382 * gdb.btrace/exception.cc: New.
1383 * gdb.btrace/exception.exp: New.
1384 * gdb.btrace/tailcall.exp: New.
1385 * gdb.btrace/x86-tailcall.S: New.
1386 * gdb.btrace/x86-tailcall.c: New.
1387 * gdb.btrace/unknown_functions.c: New.
1388 * gdb.btrace/unknown_functions.exp: New.
1389 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1390
5de9129b
MM
13912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1392
1393 * gdb.btrace/instruction_history.exp: Update.
1394 * gdb.btrace/function_call_history.exp: Update.
1395
23a7fe75
MM
13962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1397
1398 * gdb.btrace/function_call_history.exp: Fix expected function
1399 trace.
1400 * gdb.btrace/instruction_history.exp: Initialize traced.
1401 Remove traced_functions.
1402
724c7dd8
MM
14032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1404
1405 * gdb.btrace/function_call_history.exp: Update
1406 * gdb.btrace/instruction_history.exp: Update.
1407
6d78d93b
MM
14082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1409
1410 * gdb.btrace/enable.exp: Update expected text.
1411
93a360cc
OJ
14122014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1413
1414 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1415 bytes.
1416
3772b53f
MR
14172014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1418
1419 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1420
596662fa
OJ
14212014-01-15 Omair Javaid <omair.javaid@linaro.org>
1422
1423 * lib/gdb.exp (supports_process_record): Return true for
1424 arm*-linux*. (supports_reverse): Likewise.
1425
b5b08fb4
SC
14262014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1427
1428 PR python/15464
1429 PR python/16113
1430 * gdb.python/py-type.c: Enhance test case.
1431 * gdb.python/py-value-cc.cc: Likewise
1432 * gdb.python/py-type.exp: Add new tests.
1433 * gdb.python/py-value-cc.exp: Likewise
1434
52d7fb13
AA
14352014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1436 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1439 Make "name" extern.
1440 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1441 references to ${name}_start by references to ${name}.
1442
a2cd8cfe
JB
14432014-01-10 Joel Brobecker <brobecker@adacore.com>
1444
1445 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1446
4e23fced
JB
14472014-01-10 Joel Brobecker <brobecker@adacore.com>
1448
1449 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1450
c6a9e42c
PA
14512014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1452 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.mi/mi-info-os.exp: Connect to the target with
1455 mi_gdb_target_load.
1456
b7ea362b
PA
14572014-01-08 Pedro Alves <palves@redhat.com>
1458
1459 * gdb.threads/reconnect-signal.c: New file.
1460 * gdb.threads/reconnect-signal.exp: New file.
1461
5e3f4fab
EBM
14622014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1463
1464 * gdb.base/source-dir.exp: New file.
1465
79301218
JB
14662014-01-07 Joel Brobecker <brobecker@adacore.com>
1467
1468 * gdb.ada/mi_interface: New testcase.
1469
8e355c5d
JB
14702014-01-07 Joel Brobecker <brobecker@adacore.com>
1471
1472 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1473 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1474 gdb.ada/pp-rec-component/pck.ads: New files.
1475
c0d48811
JB
14762014-01-07 Joel Brobecker <brobecker@adacore.com>
1477
1478 * gdb.python/py-pp-integral.c: New file.
1479 * gdb.python/py-pp-integral.py: New file.
1480 * gdb.python/py-pp-integral.exp: New file.
1481
17b609c3 1482For older changes see ChangeLog-1993-2013.
c906108c 1483\f
8d8cb839
EZ
1484;; Local Variables:
1485;; mode: change-log
1486;; left-margin: 8
1487;; fill-column: 74
1488;; version-control: never
1489;; End:
902f2ccb 1490
14f8b115 1491 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1492 Copying and distribution of this file, with or without modification,
1493 are permitted provided the copyright notice and this notice are preserved.