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