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