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