Add support for reading frame registers to Python API.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
5f3b99cf
SS
12014-09-03 Sasha Smundak <asmundak@google.com>
2
3 * gdb.python/py-frame.exp: Test Frame.read_register.
4
7d793aa9
SDJ
52014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6
7 PR python/16699
8 * gdb.python/py-completion.exp: New file.
9 * gdb.python/py-completion.py: Likewise.
10
fb0576e9
DE
112014-08-28 Doug Evans <dje@google.com>
12
13 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14 eax,etc. are live with values set by gdb and thus the compiler can't
15 use them.
16 * gdb.arch/i386-pseudo.c (main): Ditto.
17
ee92b0dd
DE
182014-08-27 Doug Evans <dje@google.com>
19
20 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21
6649db35
DE
222014-08-25 Doug Evans <dje@google.com>
23
24 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
25 (main): Ditto.
26
564b7600
DE
272014-08-25 Doug Evans <dje@google.com>
28
29 * gdb.threads/thread-execl.exp: #include <stdio.h>.
30
3881fb67
YQ
312014-08-24 Yao Qi <yao@codesourcery.com>
32
33 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
34 symbol off.
35 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
36
a05a36a5
DE
372014-08-22 Doug Evans <dje@google.com>
38
39 PR 17276
40 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
41 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
42 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
43
7c343b48
YQ
442014-08-22 Yao Qi <yao@codesourcery.com>
45
46 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
47 * gdb.python/py-finish-breakpoint2.exp: Likewise.
48 * gdb.python/python.exp: Likewise. Use .py file on the host
49 instead of the build.
50
22fd09ae
JK
512014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
52
53 * gdb.threads/gcore-stale-thread.c: New file.
54 * gdb.threads/gcore-stale-thread.exp: New file.
55
a8454a7c
PA
562014-08-21 Pedro Alves <palves@redhat.com>
57
58 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
59 * gdb.base/gcore-relro-pie.exp: Likewise.
60 * gdb.base/gcore-relro.exp: Likewise.
61 * gdb.base/gcore.exp: Likewise.
62 * gdb.base/print-symbol-loading.exp: Likewise.
63 * gdb.threads/gcore-thread.exp: Likewise.
64 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
65
2a31c623
PA
662014-08-20 Pedro Alves <palves@redhat.com>
67 Jan Kratochvil <jan.kratochvil@redhat.com>
68
69 * Makefile.in (EXTRA_RULES, CC): New variables, get from
70 configure.
71 (EXPECT): Handle READ1 being set.
72 (all): Depend on EXTRA_RULES.
73 (check-read1, expect-read1, read1.so, read1): New rules.
74 * README (Testsuite Parameters): Document the READ1 make variable.
75 (Race detection): New section.
76 * configure: Regenerate.
77 * configure.ac: If build==host==target, and running under a
78 GNU/glibc system, add read1 to the extra Makefile rules.
79 (EXTRA_RULES): AC_SUBST it.
80 * lib/read1.c: New file.
81
d36430db
JB
822014-08-20 Joel Brobecker <brobecker@adacore.com>
83
84 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
85 the handling of variables declared as a typedef to an array
86 which a DW_AT_data_location attribute.
87
9a0dc9e3
PA
882014-08-19 Andrew Burgess <aburgess@broadcom.com>
89 Pedro Alves <palves@redhat.com>
90
91 PR symtab/14604
92 PR symtab/14605
93 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
94 gdb_test.
95
0718a8da
PA
962014-08-19 Pedro Alves <palves@redhat.com>
97
98 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
99
13b448cd
YQ
1002014-08-19 Yao Qi <yao@codesourcery.com>
101
102 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
103 right line.
104
1cbf5077
DB
1052014-08-18 David Blaikie <dblaikie@gmail.com>
106
107 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
108
bf0fae19
JB
1092014-08-18 Joel Brobecker <brobecker@adacore.com>
110
111 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
112 attribute in array range.
113
3c8c5dcc
JB
1142014-08-18 Joel Brobecker <brobecker@adacore.com>
115
116 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
117
e66d4446
SC
1182014-08-15 Siva Chandra Reddy <sivachandra@google.com>
119
120 PR c++/17132
121 * gdb.cp/pr17132.cc: New file.
122 * gdb.cp/pr17132.exp: New file.
123
940df408
SC
1242014-08-15 Siva Chandra Reddy <sivachandra@google.com>
125
126 * gdb.python/py-xmethods.py (A_getarrayind)
127 (E_method_char_worker.__call__, E_method_int_worker.__call__):
128 Use 'print' with function call syntax.
129 (E_method_matcher.match): Fix tab vs space indentation mixup.
130
ebcc6c3a
YQ
1312014-08-15 Yao Qi <yao@codesourcery.com>
132
133 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
134 false.
135
775e0f04
YQ
1362014-08-15 Yao Qi <yao@codesourcery.com>
137
138 * gdb.cp/casts.exp: Set print symbol off.
139 * gdb.cp/class2.exp: Likewise.
140 * gdb.cp/overload.exp: Likewise.
141 * gdb.cp/templates.exp: Likewise.
142
d769e349
DE
1432014-08-11 Doug Evans <dje@google.com>
144
145 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
146 (test_load_shlib): Update.
147
20c6f1e1
YQ
1482014-08-09 Yao Qi <yao@codesourcery.com>
149
150 * gdb.base/display.exp: Invoke is_address_zero_readable.
151 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
152 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
153 * gdb.base/hbreak-unmapped.exp: Return if
154 is_address_zero_readable returns true.
155 * gdb.base/signest.exp: Likewise.
156 * gdb.base/signull.exp: Likewise.
157 * gdb.base/sigbpt.exp: Likewise.
158 * gdb.guile/scm-disasm.exp: Do the test if
159 is_address_zero_readable returns false.
160 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
161 * gdb.python/py-arch.exp: Likewise.
162 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
163 * lib/gdb.exp (is_address_zero_readable): New proc.
164
5792e8e3
YQ
1652014-08-09 Yao Qi <yao@codesourcery.com>
166
167 PR testsuite/13443
168 * gdb.mi/mi-var-display.exp: Make test messages unique.
169
3cecbbbe
TT
1702014-08-04 Tom Tromey <tromey@redhat.com>
171
172 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
173 target 0".
174
00b51ff5
TT
1752014-08-04 Tom Tromey <tromey@redhat.com>
176
177 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
178 "target_resume".
179
6908c509
JB
1802014-08-01 Joel Brobecker <brobecker@adacore.com>
181
182 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
183 inner_vla_struct_object_size.
184 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
185 as xfail.
186
cc6563d2
PA
1872014-07-30 Pedro Alves <palves@redhat.com>
188
189 * gdb.threads/signal-command-handle-nopass.exp (test): Add
190 comment.
191
7e09a223
YQ
1922014-07-29 Yao Qi <yao@codesourcery.com>
193
194 PR gdb/17206
195 * gdb.base/until-nodebug.exp: New.
196
7ebdbe92
DE
1972014-07-28 Doug Evans <xdje42@gmail.com>
198
199 PR guile/17203
200 * gdb.guile/scm-parameter.exp: Add tests for trying to create
201 previously existing parameter, and previously ambiguously spelled
202 parameter.
203
fdb1adc6
WN
2042014-07-28 Will Newton <will.newton@linaro.org>
205
206 * gdb.base/varargs.exp: Remove KFAILs for ARM.
207
186fcde0
DE
2082014-07-26 Ludovic Courtès <ludo@gnu.org>
209 Doug Evans <xdje42@gmail.com>
210
211 PR guile/17146
212 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
213
70509625
PA
2142014-07-25 Pedro Alves <palves@redhat.com>
215
216 * gdb.threads/signal-command-handle-nopass.c: New file.
217 * gdb.threads/signal-command-handle-nopass.exp: New file.
218 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
219 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
220 * gdb.threads/signal-delivered-right-thread.c: New file.
221 * gdb.threads/signal-delivered-right-thread.exp: New file.
222
c3f814a1
PA
2232014-07-25 Pedro Alves <palves@redhat.com>
224
225 * gdb.base/double-prompt-target-event-error.exp
226 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
227 match.
228 (cancel_pagination_in_target_event): Rework double prompt
229 detection.
230 * gdb.base/paginate-after-ctrl-c-running.exp
231 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
232 <return>' match.
233 * gdb.base/paginate-bg-execution.exp
234 (test_bg_execution_pagination_return)
235 (test_bg_execution_pagination_cancel): Remove '-notransfer
236 <return>' matches.
237 * gdb.base/paginate-execution-startup.exp
238 (test_fg_execution_pagination_return)
239 (test_fg_execution_pagination_cancel): Remove '-notransfer
240 <return>' matches.
241 * gdb.base/paginate-inferior-exit.exp
242 (test_paginate_inferior_exited): Remove '-notransfer <return>'
243 match.
244 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
245 * lib/gdb.exp (pagination_prompt): Run text through
246 string_to_regexp.
247 (gdb_test_multiple): Match $pagination_prompt instead of
248 "<return>".
249 (string_to_regexp): Move to lib/gdb-utils.exp.
250
e214cf6c
JK
2512014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
252
253 * gdb.arch/amd64-entry-value-paramref.S: New file.
254 * gdb.arch/amd64-entry-value-paramref.cc: New file.
255 * gdb.arch/amd64-entry-value-paramref.exp: New file.
256 * gdb.arch/amd64-optimout-repeat.S: New file.
257 * gdb.arch/amd64-optimout-repeat.c: New file.
258 * gdb.arch/amd64-optimout-repeat.exp: New file.
259
17d0c5c8
JK
2602014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
261
262 PR gdb/17170
263 * gdb.base/statistics.exp: New file.
264
b8b8facf
DE
2652014-07-17 Doug Evans <dje@google.com>
266
74b49205 267 PR gdb/17170
b8b8facf
DE
268 * gdb.base/maint.exp: Update testing of per-command stats.
269
1b5d0ab3
PA
2702014-07-16 Pedro Alves <palves@redhat.com>
271
272 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
273 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
274 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
275 (tfile_write_buf): New functions.
276 (add_memory_block): Rewrite using the above.
277 (adjust_function_address): New function.
278 (FUNCTION_ADDRESS): New macro.
279 (write_basic_trace_file): Remove short_x local, and use
280 tfile_write_16. Change type of func_addr local to unsigned long
281 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
282 here. Cast argument of add_memory_block to char pointer.
283 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
284 (main): Remove parameters.
285 * gdb.trace/tfile.exp: Remove nowarnings.
286
4d974e88
SM
2872014-07-15 Simon Marchi <simon.marchi@ericsson.com>
288
289 * gdb.base/debug-expr.exp: Test string evaluation with
290 "debug expression" on.
291
41e99568
PA
2922014-07-15 Pedro Alves <palves@redhat.com>
293
294 * gdb.base/reread.exp: Use clean_restart.
295
487d9753
PL
2962014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
297
298 * gdb.arch/avr-flash-qualifer.c: New.
299 * gdb.arch/avr-flash-qualifer.exp: New.
300
cc1c52ad
PA
3012014-07-14 Pedro Alves <palves@redhat.com>
302
303 * gdb.base/paginate-after-ctrl-c-running.c: New file.
304 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
305
1e973570
PA
3062014-07-14 Pedro Alves <palves@redhat.com>
307
308 * gdb.base/double-prompt-target-event-error.c: New file.
309 * gdb.base/double-prompt-target-event-error.exp: New file.
310
93d6eb10
PA
3112014-07-14 Pedro Alves <palves@redhat.com>
312
313 PR gdb/17072
314 * gdb.base/paginate-inferior-exit.c: New file.
315 * gdb.base/paginate-inferior-exit.exp: New file.
316
0017922d
PA
3172014-07-14 Pedro Alves <palves@redhat.com>
318
319 PR gdb/17072
320 * gdb.base/paginate-bg-execution.c: New file.
321 * gdb.base/paginate-bg-execution.exp: New file.
322
94696ad3
PA
3232014-07-14 Pedro Alves <palves@redhat.com>
324
325 PR gdb/17072
326 * gdb.base/paginate-execution-startup.c: New file.
327 * gdb.base/paginate-execution-startup.exp: New file.
328 * lib/gdb.exp (pagination_prompt): New global.
329 (default_gdb_spawn): New procedure, factored out from
330 default_gdb_spawn.
331 (default_gdb_start): Adjust to call default_gdb_spawn.
332 (gdb_spawn): New procedure.
333
bd293940
PA
3342014-07-14 Pedro Alves <palves@redhat.com>
335
336 * lib/gdb.exp (gdb_assert): New procedure.
337 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
338
c933f875
PA
3392014-07-14 Pedro Alves <palves@redhat.com>
340
341 * gdb.base/execution-termios.c: New file.
342 * gdb.base/execution-termios.exp: New file.
343
d98b7a16
TT
3442014-07-14 Tom Tromey <tromey@redhat.com>
345
346 * gdb.cp/vla-cxx.cc: New file.
347 * gdb.cp/vla-cxx.exp: New file.
348
548740d6
TT
3492014-07-14 Tom Tromey <tromey@redhat.com>
350
351 * gdb.reverse/rerun-prec.c: New file.
352 * gdb.reverse/rerun-prec.exp: New file.
353
a25eb028
MR
3542014-07-12 Maciej W. Rozycki <macro@mips.com>
355 Maciej W. Rozycki <macro@codesourcery.com>
356
357 * lib/gdb-utils.exp: New file.
358 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
359 inline `gdb_init_command' processing.
360 (gdb_start_cmd): Likewise.
361 * lib/mi-support.exp (mi_run_cmd): Likewise.
362 * README: Document `gdb_init_command' and `gdb_init_commands'.
363
218c2655
JK
3642014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
365
366 Fix false FAIL running under a very long directory name.
367 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
368 and "set print elements 10000". Twice.
369
5401fde3
YQ
3702014-07-11 Yao Qi <yao@codesourcery.com>
371
372 * gdb.base/exprs.exp: "set print symbol off".
373
e76126e8
PA
3742014-07-11 Pedro Alves <palves@redhat.com>
375
376 * gdb.threads/kill.c: New file.
377 * gdb.threads/kill.exp: New file.
378
2d6f0de6
YQ
3792014-07-10 Yao Qi <yao@codesourcery.com>
380
381 * gdb.trace/tfile.c (write_basic_trace_file)
382 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
383 address written to trace file.
384
7180e04a
PA
3852014-07-09 Pedro Alves <palves@redhat.com>
386
387 * gdb.base/attach-wait-input.exp: New file.
388 * gdb.base/attach-wait-input.c: New file.
389
9a9a7608
AB
3902014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
391
392 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
393 setting up test structures.
394 (main): Call new test function.
395 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
396 test function, continue into test function and walk test
397 structures.
398
161ac41e
YQ
3992014-07-02 Yao Qi <yao@codesourcery.com>
400
401 * gdb.trace/entry-values.c: Define labels 'foo_start' and
402 'bar_start' at the beginning of functions 'foo' and 'bar'
403 respectively.
404 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
405 instead of 'foo' and 'bar'.
406
1f267ae3
MM
4072014-07-08 Markus Metzger <markus.t.metzger@intel.com>
408
409 * gdb.btrace/segv.exp: New.
410 * gdb.btrace/segv.c: New.
411
2b239efb
LM
4122014-07-02 Luis Machado <lgustavo@codesourcery.com>
413
414 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
415 instruction.
416
cf363f18
MW
4172014-06-30 Mark Wielaard <mjw@redhat.com>
418
419 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
420 vulture, vilify, villar): New volatile array constants.
421 (vindictive, vegetation): New const volatile array constants.
422 * gdb.base/volatile.exp: Test volatile and const volatile array
423 types.
424
aebf9d24
AA
4252014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
426
427 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
428 target lacks support for awatch, rwatch, or hbreak.
429
b67a2c6f
YQ
4302014-06-27 Yao Qi <yao@codesourcery.com>
431
432 * gdb.multi/dummy-frame-restore.exp: New.
433 * gdb.multi/dummy-frame-restore.c: New.
434
aef92902
MM
4352014-06-25 Markus Metzger <markus.t.metzger@intel.com>
436
437 * gdb.btrace/gcore.exp: New.
438
8e9db26e
PA
4392014-06-23 Pedro Alves <palves@redhat.com>
440
441 * gdb.base/watchpoint-reuse-slot.c: New file.
442 * gdb.base/watchpoint-reuse-slot.exp: New file.
443
70afc5b7
SC
4442014-06-23 Siva Chandra Reddy <sivachandra@google.com>
445
446 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
447 progspace's filename in 'info', 'enable' and 'disable' command
448 tests.
449
b972bd9c
JK
4502014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
451
452 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
453 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
454 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
455
125f8a3d
GB
4562014-06-20 Gary Benson <gbenson@redhat.com>
457
458 * gdb.arch/i386-avx.exp: Fix include file location.
459 * gdb.arch/i386-sse.exp: Likewise.
460
3ed9baed
IB
4612014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
462
463 * gdb.dlang/expression.exp: New file.
464
034f788c
PA
4652014-06-19 Pedro Alves <palves@redhat.com>
466
467 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
468 out from ...
469 (top level): ... here. Iterate running tests under different
470 scheduler-locking settings.
471
45371d0c
LM
4722014-06-18 Luis Machado <lgustavo@codesourcery.com>
473
474 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
475 to DW_FORM_addr and use non-zero addresses.
476
5d376983
SC
4772014-06-18 Siva Chandra Reddy <sivachandra@google.com>
478
479 PR gdb/17017
480 * gdb.python/py-xmethods.cc: Add global function call counters and
481 increment them in their respective functions. Remove "cout"
482 statements.
483 * gdb.python/py-xmethods.exp: Make tests check the global function
484 call counters instead of depending on inferior IO.
485
a1aa2221
LM
4862014-06-18 Don Breazeal <donb@codesourcery.com>
487
488 * gdb.base/foll-fork.exp (default_fork_parent_follow):
489 Deleted procedure.
490 (explicit_fork_parent_follow): Deleted procedure.
491 (explicit_fork_child_follow): Deleted procedure.
492 (test_follow_fork): New procedure.
493 (do_fork_tests): Replace calls to deleted procedures with
494 calls to test_follow_fork and reset GDB for subsequent
495 procedure calls.
496
0fc05997
YQ
4972014-06-17 Yao Qi <yao@codesourcery.com>
498
499 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
500 CP1252.
501
70795c52
LM
5022014-06-17 Luis Machado <lgustavo@codesourcery.com>
503
504 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
505 Initialize ptr and S explicitly.
506 (skip_type_update_when_not_use_rtti_test): Likewise.
507
6be47f0c
KS
5082014-06-16 Keith Seitz <keiths@redhat.com>
509
510 PR mi/15863
511 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
512 the inferior is started.
513
d03de421
PA
5142014-06-16 Pedro Alves <palves@redhat.com>
515
516 * gdb.base/break-main-file-remove-fail.c: New file.
517 * gdb.base/break-main-file-remove-fail.exp: New file.
518 * gdb.base/break-unload-file.exp: Use build_executable instead of
519 prepare_for_testing.
520 (test_break): New parameter "initial_load". Handle it.
521 (top level): Add initial_load cmdline/file axis.
522
f9579b99
TT
5232014-06-12 Tom Tromey <tromey@redhat.com>
524
525 * gdb.base/completion.exp: Don't use directory name in test.
526
3657956b
GB
5272014-06-09 Gary Benson <gbenson@redhat.com>
528
529 * gdb.base/sigall.c [Functions to send signals]: Reorder to
530 separate the always-available ANSI-standard signals from the
531 signals that require checking.
532 (main): Likewise.
533 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
534 Likewise.
535 (main): Likewise.
536
4186eb54
KS
5372014-06-07 Keith Seitz <keiths@redhat.com>
538
539 Revert:
540 PR c++/16253
541 * gdb.cp/var-tag.cc: New file.
542 * gdb.cp/var-tag.exp: New file.
543 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
544 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
545 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
546 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
547
25326a28 5482014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
549
550 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
551
829155c9
PA
5522014-06-06 Pedro Alves <palves@redhat.com>
553
554 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
555 in target debug output instead of looking at RSP packets,
556 disabling the test on any target that uses hardware stepping.
557 Update comments.
558
61c8d22e
PA
5592014-06-06 Pedro Alves <palves@redhat.com>
560
561 * gdb.base/break-unload-file.exp: Fix typo.
562
d9a47287
YQ
5632014-06-06 Yao Qi <yao@codesourcery.com>
564
565 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
566 from "jit_function" to "^jit_function".
567
e5e01dbf
YQ
5682014-06-06 Yao Qi <yao@codesourcery.com>
569
570 * gdb.base/async.c (foo): Add one statement.
571 * gdb.base/async.exp: Get the next instruction address and
572 match the output of "nexti" by instruction address. Match
573 the hex address in the output of "finish".
574
73ba372c
GB
5752014-06-06 Gary Benson <gbenson@redhat.com>
576
577 * gdb.base/call-signals.c: Remove preprocessor conditionals
578 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
579 SIGSEGV and SIGTERM.
580 * gdb.base/sigall.c: Likewise.
581 * gdb.base/unwindonsignal.c: Likewise.
582 * gdb.reverse/sigall-reverse.c: Likewise.
583
831517df
YQ
5842014-06-06 Yao Qi <yao@codesourcery.com>
585
586 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
587 readable, skip the test.
588
b8b91e98
YQ
5892014-06-06 Yao Qi <yao@codesourcery.com>
590
591 * gdb.threads/staticthreads.c (thread_function): Move the line
592 setting breakpoint on forward.
593 * gdb.threads/staticthreads.exp: Update comments.
594
fb934770
LC
5952014-06-05 Ludovic Courtès <ludo@gnu.org>
596
597 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
598 "history-append! type error".
599
6ef284bd
SM
6002014-06-05 Simon Marchi <simon.marchi@ericsson.com>
601
602 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
603 erroneous dprintf expected input.
604
a872e241
DE
6052014-06-04 Doug Evans <xdje42@gmail.com>
606
607 * gdb.guile/scm-generics.exp: Delete.
608
16f691fb
DE
6092014-06-04 Doug Evans <xdje42@gmail.com>
610
611 * gdb.guile/scm-breakpoint.exp: Update.
612 Add tests for breakpoint registration.
613
012370f6
TT
6142014-06-04 Tom Tromey <tromey@redhat.com>
615
616 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
617 VLA-in-union.
618 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
619 inner_vla_struct, vla_union types. Initialize objects of those
620 types and compute their sizes.
621
9f5a4cef
HZ
6222014-06-04 Nathan Sidwell <nathan@codesourcery.com>
623 Hui Zhu <hui@codesourcery.com>
624
625 * gdb.base/fileio.exp: Add test for shell not available as well as
626 available.
627 * gdb.base/fileio.c (test_system): Check for shell twice.
628
90a45c4d
YQ
6292014-06-04 Yao Qi <yao@codesourcery.com>
630
631 * gdb.base/auto-connect-native-target.exp: Remove redundant
632 space from the regexp pattern.
633
70017e41
YQ
6342014-06-04 Yao Qi <yao@codesourcery.com>
635
636 * gdb.base/default.exp: Replace "child" with "native" in
637 regexp pattern.
638
883964a7
SC
6392014-06-03 Siva Chandra Reddy <sivachandra@google.com>
640
641 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
642 * gdb.python/py-xmethods.exp: New tests to test xmethods.
643 * gdb.python/py-xmethods.py: Python script supporting the
644 new testcase and tests.
645
ef370185
JB
6462014-06-03 Joel Brobecker <brobecker@adacore.com>
647 Pedro Alves <palves@redhat.com>
648
649 PR breakpoints/17000
650 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
651 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
652
1e2ccb61
BM
6532014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
654
655 * gdb.base/subst.exp: Add tests to verify partial path matching
656 output.
657
c6ec5ab2
PA
6582014-06-03 Pedro Alves <palves@redhat.com>
659
660 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
661 target that doesn't use software single-stepping.
662
835c559f
PA
6632014-06-03 Pedro Alves <palves@redhat.com>
664
665 PR breakpoints/17000
666 * gdb.base/sss-bp-on-user-bp-2.c: New file.
667 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
668
06eb1586
DE
6692014-06-02 Doug Evans <xdje42@gmail.com>
670
671 * gdb.guile/scm-parameter.exp: New file.
672
e698b8c4
DE
6732014-06-02 Doug Evans <xdje42@gmail.com>
674
675 * gdb.guile/scm-cmd.c: New file.
676 * gdb.guile/scm-cmd.exp: New file.
677
ded03782
DE
6782014-06-02 Doug Evans <xdje42@gmail.com>
679
680 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
681 pretty-printer lookup.
682 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
683 (make-pp_s-printer): Call it.
684 (make-pretty-printer-from-dict): New function.
685 (lookup-pretty-printer-maker-from-dict): New function.
686 (*pretty-printer*): Simplify.
687 (make-objfile-pp_s-printer): New function.
688 (install-objfile-pretty-printers!): New function.
689 (make-progspace-pp_s-printer): New function.
690 (install-progspace-pretty-printers!): New function.
691 * gdb.guile/scm-progspace.c: New file.
692 * gdb.guile/scm-progspace.exp: New file.
693
41fac0cf
PA
6942014-06-02 Pedro Alves <palves@redhat.com>
695
696 * gdb.base/dprintf-bp-same-addr.c: New file.
697 * gdb.base/dprintf-bp-same-addr.exp: New file.
698
96ae5695
EBM
6992014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
700
701 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
702 * gdb.arch/powerpc-power.s: Likewise.
703
da02b3a8
JB
7042014-06-02 Joel Brobecker <brobecker@adacore.com>
705
706 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
707
c72b2e7b
YQ
7082014-06-01 Yao Qi <yao@codesourcery.com>
709
710 * gdb.base/watchpoint.exp (test_watch_location): Check null
711 pointer can be dereferenced. If not, do the test, otherwise
712 skip it.
713
53e8a631
AB
7142014-05-30 Andrew Burgess <aburgess@broadcom.com>
715
716 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
717 results.
718 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
719
938f0e2f
AB
7202014-05-30 Andrew Burgess <aburgess@broadcom.com>
721
722 * gdb.arch/amd64-invalid-stack-middle.S: New file.
723 * gdb.arch/amd64-invalid-stack-middle.c: New file.
724 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
725 * gdb.arch/amd64-invalid-stack-top.c: New file.
726 * gdb.arch/amd64-invalid-stack-top.exp: New file.
727
9ba6657a
PA
7282014-05-30 Pedro Alves <palves@redhat.com>
729
730 PR breakpoints/17000
731 * gdb.base/sss-bp-on-user-bp.c: New file.
732 * gdb.base/sss-bp-on-user-bp.exp: New file.
733
522c09bf
DB
7342014-05-30 David Blaikie <dblaikie@gmail.com>
735
736 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
737 gnu_inline semantics via attribute.
738 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
739 source explicitly specifies the required semantics.
740
bf4ef81e
MR
7412014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
742
743 * gdb.reverse/sigall-reverse.exp: Fix a typo.
744
329ea579
PA
7452014-05-29 Pedro Alves <palves@redhat.com>
746 Tom Tromey <tromey@redhat.com>
747
748 * gdb.base/async-shell.exp: Don't enable target-async.
749 * gdb.base/async.exp
750 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
751 parameter. Adjust.
752 (top level): Don't test with "target-async".
753 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
754 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
755 * gdb.base/inferior-died.exp: Don't enable target-async.
756 * gdb.base/interrupt-noterm.exp: Likewise.
757 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
758 * gdb.mi/mi-nonstop-exit.exp: Likewise.
759 * gdb.mi/mi-nonstop.exp: Likewise.
760 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
761 * gdb.mi/mi-nsintrall.exp: Likewise.
762 * gdb.mi/mi-nsmoribund.exp: Likewise.
763 * gdb.mi/mi-nsthrexec.exp: Likewise.
764 * gdb.mi/mi-watch-nonstop.exp: Likewise.
765 * gdb.multi/watchpoint-multi.exp: Adjust comment.
766 * gdb.python/py-evsignal.exp: Don't enable target-async.
767 * gdb.python/py-evthreads.exp: Likewise.
768 * gdb.python/py-prompt.exp: Likewise.
769 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
770 * gdb.server/solib-list.exp: Don't enable target-async.
771 * gdb.threads/thread-specific-bp.exp: Likewise.
772 * lib/mi-support.exp: Adjust to use mi-async.
773
fd664c91
PA
7742014-05-29 Pedro Alves <palves@redhat.com>
775
776 PR gdb/13860
777 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
778 reason, even in sync mode.
779
251bde03
PA
7802014-05-29 Pedro Alves <palves@redhat.com>
781 Hui Zhu <hui@codesourcery.com>
782
783 PR PR15693
784 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
785 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
786 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
787 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
788
7f3c0343
JB
7892014-05-28 Joel Brobecker <brobecker@adacore.com>
790
791 * config/monitor.exp (gdb_target_monitor): Replace use of
792 "set remotebaud" by "set serial baud".
793
b2715b27
AW
7942014-05-26 Andy Wingo <wingo@igalia.com>
795
796 * gdb.guile/scm-breakpoint.exp:
797 * gdb.guile/scm-gsmob.exp: Update to use plain old object
798 properties instead of gdb-object-properties.
799
498a4489
YQ
8002014-05-26 Yao Qi <yao@codesourcery.com>
801
802 * gdb.server/no-thread-db.exp: Specify source file name
803 explicitly when setting a breakpoint.
804
589fdceb
MM
8052014-05-23 Markus Metzger <markus.t.metzger@intel.com>
806
807 * gdb.btrace/vdso.c: New.
808 * gdb.btrace/vdso.exp: New.
809
e9089e05
MM
8102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
811
812 * gdb.base/gcore.exp (capture_command_output): Move ...
813 * lib/gdb.exp (capture_command_output): ... here.
814
67b5c0c1
MM
8152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
816
817 * gdb.btrace/data.exp: Test memory access during btrace replay.
818
a2199296
SM
8192014-05-22 Simon Marchi <simon.marchi@ericsson.com>
820
821 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
822
17b2616c
PA
8232014-05-21 Pedro Alves <palves@redhat.com>
824
825 PR gdb/13860
826 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
827 (top level): Test that output related to execution commands is
828 sent to the console with CLI commands, but not with MI commands.
829 Test that breakpoint events are always mirrored to the console.
830 Also expect the new source line to be output after a "next" in
831 async mode too. Make it a pass/fail test.
832 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
833 output.
834 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
835
5166082f
PA
8362014-05-21 Pedro Alves <palves@redhat.com>
837
838 * gdb.base/list.exp (build_pattern, test_list): New procedures.
839 Use them to test variations of "list" after reaching a breakpoint.
840 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
841 Test "list" with listsize 10 after reaching a breakpoint.
842 * gdb.python/python.exp (decode_line current location line
843 number): Adjust expected line number.
844
2f25d70f
SM
8452014-05-21 Simon Marchi <simon.marchi@ericsson.com>
846
847 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
848 behavior for $args, pass it directly to "run".
849
ff604a67
MR
8502014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
851
852 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
853 30000 to 65536.
854
6a3cb8e8
PA
8552014-05-21 Pedro Alves <palves@redhat.com>
856
857 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
858 auto-connect-native-target off".
859 * gdb.base/auto-connect-native-target.c: New file.
860 * gdb.base/auto-connect-native-target.exp: New file.
861
4ebfc96e
PA
8622014-05-21 Pedro Alves <palves@redhat.com>
863
864 * gdb.base/default.exp: Test "target native" instead of "target
865 child".
866
36d46afb
MW
8672014-05-21 Mark Wielaard <mjw@redhat.com>
868
869 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
870
5876f503
JK
8712014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
872
873 Fix TLS access for -static -pthread.
874 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
875 <HAVE_TLS> (thread_function, main): Initialize it.
876 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
877 Add clean_restart.
878 <$have_tls != "">: Check TLSVAR.
879
0256a6ac
PA
8802014-05-21 Pedro Alves <palves@redhat.com>
881
882 * gdb.base/dcache-line-read-error.c: New.
883 * gdb.base/dcache-line-read-error.exp: New.
884
936d2992
PA
8852014-05-20 Pedro Alves <palves@redhat.com>
886
887 * gdb.base/compare-sections.c: New file.
888 * gdb.base/compare-sections.exp: New file.
889
802e8e6d
PA
8902014-05-20 Pedro Alves <palves@redhat.com>
891
892 * gdb.base/break-idempotent.c: New file.
893 * gdb.base/break-idempotent.exp: New file.
894
e59fa00f
MM
8952014-05-20 Markus Metzger <markus.t.metzger@intel.com>
896
897 * gdb.btrace/nohist.exp: New.
898
8b696e31
YQ
8992014-05-20 Yao Qi <yao@codesourcery.com>
900
901 * lib/gdb.exp (gdb_init): Set timeout if test file is under
902 gdb.reverse directory and gdb_reverse_timeout exists in board
903 setting.
904 * README: Document gdb_reverse_timeout.
905
73c9764f
YQ
9062014-05-20 Yao Qi <yao@codesourcery.com>
907
908 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
909 'test_file_name'. Treat args as a string instead of a list.
910 (gdb_init): Rename argument 'args' by 'test_file_name'.
911
f1f4348a
JK
9122014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
913
914 * gdb.arch/powerpc-power.exp: New file.
915 * gdb.arch/powerpc-power.s: New file.
916
0dbe70ce
DE
9172014-05-16 Doug Evans <dje@google.com>
918
919 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
920 * gdb.base/completion.exp: Check that all expected files exist
921 before doing file completion.
0dbe70ce 922
8d551b02
DE
9232014-05-16 Doug Evans <dje@google.com>
924
925 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
926 Update.
927 (do_syscall_tests_without_xml): Update.
928
73eb7709
PA
9292014-05-16 Pedro Alves <palves@redhat.com>
930
931 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
932 instead of "unknown output after running".
933
3fae92fc
YQ
9342014-05-16 Yao Qi <yao@codesourcery.com>
935
936 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
937 file1.txt from host at the end.
938 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
939
c2b2ccc5
DE
9402014-05-15 Doug Evans <dje@google.com>
941
942 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
943 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
944 loading file. Add test for TU lookup.
945
8c217a4b
SM
9462014-05-15 Simon Marchi <simon.marchi@ericsson.com>
947
948 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
949 calling "-exec-arguments" or "set args" before running the
950 inferior.
951
3deb39c6
SM
9522014-05-15 Simon Marchi <simon.marchi@ericsson.com>
953
954 * lib/mi-support.exp (mi_expect_stop): Expect message for
955 inferiors that exit with non-zero exit code.
956
71a79f8c
YQ
9572014-05-14 Yao Qi <yao@codesourcery.com>
958
959 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
960 match absolute path on remote host.
961 (test_file_list_exec_source_files): Remove "/" from the
962 pattern.
963
f23fcd46
YQ
9642014-05-14 Yao Qi <yao@codesourcery.com>
965
966 * boards/local-remote-host-notty.exp (${board}_file): New
967 proc.
968
9404b58f
KM
9692014-05-07 Kyle McMartin <kyle@redhat.com>
970
971 Pushed by Joel Brobecker <brobecker@adacore.com>.
972 * gdb.arch/aarch64-atomic-inst.c: New file.
973 * gdb.arch/aarch64-atomic-inst.exp: New file.
974
5e45f04c
YQ
9752014-05-07 Yao Qi <yao@codesourcery.com>
976
977 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
978 in current context" too.
979
c888a17d
KS
9802014-05-05 Keith Seitz <keiths@redhat.com>
981
982 * gdb.linespec/ls-dollar.exp: Add test for linespec
983 file:convenience_variable.
984
290a839c
YQ
9852014-05-05 Yao Qi <yao@codesourcery.com>
986
987 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
988 traceframes into tfile and ctf trace files. Read data from
989 trace file and test collected data.
990 (gdb_collect_locals_test): Likewise.
991 (gdb_unavailable_registers_test): Likewise.
992 (gdb_unavailable_floats): Likewise.
993 (gdb_collect_globals_test): Likewise.
994 (top-level): Append "ctf" to trace_file_targets if GDB
995 supports.
996
b5262cd0
YQ
9972014-05-05 Yao Qi <yao@codesourcery.com>
998
999 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
1000 code to ...
1001 (gdb_collect_args_test_1): ... it. New proc.
1002 (gdb_collect_locals_test): Move some code to ...
1003 (gdb_collect_locals_test_1): ... it. New proc.
1004 (gdb_unavailable_registers_test): Move some code to ...
1005 (gdb_unavailable_registers_test_1): ... it. New proc.
1006 (gdb_unavailable_floats): Move some code to ...
1007 (gdb_unavailable_floats_1): ... it. New proc.
1008
30a1e6cc
SDJ
10092014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1010
1011 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
1012 probes to test for bitness recognition.
1013 * gdb.arch/amd64-stap-optional-prefix.exp
1014 (test_probe_value_without_reg): New procedure.
1015 Add code to test for different kinds of bitness.
1016
f33da99a
SDJ
10172014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1018
1019 PR breakpoints/16889
1020 * gdb.arch/amd64-stap-optional-prefix.S: New file.
1021 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1022
5b80f00d
PA
10232014-05-01 Pedro Alves <palves@redhat.com>
1024
1025 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
1026 gdb_file_cmd if no file is specified.
1027 * boards/native-extended-gdbserver.exp (gdb_load): Use the
1028 last_loaded_file to set the remote exec-file.
1029
f8c2a73c
PA
10302014-05-01 Pedro Alves <palves@redhat.com>
1031
1032 * boards/local-remote-host.exp: New file.
1033
be6e8ac7
PA
10342014-05-01 Pedro Alves <palves@redhat.com>
1035
1036 * boards/local-remote-host.exp: Rename to ...
1037 * boards/local-remote-host-notty.exp: ... this.
1038
cac0dc8f
JB
10392014-04-28 Joel Brobecker <brobecker@adacore.com>
1040
1041 * gdb.ada/dyn_arrayidx: New testcase.
1042
9730e6cc
YQ
10432014-04-26 Yao Qi <yao@codesourcery.com>
1044
1045 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
1046 and compute the length of function main. Save it in
1047 $main_length.
1048 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
1049 (top-level): Use gdb_compile to compile objects into
1050 executable and restart GDB. Remove invocation to
1051 prepare_for_testing.
1052
7ae1a6a6
PA
10532014-04-25 Simon Marchi <simon.marchi@ericsson.com>
1054 Pedro Alves <palves@redhat.com>
1055
1056 PR server/16255
1057 * gdb.multi/multi-attach.c: New file.
1058 * gdb.multi/multi-attach.exp: New file.
1059
4082afcc
PA
10602014-04-25 Pedro Alves <palves@redhat.com>
1061
1062 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
1063 user.
1064 (top level): Test that "set remote conditional-breakpoints-packet
1065 off" works as intended.
1066 * gdb.base/dprintf.exp: Test that "set remote
1067 breakpoint-commands-packet off" works as intended.
1068 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
1069 New function.
1070 (top level): Call it.
1071 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
1072 remote fast-tracepoints-packet off" works as intended.
1073 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
1074 * lib/gdb.exp (gdb_is_target_remote): ... here.
1075
2abc3f8d
DB
10762014-04-24 David Blaikie <dblaikie@gmail.com>
1077
1078 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
1079 ensure clang would not discard them.
1080 * gdb.base/gdbvars.c: Ditto.
1081 * gdb.base/memattr.c: Ditto.
1082 * gdb.base/whatis.c: Ditto.
1083 * gdb.python/py-prettyprint.c: Ditto.
1084 * gdb.trace/actions.c: Ditto.
1085 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
1086 ensure clang would not discard it.
1087
bfd39632
DB
10882014-04-24 David Blaikie <dblaikie@gmail.com>
1089
1090 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
1091 clang to emit the full definition of type required by the test
1092 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
1093
22842ff6
DB
10942014-04-24 David Blaikie <dblaikie@gmail.com>
1095
1096 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
1097 coax Clang into emitting the definition of the type.
1098 * gdb.cp/pr10728-x.h (y): Ditto.
1099 * gdb.cp/pr10728-y.cc (y): Ditto.
1100
c2e827ad
DB
11012014-04-24 David Blaikie <dblaikie@gmail.com>
1102
1103 * gdb.base/label.exp: XFAIL label related tests under Clang.
1104 * gdb.cp/cplabel.exp: Ditto.
1105 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
1106 under Clang those using labels.
1107
4c2d33e7
YQ
11082014-04-25 Yao Qi <yao@codesourcery.com>
1109
1110 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
1111 double_label.
1112 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
1113 partial_label and double_label.
1114
56083b99
DB
11152014-04-24 David Blaikie <dblaikie@gmail.com>
1116
1117 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
1118
25d4e99d
DB
11192014-04-24 David Blaikie <dblaikie@gmail.com>
1120
1121 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
1122 of the function to work across GCC and Clang.
1123 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
1124 pointer types (const void ** const V void **).
1125
01f9f808
MS
11262014-04-24 Michael Sturm <michael.sturm@mintel.com>
1127 Walfred Tedeschi <walfred.tedeschi@intel.com>
1128
1129 * Makefile.in (EXECUTABLES): Added i386-avx512.
1130 * gdb.arch/i386-avx512.c: New file.
1131 * gdb.arch/i386-avx512.exp: Likewise.
1132
4b48d439
KS
11332014-04-23 Keith Seitz <keiths@redhat.com>
1134
1135 * lib/mi-support.exp (mi_list_breakpoints): Delete.
1136 (mi_make_breakpoint_table): New procedure.
1137 (mi_create_breakpoint): Use mi_make_breakpoint
1138 and return the result.
1139 (mi_make_breakpoint): New procedure.
1140 (mi_build_kv_pairs): New procedure.
1141
1142 * gdb.mi/mi-break.exp: Remove unused globals,
1143 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
1144 All callers updated.
1145 * gdb.mi/mi-dprintf.exp: Use variable to track command
1146 number.
1147 Update all callers of mi_create_breakpoint and use
1148 mi_make_breakpoint_table.
1149 Remove any unused global variables.
1150 * gdb.mi/mi-nonstop.exp: Likewise.
1151 * gdb.mi/mi-nsintrall.exp: Likewise.
1152 * gdb.mi/mi-nsmoribund.exp: Likewise.
1153 * gdb.mi/mi-nsthrexec.exp: Likewise.
1154 * gdb.mi/mi-reverse.exp: Likewise.
1155 * gdb.mi/mi-simplerun.exp: Likewise.
1156 * gdb.mi/mi-stepn.exp: Likewise.
1157 * gdb.mi/mi-syn-frame.exp: Likewise.
1158 * gdb.mi/mi-until.exp: Likewise.
1159 * gdb.mi/mi-var-cp.exp: Likewise.
1160 * gdb.mi/mi-var-display.exp: Likewise.
1161 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1162 * gdb.mi/mi2-var-child.exp: Likewise.
1163 * gdb.mi/mi-vla-c99.exp: Likewise.
1164 * lib/mi-support.exp: Likewise.
1165
1166 From Ian Lance Taylor <iant@cygnus.com>:
1167 * lib/gdb.exp (parse_args): New procedure.
1168
08351840
PA
11692014-04-23 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.base/break-unload-file.c: New file.
1172 * gdb.base/break-unload-file.exp: New file.
1173 * gdb.base/sym-file-lib.c (baz): New function.
1174 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
1175 field.
1176 (load): Store the segment's mapped size.
1177 (unload): New function.
1178 (unload_shlib): New function.
1179 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1180 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1181 set a breakpoint at baz, and call it.
1182 * gdb.base/sym-file.exp: New tests for stale breakpoint
1183 instructions.
1184
076855f9
PA
11852014-04-23 Pedro Alves <palves@redhat.com>
1186
1187 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1188 * gdb.base/hbreak-in-shr-unsupported.c: New file.
1189 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
1190 * gdb.base/hbreak-unmapped.c: New file.
1191 * gdb.base/hbreak-unmapped.exp: New file.
1192 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
1193 * lib/gdb.exp (gdb_is_target_remote): ... here.
1194
483805cf
PA
11952014-04-22 Pedro Alves <palves@redhat.com>
1196
1197 * gdb.base/consecutive-step-over.c: New file.
1198 * gdb.base/consecutive-step-over.exp: New file.
1199
06d97543
PA
12002014-04-22 Pedro Alves <palves@redhat.com>
1201
1202 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
1203 instead of send_gdb/gdb_expect.
1204
b4429ea2
YQ
12052014-04-22 Yao Qi <yao@codesourcery.com>
1206
1207 * lib/trace-support.exp (generate_tracefile): New procedure.
1208 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
1209 return 0.
1210 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
1211 if generate_tracefile returns 1.
1212
51d48146
PA
12132014-04-18 Tom Tromey <palves@redhat.com>
1214 Pedro alves <tromey@redhat.com>
1215
1216 PR backtrace/15558
1217 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
1218 with a backtrace limit.
1219 * gdb.python/py-frame-inline.exp: Test running to an inline
1220 function with a backtrace limit, and printing the newest frame.
1221 * gdb.python/py-frame-inline.c (main): Call f.
1222
bd1dce5f
MS
12232014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1224
1225 * gdb.java/jnpe.exp: Drop srcdir from untested path.
1226
40d1a503
MS
12272014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1228
1229 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
1230 Drop prefix from unsupported source file path.
1231
389b98f7
YQ
12322014-04-17 Yao Qi <yao@codesourcery.com>
1233
1234 * lib/gdb.exp (with_target_charset): New proc.
1235 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
1236 with_target_charset.
1237 (test_print_strings): Likewise.
1238 (test_repeat_bytes): Likewise.
1239 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
1240 for some tests.
1241
22869d73
KS
12422014-04-16 Keith Seitz <keiths@redhat.com>
1243
1244 PR gdb/15827
1245 * gdb.dwarf2/corrupt.c: New file.
1246 * gdb.dwarf2/corrupt.exp: New file.
1247
c4f87ca6
KS
12482014-04-16 Keith Seitz <keiths@redhat.com>
1249
1250 PR c++/16597
1251 * gdb.cp/namelessclass.cc: New file.
1252 * gdb.cp/namelessclass.exp: New file.
1253 * gdb.cp/namelessclass.S: New file.
1254
ab19de87
DE
12552014-04-16 Doug Evans <dje@google.com>
1256
1257 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
1258 Add comment.
1259 (gdbserver_default_get_comm_port): New function.
1260 (gdbserver_start): Check if board file provided
1261 "gdbserver,get_comm_port" and use it if so.
1262 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
1263 (gdb,socketport): Set to "stdio".
1264 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
1265 (stdio_gdbserver_template): Delete.
1266 (${board}_get_remote_address): Update.
1267 (${board}_build_remote_cmd): Delete.
1268 (${board}_get_comm_port): New function.
1269 (${board}_spawn): Update.
1270 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
1271 Delete.
1272 (${board}_get_remote_address): Update.
1273 (${board}_get_comm_port): New function.
1274
fc98a809
AB
12752014-04-16 Andrew Burgess <aburgess@broadcom.com>
1276
1277 * gdb.base/memattr.exp: Improve regexps to handle memory regions
1278 appearing in any order.
1279
87fd9e6e
DE
12802014-04-15 Doug Evans <dje@google.com>
1281
1282 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
1283 uninitialized value of "description".
1284
099fc3ea
KS
12852014-04-15 Keith Seitz <keiths@redhat.com>
1286
1287 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
1288 Remove unused globals.
1289 (test_running_the_program): Likewise.
1290 (test_controlled_execution): Likewise.
1291 (test_controlling_breakpoints): Likewise.
1292 (test_program_termination): Likewise.
1293
5da151d4
KS
12942014-04-15 Keith Seitz <keiths@redhat.com>
1295
1296 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
1297 unused globals.
1298 (test_rbreak_creation_and_listing): Likewise.
1299 (test_ignore_count): Likewise.
1300 (test_error): Likewise.
1301
35e5d2f0
PA
13022014-04-15 Pedro Alves <palves@redhat.com>
1303
1304 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
1305 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
1306 sym-file-loader.c.
1307 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1308 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1309 to sym-file-loader.c.
1310 (struct library): Forward declare.
1311 (load_shlib, lookup_function): Change prototypes.
1312 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1313 (translate_offset): Remove declarations.
1314 (get_text_addr): New declaration.
1315 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
1316 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
1317 sym-file-loader.h.
1318 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1319 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1320 here from sym-file-loader.h.
1321 (struct library): New structure.
1322 (load_shlib, lookup_function): Change prototypes and adjust to
1323 work with a struct library.
1324 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1325 (translate_offset): Make static.
1326 (get_text_addr): New function.
1327 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
1328
eb4c1710
PA
13292014-04-15 Pedro Alves <palves@redhat.com>
1330
1331 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
1332
2d1baf52
PA
13332014-04-15 Pedro Alves <palves@redhat.com>
1334
1335 * gdb.base/sym-file-loader.c: Include <limits.h>.
1336 (SELF_LINK): New define.
1337 (get_origin): New function.
1338 (load_shlib): Use it.
1339 * gdb.base/sym-file.exp: Don't early return if the target is
1340 remote. Use runto_main, and issue fail is that fails. Use
1341 gdb_load_shlibs.
1342 (shlib_name): Delete.
1343 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
1344
7dd6df01
PA
13452014-04-15 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.base/sym-file.exp: Remove regex characters from test
1348 message. Don't refer to breakpoint numbers in test messages.
1349
b50c8614
KS
13502014-04-14 Keith Seitz <keiths@redhat.com>
1351
1352 PR c++/16253
1353 * gdb.cp/var-tag.cc: New file.
1354 * gdb.cp/var-tag.exp: New file.
1355 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1356 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1357 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1358 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1359
3d567982
TT
13602014-04-14 Tom Tromey <tromey@redhat.com>
1361
1362 * gdb.cp/classes.exp (test_enums): Handle underlying type.
1363 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
1364 type.
1365 * gdb.cp/enum-class.exp: New file.
1366 * gdb.cp/enum-class.cc: New file.
1367
0626fc76
TT
13682014-04-14 Tom Tromey <tromey@redhat.com>
1369
1370 * gdb.dwarf2/enum-type.exp: New file.
1371
dca325b3
SA
13722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1373
1374 * gdb.mi/mi-vla-c99.exp: New file.
1375 * gdb.mi/vla.c: New file.
1376
5854b38a
SA
13772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1378
1379 * gdb.base/vla-datatypes.c: New file.
1380 * gdb.base/vla-datatypes.exp: New file.
1381
463bb957
SA
13822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1383
1384 * gdb.base/vla-ptr.c: New file.
1385 * gdb.base/vla-ptr.exp: New file.
1386
3dd170be
SA
13872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1388
1389 * gdb.dwarf2/count.exp: New file.
1390
5ecaaa66
SA
13912014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1392
1393 * gdb.base/vla-sideeffect.c: New file.
1394 * gdb.base/vla-sideeffect.exp: New file.
1395
41f1ada5
DB
13962014-04-14 David Blaikie <dblaikie@gmail.com>
1397
1398 * gdb.mi/non-stop.c: Add return value for non-void function return
1399 statement.
1400 * gdb.threads/staticthreads.c: Ditto.
1401
0be03e84
DE
14022014-04-12 Siva Chandra Reddy <sivachandra@google.com>
1403 Doug Evans <xdje42@gmail.com>
1404
1405 * gdb.guile/scm-value.c: Improve test case.
1406 * gdb.guile/scm-value.exp: Add new test.
1407
f180a1fb
DB
14082014-04-11 David Blaikie <dblaikie@gmail.com>
1409
1410 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1411 override Clang's default.
1412
6b662e19
JB
14132014-04-11 Joel Brobecker <brobecker@adacore.com>
1414
1415 Revert the following changes (regressions):
1416
1417 * gdb.base/vla-sideeffect.c: New file.
1418 * gdb.base/vla-sideeffect.exp: New file.
1419
1420 * gdb.dwarf2/count.exp: New file.
1421
1422 * gdb.base/vla-multi.c: New file.
1423 * gdb.base/vla-multi.exp: New file.
1424
1425 * gdb.base/vla-ptr.c: New file.
1426 * gdb.base/vla-ptr.exp: New file.
1427
1428 * gdb.base/vla-datatypes.c: New file.
1429 * gdb.base/vla-datatypes.exp: New file.
1430
1431 * gdb.mi/mi-vla-c99.exp: New file.
1432 * gdb.mi/vla.c: New file.
1433
245a5f0b
KS
14342014-04-11 Keith Seitz <keiths@redhat.com>
1435
1436 PR c++/16675
1437 * gdb.cp/cpsizeof.exp: New file.
1438 * gdb.cp/cpsizeof.cc: New file.
1439
58a84dcf
SA
14402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1441
191a8a90
JB
1442 * gdb.mi/mi-vla-c99.exp: New file.
1443 * gdb.mi/vla.c: New file.
58a84dcf 1444
c8655f75
SA
14452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1446
1447 * gdb.base/vla-datatypes.c: New file.
1448 * gdb.base/vla-datatypes.exp: New file.
1449
024e13b4
SA
14502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1451
1452 * gdb.base/vla-ptr.c: New file.
1453 * gdb.base/vla-ptr.exp: New file.
1454
1a237e0e
SA
14552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1456
1457 * gdb.base/vla-multi.c: New file.
1458 * gdb.base/vla-multi.exp: New file.
1459
504f3432
SA
14602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1461
1462 * gdb.dwarf2/count.exp: New file.
1463
3bce8237
SA
14642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1465
191a8a90
JB
1466 * gdb.base/vla-sideeffect.c: New file.
1467 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1468
322f9c21
YQ
14692014-04-11 Yao Qi <yao@codesourcery.com>
1470
1471 * gdb.base/completion.exp: Check file exists before running tests
1472 on file completion.
1473
d708bcd1
PA
14742014-04-10 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.base/cond-eval-mode.c: New file.
1477 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1478 prepare_for_testing to build the new file. Check result of
1479 runto_main.
1480 (test_break, test_watch): New procedures.
1481 (top level): Use them.
1482
ae1d2761
PM
14832014-04-08 Pierre Muller <muller@sourceware.org>
1484
1485 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1486 Ctrl-V use for mingw hosts.
1487
7af389b8
SC
14882014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1489
1490 * gdb.python/py-value.c: Improve test case.
1491 * gdb.python/py-value.exp: Add new test.
1492
5e703181
DE
14932014-04-07 David Blaikie <dblaikie@gmail.com>
1494
1495 * lib/compiler.c: Identify the clang compiler.
1496 * lib/compiler.cc: Ditto.
1497
9810b410
YQ
14982014-04-03 Yao Qi <yao@codesourcery.com>
1499
1500 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1501
98d1b8dc
AB
15022014-04-01 Anton Blanchard <anton@samba.org>
1503
1504 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1505 messages unique.
1506
3114cea1
AB
15072014-04-01 Anton Blanchard <anton@samba.org>
1508
1509 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1510 prepare_for_testing.
1511
62f7182c
AB
15122014-04-01 Anton Blanchard <anton@samba.org>
1513
1514 * gdb.arch/ppc64-atomic-inst.c: Remove.
1515 * gdb.arch/ppc64-atomic-inst.S: New file.
1516 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1517
770e7fc7
DE
15182014-03-31 Doug Evans <dje@google.com>
1519
1520 * gdb.base/print-symbol-loading-lib.c: New file.
1521 * gdb.base/print-symbol-loading-main.c: New file.
1522 * gdb.base/print-symbol-loading.exp: New file.
1523
46e2bafa
YQ
15242014-03-31 Yao Qi <yao@codesourcery.com>
1525
1526 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1527
8776cfe9
JB
15282014-03-28 Joel Brobecker <brobecker@adacore.com>
1529
1530 * gdb.ada/mi_dyn_arr: New testcase.
1531
5d1ef361
DE
15322014-03-27 Doug Evans <dje@google.com>
1533
1534 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1535
b5bee914
YQ
15362014-03-27 Yao Qi <yao@codesourcery.com>
1537
1538 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1539 if target is nios2-*-*.
1540
0d4d0e77
YQ
15412014-03-26 Yao Qi <yao@codesourcery.com>
1542
1543 * lib/gdb.exp (readline_is_used): New proc.
1544 * gdb.base/completion.exp: Move tests on command complete up.
1545 Skip the rest of tests if readline is not used.
1546 * gdb.ada/complete.exp: Skp the test if readline is not
1547 used.
1548 * gdb.base/filesym.exp: Likewise.
1549 * gdb.base/macscp.exp: Likewise.
1550 * gdb.base/readline-ask.exp: Likewise.
1551 * gdb.base/readline.exp: Likewise.
1552 * gdb.python/py-cmd.exp: Likewise.
1553 * gdb.trace/tfile.exp: Likewise.
1554
29361eee
YQ
15552014-03-26 Yao Qi <yao@codesourcery.com>
1556
1557 * gdb.base/macscp.exp: Fix code format issues.
1558
bc9a5525
UW
15592014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1560
1561 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1562 * gdb.asm/powerpc64le.inc: New file.
1563
d3839ede
PA
15642014-03-25 Pedro Alves <palves@redhat.com>
1565 Doug Evans <dje@google.com>
1566
1567 * gdb.base/source-execution.c: New file.
1568 * gdb.base/source-execution.exp: New file.
1569 * gdb.base/source-execution.gdb: New file.
1570
01672a57
DE
15712014-03-24 Doug Evans <dje@google.com>
1572
1573 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1574 using fission.
1575
88bbeca9
HZ
15762014-03-24 Hui Zhu <hui@codesourcery.com>
1577 Pedro Alves <palves@redhat.com>
1578
1579 PR breakpoints/16101
1580 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1581 test pass/fail messages. Detect missing support for dprintf when
1582 breakpoints are actually inserted.
1583 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1584 breakpoints are actually inserted.
1585 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1586 fails.
1587
d2348791
JK
15882014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1589
1590 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1591
feef67ab
DE
15922014-03-22 Doug Evans <xdje42@gmail.com>
1593
1594 * gdb.python/python.exp (python not supported): Verify multi-line
1595 python command issues an error.
25d743f9 1596 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1597 guile command issues an error.
feef67ab 1598
ecebef6a
MR
15992014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1600
1601 * gdb.threads/thread-specific.exp: Handle the lack of usable
1602 $this_breakpoint and $this_thread.
1603
ccdd1909
HZ
16042014-03-21 Hui Zhu <hui@codesourcery.com>
1605
1606 * gdb.base/attach.exp (do_command_attach_tests): New.
1607
beb460e8
PA
16082014-03-20 Tom Tromey <tromey@redhat.com>
1609 Pedro Alves <palves@redhat.com>
1610
1611 PR cli/15718
1612 * gdb.base/condbreak-call-false.c: New file.
1613 * gdb.base/condbreak-call-false.exp: New file.
1614
40acf43a
PA
16152014-03-20 Pedro Alves <palves@redhat.com>
1616
1617 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1618 Delete.
1619 (block_signals, unblock_signals): Delete.
1620 (child_function_2, main): Remove references to deleted variable
1621 and functions.
1622
9f5e1e02
PA
16232014-03-20 Pedro Alves <palves@redhat.com>
1624
1625 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1626 Use pthread_kill to signal thread 2.
1627 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1628 Adjust to make the test send itself a signal rather than using the
1629 host's "kill" command.
1630
99619bea
PA
16312014-03-20 Pedro Alves <palves@redhat.com>
1632
1633 * gdb.threads/multiple-step-overs.c: New file.
1634 * gdb.threads/multiple-step-overs.exp: New file.
1635 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1636 Adjust expected infrun debug output.
1637
2adfaa28
PA
16382014-03-20 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1641 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1642
31e77af2
PA
16432014-03-20 Pedro Alves <palves@redhat.com>
1644
1645 PR breakpoints/7143
1646 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1647 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1648 of gdb_test_multiple.
1649 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1650 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1651
b9f437de
PA
16522014-03-20 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1655 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1656
05adc73e
PA
16572014-03-19 Pedro Alves <palves@redhat.com>
1658
1659 * gdb.base/async.exp: Remove early return.
1660
6048b950
PA
16612014-03-19 Pedro Alves <palves@redhat.com>
1662
1663 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1664
8bcfb00a
PA
16652014-03-19 Pedro Alves <palves@redhat.com>
1666
1667 * gdb.base/async.exp (test_background): Expect \r\n after
1668 "completed." in the fail pattern.
1669
884e37dc
PA
16702014-03-19 Pedro Alves <palves@redhat.com>
1671
1672 * gdb.base/async.exp (test_background): New procedure.
1673 Use it for all background execution command tests.
1674
148e57e2
PA
16752014-03-19 Pedro Alves <palves@redhat.com>
1676
1677 * gdb.base/async.exp: Use prepare_for_testing.
1678
f48088c7
PA
16792014-03-19 Pedro Alves <palves@redhat.com>
1680
1681 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1682 the same line.
1683
e2f6c966
PA
16842014-03-19 Pedro Alves <palves@redhat.com>
1685
1686 * gdb.base/async.c (main): Add "jump here" and "until here" line
1687 marker comments.
1688 * gdb.base/async.exp (jump_here): New global.
1689 (jump& test): Use it.
1690 (until_here): New global.
1691 (until& test): Use it.
1692
c30568d4
PA
16932014-03-19 Pedro Alves <palves@redhat.com>
1694
1695 * gdb.base/async.exp: Don't frob gdb_protocol.
1696
0172b6a7
DE
16972014-03-18 Doug Evans <xdje42@gmail.com>
1698
1699 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1700 Fix spelling of exec-done-display.
1701
06c868a8
JK
17022014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1703
1704 PR gdb/15358
1705 * gdb.base/gdb-sigterm.c: New file.
1706 * gdb.base/gdb-sigterm.exp: New file.
1707
0c7e1a46
PA
17082014-03-18 Pedro Alves <palves@redhat.com>
1709
1710 PR gdb/13860
1711 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1712 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1713 solib-event.
1714
f7c77d93
JB
17152014-03-17 Joel Brobecker <brobecker@adacore.com>
1716
1717 * gdb.ada/pckd_arr_ren: New testcase.
1718
5a1e8c7a
DE
17192014-03-13 Doug Evans <xdje42@gmail.com>
1720
1721 PR guile/16612
1722 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1723 collect after discarding symbols.
1724
350e1a76
DE
17252014-03-13 Ludovic Courtès <ludo@gnu.org>
1726 Doug Evans <xdje42@gmail.com>
1727
1728 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1729 to history survives a gc.
1730
a69900ae
PA
17312014-03-13 Pedro Alves <palves@redhat.com>
1732
1733 * gdb.base/default.exp: Don't test "target procfs".
1734
5db9f0bd
PA
17352014-03-13 Pedro Alves <palves@redhat.com>
1736
1737 * gdb.base/default.exp: Update "target child" and "target procfs"
1738 tests to not expect "Unix".
1739
b3ccfe11
TT
17402014-03-12 Tom Tromey <tromey@redhat.com>
1741
1742 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1743 New procs. Add target-async tests.
1744 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1745 Add target-async tests.
1746
646f4417
AA
17472014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1748
1749 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1750 'func_start' and 'func_end' for the beginning and end of the
1751 function code, respectively.
1752 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1753 'func_end' instead of 'func' and 'main'.
1754
288c211f
AA
17552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1756
1757 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1758 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1759 generate the debug info assembler source.
1760
e0c0f156
AA
17612014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1762
1763 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1764 * gdb.dwarf2/arr-subrange.exp: Likewise.
1765 * gdb.dwarf2/dwz.exp: Likewise.
1766 * gdb.dwarf2/method-ptr.exp: Likewise.
1767 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1768 * gdb.dwarf2/subrange.exp: Likewise.
1769 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1770 * gdb.dwarf2/implptrpiece.exp: Likewise.
1771 * gdb.dwarf2/nostaticblock.exp: Likewise.
1772
0e5c4555
AA
17732014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1774
1775 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1776 directory to absolute path name arguments.
1777
5ec18f2b
JG
17782014-03-10 Joel Brobecker <brobecker@adacore.com>
1779
1780 * gdb.ada/tagged_access: New testcase.
1781
847fc4f2
MM
17822014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1783
1784 * gdb.btrace/data.exp: Update expected output.
1785
cc3da688
YQ
17862014-03-06 Yao Qi <yao@codesourcery.com>
1787
1788 * gdb.trace/pr16508.exp: New file.
1789
0f26cec1
PA
17902014-03-05 Pedro Alves <palves@redhat.com>
1791
1792 PR gdb/16575
1793 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1794 procedure.
1795 (top level): Adjust to use it. Add tests that exercise breakpoint
1796 interaction with the code-cache.
1797
7a5a839f
LC
17982014-02-26 Ludovic Courtès <ludo@gnu.org>
1799
1800 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1801 test for 'history-append!'.
1802
31aa7e4e
JB
18032014-02-26 Joel Brobecker <brobecker@adacore.com>
1804
1805 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1806 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1807 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1808 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1809 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1810 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1811
1b588015
JB
18122014-02-26 Joel Brobecker <brobecker@adacore.com>
1813
1814 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1815 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1816 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1817
55426c9d
JB
18182014-02-26 Joel Brobecker <brobecker@adacore.com>
1819
1820 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1821
dc53a7ad
JB
18222014-02-26 Joel Brobecker <brobecker@adacore.com>
1823
1824 * gdb.dwarf2/arr-stride.c: New file.
1825 * gdb.dwarf2/arr-stride.exp: New file.
1826
12ab52e9
PA
18272014-02-26 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1830 that won't ever trigger. Make sure that GDB reports the correct
1831 breakpoint that caused the stop.
1832
849c862e
JK
18332014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1834
1835 PR gdb/16626
1836 * gdb.base/auto-load-script: New file.
1837 * gdb.base/auto-load.c: New file.
1838 * gdb.base/auto-load.exp: New file.
1839
71b7d793
JK
1840 PR gdb/16626
1841 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1842
e2f0d509
JK
18432014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1844
1845 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1846 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1847
50cc37c8
DE
18482014-02-24 Doug Evans <dje@google.com>
1849
1850 * lib/gdb.exp (run_on_host): Log error output if program fails.
1851
ea4758f2
PA
18522014-02-21 Pedro Alves <palves@redhat.com>
1853
1854 * gdb.threads/step-after-sr-lock.c: Rename to ...
1855 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1856 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1857 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1858 ... this.
1859
d7b30f67
SDJ
18602014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1861
1862 PR tdep/16397
1863 * gdb.arch/amd64-stap-special-operands.exp: New file.
1864 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1865 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1866 * gdb.arch/amd64-stap-triplet.S: Likewise.
1867 * gdb.arch/amd64-stap-triplet.c: Likewise.
1868
83deb43f
JB
18692014-02-20 Joel Brobecker <brobecker@adacore.com>
1870
1871 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1872 in .section pseudo-op.
1873
adde2bff
DE
18742014-02-20 lin zuojian <manjian2006@gmail.com>
1875 Joel Brobecker <brobecker@adacore.com>
1876 Doug Evans <xdje42@gmail.com>
1877
1878 PR symtab/16581
1879 * gdb.dwarf2/dw2-icycle.S: New file.
1880 * gdb.dwarf2/dw2-icycle.c: New file.
1881 * gdb.dwarf2/dw2-icycle.exp: New file.
1882
f7bd0f78
SC
18832014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1884
1885 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1886 operations on gdb.Value objects.
1887 * gdb.python/py-value-cc.exp: Add new test to test operations on
1888 gdb.Value objects.
1889
c17ef0d5
DE
18902014-02-18 Doug Evans <dje@google.com>
1891
1892 * Makefile.in (TESTS): New variable.
1893 (expanded_tests, expanded_tests_or_none): New variables
1894 (check-single): Pass $(expanded_tests_or_none) to runtest.
1895 (check-parallel): Only run tests in $(TESTS) if non-empty.
1896 (check/no-matching-tests-found): New rule.
1897 * README: Document TESTS makefile variable.
1898
5dd3176f
DE
18992014-02-18 Doug Evans <dje@google.com>
1900
1901 * Makefile.in (check-parallel): rm -rf outputs temp.
1902
0b10be4f
JK
19032014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1904
1905 Fix "ERROR: no fileid for" in the testsuite.
1906 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1907
85f224e7
DE
19082014-02-12 Doug Evans <dje@google.com>
1909
1910 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1911 (MISCELLANEOUS): New variable.
1912 (clean): rm -rf $(MISCELLANEOUS).
1913 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1914 dwp live in the same directory as symlinks, with each symlink pointed
1915 to a differently named file in a different directory.
1916
149b30ff
DE
19172014-02-11 Doug Evans <dje@google.com>
1918
1919 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1920 of Tcl file commands.
1921
1dfdac32
MK
19222014-02-10 Mark Kettenis <kettenis@gnu.org>
1923
1924 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1925 "kill -SIGUSR1 -1".
1926
aa4fb036
JB
19272014-02-10 Joel Brobecker <brobecker@adacore.com>
1928
1929 * gdb.ada/tick_length_array_enum_idx: New testcase.
1930
ed3ef339
DE
19312014-02-10 Doug Evans <xdje42@gmail.com>
1932
1933 * configure.ac (AC_OUTPUT): Add gdb.guile.
1934 * configure: Regenerate.
1935 * lib/gdb-guile.exp: New file.
1936 * lib/gdb.exp (get_target_charset): New function.
1937 * gdb.base/help.exp: Update expected output from "apropos apropos".
1938 * gdb.guile/Makefile.in: New file.
1939 * gdb.guile/guile.exp: New file.
1940 * gdb.guile/scm-arch.c: New file.
1941 * gdb.guile/scm-arch.exp: New file.
1942 * gdb.guile/scm-block.c: New file.
1943 * gdb.guile/scm-block.exp: New file.
1944 * gdb.guile/scm-breakpoint.c: New file.
1945 * gdb.guile/scm-breakpoint.exp: New file.
1946 * gdb.guile/scm-disasm.c: New file.
1947 * gdb.guile/scm-disasm.exp: New file.
1948 * gdb.guile/scm-equal.c: New file.
1949 * gdb.guile/scm-equal.exp: New file.
1950 * gdb.guile/scm-error.exp: New file.
1951 * gdb.guile/scm-error.scm: New file.
1952 * gdb.guile/scm-frame-args.c: New file.
1953 * gdb.guile/scm-frame-args.exp: New file.
1954 * gdb.guile/scm-frame-args.scm: New file.
1955 * gdb.guile/scm-frame-inline.c: New file.
1956 * gdb.guile/scm-frame-inline.exp: New file.
1957 * gdb.guile/scm-frame.c: New file.
1958 * gdb.guile/scm-frame.exp: New file.
1959 * gdb.guile/scm-generics.exp: New file.
1960 * gdb.guile/scm-gsmob.exp: New file.
1961 * gdb.guile/scm-iterator.c: New file.
1962 * gdb.guile/scm-iterator.exp: New file.
1963 * gdb.guile/scm-math.c: New file.
1964 * gdb.guile/scm-math.exp: New file.
1965 * gdb.guile/scm-objfile-script-gdb.in: New file.
1966 * gdb.guile/scm-objfile-script.c: New file.
1967 * gdb.guile/scm-objfile-script.exp: New file.
1968 * gdb.guile/scm-objfile.c: New file.
1969 * gdb.guile/scm-objfile.exp: New file.
1970 * gdb.guile/scm-ports.exp: New file.
1971 * gdb.guile/scm-pretty-print.c: New file.
1972 * gdb.guile/scm-pretty-print.exp: New file.
1973 * gdb.guile/scm-pretty-print.scm: New file.
1974 * gdb.guile/scm-section-script.c: New file.
1975 * gdb.guile/scm-section-script.exp: New file.
1976 * gdb.guile/scm-section-script.scm: New file.
1977 * gdb.guile/scm-symbol.c: New file.
1978 * gdb.guile/scm-symbol.exp: New file.
1979 * gdb.guile/scm-symtab-2.c: New file.
1980 * gdb.guile/scm-symtab.c: New file.
1981 * gdb.guile/scm-symtab.exp: New file.
1982 * gdb.guile/scm-type.c: New file.
1983 * gdb.guile/scm-type.exp: New file.
1984 * gdb.guile/scm-value-cc.cc: New file.
1985 * gdb.guile/scm-value-cc.exp: New file.
1986 * gdb.guile/scm-value.c: New file.
1987 * gdb.guile/scm-value.exp: New file.
1988 * gdb.guile/source2.scm: New file.
1989 * gdb.guile/types-module.cc: New file.
1990 * gdb.guile/types-module.exp: New file.
1991
7026a7c1
YQ
19922014-02-10 Yao Qi <yao@codesourcery.com>
1993
1994 PR testsuite/16543
1995 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1996 * configure: Regenerated.
1997 * Makefile.in: New file.
1998
6c466447
AS
19992014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2000
2001 * gdb.python/py-framefilter.exp: Fix typo.
2002
6e854735
YQ
20032014-02-08 Yao Qi <yao@codesourcery.com>
2004
2005 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
2006 that no =breakpoint-modified is emitted when breakpoints are
2007 modified through MI commands.
2008
d137e6dc
PA
20092014-02-07 Pedro Alves <pedro@codesourcery.com>
2010 Pedro Alves <palves@redhat.com>
2011
2012 * gdb.threads/step-after-sr-lock.c: New file.
2013 * gdb.threads/step-after-sr-lock.exp: New file.
2014
b5ee5a50
PA
20152014-02-07 Pedro Alves <palves@redhat.com>
2016
2017 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
2018
3c77faf3
JK
20192014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2020
2021 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
2022 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
2023
6dddc817
DE
20242014-02-06 Doug Evans <xdje42@gmail.com>
2025
2026 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
2027 output.
2028
2029 * gdb.gdb/python-interrupts.exp: New file.
2030
de7b2893
YQ
20312014-02-05 Yao Qi <yao@codesourcery.com>
2032
2033 * gdb.trace/report.exp (use_collected_data): Test the output
2034 of "info threads" and "info inferiors".
2035
66d032ac
YQ
20362014-02-05 Yao Qi <yao@codesourcery.com>
2037
2038 Revert this patch:
2039
2040 2013-05-24 Yao Qi <yao@codesourcery.com>
2041
2042 * gdb.trace/tfile.exp: Test inferior and thread.
2043
591a12a1
UW
20442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2045
2046 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
2047 on a function.
2048 * gdb.base/step-bt.c: Call hello via function pointer to make
2049 sure its first instruction is executed on powerpc64le-linux.
2050
0ff3e01f
UW
20512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2052
2053 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
2054
084ee545
UW
20552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2056
2057 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
2058 of the test patterns for use on little-endian systems.
2059
6ed14ff3
UW
20602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2061
2062 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
2063 (decimal_vector): Fix for little-endian.
2064
401e27fd
JM
20652014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
2066
2067 * gdb.arch/sparc-sysstep.exp: New file.
2068 * gdb.arch/sparc-sysstep.c: Likewise.
2069
2070 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
2071
8b924729
EBM
20722014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2073
2074 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
2075
fb151210
JB
20762014-01-23 Tom Tromey <tromey@redhat.com>
2077
2078 * gdb.ada/array_char_idx: New testcase.
2079
0740f8d8
TT
20802014-01-23 Tom Tromey <tromey@redhat.com>
2081
2082 PR python/16487:
2083 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
2084 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
2085 classes.
2086
21909fa1
TT
20872014-01-23 Tom Tromey <tromey@redhat.com>
2088
2089 PR python/16491:
2090 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
2091 string from an inferior frame.
2092 * gdb.python/py-framefilter-mi.exp: Update.
2093
87ce2a04
DE
20942014-01-22 Doug Evans <dje@google.com>
2095
2096 * gdb.server/server-mon.exp: Add tests for "set debug-format".
2097
237b092b
AA
20982014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2099
2100 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
2101
d674a709
AA
21022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2103
2104 * gdb.trace/entry-values.exp: Remove excess space character from
2105 regex patterns. Handle s390 call instruction.
2106
20fa3390
AA
21072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2108
2109 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
2110 define "*_start" label. Make "name" static.
2111 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
2112 ${name} by references to ${name}_start.
2113
78466714
AA
21142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2115
2116 * gdb.base/info-macros.exp: Remove "debug" from the compile
2117 options.
2118
ec9f644a
IB
21192014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2120
2121 * gdb.dlang/demangle.exp: New file.
2122
94b1b47e
IB
21232014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2124
2125 * gdb.dlang/primitive-types.exp: New file.
2126
7f420862
IB
21272014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2128
2129 * configure.ac: Create gdb.dlang/Makefile.
2130 * configure: Regenerate.
2131 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
2132 * gdb.dlang/Makefile.in: New file.
2133 * lib/d-support.exp: New file.
2134 * lib/gdb.exp (skip_d_tests): New proc.
2135
52834460
MM
21362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2137
2138 * gdb.btrace/delta.exp: Check reverse stepi.
2139 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
2140 * gdb.btrace/finish.exp: New.
2141 * gdb.btrace/next.exp: New.
2142 * gdb.btrace/nexti.exp: New.
2143 * gdb.btrace/record_goto.c: Add comments.
2144 * gdb.btrace/step.exp: New.
2145 * gdb.btrace/stepi.exp: New.
2146 * gdb.btrace/multi-thread-step.c: New.
2147 * gdb.btrace/multi-thread-step.exp: New.
2148 * gdb.btrace/rn-dl-bind.c: New.
2149 * gdb.btrace/rn-dl-bind.exp: New.
2150 * gdb.btrace/data.c: New.
2151 * gdb.btrace/data.exp: New.
2152 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2153
6e07b1d2
MM
21542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2155
2156 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
2157 * gdb.btrace/exception.exp: Update.
2158 * gdb.btrace/instruction_history.exp: Update.
2159 * gdb.btrace/record_goto.exp: Update.
2160 * gdb.btrace/tailcall.exp: Update.
2161 * gdb.btrace/unknown_functions.exp: Update.
2162 * gdb.btrace/delta.exp: New.
2163
0b722aec
MM
21642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2165
2166 * gdb.btrace/record_goto.exp: Add backtrace test.
2167 * gdb.btrace/tailcall.exp: Add backtrace test.
2168
066ce621
MM
21692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2170
2171 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
2172 * gdb.btrace/record_goto.c: New.
2173 * gdb.btrace/record_goto.exp: New.
2174 * gdb.btrace/x86-record_goto.S: New.
2175
0688d04e
MM
21762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2177
2178 * gdb.btrace/function_call_history.exp: Update tests.
2179 * gdb.btrace/instruction_history.exp: Update tests.
2180
8710b709
MM
21812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2182
2183 * gdb.btrace/function_call_history.exp: Fix expected field
2184 order for "record function-call-history".
2185 Add new tests for "record function-call-history /c".
2186 * gdb.btrace/exception.cc: New.
2187 * gdb.btrace/exception.exp: New.
2188 * gdb.btrace/tailcall.exp: New.
2189 * gdb.btrace/x86-tailcall.S: New.
2190 * gdb.btrace/x86-tailcall.c: New.
2191 * gdb.btrace/unknown_functions.c: New.
2192 * gdb.btrace/unknown_functions.exp: New.
2193 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2194
5de9129b
MM
21952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2196
2197 * gdb.btrace/instruction_history.exp: Update.
2198 * gdb.btrace/function_call_history.exp: Update.
2199
23a7fe75
MM
22002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2201
2202 * gdb.btrace/function_call_history.exp: Fix expected function
2203 trace.
2204 * gdb.btrace/instruction_history.exp: Initialize traced.
2205 Remove traced_functions.
2206
724c7dd8
MM
22072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2208
2209 * gdb.btrace/function_call_history.exp: Update
2210 * gdb.btrace/instruction_history.exp: Update.
2211
6d78d93b
MM
22122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2213
2214 * gdb.btrace/enable.exp: Update expected text.
2215
93a360cc
OJ
22162014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
2217
2218 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
2219 bytes.
2220
3772b53f
MR
22212014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
2222
2223 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
2224
596662fa
OJ
22252014-01-15 Omair Javaid <omair.javaid@linaro.org>
2226
2227 * lib/gdb.exp (supports_process_record): Return true for
2228 arm*-linux*. (supports_reverse): Likewise.
2229
b5b08fb4
SC
22302014-01-13 Siva Chandra Reddy <sivachandra@google.com>
2231
2232 PR python/15464
2233 PR python/16113
2234 * gdb.python/py-type.c: Enhance test case.
2235 * gdb.python/py-value-cc.cc: Likewise
2236 * gdb.python/py-type.exp: Add new tests.
2237 * gdb.python/py-value-cc.exp: Likewise
2238
52d7fb13
AA
22392014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2240 Pedro Alves <palves@redhat.com>
2241
2242 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
2243 Make "name" extern.
2244 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
2245 references to ${name}_start by references to ${name}.
2246
a2cd8cfe
JB
22472014-01-10 Joel Brobecker <brobecker@adacore.com>
2248
2249 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
2250
4e23fced
JB
22512014-01-10 Joel Brobecker <brobecker@adacore.com>
2252
2253 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
2254
c6a9e42c
PA
22552014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
2256 Pedro Alves <palves@redhat.com>
2257
2258 * gdb.mi/mi-info-os.exp: Connect to the target with
2259 mi_gdb_target_load.
2260
b7ea362b
PA
22612014-01-08 Pedro Alves <palves@redhat.com>
2262
2263 * gdb.threads/reconnect-signal.c: New file.
2264 * gdb.threads/reconnect-signal.exp: New file.
2265
5e3f4fab
EBM
22662014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2267
2268 * gdb.base/source-dir.exp: New file.
2269
79301218
JB
22702014-01-07 Joel Brobecker <brobecker@adacore.com>
2271
2272 * gdb.ada/mi_interface: New testcase.
2273
8e355c5d
JB
22742014-01-07 Joel Brobecker <brobecker@adacore.com>
2275
2276 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
2277 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
2278 gdb.ada/pp-rec-component/pck.ads: New files.
2279
c0d48811
JB
22802014-01-07 Joel Brobecker <brobecker@adacore.com>
2281
2282 * gdb.python/py-pp-integral.c: New file.
2283 * gdb.python/py-pp-integral.py: New file.
2284 * gdb.python/py-pp-integral.exp: New file.
2285
17b609c3 2286For older changes see ChangeLog-1993-2013.
c906108c 2287\f
8d8cb839
EZ
2288;; Local Variables:
2289;; mode: change-log
2290;; left-margin: 8
2291;; fill-column: 74
2292;; version-control: never
2293;; End:
902f2ccb 2294
14f8b115 2295 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
2296 Copying and distribution of this file, with or without modification,
2297 are permitted provided the copyright notice and this notice are preserved.
This page took 2.055209 seconds and 4 git commands to generate.