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