Fix set up of queue-signal.exp test.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-09-14 Doug Evans <xdje42@gmail.com>
2
3 * gdb.threads/queue-signal.c (thread_count): New variable.
4 (thread_count_mutex, thread_count_condvar): New variables.
5 (incr_thread_count, wait_all_threads_running): New functions.
6 (main): Wait for all threads to be in their thread functions.
7
8 2014-09-13 Doug Evans <xdje42@gmail.com>
9
10 * gdb.threads/queue-signal.c: New file.
11 * gdb.threads/queue-signal.exp: New file.
12
13 2014-09-13 Doug Evans <xdje42@gmail.com>
14
15 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16 be consistent with what default_gdb_init uses.
17 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18 the plain text of the prompt. Add some logging printfs.
19 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
20
21 2014-09-12 Pedro Alves <palves@redhat.com>
22
23 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
24 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
25 * gdb.arch/i386-size-overlap.exp: Likewise.
26 * gdb.arch/i386-size.exp: Likewise.
27 * gdb.arch/i386-unwind.exp: Likewise.
28 * gdb.base/a2-run.exp: Likewise.
29 * gdb.base/break.exp: Likewise.
30 * gdb.base/charset.exp: Likewise.
31 * gdb.base/chng-syms.exp: Likewise.
32 * gdb.base/commands.exp: Likewise.
33 * gdb.base/dbx.exp: Likewise.
34 * gdb.base/find.exp: Likewise.
35 * gdb.base/funcargs.exp: Likewise.
36 * gdb.base/jit-simple.exp: Likewise.
37 * gdb.base/reread.exp: Likewise.
38 * gdb.base/sepdebug.exp: Likewise.
39 * gdb.base/step-bt.exp: Likewise.
40 * gdb.cp/mb-inline.exp: Likewise.
41 * gdb.cp/mb-templates.exp: Likewise.
42 * gdb.objc/basicclass.exp: Likewise.
43 * gdb.threads/killed.exp: Likewise.
44
45 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
46
47 PR tdep/17379
48 * gdb.arch/powerpc-stackless.S: New file.
49 * gdb.arch/powerpc-stackless.exp: New file.
50
51 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
52
53 * gdb.base/attach.c: Include unistd.h.
54 (main): Call alarm. Add label postloop.
55 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
56 gdb_breakpoint, gdb_continue_to_breakpoint.
57 (test_command_line_attach_run): Kill ${testpid} in one exit path.
58
59 2014-09-11 Pedro Alves <palves@redhat.com>
60
61 PR gdb/17347
62 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
63 * gdb.base/attach.exp (test_command_line_attach_run): New
64 procedure.
65 (top level): Call it.
66
67 2014-09-11 Pedro Alves <palves@redhat.com>
68
69 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
70 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
71 (do_command_attach_tests): Use spawn_wait_for_attach.
72 * gdb.base/solib-overlap.exp: Likewise.
73 * gdb.multi/multi-attach.exp: Likewise.
74 * gdb.python/py-prompt.exp: Likewise.
75 * gdb.python/py-sync-interp.exp: Likewise.
76 * gdb.server/ext-attach.exp: Likewise.
77
78 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
79
80 * gdb.fortran/array-element.exp: Remove unexpected "continue"
81 command in testcase. Simplify testcase.
82
83 2014-09-10 Joel Brobecker <brobecker@adacore.com>
84
85 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
86
87 2014-09-10 Joel Brobecker <brobecker@adacore.com>
88
89 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
90
91 2014-09-10 Joel Brobecker <brobecker@adacore.com>
92
93 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
94
95 2014-09-10 Joel Brobecker <brobecker@adacore.com>
96
97 * gdb.dwarf2/dynarr-ptr.c: New file.
98 * gdb.dwarf2/dynarr-ptr.exp: New file.
99
100 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
101
102 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
103 of 30 rather than hardcoding 120 for a slow test case. Take the
104 `gdb,timeout' target setting into account for this calculation.
105 Don't extend the timeout for the test cases that don't need it.
106
107 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
108
109 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
110 a factor of 2 for a slow test case. Take the `gdb,timeout'
111 target setting into account for this calculation.
112 * gdb.reverse/until-precsave.exp: Increase the timeout by
113 a factor of 15 and 3 respectively rather than adding 120
114 for a pair of slow test cases. Take the `gdb,timeout'
115 target setting into account for this calculation.
116
117 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
118
119 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
120 timeout, don't pass one down to gdb_expect.
121 (gdb_expect): Rework timeout selection.
122
123 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
124
125 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
126 exception on timeout.
127 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
128 (gdbserver_start_extended): Catch any `gdbserver_start' error
129 exceptions.
130 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
131 * lib/mi-support.exp (mi_gdb_target_load): Catch any
132 `gdbserver_gdb_load' error exceptions.
133
134 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
135
136 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
137 120 on waiting for the TCP socket to open.
138
139 2014-09-09 Doug Evans <xdje42@gmail.com>
140
141 * gdb.base/default.exp (show_conv_list): Add _caller_is,
142 _caller_matches, _any_caller_is, _any_caller_matches.
143
144 2014-09-09 Doug Evans <xdje42@gmail.com>
145
146 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
147
148 2014-09-09 Yao Qi <yao@codesourcery.com>
149
150 * gdb.mi/mi-var-display.exp: Set print symbol off.
151
152 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
153
154 PR gdb/17035
155 * gdb.base/commands.exp: Add tests to verify user-defined
156 commands with empty bodies.
157 * gdb.python/py-cmd.exp: Test that we don't show user-defined
158 python commands in `show user command`.
159 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
160 scheme commands in `show user command`.
161
162 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
163
164 PR python/17355
165 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
166 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
167 * gdb.python/py-framefilter-invalidarg.exp: New file.
168 * gdb.python/py-framefilter-invalidarg.py: New file.
169
170 2014-09-06 Doug Evans <xdje42@gmail.com>
171
172 PR 15276
173 * gdb.python/py-caller-is.c: New file.
174 * gdb.python/py-caller-is.exp: New file.
175
176 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
177
178 PR gdb/17235
179 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
180 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
181
182 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
183
184 PR fortran/17237
185 * gdb.fortran/print-formatted.exp: New file.
186 * gdb.fortran/print-formatted.f90: Likewise.
187
188 2014-09-03 Sasha Smundak <asmundak@google.com>
189
190 * gdb.python/py-frame.exp: Test Frame.read_register.
191
192 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
193
194 PR python/16699
195 * gdb.python/py-completion.exp: New file.
196 * gdb.python/py-completion.py: Likewise.
197
198 2014-08-28 Doug Evans <dje@google.com>
199
200 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
201 eax,etc. are live with values set by gdb and thus the compiler can't
202 use them.
203 * gdb.arch/i386-pseudo.c (main): Ditto.
204
205 2014-08-27 Doug Evans <dje@google.com>
206
207 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
208
209 2014-08-25 Doug Evans <dje@google.com>
210
211 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
212 (main): Ditto.
213
214 2014-08-25 Doug Evans <dje@google.com>
215
216 * gdb.threads/thread-execl.exp: #include <stdio.h>.
217
218 2014-08-24 Yao Qi <yao@codesourcery.com>
219
220 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
221 symbol off.
222 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
223
224 2014-08-22 Doug Evans <dje@google.com>
225
226 PR 17276
227 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
228 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
229 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
230
231 2014-08-22 Yao Qi <yao@codesourcery.com>
232
233 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
234 * gdb.python/py-finish-breakpoint2.exp: Likewise.
235 * gdb.python/python.exp: Likewise. Use .py file on the host
236 instead of the build.
237
238 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
239
240 * gdb.threads/gcore-stale-thread.c: New file.
241 * gdb.threads/gcore-stale-thread.exp: New file.
242
243 2014-08-21 Pedro Alves <palves@redhat.com>
244
245 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
246 * gdb.base/gcore-relro-pie.exp: Likewise.
247 * gdb.base/gcore-relro.exp: Likewise.
248 * gdb.base/gcore.exp: Likewise.
249 * gdb.base/print-symbol-loading.exp: Likewise.
250 * gdb.threads/gcore-thread.exp: Likewise.
251 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
252
253 2014-08-20 Pedro Alves <palves@redhat.com>
254 Jan Kratochvil <jan.kratochvil@redhat.com>
255
256 * Makefile.in (EXTRA_RULES, CC): New variables, get from
257 configure.
258 (EXPECT): Handle READ1 being set.
259 (all): Depend on EXTRA_RULES.
260 (check-read1, expect-read1, read1.so, read1): New rules.
261 * README (Testsuite Parameters): Document the READ1 make variable.
262 (Race detection): New section.
263 * configure: Regenerate.
264 * configure.ac: If build==host==target, and running under a
265 GNU/glibc system, add read1 to the extra Makefile rules.
266 (EXTRA_RULES): AC_SUBST it.
267 * lib/read1.c: New file.
268
269 2014-08-20 Joel Brobecker <brobecker@adacore.com>
270
271 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
272 the handling of variables declared as a typedef to an array
273 which a DW_AT_data_location attribute.
274
275 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
276 Pedro Alves <palves@redhat.com>
277
278 PR symtab/14604
279 PR symtab/14605
280 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
281 gdb_test.
282
283 2014-08-19 Pedro Alves <palves@redhat.com>
284
285 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
286
287 2014-08-19 Yao Qi <yao@codesourcery.com>
288
289 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
290 right line.
291
292 2014-08-18 David Blaikie <dblaikie@gmail.com>
293
294 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
295
296 2014-08-18 Joel Brobecker <brobecker@adacore.com>
297
298 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
299 attribute in array range.
300
301 2014-08-18 Joel Brobecker <brobecker@adacore.com>
302
303 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
304
305 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
306
307 PR c++/17132
308 * gdb.cp/pr17132.cc: New file.
309 * gdb.cp/pr17132.exp: New file.
310
311 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
312
313 * gdb.python/py-xmethods.py (A_getarrayind)
314 (E_method_char_worker.__call__, E_method_int_worker.__call__):
315 Use 'print' with function call syntax.
316 (E_method_matcher.match): Fix tab vs space indentation mixup.
317
318 2014-08-15 Yao Qi <yao@codesourcery.com>
319
320 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
321 false.
322
323 2014-08-15 Yao Qi <yao@codesourcery.com>
324
325 * gdb.cp/casts.exp: Set print symbol off.
326 * gdb.cp/class2.exp: Likewise.
327 * gdb.cp/overload.exp: Likewise.
328 * gdb.cp/templates.exp: Likewise.
329
330 2014-08-11 Doug Evans <dje@google.com>
331
332 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
333 (test_load_shlib): Update.
334
335 2014-08-09 Yao Qi <yao@codesourcery.com>
336
337 * gdb.base/display.exp: Invoke is_address_zero_readable.
338 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
339 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
340 * gdb.base/hbreak-unmapped.exp: Return if
341 is_address_zero_readable returns true.
342 * gdb.base/signest.exp: Likewise.
343 * gdb.base/signull.exp: Likewise.
344 * gdb.base/sigbpt.exp: Likewise.
345 * gdb.guile/scm-disasm.exp: Do the test if
346 is_address_zero_readable returns false.
347 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
348 * gdb.python/py-arch.exp: Likewise.
349 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
350 * lib/gdb.exp (is_address_zero_readable): New proc.
351
352 2014-08-09 Yao Qi <yao@codesourcery.com>
353
354 PR testsuite/13443
355 * gdb.mi/mi-var-display.exp: Make test messages unique.
356
357 2014-08-04 Tom Tromey <tromey@redhat.com>
358
359 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
360 target 0".
361
362 2014-08-04 Tom Tromey <tromey@redhat.com>
363
364 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
365 "target_resume".
366
367 2014-08-01 Joel Brobecker <brobecker@adacore.com>
368
369 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
370 inner_vla_struct_object_size.
371 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
372 as xfail.
373
374 2014-07-30 Pedro Alves <palves@redhat.com>
375
376 * gdb.threads/signal-command-handle-nopass.exp (test): Add
377 comment.
378
379 2014-07-29 Yao Qi <yao@codesourcery.com>
380
381 PR gdb/17206
382 * gdb.base/until-nodebug.exp: New.
383
384 2014-07-28 Doug Evans <xdje42@gmail.com>
385
386 PR guile/17203
387 * gdb.guile/scm-parameter.exp: Add tests for trying to create
388 previously existing parameter, and previously ambiguously spelled
389 parameter.
390
391 2014-07-28 Will Newton <will.newton@linaro.org>
392
393 * gdb.base/varargs.exp: Remove KFAILs for ARM.
394
395 2014-07-26 Ludovic Courtès <ludo@gnu.org>
396 Doug Evans <xdje42@gmail.com>
397
398 PR guile/17146
399 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
400
401 2014-07-25 Pedro Alves <palves@redhat.com>
402
403 * gdb.threads/signal-command-handle-nopass.c: New file.
404 * gdb.threads/signal-command-handle-nopass.exp: New file.
405 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
406 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
407 * gdb.threads/signal-delivered-right-thread.c: New file.
408 * gdb.threads/signal-delivered-right-thread.exp: New file.
409
410 2014-07-25 Pedro Alves <palves@redhat.com>
411
412 * gdb.base/double-prompt-target-event-error.exp
413 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
414 match.
415 (cancel_pagination_in_target_event): Rework double prompt
416 detection.
417 * gdb.base/paginate-after-ctrl-c-running.exp
418 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
419 <return>' match.
420 * gdb.base/paginate-bg-execution.exp
421 (test_bg_execution_pagination_return)
422 (test_bg_execution_pagination_cancel): Remove '-notransfer
423 <return>' matches.
424 * gdb.base/paginate-execution-startup.exp
425 (test_fg_execution_pagination_return)
426 (test_fg_execution_pagination_cancel): Remove '-notransfer
427 <return>' matches.
428 * gdb.base/paginate-inferior-exit.exp
429 (test_paginate_inferior_exited): Remove '-notransfer <return>'
430 match.
431 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
432 * lib/gdb.exp (pagination_prompt): Run text through
433 string_to_regexp.
434 (gdb_test_multiple): Match $pagination_prompt instead of
435 "<return>".
436 (string_to_regexp): Move to lib/gdb-utils.exp.
437
438 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
439
440 * gdb.arch/amd64-entry-value-paramref.S: New file.
441 * gdb.arch/amd64-entry-value-paramref.cc: New file.
442 * gdb.arch/amd64-entry-value-paramref.exp: New file.
443 * gdb.arch/amd64-optimout-repeat.S: New file.
444 * gdb.arch/amd64-optimout-repeat.c: New file.
445 * gdb.arch/amd64-optimout-repeat.exp: New file.
446
447 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
448
449 PR gdb/17170
450 * gdb.base/statistics.exp: New file.
451
452 2014-07-17 Doug Evans <dje@google.com>
453
454 PR gdb/17170
455 * gdb.base/maint.exp: Update testing of per-command stats.
456
457 2014-07-16 Pedro Alves <palves@redhat.com>
458
459 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
460 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
461 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
462 (tfile_write_buf): New functions.
463 (add_memory_block): Rewrite using the above.
464 (adjust_function_address): New function.
465 (FUNCTION_ADDRESS): New macro.
466 (write_basic_trace_file): Remove short_x local, and use
467 tfile_write_16. Change type of func_addr local to unsigned long
468 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
469 here. Cast argument of add_memory_block to char pointer.
470 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
471 (main): Remove parameters.
472 * gdb.trace/tfile.exp: Remove nowarnings.
473
474 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
475
476 * gdb.base/debug-expr.exp: Test string evaluation with
477 "debug expression" on.
478
479 2014-07-15 Pedro Alves <palves@redhat.com>
480
481 * gdb.base/reread.exp: Use clean_restart.
482
483 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
484
485 * gdb.arch/avr-flash-qualifer.c: New.
486 * gdb.arch/avr-flash-qualifer.exp: New.
487
488 2014-07-14 Pedro Alves <palves@redhat.com>
489
490 * gdb.base/paginate-after-ctrl-c-running.c: New file.
491 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
492
493 2014-07-14 Pedro Alves <palves@redhat.com>
494
495 * gdb.base/double-prompt-target-event-error.c: New file.
496 * gdb.base/double-prompt-target-event-error.exp: New file.
497
498 2014-07-14 Pedro Alves <palves@redhat.com>
499
500 PR gdb/17072
501 * gdb.base/paginate-inferior-exit.c: New file.
502 * gdb.base/paginate-inferior-exit.exp: New file.
503
504 2014-07-14 Pedro Alves <palves@redhat.com>
505
506 PR gdb/17072
507 * gdb.base/paginate-bg-execution.c: New file.
508 * gdb.base/paginate-bg-execution.exp: New file.
509
510 2014-07-14 Pedro Alves <palves@redhat.com>
511
512 PR gdb/17072
513 * gdb.base/paginate-execution-startup.c: New file.
514 * gdb.base/paginate-execution-startup.exp: New file.
515 * lib/gdb.exp (pagination_prompt): New global.
516 (default_gdb_spawn): New procedure, factored out from
517 default_gdb_spawn.
518 (default_gdb_start): Adjust to call default_gdb_spawn.
519 (gdb_spawn): New procedure.
520
521 2014-07-14 Pedro Alves <palves@redhat.com>
522
523 * lib/gdb.exp (gdb_assert): New procedure.
524 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
525
526 2014-07-14 Pedro Alves <palves@redhat.com>
527
528 * gdb.base/execution-termios.c: New file.
529 * gdb.base/execution-termios.exp: New file.
530
531 2014-07-14 Tom Tromey <tromey@redhat.com>
532
533 * gdb.cp/vla-cxx.cc: New file.
534 * gdb.cp/vla-cxx.exp: New file.
535
536 2014-07-14 Tom Tromey <tromey@redhat.com>
537
538 * gdb.reverse/rerun-prec.c: New file.
539 * gdb.reverse/rerun-prec.exp: New file.
540
541 2014-07-12 Maciej W. Rozycki <macro@mips.com>
542 Maciej W. Rozycki <macro@codesourcery.com>
543
544 * lib/gdb-utils.exp: New file.
545 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
546 inline `gdb_init_command' processing.
547 (gdb_start_cmd): Likewise.
548 * lib/mi-support.exp (mi_run_cmd): Likewise.
549 * README: Document `gdb_init_command' and `gdb_init_commands'.
550
551 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 Fix false FAIL running under a very long directory name.
554 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
555 and "set print elements 10000". Twice.
556
557 2014-07-11 Yao Qi <yao@codesourcery.com>
558
559 * gdb.base/exprs.exp: "set print symbol off".
560
561 2014-07-11 Pedro Alves <palves@redhat.com>
562
563 * gdb.threads/kill.c: New file.
564 * gdb.threads/kill.exp: New file.
565
566 2014-07-10 Yao Qi <yao@codesourcery.com>
567
568 * gdb.trace/tfile.c (write_basic_trace_file)
569 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
570 address written to trace file.
571
572 2014-07-09 Pedro Alves <palves@redhat.com>
573
574 * gdb.base/attach-wait-input.exp: New file.
575 * gdb.base/attach-wait-input.c: New file.
576
577 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
578
579 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
580 setting up test structures.
581 (main): Call new test function.
582 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
583 test function, continue into test function and walk test
584 structures.
585
586 2014-07-02 Yao Qi <yao@codesourcery.com>
587
588 * gdb.trace/entry-values.c: Define labels 'foo_start' and
589 'bar_start' at the beginning of functions 'foo' and 'bar'
590 respectively.
591 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
592 instead of 'foo' and 'bar'.
593
594 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
595
596 * gdb.btrace/segv.exp: New.
597 * gdb.btrace/segv.c: New.
598
599 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
600
601 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
602 instruction.
603
604 2014-06-30 Mark Wielaard <mjw@redhat.com>
605
606 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
607 vulture, vilify, villar): New volatile array constants.
608 (vindictive, vegetation): New const volatile array constants.
609 * gdb.base/volatile.exp: Test volatile and const volatile array
610 types.
611
612 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
613
614 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
615 target lacks support for awatch, rwatch, or hbreak.
616
617 2014-06-27 Yao Qi <yao@codesourcery.com>
618
619 * gdb.multi/dummy-frame-restore.exp: New.
620 * gdb.multi/dummy-frame-restore.c: New.
621
622 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
623
624 * gdb.btrace/gcore.exp: New.
625
626 2014-06-23 Pedro Alves <palves@redhat.com>
627
628 * gdb.base/watchpoint-reuse-slot.c: New file.
629 * gdb.base/watchpoint-reuse-slot.exp: New file.
630
631 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
632
633 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
634 progspace's filename in 'info', 'enable' and 'disable' command
635 tests.
636
637 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
638
639 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
640 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
641 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
642
643 2014-06-20 Gary Benson <gbenson@redhat.com>
644
645 * gdb.arch/i386-avx.exp: Fix include file location.
646 * gdb.arch/i386-sse.exp: Likewise.
647
648 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
649
650 * gdb.dlang/expression.exp: New file.
651
652 2014-06-19 Pedro Alves <palves@redhat.com>
653
654 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
655 out from ...
656 (top level): ... here. Iterate running tests under different
657 scheduler-locking settings.
658
659 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
660
661 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
662 to DW_FORM_addr and use non-zero addresses.
663
664 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
665
666 PR gdb/17017
667 * gdb.python/py-xmethods.cc: Add global function call counters and
668 increment them in their respective functions. Remove "cout"
669 statements.
670 * gdb.python/py-xmethods.exp: Make tests check the global function
671 call counters instead of depending on inferior IO.
672
673 2014-06-18 Don Breazeal <donb@codesourcery.com>
674
675 * gdb.base/foll-fork.exp (default_fork_parent_follow):
676 Deleted procedure.
677 (explicit_fork_parent_follow): Deleted procedure.
678 (explicit_fork_child_follow): Deleted procedure.
679 (test_follow_fork): New procedure.
680 (do_fork_tests): Replace calls to deleted procedures with
681 calls to test_follow_fork and reset GDB for subsequent
682 procedure calls.
683
684 2014-06-17 Yao Qi <yao@codesourcery.com>
685
686 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
687 CP1252.
688
689 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
690
691 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
692 Initialize ptr and S explicitly.
693 (skip_type_update_when_not_use_rtti_test): Likewise.
694
695 2014-06-16 Keith Seitz <keiths@redhat.com>
696
697 PR mi/15863
698 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
699 the inferior is started.
700
701 2014-06-16 Pedro Alves <palves@redhat.com>
702
703 * gdb.base/break-main-file-remove-fail.c: New file.
704 * gdb.base/break-main-file-remove-fail.exp: New file.
705 * gdb.base/break-unload-file.exp: Use build_executable instead of
706 prepare_for_testing.
707 (test_break): New parameter "initial_load". Handle it.
708 (top level): Add initial_load cmdline/file axis.
709
710 2014-06-12 Tom Tromey <tromey@redhat.com>
711
712 * gdb.base/completion.exp: Don't use directory name in test.
713
714 2014-06-09 Gary Benson <gbenson@redhat.com>
715
716 * gdb.base/sigall.c [Functions to send signals]: Reorder to
717 separate the always-available ANSI-standard signals from the
718 signals that require checking.
719 (main): Likewise.
720 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
721 Likewise.
722 (main): Likewise.
723
724 2014-06-07 Keith Seitz <keiths@redhat.com>
725
726 Revert:
727 PR c++/16253
728 * gdb.cp/var-tag.cc: New file.
729 * gdb.cp/var-tag.exp: New file.
730 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
731 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
732 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
733 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
734
735 2014-06-06 Doug Evans <xdje42@gmail.com>
736
737 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
738
739 2014-06-06 Pedro Alves <palves@redhat.com>
740
741 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
742 in target debug output instead of looking at RSP packets,
743 disabling the test on any target that uses hardware stepping.
744 Update comments.
745
746 2014-06-06 Pedro Alves <palves@redhat.com>
747
748 * gdb.base/break-unload-file.exp: Fix typo.
749
750 2014-06-06 Yao Qi <yao@codesourcery.com>
751
752 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
753 from "jit_function" to "^jit_function".
754
755 2014-06-06 Yao Qi <yao@codesourcery.com>
756
757 * gdb.base/async.c (foo): Add one statement.
758 * gdb.base/async.exp: Get the next instruction address and
759 match the output of "nexti" by instruction address. Match
760 the hex address in the output of "finish".
761
762 2014-06-06 Gary Benson <gbenson@redhat.com>
763
764 * gdb.base/call-signals.c: Remove preprocessor conditionals
765 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
766 SIGSEGV and SIGTERM.
767 * gdb.base/sigall.c: Likewise.
768 * gdb.base/unwindonsignal.c: Likewise.
769 * gdb.reverse/sigall-reverse.c: Likewise.
770
771 2014-06-06 Yao Qi <yao@codesourcery.com>
772
773 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
774 readable, skip the test.
775
776 2014-06-06 Yao Qi <yao@codesourcery.com>
777
778 * gdb.threads/staticthreads.c (thread_function): Move the line
779 setting breakpoint on forward.
780 * gdb.threads/staticthreads.exp: Update comments.
781
782 2014-06-05 Ludovic Courtès <ludo@gnu.org>
783
784 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
785 "history-append! type error".
786
787 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
788
789 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
790 erroneous dprintf expected input.
791
792 2014-06-04 Doug Evans <xdje42@gmail.com>
793
794 * gdb.guile/scm-generics.exp: Delete.
795
796 2014-06-04 Doug Evans <xdje42@gmail.com>
797
798 * gdb.guile/scm-breakpoint.exp: Update.
799 Add tests for breakpoint registration.
800
801 2014-06-04 Tom Tromey <tromey@redhat.com>
802
803 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
804 VLA-in-union.
805 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
806 inner_vla_struct, vla_union types. Initialize objects of those
807 types and compute their sizes.
808
809 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
810 Hui Zhu <hui@codesourcery.com>
811
812 * gdb.base/fileio.exp: Add test for shell not available as well as
813 available.
814 * gdb.base/fileio.c (test_system): Check for shell twice.
815
816 2014-06-04 Yao Qi <yao@codesourcery.com>
817
818 * gdb.base/auto-connect-native-target.exp: Remove redundant
819 space from the regexp pattern.
820
821 2014-06-04 Yao Qi <yao@codesourcery.com>
822
823 * gdb.base/default.exp: Replace "child" with "native" in
824 regexp pattern.
825
826 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
827
828 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
829 * gdb.python/py-xmethods.exp: New tests to test xmethods.
830 * gdb.python/py-xmethods.py: Python script supporting the
831 new testcase and tests.
832
833 2014-06-03 Joel Brobecker <brobecker@adacore.com>
834 Pedro Alves <palves@redhat.com>
835
836 PR breakpoints/17000
837 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
838 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
839
840 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
841
842 * gdb.base/subst.exp: Add tests to verify partial path matching
843 output.
844
845 2014-06-03 Pedro Alves <palves@redhat.com>
846
847 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
848 target that doesn't use software single-stepping.
849
850 2014-06-03 Pedro Alves <palves@redhat.com>
851
852 PR breakpoints/17000
853 * gdb.base/sss-bp-on-user-bp-2.c: New file.
854 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
855
856 2014-06-02 Doug Evans <xdje42@gmail.com>
857
858 * gdb.guile/scm-parameter.exp: New file.
859
860 2014-06-02 Doug Evans <xdje42@gmail.com>
861
862 * gdb.guile/scm-cmd.c: New file.
863 * gdb.guile/scm-cmd.exp: New file.
864
865 2014-06-02 Doug Evans <xdje42@gmail.com>
866
867 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
868 pretty-printer lookup.
869 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
870 (make-pp_s-printer): Call it.
871 (make-pretty-printer-from-dict): New function.
872 (lookup-pretty-printer-maker-from-dict): New function.
873 (*pretty-printer*): Simplify.
874 (make-objfile-pp_s-printer): New function.
875 (install-objfile-pretty-printers!): New function.
876 (make-progspace-pp_s-printer): New function.
877 (install-progspace-pretty-printers!): New function.
878 * gdb.guile/scm-progspace.c: New file.
879 * gdb.guile/scm-progspace.exp: New file.
880
881 2014-06-02 Pedro Alves <palves@redhat.com>
882
883 * gdb.base/dprintf-bp-same-addr.c: New file.
884 * gdb.base/dprintf-bp-same-addr.exp: New file.
885
886 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
887
888 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
889 * gdb.arch/powerpc-power.s: Likewise.
890
891 2014-06-02 Joel Brobecker <brobecker@adacore.com>
892
893 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
894
895 2014-06-01 Yao Qi <yao@codesourcery.com>
896
897 * gdb.base/watchpoint.exp (test_watch_location): Check null
898 pointer can be dereferenced. If not, do the test, otherwise
899 skip it.
900
901 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
902
903 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
904 results.
905 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
906
907 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
908
909 * gdb.arch/amd64-invalid-stack-middle.S: New file.
910 * gdb.arch/amd64-invalid-stack-middle.c: New file.
911 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
912 * gdb.arch/amd64-invalid-stack-top.c: New file.
913 * gdb.arch/amd64-invalid-stack-top.exp: New file.
914
915 2014-05-30 Pedro Alves <palves@redhat.com>
916
917 PR breakpoints/17000
918 * gdb.base/sss-bp-on-user-bp.c: New file.
919 * gdb.base/sss-bp-on-user-bp.exp: New file.
920
921 2014-05-30 David Blaikie <dblaikie@gmail.com>
922
923 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
924 gnu_inline semantics via attribute.
925 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
926 source explicitly specifies the required semantics.
927
928 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
929
930 * gdb.reverse/sigall-reverse.exp: Fix a typo.
931
932 2014-05-29 Pedro Alves <palves@redhat.com>
933 Tom Tromey <tromey@redhat.com>
934
935 * gdb.base/async-shell.exp: Don't enable target-async.
936 * gdb.base/async.exp
937 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
938 parameter. Adjust.
939 (top level): Don't test with "target-async".
940 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
941 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
942 * gdb.base/inferior-died.exp: Don't enable target-async.
943 * gdb.base/interrupt-noterm.exp: Likewise.
944 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
945 * gdb.mi/mi-nonstop-exit.exp: Likewise.
946 * gdb.mi/mi-nonstop.exp: Likewise.
947 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
948 * gdb.mi/mi-nsintrall.exp: Likewise.
949 * gdb.mi/mi-nsmoribund.exp: Likewise.
950 * gdb.mi/mi-nsthrexec.exp: Likewise.
951 * gdb.mi/mi-watch-nonstop.exp: Likewise.
952 * gdb.multi/watchpoint-multi.exp: Adjust comment.
953 * gdb.python/py-evsignal.exp: Don't enable target-async.
954 * gdb.python/py-evthreads.exp: Likewise.
955 * gdb.python/py-prompt.exp: Likewise.
956 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
957 * gdb.server/solib-list.exp: Don't enable target-async.
958 * gdb.threads/thread-specific-bp.exp: Likewise.
959 * lib/mi-support.exp: Adjust to use mi-async.
960
961 2014-05-29 Pedro Alves <palves@redhat.com>
962
963 PR gdb/13860
964 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
965 reason, even in sync mode.
966
967 2014-05-29 Pedro Alves <palves@redhat.com>
968 Hui Zhu <hui@codesourcery.com>
969
970 PR PR15693
971 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
972 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
973 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
974 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
975
976 2014-05-28 Joel Brobecker <brobecker@adacore.com>
977
978 * config/monitor.exp (gdb_target_monitor): Replace use of
979 "set remotebaud" by "set serial baud".
980
981 2014-05-26 Andy Wingo <wingo@igalia.com>
982
983 * gdb.guile/scm-breakpoint.exp:
984 * gdb.guile/scm-gsmob.exp: Update to use plain old object
985 properties instead of gdb-object-properties.
986
987 2014-05-26 Yao Qi <yao@codesourcery.com>
988
989 * gdb.server/no-thread-db.exp: Specify source file name
990 explicitly when setting a breakpoint.
991
992 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
993
994 * gdb.btrace/vdso.c: New.
995 * gdb.btrace/vdso.exp: New.
996
997 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
998
999 * gdb.base/gcore.exp (capture_command_output): Move ...
1000 * lib/gdb.exp (capture_command_output): ... here.
1001
1002 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1003
1004 * gdb.btrace/data.exp: Test memory access during btrace replay.
1005
1006 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
1007
1008 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
1009
1010 2014-05-21 Pedro Alves <palves@redhat.com>
1011
1012 PR gdb/13860
1013 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
1014 (top level): Test that output related to execution commands is
1015 sent to the console with CLI commands, but not with MI commands.
1016 Test that breakpoint events are always mirrored to the console.
1017 Also expect the new source line to be output after a "next" in
1018 async mode too. Make it a pass/fail test.
1019 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
1020 output.
1021 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
1022
1023 2014-05-21 Pedro Alves <palves@redhat.com>
1024
1025 * gdb.base/list.exp (build_pattern, test_list): New procedures.
1026 Use them to test variations of "list" after reaching a breakpoint.
1027 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
1028 Test "list" with listsize 10 after reaching a breakpoint.
1029 * gdb.python/python.exp (decode_line current location line
1030 number): Adjust expected line number.
1031
1032 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
1033
1034 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
1035 behavior for $args, pass it directly to "run".
1036
1037 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
1038
1039 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
1040 30000 to 65536.
1041
1042 2014-05-21 Pedro Alves <palves@redhat.com>
1043
1044 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
1045 auto-connect-native-target off".
1046 * gdb.base/auto-connect-native-target.c: New file.
1047 * gdb.base/auto-connect-native-target.exp: New file.
1048
1049 2014-05-21 Pedro Alves <palves@redhat.com>
1050
1051 * gdb.base/default.exp: Test "target native" instead of "target
1052 child".
1053
1054 2014-05-21 Mark Wielaard <mjw@redhat.com>
1055
1056 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1057
1058 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1059
1060 Fix TLS access for -static -pthread.
1061 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
1062 <HAVE_TLS> (thread_function, main): Initialize it.
1063 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
1064 Add clean_restart.
1065 <$have_tls != "">: Check TLSVAR.
1066
1067 2014-05-21 Pedro Alves <palves@redhat.com>
1068
1069 * gdb.base/dcache-line-read-error.c: New.
1070 * gdb.base/dcache-line-read-error.exp: New.
1071
1072 2014-05-20 Pedro Alves <palves@redhat.com>
1073
1074 * gdb.base/compare-sections.c: New file.
1075 * gdb.base/compare-sections.exp: New file.
1076
1077 2014-05-20 Pedro Alves <palves@redhat.com>
1078
1079 * gdb.base/break-idempotent.c: New file.
1080 * gdb.base/break-idempotent.exp: New file.
1081
1082 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
1083
1084 * gdb.btrace/nohist.exp: New.
1085
1086 2014-05-20 Yao Qi <yao@codesourcery.com>
1087
1088 * lib/gdb.exp (gdb_init): Set timeout if test file is under
1089 gdb.reverse directory and gdb_reverse_timeout exists in board
1090 setting.
1091 * README: Document gdb_reverse_timeout.
1092
1093 2014-05-20 Yao Qi <yao@codesourcery.com>
1094
1095 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
1096 'test_file_name'. Treat args as a string instead of a list.
1097 (gdb_init): Rename argument 'args' by 'test_file_name'.
1098
1099 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1100
1101 * gdb.arch/powerpc-power.exp: New file.
1102 * gdb.arch/powerpc-power.s: New file.
1103
1104 2014-05-16 Doug Evans <dje@google.com>
1105
1106 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
1107 * gdb.base/completion.exp: Check that all expected files exist
1108 before doing file completion.
1109
1110 2014-05-16 Doug Evans <dje@google.com>
1111
1112 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
1113 Update.
1114 (do_syscall_tests_without_xml): Update.
1115
1116 2014-05-16 Pedro Alves <palves@redhat.com>
1117
1118 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
1119 instead of "unknown output after running".
1120
1121 2014-05-16 Yao Qi <yao@codesourcery.com>
1122
1123 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
1124 file1.txt from host at the end.
1125 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1126
1127 2014-05-15 Doug Evans <dje@google.com>
1128
1129 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
1130 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
1131 loading file. Add test for TU lookup.
1132
1133 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1134
1135 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
1136 calling "-exec-arguments" or "set args" before running the
1137 inferior.
1138
1139 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1140
1141 * lib/mi-support.exp (mi_expect_stop): Expect message for
1142 inferiors that exit with non-zero exit code.
1143
1144 2014-05-14 Yao Qi <yao@codesourcery.com>
1145
1146 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
1147 match absolute path on remote host.
1148 (test_file_list_exec_source_files): Remove "/" from the
1149 pattern.
1150
1151 2014-05-14 Yao Qi <yao@codesourcery.com>
1152
1153 * boards/local-remote-host-notty.exp (${board}_file): New
1154 proc.
1155
1156 2014-05-07 Kyle McMartin <kyle@redhat.com>
1157
1158 Pushed by Joel Brobecker <brobecker@adacore.com>.
1159 * gdb.arch/aarch64-atomic-inst.c: New file.
1160 * gdb.arch/aarch64-atomic-inst.exp: New file.
1161
1162 2014-05-07 Yao Qi <yao@codesourcery.com>
1163
1164 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
1165 in current context" too.
1166
1167 2014-05-05 Keith Seitz <keiths@redhat.com>
1168
1169 * gdb.linespec/ls-dollar.exp: Add test for linespec
1170 file:convenience_variable.
1171
1172 2014-05-05 Yao Qi <yao@codesourcery.com>
1173
1174 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
1175 traceframes into tfile and ctf trace files. Read data from
1176 trace file and test collected data.
1177 (gdb_collect_locals_test): Likewise.
1178 (gdb_unavailable_registers_test): Likewise.
1179 (gdb_unavailable_floats): Likewise.
1180 (gdb_collect_globals_test): Likewise.
1181 (top-level): Append "ctf" to trace_file_targets if GDB
1182 supports.
1183
1184 2014-05-05 Yao Qi <yao@codesourcery.com>
1185
1186 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
1187 code to ...
1188 (gdb_collect_args_test_1): ... it. New proc.
1189 (gdb_collect_locals_test): Move some code to ...
1190 (gdb_collect_locals_test_1): ... it. New proc.
1191 (gdb_unavailable_registers_test): Move some code to ...
1192 (gdb_unavailable_registers_test_1): ... it. New proc.
1193 (gdb_unavailable_floats): Move some code to ...
1194 (gdb_unavailable_floats_1): ... it. New proc.
1195
1196 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1197
1198 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
1199 probes to test for bitness recognition.
1200 * gdb.arch/amd64-stap-optional-prefix.exp
1201 (test_probe_value_without_reg): New procedure.
1202 Add code to test for different kinds of bitness.
1203
1204 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1205
1206 PR breakpoints/16889
1207 * gdb.arch/amd64-stap-optional-prefix.S: New file.
1208 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1209
1210 2014-05-01 Pedro Alves <palves@redhat.com>
1211
1212 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
1213 gdb_file_cmd if no file is specified.
1214 * boards/native-extended-gdbserver.exp (gdb_load): Use the
1215 last_loaded_file to set the remote exec-file.
1216
1217 2014-05-01 Pedro Alves <palves@redhat.com>
1218
1219 * boards/local-remote-host.exp: New file.
1220
1221 2014-05-01 Pedro Alves <palves@redhat.com>
1222
1223 * boards/local-remote-host.exp: Rename to ...
1224 * boards/local-remote-host-notty.exp: ... this.
1225
1226 2014-04-28 Joel Brobecker <brobecker@adacore.com>
1227
1228 * gdb.ada/dyn_arrayidx: New testcase.
1229
1230 2014-04-26 Yao Qi <yao@codesourcery.com>
1231
1232 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
1233 and compute the length of function main. Save it in
1234 $main_length.
1235 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
1236 (top-level): Use gdb_compile to compile objects into
1237 executable and restart GDB. Remove invocation to
1238 prepare_for_testing.
1239
1240 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
1241 Pedro Alves <palves@redhat.com>
1242
1243 PR server/16255
1244 * gdb.multi/multi-attach.c: New file.
1245 * gdb.multi/multi-attach.exp: New file.
1246
1247 2014-04-25 Pedro Alves <palves@redhat.com>
1248
1249 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
1250 user.
1251 (top level): Test that "set remote conditional-breakpoints-packet
1252 off" works as intended.
1253 * gdb.base/dprintf.exp: Test that "set remote
1254 breakpoint-commands-packet off" works as intended.
1255 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
1256 New function.
1257 (top level): Call it.
1258 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
1259 remote fast-tracepoints-packet off" works as intended.
1260 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
1261 * lib/gdb.exp (gdb_is_target_remote): ... here.
1262
1263 2014-04-24 David Blaikie <dblaikie@gmail.com>
1264
1265 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
1266 ensure clang would not discard them.
1267 * gdb.base/gdbvars.c: Ditto.
1268 * gdb.base/memattr.c: Ditto.
1269 * gdb.base/whatis.c: Ditto.
1270 * gdb.python/py-prettyprint.c: Ditto.
1271 * gdb.trace/actions.c: Ditto.
1272 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
1273 ensure clang would not discard it.
1274
1275 2014-04-24 David Blaikie <dblaikie@gmail.com>
1276
1277 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
1278 clang to emit the full definition of type required by the test
1279 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
1280
1281 2014-04-24 David Blaikie <dblaikie@gmail.com>
1282
1283 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
1284 coax Clang into emitting the definition of the type.
1285 * gdb.cp/pr10728-x.h (y): Ditto.
1286 * gdb.cp/pr10728-y.cc (y): Ditto.
1287
1288 2014-04-24 David Blaikie <dblaikie@gmail.com>
1289
1290 * gdb.base/label.exp: XFAIL label related tests under Clang.
1291 * gdb.cp/cplabel.exp: Ditto.
1292 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
1293 under Clang those using labels.
1294
1295 2014-04-25 Yao Qi <yao@codesourcery.com>
1296
1297 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
1298 double_label.
1299 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
1300 partial_label and double_label.
1301
1302 2014-04-24 David Blaikie <dblaikie@gmail.com>
1303
1304 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
1305
1306 2014-04-24 David Blaikie <dblaikie@gmail.com>
1307
1308 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
1309 of the function to work across GCC and Clang.
1310 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
1311 pointer types (const void ** const V void **).
1312
1313 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1314 Walfred Tedeschi <walfred.tedeschi@intel.com>
1315
1316 * Makefile.in (EXECUTABLES): Added i386-avx512.
1317 * gdb.arch/i386-avx512.c: New file.
1318 * gdb.arch/i386-avx512.exp: Likewise.
1319
1320 2014-04-23 Keith Seitz <keiths@redhat.com>
1321
1322 * lib/mi-support.exp (mi_list_breakpoints): Delete.
1323 (mi_make_breakpoint_table): New procedure.
1324 (mi_create_breakpoint): Use mi_make_breakpoint
1325 and return the result.
1326 (mi_make_breakpoint): New procedure.
1327 (mi_build_kv_pairs): New procedure.
1328
1329 * gdb.mi/mi-break.exp: Remove unused globals,
1330 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
1331 All callers updated.
1332 * gdb.mi/mi-dprintf.exp: Use variable to track command
1333 number.
1334 Update all callers of mi_create_breakpoint and use
1335 mi_make_breakpoint_table.
1336 Remove any unused global variables.
1337 * gdb.mi/mi-nonstop.exp: Likewise.
1338 * gdb.mi/mi-nsintrall.exp: Likewise.
1339 * gdb.mi/mi-nsmoribund.exp: Likewise.
1340 * gdb.mi/mi-nsthrexec.exp: Likewise.
1341 * gdb.mi/mi-reverse.exp: Likewise.
1342 * gdb.mi/mi-simplerun.exp: Likewise.
1343 * gdb.mi/mi-stepn.exp: Likewise.
1344 * gdb.mi/mi-syn-frame.exp: Likewise.
1345 * gdb.mi/mi-until.exp: Likewise.
1346 * gdb.mi/mi-var-cp.exp: Likewise.
1347 * gdb.mi/mi-var-display.exp: Likewise.
1348 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1349 * gdb.mi/mi2-var-child.exp: Likewise.
1350 * gdb.mi/mi-vla-c99.exp: Likewise.
1351 * lib/mi-support.exp: Likewise.
1352
1353 From Ian Lance Taylor <iant@cygnus.com>:
1354 * lib/gdb.exp (parse_args): New procedure.
1355
1356 2014-04-23 Pedro Alves <palves@redhat.com>
1357
1358 * gdb.base/break-unload-file.c: New file.
1359 * gdb.base/break-unload-file.exp: New file.
1360 * gdb.base/sym-file-lib.c (baz): New function.
1361 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
1362 field.
1363 (load): Store the segment's mapped size.
1364 (unload): New function.
1365 (unload_shlib): New function.
1366 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1367 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1368 set a breakpoint at baz, and call it.
1369 * gdb.base/sym-file.exp: New tests for stale breakpoint
1370 instructions.
1371
1372 2014-04-23 Pedro Alves <palves@redhat.com>
1373
1374 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1375 * gdb.base/hbreak-in-shr-unsupported.c: New file.
1376 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
1377 * gdb.base/hbreak-unmapped.c: New file.
1378 * gdb.base/hbreak-unmapped.exp: New file.
1379 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
1380 * lib/gdb.exp (gdb_is_target_remote): ... here.
1381
1382 2014-04-22 Pedro Alves <palves@redhat.com>
1383
1384 * gdb.base/consecutive-step-over.c: New file.
1385 * gdb.base/consecutive-step-over.exp: New file.
1386
1387 2014-04-22 Pedro Alves <palves@redhat.com>
1388
1389 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
1390 instead of send_gdb/gdb_expect.
1391
1392 2014-04-22 Yao Qi <yao@codesourcery.com>
1393
1394 * lib/trace-support.exp (generate_tracefile): New procedure.
1395 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
1396 return 0.
1397 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
1398 if generate_tracefile returns 1.
1399
1400 2014-04-18 Tom Tromey <palves@redhat.com>
1401 Pedro alves <tromey@redhat.com>
1402
1403 PR backtrace/15558
1404 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
1405 with a backtrace limit.
1406 * gdb.python/py-frame-inline.exp: Test running to an inline
1407 function with a backtrace limit, and printing the newest frame.
1408 * gdb.python/py-frame-inline.c (main): Call f.
1409
1410 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1411
1412 * gdb.java/jnpe.exp: Drop srcdir from untested path.
1413
1414 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1415
1416 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
1417 Drop prefix from unsupported source file path.
1418
1419 2014-04-17 Yao Qi <yao@codesourcery.com>
1420
1421 * lib/gdb.exp (with_target_charset): New proc.
1422 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
1423 with_target_charset.
1424 (test_print_strings): Likewise.
1425 (test_repeat_bytes): Likewise.
1426 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
1427 for some tests.
1428
1429 2014-04-16 Keith Seitz <keiths@redhat.com>
1430
1431 PR gdb/15827
1432 * gdb.dwarf2/corrupt.c: New file.
1433 * gdb.dwarf2/corrupt.exp: New file.
1434
1435 2014-04-16 Keith Seitz <keiths@redhat.com>
1436
1437 PR c++/16597
1438 * gdb.cp/namelessclass.cc: New file.
1439 * gdb.cp/namelessclass.exp: New file.
1440 * gdb.cp/namelessclass.S: New file.
1441
1442 2014-04-16 Doug Evans <dje@google.com>
1443
1444 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
1445 Add comment.
1446 (gdbserver_default_get_comm_port): New function.
1447 (gdbserver_start): Check if board file provided
1448 "gdbserver,get_comm_port" and use it if so.
1449 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
1450 (gdb,socketport): Set to "stdio".
1451 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
1452 (stdio_gdbserver_template): Delete.
1453 (${board}_get_remote_address): Update.
1454 (${board}_build_remote_cmd): Delete.
1455 (${board}_get_comm_port): New function.
1456 (${board}_spawn): Update.
1457 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
1458 Delete.
1459 (${board}_get_remote_address): Update.
1460 (${board}_get_comm_port): New function.
1461
1462 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
1463
1464 * gdb.base/memattr.exp: Improve regexps to handle memory regions
1465 appearing in any order.
1466
1467 2014-04-15 Doug Evans <dje@google.com>
1468
1469 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
1470 uninitialized value of "description".
1471
1472 2014-04-15 Keith Seitz <keiths@redhat.com>
1473
1474 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
1475 Remove unused globals.
1476 (test_running_the_program): Likewise.
1477 (test_controlled_execution): Likewise.
1478 (test_controlling_breakpoints): Likewise.
1479 (test_program_termination): Likewise.
1480
1481 2014-04-15 Keith Seitz <keiths@redhat.com>
1482
1483 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
1484 unused globals.
1485 (test_rbreak_creation_and_listing): Likewise.
1486 (test_ignore_count): Likewise.
1487 (test_error): Likewise.
1488
1489 2014-04-15 Pedro Alves <palves@redhat.com>
1490
1491 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
1492 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
1493 sym-file-loader.c.
1494 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1495 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1496 to sym-file-loader.c.
1497 (struct library): Forward declare.
1498 (load_shlib, lookup_function): Change prototypes.
1499 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1500 (translate_offset): Remove declarations.
1501 (get_text_addr): New declaration.
1502 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
1503 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
1504 sym-file-loader.h.
1505 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1506 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1507 here from sym-file-loader.h.
1508 (struct library): New structure.
1509 (load_shlib, lookup_function): Change prototypes and adjust to
1510 work with a struct library.
1511 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1512 (translate_offset): Make static.
1513 (get_text_addr): New function.
1514 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
1515
1516 2014-04-15 Pedro Alves <palves@redhat.com>
1517
1518 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
1519
1520 2014-04-15 Pedro Alves <palves@redhat.com>
1521
1522 * gdb.base/sym-file-loader.c: Include <limits.h>.
1523 (SELF_LINK): New define.
1524 (get_origin): New function.
1525 (load_shlib): Use it.
1526 * gdb.base/sym-file.exp: Don't early return if the target is
1527 remote. Use runto_main, and issue fail is that fails. Use
1528 gdb_load_shlibs.
1529 (shlib_name): Delete.
1530 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
1531
1532 2014-04-15 Pedro Alves <palves@redhat.com>
1533
1534 * gdb.base/sym-file.exp: Remove regex characters from test
1535 message. Don't refer to breakpoint numbers in test messages.
1536
1537 2014-04-14 Keith Seitz <keiths@redhat.com>
1538
1539 PR c++/16253
1540 * gdb.cp/var-tag.cc: New file.
1541 * gdb.cp/var-tag.exp: New file.
1542 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1543 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1544 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1545 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1546
1547 2014-04-14 Tom Tromey <tromey@redhat.com>
1548
1549 * gdb.cp/classes.exp (test_enums): Handle underlying type.
1550 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
1551 type.
1552 * gdb.cp/enum-class.exp: New file.
1553 * gdb.cp/enum-class.cc: New file.
1554
1555 2014-04-14 Tom Tromey <tromey@redhat.com>
1556
1557 * gdb.dwarf2/enum-type.exp: New file.
1558
1559 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1560
1561 * gdb.mi/mi-vla-c99.exp: New file.
1562 * gdb.mi/vla.c: New file.
1563
1564 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1565
1566 * gdb.base/vla-datatypes.c: New file.
1567 * gdb.base/vla-datatypes.exp: New file.
1568
1569 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1570
1571 * gdb.base/vla-ptr.c: New file.
1572 * gdb.base/vla-ptr.exp: New file.
1573
1574 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1575
1576 * gdb.dwarf2/count.exp: New file.
1577
1578 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1579
1580 * gdb.base/vla-sideeffect.c: New file.
1581 * gdb.base/vla-sideeffect.exp: New file.
1582
1583 2014-04-14 David Blaikie <dblaikie@gmail.com>
1584
1585 * gdb.mi/non-stop.c: Add return value for non-void function return
1586 statement.
1587 * gdb.threads/staticthreads.c: Ditto.
1588
1589 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
1590 Doug Evans <xdje42@gmail.com>
1591
1592 * gdb.guile/scm-value.c: Improve test case.
1593 * gdb.guile/scm-value.exp: Add new test.
1594
1595 2014-04-11 David Blaikie <dblaikie@gmail.com>
1596
1597 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1598 override Clang's default.
1599
1600 2014-04-11 Joel Brobecker <brobecker@adacore.com>
1601
1602 Revert the following changes (regressions):
1603
1604 * gdb.base/vla-sideeffect.c: New file.
1605 * gdb.base/vla-sideeffect.exp: New file.
1606
1607 * gdb.dwarf2/count.exp: New file.
1608
1609 * gdb.base/vla-multi.c: New file.
1610 * gdb.base/vla-multi.exp: New file.
1611
1612 * gdb.base/vla-ptr.c: New file.
1613 * gdb.base/vla-ptr.exp: New file.
1614
1615 * gdb.base/vla-datatypes.c: New file.
1616 * gdb.base/vla-datatypes.exp: New file.
1617
1618 * gdb.mi/mi-vla-c99.exp: New file.
1619 * gdb.mi/vla.c: New file.
1620
1621 2014-04-11 Keith Seitz <keiths@redhat.com>
1622
1623 PR c++/16675
1624 * gdb.cp/cpsizeof.exp: New file.
1625 * gdb.cp/cpsizeof.cc: New file.
1626
1627 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1628
1629 * gdb.mi/mi-vla-c99.exp: New file.
1630 * gdb.mi/vla.c: New file.
1631
1632 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1633
1634 * gdb.base/vla-datatypes.c: New file.
1635 * gdb.base/vla-datatypes.exp: New file.
1636
1637 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1638
1639 * gdb.base/vla-ptr.c: New file.
1640 * gdb.base/vla-ptr.exp: New file.
1641
1642 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1643
1644 * gdb.base/vla-multi.c: New file.
1645 * gdb.base/vla-multi.exp: New file.
1646
1647 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1648
1649 * gdb.dwarf2/count.exp: New file.
1650
1651 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1652
1653 * gdb.base/vla-sideeffect.c: New file.
1654 * gdb.base/vla-sideeffect.exp: New file.
1655
1656 2014-04-11 Yao Qi <yao@codesourcery.com>
1657
1658 * gdb.base/completion.exp: Check file exists before running tests
1659 on file completion.
1660
1661 2014-04-10 Pedro Alves <palves@redhat.com>
1662
1663 * gdb.base/cond-eval-mode.c: New file.
1664 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1665 prepare_for_testing to build the new file. Check result of
1666 runto_main.
1667 (test_break, test_watch): New procedures.
1668 (top level): Use them.
1669
1670 2014-04-08 Pierre Muller <muller@sourceware.org>
1671
1672 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1673 Ctrl-V use for mingw hosts.
1674
1675 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1676
1677 * gdb.python/py-value.c: Improve test case.
1678 * gdb.python/py-value.exp: Add new test.
1679
1680 2014-04-07 David Blaikie <dblaikie@gmail.com>
1681
1682 * lib/compiler.c: Identify the clang compiler.
1683 * lib/compiler.cc: Ditto.
1684
1685 2014-04-03 Yao Qi <yao@codesourcery.com>
1686
1687 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1688
1689 2014-04-01 Anton Blanchard <anton@samba.org>
1690
1691 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1692 messages unique.
1693
1694 2014-04-01 Anton Blanchard <anton@samba.org>
1695
1696 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1697 prepare_for_testing.
1698
1699 2014-04-01 Anton Blanchard <anton@samba.org>
1700
1701 * gdb.arch/ppc64-atomic-inst.c: Remove.
1702 * gdb.arch/ppc64-atomic-inst.S: New file.
1703 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1704
1705 2014-03-31 Doug Evans <dje@google.com>
1706
1707 * gdb.base/print-symbol-loading-lib.c: New file.
1708 * gdb.base/print-symbol-loading-main.c: New file.
1709 * gdb.base/print-symbol-loading.exp: New file.
1710
1711 2014-03-31 Yao Qi <yao@codesourcery.com>
1712
1713 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1714
1715 2014-03-28 Joel Brobecker <brobecker@adacore.com>
1716
1717 * gdb.ada/mi_dyn_arr: New testcase.
1718
1719 2014-03-27 Doug Evans <dje@google.com>
1720
1721 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1722
1723 2014-03-27 Yao Qi <yao@codesourcery.com>
1724
1725 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1726 if target is nios2-*-*.
1727
1728 2014-03-26 Yao Qi <yao@codesourcery.com>
1729
1730 * lib/gdb.exp (readline_is_used): New proc.
1731 * gdb.base/completion.exp: Move tests on command complete up.
1732 Skip the rest of tests if readline is not used.
1733 * gdb.ada/complete.exp: Skp the test if readline is not
1734 used.
1735 * gdb.base/filesym.exp: Likewise.
1736 * gdb.base/macscp.exp: Likewise.
1737 * gdb.base/readline-ask.exp: Likewise.
1738 * gdb.base/readline.exp: Likewise.
1739 * gdb.python/py-cmd.exp: Likewise.
1740 * gdb.trace/tfile.exp: Likewise.
1741
1742 2014-03-26 Yao Qi <yao@codesourcery.com>
1743
1744 * gdb.base/macscp.exp: Fix code format issues.
1745
1746 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1747
1748 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1749 * gdb.asm/powerpc64le.inc: New file.
1750
1751 2014-03-25 Pedro Alves <palves@redhat.com>
1752 Doug Evans <dje@google.com>
1753
1754 * gdb.base/source-execution.c: New file.
1755 * gdb.base/source-execution.exp: New file.
1756 * gdb.base/source-execution.gdb: New file.
1757
1758 2014-03-24 Doug Evans <dje@google.com>
1759
1760 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1761 using fission.
1762
1763 2014-03-24 Hui Zhu <hui@codesourcery.com>
1764 Pedro Alves <palves@redhat.com>
1765
1766 PR breakpoints/16101
1767 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1768 test pass/fail messages. Detect missing support for dprintf when
1769 breakpoints are actually inserted.
1770 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1771 breakpoints are actually inserted.
1772 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1773 fails.
1774
1775 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1776
1777 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1778
1779 2014-03-22 Doug Evans <xdje42@gmail.com>
1780
1781 * gdb.python/python.exp (python not supported): Verify multi-line
1782 python command issues an error.
1783 * gdb.guile/guile.exp (guile not supported): Verify multi-line
1784 guile command issues an error.
1785
1786 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1787
1788 * gdb.threads/thread-specific.exp: Handle the lack of usable
1789 $this_breakpoint and $this_thread.
1790
1791 2014-03-21 Hui Zhu <hui@codesourcery.com>
1792
1793 * gdb.base/attach.exp (do_command_attach_tests): New.
1794
1795 2014-03-20 Tom Tromey <tromey@redhat.com>
1796 Pedro Alves <palves@redhat.com>
1797
1798 PR cli/15718
1799 * gdb.base/condbreak-call-false.c: New file.
1800 * gdb.base/condbreak-call-false.exp: New file.
1801
1802 2014-03-20 Pedro Alves <palves@redhat.com>
1803
1804 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1805 Delete.
1806 (block_signals, unblock_signals): Delete.
1807 (child_function_2, main): Remove references to deleted variable
1808 and functions.
1809
1810 2014-03-20 Pedro Alves <palves@redhat.com>
1811
1812 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1813 Use pthread_kill to signal thread 2.
1814 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1815 Adjust to make the test send itself a signal rather than using the
1816 host's "kill" command.
1817
1818 2014-03-20 Pedro Alves <palves@redhat.com>
1819
1820 * gdb.threads/multiple-step-overs.c: New file.
1821 * gdb.threads/multiple-step-overs.exp: New file.
1822 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1823 Adjust expected infrun debug output.
1824
1825 2014-03-20 Pedro Alves <palves@redhat.com>
1826
1827 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1828 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1829
1830 2014-03-20 Pedro Alves <palves@redhat.com>
1831
1832 PR breakpoints/7143
1833 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1834 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1835 of gdb_test_multiple.
1836 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1837 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1838
1839 2014-03-20 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1842 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1843
1844 2014-03-19 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.base/async.exp: Remove early return.
1847
1848 2014-03-19 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1851
1852 2014-03-19 Pedro Alves <palves@redhat.com>
1853
1854 * gdb.base/async.exp (test_background): Expect \r\n after
1855 "completed." in the fail pattern.
1856
1857 2014-03-19 Pedro Alves <palves@redhat.com>
1858
1859 * gdb.base/async.exp (test_background): New procedure.
1860 Use it for all background execution command tests.
1861
1862 2014-03-19 Pedro Alves <palves@redhat.com>
1863
1864 * gdb.base/async.exp: Use prepare_for_testing.
1865
1866 2014-03-19 Pedro Alves <palves@redhat.com>
1867
1868 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1869 the same line.
1870
1871 2014-03-19 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.base/async.c (main): Add "jump here" and "until here" line
1874 marker comments.
1875 * gdb.base/async.exp (jump_here): New global.
1876 (jump& test): Use it.
1877 (until_here): New global.
1878 (until& test): Use it.
1879
1880 2014-03-19 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.base/async.exp: Don't frob gdb_protocol.
1883
1884 2014-03-18 Doug Evans <xdje42@gmail.com>
1885
1886 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1887 Fix spelling of exec-done-display.
1888
1889 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1890
1891 PR gdb/15358
1892 * gdb.base/gdb-sigterm.c: New file.
1893 * gdb.base/gdb-sigterm.exp: New file.
1894
1895 2014-03-18 Pedro Alves <palves@redhat.com>
1896
1897 PR gdb/13860
1898 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1899 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1900 solib-event.
1901
1902 2014-03-17 Joel Brobecker <brobecker@adacore.com>
1903
1904 * gdb.ada/pckd_arr_ren: New testcase.
1905
1906 2014-03-13 Doug Evans <xdje42@gmail.com>
1907
1908 PR guile/16612
1909 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1910 collect after discarding symbols.
1911
1912 2014-03-13 Ludovic Courtès <ludo@gnu.org>
1913 Doug Evans <xdje42@gmail.com>
1914
1915 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1916 to history survives a gc.
1917
1918 2014-03-13 Pedro Alves <palves@redhat.com>
1919
1920 * gdb.base/default.exp: Don't test "target procfs".
1921
1922 2014-03-13 Pedro Alves <palves@redhat.com>
1923
1924 * gdb.base/default.exp: Update "target child" and "target procfs"
1925 tests to not expect "Unix".
1926
1927 2014-03-12 Tom Tromey <tromey@redhat.com>
1928
1929 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1930 New procs. Add target-async tests.
1931 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1932 Add target-async tests.
1933
1934 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1935
1936 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1937 'func_start' and 'func_end' for the beginning and end of the
1938 function code, respectively.
1939 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1940 'func_end' instead of 'func' and 'main'.
1941
1942 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1943
1944 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1945 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1946 generate the debug info assembler source.
1947
1948 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1949
1950 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1951 * gdb.dwarf2/arr-subrange.exp: Likewise.
1952 * gdb.dwarf2/dwz.exp: Likewise.
1953 * gdb.dwarf2/method-ptr.exp: Likewise.
1954 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1955 * gdb.dwarf2/subrange.exp: Likewise.
1956 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1957 * gdb.dwarf2/implptrpiece.exp: Likewise.
1958 * gdb.dwarf2/nostaticblock.exp: Likewise.
1959
1960 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1961
1962 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1963 directory to absolute path name arguments.
1964
1965 2014-03-10 Joel Brobecker <brobecker@adacore.com>
1966
1967 * gdb.ada/tagged_access: New testcase.
1968
1969 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1970
1971 * gdb.btrace/data.exp: Update expected output.
1972
1973 2014-03-06 Yao Qi <yao@codesourcery.com>
1974
1975 * gdb.trace/pr16508.exp: New file.
1976
1977 2014-03-05 Pedro Alves <palves@redhat.com>
1978
1979 PR gdb/16575
1980 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1981 procedure.
1982 (top level): Adjust to use it. Add tests that exercise breakpoint
1983 interaction with the code-cache.
1984
1985 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1986
1987 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1988 test for 'history-append!'.
1989
1990 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1991
1992 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1993 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1994 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1995 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1996 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1997 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1998
1999 2014-02-26 Joel Brobecker <brobecker@adacore.com>
2000
2001 * testsuite/gdb.python/py-pp-re-notag.c: New file.
2002 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
2003 * testsuite/gdb.python/py-pp-re-notag.p: New file.
2004
2005 2014-02-26 Joel Brobecker <brobecker@adacore.com>
2006
2007 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
2008
2009 2014-02-26 Joel Brobecker <brobecker@adacore.com>
2010
2011 * gdb.dwarf2/arr-stride.c: New file.
2012 * gdb.dwarf2/arr-stride.exp: New file.
2013
2014 2014-02-26 Pedro Alves <palves@redhat.com>
2015
2016 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
2017 that won't ever trigger. Make sure that GDB reports the correct
2018 breakpoint that caused the stop.
2019
2020 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2021
2022 PR gdb/16626
2023 * gdb.base/auto-load-script: New file.
2024 * gdb.base/auto-load.c: New file.
2025 * gdb.base/auto-load.exp: New file.
2026
2027 PR gdb/16626
2028 * gdb.base/auto-load.exp: Fix out-of-srctree run.
2029
2030 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2031
2032 Fix dw2-icycle.exp -fsanitize=address GDB crash.
2033 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
2034
2035 2014-02-24 Doug Evans <dje@google.com>
2036
2037 * lib/gdb.exp (run_on_host): Log error output if program fails.
2038
2039 2014-02-21 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.threads/step-after-sr-lock.c: Rename to ...
2042 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
2043 * gdb.threads/step-after-sr-lock.exp: Rename to ...
2044 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2045 ... this.
2046
2047 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
2048
2049 PR tdep/16397
2050 * gdb.arch/amd64-stap-special-operands.exp: New file.
2051 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
2052 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
2053 * gdb.arch/amd64-stap-triplet.S: Likewise.
2054 * gdb.arch/amd64-stap-triplet.c: Likewise.
2055
2056 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2057
2058 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
2059 in .section pseudo-op.
2060
2061 2014-02-20 lin zuojian <manjian2006@gmail.com>
2062 Joel Brobecker <brobecker@adacore.com>
2063 Doug Evans <xdje42@gmail.com>
2064
2065 PR symtab/16581
2066 * gdb.dwarf2/dw2-icycle.S: New file.
2067 * gdb.dwarf2/dw2-icycle.c: New file.
2068 * gdb.dwarf2/dw2-icycle.exp: New file.
2069
2070 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2071
2072 * gdb.python/py-value-cc.cc: Improve test case to enable testing
2073 operations on gdb.Value objects.
2074 * gdb.python/py-value-cc.exp: Add new test to test operations on
2075 gdb.Value objects.
2076
2077 2014-02-18 Doug Evans <dje@google.com>
2078
2079 * Makefile.in (TESTS): New variable.
2080 (expanded_tests, expanded_tests_or_none): New variables
2081 (check-single): Pass $(expanded_tests_or_none) to runtest.
2082 (check-parallel): Only run tests in $(TESTS) if non-empty.
2083 (check/no-matching-tests-found): New rule.
2084 * README: Document TESTS makefile variable.
2085
2086 2014-02-18 Doug Evans <dje@google.com>
2087
2088 * Makefile.in (check-parallel): rm -rf outputs temp.
2089
2090 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2091
2092 Fix "ERROR: no fileid for" in the testsuite.
2093 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
2094
2095 2014-02-12 Doug Evans <dje@google.com>
2096
2097 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
2098 (MISCELLANEOUS): New variable.
2099 (clean): rm -rf $(MISCELLANEOUS).
2100 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
2101 dwp live in the same directory as symlinks, with each symlink pointed
2102 to a differently named file in a different directory.
2103
2104 2014-02-11 Doug Evans <dje@google.com>
2105
2106 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
2107 of Tcl file commands.
2108
2109 2014-02-10 Mark Kettenis <kettenis@gnu.org>
2110
2111 * gdb.threads/step-after-sr-lock.exp: Avoid executing
2112 "kill -SIGUSR1 -1".
2113
2114 2014-02-10 Joel Brobecker <brobecker@adacore.com>
2115
2116 * gdb.ada/tick_length_array_enum_idx: New testcase.
2117
2118 2014-02-10 Doug Evans <xdje42@gmail.com>
2119
2120 * configure.ac (AC_OUTPUT): Add gdb.guile.
2121 * configure: Regenerate.
2122 * lib/gdb-guile.exp: New file.
2123 * lib/gdb.exp (get_target_charset): New function.
2124 * gdb.base/help.exp: Update expected output from "apropos apropos".
2125 * gdb.guile/Makefile.in: New file.
2126 * gdb.guile/guile.exp: New file.
2127 * gdb.guile/scm-arch.c: New file.
2128 * gdb.guile/scm-arch.exp: New file.
2129 * gdb.guile/scm-block.c: New file.
2130 * gdb.guile/scm-block.exp: New file.
2131 * gdb.guile/scm-breakpoint.c: New file.
2132 * gdb.guile/scm-breakpoint.exp: New file.
2133 * gdb.guile/scm-disasm.c: New file.
2134 * gdb.guile/scm-disasm.exp: New file.
2135 * gdb.guile/scm-equal.c: New file.
2136 * gdb.guile/scm-equal.exp: New file.
2137 * gdb.guile/scm-error.exp: New file.
2138 * gdb.guile/scm-error.scm: New file.
2139 * gdb.guile/scm-frame-args.c: New file.
2140 * gdb.guile/scm-frame-args.exp: New file.
2141 * gdb.guile/scm-frame-args.scm: New file.
2142 * gdb.guile/scm-frame-inline.c: New file.
2143 * gdb.guile/scm-frame-inline.exp: New file.
2144 * gdb.guile/scm-frame.c: New file.
2145 * gdb.guile/scm-frame.exp: New file.
2146 * gdb.guile/scm-generics.exp: New file.
2147 * gdb.guile/scm-gsmob.exp: New file.
2148 * gdb.guile/scm-iterator.c: New file.
2149 * gdb.guile/scm-iterator.exp: New file.
2150 * gdb.guile/scm-math.c: New file.
2151 * gdb.guile/scm-math.exp: New file.
2152 * gdb.guile/scm-objfile-script-gdb.in: New file.
2153 * gdb.guile/scm-objfile-script.c: New file.
2154 * gdb.guile/scm-objfile-script.exp: New file.
2155 * gdb.guile/scm-objfile.c: New file.
2156 * gdb.guile/scm-objfile.exp: New file.
2157 * gdb.guile/scm-ports.exp: New file.
2158 * gdb.guile/scm-pretty-print.c: New file.
2159 * gdb.guile/scm-pretty-print.exp: New file.
2160 * gdb.guile/scm-pretty-print.scm: New file.
2161 * gdb.guile/scm-section-script.c: New file.
2162 * gdb.guile/scm-section-script.exp: New file.
2163 * gdb.guile/scm-section-script.scm: New file.
2164 * gdb.guile/scm-symbol.c: New file.
2165 * gdb.guile/scm-symbol.exp: New file.
2166 * gdb.guile/scm-symtab-2.c: New file.
2167 * gdb.guile/scm-symtab.c: New file.
2168 * gdb.guile/scm-symtab.exp: New file.
2169 * gdb.guile/scm-type.c: New file.
2170 * gdb.guile/scm-type.exp: New file.
2171 * gdb.guile/scm-value-cc.cc: New file.
2172 * gdb.guile/scm-value-cc.exp: New file.
2173 * gdb.guile/scm-value.c: New file.
2174 * gdb.guile/scm-value.exp: New file.
2175 * gdb.guile/source2.scm: New file.
2176 * gdb.guile/types-module.cc: New file.
2177 * gdb.guile/types-module.exp: New file.
2178
2179 2014-02-10 Yao Qi <yao@codesourcery.com>
2180
2181 PR testsuite/16543
2182 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
2183 * configure: Regenerated.
2184 * Makefile.in: New file.
2185
2186 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2187
2188 * gdb.python/py-framefilter.exp: Fix typo.
2189
2190 2014-02-08 Yao Qi <yao@codesourcery.com>
2191
2192 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
2193 that no =breakpoint-modified is emitted when breakpoints are
2194 modified through MI commands.
2195
2196 2014-02-07 Pedro Alves <pedro@codesourcery.com>
2197 Pedro Alves <palves@redhat.com>
2198
2199 * gdb.threads/step-after-sr-lock.c: New file.
2200 * gdb.threads/step-after-sr-lock.exp: New file.
2201
2202 2014-02-07 Pedro Alves <palves@redhat.com>
2203
2204 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
2205
2206 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2207
2208 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
2209 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
2210
2211 2014-02-06 Doug Evans <xdje42@gmail.com>
2212
2213 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
2214 output.
2215
2216 * gdb.gdb/python-interrupts.exp: New file.
2217
2218 2014-02-05 Yao Qi <yao@codesourcery.com>
2219
2220 * gdb.trace/report.exp (use_collected_data): Test the output
2221 of "info threads" and "info inferiors".
2222
2223 2014-02-05 Yao Qi <yao@codesourcery.com>
2224
2225 Revert this patch:
2226
2227 2013-05-24 Yao Qi <yao@codesourcery.com>
2228
2229 * gdb.trace/tfile.exp: Test inferior and thread.
2230
2231 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2232
2233 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
2234 on a function.
2235 * gdb.base/step-bt.c: Call hello via function pointer to make
2236 sure its first instruction is executed on powerpc64le-linux.
2237
2238 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2239
2240 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
2241
2242 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2243
2244 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
2245 of the test patterns for use on little-endian systems.
2246
2247 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2248
2249 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
2250 (decimal_vector): Fix for little-endian.
2251
2252 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
2253
2254 * gdb.arch/sparc-sysstep.exp: New file.
2255 * gdb.arch/sparc-sysstep.c: Likewise.
2256
2257 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
2258
2259 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2260
2261 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
2262
2263 2014-01-23 Tom Tromey <tromey@redhat.com>
2264
2265 * gdb.ada/array_char_idx: New testcase.
2266
2267 2014-01-23 Tom Tromey <tromey@redhat.com>
2268
2269 PR python/16487:
2270 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
2271 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
2272 classes.
2273
2274 2014-01-23 Tom Tromey <tromey@redhat.com>
2275
2276 PR python/16491:
2277 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
2278 string from an inferior frame.
2279 * gdb.python/py-framefilter-mi.exp: Update.
2280
2281 2014-01-22 Doug Evans <dje@google.com>
2282
2283 * gdb.server/server-mon.exp: Add tests for "set debug-format".
2284
2285 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2286
2287 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
2288
2289 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2290
2291 * gdb.trace/entry-values.exp: Remove excess space character from
2292 regex patterns. Handle s390 call instruction.
2293
2294 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2295
2296 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
2297 define "*_start" label. Make "name" static.
2298 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
2299 ${name} by references to ${name}_start.
2300
2301 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2302
2303 * gdb.base/info-macros.exp: Remove "debug" from the compile
2304 options.
2305
2306 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2307
2308 * gdb.dlang/demangle.exp: New file.
2309
2310 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2311
2312 * gdb.dlang/primitive-types.exp: New file.
2313
2314 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2315
2316 * configure.ac: Create gdb.dlang/Makefile.
2317 * configure: Regenerate.
2318 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
2319 * gdb.dlang/Makefile.in: New file.
2320 * lib/d-support.exp: New file.
2321 * lib/gdb.exp (skip_d_tests): New proc.
2322
2323 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2324
2325 * gdb.btrace/delta.exp: Check reverse stepi.
2326 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
2327 * gdb.btrace/finish.exp: New.
2328 * gdb.btrace/next.exp: New.
2329 * gdb.btrace/nexti.exp: New.
2330 * gdb.btrace/record_goto.c: Add comments.
2331 * gdb.btrace/step.exp: New.
2332 * gdb.btrace/stepi.exp: New.
2333 * gdb.btrace/multi-thread-step.c: New.
2334 * gdb.btrace/multi-thread-step.exp: New.
2335 * gdb.btrace/rn-dl-bind.c: New.
2336 * gdb.btrace/rn-dl-bind.exp: New.
2337 * gdb.btrace/data.c: New.
2338 * gdb.btrace/data.exp: New.
2339 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2340
2341 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2342
2343 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
2344 * gdb.btrace/exception.exp: Update.
2345 * gdb.btrace/instruction_history.exp: Update.
2346 * gdb.btrace/record_goto.exp: Update.
2347 * gdb.btrace/tailcall.exp: Update.
2348 * gdb.btrace/unknown_functions.exp: Update.
2349 * gdb.btrace/delta.exp: New.
2350
2351 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2352
2353 * gdb.btrace/record_goto.exp: Add backtrace test.
2354 * gdb.btrace/tailcall.exp: Add backtrace test.
2355
2356 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2357
2358 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
2359 * gdb.btrace/record_goto.c: New.
2360 * gdb.btrace/record_goto.exp: New.
2361 * gdb.btrace/x86-record_goto.S: New.
2362
2363 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2364
2365 * gdb.btrace/function_call_history.exp: Update tests.
2366 * gdb.btrace/instruction_history.exp: Update tests.
2367
2368 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2369
2370 * gdb.btrace/function_call_history.exp: Fix expected field
2371 order for "record function-call-history".
2372 Add new tests for "record function-call-history /c".
2373 * gdb.btrace/exception.cc: New.
2374 * gdb.btrace/exception.exp: New.
2375 * gdb.btrace/tailcall.exp: New.
2376 * gdb.btrace/x86-tailcall.S: New.
2377 * gdb.btrace/x86-tailcall.c: New.
2378 * gdb.btrace/unknown_functions.c: New.
2379 * gdb.btrace/unknown_functions.exp: New.
2380 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2381
2382 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2383
2384 * gdb.btrace/instruction_history.exp: Update.
2385 * gdb.btrace/function_call_history.exp: Update.
2386
2387 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2388
2389 * gdb.btrace/function_call_history.exp: Fix expected function
2390 trace.
2391 * gdb.btrace/instruction_history.exp: Initialize traced.
2392 Remove traced_functions.
2393
2394 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2395
2396 * gdb.btrace/function_call_history.exp: Update
2397 * gdb.btrace/instruction_history.exp: Update.
2398
2399 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2400
2401 * gdb.btrace/enable.exp: Update expected text.
2402
2403 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
2404
2405 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
2406 bytes.
2407
2408 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
2409
2410 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
2411
2412 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
2413
2414 * lib/gdb.exp (supports_process_record): Return true for
2415 arm*-linux*. (supports_reverse): Likewise.
2416
2417 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
2418
2419 PR python/15464
2420 PR python/16113
2421 * gdb.python/py-type.c: Enhance test case.
2422 * gdb.python/py-value-cc.cc: Likewise
2423 * gdb.python/py-type.exp: Add new tests.
2424 * gdb.python/py-value-cc.exp: Likewise
2425
2426 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2427 Pedro Alves <palves@redhat.com>
2428
2429 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
2430 Make "name" extern.
2431 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
2432 references to ${name}_start by references to ${name}.
2433
2434 2014-01-10 Joel Brobecker <brobecker@adacore.com>
2435
2436 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
2437
2438 2014-01-10 Joel Brobecker <brobecker@adacore.com>
2439
2440 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
2441
2442 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
2443 Pedro Alves <palves@redhat.com>
2444
2445 * gdb.mi/mi-info-os.exp: Connect to the target with
2446 mi_gdb_target_load.
2447
2448 2014-01-08 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.threads/reconnect-signal.c: New file.
2451 * gdb.threads/reconnect-signal.exp: New file.
2452
2453 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2454
2455 * gdb.base/source-dir.exp: New file.
2456
2457 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2458
2459 * gdb.ada/mi_interface: New testcase.
2460
2461 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2462
2463 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
2464 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
2465 gdb.ada/pp-rec-component/pck.ads: New files.
2466
2467 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2468
2469 * gdb.python/py-pp-integral.c: New file.
2470 * gdb.python/py-pp-integral.py: New file.
2471 * gdb.python/py-pp-integral.exp: New file.
2472
2473 For older changes see ChangeLog-1993-2013.
2474 \f
2475 ;; Local Variables:
2476 ;; mode: change-log
2477 ;; left-margin: 8
2478 ;; fill-column: 74
2479 ;; version-control: never
2480 ;; End:
2481
2482 Copyright 2014 Free Software Foundation, Inc.
2483 Copying and distribution of this file, with or without modification,
2484 are permitted provided the copyright notice and this notice are preserved.
This page took 0.083959 seconds and 4 git commands to generate.