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