print PTR.all where PTR is an Ada thin pointer
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.dwarf2/dynarr-ptr.c: New file.
4 * gdb.dwarf2/dynarr-ptr.exp: New file.
5
6 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
7
8 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9 of 30 rather than hardcoding 120 for a slow test case. Take the
10 `gdb,timeout' target setting into account for this calculation.
11 Don't extend the timeout for the test cases that don't need it.
12
13 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14
15 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16 a factor of 2 for a slow test case. Take the `gdb,timeout'
17 target setting into account for this calculation.
18 * gdb.reverse/until-precsave.exp: Increase the timeout by
19 a factor of 15 and 3 respectively rather than adding 120
20 for a pair of slow test cases. Take the `gdb,timeout'
21 target setting into account for this calculation.
22
23 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
24
25 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
26 timeout, don't pass one down to gdb_expect.
27 (gdb_expect): Rework timeout selection.
28
29 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
30
31 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
32 exception on timeout.
33 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
34 (gdbserver_start_extended): Catch any `gdbserver_start' error
35 exceptions.
36 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
37 * lib/mi-support.exp (mi_gdb_target_load): Catch any
38 `gdbserver_gdb_load' error exceptions.
39
40 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
41
42 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
43 120 on waiting for the TCP socket to open.
44
45 2014-09-09 Doug Evans <xdje42@gmail.com>
46
47 * gdb.base/default.exp (show_conv_list): Add _caller_is,
48 _caller_matches, _any_caller_is, _any_caller_matches.
49
50 2014-09-09 Doug Evans <xdje42@gmail.com>
51
52 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
53
54 2014-09-09 Yao Qi <yao@codesourcery.com>
55
56 * gdb.mi/mi-var-display.exp: Set print symbol off.
57
58 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
59
60 PR gdb/17035
61 * gdb.base/commands.exp: Add tests to verify user-defined
62 commands with empty bodies.
63 * gdb.python/py-cmd.exp: Test that we don't show user-defined
64 python commands in `show user command`.
65 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
66 scheme commands in `show user command`.
67
68 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
69
70 PR python/17355
71 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
72 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
73 * gdb.python/py-framefilter-invalidarg.exp: New file.
74 * gdb.python/py-framefilter-invalidarg.py: New file.
75
76 2014-09-06 Doug Evans <xdje42@gmail.com>
77
78 PR 15276
79 * gdb.python/py-caller-is.c: New file.
80 * gdb.python/py-caller-is.exp: New file.
81
82 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
83
84 PR gdb/17235
85 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
86 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
87
88 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
89
90 PR fortran/17237
91 * gdb.fortran/print-formatted.exp: New file.
92 * gdb.fortran/print-formatted.f90: Likewise.
93
94 2014-09-03 Sasha Smundak <asmundak@google.com>
95
96 * gdb.python/py-frame.exp: Test Frame.read_register.
97
98 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
99
100 PR python/16699
101 * gdb.python/py-completion.exp: New file.
102 * gdb.python/py-completion.py: Likewise.
103
104 2014-08-28 Doug Evans <dje@google.com>
105
106 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
107 eax,etc. are live with values set by gdb and thus the compiler can't
108 use them.
109 * gdb.arch/i386-pseudo.c (main): Ditto.
110
111 2014-08-27 Doug Evans <dje@google.com>
112
113 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
114
115 2014-08-25 Doug Evans <dje@google.com>
116
117 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
118 (main): Ditto.
119
120 2014-08-25 Doug Evans <dje@google.com>
121
122 * gdb.threads/thread-execl.exp: #include <stdio.h>.
123
124 2014-08-24 Yao Qi <yao@codesourcery.com>
125
126 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
127 symbol off.
128 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
129
130 2014-08-22 Doug Evans <dje@google.com>
131
132 PR 17276
133 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
134 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
135 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
136
137 2014-08-22 Yao Qi <yao@codesourcery.com>
138
139 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
140 * gdb.python/py-finish-breakpoint2.exp: Likewise.
141 * gdb.python/python.exp: Likewise. Use .py file on the host
142 instead of the build.
143
144 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
145
146 * gdb.threads/gcore-stale-thread.c: New file.
147 * gdb.threads/gcore-stale-thread.exp: New file.
148
149 2014-08-21 Pedro Alves <palves@redhat.com>
150
151 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
152 * gdb.base/gcore-relro-pie.exp: Likewise.
153 * gdb.base/gcore-relro.exp: Likewise.
154 * gdb.base/gcore.exp: Likewise.
155 * gdb.base/print-symbol-loading.exp: Likewise.
156 * gdb.threads/gcore-thread.exp: Likewise.
157 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
158
159 2014-08-20 Pedro Alves <palves@redhat.com>
160 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 * Makefile.in (EXTRA_RULES, CC): New variables, get from
163 configure.
164 (EXPECT): Handle READ1 being set.
165 (all): Depend on EXTRA_RULES.
166 (check-read1, expect-read1, read1.so, read1): New rules.
167 * README (Testsuite Parameters): Document the READ1 make variable.
168 (Race detection): New section.
169 * configure: Regenerate.
170 * configure.ac: If build==host==target, and running under a
171 GNU/glibc system, add read1 to the extra Makefile rules.
172 (EXTRA_RULES): AC_SUBST it.
173 * lib/read1.c: New file.
174
175 2014-08-20 Joel Brobecker <brobecker@adacore.com>
176
177 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
178 the handling of variables declared as a typedef to an array
179 which a DW_AT_data_location attribute.
180
181 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
182 Pedro Alves <palves@redhat.com>
183
184 PR symtab/14604
185 PR symtab/14605
186 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
187 gdb_test.
188
189 2014-08-19 Pedro Alves <palves@redhat.com>
190
191 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
192
193 2014-08-19 Yao Qi <yao@codesourcery.com>
194
195 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
196 right line.
197
198 2014-08-18 David Blaikie <dblaikie@gmail.com>
199
200 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
201
202 2014-08-18 Joel Brobecker <brobecker@adacore.com>
203
204 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
205 attribute in array range.
206
207 2014-08-18 Joel Brobecker <brobecker@adacore.com>
208
209 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
210
211 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
212
213 PR c++/17132
214 * gdb.cp/pr17132.cc: New file.
215 * gdb.cp/pr17132.exp: New file.
216
217 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
218
219 * gdb.python/py-xmethods.py (A_getarrayind)
220 (E_method_char_worker.__call__, E_method_int_worker.__call__):
221 Use 'print' with function call syntax.
222 (E_method_matcher.match): Fix tab vs space indentation mixup.
223
224 2014-08-15 Yao Qi <yao@codesourcery.com>
225
226 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
227 false.
228
229 2014-08-15 Yao Qi <yao@codesourcery.com>
230
231 * gdb.cp/casts.exp: Set print symbol off.
232 * gdb.cp/class2.exp: Likewise.
233 * gdb.cp/overload.exp: Likewise.
234 * gdb.cp/templates.exp: Likewise.
235
236 2014-08-11 Doug Evans <dje@google.com>
237
238 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
239 (test_load_shlib): Update.
240
241 2014-08-09 Yao Qi <yao@codesourcery.com>
242
243 * gdb.base/display.exp: Invoke is_address_zero_readable.
244 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
245 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
246 * gdb.base/hbreak-unmapped.exp: Return if
247 is_address_zero_readable returns true.
248 * gdb.base/signest.exp: Likewise.
249 * gdb.base/signull.exp: Likewise.
250 * gdb.base/sigbpt.exp: Likewise.
251 * gdb.guile/scm-disasm.exp: Do the test if
252 is_address_zero_readable returns false.
253 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
254 * gdb.python/py-arch.exp: Likewise.
255 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
256 * lib/gdb.exp (is_address_zero_readable): New proc.
257
258 2014-08-09 Yao Qi <yao@codesourcery.com>
259
260 PR testsuite/13443
261 * gdb.mi/mi-var-display.exp: Make test messages unique.
262
263 2014-08-04 Tom Tromey <tromey@redhat.com>
264
265 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
266 target 0".
267
268 2014-08-04 Tom Tromey <tromey@redhat.com>
269
270 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
271 "target_resume".
272
273 2014-08-01 Joel Brobecker <brobecker@adacore.com>
274
275 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
276 inner_vla_struct_object_size.
277 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
278 as xfail.
279
280 2014-07-30 Pedro Alves <palves@redhat.com>
281
282 * gdb.threads/signal-command-handle-nopass.exp (test): Add
283 comment.
284
285 2014-07-29 Yao Qi <yao@codesourcery.com>
286
287 PR gdb/17206
288 * gdb.base/until-nodebug.exp: New.
289
290 2014-07-28 Doug Evans <xdje42@gmail.com>
291
292 PR guile/17203
293 * gdb.guile/scm-parameter.exp: Add tests for trying to create
294 previously existing parameter, and previously ambiguously spelled
295 parameter.
296
297 2014-07-28 Will Newton <will.newton@linaro.org>
298
299 * gdb.base/varargs.exp: Remove KFAILs for ARM.
300
301 2014-07-26 Ludovic Courtès <ludo@gnu.org>
302 Doug Evans <xdje42@gmail.com>
303
304 PR guile/17146
305 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
306
307 2014-07-25 Pedro Alves <palves@redhat.com>
308
309 * gdb.threads/signal-command-handle-nopass.c: New file.
310 * gdb.threads/signal-command-handle-nopass.exp: New file.
311 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
312 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
313 * gdb.threads/signal-delivered-right-thread.c: New file.
314 * gdb.threads/signal-delivered-right-thread.exp: New file.
315
316 2014-07-25 Pedro Alves <palves@redhat.com>
317
318 * gdb.base/double-prompt-target-event-error.exp
319 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
320 match.
321 (cancel_pagination_in_target_event): Rework double prompt
322 detection.
323 * gdb.base/paginate-after-ctrl-c-running.exp
324 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
325 <return>' match.
326 * gdb.base/paginate-bg-execution.exp
327 (test_bg_execution_pagination_return)
328 (test_bg_execution_pagination_cancel): Remove '-notransfer
329 <return>' matches.
330 * gdb.base/paginate-execution-startup.exp
331 (test_fg_execution_pagination_return)
332 (test_fg_execution_pagination_cancel): Remove '-notransfer
333 <return>' matches.
334 * gdb.base/paginate-inferior-exit.exp
335 (test_paginate_inferior_exited): Remove '-notransfer <return>'
336 match.
337 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
338 * lib/gdb.exp (pagination_prompt): Run text through
339 string_to_regexp.
340 (gdb_test_multiple): Match $pagination_prompt instead of
341 "<return>".
342 (string_to_regexp): Move to lib/gdb-utils.exp.
343
344 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
345
346 * gdb.arch/amd64-entry-value-paramref.S: New file.
347 * gdb.arch/amd64-entry-value-paramref.cc: New file.
348 * gdb.arch/amd64-entry-value-paramref.exp: New file.
349 * gdb.arch/amd64-optimout-repeat.S: New file.
350 * gdb.arch/amd64-optimout-repeat.c: New file.
351 * gdb.arch/amd64-optimout-repeat.exp: New file.
352
353 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
354
355 PR gdb/17170
356 * gdb.base/statistics.exp: New file.
357
358 2014-07-17 Doug Evans <dje@google.com>
359
360 PR gdb/17170
361 * gdb.base/maint.exp: Update testing of per-command stats.
362
363 2014-07-16 Pedro Alves <palves@redhat.com>
364
365 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
366 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
367 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
368 (tfile_write_buf): New functions.
369 (add_memory_block): Rewrite using the above.
370 (adjust_function_address): New function.
371 (FUNCTION_ADDRESS): New macro.
372 (write_basic_trace_file): Remove short_x local, and use
373 tfile_write_16. Change type of func_addr local to unsigned long
374 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
375 here. Cast argument of add_memory_block to char pointer.
376 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
377 (main): Remove parameters.
378 * gdb.trace/tfile.exp: Remove nowarnings.
379
380 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
381
382 * gdb.base/debug-expr.exp: Test string evaluation with
383 "debug expression" on.
384
385 2014-07-15 Pedro Alves <palves@redhat.com>
386
387 * gdb.base/reread.exp: Use clean_restart.
388
389 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
390
391 * gdb.arch/avr-flash-qualifer.c: New.
392 * gdb.arch/avr-flash-qualifer.exp: New.
393
394 2014-07-14 Pedro Alves <palves@redhat.com>
395
396 * gdb.base/paginate-after-ctrl-c-running.c: New file.
397 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
398
399 2014-07-14 Pedro Alves <palves@redhat.com>
400
401 * gdb.base/double-prompt-target-event-error.c: New file.
402 * gdb.base/double-prompt-target-event-error.exp: New file.
403
404 2014-07-14 Pedro Alves <palves@redhat.com>
405
406 PR gdb/17072
407 * gdb.base/paginate-inferior-exit.c: New file.
408 * gdb.base/paginate-inferior-exit.exp: New file.
409
410 2014-07-14 Pedro Alves <palves@redhat.com>
411
412 PR gdb/17072
413 * gdb.base/paginate-bg-execution.c: New file.
414 * gdb.base/paginate-bg-execution.exp: New file.
415
416 2014-07-14 Pedro Alves <palves@redhat.com>
417
418 PR gdb/17072
419 * gdb.base/paginate-execution-startup.c: New file.
420 * gdb.base/paginate-execution-startup.exp: New file.
421 * lib/gdb.exp (pagination_prompt): New global.
422 (default_gdb_spawn): New procedure, factored out from
423 default_gdb_spawn.
424 (default_gdb_start): Adjust to call default_gdb_spawn.
425 (gdb_spawn): New procedure.
426
427 2014-07-14 Pedro Alves <palves@redhat.com>
428
429 * lib/gdb.exp (gdb_assert): New procedure.
430 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
431
432 2014-07-14 Pedro Alves <palves@redhat.com>
433
434 * gdb.base/execution-termios.c: New file.
435 * gdb.base/execution-termios.exp: New file.
436
437 2014-07-14 Tom Tromey <tromey@redhat.com>
438
439 * gdb.cp/vla-cxx.cc: New file.
440 * gdb.cp/vla-cxx.exp: New file.
441
442 2014-07-14 Tom Tromey <tromey@redhat.com>
443
444 * gdb.reverse/rerun-prec.c: New file.
445 * gdb.reverse/rerun-prec.exp: New file.
446
447 2014-07-12 Maciej W. Rozycki <macro@mips.com>
448 Maciej W. Rozycki <macro@codesourcery.com>
449
450 * lib/gdb-utils.exp: New file.
451 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
452 inline `gdb_init_command' processing.
453 (gdb_start_cmd): Likewise.
454 * lib/mi-support.exp (mi_run_cmd): Likewise.
455 * README: Document `gdb_init_command' and `gdb_init_commands'.
456
457 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
458
459 Fix false FAIL running under a very long directory name.
460 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
461 and "set print elements 10000". Twice.
462
463 2014-07-11 Yao Qi <yao@codesourcery.com>
464
465 * gdb.base/exprs.exp: "set print symbol off".
466
467 2014-07-11 Pedro Alves <palves@redhat.com>
468
469 * gdb.threads/kill.c: New file.
470 * gdb.threads/kill.exp: New file.
471
472 2014-07-10 Yao Qi <yao@codesourcery.com>
473
474 * gdb.trace/tfile.c (write_basic_trace_file)
475 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
476 address written to trace file.
477
478 2014-07-09 Pedro Alves <palves@redhat.com>
479
480 * gdb.base/attach-wait-input.exp: New file.
481 * gdb.base/attach-wait-input.c: New file.
482
483 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
484
485 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
486 setting up test structures.
487 (main): Call new test function.
488 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
489 test function, continue into test function and walk test
490 structures.
491
492 2014-07-02 Yao Qi <yao@codesourcery.com>
493
494 * gdb.trace/entry-values.c: Define labels 'foo_start' and
495 'bar_start' at the beginning of functions 'foo' and 'bar'
496 respectively.
497 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
498 instead of 'foo' and 'bar'.
499
500 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
501
502 * gdb.btrace/segv.exp: New.
503 * gdb.btrace/segv.c: New.
504
505 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
506
507 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
508 instruction.
509
510 2014-06-30 Mark Wielaard <mjw@redhat.com>
511
512 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
513 vulture, vilify, villar): New volatile array constants.
514 (vindictive, vegetation): New const volatile array constants.
515 * gdb.base/volatile.exp: Test volatile and const volatile array
516 types.
517
518 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
519
520 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
521 target lacks support for awatch, rwatch, or hbreak.
522
523 2014-06-27 Yao Qi <yao@codesourcery.com>
524
525 * gdb.multi/dummy-frame-restore.exp: New.
526 * gdb.multi/dummy-frame-restore.c: New.
527
528 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
529
530 * gdb.btrace/gcore.exp: New.
531
532 2014-06-23 Pedro Alves <palves@redhat.com>
533
534 * gdb.base/watchpoint-reuse-slot.c: New file.
535 * gdb.base/watchpoint-reuse-slot.exp: New file.
536
537 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
538
539 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
540 progspace's filename in 'info', 'enable' and 'disable' command
541 tests.
542
543 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
544
545 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
546 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
547 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
548
549 2014-06-20 Gary Benson <gbenson@redhat.com>
550
551 * gdb.arch/i386-avx.exp: Fix include file location.
552 * gdb.arch/i386-sse.exp: Likewise.
553
554 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
555
556 * gdb.dlang/expression.exp: New file.
557
558 2014-06-19 Pedro Alves <palves@redhat.com>
559
560 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
561 out from ...
562 (top level): ... here. Iterate running tests under different
563 scheduler-locking settings.
564
565 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
566
567 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
568 to DW_FORM_addr and use non-zero addresses.
569
570 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
571
572 PR gdb/17017
573 * gdb.python/py-xmethods.cc: Add global function call counters and
574 increment them in their respective functions. Remove "cout"
575 statements.
576 * gdb.python/py-xmethods.exp: Make tests check the global function
577 call counters instead of depending on inferior IO.
578
579 2014-06-18 Don Breazeal <donb@codesourcery.com>
580
581 * gdb.base/foll-fork.exp (default_fork_parent_follow):
582 Deleted procedure.
583 (explicit_fork_parent_follow): Deleted procedure.
584 (explicit_fork_child_follow): Deleted procedure.
585 (test_follow_fork): New procedure.
586 (do_fork_tests): Replace calls to deleted procedures with
587 calls to test_follow_fork and reset GDB for subsequent
588 procedure calls.
589
590 2014-06-17 Yao Qi <yao@codesourcery.com>
591
592 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
593 CP1252.
594
595 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
596
597 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
598 Initialize ptr and S explicitly.
599 (skip_type_update_when_not_use_rtti_test): Likewise.
600
601 2014-06-16 Keith Seitz <keiths@redhat.com>
602
603 PR mi/15863
604 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
605 the inferior is started.
606
607 2014-06-16 Pedro Alves <palves@redhat.com>
608
609 * gdb.base/break-main-file-remove-fail.c: New file.
610 * gdb.base/break-main-file-remove-fail.exp: New file.
611 * gdb.base/break-unload-file.exp: Use build_executable instead of
612 prepare_for_testing.
613 (test_break): New parameter "initial_load". Handle it.
614 (top level): Add initial_load cmdline/file axis.
615
616 2014-06-12 Tom Tromey <tromey@redhat.com>
617
618 * gdb.base/completion.exp: Don't use directory name in test.
619
620 2014-06-09 Gary Benson <gbenson@redhat.com>
621
622 * gdb.base/sigall.c [Functions to send signals]: Reorder to
623 separate the always-available ANSI-standard signals from the
624 signals that require checking.
625 (main): Likewise.
626 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
627 Likewise.
628 (main): Likewise.
629
630 2014-06-07 Keith Seitz <keiths@redhat.com>
631
632 Revert:
633 PR c++/16253
634 * gdb.cp/var-tag.cc: New file.
635 * gdb.cp/var-tag.exp: New file.
636 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
637 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
638 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
639 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
640
641 2014-06-06 Doug Evans <xdje42@gmail.com>
642
643 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
644
645 2014-06-06 Pedro Alves <palves@redhat.com>
646
647 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
648 in target debug output instead of looking at RSP packets,
649 disabling the test on any target that uses hardware stepping.
650 Update comments.
651
652 2014-06-06 Pedro Alves <palves@redhat.com>
653
654 * gdb.base/break-unload-file.exp: Fix typo.
655
656 2014-06-06 Yao Qi <yao@codesourcery.com>
657
658 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
659 from "jit_function" to "^jit_function".
660
661 2014-06-06 Yao Qi <yao@codesourcery.com>
662
663 * gdb.base/async.c (foo): Add one statement.
664 * gdb.base/async.exp: Get the next instruction address and
665 match the output of "nexti" by instruction address. Match
666 the hex address in the output of "finish".
667
668 2014-06-06 Gary Benson <gbenson@redhat.com>
669
670 * gdb.base/call-signals.c: Remove preprocessor conditionals
671 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
672 SIGSEGV and SIGTERM.
673 * gdb.base/sigall.c: Likewise.
674 * gdb.base/unwindonsignal.c: Likewise.
675 * gdb.reverse/sigall-reverse.c: Likewise.
676
677 2014-06-06 Yao Qi <yao@codesourcery.com>
678
679 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
680 readable, skip the test.
681
682 2014-06-06 Yao Qi <yao@codesourcery.com>
683
684 * gdb.threads/staticthreads.c (thread_function): Move the line
685 setting breakpoint on forward.
686 * gdb.threads/staticthreads.exp: Update comments.
687
688 2014-06-05 Ludovic Courtès <ludo@gnu.org>
689
690 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
691 "history-append! type error".
692
693 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
694
695 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
696 erroneous dprintf expected input.
697
698 2014-06-04 Doug Evans <xdje42@gmail.com>
699
700 * gdb.guile/scm-generics.exp: Delete.
701
702 2014-06-04 Doug Evans <xdje42@gmail.com>
703
704 * gdb.guile/scm-breakpoint.exp: Update.
705 Add tests for breakpoint registration.
706
707 2014-06-04 Tom Tromey <tromey@redhat.com>
708
709 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
710 VLA-in-union.
711 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
712 inner_vla_struct, vla_union types. Initialize objects of those
713 types and compute their sizes.
714
715 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
716 Hui Zhu <hui@codesourcery.com>
717
718 * gdb.base/fileio.exp: Add test for shell not available as well as
719 available.
720 * gdb.base/fileio.c (test_system): Check for shell twice.
721
722 2014-06-04 Yao Qi <yao@codesourcery.com>
723
724 * gdb.base/auto-connect-native-target.exp: Remove redundant
725 space from the regexp pattern.
726
727 2014-06-04 Yao Qi <yao@codesourcery.com>
728
729 * gdb.base/default.exp: Replace "child" with "native" in
730 regexp pattern.
731
732 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
733
734 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
735 * gdb.python/py-xmethods.exp: New tests to test xmethods.
736 * gdb.python/py-xmethods.py: Python script supporting the
737 new testcase and tests.
738
739 2014-06-03 Joel Brobecker <brobecker@adacore.com>
740 Pedro Alves <palves@redhat.com>
741
742 PR breakpoints/17000
743 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
744 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
745
746 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
747
748 * gdb.base/subst.exp: Add tests to verify partial path matching
749 output.
750
751 2014-06-03 Pedro Alves <palves@redhat.com>
752
753 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
754 target that doesn't use software single-stepping.
755
756 2014-06-03 Pedro Alves <palves@redhat.com>
757
758 PR breakpoints/17000
759 * gdb.base/sss-bp-on-user-bp-2.c: New file.
760 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
761
762 2014-06-02 Doug Evans <xdje42@gmail.com>
763
764 * gdb.guile/scm-parameter.exp: New file.
765
766 2014-06-02 Doug Evans <xdje42@gmail.com>
767
768 * gdb.guile/scm-cmd.c: New file.
769 * gdb.guile/scm-cmd.exp: New file.
770
771 2014-06-02 Doug Evans <xdje42@gmail.com>
772
773 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
774 pretty-printer lookup.
775 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
776 (make-pp_s-printer): Call it.
777 (make-pretty-printer-from-dict): New function.
778 (lookup-pretty-printer-maker-from-dict): New function.
779 (*pretty-printer*): Simplify.
780 (make-objfile-pp_s-printer): New function.
781 (install-objfile-pretty-printers!): New function.
782 (make-progspace-pp_s-printer): New function.
783 (install-progspace-pretty-printers!): New function.
784 * gdb.guile/scm-progspace.c: New file.
785 * gdb.guile/scm-progspace.exp: New file.
786
787 2014-06-02 Pedro Alves <palves@redhat.com>
788
789 * gdb.base/dprintf-bp-same-addr.c: New file.
790 * gdb.base/dprintf-bp-same-addr.exp: New file.
791
792 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
793
794 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
795 * gdb.arch/powerpc-power.s: Likewise.
796
797 2014-06-02 Joel Brobecker <brobecker@adacore.com>
798
799 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
800
801 2014-06-01 Yao Qi <yao@codesourcery.com>
802
803 * gdb.base/watchpoint.exp (test_watch_location): Check null
804 pointer can be dereferenced. If not, do the test, otherwise
805 skip it.
806
807 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
808
809 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
810 results.
811 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
812
813 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
814
815 * gdb.arch/amd64-invalid-stack-middle.S: New file.
816 * gdb.arch/amd64-invalid-stack-middle.c: New file.
817 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
818 * gdb.arch/amd64-invalid-stack-top.c: New file.
819 * gdb.arch/amd64-invalid-stack-top.exp: New file.
820
821 2014-05-30 Pedro Alves <palves@redhat.com>
822
823 PR breakpoints/17000
824 * gdb.base/sss-bp-on-user-bp.c: New file.
825 * gdb.base/sss-bp-on-user-bp.exp: New file.
826
827 2014-05-30 David Blaikie <dblaikie@gmail.com>
828
829 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
830 gnu_inline semantics via attribute.
831 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
832 source explicitly specifies the required semantics.
833
834 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
835
836 * gdb.reverse/sigall-reverse.exp: Fix a typo.
837
838 2014-05-29 Pedro Alves <palves@redhat.com>
839 Tom Tromey <tromey@redhat.com>
840
841 * gdb.base/async-shell.exp: Don't enable target-async.
842 * gdb.base/async.exp
843 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
844 parameter. Adjust.
845 (top level): Don't test with "target-async".
846 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
847 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
848 * gdb.base/inferior-died.exp: Don't enable target-async.
849 * gdb.base/interrupt-noterm.exp: Likewise.
850 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
851 * gdb.mi/mi-nonstop-exit.exp: Likewise.
852 * gdb.mi/mi-nonstop.exp: Likewise.
853 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
854 * gdb.mi/mi-nsintrall.exp: Likewise.
855 * gdb.mi/mi-nsmoribund.exp: Likewise.
856 * gdb.mi/mi-nsthrexec.exp: Likewise.
857 * gdb.mi/mi-watch-nonstop.exp: Likewise.
858 * gdb.multi/watchpoint-multi.exp: Adjust comment.
859 * gdb.python/py-evsignal.exp: Don't enable target-async.
860 * gdb.python/py-evthreads.exp: Likewise.
861 * gdb.python/py-prompt.exp: Likewise.
862 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
863 * gdb.server/solib-list.exp: Don't enable target-async.
864 * gdb.threads/thread-specific-bp.exp: Likewise.
865 * lib/mi-support.exp: Adjust to use mi-async.
866
867 2014-05-29 Pedro Alves <palves@redhat.com>
868
869 PR gdb/13860
870 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
871 reason, even in sync mode.
872
873 2014-05-29 Pedro Alves <palves@redhat.com>
874 Hui Zhu <hui@codesourcery.com>
875
876 PR PR15693
877 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
878 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
879 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
880 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
881
882 2014-05-28 Joel Brobecker <brobecker@adacore.com>
883
884 * config/monitor.exp (gdb_target_monitor): Replace use of
885 "set remotebaud" by "set serial baud".
886
887 2014-05-26 Andy Wingo <wingo@igalia.com>
888
889 * gdb.guile/scm-breakpoint.exp:
890 * gdb.guile/scm-gsmob.exp: Update to use plain old object
891 properties instead of gdb-object-properties.
892
893 2014-05-26 Yao Qi <yao@codesourcery.com>
894
895 * gdb.server/no-thread-db.exp: Specify source file name
896 explicitly when setting a breakpoint.
897
898 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
899
900 * gdb.btrace/vdso.c: New.
901 * gdb.btrace/vdso.exp: New.
902
903 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
904
905 * gdb.base/gcore.exp (capture_command_output): Move ...
906 * lib/gdb.exp (capture_command_output): ... here.
907
908 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
909
910 * gdb.btrace/data.exp: Test memory access during btrace replay.
911
912 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
913
914 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
915
916 2014-05-21 Pedro Alves <palves@redhat.com>
917
918 PR gdb/13860
919 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
920 (top level): Test that output related to execution commands is
921 sent to the console with CLI commands, but not with MI commands.
922 Test that breakpoint events are always mirrored to the console.
923 Also expect the new source line to be output after a "next" in
924 async mode too. Make it a pass/fail test.
925 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
926 output.
927 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
928
929 2014-05-21 Pedro Alves <palves@redhat.com>
930
931 * gdb.base/list.exp (build_pattern, test_list): New procedures.
932 Use them to test variations of "list" after reaching a breakpoint.
933 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
934 Test "list" with listsize 10 after reaching a breakpoint.
935 * gdb.python/python.exp (decode_line current location line
936 number): Adjust expected line number.
937
938 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
939
940 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
941 behavior for $args, pass it directly to "run".
942
943 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
944
945 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
946 30000 to 65536.
947
948 2014-05-21 Pedro Alves <palves@redhat.com>
949
950 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
951 auto-connect-native-target off".
952 * gdb.base/auto-connect-native-target.c: New file.
953 * gdb.base/auto-connect-native-target.exp: New file.
954
955 2014-05-21 Pedro Alves <palves@redhat.com>
956
957 * gdb.base/default.exp: Test "target native" instead of "target
958 child".
959
960 2014-05-21 Mark Wielaard <mjw@redhat.com>
961
962 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
963
964 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
965
966 Fix TLS access for -static -pthread.
967 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
968 <HAVE_TLS> (thread_function, main): Initialize it.
969 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
970 Add clean_restart.
971 <$have_tls != "">: Check TLSVAR.
972
973 2014-05-21 Pedro Alves <palves@redhat.com>
974
975 * gdb.base/dcache-line-read-error.c: New.
976 * gdb.base/dcache-line-read-error.exp: New.
977
978 2014-05-20 Pedro Alves <palves@redhat.com>
979
980 * gdb.base/compare-sections.c: New file.
981 * gdb.base/compare-sections.exp: New file.
982
983 2014-05-20 Pedro Alves <palves@redhat.com>
984
985 * gdb.base/break-idempotent.c: New file.
986 * gdb.base/break-idempotent.exp: New file.
987
988 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
989
990 * gdb.btrace/nohist.exp: New.
991
992 2014-05-20 Yao Qi <yao@codesourcery.com>
993
994 * lib/gdb.exp (gdb_init): Set timeout if test file is under
995 gdb.reverse directory and gdb_reverse_timeout exists in board
996 setting.
997 * README: Document gdb_reverse_timeout.
998
999 2014-05-20 Yao Qi <yao@codesourcery.com>
1000
1001 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
1002 'test_file_name'. Treat args as a string instead of a list.
1003 (gdb_init): Rename argument 'args' by 'test_file_name'.
1004
1005 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1006
1007 * gdb.arch/powerpc-power.exp: New file.
1008 * gdb.arch/powerpc-power.s: New file.
1009
1010 2014-05-16 Doug Evans <dje@google.com>
1011
1012 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
1013 * gdb.base/completion.exp: Check that all expected files exist
1014 before doing file completion.
1015
1016 2014-05-16 Doug Evans <dje@google.com>
1017
1018 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
1019 Update.
1020 (do_syscall_tests_without_xml): Update.
1021
1022 2014-05-16 Pedro Alves <palves@redhat.com>
1023
1024 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
1025 instead of "unknown output after running".
1026
1027 2014-05-16 Yao Qi <yao@codesourcery.com>
1028
1029 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
1030 file1.txt from host at the end.
1031 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1032
1033 2014-05-15 Doug Evans <dje@google.com>
1034
1035 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
1036 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
1037 loading file. Add test for TU lookup.
1038
1039 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1040
1041 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
1042 calling "-exec-arguments" or "set args" before running the
1043 inferior.
1044
1045 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1046
1047 * lib/mi-support.exp (mi_expect_stop): Expect message for
1048 inferiors that exit with non-zero exit code.
1049
1050 2014-05-14 Yao Qi <yao@codesourcery.com>
1051
1052 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
1053 match absolute path on remote host.
1054 (test_file_list_exec_source_files): Remove "/" from the
1055 pattern.
1056
1057 2014-05-14 Yao Qi <yao@codesourcery.com>
1058
1059 * boards/local-remote-host-notty.exp (${board}_file): New
1060 proc.
1061
1062 2014-05-07 Kyle McMartin <kyle@redhat.com>
1063
1064 Pushed by Joel Brobecker <brobecker@adacore.com>.
1065 * gdb.arch/aarch64-atomic-inst.c: New file.
1066 * gdb.arch/aarch64-atomic-inst.exp: New file.
1067
1068 2014-05-07 Yao Qi <yao@codesourcery.com>
1069
1070 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
1071 in current context" too.
1072
1073 2014-05-05 Keith Seitz <keiths@redhat.com>
1074
1075 * gdb.linespec/ls-dollar.exp: Add test for linespec
1076 file:convenience_variable.
1077
1078 2014-05-05 Yao Qi <yao@codesourcery.com>
1079
1080 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
1081 traceframes into tfile and ctf trace files. Read data from
1082 trace file and test collected data.
1083 (gdb_collect_locals_test): Likewise.
1084 (gdb_unavailable_registers_test): Likewise.
1085 (gdb_unavailable_floats): Likewise.
1086 (gdb_collect_globals_test): Likewise.
1087 (top-level): Append "ctf" to trace_file_targets if GDB
1088 supports.
1089
1090 2014-05-05 Yao Qi <yao@codesourcery.com>
1091
1092 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
1093 code to ...
1094 (gdb_collect_args_test_1): ... it. New proc.
1095 (gdb_collect_locals_test): Move some code to ...
1096 (gdb_collect_locals_test_1): ... it. New proc.
1097 (gdb_unavailable_registers_test): Move some code to ...
1098 (gdb_unavailable_registers_test_1): ... it. New proc.
1099 (gdb_unavailable_floats): Move some code to ...
1100 (gdb_unavailable_floats_1): ... it. New proc.
1101
1102 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1103
1104 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
1105 probes to test for bitness recognition.
1106 * gdb.arch/amd64-stap-optional-prefix.exp
1107 (test_probe_value_without_reg): New procedure.
1108 Add code to test for different kinds of bitness.
1109
1110 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1111
1112 PR breakpoints/16889
1113 * gdb.arch/amd64-stap-optional-prefix.S: New file.
1114 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1115
1116 2014-05-01 Pedro Alves <palves@redhat.com>
1117
1118 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
1119 gdb_file_cmd if no file is specified.
1120 * boards/native-extended-gdbserver.exp (gdb_load): Use the
1121 last_loaded_file to set the remote exec-file.
1122
1123 2014-05-01 Pedro Alves <palves@redhat.com>
1124
1125 * boards/local-remote-host.exp: New file.
1126
1127 2014-05-01 Pedro Alves <palves@redhat.com>
1128
1129 * boards/local-remote-host.exp: Rename to ...
1130 * boards/local-remote-host-notty.exp: ... this.
1131
1132 2014-04-28 Joel Brobecker <brobecker@adacore.com>
1133
1134 * gdb.ada/dyn_arrayidx: New testcase.
1135
1136 2014-04-26 Yao Qi <yao@codesourcery.com>
1137
1138 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
1139 and compute the length of function main. Save it in
1140 $main_length.
1141 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
1142 (top-level): Use gdb_compile to compile objects into
1143 executable and restart GDB. Remove invocation to
1144 prepare_for_testing.
1145
1146 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
1147 Pedro Alves <palves@redhat.com>
1148
1149 PR server/16255
1150 * gdb.multi/multi-attach.c: New file.
1151 * gdb.multi/multi-attach.exp: New file.
1152
1153 2014-04-25 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
1156 user.
1157 (top level): Test that "set remote conditional-breakpoints-packet
1158 off" works as intended.
1159 * gdb.base/dprintf.exp: Test that "set remote
1160 breakpoint-commands-packet off" works as intended.
1161 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
1162 New function.
1163 (top level): Call it.
1164 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
1165 remote fast-tracepoints-packet off" works as intended.
1166 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
1167 * lib/gdb.exp (gdb_is_target_remote): ... here.
1168
1169 2014-04-24 David Blaikie <dblaikie@gmail.com>
1170
1171 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
1172 ensure clang would not discard them.
1173 * gdb.base/gdbvars.c: Ditto.
1174 * gdb.base/memattr.c: Ditto.
1175 * gdb.base/whatis.c: Ditto.
1176 * gdb.python/py-prettyprint.c: Ditto.
1177 * gdb.trace/actions.c: Ditto.
1178 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
1179 ensure clang would not discard it.
1180
1181 2014-04-24 David Blaikie <dblaikie@gmail.com>
1182
1183 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
1184 clang to emit the full definition of type required by the test
1185 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
1186
1187 2014-04-24 David Blaikie <dblaikie@gmail.com>
1188
1189 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
1190 coax Clang into emitting the definition of the type.
1191 * gdb.cp/pr10728-x.h (y): Ditto.
1192 * gdb.cp/pr10728-y.cc (y): Ditto.
1193
1194 2014-04-24 David Blaikie <dblaikie@gmail.com>
1195
1196 * gdb.base/label.exp: XFAIL label related tests under Clang.
1197 * gdb.cp/cplabel.exp: Ditto.
1198 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
1199 under Clang those using labels.
1200
1201 2014-04-25 Yao Qi <yao@codesourcery.com>
1202
1203 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
1204 double_label.
1205 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
1206 partial_label and double_label.
1207
1208 2014-04-24 David Blaikie <dblaikie@gmail.com>
1209
1210 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
1211
1212 2014-04-24 David Blaikie <dblaikie@gmail.com>
1213
1214 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
1215 of the function to work across GCC and Clang.
1216 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
1217 pointer types (const void ** const V void **).
1218
1219 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1220 Walfred Tedeschi <walfred.tedeschi@intel.com>
1221
1222 * Makefile.in (EXECUTABLES): Added i386-avx512.
1223 * gdb.arch/i386-avx512.c: New file.
1224 * gdb.arch/i386-avx512.exp: Likewise.
1225
1226 2014-04-23 Keith Seitz <keiths@redhat.com>
1227
1228 * lib/mi-support.exp (mi_list_breakpoints): Delete.
1229 (mi_make_breakpoint_table): New procedure.
1230 (mi_create_breakpoint): Use mi_make_breakpoint
1231 and return the result.
1232 (mi_make_breakpoint): New procedure.
1233 (mi_build_kv_pairs): New procedure.
1234
1235 * gdb.mi/mi-break.exp: Remove unused globals,
1236 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
1237 All callers updated.
1238 * gdb.mi/mi-dprintf.exp: Use variable to track command
1239 number.
1240 Update all callers of mi_create_breakpoint and use
1241 mi_make_breakpoint_table.
1242 Remove any unused global variables.
1243 * gdb.mi/mi-nonstop.exp: Likewise.
1244 * gdb.mi/mi-nsintrall.exp: Likewise.
1245 * gdb.mi/mi-nsmoribund.exp: Likewise.
1246 * gdb.mi/mi-nsthrexec.exp: Likewise.
1247 * gdb.mi/mi-reverse.exp: Likewise.
1248 * gdb.mi/mi-simplerun.exp: Likewise.
1249 * gdb.mi/mi-stepn.exp: Likewise.
1250 * gdb.mi/mi-syn-frame.exp: Likewise.
1251 * gdb.mi/mi-until.exp: Likewise.
1252 * gdb.mi/mi-var-cp.exp: Likewise.
1253 * gdb.mi/mi-var-display.exp: Likewise.
1254 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1255 * gdb.mi/mi2-var-child.exp: Likewise.
1256 * gdb.mi/mi-vla-c99.exp: Likewise.
1257 * lib/mi-support.exp: Likewise.
1258
1259 From Ian Lance Taylor <iant@cygnus.com>:
1260 * lib/gdb.exp (parse_args): New procedure.
1261
1262 2014-04-23 Pedro Alves <palves@redhat.com>
1263
1264 * gdb.base/break-unload-file.c: New file.
1265 * gdb.base/break-unload-file.exp: New file.
1266 * gdb.base/sym-file-lib.c (baz): New function.
1267 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
1268 field.
1269 (load): Store the segment's mapped size.
1270 (unload): New function.
1271 (unload_shlib): New function.
1272 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1273 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1274 set a breakpoint at baz, and call it.
1275 * gdb.base/sym-file.exp: New tests for stale breakpoint
1276 instructions.
1277
1278 2014-04-23 Pedro Alves <palves@redhat.com>
1279
1280 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1281 * gdb.base/hbreak-in-shr-unsupported.c: New file.
1282 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
1283 * gdb.base/hbreak-unmapped.c: New file.
1284 * gdb.base/hbreak-unmapped.exp: New file.
1285 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
1286 * lib/gdb.exp (gdb_is_target_remote): ... here.
1287
1288 2014-04-22 Pedro Alves <palves@redhat.com>
1289
1290 * gdb.base/consecutive-step-over.c: New file.
1291 * gdb.base/consecutive-step-over.exp: New file.
1292
1293 2014-04-22 Pedro Alves <palves@redhat.com>
1294
1295 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
1296 instead of send_gdb/gdb_expect.
1297
1298 2014-04-22 Yao Qi <yao@codesourcery.com>
1299
1300 * lib/trace-support.exp (generate_tracefile): New procedure.
1301 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
1302 return 0.
1303 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
1304 if generate_tracefile returns 1.
1305
1306 2014-04-18 Tom Tromey <palves@redhat.com>
1307 Pedro alves <tromey@redhat.com>
1308
1309 PR backtrace/15558
1310 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
1311 with a backtrace limit.
1312 * gdb.python/py-frame-inline.exp: Test running to an inline
1313 function with a backtrace limit, and printing the newest frame.
1314 * gdb.python/py-frame-inline.c (main): Call f.
1315
1316 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1317
1318 * gdb.java/jnpe.exp: Drop srcdir from untested path.
1319
1320 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1321
1322 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
1323 Drop prefix from unsupported source file path.
1324
1325 2014-04-17 Yao Qi <yao@codesourcery.com>
1326
1327 * lib/gdb.exp (with_target_charset): New proc.
1328 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
1329 with_target_charset.
1330 (test_print_strings): Likewise.
1331 (test_repeat_bytes): Likewise.
1332 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
1333 for some tests.
1334
1335 2014-04-16 Keith Seitz <keiths@redhat.com>
1336
1337 PR gdb/15827
1338 * gdb.dwarf2/corrupt.c: New file.
1339 * gdb.dwarf2/corrupt.exp: New file.
1340
1341 2014-04-16 Keith Seitz <keiths@redhat.com>
1342
1343 PR c++/16597
1344 * gdb.cp/namelessclass.cc: New file.
1345 * gdb.cp/namelessclass.exp: New file.
1346 * gdb.cp/namelessclass.S: New file.
1347
1348 2014-04-16 Doug Evans <dje@google.com>
1349
1350 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
1351 Add comment.
1352 (gdbserver_default_get_comm_port): New function.
1353 (gdbserver_start): Check if board file provided
1354 "gdbserver,get_comm_port" and use it if so.
1355 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
1356 (gdb,socketport): Set to "stdio".
1357 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
1358 (stdio_gdbserver_template): Delete.
1359 (${board}_get_remote_address): Update.
1360 (${board}_build_remote_cmd): Delete.
1361 (${board}_get_comm_port): New function.
1362 (${board}_spawn): Update.
1363 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
1364 Delete.
1365 (${board}_get_remote_address): Update.
1366 (${board}_get_comm_port): New function.
1367
1368 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
1369
1370 * gdb.base/memattr.exp: Improve regexps to handle memory regions
1371 appearing in any order.
1372
1373 2014-04-15 Doug Evans <dje@google.com>
1374
1375 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
1376 uninitialized value of "description".
1377
1378 2014-04-15 Keith Seitz <keiths@redhat.com>
1379
1380 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
1381 Remove unused globals.
1382 (test_running_the_program): Likewise.
1383 (test_controlled_execution): Likewise.
1384 (test_controlling_breakpoints): Likewise.
1385 (test_program_termination): Likewise.
1386
1387 2014-04-15 Keith Seitz <keiths@redhat.com>
1388
1389 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
1390 unused globals.
1391 (test_rbreak_creation_and_listing): Likewise.
1392 (test_ignore_count): Likewise.
1393 (test_error): Likewise.
1394
1395 2014-04-15 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
1398 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
1399 sym-file-loader.c.
1400 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1401 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1402 to sym-file-loader.c.
1403 (struct library): Forward declare.
1404 (load_shlib, lookup_function): Change prototypes.
1405 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1406 (translate_offset): Remove declarations.
1407 (get_text_addr): New declaration.
1408 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
1409 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
1410 sym-file-loader.h.
1411 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1412 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1413 here from sym-file-loader.h.
1414 (struct library): New structure.
1415 (load_shlib, lookup_function): Change prototypes and adjust to
1416 work with a struct library.
1417 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1418 (translate_offset): Make static.
1419 (get_text_addr): New function.
1420 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
1421
1422 2014-04-15 Pedro Alves <palves@redhat.com>
1423
1424 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
1425
1426 2014-04-15 Pedro Alves <palves@redhat.com>
1427
1428 * gdb.base/sym-file-loader.c: Include <limits.h>.
1429 (SELF_LINK): New define.
1430 (get_origin): New function.
1431 (load_shlib): Use it.
1432 * gdb.base/sym-file.exp: Don't early return if the target is
1433 remote. Use runto_main, and issue fail is that fails. Use
1434 gdb_load_shlibs.
1435 (shlib_name): Delete.
1436 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
1437
1438 2014-04-15 Pedro Alves <palves@redhat.com>
1439
1440 * gdb.base/sym-file.exp: Remove regex characters from test
1441 message. Don't refer to breakpoint numbers in test messages.
1442
1443 2014-04-14 Keith Seitz <keiths@redhat.com>
1444
1445 PR c++/16253
1446 * gdb.cp/var-tag.cc: New file.
1447 * gdb.cp/var-tag.exp: New file.
1448 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1449 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1450 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1451 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1452
1453 2014-04-14 Tom Tromey <tromey@redhat.com>
1454
1455 * gdb.cp/classes.exp (test_enums): Handle underlying type.
1456 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
1457 type.
1458 * gdb.cp/enum-class.exp: New file.
1459 * gdb.cp/enum-class.cc: New file.
1460
1461 2014-04-14 Tom Tromey <tromey@redhat.com>
1462
1463 * gdb.dwarf2/enum-type.exp: New file.
1464
1465 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1466
1467 * gdb.mi/mi-vla-c99.exp: New file.
1468 * gdb.mi/vla.c: New file.
1469
1470 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1471
1472 * gdb.base/vla-datatypes.c: New file.
1473 * gdb.base/vla-datatypes.exp: New file.
1474
1475 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1476
1477 * gdb.base/vla-ptr.c: New file.
1478 * gdb.base/vla-ptr.exp: New file.
1479
1480 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1481
1482 * gdb.dwarf2/count.exp: New file.
1483
1484 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1485
1486 * gdb.base/vla-sideeffect.c: New file.
1487 * gdb.base/vla-sideeffect.exp: New file.
1488
1489 2014-04-14 David Blaikie <dblaikie@gmail.com>
1490
1491 * gdb.mi/non-stop.c: Add return value for non-void function return
1492 statement.
1493 * gdb.threads/staticthreads.c: Ditto.
1494
1495 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
1496 Doug Evans <xdje42@gmail.com>
1497
1498 * gdb.guile/scm-value.c: Improve test case.
1499 * gdb.guile/scm-value.exp: Add new test.
1500
1501 2014-04-11 David Blaikie <dblaikie@gmail.com>
1502
1503 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1504 override Clang's default.
1505
1506 2014-04-11 Joel Brobecker <brobecker@adacore.com>
1507
1508 Revert the following changes (regressions):
1509
1510 * gdb.base/vla-sideeffect.c: New file.
1511 * gdb.base/vla-sideeffect.exp: New file.
1512
1513 * gdb.dwarf2/count.exp: New file.
1514
1515 * gdb.base/vla-multi.c: New file.
1516 * gdb.base/vla-multi.exp: New file.
1517
1518 * gdb.base/vla-ptr.c: New file.
1519 * gdb.base/vla-ptr.exp: New file.
1520
1521 * gdb.base/vla-datatypes.c: New file.
1522 * gdb.base/vla-datatypes.exp: New file.
1523
1524 * gdb.mi/mi-vla-c99.exp: New file.
1525 * gdb.mi/vla.c: New file.
1526
1527 2014-04-11 Keith Seitz <keiths@redhat.com>
1528
1529 PR c++/16675
1530 * gdb.cp/cpsizeof.exp: New file.
1531 * gdb.cp/cpsizeof.cc: New file.
1532
1533 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1534
1535 * gdb.mi/mi-vla-c99.exp: New file.
1536 * gdb.mi/vla.c: New file.
1537
1538 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1539
1540 * gdb.base/vla-datatypes.c: New file.
1541 * gdb.base/vla-datatypes.exp: New file.
1542
1543 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1544
1545 * gdb.base/vla-ptr.c: New file.
1546 * gdb.base/vla-ptr.exp: New file.
1547
1548 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1549
1550 * gdb.base/vla-multi.c: New file.
1551 * gdb.base/vla-multi.exp: New file.
1552
1553 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1554
1555 * gdb.dwarf2/count.exp: New file.
1556
1557 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1558
1559 * gdb.base/vla-sideeffect.c: New file.
1560 * gdb.base/vla-sideeffect.exp: New file.
1561
1562 2014-04-11 Yao Qi <yao@codesourcery.com>
1563
1564 * gdb.base/completion.exp: Check file exists before running tests
1565 on file completion.
1566
1567 2014-04-10 Pedro Alves <palves@redhat.com>
1568
1569 * gdb.base/cond-eval-mode.c: New file.
1570 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1571 prepare_for_testing to build the new file. Check result of
1572 runto_main.
1573 (test_break, test_watch): New procedures.
1574 (top level): Use them.
1575
1576 2014-04-08 Pierre Muller <muller@sourceware.org>
1577
1578 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1579 Ctrl-V use for mingw hosts.
1580
1581 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1582
1583 * gdb.python/py-value.c: Improve test case.
1584 * gdb.python/py-value.exp: Add new test.
1585
1586 2014-04-07 David Blaikie <dblaikie@gmail.com>
1587
1588 * lib/compiler.c: Identify the clang compiler.
1589 * lib/compiler.cc: Ditto.
1590
1591 2014-04-03 Yao Qi <yao@codesourcery.com>
1592
1593 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1594
1595 2014-04-01 Anton Blanchard <anton@samba.org>
1596
1597 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1598 messages unique.
1599
1600 2014-04-01 Anton Blanchard <anton@samba.org>
1601
1602 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1603 prepare_for_testing.
1604
1605 2014-04-01 Anton Blanchard <anton@samba.org>
1606
1607 * gdb.arch/ppc64-atomic-inst.c: Remove.
1608 * gdb.arch/ppc64-atomic-inst.S: New file.
1609 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1610
1611 2014-03-31 Doug Evans <dje@google.com>
1612
1613 * gdb.base/print-symbol-loading-lib.c: New file.
1614 * gdb.base/print-symbol-loading-main.c: New file.
1615 * gdb.base/print-symbol-loading.exp: New file.
1616
1617 2014-03-31 Yao Qi <yao@codesourcery.com>
1618
1619 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1620
1621 2014-03-28 Joel Brobecker <brobecker@adacore.com>
1622
1623 * gdb.ada/mi_dyn_arr: New testcase.
1624
1625 2014-03-27 Doug Evans <dje@google.com>
1626
1627 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1628
1629 2014-03-27 Yao Qi <yao@codesourcery.com>
1630
1631 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1632 if target is nios2-*-*.
1633
1634 2014-03-26 Yao Qi <yao@codesourcery.com>
1635
1636 * lib/gdb.exp (readline_is_used): New proc.
1637 * gdb.base/completion.exp: Move tests on command complete up.
1638 Skip the rest of tests if readline is not used.
1639 * gdb.ada/complete.exp: Skp the test if readline is not
1640 used.
1641 * gdb.base/filesym.exp: Likewise.
1642 * gdb.base/macscp.exp: Likewise.
1643 * gdb.base/readline-ask.exp: Likewise.
1644 * gdb.base/readline.exp: Likewise.
1645 * gdb.python/py-cmd.exp: Likewise.
1646 * gdb.trace/tfile.exp: Likewise.
1647
1648 2014-03-26 Yao Qi <yao@codesourcery.com>
1649
1650 * gdb.base/macscp.exp: Fix code format issues.
1651
1652 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1653
1654 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1655 * gdb.asm/powerpc64le.inc: New file.
1656
1657 2014-03-25 Pedro Alves <palves@redhat.com>
1658 Doug Evans <dje@google.com>
1659
1660 * gdb.base/source-execution.c: New file.
1661 * gdb.base/source-execution.exp: New file.
1662 * gdb.base/source-execution.gdb: New file.
1663
1664 2014-03-24 Doug Evans <dje@google.com>
1665
1666 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1667 using fission.
1668
1669 2014-03-24 Hui Zhu <hui@codesourcery.com>
1670 Pedro Alves <palves@redhat.com>
1671
1672 PR breakpoints/16101
1673 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1674 test pass/fail messages. Detect missing support for dprintf when
1675 breakpoints are actually inserted.
1676 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1677 breakpoints are actually inserted.
1678 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1679 fails.
1680
1681 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1682
1683 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1684
1685 2014-03-22 Doug Evans <xdje42@gmail.com>
1686
1687 * gdb.python/python.exp (python not supported): Verify multi-line
1688 python command issues an error.
1689 * gdb.guile/guile.exp (guile not supported): Verify multi-line
1690 guile command issues an error.
1691
1692 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1693
1694 * gdb.threads/thread-specific.exp: Handle the lack of usable
1695 $this_breakpoint and $this_thread.
1696
1697 2014-03-21 Hui Zhu <hui@codesourcery.com>
1698
1699 * gdb.base/attach.exp (do_command_attach_tests): New.
1700
1701 2014-03-20 Tom Tromey <tromey@redhat.com>
1702 Pedro Alves <palves@redhat.com>
1703
1704 PR cli/15718
1705 * gdb.base/condbreak-call-false.c: New file.
1706 * gdb.base/condbreak-call-false.exp: New file.
1707
1708 2014-03-20 Pedro Alves <palves@redhat.com>
1709
1710 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1711 Delete.
1712 (block_signals, unblock_signals): Delete.
1713 (child_function_2, main): Remove references to deleted variable
1714 and functions.
1715
1716 2014-03-20 Pedro Alves <palves@redhat.com>
1717
1718 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1719 Use pthread_kill to signal thread 2.
1720 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1721 Adjust to make the test send itself a signal rather than using the
1722 host's "kill" command.
1723
1724 2014-03-20 Pedro Alves <palves@redhat.com>
1725
1726 * gdb.threads/multiple-step-overs.c: New file.
1727 * gdb.threads/multiple-step-overs.exp: New file.
1728 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1729 Adjust expected infrun debug output.
1730
1731 2014-03-20 Pedro Alves <palves@redhat.com>
1732
1733 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1734 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1735
1736 2014-03-20 Pedro Alves <palves@redhat.com>
1737
1738 PR breakpoints/7143
1739 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1740 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1741 of gdb_test_multiple.
1742 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1743 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1744
1745 2014-03-20 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1748 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1749
1750 2014-03-19 Pedro Alves <palves@redhat.com>
1751
1752 * gdb.base/async.exp: Remove early return.
1753
1754 2014-03-19 Pedro Alves <palves@redhat.com>
1755
1756 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1757
1758 2014-03-19 Pedro Alves <palves@redhat.com>
1759
1760 * gdb.base/async.exp (test_background): Expect \r\n after
1761 "completed." in the fail pattern.
1762
1763 2014-03-19 Pedro Alves <palves@redhat.com>
1764
1765 * gdb.base/async.exp (test_background): New procedure.
1766 Use it for all background execution command tests.
1767
1768 2014-03-19 Pedro Alves <palves@redhat.com>
1769
1770 * gdb.base/async.exp: Use prepare_for_testing.
1771
1772 2014-03-19 Pedro Alves <palves@redhat.com>
1773
1774 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1775 the same line.
1776
1777 2014-03-19 Pedro Alves <palves@redhat.com>
1778
1779 * gdb.base/async.c (main): Add "jump here" and "until here" line
1780 marker comments.
1781 * gdb.base/async.exp (jump_here): New global.
1782 (jump& test): Use it.
1783 (until_here): New global.
1784 (until& test): Use it.
1785
1786 2014-03-19 Pedro Alves <palves@redhat.com>
1787
1788 * gdb.base/async.exp: Don't frob gdb_protocol.
1789
1790 2014-03-18 Doug Evans <xdje42@gmail.com>
1791
1792 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1793 Fix spelling of exec-done-display.
1794
1795 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1796
1797 PR gdb/15358
1798 * gdb.base/gdb-sigterm.c: New file.
1799 * gdb.base/gdb-sigterm.exp: New file.
1800
1801 2014-03-18 Pedro Alves <palves@redhat.com>
1802
1803 PR gdb/13860
1804 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1805 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1806 solib-event.
1807
1808 2014-03-17 Joel Brobecker <brobecker@adacore.com>
1809
1810 * gdb.ada/pckd_arr_ren: New testcase.
1811
1812 2014-03-13 Doug Evans <xdje42@gmail.com>
1813
1814 PR guile/16612
1815 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1816 collect after discarding symbols.
1817
1818 2014-03-13 Ludovic Courtès <ludo@gnu.org>
1819 Doug Evans <xdje42@gmail.com>
1820
1821 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1822 to history survives a gc.
1823
1824 2014-03-13 Pedro Alves <palves@redhat.com>
1825
1826 * gdb.base/default.exp: Don't test "target procfs".
1827
1828 2014-03-13 Pedro Alves <palves@redhat.com>
1829
1830 * gdb.base/default.exp: Update "target child" and "target procfs"
1831 tests to not expect "Unix".
1832
1833 2014-03-12 Tom Tromey <tromey@redhat.com>
1834
1835 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1836 New procs. Add target-async tests.
1837 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1838 Add target-async tests.
1839
1840 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1841
1842 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1843 'func_start' and 'func_end' for the beginning and end of the
1844 function code, respectively.
1845 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1846 'func_end' instead of 'func' and 'main'.
1847
1848 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1849
1850 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1851 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1852 generate the debug info assembler source.
1853
1854 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1855
1856 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1857 * gdb.dwarf2/arr-subrange.exp: Likewise.
1858 * gdb.dwarf2/dwz.exp: Likewise.
1859 * gdb.dwarf2/method-ptr.exp: Likewise.
1860 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1861 * gdb.dwarf2/subrange.exp: Likewise.
1862 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1863 * gdb.dwarf2/implptrpiece.exp: Likewise.
1864 * gdb.dwarf2/nostaticblock.exp: Likewise.
1865
1866 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1867
1868 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1869 directory to absolute path name arguments.
1870
1871 2014-03-10 Joel Brobecker <brobecker@adacore.com>
1872
1873 * gdb.ada/tagged_access: New testcase.
1874
1875 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1876
1877 * gdb.btrace/data.exp: Update expected output.
1878
1879 2014-03-06 Yao Qi <yao@codesourcery.com>
1880
1881 * gdb.trace/pr16508.exp: New file.
1882
1883 2014-03-05 Pedro Alves <palves@redhat.com>
1884
1885 PR gdb/16575
1886 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1887 procedure.
1888 (top level): Adjust to use it. Add tests that exercise breakpoint
1889 interaction with the code-cache.
1890
1891 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1892
1893 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1894 test for 'history-append!'.
1895
1896 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1897
1898 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1899 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1900 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1901 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1902 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1903 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1904
1905 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1906
1907 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1908 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1909 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1910
1911 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1912
1913 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1914
1915 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1916
1917 * gdb.dwarf2/arr-stride.c: New file.
1918 * gdb.dwarf2/arr-stride.exp: New file.
1919
1920 2014-02-26 Pedro Alves <palves@redhat.com>
1921
1922 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1923 that won't ever trigger. Make sure that GDB reports the correct
1924 breakpoint that caused the stop.
1925
1926 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1927
1928 PR gdb/16626
1929 * gdb.base/auto-load-script: New file.
1930 * gdb.base/auto-load.c: New file.
1931 * gdb.base/auto-load.exp: New file.
1932
1933 PR gdb/16626
1934 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1935
1936 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1937
1938 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1939 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1940
1941 2014-02-24 Doug Evans <dje@google.com>
1942
1943 * lib/gdb.exp (run_on_host): Log error output if program fails.
1944
1945 2014-02-21 Pedro Alves <palves@redhat.com>
1946
1947 * gdb.threads/step-after-sr-lock.c: Rename to ...
1948 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1949 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1950 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1951 ... this.
1952
1953 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1954
1955 PR tdep/16397
1956 * gdb.arch/amd64-stap-special-operands.exp: New file.
1957 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1958 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1959 * gdb.arch/amd64-stap-triplet.S: Likewise.
1960 * gdb.arch/amd64-stap-triplet.c: Likewise.
1961
1962 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1963
1964 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1965 in .section pseudo-op.
1966
1967 2014-02-20 lin zuojian <manjian2006@gmail.com>
1968 Joel Brobecker <brobecker@adacore.com>
1969 Doug Evans <xdje42@gmail.com>
1970
1971 PR symtab/16581
1972 * gdb.dwarf2/dw2-icycle.S: New file.
1973 * gdb.dwarf2/dw2-icycle.c: New file.
1974 * gdb.dwarf2/dw2-icycle.exp: New file.
1975
1976 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1977
1978 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1979 operations on gdb.Value objects.
1980 * gdb.python/py-value-cc.exp: Add new test to test operations on
1981 gdb.Value objects.
1982
1983 2014-02-18 Doug Evans <dje@google.com>
1984
1985 * Makefile.in (TESTS): New variable.
1986 (expanded_tests, expanded_tests_or_none): New variables
1987 (check-single): Pass $(expanded_tests_or_none) to runtest.
1988 (check-parallel): Only run tests in $(TESTS) if non-empty.
1989 (check/no-matching-tests-found): New rule.
1990 * README: Document TESTS makefile variable.
1991
1992 2014-02-18 Doug Evans <dje@google.com>
1993
1994 * Makefile.in (check-parallel): rm -rf outputs temp.
1995
1996 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1997
1998 Fix "ERROR: no fileid for" in the testsuite.
1999 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
2000
2001 2014-02-12 Doug Evans <dje@google.com>
2002
2003 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
2004 (MISCELLANEOUS): New variable.
2005 (clean): rm -rf $(MISCELLANEOUS).
2006 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
2007 dwp live in the same directory as symlinks, with each symlink pointed
2008 to a differently named file in a different directory.
2009
2010 2014-02-11 Doug Evans <dje@google.com>
2011
2012 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
2013 of Tcl file commands.
2014
2015 2014-02-10 Mark Kettenis <kettenis@gnu.org>
2016
2017 * gdb.threads/step-after-sr-lock.exp: Avoid executing
2018 "kill -SIGUSR1 -1".
2019
2020 2014-02-10 Joel Brobecker <brobecker@adacore.com>
2021
2022 * gdb.ada/tick_length_array_enum_idx: New testcase.
2023
2024 2014-02-10 Doug Evans <xdje42@gmail.com>
2025
2026 * configure.ac (AC_OUTPUT): Add gdb.guile.
2027 * configure: Regenerate.
2028 * lib/gdb-guile.exp: New file.
2029 * lib/gdb.exp (get_target_charset): New function.
2030 * gdb.base/help.exp: Update expected output from "apropos apropos".
2031 * gdb.guile/Makefile.in: New file.
2032 * gdb.guile/guile.exp: New file.
2033 * gdb.guile/scm-arch.c: New file.
2034 * gdb.guile/scm-arch.exp: New file.
2035 * gdb.guile/scm-block.c: New file.
2036 * gdb.guile/scm-block.exp: New file.
2037 * gdb.guile/scm-breakpoint.c: New file.
2038 * gdb.guile/scm-breakpoint.exp: New file.
2039 * gdb.guile/scm-disasm.c: New file.
2040 * gdb.guile/scm-disasm.exp: New file.
2041 * gdb.guile/scm-equal.c: New file.
2042 * gdb.guile/scm-equal.exp: New file.
2043 * gdb.guile/scm-error.exp: New file.
2044 * gdb.guile/scm-error.scm: New file.
2045 * gdb.guile/scm-frame-args.c: New file.
2046 * gdb.guile/scm-frame-args.exp: New file.
2047 * gdb.guile/scm-frame-args.scm: New file.
2048 * gdb.guile/scm-frame-inline.c: New file.
2049 * gdb.guile/scm-frame-inline.exp: New file.
2050 * gdb.guile/scm-frame.c: New file.
2051 * gdb.guile/scm-frame.exp: New file.
2052 * gdb.guile/scm-generics.exp: New file.
2053 * gdb.guile/scm-gsmob.exp: New file.
2054 * gdb.guile/scm-iterator.c: New file.
2055 * gdb.guile/scm-iterator.exp: New file.
2056 * gdb.guile/scm-math.c: New file.
2057 * gdb.guile/scm-math.exp: New file.
2058 * gdb.guile/scm-objfile-script-gdb.in: New file.
2059 * gdb.guile/scm-objfile-script.c: New file.
2060 * gdb.guile/scm-objfile-script.exp: New file.
2061 * gdb.guile/scm-objfile.c: New file.
2062 * gdb.guile/scm-objfile.exp: New file.
2063 * gdb.guile/scm-ports.exp: New file.
2064 * gdb.guile/scm-pretty-print.c: New file.
2065 * gdb.guile/scm-pretty-print.exp: New file.
2066 * gdb.guile/scm-pretty-print.scm: New file.
2067 * gdb.guile/scm-section-script.c: New file.
2068 * gdb.guile/scm-section-script.exp: New file.
2069 * gdb.guile/scm-section-script.scm: New file.
2070 * gdb.guile/scm-symbol.c: New file.
2071 * gdb.guile/scm-symbol.exp: New file.
2072 * gdb.guile/scm-symtab-2.c: New file.
2073 * gdb.guile/scm-symtab.c: New file.
2074 * gdb.guile/scm-symtab.exp: New file.
2075 * gdb.guile/scm-type.c: New file.
2076 * gdb.guile/scm-type.exp: New file.
2077 * gdb.guile/scm-value-cc.cc: New file.
2078 * gdb.guile/scm-value-cc.exp: New file.
2079 * gdb.guile/scm-value.c: New file.
2080 * gdb.guile/scm-value.exp: New file.
2081 * gdb.guile/source2.scm: New file.
2082 * gdb.guile/types-module.cc: New file.
2083 * gdb.guile/types-module.exp: New file.
2084
2085 2014-02-10 Yao Qi <yao@codesourcery.com>
2086
2087 PR testsuite/16543
2088 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
2089 * configure: Regenerated.
2090 * Makefile.in: New file.
2091
2092 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2093
2094 * gdb.python/py-framefilter.exp: Fix typo.
2095
2096 2014-02-08 Yao Qi <yao@codesourcery.com>
2097
2098 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
2099 that no =breakpoint-modified is emitted when breakpoints are
2100 modified through MI commands.
2101
2102 2014-02-07 Pedro Alves <pedro@codesourcery.com>
2103 Pedro Alves <palves@redhat.com>
2104
2105 * gdb.threads/step-after-sr-lock.c: New file.
2106 * gdb.threads/step-after-sr-lock.exp: New file.
2107
2108 2014-02-07 Pedro Alves <palves@redhat.com>
2109
2110 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
2111
2112 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2113
2114 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
2115 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
2116
2117 2014-02-06 Doug Evans <xdje42@gmail.com>
2118
2119 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
2120 output.
2121
2122 * gdb.gdb/python-interrupts.exp: New file.
2123
2124 2014-02-05 Yao Qi <yao@codesourcery.com>
2125
2126 * gdb.trace/report.exp (use_collected_data): Test the output
2127 of "info threads" and "info inferiors".
2128
2129 2014-02-05 Yao Qi <yao@codesourcery.com>
2130
2131 Revert this patch:
2132
2133 2013-05-24 Yao Qi <yao@codesourcery.com>
2134
2135 * gdb.trace/tfile.exp: Test inferior and thread.
2136
2137 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2138
2139 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
2140 on a function.
2141 * gdb.base/step-bt.c: Call hello via function pointer to make
2142 sure its first instruction is executed on powerpc64le-linux.
2143
2144 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2145
2146 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
2147
2148 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2149
2150 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
2151 of the test patterns for use on little-endian systems.
2152
2153 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2154
2155 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
2156 (decimal_vector): Fix for little-endian.
2157
2158 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
2159
2160 * gdb.arch/sparc-sysstep.exp: New file.
2161 * gdb.arch/sparc-sysstep.c: Likewise.
2162
2163 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
2164
2165 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2166
2167 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
2168
2169 2014-01-23 Tom Tromey <tromey@redhat.com>
2170
2171 * gdb.ada/array_char_idx: New testcase.
2172
2173 2014-01-23 Tom Tromey <tromey@redhat.com>
2174
2175 PR python/16487:
2176 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
2177 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
2178 classes.
2179
2180 2014-01-23 Tom Tromey <tromey@redhat.com>
2181
2182 PR python/16491:
2183 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
2184 string from an inferior frame.
2185 * gdb.python/py-framefilter-mi.exp: Update.
2186
2187 2014-01-22 Doug Evans <dje@google.com>
2188
2189 * gdb.server/server-mon.exp: Add tests for "set debug-format".
2190
2191 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2192
2193 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
2194
2195 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2196
2197 * gdb.trace/entry-values.exp: Remove excess space character from
2198 regex patterns. Handle s390 call instruction.
2199
2200 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2201
2202 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
2203 define "*_start" label. Make "name" static.
2204 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
2205 ${name} by references to ${name}_start.
2206
2207 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2208
2209 * gdb.base/info-macros.exp: Remove "debug" from the compile
2210 options.
2211
2212 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2213
2214 * gdb.dlang/demangle.exp: New file.
2215
2216 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2217
2218 * gdb.dlang/primitive-types.exp: New file.
2219
2220 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2221
2222 * configure.ac: Create gdb.dlang/Makefile.
2223 * configure: Regenerate.
2224 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
2225 * gdb.dlang/Makefile.in: New file.
2226 * lib/d-support.exp: New file.
2227 * lib/gdb.exp (skip_d_tests): New proc.
2228
2229 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2230
2231 * gdb.btrace/delta.exp: Check reverse stepi.
2232 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
2233 * gdb.btrace/finish.exp: New.
2234 * gdb.btrace/next.exp: New.
2235 * gdb.btrace/nexti.exp: New.
2236 * gdb.btrace/record_goto.c: Add comments.
2237 * gdb.btrace/step.exp: New.
2238 * gdb.btrace/stepi.exp: New.
2239 * gdb.btrace/multi-thread-step.c: New.
2240 * gdb.btrace/multi-thread-step.exp: New.
2241 * gdb.btrace/rn-dl-bind.c: New.
2242 * gdb.btrace/rn-dl-bind.exp: New.
2243 * gdb.btrace/data.c: New.
2244 * gdb.btrace/data.exp: New.
2245 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2246
2247 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2248
2249 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
2250 * gdb.btrace/exception.exp: Update.
2251 * gdb.btrace/instruction_history.exp: Update.
2252 * gdb.btrace/record_goto.exp: Update.
2253 * gdb.btrace/tailcall.exp: Update.
2254 * gdb.btrace/unknown_functions.exp: Update.
2255 * gdb.btrace/delta.exp: New.
2256
2257 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2258
2259 * gdb.btrace/record_goto.exp: Add backtrace test.
2260 * gdb.btrace/tailcall.exp: Add backtrace test.
2261
2262 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2263
2264 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
2265 * gdb.btrace/record_goto.c: New.
2266 * gdb.btrace/record_goto.exp: New.
2267 * gdb.btrace/x86-record_goto.S: New.
2268
2269 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2270
2271 * gdb.btrace/function_call_history.exp: Update tests.
2272 * gdb.btrace/instruction_history.exp: Update tests.
2273
2274 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2275
2276 * gdb.btrace/function_call_history.exp: Fix expected field
2277 order for "record function-call-history".
2278 Add new tests for "record function-call-history /c".
2279 * gdb.btrace/exception.cc: New.
2280 * gdb.btrace/exception.exp: New.
2281 * gdb.btrace/tailcall.exp: New.
2282 * gdb.btrace/x86-tailcall.S: New.
2283 * gdb.btrace/x86-tailcall.c: New.
2284 * gdb.btrace/unknown_functions.c: New.
2285 * gdb.btrace/unknown_functions.exp: New.
2286 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2287
2288 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2289
2290 * gdb.btrace/instruction_history.exp: Update.
2291 * gdb.btrace/function_call_history.exp: Update.
2292
2293 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2294
2295 * gdb.btrace/function_call_history.exp: Fix expected function
2296 trace.
2297 * gdb.btrace/instruction_history.exp: Initialize traced.
2298 Remove traced_functions.
2299
2300 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2301
2302 * gdb.btrace/function_call_history.exp: Update
2303 * gdb.btrace/instruction_history.exp: Update.
2304
2305 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2306
2307 * gdb.btrace/enable.exp: Update expected text.
2308
2309 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
2310
2311 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
2312 bytes.
2313
2314 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
2315
2316 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
2317
2318 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
2319
2320 * lib/gdb.exp (supports_process_record): Return true for
2321 arm*-linux*. (supports_reverse): Likewise.
2322
2323 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
2324
2325 PR python/15464
2326 PR python/16113
2327 * gdb.python/py-type.c: Enhance test case.
2328 * gdb.python/py-value-cc.cc: Likewise
2329 * gdb.python/py-type.exp: Add new tests.
2330 * gdb.python/py-value-cc.exp: Likewise
2331
2332 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2333 Pedro Alves <palves@redhat.com>
2334
2335 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
2336 Make "name" extern.
2337 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
2338 references to ${name}_start by references to ${name}.
2339
2340 2014-01-10 Joel Brobecker <brobecker@adacore.com>
2341
2342 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
2343
2344 2014-01-10 Joel Brobecker <brobecker@adacore.com>
2345
2346 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
2347
2348 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
2349 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.mi/mi-info-os.exp: Connect to the target with
2352 mi_gdb_target_load.
2353
2354 2014-01-08 Pedro Alves <palves@redhat.com>
2355
2356 * gdb.threads/reconnect-signal.c: New file.
2357 * gdb.threads/reconnect-signal.exp: New file.
2358
2359 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2360
2361 * gdb.base/source-dir.exp: New file.
2362
2363 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2364
2365 * gdb.ada/mi_interface: New testcase.
2366
2367 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2368
2369 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
2370 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
2371 gdb.ada/pp-rec-component/pck.ads: New files.
2372
2373 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2374
2375 * gdb.python/py-pp-integral.c: New file.
2376 * gdb.python/py-pp-integral.py: New file.
2377 * gdb.python/py-pp-integral.exp: New file.
2378
2379 For older changes see ChangeLog-1993-2013.
2380 \f
2381 ;; Local Variables:
2382 ;; mode: change-log
2383 ;; left-margin: 8
2384 ;; fill-column: 74
2385 ;; version-control: never
2386 ;; End:
2387
2388 Copyright 2014 Free Software Foundation, Inc.
2389 Copying and distribution of this file, with or without modification,
2390 are permitted provided the copyright notice and this notice are preserved.