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