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