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