]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Remove pst from dwarf_decode_lines_1
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d769e349
DE
12014-08-11 Doug Evans <dje@google.com>
2
3 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4 (test_load_shlib): Update.
5
20c6f1e1
YQ
62014-08-09 Yao Qi <yao@codesourcery.com>
7
8 * gdb.base/display.exp: Invoke is_address_zero_readable.
9 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
10 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11 * gdb.base/hbreak-unmapped.exp: Return if
12 is_address_zero_readable returns true.
13 * gdb.base/signest.exp: Likewise.
14 * gdb.base/signull.exp: Likewise.
15 * gdb.base/sigbpt.exp: Likewise.
16 * gdb.guile/scm-disasm.exp: Do the test if
17 is_address_zero_readable returns false.
18 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19 * gdb.python/py-arch.exp: Likewise.
20 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21 * lib/gdb.exp (is_address_zero_readable): New proc.
22
5792e8e3
YQ
232014-08-09 Yao Qi <yao@codesourcery.com>
24
25 PR testsuite/13443
26 * gdb.mi/mi-var-display.exp: Make test messages unique.
27
3cecbbbe
TT
282014-08-04 Tom Tromey <tromey@redhat.com>
29
30 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
31 target 0".
32
00b51ff5
TT
332014-08-04 Tom Tromey <tromey@redhat.com>
34
35 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
36 "target_resume".
37
6908c509
JB
382014-08-01 Joel Brobecker <brobecker@adacore.com>
39
40 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
41 inner_vla_struct_object_size.
42 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
43 as xfail.
44
cc6563d2
PA
452014-07-30 Pedro Alves <palves@redhat.com>
46
47 * gdb.threads/signal-command-handle-nopass.exp (test): Add
48 comment.
49
7e09a223
YQ
502014-07-29 Yao Qi <yao@codesourcery.com>
51
52 PR gdb/17206
53 * gdb.base/until-nodebug.exp: New.
54
7ebdbe92
DE
552014-07-28 Doug Evans <xdje42@gmail.com>
56
57 PR guile/17203
58 * gdb.guile/scm-parameter.exp: Add tests for trying to create
59 previously existing parameter, and previously ambiguously spelled
60 parameter.
61
fdb1adc6
WN
622014-07-28 Will Newton <will.newton@linaro.org>
63
64 * gdb.base/varargs.exp: Remove KFAILs for ARM.
65
186fcde0
DE
662014-07-26 Ludovic Courtès <ludo@gnu.org>
67 Doug Evans <xdje42@gmail.com>
68
69 PR guile/17146
70 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
71
70509625
PA
722014-07-25 Pedro Alves <palves@redhat.com>
73
74 * gdb.threads/signal-command-handle-nopass.c: New file.
75 * gdb.threads/signal-command-handle-nopass.exp: New file.
76 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
77 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
78 * gdb.threads/signal-delivered-right-thread.c: New file.
79 * gdb.threads/signal-delivered-right-thread.exp: New file.
80
c3f814a1
PA
812014-07-25 Pedro Alves <palves@redhat.com>
82
83 * gdb.base/double-prompt-target-event-error.exp
84 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
85 match.
86 (cancel_pagination_in_target_event): Rework double prompt
87 detection.
88 * gdb.base/paginate-after-ctrl-c-running.exp
89 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
90 <return>' match.
91 * gdb.base/paginate-bg-execution.exp
92 (test_bg_execution_pagination_return)
93 (test_bg_execution_pagination_cancel): Remove '-notransfer
94 <return>' matches.
95 * gdb.base/paginate-execution-startup.exp
96 (test_fg_execution_pagination_return)
97 (test_fg_execution_pagination_cancel): Remove '-notransfer
98 <return>' matches.
99 * gdb.base/paginate-inferior-exit.exp
100 (test_paginate_inferior_exited): Remove '-notransfer <return>'
101 match.
102 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
103 * lib/gdb.exp (pagination_prompt): Run text through
104 string_to_regexp.
105 (gdb_test_multiple): Match $pagination_prompt instead of
106 "<return>".
107 (string_to_regexp): Move to lib/gdb-utils.exp.
108
e214cf6c
JK
1092014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
110
111 * gdb.arch/amd64-entry-value-paramref.S: New file.
112 * gdb.arch/amd64-entry-value-paramref.cc: New file.
113 * gdb.arch/amd64-entry-value-paramref.exp: New file.
114 * gdb.arch/amd64-optimout-repeat.S: New file.
115 * gdb.arch/amd64-optimout-repeat.c: New file.
116 * gdb.arch/amd64-optimout-repeat.exp: New file.
117
17d0c5c8
JK
1182014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
119
120 PR gdb/17170
121 * gdb.base/statistics.exp: New file.
122
b8b8facf
DE
1232014-07-17 Doug Evans <dje@google.com>
124
74b49205 125 PR gdb/17170
b8b8facf
DE
126 * gdb.base/maint.exp: Update testing of per-command stats.
127
1b5d0ab3
PA
1282014-07-16 Pedro Alves <palves@redhat.com>
129
130 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
131 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
132 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
133 (tfile_write_buf): New functions.
134 (add_memory_block): Rewrite using the above.
135 (adjust_function_address): New function.
136 (FUNCTION_ADDRESS): New macro.
137 (write_basic_trace_file): Remove short_x local, and use
138 tfile_write_16. Change type of func_addr local to unsigned long
139 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
140 here. Cast argument of add_memory_block to char pointer.
141 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
142 (main): Remove parameters.
143 * gdb.trace/tfile.exp: Remove nowarnings.
144
4d974e88
SM
1452014-07-15 Simon Marchi <simon.marchi@ericsson.com>
146
147 * gdb.base/debug-expr.exp: Test string evaluation with
148 "debug expression" on.
149
41e99568
PA
1502014-07-15 Pedro Alves <palves@redhat.com>
151
152 * gdb.base/reread.exp: Use clean_restart.
153
487d9753
PL
1542014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
155
156 * gdb.arch/avr-flash-qualifer.c: New.
157 * gdb.arch/avr-flash-qualifer.exp: New.
158
cc1c52ad
PA
1592014-07-14 Pedro Alves <palves@redhat.com>
160
161 * gdb.base/paginate-after-ctrl-c-running.c: New file.
162 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
163
1e973570
PA
1642014-07-14 Pedro Alves <palves@redhat.com>
165
166 * gdb.base/double-prompt-target-event-error.c: New file.
167 * gdb.base/double-prompt-target-event-error.exp: New file.
168
93d6eb10
PA
1692014-07-14 Pedro Alves <palves@redhat.com>
170
171 PR gdb/17072
172 * gdb.base/paginate-inferior-exit.c: New file.
173 * gdb.base/paginate-inferior-exit.exp: New file.
174
0017922d
PA
1752014-07-14 Pedro Alves <palves@redhat.com>
176
177 PR gdb/17072
178 * gdb.base/paginate-bg-execution.c: New file.
179 * gdb.base/paginate-bg-execution.exp: New file.
180
94696ad3
PA
1812014-07-14 Pedro Alves <palves@redhat.com>
182
183 PR gdb/17072
184 * gdb.base/paginate-execution-startup.c: New file.
185 * gdb.base/paginate-execution-startup.exp: New file.
186 * lib/gdb.exp (pagination_prompt): New global.
187 (default_gdb_spawn): New procedure, factored out from
188 default_gdb_spawn.
189 (default_gdb_start): Adjust to call default_gdb_spawn.
190 (gdb_spawn): New procedure.
191
bd293940
PA
1922014-07-14 Pedro Alves <palves@redhat.com>
193
194 * lib/gdb.exp (gdb_assert): New procedure.
195 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
196
c933f875
PA
1972014-07-14 Pedro Alves <palves@redhat.com>
198
199 * gdb.base/execution-termios.c: New file.
200 * gdb.base/execution-termios.exp: New file.
201
d98b7a16
TT
2022014-07-14 Tom Tromey <tromey@redhat.com>
203
204 * gdb.cp/vla-cxx.cc: New file.
205 * gdb.cp/vla-cxx.exp: New file.
206
548740d6
TT
2072014-07-14 Tom Tromey <tromey@redhat.com>
208
209 * gdb.reverse/rerun-prec.c: New file.
210 * gdb.reverse/rerun-prec.exp: New file.
211
a25eb028
MR
2122014-07-12 Maciej W. Rozycki <macro@mips.com>
213 Maciej W. Rozycki <macro@codesourcery.com>
214
215 * lib/gdb-utils.exp: New file.
216 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
217 inline `gdb_init_command' processing.
218 (gdb_start_cmd): Likewise.
219 * lib/mi-support.exp (mi_run_cmd): Likewise.
220 * README: Document `gdb_init_command' and `gdb_init_commands'.
221
218c2655
JK
2222014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
223
224 Fix false FAIL running under a very long directory name.
225 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
226 and "set print elements 10000". Twice.
227
5401fde3
YQ
2282014-07-11 Yao Qi <yao@codesourcery.com>
229
230 * gdb.base/exprs.exp: "set print symbol off".
231
e76126e8
PA
2322014-07-11 Pedro Alves <palves@redhat.com>
233
234 * gdb.threads/kill.c: New file.
235 * gdb.threads/kill.exp: New file.
236
2d6f0de6
YQ
2372014-07-10 Yao Qi <yao@codesourcery.com>
238
239 * gdb.trace/tfile.c (write_basic_trace_file)
240 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
241 address written to trace file.
242
7180e04a
PA
2432014-07-09 Pedro Alves <palves@redhat.com>
244
245 * gdb.base/attach-wait-input.exp: New file.
246 * gdb.base/attach-wait-input.c: New file.
247
9a9a7608
AB
2482014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
251 setting up test structures.
252 (main): Call new test function.
253 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
254 test function, continue into test function and walk test
255 structures.
256
161ac41e
YQ
2572014-07-02 Yao Qi <yao@codesourcery.com>
258
259 * gdb.trace/entry-values.c: Define labels 'foo_start' and
260 'bar_start' at the beginning of functions 'foo' and 'bar'
261 respectively.
262 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
263 instead of 'foo' and 'bar'.
264
1f267ae3
MM
2652014-07-08 Markus Metzger <markus.t.metzger@intel.com>
266
267 * gdb.btrace/segv.exp: New.
268 * gdb.btrace/segv.c: New.
269
2b239efb
LM
2702014-07-02 Luis Machado <lgustavo@codesourcery.com>
271
272 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
273 instruction.
274
cf363f18
MW
2752014-06-30 Mark Wielaard <mjw@redhat.com>
276
277 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
278 vulture, vilify, villar): New volatile array constants.
279 (vindictive, vegetation): New const volatile array constants.
280 * gdb.base/volatile.exp: Test volatile and const volatile array
281 types.
282
aebf9d24
AA
2832014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
284
285 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
286 target lacks support for awatch, rwatch, or hbreak.
287
b67a2c6f
YQ
2882014-06-27 Yao Qi <yao@codesourcery.com>
289
290 * gdb.multi/dummy-frame-restore.exp: New.
291 * gdb.multi/dummy-frame-restore.c: New.
292
aef92902
MM
2932014-06-25 Markus Metzger <markus.t.metzger@intel.com>
294
295 * gdb.btrace/gcore.exp: New.
296
8e9db26e
PA
2972014-06-23 Pedro Alves <palves@redhat.com>
298
299 * gdb.base/watchpoint-reuse-slot.c: New file.
300 * gdb.base/watchpoint-reuse-slot.exp: New file.
301
70afc5b7
SC
3022014-06-23 Siva Chandra Reddy <sivachandra@google.com>
303
304 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
305 progspace's filename in 'info', 'enable' and 'disable' command
306 tests.
307
b972bd9c
JK
3082014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
309
310 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
311 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
312 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
313
125f8a3d
GB
3142014-06-20 Gary Benson <gbenson@redhat.com>
315
316 * gdb.arch/i386-avx.exp: Fix include file location.
317 * gdb.arch/i386-sse.exp: Likewise.
318
3ed9baed
IB
3192014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
320
321 * gdb.dlang/expression.exp: New file.
322
034f788c
PA
3232014-06-19 Pedro Alves <palves@redhat.com>
324
325 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
326 out from ...
327 (top level): ... here. Iterate running tests under different
328 scheduler-locking settings.
329
45371d0c
LM
3302014-06-18 Luis Machado <lgustavo@codesourcery.com>
331
332 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
333 to DW_FORM_addr and use non-zero addresses.
334
5d376983
SC
3352014-06-18 Siva Chandra Reddy <sivachandra@google.com>
336
337 PR gdb/17017
338 * gdb.python/py-xmethods.cc: Add global function call counters and
339 increment them in their respective functions. Remove "cout"
340 statements.
341 * gdb.python/py-xmethods.exp: Make tests check the global function
342 call counters instead of depending on inferior IO.
343
a1aa2221
LM
3442014-06-18 Don Breazeal <donb@codesourcery.com>
345
346 * gdb.base/foll-fork.exp (default_fork_parent_follow):
347 Deleted procedure.
348 (explicit_fork_parent_follow): Deleted procedure.
349 (explicit_fork_child_follow): Deleted procedure.
350 (test_follow_fork): New procedure.
351 (do_fork_tests): Replace calls to deleted procedures with
352 calls to test_follow_fork and reset GDB for subsequent
353 procedure calls.
354
0fc05997
YQ
3552014-06-17 Yao Qi <yao@codesourcery.com>
356
357 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
358 CP1252.
359
70795c52
LM
3602014-06-17 Luis Machado <lgustavo@codesourcery.com>
361
362 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
363 Initialize ptr and S explicitly.
364 (skip_type_update_when_not_use_rtti_test): Likewise.
365
6be47f0c
KS
3662014-06-16 Keith Seitz <keiths@redhat.com>
367
368 PR mi/15863
369 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
370 the inferior is started.
371
d03de421
PA
3722014-06-16 Pedro Alves <palves@redhat.com>
373
374 * gdb.base/break-main-file-remove-fail.c: New file.
375 * gdb.base/break-main-file-remove-fail.exp: New file.
376 * gdb.base/break-unload-file.exp: Use build_executable instead of
377 prepare_for_testing.
378 (test_break): New parameter "initial_load". Handle it.
379 (top level): Add initial_load cmdline/file axis.
380
f9579b99
TT
3812014-06-12 Tom Tromey <tromey@redhat.com>
382
383 * gdb.base/completion.exp: Don't use directory name in test.
384
3657956b
GB
3852014-06-09 Gary Benson <gbenson@redhat.com>
386
387 * gdb.base/sigall.c [Functions to send signals]: Reorder to
388 separate the always-available ANSI-standard signals from the
389 signals that require checking.
390 (main): Likewise.
391 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
392 Likewise.
393 (main): Likewise.
394
4186eb54
KS
3952014-06-07 Keith Seitz <keiths@redhat.com>
396
397 Revert:
398 PR c++/16253
399 * gdb.cp/var-tag.cc: New file.
400 * gdb.cp/var-tag.exp: New file.
401 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
402 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
403 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
404 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
405
25326a28 4062014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
407
408 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
409
829155c9
PA
4102014-06-06 Pedro Alves <palves@redhat.com>
411
412 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
413 in target debug output instead of looking at RSP packets,
414 disabling the test on any target that uses hardware stepping.
415 Update comments.
416
61c8d22e
PA
4172014-06-06 Pedro Alves <palves@redhat.com>
418
419 * gdb.base/break-unload-file.exp: Fix typo.
420
d9a47287
YQ
4212014-06-06 Yao Qi <yao@codesourcery.com>
422
423 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
424 from "jit_function" to "^jit_function".
425
e5e01dbf
YQ
4262014-06-06 Yao Qi <yao@codesourcery.com>
427
428 * gdb.base/async.c (foo): Add one statement.
429 * gdb.base/async.exp: Get the next instruction address and
430 match the output of "nexti" by instruction address. Match
431 the hex address in the output of "finish".
432
73ba372c
GB
4332014-06-06 Gary Benson <gbenson@redhat.com>
434
435 * gdb.base/call-signals.c: Remove preprocessor conditionals
436 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
437 SIGSEGV and SIGTERM.
438 * gdb.base/sigall.c: Likewise.
439 * gdb.base/unwindonsignal.c: Likewise.
440 * gdb.reverse/sigall-reverse.c: Likewise.
441
831517df
YQ
4422014-06-06 Yao Qi <yao@codesourcery.com>
443
444 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
445 readable, skip the test.
446
b8b91e98
YQ
4472014-06-06 Yao Qi <yao@codesourcery.com>
448
449 * gdb.threads/staticthreads.c (thread_function): Move the line
450 setting breakpoint on forward.
451 * gdb.threads/staticthreads.exp: Update comments.
452
fb934770
LC
4532014-06-05 Ludovic Courtès <ludo@gnu.org>
454
455 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
456 "history-append! type error".
457
6ef284bd
SM
4582014-06-05 Simon Marchi <simon.marchi@ericsson.com>
459
460 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
461 erroneous dprintf expected input.
462
a872e241
DE
4632014-06-04 Doug Evans <xdje42@gmail.com>
464
465 * gdb.guile/scm-generics.exp: Delete.
466
16f691fb
DE
4672014-06-04 Doug Evans <xdje42@gmail.com>
468
469 * gdb.guile/scm-breakpoint.exp: Update.
470 Add tests for breakpoint registration.
471
012370f6
TT
4722014-06-04 Tom Tromey <tromey@redhat.com>
473
474 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
475 VLA-in-union.
476 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
477 inner_vla_struct, vla_union types. Initialize objects of those
478 types and compute their sizes.
479
9f5a4cef
HZ
4802014-06-04 Nathan Sidwell <nathan@codesourcery.com>
481 Hui Zhu <hui@codesourcery.com>
482
483 * gdb.base/fileio.exp: Add test for shell not available as well as
484 available.
485 * gdb.base/fileio.c (test_system): Check for shell twice.
486
90a45c4d
YQ
4872014-06-04 Yao Qi <yao@codesourcery.com>
488
489 * gdb.base/auto-connect-native-target.exp: Remove redundant
490 space from the regexp pattern.
491
70017e41
YQ
4922014-06-04 Yao Qi <yao@codesourcery.com>
493
494 * gdb.base/default.exp: Replace "child" with "native" in
495 regexp pattern.
496
883964a7
SC
4972014-06-03 Siva Chandra Reddy <sivachandra@google.com>
498
499 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
500 * gdb.python/py-xmethods.exp: New tests to test xmethods.
501 * gdb.python/py-xmethods.py: Python script supporting the
502 new testcase and tests.
503
ef370185
JB
5042014-06-03 Joel Brobecker <brobecker@adacore.com>
505 Pedro Alves <palves@redhat.com>
506
507 PR breakpoints/17000
508 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
509 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
510
1e2ccb61
BM
5112014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
512
513 * gdb.base/subst.exp: Add tests to verify partial path matching
514 output.
515
c6ec5ab2
PA
5162014-06-03 Pedro Alves <palves@redhat.com>
517
518 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
519 target that doesn't use software single-stepping.
520
835c559f
PA
5212014-06-03 Pedro Alves <palves@redhat.com>
522
523 PR breakpoints/17000
524 * gdb.base/sss-bp-on-user-bp-2.c: New file.
525 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
526
06eb1586
DE
5272014-06-02 Doug Evans <xdje42@gmail.com>
528
529 * gdb.guile/scm-parameter.exp: New file.
530
e698b8c4
DE
5312014-06-02 Doug Evans <xdje42@gmail.com>
532
533 * gdb.guile/scm-cmd.c: New file.
534 * gdb.guile/scm-cmd.exp: New file.
535
ded03782
DE
5362014-06-02 Doug Evans <xdje42@gmail.com>
537
538 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
539 pretty-printer lookup.
540 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
541 (make-pp_s-printer): Call it.
542 (make-pretty-printer-from-dict): New function.
543 (lookup-pretty-printer-maker-from-dict): New function.
544 (*pretty-printer*): Simplify.
545 (make-objfile-pp_s-printer): New function.
546 (install-objfile-pretty-printers!): New function.
547 (make-progspace-pp_s-printer): New function.
548 (install-progspace-pretty-printers!): New function.
549 * gdb.guile/scm-progspace.c: New file.
550 * gdb.guile/scm-progspace.exp: New file.
551
41fac0cf
PA
5522014-06-02 Pedro Alves <palves@redhat.com>
553
554 * gdb.base/dprintf-bp-same-addr.c: New file.
555 * gdb.base/dprintf-bp-same-addr.exp: New file.
556
96ae5695
EBM
5572014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
558
559 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
560 * gdb.arch/powerpc-power.s: Likewise.
561
da02b3a8
JB
5622014-06-02 Joel Brobecker <brobecker@adacore.com>
563
564 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
565
c72b2e7b
YQ
5662014-06-01 Yao Qi <yao@codesourcery.com>
567
568 * gdb.base/watchpoint.exp (test_watch_location): Check null
569 pointer can be dereferenced. If not, do the test, otherwise
570 skip it.
571
53e8a631
AB
5722014-05-30 Andrew Burgess <aburgess@broadcom.com>
573
574 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
575 results.
576 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
577
938f0e2f
AB
5782014-05-30 Andrew Burgess <aburgess@broadcom.com>
579
580 * gdb.arch/amd64-invalid-stack-middle.S: New file.
581 * gdb.arch/amd64-invalid-stack-middle.c: New file.
582 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
583 * gdb.arch/amd64-invalid-stack-top.c: New file.
584 * gdb.arch/amd64-invalid-stack-top.exp: New file.
585
9ba6657a
PA
5862014-05-30 Pedro Alves <palves@redhat.com>
587
588 PR breakpoints/17000
589 * gdb.base/sss-bp-on-user-bp.c: New file.
590 * gdb.base/sss-bp-on-user-bp.exp: New file.
591
522c09bf
DB
5922014-05-30 David Blaikie <dblaikie@gmail.com>
593
594 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
595 gnu_inline semantics via attribute.
596 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
597 source explicitly specifies the required semantics.
598
bf4ef81e
MR
5992014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
600
601 * gdb.reverse/sigall-reverse.exp: Fix a typo.
602
329ea579
PA
6032014-05-29 Pedro Alves <palves@redhat.com>
604 Tom Tromey <tromey@redhat.com>
605
606 * gdb.base/async-shell.exp: Don't enable target-async.
607 * gdb.base/async.exp
608 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
609 parameter. Adjust.
610 (top level): Don't test with "target-async".
611 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
612 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
613 * gdb.base/inferior-died.exp: Don't enable target-async.
614 * gdb.base/interrupt-noterm.exp: Likewise.
615 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
616 * gdb.mi/mi-nonstop-exit.exp: Likewise.
617 * gdb.mi/mi-nonstop.exp: Likewise.
618 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
619 * gdb.mi/mi-nsintrall.exp: Likewise.
620 * gdb.mi/mi-nsmoribund.exp: Likewise.
621 * gdb.mi/mi-nsthrexec.exp: Likewise.
622 * gdb.mi/mi-watch-nonstop.exp: Likewise.
623 * gdb.multi/watchpoint-multi.exp: Adjust comment.
624 * gdb.python/py-evsignal.exp: Don't enable target-async.
625 * gdb.python/py-evthreads.exp: Likewise.
626 * gdb.python/py-prompt.exp: Likewise.
627 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
628 * gdb.server/solib-list.exp: Don't enable target-async.
629 * gdb.threads/thread-specific-bp.exp: Likewise.
630 * lib/mi-support.exp: Adjust to use mi-async.
631
fd664c91
PA
6322014-05-29 Pedro Alves <palves@redhat.com>
633
634 PR gdb/13860
635 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
636 reason, even in sync mode.
637
251bde03
PA
6382014-05-29 Pedro Alves <palves@redhat.com>
639 Hui Zhu <hui@codesourcery.com>
640
641 PR PR15693
642 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
643 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
644 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
645 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
646
7f3c0343
JB
6472014-05-28 Joel Brobecker <brobecker@adacore.com>
648
649 * config/monitor.exp (gdb_target_monitor): Replace use of
650 "set remotebaud" by "set serial baud".
651
b2715b27
AW
6522014-05-26 Andy Wingo <wingo@igalia.com>
653
654 * gdb.guile/scm-breakpoint.exp:
655 * gdb.guile/scm-gsmob.exp: Update to use plain old object
656 properties instead of gdb-object-properties.
657
498a4489
YQ
6582014-05-26 Yao Qi <yao@codesourcery.com>
659
660 * gdb.server/no-thread-db.exp: Specify source file name
661 explicitly when setting a breakpoint.
662
589fdceb
MM
6632014-05-23 Markus Metzger <markus.t.metzger@intel.com>
664
665 * gdb.btrace/vdso.c: New.
666 * gdb.btrace/vdso.exp: New.
667
e9089e05
MM
6682014-05-23 Markus Metzger <markus.t.metzger@intel.com>
669
670 * gdb.base/gcore.exp (capture_command_output): Move ...
671 * lib/gdb.exp (capture_command_output): ... here.
672
67b5c0c1
MM
6732014-05-23 Markus Metzger <markus.t.metzger@intel.com>
674
675 * gdb.btrace/data.exp: Test memory access during btrace replay.
676
a2199296
SM
6772014-05-22 Simon Marchi <simon.marchi@ericsson.com>
678
679 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
680
17b2616c
PA
6812014-05-21 Pedro Alves <palves@redhat.com>
682
683 PR gdb/13860
684 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
685 (top level): Test that output related to execution commands is
686 sent to the console with CLI commands, but not with MI commands.
687 Test that breakpoint events are always mirrored to the console.
688 Also expect the new source line to be output after a "next" in
689 async mode too. Make it a pass/fail test.
690 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
691 output.
692 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
693
5166082f
PA
6942014-05-21 Pedro Alves <palves@redhat.com>
695
696 * gdb.base/list.exp (build_pattern, test_list): New procedures.
697 Use them to test variations of "list" after reaching a breakpoint.
698 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
699 Test "list" with listsize 10 after reaching a breakpoint.
700 * gdb.python/python.exp (decode_line current location line
701 number): Adjust expected line number.
702
2f25d70f
SM
7032014-05-21 Simon Marchi <simon.marchi@ericsson.com>
704
705 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
706 behavior for $args, pass it directly to "run".
707
ff604a67
MR
7082014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
709
710 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
711 30000 to 65536.
712
6a3cb8e8
PA
7132014-05-21 Pedro Alves <palves@redhat.com>
714
715 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
716 auto-connect-native-target off".
717 * gdb.base/auto-connect-native-target.c: New file.
718 * gdb.base/auto-connect-native-target.exp: New file.
719
4ebfc96e
PA
7202014-05-21 Pedro Alves <palves@redhat.com>
721
722 * gdb.base/default.exp: Test "target native" instead of "target
723 child".
724
36d46afb
MW
7252014-05-21 Mark Wielaard <mjw@redhat.com>
726
727 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
728
5876f503
JK
7292014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
730
731 Fix TLS access for -static -pthread.
732 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
733 <HAVE_TLS> (thread_function, main): Initialize it.
734 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
735 Add clean_restart.
736 <$have_tls != "">: Check TLSVAR.
737
0256a6ac
PA
7382014-05-21 Pedro Alves <palves@redhat.com>
739
740 * gdb.base/dcache-line-read-error.c: New.
741 * gdb.base/dcache-line-read-error.exp: New.
742
936d2992
PA
7432014-05-20 Pedro Alves <palves@redhat.com>
744
745 * gdb.base/compare-sections.c: New file.
746 * gdb.base/compare-sections.exp: New file.
747
802e8e6d
PA
7482014-05-20 Pedro Alves <palves@redhat.com>
749
750 * gdb.base/break-idempotent.c: New file.
751 * gdb.base/break-idempotent.exp: New file.
752
e59fa00f
MM
7532014-05-20 Markus Metzger <markus.t.metzger@intel.com>
754
755 * gdb.btrace/nohist.exp: New.
756
8b696e31
YQ
7572014-05-20 Yao Qi <yao@codesourcery.com>
758
759 * lib/gdb.exp (gdb_init): Set timeout if test file is under
760 gdb.reverse directory and gdb_reverse_timeout exists in board
761 setting.
762 * README: Document gdb_reverse_timeout.
763
73c9764f
YQ
7642014-05-20 Yao Qi <yao@codesourcery.com>
765
766 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
767 'test_file_name'. Treat args as a string instead of a list.
768 (gdb_init): Rename argument 'args' by 'test_file_name'.
769
f1f4348a
JK
7702014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
771
772 * gdb.arch/powerpc-power.exp: New file.
773 * gdb.arch/powerpc-power.s: New file.
774
0dbe70ce
DE
7752014-05-16 Doug Evans <dje@google.com>
776
777 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
778 * gdb.base/completion.exp: Check that all expected files exist
779 before doing file completion.
0dbe70ce 780
8d551b02
DE
7812014-05-16 Doug Evans <dje@google.com>
782
783 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
784 Update.
785 (do_syscall_tests_without_xml): Update.
786
73eb7709
PA
7872014-05-16 Pedro Alves <palves@redhat.com>
788
789 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
790 instead of "unknown output after running".
791
3fae92fc
YQ
7922014-05-16 Yao Qi <yao@codesourcery.com>
793
794 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
795 file1.txt from host at the end.
796 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
797
c2b2ccc5
DE
7982014-05-15 Doug Evans <dje@google.com>
799
800 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
801 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
802 loading file. Add test for TU lookup.
803
8c217a4b
SM
8042014-05-15 Simon Marchi <simon.marchi@ericsson.com>
805
806 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
807 calling "-exec-arguments" or "set args" before running the
808 inferior.
809
3deb39c6
SM
8102014-05-15 Simon Marchi <simon.marchi@ericsson.com>
811
812 * lib/mi-support.exp (mi_expect_stop): Expect message for
813 inferiors that exit with non-zero exit code.
814
71a79f8c
YQ
8152014-05-14 Yao Qi <yao@codesourcery.com>
816
817 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
818 match absolute path on remote host.
819 (test_file_list_exec_source_files): Remove "/" from the
820 pattern.
821
f23fcd46
YQ
8222014-05-14 Yao Qi <yao@codesourcery.com>
823
824 * boards/local-remote-host-notty.exp (${board}_file): New
825 proc.
826
9404b58f
KM
8272014-05-07 Kyle McMartin <kyle@redhat.com>
828
829 Pushed by Joel Brobecker <brobecker@adacore.com>.
830 * gdb.arch/aarch64-atomic-inst.c: New file.
831 * gdb.arch/aarch64-atomic-inst.exp: New file.
832
5e45f04c
YQ
8332014-05-07 Yao Qi <yao@codesourcery.com>
834
835 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
836 in current context" too.
837
c888a17d
KS
8382014-05-05 Keith Seitz <keiths@redhat.com>
839
840 * gdb.linespec/ls-dollar.exp: Add test for linespec
841 file:convenience_variable.
842
290a839c
YQ
8432014-05-05 Yao Qi <yao@codesourcery.com>
844
845 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
846 traceframes into tfile and ctf trace files. Read data from
847 trace file and test collected data.
848 (gdb_collect_locals_test): Likewise.
849 (gdb_unavailable_registers_test): Likewise.
850 (gdb_unavailable_floats): Likewise.
851 (gdb_collect_globals_test): Likewise.
852 (top-level): Append "ctf" to trace_file_targets if GDB
853 supports.
854
b5262cd0
YQ
8552014-05-05 Yao Qi <yao@codesourcery.com>
856
857 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
858 code to ...
859 (gdb_collect_args_test_1): ... it. New proc.
860 (gdb_collect_locals_test): Move some code to ...
861 (gdb_collect_locals_test_1): ... it. New proc.
862 (gdb_unavailable_registers_test): Move some code to ...
863 (gdb_unavailable_registers_test_1): ... it. New proc.
864 (gdb_unavailable_floats): Move some code to ...
865 (gdb_unavailable_floats_1): ... it. New proc.
866
30a1e6cc
SDJ
8672014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
868
869 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
870 probes to test for bitness recognition.
871 * gdb.arch/amd64-stap-optional-prefix.exp
872 (test_probe_value_without_reg): New procedure.
873 Add code to test for different kinds of bitness.
874
f33da99a
SDJ
8752014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
876
877 PR breakpoints/16889
878 * gdb.arch/amd64-stap-optional-prefix.S: New file.
879 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
880
5b80f00d
PA
8812014-05-01 Pedro Alves <palves@redhat.com>
882
883 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
884 gdb_file_cmd if no file is specified.
885 * boards/native-extended-gdbserver.exp (gdb_load): Use the
886 last_loaded_file to set the remote exec-file.
887
f8c2a73c
PA
8882014-05-01 Pedro Alves <palves@redhat.com>
889
890 * boards/local-remote-host.exp: New file.
891
be6e8ac7
PA
8922014-05-01 Pedro Alves <palves@redhat.com>
893
894 * boards/local-remote-host.exp: Rename to ...
895 * boards/local-remote-host-notty.exp: ... this.
896
cac0dc8f
JB
8972014-04-28 Joel Brobecker <brobecker@adacore.com>
898
899 * gdb.ada/dyn_arrayidx: New testcase.
900
9730e6cc
YQ
9012014-04-26 Yao Qi <yao@codesourcery.com>
902
903 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
904 and compute the length of function main. Save it in
905 $main_length.
906 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
907 (top-level): Use gdb_compile to compile objects into
908 executable and restart GDB. Remove invocation to
909 prepare_for_testing.
910
7ae1a6a6
PA
9112014-04-25 Simon Marchi <simon.marchi@ericsson.com>
912 Pedro Alves <palves@redhat.com>
913
914 PR server/16255
915 * gdb.multi/multi-attach.c: New file.
916 * gdb.multi/multi-attach.exp: New file.
917
4082afcc
PA
9182014-04-25 Pedro Alves <palves@redhat.com>
919
920 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
921 user.
922 (top level): Test that "set remote conditional-breakpoints-packet
923 off" works as intended.
924 * gdb.base/dprintf.exp: Test that "set remote
925 breakpoint-commands-packet off" works as intended.
926 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
927 New function.
928 (top level): Call it.
929 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
930 remote fast-tracepoints-packet off" works as intended.
931 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
932 * lib/gdb.exp (gdb_is_target_remote): ... here.
933
2abc3f8d
DB
9342014-04-24 David Blaikie <dblaikie@gmail.com>
935
936 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
937 ensure clang would not discard them.
938 * gdb.base/gdbvars.c: Ditto.
939 * gdb.base/memattr.c: Ditto.
940 * gdb.base/whatis.c: Ditto.
941 * gdb.python/py-prettyprint.c: Ditto.
942 * gdb.trace/actions.c: Ditto.
943 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
944 ensure clang would not discard it.
945
bfd39632
DB
9462014-04-24 David Blaikie <dblaikie@gmail.com>
947
948 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
949 clang to emit the full definition of type required by the test
950 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
951
22842ff6
DB
9522014-04-24 David Blaikie <dblaikie@gmail.com>
953
954 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
955 coax Clang into emitting the definition of the type.
956 * gdb.cp/pr10728-x.h (y): Ditto.
957 * gdb.cp/pr10728-y.cc (y): Ditto.
958
c2e827ad
DB
9592014-04-24 David Blaikie <dblaikie@gmail.com>
960
961 * gdb.base/label.exp: XFAIL label related tests under Clang.
962 * gdb.cp/cplabel.exp: Ditto.
963 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
964 under Clang those using labels.
965
4c2d33e7
YQ
9662014-04-25 Yao Qi <yao@codesourcery.com>
967
968 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
969 double_label.
970 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
971 partial_label and double_label.
972
56083b99
DB
9732014-04-24 David Blaikie <dblaikie@gmail.com>
974
975 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
976
25d4e99d
DB
9772014-04-24 David Blaikie <dblaikie@gmail.com>
978
979 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
980 of the function to work across GCC and Clang.
981 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
982 pointer types (const void ** const V void **).
983
01f9f808
MS
9842014-04-24 Michael Sturm <michael.sturm@mintel.com>
985 Walfred Tedeschi <walfred.tedeschi@intel.com>
986
987 * Makefile.in (EXECUTABLES): Added i386-avx512.
988 * gdb.arch/i386-avx512.c: New file.
989 * gdb.arch/i386-avx512.exp: Likewise.
990
4b48d439
KS
9912014-04-23 Keith Seitz <keiths@redhat.com>
992
993 * lib/mi-support.exp (mi_list_breakpoints): Delete.
994 (mi_make_breakpoint_table): New procedure.
995 (mi_create_breakpoint): Use mi_make_breakpoint
996 and return the result.
997 (mi_make_breakpoint): New procedure.
998 (mi_build_kv_pairs): New procedure.
999
1000 * gdb.mi/mi-break.exp: Remove unused globals,
1001 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
1002 All callers updated.
1003 * gdb.mi/mi-dprintf.exp: Use variable to track command
1004 number.
1005 Update all callers of mi_create_breakpoint and use
1006 mi_make_breakpoint_table.
1007 Remove any unused global variables.
1008 * gdb.mi/mi-nonstop.exp: Likewise.
1009 * gdb.mi/mi-nsintrall.exp: Likewise.
1010 * gdb.mi/mi-nsmoribund.exp: Likewise.
1011 * gdb.mi/mi-nsthrexec.exp: Likewise.
1012 * gdb.mi/mi-reverse.exp: Likewise.
1013 * gdb.mi/mi-simplerun.exp: Likewise.
1014 * gdb.mi/mi-stepn.exp: Likewise.
1015 * gdb.mi/mi-syn-frame.exp: Likewise.
1016 * gdb.mi/mi-until.exp: Likewise.
1017 * gdb.mi/mi-var-cp.exp: Likewise.
1018 * gdb.mi/mi-var-display.exp: Likewise.
1019 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1020 * gdb.mi/mi2-var-child.exp: Likewise.
1021 * gdb.mi/mi-vla-c99.exp: Likewise.
1022 * lib/mi-support.exp: Likewise.
1023
1024 From Ian Lance Taylor <iant@cygnus.com>:
1025 * lib/gdb.exp (parse_args): New procedure.
1026
08351840
PA
10272014-04-23 Pedro Alves <palves@redhat.com>
1028
1029 * gdb.base/break-unload-file.c: New file.
1030 * gdb.base/break-unload-file.exp: New file.
1031 * gdb.base/sym-file-lib.c (baz): New function.
1032 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
1033 field.
1034 (load): Store the segment's mapped size.
1035 (unload): New function.
1036 (unload_shlib): New function.
1037 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1038 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1039 set a breakpoint at baz, and call it.
1040 * gdb.base/sym-file.exp: New tests for stale breakpoint
1041 instructions.
1042
076855f9
PA
10432014-04-23 Pedro Alves <palves@redhat.com>
1044
1045 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1046 * gdb.base/hbreak-in-shr-unsupported.c: New file.
1047 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
1048 * gdb.base/hbreak-unmapped.c: New file.
1049 * gdb.base/hbreak-unmapped.exp: New file.
1050 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
1051 * lib/gdb.exp (gdb_is_target_remote): ... here.
1052
483805cf
PA
10532014-04-22 Pedro Alves <palves@redhat.com>
1054
1055 * gdb.base/consecutive-step-over.c: New file.
1056 * gdb.base/consecutive-step-over.exp: New file.
1057
06d97543
PA
10582014-04-22 Pedro Alves <palves@redhat.com>
1059
1060 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
1061 instead of send_gdb/gdb_expect.
1062
b4429ea2
YQ
10632014-04-22 Yao Qi <yao@codesourcery.com>
1064
1065 * lib/trace-support.exp (generate_tracefile): New procedure.
1066 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
1067 return 0.
1068 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
1069 if generate_tracefile returns 1.
1070
51d48146
PA
10712014-04-18 Tom Tromey <palves@redhat.com>
1072 Pedro alves <tromey@redhat.com>
1073
1074 PR backtrace/15558
1075 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
1076 with a backtrace limit.
1077 * gdb.python/py-frame-inline.exp: Test running to an inline
1078 function with a backtrace limit, and printing the newest frame.
1079 * gdb.python/py-frame-inline.c (main): Call f.
1080
bd1dce5f
MS
10812014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1082
1083 * gdb.java/jnpe.exp: Drop srcdir from untested path.
1084
40d1a503
MS
10852014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1086
1087 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
1088 Drop prefix from unsupported source file path.
1089
389b98f7
YQ
10902014-04-17 Yao Qi <yao@codesourcery.com>
1091
1092 * lib/gdb.exp (with_target_charset): New proc.
1093 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
1094 with_target_charset.
1095 (test_print_strings): Likewise.
1096 (test_repeat_bytes): Likewise.
1097 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
1098 for some tests.
1099
22869d73
KS
11002014-04-16 Keith Seitz <keiths@redhat.com>
1101
1102 PR gdb/15827
1103 * gdb.dwarf2/corrupt.c: New file.
1104 * gdb.dwarf2/corrupt.exp: New file.
1105
c4f87ca6
KS
11062014-04-16 Keith Seitz <keiths@redhat.com>
1107
1108 PR c++/16597
1109 * gdb.cp/namelessclass.cc: New file.
1110 * gdb.cp/namelessclass.exp: New file.
1111 * gdb.cp/namelessclass.S: New file.
1112
ab19de87
DE
11132014-04-16 Doug Evans <dje@google.com>
1114
1115 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
1116 Add comment.
1117 (gdbserver_default_get_comm_port): New function.
1118 (gdbserver_start): Check if board file provided
1119 "gdbserver,get_comm_port" and use it if so.
1120 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
1121 (gdb,socketport): Set to "stdio".
1122 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
1123 (stdio_gdbserver_template): Delete.
1124 (${board}_get_remote_address): Update.
1125 (${board}_build_remote_cmd): Delete.
1126 (${board}_get_comm_port): New function.
1127 (${board}_spawn): Update.
1128 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
1129 Delete.
1130 (${board}_get_remote_address): Update.
1131 (${board}_get_comm_port): New function.
1132
fc98a809
AB
11332014-04-16 Andrew Burgess <aburgess@broadcom.com>
1134
1135 * gdb.base/memattr.exp: Improve regexps to handle memory regions
1136 appearing in any order.
1137
87fd9e6e
DE
11382014-04-15 Doug Evans <dje@google.com>
1139
1140 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
1141 uninitialized value of "description".
1142
099fc3ea
KS
11432014-04-15 Keith Seitz <keiths@redhat.com>
1144
1145 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
1146 Remove unused globals.
1147 (test_running_the_program): Likewise.
1148 (test_controlled_execution): Likewise.
1149 (test_controlling_breakpoints): Likewise.
1150 (test_program_termination): Likewise.
1151
5da151d4
KS
11522014-04-15 Keith Seitz <keiths@redhat.com>
1153
1154 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
1155 unused globals.
1156 (test_rbreak_creation_and_listing): Likewise.
1157 (test_ignore_count): Likewise.
1158 (test_error): Likewise.
1159
35e5d2f0
PA
11602014-04-15 Pedro Alves <palves@redhat.com>
1161
1162 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
1163 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
1164 sym-file-loader.c.
1165 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1166 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1167 to sym-file-loader.c.
1168 (struct library): Forward declare.
1169 (load_shlib, lookup_function): Change prototypes.
1170 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1171 (translate_offset): Remove declarations.
1172 (get_text_addr): New declaration.
1173 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
1174 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
1175 sym-file-loader.h.
1176 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1177 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1178 here from sym-file-loader.h.
1179 (struct library): New structure.
1180 (load_shlib, lookup_function): Change prototypes and adjust to
1181 work with a struct library.
1182 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1183 (translate_offset): Make static.
1184 (get_text_addr): New function.
1185 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
1186
eb4c1710
PA
11872014-04-15 Pedro Alves <palves@redhat.com>
1188
1189 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
1190
2d1baf52
PA
11912014-04-15 Pedro Alves <palves@redhat.com>
1192
1193 * gdb.base/sym-file-loader.c: Include <limits.h>.
1194 (SELF_LINK): New define.
1195 (get_origin): New function.
1196 (load_shlib): Use it.
1197 * gdb.base/sym-file.exp: Don't early return if the target is
1198 remote. Use runto_main, and issue fail is that fails. Use
1199 gdb_load_shlibs.
1200 (shlib_name): Delete.
1201 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
1202
7dd6df01
PA
12032014-04-15 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.base/sym-file.exp: Remove regex characters from test
1206 message. Don't refer to breakpoint numbers in test messages.
1207
b50c8614
KS
12082014-04-14 Keith Seitz <keiths@redhat.com>
1209
1210 PR c++/16253
1211 * gdb.cp/var-tag.cc: New file.
1212 * gdb.cp/var-tag.exp: New file.
1213 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1214 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1215 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1216 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1217
3d567982
TT
12182014-04-14 Tom Tromey <tromey@redhat.com>
1219
1220 * gdb.cp/classes.exp (test_enums): Handle underlying type.
1221 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
1222 type.
1223 * gdb.cp/enum-class.exp: New file.
1224 * gdb.cp/enum-class.cc: New file.
1225
0626fc76
TT
12262014-04-14 Tom Tromey <tromey@redhat.com>
1227
1228 * gdb.dwarf2/enum-type.exp: New file.
1229
dca325b3
SA
12302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1231
1232 * gdb.mi/mi-vla-c99.exp: New file.
1233 * gdb.mi/vla.c: New file.
1234
5854b38a
SA
12352014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1236
1237 * gdb.base/vla-datatypes.c: New file.
1238 * gdb.base/vla-datatypes.exp: New file.
1239
463bb957
SA
12402014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1241
1242 * gdb.base/vla-ptr.c: New file.
1243 * gdb.base/vla-ptr.exp: New file.
1244
3dd170be
SA
12452014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1246
1247 * gdb.dwarf2/count.exp: New file.
1248
5ecaaa66
SA
12492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1250
1251 * gdb.base/vla-sideeffect.c: New file.
1252 * gdb.base/vla-sideeffect.exp: New file.
1253
41f1ada5
DB
12542014-04-14 David Blaikie <dblaikie@gmail.com>
1255
1256 * gdb.mi/non-stop.c: Add return value for non-void function return
1257 statement.
1258 * gdb.threads/staticthreads.c: Ditto.
1259
0be03e84
DE
12602014-04-12 Siva Chandra Reddy <sivachandra@google.com>
1261 Doug Evans <xdje42@gmail.com>
1262
1263 * gdb.guile/scm-value.c: Improve test case.
1264 * gdb.guile/scm-value.exp: Add new test.
1265
f180a1fb
DB
12662014-04-11 David Blaikie <dblaikie@gmail.com>
1267
1268 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1269 override Clang's default.
1270
6b662e19
JB
12712014-04-11 Joel Brobecker <brobecker@adacore.com>
1272
1273 Revert the following changes (regressions):
1274
1275 * gdb.base/vla-sideeffect.c: New file.
1276 * gdb.base/vla-sideeffect.exp: New file.
1277
1278 * gdb.dwarf2/count.exp: New file.
1279
1280 * gdb.base/vla-multi.c: New file.
1281 * gdb.base/vla-multi.exp: New file.
1282
1283 * gdb.base/vla-ptr.c: New file.
1284 * gdb.base/vla-ptr.exp: New file.
1285
1286 * gdb.base/vla-datatypes.c: New file.
1287 * gdb.base/vla-datatypes.exp: New file.
1288
1289 * gdb.mi/mi-vla-c99.exp: New file.
1290 * gdb.mi/vla.c: New file.
1291
245a5f0b
KS
12922014-04-11 Keith Seitz <keiths@redhat.com>
1293
1294 PR c++/16675
1295 * gdb.cp/cpsizeof.exp: New file.
1296 * gdb.cp/cpsizeof.cc: New file.
1297
58a84dcf
SA
12982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1299
191a8a90
JB
1300 * gdb.mi/mi-vla-c99.exp: New file.
1301 * gdb.mi/vla.c: New file.
58a84dcf 1302
c8655f75
SA
13032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1304
1305 * gdb.base/vla-datatypes.c: New file.
1306 * gdb.base/vla-datatypes.exp: New file.
1307
024e13b4
SA
13082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1309
1310 * gdb.base/vla-ptr.c: New file.
1311 * gdb.base/vla-ptr.exp: New file.
1312
1a237e0e
SA
13132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1314
1315 * gdb.base/vla-multi.c: New file.
1316 * gdb.base/vla-multi.exp: New file.
1317
504f3432
SA
13182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1319
1320 * gdb.dwarf2/count.exp: New file.
1321
3bce8237
SA
13222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1323
191a8a90
JB
1324 * gdb.base/vla-sideeffect.c: New file.
1325 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1326
322f9c21
YQ
13272014-04-11 Yao Qi <yao@codesourcery.com>
1328
1329 * gdb.base/completion.exp: Check file exists before running tests
1330 on file completion.
1331
d708bcd1
PA
13322014-04-10 Pedro Alves <palves@redhat.com>
1333
1334 * gdb.base/cond-eval-mode.c: New file.
1335 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1336 prepare_for_testing to build the new file. Check result of
1337 runto_main.
1338 (test_break, test_watch): New procedures.
1339 (top level): Use them.
1340
ae1d2761
PM
13412014-04-08 Pierre Muller <muller@sourceware.org>
1342
1343 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1344 Ctrl-V use for mingw hosts.
1345
7af389b8
SC
13462014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1347
1348 * gdb.python/py-value.c: Improve test case.
1349 * gdb.python/py-value.exp: Add new test.
1350
5e703181
DE
13512014-04-07 David Blaikie <dblaikie@gmail.com>
1352
1353 * lib/compiler.c: Identify the clang compiler.
1354 * lib/compiler.cc: Ditto.
1355
9810b410
YQ
13562014-04-03 Yao Qi <yao@codesourcery.com>
1357
1358 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1359
98d1b8dc
AB
13602014-04-01 Anton Blanchard <anton@samba.org>
1361
1362 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1363 messages unique.
1364
3114cea1
AB
13652014-04-01 Anton Blanchard <anton@samba.org>
1366
1367 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1368 prepare_for_testing.
1369
62f7182c
AB
13702014-04-01 Anton Blanchard <anton@samba.org>
1371
1372 * gdb.arch/ppc64-atomic-inst.c: Remove.
1373 * gdb.arch/ppc64-atomic-inst.S: New file.
1374 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1375
770e7fc7
DE
13762014-03-31 Doug Evans <dje@google.com>
1377
1378 * gdb.base/print-symbol-loading-lib.c: New file.
1379 * gdb.base/print-symbol-loading-main.c: New file.
1380 * gdb.base/print-symbol-loading.exp: New file.
1381
46e2bafa
YQ
13822014-03-31 Yao Qi <yao@codesourcery.com>
1383
1384 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1385
8776cfe9
JB
13862014-03-28 Joel Brobecker <brobecker@adacore.com>
1387
1388 * gdb.ada/mi_dyn_arr: New testcase.
1389
5d1ef361
DE
13902014-03-27 Doug Evans <dje@google.com>
1391
1392 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1393
b5bee914
YQ
13942014-03-27 Yao Qi <yao@codesourcery.com>
1395
1396 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1397 if target is nios2-*-*.
1398
0d4d0e77
YQ
13992014-03-26 Yao Qi <yao@codesourcery.com>
1400
1401 * lib/gdb.exp (readline_is_used): New proc.
1402 * gdb.base/completion.exp: Move tests on command complete up.
1403 Skip the rest of tests if readline is not used.
1404 * gdb.ada/complete.exp: Skp the test if readline is not
1405 used.
1406 * gdb.base/filesym.exp: Likewise.
1407 * gdb.base/macscp.exp: Likewise.
1408 * gdb.base/readline-ask.exp: Likewise.
1409 * gdb.base/readline.exp: Likewise.
1410 * gdb.python/py-cmd.exp: Likewise.
1411 * gdb.trace/tfile.exp: Likewise.
1412
29361eee
YQ
14132014-03-26 Yao Qi <yao@codesourcery.com>
1414
1415 * gdb.base/macscp.exp: Fix code format issues.
1416
bc9a5525
UW
14172014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1418
1419 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1420 * gdb.asm/powerpc64le.inc: New file.
1421
d3839ede
PA
14222014-03-25 Pedro Alves <palves@redhat.com>
1423 Doug Evans <dje@google.com>
1424
1425 * gdb.base/source-execution.c: New file.
1426 * gdb.base/source-execution.exp: New file.
1427 * gdb.base/source-execution.gdb: New file.
1428
01672a57
DE
14292014-03-24 Doug Evans <dje@google.com>
1430
1431 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1432 using fission.
1433
88bbeca9
HZ
14342014-03-24 Hui Zhu <hui@codesourcery.com>
1435 Pedro Alves <palves@redhat.com>
1436
1437 PR breakpoints/16101
1438 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1439 test pass/fail messages. Detect missing support for dprintf when
1440 breakpoints are actually inserted.
1441 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1442 breakpoints are actually inserted.
1443 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1444 fails.
1445
d2348791
JK
14462014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1449
feef67ab
DE
14502014-03-22 Doug Evans <xdje42@gmail.com>
1451
1452 * gdb.python/python.exp (python not supported): Verify multi-line
1453 python command issues an error.
25d743f9 1454 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1455 guile command issues an error.
feef67ab 1456
ecebef6a
MR
14572014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1458
1459 * gdb.threads/thread-specific.exp: Handle the lack of usable
1460 $this_breakpoint and $this_thread.
1461
ccdd1909
HZ
14622014-03-21 Hui Zhu <hui@codesourcery.com>
1463
1464 * gdb.base/attach.exp (do_command_attach_tests): New.
1465
beb460e8
PA
14662014-03-20 Tom Tromey <tromey@redhat.com>
1467 Pedro Alves <palves@redhat.com>
1468
1469 PR cli/15718
1470 * gdb.base/condbreak-call-false.c: New file.
1471 * gdb.base/condbreak-call-false.exp: New file.
1472
40acf43a
PA
14732014-03-20 Pedro Alves <palves@redhat.com>
1474
1475 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1476 Delete.
1477 (block_signals, unblock_signals): Delete.
1478 (child_function_2, main): Remove references to deleted variable
1479 and functions.
1480
9f5e1e02
PA
14812014-03-20 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1484 Use pthread_kill to signal thread 2.
1485 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1486 Adjust to make the test send itself a signal rather than using the
1487 host's "kill" command.
1488
99619bea
PA
14892014-03-20 Pedro Alves <palves@redhat.com>
1490
1491 * gdb.threads/multiple-step-overs.c: New file.
1492 * gdb.threads/multiple-step-overs.exp: New file.
1493 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1494 Adjust expected infrun debug output.
1495
2adfaa28
PA
14962014-03-20 Pedro Alves <palves@redhat.com>
1497
1498 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1499 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1500
31e77af2
PA
15012014-03-20 Pedro Alves <palves@redhat.com>
1502
1503 PR breakpoints/7143
1504 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1505 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1506 of gdb_test_multiple.
1507 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1508 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1509
b9f437de
PA
15102014-03-20 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1513 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1514
05adc73e
PA
15152014-03-19 Pedro Alves <palves@redhat.com>
1516
1517 * gdb.base/async.exp: Remove early return.
1518
6048b950
PA
15192014-03-19 Pedro Alves <palves@redhat.com>
1520
1521 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1522
8bcfb00a
PA
15232014-03-19 Pedro Alves <palves@redhat.com>
1524
1525 * gdb.base/async.exp (test_background): Expect \r\n after
1526 "completed." in the fail pattern.
1527
884e37dc
PA
15282014-03-19 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.base/async.exp (test_background): New procedure.
1531 Use it for all background execution command tests.
1532
148e57e2
PA
15332014-03-19 Pedro Alves <palves@redhat.com>
1534
1535 * gdb.base/async.exp: Use prepare_for_testing.
1536
f48088c7
PA
15372014-03-19 Pedro Alves <palves@redhat.com>
1538
1539 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1540 the same line.
1541
e2f6c966
PA
15422014-03-19 Pedro Alves <palves@redhat.com>
1543
1544 * gdb.base/async.c (main): Add "jump here" and "until here" line
1545 marker comments.
1546 * gdb.base/async.exp (jump_here): New global.
1547 (jump& test): Use it.
1548 (until_here): New global.
1549 (until& test): Use it.
1550
c30568d4
PA
15512014-03-19 Pedro Alves <palves@redhat.com>
1552
1553 * gdb.base/async.exp: Don't frob gdb_protocol.
1554
0172b6a7
DE
15552014-03-18 Doug Evans <xdje42@gmail.com>
1556
1557 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1558 Fix spelling of exec-done-display.
1559
06c868a8
JK
15602014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1561
1562 PR gdb/15358
1563 * gdb.base/gdb-sigterm.c: New file.
1564 * gdb.base/gdb-sigterm.exp: New file.
1565
0c7e1a46
PA
15662014-03-18 Pedro Alves <palves@redhat.com>
1567
1568 PR gdb/13860
1569 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1570 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1571 solib-event.
1572
f7c77d93
JB
15732014-03-17 Joel Brobecker <brobecker@adacore.com>
1574
1575 * gdb.ada/pckd_arr_ren: New testcase.
1576
5a1e8c7a
DE
15772014-03-13 Doug Evans <xdje42@gmail.com>
1578
1579 PR guile/16612
1580 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1581 collect after discarding symbols.
1582
350e1a76
DE
15832014-03-13 Ludovic Courtès <ludo@gnu.org>
1584 Doug Evans <xdje42@gmail.com>
1585
1586 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1587 to history survives a gc.
1588
a69900ae
PA
15892014-03-13 Pedro Alves <palves@redhat.com>
1590
1591 * gdb.base/default.exp: Don't test "target procfs".
1592
5db9f0bd
PA
15932014-03-13 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.base/default.exp: Update "target child" and "target procfs"
1596 tests to not expect "Unix".
1597
b3ccfe11
TT
15982014-03-12 Tom Tromey <tromey@redhat.com>
1599
1600 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1601 New procs. Add target-async tests.
1602 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1603 Add target-async tests.
1604
646f4417
AA
16052014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1606
1607 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1608 'func_start' and 'func_end' for the beginning and end of the
1609 function code, respectively.
1610 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1611 'func_end' instead of 'func' and 'main'.
1612
288c211f
AA
16132014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1614
1615 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1616 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1617 generate the debug info assembler source.
1618
e0c0f156
AA
16192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1620
1621 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1622 * gdb.dwarf2/arr-subrange.exp: Likewise.
1623 * gdb.dwarf2/dwz.exp: Likewise.
1624 * gdb.dwarf2/method-ptr.exp: Likewise.
1625 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1626 * gdb.dwarf2/subrange.exp: Likewise.
1627 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1628 * gdb.dwarf2/implptrpiece.exp: Likewise.
1629 * gdb.dwarf2/nostaticblock.exp: Likewise.
1630
0e5c4555
AA
16312014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1632
1633 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1634 directory to absolute path name arguments.
1635
5ec18f2b
JG
16362014-03-10 Joel Brobecker <brobecker@adacore.com>
1637
1638 * gdb.ada/tagged_access: New testcase.
1639
847fc4f2
MM
16402014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1641
1642 * gdb.btrace/data.exp: Update expected output.
1643
cc3da688
YQ
16442014-03-06 Yao Qi <yao@codesourcery.com>
1645
1646 * gdb.trace/pr16508.exp: New file.
1647
0f26cec1
PA
16482014-03-05 Pedro Alves <palves@redhat.com>
1649
1650 PR gdb/16575
1651 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1652 procedure.
1653 (top level): Adjust to use it. Add tests that exercise breakpoint
1654 interaction with the code-cache.
1655
7a5a839f
LC
16562014-02-26 Ludovic Courtès <ludo@gnu.org>
1657
1658 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1659 test for 'history-append!'.
1660
31aa7e4e
JB
16612014-02-26 Joel Brobecker <brobecker@adacore.com>
1662
1663 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1664 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1665 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1666 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1667 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1668 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1669
1b588015
JB
16702014-02-26 Joel Brobecker <brobecker@adacore.com>
1671
1672 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1673 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1674 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1675
55426c9d
JB
16762014-02-26 Joel Brobecker <brobecker@adacore.com>
1677
1678 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1679
dc53a7ad
JB
16802014-02-26 Joel Brobecker <brobecker@adacore.com>
1681
1682 * gdb.dwarf2/arr-stride.c: New file.
1683 * gdb.dwarf2/arr-stride.exp: New file.
1684
12ab52e9
PA
16852014-02-26 Pedro Alves <palves@redhat.com>
1686
1687 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1688 that won't ever trigger. Make sure that GDB reports the correct
1689 breakpoint that caused the stop.
1690
849c862e
JK
16912014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1692
1693 PR gdb/16626
1694 * gdb.base/auto-load-script: New file.
1695 * gdb.base/auto-load.c: New file.
1696 * gdb.base/auto-load.exp: New file.
1697
71b7d793
JK
1698 PR gdb/16626
1699 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1700
e2f0d509
JK
17012014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1702
1703 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1704 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1705
50cc37c8
DE
17062014-02-24 Doug Evans <dje@google.com>
1707
1708 * lib/gdb.exp (run_on_host): Log error output if program fails.
1709
ea4758f2
PA
17102014-02-21 Pedro Alves <palves@redhat.com>
1711
1712 * gdb.threads/step-after-sr-lock.c: Rename to ...
1713 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1714 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1715 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1716 ... this.
1717
d7b30f67
SDJ
17182014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1719
1720 PR tdep/16397
1721 * gdb.arch/amd64-stap-special-operands.exp: New file.
1722 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1723 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1724 * gdb.arch/amd64-stap-triplet.S: Likewise.
1725 * gdb.arch/amd64-stap-triplet.c: Likewise.
1726
83deb43f
JB
17272014-02-20 Joel Brobecker <brobecker@adacore.com>
1728
1729 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1730 in .section pseudo-op.
1731
adde2bff
DE
17322014-02-20 lin zuojian <manjian2006@gmail.com>
1733 Joel Brobecker <brobecker@adacore.com>
1734 Doug Evans <xdje42@gmail.com>
1735
1736 PR symtab/16581
1737 * gdb.dwarf2/dw2-icycle.S: New file.
1738 * gdb.dwarf2/dw2-icycle.c: New file.
1739 * gdb.dwarf2/dw2-icycle.exp: New file.
1740
f7bd0f78
SC
17412014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1742
1743 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1744 operations on gdb.Value objects.
1745 * gdb.python/py-value-cc.exp: Add new test to test operations on
1746 gdb.Value objects.
1747
c17ef0d5
DE
17482014-02-18 Doug Evans <dje@google.com>
1749
1750 * Makefile.in (TESTS): New variable.
1751 (expanded_tests, expanded_tests_or_none): New variables
1752 (check-single): Pass $(expanded_tests_or_none) to runtest.
1753 (check-parallel): Only run tests in $(TESTS) if non-empty.
1754 (check/no-matching-tests-found): New rule.
1755 * README: Document TESTS makefile variable.
1756
5dd3176f
DE
17572014-02-18 Doug Evans <dje@google.com>
1758
1759 * Makefile.in (check-parallel): rm -rf outputs temp.
1760
0b10be4f
JK
17612014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1762
1763 Fix "ERROR: no fileid for" in the testsuite.
1764 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1765
85f224e7
DE
17662014-02-12 Doug Evans <dje@google.com>
1767
1768 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1769 (MISCELLANEOUS): New variable.
1770 (clean): rm -rf $(MISCELLANEOUS).
1771 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1772 dwp live in the same directory as symlinks, with each symlink pointed
1773 to a differently named file in a different directory.
1774
149b30ff
DE
17752014-02-11 Doug Evans <dje@google.com>
1776
1777 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1778 of Tcl file commands.
1779
1dfdac32
MK
17802014-02-10 Mark Kettenis <kettenis@gnu.org>
1781
1782 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1783 "kill -SIGUSR1 -1".
1784
aa4fb036
JB
17852014-02-10 Joel Brobecker <brobecker@adacore.com>
1786
1787 * gdb.ada/tick_length_array_enum_idx: New testcase.
1788
ed3ef339
DE
17892014-02-10 Doug Evans <xdje42@gmail.com>
1790
1791 * configure.ac (AC_OUTPUT): Add gdb.guile.
1792 * configure: Regenerate.
1793 * lib/gdb-guile.exp: New file.
1794 * lib/gdb.exp (get_target_charset): New function.
1795 * gdb.base/help.exp: Update expected output from "apropos apropos".
1796 * gdb.guile/Makefile.in: New file.
1797 * gdb.guile/guile.exp: New file.
1798 * gdb.guile/scm-arch.c: New file.
1799 * gdb.guile/scm-arch.exp: New file.
1800 * gdb.guile/scm-block.c: New file.
1801 * gdb.guile/scm-block.exp: New file.
1802 * gdb.guile/scm-breakpoint.c: New file.
1803 * gdb.guile/scm-breakpoint.exp: New file.
1804 * gdb.guile/scm-disasm.c: New file.
1805 * gdb.guile/scm-disasm.exp: New file.
1806 * gdb.guile/scm-equal.c: New file.
1807 * gdb.guile/scm-equal.exp: New file.
1808 * gdb.guile/scm-error.exp: New file.
1809 * gdb.guile/scm-error.scm: New file.
1810 * gdb.guile/scm-frame-args.c: New file.
1811 * gdb.guile/scm-frame-args.exp: New file.
1812 * gdb.guile/scm-frame-args.scm: New file.
1813 * gdb.guile/scm-frame-inline.c: New file.
1814 * gdb.guile/scm-frame-inline.exp: New file.
1815 * gdb.guile/scm-frame.c: New file.
1816 * gdb.guile/scm-frame.exp: New file.
1817 * gdb.guile/scm-generics.exp: New file.
1818 * gdb.guile/scm-gsmob.exp: New file.
1819 * gdb.guile/scm-iterator.c: New file.
1820 * gdb.guile/scm-iterator.exp: New file.
1821 * gdb.guile/scm-math.c: New file.
1822 * gdb.guile/scm-math.exp: New file.
1823 * gdb.guile/scm-objfile-script-gdb.in: New file.
1824 * gdb.guile/scm-objfile-script.c: New file.
1825 * gdb.guile/scm-objfile-script.exp: New file.
1826 * gdb.guile/scm-objfile.c: New file.
1827 * gdb.guile/scm-objfile.exp: New file.
1828 * gdb.guile/scm-ports.exp: New file.
1829 * gdb.guile/scm-pretty-print.c: New file.
1830 * gdb.guile/scm-pretty-print.exp: New file.
1831 * gdb.guile/scm-pretty-print.scm: New file.
1832 * gdb.guile/scm-section-script.c: New file.
1833 * gdb.guile/scm-section-script.exp: New file.
1834 * gdb.guile/scm-section-script.scm: New file.
1835 * gdb.guile/scm-symbol.c: New file.
1836 * gdb.guile/scm-symbol.exp: New file.
1837 * gdb.guile/scm-symtab-2.c: New file.
1838 * gdb.guile/scm-symtab.c: New file.
1839 * gdb.guile/scm-symtab.exp: New file.
1840 * gdb.guile/scm-type.c: New file.
1841 * gdb.guile/scm-type.exp: New file.
1842 * gdb.guile/scm-value-cc.cc: New file.
1843 * gdb.guile/scm-value-cc.exp: New file.
1844 * gdb.guile/scm-value.c: New file.
1845 * gdb.guile/scm-value.exp: New file.
1846 * gdb.guile/source2.scm: New file.
1847 * gdb.guile/types-module.cc: New file.
1848 * gdb.guile/types-module.exp: New file.
1849
7026a7c1
YQ
18502014-02-10 Yao Qi <yao@codesourcery.com>
1851
1852 PR testsuite/16543
1853 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1854 * configure: Regenerated.
1855 * Makefile.in: New file.
1856
6c466447
AS
18572014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1858
1859 * gdb.python/py-framefilter.exp: Fix typo.
1860
6e854735
YQ
18612014-02-08 Yao Qi <yao@codesourcery.com>
1862
1863 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1864 that no =breakpoint-modified is emitted when breakpoints are
1865 modified through MI commands.
1866
d137e6dc
PA
18672014-02-07 Pedro Alves <pedro@codesourcery.com>
1868 Pedro Alves <palves@redhat.com>
1869
1870 * gdb.threads/step-after-sr-lock.c: New file.
1871 * gdb.threads/step-after-sr-lock.exp: New file.
1872
b5ee5a50
PA
18732014-02-07 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1876
3c77faf3
JK
18772014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1878
1879 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1880 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1881
6dddc817
DE
18822014-02-06 Doug Evans <xdje42@gmail.com>
1883
1884 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1885 output.
1886
1887 * gdb.gdb/python-interrupts.exp: New file.
1888
de7b2893
YQ
18892014-02-05 Yao Qi <yao@codesourcery.com>
1890
1891 * gdb.trace/report.exp (use_collected_data): Test the output
1892 of "info threads" and "info inferiors".
1893
66d032ac
YQ
18942014-02-05 Yao Qi <yao@codesourcery.com>
1895
1896 Revert this patch:
1897
1898 2013-05-24 Yao Qi <yao@codesourcery.com>
1899
1900 * gdb.trace/tfile.exp: Test inferior and thread.
1901
591a12a1
UW
19022014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1903
1904 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1905 on a function.
1906 * gdb.base/step-bt.c: Call hello via function pointer to make
1907 sure its first instruction is executed on powerpc64le-linux.
1908
0ff3e01f
UW
19092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1910
1911 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1912
084ee545
UW
19132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1914
1915 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1916 of the test patterns for use on little-endian systems.
1917
6ed14ff3
UW
19182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1919
1920 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1921 (decimal_vector): Fix for little-endian.
1922
401e27fd
JM
19232014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1924
1925 * gdb.arch/sparc-sysstep.exp: New file.
1926 * gdb.arch/sparc-sysstep.c: Likewise.
1927
1928 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1929
8b924729
EBM
19302014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1931
1932 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1933
fb151210
JB
19342014-01-23 Tom Tromey <tromey@redhat.com>
1935
1936 * gdb.ada/array_char_idx: New testcase.
1937
0740f8d8
TT
19382014-01-23 Tom Tromey <tromey@redhat.com>
1939
1940 PR python/16487:
1941 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1942 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1943 classes.
1944
21909fa1
TT
19452014-01-23 Tom Tromey <tromey@redhat.com>
1946
1947 PR python/16491:
1948 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1949 string from an inferior frame.
1950 * gdb.python/py-framefilter-mi.exp: Update.
1951
87ce2a04
DE
19522014-01-22 Doug Evans <dje@google.com>
1953
1954 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1955
237b092b
AA
19562014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1957
1958 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1959
d674a709
AA
19602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1961
1962 * gdb.trace/entry-values.exp: Remove excess space character from
1963 regex patterns. Handle s390 call instruction.
1964
20fa3390
AA
19652014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1966
1967 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1968 define "*_start" label. Make "name" static.
1969 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1970 ${name} by references to ${name}_start.
1971
78466714
AA
19722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1973
1974 * gdb.base/info-macros.exp: Remove "debug" from the compile
1975 options.
1976
ec9f644a
IB
19772014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1978
1979 * gdb.dlang/demangle.exp: New file.
1980
94b1b47e
IB
19812014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1982
1983 * gdb.dlang/primitive-types.exp: New file.
1984
7f420862
IB
19852014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1986
1987 * configure.ac: Create gdb.dlang/Makefile.
1988 * configure: Regenerate.
1989 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1990 * gdb.dlang/Makefile.in: New file.
1991 * lib/d-support.exp: New file.
1992 * lib/gdb.exp (skip_d_tests): New proc.
1993
52834460
MM
19942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1995
1996 * gdb.btrace/delta.exp: Check reverse stepi.
1997 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1998 * gdb.btrace/finish.exp: New.
1999 * gdb.btrace/next.exp: New.
2000 * gdb.btrace/nexti.exp: New.
2001 * gdb.btrace/record_goto.c: Add comments.
2002 * gdb.btrace/step.exp: New.
2003 * gdb.btrace/stepi.exp: New.
2004 * gdb.btrace/multi-thread-step.c: New.
2005 * gdb.btrace/multi-thread-step.exp: New.
2006 * gdb.btrace/rn-dl-bind.c: New.
2007 * gdb.btrace/rn-dl-bind.exp: New.
2008 * gdb.btrace/data.c: New.
2009 * gdb.btrace/data.exp: New.
2010 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2011
6e07b1d2
MM
20122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2013
2014 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
2015 * gdb.btrace/exception.exp: Update.
2016 * gdb.btrace/instruction_history.exp: Update.
2017 * gdb.btrace/record_goto.exp: Update.
2018 * gdb.btrace/tailcall.exp: Update.
2019 * gdb.btrace/unknown_functions.exp: Update.
2020 * gdb.btrace/delta.exp: New.
2021
0b722aec
MM
20222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2023
2024 * gdb.btrace/record_goto.exp: Add backtrace test.
2025 * gdb.btrace/tailcall.exp: Add backtrace test.
2026
066ce621
MM
20272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2028
2029 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
2030 * gdb.btrace/record_goto.c: New.
2031 * gdb.btrace/record_goto.exp: New.
2032 * gdb.btrace/x86-record_goto.S: New.
2033
0688d04e
MM
20342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2035
2036 * gdb.btrace/function_call_history.exp: Update tests.
2037 * gdb.btrace/instruction_history.exp: Update tests.
2038
8710b709
MM
20392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2040
2041 * gdb.btrace/function_call_history.exp: Fix expected field
2042 order for "record function-call-history".
2043 Add new tests for "record function-call-history /c".
2044 * gdb.btrace/exception.cc: New.
2045 * gdb.btrace/exception.exp: New.
2046 * gdb.btrace/tailcall.exp: New.
2047 * gdb.btrace/x86-tailcall.S: New.
2048 * gdb.btrace/x86-tailcall.c: New.
2049 * gdb.btrace/unknown_functions.c: New.
2050 * gdb.btrace/unknown_functions.exp: New.
2051 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2052
5de9129b
MM
20532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2054
2055 * gdb.btrace/instruction_history.exp: Update.
2056 * gdb.btrace/function_call_history.exp: Update.
2057
23a7fe75
MM
20582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2059
2060 * gdb.btrace/function_call_history.exp: Fix expected function
2061 trace.
2062 * gdb.btrace/instruction_history.exp: Initialize traced.
2063 Remove traced_functions.
2064
724c7dd8
MM
20652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2066
2067 * gdb.btrace/function_call_history.exp: Update
2068 * gdb.btrace/instruction_history.exp: Update.
2069
6d78d93b
MM
20702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2071
2072 * gdb.btrace/enable.exp: Update expected text.
2073
93a360cc
OJ
20742014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
2075
2076 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
2077 bytes.
2078
3772b53f
MR
20792014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
2080
2081 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
2082
596662fa
OJ
20832014-01-15 Omair Javaid <omair.javaid@linaro.org>
2084
2085 * lib/gdb.exp (supports_process_record): Return true for
2086 arm*-linux*. (supports_reverse): Likewise.
2087
b5b08fb4
SC
20882014-01-13 Siva Chandra Reddy <sivachandra@google.com>
2089
2090 PR python/15464
2091 PR python/16113
2092 * gdb.python/py-type.c: Enhance test case.
2093 * gdb.python/py-value-cc.cc: Likewise
2094 * gdb.python/py-type.exp: Add new tests.
2095 * gdb.python/py-value-cc.exp: Likewise
2096
52d7fb13
AA
20972014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2098 Pedro Alves <palves@redhat.com>
2099
2100 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
2101 Make "name" extern.
2102 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
2103 references to ${name}_start by references to ${name}.
2104
a2cd8cfe
JB
21052014-01-10 Joel Brobecker <brobecker@adacore.com>
2106
2107 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
2108
4e23fced
JB
21092014-01-10 Joel Brobecker <brobecker@adacore.com>
2110
2111 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
2112
c6a9e42c
PA
21132014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
2114 Pedro Alves <palves@redhat.com>
2115
2116 * gdb.mi/mi-info-os.exp: Connect to the target with
2117 mi_gdb_target_load.
2118
b7ea362b
PA
21192014-01-08 Pedro Alves <palves@redhat.com>
2120
2121 * gdb.threads/reconnect-signal.c: New file.
2122 * gdb.threads/reconnect-signal.exp: New file.
2123
5e3f4fab
EBM
21242014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2125
2126 * gdb.base/source-dir.exp: New file.
2127
79301218
JB
21282014-01-07 Joel Brobecker <brobecker@adacore.com>
2129
2130 * gdb.ada/mi_interface: New testcase.
2131
8e355c5d
JB
21322014-01-07 Joel Brobecker <brobecker@adacore.com>
2133
2134 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
2135 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
2136 gdb.ada/pp-rec-component/pck.ads: New files.
2137
c0d48811
JB
21382014-01-07 Joel Brobecker <brobecker@adacore.com>
2139
2140 * gdb.python/py-pp-integral.c: New file.
2141 * gdb.python/py-pp-integral.py: New file.
2142 * gdb.python/py-pp-integral.exp: New file.
2143
17b609c3 2144For older changes see ChangeLog-1993-2013.
c906108c 2145\f
8d8cb839
EZ
2146;; Local Variables:
2147;; mode: change-log
2148;; left-margin: 8
2149;; fill-column: 74
2150;; version-control: never
2151;; End:
902f2ccb 2152
14f8b115 2153 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
2154 Copying and distribution of this file, with or without modification,
2155 are permitted provided the copyright notice and this notice are preserved.