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