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