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