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