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