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