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