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