Skip setting HW watchpoint if skip_hw_watchpoint_multi_tests in gdb.base/break-idempo...
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2015-04-30 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.base/break-idempotent.exp: If
4 skip_hw_watchpoint_multi_tests returns true, skip the tests
5 on "rwatch" and "awatch".
6
7 2015-04-30 Yao Qi <yao.qi@linaro.org>
8
9 * gdb.base/relativedebug.exp: Invoke gdb command
10 "info sharedlibrary", and if libc.so doesn't have debug info,
11 skip the test.
12
13 2015-04-29 Doug Evans <dje@google.com>
14
15 * gdb.python/py-xmethods.exp: Add ptype tests.
16 * gdb.python/py-xmethods.py (E_method_char_worker): Add
17 get_result_type method.
18
19 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
20
21 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
22 the target does not support hardware watchpoints.
23
24 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
25
26 * gdb.base/break-always.exp: Abort testing if writing to memory
27 causes an error.
28
29 2015-04-28 Doug Evans <dje@google.com>
30
31 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
32 * gdb.python/py-pp-registration.exp: ... here. New file.
33 * gdb.python/py-pp-registration.c: New file.
34 * gdb.python/py-pp-registration.py: New file.
35
36 2015-04-28 Doug Evans <dje@google.com>
37
38 * gdb.python/py-bad-printers.c: New file.
39 * gdb.python/py-bad-printers.py: New file.
40 * gdb.python/py-bad-printers.exp: New file.
41
42 2015-04-28 Sasha Smundak <asmundak@google.com>
43
44 * gdb.python/py-type.exp: New test.
45
46 2015-04-28 Andy Wingo <wingo@igalia.com>
47
48 * gdb.python/py-parameter.exp:
49 * gdb.guile/scm-parameter.exp: Escape the path that we are
50 matching against, as it might contain characters that are special
51 to regular expressions.
52
53 2015-04-27 Joel Brobecker <brobecker@adacore.com>
54
55 * gdb.ada/rec_comp: New testcase.
56
57 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
58
59 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
60 before using it.
61
62 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
65 new tests for verilog output.
66
67 2015-04-24 Yao Qi <yao.qi@linaro.org>
68
69 * boards/remote-gdbserver-on-localhost.exp: New file.
70
71 2015-04-23 Pedro Alves <palves@redhat.com>
72
73 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
74 $inferior_spawn_id instead of $inferior_spawn_id directly. On
75 "end of file", remove $inferior_spawn_id from the indirect list.
76
77 2015-04-23 Pedro Alves <palves@redhat.com>
78
79 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
80
81 2015-04-23 Pedro Alves <palves@redhat.com>
82
83 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
84 on $any_spawn_id instead of only on $gdb_spawn_id.
85
86 2015-04-21 Pierre Muller <muller@sourceware.org>
87
88 PR pascal/17815
89 * lib/pascal.exp (gpc_compile): Add new option "class".
90 (fpc_compile): Likewise.
91 * gdb.pascal/case-insensitive-symbols.pas: New file.
92 * gdb.pascal/case-insensitive-symbols.exp: New file.
93
94 2015-04-20 Gary Benson <gbenson@redhat.com>
95
96 * gdb.base/attach.exp: Fix three extended remote failures.
97
98 2015-04-17 Gary Benson <gbenson@redhat.com>
99
100 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
101 the main executable over the remote protocol.
102
103 2015-04-16 Pedro Alves <palves@redhat.com>
104
105 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
106 a new gdbserver if gdbserver_reconnect_p is set.
107
108 2015-04-16 Pedro Alves <palves@redhat.com>
109
110 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
111 is set, don't exit gdbserver.
112
113 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
114
115 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
116 appropriate .insn, such that an older assembler can be used.
117 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
118 the z/Architecture instruction set on 31-bit targets as well.
119
120 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
121
122 * gdb.go/handcall.exp: Remove all logic related to the first
123 breakpoint and rely on go_runto_main instead.
124 * gdb.go/strings.exp: Likewise.
125 * gdb.go/unsafe.exp: Likewise.
126 * gdb.go/hello.exp: Likewise. Also rename the remaining
127 breakpoint marker to "breakpoint 1".
128 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
129 * gdb.go/strings.go: Likewise.
130 * gdb.go/unsafe.go: Likewise.
131 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
132 "set breakpoint 2 here" and rename the remaining breakpoint marker
133 to "breakpoint 1".
134
135 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
136
137 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
138 if itertools.imap is not present.
139 * gdb.python/py-objfile.exp: Add parentheses.
140 * gdb.python/py-type.exp: Same.
141 * gdb.python/py-unwind-maint.py: Same.
142
143 2015-04-15 Yao Qi <yao.qi@linaro.org>
144
145 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
146 of ":$ptr_size" and set its form explicitly.
147
148 2015-04-15 Pedro Alves <palves@redhat.com>
149 Yao Qi <yao.qi@linaro.org>
150
151 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
152 timeout by factor of 4.
153 (test_regular_watch): Likewise.
154 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
155 * gdb.reverse/sigall-reverse.exp: Likewise.
156 * gdb.reverse/until-precsave.exp: Likewise.
157 * lib/gdb.exp (with_timeout_factor): New proc.
158 (gdb_expect): Move some code to ...
159 (get_largest_timeout): ... here. New procedure.
160
161 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
162
163 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
164
165 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
166
167 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
168 to write to the .text section.
169
170 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
171
172 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
173 Handle the case of targets that do not provide PID information.
174
175 2015-04-13 Yao Qi <yao.qi@linaro.org>
176
177 * lib/gdbserver-support.exp (gdb_exit): Catch exception
178 and use expect instead of gdb_expect.
179
180 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
181
182 * gdb.base/coredump-filter.exp: Rename variable "addr" to
183 "coredump_var_addr" to avoid naming conflict with other testcases.
184
185 2015-04-10 Pedro Alves <palves@redhat.com>
186
187 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
188 gdb_test_sequence and gdb_assert.
189
190 2015-04-10 Pedro Alves <palves@redhat.com>
191
192 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
193 test messages that don't include the breakpoint address.
194
195 2015-04-10 Yao Qi <yao.qi@linaro.org>
196
197 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
198 false for some offset and width combinations which aren't
199 supported by linux kernel.
200
201 2015-04-10 Pedro Alves <palves@redhat.com>
202
203 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
204 procedure, factored out from ...
205 (top level): ... here. Add "set displaced-stepping" testing axis.
206 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
207 parameter "displaced". Use it.
208 (top level): Use foreach and add "set displaced-stepping" testing
209 axis.
210
211 2015-04-10 Pedro Alves <palves@redhat.com>
212
213 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
214 Remove comment.
215 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
216 both the address of the instruction that triggers the watchpoint
217 and the address of the instruction immediately after, and use
218 those addresses for the test. Fix comment.
219
220 2015-04-10 Pedro Alves <palves@redhat.com>
221
222 * gdb.base/sigstep.exp (breakpoint_to_handler)
223 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
224 Test "backtrace" in handler.
225 (breakpoint_over_handler): New parameter 'displaced'. Use it.
226 (top level): Add new "displaced" test axis to
227 breakpoint_to_handler, breakpoint_to_handler_entry and
228 breakpoint_over_handler.
229
230 2015-04-10 Pedro Alves <palves@redhat.com>
231
232 PR gdb/18216
233 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
234
235 2015-04-10 Yao Qi <yao.qi@linaro.org>
236
237 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
238 (test_add_rn_pc): New function.
239 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
240 (top level): Invoke test_add_rn_pc.
241
242 2015-04-10 Pedro Alves <palves@redhat.com>
243
244 PR gdb/13858
245 * gdb.base/step-over-no-symbols.exp: New file.
246
247 2015-04-09 Andy Wingo <wingo@igalia.com>
248
249 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
250 after the Python tests.
251
252 2015-04-08 Keith Seitz <keiths@redhat.com>
253
254 PR python/16699
255 * gdb.python/py-completion.exp: New tests for completion.
256 * gdb.python/py-completion.py (CompleteLimit1): New class.
257 (CompleteLimit2): Likewise.
258 (CompleteLimit3): Likewise.
259 (CompleteLimit4): Likewise.
260 (CompleteLimit5): Likewise.
261 (CompleteLimit6): Likewise.
262 (CompleteLimit7): Likewise.
263
264 2015-04-08 Pedro Alves <palves@redhat.com>
265
266 PR gdb/18214
267 PR gdb/18216
268 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
269 function.
270 (main): Install it as SIGUSR1 handler.
271 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
272 parameter. Always use "setup" as prefix. Toggle "set
273 displaced-stepping" off/on depending on global. Don't switch to
274 thread 1 here.
275 (top level): Add displaced stepping "off/on" test axis. Update
276 "setup" calls. Wrap each subtest with with_test_prefix. Test
277 continuing with a queued signal in each thread.
278
279 2015-04-08 Pedro Alves <palves@redhat.com>
280
281 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
282 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
283 gdb_breakpoint instead of gdb_test that doesn't expect anything.
284 Return early if running to main fails.
285 * gdb.trace/while-stepping.exp: Likewise.
286
287 2015-04-07 Pedro Alves <palves@redhat.com>
288
289 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
290 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
291 interact with inferior program.
292
293 2015-04-07 Pedro Alves <palves@redhat.com>
294
295 * lib/gdb.exp (inferior_spawn_id): New global.
296 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
297 spawn id after processing the user code.
298 (default_gdb_start): Set inferior_spawn_id.
299 (send_inferior): New procedure.
300 * lib/gdbserver-support.exp (gdbserver_start): Set
301 inferior_spawn_id.
302 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
303
304 2015-04-07 Pedro Alves <palves@redhat.com>
305
306 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
307 * lib/gdbserver-support.exp (gdbserver_start): Make
308 $server_spawn_id global.
309 (gdbserver_start): Don't wait for gdbserver's spawn id with
310 expect_background.
311 (close_gdbserver): New procedure.
312 (gdb_exit): Rename the default version and reimplement.
313
314 2015-04-07 Pedro Alves <palves@redhat.com>
315
316 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
317 append the substituted item, not the original item.
318
319 2015-04-07 Pedro Alves <palves@redhat.com>
320
321 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
322 gdb_expect.
323
324 2015-04-07 Pedro Alves <palves@redhat.com>
325
326 * gdb.base/interrupt.exp: Don't handle the case of the inferior
327 output appearing once only.
328
329 2015-04-07 Pedro Alves <palves@redhat.com>
330
331 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
332 that doesn't expect anything. Return early if running to main
333 fails.
334
335 2015-04-07 Yao Qi <yao.qi@linaro.org>
336
337 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
338 (child_function): Call alarm.
339 (main): Move call to alarm into the loop.
340 * gdb.threads/non-stop-fair-events.exp: Build program with
341 -DTIMEOUT=$timeout.
342
343 2015-04-06 Doug Evans <xdje42@gmail.com>
344
345 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
346 Fix dest parameter to board_info.
347 (fpc_compile): Ditto.
348 (gdb_compile_pascal): Rename dest arg to destfile.
349
350 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
351
352 * gdb.ada/funcall_ref.exp: New file.
353 * gdb.ada/funcall_ref/foo.adb: New file.
354
355 2015-04-02 Yao Qi <yao.qi@linaro.org>
356
357 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
358 is remote.
359
360 2015-04-02 Gary Benson <gbenson@redhat.com>
361
362 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
363
364 2015-04-01 Sasha Smundak <asmundak@google.com>
365
366 * gdb.python/py-unwind-maint.c: New file.
367 * gdb.python/py-unwind-maint.exp: New test.
368 * gdb.python/py-unwind-maint.py: New file.
369 * gdb.python/py-unwind.c: New file.
370 * gdb.python/py-unwind.exp: New test.
371 * gdb.python/py-unwind.py: New test.
372
373 2015-04-01 Pedro Alves <palves@redhat.com>
374
375 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
376 to fail instead of non-existent $test.
377
378 2015-04-01 Pedro Alves <palves@redhat.com>
379
380 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
381 GDBFLAGS if not empty.
382
383 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
384
385 * gdb.ada/complete.exp: Remove "multi_line".
386 * gdb.ada/info_exc.exp: Remove "multi_line".
387 * gdb.ada/packed_tagged.exp: Remove "multi_line".
388 * gdb.ada/ptype_field.exp: Remove "multi_line".
389 * gdb.ada/sym_print_name.exp: Remove "multi_line".
390 * gdb.ada/tagged.exp: Remove "multi_line".
391 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
392 [multi_line ...]
393 * gdb.btrace/delta.exp: Likewise.
394 * gdb.btrace/exception.exp: Likewise.
395 * gdb.btrace/function_call_history.exp: Likewise.
396 * gdb.btrace/instruction_history.exp: Likewise.
397 * gdb.btrace/nohist.exp: Likewise.
398 * gdb.btrace/record_goto.exp: Likewise.
399 * gdb.btrace/segv.exp: Likewise.
400 * gdb.btrace/stepi.exp: Likewise.
401 * gdb.btrace/tailcall.exp: Likewise.
402 * gdb.btrace/unknown_functions.exp: Likewise.
403 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
404 * lib/gdb.exp: Add the "multi_line" helper.
405
406 2015-04-01 Pedro Alves <palves@redhat.com>
407
408 * gdb.threads/tid-reuse.c: New file.
409 * gdb.threads/tid-reuse.exp: New file.
410
411 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
412
413 PR corefiles/16092
414 * gdb.base/coredump-filter.c: New file.
415 * gdb.base/coredump-filter.exp: Likewise.
416
417 2015-03-27 Petr Machata <pmachata@redhat.com>
418
419 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
420 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
421 (Dwarf::assemble): Initialize them.
422 (Dwarf::lines): New function.
423
424 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
425
426 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
427 SYMBOL_PREFIX for x86_64-*-cygwin.
428
429 2015-03-26 Andy Wingo <wingo@igalia.com>
430
431 PR symtab/18148
432 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
433 const_value but not a location.
434 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
435 location defined in non-main CUs are visible.
436
437 2015-03-26 Yao Qi <yao.qi@linaro.org>
438
439 PR testsuite/18139
440 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
441 Add a line number entry for the same line.
442 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
443 Add a line number entry for the same line.
444
445 2015-03-26 Yao Qi <yao.qi@linaro.org>
446
447 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
448 .int 0.
449 (func): Likewise. Add .Lfunc_1 label.
450 Use .Lfunc_1 label.
451 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
452 .int 0.
453 (func): Likewise.
454 Use .Lfunc_1 label.
455
456 2015-03-26 Yao Qi <yao.qi@linaro.org>
457
458 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
459 Call gdb_compile instead to compile each .s files without debug
460 information.
461
462 2015-03-26 Yao Qi <yao.qi@linaro.org>
463
464 * gdb.base/savedregs.exp (process_saved_regs): Make
465 "Saved registers:" optional in the pattern.
466
467 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
468
469 * gdb.btrace/next.exp: Merged into step.exp.
470 * gdb.btrace/finish.exp: Merged into step.exp.
471 * gdb.btrace/nexti.exp: Merged into stepi.exp.
472 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
473 "record goto" and checking the exact replay position.
474 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
475 check for "Recording format" in "info record" output.
476 * gdb.btrace/record_goto.exp: Choose test file based on target.
477 * gdb.btrace/x86-record_goto.S: Renamed into ...
478 * gdb.btrace/x86_64-record_goto.S: ... this.
479 * gdb.btrace/i686-record_goto.S: New.
480 * gdb.btrace/x86-tailcall.S: Renamed into ...
481 * gdb.btrace/x86_64-tailcall.S: ... this.
482 * gdb.btrace/i686-tailcall.S: New.
483 * gdb.btrace/x86-tailcall.c: Renamed into ...
484 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
485 separate statements. Update test.
486 * gdb.btrace/delta.exp: Use record_goto.c as test file.
487 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
488 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
489 * gdb.btrace/tailcall.exp: Choose test file based on target.
490 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
491
492 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
493
494 * gdb.btrace/exception.exp: Increase BTS buffer size.
495
496 2015-03-24 Pedro Alves <palves@redhat.com>
497
498 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
499
500 2015-03-24 Pedro Alves <palves@redhat.com>
501
502 * gdb.threads/schedlock.exp (test_step): No longer expect that
503 "set scheduler-locking step" with "next" over a function call runs
504 threads unlocked.
505
506 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
507
508 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
509
510 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
511
512 PR breakpoints/16466
513 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
514 * gdb.mi/mi-pending.c (thread_func): New function.
515 (int main): Add threading support required.
516 * gdb.mi/mi-pending.exp: Add tests for this issue.
517 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
518 (pendfunc2): Remove stdio dependency.
519 * gdb.mi/mi-pendshr2.c: New file.
520
521 2015-03-23 Keith Seitz <keiths@redhat.com>
522
523 * gdb.linespec/keywords.c: New file.
524 * gdb.linespec/keywords.exp: New file.
525
526 2015-03-23 Keith Seitz <keiths@redhat.com>
527
528 PR gdb/18021
529 * gdb.dwarf2/staticvirtual.exp: New test.
530
531 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
532
533 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
534 * README: Remove HP-UX and gdb.hp.
535 (configuration):
536 * configure: Regenerate.
537 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
538 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
539 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
540 gdb.hp/gdb.defects/Makefile.
541 * gdb.hp/Makefile.in: File deleted.
542 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
543 * gdb.hp/gdb.aCC/optimize.c: File deleted.
544 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
545 * gdb.hp/gdb.aCC/run.c: File deleted.
546 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
547 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
548 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
549 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
550 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
551 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
552 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
553 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
554 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
555 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
556 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
557 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
558 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
559 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
560 * gdb.hp/gdb.base-hp/reg.s: File deleted.
561 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
562 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
563 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
564 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
565 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
566 * gdb.hp/gdb.compat/Makefile.in: File deleted.
567 * gdb.hp/gdb.compat/average.c: File deleted.
568 * gdb.hp/gdb.compat/sum.c: File deleted.
569 * gdb.hp/gdb.compat/xdb.c: File deleted.
570 * gdb.hp/gdb.compat/xdb0.c: File deleted.
571 * gdb.hp/gdb.compat/xdb0.h: File deleted.
572 * gdb.hp/gdb.compat/xdb1.c: File deleted.
573 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
574 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
575 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
576 * gdb.hp/gdb.defects/Makefile.in: File deleted.
577 * gdb.hp/gdb.defects/bs14602.c: File deleted.
578 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
579 * gdb.hp/gdb.defects/solib-d.c: File deleted.
580 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
581 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
582 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
583 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
584 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
585 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
586 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
587 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
588 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
589 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
590 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
591 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
592 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
593 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
594 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
595 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
596 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
597 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
598 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
599 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
600 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
601 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
602 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
603 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
604 * gdb.hp/tools/odump: File deleted.
605
606 2015-03-19 Pedro Alves <palves@redhat.com>
607
608 * gdb.threads/continue-pending-status.exp (saw_thread_2)
609 (saw_thread_3): New globals.
610 (top level): Increment them when an event for the corresponding
611 thread is seen.
612 (no thread starvation): New test.
613
614 2015-03-19 Pedro Alves <palves@redhat.com>
615
616 * gdb.threads/continue-pending-status.c: New file.
617 * gdb.threads/continue-pending-status.exp: New file.
618
619 2015-03-18 Pedro Alves <palves@redhat.com>
620
621 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
622 Use gdb_is_target_remote instead of is_remote. Use
623 gdb_test_multiple instead of gdb_expect. Exit early if
624 gdb_test_multiple hits its internal matches. Tighten stepi tests
625 expected output. Fail on exit with any signal, instead of just
626 SIGILL.
627
628 2015-03-18 Yao Qi <yao.qi@linaro.org>
629
630 PR tdep/18107
631 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
632 variable.
633 * gdb.base/catch-syscall.exp: Don't skip it on
634 aarch64*-*-linux* target. Remove elements in all_syscalls.
635 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
636 target.
637 (setup_all_syscalls): New proc.
638
639 2015-03-16 Yao Qi <yao.qi@linaro.org>
640
641 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
642 (top level): Skip tests if valid_addr_p returns false for
643 $cmd1 or $cmd2.
644
645 2015-03-11 Andy Wingo <wingo@igalia.com>
646
647 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
648
649 2015-03-11 Yao Qi <yao.qi@linaro.org>
650
651 * gdb.base/catch-syscall.exp: Fix typo in comments.
652
653 2015-03-11 Yao Qi <yao.qi@linaro.org>
654
655 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
656
657 2015-03-09 Pedro Alves <palves@redhat.com>
658
659 * dg-extract-results.py: Delete.
660
661 2015-03-09 Pedro Alves <palves@redhat.com>
662
663 Merge dg-extract-results.sh from GCC upstream (r218843).
664
665 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
666 * dg-extract-results.sh: Use --text with grep to avoid issues with
667 binary files. Fall back to cat -v, if that doesn't work.
668
669 2015-03-05 Pedro Alves <palves@redhat.com>
670
671 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
672
673 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
674
675 * lib/mi-support.exp (mi_expect_interrupt): Accept
676 alternative event for when in all-stop mode.
677
678 2015-03-04 Pedro Alves <palves@redhat.com>
679
680 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
681
682 2015-03-04 Mark Kettenis <kettenis@gnu.org>
683
684 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
685
686 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
687
688 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
689 regexps for GDB's current line display, accept a hex address
690 preceding the line number.
691
692 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
693
694 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
695 the 'arch1' variable for "s390*-linux*" targets.
696
697 2015-03-04 Pedro Alves <palves@redhat.com>
698
699 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
700 (main): Pass missing retval argument to pthread_join call.
701
702 2015-03-02 Pedro Alves <palves@redhat.com>
703
704 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
705 (top level): Call do_test with non-stop as well.
706
707 2015-03-02 Pedro Alves <palves@redhat.com>
708
709 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
710 -1.
711
712 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
713
714 * gdb.arch/s390-vregs.exp: New test.
715 * gdb.arch/s390-vregs.S: New file.
716
717 2015-02-27 Pedro Alves <palves@redhat.com>
718
719 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
720 call to catch_command_errors.
721 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
722 catch_command_errors.
723
724 2015-02-27 Pedro Alves <palves@redhat.com>
725
726 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
727 "true" for boolean result.
728 * gdb.gdb/selftest.exp (test_with_self): Also accept full
729 prototype of main.
730
731 2015-02-27 Pedro Alves <palves@redhat.com>
732
733 * lib/unbuffer_output.c: New file.
734 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
735 (main): Call gdb_unbuffer_output.
736
737 2015-02-27 Yao Qi <yao.qi@linaro.org>
738
739 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
740 target.
741
742 2015-02-26 Doug Evans <dje@google.com>
743
744 * gdb.cp/class2.cc (Dbase, D): New classes.
745 (main): New local delta.
746 * gdb.cp/class2.exp: Test printing delta.
747 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
748 (dynbar): New global.
749 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
750
751 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
752
753 * gdb.compile/compile-ifunc.c: New file.
754 * gdb.compile/compile-ifunc.exp: New file.
755
756 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
757
758 * gdb.base/structs.exp: Check for correct struct on finish.
759
760 2015-02-26 Yao Qi <yao.qi@linaro.org>
761
762 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
763 is zero.
764
765 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
766
767 * gdb.arch/cordic.ko.bz2: New file.
768 * gdb.arch/cordic.ko.debug.bz2: New file.
769 * gdb.arch/ppc64-symtab-cordic.exp: New file.
770
771 2015-02-25 Yao Qi <yao.qi@linaro.org>
772
773 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
774 aarch64*-*-* target.
775
776 2015-02-23 Pedro Alves <palves@redhat.com>
777
778 * lib/gdb.exp (delete_breakpoints): Rewrite using
779 gdb_test_multiple.
780
781 2015-02-23 Pedro Alves <palves@redhat.com>
782
783 * gdb.base/info-os.c: Include stdlib.h.
784
785 2015-02-22 Doug Evans <xdje42@gmail.com>
786
787 PR symtab/17855
788 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
789 is read after symbols have been re-read.
790 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
791 * gdb.ada/exec_changed/second.adb (Second): Ditto.
792
793 2015-02-21 Doug Evans <dje@google.com>
794
795 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
796
797 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 PR corefiles/17808
800 * gdb.arch/i386-biarch-core.core.bz2: New file.
801 * gdb.arch/i386-biarch-core.exp: New file.
802
803 2015-02-21 Pedro Alves <palves@redhat.com>
804
805 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
806 runto_main fails.
807
808 2015-02-20 Pedro Alves <palves@redhat.com>
809
810 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
811 info probes.
812
813 2015-02-20 Pedro Alves <palves@redhat.com>
814
815 * gdb.threads/multi-create-ns-info-thr.exp: New file.
816
817 2015-02-20 Pedro Alves <palves@redhat.com>
818
819 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
820 clean_restart before gdb_target_supports_trace.
821
822 2015-02-20 Pedro Alves <palves@redhat.com>
823
824 PR threads/18006
825 * gdb.threads/clone-thread_db.c: New file.
826 * gdb.threads/clone-thread_db.exp: New file.
827
828 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
829
830 PR breakpoints/16812
831 * gdb.base/catch-gdb-caused-signals.c: New file.
832 * gdb.base/catch-gdb-caused-signals.exp: New file.
833
834 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
835
836 * configure: Regenerated.
837 * configure.ac: Use GDB_AC_TRANSFORM.
838 * aclocal.m4: sinclude ../transform.m4.
839
840 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
841
842 * lib/dtrace.exp: New file.
843 * gdb.base/dtrace-probe.exp: Likewise.
844 * gdb.base/dtrace-probe.d: Likewise.
845 * gdb.base/dtrace-probe.c: Likewise.
846 * lib/pdtrace.in: Likewise.
847 * configure.ac: Output variables with the transformed names of
848 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
849 * configure: Regenerated.
850
851 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
852
853 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
854 expected message when trying to access $_probe_* convenience
855 variables while not on a probe.
856
857 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
858
859 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
860
861 2015-02-11 Pedro Alves <pedro@codesourcery.com>
862
863 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
864 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
865
866 2015-02-10 Doug Evans <xdje42@gmail.com>
867
868 * lib/gdb.exp (gdb_load): Always return a result.
869
870 2015-02-10 Pedro Alves <palves@redhat.com>
871
872 * gdb.threads/signal-sigtrap.c: New file.
873 * gdb.threads/signal-sigtrap.exp: New file.
874
875 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
876
877 * gdb.trace/no-attach-trace.c: New file.
878 * gdb.trace/no-attach-trace.exp: New file.
879
880 2015-02-09 Mark Wielaard <mjw@redhat.com>
881
882 * gdb.dwarf2/atomic.c: New file.
883 * gdb.dwarf2/atomic-type.exp: Likewise.
884
885 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
886
887 * gdb.btrace/buffer-size.exp: Update "info record" output.
888 * gdb.btrace/delta.exp: Update "info record" output.
889 * gdb.btrace/enable.exp: Update "info record" output.
890 * gdb.btrace/finish.exp: Update "info record" output.
891 * gdb.btrace/instruction_history.exp: Update "info record" output.
892 * gdb.btrace/next.exp: Update "info record" output.
893 * gdb.btrace/nexti.exp: Update "info record" output.
894 * gdb.btrace/step.exp: Update "info record" output.
895 * gdb.btrace/stepi.exp: Update "info record" output.
896 * gdb.btrace/nohist.exp: Update "info record" output.
897
898 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
899
900 * gdb.btrace/buffer-size: New.
901
902 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
903
904 * gdb.btrace/delta.exp: Update "info record" output.
905 * gdb.btrace/enable.exp: Update "info record" output.
906 * gdb.btrace/finish.exp: Update "info record" output.
907 * gdb.btrace/instruction_history.exp: Update "info record" output.
908 * gdb.btrace/next.exp: Update "info record" output.
909 * gdb.btrace/nexti.exp: Update "info record" output.
910 * gdb.btrace/step.exp: Update "info record" output.
911 * gdb.btrace/stepi.exp: Update "info record" output.
912 * gdb.btrace/nohist.exp: Update "info record" output.
913
914 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
915
916 PR gdb/15678
917 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
918
919 2015-02-06 Pedro Alves <palves@redhat.com>
920
921 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
922 macro.
923 (seconds_left, again): New globals.
924 (main): Wait seconds_left in a 1-second sleep loop instead of
925 sleeping 180 seconds. If 'again' is set, reset the seconds
926 counter.
927 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
928 'again' in the inferior before detaching. Print the seconds left.
929 (options): New global.
930 (top level): Build program with -DTIMEOUT=$timeout.
931
932 2015-02-06 Pedro Alves <palves@redhat.com>
933
934 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
935 determine how many seconds to pass to 'alarm'.
936 * gdb.base/gdb-sigterm.exp (top level): Build program with
937 -DTIMEOUT=$timeout.
938 (do_test): Return success/failure indication. Add more verbose
939 logging. Don't fail if 200 single steps are seen. Instead, fail
940 when the test times out.
941 (passes): New global.
942 (top level): Break the testing loop if testing fails on any
943 iteration. Use gdb_assert.
944
945 2015-02-04 Don Breazeal <donb@codesourcery.com>
946
947 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
948 and initialize them.
949 (ipc_cleanup): New function.
950 (main): Don't declare shmid, semid, and msqid. Add a call to
951 atexit so that we call ipc_cleanup on exit.
952
953 2015-02-04 Pedro Alves <palves@redhat.com>
954
955 * boards/native-extended-gdbserver.exp: Remove any target variant
956 specifications from the board name before clearing the isremote
957 flag from board_info.
958
959 2015-01-31 Doug Evans <xdje42@gmail.com>
960
961 * gdb.base/maint.exp <maint print type argc>: Update expected output.
962
963 2015-01-31 Gary Benson <gbenson@redhat.com>
964
965 * gdb.base/completion.exp: Disable completion limiting for
966 existing tests. Add new tests to check completion limiting.
967 * gdb.linespec/ls-errs.exp: Disable completion limiting.
968
969 2015-01-31 Doug Evans <xdje42@gmail.com>
970
971 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
972
973 2015-01-31 Doug Evans <xdje42@gmail.com>
974
975 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
976 entries. Duplicate file section script entries.
977 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
978 inlined entries. Add test for safe-path rejection.
979 * gdb.python/py-section-script.c: Add duplicate inlined section script
980 entries. Duplicate file section script entries.
981 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
982 inlined entries. Add test for safe-path rejection.
983
984 2015-01-29 Joel Brobecker <brobecker@adacore.com>
985
986 * gdb.ada/disc_arr_bound: New testcase.
987
988 2015-01-29 Joel Brobecker <brobecker@adacore.com>
989
990 * gdb.ada/mi_var_array: New testcase.
991
992 2015-01-27 Doug Evans <dje@google.com>
993
994 * gdb.python/py-objfile.exp: Add tests for objfile.username.
995 Add test for objfile.filename, objfile.username after objfile
996 has been unloaded.
997
998 2015-01-26 Joel Brobecker <brobecker@adacore.com>
999
1000 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1001 the second test to print the name attribute of value
1002 returned by the call to gdb.lookup_type, and adjust
1003 the expected output accordingly.
1004
1005 2015-01-25 Mark Wielaard <mjw@redhat.com>
1006
1007 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1008 * gdb.base/disp-step-fork.c: Include unistd.h.
1009 * gdb.base/siginfo-obj.c: Include stdio.h.
1010 * gdb.base/siginfo-thread.c: Likewise.
1011 * gdb.mi/non-stop.c: Include unistd.h.
1012 * gdb.mi/nsthrexec.c: Include stdio.h.
1013 * gdb.mi/pthreads.c: Include unistd.h.
1014 * gdb.modula2/unbounded1.c (main): Declare returns int.
1015 * gdb.reverse/consecutive-reverse.c: Likewise.
1016 * gdb.threads/create-fail.c: Include unistd.h.
1017 * gdb.threads/killed.c: Likewise.
1018 * gdb.threads/linux-dp.c: Likewise.
1019 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1020 * gdb.threads/non-ldr-exc-2.c: Likewise.
1021 * gdb.threads/non-ldr-exc-3.c: Likewise.
1022 * gdb.threads/non-ldr-exc-4.c: Likewise.
1023 * gdb.threads/pthreads.c: Include unistd.h.
1024 (main): Declare returns int.
1025 * gdb.threads/tls-main.c (foo): New declaration.
1026 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1027
1028 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1029
1030 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1031 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1032
1033 2015-01-15 Mark Wielaard <mjw@redhat.com>
1034
1035 * gdb.base/noreturn-return.c: New file.
1036 * gdb.base/noreturn-return.exp: New file.
1037 * gdb.base/noreturn-finish.c: New file.
1038 * gdb.base/noreturn-finish.exp: New file.
1039
1040 2015-01-23 Pedro Alves <palves@redhat.com>
1041
1042 * gdb.threads/continue-pending-after-query.c: New file.
1043 * gdb.threads/continue-pending-after-query.exp: New file.
1044
1045 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1046 Simon Marchi <simon.marchi@ericsson.com>
1047
1048 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1049 * gdb.base/valgrind-db-attach.exp: Same.
1050 * gdb.base/valgrind-infcall.exp: Same.
1051 * lib/mi-support.exp (default_mi_gdb_start): Same.
1052 * lib/prompt.exp (default_prompt_gdb_start): Same.
1053 * lib/gdb.exp (default_gdb_spawn): Same.
1054 (gdb_interact): New.
1055
1056
1057 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1058
1059 * gdb.compile/compile.exp (pointer to jit function): New test.
1060
1061 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
1062
1063 * lib/gdb.exp (supports_process_record): Return true for
1064 powerpc*-*-linux*.
1065 (supports_reverse): Likewise.
1066
1067 2015-01-15 Don Breazeal <donb@codesourcery.com>
1068
1069 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1070 instead of checking whether the target board is remote and
1071 use spawn_wait_for_attach instead of exec/sleep.
1072 * gdb.base/attach-twice.exp: Likewise.
1073
1074 2015-01-15 Joel Brobecker <brobecker@adacore.com>
1075
1076 * gdb.ada/var_arr_attrs: New testcase.
1077
1078 2015-01-14 Pedro Alves <palves@redhat.com>
1079 Joel Brobecker <brobecker@adacore.com>
1080
1081 PR gdb/17525
1082 * gdb.base/bp-cmds-execution-x-script.c: New file.
1083 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1084 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1085
1086 2015-01-14 Pedro Alves <palves@redhat.com>
1087
1088 PR cli/17828
1089 * gdb.base/batch-preserve-term-settings.c: New file.
1090 * gdb.base/batch-preserve-term-settings.exp: New file.
1091
1092 2015-01-13 Doug Evans <dje@google.com>
1093
1094 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1095 binary.
1096
1097 2015-01-13 Joel Brobecker <brobecker@adacore.com>
1098
1099 * Makefile.in (clean mostlyclean): Do not delete *.py.
1100
1101 2015-01-13 Joel Brobecker <brobecker@adacore.com>
1102
1103 * gdb.python/py-lookup-type.exp: New file.
1104
1105 2015-01-12 Pedro Alves <palves@redhat.com>
1106
1107 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1108 restore GDBFLAGS before returning.
1109
1110 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1111
1112 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1113 is_amd64_regs_target and is_x86_like_target.
1114
1115 2015-01-11 Doug Evans <xdje42@gmail.com>
1116
1117 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1118 is given without an explicit form.
1119 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1120 attributes.
1121 * gdb.dwarf/corrupt.exp: Ditto.
1122 * gdb.dwarf2/enum-type.exp: Ditto.
1123 * gdb.trace/entry-values.exp: Ditto.
1124 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1125
1126 2015-01-11 Doug Evans <xdje42@gmail.com>
1127
1128 PR gdb/15830
1129 * gdb.base/maint.exp: Remove references to "maint demangle".
1130 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1131 Add tests for explicitly specifying language to demangle.
1132 * gdb.dlang/demangle.exp: Ditto.
1133
1134 2015-01-09 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.threads/non-stop-fair-events.c: New file.
1137 * gdb.threads/non-stop-fair-events.exp: New file.
1138
1139 2015-01-09 Pedro Alves <palves@redhat.com>
1140
1141 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1142 the global scope. Set a breakpoint after all threads are started
1143 rather than stepping over two source lines. Expect the prompt.
1144 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1145 global.
1146 (NUM): Now 15.
1147 (main): Use threads_started_barrier to wait for all threads to
1148 start. Main thread no longer calls thread_function. Exit after
1149 180 seconds.
1150 (loop): New function.
1151 (thread_function): Wait on threads_started_barrier barrier. Call
1152 'loop' at each iteration.
1153 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1154 threads have started, instead of hardcoding number of "next"
1155 steps. Use an access watchpoint instead of a write watchpoint.
1156
1157 2015-01-09 Pedro Alves <palves@redhat.com>
1158
1159 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1160 (thread_func): Wait on barrier.
1161 (main): Wait for all threads to start before stopping GDB.
1162 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1163 global.
1164 (thread1_func, thread2_func): Wait on barrier.
1165 (main): Wait for all threads to start before stopping GDB.
1166 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1167 New global.
1168 (thread1_func, thread2_func): Wait on barrier.
1169 (main): Wait for all threads to start before stopping GDB.
1170
1171 2015-01-09 Pedro Alves <palves@redhat.com>
1172
1173 * gdb.threads/attach-many-short-lived-threads.c: New file.
1174 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1175
1176 2014-01-09 Pedro Alves <palves@redhat.com>
1177
1178 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1179 instead of to thread 2.
1180 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1181 Add barrier around each pthread_create call instead of around all
1182 calls.
1183 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1184 Set a break on thread_function and have the child threads hit it
1185 one at at a time.
1186
1187 2015-01-09 Pedro Alves <palves@redhat.com>
1188
1189 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1190 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1191 false.
1192 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1193 checking whether the target board is remote.
1194 * gdb.multi/multi-attach.exp: Likewise.
1195 * gdb.python/py-sync-interp.exp: Likewise.
1196 * gdb.server/ext-attach.exp: Likewise.
1197 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1198 tests that need to attach, instead of checking whether the target
1199 board is remote at the top of the file.
1200
1201 2015-01-08 Yao Qi <yao@codesourcery.com>
1202
1203 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1204
1205 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1206
1207 Fix testcase compilation.
1208 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1209
1210 2015-01-06 Joel Brobecker <brobecker@adacore.com>
1211
1212 * gdb.python/py-type.exp: Add a couple test about empty
1213 array creation, and negative-length array creation.
1214
1215 2015-01-02 Doug Evans <xdje42@gmail.com>
1216
1217 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1218
1219 2015-01-02 Doug Evans <dje@google.com>
1220
1221 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1222
1223 2014-12-29 Yao Qi <yao@codesourcery.com>
1224
1225 * gdb.trace/entry-values.exp: Update comments. Rename variable
1226 bar_call_foo to returned_from_foo.
1227
1228 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1229
1230 PR gdb/17394
1231 * gdb.linespec/break-asm-file.c: New file.
1232 * gdb.linespec/break-asm-file.exp: New file.
1233 * gdb.linespec/break-asm-file0.s: New file.
1234 * gdb.linespec/break-asm-file1.s: New file.
1235
1236 2014-12-18 Nigel Stephens <nigel@mips.com>
1237 Maciej W. Rozycki <macro@codesourcery.com>
1238
1239 * gdb.base/float.exp: Handle the new output from "info float" on
1240 MIPS targets.
1241
1242 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1243
1244 Fix MinGW compilation.
1245 * gdb.compile/compile-ops.exp: Update untested message if
1246 !skip_compile_feature_tests.
1247 * gdb.compile/compile-setjmp.exp: Likewise.
1248 * gdb.compile/compile-tls.exp: Likewise.
1249 * gdb.compile/compile.exp: Likewise.
1250 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1251 supported on this host".
1252
1253 2014-12-16 Doug Evans <xdje42@gmail.com>
1254
1255 * boards/stabs.exp: New file.
1256
1257 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1258
1259 * gdb.base/completion.exp: Adjust to format changes of "maint
1260 print user-registers".
1261
1262 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
1263
1264 PR server/17457
1265 * gdb.arch/aarch64-fp.c: New file.
1266 * gdb.arch/aarch64-fp.exp: New file.
1267
1268 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1269
1270 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1271 r210637, r210913, r211666, r215400, r215817).
1272
1273 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1274 * dg-extract-results.py: New file.
1275 * dg-extract-results.sh: Use it if the environment seems
1276 suitable.
1277
1278 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1279
1280 * dg-extract-results.py (parse_run): Handle warnings that
1281 are printed before a test harness is run.
1282
1283 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1284
1285 * dg-extract-results.py (Named): Remove __cmp__ method.
1286 (output_variation): Use a key to sort variation.harnesses.
1287
1288 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1289
1290 * dg-extract-results.py: For Python 3, force sys.stdout to
1291 handle surrogate escape sequences.
1292 (safe_open): New function.
1293 (output_segment, main): Use it.
1294
1295 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1296
1297 * dg-extract-results.py (Prog.result_re): Include options
1298 in test name.
1299
1300 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1301
1302 * dg-extract-results.py (output_variation): Always sort if
1303 do_sum.
1304
1305 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1306
1307 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1308 as long as we get pagination notifications.
1309
1310 2014-12-15 Jason Merrill <jason@redhat.com>
1311
1312 * Makefile.in (check-gdb.%): Restore.
1313 * README: Mention it.
1314
1315 2014-12-13 Joel Brobecker <brobecker@adacore.com>
1316
1317 * gdb.ada/str_uninit: New testcase.
1318
1319 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1320
1321 PR symtab/17642
1322 * gdb.base/vla-stub-define.c: New file.
1323 * gdb.base/vla-stub.c: New file.
1324 * gdb.base/vla-stub.exp: New file.
1325
1326 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1327 Jan Kratochvil <jan.kratochvil@redhat.com>
1328 Tom Tromey <tromey@redhat.com>
1329
1330 * configure.ac: Add gdb.compile/.
1331 * configure: Regenerate.
1332 * gdb.compile/Makefile.in: New file.
1333 * gdb.compile/compile-ops.exp: New file.
1334 * gdb.compile/compile-ops.c: New file.
1335 * gdb.compile/compile-tls.c: New file.
1336 * gdb.compile/compile-tls.exp: New file.
1337 * gdb.compile/compile-constvar.S: New file.
1338 * gdb.compile/compile-constvar.c: New file.
1339 * gdb.compile/compile-mod.c: New file.
1340 * gdb.compile/compile-nodebug.c: New file.
1341 * gdb.compile/compile-setjmp-mod.c: New file.
1342 * gdb.compile/compile-setjmp.c: New file.
1343 * gdb.compile/compile-setjmp.exp: New file.
1344 * gdb.compile/compile-shlib.c: New file.
1345 * gdb.compile/compile.c: New file.
1346 * gdb.compile/compile.exp: New file.
1347 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1348
1349 2014-12-12 Tom Tromey <tromey@redhat.com>
1350
1351 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1352 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1353
1354 2014-12-12 Doug Evans <dje@google.com>
1355
1356 * lib/gdb-python.exp (get_python_valueof): New function.
1357 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1358
1359 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1360
1361 * gdb.base/completion.exp: Add test for completion of "info
1362 registers ".
1363
1364 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1365
1366 * gdb.base/func-ptrs.c: New file.
1367 * gdb.base/func-ptrs.exp: New file.
1368
1369 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1370
1371 PR breakpoints/17012
1372 * gdb.base/dprintf-detach.c: New file.
1373 * gdb.base/dprintf-detach.exp: New file.
1374
1375 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1376
1377 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1378 * lib/gdb.exp (target_is_gdbserver): New procedure.
1379
1380 2014-12-08 Doug Evans <dje@google.com>
1381
1382 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1383
1384 2014-12-05 Yao Qi <yao@codesourcery.com>
1385
1386 * gdb.guile/scm-error.exp: Remove the third argument to
1387 gdb_remote_download.
1388 * gdb.guile/scm-frame-args.exp: Likewise.
1389 * gdb.guile/scm-section-script.exp: Likewise.
1390
1391 2014-12-05 Yao Qi <yao@codesourcery.com>
1392
1393 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1394
1395 2014-12-04 Doug Evans <dje@google.com>
1396
1397 * gdb.python/py-objfile.exp: Add tests for
1398 objfile.add_separate_debug_file.
1399
1400 2014-12-04 Doug Evans <dje@google.com>
1401
1402 * lib/gdb.exp (get_build_id): New function.
1403 (build_id_debug_filename_get): Rewrite to use it.
1404 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1405
1406 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1407
1408 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1409 `method(long)', not just 0x0.
1410 * gdb.cp/nsalias.exp: Align code labels to 4.
1411 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1412 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1413 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1414 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1415 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1416 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1417
1418 2014-12-02 Doug Evans <dje@google.com>
1419
1420 PR symtab/17602
1421 * gdb.cp/anon-ns.cc: Move guts of this file to ...
1422 * gdb.cp/anon-ns2.cc: ... here. New file.
1423 * gdb.cp/anon-ns.exp: Update.
1424
1425 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1426
1427 * gdb.python/py-events.py (inferior_call_handler): New.
1428 (register_changed_handler, memory_changed_handler): New.
1429 (test_events.invoke): Register new handlers.
1430 * gdb.python/py-events.exp: Add tests for inferior call,
1431 memory_changed and register_changed events.
1432
1433 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1434
1435 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1436 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1437 if the linker doesn't understand this.
1438
1439 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1440
1441 * gdb.python/python.exp: Change expected reply to help().
1442
1443 2014-12-01 Yao Qi <yao@codesourcery.com>
1444
1445 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1446 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1447 * configure: Re-generated.
1448
1449 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1450
1451 * gdb.cp/chained-calls.cc: New file.
1452 * gdb.cp/chained-calls.exp: New file.
1453 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1454
1455 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1456
1457 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1458 * gdb.dwarf2/symtab-producer.exp: Same.
1459 * gdb.gdb/python-interrupts.exp: Same.
1460 * gdb.gdb/python-selftest.exp: Same.
1461 * gdb.python/py-linetable.exp: Same.
1462 * gdb.python/py-type.exp: Same.
1463 * gdb.python/py-value-cc.exp: Same.
1464 * gdb.python/py-value.exp: Same.
1465
1466 2014-11-28 Yao Qi <yao@codesourcery.com>
1467
1468 * gdb.base/break-probes.exp: Match library name prefixed with
1469 sysroot.
1470
1471 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1472
1473 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1474 test expected output. Add parentheses for the call to print.
1475 Remove L suffix from integers.
1476
1477 2014-11-26 Doug Evans <dje@google.com>
1478
1479 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1480
1481 2014-11-22 Yao Qi <yao@codesourcery.com>
1482
1483 * gdb.trace/entry-values.c: Remove asms.
1484 (foo): Add foo_label.
1485 (bar): Add bar_label.
1486 * gdb.trace/entry-values.exp: Remove code computing foo's
1487 length and bar's length.
1488 (Dwarf::assemble): Invoke function_range for bar and use
1489 MACRO_AT_func for foo.
1490
1491 2014-11-22 Yao Qi <yao@codesourcery.com>
1492
1493 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1494 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1495 Use .Lgcc43_procstart instead of gcc43.
1496
1497 2014-11-21 Joel Brobecker <brobecker@adacore.com>
1498
1499 * gdb.ada/n_arr_bound: New testcase.
1500
1501 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1502
1503 PR breakpoints/10737
1504 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1505 test_catch_syscall_multi_arch.
1506 (test_catch_syscall_multi_arch): New function.
1507
1508 2014-11-20 Doug Evans <xdje42@gmail.com>
1509
1510 * gdb.base/maint.exp: Update expected output.
1511
1512 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1513
1514 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1515 4-byte instruction on S390.
1516
1517 2014-11-19 Joel Brobecker <brobecker@adacore.com>
1518
1519 * gdb.ada/arr_arr: New testcase.
1520
1521 2014-11-19 Joel Brobecker <brobecker@adacore.com>
1522
1523 * gdb.ada/pkd_arr_elem: New Testcase.
1524
1525 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
1526
1527 * gdb.reverse/break-precsave: Expect completion message for
1528 core file reads.
1529 * gdb.reverse/consecutive-precsave.exp: Likewise.
1530 * gdb.reverse/finish-precsave.exp: Likewise.
1531 * gdb.reverse/i386-precsave.exp: Likewise.
1532 * gdb.reverse/machinestate-precsave.exp: Likewise.
1533 * gdb.reverse/sigall-precsave.exp: Likewise.
1534 * gdb.reverse/solib-precsave.exp: Likewise.
1535 * gdb.reverse/step-precsave.exp: Likewise.
1536 * gdb.reverse/until-precsave.exp: Likewise.
1537 * gdb.reverse/watch-precsave.exp: Likewise.
1538
1539 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1540
1541 * gdb.base/bp-permanent.c: Include unistd.h.
1542 * gdb.python/py-framefilter-mi.c (main): Add return type.
1543 * gdb.python/py-framefilter.c (main): Likewise.
1544 * gdb.trace/actions-changed.c (main): Likewise.
1545
1546 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1547
1548 * gdb.mi/until.c: Add eye-catchers.
1549 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1550 line numbers.
1551
1552 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1553
1554 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1555 function header variants in break1.c.
1556 * gdb.base/ena-dis-br.exp: Likewise.
1557 * gdb.base/hbreak2.exp: Likewise.
1558 * gdb.reverse/until-precsave.exp: Drop references to removed
1559 non-prototype function header variants in ur1.c.
1560 * gdb.reverse/until-reverse.exp: Likewise.
1561
1562 2014-11-17 Petr Machata <pmachata@redhat.com>
1563
1564 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1565 ${_cu_offset_size} bytes abbrev offset.
1566
1567 2014-11-15 Doug Evans <xdje42@gmail.com>
1568
1569 PR symtab/17559
1570 * gdb.base/line-symtabs.exp: New file.
1571 * gdb.base/line-symtabs.c: New file.
1572 * gdb.base/line-symtabs.h: New file.
1573
1574 2014-11-14 Yao Qi <yao@codesourcery.com>
1575
1576 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1577 (func): Add label func_label.
1578 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1579 Replace low_pc and high_pc with MACRO_AT_range.
1580 Replace name, low_pc and high_pc with MACRO_AT_func.
1581
1582 2014-11-14 Yao Qi <yao@codesourcery.com>
1583
1584 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1585 Replace name, low_pc and high_pc with MACRO_AT_func.
1586
1587 2014-11-14 Yao Qi <yao@codesourcery.com>
1588
1589 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1590 produce debug information.
1591 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1592
1593 2014-11-14 Yao Qi <yao@codesourcery.com>
1594
1595 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1596 object and get function length.
1597 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1598 with MACRO_AT_func.
1599 (top-level): Replace gdb_compile and clean_restart with
1600 prepare_for_testing.
1601 * gdb.dwarf2/main.c (main): Add label main_label.
1602
1603 2014-11-14 Yao Qi <yao@codesourcery.com>
1604
1605 * lib/dwarf.exp (function_range): New procedure.
1606 (Dwarf::_handle_macro_at_func): New procedure.
1607 (Dwarf::_handle_macro_at_range): New procedure.
1608 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1609
1610 2014-11-14 Yao Qi <yao@codesourcery.com>
1611
1612 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1613 (_handle_attribute): New procedure.
1614
1615 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1616
1617 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1618 * gdb.base/call-sc.c (zed): Likewise.
1619 * gdb.base/checkpoint.c (main): Likewise.
1620 * gdb.base/dump.c (main): Likewise.
1621 * gdb.base/gcore.c (main): Likewise.
1622 * gdb.base/huge.c (main): Likewise.
1623 * gdb.base/multi-forks.c (main): Likewise.
1624 * gdb.base/pr10179-a.c (main): Likewise.
1625 * gdb.base/savedregs.c (main): Likewise.
1626 * gdb.base/sigaltstack.c (main): Likewise.
1627 * gdb.base/siginfo.c (main): Likewise.
1628 * gdb.base/structs.c (zed): Likewise.
1629 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1630 * gdb.mi/mi-syn-frame.c (main): Likewise.
1631 * gdb.mi/until.c (foo, main): Likewise.
1632 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1633 * gdb.base/solib-weak.c (foo): Declare.
1634 * gdb.base/attach-twice.c: Include stdio.h.
1635 * gdb.base/weaklib1.c: Likewise.
1636 * gdb.base/weaklib2.c: Likewise.
1637 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1638 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1639 unistd.h.
1640 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1641 * gdb.mi/mi-exit-code.c: Likewise.
1642 * gdb.base/break-interp-lib.c: Include string.h.
1643 * gdb.base/coremaker.c: Likewise.
1644 * gdb.base/testenv.c: Likewise.
1645 * gdb.python/py-finish-breakpoint.c: Likewise.
1646 * gdb.base/inferior-died.c: Include sys/wait.h.
1647 * gdb.base/fileio.c: Include time.h.
1648 * gdb.base/async-shell.c: Include unistd.h.
1649 * gdb.base/dprintf-non-stop.c: Likewise.
1650 * gdb.base/info-os.c: Likewise.
1651 * gdb.mi/mi-console.c: Likewise.
1652 * gdb.mi/watch-nonstop.c: Likewise.
1653 * gdb.python/py-events.c: Likewise.
1654 * gdb.base/async.c (baz): Move up before its invocation.
1655 * gdb.base/code_elim2.c (my_global_func): Likewise.
1656 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1657 * gdb.base/advance.c (func2): Likewise.
1658
1659 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1660
1661 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1662 variant.
1663 * gdb.base/annota3.c: Likewise.
1664 * gdb.base/async.c: Likewise.
1665 * gdb.base/average.c: Likewise.
1666 * gdb.base/call-ar-st.c: Likewise.
1667 * gdb.base/call-rt-st.c: Likewise.
1668 * gdb.base/call-sc.c: Likewise.
1669 * gdb.base/call-strs.c: Likewise.
1670 * gdb.base/ending-run.c: Likewise.
1671 * gdb.base/execd-prog.c: Likewise.
1672 * gdb.base/exprs.c: Likewise.
1673 * gdb.base/foll-exec.c: Likewise.
1674 * gdb.base/foll-fork.c: Likewise.
1675 * gdb.base/foll-vfork.c: Likewise.
1676 * gdb.base/funcargs.c: Likewise.
1677 * gdb.base/gcore.c: Likewise.
1678 * gdb.base/jump.c: Likewise.
1679 * gdb.base/langs0.c: Likewise.
1680 * gdb.base/langs1.c: Likewise.
1681 * gdb.base/langs2.c: Likewise.
1682 * gdb.base/mips_pro.c: Likewise.
1683 * gdb.base/nodebug.c: Likewise.
1684 * gdb.base/opaque0.c: Likewise.
1685 * gdb.base/opaque1.c: Likewise.
1686 * gdb.base/recurse.c: Likewise.
1687 * gdb.base/run.c: Likewise.
1688 * gdb.base/scope0.c: Likewise.
1689 * gdb.base/scope1.c: Likewise.
1690 * gdb.base/setshow.c: Likewise.
1691 * gdb.base/setvar.c: Likewise.
1692 * gdb.base/shmain.c: Likewise.
1693 * gdb.base/shr1.c: Likewise.
1694 * gdb.base/shr2.c: Likewise.
1695 * gdb.base/sigall.c: Likewise.
1696 * gdb.base/signals.c: Likewise.
1697 * gdb.base/so-indr-cl.c: Likewise.
1698 * gdb.base/solib2.c: Likewise.
1699 * gdb.base/structs.c: Likewise.
1700 * gdb.base/sum.c: Likewise.
1701 * gdb.base/vforked-prog.c: Likewise.
1702 * gdb.base/watchpoint.c: Likewise.
1703 * gdb.reverse/shr2.c: Likewise.
1704 * gdb.reverse/until-reverse.c: Likewise.
1705 * gdb.reverse/ur1.c: Likewise.
1706 * gdb.reverse/watch-reverse.c: Likewise.
1707
1708 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1709
1710 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1711 variant.
1712 * gdb.base/sepdebug.exp: Drop references to removed code.
1713
1714 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1715
1716 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1717 variant. Preserve original line numbering.
1718 * gdb.base/list1.c: Likewise.
1719
1720 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1721
1722 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1723 variant.
1724 * gdb.base/break1.c: Likewise.
1725 * gdb.base/break.exp: Drop references to removed code.
1726
1727 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1728
1729 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1730 variant.
1731
1732 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1733
1734 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1735
1736 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1737
1738 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1739 logic into perform_all_tests() and invoke it with and without
1740 function header prototypes.
1741 (do_function_calls): Remove conditional XFAIL for PR 5318.
1742 (rerun_and_prepare): Remove duplicate code.
1743 (perform_all_tests): New. Main logic moved here.
1744
1745 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1746
1747 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1748 code guarded by #ifdef NO_PROTOTYPES.
1749 (t_double_many_args): Likewise.
1750 (DEF_FUNC_MANY_ARGS_1): Likewise.
1751 (DEF_FUNC_VALUES_1): Likewise.
1752 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1753 guarded by #ifdef PROTOTYPES.
1754
1755 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1756
1757 * gdb.mi/mi-console.c: Add eye-catcher.
1758 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1759 instead of literal line number.
1760
1761 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1762
1763 * gdb.base/shr2.c: Add eye-catcher.
1764 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1765 line number.
1766
1767 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1768
1769 * gdb.base/jump.c: Add eye-catchers.
1770 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1771 numbers.
1772
1773 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1774
1775 * gdb.base/execd-prog.c: Add eye-catchers.
1776 * gdb.base/foll-exec.c: Likewise.
1777 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1778 line numbers.
1779
1780 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1781
1782 * gdb.base/ending-run.c: Add eye-catchers.
1783 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1784 literal line numbers.
1785
1786 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1787
1788 * gdb.base/call-rt-st.c: Add eye-catchers.
1789 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1790 literal line numbers.
1791
1792 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1793
1794 * gdb.base/call-ar-st.c: Add eye-catchers.
1795 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1796 literal line numbers.
1797
1798 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1799
1800 * gdb.base/average.c: Add eye-catchers.
1801 * gdb.base/sum.c: Likewise.
1802 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1803 regexps dynamically.
1804
1805 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1806
1807 * gdb.base/solib1.c: Add eye-catchers.
1808 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1809 literal line numbers.
1810
1811 2014-11-12 Pedro Alves <palves@redhat.com>
1812
1813 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1814 leader has exited.
1815
1816 2014-11-12 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.arch/i386-bp_permanent.c: New file.
1819 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1820 (srcfile): Set to i386-bp_permanent.c.
1821 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1822 that stepi does not execute the 'leave' instruction, instead of
1823 testing it does execute.
1824 * gdb.base/bp-permanent.c: New file.
1825 * gdb.base/bp-permanent.exp: New file.
1826
1827 2014-11-10 Doug Evans <xdje42@gmail.com>
1828
1829 PR symtab/17564
1830 * gdb.base/symtab-search-order.exp: New file.
1831 * gdb.base/symtab-search-order.c: New file.
1832 * gdb.base/symtab-search-order-1.c: New file.
1833 * gdb.base/symtab-search-order-shlib-1.c: New file.
1834
1835 2014-11-07 Pedro Alves <palves@redhat.com>
1836
1837 PR gdb/17511
1838 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1839 i?86-*-linux*.
1840
1841 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1842
1843 PR c++/17494
1844 * gdb.cp/pr17494.cc: New file.
1845 * gdb.cp/pr17494.exp: New file.
1846
1847 2014-11-02 Yao Qi <yao@codesourcery.com>
1848
1849 * gdb.python/python.exp: Get working directory and match the
1850 output of "set extended-prompt \\w " with it.
1851
1852 2014-10-30 Doug Evans <dje@google.com>
1853
1854 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1855 in objfiles.
1856 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1857 in progspaces.
1858
1859 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
1860
1861 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1862 * gdb.base/realname-expand.exp: Likewise.
1863 * gdb.linespec/macro-relative.exp: Likewise.
1864
1865 2014-10-29 Pedro Alves <palves@redhat.com>
1866
1867 PR gdb/17408
1868 * gdb.threads/schedlock.c (some_function): New function.
1869 (call_function): New global.
1870 (MAYBE_CALL_SOME_FUNCTION): New macro.
1871 (thread_function): Call it.
1872 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1873 and use it instead of a global counter. Adjust all callers.
1874 (get_current_thread): Use "find current thread" for test message
1875 here rather than having all callers pass down the same string.
1876 (goto_loop): New procedure, factored out from ...
1877 (my_continue): ... this.
1878 (step_ten_loops): Change parameter from test message to command to
1879 use. Adjust.
1880 (list_count): Delete global.
1881 (check_result): New procedure, factored out from duplicate top
1882 level code.
1883 (continue tests): Wrap in with_test_prefix.
1884 (test_step): New procedure, factored out from duplicate top level
1885 code.
1886 (top level): Test "step" in combination with all scheduler-locking
1887 modes. Test "next" in combination with all scheduler-locking
1888 modes, and in combination with stepping over a function call or
1889 not.
1890 * gdb.threads/next-bp-other-thread.c: New file.
1891 * gdb.threads/next-bp-other-thread.exp: New file.
1892
1893 2014-10-29 Pedro Alves <palves@redhat.com>
1894
1895 PR python/17372
1896 * gdb.python/python.exp: Test a multi-line command that spawns
1897 interactive Python.
1898 * gdb.base/multi-line-starts-subshell.exp: New file.
1899
1900 2014-10-29 Yao Qi <yao@codesourcery.com>
1901
1902 * gdb.base/fileio.exp: Make directories on host.
1903
1904 2014-10-29 Yao Qi <yao@codesourcery.com>
1905
1906 * gdb.base/fileio.c (test_write): Close the file.
1907
1908 2014-10-28 Pedro Alves <palves@redhat.com>
1909
1910 PR gdb/12623
1911 * gdb.base/sigstep.c (no_handler): New global.
1912 (main): If 'no_handler is true, set the signal handlers to
1913 SIG_IGN.
1914 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1915 with_sw_watch and no_handler parameters. Handle them.
1916 (top level) <stepping over handler when stopped at a breakpoint
1917 test>: Add a test axis for testing with a software watchpoint, and
1918 another for testing with the signal handler set to SIG_IGN.
1919 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1920 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1921
1922 2014-10-28 Pedro Alves <palves@redhat.com>
1923
1924 PR gdb/17511
1925 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1926 * gdb.base/sigstep.exp (other_handler_location): New global.
1927 (advance): Support stepping into the signal handler, and running
1928 commands while in the handler.
1929 (in_handler_map): New global.
1930 (top level): In the advance test, add combinations for getting
1931 into the handler with stepping commands, and for running commands
1932 in the handler. Add comment descripting the advancei tests.
1933
1934 2014-10-28 Pedro Alves <palves@redhat.com>
1935
1936 * gdb.base/sigstep.exp: Use build_executable instead of
1937 prepare_for_testing.
1938 (top level): Move code that starts GDB, runs to main and creates a
1939 display to ...
1940 (restart): ... this new procedure.
1941 (top level): Move backtrace from signal handler test to ...
1942 (validate_backtrace): ... this new procedure.
1943 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1944 with_test_prefix. Always restart GDB.
1945 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1946 with_test_prefix. Always restart GDB. No need to delete
1947 breakpoints after the test.
1948 (test_skip_handler): Remove prefix parameter.
1949 (skip_over_handler, breakpoint_to_handler)
1950 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1951 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1952 restart GDB. No need to delete breakpoints after the test.
1953 (top level): Use foreach to call the test procedures with
1954 different commands.
1955
1956 2014-10-28 Pedro Alves <palves@redhat.com>
1957
1958 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1959 instead of GNATS numbers.
1960 * gdb.base/sigbpt.exp: Likewise.
1961 * gdb.base/siginfo.exp: Likewise.
1962 * gdb.base/sigstep.exp: Likewise.
1963
1964 2014-10-27 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.base/sigstep.c (dummy): New global.
1967 (main): Issue a couple writes to the new global.
1968 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1969 procedures.
1970 (skip_over_handler): Use test_skip_handler.
1971 (top level): Call skip_over_handler for stepi and nexti too.
1972 (breakpoint_over_handler): Use test_skip_handler.
1973 (top level): Call breakpoint_over_handler for stepi and nexti too.
1974
1975 2014-10-27 Yao Qi <yao@codesourcery.com>
1976
1977 * gdb.trace/tfile.c (adjust_function_address)
1978 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1979 function descriptor.
1980
1981 2014-10-24 Don Breazeal <donb@codesourcery.com>
1982
1983 * gdb.base/foll-fork.exp (test_follow_fork,
1984 catch_fork_child_follow): Check for updated fork messages emitted
1985 from infrun.c.
1986 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1987 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1988 vfork_and_exec_child_follow_through_step): Check for updated vfork
1989 messages emitted from infrun.c.
1990
1991 2014-10-24 Pedro Alves <palves@redhat.com>
1992
1993 * gdb.base/corefile.exp: Remove references to ultrix.
1994 * gdb.base/interrupt.exp: Likewise.
1995 * gdb.base/whatis.exp: Likewise.
1996 * gdb.gdb/selftest.exp: Likewise.
1997 * gdb.threads/manythreads.exp: Likewise.
1998 * gdb.threads/print-threads.exp: Likewise.
1999 * gdb.threads/pthreads.exp:: Likewise.
2000 * gdb.threads/schedlock.exp: Likewise.
2001
2002 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2003
2004 * gdb.cp/non-trivial-retval.cc: Add a test case.
2005 * gdb.cp/non-trivial-retval.exp: Add a test.
2006
2007 2014-10-20 Yao Qi <yao@codesourcery.com>
2008
2009 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2010 * gdb.python/py-objfile-script-gdb.py: New file.
2011 * gdb.python/py-objfile-script.exp: Update reference to
2012 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2013 of remote_download. Remove the dest file.
2014
2015 2014-10-20 Yao Qi <yao@codesourcery.com>
2016
2017 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2018 * gdb.base/step-line.exp: Likewise.
2019 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2020 * gdb.dwarf2/dw2-basic.exp: Likewise.
2021 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2022 * gdb.dwarf2/dw2-filename.exp: Likewise.
2023 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2024 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2025 * gdb.dwarf2/dw2-producer.exp: Likewise.
2026 * gdb.dwarf2/mac-fileno.exp: Likewise.
2027 * gdb.python/py-frame-args.exp: Likewise.
2028 * gdb.python/py-framefilter.exp: Likewise.
2029 * gdb.python/py-mi.exp: Likewise.
2030 * gdb.python/py-objfile-script.exp: Likewise
2031 * gdb.python/py-pp-integral.exp: Likewise.
2032 * gdb.python/py-pp-re-notag.exp: Likewise.
2033 * gdb.python/py-prettyprint.exp: Likewise.
2034 * gdb.python/py-section-script.exp: Likewise.
2035 * gdb.python/py-typeprint.exp: Likewise.
2036 * gdb.python/py-xmethods.exp: Likewise.
2037 * gdb.stabs/weird.exp: Likewise.
2038 * gdb.xml/tdesc-regs.exp: Likewise.
2039
2040 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2041
2042 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2043 (out_cu): Use addr_len for the size of addresses.
2044 (out_line): Likewise. Size DW_LNE_set_address instruction
2045 according to addr_len.
2046 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2047 (FUNC): Add START_INSNS to definition.
2048
2049 2014-10-18 Yao Qi <yao@codesourcery.com>
2050
2051 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2052 gdb_has_argv0 return true.
2053 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2054 check [target_info exists noargs], check [gdb_has_argv0]
2055 instead.
2056 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2057 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2058 procedures.
2059
2060 2014-10-17 Doug Evans <dje@google.com>
2061
2062 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2063 event.
2064 * gdb.python/py-events.py: Add clear_objfiles event.
2065
2066 2014-10-17 Doug Evans <dje@google.com>
2067
2068 * gdb.python/py-objfile.exp: Test progspace attribute.
2069
2070 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
2071
2072 * gdb.guile/scm-breakpoint.exp: Do not assume any
2073 directory separators when matching source file paths.
2074 * gdb.python/py-breakpoint.exp: Likewise.
2075 * gdb.reverse/break-precsave.exp: Likewise.
2076 * gdb.reverse/break-reverse.exp: Likewise.
2077 * gdb.reverse/consecutive-precsave.exp: Likewise.
2078 * gdb.reverse/finish-precsave.exp: Likewise.
2079 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2080 * gdb.reverse/finish-reverse.exp: Likewise.
2081 * gdb.reverse/i386-precsave.exp: Likewise.
2082 * gdb.reverse/i387-env-reverse.exp: Likewise.
2083 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2084 * gdb.reverse/machinestate-precsave.exp: Likewise.
2085 * gdb.reverse/machinestate.exp: Likewise.
2086 * gdb.reverse/sigall-precsave.exp: Likewise.
2087 * gdb.reverse/solib-precsave.exp: Likewise.
2088 * gdb.reverse/step-precsave.exp: Likewise.
2089 * gdb.reverse/until-precsave.exp: Likewise.
2090 * gdb.reverse/watch-precsave.exp: Likewise.
2091 * gdb.reverse/watch-reverse.exp: Likewise.
2092
2093 2014-10-17 Yao Qi <yao@codesourcery.com>
2094
2095 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2096 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2097
2098 2014-10-17 Pedro Alves <palves@redhat.com>
2099
2100 PR gdb/17471
2101 * gdb.base/bg-execution-repeat.c: New file.
2102 * gdb.base/bg-execution-repeat.exp: New file.
2103
2104 2014-10-17 Pedro Alves <palves@redhat.com>
2105
2106 PR gdb/17300
2107 * gdb.base/continue-all-already-running.c: New file.
2108 * gdb.base/continue-all-already-running.exp: New file.
2109
2110 2014-10-17 Pedro Alves <palves@redhat.com>
2111
2112 PR gdb/17472
2113 * gdb.base/annota-input-while-running.c: New file.
2114 * gdb.base/annota-input-while-running.exp: New file.
2115
2116 2014-10-17 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.base/callfuncs.exp: emove references to osf.
2119 * gdb.base/sigall.exp: Likewise.
2120 * gdb.gdb/selftest.exp: Likewise.
2121 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2122 * gdb.mi/non-stop.c: Likewise.
2123 * gdb.mi/pthreads.c: Likewise.
2124 * gdb.reverse/sigall-precsave.exp: Likewise.
2125 * gdb.reverse/sigall-reverse.exp: Likewise.
2126 * gdb.threads/pthreads.c: Likewise.
2127 * gdb.threads/pthreads.exp: Likewise.
2128
2129 2014-10-17 Yao Qi <yao@codesourcery.com>
2130
2131 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2132 check 'target_info exists noargs'.
2133 (test_command_prompt_position): Likewise.
2134 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2135 Remove "set args".
2136 (progvar_simple_while_test): Likewise.
2137 (progvar_complex_if_while_test): Likewise.
2138 (if_while_breakpoint_command_test): Likewise.
2139 (infrun_breakpoint_command_test): Likewise.
2140 (breakpoint_command_test): Likewise.
2141 (watchpoint_command_test): Likewise.
2142 (bp_deleted_in_command_test): Likewise.
2143 (temporary_breakpoint_commands): Likewise.
2144
2145 2014-10-16 Yao Qi <yao@codesourcery.com>
2146
2147 * gdb.base/remotetimeout.exp: Remove noargs checking.
2148
2149 2014-10-15 Pedro Alves <palves@redhat.com>
2150
2151 PR breakpoints/9649
2152 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2153 * gdb.base/breakpoint-in-ro-region.exp
2154 (probe_target_hardware_step): New procedure.
2155 (top level): Probe hardware stepping and hardware breakpoint
2156 support. Test stepping through a read-only region, with both
2157 "breakpoint auto-hw" on and off and both "always-inserted" on and
2158 off.
2159
2160 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2161
2162 * gdb.dlang/demangle.exp: Update for demangling changes.
2163
2164 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2165
2166 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2167 * gdb.cp/non-trivial-retval.exp: Add new tests.
2168
2169 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2170
2171 PR c++/13403
2172 PR c++/15154
2173 * gdb.cp/non-trivial-retval.cc: New file.
2174 * gdb.cp/non-trivial-retval.exp: New file.
2175
2176 2014-10-15 Yao Qi <yao@codesourcery.com>
2177
2178 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2179 remote host.
2180
2181 2014-10-15 Yao Qi <yao@codesourcery.com>
2182
2183 * gdb.python/py-symbol.exp: Match file base name if host is
2184 remote, otherwise match file name with dir name.
2185 * gdb.python/py-symtab.exp: Likewise.
2186 * gdb.python/python.exp: Likewise.
2187
2188 2014-10-15 Yao Qi <yao@codesourcery.com>
2189
2190 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2191 pattern.
2192 * gdb.python/py-symtab.exp: Likewise.
2193 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2194 locationn.
2195
2196 2014-10-14 Joel Brobecker <brobecker@adacore.com>
2197
2198 * gdb.ada/addr_arith: New testcase.
2199
2200 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2201
2202 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2203 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2204 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2205 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2206
2207 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2208
2209 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2210 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2211 * gdb.arch/stap-eval-lang-ada.exp: New file.
2212
2213 2014-10-14 Yao Qi <yao@codesourcery.com>
2214
2215 * gdb.mi/mi-var-child.c (nothing1): New function.
2216 (nothing2): New function.
2217 (do_children_tests): Set function pointers by nothing1 and
2218 nothing2.
2219 * gdb.mi/mi-var-child.exp: Step over new added statements.
2220 Update test to match the new output.
2221 * gdb.mi/var-cmd.c (nothing1): New function.
2222 (nothing2): New function.
2223 (do_children_tests): Set function pointers by nothing1 and
2224 nothing2.
2225 * gdb.mi/mi-var-display.exp: Update test to match output.
2226 Step to the line specified by $line_dct_nothing.
2227 Increase the number of lines to step.
2228
2229 2014-10-14 Yao Qi <yao@codesourcery.com>
2230
2231 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2232 tests.
2233 * gdb.mi/mi2-var-child.exp: Likewise.
2234
2235 2014-10-13 Doug Evans <dje@google.com>
2236
2237 * gdb.python/py-objfile.exp: Change name of file name test.
2238
2239 2014-10-13 Doug Evans <dje@google.com>
2240
2241 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2242 from the start of the CU.
2243
2244 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2245 Yao Qi <yao@codesourcery.com>
2246
2247 Fix "save breakpoints" for "catch" command.
2248 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2249 Remove -nonewline. Match also the added "main" line.
2250
2251 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2252
2253 Fix "save breakpoints" for "disable $bpnum" command.
2254 * gdb.base/save-bp.c (main): Add label.
2255 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2256
2257 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2258
2259 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2260
2261 2014-10-11 Yao Qi <yao@codesourcery.com>
2262
2263 * gdb.server/server-kill.exp: Execute command
2264 "set remote trace-status-packet on" before "tstatus".
2265
2266 2014-10-11 Yao Qi <yao@codesourcery.com>
2267
2268 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2269 (main): Call getppid.
2270 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2271 and continue to it. Read variable "server_pid".
2272
2273 2014-10-11 Yao Qi <yao@codesourcery.com>
2274
2275 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2276
2277 2014-10-11 Yao Qi <yao@codesourcery.com>
2278
2279 * gdb.threads/thread-find.exp: Don't execute command
2280 "info threads".
2281 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2282 * gdb.threads/linux-dp.exp: Don't check the condition
2283 $threads_created equals to zero.
2284
2285 2014-10-10 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.base/bigcore.exp: Remove references to IRIX.
2288 * gdb.base/funcargs.exp: Likewise.
2289 * gdb.base/interrupt.exp: Likewise.
2290 * gdb.base/mips_pro.exp: Likewise.
2291 * gdb.base/nodebug.exp: Likewise.
2292 * gdb.base/setvar.exp: Likewise.
2293 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2294
2295 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2296 Pedro Alves <palves@redhat.com>
2297
2298 PR symtab/14466
2299 * gdb.base/vdso-warning.c: New file.
2300 * gdb.base/vdso-warning.exp: New file.
2301
2302 2014-10-02 Doug Evans <dje@google.com>
2303
2304 * gdb.base/structs.c (main): Don't run forever.
2305
2306 2014-10-02 Pedro Alves <palves@redhat.com>
2307
2308 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2309 (top level) <stop threads 1, stop threads 2>: Use it.
2310
2311 2014-10-02 Pedro Alves <palves@redhat.com>
2312
2313 * gdb.threads/break-while-running.exp (test): Add new
2314 'update_thread_list' argument. Skip "info threads" if false.
2315 (top level): Add new 'update_thread_list' axis.
2316
2317 2014-10-02 Pedro Alves <palves@redhat.com>
2318
2319 PR breakpoints/17431
2320 * gdb.base/execl-update-breakpoints.c: New file.
2321 * gdb.base/execl-update-breakpoints.exp: New file.
2322
2323 2014-10-01 Pedro Alves <palves@redhat.com>
2324
2325 * gdb.base/breakpoint-in-ro-region.c: New file.
2326 * gdb.base/breakpoint-in-ro-region.exp: New file.
2327
2328 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2329
2330 * gdb.mi/mi-exit-code.exp: New file.
2331 * gdb.mi/mi-exit-code.c: New file.
2332
2333 2014-09-30 Yao Qi <yao@codesourcery.com>
2334
2335 * lib/prelink-support.exp (build_executable_own_libs): Error if
2336 the target isn't native.
2337
2338 2014-09-30 Yao Qi <yao@codesourcery.com>
2339
2340 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2341 false.
2342
2343 2014-09-22 Pedro Alves <palves@redhat.com>
2344
2345 * gdb.threads/break-while-running.exp: New file.
2346 * gdb.threads/break-while-running.c: New file.
2347
2348 2014-09-19 Yao Qi <yao@codesourcery.com>
2349
2350 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2351 Invoke test. Restart GDB with --readnow and invoke test again.
2352
2353 2014-09-19 Yao Qi <yao@codesourcery.com>
2354
2355 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2356 proc set_breakpoint_on_gcd_function. Invoke
2357 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2358 invoke set_breakpoint_on_gcd_function again.
2359
2360 2014-09-18 Doug Evans <dje@google.com>
2361
2362 * gdb.dwarf2/symtab-producer.exp: New file.
2363
2364 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2365
2366 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2367 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2368 * gdb.base/global-var-nested-by-dso.c: Likewise.
2369 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2370
2371 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2372 Pedro Alves <palves@redhat.com>
2373
2374 * gdb.base/watch-bitfields.exp: Pass string other than test file
2375 name to prepare_for_testing.
2376 (watch): New procedure.
2377 (expect_watchpoint): Use with_test_prefix.
2378 (top level): Factor out tests to ...
2379 (test_watch_location, test_regular_watch): ... these new
2380 procedures, and use with_test_prefix and gdb_continue_to_end.
2381
2382 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2383
2384 PR breakpoints/12526
2385 * gdb.base/watch-bitfields.exp: New file.
2386 * gdb.base/watch-bitfields.c: New file.
2387
2388 2014-09-16 Pedro Alves <palves@redhat.com>
2389
2390 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2391 software and hardware addresses, not software address against
2392 itself.
2393
2394 2014-09-16 Pedro Alves <palves@redhat.com>
2395
2396 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2397 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2398
2399 2014-09-16 Pedro Alves <palves@redhat.com>
2400
2401 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2402 files.
2403 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2404 "*-*-vxworks*" throughout.
2405 * gdb.base/break.exp: Likewise.
2406 * gdb.base/default.exp: Likewise.
2407 * gdb.base/scope.exp: Likewise.
2408 * gdb.base/sepdebug.exp: Likewise.
2409 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2410 throughout.
2411 * gdb.base/run.c: Likewise.
2412 * gdb.base/sepdebug.c: Likewise.
2413 * gdb.hp/gdb.aCC/run.c: Likewise.
2414 * gdb.reverse/until-reverse.c: Likewise.
2415 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2416
2417 2014-09-16 Yao Qi <yao@codesourcery.com>
2418
2419 * boards/local-remote-host-native.exp: New file.
2420
2421 2014-09-14 Doug Evans <xdje42@gmail.com>
2422
2423 * gdb.threads/queue-signal.c (thread_count): New variable.
2424 (thread_count_mutex, thread_count_condvar): New variables.
2425 (incr_thread_count, wait_all_threads_running): New functions.
2426 (main): Wait for all threads to be in their thread functions.
2427
2428 2014-09-13 Doug Evans <xdje42@gmail.com>
2429
2430 * gdb.threads/queue-signal.c: New file.
2431 * gdb.threads/queue-signal.exp: New file.
2432
2433 2014-09-13 Doug Evans <xdje42@gmail.com>
2434
2435 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2436 be consistent with what default_gdb_init uses.
2437 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2438 the plain text of the prompt. Add some logging printfs.
2439 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2440
2441 2014-09-12 Pedro Alves <palves@redhat.com>
2442
2443 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2444 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2445 * gdb.arch/i386-size-overlap.exp: Likewise.
2446 * gdb.arch/i386-size.exp: Likewise.
2447 * gdb.arch/i386-unwind.exp: Likewise.
2448 * gdb.base/a2-run.exp: Likewise.
2449 * gdb.base/break.exp: Likewise.
2450 * gdb.base/charset.exp: Likewise.
2451 * gdb.base/chng-syms.exp: Likewise.
2452 * gdb.base/commands.exp: Likewise.
2453 * gdb.base/dbx.exp: Likewise.
2454 * gdb.base/find.exp: Likewise.
2455 * gdb.base/funcargs.exp: Likewise.
2456 * gdb.base/jit-simple.exp: Likewise.
2457 * gdb.base/reread.exp: Likewise.
2458 * gdb.base/sepdebug.exp: Likewise.
2459 * gdb.base/step-bt.exp: Likewise.
2460 * gdb.cp/mb-inline.exp: Likewise.
2461 * gdb.cp/mb-templates.exp: Likewise.
2462 * gdb.objc/basicclass.exp: Likewise.
2463 * gdb.threads/killed.exp: Likewise.
2464
2465 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2466
2467 PR tdep/17379
2468 * gdb.arch/powerpc-stackless.S: New file.
2469 * gdb.arch/powerpc-stackless.exp: New file.
2470
2471 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2472
2473 * gdb.base/attach.c: Include unistd.h.
2474 (main): Call alarm. Add label postloop.
2475 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2476 gdb_breakpoint, gdb_continue_to_breakpoint.
2477 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2478
2479 2014-09-11 Pedro Alves <palves@redhat.com>
2480
2481 PR gdb/17347
2482 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2483 * gdb.base/attach.exp (test_command_line_attach_run): New
2484 procedure.
2485 (top level): Call it.
2486
2487 2014-09-11 Pedro Alves <palves@redhat.com>
2488
2489 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2490 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2491 (do_command_attach_tests): Use spawn_wait_for_attach.
2492 * gdb.base/solib-overlap.exp: Likewise.
2493 * gdb.multi/multi-attach.exp: Likewise.
2494 * gdb.python/py-prompt.exp: Likewise.
2495 * gdb.python/py-sync-interp.exp: Likewise.
2496 * gdb.server/ext-attach.exp: Likewise.
2497
2498 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2499
2500 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2501 command in testcase. Simplify testcase.
2502
2503 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2504
2505 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2506
2507 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2508
2509 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2510
2511 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2512
2513 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2514
2515 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2516
2517 * gdb.dwarf2/dynarr-ptr.c: New file.
2518 * gdb.dwarf2/dynarr-ptr.exp: New file.
2519
2520 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2521
2522 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2523 of 30 rather than hardcoding 120 for a slow test case. Take the
2524 `gdb,timeout' target setting into account for this calculation.
2525 Don't extend the timeout for the test cases that don't need it.
2526
2527 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2528
2529 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2530 a factor of 2 for a slow test case. Take the `gdb,timeout'
2531 target setting into account for this calculation.
2532 * gdb.reverse/until-precsave.exp: Increase the timeout by
2533 a factor of 15 and 3 respectively rather than adding 120
2534 for a pair of slow test cases. Take the `gdb,timeout'
2535 target setting into account for this calculation.
2536
2537 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2538
2539 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2540 timeout, don't pass one down to gdb_expect.
2541 (gdb_expect): Rework timeout selection.
2542
2543 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2544
2545 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2546 exception on timeout.
2547 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2548 (gdbserver_start_extended): Catch any `gdbserver_start' error
2549 exceptions.
2550 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2551 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2552 `gdbserver_gdb_load' error exceptions.
2553
2554 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2555
2556 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2557 120 on waiting for the TCP socket to open.
2558
2559 2014-09-09 Doug Evans <xdje42@gmail.com>
2560
2561 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2562 _caller_matches, _any_caller_is, _any_caller_matches.
2563
2564 2014-09-09 Doug Evans <xdje42@gmail.com>
2565
2566 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2567
2568 2014-09-09 Yao Qi <yao@codesourcery.com>
2569
2570 * gdb.mi/mi-var-display.exp: Set print symbol off.
2571
2572 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2573
2574 PR gdb/17035
2575 * gdb.base/commands.exp: Add tests to verify user-defined
2576 commands with empty bodies.
2577 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2578 python commands in `show user command`.
2579 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2580 scheme commands in `show user command`.
2581
2582 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2583
2584 PR python/17355
2585 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2586 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2587 * gdb.python/py-framefilter-invalidarg.exp: New file.
2588 * gdb.python/py-framefilter-invalidarg.py: New file.
2589
2590 2014-09-06 Doug Evans <xdje42@gmail.com>
2591
2592 PR 15276
2593 * gdb.python/py-caller-is.c: New file.
2594 * gdb.python/py-caller-is.exp: New file.
2595
2596 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2597
2598 PR gdb/17235
2599 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2600 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2601
2602 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2603
2604 PR fortran/17237
2605 * gdb.fortran/print-formatted.exp: New file.
2606 * gdb.fortran/print-formatted.f90: Likewise.
2607
2608 2014-09-03 Sasha Smundak <asmundak@google.com>
2609
2610 * gdb.python/py-frame.exp: Test Frame.read_register.
2611
2612 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2613
2614 PR python/16699
2615 * gdb.python/py-completion.exp: New file.
2616 * gdb.python/py-completion.py: Likewise.
2617
2618 2014-08-28 Doug Evans <dje@google.com>
2619
2620 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2621 eax,etc. are live with values set by gdb and thus the compiler can't
2622 use them.
2623 * gdb.arch/i386-pseudo.c (main): Ditto.
2624
2625 2014-08-27 Doug Evans <dje@google.com>
2626
2627 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2628
2629 2014-08-25 Doug Evans <dje@google.com>
2630
2631 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2632 (main): Ditto.
2633
2634 2014-08-25 Doug Evans <dje@google.com>
2635
2636 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2637
2638 2014-08-24 Yao Qi <yao@codesourcery.com>
2639
2640 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2641 symbol off.
2642 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2643
2644 2014-08-22 Doug Evans <dje@google.com>
2645
2646 PR 17276
2647 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2648 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2649 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2650
2651 2014-08-22 Yao Qi <yao@codesourcery.com>
2652
2653 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2654 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2655 * gdb.python/python.exp: Likewise. Use .py file on the host
2656 instead of the build.
2657
2658 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2659
2660 * gdb.threads/gcore-stale-thread.c: New file.
2661 * gdb.threads/gcore-stale-thread.exp: New file.
2662
2663 2014-08-21 Pedro Alves <palves@redhat.com>
2664
2665 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2666 * gdb.base/gcore-relro-pie.exp: Likewise.
2667 * gdb.base/gcore-relro.exp: Likewise.
2668 * gdb.base/gcore.exp: Likewise.
2669 * gdb.base/print-symbol-loading.exp: Likewise.
2670 * gdb.threads/gcore-thread.exp: Likewise.
2671 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2672
2673 2014-08-20 Pedro Alves <palves@redhat.com>
2674 Jan Kratochvil <jan.kratochvil@redhat.com>
2675
2676 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2677 configure.
2678 (EXPECT): Handle READ1 being set.
2679 (all): Depend on EXTRA_RULES.
2680 (check-read1, expect-read1, read1.so, read1): New rules.
2681 * README (Testsuite Parameters): Document the READ1 make variable.
2682 (Race detection): New section.
2683 * configure: Regenerate.
2684 * configure.ac: If build==host==target, and running under a
2685 GNU/glibc system, add read1 to the extra Makefile rules.
2686 (EXTRA_RULES): AC_SUBST it.
2687 * lib/read1.c: New file.
2688
2689 2014-08-20 Joel Brobecker <brobecker@adacore.com>
2690
2691 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2692 the handling of variables declared as a typedef to an array
2693 which a DW_AT_data_location attribute.
2694
2695 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
2696 Pedro Alves <palves@redhat.com>
2697
2698 PR symtab/14604
2699 PR symtab/14605
2700 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2701 gdb_test.
2702
2703 2014-08-19 Pedro Alves <palves@redhat.com>
2704
2705 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2706
2707 2014-08-19 Yao Qi <yao@codesourcery.com>
2708
2709 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2710 right line.
2711
2712 2014-08-18 David Blaikie <dblaikie@gmail.com>
2713
2714 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2715
2716 2014-08-18 Joel Brobecker <brobecker@adacore.com>
2717
2718 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2719 attribute in array range.
2720
2721 2014-08-18 Joel Brobecker <brobecker@adacore.com>
2722
2723 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2724
2725 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2726
2727 PR c++/17132
2728 * gdb.cp/pr17132.cc: New file.
2729 * gdb.cp/pr17132.exp: New file.
2730
2731 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2732
2733 * gdb.python/py-xmethods.py (A_getarrayind)
2734 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2735 Use 'print' with function call syntax.
2736 (E_method_matcher.match): Fix tab vs space indentation mixup.
2737
2738 2014-08-15 Yao Qi <yao@codesourcery.com>
2739
2740 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2741 false.
2742
2743 2014-08-15 Yao Qi <yao@codesourcery.com>
2744
2745 * gdb.cp/casts.exp: Set print symbol off.
2746 * gdb.cp/class2.exp: Likewise.
2747 * gdb.cp/overload.exp: Likewise.
2748 * gdb.cp/templates.exp: Likewise.
2749
2750 2014-08-11 Doug Evans <dje@google.com>
2751
2752 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2753 (test_load_shlib): Update.
2754
2755 2014-08-09 Yao Qi <yao@codesourcery.com>
2756
2757 * gdb.base/display.exp: Invoke is_address_zero_readable.
2758 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2759 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2760 * gdb.base/hbreak-unmapped.exp: Return if
2761 is_address_zero_readable returns true.
2762 * gdb.base/signest.exp: Likewise.
2763 * gdb.base/signull.exp: Likewise.
2764 * gdb.base/sigbpt.exp: Likewise.
2765 * gdb.guile/scm-disasm.exp: Do the test if
2766 is_address_zero_readable returns false.
2767 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2768 * gdb.python/py-arch.exp: Likewise.
2769 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2770 * lib/gdb.exp (is_address_zero_readable): New proc.
2771
2772 2014-08-09 Yao Qi <yao@codesourcery.com>
2773
2774 PR testsuite/13443
2775 * gdb.mi/mi-var-display.exp: Make test messages unique.
2776
2777 2014-08-04 Tom Tromey <tromey@redhat.com>
2778
2779 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2780 target 0".
2781
2782 2014-08-04 Tom Tromey <tromey@redhat.com>
2783
2784 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2785 "target_resume".
2786
2787 2014-08-01 Joel Brobecker <brobecker@adacore.com>
2788
2789 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2790 inner_vla_struct_object_size.
2791 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2792 as xfail.
2793
2794 2014-07-30 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2797 comment.
2798
2799 2014-07-29 Yao Qi <yao@codesourcery.com>
2800
2801 PR gdb/17206
2802 * gdb.base/until-nodebug.exp: New.
2803
2804 2014-07-28 Doug Evans <xdje42@gmail.com>
2805
2806 PR guile/17203
2807 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2808 previously existing parameter, and previously ambiguously spelled
2809 parameter.
2810
2811 2014-07-28 Will Newton <will.newton@linaro.org>
2812
2813 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2814
2815 2014-07-26 Ludovic Courtès <ludo@gnu.org>
2816 Doug Evans <xdje42@gmail.com>
2817
2818 PR guile/17146
2819 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2820
2821 2014-07-25 Pedro Alves <palves@redhat.com>
2822
2823 * gdb.threads/signal-command-handle-nopass.c: New file.
2824 * gdb.threads/signal-command-handle-nopass.exp: New file.
2825 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2826 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2827 * gdb.threads/signal-delivered-right-thread.c: New file.
2828 * gdb.threads/signal-delivered-right-thread.exp: New file.
2829
2830 2014-07-25 Pedro Alves <palves@redhat.com>
2831
2832 * gdb.base/double-prompt-target-event-error.exp
2833 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2834 match.
2835 (cancel_pagination_in_target_event): Rework double prompt
2836 detection.
2837 * gdb.base/paginate-after-ctrl-c-running.exp
2838 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2839 <return>' match.
2840 * gdb.base/paginate-bg-execution.exp
2841 (test_bg_execution_pagination_return)
2842 (test_bg_execution_pagination_cancel): Remove '-notransfer
2843 <return>' matches.
2844 * gdb.base/paginate-execution-startup.exp
2845 (test_fg_execution_pagination_return)
2846 (test_fg_execution_pagination_cancel): Remove '-notransfer
2847 <return>' matches.
2848 * gdb.base/paginate-inferior-exit.exp
2849 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2850 match.
2851 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2852 * lib/gdb.exp (pagination_prompt): Run text through
2853 string_to_regexp.
2854 (gdb_test_multiple): Match $pagination_prompt instead of
2855 "<return>".
2856 (string_to_regexp): Move to lib/gdb-utils.exp.
2857
2858 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2859
2860 * gdb.arch/amd64-entry-value-paramref.S: New file.
2861 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2862 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2863 * gdb.arch/amd64-optimout-repeat.S: New file.
2864 * gdb.arch/amd64-optimout-repeat.c: New file.
2865 * gdb.arch/amd64-optimout-repeat.exp: New file.
2866
2867 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2868
2869 PR gdb/17170
2870 * gdb.base/statistics.exp: New file.
2871
2872 2014-07-17 Doug Evans <dje@google.com>
2873
2874 PR gdb/17170
2875 * gdb.base/maint.exp: Update testing of per-command stats.
2876
2877 2014-07-16 Pedro Alves <palves@redhat.com>
2878
2879 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2880 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2881 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2882 (tfile_write_buf): New functions.
2883 (add_memory_block): Rewrite using the above.
2884 (adjust_function_address): New function.
2885 (FUNCTION_ADDRESS): New macro.
2886 (write_basic_trace_file): Remove short_x local, and use
2887 tfile_write_16. Change type of func_addr local to unsigned long
2888 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2889 here. Cast argument of add_memory_block to char pointer.
2890 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2891 (main): Remove parameters.
2892 * gdb.trace/tfile.exp: Remove nowarnings.
2893
2894 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2895
2896 * gdb.base/debug-expr.exp: Test string evaluation with
2897 "debug expression" on.
2898
2899 2014-07-15 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.base/reread.exp: Use clean_restart.
2902
2903 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2904
2905 * gdb.arch/avr-flash-qualifer.c: New.
2906 * gdb.arch/avr-flash-qualifer.exp: New.
2907
2908 2014-07-14 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2911 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2912
2913 2014-07-14 Pedro Alves <palves@redhat.com>
2914
2915 * gdb.base/double-prompt-target-event-error.c: New file.
2916 * gdb.base/double-prompt-target-event-error.exp: New file.
2917
2918 2014-07-14 Pedro Alves <palves@redhat.com>
2919
2920 PR gdb/17072
2921 * gdb.base/paginate-inferior-exit.c: New file.
2922 * gdb.base/paginate-inferior-exit.exp: New file.
2923
2924 2014-07-14 Pedro Alves <palves@redhat.com>
2925
2926 PR gdb/17072
2927 * gdb.base/paginate-bg-execution.c: New file.
2928 * gdb.base/paginate-bg-execution.exp: New file.
2929
2930 2014-07-14 Pedro Alves <palves@redhat.com>
2931
2932 PR gdb/17072
2933 * gdb.base/paginate-execution-startup.c: New file.
2934 * gdb.base/paginate-execution-startup.exp: New file.
2935 * lib/gdb.exp (pagination_prompt): New global.
2936 (default_gdb_spawn): New procedure, factored out from
2937 default_gdb_spawn.
2938 (default_gdb_start): Adjust to call default_gdb_spawn.
2939 (gdb_spawn): New procedure.
2940
2941 2014-07-14 Pedro Alves <palves@redhat.com>
2942
2943 * lib/gdb.exp (gdb_assert): New procedure.
2944 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2945
2946 2014-07-14 Pedro Alves <palves@redhat.com>
2947
2948 * gdb.base/execution-termios.c: New file.
2949 * gdb.base/execution-termios.exp: New file.
2950
2951 2014-07-14 Tom Tromey <tromey@redhat.com>
2952
2953 * gdb.cp/vla-cxx.cc: New file.
2954 * gdb.cp/vla-cxx.exp: New file.
2955
2956 2014-07-14 Tom Tromey <tromey@redhat.com>
2957
2958 * gdb.reverse/rerun-prec.c: New file.
2959 * gdb.reverse/rerun-prec.exp: New file.
2960
2961 2014-07-12 Maciej W. Rozycki <macro@mips.com>
2962 Maciej W. Rozycki <macro@codesourcery.com>
2963
2964 * lib/gdb-utils.exp: New file.
2965 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2966 inline `gdb_init_command' processing.
2967 (gdb_start_cmd): Likewise.
2968 * lib/mi-support.exp (mi_run_cmd): Likewise.
2969 * README: Document `gdb_init_command' and `gdb_init_commands'.
2970
2971 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2972
2973 Fix false FAIL running under a very long directory name.
2974 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2975 and "set print elements 10000". Twice.
2976
2977 2014-07-11 Yao Qi <yao@codesourcery.com>
2978
2979 * gdb.base/exprs.exp: "set print symbol off".
2980
2981 2014-07-11 Pedro Alves <palves@redhat.com>
2982
2983 * gdb.threads/kill.c: New file.
2984 * gdb.threads/kill.exp: New file.
2985
2986 2014-07-10 Yao Qi <yao@codesourcery.com>
2987
2988 * gdb.trace/tfile.c (write_basic_trace_file)
2989 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2990 address written to trace file.
2991
2992 2014-07-09 Pedro Alves <palves@redhat.com>
2993
2994 * gdb.base/attach-wait-input.exp: New file.
2995 * gdb.base/attach-wait-input.c: New file.
2996
2997 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2998
2999 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3000 setting up test structures.
3001 (main): Call new test function.
3002 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3003 test function, continue into test function and walk test
3004 structures.
3005
3006 2014-07-02 Yao Qi <yao@codesourcery.com>
3007
3008 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3009 'bar_start' at the beginning of functions 'foo' and 'bar'
3010 respectively.
3011 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3012 instead of 'foo' and 'bar'.
3013
3014 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3015
3016 * gdb.btrace/segv.exp: New.
3017 * gdb.btrace/segv.c: New.
3018
3019 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
3020
3021 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3022 instruction.
3023
3024 2014-06-30 Mark Wielaard <mjw@redhat.com>
3025
3026 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3027 vulture, vilify, villar): New volatile array constants.
3028 (vindictive, vegetation): New const volatile array constants.
3029 * gdb.base/volatile.exp: Test volatile and const volatile array
3030 types.
3031
3032 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3033
3034 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3035 target lacks support for awatch, rwatch, or hbreak.
3036
3037 2014-06-27 Yao Qi <yao@codesourcery.com>
3038
3039 * gdb.multi/dummy-frame-restore.exp: New.
3040 * gdb.multi/dummy-frame-restore.c: New.
3041
3042 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3043
3044 * gdb.btrace/gcore.exp: New.
3045
3046 2014-06-23 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.base/watchpoint-reuse-slot.c: New file.
3049 * gdb.base/watchpoint-reuse-slot.exp: New file.
3050
3051 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3052
3053 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3054 progspace's filename in 'info', 'enable' and 'disable' command
3055 tests.
3056
3057 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3058
3059 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3060 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3061 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3062
3063 2014-06-20 Gary Benson <gbenson@redhat.com>
3064
3065 * gdb.arch/i386-avx.exp: Fix include file location.
3066 * gdb.arch/i386-sse.exp: Likewise.
3067
3068 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3069
3070 * gdb.dlang/expression.exp: New file.
3071
3072 2014-06-19 Pedro Alves <palves@redhat.com>
3073
3074 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3075 out from ...
3076 (top level): ... here. Iterate running tests under different
3077 scheduler-locking settings.
3078
3079 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
3080
3081 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3082 to DW_FORM_addr and use non-zero addresses.
3083
3084 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3085
3086 PR gdb/17017
3087 * gdb.python/py-xmethods.cc: Add global function call counters and
3088 increment them in their respective functions. Remove "cout"
3089 statements.
3090 * gdb.python/py-xmethods.exp: Make tests check the global function
3091 call counters instead of depending on inferior IO.
3092
3093 2014-06-18 Don Breazeal <donb@codesourcery.com>
3094
3095 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3096 Deleted procedure.
3097 (explicit_fork_parent_follow): Deleted procedure.
3098 (explicit_fork_child_follow): Deleted procedure.
3099 (test_follow_fork): New procedure.
3100 (do_fork_tests): Replace calls to deleted procedures with
3101 calls to test_follow_fork and reset GDB for subsequent
3102 procedure calls.
3103
3104 2014-06-17 Yao Qi <yao@codesourcery.com>
3105
3106 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3107 CP1252.
3108
3109 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
3110
3111 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3112 Initialize ptr and S explicitly.
3113 (skip_type_update_when_not_use_rtti_test): Likewise.
3114
3115 2014-06-16 Keith Seitz <keiths@redhat.com>
3116
3117 PR mi/15863
3118 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3119 the inferior is started.
3120
3121 2014-06-16 Pedro Alves <palves@redhat.com>
3122
3123 * gdb.base/break-main-file-remove-fail.c: New file.
3124 * gdb.base/break-main-file-remove-fail.exp: New file.
3125 * gdb.base/break-unload-file.exp: Use build_executable instead of
3126 prepare_for_testing.
3127 (test_break): New parameter "initial_load". Handle it.
3128 (top level): Add initial_load cmdline/file axis.
3129
3130 2014-06-12 Tom Tromey <tromey@redhat.com>
3131
3132 * gdb.base/completion.exp: Don't use directory name in test.
3133
3134 2014-06-09 Gary Benson <gbenson@redhat.com>
3135
3136 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3137 separate the always-available ANSI-standard signals from the
3138 signals that require checking.
3139 (main): Likewise.
3140 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3141 Likewise.
3142 (main): Likewise.
3143
3144 2014-06-07 Keith Seitz <keiths@redhat.com>
3145
3146 Revert:
3147 PR c++/16253
3148 * gdb.cp/var-tag.cc: New file.
3149 * gdb.cp/var-tag.exp: New file.
3150 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3151 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3152 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3153 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3154
3155 2014-06-06 Doug Evans <xdje42@gmail.com>
3156
3157 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3158
3159 2014-06-06 Pedro Alves <palves@redhat.com>
3160
3161 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3162 in target debug output instead of looking at RSP packets,
3163 disabling the test on any target that uses hardware stepping.
3164 Update comments.
3165
3166 2014-06-06 Pedro Alves <palves@redhat.com>
3167
3168 * gdb.base/break-unload-file.exp: Fix typo.
3169
3170 2014-06-06 Yao Qi <yao@codesourcery.com>
3171
3172 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3173 from "jit_function" to "^jit_function".
3174
3175 2014-06-06 Yao Qi <yao@codesourcery.com>
3176
3177 * gdb.base/async.c (foo): Add one statement.
3178 * gdb.base/async.exp: Get the next instruction address and
3179 match the output of "nexti" by instruction address. Match
3180 the hex address in the output of "finish".
3181
3182 2014-06-06 Gary Benson <gbenson@redhat.com>
3183
3184 * gdb.base/call-signals.c: Remove preprocessor conditionals
3185 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3186 SIGSEGV and SIGTERM.
3187 * gdb.base/sigall.c: Likewise.
3188 * gdb.base/unwindonsignal.c: Likewise.
3189 * gdb.reverse/sigall-reverse.c: Likewise.
3190
3191 2014-06-06 Yao Qi <yao@codesourcery.com>
3192
3193 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3194 readable, skip the test.
3195
3196 2014-06-06 Yao Qi <yao@codesourcery.com>
3197
3198 * gdb.threads/staticthreads.c (thread_function): Move the line
3199 setting breakpoint on forward.
3200 * gdb.threads/staticthreads.exp: Update comments.
3201
3202 2014-06-05 Ludovic Courtès <ludo@gnu.org>
3203
3204 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3205 "history-append! type error".
3206
3207 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3208
3209 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3210 erroneous dprintf expected input.
3211
3212 2014-06-04 Doug Evans <xdje42@gmail.com>
3213
3214 * gdb.guile/scm-generics.exp: Delete.
3215
3216 2014-06-04 Doug Evans <xdje42@gmail.com>
3217
3218 * gdb.guile/scm-breakpoint.exp: Update.
3219 Add tests for breakpoint registration.
3220
3221 2014-06-04 Tom Tromey <tromey@redhat.com>
3222
3223 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3224 VLA-in-union.
3225 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3226 inner_vla_struct, vla_union types. Initialize objects of those
3227 types and compute their sizes.
3228
3229 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3230 Hui Zhu <hui@codesourcery.com>
3231
3232 * gdb.base/fileio.exp: Add test for shell not available as well as
3233 available.
3234 * gdb.base/fileio.c (test_system): Check for shell twice.
3235
3236 2014-06-04 Yao Qi <yao@codesourcery.com>
3237
3238 * gdb.base/auto-connect-native-target.exp: Remove redundant
3239 space from the regexp pattern.
3240
3241 2014-06-04 Yao Qi <yao@codesourcery.com>
3242
3243 * gdb.base/default.exp: Replace "child" with "native" in
3244 regexp pattern.
3245
3246 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3247
3248 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3249 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3250 * gdb.python/py-xmethods.py: Python script supporting the
3251 new testcase and tests.
3252
3253 2014-06-03 Joel Brobecker <brobecker@adacore.com>
3254 Pedro Alves <palves@redhat.com>
3255
3256 PR breakpoints/17000
3257 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3258 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3259
3260 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3261
3262 * gdb.base/subst.exp: Add tests to verify partial path matching
3263 output.
3264
3265 2014-06-03 Pedro Alves <palves@redhat.com>
3266
3267 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3268 target that doesn't use software single-stepping.
3269
3270 2014-06-03 Pedro Alves <palves@redhat.com>
3271
3272 PR breakpoints/17000
3273 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3274 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3275
3276 2014-06-02 Doug Evans <xdje42@gmail.com>
3277
3278 * gdb.guile/scm-parameter.exp: New file.
3279
3280 2014-06-02 Doug Evans <xdje42@gmail.com>
3281
3282 * gdb.guile/scm-cmd.c: New file.
3283 * gdb.guile/scm-cmd.exp: New file.
3284
3285 2014-06-02 Doug Evans <xdje42@gmail.com>
3286
3287 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3288 pretty-printer lookup.
3289 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3290 (make-pp_s-printer): Call it.
3291 (make-pretty-printer-from-dict): New function.
3292 (lookup-pretty-printer-maker-from-dict): New function.
3293 (*pretty-printer*): Simplify.
3294 (make-objfile-pp_s-printer): New function.
3295 (install-objfile-pretty-printers!): New function.
3296 (make-progspace-pp_s-printer): New function.
3297 (install-progspace-pretty-printers!): New function.
3298 * gdb.guile/scm-progspace.c: New file.
3299 * gdb.guile/scm-progspace.exp: New file.
3300
3301 2014-06-02 Pedro Alves <palves@redhat.com>
3302
3303 * gdb.base/dprintf-bp-same-addr.c: New file.
3304 * gdb.base/dprintf-bp-same-addr.exp: New file.
3305
3306 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3307
3308 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3309 * gdb.arch/powerpc-power.s: Likewise.
3310
3311 2014-06-02 Joel Brobecker <brobecker@adacore.com>
3312
3313 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3314
3315 2014-06-01 Yao Qi <yao@codesourcery.com>
3316
3317 * gdb.base/watchpoint.exp (test_watch_location): Check null
3318 pointer can be dereferenced. If not, do the test, otherwise
3319 skip it.
3320
3321 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
3322
3323 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3324 results.
3325 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3326
3327 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
3328
3329 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3330 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3331 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3332 * gdb.arch/amd64-invalid-stack-top.c: New file.
3333 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3334
3335 2014-05-30 Pedro Alves <palves@redhat.com>
3336
3337 PR breakpoints/17000
3338 * gdb.base/sss-bp-on-user-bp.c: New file.
3339 * gdb.base/sss-bp-on-user-bp.exp: New file.
3340
3341 2014-05-30 David Blaikie <dblaikie@gmail.com>
3342
3343 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3344 gnu_inline semantics via attribute.
3345 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3346 source explicitly specifies the required semantics.
3347
3348 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3349
3350 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3351
3352 2014-05-29 Pedro Alves <palves@redhat.com>
3353 Tom Tromey <tromey@redhat.com>
3354
3355 * gdb.base/async-shell.exp: Don't enable target-async.
3356 * gdb.base/async.exp
3357 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3358 parameter. Adjust.
3359 (top level): Don't test with "target-async".
3360 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3361 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3362 * gdb.base/inferior-died.exp: Don't enable target-async.
3363 * gdb.base/interrupt-noterm.exp: Likewise.
3364 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3365 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3366 * gdb.mi/mi-nonstop.exp: Likewise.
3367 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3368 * gdb.mi/mi-nsintrall.exp: Likewise.
3369 * gdb.mi/mi-nsmoribund.exp: Likewise.
3370 * gdb.mi/mi-nsthrexec.exp: Likewise.
3371 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3372 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3373 * gdb.python/py-evsignal.exp: Don't enable target-async.
3374 * gdb.python/py-evthreads.exp: Likewise.
3375 * gdb.python/py-prompt.exp: Likewise.
3376 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3377 * gdb.server/solib-list.exp: Don't enable target-async.
3378 * gdb.threads/thread-specific-bp.exp: Likewise.
3379 * lib/mi-support.exp: Adjust to use mi-async.
3380
3381 2014-05-29 Pedro Alves <palves@redhat.com>
3382
3383 PR gdb/13860
3384 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3385 reason, even in sync mode.
3386
3387 2014-05-29 Pedro Alves <palves@redhat.com>
3388 Hui Zhu <hui@codesourcery.com>
3389
3390 PR PR15693
3391 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3392 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3393 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3394 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3395
3396 2014-05-28 Joel Brobecker <brobecker@adacore.com>
3397
3398 * config/monitor.exp (gdb_target_monitor): Replace use of
3399 "set remotebaud" by "set serial baud".
3400
3401 2014-05-26 Andy Wingo <wingo@igalia.com>
3402
3403 * gdb.guile/scm-breakpoint.exp:
3404 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3405 properties instead of gdb-object-properties.
3406
3407 2014-05-26 Yao Qi <yao@codesourcery.com>
3408
3409 * gdb.server/no-thread-db.exp: Specify source file name
3410 explicitly when setting a breakpoint.
3411
3412 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3413
3414 * gdb.btrace/vdso.c: New.
3415 * gdb.btrace/vdso.exp: New.
3416
3417 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3418
3419 * gdb.base/gcore.exp (capture_command_output): Move ...
3420 * lib/gdb.exp (capture_command_output): ... here.
3421
3422 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3423
3424 * gdb.btrace/data.exp: Test memory access during btrace replay.
3425
3426 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3427
3428 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3429
3430 2014-05-21 Pedro Alves <palves@redhat.com>
3431
3432 PR gdb/13860
3433 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3434 (top level): Test that output related to execution commands is
3435 sent to the console with CLI commands, but not with MI commands.
3436 Test that breakpoint events are always mirrored to the console.
3437 Also expect the new source line to be output after a "next" in
3438 async mode too. Make it a pass/fail test.
3439 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3440 output.
3441 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3442
3443 2014-05-21 Pedro Alves <palves@redhat.com>
3444
3445 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3446 Use them to test variations of "list" after reaching a breakpoint.
3447 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3448 Test "list" with listsize 10 after reaching a breakpoint.
3449 * gdb.python/python.exp (decode_line current location line
3450 number): Adjust expected line number.
3451
3452 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3453
3454 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3455 behavior for $args, pass it directly to "run".
3456
3457 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3458
3459 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3460 30000 to 65536.
3461
3462 2014-05-21 Pedro Alves <palves@redhat.com>
3463
3464 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3465 auto-connect-native-target off".
3466 * gdb.base/auto-connect-native-target.c: New file.
3467 * gdb.base/auto-connect-native-target.exp: New file.
3468
3469 2014-05-21 Pedro Alves <palves@redhat.com>
3470
3471 * gdb.base/default.exp: Test "target native" instead of "target
3472 child".
3473
3474 2014-05-21 Mark Wielaard <mjw@redhat.com>
3475
3476 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3477
3478 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3479
3480 Fix TLS access for -static -pthread.
3481 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3482 <HAVE_TLS> (thread_function, main): Initialize it.
3483 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3484 Add clean_restart.
3485 <$have_tls != "">: Check TLSVAR.
3486
3487 2014-05-21 Pedro Alves <palves@redhat.com>
3488
3489 * gdb.base/dcache-line-read-error.c: New.
3490 * gdb.base/dcache-line-read-error.exp: New.
3491
3492 2014-05-20 Pedro Alves <palves@redhat.com>
3493
3494 * gdb.base/compare-sections.c: New file.
3495 * gdb.base/compare-sections.exp: New file.
3496
3497 2014-05-20 Pedro Alves <palves@redhat.com>
3498
3499 * gdb.base/break-idempotent.c: New file.
3500 * gdb.base/break-idempotent.exp: New file.
3501
3502 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3503
3504 * gdb.btrace/nohist.exp: New.
3505
3506 2014-05-20 Yao Qi <yao@codesourcery.com>
3507
3508 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3509 gdb.reverse directory and gdb_reverse_timeout exists in board
3510 setting.
3511 * README: Document gdb_reverse_timeout.
3512
3513 2014-05-20 Yao Qi <yao@codesourcery.com>
3514
3515 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3516 'test_file_name'. Treat args as a string instead of a list.
3517 (gdb_init): Rename argument 'args' by 'test_file_name'.
3518
3519 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3520
3521 * gdb.arch/powerpc-power.exp: New file.
3522 * gdb.arch/powerpc-power.s: New file.
3523
3524 2014-05-16 Doug Evans <dje@google.com>
3525
3526 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
3527 * gdb.base/completion.exp: Check that all expected files exist
3528 before doing file completion.
3529
3530 2014-05-16 Doug Evans <dje@google.com>
3531
3532 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3533 Update.
3534 (do_syscall_tests_without_xml): Update.
3535
3536 2014-05-16 Pedro Alves <palves@redhat.com>
3537
3538 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3539 instead of "unknown output after running".
3540
3541 2014-05-16 Yao Qi <yao@codesourcery.com>
3542
3543 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3544 file1.txt from host at the end.
3545 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3546
3547 2014-05-15 Doug Evans <dje@google.com>
3548
3549 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3550 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3551 loading file. Add test for TU lookup.
3552
3553 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3554
3555 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3556 calling "-exec-arguments" or "set args" before running the
3557 inferior.
3558
3559 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3560
3561 * lib/mi-support.exp (mi_expect_stop): Expect message for
3562 inferiors that exit with non-zero exit code.
3563
3564 2014-05-14 Yao Qi <yao@codesourcery.com>
3565
3566 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3567 match absolute path on remote host.
3568 (test_file_list_exec_source_files): Remove "/" from the
3569 pattern.
3570
3571 2014-05-14 Yao Qi <yao@codesourcery.com>
3572
3573 * boards/local-remote-host-notty.exp (${board}_file): New
3574 proc.
3575
3576 2014-05-07 Kyle McMartin <kyle@redhat.com>
3577
3578 Pushed by Joel Brobecker <brobecker@adacore.com>.
3579 * gdb.arch/aarch64-atomic-inst.c: New file.
3580 * gdb.arch/aarch64-atomic-inst.exp: New file.
3581
3582 2014-05-07 Yao Qi <yao@codesourcery.com>
3583
3584 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3585 in current context" too.
3586
3587 2014-05-05 Keith Seitz <keiths@redhat.com>
3588
3589 * gdb.linespec/ls-dollar.exp: Add test for linespec
3590 file:convenience_variable.
3591
3592 2014-05-05 Yao Qi <yao@codesourcery.com>
3593
3594 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3595 traceframes into tfile and ctf trace files. Read data from
3596 trace file and test collected data.
3597 (gdb_collect_locals_test): Likewise.
3598 (gdb_unavailable_registers_test): Likewise.
3599 (gdb_unavailable_floats): Likewise.
3600 (gdb_collect_globals_test): Likewise.
3601 (top-level): Append "ctf" to trace_file_targets if GDB
3602 supports.
3603
3604 2014-05-05 Yao Qi <yao@codesourcery.com>
3605
3606 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3607 code to ...
3608 (gdb_collect_args_test_1): ... it. New proc.
3609 (gdb_collect_locals_test): Move some code to ...
3610 (gdb_collect_locals_test_1): ... it. New proc.
3611 (gdb_unavailable_registers_test): Move some code to ...
3612 (gdb_unavailable_registers_test_1): ... it. New proc.
3613 (gdb_unavailable_floats): Move some code to ...
3614 (gdb_unavailable_floats_1): ... it. New proc.
3615
3616 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3617
3618 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3619 probes to test for bitness recognition.
3620 * gdb.arch/amd64-stap-optional-prefix.exp
3621 (test_probe_value_without_reg): New procedure.
3622 Add code to test for different kinds of bitness.
3623
3624 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3625
3626 PR breakpoints/16889
3627 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3628 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3629
3630 2014-05-01 Pedro Alves <palves@redhat.com>
3631
3632 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3633 gdb_file_cmd if no file is specified.
3634 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3635 last_loaded_file to set the remote exec-file.
3636
3637 2014-05-01 Pedro Alves <palves@redhat.com>
3638
3639 * boards/local-remote-host.exp: New file.
3640
3641 2014-05-01 Pedro Alves <palves@redhat.com>
3642
3643 * boards/local-remote-host.exp: Rename to ...
3644 * boards/local-remote-host-notty.exp: ... this.
3645
3646 2014-04-28 Joel Brobecker <brobecker@adacore.com>
3647
3648 * gdb.ada/dyn_arrayidx: New testcase.
3649
3650 2014-04-26 Yao Qi <yao@codesourcery.com>
3651
3652 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3653 and compute the length of function main. Save it in
3654 $main_length.
3655 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3656 (top-level): Use gdb_compile to compile objects into
3657 executable and restart GDB. Remove invocation to
3658 prepare_for_testing.
3659
3660 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3661 Pedro Alves <palves@redhat.com>
3662
3663 PR server/16255
3664 * gdb.multi/multi-attach.c: New file.
3665 * gdb.multi/multi-attach.exp: New file.
3666
3667 2014-04-25 Pedro Alves <palves@redhat.com>
3668
3669 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3670 user.
3671 (top level): Test that "set remote conditional-breakpoints-packet
3672 off" works as intended.
3673 * gdb.base/dprintf.exp: Test that "set remote
3674 breakpoint-commands-packet off" works as intended.
3675 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3676 New function.
3677 (top level): Call it.
3678 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3679 remote fast-tracepoints-packet off" works as intended.
3680 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3681 * lib/gdb.exp (gdb_is_target_remote): ... here.
3682
3683 2014-04-24 David Blaikie <dblaikie@gmail.com>
3684
3685 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3686 ensure clang would not discard them.
3687 * gdb.base/gdbvars.c: Ditto.
3688 * gdb.base/memattr.c: Ditto.
3689 * gdb.base/whatis.c: Ditto.
3690 * gdb.python/py-prettyprint.c: Ditto.
3691 * gdb.trace/actions.c: Ditto.
3692 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3693 ensure clang would not discard it.
3694
3695 2014-04-24 David Blaikie <dblaikie@gmail.com>
3696
3697 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3698 clang to emit the full definition of type required by the test
3699 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3700
3701 2014-04-24 David Blaikie <dblaikie@gmail.com>
3702
3703 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3704 coax Clang into emitting the definition of the type.
3705 * gdb.cp/pr10728-x.h (y): Ditto.
3706 * gdb.cp/pr10728-y.cc (y): Ditto.
3707
3708 2014-04-24 David Blaikie <dblaikie@gmail.com>
3709
3710 * gdb.base/label.exp: XFAIL label related tests under Clang.
3711 * gdb.cp/cplabel.exp: Ditto.
3712 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3713 under Clang those using labels.
3714
3715 2014-04-25 Yao Qi <yao@codesourcery.com>
3716
3717 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3718 double_label.
3719 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3720 partial_label and double_label.
3721
3722 2014-04-24 David Blaikie <dblaikie@gmail.com>
3723
3724 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3725
3726 2014-04-24 David Blaikie <dblaikie@gmail.com>
3727
3728 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3729 of the function to work across GCC and Clang.
3730 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3731 pointer types (const void ** const V void **).
3732
3733 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
3734 Walfred Tedeschi <walfred.tedeschi@intel.com>
3735
3736 * Makefile.in (EXECUTABLES): Added i386-avx512.
3737 * gdb.arch/i386-avx512.c: New file.
3738 * gdb.arch/i386-avx512.exp: Likewise.
3739
3740 2014-04-23 Keith Seitz <keiths@redhat.com>
3741
3742 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3743 (mi_make_breakpoint_table): New procedure.
3744 (mi_create_breakpoint): Use mi_make_breakpoint
3745 and return the result.
3746 (mi_make_breakpoint): New procedure.
3747 (mi_build_kv_pairs): New procedure.
3748
3749 * gdb.mi/mi-break.exp: Remove unused globals,
3750 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3751 All callers updated.
3752 * gdb.mi/mi-dprintf.exp: Use variable to track command
3753 number.
3754 Update all callers of mi_create_breakpoint and use
3755 mi_make_breakpoint_table.
3756 Remove any unused global variables.
3757 * gdb.mi/mi-nonstop.exp: Likewise.
3758 * gdb.mi/mi-nsintrall.exp: Likewise.
3759 * gdb.mi/mi-nsmoribund.exp: Likewise.
3760 * gdb.mi/mi-nsthrexec.exp: Likewise.
3761 * gdb.mi/mi-reverse.exp: Likewise.
3762 * gdb.mi/mi-simplerun.exp: Likewise.
3763 * gdb.mi/mi-stepn.exp: Likewise.
3764 * gdb.mi/mi-syn-frame.exp: Likewise.
3765 * gdb.mi/mi-until.exp: Likewise.
3766 * gdb.mi/mi-var-cp.exp: Likewise.
3767 * gdb.mi/mi-var-display.exp: Likewise.
3768 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3769 * gdb.mi/mi2-var-child.exp: Likewise.
3770 * gdb.mi/mi-vla-c99.exp: Likewise.
3771 * lib/mi-support.exp: Likewise.
3772
3773 From Ian Lance Taylor <iant@cygnus.com>:
3774 * lib/gdb.exp (parse_args): New procedure.
3775
3776 2014-04-23 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.base/break-unload-file.c: New file.
3779 * gdb.base/break-unload-file.exp: New file.
3780 * gdb.base/sym-file-lib.c (baz): New function.
3781 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3782 field.
3783 (load): Store the segment's mapped size.
3784 (unload): New function.
3785 (unload_shlib): New function.
3786 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3787 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3788 set a breakpoint at baz, and call it.
3789 * gdb.base/sym-file.exp: New tests for stale breakpoint
3790 instructions.
3791
3792 2014-04-23 Pedro Alves <palves@redhat.com>
3793
3794 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3795 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3796 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3797 * gdb.base/hbreak-unmapped.c: New file.
3798 * gdb.base/hbreak-unmapped.exp: New file.
3799 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3800 * lib/gdb.exp (gdb_is_target_remote): ... here.
3801
3802 2014-04-22 Pedro Alves <palves@redhat.com>
3803
3804 * gdb.base/consecutive-step-over.c: New file.
3805 * gdb.base/consecutive-step-over.exp: New file.
3806
3807 2014-04-22 Pedro Alves <palves@redhat.com>
3808
3809 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3810 instead of send_gdb/gdb_expect.
3811
3812 2014-04-22 Yao Qi <yao@codesourcery.com>
3813
3814 * lib/trace-support.exp (generate_tracefile): New procedure.
3815 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3816 return 0.
3817 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3818 if generate_tracefile returns 1.
3819
3820 2014-04-18 Tom Tromey <palves@redhat.com>
3821 Pedro alves <tromey@redhat.com>
3822
3823 PR backtrace/15558
3824 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3825 with a backtrace limit.
3826 * gdb.python/py-frame-inline.exp: Test running to an inline
3827 function with a backtrace limit, and printing the newest frame.
3828 * gdb.python/py-frame-inline.c (main): Call f.
3829
3830 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3831
3832 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3833
3834 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3835
3836 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3837 Drop prefix from unsupported source file path.
3838
3839 2014-04-17 Yao Qi <yao@codesourcery.com>
3840
3841 * lib/gdb.exp (with_target_charset): New proc.
3842 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3843 with_target_charset.
3844 (test_print_strings): Likewise.
3845 (test_repeat_bytes): Likewise.
3846 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3847 for some tests.
3848
3849 2014-04-16 Keith Seitz <keiths@redhat.com>
3850
3851 PR gdb/15827
3852 * gdb.dwarf2/corrupt.c: New file.
3853 * gdb.dwarf2/corrupt.exp: New file.
3854
3855 2014-04-16 Keith Seitz <keiths@redhat.com>
3856
3857 PR c++/16597
3858 * gdb.cp/namelessclass.cc: New file.
3859 * gdb.cp/namelessclass.exp: New file.
3860 * gdb.cp/namelessclass.S: New file.
3861
3862 2014-04-16 Doug Evans <dje@google.com>
3863
3864 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3865 Add comment.
3866 (gdbserver_default_get_comm_port): New function.
3867 (gdbserver_start): Check if board file provided
3868 "gdbserver,get_comm_port" and use it if so.
3869 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3870 (gdb,socketport): Set to "stdio".
3871 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3872 (stdio_gdbserver_template): Delete.
3873 (${board}_get_remote_address): Update.
3874 (${board}_build_remote_cmd): Delete.
3875 (${board}_get_comm_port): New function.
3876 (${board}_spawn): Update.
3877 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3878 Delete.
3879 (${board}_get_remote_address): Update.
3880 (${board}_get_comm_port): New function.
3881
3882 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
3883
3884 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3885 appearing in any order.
3886
3887 2014-04-15 Doug Evans <dje@google.com>
3888
3889 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3890 uninitialized value of "description".
3891
3892 2014-04-15 Keith Seitz <keiths@redhat.com>
3893
3894 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3895 Remove unused globals.
3896 (test_running_the_program): Likewise.
3897 (test_controlled_execution): Likewise.
3898 (test_controlling_breakpoints): Likewise.
3899 (test_program_termination): Likewise.
3900
3901 2014-04-15 Keith Seitz <keiths@redhat.com>
3902
3903 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3904 unused globals.
3905 (test_rbreak_creation_and_listing): Likewise.
3906 (test_ignore_count): Likewise.
3907 (test_error): Likewise.
3908
3909 2014-04-15 Pedro Alves <palves@redhat.com>
3910
3911 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3912 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3913 sym-file-loader.c.
3914 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3915 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3916 to sym-file-loader.c.
3917 (struct library): Forward declare.
3918 (load_shlib, lookup_function): Change prototypes.
3919 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3920 (translate_offset): Remove declarations.
3921 (get_text_addr): New declaration.
3922 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3923 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3924 sym-file-loader.h.
3925 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3926 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3927 here from sym-file-loader.h.
3928 (struct library): New structure.
3929 (load_shlib, lookup_function): Change prototypes and adjust to
3930 work with a struct library.
3931 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3932 (translate_offset): Make static.
3933 (get_text_addr): New function.
3934 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3935
3936 2014-04-15 Pedro Alves <palves@redhat.com>
3937
3938 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3939
3940 2014-04-15 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.base/sym-file-loader.c: Include <limits.h>.
3943 (SELF_LINK): New define.
3944 (get_origin): New function.
3945 (load_shlib): Use it.
3946 * gdb.base/sym-file.exp: Don't early return if the target is
3947 remote. Use runto_main, and issue fail is that fails. Use
3948 gdb_load_shlibs.
3949 (shlib_name): Delete.
3950 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3951
3952 2014-04-15 Pedro Alves <palves@redhat.com>
3953
3954 * gdb.base/sym-file.exp: Remove regex characters from test
3955 message. Don't refer to breakpoint numbers in test messages.
3956
3957 2014-04-14 Keith Seitz <keiths@redhat.com>
3958
3959 PR c++/16253
3960 * gdb.cp/var-tag.cc: New file.
3961 * gdb.cp/var-tag.exp: New file.
3962 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3963 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3964 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3965 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3966
3967 2014-04-14 Tom Tromey <tromey@redhat.com>
3968
3969 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3970 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3971 type.
3972 * gdb.cp/enum-class.exp: New file.
3973 * gdb.cp/enum-class.cc: New file.
3974
3975 2014-04-14 Tom Tromey <tromey@redhat.com>
3976
3977 * gdb.dwarf2/enum-type.exp: New file.
3978
3979 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3980
3981 * gdb.mi/mi-vla-c99.exp: New file.
3982 * gdb.mi/vla.c: New file.
3983
3984 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3985
3986 * gdb.base/vla-datatypes.c: New file.
3987 * gdb.base/vla-datatypes.exp: New file.
3988
3989 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3990
3991 * gdb.base/vla-ptr.c: New file.
3992 * gdb.base/vla-ptr.exp: New file.
3993
3994 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3995
3996 * gdb.dwarf2/count.exp: New file.
3997
3998 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3999
4000 * gdb.base/vla-sideeffect.c: New file.
4001 * gdb.base/vla-sideeffect.exp: New file.
4002
4003 2014-04-14 David Blaikie <dblaikie@gmail.com>
4004
4005 * gdb.mi/non-stop.c: Add return value for non-void function return
4006 statement.
4007 * gdb.threads/staticthreads.c: Ditto.
4008
4009 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4010 Doug Evans <xdje42@gmail.com>
4011
4012 * gdb.guile/scm-value.c: Improve test case.
4013 * gdb.guile/scm-value.exp: Add new test.
4014
4015 2014-04-11 David Blaikie <dblaikie@gmail.com>
4016
4017 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4018 override Clang's default.
4019
4020 2014-04-11 Joel Brobecker <brobecker@adacore.com>
4021
4022 Revert the following changes (regressions):
4023
4024 * gdb.base/vla-sideeffect.c: New file.
4025 * gdb.base/vla-sideeffect.exp: New file.
4026
4027 * gdb.dwarf2/count.exp: New file.
4028
4029 * gdb.base/vla-multi.c: New file.
4030 * gdb.base/vla-multi.exp: New file.
4031
4032 * gdb.base/vla-ptr.c: New file.
4033 * gdb.base/vla-ptr.exp: New file.
4034
4035 * gdb.base/vla-datatypes.c: New file.
4036 * gdb.base/vla-datatypes.exp: New file.
4037
4038 * gdb.mi/mi-vla-c99.exp: New file.
4039 * gdb.mi/vla.c: New file.
4040
4041 2014-04-11 Keith Seitz <keiths@redhat.com>
4042
4043 PR c++/16675
4044 * gdb.cp/cpsizeof.exp: New file.
4045 * gdb.cp/cpsizeof.cc: New file.
4046
4047 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4048
4049 * gdb.mi/mi-vla-c99.exp: New file.
4050 * gdb.mi/vla.c: New file.
4051
4052 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4053
4054 * gdb.base/vla-datatypes.c: New file.
4055 * gdb.base/vla-datatypes.exp: New file.
4056
4057 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4058
4059 * gdb.base/vla-ptr.c: New file.
4060 * gdb.base/vla-ptr.exp: New file.
4061
4062 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4063
4064 * gdb.base/vla-multi.c: New file.
4065 * gdb.base/vla-multi.exp: New file.
4066
4067 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4068
4069 * gdb.dwarf2/count.exp: New file.
4070
4071 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4072
4073 * gdb.base/vla-sideeffect.c: New file.
4074 * gdb.base/vla-sideeffect.exp: New file.
4075
4076 2014-04-11 Yao Qi <yao@codesourcery.com>
4077
4078 * gdb.base/completion.exp: Check file exists before running tests
4079 on file completion.
4080
4081 2014-04-10 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.base/cond-eval-mode.c: New file.
4084 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4085 prepare_for_testing to build the new file. Check result of
4086 runto_main.
4087 (test_break, test_watch): New procedures.
4088 (top level): Use them.
4089
4090 2014-04-08 Pierre Muller <muller@sourceware.org>
4091
4092 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4093 Ctrl-V use for mingw hosts.
4094
4095 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4096
4097 * gdb.python/py-value.c: Improve test case.
4098 * gdb.python/py-value.exp: Add new test.
4099
4100 2014-04-07 David Blaikie <dblaikie@gmail.com>
4101
4102 * lib/compiler.c: Identify the clang compiler.
4103 * lib/compiler.cc: Ditto.
4104
4105 2014-04-03 Yao Qi <yao@codesourcery.com>
4106
4107 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4108
4109 2014-04-01 Anton Blanchard <anton@samba.org>
4110
4111 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4112 messages unique.
4113
4114 2014-04-01 Anton Blanchard <anton@samba.org>
4115
4116 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4117 prepare_for_testing.
4118
4119 2014-04-01 Anton Blanchard <anton@samba.org>
4120
4121 * gdb.arch/ppc64-atomic-inst.c: Remove.
4122 * gdb.arch/ppc64-atomic-inst.S: New file.
4123 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4124
4125 2014-03-31 Doug Evans <dje@google.com>
4126
4127 * gdb.base/print-symbol-loading-lib.c: New file.
4128 * gdb.base/print-symbol-loading-main.c: New file.
4129 * gdb.base/print-symbol-loading.exp: New file.
4130
4131 2014-03-31 Yao Qi <yao@codesourcery.com>
4132
4133 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4134
4135 2014-03-28 Joel Brobecker <brobecker@adacore.com>
4136
4137 * gdb.ada/mi_dyn_arr: New testcase.
4138
4139 2014-03-27 Doug Evans <dje@google.com>
4140
4141 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4142
4143 2014-03-27 Yao Qi <yao@codesourcery.com>
4144
4145 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4146 if target is nios2-*-*.
4147
4148 2014-03-26 Yao Qi <yao@codesourcery.com>
4149
4150 * lib/gdb.exp (readline_is_used): New proc.
4151 * gdb.base/completion.exp: Move tests on command complete up.
4152 Skip the rest of tests if readline is not used.
4153 * gdb.ada/complete.exp: Skp the test if readline is not
4154 used.
4155 * gdb.base/filesym.exp: Likewise.
4156 * gdb.base/macscp.exp: Likewise.
4157 * gdb.base/readline-ask.exp: Likewise.
4158 * gdb.base/readline.exp: Likewise.
4159 * gdb.python/py-cmd.exp: Likewise.
4160 * gdb.trace/tfile.exp: Likewise.
4161
4162 2014-03-26 Yao Qi <yao@codesourcery.com>
4163
4164 * gdb.base/macscp.exp: Fix code format issues.
4165
4166 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4167
4168 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4169 * gdb.asm/powerpc64le.inc: New file.
4170
4171 2014-03-25 Pedro Alves <palves@redhat.com>
4172 Doug Evans <dje@google.com>
4173
4174 * gdb.base/source-execution.c: New file.
4175 * gdb.base/source-execution.exp: New file.
4176 * gdb.base/source-execution.gdb: New file.
4177
4178 2014-03-24 Doug Evans <dje@google.com>
4179
4180 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4181 using fission.
4182
4183 2014-03-24 Hui Zhu <hui@codesourcery.com>
4184 Pedro Alves <palves@redhat.com>
4185
4186 PR breakpoints/16101
4187 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4188 test pass/fail messages. Detect missing support for dprintf when
4189 breakpoints are actually inserted.
4190 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4191 breakpoints are actually inserted.
4192 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4193 fails.
4194
4195 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4196
4197 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4198
4199 2014-03-22 Doug Evans <xdje42@gmail.com>
4200
4201 * gdb.python/python.exp (python not supported): Verify multi-line
4202 python command issues an error.
4203 * gdb.guile/guile.exp (guile not supported): Verify multi-line
4204 guile command issues an error.
4205
4206 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4207
4208 * gdb.threads/thread-specific.exp: Handle the lack of usable
4209 $this_breakpoint and $this_thread.
4210
4211 2014-03-21 Hui Zhu <hui@codesourcery.com>
4212
4213 * gdb.base/attach.exp (do_command_attach_tests): New.
4214
4215 2014-03-20 Tom Tromey <tromey@redhat.com>
4216 Pedro Alves <palves@redhat.com>
4217
4218 PR cli/15718
4219 * gdb.base/condbreak-call-false.c: New file.
4220 * gdb.base/condbreak-call-false.exp: New file.
4221
4222 2014-03-20 Pedro Alves <palves@redhat.com>
4223
4224 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4225 Delete.
4226 (block_signals, unblock_signals): Delete.
4227 (child_function_2, main): Remove references to deleted variable
4228 and functions.
4229
4230 2014-03-20 Pedro Alves <palves@redhat.com>
4231
4232 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4233 Use pthread_kill to signal thread 2.
4234 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4235 Adjust to make the test send itself a signal rather than using the
4236 host's "kill" command.
4237
4238 2014-03-20 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.threads/multiple-step-overs.c: New file.
4241 * gdb.threads/multiple-step-overs.exp: New file.
4242 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4243 Adjust expected infrun debug output.
4244
4245 2014-03-20 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4248 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4249
4250 2014-03-20 Pedro Alves <palves@redhat.com>
4251
4252 PR breakpoints/7143
4253 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4254 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4255 of gdb_test_multiple.
4256 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4257 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4258
4259 2014-03-20 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4262 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4263
4264 2014-03-19 Pedro Alves <palves@redhat.com>
4265
4266 * gdb.base/async.exp: Remove early return.
4267
4268 2014-03-19 Pedro Alves <palves@redhat.com>
4269
4270 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4271
4272 2014-03-19 Pedro Alves <palves@redhat.com>
4273
4274 * gdb.base/async.exp (test_background): Expect \r\n after
4275 "completed." in the fail pattern.
4276
4277 2014-03-19 Pedro Alves <palves@redhat.com>
4278
4279 * gdb.base/async.exp (test_background): New procedure.
4280 Use it for all background execution command tests.
4281
4282 2014-03-19 Pedro Alves <palves@redhat.com>
4283
4284 * gdb.base/async.exp: Use prepare_for_testing.
4285
4286 2014-03-19 Pedro Alves <palves@redhat.com>
4287
4288 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4289 the same line.
4290
4291 2014-03-19 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.base/async.c (main): Add "jump here" and "until here" line
4294 marker comments.
4295 * gdb.base/async.exp (jump_here): New global.
4296 (jump& test): Use it.
4297 (until_here): New global.
4298 (until& test): Use it.
4299
4300 2014-03-19 Pedro Alves <palves@redhat.com>
4301
4302 * gdb.base/async.exp: Don't frob gdb_protocol.
4303
4304 2014-03-18 Doug Evans <xdje42@gmail.com>
4305
4306 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4307 Fix spelling of exec-done-display.
4308
4309 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4310
4311 PR gdb/15358
4312 * gdb.base/gdb-sigterm.c: New file.
4313 * gdb.base/gdb-sigterm.exp: New file.
4314
4315 2014-03-18 Pedro Alves <palves@redhat.com>
4316
4317 PR gdb/13860
4318 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4319 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4320 solib-event.
4321
4322 2014-03-17 Joel Brobecker <brobecker@adacore.com>
4323
4324 * gdb.ada/pckd_arr_ren: New testcase.
4325
4326 2014-03-13 Doug Evans <xdje42@gmail.com>
4327
4328 PR guile/16612
4329 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4330 collect after discarding symbols.
4331
4332 2014-03-13 Ludovic Courtès <ludo@gnu.org>
4333 Doug Evans <xdje42@gmail.com>
4334
4335 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4336 to history survives a gc.
4337
4338 2014-03-13 Pedro Alves <palves@redhat.com>
4339
4340 * gdb.base/default.exp: Don't test "target procfs".
4341
4342 2014-03-13 Pedro Alves <palves@redhat.com>
4343
4344 * gdb.base/default.exp: Update "target child" and "target procfs"
4345 tests to not expect "Unix".
4346
4347 2014-03-12 Tom Tromey <tromey@redhat.com>
4348
4349 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4350 New procs. Add target-async tests.
4351 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4352 Add target-async tests.
4353
4354 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4355
4356 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4357 'func_start' and 'func_end' for the beginning and end of the
4358 function code, respectively.
4359 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4360 'func_end' instead of 'func' and 'main'.
4361
4362 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4363
4364 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4365 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4366 generate the debug info assembler source.
4367
4368 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4369
4370 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4371 * gdb.dwarf2/arr-subrange.exp: Likewise.
4372 * gdb.dwarf2/dwz.exp: Likewise.
4373 * gdb.dwarf2/method-ptr.exp: Likewise.
4374 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4375 * gdb.dwarf2/subrange.exp: Likewise.
4376 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4377 * gdb.dwarf2/implptrpiece.exp: Likewise.
4378 * gdb.dwarf2/nostaticblock.exp: Likewise.
4379
4380 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4381
4382 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4383 directory to absolute path name arguments.
4384
4385 2014-03-10 Joel Brobecker <brobecker@adacore.com>
4386
4387 * gdb.ada/tagged_access: New testcase.
4388
4389 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4390
4391 * gdb.btrace/data.exp: Update expected output.
4392
4393 2014-03-06 Yao Qi <yao@codesourcery.com>
4394
4395 * gdb.trace/pr16508.exp: New file.
4396
4397 2014-03-05 Pedro Alves <palves@redhat.com>
4398
4399 PR gdb/16575
4400 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4401 procedure.
4402 (top level): Adjust to use it. Add tests that exercise breakpoint
4403 interaction with the code-cache.
4404
4405 2014-02-26 Ludovic Courtès <ludo@gnu.org>
4406
4407 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4408 test for 'history-append!'.
4409
4410 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4411
4412 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4413 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4414 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4415 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4416 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4417 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4418
4419 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4420
4421 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4422 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4423 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4424
4425 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4426
4427 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4428
4429 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4430
4431 * gdb.dwarf2/arr-stride.c: New file.
4432 * gdb.dwarf2/arr-stride.exp: New file.
4433
4434 2014-02-26 Pedro Alves <palves@redhat.com>
4435
4436 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4437 that won't ever trigger. Make sure that GDB reports the correct
4438 breakpoint that caused the stop.
4439
4440 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4441
4442 PR gdb/16626
4443 * gdb.base/auto-load-script: New file.
4444 * gdb.base/auto-load.c: New file.
4445 * gdb.base/auto-load.exp: New file.
4446
4447 PR gdb/16626
4448 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4449
4450 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4451
4452 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4453 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4454
4455 2014-02-24 Doug Evans <dje@google.com>
4456
4457 * lib/gdb.exp (run_on_host): Log error output if program fails.
4458
4459 2014-02-21 Pedro Alves <palves@redhat.com>
4460
4461 * gdb.threads/step-after-sr-lock.c: Rename to ...
4462 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4463 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4464 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4465 ... this.
4466
4467 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4468
4469 PR tdep/16397
4470 * gdb.arch/amd64-stap-special-operands.exp: New file.
4471 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4472 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4473 * gdb.arch/amd64-stap-triplet.S: Likewise.
4474 * gdb.arch/amd64-stap-triplet.c: Likewise.
4475
4476 2014-02-20 Joel Brobecker <brobecker@adacore.com>
4477
4478 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4479 in .section pseudo-op.
4480
4481 2014-02-20 lin zuojian <manjian2006@gmail.com>
4482 Joel Brobecker <brobecker@adacore.com>
4483 Doug Evans <xdje42@gmail.com>
4484
4485 PR symtab/16581
4486 * gdb.dwarf2/dw2-icycle.S: New file.
4487 * gdb.dwarf2/dw2-icycle.c: New file.
4488 * gdb.dwarf2/dw2-icycle.exp: New file.
4489
4490 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4491
4492 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4493 operations on gdb.Value objects.
4494 * gdb.python/py-value-cc.exp: Add new test to test operations on
4495 gdb.Value objects.
4496
4497 2014-02-18 Doug Evans <dje@google.com>
4498
4499 * Makefile.in (TESTS): New variable.
4500 (expanded_tests, expanded_tests_or_none): New variables
4501 (check-single): Pass $(expanded_tests_or_none) to runtest.
4502 (check-parallel): Only run tests in $(TESTS) if non-empty.
4503 (check/no-matching-tests-found): New rule.
4504 * README: Document TESTS makefile variable.
4505
4506 2014-02-18 Doug Evans <dje@google.com>
4507
4508 * Makefile.in (check-parallel): rm -rf outputs temp.
4509
4510 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4511
4512 Fix "ERROR: no fileid for" in the testsuite.
4513 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4514
4515 2014-02-12 Doug Evans <dje@google.com>
4516
4517 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4518 (MISCELLANEOUS): New variable.
4519 (clean): rm -rf $(MISCELLANEOUS).
4520 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4521 dwp live in the same directory as symlinks, with each symlink pointed
4522 to a differently named file in a different directory.
4523
4524 2014-02-11 Doug Evans <dje@google.com>
4525
4526 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4527 of Tcl file commands.
4528
4529 2014-02-10 Mark Kettenis <kettenis@gnu.org>
4530
4531 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4532 "kill -SIGUSR1 -1".
4533
4534 2014-02-10 Joel Brobecker <brobecker@adacore.com>
4535
4536 * gdb.ada/tick_length_array_enum_idx: New testcase.
4537
4538 2014-02-10 Doug Evans <xdje42@gmail.com>
4539
4540 * configure.ac (AC_OUTPUT): Add gdb.guile.
4541 * configure: Regenerate.
4542 * lib/gdb-guile.exp: New file.
4543 * lib/gdb.exp (get_target_charset): New function.
4544 * gdb.base/help.exp: Update expected output from "apropos apropos".
4545 * gdb.guile/Makefile.in: New file.
4546 * gdb.guile/guile.exp: New file.
4547 * gdb.guile/scm-arch.c: New file.
4548 * gdb.guile/scm-arch.exp: New file.
4549 * gdb.guile/scm-block.c: New file.
4550 * gdb.guile/scm-block.exp: New file.
4551 * gdb.guile/scm-breakpoint.c: New file.
4552 * gdb.guile/scm-breakpoint.exp: New file.
4553 * gdb.guile/scm-disasm.c: New file.
4554 * gdb.guile/scm-disasm.exp: New file.
4555 * gdb.guile/scm-equal.c: New file.
4556 * gdb.guile/scm-equal.exp: New file.
4557 * gdb.guile/scm-error.exp: New file.
4558 * gdb.guile/scm-error.scm: New file.
4559 * gdb.guile/scm-frame-args.c: New file.
4560 * gdb.guile/scm-frame-args.exp: New file.
4561 * gdb.guile/scm-frame-args.scm: New file.
4562 * gdb.guile/scm-frame-inline.c: New file.
4563 * gdb.guile/scm-frame-inline.exp: New file.
4564 * gdb.guile/scm-frame.c: New file.
4565 * gdb.guile/scm-frame.exp: New file.
4566 * gdb.guile/scm-generics.exp: New file.
4567 * gdb.guile/scm-gsmob.exp: New file.
4568 * gdb.guile/scm-iterator.c: New file.
4569 * gdb.guile/scm-iterator.exp: New file.
4570 * gdb.guile/scm-math.c: New file.
4571 * gdb.guile/scm-math.exp: New file.
4572 * gdb.guile/scm-objfile-script-gdb.in: New file.
4573 * gdb.guile/scm-objfile-script.c: New file.
4574 * gdb.guile/scm-objfile-script.exp: New file.
4575 * gdb.guile/scm-objfile.c: New file.
4576 * gdb.guile/scm-objfile.exp: New file.
4577 * gdb.guile/scm-ports.exp: New file.
4578 * gdb.guile/scm-pretty-print.c: New file.
4579 * gdb.guile/scm-pretty-print.exp: New file.
4580 * gdb.guile/scm-pretty-print.scm: New file.
4581 * gdb.guile/scm-section-script.c: New file.
4582 * gdb.guile/scm-section-script.exp: New file.
4583 * gdb.guile/scm-section-script.scm: New file.
4584 * gdb.guile/scm-symbol.c: New file.
4585 * gdb.guile/scm-symbol.exp: New file.
4586 * gdb.guile/scm-symtab-2.c: New file.
4587 * gdb.guile/scm-symtab.c: New file.
4588 * gdb.guile/scm-symtab.exp: New file.
4589 * gdb.guile/scm-type.c: New file.
4590 * gdb.guile/scm-type.exp: New file.
4591 * gdb.guile/scm-value-cc.cc: New file.
4592 * gdb.guile/scm-value-cc.exp: New file.
4593 * gdb.guile/scm-value.c: New file.
4594 * gdb.guile/scm-value.exp: New file.
4595 * gdb.guile/source2.scm: New file.
4596 * gdb.guile/types-module.cc: New file.
4597 * gdb.guile/types-module.exp: New file.
4598
4599 2014-02-10 Yao Qi <yao@codesourcery.com>
4600
4601 PR testsuite/16543
4602 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4603 * configure: Regenerated.
4604 * Makefile.in: New file.
4605
4606 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4607
4608 * gdb.python/py-framefilter.exp: Fix typo.
4609
4610 2014-02-08 Yao Qi <yao@codesourcery.com>
4611
4612 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4613 that no =breakpoint-modified is emitted when breakpoints are
4614 modified through MI commands.
4615
4616 2014-02-07 Pedro Alves <pedro@codesourcery.com>
4617 Pedro Alves <palves@redhat.com>
4618
4619 * gdb.threads/step-after-sr-lock.c: New file.
4620 * gdb.threads/step-after-sr-lock.exp: New file.
4621
4622 2014-02-07 Pedro Alves <palves@redhat.com>
4623
4624 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4625
4626 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4627
4628 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4629 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4630
4631 2014-02-06 Doug Evans <xdje42@gmail.com>
4632
4633 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4634 output.
4635
4636 * gdb.gdb/python-interrupts.exp: New file.
4637
4638 2014-02-05 Yao Qi <yao@codesourcery.com>
4639
4640 * gdb.trace/report.exp (use_collected_data): Test the output
4641 of "info threads" and "info inferiors".
4642
4643 2014-02-05 Yao Qi <yao@codesourcery.com>
4644
4645 Revert this patch:
4646
4647 2013-05-24 Yao Qi <yao@codesourcery.com>
4648
4649 * gdb.trace/tfile.exp: Test inferior and thread.
4650
4651 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4652
4653 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4654 on a function.
4655 * gdb.base/step-bt.c: Call hello via function pointer to make
4656 sure its first instruction is executed on powerpc64le-linux.
4657
4658 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4659
4660 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4661
4662 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4663
4664 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4665 of the test patterns for use on little-endian systems.
4666
4667 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4668
4669 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4670 (decimal_vector): Fix for little-endian.
4671
4672 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4673
4674 * gdb.arch/sparc-sysstep.exp: New file.
4675 * gdb.arch/sparc-sysstep.c: Likewise.
4676
4677 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4678
4679 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4680
4681 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4682
4683 2014-01-23 Tom Tromey <tromey@redhat.com>
4684
4685 * gdb.ada/array_char_idx: New testcase.
4686
4687 2014-01-23 Tom Tromey <tromey@redhat.com>
4688
4689 PR python/16487:
4690 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4691 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4692 classes.
4693
4694 2014-01-23 Tom Tromey <tromey@redhat.com>
4695
4696 PR python/16491:
4697 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4698 string from an inferior frame.
4699 * gdb.python/py-framefilter-mi.exp: Update.
4700
4701 2014-01-22 Doug Evans <dje@google.com>
4702
4703 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4704
4705 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4706
4707 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4708
4709 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4710
4711 * gdb.trace/entry-values.exp: Remove excess space character from
4712 regex patterns. Handle s390 call instruction.
4713
4714 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4715
4716 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4717 define "*_start" label. Make "name" static.
4718 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4719 ${name} by references to ${name}_start.
4720
4721 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4722
4723 * gdb.base/info-macros.exp: Remove "debug" from the compile
4724 options.
4725
4726 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4727
4728 * gdb.dlang/demangle.exp: New file.
4729
4730 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4731
4732 * gdb.dlang/primitive-types.exp: New file.
4733
4734 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4735
4736 * configure.ac: Create gdb.dlang/Makefile.
4737 * configure: Regenerate.
4738 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4739 * gdb.dlang/Makefile.in: New file.
4740 * lib/d-support.exp: New file.
4741 * lib/gdb.exp (skip_d_tests): New proc.
4742
4743 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4744
4745 * gdb.btrace/delta.exp: Check reverse stepi.
4746 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4747 * gdb.btrace/finish.exp: New.
4748 * gdb.btrace/next.exp: New.
4749 * gdb.btrace/nexti.exp: New.
4750 * gdb.btrace/record_goto.c: Add comments.
4751 * gdb.btrace/step.exp: New.
4752 * gdb.btrace/stepi.exp: New.
4753 * gdb.btrace/multi-thread-step.c: New.
4754 * gdb.btrace/multi-thread-step.exp: New.
4755 * gdb.btrace/rn-dl-bind.c: New.
4756 * gdb.btrace/rn-dl-bind.exp: New.
4757 * gdb.btrace/data.c: New.
4758 * gdb.btrace/data.exp: New.
4759 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4760
4761 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4762
4763 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4764 * gdb.btrace/exception.exp: Update.
4765 * gdb.btrace/instruction_history.exp: Update.
4766 * gdb.btrace/record_goto.exp: Update.
4767 * gdb.btrace/tailcall.exp: Update.
4768 * gdb.btrace/unknown_functions.exp: Update.
4769 * gdb.btrace/delta.exp: New.
4770
4771 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4772
4773 * gdb.btrace/record_goto.exp: Add backtrace test.
4774 * gdb.btrace/tailcall.exp: Add backtrace test.
4775
4776 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4777
4778 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4779 * gdb.btrace/record_goto.c: New.
4780 * gdb.btrace/record_goto.exp: New.
4781 * gdb.btrace/x86-record_goto.S: New.
4782
4783 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4784
4785 * gdb.btrace/function_call_history.exp: Update tests.
4786 * gdb.btrace/instruction_history.exp: Update tests.
4787
4788 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4789
4790 * gdb.btrace/function_call_history.exp: Fix expected field
4791 order for "record function-call-history".
4792 Add new tests for "record function-call-history /c".
4793 * gdb.btrace/exception.cc: New.
4794 * gdb.btrace/exception.exp: New.
4795 * gdb.btrace/tailcall.exp: New.
4796 * gdb.btrace/x86-tailcall.S: New.
4797 * gdb.btrace/x86-tailcall.c: New.
4798 * gdb.btrace/unknown_functions.c: New.
4799 * gdb.btrace/unknown_functions.exp: New.
4800 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4801
4802 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4803
4804 * gdb.btrace/instruction_history.exp: Update.
4805 * gdb.btrace/function_call_history.exp: Update.
4806
4807 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4808
4809 * gdb.btrace/function_call_history.exp: Fix expected function
4810 trace.
4811 * gdb.btrace/instruction_history.exp: Initialize traced.
4812 Remove traced_functions.
4813
4814 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4815
4816 * gdb.btrace/function_call_history.exp: Update
4817 * gdb.btrace/instruction_history.exp: Update.
4818
4819 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4820
4821 * gdb.btrace/enable.exp: Update expected text.
4822
4823 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4824
4825 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4826 bytes.
4827
4828 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4829
4830 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4831
4832 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
4833
4834 * lib/gdb.exp (supports_process_record): Return true for
4835 arm*-linux*. (supports_reverse): Likewise.
4836
4837 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4838
4839 PR python/15464
4840 PR python/16113
4841 * gdb.python/py-type.c: Enhance test case.
4842 * gdb.python/py-value-cc.cc: Likewise
4843 * gdb.python/py-type.exp: Add new tests.
4844 * gdb.python/py-value-cc.exp: Likewise
4845
4846 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4847 Pedro Alves <palves@redhat.com>
4848
4849 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4850 Make "name" extern.
4851 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4852 references to ${name}_start by references to ${name}.
4853
4854 2014-01-10 Joel Brobecker <brobecker@adacore.com>
4855
4856 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4857
4858 2014-01-10 Joel Brobecker <brobecker@adacore.com>
4859
4860 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4861
4862 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4863 Pedro Alves <palves@redhat.com>
4864
4865 * gdb.mi/mi-info-os.exp: Connect to the target with
4866 mi_gdb_target_load.
4867
4868 2014-01-08 Pedro Alves <palves@redhat.com>
4869
4870 * gdb.threads/reconnect-signal.c: New file.
4871 * gdb.threads/reconnect-signal.exp: New file.
4872
4873 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4874
4875 * gdb.base/source-dir.exp: New file.
4876
4877 2014-01-07 Joel Brobecker <brobecker@adacore.com>
4878
4879 * gdb.ada/mi_interface: New testcase.
4880
4881 2014-01-07 Joel Brobecker <brobecker@adacore.com>
4882
4883 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4884 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4885 gdb.ada/pp-rec-component/pck.ads: New files.
4886
4887 2014-01-07 Joel Brobecker <brobecker@adacore.com>
4888
4889 * gdb.python/py-pp-integral.c: New file.
4890 * gdb.python/py-pp-integral.py: New file.
4891 * gdb.python/py-pp-integral.exp: New file.
4892
4893 For older changes see ChangeLog-1993-2013.
4894 \f
4895 ;; Local Variables:
4896 ;; mode: change-log
4897 ;; left-margin: 8
4898 ;; fill-column: 74
4899 ;; version-control: never
4900 ;; End:
4901
4902 Copyright 2014-2015 Free Software Foundation, Inc.
4903 Copying and distribution of this file, with or without modification,
4904 are permitted provided the copyright notice and this notice are preserved.
This page took 0.128693 seconds and 5 git commands to generate.