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