]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb/windows-nat.c: Get rid of main_thread_id global
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2ff0a947
TT
12019-04-30 Tom Tromey <tromey@adacore.com>
2
3 * lib/ada.exp (find_ada_tool): New proc.
4 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5 * gdb.ada/catch_ex_std.exp: New file.
6 * gdb.ada/catch_ex_std/foo.adb: New file.
7 * gdb.ada/catch_ex_std/some_package.adb: New file.
8 * gdb.ada/catch_ex_std/some_package.ads: New file.
9
a776957c
TT
102019-04-30 Tom Tromey <tromey@adacore.com>
11
12 PR c++/24470:
13 * gdb.cp/temargs.cc: Add test code from PR.
14
bc68014d
AB
152019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.fortran/vla-datatypes.exp: Update expected results.
18 * gdb.fortran/vla-ptype.exp: Likewise.
19 * gdb.fortran/vla-type.exp: Likewise.
20 * gdb.fortran/vla-value.exp: Likewise.
21
f1fdc960
AB
222019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
23
24 * gdb.fortran/ptr-indentation.exp: Update expected results.
25 * gdb.fortran/ptype-on-functions.exp: Likewise.
26 * gdb.fortran/vla-ptr-info.exp: Likewise.
27 * gdb.fortran/vla-value.exp: Likewise.
28
bf7a4de1
AB
292019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 * gdb.fortran/ptype-on-functions.exp: New file.
32 * gdb.fortran/ptype-on-functions.f90: New file.
33
bbe75b9d
AB
342019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
37 case void string.
38
1db455a7
AB
392019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * gdb.fortran/complex.exp: Expand.
42 * gdb.fortran/complex.f: Renamed to...
43 * gdb.fortran/complex.f90: ...this, and extended to add more
44 complex values.
45
b6d03bb2
AB
462019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
49 MODULO, CMPLX.
50
2e62ab40
AB
512019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
52 Richard Bunt <richard.bunt@arm.com>
53
54 * gdb.base/max-depth.c: New file.
55 * gdb.base/max-depth.exp: New file.
56 * gdb.python/py-nested-maps.c: New file.
57 * gdb.python/py-nested-maps.exp: New file.
58 * gdb.python/py-nested-maps.py: New file.
59 * gdb.python/py-format-string.exp (test_max_depth): New proc.
60 (test_all_common): Call test_max_depth.
61 * gdb.fortran/max-depth.exp: New file.
62 * gdb.fortran/max-depth.f90: New file.
63 * gdb.go/max-depth.exp: New file.
64 * gdb.go/max-depth.go: New file.
65 * gdb.modula2/max-depth.exp: New file.
66 * gdb.modula2/max-depth.c: New file.
67 * lib/gdb.exp (get_print_expr_at_depths): New proc.
68
d2b584a5
TV
692019-04-29 Tom de Vries <tdevries@suse.de>
70
71 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
72
136afab8
PW
732019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
74
75 * gdb.base/callexit.exp: Test may-call-functions off.
76
725cbb63
KS
772019-04-25 Keith Seitz <keiths@redhat.com>
78
79 PR c++/24367
80 * gdb.cp/meth-typedefs.cc (incomplete_struct)
81 (another_incomplete_struct, test_incomplete): New definitions.
82 (main): Use new definitions.
83 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
84 functions.
85
82433e3e
SDJ
862019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
87
88 PR corefiles/11608
89 PR corefiles/18187
90 * gdb.base/coredump-filter-build-id.exp: New file.
91
dd06d4d6
AH
922019-04-25 Alan Hayward <alan.hayward@arm.com>
93
94 * Makefile.in: Pass through GDBSERVER_DEBUG.
95 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
96 (gdbserver,debug): Add board setting.
97 * gdb.trace/tspeed.exp: Skip when debugging.
98 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
99 * lib/gdbserver-support.exp: Likewise
100
1670072e
TT
1012019-04-24 Tom Tromey <tromey@adacore.com>
102
103 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
104 Rust.
105
a59240a4
TT
1062019-04-24 Tom Tromey <tromey@adacore.com>
107
108 * gdb.arch/amd64-eval.exp: Test bitfield return.
109 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
110 (class Foo) <return_bitfields>: New method.
111 (main): Call it.
112
b907456c
AB
1132019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * gdb.cp/many-args.cc: New file.
116 * gdb.cp/many-args.exp: New file.
117
5c565afd
TV
1182019-04-23 Tom de Vries <tdevries@suse.de>
119
120 PR gdb/24433
121 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
122
ba22ff86
AH
1232019-04-23 Alan Hayward <alan.hayward@arm.com>
124
125 * gdb.trace/backtrace.exp: Use nopie flag.
126 * gdb.trace/circ.exp: Likewise.
127 * gdb.trace/collection.exp: Likewise.
128 * gdb.trace/ftrace.exp: Likewise.
129 * gdb.trace/mi-trace-unavailable.exp: Likewise.
130 * gdb.trace/mi-traceframe-changed.exp: Likewise.
131 * gdb.trace/qtro.exp: Likewise.
132 * gdb.trace/read-memory.exp: Likewise.
133 * gdb.trace/report.exp: Likewise.
134 * gdb.trace/tfile.exp: Likewise.
135 * gdb.trace/tfind.exp: Likewise.
136 * gdb.trace/unavailable.exp: Likewise.
137
7905fc35
PA
1382019-04-22 Pedro Alves <palves@redhat.com>
139
140 * gdb.base/solib-probes-nosharedlibrary.c,
141 gdb.base/solib-probes-nosharedlibrary.exp: New files.
142
8ecb59f8
TT
1432019-04-19 Tom Tromey <tromey@adacore.com>
144
145 * gdb.ada/ptype_union.c: New file.
146 * gdb.ada/ptype_union.exp: New file.
147
62160ec9
TT
1482019-04-19 Tom Tromey <tromey@adacore.com>
149
150 PR symtab/24423:
151 * gdb.base/list0.h (foo): Add a control-l character.
152
36cd4ba5
TV
1532019-04-18 Tom de Vries <tdevries@suse.de>
154
155 PR gdb/24433
156 * boards/local-board.exp: Set sysroot to "".
157
b73715df
TV
1582019-04-18 Tom de Vries <tdevries@suse.de>
159 Pedro Alves <palves@redhat.com>
160
161 PR gdb/24454
162 * gdb.threads/vfork-follow-child-exec.c: New file.
163 * gdb.threads/vfork-follow-child-exec.exp: New file.
164 * gdb.threads/vfork-follow-child-exit.c: New file.
165 * gdb.threads/vfork-follow-child-exit.exp: New file.
166
4aa866af
LS
1672019-04-15 Leszek Swirski <leszeks@google.com>
168
169 * gdb.arch/amd64-eval.cc: New file.
170 * gdb.arch/amd64-eval.exp: New file.
171
e5a1a79a
AH
1722019-04-11 Alan Hayward <alan.hayward@arm.com>
173
174 * gdb.server/sysroot.c: New test.
175 * gdb.server/sysroot.exp: New file.
176 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
177 matching param.
178
41077b66
AB
1792019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * gdb.base/align.exp: Extend test to cover structures containing
182 only static fields.
183
c30391f8
TV
1842019-04-11 Tom de Vries <tdevries@suse.de>
185
186 * boards/cc-with-dwz-m.exp: New file.
187 * boards/cc-with-dwz.exp: New file.
188 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
189
e242fd12
SM
1902019-04-09 Simon Marchi <simon.marchi@efficios.com>
191
192 * gdb.base/start-cpp.exp: New file.
193 * gdb.base/start-cpp.cc: New file.
194
2b0c8b01
KB
1952019-04-08 Kevin Buettner <kevinb@redhat.com>
196
197 * gdb.python/py-thrhandle.exp: Adjust tests to call
198 thread_from_handle instead of thread_from_thread_handle.
199
947210e5
KB
2002019-04-08 Kevin Buettner <kevinb@redhat.com>
201
202 * gdb.python/py-thrhandle.exp: Add tests for
203 gdb.InferiorThread.handle.
204
d7df6549
AB
2052019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
206
207 * gdb.python/py-function.exp: Check calling helper function from
208 all languages.
209 * lib/gdb.exp (gdb_supported_languages): New proc.
210
8bdc1658
AB
2112019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.base/complex-parts.c: New file.
214 * gdb.base/complex-parts.exp: New file.
215
05caa1d2
TT
2162019-04-01 Tom Tromey <tromey@adacore.com>
217
218 PR symtab/23331:
219 * gdb.dwarf2/dw2-ranges-main.c: New file.
220 * gdb.dwarf2/dw2-ranges-psym.c: New file.
221 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
222
7734102d
EZ
2232019-03-30 Simon Marchi <simark@simark.ca>
224
225 * gdb.base/default.exp: Add values for $_gdb_major and
226 $_gdb_minor.
227
188e1fa9
TT
2282019-03-29 Tom Tromey <tromey@adacore.com>
229
230 * gdb.base/help.exp: Tighten apropos regexp.
231
2880242d
KS
2322019-03-29 Keith Seitz <keiths@redhat.com>
233
234 * gdb.fortran/array-bounds.exp: New file.
235 * gdb.fortran/array-bounds.f90: New file.
236
077cad8e
PW
2372019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
238
239 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
240
80047cfc
PW
2412019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
242
243 * gdb.multi/hello.c (main): Increase alarm timer.
244
f489207e
SL
2452019-03-28 Sandra Loosemore <sandra@codesourcery.com>
246
247 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
248 factor when no hardware watchpoint support.
249
c92df149
AH
2502019-03-28 Alan Hayward <alan.hayward@arm.com>
251 Pedro Alves <palves@redhat.com>
252
253 * boards/local-board.exp: set sysroot to /.
254
933aebfa
AH
2552019-03-27 Alan Hayward <alan.hayward@arm.com>
256
257 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
258 in child.
259
9f9aa852
AB
2602019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
263 field.
264 (make_container): Initialise new field.
265 * gdb.python/py-prettyprint.exp: Add new tests.
266 * gdb.python/py-prettyprint.py (class ContainerPrinter)
267 <display_hint>: New method.
268
3714a195
AB
2692019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
272 gdb_continue_to_breakpoint more throughout this test.
273 (run_lang_tests) Supply unique test names, and use
274 gdb_test_no_output.
275
18c77628
AB
2762019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * gdb.base/finish-pretty.exp: Update expected results.
279 * gdb.base/pretty-print.c: New file.
280 * gdb.base/pretty-print.exp: New file.
281
9a93502f
PA
2822019-03-25 Pedro Alves <palves@redhat.com>
283
284 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
285 move comments outside list. Append '-i "" eof' section.
286
968aa7ae
AH
2872019-03-22 Alan Hayward <alan.hayward@arm.com>
288
289 * README: Add pie options.
290 * gdb.base/break-interp.exp: Ensure pie is disabled.
291 * gdb.base/dump.exp: Likewise.
292 * lib/gdb.exp (gdb_compile): Add pie option.
293
4c7d57e7
TT
2942019-03-19 Tom Tromey <tromey@adacore.com>
295
296 * gdb.mi/mi2-cli-display.c: New file.
297 * gdb.mi/mi2-cli-display.exp: New file.
298
bff8c71f
TT
2992019-03-18 Joel Brobecker <brobecker@adacore.com>
300 Tom Tromey <tromey@adacore.com>
301
302 * gdb.ada/ptype_array/pck.adb: New file.
303 * gdb.ada/ptype_array/pck.ads: New file.
304 * gdb.ada/ptype_array/foo.adb: New file.
305 * gdb.ada/ptype_array.exp: New file.
306
d085f989
TT
3072019-03-14 Tom Tromey <tromey@adacore.com>
308
309 * gdb.base/style.exp: Add "set style sources" test.
310
b4be1b06
SM
3112019-03-13 Simon Marchi <simon.marchi@ericsson.com>
312
313 * mi-breakpoint-location-ena-dis.exp: Rename to ...
314 * mi-breakpoint-multiple-locations.exp: ... this.
315 (make_breakpoints_pattern): New proc.
316 (do_test): Add mi_version parameter, test -break-insert,
317 -break-info and =breakpoint-created.
318
7cde5fc2
AB
3192019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * config/default.exp: Remove 'load_lib gdb.exp'.
322 * config/monitor.exp: Likewise.
323 * config/sid.exp: Likewise.
324 * config/sim.exp: Likewise.
325 * config/slite.exp: Likewise.
326 * config/unix.exp: Likewise.
327 * gdb.base/default.exp: Remove unhelpful comment.
328
efbecbc1
AB
3292019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
332
0841c79a
AB
3332019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
336
4a270568
AB
3372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * gdb.fortran/type-kinds.exp: Update expected results.
340
067630bd
AB
3412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
342
343 * gdb.fortran/type-kinds.exp: Test new integer type kind.
344
3be47f7a
AB
3452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
348 function.
349 (test_basic_parsing_of_type_kinds): Expand types tested.
350 (test_parsing_invalid_type_kinds): New function.
351
4d00f5d8
AB
3522019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 * gdb.fortran/intrinsics.exp: New file.
355 * gdb.fortran/intrinsics.f90: New file.
356 * gdb.fortran/type-kinds.exp: New file.
357
c8f91604
AB
3582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
359
360 * gdb.fortran/dot-ops.exp: New file.
361
dd9f2c76
AB
3622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
365 Check upper and lower case logical literals.
366
84ec9724
AB
3672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * gdb.fortran/types.exp (test_float_literal_types_accepted):
370 Remove duplicate tests.
371
c3734e09
AH
3722019-03-06 Alan Hayward <alan.hayward@arm.com>
373
374 * lib/gdb.exp (builtin_cd): rename of cd.
375 (cd): Override builtin.
376
aa3cfbda
RB
3772019-03-06 Richard Bunt <richard.bunt@arm.com>
378
379 * gdb.fortran/function-calls.exp: New file.
380 * gdb.fortran/function-calls.f90: New test.
381
7b63ad86
RB
3822019-03-04 Richard Bunt <richard.bunt@arm.com>
383
384 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
385 on user program standard output.
386 * gdb.fortran/short-circuit-argument-list.f90: Record function
387 calls.
388
01abb042
AH
3892019-02-28 Alan Hayward <alan.hayward@arm.com>
390
c3734e09
AH
391 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
392 failure.
01abb042 393
92137da0
RO
3942019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
395
396 PR gdb/8527
397 * gdb.base/interrupt-daemon-attach.c,
398 gdb.base/interrupt-daemon-attach.exp: New test.
399
5862844d
PA
4002019-02-27 Pedro Alves <palves@redhat.com>
401
402 * gdb.base/page.exp: Add tests for "set width/height -1".
403
8ed25214
PA
4042019-02-27 Pedro Alves <palves@redhat.com>
405
406 * gdb.base/page.exp: Add tests for "set/show width/height" with
407 "infinite" values.
408
6c28e44a
TT
4092019-02-27 Tom Tromey <tromey@adacore.com>
410
411 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
412 2.4.
413 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
414 workaround.
415
bf9a735e
AB
4162019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * gdb.base/align.exp: Extend to compile in both C and C++, and add
419 tests for structs with static members.
420
8791793c
TT
4212019-02-26 Tom Tromey <tromey@adacore.com>
422
423 * gdb.python/py-value.exp (test_value_from_buffer): Check for
424 ValueError, not TypeError.
425
bc2a507e
KB
4262019-02-26 Kevin Buettner <kevinb@redhat.com>
427
428 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
429 call from main program.
430
e0e7d3bd
JB
4312019-02-23 Joel Brobecker <brobecker@adacore.com>
432
433 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
434 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
435 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
436 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
437 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
438
9600246d
KS
4392019-02-22 Keith Seitz <keiths@redhat.com>
440
441 PR symtab/23853
442 * gdb.base/symlink-sourcefile.c: New file.
443 * gdb.base/symlink-sourcefile.exp: New file.
444
0c95f9ed
TT
4452019-02-20 Tom Tromey <tom@tromey.com>
446
447 * gdb.base/info_qt.exp: Update.
448
6caa91b6
SM
4492019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
450
451 * gdb.base/source.exp: Move "error in sourced script" code to
452 the end.
453 * gdb.base/source-error.gdb: Move contents to
454 source-error-1.gdb. Add new code to source source-error-1.gdb.
455 * gdb.base/source-error-1.gdb: New file, from previous
456 source-error.gdb.
457
6506371f
TT
4582019-02-17 Tom Tromey <tom@tromey.com>
459
460 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
461 for macro styling.
462 * gdb.base/style.c (SOME_MACRO): New macro.
463
a0087920
TT
4642019-02-17 Tom Tromey <tom@tromey.com>
465
466 * gdb.base/style.exp: Add line-wrapping tests.
467 * gdb.base/page.exp: Add test for quitting during pagination.
468
a2cd4f14
JB
4692019-02-17 Joel Brobecker <brobecker@adacore.com>
470
471 * gdb.ada/big_packed_array: New testcase.
472 * gdb.ada/homonym.exp: Fix incorrect expected output for
473 "break <homonym__get_value>" test.
474
9d70ffbc
WP
4752019-02-13 Weimin Pan <weimin.pan@oracle.com>
476
477 PR breakpoints/21870
478 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
479 and prepare_for_testing. Add comment.
480 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
481 redundant cleanup call. Clean up comment.
482
01c7ae81
WP
4832019-02-12 Weimin Pan <weimin.pan@oracle.com>
484
485 PR breakpoints/21870
486 * gdb.arch/aarch64-dbreg-contents.exp: New file.
487 * gdb.arch/aarch64-dbreg-contents.c: New file.
488
aff29d1c
JB
4892019-02-10 Joel Brobecker <brobecker@adacore.com>
490
491 * gdb.ada/mi_ref_changeable: New testcase.
492
df0da8a2
AH
4932019-02-07 Alan Hayward <alan.hayward@arm.com>
494
495 * gdb.base/attach.exp: Add double attach test.
496
bd447abb
SM
4972019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
498
499 * lib/gdb.exp (default_gdb_start): Don't match pagination
500 prompt.
501 (gdb_init): Set stty_init.
502
1dbc40b9
TT
5032019-01-27 Tom Tromey <tom@tromey.com>
504
505 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
506 skip_python_tests.
507
353229bf
AH
5082019-01-24 Alan Hayward <alan.hayward@arm.com>
509
510 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
511 New structure.
512 (struct struct_static_02_02): Likewise.
513 (struct struct_static_02_03): Likewise.
514 (struct struct_static_02_04): Likewise.
515 (struct struct_static_04_01): Likewise.
516 (struct struct_static_04_02): Likewise.
517 (struct struct_static_04_03): Likewise.
518 (struct struct_static_04_04): Likewise.
519 (struct struct_static_06_01): Likewise.
520 (struct struct_static_06_02): Likewise.
521 (struct struct_static_06_03): Likewise.
522 (struct struct_static_06_04): Likewise.
523 (cmp_struct_static_02_01): Likewise.
524 (cmp_struct_static_02_02): Likewise.
525 (cmp_struct_static_02_03): Likewise.
526 (cmp_struct_static_02_04): Likewise.
527 (cmp_struct_static_04_01): Likewise.
528 (cmp_struct_static_04_02): Likewise.
529 (cmp_struct_static_04_03): Likewise.
530 (cmp_struct_static_04_04): Likewise.
531 (cmp_struct_static_06_01): Likewise.
532 (cmp_struct_static_06_02): Likewise.
533 (cmp_struct_static_06_03): Likewise.
534 (cmp_struct_static_06_04): Likewise.
535 (call_all): Test new structs.
536 * gdb.base/infcall-nested-structs.exp: Likewise.
537
73021deb
AH
5382019-01-21 Alan Hayward <alan.hayward@arm.com>
539 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
540
fc65c7db
AH
5412019-01-21 Alan Hayward <alan.hayward@arm.com>
542 * gdb.base/stack-protector.c: New test.
543 * gdb.base/stack-protector.exp: New file.
544 * gdb.cp/ovldbreak.exp: Only allow a single break line.
545 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
546 option.
547 (gdb_compile): Remove stack protector for GCC and prevent
548 recursion.
549
c24bdb02
KS
5502019-01-16 Keith Seitz <keiths@redhat.com>
551
552 PR gdb/23773
553 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
554
6f072a10
PFC
5552019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
556
557 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
558 aliases.
559 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
560 tests.
561 * gdb.arch/powerpc-vector-regs.c: New file.
562 * gdb.arch/powerpc-vector-regs.exp: New file.
563
a7b8d682
PFC
5642019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
565
566 * gdb.arch/altivec-regs.exp: Fix the list passed to
567 gdb_expect_list when testing "info vector".
568
6eb6fb67
AB
5692019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
570
571 * gdb.base/style.exp: Don't include path in testname.
572
b56f80d8
KS
5732019-01-10 Keith Seitz <keiths@redhat.com>
574
575 PR gdb/23712
576 PR symtab/23010
577 * gdb.dwarf2/multidictionary.exp: New file.
578
041be526
SM
5792019-01-09 Simon Marchi <simon.marchi@ericsson.com>
580
581 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
582 (test_gnuv3_style_demangling): ... this.
583 (test_lucid_style_demangling): Remove.
584 (test_arm_style_demangling): Remove.
585 (test_hp_style_demangling): Remove.
586 (do_tests): Remove calls to the above.
587
d820d0c3
AB
5882019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
589
590 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
591 case.
592
f097f5ad
TT
5932019-01-06 Tom Tromey <tom@tromey.com>
594
595 PR gdb/28155:
596 * gdb.dwarf2/typedef-void-finish.exp: New file.
597
2cd8cc0b
TT
5982018-12-28 Tom Tromey <tom@tromey.com>
599 Simon Marchi <simark@simark.ca>
600
601 * gdb.base/jit-exec.exp: New file.
602 * gdb.base/jit-exec.c: New file.
603 * gdb.base/jit-execd.c: New file.
604
35fb8261
TT
6052018-12-28 Tom Tromey <tom@tromey.com>
606
607 * gdb.base/style.exp: Update test to check for address styling.
608
47fd17cd
TT
6092018-12-28 Tom Tromey <tom@tromey.com>
610
611 * gdb.base/style.exp: Add test for styling of "Reading symbols"
612 message.
613
d47032b7
TT
6142018-12-28 Tom Tromey <tom@tromey.com>
615
616 * gdb.base/style.exp: Add test for version number styling.
617
af79b68d
TT
6182018-12-28 Tom Tromey <tom@tromey.com>
619
620 * gdb.base/style.exp: Add test for print_address_symbolic.
621
0bb296cb
TT
6222018-12-28 Tom Tromey <tom@tromey.com>
623
624 * gdb.base/style.exp: Add test for breakpoint setting.
625
80ae2043
TT
6262018-12-28 Tom Tromey <tom@tromey.com>
627
628 * gdb.base/style.exp: Add test for variable names.
629
cbe56571
TT
6302018-12-28 Tom Tromey <tom@tromey.com>
631
632 * gdb.base/style.exp: New file.
633 * gdb.base/style.c: New file.
634
9162a27c
TT
6352018-12-28 Tom Tromey <tom@tromey.com>
636
637 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
638 "dumb".
639 * gdb.base/readline.exp (operate_and_get_next): Save and restore
640 the TERM environment variable.
641
bc543c90
TT
6422018-12-27 Tom Tromey <tom@tromey.com>
643
644 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
645 pagination test.
646
6f0ffe50
AB
6472018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
650 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
651
b5a1e557
PW
6522018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
653
654 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
655 Filename a.adb changed to bp_fun_addr.adb.
656 gdb.ada/bp_fun_addr.exp: Update test accordingly.
657
6e8b1ab2
JV
6582018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
659
660 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
661 non-PIE executables.
662 * README: Mention the gdb,nopie_flag board setting.
663 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
664 non-PIE executable.
665 * gdb.arch/amd64-entry-value.exp: Likewise.
666 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
667 * gdb.arch/i386-float.exp: Likewise.
668 * gdb.arch/i386-signal.exp: Likewise.
669 * gdb.mi/mi-reg-undefined.exp: Likewise.
670
d00a27c5
PM
6712018-12-21 Paul Marechal <paul.marechal@ericsson.com>
672
673 PR gdb/23974
674 * gdb.base/info-os.exp: Check return for unknown "info os" type.
675
161d081c
PW
6762018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
677
678 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
679 Update order of results accordingly.
680
b001de23
AB
6812018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 * gdb.base/annota1.exp: Update a test regexp.
684
99e1a184
AB
6852018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
686
687 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
688
7a81c1e2
PW
6892018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
690
691 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
692 (reuse_time): Initialize to REUSE_TIME_CAP.
693 (check_rc): New function.
694 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
695 Check pthread_create rc.
696 (spawner_thread_func): Check pthread_create and pthread_join rc.
697
73e8dc90
PA
6982018-12-08 Pedro Alves <palves@redhat.com>
699
700 * gdb.base/list.exp (test_forward_search): Rename to ...
701 (test_forward_reverse_search): ... this. Also test reverse-search
702 and the forward-search alias.
703
13f2ed32
AB
7042018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
705
706 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
707 local timeout variable before return, and remove all local timeout
708 variable entirely.
709 (gdb_load): Likewise.
710
64d27cfc
TV
7112018-12-01 Tom de Vries <tdevries@suse.de>
712
713 * gdb.base/gdb-caching-proc.exp: New file.
714
f63c03b4
SDJ
7152018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
716
717 * Makefile.in (TIMESTAMP): New variable.
718 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
719 command.
720 (check-single-racy): Likewise.
721 (check/%.exp): Likewise.
722 (check-racy/%.exp): Likewise.
723 (workers/%.worker): Likewise.
724 (build-perf): Likewise.
725 (check-perf): Likewise.
726 * README: Describe new "TS" and "TS_FORMAT" variables.
727 * print-ts.py: New file.
728
1c97054b
BF
7292018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
730
731 PR python/23714
732 * gdb.python/python.exp: Test command repetition after
733 gdb.execute.
734
1871a62d
AB
7352018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * gdb.opt/inline-break.exp: Add test that info breakpoint output
738 is correctly aligned.
739
fb5e1ed9
PW
7402018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
741
742 * gdb.ada/info_auto_lang.exp: New testcase.
743 * gdb.ada/info_auto_lang/global_pack.ads: New file.
744 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
745 * gdb.ada/info_auto_lang/some_c.c: New file.
746
43d397ca
PW
7472018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
748
749 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
750 FUNC_lang language syntax.
751
beddd671
PW
7522018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
753
754 * gdb.base/info_minsym.c: New file.
755 * gdb.base/info_minsym.exp: New file.
756
73fc52c4
TT
7572018-11-19 Tom Tromey <tom@tromey.com>
758
759 PR rust/23625:
760 * gdb.rust/simple.exp: Add ptype test. Update expected output.
761 * gdb.rust/expr.exp: Update expected output. Change one test.
762
994b876a
TT
7632018-11-19 Tom Tromey <tom@tromey.com>
764
765 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
766
6769f276
PA
7672018-11-19 Pedro Alves <palves@redhat.com>
768
769 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
770 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
771 see the expected warning.
772
38a72da0
AH
7732018-11-16 Alan Hayward <alan.hayward@arm.com>
774
775 PR gdb/22736:
776 * gdb.cp/infcall-nodebug-lib.c: New test.
777 * gdb.cp/infcall-nodebug-main.c: New test.
778 * gdb.cp/infcall-nodebug.exp: New file.
779
53a89d6e
SM
7802018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
781
782 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
783 completer tests.
784
9325300d
TV
7852018-11-09 Tom de Vries <tdevries@suse.de>
786
787 * gdb.base/msym-lang.c: New test.
788 * gdb.base/msym-lang.exp: New file.
789 * gdb.base/msym-lang-main.c: New test.
790
20f0d60d
TT
7912018-11-08 Tom Tromey <tom@tromey.com>
792
793 PR gdb/23555:
794 PR gdb/23838:
795 * gdb.base/warning.exp: New file.
796
b5420128
JB
7972018-11-08 Jan Beulich <jbeulich@suse.com>
798
799 * testsuite/gdb.arch/i386-avx512.c,
800 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
801
cd115d61
AB
8022018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
803
804 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
805 point hardware.
806
35ee2dc2
AB
8072018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
808
809 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
810 * gdb.dwarf2/missing-type-name.exp: New file.
811
31aceee8
TV
8122018-11-06 Tom de Vries <tdevries@suse.de>
813
814 * gdb.base/many-headers.c: New test.
815 * gdb.base/many-headers.exp: New file.
816
109be305
JW
8172018-11-06 Jim Wilson <jimw@sifive.com>
818
819 * gdb.base/code_elim.exp: For riscv, set additional_flags
820 to include -msmall-data-limit=0.
821
e2b7af72
JB
8222018-11-01 Joel Brobecker <brobecker@adacore.com>
823
824 * gdb.ada/watch_minus_l: New testcase.
825
cdcda965
SM
8262018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
827
828 * gdb.arch/aix-sighandle.c: New file.
829 * gdb.arch/aix-sighandle.exp: New file.
830
92dcebf3
AB
8312018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
834 registers being unions.
835
68b9ac18
TV
8362018-10-31 Tom de Vries <tdevries@suse.de>
837
838 * lib/valgrind.exp: New file.
839 (vgdb_start, vgdb_stop): New procs, factored out of ...
840 * gdb.base/valgrind-bt.exp: ... here, ...
841 * gdb.base/valgrind-disp-step.exp: ... here and ...
842 * gdb.base/valgrind-infcall.exp: ... here.
843
1443936e
TV
8442018-10-31 Tom de Vries <tdevries@suse.de>
845
846 * lib/gdb.exp (get_valueof): Don't output read value in test name.
847
eb77c9df
AB
8482018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * gdb.dwarf2/void-type.c: New file.
851 * gdb.dwarf2/void-type.exp: New file.
852
82b5e646
PW
8532018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
854
855 * gdb.base/info_qt.c: New file.
856 * gdb.base/info_qt.exp: New file.
857
8d619c01
EBM
8582018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
859
860 * gdb.arch/powerpc-htm-regs.c: New file.
861 * gdb.arch/powerpc-htm-regs.exp: New file.
862
f2cf6173
EBM
8632018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
864
865 * gdb.arch/powerpc-tar.c: New file.
866 * gdb.arch/powerpc-tar.exp: New file.
867
7ca18ed6
EBM
8682018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
869
870 * gdb.arch/powerpc-ppr-dscr.c: New file.
871 * gdb.arch/powerpc-ppr-dscr.exp: New file.
872
bfcc0eba
TV
8732018-10-25 Tom de Vries <tdevries@suse.de>
874
875 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
876
fe1a5cad
TV
8772018-10-24 Tom de Vries <tdevries@suse.de>
878
879 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
880 longer exists error.
881
a76dc3b7
TV
8822018-10-24 Tom de Vries <tdevries@suse.de>
883
884 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
885
4df46df7
TV
8862018-10-24 Tom de Vries <tdevries@suse.de>
887
888 * gdb.base/valgrind-db-attach.exp: Handle removed support for
889 --db-attach in valgrind.
890
0dbfcfff
AB
8912018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
892
893 * gdb.arch/riscv-reg-aliases.c: New file.
894 * gdb.arch/riscv-reg-aliases.exp: New file.
895
b04480b1
AH
8962018-10-19 Alan Hayward <alan.hayward@arm.com>
897
898 * gdb.python/py-cmd.exp: Check for gdb_prompt.
899
2c6ac8d7
AH
9002018-10-19 Alan Hayward <alan.hayward@arm.com>
901
902 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
903
2bc69f25
AH
9042018-10-19 Alan Hayward <alan.hayward@arm.com>
905
906 * gdb.cp/ovldbreak.exp: Fix regexps.
907
1f1ae3a3
AH
9082018-10-19 Alan Hayward <alan.hayward@arm.com>
909
910 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
911
94c18618
SDJ
9122018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
913
914 PR cli/23785
915 * gdb.base/restore.exp: New test to check if "restore" with an
916 invalid file doesn't segfault.
917
812cd6eb
TV
9182018-10-18 Tom de Vries <tdevries@suse.de>
919
920 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
921 * gdb.ada/excep_handle.exp: Same.
922 * gdb.ada/mi_string_access.exp: Same.
923 * gdb.ada/mi_var_union.exp: Same.
924 * gdb.arch/arc-analyze-prologue.exp: Same.
925 * gdb.arch/arc-decode-insn.exp: Same.
926 * gdb.base/readnever.exp: Same.
927 * gdb.fortran/printing-types.exp: Same.
928 * gdb.guile/scm-lazy-string.exp: Same.
929
c4b90788
TV
9302018-10-16 Tom de Vries <tdevries@suse.de>
931
932 PR gdb/23730
933 * gdb.base/catch-follow-exec.c: Add copyright notice.
934 * gdb.base/catch-follow-exec.exp: Rewrite to use
935 gdb_spawn_with_cmdline_opts. Require gdb-native.
936
8bca2978
SL
9372018-10-12 Sandra Loosemore <sandra@codesourcery.com>
938
939 * gdb.trace/actions-changed.exp: Check for arch support.
940 * gdb.trace/actions.exp: Likewise.
941 * gdb.trace/ax.exp: Likewise.
942 * gdb.trace/backtrace.exp: Likewise.
943 * gdb.trace/change-loc.exp: Likewise.
944 * gdb.trace/deltrace.exp: Likewise.
945 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
946 * gdb.trace/ftrace.exp: Likewise.
947 * gdb.trace/infotrace.exp: Check for arch support.
948 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
949 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
950 * gdb.trace/mi-tsv-changed.exp: Likewise.
951 * gdb.trace/packetlen.exp: Likewise.
952 * gdb.trace/passc-dyn.exp: Likewise.
953 * gdb.trace/passcount.exp: Likewise.
954 * gdb.trace/pending.exp: Likewise.
955 * gdb.trace/range-stepping.exp: Check for shlib support.
956 * gdb.trace/report.exp: Check for arch support.
957 * gdb.trace/save-trace.exp: Likewise.
958 * gdb.trace/signal.exp: Check for signal support.
959 * gdb.trace/tfind.exp: Check for arch support.
960 * gdb.trace/trace-break.exp: Check for arch and shlib support.
961 * gdb.trace/trace-common.h: Add comment.
962 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
963 * gdb.trace/trace-enable-disable.exp: Likewise.
964 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
965 * gdb.trace/tracecmd.exp: Check for arch support.
966 * gdb.trace/tspeed.exp: Check for shlib and target support.
967 * gdb.trace/tstatus.exp: Check for arch support.
968 * gdb.trace/tsv.exp: Likewise.
969 * gdb.trace/while-dyn.exp: Likewise.
970 * gdb.trace/while-stepping.exp: Likewise.
971 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
972
f9c49bff
SM
9732018-10-12 Simon Marchi <simon.marchi@ericsson.com>
974
975 * gdb.trace/tspeed.exp: Remove nowarnings.
976 (prepare_for_trace_test): Declare "global ipalib".
977 * gdb.trace/tspeed.c: Include unistd.h.
978 (main): Remove superfluous printf argument.
979
d4330bde
SL
9802018-10-11 Sandra Loosemore <sandra@codesourcery.com>
981
982 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
983 directory prefix on the filename.
984
8ecfd7bd
SDJ
9852018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
986
987 * gdb.gdb/unittest.exp: Update expected message informing that
988 selftests have been disabled.
989 * gdb.server/unittest.exp: Likewise.
990
58bbcd02
TV
9912018-10-09 Tom de Vries <tdevries@suse.de>
992
993 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
994 with runto_main.
995
9f6b697b
WP
9962018-10-08 Weimin Pan <weimin.pan@oracle.com>
997
998 PR c++/16841
999 * gdb.cp/virtbase2.cc: New file.
1000 * gdb.cp/virtbase2.exp: New file.
1001
add5ded5
TT
10022018-10-06 Tom Tromey <tom@tromey.com>
1003
1004 PR python/19399:
1005 * gdb.python/py-inferior.exp: Add architecture test.
1006
f9e48344
TT
10072018-10-06 Tom Tromey <tom@tromey.com>
1008
1009 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1010 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1011
2a8be203
TT
10122018-10-06 Tom Tromey <tom@tromey.com>
1013
1014 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1015 of a "throw" catchpoint.
1016
e04caa70
SDJ
10172018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1018
1019 * gdb.base/info-proc.exp: Update string expected from "help info
1020 proc".
1021
5ca8c39f
TT
10222018-10-04 Tom Tromey <tom@tromey.com>
1023
1024 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1025 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1026 (test_initial_complaints, test_empty_complaints): Update.
1027 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1028
3453e7e4
TT
10292018-10-04 Tom Tromey <tom@tromey.com>
1030
1031 PR cli/19551:
1032 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1033 * lib/gdb.exp (gdb_file_cmd): Update.
1034 * gdb.stabs/weird.exp (print_weird_var): Update.
1035 * gdb.server/solib-list.exp: Update.
1036 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1037 * gdb.mi/mi-cli.exp: Update.
1038 * gdb.linespec/linespec.exp: Update.
1039 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1040 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1041 * gdb.cp/cp-relocate.exp: Update.
1042 * gdb.base/sym-file.exp: Update.
1043 * gdb.base/relocate.exp: Update.
1044 * gdb.base/readnever.exp: Update.
1045 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1046 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1047 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1048 * gdb.base/code_elim.exp: Update.
1049 * gdb.base/break-unload-file.exp (test_break): Update.
1050 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1051 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1052 Update.
1053 * gdb.base/attach.exp (do_attach_tests): Update.
1054 * gdb.base/sepdebug.exp: Update.
1055 * gdb.python/py-section-script.exp: Update.
1056
6afcf761
TT
10572018-10-04 Tom Tromey <tom@tromey.com>
1058
1059 PR cli/22234:
1060 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1061 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1062 output.
1063
fef1b293
TT
10642018-10-04 Tom Tromey <tom@tromey.com>
1065
1066 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1067 set width and height to 0.
1068 (test_command_line_attach_run): Use -quiet.
1069
ca98345e
SL
10702018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1071
1072 * lib/gdb.exp (skip_ifunc_tests): New.
1073 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1074 other compile failures.
1075 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1076
ff34e6ae
SM
10772018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1078
1079 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1080 is_amd64_regs_target.
1081
6bb8890e
AH
10822018-10-01 Alan Hayward <alan.hayward@arm.com>
1083
1084 * gdb.arch/aarch64-sighandler-regs.c: New test.
1085 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1086 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1087
224d30d3
MM
10882018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1089
1090 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1091 assembly.
1092
f67ffa6a
AB
10932018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1094
1095 * gdb.base/frame-selection.exp: New file.
1096 * gdb.base/frame-selection.c: New file.
1097
9fc3183f
AH
10982018-09-27 Alan Hayward <alan.hayward@arm.com>
1099
1100 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1101 pthread barrier.
1102 (main): Likewise.
1103
d354055e
AB
11042018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1105
1106 * gdb.base/large-frame-1.c: New file.
1107 * gdb.base/large-frame-2.c: New file.
1108 * gdb.base/large-frame.exp: New file.
1109 * gdb.base/large-frame.h: New file.
1110
db727370
JL
11112018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1112
1113 PR gdb/20948
1114 * gdb.base/write_mem.exp: New test.
1115 * gdb.base/write_mem.c: Likewise.
1116
ae778caf
TT
11172018-09-23 Tom Tromey <tom@tromey.com>
1118
1119 PR python/18852:
1120 * gdb.python/py-parameter.exp: Add test for parameter that throws
1121 on "set".
1122
fd3ba736
TT
11232018-09-23 Tom Tromey <tom@tromey.com>
1124
1125 PR python/17284:
1126 * gdb.python/py-template.exp (test_template_arg): Add test for
1127 negative template argument number.
1128
39a24317
TT
11292018-09-23 Tom Tromey <tom@tromey.com>
1130
1131 PR python/14062:
1132 * gdb.python/python.exp: Add test for post_event error.
1133
f5769a2c
TT
11342018-09-23 Tom Tromey <tom@tromey.com>
1135
1136 PR python/18170:
1137 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1138 convert pointers to int and long.
1139
1c1e54f6
TT
11402018-09-23 Tom Tromey <tom@tromey.com>
1141
1142 PR python/20126:
1143 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1144 signed-ness conversion tests.
1145
fb4fa946
TT
11462018-09-23 Tom Tromey <tom@tromey.com>
1147
1148 PR python/18352;
1149 * gdb.python/py-value.exp (test_float_conversion): New proc.
1150 Use it.
1151
a466edac
HAQ
11522018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1153
1154 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1155
4ee9b0c5
SL
11562018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1157
1158 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1159 no readline.
1160 * gdb.base/utf8-identifiers.exp: Likewise.
1161 * gdb.cp/cpcompletion.exp: Likewise.
1162 * gdb.linespec/cpcompletion.exp: Likewise.
1163 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1164 * gdb.linespec/cpls-ops.exp: Likewise.
1165
23be8da7
RB
11662018-09-19 Richard Bunt <richard.bunt@arm.com>
1167 Chris January <chris.january@arm.com>
1168
1169 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1170 * gdb.fortran/short-circuit-argument-list.exp: New file.
1171 * gdb.fortran/short-circuit-argument-list.f90: New test.
1172
5031d0ae
SDJ
11732018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1174
1175 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1176 "arch=" keyword when executing "-stack-list-frames".
1177
b4c0d1a4
SDJ
11782018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1179
1180 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1181 "arch=" keyword when executing "-stack-list-frames".
1182
7a6d2b45
SDJ
11832018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1184
1185 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1186 break ada".
1187
8588b356
SM
11882018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1189
1190 PR python/23669
1191 * gdb.python/python.exp: Test gdb.execute("show commands").
1192
65e65158
TT
11932018-09-16 Tom Tromey <tom@tromey.com>
1194
1195 * gdb.base/new-ui.exp (do_execution_tests): Update.
1196 * gdb.base/dbx.exp (test_breakpoints): Update.
1197
bf326452
AH
11982018-09-14 Alan Hayward <alan.hayward@arm.com>
1199
1200 * lib/gdb.exp (gdb_simple_compile): Add proc.
1201 (is_elf_target): Use gdb_simple_compile.
1202 (skip_altivec_tests): Likewise.
1203 (skip_vsx_tests): Likewise.
1204 (skip_tsx_tests): Likewise.
1205 (skip_btrace_tests): Likewise.
1206 (skip_btrace_pt_tests): Likewise.
1207 (gdb_can_simple_compile): Likewise.
1208 (gdb_has_argv0): Likewise.
1209 (gdb_target_symbol_prefix): Likewise.
1210 (target_supports_scheduler_locking): Likewise.
1211
2361b0fb
TT
12122018-09-13 Tom Tromey <tom@tromey.com>
1213
1214 * Makefile.in (TAGS): Recognize proc_with_prefix and
1215 gdb_caching_proc.
1216
0ae1a321
SM
12172018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1218
1219 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1220 method.
1221
a40bf0c2
SM
12222018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1223
1224 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1225 and a few other Inferior properties when the Inferior is no
1226 longer valid.
1227
4a3fe98f
TT
12282018-09-13 Tom Tromey <tom@tromey.com>
1229
1230 PR rust/23650:
1231 * gdb.rust/simple.exp: Add test for enum field access error.
1232
098b2108
TT
12332018-09-13 Tom Tromey <tom@tromey.com>
1234
1235 PR rust/23626:
1236 * gdb.rust/simple.rs (EmptyEnum): New type.
1237 (main): Use it.
1238 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1239
1256af7d
SM
12402018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1241
1242 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1243 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1244 * gdb.python/py-symtab.exp: Update test printing an objfile.
1245
4aa8e6c2
SM
12462018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1247
1248 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1249 object.
1250
c221b2f7
AH
12512018-09-12 Alan Hayward <alan.hayward@arm.com>
1252
1253 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1254 (support_complex_tests): Use gdb_can_simple_compile.
1255 (is_ilp32_target): Likewise.
1256 (is_lp64_target): Likewise.
1257 (is_64_target): Likewise.
1258 (is_amd64_regs_target): Likewise.
1259 (is_aarch32_target): Likewise.
1260 (gdb_int128_helper): Likewise.
1261
6f1107b5
JK
12622018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1263
1264 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1265
1f5d1570
JG
12662018-09-10 Jerome Guitton <guitton@adacore.com>
1267
1268 * gdb.ada/same_component_name: Add test for case of tagged record
1269 with variable-length fields.
1270
cc330e39
XR
12712018-09-10 Xavier Roirand <roirand@adacore.com>
1272
1273 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1274 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1275 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1276 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1277
b9c50e9a
XR
12782018-09-10 Xavier Roirand <roirand@adacore.com>
1279
1280 * gdb.ada/mi_string_access.exp: New testcase.
1281 * gdb.ada/mi_string_access/bar.adb: New file.
1282 * gdb.ada/mi_string_access/pck.adb: New file.
1283 * gdb.ada/mi_string_access/pck.asd: New file.
1284
2963898f
XR
12852018-09-10 Xavier Roirand <roirand@adacore.com>
1286
1287 * gdb.ada/mi_var_union.exp: New testcase.
1288 * gdb.ada/mi_var_union/bar.adb: New file.
1289 * gdb.ada/mi_var_union/pck.adb: New file.
1290 * gdb.ada/mi_var_union/pck.asd: New file.
1291
1aac008f
TT
12922018-09-08 Tom Tromey <tom@tromey.com>
1293
1294 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1295
332cf4c9
TT
12962018-09-08 Tom Tromey <tom@tromey.com>
1297
1298 PR python/16047:
1299 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1300 (register_pretty_printers): Register new printer.
1301 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1302 test.
1303 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1304 (an_int_type3): New global.
1305
424da6cf
JB
13062018-09-08 Joel Brobecker <brobecker@adacore.com>
1307
1308 * gdb.ada/expr_with_funcall: New testcase.
1309
2a62dfa9
JB
13102018-09-08 Joel Brobecker <brobecker@adacore.com>
1311
1312 * gdb.ada/packed_array_assign: New testcase.
1313
96b6697f
AB
13142018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1315
1316 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1317 names, and add test prefixes to make test names unique.
1318
e4a62c65
TV
13192018-09-05 Tom de Vries <tdevries@suse.de>
1320
1321 * gdb.dwarf2/varval.exp: Add test.
1322
dd083ee2
GB
13232018-09-04 Gary Benson <gbenson@redhat.com>
1324
1325 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1326 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1327
aef9346c
TT
13282018-08-31 Tom Tromey <tom@tromey.com>
1329
1330 * gdb.rust/simple.rs: Rename second variable "v".
1331
c67f2e15
AB
13322018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1333
1334 * gdb.base/funcargs.c (use_a): New function.
1335 (recurse): Call use_a.
1336
078a0207
KS
13372018-08-29 Keith Seitz <keiths@redhat.com>
1338
1339 * gdb.compile/compile-cplus-anonymous.cc: New file.
1340 * gdb.compile/compile-cplus-anonymous.exp: New file.
1341 * gdb.compile/compile-cplus-array-decay.cc: New file.
1342 * gdb.compile/compile-cplus-array-decay.exp: New file.
1343 * gdb.compile/compile-cplus-inherit.cc: New file.
1344 * gdb.compile/compile-cplus-inherit.exp: New file.
1345 * gdb.compile/compile-cplus-member.cc: New file.
1346 * gdb.compile/compile-cplus-member.exp: New file.
1347 * gdb.compile/compile-cplus-method.cc: New file.
1348 * gdb.compile/compile-cplus-method.exp: New file.
1349 * gdb.compile/compile-cplus-mod.c: "New" file.
1350 * gdb.compile/compile-cplus-namespace.cc: New file.
1351 * gdb.compile/compile-cplus-namespace.exp: New file.
1352 * gdb.compile/compile-cplus-nested.cc: New file.
1353 * gdb.compile/compile-cplus-nested.exp: New file.
1354 * gdb.compile/compile-cplus-print.c: "New" file.
1355 * gdb.compile/compile-cplus-print.exp: "New" file.
1356 * gdb.compile/compile-cplus-virtual.cc: New file.
1357 * gdb.compile/compile-cplus-virtual.exp: New file.
1358 * gdb.compile/compile-cplus.c: "New" file.
1359 * gdb.compile/compile-cplus.exp: "New" file.
1360 * lib/compile-support.exp: New file.
1361
b0f492b9
GB
13622018-08-16 Gary Benson <gbenson@redhat.com>
1363
1364 PR gdb/13000:
1365 * gdb.base/batch-exit-status.exp: New file.
1366 * gdb.base/batch-exit-status.good-commands: Likewise.
1367 * gdb.base/batch-exit-status.bad-commands: Likewise.
1368
36eb4c5f
AH
13692018-08-29 Alan Hayward <alan.hayward@arm.com>
1370
1371 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1372 (struct struct02): Likewise.
1373 (struct struct03): Likewise.
1374 (struct struct04): Likewise.
1375 (struct struct_01_01): New struct.
1376 (struct struct_01_02): Likewise.
1377 (struct struct_01_03): Likewise.
1378 (struct struct_01_04): Likewise.
1379 (struct struct_02_01): Likewise.
1380 (struct struct_02_02): Likewise.
1381 (struct struct_02_03): Likewise.
1382 (struct struct_02_04): Likewise.
1383 (struct struct_04_01): Likewise.
1384 (struct struct_04_02): Likewise.
1385 (struct struct_04_03): Likewise.
1386 (struct struct_04_04): Likewise.
1387 (struct struct_05_01): Likewise.
1388 (struct struct_05_02): Likewise.
1389 (struct struct_05_03): Likewise.
1390 (struct struct_05_04): Likewise.
1391 (cmp_struct01): Remove function.
1392 (cmp_struct02): Likewise.
1393 (cmp_struct03): Likewise.
1394 (cmp_struct04): Likewise.
1395 (cmp_struct_01_01): Add Function.
1396 (cmp_struct_01_02): Likewise.
1397 (cmp_struct_01_03): Likewise.
1398 (cmp_struct_01_04): Likewise.
1399 (cmp_struct_02_01): Likewise.
1400 (cmp_struct_02_02): Likewise.
1401 (cmp_struct_02_03): Likewise.
1402 (cmp_struct_02_04): Likewise.
1403 (cmp_struct_04_01): Likewise.
1404 (cmp_struct_04_02): Likewise.
1405 (cmp_struct_04_03): Likewise.
1406 (cmp_struct_04_04): Likewise.
1407 (cmp_struct_05_01): Likewise.
1408 (cmp_struct_05_02): Likewise.
1409 (cmp_struct_05_03): Likewise.
1410 (cmp_struct_05_04): Likewise.
1411 (call_all): Add new structs.
1412 * gdb.base/infcall-nested-structs.exp: Likewise.
1413
3bf9c013
JV
14142018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1415
1416 * gdb.python/py-framefilter-mi.exp: Update regexp to
1417 check for "arch" field in frame output.
1418
450d1e88
KB
14192018-08-23 Kevin Buettner <kevinb@redhat.com>
1420
1421 * gdb.dwarf2/dw2-ranges-func.c: New file.
1422 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1423
ae739fe7
SM
14242018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1425
1426 * gdb.base/term.exp: Compare terminal settings with values from
1427 the inferior.
1428 * gdb.base/term.c: Get and set terminal settings.
1429
6d52907e
JV
14302018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1431
1432 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1433 accommodate new "arch" field in frame output.
1434 * gdb.mi/mi-return.exp: Likewise.
1435 * gdb.mi/mi-stack.exp: Likewise.
1436 * gdb.mi/mi-syn-frame.exp: Likewise.
1437 * gdb.mi/user-selected-context-sync.exp: Likewise.
1438
be2d111a
MS
14392018-08-19 Michael Spang <spang@google.com>
1440
1441 PR gdb/11786
1442 * gdb.base/gcore-tls-pie.c: New file.
1443 * gdb.base/gcore-tls-pie.exp: New file.
1444
ae3a7c47
KB
14452018-08-18 Kevin Buettner <kevinb@redhat.com>
1446
1447 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
1448 * gdb.dwarf2/varval.c: New file.
1449 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 1450
2ecae92e
AH
14512018-08-17 Alan Hayward <alan.hayward@arm.com>
1452
1453 PR gdb/18931
1454 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1455
c1854f1d
KS
14562018-08-16 Keith Seitz <keiths@redhat.com>
1457
1458 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1459 tests expected to pass.
1460
26fb3983
JV
14612018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1462
1463 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1464 -data-disassemble -a.
1465 (test_disassembly_bogus_args): Likewise.
1466
67943c00
AB
14672018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1468
1469 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1470
5ff2bbae
AB
14712018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1472
1473 * gdb.base/vla-optimized-out.exp: Add new test.
1474
e5bbcd0f
AB
14752018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1476
1477 * gdb.base/vla-optimized-out-o3.exp: Delete.
1478 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1479 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1480 deleted tests.
1481
9d4a934c
AB
14822018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1483
1484 PR gdb/18050:
1485 * gdb.server/extended-remote-restart.c: New file.
1486 * gdb.server/extended-remote-restart.exp: New file.
1487
045cf012
SM
14882018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1489
1490 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1491 "set variable index = 42".
1492
87d6a7aa
SM
14932018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1494
1495 * boards/index-cache-gdb.exp: New file.
1496 * gdb.dwarf2/index-cache.exp: New file.
1497 * gdb.dwarf2/index-cache.c: New file.
1498 * gdb.base/maint.exp: Check if we are using the index cache.
1499
96d68bd4
RO
15002018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1501
1502 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1503 MAKEFLAGS.
1504
5a699617
RO
15052018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1506
1507 * dg-extract-results.sh: Move to toplevel contrib.
1508 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1509 * Makefile.in (check-parallel-racy): Likewise.
1510
5bd18990
AB
15112018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1512
1513 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1514 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1515 tests if the target supports scheduler locking.
1516
3fbbcf47
TV
15172018-08-04 Tom de Vries <tdevries@suse.de>
1518
1519 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1520
3e1d3d8c
TT
15212018-08-02 Tom Tromey <tom@tromey.com>
1522
1523 PR symtab/16842.
1524 * gdb.cp/temargs.exp: Test "info address" of a template
1525 parameter.
1526
5abe0f0c
JV
15272018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1528
1529 * gdb.python/py-mi-var-info-path-expression.c: New file.
1530 * gdb.python/py-mi-var-info-path-expression.py: New file.
1531 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1532
fb66cde8
SDJ
15332018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1534
1535 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1536 error after "cannot resolve name" string.
1537
c708f4d2
AB
15382018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1539
1540 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1541 started.
1542 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1543
37cc0cae
TV
15442018-07-28 Tom de Vries <tdevries@suse.de>
1545
1546 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1547
63b4ecf7
TV
15482018-07-26 Tom de Vries <tdevries@suse.de>
1549
1550 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1551
3c3bb058
AB
15522018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1555 is visible.
1556
9e7f3bbb
TV
15572018-07-26 Tom de Vries <tdevries@suse.de>
1558
1559 PR breakpoints/23366
1560 * gdb.base/catch-follow-exec.c: New test.
1561 * gdb.base/catch-follow-exec.exp: New file.
1562
16f808ec
TV
15632018-07-25 Tom de Vries <tdevries@suse.de>
1564
1565 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1566 vla-optimized-out.c.
1567
d7154a8d
JV
15682018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1569
1570 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1571 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1572
232a0032
TV
15732018-07-20 Tom de Vries <tdevries@suse.de>
1574
1575 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1576 NOCLONE macro.
1577 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1578
fbb1d502
TV
15792018-07-19 Tom de Vries <tdevries@suse.de>
1580
1581 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1582 regular expression.
1583
42dc7699
TV
15842018-07-18 Tom de Vries <tdevries@suse.de>
1585
1586 * gdb.base/vla-optimized-out.c: New test.
1587 * gdb.base/vla-optimized-out.exp: New file.
1588
7f1f7e23
SDJ
15892018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1590
1591 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1592 message "No address associated with hostname" when gdbserver
1593 cannot resolve the hostname.
1594
5759ebb3
PW
15952018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1596
1597 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1598 Add some test prefixes to make tests unique.
1599
3606ccab
PW
16002018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1601
1602 * gdb.base/frameapply.c: New file.
1603 * gdb.base/frameapply.exp: New file.
1604
529c08b2
PW
16052018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1606
1607 * gdb.base/skip.exp: Update expected error message.
1608
c7ab0aef
SDJ
16092018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1610 Jan Kratochvil <jan.kratochvil@redhat.com>
1611 Paul Fertser <fercerpav@gmail.com>
1612 Tsutomu Seki <sekiriki@gmail.com>
1613
1614 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1615 parameter.
1616 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1617 by default.
1618 * boards/native-gdbserver.exp: Likewise.
1619 * gdb.server/run-without-local-binary.exp: Improve regexp used
1620 for detecting when a remote debugging connection succeeds.
1621 * gdb.server/server-connect.exp: New file.
1622 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1623 Do not prefix the port number with ":".
1624 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1625 support for detecting and using it. Add '$debughost_gdbserver'
1626 to the list of arguments used to start gdbserver. Handle case
1627 when gdbserver cannot resolve a network name.
1628
16ff70dd
SDJ
16292018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1630
1631 PR c++/23373
1632 * gdb.base/ptype-offsets.cc (struct static_member): New
1633 struct.
1634 (main) <stmember>: New variable.
1635 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1636 with a static member in it.
1637
3541979f
AB
16382018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1639
1640 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1641 watchpoints enabled and disabled.
1642
c8ad9b9a
AB
16432018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1644
1645 * gdb.base/examine-backward.exp: Still run tests around address
1646 0x0, even if address 0x0 is not readable. Update the pattern for
1647 matching address 0x0 in expected output.
1648
e0e5e971
AB
16492018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1652 malloc/free.
1653
1ea5da02
TV
16542018-07-04 Tom de Vries <tdevries@suse.de>
1655
1656 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1657
471b9d15
MR
16582018-07-02 Maciej W. Rozycki <macro@mips.com>
1659
1660 PR tdep/8282
1661 * gdb.arch/mips-disassembler-options.exp: New test.
1662 * gdb.arch/mips-disassembler-options.s: New test source.
1663
75acb486
PA
16642018-06-29 Pedro Alves <palves@redhat.com>
1665
1666 * gdb.threads/names.exp: Adjust expected "info threads" output.
1667
cd2bb709
PA
16682018-06-29 Pedro Alves <palves@redhat.com>
1669
1670 * gdb.opt/inline-break.exp (line number, address): Add "info
1671 break" tests.
1672
991ff292
PA
16732018-06-29 Pedro Alves <palves@redhat.com>
1674
1675 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1676 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1677 number and address and running to them.
1678
356819b6 16792018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1680
1681 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1682
2512d7ef
JK
16832018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1684
1685 * lib/compiler.c: Remove executable permission flag.
1686
be1b6474
RB
16872018-06-28 Richard Bunt <richard.bunt@arm.com>
1688
1689 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1690 code.
1691 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1692
291f9a96
PT
16932018-06-28 Petr Tesarik <ptesarik@suse.cz>
1694
1695 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1696
ed6dfe51
PT
16972018-06-28 Petr Tesarik <ptesarik@suse.cz>
1698
1699 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1700 address argument is omitted.
1701
d4d429d5
PT
17022018-06-28 Petr Tesarik <ptesarik@suse.cz>
1703
1704 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1705
7ab6656f
OJ
17062018-06-27 Omair Javaid <omair.javaid@linaro.org>
1707
1708 PR gdb/21695
1709 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1710 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1711
a33ccfc7
TT
17122018-06-26 Tom Tromey <tom@tromey.com>
1713
1714 PR rust/22574:
1715 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1716 * gdb.rust/simple.rs (struct SimpleLayout): New.
1717
6d72d289
SM
17182018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1719
1720 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1721 "info registers" output.
1722
8363f9d5
RB
17232018-06-21 Richard Bunt <richard.bunt@arm.com>
1724
1725 * gdb.base/watchpoint-hw-attach.c: New test.
1726 * gdb.base/watchpoint-hw-attach.exp: New file.
1727
f00674fe
SM
17282018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1729
1730 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1731 through /bin/sh.
1732 * boards/dwarf4-gdb-index.exp: Likewise.
1733 * boards/fission-dwp.exp: Likewise.
1734
1d554008
UW
17352018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1736
1737 * gdb.base/float128.exp: Add comment and improved fail message
1738 to the failure case of "print large128" test.
1739
d0ac1c44
SM
17402018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1741
1742 * configure.ac: Remove AC_PREREQ.
1743 * configure: Re-generate.
1744
61b04dd0
PA
17452018-06-19 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1748 (func_extern_caller): New.
1749 (main): Call func_extern_caller.
1750 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1751 logic change.
1752
f63b508a
SM
17532018-06-18 Weimin Pan <weimin.pan@oracle.com>
1754
1755 PR gdb/16841
1756 * gdb.cp/typedef-base.cc: New file.
1757 * gdb.cp/typedef-base.exp: New file.
1758
0fe3a558
TV
17592018-06-18 Tom de Vries <tdevries@suse.de>
1760
1761 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1762
7010835a
AB
17632018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1764 Richard Bunt <Richard.Bunt@arm.com>
1765
1766 * gdb.threads/attach-slow-waitpid.c: New file.
1767 * gdb.threads/attach-slow-waitpid.exp: New file.
1768 * gdb.threads/slow-waitpid.c: New file.
1769
14897d65
PA
17702018-06-14 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.base/fork-running-state.c: Include <errno.h>.
1773 (exit_if_relative_exits): New.
1774 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1775 exits.
1776 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1777 child exits.
1778
5d9a0608
TV
17792018-06-14 Tom de Vries <tdevries@suse.de>
1780
1781 PR cli/22573
1782 * gdb.base/finish-pretty.c: New test.
1783 * gdb.base/finish-pretty.exp: New file.
1784
11ae5818
PA
17852018-06-14 Pedro Alves <palves@redhat.com>
1786
1787 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1788 gdb's expected startup output.
1789
1d39de44
PA
17902018-06-14 Pedro Alves <palves@redhat.com>
1791
1792 * lib/selftest-support.exp (selftest_setup): Remove inlined
1793 function handling.
1794
70ee0000
TV
17952018-06-14 Tom de Vries <tdevries@suse.de>
1796
1797 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1798 matching of breakpoint printing.
1799
11f4b608
TV
18002018-06-13 Tom de Vries <tdevries@suse.de>
1801
1802 PR testsuite/23269
1803 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1804 (fork_child): ... here, and ...
1805 (fork_parent): ... here.
1806
18072018-06-12 Tom de Vries <tdevries@suse.de>
1808
1809 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1810
9516f85a
AB
18112018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1812 Stephen Roberts <stephen.roberts@arm.com>
1813
1814 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1815 rewrite test to describe action performed, rather than possible
1816 failure.
1817
5045b3d7
GB
18182018-06-08 Gary Benson <gbenson@redhat.com>
1819
1820 * gdb.threads/check-libthread-db.exp: New file.
1821 * gdb.threads/check-libthread-db.c: Likewise.
1822
c61b06a1
TT
18232018-06-05 Tom Tromey <tom@tromey.com>
1824
1825 * gdb.base/default.exp: Update expected "show version" output.
1826
eb6af809
TT
18272018-06-05 Tom Tromey <tom@tromey.com>
1828
1829 PR cli/12326:
1830 * gdb.cp/static-print-quit.exp: Update.
1831 * lib/gdb.exp (pagination_prompt): Update.
1832 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1833 * gdb.python/python.exp: Update.
1834
178d6a63
JB
18352018-06-04 Joel Brobecker <brobecker@adacore.com>
1836
1837 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1838
8e817061
JB
18392018-06-01 Joel Brobecker <brobecker@adacore.com>
1840
1841 * gdb.ada/bp_fun_addr: New testcase.
1842
e86ca25f
TT
18432018-06-01 Tom Tromey <tom@tromey.com>
1844
1845 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1846 results.
1847 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1848 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1849 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1850 * gdb.base/maint.exp (maint_pass_if): Update.
1851
4b2dfa9d
MR
18522018-05-31 Maciej W. Rozycki <macro@mips.com>
1853
1854 * gdb.base/endian.exp: New test.
1855 * gdb.base/endian.c: New test source.
1856
45f25d6c
AB
18572018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1858
1859 PR gdb/23203
1860 * gdb.base/bt-selected-frame.c: New file.
1861 * gdb.base/bt-selected-frame.exp: New file.
1862 * lib/gdb.exp (get_current_frame_number): New function.
1863
d9f6d7f8
MR
18642018-05-24 Maciej W. Rozycki <macro@mips.com>
1865 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.threads/tls-core.c: Include <stdlib.h>
1868 (thread_proc): Call `abort'.
1869 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1870 (tls_core_test): New procedure, bits factored out from ...
1871 (top level): ... here. Test both native cores and gcore cores.
1872
ff1cf532
TT
18732018-05-23 Tom Tromey <tom@tromey.com>
1874
1875 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1876
b98664d3
TT
18772018-05-23 Tom Tromey <tom@tromey.com>
1878
1879 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1880 symfile_complaints.
1881 (test_short_complaints): Likewise.
1882 (test_empty_complaints): Likewise.
1883 (test_initial_complaints): Update.
1884
4e9668d0
TT
18852018-05-23 Tom Tromey <tom@tromey.com>
1886
1887 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1888
43ba33c7
TT
18892018-05-23 Tom Tromey <tom@tromey.com>
1890
1891 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1892 (test_short_complaints): Update.
1893
035522c0
PA
18942018-05-22 Pedro Alves <palves@redhat.com>
1895
1896 * gdb.base/remote.exp: Only gdb_start after compiling the
1897 testcase. Issue "disconnect" before testing "set remote" command
1898 defaults. Issue clean_restart before running to main.
1899
cc0be08f
PA
19002018-05-22 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.base/remote.exp: Adjust expected output of "show remote
1903 memory-write-packet-size". Add tests for "set remote
1904 memory-write-packet-size 0" and "set remote
1905 memory-write-packet-size fixed/limit".
1906
b1b60145
PA
19072018-05-22 Pedro Alves <palves@redhat.com>
1908
1909 PR gdb/22973
1910 * gdb.base/utf8-identifiers.c: New file.
1911 * gdb.base/utf8-identifiers.exp: New file.
1912
0ec848ad
PFC
19132018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1914
1915 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1916
2c3305f6
PFC
19172018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1918
1919 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1920
ce1e8424
TT
19212018-05-18 Tom Tromey <tom@tromey.com>
1922
1923 * gdb.base/ptype-offsets.exp: Update.
1924
ddfe970e
KS
19252018-05-17 Keith Seitz <keiths@redhat.com>
1926
1927 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1928 in expected breakpoint stop locations.
1929 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1930 move to proper scope to test variable values.
1931 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1932 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1933 New functions.
1934 (main): Call not_inline_func3.
1935 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1936 inline_func1, inline_func2, and inline_func3. Test that when each
1937 breakpoint is hit, GDB properly reports both the stop location
1938 and the backtrace. Repeat tests for temporary breakpoints.
1939
0726fcc6
MR
19402018-05-15 Maciej W. Rozycki <macro@mips.com>
1941
1942 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1943 rather then trying to access it in determining whether the PID
1944 of `gdbserver' could have been retrieved.
1945
8ee22052
AB
19462018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1947
1948 * gdb.arch/amd64-init-x87-values.S: New file.
1949 * gdb.arch/amd64-init-x87-values.exp: New file.
1950
7785df48
JK
19512018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1952
1953 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1954
56bcdbea
TT
19552018-05-04 Tom Tromey <tom@tromey.com>
1956
1957 PR python/22730:
1958 * gdb.python/python.exp: Test multi-line execute.
1959
a913fffb
TT
19602018-05-04 Tom Tromey <tom@tromey.com>
1961
1962 PR python/22731:
1963 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1964
7a2c85f2
TT
19652018-05-04 Tom Tromey <tom@tromey.com>
1966
1967 PR gdb/11750:
1968 * gdb.base/define.exp: Test defining a user command inside a user
1969 command.
1970 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1971
a3b60e45
JK
19722018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1973 Pedro Alves <palves@redhat.com>
1974
1975 PR breakpoints/19806 and support for PR external/20207.
1976 * gdb.base/watchpoint-unaligned.c: New file.
1977 * gdb.base/watchpoint-unaligned.exp: New file.
1978
45fe4a03
AB
19792018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1980
1981 * gdb.base/maint.exp: Make test names unique, use
1982 test_prefix_command_help to test 'help maint info', and remove
1983 repeated test of 'help maint'.
1984
9be2ae8f
TT
19852018-05-04 Tom Tromey <tom@tromey.com>
1986
1987 PR gdb/22619:
1988 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1989 behavior.
1990
11859c31
AB
19912018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 * gdb.base/maint.exp: Process output from 'maint print registers'
1994 line at a time.
1995
089a9490
AB
19962018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1997
1998 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1999 timeout.
2000
9b0797e2
AB
20012018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2002
2003 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2004 filter pattern.
2005
f6ac5f3d
PA
20062018-05-02 Pedro Alves <palves@redhat.com>
2007
2008 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2009 to_log_command renames.
2010 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2011
77d3c63b
TT
20122018-05-02 Tom Tromey <tom@tromey.com>
2013
2014 * gdb.python/py-parameter.exp: Set test message.
2015
0489430a
TT
20162018-05-02 Tom Tromey <tom@tromey.com>
2017
2018 PR python/20084:
2019 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2020 PARAM_ZUINTEGER_UNLIMITED tests.
2021
1632f8ba
DR
20222018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2023
2024 PR rust/23124
2025 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2026 when casting.
2027
6d7bb824
TT
20282018-04-30 Tom Tromey <tom@tromey.com>
2029
2030 * gdb.python/py-type.exp: Check align attribute.
2031 * gdb.python/py-type.c: New "aligncheck" global.
2032
007e1530
TT
20332018-04-30 Tom Tromey <tom@tromey.com>
2034
2035 PR exp/17095:
2036 * gdb.dwarf2/dw2-align.exp: New file.
2037 * gdb.cp/align.exp: New file.
2038 * gdb.base/align.exp: New file.
2039 * lib/gdb.exp (gdb_int128_helper): New proc.
2040 (has_int128_c, has_int128_cxx): New caching procs.
2041
6873858b
TT
20422018-04-27 Tom Tromey <tom@tromey.com>
2043
2044 PR rust/22545:
2045 * gdb.rust/simple.exp: Add inclusive range tests.
2046
79188d8d
PA
20472018-04-26 Pedro Alves <palves@redhat.com>
2048
2049 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2050 ifunc breakpoint locations correctly of ifunc breakpoints set
2051 while the program resolves the ifunc.
2052
c7075ad5
PA
20532018-04-26 Pedro Alves <palves@redhat.com>
2054
2055 * gdb.base/gnu-ifunc-final.c: New file.
2056 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2057 * gdb.base/gnu-ifunc.exp (executable): Delete.
2058 (staticexecutable): Adjust.
2059 (lib_opts, exec_opts): Delete.
2060 (make_binsuffix, build, set-break): New procedures.
2061 (misc_tests): New, with tests factored out from the top level.
2062 (top level): Test different combinations of ifunc resolver name,
2063 resolver with and with debug info, and ifunc target with and
2064 without debug info. Wrap static tests with with_target_prefix.
2065
8388016d
PA
20662018-04-26 Pedro Alves <palves@redhat.com>
2067
2068 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2069 return type" warnings.
2070
249b5733
PA
20712018-04-25 Pedro Alves <palves@redhat.com>
2072
2073 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2074 killed".
2075 * gdb.base/kill-after-signal.exp: Likewise.
2076 * gdb.threads/kill.exp: Likewise.
2077
f67c0c91
SDJ
20782018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2079 Sergio Durigan Junior <sergiodj@redhat.com>
2080 Pedro Alves <palves@redhat.com>
2081
2082 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2083 regexps to expect for '[Inferior ... detached]' as well.
2084 * gdb.base/attach.exp: Likewise.
2085 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2086 "gdb_continue_to_end".
2087 (test_catch_syscall_with_wrong_args): Likewise.
2088 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2089 ']'. Don't set 'verbose' on.
2090 * gdb.base/foll-vfork.exp: Likewise.
2091 * gdb.base/fork-print-inferior-events.c: New file.
2092 * gdb.base/fork-print-inferior-events.exp: New file.
2093 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2094 '[Inferior ... has been killed]' message.
2095 * gdb.base/kill-after-signal.exp: Likewise.
2096 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2097 detach message.
2098 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2099 message.
2100 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2101 regexps to expect for '[Inferior ... detached]' as well.
2102 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2103
0a8ddac4
SM
21042018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2105
2106 PR gdb/23104
2107 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2108
d27d16bf
RB
21092018-04-19 Richard Bunt <richard.bunt@arm.com>
2110
2111 * gdb.threads/multiple-successive-infcall.c: New test.
2112 * gdb.threads/multiple-successive-infcall.exp: New file.
2113
a037790e
TT
21142018-04-17 Tom Tromey <tom@tromey.com>
2115
2116 * gdb.rust/simple.rs (Union): New type.
2117 (main): New local "u".
2118 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2119
e3a91079
AA
21202018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2121
2122 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2123 number information in output of "whereis" command.
2124 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2125
b744723f
AA
21262018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2127
2128 * gdb.ada/info_types.exp: Adjust expected output to the line
2129 numbers now printed by "info var/func/type".
2130 * gdb.base/completion.exp: Likewise.
2131 * gdb.base/included.exp: Likewise.
2132 * gdb.cp/cp-relocate.exp: Likewise.
2133 * gdb.cp/cplusfuncs.exp: Likewise.
2134 * gdb.cp/namespace.exp: Likewise.
2135 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2136
4a4495d6
MM
21372018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2138
2139 * gdb.btrace/cpu.exp: New.
2140
1d509aa6
MM
21412018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2142
2143 * gdb.base/step-indirect-call-thunk.exp: New.
2144 * gdb.base/step-indirect-call-thunk.c: New.
2145 * gdb.reverse/step-indirect-call-thunk.exp: New.
2146 * gdb.reverse/step-indirect-call-thunk.c: New.
2147
6295b6da
SM
21482018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2149
2150 * gdb.base/pie-fork.c: New file.
2151 * gdb.base/pie-fork.exp: New file.
2152
50146e70
TT
21532018-04-11 Tom Tromey <tom@tromey.com>
2154
2155 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2156
f50d8a2e
PA
21572018-04-10 Pedro Alves <palves@redhat.com>
2158
2159 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2160 exits. Instead loop running forever.
2161 (fork_parent): Run forever too.
2162
a0be7a36
SM
21632018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2164
2165 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2166 mi_continue_to_line.
2167 * gdb.mi/mi-stack.c (callee4): Add comment.
2168
9b73db36
SM
21692018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2170
2171 * gdb.mi/mi-stack.exp: Fix indentation.
2172
c912f608
SM
21732018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2174
2175 PR gdb/22979
2176 * gdb.arch/amd64-osabi.exp: New file.
2177
26540402
SM
21782018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2179
2180 PR gdb/22980
2181 * gdb.base/osabi.exp: New file.
2182
121ad66c 21832018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
2184
2185 * gdb.cp/static-typedef-print.exp: New file.
2186 * gdb.cp/static-typedef-print.cc: New file.
2187
3fcded8f
JB
21882018-03-27 Joel Brobecker <brobecker@adacore.com>
2189
2190 * gdb.ada/varsize_limit: New testcase.
2191
59cc4834
JB
21922018-03-27 Joel Brobecker <brobecker@adacore.com>
2193
2194 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2195
2196 * gdb.ada/notcplusplus: New testcase.
2197
2198 * gdb.base/c-linkage-name.c: New file.
2199 * gdb.base/c-linkage-name.exp: New testcase.
2200
4ca59a9f
TT
22012018-03-26 Tom Tromey <tom@tromey.com>
2202
2203 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2204 * gdb.python/py-framefilter.py (name_error): New global.
2205 (ErrorInName.function): Use name_error.
2206
978d6c75
TT
22072018-03-26 Tom Tromey <tom@tromey.com>
2208
2209 PR backtrace/15582:
2210 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2211
b7fee5a3
KS
22122018-03-23 Keith Seitz <keiths@redhat.com>
2213
2214 PR c++/22968
2215 * gdb.cp/subtypes.exp: New file.
2216 * gdb.cp/subtypes.h: New file.
2217 * gdb.cp/subtypes.cc: New file.
2218 * gdb.cp/subtypes-2.cc: New file.
2219
376be529
AB
22202018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2221
2222 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2223 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2224 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2225 -nostartfiles when compiling the test. Confirm that all registers
2226 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2227
066cfa98
AB
22282018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2229
2230 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2231 option, syntax was wrong anyway.
2232 * gdb.arch/arm-disp-step.exp: Likewise.
2233 * gdb.arch/sparc64-regs.exp: Likewise.
2234 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2235 option, syntax was wrong anyway, switch to use
2236 prepare_for_testing.
2237 * gdb.arch/i386-disp-step.exp: Likewise.
2238
079670b9
AA
22392018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2240
2241 * gdb.ada/exec_changed.exp: Replace "target_info exists
2242 use_gdb_stub" by "use_gdb_stub".
2243 * gdb.ada/start.exp: Likewise.
2244 * gdb.base/async-shell.exp: Likewise.
2245 * gdb.base/attach-pie-misread.exp: Likewise.
2246 * gdb.base/attach-wait-input.exp: Likewise.
2247 * gdb.base/break-entry.exp: Likewise.
2248 * gdb.base/break-interp.exp: Likewise.
2249 * gdb.base/dprintf-detach.exp: Likewise.
2250 * gdb.base/nostdlib.exp: Likewise.
2251 * gdb.base/solib-nodir.exp: Likewise.
2252 * gdb.base/statistics.exp: Likewise.
2253 * gdb.base/testenv.exp: Likewise.
2254 * gdb.mi/mi-exec-run.exp: Likewise.
2255 * gdb.mi/mi-start.exp: Likewise.
2256 * gdb.multi/dummy-frame-restore.exp: Likewise.
2257 * gdb.multi/multi-arch-exec.exp: Likewise.
2258 * gdb.multi/multi-arch.exp: Likewise.
2259 * gdb.multi/tids.exp: Likewise.
2260 * gdb.multi/watchpoint-multi.exp: Likewise.
2261 * gdb.python/py-events.exp: Likewise.
2262 * gdb.threads/attach-into-signal.exp: Likewise.
2263 * gdb.threads/attach-stopped.exp: Likewise.
2264 * gdb.threads/threadapply.exp: Likewise.
2265 * lib/selftest-support.exp: Likewise.
2266
26d6cec4
AA
22672018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2268
2269 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2270
4ee89e90
SR
22712018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2272
2273 * gdb.perf/template-breakpoints.cc: New file.
2274 * gdb.perf/template-breakpoints.exp: New file.
2275 * gdb.perf/template-breakpoints.py: New file.
2276
92630041
TT
22772018-03-19 Tom Tromey <tom@tromey.com>
2278
2279 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2280 y0.
2281 * gdb.rust/simple.exp: Test bare identifier form of struct
2282 initializer.
2283
76727919
TT
22842018-03-19 Tom Tromey <tom@tromey.com>
2285
2286 * gdb.gdb/observer.exp: Remove.
2287
194ed413
AA
22882018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2289
2290 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2291 "qualified" option when setting breakpoints.
2292 * gdb.trace/backtrace.exp: Likewise.
2293 * gdb.trace/circ.exp: Likewise.
2294 * gdb.trace/collection.exp: Likewise.
2295 * gdb.trace/disconnected-tracing.exp: Likewise.
2296 * gdb.trace/ftrace-lock.exp: Likewise.
2297 * gdb.trace/ftrace.exp: Likewise.
2298 * gdb.trace/infotrace.exp: Likewise.
2299 * gdb.trace/packetlen.exp: Likewise.
2300 * gdb.trace/passc-dyn.exp: Likewise.
2301 * gdb.trace/qtro.exp: Likewise.
2302 * gdb.trace/read-memory.exp: Likewise.
2303 * gdb.trace/report.exp: Likewise.
2304 * gdb.trace/signal.exp: Likewise.
2305 * gdb.trace/status-stop.exp: Likewise.
2306 * gdb.trace/strace.exp: Likewise.
2307 * gdb.trace/tfind.exp: Likewise.
2308 * gdb.trace/trace-break.exp: Likewise.
2309 * gdb.trace/trace-condition.exp: Likewise.
2310 * gdb.trace/trace-mt.exp: Likewise.
2311 * gdb.trace/tstatus.exp: Likewise.
2312 * gdb.trace/tsv.exp: Likewise.
2313 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2314 * gdb.trace/unavailable.exp: Likewise.
2315 * gdb.trace/while-dyn.exp: Likewise.
2316
8b067d2c
AA
23172018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2318
2319 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2320 that libinproctrace is copied to the target.
2321
3ae9ce5d
TT
23222018-03-14 Tom Tromey <tom@tromey.com>
2323
2324 PR cli/14977:
2325 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2326 a null pointer.
2327 * gdb.base/wchar.exp: Likewise.
2328
b8c2339b
TT
23292018-03-14 Tom Tromey <tom@tromey.com>
2330
2331 PR cli/19918:
2332 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2333 flag.
2334
4872dc46
SM
23352018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2336
2337 PR gdb/22841
2338 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2339 "target" to remote_exec.
2340
e4fe3756
SM
23412018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2342
2343 PR gdb/22841
2344 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2345 ${board}_upload): Remove.
2346
e95a97d4
AA
23472018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2348
2349 * gdb.cp/watch-cp.cc: New test.
2350 * gdb.cp/watch-cp.exp: New file.
2351
dbbb1059
AB
23522018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2353
2354 * gdb.base/infcall-nested-structs.exp: New file.
2355 * gdb.base/infcall-nested-structs.c: New file.
2356 * gdb.base/float.exp: Add riscv support.
2357
ecc054c0
TP
23582018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2359
2360 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2361 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2362
25e3c82c
SDJ
23632018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2364
2365 * gdb.server/abspath.exp: New file.
2366 * lib/gdb.exp (with_cwd): New procedure.
2367
3083294d
SM
23682018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2369
2370 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2371 use it.
2372 (gdb_is_target_remote_prompt): New proc.
2373 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2374 (gdb_is_target_native): Pass prompt parameter to
2375 gdb_is_target_1.
2376
3275ef47
SM
23772018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2378
2379 * gdb.base/load-command.c: New file.
2380 * gdb.base/load-command.exp: New file.
2381 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2382 (gdb_is_target_1): ...this, and generalize for other targets
2383 than just remote.
2384 (gdb_is_target_remote): Use gdb_is_target_1.
2385 (gdb_is_target_native): use gdb_is_target_1.
2386
6893c19a
TT
23872018-02-26 Tom Tromey <tom@tromey.com>
2388
2389 PR python/16497:
2390 * gdb.python/py-framefilter.exp: Update test.
2391
2ddeaf8a
TT
23922018-02-26 Tom Tromey <tom@tromey.com>
2393
2394 * gdb.dwarf2/variant.c: New file.
2395 * gdb.dwarf2/variant.exp: New file.
2396
c9317f21
TT
23972018-02-26 Tom Tromey <tom@tromey.com>
2398
2399 * gdb.rust/simple.exp: Accept more possible results in enum test.
2400
6f6d0c26
SM
24012018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2402
2403 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2404 parentheses.
2405
11b03145
MR
24062018-02-23 Maciej W. Rozycki <macro@mips.com>
2407
2408 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2409 name of a variable: $actual_linejj -> $actual_line.
2410
54a27fe5
JB
24112018-02-21 John Baldwin <jhb@FreeBSD.org>
2412
2413 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2414
de65820c
MM
24152018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2416
2417 * gdb.btrace/buffer-size.exp: Do not force BTS.
2418
980548fd
PA
24192018-02-14 Pedro Alves <palves@redhat.com>
2420
2421 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2422 getting a "Quit".
2423
c4e12631
MM
24242018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2425
2426 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2427 Fix test name.
2428
c2e0e465
SM
24292018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2430
2431 * gdb.cp/m-static.exp: Check type of optimized out static
2432 member.
2433
f7216783
AB
24342018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2435
2436 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2437 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2438
0625771b
LS
24392018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2440 Leszek Swirski <leszeks@google.com>
2441
2442 * gdb.python/py-prettyprint.c
2443 (struct to_string_returns_value_inner,
2444 struct to_string_returns_value_wrapper): New.
2445 (main): Add tsrvw variable.
2446 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2447 ToStringReturnsValueWrapper): New classes.
2448 (register_pretty_printers): Register new pretty-printers.
2449 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2450 recursive pretty printer.
2451 * gdb.python/py-mi.exp: Likewise.
2452
59498c30
LS
24532018-02-01 Leszek Swirski <leszeks@google.com>
2454
2455 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2456 functions with the same name as an include file are parsed
2457 correctly.
2458
d4d38844
YQ
24592018-02-01 Yao Qi <yao.qi@linaro.org>
2460
2461 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2462 "\[^\r\n\]*".
2463
07e5f5cf
NP
24642018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2465
2466 * gdb.arch/powerpc-prologue-frame.s: New file.
2467 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2468 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2469
929b5ad4
JB
24702018-01-31 Joel Brobecker <brobecker@adacore.com>
2471
2472 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2473
e671cd59
PA
24742018-01-30 Pedro Alves <palves@redhat.com>
2475
2476 PR gdb/13211
2477 * gdb.base/interrupt-daemon.c: New.
2478 * gdb.base/interrupt-daemon.exp: New.
2479 * gdb.multi/multi-term-settings.c: New.
2480 * gdb.multi/multi-term-settings.exp: New.
2481
fc413dc4
JB
24822018-01-30 Joel Brobecker <brobecker@adacore.com>
2483
2484 * gdb.base/break.exp: Save the location where the breakpoint
2485 on break.c:47 was actually inserted when debugging the version
2486 compiled at -O2 and use it in the expected output of the "info
2487 break" test performed soon after.
2488
5c319bb2
PA
24892018-01-22 Pedro Alves <palves@redhat.com>
2490 Sergio Durigan Junior <sergiodj@redhat.com>
2491
2492 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2493 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2494
a9e40818
JB
24952018-01-22 Joel Brobecker <brobecker@adacore.com>
2496
2497 * gdb.base/break-include.c, gdb.base/break-include.inc,
2498 gdb.base/break-include.exp: New files.
2499 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2500 line number now being the actual line number where the breakpoint
2501 was inserted.
2502 * gdb.mi/mi-break.exp: Likewise.
2503 * gdb.mi/mi-reverse.exp: Likewise.
2504 * gdb.mi/mi-simplerun.exp: Ditto.
2505
e707fc44
AB
25062018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2507
2508 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2509 varobj.
2510 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2511
ae451627
AB
25122018-01-21 Don Breazeal <donb@codesourcery.com>
2513 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * gdb.mi/basics.c: Add new global.
2516 * gdb.mi/mi-frame-regs.exp: New file.
2517 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2518 case.
2519
b1b189e0
AB
25202018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2523 non-parameter, and on an unknown symbol.
2524
fcfcc376
TT
25252018-01-19 Tom Tromey <tom@tromey.com>
2526
2527 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2528 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2529
634c1c31
AA
25302018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2531
2532 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2533 setrlimit and chdir to int.
2534
d6ad07fd
AA
25352018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2536
2537 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2538 function.
2539 (my_tend): Likewise.
2540 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2541 rationale of avoiding FP- and vector instructions.
2542
adf8243b
RK
25432018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2544
2545 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2546 "info reg" with "\[ \t\]*".
2547 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2548 "\[ \t\]+".
2549 * gdb.arch/s390-multiarch.exp: Ditto.
2550 * gdb.base/pc-fp.exp: Ditto.
2551 * gdb.reverse/i386-precsave.exp: Ditto.
2552 * gdb.reverse/i386-reverse.exp: Ditto.
2553 * gdb.reverse/i387-env-reverse.exp: Ditto.
2554 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2555
dcc06925
AA
25562018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2557
2558 * lib/gdb.exp (gdb_compile): Re-enable use of
2559 universal_compile_options for languages other than Rust.
2560
25d4fd80
AA
25612018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2562
2563 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2564
ee7f689e 25652018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
2566
2567 PR gdb/16577
2568 * gdb.base/solib-vanish.exp: New.
2569 * gdb.base/solib-vanish-main.c: New.
2570 * gdb.base/solib-vanish-lib1.c: New.
2571 * gdb.base/solib-vanish-lib2.c: New.
2572
d8447b6b
YQ
25732018-01-17 Yao Qi <yao.qi@linaro.org>
2574
2575 * gdb.compile/compile.exp: Match the address printed for
2576 frame in the output of command "bt".
2577
86d6a90c
TT
25782018-01-15 Tom Tromey <tom@tromey.com>
2579
2580 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2581 compute sp_reg.
2582
cbcdb1aa
AB
25832018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2584
2585 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2586 to prepare.
2587 (prepare): Return 0 on error, 1 on success.
2588
eea61984
PA
25892018-01-12 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.base/continue-after-aborted-step-over.c: New.
2592 * gdb.base/continue-after-aborted-step-over.exp: New.
2593
6181e9c2
SM
25942018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2595
2596 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2597 options when not creating an executable.
2598
3cada740
PA
25992018-01-11 Pedro Alves <palves@redhat.com>
2600
2601 PR remote/22597
2602 * gdb.server/stop-reply-no-thread.c: New file.
2603 * gdb.server/stop-reply-no-thread.exp: New file.
2604
c63d3e8d
PA
26052018-01-10 Pedro Alves <palves@redhat.com>
2606
2607 PR gdb/22670
2608 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2609 functions too. Test setting breakpoints and printing C functions
2610 with no debug info too.
2611 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2612
d4c2a405
PA
26132018-01-10 Pedro Alves <palves@redhat.com>
2614
2615 PR gdb/22670
2616 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2617 a fail.
2618
8825213e
PA
26192018-01-10 Pedro Alves <palves@redhat.com>
2620
2621 PR gdb/22670
2622 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2623
605fd3c6
YQ
26242018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2625
2626 * gdb.server/unittest.exp: Match the output in non-development
2627 mode.
2628
1e5ded6c
YQ
26292018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2630
2631 * gdb.gdb/unittest.exp: Match output in non-development mode.
2632
30066b0b
JB
26332018-01-08 Joel Brobecker <brobecker@adacore.com>
2634
2635 * gdb.ada/access_tagged_param.exp: Relax expected output
2636 for value of "ObjL" in "continue" to pck.inspect breakpoint
2637 test.
2638
04bafb1e
XR
26392018-01-08 Joel Brobecker <brobecker@adacore.com>
2640
9f86398b
JB
2641 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2642 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2643
e379cee6
PA
26442018-01-05 Pedro Alves <palves@redhat.com>
2645
2646 PR gdb/18653
2647 * gdb.base/libsegfault.exp: New.
2648
de63c46b
PA
26492018-01-05 Joel Brobecker <brobecker@adacore.com>
2650
2651 PR gdb/22670
2652 * gdb.ada/access_tagged_param.exp: New file.
2653 * gdb.ada/access_tagged_param/foo.adb: New file.
2654
f98fc17b
PA
26552018-01-05 Pedro Alves <palves@redhat.com>
2656
2657 PR gdb/22670
2658 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2659 exercise lower case too, and to exercise both full matching and
2660 wild matching.
2661
342f8240
JB
26622018-01-05 Joel Brobecker <brobecker@adacore.com>
2663
2664 * gdb.ada/rename_subscript_param: New testcase.
2665
7150d33c
JG
26662018-01-05 Jerome Guitton <guitton@adacore.com>
2667
2668 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2669
cc0e770c
JB
26702018-01-05 Joel Brobecker <brobecker@adacore.com>
2671
2672 * gdb.ada/convvar_comp: New testcase.
2673
672a41aa 26742018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2675
2676 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2677 (My_Table): New global variable.
2678 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2679
7365ec2f
JB
26802018-01-04 Joel Brobecker <brobecker@adacore.com>
2681
2682 PR gdb/22670
2683 * gdb.ada/maint_with_ada: New testcase.
2684
289483b6
JB
26852018-01-04 Joel Brobecker <brobecker@adacore.com>
2686
2687 PR gdb/22670
2688 * gdb.ada/bp_c_mixed_case: New testcase.
2689
344420da
JB
26902018-01-04 Joel Brobecker <brobecker@adacore.com>
2691
2692 PR gdb/22670
2693 * gdb.ada/complete.exp: Add "complete break ada" test.
2694
66fc87a0
JB
26952018-01-04 Joel Brobecker <brobecker@adacore.com>
2696
2697 PR gdb/22670
2698 * gdb.ada/info_addr_mixed_case: New testcase.
2699
9f757bf7
XR
27002018-01-03 Xavier Roirand <roirand@adacore.com>
2701
2702 * gdb.ada/excep_handle.exp: New testcase.
2703 * gdb.ada/excep_handle/foo.adb: New file.
2704 * gdb.ada/excep_handle/pck.ads: New file.
2705
bd570f80
JB
27062018-01-03 Joel Brobecker <brobecker@adacore.com>
2707
2708 * gdb.base/step-line.c: Add extra empty line in copyright header.
2709 * gdb.base/step-line.inp: Likewise.
2710
9fe561ab
JB
27112018-01-02 Joel Brobecker <brobecker@adacore.com>
2712
2713 * gdb.ada/dyn_stride.exp: Add slice test.
2714
a405673c
JB
27152018-01-02 Joel Brobecker <brobecker@adacore.com>
2716
2717 * gdb.ada/dyn_stride: New testcase.
2718
cef0f868
SH
27192017-12-27 Stafford Horne <shorne@gmail.com>
2720
2721 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2722 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2723
b67d92b0
SH
27242017-12-27 Stafford Horne <shorne@gmail.com>
2725
2726 * gdb.base/reggroups.c: New file.
2727 * gdb.base/reggroups.exp: New file.
2728
eccab96d
JB
27292017-12-18 Joel Brobecker <brobecker@adacore.com>
2730
2731 * gdb.dwarf2/ada-valprint-error.c: New file.
2732 * gdb.dwarf2/ada-valprint-error.exp: New file.
2733
0e2da9f0
JB
27342017-12-18 Joel Brobecker <brobecker@adacore.com>
2735
2736 * gdb.ada/assign_arr: New testcase.
2737
cb923fcc
XR
27382017-12-18 Xavier Roirand <roirand@adacore.com>
2739
2740 * gdb.ada/funcall_ptr: New testcase.
2741
7c161838
SDJ
27422017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2743
2744 PR cli/16224
2745 * gdb.base/ptype-offsets.cc: New file.
2746 * gdb.base/ptype-offsets.exp: New file.
2747
1af17fd9
YQ
27482017-12-15 Yao Qi <yao.qi@linaro.org>
2749
2750 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2751 if XML is disabled.
2752
828d5846
XR
27532017-12-15 Xavier Roirand <roirand@adacore.com>
2754
2755 * gdb.ada/same_component_name: New testcase.
2756
79e8fcaa
JB
27572017-12-14 Joel Brobecker <brobecker@adacore.com>
2758
2759 * gdb.ada/str_binop_equal: New testcase.
2760
e05fa6f9
JB
27612017-12-14 Joel Brobecker <brobecker@adacore.com>
2762
2763 * gdb.ada/task_switch_in_core: New testcase.
2764
b89641ba
SM
27652017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2766
2767 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2768 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2769 call test_bkpt_qualified.
2770 (test_bkpt_qualified): New proc.
2771
6892d2e4
PA
27722017-12-13 Pedro Alves <palves@redhat.com>
2773
2774 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2775 Tighten regexp by matching with an anchor.
2776
a22ecf70
PA
27772017-12-13 Pedro Alves <palves@redhat.com>
2778
2779 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2780 ("expression with namespace"): New set of tests.
2781 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2782 (Nested::Test_NS::qux): New.
2783 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2784 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2785
9937536c
JB
27862017-12-13 Joel Brobecker <brobecker@adacore.com>
2787
2788 * gdb.base/server-del-break.c: New file.
2789 * gdb.base/server-del-break.exp: New file.
2790
fe49c6f5
SH
27912017-12-12 Stafford Horne <shorne@gmail.com>
2792
2793 * gdb.xml/tdesc-regs.exp: Add or1k support.
2794
c3d18620
SH
27952017-12-12 Stafford Horne <shorne@gmail.com>
2796
2797 * gdb.base/bp-permanent.c: Define nop of or1k.
2798
c5f9cfc8
JB
27992017-12-11 Joel Brobecker <brobecker@adacore.com>
2800
2801 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2802 output with components being reordered.
2803
a9c135fc
JB
28042017-12-11 Joel Brobecker <brobecker@adacore.com>
2805
2806 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2807 output with components being reordered.
2808
927aa2e7
JK
28092017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2810 Pedro Alves <palves@redhat.com>
2811
2812 * gdb.base/maint.exp (check for .gdb_index): Check also for
2813 .debug_names.
2814 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2815 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2816 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2817 (.gdb_index used after symbol reloading): Support also .debug_names.
2818 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2819
f17d9474
YQ
28202017-12-08 Yao Qi <yao.qi@linaro.org>
2821
2822 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2823 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2824
a0de8c21
YQ
28252017-12-08 Yao Qi <yao.qi@linaro.org>
2826
2827 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2828 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2829
a738ea1d
YQ
28302017-12-08 Yao Qi <yao.qi@linaro.org>
2831
2832 * gdb.arch/aarch64-tagged-pointer.c: New file.
2833 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2834
1cd9a73b
SDJ
28352017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2836
2837 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2838 "int".
2839
fa6eb693
KS
28402017-12-07 Keith Seitz <keiths@redhat.com>
2841
2842 PR breakpoints/22569
2843 * gdb.linespec/ls-errs.exp: Change expected result of "break
2844 -source this file has spaces.c -line 3".
2845 Check that an explicit source file followed by whitespace is
2846 identified as an invalid explicit location.
2847
883fd55a
KS
28482017-12-07 Keith Seitz <keiths@redhat.com>
2849
2850 * gdb.cp/nested-types.cc: New file.
2851 * gdb.cp/nested-types.exp: New file.
2852 * lib/cp-support.exp: Load data-structures.exp library.
2853 (debug_cp_test_ptype_class): New global.
2854 (cp_ptype_class_verbose, next_line): New procedures.
2855 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2856 Add and document new return value.
2857 Switch the list of lines to a queue.
2858 Add support for new `type' key for nested type definitions.
2859 Add debugging/troubleshooting messages.
2860 * lib/data-structures.exp: New file.
2861
ec72db3e
SM
28622017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2863
2864 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2865 with proc_with_prefix, don't use with_test_prefix.
2866
99598d71
TT
28672017-12-07 Tom Tromey <tom@tromey.com>
2868
2869 * gdb.base/break.exp: Add test for empty "commands".
2870
a8806230
YQ
28712017-12-07 Yao Qi <yao.qi@linaro.org>
2872
2873 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2874 malloc and catch syscall.
2875
824cc835
PM
28762017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2877
2878 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2879 tests for explicit locations.
2880
7cc244de
PA
28812017-12-06 Pedro Alves <palves@redhat.com>
2882
2883 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2884 force-disabling XML descriptions.
2885
50a1fdd5
PA
28862017-12-04 Pedro Alves <palves@redhat.com>
2887
2888 PR gdb/22499
2889 * gdb.arch/amd64-disp-step-avx.S: New file.
2890 * gdb.arch/amd64-disp-step-avx.exp: New file.
2891
f0fb2488
PA
28922017-12-03 Pedro Alves <palves@redhat.com>
2893
2894 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2895 and <string.h>.
2896 (parent_function): Print distinct messages when waitpid fails, or
2897 the child exits with a signal, or the child exits for an unhandled
2898 reason.
2899 * gdb.threads/process-dies-while-detaching.exp
2900 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2901 it. Wait for both inferior output and GDB's prompt. Use an
2902 indirect spawn id list.
2903 (do_detach): New parameter 'child_exit'. Use it to compute
2904 expected inferior output.
2905 (test_detach, test_detach_watch, test_detach_killed_outside):
2906 Adjust to pass down the expected child exit kind.
2907
97cbe998
SDJ
29082017-12-01 Joel Brobecker <brobecker@adacore.com>
2909 Sergio Durigan Junior <sergiodj@redhat.com>
2910 Pedro Alves <palves@redhat.com>
2911
2912 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2913
40fc416f
SDJ
29142017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2915
2916 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2917 to 'symbol-file' and 'add-symbol-file' can be
2918 position-independent.
2919
1cc75e92
YQ
29202017-12-01 Yao Qi <yao.qi@linaro.org>
2921
2922 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2923 the URL in copyright header.
2924 * gdb.arch/aarch64-fp.exp: Likewise.
2925 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2926 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2927 * gdb.base/expand-psymtabs.exp: Likewise.
2928 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2929 * gdb.fortran/common-block.exp: Likewise.
2930 * gdb.fortran/common-block.f90: Likewise.
2931 * gdb.fortran/logical.exp: Likewise.
2932 * gdb.fortran/vla-datatypes.f90: Likewise.
2933 * gdb.fortran/vla-sub.f90: Likewise.
2934
875fb7a7
JB
29352017-11-30 Joel Brobecker <brobecker@adacore.com>
2936
2937 * gdb.ada/repeat_dyn: New testcase.
2938
6f14765f
UW
29392017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2940
2941 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2942 Update for changed thread numbering.
2943 * gdb.cell/bt.exp: Update for changed GDB output.
2944
f1af7b94
SM
29452017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2946
2947 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2948 setting isremote by hand.
2949 * boards/dwarf4-gdb-index.exp: Likewise.
2950 * boards/fission.exp: Likewise.
2951 * boards/stabs.exp: Likewise.
2952
e3919f3e
PA
29532017-11-30 Pedro Alves <palves@redhat.com>
2954
2955 * gdb.linespec/cpls-ops.exp
2956 (check_explicit_skips_function_argument): Extract the underlying
2957 type of size_t instead of hardcoding it.
2958
bd69330d
PA
29592017-11-29 Pedro Alves <palves@redhat.com>
2960
2961 PR c++/19436
2962 * gdb.linespec/cpls-abi-tag.cc: New file.
2963 * gdb.linespec/cpls-abi-tag.exp: New file.
2964
a20714ff
PA
29652017-11-29 Pedro Alves <palves@redhat.com>
2966
2967 * gdb.base/langs.exp: Use -qualified.
2968 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2969 it.
2970 * gdb.cp/namespace.exp: Use -qualified.
2971 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2972 (overload-3, template-overload, template-ret-type, const-overload)
2973 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2974 procedures.
2975 (test_driver): Call them.
2976 * gdb.cp/save-bp-qualified.cc: New.
2977 * gdb.cp/save-bp-qualified.exp: New.
2978 * gdb.linespec/explicit.exp: Test -qualified.
2979 * lib/completion-support.exp (completion::explicit_opts_list): Add
2980 "-qualified".
2981 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2982
f6f1d339
PM
29832017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2984
2985 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2986
02ca603a
TT
29872017-11-29 Tom Tromey <tom@tromey.com>
2988
2989 * gdb.base/relocate.exp: Update invalid argument test.
2990 Add new tests for invalid arguments.
2991
ed6c0bfb
TP
29922017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2993
2994 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2995 Return 0 as a long.
2996 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2997
f106e10e
TP
29982017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2999
3000 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3001 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3002 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3003 func ().
3004 * gdb.cp/shadow.cc (B.func): Return 0.
3005
10329bb2
JB
30062017-11-27 Joel Brobecker <brobecker@adacore.com>
3007
3008 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3009 expected output in gdb_expect call to allow the exception
3010 message to be present as well. Fix syntax confusion to avoid
3011 TCL thinking that exception_name is an array.
3012
617cd4bc
UW
30132017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3014
3015 * gdb.arch/spu-info.c: Include <unistd.h>.
3016 (do_signal_test): Fix broken calls to write.
3017 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3018 Fix checks for empty mailboxes. Update signal tests for corrected
3019 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
3020 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3021 * gdb.cell/arch.exp: Use standard_output_file.
3022 * gdb.cell/break.exp: Likewise.
3023 * gdb.cell/bt.exp: Likewise.
3024 * gdb.cell/core.exp: Likewise.
3025 * gdb.cell/dwarfaddr.exp: Likewise.
3026 * gdb.cell/ea-cache.exp: Likewise.
3027 * gdb.cell/ea-standalone.exp: Likewise.
3028 * gdb.cell/f-regs.exp: Likewise.
3029 * gdb.cell/fork.exp: Likewise.
3030 * gdb.cell/gcore.exp: Likewise.
3031 * gdb.cell/mem-access.exp: Likewise.
3032 * gdb.cell/ptype.exp: Likewise.
3033 * gdb.cell/registers.exp: Likewise.
3034 * gdb.cell/sizeof.exp: Likewise.
3035 * gdb.cell/solib-symbol.exp: Likewise.
3036 * gdb.cell/solib.exp: Likewise.
617cd4bc 3037
a81aaca0
PA
30382017-11-25 Pedro Alves <palves@redhat.com>
3039
3040 * gdb.base/complete-empty.exp: New file.
3041 * gdb.base/completion.exp: Adjust.
3042
6a3c6ee4
PA
30432017-11-25 Pedro Alves <palves@redhat.com>
3044
3045 * gdb.linespec/cpls-ops.cc: New file.
3046 * gdb.linespec/cpls-ops.exp: New file.
3047 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3048 factored out from ...
3049 (test_complete_prefix_range): ... this.
3050
8955eb2d
PA
30512017-11-24 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.linespec/cpcompletion.exp: New file.
3054 * gdb.linespec/cpls-hyphen.cc: New file.
3055 * gdb.linespec/cpls.cc: New file.
3056 * gdb.linespec/cpls2.cc: New file.
3057 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3058 test to use test_gdb_complete_unique. Add label completion,
3059 keyword completion and explicit location completion tests.
3060 * lib/completion-support.exp: New file.
3061
e547c119
JB
30622017-11-24 Joel Brobecker <brobecker@adacore.com>
3063
3064 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3065 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3066 when hitting an exception catchpoint.
3067
7c3c1aa8
YQ
30682017-11-22 Yao Qi <yao.qi@linaro.org>
3069
3070 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3071
41bd68f5
SM
30722017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3073
3074 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3075 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3076 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3077
1daad298
YQ
30782017-11-22 Yao Qi <yao.qi@linaro.org>
3079
3080 * gdb.base/info-os.exp: Pass pthreads.
3081 * gdb.multi/multi-attach.exp: Likewise.
3082
88465e87
YQ
30832017-11-22 Yao Qi <yao.qi@linaro.org>
3084
3085 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3086 compiler.
3087
dc196b23
YQ
30882017-11-22 Yao Qi <yao.qi@linaro.org>
3089
3090 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3091 * gdb.base/break-interp.exp: Likewise.
3092 * gdb.base/jit-attach-pie.exp: Likewise.
3093
2400729e
UW
30942017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3095
3096 * gdb.base/float128.c (large128): New variable.
3097 * gdb.base/float128.exp: Add test to print largest __float128 value.
3098
7a26362d
UW
30992017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3100
3101 * gdb.arch/vsx-regs.exp: Update register content checks.
3102
ed0f4273
UW
31032017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3104
3105 * gdb.arch/ppc-longdouble.exp: New file.
3106 * gdb.arch/ppc-longdouble.c: Likewise.
3107
a25d69c6
PA
31082017-11-21 Pedro Alves <palves@redhat.com>
3109
3110 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3111
73fcf641
PA
31122017-11-20 Pedro Alves <palves@redhat.com>
3113
3114 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3115 (long_double_typedef): New typedefs.
3116 Use DEF on double and long double.
3117 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3118 cases.
3119 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3120 and 'long_double_ptr_same_size' locals. Use them to decide
3121 whether cast from array/function to float is valid/invalid.
3122
71a3c369
TT
31232017-11-17 Tom Tromey <tom@tromey.com>
3124
3125 * gdb.rust/traits.rs: New file.
3126 * gdb.rust/traits.exp: New file.
3127
ced9779b
JB
31282017-11-17 Joel Brobecker <brobecker@adacore.com>
3129
3130 * gdb.ada/minsyms: New testcase.
3131
a0922d80
PA
31322017-11-16 Pedro Alves <palves@redhat.com>
3133
3134 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3135 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3136
ea04e54c
PA
31372017-11-16 Pedro Alves <palves@redhat.com>
3138
3139 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3140 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3141
e849ea89
PA
31422017-11-16 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.server/reconnect-ctrl-c.c: New file.
3145 * gdb.server/reconnect-ctrl-c.exp: New file.
3146
d8ae99a7
PM
31472017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3148
3149 * gdb.python/py-rbreak.exp: New file.
3150 * gdb.python/py-rbreak.c: New file.
3151 * gdb.python/py-rbreak-func2.c: New file.
3152
968a13f8
PA
31532017-11-16 Pedro Alves <palves@redhat.com>
3154
3155 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3156 pattern.
3157 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3158 GDB.
3159
71774bc9
SM
31602017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3161
3162 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3163 regex.
3164
ddbb44cf
SM
31652017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3166
3167 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3168 test names.
3169
584a564f
PA
31702017-11-09 Pedro Alves <palves@redhat.com>
3171
3172 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3173 factored out from ...
3174 (top level): ... here, and adjusted to avoid expecting beyond the
3175 prompt in a single gdb_test_multiple.
3176
5ed7a928
PA
31772017-11-09 Pedro Alves <palves@redhat.com>
3178
3179 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3180 output.
3181 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3182 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3183 * gdb.server/ext-run.exp ("kill" test): Likewise.
3184 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3185
a60e0738
PA
31862017-11-09 Pedro Alves <palves@redhat.com>
3187
3188 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3189 match till end of line.
3190
2c88253f
PA
31912017-11-09 Pedro Alves <palves@redhat.com>
3192
3193 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3194
c7a38517
PA
31952017-11-09 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3198 New procedures, factored out from ...
3199 (top level): ... here, and adjusted to avoid expecting beyond the
3200 prompt in one go.
3201
f29f4b6b
PA
32022017-11-09 Pedro Alves <palves@redhat.com>
3203
3204 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3205 output. Fix '?' match.
3206
286acbb5
JB
32072017-11-08 Joel Brobecker <brobecker@adacore.com>
3208
3209 * gdb.ada/scoped_watch: New testcase.
3210 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3211 which is actually correct.
3212 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3213 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3214
62d7ae92
PA
32152017-11-08 Pedro Alves <palves@redhat.com>
3216
3217 * gdb.gdb/complaints.exp (test_initial_complaints)
3218 (test_serial_complaints, test_short_complaints): Call
3219 complaint_internal instead of complaint.
3220
280ca31f
DT
32212017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3222
3223 * gdb.threads/tls-core.c: New file.
3224 * gdb.threads/tls-core.exp: Likewise.
3225
b5ec771e
PA
32262017-11-08 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3229 (p Exported_Capitalized): New test.
3230 (p exported_capitalized): New test.
3231
a02b41a7
PA
32322017-11-07 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3235
95e95a6d
PA
32362017-11-07 Pedro Alves <palves@redhat.com>
3237
3238 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3239 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3240 (disable_invalid, disable_inverted, disable_negative): New
3241 procedures.
3242 ("bad numbers"): New set of tests.
3243
cee62dbd
PA
32442017-11-07 Pedro Alves <palves@redhat.com>
3245
3246 * gdb.cp/ena-dis-br-range.exp: Add tests.
3247
cc638e86
PA
32482017-11-07 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3251
d0fe4701
XR
32522017-11-07 Xavier Roirand <roirand@adacore.com>
3253 Pedro Alves <palves@redhat.com>
3254
3255 * gdb.base/ena-dis-br.exp: Add reference to
3256 gdb.cp/ena-dis-br-range.exp.
3257 * gdb.cp/ena-dis-br-range.exp: New file.
3258 * gdb.cp/ena-dis-br-range.cc: New file.
3259
46f67f80
PA
32602017-11-06 Pedro Alves <palves@redhat.com>
3261
3262 * gdb.base/attach-non-pgrp-leader.c: New.
3263 * gdb.base/attach-non-pgrp-leader.exp: New.
3264
726e1356
PA
32652017-11-06 Pedro Alves <palves@redhat.com>
3266
3267 * configure.ac: No longer check for termio.h and sgtty.h.
3268 * configure: Regenerate.
3269 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3270 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3271 Remove termio and sgtty code.
3272
50ab6ace
YQ
32732017-11-03 Yao Qi <yao.qi@linaro.org>
3274
3275 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3276 in GDB is disabled.
3277
8e68731c
YQ
32782017-11-03 Yao Qi <yao.qi@linaro.org>
3279
3280 * gdb.python/py-thrhandle.exp: Skip it if python is not
3281 enabled.
3282
3a87ae65
SM
32832017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3284
3285 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3286 as a breakpoint command.
3287
484d8d36
MD
32882017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3289
3290 PR python/21213
3291 * gdb.python/py-infthread.exp: Test calling
3292 InferiorThread.inferior () multiple times in a row.
3293
4a27f119
KS
32942017-10-27 Keith Seitz <keiths@redhat.com>
3295
3296 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3297 Test "info break" for every inlined function breakpoint.
3298
bb11dd58
YQ
32992017-10-27 Yao Qi <yao.qi@linaro.org>
3300
3301 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3302
a43f3893
PF
33032017-10-26 Patrick Frants <osscontribute@gmail.com>
3304
3305 * gdb.cp/classes.exp (test_static_members): Test printing
3306 Outer::instance.
3307 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3308 (Inner::instance, Outer::instance): New.
3309
792ccf00
PA
33102017-10-24 Pedro Alves <palves@redhat.com>
3311
3312 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3313 extra console" test in two stages.
3314
eb2bfbad
PA
33152017-10-24 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3318
1f75a651
PA
33192017-10-24 Pedro Alves <palves@redhat.com>
3320
3321 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3322 loop.
3323
779990d9
PA
33242017-10-24 Pedro Alves <palves@redhat.com>
3325
3326 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3327 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3328
ad9b8f5d
PA
33292017-10-24 Pedro Alves <palves@redhat.com>
3330
3331 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3332 parameter and handle it. Don't output read value in test name.
3333
fee6da6e
PA
33342017-10-24 Pedro Alves <palves@redhat.com>
3335
3336 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3337 custom test name.
3338
10389c2c
PA
33392017-10-24 Pedro Alves <palves@redhat.com>
3340
3341 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3342 include the unstable output directory name in the test's name.
3343 (initial_setup_simple) <'set args'>: Use custom test name.
3344
a80e65a9
PA
33452017-10-24 Pedro Alves <palves@redhat.com>
3346
3347 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3348 with explicit test name.
3349
15763a09
PA
33502017-10-20 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3353 'wait -i'. Use gdb_assert and remote_close.
3354
49a4ce2e
AB
33552017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3356
3357 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3358 number from variable rather than hard-coded.
3359
a75868f5
PA
33602017-10-19 Pedro Alves <palves@redhat.com>
3361
3362 * gdb.base/long-inferior-output.c: New file.
3363 * gdb.base/long-inferior-output.exp: New file.
3364
c8ba13ad
KS
33652017-11-18 Keith Seitz <keiths@redhat.com>
3366
3367 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3368 method.
3369 (main): Call it.
3370 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3371 Add additional user-defined conversion operator tests.
3372
b27de576
PA
33732017-10-17 Pedro Alves <palves@redhat.com>
3374
3375 * boards/native-stdio-gdbserver.exp: Load "local-board".
3376
8484c955
PA
33772017-10-17 Pedro Alves <palves@redhat.com>
3378
3379 * gdb.base/quit-live.c: New file.
3380 * gdb.base/quit-live.exp: New file.
3381
83d5a34d
KS
33822017-10-16 Keith Seitz <keiths@redhat.com>
3383
3384 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3385 (class_with_protected_typedef, class_with_private_typedef)
3386 (struct_with_public_typedef, struct_with_protected_typedef)
3387 (struct_with_private_typedef): New classes/structs.
3388 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3389 typedefs and access specifiers.
3390
739b3f1d
PA
33912017-10-16 Pedro Alves <palves@redhat.com>
3392 Simon Marchi <simon.marchi@polymtl.ca>
3393
3394 * README (Local vs Remote vs Native): New section.
3395 * boards/local-board.exp: New file, with bits factored out from
3396 ...
3397 * boards/native-extended-gdbserver.exp: ... here. Load
3398 "local-board".
3399 * boards/native-gdbserver.exp: Load "local-board".
3400 (${board}_spawn, ${board}_exec): Delete.
3401 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3402 ...
3403 * boards/stdio-gdbserver-base.exp: ... this new file.
3404 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3405 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3406 procedure.
3407 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3408 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3409 stdio_gdbserver_command.
3410 (${board}_get_remote_address, ${board}_get_comm_port)
3411 (${board}_download, ${board}_upload): Delete.
3412 (get_target_remote_pipe_cmd): New.
3413
fe68b953
SM
34142017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3415
3416 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3417 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3418 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3419 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3420 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3421 remove with_test_prefix.
3422
300b6685
PA
34232017-10-13 Pedro Alves <palves@redhat.com>
3424
3425 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3426 * gdb.base/annota1.exp: Use it instead of is_remote.
3427 * gdb.base/annota3.exp: Use it instead of is_remote.
3428 * gdb.cp/annota2.exp: Use it instead of is_remote.
3429 * gdb.cp/annota3.exp: Use it instead of is_remote.
3430 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3431
50500caf
PA
34322017-10-13 Pedro Alves <palves@redhat.com>
3433
3434 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3435 (test_num_test_vars, run_and_count_vars, find_env)
3436 (test_set_unset_env, test_inherit_env_var): New procedures.
3437 (top level): Use them.
3438
dad0c6d2
PA
34392017-10-13 Pedro Alves <palves@redhat.com>
3440
3441 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3442 also skip on stub-like targets.
3443
8b0553c1
PA
34442017-10-13 Pedro Alves <palves@redhat.com>
3445
3446 PR gdb/22293
3447 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3448 (top level): Move some tests to ...
3449 (test_not_found): ... this new procedure.
3450 (top level): Call it.
3451
7594f623
PA
34522017-10-13 Pedro Alves <palves@redhat.com>
3453
3454 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3455 expect different "info terminal" output if testing with a
3456 non-native target.
3457
ebe3b402
PA
34582017-10-13 Pedro Alves <palves@redhat.com>
3459 Simon Marchi <simon.marchi@polymtl.ca>
3460
3461 PR python/12966
3462 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3463
42f1b161
PA
34642017-10-13 Pedro Alves <palves@redhat.com>
3465
3466 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3467 already.
3468
8d6ef72b
PA
34692017-10-13 Pedro Alves <palves@redhat.com>
3470
3471 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3472 is_remote.
3473
d7bcd5b8
PA
34742017-10-13 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3477 is_remote.
3478
df479dc6
PA
34792017-10-13 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3482 is set.
3483 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3484 instead of is_remote.
3485
23fb630a
PA
34862017-10-13 Pedro Alves <palves@redhat.com>
3487
3488 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3489 (top level): Add comment.
3490
cc77b1dc
PA
34912017-10-13 Pedro Alves <palves@redhat.com>
3492
3493 * gdb.base/remote.exp (top level): Fix comment typo and add
3494 missing return.
3495
27c9e813
PA
34962017-10-13 Pedro Alves <palves@redhat.com>
3497 Simon Marchi <simon.marchi@polymtl.ca>
3498
3499 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3500 calls and add comments. Skip test if use_gdb_stub is set.
3501 (top level): Use "set cwd" command instead of "cd" command.
3502
5e830d98
PA
35032017-10-13 Pedro Alves <palves@redhat.com>
3504
3505 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3506 is_remote target check.
3507
f5ca0032
PA
35082017-10-13 Pedro Alves <palves@redhat.com>
3509
3510 * gdb.base/scope.exp: Use build_executable + clean_restart +
3511 gdb_file_cmd instead of prepare_for_testing and no longer skip
3512 "before run" tests on is_remote target boards. Update comments.
3513 * boards/native-extended-gdbserver.exp
3514 (extended_gdbserver_load_last_file): New, factored out from ...
3515 (gdb_load): ... this. Move further below and add comment.
3516 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3517
8aed1c0d
PA
35182017-10-12 Pedro Alves <palves@redhat.com>
3519
3520 * gdb.base/attach.exp: Remove references to gdb64.
3521 * gdb.base/dbx.exp: Remove references to gdb64.
3522
cfa34c87
SM
35232017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3524 Pedro Alves <palves@redhat.com>
3525
3526 * gdb.base/label.exp: Remove is_remote target check.
3527
9192b7de
PA
35282017-10-12 Pedro Alves <palves@redhat.com>
3529
3530 * gdb.base/auvx.exp (coredir): Update comment.
3531 (top level) <core_works>: Use "set cwd" command instead of "cd"
3532 command.
3533
6bf0052d
PA
35342017-10-12 Pedro Alves <palves@redhat.com>
3535 Simon Marchi <simon.marchi@polymtl.ca>
3536
3537 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3538 target boards.
3539
e48ef82d
PA
35402017-10-12 Pedro Alves <palves@redhat.com>
3541 Simon Marchi <simon.marchi@polymtl.ca>
3542
3543 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3544 Instead skip if there's any gdb_protocol set.
3545
8d7aea57
SM
35462017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3547 Pedro Alves <palves@redhat.com>
3548
3549 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3550
30440677
PA
35512017-10-12 Pedro Alves <palves@redhat.com>
3552 Simon Marchi <simon.marchi@polymtl.ca>
3553
3554 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3555 instead of on dejagnu remote boards.
3556
4e04f045 35572017-10-12 Pedro Alves <palves@redhat.com>
175654b9 3558 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
3559
3560 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3561 checks. Use build_executable + clean_restart instead of
3562 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3563 of enabling non-stop after starting gdb.
3564
871a186e
PA
35652017-10-12 Pedro Alves <palves@redhat.com>
3566
3567 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3568 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3569 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3570 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3571
56d704da
AK
35722017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3573
3574 * gdb.arch/arc-tdesc-cpu.exp: New file.
3575 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3576
2f20e312
SM
35772017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3578
3579 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3580
65630365
PA
35812017-10-10 Pedro Alves <palves@redhat.com>
3582
3583 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3584 expect CLI output.
3585
bf469271
PA
35862017-10-10 Pedro Alves <palves@redhat.com>
3587
3588 * lib/selftest-support.exp (selftest_setup): Update for
3589 captured_command_loop's prototype change.
3590
777a42f1
PA
35912017-10-09 Pedro Alves <palves@redhat.com>
3592
3593 Test both arch1=>arch2 and arch2=>arch1.
3594
3595 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3596 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3597 factored out to...
3598 (append_arch1_options, append_arch2_options, append_arch_options)
3599 (build_executables): New procedures.
3600 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3601 local.
3602 (top level): Add new 'first_arch' testing axis.
3603
cbd2b4e3
PA
36042017-10-09 Pedro Alves <palves@redhat.com>
3605
3606 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3607 (barrier): New.
3608 (thread_start, all_started): New functions.
3609 (main): Spawn new thread and wait until it is scheduled.
3610 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3611 option.
3612 (do_test): Add 'selected_thread' parameter. Run to all_started
3613 instead of main. Explicitly set the breakpoint at main. Switch
3614 to the SELECTED_THREAD thread.
3615 (top level): Test handling the exec event with either the main
3616 thread or the second thread selected.
3617
5c9e4427
PA
36182017-10-09 Pedro Alves <palves@redhat.com>
3619
3620 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3621 logic. Move STOP marker after the value checks.
3622 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3623 regexp.
3624
b3b7c423
SL
36252017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3626
3627 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3628
3b4b2f16
UW
36292017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3630
3631 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3632 integer-to-dfp conversion.
3633 * gdb.base/dfp-test.exp: Likewise.
3634
5cd63fda
PA
36352017-10-04 Pedro Alves <palves@redhat.com>
3636
3637 * gdb.multi/hangout.c: Include <unistd.h>.
3638 (hangout_loop): New function.
3639 (main): Call alarm. Call hangout_loop in a loop.
3640 * gdb.multi/hello.c: Include <unistd.h>.
3641 (hello_loop): New function.
3642 (main): Call alarm. Call hangout_loop in a loop.
3643 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3644 inferior with the other selected.
3645
4c71c105
SM
36462017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3647
3648 * gdb.mi/list-thread-groups-available.exp: New file.
3649 * gdb.mi/list-thread-groups-available.c: New file.
3650
bc3b087d
SDJ
36512017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3652
3653 * gdb.base/set-cwd.exp: Make it available on
3654 native-extended-gdbserver.
3655
d092c5a2
SDJ
36562017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3657
3658 * gdb.base/set-cwd.c: New file.
3659 * gdb.base/set-cwd.exp: Likewise.
3660
45320ffa
TT
36612017-10-02 Tom Tromey <tom@tromey.com>
3662
3663 PR rust/22236:
3664 * gdb.rust/simple.rs (main): New variable "fslice".
3665 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3666
b3e3859b
TT
36672017-10-02 Tom Tromey <tom@tromey.com>
3668
3669 * gdb.rust/simple.exp: Test ptype of a slice.
3670
01af5e0d
TT
36712017-10-02 Tom Tromey <tom@tromey.com>
3672
3673 * gdb.rust/simple.exp: Test index of slice.
3674
a9bbfbd8
TT
36752017-09-27 Tom Tromey <tom@tromey.com>
3676
3677 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3678
df8899e5
TP
36792017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3680 Pedro Alves <palves@redhat.com>
3681
3682 * gdb.base/compare-sections.exp (get value of read-only section): Read
3683 as unsigned value.
3684 (corrupt read-only section): Likewise and don't set written if patching
3685 failed.
3686
757bf54b
KB
36872017-09-21 Kevin Buettner <kevinb@redhat.com>
3688
3689 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3690 files.
3691
06871ae8
PA
36922017-09-20 Pedro Alves <palves@redhat.com>
3693
3694 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3695 symbol names in gdb's output.
3696 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3697
e5f25bc5
PA
36982017-09-20 Pedro Alves <palves@redhat.com>
3699
3700 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3701 Rename to ...
3702 (test_list_ambiguous_symbol): ... this and add a symbol name
3703 parameter. Adjust.
3704 (test_list_ambiguous_function): Reimplement on top of
3705 test_list_ambiguous_symbol and also test listing ambiguous
3706 variables.
3707 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3708 (ambiguous_fun): ... this.
3709 (ambiguous_var): New.
3710 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3711 (ambiguous_fun): ... this.
3712 (ambiguous_var): New.
3713
4e5a4f58
JB
37142017-09-19 John Baldwin <jhb@FreeBSD.org>
3715
3716 * gdb.base/starti.c: New file.
3717 * gdb.base/starti.exp: New file.
3718 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3719
26e53f3e
PA
37202017-09-14 Pedro Alves <palves@redhat.com>
3721
3722 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3723 (top level): Use it instead of runto.
3724
cb791d59
TT
37252017-09-11 Tom Tromey <tom@tromey.com>
3726
3727 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3728
7c96f8c1
TT
37292017-09-11 Tom Tromey <tom@tromey.com>
3730
3731 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3732 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3733
469412dd
CW
37342017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3735
3736 * gdb.fortran/printing-types.exp: New file.
3737 * gdb.fortran/printing-types.exp: New file.
3738
e0f86435
BH
37392017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3740
3741 * gdb.fortran/vla-ptype.exp: Fix typos.
3742 * gdb.fortran/vla-value.exp: Same.
3743
9e9af4be
BH
37442017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3745
3746 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3747 * gdb.mi/mi-var-child-f.exp: Likewise.
3748 * gdb.mi/mi-vla-fortran.exp: Likewise.
3749
a5ad232b
FP
37502017-09-08 Frank Penczek <frank.penczek@intel.com>
3751 Christoph Weinmann <christoph.t.weinmann@intel.com>
3752 Bernhard Heckel <bernhard.heckel@intel.com>
3753
3754 * gdb.fortran/ptr-indentation.f90: New file.
3755 * gdb.fortran/ptr-indentation.exp: New file.
3756
5aec60eb
TT
37572017-09-05 Tom Tromey <tom@tromey.com>
3758
3759 PR gdb/22010:
3760 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3761
8f8f8152
TP
37622017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3763
3764 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3765
fbd1b771
JK
37662017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3767
3768 * gdb.threads/tls-nodebug-pie.c: New file.
3769 * gdb.threads/tls-nodebug-pie.exp: New file.
3770
5eb5f850
TT
37712017-09-05 Tom Tromey <tom@tromey.com>
3772
3773 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3774 for rust.
3775
ae780a21
SM
37762017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3777
3778 * gdb.multi/multi-arch-exec.exp: Test with different
3779 "follow-exec-mode" settings.
3780 (do_test): New procedure.
3781
3693fdb3
PA
37822017-09-04 Pedro Alves <palves@redhat.com>
3783
3784 * gdb.base/func-static.c (S::method const, S::method volatile)
3785 (S::method volatile const): New methods.
3786 (c_s, v_s, cv_s): New instances.
3787 (main): Call method() on them.
3788 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3789 (cannot_resolve): New procedure.
3790 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3791 print-quote-unquoted columns.
3792 (do_test): Test printing each scope too.
3793
e68cb8e0
PA
37942017-09-04 Pedro Alves <palves@redhat.com>
3795
3796 * gdb.base/local-static.exp: Also test with
3797 class::method::variable wholly quoted.
3798 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3799
858be34c
PA
38002017-09-04 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.base/local-static.c: New.
3803 * gdb.base/local-static.cc: New.
3804 * gdb.base/local-static.exp: New.
3805
46a4882b
PA
38062017-09-04 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.asm/asm-source.exp: Add casts to int.
3809 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3810 (dataglobal64_1, dataglobal64_2): New globals.
3811 * gdb.base/nodebug.exp: Test different expressions involving the
3812 new globals, with print, whatis and ptype. Add casts to int.
3813 * gdb.base/solib-display.exp: Add casts to int.
3814 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3815 * gdb.cp/m-static.exp: Add cast to int.
3816 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3817 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3818 tls variable with no debug info without a cast. Test with a cast
3819 to int too.
3820 * gdb.trace/entry-values.exp: Add casts.
3821
2c5a2be1
PA
38222017-09-04 Pedro Alves <palves@redhat.com>
3823
3824 * gdb.base/nodebug.exp: Test that ptype's error about functions
3825 with unknown return type includes the function name too.
3826
7022349d
PA
38272017-09-04 Pedro Alves <palves@redhat.com>
3828
3829 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3830 return type of munmap in infcall.
3831 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3832 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3833 type of ftell in infcall.
3834 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3835 type of getpid in infcall.
3836 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3837 infcall.
3838 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3839 Bail on failure to extract the pid.
3840 * gdb.base/nodebug.c: #include <stdint.h>.
3841 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3842 New functions.
3843 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3844 Change expected output of print/whatis/ptype with functions with
3845 no debug info. Test all supported languages. Call
3846 test_call_promotion.
3847 * gdb.compile/compile.exp: Adjust expected output to expect
3848 warning.
3849 * gdb.threads/siginfo-threads.exp: Likewise.
3850
54990598
PA
38512017-09-04 Pedro Alves <palves@redhat.com>
3852
3853 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3854 "prototypes". Test calling float functions via prototyped and
3855 unprototyped function pointers.
3856 (perform_all_tests): New parameter "prototypes". Pass it down.
3857 (top level): Pass down "prototypes" parameter to
3858 perform_all_tests.
3859
34d16ea2
SM
38602017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3861
3862 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3863 Test with nested loops.
3864
9521ecda
SM
38652017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3866
3867 * gdb.base/commands.exp: Call the new procedures.
3868 (loop_break_test, loop_continue_test): New procedures.
3869
80a65e9b
SM
38702017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3871
3872 * gdb.base/commands.exp: Call new procedure.
3873 (define_if_without_arg_test): New procedure.
3874
e439fa14
PA
38752017-09-04 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.base/list-ambiguous.exp: New file.
3878 * gdb.base/list-ambiguous0.c: New file.
3879 * gdb.base/list-ambiguous1.c: New file.
3880 * gdb.base/list.exp (test_list_range): Adjust expected output.
3881
0a2dde4a
SDJ
38822017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3883
3884 * gdb.base/share-env-with-gdbserver.c: New file.
3885 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3886
5e89eb3a
SM
38872017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3888
3889 * gdb.base/commands.exp (gdbvar_simple_if_test,
3890 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3891 progvar_simple_if_test, progvar_simple_while_test,
3892 progvar_complex_if_while_test, user_defined_command_test,
3893 user_defined_command_args_eval,
3894 user_defined_command_args_stack_test,
3895 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3896 temporary_breakpoint_commands,
3897 gdb_test_no_prompt, redefine_hook_test,
3898 redefine_backtrace_test): Remove "global gdb_prompt".
3899
fd437cbc
SM
39002017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3901
3902 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3903 New proc, call it from toplevel.
3904
87215ad1
SDJ
39052017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3906
3907 PR remote/21852
3908 * gdb.server/normal.c: New file, copied from gdb.base.
3909 * gdb.server/run-without-local-binary.exp: New file.
3910
58afddc6
WP
39112017-08-07 Weimin Pan <weimin.pan@oracle.com>
3912
3913 * gdb.arch/sparc64-adi.exp: New file.
3914 * gdb.arch/sparc64-adi.c: New file.
3915
5277199a
PA
39162017-08-22 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3919 (top level): Add "list all overloads" tests.
3920
14278e1f
TT
39212017-08-22 Tom Tromey <tom@tromey.com>
3922
3923 * gdb.gdb/xfullpath.exp: Remove.
3924
bf223d3e
PA
39252017-08-21 Pedro Alves <palves@redhat.com>
3926
3927 PR gdb/19487
3928 * gdb.base/symbol-alias.c: New.
3929 * gdb.base/symbol-alias2.c: New.
3930 * gdb.base/symbol-alias.exp: New.
3931
c973d0aa
PA
39322017-08-21 Pedro Alves <palves@redhat.com>
3933
3934 * gdb.base/dfp-test.c
3935 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3936 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3937 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3938 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3939 * gdb.base/whatis-ptype-typedefs.c: New.
3940 * gdb.base/whatis-ptype-typedefs.exp: New.
3941 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3942 (an_int, an_int_type, an_int_type2): New globals.
3943 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3944 involving typedefs and cast expressions.
3945 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3946 (lookup_typedefs_function): New.
3947 (typedefs_pretty_printers_dict): New.
3948 (top level): Register lookup_typedefs_function in
3949 gdb.pretty_printers.
3950
6d580b63
YQ
39512017-08-18 Yao Qi <yao.qi@linaro.org>
3952
3953 * gdb.server/unittest.exp: New.
3954
206726fb
SDJ
39552017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3956
3957 PR gdb/21954
3958 * gdb.base/environ.exp: Add test to check if 'unset environment'
3959 works.
3960
bf0ec4c2
AA
39612017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3962
3963 * lib/gdb.exp (universal_compile_options): New caching proc.
3964 (gdb_compile): Suppress GCC's coloring of messages.
3965
d6382fff
TT
39662017-08-14 Tom Tromey <tom@tromey.com>
3967
3968 PR gdb/21675:
3969 * gdb.base/printcmds.exp (test_radices): New function.
3970 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3971 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3972 * lib/gdb.exp (get_integer_valueof): Use p/d.
3973
c2c2dd9f
SM
39742017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3975
3976 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3977 characters.
3978
fdffd6f4
TT
39792017-08-05 Tom Tromey <tom@tromey.com>
3980
3981 * gdb.rust/simple.exp: Allow String to appear in a different
3982 namespace.
3983
27d41eac
YQ
39842017-07-26 Yao Qi <yao.qi@linaro.org>
3985
3986 * gdb.gdb/unittest.exp: Invoke command
3987 "maintenance check xml-descriptions".
3988
031ed05d
AA
39892017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3990
3991 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3992 calling context.
3993 (hex128): Drop erroneous calculation of parameters.
3994
dcd27ddf
SM
39952017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3996
3997 * gdb.python/py-unwind.exp: Disable stack protection when
3998 building test file.
3999
47e77640
PA
40002017-07-20 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.base/default.exp (set language): Adjust expected output.
4003
62d2a18a
PA
40042017-07-20 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4007 (test_minsym): ... this, and make static.
4008 (get_pck__foo__bar__minsym): Rename to ...
4009 (get_test_minsym): ... this.
4010 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4011 symbol names and comments.
4012 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4013 (get_test_minsym): ... this.
4014 (pck__foo__bar__minsym__2): Rename to ...
4015 (test_minsym): ... this.
4016 (main): Adjust.
4017
c45ec17c
PA
40182017-07-17 Pedro Alves <palves@redhat.com>
4019
4020 * gdb.base/completion.exp: Adjust expected output.
4021 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4022 the completer works.
4023
c6756f62
PA
40242017-07-17 Pedro Alves <palves@redhat.com>
4025
4026 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4027
5bd68487
AB
40282017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4029
4030 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4031
8880f2a9
TT
40322017-07-14 Tom Tromey <tom@tromey.com>
4033
4034 PR rust/21764:
4035 * gdb.rust/simple.exp: Add tests.
4036
65547233
TT
40372017-07-14 Tom Tromey <tom@tromey.com>
4038
4039 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4040
8f14146e
PA
40412017-07-14 Pedro Alves <palves@redhat.com>
4042
4043 * gdb.linespec/base/one/thefile.cc (z1): New function.
4044 * gdb.linespec/base/two/thefile.cc (z2): New function.
4045 * gdb.linespec/linespec.exp: Add tests.
4046
b4365d02
AB
40472017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4048
4049 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4050 to mi_create_breakpoint.
4051
5d2cbaa5
AB
40522017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4053
4054 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4055 mi_create_breakpoint.
4056
11cb5716
IB
40572017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4058
4059 * gdb.dlang/demangle.exp: Update for demangling changes.
4060
03278692
TT
40612017-07-09 Tom Tromey <tom@tromey.com>
4062
4063 * gdb.dwarf2/shortpiece.exp: New file.
4064
33c5cd75
DB
40652017-07-06 David Blaikie <dblaikie@gmail.com>
4066
4067 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4068 built from fissiont-multi-cu{1,2}.c.
4069 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4070 except putting 'main' and 'func' in separate CUs in the same DWO file.
4071 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4072 test.
4073 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4074 test.
4075
8455d262
PA
40762017-07-06 Pedro Alves <palves@redhat.com>
4077
4078 * gdb.python/py-unwind.exp: Test flushregs.
4079
dc4bde35
SDJ
40802017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4081
4082 PR cli/21688
4083 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4084 tests for alias commands and trailing whitespace.
4085
51ed89aa
SDJ
40862017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4087
4088 PR cli/21688
4089 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4090 procedure. Call it.
4091
eb17d413
PA
40922017-06-29 Pedro Alves <palves@redhat.com>
4093
4094 * gdb.base/printcmds.exp: Add tests.
4095
41664b45
DG
40962017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4097
4098 PR gdb/21337
4099 * gdb.base/reread-readsym.exp: New file.
4100 * gdb.base/reread-readsym.c: New file.
4101
75312ae3
KB
41022017-06-21 Kevin Buettner <kevinb@redhat.com>
4103
4104 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4105 subpattern.
4106
66953522
PB
41072017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4108
4109 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4110 extended mnemonic.
4111 * gdb.arch/powerpc-power9.s: Likewise.
4112
5524b525
AA
41132017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4114
4115 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4116 on 32-bit x86 targets. Exploit is_*_target macros where
4117 appropriate.
4118
03c8af18
AA
41192017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4120
4121 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4122 register pieces.
4123
3bf31011
AA
41242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4125
4126 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4127 located in one or more DWARF pieces.
4128
805acca0
AA
41292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4130
4131 * lib/gdb.exp (get_endianness): New proc.
4132 * gdb.arch/aarch64-fp.exp: Use it.
4133 * gdb.arch/altivec-regs.exp: Likewise.
4134 * gdb.arch/e500-regs.exp: Likewise.
4135 * gdb.arch/vsx-regs.exp: Likewise.
4136 * gdb.base/dump.exp: Likewise.
4137 * gdb.base/funcargs.exp: Likewise.
4138 * gdb.base/gnu_vector.exp: Likewise.
4139 * gdb.dwarf2/formdata16.exp: Likewise.
4140 * gdb.dwarf2/implptrpiece.exp: Likewise.
4141 * gdb.dwarf2/nonvar-access.exp: Likewise.
4142 * gdb.python/py-inferior.exp: Likewise.
4143 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4144
e9352324
AA
41452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4146
4147 PR gdb/21226
4148 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4149 stack value pieces are taken from the LSB end.
4150
d5d1163e
AA
41512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4152
4153 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4154 variable at nonzero offset.
4155
0567c986
AA
41562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4157
4158 * gdb.dwarf2/var-access.c: New file.
4159 * gdb.dwarf2/var-access.exp: New test.
4160 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4161
973e9aab
TT
41622017-06-12 Tom Tromey <tom@tromey.com>
4163
4164 * gdb.dwarf2/formdata16.exp: Add tests.
4165
d9109c80
TT
41662017-06-12 Tom Tromey <tom@tromey.com>
4167
4168 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4169
30a25466
TT
41702017-06-12 Tom Tromey <tom@tromey.com>
4171
4172 PR exp/16225:
4173 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4174 * gdb.arch/vsx-regs.exp: Update tests.
4175 * gdb.arch/s390-vregs.exp (hex128): New proc.
4176 Update test.
4177 * gdb.arch/altivec-regs.exp: Update tests.
4178
aefd8b33
SDJ
41792017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4180
4181 * gdb.base/startup-with-shell.c: New file.
4182 * gdb.base/startup-with-shell.exp: Likewise.
4183
2090129c
SDJ
41842017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4185
4186 * gdb.server/non-existing-program.exp: Update regex in order to
4187 reflect the fact that gdbserver is now using fork_inferior (with a
4188 shell) to startup the inferior.
4189
8e86a419
SM
41902017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4191
4192 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4193 support function calls from GDB.
4194
e6cf65f2
TT
41952017-05-21 Tom Tromey <tom@tromey.com>
4196
4197 PR rust/21466:
4198 * gdb.rust/unsized.exp: New file.
4199 * gdb.rust/unsized.rs: New file.
4200
43cc5389
TT
42012017-05-19 Tom Tromey <tom@tromey.com>
4202
4203 PR rust/21484:
4204 * gdb.rust/watch.exp: New file.
4205 * gdb.rust/watch.rs: New file.
4206
ec8df234
TT
42072017-05-18 Tom Tromey <tom@tromey.com>
4208
4209 * gdb.rust/simple.exp: Allow Box to be qualified.
4210
3e3e7fae
TP
42112017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4212
4213 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4214
59cc050d
PA
42152017-05-18 Pedro Alves <palves@redhat.com>
4216
4217 * gdb.base/fileio.c (test_write, test_read, test_close)
4218 (test_fstat): Don't print 'ret' in the fail path.
4219
c8f6abd1
PA
42202017-05-18 Pedro Alves <palves@redhat.com>
4221
4222 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4223 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4224 (test_system, test_rename, test_unlink, test_time): Change
4225 prototypes.
4226 * gdb.base/fileio.exp (stop_msg): Adjust.
4227
d2a03b77
PA
42282017-05-18 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.base/fileio.c (null_str): New global.
4231 (test_stat): Use it.
4232 * gdb.base/fileio.exp: Remove nowarnings.
4233
0d5c6999
YQ
42342017-05-17 Yao Qi <yao.qi@linaro.org>
4235
4236 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4237
21873064
YQ
42382017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4239
4240 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4241 argument command.
4242 (top-level): Invoke test_set_inferior_tty.
4243
d512d31c
PA
42442017-05-04 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4247 Add parens to print call for Python 3.
4248
90cef2ed
KS
42492017-05-03 Keith Seitz <keiths@redhat.com>
4250
4251 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4252 (main): Call it.
4253
14f819c8
TW
42542017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4255
4256 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4257 to prev and next.
4258
913aeadd
TW
42592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4260
4261 * gdb.python/py-record-btrace.exp: Remove test for
4262 gdb.BtraceInstruction.error.
4263
a3be24ad
TW
42642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4265
4266 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4267
ae20e79a
TW
42682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4269
4270 * gdb.python/py-record-btrace-threads.c: New file.
4271 * gdb.python/py-record-btrace-threads.exp: New file.
4272
45ce1b47
SDJ
42732017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4274
4275 PR testsuite/8595
4276 * gdb.base/environ.exp: Make test available in all architectures.
4277 Move bits related to "info program" testing to
4278 gdb.base/info-program.exp. Rewrite tests to use the two new
4279 procedures mentione below.
4280 (test_set_show_env_var) New procedure.
4281 (test_set_show_env_var_equal): Likewise.
4282 * gdb.base/info-program.exp: New file.
4283
e15c3eb4
KS
42842017-04-27 Keith Seitz <keiths@redhat.com>
4285
4286 * gdb.cp/oranking.cc (test15): New function.
4287 (main): Call test15 and declare additional variables for testing.
4288 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4289 "p foo101('abc')" tests.
4290 Add tests for cv qualifier overloads.
4291 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4292 "lvalue reference overload" test.
4293 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4294 "print value of f1 on Child&& in f2" test.
4295
3a3fd0fd
PA
42962017-04-19 Pedro Alves <palves@redhat.com>
4297
4298 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4299 procedure.
4300 (top level): Call it.
4301 * lib/gdb.exp (gdb_define_cmd): New procedure.
4302
53375380
PA
43032017-04-12 Pedro Alves <palves@redhat.com>
4304
4305 PR gdb/21323
4306 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4307 (wchar): New global.
4308 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4309 (do_test_wide_char, wide_char_types_no_program, top level): Add
4310 wchar_t testing.
4311
53e710ac
PA
43122017-04-12 Pedro Alves <palves@redhat.com>
4313
4314 PR c++/21323
4315 * gdb.cp/wide_char_types.c: New file.
4316 * gdb.cp/wide_char_types.exp: New file.
4317
0ad9d8c7
SDJ
43182017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4319
4320 PR gdb/21352
4321 * gdb.trace/tsv.exp: Add test for "tsave -r".
4322
b1b45502
IB
43232017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4324
4325 * gdb.dlang/watch-loc.c: New file.
4326 * gdb.dlang/watch-loc.exp: New file.
4327
ec13808e
JK
43282017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4329
4330 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4331
fe5f7374
AK
43322017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4333
4334 * gdb.arch/arc-analyze-prologue.S: New file.
4335 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4336
eea78757
AK
43372017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4338
4339 * gdb.arch/arc-decode-insn.S: New file.
4340 * gdb.arch/arc-decode-insn.exp: Likewise.
4341
5badf10a
IR
43422017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4343
4344 PR tdep/20928
4345 * gdb.arch/sparc64-regs.exp: New file.
4346 * gdb.arch/sparc64-regs.S: Likewise.
4347
cee59b3f
TW
43482017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4349
4350 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4351 and memory view on Python 3.
4352
c0f55cc6
AV
43532017-03-20 Artemiy Volkov <artemiyv@acm.org>
4354 Keith Seitz <keiths@redhat.com>
4355
4356 PR gdb/14441
4357 * gdb.cp/demangle.exp: Add rvalue reference tests.
4358 * gdb.cp/rvalue-ref-casts.cc: New file.
4359 * gdb.cp/rvalue-ref-casts.exp: New file.
4360 * gdb.cp/rvalue-ref-overload.cc: New file.
4361 * gdb.cp/rvalue-ref-overload.exp: New file.
4362 * gdb.cp/rvalue-ref-params.cc: New file.
4363 * gdb.cp/rvalue-ref-params.exp: New file.
4364 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4365 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4366 * gdb.cp/rvalue-ref-types.cc: New file.
4367 * gdb.cp/rvalue-ref-types.exp: New file.
4368 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4369 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4370
51457a05
MAL
43712017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4372
4373 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4374 New procedure.
4375
5b291c04
MAL
43762017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4377
4378 * lib/mi-support.exp (mi_gdb_test): Add additional message
4379 for unexpected output.
4380
59a56148
AA
43812017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4382
4383 * gdb.base/examine-backward.c (Barrier): New character array
4384 constant, to ensure that TestStrings is preceded by a string
4385 terminator.
4386
7942e96e
AA
43872017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4388
4389 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4390 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4391 and implicit pointer into such a location.
4392
6ebac3fb
DE
43932017-03-16 Doug Evans <dje@google.com>
4394
4395 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4396
ec3b243d
TP
43972017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4398
4399 * gdb.cp/m-static.exp: Fix expectation for prototype of
4400 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
4401
44022017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
4403
4404 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4405 * gdb.guile/scm-lazy-string.c: New file.
4406 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4407 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4408 for pointer, array, typedef lazy strings.
4409
2cc36e25 44102017-03-16 Doug Evans <dje@google.com>
34b43320
DE
4411
4412 PR python/17728, python/18439, python/18779
4413 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4414 * gdb.python/py-lazy-string.c (pointer): New typedef.
4415 (main): New locals ptr, array, typedef_ptr.
4416 * gdb.python/py-value.exp: Move lazy string tests to ...
4417 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4418 array, typedef lazy strings.
ec3b243d 4419
0efcde63
AK
44202017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4421
4422 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4423 Add optional 'test' parameter.
4424
7978d7c3
SM
44252017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4426
4427 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4428 Skip for versions of DejaGnu < 1.5.
4429
896c0c1e
SM
44302017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4431
4432 * lib/gdb.exp (dejagnu_version): New proc.
4433 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4434 Use dejagnu_version.
4435
5f4d1085
KS
44362017-03-10 Keith Seitz <keiths@redhat.com>
4437
4438 PR c++/8128
4439 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4440 type from destructor regexps.
4441 Add a branch which actually passes the test.
4442 Adjust "ptype t5i" test names.
4443
1de05205
PA
44442017-03-08 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.base/step-over-exit.exp: Add explicit test message.
4447
c65d6b55
PA
44482017-03-08 Pedro Alves <palves@redhat.com>
4449
4450 PR gdb/18360
4451 * gdb.threads/interrupt-while-step-over.c: New file.
4452 * gdb.threads/interrupt-while-step-over.exp: New file.
4453
2e86a283
PA
44542017-03-08 Pedro Alves <palves@redhat.com>
4455
4456 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4457 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4458
25dcbff6
PA
44592017-03-08 Pedro Alves <palves@redhat.com>
4460
4461 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4462 PKRU as not supported as a PASS.
4463
dc9366eb
PA
44642017-03-08 Pedro Alves <palves@redhat.com>
4465
4466 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4467 prefix instead of $binfile1/$binfile2.
4468 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4469 in test message.
4470 * gdb.python/py-completion.exp: Use "load python file" as test
4471 messages instead of unstable path names.
4472
6e5d74e7
PA
44732017-03-08 Pedro Alves <palves@redhat.com>
4474 Jan Kratochvil <jan.kratochvil@redhat.com>
4475
4476 PR cli/21218
4477 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4478 New proc.
4479 (top level): Call it.
4480
9753a2f6
PA
44812017-03-08 Pedro Alves <palves@redhat.com>
4482
4483 PR tui/21216
4484 * gdb.tui/tui-nl-filtered-output.exp: New file.
4485
1a4dd9dd
PA
44862017-03-08 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.base/completion.exp: Move TUI completion tests to ...
4489 * gdb.tui/completion.exp: ... this new file.
4490
7cbbff33
PA
44912017-03-08 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.base/tui-disasm-long-lines.c,
4494 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4495 gdb.base/tui-layout.exp: Move to ...
4496 * gdb.tui/: ... this new directory.
4497
5f6fd321
PA
44982017-03-07 Pedro Alves <palves@redhat.com>
4499
4500 * gdb.base/tui-layout.c: New file.
4501 * gdb.base/tui-layout.exp: New file.
4502
44959fa8
PA
45032017-03-07 Pedro Alves <palves@redhat.com>
4504
4505 * gdb.base/tui-layout.c: Rename to ...
4506 * gdb.base/tui-disasm-long-lines.c: ... this.
4507 * gdb.base/tui-layout.exp: Rename to ...
4508 * gdb.base/tui-disasm-long-lines.exp: ... this.
4509
f8c4e718
PA
45102017-03-07 Pedro Alves <palves@redhat.com>
4511
4512 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4513
6dbb839a 45142017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
4515
4516 * i386-mpx-call.c: New file.
4517 * i386-mpx-call.exp: New file.
4518
65b48a81
PB
45192017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4520
4521 * gdb.arch/powerpc-power.exp: Delete test.
4522 * gdb.arch/powerpc-power.s: Likewise.
4523 * gdb.disasm/disassembler-options.exp: New test.
4524 * gdb.arch/powerpc-altivec.exp: Likewise.
4525 * gdb.arch/powerpc-altivec.s: Likewise.
4526 * gdb.arch/powerpc-altivec2.exp: Likewise.
4527 * gdb.arch/powerpc-altivec2.s: Likewise.
4528 * gdb.arch/powerpc-altivec3.exp: Likewise.
4529 * gdb.arch/powerpc-altivec3.s: Likewise.
4530 * gdb.arch/powerpc-power7.exp: Likewise.
4531 * gdb.arch/powerpc-power7.s: Likewise.
4532 * gdb.arch/powerpc-power8.exp: Likewise.
4533 * gdb.arch/powerpc-power8.s: Likewise.
4534 * gdb.arch/powerpc-power9.exp: Likewise.
4535 * gdb.arch/powerpc-power9.s: Likewise.
4536 * gdb.arch/powerpc-vsx.exp: Likewise.
4537 * gdb.arch/powerpc-vsx.s: Likewise.
4538 * gdb.arch/powerpc-vsx2.exp: Likewise.
4539 * gdb.arch/powerpc-vsx2.s: Likewise.
4540 * gdb.arch/powerpc-vsx3.exp: Likewise.
4541 * gdb.arch/powerpc-vsx3.s: Likewise.
4542 * gdb.arch/arm-disassembler-options.exp: Likewise.
4543 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4544 * gdb.arch/s390-disassembler-options.exp: Likewise.
4545
17cd4947
LM
45462017-02-23 Luis Machado <lgustavo@codesourcery.com>
4547
4548 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4549 (check_supported_features): ... this. Changed return type to void.
4550 (supports_rdseed): New static global.
4551 (rdseed): Check supports_rdseed.
4552 (initialize): Call check_supported_features.
4553
2039d74e
EBM
45542017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4555
4556 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4557 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4558 and lqarx/stqcx.
4559 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4560 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4561
a51d7ecf
EBM
45622017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4563
4564 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4565 uppercase.
4566
0224619f
JK
45672017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4568
4569 * gdb.dwarf2/formdata16.c: New file.
4570 * gdb.dwarf2/formdata16.exp: New file.
4571 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4572
216f72a1
JK
45732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4576 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4577 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4578 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4579 DW_AT_GNU_*.
4580
43988095
JK
45812017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4582
4583 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4584
99e8a4f9
SDJ
45852017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4586
4587 PR gdb/21164
4588 * gdb.base/maint.exp: Add testcases for when the commands do
4589 not have arguments.
4590
b58a8c0c
TP
45912017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4592
4593 * gdb.cp/chained-calls.exp: Use p instead of P.
4594
4e746bb6
TW
45952017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4596
4597 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4598 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4599
3f77c769
TT
46002017-02-14 Tom Tromey <tom@tromey.com>
4601
4602 PR python/13598:
4603 * gdb.python/py-events.exp: Add before_prompt event tests.
4604
075beec0
AA
46052017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4606
4607 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4608
bf5f525c
LM
46092017-02-13 Luis Machado <lgustavo@codesourcery.com>
4610
4611 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4612 (main): Call my_unique_function_name.
4613 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4614 completion of patterns with a single match.
4615 Add missing -re switches to gdb_test_multiple calls.
4616
13a66184
LM
46172017-02-13 Luis Machado <lgustavo@codesourcery.com>
4618
4619 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4620 return if core file is not recognized.
4621
26a06916
SM
46222017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4623
4624 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4625 and extra UIs.
4626
b761ca9e
SM
46272017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4628
4629 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4630 proc_with_prefix.
4631
b964bee0
TT
46322017-02-10 Tom Tromey <tom@tromey.com>
4633
4634 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4635
18da0c51
MG
46362017-02-10 Martin Galvan <martingalvan@sourceware.org>
4637
4638 PR gdb/21122
4639 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4640
604c4576
JG
46412017-02-08 Jerome Guitton <guitton@adacore.com>
4642
4643 * gdb.base/define.exp: Add test for command abbreviations
4644 in define.
4645
20b477a7
LM
46462017-02-06 Luis Machado <lgustavo@codesourcery.com>
4647
4648 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4649 * gdb.reverse/insn-reverse-x86.c: New file.
4650
3f7b46f2
IR
46512017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4652
4653 PR tdep/20936
4654 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4655
f0fd41c1
TT
46562017-02-03 Tom Tromey <tom@tromey.com>
4657
4658 PR rust/21097:
4659 * gdb.rust/simple.exp: Add new tests.
4660
5be5dbf0
PA
46612017-02-02 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4664 tests.
4665
7346ef59
AA
46662017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4667
4668 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4669 taking a 2-byte value out of a 4-byte DWARF implicit value on
4670 big-endian targets.
4671 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4672 logic. Add test cases for DW_OP_implicit.
4673
787f0025
MM
46742017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4675
4676 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4677
68777c29
MM
46782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4679
4680 * gdb.btrace/enable.exp: Call gdb_exit before
4681 skip_gdbserver_tests.
4682
0a1c7e28
MM
46832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4684
4685 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4686 GDBFLAGS.
4687
b5ac99b0
MM
46882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4689
4690 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4691 the test is skipped.
4692 * gdb.btrace/data.exp: Likewise.
4693 * gdb.btrace/delta.exp: Likewise.
4694 * gdb.btrace/dlopen.exp: Likewise.
4695 * gdb.btrace/enable-running.exp: Likewise.
4696 * gdb.btrace/enable.exp: Likewise.
4697 * gdb.btrace/exception.exp: Likewise.
4698 * gdb.btrace/function_call_history.exp: Likewise.
4699 * gdb.btrace/gcore.exp: Likewise.
4700 * gdb.btrace/instruction_history.exp: Likewise.
4701 * gdb.btrace/multi-thread-step.exp: Likewise.
4702 * gdb.btrace/nohist.exp: Likewise.
4703 * gdb.btrace/non-stop.exp: Likewise.
4704 * gdb.btrace/reconnect.exp: Likewise.
4705 * gdb.btrace/record_goto-step.exp: Likewise.
4706 * gdb.btrace/record_goto.exp: Likewise.
4707 * gdb.btrace/rn-dl-bind.exp: Likewise.
4708 * gdb.btrace/segv.exp: Likewise.
4709 * gdb.btrace/step.exp: Likewise.
4710 * gdb.btrace/stepi.exp: Likewise.
4711 * gdb.btrace/tailcall-only.exp: Likewise.
4712 * gdb.btrace/tailcall.exp: Likewise.
4713 * gdb.btrace/tsx.exp: Likewise.
4714 * gdb.btrace/unknown_functions.exp: Likewise.
4715 * gdb.btrace/vdso.exp: Likewise.
4716
cd4007e4
MM
47172017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4718
4719 * gdb.btrace/enable-running.c: New.
4720 * gdb.btrace/enable-running.exp: New.
4721
2735833d
WT
47222017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4723
4724 * gdb.arch/amd64-gs_base.c: New file.
4725 * gdb.arch/amd64-gs_base.exp: New file.
4726
b51e1e94
LM
47272017-01-26 Luis Machado <lgustavo@codesourcery.com>
4728
4729 * lib/memory.exp: Remove spurious empty newlines.
4730
72ca0410
SM
47312017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4732
4733 * gdb.python/py-bad-printers.exp: Load python file using "source".
4734 * gdb.python/py-events.exp: Likewise.
4735 * gdb.python/py-evsignal.exp: Likewise.
4736 * gdb.python/py-evthreads.exp: Likewise.
4737 * gdb.python/py-frame-args.exp: Likewise.
4738 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4739 * gdb.python/py-framefilter-mi.exp: Likewise.
4740 * gdb.python/py-framefilter.exp: Likewise.
4741 * gdb.python/py-mi.exp: Likewise.
4742 * gdb.python/py-pp-maint.exp: Likewise.
4743 * gdb.python/py-pp-registration.exp: Likewise.
4744 * gdb.python/py-prettyprint.exp: Likewise.
4745 (run_lang_tests): Likewise.
4746 * gdb.python/py-typeprint.exp: Likewise.
4747
e309aa65
LM
47482017-01-26 Luis Machado <lgustavo@codesourcery.com>
4749
4750 * lib/memory.exp: New file.
4751 * lib/gdb.exp: Load memory.exp.
4752 * gdb.base/memattr.exp (delete_memory): Move proc to
4753 lib/memory.exp and rename to delete_memory_regions.
4754 Replace delete_memory with delete_memory_regions.
4755 Cleanup memory regions before tests.
4756 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4757 before tests.
4758
515aff23
LM
47592017-01-26 Luis Machado <lgustavo@codesourcery.com>
4760
4761 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4762 files.
4763 (initialize): New function conditionally defined.
4764 (testcases): Move within conditional block.
4765 (main): Call initialize.
4766 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4767 of gdb.reverse/insn-reverse.c.
4768 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4769 gdb.reverse/insn-reverse.c.
4770
d8b49cf0
YQ
47712017-01-26 Yao Qi <yao.qi@linaro.org>
4772
4773 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4774 disassemble on address 0.
4775
f13a9a0c
YQ
47762017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4777 Yao Qi <yao.qi@linaro.org>
4778
4779 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4780 * gdb.dwarf2/implptr-64bit.S: Remove.
4781 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4782 variables in caller's context. Add DW_OP_implicit_value.
4783
5ac95241
YQ
47842017-01-25 Yao Qi <yao.qi@linaro.org>
4785
4786 * lib/dwarf.exp (Dwarf::_location): Handle
4787 DW_OP_GNU_implicit_pointer with proper size.
4788
23e82930
LM
47892017-01-20 Luis Machado <lgustavo@codesourcery.com>
4790
4791 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4792 and add untested calls.
4793
d334ae25
LM
47942017-01-20 Luis Machado <lgustavo@codesourcery.com>
4795
4796 * gdb.python/python.exp: Check line number against what GDB thinks
4797 the line number is for func1.
4798
f5e6296e
IB
47992017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4800
4801 * gdb.dlang/debug-expr.exp: New file.
4802
5b362f04
LM
48032016-12-23 Luis Machado <lgustavo@codesourcery.com>
4804
4805 Fix test names for the following files:
4806
4807 * gdb.ada/exec_changed.exp
4808 * gdb.ada/info_types.exp
4809 * gdb.arch/aarch64-atomic-inst.exp
4810 * gdb.arch/aarch64-fp.exp
4811 * gdb.arch/altivec-abi.exp
4812 * gdb.arch/altivec-regs.exp
4813 * gdb.arch/amd64-byte.exp
4814 * gdb.arch/amd64-disp-step.exp
4815 * gdb.arch/amd64-dword.exp
4816 * gdb.arch/amd64-entry-value-inline.exp
4817 * gdb.arch/amd64-entry-value-param.exp
4818 * gdb.arch/amd64-entry-value-paramref.exp
4819 * gdb.arch/amd64-entry-value.exp
4820 * gdb.arch/amd64-i386-address.exp
4821 * gdb.arch/amd64-invalid-stack-middle.exp
4822 * gdb.arch/amd64-invalid-stack-top.exp
4823 * gdb.arch/amd64-optimout-repeat.exp
4824 * gdb.arch/amd64-prologue-skip.exp
4825 * gdb.arch/amd64-prologue-xmm.exp
4826 * gdb.arch/amd64-stap-special-operands.exp
4827 * gdb.arch/amd64-stap-wrong-subexp.exp
4828 * gdb.arch/amd64-tailcall-cxx.exp
4829 * gdb.arch/amd64-tailcall-noret.exp
4830 * gdb.arch/amd64-tailcall-ret.exp
4831 * gdb.arch/amd64-tailcall-self.exp
4832 * gdb.arch/amd64-word.exp
4833 * gdb.arch/arm-bl-branch-dest.exp
4834 * gdb.arch/arm-disp-step.exp
4835 * gdb.arch/arm-neon.exp
4836 * gdb.arch/arm-single-step-kernel-helper.exp
4837 * gdb.arch/avr-flash-qualifier.exp
4838 * gdb.arch/disp-step-insn-reloc.exp
4839 * gdb.arch/e500-abi.exp
4840 * gdb.arch/e500-regs.exp
4841 * gdb.arch/ftrace-insn-reloc.exp
4842 * gdb.arch/i386-avx512.exp
4843 * gdb.arch/i386-bp_permanent.exp
4844 * gdb.arch/i386-byte.exp
4845 * gdb.arch/i386-cfi-notcurrent.exp
4846 * gdb.arch/i386-disp-step.exp
4847 * gdb.arch/i386-dr3-watch.exp
4848 * gdb.arch/i386-float.exp
4849 * gdb.arch/i386-gnu-cfi.exp
4850 * gdb.arch/i386-mpx-map.exp
4851 * gdb.arch/i386-mpx-sigsegv.exp
4852 * gdb.arch/i386-mpx-simple_segv.exp
4853 * gdb.arch/i386-mpx.exp
4854 * gdb.arch/i386-permbkpt.exp
4855 * gdb.arch/i386-prologue.exp
4856 * gdb.arch/i386-signal.exp
4857 * gdb.arch/i386-size-overlap.exp
4858 * gdb.arch/i386-unwind.exp
4859 * gdb.arch/i386-word.exp
4860 * gdb.arch/mips-fcr.exp
4861 * gdb.arch/powerpc-d128-regs.exp
4862 * gdb.arch/powerpc-stackless.exp
4863 * gdb.arch/ppc64-atomic-inst.exp
4864 * gdb.arch/s390-stackless.exp
4865 * gdb.arch/s390-tdbregs.exp
4866 * gdb.arch/s390-vregs.exp
4867 * gdb.arch/sparc-sysstep.exp
4868 * gdb.arch/thumb-bx-pc.exp
4869 * gdb.arch/thumb-singlestep.exp
4870 * gdb.arch/thumb2-it.exp
4871 * gdb.arch/vsx-regs.exp
4872 * gdb.asm/asm-source.exp
4873 * gdb.base/a2-run.exp
4874 * gdb.base/advance.exp
4875 * gdb.base/all-bin.exp
4876 * gdb.base/anon.exp
4877 * gdb.base/args.exp
4878 * gdb.base/arithmet.exp
4879 * gdb.base/async-shell.exp
4880 * gdb.base/async.exp
4881 * gdb.base/attach-pie-noexec.exp
4882 * gdb.base/attach-twice.exp
4883 * gdb.base/auto-load.exp
4884 * gdb.base/bang.exp
4885 * gdb.base/bitfields.exp
4886 * gdb.base/break-always.exp
4887 * gdb.base/break-caller-line.exp
4888 * gdb.base/break-entry.exp
4889 * gdb.base/break-inline.exp
4890 * gdb.base/break-on-linker-gcd-function.exp
4891 * gdb.base/break-probes.exp
4892 * gdb.base/break.exp
4893 * gdb.base/breakpoint-shadow.exp
4894 * gdb.base/call-ar-st.exp
4895 * gdb.base/call-sc.exp
4896 * gdb.base/call-signal-resume.exp
4897 * gdb.base/call-strs.exp
4898 * gdb.base/callfuncs.exp
4899 * gdb.base/catch-fork-static.exp
4900 * gdb.base/catch-gdb-caused-signals.exp
4901 * gdb.base/catch-load.exp
4902 * gdb.base/catch-signal-fork.exp
4903 * gdb.base/catch-signal.exp
4904 * gdb.base/catch-syscall.exp
4905 * gdb.base/charset.exp
4906 * gdb.base/checkpoint.exp
4907 * gdb.base/chng-syms.exp
4908 * gdb.base/code-expr.exp
4909 * gdb.base/code_elim.exp
4910 * gdb.base/commands.exp
4911 * gdb.base/completion.exp
4912 * gdb.base/complex.exp
4913 * gdb.base/cond-expr.exp
4914 * gdb.base/condbreak.exp
4915 * gdb.base/consecutive.exp
4916 * gdb.base/continue-all-already-running.exp
4917 * gdb.base/coredump-filter.exp
4918 * gdb.base/corefile.exp
4919 * gdb.base/dbx.exp
4920 * gdb.base/debug-expr.exp
4921 * gdb.base/define.exp
4922 * gdb.base/del.exp
4923 * gdb.base/disabled-location.exp
4924 * gdb.base/disasm-end-cu.exp
4925 * gdb.base/disasm-optim.exp
4926 * gdb.base/display.exp
4927 * gdb.base/duplicate-bp.exp
4928 * gdb.base/ena-dis-br.exp
4929 * gdb.base/ending-run.exp
4930 * gdb.base/enumval.exp
4931 * gdb.base/environ.exp
4932 * gdb.base/eu-strip-infcall.exp
4933 * gdb.base/eval-avoid-side-effects.exp
4934 * gdb.base/eval-skip.exp
4935 * gdb.base/exitsignal.exp
4936 * gdb.base/expand-psymtabs.exp
4937 * gdb.base/filesym.exp
4938 * gdb.base/find-unmapped.exp
4939 * gdb.base/finish.exp
4940 * gdb.base/float.exp
4941 * gdb.base/foll-exec-mode.exp
4942 * gdb.base/foll-exec.exp
4943 * gdb.base/foll-fork.exp
4944 * gdb.base/fortran-sym-case.exp
4945 * gdb.base/freebpcmd.exp
4946 * gdb.base/func-ptr.exp
4947 * gdb.base/func-ptrs.exp
4948 * gdb.base/funcargs.exp
4949 * gdb.base/gcore-buffer-overflow.exp
4950 * gdb.base/gcore-relro-pie.exp
4951 * gdb.base/gcore-relro.exp
4952 * gdb.base/gcore.exp
4953 * gdb.base/gdb1090.exp
4954 * gdb.base/gdb11530.exp
4955 * gdb.base/gdb11531.exp
4956 * gdb.base/gdb1821.exp
4957 * gdb.base/gdbindex-stabs.exp
4958 * gdb.base/gdbvars.exp
4959 * gdb.base/hbreak.exp
4960 * gdb.base/hbreak2.exp
4961 * gdb.base/included.exp
4962 * gdb.base/infcall-input.exp
4963 * gdb.base/inferior-died.exp
4964 * gdb.base/infnan.exp
4965 * gdb.base/info-macros.exp
4966 * gdb.base/info-os.exp
4967 * gdb.base/info-proc.exp
4968 * gdb.base/info-shared.exp
4969 * gdb.base/info-target.exp
4970 * gdb.base/infoline.exp
4971 * gdb.base/interp.exp
4972 * gdb.base/interrupt.exp
4973 * gdb.base/jit-reader.exp
4974 * gdb.base/jit-simple.exp
4975 * gdb.base/kill-after-signal.exp
4976 * gdb.base/kill-detach-inferiors-cmd.exp
4977 * gdb.base/label.exp
4978 * gdb.base/langs.exp
4979 * gdb.base/ldbl_e308.exp
4980 * gdb.base/line-symtabs.exp
4981 * gdb.base/linespecs.exp
4982 * gdb.base/list.exp
4983 * gdb.base/long_long.exp
4984 * gdb.base/longest-types.exp
4985 * gdb.base/maint.exp
4986 * gdb.base/max-value-size.exp
4987 * gdb.base/memattr.exp
4988 * gdb.base/mips_pro.exp
4989 * gdb.base/morestack.exp
4990 * gdb.base/moribund-step.exp
4991 * gdb.base/multi-forks.exp
4992 * gdb.base/nested-addr.exp
4993 * gdb.base/nextoverexit.exp
4994 * gdb.base/noreturn-finish.exp
4995 * gdb.base/noreturn-return.exp
4996 * gdb.base/nostdlib.exp
4997 * gdb.base/offsets.exp
4998 * gdb.base/opaque.exp
4999 * gdb.base/pc-fp.exp
5000 * gdb.base/permissions.exp
5001 * gdb.base/print-symbol-loading.exp
5002 * gdb.base/prologue-include.exp
5003 * gdb.base/psymtab.exp
5004 * gdb.base/ptype.exp
5005 * gdb.base/random-signal.exp
5006 * gdb.base/randomize.exp
5007 * gdb.base/range-stepping.exp
5008 * gdb.base/readline-ask.exp
5009 * gdb.base/recpar.exp
5010 * gdb.base/recurse.exp
5011 * gdb.base/relational.exp
5012 * gdb.base/restore.exp
5013 * gdb.base/return-nodebug.exp
5014 * gdb.base/return.exp
5015 * gdb.base/run-after-attach.exp
5016 * gdb.base/save-bp.exp
5017 * gdb.base/scope.exp
5018 * gdb.base/sect-cmd.exp
5019 * gdb.base/set-lang-auto.exp
5020 * gdb.base/set-noassign.exp
5021 * gdb.base/setvar.exp
5022 * gdb.base/sigall.exp
5023 * gdb.base/sigbpt.exp
5024 * gdb.base/siginfo-addr.exp
5025 * gdb.base/siginfo-infcall.exp
5026 * gdb.base/siginfo-obj.exp
5027 * gdb.base/siginfo.exp
5028 * gdb.base/signals-state-child.exp
5029 * gdb.base/signest.exp
5030 * gdb.base/sigstep.exp
5031 * gdb.base/sizeof.exp
5032 * gdb.base/skip.exp
5033 * gdb.base/solib-corrupted.exp
5034 * gdb.base/solib-nodir.exp
5035 * gdb.base/solib-search.exp
5036 * gdb.base/stack-checking.exp
5037 * gdb.base/stale-infcall.exp
5038 * gdb.base/stap-probe.exp
5039 * gdb.base/start.exp
5040 * gdb.base/step-break.exp
5041 * gdb.base/step-bt.exp
5042 * gdb.base/step-line.exp
5043 * gdb.base/step-over-exit.exp
5044 * gdb.base/step-over-syscall.exp
5045 * gdb.base/step-resume-infcall.exp
5046 * gdb.base/step-test.exp
5047 * gdb.base/store.exp
5048 * gdb.base/structs3.exp
5049 * gdb.base/sym-file.exp
5050 * gdb.base/symbol-without-target_section.exp
5051 * gdb.base/term.exp
5052 * gdb.base/testenv.exp
5053 * gdb.base/ui-redirect.exp
5054 * gdb.base/until.exp
5055 * gdb.base/unwindonsignal.exp
5056 * gdb.base/value-double-free.exp
5057 * gdb.base/vla-datatypes.exp
5058 * gdb.base/vla-ptr.exp
5059 * gdb.base/vla-sideeffect.exp
5060 * gdb.base/volatile.exp
5061 * gdb.base/watch-cond-infcall.exp
5062 * gdb.base/watch-cond.exp
5063 * gdb.base/watch-non-mem.exp
5064 * gdb.base/watch-read.exp
5065 * gdb.base/watch-vfork.exp
5066 * gdb.base/watchpoint-cond-gone.exp
5067 * gdb.base/watchpoint-delete.exp
5068 * gdb.base/watchpoint-hw-hit-once.exp
5069 * gdb.base/watchpoint-hw.exp
5070 * gdb.base/watchpoint-stops-at-right-insn.exp
5071 * gdb.base/watchpoints.exp
5072 * gdb.base/wchar.exp
5073 * gdb.base/whatis-exp.exp
5074 * gdb.btrace/buffer-size.exp
5075 * gdb.btrace/data.exp
5076 * gdb.btrace/delta.exp
5077 * gdb.btrace/dlopen.exp
5078 * gdb.btrace/enable.exp
5079 * gdb.btrace/exception.exp
5080 * gdb.btrace/function_call_history.exp
5081 * gdb.btrace/gcore.exp
5082 * gdb.btrace/instruction_history.exp
5083 * gdb.btrace/nohist.exp
5084 * gdb.btrace/reconnect.exp
5085 * gdb.btrace/record_goto-step.exp
5086 * gdb.btrace/record_goto.exp
5087 * gdb.btrace/rn-dl-bind.exp
5088 * gdb.btrace/segv.exp
5089 * gdb.btrace/step.exp
5090 * gdb.btrace/stepi.exp
5091 * gdb.btrace/tailcall-only.exp
5092 * gdb.btrace/tailcall.exp
5093 * gdb.btrace/tsx.exp
5094 * gdb.btrace/unknown_functions.exp
5095 * gdb.btrace/vdso.exp
5096 * gdb.compile/compile-ifunc.exp
5097 * gdb.compile/compile-ops.exp
5098 * gdb.compile/compile-print.exp
5099 * gdb.compile/compile-setjmp.exp
5100 * gdb.cp/abstract-origin.exp
5101 * gdb.cp/ambiguous.exp
5102 * gdb.cp/annota2.exp
5103 * gdb.cp/annota3.exp
5104 * gdb.cp/anon-ns.exp
5105 * gdb.cp/anon-struct.exp
5106 * gdb.cp/anon-union.exp
5107 * gdb.cp/arg-reference.exp
5108 * gdb.cp/baseenum.exp
5109 * gdb.cp/bool.exp
5110 * gdb.cp/breakpoint.exp
5111 * gdb.cp/bs15503.exp
5112 * gdb.cp/call-c.exp
5113 * gdb.cp/casts.exp
5114 * gdb.cp/chained-calls.exp
5115 * gdb.cp/class2.exp
5116 * gdb.cp/classes.exp
5117 * gdb.cp/cmpd-minsyms.exp
5118 * gdb.cp/converts.exp
5119 * gdb.cp/cp-relocate.exp
5120 * gdb.cp/cpcompletion.exp
5121 * gdb.cp/cpexprs.exp
5122 * gdb.cp/cplabel.exp
5123 * gdb.cp/cplusfuncs.exp
5124 * gdb.cp/cpsizeof.exp
5125 * gdb.cp/ctti.exp
5126 * gdb.cp/derivation.exp
5127 * gdb.cp/destrprint.exp
5128 * gdb.cp/dispcxx.exp
5129 * gdb.cp/enum-class.exp
5130 * gdb.cp/exception.exp
5131 * gdb.cp/exceptprint.exp
5132 * gdb.cp/expand-psymtabs-cxx.exp
5133 * gdb.cp/expand-sals.exp
5134 * gdb.cp/extern-c.exp
5135 * gdb.cp/filename.exp
5136 * gdb.cp/formatted-ref.exp
5137 * gdb.cp/fpointer.exp
5138 * gdb.cp/gdb1355.exp
5139 * gdb.cp/gdb2495.exp
5140 * gdb.cp/hang.exp
5141 * gdb.cp/impl-this.exp
5142 * gdb.cp/infcall-dlopen.exp
5143 * gdb.cp/inherit.exp
5144 * gdb.cp/iostream.exp
5145 * gdb.cp/koenig.exp
5146 * gdb.cp/local.exp
5147 * gdb.cp/m-data.exp
5148 * gdb.cp/m-static.exp
5149 * gdb.cp/mb-ctor.exp
5150 * gdb.cp/mb-inline.exp
5151 * gdb.cp/mb-templates.exp
5152 * gdb.cp/member-name.exp
5153 * gdb.cp/member-ptr.exp
5154 * gdb.cp/meth-typedefs.exp
5155 * gdb.cp/method.exp
5156 * gdb.cp/method2.exp
5157 * gdb.cp/minsym-fallback.exp
5158 * gdb.cp/misc.exp
5159 * gdb.cp/namelessclass.exp
5160 * gdb.cp/namespace-enum.exp
5161 * gdb.cp/namespace-nested-import.exp
5162 * gdb.cp/namespace.exp
5163 * gdb.cp/nextoverthrow.exp
5164 * gdb.cp/no-dmgl-verbose.exp
5165 * gdb.cp/non-trivial-retval.exp
5166 * gdb.cp/noparam.exp
5167 * gdb.cp/nsdecl.exp
5168 * gdb.cp/nsimport.exp
5169 * gdb.cp/nsnested.exp
5170 * gdb.cp/nsnoimports.exp
5171 * gdb.cp/nsrecurs.exp
5172 * gdb.cp/nsstress.exp
5173 * gdb.cp/nsusing.exp
5174 * gdb.cp/operator.exp
5175 * gdb.cp/oranking.exp
5176 * gdb.cp/overload-const.exp
5177 * gdb.cp/overload.exp
5178 * gdb.cp/ovldbreak.exp
5179 * gdb.cp/ovsrch.exp
5180 * gdb.cp/paren-type.exp
5181 * gdb.cp/parse-lang.exp
5182 * gdb.cp/pass-by-ref.exp
5183 * gdb.cp/pr-1023.exp
5184 * gdb.cp/pr-1210.exp
5185 * gdb.cp/pr-574.exp
5186 * gdb.cp/pr10687.exp
5187 * gdb.cp/pr12028.exp
5188 * gdb.cp/pr17132.exp
5189 * gdb.cp/pr17494.exp
5190 * gdb.cp/pr9067.exp
5191 * gdb.cp/pr9167.exp
5192 * gdb.cp/pr9631.exp
5193 * gdb.cp/printmethod.exp
5194 * gdb.cp/psmang.exp
5195 * gdb.cp/psymtab-parameter.exp
5196 * gdb.cp/ptype-cv-cp.exp
5197 * gdb.cp/ptype-flags.exp
5198 * gdb.cp/re-set-overloaded.exp
5199 * gdb.cp/ref-types.exp
5200 * gdb.cp/rtti.exp
5201 * gdb.cp/scope-err.exp
5202 * gdb.cp/shadow.exp
5203 * gdb.cp/smartp.exp
5204 * gdb.cp/static-method.exp
5205 * gdb.cp/static-print-quit.exp
5206 * gdb.cp/temargs.exp
5207 * gdb.cp/templates.exp
5208 * gdb.cp/try_catch.exp
5209 * gdb.cp/typedef-operator.exp
5210 * gdb.cp/typeid.exp
5211 * gdb.cp/userdef.exp
5212 * gdb.cp/using-crash.exp
5213 * gdb.cp/var-tag.exp
5214 * gdb.cp/virtbase.exp
5215 * gdb.cp/virtfunc.exp
5216 * gdb.cp/virtfunc2.exp
5217 * gdb.cp/vla-cxx.exp
5218 * gdb.disasm/t01_mov.exp
5219 * gdb.disasm/t02_mova.exp
5220 * gdb.disasm/t03_add.exp
5221 * gdb.disasm/t04_sub.exp
5222 * gdb.disasm/t05_cmp.exp
5223 * gdb.disasm/t06_ari2.exp
5224 * gdb.disasm/t07_ari3.exp
5225 * gdb.disasm/t08_or.exp
5226 * gdb.disasm/t09_xor.exp
5227 * gdb.disasm/t10_and.exp
5228 * gdb.disasm/t11_logs.exp
5229 * gdb.disasm/t12_bit.exp
5230 * gdb.disasm/t13_otr.exp
5231 * gdb.dlang/circular.exp
5232 * gdb.dwarf2/arr-stride.exp
5233 * gdb.dwarf2/arr-subrange.exp
5234 * gdb.dwarf2/atomic-type.exp
5235 * gdb.dwarf2/bad-regnum.exp
5236 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5237 * gdb.dwarf2/callframecfa.exp
5238 * gdb.dwarf2/clztest.exp
5239 * gdb.dwarf2/corrupt.exp
5240 * gdb.dwarf2/data-loc.exp
5241 * gdb.dwarf2/dup-psym.exp
5242 * gdb.dwarf2/dw2-anon-mptr.exp
5243 * gdb.dwarf2/dw2-anonymous-func.exp
5244 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5245 * gdb.dwarf2/dw2-bad-unresolved.exp
5246 * gdb.dwarf2/dw2-basic.exp
5247 * gdb.dwarf2/dw2-canonicalize-type.exp
5248 * gdb.dwarf2/dw2-case-insensitive.exp
5249 * gdb.dwarf2/dw2-common-block.exp
5250 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5251 * gdb.dwarf2/dw2-compressed.exp
5252 * gdb.dwarf2/dw2-const.exp
5253 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5254 * gdb.dwarf2/dw2-cu-size.exp
5255 * gdb.dwarf2/dw2-dup-frame.exp
5256 * gdb.dwarf2/dw2-entry-value.exp
5257 * gdb.dwarf2/dw2-icycle.exp
5258 * gdb.dwarf2/dw2-ifort-parameter.exp
5259 * gdb.dwarf2/dw2-inline-break.exp
5260 * gdb.dwarf2/dw2-inline-param.exp
5261 * gdb.dwarf2/dw2-intercu.exp
5262 * gdb.dwarf2/dw2-intermix.exp
5263 * gdb.dwarf2/dw2-lexical-block-bare.exp
5264 * gdb.dwarf2/dw2-linkage-name-trust.exp
5265 * gdb.dwarf2/dw2-minsym-in-cu.exp
5266 * gdb.dwarf2/dw2-noloc.exp
5267 * gdb.dwarf2/dw2-op-call.exp
5268 * gdb.dwarf2/dw2-op-out-param.exp
5269 * gdb.dwarf2/dw2-opt-structptr.exp
5270 * gdb.dwarf2/dw2-param-error.exp
5271 * gdb.dwarf2/dw2-producer.exp
5272 * gdb.dwarf2/dw2-ranges-base.exp
5273 * gdb.dwarf2/dw2-ref-missing-frame.exp
5274 * gdb.dwarf2/dw2-reg-undefined.exp
5275 * gdb.dwarf2/dw2-regno-invalid.exp
5276 * gdb.dwarf2/dw2-restore.exp
5277 * gdb.dwarf2/dw2-restrict.exp
5278 * gdb.dwarf2/dw2-single-line-discriminators.exp
5279 * gdb.dwarf2/dw2-strp.exp
5280 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5281 * gdb.dwarf2/dw2-unresolved.exp
5282 * gdb.dwarf2/dw2-var-zero-addr.exp
5283 * gdb.dwarf2/dw4-sig-types.exp
5284 * gdb.dwarf2/dwz.exp
5285 * gdb.dwarf2/dynarr-ptr.exp
5286 * gdb.dwarf2/enum-type.exp
5287 * gdb.dwarf2/gdb-index.exp
5288 * gdb.dwarf2/implptr-64bit.exp
5289 * gdb.dwarf2/implptr-optimized-out.exp
5290 * gdb.dwarf2/implptr.exp
5291 * gdb.dwarf2/implref-array.exp
5292 * gdb.dwarf2/implref-const.exp
5293 * gdb.dwarf2/implref-global.exp
5294 * gdb.dwarf2/implref-struct.exp
5295 * gdb.dwarf2/mac-fileno.exp
5296 * gdb.dwarf2/main-subprogram.exp
5297 * gdb.dwarf2/member-ptr-forwardref.exp
5298 * gdb.dwarf2/method-ptr.exp
5299 * gdb.dwarf2/missing-sig-type.exp
5300 * gdb.dwarf2/nonvar-access.exp
5301 * gdb.dwarf2/opaque-type-lookup.exp
5302 * gdb.dwarf2/pieces-optimized-out.exp
5303 * gdb.dwarf2/pieces.exp
5304 * gdb.dwarf2/pr10770.exp
5305 * gdb.dwarf2/pr13961.exp
5306 * gdb.dwarf2/staticvirtual.exp
5307 * gdb.dwarf2/subrange.exp
5308 * gdb.dwarf2/symtab-producer.exp
5309 * gdb.dwarf2/trace-crash.exp
5310 * gdb.dwarf2/typeddwarf.exp
5311 * gdb.dwarf2/valop.exp
5312 * gdb.dwarf2/watch-notconst.exp
5313 * gdb.fortran/array-element.exp
5314 * gdb.fortran/charset.exp
5315 * gdb.fortran/common-block.exp
5316 * gdb.fortran/complex.exp
5317 * gdb.fortran/derived-type-function.exp
5318 * gdb.fortran/derived-type.exp
5319 * gdb.fortran/logical.exp
5320 * gdb.fortran/module.exp
5321 * gdb.fortran/multi-dim.exp
5322 * gdb.fortran/nested-funcs.exp
5323 * gdb.fortran/print-formatted.exp
5324 * gdb.fortran/subarray.exp
5325 * gdb.fortran/vla-alloc-assoc.exp
5326 * gdb.fortran/vla-datatypes.exp
5327 * gdb.fortran/vla-history.exp
5328 * gdb.fortran/vla-ptr-info.exp
5329 * gdb.fortran/vla-ptype-sub.exp
5330 * gdb.fortran/vla-ptype.exp
5331 * gdb.fortran/vla-sizeof.exp
5332 * gdb.fortran/vla-type.exp
5333 * gdb.fortran/vla-value-sub-arbitrary.exp
5334 * gdb.fortran/vla-value-sub-finish.exp
5335 * gdb.fortran/vla-value-sub.exp
5336 * gdb.fortran/vla-value.exp
5337 * gdb.fortran/whatis_type.exp
5338 * gdb.go/chan.exp
5339 * gdb.go/handcall.exp
5340 * gdb.go/hello.exp
5341 * gdb.go/integers.exp
5342 * gdb.go/methods.exp
5343 * gdb.go/package.exp
5344 * gdb.go/strings.exp
5345 * gdb.go/types.exp
5346 * gdb.go/unsafe.exp
5347 * gdb.guile/scm-arch.exp
5348 * gdb.guile/scm-block.exp
5349 * gdb.guile/scm-breakpoint.exp
5350 * gdb.guile/scm-cmd.exp
5351 * gdb.guile/scm-disasm.exp
5352 * gdb.guile/scm-equal.exp
5353 * gdb.guile/scm-frame-args.exp
5354 * gdb.guile/scm-frame-inline.exp
5355 * gdb.guile/scm-frame.exp
5356 * gdb.guile/scm-iterator.exp
5357 * gdb.guile/scm-math.exp
5358 * gdb.guile/scm-objfile.exp
5359 * gdb.guile/scm-ports.exp
5360 * gdb.guile/scm-symbol.exp
5361 * gdb.guile/scm-symtab.exp
5362 * gdb.guile/scm-value-cc.exp
5363 * gdb.guile/types-module.exp
5364 * gdb.linespec/break-ask.exp
5365 * gdb.linespec/cpexplicit.exp
5366 * gdb.linespec/explicit.exp
5367 * gdb.linespec/keywords.exp
5368 * gdb.linespec/linespec.exp
5369 * gdb.linespec/ls-dollar.exp
5370 * gdb.linespec/ls-errs.exp
5371 * gdb.linespec/skip-two.exp
5372 * gdb.linespec/thread.exp
5373 * gdb.mi/mi-async.exp
5374 * gdb.mi/mi-basics.exp
5375 * gdb.mi/mi-break.exp
5376 * gdb.mi/mi-catch-load.exp
5377 * gdb.mi/mi-cli.exp
5378 * gdb.mi/mi-cmd-param-changed.exp
5379 * gdb.mi/mi-console.exp
5380 * gdb.mi/mi-detach.exp
5381 * gdb.mi/mi-disassemble.exp
5382 * gdb.mi/mi-eval.exp
5383 * gdb.mi/mi-file-transfer.exp
5384 * gdb.mi/mi-file.exp
5385 * gdb.mi/mi-fill-memory.exp
5386 * gdb.mi/mi-inheritance-syntax-error.exp
5387 * gdb.mi/mi-linespec-err-cp.exp
5388 * gdb.mi/mi-logging.exp
5389 * gdb.mi/mi-memory-changed.exp
5390 * gdb.mi/mi-read-memory.exp
5391 * gdb.mi/mi-record-changed.exp
5392 * gdb.mi/mi-reg-undefined.exp
5393 * gdb.mi/mi-regs.exp
5394 * gdb.mi/mi-return.exp
5395 * gdb.mi/mi-reverse.exp
5396 * gdb.mi/mi-simplerun.exp
5397 * gdb.mi/mi-solib.exp
5398 * gdb.mi/mi-stack.exp
5399 * gdb.mi/mi-stepi.exp
5400 * gdb.mi/mi-syn-frame.exp
5401 * gdb.mi/mi-until.exp
5402 * gdb.mi/mi-var-block.exp
5403 * gdb.mi/mi-var-child.exp
5404 * gdb.mi/mi-var-cmd.exp
5405 * gdb.mi/mi-var-cp.exp
5406 * gdb.mi/mi-var-display.exp
5407 * gdb.mi/mi-var-invalidate.exp
5408 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5409 * gdb.mi/mi-vla-fortran.exp
5410 * gdb.mi/mi-watch.exp
5411 * gdb.mi/mi2-var-child.exp
5412 * gdb.mi/user-selected-context-sync.exp
5413 * gdb.modula2/unbounded-array.exp
5414 * gdb.multi/dummy-frame-restore.exp
5415 * gdb.multi/multi-arch-exec.exp
5416 * gdb.multi/multi-arch.exp
5417 * gdb.multi/tids.exp
5418 * gdb.multi/watchpoint-multi.exp
5419 * gdb.opencl/callfuncs.exp
5420 * gdb.opencl/convs_casts.exp
5421 * gdb.opencl/datatypes.exp
5422 * gdb.opencl/operators.exp
5423 * gdb.opencl/vec_comps.exp
5424 * gdb.opt/clobbered-registers-O2.exp
5425 * gdb.opt/inline-break.exp
5426 * gdb.opt/inline-bt.exp
5427 * gdb.opt/inline-cmds.exp
5428 * gdb.opt/inline-locals.exp
5429 * gdb.pascal/case-insensitive-symbols.exp
5430 * gdb.pascal/floats.exp
5431 * gdb.pascal/gdb11492.exp
5432 * gdb.python/lib-types.exp
5433 * gdb.python/py-arch.exp
5434 * gdb.python/py-as-string.exp
5435 * gdb.python/py-bad-printers.exp
5436 * gdb.python/py-block.exp
5437 * gdb.python/py-breakpoint-create-fail.exp
5438 * gdb.python/py-breakpoint.exp
5439 * gdb.python/py-caller-is.exp
5440 * gdb.python/py-cmd.exp
5441 * gdb.python/py-explore-cc.exp
5442 * gdb.python/py-explore.exp
5443 * gdb.python/py-finish-breakpoint.exp
5444 * gdb.python/py-finish-breakpoint2.exp
5445 * gdb.python/py-frame-args.exp
5446 * gdb.python/py-frame-inline.exp
5447 * gdb.python/py-frame.exp
5448 * gdb.python/py-framefilter-mi.exp
5449 * gdb.python/py-infthread.exp
5450 * gdb.python/py-lazy-string.exp
5451 * gdb.python/py-linetable.exp
5452 * gdb.python/py-mi-events.exp
5453 * gdb.python/py-mi-objfile.exp
5454 * gdb.python/py-mi.exp
5455 * gdb.python/py-objfile.exp
5456 * gdb.python/py-pp-integral.exp
5457 * gdb.python/py-pp-maint.exp
5458 * gdb.python/py-pp-re-notag.exp
5459 * gdb.python/py-pp-registration.exp
5460 * gdb.python/py-recurse-unwind.exp
5461 * gdb.python/py-strfns.exp
5462 * gdb.python/py-symbol.exp
5463 * gdb.python/py-symtab.exp
5464 * gdb.python/py-sync-interp.exp
5465 * gdb.python/py-typeprint.exp
5466 * gdb.python/py-unwind-maint.exp
5467 * gdb.python/py-unwind.exp
5468 * gdb.python/py-value-cc.exp
5469 * gdb.python/py-xmethods.exp
5470 * gdb.reverse/amd64-tailcall-reverse.exp
5471 * gdb.reverse/break-precsave.exp
5472 * gdb.reverse/break-reverse.exp
5473 * gdb.reverse/consecutive-precsave.exp
5474 * gdb.reverse/consecutive-reverse.exp
5475 * gdb.reverse/finish-precsave.exp
5476 * gdb.reverse/finish-reverse-bkpt.exp
5477 * gdb.reverse/finish-reverse.exp
5478 * gdb.reverse/fstatat-reverse.exp
5479 * gdb.reverse/getresuid-reverse.exp
5480 * gdb.reverse/i386-precsave.exp
5481 * gdb.reverse/i386-reverse.exp
5482 * gdb.reverse/i386-sse-reverse.exp
5483 * gdb.reverse/i387-env-reverse.exp
5484 * gdb.reverse/i387-stack-reverse.exp
5485 * gdb.reverse/insn-reverse.exp
5486 * gdb.reverse/machinestate-precsave.exp
5487 * gdb.reverse/machinestate.exp
5488 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5489 * gdb.reverse/pipe-reverse.exp
5490 * gdb.reverse/readv-reverse.exp
5491 * gdb.reverse/recvmsg-reverse.exp
5492 * gdb.reverse/rerun-prec.exp
5493 * gdb.reverse/s390-mvcle.exp
5494 * gdb.reverse/step-precsave.exp
5495 * gdb.reverse/step-reverse.exp
5496 * gdb.reverse/time-reverse.exp
5497 * gdb.reverse/until-precsave.exp
5498 * gdb.reverse/until-reverse.exp
5499 * gdb.reverse/waitpid-reverse.exp
5500 * gdb.reverse/watch-precsave.exp
5501 * gdb.reverse/watch-reverse.exp
5502 * gdb.rust/generics.exp
5503 * gdb.rust/methods.exp
5504 * gdb.rust/modules.exp
5505 * gdb.rust/simple.exp
5506 * gdb.server/connect-with-no-symbol-file.exp
5507 * gdb.server/ext-attach.exp
5508 * gdb.server/ext-restart.exp
5509 * gdb.server/ext-wrapper.exp
5510 * gdb.server/file-transfer.exp
5511 * gdb.server/server-exec-info.exp
5512 * gdb.server/server-kill.exp
5513 * gdb.server/server-mon.exp
5514 * gdb.server/wrapper.exp
5515 * gdb.stabs/exclfwd.exp
5516 * gdb.stabs/gdb11479.exp
5517 * gdb.threads/clone-new-thread-event.exp
5518 * gdb.threads/corethreads.exp
5519 * gdb.threads/current-lwp-dead.exp
5520 * gdb.threads/dlopen-libpthread.exp
5521 * gdb.threads/gcore-thread.exp
5522 * gdb.threads/sigstep-threads.exp
5523 * gdb.threads/watchpoint-fork.exp
5524 * gdb.trace/actions-changed.exp
5525 * gdb.trace/backtrace.exp
5526 * gdb.trace/change-loc.exp
5527 * gdb.trace/circ.exp
5528 * gdb.trace/collection.exp
5529 * gdb.trace/disconnected-tracing.exp
5530 * gdb.trace/ftrace.exp
5531 * gdb.trace/mi-trace-frame-collected.exp
5532 * gdb.trace/mi-trace-unavailable.exp
5533 * gdb.trace/mi-traceframe-changed.exp
5534 * gdb.trace/mi-tsv-changed.exp
5535 * gdb.trace/no-attach-trace.exp
5536 * gdb.trace/passc-dyn.exp
5537 * gdb.trace/qtro.exp
5538 * gdb.trace/range-stepping.exp
5539 * gdb.trace/read-memory.exp
5540 * gdb.trace/save-trace.exp
5541 * gdb.trace/signal.exp
5542 * gdb.trace/status-stop.exp
5543 * gdb.trace/tfile.exp
5544 * gdb.trace/trace-break.exp
5545 * gdb.trace/trace-buffer-size.exp
5546 * gdb.trace/trace-condition.exp
5547 * gdb.trace/tracefile-pseudo-reg.exp
5548 * gdb.trace/tstatus.exp
5549 * gdb.trace/unavailable.exp
5550 * gdb.trace/while-dyn.exp
5551 * gdb.trace/while-stepping.exp
5552
34c41c68
DE
55532016-12-22 Doug Evans <xdje42@gmail.com>
5554
5555 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5556 and msymbols.
5557
16e69324
YQ
55582016-12-19 Yao Qi <yao.qi@linaro.org>
5559
5560 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5561 (test_with_self): Don't call do_steps_and_nexts, and remove
5562 code about stepping into xmalloc.
5563
f94f411b
YQ
55642016-12-09 Yao Qi <yao.qi@linaro.org>
5565
5566 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5567
55682016-12-09 Yao Qi <yao.qi@linaro.org>
5569
5570 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5571
f1b5deee
PA
55722016-12-09 Pedro Alves <palves@redhat.com>
5573
5574 * gdb.base/all-architectures-0.exp: New file.
5575 * gdb.base/all-architectures-1.exp: New file.
5576 * gdb.base/all-architectures-2.exp: New file.
5577 * gdb.base/all-architectures-3.exp: New file.
5578 * gdb.base/all-architectures-4.exp: New file.
5579 * gdb.base/all-architectures-5.exp: New file.
5580 * gdb.base/all-architectures-6.exp: New file.
5581 * gdb.base/all-architectures-7.exp: New file.
5582 * gdb.base/all-architectures.exp.in: New file.
5583
364ca42e
YQ
55842016-12-09 Yao Qi <yao.qi@linaro.org>
5585
5586 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5587
107c2d62
LM
55882016-12-02 Luis Machado <lgustavo@codesourcery.com>
5589
5590 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5591 possible.
5592 Remove useless pattern-matching code.
5593
df3ee9ca
PA
55942016-12-02 Pedro Alves <palves@redhat.com>
5595
5596 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5597 procedure.
5598 (top level): Call it.
5599
ec835369
PA
56002016-12-02 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5603 New procedure.
5604 (top level): Call it.
5605
01770bbd
PA
56062016-12-02 Pedro Alves <palves@redhat.com>
5607
5608 PR cli/20559
5609 * gdb.base/commands.exp (user_defined_command_args_eval): New
5610 procedure.
5611 (top level): Call it.
5612
008459ea
LM
56132016-12-02 Luis Machado <lgustavo@codesourcery.com>
5614
5615 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5616 timeout handling.
5617
0c1b455e
TT
56182016-12-02 Tom Tromey <tom@tromey.com>
5619
5620 * gdb.dwarf2/main-subprogram.c: New file.
5621 * gdb.dwarf2/main-subprogram.exp: New file.
5622
018572b8
LM
56232016-12-01 Luis Machado <lgustavo@codesourcery.com>
5624
5625 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5626 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5627 gdb_test_no_output for a couple of cases.
5628 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5629
84c93cd5
LM
56302016-12-01 Luis Machado <lgustavo@codesourcery.com>
5631
5632 Fix test names and standardize compilation error messages throughout
5633 the following files:
5634
5635 * gdb.ada/start.exp
5636 * gdb.arch/alpha-step.exp
5637 * gdb.arch/e500-prologue.exp
5638 * gdb.arch/ftrace-insn-reloc.exp
5639 * gdb.arch/gdb1291.exp
5640 * gdb.arch/gdb1431.exp
5641 * gdb.arch/gdb1558.exp
5642 * gdb.arch/i386-dr3-watch.exp
5643 * gdb.arch/i386-sse-stack-align.exp
5644 * gdb.arch/ia64-breakpoint-shadow.exp
5645 * gdb.arch/pa-nullify.exp
5646 * gdb.arch/powerpc-aix-prologue.exp
5647 * gdb.arch/thumb-bx-pc.exp
5648 * gdb.base/annota1.exp
5649 * gdb.base/annota3.exp
5650 * gdb.base/arrayidx.exp
5651 * gdb.base/assign.exp
5652 * gdb.base/attach.exp
5653 * gdb.base/auxv.exp
5654 * gdb.base/bang.exp
5655 * gdb.base/bfp-test.exp
5656 * gdb.base/bigcore.exp
5657 * gdb.base/bitfields2.exp
5658 * gdb.base/break-fun-addr.exp
5659 * gdb.base/break-probes.exp
5660 * gdb.base/call-rt-st.exp
5661 * gdb.base/callexit.exp
5662 * gdb.base/catch-fork-kill.exp
5663 * gdb.base/charset.exp
5664 * gdb.base/checkpoint.exp
5665 * gdb.base/comprdebug.exp
5666 * gdb.base/constvars.exp
5667 * gdb.base/coredump-filter.exp
5668 * gdb.base/cursal.exp
5669 * gdb.base/cvexpr.exp
5670 * gdb.base/detach.exp
5671 * gdb.base/display.exp
5672 * gdb.base/dmsym.exp
5673 * gdb.base/dprintf-pending.exp
5674 * gdb.base/dso2dso.exp
5675 * gdb.base/dtrace-probe.exp
5676 * gdb.base/dump.exp
5677 * gdb.base/enum_cond.exp
5678 * gdb.base/exe-lock.exp
5679 * gdb.base/exec-invalid-sysroot.exp
5680 * gdb.base/execl-update-breakpoints.exp
5681 * gdb.base/exprs.exp
5682 * gdb.base/fileio.exp
5683 * gdb.base/find.exp
5684 * gdb.base/finish.exp
5685 * gdb.base/fixsection.exp
5686 * gdb.base/foll-vfork.exp
5687 * gdb.base/frame-args.exp
5688 * gdb.base/gcore.exp
5689 * gdb.base/gdb1250.exp
5690 * gdb.base/global-var-nested-by-dso.exp
5691 * gdb.base/gnu-ifunc.exp
5692 * gdb.base/hashline1.exp
5693 * gdb.base/hashline2.exp
5694 * gdb.base/hashline3.exp
5695 * gdb.base/hbreak-in-shr-unsupported.exp
5696 * gdb.base/huge.exp
5697 * gdb.base/infcall-input.exp
5698 * gdb.base/info-fun.exp
5699 * gdb.base/info-shared.exp
5700 * gdb.base/jit-simple.exp
5701 * gdb.base/jit-so.exp
5702 * gdb.base/jit.exp
5703 * gdb.base/jump.exp
5704 * gdb.base/label.exp
5705 * gdb.base/lineinc.exp
5706 * gdb.base/logical.exp
5707 * gdb.base/longjmp.exp
5708 * gdb.base/macscp.exp
5709 * gdb.base/miscexprs.exp
5710 * gdb.base/new-ui-echo.exp
5711 * gdb.base/new-ui-pending-input.exp
5712 * gdb.base/new-ui.exp
5713 * gdb.base/nodebug.exp
5714 * gdb.base/nofield.exp
5715 * gdb.base/offsets.exp
5716 * gdb.base/overlays.exp
5717 * gdb.base/pending.exp
5718 * gdb.base/pointers.exp
5719 * gdb.base/pr11022.exp
5720 * gdb.base/printcmds.exp
5721 * gdb.base/prologue.exp
5722 * gdb.base/ptr-typedef.exp
5723 * gdb.base/realname-expand.exp
5724 * gdb.base/relativedebug.exp
5725 * gdb.base/relocate.exp
5726 * gdb.base/remote.exp
5727 * gdb.base/reread.exp
5728 * gdb.base/return2.exp
5729 * gdb.base/savedregs.exp
5730 * gdb.base/sep.exp
5731 * gdb.base/sepdebug.exp
5732 * gdb.base/sepsymtab.exp
5733 * gdb.base/set-inferior-tty.exp
5734 * gdb.base/setshow.exp
5735 * gdb.base/shlib-call.exp
5736 * gdb.base/sigaltstack.exp
5737 * gdb.base/siginfo-addr.exp
5738 * gdb.base/signals.exp
5739 * gdb.base/signull.exp
5740 * gdb.base/sigrepeat.exp
5741 * gdb.base/so-impl-ld.exp
5742 * gdb.base/solib-display.exp
5743 * gdb.base/solib-overlap.exp
5744 * gdb.base/solib-search.exp
5745 * gdb.base/solib-symbol.exp
5746 * gdb.base/structs.exp
5747 * gdb.base/structs2.exp
5748 * gdb.base/symtab-search-order.exp
5749 * gdb.base/twice.exp
5750 * gdb.base/unload.exp
5751 * gdb.base/varargs.exp
5752 * gdb.base/watchpoint-solib.exp
5753 * gdb.base/watchpoint.exp
5754 * gdb.base/whatis.exp
5755 * gdb.base/wrong_frame_bt_full.exp
5756 * gdb.btrace/dlopen.exp
5757 * gdb.cell/ea-standalone.exp
5758 * gdb.cell/ea-test.exp
5759 * gdb.cp/dispcxx.exp
5760 * gdb.cp/gdb2384.exp
5761 * gdb.cp/method2.exp
5762 * gdb.cp/nextoverthrow.exp
5763 * gdb.cp/pr10728.exp
5764 * gdb.disasm/am33.exp
5765 * gdb.disasm/h8300s.exp
5766 * gdb.disasm/mn10300.exp
5767 * gdb.disasm/sh3.exp
5768 * gdb.dwarf2/dw2-dir-file-name.exp
5769 * gdb.fortran/complex.exp
5770 * gdb.fortran/library-module.exp
5771 * gdb.guile/scm-pretty-print.exp
5772 * gdb.guile/scm-symbol.exp
5773 * gdb.guile/scm-type.exp
5774 * gdb.guile/scm-value.exp
5775 * gdb.linespec/linespec.exp
5776 * gdb.mi/gdb701.exp
5777 * gdb.mi/gdb792.exp
5778 * gdb.mi/mi-breakpoint-changed.exp
5779 * gdb.mi/mi-dprintf-pending.exp
5780 * gdb.mi/mi-dprintf.exp
5781 * gdb.mi/mi-exit-code.exp
5782 * gdb.mi/mi-pending.exp
5783 * gdb.mi/mi-solib.exp
5784 * gdb.mi/new-ui-mi-sync.exp
5785 * gdb.mi/pr11022.exp
5786 * gdb.mi/user-selected-context-sync.exp
5787 * gdb.opt/solib-intra-step.exp
5788 * gdb.python/py-events.exp
5789 * gdb.python/py-finish-breakpoint.exp
5790 * gdb.python/py-mi.exp
5791 * gdb.python/py-prettyprint.exp
5792 * gdb.python/py-shared.exp
5793 * gdb.python/py-symbol.exp
5794 * gdb.python/py-template.exp
5795 * gdb.python/py-type.exp
5796 * gdb.python/py-value.exp
5797 * gdb.reverse/solib-precsave.exp
5798 * gdb.reverse/solib-reverse.exp
5799 * gdb.server/solib-list.exp
5800 * gdb.stabs/weird.exp
5801 * gdb.threads/reconnect-signal.exp
5802 * gdb.threads/stepi-random-signal.exp
5803 * gdb.trace/actions.exp
5804 * gdb.trace/ax.exp
5805 * gdb.trace/backtrace.exp
5806 * gdb.trace/change-loc.exp
5807 * gdb.trace/deltrace.exp
5808 * gdb.trace/ftrace-lock.exp
5809 * gdb.trace/ftrace.exp
5810 * gdb.trace/infotrace.exp
5811 * gdb.trace/mi-tracepoint-changed.exp
5812 * gdb.trace/packetlen.exp
5813 * gdb.trace/passcount.exp
5814 * gdb.trace/pending.exp
5815 * gdb.trace/range-stepping.exp
5816 * gdb.trace/report.exp
5817 * gdb.trace/stap-trace.exp
5818 * gdb.trace/tfind.exp
5819 * gdb.trace/trace-break.exp
5820 * gdb.trace/trace-condition.exp
5821 * gdb.trace/trace-enable-disable.exp
5822 * gdb.trace/trace-mt.exp
5823 * gdb.trace/tracecmd.exp
5824 * gdb.trace/tspeed.exp
5825 * gdb.trace/tsv.exp
5826 * lib/perftest.exp
5827
fb9feb35
LM
58282016-12-01 Luis Machado <lgustavo@codesourcery.com>
5829
5830 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5831 with gdb_test_no_output.
5832 Use command as test name.
5833
cd2ddb6c
LM
58342016-12-01 Luis Machado <lgustavo@codesourcery.com>
5835
5836 Fix test names starting with uppercase throughout the files.
5837
5838 * gdb.ada/assign_1.exp
5839 * gdb.ada/boolean_expr.exp
5840 * gdb.base/arrayidx.exp
5841 * gdb.base/del.exp
5842 * gdb.base/gcore-buffer-overflow.exp
5843 * gdb.base/testenv.exp
5844 * gdb.compile/compile.exp
5845 * gdb.python/py-framefilter-invalidarg.exp
5846 * gdb.python/py-framefilter.exp
5847
bb95117e
LM
58482016-12-01 Luis Machado <lgustavo@codesourcery.com>
5849
5850 Fix test names starting with uppercase throughout the files.
5851
5852 * gdb.ada/array_return.exp
5853 * gdb.ada/expr_delims.exp
5854 * gdb.ada/mi_dyn_arr.exp
5855 * gdb.ada/mi_interface.exp
5856 * gdb.ada/mi_var_array.exp
5857 * gdb.ada/watch_arg.exp
5858 * gdb.arch/alpha-step.exp
5859 * gdb.arch/altivec-regs.exp
5860 * gdb.arch/e500-regs.exp
5861 * gdb.arch/powerpc-d128-regs.exp
5862 * gdb.base/arrayidx.exp
5863 * gdb.base/break.exp
5864 * gdb.base/checkpoint.exp
5865 * gdb.base/debug-expr.exp
5866 * gdb.base/dmsym.exp
5867 * gdb.base/radix.exp
5868 * gdb.base/sepdebug.exp
5869 * gdb.base/testenv.exp
5870 * gdb.base/watch_thread_num.exp
5871 * gdb.base/watchpoint-cond-gone.exp
5872 * gdb.cell/break.exp
5873 * gdb.cell/ea-cache.exp
5874 * gdb.compile/compile.exp
5875 * gdb.cp/gdb2495.exp
5876 * gdb.gdb/selftest.exp
5877 * gdb.gdb/xfullpath.exp
5878 * gdb.go/hello.exp
5879 * gdb.go/integers.exp
5880 * gdb.objc/basicclass.exp
5881 * gdb.pascal/hello.exp
5882 * gdb.pascal/integers.exp
5883 * gdb.python/py-breakpoint.exp
5884 * gdb.python/py-cmd.exp
5885 * gdb.python/py-linetable.exp
5886 * gdb.python/py-xmethods.exp
5887 * gdb.python/python.exp
5888 * gdb.reverse/consecutive-precsave.exp
5889 * gdb.reverse/finish-precsave.exp
5890 * gdb.reverse/i386-precsave.exp
5891 * gdb.reverse/machinestate-precsave.exp
5892 * gdb.reverse/sigall-precsave.exp
5893 * gdb.reverse/solib-precsave.exp
5894 * gdb.reverse/step-precsave.exp
5895 * gdb.reverse/until-precsave.exp
5896 * gdb.reverse/watch-precsave.exp
5897 * gdb.threads/leader-exit.exp
5898 * gdb.threads/pthreads.exp
5899 * gdb.threads/wp-replication.exp
5900 * gdb.trace/actions.exp
5901 * gdb.trace/mi-tsv-changed.exp
5902 * gdb.trace/tsv.exp
5903
de97fdd4
LM
59042016-12-01 Luis Machado <lgustavo@codesourcery.com>
5905
5906 Fix test names starting with uppercase throughout the files.
5907
5908 * gdb.arch/i386-bp_permanent.exp
5909 * gdb.arch/i386-gnu-cfi.exp
5910 * gdb.base/disasm-end-cu.exp
5911 * gdb.base/macscp.exp
5912 * gdb.base/pending.exp
5913 * gdb.base/watch_thread_num.exp
5914 * gdb.cp/exception.exp
5915 * gdb.cp/gdb2495.exp
5916 * gdb.cp/local.exp
5917 * gdb.python/py-evsignal.exp
5918 * gdb.python/python.exp
5919 * gdb.trace/tracecmd.exp
5920
9f058c10
LM
59212016-12-01 Luis Machado <lgustavo@codesourcery.com>
5922
5923 Fix test names starting with uppercase throughout the files.
5924
5925 * gdb.base/charset.exp
5926 * gdb.base/eval.exp
5927 * gdb.base/multi-forks.exp
5928 * gdb.guile/scm-progspace.exp
5929 * gdb.opencl/datatypes.exp
5930 * gdb.python/py-block.exp
5931 * gdb.python/py-function.exp
5932 * gdb.python/py-symbol.exp
5933 * gdb.python/py-symtab.exp
5934 * gdb.python/py-xmethods.exp
5935 * gdb.reverse/break-precsave.exp
5936 * gdb.reverse/break-reverse.exp
5937 * gdb.reverse/consecutive-precsave.exp
5938 * gdb.reverse/consecutive-reverse.exp
5939 * gdb.reverse/finish-precsave.exp
5940 * gdb.reverse/finish-reverse-bkpt.exp
5941 * gdb.reverse/finish-reverse.exp
5942 * gdb.reverse/fstatat-reverse.exp
5943 * gdb.reverse/getresuid-reverse.exp
5944 * gdb.reverse/i386-precsave.exp
5945 * gdb.reverse/i386-reverse.exp
5946 * gdb.reverse/i386-sse-reverse.exp
5947 * gdb.reverse/i387-stack-reverse.exp
5948 * gdb.reverse/insn-reverse.exp
5949 * gdb.reverse/machinestate-precsave.exp
5950 * gdb.reverse/machinestate.exp
5951 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5952 * gdb.reverse/pipe-reverse.exp
5953 * gdb.reverse/readv-reverse.exp
5954 * gdb.reverse/recvmsg-reverse.exp
5955 * gdb.reverse/rerun-prec.exp
5956 * gdb.reverse/s390-mvcle.exp
5957 * gdb.reverse/sigall-precsave.exp
5958 * gdb.reverse/sigall-reverse.exp
5959 * gdb.reverse/solib-precsave.exp
5960 * gdb.reverse/solib-reverse.exp
5961 * gdb.reverse/step-precsave.exp
5962 * gdb.reverse/step-reverse.exp
5963 * gdb.reverse/time-reverse.exp
5964 * gdb.reverse/until-precsave.exp
5965 * gdb.reverse/until-reverse.exp
5966 * gdb.reverse/waitpid-reverse.exp
5967 * gdb.reverse/watch-precsave.exp
5968 * gdb.reverse/watch-reverse.exp
5969
cdc7edd7
LM
59702016-12-01 Luis Machado <lgustavo@codesourcery.com>
5971
5972 Fix test names starting with uppercase throughout the files.
5973
5974 * gdb.arch/i386-mpx-simple_segv.exp
5975 * gdb.arch/i386-mpx.exp
5976 * gdb.arch/i386-permbkpt.exp
5977 * gdb.arch/pa-nullify.exp
5978 * gdb.arch/powerpc-d128-regs.exp
5979 * gdb.arch/vsx-regs.exp
5980 * gdb.base/bfp-test.exp
5981 * gdb.base/break.exp
5982 * gdb.base/breakpoint-shadow.exp
5983 * gdb.base/callfuncs.exp
5984 * gdb.base/charset.exp
5985 * gdb.base/commands.exp
5986 * gdb.base/completion.exp
5987 * gdb.base/dfp-test.exp
5988 * gdb.base/echo.exp
5989 * gdb.base/ending-run.exp
5990 * gdb.base/eval.exp
5991 * gdb.base/expand-psymtabs.exp
5992 * gdb.base/float128.exp
5993 * gdb.base/floatn.exp
5994 * gdb.base/foll-exec-mode.exp
5995 * gdb.base/gdb1056.exp
5996 * gdb.base/gdb11531.exp
5997 * gdb.base/kill-after-signal.exp
5998 * gdb.base/multi-forks.exp
5999 * gdb.base/overlays.exp
6000 * gdb.base/pending.exp
6001 * gdb.base/sepdebug.exp
6002 * gdb.base/testenv.exp
6003 * gdb.base/valgrind-db-attach.exp
6004 * gdb.base/watch_thread_num.exp
6005 * gdb.base/watchpoint-cond-gone.exp
6006 * gdb.base/watchpoint.exp
6007 * gdb.base/watchpoints.exp
6008 * gdb.cp/arg-reference.exp
6009 * gdb.cp/baseenum.exp
6010 * gdb.cp/operator.exp
6011 * gdb.cp/shadow.exp
6012 * gdb.dwarf2/dw2-op-out-param.exp
6013 * gdb.dwarf2/dw2-reg-undefined.exp
6014 * gdb.go/chan.exp
6015 * gdb.go/hello.exp
6016 * gdb.go/integers.exp
6017 * gdb.go/methods.exp
6018 * gdb.go/package.exp
6019 * gdb.guile/scm-parameter.exp
6020 * gdb.guile/scm-progspace.exp
6021 * gdb.guile/scm-value.exp
6022 * gdb.mi/mi-pending.exp
6023 * gdb.mi/user-selected-context-sync.exp
6024 * gdb.multi/multi-attach.exp
6025 * gdb.multi/tids.exp
6026 * gdb.opt/clobbered-registers-O2.exp
6027 * gdb.pascal/floats.exp
6028 * gdb.pascal/integers.exp
6029 * gdb.python/py-block.exp
6030 * gdb.python/py-events.exp
6031 * gdb.python/py-parameter.exp
6032 * gdb.python/py-symbol.exp
6033 * gdb.python/py-symtab.exp
6034 * gdb.python/py-type.exp
6035 * gdb.python/py-value.exp
6036 * gdb.python/py-xmethods.exp
6037 * gdb.python/python.exp
6038 * gdb.reverse/break-precsave.exp
6039 * gdb.reverse/consecutive-precsave.exp
6040 * gdb.reverse/finish-precsave.exp
6041 * gdb.reverse/i386-precsave.exp
6042 * gdb.reverse/machinestate-precsave.exp
6043 * gdb.reverse/sigall-precsave.exp
6044 * gdb.reverse/solib-precsave.exp
6045 * gdb.reverse/step-precsave.exp
6046 * gdb.reverse/until-precsave.exp
6047 * gdb.reverse/watch-precsave.exp
6048 * gdb.server/ext-attach.exp
6049 * gdb.server/ext-restart.exp
6050 * gdb.server/ext-run.exp
6051 * gdb.server/ext-wrapper.exp
6052 * gdb.stabs/gdb11479.exp
6053 * gdb.stabs/weird.exp
6054 * gdb.threads/attach-many-short-lived-threads.exp
6055 * gdb.threads/kill.exp
6056 * gdb.threads/watchpoint-fork.exp
6057
bc6c7af4
LM
60582016-12-01 Luis Machado <lgustavo@codesourcery.com>
6059
6060 Fix test names starting with uppercase throughout all the files below.
6061
6062 * gdb.ada/array_return.exp
6063 * gdb.ada/catch_ex.exp
6064 * gdb.ada/info_exc.exp
6065 * gdb.ada/mi_catch_ex.exp
6066 * gdb.ada/mi_dyn_arr.exp
6067 * gdb.ada/mi_ex_cond.exp
6068 * gdb.ada/mi_exc_info.exp
6069 * gdb.ada/mi_interface.exp
6070 * gdb.ada/mi_task_arg.exp
6071 * gdb.ada/mi_task_info.exp
6072 * gdb.ada/mi_var_array.exp
6073 * gdb.arch/alpha-step.exp
6074 * gdb.arch/amd64-disp-step.exp
6075 * gdb.arch/arm-disp-step.exp
6076 * gdb.arch/disp-step-insn-reloc.exp
6077 * gdb.arch/e500-prologue.exp
6078 * gdb.arch/ftrace-insn-reloc.exp
6079 * gdb.arch/gdb1558.exp
6080 * gdb.arch/i386-bp_permanent.exp
6081 * gdb.arch/i386-disp-step.exp
6082 * gdb.arch/i386-float.exp
6083 * gdb.arch/i386-gnu-cfi.exp
6084 * gdb.arch/ia64-breakpoint-shadow.exp
6085 * gdb.arch/mips16-thunks.exp
6086 * gdb.arch/pa-nullify.exp
6087 * gdb.arch/powerpc-aix-prologue.exp
6088 * gdb.arch/powerpc-power.exp
6089 * gdb.arch/ppc-dfp.exp
6090 * gdb.arch/s390-tdbregs.exp
6091 * gdb.arch/spu-info.exp
6092 * gdb.arch/spu-ls.exp
6093 * gdb.arch/thumb-bx-pc.exp
6094 * gdb.base/advance.exp
6095 * gdb.base/annota-input-while-running.exp
6096 * gdb.base/arrayidx.exp
6097 * gdb.base/asmlabel.exp
6098 * gdb.base/async.exp
6099 * gdb.base/attach-wait-input.exp
6100 * gdb.base/auto-connect-native-target.exp
6101 * gdb.base/batch-preserve-term-settings.exp
6102 * gdb.base/bfp-test.exp
6103 * gdb.base/bigcore.exp
6104 * gdb.base/bp-permanent.exp
6105 * gdb.base/break-always.exp
6106 * gdb.base/break-fun-addr.exp
6107 * gdb.base/break-idempotent.exp
6108 * gdb.base/break-main-file-remove-fail.exp
6109 * gdb.base/break-probes.exp
6110 * gdb.base/break-unload-file.exp
6111 * gdb.base/break.exp
6112 * gdb.base/call-ar-st.exp
6113 * gdb.base/call-rt-st.exp
6114 * gdb.base/call-sc.exp
6115 * gdb.base/call-signal-resume.exp
6116 * gdb.base/call-strs.exp
6117 * gdb.base/callexit.exp
6118 * gdb.base/callfuncs.exp
6119 * gdb.base/catch-gdb-caused-signals.exp
6120 * gdb.base/catch-signal-siginfo-cond.exp
6121 * gdb.base/catch-syscall.exp
6122 * gdb.base/compare-sections.exp
6123 * gdb.base/cond-eval-mode.exp
6124 * gdb.base/condbreak-call-false.exp
6125 * gdb.base/consecutive-step-over.exp
6126 * gdb.base/cursal.exp
6127 * gdb.base/disabled-location.exp
6128 * gdb.base/disasm-end-cu.exp
6129 * gdb.base/display.exp
6130 * gdb.base/double-prompt-target-event-error.exp
6131 * gdb.base/dprintf-bp-same-addr.exp
6132 * gdb.base/dprintf-detach.exp
6133 * gdb.base/dprintf-next.exp
6134 * gdb.base/dprintf-non-stop.exp
6135 * gdb.base/dprintf-pending.exp
6136 * gdb.base/dso2dso.exp
6137 * gdb.base/ending-run.exp
6138 * gdb.base/enum_cond.exp
6139 * gdb.base/examine-backward.exp
6140 * gdb.base/exe-lock.exp
6141 * gdb.base/exec-invalid-sysroot.exp
6142 * gdb.base/execl-update-breakpoints.exp
6143 * gdb.base/execution-termios.exp
6144 * gdb.base/fileio.exp
6145 * gdb.base/fixsection.exp
6146 * gdb.base/foll-exec-mode.exp
6147 * gdb.base/foll-exec.exp
6148 * gdb.base/fork-running-state.exp
6149 * gdb.base/frame-args.exp
6150 * gdb.base/fullpath-expand.exp
6151 * gdb.base/func-ptr.exp
6152 * gdb.base/gcore-relro-pie.exp
6153 * gdb.base/gdb1090.exp
6154 * gdb.base/gdb1555.exp
6155 * gdb.base/global-var-nested-by-dso.exp
6156 * gdb.base/gnu-ifunc.exp
6157 * gdb.base/hbreak-in-shr-unsupported.exp
6158 * gdb.base/hbreak-unmapped.exp
6159 * gdb.base/hook-stop.exp
6160 * gdb.base/infcall-input.exp
6161 * gdb.base/info-fun.exp
6162 * gdb.base/info-shared.exp
6163 * gdb.base/interrupt-noterm.exp
6164 * gdb.base/jit-so.exp
6165 * gdb.base/jit.exp
6166 * gdb.base/line-symtabs.exp
6167 * gdb.base/list.exp
6168 * gdb.base/longjmp.exp
6169 * gdb.base/macscp.exp
6170 * gdb.base/max-value-size.exp
6171 * gdb.base/nodebug.exp
6172 * gdb.base/nofield.exp
6173 * gdb.base/overlays.exp
6174 * gdb.base/paginate-after-ctrl-c-running.exp
6175 * gdb.base/paginate-bg-execution.exp
6176 * gdb.base/paginate-inferior-exit.exp
6177 * gdb.base/pending.exp
6178 * gdb.base/pr11022.exp
6179 * gdb.base/printcmds.exp
6180 * gdb.base/ptr-typedef.exp
6181 * gdb.base/ptype.exp
6182 * gdb.base/randomize.exp
6183 * gdb.base/range-stepping.exp
6184 * gdb.base/realname-expand.exp
6185 * gdb.base/relativedebug.exp
6186 * gdb.base/remote.exp
6187 * gdb.base/savedregs.exp
6188 * gdb.base/sepdebug.exp
6189 * gdb.base/set-noassign.exp
6190 * gdb.base/shlib-call.exp
6191 * gdb.base/shreloc.exp
6192 * gdb.base/sigaltstack.exp
6193 * gdb.base/sigbpt.exp
6194 * gdb.base/siginfo-addr.exp
6195 * gdb.base/siginfo-obj.exp
6196 * gdb.base/siginfo-thread.exp
6197 * gdb.base/signest.exp
6198 * gdb.base/signull.exp
6199 * gdb.base/sigrepeat.exp
6200 * gdb.base/skip.exp
6201 * gdb.base/so-impl-ld.exp
6202 * gdb.base/solib-corrupted.exp
6203 * gdb.base/solib-disc.exp
6204 * gdb.base/solib-display.exp
6205 * gdb.base/solib-overlap.exp
6206 * gdb.base/solib-search.exp
6207 * gdb.base/solib-symbol.exp
6208 * gdb.base/source-execution.exp
6209 * gdb.base/sss-bp-on-user-bp-2.exp
6210 * gdb.base/sss-bp-on-user-bp.exp
6211 * gdb.base/stack-checking.exp
6212 * gdb.base/stale-infcall.exp
6213 * gdb.base/step-break.exp
6214 * gdb.base/step-line.exp
6215 * gdb.base/step-over-exit.exp
6216 * gdb.base/step-test.exp
6217 * gdb.base/structs.exp
6218 * gdb.base/sym-file.exp
6219 * gdb.base/symtab-search-order.exp
6220 * gdb.base/term.exp
6221 * gdb.base/type-opaque.exp
6222 * gdb.base/unload.exp
6223 * gdb.base/until-nodebug.exp
6224 * gdb.base/until.exp
6225 * gdb.base/unwindonsignal.exp
6226 * gdb.base/watch-cond.exp
6227 * gdb.base/watch-non-mem.exp
6228 * gdb.base/watch_thread_num.exp
6229 * gdb.base/watchpoint-reuse-slot.exp
6230 * gdb.base/watchpoint-solib.exp
6231 * gdb.base/watchpoint.exp
6232 * gdb.btrace/dlopen.exp
6233 * gdb.cell/arch.exp
6234 * gdb.cell/break.exp
6235 * gdb.cell/bt.exp
6236 * gdb.cell/core.exp
6237 * gdb.cell/data.exp
6238 * gdb.cell/dwarfaddr.exp
6239 * gdb.cell/ea-cache.exp
6240 * gdb.cell/ea-standalone.exp
6241 * gdb.cell/ea-test.exp
6242 * gdb.cell/f-regs.exp
6243 * gdb.cell/fork.exp
6244 * gdb.cell/gcore.exp
6245 * gdb.cell/mem-access.exp
6246 * gdb.cell/ptype.exp
6247 * gdb.cell/registers.exp
6248 * gdb.cell/sizeof.exp
6249 * gdb.cell/solib-symbol.exp
6250 * gdb.cell/solib.exp
6251 * gdb.compile/compile-tls.exp
6252 * gdb.cp/exception.exp
6253 * gdb.cp/gdb2495.exp
6254 * gdb.cp/local.exp
6255 * gdb.cp/mb-inline.exp
6256 * gdb.cp/mb-templates.exp
6257 * gdb.cp/pr10687.exp
6258 * gdb.cp/pr9167.exp
6259 * gdb.cp/scope-err.exp
6260 * gdb.cp/templates.exp
6261 * gdb.cp/virtfunc.exp
6262 * gdb.dwarf2/dw2-dir-file-name.exp
6263 * gdb.dwarf2/dw2-single-line-discriminators.exp
6264 * gdb.fortran/complex.exp
6265 * gdb.fortran/library-module.exp
6266 * gdb.guile/guile.exp
6267 * gdb.guile/scm-cmd.exp
6268 * gdb.guile/scm-frame-inline.exp
6269 * gdb.guile/scm-objfile.exp
6270 * gdb.guile/scm-pretty-print.exp
6271 * gdb.guile/scm-symbol.exp
6272 * gdb.guile/scm-type.exp
6273 * gdb.guile/scm-value.exp
6274 * gdb.linespec/keywords.exp
6275 * gdb.linespec/ls-errs.exp
6276 * gdb.linespec/macro-relative.exp
6277 * gdb.linespec/thread.exp
6278 * gdb.mi/mi-breakpoint-changed.exp
6279 * gdb.mi/mi-dprintf-pending.exp
6280 * gdb.mi/mi-fullname-deleted.exp
6281 * gdb.mi/mi-logging.exp
6282 * gdb.mi/mi-pending.exp
6283 * gdb.mi/mi-solib.exp
6284 * gdb.mi/new-ui-mi-sync.exp
6285 * gdb.mi/user-selected-context-sync.exp
6286 * gdb.multi/dummy-frame-restore.exp
6287 * gdb.multi/multi-arch-exec.exp
6288 * gdb.multi/remove-inferiors.exp
6289 * gdb.multi/watchpoint-multi-exit.exp
6290 * gdb.opt/solib-intra-step.exp
6291 * gdb.perf/backtrace.exp
6292 * gdb.perf/single-step.exp
6293 * gdb.perf/skip-command.exp
6294 * gdb.perf/skip-prologue.exp
6295 * gdb.perf/solib.exp
6296 * gdb.python/lib-types.exp
6297 * gdb.python/py-as-string.exp
6298 * gdb.python/py-bad-printers.exp
6299 * gdb.python/py-block.exp
6300 * gdb.python/py-breakpoint.exp
6301 * gdb.python/py-cmd.exp
6302 * gdb.python/py-events.exp
6303 * gdb.python/py-evthreads.exp
6304 * gdb.python/py-finish-breakpoint.exp
6305 * gdb.python/py-finish-breakpoint2.exp
6306 * gdb.python/py-frame-inline.exp
6307 * gdb.python/py-frame.exp
6308 * gdb.python/py-inferior.exp
6309 * gdb.python/py-infthread.exp
6310 * gdb.python/py-mi.exp
6311 * gdb.python/py-objfile.exp
6312 * gdb.python/py-pp-maint.exp
6313 * gdb.python/py-pp-registration.exp
6314 * gdb.python/py-prettyprint.exp
6315 * gdb.python/py-recurse-unwind.exp
6316 * gdb.python/py-shared.exp
6317 * gdb.python/py-symbol.exp
6318 * gdb.python/py-symtab.exp
6319 * gdb.python/py-template.exp
6320 * gdb.python/py-type.exp
6321 * gdb.python/py-unwind-maint.exp
6322 * gdb.python/py-unwind.exp
6323 * gdb.python/py-value.exp
6324 * gdb.python/python.exp
6325 * gdb.reverse/finish-reverse-bkpt.exp
6326 * gdb.reverse/insn-reverse.exp
6327 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6328 * gdb.reverse/solib-precsave.exp
6329 * gdb.reverse/solib-reverse.exp
6330 * gdb.stabs/gdb11479.exp
6331 * gdb.stabs/weird.exp
6332 * gdb.threads/fork-child-threads.exp
6333 * gdb.threads/fork-plus-threads.exp
6334 * gdb.threads/fork-thread-pending.exp
6335 * gdb.threads/forking-threads-plus-breakpoint.exp
6336 * gdb.threads/hand-call-in-threads.exp
6337 * gdb.threads/interrupted-hand-call.exp
6338 * gdb.threads/linux-dp.exp
6339 * gdb.threads/local-watch-wrong-thread.exp
6340 * gdb.threads/next-while-other-thread-longjmps.exp
6341 * gdb.threads/non-ldr-exit.exp
6342 * gdb.threads/pending-step.exp
6343 * gdb.threads/print-threads.exp
6344 * gdb.threads/process-dies-while-detaching.exp
6345 * gdb.threads/process-dies-while-handling-bp.exp
6346 * gdb.threads/pthreads.exp
6347 * gdb.threads/queue-signal.exp
6348 * gdb.threads/reconnect-signal.exp
6349 * gdb.threads/signal-command-handle-nopass.exp
6350 * gdb.threads/signal-command-multiple-signals-pending.exp
6351 * gdb.threads/signal-delivered-right-thread.exp
6352 * gdb.threads/signal-sigtrap.exp
6353 * gdb.threads/sigthread.exp
6354 * gdb.threads/staticthreads.exp
6355 * gdb.threads/stepi-random-signal.exp
6356 * gdb.threads/thread-unwindonsignal.exp
6357 * gdb.threads/thread_check.exp
6358 * gdb.threads/thread_events.exp
6359 * gdb.threads/tid-reuse.exp
6360 * gdb.threads/tls-nodebug.exp
6361 * gdb.threads/tls-shared.exp
6362 * gdb.threads/tls-so_extern.exp
6363 * gdb.threads/tls.exp
6364 * gdb.threads/wp-replication.exp
6365 * gdb.trace/actions-changed.exp
6366 * gdb.trace/actions.exp
6367 * gdb.trace/backtrace.exp
6368 * gdb.trace/change-loc.exp
6369 * gdb.trace/collection.exp
6370 * gdb.trace/deltrace.exp
6371 * gdb.trace/disconnected-tracing.exp
6372 * gdb.trace/entry-values.exp
6373 * gdb.trace/ftrace-lock.exp
6374 * gdb.trace/ftrace.exp
6375 * gdb.trace/infotrace.exp
6376 * gdb.trace/mi-trace-frame-collected.exp
6377 * gdb.trace/mi-trace-unavailable.exp
6378 * gdb.trace/mi-traceframe-changed.exp
6379 * gdb.trace/mi-tracepoint-changed.exp
6380 * gdb.trace/mi-tsv-changed.exp
6381 * gdb.trace/no-attach-trace.exp
6382 * gdb.trace/packetlen.exp
6383 * gdb.trace/passc-dyn.exp
6384 * gdb.trace/passcount.exp
6385 * gdb.trace/pending.exp
6386 * gdb.trace/pr16508.exp
6387 * gdb.trace/qtro.exp
6388 * gdb.trace/range-stepping.exp
6389 * gdb.trace/read-memory.exp
6390 * gdb.trace/report.exp
6391 * gdb.trace/save-trace.exp
6392 * gdb.trace/signal.exp
6393 * gdb.trace/stap-trace.exp
6394 * gdb.trace/status-stop.exp
6395 * gdb.trace/strace.exp
6396 * gdb.trace/tfile.exp
6397 * gdb.trace/tfind.exp
6398 * gdb.trace/trace-break.exp
6399 * gdb.trace/trace-condition.exp
6400 * gdb.trace/trace-enable-disable.exp
6401 * gdb.trace/trace-mt.exp
6402 * gdb.trace/tracecmd.exp
6403 * gdb.trace/tracefile-pseudo-reg.exp
6404 * gdb.trace/tspeed.exp
6405 * gdb.trace/tstatus.exp
6406 * gdb.trace/tsv.exp
6407 * gdb.trace/unavailable.exp
6408 * gdb.trace/while-dyn.exp
6409 * gdb.trace/while-stepping.exp
6410 * lib/gdb-guile.exp
6411 * lib/gdb.exp
6412 * lib/mi-support.exp
6413 * lib/pascal.exp
6414 * lib/perftest.exp
6415 * lib/prelink-support.exp
6416 * lib/selftest-support.exp
6417
ad02e4fe
SM
64182016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6419
6420 * Makefile.in: Include disable-implicit-rules.mk.
6421
22347e55
AA
64222016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6423
6424 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6425 non-byte-aligned bit fields.
6426
da5b30da
AA
64272016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6428
6429 PR gdb/12616
6430 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6431 respects the DW_AT_data_bit_offset attribute.
6432
b593ecca
SM
64332016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6434
6435 * gdb.base/default.exp: Fix output of "set language".
6436
3b165252
SM
64372016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6438
6439 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6440 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6441 make.
6442 * configure.ac: Remove checks for the make program.
6443 * configure: Re-generate.
6444
1a2f3d7f
KB
64452016-11-16 Kevin Buettner <kevinb@redhat.com>
6446
6447 * gdb.python/py-recurse-unwind.c (main): Add loop.
6448 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6449 to read_register() and gdb.parse_and_eval(). Make each code
6450 call a separate case that can be individually tested.
6451 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6452 proc. Call cont_and_backtrace for each of the code paths that
6453 we want to test in the unwinder.
6454
b7f38fda
AA
64552016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6456
6457 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6458 the definition of struct S.
6459
1f8db343
CM
64602016-11-11 Catherine Moore <clm@codesourcery.com>
6461
6462 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6463
fad0c9fb
PA
64642016-11-09 Pedro Alves <palves@redhat.com>
6465
6466 * gdb.base/commands.exp (runto_or_return): New procedure.
6467 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6468 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6469 (progvar_simple_while_test, progvar_complex_if_while_test)
6470 (if_while_breakpoint_command_test)
6471 (infrun_breakpoint_command_test, breakpoint_command_test)
6472 (user_defined_command_test, watchpoint_command_test)
6473 (test_command_prompt_position, redefine_hook_test)
6474 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6475 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6476 multi_line_input and multi_line. Remove gdb_expect and
6477 gdb_stop_suppressing_tests uses.
6478 * lib/gdb.exp (valnum_re): New global.
6479 (multi_line_input): New procedure.
6480
8354c62c
SM
64812016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6482
6483 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6484 Remove.
6485 (test_setup): Define with proc_with_prefix.
6486 (test_cli_inferior): Likewise.
6487 (test_cli_thread): Likewise.
6488 (test_cli_frame): Likewise.
6489 (test_cli_select_frame): Likewise.
6490 (test_cli_up_down): Likewise.
6491 (test_mi_thread_select): Likewise.
6492 (test_mi_stack_select_frame): Likewise.
6493 (test_cli_in_mi_inferior): Likewise.
6494 (test_cli_in_mi_thread): Likewise.
6495 (test_cli_in_mi_frame): Likewise.
6496 (top level): Do not use with_test_prefix_procname.
6497
64f367a2
PA
64982016-11-09 Pedro Alves <palves@redhat.com>
6499
6500 * gdb.base/commands.exp (gdbvar_simple_if_test)
6501 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6502 (progvar_simple_if_test, progvar_simple_while_test)
6503 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6504 (infrun_breakpoint_command_test, breakpoint_command_test)
6505 (user_defined_command_test, watchpoint_command_test)
6506 (test_command_prompt_position, deprecated_command_test)
6507 (bp_deleted_in_command, temporary_breakpoint_commands)
6508 (stray_arg0_test, source_file_with_indented_comment)
6509 (recursive_source_test, if_commands_test)
6510 (error_clears_commands_left, redefine_hook_test)
6511 (redefine_backtrace_test): Use proc_with_prefix.
6512 * lib/gdb.exp (proc_with_prefix): New proc.
6513
0bb65f1e
AA
65142016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6515
6516 * gdb.base/tui-layout.c: New file.
6517 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6518 disassembly window contains very long lines.
6519
7353f247
TT
65202016-11-08 Tom Tromey <tom@tromey.com>
6521
6522 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6523 depend on Python 2.
6524
30a7bb83
TT
65252016-11-08 Tom Tromey <tom@tromey.com>
6526
6527 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6528 New method.
6529
cdf5a07c
MG
65302016-10-29 Manish Goregaokar <manish@mozilla.com>
6531
2806dc7e 6532 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 6533
51a789c3
MG
65342016-10-27 Manish Goregaokar <manish@mozilla.com>
6535
2806dc7e
PA
6536 * gdb.rust/simple.rs: Add test for univariant enums without
6537 discriminants and for encoded struct-like enums.
51a789c3 6538
f610ab6d
PA
65392016-10-28 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6542 gdb_test_multiple, tighten regexps and match symtabs and line
6543 tables incrementally.
6544
b129b0ca
LM
65452016-10-28 Luis Machado <lgustavo@codesourcery.com>
6546
6547 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6548 general.
6549
ecf45d2c
SL
65502016-10-25 Luis Machado <lgustavo@codesourcery.com>
6551
6552 * gdb.base/exec-invalid-sysroot.exp: New file.
6553
b8d38ee4
JK
65542016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6555
6556 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6557
f90fd8c2
JK
65582016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6559
6560 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6561
2d2476aa
MR
65622016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6563
2806dc7e
PA
6564 * gdb.base/killed-outside.exp: Remove $options from a call to
6565 `prepare_for_testing'.
2d2476aa 6566
e42b25a0
SM
65672016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6568
6569 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6570 Change test message.
6571
3ccdb432
SM
65722016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6573
6574 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6575 Update comment.
6576
5bad3170
SM
65772016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6578
6579 * gdb.trace/mi-trace-save.exp: New file.
6580
5ad9dba7
YQ
65812016-10-13 Yao Qi <yao.qi@linaro.org>
6582
6583 * gdb.base/code_elim.exp (get_var_address): Remove.
6584 * gdb.base/relocate.exp: Likewise.
6585 * gdb.base/shreloc.exp: Likewise.
6586 * lib/gdb.exp (get_var_address): New.
6587
62df7e21
YQ
65882016-10-13 Yao Qi <yao.qi@linaro.org>
6589
6590 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6591 floating point tests if $skip_float_test is false.
6592
4dac951e
LM
65932016-10-12 Luis Machado <lgustavo@codesourcery.com>
6594
6595 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6596 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6597 argc values.
6598 Add 1 to argc so we guarantee distinct initial/modified argc values.
6599
8f1a8fc4
JK
66002016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6601
6602 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6603
16c85b5d
JK
66042016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6605
6606 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6607 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6608 * gdb.arch/vsx-regs.exp: Likewise.
6609
1d0e042a
YQ
66102016-10-07 Yao Qi <yao.qi@linaro.org>
6611
6612 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6613
68dadef5
MM
66142016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6615
6616 * gdb.python/python.exp: Test decode_line("*0").
6617
33fa2c6e
DE
66182016-10-06 Doug Evans <dje@google.com>
6619
6620 * gdb.python/py-value.exp (test_value_creation): Add test for large
6621 unsigned 64-bit value.
6622
9c37b5ae
TT
66232016-10-06 Tom Tromey <tom@tromey.com>
6624
6625 * gdb.compile/compile.exp: Change java tests to rust.
6626 * gdb.base/setshow.exp: Change java tests to rust.
6627 * gdb.base/default.exp: Remove java from language list.
6628 * README (Examples): Update language example.
6629 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6630 test.
6631 * lib/gdb.exp (skip_java_tests): Remove.
6632 * lib/java.exp: Remove.
6633 * gdb.java: Remove.
6634
78b86327
MR
66352016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6636
6637 * gdb.arch/mips-fcr.exp: New test.
6638 * gdb.arch/mips-fcr.c: Source for the new test.
6639
7470adbb
MR
66402016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6641
6642 * gdb.base/solib-disc.exp: Use `standard_output_file'
6643 throughout.
6644
4a556533
PA
66452016-10-06 Pedro Alves <palves@redhat.com>
6646
6647 * gdb.base/jit-simple-dl.c: New file.
6648 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6649 * gdb.base/jit-simple.c: ... this.
6650 * gdb.base/jit-simple.exp (jit_run): Delete.
6651 (build_jit): New proc.
6652 (jit_test_reread): Recompile either the main program or the shared
6653 library, depending on what is being tested. Skip changing address
6654 if caller wants to. Compare before/after addresses. If testing
6655 standalone, explicitly load the binary. Test "maint info
6656 breakpoints".
6657 (top level): Add "standalone vs shared lib" and "change address"
6658 vs "same address" axes.
6659
5a122fbc
PA
66602016-10-06 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6663 call.
6664 (jit_run): Delete.
6665 (jit_test_reread): Use with_test_prefix. Reload the main binary
6666 explicitly. Compare the before/after addresses of the JIT
6667 descriptor.
6668
ee8da4b8
DE
66692016-08-15 Doug Evans <dje@google.com>
6670
6671 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6672 for single bitfields is bool.
6673 * gdb.xml/tdesc-regs.exp: Ditto.
6674
f389f6fe
JK
66752016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6676
6677 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6678
fdebf1a4
YQ
66792016-10-05 Yao Qi <yao.qi@linaro.org>
6680
6681 * lib/gdb.exp (support_complex_tests): Return zero if
6682 gdb_skip_float_test return true.
6683
9c36d954 66842016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6685 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6686
6687 PR gdb/20487
6688 * gdb.mi/user-selected-context-sync.exp: New file.
6689 * gdb.mi/user-selected-context-sync.c: New file.
6690
4034d0ff 66912016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6692 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6693
6694 PR gdb/20487
6695 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6696 =thread-select-event check.
6697
a4297203
PB
66982016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6699
6700 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6701 the compulsory L operand changes.
6702 * gdb.arch/powerpc-power.s: Likewise.
6703
bb805577
JK
67042016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6705
6706 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6707 * gdb.base/jit-attach-pie.c: New file.
6708 * gdb.base/jit-attach-pie.exp: New file.
6709
6d61dee5
PA
67102016-09-28 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.base/infcall-input.c: New file.
6713 * gdb.base/infcall-input.exp: New file.
6714
f73842fc
YQ
67152016-09-22 Yao Qi <yao.qi@linaro.org>
6716
6717 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6718 (gdb_exit): Rename it to ...
6719 (gdbserver_gdb_exit): ... Close GDBserver.
6720 (gdb_exit): New proc, call gdbserver_gdb_exit.
6721 (mi_gdb_exit): Likewise.
6722
90681dab
YQ
67232016-09-22 Yao Qi <yao.qi@linaro.org>
6724
6725 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6726 path.
6727 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6728 Remove duplication.
6729
9c211fd8
YQ
67302016-09-22 Yao Qi <yao.qi@linaro.org>
6731
6732 * lib/gdbserver-support.exp: Check the existence of
6733 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6734
ad0a504f
AK
67352016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6736
6737 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6738
36cf1806
TT
67392016-09-21 Tom Tromey <tom@tromey.com>
6740
6741 PR gdb/20604:
6742 * gdb.base/quit.exp: New file.
6743
74172ecf
SM
67442016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6745
6746 * .gitignore: New file.
6747
3d0ec882
MR
67482016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6749
6750 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6751 throughout.
6752
8193adea
AA
67532016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6754
6755 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6756
d41a5c09
JK
67572016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6758
6759 * gdb.cp/casts.cc (decltype): Move it ...
6760 (main): ... with its call to ...
6761 * gdb.cp/casts03.cc: ... a new file.
6762 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6763
d2dfe700
JK
67642016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6765
6766 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6767
e2a92b16
PB
67682016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6769
6770 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6771 and sync up the test with tests in gas/testsuite/gas/ppc.
6772 * gdb.arch/powerpc-power.exp: Likewise.
6773
49b4de64
JK
67742016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6775
6776 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6777
2c29df25
SDJ
67782016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6779 Jan Kratochvil <jan.kratochvil@redhat.com>
6780
6781 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6782 make m1's definition to be different from m2's. Use 'dummy' as an
6783 argument for probe 'two'.
6784
cc3c2846
JB
67852016-09-10 Jon Beniston <jon@beniston.com>
6786
6787 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6788 for sim target.
6789
e1b2624a
AA
67902016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6791
6792 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6793 variable declaration.
6794 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6795 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6796 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6797 received HWCAP as its argument.
6798
4295e285
PA
67992016-09-06 Pedro Alves <palves@redhat.com>
6800
6801 * gdb.base/new-ui-pending-input.c: New file.
6802 * gdb.base/new-ui-pending-input.exp: New file.
6803 * gdb.exp (clear_gdb_spawn_id): New procedure.
6804 (with_spawn_id): Check whether gdb_spawn_id exists before
6805 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6806 on exit.
6807
00d5215e
UW
68082016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6809
6810 * gdb.base/float128.c: New file.
6811 * gdb.base/float128.exp: Likewise.
6812 * gdb.base/floatn.c: Likewise.
6813 * gdb.base/floatn.exp: Likewise.
6814
a9ff5f12
UW
68152016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6816
6817 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6818
f245535c
PA
68192016-09-05 Pedro Alves <palves@redhat.com>
6820
6821 PR backtrace/19927
6822 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6823 unwinders are immediately called as side effect of "source" or
6824 "disable unwinder" commands.
6825 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6826
ae9cf263
YQ
68272016-09-02 Yao Qi <yao.qi@linaro.org>
6828
6829 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6830 is true and $type is "float" or "double".
6831
27aba047
YQ
68322016-09-02 Yao Qi <yao.qi@linaro.org>
6833
6834 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6835 true.
6836 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6837 * gdb.base/call-rt-st.exp: Likewise.
6838 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6839 return value instead of gdb,skip_float_test.
6840 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6841 (do_function_calls): Use its return value instead of
6842 gdb,skip_float_test.
6843 * gdb.base/finish.exp: Likewise.
6844 * gdb.base/funcargs.exp: Likewise.
6845 * gdb.base/return.exp: Likewise.
6846 * gdb.base/return2.exp: Likewise.
6847 * gdb.base/varargs.exp: Likewise.
6848 * lib/gdb.exp (gdb_skip_float_test): Change it to
6849 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6850
5af962df
AA
68512016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6852
6853 * gdb.multi/tids.exp: Test "thread apply all".
6854
7fac6910
JK
68552016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6856
6857 * gdb.base/default.exp (tty): Remove.
6858
bb1fe4ac
KB
68592016-08-24 Kevin Buettner <kevinb@redhat.com>
6860
2806dc7e
PA
6861 * gdb.python/py-recurse-unwind.c: New file.
6862 * gdb.python/py-recurse-unwind.py: New file.
6863 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6864
0a1ddfa6
SM
68652016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6866
6867 * gdb.base/set-inferior-tty.exp: New file.
6868 * gdb.base/set-inferior-tty.c: New file.
6869
d9de1fe3
PA
68702016-08-23 Pedro Alves <palves@redhat.com>
6871
6872 PR gdb/20494
6873 * gdb.base/new-ui-echo.c: New file.
6874 * gdb.base/new-ui-echo.exp: New file.
6875
e9d9abd7
YQ
68762016-08-23 Yao Qi <yao.qi@linaro.org>
6877
6878 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6879 gdbserver_spawn.
6880 * gdb.server/connect-without-multi-process.exp (do_test):
6881 Likewise.
6882
3589529e
YQ
68832016-08-23 Yao Qi <yao.qi@linaro.org>
6884
6885 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6886 standalone_txt. Delete gdb_txt and standalone_txt on host
6887 and target. Spawn the binary on target. Copy files from
6888 target to host.
6889
6bb90213
PA
68902016-08-22 Pedro Alves <palves@redhat.com>
6891
6892 PR gdb/20505
6893 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6894 with_test_prefix. Factor out bits to ...
6895 (test_no_vdso): ... this new procedure.
6896
20c2c024
CL
68972016-08-19 Carl Love <cel@us.ibm.com>
6898
6899 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6900 maintaining separate logic for constructing the output path.
6901 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6902 * gdb.arch/ppc-dfp.exp: Likewise.
6903 * gdb.arch/ppc-fp.exp: Likewise.
6904 * gdb.arch/vsx-regs.exp: Likewise.
6905 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6906 binprefix for generating the additional binary files.
6907
0646e07d
PA
69082016-08-19 Pedro Alves <palves@redhat.com>
6909
6910 * gdb.trace/mi-trace-frame-collected.exp
6911 (test_trace_frame_collected): On x32, expect two registers.
6912
46da9242
CL
69132016-08-18 Carl Love <cel@us.ibm.com>
6914
6915 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6916 and sync up the test with tests in gas/testsuite/gas/ppc.
6917 * gdb.arch/powerpc-power.exp: Likewise.
6918
eb2332d7
SM
69192016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6920
6921 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6922 expected error message.
6923
63c61e04
SM
69242016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6925
6926 * gdb.multi/remove-inferiors.exp: New file.
6927 * gdb.multi/remove-inferiors.c: New file.
6928
7b17065f
YQ
69292016-08-12 Yao Qi <yao.qi@linaro.org>
6930
6931 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6932 argument list.
6933
01d3dedf
PA
69342016-08-10 Pedro Alves <palves@redhat.com>
6935
6936 PR gdb/19187
6937 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6938 setup_kfails.
6939
3eb7562a
PA
69402016-08-09 Pedro Alves <palves@redhat.com>
6941 Simon Marchi <simon.marchi@ericsson.com>
6942
6943 PR gdb/20418
6944 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6945 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6946
80614914
PA
69472016-08-09 Pedro Alves <palves@redhat.com>
6948
6949 PR mi/20431
6950 * gdb.mi/mi-cmd-error.exp: New file.
6951
f348d89a
PA
69522016-08-09 Pedro Alves <palves@redhat.com>
6953
6954 PR gdb/18653
6955 * gdb.base/signals-state-child.c: New file.
6956 * gdb.base/signals-state-child.exp: New file.
6957 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6958
e5ca03b4
PA
69592016-08-09 Pedro Alves <palves@redhat.com>
6960
6961 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6962
282a0691
TT
69632016-08-03 Tom Tromey <tom@tromey.com>
6964
6965 PR python/18565:
6966 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6967
41bfcd63
YQ
69682016-08-01 Yao Qi <yao.qi@linaro.org>
6969
6970 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6971 variable mode to "multi-process" if $multi_process is 1, otherwise
6972 set it to "single-process".
6973
e3465b24
YQ
69742016-08-01 Yao Qi <yao.qi@linaro.org>
6975
6976 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6977 * gdb.cp/cpexprs.exp: Likewise.
6978 * gdb.cp/m-static.exp: Likewise.
6979
0b31a4bc
TT
69802016-07-26 Tom Tromey <tom@tromey.com>
6981
6982 PR python/20190:
6983 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6984 test.
6985
e0461dbb
MM
69862016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6987
6988 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6989 selecting assembly source files.
6990 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6991 assembly source files.
6992 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6993 assembly source files.
6994 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6995 selecting assembly source files.
6996
8194e927
SM
69972016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6998
6999 * gdb.base/new-ui.exp (do_test_invalid_args): New
7000 procedure.
7001
c0272db5
TW
70022016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7003
7004 * gdb.btrace/reconnect.c: New file.
7005 * gdb.btrace/reconnect.exp: New file.
7006
e3487908
GKB
70072016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7008
7009 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7010 to test_catch_syscall_group.
7011 (test_catch_syscall_group): New.
7012
12df5c00
TT
70132016-07-21 Tom Tromey <tom@tromey.com>
7014
7015 * gdb.rust/simple.rs (main): Use empty struct expression.
7016 * gdb.rust/simple.exp: Add tests for empty struct expression.
7017
bae62ee2
YQ
70182016-07-21 Yao Qi <yao.qi@linaro.org>
7019
7020 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7021 if gdb_skip_xml_test is true on some targets.
7022
b1b53fb3
YQ
70232016-07-21 Yao Qi <yao.qi@linaro.org>
7024
7025 * gdb.server/solib-list.exp: Unset last_loaded_file.
7026
027d97f8
JK
70272016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7028
7029 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7030 "step into captured_main (args)".
7031
7674d381
JK
70322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7033
7034 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7035
72b5d099
JK
70362016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7037
7038 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7039
1f960ced
PA
70402016-07-19 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7043 * gdb.opt/inline-bt.exp: Likewise.
7044 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7045 additional_flags=-Winline.
7046 * gdb.opt/inline-locals.exp: Likewise.
7047 * gdb.opt/inline-markers.c (ATTR): Define.
7048 (inlined_fn): Use it.
7049
f25827c1
YQ
70502016-07-19 Yao Qi <yao.qi@linaro.org>
7051
7052 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7053 (test_with_self): Remove some code. Remove argument executable.
7054 (top-level): Use do_self_tests.
7055
37539ebe
DB
70562016-07-15 Zachary Welch <zwelch@codesourcery.com>
7057 Don Breazeal <donb@codesourcery.com>
7058
7059 * gdb.base/maint.exp: Escape paths used in regular expressions.
7060 * gdb.stabs/weird.exp: Likewise.
7061
dac790e1
TT
70622016-07-13 Tom Tromey <tom@tromey.com>
7063
7064 PR python/15620, PR python/18620:
7065 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7066 (test_bkpt_events): New procs.
7067
93daf339
TT
70682016-07-13 Tom Tromey <tom@tromey.com>
7069
7070 PR python/17698:
7071 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7072 test.
7073 (test_watchpoints): Likewise.
7074 (test_bkpt_pending): New proc.
7075
6571a381
TT
70762016-07-13 Tom Tromey <tom@tromey.com>
7077
7078 PR cli/18053:
7079 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7080 completion test.
7081
e8732474
JK
70822016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7083
7084 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7085 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7086 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7087 f_label.
7088 (g): Rename g_end_lbl to g_label.
7089 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7090 low_pc and high_pc.
7091 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7092
e0f3fd7c
TT
70932016-07-12 Tom Tromey <tom@tromey.com>
7094
7095 PR python/19293:
7096 * gdb.python/py-unwind-maint.exp: Update tests.
7097
3cfe46b6
YQ
70982016-07-12 Yao Qi <yao.qi@linaro.org>
7099
7100 * lib/selftest-support.exp (selftest_setup): Match the output
7101 when captured_main is inlined.
7102
4f19a0e6
WT
71032016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7104
7105 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7106 New variables.
7107 (print this%a, print this%b, print this): New tests.
7108 * gdb.fortran/derived-types.f90 (this): New object and
7109 initialization.
7110
986cf455
SM
71112016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7112
7113 * gdb.ada/arraydim.exp: Remove extra directory level in build
7114 directory.
7115
f0464b23
SM
71162016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7117
7118 * lib/ada.exp: Remove extra directory level in build directory.
7119 * gdb.ada/cond_lang.exp: Likewise.
7120 * gdb.ada/exec_changed.exp: Likewise.
7121 * gdb.ada/lang_switch.exp: Likewise.
7122
42d94011
MG
71232016-07-06 Manish Goregaokar <manish@mozilla.com>
7124
2806dc7e
PA
7125 * simple.rs: Add test for raw pointer subscripting.
7126 * simple.exp: Add test expectations.
42d94011 7127
647c264c
YQ
71282016-07-05 Yao Qi <yao.qi@linaro.org>
7129
7130 * gdb.mi/mi-reverse.exp: Match =record-started output.
7131
20aa2c60
PA
71322016-07-01 Pedro Alves <palves@redhat.com>
7133
7134 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7135 procedure.
7136 (jit_reader_test): Test the jit reader's unwinder.
7137 * gdb.base/jithost.c (jit_function_00_code): New global.
7138 (main): Use memcpy to fill in the mmapped code, instead of poking
7139 bytes manually here.
7140 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7141 value.
7142 (read_debug_info): Save the function's range.
7143 (read_sp): New function.
7144 (unwind_frame): Use it. Also unwind RBP.
7145 (get_frame_id): Use read_sp.
7146 (gdb_init_reader): Use calloc instead of malloc.
7147 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7148 parameter. Use gdb_test_multiple.
7149
ced2dffb
PA
71502016-07-01 Pedro Alves <palves@redhat.com>
7151 Antoine Tremblay <antoine.tremblay@ericsson.com>
7152
7153 * gdb.threads/process-dies-while-detaching.c: New file.
7154 * gdb.threads/process-dies-while-detaching.exp: New file.
7155
63000888
PA
71562016-07-01 Pedro Alves <palves@redhat.com>
7157
7158 * gdb.multi/watchpoint-multi-exit.c: New file.
7159 * gdb.multi/watchpoint-multi-exit.exp: New file.
7160
038d4868
PA
71612016-06-30 Pedro Alves <palves@redhat.com>
7162
7163 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7164 unset inferior_spawn_id.
7165
994e9c83
PA
71662016-06-30 Pedro Alves <palves@redhat.com>
7167
7168 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7169 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7170
e5653468
YQ
71712016-06-29 Yao Qi <yao.qi@linaro.org>
7172
7173 * gdb.base/return.c: Add copyright header.
7174
803b47e5
TT
71752016-06-29 Tom Tromey <tom@tromey.com>
7176
7177 PR python/20129:
7178 * gdb.python/py-framefilter.exp: Add tests for setting priority
7179 and disabling of non-existent frame filter.
7180
28244707
YQ
71812016-06-29 Yao Qi <yao.qi@linaro.org>
7182
7183 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7184 0x0f07ff.
7185
a31d2f06
YQ
71862016-06-28 Yao Qi <yao.qi@linaro.org>
7187
7188 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7189 triplets. Start gdb, execute catch syscall, and continue. Check
7190 gdb's output to determine catch syscall is supported.
7191
921d8f54
MG
71922016-06-27 Manish Goregaokar <manish@mozilla.com>
7193
25d49b86
PA
7194 * gdb.rust/simple.rs: Add test for returning unit in a function.
7195 * gdb.rust/simple.exp: Add expectation for functions returning
7196 unit.
921d8f54 7197
f4952523
PMR
71982016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7199
7200 * gdb.python/py-breakpoint-create-fail.c,
7201 gdb.python/py-breakpoint-create-fail.exp,
7202 gdb.python/py-breakpoint-create-fail.py: New testcase.
7203
fccb08f8
MG
72042016-06-25 Manish Goregaokar <manish@mozilla.com>
7205
7206 PR gdb/20239
7207 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
7208 * gdb.rust/simple.exp: Add test expectations for new NonZero
7209 tests.
fccb08f8 7210
6b850546
DT
72112016-06-24 David Taylor <dtaylor@emc.com>
7212
7213 * gdb.base/offsets.exp: New file.
7214 * gdb.base/offsets.c: New file.
7215
17621150
TT
72162016-06-23 Tom Tromey <tom@tromey.com>
7217
7218 PR gdb/16483:
7219 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7220 before any filters are loaded.
7221
04d59df6
WT
72222016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7223
7224 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7225 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7226 structs.
7227 * gdb.fortran/derived-type-function.exp: New file.
7228 * gdb.fortran/derived-type-function.f90: New file.
7229
7230
ac69f786
PA
72312016-06-21 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.base/new-ui.exp: New file.
7234 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7235 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7236 (with_spawn_id): New procedure.
7237
49940788
PA
72382016-06-21 Pedro Alves <palves@redhat.com>
7239
7240 * gdb.mi/mi-exec-run.exp: New file.
7241
ef274d26
PA
72422016-06-21 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7245 breakpoint command's output on the main UI.
7246 (test_break): New procedure, factored out from calls in the top
7247 level.
7248 (top level): Use foreach_with_prefix to test MI as main UI and as
7249 separate UI.
7250
468afe6c
PA
72512016-06-21 Pedro Alves <palves@redhat.com>
7252
7253 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7254 (test_awatch_creation_and_listing)
7255 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7256 Remove 'type' parameter.
7257 (test_watchpoint_all): New parameter mi_mode. Remove
7258 with_test_prefix.
7259 (top level): Use foreach_with_prefix, and add main/separate UI MI
7260 testing axis.
7261
51f77c37
PA
72622016-06-21 Pedro Alves <palves@redhat.com>
7263
7264 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7265 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7266 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7267 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7268 (gdb_main_spawn_id, mi_spawn_id): Declare and
7269 comment.
7270 (mi_create_inferior_pty): New procedure,
7271 factored out from default_mi_gdb_start.
7272 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7273 procedures.
7274 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7275 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7276 Use mi_create_inferior_pty.
7277 (mi_gdb_start): Use eval to pass down args list.
7278
8980e177
PA
72792016-06-21 Pedro Alves <palves@redhat.com>
7280
7281 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7282 * gdb.opt/inline-cmds.exp: Add MI tests.
7283
f38d3ad1
PA
72842016-06-21 Pedro Alves <palves@redhat.com>
7285
7286 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7287
45db7c09
PA
72882016-06-21 Pedro Alves <palves@redhat.com>
7289
7290 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7291 (top level): Use it instead of mi_execute_to.
7292
5a069ab3
PA
72932016-06-21 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7296 (cont_handler_str): New.
7297 (signal_stop_handler): Set stop_handler_str instead of printing to
7298 stdout.
7299 (continue_handler): Set cont_handler_str instead of printing to
7300 stdout.
7301 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7302 mi_send_resuming_command. Print stop_handler_str and
7303 cont_handler_str instead of expecting the python events print
7304 directly.
7305
2838cc1d
SD
73062016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7307
7308 * gdb.base/jit-reader.exp: New file.
7309 * gdb.base/jithost.c: New file.
7310 * gdb.base/jithost.h: New file.
7311 * gdb.base/jitreader.c : New file.
7312 * gdb.base/jit-protocol.h: New file.
7313
21a77091
YQ
73142016-06-17 Yao Qi <yao.qi@linaro.org>
7315
7316 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7317 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7318 and detach-on-fork. Adjust tests.
7319 (top level): Invoke break_cond_on_syscall with combinations of
7320 syscall, follow-fork-mode and detach-on-fork.
7321
f50bf8e5
YQ
73222016-06-17 Yao Qi <yao.qi@linaro.org>
7323
7324 * gdb.base/step-over-exit.c: New.
7325 * gdb.base/step-over-exit.exp: New.
7326
a28d8e50
YTL
73272016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7328
7329 * gdb.base/float.exp: Add target check for nds32*-*-*.
7330 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7331
cad8e26d
AB
73322016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7333
7334 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7335 for unsupported target features.
7336 * gdb.base/call-rt-st.exp: Likewise.
7337 * gdb.base/call-sc.exp: Likewise.
7338 * gdb.base/call-signal-resume.exp: Likewise.
7339 * gdb.base/call-strs.exp: Likewise.
7340 * gdb.base/callexit.exp: Likewise.
7341 * gdb.base/callfuncs.exp: Likewise.
7342 * gdb.base/nodebug.exp: Likewise.
7343 * gdb.base/printcmds.exp: Likewise.
7344 * gdb.base/ptype.exp: Likewise.
7345 * gdb.base/structs.exp: Likewise.
7346 * gdb.base/unwindonsignal.exp: Likewise.
7347 * gdb.cp/gdb2495.exp: Likewise.
7348 * gdb.cp/templates.exp: Likewise.
7349 * gdb.cp/virtfunc.exp: Likewise.
7350 * gdb.threads/hand-call-in-threads.exp: Likewise.
7351 * gdb.threads/interrupted-hand-call.exp: Likewise.
7352 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7353
347dc102
TT
73542016-06-10 Tom Tromey <tom@tromey.com>
7355
7356 PR rust/20110:
7357 * gdb.rust/expr.exp: Add test for integer constant larger than
7358 i32.
7359
5e13cf25
BH
73602016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7361
7362 * gdb.fortran/nested-funcs.exp: New.
7363 * gdb.fortran/nested-funcs.f90: New.
7364
bb556f1f
TK
73652016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7366
7367 * gdb.base/examine-backward.c: New file.
7368 * gdb.base/examine-backward.exp: New file.
7369
38b022b4
SM
73702016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7371
7372 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7373 matching.
7374
1b40ec05
TT
73752016-06-02 Tom Tromey <tom@tromey.com>
7376
7377 PR python/18984:
7378 * gdb.python/py-shared.exp: Add solib_name test.
7379
193bd378
SM
73802016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7381
7382 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7383
3326303b
MG
73842016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7385
7386 PR c++/19893
7387 * gdb.dwarf2/implref.exp: Rename to...
7388 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7389 * gdb.dwarf2/implref-array.c: New file.
7390 * gdb.dwarf2/implref-array.exp: Likewise.
7391 * gdb.dwarf2/implref-global.c: Likewise.
7392 * gdb.dwarf2/implref-global.exp: Likewise.
7393 * gdb.dwarf2/implref-struct.c: Likewise.
7394 * gdb.dwarf2/implref-struct.exp: Likewise.
7395
825c8ef2
AT
73962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7397
7398 * gdb.trace/trace-condition.exp: Add 64bit tests.
7399
2320162a
AT
74002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7401
7402 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7403 bits types.
7404 (main): Adapt to 8 to 64 bits types.
7405 * gdb.trace/trace-condition.exp: Add new tests.
7406
a7818233
AT
74072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7408
7409 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7410
0d336466
AT
74112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7412
7413 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7414 Move condition tests...
7415 * gdb.trace/trace-condition.exp: Here.
7416
7faeb45a
AT
74172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7418
7419 * gdb.trace/trace-condition.exp: Add counter-case tests.
7420
e385593e
JK
74212016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7422
7423 PR c++/15231
7424 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7425 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7426
744608cc
PA
74272016-05-27 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7430 New procedure.
7431 (top level): Call it, and bail out of DejaGnu is known to be bad.
7432
ac775bf4
AB
74332016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7434
7435 * gdb.base/whatis.c: Extend the test case.
7436 * gdb.base/whatis.exp: Add additional tests.
7437
2bbad2ea
BH
74382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7439
7440* gdb.fortran/type.f90: Add pointer variable.
7441* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7442
8b70175d
BH
74432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7444
7445 * gdb.fortran/vla-type.exp: Fix testcase name.
7446
86d8a848
BH
74472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7448
7449 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7450
e188eb36
BH
74512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7452
7453 * gdb.fortran/type.f90: Add nested structures.
7454 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7455 * gdb.fortran/derived-type.exp: Adapt expected output.
7456 * gdb.fortran/vla-type.exp: Adapt expected output.
7457
9b2db1fd
BH
74582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7459
7460 * gdb.fortran/whatis_type.exp: Adapt expected output.
7461
72b17055
BH
74622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7463
7464 * gdb.fortran/print_type.exp: Fix expected output.
7465 * gdb.fortran/whatis_type.exp: Fix expected output.
7466
3cd81d8d
BH
74672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7468
7469 * gdb.fortran/whatis_type.exp: Use multi_line.
7470
ddae9462
TT
74712016-05-24 Tom Tromey <tom@tromey.com>
7472
7473 PR python/17386:
7474 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7475 use value as an index.
7476
1957f6b8
TT
74772016-05-23 Tom Tromey <tom@tromey.com>
7478
7479 PR python/17981:
7480 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7481 no-breakpoint case.
7482
026a9174
PA
74832016-05-24 Pedro Alves <palves@redhat.com>
7484
7485 PR gdb/19828
7486 * gdb.threads/clone-attach-detach.c: New file.
7487 * gdb.threads/clone-attach-detach.exp: New file.
7488
e70a7231
FR
74892016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7490
7491 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7492
0f6ed0e0
TT
74932016-05-23 Tom Tromey <tom@tromey.com>
7494
7495 PR python/19438, PR python/18393:
7496 * gdb.python/py-progspace.exp: Add "dir" test.
7497 * gdb.python/py-objfile.exp: Add "dir" test.
7498
ffd19d61
YQ
74992016-05-23 Yao Qi <yao.qi@linaro.org>
7500
7501 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7502 * gdb.arch/thumb2-it.exp: Likewise.
7503
9e8f9b05
SM
75042016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7505
7506 * gdb.mi/mi-threads-interrupt.c: New file.
7507 * gdb.mi/mi-threads-interrupt.exp: New file.
7508
61c6156d
SM
75092016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7510
7511 PR gdb/18077
7512 * gdb.mi/mi-async-run.exp: New file.
7513 * gdb.mi/mi-async-run.c: New file.
7514
67218854
TT
75152016-05-17 Tom Tromey <tom@tromey.com>
7516 Manish Goregaokar <manishsmail@gmail.com>
7517
7518 * lib/rust-support.exp: New file.
7519 * lib/gdb.exp (skip_rust_tests): New proc.
7520 (build_executable_from_specs): Handle rust.
7521 * lib/future.exp (gdb_find_rustc): New proc.
7522 (gdb_default_target_compile): Handle rust.
7523 * gdb.rust/expr.exp: New file.
7524 * gdb.rust/generics.exp: New file.
7525 * gdb.rust/generics.rs: New file.
7526 * gdb.rust/methods.exp: New file.
7527 * gdb.rust/methods.rs: New file.
7528 * gdb.rust/modules.exp: New file.
7529 * gdb.rust/modules.rs: New file.
7530 * gdb.rust/simple.exp: New file.
7531 * gdb.rust/simple.rs: New file.
7532
c44af4eb
TT
75332016-05-17 Tom Tromey <tom@tromey.com>
7534
7535 * gdb.base/default.exp (set language): Add rust.
7536
dcd1f979
TT
75372016-05-17 Tom Tromey <tom@tromey.com>
7538
7539 * gdb.gdb/unittest.exp: New file.
7540
155b7f57
YQ
75412016-05-16 Yao Qi <yao.qi@linaro.org>
7542
7543 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7544 shell_prompt. Update shell_prompt_re.
7545
8ddd5a6c
DE
75462016-05-12 Doug Evans <dje@google.com>
7547
7548 PR symtab/19999
7549 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7550 $options when building executable.
7551 * gdb.dwarf2/fission-loclists-pie.S: New file.
7552 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7553
02e370d9
SM
75542016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7555
7556 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7557 of [is_remote target],
7558
8929ad8b
SM
75592016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7560
7561 * lib/gdb.exp (use_gdb_stub): New procedure.
7562
6c447423
DE
75632016-05-03 Yunlian Jiang <yunlian@google.com>
7564 Doug Evans <dje@google.com>
7565
7566 PR symtab/19914
7567 * gdb.dwarf2/dwp-sepdebug.c: New file.
7568 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7569
444e826c
SM
75702016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7571
7572 * gdb.base/detach.exp: Remove is_remote check.
7573
740feeaa
SM
75742016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7575
7576 * gdb.base/annota-input-while-running.exp: Don't check for
7577 [is_remote target]. Enable annotations after running to main.
7578 Remove unused "set test..." line.
7579
9080ac9d
SM
75802016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7581
7582 * gdb.trace/trace-enable-disable.exp: New file.
7583 * gdb.trace/trace-enable-disable.c: New file.
7584
952ebca5
SM
75852016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7586
7587 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7588 use it in info sharedlibrary test.
7589 * gdb.trace/ftrace-lock.exp: Likewise.
7590 * gdb.trace/ftrace.exp: Likewise.
7591 * gdb.trace/range-stepping.exp: Likewise.
7592 * gdb.trace/trace-break.exp: Likewise.
7593 * gdb.trace/trace-condition.exp: Likewise.
7594 * gdb.trace/trace-mt.exp: Likewise.
7595
d9019901
SM
75962016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7597
7598 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7599 (gdb_load_shlib): ... this.
7600 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7601 gdb_load_shlib.
7602 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7603 * gdb.base/ctxobj.exp: Likewise.
7604 * gdb.base/dprintf-pending.exp: Likewise.
7605 * gdb.base/dso2dso.exp: Likewise.
7606 * gdb.base/fixsection.exp: Likewise.
7607 * gdb.base/gcore-relro.exp: Likewise.
7608 * gdb.base/gdb1555.exp: Likewise.
7609 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7610 * gdb.base/gnu-ifunc.exp: Likewise.
7611 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7612 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7613 * gdb.base/pending.exp: Likewise.
7614 * gdb.base/print-file-var.exp: Likewise.
7615 * gdb.base/print-symbol-loading.exp: Likewise.
7616 * gdb.base/shlib-call.exp: Likewise.
7617 * gdb.base/shreloc.exp: Likewise.
7618 * gdb.base/so-impl-ld.exp: Likewise.
7619 * gdb.base/solib-disc.exp: Likewise.
7620 * gdb.base/solib-nodir.exp: Likewise.
7621 * gdb.base/solib-overlap.exp: Likewise.
7622 * gdb.base/solib-symbol.exp: Likewise.
7623 * gdb.base/solib-weak.exp (do_test): Likewise.
7624 * gdb.base/sym-file.exp: Likewise.
7625 * gdb.base/symtab-search-order.exp: Likewise.
7626 * gdb.base/type-opaque.exp: Likewise.
7627 * gdb.base/unload.exp: Likewise.
7628 * gdb.base/watchpoint-solib.exp: Likewise.
7629 * gdb.compile/compile.exp: Likewise.
7630 * gdb.cp/gdb2384.exp: Likewise.
7631 * gdb.cp/infcall-dlopen.exp: Likewise.
7632 * gdb.cp/re-set-overloaded.exp: Likewise.
7633 * gdb.fortran/library-module.exp: Likewise.
7634 * gdb.opt/solib-intra-step.exp: Likewise.
7635 * gdb.python/py-finish-breakpoint.exp: Likewise.
7636 * gdb.python/py-shared.exp: Likewise.
7637 * gdb.reverse/solib-precsave.exp: Likewise.
7638 * gdb.reverse/solib-reverse.exp: Likewise.
7639 * gdb.server/solib-list.exp: Likewise.
7640 * gdb.threads/dlopen-libpthread.exp: Likewise.
7641 * gdb.threads/tls-shared.exp: Likewise.
7642 * gdb.threads/tls-so_extern.exp: Likewise.
7643 * gdb.trace/change-loc.exp: Likewise.
7644 * gdb.trace/ftrace-lock.exp: Likewise.
7645 * gdb.trace/ftrace.exp: Likewise.
7646 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7647 * gdb.trace/pending.exp: Likewise.
7648 * gdb.trace/range-stepping.exp: Likewise.
7649 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7650 (strace_info_marker): Likewise.
7651 (strace_probe_marker): Likewise.
7652 (strace_trace_on_same_addr): Likewise.
7653 (strace_trace_on_diff_addr): Likewise.
7654 * gdb.trace/trace-break.exp: Likewise.
7655 * gdb.trace/trace-condition.exp: Likewise.
7656 * gdb.trace/trace-mt.exp: Likewise.
7657
fca4cfd9
SM
76582016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7659
7660 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7661 result of gdb_remote_download.
7662 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7663 * gdb.base/dso2dso.exp: Likewise.
7664 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7665 * gdb.base/print-file-var.exp: Likewise.
7666 * gdb.base/shlib-call.exp: Likewise.
7667 * gdb.base/shreloc.exp: Likewise.
7668 * gdb.base/solib-overlap.exp: Likewise.
7669 * gdb.base/solib-weak.exp (do_test): Likewise.
7670 * gdb.base/unload.exp: Likewise.
7671
11cf4ffb
YQ
76722016-04-27 Yao Qi <yao.qi@linaro.org>
7673
7674 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7675 exists.
7676
3e2e34f8
KB
76772016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7678
7679 * vla-type.exp: Print structure from toplevel.
7680
8f07e298
BH
76812016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7682
7683 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7684 of dynamic types.
7685 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7686 of dynamic types.
7687
9920b434
BH
76882016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7689
7690 * gdb.fortran/vla-type.f90: New file.
7691 * gdb.fortran/vla-type.exp: New file.
7692
f3abeff5
YQ
76932016-04-25 Yao Qi <yao.qi@linaro.org>
7694
7695 * gdb.base/branch-to-self.c: New file.
7696 * gdb.base/branch-to-self.exp: New file.
7697
0a5d52f0
YQ
76982016-04-22 Yao Qi <yao.qi@linaro.org>
7699
7700 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7701 more after $hex.
7702
495346f6
YQ
77032016-04-22 Yao Qi <yao.qi@linaro.org>
7704
7705 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7706 * gdb.base/annota3.exp: Likewise.
7707
4a7e075c
YQ
77082016-04-22 Yao Qi <yao.qi@linaro.org>
7709
7710 * gdb.reverse/step-precsave.exp: Do one step and test program
7711 stops in "callee" and do multiple steps until program goes out
7712 of "callee".
7713 * gdb.reverse/step-reverse.exp: Likewise.
7714
5b061e98
YQ
77152016-04-22 Yao Qi <yao.qi@linaro.org>
7716
7717 * gdb.trace/signal.exp: Also pass if
7718 $tracepoint_hits($i) > $iterations.
7719
5c5dc57f
YQ
77202016-04-22 Yao Qi <yao.qi@linaro.org>
7721
7722 * gdb.trace/signal.c: New file.
7723 * gdb.trace/signal.exp: New file.
7724
a55411b9
DE
77252016-04-19 Doug Evans <xdje42@gmail.com>
7726
7727 * gdb.base/bad-file.exp: New file.
7728
a22df60a
MG
77292016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7730
7731 * gdb.dwarf2/implref.exp: New file.
7732
0c13f7e5
BH
77332016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7734
7735 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7736 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7737 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7738 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7739 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7740 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7741 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7742 * lib/fortran.exp (fortran_int4): New procedure.
7743 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7744 (fortran_logical4): Likewise.
7745
9b9b09e9
BH
77462016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7747
7748 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7749
a14d1f4d
BH
77502016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7751
7752 * lib/compiler.c: Add Intel specific preprocessor macros.
7753 * lib/compiler.cc: Likewise.
25d49b86 7754
7d49b1d0
LM
77552016-04-13 Luis Machado <lgustavo@codesourcery.com>
7756
7757 * gdb.server/connect-with-no-symbol-file.c: New file.
7758 * gdb.server/connect-with-no-symbol-file.exp: New file.
7759
8392fa22
SM
77602016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7761
7762 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7763
8c4c4aeb
SM
77642016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7765
7766 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7767 standard output directory.
7768
45e3745e
AT
77692016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7770
7771 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7772
e26b7e41
MM
77732016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7774
7775 * gdb.btrace/instruction_history.c (loop): Add declaration.
7776
8ce09462
AT
77772016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7778
7779 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7780
2e88a1ea
SM
77812016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7782
7783 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7784 parentheses to print.
7785 (continue_handler): Likewise.
7786
f48e22e3
SM
77872016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7788
7789 * gdb.server/solib-list.exp: Remove is_remote check.
7790 Pass shlib= to gdb_compile. Don't link shared library with
7791 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7792 Run binary filename through "readlink -f" on the target.
7793
096be756
PA
77942016-04-08 Pedro Alves <palves@redhat.com>
7795
7796 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7797 interpreter filename as argument to gdbserver_spawn.
7798 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7799 Return empty if $last_loaded_file does not exist.
7800
06500533
JK
78012016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7802
7803 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7804 * gdb.base/jit-main.c: Use exit after usage.
7805
2d35e871
JK
78062016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7807
7808 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7809 GDBHISTSIZE prior to the tests.
7810 * gdb.base/gdbinit-history.exp: Likewise.
7811
78122016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7813
7814 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7815 instead of build_executable. Use gdb_load_shlibs.
7816
c8064e7e
YQ
78172016-04-07 Yao Qi <yao.qi@linaro.org>
7818
7819 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7820 Execute "si" command.
7821
bde47561
YQ
78222016-04-07 Yao Qi <yao.qi@linaro.org>
7823
7824 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7825 number instead of the comments on some line.
7826
b16f8a3b
DB
78272016-04-06 Don Breazeal <donb@codesourcery.com>
7828
7829 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7830 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7831
c2f901df
SM
78322016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7833
7834 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7835 standard_output_file. Remove unused binfile variable.
7836
ac17fda0
CU
78372016-04-05 Catalin Udma <catalin.udma@freescale.com>
7838
7839 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7840 * gdb.python/py-mi-objfile.exp: Match "list main" output
7841 in console format.
7842
03a8c4df
SM
78432016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7844
7845 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7846 absolute.
7847
6e774b13
SM
78482016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7849
7850 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7851 absolute.
7852 * gdb.trace/ftrace.exp: Likewise.
7853 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7854 targets as well.
7855 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7856 (gdb_load_shlibs): Copy libraries to test directory when testing
7857 natively. Only set solib-search-path if testing remotely.
7858 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7859
7817ea46
SM
78602016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7861
7862 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7863 gdb_download. Use it even if the target is not remote.
7864 * gdb.base/jit.exp (compile_jit_test): Likewise.
7865 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7866 output directory if the destination board is local, otherwise use
7867 the standard remote_download from DejaGnu.
7868 (gdb_download): Remove.
7869 (gdb_load_shlibs): Use gdb_remote_download instead of
7870 gdb_download.
7871 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7872 Use gdb_remote_download instead of gdb_download. Use it even if
7873 the target is not remote.
7874 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7875 instead of gdb_download.
7876
7beb7f68
SM
78772016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7878
7879 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7880 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7881 run.
7882
cc63428a
AV
78832016-04-01 Artemiy Volkov <artemiyv@acm.org>
7884
7885 PR gdb/19820
7886 * gdb.base/printcmds.exp: Add artificial arrays tests.
7887
64cdf930
PA
78882016-03-31 Pedro Alves <palves@redhat.com>
7889
7890 PR gdb/19858
7891 * gdb.base/jit-main.c: Include unistd.h.
7892 (ATTACH): Define to 0 if not already defined.
7893 (wait_for_gdb, mypid): New globals.
7894 (WAIT_FOR_GDB): New macro.
7895 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7896 some breakpoint locations.
7897 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7898 New procedures.
7899 (one_jit_test): Add REATTACH parameter, and handle it. Use
7900 continue_to_test_location.
7901 (top level): Test attach, and adjusts calls to one_jit_test.
7902
40dea8cb
PA
79032016-03-31 Pedro Alves <palves@redhat.com>
7904
7905 PR gdb/19858
7906 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7907 BINSUFFIX parameter, and handle it.
7908 (top level): Adjust calls compile_jit_test.
7909
e7ea3ec7
CU
79102016-03-31 Catalin Udma <catalin.udma@freescale.com>
7911
7912 PR python/19743
7913 * gdb.python/py-mi-events-gdb.py: New file.
7914 * gdb.python/py-mi-events.c: New file.
7915 * gdb.python/py-mi-events.exp: New file.
7916
e6359af3
YQ
79172016-03-30 Yao Qi <yao.qi@linaro.org>
7918
7919 * gdb.reverse/until-precsave.exp: Match function name only.
7920 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7921 Move malloc to a condition block.
7922 * gdb.reverse/until-reverse.exp: Match function name only.
7923
a4105d04
MK
79242016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7925
7926 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7927 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7928 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7929 variable for GPR 0 instead of assuming it is register 0.
7930 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7931 * lib/trace-support.exp: Add s390 registers.
7932
bfa6adb9
YQ
79332016-03-29 Yao Qi <yao.qi@linaro.org>
7934
7935 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7936
1e6697ea
YQ
79372016-03-24 Yao Qi <yao.qi@linaro.org>
7938
7939 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7940 test message.
7941
64bcd522
AA
79422016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7943
7944 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7945 maintaining separate logic for constructing the output path.
7946
7868401b
DB
79472016-03-16 Don Breazeal <donb@codesourcery.com>
7948
7949 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7950 Retry fork and waitpid on interrupted system call errors.
7951 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7952 Use with_timeout_factor to increase timeout by factor of 10.
7953
1cafadb4
DB
79542016-03-15 Don Breazeal <donb@codesourcery.com>
7955
7956 * gdb.cp/scope-err.cc: New test program.
7957 * gdb.cp/scope-err.exp: New test script.
7958 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7959 lines and "set breakpoint here" comment.
7960 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7961 Fixed some whitespace and format issues.
7962 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7963 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7964
81516450
DE
79652016-03-15 Doug Evans <dje@google.com>
7966
7967 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7968 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7969 All callers updated. Add tests for enums, mixed flags register.
7970
aa52b601
DE
79712016-03-15 Doug Evans <dje@google.com>
7972
7973 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7974 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7975
fa4ff313
SM
79762016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7977
7978 * gdb.base/default.exp: Add $_as_string to the list of expected
7979 convenience functions.
7980
f2403c39
AB
79812016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7982
7983 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7984
f2f3ccb9
SM
79852016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7986
7987 * gdb.python/py-as-string.exp: New file.
7988 * gdb.python/py-as-string.c: New file.
7989
00dbd492
PA
79902016-03-09 Pedro Alves <palves@redhat.com>
7991
7992 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7993 signal" -> "Thread NN received signal" output change.
7994 * gdb.threads/ia64-sigill.exp: Likewise.
7995 * gdb.threads/linux-dp.exp: Likewise.
7996 * gdb.threads/manythreads.exp: Likewise.
7997 * gdb.threads/pending-step.exp: Likewise.
7998 * gdb.threads/print-threads.exp: Likewise.
7999 * gdb.threads/sigstep-threads.exp: Likewise.
8000 * gdb.threads/staticthreads.exp: Likewise.
8001 * gdb.threads/tls.exp: Likewise.
8002
1e6697ea
YQ
80032016-03-09 Pedro Alves <palves@redhat.com>
8004
8005 * gdb.base/command-line-input.exp: New file.
8006
b04fd3be
MK
80072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8008
8009 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8010 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8011 * gdb.trace/pending.exp: Accept leading dot before function name.
8012 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8013 * lib/trace-support.exp: Set registers for ppc.
8014
98fa59e9
MK
80152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8016
8017 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8018 use it for disassembly; accept .main in addition to main in backtrace.
8019
f77198c8
MK
80202016-03-09 Wei-cheng Wang <cole945@gmail.com>
8021 Marcin Kościelnicki <koriakin@0x04.net>
8022
8023 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8024 (gdb_recursion_test_ptr): New global variable.
8025 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8026 gdb_recursion_test.
8027 (gdb_c_test): Ditto.
8028
ba84e0da
MK
80292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8030
8031 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8032 ordering.
8033
4366d36e
MK
80342016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8035
8036 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8037 (bar): Add bar_start_lbl label.
8038 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8039 of foo/bar for emitting DWARF and tracing.
8040
5eb264df
SDJ
80412016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8042
8043 * analyze-racy-logs.py: Set executable bit.
8044
fb6a751f
SDJ
80452016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8046
8047 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8048 (CHECK_TARGET_TMP): Likewise.
8049 (check-single-racy): New rule.
8050 (check-parallel-racy): Likewise.
8051 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8052 (do-check-parallel-racy): New rule.
8053 (check-racy/%.exp): Likewise.
8054 * README (Racy testcases): New section.
8055 * analyze-racy-logs.py: New file.
8056
bdf7e230
DE
80572016-03-03 Doug Evans <dje@google.com>
8058
8059 * gdb.base/skip.exp: Use with_test_prefix.
8060
4719d415
YQ
80612016-03-03 Yao Qi <yao.qi@linaro.org>
8062
8063 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8064 Invoke step_over_syscall "clone" and break_cond_on_syscall
8065 "clone".
8066 * gdb.base/step-over-clone.c: New file.
8067
ea507862
YQ
80682016-03-03 Yao Qi <yao.qi@linaro.org>
8069
8070 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8071 code format.
8072
8fc8cbda
YQ
80732016-03-03 Yao Qi <yao.qi@linaro.org>
8074
8075 * gdb.base/disp-step-fork.c: Rename to ...
8076 * gdb.base/step-over-fork.c: ... it. New file.
8077 * gdb.base/disp-step-vfork.c: Rename to ...
8078 * gdb.base/step-over-vfork.c: ... it. New file.
8079 * gdb.base/disp-step-syscall.exp: Rename to ...
8080 * gdb.base/step-over-syscall.exp: ... it. New file.
8081 (disp_step_cross_syscall): Rename to ...
8082 (step_over_syscall): ... it.
8083
92fa70b0
YQ
80842016-03-03 Yao Qi <yao.qi@linaro.org>
8085
8086 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8087 If target supports condition evaluation on target, invoke
8088 break_cond_on_syscall for fork and vfork.
8089
e197ad3c
YQ
80902016-03-03 Yao Qi <yao.qi@linaro.org>
8091
8092 * gdb.base/disp-step-syscall.exp: Don't invoke
8093 support_displaced_stepping.
8094 (disp_step_cross_syscall): Test with displaced stepping off and
8095 on if supported.
8096
0b47da9f
YQ
80972016-03-03 Yao Qi <yao.qi@linaro.org>
8098
8099 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8100 proc.
8101 (setup): New proc.
8102 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8103 and setup.
8104
065ab6dc
BH
81052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8106
8107 * gdb.fortran/vla-history.exp: Remove breakpoint.
8108
07e448ad 81092016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8110
25d49b86
PA
8111 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8112 exceeds timeout.
07e448ad 8113
9ac2d526 81142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8115
25d49b86
PA
8116 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8117 breakpoint.
9ac2d526 8118
17807369
BH
81192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8120
8121 * gdb.mi/vla.f90: Nullify pointer after declaration.
8122
86e501af
PA
81232016-03-01 Pedro Alves <palves@redhat.com>
8124
8125 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8126
1e903e32
PA
81272016-03-01 Pedro Alves <palves@redhat.com>
8128
8129 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8130 before anything else.
8131 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8132 _GNU_SOURCE here.
8133 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8134 before anything else.
8135 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8136
6ccb54e2
PA
81372016-03-01 Pedro Alves <palves@redhat.com>
8138
8139 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8140
30ca9da1
YQ
81412016-03-01 Yao Qi <yao.qi@linaro.org>
8142
8143 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8144 prepare_for_testing.
8145
dc856b38
YQ
81462016-03-01 Yao Qi <yao.qi@linaro.org>
8147
8148 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8149
4a932159
AA
81502016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8151
8152 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8153 manually constructing the output path.
8154
f2489477
AA
81552016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8156
8157 * gdb.arch/s390-stackless.S: New.
8158 * gdb.arch/s390-stackless.exp: New.
8159
38899f16
IB
81602016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8161
8162 * gdb.dlang/circular.c: New file.
8163 * gdb.dlang/circular.exp: New file.
8164
9fde51ed
YQ
81652016-02-26 Yao Qi <yao.qi@linaro.org>
8166
8167 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8168 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8169 (testcases): Update.
8170
ce90fefe
YQ
81712016-02-26 Yao Qi <yao.qi@linaro.org>
8172
8173 * gdb.reverse/aarch64.c: Rename to ...
8174 * gdb.reverse/insn-reverse.c: ... it.
8175 * gdb.reverse/aarch64.exp: Rename to ...
8176 * gdb.reverse/insn-reverse.exp: ... it.
8177
3263bceb
YQ
81782016-02-26 Yao Qi <yao.qi@linaro.org>
8179
8180 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8181 (testcase_ftype): New.
8182 (testcases): New array.
8183 (n_testcases): New.
8184 (main): Call each element in testcases.
8185 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8186 (read_testcase): New.
8187 Do the tests in a loop.
8188
6cb59ff1
YQ
81892016-02-25 Yao Qi <yao.qi@linaro.org>
8190
8191 * gdb.base/branches.c: Remove.
8192
ae91f625
MK
81932016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8194
8195 PR gdb/13808
8196 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8197
678b48b7
MK
81982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8199
8200 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8201
7337a6f2
MK
82022016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8203
8204 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8205 change x86_64 call_insn to 'callq'.
8206
861ca91f
AT
82072016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8208
8209 * gdb.trace/tfile-avx.c: Move to...
8210 * gdb.trace/tracefile-pseudo-reg.c: Here.
8211 * gdb.trace/tfile-avx.exp: Move to...
8212 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8213
bf74e428
GB
82142016-02-24 Gary Benson <gbenson@redhat.com>
8215
8216 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8217 message on attach.
8218
cce0e923
DE
82192016-02-23 Doug Evans <dje@google.com>
8220
8221 * gdb.base/skip.c (test_skip): New function.
8222 (end_test_skip_file_and_function): New function.
8223 (test_skip_file_and_function): New function.
8224 * gdb.base/skip1.c (test_skip): New function.
8225 (skip1_test_skip_file_and_function): New function.
8226 * gdb.base/skip.exp: Add tests for new skip options.
8227 * gdb.base/skip-solib.exp: Update expected output.
8228 * gdb.perf/skip-command.cc: New file.
8229 * gdb.perf/skip-command.exp: New file.
8230 * gdb.perf/skip-command.py: New file.
8231
4000e47e
MK
82322016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8233
8234 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8235 info registers pattern.
8236
24f75ead
IB
82372016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8238
8239 * lib/future.exp: Add D support.
8240 (gdb_find_gdc): New proc.
8241 (gdb_default_target_compile): Add D support.
8242
fbb7bcbe
WW
82432016-02-18 Wei-cheng Wang <cole945@gmail.com>
8244
8245 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8246 user+system time.
8247 (trace_speed_test): Determine the iteration count for a time
8248 between 15..30 seconds.
8249
012b3a21
WT
82502016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8251
8252 * gdb.arch/i386-mpx-sigsegv.c: New file.
8253 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8254 * gdb.arch/i386-mpx-simple_segv.c: New file.
8255 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8256
2d5189bd
YQ
82572016-02-18 Yao Qi <yao.qi@linaro.org>
8258
8259 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8260 Don't call setup_kfail.
8261
40fb20d0
YQ
82622016-02-18 Yao Qi <yao.qi@linaro.org>
8263
8264 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8265 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8266
21b1f8d2
DE
82672016-02-16 Doug Evans <dje@google.com>
8268
8269 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8270 * gdb.base/skip1.c: Ditto.
8271 * gdb.base/skip.exp: Whitespace cleanup.
8272
4041ed77
DB
82732016-02-16 Don Breazeal <donb@codesourcery.com>
8274
8275 PR remote/19496
8276 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8277 Remove kfail for PR remote/19496.
8278
c4ef31bf
SM
82792016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8280
8281 * lib/gdb.exp (standard_temp_file): Return a path specific to
8282 the runtest invocation.
8283
266b65b3
SM
82842016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8285
8286 * gdb.trace/save-trace.exp: Change relative path to be in the
8287 standard output directory.
8288
a7a0a6a9
JK
82892016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8290
8291 * gdb.arch/i386-prologue.c: Add missing prototypes.
8292
c99dbb42
JK
82932016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8294
8295 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8296 * gdb.arch/i386-prologue.exp: Likewise.
8297 * gdb.arch/i386-size.exp: Likewise.
8298
aa480355
SM
82992016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8300
8301 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8302 define object file path.
8303 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8304 file path.
8305 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8306 standard_output_file to define binfile.
8307
ba881f50
JK
83082016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8309
8310 Fix compatibility with recent gfortran-5.3.1.
8311 * gdb.fortran/vla-history.exp (print vla1 allocated)
8312 (print vla2 allocated, print $2, print $3): Remove
8313 (print $4): Rename to ...
8314 (print $2): ... here.
8315 (print $9): Rename to ...
8316 (print $5): ... here.
8317 (print $10): Rename to ...
8318 (print $6): ... here.
8319 * gdb.fortran/vla.f90: Add pvla initialization.
8320
e9fb005c
JK
83212016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8322
8323 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8324 New test.
8325 * gdb.fortran/vla-value-sub.exp: Likewise.
8326
e44e00ff
MK
83272016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8328
8329 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8330
97e94151
SM
83312016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8332
8333 * i386-biarch-core.exp: Define corefile using
8334 standard_output_file.
8335
01113bc1
YQ
83362016-02-12 Yao Qi <yao.qi@linaro.org>
8337
8338 * gdb.arch/arm-single-step-kernel-helper.c: New.
8339 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8340
33b4777c
MM
83412016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8342
8343 * gdb.btrace/tailcall-only.exp: New.
8344 * gdb.btrace/tailcall-only.c: New.
8345 * gdb.btrace/x86_64-tailcall-only.S: New.
8346 * gdb.btrace/i686-tailcall-only.S: New.
8347
acc23c11
PA
83482016-02-11 Pedro Alves <palves@redhat.com>
8349
8350 * README (Parallel testing): Add missing double quotes.
8351
e352bf0a
PA
83522016-02-11 Pedro Alves <palves@redhat.com>
8353
8354 * README (Parallel testing): New section.
8355 (GDB_PARALLEL): Rewrite.
8356 (FORCE_PARALLEL): Document.
8357
9f5fed78
MK
83582016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8359
8360 * gdb.trace/tfile-avx.c: New test.
8361 * gdb.trace/tfile-avx.exp: New test.
8362
9ef9e6a6
KS
83632016-02-09 Keith Seitz <keiths@redhat.com>
8364
8365 PR breakpoints/19546
8366 * gdb.base/infcall-exec.c: New file.
8367 * gdb.base/infcall-exec2.c: New file.
8368 * gdb.base/infcall-exec.exp: New file.
8369
a96e36da
KS
83702016-02-09 Keith Seitz <keiths@redhat.com>
8371
8372 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8373 (toplevel): Call test_bkpt_address.
8374
9f61929f
KS
83752016-02-09 Keith Seitz <keiths@redhat.com>
8376
8377 PR python/19506
8378 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8379 (toplevel): Call test_bkpt_address.
8380
1e94266c
SM
83812016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8382
8383 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8384 to AC_OUTPUT.
8385 * configure: Regenerate.
8386
2a7f3dff
PA
83872016-02-09 Pedro Alves <palves@redhat.com>
8388
8389 PR breakpoints/19548
8390 * gdb.base/execl-update-breakpoints.c (some_function): New
8391 function.
8392 (main): Call it.
8393 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8394 Tighten expected GDB output.
8395
2151ccc5
SM
83962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8397
8398 * Makefile.in (ALL_SUBDIRS): Remove.
8399 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8400 (distclean maintainer-clean realclean): Likewise.
8401 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8402 * configure: Regenerate.
8403 * gdb.ada/Makefile.in: Delete.
8404 * gdb.arch/Makefile.in: Likewise.
8405 * gdb.asm/Makefile.in: Likewise.
8406 * gdb.base/Makefile.in: Likewise.
8407 * gdb.btrace/Makefile.in: Likewise.
8408 * gdb.cell/Makefile.in: Likewise.
8409 * gdb.compile/Makefile.in: Likewise.
8410 * gdb.cp/Makefile.in: Likewise.
8411 * gdb.disasm/Makefile.in: Likewise.
8412 * gdb.dlang/Makefile.in: Likewise.
8413 * gdb.dwarf2/Makefile.in: Likewise.
8414 * gdb.fortran/Makefile.in: Likewise.
8415 * gdb.gdb/Makefile.in: Likewise.
8416 * gdb.go/Makefile.in: Likewise.
8417 * gdb.guile/Makefile.in: Likewise.
8418 * gdb.java/Makefile.in: Likewise.
8419 * gdb.linespec/Makefile.in: Likewise.
8420 * gdb.mi/Makefile.in: Likewise.
8421 * gdb.modula2/Makefile.in: Likewise.
8422 * gdb.multi/Makefile.in: Likewise.
8423 * gdb.objc/Makefile.in: Likewise.
8424 * gdb.opencl/Makefile.in: Likewise.
8425 * gdb.opt/Makefile.in: Likewise.
8426 * gdb.pascal/Makefile.in: Likewise.
8427 * gdb.perf/Makefile.in: Likewise.
8428 * gdb.python/Makefile.in: Likewise.
8429 * gdb.reverse/Makefile.in: Likewise.
8430 * gdb.server/Makefile.in: Likewise.
8431 * gdb.stabs/Makefile.in: Likewise.
8432 * gdb.threads/Makefile.in: Likewise.
8433 * gdb.trace/Makefile.in: Likewise.
8434 * gdb.xml/Makefile.in: Likewise.
8435 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8436 GDB_PARALLEL.
8437 (standard_output_file): Remove check for GDB_PARALLEL, always
8438 return path in outputs/$subdir/$testname.
8439
437277d4
SM
84402016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8441
8442 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8443 (site.exp): Assign abs_srcdir to tcl's srcdir.
8444
31d913c7
YQ
84452016-02-04 Yao Qi <yao.qi@linaro.org>
8446
8447 * gdb.base/foll-exec-mode.c: Include limits.h.
8448 (main): Add parameters argc and argv. Get directory from
8449 argv[0].
8450 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8451 compilation.
8452 * gdb.base/foll-exec.c: Include limits.h.
8453 (main): Add parameters argc and argv.
8454 Get directory from argv[0].
8455 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8456 Adjust tests on the number of lines as source code changed.
8457 * gdb.base/foll-vfork-exit.c: Include limits.h.
8458 (main): Add one line of statement before vfork.
8459 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8460 (main): Add parameters argc and argv. Get directory from
8461 argv[0].
8462 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8463 (setup_gdb): Set tbreak to skip some source lines.
8464 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8465 (main): Add parameters argc and argv. Get directory from
8466 argv[0].
8467 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8468 compilation.
8469 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8470 (main): Add parameters argc and argv. Get directory from
8471 argv[0].
8472 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8473 compilation.
8474
9482b9fb
DE
84752016-02-01 Doug Evans <dje@google.com>
8476
8477 * gdb.base/skip.exp: Clean up multiple references to same test name.
8478
6b2e4f10
PA
84792016-02-01 Pedro Alves <palves@redhat.com>
8480
ccb6afd6 8481 PR remote/19496
6b2e4f10
PA
8482 * gdb.threads/forking-threads-plus-breakpoint.exp
8483 (displaced_stepping_supported): New global.
8484 (probe_displaced_stepping_support): New procedure.
8485 (do_test): Add 'displaced' parameter, and use it.
8486 (top level): Check for displaced stepping support. Add displaced
8487 stepping on/off testing axis.
8488
37a8db1a
AB
84892016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8490
8491 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8492 pointer. Don't perform further tests on the unassociated pointer
8493 if the first test fails.
8494
5fdf6324
AB
84952016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8496
8497 * gdb.base/max-value-size.c: New file.
8498 * gdb.base/max-value-size.exp: New file.
8499 * gdb.base/huge.exp: Disable max-value-size for this test.
8500
935c6144
IB
85012016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8502
8503 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8504
7fe8399d
YQ
85052016-01-28 Yao Qi <yao.qi@linaro.org>
8506
8507 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8508
a2077e25
PA
85092016-01-25 Pedro Alves <palves@redhat.com>
8510
8511 PR threads/19461
8512 * gdb.base/fork-running-state.c: New file.
8513 * gdb.base/fork-running-state.exp: New file.
8514
1d2736d4
PA
85152016-01-25 Pedro Alves <palves@redhat.com>
8516
8517 PR gdb/19494
8518 * gdb.base/catch-fork-kill.c: New file.
8519 * gdb.base/catch-fork-kill.exp: New file.
8520
f1da4b11
PA
85212016-01-25 Pedro Alves <palves@redhat.com>
8522
8523 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8524 Delete, moved to lib/gdb.exp.
8525 * gdb.threads/forking-threads-plus-breakpoint.exp
8526 (foreach_with_prefix): Likewise.
8527 * gdb.threads/process-dies-while-handling-bp.exp
8528 (foreach_with_prefix): Likewise.
8529 * lib/gdb.exp (foreach_with_prefix): New procedure.
8530
45f38546
MK
85312016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8532
8533 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8534 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8535
dc29a1ce
MK
85362016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8537
8538 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8539 endian targets.
8540
092127d7
JK
85412016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8542 Pedro Alves <palves@redhat.com>
8543
8544 Fix testsuite compatibility with Guile.
8545 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8546 number.
8547
31d765d3
JK
85482016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8549
8550 Fix testsuite compatibility with Guile.
8551 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8552 (thread 1): New test for backtrace through signal handler.
8553
1ac78c04
YQ
85542016-01-22 Yao Qi <yao.qi@linaro.org>
8555
8556 PR testsuite/19491
8557 * gdb.base/multi-forks.c: Include
8558 ../lib/unbuffer_output.c
8559 (main): Call gdb_unbuffer_output.
8560
4f5946a8
DE
85612016-01-21 Doug Evans <dje@google.com>
8562
8563 * lib/ada.exp (gdb_compile_ada): Fix typo.
8564
305e13e6
JB
85652016-01-21 Joel Brobecker <brobecker@adacore.com>
8566
8567 * gdb.base/break-fun-addr.exp: New file.
8568 * gdb.base/break-fun-addr1.c: New file.
8569 * gdb.base/break-fun-addr2.c: New file.
8570
5f5dfff6
SM
85712016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8572
8573 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8574 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8575 enum flag values.
8576
fd356fa2
AA
85772016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8578
8579 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8580 when GDB can not set the vector return value. Add more comments
8581 for clarification.
8582
9df22175
AT
85832016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8584
8585 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8586 command.
8587
41d1845e
SM
85882016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8589
8590 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8591
01ac6840
SM
85922016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8593
8594 * Makefile.in (check-single): Pass --status to runtest.
8595 (check/%.exp): Likewise.
8596
85972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8598
8599 * Makefile.in (check-parallel): Propagate return code from make
8600 do-check-parallel.
8601
bd0a71fa
MK
86022016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8603
8604 * gdb.trace/ftrace.exp: Fix expected message on continue.
8605 * gdb.trace/pending.exp: Fix expected message on continue.
8606 * gdb.trace/trace-break.exp: Fix expected message on continue.
8607
8bcbad33
SM
86082016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8609
8610 * lib/gdb.exp (gdb_test): Remove unused global references.
8611
f303dbd6
PA
86122016-01-18 Pedro Alves <palves@redhat.com>
8613
8614 * gdb.base/async-shell.exp: Adjust expected output.
8615 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8616 * gdb.base/siginfo-thread.exp: Adjust expected output.
8617 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8618 * gdb.java/jnpe.exp: Adjust expected output.
8619 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8620 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8621 * gdb.threads/leader-exit.exp: Adjust expected output.
8622 * gdb.threads/manythreads.exp: Adjust expected output.
8623 * gdb.threads/pthreads.exp: Adjust expected output.
8624 * gdb.threads/schedlock.exp: Adjust expected output.
8625 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8626 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8627 expected output.
8628 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8629 output.
8630 * gdb.threads/sigthread.exp: Adjust expected output.
8631 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8632
b2789696
YQ
86332016-01-18 Yao Qi <yao.qi@linaro.org>
8634
8635 * gdb.guile/scm-section-script.c: Replace @progbits with
8636 %progbits.
8637 * gdb.python/py-section-script.c: Likewise.
8638
71ef29a8
PA
86392016-01-15 Pedro Alves <palves@redhat.com>
8640
8641 * gdb.multi/tids.exp: Test star wildcard ranges.
8642
3f5b7598
PA
86432016-01-15 Pedro Alves <palves@redhat.com>
8644
8645 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8646 command from "thread apply" invocation.
8647 (thr_apply_info_thr_invalid): Default the expected output to the
8648 input tid list.
8649 (top level): Add tests that use convenience variables. Add tests
8650 for "thread apply" with a valid TID list, but missing the command.
8651
663f6d42
PA
86522016-01-13 Pedro Alves <palves@redhat.com>
8653
8654 * gdb.base/default.exp: Expect $_gthread as well.
8655 * gdb.multi/tids.exp: Test $_gthread.
8656 * gdb.threads/thread-specific.exp: Test $_gthread.
8657
c84f6bbf
PA
86582016-01-13 Pedro Alves <palves@redhat.com>
8659
8660 * gdb.multi/tids.exp: Test "info threads -gid".
8661
22a02324
PA
86622016-01-13 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8665 Breakpoint.thread.
8666 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8667
5d5658a1
PA
86682016-01-07 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.base/break.exp: Adjust to output changes.
8671 * gdb.base/hbreak2.exp: Likewise.
8672 * gdb.base/sepdebug.exp: Likewise.
8673 * gdb.base/watch_thread_num.exp: Likewise.
8674 * gdb.linespec/keywords.exp: Likewise.
8675 * gdb.multi/info-threads.exp: Likewise.
8676 * gdb.threads/thread-find.exp: Likewise.
8677 * gdb.multi/tids.c: New file.
8678 * gdb.multi/tids.exp: New file.
8679
84654457
PA
86802016-01-13 Pedro Alves <palves@redhat.com>
8681
8682 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8683
e3940304
PA
86842016-01-13 Pedro Alves <palves@redhat.com>
8685
8686 * gdb.base/default.exp: Expect $_inferior as well.
8687 * gdb.multi/base.exp: Test $_inferior.
8688
a911d87a
PA
86892016-01-13 Pedro Alves <palves@redhat.com>
8690
8691 PR breakpoints/19388
8692 * gdb.base/catch-signal-siginfo-cond.c: New file.
8693 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8694
82075af2
JS
86952016-01-12 Josh Stone <jistone@redhat.com>
8696 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8697
8698 * gdb.base/catch-syscall.c (do_execve): New variable.
8699 (main): Conditionally trigger an execve.
8700 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8701 (test_catch_syscall_execve): New, check entry/return across execve.
8702 (do_syscall_tests): Call test_catch_syscall_execve.
8703
e46eeedd
PA
87042016-01-12 Pedro Alves <palves@redhat.com>
8705
8706 * gdb.base/random-signal.exp (do_test): New procedure, with body
8707 of testcase moved in.
8708
01d8c27e
JK
87092016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8710 Pedro Alves <palves@redhat.com>
8711
8712 * gdb.base/funcargs.exp (finish from indirectly called function):
8713 Reintroduce the case for 'First'.
8714
9a706302
JK
87152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8716 Pedro Alves <palves@redhat.com>
8717
8718 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8719 (tcatch_vfork_then_child_follow_exec)
8720 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8721 identification.
8722
c0ecb95f
JK
87232016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8724
8725 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8726 and repeats to unlimited.
8727 * gdb.python/py-value.exp: Likewise.
8728 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8729 and repeats to unlimited.
8730
6cfc1fcb
JK
87312016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8732
8733 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8734 and reordering the functions.
8735 * gdb.multi/hangout.c: Likewise.
8736 * gdb.multi/hello.c: Likewise.
8737
582a1b00
SM
87382016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8739
8740 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8741 absolute.
8742 (SingleStatisticTestResult.report): Use dict.keys instead of
8743 dict.iterkeys.
8744
79bc59cb
PA
87452016-01-06 Pedro Alves <palves@redhat.com>
8746
8747 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8748
43368e1d
MM
87492016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8750
8751 * gdb.btrace/dlopen.exp: New.
8752 * gdb.btrace/dlopen.c: New.
8753 * gdb.btrace/dlopen-dso.c: New.
8754
79fad5b8
SL
87552015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8756
8757 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8758 PATTERN argument is optional.
8759
ab8314b3
JB
87602015-12-24 Joel Brobecker <brobecker@adacore.com>
8761
8762 * lib/ada.exp (target_compile_ada_from_dir): New function.
8763 (gdb_compile_ada): Reimplement avoiding the use of project files.
8764 * gdb.ada/gnat_ada.gpr: Delete.
8765 * gdb.ada/cond_lang.exp: Adjust test to make path before
8766 filename optional.
8767 * gdb.ada/small_reg_param.exp: Likewise.
8768
fe33faff
SM
87692015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8770
8771 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8772
6d265cb4
TP
87732015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8774
8775 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8776 case.
8777
10125099
SM
87782015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8779
8780 * gdb.base/break.exp: Remove dead code.
8781 * gdb.base/sepdebug.exp: Likewise.
8782
3ca22649
SM
87832015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8784
8785 * gdb.asm/asm-source.exp: Remove HP-UX references.
8786 * gdb.base/annota1.exp: Likewise.
8787 * gdb.base/annota3.exp: Likewise.
8788 * gdb.base/attach.exp: Likewise.
8789 * gdb.base/bigcore.exp: Likewise.
8790 * gdb.base/break.exp: Likewise.
8791 * gdb.base/call-ar-st.exp: Likewise.
8792 * gdb.base/callfuncs.exp: Likewise.
8793 * gdb.base/catch-fork-static.exp: Likewise.
8794 * gdb.base/display.exp: Likewise.
8795 * gdb.base/foll-exec-mode.exp: Likewise.
8796 * gdb.base/foll-exec.exp: Likewise.
8797 * gdb.base/foll-fork.exp: Likewise.
8798 * gdb.base/foll-vfork.exp: Likewise.
8799 * gdb.base/funcargs.exp: Likewise.
8800 * gdb.base/hbreak2.exp: Likewise.
8801 * gdb.base/inferior-died.exp: Likewise.
8802 * gdb.base/interrupt.exp: Likewise.
8803 * gdb.base/multi-forks.exp: Likewise.
8804 * gdb.base/nodebug.exp: Likewise.
8805 * gdb.base/sepdebug.exp: Likewise.
8806 * gdb.base/solib1.c: Likewise.
8807 * gdb.base/step-test.exp: Likewise.
8808 * gdb.mi/non-stop.c: Likewise.
8809 * gdb.mi/pthreads.c: Likewise.
8810 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8811 * gdb.threads/pthreads.c: Likewise.
8812 * gdb.threads/staticthreads.exp: Likewise.
8813 * lib/future.exp: Likewise.
8814 * lib/gdb.exp: Likewise.
8815 * gdb.base/so-indr-cl.c: Remove.
8816 * gdb.base/so-indr-cl.exp: Likewise.
8817 * gdb.base/solib.c: Likewise.
8818 * gdb.base/solib.exp: Likewise.
8819 * gdb.base/solib2.c: Likewise.
8820
b6304613
SM
88212015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8822
8823 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8824 * gdb.base/call-ar-st.exp: Likewise.
8825 * gdb.base/callfuncs.exp: Likewise.
8826 * gdb.base/condbreak.exp: Likewise.
8827 * gdb.base/constvars.exp: Likewise.
8828 * gdb.base/hbreak2.exp: Likewise.
8829 * gdb.base/langs.exp: Likewise.
8830 * gdb.base/list.exp: Likewise.
8831 * gdb.base/long_long.exp: Likewise.
8832 * gdb.base/ptype.exp: Likewise.
8833 * gdb.base/scope.exp: Likewise.
8834 * gdb.base/signals.exp: Likewise.
8835 * gdb.base/so-impl-ld.exp: Likewise.
8836 * gdb.base/varargs.exp: Likewise.
8837 * gdb.base/volatile.exp: Likewise.
8838 * gdb.base/whatis.exp: Likewise.
8839 * gdb.cp/cplusfuncs.exp: Likewise.
8840 * gdb.cp/inherit.exp: Likewise.
8841 * gdb.cp/local.exp: Likewise.
8842 * gdb.cp/member-ptr.exp: Likewise.
8843 * gdb.cp/method.exp: Likewise.
8844 * gdb.cp/overload.exp: Likewise.
8845 * gdb.cp/templates.exp: Likewise.
8846 * gdb.stabs/weird.exp: Likewise.
8847 * lib/compiler.c: Likewise.
8848 * lib/compiler.cc: Likewise.
8849 * lib/cp-support.exp: Likewise.
8850 * lib/gdb.exp: Likewise.
8851
bf401b07
SM
88522015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8853
8854 * configure.ac: Remove HP-UX case.
8855 * configure: Regenerate.
8856
aff9c0f8
SM
88572015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8858
8859 * lib/gdb.exp (gdb_compile): Add function doc.
8860
a6904d5a
PA
88612015-12-17 Pedro Alves <palves@redhat.com>
8862
8863 PR threads/19354
8864 * gdb.multi/info-threads.exp: New file.
8865
a22279dd
YQ
88662015-12-15 Yao Qi <yao.qi@linaro.org>
8867
8868 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8869 is aarch64*-*-*.
8870
0588c796
SL
88712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8872
8873 * gdb.base/history-duplicates.exp: Skip if no readline support.
8874
5d978e17
SL
88752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8876
8877 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8878
7e763b86
SL
88792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8880
8881 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8882
87a3a92c
SL
88832015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8884
8885 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8886 ctrl-C if nointerrupts target property is set.
8887 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8888 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8889 * gdb.base/paginate-bg-execution.exp: Likewise.
8890 * gdb.base/paginate-execution-startup.exp: Likewise.
8891 * gdb.base/random-signal.exp: Likewise.
8892 * gdb.base/range-stepping.exp: Likewise.
8893 * gdb.cp/annota2.exp: Likewise.
8894 * gdb.cp/annota3.exp: Likewise.
8895 * gdb.gdb/selftest.exp: Likewise.
8896 * gdb.threads/continue-pending-status.exp: Likewise.
8897 * gdb.threads/leader-exit.exp: Likewise.
8898 * gdb.threads/manythreads.exp: Likewise.
8899 * gdb.threads/pthreads.exp: Likewise.
8900 * gdb.threads/schedlock.exp: Likewise.
8901 * gdb.threads/sigthread.exp: Likewise.
8902
a8f077dc
DB
89032015-12-11 Don Breazeal <donb@codesourcery.com>
8904
8905 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8906 remote.
8907 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8908 * gdb.base/foll-exec.exp (main): Enable for target remote.
8909 * gdb.base/foll-fork.exp (main): Likewise.
8910 * gdb.base/foll-vfork.exp (main): Likewise.
8911 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8912 (proc continue_to_exit_bp_loc): Use clean_restart.
8913 * gdb.base/pie-execl.exp (main): Disable for target remote.
8914 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8915 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8916 * gdb.threads/execl.exp (main): Likewise.
8917 * gdb.threads/fork-child-threads.exp (main): Likewise.
8918 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8919 remote.
8920 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8921 remote.
8922 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8923 pid.tid style ptids, instead of just tid.
8924 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8925 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8926 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8927 ptids, instead of just tid.
8928
3b2464a8
AB
89292015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8930
8931 * gdb.base/list.exp (test_list_forward): Add end of file error
8932 test.
8933 (test_repeat_list_command): Add end of file error test.
8934 (test_list_backwards): Add beginning of file error test.
8935
a0def019
AB
89362015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8937
8938 * gdb.base/list.exp (test_list_invalid_args): New function,
8939 defined, and called.
8940
5c000dff
AB
89412015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8942
8943 * gdb.base/list.exp (test_list): Make test names unique.
8944
f1637ebe
YQ
89452015-12-11 Yao Qi <yao.qi@linaro.org>
8946
8947 * gdb.base/coremaker2.c: Remove.
8948
36d6fc0a
PA
89492015-12-10 Pedro Alves <palves@redhat.com>
8950
8951 * gdb.multi/base.exp: Remove stale "spaces" references.
8952
762f7747
PA
89532015-12-10 Pedro Alves <palves@redhat.com>
8954
8955 * gdb.multi/base.exp: Don't use nowarnings.
8956 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8957 * gdb.multi/hangout.c: Include stdio.h.
8958 * gdb.multi/hello.c: Include stdlib.h.
8959 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8960 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8961 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8962
28d2bfb9
AB
89632015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8964
8965 * gdb.dwarf2/dw2-ranges-base.c: New file.
8966 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8967 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8968 support additional line table, and debug ranges generation.
8969 (Dwarf::ranges): New function, generate .debug_ranges.
8970 (Dwarf::lines): Support generating simple line table programs.
8971 (Dwarf::assemble): Initialise new namespace variables.
8972
5fc2beac
KB
89732015-12-09 Kevin Buettner <kevinb@redhat.com>
8974
8975 * gdb.base/async.exp (proc test_background): Add case for
8976 asynchronous execution not supported.
8977
1c35a88f
LM
89782015-12-09 Luis Machado <lgustavo@codesourcery.com>
8979
8980 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8981 format and change test names to make them unique.
8982
b593e3d9
RK
89832015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8984 Pedro Alves <pedro@redhat.com>
8985
8986 PR gdb/18702
8987 Add checking of floatformats setup on x86_64 hosts.
8988 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8989 (smallval, bigval): New labels/constants.
8990 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8991 float" after loading bigval and smallval.
8992
d72413e6
PMR
89932015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8994
8995 * gdb.ada/fun_overload_menu.exp: New testcase.
8996 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8997
ece66d65
JS
89982015-12-04 Josh Stone <jistone@redhat.com>
8999
9000 * gdb.base/catch-fork-static.exp: New.
9001
41d0efca
YQ
90022015-12-03 Yao Qi <yao.qi@linaro.org>
9003
9004 * gdb.base/sizeof.c: Don't include stdio.h and
9005 ../lib/unbuffer_output.c.
9006 (main): New variable 'size' and 'value'. Remove printf and
9007 gdb_unbuffer_output. Assign return value to size and value.
9008 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9009 at the beginning.
9010 (check_sizeof): Check the result by printing variable 'size'.
9011 (check_valueof): Check the result by printing variable 'value'.
9012
99fd02d9
YQ
90132015-12-01 Yao Qi <yao.qi@linaro.org>
9014
9015 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9016 for aarch64*-*-linux* target.
9017
f2faf941
PA
90182015-11-30 Pedro Alves <palves@redhat.com>
9019
9020 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9021
04bf20c5
PA
90222015-11-30 Pedro Alves <palves@redhat.com>
9023
9024 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9025 Handle non-stop mode vCont replies.
9026
09df4675
PA
90272015-11-30 Pedro Alves <palves@redhat.com>
9028
9029 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9030 prepare_for_testing. Start gdb with "set non-stop on" appended to
9031 GDBFLAGS. Lax expected stop output.
9032
58b584af
YQ
90332015-11-27 Yao Qi <yao.qi@linaro.org>
9034
9035 * gdb.arch/arm-neon.exp: New.
9036 * gdb.arch/arm-neon.c: New.
9037
dfcb77a8
YQ
90382015-11-27 Yao Qi <yao.qi@linaro.org>
9039
9040 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9041
88e8ec1b
YQ
90422015-11-27 Yao Qi <yao.qi@linaro.org>
9043
9044 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9045 frames-invalid annotation.
9046
bfde72c2
YQ
90472015-11-27 Yao Qi <yao.qi@linaro.org>
9048
9049 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9050
f6512a69
SM
90512015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9052
9053 * gdb.threads/names.exp: New file.
9054 * gdb.threads/names.c: New file.
9055 * README: Mention gdb,no_thread_names.
9056
46a3515b
MM
90572015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9058
9059 PR 19297
9060 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9061 support" error.
9062
62147a22
PA
90632015-11-24 Pedro Alves <palves@redhat.com>
9064
9065 PR 17539
9066 * gdb.base/display.exp: Expect displays to be sorted in ascending
9067 order. Use multi_line.
9068 * gdb.base/solib-display.exp: Likewise.
9069
2f341b6e
PA
90702015-11-24 Pedro Alves <palves@redhat.com>
9071
9072 PR 17539
25d49b86
PA
9073 * gdb.base/display.exp: Expect displays to be sorted in ascending
9074 order. Use multi_line.
9075 * gdb.base/solib-display.exp: Likewise.
2f341b6e 9076
7e0aa6aa
PA
90772015-11-24 Pedro Alves <palves@redhat.com>
9078
9079 PR 17539
9080 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9081 threads in ascending order.
9082 * gdb.base/foll-fork.exp: Likewise.
9083 * gdb.base/foll-vfork.exp: Likewise.
9084 * gdb.base/multi-forks.exp: Likewise.
9085 * gdb.mi/mi-nonstop.exp: Likewise.
9086 * gdb.mi/mi-nsintrall.exp: Likewise.
9087 * gdb.multi/base.exp: Likewise.
9088 * gdb.multi/multi-arch.exp: Likewise.
9089 * gdb.python/py-inferior.exp: Likewise.
9090 * gdb.threads/break-while-running.exp: Likewise.
9091 * gdb.threads/execl.exp: Likewise.
9092 * gdb.threads/gcore-thread.exp: Likewise.
9093 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9094 * gdb.threads/kill.exp: Likewise.
9095 * gdb.threads/linux-dp.exp: Likewise.
9096 * gdb.threads/multiple-step-overs.exp: Likewise.
9097 * gdb.threads/next-bp-other-thread.exp: Likewise.
9098 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9099 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9100 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9101 * gdb.threads/thread-find.exp: Likewise.
9102 * gdb.threads/tls.exp: Likewise.
9103 * lib/mi-support.exp (mi_reverse_list): Delete.
9104 (mi_check_thread_states): No longer reverse list.
9105
2cc57ad8
PA
91062015-11-24 Pedro Alves <palves@redhat.com>
9107
9108 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9109 use lowercase.
9110
c93e8391
SM
91112015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9112
9113 * gdb.trace/actions.c: Include trace-common.h.
9114 (main): Add a location for a fast tracepoint.
9115 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9116 the normal tracepoints.
9117 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9118
045ccf91
SM
91192015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9120
9121 * save-trace.exp: Factor out code to these...
9122 (gdb_save_tracepoints): New.
9123 (gdb_load_tracepoints): New.
9124 (do_save_load_test): New.
9125
5506f9f6
KB
91262015-11-23 Kevin Buettner <kevinb@redhat.com>
9127
9128 * gdb.base/asmlabel.exp: New test.
9129 * gdb.base/asmlabel.c: New test case.
9130
16c3b12f
JB
91312015-11-23 Joel Brobecker <brobecker@adacore.com>
9132
9133 * gdb.base/wrong_frame_bt_full-main.c: New file.
9134 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9135 * gdb.base/wrong_frame_bt_full.exp: New file.
9136
155bfbd3
JB
91372015-11-23 Joel Brobecker <brobecker@adacore.com>
9138
9139 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9140
bb097445
JM
91412015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9142
206853a0 9143 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
9144 pstate register when comparing registers values in
9145 sparc64-*-linux-gnu targets to avoid spurious differences.
9146
9c88ed8f
JM
91472015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9148
206853a0 9149 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 9150
96161e25
SL
91512015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9152
9153 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9154 as type argument to gdb_compile.
9155 * gdb.base/nested-subp2.exp: Likewise.
9156 * gdb.base/nested-subp3.exp: Likewise.
9157
340c2830
DV
91582015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9159
9160 * lib/dwarf.exp (_note): Fix left shift of negative value.
9161 * gdb.trace/trace-condition.exp: Likewise.
9162
c1862d0f
YQ
91632015-11-13 Yao Qi <yao.qi@linaro.org>
9164
9165 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9166 comments about d10v.
9167 (test_scalar_returns): Likewise.
9168 * gdb.base/d10v.ld: Remove.
9169 * gdb.base/overlays.exp: Remove the target triplet checking for
9170 d10v-*-*.
9171 * gdb.base/structs.exp (test_struct_returns): Remove the
9172 comments about d10v.
9173 (test_struct_calls): Likewise.
9174
77ae9c19
YQ
91752015-11-13 Yao Qi <yao.qi@linaro.org>
9176
9177 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9178 * gdb.base/gnu_vector.c: Don't include stdio.h.
9179 (main): Don't print res and call add_some_intvecs.
9180
430e004e
MK
91812015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9182
9183 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9184 macro.
9185 (func5): Removed.
9186 (func4): Use FAST_TRACEPOINT_LABEL.
9187 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9188 macro.
9189 (func): Removed.
9190 (thread_function): Use FAST_TRACEPOINT_LABEL.
9191 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9192 (func): Remove.
9193 (marker): Use FAST_TRACEPOINT_LABEL.
9194 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9195 (pendfunc1): Remove.
9196 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9197 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9198 (foo): Remove.
9199 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9200 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9201 macro.
9202 (func): Remove.
9203 (marker): Use FAST_TRACEPOINT_LABEL.
9204 * gdb.trace/trace-common.h: New header.
9205 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9206 macro.
9207 (func): Remove.
9208 (marker): Use FAST_TRACEPOINT_LABEL.
9209 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9210 (func): Remove.
9211 (thread_function): Use FAST_TRACEPOINT_LABEL.
9212
6e7675a7
MK
92132015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9214
9215 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9216 in front.
9217 * gdb.trace/change-loc.exp: Use global pcreg definition.
9218 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9219 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9220 in front.
9221 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9222 * gdb.trace/pending.exp: Likewise.
9223 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9224 * gdb.trace/trace-break.exp: Likewise.
9225 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9226 in front.
9227 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9228 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9229 in front.
9230 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9231
dddc0e16
JB
92322015-11-09 Joel Brobecker <brobecker@adacore.com>
9233
9234 * gdb.ada/fin_fun_out: New testcase.
9235
c6f0b406
KB
92362015-11-07 Kevin Buettner <kevinb@redhat.com>
9237
9238 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9239 value associated with DW_AT_byte_size.
9240 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9241 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9242 DW_AT_upper_bound.
9243
f01dcfd9
KB
92442015-11-07 Kevin Buettner <kevinb@redhat.com>
9245
9246 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9247 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9248 version.
9249 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9250 gdb.dwarf2/dw2-canonicalize-type.exp,
9251 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9252 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9253 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9254 provided by gdb_target_symbol_prefix_flags_asm.
9255 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9256 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9257 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9258 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9259 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9260 macros where needed). Use this macro for symbols which require
9261 the prefix provided by SYMBOL_PREFIX.
9262
2223449a
KB
92632015-11-05 Kevin Buettner <kevinb@redhat.com>
9264
9265 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9266 New procs.
9267 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9268 representing expressions, of more than one list element.
9269 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9270 to prepend linker symbol prefix to f.
9271 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9272 table_1 and table_2.
9273 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9274 Likewise, for f and g.
9275 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9276 for ptr.
9277 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9278 for main.
9279 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9280 table_1_ptr and table_2_ptr.
9281
6f2f1a3a
JK
92822015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9283 Joel Brobecker <brobecker@adacore.com>
9284
9285 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9286
566c56c9
MK
92872015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9288
9289 * gdb.reverse/s390-mvcle.c: New test.
9290 * gdb.reverse/s390-mvcle.exp: New file.
9291 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9292
d5f0636b
MK
92932015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9294
9295 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9296
7ad8b86c
MK
92972015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9298
9299 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9300 reaching marker2.
9301 * gdb.reverse/getresuid-reverse.exp: Likewise.
9302 * gdb.reverse/pipe-reverse.exp: Likewise.
9303 * gdb.reverse/readv-reverse.exp: Likewise.
9304 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9305 * gdb.reverse/time-reverse.exp: Likewise.
9306 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9307
4081c0f1
YQ
93082015-10-30 Yao Qi <yao.qi@linaro.org>
9309
9310 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9311 (empty_cycle): Remove.
9312 (main): Don't call empty_cycle. Don't use watch_count_done.
9313 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9314 empty_cycle. Rewrite the code counting HW watchpoints.
9315
452b4ba5
MK
93162015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9317
9318 * gdb.reverse/fstatat-reverse.c: New test.
9319 * gdb.reverse/fstatat-reverse.exp: New file.
9320 * gdb.reverse/getresuid-reverse.c: New test.
9321 * gdb.reverse/getresuid-reverse.exp: New file.
9322 * gdb.reverse/pipe-reverse.c: New test.
9323 * gdb.reverse/pipe-reverse.exp: New file.
9324 * gdb.reverse/readv-reverse.c: New test.
9325 * gdb.reverse/readv-reverse.exp: New file.
9326 * gdb.reverse/recvmsg-reverse.c: New test.
9327 * gdb.reverse/recvmsg-reverse.exp: New file.
9328 * gdb.reverse/time-reverse.c: New test.
9329 * gdb.reverse/time-reverse.exp: New file.
9330 * gdb.reverse/waitpid-reverse.c: New test.
9331 * gdb.reverse/waitpid-reverse.exp: New file.
9332
5e2e7507
JK
93332015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9334
9335 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9336
0fde2c53
DE
93372015-10-26 Doug Evans <dje@google.com>
9338
9339 PR symtab/17391
9340 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9341 * gdb.dwarf2/bad-regnum.c: New file.
9342 * gdb.dwarf2/bad-regnum.exp: New file.
9343
1a70ae97
DE
93442015-10-26 Doug Evans <dje@google.com>
9345
9346 PR python/18938
9347 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9348 file.
9349
27dc26ab
JK
93502015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9351
9352 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9353 for a change by "Mention language in compile error message".
9354
bed91f4d
SM
93552015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9356
9357 PR python/18073
9358 * gdb.python/py-type.c (C::a_method): New.
9359 (C::a_const_method): New.
9360 (C::a_static_method): New.
9361 (a_function): New.
9362 * gdb.python/py-type.exp (test_fields): Test getting fields
9363 from function and method.
9364
3f2f83dd
KB
93652015-10-21 Keven Boell <keven.boell@intel.com>
9366
9367 * gdb.fortran/vla-alloc-assoc.exp: New file.
9368 * gdb.fortran/vla-datatypes.exp: New file.
9369 * gdb.fortran/vla-datatypes.f90: New file.
9370 * gdb.fortran/vla-history.exp: New file.
9371 * gdb.fortran/vla-ptype-sub.exp: New file.
9372 * gdb.fortran/vla-ptype.exp: New file.
9373 * gdb.fortran/vla-sizeof.exp: New file.
9374 * gdb.fortran/vla-sub.f90: New file.
9375 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9376 * gdb.fortran/vla-value-sub-finish.exp: New file.
9377 * gdb.fortran/vla-value-sub.exp: New file.
9378 * gdb.fortran/vla-value.exp: New file.
9379 * gdb.fortran/vla-ptr-info.exp: New file.
9380 * gdb.mi/mi-vla-fortran.exp: New file.
9381 * gdb.mi/vla.f90: New file.
9382
27145d50
SL
93832015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9384
9385 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9386 of hardwired timeout value.
9387
5f3ff4f8
JK
93882015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9389 Pedro Alves <palves@redhat.com>
9390
9391 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9392 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9393
bfd09d20
JS
93942015-10-19 Josh Stone <jistone@redhat.com>
9395
9396 * gdb.base/catch-syscall.c: Include <sched.h>.
9397 (unknown_syscall): New variable.
9398 (main): Trigger a vfork and an unknown syscall.
9399 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9400 (unknown_syscall_number): Likewise.
9401 (check_call_to_syscall): Accept an optional syscall pattern.
9402 (check_return_from_syscall): Likewise.
9403 (check_continue): Likewise.
9404 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9405 (test_catch_syscall_skipping_return): New test toggling off 'catch
9406 syscall' to step over the syscall return, then toggling back on.
9407 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9408 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9409 (do_syscall_tests): Call test_catch_syscall_without_args and
9410 test_catch_syscall_mid_vfork.
9411 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9412 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9413
b32b93c6
AS
94142015-10-19 Andrew Stubbs <ams@codesourcery.com>
9415
9416 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9417 print g_vE): Add new pass patterns.
9418 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9419 print various symbol names for vptr fields.
9420
9d622bda
AB
94212015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9422
9423 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9424 results.
9425
0fd8ac1c
YQ
94262015-10-12 Yao Qi <yao.qi@linaro.org>
9427
9428 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9429
34240514
YQ
94302015-10-12 Yao Qi <yao.qi@linaro.org>
9431
9432 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9433 is aarch64*-*-linux*.
9434
8240f442
YQ
94352015-10-12 Yao Qi <yao.qi@linaro.org>
9436
9437 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9438 (can_relocate_bcond_true): ... it.
9439 (can_relocate_bcond_false): New function.
9440 (foo): Likewise.
9441 (can_relocate_bl): Likewise.
9442 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9443 can_relocate_bl.
9444
2520f728
PMR
94452015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9446
9447 * gdb.base/nested-addr.c: New file.
9448 * gdb.base/nested-addr.exp: New testcase.
9449
abcef95a
MM
94502015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9451
9452 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9453 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9454 its output. Ignore the output of "record goto begin" and instead
9455 check that GDB is replaying.
9456
145e3ddb
PA
94572015-10-09 Pedro Alves <palves@redhat.com>
9458
9459 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9460 (top level): Use it in the run with no args test.
9461
d5d8c4e1
IB
94622015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9463
9464 * gdb.dlang/properties.exp: New file.
9465
06e635ef
SL
94662015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9467
9468 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9469 whether or not address 0x1000 is mapped on the target.
9470
e019fd1d
SM
94712015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9472
9473 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9474 build.
9475
77ba2a67
MM
94762015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9477
9478 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9479 instruction-history test.
9480
c60eb31f
DE
94812015-09-28 Doug Evans <dje@google.com>
9482
9483 * gdb.base/gcore.c (array_func): Add reference to static_array.
9484
9a3c8263
SM
94852015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9486
9487 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9488 source line.
9489
9720e656
SL
94902015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9491
9492 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9493 short or char as base type.
9494
938d3bf2
SL
94952015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9496
9497 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9498 to allow any size enum.
9499
e6c2c623
PMR
95002015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9501
9502 * gdb.ada/array_ptr_renaming.exp: New testcase.
9503 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9504 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9505
06da0f77
PL
95062015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9507
9508 * gdb.trace/ftrace-lock.c: New file.
9509 * gdb.trace/ftrace-lock.exp: New file.
9510
4f51c22a
PL
95112015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9512
9513 * gdb.arch/insn-reloc.c: New file.
9514 * gdb.arch/ftrace-insn-reloc.exp: New file.
9515
7041adf4
PL
95162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9517
9518 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9519 instruction.
9520 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9521 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9522 * gdb.trace/range-stepping.c: Likewise.
9523 * gdb.trace/trace-break.c: Likewise.
9524 * gdb.trace/trace-mt.c (thread_function): Likewise.
9525 * gdb.trace/ftrace.c (marker): Likewise.
9526 * gdb.trace/trace-condition.c (marker): Likewise.
9527 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9528 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9529 is_aarch64_target.
9530
015d2e7e
DE
95312015-09-18 Doug Evans <xdje42@gmail.com>
9532
9533 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9534 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9535
26b188a2
SL
95362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9537
9538 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9539 the breakpoint.
9540
79dc332b
SL
95412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9542
9543 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9544 the pending breakpoint. Remove timeout override for "Run till
9545 MI pending breakpoint on pendfunc3 on thread 2" test.
9546
f57929f2
SL
95472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9548
9549 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9550 filename pattern.
9551
3f469b17
SL
95522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9553
9554 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9555 in breakpoint filename pattern.
9556
515b89b3
SL
95572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9558
7800dbe4
SL
9559 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9560
95612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9562
515b89b3
SL
9563 * gdb.linespec/explicit.exp: Check for readline support for
9564 tab-completion tests. Fix obvious typo.
9565
d2939ba2
MM
95662015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9567
9568 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9569 and replay.
9570
cbb55fa7
MM
95712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9572
9573 * gdb.btrace/non-stop.c: New.
9574 * gdb.btrace/non-stop.exp: New.
9575
43691ca1
PL
95762015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9577 Yao Qi <yao.qi@linaro.org>
9578
9579 * gdb.trace/trace-condition.c: New file.
9580 * gdb.trace/trace-condition.exp: New file.
9581
d78908cf
WW
95822015-09-16 Wei-cheng Wang <cole945@gmail.com>
9583
9584 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9585 for testing bytecode compilation.
9586
1ed415e2
PA
95872015-09-16 Pedro Alves <palves@redhat.com>
9588 Sandra Loosemore <sandra@codesourcery.com>
9589
9590 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9591 (SECONDS): Redefine.
9592 (main): Call pthread_kill and alarm early.
9593 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9594 support.
9595 (test): If the target can't hardware step and doesn't support
9596 displaced stepping, increase the timeout.
9597
d136eff5
PA
95982015-09-16 Pedro Alves <palves@redhat.com>
9599
9600 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9601 (enable_debug): New procedures.
9602 (test): Use them. Bail out if waiting for threads fails.
9603 (top level): Bail out if a test fails.
9604
991f019c
YQ
96052015-09-16 Yao Qi <yao.qi@linaro.org>
9606
9607 * gdb.asm/asm-source.exp: Set asm-arch for
9608 aarch64*-*-* target.
9609 * gdb.asm/aarch64.inc: New file.
9610
bfca584f
PMR
96112015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9612
9613 * gdb.ada/array_of_variable_length.exp: New testcase.
9614 * gdb.ada/array_of_variable_length/foo.adb: New file.
9615 * gdb.ada/array_of_variable_length/pck.adb: New file.
9616 * gdb.ada/array_of_variable_length/pck.ads: New file.
9617
b326e587
DE
96182015-09-15 Doug Evans <dje@google.com>
9619
9620 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9621 of function static local variable.
9622
5382cfab
PW
96232015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9624
9625 * gdb.threads/tls-so_extern.exp: New test file.
9626 * gdb.threads/tls-so_extern.c: New test file.
9627 * gdb.threads/tls-so_extern_main.c: New test file.
9628
141c5cc4
JK
96292015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9630
9631 * gdb.opt/solib-intra-step-lib.c: New file.
9632 * gdb.opt/solib-intra-step-main.c: New file.
9633 * gdb.opt/solib-intra-step.exp: New file.
9634
d15dcecd
PA
96352015-09-15 Pedro Alves <palves@redhat.com>
9636
9637 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9638 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9639
4c2f2a79
PA
96402015-09-14 Pedro Alves <palves@redhat.com>
9641
9642 * gdb.base/hook-stop-continue.c: Delete.
9643 * gdb.base/hook-stop-continue.exp: Delete.
9644 * gdb.base/hook-stop-frame.c: Delete.
9645 * gdb.base/hook-stop-frame.exp: Delete.
9646 * gdb.base/hook-stop.c: New file.
9647 * gdb.base/hook-stop.exp: New file.
9648
919e6dbe
PMR
96492015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9650
9651 * gdb.ada/access_to_packed_array.exp: New testcase.
9652 * gdb.ada/access_to_packed_array/foo.adb: New file.
9653 * gdb.ada/access_to_packed_array/pack.adb: New file.
9654 * gdb.ada/access_to_packed_array/pack.ads: New file.
9655
157280a4
MM
96562015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9657
9658 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9659 buffer size test.
9660
2fd33e94
DB
96612015-09-11 Don Breazeal <donb@codesourcery.com>
9662
9663 * gdb.base/foll-exec.c: Add copyright header. Fix
9664 formatting issues.
9665 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9666 (do_exec_tests): Use clean_restart in place of zap_session,
9667 and for test initialization. Fix formatting issues. Use
9668 fail in place of perror.
9669 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9670 an expect statement to match an expression with output from
9671 the program under debug.
9672 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9673 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9674 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9675 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9676 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9677
e70b6e8e
DE
96782015-09-09 Doug Evans <dje@google.com>
9679
9680 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9681
7a551a51
DE
96822015-09-09 Doug Evans <dje@google.com>
9683
9684 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9685
4c666f84
DE
96862015-09-09 Doug Evans <dje@google.com>
9687
9688 * gdb.base/savedregs.exp: Fix typo.
9689
243a9253
PA
96902015-09-09 Pedro Alves <palves@redhat.com>
9691
9692 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9693
c0fa8fbd
SL
96942015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9695
9696 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9697 command actually switches threads. Give up on remaining
9698 tests if target fails to stop at breakpoint.
9699
cd7c1778
PMR
97002015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9701
9702 * gdb.ada/funcall_char.exp: New testcase.
9703 * gdb.ada/funcall_char/foo.adb: New file.
9704
dc5c8746
PMR
97052015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9706
9707 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9708 expected outputs. Add two testcases for completing ambiguous
9709 functions.
9710 * gdb.ada/complete/aux_pck.adb: New file.
9711 * gdb.ada/complete/aux_pck.ads: New file.
9712 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9713 Ambiguous_Func functions.
9714 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9715 * gdb.ada/complete/pck.adb: Likewise.
9716
4e83a1e7
UW
97172015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9718
9719 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9720 failures to run the test program under GDB.
9721
8ce74153
LM
97222015-08-26 Luis Machado <lgustavo@codesourcery.com>
9723
9724 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9725 to C.
9726
e9756d52
PP
97272015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9728
9729 * gdb.base/run-after-attach.exp: New test file.
9730 * gdb.base/run-after-attach.c: New test file.
9731
8d37573b
DB
97322015-08-26 Don Breazeal <donb@codesourcery.com>
9733
9734 * gdb.base/foll-exec-2.c: New test program.
9735 * gdb.base/foll-exec-2.exp: New test.
9736
63e43d3a
PMR
97372015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9738
9739 * gdb.base/nested-subp1.exp: New file.
9740 * gdb.base/nested-subp1.c: New file.
9741 * gdb.base/nested-subp2.exp: New file.
9742 * gdb.base/nested-subp2.c: New file.
9743 * gdb.base/nested-subp3.exp: New file.
9744 * gdb.base/nested-subp3.c: New file.
9745
3d40fbb5
PA
97462015-08-24 Pedro Alves <palves@redhat.com>
9747
9748 * gdb.server/connect-without-multi-process.c: New file.
9749 * gdb.server/connect-without-multi-process.exp: New file.
9750
4422ac93
LM
97512015-08-24 Luis Machado <lgustavo@codesourcery.com>
9752
9753 * gdb.opt/inline-markers.c: Make z int.
9754
91dddb86
LM
97552015-08-24 Luis Machado <lgustavo@codesourcery.com>
9756
9757 * gdb.opt/inline-markers.c: Make z volatile.
9758
a48847ee
LM
97592015-08-24 Luis Machado <lgustavo@codesourcery.com>
9760
9761 * gdb.opt/inline-bt.c: New volatile global z.
9762 * gdb.opt/inline-cmds.c: Likewise.
9763 * gdb.opt/inline-locals.c: Likewise.
9764 * gdb.opt/inline-markers.c: New extern global z.
9765 (marker): Use z.
9766 (inline_fn): Likewise.
9767
0ebbc52b
PA
97682015-08-24 Pedro Alves <palves@redhat.com>
9769
9770 * config/m32r-stub.exp: Remove file.
9771 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9772 * gdb.base/call-rt-st.exp: Likewise.
9773 * gdb.base/call-strs.exp: Likewise.
9774 * gdb.base/default.exp: Remove references to h8300-*-hms and
9775 *-*-udi*.
9776 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9777
77c365df
AA
97782015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9779
9780 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9781 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9782 and "return" use KFAIL when GDB can not read/write the vector
9783 return value.
9784
4313b8c0
GB
97852015-08-21 Gary Benson <gbenson@redhat.com>
9786
9787 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9788
0e433b32
PA
97892015-08-20 Pedro Alves <palves@redhat.com>
9790
9791 * gdb.server/solib-list.exp: No longer expect an interior stop in
9792 non-stop mode.
9793
221e1a37
PA
97942015-08-20 Pedro Alves <palves@redhat.com>
9795
9796 * gdb.server/connect-stopped-target.c: New file.
9797 * gdb.server/connect-stopped-target.exp: New file.
9798
40e3ad0e
PA
97992015-08-20 Pedro Alves <palves@redhat.com>
9800
9801 * gdb.dwarf2/comp-unit-lang.exp: New file.
9802 * gdb.dwarf2/comp-unit-lang.c: New file.
9803
af39b327
PMR
98042015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9805
9806 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9807 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9808
7d45c7c3 98092015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9810
7d45c7c3
KB
9811 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9812 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9813
4d6cceb4
DE
98142015-08-18 Doug Evans <dje@google.com>
9815 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9816
9817 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9818 skip_python_tests. New arg prompt_regexp.
9819 (skip_python_tests): New function.
9820 * lib/mi-support.exp (mi_skip_python_tests): New function.
9821 * gdb.python/py-mi-objfile-gdb.py: New file.
9822 * gdb.python/py-mi-objfile.c: New file.
9823 * gdb.python/py-mi-objfile.exp: New file.
9824
ad89c2aa
KS
98252015-08-17 Keith Seitz <keiths@redhat.com>
9826
9827 * gdb.linespec/explicit.exp: Move strace test from here ...
9828 * gdb.trace/strace.exp: ... to here.
9829
e3ae3c43
PP
98302015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9831
9832 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9833 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9834
604b2636
DE
98352015-08-14 Doug Evans <xdje42@gmail.com>
9836
9837 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9838 inferior before selecting a new file.
9839
6ff0ba5f
DE
98402015-08-14 Doug Evans <xdje42@gmail.com>
9841
9842 * gdb.mi/mi-disassemble.exp: Update.
9843 * gdb.base/disasm-optim.S: New file.
9844 * gdb.base/disasm-optim.c: New file.
9845 * gdb.base/disasm-optim.h: New file.
9846 * gdb.base/disasm-optim.exp: New file.
9847
9ca98f92
KS
98482015-08-14 Keith Seitz <keiths@redhat.com>
9849
9850 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9851 "evaluated-by".
9852
52bbc560
JB
98532015-08-13 Joel Brobecker <brobecker@adacore.com>
9854
9855 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9856
5d8c3ed3
PMR
98572015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9858
9859 * gdb.ada/fun_renaming.exp: New testcase.
9860 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9861 * gdb.ada/fun_renaming/pack.adb: New file.
9862 * gdb.ada/fun_renaming/pack.ads: New file.
9863
ea8812bc
KS
98642015-08-12 Keith Seitz <keiths@redhat.com>
9865
9866 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9867 gdb_get_line_number.
9868
4dafcdeb
JB
98692015-08-12 Joel Brobecker <brobecker@adacore.com>
9870
9871 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9872 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9873 gdb.base/dso2dso.exp: New files.
9874
5ba32597
SDJ
98752015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9876 Pedro Alves <palves@redhat.com>
9877 Keith Seitz <keiths@redhat.com>
9878
9879 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9880 GDBFLAGS.
9881
b6dafabf
PP
98822015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9883
9884 * gdb.base/gdbhistsize-history.exp
9885 (test_histsize_history_setting): Use save_vars.
9886 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9887 Use save_vars.
9888 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9889 * gdb.base/readline.exp: Use save_vars.
9890
abe8e607
PP
98912015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9892
9893 * lib/gdb.exp (save_vars): New proc.
9894
629500fa
KS
98952015-08-11 Keith Seitz <keiths@redhat.com>
9896
9897 * gdb.base/help.exp: Update help_breakpoint_text.
9898
eb8c4e2e
KS
98992015-08-11 Keith Seitz <keiths@redhat.com>
9900
9901 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9902 (at toplevel): Call test_explicit_breakpoints.
9903 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9904 breakpoints.
9905 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9906 breakpoint conditions, "-cond".
9907
87f0e720
KS
99082015-08-11 Keith Seitz <keiths@redhat.com>
9909
9910 * gdb.linespec/3explicit.c: New file.
9911 * gdb.linespec/cpexplicit.cc: New file.
9912 * gdb.linespec/cpexplicit.exp: New file.
9913 * gdb.linespec/explicit.c: New file.
9914 * gdb.linespec/explicit.exp: New file.
9915 * gdb.linespec/explicit2.c: New file.
9916 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9917 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9918 before using in the matching pattern.
9919 Clarify that `prefix' is a regular expression.
9920
f00aae0f
KS
99212015-08-11 Keith Seitz <keiths@redhat.com>
9922
9923 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9924 test.
9925 Add tests for missing ",FMT" and ",".
9926
e27852be
DE
99272015-08-10 Doug Evans <dje@google.com>
9928 Keith Seitz <keiths@redhat.com>
9929
9930 PR gdb/17960
9931 * gdb.base/completion.exp: Add location completer tests.
9932
7f03bd92
PA
99332015-08-07 Pedro Alves <palves@redhat.com>
9934
9935 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9936 tests here.
9937 (top level): Run do_test with and without displaced stepping.
9938
3fc8eb30
PA
99392015-08-07 Pedro Alves <palves@redhat.com>
9940
9941 * gdb.base/valgrind-disp-step.c: New file.
9942 * gdb.base/valgrind-disp-step.exp: New file.
9943
d4569d7b
PA
99442015-08-07 Pedro Alves <palves@redhat.com>
9945
9946 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9947 Delete function.
9948 (main): Add alarm. Run an infinite loop instead of calling
9949 wait_threads.
9950 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9951 comment.
9952 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9953 Delete function.
9954 (main): Add alarm. Run an infinite loop instead of calling
9955 wait_threads.
9956 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9957 comment.
9958
e1316e60
PA
99592015-08-07 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.base/checkpoint-ns.exp: New file.
9962 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9963 standard_testfile.
9964
da8c46d2
MM
99652015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9966
9967 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9968 * gdb.btrace/instruction_history.exp: Update.
9969 * gdb.btrace/tsx.exp: New.
9970 * gdb.btrace/tsx.c: New.
9971
de1c2c52
PA
99722015-08-06 Pedro Alves <palves@redhat.com>
9973
9974 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9975 increase timeout.
9976 * gdb.reverse/until-precsave.exp: Bump timeouts.
9977
782e0bf4
PA
99782015-08-06 Pedro Alves <palves@redhat.com>
9979
9980 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9981
83e97ed0
PA
99822015-08-06 Pedro Alves <palves@redhat.com>
9983
9984 PR gdb/18749
9985 * gdb.threads/process-dies-while-handling-bp.c: New file.
9986 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9987
863d01bd
PA
99882015-08-06 Pedro Alves <palves@redhat.com>
9989
9990 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9991 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9992
0a39bb32
PA
99932015-08-05 Pedro Alves <palves@redhat.com>
9994
9995 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9996 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9997
ee2d2b10
SL
99982015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9999
10000 * gdb.base/bp-permanent.exp: Report test as unsupported if
10001 the target cannot stop at the permanent breakpoint.
10002
4e1bdb00
DE
100032015-08-03 Doug Evans <dje@google.com>
10004
10005 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10006 10000.
10007
3d338901
DE
100082015-08-03 Doug Evans <dje@google.com>
10009
10010 * Makefile.in (workers/%.worker, build-perf): New rule.
10011 (GDB_PERFTEST_MODE): New variable.
10012 (check-perf): Use it.
10013 (clean): Clean up gdb.perf parallel build subdirs.
10014 * lib/build-piece.exp: New file.
10015 * lib/gdb.exp (make_gdb_parallel_path): New function
10016 (standard_output_file, standard_temp_file): Call it.
10017 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10018 of $GDB_PARALLEL.
10019 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10020
af061d3e
DE
100212015-08-03 Doug Evans <dje@google.com>
10022
8e1afc81 10023 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
10024 (LOG_FILE_NAME): New global.
10025 (TextReporter.__init__): Initialize self.txt_sum.
10026 (TextReporter.report): Add support for multiple data-points.
10027 Move report to perftest.sum, put raw data in perftest.log.
10028 (TextReporter.start): Open sum and log files.
10029 (TextReporter.end): Close sum and log files.
8e1afc81
DE
10030 * gdb.perf/lib/perftest/testresult.py
10031 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 10032
2c8c5d37
PA
100332015-07-31 Pedro Alves <palves@redhat.com>
10034
10035 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10036 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10037 kill_wait_spawned_process instead of explicit "kill -9".
10038 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10039 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10040 kill_wait_spawned_process.
10041 * gdb.base/attach-twice.exp: Likewise.
10042 * gdb.base/attach.exp: Likewise.
10043 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10044 gdb_test_multiple.
10045 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10046 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10047 kill_wait_spawned_process.
10048 * gdb.base/valgrind-infcall.exp: Likewise.
10049 * gdb.multi/multi-attach.exp: Likewise.
10050 * gdb.python/py-prompt.exp: Likewise.
10051 * gdb.python/py-sync-interp.exp: Likewise.
10052 * gdb.server/ext-attach.exp: Likewise.
10053 * gdb.threads/attach-into-signal.exp (corefunc): Use
10054 spawn_wait_for_attach, spawn_id_get_pid and
10055 kill_wait_spawned_process.
10056 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10057 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10058 spawn_id_get_pid and kill_wait_spawned_process.
10059 * gdb.threads/attach-stopped.exp (corefunc): Use
10060 spawn_wait_for_attach, spawn_id_get_pid and
10061 kill_wait_spawned_process.
10062 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10063 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10064 kill_wait_spawned_process instead of explicit "kill -9".
10065 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10066 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10067 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10068 processes. Don't map cygwin/windows pids here. Now returns a
10069 spawn id list.
10070
032a0fca
SL
100712015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10072
10073 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10074 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10075 correct patch.
10076
61a934ca
SL
100772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10078
10079 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10080
4bc4d428
SL
100812015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10082
10083 Reapply:
10084 2014-05-21 Mark Wielaard <mjw@redhat.com>
10085
10086 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10087
998d452a
PA
100882015-07-30 Pedro Alves <palves@redhat.com>
10089
10090 * linux-low.c (handle_extended_wait): Set the child's last
10091 reported status to TARGET_WAITKIND_STOPPED.
10092
69dde7dc
PA
100932015-07-30 Pedro Alves <palves@redhat.com>
10094
10095 PR threads/18600
10096 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10097 only shows inferior 1.
10098
4dd63d48
PA
100992015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10100 Pedro Alves <palves@redhat.com>
10101
10102 PR threads/18600
10103 * gdb.threads/fork-plus-threads.c: New file.
10104 * gdb.threads/fork-plus-threads.exp: New file.
10105
d618e4c5
PP
101062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10107
10108 * gdb.base/batch-preserve-term-settings.exp
10109 (test_terminal_settings_preserved_after_cli_exit): Use
10110 send_quit_command.
10111
1eef6428
PA
101122015-07-29 Pedro Alves <palves@redhat.com>
10113 Don Breazeal <donb@codesourcery.com>
10114
10115 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10116 output from both inferior_spawn_id and gdb_spawn_id.
10117
7da5b897
SDJ
101182015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10119
10120 * gdb.threads/attach-into-signal.exp (corefunc): Use
10121 with_test_prefix on nested loops, uniquefying the test messages.
10122
dac804df
SDJ
101232015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10124
10125 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10126 commit.
10127
06265e53
PP
101282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10129
10130 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10131 New proc.
10132 (test_terminal_settings_preserved_after_sigterm): New test.
10133
18206ca3
PP
101342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10135
10136 * gdb.base/batch-preserve-term-settings.exp
10137 (test_terminal_settings_preserved_after_cli_exit): New test.
10138
90074d11
PP
101392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10140
10141 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10142 manipulation of saved_gdbflags.
10143 (test_terminal_settings_preserved): Remove global declaration of
10144 the unused variable pagination_prompt. Remove manipulation of
10145 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10146 GDBFLAGS.
10147
eb1a7902
PA
101482015-07-29 Pedro Alves <palves@redhat.com>
10149
10150 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10151
8b75dd3b
PA
101522015-07-29 Pedro Alves <palves@redhat.com>
10153
10154 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10155 at the top.
10156
dedad4e3
PA
101572015-07-29 Pedro Alves <palves@redhat.com>
10158
10159 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10160 (main): Call gdb_unbuffer_output.
10161 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10162 (main): Call gdb_unbuffer_output.
10163 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10164 (main): Call gdb_unbuffer_output.
10165 * gdb.base/call-strs.exp: Adjust to step over the
10166 gdb_unbuffer_output call.
10167 * gdb.base/catch-gdb-caused-signals.c: Include
10168 "../lib/unbuffer_output.c".
10169 (main): Call gdb_unbuffer_output.
10170 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10171 (main): Call gdb_unbuffer_output.
10172 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10173 (main): Call gdb_unbuffer_output.
10174 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10175 (main): Call gdb_unbuffer_output.
10176 * gdb.base/shlib-call.exp: Adjust to step over the
10177 gdb_unbuffer_output call.
10178 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10179 (main): Call gdb_unbuffer_output.
10180 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10181 (main): Call gdb_unbuffer_output.
10182 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10183 (main): Rename to ...
10184 (test): ... this.
10185 (main): Reimplement.
10186 * gdb.base/varargs.exp: Run to test instead of to main.
10187 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10188 (main): Call gdb_unbuffer_output.
10189
58789a91
PA
101902015-07-29 Pedro Alves <palves@redhat.com>
10191
10192 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10193 factore out from mi_continue_dprintf. For call-style dprintfs,
10194 expect dprintf output out of $inferior_spawn_id.
10195 (mi_continue_dprintf): Use mi_expect_dprintf.
10196 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10197 (main): Call gdb_unbuffer_output.
10198
e8376742
PA
101992015-07-29 Pedro Alves <palves@redhat.com>
10200
10201 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10202 (default_mi_gdb_start): Set inferior_spawn_id instead of
10203 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10204 gdb_spawn_id.
10205 (mi_gdb_test): Always expect inferior output from both
10206 $inferior_spawn_id and $gdb_spawn_id.
10207
08280010
PA
102082015-07-29 Pedro Alves <palves@redhat.com>
10209
10210 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10211 send_inferior and $inferior_spawn_id.
10212
4d30e432
PA
102132015-07-29 Pedro Alves <palves@redhat.com>
10214
10215 * gdb.gdb/complaints.exp (test_initial_complaints)
10216 (test_serial_complaints, test_short_complaints): Use
10217 gdb_test_stdio.
10218 (test_empty_complaint): Handle $inferior_spawn_id !=
10219 $gdb_spawn_id.
10220
0d30a335
PA
102212015-07-29 Pedro Alves <palves@redhat.com>
10222
10223 * gdb.base/varargs.exp: Use gdb_test_stdio.
10224
39413b29
PA
102252015-07-29 Pedro Alves <palves@redhat.com>
10226
10227 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10228
7cb000a9
PA
102292015-07-29 Pedro Alves <palves@redhat.com>
10230
10231 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10232
d7b8ac82
PA
102332015-07-29 Pedro Alves <palves@redhat.com>
10234
10235 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10236 parameter into two new parameters, "inf_result" and "gdb_result".
10237 Expect inferior output and gdb output from $inferior_spawn_id and
10238 $gdb_spawn_id, respectively. Adjust all callers.
10239
789c3a0c
PA
102402015-07-29 Pedro Alves <palves@redhat.com>
10241
10242 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10243 of gdb_test_sequence.
10244
77e760c3
PA
102452015-07-29 Pedro Alves <palves@redhat.com>
10246
10247 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10248 (saw_spurious_output): Expect inferior output from
10249 $inferior_spawn_id. Use gdb_test_stdio.
10250
8396d2cd
PA
102512015-07-29 Pedro Alves <palves@redhat.com>
10252
10253 * gdb.base/dprintf.exp: Use standard_testfile. Change
10254 prepare_for_testing call.
10255 (srcfile): Don't set.
10256 (restart): New procedure.
10257 (test_dprintf): New procecure, use to continue over dprintfs.
10258 (test_call, test_agent): New procedures, tests moved here.
10259 Restart gdb and recreate dprintfs. Adjust expected output.
10260
2051d61f
PA
102612015-07-29 Pedro Alves <palves@redhat.com>
10262
10263 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10264
452397af
PA
102652015-07-29 Pedro Alves <palves@redhat.com>
10266
10267 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10268
8aed9555
PA
102692015-07-29 Pedro Alves <palves@redhat.com>
10270
10271 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10272 gdb_test_stdio.
10273
188a61b4
PA
102742015-07-29 Pedro Alves <palves@redhat.com>
10275
10276 * lib/gdb.exp (gdb_test_stdio): New procedure.
10277
12264a45
PA
102782015-07-29 Pedro Alves <palves@redhat.com>
10279
10280 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10281
23ffc893
PA
102822015-07-29 Pedro Alves <palves@redhat.com>
10283
10284 * gdb.base/call-signal-resume.exp: Remove check for
10285 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10286 * gdb.base/unwindonsignal.exp: Likewise.
10287 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10288 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10289
65566918
PA
102902015-07-29 Pedro Alves <palves@redhat.com>
10291
10292 * gdb.base/siginfo-addr.c (pass): New function.
10293 (handler): Call it iff si_addr is correct.
10294 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10295 Set a breakpoint at "pass" and continue to it.
10296
d60a9221
SDJ
102972015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10298
10299 * gdb.python/py-objfile.exp: Make some tests have unique names.
10300 * gdb.python/py-pp-registration.exp: Likewise.
10301
bde40b8f
PA
103022015-07-28 Pedro Alves <palves@redhat.com>
10303
10304 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10305
13e1dec8
SM
103062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10307
10308 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10309
da33c9a7
SM
103102015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10311
10312 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10313
077836f7
PP
103142015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10315
10316 * gdb.base/gdb-sigterm-2.exp: New test.
10317
b8cc7b2e
DE
103182015-07-25 Doug Evans <xdje42@gmail.com>
10319
10320 Revert:
10321 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10322 (workers/%.worker, build-perf): New rule.
10323 (GDB_PERFTEST_MODE): New variable.
10324 (check-perf): Use it.
10325 (clean): Clean up gdb.perf parallel build subdirs.
10326 * lib/build-piece.exp: New file.
10327 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10328 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10329 name.
10330 (standard_temp_file): Ditto.
10331 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10332 of $GDB_PARALLEL.
10333
c8bd4544
DE
103342015-07-24 Doug Evans <dje@google.com>
10335
10336 * gdb.perf/lib/perftest/utils.py: New file.
10337 * gdb.perf/gm-hello.cc: New file.
10338 * gdb.perf/gm-pervasive-typedef.cc: New file.
10339 * gdb.perf/gm-pervasive-typedef.h: New file.
10340 * gdb.perf/gm-std.cc: New file.
10341 * gdb.perf/gm-std.h: New file.
10342 * gdb.perf/gm-use-cerr.cc: New file.
10343 * gdb.perf/gm-utils.h: New file.
10344 * gdb.perf/gmonster-null-lookup.py: New file.
10345 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10346 * gdb.perf/gmonster-print-cerr.py: New file.
10347 * gdb.perf/gmonster-ptype-string.py: New file.
10348 * gdb.perf/gmonster-runto-main.py: New file.
10349 * gdb.perf/gmonster-select-file.py: New file.
10350 * gdb.perf/gmonster1-null-lookup.exp: New file.
10351 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10352 * gdb.perf/gmonster1-print-cerr.exp: New file.
10353 * gdb.perf/gmonster1-ptype-string.exp: New file.
10354 * gdb.perf/gmonster1-runto-main.exp: New file.
10355 * gdb.perf/gmonster1-select-file.exp: New file.
10356 * gdb.perf/gmonster1.cc: New file.
10357 * gdb.perf/gmonster1.exp: New file.
10358 * gdb.perf/gmonster2-null-lookup.exp: New file.
10359 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10360 * gdb.perf/gmonster2-print-cerr.exp: New file.
10361 * gdb.perf/gmonster2-ptype-string.exp: New file.
10362 * gdb.perf/gmonster2-runto-main.exp: New file.
10363 * gdb.perf/gmonster2-select-file.exp: New file.
10364 * gdb.perf/gmonster2.cc: New file.
10365 * gdb.perf/gmonster2.exp: New file.
10366
6eab34f3
DE
103672015-07-24 Doug Evans <dje@google.com>
10368
10369 * gdb.perf/README: New file.
10370 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10371 * lib/gen-perf-test.exp: New file.
10372
63738bfd
DE
103732015-07-24 Doug Evans <dje@google.com>
10374
10375 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10376 (PerfTest::startup): New function.
10377 (PerfTest::run): Return result of calling body.
10378 (PerfTest::assemble): Rewrite.
10379 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10380 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10381 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10382 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10383 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10384
7b606f95
DE
103852015-07-24 Doug Evans <dje@google.com>
10386
10387 * lib/gdb.exp (clean_restart): Make executable optional.
10388
a97b16b8
DE
103892015-07-24 Doug Evans <dje@google.com>
10390
10391 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10392 compiler_info references.
10393 * gdb.cp/temargs.exp: Ditto.
10394 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10395 (get_compiler_info): Early exit if already computed. Set compiler_info
10396 to "unknown" if there was a problem.
10397 (test_compiler_info): Add function comment. Call get_compiler_info.
10398
35baa57f
DE
103992015-07-24 Doug Evans <dje@google.com>
10400
10401 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10402 (workers/%.worker, build-perf): New rule.
10403 (GDB_PERFTEST_MODE): New variable.
10404 (check-perf): Use it.
10405 (clean): Clean up gdb.perf parallel build subdirs.
10406 * lib/build-piece.exp: New file.
10407 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10408 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10409 name.
10410 (standard_temp_file): Ditto.
10411 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10412 of $GDB_PARALLEL.
10413
6ebea266
DE
104142015-07-24 Doug Evans <dje@google.com>
10415
10416 * lib/future.exp (gdb_default_target_compile): New option
10417 "early_flags".
10418 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10419 --as-needed.
10420
1e76a7e9
SDJ
104212015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10422
10423 * gdb.base/catch-syscall.exp: Call gdb_exit before
10424 gdb_skip_xml_test.
10425
5068630a
PA
104262015-07-24 Pedro Alves <palves@redhat.com>
10427
10428 * gdb.python/py-events.exp: Accept output between the stop event
10429 and the prompt.
10430 * gdb.python/py-evsignal.exp: Likewise.
10431 * gdb.python/py-evthreads.exp: Likewise.
10432
77598427
PA
104332015-07-24 Pedro Alves <palves@redhat.com>
10434
10435 PR gdb/18717
10436 * gdb.threads/non-ldr-exit.c: New file.
10437 * gdb.threads/non-ldr-exit.exp: New file.
10438
11e6c98f
YQ
104392015-07-24 Yao Qi <yao.qi@linaro.org>
10440
10441 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10442 restarting process.
10443
51aee833
YQ
104442015-07-24 Yao Qi <yao.qi@linaro.org>
10445
10446 * gdb.server/ext-restart.exp: New file.
10447
8cfe207c
YQ
104482015-07-24 Yao Qi <yao.qi@linaro.org>
10449
10450 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10451 argument options.
10452 * gdb.server/ext-wrapper.exp: New file.
10453
cc12ce38
DE
104542015-07-23 Doug Evans <dje@google.com>
10455
10456 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10457 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10458
d0d84780
PMR
104592015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10460
10461 * gdb.ada/var_arr_typedef.exp: New testcase.
10462 * gdb.ada/var_arr_typedef/pack.adb: New file.
10463 * gdb.ada/var_arr_typedef/pack.ads: New file.
10464 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10465
8b558f79
JB
104662015-07-20 Joel Brobecker <brobecker@adacore.com>
10467
10468 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10469
775a3298
JK
104702015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10471
10472 * gdb.arch/i386-biarch-core.exp: Replace istarget
10473 by "complete set gnutarget". Remove expectation for the "core-file"
10474 command.
10475
db1ff28b
JK
104762015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10477
10478 Revert the previous commit:
10479 Tests for validate symbol file using build-id.
10480
0a94970d
JK
104812015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10482
10483 Tests for validate symbol file using build-id.
10484 * gdb.base/solib-mismatch-lib.c: New file.
10485 * gdb.base/solib-mismatch-libmod.c: New file.
10486 * gdb.base/solib-mismatch.c: New file.
10487 * gdb.base/solib-mismatch.exp: New file.
10488
03346981
SL
104892015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10490
10491 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10492 nios2-*-linux*.
10493 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10494 * gdb.base/siginfo.exp: Likewise.
10495 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10496
42422cc7
PL
104972015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10498
10499 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10500 Move it to ...
10501 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10502 ... here.
10503 * gdb.trace/range-stepping.exp: Check that the target supports
10504 range stepping.
10505
cfa68bae
JK
105062015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10507
10508 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10509
8ffdba26
PA
105102015-07-14 Pedro Alves <palves@redhat.com>
10511
10512 * gdb.base/killed-outside.exp: New file.
10513 * gdb.base/killed-outside.c: New file.
10514
218a5a11
JK
105152015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10516
10517 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10518 (n at main): New.
10519 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10520
e03ed3c6
AA
105212015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10522
10523 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10524 infcall tests instead of setting up for KFAIL.
10525
485668e5
MM
105262015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10527
10528 * gdb.btrace/record_goto-step.exp: New.
10529
08464196
JK
105302015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10531
10532 PR compile/18484
10533 * gdb.compile/compile.c (struct struct_type): Add volatile to
10534 selffield's type.
10535 * gdb.compile/compile.exp
10536 (compile code struct_object.selffield = &struct_object): Skip further
10537 struct_object tests if this one xfails.
10538
bcf5c1d9
RC
105392015-07-08 Robert O'Callahan <robert@ocallahan.org>
10540
10541 PR exp/18617
10542 * gdb.trace/ax.exp: Add test.
10543
4931af25
YQ
105442015-07-07 Yao Qi <yao.qi@linaro.org>
10545
10546 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10547 instead of istarget "aarch64*-*-*".
10548 * gdb.arch/aarch64-fp.exp: Likewise.
10549 * gdb.base/float.exp: Likewise.
10550 * gdb.reverse/aarch64.exp: Likewise.
10551 * lib/gdb.exp (is_aarch64_target): New proc.
10552
9fcf688e
YQ
105532015-07-07 Yao Qi <yao.qi@linaro.org>
10554
10555 * lib/gdb.exp (is_aarch32_target): New proc.
10556 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10557 instead of "istarget "arm*-*-*"".
10558 * gdb.arch/arm-disp-step.exp: Likewise.
10559 * gdb.arch/thumb-bx-pc.exp: Likewise.
10560 * gdb.arch/thumb-prologue.exp: Likewise.
10561 * gdb.arch/thumb-singlestep.exp: Likewise.
10562 * gdb.base/disp-step-syscall.exp: Likewise.
10563 * gdb.base/float.exp: Likewise.
10564
fbd8d50d
YQ
105652015-07-07 Yao Qi <yao.qi@linaro.org>
10566
10567 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10568 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10569
71be1fdc
YQ
105702015-07-07 Yao Qi <yao.qi@linaro.org>
10571
10572 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10573 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10574 if it exists.
10575 * gdb.multi/multi-arch.exp: Likewise.
10576
3e221d36
SM
105772015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10578
10579 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10580 print.
10581
d441430b
YQ
105822015-07-07 Yao Qi <yao.qi@linaro.org>
10583
10584 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10585
06f810bd
MG
105862015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10587
10588 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10589 '[' and ']' characters.
10590
5e61e7c0
IB
105912015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10592
10593 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10594
28bf096c
PA
105952015-06-29 Pedro Alves <palves@redhat.com>
10596
10597 PR threads/18127
10598 * gdb.threads/hand-call-new-thread.c: New file.
10599 * gdb.threads/hand-call-new-thread.c: New file.
10600
ee93cd5e
KS
106012015-06-26 Keith Seitz <keiths@redhat.com>
10602 Doug Evans <dje@google.com>
10603
10604 PR 16253
10605 * gdb.cp/var-tag-2.cc: New file.
10606 * gdb.cp/var-tag-3.cc: New file.
10607 * gdb.cp/var-tag-4.cc: New file.
10608 * gdb.cp/var-tag.cc: New file.
10609 * gdb.cp/var-tag.exp: New file.
10610
fc637f04
PP
106112015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10612
10613 * gdb.base/history-duplicates.exp: New test.
10614
2e52ae68
PP
106152015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10616
10617 * gdb.base/completion.exp: Test the completion of the "focus"
10618 command.
10619
6e22494e
JK
106202015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10621
10622 * gdb.arch/amd64-prologue-skip.S: New file.
10623 * gdb.arch/amd64-prologue-skip.exp: New file.
10624
bf7b9cd9
SM
106252015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10626
10627 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10628 is_address_zero_readable check.
10629
201e8dfd
PB
106302015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10631
10632 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10633 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10634
5cd867b4
YQ
106352015-06-24 Yao Qi <yao.qi@linaro.org>
10636
10637 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10638 linux targets.
10639
4d7be007
YQ
106402015-06-24 Yao Qi <yao.qi@linaro.org>
10641
10642 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10643 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10644 * gdb.base/siginfo-thread.exp: Likewise.
10645
07fcd301
YQ
106462015-06-22 Yao Qi <yao.qi@linaro.org>
10647
10648 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10649
52042a00
YQ
106502015-06-22 Yao Qi <yao.qi@linaro.org>
10651
10652 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10653 aarch64*-*-*.
10654 (skip_hw_watchpoint_tests): Likewise.
10655
74bd41ce
PP
106562015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10657
10658 * gdb.base/gdbinit-history.exp: Test the interaction between
10659 setting GDBHISTSIZE and setting the history size via .gdbinit.
10660
bc460514
PP
106612015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10662
10663 PR gdb/16999
10664 * gdb.base/gdbhistsize-history.exp: New test.
10665
b58c513b
PP
106662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10667
10668 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10669 with GDBHISTSIZE.
10670 * gdb.base/readline.exp: Likewise.
10671
92046791
YQ
106722015-06-17 Yao Qi <yao.qi@linaro.org>
10673
10674 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10675 line.
10676
2093d2d3
PP
106772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10678
10679 * gdb.base/gdbinit-history.exp: Add test case to check that
10680 an unlimited history file does not get truncated on exit.
10681
e6c693af
AA
106822015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10683
10684 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10685 (VECTOR): New macro. Use it...
10686 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10687 ...for these typedefs.
10688 (int8, char1, int1, double1): New typedefs.
10689 (struct just_int2, struct two_int2): New structures.
10690 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10691 (add_structvecs, add_singlevecs): New functions.
10692 (main): Call add_some_intvecs twice.
10693 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10694 the compile and exit upon failure. Try compiling for the "native"
10695 architecture. Test inferior function calls with vector arguments
10696 and vector return value handling with "finish" and "return".
10697
c74f7d1c
JT
106982015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10699
10700 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10701 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10702 PE file.
10703 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10704
98aa42ee
AT
107052015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10706
10707 PR breakpoints/16465
10708 * gdb.mi/mi-dprintf-pending.c: New file.
10709 * gdb.mi/mi-dprintf-pending.exp: New test.
10710 * gdb.mi/mi-dprintf-pendshr.c: New file.
10711
7d73c23c 107122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10713 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10714
10715 * gdb.arch/i386-mpx-map.c: New file.
10716 * gdb.arch/i386-mpx-map.exp: New File.
10717
107182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10719
10720 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10721 * gdb.arch/i386-mpx.exp: Indentation fixed.
10722
107232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10724
10725 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10726 function and improved indentation.
10727 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10728 gdb_test_multiple. Added additional tests to skip the test.
10729
107302015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10731
10732 * gdb.arch/i386-avx512.c: Change path in include file.
10733 * gdb.arch/i386-avx512.exp: Change include dir path
10734 compilation flag.
10735 * gdb.arch/i386-mpx.c: Change path in include file.
10736 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10737 flag.
10738
d5eba19a
JK
107392015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10740
10741 * gdb.compile/compile-print.exp (compile print *vararray@3)
10742 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10743
7f361056
JK
107442015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10745
10746 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10747 (do not keep jit in memory): ... this.
10748 (expect 5): Change it to ...
10749 (expect no 5): ... this.
10750
3b462ec2
SM
107512015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10752
10753 PR gdb/15564
10754 * gdb.mi/mi-detach.exp: New file.
10755
e0619de6
JK
107562015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10757
10758 PR symtab/18392
10759 * gdb.arch/amd64-tailcall-self.S: New file.
10760 * gdb.arch/amd64-tailcall-self.c: New file.
10761 * gdb.arch/amd64-tailcall-self.exp: New file.
10762
e970cb34
DB
107632015-05-28 Don Breazeal <donb@codesourcery.com>
10764
10765 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10766 tests for remote targets by checking is_target_gdbserver.
10767
b2e2f908
DE
107682015-05-27 Doug Evans <dje@google.com>
10769
10770 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10771 * gdb.dwarf2/opaque-type-lookup.c: New file.
10772 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10773
82c7be31
DE
107742015-05-26 Doug Evans <dje@google.com>
10775
10776 * gdb.cp/iostream.cc: New file.
10777 * gdb.cp/iostream.exp: New file.
10778
b4f54984
DE
107792015-05-26 Doug Evans <dje@google.com>
10780
10781 * gdb.dwarf2/dw2-op-call.exp: Update.
10782 * gdb.dwarf2/dw4-sig-types.exp: Update.
10783 * gdb.dwarf2/implptr.exp: Update.
10784 * gdb.mi/mi-cmd-param-changed.exp: Update.
10785
4ea6efe9
DE
107862015-05-26 Doug Evans <dje@google.com>
10787
10788 * gdb.python/py-lazy-string.c: New file.
10789 * gdb.python/py-lazy-string.exp: New file.
10790 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10791 (main): Update. Add estring3.
10792 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10793 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10794
f6bb7db3
YQ
107952015-05-26 Omair Javaid <omair.javaid@linaro.org>
10796 Yao Qi <yao.qi@linaro.org>
10797
10798 * gdb.reverse/aarch64.c: New.
10799 * gdb.reverse/aarch64.exp: New.
10800
a81bfbd0
OJ
108012015-05-26 Omair Javaid <omair.javaid@linaro.org>
10802
25d49b86
PA
10803 * lib/gdb.exp (supports_process_record): Return true for
10804 aarch64*-linux*.
a81bfbd0
OJ
10805 (supports_reverse): Likewise.
10806
158bf1b4
PP
108072015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10808
10809 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10810 Use with_test_prefix.
10811
a0145030
AB
108122015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10813
10814 * gdb.base/completion.exp: Add test for completion of layout
10815 names.
10816
ebe3b578
AB
108172015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10818
10819 * lib/gdb.exp (skip_tui_tests): New proc.
10820 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10821
84204ed7
PA
108222015-05-19 Pedro Alves <palves@redhat.com>
10823
10824 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10825 Save the whole env array instead of just HOME. Unset HISTSIZE in
10826 the environment while testing. Restore whole environment
10827 afterwards.
10828
37442ce1
DE
108292015-05-16 Doug Evans <xdje42@gmail.com>
10830
10831 * gdb.guile/scm-ports.c: New file.
10832 * gdb.guile/scm-ports.exp: Add memory port tests.
10833
36de76f9
JK
108342015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10835
10836 * gdb.compile/compile-print.c: New file.
10837 * gdb.compile/compile-print.exp: New file.
10838
3a9558c4
JK
108392015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10840
10841 * gdb.compile/compile-ops.exp: Cast param to void.
10842 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10843 (compile code struct_object.selffield = &struct_object): Add xfail.
10844
aa715135
JG
108452015-05-15 Joel Brobecker <brobecker@adacore.com>
10846
10847 * gdb.ada/arr_enum_with_gap: New testcase.
10848
931e5bc3
JG
108492015-05-15 Joel Brobecker <brobecker@adacore.com>
10850
10851 * gdb.ada/byte_packed_arr: New testcase.
10852
9cd4d857
JB
108532015-05-15 Joel Brobecker <brobecker@adacore.com>
10854
10855 * gdb.ada/pckd_neg: New testcase.
10856
ebfd00d2
PP
108572015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10858
10859 PR gdb/17820
10860 * gdb.base/gdbinit-history.exp: New test.
10861 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10862 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10863
4c082a81
SC
108642015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10865
10866 * gdb.python/py-xmethods.cc: Enhance test case.
10867 * gdb.python/py-xmethods.exp: New tests.
10868 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10869 function.
10870 (B_indexoper): Likewise.
10871 (global_dm_list) : Add new xmethod worker functions.
10872
f7797074
SDJ
108732015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10874
10875 * gdb.base/coredump-filter.exp: Correctly unset
10876 "coredump_var_addr" array.
10877
a4674e4e
PA
108782015-05-08 Pedro Alves <palves@redhat.com>
10879
10880 * gdb.server/non-existing-program.exp: Unset spawn_id.
10881
df2eb078
SC
108822015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10883
10884 PR python/18291
10885 * gdb.python/py-xmethods.exp: Add tests.
10886
422349a3
YQ
108872015-05-08 Yao Qi <yao.qi@linaro.org>
10888
10889 PR gdb/18208
10890 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10891 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10892 function set_coredump_filter, and remove remote_exec call.
10893 Remove argument ipid. Callers update.
10894 (top level): Don't get inferior's PID.
10895
63fc80ce
AA
108962015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10897
10898 * gdb.base/watch_thread_num.exp: Skip test on targets without
10899 access watchpoints.
10900
80ad801e
PA
109012015-05-06 Pedro Alves <palves@redhat.com>
10902
10903 PR server/18081
10904 * gdb.server/non-existing-program.exp: New file.
10905
0fa7fe50
JB
109062015-05-05 Joel Brobecker <brobecker@adacore.com>
10907
10908 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10909
3ea89b92
PMR
109102015-05-05 Joel Brobecker <brobecker@adacore.com>
10911
10912 * gdb.ada/out_of_line_in_inlined: New testcase.
10913
87b8eff0
JB
109142015-05-05 Joel Brobecker <brobecker@adacore.com>
10915
10916 * gdb.ada/var_rec_arr: New testcase.
10917
5fccc635
YQ
109182015-04-30 Yao Qi <yao.qi@linaro.org>
10919
10920 * gdb.base/break-idempotent.exp: If
10921 skip_hw_watchpoint_multi_tests returns true, skip the tests
10922 on "rwatch" and "awatch".
10923
42d38f42
YQ
109242015-04-30 Yao Qi <yao.qi@linaro.org>
10925
10926 * gdb.base/relativedebug.exp: Invoke gdb command
10927 "info sharedlibrary", and if libc.so doesn't have debug info,
10928 skip the test.
10929
2ce1cdbf
DE
109302015-04-29 Doug Evans <dje@google.com>
10931
10932 * gdb.python/py-xmethods.exp: Add ptype tests.
10933 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10934 get_result_type method.
10935
f24a38c5
LM
109362015-04-29 Luis Machado <lgustavo@codesourcery.com>
10937
10938 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10939 the target does not support hardware watchpoints.
10940
ecbf2b3c
LM
109412015-04-29 Luis Machado <lgustavo@codesourcery.com>
10942
10943 * gdb.base/break-always.exp: Abort testing if writing to memory
10944 causes an error.
10945
34f5f757
DE
109462015-04-28 Doug Evans <dje@google.com>
10947
10948 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10949 * gdb.python/py-pp-registration.exp: ... here. New file.
10950 * gdb.python/py-pp-registration.c: New file.
10951 * gdb.python/py-pp-registration.py: New file.
10952
69b4374a
DE
109532015-04-28 Doug Evans <dje@google.com>
10954
10955 * gdb.python/py-bad-printers.c: New file.
10956 * gdb.python/py-bad-printers.py: New file.
10957 * gdb.python/py-bad-printers.exp: New file.
10958
59fb7612
SS
109592015-04-28 Sasha Smundak <asmundak@google.com>
10960
10961 * gdb.python/py-type.exp: New test.
10962
2631b16a
AW
109632015-04-28 Andy Wingo <wingo@igalia.com>
10964
10965 * gdb.python/py-parameter.exp:
10966 * gdb.guile/scm-parameter.exp: Escape the path that we are
10967 matching against, as it might contain characters that are special
10968 to regular expressions.
10969
460efde1
JB
109702015-04-27 Joel Brobecker <brobecker@adacore.com>
10971
10972 * gdb.ada/rec_comp: New testcase.
10973
2d369d8e
SDJ
109742015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10975
10976 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10977 before using it.
10978
cf75d6c3
AB
109792015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10980
10981 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10982 new tests for verilog output.
10983
8dbe7ca5
YQ
109842015-04-24 Yao Qi <yao.qi@linaro.org>
10985
10986 * boards/remote-gdbserver-on-localhost.exp: New file.
10987
4ef9fb2f
PA
109882015-04-23 Pedro Alves <palves@redhat.com>
10989
10990 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10991 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10992 "end of file", remove $inferior_spawn_id from the indirect list.
10993
0a803169
PA
109942015-04-23 Pedro Alves <palves@redhat.com>
10995
10996 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10997
749ef8f8
PA
109982015-04-23 Pedro Alves <palves@redhat.com>
10999
11000 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11001 on $any_spawn_id instead of only on $gdb_spawn_id.
11002
8aae4344
PM
110032015-04-21 Pierre Muller <muller@sourceware.org>
11004
11005 PR pascal/17815
11006 * lib/pascal.exp (gpc_compile): Add new option "class".
11007 (fpc_compile): Likewise.
11008 * gdb.pascal/case-insensitive-symbols.pas: New file.
11009 * gdb.pascal/case-insensitive-symbols.exp: New file.
11010
1586c8fb
GB
110112015-04-20 Gary Benson <gbenson@redhat.com>
11012
11013 * gdb.base/attach.exp: Fix three extended remote failures.
11014
1b6e6f5c
GB
110152015-04-17 Gary Benson <gbenson@redhat.com>
11016
11017 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11018 the main executable over the remote protocol.
11019
e797481d
PA
110202015-04-16 Pedro Alves <palves@redhat.com>
11021
11022 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11023 a new gdbserver if gdbserver_reconnect_p is set.
11024
1ca99c42
PA
110252015-04-16 Pedro Alves <palves@redhat.com>
11026
11027 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11028 is set, don't exit gdbserver.
11029
af9fd6f8
AA
110302015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11031
11032 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11033 appropriate .insn, such that an older assembler can be used.
11034 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11035 the z/Architecture instruction set on 31-bit targets as well.
11036
04ff1e61
AA
110372015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11038
11039 * gdb.go/handcall.exp: Remove all logic related to the first
11040 breakpoint and rely on go_runto_main instead.
11041 * gdb.go/strings.exp: Likewise.
11042 * gdb.go/unsafe.exp: Likewise.
11043 * gdb.go/hello.exp: Likewise. Also rename the remaining
11044 breakpoint marker to "breakpoint 1".
11045 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11046 * gdb.go/strings.go: Likewise.
11047 * gdb.go/unsafe.go: Likewise.
11048 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11049 "set breakpoint 2 here" and rename the remaining breakpoint marker
11050 to "breakpoint 1".
11051
40d2f8d6
SM
110522015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11053
11054 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11055 if itertools.imap is not present.
11056 * gdb.python/py-objfile.exp: Add parentheses.
11057 * gdb.python/py-type.exp: Same.
11058 * gdb.python/py-unwind-maint.py: Same.
11059
8cbc97c6
YQ
110602015-04-15 Yao Qi <yao.qi@linaro.org>
11061
11062 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11063 of ":$ptr_size" and set its form explicitly.
11064
45fd756c
YQ
110652015-04-15 Pedro Alves <palves@redhat.com>
11066 Yao Qi <yao.qi@linaro.org>
11067
11068 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11069 timeout by factor of 4.
11070 (test_regular_watch): Likewise.
11071 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11072 * gdb.reverse/sigall-reverse.exp: Likewise.
11073 * gdb.reverse/until-precsave.exp: Likewise.
11074 * lib/gdb.exp (with_timeout_factor): New proc.
11075 (gdb_expect): Move some code to ...
11076 (get_largest_timeout): ... here. New procedure.
11077
9e811bc3
LM
110782015-04-14 Luis Machado <lgustavo@codesourcery.com>
11079
11080 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11081
0ff6fcb2
LM
110822015-04-13 Luis Machado <lgustavo@codesourcery.com>
11083
11084 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11085 to write to the .text section.
11086
7578d5f7
LM
110872015-04-13 Luis Machado <lgustavo@codesourcery.com>
11088
11089 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11090 Handle the case of targets that do not provide PID information.
11091
2efe15c4
YQ
110922015-04-13 Yao Qi <yao.qi@linaro.org>
11093
11094 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11095 and use expect instead of gdb_expect.
11096
8cd8f2f8
SDJ
110972015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11098
11099 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11100 "coredump_var_addr" to avoid naming conflict with other testcases.
11101
9ee41772
PA
111022015-04-10 Pedro Alves <palves@redhat.com>
11103
11104 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11105 gdb_test_sequence and gdb_assert.
11106
07473109
PA
111072015-04-10 Pedro Alves <palves@redhat.com>
11108
11109 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11110 test messages that don't include the breakpoint address.
11111
de3db44c
YQ
111122015-04-10 Yao Qi <yao.qi@linaro.org>
11113
11114 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11115 false for some offset and width combinations which aren't
11116 supported by linux kernel.
11117
c79d856c
PA
111182015-04-10 Pedro Alves <palves@redhat.com>
11119
11120 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11121 procedure, factored out from ...
11122 (top level): ... here. Add "set displaced-stepping" testing axis.
11123 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11124 parameter "displaced". Use it.
11125 (top level): Use foreach and add "set displaced-stepping" testing
11126 axis.
11127
ebc90b50
PA
111282015-04-10 Pedro Alves <palves@redhat.com>
11129
11130 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11131 Remove comment.
11132 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11133 both the address of the instruction that triggers the watchpoint
11134 and the address of the instruction immediately after, and use
11135 those addresses for the test. Fix comment.
11136
8f572e5c
PA
111372015-04-10 Pedro Alves <palves@redhat.com>
11138
11139 * gdb.base/sigstep.exp (breakpoint_to_handler)
11140 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11141 Test "backtrace" in handler.
11142 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11143 (top level): Add new "displaced" test axis to
11144 breakpoint_to_handler, breakpoint_to_handler_entry and
11145 breakpoint_over_handler.
11146
8d707a12
PA
111472015-04-10 Pedro Alves <palves@redhat.com>
11148
11149 PR gdb/18216
11150 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11151
ef713951
YQ
111522015-04-10 Yao Qi <yao.qi@linaro.org>
11153
11154 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11155 (test_add_rn_pc): New function.
11156 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11157 (top level): Invoke test_add_rn_pc.
11158
906d60cf
PA
111592015-04-10 Pedro Alves <palves@redhat.com>
11160
11161 PR gdb/13858
11162 * gdb.base/step-over-no-symbols.exp: New file.
11163
f2983cc3
AW
111642015-04-09 Andy Wingo <wingo@igalia.com>
11165
11166 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11167 after the Python tests.
11168
6d62641c
SDJ
111692015-04-08 Keith Seitz <keiths@redhat.com>
11170
11171 PR python/16699
11172 * gdb.python/py-completion.exp: New tests for completion.
11173 * gdb.python/py-completion.py (CompleteLimit1): New class.
11174 (CompleteLimit2): Likewise.
11175 (CompleteLimit3): Likewise.
11176 (CompleteLimit4): Likewise.
11177 (CompleteLimit5): Likewise.
11178 (CompleteLimit6): Likewise.
11179 (CompleteLimit7): Likewise.
11180
f3770638
PA
111812015-04-08 Pedro Alves <palves@redhat.com>
11182
11183 PR gdb/18214
11184 PR gdb/18216
11185 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11186 function.
11187 (main): Install it as SIGUSR1 handler.
11188 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11189 parameter. Always use "setup" as prefix. Toggle "set
11190 displaced-stepping" off/on depending on global. Don't switch to
11191 thread 1 here.
11192 (top level): Add displaced stepping "off/on" test axis. Update
11193 "setup" calls. Wrap each subtest with with_test_prefix. Test
11194 continuing with a queued signal in each thread.
11195
4496bed7
PA
111962015-04-08 Pedro Alves <palves@redhat.com>
11197
11198 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11199 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11200 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11201 Return early if running to main fails.
11202 * gdb.trace/while-stepping.exp: Likewise.
11203
b97fde92
PA
112042015-04-07 Pedro Alves <palves@redhat.com>
11205
11206 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11207 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11208 interact with inferior program.
11209
f71c18e7
PA
112102015-04-07 Pedro Alves <palves@redhat.com>
11211
11212 * lib/gdb.exp (inferior_spawn_id): New global.
11213 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11214 spawn id after processing the user code.
11215 (default_gdb_start): Set inferior_spawn_id.
11216 (send_inferior): New procedure.
11217 * lib/gdbserver-support.exp (gdbserver_start): Set
11218 inferior_spawn_id.
11219 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11220
6423214f
PA
112212015-04-07 Pedro Alves <palves@redhat.com>
11222
11223 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11224 * lib/gdbserver-support.exp (gdbserver_start): Make
11225 $server_spawn_id global.
11226 (gdbserver_start): Don't wait for gdbserver's spawn id with
11227 expect_background.
11228 (close_gdbserver): New procedure.
11229 (gdb_exit): Rename the default version and reimplement.
11230
71c0ee8c
PA
112312015-04-07 Pedro Alves <palves@redhat.com>
11232
72f4393d 11233 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
11234 append the substituted item, not the original item.
11235
203bc29b
PA
112362015-04-07 Pedro Alves <palves@redhat.com>
11237
11238 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11239 gdb_expect.
11240
508a3ddf
PA
112412015-04-07 Pedro Alves <palves@redhat.com>
11242
11243 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11244 output appearing once only.
11245
9f6dbe2b
PA
112462015-04-07 Pedro Alves <palves@redhat.com>
11247
11248 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11249 that doesn't expect anything. Return early if running to main
11250 fails.
11251
337532fa
YQ
112522015-04-07 Yao Qi <yao.qi@linaro.org>
11253
11254 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11255 (child_function): Call alarm.
11256 (main): Move call to alarm into the loop.
11257 * gdb.threads/non-stop-fair-events.exp: Build program with
11258 -DTIMEOUT=$timeout.
11259
01b622d4
DE
112602015-04-06 Doug Evans <xdje42@gmail.com>
11261
11262 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11263 Fix dest parameter to board_info.
11264 (fpc_compile): Ditto.
11265 (gdb_compile_pascal): Rename dest arg to destfile.
11266
961f4160
PMR
112672015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11268
11269 * gdb.ada/funcall_ref.exp: New file.
11270 * gdb.ada/funcall_ref/foo.adb: New file.
11271
cafda597
YQ
112722015-04-02 Yao Qi <yao.qi@linaro.org>
11273
11274 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11275 is remote.
11276
fed040c6
GB
112772015-04-02 Gary Benson <gbenson@redhat.com>
11278
11279 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11280
d11916aa
SS
112812015-04-01 Sasha Smundak <asmundak@google.com>
11282
11283 * gdb.python/py-unwind-maint.c: New file.
11284 * gdb.python/py-unwind-maint.exp: New test.
11285 * gdb.python/py-unwind-maint.py: New file.
11286 * gdb.python/py-unwind.c: New file.
11287 * gdb.python/py-unwind.exp: New test.
11288 * gdb.python/py-unwind.py: New test.
11289
a1471180
PA
112902015-04-01 Pedro Alves <palves@redhat.com>
11291
11292 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11293 to fail instead of non-existent $test.
11294
0bbeccb1
PA
112952015-04-01 Pedro Alves <palves@redhat.com>
11296
11297 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11298 GDBFLAGS if not empty.
11299
3c724c8c
PMR
113002015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11301
11302 * gdb.ada/complete.exp: Remove "multi_line".
11303 * gdb.ada/info_exc.exp: Remove "multi_line".
11304 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11305 * gdb.ada/ptype_field.exp: Remove "multi_line".
11306 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11307 * gdb.ada/tagged.exp: Remove "multi_line".
11308 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11309 [multi_line ...]
11310 * gdb.btrace/delta.exp: Likewise.
11311 * gdb.btrace/exception.exp: Likewise.
11312 * gdb.btrace/function_call_history.exp: Likewise.
11313 * gdb.btrace/instruction_history.exp: Likewise.
11314 * gdb.btrace/nohist.exp: Likewise.
11315 * gdb.btrace/record_goto.exp: Likewise.
11316 * gdb.btrace/segv.exp: Likewise.
11317 * gdb.btrace/stepi.exp: Likewise.
11318 * gdb.btrace/tailcall.exp: Likewise.
11319 * gdb.btrace/unknown_functions.exp: Likewise.
11320 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11321 * lib/gdb.exp: Add the "multi_line" helper.
11322
4eec2deb
PA
113232015-04-01 Pedro Alves <palves@redhat.com>
11324
11325 * gdb.threads/tid-reuse.c: New file.
11326 * gdb.threads/tid-reuse.exp: New file.
11327
df8411da
SDJ
113282015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11329
11330 PR corefiles/16092
11331 * gdb.base/coredump-filter.c: New file.
11332 * gdb.base/coredump-filter.exp: Likewise.
11333
6ef37366
PM
113342015-03-27 Petr Machata <pmachata@redhat.com>
11335
11336 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11337 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11338 (Dwarf::assemble): Initialize them.
11339 (Dwarf::lines): New function.
11340
7ec911b0
JT
113412015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11342
11343 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11344 SYMBOL_PREFIX for x86_64-*-cygwin.
11345
ff908ebf
AW
113462015-03-26 Andy Wingo <wingo@igalia.com>
11347
11348 PR symtab/18148
11349 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11350 const_value but not a location.
11351 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11352 location defined in non-main CUs are visible.
11353
6d5f0679
YQ
113542015-03-26 Yao Qi <yao.qi@linaro.org>
11355
11356 PR testsuite/18139
11357 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11358 Add a line number entry for the same line.
11359 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11360 Add a line number entry for the same line.
11361
2898689b
YQ
113622015-03-26 Yao Qi <yao.qi@linaro.org>
11363
11364 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11365 .int 0.
11366 (func): Likewise. Add .Lfunc_1 label.
11367 Use .Lfunc_1 label.
11368 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11369 .int 0.
11370 (func): Likewise.
11371 Use .Lfunc_1 label.
11372
85180498
YQ
113732015-03-26 Yao Qi <yao.qi@linaro.org>
11374
11375 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11376 Call gdb_compile instead to compile each .s files without debug
11377 information.
11378
8aa08a8d
YQ
113792015-03-26 Yao Qi <yao.qi@linaro.org>
11380
11381 * gdb.base/savedregs.exp (process_saved_regs): Make
11382 "Saved registers:" optional in the pattern.
11383
66849923
MM
113842015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11385
11386 * gdb.btrace/next.exp: Merged into step.exp.
11387 * gdb.btrace/finish.exp: Merged into step.exp.
11388 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11389 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11390 "record goto" and checking the exact replay position.
11391 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11392 check for "Recording format" in "info record" output.
11393 * gdb.btrace/record_goto.exp: Choose test file based on target.
11394 * gdb.btrace/x86-record_goto.S: Renamed into ...
11395 * gdb.btrace/x86_64-record_goto.S: ... this.
11396 * gdb.btrace/i686-record_goto.S: New.
11397 * gdb.btrace/x86-tailcall.S: Renamed into ...
11398 * gdb.btrace/x86_64-tailcall.S: ... this.
11399 * gdb.btrace/i686-tailcall.S: New.
11400 * gdb.btrace/x86-tailcall.c: Renamed into ...
11401 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11402 separate statements. Update test.
11403 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11404 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11405 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11406 * gdb.btrace/tailcall.exp: Choose test file based on target.
11407 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11408
11cc1b74
MM
114092015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11410
11411 * gdb.btrace/exception.exp: Increase BTS buffer size.
11412
a25d8bf9
PA
114132015-03-24 Pedro Alves <palves@redhat.com>
11414
11415 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11416
856e7dd6
PA
114172015-03-24 Pedro Alves <palves@redhat.com>
11418
11419 * gdb.threads/schedlock.exp (test_step): No longer expect that
11420 "set scheduler-locking step" with "next" over a function call runs
11421 threads unlocked.
11422
ad235a41
AT
114232015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11424
11425 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11426
15630549
AT
114272015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11428
11429 PR breakpoints/16466
11430 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11431 * gdb.mi/mi-pending.c (thread_func): New function.
11432 (int main): Add threading support required.
11433 * gdb.mi/mi-pending.exp: Add tests for this issue.
11434 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11435 (pendfunc2): Remove stdio dependency.
11436 * gdb.mi/mi-pendshr2.c: New file.
11437
693dca06
KS
114382015-03-23 Keith Seitz <keiths@redhat.com>
11439
11440 * gdb.linespec/keywords.c: New file.
11441 * gdb.linespec/keywords.exp: New file.
11442
7e993ebf
KS
114432015-03-23 Keith Seitz <keiths@redhat.com>
11444
11445 PR gdb/18021
11446 * gdb.dwarf2/staticvirtual.exp: New test.
11447
bc23328c
JK
114482015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11449
11450 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11451 * README: Remove HP-UX and gdb.hp.
11452 (configuration):
11453 * configure: Regenerate.
11454 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11455 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11456 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11457 gdb.hp/gdb.defects/Makefile.
11458 * gdb.hp/Makefile.in: File deleted.
11459 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11460 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11461 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11462 * gdb.hp/gdb.aCC/run.c: File deleted.
11463 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11464 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11465 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11466 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11467 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11468 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11469 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11470 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11471 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11472 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11473 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11474 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11475 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11476 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11477 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11478 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11479 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11480 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11481 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11482 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11483 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11484 * gdb.hp/gdb.compat/average.c: File deleted.
11485 * gdb.hp/gdb.compat/sum.c: File deleted.
11486 * gdb.hp/gdb.compat/xdb.c: File deleted.
11487 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11488 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11489 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11490 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11491 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11492 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11493 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11494 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11495 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11496 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11497 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11498 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11499 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11500 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11501 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11502 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11503 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11504 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11505 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11506 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11507 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11508 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11509 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11510 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11511 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11512 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11513 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11514 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11515 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11516 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11517 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11518 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11519 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11520 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11521 * gdb.hp/tools/odump: File deleted.
11522
8bf3b159
PA
115232015-03-19 Pedro Alves <palves@redhat.com>
11524
11525 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11526 (saw_thread_3): New globals.
11527 (top level): Increment them when an event for the corresponding
11528 thread is seen.
11529 (no thread starvation): New test.
11530
eb54c8bf
PA
115312015-03-19 Pedro Alves <palves@redhat.com>
11532
11533 * gdb.threads/continue-pending-status.c: New file.
11534 * gdb.threads/continue-pending-status.exp: New file.
11535
32d2e5d6
PA
115362015-03-18 Pedro Alves <palves@redhat.com>
11537
11538 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11539 Use gdb_is_target_remote instead of is_remote. Use
11540 gdb_test_multiple instead of gdb_expect. Exit early if
11541 gdb_test_multiple hits its internal matches. Tighten stepi tests
11542 expected output. Fail on exit with any signal, instead of just
11543 SIGILL.
11544
f68f11b7
YQ
115452015-03-18 Yao Qi <yao.qi@linaro.org>
11546
11547 PR tdep/18107
11548 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11549 variable.
11550 * gdb.base/catch-syscall.exp: Don't skip it on
11551 aarch64*-*-linux* target. Remove elements in all_syscalls.
11552 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11553 target.
11554 (setup_all_syscalls): New proc.
11555
ca5fd19b
YQ
115562015-03-16 Yao Qi <yao.qi@linaro.org>
11557
11558 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11559 (top level): Skip tests if valid_addr_p returns false for
11560 $cmd1 or $cmd2.
11561
85642ba0
AW
115622015-03-11 Andy Wingo <wingo@igalia.com>
11563
11564 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11565
e03f9645
YQ
115662015-03-11 Yao Qi <yao.qi@linaro.org>
11567
11568 * gdb.base/catch-syscall.exp: Fix typo in comments.
11569
5d0962b2
YQ
115702015-03-11 Yao Qi <yao.qi@linaro.org>
11571
11572 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11573
b2df3cef
PA
115742015-03-09 Pedro Alves <palves@redhat.com>
11575
11576 * dg-extract-results.py: Delete.
11577
ef878e53
PA
115782015-03-09 Pedro Alves <palves@redhat.com>
11579
11580 Merge dg-extract-results.sh from GCC upstream (r218843).
11581
11582 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11583 * dg-extract-results.sh: Use --text with grep to avoid issues with
11584 binary files. Fall back to cat -v, if that doesn't work.
11585
9494d219
PA
115862015-03-05 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11589
a8d9763a
SM
115902015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11591
11592 * lib/mi-support.exp (mi_expect_interrupt): Accept
11593 alternative event for when in all-stop mode.
11594
be9957b8
PA
115952015-03-04 Pedro Alves <palves@redhat.com>
11596
11597 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11598
d57be0f4 115992015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
11600
11601 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11602
c214c7cf
AA
116032015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11604
11605 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11606 regexps for GDB's current line display, accept a hex address
11607 preceding the line number.
11608
6d74a497
AA
116092015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11610
11611 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11612 the 'arch1' variable for "s390*-linux*" targets.
11613
511aee7c
PA
116142015-03-04 Pedro Alves <palves@redhat.com>
11615
11616 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11617 (main): Pass missing retval argument to pthread_join call.
11618
95e50b27
PA
116192015-03-02 Pedro Alves <palves@redhat.com>
11620
11621 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11622 (top level): Call do_test with non-stop as well.
11623
28054d69
PA
116242015-03-02 Pedro Alves <palves@redhat.com>
11625
11626 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11627 -1.
11628
4fa5d7b4
AA
116292015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11630
11631 * gdb.arch/s390-vregs.exp: New test.
11632 * gdb.arch/s390-vregs.S: New file.
11633
97c18565
PA
116342015-02-27 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11637 call to catch_command_errors.
11638 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11639 catch_command_errors.
11640
a37bfa30
PA
116412015-02-27 Pedro Alves <palves@redhat.com>
11642
11643 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11644 "true" for boolean result.
11645 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11646 prototype of main.
11647
6f98576f
PA
116482015-02-27 Pedro Alves <palves@redhat.com>
11649
11650 * lib/unbuffer_output.c: New file.
11651 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11652 (main): Call gdb_unbuffer_output.
11653
eba5ab56
YQ
116542015-02-27 Yao Qi <yao.qi@linaro.org>
11655
11656 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11657 target.
11658
0def5aaa
DE
116592015-02-26 Doug Evans <dje@google.com>
11660
11661 * gdb.cp/class2.cc (Dbase, D): New classes.
11662 (main): New local delta.
11663 * gdb.cp/class2.exp: Test printing delta.
11664 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11665 (dynbar): New global.
11666 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11667
081a1c2c
JK
116682015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11669
11670 * gdb.compile/compile-ifunc.c: New file.
11671 * gdb.compile/compile-ifunc.exp: New file.
11672
2f41223f
AT
116732015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11674
11675 * gdb.base/structs.exp: Check for correct struct on finish.
11676
03eddd80
YQ
116772015-02-26 Yao Qi <yao.qi@linaro.org>
11678
11679 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11680 is zero.
11681
80c57053
JK
116822015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11683
11684 * gdb.arch/cordic.ko.bz2: New file.
11685 * gdb.arch/cordic.ko.debug.bz2: New file.
11686 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11687
21613c12
YQ
116882015-02-25 Yao Qi <yao.qi@linaro.org>
11689
11690 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11691 aarch64*-*-* target.
11692
d8b901ed
PA
116932015-02-23 Pedro Alves <palves@redhat.com>
11694
11695 * lib/gdb.exp (delete_breakpoints): Rewrite using
11696 gdb_test_multiple.
11697
e5b85ead
PA
116982015-02-23 Pedro Alves <palves@redhat.com>
11699
11700 * gdb.base/info-os.c: Include stdlib.h.
11701
85c3a371
DE
117022015-02-22 Doug Evans <xdje42@gmail.com>
11703
11704 PR symtab/17855
11705 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11706 is read after symbols have been re-read.
11707 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11708 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11709
96553a0c
DE
117102015-02-21 Doug Evans <dje@google.com>
11711
11712 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11713
97a0c697
JK
117142015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11715
11716 PR corefiles/17808
11717 * gdb.arch/i386-biarch-core.core.bz2: New file.
11718 * gdb.arch/i386-biarch-core.exp: New file.
11719
a47cd6e9
PA
117202015-02-21 Pedro Alves <palves@redhat.com>
11721
11722 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11723 runto_main fails.
11724
c5facdc4
PA
117252015-02-20 Pedro Alves <palves@redhat.com>
11726
11727 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11728 info probes.
11729
2db9a427
PA
117302015-02-20 Pedro Alves <palves@redhat.com>
11731
11732 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11733
60fb7e9e
PA
117342015-02-20 Pedro Alves <palves@redhat.com>
11735
11736 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11737 clean_restart before gdb_target_supports_trace.
11738
5c5019c2
PA
117392015-02-20 Pedro Alves <palves@redhat.com>
11740
11741 PR threads/18006
11742 * gdb.threads/clone-thread_db.c: New file.
11743 * gdb.threads/clone-thread_db.exp: New file.
11744
c9587f88
AT
117452015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11746
11747 PR breakpoints/16812
11748 * gdb.base/catch-gdb-caused-signals.c: New file.
11749 * gdb.base/catch-gdb-caused-signals.exp: New file.
11750
f6a88844
JM
117512015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11752
11753 * configure: Regenerated.
11754 * configure.ac: Use GDB_AC_TRANSFORM.
11755 * aclocal.m4: sinclude ../transform.m4.
11756
497c491b
JM
117572015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11758
11759 * lib/dtrace.exp: New file.
11760 * gdb.base/dtrace-probe.exp: Likewise.
11761 * gdb.base/dtrace-probe.d: Likewise.
11762 * gdb.base/dtrace-probe.c: Likewise.
11763 * lib/pdtrace.in: Likewise.
11764 * configure.ac: Output variables with the transformed names of
11765 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11766 * configure: Regenerated.
11767
03e98035
JM
117682015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11769
11770 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11771 expected message when trying to access $_probe_* convenience
11772 variables while not on a probe.
11773
63cc30e9
JK
117742015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11775
11776 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11777
0703599a
PA
117782015-02-11 Pedro Alves <pedro@codesourcery.com>
11779
11780 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11781 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11782
7e60a48e
DE
117832015-02-10 Doug Evans <xdje42@gmail.com>
11784
11785 * lib/gdb.exp (gdb_load): Always return a result.
11786
01b088bc
PA
117872015-02-10 Pedro Alves <palves@redhat.com>
11788
11789 * gdb.threads/signal-sigtrap.c: New file.
11790 * gdb.threads/signal-sigtrap.exp: New file.
11791
b05ec7a5
AT
117922015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11793
11794 * gdb.trace/no-attach-trace.c: New file.
11795 * gdb.trace/no-attach-trace.exp: New file.
11796
a2c2acaf
MW
117972015-02-09 Mark Wielaard <mjw@redhat.com>
11798
11799 * gdb.dwarf2/atomic.c: New file.
11800 * gdb.dwarf2/atomic-type.exp: Likewise.
11801
31fd9caa
MM
118022015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11803
11804 * gdb.btrace/buffer-size.exp: Update "info record" output.
11805 * gdb.btrace/delta.exp: Update "info record" output.
11806 * gdb.btrace/enable.exp: Update "info record" output.
11807 * gdb.btrace/finish.exp: Update "info record" output.
11808 * gdb.btrace/instruction_history.exp: Update "info record" output.
11809 * gdb.btrace/next.exp: Update "info record" output.
11810 * gdb.btrace/nexti.exp: Update "info record" output.
11811 * gdb.btrace/step.exp: Update "info record" output.
11812 * gdb.btrace/stepi.exp: Update "info record" output.
11813 * gdb.btrace/nohist.exp: Update "info record" output.
11814
d33501a5
MM
118152015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11816
11817 * gdb.btrace/buffer-size: New.
11818
f4abbc16
MM
118192015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11820
11821 * gdb.btrace/delta.exp: Update "info record" output.
11822 * gdb.btrace/enable.exp: Update "info record" output.
11823 * gdb.btrace/finish.exp: Update "info record" output.
11824 * gdb.btrace/instruction_history.exp: Update "info record" output.
11825 * gdb.btrace/next.exp: Update "info record" output.
11826 * gdb.btrace/nexti.exp: Update "info record" output.
11827 * gdb.btrace/step.exp: Update "info record" output.
11828 * gdb.btrace/stepi.exp: Update "info record" output.
11829 * gdb.btrace/nohist.exp: Update "info record" output.
11830
b9d61307
SM
118312015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11832
11833 PR gdb/15678
11834 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11835
e584fdbc
PA
118362015-02-06 Pedro Alves <palves@redhat.com>
11837
11838 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11839 macro.
11840 (seconds_left, again): New globals.
11841 (main): Wait seconds_left in a 1-second sleep loop instead of
11842 sleeping 180 seconds. If 'again' is set, reset the seconds
11843 counter.
11844 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11845 'again' in the inferior before detaching. Print the seconds left.
11846 (options): New global.
11847 (top level): Build program with -DTIMEOUT=$timeout.
11848
77f41761
PA
118492015-02-06 Pedro Alves <palves@redhat.com>
11850
11851 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11852 determine how many seconds to pass to 'alarm'.
11853 * gdb.base/gdb-sigterm.exp (top level): Build program with
11854 -DTIMEOUT=$timeout.
11855 (do_test): Return success/failure indication. Add more verbose
11856 logging. Don't fail if 200 single steps are seen. Instead, fail
11857 when the test times out.
11858 (passes): New global.
11859 (top level): Break the testing loop if testing fails on any
11860 iteration. Use gdb_assert.
11861
b9394193
DB
118622015-02-04 Don Breazeal <donb@codesourcery.com>
11863
11864 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11865 and initialize them.
11866 (ipc_cleanup): New function.
11867 (main): Don't declare shmid, semid, and msqid. Add a call to
11868 atexit so that we call ipc_cleanup on exit.
11869
42d9e528
PA
118702015-02-04 Pedro Alves <palves@redhat.com>
11871
11872 * boards/native-extended-gdbserver.exp: Remove any target variant
11873 specifications from the board name before clearing the isremote
11874 flag from board_info.
11875
ae6ae975
DE
118762015-01-31 Doug Evans <xdje42@gmail.com>
11877
11878 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11879
cfb069a8
GB
118802015-01-31 Gary Benson <gbenson@redhat.com>
11881
11882 * gdb.base/completion.exp: Disable completion limiting for
11883 existing tests. Add new tests to check completion limiting.
11884 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11885
5dd31d79
DE
118862015-01-31 Doug Evans <xdje42@gmail.com>
11887
11888 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11889
9f050062
DE
118902015-01-31 Doug Evans <xdje42@gmail.com>
11891
11892 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11893 entries. Duplicate file section script entries.
11894 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11895 inlined entries. Add test for safe-path rejection.
11896 * gdb.python/py-section-script.c: Add duplicate inlined section script
11897 entries. Duplicate file section script entries.
11898 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11899 inlined entries. Add test for safe-path rejection.
11900
df25ebbd
JB
119012015-01-29 Joel Brobecker <brobecker@adacore.com>
11902
11903 * gdb.ada/disc_arr_bound: New testcase.
11904
4a0ca9ec
JB
119052015-01-29 Joel Brobecker <brobecker@adacore.com>
11906
11907 * gdb.ada/mi_var_array: New testcase.
11908
3a8b707a
DE
119092015-01-27 Doug Evans <dje@google.com>
11910
11911 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11912 Add test for objfile.filename, objfile.username after objfile
11913 has been unloaded.
11914
f8313f6e
JB
119152015-01-26 Joel Brobecker <brobecker@adacore.com>
11916
11917 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11918 the second test to print the name attribute of value
11919 returned by the call to gdb.lookup_type, and adjust
11920 the expected output accordingly.
11921
37bc665e
MW
119222015-01-25 Mark Wielaard <mjw@redhat.com>
11923
11924 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11925 * gdb.base/disp-step-fork.c: Include unistd.h.
11926 * gdb.base/siginfo-obj.c: Include stdio.h.
11927 * gdb.base/siginfo-thread.c: Likewise.
11928 * gdb.mi/non-stop.c: Include unistd.h.
11929 * gdb.mi/nsthrexec.c: Include stdio.h.
11930 * gdb.mi/pthreads.c: Include unistd.h.
11931 * gdb.modula2/unbounded1.c (main): Declare returns int.
11932 * gdb.reverse/consecutive-reverse.c: Likewise.
11933 * gdb.threads/create-fail.c: Include unistd.h.
11934 * gdb.threads/killed.c: Likewise.
11935 * gdb.threads/linux-dp.c: Likewise.
11936 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11937 * gdb.threads/non-ldr-exc-2.c: Likewise.
11938 * gdb.threads/non-ldr-exc-3.c: Likewise.
11939 * gdb.threads/non-ldr-exc-4.c: Likewise.
11940 * gdb.threads/pthreads.c: Include unistd.h.
11941 (main): Declare returns int.
11942 * gdb.threads/tls-main.c (foo): New declaration.
11943 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11944
f7e5394d
SM
119452015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11946
11947 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11948 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11949
743649fd
MW
119502015-01-15 Mark Wielaard <mjw@redhat.com>
11951
11952 * gdb.base/noreturn-return.c: New file.
11953 * gdb.base/noreturn-return.exp: New file.
11954 * gdb.base/noreturn-finish.c: New file.
11955 * gdb.base/noreturn-finish.exp: New file.
11956
198297aa
PA
119572015-01-23 Pedro Alves <palves@redhat.com>
11958
11959 * gdb.threads/continue-pending-after-query.c: New file.
11960 * gdb.threads/continue-pending-after-query.exp: New file.
11961
717cf30c
AG
119622015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11963 Simon Marchi <simon.marchi@ericsson.com>
11964
11965 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11966 * gdb.base/valgrind-db-attach.exp: Same.
11967 * gdb.base/valgrind-infcall.exp: Same.
11968 * lib/mi-support.exp (default_mi_gdb_start): Same.
11969 * lib/prompt.exp (default_prompt_gdb_start): Same.
11970 * lib/gdb.exp (default_gdb_spawn): Same.
11971 (gdb_interact): New.
11972
11973
4b62a76e
JK
119742015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11975
11976 * gdb.compile/compile.exp (pointer to jit function): New test.
11977
b4cdae6f
WW
119782015-01-17 Wei-cheng Wang <cole945@gmail.com>
11979
11980 * lib/gdb.exp (supports_process_record): Return true for
11981 powerpc*-*-linux*.
11982 (supports_reverse): Likewise.
11983
d221e7ef
DB
119842015-01-15 Don Breazeal <donb@codesourcery.com>
11985
11986 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11987 instead of checking whether the target board is remote and
11988 use spawn_wait_for_attach instead of exec/sleep.
11989 * gdb.base/attach-twice.exp: Likewise.
11990
bafffb51
JB
119912015-01-15 Joel Brobecker <brobecker@adacore.com>
11992
11993 * gdb.ada/var_arr_attrs: New testcase.
11994
5589af0e
PA
119952015-01-14 Pedro Alves <palves@redhat.com>
11996 Joel Brobecker <brobecker@adacore.com>
11997
11998 PR gdb/17525
11999 * gdb.base/bp-cmds-execution-x-script.c: New file.
12000 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12001 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12002
6c400b59
PA
120032015-01-14 Pedro Alves <palves@redhat.com>
12004
12005 PR cli/17828
12006 * gdb.base/batch-preserve-term-settings.c: New file.
12007 * gdb.base/batch-preserve-term-settings.exp: New file.
12008
e02c96a7
DE
120092015-01-13 Doug Evans <dje@google.com>
12010
12011 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12012 binary.
12013
576fd14c
JB
120142015-01-13 Joel Brobecker <brobecker@adacore.com>
12015
12016 * Makefile.in (clean mostlyclean): Do not delete *.py.
12017
04dccad0
JB
120182015-01-13 Joel Brobecker <brobecker@adacore.com>
12019
12020 * gdb.python/py-lookup-type.exp: New file.
12021
3d230f71
PA
120222015-01-12 Pedro Alves <palves@redhat.com>
12023
12024 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12025 restore GDBFLAGS before returning.
12026
7e67715d
JK
120272015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12028
12029 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12030 is_amd64_regs_target and is_x86_like_target.
12031
f2e0d4b4
DE
120322015-01-11 Doug Evans <xdje42@gmail.com>
12033
12034 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12035 is given without an explicit form.
12036 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12037 attributes.
12038 * gdb.dwarf/corrupt.exp: Ditto.
12039 * gdb.dwarf2/enum-type.exp: Ditto.
12040 * gdb.trace/entry-values.exp: Ditto.
12041 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12042
439250fb
DE
120432015-01-11 Doug Evans <xdje42@gmail.com>
12044
12045 PR gdb/15830
12046 * gdb.base/maint.exp: Remove references to "maint demangle".
12047 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12048 Add tests for explicitly specifying language to demangle.
12049 * gdb.dlang/demangle.exp: Ditto.
12050
ede9f622
PA
120512015-01-09 Pedro Alves <palves@redhat.com>
12052
12053 * gdb.threads/non-stop-fair-events.c: New file.
12054 * gdb.threads/non-stop-fair-events.exp: New file.
12055
a7b796db
PA
120562015-01-09 Pedro Alves <palves@redhat.com>
12057
12058 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12059 the global scope. Set a breakpoint after all threads are started
12060 rather than stepping over two source lines. Expect the prompt.
12061 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12062 global.
12063 (NUM): Now 15.
12064 (main): Use threads_started_barrier to wait for all threads to
12065 start. Main thread no longer calls thread_function. Exit after
12066 180 seconds.
12067 (loop): New function.
12068 (thread_function): Wait on threads_started_barrier barrier. Call
12069 'loop' at each iteration.
12070 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12071 threads have started, instead of hardcoding number of "next"
12072 steps. Use an access watchpoint instead of a write watchpoint.
12073
9665ffdd
PA
120742015-01-09 Pedro Alves <palves@redhat.com>
12075
12076 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12077 (thread_func): Wait on barrier.
12078 (main): Wait for all threads to start before stopping GDB.
12079 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12080 global.
12081 (thread1_func, thread2_func): Wait on barrier.
12082 (main): Wait for all threads to start before stopping GDB.
12083 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12084 New global.
12085 (thread1_func, thread2_func): Wait on barrier.
12086 (main): Wait for all threads to start before stopping GDB.
12087
c945a99f
PA
120882015-01-09 Pedro Alves <palves@redhat.com>
12089
12090 * gdb.threads/attach-many-short-lived-threads.c: New file.
12091 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12092
c1a747c1
PA
120932014-01-09 Pedro Alves <palves@redhat.com>
12094
12095 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12096 instead of to thread 2.
12097 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12098 Add barrier around each pthread_create call instead of around all
12099 calls.
12100 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12101 Set a break on thread_function and have the child threads hit it
12102 one at at a time.
12103
60b3033e
PA
121042015-01-09 Pedro Alves <palves@redhat.com>
12105
12106 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12107 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12108 false.
12109 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12110 checking whether the target board is remote.
12111 * gdb.multi/multi-attach.exp: Likewise.
12112 * gdb.python/py-sync-interp.exp: Likewise.
12113 * gdb.server/ext-attach.exp: Likewise.
12114 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12115 tests that need to attach, instead of checking whether the target
12116 board is remote at the top of the file.
12117
acc018ac
YQ
121182015-01-08 Yao Qi <yao@codesourcery.com>
12119
12120 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12121
50a18af8
JK
121222015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12123
12124 Fix testcase compilation.
12125 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12126
8503d6e1
JB
121272015-01-06 Joel Brobecker <brobecker@adacore.com>
12128
12129 * gdb.python/py-type.exp: Add a couple test about empty
12130 array creation, and negative-length array creation.
12131
cc73dbcc
DE
121322015-01-02 Doug Evans <xdje42@gmail.com>
12133
12134 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12135
0300bbc7
DE
121362015-01-02 Doug Evans <dje@google.com>
12137
12138 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12139
9d85a0ec
YQ
121402014-12-29 Yao Qi <yao@codesourcery.com>
12141
12142 * gdb.trace/entry-values.exp: Update comments. Rename variable
12143 bar_call_foo to returned_from_foo.
12144
87186c6a
MMN
121452014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12146
12147 PR gdb/17394
12148 * gdb.linespec/break-asm-file.c: New file.
12149 * gdb.linespec/break-asm-file.exp: New file.
12150 * gdb.linespec/break-asm-file0.s: New file.
12151 * gdb.linespec/break-asm-file1.s: New file.
12152
1bab7383
YQ
121532014-12-18 Nigel Stephens <nigel@mips.com>
12154 Maciej W. Rozycki <macro@codesourcery.com>
12155
12156 * gdb.base/float.exp: Handle the new output from "info float" on
12157 MIPS targets.
12158
1bc1068a
JK
121592014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12160
12161 Fix MinGW compilation.
12162 * gdb.compile/compile-ops.exp: Update untested message if
12163 !skip_compile_feature_tests.
12164 * gdb.compile/compile-setjmp.exp: Likewise.
12165 * gdb.compile/compile-tls.exp: Likewise.
12166 * gdb.compile/compile.exp: Likewise.
12167 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12168 supported on this host".
12169
b6615d10
DE
121702014-12-16 Doug Evans <xdje42@gmail.com>
12171
12172 * boards/stabs.exp: New file.
12173
25dda427
AA
121742014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12175
12176 * gdb.base/completion.exp: Adjust to format changes of "maint
12177 print user-registers".
12178
bf330350
CU
121792014-12-16 Catalin Udma <catalin.udma@freescale.com>
12180
12181 PR server/17457
12182 * gdb.arch/aarch64-fp.c: New file.
12183 * gdb.arch/aarch64-fp.exp: New file.
12184
395cf596
SDJ
121852014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12186
12187 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12188 r210637, r210913, r211666, r215400, r215817).
12189
12190 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12191 * dg-extract-results.py: New file.
12192 * dg-extract-results.sh: Use it if the environment seems
12193 suitable.
12194
12195 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12196
12197 * dg-extract-results.py (parse_run): Handle warnings that
12198 are printed before a test harness is run.
12199
12200 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12201
12202 * dg-extract-results.py (Named): Remove __cmp__ method.
12203 (output_variation): Use a key to sort variation.harnesses.
12204
12205 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12206
12207 * dg-extract-results.py: For Python 3, force sys.stdout to
12208 handle surrogate escape sequences.
12209 (safe_open): New function.
12210 (output_segment, main): Use it.
12211
12212 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12213
12214 * dg-extract-results.py (Prog.result_re): Include options
12215 in test name.
12216
12217 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12218
12219 * dg-extract-results.py (output_variation): Always sort if
12220 do_sum.
12221
e882ef3c
SM
122222014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12223
12224 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12225 as long as we get pagination notifications.
12226
4992aa20
JM
122272014-12-15 Jason Merrill <jason@redhat.com>
12228
12229 * Makefile.in (check-gdb.%): Restore.
12230 * README: Mention it.
12231
c1b5a1a6
JB
122322014-12-13 Joel Brobecker <brobecker@adacore.com>
12233
12234 * gdb.ada/str_uninit: New testcase.
12235
5537b577
JK
122362014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12237
12238 PR symtab/17642
12239 * gdb.base/vla-stub-define.c: New file.
12240 * gdb.base/vla-stub.c: New file.
12241 * gdb.base/vla-stub.exp: New file.
12242
bb2ec1b3
TT
122432014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12244 Jan Kratochvil <jan.kratochvil@redhat.com>
12245 Tom Tromey <tromey@redhat.com>
12246
12247 * configure.ac: Add gdb.compile/.
12248 * configure: Regenerate.
12249 * gdb.compile/Makefile.in: New file.
12250 * gdb.compile/compile-ops.exp: New file.
12251 * gdb.compile/compile-ops.c: New file.
12252 * gdb.compile/compile-tls.c: New file.
12253 * gdb.compile/compile-tls.exp: New file.
12254 * gdb.compile/compile-constvar.S: New file.
12255 * gdb.compile/compile-constvar.c: New file.
12256 * gdb.compile/compile-mod.c: New file.
12257 * gdb.compile/compile-nodebug.c: New file.
12258 * gdb.compile/compile-setjmp-mod.c: New file.
12259 * gdb.compile/compile-setjmp.c: New file.
12260 * gdb.compile/compile-setjmp.exp: New file.
12261 * gdb.compile/compile-shlib.c: New file.
12262 * gdb.compile/compile.c: New file.
12263 * gdb.compile/compile.exp: New file.
12264 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12265
4ff709eb
TT
122662014-12-12 Tom Tromey <tromey@redhat.com>
12267
12268 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12269 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12270
6dddd6a5
DE
122712014-12-12 Doug Evans <dje@google.com>
12272
12273 * lib/gdb-python.exp (get_python_valueof): New function.
12274 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12275
71c24708
AA
122762014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12277
12278 * gdb.base/completion.exp: Add test for completion of "info
12279 registers ".
12280
3e29f34a
MR
122812014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12282
12283 * gdb.base/func-ptrs.c: New file.
12284 * gdb.base/func-ptrs.exp: New file.
12285
fc126975
SM
122862014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12287
12288 PR breakpoints/17012
12289 * gdb.base/dprintf-detach.c: New file.
12290 * gdb.base/dprintf-detach.exp: New file.
12291
0a46d518
SM
122922014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12293
12294 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12295 * lib/gdb.exp (target_is_gdbserver): New procedure.
12296
a0be3e44
DE
122972014-12-08 Doug Evans <dje@google.com>
12298
12299 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12300
df1b803a
YQ
123012014-12-05 Yao Qi <yao@codesourcery.com>
12302
12303 * gdb.guile/scm-error.exp: Remove the third argument to
12304 gdb_remote_download.
12305 * gdb.guile/scm-frame-args.exp: Likewise.
12306 * gdb.guile/scm-section-script.exp: Likewise.
12307
ddb9f679
YQ
123082014-12-05 Yao Qi <yao@codesourcery.com>
12309
12310 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12311
86e4ed39
DE
123122014-12-04 Doug Evans <dje@google.com>
12313
12314 * gdb.python/py-objfile.exp: Add tests for
12315 objfile.add_separate_debug_file.
12316
7c50a931
DE
123172014-12-04 Doug Evans <dje@google.com>
12318
12319 * lib/gdb.exp (get_build_id): New function.
12320 (build_id_debug_filename_get): Rewrite to use it.
12321 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12322
621661e3
MR
123232014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12324
12325 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12326 `method(long)', not just 0x0.
12327 * gdb.cp/nsalias.exp: Align code labels to 4.
12328 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12329 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12330 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12331 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12332 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12333 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12334
29f0c3b7
DE
123352014-12-02 Doug Evans <dje@google.com>
12336
e1e061e7 12337 PR symtab/17602
29f0c3b7 12338 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 12339 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
12340 * gdb.cp/anon-ns.exp: Update.
12341
162078c8
NB
123422014-12-02 Nick Bull <nicholaspbull@gmail.com>
12343
12344 * gdb.python/py-events.py (inferior_call_handler): New.
12345 (register_changed_handler, memory_changed_handler): New.
12346 (test_events.invoke): Register new handlers.
12347 * gdb.python/py-events.exp: Add tests for inferior call,
12348 memory_changed and register_changed events.
12349
fdb09caf
AA
123502014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12351
12352 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12353 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12354 if the linker doesn't understand this.
12355
55cfb2c4
SM
123562014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12357
12358 * gdb.python/python.exp: Change expected reply to help().
12359
9e8cd6df
YQ
123602014-12-01 Yao Qi <yao@codesourcery.com>
12361
12362 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12363 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12364 * configure: Re-generated.
12365
6c659fc2
SC
123662014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12367
12368 * gdb.cp/chained-calls.cc: New file.
12369 * gdb.cp/chained-calls.exp: New file.
12370 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12371
d7fc3181
SM
123722014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12373
12374 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12375 * gdb.dwarf2/symtab-producer.exp: Same.
12376 * gdb.gdb/python-interrupts.exp: Same.
12377 * gdb.gdb/python-selftest.exp: Same.
12378 * gdb.python/py-linetable.exp: Same.
12379 * gdb.python/py-type.exp: Same.
12380 * gdb.python/py-value-cc.exp: Same.
12381 * gdb.python/py-value.exp: Same.
12382
10e79639
YQ
123832014-11-28 Yao Qi <yao@codesourcery.com>
12384
12385 * gdb.base/break-probes.exp: Match library name prefixed with
12386 sysroot.
12387
f28a0564
SM
123882014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12389
12390 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12391 test expected output. Add parentheses for the call to print.
12392 Remove L suffix from integers.
12393
3fe1ce1d
DE
123942014-11-26 Doug Evans <dje@google.com>
12395
12396 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12397
84429e27
YQ
123982014-11-22 Yao Qi <yao@codesourcery.com>
12399
12400 * gdb.trace/entry-values.c: Remove asms.
12401 (foo): Add foo_label.
12402 (bar): Add bar_label.
12403 * gdb.trace/entry-values.exp: Remove code computing foo's
12404 length and bar's length.
12405 (Dwarf::assemble): Invoke function_range for bar and use
12406 MACRO_AT_func for foo.
12407
26741859
YQ
124082014-11-22 Yao Qi <yao@codesourcery.com>
12409
12410 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12411 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12412 Use .Lgcc43_procstart instead of gcc43.
12413
45e44d27
JB
124142014-11-21 Joel Brobecker <brobecker@adacore.com>
12415
12416 * gdb.ada/n_arr_bound: New testcase.
12417
458c8db8
SDJ
124182014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12419
12420 PR breakpoints/10737
12421 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12422 test_catch_syscall_multi_arch.
12423 (test_catch_syscall_multi_arch): New function.
12424
43f3e411
DE
124252014-11-20 Doug Evans <xdje42@gmail.com>
12426
12427 * gdb.base/maint.exp: Update expected output.
12428
0d7b2549
AA
124292014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12430
12431 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12432 4-byte instruction on S390.
12433
8908fca5
JB
124342014-11-19 Joel Brobecker <brobecker@adacore.com>
12435
12436 * gdb.ada/arr_arr: New testcase.
12437
4a46959e
JB
124382014-11-19 Joel Brobecker <brobecker@adacore.com>
12439
12440 * gdb.ada/pkd_arr_elem: New Testcase.
12441
470e2f4e
LM
124422014-11-18 Luis Machado <lgustavo@codesourcery.com>
12443
12444 * gdb.reverse/break-precsave: Expect completion message for
12445 core file reads.
12446 * gdb.reverse/consecutive-precsave.exp: Likewise.
12447 * gdb.reverse/finish-precsave.exp: Likewise.
12448 * gdb.reverse/i386-precsave.exp: Likewise.
12449 * gdb.reverse/machinestate-precsave.exp: Likewise.
12450 * gdb.reverse/sigall-precsave.exp: Likewise.
12451 * gdb.reverse/solib-precsave.exp: Likewise.
12452 * gdb.reverse/step-precsave.exp: Likewise.
12453 * gdb.reverse/until-precsave.exp: Likewise.
12454 * gdb.reverse/watch-precsave.exp: Likewise.
12455
a267f3ad
AA
124562014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12457
12458 * gdb.base/bp-permanent.c: Include unistd.h.
12459 * gdb.python/py-framefilter-mi.c (main): Add return type.
12460 * gdb.python/py-framefilter.c (main): Likewise.
12461 * gdb.trace/actions-changed.c (main): Likewise.
12462
12084a9a
AA
124632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12464
12465 * gdb.mi/until.c: Add eye-catchers.
12466 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12467 line numbers.
12468
dc7e1a77
AA
124692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12470
12471 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12472 function header variants in break1.c.
12473 * gdb.base/ena-dis-br.exp: Likewise.
12474 * gdb.base/hbreak2.exp: Likewise.
12475 * gdb.reverse/until-precsave.exp: Drop references to removed
12476 non-prototype function header variants in ur1.c.
12477 * gdb.reverse/until-reverse.exp: Likewise.
12478
41c77605
PM
124792014-11-17 Petr Machata <pmachata@redhat.com>
12480
12481 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12482 ${_cu_offset_size} bytes abbrev offset.
12483
34248c3a
DE
124842014-11-15 Doug Evans <xdje42@gmail.com>
12485
12486 PR symtab/17559
12487 * gdb.base/line-symtabs.exp: New file.
12488 * gdb.base/line-symtabs.c: New file.
12489 * gdb.base/line-symtabs.h: New file.
12490
646da059
YQ
124912014-11-14 Yao Qi <yao@codesourcery.com>
12492
12493 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12494 (func): Add label func_label.
12495 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12496 Replace low_pc and high_pc with MACRO_AT_range.
12497 Replace name, low_pc and high_pc with MACRO_AT_func.
12498
9301ebe6
YQ
124992014-11-14 Yao Qi <yao@codesourcery.com>
12500
12501 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12502 Replace name, low_pc and high_pc with MACRO_AT_func.
12503
f166b542
YQ
125042014-11-14 Yao Qi <yao@codesourcery.com>
12505
12506 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12507 produce debug information.
12508 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12509
0f6e71e3
YQ
125102014-11-14 Yao Qi <yao@codesourcery.com>
12511
12512 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12513 object and get function length.
12514 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12515 with MACRO_AT_func.
12516 (top-level): Replace gdb_compile and clean_restart with
12517 prepare_for_testing.
12518 * gdb.dwarf2/main.c (main): Add label main_label.
12519
876c4df9
YQ
125202014-11-14 Yao Qi <yao@codesourcery.com>
12521
12522 * lib/dwarf.exp (function_range): New procedure.
12523 (Dwarf::_handle_macro_at_func): New procedure.
12524 (Dwarf::_handle_macro_at_range): New procedure.
12525 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12526
02ad9cf1
YQ
125272014-11-14 Yao Qi <yao@codesourcery.com>
12528
12529 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12530 (_handle_attribute): New procedure.
12531
a59add0c
AA
125322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12533
12534 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12535 * gdb.base/call-sc.c (zed): Likewise.
12536 * gdb.base/checkpoint.c (main): Likewise.
12537 * gdb.base/dump.c (main): Likewise.
12538 * gdb.base/gcore.c (main): Likewise.
12539 * gdb.base/huge.c (main): Likewise.
12540 * gdb.base/multi-forks.c (main): Likewise.
12541 * gdb.base/pr10179-a.c (main): Likewise.
12542 * gdb.base/savedregs.c (main): Likewise.
12543 * gdb.base/sigaltstack.c (main): Likewise.
12544 * gdb.base/siginfo.c (main): Likewise.
12545 * gdb.base/structs.c (zed): Likewise.
12546 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12547 * gdb.mi/mi-syn-frame.c (main): Likewise.
12548 * gdb.mi/until.c (foo, main): Likewise.
12549 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12550 * gdb.base/solib-weak.c (foo): Declare.
12551 * gdb.base/attach-twice.c: Include stdio.h.
12552 * gdb.base/weaklib1.c: Likewise.
12553 * gdb.base/weaklib2.c: Likewise.
12554 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12555 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12556 unistd.h.
12557 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12558 * gdb.mi/mi-exit-code.c: Likewise.
12559 * gdb.base/break-interp-lib.c: Include string.h.
12560 * gdb.base/coremaker.c: Likewise.
12561 * gdb.base/testenv.c: Likewise.
12562 * gdb.python/py-finish-breakpoint.c: Likewise.
12563 * gdb.base/inferior-died.c: Include sys/wait.h.
12564 * gdb.base/fileio.c: Include time.h.
12565 * gdb.base/async-shell.c: Include unistd.h.
12566 * gdb.base/dprintf-non-stop.c: Likewise.
12567 * gdb.base/info-os.c: Likewise.
12568 * gdb.mi/mi-console.c: Likewise.
12569 * gdb.mi/watch-nonstop.c: Likewise.
12570 * gdb.python/py-events.c: Likewise.
12571 * gdb.base/async.c (baz): Move up before its invocation.
12572 * gdb.base/code_elim2.c (my_global_func): Likewise.
12573 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12574 * gdb.base/advance.c (func2): Likewise.
12575
3b5d5997
AA
125762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12577
12578 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12579 variant.
12580 * gdb.base/annota3.c: Likewise.
12581 * gdb.base/async.c: Likewise.
12582 * gdb.base/average.c: Likewise.
12583 * gdb.base/call-ar-st.c: Likewise.
12584 * gdb.base/call-rt-st.c: Likewise.
12585 * gdb.base/call-sc.c: Likewise.
12586 * gdb.base/call-strs.c: Likewise.
12587 * gdb.base/ending-run.c: Likewise.
12588 * gdb.base/execd-prog.c: Likewise.
12589 * gdb.base/exprs.c: Likewise.
12590 * gdb.base/foll-exec.c: Likewise.
12591 * gdb.base/foll-fork.c: Likewise.
12592 * gdb.base/foll-vfork.c: Likewise.
12593 * gdb.base/funcargs.c: Likewise.
12594 * gdb.base/gcore.c: Likewise.
12595 * gdb.base/jump.c: Likewise.
12596 * gdb.base/langs0.c: Likewise.
12597 * gdb.base/langs1.c: Likewise.
12598 * gdb.base/langs2.c: Likewise.
12599 * gdb.base/mips_pro.c: Likewise.
12600 * gdb.base/nodebug.c: Likewise.
12601 * gdb.base/opaque0.c: Likewise.
12602 * gdb.base/opaque1.c: Likewise.
12603 * gdb.base/recurse.c: Likewise.
12604 * gdb.base/run.c: Likewise.
12605 * gdb.base/scope0.c: Likewise.
12606 * gdb.base/scope1.c: Likewise.
12607 * gdb.base/setshow.c: Likewise.
12608 * gdb.base/setvar.c: Likewise.
12609 * gdb.base/shmain.c: Likewise.
12610 * gdb.base/shr1.c: Likewise.
12611 * gdb.base/shr2.c: Likewise.
12612 * gdb.base/sigall.c: Likewise.
12613 * gdb.base/signals.c: Likewise.
12614 * gdb.base/so-indr-cl.c: Likewise.
12615 * gdb.base/solib2.c: Likewise.
12616 * gdb.base/structs.c: Likewise.
12617 * gdb.base/sum.c: Likewise.
12618 * gdb.base/vforked-prog.c: Likewise.
12619 * gdb.base/watchpoint.c: Likewise.
12620 * gdb.reverse/shr2.c: Likewise.
12621 * gdb.reverse/until-reverse.c: Likewise.
12622 * gdb.reverse/ur1.c: Likewise.
12623 * gdb.reverse/watch-reverse.c: Likewise.
12624
066a77c5
AA
126252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12626
12627 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12628 variant.
12629 * gdb.base/sepdebug.exp: Drop references to removed code.
12630
4f204ea5
AA
126312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12632
12633 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12634 variant. Preserve original line numbering.
12635 * gdb.base/list1.c: Likewise.
12636
3b377a3a
AA
126372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12638
12639 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12640 variant.
12641 * gdb.base/break1.c: Likewise.
12642 * gdb.base/break.exp: Drop references to removed code.
12643
e444df73
AA
126442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12645
12646 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12647 variant.
12648
8008f2a7
AA
126492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12650
12651 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12652
a5a06887
AA
126532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12654
12655 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12656 logic into perform_all_tests() and invoke it with and without
12657 function header prototypes.
12658 (do_function_calls): Remove conditional XFAIL for PR 5318.
12659 (rerun_and_prepare): Remove duplicate code.
12660 (perform_all_tests): New. Main logic moved here.
12661
44dba9b9
AA
126622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12663
12664 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12665 code guarded by #ifdef NO_PROTOTYPES.
12666 (t_double_many_args): Likewise.
12667 (DEF_FUNC_MANY_ARGS_1): Likewise.
12668 (DEF_FUNC_VALUES_1): Likewise.
12669 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12670 guarded by #ifdef PROTOTYPES.
12671
d1fbcd56
AA
126722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12673
12674 * gdb.mi/mi-console.c: Add eye-catcher.
12675 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12676 instead of literal line number.
12677
b0e59b8f
AA
126782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12679
12680 * gdb.base/shr2.c: Add eye-catcher.
12681 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12682 line number.
12683
78f98cca
AA
126842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12685
12686 * gdb.base/jump.c: Add eye-catchers.
12687 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12688 numbers.
12689
58fa2af0
AA
126902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12691
12692 * gdb.base/execd-prog.c: Add eye-catchers.
12693 * gdb.base/foll-exec.c: Likewise.
12694 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12695 line numbers.
12696
04e5059b
AA
126972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12698
12699 * gdb.base/ending-run.c: Add eye-catchers.
12700 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12701 literal line numbers.
12702
dbfdb174
AA
127032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12704
12705 * gdb.base/call-rt-st.c: Add eye-catchers.
12706 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12707 literal line numbers.
12708
888a2ade
AA
127092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12710
12711 * gdb.base/call-ar-st.c: Add eye-catchers.
12712 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12713 literal line numbers.
12714
6acc2dde
AA
127152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12716
12717 * gdb.base/average.c: Add eye-catchers.
12718 * gdb.base/sum.c: Likewise.
12719 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12720 regexps dynamically.
12721
9ecfcd1d
AA
127222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12723
12724 * gdb.base/solib1.c: Add eye-catchers.
12725 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12726 literal line numbers.
12727
78708b7c
PA
127282014-11-12 Pedro Alves <palves@redhat.com>
12729
12730 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12731 leader has exited.
12732
af48d08f
PA
127332014-11-12 Pedro Alves <palves@redhat.com>
12734
12735 * gdb.arch/i386-bp_permanent.c: New file.
12736 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12737 (srcfile): Set to i386-bp_permanent.c.
12738 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12739 that stepi does not execute the 'leave' instruction, instead of
12740 testing it does execute.
12741 * gdb.base/bp-permanent.c: New file.
12742 * gdb.base/bp-permanent.exp: New file.
12743
af3768e9
DE
127442014-11-10 Doug Evans <xdje42@gmail.com>
12745
12746 PR symtab/17564
12747 * gdb.base/symtab-search-order.exp: New file.
12748 * gdb.base/symtab-search-order.c: New file.
12749 * gdb.base/symtab-search-order-1.c: New file.
12750 * gdb.base/symtab-search-order-shlib-1.c: New file.
12751
9de00a4a
PA
127522014-11-07 Pedro Alves <palves@redhat.com>
12753
12754 PR gdb/17511
12755 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12756 i?86-*-linux*.
12757
e0f52461
SC
127582014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12759
12760 PR c++/17494
12761 * gdb.cp/pr17494.cc: New file.
12762 * gdb.cp/pr17494.exp: New file.
12763
6ce8c980
YQ
127642014-11-02 Yao Qi <yao@codesourcery.com>
12765
12766 * gdb.python/python.exp: Get working directory and match the
12767 output of "set extended-prompt \\w " with it.
12768
02be9a71
DE
127692014-10-30 Doug Evans <dje@google.com>
12770
12771 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12772 in objfiles.
12773 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12774 in progspaces.
12775
3bdff46b
LM
127762014-10-30 Janis Johnson <janisjo@codesourcery.com>
12777
12778 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12779 * gdb.base/realname-expand.exp: Likewise.
12780 * gdb.linespec/macro-relative.exp: Likewise.
12781
ab917dfb
PA
127822014-10-29 Pedro Alves <palves@redhat.com>
12783
12784 PR gdb/17408
12785 * gdb.threads/schedlock.c (some_function): New function.
12786 (call_function): New global.
12787 (MAYBE_CALL_SOME_FUNCTION): New macro.
12788 (thread_function): Call it.
12789 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12790 and use it instead of a global counter. Adjust all callers.
12791 (get_current_thread): Use "find current thread" for test message
12792 here rather than having all callers pass down the same string.
12793 (goto_loop): New procedure, factored out from ...
12794 (my_continue): ... this.
12795 (step_ten_loops): Change parameter from test message to command to
12796 use. Adjust.
12797 (list_count): Delete global.
12798 (check_result): New procedure, factored out from duplicate top
12799 level code.
12800 (continue tests): Wrap in with_test_prefix.
12801 (test_step): New procedure, factored out from duplicate top level
12802 code.
12803 (top level): Test "step" in combination with all scheduler-locking
12804 modes. Test "next" in combination with all scheduler-locking
12805 modes, and in combination with stepping over a function call or
12806 not.
12807 * gdb.threads/next-bp-other-thread.c: New file.
12808 * gdb.threads/next-bp-other-thread.exp: New file.
12809
d3d4baed
PA
128102014-10-29 Pedro Alves <palves@redhat.com>
12811
12812 PR python/17372
12813 * gdb.python/python.exp: Test a multi-line command that spawns
12814 interactive Python.
12815 * gdb.base/multi-line-starts-subshell.exp: New file.
12816
563e8d85
YQ
128172014-10-29 Yao Qi <yao@codesourcery.com>
12818
12819 * gdb.base/fileio.exp: Make directories on host.
12820
0ea4d52e
YQ
128212014-10-29 Yao Qi <yao@codesourcery.com>
12822
12823 * gdb.base/fileio.c (test_write): Close the file.
12824
7f5ef605
PA
128252014-10-28 Pedro Alves <palves@redhat.com>
12826
12827 PR gdb/12623
12828 * gdb.base/sigstep.c (no_handler): New global.
12829 (main): If 'no_handler is true, set the signal handlers to
12830 SIG_IGN.
12831 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12832 with_sw_watch and no_handler parameters. Handle them.
12833 (top level) <stepping over handler when stopped at a breakpoint
12834 test>: Add a test axis for testing with a software watchpoint, and
12835 another for testing with the signal handler set to SIG_IGN.
12836 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12837 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12838
abbdbd03
PA
128392014-10-28 Pedro Alves <palves@redhat.com>
12840
12841 PR gdb/17511
12842 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12843 * gdb.base/sigstep.exp (other_handler_location): New global.
12844 (advance): Support stepping into the signal handler, and running
12845 commands while in the handler.
12846 (in_handler_map): New global.
12847 (top level): In the advance test, add combinations for getting
12848 into the handler with stepping commands, and for running commands
12849 in the handler. Add comment descripting the advancei tests.
12850
1df4399f
PA
128512014-10-28 Pedro Alves <palves@redhat.com>
12852
12853 * gdb.base/sigstep.exp: Use build_executable instead of
12854 prepare_for_testing.
12855 (top level): Move code that starts GDB, runs to main and creates a
12856 display to ...
12857 (restart): ... this new procedure.
12858 (top level): Move backtrace from signal handler test to ...
12859 (validate_backtrace): ... this new procedure.
12860 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12861 with_test_prefix. Always restart GDB.
12862 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12863 with_test_prefix. Always restart GDB. No need to delete
12864 breakpoints after the test.
12865 (test_skip_handler): Remove prefix parameter.
12866 (skip_over_handler, breakpoint_to_handler)
12867 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12868 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12869 restart GDB. No need to delete breakpoints after the test.
12870 (top level): Use foreach to call the test procedures with
12871 different commands.
12872
a5b6e449
PA
128732014-10-28 Pedro Alves <palves@redhat.com>
12874
12875 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12876 instead of GNATS numbers.
12877 * gdb.base/sigbpt.exp: Likewise.
12878 * gdb.base/siginfo.exp: Likewise.
12879 * gdb.base/sigstep.exp: Likewise.
12880
e5f8a7cc
PA
128812014-10-27 Pedro Alves <palves@redhat.com>
12882
12883 * gdb.base/sigstep.c (dummy): New global.
12884 (main): Issue a couple writes to the new global.
12885 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12886 procedures.
12887 (skip_over_handler): Use test_skip_handler.
12888 (top level): Call skip_over_handler for stepi and nexti too.
12889 (breakpoint_over_handler): Use test_skip_handler.
12890 (top level): Call breakpoint_over_handler for stepi and nexti too.
12891
763905a3
YQ
128922014-10-27 Yao Qi <yao@codesourcery.com>
12893
12894 * gdb.trace/tfile.c (adjust_function_address)
12895 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12896 function descriptor.
12897
6f259a23
DB
128982014-10-24 Don Breazeal <donb@codesourcery.com>
12899
12900 * gdb.base/foll-fork.exp (test_follow_fork,
12901 catch_fork_child_follow): Check for updated fork messages emitted
12902 from infrun.c.
12903 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12904 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12905 vfork_and_exec_child_follow_through_step): Check for updated vfork
12906 messages emitted from infrun.c.
12907
09dd9a69
PA
129082014-10-24 Pedro Alves <palves@redhat.com>
12909
12910 * gdb.base/corefile.exp: Remove references to ultrix.
12911 * gdb.base/interrupt.exp: Likewise.
12912 * gdb.base/whatis.exp: Likewise.
12913 * gdb.gdb/selftest.exp: Likewise.
12914 * gdb.threads/manythreads.exp: Likewise.
12915 * gdb.threads/print-threads.exp: Likewise.
12916 * gdb.threads/pthreads.exp:: Likewise.
12917 * gdb.threads/schedlock.exp: Likewise.
12918
3433cfa5
SC
129192014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12920
12921 * gdb.cp/non-trivial-retval.cc: Add a test case.
12922 * gdb.cp/non-trivial-retval.exp: Add a test.
12923
092f880b
YQ
129242014-10-20 Yao Qi <yao@codesourcery.com>
12925
12926 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12927 * gdb.python/py-objfile-script-gdb.py: New file.
12928 * gdb.python/py-objfile-script.exp: Update reference to
12929 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12930 of remote_download. Remove the dest file.
12931
acbdb7f3
YQ
129322014-10-20 Yao Qi <yao@codesourcery.com>
12933
12934 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12935 * gdb.base/step-line.exp: Likewise.
12936 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12937 * gdb.dwarf2/dw2-basic.exp: Likewise.
12938 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12939 * gdb.dwarf2/dw2-filename.exp: Likewise.
12940 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12941 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12942 * gdb.dwarf2/dw2-producer.exp: Likewise.
12943 * gdb.dwarf2/mac-fileno.exp: Likewise.
12944 * gdb.python/py-frame-args.exp: Likewise.
12945 * gdb.python/py-framefilter.exp: Likewise.
12946 * gdb.python/py-mi.exp: Likewise.
12947 * gdb.python/py-objfile-script.exp: Likewise
12948 * gdb.python/py-pp-integral.exp: Likewise.
12949 * gdb.python/py-pp-re-notag.exp: Likewise.
12950 * gdb.python/py-prettyprint.exp: Likewise.
12951 * gdb.python/py-section-script.exp: Likewise.
12952 * gdb.python/py-typeprint.exp: Likewise.
12953 * gdb.python/py-xmethods.exp: Likewise.
12954 * gdb.stabs/weird.exp: Likewise.
12955 * gdb.xml/tdesc-regs.exp: Likewise.
12956
bd286a29
KCY
129572014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12958
12959 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12960 (out_cu): Use addr_len for the size of addresses.
12961 (out_line): Likewise. Size DW_LNE_set_address instruction
12962 according to addr_len.
12963 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12964 (FUNC): Add START_INSNS to definition.
12965
673dc4a0
YQ
129662014-10-18 Yao Qi <yao@codesourcery.com>
12967
12968 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12969 gdb_has_argv0 return true.
12970 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12971 check [target_info exists noargs], check [gdb_has_argv0]
12972 instead.
12973 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12974 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12975 procedures.
12976
4ffbba72
DE
129772014-10-17 Doug Evans <dje@google.com>
12978
12979 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12980 event.
12981 * gdb.python/py-events.py: Add clear_objfiles event.
12982
d096d8c1
DE
129832014-10-17 Doug Evans <dje@google.com>
12984
12985 * gdb.python/py-objfile.exp: Test progspace attribute.
12986
a80db015
LM
129872014-10-17 Luis Machado <lgustavo@codesourcery.com>
12988
12989 * gdb.guile/scm-breakpoint.exp: Do not assume any
12990 directory separators when matching source file paths.
12991 * gdb.python/py-breakpoint.exp: Likewise.
12992 * gdb.reverse/break-precsave.exp: Likewise.
12993 * gdb.reverse/break-reverse.exp: Likewise.
12994 * gdb.reverse/consecutive-precsave.exp: Likewise.
12995 * gdb.reverse/finish-precsave.exp: Likewise.
12996 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12997 * gdb.reverse/finish-reverse.exp: Likewise.
12998 * gdb.reverse/i386-precsave.exp: Likewise.
12999 * gdb.reverse/i387-env-reverse.exp: Likewise.
13000 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13001 * gdb.reverse/machinestate-precsave.exp: Likewise.
13002 * gdb.reverse/machinestate.exp: Likewise.
13003 * gdb.reverse/sigall-precsave.exp: Likewise.
13004 * gdb.reverse/solib-precsave.exp: Likewise.
13005 * gdb.reverse/step-precsave.exp: Likewise.
13006 * gdb.reverse/until-precsave.exp: Likewise.
13007 * gdb.reverse/watch-precsave.exp: Likewise.
13008 * gdb.reverse/watch-reverse.exp: Likewise.
13009
b22089ab
YQ
130102014-10-17 Yao Qi <yao@codesourcery.com>
13011
13012 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13013 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13014
6c4486e6
PA
130152014-10-17 Pedro Alves <palves@redhat.com>
13016
13017 PR gdb/17471
13018 * gdb.base/bg-execution-repeat.c: New file.
13019 * gdb.base/bg-execution-repeat.exp: New file.
13020
0ff33695
PA
130212014-10-17 Pedro Alves <palves@redhat.com>
13022
13023 PR gdb/17300
13024 * gdb.base/continue-all-already-running.c: New file.
13025 * gdb.base/continue-all-already-running.exp: New file.
13026
6fdebc3d
PA
130272014-10-17 Pedro Alves <palves@redhat.com>
13028
13029 PR gdb/17472
13030 * gdb.base/annota-input-while-running.c: New file.
13031 * gdb.base/annota-input-while-running.exp: New file.
13032
32a8097b
PA
130332014-10-17 Pedro Alves <palves@redhat.com>
13034
13035 * gdb.base/callfuncs.exp: emove references to osf.
13036 * gdb.base/sigall.exp: Likewise.
13037 * gdb.gdb/selftest.exp: Likewise.
13038 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13039 * gdb.mi/non-stop.c: Likewise.
13040 * gdb.mi/pthreads.c: Likewise.
13041 * gdb.reverse/sigall-precsave.exp: Likewise.
13042 * gdb.reverse/sigall-reverse.exp: Likewise.
13043 * gdb.threads/pthreads.c: Likewise.
13044 * gdb.threads/pthreads.exp: Likewise.
13045
7a3517ff
YQ
130462014-10-17 Yao Qi <yao@codesourcery.com>
13047
13048 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13049 check 'target_info exists noargs'.
13050 (test_command_prompt_position): Likewise.
13051 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13052 Remove "set args".
13053 (progvar_simple_while_test): Likewise.
13054 (progvar_complex_if_while_test): Likewise.
13055 (if_while_breakpoint_command_test): Likewise.
13056 (infrun_breakpoint_command_test): Likewise.
13057 (breakpoint_command_test): Likewise.
13058 (watchpoint_command_test): Likewise.
13059 (bp_deleted_in_command_test): Likewise.
13060 (temporary_breakpoint_commands): Likewise.
13061
bb99c472
YQ
130622014-10-16 Yao Qi <yao@codesourcery.com>
13063
13064 * gdb.base/remotetimeout.exp: Remove noargs checking.
13065
7c16b83e
PA
130662014-10-15 Pedro Alves <palves@redhat.com>
13067
13068 PR breakpoints/9649
13069 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13070 * gdb.base/breakpoint-in-ro-region.exp
13071 (probe_target_hardware_step): New procedure.
13072 (top level): Probe hardware stepping and hardware breakpoint
13073 support. Test stepping through a read-only region, with both
13074 "breakpoint auto-hw" on and off and both "always-inserted" on and
13075 off.
13076
35a49624
IB
130772014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13078
13079 * gdb.dlang/demangle.exp: Update for demangling changes.
13080
2d1c107c
SC
130812014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13082
13083 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13084 * gdb.cp/non-trivial-retval.exp: Add new tests.
13085
778811d5
SC
130862014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13087
13088 PR c++/13403
13089 PR c++/15154
13090 * gdb.cp/non-trivial-retval.cc: New file.
13091 * gdb.cp/non-trivial-retval.exp: New file.
13092
10c5f0a8
YQ
130932014-10-15 Yao Qi <yao@codesourcery.com>
13094
13095 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13096 remote host.
13097
65d7b369
YQ
130982014-10-15 Yao Qi <yao@codesourcery.com>
13099
13100 * gdb.python/py-symbol.exp: Match file base name if host is
13101 remote, otherwise match file name with dir name.
13102 * gdb.python/py-symtab.exp: Likewise.
13103 * gdb.python/python.exp: Likewise.
13104
46dc1394
YQ
131052014-10-15 Yao Qi <yao@codesourcery.com>
13106
13107 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13108 pattern.
13109 * gdb.python/py-symtab.exp: Likewise.
13110 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13111 locationn.
13112
c40cc657
JB
131132014-10-14 Joel Brobecker <brobecker@adacore.com>
13114
13115 * gdb.ada/addr_arith: New testcase.
13116
2abf49e1
MR
131172014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13118
13119 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13120 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13121 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13122 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13123
f7088df3
SDJ
131242014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13125
13126 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13127 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13128 * gdb.arch/stap-eval-lang-ada.exp: New file.
13129
4dc06805
YQ
131302014-10-14 Yao Qi <yao@codesourcery.com>
13131
13132 * gdb.mi/mi-var-child.c (nothing1): New function.
13133 (nothing2): New function.
13134 (do_children_tests): Set function pointers by nothing1 and
13135 nothing2.
13136 * gdb.mi/mi-var-child.exp: Step over new added statements.
13137 Update test to match the new output.
13138 * gdb.mi/var-cmd.c (nothing1): New function.
13139 (nothing2): New function.
13140 (do_children_tests): Set function pointers by nothing1 and
13141 nothing2.
13142 * gdb.mi/mi-var-display.exp: Update test to match output.
13143 Step to the line specified by $line_dct_nothing.
13144 Increase the number of lines to step.
13145
46a93de2
YQ
131462014-10-14 Yao Qi <yao@codesourcery.com>
13147
13148 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13149 tests.
13150 * gdb.mi/mi2-var-child.exp: Likewise.
13151
14ea52ee
DE
131522014-10-13 Doug Evans <dje@google.com>
13153
13154 * gdb.python/py-objfile.exp: Change name of file name test.
13155
e5c6e92b
DE
131562014-10-13 Doug Evans <dje@google.com>
13157
13158 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13159 from the start of the CU.
13160
c780cc2f
JK
131612014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13162 Yao Qi <yao@codesourcery.com>
13163
13164 Fix "save breakpoints" for "catch" command.
13165 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13166 Remove -nonewline. Match also the added "main" line.
13167
99894e11
JK
131682014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13169
13170 Fix "save breakpoints" for "disable $bpnum" command.
13171 * gdb.base/save-bp.c (main): Add label.
13172 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13173
6e1ac5a3
JK
131742014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13175
13176 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13177
754dd2b0
YQ
131782014-10-11 Yao Qi <yao@codesourcery.com>
13179
13180 * gdb.server/server-kill.exp: Execute command
13181 "set remote trace-status-packet on" before "tstatus".
13182
f90183d7
YQ
131832014-10-11 Yao Qi <yao@codesourcery.com>
13184
13185 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13186 (main): Call getppid.
13187 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13188 and continue to it. Read variable "server_pid".
13189
bf40a607
YQ
131902014-10-11 Yao Qi <yao@codesourcery.com>
13191
13192 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13193
052ca370
YQ
131942014-10-11 Yao Qi <yao@codesourcery.com>
13195
13196 * gdb.threads/thread-find.exp: Don't execute command
13197 "info threads".
13198 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13199 * gdb.threads/linux-dp.exp: Don't check the condition
13200 $threads_created equals to zero.
13201
3831839c
PA
132022014-10-10 Pedro Alves <palves@redhat.com>
13203
13204 * gdb.base/bigcore.exp: Remove references to IRIX.
13205 * gdb.base/funcargs.exp: Likewise.
13206 * gdb.base/interrupt.exp: Likewise.
13207 * gdb.base/mips_pro.exp: Likewise.
13208 * gdb.base/nodebug.exp: Likewise.
13209 * gdb.base/setvar.exp: Likewise.
13210 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13211
8b9a549d
PA
132122014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13213 Pedro Alves <palves@redhat.com>
13214
13215 PR symtab/14466
13216 * gdb.base/vdso-warning.c: New file.
13217 * gdb.base/vdso-warning.exp: New file.
13218
d48ba5e8
DE
132192014-10-02 Doug Evans <dje@google.com>
13220
13221 * gdb.base/structs.c (main): Don't run forever.
13222
2278c276
PA
132232014-10-02 Pedro Alves <palves@redhat.com>
13224
13225 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13226 (top level) <stop threads 1, stop threads 2>: Use it.
13227
b57bacec
PA
132282014-10-02 Pedro Alves <palves@redhat.com>
13229
13230 * gdb.threads/break-while-running.exp (test): Add new
13231 'update_thread_list' argument. Skip "info threads" if false.
13232 (top level): Add new 'update_thread_list' axis.
13233
13fd3ff3
PA
132342014-10-02 Pedro Alves <palves@redhat.com>
13235
13236 PR breakpoints/17431
13237 * gdb.base/execl-update-breakpoints.c: New file.
13238 * gdb.base/execl-update-breakpoints.exp: New file.
13239
0fec99e8
PA
132402014-10-01 Pedro Alves <palves@redhat.com>
13241
13242 * gdb.base/breakpoint-in-ro-region.c: New file.
13243 * gdb.base/breakpoint-in-ro-region.exp: New file.
13244
2ddf4301
SM
132452014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13246
13247 * gdb.mi/mi-exit-code.exp: New file.
13248 * gdb.mi/mi-exit-code.c: New file.
13249
6a5f3f43
YQ
132502014-09-30 Yao Qi <yao@codesourcery.com>
13251
13252 * lib/prelink-support.exp (build_executable_own_libs): Error if
13253 the target isn't native.
13254
345bcc73
YQ
132552014-09-30 Yao Qi <yao@codesourcery.com>
13256
13257 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13258 false.
13259
a25a5a45
PA
132602014-09-22 Pedro Alves <palves@redhat.com>
13261
13262 * gdb.threads/break-while-running.exp: New file.
13263 * gdb.threads/break-while-running.c: New file.
13264
00ba3162
YQ
132652014-09-19 Yao Qi <yao@codesourcery.com>
13266
13267 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13268 Invoke test. Restart GDB with --readnow and invoke test again.
13269
c3b7b696
YQ
132702014-09-19 Yao Qi <yao@codesourcery.com>
13271
13272 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13273 proc set_breakpoint_on_gcd_function. Invoke
13274 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13275 invoke set_breakpoint_on_gcd_function again.
13276
2b4fd423
DE
132772014-09-18 Doug Evans <dje@google.com>
13278
13279 * gdb.dwarf2/symtab-producer.exp: New file.
13280
a5947601
SDJ
132812014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13282
13283 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13284 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13285 * gdb.base/global-var-nested-by-dso.c: Likewise.
13286 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13287
91c19059
SDJ
132882014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13289 Pedro Alves <palves@redhat.com>
13290
13291 * gdb.base/watch-bitfields.exp: Pass string other than test file
13292 name to prepare_for_testing.
13293 (watch): New procedure.
13294 (expect_watchpoint): Use with_test_prefix.
13295 (top level): Factor out tests to ...
13296 (test_watch_location, test_regular_watch): ... these new
13297 procedures, and use with_test_prefix and gdb_continue_to_end.
13298
bb9d5f81
PP
132992014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13300
13301 PR breakpoints/12526
13302 * gdb.base/watch-bitfields.exp: New file.
13303 * gdb.base/watch-bitfields.c: New file.
13304
635856f5
PA
133052014-09-16 Pedro Alves <palves@redhat.com>
13306
13307 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13308 software and hardware addresses, not software address against
13309 itself.
13310
7280ceea
PA
133112014-09-16 Pedro Alves <palves@redhat.com>
13312
13313 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13314 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13315
428b16bd
PA
133162014-09-16 Pedro Alves <palves@redhat.com>
13317
13318 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13319 files.
13320 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13321 "*-*-vxworks*" throughout.
13322 * gdb.base/break.exp: Likewise.
13323 * gdb.base/default.exp: Likewise.
13324 * gdb.base/scope.exp: Likewise.
13325 * gdb.base/sepdebug.exp: Likewise.
13326 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13327 throughout.
13328 * gdb.base/run.c: Likewise.
13329 * gdb.base/sepdebug.c: Likewise.
13330 * gdb.hp/gdb.aCC/run.c: Likewise.
13331 * gdb.reverse/until-reverse.c: Likewise.
13332 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13333
666d413c
YQ
133342014-09-16 Yao Qi <yao@codesourcery.com>
13335
13336 * boards/local-remote-host-native.exp: New file.
13337
57cbd724
DE
133382014-09-14 Doug Evans <xdje42@gmail.com>
13339
13340 * gdb.threads/queue-signal.c (thread_count): New variable.
13341 (thread_count_mutex, thread_count_condvar): New variables.
13342 (incr_thread_count, wait_all_threads_running): New functions.
13343 (main): Wait for all threads to be in their thread functions.
13344
81219e53
DE
133452014-09-13 Doug Evans <xdje42@gmail.com>
13346
13347 * gdb.threads/queue-signal.c: New file.
13348 * gdb.threads/queue-signal.exp: New file.
13349
3714cea7
DE
133502014-09-13 Doug Evans <xdje42@gmail.com>
13351
13352 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13353 be consistent with what default_gdb_init uses.
13354 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13355 the plain text of the prompt. Add some logging printfs.
13356 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13357
fa43b1d7
PA
133582014-09-12 Pedro Alves <palves@redhat.com>
13359
13360 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13361 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13362 * gdb.arch/i386-size-overlap.exp: Likewise.
13363 * gdb.arch/i386-size.exp: Likewise.
13364 * gdb.arch/i386-unwind.exp: Likewise.
13365 * gdb.base/a2-run.exp: Likewise.
13366 * gdb.base/break.exp: Likewise.
13367 * gdb.base/charset.exp: Likewise.
13368 * gdb.base/chng-syms.exp: Likewise.
13369 * gdb.base/commands.exp: Likewise.
13370 * gdb.base/dbx.exp: Likewise.
13371 * gdb.base/find.exp: Likewise.
13372 * gdb.base/funcargs.exp: Likewise.
13373 * gdb.base/jit-simple.exp: Likewise.
13374 * gdb.base/reread.exp: Likewise.
13375 * gdb.base/sepdebug.exp: Likewise.
13376 * gdb.base/step-bt.exp: Likewise.
13377 * gdb.cp/mb-inline.exp: Likewise.
13378 * gdb.cp/mb-templates.exp: Likewise.
13379 * gdb.objc/basicclass.exp: Likewise.
13380 * gdb.threads/killed.exp: Likewise.
13381
9d9bf2df
EBM
133822014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13383
13384 PR tdep/17379
13385 * gdb.arch/powerpc-stackless.S: New file.
13386 * gdb.arch/powerpc-stackless.exp: New file.
13387
1cf2f1b0
JK
133882014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13389
13390 * gdb.base/attach.c: Include unistd.h.
13391 (main): Call alarm. Add label postloop.
13392 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13393 gdb_breakpoint, gdb_continue_to_breakpoint.
13394 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13395
98880d46
PA
133962014-09-11 Pedro Alves <palves@redhat.com>
13397
13398 PR gdb/17347
13399 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13400 * gdb.base/attach.exp (test_command_line_attach_run): New
13401 procedure.
13402 (top level): Call it.
13403
4c92ff2c
PA
134042014-09-11 Pedro Alves <palves@redhat.com>
13405
13406 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13407 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13408 (do_command_attach_tests): Use spawn_wait_for_attach.
13409 * gdb.base/solib-overlap.exp: Likewise.
13410 * gdb.multi/multi-attach.exp: Likewise.
13411 * gdb.python/py-prompt.exp: Likewise.
13412 * gdb.python/py-sync-interp.exp: Likewise.
13413 * gdb.server/ext-attach.exp: Likewise.
13414
3adc1a7d
GKB
134152014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13416
13417 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13418 command in testcase. Simplify testcase.
13419
96334934
JB
134202014-09-10 Joel Brobecker <brobecker@adacore.com>
13421
13422 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13423
eb479039
JB
134242014-09-10 Joel Brobecker <brobecker@adacore.com>
13425
13426 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13427
deede10c
JB
134282014-09-10 Joel Brobecker <brobecker@adacore.com>
13429
13430 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13431
7828a5f5
JB
134322014-09-10 Joel Brobecker <brobecker@adacore.com>
13433
13434 * gdb.dwarf2/dynarr-ptr.c: New file.
13435 * gdb.dwarf2/dynarr-ptr.exp: New file.
13436
33aeebcf
MR
134372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13438
13439 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13440 of 30 rather than hardcoding 120 for a slow test case. Take the
13441 `gdb,timeout' target setting into account for this calculation.
13442 Don't extend the timeout for the test cases that don't need it.
13443
7b415901
MR
134442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13445
13446 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13447 a factor of 2 for a slow test case. Take the `gdb,timeout'
13448 target setting into account for this calculation.
13449 * gdb.reverse/until-precsave.exp: Increase the timeout by
13450 a factor of 15 and 3 respectively rather than adding 120
13451 for a pair of slow test cases. Take the `gdb,timeout'
13452 target setting into account for this calculation.
13453
4a40f85a
MR
134542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13455
13456 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13457 timeout, don't pass one down to gdb_expect.
13458 (gdb_expect): Rework timeout selection.
13459
09635af7
MR
134602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13461
13462 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13463 exception on timeout.
13464 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13465 (gdbserver_start_extended): Catch any `gdbserver_start' error
13466 exceptions.
13467 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13468 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13469 `gdbserver_gdb_load' error exceptions.
13470
2bdd10b7
MR
134712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13472
13473 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13474 120 on waiting for the TCP socket to open.
13475
316935f0
DE
134762014-09-09 Doug Evans <xdje42@gmail.com>
13477
13478 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13479 _caller_matches, _any_caller_is, _any_caller_matches.
13480
83740597
DE
134812014-09-09 Doug Evans <xdje42@gmail.com>
13482
13483 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13484
4c122fc3
YQ
134852014-09-09 Yao Qi <yao@codesourcery.com>
13486
13487 * gdb.mi/mi-var-display.exp: Set print symbol off.
13488
a9f116cb
GKB
134892014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13490
13491 PR gdb/17035
13492 * gdb.base/commands.exp: Add tests to verify user-defined
13493 commands with empty bodies.
13494 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13495 python commands in `show user command`.
13496 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13497 scheme commands in `show user command`.
13498
c75bd3a2
JK
134992014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13500
13501 PR python/17355
13502 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13503 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13504 * gdb.python/py-framefilter-invalidarg.exp: New file.
13505 * gdb.python/py-framefilter-invalidarg.py: New file.
13506
faa42425
DE
135072014-09-06 Doug Evans <xdje42@gmail.com>
13508
13509 PR 15276
13510 * gdb.python/py-caller-is.c: New file.
13511 * gdb.python/py-caller-is.exp: New file.
13512
474ca4f6
SDJ
135132014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13514
13515 PR gdb/17235
13516 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13517 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13518
eb0b0463
SDJ
135192014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13520
13521 PR fortran/17237
13522 * gdb.fortran/print-formatted.exp: New file.
13523 * gdb.fortran/print-formatted.f90: Likewise.
13524
5f3b99cf
SS
135252014-09-03 Sasha Smundak <asmundak@google.com>
13526
13527 * gdb.python/py-frame.exp: Test Frame.read_register.
13528
7d793aa9
SDJ
135292014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13530
13531 PR python/16699
13532 * gdb.python/py-completion.exp: New file.
13533 * gdb.python/py-completion.py: Likewise.
13534
fb0576e9
DE
135352014-08-28 Doug Evans <dje@google.com>
13536
13537 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13538 eax,etc. are live with values set by gdb and thus the compiler can't
13539 use them.
13540 * gdb.arch/i386-pseudo.c (main): Ditto.
13541
ee92b0dd
DE
135422014-08-27 Doug Evans <dje@google.com>
13543
13544 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13545
6649db35
DE
135462014-08-25 Doug Evans <dje@google.com>
13547
13548 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13549 (main): Ditto.
13550
564b7600
DE
135512014-08-25 Doug Evans <dje@google.com>
13552
13553 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13554
3881fb67
YQ
135552014-08-24 Yao Qi <yao@codesourcery.com>
13556
13557 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13558 symbol off.
13559 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13560
a05a36a5
DE
135612014-08-22 Doug Evans <dje@google.com>
13562
13563 PR 17276
13564 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13565 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13566 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13567
7c343b48
YQ
135682014-08-22 Yao Qi <yao@codesourcery.com>
13569
13570 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13571 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13572 * gdb.python/python.exp: Likewise. Use .py file on the host
13573 instead of the build.
13574
22fd09ae
JK
135752014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13576
13577 * gdb.threads/gcore-stale-thread.c: New file.
13578 * gdb.threads/gcore-stale-thread.exp: New file.
13579
a8454a7c
PA
135802014-08-21 Pedro Alves <palves@redhat.com>
13581
13582 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13583 * gdb.base/gcore-relro-pie.exp: Likewise.
13584 * gdb.base/gcore-relro.exp: Likewise.
13585 * gdb.base/gcore.exp: Likewise.
13586 * gdb.base/print-symbol-loading.exp: Likewise.
13587 * gdb.threads/gcore-thread.exp: Likewise.
13588 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13589
2a31c623
PA
135902014-08-20 Pedro Alves <palves@redhat.com>
13591 Jan Kratochvil <jan.kratochvil@redhat.com>
13592
13593 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13594 configure.
13595 (EXPECT): Handle READ1 being set.
13596 (all): Depend on EXTRA_RULES.
13597 (check-read1, expect-read1, read1.so, read1): New rules.
13598 * README (Testsuite Parameters): Document the READ1 make variable.
13599 (Race detection): New section.
13600 * configure: Regenerate.
13601 * configure.ac: If build==host==target, and running under a
13602 GNU/glibc system, add read1 to the extra Makefile rules.
13603 (EXTRA_RULES): AC_SUBST it.
13604 * lib/read1.c: New file.
13605
d36430db
JB
136062014-08-20 Joel Brobecker <brobecker@adacore.com>
13607
13608 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13609 the handling of variables declared as a typedef to an array
13610 which a DW_AT_data_location attribute.
13611
9a0dc9e3
PA
136122014-08-19 Andrew Burgess <aburgess@broadcom.com>
13613 Pedro Alves <palves@redhat.com>
13614
13615 PR symtab/14604
13616 PR symtab/14605
13617 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13618 gdb_test.
13619
0718a8da
PA
136202014-08-19 Pedro Alves <palves@redhat.com>
13621
13622 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13623
13b448cd
YQ
136242014-08-19 Yao Qi <yao@codesourcery.com>
13625
13626 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13627 right line.
13628
1cbf5077
DB
136292014-08-18 David Blaikie <dblaikie@gmail.com>
13630
13631 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13632
bf0fae19
JB
136332014-08-18 Joel Brobecker <brobecker@adacore.com>
13634
13635 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13636 attribute in array range.
13637
3c8c5dcc
JB
136382014-08-18 Joel Brobecker <brobecker@adacore.com>
13639
13640 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13641
e66d4446
SC
136422014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13643
13644 PR c++/17132
13645 * gdb.cp/pr17132.cc: New file.
13646 * gdb.cp/pr17132.exp: New file.
13647
940df408
SC
136482014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13649
13650 * gdb.python/py-xmethods.py (A_getarrayind)
13651 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13652 Use 'print' with function call syntax.
13653 (E_method_matcher.match): Fix tab vs space indentation mixup.
13654
ebcc6c3a
YQ
136552014-08-15 Yao Qi <yao@codesourcery.com>
13656
13657 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13658 false.
13659
775e0f04
YQ
136602014-08-15 Yao Qi <yao@codesourcery.com>
13661
13662 * gdb.cp/casts.exp: Set print symbol off.
13663 * gdb.cp/class2.exp: Likewise.
13664 * gdb.cp/overload.exp: Likewise.
13665 * gdb.cp/templates.exp: Likewise.
13666
d769e349
DE
136672014-08-11 Doug Evans <dje@google.com>
13668
13669 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13670 (test_load_shlib): Update.
13671
20c6f1e1
YQ
136722014-08-09 Yao Qi <yao@codesourcery.com>
13673
13674 * gdb.base/display.exp: Invoke is_address_zero_readable.
13675 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13676 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13677 * gdb.base/hbreak-unmapped.exp: Return if
13678 is_address_zero_readable returns true.
13679 * gdb.base/signest.exp: Likewise.
13680 * gdb.base/signull.exp: Likewise.
13681 * gdb.base/sigbpt.exp: Likewise.
13682 * gdb.guile/scm-disasm.exp: Do the test if
13683 is_address_zero_readable returns false.
13684 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13685 * gdb.python/py-arch.exp: Likewise.
13686 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13687 * lib/gdb.exp (is_address_zero_readable): New proc.
13688
5792e8e3
YQ
136892014-08-09 Yao Qi <yao@codesourcery.com>
13690
13691 PR testsuite/13443
13692 * gdb.mi/mi-var-display.exp: Make test messages unique.
13693
3cecbbbe
TT
136942014-08-04 Tom Tromey <tromey@redhat.com>
13695
13696 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13697 target 0".
13698
00b51ff5
TT
136992014-08-04 Tom Tromey <tromey@redhat.com>
13700
13701 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13702 "target_resume".
13703
6908c509
JB
137042014-08-01 Joel Brobecker <brobecker@adacore.com>
13705
13706 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13707 inner_vla_struct_object_size.
13708 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13709 as xfail.
13710
cc6563d2
PA
137112014-07-30 Pedro Alves <palves@redhat.com>
13712
13713 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13714 comment.
13715
7e09a223
YQ
137162014-07-29 Yao Qi <yao@codesourcery.com>
13717
13718 PR gdb/17206
13719 * gdb.base/until-nodebug.exp: New.
13720
7ebdbe92
DE
137212014-07-28 Doug Evans <xdje42@gmail.com>
13722
13723 PR guile/17203
13724 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13725 previously existing parameter, and previously ambiguously spelled
13726 parameter.
13727
fdb1adc6
WN
137282014-07-28 Will Newton <will.newton@linaro.org>
13729
13730 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13731
186fcde0
DE
137322014-07-26 Ludovic Courtès <ludo@gnu.org>
13733 Doug Evans <xdje42@gmail.com>
13734
13735 PR guile/17146
13736 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13737
70509625
PA
137382014-07-25 Pedro Alves <palves@redhat.com>
13739
13740 * gdb.threads/signal-command-handle-nopass.c: New file.
13741 * gdb.threads/signal-command-handle-nopass.exp: New file.
13742 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13743 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13744 * gdb.threads/signal-delivered-right-thread.c: New file.
13745 * gdb.threads/signal-delivered-right-thread.exp: New file.
13746
c3f814a1
PA
137472014-07-25 Pedro Alves <palves@redhat.com>
13748
13749 * gdb.base/double-prompt-target-event-error.exp
13750 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13751 match.
13752 (cancel_pagination_in_target_event): Rework double prompt
13753 detection.
13754 * gdb.base/paginate-after-ctrl-c-running.exp
13755 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13756 <return>' match.
13757 * gdb.base/paginate-bg-execution.exp
13758 (test_bg_execution_pagination_return)
13759 (test_bg_execution_pagination_cancel): Remove '-notransfer
13760 <return>' matches.
13761 * gdb.base/paginate-execution-startup.exp
13762 (test_fg_execution_pagination_return)
13763 (test_fg_execution_pagination_cancel): Remove '-notransfer
13764 <return>' matches.
13765 * gdb.base/paginate-inferior-exit.exp
13766 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13767 match.
13768 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13769 * lib/gdb.exp (pagination_prompt): Run text through
13770 string_to_regexp.
13771 (gdb_test_multiple): Match $pagination_prompt instead of
13772 "<return>".
13773 (string_to_regexp): Move to lib/gdb-utils.exp.
13774
e214cf6c
JK
137752014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13776
13777 * gdb.arch/amd64-entry-value-paramref.S: New file.
13778 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13779 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13780 * gdb.arch/amd64-optimout-repeat.S: New file.
13781 * gdb.arch/amd64-optimout-repeat.c: New file.
13782 * gdb.arch/amd64-optimout-repeat.exp: New file.
13783
17d0c5c8
JK
137842014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13785
13786 PR gdb/17170
13787 * gdb.base/statistics.exp: New file.
13788
b8b8facf
DE
137892014-07-17 Doug Evans <dje@google.com>
13790
74b49205 13791 PR gdb/17170
b8b8facf
DE
13792 * gdb.base/maint.exp: Update testing of per-command stats.
13793
1b5d0ab3
PA
137942014-07-16 Pedro Alves <palves@redhat.com>
13795
13796 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13797 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13798 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13799 (tfile_write_buf): New functions.
13800 (add_memory_block): Rewrite using the above.
13801 (adjust_function_address): New function.
13802 (FUNCTION_ADDRESS): New macro.
13803 (write_basic_trace_file): Remove short_x local, and use
13804 tfile_write_16. Change type of func_addr local to unsigned long
13805 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13806 here. Cast argument of add_memory_block to char pointer.
13807 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13808 (main): Remove parameters.
13809 * gdb.trace/tfile.exp: Remove nowarnings.
13810
4d974e88
SM
138112014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13812
13813 * gdb.base/debug-expr.exp: Test string evaluation with
13814 "debug expression" on.
13815
41e99568
PA
138162014-07-15 Pedro Alves <palves@redhat.com>
13817
13818 * gdb.base/reread.exp: Use clean_restart.
13819
487d9753
PL
138202014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13821
13822 * gdb.arch/avr-flash-qualifer.c: New.
13823 * gdb.arch/avr-flash-qualifer.exp: New.
13824
cc1c52ad
PA
138252014-07-14 Pedro Alves <palves@redhat.com>
13826
13827 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13828 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13829
1e973570
PA
138302014-07-14 Pedro Alves <palves@redhat.com>
13831
13832 * gdb.base/double-prompt-target-event-error.c: New file.
13833 * gdb.base/double-prompt-target-event-error.exp: New file.
13834
93d6eb10
PA
138352014-07-14 Pedro Alves <palves@redhat.com>
13836
13837 PR gdb/17072
13838 * gdb.base/paginate-inferior-exit.c: New file.
13839 * gdb.base/paginate-inferior-exit.exp: New file.
13840
0017922d
PA
138412014-07-14 Pedro Alves <palves@redhat.com>
13842
13843 PR gdb/17072
13844 * gdb.base/paginate-bg-execution.c: New file.
13845 * gdb.base/paginate-bg-execution.exp: New file.
13846
94696ad3
PA
138472014-07-14 Pedro Alves <palves@redhat.com>
13848
13849 PR gdb/17072
13850 * gdb.base/paginate-execution-startup.c: New file.
13851 * gdb.base/paginate-execution-startup.exp: New file.
13852 * lib/gdb.exp (pagination_prompt): New global.
13853 (default_gdb_spawn): New procedure, factored out from
13854 default_gdb_spawn.
13855 (default_gdb_start): Adjust to call default_gdb_spawn.
13856 (gdb_spawn): New procedure.
13857
bd293940
PA
138582014-07-14 Pedro Alves <palves@redhat.com>
13859
13860 * lib/gdb.exp (gdb_assert): New procedure.
13861 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13862
c933f875
PA
138632014-07-14 Pedro Alves <palves@redhat.com>
13864
13865 * gdb.base/execution-termios.c: New file.
13866 * gdb.base/execution-termios.exp: New file.
13867
d98b7a16
TT
138682014-07-14 Tom Tromey <tromey@redhat.com>
13869
13870 * gdb.cp/vla-cxx.cc: New file.
13871 * gdb.cp/vla-cxx.exp: New file.
13872
548740d6
TT
138732014-07-14 Tom Tromey <tromey@redhat.com>
13874
13875 * gdb.reverse/rerun-prec.c: New file.
13876 * gdb.reverse/rerun-prec.exp: New file.
13877
a25eb028
MR
138782014-07-12 Maciej W. Rozycki <macro@mips.com>
13879 Maciej W. Rozycki <macro@codesourcery.com>
13880
13881 * lib/gdb-utils.exp: New file.
13882 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13883 inline `gdb_init_command' processing.
13884 (gdb_start_cmd): Likewise.
13885 * lib/mi-support.exp (mi_run_cmd): Likewise.
13886 * README: Document `gdb_init_command' and `gdb_init_commands'.
13887
218c2655
JK
138882014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13889
13890 Fix false FAIL running under a very long directory name.
13891 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13892 and "set print elements 10000". Twice.
13893
5401fde3
YQ
138942014-07-11 Yao Qi <yao@codesourcery.com>
13895
13896 * gdb.base/exprs.exp: "set print symbol off".
13897
e76126e8
PA
138982014-07-11 Pedro Alves <palves@redhat.com>
13899
13900 * gdb.threads/kill.c: New file.
13901 * gdb.threads/kill.exp: New file.
13902
2d6f0de6
YQ
139032014-07-10 Yao Qi <yao@codesourcery.com>
13904
13905 * gdb.trace/tfile.c (write_basic_trace_file)
13906 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13907 address written to trace file.
13908
7180e04a
PA
139092014-07-09 Pedro Alves <palves@redhat.com>
13910
13911 * gdb.base/attach-wait-input.exp: New file.
13912 * gdb.base/attach-wait-input.c: New file.
13913
9a9a7608
AB
139142014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13915
13916 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13917 setting up test structures.
13918 (main): Call new test function.
13919 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13920 test function, continue into test function and walk test
13921 structures.
13922
161ac41e
YQ
139232014-07-02 Yao Qi <yao@codesourcery.com>
13924
13925 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13926 'bar_start' at the beginning of functions 'foo' and 'bar'
13927 respectively.
13928 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13929 instead of 'foo' and 'bar'.
13930
1f267ae3
MM
139312014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13932
13933 * gdb.btrace/segv.exp: New.
13934 * gdb.btrace/segv.c: New.
13935
2b239efb
LM
139362014-07-02 Luis Machado <lgustavo@codesourcery.com>
13937
13938 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13939 instruction.
13940
cf363f18
MW
139412014-06-30 Mark Wielaard <mjw@redhat.com>
13942
13943 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13944 vulture, vilify, villar): New volatile array constants.
13945 (vindictive, vegetation): New const volatile array constants.
13946 * gdb.base/volatile.exp: Test volatile and const volatile array
13947 types.
13948
aebf9d24
AA
139492014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13950
13951 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13952 target lacks support for awatch, rwatch, or hbreak.
13953
b67a2c6f
YQ
139542014-06-27 Yao Qi <yao@codesourcery.com>
13955
13956 * gdb.multi/dummy-frame-restore.exp: New.
13957 * gdb.multi/dummy-frame-restore.c: New.
13958
aef92902
MM
139592014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13960
13961 * gdb.btrace/gcore.exp: New.
13962
8e9db26e
PA
139632014-06-23 Pedro Alves <palves@redhat.com>
13964
13965 * gdb.base/watchpoint-reuse-slot.c: New file.
13966 * gdb.base/watchpoint-reuse-slot.exp: New file.
13967
70afc5b7
SC
139682014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13969
13970 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13971 progspace's filename in 'info', 'enable' and 'disable' command
13972 tests.
13973
b972bd9c
JK
139742014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13975
13976 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13977 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13978 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13979
125f8a3d
GB
139802014-06-20 Gary Benson <gbenson@redhat.com>
13981
13982 * gdb.arch/i386-avx.exp: Fix include file location.
13983 * gdb.arch/i386-sse.exp: Likewise.
13984
3ed9baed
IB
139852014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13986
13987 * gdb.dlang/expression.exp: New file.
13988
034f788c
PA
139892014-06-19 Pedro Alves <palves@redhat.com>
13990
13991 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13992 out from ...
13993 (top level): ... here. Iterate running tests under different
13994 scheduler-locking settings.
13995
45371d0c
LM
139962014-06-18 Luis Machado <lgustavo@codesourcery.com>
13997
13998 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13999 to DW_FORM_addr and use non-zero addresses.
14000
5d376983
SC
140012014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14002
14003 PR gdb/17017
14004 * gdb.python/py-xmethods.cc: Add global function call counters and
14005 increment them in their respective functions. Remove "cout"
14006 statements.
14007 * gdb.python/py-xmethods.exp: Make tests check the global function
14008 call counters instead of depending on inferior IO.
14009
a1aa2221
LM
140102014-06-18 Don Breazeal <donb@codesourcery.com>
14011
14012 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14013 Deleted procedure.
14014 (explicit_fork_parent_follow): Deleted procedure.
14015 (explicit_fork_child_follow): Deleted procedure.
14016 (test_follow_fork): New procedure.
14017 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 14018 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
14019 procedure calls.
14020
0fc05997
YQ
140212014-06-17 Yao Qi <yao@codesourcery.com>
14022
14023 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14024 CP1252.
14025
70795c52
LM
140262014-06-17 Luis Machado <lgustavo@codesourcery.com>
14027
14028 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14029 Initialize ptr and S explicitly.
14030 (skip_type_update_when_not_use_rtti_test): Likewise.
14031
6be47f0c
KS
140322014-06-16 Keith Seitz <keiths@redhat.com>
14033
14034 PR mi/15863
14035 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14036 the inferior is started.
14037
d03de421
PA
140382014-06-16 Pedro Alves <palves@redhat.com>
14039
14040 * gdb.base/break-main-file-remove-fail.c: New file.
14041 * gdb.base/break-main-file-remove-fail.exp: New file.
14042 * gdb.base/break-unload-file.exp: Use build_executable instead of
14043 prepare_for_testing.
14044 (test_break): New parameter "initial_load". Handle it.
14045 (top level): Add initial_load cmdline/file axis.
14046
f9579b99
TT
140472014-06-12 Tom Tromey <tromey@redhat.com>
14048
14049 * gdb.base/completion.exp: Don't use directory name in test.
14050
3657956b
GB
140512014-06-09 Gary Benson <gbenson@redhat.com>
14052
14053 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14054 separate the always-available ANSI-standard signals from the
14055 signals that require checking.
14056 (main): Likewise.
14057 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14058 Likewise.
14059 (main): Likewise.
14060
4186eb54
KS
140612014-06-07 Keith Seitz <keiths@redhat.com>
14062
14063 Revert:
14064 PR c++/16253
14065 * gdb.cp/var-tag.cc: New file.
14066 * gdb.cp/var-tag.exp: New file.
14067 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14068 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14069 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14070 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14071
25326a28 140722014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
14073
14074 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14075
829155c9
PA
140762014-06-06 Pedro Alves <palves@redhat.com>
14077
14078 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14079 in target debug output instead of looking at RSP packets,
14080 disabling the test on any target that uses hardware stepping.
14081 Update comments.
14082
61c8d22e
PA
140832014-06-06 Pedro Alves <palves@redhat.com>
14084
14085 * gdb.base/break-unload-file.exp: Fix typo.
14086
d9a47287
YQ
140872014-06-06 Yao Qi <yao@codesourcery.com>
14088
14089 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14090 from "jit_function" to "^jit_function".
14091
e5e01dbf
YQ
140922014-06-06 Yao Qi <yao@codesourcery.com>
14093
14094 * gdb.base/async.c (foo): Add one statement.
14095 * gdb.base/async.exp: Get the next instruction address and
14096 match the output of "nexti" by instruction address. Match
14097 the hex address in the output of "finish".
14098
73ba372c
GB
140992014-06-06 Gary Benson <gbenson@redhat.com>
14100
14101 * gdb.base/call-signals.c: Remove preprocessor conditionals
14102 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14103 SIGSEGV and SIGTERM.
14104 * gdb.base/sigall.c: Likewise.
14105 * gdb.base/unwindonsignal.c: Likewise.
14106 * gdb.reverse/sigall-reverse.c: Likewise.
14107
831517df
YQ
141082014-06-06 Yao Qi <yao@codesourcery.com>
14109
14110 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14111 readable, skip the test.
14112
b8b91e98
YQ
141132014-06-06 Yao Qi <yao@codesourcery.com>
14114
14115 * gdb.threads/staticthreads.c (thread_function): Move the line
14116 setting breakpoint on forward.
14117 * gdb.threads/staticthreads.exp: Update comments.
14118
fb934770
LC
141192014-06-05 Ludovic Courtès <ludo@gnu.org>
14120
14121 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14122 "history-append! type error".
14123
6ef284bd
SM
141242014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14125
14126 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14127 erroneous dprintf expected input.
14128
a872e241
DE
141292014-06-04 Doug Evans <xdje42@gmail.com>
14130
14131 * gdb.guile/scm-generics.exp: Delete.
14132
16f691fb
DE
141332014-06-04 Doug Evans <xdje42@gmail.com>
14134
14135 * gdb.guile/scm-breakpoint.exp: Update.
14136 Add tests for breakpoint registration.
14137
012370f6
TT
141382014-06-04 Tom Tromey <tromey@redhat.com>
14139
14140 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14141 VLA-in-union.
14142 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14143 inner_vla_struct, vla_union types. Initialize objects of those
14144 types and compute their sizes.
14145
9f5a4cef
HZ
141462014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14147 Hui Zhu <hui@codesourcery.com>
14148
14149 * gdb.base/fileio.exp: Add test for shell not available as well as
14150 available.
14151 * gdb.base/fileio.c (test_system): Check for shell twice.
14152
90a45c4d
YQ
141532014-06-04 Yao Qi <yao@codesourcery.com>
14154
14155 * gdb.base/auto-connect-native-target.exp: Remove redundant
14156 space from the regexp pattern.
14157
70017e41
YQ
141582014-06-04 Yao Qi <yao@codesourcery.com>
14159
14160 * gdb.base/default.exp: Replace "child" with "native" in
14161 regexp pattern.
14162
883964a7
SC
141632014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14164
14165 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14166 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14167 * gdb.python/py-xmethods.py: Python script supporting the
14168 new testcase and tests.
14169
ef370185
JB
141702014-06-03 Joel Brobecker <brobecker@adacore.com>
14171 Pedro Alves <palves@redhat.com>
14172
14173 PR breakpoints/17000
14174 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14175 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14176
1e2ccb61
BM
141772014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14178
14179 * gdb.base/subst.exp: Add tests to verify partial path matching
14180 output.
14181
c6ec5ab2
PA
141822014-06-03 Pedro Alves <palves@redhat.com>
14183
14184 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14185 target that doesn't use software single-stepping.
14186
835c559f
PA
141872014-06-03 Pedro Alves <palves@redhat.com>
14188
14189 PR breakpoints/17000
14190 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14191 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14192
06eb1586
DE
141932014-06-02 Doug Evans <xdje42@gmail.com>
14194
14195 * gdb.guile/scm-parameter.exp: New file.
14196
e698b8c4
DE
141972014-06-02 Doug Evans <xdje42@gmail.com>
14198
14199 * gdb.guile/scm-cmd.c: New file.
14200 * gdb.guile/scm-cmd.exp: New file.
14201
ded03782
DE
142022014-06-02 Doug Evans <xdje42@gmail.com>
14203
14204 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14205 pretty-printer lookup.
14206 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14207 (make-pp_s-printer): Call it.
14208 (make-pretty-printer-from-dict): New function.
14209 (lookup-pretty-printer-maker-from-dict): New function.
14210 (*pretty-printer*): Simplify.
14211 (make-objfile-pp_s-printer): New function.
14212 (install-objfile-pretty-printers!): New function.
14213 (make-progspace-pp_s-printer): New function.
14214 (install-progspace-pretty-printers!): New function.
14215 * gdb.guile/scm-progspace.c: New file.
14216 * gdb.guile/scm-progspace.exp: New file.
14217
41fac0cf
PA
142182014-06-02 Pedro Alves <palves@redhat.com>
14219
14220 * gdb.base/dprintf-bp-same-addr.c: New file.
14221 * gdb.base/dprintf-bp-same-addr.exp: New file.
14222
96ae5695
EBM
142232014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14224
14225 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14226 * gdb.arch/powerpc-power.s: Likewise.
14227
da02b3a8
JB
142282014-06-02 Joel Brobecker <brobecker@adacore.com>
14229
14230 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14231
c72b2e7b
YQ
142322014-06-01 Yao Qi <yao@codesourcery.com>
14233
14234 * gdb.base/watchpoint.exp (test_watch_location): Check null
14235 pointer can be dereferenced. If not, do the test, otherwise
14236 skip it.
14237
53e8a631
AB
142382014-05-30 Andrew Burgess <aburgess@broadcom.com>
14239
14240 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14241 results.
14242 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14243
938f0e2f
AB
142442014-05-30 Andrew Burgess <aburgess@broadcom.com>
14245
14246 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14247 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14248 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14249 * gdb.arch/amd64-invalid-stack-top.c: New file.
14250 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14251
9ba6657a
PA
142522014-05-30 Pedro Alves <palves@redhat.com>
14253
14254 PR breakpoints/17000
14255 * gdb.base/sss-bp-on-user-bp.c: New file.
14256 * gdb.base/sss-bp-on-user-bp.exp: New file.
14257
522c09bf
DB
142582014-05-30 David Blaikie <dblaikie@gmail.com>
14259
14260 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14261 gnu_inline semantics via attribute.
14262 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14263 source explicitly specifies the required semantics.
14264
bf4ef81e
MR
142652014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14266
14267 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14268
329ea579
PA
142692014-05-29 Pedro Alves <palves@redhat.com>
14270 Tom Tromey <tromey@redhat.com>
14271
14272 * gdb.base/async-shell.exp: Don't enable target-async.
14273 * gdb.base/async.exp
14274 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14275 parameter. Adjust.
14276 (top level): Don't test with "target-async".
14277 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14278 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14279 * gdb.base/inferior-died.exp: Don't enable target-async.
14280 * gdb.base/interrupt-noterm.exp: Likewise.
14281 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14282 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14283 * gdb.mi/mi-nonstop.exp: Likewise.
14284 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14285 * gdb.mi/mi-nsintrall.exp: Likewise.
14286 * gdb.mi/mi-nsmoribund.exp: Likewise.
14287 * gdb.mi/mi-nsthrexec.exp: Likewise.
14288 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14289 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14290 * gdb.python/py-evsignal.exp: Don't enable target-async.
14291 * gdb.python/py-evthreads.exp: Likewise.
14292 * gdb.python/py-prompt.exp: Likewise.
14293 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14294 * gdb.server/solib-list.exp: Don't enable target-async.
14295 * gdb.threads/thread-specific-bp.exp: Likewise.
14296 * lib/mi-support.exp: Adjust to use mi-async.
14297
fd664c91
PA
142982014-05-29 Pedro Alves <palves@redhat.com>
14299
14300 PR gdb/13860
14301 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14302 reason, even in sync mode.
14303
251bde03
PA
143042014-05-29 Pedro Alves <palves@redhat.com>
14305 Hui Zhu <hui@codesourcery.com>
14306
14307 PR PR15693
14308 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14309 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14310 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14311 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14312
7f3c0343
JB
143132014-05-28 Joel Brobecker <brobecker@adacore.com>
14314
14315 * config/monitor.exp (gdb_target_monitor): Replace use of
14316 "set remotebaud" by "set serial baud".
14317
b2715b27
AW
143182014-05-26 Andy Wingo <wingo@igalia.com>
14319
14320 * gdb.guile/scm-breakpoint.exp:
14321 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14322 properties instead of gdb-object-properties.
14323
498a4489
YQ
143242014-05-26 Yao Qi <yao@codesourcery.com>
14325
14326 * gdb.server/no-thread-db.exp: Specify source file name
14327 explicitly when setting a breakpoint.
14328
589fdceb
MM
143292014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14330
14331 * gdb.btrace/vdso.c: New.
14332 * gdb.btrace/vdso.exp: New.
14333
e9089e05
MM
143342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14335
14336 * gdb.base/gcore.exp (capture_command_output): Move ...
14337 * lib/gdb.exp (capture_command_output): ... here.
14338
67b5c0c1
MM
143392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14340
14341 * gdb.btrace/data.exp: Test memory access during btrace replay.
14342
a2199296
SM
143432014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14344
14345 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14346
17b2616c
PA
143472014-05-21 Pedro Alves <palves@redhat.com>
14348
14349 PR gdb/13860
14350 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14351 (top level): Test that output related to execution commands is
14352 sent to the console with CLI commands, but not with MI commands.
14353 Test that breakpoint events are always mirrored to the console.
14354 Also expect the new source line to be output after a "next" in
14355 async mode too. Make it a pass/fail test.
14356 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14357 output.
14358 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14359
5166082f
PA
143602014-05-21 Pedro Alves <palves@redhat.com>
14361
14362 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14363 Use them to test variations of "list" after reaching a breakpoint.
14364 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14365 Test "list" with listsize 10 after reaching a breakpoint.
14366 * gdb.python/python.exp (decode_line current location line
14367 number): Adjust expected line number.
14368
2f25d70f
SM
143692014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14370
14371 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14372 behavior for $args, pass it directly to "run".
14373
ff604a67
MR
143742014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14375
14376 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14377 30000 to 65536.
14378
6a3cb8e8
PA
143792014-05-21 Pedro Alves <palves@redhat.com>
14380
14381 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14382 auto-connect-native-target off".
14383 * gdb.base/auto-connect-native-target.c: New file.
14384 * gdb.base/auto-connect-native-target.exp: New file.
14385
4ebfc96e
PA
143862014-05-21 Pedro Alves <palves@redhat.com>
14387
14388 * gdb.base/default.exp: Test "target native" instead of "target
14389 child".
14390
36d46afb
MW
143912014-05-21 Mark Wielaard <mjw@redhat.com>
14392
14393 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14394
5876f503
JK
143952014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14396
14397 Fix TLS access for -static -pthread.
14398 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14399 <HAVE_TLS> (thread_function, main): Initialize it.
14400 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14401 Add clean_restart.
14402 <$have_tls != "">: Check TLSVAR.
14403
0256a6ac
PA
144042014-05-21 Pedro Alves <palves@redhat.com>
14405
14406 * gdb.base/dcache-line-read-error.c: New.
14407 * gdb.base/dcache-line-read-error.exp: New.
14408
936d2992
PA
144092014-05-20 Pedro Alves <palves@redhat.com>
14410
14411 * gdb.base/compare-sections.c: New file.
14412 * gdb.base/compare-sections.exp: New file.
14413
802e8e6d
PA
144142014-05-20 Pedro Alves <palves@redhat.com>
14415
14416 * gdb.base/break-idempotent.c: New file.
14417 * gdb.base/break-idempotent.exp: New file.
14418
e59fa00f
MM
144192014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14420
14421 * gdb.btrace/nohist.exp: New.
14422
8b696e31
YQ
144232014-05-20 Yao Qi <yao@codesourcery.com>
14424
14425 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14426 gdb.reverse directory and gdb_reverse_timeout exists in board
14427 setting.
14428 * README: Document gdb_reverse_timeout.
14429
73c9764f
YQ
144302014-05-20 Yao Qi <yao@codesourcery.com>
14431
14432 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14433 'test_file_name'. Treat args as a string instead of a list.
14434 (gdb_init): Rename argument 'args' by 'test_file_name'.
14435
f1f4348a
JK
144362014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14437
14438 * gdb.arch/powerpc-power.exp: New file.
14439 * gdb.arch/powerpc-power.s: New file.
14440
0dbe70ce
DE
144412014-05-16 Doug Evans <dje@google.com>
14442
14443 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
14444 * gdb.base/completion.exp: Check that all expected files exist
14445 before doing file completion.
0dbe70ce 14446
8d551b02
DE
144472014-05-16 Doug Evans <dje@google.com>
14448
14449 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14450 Update.
14451 (do_syscall_tests_without_xml): Update.
14452
73eb7709
PA
144532014-05-16 Pedro Alves <palves@redhat.com>
14454
14455 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14456 instead of "unknown output after running".
14457
3fae92fc
YQ
144582014-05-16 Yao Qi <yao@codesourcery.com>
14459
14460 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14461 file1.txt from host at the end.
14462 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14463
c2b2ccc5
DE
144642014-05-15 Doug Evans <dje@google.com>
14465
14466 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14467 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14468 loading file. Add test for TU lookup.
14469
8c217a4b
SM
144702014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14471
14472 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14473 calling "-exec-arguments" or "set args" before running the
14474 inferior.
14475
3deb39c6
SM
144762014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14477
14478 * lib/mi-support.exp (mi_expect_stop): Expect message for
14479 inferiors that exit with non-zero exit code.
14480
71a79f8c
YQ
144812014-05-14 Yao Qi <yao@codesourcery.com>
14482
14483 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14484 match absolute path on remote host.
14485 (test_file_list_exec_source_files): Remove "/" from the
14486 pattern.
14487
f23fcd46
YQ
144882014-05-14 Yao Qi <yao@codesourcery.com>
14489
14490 * boards/local-remote-host-notty.exp (${board}_file): New
14491 proc.
14492
9404b58f
KM
144932014-05-07 Kyle McMartin <kyle@redhat.com>
14494
14495 Pushed by Joel Brobecker <brobecker@adacore.com>.
14496 * gdb.arch/aarch64-atomic-inst.c: New file.
14497 * gdb.arch/aarch64-atomic-inst.exp: New file.
14498
5e45f04c
YQ
144992014-05-07 Yao Qi <yao@codesourcery.com>
14500
14501 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14502 in current context" too.
14503
c888a17d
KS
145042014-05-05 Keith Seitz <keiths@redhat.com>
14505
14506 * gdb.linespec/ls-dollar.exp: Add test for linespec
14507 file:convenience_variable.
14508
290a839c
YQ
145092014-05-05 Yao Qi <yao@codesourcery.com>
14510
14511 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14512 traceframes into tfile and ctf trace files. Read data from
14513 trace file and test collected data.
14514 (gdb_collect_locals_test): Likewise.
14515 (gdb_unavailable_registers_test): Likewise.
14516 (gdb_unavailable_floats): Likewise.
14517 (gdb_collect_globals_test): Likewise.
14518 (top-level): Append "ctf" to trace_file_targets if GDB
14519 supports.
14520
b5262cd0
YQ
145212014-05-05 Yao Qi <yao@codesourcery.com>
14522
14523 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14524 code to ...
14525 (gdb_collect_args_test_1): ... it. New proc.
14526 (gdb_collect_locals_test): Move some code to ...
14527 (gdb_collect_locals_test_1): ... it. New proc.
14528 (gdb_unavailable_registers_test): Move some code to ...
14529 (gdb_unavailable_registers_test_1): ... it. New proc.
14530 (gdb_unavailable_floats): Move some code to ...
14531 (gdb_unavailable_floats_1): ... it. New proc.
14532
30a1e6cc
SDJ
145332014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14534
14535 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14536 probes to test for bitness recognition.
14537 * gdb.arch/amd64-stap-optional-prefix.exp
14538 (test_probe_value_without_reg): New procedure.
14539 Add code to test for different kinds of bitness.
14540
f33da99a
SDJ
145412014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14542
14543 PR breakpoints/16889
14544 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14545 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14546
5b80f00d
PA
145472014-05-01 Pedro Alves <palves@redhat.com>
14548
14549 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14550 gdb_file_cmd if no file is specified.
14551 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14552 last_loaded_file to set the remote exec-file.
14553
f8c2a73c
PA
145542014-05-01 Pedro Alves <palves@redhat.com>
14555
14556 * boards/local-remote-host.exp: New file.
14557
be6e8ac7
PA
145582014-05-01 Pedro Alves <palves@redhat.com>
14559
14560 * boards/local-remote-host.exp: Rename to ...
14561 * boards/local-remote-host-notty.exp: ... this.
14562
cac0dc8f
JB
145632014-04-28 Joel Brobecker <brobecker@adacore.com>
14564
14565 * gdb.ada/dyn_arrayidx: New testcase.
14566
9730e6cc
YQ
145672014-04-26 Yao Qi <yao@codesourcery.com>
14568
14569 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14570 and compute the length of function main. Save it in
14571 $main_length.
14572 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14573 (top-level): Use gdb_compile to compile objects into
14574 executable and restart GDB. Remove invocation to
14575 prepare_for_testing.
14576
7ae1a6a6
PA
145772014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14578 Pedro Alves <palves@redhat.com>
14579
14580 PR server/16255
14581 * gdb.multi/multi-attach.c: New file.
14582 * gdb.multi/multi-attach.exp: New file.
14583
4082afcc
PA
145842014-04-25 Pedro Alves <palves@redhat.com>
14585
14586 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14587 user.
14588 (top level): Test that "set remote conditional-breakpoints-packet
14589 off" works as intended.
14590 * gdb.base/dprintf.exp: Test that "set remote
14591 breakpoint-commands-packet off" works as intended.
14592 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14593 New function.
14594 (top level): Call it.
14595 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14596 remote fast-tracepoints-packet off" works as intended.
14597 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14598 * lib/gdb.exp (gdb_is_target_remote): ... here.
14599
2abc3f8d
DB
146002014-04-24 David Blaikie <dblaikie@gmail.com>
14601
14602 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14603 ensure clang would not discard them.
14604 * gdb.base/gdbvars.c: Ditto.
14605 * gdb.base/memattr.c: Ditto.
14606 * gdb.base/whatis.c: Ditto.
14607 * gdb.python/py-prettyprint.c: Ditto.
14608 * gdb.trace/actions.c: Ditto.
14609 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14610 ensure clang would not discard it.
14611
bfd39632
DB
146122014-04-24 David Blaikie <dblaikie@gmail.com>
14613
14614 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14615 clang to emit the full definition of type required by the test
14616 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14617
22842ff6
DB
146182014-04-24 David Blaikie <dblaikie@gmail.com>
14619
14620 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14621 coax Clang into emitting the definition of the type.
14622 * gdb.cp/pr10728-x.h (y): Ditto.
14623 * gdb.cp/pr10728-y.cc (y): Ditto.
14624
c2e827ad
DB
146252014-04-24 David Blaikie <dblaikie@gmail.com>
14626
14627 * gdb.base/label.exp: XFAIL label related tests under Clang.
14628 * gdb.cp/cplabel.exp: Ditto.
14629 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14630 under Clang those using labels.
14631
4c2d33e7
YQ
146322014-04-25 Yao Qi <yao@codesourcery.com>
14633
14634 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14635 double_label.
14636 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14637 partial_label and double_label.
14638
56083b99
DB
146392014-04-24 David Blaikie <dblaikie@gmail.com>
14640
14641 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14642
25d4e99d
DB
146432014-04-24 David Blaikie <dblaikie@gmail.com>
14644
14645 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14646 of the function to work across GCC and Clang.
14647 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14648 pointer types (const void ** const V void **).
14649
01f9f808
MS
146502014-04-24 Michael Sturm <michael.sturm@mintel.com>
14651 Walfred Tedeschi <walfred.tedeschi@intel.com>
14652
14653 * Makefile.in (EXECUTABLES): Added i386-avx512.
14654 * gdb.arch/i386-avx512.c: New file.
14655 * gdb.arch/i386-avx512.exp: Likewise.
14656
4b48d439
KS
146572014-04-23 Keith Seitz <keiths@redhat.com>
14658
14659 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14660 (mi_make_breakpoint_table): New procedure.
14661 (mi_create_breakpoint): Use mi_make_breakpoint
14662 and return the result.
14663 (mi_make_breakpoint): New procedure.
14664 (mi_build_kv_pairs): New procedure.
14665
14666 * gdb.mi/mi-break.exp: Remove unused globals,
14667 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14668 All callers updated.
14669 * gdb.mi/mi-dprintf.exp: Use variable to track command
14670 number.
14671 Update all callers of mi_create_breakpoint and use
14672 mi_make_breakpoint_table.
14673 Remove any unused global variables.
14674 * gdb.mi/mi-nonstop.exp: Likewise.
14675 * gdb.mi/mi-nsintrall.exp: Likewise.
14676 * gdb.mi/mi-nsmoribund.exp: Likewise.
14677 * gdb.mi/mi-nsthrexec.exp: Likewise.
14678 * gdb.mi/mi-reverse.exp: Likewise.
14679 * gdb.mi/mi-simplerun.exp: Likewise.
14680 * gdb.mi/mi-stepn.exp: Likewise.
14681 * gdb.mi/mi-syn-frame.exp: Likewise.
14682 * gdb.mi/mi-until.exp: Likewise.
14683 * gdb.mi/mi-var-cp.exp: Likewise.
14684 * gdb.mi/mi-var-display.exp: Likewise.
14685 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14686 * gdb.mi/mi2-var-child.exp: Likewise.
14687 * gdb.mi/mi-vla-c99.exp: Likewise.
14688 * lib/mi-support.exp: Likewise.
14689
14690 From Ian Lance Taylor <iant@cygnus.com>:
14691 * lib/gdb.exp (parse_args): New procedure.
14692
08351840
PA
146932014-04-23 Pedro Alves <palves@redhat.com>
14694
14695 * gdb.base/break-unload-file.c: New file.
14696 * gdb.base/break-unload-file.exp: New file.
14697 * gdb.base/sym-file-lib.c (baz): New function.
14698 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14699 field.
14700 (load): Store the segment's mapped size.
14701 (unload): New function.
14702 (unload_shlib): New function.
14703 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14704 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14705 set a breakpoint at baz, and call it.
14706 * gdb.base/sym-file.exp: New tests for stale breakpoint
14707 instructions.
14708
076855f9
PA
147092014-04-23 Pedro Alves <palves@redhat.com>
14710
14711 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14712 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14713 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14714 * gdb.base/hbreak-unmapped.c: New file.
14715 * gdb.base/hbreak-unmapped.exp: New file.
14716 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14717 * lib/gdb.exp (gdb_is_target_remote): ... here.
14718
483805cf
PA
147192014-04-22 Pedro Alves <palves@redhat.com>
14720
14721 * gdb.base/consecutive-step-over.c: New file.
14722 * gdb.base/consecutive-step-over.exp: New file.
14723
06d97543
PA
147242014-04-22 Pedro Alves <palves@redhat.com>
14725
14726 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14727 instead of send_gdb/gdb_expect.
14728
b4429ea2
YQ
147292014-04-22 Yao Qi <yao@codesourcery.com>
14730
14731 * lib/trace-support.exp (generate_tracefile): New procedure.
14732 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14733 return 0.
14734 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14735 if generate_tracefile returns 1.
14736
51d48146
PA
147372014-04-18 Tom Tromey <palves@redhat.com>
14738 Pedro alves <tromey@redhat.com>
14739
14740 PR backtrace/15558
14741 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14742 with a backtrace limit.
14743 * gdb.python/py-frame-inline.exp: Test running to an inline
14744 function with a backtrace limit, and printing the newest frame.
14745 * gdb.python/py-frame-inline.c (main): Call f.
14746
bd1dce5f
MS
147472014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14748
14749 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14750
40d1a503
MS
147512014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14752
14753 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14754 Drop prefix from unsupported source file path.
14755
389b98f7
YQ
147562014-04-17 Yao Qi <yao@codesourcery.com>
14757
14758 * lib/gdb.exp (with_target_charset): New proc.
14759 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14760 with_target_charset.
14761 (test_print_strings): Likewise.
14762 (test_repeat_bytes): Likewise.
14763 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14764 for some tests.
14765
22869d73
KS
147662014-04-16 Keith Seitz <keiths@redhat.com>
14767
14768 PR gdb/15827
14769 * gdb.dwarf2/corrupt.c: New file.
14770 * gdb.dwarf2/corrupt.exp: New file.
14771
c4f87ca6
KS
147722014-04-16 Keith Seitz <keiths@redhat.com>
14773
14774 PR c++/16597
14775 * gdb.cp/namelessclass.cc: New file.
14776 * gdb.cp/namelessclass.exp: New file.
14777 * gdb.cp/namelessclass.S: New file.
14778
ab19de87
DE
147792014-04-16 Doug Evans <dje@google.com>
14780
14781 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14782 Add comment.
14783 (gdbserver_default_get_comm_port): New function.
14784 (gdbserver_start): Check if board file provided
14785 "gdbserver,get_comm_port" and use it if so.
14786 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14787 (gdb,socketport): Set to "stdio".
14788 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14789 (stdio_gdbserver_template): Delete.
14790 (${board}_get_remote_address): Update.
14791 (${board}_build_remote_cmd): Delete.
14792 (${board}_get_comm_port): New function.
14793 (${board}_spawn): Update.
14794 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14795 Delete.
14796 (${board}_get_remote_address): Update.
14797 (${board}_get_comm_port): New function.
14798
fc98a809
AB
147992014-04-16 Andrew Burgess <aburgess@broadcom.com>
14800
14801 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14802 appearing in any order.
14803
87fd9e6e
DE
148042014-04-15 Doug Evans <dje@google.com>
14805
14806 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14807 uninitialized value of "description".
14808
099fc3ea
KS
148092014-04-15 Keith Seitz <keiths@redhat.com>
14810
14811 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14812 Remove unused globals.
14813 (test_running_the_program): Likewise.
14814 (test_controlled_execution): Likewise.
14815 (test_controlling_breakpoints): Likewise.
14816 (test_program_termination): Likewise.
14817
5da151d4
KS
148182014-04-15 Keith Seitz <keiths@redhat.com>
14819
14820 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14821 unused globals.
14822 (test_rbreak_creation_and_listing): Likewise.
14823 (test_ignore_count): Likewise.
14824 (test_error): Likewise.
14825
35e5d2f0
PA
148262014-04-15 Pedro Alves <palves@redhat.com>
14827
14828 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14829 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14830 sym-file-loader.c.
14831 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14832 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14833 to sym-file-loader.c.
14834 (struct library): Forward declare.
14835 (load_shlib, lookup_function): Change prototypes.
14836 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14837 (translate_offset): Remove declarations.
14838 (get_text_addr): New declaration.
14839 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14840 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14841 sym-file-loader.h.
14842 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14843 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14844 here from sym-file-loader.h.
14845 (struct library): New structure.
14846 (load_shlib, lookup_function): Change prototypes and adjust to
14847 work with a struct library.
14848 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14849 (translate_offset): Make static.
14850 (get_text_addr): New function.
14851 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14852
eb4c1710
PA
148532014-04-15 Pedro Alves <palves@redhat.com>
14854
14855 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14856
2d1baf52
PA
148572014-04-15 Pedro Alves <palves@redhat.com>
14858
14859 * gdb.base/sym-file-loader.c: Include <limits.h>.
14860 (SELF_LINK): New define.
14861 (get_origin): New function.
14862 (load_shlib): Use it.
14863 * gdb.base/sym-file.exp: Don't early return if the target is
14864 remote. Use runto_main, and issue fail is that fails. Use
14865 gdb_load_shlibs.
14866 (shlib_name): Delete.
14867 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14868
7dd6df01
PA
148692014-04-15 Pedro Alves <palves@redhat.com>
14870
14871 * gdb.base/sym-file.exp: Remove regex characters from test
14872 message. Don't refer to breakpoint numbers in test messages.
14873
b50c8614
KS
148742014-04-14 Keith Seitz <keiths@redhat.com>
14875
14876 PR c++/16253
14877 * gdb.cp/var-tag.cc: New file.
14878 * gdb.cp/var-tag.exp: New file.
14879 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14880 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14881 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14882 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14883
3d567982
TT
148842014-04-14 Tom Tromey <tromey@redhat.com>
14885
14886 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14887 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14888 type.
14889 * gdb.cp/enum-class.exp: New file.
14890 * gdb.cp/enum-class.cc: New file.
14891
0626fc76
TT
148922014-04-14 Tom Tromey <tromey@redhat.com>
14893
14894 * gdb.dwarf2/enum-type.exp: New file.
14895
dca325b3
SA
148962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14897
14898 * gdb.mi/mi-vla-c99.exp: New file.
14899 * gdb.mi/vla.c: New file.
14900
5854b38a
SA
149012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14902
14903 * gdb.base/vla-datatypes.c: New file.
14904 * gdb.base/vla-datatypes.exp: New file.
14905
463bb957
SA
149062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14907
14908 * gdb.base/vla-ptr.c: New file.
14909 * gdb.base/vla-ptr.exp: New file.
14910
3dd170be
SA
149112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14912
14913 * gdb.dwarf2/count.exp: New file.
14914
5ecaaa66
SA
149152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14916
14917 * gdb.base/vla-sideeffect.c: New file.
14918 * gdb.base/vla-sideeffect.exp: New file.
14919
41f1ada5
DB
149202014-04-14 David Blaikie <dblaikie@gmail.com>
14921
14922 * gdb.mi/non-stop.c: Add return value for non-void function return
14923 statement.
14924 * gdb.threads/staticthreads.c: Ditto.
14925
0be03e84
DE
149262014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14927 Doug Evans <xdje42@gmail.com>
14928
14929 * gdb.guile/scm-value.c: Improve test case.
14930 * gdb.guile/scm-value.exp: Add new test.
14931
f180a1fb
DB
149322014-04-11 David Blaikie <dblaikie@gmail.com>
14933
14934 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14935 override Clang's default.
14936
6b662e19
JB
149372014-04-11 Joel Brobecker <brobecker@adacore.com>
14938
14939 Revert the following changes (regressions):
14940
14941 * gdb.base/vla-sideeffect.c: New file.
14942 * gdb.base/vla-sideeffect.exp: New file.
14943
14944 * gdb.dwarf2/count.exp: New file.
14945
14946 * gdb.base/vla-multi.c: New file.
14947 * gdb.base/vla-multi.exp: New file.
14948
14949 * gdb.base/vla-ptr.c: New file.
14950 * gdb.base/vla-ptr.exp: New file.
14951
14952 * gdb.base/vla-datatypes.c: New file.
14953 * gdb.base/vla-datatypes.exp: New file.
14954
14955 * gdb.mi/mi-vla-c99.exp: New file.
14956 * gdb.mi/vla.c: New file.
14957
245a5f0b
KS
149582014-04-11 Keith Seitz <keiths@redhat.com>
14959
14960 PR c++/16675
14961 * gdb.cp/cpsizeof.exp: New file.
14962 * gdb.cp/cpsizeof.cc: New file.
14963
58a84dcf
SA
149642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14965
191a8a90
JB
14966 * gdb.mi/mi-vla-c99.exp: New file.
14967 * gdb.mi/vla.c: New file.
58a84dcf 14968
c8655f75
SA
149692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14970
14971 * gdb.base/vla-datatypes.c: New file.
14972 * gdb.base/vla-datatypes.exp: New file.
14973
024e13b4
SA
149742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14975
14976 * gdb.base/vla-ptr.c: New file.
14977 * gdb.base/vla-ptr.exp: New file.
14978
1a237e0e
SA
149792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14980
14981 * gdb.base/vla-multi.c: New file.
14982 * gdb.base/vla-multi.exp: New file.
14983
504f3432
SA
149842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14985
14986 * gdb.dwarf2/count.exp: New file.
14987
3bce8237
SA
149882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14989
191a8a90
JB
14990 * gdb.base/vla-sideeffect.c: New file.
14991 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 14992
322f9c21
YQ
149932014-04-11 Yao Qi <yao@codesourcery.com>
14994
14995 * gdb.base/completion.exp: Check file exists before running tests
14996 on file completion.
14997
d708bcd1
PA
149982014-04-10 Pedro Alves <palves@redhat.com>
14999
15000 * gdb.base/cond-eval-mode.c: New file.
15001 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15002 prepare_for_testing to build the new file. Check result of
15003 runto_main.
15004 (test_break, test_watch): New procedures.
15005 (top level): Use them.
15006
ae1d2761
PM
150072014-04-08 Pierre Muller <muller@sourceware.org>
15008
15009 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15010 Ctrl-V use for mingw hosts.
15011
7af389b8
SC
150122014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15013
15014 * gdb.python/py-value.c: Improve test case.
15015 * gdb.python/py-value.exp: Add new test.
15016
5e703181
DE
150172014-04-07 David Blaikie <dblaikie@gmail.com>
15018
15019 * lib/compiler.c: Identify the clang compiler.
15020 * lib/compiler.cc: Ditto.
15021
9810b410
YQ
150222014-04-03 Yao Qi <yao@codesourcery.com>
15023
15024 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15025
98d1b8dc
AB
150262014-04-01 Anton Blanchard <anton@samba.org>
15027
15028 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15029 messages unique.
15030
3114cea1
AB
150312014-04-01 Anton Blanchard <anton@samba.org>
15032
15033 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15034 prepare_for_testing.
15035
62f7182c
AB
150362014-04-01 Anton Blanchard <anton@samba.org>
15037
15038 * gdb.arch/ppc64-atomic-inst.c: Remove.
15039 * gdb.arch/ppc64-atomic-inst.S: New file.
15040 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15041
770e7fc7
DE
150422014-03-31 Doug Evans <dje@google.com>
15043
15044 * gdb.base/print-symbol-loading-lib.c: New file.
15045 * gdb.base/print-symbol-loading-main.c: New file.
15046 * gdb.base/print-symbol-loading.exp: New file.
15047
46e2bafa
YQ
150482014-03-31 Yao Qi <yao@codesourcery.com>
15049
15050 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15051
8776cfe9
JB
150522014-03-28 Joel Brobecker <brobecker@adacore.com>
15053
15054 * gdb.ada/mi_dyn_arr: New testcase.
15055
5d1ef361
DE
150562014-03-27 Doug Evans <dje@google.com>
15057
15058 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15059
b5bee914
YQ
150602014-03-27 Yao Qi <yao@codesourcery.com>
15061
15062 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15063 if target is nios2-*-*.
15064
0d4d0e77
YQ
150652014-03-26 Yao Qi <yao@codesourcery.com>
15066
15067 * lib/gdb.exp (readline_is_used): New proc.
15068 * gdb.base/completion.exp: Move tests on command complete up.
15069 Skip the rest of tests if readline is not used.
15070 * gdb.ada/complete.exp: Skp the test if readline is not
15071 used.
15072 * gdb.base/filesym.exp: Likewise.
15073 * gdb.base/macscp.exp: Likewise.
15074 * gdb.base/readline-ask.exp: Likewise.
15075 * gdb.base/readline.exp: Likewise.
15076 * gdb.python/py-cmd.exp: Likewise.
15077 * gdb.trace/tfile.exp: Likewise.
15078
29361eee
YQ
150792014-03-26 Yao Qi <yao@codesourcery.com>
15080
15081 * gdb.base/macscp.exp: Fix code format issues.
15082
bc9a5525
UW
150832014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15084
15085 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15086 * gdb.asm/powerpc64le.inc: New file.
15087
d3839ede
PA
150882014-03-25 Pedro Alves <palves@redhat.com>
15089 Doug Evans <dje@google.com>
15090
15091 * gdb.base/source-execution.c: New file.
15092 * gdb.base/source-execution.exp: New file.
15093 * gdb.base/source-execution.gdb: New file.
15094
01672a57
DE
150952014-03-24 Doug Evans <dje@google.com>
15096
15097 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15098 using fission.
15099
88bbeca9
HZ
151002014-03-24 Hui Zhu <hui@codesourcery.com>
15101 Pedro Alves <palves@redhat.com>
15102
15103 PR breakpoints/16101
15104 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15105 test pass/fail messages. Detect missing support for dprintf when
15106 breakpoints are actually inserted.
15107 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15108 breakpoints are actually inserted.
15109 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15110 fails.
15111
d2348791
JK
151122014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15113
15114 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15115
feef67ab
DE
151162014-03-22 Doug Evans <xdje42@gmail.com>
15117
15118 * gdb.python/python.exp (python not supported): Verify multi-line
15119 python command issues an error.
25d743f9 15120 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 15121 guile command issues an error.
feef67ab 15122
ecebef6a
MR
151232014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15124
15125 * gdb.threads/thread-specific.exp: Handle the lack of usable
15126 $this_breakpoint and $this_thread.
15127
ccdd1909
HZ
151282014-03-21 Hui Zhu <hui@codesourcery.com>
15129
15130 * gdb.base/attach.exp (do_command_attach_tests): New.
15131
beb460e8
PA
151322014-03-20 Tom Tromey <tromey@redhat.com>
15133 Pedro Alves <palves@redhat.com>
15134
15135 PR cli/15718
15136 * gdb.base/condbreak-call-false.c: New file.
15137 * gdb.base/condbreak-call-false.exp: New file.
15138
40acf43a
PA
151392014-03-20 Pedro Alves <palves@redhat.com>
15140
15141 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15142 Delete.
15143 (block_signals, unblock_signals): Delete.
15144 (child_function_2, main): Remove references to deleted variable
15145 and functions.
15146
9f5e1e02
PA
151472014-03-20 Pedro Alves <palves@redhat.com>
15148
15149 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15150 Use pthread_kill to signal thread 2.
15151 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15152 Adjust to make the test send itself a signal rather than using the
15153 host's "kill" command.
15154
99619bea
PA
151552014-03-20 Pedro Alves <palves@redhat.com>
15156
15157 * gdb.threads/multiple-step-overs.c: New file.
15158 * gdb.threads/multiple-step-overs.exp: New file.
15159 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15160 Adjust expected infrun debug output.
15161
2adfaa28
PA
151622014-03-20 Pedro Alves <palves@redhat.com>
15163
15164 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15165 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15166
31e77af2
PA
151672014-03-20 Pedro Alves <palves@redhat.com>
15168
15169 PR breakpoints/7143
15170 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15171 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15172 of gdb_test_multiple.
15173 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15174 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15175
b9f437de
PA
151762014-03-20 Pedro Alves <palves@redhat.com>
15177
15178 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15179 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15180
05adc73e
PA
151812014-03-19 Pedro Alves <palves@redhat.com>
15182
15183 * gdb.base/async.exp: Remove early return.
15184
6048b950
PA
151852014-03-19 Pedro Alves <palves@redhat.com>
15186
15187 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15188
8bcfb00a
PA
151892014-03-19 Pedro Alves <palves@redhat.com>
15190
15191 * gdb.base/async.exp (test_background): Expect \r\n after
15192 "completed." in the fail pattern.
15193
884e37dc
PA
151942014-03-19 Pedro Alves <palves@redhat.com>
15195
15196 * gdb.base/async.exp (test_background): New procedure.
15197 Use it for all background execution command tests.
15198
148e57e2
PA
151992014-03-19 Pedro Alves <palves@redhat.com>
15200
15201 * gdb.base/async.exp: Use prepare_for_testing.
15202
f48088c7
PA
152032014-03-19 Pedro Alves <palves@redhat.com>
15204
15205 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15206 the same line.
15207
e2f6c966
PA
152082014-03-19 Pedro Alves <palves@redhat.com>
15209
15210 * gdb.base/async.c (main): Add "jump here" and "until here" line
15211 marker comments.
15212 * gdb.base/async.exp (jump_here): New global.
15213 (jump& test): Use it.
15214 (until_here): New global.
15215 (until& test): Use it.
15216
c30568d4
PA
152172014-03-19 Pedro Alves <palves@redhat.com>
15218
15219 * gdb.base/async.exp: Don't frob gdb_protocol.
15220
0172b6a7
DE
152212014-03-18 Doug Evans <xdje42@gmail.com>
15222
15223 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15224 Fix spelling of exec-done-display.
15225
06c868a8
JK
152262014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15227
15228 PR gdb/15358
15229 * gdb.base/gdb-sigterm.c: New file.
15230 * gdb.base/gdb-sigterm.exp: New file.
15231
0c7e1a46
PA
152322014-03-18 Pedro Alves <palves@redhat.com>
15233
15234 PR gdb/13860
15235 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15236 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15237 solib-event.
15238
f7c77d93
JB
152392014-03-17 Joel Brobecker <brobecker@adacore.com>
15240
15241 * gdb.ada/pckd_arr_ren: New testcase.
15242
5a1e8c7a
DE
152432014-03-13 Doug Evans <xdje42@gmail.com>
15244
15245 PR guile/16612
15246 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15247 collect after discarding symbols.
15248
350e1a76
DE
152492014-03-13 Ludovic Courtès <ludo@gnu.org>
15250 Doug Evans <xdje42@gmail.com>
15251
15252 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15253 to history survives a gc.
15254
a69900ae
PA
152552014-03-13 Pedro Alves <palves@redhat.com>
15256
15257 * gdb.base/default.exp: Don't test "target procfs".
15258
5db9f0bd
PA
152592014-03-13 Pedro Alves <palves@redhat.com>
15260
15261 * gdb.base/default.exp: Update "target child" and "target procfs"
15262 tests to not expect "Unix".
15263
b3ccfe11
TT
152642014-03-12 Tom Tromey <tromey@redhat.com>
15265
15266 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15267 New procs. Add target-async tests.
15268 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15269 Add target-async tests.
15270
646f4417
AA
152712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15272
15273 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15274 'func_start' and 'func_end' for the beginning and end of the
15275 function code, respectively.
15276 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15277 'func_end' instead of 'func' and 'main'.
15278
288c211f
AA
152792014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15280
15281 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15282 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15283 generate the debug info assembler source.
15284
e0c0f156
AA
152852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15286
15287 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15288 * gdb.dwarf2/arr-subrange.exp: Likewise.
15289 * gdb.dwarf2/dwz.exp: Likewise.
15290 * gdb.dwarf2/method-ptr.exp: Likewise.
15291 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15292 * gdb.dwarf2/subrange.exp: Likewise.
15293 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15294 * gdb.dwarf2/implptrpiece.exp: Likewise.
15295 * gdb.dwarf2/nostaticblock.exp: Likewise.
15296
0e5c4555
AA
152972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15298
15299 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15300 directory to absolute path name arguments.
15301
5ec18f2b
JG
153022014-03-10 Joel Brobecker <brobecker@adacore.com>
15303
15304 * gdb.ada/tagged_access: New testcase.
15305
847fc4f2
MM
153062014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15307
15308 * gdb.btrace/data.exp: Update expected output.
15309
cc3da688
YQ
153102014-03-06 Yao Qi <yao@codesourcery.com>
15311
15312 * gdb.trace/pr16508.exp: New file.
15313
0f26cec1
PA
153142014-03-05 Pedro Alves <palves@redhat.com>
15315
15316 PR gdb/16575
15317 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15318 procedure.
15319 (top level): Adjust to use it. Add tests that exercise breakpoint
15320 interaction with the code-cache.
15321
7a5a839f
LC
153222014-02-26 Ludovic Courtès <ludo@gnu.org>
15323
15324 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15325 test for 'history-append!'.
15326
31aa7e4e
JB
153272014-02-26 Joel Brobecker <brobecker@adacore.com>
15328
15329 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15330 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15331 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15332 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15333 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15334 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15335
1b588015
JB
153362014-02-26 Joel Brobecker <brobecker@adacore.com>
15337
15338 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15339 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15340 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15341
55426c9d
JB
153422014-02-26 Joel Brobecker <brobecker@adacore.com>
15343
15344 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15345
dc53a7ad
JB
153462014-02-26 Joel Brobecker <brobecker@adacore.com>
15347
15348 * gdb.dwarf2/arr-stride.c: New file.
15349 * gdb.dwarf2/arr-stride.exp: New file.
15350
12ab52e9
PA
153512014-02-26 Pedro Alves <palves@redhat.com>
15352
15353 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15354 that won't ever trigger. Make sure that GDB reports the correct
15355 breakpoint that caused the stop.
15356
849c862e
JK
153572014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15358
15359 PR gdb/16626
15360 * gdb.base/auto-load-script: New file.
15361 * gdb.base/auto-load.c: New file.
15362 * gdb.base/auto-load.exp: New file.
15363
71b7d793
JK
15364 PR gdb/16626
15365 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15366
e2f0d509
JK
153672014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15368
15369 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15370 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15371
50cc37c8
DE
153722014-02-24 Doug Evans <dje@google.com>
15373
15374 * lib/gdb.exp (run_on_host): Log error output if program fails.
15375
ea4758f2
PA
153762014-02-21 Pedro Alves <palves@redhat.com>
15377
15378 * gdb.threads/step-after-sr-lock.c: Rename to ...
15379 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15380 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15381 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15382 ... this.
15383
d7b30f67
SDJ
153842014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15385
15386 PR tdep/16397
15387 * gdb.arch/amd64-stap-special-operands.exp: New file.
15388 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15389 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15390 * gdb.arch/amd64-stap-triplet.S: Likewise.
15391 * gdb.arch/amd64-stap-triplet.c: Likewise.
15392
83deb43f
JB
153932014-02-20 Joel Brobecker <brobecker@adacore.com>
15394
15395 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15396 in .section pseudo-op.
15397
adde2bff
DE
153982014-02-20 lin zuojian <manjian2006@gmail.com>
15399 Joel Brobecker <brobecker@adacore.com>
15400 Doug Evans <xdje42@gmail.com>
15401
15402 PR symtab/16581
15403 * gdb.dwarf2/dw2-icycle.S: New file.
15404 * gdb.dwarf2/dw2-icycle.c: New file.
15405 * gdb.dwarf2/dw2-icycle.exp: New file.
15406
f7bd0f78
SC
154072014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15408
15409 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15410 operations on gdb.Value objects.
15411 * gdb.python/py-value-cc.exp: Add new test to test operations on
15412 gdb.Value objects.
15413
c17ef0d5
DE
154142014-02-18 Doug Evans <dje@google.com>
15415
15416 * Makefile.in (TESTS): New variable.
15417 (expanded_tests, expanded_tests_or_none): New variables
15418 (check-single): Pass $(expanded_tests_or_none) to runtest.
15419 (check-parallel): Only run tests in $(TESTS) if non-empty.
15420 (check/no-matching-tests-found): New rule.
15421 * README: Document TESTS makefile variable.
15422
5dd3176f
DE
154232014-02-18 Doug Evans <dje@google.com>
15424
15425 * Makefile.in (check-parallel): rm -rf outputs temp.
15426
0b10be4f
JK
154272014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15428
15429 Fix "ERROR: no fileid for" in the testsuite.
15430 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15431
85f224e7
DE
154322014-02-12 Doug Evans <dje@google.com>
15433
15434 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15435 (MISCELLANEOUS): New variable.
15436 (clean): rm -rf $(MISCELLANEOUS).
15437 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15438 dwp live in the same directory as symlinks, with each symlink pointed
15439 to a differently named file in a different directory.
15440
149b30ff
DE
154412014-02-11 Doug Evans <dje@google.com>
15442
15443 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15444 of Tcl file commands.
15445
1dfdac32
MK
154462014-02-10 Mark Kettenis <kettenis@gnu.org>
15447
15448 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15449 "kill -SIGUSR1 -1".
15450
aa4fb036
JB
154512014-02-10 Joel Brobecker <brobecker@adacore.com>
15452
15453 * gdb.ada/tick_length_array_enum_idx: New testcase.
15454
ed3ef339
DE
154552014-02-10 Doug Evans <xdje42@gmail.com>
15456
15457 * configure.ac (AC_OUTPUT): Add gdb.guile.
15458 * configure: Regenerate.
15459 * lib/gdb-guile.exp: New file.
15460 * lib/gdb.exp (get_target_charset): New function.
15461 * gdb.base/help.exp: Update expected output from "apropos apropos".
15462 * gdb.guile/Makefile.in: New file.
15463 * gdb.guile/guile.exp: New file.
15464 * gdb.guile/scm-arch.c: New file.
15465 * gdb.guile/scm-arch.exp: New file.
15466 * gdb.guile/scm-block.c: New file.
15467 * gdb.guile/scm-block.exp: New file.
15468 * gdb.guile/scm-breakpoint.c: New file.
15469 * gdb.guile/scm-breakpoint.exp: New file.
15470 * gdb.guile/scm-disasm.c: New file.
15471 * gdb.guile/scm-disasm.exp: New file.
15472 * gdb.guile/scm-equal.c: New file.
15473 * gdb.guile/scm-equal.exp: New file.
15474 * gdb.guile/scm-error.exp: New file.
15475 * gdb.guile/scm-error.scm: New file.
15476 * gdb.guile/scm-frame-args.c: New file.
15477 * gdb.guile/scm-frame-args.exp: New file.
15478 * gdb.guile/scm-frame-args.scm: New file.
15479 * gdb.guile/scm-frame-inline.c: New file.
15480 * gdb.guile/scm-frame-inline.exp: New file.
15481 * gdb.guile/scm-frame.c: New file.
15482 * gdb.guile/scm-frame.exp: New file.
15483 * gdb.guile/scm-generics.exp: New file.
15484 * gdb.guile/scm-gsmob.exp: New file.
15485 * gdb.guile/scm-iterator.c: New file.
15486 * gdb.guile/scm-iterator.exp: New file.
15487 * gdb.guile/scm-math.c: New file.
15488 * gdb.guile/scm-math.exp: New file.
15489 * gdb.guile/scm-objfile-script-gdb.in: New file.
15490 * gdb.guile/scm-objfile-script.c: New file.
15491 * gdb.guile/scm-objfile-script.exp: New file.
15492 * gdb.guile/scm-objfile.c: New file.
15493 * gdb.guile/scm-objfile.exp: New file.
15494 * gdb.guile/scm-ports.exp: New file.
15495 * gdb.guile/scm-pretty-print.c: New file.
15496 * gdb.guile/scm-pretty-print.exp: New file.
15497 * gdb.guile/scm-pretty-print.scm: New file.
15498 * gdb.guile/scm-section-script.c: New file.
15499 * gdb.guile/scm-section-script.exp: New file.
15500 * gdb.guile/scm-section-script.scm: New file.
15501 * gdb.guile/scm-symbol.c: New file.
15502 * gdb.guile/scm-symbol.exp: New file.
15503 * gdb.guile/scm-symtab-2.c: New file.
15504 * gdb.guile/scm-symtab.c: New file.
15505 * gdb.guile/scm-symtab.exp: New file.
15506 * gdb.guile/scm-type.c: New file.
15507 * gdb.guile/scm-type.exp: New file.
15508 * gdb.guile/scm-value-cc.cc: New file.
15509 * gdb.guile/scm-value-cc.exp: New file.
15510 * gdb.guile/scm-value.c: New file.
15511 * gdb.guile/scm-value.exp: New file.
15512 * gdb.guile/source2.scm: New file.
15513 * gdb.guile/types-module.cc: New file.
15514 * gdb.guile/types-module.exp: New file.
15515
7026a7c1
YQ
155162014-02-10 Yao Qi <yao@codesourcery.com>
15517
15518 PR testsuite/16543
15519 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15520 * configure: Regenerated.
15521 * Makefile.in: New file.
15522
6c466447
AS
155232014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15524
15525 * gdb.python/py-framefilter.exp: Fix typo.
15526
6e854735
YQ
155272014-02-08 Yao Qi <yao@codesourcery.com>
15528
15529 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15530 that no =breakpoint-modified is emitted when breakpoints are
15531 modified through MI commands.
15532
d137e6dc
PA
155332014-02-07 Pedro Alves <pedro@codesourcery.com>
15534 Pedro Alves <palves@redhat.com>
15535
15536 * gdb.threads/step-after-sr-lock.c: New file.
15537 * gdb.threads/step-after-sr-lock.exp: New file.
15538
b5ee5a50
PA
155392014-02-07 Pedro Alves <palves@redhat.com>
15540
15541 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15542
3c77faf3
JK
155432014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15544
15545 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15546 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15547
6dddc817
DE
155482014-02-06 Doug Evans <xdje42@gmail.com>
15549
15550 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15551 output.
15552
15553 * gdb.gdb/python-interrupts.exp: New file.
15554
de7b2893
YQ
155552014-02-05 Yao Qi <yao@codesourcery.com>
15556
15557 * gdb.trace/report.exp (use_collected_data): Test the output
15558 of "info threads" and "info inferiors".
15559
66d032ac
YQ
155602014-02-05 Yao Qi <yao@codesourcery.com>
15561
15562 Revert this patch:
15563
15564 2013-05-24 Yao Qi <yao@codesourcery.com>
15565
15566 * gdb.trace/tfile.exp: Test inferior and thread.
15567
591a12a1
UW
155682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15569
15570 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15571 on a function.
15572 * gdb.base/step-bt.c: Call hello via function pointer to make
15573 sure its first instruction is executed on powerpc64le-linux.
15574
0ff3e01f
UW
155752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15576
15577 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15578
084ee545
UW
155792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15580
15581 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15582 of the test patterns for use on little-endian systems.
15583
6ed14ff3
UW
155842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15585
15586 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15587 (decimal_vector): Fix for little-endian.
15588
401e27fd
JM
155892014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15590
15591 * gdb.arch/sparc-sysstep.exp: New file.
15592 * gdb.arch/sparc-sysstep.c: Likewise.
15593
15594 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15595
8b924729
EBM
155962014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15597
15598 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15599
fb151210
JB
156002014-01-23 Tom Tromey <tromey@redhat.com>
15601
15602 * gdb.ada/array_char_idx: New testcase.
15603
0740f8d8
TT
156042014-01-23 Tom Tromey <tromey@redhat.com>
15605
15606 PR python/16487:
15607 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15608 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15609 classes.
15610
21909fa1
TT
156112014-01-23 Tom Tromey <tromey@redhat.com>
15612
15613 PR python/16491:
15614 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15615 string from an inferior frame.
15616 * gdb.python/py-framefilter-mi.exp: Update.
15617
87ce2a04
DE
156182014-01-22 Doug Evans <dje@google.com>
15619
15620 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15621
237b092b
AA
156222014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15623
15624 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15625
d674a709
AA
156262014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15627
15628 * gdb.trace/entry-values.exp: Remove excess space character from
15629 regex patterns. Handle s390 call instruction.
15630
20fa3390
AA
156312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15632
15633 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15634 define "*_start" label. Make "name" static.
15635 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15636 ${name} by references to ${name}_start.
15637
78466714
AA
156382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15639
15640 * gdb.base/info-macros.exp: Remove "debug" from the compile
15641 options.
15642
ec9f644a
IB
156432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15644
15645 * gdb.dlang/demangle.exp: New file.
15646
94b1b47e
IB
156472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15648
15649 * gdb.dlang/primitive-types.exp: New file.
15650
7f420862
IB
156512014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15652
15653 * configure.ac: Create gdb.dlang/Makefile.
15654 * configure: Regenerate.
15655 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15656 * gdb.dlang/Makefile.in: New file.
15657 * lib/d-support.exp: New file.
15658 * lib/gdb.exp (skip_d_tests): New proc.
15659
52834460
MM
156602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15661
15662 * gdb.btrace/delta.exp: Check reverse stepi.
15663 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15664 * gdb.btrace/finish.exp: New.
15665 * gdb.btrace/next.exp: New.
15666 * gdb.btrace/nexti.exp: New.
15667 * gdb.btrace/record_goto.c: Add comments.
15668 * gdb.btrace/step.exp: New.
15669 * gdb.btrace/stepi.exp: New.
15670 * gdb.btrace/multi-thread-step.c: New.
15671 * gdb.btrace/multi-thread-step.exp: New.
15672 * gdb.btrace/rn-dl-bind.c: New.
15673 * gdb.btrace/rn-dl-bind.exp: New.
15674 * gdb.btrace/data.c: New.
15675 * gdb.btrace/data.exp: New.
15676 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15677
6e07b1d2
MM
156782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15679
15680 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15681 * gdb.btrace/exception.exp: Update.
15682 * gdb.btrace/instruction_history.exp: Update.
15683 * gdb.btrace/record_goto.exp: Update.
15684 * gdb.btrace/tailcall.exp: Update.
15685 * gdb.btrace/unknown_functions.exp: Update.
15686 * gdb.btrace/delta.exp: New.
15687
0b722aec
MM
156882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15689
15690 * gdb.btrace/record_goto.exp: Add backtrace test.
15691 * gdb.btrace/tailcall.exp: Add backtrace test.
15692
066ce621
MM
156932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15694
15695 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15696 * gdb.btrace/record_goto.c: New.
15697 * gdb.btrace/record_goto.exp: New.
15698 * gdb.btrace/x86-record_goto.S: New.
15699
0688d04e
MM
157002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15701
15702 * gdb.btrace/function_call_history.exp: Update tests.
15703 * gdb.btrace/instruction_history.exp: Update tests.
15704
8710b709
MM
157052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15706
15707 * gdb.btrace/function_call_history.exp: Fix expected field
15708 order for "record function-call-history".
15709 Add new tests for "record function-call-history /c".
15710 * gdb.btrace/exception.cc: New.
15711 * gdb.btrace/exception.exp: New.
15712 * gdb.btrace/tailcall.exp: New.
15713 * gdb.btrace/x86-tailcall.S: New.
15714 * gdb.btrace/x86-tailcall.c: New.
15715 * gdb.btrace/unknown_functions.c: New.
15716 * gdb.btrace/unknown_functions.exp: New.
15717 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15718
5de9129b
MM
157192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15720
15721 * gdb.btrace/instruction_history.exp: Update.
15722 * gdb.btrace/function_call_history.exp: Update.
15723
23a7fe75
MM
157242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15725
15726 * gdb.btrace/function_call_history.exp: Fix expected function
15727 trace.
15728 * gdb.btrace/instruction_history.exp: Initialize traced.
15729 Remove traced_functions.
15730
724c7dd8
MM
157312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15732
15733 * gdb.btrace/function_call_history.exp: Update
15734 * gdb.btrace/instruction_history.exp: Update.
15735
6d78d93b
MM
157362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15737
15738 * gdb.btrace/enable.exp: Update expected text.
15739
93a360cc
OJ
157402014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15741
15742 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15743 bytes.
15744
3772b53f
MR
157452014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15746
15747 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15748
596662fa
OJ
157492014-01-15 Omair Javaid <omair.javaid@linaro.org>
15750
15751 * lib/gdb.exp (supports_process_record): Return true for
15752 arm*-linux*. (supports_reverse): Likewise.
15753
b5b08fb4
SC
157542014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15755
15756 PR python/15464
15757 PR python/16113
15758 * gdb.python/py-type.c: Enhance test case.
15759 * gdb.python/py-value-cc.cc: Likewise
15760 * gdb.python/py-type.exp: Add new tests.
15761 * gdb.python/py-value-cc.exp: Likewise
15762
52d7fb13
AA
157632014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15764 Pedro Alves <palves@redhat.com>
15765
15766 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15767 Make "name" extern.
15768 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15769 references to ${name}_start by references to ${name}.
15770
a2cd8cfe
JB
157712014-01-10 Joel Brobecker <brobecker@adacore.com>
15772
15773 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15774
4e23fced
JB
157752014-01-10 Joel Brobecker <brobecker@adacore.com>
15776
15777 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15778
c6a9e42c
PA
157792014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15780 Pedro Alves <palves@redhat.com>
15781
15782 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15783 mi_gdb_target_load.
c6a9e42c 15784
b7ea362b
PA
157852014-01-08 Pedro Alves <palves@redhat.com>
15786
15787 * gdb.threads/reconnect-signal.c: New file.
15788 * gdb.threads/reconnect-signal.exp: New file.
15789
5e3f4fab
EBM
157902014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15791
15792 * gdb.base/source-dir.exp: New file.
15793
79301218
JB
157942014-01-07 Joel Brobecker <brobecker@adacore.com>
15795
15796 * gdb.ada/mi_interface: New testcase.
15797
8e355c5d
JB
157982014-01-07 Joel Brobecker <brobecker@adacore.com>
15799
15800 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15801 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15802 gdb.ada/pp-rec-component/pck.ads: New files.
15803
c0d48811
JB
158042014-01-07 Joel Brobecker <brobecker@adacore.com>
15805
15806 * gdb.python/py-pp-integral.c: New file.
15807 * gdb.python/py-pp-integral.py: New file.
15808 * gdb.python/py-pp-integral.exp: New file.
15809
17b609c3 15810For older changes see ChangeLog-1993-2013.
c906108c 15811\f
8d8cb839
EZ
15812;; Local Variables:
15813;; mode: change-log
15814;; left-margin: 8
15815;; fill-column: 74
15816;; version-control: never
15817;; End:
902f2ccb 15818
42a4f53d 15819 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
15820 Copying and distribution of this file, with or without modification,
15821 are permitted provided the copyright notice and this notice are preserved.