Fix mi_expect_stop for non-zero exit codes
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3deb39c6
SM
12014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2
3 * lib/mi-support.exp (mi_expect_stop): Expect message for
4 inferiors that exit with non-zero exit code.
5
71a79f8c
YQ
62014-05-14 Yao Qi <yao@codesourcery.com>
7
8 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
9 match absolute path on remote host.
10 (test_file_list_exec_source_files): Remove "/" from the
11 pattern.
12
f23fcd46
YQ
132014-05-14 Yao Qi <yao@codesourcery.com>
14
15 * boards/local-remote-host-notty.exp (${board}_file): New
16 proc.
17
9404b58f
KM
182014-05-07 Kyle McMartin <kyle@redhat.com>
19
20 Pushed by Joel Brobecker <brobecker@adacore.com>.
21 * gdb.arch/aarch64-atomic-inst.c: New file.
22 * gdb.arch/aarch64-atomic-inst.exp: New file.
23
5e45f04c
YQ
242014-05-07 Yao Qi <yao@codesourcery.com>
25
26 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
27 in current context" too.
28
c888a17d
KS
292014-05-05 Keith Seitz <keiths@redhat.com>
30
31 * gdb.linespec/ls-dollar.exp: Add test for linespec
32 file:convenience_variable.
33
290a839c
YQ
342014-05-05 Yao Qi <yao@codesourcery.com>
35
36 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
37 traceframes into tfile and ctf trace files. Read data from
38 trace file and test collected data.
39 (gdb_collect_locals_test): Likewise.
40 (gdb_unavailable_registers_test): Likewise.
41 (gdb_unavailable_floats): Likewise.
42 (gdb_collect_globals_test): Likewise.
43 (top-level): Append "ctf" to trace_file_targets if GDB
44 supports.
45
b5262cd0
YQ
462014-05-05 Yao Qi <yao@codesourcery.com>
47
48 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
49 code to ...
50 (gdb_collect_args_test_1): ... it. New proc.
51 (gdb_collect_locals_test): Move some code to ...
52 (gdb_collect_locals_test_1): ... it. New proc.
53 (gdb_unavailable_registers_test): Move some code to ...
54 (gdb_unavailable_registers_test_1): ... it. New proc.
55 (gdb_unavailable_floats): Move some code to ...
56 (gdb_unavailable_floats_1): ... it. New proc.
57
30a1e6cc
SDJ
582014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
59
60 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
61 probes to test for bitness recognition.
62 * gdb.arch/amd64-stap-optional-prefix.exp
63 (test_probe_value_without_reg): New procedure.
64 Add code to test for different kinds of bitness.
65
f33da99a
SDJ
662014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
67
68 PR breakpoints/16889
69 * gdb.arch/amd64-stap-optional-prefix.S: New file.
70 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
71
5b80f00d
PA
722014-05-01 Pedro Alves <palves@redhat.com>
73
74 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
75 gdb_file_cmd if no file is specified.
76 * boards/native-extended-gdbserver.exp (gdb_load): Use the
77 last_loaded_file to set the remote exec-file.
78
f8c2a73c
PA
792014-05-01 Pedro Alves <palves@redhat.com>
80
81 * boards/local-remote-host.exp: New file.
82
be6e8ac7
PA
832014-05-01 Pedro Alves <palves@redhat.com>
84
85 * boards/local-remote-host.exp: Rename to ...
86 * boards/local-remote-host-notty.exp: ... this.
87
cac0dc8f
JB
882014-04-28 Joel Brobecker <brobecker@adacore.com>
89
90 * gdb.ada/dyn_arrayidx: New testcase.
91
9730e6cc
YQ
922014-04-26 Yao Qi <yao@codesourcery.com>
93
94 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
95 and compute the length of function main. Save it in
96 $main_length.
97 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
98 (top-level): Use gdb_compile to compile objects into
99 executable and restart GDB. Remove invocation to
100 prepare_for_testing.
101
7ae1a6a6
PA
1022014-04-25 Simon Marchi <simon.marchi@ericsson.com>
103 Pedro Alves <palves@redhat.com>
104
105 PR server/16255
106 * gdb.multi/multi-attach.c: New file.
107 * gdb.multi/multi-attach.exp: New file.
108
4082afcc
PA
1092014-04-25 Pedro Alves <palves@redhat.com>
110
111 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
112 user.
113 (top level): Test that "set remote conditional-breakpoints-packet
114 off" works as intended.
115 * gdb.base/dprintf.exp: Test that "set remote
116 breakpoint-commands-packet off" works as intended.
117 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
118 New function.
119 (top level): Call it.
120 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
121 remote fast-tracepoints-packet off" works as intended.
122 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
123 * lib/gdb.exp (gdb_is_target_remote): ... here.
124
2abc3f8d
DB
1252014-04-24 David Blaikie <dblaikie@gmail.com>
126
127 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
128 ensure clang would not discard them.
129 * gdb.base/gdbvars.c: Ditto.
130 * gdb.base/memattr.c: Ditto.
131 * gdb.base/whatis.c: Ditto.
132 * gdb.python/py-prettyprint.c: Ditto.
133 * gdb.trace/actions.c: Ditto.
134 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
135 ensure clang would not discard it.
136
bfd39632
DB
1372014-04-24 David Blaikie <dblaikie@gmail.com>
138
139 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
140 clang to emit the full definition of type required by the test
141 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
142
22842ff6
DB
1432014-04-24 David Blaikie <dblaikie@gmail.com>
144
145 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
146 coax Clang into emitting the definition of the type.
147 * gdb.cp/pr10728-x.h (y): Ditto.
148 * gdb.cp/pr10728-y.cc (y): Ditto.
149
c2e827ad
DB
1502014-04-24 David Blaikie <dblaikie@gmail.com>
151
152 * gdb.base/label.exp: XFAIL label related tests under Clang.
153 * gdb.cp/cplabel.exp: Ditto.
154 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
155 under Clang those using labels.
156
4c2d33e7
YQ
1572014-04-25 Yao Qi <yao@codesourcery.com>
158
159 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
160 double_label.
161 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
162 partial_label and double_label.
163
56083b99
DB
1642014-04-24 David Blaikie <dblaikie@gmail.com>
165
166 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
167
25d4e99d
DB
1682014-04-24 David Blaikie <dblaikie@gmail.com>
169
170 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
171 of the function to work across GCC and Clang.
172 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
173 pointer types (const void ** const V void **).
174
01f9f808
MS
1752014-04-24 Michael Sturm <michael.sturm@mintel.com>
176 Walfred Tedeschi <walfred.tedeschi@intel.com>
177
178 * Makefile.in (EXECUTABLES): Added i386-avx512.
179 * gdb.arch/i386-avx512.c: New file.
180 * gdb.arch/i386-avx512.exp: Likewise.
181
4b48d439
KS
1822014-04-23 Keith Seitz <keiths@redhat.com>
183
184 * lib/mi-support.exp (mi_list_breakpoints): Delete.
185 (mi_make_breakpoint_table): New procedure.
186 (mi_create_breakpoint): Use mi_make_breakpoint
187 and return the result.
188 (mi_make_breakpoint): New procedure.
189 (mi_build_kv_pairs): New procedure.
190
191 * gdb.mi/mi-break.exp: Remove unused globals,
192 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
193 All callers updated.
194 * gdb.mi/mi-dprintf.exp: Use variable to track command
195 number.
196 Update all callers of mi_create_breakpoint and use
197 mi_make_breakpoint_table.
198 Remove any unused global variables.
199 * gdb.mi/mi-nonstop.exp: Likewise.
200 * gdb.mi/mi-nsintrall.exp: Likewise.
201 * gdb.mi/mi-nsmoribund.exp: Likewise.
202 * gdb.mi/mi-nsthrexec.exp: Likewise.
203 * gdb.mi/mi-reverse.exp: Likewise.
204 * gdb.mi/mi-simplerun.exp: Likewise.
205 * gdb.mi/mi-stepn.exp: Likewise.
206 * gdb.mi/mi-syn-frame.exp: Likewise.
207 * gdb.mi/mi-until.exp: Likewise.
208 * gdb.mi/mi-var-cp.exp: Likewise.
209 * gdb.mi/mi-var-display.exp: Likewise.
210 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
211 * gdb.mi/mi2-var-child.exp: Likewise.
212 * gdb.mi/mi-vla-c99.exp: Likewise.
213 * lib/mi-support.exp: Likewise.
214
215 From Ian Lance Taylor <iant@cygnus.com>:
216 * lib/gdb.exp (parse_args): New procedure.
217
08351840
PA
2182014-04-23 Pedro Alves <palves@redhat.com>
219
220 * gdb.base/break-unload-file.c: New file.
221 * gdb.base/break-unload-file.exp: New file.
222 * gdb.base/sym-file-lib.c (baz): New function.
223 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
224 field.
225 (load): Store the segment's mapped size.
226 (unload): New function.
227 (unload_shlib): New function.
228 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
229 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
230 set a breakpoint at baz, and call it.
231 * gdb.base/sym-file.exp: New tests for stale breakpoint
232 instructions.
233
076855f9
PA
2342014-04-23 Pedro Alves <palves@redhat.com>
235
236 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
237 * gdb.base/hbreak-in-shr-unsupported.c: New file.
238 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
239 * gdb.base/hbreak-unmapped.c: New file.
240 * gdb.base/hbreak-unmapped.exp: New file.
241 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
242 * lib/gdb.exp (gdb_is_target_remote): ... here.
243
483805cf
PA
2442014-04-22 Pedro Alves <palves@redhat.com>
245
246 * gdb.base/consecutive-step-over.c: New file.
247 * gdb.base/consecutive-step-over.exp: New file.
248
06d97543
PA
2492014-04-22 Pedro Alves <palves@redhat.com>
250
251 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
252 instead of send_gdb/gdb_expect.
253
b4429ea2
YQ
2542014-04-22 Yao Qi <yao@codesourcery.com>
255
256 * lib/trace-support.exp (generate_tracefile): New procedure.
257 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
258 return 0.
259 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
260 if generate_tracefile returns 1.
261
51d48146
PA
2622014-04-18 Tom Tromey <palves@redhat.com>
263 Pedro alves <tromey@redhat.com>
264
265 PR backtrace/15558
266 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
267 with a backtrace limit.
268 * gdb.python/py-frame-inline.exp: Test running to an inline
269 function with a backtrace limit, and printing the newest frame.
270 * gdb.python/py-frame-inline.c (main): Call f.
271
bd1dce5f
MS
2722014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
273
274 * gdb.java/jnpe.exp: Drop srcdir from untested path.
275
40d1a503
MS
2762014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
277
278 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
279 Drop prefix from unsupported source file path.
280
389b98f7
YQ
2812014-04-17 Yao Qi <yao@codesourcery.com>
282
283 * lib/gdb.exp (with_target_charset): New proc.
284 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
285 with_target_charset.
286 (test_print_strings): Likewise.
287 (test_repeat_bytes): Likewise.
288 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
289 for some tests.
290
22869d73
KS
2912014-04-16 Keith Seitz <keiths@redhat.com>
292
293 PR gdb/15827
294 * gdb.dwarf2/corrupt.c: New file.
295 * gdb.dwarf2/corrupt.exp: New file.
296
c4f87ca6
KS
2972014-04-16 Keith Seitz <keiths@redhat.com>
298
299 PR c++/16597
300 * gdb.cp/namelessclass.cc: New file.
301 * gdb.cp/namelessclass.exp: New file.
302 * gdb.cp/namelessclass.S: New file.
303
ab19de87
DE
3042014-04-16 Doug Evans <dje@google.com>
305
306 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
307 Add comment.
308 (gdbserver_default_get_comm_port): New function.
309 (gdbserver_start): Check if board file provided
310 "gdbserver,get_comm_port" and use it if so.
311 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
312 (gdb,socketport): Set to "stdio".
313 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
314 (stdio_gdbserver_template): Delete.
315 (${board}_get_remote_address): Update.
316 (${board}_build_remote_cmd): Delete.
317 (${board}_get_comm_port): New function.
318 (${board}_spawn): Update.
319 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
320 Delete.
321 (${board}_get_remote_address): Update.
322 (${board}_get_comm_port): New function.
323
fc98a809
AB
3242014-04-16 Andrew Burgess <aburgess@broadcom.com>
325
326 * gdb.base/memattr.exp: Improve regexps to handle memory regions
327 appearing in any order.
328
87fd9e6e
DE
3292014-04-15 Doug Evans <dje@google.com>
330
331 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
332 uninitialized value of "description".
333
099fc3ea
KS
3342014-04-15 Keith Seitz <keiths@redhat.com>
335
336 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
337 Remove unused globals.
338 (test_running_the_program): Likewise.
339 (test_controlled_execution): Likewise.
340 (test_controlling_breakpoints): Likewise.
341 (test_program_termination): Likewise.
342
5da151d4
KS
3432014-04-15 Keith Seitz <keiths@redhat.com>
344
345 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
346 unused globals.
347 (test_rbreak_creation_and_listing): Likewise.
348 (test_ignore_count): Likewise.
349 (test_error): Likewise.
350
35e5d2f0
PA
3512014-04-15 Pedro Alves <palves@redhat.com>
352
353 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
354 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
355 sym-file-loader.c.
356 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
357 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
358 to sym-file-loader.c.
359 (struct library): Forward declare.
360 (load_shlib, lookup_function): Change prototypes.
361 (find_shstrtab, find_strtab, find_shdr, find_symtab)
362 (translate_offset): Remove declarations.
363 (get_text_addr): New declaration.
364 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
365 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
366 sym-file-loader.h.
367 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
368 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
369 here from sym-file-loader.h.
370 (struct library): New structure.
371 (load_shlib, lookup_function): Change prototypes and adjust to
372 work with a struct library.
373 (find_shstrtab, find_strtab, find_shdr, find_symtab)
374 (translate_offset): Make static.
375 (get_text_addr): New function.
376 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
377
eb4c1710
PA
3782014-04-15 Pedro Alves <palves@redhat.com>
379
380 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
381
2d1baf52
PA
3822014-04-15 Pedro Alves <palves@redhat.com>
383
384 * gdb.base/sym-file-loader.c: Include <limits.h>.
385 (SELF_LINK): New define.
386 (get_origin): New function.
387 (load_shlib): Use it.
388 * gdb.base/sym-file.exp: Don't early return if the target is
389 remote. Use runto_main, and issue fail is that fails. Use
390 gdb_load_shlibs.
391 (shlib_name): Delete.
392 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
393
7dd6df01
PA
3942014-04-15 Pedro Alves <palves@redhat.com>
395
396 * gdb.base/sym-file.exp: Remove regex characters from test
397 message. Don't refer to breakpoint numbers in test messages.
398
b50c8614
KS
3992014-04-14 Keith Seitz <keiths@redhat.com>
400
401 PR c++/16253
402 * gdb.cp/var-tag.cc: New file.
403 * gdb.cp/var-tag.exp: New file.
404 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
405 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
406 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
407 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
408
3d567982
TT
4092014-04-14 Tom Tromey <tromey@redhat.com>
410
411 * gdb.cp/classes.exp (test_enums): Handle underlying type.
412 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
413 type.
414 * gdb.cp/enum-class.exp: New file.
415 * gdb.cp/enum-class.cc: New file.
416
0626fc76
TT
4172014-04-14 Tom Tromey <tromey@redhat.com>
418
419 * gdb.dwarf2/enum-type.exp: New file.
420
dca325b3
SA
4212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
422
423 * gdb.mi/mi-vla-c99.exp: New file.
424 * gdb.mi/vla.c: New file.
425
5854b38a
SA
4262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
427
428 * gdb.base/vla-datatypes.c: New file.
429 * gdb.base/vla-datatypes.exp: New file.
430
463bb957
SA
4312014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
432
433 * gdb.base/vla-ptr.c: New file.
434 * gdb.base/vla-ptr.exp: New file.
435
3dd170be
SA
4362014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
437
438 * gdb.dwarf2/count.exp: New file.
439
5ecaaa66
SA
4402014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
441
442 * gdb.base/vla-sideeffect.c: New file.
443 * gdb.base/vla-sideeffect.exp: New file.
444
41f1ada5
DB
4452014-04-14 David Blaikie <dblaikie@gmail.com>
446
447 * gdb.mi/non-stop.c: Add return value for non-void function return
448 statement.
449 * gdb.threads/staticthreads.c: Ditto.
450
0be03e84
DE
4512014-04-12 Siva Chandra Reddy <sivachandra@google.com>
452 Doug Evans <xdje42@gmail.com>
453
454 * gdb.guile/scm-value.c: Improve test case.
455 * gdb.guile/scm-value.exp: Add new test.
456
f180a1fb
DB
4572014-04-11 David Blaikie <dblaikie@gmail.com>
458
459 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
460 override Clang's default.
461
6b662e19
JB
4622014-04-11 Joel Brobecker <brobecker@adacore.com>
463
464 Revert the following changes (regressions):
465
466 * gdb.base/vla-sideeffect.c: New file.
467 * gdb.base/vla-sideeffect.exp: New file.
468
469 * gdb.dwarf2/count.exp: New file.
470
471 * gdb.base/vla-multi.c: New file.
472 * gdb.base/vla-multi.exp: New file.
473
474 * gdb.base/vla-ptr.c: New file.
475 * gdb.base/vla-ptr.exp: New file.
476
477 * gdb.base/vla-datatypes.c: New file.
478 * gdb.base/vla-datatypes.exp: New file.
479
480 * gdb.mi/mi-vla-c99.exp: New file.
481 * gdb.mi/vla.c: New file.
482
245a5f0b
KS
4832014-04-11 Keith Seitz <keiths@redhat.com>
484
485 PR c++/16675
486 * gdb.cp/cpsizeof.exp: New file.
487 * gdb.cp/cpsizeof.cc: New file.
488
58a84dcf
SA
4892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
490
191a8a90
JB
491 * gdb.mi/mi-vla-c99.exp: New file.
492 * gdb.mi/vla.c: New file.
58a84dcf 493
c8655f75
SA
4942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
495
496 * gdb.base/vla-datatypes.c: New file.
497 * gdb.base/vla-datatypes.exp: New file.
498
024e13b4
SA
4992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
500
501 * gdb.base/vla-ptr.c: New file.
502 * gdb.base/vla-ptr.exp: New file.
503
1a237e0e
SA
5042014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
505
506 * gdb.base/vla-multi.c: New file.
507 * gdb.base/vla-multi.exp: New file.
508
504f3432
SA
5092014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
510
511 * gdb.dwarf2/count.exp: New file.
512
3bce8237
SA
5132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
514
191a8a90
JB
515 * gdb.base/vla-sideeffect.c: New file.
516 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 517
322f9c21
YQ
5182014-04-11 Yao Qi <yao@codesourcery.com>
519
520 * gdb.base/completion.exp: Check file exists before running tests
521 on file completion.
522
d708bcd1
PA
5232014-04-10 Pedro Alves <palves@redhat.com>
524
525 * gdb.base/cond-eval-mode.c: New file.
526 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
527 prepare_for_testing to build the new file. Check result of
528 runto_main.
529 (test_break, test_watch): New procedures.
530 (top level): Use them.
531
ae1d2761
PM
5322014-04-08 Pierre Muller <muller@sourceware.org>
533
534 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
535 Ctrl-V use for mingw hosts.
536
7af389b8
SC
5372014-04-07 Siva Chandra Reddy <sivachandra@google.com>
538
539 * gdb.python/py-value.c: Improve test case.
540 * gdb.python/py-value.exp: Add new test.
541
5e703181
DE
5422014-04-07 David Blaikie <dblaikie@gmail.com>
543
544 * lib/compiler.c: Identify the clang compiler.
545 * lib/compiler.cc: Ditto.
546
9810b410
YQ
5472014-04-03 Yao Qi <yao@codesourcery.com>
548
549 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
550
98d1b8dc
AB
5512014-04-01 Anton Blanchard <anton@samba.org>
552
553 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
554 messages unique.
555
3114cea1
AB
5562014-04-01 Anton Blanchard <anton@samba.org>
557
558 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
559 prepare_for_testing.
560
62f7182c
AB
5612014-04-01 Anton Blanchard <anton@samba.org>
562
563 * gdb.arch/ppc64-atomic-inst.c: Remove.
564 * gdb.arch/ppc64-atomic-inst.S: New file.
565 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
566
770e7fc7
DE
5672014-03-31 Doug Evans <dje@google.com>
568
569 * gdb.base/print-symbol-loading-lib.c: New file.
570 * gdb.base/print-symbol-loading-main.c: New file.
571 * gdb.base/print-symbol-loading.exp: New file.
572
46e2bafa
YQ
5732014-03-31 Yao Qi <yao@codesourcery.com>
574
575 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
576
8776cfe9
JB
5772014-03-28 Joel Brobecker <brobecker@adacore.com>
578
579 * gdb.ada/mi_dyn_arr: New testcase.
580
5d1ef361
DE
5812014-03-27 Doug Evans <dje@google.com>
582
583 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
584
b5bee914
YQ
5852014-03-27 Yao Qi <yao@codesourcery.com>
586
587 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
588 if target is nios2-*-*.
589
0d4d0e77
YQ
5902014-03-26 Yao Qi <yao@codesourcery.com>
591
592 * lib/gdb.exp (readline_is_used): New proc.
593 * gdb.base/completion.exp: Move tests on command complete up.
594 Skip the rest of tests if readline is not used.
595 * gdb.ada/complete.exp: Skp the test if readline is not
596 used.
597 * gdb.base/filesym.exp: Likewise.
598 * gdb.base/macscp.exp: Likewise.
599 * gdb.base/readline-ask.exp: Likewise.
600 * gdb.base/readline.exp: Likewise.
601 * gdb.python/py-cmd.exp: Likewise.
602 * gdb.trace/tfile.exp: Likewise.
603
29361eee
YQ
6042014-03-26 Yao Qi <yao@codesourcery.com>
605
606 * gdb.base/macscp.exp: Fix code format issues.
607
bc9a5525
UW
6082014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
609
610 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
611 * gdb.asm/powerpc64le.inc: New file.
612
d3839ede
PA
6132014-03-25 Pedro Alves <palves@redhat.com>
614 Doug Evans <dje@google.com>
615
616 * gdb.base/source-execution.c: New file.
617 * gdb.base/source-execution.exp: New file.
618 * gdb.base/source-execution.gdb: New file.
619
01672a57
DE
6202014-03-24 Doug Evans <dje@google.com>
621
622 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
623 using fission.
624
88bbeca9
HZ
6252014-03-24 Hui Zhu <hui@codesourcery.com>
626 Pedro Alves <palves@redhat.com>
627
628 PR breakpoints/16101
629 * gdb.base/dprintf.exp: Use unsupported rather than changing the
630 test pass/fail messages. Detect missing support for dprintf when
631 breakpoints are actually inserted.
632 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
633 breakpoints are actually inserted.
634 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
635 fails.
636
d2348791
JK
6372014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
638
639 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
640
feef67ab
DE
6412014-03-22 Doug Evans <xdje42@gmail.com>
642
643 * gdb.python/python.exp (python not supported): Verify multi-line
644 python command issues an error.
25d743f9 645 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 646 guile command issues an error.
feef67ab 647
ecebef6a
MR
6482014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
649
650 * gdb.threads/thread-specific.exp: Handle the lack of usable
651 $this_breakpoint and $this_thread.
652
ccdd1909
HZ
6532014-03-21 Hui Zhu <hui@codesourcery.com>
654
655 * gdb.base/attach.exp (do_command_attach_tests): New.
656
beb460e8
PA
6572014-03-20 Tom Tromey <tromey@redhat.com>
658 Pedro Alves <palves@redhat.com>
659
660 PR cli/15718
661 * gdb.base/condbreak-call-false.c: New file.
662 * gdb.base/condbreak-call-false.exp: New file.
663
40acf43a
PA
6642014-03-20 Pedro Alves <palves@redhat.com>
665
666 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
667 Delete.
668 (block_signals, unblock_signals): Delete.
669 (child_function_2, main): Remove references to deleted variable
670 and functions.
671
9f5e1e02
PA
6722014-03-20 Pedro Alves <palves@redhat.com>
673
674 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
675 Use pthread_kill to signal thread 2.
676 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
677 Adjust to make the test send itself a signal rather than using the
678 host's "kill" command.
679
99619bea
PA
6802014-03-20 Pedro Alves <palves@redhat.com>
681
682 * gdb.threads/multiple-step-overs.c: New file.
683 * gdb.threads/multiple-step-overs.exp: New file.
684 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
685 Adjust expected infrun debug output.
686
2adfaa28
PA
6872014-03-20 Pedro Alves <palves@redhat.com>
688
689 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
690 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
691
31e77af2
PA
6922014-03-20 Pedro Alves <palves@redhat.com>
693
694 PR breakpoints/7143
695 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
696 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
697 of gdb_test_multiple.
698 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
699 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
700
b9f437de
PA
7012014-03-20 Pedro Alves <palves@redhat.com>
702
703 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
704 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
705
05adc73e
PA
7062014-03-19 Pedro Alves <palves@redhat.com>
707
708 * gdb.base/async.exp: Remove early return.
709
6048b950
PA
7102014-03-19 Pedro Alves <palves@redhat.com>
711
712 * gdb.base/async.exp (step& tests): Pass explicit test messages.
713
8bcfb00a
PA
7142014-03-19 Pedro Alves <palves@redhat.com>
715
716 * gdb.base/async.exp (test_background): Expect \r\n after
717 "completed." in the fail pattern.
718
884e37dc
PA
7192014-03-19 Pedro Alves <palves@redhat.com>
720
721 * gdb.base/async.exp (test_background): New procedure.
722 Use it for all background execution command tests.
723
148e57e2
PA
7242014-03-19 Pedro Alves <palves@redhat.com>
725
726 * gdb.base/async.exp: Use prepare_for_testing.
727
f48088c7
PA
7282014-03-19 Pedro Alves <palves@redhat.com>
729
730 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
731 the same line.
732
e2f6c966
PA
7332014-03-19 Pedro Alves <palves@redhat.com>
734
735 * gdb.base/async.c (main): Add "jump here" and "until here" line
736 marker comments.
737 * gdb.base/async.exp (jump_here): New global.
738 (jump& test): Use it.
739 (until_here): New global.
740 (until& test): Use it.
741
c30568d4
PA
7422014-03-19 Pedro Alves <palves@redhat.com>
743
744 * gdb.base/async.exp: Don't frob gdb_protocol.
745
0172b6a7
DE
7462014-03-18 Doug Evans <xdje42@gmail.com>
747
748 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
749 Fix spelling of exec-done-display.
750
06c868a8
JK
7512014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
752
753 PR gdb/15358
754 * gdb.base/gdb-sigterm.c: New file.
755 * gdb.base/gdb-sigterm.exp: New file.
756
0c7e1a46
PA
7572014-03-18 Pedro Alves <palves@redhat.com>
758
759 PR gdb/13860
760 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
761 * lib/mi-support.exp (mi_expect_stop): Add special handling for
762 solib-event.
763
f7c77d93
JB
7642014-03-17 Joel Brobecker <brobecker@adacore.com>
765
766 * gdb.ada/pckd_arr_ren: New testcase.
767
5a1e8c7a
DE
7682014-03-13 Doug Evans <xdje42@gmail.com>
769
770 PR guile/16612
771 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
772 collect after discarding symbols.
773
350e1a76
DE
7742014-03-13 Ludovic Courtès <ludo@gnu.org>
775 Doug Evans <xdje42@gmail.com>
776
777 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
778 to history survives a gc.
779
a69900ae
PA
7802014-03-13 Pedro Alves <palves@redhat.com>
781
782 * gdb.base/default.exp: Don't test "target procfs".
783
5db9f0bd
PA
7842014-03-13 Pedro Alves <palves@redhat.com>
785
786 * gdb.base/default.exp: Update "target child" and "target procfs"
787 tests to not expect "Unix".
788
b3ccfe11
TT
7892014-03-12 Tom Tromey <tromey@redhat.com>
790
791 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
792 New procs. Add target-async tests.
793 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
794 Add target-async tests.
795
646f4417
AA
7962014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
797
798 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
799 'func_start' and 'func_end' for the beginning and end of the
800 function code, respectively.
801 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
802 'func_end' instead of 'func' and 'main'.
803
288c211f
AA
8042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
805
806 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
807 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
808 generate the debug info assembler source.
809
e0c0f156
AA
8102014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
811
812 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
813 * gdb.dwarf2/arr-subrange.exp: Likewise.
814 * gdb.dwarf2/dwz.exp: Likewise.
815 * gdb.dwarf2/method-ptr.exp: Likewise.
816 * gdb.dwarf2/missing-sig-type.exp: Likewise.
817 * gdb.dwarf2/subrange.exp: Likewise.
818 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
819 * gdb.dwarf2/implptrpiece.exp: Likewise.
820 * gdb.dwarf2/nostaticblock.exp: Likewise.
821
0e5c4555
AA
8222014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
823
824 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
825 directory to absolute path name arguments.
826
5ec18f2b
JG
8272014-03-10 Joel Brobecker <brobecker@adacore.com>
828
829 * gdb.ada/tagged_access: New testcase.
830
847fc4f2
MM
8312014-03-07 Markus Metzger <markus.t.metzger@intel.com>
832
833 * gdb.btrace/data.exp: Update expected output.
834
cc3da688
YQ
8352014-03-06 Yao Qi <yao@codesourcery.com>
836
837 * gdb.trace/pr16508.exp: New file.
838
0f26cec1
PA
8392014-03-05 Pedro Alves <palves@redhat.com>
840
841 PR gdb/16575
842 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
843 procedure.
844 (top level): Adjust to use it. Add tests that exercise breakpoint
845 interaction with the code-cache.
846
7a5a839f
LC
8472014-02-26 Ludovic Courtès <ludo@gnu.org>
848
849 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
850 test for 'history-append!'.
851
31aa7e4e
JB
8522014-02-26 Joel Brobecker <brobecker@adacore.com>
853
854 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
855 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
856 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
857 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
858 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
859 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
860
1b588015
JB
8612014-02-26 Joel Brobecker <brobecker@adacore.com>
862
863 * testsuite/gdb.python/py-pp-re-notag.c: New file.
864 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
865 * testsuite/gdb.python/py-pp-re-notag.p: New file.
866
55426c9d
JB
8672014-02-26 Joel Brobecker <brobecker@adacore.com>
868
869 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
870
dc53a7ad
JB
8712014-02-26 Joel Brobecker <brobecker@adacore.com>
872
873 * gdb.dwarf2/arr-stride.c: New file.
874 * gdb.dwarf2/arr-stride.exp: New file.
875
12ab52e9
PA
8762014-02-26 Pedro Alves <palves@redhat.com>
877
878 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
879 that won't ever trigger. Make sure that GDB reports the correct
880 breakpoint that caused the stop.
881
849c862e
JK
8822014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
883
884 PR gdb/16626
885 * gdb.base/auto-load-script: New file.
886 * gdb.base/auto-load.c: New file.
887 * gdb.base/auto-load.exp: New file.
888
71b7d793
JK
889 PR gdb/16626
890 * gdb.base/auto-load.exp: Fix out-of-srctree run.
891
e2f0d509
JK
8922014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
893
894 Fix dw2-icycle.exp -fsanitize=address GDB crash.
895 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
896
50cc37c8
DE
8972014-02-24 Doug Evans <dje@google.com>
898
899 * lib/gdb.exp (run_on_host): Log error output if program fails.
900
ea4758f2
PA
9012014-02-21 Pedro Alves <palves@redhat.com>
902
903 * gdb.threads/step-after-sr-lock.c: Rename to ...
904 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
905 * gdb.threads/step-after-sr-lock.exp: Rename to ...
906 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
907 ... this.
908
d7b30f67
SDJ
9092014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
910
911 PR tdep/16397
912 * gdb.arch/amd64-stap-special-operands.exp: New file.
913 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
914 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
915 * gdb.arch/amd64-stap-triplet.S: Likewise.
916 * gdb.arch/amd64-stap-triplet.c: Likewise.
917
83deb43f
JB
9182014-02-20 Joel Brobecker <brobecker@adacore.com>
919
920 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
921 in .section pseudo-op.
922
adde2bff
DE
9232014-02-20 lin zuojian <manjian2006@gmail.com>
924 Joel Brobecker <brobecker@adacore.com>
925 Doug Evans <xdje42@gmail.com>
926
927 PR symtab/16581
928 * gdb.dwarf2/dw2-icycle.S: New file.
929 * gdb.dwarf2/dw2-icycle.c: New file.
930 * gdb.dwarf2/dw2-icycle.exp: New file.
931
f7bd0f78
SC
9322014-02-19 Siva Chandra Reddy <sivachandra@google.com>
933
934 * gdb.python/py-value-cc.cc: Improve test case to enable testing
935 operations on gdb.Value objects.
936 * gdb.python/py-value-cc.exp: Add new test to test operations on
937 gdb.Value objects.
938
c17ef0d5
DE
9392014-02-18 Doug Evans <dje@google.com>
940
941 * Makefile.in (TESTS): New variable.
942 (expanded_tests, expanded_tests_or_none): New variables
943 (check-single): Pass $(expanded_tests_or_none) to runtest.
944 (check-parallel): Only run tests in $(TESTS) if non-empty.
945 (check/no-matching-tests-found): New rule.
946 * README: Document TESTS makefile variable.
947
5dd3176f
DE
9482014-02-18 Doug Evans <dje@google.com>
949
950 * Makefile.in (check-parallel): rm -rf outputs temp.
951
0b10be4f
JK
9522014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
953
954 Fix "ERROR: no fileid for" in the testsuite.
955 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
956
85f224e7
DE
9572014-02-12 Doug Evans <dje@google.com>
958
959 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
960 (MISCELLANEOUS): New variable.
961 (clean): rm -rf $(MISCELLANEOUS).
962 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
963 dwp live in the same directory as symlinks, with each symlink pointed
964 to a differently named file in a different directory.
965
149b30ff
DE
9662014-02-11 Doug Evans <dje@google.com>
967
968 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
969 of Tcl file commands.
970
1dfdac32
MK
9712014-02-10 Mark Kettenis <kettenis@gnu.org>
972
973 * gdb.threads/step-after-sr-lock.exp: Avoid executing
974 "kill -SIGUSR1 -1".
975
aa4fb036
JB
9762014-02-10 Joel Brobecker <brobecker@adacore.com>
977
978 * gdb.ada/tick_length_array_enum_idx: New testcase.
979
ed3ef339
DE
9802014-02-10 Doug Evans <xdje42@gmail.com>
981
982 * configure.ac (AC_OUTPUT): Add gdb.guile.
983 * configure: Regenerate.
984 * lib/gdb-guile.exp: New file.
985 * lib/gdb.exp (get_target_charset): New function.
986 * gdb.base/help.exp: Update expected output from "apropos apropos".
987 * gdb.guile/Makefile.in: New file.
988 * gdb.guile/guile.exp: New file.
989 * gdb.guile/scm-arch.c: New file.
990 * gdb.guile/scm-arch.exp: New file.
991 * gdb.guile/scm-block.c: New file.
992 * gdb.guile/scm-block.exp: New file.
993 * gdb.guile/scm-breakpoint.c: New file.
994 * gdb.guile/scm-breakpoint.exp: New file.
995 * gdb.guile/scm-disasm.c: New file.
996 * gdb.guile/scm-disasm.exp: New file.
997 * gdb.guile/scm-equal.c: New file.
998 * gdb.guile/scm-equal.exp: New file.
999 * gdb.guile/scm-error.exp: New file.
1000 * gdb.guile/scm-error.scm: New file.
1001 * gdb.guile/scm-frame-args.c: New file.
1002 * gdb.guile/scm-frame-args.exp: New file.
1003 * gdb.guile/scm-frame-args.scm: New file.
1004 * gdb.guile/scm-frame-inline.c: New file.
1005 * gdb.guile/scm-frame-inline.exp: New file.
1006 * gdb.guile/scm-frame.c: New file.
1007 * gdb.guile/scm-frame.exp: New file.
1008 * gdb.guile/scm-generics.exp: New file.
1009 * gdb.guile/scm-gsmob.exp: New file.
1010 * gdb.guile/scm-iterator.c: New file.
1011 * gdb.guile/scm-iterator.exp: New file.
1012 * gdb.guile/scm-math.c: New file.
1013 * gdb.guile/scm-math.exp: New file.
1014 * gdb.guile/scm-objfile-script-gdb.in: New file.
1015 * gdb.guile/scm-objfile-script.c: New file.
1016 * gdb.guile/scm-objfile-script.exp: New file.
1017 * gdb.guile/scm-objfile.c: New file.
1018 * gdb.guile/scm-objfile.exp: New file.
1019 * gdb.guile/scm-ports.exp: New file.
1020 * gdb.guile/scm-pretty-print.c: New file.
1021 * gdb.guile/scm-pretty-print.exp: New file.
1022 * gdb.guile/scm-pretty-print.scm: New file.
1023 * gdb.guile/scm-section-script.c: New file.
1024 * gdb.guile/scm-section-script.exp: New file.
1025 * gdb.guile/scm-section-script.scm: New file.
1026 * gdb.guile/scm-symbol.c: New file.
1027 * gdb.guile/scm-symbol.exp: New file.
1028 * gdb.guile/scm-symtab-2.c: New file.
1029 * gdb.guile/scm-symtab.c: New file.
1030 * gdb.guile/scm-symtab.exp: New file.
1031 * gdb.guile/scm-type.c: New file.
1032 * gdb.guile/scm-type.exp: New file.
1033 * gdb.guile/scm-value-cc.cc: New file.
1034 * gdb.guile/scm-value-cc.exp: New file.
1035 * gdb.guile/scm-value.c: New file.
1036 * gdb.guile/scm-value.exp: New file.
1037 * gdb.guile/source2.scm: New file.
1038 * gdb.guile/types-module.cc: New file.
1039 * gdb.guile/types-module.exp: New file.
1040
7026a7c1
YQ
10412014-02-10 Yao Qi <yao@codesourcery.com>
1042
1043 PR testsuite/16543
1044 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1045 * configure: Regenerated.
1046 * Makefile.in: New file.
1047
6c466447
AS
10482014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1049
1050 * gdb.python/py-framefilter.exp: Fix typo.
1051
6e854735
YQ
10522014-02-08 Yao Qi <yao@codesourcery.com>
1053
1054 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1055 that no =breakpoint-modified is emitted when breakpoints are
1056 modified through MI commands.
1057
d137e6dc
PA
10582014-02-07 Pedro Alves <pedro@codesourcery.com>
1059 Pedro Alves <palves@redhat.com>
1060
1061 * gdb.threads/step-after-sr-lock.c: New file.
1062 * gdb.threads/step-after-sr-lock.exp: New file.
1063
b5ee5a50
PA
10642014-02-07 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1067
3c77faf3
JK
10682014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1069
1070 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1071 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1072
6dddc817
DE
10732014-02-06 Doug Evans <xdje42@gmail.com>
1074
1075 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1076 output.
1077
1078 * gdb.gdb/python-interrupts.exp: New file.
1079
de7b2893
YQ
10802014-02-05 Yao Qi <yao@codesourcery.com>
1081
1082 * gdb.trace/report.exp (use_collected_data): Test the output
1083 of "info threads" and "info inferiors".
1084
66d032ac
YQ
10852014-02-05 Yao Qi <yao@codesourcery.com>
1086
1087 Revert this patch:
1088
1089 2013-05-24 Yao Qi <yao@codesourcery.com>
1090
1091 * gdb.trace/tfile.exp: Test inferior and thread.
1092
591a12a1
UW
10932014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1094
1095 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1096 on a function.
1097 * gdb.base/step-bt.c: Call hello via function pointer to make
1098 sure its first instruction is executed on powerpc64le-linux.
1099
0ff3e01f
UW
11002014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1101
1102 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1103
084ee545
UW
11042014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1105
1106 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1107 of the test patterns for use on little-endian systems.
1108
6ed14ff3
UW
11092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1110
1111 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1112 (decimal_vector): Fix for little-endian.
1113
401e27fd
JM
11142014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1115
1116 * gdb.arch/sparc-sysstep.exp: New file.
1117 * gdb.arch/sparc-sysstep.c: Likewise.
1118
1119 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1120
8b924729
EBM
11212014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1122
1123 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1124
fb151210
JB
11252014-01-23 Tom Tromey <tromey@redhat.com>
1126
1127 * gdb.ada/array_char_idx: New testcase.
1128
0740f8d8
TT
11292014-01-23 Tom Tromey <tromey@redhat.com>
1130
1131 PR python/16487:
1132 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1133 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1134 classes.
1135
21909fa1
TT
11362014-01-23 Tom Tromey <tromey@redhat.com>
1137
1138 PR python/16491:
1139 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1140 string from an inferior frame.
1141 * gdb.python/py-framefilter-mi.exp: Update.
1142
87ce2a04
DE
11432014-01-22 Doug Evans <dje@google.com>
1144
1145 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1146
237b092b
AA
11472014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1148
1149 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1150
d674a709
AA
11512014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1152
1153 * gdb.trace/entry-values.exp: Remove excess space character from
1154 regex patterns. Handle s390 call instruction.
1155
20fa3390
AA
11562014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1157
1158 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1159 define "*_start" label. Make "name" static.
1160 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1161 ${name} by references to ${name}_start.
1162
78466714
AA
11632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1164
1165 * gdb.base/info-macros.exp: Remove "debug" from the compile
1166 options.
1167
ec9f644a
IB
11682014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1169
1170 * gdb.dlang/demangle.exp: New file.
1171
94b1b47e
IB
11722014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1173
1174 * gdb.dlang/primitive-types.exp: New file.
1175
7f420862
IB
11762014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1177
1178 * configure.ac: Create gdb.dlang/Makefile.
1179 * configure: Regenerate.
1180 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1181 * gdb.dlang/Makefile.in: New file.
1182 * lib/d-support.exp: New file.
1183 * lib/gdb.exp (skip_d_tests): New proc.
1184
52834460
MM
11852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1186
1187 * gdb.btrace/delta.exp: Check reverse stepi.
1188 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1189 * gdb.btrace/finish.exp: New.
1190 * gdb.btrace/next.exp: New.
1191 * gdb.btrace/nexti.exp: New.
1192 * gdb.btrace/record_goto.c: Add comments.
1193 * gdb.btrace/step.exp: New.
1194 * gdb.btrace/stepi.exp: New.
1195 * gdb.btrace/multi-thread-step.c: New.
1196 * gdb.btrace/multi-thread-step.exp: New.
1197 * gdb.btrace/rn-dl-bind.c: New.
1198 * gdb.btrace/rn-dl-bind.exp: New.
1199 * gdb.btrace/data.c: New.
1200 * gdb.btrace/data.exp: New.
1201 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1202
6e07b1d2
MM
12032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1204
1205 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1206 * gdb.btrace/exception.exp: Update.
1207 * gdb.btrace/instruction_history.exp: Update.
1208 * gdb.btrace/record_goto.exp: Update.
1209 * gdb.btrace/tailcall.exp: Update.
1210 * gdb.btrace/unknown_functions.exp: Update.
1211 * gdb.btrace/delta.exp: New.
1212
0b722aec
MM
12132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1214
1215 * gdb.btrace/record_goto.exp: Add backtrace test.
1216 * gdb.btrace/tailcall.exp: Add backtrace test.
1217
066ce621
MM
12182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1219
1220 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1221 * gdb.btrace/record_goto.c: New.
1222 * gdb.btrace/record_goto.exp: New.
1223 * gdb.btrace/x86-record_goto.S: New.
1224
0688d04e
MM
12252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1226
1227 * gdb.btrace/function_call_history.exp: Update tests.
1228 * gdb.btrace/instruction_history.exp: Update tests.
1229
8710b709
MM
12302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1231
1232 * gdb.btrace/function_call_history.exp: Fix expected field
1233 order for "record function-call-history".
1234 Add new tests for "record function-call-history /c".
1235 * gdb.btrace/exception.cc: New.
1236 * gdb.btrace/exception.exp: New.
1237 * gdb.btrace/tailcall.exp: New.
1238 * gdb.btrace/x86-tailcall.S: New.
1239 * gdb.btrace/x86-tailcall.c: New.
1240 * gdb.btrace/unknown_functions.c: New.
1241 * gdb.btrace/unknown_functions.exp: New.
1242 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1243
5de9129b
MM
12442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1245
1246 * gdb.btrace/instruction_history.exp: Update.
1247 * gdb.btrace/function_call_history.exp: Update.
1248
23a7fe75
MM
12492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1250
1251 * gdb.btrace/function_call_history.exp: Fix expected function
1252 trace.
1253 * gdb.btrace/instruction_history.exp: Initialize traced.
1254 Remove traced_functions.
1255
724c7dd8
MM
12562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1257
1258 * gdb.btrace/function_call_history.exp: Update
1259 * gdb.btrace/instruction_history.exp: Update.
1260
6d78d93b
MM
12612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1262
1263 * gdb.btrace/enable.exp: Update expected text.
1264
93a360cc
OJ
12652014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1266
1267 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1268 bytes.
1269
3772b53f
MR
12702014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1271
1272 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1273
596662fa
OJ
12742014-01-15 Omair Javaid <omair.javaid@linaro.org>
1275
1276 * lib/gdb.exp (supports_process_record): Return true for
1277 arm*-linux*. (supports_reverse): Likewise.
1278
b5b08fb4
SC
12792014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1280
1281 PR python/15464
1282 PR python/16113
1283 * gdb.python/py-type.c: Enhance test case.
1284 * gdb.python/py-value-cc.cc: Likewise
1285 * gdb.python/py-type.exp: Add new tests.
1286 * gdb.python/py-value-cc.exp: Likewise
1287
52d7fb13
AA
12882014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1289 Pedro Alves <palves@redhat.com>
1290
1291 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1292 Make "name" extern.
1293 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1294 references to ${name}_start by references to ${name}.
1295
a2cd8cfe
JB
12962014-01-10 Joel Brobecker <brobecker@adacore.com>
1297
1298 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1299
4e23fced
JB
13002014-01-10 Joel Brobecker <brobecker@adacore.com>
1301
1302 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1303
c6a9e42c
PA
13042014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1305 Pedro Alves <palves@redhat.com>
1306
1307 * gdb.mi/mi-info-os.exp: Connect to the target with
1308 mi_gdb_target_load.
1309
b7ea362b
PA
13102014-01-08 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.threads/reconnect-signal.c: New file.
1313 * gdb.threads/reconnect-signal.exp: New file.
1314
5e3f4fab
EBM
13152014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1316
1317 * gdb.base/source-dir.exp: New file.
1318
79301218
JB
13192014-01-07 Joel Brobecker <brobecker@adacore.com>
1320
1321 * gdb.ada/mi_interface: New testcase.
1322
8e355c5d
JB
13232014-01-07 Joel Brobecker <brobecker@adacore.com>
1324
1325 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1326 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1327 gdb.ada/pp-rec-component/pck.ads: New files.
1328
c0d48811
JB
13292014-01-07 Joel Brobecker <brobecker@adacore.com>
1330
1331 * gdb.python/py-pp-integral.c: New file.
1332 * gdb.python/py-pp-integral.py: New file.
1333 * gdb.python/py-pp-integral.exp: New file.
1334
17b609c3 1335For older changes see ChangeLog-1993-2013.
c906108c 1336\f
8d8cb839
EZ
1337;; Local Variables:
1338;; mode: change-log
1339;; left-margin: 8
1340;; fill-column: 74
1341;; version-control: never
1342;; End:
902f2ccb 1343
14f8b115 1344 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
1345 Copying and distribution of this file, with or without modification,
1346 are permitted provided the copyright notice and this notice are preserved.
This page took 2.550488 seconds and 4 git commands to generate.