Remove references to HP CC/aCC compiler from testsuite
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4 * gdb.base/call-ar-st.exp: Likewise.
5 * gdb.base/callfuncs.exp: Likewise.
6 * gdb.base/condbreak.exp: Likewise.
7 * gdb.base/constvars.exp: Likewise.
8 * gdb.base/hbreak2.exp: Likewise.
9 * gdb.base/langs.exp: Likewise.
10 * gdb.base/list.exp: Likewise.
11 * gdb.base/long_long.exp: Likewise.
12 * gdb.base/ptype.exp: Likewise.
13 * gdb.base/scope.exp: Likewise.
14 * gdb.base/signals.exp: Likewise.
15 * gdb.base/so-impl-ld.exp: Likewise.
16 * gdb.base/varargs.exp: Likewise.
17 * gdb.base/volatile.exp: Likewise.
18 * gdb.base/whatis.exp: Likewise.
19 * gdb.cp/cplusfuncs.exp: Likewise.
20 * gdb.cp/inherit.exp: Likewise.
21 * gdb.cp/local.exp: Likewise.
22 * gdb.cp/member-ptr.exp: Likewise.
23 * gdb.cp/method.exp: Likewise.
24 * gdb.cp/overload.exp: Likewise.
25 * gdb.cp/templates.exp: Likewise.
26 * gdb.stabs/weird.exp: Likewise.
27 * lib/compiler.c: Likewise.
28 * lib/compiler.cc: Likewise.
29 * lib/cp-support.exp: Likewise.
30 * lib/gdb.exp: Likewise.
31
32 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
33
34 * configure.ac: Remove HP-UX case.
35 * configure: Regenerate.
36
37 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
38
39 * lib/gdb.exp (gdb_compile): Add function doc.
40
41 2015-12-17 Pedro Alves <palves@redhat.com>
42
43 PR threads/19354
44 * gdb.multi/info-threads.exp: New file.
45
46 2015-12-15 Yao Qi <yao.qi@linaro.org>
47
48 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
49 is aarch64*-*-*.
50
51 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
52
53 * gdb.base/history-duplicates.exp: Skip if no readline support.
54
55 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
56
57 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
58
59 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
60
61 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
62
63 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
64
65 * gdb.base/completion.exp: Skip tests that interrupt GDB with
66 ctrl-C if nointerrupts target property is set.
67 * gdb.base/double-prompt-target-event-error.exp: Likewise.
68 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
69 * gdb.base/paginate-bg-execution.exp: Likewise.
70 * gdb.base/paginate-execution-startup.exp: Likewise.
71 * gdb.base/random-signal.exp: Likewise.
72 * gdb.base/range-stepping.exp: Likewise.
73 * gdb.cp/annota2.exp: Likewise.
74 * gdb.cp/annota3.exp: Likewise.
75 * gdb.gdb/selftest.exp: Likewise.
76 * gdb.threads/continue-pending-status.exp: Likewise.
77 * gdb.threads/leader-exit.exp: Likewise.
78 * gdb.threads/manythreads.exp: Likewise.
79 * gdb.threads/pthreads.exp: Likewise.
80 * gdb.threads/schedlock.exp: Likewise.
81 * gdb.threads/sigthread.exp: Likewise.
82
83 2015-12-11 Don Breazeal <donb@codesourcery.com>
84
85 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
86 remote.
87 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
88 * gdb.base/foll-exec.exp (main): Enable for target remote.
89 * gdb.base/foll-fork.exp (main): Likewise.
90 * gdb.base/foll-vfork.exp (main): Likewise.
91 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
92 (proc continue_to_exit_bp_loc): Use clean_restart.
93 * gdb.base/pie-execl.exp (main): Disable for target remote.
94 * gdb.base/watch-vfork.exp (main): Enable for target remote.
95 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
96 * gdb.threads/execl.exp (main): Likewise.
97 * gdb.threads/fork-child-threads.exp (main): Likewise.
98 * gdb.threads/fork-plus-threads.exp (main): Disable for target
99 remote.
100 * gdb.threads/fork-thread-pending.exp (main): Enable for target
101 remote.
102 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
103 pid.tid style ptids, instead of just tid.
104 * gdb.threads/thread-execl.exp (main): Enable for target remote.
105 * gdb.threads/watchpoint-fork.exp (main): Likewise.
106 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
107 ptids, instead of just tid.
108
109 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
110
111 * gdb.base/list.exp (test_list_forward): Add end of file error
112 test.
113 (test_repeat_list_command): Add end of file error test.
114 (test_list_backwards): Add beginning of file error test.
115
116 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * gdb.base/list.exp (test_list_invalid_args): New function,
119 defined, and called.
120
121 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * gdb.base/list.exp (test_list): Make test names unique.
124
125 2015-12-11 Yao Qi <yao.qi@linaro.org>
126
127 * gdb.base/coremaker2.c: Remove.
128
129 2015-12-10 Pedro Alves <palves@redhat.com>
130
131 * gdb.multi/base.exp: Remove stale "spaces" references.
132
133 2015-12-10 Pedro Alves <palves@redhat.com>
134
135 * gdb.multi/base.exp: Don't use nowarnings.
136 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
137 * gdb.multi/hangout.c: Include stdio.h.
138 * gdb.multi/hello.c: Include stdlib.h.
139 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
140 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
141 * gdb.multi/multi-arch.exp: Don't use nowarnings.
142
143 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * gdb.dwarf2/dw2-ranges-base.c: New file.
146 * gdb.dwarf2/dw2-ranges-base.exp: New file.
147 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
148 support additional line table, and debug ranges generation.
149 (Dwarf::ranges): New function, generate .debug_ranges.
150 (Dwarf::lines): Support generating simple line table programs.
151 (Dwarf::assemble): Initialise new namespace variables.
152
153 2015-12-09 Kevin Buettner <kevinb@redhat.com>
154
155 * gdb.base/async.exp (proc test_background): Add case for
156 asynchronous execution not supported.
157
158 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
159
160 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
161 format and change test names to make them unique.
162
163 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
164 Pedro Alves <pedro@redhat.com>
165
166 PR gdb/18702
167 Add checking of floatformats setup on x86_64 hosts.
168 * gdb.arch/i386-float.S (main): Load bigval and smallval.
169 (smallval, bigval): New labels/constants.
170 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
171 float" after loading bigval and smallval.
172
173 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
174
175 * gdb.ada/fun_overload_menu.exp: New testcase.
176 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
177
178 2015-12-04 Josh Stone <jistone@redhat.com>
179
180 * gdb.base/catch-fork-static.exp: New.
181
182 2015-12-03 Yao Qi <yao.qi@linaro.org>
183
184 * gdb.base/sizeof.c: Don't include stdio.h and
185 ../lib/unbuffer_output.c.
186 (main): New variable 'size' and 'value'. Remove printf and
187 gdb_unbuffer_output. Assign return value to size and value.
188 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
189 at the beginning.
190 (check_sizeof): Check the result by printing variable 'size'.
191 (check_valueof): Check the result by printing variable 'value'.
192
193 2015-12-01 Yao Qi <yao.qi@linaro.org>
194
195 * gdb.base/disp-step-syscall.exp: Define syscall instruction
196 for aarch64*-*-linux* target.
197
198 2015-11-30 Pedro Alves <palves@redhat.com>
199
200 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
201
202 2015-11-30 Pedro Alves <palves@redhat.com>
203
204 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
205 Handle non-stop mode vCont replies.
206
207 2015-11-30 Pedro Alves <palves@redhat.com>
208
209 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
210 prepare_for_testing. Start gdb with "set non-stop on" appended to
211 GDBFLAGS. Lax expected stop output.
212
213 2015-11-27 Yao Qi <yao.qi@linaro.org>
214
215 * gdb.arch/arm-neon.exp: New.
216 * gdb.arch/arm-neon.c: New.
217
218 2015-11-27 Yao Qi <yao.qi@linaro.org>
219
220 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
221
222 2015-11-27 Yao Qi <yao.qi@linaro.org>
223
224 * gdb.cp/annota2.exp: Allow multiple occurrences of the
225 frames-invalid annotation.
226
227 2015-11-27 Yao Qi <yao.qi@linaro.org>
228
229 * gdb.cp/annota2.exp: Use ${frames_invalid}.
230
231 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
232
233 * gdb.threads/names.exp: New file.
234 * gdb.threads/names.c: New file.
235 * README: Mention gdb,no_thread_names.
236
237 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
238
239 PR 19297
240 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
241 support" error.
242
243 2015-11-24 Pedro Alves <palves@redhat.com>
244
245 PR 17539
246 * gdb.base/display.exp: Expect displays to be sorted in ascending
247 order. Use multi_line.
248 * gdb.base/solib-display.exp: Likewise.
249
250 2015-11-24 Pedro Alves <palves@redhat.com>
251
252 PR 17539
253 * gdb.base/display.exp: Expect displays to be sorted in ascending
254 order. Use multi_line.
255 * gdb.base/solib-display.exp: Likewise.
256
257 2015-11-24 Pedro Alves <palves@redhat.com>
258
259 PR 17539
260 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
261 threads in ascending order.
262 * gdb.base/foll-fork.exp: Likewise.
263 * gdb.base/foll-vfork.exp: Likewise.
264 * gdb.base/multi-forks.exp: Likewise.
265 * gdb.mi/mi-nonstop.exp: Likewise.
266 * gdb.mi/mi-nsintrall.exp: Likewise.
267 * gdb.multi/base.exp: Likewise.
268 * gdb.multi/multi-arch.exp: Likewise.
269 * gdb.python/py-inferior.exp: Likewise.
270 * gdb.threads/break-while-running.exp: Likewise.
271 * gdb.threads/execl.exp: Likewise.
272 * gdb.threads/gcore-thread.exp: Likewise.
273 * gdb.threads/info-threads-cur-sal.exp: Likewise.
274 * gdb.threads/kill.exp: Likewise.
275 * gdb.threads/linux-dp.exp: Likewise.
276 * gdb.threads/multiple-step-overs.exp: Likewise.
277 * gdb.threads/next-bp-other-thread.exp: Likewise.
278 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
279 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
280 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
281 * gdb.threads/thread-find.exp: Likewise.
282 * gdb.threads/tls.exp: Likewise.
283 * lib/mi-support.exp (mi_reverse_list): Delete.
284 (mi_check_thread_states): No longer reverse list.
285
286 2015-11-24 Pedro Alves <palves@redhat.com>
287
288 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
289 use lowercase.
290
291 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
292
293 * gdb.trace/actions.c: Include trace-common.h.
294 (main): Add a location for a fast tracepoint.
295 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
296 the normal tracepoints.
297 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
298
299 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
300
301 * save-trace.exp: Factor out code to these...
302 (gdb_save_tracepoints): New.
303 (gdb_load_tracepoints): New.
304 (do_save_load_test): New.
305
306 2015-11-23 Kevin Buettner <kevinb@redhat.com>
307
308 * gdb.base/asmlabel.exp: New test.
309 * gdb.base/asmlabel.c: New test case.
310
311 2015-11-23 Joel Brobecker <brobecker@adacore.com>
312
313 * gdb.base/wrong_frame_bt_full-main.c: New file.
314 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
315 * gdb.base/wrong_frame_bt_full.exp: New file.
316
317 2015-11-23 Joel Brobecker <brobecker@adacore.com>
318
319 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
320
321 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
322
323 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
324 pstate register when comparing registers values in
325 sparc64-*-linux-gnu targets to avoid spurious differences.
326
327 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
328
329 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
330
331 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
332
333 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
334 as type argument to gdb_compile.
335 * gdb.base/nested-subp2.exp: Likewise.
336 * gdb.base/nested-subp3.exp: Likewise.
337
338 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
339
340 * lib/dwarf.exp (_note): Fix left shift of negative value.
341 * gdb.trace/trace-condition.exp: Likewise.
342
343 2015-11-13 Yao Qi <yao.qi@linaro.org>
344
345 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
346 comments about d10v.
347 (test_scalar_returns): Likewise.
348 * gdb.base/d10v.ld: Remove.
349 * gdb.base/overlays.exp: Remove the target triplet checking for
350 d10v-*-*.
351 * gdb.base/structs.exp (test_struct_returns): Remove the
352 comments about d10v.
353 (test_struct_calls): Likewise.
354
355 2015-11-13 Yao Qi <yao.qi@linaro.org>
356
357 * gdb.base/gnu_vector.exp: Check the return value by "p res".
358 * gdb.base/gnu_vector.c: Don't include stdio.h.
359 (main): Don't print res and call add_some_intvecs.
360
361 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
362
363 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
364 macro.
365 (func5): Removed.
366 (func4): Use FAST_TRACEPOINT_LABEL.
367 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
368 macro.
369 (func): Removed.
370 (thread_function): Use FAST_TRACEPOINT_LABEL.
371 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
372 (func): Remove.
373 (marker): Use FAST_TRACEPOINT_LABEL.
374 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
375 (pendfunc1): Remove.
376 (pendfunc): Use FAST_TRACEPOINT_LABEL.
377 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
378 (foo): Remove.
379 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
380 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
381 macro.
382 (func): Remove.
383 (marker): Use FAST_TRACEPOINT_LABEL.
384 * gdb.trace/trace-common.h: New header.
385 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
386 macro.
387 (func): Remove.
388 (marker): Use FAST_TRACEPOINT_LABEL.
389 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
390 (func): Remove.
391 (thread_function): Use FAST_TRACEPOINT_LABEL.
392
393 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
394
395 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
396 in front.
397 * gdb.trace/change-loc.exp: Use global pcreg definition.
398 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
399 * gdb.trace/entry-values.exp: Use global spreg definition, add $
400 in front.
401 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
402 * gdb.trace/pending.exp: Likewise.
403 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
404 * gdb.trace/trace-break.exp: Likewise.
405 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
406 in front.
407 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
408 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
409 in front.
410 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
411
412 2015-11-09 Joel Brobecker <brobecker@adacore.com>
413
414 * gdb.ada/fin_fun_out: New testcase.
415
416 2015-11-07 Kevin Buettner <kevinb@redhat.com>
417
418 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
419 value associated with DW_AT_byte_size.
420 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
421 constants for DW_AT_byte_size, DW_AT_lower_bound, and
422 DW_AT_upper_bound.
423
424 2015-11-07 Kevin Buettner <kevinb@redhat.com>
425
426 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
427 (gdb_target_symbol_prefix_flags): Define in terms of _asm
428 version.
429 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
430 gdb.dwarf2/dw2-canonicalize-type.exp,
431 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
432 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
433 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
434 provided by gdb_target_symbol_prefix_flags_asm.
435 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
436 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
437 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
438 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
439 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
440 macros where needed). Use this macro for symbols which require
441 the prefix provided by SYMBOL_PREFIX.
442
443 2015-11-05 Kevin Buettner <kevinb@redhat.com>
444
445 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
446 New procs.
447 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
448 representing expressions, of more than one list element.
449 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
450 to prepend linker symbol prefix to f.
451 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
452 table_1 and table_2.
453 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
454 Likewise, for f and g.
455 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
456 for ptr.
457 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
458 for main.
459 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
460 table_1_ptr and table_2_ptr.
461
462 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
463 Joel Brobecker <brobecker@adacore.com>
464
465 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
466
467 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
468
469 * gdb.reverse/s390-mvcle.c: New test.
470 * gdb.reverse/s390-mvcle.exp: New file.
471 * lib/gdb.exp: Enable reverse tests on s390*-linux.
472
473 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
474
475 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
476
477 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
478
479 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
480 reaching marker2.
481 * gdb.reverse/getresuid-reverse.exp: Likewise.
482 * gdb.reverse/pipe-reverse.exp: Likewise.
483 * gdb.reverse/readv-reverse.exp: Likewise.
484 * gdb.reverse/recvmsg-reverse.exp: Likewise.
485 * gdb.reverse/time-reverse.exp: Likewise.
486 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
487
488 2015-10-30 Yao Qi <yao.qi@linaro.org>
489
490 * gdb.threads/wp-replication.c (watch_count_done): Remove.
491 (empty_cycle): Remove.
492 (main): Don't call empty_cycle. Don't use watch_count_done.
493 * gdb.threads/wp-replication.exp: Don't set breakpoint on
494 empty_cycle. Rewrite the code counting HW watchpoints.
495
496 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
497
498 * gdb.reverse/fstatat-reverse.c: New test.
499 * gdb.reverse/fstatat-reverse.exp: New file.
500 * gdb.reverse/getresuid-reverse.c: New test.
501 * gdb.reverse/getresuid-reverse.exp: New file.
502 * gdb.reverse/pipe-reverse.c: New test.
503 * gdb.reverse/pipe-reverse.exp: New file.
504 * gdb.reverse/readv-reverse.c: New test.
505 * gdb.reverse/readv-reverse.exp: New file.
506 * gdb.reverse/recvmsg-reverse.c: New test.
507 * gdb.reverse/recvmsg-reverse.exp: New file.
508 * gdb.reverse/time-reverse.c: New test.
509 * gdb.reverse/time-reverse.exp: New file.
510 * gdb.reverse/waitpid-reverse.c: New test.
511 * gdb.reverse/waitpid-reverse.exp: New file.
512
513 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
514
515 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
516
517 2015-10-26 Doug Evans <dje@google.com>
518
519 PR symtab/17391
520 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
521 * gdb.dwarf2/bad-regnum.c: New file.
522 * gdb.dwarf2/bad-regnum.exp: New file.
523
524 2015-10-26 Doug Evans <dje@google.com>
525
526 PR python/18938
527 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
528 file.
529
530 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
531
532 * gdb.compile/compile.exp (compile code globalvar): Update expectation
533 for a change by "Mention language in compile error message".
534
535 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
536
537 PR python/18073
538 * gdb.python/py-type.c (C::a_method): New.
539 (C::a_const_method): New.
540 (C::a_static_method): New.
541 (a_function): New.
542 * gdb.python/py-type.exp (test_fields): Test getting fields
543 from function and method.
544
545 2015-10-21 Keven Boell <keven.boell@intel.com>
546
547 * gdb.fortran/vla-alloc-assoc.exp: New file.
548 * gdb.fortran/vla-datatypes.exp: New file.
549 * gdb.fortran/vla-datatypes.f90: New file.
550 * gdb.fortran/vla-history.exp: New file.
551 * gdb.fortran/vla-ptype-sub.exp: New file.
552 * gdb.fortran/vla-ptype.exp: New file.
553 * gdb.fortran/vla-sizeof.exp: New file.
554 * gdb.fortran/vla-sub.f90: New file.
555 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
556 * gdb.fortran/vla-value-sub-finish.exp: New file.
557 * gdb.fortran/vla-value-sub.exp: New file.
558 * gdb.fortran/vla-value.exp: New file.
559 * gdb.fortran/vla-ptr-info.exp: New file.
560 * gdb.mi/mi-vla-fortran.exp: New file.
561 * gdb.mi/vla.f90: New file.
562
563 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
564
565 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
566 of hardwired timeout value.
567
568 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
569 Pedro Alves <palves@redhat.com>
570
571 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
572 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
573
574 2015-10-19 Josh Stone <jistone@redhat.com>
575
576 * gdb.base/catch-syscall.c: Include <sched.h>.
577 (unknown_syscall): New variable.
578 (main): Trigger a vfork and an unknown syscall.
579 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
580 (unknown_syscall_number): Likewise.
581 (check_call_to_syscall): Accept an optional syscall pattern.
582 (check_return_from_syscall): Likewise.
583 (check_continue): Likewise.
584 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
585 (test_catch_syscall_skipping_return): New test toggling off 'catch
586 syscall' to step over the syscall return, then toggling back on.
587 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
588 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
589 (do_syscall_tests): Call test_catch_syscall_without_args and
590 test_catch_syscall_mid_vfork.
591 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
592 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
593
594 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
595
596 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
597 print g_vE): Add new pass patterns.
598 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
599 print various symbol names for vptr fields.
600
601 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
602
603 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
604 results.
605
606 2015-10-12 Yao Qi <yao.qi@linaro.org>
607
608 * gdb.arch/disp-step-insn-reloc.exp: New test case.
609
610 2015-10-12 Yao Qi <yao.qi@linaro.org>
611
612 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
613 is aarch64*-*-linux*.
614
615 2015-10-12 Yao Qi <yao.qi@linaro.org>
616
617 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
618 (can_relocate_bcond_true): ... it.
619 (can_relocate_bcond_false): New function.
620 (foo): Likewise.
621 (can_relocate_bl): Likewise.
622 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
623 can_relocate_bl.
624
625 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
626
627 * gdb.base/nested-addr.c: New file.
628 * gdb.base/nested-addr.exp: New testcase.
629
630 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
631
632 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
633 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
634 its output. Ignore the output of "record goto begin" and instead
635 check that GDB is replaying.
636
637 2015-10-09 Pedro Alves <palves@redhat.com>
638
639 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
640 (top level): Use it in the run with no args test.
641
642 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
643
644 * gdb.dlang/properties.exp: New file.
645
646 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
647
648 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
649 whether or not address 0x1000 is mapped on the target.
650
651 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
652
653 * gdb.python/py-type.exp: Do not run tests if binaries fail to
654 build.
655
656 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
657
658 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
659 instruction-history test.
660
661 2015-09-28 Doug Evans <dje@google.com>
662
663 * gdb.base/gcore.c (array_func): Add reference to static_array.
664
665 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
666
667 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
668 source line.
669
670 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
671
672 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
673 short or char as base type.
674
675 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
676
677 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
678 to allow any size enum.
679
680 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
681
682 * gdb.ada/array_ptr_renaming.exp: New testcase.
683 * gdb.ada/array_ptr_renaming/foo.adb: New file.
684 * gdb.ada/array_ptr_renaming/pack.ads: New file.
685
686 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
687
688 * gdb.trace/ftrace-lock.c: New file.
689 * gdb.trace/ftrace-lock.exp: New file.
690
691 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
692
693 * gdb.arch/insn-reloc.c: New file.
694 * gdb.arch/ftrace-insn-reloc.exp: New file.
695
696 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
697
698 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
699 instruction.
700 * gdb.trace/pendshr1.c (pendfunc): Likewise.
701 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
702 * gdb.trace/range-stepping.c: Likewise.
703 * gdb.trace/trace-break.c: Likewise.
704 * gdb.trace/trace-mt.c (thread_function): Likewise.
705 * gdb.trace/ftrace.c (marker): Likewise.
706 * gdb.trace/trace-condition.c (marker): Likewise.
707 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
708 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
709 is_aarch64_target.
710
711 2015-09-18 Doug Evans <xdje42@gmail.com>
712
713 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
714 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
715
716 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
717
718 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
719 the breakpoint.
720
721 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
722
723 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
724 the pending breakpoint. Remove timeout override for "Run till
725 MI pending breakpoint on pendfunc3 on thread 2" test.
726
727 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
728
729 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
730 filename pattern.
731
732 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
733
734 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
735 in breakpoint filename pattern.
736
737 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
738
739 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
740
741 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
742
743 * gdb.linespec/explicit.exp: Check for readline support for
744 tab-completion tests. Fix obvious typo.
745
746 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
747
748 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
749 and replay.
750
751 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
752
753 * gdb.btrace/non-stop.c: New.
754 * gdb.btrace/non-stop.exp: New.
755
756 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
757 Yao Qi <yao.qi@linaro.org>
758
759 * gdb.trace/trace-condition.c: New file.
760 * gdb.trace/trace-condition.exp: New file.
761
762 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
763
764 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
765 for testing bytecode compilation.
766
767 2015-09-16 Pedro Alves <palves@redhat.com>
768 Sandra Loosemore <sandra@codesourcery.com>
769
770 * gdb.threads/non-stop-fair-events.c (timeout): New global.
771 (SECONDS): Redefine.
772 (main): Call pthread_kill and alarm early.
773 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
774 support.
775 (test): If the target can't hardware step and doesn't support
776 displaced stepping, increase the timeout.
777
778 2015-09-16 Pedro Alves <palves@redhat.com>
779
780 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
781 (enable_debug): New procedures.
782 (test): Use them. Bail out if waiting for threads fails.
783 (top level): Bail out if a test fails.
784
785 2015-09-16 Yao Qi <yao.qi@linaro.org>
786
787 * gdb.asm/asm-source.exp: Set asm-arch for
788 aarch64*-*-* target.
789 * gdb.asm/aarch64.inc: New file.
790
791 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
792
793 * gdb.ada/array_of_variable_length.exp: New testcase.
794 * gdb.ada/array_of_variable_length/foo.adb: New file.
795 * gdb.ada/array_of_variable_length/pck.adb: New file.
796 * gdb.ada/array_of_variable_length/pck.ads: New file.
797
798 2015-09-15 Doug Evans <dje@google.com>
799
800 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
801 of function static local variable.
802
803 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
804
805 * gdb.threads/tls-so_extern.exp: New test file.
806 * gdb.threads/tls-so_extern.c: New test file.
807 * gdb.threads/tls-so_extern_main.c: New test file.
808
809 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
810
811 * gdb.opt/solib-intra-step-lib.c: New file.
812 * gdb.opt/solib-intra-step-main.c: New file.
813 * gdb.opt/solib-intra-step.exp: New file.
814
815 2015-09-15 Pedro Alves <palves@redhat.com>
816
817 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
818 gdb_continue_to_breakpoint instead of gdb_test_multiple.
819
820 2015-09-14 Pedro Alves <palves@redhat.com>
821
822 * gdb.base/hook-stop-continue.c: Delete.
823 * gdb.base/hook-stop-continue.exp: Delete.
824 * gdb.base/hook-stop-frame.c: Delete.
825 * gdb.base/hook-stop-frame.exp: Delete.
826 * gdb.base/hook-stop.c: New file.
827 * gdb.base/hook-stop.exp: New file.
828
829 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
830
831 * gdb.ada/access_to_packed_array.exp: New testcase.
832 * gdb.ada/access_to_packed_array/foo.adb: New file.
833 * gdb.ada/access_to_packed_array/pack.adb: New file.
834 * gdb.ada/access_to_packed_array/pack.ads: New file.
835
836 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
837
838 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
839 buffer size test.
840
841 2015-09-11 Don Breazeal <donb@codesourcery.com>
842
843 * gdb.base/foll-exec.c: Add copyright header. Fix
844 formatting issues.
845 * gdb.base/foll-exec.exp (zap_session): Delete proc.
846 (do_exec_tests): Use clean_restart in place of zap_session,
847 and for test initialization. Fix formatting issues. Use
848 fail in place of perror.
849 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
850 an expect statement to match an expression with output from
851 the program under debug.
852 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
853 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
854 * gdb.threads/non-ldr-exc-2.exp: Likewise.
855 * gdb.threads/non-ldr-exc-3.exp: Likewise.
856 * gdb.threads/non-ldr-exc-4.exp: Likewise.
857
858 2015-09-09 Doug Evans <dje@google.com>
859
860 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
861
862 2015-09-09 Doug Evans <dje@google.com>
863
864 * gdb.base/pie-execl.exp: Fix result test of build_executable.
865
866 2015-09-09 Doug Evans <dje@google.com>
867
868 * gdb.base/savedregs.exp: Fix typo.
869
870 2015-09-09 Pedro Alves <palves@redhat.com>
871
872 * gdb.mi/mi-cli.exp: Add CLI finish tests.
873
874 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
875
876 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
877 command actually switches threads. Give up on remaining
878 tests if target fails to stop at breakpoint.
879
880 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
881
882 * gdb.ada/funcall_char.exp: New testcase.
883 * gdb.ada/funcall_char/foo.adb: New file.
884
885 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
886
887 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
888 expected outputs. Add two testcases for completing ambiguous
889 functions.
890 * gdb.ada/complete/aux_pck.adb: New file.
891 * gdb.ada/complete/aux_pck.ads: New file.
892 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
893 Ambiguous_Func functions.
894 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
895 * gdb.ada/complete/pck.adb: Likewise.
896
897 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
898
899 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
900 failures to run the test program under GDB.
901
902 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
903
904 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
905 to C.
906
907 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
908
909 * gdb.base/run-after-attach.exp: New test file.
910 * gdb.base/run-after-attach.c: New test file.
911
912 2015-08-26 Don Breazeal <donb@codesourcery.com>
913
914 * gdb.base/foll-exec-2.c: New test program.
915 * gdb.base/foll-exec-2.exp: New test.
916
917 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
918
919 * gdb.base/nested-subp1.exp: New file.
920 * gdb.base/nested-subp1.c: New file.
921 * gdb.base/nested-subp2.exp: New file.
922 * gdb.base/nested-subp2.c: New file.
923 * gdb.base/nested-subp3.exp: New file.
924 * gdb.base/nested-subp3.c: New file.
925
926 2015-08-24 Pedro Alves <palves@redhat.com>
927
928 * gdb.server/connect-without-multi-process.c: New file.
929 * gdb.server/connect-without-multi-process.exp: New file.
930
931 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
932
933 * gdb.opt/inline-markers.c: Make z int.
934
935 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
936
937 * gdb.opt/inline-markers.c: Make z volatile.
938
939 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
940
941 * gdb.opt/inline-bt.c: New volatile global z.
942 * gdb.opt/inline-cmds.c: Likewise.
943 * gdb.opt/inline-locals.c: Likewise.
944 * gdb.opt/inline-markers.c: New extern global z.
945 (marker): Use z.
946 (inline_fn): Likewise.
947
948 2015-08-24 Pedro Alves <palves@redhat.com>
949
950 * config/m32r-stub.exp: Remove file.
951 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
952 * gdb.base/call-rt-st.exp: Likewise.
953 * gdb.base/call-strs.exp: Likewise.
954 * gdb.base/default.exp: Remove references to h8300-*-hms and
955 *-*-udi*.
956 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
957
958 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
959
960 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
961 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
962 and "return" use KFAIL when GDB can not read/write the vector
963 return value.
964
965 2015-08-21 Gary Benson <gbenson@redhat.com>
966
967 * gdb.trace/pending.exp: Cope with remote transfer warnings.
968
969 2015-08-20 Pedro Alves <palves@redhat.com>
970
971 * gdb.server/solib-list.exp: No longer expect an interior stop in
972 non-stop mode.
973
974 2015-08-20 Pedro Alves <palves@redhat.com>
975
976 * gdb.server/connect-stopped-target.c: New file.
977 * gdb.server/connect-stopped-target.exp: New file.
978
979 2015-08-20 Pedro Alves <palves@redhat.com>
980
981 * gdb.dwarf2/comp-unit-lang.exp: New file.
982 * gdb.dwarf2/comp-unit-lang.c: New file.
983
984 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
985
986 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
987 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
988
989 2015-08-19 Kevin Buettner <kevinb@redhat.com>
990
991 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
992 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
993
994 2015-08-18 Doug Evans <dje@google.com>
995 Adrian Sendroiu <adrian.sendroiu@freescale.com>
996
997 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
998 skip_python_tests. New arg prompt_regexp.
999 (skip_python_tests): New function.
1000 * lib/mi-support.exp (mi_skip_python_tests): New function.
1001 * gdb.python/py-mi-objfile-gdb.py: New file.
1002 * gdb.python/py-mi-objfile.c: New file.
1003 * gdb.python/py-mi-objfile.exp: New file.
1004
1005 2015-08-17 Keith Seitz <keiths@redhat.com>
1006
1007 * gdb.linespec/explicit.exp: Move strace test from here ...
1008 * gdb.trace/strace.exp: ... to here.
1009
1010 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1011
1012 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1013 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1014
1015 2015-08-14 Doug Evans <xdje42@gmail.com>
1016
1017 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1018 inferior before selecting a new file.
1019
1020 2015-08-14 Doug Evans <xdje42@gmail.com>
1021
1022 * gdb.mi/mi-disassemble.exp: Update.
1023 * gdb.base/disasm-optim.S: New file.
1024 * gdb.base/disasm-optim.c: New file.
1025 * gdb.base/disasm-optim.h: New file.
1026 * gdb.base/disasm-optim.exp: New file.
1027
1028 2015-08-14 Keith Seitz <keiths@redhat.com>
1029
1030 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1031 "evaluated-by".
1032
1033 2015-08-13 Joel Brobecker <brobecker@adacore.com>
1034
1035 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1036
1037 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1038
1039 * gdb.ada/fun_renaming.exp: New testcase.
1040 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1041 * gdb.ada/fun_renaming/pack.adb: New file.
1042 * gdb.ada/fun_renaming/pack.ads: New file.
1043
1044 2015-08-12 Keith Seitz <keiths@redhat.com>
1045
1046 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1047 gdb_get_line_number.
1048
1049 2015-08-12 Joel Brobecker <brobecker@adacore.com>
1050
1051 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1052 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1053 gdb.base/dso2dso.exp: New files.
1054
1055 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1056 Pedro Alves <palves@redhat.com>
1057 Keith Seitz <keiths@redhat.com>
1058
1059 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1060 GDBFLAGS.
1061
1062 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1063
1064 * gdb.base/gdbhistsize-history.exp
1065 (test_histsize_history_setting): Use save_vars.
1066 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1067 Use save_vars.
1068 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1069 * gdb.base/readline.exp: Use save_vars.
1070
1071 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1072
1073 * lib/gdb.exp (save_vars): New proc.
1074
1075 2015-08-11 Keith Seitz <keiths@redhat.com>
1076
1077 * gdb.base/help.exp: Update help_breakpoint_text.
1078
1079 2015-08-11 Keith Seitz <keiths@redhat.com>
1080
1081 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1082 (at toplevel): Call test_explicit_breakpoints.
1083 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
1084 breakpoints.
1085 * lib/mi-support.exp (mi_make_breakpoint): Add support for
1086 breakpoint conditions, "-cond".
1087
1088 2015-08-11 Keith Seitz <keiths@redhat.com>
1089
1090 * gdb.linespec/3explicit.c: New file.
1091 * gdb.linespec/cpexplicit.cc: New file.
1092 * gdb.linespec/cpexplicit.exp: New file.
1093 * gdb.linespec/explicit.c: New file.
1094 * gdb.linespec/explicit.exp: New file.
1095 * gdb.linespec/explicit2.c: New file.
1096 * gdb.linespec/ls-errs.exp: Add explicit location tests.
1097 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
1098 before using in the matching pattern.
1099 Clarify that `prefix' is a regular expression.
1100
1101 2015-08-11 Keith Seitz <keiths@redhat.com>
1102
1103 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
1104 test.
1105 Add tests for missing ",FMT" and ",".
1106
1107 2015-08-10 Doug Evans <dje@google.com>
1108 Keith Seitz <keiths@redhat.com>
1109
1110 PR gdb/17960
1111 * gdb.base/completion.exp: Add location completer tests.
1112
1113 2015-08-07 Pedro Alves <palves@redhat.com>
1114
1115 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
1116 tests here.
1117 (top level): Run do_test with and without displaced stepping.
1118
1119 2015-08-07 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.base/valgrind-disp-step.c: New file.
1122 * gdb.base/valgrind-disp-step.exp: New file.
1123
1124 2015-08-07 Pedro Alves <palves@redhat.com>
1125
1126 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
1127 Delete function.
1128 (main): Add alarm. Run an infinite loop instead of calling
1129 wait_threads.
1130 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
1131 comment.
1132 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
1133 Delete function.
1134 (main): Add alarm. Run an infinite loop instead of calling
1135 wait_threads.
1136 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
1137 comment.
1138
1139 2015-08-07 Pedro Alves <palves@redhat.com>
1140
1141 * gdb.base/checkpoint-ns.exp: New file.
1142 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
1143 standard_testfile.
1144
1145 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1146
1147 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
1148 * gdb.btrace/instruction_history.exp: Update.
1149 * gdb.btrace/tsx.exp: New.
1150 * gdb.btrace/tsx.c: New.
1151
1152 2015-08-06 Pedro Alves <palves@redhat.com>
1153
1154 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
1155 increase timeout.
1156 * gdb.reverse/until-precsave.exp: Bump timeouts.
1157
1158 2015-08-06 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
1161
1162 2015-08-06 Pedro Alves <palves@redhat.com>
1163
1164 PR gdb/18749
1165 * gdb.threads/process-dies-while-handling-bp.c: New file.
1166 * gdb.threads/process-dies-while-handling-bp.exp: New file.
1167
1168 2015-08-06 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
1171 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
1172
1173 2015-08-05 Pedro Alves <palves@redhat.com>
1174
1175 * gdb.threads/next-while-other-thread-longjmps.c: New file.
1176 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
1177
1178 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1179
1180 * gdb.base/bp-permanent.exp: Report test as unsupported if
1181 the target cannot stop at the permanent breakpoint.
1182
1183 2015-08-03 Doug Evans <dje@google.com>
1184
1185 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
1186 10000.
1187
1188 2015-08-03 Doug Evans <dje@google.com>
1189
1190 * Makefile.in (workers/%.worker, build-perf): New rule.
1191 (GDB_PERFTEST_MODE): New variable.
1192 (check-perf): Use it.
1193 (clean): Clean up gdb.perf parallel build subdirs.
1194 * lib/build-piece.exp: New file.
1195 * lib/gdb.exp (make_gdb_parallel_path): New function
1196 (standard_output_file, standard_temp_file): Call it.
1197 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1198 of $GDB_PARALLEL.
1199 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
1200
1201 2015-08-03 Doug Evans <dje@google.com>
1202
1203 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
1204 (LOG_FILE_NAME): New global.
1205 (TextReporter.__init__): Initialize self.txt_sum.
1206 (TextReporter.report): Add support for multiple data-points.
1207 Move report to perftest.sum, put raw data in perftest.log.
1208 (TextReporter.start): Open sum and log files.
1209 (TextReporter.end): Close sum and log files.
1210 * gdb.perf/lib/perftest/testresult.py
1211 (SingleStatisticTestResult.record): Handle multiple data-points.
1212
1213 2015-07-31 Pedro Alves <palves@redhat.com>
1214
1215 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
1216 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1217 kill_wait_spawned_process instead of explicit "kill -9".
1218 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
1219 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1220 kill_wait_spawned_process.
1221 * gdb.base/attach-twice.exp: Likewise.
1222 * gdb.base/attach.exp: Likewise.
1223 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
1224 gdb_test_multiple.
1225 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
1226 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1227 kill_wait_spawned_process.
1228 * gdb.base/valgrind-infcall.exp: Likewise.
1229 * gdb.multi/multi-attach.exp: Likewise.
1230 * gdb.python/py-prompt.exp: Likewise.
1231 * gdb.python/py-sync-interp.exp: Likewise.
1232 * gdb.server/ext-attach.exp: Likewise.
1233 * gdb.threads/attach-into-signal.exp (corefunc): Use
1234 spawn_wait_for_attach, spawn_id_get_pid and
1235 kill_wait_spawned_process.
1236 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
1237 spawn_wait_for_attach returning a spawn id instead of a pid. Use
1238 spawn_id_get_pid and kill_wait_spawned_process.
1239 * gdb.threads/attach-stopped.exp (corefunc): Use
1240 spawn_wait_for_attach, spawn_id_get_pid and
1241 kill_wait_spawned_process.
1242 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
1243 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1244 kill_wait_spawned_process instead of explicit "kill -9".
1245 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
1246 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
1247 (spawn_wait_for_attach): Use spawn instead of exec to spawn
1248 processes. Don't map cygwin/windows pids here. Now returns a
1249 spawn id list.
1250
1251 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1252
1253 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
1254 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
1255 correct patch.
1256
1257 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1258
1259 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1260
1261 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1262
1263 Reapply:
1264 2014-05-21 Mark Wielaard <mjw@redhat.com>
1265
1266 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1267
1268 2015-07-30 Pedro Alves <palves@redhat.com>
1269
1270 * linux-low.c (handle_extended_wait): Set the child's last
1271 reported status to TARGET_WAITKIND_STOPPED.
1272
1273 2015-07-30 Pedro Alves <palves@redhat.com>
1274
1275 PR threads/18600
1276 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1277 only shows inferior 1.
1278
1279 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
1280 Pedro Alves <palves@redhat.com>
1281
1282 PR threads/18600
1283 * gdb.threads/fork-plus-threads.c: New file.
1284 * gdb.threads/fork-plus-threads.exp: New file.
1285
1286 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1287
1288 * gdb.base/batch-preserve-term-settings.exp
1289 (test_terminal_settings_preserved_after_cli_exit): Use
1290 send_quit_command.
1291
1292 2015-07-29 Pedro Alves <palves@redhat.com>
1293 Don Breazeal <donb@codesourcery.com>
1294
1295 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1296 output from both inferior_spawn_id and gdb_spawn_id.
1297
1298 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1299
1300 * gdb.threads/attach-into-signal.exp (corefunc): Use
1301 with_test_prefix on nested loops, uniquefying the test messages.
1302
1303 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1304
1305 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
1306 commit.
1307
1308 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1309
1310 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
1311 New proc.
1312 (test_terminal_settings_preserved_after_sigterm): New test.
1313
1314 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1315
1316 * gdb.base/batch-preserve-term-settings.exp
1317 (test_terminal_settings_preserved_after_cli_exit): New test.
1318
1319 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1320
1321 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
1322 manipulation of saved_gdbflags.
1323 (test_terminal_settings_preserved): Remove global declaration of
1324 the unused variable pagination_prompt. Remove manipulation of
1325 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
1326 GDBFLAGS.
1327
1328 2015-07-29 Pedro Alves <palves@redhat.com>
1329
1330 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
1331
1332 2015-07-29 Pedro Alves <palves@redhat.com>
1333
1334 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
1335 at the top.
1336
1337 2015-07-29 Pedro Alves <palves@redhat.com>
1338
1339 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
1340 (main): Call gdb_unbuffer_output.
1341 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
1342 (main): Call gdb_unbuffer_output.
1343 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
1344 (main): Call gdb_unbuffer_output.
1345 * gdb.base/call-strs.exp: Adjust to step over the
1346 gdb_unbuffer_output call.
1347 * gdb.base/catch-gdb-caused-signals.c: Include
1348 "../lib/unbuffer_output.c".
1349 (main): Call gdb_unbuffer_output.
1350 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
1351 (main): Call gdb_unbuffer_output.
1352 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
1353 (main): Call gdb_unbuffer_output.
1354 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
1355 (main): Call gdb_unbuffer_output.
1356 * gdb.base/shlib-call.exp: Adjust to step over the
1357 gdb_unbuffer_output call.
1358 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
1359 (main): Call gdb_unbuffer_output.
1360 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
1361 (main): Call gdb_unbuffer_output.
1362 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
1363 (main): Rename to ...
1364 (test): ... this.
1365 (main): Reimplement.
1366 * gdb.base/varargs.exp: Run to test instead of to main.
1367 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1368 (main): Call gdb_unbuffer_output.
1369
1370 2015-07-29 Pedro Alves <palves@redhat.com>
1371
1372 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
1373 factore out from mi_continue_dprintf. For call-style dprintfs,
1374 expect dprintf output out of $inferior_spawn_id.
1375 (mi_continue_dprintf): Use mi_expect_dprintf.
1376 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1377 (main): Call gdb_unbuffer_output.
1378
1379 2015-07-29 Pedro Alves <palves@redhat.com>
1380
1381 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
1382 (default_mi_gdb_start): Set inferior_spawn_id instead of
1383 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
1384 gdb_spawn_id.
1385 (mi_gdb_test): Always expect inferior output from both
1386 $inferior_spawn_id and $gdb_spawn_id.
1387
1388 2015-07-29 Pedro Alves <palves@redhat.com>
1389
1390 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
1391 send_inferior and $inferior_spawn_id.
1392
1393 2015-07-29 Pedro Alves <palves@redhat.com>
1394
1395 * gdb.gdb/complaints.exp (test_initial_complaints)
1396 (test_serial_complaints, test_short_complaints): Use
1397 gdb_test_stdio.
1398 (test_empty_complaint): Handle $inferior_spawn_id !=
1399 $gdb_spawn_id.
1400
1401 2015-07-29 Pedro Alves <palves@redhat.com>
1402
1403 * gdb.base/varargs.exp: Use gdb_test_stdio.
1404
1405 2015-07-29 Pedro Alves <palves@redhat.com>
1406
1407 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
1408
1409 2015-07-29 Pedro Alves <palves@redhat.com>
1410
1411 * gdb.base/ending-run.exp: Use gdb_test_stdio.
1412
1413 2015-07-29 Pedro Alves <palves@redhat.com>
1414
1415 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
1416 parameter into two new parameters, "inf_result" and "gdb_result".
1417 Expect inferior output and gdb output from $inferior_spawn_id and
1418 $gdb_spawn_id, respectively. Adjust all callers.
1419
1420 2015-07-29 Pedro Alves <palves@redhat.com>
1421
1422 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
1423 of gdb_test_sequence.
1424
1425 2015-07-29 Pedro Alves <palves@redhat.com>
1426
1427 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
1428 (saw_spurious_output): Expect inferior output from
1429 $inferior_spawn_id. Use gdb_test_stdio.
1430
1431 2015-07-29 Pedro Alves <palves@redhat.com>
1432
1433 * gdb.base/dprintf.exp: Use standard_testfile. Change
1434 prepare_for_testing call.
1435 (srcfile): Don't set.
1436 (restart): New procedure.
1437 (test_dprintf): New procecure, use to continue over dprintfs.
1438 (test_call, test_agent): New procedures, tests moved here.
1439 Restart gdb and recreate dprintfs. Adjust expected output.
1440
1441 2015-07-29 Pedro Alves <palves@redhat.com>
1442
1443 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
1444
1445 2015-07-29 Pedro Alves <palves@redhat.com>
1446
1447 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
1448
1449 2015-07-29 Pedro Alves <palves@redhat.com>
1450
1451 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
1452 gdb_test_stdio.
1453
1454 2015-07-29 Pedro Alves <palves@redhat.com>
1455
1456 * lib/gdb.exp (gdb_test_stdio): New procedure.
1457
1458 2015-07-29 Pedro Alves <palves@redhat.com>
1459
1460 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
1461
1462 2015-07-29 Pedro Alves <palves@redhat.com>
1463
1464 * gdb.base/call-signal-resume.exp: Remove check for
1465 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
1466 * gdb.base/unwindonsignal.exp: Likewise.
1467 * gdb.base/call-signals.c (gen_signal): Remove printf call.
1468 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
1469
1470 2015-07-29 Pedro Alves <palves@redhat.com>
1471
1472 * gdb.base/siginfo-addr.c (pass): New function.
1473 (handler): Call it iff si_addr is correct.
1474 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
1475 Set a breakpoint at "pass" and continue to it.
1476
1477 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
1478
1479 * gdb.python/py-objfile.exp: Make some tests have unique names.
1480 * gdb.python/py-pp-registration.exp: Likewise.
1481
1482 2015-07-28 Pedro Alves <palves@redhat.com>
1483
1484 * gdb.server/server-exec-info.exp: Issue a "disconnect".
1485
1486 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1487
1488 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
1489
1490 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1491
1492 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
1493
1494 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
1495
1496 * gdb.base/gdb-sigterm-2.exp: New test.
1497
1498 2015-07-25 Doug Evans <xdje42@gmail.com>
1499
1500 Revert:
1501 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1502 (workers/%.worker, build-perf): New rule.
1503 (GDB_PERFTEST_MODE): New variable.
1504 (check-perf): Use it.
1505 (clean): Clean up gdb.perf parallel build subdirs.
1506 * lib/build-piece.exp: New file.
1507 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1508 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1509 name.
1510 (standard_temp_file): Ditto.
1511 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1512 of $GDB_PARALLEL.
1513
1514 2015-07-24 Doug Evans <dje@google.com>
1515
1516 * gdb.perf/lib/perftest/utils.py: New file.
1517 * gdb.perf/gm-hello.cc: New file.
1518 * gdb.perf/gm-pervasive-typedef.cc: New file.
1519 * gdb.perf/gm-pervasive-typedef.h: New file.
1520 * gdb.perf/gm-std.cc: New file.
1521 * gdb.perf/gm-std.h: New file.
1522 * gdb.perf/gm-use-cerr.cc: New file.
1523 * gdb.perf/gm-utils.h: New file.
1524 * gdb.perf/gmonster-null-lookup.py: New file.
1525 * gdb.perf/gmonster-pervasive-typedef.py: New file.
1526 * gdb.perf/gmonster-print-cerr.py: New file.
1527 * gdb.perf/gmonster-ptype-string.py: New file.
1528 * gdb.perf/gmonster-runto-main.py: New file.
1529 * gdb.perf/gmonster-select-file.py: New file.
1530 * gdb.perf/gmonster1-null-lookup.exp: New file.
1531 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
1532 * gdb.perf/gmonster1-print-cerr.exp: New file.
1533 * gdb.perf/gmonster1-ptype-string.exp: New file.
1534 * gdb.perf/gmonster1-runto-main.exp: New file.
1535 * gdb.perf/gmonster1-select-file.exp: New file.
1536 * gdb.perf/gmonster1.cc: New file.
1537 * gdb.perf/gmonster1.exp: New file.
1538 * gdb.perf/gmonster2-null-lookup.exp: New file.
1539 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
1540 * gdb.perf/gmonster2-print-cerr.exp: New file.
1541 * gdb.perf/gmonster2-ptype-string.exp: New file.
1542 * gdb.perf/gmonster2-runto-main.exp: New file.
1543 * gdb.perf/gmonster2-select-file.exp: New file.
1544 * gdb.perf/gmonster2.cc: New file.
1545 * gdb.perf/gmonster2.exp: New file.
1546
1547 2015-07-24 Doug Evans <dje@google.com>
1548
1549 * gdb.perf/README: New file.
1550 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
1551 * lib/gen-perf-test.exp: New file.
1552
1553 2015-07-24 Doug Evans <dje@google.com>
1554
1555 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
1556 (PerfTest::startup): New function.
1557 (PerfTest::run): Return result of calling body.
1558 (PerfTest::assemble): Rewrite.
1559 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
1560 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
1561 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
1562 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
1563 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
1564
1565 2015-07-24 Doug Evans <dje@google.com>
1566
1567 * lib/gdb.exp (clean_restart): Make executable optional.
1568
1569 2015-07-24 Doug Evans <dje@google.com>
1570
1571 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
1572 compiler_info references.
1573 * gdb.cp/temargs.exp: Ditto.
1574 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
1575 (get_compiler_info): Early exit if already computed. Set compiler_info
1576 to "unknown" if there was a problem.
1577 (test_compiler_info): Add function comment. Call get_compiler_info.
1578
1579 2015-07-24 Doug Evans <dje@google.com>
1580
1581 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1582 (workers/%.worker, build-perf): New rule.
1583 (GDB_PERFTEST_MODE): New variable.
1584 (check-perf): Use it.
1585 (clean): Clean up gdb.perf parallel build subdirs.
1586 * lib/build-piece.exp: New file.
1587 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1588 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1589 name.
1590 (standard_temp_file): Ditto.
1591 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1592 of $GDB_PARALLEL.
1593
1594 2015-07-24 Doug Evans <dje@google.com>
1595
1596 * lib/future.exp (gdb_default_target_compile): New option
1597 "early_flags".
1598 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
1599 --as-needed.
1600
1601 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
1602
1603 * gdb.base/catch-syscall.exp: Call gdb_exit before
1604 gdb_skip_xml_test.
1605
1606 2015-07-24 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.python/py-events.exp: Accept output between the stop event
1609 and the prompt.
1610 * gdb.python/py-evsignal.exp: Likewise.
1611 * gdb.python/py-evthreads.exp: Likewise.
1612
1613 2015-07-24 Pedro Alves <palves@redhat.com>
1614
1615 PR gdb/18717
1616 * gdb.threads/non-ldr-exit.c: New file.
1617 * gdb.threads/non-ldr-exit.exp: New file.
1618
1619 2015-07-24 Yao Qi <yao.qi@linaro.org>
1620
1621 * gdb.server/ext-wrapper.exp: Test --wrapper option when
1622 restarting process.
1623
1624 2015-07-24 Yao Qi <yao.qi@linaro.org>
1625
1626 * gdb.server/ext-restart.exp: New file.
1627
1628 2015-07-24 Yao Qi <yao.qi@linaro.org>
1629
1630 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
1631 argument options.
1632 * gdb.server/ext-wrapper.exp: New file.
1633
1634 2015-07-23 Doug Evans <dje@google.com>
1635
1636 * gdb.dwarf2/dw2-dummy-cu.S: New file.
1637 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
1638
1639 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
1640
1641 * gdb.ada/var_arr_typedef.exp: New testcase.
1642 * gdb.ada/var_arr_typedef/pack.adb: New file.
1643 * gdb.ada/var_arr_typedef/pack.ads: New file.
1644 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
1645
1646 2015-07-20 Joel Brobecker <brobecker@adacore.com>
1647
1648 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
1649
1650 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1651
1652 * gdb.arch/i386-biarch-core.exp: Replace istarget
1653 by "complete set gnutarget". Remove expectation for the "core-file"
1654 command.
1655
1656 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1657
1658 Revert the previous commit:
1659 Tests for validate symbol file using build-id.
1660
1661 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1662
1663 Tests for validate symbol file using build-id.
1664 * gdb.base/solib-mismatch-lib.c: New file.
1665 * gdb.base/solib-mismatch-libmod.c: New file.
1666 * gdb.base/solib-mismatch.c: New file.
1667 * gdb.base/solib-mismatch.exp: New file.
1668
1669 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
1670
1671 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
1672 nios2-*-linux*.
1673 * gdb.base/sigbpt.exp (stepi_out): Likewise.
1674 * gdb.base/siginfo.exp: Likewise.
1675 * gdb.base/sigstep.exp (advance, advancei): Likewise.
1676
1677 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
1678
1679 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
1680 Move it to ...
1681 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
1682 ... here.
1683 * gdb.trace/range-stepping.exp: Check that the target supports
1684 range stepping.
1685
1686 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1687
1688 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
1689
1690 2015-07-14 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.base/killed-outside.exp: New file.
1693 * gdb.base/killed-outside.c: New file.
1694
1695 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1696
1697 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
1698 (n at main): New.
1699 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
1700
1701 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1702
1703 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
1704 infcall tests instead of setting up for KFAIL.
1705
1706 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
1707
1708 * gdb.btrace/record_goto-step.exp: New.
1709
1710 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1711
1712 PR compile/18484
1713 * gdb.compile/compile.c (struct struct_type): Add volatile to
1714 selffield's type.
1715 * gdb.compile/compile.exp
1716 (compile code struct_object.selffield = &struct_object): Skip further
1717 struct_object tests if this one xfails.
1718
1719 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
1720
1721 PR exp/18617
1722 * gdb.trace/ax.exp: Add test.
1723
1724 2015-07-07 Yao Qi <yao.qi@linaro.org>
1725
1726 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
1727 instead of istarget "aarch64*-*-*".
1728 * gdb.arch/aarch64-fp.exp: Likewise.
1729 * gdb.base/float.exp: Likewise.
1730 * gdb.reverse/aarch64.exp: Likewise.
1731 * lib/gdb.exp (is_aarch64_target): New proc.
1732
1733 2015-07-07 Yao Qi <yao.qi@linaro.org>
1734
1735 * lib/gdb.exp (is_aarch32_target): New proc.
1736 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
1737 instead of "istarget "arm*-*-*"".
1738 * gdb.arch/arm-disp-step.exp: Likewise.
1739 * gdb.arch/thumb-bx-pc.exp: Likewise.
1740 * gdb.arch/thumb-prologue.exp: Likewise.
1741 * gdb.arch/thumb-singlestep.exp: Likewise.
1742 * gdb.base/disp-step-syscall.exp: Likewise.
1743 * gdb.base/float.exp: Likewise.
1744
1745 2015-07-07 Yao Qi <yao.qi@linaro.org>
1746
1747 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
1748 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
1749
1750 2015-07-07 Yao Qi <yao.qi@linaro.org>
1751
1752 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
1753 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
1754 if it exists.
1755 * gdb.multi/multi-arch.exp: Likewise.
1756
1757 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
1758
1759 * gdb.python/py-lazy-string.exp: Add missing parentheses to
1760 print.
1761
1762 2015-07-07 Yao Qi <yao.qi@linaro.org>
1763
1764 * gdb.arch/thumb-singlestep.exp: Do one more single step.
1765
1766 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
1767
1768 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
1769 '[' and ']' characters.
1770
1771 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
1772
1773 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1774
1775 2015-06-29 Pedro Alves <palves@redhat.com>
1776
1777 PR threads/18127
1778 * gdb.threads/hand-call-new-thread.c: New file.
1779 * gdb.threads/hand-call-new-thread.c: New file.
1780
1781 2015-06-26 Keith Seitz <keiths@redhat.com>
1782 Doug Evans <dje@google.com>
1783
1784 PR 16253
1785 * gdb.cp/var-tag-2.cc: New file.
1786 * gdb.cp/var-tag-3.cc: New file.
1787 * gdb.cp/var-tag-4.cc: New file.
1788 * gdb.cp/var-tag.cc: New file.
1789 * gdb.cp/var-tag.exp: New file.
1790
1791 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1792
1793 * gdb.base/history-duplicates.exp: New test.
1794
1795 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1796
1797 * gdb.base/completion.exp: Test the completion of the "focus"
1798 command.
1799
1800 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1801
1802 * gdb.arch/amd64-prologue-skip.S: New file.
1803 * gdb.arch/amd64-prologue-skip.exp: New file.
1804
1805 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
1806
1807 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
1808 is_address_zero_readable check.
1809
1810 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
1811
1812 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
1813 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
1814
1815 2015-06-24 Yao Qi <yao.qi@linaro.org>
1816
1817 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
1818 linux targets.
1819
1820 2015-06-24 Yao Qi <yao.qi@linaro.org>
1821
1822 * lib/gdb.exp (supports_get_siginfo_type): New proc.
1823 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
1824 * gdb.base/siginfo-thread.exp: Likewise.
1825
1826 2015-06-22 Yao Qi <yao.qi@linaro.org>
1827
1828 * boards/remote-gdbserver-on-localhost.exp: Add comments.
1829
1830 2015-06-22 Yao Qi <yao.qi@linaro.org>
1831
1832 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
1833 aarch64*-*-*.
1834 (skip_hw_watchpoint_tests): Likewise.
1835
1836 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
1837
1838 * gdb.base/gdbinit-history.exp: Test the interaction between
1839 setting GDBHISTSIZE and setting the history size via .gdbinit.
1840
1841 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1842
1843 PR gdb/16999
1844 * gdb.base/gdbhistsize-history.exp: New test.
1845
1846 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1847
1848 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1849 with GDBHISTSIZE.
1850 * gdb.base/readline.exp: Likewise.
1851
1852 2015-06-17 Yao Qi <yao.qi@linaro.org>
1853
1854 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1855 line.
1856
1857 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1858
1859 * gdb.base/gdbinit-history.exp: Add test case to check that
1860 an unlimited history file does not get truncated on exit.
1861
1862 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1863
1864 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1865 (VECTOR): New macro. Use it...
1866 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1867 ...for these typedefs.
1868 (int8, char1, int1, double1): New typedefs.
1869 (struct just_int2, struct two_int2): New structures.
1870 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1871 (add_structvecs, add_singlevecs): New functions.
1872 (main): Call add_some_intvecs twice.
1873 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1874 the compile and exit upon failure. Try compiling for the "native"
1875 architecture. Test inferior function calls with vector arguments
1876 and vector return value handling with "finish" and "return".
1877
1878 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1879
1880 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1881 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1882 PE file.
1883 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1884
1885 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1886
1887 PR breakpoints/16465
1888 * gdb.mi/mi-dprintf-pending.c: New file.
1889 * gdb.mi/mi-dprintf-pending.exp: New test.
1890 * gdb.mi/mi-dprintf-pendshr.c: New file.
1891
1892 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1893 Mircea Gherzan <mircea.gherzan@intel.com>
1894
1895 * gdb.arch/i386-mpx-map.c: New file.
1896 * gdb.arch/i386-mpx-map.exp: New File.
1897
1898 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1899
1900 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1901 * gdb.arch/i386-mpx.exp: Indentation fixed.
1902
1903 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1904
1905 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1906 function and improved indentation.
1907 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1908 gdb_test_multiple. Added additional tests to skip the test.
1909
1910 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1911
1912 * gdb.arch/i386-avx512.c: Change path in include file.
1913 * gdb.arch/i386-avx512.exp: Change include dir path
1914 compilation flag.
1915 * gdb.arch/i386-mpx.c: Change path in include file.
1916 * gdb.arch/i386-mpx.exp: Change include dir path compilation
1917 flag.
1918
1919 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1920
1921 * gdb.compile/compile-print.exp (compile print *vararray@3)
1922 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1923
1924 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1925
1926 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1927 (do not keep jit in memory): ... this.
1928 (expect 5): Change it to ...
1929 (expect no 5): ... this.
1930
1931 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1932
1933 PR gdb/15564
1934 * gdb.mi/mi-detach.exp: New file.
1935
1936 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1937
1938 PR symtab/18392
1939 * gdb.arch/amd64-tailcall-self.S: New file.
1940 * gdb.arch/amd64-tailcall-self.c: New file.
1941 * gdb.arch/amd64-tailcall-self.exp: New file.
1942
1943 2015-05-28 Don Breazeal <donb@codesourcery.com>
1944
1945 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1946 tests for remote targets by checking is_target_gdbserver.
1947
1948 2015-05-27 Doug Evans <dje@google.com>
1949
1950 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1951 * gdb.dwarf2/opaque-type-lookup.c: New file.
1952 * gdb.dwarf2/opaque-type-lookup.exp: New file.
1953
1954 2015-05-26 Doug Evans <dje@google.com>
1955
1956 * gdb.cp/iostream.cc: New file.
1957 * gdb.cp/iostream.exp: New file.
1958
1959 2015-05-26 Doug Evans <dje@google.com>
1960
1961 * gdb.dwarf2/dw2-op-call.exp: Update.
1962 * gdb.dwarf2/dw4-sig-types.exp: Update.
1963 * gdb.dwarf2/implptr.exp: Update.
1964 * gdb.mi/mi-cmd-param-changed.exp: Update.
1965
1966 2015-05-26 Doug Evans <dje@google.com>
1967
1968 * gdb.python/py-lazy-string.c: New file.
1969 * gdb.python/py-lazy-string.exp: New file.
1970 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1971 (main): Update. Add estring3.
1972 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1973 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1974
1975 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
1976 Yao Qi <yao.qi@linaro.org>
1977
1978 * gdb.reverse/aarch64.c: New.
1979 * gdb.reverse/aarch64.exp: New.
1980
1981 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
1982
1983 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1984 (supports_reverse): Likewise.
1985
1986 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1987
1988 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1989 Use with_test_prefix.
1990
1991 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 * gdb.base/completion.exp: Add test for completion of layout
1994 names.
1995
1996 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1997
1998 * lib/gdb.exp (skip_tui_tests): New proc.
1999 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2000
2001 2015-05-19 Pedro Alves <palves@redhat.com>
2002
2003 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2004 Save the whole env array instead of just HOME. Unset HISTSIZE in
2005 the environment while testing. Restore whole environment
2006 afterwards.
2007
2008 2015-05-16 Doug Evans <xdje42@gmail.com>
2009
2010 * gdb.guile/scm-ports.c: New file.
2011 * gdb.guile/scm-ports.exp: Add memory port tests.
2012
2013 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2014
2015 * gdb.compile/compile-print.c: New file.
2016 * gdb.compile/compile-print.exp: New file.
2017
2018 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2019
2020 * gdb.compile/compile-ops.exp: Cast param to void.
2021 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2022 (compile code struct_object.selffield = &struct_object): Add xfail.
2023
2024 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2025
2026 * gdb.ada/arr_enum_with_gap: New testcase.
2027
2028 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2029
2030 * gdb.ada/byte_packed_arr: New testcase.
2031
2032 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2033
2034 * gdb.ada/pckd_neg: New testcase.
2035
2036 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2037
2038 PR gdb/17820
2039 * gdb.base/gdbinit-history.exp: New test.
2040 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2041 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2042
2043 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2044
2045 * gdb.python/py-xmethods.cc: Enhance test case.
2046 * gdb.python/py-xmethods.exp: New tests.
2047 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2048 function.
2049 (B_indexoper): Likewise.
2050 (global_dm_list) : Add new xmethod worker functions.
2051
2052 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2053
2054 * gdb.base/coredump-filter.exp: Correctly unset
2055 "coredump_var_addr" array.
2056
2057 2015-05-08 Pedro Alves <palves@redhat.com>
2058
2059 * gdb.server/non-existing-program.exp: Unset spawn_id.
2060
2061 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2062
2063 PR python/18291
2064 * gdb.python/py-xmethods.exp: Add tests.
2065
2066 2015-05-08 Yao Qi <yao.qi@linaro.org>
2067
2068 PR gdb/18208
2069 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2070 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2071 function set_coredump_filter, and remove remote_exec call.
2072 Remove argument ipid. Callers update.
2073 (top level): Don't get inferior's PID.
2074
2075 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2076
2077 * gdb.base/watch_thread_num.exp: Skip test on targets without
2078 access watchpoints.
2079
2080 2015-05-06 Pedro Alves <palves@redhat.com>
2081
2082 PR server/18081
2083 * gdb.server/non-existing-program.exp: New file.
2084
2085 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2086
2087 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
2088
2089 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2090
2091 * gdb.ada/out_of_line_in_inlined: New testcase.
2092
2093 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2094
2095 * gdb.ada/var_rec_arr: New testcase.
2096
2097 2015-04-30 Yao Qi <yao.qi@linaro.org>
2098
2099 * gdb.base/break-idempotent.exp: If
2100 skip_hw_watchpoint_multi_tests returns true, skip the tests
2101 on "rwatch" and "awatch".
2102
2103 2015-04-30 Yao Qi <yao.qi@linaro.org>
2104
2105 * gdb.base/relativedebug.exp: Invoke gdb command
2106 "info sharedlibrary", and if libc.so doesn't have debug info,
2107 skip the test.
2108
2109 2015-04-29 Doug Evans <dje@google.com>
2110
2111 * gdb.python/py-xmethods.exp: Add ptype tests.
2112 * gdb.python/py-xmethods.py (E_method_char_worker): Add
2113 get_result_type method.
2114
2115 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
2116
2117 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
2118 the target does not support hardware watchpoints.
2119
2120 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
2121
2122 * gdb.base/break-always.exp: Abort testing if writing to memory
2123 causes an error.
2124
2125 2015-04-28 Doug Evans <dje@google.com>
2126
2127 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
2128 * gdb.python/py-pp-registration.exp: ... here. New file.
2129 * gdb.python/py-pp-registration.c: New file.
2130 * gdb.python/py-pp-registration.py: New file.
2131
2132 2015-04-28 Doug Evans <dje@google.com>
2133
2134 * gdb.python/py-bad-printers.c: New file.
2135 * gdb.python/py-bad-printers.py: New file.
2136 * gdb.python/py-bad-printers.exp: New file.
2137
2138 2015-04-28 Sasha Smundak <asmundak@google.com>
2139
2140 * gdb.python/py-type.exp: New test.
2141
2142 2015-04-28 Andy Wingo <wingo@igalia.com>
2143
2144 * gdb.python/py-parameter.exp:
2145 * gdb.guile/scm-parameter.exp: Escape the path that we are
2146 matching against, as it might contain characters that are special
2147 to regular expressions.
2148
2149 2015-04-27 Joel Brobecker <brobecker@adacore.com>
2150
2151 * gdb.ada/rec_comp: New testcase.
2152
2153 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
2154
2155 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
2156 before using it.
2157
2158 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
2161 new tests for verilog output.
2162
2163 2015-04-24 Yao Qi <yao.qi@linaro.org>
2164
2165 * boards/remote-gdbserver-on-localhost.exp: New file.
2166
2167 2015-04-23 Pedro Alves <palves@redhat.com>
2168
2169 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
2170 $inferior_spawn_id instead of $inferior_spawn_id directly. On
2171 "end of file", remove $inferior_spawn_id from the indirect list.
2172
2173 2015-04-23 Pedro Alves <palves@redhat.com>
2174
2175 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
2176
2177 2015-04-23 Pedro Alves <palves@redhat.com>
2178
2179 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
2180 on $any_spawn_id instead of only on $gdb_spawn_id.
2181
2182 2015-04-21 Pierre Muller <muller@sourceware.org>
2183
2184 PR pascal/17815
2185 * lib/pascal.exp (gpc_compile): Add new option "class".
2186 (fpc_compile): Likewise.
2187 * gdb.pascal/case-insensitive-symbols.pas: New file.
2188 * gdb.pascal/case-insensitive-symbols.exp: New file.
2189
2190 2015-04-20 Gary Benson <gbenson@redhat.com>
2191
2192 * gdb.base/attach.exp: Fix three extended remote failures.
2193
2194 2015-04-17 Gary Benson <gbenson@redhat.com>
2195
2196 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
2197 the main executable over the remote protocol.
2198
2199 2015-04-16 Pedro Alves <palves@redhat.com>
2200
2201 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
2202 a new gdbserver if gdbserver_reconnect_p is set.
2203
2204 2015-04-16 Pedro Alves <palves@redhat.com>
2205
2206 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
2207 is set, don't exit gdbserver.
2208
2209 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2210
2211 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
2212 appropriate .insn, such that an older assembler can be used.
2213 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
2214 the z/Architecture instruction set on 31-bit targets as well.
2215
2216 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2217
2218 * gdb.go/handcall.exp: Remove all logic related to the first
2219 breakpoint and rely on go_runto_main instead.
2220 * gdb.go/strings.exp: Likewise.
2221 * gdb.go/unsafe.exp: Likewise.
2222 * gdb.go/hello.exp: Likewise. Also rename the remaining
2223 breakpoint marker to "breakpoint 1".
2224 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
2225 * gdb.go/strings.go: Likewise.
2226 * gdb.go/unsafe.go: Likewise.
2227 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
2228 "set breakpoint 2 here" and rename the remaining breakpoint marker
2229 to "breakpoint 1".
2230
2231 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
2232
2233 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
2234 if itertools.imap is not present.
2235 * gdb.python/py-objfile.exp: Add parentheses.
2236 * gdb.python/py-type.exp: Same.
2237 * gdb.python/py-unwind-maint.py: Same.
2238
2239 2015-04-15 Yao Qi <yao.qi@linaro.org>
2240
2241 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
2242 of ":$ptr_size" and set its form explicitly.
2243
2244 2015-04-15 Pedro Alves <palves@redhat.com>
2245 Yao Qi <yao.qi@linaro.org>
2246
2247 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
2248 timeout by factor of 4.
2249 (test_regular_watch): Likewise.
2250 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
2251 * gdb.reverse/sigall-reverse.exp: Likewise.
2252 * gdb.reverse/until-precsave.exp: Likewise.
2253 * lib/gdb.exp (with_timeout_factor): New proc.
2254 (gdb_expect): Move some code to ...
2255 (get_largest_timeout): ... here. New procedure.
2256
2257 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
2258
2259 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2260
2261 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
2262
2263 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2264 to write to the .text section.
2265
2266 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
2267
2268 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2269 Handle the case of targets that do not provide PID information.
2270
2271 2015-04-13 Yao Qi <yao.qi@linaro.org>
2272
2273 * lib/gdbserver-support.exp (gdb_exit): Catch exception
2274 and use expect instead of gdb_expect.
2275
2276 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2277
2278 * gdb.base/coredump-filter.exp: Rename variable "addr" to
2279 "coredump_var_addr" to avoid naming conflict with other testcases.
2280
2281 2015-04-10 Pedro Alves <palves@redhat.com>
2282
2283 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2284 gdb_test_sequence and gdb_assert.
2285
2286 2015-04-10 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2289 test messages that don't include the breakpoint address.
2290
2291 2015-04-10 Yao Qi <yao.qi@linaro.org>
2292
2293 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2294 false for some offset and width combinations which aren't
2295 supported by linux kernel.
2296
2297 2015-04-10 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2300 procedure, factored out from ...
2301 (top level): ... here. Add "set displaced-stepping" testing axis.
2302 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
2303 parameter "displaced". Use it.
2304 (top level): Use foreach and add "set displaced-stepping" testing
2305 axis.
2306
2307 2015-04-10 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
2310 Remove comment.
2311 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
2312 both the address of the instruction that triggers the watchpoint
2313 and the address of the instruction immediately after, and use
2314 those addresses for the test. Fix comment.
2315
2316 2015-04-10 Pedro Alves <palves@redhat.com>
2317
2318 * gdb.base/sigstep.exp (breakpoint_to_handler)
2319 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
2320 Test "backtrace" in handler.
2321 (breakpoint_over_handler): New parameter 'displaced'. Use it.
2322 (top level): Add new "displaced" test axis to
2323 breakpoint_to_handler, breakpoint_to_handler_entry and
2324 breakpoint_over_handler.
2325
2326 2015-04-10 Pedro Alves <palves@redhat.com>
2327
2328 PR gdb/18216
2329 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
2330
2331 2015-04-10 Yao Qi <yao.qi@linaro.org>
2332
2333 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
2334 (test_add_rn_pc): New function.
2335 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
2336 (top level): Invoke test_add_rn_pc.
2337
2338 2015-04-10 Pedro Alves <palves@redhat.com>
2339
2340 PR gdb/13858
2341 * gdb.base/step-over-no-symbols.exp: New file.
2342
2343 2015-04-09 Andy Wingo <wingo@igalia.com>
2344
2345 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
2346 after the Python tests.
2347
2348 2015-04-08 Keith Seitz <keiths@redhat.com>
2349
2350 PR python/16699
2351 * gdb.python/py-completion.exp: New tests for completion.
2352 * gdb.python/py-completion.py (CompleteLimit1): New class.
2353 (CompleteLimit2): Likewise.
2354 (CompleteLimit3): Likewise.
2355 (CompleteLimit4): Likewise.
2356 (CompleteLimit5): Likewise.
2357 (CompleteLimit6): Likewise.
2358 (CompleteLimit7): Likewise.
2359
2360 2015-04-08 Pedro Alves <palves@redhat.com>
2361
2362 PR gdb/18214
2363 PR gdb/18216
2364 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
2365 function.
2366 (main): Install it as SIGUSR1 handler.
2367 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
2368 parameter. Always use "setup" as prefix. Toggle "set
2369 displaced-stepping" off/on depending on global. Don't switch to
2370 thread 1 here.
2371 (top level): Add displaced stepping "off/on" test axis. Update
2372 "setup" calls. Wrap each subtest with with_test_prefix. Test
2373 continuing with a queued signal in each thread.
2374
2375 2015-04-08 Pedro Alves <palves@redhat.com>
2376
2377 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
2378 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
2379 gdb_breakpoint instead of gdb_test that doesn't expect anything.
2380 Return early if running to main fails.
2381 * gdb.trace/while-stepping.exp: Likewise.
2382
2383 2015-04-07 Pedro Alves <palves@redhat.com>
2384
2385 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
2386 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
2387 interact with inferior program.
2388
2389 2015-04-07 Pedro Alves <palves@redhat.com>
2390
2391 * lib/gdb.exp (inferior_spawn_id): New global.
2392 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
2393 spawn id after processing the user code.
2394 (default_gdb_start): Set inferior_spawn_id.
2395 (send_inferior): New procedure.
2396 * lib/gdbserver-support.exp (gdbserver_start): Set
2397 inferior_spawn_id.
2398 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
2399
2400 2015-04-07 Pedro Alves <palves@redhat.com>
2401
2402 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
2403 * lib/gdbserver-support.exp (gdbserver_start): Make
2404 $server_spawn_id global.
2405 (gdbserver_start): Don't wait for gdbserver's spawn id with
2406 expect_background.
2407 (close_gdbserver): New procedure.
2408 (gdb_exit): Rename the default version and reimplement.
2409
2410 2015-04-07 Pedro Alves <palves@redhat.com>
2411
2412 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
2413 append the substituted item, not the original item.
2414
2415 2015-04-07 Pedro Alves <palves@redhat.com>
2416
2417 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
2418 gdb_expect.
2419
2420 2015-04-07 Pedro Alves <palves@redhat.com>
2421
2422 * gdb.base/interrupt.exp: Don't handle the case of the inferior
2423 output appearing once only.
2424
2425 2015-04-07 Pedro Alves <palves@redhat.com>
2426
2427 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
2428 that doesn't expect anything. Return early if running to main
2429 fails.
2430
2431 2015-04-07 Yao Qi <yao.qi@linaro.org>
2432
2433 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
2434 (child_function): Call alarm.
2435 (main): Move call to alarm into the loop.
2436 * gdb.threads/non-stop-fair-events.exp: Build program with
2437 -DTIMEOUT=$timeout.
2438
2439 2015-04-06 Doug Evans <xdje42@gmail.com>
2440
2441 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
2442 Fix dest parameter to board_info.
2443 (fpc_compile): Ditto.
2444 (gdb_compile_pascal): Rename dest arg to destfile.
2445
2446 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2447
2448 * gdb.ada/funcall_ref.exp: New file.
2449 * gdb.ada/funcall_ref/foo.adb: New file.
2450
2451 2015-04-02 Yao Qi <yao.qi@linaro.org>
2452
2453 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
2454 is remote.
2455
2456 2015-04-02 Gary Benson <gbenson@redhat.com>
2457
2458 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
2459
2460 2015-04-01 Sasha Smundak <asmundak@google.com>
2461
2462 * gdb.python/py-unwind-maint.c: New file.
2463 * gdb.python/py-unwind-maint.exp: New test.
2464 * gdb.python/py-unwind-maint.py: New file.
2465 * gdb.python/py-unwind.c: New file.
2466 * gdb.python/py-unwind.exp: New test.
2467 * gdb.python/py-unwind.py: New test.
2468
2469 2015-04-01 Pedro Alves <palves@redhat.com>
2470
2471 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
2472 to fail instead of non-existent $test.
2473
2474 2015-04-01 Pedro Alves <palves@redhat.com>
2475
2476 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
2477 GDBFLAGS if not empty.
2478
2479 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
2480
2481 * gdb.ada/complete.exp: Remove "multi_line".
2482 * gdb.ada/info_exc.exp: Remove "multi_line".
2483 * gdb.ada/packed_tagged.exp: Remove "multi_line".
2484 * gdb.ada/ptype_field.exp: Remove "multi_line".
2485 * gdb.ada/sym_print_name.exp: Remove "multi_line".
2486 * gdb.ada/tagged.exp: Remove "multi_line".
2487 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
2488 [multi_line ...]
2489 * gdb.btrace/delta.exp: Likewise.
2490 * gdb.btrace/exception.exp: Likewise.
2491 * gdb.btrace/function_call_history.exp: Likewise.
2492 * gdb.btrace/instruction_history.exp: Likewise.
2493 * gdb.btrace/nohist.exp: Likewise.
2494 * gdb.btrace/record_goto.exp: Likewise.
2495 * gdb.btrace/segv.exp: Likewise.
2496 * gdb.btrace/stepi.exp: Likewise.
2497 * gdb.btrace/tailcall.exp: Likewise.
2498 * gdb.btrace/unknown_functions.exp: Likewise.
2499 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
2500 * lib/gdb.exp: Add the "multi_line" helper.
2501
2502 2015-04-01 Pedro Alves <palves@redhat.com>
2503
2504 * gdb.threads/tid-reuse.c: New file.
2505 * gdb.threads/tid-reuse.exp: New file.
2506
2507 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2508
2509 PR corefiles/16092
2510 * gdb.base/coredump-filter.c: New file.
2511 * gdb.base/coredump-filter.exp: Likewise.
2512
2513 2015-03-27 Petr Machata <pmachata@redhat.com>
2514
2515 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
2516 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
2517 (Dwarf::assemble): Initialize them.
2518 (Dwarf::lines): New function.
2519
2520 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
2521
2522 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
2523 SYMBOL_PREFIX for x86_64-*-cygwin.
2524
2525 2015-03-26 Andy Wingo <wingo@igalia.com>
2526
2527 PR symtab/18148
2528 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
2529 const_value but not a location.
2530 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
2531 location defined in non-main CUs are visible.
2532
2533 2015-03-26 Yao Qi <yao.qi@linaro.org>
2534
2535 PR testsuite/18139
2536 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
2537 Add a line number entry for the same line.
2538 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
2539 Add a line number entry for the same line.
2540
2541 2015-03-26 Yao Qi <yao.qi@linaro.org>
2542
2543 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
2544 .int 0.
2545 (func): Likewise. Add .Lfunc_1 label.
2546 Use .Lfunc_1 label.
2547 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
2548 .int 0.
2549 (func): Likewise.
2550 Use .Lfunc_1 label.
2551
2552 2015-03-26 Yao Qi <yao.qi@linaro.org>
2553
2554 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
2555 Call gdb_compile instead to compile each .s files without debug
2556 information.
2557
2558 2015-03-26 Yao Qi <yao.qi@linaro.org>
2559
2560 * gdb.base/savedregs.exp (process_saved_regs): Make
2561 "Saved registers:" optional in the pattern.
2562
2563 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2564
2565 * gdb.btrace/next.exp: Merged into step.exp.
2566 * gdb.btrace/finish.exp: Merged into step.exp.
2567 * gdb.btrace/nexti.exp: Merged into stepi.exp.
2568 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
2569 "record goto" and checking the exact replay position.
2570 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
2571 check for "Recording format" in "info record" output.
2572 * gdb.btrace/record_goto.exp: Choose test file based on target.
2573 * gdb.btrace/x86-record_goto.S: Renamed into ...
2574 * gdb.btrace/x86_64-record_goto.S: ... this.
2575 * gdb.btrace/i686-record_goto.S: New.
2576 * gdb.btrace/x86-tailcall.S: Renamed into ...
2577 * gdb.btrace/x86_64-tailcall.S: ... this.
2578 * gdb.btrace/i686-tailcall.S: New.
2579 * gdb.btrace/x86-tailcall.c: Renamed into ...
2580 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
2581 separate statements. Update test.
2582 * gdb.btrace/delta.exp: Use record_goto.c as test file.
2583 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
2584 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
2585 * gdb.btrace/tailcall.exp: Choose test file based on target.
2586 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
2587
2588 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2589
2590 * gdb.btrace/exception.exp: Increase BTS buffer size.
2591
2592 2015-03-24 Pedro Alves <palves@redhat.com>
2593
2594 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
2595
2596 2015-03-24 Pedro Alves <palves@redhat.com>
2597
2598 * gdb.threads/schedlock.exp (test_step): No longer expect that
2599 "set scheduler-locking step" with "next" over a function call runs
2600 threads unlocked.
2601
2602 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2603
2604 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
2605
2606 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2607
2608 PR breakpoints/16466
2609 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
2610 * gdb.mi/mi-pending.c (thread_func): New function.
2611 (int main): Add threading support required.
2612 * gdb.mi/mi-pending.exp: Add tests for this issue.
2613 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
2614 (pendfunc2): Remove stdio dependency.
2615 * gdb.mi/mi-pendshr2.c: New file.
2616
2617 2015-03-23 Keith Seitz <keiths@redhat.com>
2618
2619 * gdb.linespec/keywords.c: New file.
2620 * gdb.linespec/keywords.exp: New file.
2621
2622 2015-03-23 Keith Seitz <keiths@redhat.com>
2623
2624 PR gdb/18021
2625 * gdb.dwarf2/staticvirtual.exp: New test.
2626
2627 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2628
2629 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
2630 * README: Remove HP-UX and gdb.hp.
2631 (configuration):
2632 * configure: Regenerate.
2633 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
2634 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
2635 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
2636 gdb.hp/gdb.defects/Makefile.
2637 * gdb.hp/Makefile.in: File deleted.
2638 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
2639 * gdb.hp/gdb.aCC/optimize.c: File deleted.
2640 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
2641 * gdb.hp/gdb.aCC/run.c: File deleted.
2642 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
2643 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
2644 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
2645 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
2646 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
2647 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
2648 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
2649 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
2650 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
2651 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
2652 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
2653 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
2654 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
2655 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
2656 * gdb.hp/gdb.base-hp/reg.s: File deleted.
2657 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
2658 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
2659 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
2660 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
2661 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
2662 * gdb.hp/gdb.compat/Makefile.in: File deleted.
2663 * gdb.hp/gdb.compat/average.c: File deleted.
2664 * gdb.hp/gdb.compat/sum.c: File deleted.
2665 * gdb.hp/gdb.compat/xdb.c: File deleted.
2666 * gdb.hp/gdb.compat/xdb0.c: File deleted.
2667 * gdb.hp/gdb.compat/xdb0.h: File deleted.
2668 * gdb.hp/gdb.compat/xdb1.c: File deleted.
2669 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
2670 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
2671 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
2672 * gdb.hp/gdb.defects/Makefile.in: File deleted.
2673 * gdb.hp/gdb.defects/bs14602.c: File deleted.
2674 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
2675 * gdb.hp/gdb.defects/solib-d.c: File deleted.
2676 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
2677 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
2678 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
2679 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
2680 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
2681 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
2682 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
2683 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
2684 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
2685 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
2686 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
2687 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
2688 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
2689 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
2690 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
2691 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
2692 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
2693 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
2694 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
2695 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
2696 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
2697 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
2698 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
2699 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
2700 * gdb.hp/tools/odump: File deleted.
2701
2702 2015-03-19 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.threads/continue-pending-status.exp (saw_thread_2)
2705 (saw_thread_3): New globals.
2706 (top level): Increment them when an event for the corresponding
2707 thread is seen.
2708 (no thread starvation): New test.
2709
2710 2015-03-19 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.threads/continue-pending-status.c: New file.
2713 * gdb.threads/continue-pending-status.exp: New file.
2714
2715 2015-03-18 Pedro Alves <palves@redhat.com>
2716
2717 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2718 Use gdb_is_target_remote instead of is_remote. Use
2719 gdb_test_multiple instead of gdb_expect. Exit early if
2720 gdb_test_multiple hits its internal matches. Tighten stepi tests
2721 expected output. Fail on exit with any signal, instead of just
2722 SIGILL.
2723
2724 2015-03-18 Yao Qi <yao.qi@linaro.org>
2725
2726 PR tdep/18107
2727 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
2728 variable.
2729 * gdb.base/catch-syscall.exp: Don't skip it on
2730 aarch64*-*-linux* target. Remove elements in all_syscalls.
2731 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
2732 target.
2733 (setup_all_syscalls): New proc.
2734
2735 2015-03-16 Yao Qi <yao.qi@linaro.org>
2736
2737 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
2738 (top level): Skip tests if valid_addr_p returns false for
2739 $cmd1 or $cmd2.
2740
2741 2015-03-11 Andy Wingo <wingo@igalia.com>
2742
2743 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
2744
2745 2015-03-11 Yao Qi <yao.qi@linaro.org>
2746
2747 * gdb.base/catch-syscall.exp: Fix typo in comments.
2748
2749 2015-03-11 Yao Qi <yao.qi@linaro.org>
2750
2751 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2752
2753 2015-03-09 Pedro Alves <palves@redhat.com>
2754
2755 * dg-extract-results.py: Delete.
2756
2757 2015-03-09 Pedro Alves <palves@redhat.com>
2758
2759 Merge dg-extract-results.sh from GCC upstream (r218843).
2760
2761 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2762 * dg-extract-results.sh: Use --text with grep to avoid issues with
2763 binary files. Fall back to cat -v, if that doesn't work.
2764
2765 2015-03-05 Pedro Alves <palves@redhat.com>
2766
2767 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
2768
2769 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
2770
2771 * lib/mi-support.exp (mi_expect_interrupt): Accept
2772 alternative event for when in all-stop mode.
2773
2774 2015-03-04 Pedro Alves <palves@redhat.com>
2775
2776 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
2777
2778 2015-03-04 Mark Kettenis <kettenis@gnu.org>
2779
2780 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
2781
2782 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2783
2784 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
2785 regexps for GDB's current line display, accept a hex address
2786 preceding the line number.
2787
2788 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2789
2790 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
2791 the 'arch1' variable for "s390*-linux*" targets.
2792
2793 2015-03-04 Pedro Alves <palves@redhat.com>
2794
2795 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
2796 (main): Pass missing retval argument to pthread_join call.
2797
2798 2015-03-02 Pedro Alves <palves@redhat.com>
2799
2800 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
2801 (top level): Call do_test with non-stop as well.
2802
2803 2015-03-02 Pedro Alves <palves@redhat.com>
2804
2805 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
2806 -1.
2807
2808 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2809
2810 * gdb.arch/s390-vregs.exp: New test.
2811 * gdb.arch/s390-vregs.S: New file.
2812
2813 2015-02-27 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
2816 call to catch_command_errors.
2817 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
2818 catch_command_errors.
2819
2820 2015-02-27 Pedro Alves <palves@redhat.com>
2821
2822 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
2823 "true" for boolean result.
2824 * gdb.gdb/selftest.exp (test_with_self): Also accept full
2825 prototype of main.
2826
2827 2015-02-27 Pedro Alves <palves@redhat.com>
2828
2829 * lib/unbuffer_output.c: New file.
2830 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
2831 (main): Call gdb_unbuffer_output.
2832
2833 2015-02-27 Yao Qi <yao.qi@linaro.org>
2834
2835 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
2836 target.
2837
2838 2015-02-26 Doug Evans <dje@google.com>
2839
2840 * gdb.cp/class2.cc (Dbase, D): New classes.
2841 (main): New local delta.
2842 * gdb.cp/class2.exp: Test printing delta.
2843 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2844 (dynbar): New global.
2845 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2846
2847 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2848
2849 * gdb.compile/compile-ifunc.c: New file.
2850 * gdb.compile/compile-ifunc.exp: New file.
2851
2852 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
2853
2854 * gdb.base/structs.exp: Check for correct struct on finish.
2855
2856 2015-02-26 Yao Qi <yao.qi@linaro.org>
2857
2858 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2859 is zero.
2860
2861 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2862
2863 * gdb.arch/cordic.ko.bz2: New file.
2864 * gdb.arch/cordic.ko.debug.bz2: New file.
2865 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2866
2867 2015-02-25 Yao Qi <yao.qi@linaro.org>
2868
2869 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2870 aarch64*-*-* target.
2871
2872 2015-02-23 Pedro Alves <palves@redhat.com>
2873
2874 * lib/gdb.exp (delete_breakpoints): Rewrite using
2875 gdb_test_multiple.
2876
2877 2015-02-23 Pedro Alves <palves@redhat.com>
2878
2879 * gdb.base/info-os.c: Include stdlib.h.
2880
2881 2015-02-22 Doug Evans <xdje42@gmail.com>
2882
2883 PR symtab/17855
2884 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2885 is read after symbols have been re-read.
2886 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2887 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2888
2889 2015-02-21 Doug Evans <dje@google.com>
2890
2891 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2892
2893 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2894
2895 PR corefiles/17808
2896 * gdb.arch/i386-biarch-core.core.bz2: New file.
2897 * gdb.arch/i386-biarch-core.exp: New file.
2898
2899 2015-02-21 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2902 runto_main fails.
2903
2904 2015-02-20 Pedro Alves <palves@redhat.com>
2905
2906 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2907 info probes.
2908
2909 2015-02-20 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.threads/multi-create-ns-info-thr.exp: New file.
2912
2913 2015-02-20 Pedro Alves <palves@redhat.com>
2914
2915 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
2916 clean_restart before gdb_target_supports_trace.
2917
2918 2015-02-20 Pedro Alves <palves@redhat.com>
2919
2920 PR threads/18006
2921 * gdb.threads/clone-thread_db.c: New file.
2922 * gdb.threads/clone-thread_db.exp: New file.
2923
2924 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2925
2926 PR breakpoints/16812
2927 * gdb.base/catch-gdb-caused-signals.c: New file.
2928 * gdb.base/catch-gdb-caused-signals.exp: New file.
2929
2930 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2931
2932 * configure: Regenerated.
2933 * configure.ac: Use GDB_AC_TRANSFORM.
2934 * aclocal.m4: sinclude ../transform.m4.
2935
2936 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2937
2938 * lib/dtrace.exp: New file.
2939 * gdb.base/dtrace-probe.exp: Likewise.
2940 * gdb.base/dtrace-probe.d: Likewise.
2941 * gdb.base/dtrace-probe.c: Likewise.
2942 * lib/pdtrace.in: Likewise.
2943 * configure.ac: Output variables with the transformed names of
2944 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
2945 * configure: Regenerated.
2946
2947 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2948
2949 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2950 expected message when trying to access $_probe_* convenience
2951 variables while not on a probe.
2952
2953 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2954
2955 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2956
2957 2015-02-11 Pedro Alves <pedro@codesourcery.com>
2958
2959 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2960 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2961
2962 2015-02-10 Doug Evans <xdje42@gmail.com>
2963
2964 * lib/gdb.exp (gdb_load): Always return a result.
2965
2966 2015-02-10 Pedro Alves <palves@redhat.com>
2967
2968 * gdb.threads/signal-sigtrap.c: New file.
2969 * gdb.threads/signal-sigtrap.exp: New file.
2970
2971 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2972
2973 * gdb.trace/no-attach-trace.c: New file.
2974 * gdb.trace/no-attach-trace.exp: New file.
2975
2976 2015-02-09 Mark Wielaard <mjw@redhat.com>
2977
2978 * gdb.dwarf2/atomic.c: New file.
2979 * gdb.dwarf2/atomic-type.exp: Likewise.
2980
2981 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2982
2983 * gdb.btrace/buffer-size.exp: Update "info record" output.
2984 * gdb.btrace/delta.exp: Update "info record" output.
2985 * gdb.btrace/enable.exp: Update "info record" output.
2986 * gdb.btrace/finish.exp: Update "info record" output.
2987 * gdb.btrace/instruction_history.exp: Update "info record" output.
2988 * gdb.btrace/next.exp: Update "info record" output.
2989 * gdb.btrace/nexti.exp: Update "info record" output.
2990 * gdb.btrace/step.exp: Update "info record" output.
2991 * gdb.btrace/stepi.exp: Update "info record" output.
2992 * gdb.btrace/nohist.exp: Update "info record" output.
2993
2994 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2995
2996 * gdb.btrace/buffer-size: New.
2997
2998 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2999
3000 * gdb.btrace/delta.exp: Update "info record" output.
3001 * gdb.btrace/enable.exp: Update "info record" output.
3002 * gdb.btrace/finish.exp: Update "info record" output.
3003 * gdb.btrace/instruction_history.exp: Update "info record" output.
3004 * gdb.btrace/next.exp: Update "info record" output.
3005 * gdb.btrace/nexti.exp: Update "info record" output.
3006 * gdb.btrace/step.exp: Update "info record" output.
3007 * gdb.btrace/stepi.exp: Update "info record" output.
3008 * gdb.btrace/nohist.exp: Update "info record" output.
3009
3010 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3011
3012 PR gdb/15678
3013 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3014
3015 2015-02-06 Pedro Alves <palves@redhat.com>
3016
3017 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3018 macro.
3019 (seconds_left, again): New globals.
3020 (main): Wait seconds_left in a 1-second sleep loop instead of
3021 sleeping 180 seconds. If 'again' is set, reset the seconds
3022 counter.
3023 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3024 'again' in the inferior before detaching. Print the seconds left.
3025 (options): New global.
3026 (top level): Build program with -DTIMEOUT=$timeout.
3027
3028 2015-02-06 Pedro Alves <palves@redhat.com>
3029
3030 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3031 determine how many seconds to pass to 'alarm'.
3032 * gdb.base/gdb-sigterm.exp (top level): Build program with
3033 -DTIMEOUT=$timeout.
3034 (do_test): Return success/failure indication. Add more verbose
3035 logging. Don't fail if 200 single steps are seen. Instead, fail
3036 when the test times out.
3037 (passes): New global.
3038 (top level): Break the testing loop if testing fails on any
3039 iteration. Use gdb_assert.
3040
3041 2015-02-04 Don Breazeal <donb@codesourcery.com>
3042
3043 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3044 and initialize them.
3045 (ipc_cleanup): New function.
3046 (main): Don't declare shmid, semid, and msqid. Add a call to
3047 atexit so that we call ipc_cleanup on exit.
3048
3049 2015-02-04 Pedro Alves <palves@redhat.com>
3050
3051 * boards/native-extended-gdbserver.exp: Remove any target variant
3052 specifications from the board name before clearing the isremote
3053 flag from board_info.
3054
3055 2015-01-31 Doug Evans <xdje42@gmail.com>
3056
3057 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3058
3059 2015-01-31 Gary Benson <gbenson@redhat.com>
3060
3061 * gdb.base/completion.exp: Disable completion limiting for
3062 existing tests. Add new tests to check completion limiting.
3063 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3064
3065 2015-01-31 Doug Evans <xdje42@gmail.com>
3066
3067 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3068
3069 2015-01-31 Doug Evans <xdje42@gmail.com>
3070
3071 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3072 entries. Duplicate file section script entries.
3073 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3074 inlined entries. Add test for safe-path rejection.
3075 * gdb.python/py-section-script.c: Add duplicate inlined section script
3076 entries. Duplicate file section script entries.
3077 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3078 inlined entries. Add test for safe-path rejection.
3079
3080 2015-01-29 Joel Brobecker <brobecker@adacore.com>
3081
3082 * gdb.ada/disc_arr_bound: New testcase.
3083
3084 2015-01-29 Joel Brobecker <brobecker@adacore.com>
3085
3086 * gdb.ada/mi_var_array: New testcase.
3087
3088 2015-01-27 Doug Evans <dje@google.com>
3089
3090 * gdb.python/py-objfile.exp: Add tests for objfile.username.
3091 Add test for objfile.filename, objfile.username after objfile
3092 has been unloaded.
3093
3094 2015-01-26 Joel Brobecker <brobecker@adacore.com>
3095
3096 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
3097 the second test to print the name attribute of value
3098 returned by the call to gdb.lookup_type, and adjust
3099 the expected output accordingly.
3100
3101 2015-01-25 Mark Wielaard <mjw@redhat.com>
3102
3103 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
3104 * gdb.base/disp-step-fork.c: Include unistd.h.
3105 * gdb.base/siginfo-obj.c: Include stdio.h.
3106 * gdb.base/siginfo-thread.c: Likewise.
3107 * gdb.mi/non-stop.c: Include unistd.h.
3108 * gdb.mi/nsthrexec.c: Include stdio.h.
3109 * gdb.mi/pthreads.c: Include unistd.h.
3110 * gdb.modula2/unbounded1.c (main): Declare returns int.
3111 * gdb.reverse/consecutive-reverse.c: Likewise.
3112 * gdb.threads/create-fail.c: Include unistd.h.
3113 * gdb.threads/killed.c: Likewise.
3114 * gdb.threads/linux-dp.c: Likewise.
3115 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
3116 * gdb.threads/non-ldr-exc-2.c: Likewise.
3117 * gdb.threads/non-ldr-exc-3.c: Likewise.
3118 * gdb.threads/non-ldr-exc-4.c: Likewise.
3119 * gdb.threads/pthreads.c: Include unistd.h.
3120 (main): Declare returns int.
3121 * gdb.threads/tls-main.c (foo): New declaration.
3122 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
3123
3124 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
3125
3126 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
3127 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
3128
3129 2015-01-15 Mark Wielaard <mjw@redhat.com>
3130
3131 * gdb.base/noreturn-return.c: New file.
3132 * gdb.base/noreturn-return.exp: New file.
3133 * gdb.base/noreturn-finish.c: New file.
3134 * gdb.base/noreturn-finish.exp: New file.
3135
3136 2015-01-23 Pedro Alves <palves@redhat.com>
3137
3138 * gdb.threads/continue-pending-after-query.c: New file.
3139 * gdb.threads/continue-pending-after-query.exp: New file.
3140
3141 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
3142 Simon Marchi <simon.marchi@ericsson.com>
3143
3144 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
3145 * gdb.base/valgrind-db-attach.exp: Same.
3146 * gdb.base/valgrind-infcall.exp: Same.
3147 * lib/mi-support.exp (default_mi_gdb_start): Same.
3148 * lib/prompt.exp (default_prompt_gdb_start): Same.
3149 * lib/gdb.exp (default_gdb_spawn): Same.
3150 (gdb_interact): New.
3151
3152
3153 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3154
3155 * gdb.compile/compile.exp (pointer to jit function): New test.
3156
3157 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
3158
3159 * lib/gdb.exp (supports_process_record): Return true for
3160 powerpc*-*-linux*.
3161 (supports_reverse): Likewise.
3162
3163 2015-01-15 Don Breazeal <donb@codesourcery.com>
3164
3165 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
3166 instead of checking whether the target board is remote and
3167 use spawn_wait_for_attach instead of exec/sleep.
3168 * gdb.base/attach-twice.exp: Likewise.
3169
3170 2015-01-15 Joel Brobecker <brobecker@adacore.com>
3171
3172 * gdb.ada/var_arr_attrs: New testcase.
3173
3174 2015-01-14 Pedro Alves <palves@redhat.com>
3175 Joel Brobecker <brobecker@adacore.com>
3176
3177 PR gdb/17525
3178 * gdb.base/bp-cmds-execution-x-script.c: New file.
3179 * gdb.base/bp-cmds-execution-x-script.exp: New file.
3180 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
3181
3182 2015-01-14 Pedro Alves <palves@redhat.com>
3183
3184 PR cli/17828
3185 * gdb.base/batch-preserve-term-settings.c: New file.
3186 * gdb.base/batch-preserve-term-settings.exp: New file.
3187
3188 2015-01-13 Doug Evans <dje@google.com>
3189
3190 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
3191 binary.
3192
3193 2015-01-13 Joel Brobecker <brobecker@adacore.com>
3194
3195 * Makefile.in (clean mostlyclean): Do not delete *.py.
3196
3197 2015-01-13 Joel Brobecker <brobecker@adacore.com>
3198
3199 * gdb.python/py-lookup-type.exp: New file.
3200
3201 2015-01-12 Pedro Alves <palves@redhat.com>
3202
3203 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
3204 restore GDBFLAGS before returning.
3205
3206 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3207
3208 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
3209 is_amd64_regs_target and is_x86_like_target.
3210
3211 2015-01-11 Doug Evans <xdje42@gmail.com>
3212
3213 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
3214 is given without an explicit form.
3215 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
3216 attributes.
3217 * gdb.dwarf/corrupt.exp: Ditto.
3218 * gdb.dwarf2/enum-type.exp: Ditto.
3219 * gdb.trace/entry-values.exp: Ditto.
3220 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
3221
3222 2015-01-11 Doug Evans <xdje42@gmail.com>
3223
3224 PR gdb/15830
3225 * gdb.base/maint.exp: Remove references to "maint demangle".
3226 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
3227 Add tests for explicitly specifying language to demangle.
3228 * gdb.dlang/demangle.exp: Ditto.
3229
3230 2015-01-09 Pedro Alves <palves@redhat.com>
3231
3232 * gdb.threads/non-stop-fair-events.c: New file.
3233 * gdb.threads/non-stop-fair-events.exp: New file.
3234
3235 2015-01-09 Pedro Alves <palves@redhat.com>
3236
3237 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
3238 the global scope. Set a breakpoint after all threads are started
3239 rather than stepping over two source lines. Expect the prompt.
3240 * gdb.base/watch_thread_num.c (threads_started_barrier): New
3241 global.
3242 (NUM): Now 15.
3243 (main): Use threads_started_barrier to wait for all threads to
3244 start. Main thread no longer calls thread_function. Exit after
3245 180 seconds.
3246 (loop): New function.
3247 (thread_function): Wait on threads_started_barrier barrier. Call
3248 'loop' at each iteration.
3249 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
3250 threads have started, instead of hardcoding number of "next"
3251 steps. Use an access watchpoint instead of a write watchpoint.
3252
3253 2015-01-09 Pedro Alves <palves@redhat.com>
3254
3255 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3256 (thread_func): Wait on barrier.
3257 (main): Wait for all threads to start before stopping GDB.
3258 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3259 global.
3260 (thread1_func, thread2_func): Wait on barrier.
3261 (main): Wait for all threads to start before stopping GDB.
3262 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3263 New global.
3264 (thread1_func, thread2_func): Wait on barrier.
3265 (main): Wait for all threads to start before stopping GDB.
3266
3267 2015-01-09 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.threads/attach-many-short-lived-threads.c: New file.
3270 * gdb.threads/attach-many-short-lived-threads.exp: New file.
3271
3272 2014-01-09 Pedro Alves <palves@redhat.com>
3273
3274 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3275 instead of to thread 2.
3276 * gdb.threads/signal-command-multiple-signals-pending.c (main):
3277 Add barrier around each pthread_create call instead of around all
3278 calls.
3279 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3280 Set a break on thread_function and have the child threads hit it
3281 one at at a time.
3282
3283 2015-01-09 Pedro Alves <palves@redhat.com>
3284
3285 * lib/gdb.exp (can_spawn_for_attach): New procedure.
3286 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3287 false.
3288 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3289 checking whether the target board is remote.
3290 * gdb.multi/multi-attach.exp: Likewise.
3291 * gdb.python/py-sync-interp.exp: Likewise.
3292 * gdb.server/ext-attach.exp: Likewise.
3293 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3294 tests that need to attach, instead of checking whether the target
3295 board is remote at the top of the file.
3296
3297 2015-01-08 Yao Qi <yao@codesourcery.com>
3298
3299 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3300
3301 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3302
3303 Fix testcase compilation.
3304 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
3305
3306 2015-01-06 Joel Brobecker <brobecker@adacore.com>
3307
3308 * gdb.python/py-type.exp: Add a couple test about empty
3309 array creation, and negative-length array creation.
3310
3311 2015-01-02 Doug Evans <xdje42@gmail.com>
3312
3313 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
3314
3315 2015-01-02 Doug Evans <dje@google.com>
3316
3317 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
3318
3319 2014-12-29 Yao Qi <yao@codesourcery.com>
3320
3321 * gdb.trace/entry-values.exp: Update comments. Rename variable
3322 bar_call_foo to returned_from_foo.
3323
3324 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3325
3326 PR gdb/17394
3327 * gdb.linespec/break-asm-file.c: New file.
3328 * gdb.linespec/break-asm-file.exp: New file.
3329 * gdb.linespec/break-asm-file0.s: New file.
3330 * gdb.linespec/break-asm-file1.s: New file.
3331
3332 2014-12-18 Nigel Stephens <nigel@mips.com>
3333 Maciej W. Rozycki <macro@codesourcery.com>
3334
3335 * gdb.base/float.exp: Handle the new output from "info float" on
3336 MIPS targets.
3337
3338 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3339
3340 Fix MinGW compilation.
3341 * gdb.compile/compile-ops.exp: Update untested message if
3342 !skip_compile_feature_tests.
3343 * gdb.compile/compile-setjmp.exp: Likewise.
3344 * gdb.compile/compile-tls.exp: Likewise.
3345 * gdb.compile/compile.exp: Likewise.
3346 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
3347 supported on this host".
3348
3349 2014-12-16 Doug Evans <xdje42@gmail.com>
3350
3351 * boards/stabs.exp: New file.
3352
3353 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
3354
3355 * gdb.base/completion.exp: Adjust to format changes of "maint
3356 print user-registers".
3357
3358 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
3359
3360 PR server/17457
3361 * gdb.arch/aarch64-fp.c: New file.
3362 * gdb.arch/aarch64-fp.exp: New file.
3363
3364 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3365
3366 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
3367 r210637, r210913, r211666, r215400, r215817).
3368
3369 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
3370 * dg-extract-results.py: New file.
3371 * dg-extract-results.sh: Use it if the environment seems
3372 suitable.
3373
3374 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
3375
3376 * dg-extract-results.py (parse_run): Handle warnings that
3377 are printed before a test harness is run.
3378
3379 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
3380
3381 * dg-extract-results.py (Named): Remove __cmp__ method.
3382 (output_variation): Use a key to sort variation.harnesses.
3383
3384 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
3385
3386 * dg-extract-results.py: For Python 3, force sys.stdout to
3387 handle surrogate escape sequences.
3388 (safe_open): New function.
3389 (output_segment, main): Use it.
3390
3391 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
3392
3393 * dg-extract-results.py (Prog.result_re): Include options
3394 in test name.
3395
3396 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
3397
3398 * dg-extract-results.py (output_variation): Always sort if
3399 do_sum.
3400
3401 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
3402
3403 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
3404 as long as we get pagination notifications.
3405
3406 2014-12-15 Jason Merrill <jason@redhat.com>
3407
3408 * Makefile.in (check-gdb.%): Restore.
3409 * README: Mention it.
3410
3411 2014-12-13 Joel Brobecker <brobecker@adacore.com>
3412
3413 * gdb.ada/str_uninit: New testcase.
3414
3415 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3416
3417 PR symtab/17642
3418 * gdb.base/vla-stub-define.c: New file.
3419 * gdb.base/vla-stub.c: New file.
3420 * gdb.base/vla-stub.exp: New file.
3421
3422 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
3423 Jan Kratochvil <jan.kratochvil@redhat.com>
3424 Tom Tromey <tromey@redhat.com>
3425
3426 * configure.ac: Add gdb.compile/.
3427 * configure: Regenerate.
3428 * gdb.compile/Makefile.in: New file.
3429 * gdb.compile/compile-ops.exp: New file.
3430 * gdb.compile/compile-ops.c: New file.
3431 * gdb.compile/compile-tls.c: New file.
3432 * gdb.compile/compile-tls.exp: New file.
3433 * gdb.compile/compile-constvar.S: New file.
3434 * gdb.compile/compile-constvar.c: New file.
3435 * gdb.compile/compile-mod.c: New file.
3436 * gdb.compile/compile-nodebug.c: New file.
3437 * gdb.compile/compile-setjmp-mod.c: New file.
3438 * gdb.compile/compile-setjmp.c: New file.
3439 * gdb.compile/compile-setjmp.exp: New file.
3440 * gdb.compile/compile-shlib.c: New file.
3441 * gdb.compile/compile.c: New file.
3442 * gdb.compile/compile.exp: New file.
3443 * lib/gdb.exp (skip_compile_feature_tests): New proc.
3444
3445 2014-12-12 Tom Tromey <tromey@redhat.com>
3446
3447 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
3448 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
3449
3450 2014-12-12 Doug Evans <dje@google.com>
3451
3452 * lib/gdb-python.exp (get_python_valueof): New function.
3453 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
3454
3455 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3456
3457 * gdb.base/completion.exp: Add test for completion of "info
3458 registers ".
3459
3460 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
3461
3462 * gdb.base/func-ptrs.c: New file.
3463 * gdb.base/func-ptrs.exp: New file.
3464
3465 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3466
3467 PR breakpoints/17012
3468 * gdb.base/dprintf-detach.c: New file.
3469 * gdb.base/dprintf-detach.exp: New file.
3470
3471 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3472
3473 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
3474 * lib/gdb.exp (target_is_gdbserver): New procedure.
3475
3476 2014-12-08 Doug Evans <dje@google.com>
3477
3478 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
3479
3480 2014-12-05 Yao Qi <yao@codesourcery.com>
3481
3482 * gdb.guile/scm-error.exp: Remove the third argument to
3483 gdb_remote_download.
3484 * gdb.guile/scm-frame-args.exp: Likewise.
3485 * gdb.guile/scm-section-script.exp: Likewise.
3486
3487 2014-12-05 Yao Qi <yao@codesourcery.com>
3488
3489 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
3490
3491 2014-12-04 Doug Evans <dje@google.com>
3492
3493 * gdb.python/py-objfile.exp: Add tests for
3494 objfile.add_separate_debug_file.
3495
3496 2014-12-04 Doug Evans <dje@google.com>
3497
3498 * lib/gdb.exp (get_build_id): New function.
3499 (build_id_debug_filename_get): Rewrite to use it.
3500 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
3501
3502 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
3503
3504 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
3505 `method(long)', not just 0x0.
3506 * gdb.cp/nsalias.exp: Align code labels to 4.
3507 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
3508 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
3509 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
3510 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
3511 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
3512 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
3513
3514 2014-12-02 Doug Evans <dje@google.com>
3515
3516 PR symtab/17602
3517 * gdb.cp/anon-ns.cc: Move guts of this file to ...
3518 * gdb.cp/anon-ns2.cc: ... here. New file.
3519 * gdb.cp/anon-ns.exp: Update.
3520
3521 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
3522
3523 * gdb.python/py-events.py (inferior_call_handler): New.
3524 (register_changed_handler, memory_changed_handler): New.
3525 (test_events.invoke): Register new handlers.
3526 * gdb.python/py-events.exp: Add tests for inferior call,
3527 memory_changed and register_changed events.
3528
3529 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3530
3531 * gdb.base/execl-update-breakpoints.exp: Specify the link address
3532 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
3533 if the linker doesn't understand this.
3534
3535 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
3536
3537 * gdb.python/python.exp: Change expected reply to help().
3538
3539 2014-12-01 Yao Qi <yao@codesourcery.com>
3540
3541 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
3542 AC_CONFIG_SUBDIRS(gdb.gdbtk).
3543 * configure: Re-generated.
3544
3545 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
3546
3547 * gdb.cp/chained-calls.cc: New file.
3548 * gdb.cp/chained-calls.exp: New file.
3549 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
3550
3551 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
3552
3553 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
3554 * gdb.dwarf2/symtab-producer.exp: Same.
3555 * gdb.gdb/python-interrupts.exp: Same.
3556 * gdb.gdb/python-selftest.exp: Same.
3557 * gdb.python/py-linetable.exp: Same.
3558 * gdb.python/py-type.exp: Same.
3559 * gdb.python/py-value-cc.exp: Same.
3560 * gdb.python/py-value.exp: Same.
3561
3562 2014-11-28 Yao Qi <yao@codesourcery.com>
3563
3564 * gdb.base/break-probes.exp: Match library name prefixed with
3565 sysroot.
3566
3567 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
3568
3569 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
3570 test expected output. Add parentheses for the call to print.
3571 Remove L suffix from integers.
3572
3573 2014-11-26 Doug Evans <dje@google.com>
3574
3575 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
3576
3577 2014-11-22 Yao Qi <yao@codesourcery.com>
3578
3579 * gdb.trace/entry-values.c: Remove asms.
3580 (foo): Add foo_label.
3581 (bar): Add bar_label.
3582 * gdb.trace/entry-values.exp: Remove code computing foo's
3583 length and bar's length.
3584 (Dwarf::assemble): Invoke function_range for bar and use
3585 MACRO_AT_func for foo.
3586
3587 2014-11-22 Yao Qi <yao@codesourcery.com>
3588
3589 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
3590 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
3591 Use .Lgcc43_procstart instead of gcc43.
3592
3593 2014-11-21 Joel Brobecker <brobecker@adacore.com>
3594
3595 * gdb.ada/n_arr_bound: New testcase.
3596
3597 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3598
3599 PR breakpoints/10737
3600 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
3601 test_catch_syscall_multi_arch.
3602 (test_catch_syscall_multi_arch): New function.
3603
3604 2014-11-20 Doug Evans <xdje42@gmail.com>
3605
3606 * gdb.base/maint.exp: Update expected output.
3607
3608 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3609
3610 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
3611 4-byte instruction on S390.
3612
3613 2014-11-19 Joel Brobecker <brobecker@adacore.com>
3614
3615 * gdb.ada/arr_arr: New testcase.
3616
3617 2014-11-19 Joel Brobecker <brobecker@adacore.com>
3618
3619 * gdb.ada/pkd_arr_elem: New Testcase.
3620
3621 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
3622
3623 * gdb.reverse/break-precsave: Expect completion message for
3624 core file reads.
3625 * gdb.reverse/consecutive-precsave.exp: Likewise.
3626 * gdb.reverse/finish-precsave.exp: Likewise.
3627 * gdb.reverse/i386-precsave.exp: Likewise.
3628 * gdb.reverse/machinestate-precsave.exp: Likewise.
3629 * gdb.reverse/sigall-precsave.exp: Likewise.
3630 * gdb.reverse/solib-precsave.exp: Likewise.
3631 * gdb.reverse/step-precsave.exp: Likewise.
3632 * gdb.reverse/until-precsave.exp: Likewise.
3633 * gdb.reverse/watch-precsave.exp: Likewise.
3634
3635 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3636
3637 * gdb.base/bp-permanent.c: Include unistd.h.
3638 * gdb.python/py-framefilter-mi.c (main): Add return type.
3639 * gdb.python/py-framefilter.c (main): Likewise.
3640 * gdb.trace/actions-changed.c (main): Likewise.
3641
3642 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3643
3644 * gdb.mi/until.c: Add eye-catchers.
3645 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
3646 line numbers.
3647
3648 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3649
3650 * gdb.base/condbreak.exp: Drop references to removed non-prototype
3651 function header variants in break1.c.
3652 * gdb.base/ena-dis-br.exp: Likewise.
3653 * gdb.base/hbreak2.exp: Likewise.
3654 * gdb.reverse/until-precsave.exp: Drop references to removed
3655 non-prototype function header variants in ur1.c.
3656 * gdb.reverse/until-reverse.exp: Likewise.
3657
3658 2014-11-17 Petr Machata <pmachata@redhat.com>
3659
3660 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
3661 ${_cu_offset_size} bytes abbrev offset.
3662
3663 2014-11-15 Doug Evans <xdje42@gmail.com>
3664
3665 PR symtab/17559
3666 * gdb.base/line-symtabs.exp: New file.
3667 * gdb.base/line-symtabs.c: New file.
3668 * gdb.base/line-symtabs.h: New file.
3669
3670 2014-11-14 Yao Qi <yao@codesourcery.com>
3671
3672 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
3673 (func): Add label func_label.
3674 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
3675 Replace low_pc and high_pc with MACRO_AT_range.
3676 Replace name, low_pc and high_pc with MACRO_AT_func.
3677
3678 2014-11-14 Yao Qi <yao@codesourcery.com>
3679
3680 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
3681 Replace name, low_pc and high_pc with MACRO_AT_func.
3682
3683 2014-11-14 Yao Qi <yao@codesourcery.com>
3684
3685 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
3686 produce debug information.
3687 * gdb.dwarf2/implptr-optimized-out.S: Removed.
3688
3689 2014-11-14 Yao Qi <yao@codesourcery.com>
3690
3691 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
3692 object and get function length.
3693 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
3694 with MACRO_AT_func.
3695 (top-level): Replace gdb_compile and clean_restart with
3696 prepare_for_testing.
3697 * gdb.dwarf2/main.c (main): Add label main_label.
3698
3699 2014-11-14 Yao Qi <yao@codesourcery.com>
3700
3701 * lib/dwarf.exp (function_range): New procedure.
3702 (Dwarf::_handle_macro_at_func): New procedure.
3703 (Dwarf::_handle_macro_at_range): New procedure.
3704 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
3705
3706 2014-11-14 Yao Qi <yao@codesourcery.com>
3707
3708 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
3709 (_handle_attribute): New procedure.
3710
3711 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3712
3713 * gdb.ada/cond_lang/foo.c (callme): Add return type.
3714 * gdb.base/call-sc.c (zed): Likewise.
3715 * gdb.base/checkpoint.c (main): Likewise.
3716 * gdb.base/dump.c (main): Likewise.
3717 * gdb.base/gcore.c (main): Likewise.
3718 * gdb.base/huge.c (main): Likewise.
3719 * gdb.base/multi-forks.c (main): Likewise.
3720 * gdb.base/pr10179-a.c (main): Likewise.
3721 * gdb.base/savedregs.c (main): Likewise.
3722 * gdb.base/sigaltstack.c (main): Likewise.
3723 * gdb.base/siginfo.c (main): Likewise.
3724 * gdb.base/structs.c (zed): Likewise.
3725 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
3726 * gdb.mi/mi-syn-frame.c (main): Likewise.
3727 * gdb.mi/until.c (foo, main): Likewise.
3728 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
3729 * gdb.base/solib-weak.c (foo): Declare.
3730 * gdb.base/attach-twice.c: Include stdio.h.
3731 * gdb.base/weaklib1.c: Likewise.
3732 * gdb.base/weaklib2.c: Likewise.
3733 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
3734 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
3735 unistd.h.
3736 * gdb.base/attach-pie-misread.c: Include stdlib.h.
3737 * gdb.mi/mi-exit-code.c: Likewise.
3738 * gdb.base/break-interp-lib.c: Include string.h.
3739 * gdb.base/coremaker.c: Likewise.
3740 * gdb.base/testenv.c: Likewise.
3741 * gdb.python/py-finish-breakpoint.c: Likewise.
3742 * gdb.base/inferior-died.c: Include sys/wait.h.
3743 * gdb.base/fileio.c: Include time.h.
3744 * gdb.base/async-shell.c: Include unistd.h.
3745 * gdb.base/dprintf-non-stop.c: Likewise.
3746 * gdb.base/info-os.c: Likewise.
3747 * gdb.mi/mi-console.c: Likewise.
3748 * gdb.mi/watch-nonstop.c: Likewise.
3749 * gdb.python/py-events.c: Likewise.
3750 * gdb.base/async.c (baz): Move up before its invocation.
3751 * gdb.base/code_elim2.c (my_global_func): Likewise.
3752 * gdb.base/skip-solib-lib.c (multiply): Likewise.
3753 * gdb.base/advance.c (func2): Likewise.
3754
3755 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3756
3757 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
3758 variant.
3759 * gdb.base/annota3.c: Likewise.
3760 * gdb.base/async.c: Likewise.
3761 * gdb.base/average.c: Likewise.
3762 * gdb.base/call-ar-st.c: Likewise.
3763 * gdb.base/call-rt-st.c: Likewise.
3764 * gdb.base/call-sc.c: Likewise.
3765 * gdb.base/call-strs.c: Likewise.
3766 * gdb.base/ending-run.c: Likewise.
3767 * gdb.base/execd-prog.c: Likewise.
3768 * gdb.base/exprs.c: Likewise.
3769 * gdb.base/foll-exec.c: Likewise.
3770 * gdb.base/foll-fork.c: Likewise.
3771 * gdb.base/foll-vfork.c: Likewise.
3772 * gdb.base/funcargs.c: Likewise.
3773 * gdb.base/gcore.c: Likewise.
3774 * gdb.base/jump.c: Likewise.
3775 * gdb.base/langs0.c: Likewise.
3776 * gdb.base/langs1.c: Likewise.
3777 * gdb.base/langs2.c: Likewise.
3778 * gdb.base/mips_pro.c: Likewise.
3779 * gdb.base/nodebug.c: Likewise.
3780 * gdb.base/opaque0.c: Likewise.
3781 * gdb.base/opaque1.c: Likewise.
3782 * gdb.base/recurse.c: Likewise.
3783 * gdb.base/run.c: Likewise.
3784 * gdb.base/scope0.c: Likewise.
3785 * gdb.base/scope1.c: Likewise.
3786 * gdb.base/setshow.c: Likewise.
3787 * gdb.base/setvar.c: Likewise.
3788 * gdb.base/shmain.c: Likewise.
3789 * gdb.base/shr1.c: Likewise.
3790 * gdb.base/shr2.c: Likewise.
3791 * gdb.base/sigall.c: Likewise.
3792 * gdb.base/signals.c: Likewise.
3793 * gdb.base/so-indr-cl.c: Likewise.
3794 * gdb.base/solib2.c: Likewise.
3795 * gdb.base/structs.c: Likewise.
3796 * gdb.base/sum.c: Likewise.
3797 * gdb.base/vforked-prog.c: Likewise.
3798 * gdb.base/watchpoint.c: Likewise.
3799 * gdb.reverse/shr2.c: Likewise.
3800 * gdb.reverse/until-reverse.c: Likewise.
3801 * gdb.reverse/ur1.c: Likewise.
3802 * gdb.reverse/watch-reverse.c: Likewise.
3803
3804 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3805
3806 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
3807 variant.
3808 * gdb.base/sepdebug.exp: Drop references to removed code.
3809
3810 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3811
3812 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
3813 variant. Preserve original line numbering.
3814 * gdb.base/list1.c: Likewise.
3815
3816 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3817
3818 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
3819 variant.
3820 * gdb.base/break1.c: Likewise.
3821 * gdb.base/break.exp: Drop references to removed code.
3822
3823 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3824
3825 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
3826 variant.
3827
3828 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3829
3830 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
3831
3832 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3833
3834 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
3835 logic into perform_all_tests() and invoke it with and without
3836 function header prototypes.
3837 (do_function_calls): Remove conditional XFAIL for PR 5318.
3838 (rerun_and_prepare): Remove duplicate code.
3839 (perform_all_tests): New. Main logic moved here.
3840
3841 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3842
3843 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3844 code guarded by #ifdef NO_PROTOTYPES.
3845 (t_double_many_args): Likewise.
3846 (DEF_FUNC_MANY_ARGS_1): Likewise.
3847 (DEF_FUNC_VALUES_1): Likewise.
3848 (t_structs_ldc): Renamed from t_structs_fc in conditional code
3849 guarded by #ifdef PROTOTYPES.
3850
3851 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3852
3853 * gdb.mi/mi-console.c: Add eye-catcher.
3854 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3855 instead of literal line number.
3856
3857 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3858
3859 * gdb.base/shr2.c: Add eye-catcher.
3860 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3861 line number.
3862
3863 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3864
3865 * gdb.base/jump.c: Add eye-catchers.
3866 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3867 numbers.
3868
3869 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3870
3871 * gdb.base/execd-prog.c: Add eye-catchers.
3872 * gdb.base/foll-exec.c: Likewise.
3873 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3874 line numbers.
3875
3876 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3877
3878 * gdb.base/ending-run.c: Add eye-catchers.
3879 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3880 literal line numbers.
3881
3882 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3883
3884 * gdb.base/call-rt-st.c: Add eye-catchers.
3885 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3886 literal line numbers.
3887
3888 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3889
3890 * gdb.base/call-ar-st.c: Add eye-catchers.
3891 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3892 literal line numbers.
3893
3894 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3895
3896 * gdb.base/average.c: Add eye-catchers.
3897 * gdb.base/sum.c: Likewise.
3898 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3899 regexps dynamically.
3900
3901 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3902
3903 * gdb.base/solib1.c: Add eye-catchers.
3904 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3905 literal line numbers.
3906
3907 2014-11-12 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3910 leader has exited.
3911
3912 2014-11-12 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.arch/i386-bp_permanent.c: New file.
3915 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3916 (srcfile): Set to i386-bp_permanent.c.
3917 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
3918 that stepi does not execute the 'leave' instruction, instead of
3919 testing it does execute.
3920 * gdb.base/bp-permanent.c: New file.
3921 * gdb.base/bp-permanent.exp: New file.
3922
3923 2014-11-10 Doug Evans <xdje42@gmail.com>
3924
3925 PR symtab/17564
3926 * gdb.base/symtab-search-order.exp: New file.
3927 * gdb.base/symtab-search-order.c: New file.
3928 * gdb.base/symtab-search-order-1.c: New file.
3929 * gdb.base/symtab-search-order-shlib-1.c: New file.
3930
3931 2014-11-07 Pedro Alves <palves@redhat.com>
3932
3933 PR gdb/17511
3934 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3935 i?86-*-linux*.
3936
3937 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
3938
3939 PR c++/17494
3940 * gdb.cp/pr17494.cc: New file.
3941 * gdb.cp/pr17494.exp: New file.
3942
3943 2014-11-02 Yao Qi <yao@codesourcery.com>
3944
3945 * gdb.python/python.exp: Get working directory and match the
3946 output of "set extended-prompt \\w " with it.
3947
3948 2014-10-30 Doug Evans <dje@google.com>
3949
3950 * gdb.python/py-objfile.exp: Add tests for setting random attributes
3951 in objfiles.
3952 * gdb.python/py-progspace.exp: Add tests for setting random attributes
3953 in progspaces.
3954
3955 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
3956
3957 * gdb.base/fullpath-expand.exp: Skip for a remote host.
3958 * gdb.base/realname-expand.exp: Likewise.
3959 * gdb.linespec/macro-relative.exp: Likewise.
3960
3961 2014-10-29 Pedro Alves <palves@redhat.com>
3962
3963 PR gdb/17408
3964 * gdb.threads/schedlock.c (some_function): New function.
3965 (call_function): New global.
3966 (MAYBE_CALL_SOME_FUNCTION): New macro.
3967 (thread_function): Call it.
3968 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3969 and use it instead of a global counter. Adjust all callers.
3970 (get_current_thread): Use "find current thread" for test message
3971 here rather than having all callers pass down the same string.
3972 (goto_loop): New procedure, factored out from ...
3973 (my_continue): ... this.
3974 (step_ten_loops): Change parameter from test message to command to
3975 use. Adjust.
3976 (list_count): Delete global.
3977 (check_result): New procedure, factored out from duplicate top
3978 level code.
3979 (continue tests): Wrap in with_test_prefix.
3980 (test_step): New procedure, factored out from duplicate top level
3981 code.
3982 (top level): Test "step" in combination with all scheduler-locking
3983 modes. Test "next" in combination with all scheduler-locking
3984 modes, and in combination with stepping over a function call or
3985 not.
3986 * gdb.threads/next-bp-other-thread.c: New file.
3987 * gdb.threads/next-bp-other-thread.exp: New file.
3988
3989 2014-10-29 Pedro Alves <palves@redhat.com>
3990
3991 PR python/17372
3992 * gdb.python/python.exp: Test a multi-line command that spawns
3993 interactive Python.
3994 * gdb.base/multi-line-starts-subshell.exp: New file.
3995
3996 2014-10-29 Yao Qi <yao@codesourcery.com>
3997
3998 * gdb.base/fileio.exp: Make directories on host.
3999
4000 2014-10-29 Yao Qi <yao@codesourcery.com>
4001
4002 * gdb.base/fileio.c (test_write): Close the file.
4003
4004 2014-10-28 Pedro Alves <palves@redhat.com>
4005
4006 PR gdb/12623
4007 * gdb.base/sigstep.c (no_handler): New global.
4008 (main): If 'no_handler is true, set the signal handlers to
4009 SIG_IGN.
4010 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4011 with_sw_watch and no_handler parameters. Handle them.
4012 (top level) <stepping over handler when stopped at a breakpoint
4013 test>: Add a test axis for testing with a software watchpoint, and
4014 another for testing with the signal handler set to SIG_IGN.
4015 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4016 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4017
4018 2014-10-28 Pedro Alves <palves@redhat.com>
4019
4020 PR gdb/17511
4021 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4022 * gdb.base/sigstep.exp (other_handler_location): New global.
4023 (advance): Support stepping into the signal handler, and running
4024 commands while in the handler.
4025 (in_handler_map): New global.
4026 (top level): In the advance test, add combinations for getting
4027 into the handler with stepping commands, and for running commands
4028 in the handler. Add comment descripting the advancei tests.
4029
4030 2014-10-28 Pedro Alves <palves@redhat.com>
4031
4032 * gdb.base/sigstep.exp: Use build_executable instead of
4033 prepare_for_testing.
4034 (top level): Move code that starts GDB, runs to main and creates a
4035 display to ...
4036 (restart): ... this new procedure.
4037 (top level): Move backtrace from signal handler test to ...
4038 (validate_backtrace): ... this new procedure.
4039 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4040 with_test_prefix. Always restart GDB.
4041 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4042 with_test_prefix. Always restart GDB. No need to delete
4043 breakpoints after the test.
4044 (test_skip_handler): Remove prefix parameter.
4045 (skip_over_handler, breakpoint_to_handler)
4046 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4047 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4048 restart GDB. No need to delete breakpoints after the test.
4049 (top level): Use foreach to call the test procedures with
4050 different commands.
4051
4052 2014-10-28 Pedro Alves <palves@redhat.com>
4053
4054 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4055 instead of GNATS numbers.
4056 * gdb.base/sigbpt.exp: Likewise.
4057 * gdb.base/siginfo.exp: Likewise.
4058 * gdb.base/sigstep.exp: Likewise.
4059
4060 2014-10-27 Pedro Alves <palves@redhat.com>
4061
4062 * gdb.base/sigstep.c (dummy): New global.
4063 (main): Issue a couple writes to the new global.
4064 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4065 procedures.
4066 (skip_over_handler): Use test_skip_handler.
4067 (top level): Call skip_over_handler for stepi and nexti too.
4068 (breakpoint_over_handler): Use test_skip_handler.
4069 (top level): Call breakpoint_over_handler for stepi and nexti too.
4070
4071 2014-10-27 Yao Qi <yao@codesourcery.com>
4072
4073 * gdb.trace/tfile.c (adjust_function_address)
4074 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4075 function descriptor.
4076
4077 2014-10-24 Don Breazeal <donb@codesourcery.com>
4078
4079 * gdb.base/foll-fork.exp (test_follow_fork,
4080 catch_fork_child_follow): Check for updated fork messages emitted
4081 from infrun.c.
4082 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4083 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
4084 vfork_and_exec_child_follow_through_step): Check for updated vfork
4085 messages emitted from infrun.c.
4086
4087 2014-10-24 Pedro Alves <palves@redhat.com>
4088
4089 * gdb.base/corefile.exp: Remove references to ultrix.
4090 * gdb.base/interrupt.exp: Likewise.
4091 * gdb.base/whatis.exp: Likewise.
4092 * gdb.gdb/selftest.exp: Likewise.
4093 * gdb.threads/manythreads.exp: Likewise.
4094 * gdb.threads/print-threads.exp: Likewise.
4095 * gdb.threads/pthreads.exp:: Likewise.
4096 * gdb.threads/schedlock.exp: Likewise.
4097
4098 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
4099
4100 * gdb.cp/non-trivial-retval.cc: Add a test case.
4101 * gdb.cp/non-trivial-retval.exp: Add a test.
4102
4103 2014-10-20 Yao Qi <yao@codesourcery.com>
4104
4105 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
4106 * gdb.python/py-objfile-script-gdb.py: New file.
4107 * gdb.python/py-objfile-script.exp: Update reference to
4108 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
4109 of remote_download. Remove the dest file.
4110
4111 2014-10-20 Yao Qi <yao@codesourcery.com>
4112
4113 * gdb.base/checkpoint.exp: Don't remove file copied on host.
4114 * gdb.base/step-line.exp: Likewise.
4115 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4116 * gdb.dwarf2/dw2-basic.exp: Likewise.
4117 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4118 * gdb.dwarf2/dw2-filename.exp: Likewise.
4119 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4120 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4121 * gdb.dwarf2/dw2-producer.exp: Likewise.
4122 * gdb.dwarf2/mac-fileno.exp: Likewise.
4123 * gdb.python/py-frame-args.exp: Likewise.
4124 * gdb.python/py-framefilter.exp: Likewise.
4125 * gdb.python/py-mi.exp: Likewise.
4126 * gdb.python/py-objfile-script.exp: Likewise
4127 * gdb.python/py-pp-integral.exp: Likewise.
4128 * gdb.python/py-pp-re-notag.exp: Likewise.
4129 * gdb.python/py-prettyprint.exp: Likewise.
4130 * gdb.python/py-section-script.exp: Likewise.
4131 * gdb.python/py-typeprint.exp: Likewise.
4132 * gdb.python/py-xmethods.exp: Likewise.
4133 * gdb.stabs/weird.exp: Likewise.
4134 * gdb.xml/tdesc-regs.exp: Likewise.
4135
4136 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
4137
4138 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
4139 (out_cu): Use addr_len for the size of addresses.
4140 (out_line): Likewise. Size DW_LNE_set_address instruction
4141 according to addr_len.
4142 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
4143 (FUNC): Add START_INSNS to definition.
4144
4145 2014-10-18 Yao Qi <yao@codesourcery.com>
4146
4147 * gdb.base/argv0-symlink.exp: Check argv[0] value if
4148 gdb_has_argv0 return true.
4149 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
4150 check [target_info exists noargs], check [gdb_has_argv0]
4151 instead.
4152 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4153 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
4154 procedures.
4155
4156 2014-10-17 Doug Evans <dje@google.com>
4157
4158 * gdb.python/py-events.exp: Update expected output for clear_objfiles
4159 event.
4160 * gdb.python/py-events.py: Add clear_objfiles event.
4161
4162 2014-10-17 Doug Evans <dje@google.com>
4163
4164 * gdb.python/py-objfile.exp: Test progspace attribute.
4165
4166 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
4167
4168 * gdb.guile/scm-breakpoint.exp: Do not assume any
4169 directory separators when matching source file paths.
4170 * gdb.python/py-breakpoint.exp: Likewise.
4171 * gdb.reverse/break-precsave.exp: Likewise.
4172 * gdb.reverse/break-reverse.exp: Likewise.
4173 * gdb.reverse/consecutive-precsave.exp: Likewise.
4174 * gdb.reverse/finish-precsave.exp: Likewise.
4175 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
4176 * gdb.reverse/finish-reverse.exp: Likewise.
4177 * gdb.reverse/i386-precsave.exp: Likewise.
4178 * gdb.reverse/i387-env-reverse.exp: Likewise.
4179 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4180 * gdb.reverse/machinestate-precsave.exp: Likewise.
4181 * gdb.reverse/machinestate.exp: Likewise.
4182 * gdb.reverse/sigall-precsave.exp: Likewise.
4183 * gdb.reverse/solib-precsave.exp: Likewise.
4184 * gdb.reverse/step-precsave.exp: Likewise.
4185 * gdb.reverse/until-precsave.exp: Likewise.
4186 * gdb.reverse/watch-precsave.exp: Likewise.
4187 * gdb.reverse/watch-reverse.exp: Likewise.
4188
4189 2014-10-17 Yao Qi <yao@codesourcery.com>
4190
4191 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
4192 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
4193
4194 2014-10-17 Pedro Alves <palves@redhat.com>
4195
4196 PR gdb/17471
4197 * gdb.base/bg-execution-repeat.c: New file.
4198 * gdb.base/bg-execution-repeat.exp: New file.
4199
4200 2014-10-17 Pedro Alves <palves@redhat.com>
4201
4202 PR gdb/17300
4203 * gdb.base/continue-all-already-running.c: New file.
4204 * gdb.base/continue-all-already-running.exp: New file.
4205
4206 2014-10-17 Pedro Alves <palves@redhat.com>
4207
4208 PR gdb/17472
4209 * gdb.base/annota-input-while-running.c: New file.
4210 * gdb.base/annota-input-while-running.exp: New file.
4211
4212 2014-10-17 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/callfuncs.exp: emove references to osf.
4215 * gdb.base/sigall.exp: Likewise.
4216 * gdb.gdb/selftest.exp: Likewise.
4217 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4218 * gdb.mi/non-stop.c: Likewise.
4219 * gdb.mi/pthreads.c: Likewise.
4220 * gdb.reverse/sigall-precsave.exp: Likewise.
4221 * gdb.reverse/sigall-reverse.exp: Likewise.
4222 * gdb.threads/pthreads.c: Likewise.
4223 * gdb.threads/pthreads.exp: Likewise.
4224
4225 2014-10-17 Yao Qi <yao@codesourcery.com>
4226
4227 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
4228 check 'target_info exists noargs'.
4229 (test_command_prompt_position): Likewise.
4230 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
4231 Remove "set args".
4232 (progvar_simple_while_test): Likewise.
4233 (progvar_complex_if_while_test): Likewise.
4234 (if_while_breakpoint_command_test): Likewise.
4235 (infrun_breakpoint_command_test): Likewise.
4236 (breakpoint_command_test): Likewise.
4237 (watchpoint_command_test): Likewise.
4238 (bp_deleted_in_command_test): Likewise.
4239 (temporary_breakpoint_commands): Likewise.
4240
4241 2014-10-16 Yao Qi <yao@codesourcery.com>
4242
4243 * gdb.base/remotetimeout.exp: Remove noargs checking.
4244
4245 2014-10-15 Pedro Alves <palves@redhat.com>
4246
4247 PR breakpoints/9649
4248 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
4249 * gdb.base/breakpoint-in-ro-region.exp
4250 (probe_target_hardware_step): New procedure.
4251 (top level): Probe hardware stepping and hardware breakpoint
4252 support. Test stepping through a read-only region, with both
4253 "breakpoint auto-hw" on and off and both "always-inserted" on and
4254 off.
4255
4256 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
4257
4258 * gdb.dlang/demangle.exp: Update for demangling changes.
4259
4260 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4261
4262 * gdb.cp/non-trivial-retval.cc: Add new test cases.
4263 * gdb.cp/non-trivial-retval.exp: Add new tests.
4264
4265 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4266
4267 PR c++/13403
4268 PR c++/15154
4269 * gdb.cp/non-trivial-retval.cc: New file.
4270 * gdb.cp/non-trivial-retval.exp: New file.
4271
4272 2014-10-15 Yao Qi <yao@codesourcery.com>
4273
4274 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4275 remote host.
4276
4277 2014-10-15 Yao Qi <yao@codesourcery.com>
4278
4279 * gdb.python/py-symbol.exp: Match file base name if host is
4280 remote, otherwise match file name with dir name.
4281 * gdb.python/py-symtab.exp: Likewise.
4282 * gdb.python/python.exp: Likewise.
4283
4284 2014-10-15 Yao Qi <yao@codesourcery.com>
4285
4286 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4287 pattern.
4288 * gdb.python/py-symtab.exp: Likewise.
4289 * gdb.python/python.exp: Remove trailing ".*". Fix typo
4290 locationn.
4291
4292 2014-10-14 Joel Brobecker <brobecker@adacore.com>
4293
4294 * gdb.ada/addr_arith: New testcase.
4295
4296 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
4297
4298 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4299 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4300 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4301 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
4302
4303 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
4304
4305 * gdb.arch/stap-eval-lang-ada.S: Likewise.
4306 * gdb.arch/stap-eval-lang-ada.c: Likewise.
4307 * gdb.arch/stap-eval-lang-ada.exp: New file.
4308
4309 2014-10-14 Yao Qi <yao@codesourcery.com>
4310
4311 * gdb.mi/mi-var-child.c (nothing1): New function.
4312 (nothing2): New function.
4313 (do_children_tests): Set function pointers by nothing1 and
4314 nothing2.
4315 * gdb.mi/mi-var-child.exp: Step over new added statements.
4316 Update test to match the new output.
4317 * gdb.mi/var-cmd.c (nothing1): New function.
4318 (nothing2): New function.
4319 (do_children_tests): Set function pointers by nothing1 and
4320 nothing2.
4321 * gdb.mi/mi-var-display.exp: Update test to match output.
4322 Step to the line specified by $line_dct_nothing.
4323 Increase the number of lines to step.
4324
4325 2014-10-14 Yao Qi <yao@codesourcery.com>
4326
4327 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
4328 tests.
4329 * gdb.mi/mi2-var-child.exp: Likewise.
4330
4331 2014-10-13 Doug Evans <dje@google.com>
4332
4333 * gdb.python/py-objfile.exp: Change name of file name test.
4334
4335 2014-10-13 Doug Evans <dje@google.com>
4336
4337 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
4338 from the start of the CU.
4339
4340 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4341 Yao Qi <yao@codesourcery.com>
4342
4343 Fix "save breakpoints" for "catch" command.
4344 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
4345 Remove -nonewline. Match also the added "main" line.
4346
4347 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4348
4349 Fix "save breakpoints" for "disable $bpnum" command.
4350 * gdb.base/save-bp.c (main): Add label.
4351 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
4352
4353 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4354
4355 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
4356
4357 2014-10-11 Yao Qi <yao@codesourcery.com>
4358
4359 * gdb.server/server-kill.exp: Execute command
4360 "set remote trace-status-packet on" before "tstatus".
4361
4362 2014-10-11 Yao Qi <yao@codesourcery.com>
4363
4364 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
4365 (main): Call getppid.
4366 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
4367 and continue to it. Read variable "server_pid".
4368
4369 2014-10-11 Yao Qi <yao@codesourcery.com>
4370
4371 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
4372
4373 2014-10-11 Yao Qi <yao@codesourcery.com>
4374
4375 * gdb.threads/thread-find.exp: Don't execute command
4376 "info threads".
4377 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
4378 * gdb.threads/linux-dp.exp: Don't check the condition
4379 $threads_created equals to zero.
4380
4381 2014-10-10 Pedro Alves <palves@redhat.com>
4382
4383 * gdb.base/bigcore.exp: Remove references to IRIX.
4384 * gdb.base/funcargs.exp: Likewise.
4385 * gdb.base/interrupt.exp: Likewise.
4386 * gdb.base/mips_pro.exp: Likewise.
4387 * gdb.base/nodebug.exp: Likewise.
4388 * gdb.base/setvar.exp: Likewise.
4389 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
4390
4391 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4392 Pedro Alves <palves@redhat.com>
4393
4394 PR symtab/14466
4395 * gdb.base/vdso-warning.c: New file.
4396 * gdb.base/vdso-warning.exp: New file.
4397
4398 2014-10-02 Doug Evans <dje@google.com>
4399
4400 * gdb.base/structs.c (main): Don't run forever.
4401
4402 2014-10-02 Pedro Alves <palves@redhat.com>
4403
4404 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
4405 (top level) <stop threads 1, stop threads 2>: Use it.
4406
4407 2014-10-02 Pedro Alves <palves@redhat.com>
4408
4409 * gdb.threads/break-while-running.exp (test): Add new
4410 'update_thread_list' argument. Skip "info threads" if false.
4411 (top level): Add new 'update_thread_list' axis.
4412
4413 2014-10-02 Pedro Alves <palves@redhat.com>
4414
4415 PR breakpoints/17431
4416 * gdb.base/execl-update-breakpoints.c: New file.
4417 * gdb.base/execl-update-breakpoints.exp: New file.
4418
4419 2014-10-01 Pedro Alves <palves@redhat.com>
4420
4421 * gdb.base/breakpoint-in-ro-region.c: New file.
4422 * gdb.base/breakpoint-in-ro-region.exp: New file.
4423
4424 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
4425
4426 * gdb.mi/mi-exit-code.exp: New file.
4427 * gdb.mi/mi-exit-code.c: New file.
4428
4429 2014-09-30 Yao Qi <yao@codesourcery.com>
4430
4431 * lib/prelink-support.exp (build_executable_own_libs): Error if
4432 the target isn't native.
4433
4434 2014-09-30 Yao Qi <yao@codesourcery.com>
4435
4436 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
4437 false.
4438
4439 2014-09-22 Pedro Alves <palves@redhat.com>
4440
4441 * gdb.threads/break-while-running.exp: New file.
4442 * gdb.threads/break-while-running.c: New file.
4443
4444 2014-09-19 Yao Qi <yao@codesourcery.com>
4445
4446 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
4447 Invoke test. Restart GDB with --readnow and invoke test again.
4448
4449 2014-09-19 Yao Qi <yao@codesourcery.com>
4450
4451 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
4452 proc set_breakpoint_on_gcd_function. Invoke
4453 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
4454 invoke set_breakpoint_on_gcd_function again.
4455
4456 2014-09-18 Doug Evans <dje@google.com>
4457
4458 * gdb.dwarf2/symtab-producer.exp: New file.
4459
4460 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4461
4462 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
4463 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
4464 * gdb.base/global-var-nested-by-dso.c: Likewise.
4465 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4466
4467 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4468 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.base/watch-bitfields.exp: Pass string other than test file
4471 name to prepare_for_testing.
4472 (watch): New procedure.
4473 (expect_watchpoint): Use with_test_prefix.
4474 (top level): Factor out tests to ...
4475 (test_watch_location, test_regular_watch): ... these new
4476 procedures, and use with_test_prefix and gdb_continue_to_end.
4477
4478 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
4479
4480 PR breakpoints/12526
4481 * gdb.base/watch-bitfields.exp: New file.
4482 * gdb.base/watch-bitfields.c: New file.
4483
4484 2014-09-16 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
4487 software and hardware addresses, not software address against
4488 itself.
4489
4490 2014-09-16 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
4493 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
4494
4495 2014-09-16 Pedro Alves <palves@redhat.com>
4496
4497 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
4498 files.
4499 * gdb.base/a2-run.exp: Remove all code guarded by istarget
4500 "*-*-vxworks*" throughout.
4501 * gdb.base/break.exp: Likewise.
4502 * gdb.base/default.exp: Likewise.
4503 * gdb.base/scope.exp: Likewise.
4504 * gdb.base/sepdebug.exp: Likewise.
4505 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
4506 throughout.
4507 * gdb.base/run.c: Likewise.
4508 * gdb.base/sepdebug.c: Likewise.
4509 * gdb.hp/gdb.aCC/run.c: Likewise.
4510 * gdb.reverse/until-reverse.c: Likewise.
4511 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
4512
4513 2014-09-16 Yao Qi <yao@codesourcery.com>
4514
4515 * boards/local-remote-host-native.exp: New file.
4516
4517 2014-09-14 Doug Evans <xdje42@gmail.com>
4518
4519 * gdb.threads/queue-signal.c (thread_count): New variable.
4520 (thread_count_mutex, thread_count_condvar): New variables.
4521 (incr_thread_count, wait_all_threads_running): New functions.
4522 (main): Wait for all threads to be in their thread functions.
4523
4524 2014-09-13 Doug Evans <xdje42@gmail.com>
4525
4526 * gdb.threads/queue-signal.c: New file.
4527 * gdb.threads/queue-signal.exp: New file.
4528
4529 2014-09-13 Doug Evans <xdje42@gmail.com>
4530
4531 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
4532 be consistent with what default_gdb_init uses.
4533 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
4534 the plain text of the prompt. Add some logging printfs.
4535 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
4536
4537 2014-09-12 Pedro Alves <palves@redhat.com>
4538
4539 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
4540 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
4541 * gdb.arch/i386-size-overlap.exp: Likewise.
4542 * gdb.arch/i386-size.exp: Likewise.
4543 * gdb.arch/i386-unwind.exp: Likewise.
4544 * gdb.base/a2-run.exp: Likewise.
4545 * gdb.base/break.exp: Likewise.
4546 * gdb.base/charset.exp: Likewise.
4547 * gdb.base/chng-syms.exp: Likewise.
4548 * gdb.base/commands.exp: Likewise.
4549 * gdb.base/dbx.exp: Likewise.
4550 * gdb.base/find.exp: Likewise.
4551 * gdb.base/funcargs.exp: Likewise.
4552 * gdb.base/jit-simple.exp: Likewise.
4553 * gdb.base/reread.exp: Likewise.
4554 * gdb.base/sepdebug.exp: Likewise.
4555 * gdb.base/step-bt.exp: Likewise.
4556 * gdb.cp/mb-inline.exp: Likewise.
4557 * gdb.cp/mb-templates.exp: Likewise.
4558 * gdb.objc/basicclass.exp: Likewise.
4559 * gdb.threads/killed.exp: Likewise.
4560
4561 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4562
4563 PR tdep/17379
4564 * gdb.arch/powerpc-stackless.S: New file.
4565 * gdb.arch/powerpc-stackless.exp: New file.
4566
4567 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4568
4569 * gdb.base/attach.c: Include unistd.h.
4570 (main): Call alarm. Add label postloop.
4571 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
4572 gdb_breakpoint, gdb_continue_to_breakpoint.
4573 (test_command_line_attach_run): Kill ${testpid} in one exit path.
4574
4575 2014-09-11 Pedro Alves <palves@redhat.com>
4576
4577 PR gdb/17347
4578 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
4579 * gdb.base/attach.exp (test_command_line_attach_run): New
4580 procedure.
4581 (top level): Call it.
4582
4583 2014-09-11 Pedro Alves <palves@redhat.com>
4584
4585 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
4586 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
4587 (do_command_attach_tests): Use spawn_wait_for_attach.
4588 * gdb.base/solib-overlap.exp: Likewise.
4589 * gdb.multi/multi-attach.exp: Likewise.
4590 * gdb.python/py-prompt.exp: Likewise.
4591 * gdb.python/py-sync-interp.exp: Likewise.
4592 * gdb.server/ext-attach.exp: Likewise.
4593
4594 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
4595
4596 * gdb.fortran/array-element.exp: Remove unexpected "continue"
4597 command in testcase. Simplify testcase.
4598
4599 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4600
4601 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
4602
4603 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4604
4605 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
4606
4607 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4608
4609 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
4610
4611 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4612
4613 * gdb.dwarf2/dynarr-ptr.c: New file.
4614 * gdb.dwarf2/dynarr-ptr.exp: New file.
4615
4616 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4617
4618 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
4619 of 30 rather than hardcoding 120 for a slow test case. Take the
4620 `gdb,timeout' target setting into account for this calculation.
4621 Don't extend the timeout for the test cases that don't need it.
4622
4623 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4624
4625 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
4626 a factor of 2 for a slow test case. Take the `gdb,timeout'
4627 target setting into account for this calculation.
4628 * gdb.reverse/until-precsave.exp: Increase the timeout by
4629 a factor of 15 and 3 respectively rather than adding 120
4630 for a pair of slow test cases. Take the `gdb,timeout'
4631 target setting into account for this calculation.
4632
4633 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4634
4635 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
4636 timeout, don't pass one down to gdb_expect.
4637 (gdb_expect): Rework timeout selection.
4638
4639 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4640
4641 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
4642 exception on timeout.
4643 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
4644 (gdbserver_start_extended): Catch any `gdbserver_start' error
4645 exceptions.
4646 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
4647 * lib/mi-support.exp (mi_gdb_target_load): Catch any
4648 `gdbserver_gdb_load' error exceptions.
4649
4650 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4651
4652 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
4653 120 on waiting for the TCP socket to open.
4654
4655 2014-09-09 Doug Evans <xdje42@gmail.com>
4656
4657 * gdb.base/default.exp (show_conv_list): Add _caller_is,
4658 _caller_matches, _any_caller_is, _any_caller_matches.
4659
4660 2014-09-09 Doug Evans <xdje42@gmail.com>
4661
4662 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
4663
4664 2014-09-09 Yao Qi <yao@codesourcery.com>
4665
4666 * gdb.mi/mi-var-display.exp: Set print symbol off.
4667
4668 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
4669
4670 PR gdb/17035
4671 * gdb.base/commands.exp: Add tests to verify user-defined
4672 commands with empty bodies.
4673 * gdb.python/py-cmd.exp: Test that we don't show user-defined
4674 python commands in `show user command`.
4675 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
4676 scheme commands in `show user command`.
4677
4678 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4679
4680 PR python/17355
4681 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
4682 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
4683 * gdb.python/py-framefilter-invalidarg.exp: New file.
4684 * gdb.python/py-framefilter-invalidarg.py: New file.
4685
4686 2014-09-06 Doug Evans <xdje42@gmail.com>
4687
4688 PR 15276
4689 * gdb.python/py-caller-is.c: New file.
4690 * gdb.python/py-caller-is.exp: New file.
4691
4692 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
4693
4694 PR gdb/17235
4695 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
4696 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
4697
4698 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4699
4700 PR fortran/17237
4701 * gdb.fortran/print-formatted.exp: New file.
4702 * gdb.fortran/print-formatted.f90: Likewise.
4703
4704 2014-09-03 Sasha Smundak <asmundak@google.com>
4705
4706 * gdb.python/py-frame.exp: Test Frame.read_register.
4707
4708 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
4709
4710 PR python/16699
4711 * gdb.python/py-completion.exp: New file.
4712 * gdb.python/py-completion.py: Likewise.
4713
4714 2014-08-28 Doug Evans <dje@google.com>
4715
4716 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
4717 eax,etc. are live with values set by gdb and thus the compiler can't
4718 use them.
4719 * gdb.arch/i386-pseudo.c (main): Ditto.
4720
4721 2014-08-27 Doug Evans <dje@google.com>
4722
4723 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
4724
4725 2014-08-25 Doug Evans <dje@google.com>
4726
4727 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
4728 (main): Ditto.
4729
4730 2014-08-25 Doug Evans <dje@google.com>
4731
4732 * gdb.threads/thread-execl.exp: #include <stdio.h>.
4733
4734 2014-08-24 Yao Qi <yao@codesourcery.com>
4735
4736 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
4737 symbol off.
4738 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
4739
4740 2014-08-22 Doug Evans <dje@google.com>
4741
4742 PR 17276
4743 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
4744 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
4745 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
4746
4747 2014-08-22 Yao Qi <yao@codesourcery.com>
4748
4749 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
4750 * gdb.python/py-finish-breakpoint2.exp: Likewise.
4751 * gdb.python/python.exp: Likewise. Use .py file on the host
4752 instead of the build.
4753
4754 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4755
4756 * gdb.threads/gcore-stale-thread.c: New file.
4757 * gdb.threads/gcore-stale-thread.exp: New file.
4758
4759 2014-08-21 Pedro Alves <palves@redhat.com>
4760
4761 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
4762 * gdb.base/gcore-relro-pie.exp: Likewise.
4763 * gdb.base/gcore-relro.exp: Likewise.
4764 * gdb.base/gcore.exp: Likewise.
4765 * gdb.base/print-symbol-loading.exp: Likewise.
4766 * gdb.threads/gcore-thread.exp: Likewise.
4767 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
4768
4769 2014-08-20 Pedro Alves <palves@redhat.com>
4770 Jan Kratochvil <jan.kratochvil@redhat.com>
4771
4772 * Makefile.in (EXTRA_RULES, CC): New variables, get from
4773 configure.
4774 (EXPECT): Handle READ1 being set.
4775 (all): Depend on EXTRA_RULES.
4776 (check-read1, expect-read1, read1.so, read1): New rules.
4777 * README (Testsuite Parameters): Document the READ1 make variable.
4778 (Race detection): New section.
4779 * configure: Regenerate.
4780 * configure.ac: If build==host==target, and running under a
4781 GNU/glibc system, add read1 to the extra Makefile rules.
4782 (EXTRA_RULES): AC_SUBST it.
4783 * lib/read1.c: New file.
4784
4785 2014-08-20 Joel Brobecker <brobecker@adacore.com>
4786
4787 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
4788 the handling of variables declared as a typedef to an array
4789 which a DW_AT_data_location attribute.
4790
4791 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
4792 Pedro Alves <palves@redhat.com>
4793
4794 PR symtab/14604
4795 PR symtab/14605
4796 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
4797 gdb_test.
4798
4799 2014-08-19 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4802
4803 2014-08-19 Yao Qi <yao@codesourcery.com>
4804
4805 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
4806 right line.
4807
4808 2014-08-18 David Blaikie <dblaikie@gmail.com>
4809
4810 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
4811
4812 2014-08-18 Joel Brobecker <brobecker@adacore.com>
4813
4814 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
4815 attribute in array range.
4816
4817 2014-08-18 Joel Brobecker <brobecker@adacore.com>
4818
4819 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
4820
4821 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4822
4823 PR c++/17132
4824 * gdb.cp/pr17132.cc: New file.
4825 * gdb.cp/pr17132.exp: New file.
4826
4827 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4828
4829 * gdb.python/py-xmethods.py (A_getarrayind)
4830 (E_method_char_worker.__call__, E_method_int_worker.__call__):
4831 Use 'print' with function call syntax.
4832 (E_method_matcher.match): Fix tab vs space indentation mixup.
4833
4834 2014-08-15 Yao Qi <yao@codesourcery.com>
4835
4836 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
4837 false.
4838
4839 2014-08-15 Yao Qi <yao@codesourcery.com>
4840
4841 * gdb.cp/casts.exp: Set print symbol off.
4842 * gdb.cp/class2.exp: Likewise.
4843 * gdb.cp/overload.exp: Likewise.
4844 * gdb.cp/templates.exp: Likewise.
4845
4846 2014-08-11 Doug Evans <dje@google.com>
4847
4848 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4849 (test_load_shlib): Update.
4850
4851 2014-08-09 Yao Qi <yao@codesourcery.com>
4852
4853 * gdb.base/display.exp: Invoke is_address_zero_readable.
4854 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4855 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4856 * gdb.base/hbreak-unmapped.exp: Return if
4857 is_address_zero_readable returns true.
4858 * gdb.base/signest.exp: Likewise.
4859 * gdb.base/signull.exp: Likewise.
4860 * gdb.base/sigbpt.exp: Likewise.
4861 * gdb.guile/scm-disasm.exp: Do the test if
4862 is_address_zero_readable returns false.
4863 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4864 * gdb.python/py-arch.exp: Likewise.
4865 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4866 * lib/gdb.exp (is_address_zero_readable): New proc.
4867
4868 2014-08-09 Yao Qi <yao@codesourcery.com>
4869
4870 PR testsuite/13443
4871 * gdb.mi/mi-var-display.exp: Make test messages unique.
4872
4873 2014-08-04 Tom Tromey <tromey@redhat.com>
4874
4875 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4876 target 0".
4877
4878 2014-08-04 Tom Tromey <tromey@redhat.com>
4879
4880 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4881 "target_resume".
4882
4883 2014-08-01 Joel Brobecker <brobecker@adacore.com>
4884
4885 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4886 inner_vla_struct_object_size.
4887 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4888 as xfail.
4889
4890 2014-07-30 Pedro Alves <palves@redhat.com>
4891
4892 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4893 comment.
4894
4895 2014-07-29 Yao Qi <yao@codesourcery.com>
4896
4897 PR gdb/17206
4898 * gdb.base/until-nodebug.exp: New.
4899
4900 2014-07-28 Doug Evans <xdje42@gmail.com>
4901
4902 PR guile/17203
4903 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4904 previously existing parameter, and previously ambiguously spelled
4905 parameter.
4906
4907 2014-07-28 Will Newton <will.newton@linaro.org>
4908
4909 * gdb.base/varargs.exp: Remove KFAILs for ARM.
4910
4911 2014-07-26 Ludovic Courtès <ludo@gnu.org>
4912 Doug Evans <xdje42@gmail.com>
4913
4914 PR guile/17146
4915 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4916
4917 2014-07-25 Pedro Alves <palves@redhat.com>
4918
4919 * gdb.threads/signal-command-handle-nopass.c: New file.
4920 * gdb.threads/signal-command-handle-nopass.exp: New file.
4921 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4922 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4923 * gdb.threads/signal-delivered-right-thread.c: New file.
4924 * gdb.threads/signal-delivered-right-thread.exp: New file.
4925
4926 2014-07-25 Pedro Alves <palves@redhat.com>
4927
4928 * gdb.base/double-prompt-target-event-error.exp
4929 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4930 match.
4931 (cancel_pagination_in_target_event): Rework double prompt
4932 detection.
4933 * gdb.base/paginate-after-ctrl-c-running.exp
4934 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4935 <return>' match.
4936 * gdb.base/paginate-bg-execution.exp
4937 (test_bg_execution_pagination_return)
4938 (test_bg_execution_pagination_cancel): Remove '-notransfer
4939 <return>' matches.
4940 * gdb.base/paginate-execution-startup.exp
4941 (test_fg_execution_pagination_return)
4942 (test_fg_execution_pagination_cancel): Remove '-notransfer
4943 <return>' matches.
4944 * gdb.base/paginate-inferior-exit.exp
4945 (test_paginate_inferior_exited): Remove '-notransfer <return>'
4946 match.
4947 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4948 * lib/gdb.exp (pagination_prompt): Run text through
4949 string_to_regexp.
4950 (gdb_test_multiple): Match $pagination_prompt instead of
4951 "<return>".
4952 (string_to_regexp): Move to lib/gdb-utils.exp.
4953
4954 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4955
4956 * gdb.arch/amd64-entry-value-paramref.S: New file.
4957 * gdb.arch/amd64-entry-value-paramref.cc: New file.
4958 * gdb.arch/amd64-entry-value-paramref.exp: New file.
4959 * gdb.arch/amd64-optimout-repeat.S: New file.
4960 * gdb.arch/amd64-optimout-repeat.c: New file.
4961 * gdb.arch/amd64-optimout-repeat.exp: New file.
4962
4963 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4964
4965 PR gdb/17170
4966 * gdb.base/statistics.exp: New file.
4967
4968 2014-07-17 Doug Evans <dje@google.com>
4969
4970 PR gdb/17170
4971 * gdb.base/maint.exp: Update testing of per-command stats.
4972
4973 2014-07-16 Pedro Alves <palves@redhat.com>
4974
4975 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4976 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4977 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4978 (tfile_write_buf): New functions.
4979 (add_memory_block): Rewrite using the above.
4980 (adjust_function_address): New function.
4981 (FUNCTION_ADDRESS): New macro.
4982 (write_basic_trace_file): Remove short_x local, and use
4983 tfile_write_16. Change type of func_addr local to unsigned long
4984 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4985 here. Cast argument of add_memory_block to char pointer.
4986 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4987 (main): Remove parameters.
4988 * gdb.trace/tfile.exp: Remove nowarnings.
4989
4990 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4991
4992 * gdb.base/debug-expr.exp: Test string evaluation with
4993 "debug expression" on.
4994
4995 2014-07-15 Pedro Alves <palves@redhat.com>
4996
4997 * gdb.base/reread.exp: Use clean_restart.
4998
4999 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5000
5001 * gdb.arch/avr-flash-qualifer.c: New.
5002 * gdb.arch/avr-flash-qualifer.exp: New.
5003
5004 2014-07-14 Pedro Alves <palves@redhat.com>
5005
5006 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5007 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5008
5009 2014-07-14 Pedro Alves <palves@redhat.com>
5010
5011 * gdb.base/double-prompt-target-event-error.c: New file.
5012 * gdb.base/double-prompt-target-event-error.exp: New file.
5013
5014 2014-07-14 Pedro Alves <palves@redhat.com>
5015
5016 PR gdb/17072
5017 * gdb.base/paginate-inferior-exit.c: New file.
5018 * gdb.base/paginate-inferior-exit.exp: New file.
5019
5020 2014-07-14 Pedro Alves <palves@redhat.com>
5021
5022 PR gdb/17072
5023 * gdb.base/paginate-bg-execution.c: New file.
5024 * gdb.base/paginate-bg-execution.exp: New file.
5025
5026 2014-07-14 Pedro Alves <palves@redhat.com>
5027
5028 PR gdb/17072
5029 * gdb.base/paginate-execution-startup.c: New file.
5030 * gdb.base/paginate-execution-startup.exp: New file.
5031 * lib/gdb.exp (pagination_prompt): New global.
5032 (default_gdb_spawn): New procedure, factored out from
5033 default_gdb_spawn.
5034 (default_gdb_start): Adjust to call default_gdb_spawn.
5035 (gdb_spawn): New procedure.
5036
5037 2014-07-14 Pedro Alves <palves@redhat.com>
5038
5039 * lib/gdb.exp (gdb_assert): New procedure.
5040 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5041
5042 2014-07-14 Pedro Alves <palves@redhat.com>
5043
5044 * gdb.base/execution-termios.c: New file.
5045 * gdb.base/execution-termios.exp: New file.
5046
5047 2014-07-14 Tom Tromey <tromey@redhat.com>
5048
5049 * gdb.cp/vla-cxx.cc: New file.
5050 * gdb.cp/vla-cxx.exp: New file.
5051
5052 2014-07-14 Tom Tromey <tromey@redhat.com>
5053
5054 * gdb.reverse/rerun-prec.c: New file.
5055 * gdb.reverse/rerun-prec.exp: New file.
5056
5057 2014-07-12 Maciej W. Rozycki <macro@mips.com>
5058 Maciej W. Rozycki <macro@codesourcery.com>
5059
5060 * lib/gdb-utils.exp: New file.
5061 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5062 inline `gdb_init_command' processing.
5063 (gdb_start_cmd): Likewise.
5064 * lib/mi-support.exp (mi_run_cmd): Likewise.
5065 * README: Document `gdb_init_command' and `gdb_init_commands'.
5066
5067 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5068
5069 Fix false FAIL running under a very long directory name.
5070 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5071 and "set print elements 10000". Twice.
5072
5073 2014-07-11 Yao Qi <yao@codesourcery.com>
5074
5075 * gdb.base/exprs.exp: "set print symbol off".
5076
5077 2014-07-11 Pedro Alves <palves@redhat.com>
5078
5079 * gdb.threads/kill.c: New file.
5080 * gdb.threads/kill.exp: New file.
5081
5082 2014-07-10 Yao Qi <yao@codesourcery.com>
5083
5084 * gdb.trace/tfile.c (write_basic_trace_file)
5085 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
5086 address written to trace file.
5087
5088 2014-07-09 Pedro Alves <palves@redhat.com>
5089
5090 * gdb.base/attach-wait-input.exp: New file.
5091 * gdb.base/attach-wait-input.c: New file.
5092
5093 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5094
5095 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
5096 setting up test structures.
5097 (main): Call new test function.
5098 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
5099 test function, continue into test function and walk test
5100 structures.
5101
5102 2014-07-02 Yao Qi <yao@codesourcery.com>
5103
5104 * gdb.trace/entry-values.c: Define labels 'foo_start' and
5105 'bar_start' at the beginning of functions 'foo' and 'bar'
5106 respectively.
5107 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
5108 instead of 'foo' and 'bar'.
5109
5110 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
5111
5112 * gdb.btrace/segv.exp: New.
5113 * gdb.btrace/segv.c: New.
5114
5115 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
5116
5117 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
5118 instruction.
5119
5120 2014-06-30 Mark Wielaard <mjw@redhat.com>
5121
5122 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
5123 vulture, vilify, villar): New volatile array constants.
5124 (vindictive, vegetation): New const volatile array constants.
5125 * gdb.base/volatile.exp: Test volatile and const volatile array
5126 types.
5127
5128 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5129
5130 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
5131 target lacks support for awatch, rwatch, or hbreak.
5132
5133 2014-06-27 Yao Qi <yao@codesourcery.com>
5134
5135 * gdb.multi/dummy-frame-restore.exp: New.
5136 * gdb.multi/dummy-frame-restore.c: New.
5137
5138 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
5139
5140 * gdb.btrace/gcore.exp: New.
5141
5142 2014-06-23 Pedro Alves <palves@redhat.com>
5143
5144 * gdb.base/watchpoint-reuse-slot.c: New file.
5145 * gdb.base/watchpoint-reuse-slot.exp: New file.
5146
5147 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
5148
5149 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
5150 progspace's filename in 'info', 'enable' and 'disable' command
5151 tests.
5152
5153 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5154
5155 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
5156 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5157 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
5158
5159 2014-06-20 Gary Benson <gbenson@redhat.com>
5160
5161 * gdb.arch/i386-avx.exp: Fix include file location.
5162 * gdb.arch/i386-sse.exp: Likewise.
5163
5164 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
5165
5166 * gdb.dlang/expression.exp: New file.
5167
5168 2014-06-19 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
5171 out from ...
5172 (top level): ... here. Iterate running tests under different
5173 scheduler-locking settings.
5174
5175 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
5176
5177 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
5178 to DW_FORM_addr and use non-zero addresses.
5179
5180 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
5181
5182 PR gdb/17017
5183 * gdb.python/py-xmethods.cc: Add global function call counters and
5184 increment them in their respective functions. Remove "cout"
5185 statements.
5186 * gdb.python/py-xmethods.exp: Make tests check the global function
5187 call counters instead of depending on inferior IO.
5188
5189 2014-06-18 Don Breazeal <donb@codesourcery.com>
5190
5191 * gdb.base/foll-fork.exp (default_fork_parent_follow):
5192 Deleted procedure.
5193 (explicit_fork_parent_follow): Deleted procedure.
5194 (explicit_fork_child_follow): Deleted procedure.
5195 (test_follow_fork): New procedure.
5196 (do_fork_tests): Replace calls to deleted procedures with
5197 calls to test_follow_fork and reset GDB for subsequent
5198 procedure calls.
5199
5200 2014-06-17 Yao Qi <yao@codesourcery.com>
5201
5202 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
5203 CP1252.
5204
5205 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
5206
5207 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
5208 Initialize ptr and S explicitly.
5209 (skip_type_update_when_not_use_rtti_test): Likewise.
5210
5211 2014-06-16 Keith Seitz <keiths@redhat.com>
5212
5213 PR mi/15863
5214 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
5215 the inferior is started.
5216
5217 2014-06-16 Pedro Alves <palves@redhat.com>
5218
5219 * gdb.base/break-main-file-remove-fail.c: New file.
5220 * gdb.base/break-main-file-remove-fail.exp: New file.
5221 * gdb.base/break-unload-file.exp: Use build_executable instead of
5222 prepare_for_testing.
5223 (test_break): New parameter "initial_load". Handle it.
5224 (top level): Add initial_load cmdline/file axis.
5225
5226 2014-06-12 Tom Tromey <tromey@redhat.com>
5227
5228 * gdb.base/completion.exp: Don't use directory name in test.
5229
5230 2014-06-09 Gary Benson <gbenson@redhat.com>
5231
5232 * gdb.base/sigall.c [Functions to send signals]: Reorder to
5233 separate the always-available ANSI-standard signals from the
5234 signals that require checking.
5235 (main): Likewise.
5236 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
5237 Likewise.
5238 (main): Likewise.
5239
5240 2014-06-07 Keith Seitz <keiths@redhat.com>
5241
5242 Revert:
5243 PR c++/16253
5244 * gdb.cp/var-tag.cc: New file.
5245 * gdb.cp/var-tag.exp: New file.
5246 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5247 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5248 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5249 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5250
5251 2014-06-06 Doug Evans <xdje42@gmail.com>
5252
5253 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
5254
5255 2014-06-06 Pedro Alves <palves@redhat.com>
5256
5257 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5258 in target debug output instead of looking at RSP packets,
5259 disabling the test on any target that uses hardware stepping.
5260 Update comments.
5261
5262 2014-06-06 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.base/break-unload-file.exp: Fix typo.
5265
5266 2014-06-06 Yao Qi <yao@codesourcery.com>
5267
5268 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5269 from "jit_function" to "^jit_function".
5270
5271 2014-06-06 Yao Qi <yao@codesourcery.com>
5272
5273 * gdb.base/async.c (foo): Add one statement.
5274 * gdb.base/async.exp: Get the next instruction address and
5275 match the output of "nexti" by instruction address. Match
5276 the hex address in the output of "finish".
5277
5278 2014-06-06 Gary Benson <gbenson@redhat.com>
5279
5280 * gdb.base/call-signals.c: Remove preprocessor conditionals
5281 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5282 SIGSEGV and SIGTERM.
5283 * gdb.base/sigall.c: Likewise.
5284 * gdb.base/unwindonsignal.c: Likewise.
5285 * gdb.reverse/sigall-reverse.c: Likewise.
5286
5287 2014-06-06 Yao Qi <yao@codesourcery.com>
5288
5289 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
5290 readable, skip the test.
5291
5292 2014-06-06 Yao Qi <yao@codesourcery.com>
5293
5294 * gdb.threads/staticthreads.c (thread_function): Move the line
5295 setting breakpoint on forward.
5296 * gdb.threads/staticthreads.exp: Update comments.
5297
5298 2014-06-05 Ludovic Courtès <ludo@gnu.org>
5299
5300 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5301 "history-append! type error".
5302
5303 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
5304
5305 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
5306 erroneous dprintf expected input.
5307
5308 2014-06-04 Doug Evans <xdje42@gmail.com>
5309
5310 * gdb.guile/scm-generics.exp: Delete.
5311
5312 2014-06-04 Doug Evans <xdje42@gmail.com>
5313
5314 * gdb.guile/scm-breakpoint.exp: Update.
5315 Add tests for breakpoint registration.
5316
5317 2014-06-04 Tom Tromey <tromey@redhat.com>
5318
5319 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
5320 VLA-in-union.
5321 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
5322 inner_vla_struct, vla_union types. Initialize objects of those
5323 types and compute their sizes.
5324
5325 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
5326 Hui Zhu <hui@codesourcery.com>
5327
5328 * gdb.base/fileio.exp: Add test for shell not available as well as
5329 available.
5330 * gdb.base/fileio.c (test_system): Check for shell twice.
5331
5332 2014-06-04 Yao Qi <yao@codesourcery.com>
5333
5334 * gdb.base/auto-connect-native-target.exp: Remove redundant
5335 space from the regexp pattern.
5336
5337 2014-06-04 Yao Qi <yao@codesourcery.com>
5338
5339 * gdb.base/default.exp: Replace "child" with "native" in
5340 regexp pattern.
5341
5342 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
5343
5344 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
5345 * gdb.python/py-xmethods.exp: New tests to test xmethods.
5346 * gdb.python/py-xmethods.py: Python script supporting the
5347 new testcase and tests.
5348
5349 2014-06-03 Joel Brobecker <brobecker@adacore.com>
5350 Pedro Alves <palves@redhat.com>
5351
5352 PR breakpoints/17000
5353 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
5354 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
5355
5356 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
5357
5358 * gdb.base/subst.exp: Add tests to verify partial path matching
5359 output.
5360
5361 2014-06-03 Pedro Alves <palves@redhat.com>
5362
5363 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
5364 target that doesn't use software single-stepping.
5365
5366 2014-06-03 Pedro Alves <palves@redhat.com>
5367
5368 PR breakpoints/17000
5369 * gdb.base/sss-bp-on-user-bp-2.c: New file.
5370 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
5371
5372 2014-06-02 Doug Evans <xdje42@gmail.com>
5373
5374 * gdb.guile/scm-parameter.exp: New file.
5375
5376 2014-06-02 Doug Evans <xdje42@gmail.com>
5377
5378 * gdb.guile/scm-cmd.c: New file.
5379 * gdb.guile/scm-cmd.exp: New file.
5380
5381 2014-06-02 Doug Evans <xdje42@gmail.com>
5382
5383 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
5384 pretty-printer lookup.
5385 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
5386 (make-pp_s-printer): Call it.
5387 (make-pretty-printer-from-dict): New function.
5388 (lookup-pretty-printer-maker-from-dict): New function.
5389 (*pretty-printer*): Simplify.
5390 (make-objfile-pp_s-printer): New function.
5391 (install-objfile-pretty-printers!): New function.
5392 (make-progspace-pp_s-printer): New function.
5393 (install-progspace-pretty-printers!): New function.
5394 * gdb.guile/scm-progspace.c: New file.
5395 * gdb.guile/scm-progspace.exp: New file.
5396
5397 2014-06-02 Pedro Alves <palves@redhat.com>
5398
5399 * gdb.base/dprintf-bp-same-addr.c: New file.
5400 * gdb.base/dprintf-bp-same-addr.exp: New file.
5401
5402 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5403
5404 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
5405 * gdb.arch/powerpc-power.s: Likewise.
5406
5407 2014-06-02 Joel Brobecker <brobecker@adacore.com>
5408
5409 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
5410
5411 2014-06-01 Yao Qi <yao@codesourcery.com>
5412
5413 * gdb.base/watchpoint.exp (test_watch_location): Check null
5414 pointer can be dereferenced. If not, do the test, otherwise
5415 skip it.
5416
5417 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
5418
5419 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
5420 results.
5421 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
5422
5423 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
5424
5425 * gdb.arch/amd64-invalid-stack-middle.S: New file.
5426 * gdb.arch/amd64-invalid-stack-middle.c: New file.
5427 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
5428 * gdb.arch/amd64-invalid-stack-top.c: New file.
5429 * gdb.arch/amd64-invalid-stack-top.exp: New file.
5430
5431 2014-05-30 Pedro Alves <palves@redhat.com>
5432
5433 PR breakpoints/17000
5434 * gdb.base/sss-bp-on-user-bp.c: New file.
5435 * gdb.base/sss-bp-on-user-bp.exp: New file.
5436
5437 2014-05-30 David Blaikie <dblaikie@gmail.com>
5438
5439 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
5440 gnu_inline semantics via attribute.
5441 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
5442 source explicitly specifies the required semantics.
5443
5444 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5445
5446 * gdb.reverse/sigall-reverse.exp: Fix a typo.
5447
5448 2014-05-29 Pedro Alves <palves@redhat.com>
5449 Tom Tromey <tromey@redhat.com>
5450
5451 * gdb.base/async-shell.exp: Don't enable target-async.
5452 * gdb.base/async.exp
5453 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
5454 parameter. Adjust.
5455 (top level): Don't test with "target-async".
5456 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
5457 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
5458 * gdb.base/inferior-died.exp: Don't enable target-async.
5459 * gdb.base/interrupt-noterm.exp: Likewise.
5460 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
5461 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5462 * gdb.mi/mi-nonstop.exp: Likewise.
5463 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5464 * gdb.mi/mi-nsintrall.exp: Likewise.
5465 * gdb.mi/mi-nsmoribund.exp: Likewise.
5466 * gdb.mi/mi-nsthrexec.exp: Likewise.
5467 * gdb.mi/mi-watch-nonstop.exp: Likewise.
5468 * gdb.multi/watchpoint-multi.exp: Adjust comment.
5469 * gdb.python/py-evsignal.exp: Don't enable target-async.
5470 * gdb.python/py-evthreads.exp: Likewise.
5471 * gdb.python/py-prompt.exp: Likewise.
5472 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
5473 * gdb.server/solib-list.exp: Don't enable target-async.
5474 * gdb.threads/thread-specific-bp.exp: Likewise.
5475 * lib/mi-support.exp: Adjust to use mi-async.
5476
5477 2014-05-29 Pedro Alves <palves@redhat.com>
5478
5479 PR gdb/13860
5480 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
5481 reason, even in sync mode.
5482
5483 2014-05-29 Pedro Alves <palves@redhat.com>
5484 Hui Zhu <hui@codesourcery.com>
5485
5486 PR PR15693
5487 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
5488 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
5489 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
5490 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
5491
5492 2014-05-28 Joel Brobecker <brobecker@adacore.com>
5493
5494 * config/monitor.exp (gdb_target_monitor): Replace use of
5495 "set remotebaud" by "set serial baud".
5496
5497 2014-05-26 Andy Wingo <wingo@igalia.com>
5498
5499 * gdb.guile/scm-breakpoint.exp:
5500 * gdb.guile/scm-gsmob.exp: Update to use plain old object
5501 properties instead of gdb-object-properties.
5502
5503 2014-05-26 Yao Qi <yao@codesourcery.com>
5504
5505 * gdb.server/no-thread-db.exp: Specify source file name
5506 explicitly when setting a breakpoint.
5507
5508 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5509
5510 * gdb.btrace/vdso.c: New.
5511 * gdb.btrace/vdso.exp: New.
5512
5513 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5514
5515 * gdb.base/gcore.exp (capture_command_output): Move ...
5516 * lib/gdb.exp (capture_command_output): ... here.
5517
5518 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5519
5520 * gdb.btrace/data.exp: Test memory access during btrace replay.
5521
5522 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
5523
5524 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
5525
5526 2014-05-21 Pedro Alves <palves@redhat.com>
5527
5528 PR gdb/13860
5529 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
5530 (top level): Test that output related to execution commands is
5531 sent to the console with CLI commands, but not with MI commands.
5532 Test that breakpoint events are always mirrored to the console.
5533 Also expect the new source line to be output after a "next" in
5534 async mode too. Make it a pass/fail test.
5535 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
5536 output.
5537 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
5538
5539 2014-05-21 Pedro Alves <palves@redhat.com>
5540
5541 * gdb.base/list.exp (build_pattern, test_list): New procedures.
5542 Use them to test variations of "list" after reaching a breakpoint.
5543 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
5544 Test "list" with listsize 10 after reaching a breakpoint.
5545 * gdb.python/python.exp (decode_line current location line
5546 number): Adjust expected line number.
5547
5548 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
5549
5550 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
5551 behavior for $args, pass it directly to "run".
5552
5553 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
5554
5555 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
5556 30000 to 65536.
5557
5558 2014-05-21 Pedro Alves <palves@redhat.com>
5559
5560 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
5561 auto-connect-native-target off".
5562 * gdb.base/auto-connect-native-target.c: New file.
5563 * gdb.base/auto-connect-native-target.exp: New file.
5564
5565 2014-05-21 Pedro Alves <palves@redhat.com>
5566
5567 * gdb.base/default.exp: Test "target native" instead of "target
5568 child".
5569
5570 2014-05-21 Mark Wielaard <mjw@redhat.com>
5571
5572 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5573
5574 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5575
5576 Fix TLS access for -static -pthread.
5577 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
5578 <HAVE_TLS> (thread_function, main): Initialize it.
5579 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
5580 Add clean_restart.
5581 <$have_tls != "">: Check TLSVAR.
5582
5583 2014-05-21 Pedro Alves <palves@redhat.com>
5584
5585 * gdb.base/dcache-line-read-error.c: New.
5586 * gdb.base/dcache-line-read-error.exp: New.
5587
5588 2014-05-20 Pedro Alves <palves@redhat.com>
5589
5590 * gdb.base/compare-sections.c: New file.
5591 * gdb.base/compare-sections.exp: New file.
5592
5593 2014-05-20 Pedro Alves <palves@redhat.com>
5594
5595 * gdb.base/break-idempotent.c: New file.
5596 * gdb.base/break-idempotent.exp: New file.
5597
5598 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
5599
5600 * gdb.btrace/nohist.exp: New.
5601
5602 2014-05-20 Yao Qi <yao@codesourcery.com>
5603
5604 * lib/gdb.exp (gdb_init): Set timeout if test file is under
5605 gdb.reverse directory and gdb_reverse_timeout exists in board
5606 setting.
5607 * README: Document gdb_reverse_timeout.
5608
5609 2014-05-20 Yao Qi <yao@codesourcery.com>
5610
5611 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
5612 'test_file_name'. Treat args as a string instead of a list.
5613 (gdb_init): Rename argument 'args' by 'test_file_name'.
5614
5615 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5616
5617 * gdb.arch/powerpc-power.exp: New file.
5618 * gdb.arch/powerpc-power.s: New file.
5619
5620 2014-05-16 Doug Evans <dje@google.com>
5621
5622 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
5623 * gdb.base/completion.exp: Check that all expected files exist
5624 before doing file completion.
5625
5626 2014-05-16 Doug Evans <dje@google.com>
5627
5628 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
5629 Update.
5630 (do_syscall_tests_without_xml): Update.
5631
5632 2014-05-16 Pedro Alves <palves@redhat.com>
5633
5634 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
5635 instead of "unknown output after running".
5636
5637 2014-05-16 Yao Qi <yao@codesourcery.com>
5638
5639 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
5640 file1.txt from host at the end.
5641 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5642
5643 2014-05-15 Doug Evans <dje@google.com>
5644
5645 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
5646 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
5647 loading file. Add test for TU lookup.
5648
5649 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5650
5651 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
5652 calling "-exec-arguments" or "set args" before running the
5653 inferior.
5654
5655 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5656
5657 * lib/mi-support.exp (mi_expect_stop): Expect message for
5658 inferiors that exit with non-zero exit code.
5659
5660 2014-05-14 Yao Qi <yao@codesourcery.com>
5661
5662 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
5663 match absolute path on remote host.
5664 (test_file_list_exec_source_files): Remove "/" from the
5665 pattern.
5666
5667 2014-05-14 Yao Qi <yao@codesourcery.com>
5668
5669 * boards/local-remote-host-notty.exp (${board}_file): New
5670 proc.
5671
5672 2014-05-07 Kyle McMartin <kyle@redhat.com>
5673
5674 Pushed by Joel Brobecker <brobecker@adacore.com>.
5675 * gdb.arch/aarch64-atomic-inst.c: New file.
5676 * gdb.arch/aarch64-atomic-inst.exp: New file.
5677
5678 2014-05-07 Yao Qi <yao@codesourcery.com>
5679
5680 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
5681 in current context" too.
5682
5683 2014-05-05 Keith Seitz <keiths@redhat.com>
5684
5685 * gdb.linespec/ls-dollar.exp: Add test for linespec
5686 file:convenience_variable.
5687
5688 2014-05-05 Yao Qi <yao@codesourcery.com>
5689
5690 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
5691 traceframes into tfile and ctf trace files. Read data from
5692 trace file and test collected data.
5693 (gdb_collect_locals_test): Likewise.
5694 (gdb_unavailable_registers_test): Likewise.
5695 (gdb_unavailable_floats): Likewise.
5696 (gdb_collect_globals_test): Likewise.
5697 (top-level): Append "ctf" to trace_file_targets if GDB
5698 supports.
5699
5700 2014-05-05 Yao Qi <yao@codesourcery.com>
5701
5702 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
5703 code to ...
5704 (gdb_collect_args_test_1): ... it. New proc.
5705 (gdb_collect_locals_test): Move some code to ...
5706 (gdb_collect_locals_test_1): ... it. New proc.
5707 (gdb_unavailable_registers_test): Move some code to ...
5708 (gdb_unavailable_registers_test_1): ... it. New proc.
5709 (gdb_unavailable_floats): Move some code to ...
5710 (gdb_unavailable_floats_1): ... it. New proc.
5711
5712 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5713
5714 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
5715 probes to test for bitness recognition.
5716 * gdb.arch/amd64-stap-optional-prefix.exp
5717 (test_probe_value_without_reg): New procedure.
5718 Add code to test for different kinds of bitness.
5719
5720 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5721
5722 PR breakpoints/16889
5723 * gdb.arch/amd64-stap-optional-prefix.S: New file.
5724 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5725
5726 2014-05-01 Pedro Alves <palves@redhat.com>
5727
5728 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
5729 gdb_file_cmd if no file is specified.
5730 * boards/native-extended-gdbserver.exp (gdb_load): Use the
5731 last_loaded_file to set the remote exec-file.
5732
5733 2014-05-01 Pedro Alves <palves@redhat.com>
5734
5735 * boards/local-remote-host.exp: New file.
5736
5737 2014-05-01 Pedro Alves <palves@redhat.com>
5738
5739 * boards/local-remote-host.exp: Rename to ...
5740 * boards/local-remote-host-notty.exp: ... this.
5741
5742 2014-04-28 Joel Brobecker <brobecker@adacore.com>
5743
5744 * gdb.ada/dyn_arrayidx: New testcase.
5745
5746 2014-04-26 Yao Qi <yao@codesourcery.com>
5747
5748 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
5749 and compute the length of function main. Save it in
5750 $main_length.
5751 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
5752 (top-level): Use gdb_compile to compile objects into
5753 executable and restart GDB. Remove invocation to
5754 prepare_for_testing.
5755
5756 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
5757 Pedro Alves <palves@redhat.com>
5758
5759 PR server/16255
5760 * gdb.multi/multi-attach.c: New file.
5761 * gdb.multi/multi-attach.exp: New file.
5762
5763 2014-04-25 Pedro Alves <palves@redhat.com>
5764
5765 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
5766 user.
5767 (top level): Test that "set remote conditional-breakpoints-packet
5768 off" works as intended.
5769 * gdb.base/dprintf.exp: Test that "set remote
5770 breakpoint-commands-packet off" works as intended.
5771 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
5772 New function.
5773 (top level): Call it.
5774 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
5775 remote fast-tracepoints-packet off" works as intended.
5776 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
5777 * lib/gdb.exp (gdb_is_target_remote): ... here.
5778
5779 2014-04-24 David Blaikie <dblaikie@gmail.com>
5780
5781 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
5782 ensure clang would not discard them.
5783 * gdb.base/gdbvars.c: Ditto.
5784 * gdb.base/memattr.c: Ditto.
5785 * gdb.base/whatis.c: Ditto.
5786 * gdb.python/py-prettyprint.c: Ditto.
5787 * gdb.trace/actions.c: Ditto.
5788 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
5789 ensure clang would not discard it.
5790
5791 2014-04-24 David Blaikie <dblaikie@gmail.com>
5792
5793 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
5794 clang to emit the full definition of type required by the test
5795 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
5796
5797 2014-04-24 David Blaikie <dblaikie@gmail.com>
5798
5799 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
5800 coax Clang into emitting the definition of the type.
5801 * gdb.cp/pr10728-x.h (y): Ditto.
5802 * gdb.cp/pr10728-y.cc (y): Ditto.
5803
5804 2014-04-24 David Blaikie <dblaikie@gmail.com>
5805
5806 * gdb.base/label.exp: XFAIL label related tests under Clang.
5807 * gdb.cp/cplabel.exp: Ditto.
5808 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
5809 under Clang those using labels.
5810
5811 2014-04-25 Yao Qi <yao@codesourcery.com>
5812
5813 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
5814 double_label.
5815 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
5816 partial_label and double_label.
5817
5818 2014-04-24 David Blaikie <dblaikie@gmail.com>
5819
5820 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
5821
5822 2014-04-24 David Blaikie <dblaikie@gmail.com>
5823
5824 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
5825 of the function to work across GCC and Clang.
5826 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
5827 pointer types (const void ** const V void **).
5828
5829 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
5830 Walfred Tedeschi <walfred.tedeschi@intel.com>
5831
5832 * Makefile.in (EXECUTABLES): Added i386-avx512.
5833 * gdb.arch/i386-avx512.c: New file.
5834 * gdb.arch/i386-avx512.exp: Likewise.
5835
5836 2014-04-23 Keith Seitz <keiths@redhat.com>
5837
5838 * lib/mi-support.exp (mi_list_breakpoints): Delete.
5839 (mi_make_breakpoint_table): New procedure.
5840 (mi_create_breakpoint): Use mi_make_breakpoint
5841 and return the result.
5842 (mi_make_breakpoint): New procedure.
5843 (mi_build_kv_pairs): New procedure.
5844
5845 * gdb.mi/mi-break.exp: Remove unused globals,
5846 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5847 All callers updated.
5848 * gdb.mi/mi-dprintf.exp: Use variable to track command
5849 number.
5850 Update all callers of mi_create_breakpoint and use
5851 mi_make_breakpoint_table.
5852 Remove any unused global variables.
5853 * gdb.mi/mi-nonstop.exp: Likewise.
5854 * gdb.mi/mi-nsintrall.exp: Likewise.
5855 * gdb.mi/mi-nsmoribund.exp: Likewise.
5856 * gdb.mi/mi-nsthrexec.exp: Likewise.
5857 * gdb.mi/mi-reverse.exp: Likewise.
5858 * gdb.mi/mi-simplerun.exp: Likewise.
5859 * gdb.mi/mi-stepn.exp: Likewise.
5860 * gdb.mi/mi-syn-frame.exp: Likewise.
5861 * gdb.mi/mi-until.exp: Likewise.
5862 * gdb.mi/mi-var-cp.exp: Likewise.
5863 * gdb.mi/mi-var-display.exp: Likewise.
5864 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5865 * gdb.mi/mi2-var-child.exp: Likewise.
5866 * gdb.mi/mi-vla-c99.exp: Likewise.
5867 * lib/mi-support.exp: Likewise.
5868
5869 From Ian Lance Taylor <iant@cygnus.com>:
5870 * lib/gdb.exp (parse_args): New procedure.
5871
5872 2014-04-23 Pedro Alves <palves@redhat.com>
5873
5874 * gdb.base/break-unload-file.c: New file.
5875 * gdb.base/break-unload-file.exp: New file.
5876 * gdb.base/sym-file-lib.c (baz): New function.
5877 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5878 field.
5879 (load): Store the segment's mapped size.
5880 (unload): New function.
5881 (unload_shlib): New function.
5882 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5883 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5884 set a breakpoint at baz, and call it.
5885 * gdb.base/sym-file.exp: New tests for stale breakpoint
5886 instructions.
5887
5888 2014-04-23 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5891 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5892 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5893 * gdb.base/hbreak-unmapped.c: New file.
5894 * gdb.base/hbreak-unmapped.exp: New file.
5895 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5896 * lib/gdb.exp (gdb_is_target_remote): ... here.
5897
5898 2014-04-22 Pedro Alves <palves@redhat.com>
5899
5900 * gdb.base/consecutive-step-over.c: New file.
5901 * gdb.base/consecutive-step-over.exp: New file.
5902
5903 2014-04-22 Pedro Alves <palves@redhat.com>
5904
5905 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5906 instead of send_gdb/gdb_expect.
5907
5908 2014-04-22 Yao Qi <yao@codesourcery.com>
5909
5910 * lib/trace-support.exp (generate_tracefile): New procedure.
5911 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5912 return 0.
5913 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5914 if generate_tracefile returns 1.
5915
5916 2014-04-18 Tom Tromey <palves@redhat.com>
5917 Pedro alves <tromey@redhat.com>
5918
5919 PR backtrace/15558
5920 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5921 with a backtrace limit.
5922 * gdb.python/py-frame-inline.exp: Test running to an inline
5923 function with a backtrace limit, and printing the newest frame.
5924 * gdb.python/py-frame-inline.c (main): Call f.
5925
5926 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5927
5928 * gdb.java/jnpe.exp: Drop srcdir from untested path.
5929
5930 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5931
5932 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5933 Drop prefix from unsupported source file path.
5934
5935 2014-04-17 Yao Qi <yao@codesourcery.com>
5936
5937 * lib/gdb.exp (with_target_charset): New proc.
5938 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5939 with_target_charset.
5940 (test_print_strings): Likewise.
5941 (test_repeat_bytes): Likewise.
5942 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5943 for some tests.
5944
5945 2014-04-16 Keith Seitz <keiths@redhat.com>
5946
5947 PR gdb/15827
5948 * gdb.dwarf2/corrupt.c: New file.
5949 * gdb.dwarf2/corrupt.exp: New file.
5950
5951 2014-04-16 Keith Seitz <keiths@redhat.com>
5952
5953 PR c++/16597
5954 * gdb.cp/namelessclass.cc: New file.
5955 * gdb.cp/namelessclass.exp: New file.
5956 * gdb.cp/namelessclass.S: New file.
5957
5958 2014-04-16 Doug Evans <dje@google.com>
5959
5960 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5961 Add comment.
5962 (gdbserver_default_get_comm_port): New function.
5963 (gdbserver_start): Check if board file provided
5964 "gdbserver,get_comm_port" and use it if so.
5965 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5966 (gdb,socketport): Set to "stdio".
5967 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5968 (stdio_gdbserver_template): Delete.
5969 (${board}_get_remote_address): Update.
5970 (${board}_build_remote_cmd): Delete.
5971 (${board}_get_comm_port): New function.
5972 (${board}_spawn): Update.
5973 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5974 Delete.
5975 (${board}_get_remote_address): Update.
5976 (${board}_get_comm_port): New function.
5977
5978 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
5979
5980 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5981 appearing in any order.
5982
5983 2014-04-15 Doug Evans <dje@google.com>
5984
5985 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5986 uninitialized value of "description".
5987
5988 2014-04-15 Keith Seitz <keiths@redhat.com>
5989
5990 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5991 Remove unused globals.
5992 (test_running_the_program): Likewise.
5993 (test_controlled_execution): Likewise.
5994 (test_controlling_breakpoints): Likewise.
5995 (test_program_termination): Likewise.
5996
5997 2014-04-15 Keith Seitz <keiths@redhat.com>
5998
5999 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6000 unused globals.
6001 (test_rbreak_creation_and_listing): Likewise.
6002 (test_ignore_count): Likewise.
6003 (test_error): Likewise.
6004
6005 2014-04-15 Pedro Alves <palves@redhat.com>
6006
6007 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6008 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6009 sym-file-loader.c.
6010 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6011 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6012 to sym-file-loader.c.
6013 (struct library): Forward declare.
6014 (load_shlib, lookup_function): Change prototypes.
6015 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6016 (translate_offset): Remove declarations.
6017 (get_text_addr): New declaration.
6018 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6019 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6020 sym-file-loader.h.
6021 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6022 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6023 here from sym-file-loader.h.
6024 (struct library): New structure.
6025 (load_shlib, lookup_function): Change prototypes and adjust to
6026 work with a struct library.
6027 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6028 (translate_offset): Make static.
6029 (get_text_addr): New function.
6030 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6031
6032 2014-04-15 Pedro Alves <palves@redhat.com>
6033
6034 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6035
6036 2014-04-15 Pedro Alves <palves@redhat.com>
6037
6038 * gdb.base/sym-file-loader.c: Include <limits.h>.
6039 (SELF_LINK): New define.
6040 (get_origin): New function.
6041 (load_shlib): Use it.
6042 * gdb.base/sym-file.exp: Don't early return if the target is
6043 remote. Use runto_main, and issue fail is that fails. Use
6044 gdb_load_shlibs.
6045 (shlib_name): Delete.
6046 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6047
6048 2014-04-15 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.base/sym-file.exp: Remove regex characters from test
6051 message. Don't refer to breakpoint numbers in test messages.
6052
6053 2014-04-14 Keith Seitz <keiths@redhat.com>
6054
6055 PR c++/16253
6056 * gdb.cp/var-tag.cc: New file.
6057 * gdb.cp/var-tag.exp: New file.
6058 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6059 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6060 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6061 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6062
6063 2014-04-14 Tom Tromey <tromey@redhat.com>
6064
6065 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6066 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6067 type.
6068 * gdb.cp/enum-class.exp: New file.
6069 * gdb.cp/enum-class.cc: New file.
6070
6071 2014-04-14 Tom Tromey <tromey@redhat.com>
6072
6073 * gdb.dwarf2/enum-type.exp: New file.
6074
6075 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6076
6077 * gdb.mi/mi-vla-c99.exp: New file.
6078 * gdb.mi/vla.c: New file.
6079
6080 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6081
6082 * gdb.base/vla-datatypes.c: New file.
6083 * gdb.base/vla-datatypes.exp: New file.
6084
6085 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6086
6087 * gdb.base/vla-ptr.c: New file.
6088 * gdb.base/vla-ptr.exp: New file.
6089
6090 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6091
6092 * gdb.dwarf2/count.exp: New file.
6093
6094 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6095
6096 * gdb.base/vla-sideeffect.c: New file.
6097 * gdb.base/vla-sideeffect.exp: New file.
6098
6099 2014-04-14 David Blaikie <dblaikie@gmail.com>
6100
6101 * gdb.mi/non-stop.c: Add return value for non-void function return
6102 statement.
6103 * gdb.threads/staticthreads.c: Ditto.
6104
6105 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
6106 Doug Evans <xdje42@gmail.com>
6107
6108 * gdb.guile/scm-value.c: Improve test case.
6109 * gdb.guile/scm-value.exp: Add new test.
6110
6111 2014-04-11 David Blaikie <dblaikie@gmail.com>
6112
6113 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
6114 override Clang's default.
6115
6116 2014-04-11 Joel Brobecker <brobecker@adacore.com>
6117
6118 Revert the following changes (regressions):
6119
6120 * gdb.base/vla-sideeffect.c: New file.
6121 * gdb.base/vla-sideeffect.exp: New file.
6122
6123 * gdb.dwarf2/count.exp: New file.
6124
6125 * gdb.base/vla-multi.c: New file.
6126 * gdb.base/vla-multi.exp: New file.
6127
6128 * gdb.base/vla-ptr.c: New file.
6129 * gdb.base/vla-ptr.exp: New file.
6130
6131 * gdb.base/vla-datatypes.c: New file.
6132 * gdb.base/vla-datatypes.exp: New file.
6133
6134 * gdb.mi/mi-vla-c99.exp: New file.
6135 * gdb.mi/vla.c: New file.
6136
6137 2014-04-11 Keith Seitz <keiths@redhat.com>
6138
6139 PR c++/16675
6140 * gdb.cp/cpsizeof.exp: New file.
6141 * gdb.cp/cpsizeof.cc: New file.
6142
6143 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6144
6145 * gdb.mi/mi-vla-c99.exp: New file.
6146 * gdb.mi/vla.c: New file.
6147
6148 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6149
6150 * gdb.base/vla-datatypes.c: New file.
6151 * gdb.base/vla-datatypes.exp: New file.
6152
6153 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6154
6155 * gdb.base/vla-ptr.c: New file.
6156 * gdb.base/vla-ptr.exp: New file.
6157
6158 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6159
6160 * gdb.base/vla-multi.c: New file.
6161 * gdb.base/vla-multi.exp: New file.
6162
6163 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6164
6165 * gdb.dwarf2/count.exp: New file.
6166
6167 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6168
6169 * gdb.base/vla-sideeffect.c: New file.
6170 * gdb.base/vla-sideeffect.exp: New file.
6171
6172 2014-04-11 Yao Qi <yao@codesourcery.com>
6173
6174 * gdb.base/completion.exp: Check file exists before running tests
6175 on file completion.
6176
6177 2014-04-10 Pedro Alves <palves@redhat.com>
6178
6179 * gdb.base/cond-eval-mode.c: New file.
6180 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
6181 prepare_for_testing to build the new file. Check result of
6182 runto_main.
6183 (test_break, test_watch): New procedures.
6184 (top level): Use them.
6185
6186 2014-04-08 Pierre Muller <muller@sourceware.org>
6187
6188 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
6189 Ctrl-V use for mingw hosts.
6190
6191 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
6192
6193 * gdb.python/py-value.c: Improve test case.
6194 * gdb.python/py-value.exp: Add new test.
6195
6196 2014-04-07 David Blaikie <dblaikie@gmail.com>
6197
6198 * lib/compiler.c: Identify the clang compiler.
6199 * lib/compiler.cc: Ditto.
6200
6201 2014-04-03 Yao Qi <yao@codesourcery.com>
6202
6203 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
6204
6205 2014-04-01 Anton Blanchard <anton@samba.org>
6206
6207 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
6208 messages unique.
6209
6210 2014-04-01 Anton Blanchard <anton@samba.org>
6211
6212 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
6213 prepare_for_testing.
6214
6215 2014-04-01 Anton Blanchard <anton@samba.org>
6216
6217 * gdb.arch/ppc64-atomic-inst.c: Remove.
6218 * gdb.arch/ppc64-atomic-inst.S: New file.
6219 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
6220
6221 2014-03-31 Doug Evans <dje@google.com>
6222
6223 * gdb.base/print-symbol-loading-lib.c: New file.
6224 * gdb.base/print-symbol-loading-main.c: New file.
6225 * gdb.base/print-symbol-loading.exp: New file.
6226
6227 2014-03-31 Yao Qi <yao@codesourcery.com>
6228
6229 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
6230
6231 2014-03-28 Joel Brobecker <brobecker@adacore.com>
6232
6233 * gdb.ada/mi_dyn_arr: New testcase.
6234
6235 2014-03-27 Doug Evans <dje@google.com>
6236
6237 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
6238
6239 2014-03-27 Yao Qi <yao@codesourcery.com>
6240
6241 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
6242 if target is nios2-*-*.
6243
6244 2014-03-26 Yao Qi <yao@codesourcery.com>
6245
6246 * lib/gdb.exp (readline_is_used): New proc.
6247 * gdb.base/completion.exp: Move tests on command complete up.
6248 Skip the rest of tests if readline is not used.
6249 * gdb.ada/complete.exp: Skp the test if readline is not
6250 used.
6251 * gdb.base/filesym.exp: Likewise.
6252 * gdb.base/macscp.exp: Likewise.
6253 * gdb.base/readline-ask.exp: Likewise.
6254 * gdb.base/readline.exp: Likewise.
6255 * gdb.python/py-cmd.exp: Likewise.
6256 * gdb.trace/tfile.exp: Likewise.
6257
6258 2014-03-26 Yao Qi <yao@codesourcery.com>
6259
6260 * gdb.base/macscp.exp: Fix code format issues.
6261
6262 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
6263
6264 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6265 * gdb.asm/powerpc64le.inc: New file.
6266
6267 2014-03-25 Pedro Alves <palves@redhat.com>
6268 Doug Evans <dje@google.com>
6269
6270 * gdb.base/source-execution.c: New file.
6271 * gdb.base/source-execution.exp: New file.
6272 * gdb.base/source-execution.gdb: New file.
6273
6274 2014-03-24 Doug Evans <dje@google.com>
6275
6276 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6277 using fission.
6278
6279 2014-03-24 Hui Zhu <hui@codesourcery.com>
6280 Pedro Alves <palves@redhat.com>
6281
6282 PR breakpoints/16101
6283 * gdb.base/dprintf.exp: Use unsupported rather than changing the
6284 test pass/fail messages. Detect missing support for dprintf when
6285 breakpoints are actually inserted.
6286 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6287 breakpoints are actually inserted.
6288 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6289 fails.
6290
6291 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6292
6293 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6294
6295 2014-03-22 Doug Evans <xdje42@gmail.com>
6296
6297 * gdb.python/python.exp (python not supported): Verify multi-line
6298 python command issues an error.
6299 * gdb.guile/guile.exp (guile not supported): Verify multi-line
6300 guile command issues an error.
6301
6302 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
6303
6304 * gdb.threads/thread-specific.exp: Handle the lack of usable
6305 $this_breakpoint and $this_thread.
6306
6307 2014-03-21 Hui Zhu <hui@codesourcery.com>
6308
6309 * gdb.base/attach.exp (do_command_attach_tests): New.
6310
6311 2014-03-20 Tom Tromey <tromey@redhat.com>
6312 Pedro Alves <palves@redhat.com>
6313
6314 PR cli/15718
6315 * gdb.base/condbreak-call-false.c: New file.
6316 * gdb.base/condbreak-call-false.exp: New file.
6317
6318 2014-03-20 Pedro Alves <palves@redhat.com>
6319
6320 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
6321 Delete.
6322 (block_signals, unblock_signals): Delete.
6323 (child_function_2, main): Remove references to deleted variable
6324 and functions.
6325
6326 2014-03-20 Pedro Alves <palves@redhat.com>
6327
6328 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
6329 Use pthread_kill to signal thread 2.
6330 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6331 Adjust to make the test send itself a signal rather than using the
6332 host's "kill" command.
6333
6334 2014-03-20 Pedro Alves <palves@redhat.com>
6335
6336 * gdb.threads/multiple-step-overs.c: New file.
6337 * gdb.threads/multiple-step-overs.exp: New file.
6338 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6339 Adjust expected infrun debug output.
6340
6341 2014-03-20 Pedro Alves <palves@redhat.com>
6342
6343 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
6344 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
6345
6346 2014-03-20 Pedro Alves <palves@redhat.com>
6347
6348 PR breakpoints/7143
6349 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
6350 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
6351 of gdb_test_multiple.
6352 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
6353 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
6354
6355 2014-03-20 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
6358 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
6359
6360 2014-03-19 Pedro Alves <palves@redhat.com>
6361
6362 * gdb.base/async.exp: Remove early return.
6363
6364 2014-03-19 Pedro Alves <palves@redhat.com>
6365
6366 * gdb.base/async.exp (step& tests): Pass explicit test messages.
6367
6368 2014-03-19 Pedro Alves <palves@redhat.com>
6369
6370 * gdb.base/async.exp (test_background): Expect \r\n after
6371 "completed." in the fail pattern.
6372
6373 2014-03-19 Pedro Alves <palves@redhat.com>
6374
6375 * gdb.base/async.exp (test_background): New procedure.
6376 Use it for all background execution command tests.
6377
6378 2014-03-19 Pedro Alves <palves@redhat.com>
6379
6380 * gdb.base/async.exp: Use prepare_for_testing.
6381
6382 2014-03-19 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
6385 the same line.
6386
6387 2014-03-19 Pedro Alves <palves@redhat.com>
6388
6389 * gdb.base/async.c (main): Add "jump here" and "until here" line
6390 marker comments.
6391 * gdb.base/async.exp (jump_here): New global.
6392 (jump& test): Use it.
6393 (until_here): New global.
6394 (until& test): Use it.
6395
6396 2014-03-19 Pedro Alves <palves@redhat.com>
6397
6398 * gdb.base/async.exp: Don't frob gdb_protocol.
6399
6400 2014-03-18 Doug Evans <xdje42@gmail.com>
6401
6402 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
6403 Fix spelling of exec-done-display.
6404
6405 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6406
6407 PR gdb/15358
6408 * gdb.base/gdb-sigterm.c: New file.
6409 * gdb.base/gdb-sigterm.exp: New file.
6410
6411 2014-03-18 Pedro Alves <palves@redhat.com>
6412
6413 PR gdb/13860
6414 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
6415 * lib/mi-support.exp (mi_expect_stop): Add special handling for
6416 solib-event.
6417
6418 2014-03-17 Joel Brobecker <brobecker@adacore.com>
6419
6420 * gdb.ada/pckd_arr_ren: New testcase.
6421
6422 2014-03-13 Doug Evans <xdje42@gmail.com>
6423
6424 PR guile/16612
6425 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
6426 collect after discarding symbols.
6427
6428 2014-03-13 Ludovic Courtès <ludo@gnu.org>
6429 Doug Evans <xdje42@gmail.com>
6430
6431 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
6432 to history survives a gc.
6433
6434 2014-03-13 Pedro Alves <palves@redhat.com>
6435
6436 * gdb.base/default.exp: Don't test "target procfs".
6437
6438 2014-03-13 Pedro Alves <palves@redhat.com>
6439
6440 * gdb.base/default.exp: Update "target child" and "target procfs"
6441 tests to not expect "Unix".
6442
6443 2014-03-12 Tom Tromey <tromey@redhat.com>
6444
6445 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
6446 New procs. Add target-async tests.
6447 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
6448 Add target-async tests.
6449
6450 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6451
6452 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
6453 'func_start' and 'func_end' for the beginning and end of the
6454 function code, respectively.
6455 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
6456 'func_end' instead of 'func' and 'main'.
6457
6458 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6459
6460 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
6461 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
6462 generate the debug info assembler source.
6463
6464 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6465
6466 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
6467 * gdb.dwarf2/arr-subrange.exp: Likewise.
6468 * gdb.dwarf2/dwz.exp: Likewise.
6469 * gdb.dwarf2/method-ptr.exp: Likewise.
6470 * gdb.dwarf2/missing-sig-type.exp: Likewise.
6471 * gdb.dwarf2/subrange.exp: Likewise.
6472 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
6473 * gdb.dwarf2/implptrpiece.exp: Likewise.
6474 * gdb.dwarf2/nostaticblock.exp: Likewise.
6475
6476 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6477
6478 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
6479 directory to absolute path name arguments.
6480
6481 2014-03-10 Joel Brobecker <brobecker@adacore.com>
6482
6483 * gdb.ada/tagged_access: New testcase.
6484
6485 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
6486
6487 * gdb.btrace/data.exp: Update expected output.
6488
6489 2014-03-06 Yao Qi <yao@codesourcery.com>
6490
6491 * gdb.trace/pr16508.exp: New file.
6492
6493 2014-03-05 Pedro Alves <palves@redhat.com>
6494
6495 PR gdb/16575
6496 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
6497 procedure.
6498 (top level): Adjust to use it. Add tests that exercise breakpoint
6499 interaction with the code-cache.
6500
6501 2014-02-26 Ludovic Courtès <ludo@gnu.org>
6502
6503 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
6504 test for 'history-append!'.
6505
6506 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6507
6508 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
6509 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
6510 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
6511 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
6512 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
6513 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
6514
6515 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6516
6517 * testsuite/gdb.python/py-pp-re-notag.c: New file.
6518 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
6519 * testsuite/gdb.python/py-pp-re-notag.p: New file.
6520
6521 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6522
6523 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
6524
6525 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6526
6527 * gdb.dwarf2/arr-stride.c: New file.
6528 * gdb.dwarf2/arr-stride.exp: New file.
6529
6530 2014-02-26 Pedro Alves <palves@redhat.com>
6531
6532 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
6533 that won't ever trigger. Make sure that GDB reports the correct
6534 breakpoint that caused the stop.
6535
6536 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6537
6538 PR gdb/16626
6539 * gdb.base/auto-load-script: New file.
6540 * gdb.base/auto-load.c: New file.
6541 * gdb.base/auto-load.exp: New file.
6542
6543 PR gdb/16626
6544 * gdb.base/auto-load.exp: Fix out-of-srctree run.
6545
6546 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6547
6548 Fix dw2-icycle.exp -fsanitize=address GDB crash.
6549 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
6550
6551 2014-02-24 Doug Evans <dje@google.com>
6552
6553 * lib/gdb.exp (run_on_host): Log error output if program fails.
6554
6555 2014-02-21 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.threads/step-after-sr-lock.c: Rename to ...
6558 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
6559 * gdb.threads/step-after-sr-lock.exp: Rename to ...
6560 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6561 ... this.
6562
6563 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
6564
6565 PR tdep/16397
6566 * gdb.arch/amd64-stap-special-operands.exp: New file.
6567 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
6568 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
6569 * gdb.arch/amd64-stap-triplet.S: Likewise.
6570 * gdb.arch/amd64-stap-triplet.c: Likewise.
6571
6572 2014-02-20 Joel Brobecker <brobecker@adacore.com>
6573
6574 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
6575 in .section pseudo-op.
6576
6577 2014-02-20 lin zuojian <manjian2006@gmail.com>
6578 Joel Brobecker <brobecker@adacore.com>
6579 Doug Evans <xdje42@gmail.com>
6580
6581 PR symtab/16581
6582 * gdb.dwarf2/dw2-icycle.S: New file.
6583 * gdb.dwarf2/dw2-icycle.c: New file.
6584 * gdb.dwarf2/dw2-icycle.exp: New file.
6585
6586 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
6587
6588 * gdb.python/py-value-cc.cc: Improve test case to enable testing
6589 operations on gdb.Value objects.
6590 * gdb.python/py-value-cc.exp: Add new test to test operations on
6591 gdb.Value objects.
6592
6593 2014-02-18 Doug Evans <dje@google.com>
6594
6595 * Makefile.in (TESTS): New variable.
6596 (expanded_tests, expanded_tests_or_none): New variables
6597 (check-single): Pass $(expanded_tests_or_none) to runtest.
6598 (check-parallel): Only run tests in $(TESTS) if non-empty.
6599 (check/no-matching-tests-found): New rule.
6600 * README: Document TESTS makefile variable.
6601
6602 2014-02-18 Doug Evans <dje@google.com>
6603
6604 * Makefile.in (check-parallel): rm -rf outputs temp.
6605
6606 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6607
6608 Fix "ERROR: no fileid for" in the testsuite.
6609 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
6610
6611 2014-02-12 Doug Evans <dje@google.com>
6612
6613 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
6614 (MISCELLANEOUS): New variable.
6615 (clean): rm -rf $(MISCELLANEOUS).
6616 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
6617 dwp live in the same directory as symlinks, with each symlink pointed
6618 to a differently named file in a different directory.
6619
6620 2014-02-11 Doug Evans <dje@google.com>
6621
6622 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
6623 of Tcl file commands.
6624
6625 2014-02-10 Mark Kettenis <kettenis@gnu.org>
6626
6627 * gdb.threads/step-after-sr-lock.exp: Avoid executing
6628 "kill -SIGUSR1 -1".
6629
6630 2014-02-10 Joel Brobecker <brobecker@adacore.com>
6631
6632 * gdb.ada/tick_length_array_enum_idx: New testcase.
6633
6634 2014-02-10 Doug Evans <xdje42@gmail.com>
6635
6636 * configure.ac (AC_OUTPUT): Add gdb.guile.
6637 * configure: Regenerate.
6638 * lib/gdb-guile.exp: New file.
6639 * lib/gdb.exp (get_target_charset): New function.
6640 * gdb.base/help.exp: Update expected output from "apropos apropos".
6641 * gdb.guile/Makefile.in: New file.
6642 * gdb.guile/guile.exp: New file.
6643 * gdb.guile/scm-arch.c: New file.
6644 * gdb.guile/scm-arch.exp: New file.
6645 * gdb.guile/scm-block.c: New file.
6646 * gdb.guile/scm-block.exp: New file.
6647 * gdb.guile/scm-breakpoint.c: New file.
6648 * gdb.guile/scm-breakpoint.exp: New file.
6649 * gdb.guile/scm-disasm.c: New file.
6650 * gdb.guile/scm-disasm.exp: New file.
6651 * gdb.guile/scm-equal.c: New file.
6652 * gdb.guile/scm-equal.exp: New file.
6653 * gdb.guile/scm-error.exp: New file.
6654 * gdb.guile/scm-error.scm: New file.
6655 * gdb.guile/scm-frame-args.c: New file.
6656 * gdb.guile/scm-frame-args.exp: New file.
6657 * gdb.guile/scm-frame-args.scm: New file.
6658 * gdb.guile/scm-frame-inline.c: New file.
6659 * gdb.guile/scm-frame-inline.exp: New file.
6660 * gdb.guile/scm-frame.c: New file.
6661 * gdb.guile/scm-frame.exp: New file.
6662 * gdb.guile/scm-generics.exp: New file.
6663 * gdb.guile/scm-gsmob.exp: New file.
6664 * gdb.guile/scm-iterator.c: New file.
6665 * gdb.guile/scm-iterator.exp: New file.
6666 * gdb.guile/scm-math.c: New file.
6667 * gdb.guile/scm-math.exp: New file.
6668 * gdb.guile/scm-objfile-script-gdb.in: New file.
6669 * gdb.guile/scm-objfile-script.c: New file.
6670 * gdb.guile/scm-objfile-script.exp: New file.
6671 * gdb.guile/scm-objfile.c: New file.
6672 * gdb.guile/scm-objfile.exp: New file.
6673 * gdb.guile/scm-ports.exp: New file.
6674 * gdb.guile/scm-pretty-print.c: New file.
6675 * gdb.guile/scm-pretty-print.exp: New file.
6676 * gdb.guile/scm-pretty-print.scm: New file.
6677 * gdb.guile/scm-section-script.c: New file.
6678 * gdb.guile/scm-section-script.exp: New file.
6679 * gdb.guile/scm-section-script.scm: New file.
6680 * gdb.guile/scm-symbol.c: New file.
6681 * gdb.guile/scm-symbol.exp: New file.
6682 * gdb.guile/scm-symtab-2.c: New file.
6683 * gdb.guile/scm-symtab.c: New file.
6684 * gdb.guile/scm-symtab.exp: New file.
6685 * gdb.guile/scm-type.c: New file.
6686 * gdb.guile/scm-type.exp: New file.
6687 * gdb.guile/scm-value-cc.cc: New file.
6688 * gdb.guile/scm-value-cc.exp: New file.
6689 * gdb.guile/scm-value.c: New file.
6690 * gdb.guile/scm-value.exp: New file.
6691 * gdb.guile/source2.scm: New file.
6692 * gdb.guile/types-module.cc: New file.
6693 * gdb.guile/types-module.exp: New file.
6694
6695 2014-02-10 Yao Qi <yao@codesourcery.com>
6696
6697 PR testsuite/16543
6698 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
6699 * configure: Regenerated.
6700 * Makefile.in: New file.
6701
6702 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
6703
6704 * gdb.python/py-framefilter.exp: Fix typo.
6705
6706 2014-02-08 Yao Qi <yao@codesourcery.com>
6707
6708 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
6709 that no =breakpoint-modified is emitted when breakpoints are
6710 modified through MI commands.
6711
6712 2014-02-07 Pedro Alves <pedro@codesourcery.com>
6713 Pedro Alves <palves@redhat.com>
6714
6715 * gdb.threads/step-after-sr-lock.c: New file.
6716 * gdb.threads/step-after-sr-lock.exp: New file.
6717
6718 2014-02-07 Pedro Alves <palves@redhat.com>
6719
6720 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
6721
6722 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6723
6724 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
6725 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
6726
6727 2014-02-06 Doug Evans <xdje42@gmail.com>
6728
6729 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
6730 output.
6731
6732 * gdb.gdb/python-interrupts.exp: New file.
6733
6734 2014-02-05 Yao Qi <yao@codesourcery.com>
6735
6736 * gdb.trace/report.exp (use_collected_data): Test the output
6737 of "info threads" and "info inferiors".
6738
6739 2014-02-05 Yao Qi <yao@codesourcery.com>
6740
6741 Revert this patch:
6742
6743 2013-05-24 Yao Qi <yao@codesourcery.com>
6744
6745 * gdb.trace/tfile.exp: Test inferior and thread.
6746
6747 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6748
6749 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
6750 on a function.
6751 * gdb.base/step-bt.c: Call hello via function pointer to make
6752 sure its first instruction is executed on powerpc64le-linux.
6753
6754 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6755
6756 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
6757
6758 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6759
6760 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
6761 of the test patterns for use on little-endian systems.
6762
6763 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6764
6765 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
6766 (decimal_vector): Fix for little-endian.
6767
6768 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
6769
6770 * gdb.arch/sparc-sysstep.exp: New file.
6771 * gdb.arch/sparc-sysstep.c: Likewise.
6772
6773 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
6774
6775 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6776
6777 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
6778
6779 2014-01-23 Tom Tromey <tromey@redhat.com>
6780
6781 * gdb.ada/array_char_idx: New testcase.
6782
6783 2014-01-23 Tom Tromey <tromey@redhat.com>
6784
6785 PR python/16487:
6786 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
6787 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
6788 classes.
6789
6790 2014-01-23 Tom Tromey <tromey@redhat.com>
6791
6792 PR python/16491:
6793 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
6794 string from an inferior frame.
6795 * gdb.python/py-framefilter-mi.exp: Update.
6796
6797 2014-01-22 Doug Evans <dje@google.com>
6798
6799 * gdb.server/server-mon.exp: Add tests for "set debug-format".
6800
6801 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6802
6803 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
6804
6805 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6806
6807 * gdb.trace/entry-values.exp: Remove excess space character from
6808 regex patterns. Handle s390 call instruction.
6809
6810 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6811
6812 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
6813 define "*_start" label. Make "name" static.
6814 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
6815 ${name} by references to ${name}_start.
6816
6817 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6818
6819 * gdb.base/info-macros.exp: Remove "debug" from the compile
6820 options.
6821
6822 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6823
6824 * gdb.dlang/demangle.exp: New file.
6825
6826 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6827
6828 * gdb.dlang/primitive-types.exp: New file.
6829
6830 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6831
6832 * configure.ac: Create gdb.dlang/Makefile.
6833 * configure: Regenerate.
6834 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
6835 * gdb.dlang/Makefile.in: New file.
6836 * lib/d-support.exp: New file.
6837 * lib/gdb.exp (skip_d_tests): New proc.
6838
6839 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6840
6841 * gdb.btrace/delta.exp: Check reverse stepi.
6842 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
6843 * gdb.btrace/finish.exp: New.
6844 * gdb.btrace/next.exp: New.
6845 * gdb.btrace/nexti.exp: New.
6846 * gdb.btrace/record_goto.c: Add comments.
6847 * gdb.btrace/step.exp: New.
6848 * gdb.btrace/stepi.exp: New.
6849 * gdb.btrace/multi-thread-step.c: New.
6850 * gdb.btrace/multi-thread-step.exp: New.
6851 * gdb.btrace/rn-dl-bind.c: New.
6852 * gdb.btrace/rn-dl-bind.exp: New.
6853 * gdb.btrace/data.c: New.
6854 * gdb.btrace/data.exp: New.
6855 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6856
6857 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6858
6859 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6860 * gdb.btrace/exception.exp: Update.
6861 * gdb.btrace/instruction_history.exp: Update.
6862 * gdb.btrace/record_goto.exp: Update.
6863 * gdb.btrace/tailcall.exp: Update.
6864 * gdb.btrace/unknown_functions.exp: Update.
6865 * gdb.btrace/delta.exp: New.
6866
6867 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6868
6869 * gdb.btrace/record_goto.exp: Add backtrace test.
6870 * gdb.btrace/tailcall.exp: Add backtrace test.
6871
6872 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6873
6874 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6875 * gdb.btrace/record_goto.c: New.
6876 * gdb.btrace/record_goto.exp: New.
6877 * gdb.btrace/x86-record_goto.S: New.
6878
6879 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6880
6881 * gdb.btrace/function_call_history.exp: Update tests.
6882 * gdb.btrace/instruction_history.exp: Update tests.
6883
6884 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6885
6886 * gdb.btrace/function_call_history.exp: Fix expected field
6887 order for "record function-call-history".
6888 Add new tests for "record function-call-history /c".
6889 * gdb.btrace/exception.cc: New.
6890 * gdb.btrace/exception.exp: New.
6891 * gdb.btrace/tailcall.exp: New.
6892 * gdb.btrace/x86-tailcall.S: New.
6893 * gdb.btrace/x86-tailcall.c: New.
6894 * gdb.btrace/unknown_functions.c: New.
6895 * gdb.btrace/unknown_functions.exp: New.
6896 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6897
6898 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6899
6900 * gdb.btrace/instruction_history.exp: Update.
6901 * gdb.btrace/function_call_history.exp: Update.
6902
6903 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6904
6905 * gdb.btrace/function_call_history.exp: Fix expected function
6906 trace.
6907 * gdb.btrace/instruction_history.exp: Initialize traced.
6908 Remove traced_functions.
6909
6910 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6911
6912 * gdb.btrace/function_call_history.exp: Update
6913 * gdb.btrace/instruction_history.exp: Update.
6914
6915 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6916
6917 * gdb.btrace/enable.exp: Update expected text.
6918
6919 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6920
6921 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6922 bytes.
6923
6924 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
6925
6926 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6927
6928 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
6929
6930 * lib/gdb.exp (supports_process_record): Return true for
6931 arm*-linux*. (supports_reverse): Likewise.
6932
6933 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
6934
6935 PR python/15464
6936 PR python/16113
6937 * gdb.python/py-type.c: Enhance test case.
6938 * gdb.python/py-value-cc.cc: Likewise
6939 * gdb.python/py-type.exp: Add new tests.
6940 * gdb.python/py-value-cc.exp: Likewise
6941
6942 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6943 Pedro Alves <palves@redhat.com>
6944
6945 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6946 Make "name" extern.
6947 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6948 references to ${name}_start by references to ${name}.
6949
6950 2014-01-10 Joel Brobecker <brobecker@adacore.com>
6951
6952 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6953
6954 2014-01-10 Joel Brobecker <brobecker@adacore.com>
6955
6956 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6957
6958 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
6959 Pedro Alves <palves@redhat.com>
6960
6961 * gdb.mi/mi-info-os.exp: Connect to the target with
6962 mi_gdb_target_load.
6963
6964 2014-01-08 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.threads/reconnect-signal.c: New file.
6967 * gdb.threads/reconnect-signal.exp: New file.
6968
6969 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6970
6971 * gdb.base/source-dir.exp: New file.
6972
6973 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6974
6975 * gdb.ada/mi_interface: New testcase.
6976
6977 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6978
6979 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6980 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6981 gdb.ada/pp-rec-component/pck.ads: New files.
6982
6983 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6984
6985 * gdb.python/py-pp-integral.c: New file.
6986 * gdb.python/py-pp-integral.py: New file.
6987 * gdb.python/py-pp-integral.exp: New file.
6988
6989 For older changes see ChangeLog-1993-2013.
6990 \f
6991 ;; Local Variables:
6992 ;; mode: change-log
6993 ;; left-margin: 8
6994 ;; fill-column: 74
6995 ;; version-control: never
6996 ;; End:
6997
6998 Copyright 2014-2015 Free Software Foundation, Inc.
6999 Copying and distribution of this file, with or without modification,
7000 are permitted provided the copyright notice and this notice are preserved.
This page took 0.166883 seconds and 5 git commands to generate.