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