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