]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix -fsanitize=address on unreadable inferior strings
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
0718a8da
PA
12014-08-19 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4
13b448cd
YQ
52014-08-19 Yao Qi <yao@codesourcery.com>
6
7 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
8 right line.
9
1cbf5077
DB
102014-08-18 David Blaikie <dblaikie@gmail.com>
11
12 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13
bf0fae19
JB
142014-08-18 Joel Brobecker <brobecker@adacore.com>
15
16 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17 attribute in array range.
18
3c8c5dcc
JB
192014-08-18 Joel Brobecker <brobecker@adacore.com>
20
21 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22
e66d4446
SC
232014-08-15 Siva Chandra Reddy <sivachandra@google.com>
24
25 PR c++/17132
26 * gdb.cp/pr17132.cc: New file.
27 * gdb.cp/pr17132.exp: New file.
28
940df408
SC
292014-08-15 Siva Chandra Reddy <sivachandra@google.com>
30
31 * gdb.python/py-xmethods.py (A_getarrayind)
32 (E_method_char_worker.__call__, E_method_int_worker.__call__):
33 Use 'print' with function call syntax.
34 (E_method_matcher.match): Fix tab vs space indentation mixup.
35
ebcc6c3a
YQ
362014-08-15 Yao Qi <yao@codesourcery.com>
37
38 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
39 false.
40
775e0f04
YQ
412014-08-15 Yao Qi <yao@codesourcery.com>
42
43 * gdb.cp/casts.exp: Set print symbol off.
44 * gdb.cp/class2.exp: Likewise.
45 * gdb.cp/overload.exp: Likewise.
46 * gdb.cp/templates.exp: Likewise.
47
d769e349
DE
482014-08-11 Doug Evans <dje@google.com>
49
50 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
51 (test_load_shlib): Update.
52
20c6f1e1
YQ
532014-08-09 Yao Qi <yao@codesourcery.com>
54
55 * gdb.base/display.exp: Invoke is_address_zero_readable.
56 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
57 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
58 * gdb.base/hbreak-unmapped.exp: Return if
59 is_address_zero_readable returns true.
60 * gdb.base/signest.exp: Likewise.
61 * gdb.base/signull.exp: Likewise.
62 * gdb.base/sigbpt.exp: Likewise.
63 * gdb.guile/scm-disasm.exp: Do the test if
64 is_address_zero_readable returns false.
65 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
66 * gdb.python/py-arch.exp: Likewise.
67 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
68 * lib/gdb.exp (is_address_zero_readable): New proc.
69
5792e8e3
YQ
702014-08-09 Yao Qi <yao@codesourcery.com>
71
72 PR testsuite/13443
73 * gdb.mi/mi-var-display.exp: Make test messages unique.
74
3cecbbbe
TT
752014-08-04 Tom Tromey <tromey@redhat.com>
76
77 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
78 target 0".
79
00b51ff5
TT
802014-08-04 Tom Tromey <tromey@redhat.com>
81
82 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
83 "target_resume".
84
6908c509
JB
852014-08-01 Joel Brobecker <brobecker@adacore.com>
86
87 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
88 inner_vla_struct_object_size.
89 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
90 as xfail.
91
cc6563d2
PA
922014-07-30 Pedro Alves <palves@redhat.com>
93
94 * gdb.threads/signal-command-handle-nopass.exp (test): Add
95 comment.
96
7e09a223
YQ
972014-07-29 Yao Qi <yao@codesourcery.com>
98
99 PR gdb/17206
100 * gdb.base/until-nodebug.exp: New.
101
7ebdbe92
DE
1022014-07-28 Doug Evans <xdje42@gmail.com>
103
104 PR guile/17203
105 * gdb.guile/scm-parameter.exp: Add tests for trying to create
106 previously existing parameter, and previously ambiguously spelled
107 parameter.
108
fdb1adc6
WN
1092014-07-28 Will Newton <will.newton@linaro.org>
110
111 * gdb.base/varargs.exp: Remove KFAILs for ARM.
112
186fcde0
DE
1132014-07-26 Ludovic Courtès <ludo@gnu.org>
114 Doug Evans <xdje42@gmail.com>
115
116 PR guile/17146
117 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
118
70509625
PA
1192014-07-25 Pedro Alves <palves@redhat.com>
120
121 * gdb.threads/signal-command-handle-nopass.c: New file.
122 * gdb.threads/signal-command-handle-nopass.exp: New file.
123 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
124 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
125 * gdb.threads/signal-delivered-right-thread.c: New file.
126 * gdb.threads/signal-delivered-right-thread.exp: New file.
127
c3f814a1
PA
1282014-07-25 Pedro Alves <palves@redhat.com>
129
130 * gdb.base/double-prompt-target-event-error.exp
131 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
132 match.
133 (cancel_pagination_in_target_event): Rework double prompt
134 detection.
135 * gdb.base/paginate-after-ctrl-c-running.exp
136 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
137 <return>' match.
138 * gdb.base/paginate-bg-execution.exp
139 (test_bg_execution_pagination_return)
140 (test_bg_execution_pagination_cancel): Remove '-notransfer
141 <return>' matches.
142 * gdb.base/paginate-execution-startup.exp
143 (test_fg_execution_pagination_return)
144 (test_fg_execution_pagination_cancel): Remove '-notransfer
145 <return>' matches.
146 * gdb.base/paginate-inferior-exit.exp
147 (test_paginate_inferior_exited): Remove '-notransfer <return>'
148 match.
149 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
150 * lib/gdb.exp (pagination_prompt): Run text through
151 string_to_regexp.
152 (gdb_test_multiple): Match $pagination_prompt instead of
153 "<return>".
154 (string_to_regexp): Move to lib/gdb-utils.exp.
155
e214cf6c
JK
1562014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
157
158 * gdb.arch/amd64-entry-value-paramref.S: New file.
159 * gdb.arch/amd64-entry-value-paramref.cc: New file.
160 * gdb.arch/amd64-entry-value-paramref.exp: New file.
161 * gdb.arch/amd64-optimout-repeat.S: New file.
162 * gdb.arch/amd64-optimout-repeat.c: New file.
163 * gdb.arch/amd64-optimout-repeat.exp: New file.
164
17d0c5c8
JK
1652014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
166
167 PR gdb/17170
168 * gdb.base/statistics.exp: New file.
169
b8b8facf
DE
1702014-07-17 Doug Evans <dje@google.com>
171
74b49205 172 PR gdb/17170
b8b8facf
DE
173 * gdb.base/maint.exp: Update testing of per-command stats.
174
1b5d0ab3
PA
1752014-07-16 Pedro Alves <palves@redhat.com>
176
177 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
178 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
179 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
180 (tfile_write_buf): New functions.
181 (add_memory_block): Rewrite using the above.
182 (adjust_function_address): New function.
183 (FUNCTION_ADDRESS): New macro.
184 (write_basic_trace_file): Remove short_x local, and use
185 tfile_write_16. Change type of func_addr local to unsigned long
186 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
187 here. Cast argument of add_memory_block to char pointer.
188 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
189 (main): Remove parameters.
190 * gdb.trace/tfile.exp: Remove nowarnings.
191
4d974e88
SM
1922014-07-15 Simon Marchi <simon.marchi@ericsson.com>
193
194 * gdb.base/debug-expr.exp: Test string evaluation with
195 "debug expression" on.
196
41e99568
PA
1972014-07-15 Pedro Alves <palves@redhat.com>
198
199 * gdb.base/reread.exp: Use clean_restart.
200
487d9753
PL
2012014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
202
203 * gdb.arch/avr-flash-qualifer.c: New.
204 * gdb.arch/avr-flash-qualifer.exp: New.
205
cc1c52ad
PA
2062014-07-14 Pedro Alves <palves@redhat.com>
207
208 * gdb.base/paginate-after-ctrl-c-running.c: New file.
209 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
210
1e973570
PA
2112014-07-14 Pedro Alves <palves@redhat.com>
212
213 * gdb.base/double-prompt-target-event-error.c: New file.
214 * gdb.base/double-prompt-target-event-error.exp: New file.
215
93d6eb10
PA
2162014-07-14 Pedro Alves <palves@redhat.com>
217
218 PR gdb/17072
219 * gdb.base/paginate-inferior-exit.c: New file.
220 * gdb.base/paginate-inferior-exit.exp: New file.
221
0017922d
PA
2222014-07-14 Pedro Alves <palves@redhat.com>
223
224 PR gdb/17072
225 * gdb.base/paginate-bg-execution.c: New file.
226 * gdb.base/paginate-bg-execution.exp: New file.
227
94696ad3
PA
2282014-07-14 Pedro Alves <palves@redhat.com>
229
230 PR gdb/17072
231 * gdb.base/paginate-execution-startup.c: New file.
232 * gdb.base/paginate-execution-startup.exp: New file.
233 * lib/gdb.exp (pagination_prompt): New global.
234 (default_gdb_spawn): New procedure, factored out from
235 default_gdb_spawn.
236 (default_gdb_start): Adjust to call default_gdb_spawn.
237 (gdb_spawn): New procedure.
238
bd293940
PA
2392014-07-14 Pedro Alves <palves@redhat.com>
240
241 * lib/gdb.exp (gdb_assert): New procedure.
242 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
243
c933f875
PA
2442014-07-14 Pedro Alves <palves@redhat.com>
245
246 * gdb.base/execution-termios.c: New file.
247 * gdb.base/execution-termios.exp: New file.
248
d98b7a16
TT
2492014-07-14 Tom Tromey <tromey@redhat.com>
250
251 * gdb.cp/vla-cxx.cc: New file.
252 * gdb.cp/vla-cxx.exp: New file.
253
548740d6
TT
2542014-07-14 Tom Tromey <tromey@redhat.com>
255
256 * gdb.reverse/rerun-prec.c: New file.
257 * gdb.reverse/rerun-prec.exp: New file.
258
a25eb028
MR
2592014-07-12 Maciej W. Rozycki <macro@mips.com>
260 Maciej W. Rozycki <macro@codesourcery.com>
261
262 * lib/gdb-utils.exp: New file.
263 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
264 inline `gdb_init_command' processing.
265 (gdb_start_cmd): Likewise.
266 * lib/mi-support.exp (mi_run_cmd): Likewise.
267 * README: Document `gdb_init_command' and `gdb_init_commands'.
268
218c2655
JK
2692014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
270
271 Fix false FAIL running under a very long directory name.
272 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
273 and "set print elements 10000". Twice.
274
5401fde3
YQ
2752014-07-11 Yao Qi <yao@codesourcery.com>
276
277 * gdb.base/exprs.exp: "set print symbol off".
278
e76126e8
PA
2792014-07-11 Pedro Alves <palves@redhat.com>
280
281 * gdb.threads/kill.c: New file.
282 * gdb.threads/kill.exp: New file.
283
2d6f0de6
YQ
2842014-07-10 Yao Qi <yao@codesourcery.com>
285
286 * gdb.trace/tfile.c (write_basic_trace_file)
287 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
288 address written to trace file.
289
7180e04a
PA
2902014-07-09 Pedro Alves <palves@redhat.com>
291
292 * gdb.base/attach-wait-input.exp: New file.
293 * gdb.base/attach-wait-input.c: New file.
294
9a9a7608
AB
2952014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
298 setting up test structures.
299 (main): Call new test function.
300 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
301 test function, continue into test function and walk test
302 structures.
303
161ac41e
YQ
3042014-07-02 Yao Qi <yao@codesourcery.com>
305
306 * gdb.trace/entry-values.c: Define labels 'foo_start' and
307 'bar_start' at the beginning of functions 'foo' and 'bar'
308 respectively.
309 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
310 instead of 'foo' and 'bar'.
311
1f267ae3
MM
3122014-07-08 Markus Metzger <markus.t.metzger@intel.com>
313
314 * gdb.btrace/segv.exp: New.
315 * gdb.btrace/segv.c: New.
316
2b239efb
LM
3172014-07-02 Luis Machado <lgustavo@codesourcery.com>
318
319 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
320 instruction.
321
cf363f18
MW
3222014-06-30 Mark Wielaard <mjw@redhat.com>
323
324 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
325 vulture, vilify, villar): New volatile array constants.
326 (vindictive, vegetation): New const volatile array constants.
327 * gdb.base/volatile.exp: Test volatile and const volatile array
328 types.
329
aebf9d24
AA
3302014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
331
332 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
333 target lacks support for awatch, rwatch, or hbreak.
334
b67a2c6f
YQ
3352014-06-27 Yao Qi <yao@codesourcery.com>
336
337 * gdb.multi/dummy-frame-restore.exp: New.
338 * gdb.multi/dummy-frame-restore.c: New.
339
aef92902
MM
3402014-06-25 Markus Metzger <markus.t.metzger@intel.com>
341
342 * gdb.btrace/gcore.exp: New.
343
8e9db26e
PA
3442014-06-23 Pedro Alves <palves@redhat.com>
345
346 * gdb.base/watchpoint-reuse-slot.c: New file.
347 * gdb.base/watchpoint-reuse-slot.exp: New file.
348
70afc5b7
SC
3492014-06-23 Siva Chandra Reddy <sivachandra@google.com>
350
351 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
352 progspace's filename in 'info', 'enable' and 'disable' command
353 tests.
354
b972bd9c
JK
3552014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
356
357 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
358 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
359 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
360
125f8a3d
GB
3612014-06-20 Gary Benson <gbenson@redhat.com>
362
363 * gdb.arch/i386-avx.exp: Fix include file location.
364 * gdb.arch/i386-sse.exp: Likewise.
365
3ed9baed
IB
3662014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
367
368 * gdb.dlang/expression.exp: New file.
369
034f788c
PA
3702014-06-19 Pedro Alves <palves@redhat.com>
371
372 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
373 out from ...
374 (top level): ... here. Iterate running tests under different
375 scheduler-locking settings.
376
45371d0c
LM
3772014-06-18 Luis Machado <lgustavo@codesourcery.com>
378
379 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
380 to DW_FORM_addr and use non-zero addresses.
381
5d376983
SC
3822014-06-18 Siva Chandra Reddy <sivachandra@google.com>
383
384 PR gdb/17017
385 * gdb.python/py-xmethods.cc: Add global function call counters and
386 increment them in their respective functions. Remove "cout"
387 statements.
388 * gdb.python/py-xmethods.exp: Make tests check the global function
389 call counters instead of depending on inferior IO.
390
a1aa2221
LM
3912014-06-18 Don Breazeal <donb@codesourcery.com>
392
393 * gdb.base/foll-fork.exp (default_fork_parent_follow):
394 Deleted procedure.
395 (explicit_fork_parent_follow): Deleted procedure.
396 (explicit_fork_child_follow): Deleted procedure.
397 (test_follow_fork): New procedure.
398 (do_fork_tests): Replace calls to deleted procedures with
399 calls to test_follow_fork and reset GDB for subsequent
400 procedure calls.
401
0fc05997
YQ
4022014-06-17 Yao Qi <yao@codesourcery.com>
403
404 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
405 CP1252.
406
70795c52
LM
4072014-06-17 Luis Machado <lgustavo@codesourcery.com>
408
409 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
410 Initialize ptr and S explicitly.
411 (skip_type_update_when_not_use_rtti_test): Likewise.
412
6be47f0c
KS
4132014-06-16 Keith Seitz <keiths@redhat.com>
414
415 PR mi/15863
416 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
417 the inferior is started.
418
d03de421
PA
4192014-06-16 Pedro Alves <palves@redhat.com>
420
421 * gdb.base/break-main-file-remove-fail.c: New file.
422 * gdb.base/break-main-file-remove-fail.exp: New file.
423 * gdb.base/break-unload-file.exp: Use build_executable instead of
424 prepare_for_testing.
425 (test_break): New parameter "initial_load". Handle it.
426 (top level): Add initial_load cmdline/file axis.
427
f9579b99
TT
4282014-06-12 Tom Tromey <tromey@redhat.com>
429
430 * gdb.base/completion.exp: Don't use directory name in test.
431
3657956b
GB
4322014-06-09 Gary Benson <gbenson@redhat.com>
433
434 * gdb.base/sigall.c [Functions to send signals]: Reorder to
435 separate the always-available ANSI-standard signals from the
436 signals that require checking.
437 (main): Likewise.
438 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
439 Likewise.
440 (main): Likewise.
441
4186eb54
KS
4422014-06-07 Keith Seitz <keiths@redhat.com>
443
444 Revert:
445 PR c++/16253
446 * gdb.cp/var-tag.cc: New file.
447 * gdb.cp/var-tag.exp: New file.
448 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
449 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
450 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
451 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
452
25326a28 4532014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
454
455 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
456
829155c9
PA
4572014-06-06 Pedro Alves <palves@redhat.com>
458
459 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
460 in target debug output instead of looking at RSP packets,
461 disabling the test on any target that uses hardware stepping.
462 Update comments.
463
61c8d22e
PA
4642014-06-06 Pedro Alves <palves@redhat.com>
465
466 * gdb.base/break-unload-file.exp: Fix typo.
467
d9a47287
YQ
4682014-06-06 Yao Qi <yao@codesourcery.com>
469
470 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
471 from "jit_function" to "^jit_function".
472
e5e01dbf
YQ
4732014-06-06 Yao Qi <yao@codesourcery.com>
474
475 * gdb.base/async.c (foo): Add one statement.
476 * gdb.base/async.exp: Get the next instruction address and
477 match the output of "nexti" by instruction address. Match
478 the hex address in the output of "finish".
479
73ba372c
GB
4802014-06-06 Gary Benson <gbenson@redhat.com>
481
482 * gdb.base/call-signals.c: Remove preprocessor conditionals
483 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
484 SIGSEGV and SIGTERM.
485 * gdb.base/sigall.c: Likewise.
486 * gdb.base/unwindonsignal.c: Likewise.
487 * gdb.reverse/sigall-reverse.c: Likewise.
488
831517df
YQ
4892014-06-06 Yao Qi <yao@codesourcery.com>
490
491 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
492 readable, skip the test.
493
b8b91e98
YQ
4942014-06-06 Yao Qi <yao@codesourcery.com>
495
496 * gdb.threads/staticthreads.c (thread_function): Move the line
497 setting breakpoint on forward.
498 * gdb.threads/staticthreads.exp: Update comments.
499
fb934770
LC
5002014-06-05 Ludovic Courtès <ludo@gnu.org>
501
502 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
503 "history-append! type error".
504
6ef284bd
SM
5052014-06-05 Simon Marchi <simon.marchi@ericsson.com>
506
507 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
508 erroneous dprintf expected input.
509
a872e241
DE
5102014-06-04 Doug Evans <xdje42@gmail.com>
511
512 * gdb.guile/scm-generics.exp: Delete.
513
16f691fb
DE
5142014-06-04 Doug Evans <xdje42@gmail.com>
515
516 * gdb.guile/scm-breakpoint.exp: Update.
517 Add tests for breakpoint registration.
518
012370f6
TT
5192014-06-04 Tom Tromey <tromey@redhat.com>
520
521 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
522 VLA-in-union.
523 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
524 inner_vla_struct, vla_union types. Initialize objects of those
525 types and compute their sizes.
526
9f5a4cef
HZ
5272014-06-04 Nathan Sidwell <nathan@codesourcery.com>
528 Hui Zhu <hui@codesourcery.com>
529
530 * gdb.base/fileio.exp: Add test for shell not available as well as
531 available.
532 * gdb.base/fileio.c (test_system): Check for shell twice.
533
90a45c4d
YQ
5342014-06-04 Yao Qi <yao@codesourcery.com>
535
536 * gdb.base/auto-connect-native-target.exp: Remove redundant
537 space from the regexp pattern.
538
70017e41
YQ
5392014-06-04 Yao Qi <yao@codesourcery.com>
540
541 * gdb.base/default.exp: Replace "child" with "native" in
542 regexp pattern.
543
883964a7
SC
5442014-06-03 Siva Chandra Reddy <sivachandra@google.com>
545
546 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
547 * gdb.python/py-xmethods.exp: New tests to test xmethods.
548 * gdb.python/py-xmethods.py: Python script supporting the
549 new testcase and tests.
550
ef370185
JB
5512014-06-03 Joel Brobecker <brobecker@adacore.com>
552 Pedro Alves <palves@redhat.com>
553
554 PR breakpoints/17000
555 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
556 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
557
1e2ccb61
BM
5582014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
559
560 * gdb.base/subst.exp: Add tests to verify partial path matching
561 output.
562
c6ec5ab2
PA
5632014-06-03 Pedro Alves <palves@redhat.com>
564
565 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
566 target that doesn't use software single-stepping.
567
835c559f
PA
5682014-06-03 Pedro Alves <palves@redhat.com>
569
570 PR breakpoints/17000
571 * gdb.base/sss-bp-on-user-bp-2.c: New file.
572 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
573
06eb1586
DE
5742014-06-02 Doug Evans <xdje42@gmail.com>
575
576 * gdb.guile/scm-parameter.exp: New file.
577
e698b8c4
DE
5782014-06-02 Doug Evans <xdje42@gmail.com>
579
580 * gdb.guile/scm-cmd.c: New file.
581 * gdb.guile/scm-cmd.exp: New file.
582
ded03782
DE
5832014-06-02 Doug Evans <xdje42@gmail.com>
584
585 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
586 pretty-printer lookup.
587 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
588 (make-pp_s-printer): Call it.
589 (make-pretty-printer-from-dict): New function.
590 (lookup-pretty-printer-maker-from-dict): New function.
591 (*pretty-printer*): Simplify.
592 (make-objfile-pp_s-printer): New function.
593 (install-objfile-pretty-printers!): New function.
594 (make-progspace-pp_s-printer): New function.
595 (install-progspace-pretty-printers!): New function.
596 * gdb.guile/scm-progspace.c: New file.
597 * gdb.guile/scm-progspace.exp: New file.
598
41fac0cf
PA
5992014-06-02 Pedro Alves <palves@redhat.com>
600
601 * gdb.base/dprintf-bp-same-addr.c: New file.
602 * gdb.base/dprintf-bp-same-addr.exp: New file.
603
96ae5695
EBM
6042014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
605
606 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
607 * gdb.arch/powerpc-power.s: Likewise.
608
da02b3a8
JB
6092014-06-02 Joel Brobecker <brobecker@adacore.com>
610
611 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
612
c72b2e7b
YQ
6132014-06-01 Yao Qi <yao@codesourcery.com>
614
615 * gdb.base/watchpoint.exp (test_watch_location): Check null
616 pointer can be dereferenced. If not, do the test, otherwise
617 skip it.
618
53e8a631
AB
6192014-05-30 Andrew Burgess <aburgess@broadcom.com>
620
621 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
622 results.
623 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
624
938f0e2f
AB
6252014-05-30 Andrew Burgess <aburgess@broadcom.com>
626
627 * gdb.arch/amd64-invalid-stack-middle.S: New file.
628 * gdb.arch/amd64-invalid-stack-middle.c: New file.
629 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
630 * gdb.arch/amd64-invalid-stack-top.c: New file.
631 * gdb.arch/amd64-invalid-stack-top.exp: New file.
632
9ba6657a
PA
6332014-05-30 Pedro Alves <palves@redhat.com>
634
635 PR breakpoints/17000
636 * gdb.base/sss-bp-on-user-bp.c: New file.
637 * gdb.base/sss-bp-on-user-bp.exp: New file.
638
522c09bf
DB
6392014-05-30 David Blaikie <dblaikie@gmail.com>
640
641 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
642 gnu_inline semantics via attribute.
643 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
644 source explicitly specifies the required semantics.
645
bf4ef81e
MR
6462014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
647
648 * gdb.reverse/sigall-reverse.exp: Fix a typo.
649
329ea579
PA
6502014-05-29 Pedro Alves <palves@redhat.com>
651 Tom Tromey <tromey@redhat.com>
652
653 * gdb.base/async-shell.exp: Don't enable target-async.
654 * gdb.base/async.exp
655 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
656 parameter. Adjust.
657 (top level): Don't test with "target-async".
658 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
659 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
660 * gdb.base/inferior-died.exp: Don't enable target-async.
661 * gdb.base/interrupt-noterm.exp: Likewise.
662 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
663 * gdb.mi/mi-nonstop-exit.exp: Likewise.
664 * gdb.mi/mi-nonstop.exp: Likewise.
665 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
666 * gdb.mi/mi-nsintrall.exp: Likewise.
667 * gdb.mi/mi-nsmoribund.exp: Likewise.
668 * gdb.mi/mi-nsthrexec.exp: Likewise.
669 * gdb.mi/mi-watch-nonstop.exp: Likewise.
670 * gdb.multi/watchpoint-multi.exp: Adjust comment.
671 * gdb.python/py-evsignal.exp: Don't enable target-async.
672 * gdb.python/py-evthreads.exp: Likewise.
673 * gdb.python/py-prompt.exp: Likewise.
674 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
675 * gdb.server/solib-list.exp: Don't enable target-async.
676 * gdb.threads/thread-specific-bp.exp: Likewise.
677 * lib/mi-support.exp: Adjust to use mi-async.
678
fd664c91
PA
6792014-05-29 Pedro Alves <palves@redhat.com>
680
681 PR gdb/13860
682 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
683 reason, even in sync mode.
684
251bde03
PA
6852014-05-29 Pedro Alves <palves@redhat.com>
686 Hui Zhu <hui@codesourcery.com>
687
688 PR PR15693
689 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
690 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
691 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
692 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
693
7f3c0343
JB
6942014-05-28 Joel Brobecker <brobecker@adacore.com>
695
696 * config/monitor.exp (gdb_target_monitor): Replace use of
697 "set remotebaud" by "set serial baud".
698
b2715b27
AW
6992014-05-26 Andy Wingo <wingo@igalia.com>
700
701 * gdb.guile/scm-breakpoint.exp:
702 * gdb.guile/scm-gsmob.exp: Update to use plain old object
703 properties instead of gdb-object-properties.
704
498a4489
YQ
7052014-05-26 Yao Qi <yao@codesourcery.com>
706
707 * gdb.server/no-thread-db.exp: Specify source file name
708 explicitly when setting a breakpoint.
709
589fdceb
MM
7102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
711
712 * gdb.btrace/vdso.c: New.
713 * gdb.btrace/vdso.exp: New.
714
e9089e05
MM
7152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
716
717 * gdb.base/gcore.exp (capture_command_output): Move ...
718 * lib/gdb.exp (capture_command_output): ... here.
719
67b5c0c1
MM
7202014-05-23 Markus Metzger <markus.t.metzger@intel.com>
721
722 * gdb.btrace/data.exp: Test memory access during btrace replay.
723
a2199296
SM
7242014-05-22 Simon Marchi <simon.marchi@ericsson.com>
725
726 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
727
17b2616c
PA
7282014-05-21 Pedro Alves <palves@redhat.com>
729
730 PR gdb/13860
731 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
732 (top level): Test that output related to execution commands is
733 sent to the console with CLI commands, but not with MI commands.
734 Test that breakpoint events are always mirrored to the console.
735 Also expect the new source line to be output after a "next" in
736 async mode too. Make it a pass/fail test.
737 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
738 output.
739 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
740
5166082f
PA
7412014-05-21 Pedro Alves <palves@redhat.com>
742
743 * gdb.base/list.exp (build_pattern, test_list): New procedures.
744 Use them to test variations of "list" after reaching a breakpoint.
745 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
746 Test "list" with listsize 10 after reaching a breakpoint.
747 * gdb.python/python.exp (decode_line current location line
748 number): Adjust expected line number.
749
2f25d70f
SM
7502014-05-21 Simon Marchi <simon.marchi@ericsson.com>
751
752 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
753 behavior for $args, pass it directly to "run".
754
ff604a67
MR
7552014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
756
757 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
758 30000 to 65536.
759
6a3cb8e8
PA
7602014-05-21 Pedro Alves <palves@redhat.com>
761
762 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
763 auto-connect-native-target off".
764 * gdb.base/auto-connect-native-target.c: New file.
765 * gdb.base/auto-connect-native-target.exp: New file.
766
4ebfc96e
PA
7672014-05-21 Pedro Alves <palves@redhat.com>
768
769 * gdb.base/default.exp: Test "target native" instead of "target
770 child".
771
36d46afb
MW
7722014-05-21 Mark Wielaard <mjw@redhat.com>
773
774 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
775
5876f503
JK
7762014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
777
778 Fix TLS access for -static -pthread.
779 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
780 <HAVE_TLS> (thread_function, main): Initialize it.
781 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
782 Add clean_restart.
783 <$have_tls != "">: Check TLSVAR.
784
0256a6ac
PA
7852014-05-21 Pedro Alves <palves@redhat.com>
786
787 * gdb.base/dcache-line-read-error.c: New.
788 * gdb.base/dcache-line-read-error.exp: New.
789
936d2992
PA
7902014-05-20 Pedro Alves <palves@redhat.com>
791
792 * gdb.base/compare-sections.c: New file.
793 * gdb.base/compare-sections.exp: New file.
794
802e8e6d
PA
7952014-05-20 Pedro Alves <palves@redhat.com>
796
797 * gdb.base/break-idempotent.c: New file.
798 * gdb.base/break-idempotent.exp: New file.
799
e59fa00f
MM
8002014-05-20 Markus Metzger <markus.t.metzger@intel.com>
801
802 * gdb.btrace/nohist.exp: New.
803
8b696e31
YQ
8042014-05-20 Yao Qi <yao@codesourcery.com>
805
806 * lib/gdb.exp (gdb_init): Set timeout if test file is under
807 gdb.reverse directory and gdb_reverse_timeout exists in board
808 setting.
809 * README: Document gdb_reverse_timeout.
810
73c9764f
YQ
8112014-05-20 Yao Qi <yao@codesourcery.com>
812
813 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
814 'test_file_name'. Treat args as a string instead of a list.
815 (gdb_init): Rename argument 'args' by 'test_file_name'.
816
f1f4348a
JK
8172014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
818
819 * gdb.arch/powerpc-power.exp: New file.
820 * gdb.arch/powerpc-power.s: New file.
821
0dbe70ce
DE
8222014-05-16 Doug Evans <dje@google.com>
823
824 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
825 * gdb.base/completion.exp: Check that all expected files exist
826 before doing file completion.
0dbe70ce 827
8d551b02
DE
8282014-05-16 Doug Evans <dje@google.com>
829
830 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
831 Update.
832 (do_syscall_tests_without_xml): Update.
833
73eb7709
PA
8342014-05-16 Pedro Alves <palves@redhat.com>
835
836 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
837 instead of "unknown output after running".
838
3fae92fc
YQ
8392014-05-16 Yao Qi <yao@codesourcery.com>
840
841 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
842 file1.txt from host at the end.
843 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
844
c2b2ccc5
DE
8452014-05-15 Doug Evans <dje@google.com>
846
847 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
848 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
849 loading file. Add test for TU lookup.
850
8c217a4b
SM
8512014-05-15 Simon Marchi <simon.marchi@ericsson.com>
852
853 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
854 calling "-exec-arguments" or "set args" before running the
855 inferior.
856
3deb39c6
SM
8572014-05-15 Simon Marchi <simon.marchi@ericsson.com>
858
859 * lib/mi-support.exp (mi_expect_stop): Expect message for
860 inferiors that exit with non-zero exit code.
861
71a79f8c
YQ
8622014-05-14 Yao Qi <yao@codesourcery.com>
863
864 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
865 match absolute path on remote host.
866 (test_file_list_exec_source_files): Remove "/" from the
867 pattern.
868
f23fcd46
YQ
8692014-05-14 Yao Qi <yao@codesourcery.com>
870
871 * boards/local-remote-host-notty.exp (${board}_file): New
872 proc.
873
9404b58f
KM
8742014-05-07 Kyle McMartin <kyle@redhat.com>
875
876 Pushed by Joel Brobecker <brobecker@adacore.com>.
877 * gdb.arch/aarch64-atomic-inst.c: New file.
878 * gdb.arch/aarch64-atomic-inst.exp: New file.
879
5e45f04c
YQ
8802014-05-07 Yao Qi <yao@codesourcery.com>
881
882 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
883 in current context" too.
884
c888a17d
KS
8852014-05-05 Keith Seitz <keiths@redhat.com>
886
887 * gdb.linespec/ls-dollar.exp: Add test for linespec
888 file:convenience_variable.
889
290a839c
YQ
8902014-05-05 Yao Qi <yao@codesourcery.com>
891
892 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
893 traceframes into tfile and ctf trace files. Read data from
894 trace file and test collected data.
895 (gdb_collect_locals_test): Likewise.
896 (gdb_unavailable_registers_test): Likewise.
897 (gdb_unavailable_floats): Likewise.
898 (gdb_collect_globals_test): Likewise.
899 (top-level): Append "ctf" to trace_file_targets if GDB
900 supports.
901
b5262cd0
YQ
9022014-05-05 Yao Qi <yao@codesourcery.com>
903
904 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
905 code to ...
906 (gdb_collect_args_test_1): ... it. New proc.
907 (gdb_collect_locals_test): Move some code to ...
908 (gdb_collect_locals_test_1): ... it. New proc.
909 (gdb_unavailable_registers_test): Move some code to ...
910 (gdb_unavailable_registers_test_1): ... it. New proc.
911 (gdb_unavailable_floats): Move some code to ...
912 (gdb_unavailable_floats_1): ... it. New proc.
913
30a1e6cc
SDJ
9142014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
915
916 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
917 probes to test for bitness recognition.
918 * gdb.arch/amd64-stap-optional-prefix.exp
919 (test_probe_value_without_reg): New procedure.
920 Add code to test for different kinds of bitness.
921
f33da99a
SDJ
9222014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
923
924 PR breakpoints/16889
925 * gdb.arch/amd64-stap-optional-prefix.S: New file.
926 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
927
5b80f00d
PA
9282014-05-01 Pedro Alves <palves@redhat.com>
929
930 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
931 gdb_file_cmd if no file is specified.
932 * boards/native-extended-gdbserver.exp (gdb_load): Use the
933 last_loaded_file to set the remote exec-file.
934
f8c2a73c
PA
9352014-05-01 Pedro Alves <palves@redhat.com>
936
937 * boards/local-remote-host.exp: New file.
938
be6e8ac7
PA
9392014-05-01 Pedro Alves <palves@redhat.com>
940
941 * boards/local-remote-host.exp: Rename to ...
942 * boards/local-remote-host-notty.exp: ... this.
943
cac0dc8f
JB
9442014-04-28 Joel Brobecker <brobecker@adacore.com>
945
946 * gdb.ada/dyn_arrayidx: New testcase.
947
9730e6cc
YQ
9482014-04-26 Yao Qi <yao@codesourcery.com>
949
950 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
951 and compute the length of function main. Save it in
952 $main_length.
953 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
954 (top-level): Use gdb_compile to compile objects into
955 executable and restart GDB. Remove invocation to
956 prepare_for_testing.
957
7ae1a6a6
PA
9582014-04-25 Simon Marchi <simon.marchi@ericsson.com>
959 Pedro Alves <palves@redhat.com>
960
961 PR server/16255
962 * gdb.multi/multi-attach.c: New file.
963 * gdb.multi/multi-attach.exp: New file.
964
4082afcc
PA
9652014-04-25 Pedro Alves <palves@redhat.com>
966
967 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
968 user.
969 (top level): Test that "set remote conditional-breakpoints-packet
970 off" works as intended.
971 * gdb.base/dprintf.exp: Test that "set remote
972 breakpoint-commands-packet off" works as intended.
973 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
974 New function.
975 (top level): Call it.
976 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
977 remote fast-tracepoints-packet off" works as intended.
978 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
979 * lib/gdb.exp (gdb_is_target_remote): ... here.
980
2abc3f8d
DB
9812014-04-24 David Blaikie <dblaikie@gmail.com>
982
983 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
984 ensure clang would not discard them.
985 * gdb.base/gdbvars.c: Ditto.
986 * gdb.base/memattr.c: Ditto.
987 * gdb.base/whatis.c: Ditto.
988 * gdb.python/py-prettyprint.c: Ditto.
989 * gdb.trace/actions.c: Ditto.
990 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
991 ensure clang would not discard it.
992
bfd39632
DB
9932014-04-24 David Blaikie <dblaikie@gmail.com>
994
995 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
996 clang to emit the full definition of type required by the test
997 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
998
22842ff6
DB
9992014-04-24 David Blaikie <dblaikie@gmail.com>
1000
1001 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
1002 coax Clang into emitting the definition of the type.
1003 * gdb.cp/pr10728-x.h (y): Ditto.
1004 * gdb.cp/pr10728-y.cc (y): Ditto.
1005
c2e827ad
DB
10062014-04-24 David Blaikie <dblaikie@gmail.com>
1007
1008 * gdb.base/label.exp: XFAIL label related tests under Clang.
1009 * gdb.cp/cplabel.exp: Ditto.
1010 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
1011 under Clang those using labels.
1012
4c2d33e7
YQ
10132014-04-25 Yao Qi <yao@codesourcery.com>
1014
1015 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
1016 double_label.
1017 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
1018 partial_label and double_label.
1019
56083b99
DB
10202014-04-24 David Blaikie <dblaikie@gmail.com>
1021
1022 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
1023
25d4e99d
DB
10242014-04-24 David Blaikie <dblaikie@gmail.com>
1025
1026 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
1027 of the function to work across GCC and Clang.
1028 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
1029 pointer types (const void ** const V void **).
1030
01f9f808
MS
10312014-04-24 Michael Sturm <michael.sturm@mintel.com>
1032 Walfred Tedeschi <walfred.tedeschi@intel.com>
1033
1034 * Makefile.in (EXECUTABLES): Added i386-avx512.
1035 * gdb.arch/i386-avx512.c: New file.
1036 * gdb.arch/i386-avx512.exp: Likewise.
1037
4b48d439
KS
10382014-04-23 Keith Seitz <keiths@redhat.com>
1039
1040 * lib/mi-support.exp (mi_list_breakpoints): Delete.
1041 (mi_make_breakpoint_table): New procedure.
1042 (mi_create_breakpoint): Use mi_make_breakpoint
1043 and return the result.
1044 (mi_make_breakpoint): New procedure.
1045 (mi_build_kv_pairs): New procedure.
1046
1047 * gdb.mi/mi-break.exp: Remove unused globals,
1048 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
1049 All callers updated.
1050 * gdb.mi/mi-dprintf.exp: Use variable to track command
1051 number.
1052 Update all callers of mi_create_breakpoint and use
1053 mi_make_breakpoint_table.
1054 Remove any unused global variables.
1055 * gdb.mi/mi-nonstop.exp: Likewise.
1056 * gdb.mi/mi-nsintrall.exp: Likewise.
1057 * gdb.mi/mi-nsmoribund.exp: Likewise.
1058 * gdb.mi/mi-nsthrexec.exp: Likewise.
1059 * gdb.mi/mi-reverse.exp: Likewise.
1060 * gdb.mi/mi-simplerun.exp: Likewise.
1061 * gdb.mi/mi-stepn.exp: Likewise.
1062 * gdb.mi/mi-syn-frame.exp: Likewise.
1063 * gdb.mi/mi-until.exp: Likewise.
1064 * gdb.mi/mi-var-cp.exp: Likewise.
1065 * gdb.mi/mi-var-display.exp: Likewise.
1066 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1067 * gdb.mi/mi2-var-child.exp: Likewise.
1068 * gdb.mi/mi-vla-c99.exp: Likewise.
1069 * lib/mi-support.exp: Likewise.
1070
1071 From Ian Lance Taylor <iant@cygnus.com>:
1072 * lib/gdb.exp (parse_args): New procedure.
1073
08351840
PA
10742014-04-23 Pedro Alves <palves@redhat.com>
1075
1076 * gdb.base/break-unload-file.c: New file.
1077 * gdb.base/break-unload-file.exp: New file.
1078 * gdb.base/sym-file-lib.c (baz): New function.
1079 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
1080 field.
1081 (load): Store the segment's mapped size.
1082 (unload): New function.
1083 (unload_shlib): New function.
1084 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1085 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1086 set a breakpoint at baz, and call it.
1087 * gdb.base/sym-file.exp: New tests for stale breakpoint
1088 instructions.
1089
076855f9
PA
10902014-04-23 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1093 * gdb.base/hbreak-in-shr-unsupported.c: New file.
1094 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
1095 * gdb.base/hbreak-unmapped.c: New file.
1096 * gdb.base/hbreak-unmapped.exp: New file.
1097 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
1098 * lib/gdb.exp (gdb_is_target_remote): ... here.
1099
483805cf
PA
11002014-04-22 Pedro Alves <palves@redhat.com>
1101
1102 * gdb.base/consecutive-step-over.c: New file.
1103 * gdb.base/consecutive-step-over.exp: New file.
1104
06d97543
PA
11052014-04-22 Pedro Alves <palves@redhat.com>
1106
1107 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
1108 instead of send_gdb/gdb_expect.
1109
b4429ea2
YQ
11102014-04-22 Yao Qi <yao@codesourcery.com>
1111
1112 * lib/trace-support.exp (generate_tracefile): New procedure.
1113 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
1114 return 0.
1115 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
1116 if generate_tracefile returns 1.
1117
51d48146
PA
11182014-04-18 Tom Tromey <palves@redhat.com>
1119 Pedro alves <tromey@redhat.com>
1120
1121 PR backtrace/15558
1122 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
1123 with a backtrace limit.
1124 * gdb.python/py-frame-inline.exp: Test running to an inline
1125 function with a backtrace limit, and printing the newest frame.
1126 * gdb.python/py-frame-inline.c (main): Call f.
1127
bd1dce5f
MS
11282014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1129
1130 * gdb.java/jnpe.exp: Drop srcdir from untested path.
1131
40d1a503
MS
11322014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1133
1134 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
1135 Drop prefix from unsupported source file path.
1136
389b98f7
YQ
11372014-04-17 Yao Qi <yao@codesourcery.com>
1138
1139 * lib/gdb.exp (with_target_charset): New proc.
1140 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
1141 with_target_charset.
1142 (test_print_strings): Likewise.
1143 (test_repeat_bytes): Likewise.
1144 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
1145 for some tests.
1146
22869d73
KS
11472014-04-16 Keith Seitz <keiths@redhat.com>
1148
1149 PR gdb/15827
1150 * gdb.dwarf2/corrupt.c: New file.
1151 * gdb.dwarf2/corrupt.exp: New file.
1152
c4f87ca6
KS
11532014-04-16 Keith Seitz <keiths@redhat.com>
1154
1155 PR c++/16597
1156 * gdb.cp/namelessclass.cc: New file.
1157 * gdb.cp/namelessclass.exp: New file.
1158 * gdb.cp/namelessclass.S: New file.
1159
ab19de87
DE
11602014-04-16 Doug Evans <dje@google.com>
1161
1162 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
1163 Add comment.
1164 (gdbserver_default_get_comm_port): New function.
1165 (gdbserver_start): Check if board file provided
1166 "gdbserver,get_comm_port" and use it if so.
1167 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
1168 (gdb,socketport): Set to "stdio".
1169 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
1170 (stdio_gdbserver_template): Delete.
1171 (${board}_get_remote_address): Update.
1172 (${board}_build_remote_cmd): Delete.
1173 (${board}_get_comm_port): New function.
1174 (${board}_spawn): Update.
1175 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
1176 Delete.
1177 (${board}_get_remote_address): Update.
1178 (${board}_get_comm_port): New function.
1179
fc98a809
AB
11802014-04-16 Andrew Burgess <aburgess@broadcom.com>
1181
1182 * gdb.base/memattr.exp: Improve regexps to handle memory regions
1183 appearing in any order.
1184
87fd9e6e
DE
11852014-04-15 Doug Evans <dje@google.com>
1186
1187 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
1188 uninitialized value of "description".
1189
099fc3ea
KS
11902014-04-15 Keith Seitz <keiths@redhat.com>
1191
1192 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
1193 Remove unused globals.
1194 (test_running_the_program): Likewise.
1195 (test_controlled_execution): Likewise.
1196 (test_controlling_breakpoints): Likewise.
1197 (test_program_termination): Likewise.
1198
5da151d4
KS
11992014-04-15 Keith Seitz <keiths@redhat.com>
1200
1201 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
1202 unused globals.
1203 (test_rbreak_creation_and_listing): Likewise.
1204 (test_ignore_count): Likewise.
1205 (test_error): Likewise.
1206
35e5d2f0
PA
12072014-04-15 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
1210 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
1211 sym-file-loader.c.
1212 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1213 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1214 to sym-file-loader.c.
1215 (struct library): Forward declare.
1216 (load_shlib, lookup_function): Change prototypes.
1217 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1218 (translate_offset): Remove declarations.
1219 (get_text_addr): New declaration.
1220 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
1221 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
1222 sym-file-loader.h.
1223 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1224 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1225 here from sym-file-loader.h.
1226 (struct library): New structure.
1227 (load_shlib, lookup_function): Change prototypes and adjust to
1228 work with a struct library.
1229 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1230 (translate_offset): Make static.
1231 (get_text_addr): New function.
1232 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
1233
eb4c1710
PA
12342014-04-15 Pedro Alves <palves@redhat.com>
1235
1236 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
1237
2d1baf52
PA
12382014-04-15 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.base/sym-file-loader.c: Include <limits.h>.
1241 (SELF_LINK): New define.
1242 (get_origin): New function.
1243 (load_shlib): Use it.
1244 * gdb.base/sym-file.exp: Don't early return if the target is
1245 remote. Use runto_main, and issue fail is that fails. Use
1246 gdb_load_shlibs.
1247 (shlib_name): Delete.
1248 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
1249
7dd6df01
PA
12502014-04-15 Pedro Alves <palves@redhat.com>
1251
1252 * gdb.base/sym-file.exp: Remove regex characters from test
1253 message. Don't refer to breakpoint numbers in test messages.
1254
b50c8614
KS
12552014-04-14 Keith Seitz <keiths@redhat.com>
1256
1257 PR c++/16253
1258 * gdb.cp/var-tag.cc: New file.
1259 * gdb.cp/var-tag.exp: New file.
1260 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1261 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1262 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1263 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1264
3d567982
TT
12652014-04-14 Tom Tromey <tromey@redhat.com>
1266
1267 * gdb.cp/classes.exp (test_enums): Handle underlying type.
1268 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
1269 type.
1270 * gdb.cp/enum-class.exp: New file.
1271 * gdb.cp/enum-class.cc: New file.
1272
0626fc76
TT
12732014-04-14 Tom Tromey <tromey@redhat.com>
1274
1275 * gdb.dwarf2/enum-type.exp: New file.
1276
dca325b3
SA
12772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1278
1279 * gdb.mi/mi-vla-c99.exp: New file.
1280 * gdb.mi/vla.c: New file.
1281
5854b38a
SA
12822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1283
1284 * gdb.base/vla-datatypes.c: New file.
1285 * gdb.base/vla-datatypes.exp: New file.
1286
463bb957
SA
12872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1288
1289 * gdb.base/vla-ptr.c: New file.
1290 * gdb.base/vla-ptr.exp: New file.
1291
3dd170be
SA
12922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1293
1294 * gdb.dwarf2/count.exp: New file.
1295
5ecaaa66
SA
12962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1297
1298 * gdb.base/vla-sideeffect.c: New file.
1299 * gdb.base/vla-sideeffect.exp: New file.
1300
41f1ada5
DB
13012014-04-14 David Blaikie <dblaikie@gmail.com>
1302
1303 * gdb.mi/non-stop.c: Add return value for non-void function return
1304 statement.
1305 * gdb.threads/staticthreads.c: Ditto.
1306
0be03e84
DE
13072014-04-12 Siva Chandra Reddy <sivachandra@google.com>
1308 Doug Evans <xdje42@gmail.com>
1309
1310 * gdb.guile/scm-value.c: Improve test case.
1311 * gdb.guile/scm-value.exp: Add new test.
1312
f180a1fb
DB
13132014-04-11 David Blaikie <dblaikie@gmail.com>
1314
1315 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1316 override Clang's default.
1317
6b662e19
JB
13182014-04-11 Joel Brobecker <brobecker@adacore.com>
1319
1320 Revert the following changes (regressions):
1321
1322 * gdb.base/vla-sideeffect.c: New file.
1323 * gdb.base/vla-sideeffect.exp: New file.
1324
1325 * gdb.dwarf2/count.exp: New file.
1326
1327 * gdb.base/vla-multi.c: New file.
1328 * gdb.base/vla-multi.exp: New file.
1329
1330 * gdb.base/vla-ptr.c: New file.
1331 * gdb.base/vla-ptr.exp: New file.
1332
1333 * gdb.base/vla-datatypes.c: New file.
1334 * gdb.base/vla-datatypes.exp: New file.
1335
1336 * gdb.mi/mi-vla-c99.exp: New file.
1337 * gdb.mi/vla.c: New file.
1338
245a5f0b
KS
13392014-04-11 Keith Seitz <keiths@redhat.com>
1340
1341 PR c++/16675
1342 * gdb.cp/cpsizeof.exp: New file.
1343 * gdb.cp/cpsizeof.cc: New file.
1344
58a84dcf
SA
13452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1346
191a8a90
JB
1347 * gdb.mi/mi-vla-c99.exp: New file.
1348 * gdb.mi/vla.c: New file.
58a84dcf 1349
c8655f75
SA
13502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1351
1352 * gdb.base/vla-datatypes.c: New file.
1353 * gdb.base/vla-datatypes.exp: New file.
1354
024e13b4
SA
13552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1356
1357 * gdb.base/vla-ptr.c: New file.
1358 * gdb.base/vla-ptr.exp: New file.
1359
1a237e0e
SA
13602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1361
1362 * gdb.base/vla-multi.c: New file.
1363 * gdb.base/vla-multi.exp: New file.
1364
504f3432
SA
13652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1366
1367 * gdb.dwarf2/count.exp: New file.
1368
3bce8237
SA
13692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1370
191a8a90
JB
1371 * gdb.base/vla-sideeffect.c: New file.
1372 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1373
322f9c21
YQ
13742014-04-11 Yao Qi <yao@codesourcery.com>
1375
1376 * gdb.base/completion.exp: Check file exists before running tests
1377 on file completion.
1378
d708bcd1
PA
13792014-04-10 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.base/cond-eval-mode.c: New file.
1382 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1383 prepare_for_testing to build the new file. Check result of
1384 runto_main.
1385 (test_break, test_watch): New procedures.
1386 (top level): Use them.
1387
ae1d2761
PM
13882014-04-08 Pierre Muller <muller@sourceware.org>
1389
1390 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1391 Ctrl-V use for mingw hosts.
1392
7af389b8
SC
13932014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1394
1395 * gdb.python/py-value.c: Improve test case.
1396 * gdb.python/py-value.exp: Add new test.
1397
5e703181
DE
13982014-04-07 David Blaikie <dblaikie@gmail.com>
1399
1400 * lib/compiler.c: Identify the clang compiler.
1401 * lib/compiler.cc: Ditto.
1402
9810b410
YQ
14032014-04-03 Yao Qi <yao@codesourcery.com>
1404
1405 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1406
98d1b8dc
AB
14072014-04-01 Anton Blanchard <anton@samba.org>
1408
1409 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1410 messages unique.
1411
3114cea1
AB
14122014-04-01 Anton Blanchard <anton@samba.org>
1413
1414 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1415 prepare_for_testing.
1416
62f7182c
AB
14172014-04-01 Anton Blanchard <anton@samba.org>
1418
1419 * gdb.arch/ppc64-atomic-inst.c: Remove.
1420 * gdb.arch/ppc64-atomic-inst.S: New file.
1421 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1422
770e7fc7
DE
14232014-03-31 Doug Evans <dje@google.com>
1424
1425 * gdb.base/print-symbol-loading-lib.c: New file.
1426 * gdb.base/print-symbol-loading-main.c: New file.
1427 * gdb.base/print-symbol-loading.exp: New file.
1428
46e2bafa
YQ
14292014-03-31 Yao Qi <yao@codesourcery.com>
1430
1431 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1432
8776cfe9
JB
14332014-03-28 Joel Brobecker <brobecker@adacore.com>
1434
1435 * gdb.ada/mi_dyn_arr: New testcase.
1436
5d1ef361
DE
14372014-03-27 Doug Evans <dje@google.com>
1438
1439 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1440
b5bee914
YQ
14412014-03-27 Yao Qi <yao@codesourcery.com>
1442
1443 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1444 if target is nios2-*-*.
1445
0d4d0e77
YQ
14462014-03-26 Yao Qi <yao@codesourcery.com>
1447
1448 * lib/gdb.exp (readline_is_used): New proc.
1449 * gdb.base/completion.exp: Move tests on command complete up.
1450 Skip the rest of tests if readline is not used.
1451 * gdb.ada/complete.exp: Skp the test if readline is not
1452 used.
1453 * gdb.base/filesym.exp: Likewise.
1454 * gdb.base/macscp.exp: Likewise.
1455 * gdb.base/readline-ask.exp: Likewise.
1456 * gdb.base/readline.exp: Likewise.
1457 * gdb.python/py-cmd.exp: Likewise.
1458 * gdb.trace/tfile.exp: Likewise.
1459
29361eee
YQ
14602014-03-26 Yao Qi <yao@codesourcery.com>
1461
1462 * gdb.base/macscp.exp: Fix code format issues.
1463
bc9a5525
UW
14642014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1465
1466 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1467 * gdb.asm/powerpc64le.inc: New file.
1468
d3839ede
PA
14692014-03-25 Pedro Alves <palves@redhat.com>
1470 Doug Evans <dje@google.com>
1471
1472 * gdb.base/source-execution.c: New file.
1473 * gdb.base/source-execution.exp: New file.
1474 * gdb.base/source-execution.gdb: New file.
1475
01672a57
DE
14762014-03-24 Doug Evans <dje@google.com>
1477
1478 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1479 using fission.
1480
88bbeca9
HZ
14812014-03-24 Hui Zhu <hui@codesourcery.com>
1482 Pedro Alves <palves@redhat.com>
1483
1484 PR breakpoints/16101
1485 * gdb.base/dprintf.exp: Use unsupported rather than changing the
1486 test pass/fail messages. Detect missing support for dprintf when
1487 breakpoints are actually inserted.
1488 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
1489 breakpoints are actually inserted.
1490 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
1491 fails.
1492
d2348791
JK
14932014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1494
1495 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
1496
feef67ab
DE
14972014-03-22 Doug Evans <xdje42@gmail.com>
1498
1499 * gdb.python/python.exp (python not supported): Verify multi-line
1500 python command issues an error.
25d743f9 1501 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 1502 guile command issues an error.
feef67ab 1503
ecebef6a
MR
15042014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
1505
1506 * gdb.threads/thread-specific.exp: Handle the lack of usable
1507 $this_breakpoint and $this_thread.
1508
ccdd1909
HZ
15092014-03-21 Hui Zhu <hui@codesourcery.com>
1510
1511 * gdb.base/attach.exp (do_command_attach_tests): New.
1512
beb460e8
PA
15132014-03-20 Tom Tromey <tromey@redhat.com>
1514 Pedro Alves <palves@redhat.com>
1515
1516 PR cli/15718
1517 * gdb.base/condbreak-call-false.c: New file.
1518 * gdb.base/condbreak-call-false.exp: New file.
1519
40acf43a
PA
15202014-03-20 Pedro Alves <palves@redhat.com>
1521
1522 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
1523 Delete.
1524 (block_signals, unblock_signals): Delete.
1525 (child_function_2, main): Remove references to deleted variable
1526 and functions.
1527
9f5e1e02
PA
15282014-03-20 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
1531 Use pthread_kill to signal thread 2.
1532 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1533 Adjust to make the test send itself a signal rather than using the
1534 host's "kill" command.
1535
99619bea
PA
15362014-03-20 Pedro Alves <palves@redhat.com>
1537
1538 * gdb.threads/multiple-step-overs.c: New file.
1539 * gdb.threads/multiple-step-overs.exp: New file.
1540 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1541 Adjust expected infrun debug output.
1542
2adfaa28
PA
15432014-03-20 Pedro Alves <palves@redhat.com>
1544
1545 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1546 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1547
31e77af2
PA
15482014-03-20 Pedro Alves <palves@redhat.com>
1549
1550 PR breakpoints/7143
1551 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1552 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1553 of gdb_test_multiple.
1554 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1555 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1556
b9f437de
PA
15572014-03-20 Pedro Alves <palves@redhat.com>
1558
1559 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1560 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1561
05adc73e
PA
15622014-03-19 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.base/async.exp: Remove early return.
1565
6048b950
PA
15662014-03-19 Pedro Alves <palves@redhat.com>
1567
1568 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1569
8bcfb00a
PA
15702014-03-19 Pedro Alves <palves@redhat.com>
1571
1572 * gdb.base/async.exp (test_background): Expect \r\n after
1573 "completed." in the fail pattern.
1574
884e37dc
PA
15752014-03-19 Pedro Alves <palves@redhat.com>
1576
1577 * gdb.base/async.exp (test_background): New procedure.
1578 Use it for all background execution command tests.
1579
148e57e2
PA
15802014-03-19 Pedro Alves <palves@redhat.com>
1581
1582 * gdb.base/async.exp: Use prepare_for_testing.
1583
f48088c7
PA
15842014-03-19 Pedro Alves <palves@redhat.com>
1585
1586 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1587 the same line.
1588
e2f6c966
PA
15892014-03-19 Pedro Alves <palves@redhat.com>
1590
1591 * gdb.base/async.c (main): Add "jump here" and "until here" line
1592 marker comments.
1593 * gdb.base/async.exp (jump_here): New global.
1594 (jump& test): Use it.
1595 (until_here): New global.
1596 (until& test): Use it.
1597
c30568d4
PA
15982014-03-19 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.base/async.exp: Don't frob gdb_protocol.
1601
0172b6a7
DE
16022014-03-18 Doug Evans <xdje42@gmail.com>
1603
1604 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1605 Fix spelling of exec-done-display.
1606
06c868a8
JK
16072014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1608
1609 PR gdb/15358
1610 * gdb.base/gdb-sigterm.c: New file.
1611 * gdb.base/gdb-sigterm.exp: New file.
1612
0c7e1a46
PA
16132014-03-18 Pedro Alves <palves@redhat.com>
1614
1615 PR gdb/13860
1616 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1617 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1618 solib-event.
1619
f7c77d93
JB
16202014-03-17 Joel Brobecker <brobecker@adacore.com>
1621
1622 * gdb.ada/pckd_arr_ren: New testcase.
1623
5a1e8c7a
DE
16242014-03-13 Doug Evans <xdje42@gmail.com>
1625
1626 PR guile/16612
1627 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1628 collect after discarding symbols.
1629
350e1a76
DE
16302014-03-13 Ludovic Courtès <ludo@gnu.org>
1631 Doug Evans <xdje42@gmail.com>
1632
1633 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1634 to history survives a gc.
1635
a69900ae
PA
16362014-03-13 Pedro Alves <palves@redhat.com>
1637
1638 * gdb.base/default.exp: Don't test "target procfs".
1639
5db9f0bd
PA
16402014-03-13 Pedro Alves <palves@redhat.com>
1641
1642 * gdb.base/default.exp: Update "target child" and "target procfs"
1643 tests to not expect "Unix".
1644
b3ccfe11
TT
16452014-03-12 Tom Tromey <tromey@redhat.com>
1646
1647 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1648 New procs. Add target-async tests.
1649 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1650 Add target-async tests.
1651
646f4417
AA
16522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1653
1654 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1655 'func_start' and 'func_end' for the beginning and end of the
1656 function code, respectively.
1657 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1658 'func_end' instead of 'func' and 'main'.
1659
288c211f
AA
16602014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1661
1662 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1663 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1664 generate the debug info assembler source.
1665
e0c0f156
AA
16662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1667
1668 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1669 * gdb.dwarf2/arr-subrange.exp: Likewise.
1670 * gdb.dwarf2/dwz.exp: Likewise.
1671 * gdb.dwarf2/method-ptr.exp: Likewise.
1672 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1673 * gdb.dwarf2/subrange.exp: Likewise.
1674 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1675 * gdb.dwarf2/implptrpiece.exp: Likewise.
1676 * gdb.dwarf2/nostaticblock.exp: Likewise.
1677
0e5c4555
AA
16782014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1679
1680 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1681 directory to absolute path name arguments.
1682
5ec18f2b
JG
16832014-03-10 Joel Brobecker <brobecker@adacore.com>
1684
1685 * gdb.ada/tagged_access: New testcase.
1686
847fc4f2
MM
16872014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1688
1689 * gdb.btrace/data.exp: Update expected output.
1690
cc3da688
YQ
16912014-03-06 Yao Qi <yao@codesourcery.com>
1692
1693 * gdb.trace/pr16508.exp: New file.
1694
0f26cec1
PA
16952014-03-05 Pedro Alves <palves@redhat.com>
1696
1697 PR gdb/16575
1698 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1699 procedure.
1700 (top level): Adjust to use it. Add tests that exercise breakpoint
1701 interaction with the code-cache.
1702
7a5a839f
LC
17032014-02-26 Ludovic Courtès <ludo@gnu.org>
1704
1705 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1706 test for 'history-append!'.
1707
31aa7e4e
JB
17082014-02-26 Joel Brobecker <brobecker@adacore.com>
1709
1710 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1711 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1712 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1713 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1714 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1715 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1716
1b588015
JB
17172014-02-26 Joel Brobecker <brobecker@adacore.com>
1718
1719 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1720 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1721 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1722
55426c9d
JB
17232014-02-26 Joel Brobecker <brobecker@adacore.com>
1724
1725 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1726
dc53a7ad
JB
17272014-02-26 Joel Brobecker <brobecker@adacore.com>
1728
1729 * gdb.dwarf2/arr-stride.c: New file.
1730 * gdb.dwarf2/arr-stride.exp: New file.
1731
12ab52e9
PA
17322014-02-26 Pedro Alves <palves@redhat.com>
1733
1734 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1735 that won't ever trigger. Make sure that GDB reports the correct
1736 breakpoint that caused the stop.
1737
849c862e
JK
17382014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1739
1740 PR gdb/16626
1741 * gdb.base/auto-load-script: New file.
1742 * gdb.base/auto-load.c: New file.
1743 * gdb.base/auto-load.exp: New file.
1744
71b7d793
JK
1745 PR gdb/16626
1746 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1747
e2f0d509
JK
17482014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1749
1750 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1751 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1752
50cc37c8
DE
17532014-02-24 Doug Evans <dje@google.com>
1754
1755 * lib/gdb.exp (run_on_host): Log error output if program fails.
1756
ea4758f2
PA
17572014-02-21 Pedro Alves <palves@redhat.com>
1758
1759 * gdb.threads/step-after-sr-lock.c: Rename to ...
1760 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1761 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1762 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1763 ... this.
1764
d7b30f67
SDJ
17652014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1766
1767 PR tdep/16397
1768 * gdb.arch/amd64-stap-special-operands.exp: New file.
1769 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1770 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1771 * gdb.arch/amd64-stap-triplet.S: Likewise.
1772 * gdb.arch/amd64-stap-triplet.c: Likewise.
1773
83deb43f
JB
17742014-02-20 Joel Brobecker <brobecker@adacore.com>
1775
1776 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1777 in .section pseudo-op.
1778
adde2bff
DE
17792014-02-20 lin zuojian <manjian2006@gmail.com>
1780 Joel Brobecker <brobecker@adacore.com>
1781 Doug Evans <xdje42@gmail.com>
1782
1783 PR symtab/16581
1784 * gdb.dwarf2/dw2-icycle.S: New file.
1785 * gdb.dwarf2/dw2-icycle.c: New file.
1786 * gdb.dwarf2/dw2-icycle.exp: New file.
1787
f7bd0f78
SC
17882014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1789
1790 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1791 operations on gdb.Value objects.
1792 * gdb.python/py-value-cc.exp: Add new test to test operations on
1793 gdb.Value objects.
1794
c17ef0d5
DE
17952014-02-18 Doug Evans <dje@google.com>
1796
1797 * Makefile.in (TESTS): New variable.
1798 (expanded_tests, expanded_tests_or_none): New variables
1799 (check-single): Pass $(expanded_tests_or_none) to runtest.
1800 (check-parallel): Only run tests in $(TESTS) if non-empty.
1801 (check/no-matching-tests-found): New rule.
1802 * README: Document TESTS makefile variable.
1803
5dd3176f
DE
18042014-02-18 Doug Evans <dje@google.com>
1805
1806 * Makefile.in (check-parallel): rm -rf outputs temp.
1807
0b10be4f
JK
18082014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1809
1810 Fix "ERROR: no fileid for" in the testsuite.
1811 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1812
85f224e7
DE
18132014-02-12 Doug Evans <dje@google.com>
1814
1815 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1816 (MISCELLANEOUS): New variable.
1817 (clean): rm -rf $(MISCELLANEOUS).
1818 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1819 dwp live in the same directory as symlinks, with each symlink pointed
1820 to a differently named file in a different directory.
1821
149b30ff
DE
18222014-02-11 Doug Evans <dje@google.com>
1823
1824 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1825 of Tcl file commands.
1826
1dfdac32
MK
18272014-02-10 Mark Kettenis <kettenis@gnu.org>
1828
1829 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1830 "kill -SIGUSR1 -1".
1831
aa4fb036
JB
18322014-02-10 Joel Brobecker <brobecker@adacore.com>
1833
1834 * gdb.ada/tick_length_array_enum_idx: New testcase.
1835
ed3ef339
DE
18362014-02-10 Doug Evans <xdje42@gmail.com>
1837
1838 * configure.ac (AC_OUTPUT): Add gdb.guile.
1839 * configure: Regenerate.
1840 * lib/gdb-guile.exp: New file.
1841 * lib/gdb.exp (get_target_charset): New function.
1842 * gdb.base/help.exp: Update expected output from "apropos apropos".
1843 * gdb.guile/Makefile.in: New file.
1844 * gdb.guile/guile.exp: New file.
1845 * gdb.guile/scm-arch.c: New file.
1846 * gdb.guile/scm-arch.exp: New file.
1847 * gdb.guile/scm-block.c: New file.
1848 * gdb.guile/scm-block.exp: New file.
1849 * gdb.guile/scm-breakpoint.c: New file.
1850 * gdb.guile/scm-breakpoint.exp: New file.
1851 * gdb.guile/scm-disasm.c: New file.
1852 * gdb.guile/scm-disasm.exp: New file.
1853 * gdb.guile/scm-equal.c: New file.
1854 * gdb.guile/scm-equal.exp: New file.
1855 * gdb.guile/scm-error.exp: New file.
1856 * gdb.guile/scm-error.scm: New file.
1857 * gdb.guile/scm-frame-args.c: New file.
1858 * gdb.guile/scm-frame-args.exp: New file.
1859 * gdb.guile/scm-frame-args.scm: New file.
1860 * gdb.guile/scm-frame-inline.c: New file.
1861 * gdb.guile/scm-frame-inline.exp: New file.
1862 * gdb.guile/scm-frame.c: New file.
1863 * gdb.guile/scm-frame.exp: New file.
1864 * gdb.guile/scm-generics.exp: New file.
1865 * gdb.guile/scm-gsmob.exp: New file.
1866 * gdb.guile/scm-iterator.c: New file.
1867 * gdb.guile/scm-iterator.exp: New file.
1868 * gdb.guile/scm-math.c: New file.
1869 * gdb.guile/scm-math.exp: New file.
1870 * gdb.guile/scm-objfile-script-gdb.in: New file.
1871 * gdb.guile/scm-objfile-script.c: New file.
1872 * gdb.guile/scm-objfile-script.exp: New file.
1873 * gdb.guile/scm-objfile.c: New file.
1874 * gdb.guile/scm-objfile.exp: New file.
1875 * gdb.guile/scm-ports.exp: New file.
1876 * gdb.guile/scm-pretty-print.c: New file.
1877 * gdb.guile/scm-pretty-print.exp: New file.
1878 * gdb.guile/scm-pretty-print.scm: New file.
1879 * gdb.guile/scm-section-script.c: New file.
1880 * gdb.guile/scm-section-script.exp: New file.
1881 * gdb.guile/scm-section-script.scm: New file.
1882 * gdb.guile/scm-symbol.c: New file.
1883 * gdb.guile/scm-symbol.exp: New file.
1884 * gdb.guile/scm-symtab-2.c: New file.
1885 * gdb.guile/scm-symtab.c: New file.
1886 * gdb.guile/scm-symtab.exp: New file.
1887 * gdb.guile/scm-type.c: New file.
1888 * gdb.guile/scm-type.exp: New file.
1889 * gdb.guile/scm-value-cc.cc: New file.
1890 * gdb.guile/scm-value-cc.exp: New file.
1891 * gdb.guile/scm-value.c: New file.
1892 * gdb.guile/scm-value.exp: New file.
1893 * gdb.guile/source2.scm: New file.
1894 * gdb.guile/types-module.cc: New file.
1895 * gdb.guile/types-module.exp: New file.
1896
7026a7c1
YQ
18972014-02-10 Yao Qi <yao@codesourcery.com>
1898
1899 PR testsuite/16543
1900 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1901 * configure: Regenerated.
1902 * Makefile.in: New file.
1903
6c466447
AS
19042014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1905
1906 * gdb.python/py-framefilter.exp: Fix typo.
1907
6e854735
YQ
19082014-02-08 Yao Qi <yao@codesourcery.com>
1909
1910 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1911 that no =breakpoint-modified is emitted when breakpoints are
1912 modified through MI commands.
1913
d137e6dc
PA
19142014-02-07 Pedro Alves <pedro@codesourcery.com>
1915 Pedro Alves <palves@redhat.com>
1916
1917 * gdb.threads/step-after-sr-lock.c: New file.
1918 * gdb.threads/step-after-sr-lock.exp: New file.
1919
b5ee5a50
PA
19202014-02-07 Pedro Alves <palves@redhat.com>
1921
1922 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1923
3c77faf3
JK
19242014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1925
1926 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1927 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1928
6dddc817
DE
19292014-02-06 Doug Evans <xdje42@gmail.com>
1930
1931 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1932 output.
1933
1934 * gdb.gdb/python-interrupts.exp: New file.
1935
de7b2893
YQ
19362014-02-05 Yao Qi <yao@codesourcery.com>
1937
1938 * gdb.trace/report.exp (use_collected_data): Test the output
1939 of "info threads" and "info inferiors".
1940
66d032ac
YQ
19412014-02-05 Yao Qi <yao@codesourcery.com>
1942
1943 Revert this patch:
1944
1945 2013-05-24 Yao Qi <yao@codesourcery.com>
1946
1947 * gdb.trace/tfile.exp: Test inferior and thread.
1948
591a12a1
UW
19492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1950
1951 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1952 on a function.
1953 * gdb.base/step-bt.c: Call hello via function pointer to make
1954 sure its first instruction is executed on powerpc64le-linux.
1955
0ff3e01f
UW
19562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1957
1958 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1959
084ee545
UW
19602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1961
1962 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1963 of the test patterns for use on little-endian systems.
1964
6ed14ff3
UW
19652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1966
1967 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1968 (decimal_vector): Fix for little-endian.
1969
401e27fd
JM
19702014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1971
1972 * gdb.arch/sparc-sysstep.exp: New file.
1973 * gdb.arch/sparc-sysstep.c: Likewise.
1974
1975 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1976
8b924729
EBM
19772014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1978
1979 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1980
fb151210
JB
19812014-01-23 Tom Tromey <tromey@redhat.com>
1982
1983 * gdb.ada/array_char_idx: New testcase.
1984
0740f8d8
TT
19852014-01-23 Tom Tromey <tromey@redhat.com>
1986
1987 PR python/16487:
1988 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1989 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1990 classes.
1991
21909fa1
TT
19922014-01-23 Tom Tromey <tromey@redhat.com>
1993
1994 PR python/16491:
1995 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1996 string from an inferior frame.
1997 * gdb.python/py-framefilter-mi.exp: Update.
1998
87ce2a04
DE
19992014-01-22 Doug Evans <dje@google.com>
2000
2001 * gdb.server/server-mon.exp: Add tests for "set debug-format".
2002
237b092b
AA
20032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2004
2005 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
2006
d674a709
AA
20072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2008
2009 * gdb.trace/entry-values.exp: Remove excess space character from
2010 regex patterns. Handle s390 call instruction.
2011
20fa3390
AA
20122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2013
2014 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
2015 define "*_start" label. Make "name" static.
2016 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
2017 ${name} by references to ${name}_start.
2018
78466714
AA
20192014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2020
2021 * gdb.base/info-macros.exp: Remove "debug" from the compile
2022 options.
2023
ec9f644a
IB
20242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2025
2026 * gdb.dlang/demangle.exp: New file.
2027
94b1b47e
IB
20282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2029
2030 * gdb.dlang/primitive-types.exp: New file.
2031
7f420862
IB
20322014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2033
2034 * configure.ac: Create gdb.dlang/Makefile.
2035 * configure: Regenerate.
2036 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
2037 * gdb.dlang/Makefile.in: New file.
2038 * lib/d-support.exp: New file.
2039 * lib/gdb.exp (skip_d_tests): New proc.
2040
52834460
MM
20412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2042
2043 * gdb.btrace/delta.exp: Check reverse stepi.
2044 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
2045 * gdb.btrace/finish.exp: New.
2046 * gdb.btrace/next.exp: New.
2047 * gdb.btrace/nexti.exp: New.
2048 * gdb.btrace/record_goto.c: Add comments.
2049 * gdb.btrace/step.exp: New.
2050 * gdb.btrace/stepi.exp: New.
2051 * gdb.btrace/multi-thread-step.c: New.
2052 * gdb.btrace/multi-thread-step.exp: New.
2053 * gdb.btrace/rn-dl-bind.c: New.
2054 * gdb.btrace/rn-dl-bind.exp: New.
2055 * gdb.btrace/data.c: New.
2056 * gdb.btrace/data.exp: New.
2057 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2058
6e07b1d2
MM
20592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2060
2061 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
2062 * gdb.btrace/exception.exp: Update.
2063 * gdb.btrace/instruction_history.exp: Update.
2064 * gdb.btrace/record_goto.exp: Update.
2065 * gdb.btrace/tailcall.exp: Update.
2066 * gdb.btrace/unknown_functions.exp: Update.
2067 * gdb.btrace/delta.exp: New.
2068
0b722aec
MM
20692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2070
2071 * gdb.btrace/record_goto.exp: Add backtrace test.
2072 * gdb.btrace/tailcall.exp: Add backtrace test.
2073
066ce621
MM
20742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2075
2076 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
2077 * gdb.btrace/record_goto.c: New.
2078 * gdb.btrace/record_goto.exp: New.
2079 * gdb.btrace/x86-record_goto.S: New.
2080
0688d04e
MM
20812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2082
2083 * gdb.btrace/function_call_history.exp: Update tests.
2084 * gdb.btrace/instruction_history.exp: Update tests.
2085
8710b709
MM
20862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2087
2088 * gdb.btrace/function_call_history.exp: Fix expected field
2089 order for "record function-call-history".
2090 Add new tests for "record function-call-history /c".
2091 * gdb.btrace/exception.cc: New.
2092 * gdb.btrace/exception.exp: New.
2093 * gdb.btrace/tailcall.exp: New.
2094 * gdb.btrace/x86-tailcall.S: New.
2095 * gdb.btrace/x86-tailcall.c: New.
2096 * gdb.btrace/unknown_functions.c: New.
2097 * gdb.btrace/unknown_functions.exp: New.
2098 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2099
5de9129b
MM
21002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2101
2102 * gdb.btrace/instruction_history.exp: Update.
2103 * gdb.btrace/function_call_history.exp: Update.
2104
23a7fe75
MM
21052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2106
2107 * gdb.btrace/function_call_history.exp: Fix expected function
2108 trace.
2109 * gdb.btrace/instruction_history.exp: Initialize traced.
2110 Remove traced_functions.
2111
724c7dd8
MM
21122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2113
2114 * gdb.btrace/function_call_history.exp: Update
2115 * gdb.btrace/instruction_history.exp: Update.
2116
6d78d93b
MM
21172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2118
2119 * gdb.btrace/enable.exp: Update expected text.
2120
93a360cc
OJ
21212014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
2122
2123 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
2124 bytes.
2125
3772b53f
MR
21262014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
2127
2128 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
2129
596662fa
OJ
21302014-01-15 Omair Javaid <omair.javaid@linaro.org>
2131
2132 * lib/gdb.exp (supports_process_record): Return true for
2133 arm*-linux*. (supports_reverse): Likewise.
2134
b5b08fb4
SC
21352014-01-13 Siva Chandra Reddy <sivachandra@google.com>
2136
2137 PR python/15464
2138 PR python/16113
2139 * gdb.python/py-type.c: Enhance test case.
2140 * gdb.python/py-value-cc.cc: Likewise
2141 * gdb.python/py-type.exp: Add new tests.
2142 * gdb.python/py-value-cc.exp: Likewise
2143
52d7fb13
AA
21442014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2145 Pedro Alves <palves@redhat.com>
2146
2147 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
2148 Make "name" extern.
2149 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
2150 references to ${name}_start by references to ${name}.
2151
a2cd8cfe
JB
21522014-01-10 Joel Brobecker <brobecker@adacore.com>
2153
2154 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
2155
4e23fced
JB
21562014-01-10 Joel Brobecker <brobecker@adacore.com>
2157
2158 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
2159
c6a9e42c
PA
21602014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
2161 Pedro Alves <palves@redhat.com>
2162
2163 * gdb.mi/mi-info-os.exp: Connect to the target with
2164 mi_gdb_target_load.
2165
b7ea362b
PA
21662014-01-08 Pedro Alves <palves@redhat.com>
2167
2168 * gdb.threads/reconnect-signal.c: New file.
2169 * gdb.threads/reconnect-signal.exp: New file.
2170
5e3f4fab
EBM
21712014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2172
2173 * gdb.base/source-dir.exp: New file.
2174
79301218
JB
21752014-01-07 Joel Brobecker <brobecker@adacore.com>
2176
2177 * gdb.ada/mi_interface: New testcase.
2178
8e355c5d
JB
21792014-01-07 Joel Brobecker <brobecker@adacore.com>
2180
2181 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
2182 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
2183 gdb.ada/pp-rec-component/pck.ads: New files.
2184
c0d48811
JB
21852014-01-07 Joel Brobecker <brobecker@adacore.com>
2186
2187 * gdb.python/py-pp-integral.c: New file.
2188 * gdb.python/py-pp-integral.py: New file.
2189 * gdb.python/py-pp-integral.exp: New file.
2190
17b609c3 2191For older changes see ChangeLog-1993-2013.
c906108c 2192\f
8d8cb839
EZ
2193;; Local Variables:
2194;; mode: change-log
2195;; left-margin: 8
2196;; fill-column: 74
2197;; version-control: never
2198;; End:
902f2ccb 2199
14f8b115 2200 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
2201 Copying and distribution of this file, with or without modification,
2202 are permitted provided the copyright notice and this notice are preserved.