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