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